diff --git a/CHANGELOG.md b/CHANGELOG.md
index af080b0..4287fef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log
+### 1.10.18 (Apr 4, 2024)
+* Updated iOS deployment target to 12.0
+* Updated Xcode version to 15.0
+* Added PrivacyInfo.xcprivacy for Apple Privacy Manifest
+
### 1.10.17 (Mar 14, 2024)
* Updated WebRTC dependency version to M118.
* Improved WebRTC internal logging.
diff --git a/Package.swift b/Package.swift
index 44593fe..e6d01dc 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "SendBirdCalls",
- platforms: [.iOS(.v11)],
+ platforms: [.iOS(.v12)],
products: [
.library(
name: "SendBirdCalls",
diff --git a/SendBirdCalls.podspec b/SendBirdCalls.podspec
index cf263b7..0281f03 100644
--- a/SendBirdCalls.podspec
+++ b/SendBirdCalls.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "SendBirdCalls"
- s.version = "1.10.17"
+ s.version = "1.10.18"
s.summary = "real-time calls based on Sendbird Calls SDK"
s.description = "Sendbird Calls enables real-time calls between users registered within a Sendbird application"
s.homepage = "https://sendbird.com"
s.documentation_url = 'https://sendbird.com/docs/calls'
s.license = "Commercial"
s.authors = { "Young Hwang" => "young.hwang@sendbird.com", "Minhyuk Kim" => "minhyuk.kim@sendbird.com", "Damon Park" => "damon.park@sendbird.com", "Celine Moon" => "celine.moon@sendbird.com", "Jed Gyeong" => "jed@sendbird.com", "Tez Park" => "tez.park@sendbird.com" }
- s.platform = :ios, "11.0"
+ s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/sendbird/sendbird-calls-ios.git", :tag => "#{s.version}" }
s.ios.vendored_frameworks = "SendBirdCalls.xcframework"
s.ios.frameworks = ["UIKit", "Foundation", "PushKit", "WebRTC", "AVKit", "MediaPlayer", "Network", "CoreTelephony", "VideoToolbox"]
diff --git a/SendBirdCalls.xcframework/Info.plist b/SendBirdCalls.xcframework/Info.plist
index c73f6d0..3b70a27 100644
--- a/SendBirdCalls.xcframework/Info.plist
+++ b/SendBirdCalls.xcframework/Info.plist
@@ -5,6 +5,8 @@
AvailableLibraries
+ BinaryPath
+ SendBirdCalls.framework/SendBirdCalls
DebugSymbolsPath
dSYMs
LibraryIdentifier
@@ -19,6 +21,8 @@
ios
+ BinaryPath
+ SendBirdCalls.framework/SendBirdCalls
DebugSymbolsPath
dSYMs
LibraryIdentifier
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h
index 6556d2c..042b9bd 100644
--- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h
+++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef SENDBIRDCALLS_SWIFT_H
#define SENDBIRDCALLS_SWIFT_H
#pragma clang diagnostic push
@@ -23,7 +23,6 @@
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -32,10 +31,30 @@
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -3294,12 +3341,12 @@ typedef SWIFT_ENUM_NAMED(NSInteger, SBCVideoDevicePosition, "Position", open) {
};
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist
index 85efbd0..f450af2 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist and b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist differ
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json
index 1702d95..4a608f1 100644
--- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json
+++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json
@@ -10442,13 +10442,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.EventCommand, τ_0_0 : SendBirdCalls.Respondable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "EventCommand",
- "printedName": "EventCommand",
- "usr": "s:13SendBirdCalls12EventCommandP",
- "mangledName": "$s13SendBirdCalls12EventCommandP"
- },
{
"kind": "Conformance",
"name": "Respondable",
@@ -10458,10 +10451,17 @@
},
{
"kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
+ "name": "StrategyDecodable",
+ "printedName": "StrategyDecodable",
+ "usr": "s:13SendBirdCalls17StrategyDecodableP",
+ "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
},
{
"kind": "Conformance",
@@ -10472,17 +10472,17 @@
},
{
"kind": "Conformance",
- "name": "StrategyDecodable",
- "printedName": "StrategyDecodable",
- "usr": "s:13SendBirdCalls17StrategyDecodableP",
- "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
},
{
"kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
+ "name": "EventCommand",
+ "printedName": "EventCommand",
+ "usr": "s:13SendBirdCalls12EventCommandP",
+ "mangledName": "$s13SendBirdCalls12EventCommandP"
}
]
},
@@ -19001,13 +19001,6 @@
"RawDocComment"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "CallRequestable",
- "printedName": "CallRequestable",
- "usr": "s:13SendBirdCalls15CallRequestableP",
- "mangledName": "$s13SendBirdCalls15CallRequestableP"
- },
{
"kind": "Conformance",
"name": "WSRequestable",
@@ -19022,13 +19015,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -19036,6 +19022,20 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
{
"kind": "Conformance",
"name": "Command",
@@ -19045,10 +19045,10 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CallRequestable",
+ "printedName": "CallRequestable",
+ "usr": "s:13SendBirdCalls15CallRequestableP",
+ "mangledName": "$s13SendBirdCalls15CallRequestableP"
}
]
},
@@ -37766,13 +37766,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -37780,19 +37773,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -91413,13 +91413,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.APIRequestable, τ_0_0 : SendBirdCalls.CallRequestable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "CallRequestable",
- "printedName": "CallRequestable",
- "usr": "s:13SendBirdCalls15CallRequestableP",
- "mangledName": "$s13SendBirdCalls15CallRequestableP"
- },
{
"kind": "Conformance",
"name": "APIRequestable",
@@ -91434,13 +91427,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -91448,6 +91434,20 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
{
"kind": "Conformance",
"name": "Command",
@@ -91457,10 +91457,10 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CallRequestable",
+ "printedName": "CallRequestable",
+ "usr": "s:13SendBirdCalls15CallRequestableP",
+ "mangledName": "$s13SendBirdCalls15CallRequestableP"
}
]
},
@@ -92459,19 +92459,19 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Command, τ_0_0 : Swift.Decodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -111900,13 +111900,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Response, τ_0_0 : SendBirdCalls.StrategyDecodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -111914,19 +111907,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -150884,7 +150884,7 @@
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(rawValue:)",
+ "printedName": "init(stringValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -150908,94 +150908,49 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
{
- "kind": "Var",
- "name": "rawValue",
- "printedName": "rawValue",
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.UtilCommandType?",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "UtilCommandType",
+ "printedName": "SendBirdCalls.UtilCommandType",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO"
}
],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Var",
- "name": "stringValue",
- "printedName": "stringValue",
- "children": [
+ "usr": "s:Sq"
+ },
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
}
],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
+ "init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(stringValue:)",
+ "printedName": "init(rawValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -151019,12 +150974,90 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "intValue",
@@ -151079,39 +151112,6 @@
"accessorKind": "get"
}
]
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(intValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.UtilCommandType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UtilCommandType",
- "printedName": "SendBirdCalls.UtilCommandType",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -152531,6 +152531,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -163334,13 +163341,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -163348,19 +163348,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -169341,13 +169348,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Request, τ_0_0 : SendBirdCalls.StrategyEncodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -169355,19 +169355,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -170540,13 +170547,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.StrategyDecodable, τ_0_0 : SendBirdCalls.StrategyEncodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "StrategyDecodable",
- "printedName": "StrategyDecodable",
- "usr": "s:13SendBirdCalls17StrategyDecodableP",
- "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -170554,19 +170554,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "StrategyDecodable",
+ "printedName": "StrategyDecodable",
+ "usr": "s:13SendBirdCalls17StrategyDecodableP",
+ "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
}
]
},
@@ -182249,39 +182256,6 @@
],
"fixedbinaryorder": 60
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.SBCError.ErrorCode?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ErrorCode",
- "printedName": "SendBirdCalls.SBCError.ErrorCode",
- "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
- "mangledName": "$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -182320,6 +182294,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.SBCError.ErrorCode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorCode",
+ "printedName": "SendBirdCalls.SBCError.ErrorCode",
+ "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -190324,13 +190331,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -190338,19 +190338,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -190500,13 +190507,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -190514,19 +190514,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -190808,10 +190815,10 @@
"conformances": [
{
"kind": "Conformance",
- "name": "CodingKey",
- "printedName": "CodingKey",
- "usr": "s:s9CodingKeyP",
- "mangledName": "$ss9CodingKeyP"
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
},
{
"kind": "Conformance",
@@ -190822,17 +190829,17 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
},
{
"kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
},
{
"kind": "Conformance",
@@ -190843,10 +190850,10 @@
},
{
"kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -191007,43 +191014,10 @@
"moduleName": "SendBirdCalls",
"fixedbinaryorder": 3
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.CommandKey?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "CommandKey",
- "printedName": "SendBirdCalls.CommandKey",
- "usr": "s:13SendBirdCalls10CommandKeyO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
- "name": "rawValue",
- "printedName": "rawValue",
+ "name": "stringValue",
+ "printedName": "stringValue",
"children": [
{
"kind": "TypeNominal",
@@ -191053,8 +191027,8 @@
}
],
"declKind": "Var",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvp",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvp",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvp",
"moduleName": "SendBirdCalls",
"implicit": true,
"accessors": [
@@ -191071,8 +191045,8 @@
}
],
"declKind": "Accessor",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvg",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvg",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvg",
"moduleName": "SendBirdCalls",
"implicit": true,
"accessorKind": "get"
@@ -191080,10 +191054,24 @@
]
},
{
- "kind": "Var",
- "name": "stringValue",
- "printedName": "stringValue",
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
"children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.CommandKey?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CommandKey",
+ "printedName": "SendBirdCalls.CommandKey",
+ "usr": "s:13SendBirdCalls10CommandKeyO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
{
"kind": "TypeNominal",
"name": "String",
@@ -191091,37 +191079,50 @@
"usr": "s:SS"
}
],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvp",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvp",
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
- "accessors": [
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
{
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.CommandKey?",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "CommandKey",
+ "printedName": "SendBirdCalls.CommandKey",
+ "usr": "s:13SendBirdCalls10CommandKeyO"
}
],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvg",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
}
- ]
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(stringValue:)",
+ "printedName": "init(rawValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -191145,12 +191146,51 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "intValue",
@@ -191205,39 +191245,6 @@
"accessorKind": "get"
}
]
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(intValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.CommandKey?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "CommandKey",
- "printedName": "SendBirdCalls.CommandKey",
- "usr": "s:13SendBirdCalls10CommandKeyO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -232424,13 +232431,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -232438,19 +232438,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -233535,6 +233542,13 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -239966,13 +239980,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -239980,19 +239987,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -240021,13 +240035,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -240035,19 +240042,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -270466,19 +270480,19 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Command, τ_0_0 : Swift.Encodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -276635,211 +276649,197 @@
"usr": "s:10Foundation4DataV",
"mangledName": "$s10Foundation4DataV",
"moduleName": "Foundation",
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
"declAttributes": [
- "Frozen"
+ "Frozen",
+ "Available",
+ "Available",
+ "Available",
+ "Available"
],
"isExternal": true,
"conformances": [
{
"kind": "Conformance",
- "name": "ReferenceConvertible",
- "printedName": "ReferenceConvertible",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RandomAccessCollection",
+ "printedName": "RandomAccessCollection",
"children": [
{
"kind": "TypeWitness",
- "name": "ReferenceType",
- "printedName": "ReferenceType",
+ "name": "Element",
+ "printedName": "Element",
"children": [
{
"kind": "TypeNominal",
- "name": "NSData",
- "printedName": "Foundation.NSData",
- "usr": "c:objc(cs)NSData"
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
}
]
}
],
- "usr": "s:10Foundation20ReferenceConvertibleP",
- "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ "usr": "s:Sk",
+ "mangledName": "$sSk"
},
{
"kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
+ "name": "MutableCollection",
+ "printedName": "MutableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SM",
+ "mangledName": "$sSM"
},
{
"kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
},
{
"kind": "Conformance",
- "name": "RandomAccessCollection",
- "printedName": "RandomAccessCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Element",
- "printedName": "Element",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Index",
- "printedName": "Index",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Indices",
- "printedName": "Indices",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Range",
- "printedName": "Swift.Range",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "usr": "s:Sn"
- }
- ]
- }
- ],
- "usr": "s:Sk",
- "mangledName": "$sSk"
- },
- {
- "kind": "Conformance",
- "name": "MutableCollection",
- "printedName": "MutableCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Element",
- "printedName": "Element",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Index",
- "printedName": "Index",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- }
- ],
- "usr": "s:SM",
- "mangledName": "$sSM"
- },
- {
- "kind": "Conformance",
- "name": "RangeReplaceableCollection",
- "printedName": "RangeReplaceableCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- }
- ],
- "usr": "s:Sm",
- "mangledName": "$sSm"
- },
- {
- "kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
- },
- {
- "kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
- },
- {
- "kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
- },
- {
- "kind": "Conformance",
- "name": "BidirectionalCollection",
- "printedName": "BidirectionalCollection",
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
"children": [
{
"kind": "TypeWitness",
@@ -277054,24 +277054,25 @@
},
{
"kind": "Conformance",
- "name": "CustomStringConvertible",
- "printedName": "CustomStringConvertible",
- "usr": "s:s23CustomStringConvertibleP",
- "mangledName": "$ss23CustomStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomReflectable",
- "printedName": "CustomReflectable",
- "usr": "s:s17CustomReflectableP",
- "mangledName": "$ss17CustomReflectableP"
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSData",
+ "printedName": "Foundation.NSData",
+ "usr": "c:objc(cs)NSData"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
},
{
"kind": "Conformance",
@@ -277095,6 +277096,27 @@
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
},
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
{
"kind": "Conformance",
"name": "Decodable",
@@ -277108,6 +277130,41 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
},
@@ -277150,6 +277207,16 @@
"mangledName": "$s10Foundation11JSONDecoderC",
"moduleName": "Foundation",
"isOpen": true,
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
{
@@ -278297,6 +278364,41 @@
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
},
@@ -279080,48 +279182,39 @@
},
{
"kind": "Conformance",
- "name": "DataProtocol",
- "printedName": "DataProtocol",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
"children": [
{
"kind": "TypeWitness",
- "name": "Regions",
- "printedName": "Regions",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
"children": [
{
"kind": "TypeNominal",
- "name": "CollectionOfOne",
- "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Array",
- "printedName": "[Swift.UInt8]",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ],
- "usr": "s:Sa"
- }
- ],
- "usr": "s:s15CollectionOfOneV"
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
}
]
}
],
- "usr": "s:10Foundation12DataProtocolP",
- "mangledName": "$s10Foundation12DataProtocolP"
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
},
{
"kind": "Conformance",
@@ -279167,39 +279260,48 @@
},
{
"kind": "Conformance",
- "name": "_ObjectiveCBridgeable",
- "printedName": "_ObjectiveCBridgeable",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
"children": [
{
"kind": "TypeWitness",
- "name": "_ObjectiveCType",
- "printedName": "_ObjectiveCType",
+ "name": "Regions",
+ "printedName": "Regions",
"children": [
{
"kind": "TypeNominal",
- "name": "NSArray",
- "printedName": "Foundation.NSArray",
- "usr": "c:objc(cs)NSArray"
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
}
]
}
],
- "usr": "s:s21_ObjectiveCBridgeableP",
- "mangledName": "$ss21_ObjectiveCBridgeableP"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
},
{
"kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
}
]
},
@@ -279644,6 +279746,28 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
}
]
},
@@ -280113,6 +280237,28 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
}
]
},
@@ -282811,6 +282957,57 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "VectorArithmetic",
+ "printedName": "VectorArithmetic",
+ "usr": "s:7SwiftUI16VectorArithmeticP",
+ "mangledName": "$s7SwiftUI16VectorArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Animatable",
+ "printedName": "Animatable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "AnimatableData",
+ "printedName": "AnimatableData",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI10AnimatableP",
+ "mangledName": "$s7SwiftUI10AnimatableP"
}
]
},
@@ -282914,8 +283111,25 @@
"mangledName": "$s10Foundation11JSONEncoderC",
"moduleName": "Foundation",
"isOpen": true,
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
{
"kind": "Conformance",
"name": "TopLevelEncoder",
@@ -282937,13 +283151,6 @@
],
"usr": "s:7Combine15TopLevelEncoderP",
"mangledName": "$s7Combine15TopLevelEncoderP"
- },
- {
- "kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
}
]
}
@@ -282979,6 +283186,104 @@
"length": 29,
"value": "4"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2501,
+ "length": 24,
+ "value": "\"REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2568,
+ "length": 19,
+ "value": "\"REMOTE_AUDIO_ONLY\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2632,
+ "length": 21,
+ "value": "\"LOCAL_REMOTE_AUDIOS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2710,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3023,
+ "length": 24,
+ "value": "\"REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3094,
+ "length": 19,
+ "value": "\"REMOTE_AUDIO_ONLY\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3156,
+ "length": 21,
+ "value": "\"LOCAL_REMOTE_AUDIOS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3222,
+ "length": 37,
+ "value": "\"LOCAL_REMOTE_AUDIO_AND_REMOTE_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3316,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3641,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3678,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3837,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3874,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
"kind": "IntegerLiteral",
@@ -282986,6 +283291,55 @@
"length": 4,
"value": "1"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5000,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5044,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5202,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5241,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5397,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5443,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5472,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantEnteredEventCommand.swift",
"kind": "StringLiteral",
@@ -283546,6 +283900,90 @@
"length": 17,
"value": "\"is_peer_on_hold\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 5,
+ "value": "\"api\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 16,
+ "value": "\"cmd_retrieving\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 546,
+ "length": 9,
+ "value": "\"webhook\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 586,
+ "length": 4,
+ "value": "\"ws\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 11,
+ "value": "\"voip_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 666,
+ "length": 11,
+ "value": "\"apns_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 848,
+ "length": 5,
+ "value": "\"api\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 894,
+ "length": 16,
+ "value": "\"cmd_retrieving\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 941,
+ "length": 9,
+ "value": "\"webhook\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 983,
+ "length": 4,
+ "value": "\"ws\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"voip_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1062,
+ "length": 11,
+ "value": "\"apns_push\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
"kind": "BooleanLiteral",
@@ -283553,6 +283991,20 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7968,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15369,
+ "length": 1,
+ "value": "1"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomEventCommandable.swift",
"kind": "IntegerLiteral",
@@ -283588,6 +284040,69 @@
"length": 14,
"value": "\"SendBirdCalls.DirectCallUser\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/DirectCallUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1843,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/DirectCallUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1918,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 62,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1074,
+ "length": 6,
+ "value": "\" called. type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1107,
+ "length": 1,
+ "value": "\", data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1122,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 2799,
+ "length": 37,
+ "value": "\"[Resultable] decode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 2835,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CallCommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 497,
+ "length": 6,
+ "value": "\"none\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CallCommandType.swift",
"kind": "StringLiteral",
@@ -284260,6 +284775,20 @@
"length": 11,
"value": "\"call_type\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Descriptor.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Descriptor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 587,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
"kind": "IntegerLiteral",
@@ -284337,6 +284866,90 @@
"length": 12,
"value": "11"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2376,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 11,
+ "value": "\"completed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 10,
+ "value": "\"canceled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2500,
+ "length": 10,
+ "value": "\"declined\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2553,
+ "length": 23,
+ "value": "\"other_device_accepted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2608,
+ "length": 11,
+ "value": "\"timed_out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2657,
+ "length": 17,
+ "value": "\"connection_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2706,
+ "length": 11,
+ "value": "\"no_answer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2751,
+ "length": 13,
+ "value": "\"dial_failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2800,
+ "length": 15,
+ "value": "\"accept_failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2851,
+ "length": 15,
+ "value": "\"not_connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2897,
+ "length": 9,
+ "value": "\"unknown\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndEventCommand.swift",
"kind": "StringLiteral",
@@ -284351,6 +284964,27 @@
"length": 19,
"value": "\"SendBirdCalls.DeclineEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EndedState.swift",
+ "kind": "StringLiteral",
+ "offset": 315,
+ "length": 63,
+ "value": "\"The call \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EndedState.swift",
+ "kind": "StringLiteral",
+ "offset": 357,
+ "length": 3,
+ "value": "\" was over completely\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallRequestable.swift",
+ "kind": "Array",
+ "offset": 652,
+ "length": 25,
+ "value": "[\"action\", \"direct_call\"]"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallRequestable.swift",
"kind": "IntegerLiteral",
@@ -284435,6 +285069,41 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 923,
+ "length": 26,
+ "value": "\"sbcall_short_lived_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 420,
+ "length": 8,
+ "value": "\"attach\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
"kind": "BooleanLiteral",
@@ -284456,6 +285125,13 @@
"length": 12,
"value": "\"SendBirdCalls.HoldResponse\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialResponse.swift",
+ "kind": "Dictionary",
+ "offset": 1202,
+ "length": 3,
+ "value": "[]"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialResponse.swift",
"kind": "Dictionary",
@@ -284498,6 +285174,20 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 744,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 761,
+ "length": 7,
+ "value": "\"login\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
"kind": "StringLiteral",
@@ -284554,6 +285244,62 @@
"length": 12,
"value": "\"push_token\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 609,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 626,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 701,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 709,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 332,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 14,
+ "value": "\"participants\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
"kind": "BooleanLiteral",
@@ -284561,6 +285307,13 @@
"length": 4,
"value": "true"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1464,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
"kind": "StringLiteral",
@@ -284596,6 +285349,20 @@
"length": 11,
"value": "2"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4394,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4420,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
"kind": "Array",
@@ -284617,6 +285384,20 @@
"length": 27,
"value": "\"\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1572,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1575,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimer.swift",
"kind": "StringLiteral",
@@ -284666,6 +285447,20 @@
"length": 3,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdAudioSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1099,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdAudioSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2014,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsEventCommand.swift",
"kind": "StringLiteral",
@@ -284673,6 +285468,41 @@
"length": 29,
"value": "\"SendBirdCalls.DeleteCustomItemsEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 813,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1095,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1440,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointClosingState.swift",
"kind": "StringLiteral",
@@ -284680,6 +285510,20 @@
"length": 20,
"value": "\"SendBirdCalls.EndpointClosingState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summarizable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summarizable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 872,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Queue.swift",
"kind": "Array",
@@ -284687,6 +285531,20 @@
"length": 2,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 524,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 716,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
"kind": "StringLiteral",
@@ -284694,6 +285552,27 @@
"length": 16,
"value": "\"SendBirdCalls.EstablishedState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2862,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/InvitationEventCommand.swift",
"kind": "IntegerLiteral",
@@ -284722,6 +285601,34 @@
"length": 29,
"value": "\"SendBirdCalls.UpdateCustomItemsEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1344,
+ "length": 9,
+ "value": "\"timeout\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1394,
+ "length": 16,
+ "value": "\"sibling_kicked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"timeout\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 16,
+ "value": "\"sibling_kicked\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
"kind": "StringLiteral",
@@ -284737,8649 +285644,22705 @@
"value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 185,
- "length": 13,
- "value": "\"SendBirdCalls.VideoRecorder\""
+ "offset": 405,
+ "length": 49,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1198,
- "length": 10,
- "value": "\"protocol\""
+ "offset": 419,
+ "length": 1,
+ "value": "\"] Initialize EventDeduplicator ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1239,
- "length": 17,
- "value": "\"connection_type\""
+ "offset": 520,
+ "length": 32,
+ "value": "\"com.sendbird.calls.message.ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1290,
- "length": 16,
- "value": "\"relay_protocol\""
+ "offset": 773,
+ "length": 51,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1198,
- "length": 10,
- "value": "\"protocol\""
+ "offset": 787,
+ "length": 1,
+ "value": "\"] Deinitialize EventDeduplicator ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1239,
- "length": 17,
- "value": "\"connection_type\""
+ "offset": 1044,
+ "length": 67,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1290,
- "length": 16,
- "value": "\"relay_protocol\""
+ "offset": 1058,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
- "kind": "Dictionary",
- "offset": 681,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "StringLiteral",
+ "offset": 1067,
+ "length": 1,
+ "value": "\".identifiers already contains \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
- "kind": "Array",
- "offset": 731,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "StringLiteral",
+ "offset": 1110,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 343,
- "length": 17,
- "value": "\"SendBirdCalls.DirectCallManager\""
+ "offset": 1217,
+ "length": 129,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 411,
- "length": 6,
- "value": "\"next\""
+ "offset": 1231,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 10,
- "value": "\"has_next\""
+ "offset": 1240,
+ "length": 1,
+ "value": "\".identifiers will remove \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 411,
- "length": 6,
- "value": "\"next\""
+ "offset": 1310,
+ "length": 5,
+ "value": "\"nil\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 10,
- "value": "\"has_next\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
- "kind": "Array",
- "offset": 297,
- "length": 21,
- "value": "[\"sdk\", \"debug_logs\"]"
+ "offset": 1316,
+ "length": 7,
+ "value": "\" because of the storage limit\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 458,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1398,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 719,
- "length": 6,
- "value": "\"logs\""
+ "offset": 1494,
+ "length": 57,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 757,
- "length": 18,
- "value": "\"is_overflow_logs\""
+ "offset": 1508,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 719,
- "length": 6,
- "value": "\"logs\""
+ "offset": 1517,
+ "length": 1,
+ "value": "\".indentifiers added \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 757,
- "length": 18,
- "value": "\"is_overflow_logs\""
+ "offset": 1550,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/RemoveCandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 28,
- "value": "\"SendBirdCalls.RemoveCandidatesEventCommand\""
+ "offset": 1675,
+ "length": 32,
+ "value": "\"com.sendbird.calls.message.ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "BooleanLiteral",
- "offset": 370,
- "length": 5,
- "value": "false"
+ "offset": 942,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 415,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1053,
+ "length": 2,
+ "value": "90"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "StringLiteral",
- "offset": 692,
- "length": 36,
- "value": "\"com.sdk.calls.\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "StringLiteral",
- "offset": 727,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1184,
"length": 2,
- "value": "\"\""
+ "value": "90"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4137,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1196,
"length": 3,
- "value": "1.0"
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4184,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1314,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4227,
- "length": 6,
- "value": "1000.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1327,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "Array",
- "offset": 470,
- "length": 33,
- "value": "[\"direct_calls\", \"missed_signal\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 13,
+ "value": "\"SendBirdCalls.VideoRecorder\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "Array",
- "offset": 567,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2905,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "StringLiteral",
- "offset": 924,
- "length": 10,
- "value": "\"call_ids\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2954,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "StringLiteral",
- "offset": 924,
- "length": 10,
- "value": "\"call_ids\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3101,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Hold\/HoldEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 179,
- "length": 16,
- "value": "\"SendBirdCalls.HoldEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 3176,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 270,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4115,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 298,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4203,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 324,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4360,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 378,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4449,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 404,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4612,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 427,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4703,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 459,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 5195,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 487,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 311,
- "length": 26,
- "value": "\"SendBirdCalls.ConnectionLostEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5909,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 220,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5929,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 250,
- "length": 6,
- "value": "\"room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5948,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 220,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5982,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 250,
- "length": 6,
- "value": "\"room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6126,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 35,
- "value": "\"com.sendbird.calls.logger.default\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6238,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3786,
- "length": 7,
+ "offset": 6319,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3944,
- "length": 5,
+ "offset": 6339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6358,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
- "length": 4,
- "value": "3"
+ "offset": 6398,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3786,
- "length": 7,
+ "offset": 6411,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6549,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3944,
- "length": 5,
- "value": "2"
+ "offset": 6684,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
- "length": 4,
- "value": "3"
+ "offset": 6798,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6889,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 216,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 832,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 252,
- "length": 9,
- "value": "\"handler\""
+ "offset": 902,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 285,
- "length": 9,
- "value": "\"command\""
+ "offset": 969,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 318,
- "length": 6,
- "value": "\"type\""
+ "offset": 1198,
+ "length": 10,
+ "value": "\"protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 216,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 1239,
+ "length": 17,
+ "value": "\"connection_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 252,
- "length": 9,
- "value": "\"handler\""
+ "offset": 1290,
+ "length": 16,
+ "value": "\"relay_protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 285,
- "length": 9,
- "value": "\"command\""
+ "offset": 1198,
+ "length": 10,
+ "value": "\"protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 318,
- "length": 6,
- "value": "\"type\""
+ "offset": 1239,
+ "length": 17,
+ "value": "\"connection_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "kind": "StringLiteral",
+ "offset": 1290,
+ "length": 16,
+ "value": "\"relay_protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Dictionary",
+ "offset": 681,
"length": 3,
- "value": "2"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Array",
+ "offset": 731,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1503,
+ "length": 33,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1516,
+ "length": 2,
+ "value": "\" id: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1535,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 6,
- "value": "\"next\""
+ "offset": 2974,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 426,
- "length": 6,
- "value": "\"prev\""
+ "offset": 4456,
+ "length": 57,
+ "value": "\"Did receive RING with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 6,
- "value": "\"next\""
+ "offset": 4512,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 426,
- "length": 6,
- "value": "\"prev\""
+ "offset": 5587,
+ "length": 82,
+ "value": "\"Did receive Initially Endable Event FIRST with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 457,
- "length": 13,
- "value": "\"channel_url\""
+ "offset": 5668,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
- "kind": "StringLiteral",
- "offset": 457,
- "length": 13,
- "value": "\"channel_url\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5859,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
- "kind": "StringLiteral",
- "offset": 224,
- "length": 19,
- "value": "\"SendBirdCalls.SendBirdChatOptions\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6307,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Dictionary",
+ "offset": 6465,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1734,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "offset": 6728,
+ "length": 80,
+ "value": "\"Did receive Other Device Accepted FIRST with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1781,
+ "offset": 6807,
"length": 2,
- "value": "\" to \""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1798,
- "length": 1,
- "value": "\" \""
+ "offset": 6955,
+ "length": 52,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1818,
- "length": 2,
- "value": "\"\""
+ "offset": 6968,
+ "length": 3,
+ "value": "\" has been failed to create direct call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
- "kind": "IntegerLiteral",
- "offset": 2120,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Array",
+ "offset": 7183,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 535,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 7236,
+ "length": 52,
+ "value": "\"com.sendbird.sdk.calls.directCallManager.end.queue\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 569,
- "length": 11,
- "value": "\"call_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7356,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 605,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8566,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 642,
- "length": 12,
- "value": "\"signal_seq\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9561,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 685,
+ "offset": 343,
"length": 17,
- "value": "\"signal_snapshot\""
+ "value": "\"SendBirdCalls.DirectCallManager\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 734,
- "length": 18,
- "value": "\"caller_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10662,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 784,
- "length": 18,
- "value": "\"callee_client_id\""
+ "offset": 389,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 535,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 419,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 569,
- "length": 11,
- "value": "\"call_type\""
+ "offset": 1152,
+ "length": 23,
+ "value": "\"will execute in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 605,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 3342,
+ "length": 23,
+ "value": "\"will execute in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 642,
- "length": 12,
- "value": "\"signal_seq\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "Dictionary",
+ "offset": 3878,
+ "length": 39,
+ "value": "[(\"WebRTC-Audio-iOS-Holding\", \"Enabled\")]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 685,
- "length": 17,
- "value": "\"signal_snapshot\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3988,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 734,
- "length": 18,
- "value": "\"caller_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4313,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 784,
- "length": 18,
- "value": "\"callee_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5058,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 1976,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5426,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 1976,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5752,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "Dictionary",
- "offset": 1058,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6048,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "FloatLiteral",
- "offset": 1090,
- "length": 3,
- "value": "5.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6334,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1247,
- "length": 64,
- "value": "\"com.sendbird.sdk.calls.websocket.callback.\""
+ "offset": 7236,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7334,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1310,
- "length": 2,
- "value": "\"\""
+ "offset": 8210,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "BooleanLiteral",
- "offset": 1529,
+ "offset": 8306,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "IntegerLiteral",
- "offset": 1701,
+ "offset": 8857,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "StringLiteral",
- "offset": 1755,
- "length": 65,
- "value": "\"com.sendbird.sdk.calls.websocket.operation.\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10853,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1819,
- "length": 2,
- "value": "\"\""
+ "offset": 11277,
+ "length": 124,
+ "value": "\"Did receive DeleteCustomItem response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1932,
- "length": 66,
- "value": "\"com.sendbird.sdk.calls.websocket.connection.\""
+ "offset": 11354,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1997,
- "length": 27,
+ "offset": 11400,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "BooleanLiteral",
- "offset": 7154,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "StringLiteral",
+ "offset": 11987,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 242,
- "length": 18,
- "value": "\"sent_frame_width\""
+ "offset": 13075,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 19,
- "value": "\"sent_frame_height\""
+ "offset": 13433,
+ "length": 56,
+ "value": "\"Succeeded to request cancel with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 338,
- "length": 22,
- "value": "\"received_frame_width\""
+ "offset": 13488,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"received_frame_height\""
+ "offset": 13672,
+ "length": 67,
+ "value": "\"Failed to request cancel with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 16,
- "value": "\"frames_encoded\""
+ "offset": 13738,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 486,
- "length": 20,
- "value": "\"key_frames_encoded\""
+ "offset": 13905,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 540,
- "length": 26,
- "value": "\"total_key_frames_encoded\""
+ "offset": 14668,
+ "length": 64,
+ "value": "\"Failed to send accept with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 597,
- "length": 22,
- "value": "\"total_frames_encoded\""
+ "offset": 14731,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 27,
- "value": "\"quality_limitation_reason\""
+ "offset": 14926,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 721,
- "length": 30,
- "value": "\"quality_limitation_durations\""
+ "offset": 15128,
+ "length": 43,
+ "value": "\"Will send decline request with \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 798,
- "length": 39,
- "value": "\"quality_limitation_resolution_changes\""
+ "offset": 15170,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 903,
- "length": 16,
- "value": "\"target_bitrate\""
+ "offset": 15266,
+ "length": 115,
+ "value": "\"Did receive decline response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 943,
- "length": 14,
- "value": "\"packets_sent\""
+ "offset": 15334,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 986,
- "length": 20,
- "value": "\"total_packets_sent\""
+ "offset": 15380,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1034,
- "length": 18,
- "value": "\"packets_received\""
+ "offset": 15751,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1085,
- "length": 24,
- "value": "\"total_packets_received\""
+ "offset": 15962,
+ "length": 19,
+ "value": "\"Will send request\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1131,
- "length": 12,
- "value": "\"bytes_sent\""
+ "offset": 16093,
+ "length": 37,
+ "value": "\"Did receive response with \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1170,
- "length": 18,
- "value": "\"total_bytes_sent\""
+ "offset": 16129,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1214,
- "length": 16,
- "value": "\"bytes_received\""
+ "offset": 16332,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1261,
- "length": 22,
- "value": "\"total_bytes_received\""
+ "offset": 16403,
+ "length": 71,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1307,
- "length": 14,
- "value": "\"packets_lost\""
+ "offset": 16473,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1350,
- "length": 20,
- "value": "\"total_packets_lost\""
+ "offset": 16728,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1400,
+ "offset": 17339,
"length": 21,
- "value": "\"remote_packets_lost\""
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1456,
- "length": 27,
- "value": "\"remote_total_packets_lost\""
+ "offset": 18557,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1511,
- "length": 19,
- "value": "\"packets_lost_rate\""
+ "offset": 18628,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 26,
- "value": "\"remote_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18820,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 25,
- "value": "\"total_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18879,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1678,
- "length": 21,
- "value": "\"outbound_nack_count\""
+ "offset": 19013,
+ "length": 47,
+ "value": "\"[Alive] Command Router is sending request ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1728,
- "length": 20,
- "value": "\"inbound_nack_count\""
+ "offset": 19268,
+ "length": 41,
+ "value": "\"[Alive] sent alive request successfully\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1779,
- "length": 22,
- "value": "\"remote_fraction_lost\""
+ "offset": 19428,
+ "length": 75,
+ "value": "\"[Alive] failed to request alive with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1826,
- "length": 15,
- "value": "\"remote_jitter\""
+ "offset": 19501,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1863,
- "length": 12,
- "value": "\"remote_rtt\""
+ "offset": 19649,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1942,
- "length": 17,
- "value": "\"frames_received\""
+ "offset": 19690,
+ "length": 32,
+ "value": "\"(state: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1991,
- "length": 23,
- "value": "\"total_frames_received\""
+ "offset": 19720,
+ "length": 1,
+ "value": "\")\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2040,
- "length": 16,
- "value": "\"frames_decoded\""
+ "offset": 19754,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2087,
- "length": 22,
- "value": "\"total_frames_decoded\""
+ "offset": 19951,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2137,
- "length": 19,
- "value": "\"total_decode_time\""
+ "offset": 20556,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2182,
- "length": 16,
- "value": "\"frames_dropped\""
+ "offset": 20627,
+ "length": 71,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2229,
- "length": 22,
- "value": "\"total_frames_dropped\""
+ "offset": 20697,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2274,
- "length": 13,
- "value": "\"frames_sent\""
+ "offset": 20799,
+ "length": 27,
+ "value": "\"was called with empty sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2315,
- "length": 19,
- "value": "\"total_frames_sent\""
+ "offset": 21174,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 18,
- "value": "\"huge_frames_sent\""
+ "offset": 21583,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2411,
- "length": 23,
- "value": "\"total_frames_duration\""
+ "offset": 22066,
+ "length": 53,
+ "value": "\"SummaryRequest error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2458,
- "length": 14,
- "value": "\"freeze_count\""
+ "offset": 22118,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2505,
- "length": 24,
- "value": "\"total_freezes_duration\""
+ "offset": 22403,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2552,
- "length": 13,
- "value": "\"pause_count\""
+ "offset": 22577,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2597,
- "length": 23,
- "value": "\"total_pauses_duration\""
+ "offset": 22802,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23125,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2649,
- "length": 20,
- "value": "\"key_frames_decoded\""
+ "offset": 23293,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2703,
- "length": 26,
- "value": "\"total_key_frames_decoded\""
+ "offset": 23557,
+ "length": 116,
+ "value": "\"Did request end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2762,
- "length": 25,
- "value": "\"total_inter_frame_delay\""
+ "offset": 23626,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2822,
- "length": 27,
- "value": "\"average_inter_frame_delay\""
+ "offset": 23672,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2889,
- "length": 33,
- "value": "\"total_squared_inter_frame_delay\""
+ "offset": 23799,
+ "length": 74,
+ "value": "\"succeeded to response end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2961,
- "length": 32,
- "value": "\"sum_of_squared_frames_duration\""
+ "offset": 23872,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3060,
+ "offset": 24189,
"length": 21,
- "value": "\"jitter_buffer_delay\""
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3118,
- "length": 29,
- "value": "\"average_jitter_buffer_delay\""
+ "offset": 24484,
+ "length": 116,
+ "value": "\"Did request end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3183,
- "length": 28,
- "value": "\"jitter_buffer_target_delay\""
+ "offset": 24553,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3254,
- "length": 36,
- "value": "\"average_jitter_buffer_target_delay\""
+ "offset": 24599,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3327,
- "length": 29,
- "value": "\"jitter_buffer_emitted_count\""
+ "offset": 25003,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3417,
- "length": 28,
- "value": "\"retransmitted_packets_sent\""
+ "offset": 25556,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3487,
- "length": 34,
- "value": "\"total_retransmitted_packets_sent\""
+ "offset": 26170,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3556,
- "length": 26,
- "value": "\"retransmitted_bytes_sent\""
+ "offset": 26407,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3622,
- "length": 32,
- "value": "\"total_retransmitted_bytes_sent\""
+ "offset": 411,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3695,
- "length": 32,
- "value": "\"retransmitted_packets_received\""
+ "offset": 441,
+ "length": 10,
+ "value": "\"has_next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3773,
- "length": 38,
- "value": "\"total_retransmitted_packets_received\""
+ "offset": 411,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3850,
- "length": 30,
- "value": "\"retransmitted_bytes_received\""
+ "offset": 441,
+ "length": 10,
+ "value": "\"has_next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3924,
- "length": 36,
- "value": "\"total_retransmitted_bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "kind": "Array",
+ "offset": 297,
+ "length": 21,
+ "value": "[\"sdk\", \"debug_logs\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4019,
- "length": 24,
- "value": "\"total_samples_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4071,
- "length": 18,
- "value": "\"samples_received\""
+ "offset": 719,
+ "length": 6,
+ "value": "\"logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4123,
- "length": 25,
- "value": "\"total_concealed_samples\""
+ "offset": 757,
+ "length": 18,
+ "value": "\"is_overflow_logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4177,
- "length": 19,
- "value": "\"concealed_samples\""
+ "offset": 719,
+ "length": 6,
+ "value": "\"logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4230,
- "length": 25,
- "value": "\"concealed_samples_ratio\""
+ "offset": 757,
+ "length": 18,
+ "value": "\"is_overflow_logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/RemoveCandidateEventCommand.swift",
"kind": "StringLiteral",
- "offset": 4295,
- "length": 32,
- "value": "\"total_silent_concealed_samples\""
+ "offset": 307,
+ "length": 28,
+ "value": "\"SendBirdCalls.RemoveCandidatesEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4362,
- "length": 26,
- "value": "\"silent_concealed_samples\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 370,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4436,
- "length": 41,
- "value": "\"total_inserted_samples_for_deceleration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 415,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4520,
- "length": 35,
- "value": "\"inserted_samples_for_deceleration\""
+ "offset": 692,
+ "length": 36,
+ "value": "\"com.sdk.calls.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4602,
- "length": 40,
- "value": "\"total_removed_samples_for_acceleration\""
+ "offset": 727,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4684,
- "length": 34,
- "value": "\"removed_samples_for_acceleration\""
+ "offset": 790,
+ "length": 38,
+ "value": "\"[RTPPacketMonitor] deinit was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4793,
- "length": 28,
- "value": "\"total_fec_packets_received\""
+ "offset": 1321,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4852,
- "length": 22,
- "value": "\"fec_packets_received\""
+ "offset": 1354,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4911,
- "length": 29,
- "value": "\"total_fec_packets_discarded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1725,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 25,
- "value": "\"total_packets_discarded\""
+ "offset": 1855,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5067,
- "length": 28,
- "value": "\"available_incoming_bitrate\""
+ "offset": 1888,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 5132,
- "length": 28,
- "value": "\"available_outgoing_bitrate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2894,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5212,
+ "offset": 2952,
"length": 20,
- "value": "\"outbound_fir_count\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5261,
+ "offset": 3020,
"length": 20,
- "value": "\"outbound_pli_count\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5309,
- "length": 19,
- "value": "\"inbound_fir_count\""
+ "offset": 3125,
+ "length": 33,
+ "value": "\"[RTPPacketMonitor] key : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5356,
- "length": 19,
- "value": "\"inbound_pli_count\""
+ "offset": 3157,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5401,
- "length": 16,
- "value": "\"inbound_jitter\""
+ "offset": 3192,
+ "length": 36,
+ "value": "\"[RTPPacketMonitor] id : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5461,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "offset": 3227,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5523,
- "length": 21,
- "value": "\"video_source_height\""
+ "offset": 3262,
+ "length": 40,
+ "value": "\"[RTPPacketMonitor] type : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5573,
- "length": 20,
- "value": "\"video_source_width\""
+ "offset": 3301,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 242,
- "length": 18,
- "value": "\"sent_frame_width\""
+ "offset": 3336,
+ "length": 53,
+ "value": "\"[RTPPacketMonitor] timestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 19,
- "value": "\"sent_frame_height\""
+ "offset": 3388,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 338,
- "length": 22,
- "value": "\"received_frame_width\""
+ "offset": 3423,
+ "length": 46,
+ "value": "\"[RTPPacketMonitor] values : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"received_frame_height\""
+ "offset": 3466,
+ "length": 1,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 16,
- "value": "\"frames_encoded\""
+ "offset": 3509,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 486,
+ "offset": 3559,
"length": 20,
- "value": "\"key_frames_encoded\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 540,
- "length": 26,
- "value": "\"total_key_frames_encoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3704,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 597,
- "length": 22,
- "value": "\"total_frames_encoded\""
+ "offset": 3762,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 27,
- "value": "\"quality_limitation_reason\""
+ "offset": 3830,
+ "length": 62,
+ "value": "\"[RTPPacketMonitor] Audio Stat: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 721,
- "length": 30,
- "value": "\"quality_limitation_durations\""
+ "offset": 3891,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 798,
- "length": 39,
- "value": "\"quality_limitation_resolution_changes\""
+ "offset": 3922,
+ "length": 62,
+ "value": "\"[RTPPacketMonitor] Video Stat: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 903,
- "length": 16,
- "value": "\"target_bitrate\""
+ "offset": 3983,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 943,
- "length": 14,
- "value": "\"packets_sent\""
+ "offset": 4014,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 986,
- "length": 20,
- "value": "\"total_packets_sent\""
+ "offset": 4054,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1034,
- "length": 18,
- "value": "\"packets_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4137,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1085,
- "length": 24,
- "value": "\"total_packets_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4184,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1131,
- "length": 12,
- "value": "\"bytes_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4227,
+ "length": 6,
+ "value": "1000.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1170,
- "length": 18,
- "value": "\"total_bytes_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4475,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1214,
- "length": 16,
- "value": "\"bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1352,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1261,
- "length": 22,
- "value": "\"total_bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1374,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1307,
- "length": 14,
- "value": "\"packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1458,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1350,
- "length": 20,
- "value": "\"total_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1480,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1400,
- "length": 21,
- "value": "\"remote_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "Array",
+ "offset": 470,
+ "length": 33,
+ "value": "[\"direct_calls\", \"missed_signal\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1456,
- "length": 27,
- "value": "\"remote_total_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "Array",
+ "offset": 567,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1511,
- "length": 19,
- "value": "\"packets_lost_rate\""
+ "offset": 622,
+ "length": 3,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 26,
- "value": "\"remote_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 791,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1623,
- "length": 25,
- "value": "\"total_packets_lost_rate\""
+ "offset": 924,
+ "length": 10,
+ "value": "\"call_ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1678,
- "length": 21,
- "value": "\"outbound_nack_count\""
+ "offset": 924,
+ "length": 10,
+ "value": "\"call_ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Hold\/HoldEventCommand.swift",
"kind": "StringLiteral",
- "offset": 1728,
- "length": 20,
- "value": "\"inbound_nack_count\""
+ "offset": 179,
+ "length": 16,
+ "value": "\"SendBirdCalls.HoldEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1779,
- "length": 22,
- "value": "\"remote_fraction_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 270,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1826,
- "length": 15,
- "value": "\"remote_jitter\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 298,
+ "length": 4,
+ "value": "30.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1863,
- "length": 12,
- "value": "\"remote_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 324,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1942,
- "length": 17,
- "value": "\"frames_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 378,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1991,
- "length": 23,
- "value": "\"total_frames_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 404,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2040,
- "length": 16,
- "value": "\"frames_decoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 427,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2087,
- "length": 22,
- "value": "\"total_frames_decoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 459,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2137,
- "length": 19,
- "value": "\"total_decode_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 487,
+ "length": 4,
+ "value": "30.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2182,
- "length": 16,
- "value": "\"frames_dropped\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SetOnce.swift",
+ "kind": "BooleanLiteral",
+ "offset": 929,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2229,
- "length": 22,
- "value": "\"total_frames_dropped\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SetOnce.swift",
+ "kind": "BooleanLiteral",
+ "offset": 951,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2274,
- "length": 13,
- "value": "\"frames_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2880,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2315,
- "length": 19,
- "value": "\"total_frames_sent\""
+ "offset": 3545,
+ "length": 30,
+ "value": "\"Received command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 18,
- "value": "\"huge_frames_sent\""
+ "offset": 3574,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2411,
- "length": 23,
- "value": "\"total_frames_duration\""
+ "offset": 4638,
+ "length": 95,
+ "value": "\"Unspecified error occured. error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2458,
- "length": 14,
- "value": "\"freeze_count\""
+ "offset": 4732,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2505,
- "length": 24,
- "value": "\"total_freezes_duration\""
+ "offset": 4872,
+ "length": 45,
+ "value": "\"CommandList Response. Response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2552,
- "length": 13,
- "value": "\"pause_count\""
+ "offset": 4916,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2597,
- "length": 23,
- "value": "\"total_pauses_duration\""
+ "offset": 5206,
+ "length": 67,
+ "value": "\"CommandList Response. signal sequences : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2649,
- "length": 20,
- "value": "\"key_frames_decoded\""
+ "offset": 5272,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostEventCommand.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 311,
"length": 26,
- "value": "\"total_key_frames_decoded\""
+ "value": "\"SendBirdCalls.ConnectionLostEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2762,
- "length": 25,
- "value": "\"total_inter_frame_delay\""
+ "offset": 220,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2822,
- "length": 27,
- "value": "\"average_inter_frame_delay\""
+ "offset": 250,
+ "length": 6,
+ "value": "\"room\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2889,
- "length": 33,
- "value": "\"total_squared_inter_frame_delay\""
+ "offset": 220,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2961,
- "length": 32,
- "value": "\"sum_of_squared_frames_duration\""
+ "offset": 250,
+ "length": 6,
+ "value": "\"room\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
"kind": "StringLiteral",
- "offset": 3060,
- "length": 21,
- "value": "\"jitter_buffer_delay\""
+ "offset": 779,
+ "length": 35,
+ "value": "\"com.sendbird.calls.logger.default\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3118,
- "length": 29,
- "value": "\"average_jitter_buffer_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3786,
+ "length": 7,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3183,
- "length": 28,
- "value": "\"jitter_buffer_target_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3944,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3254,
- "length": 36,
- "value": "\"average_jitter_buffer_target_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 4,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3327,
- "length": 29,
- "value": "\"jitter_buffer_emitted_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3786,
+ "length": 7,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3417,
- "length": 28,
- "value": "\"retransmitted_packets_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3944,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3487,
- "length": 34,
- "value": "\"total_retransmitted_packets_sent\""
+ "offset": 3371,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3556,
- "length": 26,
- "value": "\"retransmitted_bytes_sent\""
+ "offset": 3379,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3622,
- "length": 32,
- "value": "\"total_retransmitted_bytes_sent\""
+ "offset": 3550,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3695,
- "length": 32,
- "value": "\"retransmitted_packets_received\""
+ "offset": 3558,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3773,
- "length": 38,
- "value": "\"total_retransmitted_packets_received\""
+ "offset": 3700,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3850,
- "length": 30,
- "value": "\"retransmitted_bytes_received\""
+ "offset": 3708,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3924,
- "length": 36,
- "value": "\"total_retransmitted_bytes_received\""
+ "offset": 3927,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4019,
- "length": 24,
- "value": "\"total_samples_received\""
+ "offset": 3935,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4071,
- "length": 18,
- "value": "\"samples_received\""
+ "offset": 4101,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4123,
- "length": 25,
- "value": "\"total_concealed_samples\""
+ "offset": 4109,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4177,
- "length": 19,
- "value": "\"concealed_samples\""
+ "offset": 4269,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4230,
- "length": 25,
- "value": "\"concealed_samples_ratio\""
+ "offset": 4277,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4295,
- "length": 32,
- "value": "\"total_silent_concealed_samples\""
+ "offset": 4444,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4362,
- "length": 26,
- "value": "\"silent_concealed_samples\""
+ "offset": 4452,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4436,
- "length": 41,
- "value": "\"total_inserted_samples_for_deceleration\""
+ "offset": 4623,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4520,
- "length": 35,
- "value": "\"inserted_samples_for_deceleration\""
+ "offset": 4631,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4602,
- "length": 40,
- "value": "\"total_removed_samples_for_acceleration\""
+ "offset": 4802,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4684,
- "length": 34,
- "value": "\"removed_samples_for_acceleration\""
+ "offset": 4810,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4793,
- "length": 28,
- "value": "\"total_fec_packets_received\""
+ "offset": 4986,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4852,
- "length": 22,
- "value": "\"fec_packets_received\""
+ "offset": 4994,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4911,
- "length": 29,
- "value": "\"total_fec_packets_discarded\""
+ "offset": 5172,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 25,
- "value": "\"total_packets_discarded\""
+ "offset": 5180,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5067,
- "length": 28,
- "value": "\"available_incoming_bitrate\""
+ "offset": 5326,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5132,
- "length": 28,
- "value": "\"available_outgoing_bitrate\""
+ "offset": 5334,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5212,
- "length": 20,
- "value": "\"outbound_fir_count\""
+ "offset": 5516,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5261,
- "length": 20,
- "value": "\"outbound_pli_count\""
+ "offset": 5524,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5309,
- "length": 19,
- "value": "\"inbound_fir_count\""
+ "offset": 5676,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5356,
- "length": 19,
- "value": "\"inbound_pli_count\""
+ "offset": 5684,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5401,
- "length": 16,
- "value": "\"inbound_jitter\""
+ "offset": 5846,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5461,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "offset": 5854,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5523,
- "length": 21,
- "value": "\"video_source_height\""
+ "offset": 6004,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5573,
- "length": 20,
- "value": "\"video_source_width\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
- "kind": "IntegerLiteral",
- "offset": 445,
- "length": 1,
- "value": "1"
+ "offset": 6012,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 6,
- "value": "\"type\""
+ "offset": 6229,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1047,
- "length": 12,
- "value": "\"message_id\""
+ "offset": 6237,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1090,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 6425,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1136,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 6433,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 6,
- "value": "\"type\""
+ "offset": 6601,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1047,
- "length": 12,
- "value": "\"message_id\""
+ "offset": 6609,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1090,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 6843,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1136,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 6851,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 676,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "offset": 6999,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 723,
+ "offset": 7007,
"length": 2,
- "value": "\" to \""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 740,
- "length": 1,
- "value": "\" \""
+ "offset": 7182,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 760,
+ "offset": 7190,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 3538,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7390,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 3979,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7398,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 269,
- "length": 12,
- "value": "\"SendBirdCalls.WebRTCClient\""
+ "offset": 7435,
+ "length": 25,
+ "value": "\"Did receive answer with\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 29316,
- "length": 31,
- "value": "\"com.sendbird.sdk.calls.webrtc\""
+ "offset": 7471,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 29390,
- "length": 22,
- "value": "\"DtlsSrtpKeyAgreement\""
+ "offset": 7507,
+ "length": 18,
+ "value": "\"peerConnectionId\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29478,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7716,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29510,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7724,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29551,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7880,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29589,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7888,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32345,
- "length": 10,
- "value": "\"recvonly\""
+ "offset": 8035,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32380,
- "length": 10,
- "value": "\"sendonly\""
+ "offset": 8043,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32415,
- "length": 10,
- "value": "\"sendrecv\""
+ "offset": 8196,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32345,
- "length": 10,
- "value": "\"recvonly\""
+ "offset": 8204,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32380,
- "length": 10,
- "value": "\"sendonly\""
+ "offset": 8403,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32415,
- "length": 10,
- "value": "\"sendrecv\""
+ "offset": 8411,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1024,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 8448,
+ "length": 24,
+ "value": "\"Did receive offer with\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1024,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 8483,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 11,
- "value": "\"APNS_VOIP\""
+ "offset": 8519,
+ "length": 18,
+ "value": "\"peerConnectionId\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 19,
- "value": "\"CALLS_APNS_REMOTE\""
+ "offset": 8738,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 11,
- "value": "\"APNS_VOIP\""
+ "offset": 8746,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 19,
- "value": "\"CALLS_APNS_REMOTE\""
+ "offset": 216,
+ "length": 12,
+ "value": "\"request_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 707,
- "length": 6,
- "value": "\"keys\""
+ "offset": 252,
+ "length": 9,
+ "value": "\"handler\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 707,
- "length": 6,
- "value": "\"keys\""
+ "offset": 285,
+ "length": 9,
+ "value": "\"command\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 5,
- "value": "\"sdp\""
+ "offset": 318,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1672,
- "length": 17,
- "value": "\"sdp_mline_index\""
+ "offset": 216,
+ "length": 12,
+ "value": "\"request_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1712,
+ "offset": 252,
"length": 9,
- "value": "\"sdp_mid\""
+ "value": "\"handler\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 5,
- "value": "\"sdp\""
+ "offset": 285,
+ "length": 9,
+ "value": "\"command\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1672,
- "length": 17,
- "value": "\"sdp_mline_index\""
+ "offset": 318,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
- "kind": "StringLiteral",
- "offset": 1712,
- "length": 9,
- "value": "\"sdp_mid\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "Dictionary",
- "offset": 2317,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
"length": 3,
- "value": "[]"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "BooleanLiteral",
- "offset": 2440,
+ "offset": 502,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "Dictionary",
- "offset": 2657,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3180,
- "length": 9,
- "value": "\"call_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3239,
- "length": 10,
- "value": "\"ended_by\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
+ "length": 3,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3275,
- "length": 12,
- "value": "\"started_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3311,
- "length": 10,
- "value": "\"ended_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
+ "length": 3,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3347,
- "length": 12,
- "value": "\"end_result\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1122,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3388,
- "length": 15,
- "value": "\"end_result_ex\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1613,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3431,
- "length": 15,
- "value": "\"is_video_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2323,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3471,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3510,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4782,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3554,
- "length": 12,
- "value": "\"call_relay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4892,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3180,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 394,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3239,
- "length": 10,
- "value": "\"ended_by\""
+ "offset": 426,
+ "length": 6,
+ "value": "\"prev\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3275,
- "length": 12,
- "value": "\"started_at\""
+ "offset": 394,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3311,
- "length": 10,
- "value": "\"ended_at\""
+ "offset": 426,
+ "length": 6,
+ "value": "\"prev\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3347,
- "length": 12,
- "value": "\"end_result\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/Sequence.swift",
+ "kind": "BooleanLiteral",
+ "offset": 926,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3388,
- "length": 15,
- "value": "\"end_result_ex\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/Sequence.swift",
+ "kind": "BooleanLiteral",
+ "offset": 965,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3431,
- "length": 15,
- "value": "\"is_video_call\""
+ "offset": 457,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3471,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 457,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3510,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 224,
+ "length": 19,
+ "value": "\"SendBirdCalls.SendBirdChatOptions\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 3554,
- "length": 12,
- "value": "\"call_relay\""
+ "offset": 1567,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 13,
- "value": "\"SendBirdCalls.DirectCallLog\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/PartialMeshParticipantManager.swift",
- "kind": "Dictionary",
- "offset": 407,
- "length": 3,
- "value": "[]"
+ "offset": 1619,
+ "length": 2,
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 15,
- "value": "\"SendBirdCalls.EndEventCommand\""
+ "offset": 1634,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 630,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 810,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1235,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1781,
"length": 2,
- "value": "[]"
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1666,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1798,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1848,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1818,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 8009,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 8141,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2483,
+ "length": 75,
+ "value": "\"com.sendbird.call.directcalls.statemanager.operation_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 282,
- "length": 13,
- "value": "\"SendBirdCalls.RoomListQuery\""
+ "offset": 2557,
+ "length": 25,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 815,
- "length": 6,
- "value": "\"keys\""
+ "offset": 2636,
+ "length": 15,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 815,
- "length": 6,
- "value": "\"keys\""
+ "offset": 2650,
+ "length": 3,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/CandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 302,
- "length": 21,
- "value": "\"SendBirdCalls.CandidateEventCommand\""
+ "offset": 3177,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1050,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 3207,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1106,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 8665,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1152,
- "length": 11,
- "value": "\"device_os\""
+ "offset": 8695,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1050,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 8879,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1106,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 8909,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1152,
- "length": 11,
- "value": "\"device_os\""
+ "offset": 9136,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 368,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 9166,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 409,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 9436,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 368,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 9466,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 409,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 9877,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptRequest.swift",
- "kind": "Array",
- "offset": 707,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9907,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 195,
- "length": 33,
- "value": "\"SendBirdCalls.DeleteRoomCustomItemsEventCommand\""
+ "offset": 10080,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 487,
- "length": 11,
- "value": "\"attach_to\""
+ "offset": 10110,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 530,
- "length": 4,
- "value": "\"on\""
+ "offset": 10366,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 561,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 10396,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 601,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 10658,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 644,
- "length": 15,
- "value": "\"audio_enabled\""
+ "offset": 10688,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 684,
- "length": 15,
- "value": "\"video_enabled\""
+ "offset": 10944,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 12,
- "value": "\"audio_attr\""
+ "offset": 10974,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 12,
- "value": "\"video_attr\""
+ "offset": 11770,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 811,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 11800,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 855,
- "length": 15,
- "value": "\"kick_siblings\""
+ "offset": 11837,
+ "length": 10,
+ "value": "\"Received\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 487,
- "length": 11,
- "value": "\"attach_to\""
+ "offset": 11858,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 530,
- "length": 4,
- "value": "\"on\""
+ "offset": 12618,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 561,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 12648,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 601,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 12861,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 644,
- "length": 15,
- "value": "\"audio_enabled\""
+ "offset": 12891,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 684,
- "length": 15,
- "value": "\"video_enabled\""
+ "offset": 13159,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 12,
- "value": "\"audio_attr\""
+ "offset": 13189,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 12,
- "value": "\"video_attr\""
+ "offset": 13478,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 811,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 13508,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 855,
- "length": 15,
- "value": "\"kick_siblings\""
+ "offset": 13545,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 5188,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13621,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 11648,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13862,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 14238,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13892,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 18768,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13929,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 31352,
- "length": 27,
- "value": "\"was called in the state: \""
+ "offset": 14005,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1187,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14247,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1389,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14277,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1634,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14314,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1929,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14390,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 2267,
+ "offset": 14504,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "BooleanLiteral",
- "offset": 2435,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15016,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 2931,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15046,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 3076,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15083,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 2931,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15159,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 3076,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15677,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4316,
- "length": 16,
- "value": "\"participant_id\""
+ "offset": 15707,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4358,
- "length": 12,
- "value": "\"entered_at\""
+ "offset": 15744,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4396,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 15820,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4433,
- "length": 11,
- "value": "\"exited_at\""
+ "offset": 16348,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4469,
- "length": 10,
- "value": "\"duration\""
+ "offset": 16378,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4504,
- "length": 11,
- "value": "\"client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16648,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4578,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 17067,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4617,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 17097,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4316,
- "length": 16,
- "value": "\"participant_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17367,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4358,
- "length": 12,
- "value": "\"entered_at\""
+ "offset": 17794,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4396,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 17824,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4433,
- "length": 11,
- "value": "\"exited_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18339,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4469,
- "length": 10,
- "value": "\"duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18436,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4504,
- "length": 11,
- "value": "\"client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18463,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18546,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18586,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4578,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 18705,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4617,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 18735,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 4772,
+ "offset": 18903,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 4801,
+ "offset": 19206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20724,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 348,
- "length": 11,
- "value": "\"SendBirdCalls.Participant\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22740,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 358,
- "length": 5,
- "value": "false"
+ "offset": 22835,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 715,
+ "offset": 535,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
"length": 11,
- "value": "\"turn_urls\""
+ "value": "\"call_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 751,
- "length": 10,
- "value": "\"username\""
+ "offset": 605,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 786,
- "length": 10,
- "value": "\"password\""
+ "offset": 642,
+ "length": 12,
+ "value": "\"signal_seq\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 828,
+ "offset": 685,
+ "length": 17,
+ "value": "\"signal_snapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 734,
"length": 18,
- "value": "\"transport_policy\""
+ "value": "\"caller_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 715,
+ "offset": 784,
+ "length": 18,
+ "value": "\"callee_client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 535,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
"length": 11,
- "value": "\"turn_urls\""
+ "value": "\"call_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 751,
- "length": 10,
- "value": "\"username\""
+ "offset": 605,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 786,
- "length": 10,
- "value": "\"password\""
+ "offset": 642,
+ "length": 12,
+ "value": "\"signal_seq\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 828,
+ "offset": 685,
+ "length": 17,
+ "value": "\"signal_snapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 734,
"length": 18,
- "value": "\"transport_policy\""
+ "value": "\"caller_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 784,
+ "length": 18,
+ "value": "\"callee_client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "BooleanLiteral",
- "offset": 328,
+ "offset": 1707,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
- "kind": "StringLiteral",
- "offset": 185,
- "length": 25,
- "value": "\"SendBirdCalls.EndpointDisconnectedState\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "Array",
+ "offset": 1768,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
- "kind": "BooleanLiteral",
- "offset": 405,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "BooleanLiteral",
- "offset": 2285,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "Dictionary",
- "offset": 2408,
+ "offset": 1058,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "IntegerLiteral",
- "offset": 2615,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "FloatLiteral",
+ "offset": 1090,
+ "length": 3,
+ "value": "5.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "IntegerLiteral",
- "offset": 2810,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1247,
+ "length": 64,
+ "value": "\"com.sendbird.sdk.calls.websocket.callback.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 410,
- "length": 4,
- "value": "\"SendBirdCalls.Room\""
+ "offset": 1310,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 21234,
+ "offset": 1529,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "BooleanLiteral",
- "offset": 21272,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1701,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 238,
- "length": 14,
- "value": "\"turn_changed\""
+ "offset": 1755,
+ "length": 65,
+ "value": "\"com.sendbird.sdk.calls.websocket.operation.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 238,
- "length": 14,
- "value": "\"turn_changed\""
+ "offset": 1819,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
- "kind": "Array",
- "offset": 582,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1932,
+ "length": 66,
+ "value": "\"com.sendbird.sdk.calls.websocket.connection.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1997,
+ "length": 27,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3551,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3573,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 619,
+ "offset": 3605,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 864,
+ "offset": 3682,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3971,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3993,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5611,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1039,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5910,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1146,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5932,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1039,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6551,
+ "length": 64,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1146,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6573,
+ "length": 4,
+ "value": "\" with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 1522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6614,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1702,
+ "offset": 7154,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "Array",
- "offset": 5627,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 7203,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6899,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8479,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6918,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8501,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9112,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "FloatLiteral",
+ "offset": 9252,
"length": 3,
- "value": "100"
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6985,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9678,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 7002,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9890,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9912,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6841,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10148,
+ "length": 63,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10170,
+ "length": 4,
+ "value": "\" with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10210,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 515,
- "length": 22,
- "value": "\"SendBirdCalls.DirectCallLogListQuery\""
+ "offset": 10372,
+ "length": 29,
+ "value": "\"received message is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Decline\/DeclineResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 292,
- "length": 15,
- "value": "\"SendBirdCalls.DeclineResponse\""
+ "offset": 10400,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Timeout\/TimeoutEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 303,
- "length": 19,
- "value": "\"SendBirdCalls.TimeoutEventCommand\""
+ "offset": 11196,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 2701,
- "length": 9,
- "value": "\"command\""
+ "offset": 11218,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Test\/AddIceCandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 190,
- "length": 27,
- "value": "\"SendBirdCalls.AddIceCandidateEventCommand\""
+ "offset": 11341,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1003,
+ "offset": 11668,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11802,
+ "length": 29,
+ "value": "\"[Alive] Alive timer invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1032,
+ "offset": 12001,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1059,
+ "offset": 12070,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantVideoSettingEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 198,
- "length": 35,
- "value": "\"SendBirdCalls.ParticipantVideoSettingEventCommand\""
+ "offset": 12120,
+ "length": 56,
+ "value": "\"[Alive] WebSocket will disconnect due to alive timeout\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
- "kind": "Dictionary",
- "offset": 506,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12219,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12278,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 12396,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 12912,
+ "length": 22,
+ "value": "\"sbcall_session_token\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 464,
+ "offset": 13003,
"length": 18,
- "value": "\"peer_stream_lost\""
+ "value": "\"sbcall_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 383,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13064,
+ "length": 66,
+ "value": "\"ios,\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointEstablishedState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 201,
- "length": 24,
- "value": "\"SendBirdCalls.EndpointEstablishedState\""
+ "offset": 13102,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
- "kind": "Dictionary",
- "offset": 2232,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13129,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
- "kind": "Array",
- "offset": 2266,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13176,
+ "length": 10,
+ "value": "\"sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 292,
- "length": 16,
- "value": "\"SendBirdCalls.DialEventCommand\""
+ "offset": 13473,
+ "length": 38,
+ "value": "\"calls-ios\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
- "kind": "IntegerLiteral",
- "offset": 3575,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13510,
+ "length": 24,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
- "kind": "IntegerLiteral",
- "offset": 4133,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13533,
+ "length": 12,
+ "value": "\"User-Agent\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 286,
- "length": 11,
- "value": "\"SendBirdCalls.EndResponse\""
+ "offset": 13674,
+ "length": 24,
+ "value": "\"Request-Sent-Timestamp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 4,
- "value": "\"2G\""
+ "offset": 13739,
+ "length": 16,
+ "value": "\"URL Request is\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 328,
- "length": 4,
- "value": "\"3G\""
+ "offset": 13771,
+ "length": 15,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 354,
- "length": 4,
- "value": "\"4G\""
+ "offset": 13785,
+ "length": 18,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 382,
- "length": 9,
- "value": "\"Unknown\""
+ "offset": 13802,
+ "length": 32,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 4,
- "value": "\"2G\""
+ "offset": 13833,
+ "length": 3,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 328,
- "length": 4,
- "value": "\"3G\""
+ "offset": 14059,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 354,
- "length": 4,
- "value": "\"4G\""
+ "offset": 14081,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 382,
- "length": 9,
- "value": "\"Unknown\""
+ "offset": 14114,
+ "length": 31,
+ "value": "\"will send request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/VideoSettingEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 316,
- "length": 24,
- "value": "\"SendBirdCalls.VideoSettingEventCommand\""
+ "offset": 14144,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 4550,
- "length": 7,
- "value": "\"codec\""
+ "offset": 14402,
+ "length": 67,
+ "value": "\"WebSocketClient will send message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
- "kind": "StringLiteral",
- "offset": 4592,
- "length": 16,
- "value": "\"candidate-pair\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14462,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 4643,
- "length": 18,
- "value": "\"remote-candidate\""
+ "offset": 14468,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Get\/GetRoomRequest.swift",
"kind": "StringLiteral",
- "offset": 4696,
- "length": 17,
- "value": "\"local-candidate\""
+ "offset": 454,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4748,
- "length": 11,
- "value": "\"transport\""
+ "offset": 303,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4794,
- "length": 14,
- "value": "\"media-source\""
+ "offset": 331,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4843,
- "length": 7,
- "value": "\"track\""
+ "offset": 503,
+ "length": 9,
+ "value": "\"Ringing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4894,
- "length": 20,
- "value": "\"remote-inbound-rtp\""
+ "offset": 653,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4949,
- "length": 13,
- "value": "\"inbound-rtp\""
+ "offset": 681,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4997,
- "length": 14,
- "value": "\"outbound-rtp\""
+ "offset": 837,
+ "length": 11,
+ "value": "\"Establish\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4550,
- "length": 7,
- "value": "\"codec\""
+ "offset": 1027,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4592,
- "length": 16,
- "value": "\"candidate-pair\""
+ "offset": 1055,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4643,
- "length": 18,
- "value": "\"remote-candidate\""
+ "offset": 1209,
+ "length": 9,
+ "value": "\"Connect\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4696,
- "length": 17,
- "value": "\"local-candidate\""
+ "offset": 1397,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4748,
- "length": 11,
- "value": "\"transport\""
+ "offset": 1425,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4794,
+ "offset": 1589,
"length": 14,
- "value": "\"media-source\""
+ "value": "\"Reconnecting\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4843,
- "length": 7,
- "value": "\"track\""
+ "offset": 1792,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4894,
- "length": 20,
- "value": "\"remote-inbound-rtp\""
+ "offset": 1820,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4949,
- "length": 13,
- "value": "\"inbound-rtp\""
+ "offset": 1985,
+ "length": 11,
+ "value": "\"Reconnect\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4997,
- "length": 14,
- "value": "\"outbound-rtp\""
+ "offset": 2180,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
- "kind": "Array",
- "offset": 360,
- "length": 9,
- "value": "[\"rooms\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 2208,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1536,
- "length": 6,
- "value": "\"next\""
+ "offset": 2445,
+ "length": 5,
+ "value": "\"End\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1568,
- "length": 6,
- "value": "\"prev\""
+ "offset": 2648,
+ "length": 53,
+ "value": "\"with audio \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1604,
- "length": 6,
- "value": "\"type\""
+ "offset": 2672,
+ "length": 3,
+ "value": "\" was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1632,
- "length": 7,
- "value": "\"state\""
+ "offset": 2700,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 10,
- "value": "\"room_ids\""
+ "offset": 2980,
+ "length": 64,
+ "value": "\"Remote audio enabled: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1703,
- "length": 31,
- "value": "\"current_participant_range_gte\""
+ "offset": 3031,
+ "length": 2,
+ "value": "\" in the call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1764,
- "length": 31,
- "value": "\"current_participant_range_lte\""
+ "offset": 3180,
+ "length": 53,
+ "value": "\"with video \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1828,
- "length": 21,
- "value": "\"created_by_user_ids\""
+ "offset": 3204,
+ "length": 3,
+ "value": "\" was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1893,
- "length": 23,
- "value": "\"created_at_start_date\""
+ "offset": 3232,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1949,
- "length": 21,
- "value": "\"created_at_end_date\""
+ "offset": 3503,
+ "length": 67,
+ "value": "\"Remote video is enabled: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1536,
- "length": 6,
- "value": "\"next\""
+ "offset": 3557,
+ "length": 2,
+ "value": "\" in the call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1568,
- "length": 6,
- "value": "\"prev\""
+ "offset": 3682,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1604,
- "length": 6,
- "value": "\"type\""
+ "offset": 3710,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1632,
- "length": 7,
- "value": "\"state\""
+ "offset": 3876,
+ "length": 83,
+ "value": "\"Remote Recording Status Changed to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 10,
- "value": "\"room_ids\""
+ "offset": 3941,
+ "length": 2,
+ "value": "\" in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1703,
- "length": 31,
- "value": "\"current_participant_range_gte\""
+ "offset": 3958,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1764,
- "length": 31,
- "value": "\"current_participant_range_lte\""
+ "offset": 4202,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1828,
- "length": 21,
- "value": "\"created_by_user_ids\""
+ "offset": 4230,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1893,
- "length": 23,
- "value": "\"created_at_start_date\""
+ "offset": 4414,
+ "length": 99,
+ "value": "\"isLocalUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1949,
- "length": 21,
- "value": "\"created_at_end_date\""
+ "offset": 4442,
+ "length": 4,
+ "value": "\" Hold Status Changed to isUserOnHold: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
- "kind": "IntegerLiteral",
- "offset": 266,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "\" in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
- "kind": "Dictionary",
- "offset": 368,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4512,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Create\/CreateRoomRequest.swift",
- "kind": "Array",
- "offset": 328,
- "length": 9,
- "value": "[\"rooms\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4773,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4801,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "BooleanLiteral",
- "offset": 484,
+ "offset": 5024,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5113,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 589,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 242,
+ "length": 18,
+ "value": "\"sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 631,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 288,
+ "length": 19,
+ "value": "\"sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 667,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 338,
+ "length": 22,
+ "value": "\"received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 589,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 392,
+ "length": 23,
+ "value": "\"received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 631,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 441,
+ "length": 16,
+ "value": "\"frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 667,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 486,
+ "length": 20,
+ "value": "\"key_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 186,
- "length": 22,
- "value": "\"SendBirdCalls.DeleteRoomEventCommand\""
+ "offset": 540,
+ "length": 26,
+ "value": "\"total_key_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Offer\/OfferEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 306,
- "length": 17,
- "value": "\"SendBirdCalls.OfferEventCommand\""
+ "offset": 597,
+ "length": 22,
+ "value": "\"total_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 655,
+ "length": 27,
+ "value": "\"quality_limitation_reason\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 30,
+ "value": "\"quality_limitation_durations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 39,
+ "value": "\"quality_limitation_resolution_changes\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 16,
+ "value": "\"target_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 943,
+ "length": 14,
+ "value": "\"packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 20,
+ "value": "\"total_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 18,
+ "value": "\"packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1085,
+ "length": 24,
+ "value": "\"total_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 12,
+ "value": "\"bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 18,
+ "value": "\"total_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 16,
+ "value": "\"bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1261,
+ "length": 22,
+ "value": "\"total_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 14,
+ "value": "\"packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1350,
+ "length": 20,
+ "value": "\"total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1400,
+ "length": 21,
+ "value": "\"remote_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 27,
+ "value": "\"remote_total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 19,
+ "value": "\"packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 26,
+ "value": "\"remote_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1623,
+ "length": 25,
+ "value": "\"total_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1678,
+ "length": 21,
+ "value": "\"outbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 20,
+ "value": "\"inbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1779,
+ "length": 22,
+ "value": "\"remote_fraction_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 15,
+ "value": "\"remote_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 12,
+ "value": "\"remote_rtt\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 17,
+ "value": "\"frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1991,
+ "length": 23,
+ "value": "\"total_frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2040,
+ "length": 16,
+ "value": "\"frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 22,
+ "value": "\"total_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 19,
+ "value": "\"total_decode_time\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2182,
+ "length": 16,
+ "value": "\"frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2229,
+ "length": 22,
+ "value": "\"total_frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 13,
+ "value": "\"frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2315,
+ "length": 19,
+ "value": "\"total_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 18,
+ "value": "\"huge_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2411,
+ "length": 23,
+ "value": "\"total_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 14,
+ "value": "\"freeze_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2505,
+ "length": 24,
+ "value": "\"total_freezes_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2552,
+ "length": 13,
+ "value": "\"pause_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2597,
+ "length": 23,
+ "value": "\"total_pauses_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2649,
+ "length": 20,
+ "value": "\"key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2703,
+ "length": 26,
+ "value": "\"total_key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 25,
+ "value": "\"total_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2822,
+ "length": 27,
+ "value": "\"average_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2889,
+ "length": 33,
+ "value": "\"total_squared_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2961,
+ "length": 32,
+ "value": "\"sum_of_squared_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3060,
+ "length": 21,
+ "value": "\"jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3118,
+ "length": 29,
+ "value": "\"average_jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3183,
+ "length": 28,
+ "value": "\"jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3254,
+ "length": 36,
+ "value": "\"average_jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3327,
+ "length": 29,
+ "value": "\"jitter_buffer_emitted_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3417,
+ "length": 28,
+ "value": "\"retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3487,
+ "length": 34,
+ "value": "\"total_retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3556,
+ "length": 26,
+ "value": "\"retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3622,
+ "length": 32,
+ "value": "\"total_retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3695,
+ "length": 32,
+ "value": "\"retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 38,
+ "value": "\"total_retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3850,
+ "length": 30,
+ "value": "\"retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3924,
+ "length": 36,
+ "value": "\"total_retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4019,
+ "length": 24,
+ "value": "\"total_samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4071,
+ "length": 18,
+ "value": "\"samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 25,
+ "value": "\"total_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4177,
+ "length": 19,
+ "value": "\"concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4230,
+ "length": 25,
+ "value": "\"concealed_samples_ratio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4295,
+ "length": 32,
+ "value": "\"total_silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4362,
+ "length": 26,
+ "value": "\"silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4436,
+ "length": 41,
+ "value": "\"total_inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 35,
+ "value": "\"inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 40,
+ "value": "\"total_removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4684,
+ "length": 34,
+ "value": "\"removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4793,
+ "length": 28,
+ "value": "\"total_fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4852,
+ "length": 22,
+ "value": "\"fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4911,
+ "length": 29,
+ "value": "\"total_fec_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 25,
+ "value": "\"total_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5067,
+ "length": 28,
+ "value": "\"available_incoming_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5132,
+ "length": 28,
+ "value": "\"available_outgoing_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5212,
+ "length": 20,
+ "value": "\"outbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5261,
+ "length": 20,
+ "value": "\"outbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5309,
+ "length": 19,
+ "value": "\"inbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5356,
+ "length": 19,
+ "value": "\"inbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5401,
+ "length": 16,
+ "value": "\"inbound_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5461,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5523,
+ "length": 21,
+ "value": "\"video_source_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5573,
+ "length": 20,
+ "value": "\"video_source_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 18,
+ "value": "\"sent_frame_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 19,
+ "value": "\"sent_frame_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 338,
+ "length": 22,
+ "value": "\"received_frame_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 23,
+ "value": "\"received_frame_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 16,
+ "value": "\"frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 20,
+ "value": "\"key_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 540,
+ "length": 26,
+ "value": "\"total_key_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 597,
+ "length": 22,
+ "value": "\"total_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 655,
+ "length": 27,
+ "value": "\"quality_limitation_reason\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 30,
+ "value": "\"quality_limitation_durations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 39,
+ "value": "\"quality_limitation_resolution_changes\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 16,
+ "value": "\"target_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 943,
+ "length": 14,
+ "value": "\"packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 20,
+ "value": "\"total_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 18,
+ "value": "\"packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1085,
+ "length": 24,
+ "value": "\"total_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 12,
+ "value": "\"bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 18,
+ "value": "\"total_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 16,
+ "value": "\"bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1261,
+ "length": 22,
+ "value": "\"total_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 14,
+ "value": "\"packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1350,
+ "length": 20,
+ "value": "\"total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1400,
+ "length": 21,
+ "value": "\"remote_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 27,
+ "value": "\"remote_total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 19,
+ "value": "\"packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 26,
+ "value": "\"remote_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1623,
+ "length": 25,
+ "value": "\"total_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1678,
+ "length": 21,
+ "value": "\"outbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 20,
+ "value": "\"inbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1779,
+ "length": 22,
+ "value": "\"remote_fraction_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 15,
+ "value": "\"remote_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 12,
+ "value": "\"remote_rtt\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 17,
+ "value": "\"frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1991,
+ "length": 23,
+ "value": "\"total_frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2040,
+ "length": 16,
+ "value": "\"frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 22,
+ "value": "\"total_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 19,
+ "value": "\"total_decode_time\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2182,
+ "length": 16,
+ "value": "\"frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2229,
+ "length": 22,
+ "value": "\"total_frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 13,
+ "value": "\"frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2315,
+ "length": 19,
+ "value": "\"total_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 18,
+ "value": "\"huge_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2411,
+ "length": 23,
+ "value": "\"total_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 14,
+ "value": "\"freeze_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2505,
+ "length": 24,
+ "value": "\"total_freezes_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2552,
+ "length": 13,
+ "value": "\"pause_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2597,
+ "length": 23,
+ "value": "\"total_pauses_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2649,
+ "length": 20,
+ "value": "\"key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2703,
+ "length": 26,
+ "value": "\"total_key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 25,
+ "value": "\"total_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2822,
+ "length": 27,
+ "value": "\"average_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2889,
+ "length": 33,
+ "value": "\"total_squared_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2961,
+ "length": 32,
+ "value": "\"sum_of_squared_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3060,
+ "length": 21,
+ "value": "\"jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3118,
+ "length": 29,
+ "value": "\"average_jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3183,
+ "length": 28,
+ "value": "\"jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3254,
+ "length": 36,
+ "value": "\"average_jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3327,
+ "length": 29,
+ "value": "\"jitter_buffer_emitted_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3417,
+ "length": 28,
+ "value": "\"retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3487,
+ "length": 34,
+ "value": "\"total_retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3556,
+ "length": 26,
+ "value": "\"retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3622,
+ "length": 32,
+ "value": "\"total_retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3695,
+ "length": 32,
+ "value": "\"retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 38,
+ "value": "\"total_retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3850,
+ "length": 30,
+ "value": "\"retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3924,
+ "length": 36,
+ "value": "\"total_retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4019,
+ "length": 24,
+ "value": "\"total_samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4071,
+ "length": 18,
+ "value": "\"samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 25,
+ "value": "\"total_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4177,
+ "length": 19,
+ "value": "\"concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4230,
+ "length": 25,
+ "value": "\"concealed_samples_ratio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4295,
+ "length": 32,
+ "value": "\"total_silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4362,
+ "length": 26,
+ "value": "\"silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4436,
+ "length": 41,
+ "value": "\"total_inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 35,
+ "value": "\"inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 40,
+ "value": "\"total_removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4684,
+ "length": 34,
+ "value": "\"removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4793,
+ "length": 28,
+ "value": "\"total_fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4852,
+ "length": 22,
+ "value": "\"fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4911,
+ "length": 29,
+ "value": "\"total_fec_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 25,
+ "value": "\"total_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5067,
+ "length": 28,
+ "value": "\"available_incoming_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5132,
+ "length": 28,
+ "value": "\"available_outgoing_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5212,
+ "length": 20,
+ "value": "\"outbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5261,
+ "length": 20,
+ "value": "\"outbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5309,
+ "length": 19,
+ "value": "\"inbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5356,
+ "length": 19,
+ "value": "\"inbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5401,
+ "length": 16,
+ "value": "\"inbound_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5461,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5523,
+ "length": 21,
+ "value": "\"video_source_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5573,
+ "length": 20,
+ "value": "\"video_source_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 421,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 434,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 870,
+ "length": 17,
+ "value": "\".sernder.send()\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 47,
+ "value": "\"Failed to send Candidate Request with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1308,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1336,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1359,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1373,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1871,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1899,
+ "length": 11,
+ "value": "\"local sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1921,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1928,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2286,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2586,
+ "length": 31,
+ "value": "\"Success sent Offer: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2616,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2695,
+ "length": 121,
+ "value": "\"Did send offer request with result: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2769,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2815,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3168,
+ "length": 124,
+ "value": "\"Did send answer request with response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3245,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3291,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "FloatLiteral",
+ "offset": 3413,
+ "length": 3,
+ "value": "2.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3440,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 31,
+ "value": "\"was called with data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3628,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3739,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4154,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4516,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4913,
+ "length": 39,
+ "value": "\"was called with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4951,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 21,
+ "value": "\"was called in call:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1105,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2309,
+ "length": 21,
+ "value": "\"was called in call:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2849,
+ "length": 36,
+ "value": "\"is called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2884,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3014,
+ "length": 73,
+ "value": "\"Returned immediately because view is as same as current localVideoView.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3133,
+ "length": 81,
+ "value": "\"Returned immediately because view is as same as current callInfo.localVideoView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3821,
+ "length": 33,
+ "value": "\"is called \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3853,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6748,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8899,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9127,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "IntegerLiteral",
+ "offset": 445,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 12,
+ "value": "\"message_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1136,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 12,
+ "value": "\"message_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1136,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 525,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 577,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 676,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 723,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 740,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 760,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "Dictionary",
+ "offset": 1600,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1695,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1796,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3979,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 4028,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5476,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6774,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6901,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8596,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10615,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11402,
+ "length": 84,
+ "value": "\"failed to proccess sdp to peer connection with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11485,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11738,
+ "length": 18,
+ "value": "\"Did process with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11783,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11790,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11803,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12185,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12240,
+ "length": 70,
+ "value": "\"will set remote description with hasSetRemoteSDP: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12309,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12527,
+ "length": 69,
+ "value": "\"peer connection set remote description \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12595,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13211,
+ "length": 107,
+ "value": "\"RTCRtpTransceiver audio setDirection to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13290,
+ "length": 6,
+ "value": "\" failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13317,
+ "length": 4,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13640,
+ "length": 107,
+ "value": "\"RTCRtpTransceiver video setDirection to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13719,
+ "length": 6,
+ "value": "\" failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13746,
+ "length": 4,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14104,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14326,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14685,
+ "length": 32,
+ "value": "\"was reported error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14716,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14927,
+ "length": 23,
+ "value": "\"will execute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14949,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 12,
+ "value": "\"SendBirdCalls.WebRTCClient\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 15236,
+ "length": 51,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 15286,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16406,
+ "length": 96,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16456,
+ "length": 9,
+ "value": "\" signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16501,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16932,
+ "length": 42,
+ "value": "\"[WebRTC] MUST NOT be the default value:(\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17027,
+ "length": 172,
+ "value": "\"local signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17111,
+ "length": 1,
+ "value": "\", remote signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17198,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19281,
+ "length": 101,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19331,
+ "length": 3,
+ "value": "\" new ICE connection state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19381,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20709,
+ "length": 100,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20759,
+ "length": 3,
+ "value": "\" new ICE gathering state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20808,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20966,
+ "length": 51,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21016,
+ "length": 13,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21028,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21050,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21063,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21301,
+ "length": 72,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21351,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21371,
+ "length": 1,
+ "value": "\"-\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21384,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21407,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21421,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21656,
+ "length": 80,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21706,
+ "length": 4,
+ "value": "\" data channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21735,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23627,
+ "length": 102,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23677,
+ "length": 3,
+ "value": "\" new peer connection state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23728,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25216,
+ "length": 69,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25266,
+ "length": 6,
+ "value": "\" stream: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25436,
+ "length": 69,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25486,
+ "length": 6,
+ "value": "\" stream: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25504,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26655,
+ "length": 139,
+ "value": "\"Remote: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26676,
+ "length": 3,
+ "value": "\" was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26726,
+ "length": 5,
+ "value": "\" added RTP Receiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26761,
+ "length": 1,
+ "value": "\", media streams: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26793,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28129,
+ "length": 88,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28179,
+ "length": 7,
+ "value": "\" removed RTP Receiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28216,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28663,
+ "length": 133,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28713,
+ "length": 7,
+ "value": "\" started receiving on transceiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28762,
+ "length": 4,
+ "value": "\" with \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28795,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28997,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29006,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29219,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29316,
+ "length": 31,
+ "value": "\"com.sendbird.sdk.calls.webrtc\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29390,
+ "length": 22,
+ "value": "\"DtlsSrtpKeyAgreement\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29478,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29510,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29551,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29757,
+ "length": 71,
+ "value": "\"was called with turnCredential: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29827,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "Array",
+ "offset": 29928,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32345,
+ "length": 10,
+ "value": "\"recvonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32380,
+ "length": 10,
+ "value": "\"sendonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32415,
+ "length": 10,
+ "value": "\"sendrecv\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32345,
+ "length": 10,
+ "value": "\"recvonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32380,
+ "length": 10,
+ "value": "\"sendonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32415,
+ "length": 10,
+ "value": "\"sendrecv\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 664,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1122,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2363,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "StringLiteral",
+ "offset": 3093,
+ "length": 22,
+ "value": "\"was called in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "StringLiteral",
+ "offset": 3999,
+ "length": 22,
+ "value": "\"was called in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 26,
+ "value": "\"sbcall_short_lived_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 899,
+ "length": 9,
+ "value": "\"receive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1024,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1024,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 11,
+ "value": "\"APNS_VOIP\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 19,
+ "value": "\"CALLS_APNS_REMOTE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 11,
+ "value": "\"APNS_VOIP\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 19,
+ "value": "\"CALLS_APNS_REMOTE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 414,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 17,
+ "value": "\"sdp_mline_index\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1712,
+ "length": 9,
+ "value": "\"sdp_mid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 17,
+ "value": "\"sdp_mline_index\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1712,
+ "length": 9,
+ "value": "\"sdp_mid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 458,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 499,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 401,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 427,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 466,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1242,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "StringLiteral",
+ "offset": 1270,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1282,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1314,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Dictionary+SendBirdCalls.swift",
+ "kind": "Dictionary",
+ "offset": 399,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Dictionary+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 1148,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1087,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1102,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 2317,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2440,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 2657,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2879,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2915,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3239,
+ "length": 10,
+ "value": "\"ended_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3275,
+ "length": 12,
+ "value": "\"started_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3311,
+ "length": 10,
+ "value": "\"ended_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3347,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3388,
+ "length": 15,
+ "value": "\"end_result_ex\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3431,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3471,
+ "length": 11,
+ "value": "\"user_role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3510,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3554,
+ "length": 12,
+ "value": "\"call_relay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3239,
+ "length": 10,
+ "value": "\"ended_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3275,
+ "length": 12,
+ "value": "\"started_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3311,
+ "length": 10,
+ "value": "\"ended_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3347,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3388,
+ "length": 15,
+ "value": "\"end_result_ex\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3431,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3471,
+ "length": 11,
+ "value": "\"user_role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3510,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3554,
+ "length": 12,
+ "value": "\"call_relay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3744,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4574,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 4684,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 13,
+ "value": "\"SendBirdCalls.DirectCallLog\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5720,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5746,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5925,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5990,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/PartialMeshParticipantManager.swift",
+ "kind": "Dictionary",
+ "offset": 407,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/AcceptingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/AcceptingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 15,
+ "value": "\"SendBirdCalls.EndEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 314,
+ "length": 14,
+ "value": "\"API_BASE_URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 4,
+ "value": "\"@@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 13,
+ "value": "\"WS_BASE_URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 572,
+ "length": 4,
+ "value": "\"@@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 630,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 810,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1235,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1666,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1848,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5840,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6257,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6632,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6714,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8009,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8141,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8508,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 8781,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9128,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 13,
+ "value": "\"SendBirdCalls.RoomListQuery\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 14,
+ "value": "\"direct_calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 815,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 815,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 921,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1352,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "Array",
+ "offset": 1526,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/CandidateEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 302,
+ "length": 21,
+ "value": "\"SendBirdCalls.CandidateEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1204,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1290,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1549,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1696,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2289,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2882,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3080,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3106,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3467,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 3960,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7646,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7800,
+ "length": 39,
+ "value": "\"\t\t\t identifier: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7836,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7876,
+ "length": 37,
+ "value": "\"\t\t\t timestamp: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7910,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7950,
+ "length": 27,
+ "value": "\"\t\t\t type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7974,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8244,
+ "length": 30,
+ "value": "\"\t\t\t \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8260,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8270,
+ "length": 1,
+ "value": "\" \n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8351,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointReconnectingState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointReconnectingState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 417,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 672,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 689,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 697,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 773,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1152,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1152,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptRequest.swift",
+ "kind": "Array",
+ "offset": 707,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 195,
+ "length": 33,
+ "value": "\"SendBirdCalls.DeleteRoomCustomItemsEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 11,
+ "value": "\"attach_to\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 561,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 644,
+ "length": 15,
+ "value": "\"audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 15,
+ "value": "\"video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 12,
+ "value": "\"audio_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 12,
+ "value": "\"video_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 811,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 15,
+ "value": "\"kick_siblings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 11,
+ "value": "\"attach_to\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 561,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 644,
+ "length": 15,
+ "value": "\"audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 15,
+ "value": "\"video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 12,
+ "value": "\"audio_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 12,
+ "value": "\"video_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 811,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 15,
+ "value": "\"kick_siblings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 2906,
+ "length": 19,
+ "value": "\"directCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 2983,
+ "length": 13,
+ "value": "\"roomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 3062,
+ "length": 19,
+ "value": "\"DirectCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 13,
+ "value": "\"RoomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 4993,
+ "length": 52,
+ "value": "\"WebSocket should not be closed as no call was made\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5126,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5188,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5281,
+ "length": 53,
+ "value": "\"Cannot disconnect websocket because of ongoing call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5478,
+ "length": 53,
+ "value": "\"Cannot disconnect websocket because of ongoing call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5667,
+ "length": 30,
+ "value": "\"Fail to disconnect websocket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5845,
+ "length": 18,
+ "value": "\"has been invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5970,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6011,
+ "length": 52,
+ "value": "\"WebSocket should not be opened as no call was made\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6254,
+ "length": 27,
+ "value": "\"Fail to connect websocket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6394,
+ "length": 18,
+ "value": "\"has been invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6588,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6616,
+ "length": 9,
+ "value": "\"user ID\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6661,
+ "length": 12,
+ "value": "\"accesToken\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8025,
+ "length": 137,
+ "value": "\"Did receive result of authentication with response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8115,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8161,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 9441,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 9909,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 10030,
+ "length": 84,
+ "value": "\"Call Manager Force To End was completed with errors: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 10113,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11055,
+ "length": 55,
+ "value": "\"was called: Requested to change to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11101,
+ "length": 7,
+ "value": "\" seconds\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11137,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11360,
+ "length": 55,
+ "value": "\"was called: Requested to change to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11406,
+ "length": 7,
+ "value": "\" seconds\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11450,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12224,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14238,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 14320,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 14915,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 16810,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17142,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 59,
+ "value": "\"registry: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17209,
+ "length": 1,
+ "value": "\", payload: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17230,
+ "length": 1,
+ "value": "\", type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17245,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17313,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17390,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17958,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18105,
+ "length": 31,
+ "value": "\"Received payload successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18169,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18768,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18856,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 19395,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 19915,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20175,
+ "length": 39,
+ "value": "\"was called with userInfo: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20213,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20262,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20324,
+ "length": 64,
+ "value": "\"Provided Remote Notification does not belong to SendBirdCalls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20467,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20547,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20675,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20703,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20744,
+ "length": 15,
+ "value": "\"receiver_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20777,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20823,
+ "length": 6,
+ "value": "\"user\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20862,
+ "length": 8,
+ "value": "\"client\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20935,
+ "length": 9,
+ "value": "\"sibling\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21057,
+ "length": 135,
+ "value": "\"Ignoring remote notification because client id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21124,
+ "length": 3,
+ "value": "\" and receiver type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21159,
+ "length": 4,
+ "value": "\" does not belong to this client.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21373,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21494,
+ "length": 31,
+ "value": "\"Received payload successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21561,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21574,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21802,
+ "length": 39,
+ "value": "\"was called with userInfo: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21840,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21889,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22115,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22177,
+ "length": 64,
+ "value": "\"Provided Remote Notification does not belong to SendBirdCalls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22448,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22528,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25031,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25648,
+ "length": 124,
+ "value": "\"Did receive UpdateCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25725,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25771,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27248,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27866,
+ "length": 124,
+ "value": "\"Did receive DeleteCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27943,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27989,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "Array",
+ "offset": 28721,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29151,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29681,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29783,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29852,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 31352,
+ "length": 27,
+ "value": "\"was called in the state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/FilteredProperty.swift",
+ "kind": "BooleanLiteral",
+ "offset": 763,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1187,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1389,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1929,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2267,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2435,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2931,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3076,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3185,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3249,
+ "length": 8,
+ "value": "\"exited\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3470,
+ "length": 9,
+ "value": "\"entered\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3516,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3561,
+ "length": 8,
+ "value": "\"exited\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2931,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3076,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4316,
+ "length": 16,
+ "value": "\"participant_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 12,
+ "value": "\"entered_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4433,
+ "length": 11,
+ "value": "\"exited_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4469,
+ "length": 10,
+ "value": "\"duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4504,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4578,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4316,
+ "length": 16,
+ "value": "\"participant_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 12,
+ "value": "\"entered_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4433,
+ "length": 11,
+ "value": "\"exited_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4469,
+ "length": 10,
+ "value": "\"duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4504,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4578,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4772,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4801,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6676,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6760,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 348,
+ "length": 11,
+ "value": "\"SendBirdCalls.Participant\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "BooleanLiteral",
+ "offset": 358,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 715,
+ "length": 11,
+ "value": "\"turn_urls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 751,
+ "length": 10,
+ "value": "\"username\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "\"password\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 18,
+ "value": "\"transport_policy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 715,
+ "length": 11,
+ "value": "\"turn_urls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 751,
+ "length": 10,
+ "value": "\"username\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "\"password\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 18,
+ "value": "\"transport_policy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1283,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1291,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1429,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1592,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1600,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1762,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1803,
+ "length": 24,
+ "value": "\"Did receive offer with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2002,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2010,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2142,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2150,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2276,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2416,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2424,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2567,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2696,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2704,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2831,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2839,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 25,
+ "value": "\"SendBirdCalls.EndpointDisconnectedState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 405,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 771,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2285,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "Dictionary",
+ "offset": 2408,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2615,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2810,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 4208,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4847,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 7645,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 8826,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9081,
+ "length": 172,
+ "value": "\" Did receive GetCustomItems response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9175,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9237,
+ "length": 1448,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10341,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10695,
+ "length": 174,
+ "value": "\" Did receive UpdateCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10791,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10853,
+ "length": 2404,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 12678,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13267,
+ "length": 175,
+ "value": "\" Did receive DeleteCustomItems response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13364,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13426,
+ "length": 17206,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 4,
+ "value": "\"SendBirdCalls.Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17341,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17376,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17405,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17766,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17801,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17830,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18034,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18069,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18098,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18516,
+ "length": 84,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18551,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18580,
+ "length": 1,
+ "value": "\", status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18599,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18941,
+ "length": 84,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18976,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19005,
+ "length": 1,
+ "value": "\", status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19024,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19357,
+ "length": 38,
+ "value": "\"will execute in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19394,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19822,
+ "length": 38,
+ "value": "\"will execute in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19859,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20292,
+ "length": 103,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20327,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20376,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20394,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20772,
+ "length": 23,
+ "value": "\"room has been deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20957,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21132,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21234,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21272,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 21947,
+ "length": 56,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 21982,
+ "length": 1,
+ "value": "\", otherRoom: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 22002,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23630,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 23704,
+ "length": 36,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 23739,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26331,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26904,
+ "length": 69,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26939,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26972,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27394,
+ "length": 69,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27429,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27462,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 28655,
+ "length": 21,
+ "value": "\"was called in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 28719,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28786,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29018,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29350,
+ "length": 41,
+ "value": "\"[Alive] sent alive request successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29442,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29559,
+ "length": 75,
+ "value": "\"[Alive] failed to request alive with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29632,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29686,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29785,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30184,
+ "length": 66,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30219,
+ "length": 1,
+ "value": "\" (state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30248,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30280,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30511,
+ "length": 21,
+ "value": "\"was called in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "kind": "StringLiteral",
+ "offset": 238,
+ "length": 14,
+ "value": "\"turn_changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "kind": "StringLiteral",
+ "offset": 238,
+ "length": 14,
+ "value": "\"turn_changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 597,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 775,
+ "length": 40,
+ "value": "\"com.sendbird.sdk.common.task.operation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 31,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 944,
+ "length": 1,
+ "value": "\".queue.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 964,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1138,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1148,
+ "length": 1,
+ "value": "\".dictionary.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1173,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1586,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1655,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "Array",
+ "offset": 582,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 619,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 864,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1146,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1146,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1702,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "Array",
+ "offset": 3585,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3671,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "Array",
+ "offset": 5627,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6899,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6918,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6985,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7002,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6841,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "StringLiteral",
+ "offset": 515,
+ "length": 22,
+ "value": "\"SendBirdCalls.DirectCallLogListQuery\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Snapshot.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2218,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Snapshot.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+NewValuable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 282,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Decline\/DeclineResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 15,
+ "value": "\"SendBirdCalls.DeclineResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 841,
+ "length": 63,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 74,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1128,
+ "length": 8,
+ "value": "\" existing participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1168,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1366,
+ "length": 34,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1399,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1533,
+ "length": 67,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1566,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1599,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1787,
+ "length": 63,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1820,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1997,
+ "length": 67,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 2030,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Timeout\/TimeoutEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 303,
+ "length": 19,
+ "value": "\"SendBirdCalls.TimeoutEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 975,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1044,
+ "length": 5,
+ "value": "\"cmd\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1065,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1338,
+ "length": 11,
+ "value": "\"call_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1927,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 2701,
+ "length": 9,
+ "value": "\"command\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Test\/AddIceCandidateEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 190,
+ "length": 27,
+ "value": "\"SendBirdCalls.AddIceCandidateEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1032,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1389,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1409,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantVideoSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 198,
+ "length": 35,
+ "value": "\"SendBirdCalls.ParticipantVideoSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "Dictionary",
+ "offset": 506,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "Array",
+ "offset": 709,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 784,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 811,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 839,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 99,
+ "value": "\"FullMeshParticipantManager roomId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 1,
+ "value": "\", localParticipantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1451,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1506,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1741,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2773,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3019,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3074,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3103,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3237,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3292,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3321,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3915,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3970,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3999,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4090,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4251,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4306,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6106,
+ "length": 129,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6161,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6182,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6201,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6234,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 463,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 480,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 743,
+ "length": 9,
+ "value": "\"decline\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 18,
+ "value": "\"peer_stream_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 383,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 722,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 777,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 802,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointEstablishedState.swift",
+ "kind": "StringLiteral",
+ "offset": 201,
+ "length": 24,
+ "value": "\"SendBirdCalls.EndpointEstablishedState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Array",
+ "offset": 1814,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Dictionary",
+ "offset": 2232,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Array",
+ "offset": 2266,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 16,
+ "value": "\"SendBirdCalls.DialEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Equatable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 611,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "Array",
+ "offset": 1086,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1598,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2820,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3529,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3575,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3923,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 11,
+ "value": "\"SendBirdCalls.EndResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2068,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2212,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2771,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Leave\/ExitRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Leave\/ExitRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 348,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 4,
+ "value": "\"2G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 4,
+ "value": "\"3G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 4,
+ "value": "\"4G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 9,
+ "value": "\"Unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 4,
+ "value": "\"2G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 4,
+ "value": "\"3G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 4,
+ "value": "\"4G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 9,
+ "value": "\"Unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/VideoSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 24,
+ "value": "\"SendBirdCalls.VideoSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4550,
+ "length": 7,
+ "value": "\"codec\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4592,
+ "length": 16,
+ "value": "\"candidate-pair\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 18,
+ "value": "\"remote-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4696,
+ "length": 17,
+ "value": "\"local-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4748,
+ "length": 11,
+ "value": "\"transport\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4794,
+ "length": 14,
+ "value": "\"media-source\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4843,
+ "length": 7,
+ "value": "\"track\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4894,
+ "length": 20,
+ "value": "\"remote-inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 13,
+ "value": "\"inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4997,
+ "length": 14,
+ "value": "\"outbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4550,
+ "length": 7,
+ "value": "\"codec\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4592,
+ "length": 16,
+ "value": "\"candidate-pair\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 18,
+ "value": "\"remote-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4696,
+ "length": 17,
+ "value": "\"local-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4748,
+ "length": 11,
+ "value": "\"transport\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4794,
+ "length": 14,
+ "value": "\"media-source\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4843,
+ "length": 7,
+ "value": "\"track\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4894,
+ "length": 20,
+ "value": "\"remote-inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 13,
+ "value": "\"inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4997,
+ "length": 14,
+ "value": "\"outbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 692,
+ "length": 45,
+ "value": "\"[CodableUserDefault] decode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 736,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 45,
+ "value": "\"[CodableUserDefault] encode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "Array",
+ "offset": 360,
+ "length": 9,
+ "value": "[\"rooms\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1568,
+ "length": 6,
+ "value": "\"prev\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1604,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1632,
+ "length": 7,
+ "value": "\"state\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 10,
+ "value": "\"room_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 31,
+ "value": "\"current_participant_range_gte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1764,
+ "length": 31,
+ "value": "\"current_participant_range_lte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1828,
+ "length": 21,
+ "value": "\"created_by_user_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 23,
+ "value": "\"created_at_start_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 21,
+ "value": "\"created_at_end_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1568,
+ "length": 6,
+ "value": "\"prev\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1604,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1632,
+ "length": 7,
+ "value": "\"state\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 10,
+ "value": "\"room_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 31,
+ "value": "\"current_participant_range_gte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1764,
+ "length": 31,
+ "value": "\"current_participant_range_lte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1828,
+ "length": 21,
+ "value": "\"created_by_user_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 23,
+ "value": "\"created_at_start_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 21,
+ "value": "\"created_at_end_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
+ "kind": "Dictionary",
+ "offset": 368,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Create\/CreateRoomRequest.swift",
+ "kind": "Array",
+ "offset": 328,
+ "length": 9,
+ "value": "[\"rooms\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 446,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 589,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 589,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 947,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1139,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1190,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1277,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1282,
+ "length": 5,
+ "value": "0.035"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 8,
+ "value": "0.000007"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1329,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1336,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1371,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1403,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1626,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1669,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1846,
+ "length": 101,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1856,
+ "length": 1,
+ "value": "\" (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1884,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1945,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 106,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2014,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2018,
+ "length": 7,
+ "value": "\" Maximum (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2054,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2080,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2115,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2181,
+ "length": 106,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2184,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2188,
+ "length": 7,
+ "value": "\" Minimum (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2224,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2250,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2285,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2342,
+ "length": 21,
+ "value": "\"'Invalid \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 2,
+ "value": "\"'\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2893,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2900,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3027,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3253,
+ "length": 4,
+ "value": "93.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3271,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3316,
+ "length": 4,
+ "value": "93.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3334,
+ "length": 5,
+ "value": "120.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3343,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3478,
+ "length": 3,
+ "value": "2.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 186,
+ "length": 22,
+ "value": "\"SendBirdCalls.DeleteRoomEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 261,
+ "length": 24,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 313,
+ "length": 66,
+ "value": "\"local audio track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 66,
+ "value": "\"local video track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 471,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 68,
+ "value": "\"remote video track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 568,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 53,
+ "value": "\"local media constraints: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 650,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 682,
+ "length": 61,
+ "value": "\"peer connection: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 742,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 28,
+ "value": "\"RTCPeerConnectionState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 980,
+ "length": 35,
+ "value": "\"RTCPeerConnectionState.connecting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1060,
+ "length": 34,
+ "value": "\"RTCPeerConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 37,
+ "value": "\"RTCPeerConnectionState.disconnected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1221,
+ "length": 31,
+ "value": "\"RTCPeerConnectionState.failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1294,
+ "length": 31,
+ "value": "\"RTCPeerConnectionState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1371,
+ "length": 32,
+ "value": "\"RTCPeerConnectionState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1547,
+ "length": 27,
+ "value": "\"RTCIceConnectionState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1618,
+ "length": 32,
+ "value": "\"RTCIceConnectionState.checking\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1695,
+ "length": 33,
+ "value": "\"RTCIceConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1773,
+ "length": 33,
+ "value": "\"RTCIceConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1848,
+ "length": 30,
+ "value": "\"RTCIceConnectionState.failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1926,
+ "length": 35,
+ "value": "\"RTCIceConnectionState.disconnecte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 30,
+ "value": "\"RTCIceConnectionState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2074,
+ "length": 29,
+ "value": "\"RTCIceConnectionState.count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2149,
+ "length": 31,
+ "value": "\"RTCIceConnectionState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2336,
+ "length": 26,
+ "value": "\"RTCSignalingState.stable\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2412,
+ "length": 34,
+ "value": "\"RTCSignalingState.haveLocalOffer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2499,
+ "length": 37,
+ "value": "\"RTCSignalingState.haveLocalPrAnswer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2587,
+ "length": 35,
+ "value": "\"RTCSignalingState.haveRemoteOffer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2676,
+ "length": 38,
+ "value": "\"RTCSignalingState.haveRemotePrAnswer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 26,
+ "value": "\"RTCSignalingState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 27,
+ "value": "\"RTCSignalingState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2997,
+ "length": 26,
+ "value": "\"RTCIceGatheringState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3068,
+ "length": 32,
+ "value": "\"RTCIceGatheringState.gathering\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3144,
+ "length": 31,
+ "value": "\"RTCIceGatheringState.complete\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3221,
+ "length": 30,
+ "value": "\"RTCIceGatheringState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Offer\/OfferEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 306,
+ "length": 17,
+ "value": "\"SendBirdCalls.OfferEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 12,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1466,
+ "length": 9,
+ "value": "\"verbose\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1554,
+ "length": 6,
+ "value": "\"info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1596,
+ "length": 9,
+ "value": "\"warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1946,
+ "length": 9,
+ "value": "\"verbose\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1990,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2030,
+ "length": 6,
+ "value": "\"info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2068,
+ "length": 9,
+ "value": "\"warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2112,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4596,
+ "length": 11,
+ "value": "\"APIClient\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4655,
+ "length": 8,
+ "value": "\"Socket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4711,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4771,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4825,
+ "length": 10,
+ "value": "\"Endpoint\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4883,
+ "length": 18,
+ "value": "\"SendBirdCallMain\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 8,
+ "value": "\"WebRTC\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5005,
+ "length": 19,
+ "value": "\"DirectCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5072,
+ "length": 13,
+ "value": "\"RoomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5133,
+ "length": 20,
+ "value": "\"ParticipantManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 11,
+ "value": "\"Statistic\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5260,
+ "length": 17,
+ "value": "\"SequenceManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5325,
+ "length": 9,
+ "value": "\"PushKit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5382,
+ "length": 12,
+ "value": "\"RemotePush\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5442,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5497,
+ "length": 11,
+ "value": "\"Recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5711,
+ "length": 12,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5721,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6073,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6359,
+ "length": 27,
+ "value": "\"yyyy.MM.dd HH:mm:ss.SSS Z\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7453,
+ "length": 18,
+ "value": "\"[File: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7469,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7519,
+ "length": 18,
+ "value": "\"[Line: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7535,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7585,
+ "length": 20,
+ "value": "\"[Column: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7603,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7653,
+ "length": 22,
+ "value": "\"[Fuctnion: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7673,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7793,
+ "length": 14,
+ "value": "\"SendBirdCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7844,
+ "length": 22,
+ "value": "\"SendBirdCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7893,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7926,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7967,
+ "length": 20,
+ "value": "\"DirectCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7793,
+ "length": 14,
+ "value": "\"SendBirdCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7844,
+ "length": 22,
+ "value": "\"SendBirdCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7893,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7926,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7967,
+ "length": 20,
+ "value": "\"DirectCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8769,
+ "length": 39,
+ "value": "\"[Invoked] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8795,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8807,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8872,
+ "length": 39,
+ "value": "\"[Success] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8898,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8910,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8975,
+ "length": 39,
+ "value": "\"[Failure] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9001,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9013,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9078,
+ "length": 49,
+ "value": "\"[Token] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9102,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9126,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9191,
+ "length": 49,
+ "value": "\"[Event] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9215,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9239,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9304,
+ "length": 20,
+ "value": "\"[Status] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9323,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9388,
+ "length": 127,
+ "value": "\"[Platform] SDK Version: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9439,
+ "length": 1,
+ "value": "\", Device: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9479,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9513,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9832,
+ "length": 62,
+ "value": "\"============================================================\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10060,
+ "length": 65,
+ "value": "\"[code: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10094,
+ "length": 1,
+ "value": "\"] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10124,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11188,
+ "length": 39,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11197,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11220,
+ "length": 5,
+ "value": "\"nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11226,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11341,
+ "length": 39,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11350,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11373,
+ "length": 5,
+ "value": "\"nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11379,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11409,
+ "length": 21,
+ "value": "\" \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11418,
+ "length": 1,
+ "value": "\": \"*****\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ClosingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/RingingState.swift",
+ "kind": "StringLiteral",
+ "offset": 900,
+ "length": 26,
+ "value": "\"[dial] Ring is timed out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Answer\/AnswerEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 310,
+ "length": 18,
+ "value": "\"SendBirdCalls.AnswerEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallTimer.swift",
+ "kind": "StringLiteral",
+ "offset": 159,
+ "length": 15,
+ "value": "\"SendBirdCalls.DirectCallTimer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 440,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "Array",
+ "offset": 613,
+ "length": 24,
+ "value": "[\"sdk\", \"push_delivery\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 675,
+ "length": 26,
+ "value": "\"sbcall-short-lived-token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 883,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 883,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1469,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1514,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 10,
+ "value": "\"vier_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 10,
+ "value": "\"vier_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1469,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1514,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 18,
+ "value": "\"is_audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 18,
+ "value": "\"is_video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 18,
+ "value": "\"is_audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 18,
+ "value": "\"is_video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 180,
+ "length": 18,
+ "value": "\"SendBirdCalls.DirectCallSnapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1790,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1790,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2603,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2603,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 510,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 640,
+ "length": 12,
+ "value": "\"created_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 22,
+ "value": "\"current_participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 11,
+ "value": "\"room_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 12,
+ "value": "\"deleted_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 510,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 640,
+ "length": 12,
+ "value": "\"created_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 22,
+ "value": "\"current_participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 11,
+ "value": "\"room_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 12,
+ "value": "\"deleted_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "Array",
+ "offset": 1444,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "Dictionary",
+ "offset": 1617,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/EventRetrievingCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "Array",
+ "offset": 1097,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "Array",
+ "offset": 1355,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 18,
+ "value": "\"SendBirdCalls.AcceptEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 349,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 996,
+ "length": 19,
+ "value": "\"YYYYMMdd'T'HHmmss\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 84,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1093,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1108,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 17,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1226,
+ "length": 1,
+ "value": "\".mp4\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1861,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1924,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 22,
+ "value": "\"SendBirdCalls.ConnectionLostResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "BooleanLiteral",
+ "offset": 614,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "FloatLiteral",
+ "offset": 874,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 895,
+ "length": 3,
+ "value": "720"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 908,
+ "length": 4,
+ "value": "1280"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 4,
+ "value": "1280"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 944,
+ "length": 3,
+ "value": "720"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2543,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2603,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 2716,
+ "length": 12,
+ "value": "\"H:|[view]|\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "Array",
+ "offset": 2755,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 2813,
+ "length": 6,
+ "value": "\"view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 2958,
+ "length": 12,
+ "value": "\"V:|[view]|\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "Array",
+ "offset": 2997,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 3055,
+ "length": 6,
+ "value": "\"view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3317,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6865,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6880,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 7279,
+ "length": 9,
+ "value": "\"handler\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7559,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 7575,
+ "length": 9,
+ "value": "\"handler\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 8513,
+ "length": 49,
+ "value": "\"failed screen capture: failed convert to image.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8954,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 290,
+ "length": 14,
+ "value": "\"SendBirdCalls.AcceptResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialRequest.swift",
+ "kind": "Array",
+ "offset": 938,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 226,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 253,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 652,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 34,
+ "value": "\"audio: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 1,
+ "value": "\", video: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionIceRestartAnsweringState.swift",
+ "kind": "StringLiteral",
+ "offset": 197,
+ "length": 38,
+ "value": "\"SendBirdCalls.PeerConnectionIceRestartAnsweringState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/AudioSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 313,
+ "length": 24,
+ "value": "\"SendBirdCalls.AudioSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 478,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 8,
+ "value": "\"accept\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 845,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 845,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Alive\/AliveResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 176,
+ "length": 13,
+ "value": "\"SendBirdCalls.AliveResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1798,
+ "length": 54,
+ "value": "\"StatsLogRequest error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1851,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClientFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 816,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 541,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 549,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 756,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 823,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 867,
+ "length": 113,
+ "value": "\"Failed to attach with unconnected endpoint in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 946,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 979,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1025,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1189,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1197,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1392,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1455,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1617,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1645,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1682,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1844,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1872,
+ "length": 11,
+ "value": "\"local sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1894,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1901,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2036,
+ "length": 31,
+ "value": "\"was called with data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2066,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2198,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2351,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2500,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2810,
+ "length": 39,
+ "value": "\"was called with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2848,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 3097,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 3424,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1530,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2158,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2274,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2303,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 394,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 432,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 394,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 432,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CallerState\/DialingState.swift",
+ "kind": "StringLiteral",
+ "offset": 849,
+ "length": 18,
+ "value": "\"[dial] timed out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Range.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Range.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1477,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "Array",
+ "offset": 392,
+ "length": 15,
+ "value": "[\"sdk\", \"logs\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 467,
+ "length": 28,
+ "value": "\"sdk_webrtc_statistics_v1.1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1487,
+ "length": 11,
+ "value": "\"log_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1522,
+ "length": 10,
+ "value": "\"log_data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 18,
+ "value": "\"device_timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1698,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1736,
+ "length": 11,
+ "value": "\"caller_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1776,
+ "length": 11,
+ "value": "\"callee_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1812,
+ "length": 6,
+ "value": "\"role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 14,
+ "value": "\"network_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1951,
+ "length": 23,
+ "value": "\"network_operator_name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2039,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2072,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 16,
+ "value": "\"transport_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2218,
+ "length": 15,
+ "value": "\"measure_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2273,
+ "length": 18,
+ "value": "\"measure_interval\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2218,
+ "length": 15,
+ "value": "\"measure_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2273,
+ "length": 18,
+ "value": "\"measure_interval\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 18,
+ "value": "\"device_timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1698,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1736,
+ "length": 11,
+ "value": "\"caller_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1776,
+ "length": 11,
+ "value": "\"callee_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1812,
+ "length": 6,
+ "value": "\"role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 14,
+ "value": "\"network_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1951,
+ "length": 23,
+ "value": "\"network_operator_name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2039,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2072,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 16,
+ "value": "\"transport_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1487,
+ "length": 11,
+ "value": "\"log_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1522,
+ "length": 10,
+ "value": "\"log_data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3598,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3712,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ReconnectingState.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 17,
+ "value": "\"SendBirdCalls.ReconnectingState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 188,
+ "length": 33,
+ "value": "\"SendBirdCalls.UpdateRoomCustomItemsEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 527,
+ "length": 8,
+ "value": "\"direct\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 840,
+ "length": 7,
+ "value": "\"calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 442,
+ "length": 13,
+ "value": "\"call_signal\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 442,
+ "length": 13,
+ "value": "\"call_signal\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 991,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1303,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1856,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 10,
+ "value": "\"nickname\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 13,
+ "value": "\"profile_url\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2049,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2084,
+ "length": 11,
+ "value": "\"is_active\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 10,
+ "value": "\"nickname\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 13,
+ "value": "\"profile_url\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2049,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2084,
+ "length": 11,
+ "value": "\"is_active\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 4,
+ "value": "\"SendBirdCalls.User\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 485,
+ "length": 14,
+ "value": "\"direct_calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 514,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 909,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 909,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 252,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 536,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 536,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/NoAnswer\/NoAnswerEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 299,
+ "length": 20,
+ "value": "\"SendBirdCalls.NoAnswerEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1913,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1917,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1948,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1954,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1985,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1991,
+ "length": 3,
+ "value": "3.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2025,
+ "length": 3,
+ "value": "3.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2031,
+ "length": 3,
+ "value": "4.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2062,
+ "length": 3,
+ "value": "4.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2068,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2891,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3616,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3912,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4251,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4348,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4426,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 7,
+ "value": "1800100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 719,
+ "length": 7,
+ "value": "1800101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 7,
+ "value": "1800200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 922,
+ "length": 7,
+ "value": "1800201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 7,
+ "value": "1800202"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 7,
+ "value": "1800203"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1267,
+ "length": 7,
+ "value": "1800204"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 7,
+ "value": "1800205"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 7,
+ "value": "1800206"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1611,
+ "length": 7,
+ "value": "1800207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1708,
+ "length": 7,
+ "value": "1800208"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1814,
+ "length": 7,
+ "value": "1800300"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1911,
+ "length": 7,
+ "value": "1800301"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2008,
+ "length": 7,
+ "value": "1800302"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2105,
+ "length": 7,
+ "value": "1800303"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2211,
+ "length": 7,
+ "value": "1800403"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2308,
+ "length": 7,
+ "value": "1800404"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 7,
+ "value": "1800405"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2511,
+ "length": 7,
+ "value": "1800600"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 7,
+ "value": "1800601"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2705,
+ "length": 7,
+ "value": "1800602"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2802,
+ "length": 7,
+ "value": "1800603"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 7,
+ "value": "1800610"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3005,
+ "length": 7,
+ "value": "1800611"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3102,
+ "length": 7,
+ "value": "1800612"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 7,
+ "value": "1800614"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 7,
+ "value": "1800615"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3393,
+ "length": 7,
+ "value": "1800620"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 7,
+ "value": "1800621"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 7,
+ "value": "1800622"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3684,
+ "length": 7,
+ "value": "1800623"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3781,
+ "length": 7,
+ "value": "1800632"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3887,
+ "length": 7,
+ "value": "1800700"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3984,
+ "length": 7,
+ "value": "1800701"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4081,
+ "length": 7,
+ "value": "1800702"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 7,
+ "value": "1800706"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4276,
+ "length": 7,
+ "value": "1800707"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4382,
+ "length": 7,
+ "value": "1800801"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4479,
+ "length": 7,
+ "value": "1800802"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4576,
+ "length": 7,
+ "value": "1800803"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 6,
+ "value": "400100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4826,
+ "length": 6,
+ "value": "400111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 6,
+ "value": "400200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 6,
+ "value": "400201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5114,
+ "length": 6,
+ "value": "400800"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5210,
+ "length": 6,
+ "value": "401120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5306,
+ "length": 6,
+ "value": "401121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 7,
+ "value": "1400999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5499,
+ "length": 7,
+ "value": "1400101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5596,
+ "length": 7,
+ "value": "1400102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 7,
+ "value": "1400103"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5790,
+ "length": 7,
+ "value": "1400104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5887,
+ "length": 7,
+ "value": "1400105"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5984,
+ "length": 7,
+ "value": "1400106"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6081,
+ "length": 7,
+ "value": "1400120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 7,
+ "value": "1400121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6275,
+ "length": 7,
+ "value": "1400122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 7,
+ "value": "1400123"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 7,
+ "value": "1400124"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6566,
+ "length": 7,
+ "value": "1400126"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6663,
+ "length": 6,
+ "value": "500999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 7,
+ "value": "1800100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 719,
+ "length": 7,
+ "value": "1800101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 7,
+ "value": "1800200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 922,
+ "length": 7,
+ "value": "1800201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 7,
+ "value": "1800202"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 7,
+ "value": "1800203"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1267,
+ "length": 7,
+ "value": "1800204"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 7,
+ "value": "1800205"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 7,
+ "value": "1800206"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1611,
+ "length": 7,
+ "value": "1800207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1708,
+ "length": 7,
+ "value": "1800208"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1814,
+ "length": 7,
+ "value": "1800300"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1911,
+ "length": 7,
+ "value": "1800301"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2008,
+ "length": 7,
+ "value": "1800302"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2105,
+ "length": 7,
+ "value": "1800303"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2211,
+ "length": 7,
+ "value": "1800403"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2308,
+ "length": 7,
+ "value": "1800404"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 7,
+ "value": "1800405"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2511,
+ "length": 7,
+ "value": "1800600"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 7,
+ "value": "1800601"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2705,
+ "length": 7,
+ "value": "1800602"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2802,
+ "length": 7,
+ "value": "1800603"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 7,
+ "value": "1800610"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3005,
+ "length": 7,
+ "value": "1800611"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3102,
+ "length": 7,
+ "value": "1800612"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 7,
+ "value": "1800614"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 7,
+ "value": "1800615"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3393,
+ "length": 7,
+ "value": "1800620"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 7,
+ "value": "1800621"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 7,
+ "value": "1800622"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3684,
+ "length": 7,
+ "value": "1800623"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3781,
+ "length": 7,
+ "value": "1800632"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3887,
+ "length": 7,
+ "value": "1800700"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3984,
+ "length": 7,
+ "value": "1800701"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4081,
+ "length": 7,
+ "value": "1800702"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 7,
+ "value": "1800706"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4276,
+ "length": 7,
+ "value": "1800707"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4382,
+ "length": 7,
+ "value": "1800801"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4479,
+ "length": 7,
+ "value": "1800802"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4576,
+ "length": 7,
+ "value": "1800803"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 6,
+ "value": "400100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4826,
+ "length": 6,
+ "value": "400111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 6,
+ "value": "400200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 6,
+ "value": "400201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5114,
+ "length": 6,
+ "value": "400800"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5210,
+ "length": 6,
+ "value": "401120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5306,
+ "length": 6,
+ "value": "401121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 7,
+ "value": "1400999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5499,
+ "length": 7,
+ "value": "1400101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5596,
+ "length": 7,
+ "value": "1400102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 7,
+ "value": "1400103"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5790,
+ "length": 7,
+ "value": "1400104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5887,
+ "length": 7,
+ "value": "1400105"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5984,
+ "length": 7,
+ "value": "1400106"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6081,
+ "length": 7,
+ "value": "1400120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 7,
+ "value": "1400121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6275,
+ "length": 7,
+ "value": "1400122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 7,
+ "value": "1400123"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 7,
+ "value": "1400124"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6566,
+ "length": 7,
+ "value": "1400126"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6663,
+ "length": 6,
+ "value": "500999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7486,
+ "length": 7,
+ "value": "1800001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7541,
+ "length": 7,
+ "value": "1800002"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 7678,
+ "length": 52,
+ "value": "\"The timer was already aborted. Duplicated execute.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 7778,
+ "length": 58,
+ "value": "\"The timer was already expired. Too late to be completed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 7,
+ "value": "\"appId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10633,
+ "length": 12,
+ "value": "\"Push Token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10673,
+ "length": 8,
+ "value": "\"userId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10709,
+ "length": 8,
+ "value": "\"callId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10745,
+ "length": 13,
+ "value": "\"URL Request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10786,
+ "length": 12,
+ "value": "\"Video Call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10826,
+ "length": 14,
+ "value": "\"Custom Items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 7,
+ "value": "\"appId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10633,
+ "length": 12,
+ "value": "\"Push Token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10673,
+ "length": 8,
+ "value": "\"userId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10709,
+ "length": 8,
+ "value": "\"callId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10745,
+ "length": 13,
+ "value": "\"URL Request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10786,
+ "length": 12,
+ "value": "\"Video Call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10826,
+ "length": 14,
+ "value": "\"Custom Items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10951,
+ "length": 20,
+ "value": "\"com.sendbird.calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15407,
+ "length": 44,
+ "value": "\"Call canceled before receiving a callback.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15531,
+ "length": 41,
+ "value": "\"The caller can't dial their own number.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15665,
+ "length": 72,
+ "value": "\"The participant is not in the room and the request can't be processed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15817,
+ "length": 42,
+ "value": "\"The client has already entered the room.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15939,
+ "length": 94,
+ "value": "\"The participant is trying to enter the room while the previous request is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16113,
+ "length": 63,
+ "value": "\"The local participant exited the room due to lost connection.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16244,
+ "length": 118,
+ "value": "\"An existing participant has been disconnected from the room because a new participant entered with the same user ID.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16455,
+ "length": 26,
+ "value": "\"The HTTP request failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16561,
+ "length": 34,
+ "value": "\"Websocket connection not opened.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16675,
+ "length": 30,
+ "value": "\"Websocket connection failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16785,
+ "length": 58,
+ "value": "\"The request failed to receive a response due to timeout.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16923,
+ "length": 62,
+ "value": "\"The request failed because the websocket connection is lost.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17065,
+ "length": 58,
+ "value": "\"The response contains an unexpected object type of data.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17203,
+ "length": 42,
+ "value": "\"The previous query is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17325,
+ "length": 40,
+ "value": "\"An internal server error has occurred.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17445,
+ "length": 45,
+ "value": "\"The data format of the response is invalid.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17583,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17601,
+ "length": 2,
+ "value": "\" is an invalid or empty value.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17712,
+ "length": 53,
+ "value": "\"The request is missing a required \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17764,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17845,
+ "length": 48,
+ "value": "\"The data type of \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17880,
+ "length": 2,
+ "value": "\" is invalid.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17973,
+ "length": 40,
+ "value": "\"SendBirdCall instance not initialized.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18093,
+ "length": 32,
+ "value": "\"The user is not authenticated.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18218,
+ "length": 41,
+ "value": "\"Changing video device is not supported.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18339,
+ "length": 45,
+ "value": "\"Changing video device is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18464,
+ "length": 35,
+ "value": "\"Changing video device was failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18592,
+ "length": 90,
+ "value": "\"Couldn't start a recording session due to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18664,
+ "length": 1,
+ "value": "\" (\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18679,
+ "length": 1,
+ "value": "\").\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18762,
+ "length": 53,
+ "value": "\"Couldn't start a recording session due to an error.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18895,
+ "length": 89,
+ "value": "\"Coudln't stop a recording session due to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18966,
+ "length": 1,
+ "value": "\" (\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18981,
+ "length": 1,
+ "value": "\").\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19064,
+ "length": 52,
+ "value": "\"Coudln't stop a recording session due to an error.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19194,
+ "length": 71,
+ "value": "\"A call isn’t connected yet therefore can’t start media recording.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19345,
+ "length": 37,
+ "value": "\"The call is already being recorded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19462,
+ "length": 54,
+ "value": "\"A wrong recording type is selected in an audio call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19609,
+ "length": 62,
+ "value": "\"Capturing a video view isn't allowed while on an audio call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19751,
+ "length": 42,
+ "value": "\"A video view isn't ready to be captured.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19873,
+ "length": 72,
+ "value": "\"A video call isn't connected yet therefore can't capture a video view.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20025,
+ "length": 65,
+ "value": "\"An error occurred while getting an image form the video stream.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20179,
+ "length": 46,
+ "value": "\"Screen share is restricted from audio calls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20305,
+ "length": 77,
+ "value": "\"A call isn't connected yet, but the request for screen share has been made.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20462,
+ "length": 89,
+ "value": "\"The user is trying to share the screen while the previous request is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20631,
+ "length": 68,
+ "value": "\"Screen share doesn't exist but request to stop sharing the screen.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20792,
+ "length": 30,
+ "value": "\"The call is already on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20902,
+ "length": 82,
+ "value": "\"A local user cannot remove a hold from a call that the user had not put on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 21064,
+ "length": 103,
+ "value": "\"The active call is in progress. Cannot remove a hold from another call while there is an active call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 21247,
+ "length": 131,
+ "value": "\"Screen sharing or any other actions that need media streaming as well as capturing screen aren't allowed while a call is on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 299,
+ "length": 18,
+ "value": "\"SendBirdCalls.UnknownEndResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 511,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1202,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1495,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1786,
+ "length": 106,
+ "value": "\"Failed to attach with no endpointId in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1858,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1891,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1924,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 127,
+ "value": "\"Failed to attach with in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2171,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2204,
+ "length": 7,
+ "value": "\" because endpoint is local endpoint\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 384,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 406,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 850,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 850,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 70,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 1,
+ "value": "\", candidate: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 404,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 70,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 651,
+ "length": 1,
+ "value": "\", candidate: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 676,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 91,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 969,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 988,
+ "length": 1,
+ "value": "\", candidates: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1265,
+ "length": 77,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1328,
+ "length": 1,
+ "value": "\", sdp: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1341,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1553,
+ "length": 79,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1597,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1616,
+ "length": 1,
+ "value": "\", data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1832,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1876,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1895,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2148,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2384,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2428,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2447,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2652,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2696,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2715,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2930,
+ "length": 93,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2974,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2993,
+ "length": 1,
+ "value": "\", description: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3022,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3369,
+ "length": 118,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3413,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3434,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3453,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3486,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3793,
+ "length": 60,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3837,
+ "length": 1,
+ "value": "\", info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3852,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 6,
+ "value": "\"CALL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 6,
+ "value": "\"SGNL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 6,
+ "value": "\"COMM\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 448,
+ "length": 6,
+ "value": "\"UTIL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 6,
+ "value": "\"CALL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 6,
+ "value": "\"SGNL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 6,
+ "value": "\"COMM\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 448,
+ "length": 6,
+ "value": "\"UTIL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 232,
+ "length": 37,
+ "value": "\"com.sendbird.calls.sdk.latest_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 319,
+ "length": 41,
+ "value": "\"com.sendbird.calls.sdk.push_device_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 423,
+ "length": 34,
+ "value": "\"com.sendbird.calls.sdk.push_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
+ "offset": 561,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 760,
+ "length": 12,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 888,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 561,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 760,
+ "length": 12,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 888,
+ "length": 11,
"value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Dictionary",
+ "offset": 1513,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2010,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2070,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2157,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2360,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2484,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2943,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3294,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Array",
+ "offset": 3376,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3450,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Array",
+ "offset": 3496,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3777,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3890,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 3925,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4300,
+ "length": 37,
+ "value": "\"Failed to play \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4328,
+ "length": 5,
+ "value": "\" sound: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4490,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5019,
+ "length": 32,
+ "value": "\" is called. Player will be nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5089,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6207,
+ "length": 36,
+ "value": "\"Audio interruption has been begun.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6454,
+ "length": 35,
+ "value": "\"Audio interruption has been ened.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1707,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1775,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1922,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "StringLiteral",
+ "offset": 2327,
+ "length": 5,
+ "value": "\"cer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "StringLiteral",
+ "offset": 2347,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3764,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4187,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4578,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4605,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4630,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4657,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4836,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5315,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5978,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6036,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6218,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6402,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6464,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7698,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8416,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 488,
+ "length": 7,
+ "value": "\"alive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 324,
+ "length": 23,
+ "value": "\"SendBirdCalls.DialReceiveEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1004,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1117,
+ "length": 11,
+ "value": "\"dc_caller\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1356,
+ "length": 11,
+ "value": "\"dc_callee\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1417,
+ "length": 11,
+ "value": "\"dc_caller\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1004,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4886,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4902,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4933,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5024,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5116,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6977,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7321,
+ "length": 69,
+ "value": "\"HoldedBy changed in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7355,
+ "length": 4,
+ "value": "\" from: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7373,
+ "length": 2,
+ "value": "\" to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7389,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7551,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7927,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8270,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8350,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8423,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 10622,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 12601,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 13229,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Dictionary",
+ "offset": 13559,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 15646,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 16002,
+ "length": 18,
+ "value": "\"Deinit is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 17151,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17851,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 18747,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 388,
+ "length": 10,
+ "value": "\"SendBirdCalls.DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19995,
+ "length": 41,
+ "value": "\"com.sendbird.sdk.calls.directcall.alive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "BooleanLiteral",
+ "offset": 273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11028,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21582,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22552,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 973,
- "length": 3,
- "value": "4"
+ "offset": 22722,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 22897,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
- "length": 3,
- "value": "6"
+ "offset": 23073,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
+ "offset": 23734,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "offset": 24618,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
- "value": "3"
+ "offset": 25656,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 973,
- "length": 3,
- "value": "4"
+ "offset": 25835,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 26019,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
- "length": 3,
- "value": "6"
+ "offset": 26204,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
"kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
+ "offset": 578,
+ "length": 21,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 27,
+ "value": "\"large_room_for_audio_only\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 22,
+ "value": "\"small_room_for_video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 22,
+ "value": "\"small_room_for_video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 1067,
+ "length": 27,
+ "value": "\"large_room_for_audio_only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1600,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1629,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
- "value": "3"
+ "offset": 578,
+ "length": 21,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 15,
+ "value": "\"HD (720x1280)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 15,
+ "value": "\"qHD (540x960)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 17,
+ "value": "\"FWVGA (480x854)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 670,
+ "length": 15,
+ "value": "\"nHD (360x640)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 973,
+ "offset": 815,
"length": 3,
- "value": "4"
+ "value": "720"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 845,
+ "length": 4,
+ "value": "1280"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
+ "offset": 894,
"length": 3,
- "value": "6"
+ "value": "540"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
- "value": "1"
+ "offset": 924,
+ "length": 3,
+ "value": "960"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "offset": 974,
+ "length": 3,
+ "value": "480"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1248,
- "length": 7,
- "value": "3"
+ "offset": 1004,
+ "length": 3,
+ "value": "854"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
- "length": 5,
- "value": "4"
+ "offset": 1052,
+ "length": 3,
+ "value": "360"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
- "value": "5"
+ "offset": 1082,
+ "length": 3,
+ "value": "640"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
"kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
+ "offset": 629,
+ "length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 739,
+ "length": 6,
+ "value": "\"open\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 793,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 1010,
+ "length": 6,
+ "value": "\"open\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 1051,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
"kind": "IntegerLiteral",
- "offset": 1248,
+ "offset": 629,
"length": 7,
- "value": "3"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 123,
+ "value": "\"enpointId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 345,
+ "length": 9,
+ "value": "\"Not set\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 1,
+ "value": "\", identifier: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 1,
+ "value": "\", audio: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 1,
+ "value": "\", video: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 434,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
- "length": 5,
- "value": "4"
+ "offset": 730,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
+ "offset": 798,
+ "length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 965,
+ "length": 2,
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1248,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 980,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1269,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1066,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1113,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1130,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1715,
"length": 5,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1788,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2545,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2580,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2650,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2694,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2838,
+ "length": 35,
+ "value": "\"will execute in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3017,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3061,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3240,
+ "length": 78,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3284,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3317,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5816,
+ "offset": 3397,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "FloatLiteral",
+ "offset": 3515,
"length": 3,
- "value": "1"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3542,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3784,
+ "length": 100,
+ "value": "\"was called in endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3828,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5847,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3861,
"length": 8,
- "value": "5"
+ "value": "\" tryCount: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5857,
- "length": 4,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3883,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5863,
- "length": 6,
- "value": "7"
+ "offset": 3920,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3965,
+ "length": 74,
+ "value": "\"Failed to attach in endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 1,
+ "value": "\", tryCount: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4038,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4231,
+ "length": 81,
+ "value": "\"Failed to attach endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4278,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5944,
- "length": 7,
- "value": "13"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4311,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 4397,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
+ "offset": 4555,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4588,
"length": 5,
- "value": "15"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4722,
+ "length": 86,
+ "value": "\"Successfully attached endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5983,
- "length": 4,
- "value": "17"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4774,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5816,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4807,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 5055,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 5099,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 72,
+ "value": "\"roomId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 553,
+ "length": 1,
+ "value": "\", localParticipantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
"length": 3,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1018,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1073,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1136,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5847,
- "length": 8,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1279,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5857,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1363,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2179,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2234,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2263,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2425,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2480,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2509,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2643,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2698,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2727,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2953,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3008,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4356,
+ "length": 129,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4411,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4432,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4451,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4484,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4963,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5042,
"length": 4,
- "value": "6"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5863,
- "length": 6,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5276,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5331,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5345,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5475,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5488,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5944,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 446,
"length": 7,
- "value": "13"
+ "value": "\"video\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Recording\/RecordingStatusEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 190,
+ "length": 27,
+ "value": "\"SendBirdCalls.RecordingStatusEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 1355,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
+ "offset": 1365,
+ "length": 6,
+ "value": "0x2000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1410,
"length": 5,
- "value": "15"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1793,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5983,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1817,
"length": 4,
- "value": "17"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1847,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 1995,
+ "length": 33,
+ "value": "\"Error for decompressor on reset\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5816,
- "length": 3,
- "value": "1"
+ "offset": 2036,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "Array",
+ "offset": 2544,
+ "length": 24,
+ "value": "[0x00, 0x00, 0xFF, 0xFF]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "offset": 2812,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "offset": 3099,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "offset": 3264,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5847,
- "length": 8,
- "value": "5"
+ "offset": 3314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 3475,
+ "length": 24,
+ "value": "\"Error on decompressing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5857,
- "length": 4,
- "value": "6"
+ "offset": 3507,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3656,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5863,
+ "offset": 3824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3834,
"length": 6,
- "value": "7"
+ "value": "0x2000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3879,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
+ "offset": 4206,
+ "length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4354,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4408,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 4556,
+ "length": 31,
+ "value": "\"Error for compressor on reset\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "offset": 4595,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5944,
- "length": 7,
- "value": "13"
+ "offset": 4711,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 5301,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
- "length": 5,
- "value": "15"
+ "offset": 5361,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 5513,
+ "length": 22,
+ "value": "\"Error on compressing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "offset": 5543,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5983,
- "length": 4,
- "value": "17"
+ "offset": 5587,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7793,
- "length": 14,
- "value": "\"SendBirdCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5752,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7844,
- "length": 22,
- "value": "\"SendBirdCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2074,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7893,
- "length": 12,
- "value": "\"DirectCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2140,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2776,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7926,
- "length": 6,
- "value": "\"Room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2805,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7967,
- "length": 20,
- "value": "\"DirectCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2919,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7793,
- "length": 14,
- "value": "\"SendBirdCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3244,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7844,
- "length": 22,
- "value": "\"SendBirdCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3266,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7893,
+ "offset": 385,
"length": 12,
- "value": "\"DirectCall\""
+ "value": "\"setup_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7926,
- "length": 6,
- "value": "\"Room\""
+ "offset": 444,
+ "length": 31,
+ "value": "\"transport_info_candidate_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7967,
- "length": 20,
- "value": "\"DirectCallDelegate\""
+ "offset": 507,
+ "length": 14,
+ "value": "\"network_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 9832,
- "length": 62,
- "value": "\"============================================================\""
+ "offset": 559,
+ "length": 20,
+ "value": "\"reconnection_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Answer\/AnswerEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 310,
- "length": 18,
- "value": "\"SendBirdCalls.AnswerEventCommand\""
+ "offset": 385,
+ "length": 12,
+ "value": "\"setup_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallTimer.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 159,
- "length": 15,
- "value": "\"SendBirdCalls.DirectCallTimer\""
+ "offset": 444,
+ "length": 31,
+ "value": "\"transport_info_candidate_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 440,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "StringLiteral",
+ "offset": 507,
+ "length": 14,
+ "value": "\"network_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 819,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 559,
+ "length": 20,
+ "value": "\"reconnection_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 883,
+ "offset": 669,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"audio_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 819,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 711,
+ "length": 11,
+ "value": "\"audio_mos\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 883,
- "length": 13,
- "value": "\"session_key\""
+ "offset": 762,
+ "length": 25,
+ "value": "\"audio_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1469,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 816,
+ "length": 11,
+ "value": "\"audio_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1514,
+ "offset": 669,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"audio_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 10,
- "value": "\"vier_key\""
+ "offset": 711,
+ "length": 11,
+ "value": "\"audio_mos\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 10,
- "value": "\"vier_key\""
+ "offset": 762,
+ "length": 25,
+ "value": "\"audio_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1469,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 816,
+ "length": 11,
+ "value": "\"audio_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1514,
+ "offset": 909,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"video_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 425,
- "length": 18,
- "value": "\"is_audio_enabled\""
+ "offset": 959,
+ "length": 20,
+ "value": "\"video_freeze_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 474,
- "length": 18,
- "value": "\"is_video_enabled\""
+ "offset": 1022,
+ "length": 27,
+ "value": "\"video_jitter_buffer_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1099,
+ "length": 35,
+ "value": "\"video_jitter_buffer_emitted_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 564,
- "length": 11,
- "value": "\"recording\""
+ "offset": 1175,
+ "length": 25,
+ "value": "\"video_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 425,
- "length": 18,
- "value": "\"is_audio_enabled\""
+ "offset": 1245,
+ "length": 29,
+ "value": "\"video_received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 474,
- "length": 18,
- "value": "\"is_video_enabled\""
+ "offset": 1318,
+ "length": 28,
+ "value": "\"video_received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1375,
+ "length": 11,
+ "value": "\"video_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 564,
- "length": 11,
- "value": "\"recording\""
+ "offset": 1427,
+ "length": 25,
+ "value": "\"video_sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 180,
- "length": 18,
- "value": "\"SendBirdCalls.DirectCallSnapshot\""
+ "offset": 1492,
+ "length": 24,
+ "value": "\"video_sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1745,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1557,
+ "length": 25,
+ "value": "\"video_total_decode_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1790,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 1627,
+ "length": 29,
+ "value": "\"video_total_frames_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1745,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1702,
+ "length": 30,
+ "value": "\"video_total_freezes_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1790,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 1778,
+ "length": 31,
+ "value": "\"video_total_inter_frame_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2565,
- "length": 4,
- "value": "\"id\""
+ "offset": 1856,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2603,
- "length": 6,
- "value": "\"type\""
+ "offset": 1926,
+ "length": 21,
+ "value": "\"video_source_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2565,
- "length": 4,
- "value": "\"id\""
+ "offset": 1984,
+ "length": 20,
+ "value": "\"video_source_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2603,
- "length": 6,
- "value": "\"type\""
+ "offset": 909,
+ "length": 13,
+ "value": "\"video_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 510,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 959,
+ "length": 20,
+ "value": "\"video_freeze_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 545,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 1022,
+ "length": 27,
+ "value": "\"video_jitter_buffer_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 583,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 1099,
+ "length": 35,
+ "value": "\"video_jitter_buffer_emitted_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 640,
- "length": 12,
- "value": "\"created_by\""
+ "offset": 1175,
+ "length": 25,
+ "value": "\"video_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 688,
- "length": 22,
- "value": "\"current_participants\""
+ "offset": 1245,
+ "length": 29,
+ "value": "\"video_received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 11,
- "value": "\"room_type\""
+ "offset": 1318,
+ "length": 28,
+ "value": "\"video_received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1375,
+ "length": 11,
+ "value": "\"video_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 810,
- "length": 12,
- "value": "\"deleted_by\""
+ "offset": 1427,
+ "length": 25,
+ "value": "\"video_sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 510,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 1492,
+ "length": 24,
+ "value": "\"video_sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 545,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 1557,
+ "length": 25,
+ "value": "\"video_total_decode_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 583,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 1627,
+ "length": 29,
+ "value": "\"video_total_frames_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 640,
- "length": 12,
- "value": "\"created_by\""
+ "offset": 1702,
+ "length": 30,
+ "value": "\"video_total_freezes_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 688,
- "length": 22,
- "value": "\"current_participants\""
+ "offset": 1778,
+ "length": 31,
+ "value": "\"video_total_inter_frame_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 11,
- "value": "\"room_type\""
+ "offset": 1856,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1926,
+ "length": 21,
+ "value": "\"video_source_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 810,
- "length": 12,
- "value": "\"deleted_by\""
+ "offset": 1984,
+ "length": 20,
+ "value": "\"video_source_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
- "kind": "Array",
- "offset": 1355,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2353,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 294,
- "length": 18,
- "value": "\"SendBirdCalls.AcceptEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2494,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
- "kind": "BooleanLiteral",
- "offset": 322,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3174,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "BooleanLiteral",
- "offset": 349,
+ "offset": 4471,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 22,
- "value": "\"SendBirdCalls.ConnectionLostResponse\""
+ "offset": 4631,
+ "length": 13,
+ "value": "\"call_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
- "kind": "BooleanLiteral",
- "offset": 3163,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 12,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 290,
- "length": 14,
- "value": "\"SendBirdCalls.AcceptResponse\""
+ "offset": 4706,
+ "length": 15,
+ "value": "\"client_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialRequest.swift",
- "kind": "Array",
- "offset": 938,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "StringLiteral",
+ "offset": 4720,
+ "length": 12,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 484,
+ "offset": 311,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 7,
- "value": "\"error\""
+ "offset": 804,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 484,
+ "offset": 1017,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantExitedEventCommand.swift",
"kind": "StringLiteral",
- "offset": 520,
+ "offset": 192,
+ "length": 29,
+ "value": "\"SendBirdCalls.ParticipantExitedEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 327,
"length": 7,
- "value": "\"error\""
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
- "kind": "BooleanLiteral",
- "offset": 226,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 373,
+ "length": 14,
+ "value": "\"participants\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
- "kind": "BooleanLiteral",
- "offset": 253,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 433,
+ "length": 11,
+ "value": "\"endpoints\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
"kind": "BooleanLiteral",
- "offset": 652,
+ "offset": 515,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
"kind": "BooleanLiteral",
- "offset": 672,
+ "offset": 1173,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionIceRestartAnsweringState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
"kind": "StringLiteral",
- "offset": 197,
- "length": 38,
- "value": "\"SendBirdCalls.PeerConnectionIceRestartAnsweringState\""
+ "offset": 193,
+ "length": 31,
+ "value": "\"SendBirdCalls.PeerConnectionReconnectingState\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/AudioSettingEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 313,
- "length": 24,
- "value": "\"SendBirdCalls.AudioSettingEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1696,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 12,
- "value": "\"inviter_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 1793,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 12,
- "value": "\"inviter_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1886,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Alive\/AliveResponse.swift",
- "kind": "StringLiteral",
- "offset": 176,
- "length": 13,
- "value": "\"SendBirdCalls.AliveResponse\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2686,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
- "kind": "StringLiteral",
- "offset": 424,
- "length": 9,
- "value": "\"room_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 2783,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 3302,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 598,
+ "length": 8,
+ "value": "\"log_dt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 503,
- "length": 9,
- "value": "\"updated\""
+ "offset": 635,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 539,
+ "offset": 674,
"length": 13,
- "value": "\"affected_at\""
+ "value": "\"log_message\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 424,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 598,
+ "length": 8,
+ "value": "\"log_dt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 635,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 503,
- "length": 9,
- "value": "\"updated\""
+ "offset": 674,
+ "length": 13,
+ "value": "\"log_message\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 539,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 802,
+ "length": 38,
+ "value": "\"com.sendbird.sdk.calls.log.collector\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 873,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "Array",
+ "offset": 909,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "offset": 953,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
+ "offset": 1169,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1761,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 361,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 400,
+ "length": 5,
+ "value": "\"\/v1\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
- "kind": "StringLiteral",
- "offset": 394,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1536,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 432,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 1990,
+ "length": 43,
+ "value": "\"Request is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 464,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 2032,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 361,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 2631,
+ "length": 33,
+ "value": "\"Will send message \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 2663,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
- "kind": "StringLiteral",
- "offset": 432,
- "length": 9,
- "value": "\"deleted\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 464,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 3780,
+ "length": 80,
+ "value": "\"Received message \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "Array",
- "offset": 392,
- "length": 15,
- "value": "[\"sdk\", \"logs\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3829,
+ "length": 1,
+ "value": "\" + \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 467,
- "length": 28,
- "value": "\"sdk_webrtc_statistics_v1.1\""
+ "offset": 3859,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 4,
- "value": "1000"
+ "offset": 4163,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1487,
- "length": 11,
- "value": "\"log_group\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "Array",
+ "offset": 4277,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1522,
- "length": 10,
- "value": "\"log_data\""
+ "offset": 4322,
+ "length": 109,
+ "value": "\"Response error - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1619,
- "length": 18,
- "value": "\"device_timestamp\""
+ "offset": 4369,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 8,
- "value": "\"app_id\""
+ "offset": 4390,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1698,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 4414,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1736,
- "length": 11,
- "value": "\"caller_id\""
+ "offset": 4430,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1776,
- "length": 11,
- "value": "\"callee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4543,
+ "length": 3,
+ "value": "200"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1812,
- "length": 6,
- "value": "\"role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4549,
+ "length": 3,
+ "value": "300"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1850,
- "length": 15,
- "value": "\"is_video_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5214,
+ "length": 3,
+ "value": "300"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1897,
- "length": 14,
- "value": "\"network_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5220,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1951,
- "length": 23,
- "value": "\"network_operator_name\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5537,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2003,
- "length": 10,
- "value": "\"metadata\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5543,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2039,
- "length": 7,
- "value": "\"audio\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6227,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2072,
- "length": 7,
- "value": "\"video\""
+ "offset": 7322,
+ "length": 18,
+ "value": "\"application\/json\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2113,
- "length": 16,
- "value": "\"transport_info\""
+ "offset": 7362,
+ "length": 14,
+ "value": "\"Content-Type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2218,
- "length": 15,
- "value": "\"measure_count\""
+ "offset": 7400,
+ "length": 12,
+ "value": "\"Keep-Alive\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2273,
- "length": 18,
- "value": "\"measure_interval\""
+ "offset": 7434,
+ "length": 12,
+ "value": "\"Connection\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2218,
- "length": 15,
- "value": "\"measure_count\""
+ "offset": 7553,
+ "length": 22,
+ "value": "\"SBCall-Session-Token\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2273,
- "length": 18,
- "value": "\"measure_interval\""
+ "offset": 7609,
+ "length": 38,
+ "value": "\"calls-ios\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1619,
- "length": 18,
- "value": "\"device_timestamp\""
+ "offset": 7646,
+ "length": 24,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 8,
- "value": "\"app_id\""
+ "offset": 7669,
+ "length": 12,
+ "value": "\"User-Agent\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1698,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 7711,
+ "length": 93,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1736,
- "length": 11,
- "value": "\"caller_id\""
+ "offset": 7742,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1776,
- "length": 11,
- "value": "\"callee_id\""
+ "offset": 7776,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1812,
- "length": 6,
- "value": "\"role\""
+ "offset": 7803,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1850,
- "length": 15,
- "value": "\"is_video_call\""
+ "offset": 7862,
+ "length": 10,
+ "value": "\"SendBird\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1897,
- "length": 14,
- "value": "\"network_type\""
+ "offset": 7926,
+ "length": 18,
+ "value": "\"SBCall-Client-Id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1951,
- "length": 23,
- "value": "\"network_operator_name\""
+ "offset": 560,
+ "length": 12,
+ "value": "\"videotrack\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 809,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 2003,
- "length": 10,
- "value": "\"metadata\""
+ "offset": 1792,
+ "length": 27,
+ "value": "\"Local video track is nil.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1868,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2550,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2039,
- "length": 7,
- "value": "\"audio\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2072,
- "length": 7,
- "value": "\"video\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4767,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2113,
- "length": 16,
- "value": "\"transport_info\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4772,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1487,
- "length": 11,
- "value": "\"log_group\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5994,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1522,
- "length": 10,
- "value": "\"log_data\""
+ "offset": 6078,
+ "length": 51,
+ "value": "\"Will update video resolution to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ReconnectingState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 17,
- "value": "\"SendBirdCalls.ReconnectingState\""
+ "offset": 6128,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 188,
- "length": 33,
- "value": "\"SendBirdCalls.UpdateRoomCustomItemsEventCommand\""
+ "offset": 6344,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 527,
- "length": 8,
- "value": "\"direct\""
+ "offset": 6388,
+ "length": 104,
+ "value": "\"Will update video enable from: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 953,
- "length": 12,
- "value": "\"end_result\""
+ "offset": 6474,
+ "length": 2,
+ "value": "\" to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1028,
- "length": 6,
- "value": "\"next\""
+ "offset": 6491,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 953,
+ "offset": 6644,
"length": 12,
- "value": "\"end_result\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1028,
- "length": 6,
- "value": "\"next\""
+ "offset": 6688,
+ "length": 105,
+ "value": "\"Will update video enable from: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 442,
- "length": 13,
- "value": "\"call_signal\""
+ "offset": 6775,
+ "length": 2,
+ "value": "\" to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 442,
- "length": 13,
- "value": "\"call_signal\""
+ "offset": 6792,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "BooleanLiteral",
- "offset": 991,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
- "kind": "StringLiteral",
- "offset": 1940,
- "length": 9,
- "value": "\"user_id\""
+ "offset": 8939,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 1974,
- "length": 10,
- "value": "\"nickname\""
+ "offset": 2759,
+ "length": 90,
+ "value": "\"(Starscream) Error during 'SecPKCS12Import', see 'SecBase.h' - OSStatus: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2011,
- "length": 13,
- "value": "\"profile_url\""
+ "offset": 2848,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2049,
- "length": 10,
- "value": "\"metadata\""
+ "offset": 3059,
+ "length": 43,
+ "value": "\"(Starscream) Error - PKCS12 file is empty\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2084,
- "length": 11,
- "value": "\"is_active\""
+ "offset": 3492,
+ "length": 99,
+ "value": "\"(Starscream) Error during 'SecIdentityCopyCertificate', see 'SecBase.h' - OSStatus: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 1940,
- "length": 9,
- "value": "\"user_id\""
+ "offset": 3590,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 1974,
- "length": 10,
- "value": "\"nickname\""
+ "offset": 210,
+ "length": 7,
+ "value": "\"Ready\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2011,
- "length": 13,
- "value": "\"profile_url\""
+ "offset": 243,
+ "length": 11,
+ "value": "\"Executing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2049,
+ "offset": 279,
"length": 10,
- "value": "\"metadata\""
+ "value": "\"Finished\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2084,
- "length": 11,
- "value": "\"is_active\""
+ "offset": 341,
+ "length": 4,
+ "value": "\"is\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 4,
- "value": "\"SendBirdCalls.User\""
+ "offset": 210,
+ "length": 7,
+ "value": "\"Ready\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 874,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 243,
+ "length": 11,
+ "value": "\"Executing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 909,
- "length": 6,
- "value": "\"mode\""
+ "offset": 279,
+ "length": 10,
+ "value": "\"Finished\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 874,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1055,
+ "length": 41,
+ "value": "\"com.sendbird.sdk.common.operation.state\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1638,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "IntegerLiteral",
- "offset": 252,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 6,
- "value": "\"type\""
+ "offset": 105,
+ "length": 13,
+ "value": "\"SendBirdCalls.TaskOperation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "StringLiteral",
- "offset": 493,
- "length": 12,
- "value": "\"request_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDispatcher.swift",
+ "kind": "Dictionary",
+ "offset": 249,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantConnectedEventCommand.swift",
"kind": "StringLiteral",
- "offset": 536,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 195,
+ "length": 32,
+ "value": "\"SendBirdCalls.ParticipantConnectedEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantAudioSettingEventCommand.swift",
"kind": "StringLiteral",
- "offset": 582,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 198,
+ "length": 35,
+ "value": "\"SendBirdCalls.ParticipantAudioSettingEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
"offset": 461,
- "length": 6,
- "value": "\"type\""
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 493,
+ "offset": 478,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"invitation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "StringLiteral",
- "offset": 536,
- "length": 17,
- "value": "\"sequence_number\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 582,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 789,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/NoAnswer\/NoAnswerEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 299,
- "length": 20,
- "value": "\"SendBirdCalls.NoAnswerEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
- "kind": "FloatLiteral",
- "offset": 2891,
- "length": 3,
- "value": "3.0"
+ "offset": 789,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
- "kind": "BooleanLiteral",
- "offset": 3912,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 265,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 3940,
+ "offset": 288,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 622,
- "length": 7,
- "value": "1800100"
+ "offset": 308,
+ "length": 2,
+ "value": "60"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 719,
- "length": 7,
- "value": "1800101"
+ "offset": 540,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 7,
- "value": "1800200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/TurnChanged\/TurnChangedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 23,
+ "value": "\"SendBirdCalls.TurnChangedEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 922,
- "length": 7,
- "value": "1800201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2099,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1019,
- "length": 7,
- "value": "1800202"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 2449,
+ "length": 14,
+ "value": "\"logCollector\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1116,
- "length": 7,
- "value": "1800203"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2604,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1267,
- "length": 7,
- "value": "1800204"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 2870,
+ "length": 9,
+ "value": "\"1.10.18\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1417,
- "length": 7,
- "value": "1800205"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 14562,
+ "length": 43,
+ "value": "\"Requested to change to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1514,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 14596,
"length": 7,
- "value": "1800206"
+ "value": "\" seconds\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 7,
- "value": "1800207"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 15172,
+ "length": 43,
+ "value": "\"Requested to change to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1708,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 15206,
"length": 7,
- "value": "1800208"
+ "value": "\" seconds\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1814,
- "length": 7,
- "value": "1800300"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18965,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 7,
- "value": "1800301"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19350,
+ "length": 62,
+ "value": "\"VoIP Push Token: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2008,
- "length": 7,
- "value": "1800302"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19411,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2105,
- "length": 7,
- "value": "1800303"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24987,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2211,
- "length": 7,
- "value": "1800403"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 32736,
+ "length": 45,
+ "value": "\"Failed to set \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2308,
- "length": 7,
- "value": "1800404"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 32758,
+ "length": 1,
+ "value": "\". The path is invalid.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2405,
- "length": 7,
- "value": "1800405"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 319,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2511,
- "length": 7,
- "value": "1800600"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 801,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2608,
- "length": 7,
- "value": "1800601"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 801,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 7,
- "value": "1800602"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1230,
+ "length": 27,
+ "value": "\"UtilCommandType Not Found\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
"length": 7,
- "value": "1800603"
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2908,
- "length": 7,
- "value": "1800610"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 481,
+ "length": 12,
+ "value": "\"invitation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 7,
- "value": "1800611"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3102,
- "length": 7,
- "value": "1800612"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3199,
- "length": 7,
- "value": "1800614"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Record.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3579,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3296,
- "length": 7,
- "value": "1800615"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Record.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3668,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3393,
- "length": 7,
- "value": "1800620"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 70,
+ "value": "\"Event delegate receiver function didReceiveEvent should be overriden\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3490,
- "length": 7,
- "value": "1800621"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 272,
+ "length": 6,
+ "value": "\"%02x\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3587,
- "length": 7,
- "value": "1800622"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "kind": "BooleanLiteral",
+ "offset": 420,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
"kind": "IntegerLiteral",
- "offset": 3684,
- "length": 7,
- "value": "1800623"
+ "offset": 447,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
"kind": "IntegerLiteral",
- "offset": 3781,
- "length": 7,
- "value": "1800632"
+ "offset": 1293,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3887,
- "length": 7,
- "value": "1800700"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1607,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3984,
- "length": 7,
- "value": "1800701"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 625,
+ "length": 14,
+ "value": "\"direct_calls\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4081,
- "length": 7,
- "value": "1800702"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 649,
+ "length": 9,
+ "value": "\"summary\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4178,
- "length": 7,
- "value": "1800706"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 795,
+ "length": 9,
+ "value": "\"version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4276,
- "length": 7,
- "value": "1800707"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4382,
- "length": 7,
- "value": "1800801"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 14,
+ "value": "\"summary_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4479,
- "length": 7,
- "value": "1800802"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 795,
+ "length": 9,
+ "value": "\"version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4576,
- "length": 7,
- "value": "1800803"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4730,
- "length": 6,
- "value": "400100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 14,
+ "value": "\"summary_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4826,
- "length": 6,
- "value": "400111"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3146,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4922,
- "length": 6,
- "value": "400200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3169,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5018,
- "length": 6,
- "value": "400201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3956,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5114,
- "length": 6,
- "value": "400800"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3987,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5210,
- "length": 6,
- "value": "401120"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4667,
+ "length": 62,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5306,
- "length": 6,
- "value": "401121"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4709,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5402,
- "length": 7,
- "value": "1400999"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5499,
- "length": 7,
- "value": "1400101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4725,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5596,
- "length": 7,
- "value": "1400102"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4728,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5693,
- "length": 7,
- "value": "1400103"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6275,
+ "length": 256,
+ "value": "[\"turn_urls\", \"ice-pwd\", \"IP4\", \"ip\", \"gzippedSDP\", \"sdp\", \"SDP\", \"password\", \"pushToken\", \"push_token\", \"token\", \"custom_items\", \"customItems\", \"sbcall_session_token\", \"access_token\", \"accessToken\", \"sbcall_short_lived_token\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
"kind": "IntegerLiteral",
- "offset": 5790,
- "length": 7,
- "value": "1400104"
+ "offset": 6630,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5887,
- "length": 7,
- "value": "1400105"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6805,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5984,
- "length": 7,
- "value": "1400106"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6834,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6081,
- "length": 7,
- "value": "1400120"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6911,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6178,
- "length": 7,
- "value": "1400121"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 6943,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6275,
- "length": 7,
- "value": "1400122"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 6958,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6372,
- "length": 7,
- "value": "1400123"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7124,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6469,
- "length": 7,
- "value": "1400124"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7153,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6566,
- "length": 7,
- "value": "1400126"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7230,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6663,
- "length": 6,
- "value": "500999"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7262,
+ "length": 35,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 622,
- "length": 7,
- "value": "1800100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7277,
+ "length": 1,
+ "value": "\"\" = \"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 719,
- "length": 7,
- "value": "1800101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7457,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 7,
- "value": "1800200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7486,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 922,
- "length": 7,
- "value": "1800201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7563,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1019,
- "length": 7,
- "value": "1800202"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7595,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1116,
- "length": 7,
- "value": "1800203"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7610,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1267,
- "length": 7,
- "value": "1800204"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7800,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1417,
- "length": 7,
- "value": "1800205"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7829,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1514,
- "length": 7,
- "value": "1800206"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7906,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 7,
- "value": "1800207"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7938,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1708,
- "length": 7,
- "value": "1800208"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7953,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1814,
- "length": 7,
- "value": "1800300"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8410,
+ "length": 19,
+ "value": "\"\"(key)\":\".+?\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 7,
- "value": "1800301"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8607,
+ "length": 47,
+ "value": "\"(?<=[ \n\t,{(\\[])\"?\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2008,
- "length": 7,
- "value": "1800302"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8635,
+ "length": 1,
+ "value": "\"\"?: *([^,;)\\]]+)\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2105,
- "length": 7,
- "value": "1800303"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8859,
+ "length": 70,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2211,
- "length": 7,
- "value": "1800403"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 1,
+ "value": "\"\" *= *(\"(.*?)\"|\\s*\\{((.|\n)*?)\\}|\\s*\\[((.|\n)*?)\\])\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2308,
- "length": 7,
- "value": "1800404"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 9139,
+ "length": 70,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2405,
- "length": 7,
- "value": "1800405"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 9148,
+ "length": 1,
+ "value": "\"\" *: *(\"(.*?)\"|\\s*\\{((.|\n)*?)\\}|\\s*\\[((.|\n)*?)\\])\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2511,
- "length": 7,
- "value": "1800600"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 39,
+ "value": "\"com.sendbird.calls.sdk.sequence.queue\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2608,
- "length": 7,
- "value": "1800601"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 586,
+ "length": 28,
+ "value": "\"bypass command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 7,
- "value": "1800602"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 613,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
- "length": 7,
- "value": "1800603"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 748,
+ "length": 55,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 765,
+ "length": 1,
+ "value": "\"] dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2908,
- "length": 7,
- "value": "1800610"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 802,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 7,
- "value": "1800611"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1294,
+ "length": 30,
+ "value": "\"dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3102,
- "length": 7,
- "value": "1800612"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1323,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3199,
- "length": 7,
- "value": "1800614"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1478,
+ "length": 56,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3296,
- "length": 7,
- "value": "1800615"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1495,
+ "length": 1,
+ "value": "\"] inserted command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3393,
- "length": 7,
- "value": "1800620"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1532,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3490,
- "length": 7,
- "value": "1800621"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "Array",
+ "offset": 1601,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3587,
- "length": 7,
- "value": "1800622"
+ "offset": 1892,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3684,
- "length": 7,
- "value": "1800623"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "Array",
+ "offset": 2177,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3781,
- "length": 7,
- "value": "1800632"
+ "offset": 2308,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3887,
- "length": 7,
- "value": "1800700"
+ "offset": 2495,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3984,
- "length": 7,
- "value": "1800701"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2757,
+ "length": 55,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4081,
- "length": 7,
- "value": "1800702"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 1,
+ "value": "\"] dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4178,
- "length": 7,
- "value": "1800706"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2811,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4276,
- "length": 7,
- "value": "1800707"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2357,
+ "length": 9,
+ "value": "\"UNKNOWN\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4382,
- "length": 7,
- "value": "1800801"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2425,
+ "length": 5,
+ "value": "\"ios\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4479,
- "length": 7,
- "value": "1800802"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2482,
+ "length": 3,
+ "value": "\"-\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4576,
- "length": 7,
- "value": "1800803"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 974,
+ "length": 42,
+ "value": "\"SendBird.WebsocketDidConnectNotification\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4730,
- "length": 6,
- "value": "400100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 1058,
+ "length": 45,
+ "value": "\"SendBird.WebsocketDidDisconnectNotification\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4826,
- "length": 6,
- "value": "400111"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 1145,
+ "length": 45,
+ "value": "\"SendBird.WebsocketDisconnectionErrorKeyName\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 4922,
- "length": 6,
- "value": "400200"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5018,
- "length": 6,
- "value": "400201"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5114,
- "length": 6,
- "value": "400800"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5210,
- "length": 6,
- "value": "401120"
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5306,
- "length": 6,
- "value": "401121"
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5402,
- "length": 7,
- "value": "1400999"
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5499,
- "length": 7,
- "value": "1400101"
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5596,
- "length": 7,
- "value": "1400102"
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5693,
- "length": 7,
- "value": "1400103"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5790,
- "length": 7,
- "value": "1400104"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5887,
- "length": 7,
- "value": "1400105"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5984,
- "length": 7,
- "value": "1400106"
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6081,
- "length": 7,
- "value": "1400120"
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6178,
- "length": 7,
- "value": "1400121"
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6275,
- "length": 7,
- "value": "1400122"
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6372,
- "length": 7,
- "value": "1400123"
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6469,
- "length": 7,
- "value": "1400124"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6566,
- "length": 7,
- "value": "1400126"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6663,
- "length": 6,
- "value": "500999"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10598,
- "length": 7,
- "value": "\"appId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10633,
- "length": 12,
- "value": "\"Push Token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10673,
- "length": 8,
- "value": "\"userId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10709,
- "length": 8,
- "value": "\"callId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10745,
- "length": 13,
- "value": "\"URL Request\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10786,
- "length": 12,
- "value": "\"Video Call\""
+ "offset": 4650,
+ "length": 55,
+ "value": "\"com.sendbird.sdk.calls.websocket.starscream.websocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10826,
- "length": 14,
- "value": "\"Custom Items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "Array",
+ "offset": 4719,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10598,
- "length": 7,
- "value": "\"appId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4871,
+ "length": 4,
+ "value": "4096"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10633,
- "length": 12,
- "value": "\"Push Token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4902,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10673,
- "length": 8,
- "value": "\"userId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5666,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10709,
- "length": 8,
- "value": "\"callId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6761,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10745,
- "length": 13,
- "value": "\"URL Request\""
+ "offset": 8424,
+ "length": 37,
+ "value": "\"Error setting ingoing cypher suites\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10786,
- "length": 12,
- "value": "\"Video Call\""
+ "offset": 8629,
+ "length": 38,
+ "value": "\"Error setting outgoing cypher suites\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10826,
- "length": 14,
- "value": "\"Custom Items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9153,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndResponse.swift",
- "kind": "StringLiteral",
- "offset": 299,
- "length": 18,
- "value": "\"SendBirdCalls.UnknownEndResponse\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9215,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 316,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9244,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 372,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 9322,
+ "length": 58,
+ "value": "\"Timed out waiting for the socket to be ready for a write\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 418,
- "length": 11,
- "value": "\"device_os\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9388,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 316,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 9689,
+ "length": 37,
+ "value": "\"socket object has been dereferenced\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 372,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9734,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 418,
- "length": 11,
- "value": "\"device_os\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9949,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 850,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10449,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11573,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 850,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11980,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 6,
- "value": "\"CALL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 6,
- "value": "\"SGNL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 422,
- "length": 6,
- "value": "\"COMM\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 448,
- "length": 6,
- "value": "\"UTIL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 6,
- "value": "\"CALL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 6,
- "value": "\"SGNL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 422,
- "length": 6,
- "value": "\"COMM\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 448,
- "length": 6,
- "value": "\"UTIL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 232,
- "length": 37,
- "value": "\"com.sendbird.calls.sdk.latest_token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 319,
- "length": 41,
- "value": "\"com.sendbird.calls.sdk.push_device_info\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 423,
- "length": 34,
- "value": "\"com.sendbird.calls.sdk.push_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 561,
- "length": 7,
- "value": "1"
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 760,
- "length": 12,
- "value": "2"
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 888,
- "length": 11,
- "value": "3"
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 561,
- "length": 7,
- "value": "1"
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 760,
- "length": 12,
- "value": "2"
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 888,
- "length": 11,
- "value": "3"
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
+ "offset": 14073,
"length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "value": "\"WebSocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "offset": 14270,
+ "length": 9,
+ "value": "\"Upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
+ "offset": 14314,
"length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "value": "\"websocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "offset": 14360,
+ "length": 6,
+ "value": "\"Host\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
- "kind": "Dictionary",
- "offset": 1513,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
- "kind": "BooleanLiteral",
- "offset": 1622,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1633,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1707,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1775,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1922,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 2260,
- "length": 5,
- "value": "false"
+ "offset": 14401,
+ "length": 12,
+ "value": "\"Connection\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 324,
- "length": 23,
- "value": "\"SendBirdCalls.DialReceiveEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "IntegerLiteral",
- "offset": 1004,
- "length": 6,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "IntegerLiteral",
- "offset": 1004,
- "length": 6,
- "value": "1"
+ "offset": 14448,
+ "length": 9,
+ "value": "\"Upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 6977,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14492,
+ "length": 24,
+ "value": "\"Sec-WebSocket-Protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7321,
- "length": 69,
- "value": "\"HoldedBy changed in call: \""
+ "offset": 14551,
+ "length": 23,
+ "value": "\"Sec-WebSocket-Version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7355,
+ "offset": 14609,
"length": 4,
- "value": "\" from: \""
+ "value": "\"13\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7373,
- "length": 2,
- "value": "\" to: \""
+ "offset": 14648,
+ "length": 26,
+ "value": "\"Sec-WebSocket-Extensions\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7389,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7551,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7632,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7706,
- "length": 5,
- "value": "false"
+ "offset": 14709,
+ "length": 19,
+ "value": "\"Sec-WebSocket-Key\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7786,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14763,
+ "length": 8,
+ "value": "\"Origin\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7845,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14806,
+ "length": 22,
+ "value": "\"Sec-WebSocket-Accept\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7927,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14863,
+ "length": 4,
+ "value": "4096"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8270,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14902,
"length": 4,
- "value": "true"
+ "value": "0x80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8350,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14941,
"length": 4,
- "value": "true"
+ "value": "0x0F"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8423,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14980,
"length": 4,
- "value": "true"
+ "value": "0x70"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Array",
- "offset": 10622,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15019,
+ "length": 4,
+ "value": "0x40"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 11975,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15058,
+ "length": 4,
+ "value": "0x80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Array",
- "offset": 12601,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15097,
+ "length": 4,
+ "value": "0x7F"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "StringLiteral",
- "offset": 13229,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15136,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 13369,
- "length": 5,
- "value": "false"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Dictionary",
- "offset": 13559,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15173,
"length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 17851,
- "length": 5,
- "value": "false"
+ "value": "101"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "StringLiteral",
- "offset": 388,
- "length": 10,
- "value": "\"SendBirdCalls.DirectCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "Array",
+ "offset": 15211,
+ "length": 16,
+ "value": "[\"wss\", \"https\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 273,
+ "offset": 15272,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
- "kind": "IntegerLiteral",
- "offset": 578,
- "length": 21,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
- "kind": "IntegerLiteral",
- "offset": 578,
- "length": 21,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 730,
+ "offset": 15344,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 798,
+ "offset": 15371,
"length": 1,
- "value": "5"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1066,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16207,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1113,
- "length": 2,
- "value": "\" to \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16245,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1130,
- "length": 1,
- "value": "\" \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16382,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1150,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16848,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1715,
+ "offset": 16950,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1788,
+ "offset": 16996,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 484,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Recording\/RecordingStatusEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 190,
- "length": 27,
- "value": "\"SendBirdCalls.RecordingStatusEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1355,
- "length": 1,
- "value": "0"
+ "offset": 17036,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1365,
- "length": 6,
- "value": "0x2000"
+ "offset": 17073,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1410,
+ "offset": 17114,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
- "kind": "IntegerLiteral",
- "offset": 3824,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
- "kind": "IntegerLiteral",
- "offset": 3834,
- "length": 6,
- "value": "0x2000"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17158,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 3879,
+ "offset": 17322,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2776,
- "length": 4,
- "value": "true"
+ "offset": 17359,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2805,
- "length": 4,
- "value": "true"
+ "offset": 17645,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2919,
- "length": 4,
- "value": "true"
+ "offset": 17683,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 12,
- "value": "\"setup_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17720,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 444,
- "length": 31,
- "value": "\"transport_info_candidate_type\""
+ "offset": 17757,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 507,
- "length": 14,
- "value": "\"network_type\""
+ "offset": 18316,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 559,
- "length": 20,
- "value": "\"reconnection_count\""
+ "offset": 18686,
+ "length": 3,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 12,
- "value": "\"setup_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18793,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 444,
- "length": 31,
- "value": "\"transport_info_candidate_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18944,
+ "length": 1,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 507,
- "length": 14,
- "value": "\"network_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19446,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 559,
- "length": 20,
- "value": "\"reconnection_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19475,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 669,
- "length": 13,
- "value": "\"audio_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 711,
- "length": 11,
- "value": "\"audio_mos\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20596,
+ "length": 5,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 762,
- "length": 25,
- "value": "\"audio_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22870,
+ "length": 3,
+ "value": "443"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 816,
- "length": 11,
- "value": "\"audio_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22918,
+ "length": 2,
+ "value": "80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 669,
- "length": 13,
- "value": "\"audio_codec\""
+ "offset": 23399,
+ "length": 71,
+ "value": "\"permessage-deflate; client_max_window_bits; server_max_window_bits=15\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 711,
- "length": 11,
- "value": "\"audio_mos\""
+ "offset": 23632,
+ "length": 23,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 762,
- "length": 25,
- "value": "\"audio_packets_lost_rate\""
+ "offset": 23645,
+ "length": 1,
+ "value": "\":\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 816,
- "length": 11,
- "value": "\"audio_rtt\""
+ "offset": 23654,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 13,
- "value": "\"video_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23812,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 959,
- "length": 20,
- "value": "\"video_freeze_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23817,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 27,
- "value": "\"video_jitter_buffer_delay\""
+ "offset": 23948,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1099,
- "length": 35,
- "value": "\"video_jitter_buffer_emitted_count\""
+ "offset": 24057,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1175,
- "length": 25,
- "value": "\"video_packets_lost_rate\""
+ "offset": 24124,
+ "length": 3,
+ "value": "\"?\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1245,
- "length": 29,
- "value": "\"video_received_frame_height\""
+ "offset": 24192,
+ "length": 53,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1318,
- "length": 28,
- "value": "\"video_received_frame_width\""
+ "offset": 24217,
+ "length": 5,
+ "value": "\"GET\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1375,
- "length": 11,
- "value": "\"video_rtt\""
+ "offset": 24223,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1427,
- "length": 25,
- "value": "\"video_sent_frame_height\""
+ "offset": 24231,
+ "length": 4,
+ "value": "\" HTTP\/1.1\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1492,
- "length": 24,
- "value": "\"video_sent_frame_width\""
+ "offset": 24369,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 25,
- "value": "\"video_total_decode_time\""
+ "offset": 24376,
+ "length": 1,
+ "value": "\": \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1627,
- "length": 29,
- "value": "\"video_total_frames_duration\""
+ "offset": 24384,
+ "length": 1,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1702,
- "length": 30,
- "value": "\"video_total_freezes_duration\""
+ "offset": 24434,
+ "length": 6,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1778,
- "length": 31,
- "value": "\"video_total_inter_frame_delay\""
+ "offset": 24741,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1856,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24763,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1926,
- "length": 21,
- "value": "\"video_source_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1984,
- "length": 20,
- "value": "\"video_source_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24837,
+ "length": 2,
+ "value": "97"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 13,
- "value": "\"video_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24861,
+ "length": 2,
+ "value": "25"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 959,
+ "offset": 24886,
"length": 20,
- "value": "\"video_freeze_count\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 27,
- "value": "\"video_jitter_buffer_delay\""
+ "offset": 24905,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1099,
- "length": 35,
- "value": "\"video_jitter_buffer_emitted_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25070,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1175,
- "length": 25,
- "value": "\"video_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25352,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 29,
- "value": "\"video_received_frame_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25528,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1318,
- "length": 28,
- "value": "\"video_received_frame_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26600,
+ "length": 9,
+ "value": "1000000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1375,
- "length": 11,
- "value": "\"video_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27719,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1427,
+ "offset": 27891,
"length": 25,
- "value": "\"video_sent_frame_height\""
+ "value": "\"Invalid SSL certificate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1492,
- "length": 24,
- "value": "\"video_sent_frame_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27924,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1557,
- "length": 25,
- "value": "\"video_total_decode_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28220,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1627,
- "length": 29,
- "value": "\"video_total_frames_duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28642,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1702,
- "length": 30,
- "value": "\"video_total_freezes_duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28881,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1778,
- "length": 31,
- "value": "\"video_total_inter_frame_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29354,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1856,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29391,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1926,
- "length": 21,
- "value": "\"video_source_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29417,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1984,
- "length": 20,
- "value": "\"video_source_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29741,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 2353,
+ "offset": 30718,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantExitedEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30752,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 192,
- "length": 29,
- "value": "\"SendBirdCalls.ParticipantExitedEventCommand\""
+ "offset": 30966,
+ "length": 22,
+ "value": "\"Invalid HTTP upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 515,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31231,
"length": 4,
- "value": "true"
+ "value": "\"\r\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 31,
- "value": "\"SendBirdCalls.PeerConnectionReconnectingState\""
+ "offset": 31251,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1696,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31271,
+ "length": 4,
+ "value": "\"\r\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "Dictionary",
- "offset": 1793,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31291,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1886,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2686,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31340,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "Dictionary",
- "offset": 2783,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31359,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 8,
- "value": "\"log_dt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31439,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 635,
- "length": 11,
- "value": "\"log_level\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31465,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 13,
- "value": "\"log_message\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31505,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 8,
- "value": "\"log_dt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31592,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 635,
- "length": 11,
- "value": "\"log_level\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31641,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 13,
- "value": "\"log_message\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31738,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 802,
- "length": 38,
- "value": "\"com.sendbird.sdk.calls.log.collector\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31811,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 873,
+ "offset": 31866,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31926,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "Array",
- "offset": 909,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32537,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 953,
- "length": 3,
- "value": "500"
+ "offset": 32658,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
- "kind": "StringLiteral",
- "offset": 400,
- "length": 5,
- "value": "\"\/v1\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32695,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5994,
+ "offset": 33016,
"length": 2,
- "value": "24"
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 33072,
+ "length": 6,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 11,
- "value": "\"Executing\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33099,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 279,
- "length": 10,
- "value": "\"Finished\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33118,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 210,
- "length": 7,
- "value": "\"Ready\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33211,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 11,
- "value": "\"Executing\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33337,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 279,
- "length": 10,
- "value": "\"Finished\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33353,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 1055,
- "length": 41,
- "value": "\"com.sendbird.sdk.common.operation.state\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33403,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 105,
- "length": 13,
- "value": "\"SendBirdCalls.TaskOperation\""
+ "offset": 33541,
+ "length": 3,
+ "value": "\":\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDispatcher.swift",
- "kind": "Dictionary",
- "offset": 249,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33590,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantConnectedEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 195,
- "length": 32,
- "value": "\"SendBirdCalls.ParticipantConnectedEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33647,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantAudioSettingEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 198,
- "length": 35,
- "value": "\"SendBirdCalls.ParticipantAudioSettingEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33727,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33846,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 265,
+ "offset": 34358,
"length": 1,
- "value": "3"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/TurnChanged\/TurnChangedEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 23,
- "value": "\"SendBirdCalls.TurnChangedEventCommand\""
+ "offset": 34392,
+ "length": 53,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 2870,
- "length": 9,
- "value": "\"1.10.17\""
+ "offset": 34408,
+ "length": 8,
+ "value": "\"258EAFA5-E914-47DA-95CA-C5AB0DC85B11\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
- "kind": "BooleanLiteral",
- "offset": 18965,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34542,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
- "kind": "BooleanLiteral",
- "offset": 24987,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34608,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
- "kind": "BooleanLiteral",
- "offset": 319,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34649,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 801,
- "length": 11,
- "value": "\"log_level\""
+ "offset": 34869,
+ "length": 3,
+ "value": "\";\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 801,
- "length": 11,
- "value": "\"log_level\""
+ "offset": 34984,
+ "length": 20,
+ "value": "\"permessage-deflate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 792,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35062,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 792,
- "length": 12,
- "value": "\"invitee_id\""
+ "offset": 35104,
+ "length": 25,
+ "value": "\"server_max_window_bits=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
- "kind": "BooleanLiteral",
- "offset": 420,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 35194,
+ "length": 3,
+ "value": "\"=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 447,
+ "offset": 35199,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 795,
- "length": 9,
- "value": "\"version\""
+ "offset": 35403,
+ "length": 25,
+ "value": "\"client_max_window_bits=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 829,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 35493,
+ "length": 3,
+ "value": "\"=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
- "kind": "StringLiteral",
- "offset": 868,
- "length": 14,
- "value": "\"summary_data\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35498,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 795,
- "length": 9,
- "value": "\"version\""
+ "offset": 35695,
+ "length": 28,
+ "value": "\"client_no_context_takeover\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
- "kind": "StringLiteral",
- "offset": 829,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35785,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 14,
- "value": "\"summary_data\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
- "kind": "BooleanLiteral",
- "offset": 3956,
- "length": 5,
- "value": "false"
+ "offset": 35820,
+ "length": 28,
+ "value": "\"server_no_context_takeover\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 3987,
- "length": 5,
- "value": "false"
+ "offset": 35910,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
- "kind": "StringLiteral",
- "offset": 376,
- "length": 39,
- "value": "\"com.sendbird.calls.sdk.sequence.queue\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36413,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 974,
- "length": 42,
- "value": "\"SendBird.WebsocketDidConnectNotification\""
+ "kind": "IntegerLiteral",
+ "offset": 36420,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 1058,
- "length": 45,
- "value": "\"SendBird.WebsocketDidDisconnectNotification\""
+ "kind": "IntegerLiteral",
+ "offset": 36448,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 1145,
- "length": 45,
- "value": "\"SendBird.WebsocketDisconnectionErrorKeyName\""
+ "kind": "IntegerLiteral",
+ "offset": 36644,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 36664,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 36668,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 36702,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
- "length": 4,
- "value": "1003"
+ "offset": 36967,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 36987,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 37014,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
+ "offset": 37033,
"length": 4,
- "value": "1008"
+ "value": "0xff"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 37234,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 37238,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 37292,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 37301,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
+ "offset": 37312,
"length": 4,
- "value": "1003"
+ "value": "0xff"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 37822,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 37970,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
- "length": 4,
- "value": "1008"
+ "offset": 38174,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 38464,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 38535,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 38664,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 38727,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
- "length": 4,
- "value": "1003"
+ "offset": 38756,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 38933,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 38939,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
- "length": 4,
- "value": "1008"
+ "offset": 38982,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 39010,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 4650,
- "length": 55,
- "value": "\"com.sendbird.sdk.calls.websocket.starscream.websocket\""
+ "kind": "IntegerLiteral",
+ "offset": 39016,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "Array",
- "offset": 4719,
- "length": 2,
- "value": "[]"
+ "kind": "StringLiteral",
+ "offset": 39226,
+ "length": 48,
+ "value": "\"masked and rsv data is not currently supported\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 4871,
- "length": 4,
- "value": "4096"
+ "kind": "StringLiteral",
+ "offset": 39798,
+ "length": 43,
+ "value": "\"unknown opcode: \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 4902,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 39840,
+ "length": 23,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
- "length": 3,
- "value": "0x0"
+ "offset": 39999,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 13865,
- "length": 3,
- "value": "0x1"
+ "kind": "StringLiteral",
+ "offset": 40134,
+ "length": 36,
+ "value": "\"control frames can't be fragmented\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 40417,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 40525,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "offset": 40646,
+ "length": 4,
+ "value": "1000"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14008,
- "length": 3,
- "value": "0xA"
+ "offset": 40667,
+ "length": 4,
+ "value": "1003"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
- "length": 3,
- "value": "0x0"
+ "offset": 40687,
+ "length": 4,
+ "value": "1007"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13865,
- "length": 3,
- "value": "0x1"
+ "offset": 40709,
+ "length": 4,
+ "value": "1013"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 40729,
+ "length": 4,
+ "value": "3000"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 40878,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "kind": "StringLiteral",
+ "offset": 40954,
+ "length": 29,
+ "value": "\"connection closed by server\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14008,
+ "offset": 41160,
"length": 3,
- "value": "0xA"
+ "value": "125"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
+ "offset": 41353,
"length": 3,
- "value": "0x0"
+ "value": "127"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13865,
+ "offset": 41526,
"length": 3,
- "value": "0x1"
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 42086,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 42497,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "offset": 42531,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 14008,
- "length": 3,
- "value": "0xA"
+ "kind": "StringLiteral",
+ "offset": 42714,
+ "length": 32,
+ "value": "\"Decompression failed: \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14073,
- "length": 11,
- "value": "\"WebSocket\""
+ "offset": 42745,
+ "length": 1,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14270,
- "length": 9,
- "value": "\"Upgrade\""
+ "offset": 43212,
+ "length": 29,
+ "value": "\"connection closed by server\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14314,
- "length": 11,
- "value": "\"websocket\""
+ "kind": "IntegerLiteral",
+ "offset": 43926,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14360,
- "length": 6,
- "value": "\"Host\""
+ "kind": "IntegerLiteral",
+ "offset": 44365,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14401,
- "length": 12,
- "value": "\"Connection\""
+ "offset": 44555,
+ "length": 46,
+ "value": "\"continue frame before a binary or text frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14448,
- "length": 9,
- "value": "\"Upgrade\""
+ "kind": "BooleanLiteral",
+ "offset": 44733,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14492,
- "length": 24,
- "value": "\"Sec-WebSocket-Protocol\""
+ "offset": 44965,
+ "length": 39,
+ "value": "\"first frame can't be a continue frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14551,
- "length": 23,
- "value": "\"Sec-WebSocket-Version\""
+ "kind": "BooleanLiteral",
+ "offset": 45148,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14609,
- "length": 4,
- "value": "\"13\""
+ "offset": 45654,
+ "length": 64,
+ "value": "\"second and beyond of fragment message must be a continue frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14648,
- "length": 26,
- "value": "\"Sec-WebSocket-Extensions\""
+ "kind": "IntegerLiteral",
+ "offset": 46026,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14709,
- "length": 19,
- "value": "\"Sec-WebSocket-Key\""
+ "kind": "IntegerLiteral",
+ "offset": 46069,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14763,
- "length": 8,
- "value": "\"Origin\""
+ "kind": "BooleanLiteral",
+ "offset": 46073,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 22,
- "value": "\"Sec-WebSocket-Accept\""
+ "kind": "BooleanLiteral",
+ "offset": 46080,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14863,
- "length": 4,
- "value": "4096"
+ "offset": 46701,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14902,
- "length": 4,
- "value": "0x80"
+ "offset": 46729,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14941,
- "length": 4,
- "value": "0x0F"
+ "offset": 46978,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 14980,
- "length": 4,
- "value": "0x70"
+ "kind": "BooleanLiteral",
+ "offset": 47469,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 15019,
+ "kind": "BooleanLiteral",
+ "offset": 48616,
"length": 4,
- "value": "0x40"
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48646,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15058,
- "length": 4,
- "value": "0x80"
+ "offset": 48973,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15097,
- "length": 4,
- "value": "0x7F"
+ "offset": 49539,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15136,
- "length": 2,
- "value": "32"
+ "offset": 50395,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15173,
+ "offset": 50438,
"length": 3,
- "value": "101"
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "Array",
- "offset": 15211,
- "length": 16,
- "value": "[\"wss\", \"https\"]"
+ "kind": "IntegerLiteral",
+ "offset": 50467,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 15272,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50575,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15344,
- "length": 1,
- "value": "0"
+ "offset": 50580,
+ "length": 3,
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15371,
+ "offset": 50769,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16207,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50774,
+ "length": 3,
+ "value": "127"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16245,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50952,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16382,
- "length": 4,
- "value": "true"
+ "kind": "IntegerLiteral",
+ "offset": 51208,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16848,
- "length": 4,
- "value": "true"
+ "kind": "IntegerLiteral",
+ "offset": 51333,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16950,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 51373,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16996,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 51545,
+ "length": 41,
+ "value": "\"output stream had an error during write\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 17036,
- "length": 2,
- "value": "15"
+ "offset": 51594,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 17073,
- "length": 2,
- "value": "15"
+ "offset": 51908,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17114,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 51998,
+ "length": 41,
+ "value": "\"output stream had an error during write\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17158,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 52047,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17322,
- "length": 5,
- "value": "false"
+ "offset": 52682,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17359,
+ "offset": 52710,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17645,
+ "offset": 52757,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17683,
+ "offset": 53442,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17720,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 13707,
+ "length": 9,
+ "value": "\"SendBirdCalls.WebSocket\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 17757,
- "length": 2,
- "value": "\"\""
+ "kind": "IntegerLiteral",
+ "offset": 53706,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 54339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/AcceptParams.swift",
"kind": "BooleanLiteral",
- "offset": 28642,
- "length": 4,
- "value": "true"
+ "offset": 1224,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsRequest.swift",
"kind": "StringLiteral",
- "offset": 13707,
- "length": 9,
- "value": "\"SendBirdCalls.WebSocket\""
+ "offset": 375,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 54339,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 397,
+ "length": 14,
+ "value": "\"custom_items\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomInvitation.swift",
@@ -293402,6 +308365,13 @@
"length": 26,
"value": "\"sbcall_short_lived_token\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/ScreenShare.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1466,
+ "length": 2,
+ "value": "15"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ConnectedState.swift",
"kind": "StringLiteral",
@@ -293409,6 +308379,55 @@
"length": 14,
"value": "\"SendBirdCalls.ConnectedState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "StringLiteral",
+ "offset": 2370,
+ "length": 20,
+ "value": "\"Unknown gzip error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "Array",
+ "offset": 3102,
+ "length": 12,
+ "value": "[0x1f, 0x8b]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3718,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5394,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6093,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6590,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6706,
+ "length": 1,
+ "value": "2"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
"kind": "IntegerLiteral",
@@ -293423,6 +308442,48 @@
"length": 2,
"value": "14"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 881,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 958,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 975,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 983,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
"kind": "StringLiteral",
@@ -293535,6 +308596,41 @@
"length": 14,
"value": "\"network_type\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2334,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2888,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3168,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3601,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
"kind": "Array",
@@ -293542,6 +308638,55 @@
"length": 2,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 742,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2465,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2665,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2677,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2736,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
"kind": "StringLiteral",
@@ -293570,6 +308715,146 @@
"length": 16,
"value": "\"audio_mos_list\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 12,
+ "value": "\"audiotrack\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 859,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1077,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1204,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 104,
+ "value": "\"Will update audio enable from: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 2,
+ "value": "\" to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1351,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1580,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1877,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 139,
+ "value": "\"AudioSession is set to - Category: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2056,
+ "length": 1,
+ "value": "\", CategoryOptions: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2106,
+ "length": 1,
+ "value": "\", mode: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2134,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2189,
+ "length": 42,
+ "value": "\"AudioSession active with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2230,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2384,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2555,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2614,
+ "length": 65,
+ "value": "\"Failed to deactive audio session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2678,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 3,
+ "value": "\".\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
"kind": "StringLiteral",
@@ -293577,6 +308862,27 @@
"length": 5,
"value": "\"…\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 754,
+ "length": 7,
+ "value": "\".-_~ \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 948,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 959,
+ "length": 3,
+ "value": "\"+\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
"kind": "StringLiteral",
@@ -293633,6 +308939,139 @@
"length": 8,
"value": "\"DELETE\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "Array",
+ "offset": 628,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 5,
+ "value": "\"\/v1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 715,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 753,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1379,
+ "length": 74,
+ "value": "\"Error occurred while creating url request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1452,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1718,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1879,
+ "length": 4,
+ "value": "\"\/\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1888,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2041,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2055,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3265,
+ "length": 26,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3274,
+ "length": 1,
+ "value": "\"\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3288,
+ "length": 1,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4038,
+ "length": 14,
+ "value": "\"Invalid URL.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4087,
+ "length": 14,
+ "value": "\"Invalid Path\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 3,
+ "value": "\"\/\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Cancel\/CancelResponse.swift",
"kind": "StringLiteral",
@@ -293647,6 +309086,69 @@
"length": 3,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 674,
+ "length": 33,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 2,
+ "value": "\" id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 706,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 37,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 881,
+ "length": 2,
+ "value": "\" id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 904,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2190,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2386,
+ "length": 12,
+ "value": "\"was called\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
"kind": "StringLiteral",
@@ -293752,6 +309254,13 @@
"length": 16,
"value": "\"stats_interval\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 994,
+ "length": 1,
+ "value": "3"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateResponse.swift",
"kind": "IntegerLiteral",
@@ -293765,6 +309274,230 @@
"offset": 1910,
"length": 1,
"value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4078,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5073,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5337,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5366,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5433,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5858,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5910,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6612,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6787,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6865,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6959,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7560,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 7977,
+ "length": 112,
+ "value": "\"Failed to parse audio because CMAudioFormatDescriptionCreate failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 8088,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8213,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8457,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8752,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9208,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9389,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 98,
+ "value": "\"Failed to parse audio because CMSampleBufferCreate failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 9802,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 124,
+ "value": "\"Failed to parse audio because CMSampleBufferSetDataBufferFromAudioBufferList with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 10721,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Observer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 589,
+ "length": 4,
+ "value": "true"
}
]
}
\ No newline at end of file
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface
index a296e88..43f43b4 100644
--- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
@@ -26,6 +26,7 @@ import VideoToolbox
import WebRTC
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import zlib
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRecordingOptions) public class RecordingOptions : ObjectiveC.NSObject {
@objc final public let recordingType: SendBirdCalls.RecordingOptions.RecordingType
@@ -59,7 +60,7 @@ import zlib
}
@_hasMissingDesignatedInitializers @objc(SBCDirectCallUser) public class DirectCallUser : SendBirdCalls.User {
@objc final public let role: SendBirdCalls.DirectCall.UserRole
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallUser {
@@ -107,7 +108,7 @@ extension SendBirdCalls.VideoDevice {
}
}
extension SendBirdCalls.DirectCall {
- @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, Swift.Error?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
+ @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, (any Swift.Error)?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
@objc dynamic public func stopScreenShare(completionHandler: SendBirdCalls.ErrorHandler? = nil)
}
extension SendBirdCalls.DirectCall {
@@ -126,8 +127,8 @@ extension SendBirdCalls.DirectCall {
@objc(logMessage:) func log(message: Swift.String)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class SBCLogger : ObjectiveC.NSObject {
- @objc(addLogReceiver:) public static func add(receiver: SendBirdCalls.SBCLogReceiver)
- @objc(removeLogReceiver:) public static func remove(receiver: SendBirdCalls.SBCLogReceiver)
+ @objc(addLogReceiver:) public static func add(receiver: any SendBirdCalls.SBCLogReceiver)
+ @objc(removeLogReceiver:) public static func remove(receiver: any SendBirdCalls.SBCLogReceiver)
@objc public static func setLoggerLevel(_ level: SendBirdCalls.SBCLogger.Level)
@objc deinit
}
@@ -145,15 +146,15 @@ extension SendBirdCalls.SBCLogger {
}
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBCRemoteParticipant) public class RemoteParticipant : SendBirdCalls.Participant {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objcMembers @objc(SBCChatOptions) public class SendBirdChatOptions : ObjectiveC.NSObject, Swift.Codable {
@objc public var channelURL: Swift.String
@objc public init(channelURL: Swift.String)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendBirdCalls.SendBirdCall {
@objc(createRoomWithParams:completionHandler:) public static func createRoom(with params: SendBirdCalls.RoomParams, completionHandler: @escaping SendBirdCalls.RoomHandler)
@@ -191,7 +192,7 @@ extension SendBirdCalls.DirectCall {
@objc public func startVideo()
@objc public func stopVideo()
@objc public func switchCamera(completionHandler: @escaping SendBirdCalls.ErrorHandler)
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objcMembers @objc(SBCDirectCallLog) public class DirectCallLog : ObjectiveC.NSObject, Swift.Codable {
@@ -227,8 +228,8 @@ extension SendBirdCalls.DirectCall {
@objc public var customItems: [Swift.String : Swift.String] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallLog {
@@ -316,16 +317,16 @@ extension SendBirdCalls.DirectCallLog {
case connected
case exited
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -363,7 +364,7 @@ extension SendBirdCalls.DirectCallLog {
@objc public func updateCustomItems(customItems: [Swift.String : Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteCustomItems(customItemKeys: [Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteAllCustomItems(completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
- @objc public func addDelegate(_ delegate: SendBirdCalls.RoomDelegate, identifier: Swift.String)
+ @objc public func addDelegate(_ delegate: any SendBirdCalls.RoomDelegate, identifier: Swift.String)
@objc public func removeDelegate(identifier: Swift.String)
@objc public func removeAllDelegates()
@objc public func sendInvitation(invitee: Swift.String, completionHandler: ((SendBirdCalls.RoomInvitation?, SendBirdCalls.SBCError?) -> Swift.Void)?)
@@ -480,7 +481,7 @@ extension SendBirdCalls.SendBirdVideoView {
@objc optional func wasInvitationDeclined(_ invitation: SendBirdCalls.RoomInvitation)
}
extension SendBirdCalls.DirectCall {
- public func setConnectionQualityDelegate(_ delegate: SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
+ public func setConnectionQualityDelegate(_ delegate: any SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
@objc dynamic public func removeConnectionQualityDelegate()
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRoomParams) public class RoomParams : ObjectiveC.NSObject, Swift.Encodable {
@@ -490,7 +491,7 @@ extension SendBirdCalls.DirectCall {
@objc public init(roomType: SendBirdCalls.RoomType, customItems: [Swift.String : Swift.String])
@available(*, unavailable, message: "Use `init(roomType:)` instead.")
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRange) public class SendBirdRange : ObjectiveC.NSObject {
@@ -524,9 +525,9 @@ extension SendBirdCalls.DirectCall {
@objc public var isActive: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendBirdCalls.User {
@objc override dynamic public var hash: Swift.Int {
@@ -760,7 +761,7 @@ public protocol ConnectionQualityDelegate : AnyObject {
@objc public var isVideoCall: Swift.Bool {
get
}
- @objc weak public var delegate: SendBirdCalls.DirectCallDelegate?
+ @objc weak public var delegate: (any SendBirdCalls.DirectCallDelegate)?
@objc @available(*, deprecated, message: "isRecording has been changed to `localRecordingStatus`. ")
public var isRecording: Swift.Bool {
@objc get
@@ -791,8 +792,8 @@ public protocol ConnectionQualityDelegate : AnyObject {
case smallRoomForVideo
case largeRoomForAudioOnly
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -804,8 +805,8 @@ extension SendBirdCalls.Room {
case open
case deleted
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -860,10 +861,10 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying {
@objc public static func routePickerView(frame: CoreFoundation.CGRect) -> UIKit.UIView
@objc public static func executeOn(queue: Dispatch.DispatchQueue)
@objc public static func setAppGroup(_ appGroup: Swift.String)
- @objc public static func addDelegate(_ delegate: SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
+ @objc public static func addDelegate(_ delegate: any SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
@objc public static func removeDelegate(identifier: Swift.String)
@objc public static func removeAllDelegates()
- @objc public static func addRecordingDelegate(_ delegate: SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
+ @objc public static func addRecordingDelegate(_ delegate: any SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
@objc public static func removeRecordingDelegate(identifier: Swift.String)
@objc public static func removeAllRecordingDelegates()
@objc(callForCallId:) public static func getCall(forCallId callId: Swift.String) -> SendBirdCalls.DirectCall?
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc
index e25826f..d4f6412 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc and b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface
index a296e88..43f43b4 100644
--- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
@@ -26,6 +26,7 @@ import VideoToolbox
import WebRTC
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import zlib
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRecordingOptions) public class RecordingOptions : ObjectiveC.NSObject {
@objc final public let recordingType: SendBirdCalls.RecordingOptions.RecordingType
@@ -59,7 +60,7 @@ import zlib
}
@_hasMissingDesignatedInitializers @objc(SBCDirectCallUser) public class DirectCallUser : SendBirdCalls.User {
@objc final public let role: SendBirdCalls.DirectCall.UserRole
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallUser {
@@ -107,7 +108,7 @@ extension SendBirdCalls.VideoDevice {
}
}
extension SendBirdCalls.DirectCall {
- @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, Swift.Error?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
+ @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, (any Swift.Error)?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
@objc dynamic public func stopScreenShare(completionHandler: SendBirdCalls.ErrorHandler? = nil)
}
extension SendBirdCalls.DirectCall {
@@ -126,8 +127,8 @@ extension SendBirdCalls.DirectCall {
@objc(logMessage:) func log(message: Swift.String)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class SBCLogger : ObjectiveC.NSObject {
- @objc(addLogReceiver:) public static func add(receiver: SendBirdCalls.SBCLogReceiver)
- @objc(removeLogReceiver:) public static func remove(receiver: SendBirdCalls.SBCLogReceiver)
+ @objc(addLogReceiver:) public static func add(receiver: any SendBirdCalls.SBCLogReceiver)
+ @objc(removeLogReceiver:) public static func remove(receiver: any SendBirdCalls.SBCLogReceiver)
@objc public static func setLoggerLevel(_ level: SendBirdCalls.SBCLogger.Level)
@objc deinit
}
@@ -145,15 +146,15 @@ extension SendBirdCalls.SBCLogger {
}
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBCRemoteParticipant) public class RemoteParticipant : SendBirdCalls.Participant {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objcMembers @objc(SBCChatOptions) public class SendBirdChatOptions : ObjectiveC.NSObject, Swift.Codable {
@objc public var channelURL: Swift.String
@objc public init(channelURL: Swift.String)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendBirdCalls.SendBirdCall {
@objc(createRoomWithParams:completionHandler:) public static func createRoom(with params: SendBirdCalls.RoomParams, completionHandler: @escaping SendBirdCalls.RoomHandler)
@@ -191,7 +192,7 @@ extension SendBirdCalls.DirectCall {
@objc public func startVideo()
@objc public func stopVideo()
@objc public func switchCamera(completionHandler: @escaping SendBirdCalls.ErrorHandler)
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objcMembers @objc(SBCDirectCallLog) public class DirectCallLog : ObjectiveC.NSObject, Swift.Codable {
@@ -227,8 +228,8 @@ extension SendBirdCalls.DirectCall {
@objc public var customItems: [Swift.String : Swift.String] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallLog {
@@ -316,16 +317,16 @@ extension SendBirdCalls.DirectCallLog {
case connected
case exited
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -363,7 +364,7 @@ extension SendBirdCalls.DirectCallLog {
@objc public func updateCustomItems(customItems: [Swift.String : Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteCustomItems(customItemKeys: [Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteAllCustomItems(completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
- @objc public func addDelegate(_ delegate: SendBirdCalls.RoomDelegate, identifier: Swift.String)
+ @objc public func addDelegate(_ delegate: any SendBirdCalls.RoomDelegate, identifier: Swift.String)
@objc public func removeDelegate(identifier: Swift.String)
@objc public func removeAllDelegates()
@objc public func sendInvitation(invitee: Swift.String, completionHandler: ((SendBirdCalls.RoomInvitation?, SendBirdCalls.SBCError?) -> Swift.Void)?)
@@ -480,7 +481,7 @@ extension SendBirdCalls.SendBirdVideoView {
@objc optional func wasInvitationDeclined(_ invitation: SendBirdCalls.RoomInvitation)
}
extension SendBirdCalls.DirectCall {
- public func setConnectionQualityDelegate(_ delegate: SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
+ public func setConnectionQualityDelegate(_ delegate: any SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
@objc dynamic public func removeConnectionQualityDelegate()
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRoomParams) public class RoomParams : ObjectiveC.NSObject, Swift.Encodable {
@@ -490,7 +491,7 @@ extension SendBirdCalls.DirectCall {
@objc public init(roomType: SendBirdCalls.RoomType, customItems: [Swift.String : Swift.String])
@available(*, unavailable, message: "Use `init(roomType:)` instead.")
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRange) public class SendBirdRange : ObjectiveC.NSObject {
@@ -524,9 +525,9 @@ extension SendBirdCalls.DirectCall {
@objc public var isActive: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendBirdCalls.User {
@objc override dynamic public var hash: Swift.Int {
@@ -760,7 +761,7 @@ public protocol ConnectionQualityDelegate : AnyObject {
@objc public var isVideoCall: Swift.Bool {
get
}
- @objc weak public var delegate: SendBirdCalls.DirectCallDelegate?
+ @objc weak public var delegate: (any SendBirdCalls.DirectCallDelegate)?
@objc @available(*, deprecated, message: "isRecording has been changed to `localRecordingStatus`. ")
public var isRecording: Swift.Bool {
@objc get
@@ -791,8 +792,8 @@ public protocol ConnectionQualityDelegate : AnyObject {
case smallRoomForVideo
case largeRoomForAudioOnly
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -804,8 +805,8 @@ extension SendBirdCalls.Room {
case open
case deleted
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -860,10 +861,10 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying {
@objc public static func routePickerView(frame: CoreFoundation.CGRect) -> UIKit.UIView
@objc public static func executeOn(queue: Dispatch.DispatchQueue)
@objc public static func setAppGroup(_ appGroup: Swift.String)
- @objc public static func addDelegate(_ delegate: SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
+ @objc public static func addDelegate(_ delegate: any SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
@objc public static func removeDelegate(identifier: Swift.String)
@objc public static func removeAllDelegates()
- @objc public static func addRecordingDelegate(_ delegate: SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
+ @objc public static func addRecordingDelegate(_ delegate: any SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
@objc public static func removeRecordingDelegate(identifier: Swift.String)
@objc public static func removeAllRecordingDelegates()
@objc(callForCallId:) public static func getCall(forCallId callId: Swift.String) -> SendBirdCalls.DirectCall?
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap
index d85c4d6..a8420de 100644
--- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap
+++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap
@@ -1,7 +1,7 @@
framework module SendBirdCalls {
umbrella header "SendBirdCalls.h"
-
export *
+
module * { export * }
}
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/PrivacyInfo.xcprivacy b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..50a03dc
--- /dev/null
+++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,57 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeUserID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeProductPersonalization
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherUserContent
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherDiagnosticData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls
index c5a3f73..995ad46 100755
Binary files a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls differ
diff --git a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist
index c6f7d29..c919796 100644
--- a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist
+++ b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 1.10.17
+ 1.10.18
CFBundleVersion
1
diff --git a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls
index b7d379b..1668391 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls differ
diff --git a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdCalls.yml b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdCalls.yml
new file mode 100644
index 0000000..8f616d7
--- /dev/null
+++ b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdCalls.yml
@@ -0,0 +1,14578 @@
+---
+triple: 'arm64-apple-darwin'
+binary-path: '/Users/distiller/Library/Developer/Xcode/DerivedData/SendBirdCalls-dbjqlfwikkijbkgvuxucoxlahpdv/Build/Intermediates.noindex/ArchiveIntermediates/SendBirdCalls/InstallationBuildProductsLocation/Library/Frameworks/SendBirdCalls.framework/SendBirdCalls'
+relocations:
+ - { offsetInCU: 0x34, offset: 0x74803, size: 0x8, addend: 0x0, symName: _SendBirdCallsVersionString, symObjAddr: 0x0, symBinAddr: 0x220940, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x74838, size: 0x8, addend: 0x0, symName: _SendBirdCallsVersionNumber, symObjAddr: 0x38, symBinAddr: 0x220978, symSize: 0x0 }
+ - { offsetInCU: 0x75, offset: 0x748C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueSSvg', symObjAddr: 0x590, symBinAddr: 0x8590, symSize: 0xC0 }
+ - { offsetInCU: 0xA4, offset: 0x748F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueAESgSS_tcfC', symObjAddr: 0x650, symBinAddr: 0x8650, symSize: 0x18 }
+ - { offsetInCU: 0xCC, offset: 0x7491A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO8hasLocalSbvg', symObjAddr: 0x668, symBinAddr: 0x8668, symSize: 0x10 }
+ - { offsetInCU: 0xFB, offset: 0x74949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO9hasRemoteSbvg', symObjAddr: 0x678, symBinAddr: 0x8678, symSize: 0x14 }
+ - { offsetInCU: 0x12A, offset: 0x74978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO2eeoiySbAG_AGtFZ', symObjAddr: 0x68C, symBinAddr: 0x868C, symSize: 0x10 }
+ - { offsetInCU: 0x158, offset: 0x749A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x69C, symBinAddr: 0x869C, symSize: 0x24 }
+ - { offsetInCU: 0x1F2, offset: 0x74A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO9hashValueSivg', symObjAddr: 0x6C0, symBinAddr: 0x86C0, symSize: 0x44 }
+ - { offsetInCU: 0x2FA, offset: 0x74B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x704, symBinAddr: 0x8704, symSize: 0x14 }
+ - { offsetInCU: 0x356, offset: 0x74BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH9hashValueSivgTW', symObjAddr: 0x718, symBinAddr: 0x8718, symSize: 0x44 }
+ - { offsetInCU: 0x439, offset: 0x74C87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x75C, symBinAddr: 0x875C, symSize: 0x28 }
+ - { offsetInCU: 0x4AC, offset: 0x74CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x7FC, symBinAddr: 0x87FC, symSize: 0x28 }
+ - { offsetInCU: 0x4C8, offset: 0x74D16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1D10, symBinAddr: 0x9CFC, symSize: 0x244 }
+ - { offsetInCU: 0x5CD, offset: 0x74E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0OvgTo', symObjAddr: 0x0, symBinAddr: 0x8000, symSize: 0x10 }
+ - { offsetInCU: 0x5ED, offset: 0x74E3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0OvgTo', symObjAddr: 0x0, symBinAddr: 0x8000, symSize: 0x10 }
+ - { offsetInCU: 0x608, offset: 0x74E56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0Ovg', symObjAddr: 0x10, symBinAddr: 0x8010, symSize: 0x10 }
+ - { offsetInCU: 0x643, offset: 0x74E91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13directoryPath10Foundation3URLVvgTo', symObjAddr: 0x20, symBinAddr: 0x8020, symSize: 0x28 }
+ - { offsetInCU: 0x67E, offset: 0x74ECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13directoryPath10Foundation3URLVvg', symObjAddr: 0x48, symBinAddr: 0x8048, symSize: 0x44 }
+ - { offsetInCU: 0x6BB, offset: 0x74F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC8fileNameSSSgvgTo', symObjAddr: 0x8C, symBinAddr: 0x808C, symSize: 0x5C }
+ - { offsetInCU: 0x6EE, offset: 0x74F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC8fileNameSSSgvg', symObjAddr: 0xE8, symBinAddr: 0x80E8, symSize: 0x38 }
+ - { offsetInCU: 0x72B, offset: 0x74F79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11recordingIdSSvgTo', symObjAddr: 0x120, symBinAddr: 0x8120, symSize: 0x4C }
+ - { offsetInCU: 0x766, offset: 0x74FB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11recordingIdSSvg', symObjAddr: 0x16C, symBinAddr: 0x816C, symSize: 0x38 }
+ - { offsetInCU: 0x7C5, offset: 0x75013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfC', symObjAddr: 0x1A4, symBinAddr: 0x81A4, symSize: 0x154 }
+ - { offsetInCU: 0x81A, offset: 0x75068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfc', symObjAddr: 0x2F8, symBinAddr: 0x82F8, symSize: 0x30 }
+ - { offsetInCU: 0x847, offset: 0x75095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfcTo', symObjAddr: 0x328, symBinAddr: 0x8328, symSize: 0xA8 }
+ - { offsetInCU: 0x879, offset: 0x750C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfC', symObjAddr: 0x3D0, symBinAddr: 0x83D0, symSize: 0x20 }
+ - { offsetInCU: 0x897, offset: 0x750E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfc', symObjAddr: 0x3F0, symBinAddr: 0x83F0, symSize: 0xD0 }
+ - { offsetInCU: 0x8D4, offset: 0x75122, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfcTo', symObjAddr: 0x4C0, symBinAddr: 0x84C0, symSize: 0xD0 }
+ - { offsetInCU: 0x909, offset: 0x75157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11audioOptionAC0D4TypeO0G0Ovg', symObjAddr: 0x8CC, symBinAddr: 0x88CC, symSize: 0x64 }
+ - { offsetInCU: 0x936, offset: 0x75184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11videoOptionAC0D4TypeO0G0Ovg', symObjAddr: 0x930, symBinAddr: 0x8930, symSize: 0x60 }
+ - { offsetInCU: 0x963, offset: 0x751B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCfD', symObjAddr: 0x990, symBinAddr: 0x8990, symSize: 0x34 }
+ - { offsetInCU: 0x990, offset: 0x751DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfcTf4nngn_n', symObjAddr: 0x1BC0, symBinAddr: 0x9BAC, symSize: 0x150 }
+ - { offsetInCU: 0xA06, offset: 0x75254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCfETo', symObjAddr: 0x9C4, symBinAddr: 0x89C4, symSize: 0x68 }
+ - { offsetInCU: 0xA41, offset: 0x7528F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueACSgSS_tcfC', symObjAddr: 0xA2C, symBinAddr: 0x8A2C, symSize: 0x18 }
+ - { offsetInCU: 0xA5D, offset: 0x752AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueSSvg', symObjAddr: 0xA44, symBinAddr: 0x8A44, symSize: 0x68 }
+ - { offsetInCU: 0xA8C, offset: 0x752DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO7isValid4withSbAC_tF', symObjAddr: 0xAAC, symBinAddr: 0x8AAC, symSize: 0x2C }
+ - { offsetInCU: 0xAD8, offset: 0x75326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xCDC, symBinAddr: 0x8CDC, symSize: 0x28 }
+ - { offsetInCU: 0xAEC, offset: 0x7533A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x1F90, symBinAddr: 0x9F7C, symSize: 0xE8 }
+ - { offsetInCU: 0xB83, offset: 0x753D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfcfA_', symObjAddr: 0xDB0, symBinAddr: 0x8DB0, symSize: 0x8 }
+ - { offsetInCU: 0xB9D, offset: 0x753EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcfA3_', symObjAddr: 0xDB8, symBinAddr: 0x8DB8, symSize: 0x8 }
+ - { offsetInCU: 0xBB7, offset: 0x75405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfcfA_', symObjAddr: 0xDC4, symBinAddr: 0x8DC4, symSize: 0x8 }
+ - { offsetInCU: 0xBF9, offset: 0x75447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout6callId6caller6callee07isVideoE00M7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSSAA0dE4UserCSgA5_SbAA0eS0CAA04TurnU0CSgSayAA10CapabilityOGSgSDyS2SGAA18StatsConfigurationVtcfcfA9_', symObjAddr: 0xDCC, symBinAddr: 0x8DCC, symSize: 0x40 }
+ - { offsetInCU: 0xC41, offset: 0x7548F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callId06customF04modeACSS_SDyS2SGAC4ModeOtcfcfA1_', symObjAddr: 0xE0C, symBinAddr: 0x8E0C, symSize: 0x8 }
+ - { offsetInCU: 0xC5B, offset: 0x754A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsACSaySSG_tcfcfA_', symObjAddr: 0xE14, symBinAddr: 0x8E14, symSize: 0xC }
+ - { offsetInCU: 0xC8C, offset: 0x754DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfcfA2_', symObjAddr: 0xE20, symBinAddr: 0x8E20, symSize: 0x34 }
+ - { offsetInCU: 0xD2F, offset: 0x7557D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfcfA3_', symObjAddr: 0xE54, symBinAddr: 0x8E54, symSize: 0x54 }
+ - { offsetInCU: 0xDB1, offset: 0x755FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfcfA_', symObjAddr: 0xEA8, symBinAddr: 0x8EA8, symSize: 0x38 }
+ - { offsetInCU: 0xDE8, offset: 0x75636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFfA0_', symObjAddr: 0xEE0, symBinAddr: 0x8EE0, symSize: 0xC }
+ - { offsetInCU: 0xE0E, offset: 0x7565C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFfA0_', symObjAddr: 0xEE0, symBinAddr: 0x8EE0, symSize: 0xC }
+ - { offsetInCU: 0xE1F, offset: 0x7566D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFfA_', symObjAddr: 0xEEC, symBinAddr: 0x8EEC, symSize: 0x8 }
+ - { offsetInCU: 0xE39, offset: 0x75687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfcfA_', symObjAddr: 0xEF4, symBinAddr: 0x8EF4, symSize: 0x8 }
+ - { offsetInCU: 0xE53, offset: 0x756A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfcfA_', symObjAddr: 0xEFC, symBinAddr: 0x8EFC, symSize: 0x8 }
+ - { offsetInCU: 0xE6D, offset: 0x756BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfcfA0_', symObjAddr: 0xF04, symBinAddr: 0x8F04, symSize: 0x8 }
+ - { offsetInCU: 0xE87, offset: 0x756D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFfA0_', symObjAddr: 0xF0C, symBinAddr: 0x8F0C, symSize: 0x8 }
+ - { offsetInCU: 0xEA2, offset: 0x756F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfcfA2_', symObjAddr: 0xF14, symBinAddr: 0x8F14, symSize: 0xC }
+ - { offsetInCU: 0xEBC, offset: 0x7570A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfcfA3_', symObjAddr: 0xF20, symBinAddr: 0x8F20, symSize: 0x8 }
+ - { offsetInCU: 0xED6, offset: 0x75724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFfA_', symObjAddr: 0xF28, symBinAddr: 0x8F28, symSize: 0x8 }
+ - { offsetInCU: 0xF09, offset: 0x75757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfcfA1_', symObjAddr: 0xF30, symBinAddr: 0x8F30, symSize: 0x48 }
+ - { offsetInCU: 0xF3B, offset: 0x75789, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE5trunc6length8trailingSSSi_SStFfA0_', symObjAddr: 0xF78, symBinAddr: 0x8F78, symSize: 0x10 }
+ - { offsetInCU: 0xF55, offset: 0x757A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfcfA8_', symObjAddr: 0xF9C, symBinAddr: 0x8F9C, symSize: 0x8 }
+ - { offsetInCU: 0xF6F, offset: 0x757BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcfA0_', symObjAddr: 0xFA4, symBinAddr: 0x8FA4, symSize: 0x8 }
+ - { offsetInCU: 0xF89, offset: 0x757D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfcfA2_', symObjAddr: 0xFB0, symBinAddr: 0x8FB0, symSize: 0xC }
+ - { offsetInCU: 0xFEA, offset: 0x75838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfcfA_', symObjAddr: 0xFC0, symBinAddr: 0x8FC0, symSize: 0x48 }
+ - { offsetInCU: 0x1056, offset: 0x758A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10disconnect15shouldReconnectySb_tFfA_', symObjAddr: 0x1118, symBinAddr: 0x9118, symSize: 0x8 }
+ - { offsetInCU: 0x1070, offset: 0x758BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFfA0_', symObjAddr: 0x1120, symBinAddr: 0x9120, symSize: 0x8 }
+ - { offsetInCU: 0x108B, offset: 0x758D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFfA0_', symObjAddr: 0x1128, symBinAddr: 0x9128, symSize: 0x8 }
+ - { offsetInCU: 0x10A6, offset: 0x758F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfcfA_', symObjAddr: 0x1130, symBinAddr: 0x9130, symSize: 0x4 }
+ - { offsetInCU: 0x10CD, offset: 0x7591B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcfA4_', symObjAddr: 0x1134, symBinAddr: 0x9134, symSize: 0x8 }
+ - { offsetInCU: 0x10E7, offset: 0x75935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcfA5_', symObjAddr: 0x113C, symBinAddr: 0x913C, symSize: 0x8 }
+ - { offsetInCU: 0x1101, offset: 0x7594F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6userId8nickname10profileURL8metadata6active011participantF006clientF05state9videoViewACSS_SSSgAMSDyS2SGSgSbSgS2SAC5StateOAA0ab5VideoP0CSgtcfcfA6_', symObjAddr: 0x1144, symBinAddr: 0x9144, symSize: 0x8 }
+ - { offsetInCU: 0x111B, offset: 0x75969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0OtcfcfA2_', symObjAddr: 0x114C, symBinAddr: 0x914C, symSize: 0x8 }
+ - { offsetInCU: 0x1135, offset: 0x75983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFfA_', symObjAddr: 0x1154, symBinAddr: 0x9154, symSize: 0x8 }
+ - { offsetInCU: 0x1150, offset: 0x7599E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFfA0_', symObjAddr: 0x115C, symBinAddr: 0x915C, symSize: 0x8 }
+ - { offsetInCU: 0x116B, offset: 0x759B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfcfA_', symObjAddr: 0x1164, symBinAddr: 0x9164, symSize: 0x8 }
+ - { offsetInCU: 0x1185, offset: 0x759D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfcfA4_', symObjAddr: 0x116C, symBinAddr: 0x916C, symSize: 0x8 }
+ - { offsetInCU: 0x119F, offset: 0x759ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21updateVideoResolution2to3fpsyAA0H0V0H4TypeO_s5Int32VtFfA0_', symObjAddr: 0x1174, symBinAddr: 0x9174, symSize: 0x8 }
+ - { offsetInCU: 0x11B9, offset: 0x75A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfcfA10_', symObjAddr: 0x1180, symBinAddr: 0x9180, symSize: 0xC }
+ - { offsetInCU: 0x11D1, offset: 0x75A1F, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5total8multiplys5Int64VSgAH_tFfA_', symObjAddr: 0x118C, symBinAddr: 0x918C, symSize: 0x8 }
+ - { offsetInCU: 0x11EB, offset: 0x75A39, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE5total8multiplyAESgAE_tFfA_', symObjAddr: 0x1194, symBinAddr: 0x9194, symSize: 0x8 }
+ - { offsetInCU: 0x1205, offset: 0x75A53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfcfA0_', symObjAddr: 0x11A0, symBinAddr: 0x91A0, symSize: 0x8 }
+ - { offsetInCU: 0x122C, offset: 0x75A7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV_12userDefaultsACyxGSS_So06NSUserH0CtcfcfA0_', symObjAddr: 0x11A8, symBinAddr: 0x91A8, symSize: 0x2C }
+ - { offsetInCU: 0x1263, offset: 0x75AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZfA2_', symObjAddr: 0x11D4, symBinAddr: 0x91D4, symSize: 0x14 }
+ - { offsetInCU: 0x127D, offset: 0x75ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0VtcfcfA2_', symObjAddr: 0x11E8, symBinAddr: 0x91E8, symSize: 0xC }
+ - { offsetInCU: 0x1295, offset: 0x75AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfcfA3_', symObjAddr: 0x11F4, symBinAddr: 0x91F4, symSize: 0xC }
+ - { offsetInCU: 0x12AD, offset: 0x75AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfcfA0_', symObjAddr: 0x1200, symBinAddr: 0x9200, symSize: 0x8 }
+ - { offsetInCU: 0x12D4, offset: 0x75B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV_12userDefaultsACyxGSS_So06NSUserG0CtcfcfA0_', symObjAddr: 0x1208, symBinAddr: 0x9208, symSize: 0x2C }
+ - { offsetInCU: 0x130B, offset: 0x75B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomId06customG04modeACSS_SDyS2SGAC4ModeOtcfcfA1_', symObjAddr: 0x1234, symBinAddr: 0x9234, symSize: 0x8 }
+ - { offsetInCU: 0x1325, offset: 0x75B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysACSb_tcfcfA_', symObjAddr: 0x123C, symBinAddr: 0x923C, symSize: 0x8 }
+ - { offsetInCU: 0x133F, offset: 0x75B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA6_', symObjAddr: 0x1244, symBinAddr: 0x9244, symSize: 0xC }
+ - { offsetInCU: 0x135A, offset: 0x75BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA10_', symObjAddr: 0x1250, symBinAddr: 0x9250, symSize: 0x8 }
+ - { offsetInCU: 0x1375, offset: 0x75BC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfcfA2_', symObjAddr: 0x1364, symBinAddr: 0x9364, symSize: 0xC }
+ - { offsetInCU: 0x138F, offset: 0x75BDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC9urlString5appId06clientH018ackTimeoutIntervalACSSSg_AHSSSdtcfcfA2_', symObjAddr: 0x1370, symBinAddr: 0x9370, symSize: 0xC }
+ - { offsetInCU: 0x13A9, offset: 0x75BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA_', symObjAddr: 0x137C, symBinAddr: 0x937C, symSize: 0x8 }
+ - { offsetInCU: 0x13C3, offset: 0x75C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA0_', symObjAddr: 0x1384, symBinAddr: 0x9384, symSize: 0xC }
+ - { offsetInCU: 0x13DD, offset: 0x75C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA1_', symObjAddr: 0x1390, symBinAddr: 0x9390, symSize: 0x18 }
+ - { offsetInCU: 0x13F7, offset: 0x75C45, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE7gzipped5levelAcD16CompressionLevelV_tKFfA_', symObjAddr: 0x13A8, symBinAddr: 0x93A8, symSize: 0x8 }
+ - { offsetInCU: 0x1411, offset: 0x75C5F, size: 0x8, addend: 0x0, symName: '_$sSE13SendBirdCallsE12toDictionary11keyStrategySDySSypGSg10Foundation11JSONEncoderC011KeyEncodingG0O_tFfA_', symObjAddr: 0x13B0, symBinAddr: 0x93B0, symSize: 0x44 }
+ - { offsetInCU: 0x1436, offset: 0x75C84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionToken11currentUser8isPushOn13statsIntervalACSS_AA0I0CSbSitcfcfA2_', symObjAddr: 0x1470, symBinAddr: 0x9470, symSize: 0x8 }
+ - { offsetInCU: 0x1492, offset: 0x75CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMa', symObjAddr: 0x1F54, symBinAddr: 0x9F40, symSize: 0x3C }
+ - { offsetInCU: 0x14A6, offset: 0x75CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOy', symObjAddr: 0x2078, symBinAddr: 0xA064, symSize: 0x14 }
+ - { offsetInCU: 0x14BA, offset: 0x75D08, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x208C, symBinAddr: 0xA078, symSize: 0x3C }
+ - { offsetInCU: 0x14CE, offset: 0x75D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASQWb', symObjAddr: 0x20C8, symBinAddr: 0xA0B4, symSize: 0x4 }
+ - { offsetInCU: 0x14E2, offset: 0x75D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOAGSQAAWl', symObjAddr: 0x20CC, symBinAddr: 0xA0B8, symSize: 0x44 }
+ - { offsetInCU: 0x14F6, offset: 0x75D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSHAASQWb', symObjAddr: 0x2110, symBinAddr: 0xA0FC, symSize: 0x4 }
+ - { offsetInCU: 0x150A, offset: 0x75D58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESQAAWl', symObjAddr: 0x2114, symBinAddr: 0xA100, symSize: 0x44 }
+ - { offsetInCU: 0x151E, offset: 0x75D6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSHAASQWb', symObjAddr: 0x2158, symBinAddr: 0xA144, symSize: 0x4 }
+ - { offsetInCU: 0x1532, offset: 0x75D80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSQAAWl', symObjAddr: 0x215C, symBinAddr: 0xA148, symSize: 0x44 }
+ - { offsetInCU: 0x1546, offset: 0x75D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMU', symObjAddr: 0x21A0, symBinAddr: 0xA18C, symSize: 0x8 }
+ - { offsetInCU: 0x155A, offset: 0x75DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMr', symObjAddr: 0x21A8, symBinAddr: 0xA194, symSize: 0x90 }
+ - { offsetInCU: 0x156E, offset: 0x75DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOMa', symObjAddr: 0x2284, symBinAddr: 0xA270, symSize: 0x10 }
+ - { offsetInCU: 0x1582, offset: 0x75DD0, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x2294, symBinAddr: 0xA280, symSize: 0xC }
+ - { offsetInCU: 0x1596, offset: 0x75DE4, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x22A0, symBinAddr: 0xA28C, symSize: 0x4 }
+ - { offsetInCU: 0x15AA, offset: 0x75DF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwet', symObjAddr: 0x22A4, symBinAddr: 0xA290, symSize: 0x90 }
+ - { offsetInCU: 0x15BE, offset: 0x75E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwst', symObjAddr: 0x2334, symBinAddr: 0xA320, symSize: 0xBC }
+ - { offsetInCU: 0x15D2, offset: 0x75E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwug', symObjAddr: 0x23F0, symBinAddr: 0xA3DC, symSize: 0x8 }
+ - { offsetInCU: 0x15E6, offset: 0x75E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwup', symObjAddr: 0x23F8, symBinAddr: 0xA3E4, symSize: 0x4 }
+ - { offsetInCU: 0x15FA, offset: 0x75E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwui', symObjAddr: 0x23FC, symBinAddr: 0xA3E8, symSize: 0x8 }
+ - { offsetInCU: 0x160E, offset: 0x75E5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOMa', symObjAddr: 0x2404, symBinAddr: 0xA3F0, symSize: 0x10 }
+ - { offsetInCU: 0x1622, offset: 0x75E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOMa', symObjAddr: 0x2414, symBinAddr: 0xA400, symSize: 0x10 }
+ - { offsetInCU: 0x1636, offset: 0x75E84, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwCP', symObjAddr: 0x2424, symBinAddr: 0xA410, symSize: 0x30 }
+ - { offsetInCU: 0x164A, offset: 0x75E98, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x2454, symBinAddr: 0xA440, symSize: 0x24 }
+ - { offsetInCU: 0x165E, offset: 0x75EAC, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwet', symObjAddr: 0x2478, symBinAddr: 0xA464, symSize: 0x5C }
+ - { offsetInCU: 0x1672, offset: 0x75EC0, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwst', symObjAddr: 0x24D4, symBinAddr: 0xA4C0, symSize: 0x70 }
+ - { offsetInCU: 0x1686, offset: 0x75ED4, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_4, symObjAddr: 0x25A8, symBinAddr: 0xA594, symSize: 0x14 }
+ - { offsetInCU: 0x169A, offset: 0x75EE8, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawet', symObjAddr: 0x25BC, symBinAddr: 0xA5A8, symSize: 0x20 }
+ - { offsetInCU: 0x16AE, offset: 0x75EFC, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawst', symObjAddr: 0x25DC, symBinAddr: 0xA5C8, symSize: 0x2C }
+ - { offsetInCU: 0x16C2, offset: 0x75F10, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x266C, symBinAddr: 0xA658, symSize: 0xC }
+ - { offsetInCU: 0x16D6, offset: 0x75F24, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x2678, symBinAddr: 0xA664, symSize: 0x20 }
+ - { offsetInCU: 0x16EA, offset: 0x75F38, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwst', symObjAddr: 0x2698, symBinAddr: 0xA684, symSize: 0x28 }
+ - { offsetInCU: 0x16FE, offset: 0x75F4C, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2724, symBinAddr: 0xA710, symSize: 0x2C }
+ - { offsetInCU: 0x1712, offset: 0x75F60, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2750, symBinAddr: 0xA73C, symSize: 0x2C }
+ - { offsetInCU: 0x1726, offset: 0x75F74, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x27BC, symBinAddr: 0xA7A8, symSize: 0x2C }
+ - { offsetInCU: 0x173A, offset: 0x75F88, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeaSHSCSQWb', symObjAddr: 0x27E8, symBinAddr: 0xA7D4, symSize: 0x2C }
+ - { offsetInCU: 0x174E, offset: 0x75F9C, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2814, symBinAddr: 0xA800, symSize: 0x2C }
+ - { offsetInCU: 0x1762, offset: 0x75FB0, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x2840, symBinAddr: 0xA82C, symSize: 0x2C }
+ - { offsetInCU: 0x1776, offset: 0x75FC4, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryaSHSCSQWb', symObjAddr: 0x286C, symBinAddr: 0xA858, symSize: 0x2C }
+ - { offsetInCU: 0x178A, offset: 0x75FD8, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSQWb', symObjAddr: 0x2898, symBinAddr: 0xA884, symSize: 0x2C }
+ - { offsetInCU: 0x179E, offset: 0x75FEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSYAAWl', symObjAddr: 0x29D4, symBinAddr: 0xA9C0, symSize: 0x44 }
+ - { offsetInCU: 0x17B2, offset: 0x76000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESYAAWl', symObjAddr: 0x2A18, symBinAddr: 0xAA04, symSize: 0x44 }
+ - { offsetInCU: 0x17C6, offset: 0x76014, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCSQWb', symObjAddr: 0x2ADC, symBinAddr: 0xAAC8, symSize: 0x2C }
+ - { offsetInCU: 0x17DA, offset: 0x76028, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x2B08, symBinAddr: 0xAAF4, symSize: 0x2C }
+ - { offsetInCU: 0x17EE, offset: 0x7603C, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs9OptionSetSCSYWb', symObjAddr: 0x2B34, symBinAddr: 0xAB20, symSize: 0x2C }
+ - { offsetInCU: 0x1802, offset: 0x76050, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs9OptionSetSCs0F7AlgebraPWb', symObjAddr: 0x2B60, symBinAddr: 0xAB4C, symSize: 0x2C }
+ - { offsetInCU: 0x1908, offset: 0x76156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x784, symBinAddr: 0x8784, symSize: 0x40 }
+ - { offsetInCU: 0x19A4, offset: 0x761F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7DC, symBinAddr: 0x87DC, symSize: 0x8 }
+ - { offsetInCU: 0x19C0, offset: 0x7620E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x824, symBinAddr: 0x8824, symSize: 0x5C }
+ - { offsetInCU: 0x19E3, offset: 0x76231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x880, symBinAddr: 0x8880, symSize: 0x4C }
+ - { offsetInCU: 0x1A15, offset: 0x76263, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x8BE0, symSize: 0x40 }
+ - { offsetInCU: 0x1A6F, offset: 0x762BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD04, symBinAddr: 0x8D04, symSize: 0x5C }
+ - { offsetInCU: 0x1A92, offset: 0x762E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD60, symBinAddr: 0x8D60, symSize: 0x4C }
+ - { offsetInCU: 0x1ACA, offset: 0x76318, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRotationVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1478, symBinAddr: 0x9478, symSize: 0x14 }
+ - { offsetInCU: 0x1B1F, offset: 0x7636D, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1510, symBinAddr: 0x9510, symSize: 0x58 }
+ - { offsetInCU: 0x1B74, offset: 0x763C2, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromC1C_6resulty01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x1574, symBinAddr: 0x9574, symSize: 0x14 }
+ - { offsetInCU: 0x1BB4, offset: 0x76402, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromC1C_6resultSb01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x1588, symBinAddr: 0x9588, symSize: 0x18 }
+ - { offsetInCU: 0x1BF4, offset: 0x76442, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x15B0, symBinAddr: 0x95B0, symSize: 0x14 }
+ - { offsetInCU: 0x1C34, offset: 0x76482, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x15C4, symBinAddr: 0x95C4, symSize: 0x18 }
+ - { offsetInCU: 0x1C98, offset: 0x764E6, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP5unionyxxnFTW', symObjAddr: 0x1630, symBinAddr: 0x9630, symSize: 0x14 }
+ - { offsetInCU: 0x1D35, offset: 0x76583, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP12intersectionyxxFTW', symObjAddr: 0x1644, symBinAddr: 0x9644, symSize: 0x14 }
+ - { offsetInCU: 0x1DCA, offset: 0x76618, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP19symmetricDifferenceyxxnFTW', symObjAddr: 0x1658, symBinAddr: 0x9658, symSize: 0x14 }
+ - { offsetInCU: 0x1EB8, offset: 0x76706, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP6removey7ElementQzSgAGFTW', symObjAddr: 0x166C, symBinAddr: 0x966C, symSize: 0x2C }
+ - { offsetInCU: 0x2045, offset: 0x76893, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP6update4with7ElementQzSgAHn_tFTW', symObjAddr: 0x1698, symBinAddr: 0x9698, symSize: 0x24 }
+ - { offsetInCU: 0x2131, offset: 0x7697F, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP16formIntersectionyyxFTW', symObjAddr: 0x16BC, symBinAddr: 0x96BC, symSize: 0x14 }
+ - { offsetInCU: 0x2197, offset: 0x769E5, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x16D0, symBinAddr: 0x96D0, symSize: 0x14 }
+ - { offsetInCU: 0x220C, offset: 0x76A5A, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP11subtractingyxxFTW', symObjAddr: 0x16E4, symBinAddr: 0x96E4, symSize: 0x14 }
+ - { offsetInCU: 0x22B5, offset: 0x76B03, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP8isSubset2ofSbx_tFTW', symObjAddr: 0x16F8, symBinAddr: 0x96F8, symSize: 0x14 }
+ - { offsetInCU: 0x232C, offset: 0x76B7A, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP10isDisjoint4withSbx_tFTW', symObjAddr: 0x170C, symBinAddr: 0x970C, symSize: 0x14 }
+ - { offsetInCU: 0x23E4, offset: 0x76C32, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP10isSuperset2ofSbx_tFTW', symObjAddr: 0x1720, symBinAddr: 0x9720, symSize: 0x14 }
+ - { offsetInCU: 0x247E, offset: 0x76CCC, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP7isEmptySbvgTW', symObjAddr: 0x1734, symBinAddr: 0x9734, symSize: 0x10 }
+ - { offsetInCU: 0x24E6, offset: 0x76D34, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACPyxqd__ncSTRd__7ElementQyd__AERtzlufCTW', symObjAddr: 0x1744, symBinAddr: 0x9744, symSize: 0x28 }
+ - { offsetInCU: 0x2502, offset: 0x76D50, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP8subtractyyxFTW', symObjAddr: 0x176C, symBinAddr: 0x976C, symSize: 0x14 }
+ - { offsetInCU: 0x2605, offset: 0x76E53, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x178C, symBinAddr: 0x9780, symSize: 0x30 }
+ - { offsetInCU: 0x272F, offset: 0x76F7D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x17BC, symBinAddr: 0x97B0, symSize: 0x14 }
+ - { offsetInCU: 0x2795, offset: 0x76FE3, size: 0x8, addend: 0x0, symName: '_$sSo17NSMatchingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x17D0, symBinAddr: 0x97C4, symSize: 0x8 }
+ - { offsetInCU: 0x27C0, offset: 0x7700E, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs25ExpressibleByArrayLiteralSCsACP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x1840, symBinAddr: 0x9834, symSize: 0x3C }
+ - { offsetInCU: 0x27F1, offset: 0x7703F, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas35_HasCustomAnyHashableRepresentationSCsACP03_todeF0s0eF0VSgyFTW', symObjAddr: 0x18A8, symBinAddr: 0x9894, symSize: 0x84 }
+ - { offsetInCU: 0x280D, offset: 0x7705B, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1998, symBinAddr: 0x9984, symSize: 0x84 }
+ - { offsetInCU: 0x28D8, offset: 0x77126, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRotationVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x17E4, symBinAddr: 0x97D8, symSize: 0x10 }
+ - { offsetInCU: 0x29AE, offset: 0x771FC, size: 0x8, addend: 0x0, symName: '_$sSo13NSStreamEventVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x17D8, symBinAddr: 0x97CC, symSize: 0xC }
+ - { offsetInCU: 0x29D9, offset: 0x77227, size: 0x8, addend: 0x0, symName: '_$sSo17NSMatchingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0x187C, symBinAddr: 0x9870, symSize: 0xC }
+ - { offsetInCU: 0x2B26, offset: 0x77374, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x148C, symBinAddr: 0x948C, symSize: 0x3C }
+ - { offsetInCU: 0x2B42, offset: 0x77390, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x14C8, symBinAddr: 0x94C8, symSize: 0x48 }
+ - { offsetInCU: 0x2B65, offset: 0x773B3, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x17F4, symBinAddr: 0x97E8, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x774D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0xACC0, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x774F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0xACC0, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x77510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0xACC8, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x77535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0xAD10, symSize: 0x23C }
+ - { offsetInCU: 0x159, offset: 0x77602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x444, symBinAddr: 0xB104, symSize: 0x6C }
+ - { offsetInCU: 0x1F3, offset: 0x7769C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x4B0, symBinAddr: 0xB170, symSize: 0x28 }
+ - { offsetInCU: 0x2AE, offset: 0x77757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D8, symBinAddr: 0xB198, symSize: 0x2C }
+ - { offsetInCU: 0x30D, offset: 0x777B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x504, symBinAddr: 0xB1C4, symSize: 0x2C }
+ - { offsetInCU: 0x364, offset: 0x7780D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfd', symObjAddr: 0x538, symBinAddr: 0xB1F8, symSize: 0x2C }
+ - { offsetInCU: 0x3B5, offset: 0x7785E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfD', symObjAddr: 0x564, symBinAddr: 0xB224, symSize: 0x34 }
+ - { offsetInCU: 0x40F, offset: 0x778B8, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x28C, symBinAddr: 0xAF4C, symSize: 0x40 }
+ - { offsetInCU: 0x423, offset: 0x778CC, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x2CC, symBinAddr: 0xAF8C, symSize: 0x24 }
+ - { offsetInCU: 0x437, offset: 0x778E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2F0, symBinAddr: 0xAFB0, symSize: 0x44 }
+ - { offsetInCU: 0x44B, offset: 0x778F4, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x334, symBinAddr: 0xAFF4, symSize: 0x20 }
+ - { offsetInCU: 0x45F, offset: 0x77908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCMa', symObjAddr: 0x354, symBinAddr: 0xB014, symSize: 0x20 }
+ - { offsetInCU: 0x473, offset: 0x7791C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs9CodingKeyAAWl', symObjAddr: 0x374, symBinAddr: 0xB034, symSize: 0x44 }
+ - { offsetInCU: 0x487, offset: 0x77930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCAA0E0CSeAAWl', symObjAddr: 0x3B8, symBinAddr: 0xB078, symSize: 0x48 }
+ - { offsetInCU: 0x49B, offset: 0x77944, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0x400, symBinAddr: 0xB0C0, symSize: 0x44 }
+ - { offsetInCU: 0x574, offset: 0x77A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0xB1F0, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x77C89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB26C, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x77CA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB26C, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x77CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0xB270, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x77CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xB2AC, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x77D0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0xB2D4, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x77D3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0xB314, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x77D5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0xB318, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x77D76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB4, symBinAddr: 0xB320, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x77D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6roomIdSSvg', symObjAddr: 0xBC, symBinAddr: 0xB328, symSize: 0x2C }
+ - { offsetInCU: 0x144, offset: 0x77DA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10endpointIdSSvg', symObjAddr: 0xE8, symBinAddr: 0xB354, symSize: 0x2C }
+ - { offsetInCU: 0x160, offset: 0x77DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV9candidateAA0F0Cvg', symObjAddr: 0x114, symBinAddr: 0xB380, symSize: 0x8 }
+ - { offsetInCU: 0x17C, offset: 0x77DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11C, symBinAddr: 0xB388, symSize: 0x4 }
+ - { offsetInCU: 0x1B9, offset: 0x77E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6roomId08endpointI09candidateACSS_SSAA0F0CtcfC', symObjAddr: 0x120, symBinAddr: 0xB38C, symSize: 0x24 }
+ - { offsetInCU: 0x1E6, offset: 0x77E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x1F4, symBinAddr: 0xB460, symSize: 0x40 }
+ - { offsetInCU: 0x21D, offset: 0x77E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x350, symBinAddr: 0xB5BC, symSize: 0x8 }
+ - { offsetInCU: 0x248, offset: 0x77EAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x358, symBinAddr: 0xB5C4, symSize: 0x8 }
+ - { offsetInCU: 0x27A, offset: 0x77EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3EC, symBinAddr: 0xB658, symSize: 0x4 }
+ - { offsetInCU: 0x29E, offset: 0x77F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15RoomRequestableAAWI', symObjAddr: 0x144, symBinAddr: 0xB3B0, symSize: 0x24 }
+ - { offsetInCU: 0x2B2, offset: 0x77F14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA14APIRequestableAAWl', symObjAddr: 0x168, symBinAddr: 0xB3D4, symSize: 0x44 }
+ - { offsetInCU: 0x2C6, offset: 0x77F28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1AC, symBinAddr: 0xB418, symSize: 0x4 }
+ - { offsetInCU: 0x2DA, offset: 0x77F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA11RespondableAAWl', symObjAddr: 0x1B0, symBinAddr: 0xB41C, symSize: 0x44 }
+ - { offsetInCU: 0x2EE, offset: 0x77F50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA14APIRequestableAAWI', symObjAddr: 0x234, symBinAddr: 0xB4A0, symSize: 0x24 }
+ - { offsetInCU: 0x302, offset: 0x77F64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x258, symBinAddr: 0xB4C4, symSize: 0x44 }
+ - { offsetInCU: 0x316, offset: 0x77F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA11RequestableAAWI', symObjAddr: 0x29C, symBinAddr: 0xB508, symSize: 0x2C }
+ - { offsetInCU: 0x32A, offset: 0x77F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA0G0AAWl', symObjAddr: 0x2C8, symBinAddr: 0xB534, symSize: 0x44 }
+ - { offsetInCU: 0x33E, offset: 0x77FA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x30C, symBinAddr: 0xB578, symSize: 0x44 }
+ - { offsetInCU: 0x35E, offset: 0x77FC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0AAWI', symObjAddr: 0x360, symBinAddr: 0xB5CC, symSize: 0x24 }
+ - { offsetInCU: 0x372, offset: 0x77FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVACSEAAWl', symObjAddr: 0x384, symBinAddr: 0xB5F0, symSize: 0x44 }
+ - { offsetInCU: 0x386, offset: 0x77FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3C8, symBinAddr: 0xB634, symSize: 0x24 }
+ - { offsetInCU: 0x39A, offset: 0x77FFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwCP', symObjAddr: 0x3F0, symBinAddr: 0xB65C, symSize: 0x30 }
+ - { offsetInCU: 0x3AE, offset: 0x78010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwxx', symObjAddr: 0x420, symBinAddr: 0xB68C, symSize: 0x38 }
+ - { offsetInCU: 0x3C2, offset: 0x78024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwcp', symObjAddr: 0x458, symBinAddr: 0xB6C4, symSize: 0x64 }
+ - { offsetInCU: 0x3D6, offset: 0x78038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwca', symObjAddr: 0x4BC, symBinAddr: 0xB728, symSize: 0xA4 }
+ - { offsetInCU: 0x3EA, offset: 0x7804C, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x560, symBinAddr: 0xB7CC, symSize: 0x1C }
+ - { offsetInCU: 0x3FE, offset: 0x78060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwta', symObjAddr: 0x57C, symBinAddr: 0xB7E8, symSize: 0x6C }
+ - { offsetInCU: 0x412, offset: 0x78074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwet', symObjAddr: 0x5E8, symBinAddr: 0xB854, symSize: 0x48 }
+ - { offsetInCU: 0x426, offset: 0x78088, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwst', symObjAddr: 0x630, symBinAddr: 0xB89C, symSize: 0x4C }
+ - { offsetInCU: 0x43A, offset: 0x7809C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVMa', symObjAddr: 0x67C, symBinAddr: 0xB8E8, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x782D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xB8FC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x782F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC11updatedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0xB904, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x78311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0xB90C, symSize: 0x8 }
+ - { offsetInCU: 0xC5, offset: 0x78353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x18, symBinAddr: 0xB914, symSize: 0x74 }
+ - { offsetInCU: 0x100, offset: 0x7838E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xCC, symBinAddr: 0xB988, symSize: 0x74 }
+ - { offsetInCU: 0x143, offset: 0x783D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x140, symBinAddr: 0xB9FC, symSize: 0x8 }
+ - { offsetInCU: 0x16A, offset: 0x783F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x148, symBinAddr: 0xBA04, symSize: 0xC }
+ - { offsetInCU: 0x191, offset: 0x7841F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x154, symBinAddr: 0xBA10, symSize: 0x20 }
+ - { offsetInCU: 0x1CA, offset: 0x78458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x174, symBinAddr: 0xBA30, symSize: 0x20 }
+ - { offsetInCU: 0x1F8, offset: 0x78486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x174, symBinAddr: 0xBA30, symSize: 0x20 }
+ - { offsetInCU: 0x223, offset: 0x784B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x318, symBinAddr: 0xBBD4, symSize: 0x78 }
+ - { offsetInCU: 0x264, offset: 0x784F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x390, symBinAddr: 0xBC4C, symSize: 0x28 }
+ - { offsetInCU: 0x278, offset: 0x78506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3B8, symBinAddr: 0xBC74, symSize: 0x8 }
+ - { offsetInCU: 0x2AE, offset: 0x7853C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0xBC7C, symSize: 0x7C }
+ - { offsetInCU: 0x306, offset: 0x78594, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x43C, symBinAddr: 0xBCF8, symSize: 0xC }
+ - { offsetInCU: 0x322, offset: 0x785B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x448, symBinAddr: 0xBD04, symSize: 0xC }
+ - { offsetInCU: 0x33F, offset: 0x785CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4A4, symBinAddr: 0xBD60, symSize: 0x4C }
+ - { offsetInCU: 0x364, offset: 0x785F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0xBDAC, symSize: 0x1FC }
+ - { offsetInCU: 0x3C0, offset: 0x7864E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCfd', symObjAddr: 0x8F8, symBinAddr: 0xC170, symSize: 0x24 }
+ - { offsetInCU: 0x3FB, offset: 0x78689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCfD', symObjAddr: 0x91C, symBinAddr: 0xC194, symSize: 0x2C }
+ - { offsetInCU: 0x43E, offset: 0x786CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB44, symBinAddr: 0xC3BC, symSize: 0x2C }
+ - { offsetInCU: 0x483, offset: 0x78711, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x710, symBinAddr: 0xBFA8, symSize: 0x44 }
+ - { offsetInCU: 0x497, offset: 0x78725, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCMa', symObjAddr: 0x754, symBinAddr: 0xBFEC, symSize: 0x20 }
+ - { offsetInCU: 0x4AB, offset: 0x78739, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0x794, symBinAddr: 0xC00C, symSize: 0x58 }
+ - { offsetInCU: 0x4BF, offset: 0x7874D, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGMa', symObjAddr: 0x7EC, symBinAddr: 0xC064, symSize: 0x60 }
+ - { offsetInCU: 0x4D3, offset: 0x78761, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSesSeRzlWl', symObjAddr: 0x84C, symBinAddr: 0xC0C4, symSize: 0x58 }
+ - { offsetInCU: 0x4E7, offset: 0x78775, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0x8A4, symBinAddr: 0xC11C, symSize: 0x54 }
+ - { offsetInCU: 0x4FB, offset: 0x78789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x948, symBinAddr: 0xC1C0, symSize: 0x4 }
+ - { offsetInCU: 0x50F, offset: 0x7879D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x94C, symBinAddr: 0xC1C4, symSize: 0x44 }
+ - { offsetInCU: 0x523, offset: 0x787B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0x990, symBinAddr: 0xC208, symSize: 0x4 }
+ - { offsetInCU: 0x537, offset: 0x787C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0x994, symBinAddr: 0xC20C, symSize: 0x44 }
+ - { offsetInCU: 0x54B, offset: 0x787D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0x9D8, symBinAddr: 0xC250, symSize: 0x4 }
+ - { offsetInCU: 0x55F, offset: 0x787ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0x9DC, symBinAddr: 0xC254, symSize: 0x44 }
+ - { offsetInCU: 0x573, offset: 0x78801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0xA20, symBinAddr: 0xC298, symSize: 0x34 }
+ - { offsetInCU: 0x587, offset: 0x78815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xA54, symBinAddr: 0xC2CC, symSize: 0x4C }
+ - { offsetInCU: 0x59B, offset: 0x78829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA0G0AAWI', symObjAddr: 0xAA0, symBinAddr: 0xC318, symSize: 0x34 }
+ - { offsetInCU: 0x5AF, offset: 0x7883D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xB10, symBinAddr: 0xC388, symSize: 0x34 }
+ - { offsetInCU: 0x5C3, offset: 0x78851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xBA4, symBinAddr: 0xC40C, symSize: 0x90 }
+ - { offsetInCU: 0x5D7, offset: 0x78865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xC34, symBinAddr: 0xC49C, symSize: 0xBC }
+ - { offsetInCU: 0x5EB, offset: 0x78879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xCF0, symBinAddr: 0xC558, symSize: 0x8 }
+ - { offsetInCU: 0x5FF, offset: 0x7888D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xCF8, symBinAddr: 0xC560, symSize: 0x4 }
+ - { offsetInCU: 0x613, offset: 0x788A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xCFC, symBinAddr: 0xC564, symSize: 0x8 }
+ - { offsetInCU: 0x627, offset: 0x788B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xD04, symBinAddr: 0xC56C, symSize: 0x10 }
+ - { offsetInCU: 0x676, offset: 0x78904, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x194, symBinAddr: 0xBA50, symSize: 0x88 }
+ - { offsetInCU: 0x725, offset: 0x789B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x21C, symBinAddr: 0xBAD8, symSize: 0x60 }
+ - { offsetInCU: 0x7A3, offset: 0x78A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x27C, symBinAddr: 0xBB38, symSize: 0x40 }
+ - { offsetInCU: 0x7F5, offset: 0x78A83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2BC, symBinAddr: 0xBB78, symSize: 0x5C }
+ - { offsetInCU: 0x851, offset: 0x78ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x454, symBinAddr: 0xBD10, symSize: 0x28 }
+ - { offsetInCU: 0x86D, offset: 0x78AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x47C, symBinAddr: 0xBD38, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x78D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC57C, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x78D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC57C, symSize: 0x4 }
+ - { offsetInCU: 0x6E, offset: 0x78D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x4, symBinAddr: 0xC580, symSize: 0x4 }
+ - { offsetInCU: 0x90, offset: 0x78D90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x4, symBinAddr: 0xC580, symSize: 0x4 }
+ - { offsetInCU: 0xA1, offset: 0x78DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8intValueACSgSi_tcfC', symObjAddr: 0x8, symBinAddr: 0xC584, symSize: 0x8 }
+ - { offsetInCU: 0xC8, offset: 0x78DC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8intValueSiSgvg', symObjAddr: 0x10, symBinAddr: 0xC58C, symSize: 0xC }
+ - { offsetInCU: 0xEF, offset: 0x78DEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueSSvg', symObjAddr: 0x1C, symBinAddr: 0xC598, symSize: 0x4FC }
+ - { offsetInCU: 0x11A, offset: 0x78E1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueSSvg', symObjAddr: 0x518, symBinAddr: 0xCA94, symSize: 0x4 }
+ - { offsetInCU: 0x146, offset: 0x78E46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x6A0, symBinAddr: 0xCC1C, symSize: 0x2C }
+ - { offsetInCU: 0x177, offset: 0x78E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x6CC, symBinAddr: 0xCC48, symSize: 0x28 }
+ - { offsetInCU: 0x1A5, offset: 0x78EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x6F4, symBinAddr: 0xCC70, symSize: 0x8 }
+ - { offsetInCU: 0x1C5, offset: 0x78EC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x6F4, symBinAddr: 0xCC70, symSize: 0x8 }
+ - { offsetInCU: 0x1F0, offset: 0x78EF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6FC, symBinAddr: 0xCC78, symSize: 0x24 }
+ - { offsetInCU: 0x240, offset: 0x78F40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x720, symBinAddr: 0xCC9C, symSize: 0xC }
+ - { offsetInCU: 0x25C, offset: 0x78F5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x72C, symBinAddr: 0xCCA8, symSize: 0xC }
+ - { offsetInCU: 0x278, offset: 0x78F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x788, symBinAddr: 0xCD04, symSize: 0x7C }
+ - { offsetInCU: 0x2C5, offset: 0x78FC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASQWb', symObjAddr: 0x804, symBinAddr: 0xCD80, symSize: 0x4 }
+ - { offsetInCU: 0x2D9, offset: 0x78FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACSQAAWl', symObjAddr: 0x808, symBinAddr: 0xCD84, symSize: 0x44 }
+ - { offsetInCU: 0x2ED, offset: 0x78FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x84C, symBinAddr: 0xCDC8, symSize: 0x4 }
+ - { offsetInCU: 0x301, offset: 0x79001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x850, symBinAddr: 0xCDCC, symSize: 0x44 }
+ - { offsetInCU: 0x315, offset: 0x79015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x894, symBinAddr: 0xCE10, symSize: 0x4 }
+ - { offsetInCU: 0x329, offset: 0x79029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x898, symBinAddr: 0xCE14, symSize: 0x44 }
+ - { offsetInCU: 0x33D, offset: 0x7903D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwet', symObjAddr: 0x8EC, symBinAddr: 0xCE58, symSize: 0x90 }
+ - { offsetInCU: 0x351, offset: 0x79051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwst', symObjAddr: 0x97C, symBinAddr: 0xCEE8, symSize: 0xBC }
+ - { offsetInCU: 0x365, offset: 0x79065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwug', symObjAddr: 0xA38, symBinAddr: 0xCFA4, symSize: 0x8 }
+ - { offsetInCU: 0x379, offset: 0x79079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwup', symObjAddr: 0xA40, symBinAddr: 0xCFAC, symSize: 0x4 }
+ - { offsetInCU: 0x38D, offset: 0x7908D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwui', symObjAddr: 0xA44, symBinAddr: 0xCFB0, symSize: 0x8 }
+ - { offsetInCU: 0x3A1, offset: 0x790A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOMa', symObjAddr: 0xA4C, symBinAddr: 0xCFB8, symSize: 0x10 }
+ - { offsetInCU: 0x3F0, offset: 0x790F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x51C, symBinAddr: 0xCA98, symSize: 0x88 }
+ - { offsetInCU: 0x49F, offset: 0x7919F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x5A4, symBinAddr: 0xCB20, symSize: 0x60 }
+ - { offsetInCU: 0x51D, offset: 0x7921D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x604, symBinAddr: 0xCB80, symSize: 0x40 }
+ - { offsetInCU: 0x56F, offset: 0x7926F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x644, symBinAddr: 0xCBC0, symSize: 0x5C }
+ - { offsetInCU: 0x5CB, offset: 0x792CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x738, symBinAddr: 0xCCB4, symSize: 0x28 }
+ - { offsetInCU: 0x5E7, offset: 0x792E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x760, symBinAddr: 0xCCDC, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x794D6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0xCFC8, symSize: 0x84 }
+ - { offsetInCU: 0x4F, offset: 0x794FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvpZ', symObjAddr: 0xB0E0, symBinAddr: 0x2F9E40, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x79514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvg', symObjAddr: 0x5C8, symBinAddr: 0xD590, symSize: 0x2C }
+ - { offsetInCU: 0x85, offset: 0x79530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvs', symObjAddr: 0x608, symBinAddr: 0xD5BC, symSize: 0x34 }
+ - { offsetInCU: 0xA1, offset: 0x7954C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvM', symObjAddr: 0x650, symBinAddr: 0xD604, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x79568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvM.resume.0', symObjAddr: 0x660, symBinAddr: 0xD614, symSize: 0x4 }
+ - { offsetInCU: 0xD9, offset: 0x79584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAcA9EventTypeO_tcfC', symObjAddr: 0x678, symBinAddr: 0xD62C, symSize: 0x4 }
+ - { offsetInCU: 0xF7, offset: 0x795A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvgZ', symObjAddr: 0x6BC, symBinAddr: 0xD670, symSize: 0x7C }
+ - { offsetInCU: 0x120, offset: 0x795CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvsZ', symObjAddr: 0x738, symBinAddr: 0xD6EC, symSize: 0xA8 }
+ - { offsetInCU: 0x149, offset: 0x795F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvMZ', symObjAddr: 0x7E0, symBinAddr: 0xD794, symSize: 0x6C }
+ - { offsetInCU: 0x172, offset: 0x7961D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvMZ.resume.0', symObjAddr: 0x84C, symBinAddr: 0xD800, symSize: 0x4 }
+ - { offsetInCU: 0x18E, offset: 0x79639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV2eeoiySbAC_ACtFZ', symObjAddr: 0x850, symBinAddr: 0xD804, symSize: 0x7C }
+ - { offsetInCU: 0x1CB, offset: 0x79676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8CC, symBinAddr: 0xD880, symSize: 0x8 }
+ - { offsetInCU: 0x21F, offset: 0x796CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH9hashValueSivgTW', symObjAddr: 0x8D4, symBinAddr: 0xD888, symSize: 0x40 }
+ - { offsetInCU: 0x302, offset: 0x797AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x914, symBinAddr: 0xD8C8, symSize: 0x24 }
+ - { offsetInCU: 0x382, offset: 0x7982D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x974, symBinAddr: 0xD928, symSize: 0x4 }
+ - { offsetInCU: 0x3A2, offset: 0x7984D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x974, symBinAddr: 0xD928, symSize: 0x4 }
+ - { offsetInCU: 0x3C2, offset: 0x7986D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x978, symBinAddr: 0xD92C, symSize: 0x28 }
+ - { offsetInCU: 0x3F3, offset: 0x7989E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9A0, symBinAddr: 0xD954, symSize: 0xC }
+ - { offsetInCU: 0x40F, offset: 0x798BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9AC, symBinAddr: 0xD960, symSize: 0xC }
+ - { offsetInCU: 0x42B, offset: 0x798D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xEA4, symBinAddr: 0xDDF4, symSize: 0x74 }
+ - { offsetInCU: 0x47F, offset: 0x7992A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLO11stringValueSSvgTf4d_n', symObjAddr: 0xF18, symBinAddr: 0xDE68, symSize: 0x10 }
+ - { offsetInCU: 0x49D, offset: 0x79948, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV6encode2toys7Encoder_p_tKF', symObjAddr: 0xA08, symBinAddr: 0xD9BC, symSize: 0xF4 }
+ - { offsetInCU: 0x4DC, offset: 0x79987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xBE8, symBinAddr: 0xDB38, symSize: 0x14 }
+ - { offsetInCU: 0x506, offset: 0x799B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xBFC, symBinAddr: 0xDB4C, symSize: 0x28 }
+ - { offsetInCU: 0x53D, offset: 0x799E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC24, symBinAddr: 0xDB74, symSize: 0x18 }
+ - { offsetInCU: 0x58E, offset: 0x79A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC3C, symBinAddr: 0xDB8C, symSize: 0x7C }
+ - { offsetInCU: 0x5BF, offset: 0x79A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF28, symBinAddr: 0xDE78, symSize: 0x114 }
+ - { offsetInCU: 0x7D7, offset: 0x79C82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueACSgSS_tcfC', symObjAddr: 0xCB8, symBinAddr: 0xDC08, symSize: 0x4 }
+ - { offsetInCU: 0x7EB, offset: 0x79C96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueSSvg', symObjAddr: 0xCBC, symBinAddr: 0xDC0C, symSize: 0x50 }
+ - { offsetInCU: 0x819, offset: 0x79CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xD0C, symBinAddr: 0xDC5C, symSize: 0x2C }
+ - { offsetInCU: 0x84B, offset: 0x79CF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xD38, symBinAddr: 0xDC88, symSize: 0x28 }
+ - { offsetInCU: 0x85F, offset: 0x79D0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x103C, symBinAddr: 0xDF8C, symSize: 0x260 }
+ - { offsetInCU: 0x9F6, offset: 0x79EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOe', symObjAddr: 0x63C, symBinAddr: 0xD5F0, symSize: 0x14 }
+ - { offsetInCU: 0xA0A, offset: 0x79EB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7default_WZ', symObjAddr: 0x664, symBinAddr: 0xD618, symSize: 0x14 }
+ - { offsetInCU: 0xA24, offset: 0x79ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvau', symObjAddr: 0x67C, symBinAddr: 0xD630, symSize: 0x40 }
+ - { offsetInCU: 0xA5F, offset: 0x79F0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs0F3KeyAAWl', symObjAddr: 0xB60, symBinAddr: 0xDAB0, symSize: 0x44 }
+ - { offsetInCU: 0xA73, offset: 0x79F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSEAAWl', symObjAddr: 0xBA4, symBinAddr: 0xDAF4, symSize: 0x44 }
+ - { offsetInCU: 0xA87, offset: 0x79F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwCP', symObjAddr: 0x129C, symBinAddr: 0xE1EC, symSize: 0x44 }
+ - { offsetInCU: 0xA9B, offset: 0x79F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwxx', symObjAddr: 0x12E0, symBinAddr: 0xE230, symSize: 0x14 }
+ - { offsetInCU: 0xAAF, offset: 0x79F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwcp', symObjAddr: 0x12F4, symBinAddr: 0xE244, symSize: 0x44 }
+ - { offsetInCU: 0xAC3, offset: 0x79F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwca', symObjAddr: 0x1338, symBinAddr: 0xE288, symSize: 0x94 }
+ - { offsetInCU: 0xAD7, offset: 0x79F82, size: 0x8, addend: 0x0, symName: '_$sSS3raw_tWOh', symObjAddr: 0x13CC, symBinAddr: 0xE31C, symSize: 0x40 }
+ - { offsetInCU: 0xAEB, offset: 0x79F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwta', symObjAddr: 0x1418, symBinAddr: 0xE35C, symSize: 0x5C }
+ - { offsetInCU: 0xAFF, offset: 0x79FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwet', symObjAddr: 0x1474, symBinAddr: 0xE3B8, symSize: 0x5C }
+ - { offsetInCU: 0xB13, offset: 0x79FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwst', symObjAddr: 0x14D0, symBinAddr: 0xE414, symSize: 0x50 }
+ - { offsetInCU: 0xB27, offset: 0x79FD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVMa', symObjAddr: 0x1520, symBinAddr: 0xE464, symSize: 0x10 }
+ - { offsetInCU: 0xB3B, offset: 0x79FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwCP', symObjAddr: 0x1530, symBinAddr: 0xE474, symSize: 0x48 }
+ - { offsetInCU: 0xB4F, offset: 0x79FFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwxx', symObjAddr: 0x1578, symBinAddr: 0xE4BC, symSize: 0x18 }
+ - { offsetInCU: 0xB63, offset: 0x7A00E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwcp', symObjAddr: 0x1590, symBinAddr: 0xE4D4, symSize: 0x48 }
+ - { offsetInCU: 0xB77, offset: 0x7A022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwca', symObjAddr: 0x15D8, symBinAddr: 0xE51C, symSize: 0xA0 }
+ - { offsetInCU: 0xB8B, offset: 0x7A036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwta', symObjAddr: 0x1678, symBinAddr: 0xE5BC, symSize: 0x60 }
+ - { offsetInCU: 0xB9F, offset: 0x7A04A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwet', symObjAddr: 0x16D8, symBinAddr: 0xE61C, symSize: 0x58 }
+ - { offsetInCU: 0xBB3, offset: 0x7A05E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwst', symObjAddr: 0x1730, symBinAddr: 0xE674, symSize: 0x54 }
+ - { offsetInCU: 0xBC7, offset: 0x7A072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwug', symObjAddr: 0x1784, symBinAddr: 0xE6C8, symSize: 0x18 }
+ - { offsetInCU: 0xBDB, offset: 0x7A086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwup', symObjAddr: 0x179C, symBinAddr: 0xE6E0, symSize: 0x4 }
+ - { offsetInCU: 0xBEF, offset: 0x7A09A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwui', symObjAddr: 0x17A0, symBinAddr: 0xE6E4, symSize: 0x20 }
+ - { offsetInCU: 0xC03, offset: 0x7A0AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOMa', symObjAddr: 0x17C0, symBinAddr: 0xE704, symSize: 0x10 }
+ - { offsetInCU: 0xC17, offset: 0x7A0C2, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x17D0, symBinAddr: 0xE714, symSize: 0x4 }
+ - { offsetInCU: 0xC2B, offset: 0x7A0D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwet', symObjAddr: 0x17D8, symBinAddr: 0xE718, symSize: 0x50 }
+ - { offsetInCU: 0xC3F, offset: 0x7A0EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwst', symObjAddr: 0x1828, symBinAddr: 0xE768, symSize: 0x8C }
+ - { offsetInCU: 0xC53, offset: 0x7A0FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwug', symObjAddr: 0x18B4, symBinAddr: 0xE7F4, symSize: 0x8 }
+ - { offsetInCU: 0xC67, offset: 0x7A112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwup', symObjAddr: 0x18BC, symBinAddr: 0xE7FC, symSize: 0x4 }
+ - { offsetInCU: 0xC7B, offset: 0x7A126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwui', symObjAddr: 0x18C0, symBinAddr: 0xE800, symSize: 0x4 }
+ - { offsetInCU: 0xC8F, offset: 0x7A13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOMa', symObjAddr: 0x18C4, symBinAddr: 0xE804, symSize: 0x10 }
+ - { offsetInCU: 0xCA3, offset: 0x7A14E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASQWb', symObjAddr: 0x18D4, symBinAddr: 0xE814, symSize: 0x4 }
+ - { offsetInCU: 0xCB7, offset: 0x7A162, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFSQAAWl', symObjAddr: 0x18D8, symBinAddr: 0xE818, symSize: 0x44 }
+ - { offsetInCU: 0xCCB, offset: 0x7A176, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x191C, symBinAddr: 0xE85C, symSize: 0x4 }
+ - { offsetInCU: 0xCDF, offset: 0x7A18A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1920, symBinAddr: 0xE860, symSize: 0x44 }
+ - { offsetInCU: 0xCF3, offset: 0x7A19E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1964, symBinAddr: 0xE8A4, symSize: 0x4 }
+ - { offsetInCU: 0xD07, offset: 0x7A1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1968, symBinAddr: 0xE8A8, symSize: 0x44 }
+ - { offsetInCU: 0xD1B, offset: 0x7A1C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSYAAWl', symObjAddr: 0x19AC, symBinAddr: 0xE8EC, symSize: 0x44 }
+ - { offsetInCU: 0xD2F, offset: 0x7A1DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSeAAWl', symObjAddr: 0x1A10, symBinAddr: 0xE930, symSize: 0x44 }
+ - { offsetInCU: 0xD69, offset: 0x7A214, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0xCFC8, symSize: 0x84 }
+ - { offsetInCU: 0xDF8, offset: 0x7A2A3, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x84, symBinAddr: 0xD04C, symSize: 0x84 }
+ - { offsetInCU: 0xE87, offset: 0x7A332, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x108, symBinAddr: 0xD0D0, symSize: 0x84 }
+ - { offsetInCU: 0xF16, offset: 0x7A3C1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x18C, symBinAddr: 0xD154, symSize: 0x84 }
+ - { offsetInCU: 0xFA5, offset: 0x7A450, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x210, symBinAddr: 0xD1D8, symSize: 0x160 }
+ - { offsetInCU: 0x1034, offset: 0x7A4DF, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x370, symBinAddr: 0xD338, symSize: 0xF4 }
+ - { offsetInCU: 0x109B, offset: 0x7A546, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9EventTypeO_Tg5', symObjAddr: 0x464, symBinAddr: 0xD42C, symSize: 0xDC }
+ - { offsetInCU: 0x112B, offset: 0x7A5D6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls10PacketInfoV4KindO_Tgq5', symObjAddr: 0x540, symBinAddr: 0xD508, symSize: 0x88 }
+ - { offsetInCU: 0x11C7, offset: 0x7A672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x938, symBinAddr: 0xD8EC, symSize: 0x3C }
+ - { offsetInCU: 0x1269, offset: 0x7A714, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9B8, symBinAddr: 0xD96C, symSize: 0x28 }
+ - { offsetInCU: 0x1285, offset: 0x7A730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x9E0, symBinAddr: 0xD994, symSize: 0x28 }
+ - { offsetInCU: 0x12B6, offset: 0x7A761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD60, symBinAddr: 0xDCB0, symSize: 0x94 }
+ - { offsetInCU: 0x131A, offset: 0x7A7C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDF4, symBinAddr: 0xDD44, symSize: 0x5C }
+ - { offsetInCU: 0x133D, offset: 0x7A7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE50, symBinAddr: 0xDDA0, symSize: 0x4C }
+ - { offsetInCU: 0x1360, offset: 0x7A80B, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4dd_n', symObjAddr: 0xE9C, symBinAddr: 0xDDEC, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x7AA5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xE974, symSize: 0x30 }
+ - { offsetInCU: 0x63, offset: 0x7AA71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvs', symObjAddr: 0x30, symBinAddr: 0xE9A4, symSize: 0x3C }
+ - { offsetInCU: 0x77, offset: 0x7AA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvM', symObjAddr: 0x6C, symBinAddr: 0xE9E0, symSize: 0x3C }
+ - { offsetInCU: 0x8B, offset: 0x7AA99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvM.resume.0', symObjAddr: 0xA8, symBinAddr: 0xEA1C, symSize: 0x4 }
+ - { offsetInCU: 0xA7, offset: 0x7AAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC3mosSdSgvg', symObjAddr: 0xAC, symBinAddr: 0xEA20, symSize: 0x4C }
+ - { offsetInCU: 0xC6, offset: 0x7AAD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11packetsSents5Int64VSgvg', symObjAddr: 0xF8, symBinAddr: 0xEA6C, symSize: 0x4C }
+ - { offsetInCU: 0xE5, offset: 0x7AAF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16totalPacketsSents5Int64VSgvg', symObjAddr: 0x144, symBinAddr: 0xEAB8, symSize: 0x4C }
+ - { offsetInCU: 0x104, offset: 0x7AB12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC9bytesSents5Int64VSgvg', symObjAddr: 0x190, symBinAddr: 0xEB04, symSize: 0x4C }
+ - { offsetInCU: 0x123, offset: 0x7AB31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC14totalBytesSents5Int64VSgvg', symObjAddr: 0x1DC, symBinAddr: 0xEB50, symSize: 0x4C }
+ - { offsetInCU: 0x142, offset: 0x7AB50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x228, symBinAddr: 0xEB9C, symSize: 0x4C }
+ - { offsetInCU: 0x161, offset: 0x7AB6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC29totalRetransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x274, symBinAddr: 0xEBE8, symSize: 0x4C }
+ - { offsetInCU: 0x180, offset: 0x7AB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x2C0, symBinAddr: 0xEC34, symSize: 0x4C }
+ - { offsetInCU: 0x19F, offset: 0x7ABAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC27totalRetransmittedBytesSents5Int64VSgvg', symObjAddr: 0x30C, symBinAddr: 0xEC80, symSize: 0x4C }
+ - { offsetInCU: 0x1BE, offset: 0x7ABCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13targetBitrates5Int64VSgvg', symObjAddr: 0x358, symBinAddr: 0xECCC, symSize: 0x4C }
+ - { offsetInCU: 0x1DD, offset: 0x7ABEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17outboundNackCounts5Int64VSgvg', symObjAddr: 0x3A4, symBinAddr: 0xED18, symSize: 0x4C }
+ - { offsetInCU: 0x1FC, offset: 0x7AC0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC6jitterSdSgvg', symObjAddr: 0x3F0, symBinAddr: 0xED64, symSize: 0x4C }
+ - { offsetInCU: 0x21B, offset: 0x7AC29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11packetsLosts5Int64VSgvg', symObjAddr: 0x43C, symBinAddr: 0xEDB0, symSize: 0x4C }
+ - { offsetInCU: 0x23A, offset: 0x7AC48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x488, symBinAddr: 0xEDFC, symSize: 0x4C }
+ - { offsetInCU: 0x259, offset: 0x7AC67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15packetsReceiveds5Int64VSgvg', symObjAddr: 0x4D4, symBinAddr: 0xEE48, symSize: 0x4C }
+ - { offsetInCU: 0x278, offset: 0x7AC86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x520, symBinAddr: 0xEE94, symSize: 0x4C }
+ - { offsetInCU: 0x297, offset: 0x7ACA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21totalPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x56C, symBinAddr: 0xEEE0, symSize: 0x4C }
+ - { offsetInCU: 0x2B6, offset: 0x7ACC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC23totalFecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x5B8, symBinAddr: 0xEF2C, symSize: 0x4C }
+ - { offsetInCU: 0x2D5, offset: 0x7ACE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x604, symBinAddr: 0xEF78, symSize: 0x4C }
+ - { offsetInCU: 0x2F4, offset: 0x7AD02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24totalFecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x650, symBinAddr: 0xEFC4, symSize: 0x4C }
+ - { offsetInCU: 0x313, offset: 0x7AD21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13bytesReceiveds5Int64VSgvg', symObjAddr: 0x69C, symBinAddr: 0xF010, symSize: 0x4C }
+ - { offsetInCU: 0x332, offset: 0x7AD40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x6E8, symBinAddr: 0xF05C, symSize: 0x4C }
+ - { offsetInCU: 0x351, offset: 0x7AD5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17jitterBufferDelaySdSgvg', symObjAddr: 0x734, symBinAddr: 0xF0A8, symSize: 0x4C }
+ - { offsetInCU: 0x370, offset: 0x7AD7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x780, symBinAddr: 0xF0F4, symSize: 0x4C }
+ - { offsetInCU: 0x38F, offset: 0x7AD9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x7CC, symBinAddr: 0xF140, symSize: 0x4C }
+ - { offsetInCU: 0x3AE, offset: 0x7ADBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x818, symBinAddr: 0xF18C, symSize: 0x4C }
+ - { offsetInCU: 0x3CD, offset: 0x7ADDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15samplesReceiveds5Int64VSgvg', symObjAddr: 0x864, symBinAddr: 0xF1D8, symSize: 0x4C }
+ - { offsetInCU: 0x3EC, offset: 0x7ADFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21totalConcealedSampless5Int64VSgvg', symObjAddr: 0x8B0, symBinAddr: 0xF224, symSize: 0x4C }
+ - { offsetInCU: 0x40B, offset: 0x7AE19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16concealedSampless5Int64VSgvg', symObjAddr: 0x8FC, symBinAddr: 0xF270, symSize: 0x4C }
+ - { offsetInCU: 0x42A, offset: 0x7AE38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21concealedSamplesRatioSdSgvg', symObjAddr: 0x948, symBinAddr: 0xF2BC, symSize: 0x4C }
+ - { offsetInCU: 0x449, offset: 0x7AE57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC27totalSilentConcealedSampless5Int64VSgvg', symObjAddr: 0x994, symBinAddr: 0xF308, symSize: 0x4C }
+ - { offsetInCU: 0x468, offset: 0x7AE76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x9E0, symBinAddr: 0xF354, symSize: 0x4C }
+ - { offsetInCU: 0x487, offset: 0x7AE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC35totalInsertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xA2C, symBinAddr: 0xF3A0, symSize: 0x4C }
+ - { offsetInCU: 0x4A6, offset: 0x7AEB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xA78, symBinAddr: 0xF3EC, symSize: 0x4C }
+ - { offsetInCU: 0x4C5, offset: 0x7AED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC34totalRemovedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xAC4, symBinAddr: 0xF438, symSize: 0x4C }
+ - { offsetInCU: 0x4F4, offset: 0x7AF02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xB10, symBinAddr: 0xF484, symSize: 0x4C }
+ - { offsetInCU: 0x523, offset: 0x7AF31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC12remoteJitterSdSgvg', symObjAddr: 0xB5C, symBinAddr: 0xF4D0, symSize: 0x4C }
+ - { offsetInCU: 0x542, offset: 0x7AF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22remoteTotalPacketsLosts5Int64VSgvg', symObjAddr: 0xBA8, symBinAddr: 0xF51C, symSize: 0x4C }
+ - { offsetInCU: 0x561, offset: 0x7AF6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21remotePacketsLostRateSdSgvg', symObjAddr: 0xBF4, symBinAddr: 0xF568, symSize: 0x4C }
+ - { offsetInCU: 0x580, offset: 0x7AF8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC9remoteRttSdSgvg', symObjAddr: 0xC40, symBinAddr: 0xF5B4, symSize: 0x4C }
+ - { offsetInCU: 0x59F, offset: 0x7AFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18remoteFractionLostSdSgvg', symObjAddr: 0xC8C, symBinAddr: 0xF600, symSize: 0x4C }
+ - { offsetInCU: 0x5BE, offset: 0x7AFCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17remotePacketsLosts5Int64VSgvg', symObjAddr: 0xCD8, symBinAddr: 0xF64C, symSize: 0x4C }
+ - { offsetInCU: 0x5DD, offset: 0x7AFEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15packetsLostRateSdSgvg', symObjAddr: 0xD24, symBinAddr: 0xF698, symSize: 0x4C }
+ - { offsetInCU: 0x5FC, offset: 0x7B00A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0xD70, symBinAddr: 0xF6E4, symSize: 0x4C }
+ - { offsetInCU: 0x61B, offset: 0x7B029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0xDBC, symBinAddr: 0xF730, symSize: 0x4C }
+ - { offsetInCU: 0x63A, offset: 0x7B048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0xE08, symBinAddr: 0xF77C, symSize: 0x4 }
+ - { offsetInCU: 0x64E, offset: 0x7B05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11flushValuesyyF', symObjAddr: 0xE0C, symBinAddr: 0xF780, symSize: 0x5C0 }
+ - { offsetInCU: 0xB87, offset: 0x7B595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x13CC, symBinAddr: 0xFD40, symSize: 0x1070 }
+ - { offsetInCU: 0xF97, offset: 0x7B9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x243C, symBinAddr: 0x10DB0, symSize: 0x258 }
+ - { offsetInCU: 0x1067, offset: 0x7BA75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0x2694, symBinAddr: 0x11008, symSize: 0x4 }
+ - { offsetInCU: 0x10E2, offset: 0x7BAF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCfd', symObjAddr: 0x2698, symBinAddr: 0x1100C, symSize: 0x184 }
+ - { offsetInCU: 0x110F, offset: 0x7BB1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCfD', symObjAddr: 0x281C, symBinAddr: 0x11190, symSize: 0x1C }
+ - { offsetInCU: 0x113C, offset: 0x7BB4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCACycfC', symObjAddr: 0x2838, symBinAddr: 0x111AC, symSize: 0x34 }
+ - { offsetInCU: 0x115A, offset: 0x7BB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCACycfc', symObjAddr: 0x286C, symBinAddr: 0x111E0, symSize: 0xF0C }
+ - { offsetInCU: 0x1941, offset: 0x7C34F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0x3778, symBinAddr: 0x120EC, symSize: 0x30 }
+ - { offsetInCU: 0x1982, offset: 0x7C390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0x37A8, symBinAddr: 0x1211C, symSize: 0x3C }
+ - { offsetInCU: 0x19C3, offset: 0x7C3D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0x37E4, symBinAddr: 0x12158, symSize: 0x3C }
+ - { offsetInCU: 0x1A04, offset: 0x7C412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0x3820, symBinAddr: 0x12194, symSize: 0x4 }
+ - { offsetInCU: 0x1A24, offset: 0x7C432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0x3820, symBinAddr: 0x12194, symSize: 0x4 }
+ - { offsetInCU: 0x1A36, offset: 0x7C444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0x3824, symBinAddr: 0x12198, symSize: 0x14 }
+ - { offsetInCU: 0x1A59, offset: 0x7C467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0x3838, symBinAddr: 0x121AC, symSize: 0x14 }
+ - { offsetInCU: 0x1A8B, offset: 0x7C499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0x384C, symBinAddr: 0x121C0, symSize: 0x4 }
+ - { offsetInCU: 0x1AAB, offset: 0x7C4B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0x384C, symBinAddr: 0x121C0, symSize: 0x4 }
+ - { offsetInCU: 0x1ABE, offset: 0x7C4CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0x3850, symBinAddr: 0x121C4, symSize: 0xB884 }
+ - { offsetInCU: 0x1CAF, offset: 0x7C6BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xF1C0, symBinAddr: 0x1DAD0, symSize: 0x8E8 }
+ - { offsetInCU: 0x256F, offset: 0x7CF7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs0eF0AAWl', symObjAddr: 0xF138, symBinAddr: 0x1DA48, symSize: 0x44 }
+ - { offsetInCU: 0x2583, offset: 0x7CF91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs06CodingE0AAWl', symObjAddr: 0xF17C, symBinAddr: 0x1DA8C, symSize: 0x44 }
+ - { offsetInCU: 0x26E1, offset: 0x7D0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCMa', symObjAddr: 0xFAA8, symBinAddr: 0x1E3B8, symSize: 0x20 }
+ - { offsetInCU: 0x26F5, offset: 0x7D103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOb', symObjAddr: 0xFADC, symBinAddr: 0x1E3EC, symSize: 0x48 }
+ - { offsetInCU: 0x2709, offset: 0x7D117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOWOb', symObjAddr: 0xFB24, symBinAddr: 0x1E434, symSize: 0x3C }
+ - { offsetInCU: 0x271D, offset: 0x7D12B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOe', symObjAddr: 0xFB64, symBinAddr: 0x1E474, symSize: 0xF4 }
+ - { offsetInCU: 0x2731, offset: 0x7D13F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSgWOe', symObjAddr: 0xFC5C, symBinAddr: 0x1E56C, symSize: 0x104 }
+ - { offsetInCU: 0x2745, offset: 0x7D153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOs', symObjAddr: 0xFD60, symBinAddr: 0x1E670, symSize: 0x2E0 }
+ - { offsetInCU: 0x2759, offset: 0x7D167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOWOb', symObjAddr: 0x10040, symBinAddr: 0x1E950, symSize: 0x3C }
+ - { offsetInCU: 0x4B, offset: 0x7D549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1E990, symSize: 0x278 }
+ - { offsetInCU: 0xBE, offset: 0x7D5BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomId07messageH011commandTypeACSS_SSAA0F5TypesO0D0Otcfc', symObjAddr: 0x3E8, symBinAddr: 0x1EC6C, symSize: 0x24 }
+ - { offsetInCU: 0xF7, offset: 0x7D5F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCfd', symObjAddr: 0x40C, symBinAddr: 0x1EC90, symSize: 0x24 }
+ - { offsetInCU: 0x114, offset: 0x7D612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvg', symObjAddr: 0x430, symBinAddr: 0x1ECB4, symSize: 0x30 }
+ - { offsetInCU: 0x130, offset: 0x7D62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvs', symObjAddr: 0x460, symBinAddr: 0x1ECE4, symSize: 0x3C }
+ - { offsetInCU: 0x14C, offset: 0x7D64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvM', symObjAddr: 0x49C, symBinAddr: 0x1ED20, symSize: 0x3C }
+ - { offsetInCU: 0x168, offset: 0x7D666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvM.resume.0', symObjAddr: 0x4D8, symBinAddr: 0x1ED5C, symSize: 0x4 }
+ - { offsetInCU: 0x184, offset: 0x7D682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9messageIdSSvg', symObjAddr: 0x4DC, symBinAddr: 0x1ED60, symSize: 0x2C }
+ - { offsetInCU: 0x198, offset: 0x7D696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC11commandTypeAA0F5TypesO0D0Ovg', symObjAddr: 0x508, symBinAddr: 0x1ED8C, symSize: 0x8 }
+ - { offsetInCU: 0x1B4, offset: 0x7D6B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC7versionSivg', symObjAddr: 0x510, symBinAddr: 0x1ED94, symSize: 0x8 }
+ - { offsetInCU: 0x1D0, offset: 0x7D6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomIdSSvg', symObjAddr: 0x518, symBinAddr: 0x1ED9C, symSize: 0x2C }
+ - { offsetInCU: 0x1EC, offset: 0x7D6EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0x544, symBinAddr: 0x1EDC8, symSize: 0x8 }
+ - { offsetInCU: 0x22E, offset: 0x7D72C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x54C, symBinAddr: 0x1EDD0, symSize: 0x74 }
+ - { offsetInCU: 0x269, offset: 0x7D767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x5C0, symBinAddr: 0x1EE44, symSize: 0x74 }
+ - { offsetInCU: 0x2AC, offset: 0x7D7AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x634, symBinAddr: 0x1EEB8, symSize: 0x8 }
+ - { offsetInCU: 0x2D3, offset: 0x7D7D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x63C, symBinAddr: 0x1EEC0, symSize: 0xC }
+ - { offsetInCU: 0x2FA, offset: 0x7D7F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x648, symBinAddr: 0x1EECC, symSize: 0x20 }
+ - { offsetInCU: 0x333, offset: 0x7D831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x668, symBinAddr: 0x1EEEC, symSize: 0x20 }
+ - { offsetInCU: 0x361, offset: 0x7D85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x668, symBinAddr: 0x1EEEC, symSize: 0x20 }
+ - { offsetInCU: 0x38C, offset: 0x7D88A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x80C, symBinAddr: 0x1F090, symSize: 0x78 }
+ - { offsetInCU: 0x3CD, offset: 0x7D8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x884, symBinAddr: 0x1F108, symSize: 0x28 }
+ - { offsetInCU: 0x3E1, offset: 0x7D8DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x8AC, symBinAddr: 0x1F130, symSize: 0x8 }
+ - { offsetInCU: 0x417, offset: 0x7D915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x8B4, symBinAddr: 0x1F138, symSize: 0x7C }
+ - { offsetInCU: 0x46F, offset: 0x7D96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x930, symBinAddr: 0x1F1B4, symSize: 0xC }
+ - { offsetInCU: 0x48B, offset: 0x7D989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x93C, symBinAddr: 0x1F1C0, symSize: 0xC }
+ - { offsetInCU: 0x4B2, offset: 0x7D9B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x998, symBinAddr: 0x1F21C, symSize: 0x4C }
+ - { offsetInCU: 0x519, offset: 0x7DA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomId07messageH011commandTypeACSS_SSAA0F5TypesO0D0OtcfC', symObjAddr: 0x9E4, symBinAddr: 0x1F268, symSize: 0x68 }
+ - { offsetInCU: 0x588, offset: 0x7DA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCfD', symObjAddr: 0xA4C, symBinAddr: 0x1F2D0, symSize: 0x2C }
+ - { offsetInCU: 0x5CB, offset: 0x7DAC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB50, symBinAddr: 0x1F3D4, symSize: 0x2C }
+ - { offsetInCU: 0x5EE, offset: 0x7DAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableA2aDP7versionSivgTW', symObjAddr: 0xB7C, symBinAddr: 0x1F400, symSize: 0x8 }
+ - { offsetInCU: 0x619, offset: 0x7DB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xB84, symBinAddr: 0x1F408, symSize: 0x30 }
+ - { offsetInCU: 0x64B, offset: 0x7DB49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0eF0A2aDP9inputTypeAA0e5InputH0OSgvgTW', symObjAddr: 0xBE8, symBinAddr: 0x1F46C, symSize: 0x28 }
+ - { offsetInCU: 0x667, offset: 0x7DB65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0eF0A2aDP014shouldWaitPushE0SbvgTW', symObjAddr: 0xC10, symBinAddr: 0x1F494, symSize: 0x8 }
+ - { offsetInCU: 0x684, offset: 0x7DB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCMa', symObjAddr: 0x320, symBinAddr: 0x1EC08, symSize: 0x20 }
+ - { offsetInCU: 0x698, offset: 0x7DB96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESeAAWl', symObjAddr: 0x360, symBinAddr: 0x1EC28, symSize: 0x44 }
+ - { offsetInCU: 0x6CD, offset: 0x7DBCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xA78, symBinAddr: 0x1F2FC, symSize: 0x4 }
+ - { offsetInCU: 0x6E1, offset: 0x7DBDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xA7C, symBinAddr: 0x1F300, symSize: 0x44 }
+ - { offsetInCU: 0x6F5, offset: 0x7DBF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xAC0, symBinAddr: 0x1F344, symSize: 0x4 }
+ - { offsetInCU: 0x709, offset: 0x7DC07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xAC4, symBinAddr: 0x1F348, symSize: 0x44 }
+ - { offsetInCU: 0x71D, offset: 0x7DC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB08, symBinAddr: 0x1F38C, symSize: 0x4 }
+ - { offsetInCU: 0x731, offset: 0x7DC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xB0C, symBinAddr: 0x1F390, symSize: 0x44 }
+ - { offsetInCU: 0x745, offset: 0x7DC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableAAWI', symObjAddr: 0xBB4, symBinAddr: 0x1F438, symSize: 0x34 }
+ - { offsetInCU: 0x759, offset: 0x7DC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA11RespondableAAWI', symObjAddr: 0xC18, symBinAddr: 0x1F49C, symSize: 0x4C }
+ - { offsetInCU: 0x76D, offset: 0x7DC6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA8ResponseAAWI', symObjAddr: 0xC64, symBinAddr: 0x1F4E8, symSize: 0x34 }
+ - { offsetInCU: 0x781, offset: 0x7DC7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0xCD4, symBinAddr: 0x1F558, symSize: 0x34 }
+ - { offsetInCU: 0x795, offset: 0x7DC93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwet', symObjAddr: 0xDD4, symBinAddr: 0x1F648, symSize: 0x90 }
+ - { offsetInCU: 0x7A9, offset: 0x7DCA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwst', symObjAddr: 0xE64, symBinAddr: 0x1F6D8, symSize: 0xBC }
+ - { offsetInCU: 0x7BD, offset: 0x7DCBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwug', symObjAddr: 0xF20, symBinAddr: 0x1F794, symSize: 0x8 }
+ - { offsetInCU: 0x7D1, offset: 0x7DCCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwup', symObjAddr: 0xF28, symBinAddr: 0x1F79C, symSize: 0x4 }
+ - { offsetInCU: 0x7E5, offset: 0x7DCE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwui', symObjAddr: 0xF2C, symBinAddr: 0x1F7A0, symSize: 0x8 }
+ - { offsetInCU: 0x7F9, offset: 0x7DCF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOMa', symObjAddr: 0xF34, symBinAddr: 0x1F7A8, symSize: 0x10 }
+ - { offsetInCU: 0x848, offset: 0x7DD46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x688, symBinAddr: 0x1EF0C, symSize: 0x88 }
+ - { offsetInCU: 0x8F7, offset: 0x7DDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x710, symBinAddr: 0x1EF94, symSize: 0x60 }
+ - { offsetInCU: 0x975, offset: 0x7DE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x770, symBinAddr: 0x1EFF4, symSize: 0x40 }
+ - { offsetInCU: 0x9C7, offset: 0x7DEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7B0, symBinAddr: 0x1F034, symSize: 0x5C }
+ - { offsetInCU: 0xA23, offset: 0x7DF21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x948, symBinAddr: 0x1F1CC, symSize: 0x28 }
+ - { offsetInCU: 0xA3F, offset: 0x7DF3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x970, symBinAddr: 0x1F1F4, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0x7E199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvpACTK', symObjAddr: 0x0, symBinAddr: 0x1F7B8, symSize: 0x6C }
+ - { offsetInCU: 0x57, offset: 0x7E1B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvpACTk', symObjAddr: 0x6C, symBinAddr: 0x1F824, symSize: 0x88 }
+ - { offsetInCU: 0x7B, offset: 0x7E1D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvg', symObjAddr: 0xF4, symBinAddr: 0x1F8AC, symSize: 0x4C }
+ - { offsetInCU: 0x97, offset: 0x7E1F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvs', symObjAddr: 0x150, symBinAddr: 0x1F908, symSize: 0x50 }
+ - { offsetInCU: 0xB3, offset: 0x7E20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvM', symObjAddr: 0x1B0, symBinAddr: 0x1F968, symSize: 0x3C }
+ - { offsetInCU: 0xCF, offset: 0x7E229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvM.resume.0', symObjAddr: 0x1EC, symBinAddr: 0x1F9A4, symSize: 0x4 }
+ - { offsetInCU: 0xEB, offset: 0x7E245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC4dial7context6params17completionHandleryAA17DirectCallContext_p_AA10DialParamsCyAA8SBCErrorCSgctF', symObjAddr: 0x1F0, symBinAddr: 0x1F9A8, symSize: 0x150 }
+ - { offsetInCU: 0x15F, offset: 0x7E2B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC3end7context12errorHandleryAA17DirectCallContext_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x340, symBinAddr: 0x1FAF8, symSize: 0x11C }
+ - { offsetInCU: 0x232, offset: 0x7E38C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC17didReceiveDialACK7context23initialLocalConstraintsyAA17DirectCallContext_p_AA0oM0CSgtF', symObjAddr: 0x45C, symBinAddr: 0x1FC14, symSize: 0x148 }
+ - { offsetInCU: 0x2DF, offset: 0x7E439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC23didFailToReceiveDialACK7context5erroryAA17DirectCallContext_p_AA8SBCErrorCtF', symObjAddr: 0x5A4, symBinAddr: 0x1FD5C, symSize: 0xF4 }
+ - { offsetInCU: 0x395, offset: 0x7E4EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCACycfC', symObjAddr: 0x698, symBinAddr: 0x1FE50, symSize: 0x24 }
+ - { offsetInCU: 0x3D2, offset: 0x7E52C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCACycfc', symObjAddr: 0x6BC, symBinAddr: 0x1FE74, symSize: 0xC }
+ - { offsetInCU: 0x3F1, offset: 0x7E54B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfd', symObjAddr: 0x6D0, symBinAddr: 0x1FE88, symSize: 0x1C }
+ - { offsetInCU: 0x42C, offset: 0x7E586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfD', symObjAddr: 0x6EC, symBinAddr: 0x1FEA4, symSize: 0x24 }
+ - { offsetInCU: 0x478, offset: 0x7E5D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_SgWOy', symObjAddr: 0x140, symBinAddr: 0x1F8F8, symSize: 0x10 }
+ - { offsetInCU: 0x48C, offset: 0x7E5E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_SgWOe', symObjAddr: 0x1A0, symBinAddr: 0x1F958, symSize: 0x10 }
+ - { offsetInCU: 0x586, offset: 0x7E6E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfE', symObjAddr: 0x6C8, symBinAddr: 0x1FE80, symSize: 0x8 }
+ - { offsetInCU: 0x5B3, offset: 0x7E70D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCMa', symObjAddr: 0x718, symBinAddr: 0x1FED0, symSize: 0x20 }
+ - { offsetInCU: 0x5C7, offset: 0x7E721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TRTA', symObjAddr: 0x78C, symBinAddr: 0x1FF44, symSize: 0x8 }
+ - { offsetInCU: 0x5DB, offset: 0x7E735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TRTA', symObjAddr: 0x794, symBinAddr: 0x1FF4C, symSize: 0x8 }
+ - { offsetInCU: 0x6D, offset: 0x7EA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvgTo', symObjAddr: 0x0, symBinAddr: 0x1FF58, symSize: 0x10 }
+ - { offsetInCU: 0x8D, offset: 0x7EA23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvgTo', symObjAddr: 0x0, symBinAddr: 0x1FF58, symSize: 0x10 }
+ - { offsetInCU: 0xA8, offset: 0x7EA3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvg', symObjAddr: 0x10, symBinAddr: 0x1FF68, symSize: 0x10 }
+ - { offsetInCU: 0x137, offset: 0x7EACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6active4roleACSS_SSSgAJSDyS2SGSgSbSgAA0dE0C0F4RoleOtcfC', symObjAddr: 0x20, symBinAddr: 0x1FF78, symSize: 0xC0 }
+ - { offsetInCU: 0x1B5, offset: 0x7EB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6active4roleACSS_SSSgAJSDyS2SGSgSbSgAA0dE0C0F4RoleOtcfc', symObjAddr: 0xE0, symBinAddr: 0x20038, symSize: 0x74 }
+ - { offsetInCU: 0x22E, offset: 0x7EBC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x154, symBinAddr: 0x200AC, symSize: 0x40 }
+ - { offsetInCU: 0x253, offset: 0x7EBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x194, symBinAddr: 0x200EC, symSize: 0x1F4 }
+ - { offsetInCU: 0x30E, offset: 0x7ECA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6encode2toys7Encoder_p_tKF', symObjAddr: 0x388, symBinAddr: 0x202E0, symSize: 0x158 }
+ - { offsetInCU: 0x3A9, offset: 0x7ED3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x20448, symSize: 0x74 }
+ - { offsetInCU: 0x3EC, offset: 0x7ED82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0x564, symBinAddr: 0x204BC, symSize: 0x24 }
+ - { offsetInCU: 0x42C, offset: 0x7EDC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x588, symBinAddr: 0x204E0, symSize: 0x4 }
+ - { offsetInCU: 0x44C, offset: 0x7EDE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x588, symBinAddr: 0x204E0, symSize: 0x4 }
+ - { offsetInCU: 0x477, offset: 0x7EE0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x58C, symBinAddr: 0x204E4, symSize: 0x78 }
+ - { offsetInCU: 0x4C2, offset: 0x7EE58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x604, symBinAddr: 0x2055C, symSize: 0xC }
+ - { offsetInCU: 0x4DE, offset: 0x7EE74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x20568, symSize: 0xC }
+ - { offsetInCU: 0x4FA, offset: 0x7EE90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO11stringValueSSvgTf4d_n', symObjAddr: 0xF2C, symBinAddr: 0x20DF8, symSize: 0x10 }
+ - { offsetInCU: 0x568, offset: 0x7EEFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfC', symObjAddr: 0x66C, symBinAddr: 0x205C4, symSize: 0x2C }
+ - { offsetInCU: 0x5C7, offset: 0x7EF5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfc', symObjAddr: 0x698, symBinAddr: 0x205F0, symSize: 0x2C }
+ - { offsetInCU: 0x62A, offset: 0x7EFC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCfD', symObjAddr: 0x6C4, symBinAddr: 0x2061C, symSize: 0x30 }
+ - { offsetInCU: 0x732, offset: 0x7F0C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4hashSivgTo', symObjAddr: 0x6F4, symBinAddr: 0x2064C, symSize: 0x94 }
+ - { offsetInCU: 0x7FA, offset: 0x7F190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4hashSivg', symObjAddr: 0x788, symBinAddr: 0x206E0, symSize: 0x74 }
+ - { offsetInCU: 0x8B7, offset: 0x7F24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC7isEqualySbypSgF', symObjAddr: 0x7FC, symBinAddr: 0x20754, symSize: 0x158 }
+ - { offsetInCU: 0x933, offset: 0x7F2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC7isEqualySbypSgFTo', symObjAddr: 0x954, symBinAddr: 0x208AC, symSize: 0x80 }
+ - { offsetInCU: 0x94F, offset: 0x7F2E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x9D4, symBinAddr: 0x2092C, symSize: 0x148 }
+ - { offsetInCU: 0xA20, offset: 0x7F3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xB1C, symBinAddr: 0x20A74, symSize: 0x64 }
+ - { offsetInCU: 0xA3C, offset: 0x7F3D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs0G3KeyAAWl', symObjAddr: 0xBC0, symBinAddr: 0x20AD8, symSize: 0x44 }
+ - { offsetInCU: 0xA50, offset: 0x7F3E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCMa', symObjAddr: 0xC04, symBinAddr: 0x20B1C, symSize: 0x20 }
+ - { offsetInCU: 0xA64, offset: 0x7F3FA, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0xC68, symBinAddr: 0x20B3C, symSize: 0x48 }
+ - { offsetInCU: 0xA78, offset: 0x7F40E, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0xCB0, symBinAddr: 0x20B84, symSize: 0x40 }
+ - { offsetInCU: 0xA8C, offset: 0x7F422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwet', symObjAddr: 0xD58, symBinAddr: 0x20C24, symSize: 0x50 }
+ - { offsetInCU: 0xAA0, offset: 0x7F436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwst', symObjAddr: 0xDA8, symBinAddr: 0x20C74, symSize: 0x8C }
+ - { offsetInCU: 0xAB4, offset: 0x7F44A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwug', symObjAddr: 0xE34, symBinAddr: 0x20D00, symSize: 0x8 }
+ - { offsetInCU: 0xAC8, offset: 0x7F45E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwup', symObjAddr: 0xE3C, symBinAddr: 0x20D08, symSize: 0x4 }
+ - { offsetInCU: 0xADC, offset: 0x7F472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwui', symObjAddr: 0xE40, symBinAddr: 0x20D0C, symSize: 0x4 }
+ - { offsetInCU: 0xAF0, offset: 0x7F486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOMa', symObjAddr: 0xE44, symBinAddr: 0x20D10, symSize: 0x10 }
+ - { offsetInCU: 0xB04, offset: 0x7F49A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASQWb', symObjAddr: 0xE54, symBinAddr: 0x20D20, symSize: 0x4 }
+ - { offsetInCU: 0xB18, offset: 0x7F4AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFSQAAWl', symObjAddr: 0xE58, symBinAddr: 0x20D24, symSize: 0x44 }
+ - { offsetInCU: 0xB2C, offset: 0x7F4C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE9C, symBinAddr: 0x20D68, symSize: 0x4 }
+ - { offsetInCU: 0xB40, offset: 0x7F4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xEA0, symBinAddr: 0x20D6C, symSize: 0x44 }
+ - { offsetInCU: 0xB54, offset: 0x7F4EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEE4, symBinAddr: 0x20DB0, symSize: 0x4 }
+ - { offsetInCU: 0xB68, offset: 0x7F4FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEE8, symBinAddr: 0x20DB4, symSize: 0x44 }
+ - { offsetInCU: 0xC05, offset: 0x7F59B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x20438, symSize: 0x4 }
+ - { offsetInCU: 0xC25, offset: 0x7F5BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x20438, symSize: 0x4 }
+ - { offsetInCU: 0xC45, offset: 0x7F5DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH9hashValueSivgTW', symObjAddr: 0x4E4, symBinAddr: 0x2043C, symSize: 0x4 }
+ - { offsetInCU: 0xC65, offset: 0x7F5FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH9hashValueSivgTW', symObjAddr: 0x4E4, symBinAddr: 0x2043C, symSize: 0x4 }
+ - { offsetInCU: 0xC85, offset: 0x7F61B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E8, symBinAddr: 0x20440, symSize: 0x4 }
+ - { offsetInCU: 0xCA5, offset: 0x7F63B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E8, symBinAddr: 0x20440, symSize: 0x4 }
+ - { offsetInCU: 0xCC5, offset: 0x7F65B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4EC, symBinAddr: 0x20444, symSize: 0x4 }
+ - { offsetInCU: 0xCE5, offset: 0x7F67B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4EC, symBinAddr: 0x20444, symSize: 0x4 }
+ - { offsetInCU: 0xCFC, offset: 0x7F692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x61C, symBinAddr: 0x20574, symSize: 0x28 }
+ - { offsetInCU: 0xD18, offset: 0x7F6AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x644, symBinAddr: 0x2059C, symSize: 0x28 }
+ - { offsetInCU: 0x43, offset: 0x7F9C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x0, symBinAddr: 0x20E08, symSize: 0x40 }
+ - { offsetInCU: 0x17C, offset: 0x7FAFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0x40, symBinAddr: 0x20E48, symSize: 0x274 }
+ - { offsetInCU: 0x433, offset: 0x7FDB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x2B4, symBinAddr: 0x210BC, symSize: 0x3A8 }
+ - { offsetInCU: 0x6D8, offset: 0x80057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA10EndRequestV_Tg5', symObjAddr: 0x65C, symBinAddr: 0x21464, symSize: 0x28C }
+ - { offsetInCU: 0x939, offset: 0x802B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA11DialRequestV_Tg5', symObjAddr: 0x8E8, symBinAddr: 0x216F0, symSize: 0x28C }
+ - { offsetInCU: 0xB9A, offset: 0x80519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA11HoldRequestV_Tg5', symObjAddr: 0xB74, symBinAddr: 0x2197C, symSize: 0x28C }
+ - { offsetInCU: 0xDFB, offset: 0x8077A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA12AliveRequestV_Tg5', symObjAddr: 0xE00, symBinAddr: 0x21C08, symSize: 0x28C }
+ - { offsetInCU: 0x105C, offset: 0x809DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA13AcceptRequestV_Tg5', symObjAddr: 0x108C, symBinAddr: 0x21E94, symSize: 0x28C }
+ - { offsetInCU: 0x12BD, offset: 0x80C3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA13CancelRequestV_Tg5', symObjAddr: 0x1318, symBinAddr: 0x22120, symSize: 0x28C }
+ - { offsetInCU: 0x151E, offset: 0x80E9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14DeclineRequestV_Tg5', symObjAddr: 0x15A4, symBinAddr: 0x223AC, symSize: 0x28C }
+ - { offsetInCU: 0x17AF, offset: 0x8112E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14GetRoomRequestV_Tg5', symObjAddr: 0x1830, symBinAddr: 0x22638, symSize: 0x3B0 }
+ - { offsetInCU: 0x1A54, offset: 0x813D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14TimeoutRequestV_Tg5', symObjAddr: 0x1BE0, symBinAddr: 0x229E8, symSize: 0x28C }
+ - { offsetInCU: 0x1CB5, offset: 0x81634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA15NoAnswerRequestV_Tg5', symObjAddr: 0x1E6C, symBinAddr: 0x22C74, symSize: 0x28C }
+ - { offsetInCU: 0x1F46, offset: 0x818C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA16EnterRoomRequestV_Tg5', symObjAddr: 0x20F8, symBinAddr: 0x22F00, symSize: 0x3CC }
+ - { offsetInCU: 0x221B, offset: 0x81B9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x24C4, symBinAddr: 0x232CC, symSize: 0x3B0 }
+ - { offsetInCU: 0x24A0, offset: 0x81E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x2874, symBinAddr: 0x2367C, symSize: 0x3B0 }
+ - { offsetInCU: 0x2745, offset: 0x820C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17UnknownEndRequestV_Tg5', symObjAddr: 0x2C24, symBinAddr: 0x23A2C, symSize: 0x28C }
+ - { offsetInCU: 0x29A6, offset: 0x82325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA18CommandListRequestV_Tg5', symObjAddr: 0x2EB0, symBinAddr: 0x23CB8, symSize: 0x28C }
+ - { offsetInCU: 0x2C07, offset: 0x82586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA19AuthenticateRequestV_Tg5', symObjAddr: 0x313C, symBinAddr: 0x23F44, symSize: 0x2FC }
+ - { offsetInCU: 0x2E68, offset: 0x827E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0x3438, symBinAddr: 0x24240, symSize: 0x28C }
+ - { offsetInCU: 0x30A9, offset: 0x82A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0x36C4, symBinAddr: 0x244CC, symSize: 0x274 }
+ - { offsetInCU: 0x3306, offset: 0x82C85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0x3938, symBinAddr: 0x24740, symSize: 0x28C }
+ - { offsetInCU: 0x3567, offset: 0x82EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0x3BC4, symBinAddr: 0x249CC, symSize: 0x28C }
+ - { offsetInCU: 0x37A8, offset: 0x83127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0x3E50, symBinAddr: 0x24C58, symSize: 0x274 }
+ - { offsetInCU: 0x39E5, offset: 0x83364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21UpdateEndpointRequestV_Tg5', symObjAddr: 0x40C4, symBinAddr: 0x24ECC, symSize: 0x28C }
+ - { offsetInCU: 0x3C26, offset: 0x835A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0x4350, symBinAddr: 0x25158, symSize: 0x274 }
+ - { offsetInCU: 0x3E83, offset: 0x83802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23RoomAudioSettingRequestV_Tg5', symObjAddr: 0x45C4, symBinAddr: 0x253CC, symSize: 0x264 }
+ - { offsetInCU: 0x40E4, offset: 0x83A63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23RoomVideoSettingRequestV_Tg5', symObjAddr: 0x4828, symBinAddr: 0x25630, symSize: 0x264 }
+ - { offsetInCU: 0x4325, offset: 0x83CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0x4A8C, symBinAddr: 0x25894, symSize: 0x274 }
+ - { offsetInCU: 0x459E, offset: 0x83F1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24DeleteCustomItemsRequestV_Tg5', symObjAddr: 0x4F80, symBinAddr: 0x25D88, symSize: 0x2DC }
+ - { offsetInCU: 0x47FC, offset: 0x8417B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24UpdateCustomItemsRequestV_Tg5', symObjAddr: 0x525C, symBinAddr: 0x26064, symSize: 0x28C }
+ - { offsetInCU: 0x4A5D, offset: 0x843DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0x54E8, symBinAddr: 0x262F0, symSize: 0x28C }
+ - { offsetInCU: 0x4CBE, offset: 0x8463D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA28DeleteRoomCustomItemsRequestV_Tg5', symObjAddr: 0x59F4, symBinAddr: 0x267FC, symSize: 0x28C }
+ - { offsetInCU: 0x4F1F, offset: 0x8489E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA28UpdateRoomCustomItemsRequestV_Tg5', symObjAddr: 0x5C80, symBinAddr: 0x26A88, symSize: 0x28C }
+ - { offsetInCU: 0x5180, offset: 0x84AFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA29DirectCallLogListQueryRequestV_Tg5', symObjAddr: 0x5F0C, symBinAddr: 0x26D14, symSize: 0x28C }
+ - { offsetInCU: 0x5385, offset: 0x84D04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tF', symObjAddr: 0x6198, symBinAddr: 0x26FA0, symSize: 0x43C }
+ - { offsetInCU: 0x5541, offset: 0x84EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x65D4, symBinAddr: 0x273DC, symSize: 0x40 }
+ - { offsetInCU: 0x5590, offset: 0x84F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0x6614, symBinAddr: 0x2741C, symSize: 0x324 }
+ - { offsetInCU: 0x581D, offset: 0x8519C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x6938, symBinAddr: 0x27740, symSize: 0x3D4 }
+ - { offsetInCU: 0x5AAD, offset: 0x8542C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA11DialRequestV_Tg5', symObjAddr: 0x6D0C, symBinAddr: 0x27B14, symSize: 0x334 }
+ - { offsetInCU: 0x5D3B, offset: 0x856BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA11HoldRequestV_Tg5', symObjAddr: 0x7040, symBinAddr: 0x27E48, symSize: 0x334 }
+ - { offsetInCU: 0x5FC9, offset: 0x85948, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA13AcceptRequestV_Tg5', symObjAddr: 0x7374, symBinAddr: 0x2817C, symSize: 0x338 }
+ - { offsetInCU: 0x6257, offset: 0x85BD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA14GetRoomRequestV_Tg5', symObjAddr: 0x79D0, symBinAddr: 0x287D8, symSize: 0x3E0 }
+ - { offsetInCU: 0x6505, offset: 0x85E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA14PushAckRequestV_Tg5', symObjAddr: 0x7DB0, symBinAddr: 0x28BB8, symSize: 0x324 }
+ - { offsetInCU: 0x67CC, offset: 0x8614B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA15StatsLogRequestV_Tg5', symObjAddr: 0x80D4, symBinAddr: 0x28EDC, symSize: 0x324 }
+ - { offsetInCU: 0x6A93, offset: 0x86412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA16ConnectedRequestV_Tg5', symObjAddr: 0x83F8, symBinAddr: 0x29200, symSize: 0x324 }
+ - { offsetInCU: 0x6D3C, offset: 0x866BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA16EnterRoomRequestV_Tg5', symObjAddr: 0x871C, symBinAddr: 0x29524, symSize: 0x3F8 }
+ - { offsetInCU: 0x6FCC, offset: 0x8694B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x8B14, symBinAddr: 0x2991C, symSize: 0x3C4 }
+ - { offsetInCU: 0x725C, offset: 0x86BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x8ED8, symBinAddr: 0x29CE0, symSize: 0x3BC }
+ - { offsetInCU: 0x74EC, offset: 0x86E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA0F11ListRequestV_Tg5', symObjAddr: 0x95E4, symBinAddr: 0x2A3EC, symSize: 0x35C }
+ - { offsetInCU: 0x7798, offset: 0x87117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA18DialReceiveRequestV_Tg5', symObjAddr: 0x9940, symBinAddr: 0x2A748, symSize: 0x324 }
+ - { offsetInCU: 0x7A41, offset: 0x873C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA19AuthenticateRequestV_Tg5', symObjAddr: 0x9F88, symBinAddr: 0x2AD90, symSize: 0x370 }
+ - { offsetInCU: 0x7CD1, offset: 0x87650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0xA2F8, symBinAddr: 0x2B100, symSize: 0x334 }
+ - { offsetInCU: 0x7F5F, offset: 0x878DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0xA62C, symBinAddr: 0x2B434, symSize: 0x324 }
+ - { offsetInCU: 0x81EC, offset: 0x87B6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0xA950, symBinAddr: 0x2B758, symSize: 0x334 }
+ - { offsetInCU: 0x847A, offset: 0x87DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0xAC84, symBinAddr: 0x2BA8C, symSize: 0x334 }
+ - { offsetInCU: 0x8708, offset: 0x88087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0xAFB8, symBinAddr: 0x2BDC0, symSize: 0x32C }
+ - { offsetInCU: 0x8995, offset: 0x88314, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21UpdateEndpointRequestV_Tg5', symObjAddr: 0xB2E4, symBinAddr: 0x2C0EC, symSize: 0x334 }
+ - { offsetInCU: 0x8C41, offset: 0x885C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA22UpdatePushTokenRequestV_Tg5', symObjAddr: 0xB93C, symBinAddr: 0x2C744, symSize: 0x324 }
+ - { offsetInCU: 0x8EEA, offset: 0x88869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0xBFD4, symBinAddr: 0x2CDDC, symSize: 0x32C }
+ - { offsetInCU: 0x9177, offset: 0x88AF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0xC640, symBinAddr: 0x2D448, symSize: 0x324 }
+ - { offsetInCU: 0x9404, offset: 0x88D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24DeleteCustomItemsRequestV_Tg5', symObjAddr: 0xC964, symBinAddr: 0x2D76C, symSize: 0x35C }
+ - { offsetInCU: 0x96B0, offset: 0x8902F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24RegisterPushTokenRequestV_Tg5', symObjAddr: 0xCCC0, symBinAddr: 0x2DAC8, symSize: 0x324 }
+ - { offsetInCU: 0x9959, offset: 0x892D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24UpdateCustomItemsRequestV_Tg5', symObjAddr: 0xCFE4, symBinAddr: 0x2DDEC, symSize: 0x334 }
+ - { offsetInCU: 0x9BE7, offset: 0x89566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0xD318, symBinAddr: 0x2E120, symSize: 0x344 }
+ - { offsetInCU: 0x9E93, offset: 0x89812, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA26UnregisterPushTokenRequestV_Tg5', symObjAddr: 0xD9A4, symBinAddr: 0x2E7AC, symSize: 0x324 }
+ - { offsetInCU: 0xA13C, offset: 0x89ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA28DeleteRoomCustomItemsRequestV_Tg5', symObjAddr: 0xDCC8, symBinAddr: 0x2EAD0, symSize: 0x35C }
+ - { offsetInCU: 0xA3CA, offset: 0x89D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA28UpdateRoomCustomItemsRequestV_Tg5', symObjAddr: 0xE024, symBinAddr: 0x2EE2C, symSize: 0x334 }
+ - { offsetInCU: 0xA658, offset: 0x89FD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA29DirectCallLogListQueryRequestV_Tg5', symObjAddr: 0xE358, symBinAddr: 0x2F160, symSize: 0x334 }
+ - { offsetInCU: 0xA8D7, offset: 0x8A256, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tF', symObjAddr: 0xE68C, symBinAddr: 0x2F494, symSize: 0x4A4 }
+ - { offsetInCU: 0xAB4B, offset: 0x8A4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0xEB30, symBinAddr: 0x2F938, symSize: 0x40 }
+ - { offsetInCU: 0xAB81, offset: 0x8A500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0xEB70, symBinAddr: 0x2F978, symSize: 0x1BC }
+ - { offsetInCU: 0xAC74, offset: 0x8A5F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA18DialReceiveRequestV_Tg5', symObjAddr: 0xED2C, symBinAddr: 0x2FB34, symSize: 0x1EC }
+ - { offsetInCU: 0xAD5F, offset: 0x8A6DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0xEF18, symBinAddr: 0x2FD20, symSize: 0x1BC }
+ - { offsetInCU: 0xAE52, offset: 0x8A7D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA19AuthenticateRequestV_Tg5', symObjAddr: 0xF0D4, symBinAddr: 0x2FEDC, symSize: 0x218 }
+ - { offsetInCU: 0xAF3D, offset: 0x8A8BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA26UnregisterPushTokenRequestV_Tg5', symObjAddr: 0xF2EC, symBinAddr: 0x300F4, symSize: 0x1F0 }
+ - { offsetInCU: 0xB028, offset: 0x8A9A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA16EnterRoomRequestV_Tg5', symObjAddr: 0xF4DC, symBinAddr: 0x302E4, symSize: 0x2C4 }
+ - { offsetInCU: 0xB113, offset: 0x8AA92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA12AliveRequestV_Tg5', symObjAddr: 0xF7A0, symBinAddr: 0x305A8, symSize: 0x20C }
+ - { offsetInCU: 0xB206, offset: 0x8AB85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14GetRoomRequestV_Tg5', symObjAddr: 0xF9AC, symBinAddr: 0x307B4, symSize: 0x29C }
+ - { offsetInCU: 0xB2F1, offset: 0x8AC70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0xFC48, symBinAddr: 0x30A50, symSize: 0x1C0 }
+ - { offsetInCU: 0xB3E4, offset: 0x8AD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA13CancelRequestV_Tg5', symObjAddr: 0xFE08, symBinAddr: 0x30C10, symSize: 0x20C }
+ - { offsetInCU: 0xB4D7, offset: 0x8AE56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA22UpdatePushTokenRequestV_Tg5', symObjAddr: 0x10214, symBinAddr: 0x3101C, symSize: 0x1EC }
+ - { offsetInCU: 0xB5C2, offset: 0x8AF41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14DeclineRequestV_Tg5', symObjAddr: 0x105EC, symBinAddr: 0x313F4, symSize: 0x20C }
+ - { offsetInCU: 0xB6B5, offset: 0x8B034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0x107F8, symBinAddr: 0x31600, symSize: 0x1DC }
+ - { offsetInCU: 0xB7A8, offset: 0x8B127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0x109D4, symBinAddr: 0x317DC, symSize: 0x1BC }
+ - { offsetInCU: 0xB89B, offset: 0x8B21A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0x10D78, symBinAddr: 0x31B80, symSize: 0x1DC }
+ - { offsetInCU: 0xB98E, offset: 0x8B30D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x10F54, symBinAddr: 0x31D5C, symSize: 0x294 }
+ - { offsetInCU: 0xBA79, offset: 0x8B3F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23RoomAudioSettingRequestV_Tg5', symObjAddr: 0x111E8, symBinAddr: 0x31FF0, symSize: 0x1FC }
+ - { offsetInCU: 0xBB6C, offset: 0x8B4EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14PushAckRequestV_Tg5', symObjAddr: 0x113E4, symBinAddr: 0x321EC, symSize: 0x1EC }
+ - { offsetInCU: 0xBC57, offset: 0x8B5D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA15NoAnswerRequestV_Tg5', symObjAddr: 0x115D0, symBinAddr: 0x323D8, symSize: 0x204 }
+ - { offsetInCU: 0xBD4A, offset: 0x8B6C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA16ConnectedRequestV_Tg5', symObjAddr: 0x117D4, symBinAddr: 0x325DC, symSize: 0x1EC }
+ - { offsetInCU: 0xBE35, offset: 0x8B7B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17UnknownEndRequestV_Tg5', symObjAddr: 0x119C0, symBinAddr: 0x327C8, symSize: 0x204 }
+ - { offsetInCU: 0xBF28, offset: 0x8B8A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA15StatsLogRequestV_Tg5', symObjAddr: 0x11BC4, symBinAddr: 0x329CC, symSize: 0x1EC }
+ - { offsetInCU: 0xC013, offset: 0x8B992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA11HoldRequestV_Tg5', symObjAddr: 0x11F9C, symBinAddr: 0x32DA4, symSize: 0x1DC }
+ - { offsetInCU: 0xC106, offset: 0x8BA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0x12364, symBinAddr: 0x3316C, symSize: 0x1C0 }
+ - { offsetInCU: 0xC1F9, offset: 0x8BB78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA10EndRequestV_Tg5', symObjAddr: 0x12714, symBinAddr: 0x3351C, symSize: 0x208 }
+ - { offsetInCU: 0xC2EC, offset: 0x8BC6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23RoomVideoSettingRequestV_Tg5', symObjAddr: 0x1291C, symBinAddr: 0x33724, symSize: 0x1FC }
+ - { offsetInCU: 0xC3DF, offset: 0x8BD5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0x12B18, symBinAddr: 0x33920, symSize: 0x1DC }
+ - { offsetInCU: 0xC4D2, offset: 0x8BE51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x12EE4, symBinAddr: 0x33CEC, symSize: 0x2F4 }
+ - { offsetInCU: 0xC5BD, offset: 0x8BF3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14TimeoutRequestV_Tg5', symObjAddr: 0x133C8, symBinAddr: 0x341D0, symSize: 0x20C }
+ - { offsetInCU: 0xC6B0, offset: 0x8C02F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x135D4, symBinAddr: 0x343DC, symSize: 0x284 }
+ - { offsetInCU: 0xC79B, offset: 0x8C11A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA24RegisterPushTokenRequestV_Tg5', symObjAddr: 0x13A44, symBinAddr: 0x3484C, symSize: 0x1EC }
+ - { offsetInCU: 0xC886, offset: 0x8C205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0x13C30, symBinAddr: 0x34A38, symSize: 0x1F0 }
+ - { offsetInCU: 0xC96A, offset: 0x8C2E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtF', symObjAddr: 0x13E20, symBinAddr: 0x34C28, symSize: 0x344 }
+ - { offsetInCU: 0xCA4B, offset: 0x8C3CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x14164, symBinAddr: 0x34F6C, symSize: 0x14 }
+ - { offsetInCU: 0xCA7D, offset: 0x8C3FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtF', symObjAddr: 0x14178, symBinAddr: 0x34F80, symSize: 0x4 }
+ - { offsetInCU: 0xCAA9, offset: 0x8C428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1417C, symBinAddr: 0x34F84, symSize: 0x14 }
+ - { offsetInCU: 0xCADB, offset: 0x8C45A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtF', symObjAddr: 0x14190, symBinAddr: 0x34F98, symSize: 0x4 }
+ - { offsetInCU: 0xCAF8, offset: 0x8C477, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O6ClientO_Tg5', symObjAddr: 0x14194, symBinAddr: 0x34F9C, symSize: 0x88 }
+ - { offsetInCU: 0xCB7D, offset: 0x8C4FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O6DeviceO_Tg5', symObjAddr: 0x1421C, symBinAddr: 0x35024, symSize: 0xE8 }
+ - { offsetInCU: 0xCC3A, offset: 0x8C5B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O7GeneralO_Tg5', symObjAddr: 0x14304, symBinAddr: 0x3510C, symSize: 0xB8 }
+ - { offsetInCU: 0xCCDB, offset: 0x8C65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O11ScreenShareO_Tg5', symObjAddr: 0x143BC, symBinAddr: 0x351C4, symSize: 0x1CC }
+ - { offsetInCU: 0xCDE8, offset: 0x8C767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O4HoldO_Tg5', symObjAddr: 0x14588, symBinAddr: 0x35390, symSize: 0x1FC }
+ - { offsetInCU: 0xCF11, offset: 0x8C890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O9RecordingO_Tg5', symObjAddr: 0x14784, symBinAddr: 0x3558C, symSize: 0x174 }
+ - { offsetInCU: 0xCFE6, offset: 0x8C965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O7CaptureO_Tg5', symObjAddr: 0x148F8, symBinAddr: 0x35700, symSize: 0x19C }
+ - { offsetInCU: 0xD0D7, offset: 0x8CA56, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD16EmptyAPIResponseVSg_Tg5', symObjAddr: 0x14A94, symBinAddr: 0x3589C, symSize: 0x148 }
+ - { offsetInCU: 0xD13E, offset: 0x8CABD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD20AuthenticateResponseVSg_Tg5', symObjAddr: 0x14BDC, symBinAddr: 0x359E4, symSize: 0x164 }
+ - { offsetInCU: 0xD1A5, offset: 0x8CB24, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD24RoomAudioSettingResponseVSg_Tg5', symObjAddr: 0x14D40, symBinAddr: 0x35B48, symSize: 0x148 }
+ - { offsetInCU: 0xD20C, offset: 0x8CB8B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD24RoomVideoSettingResponseVSg_Tg5', symObjAddr: 0x14E88, symBinAddr: 0x35C90, symSize: 0x148 }
+ - { offsetInCU: 0xD273, offset: 0x8CBF2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlF', symObjAddr: 0x150F0, symBinAddr: 0x35EF8, symSize: 0x108 }
+ - { offsetInCU: 0xD2F4, offset: 0x8CC73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4data10Foundation4DataVvg', symObjAddr: 0x151F8, symBinAddr: 0x36000, symSize: 0x2C }
+ - { offsetInCU: 0xD310, offset: 0x8CC8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV11descriptionSSvg', symObjAddr: 0x15224, symBinAddr: 0x3602C, symSize: 0xAC }
+ - { offsetInCU: 0xD366, offset: 0x8CCE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x152D0, symBinAddr: 0x360D8, symSize: 0x8 }
+ - { offsetInCU: 0xD3BA, offset: 0x8CD39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH9hashValueSivgTW', symObjAddr: 0x152D8, symBinAddr: 0x360E0, symSize: 0x40 }
+ - { offsetInCU: 0xD49D, offset: 0x8CE1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x15318, symBinAddr: 0x36120, symSize: 0x24 }
+ - { offsetInCU: 0xD51D, offset: 0x8CE9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x15378, symBinAddr: 0x36180, symSize: 0x4 }
+ - { offsetInCU: 0xD53D, offset: 0x8CEBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x15378, symBinAddr: 0x36180, symSize: 0x4 }
+ - { offsetInCU: 0xD55D, offset: 0x8CEDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1537C, symBinAddr: 0x36184, symSize: 0x28 }
+ - { offsetInCU: 0xD58E, offset: 0x8CF0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x153A4, symBinAddr: 0x361AC, symSize: 0xC }
+ - { offsetInCU: 0xD5AA, offset: 0x8CF29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x153B0, symBinAddr: 0x361B8, symSize: 0xC }
+ - { offsetInCU: 0xD5C6, offset: 0x8CF45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x19EA0, symBinAddr: 0x3AC48, symSize: 0x74 }
+ - { offsetInCU: 0xD61A, offset: 0x8CF99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLO11stringValueSSvgTf4d_n', symObjAddr: 0x19F14, symBinAddr: 0x3ACBC, symSize: 0x10 }
+ - { offsetInCU: 0xD638, offset: 0x8CFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4dataAC10Foundation4DataV_tcfC', symObjAddr: 0x1540C, symBinAddr: 0x36214, symSize: 0x4 }
+ - { offsetInCU: 0xD656, offset: 0x8CFD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x15410, symBinAddr: 0x36218, symSize: 0x14 }
+ - { offsetInCU: 0xD688, offset: 0x8D007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x15424, symBinAddr: 0x3622C, symSize: 0xA8 }
+ - { offsetInCU: 0xD6FD, offset: 0x8D07C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x154CC, symBinAddr: 0x362D4, symSize: 0x28 }
+ - { offsetInCU: 0xD734, offset: 0x8D0B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x19F24, symBinAddr: 0x3ACCC, symSize: 0x114 }
+ - { offsetInCU: 0xD787, offset: 0x8D106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ResultIgnorablePAAE10resultTypeAA06IgnoreG0VmvgZ', symObjAddr: 0x154F4, symBinAddr: 0x362FC, symSize: 0x4 }
+ - { offsetInCU: 0xD7BC, offset: 0x8D13B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ResultIgnorablePAAE06decodeD04fromAA11Respondable_pSg10Foundation4DataV_tF', symObjAddr: 0x154F8, symBinAddr: 0x36300, symSize: 0x4C }
+ - { offsetInCU: 0xD801, offset: 0x8D180, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONDecoderC13SendBirdCallsE11keyStrategyA2C011KeyDecodingG0O_tcfC', symObjAddr: 0x15544, symBinAddr: 0x3634C, symSize: 0xA0 }
+ - { offsetInCU: 0xD82A, offset: 0x8D1A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x155E4, symBinAddr: 0x363EC, symSize: 0xC }
+ - { offsetInCU: 0xD846, offset: 0x8D1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x155F0, symBinAddr: 0x363F8, symSize: 0x4C }
+ - { offsetInCU: 0xD87B, offset: 0x8D1FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1563C, symBinAddr: 0x36444, symSize: 0x48 }
+ - { offsetInCU: 0xD88F, offset: 0x8D20E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15684, symBinAddr: 0x3648C, symSize: 0x48 }
+ - { offsetInCU: 0xD8BA, offset: 0x8D239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x156CC, symBinAddr: 0x364D4, symSize: 0x14 }
+ - { offsetInCU: 0xD8FB, offset: 0x8D27A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x156E0, symBinAddr: 0x364E8, symSize: 0x14 }
+ - { offsetInCU: 0xD92D, offset: 0x8D2AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x156F4, symBinAddr: 0x364FC, symSize: 0x40 }
+ - { offsetInCU: 0xD941, offset: 0x8D2C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15734, symBinAddr: 0x3653C, symSize: 0x40 }
+ - { offsetInCU: 0xD955, offset: 0x8D2D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15774, symBinAddr: 0x3657C, symSize: 0x40 }
+ - { offsetInCU: 0xD980, offset: 0x8D2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x157B4, symBinAddr: 0x365BC, symSize: 0x14 }
+ - { offsetInCU: 0xD9C1, offset: 0x8D340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x157C8, symBinAddr: 0x365D0, symSize: 0x14 }
+ - { offsetInCU: 0xD9F3, offset: 0x8D372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x157DC, symBinAddr: 0x365E4, symSize: 0x48 }
+ - { offsetInCU: 0xDA07, offset: 0x8D386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15824, symBinAddr: 0x3662C, symSize: 0x48 }
+ - { offsetInCU: 0xDA1B, offset: 0x8D39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1586C, symBinAddr: 0x36674, symSize: 0x48 }
+ - { offsetInCU: 0xDA46, offset: 0x8D3C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x158B4, symBinAddr: 0x366BC, symSize: 0x4 }
+ - { offsetInCU: 0xDA66, offset: 0x8D3E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x158B4, symBinAddr: 0x366BC, symSize: 0x4 }
+ - { offsetInCU: 0xDA87, offset: 0x8D406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x158B8, symBinAddr: 0x366C0, symSize: 0x4 }
+ - { offsetInCU: 0xDAA7, offset: 0x8D426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x158B8, symBinAddr: 0x366C0, symSize: 0x4 }
+ - { offsetInCU: 0xDAB9, offset: 0x8D438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x158BC, symBinAddr: 0x366C4, symSize: 0xC }
+ - { offsetInCU: 0xDAD5, offset: 0x8D454, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x158C8, symBinAddr: 0x366D0, symSize: 0x4C }
+ - { offsetInCU: 0xDB0A, offset: 0x8D489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15914, symBinAddr: 0x3671C, symSize: 0xC }
+ - { offsetInCU: 0xDB1E, offset: 0x8D49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15920, symBinAddr: 0x36728, symSize: 0xC }
+ - { offsetInCU: 0xDB49, offset: 0x8D4C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x1592C, symBinAddr: 0x36734, symSize: 0x14 }
+ - { offsetInCU: 0xDB8A, offset: 0x8D509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15940, symBinAddr: 0x36748, symSize: 0x14 }
+ - { offsetInCU: 0xDBBC, offset: 0x8D53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15954, symBinAddr: 0x3675C, symSize: 0x48 }
+ - { offsetInCU: 0xDBD0, offset: 0x8D54F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1599C, symBinAddr: 0x367A4, symSize: 0x48 }
+ - { offsetInCU: 0xDBE4, offset: 0x8D563, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x159E4, symBinAddr: 0x367EC, symSize: 0x48 }
+ - { offsetInCU: 0xDC0F, offset: 0x8D58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15A2C, symBinAddr: 0x36834, symSize: 0x4 }
+ - { offsetInCU: 0xDC2F, offset: 0x8D5AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15A2C, symBinAddr: 0x36834, symSize: 0x4 }
+ - { offsetInCU: 0xDC50, offset: 0x8D5CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15A30, symBinAddr: 0x36838, symSize: 0x4 }
+ - { offsetInCU: 0xDC70, offset: 0x8D5EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15A30, symBinAddr: 0x36838, symSize: 0x4 }
+ - { offsetInCU: 0xDC82, offset: 0x8D601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15A34, symBinAddr: 0x3683C, symSize: 0x38 }
+ - { offsetInCU: 0xDC9E, offset: 0x8D61D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15A6C, symBinAddr: 0x36874, symSize: 0x68 }
+ - { offsetInCU: 0xDCB2, offset: 0x8D631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15AD4, symBinAddr: 0x368DC, symSize: 0x38 }
+ - { offsetInCU: 0xDCDD, offset: 0x8D65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x15B0C, symBinAddr: 0x36914, symSize: 0x24 }
+ - { offsetInCU: 0xDD1E, offset: 0x8D69D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15B30, symBinAddr: 0x36938, symSize: 0x1C }
+ - { offsetInCU: 0xDD50, offset: 0x8D6CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x15B4C, symBinAddr: 0x36954, symSize: 0xC }
+ - { offsetInCU: 0xDD6C, offset: 0x8D6EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15B58, symBinAddr: 0x36960, symSize: 0x4C }
+ - { offsetInCU: 0xDD88, offset: 0x8D707, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15BA4, symBinAddr: 0x369AC, symSize: 0x5C }
+ - { offsetInCU: 0xDDA4, offset: 0x8D723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15C00, symBinAddr: 0x36A08, symSize: 0x5C }
+ - { offsetInCU: 0xDDDA, offset: 0x8D759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15C5C, symBinAddr: 0x36A64, symSize: 0x4C }
+ - { offsetInCU: 0xDE26, offset: 0x8D7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15CA8, symBinAddr: 0x36AB0, symSize: 0x4C }
+ - { offsetInCU: 0xDE58, offset: 0x8D7D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15CF4, symBinAddr: 0x36AFC, symSize: 0x10 }
+ - { offsetInCU: 0xDE6C, offset: 0x8D7EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP06decodeD6Result4fromAA0dJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15D04, symBinAddr: 0x36B0C, symSize: 0x10 }
+ - { offsetInCU: 0xDE88, offset: 0x8D807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15D14, symBinAddr: 0x36B1C, symSize: 0x44 }
+ - { offsetInCU: 0xDEB3, offset: 0x8D832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP06handleD0_7handleryAA0D0_pSg_ypSgtFTW', symObjAddr: 0x15D58, symBinAddr: 0x36B60, symSize: 0x24 }
+ - { offsetInCU: 0xDEF4, offset: 0x8D873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15D7C, symBinAddr: 0x36B84, symSize: 0x1C }
+ - { offsetInCU: 0xDF26, offset: 0x8D8A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15D98, symBinAddr: 0x36BA0, symSize: 0x10 }
+ - { offsetInCU: 0xDF3A, offset: 0x8D8B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15DA8, symBinAddr: 0x36BB0, symSize: 0x10 }
+ - { offsetInCU: 0xDF4E, offset: 0x8D8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15DB8, symBinAddr: 0x36BC0, symSize: 0x10 }
+ - { offsetInCU: 0xDF79, offset: 0x8D8F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15DC8, symBinAddr: 0x36BD0, symSize: 0x24 }
+ - { offsetInCU: 0xDFBA, offset: 0x8D939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15DEC, symBinAddr: 0x36BF4, symSize: 0x1C }
+ - { offsetInCU: 0xDFEC, offset: 0x8D96B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15E08, symBinAddr: 0x36C10, symSize: 0x48 }
+ - { offsetInCU: 0xE008, offset: 0x8D987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15E50, symBinAddr: 0x36C58, symSize: 0x50 }
+ - { offsetInCU: 0xE024, offset: 0x8D9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15EA0, symBinAddr: 0x36CA8, symSize: 0x58 }
+ - { offsetInCU: 0xE04F, offset: 0x8D9CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15EF8, symBinAddr: 0x36D00, symSize: 0x14 }
+ - { offsetInCU: 0xE090, offset: 0x8DA0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15F0C, symBinAddr: 0x36D14, symSize: 0x14 }
+ - { offsetInCU: 0xE0C2, offset: 0x8DA41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15F20, symBinAddr: 0x36D28, symSize: 0x10 }
+ - { offsetInCU: 0xE0D6, offset: 0x8DA55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15F30, symBinAddr: 0x36D38, symSize: 0x10 }
+ - { offsetInCU: 0xE0F2, offset: 0x8DA71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15F40, symBinAddr: 0x36D48, symSize: 0x44 }
+ - { offsetInCU: 0xE11D, offset: 0x8DA9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x15F84, symBinAddr: 0x36D8C, symSize: 0x24 }
+ - { offsetInCU: 0xE15E, offset: 0x8DADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15FA8, symBinAddr: 0x36DB0, symSize: 0x1C }
+ - { offsetInCU: 0xE190, offset: 0x8DB0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15FC4, symBinAddr: 0x36DCC, symSize: 0xC }
+ - { offsetInCU: 0xE1A4, offset: 0x8DB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15FD0, symBinAddr: 0x36DD8, symSize: 0xC }
+ - { offsetInCU: 0xE1B8, offset: 0x8DB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15FDC, symBinAddr: 0x36DE4, symSize: 0xC }
+ - { offsetInCU: 0xE1E3, offset: 0x8DB62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15FE8, symBinAddr: 0x36DF0, symSize: 0x14 }
+ - { offsetInCU: 0xE224, offset: 0x8DBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15FFC, symBinAddr: 0x36E04, symSize: 0x14 }
+ - { offsetInCU: 0xE256, offset: 0x8DBD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16010, symBinAddr: 0x36E18, symSize: 0x38 }
+ - { offsetInCU: 0xE272, offset: 0x8DBF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16048, symBinAddr: 0x36E50, symSize: 0x68 }
+ - { offsetInCU: 0xE286, offset: 0x8DC05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x160B0, symBinAddr: 0x36EB8, symSize: 0x38 }
+ - { offsetInCU: 0xE2B1, offset: 0x8DC30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x160E8, symBinAddr: 0x36EF0, symSize: 0x24 }
+ - { offsetInCU: 0xE2F2, offset: 0x8DC71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1610C, symBinAddr: 0x36F14, symSize: 0x1C }
+ - { offsetInCU: 0xE324, offset: 0x8DCA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16128, symBinAddr: 0x36F30, symSize: 0xC }
+ - { offsetInCU: 0xE340, offset: 0x8DCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16138, symBinAddr: 0x36F40, symSize: 0x40 }
+ - { offsetInCU: 0xE36B, offset: 0x8DCEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16178, symBinAddr: 0x36F80, symSize: 0x14 }
+ - { offsetInCU: 0xE3AC, offset: 0x8DD2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1618C, symBinAddr: 0x36F94, symSize: 0x14 }
+ - { offsetInCU: 0xE3DE, offset: 0x8DD5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x161A0, symBinAddr: 0x36FA8, symSize: 0x10 }
+ - { offsetInCU: 0xE3F2, offset: 0x8DD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x161B0, symBinAddr: 0x36FB8, symSize: 0x10 }
+ - { offsetInCU: 0xE40E, offset: 0x8DD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x161C0, symBinAddr: 0x36FC8, symSize: 0x44 }
+ - { offsetInCU: 0xE439, offset: 0x8DDB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16204, symBinAddr: 0x3700C, symSize: 0x24 }
+ - { offsetInCU: 0xE47A, offset: 0x8DDF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16228, symBinAddr: 0x37030, symSize: 0x1C }
+ - { offsetInCU: 0xE4AC, offset: 0x8DE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x16244, symBinAddr: 0x3704C, symSize: 0xC }
+ - { offsetInCU: 0xE4C8, offset: 0x8DE47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16250, symBinAddr: 0x37058, symSize: 0x4C }
+ - { offsetInCU: 0xE4FD, offset: 0x8DE7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1629C, symBinAddr: 0x370A4, symSize: 0x40 }
+ - { offsetInCU: 0xE511, offset: 0x8DE90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x162DC, symBinAddr: 0x370E4, symSize: 0x40 }
+ - { offsetInCU: 0xE53C, offset: 0x8DEBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x1631C, symBinAddr: 0x37124, symSize: 0x14 }
+ - { offsetInCU: 0xE57D, offset: 0x8DEFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16330, symBinAddr: 0x37138, symSize: 0x14 }
+ - { offsetInCU: 0xE5AF, offset: 0x8DF2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16344, symBinAddr: 0x3714C, symSize: 0x40 }
+ - { offsetInCU: 0xE5C3, offset: 0x8DF42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16384, symBinAddr: 0x3718C, symSize: 0x40 }
+ - { offsetInCU: 0xE5DF, offset: 0x8DF5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x163C4, symBinAddr: 0x371CC, symSize: 0x58 }
+ - { offsetInCU: 0xE60A, offset: 0x8DF89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x1641C, symBinAddr: 0x37224, symSize: 0x24 }
+ - { offsetInCU: 0xE64B, offset: 0x8DFCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16440, symBinAddr: 0x37248, symSize: 0x1C }
+ - { offsetInCU: 0xE67D, offset: 0x8DFFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1645C, symBinAddr: 0x37264, symSize: 0x40 }
+ - { offsetInCU: 0xE691, offset: 0x8E010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1649C, symBinAddr: 0x372A4, symSize: 0x40 }
+ - { offsetInCU: 0xE6AD, offset: 0x8E02C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x164DC, symBinAddr: 0x372E4, symSize: 0x58 }
+ - { offsetInCU: 0xE6D8, offset: 0x8E057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x16534, symBinAddr: 0x3733C, symSize: 0x24 }
+ - { offsetInCU: 0xE719, offset: 0x8E098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16558, symBinAddr: 0x37360, symSize: 0x1C }
+ - { offsetInCU: 0xE74B, offset: 0x8E0CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16574, symBinAddr: 0x3737C, symSize: 0x38 }
+ - { offsetInCU: 0xE767, offset: 0x8E0E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x165AC, symBinAddr: 0x373B4, symSize: 0x68 }
+ - { offsetInCU: 0xE77B, offset: 0x8E0FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16614, symBinAddr: 0x3741C, symSize: 0x38 }
+ - { offsetInCU: 0xE7A6, offset: 0x8E125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x1664C, symBinAddr: 0x37454, symSize: 0x24 }
+ - { offsetInCU: 0xE7E7, offset: 0x8E166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16670, symBinAddr: 0x37478, symSize: 0x1C }
+ - { offsetInCU: 0xE819, offset: 0x8E198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x1668C, symBinAddr: 0x37494, symSize: 0xC }
+ - { offsetInCU: 0xE835, offset: 0x8E1B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1669C, symBinAddr: 0x374A4, symSize: 0x40 }
+ - { offsetInCU: 0xE851, offset: 0x8E1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x166DC, symBinAddr: 0x374E4, symSize: 0x48 }
+ - { offsetInCU: 0xE87C, offset: 0x8E1FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16724, symBinAddr: 0x3752C, symSize: 0x14 }
+ - { offsetInCU: 0xE8BD, offset: 0x8E23C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16738, symBinAddr: 0x37540, symSize: 0x14 }
+ - { offsetInCU: 0xE8EF, offset: 0x8E26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x1674C, symBinAddr: 0x37554, symSize: 0xC }
+ - { offsetInCU: 0xE90B, offset: 0x8E28A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1675C, symBinAddr: 0x37564, symSize: 0x38 }
+ - { offsetInCU: 0xE927, offset: 0x8E2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16794, symBinAddr: 0x3759C, symSize: 0x40 }
+ - { offsetInCU: 0xE952, offset: 0x8E2D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x167D4, symBinAddr: 0x375DC, symSize: 0x14 }
+ - { offsetInCU: 0xE993, offset: 0x8E312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x167E8, symBinAddr: 0x375F0, symSize: 0x14 }
+ - { offsetInCU: 0xE9C5, offset: 0x8E344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x167FC, symBinAddr: 0x37604, symSize: 0x30 }
+ - { offsetInCU: 0xE9E1, offset: 0x8E360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1682C, symBinAddr: 0x37634, symSize: 0x30 }
+ - { offsetInCU: 0xE9FD, offset: 0x8E37C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1685C, symBinAddr: 0x37664, symSize: 0x3C }
+ - { offsetInCU: 0xEA28, offset: 0x8E3A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16898, symBinAddr: 0x376A0, symSize: 0x14 }
+ - { offsetInCU: 0xEA69, offset: 0x8E3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x168AC, symBinAddr: 0x376B4, symSize: 0x14 }
+ - { offsetInCU: 0xEA9B, offset: 0x8E41A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x168C0, symBinAddr: 0x376C8, symSize: 0x40 }
+ - { offsetInCU: 0xEAAF, offset: 0x8E42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16900, symBinAddr: 0x37708, symSize: 0x40 }
+ - { offsetInCU: 0xEAC3, offset: 0x8E442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16940, symBinAddr: 0x37748, symSize: 0x40 }
+ - { offsetInCU: 0xEAEE, offset: 0x8E46D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16980, symBinAddr: 0x37788, symSize: 0x24 }
+ - { offsetInCU: 0xEB2F, offset: 0x8E4AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x169A4, symBinAddr: 0x377AC, symSize: 0x1C }
+ - { offsetInCU: 0xEB61, offset: 0x8E4E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x169C0, symBinAddr: 0x377C8, symSize: 0x38 }
+ - { offsetInCU: 0xEB75, offset: 0x8E4F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x169F8, symBinAddr: 0x37800, symSize: 0x38 }
+ - { offsetInCU: 0xEB89, offset: 0x8E508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16A30, symBinAddr: 0x37838, symSize: 0x38 }
+ - { offsetInCU: 0xEBB4, offset: 0x8E533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16A68, symBinAddr: 0x37870, symSize: 0x14 }
+ - { offsetInCU: 0xEBF5, offset: 0x8E574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16A7C, symBinAddr: 0x37884, symSize: 0x14 }
+ - { offsetInCU: 0xEC27, offset: 0x8E5A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16A90, symBinAddr: 0x37898, symSize: 0x48 }
+ - { offsetInCU: 0xEC43, offset: 0x8E5C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16AD8, symBinAddr: 0x378E0, symSize: 0x50 }
+ - { offsetInCU: 0xEC5F, offset: 0x8E5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16B28, symBinAddr: 0x37930, symSize: 0x58 }
+ - { offsetInCU: 0xEC8A, offset: 0x8E609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16B80, symBinAddr: 0x37988, symSize: 0x14 }
+ - { offsetInCU: 0xECCB, offset: 0x8E64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16B94, symBinAddr: 0x3799C, symSize: 0x14 }
+ - { offsetInCU: 0xECFD, offset: 0x8E67C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16BA8, symBinAddr: 0x379B0, symSize: 0x58 }
+ - { offsetInCU: 0xED11, offset: 0x8E690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16C00, symBinAddr: 0x37A08, symSize: 0x58 }
+ - { offsetInCU: 0xED25, offset: 0x8E6A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16C58, symBinAddr: 0x37A60, symSize: 0x58 }
+ - { offsetInCU: 0xED50, offset: 0x8E6CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16CB0, symBinAddr: 0x37AB8, symSize: 0x24 }
+ - { offsetInCU: 0xED91, offset: 0x8E710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16CD4, symBinAddr: 0x37ADC, symSize: 0x1C }
+ - { offsetInCU: 0xEDC3, offset: 0x8E742, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16CF0, symBinAddr: 0x37AF8, symSize: 0xC }
+ - { offsetInCU: 0xEDD7, offset: 0x8E756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16CFC, symBinAddr: 0x37B04, symSize: 0xC }
+ - { offsetInCU: 0xEDEB, offset: 0x8E76A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16D08, symBinAddr: 0x37B10, symSize: 0xC }
+ - { offsetInCU: 0xEE16, offset: 0x8E795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16D14, symBinAddr: 0x37B1C, symSize: 0x24 }
+ - { offsetInCU: 0xEE57, offset: 0x8E7D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16D38, symBinAddr: 0x37B40, symSize: 0x1C }
+ - { offsetInCU: 0xEE89, offset: 0x8E808, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16D54, symBinAddr: 0x37B5C, symSize: 0x38 }
+ - { offsetInCU: 0xEEA5, offset: 0x8E824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16D8C, symBinAddr: 0x37B94, symSize: 0x60 }
+ - { offsetInCU: 0xEEB9, offset: 0x8E838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16DEC, symBinAddr: 0x37BF4, symSize: 0x38 }
+ - { offsetInCU: 0xEEE4, offset: 0x8E863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16E24, symBinAddr: 0x37C2C, symSize: 0x24 }
+ - { offsetInCU: 0xEF25, offset: 0x8E8A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16E48, symBinAddr: 0x37C50, symSize: 0x1C }
+ - { offsetInCU: 0xEF57, offset: 0x8E8D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16E64, symBinAddr: 0x37C6C, symSize: 0xC }
+ - { offsetInCU: 0xEF73, offset: 0x8E8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16E70, symBinAddr: 0x37C78, symSize: 0x4C }
+ - { offsetInCU: 0xEFA8, offset: 0x8E927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16EBC, symBinAddr: 0x37CC4, symSize: 0x48 }
+ - { offsetInCU: 0xEFBC, offset: 0x8E93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16F04, symBinAddr: 0x37D0C, symSize: 0x48 }
+ - { offsetInCU: 0xEFE7, offset: 0x8E966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16F4C, symBinAddr: 0x37D54, symSize: 0x14 }
+ - { offsetInCU: 0xF028, offset: 0x8E9A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16F60, symBinAddr: 0x37D68, symSize: 0x14 }
+ - { offsetInCU: 0xF05A, offset: 0x8E9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16F74, symBinAddr: 0x37D7C, symSize: 0xC }
+ - { offsetInCU: 0xF076, offset: 0x8E9F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16F80, symBinAddr: 0x37D88, symSize: 0x38 }
+ - { offsetInCU: 0xF092, offset: 0x8EA11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16FB8, symBinAddr: 0x37DC0, symSize: 0x40 }
+ - { offsetInCU: 0xF0BD, offset: 0x8EA3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16FF8, symBinAddr: 0x37E00, symSize: 0x14 }
+ - { offsetInCU: 0xF0FE, offset: 0x8EA7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1700C, symBinAddr: 0x37E14, symSize: 0x14 }
+ - { offsetInCU: 0xF130, offset: 0x8EAAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17020, symBinAddr: 0x37E28, symSize: 0x40 }
+ - { offsetInCU: 0xF144, offset: 0x8EAC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17060, symBinAddr: 0x37E68, symSize: 0x40 }
+ - { offsetInCU: 0xF160, offset: 0x8EADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x170A0, symBinAddr: 0x37EA8, symSize: 0x58 }
+ - { offsetInCU: 0xF18B, offset: 0x8EB0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x170F8, symBinAddr: 0x37F00, symSize: 0x24 }
+ - { offsetInCU: 0xF1CC, offset: 0x8EB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1711C, symBinAddr: 0x37F24, symSize: 0x1C }
+ - { offsetInCU: 0xF1FE, offset: 0x8EB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17138, symBinAddr: 0x37F40, symSize: 0x38 }
+ - { offsetInCU: 0xF21A, offset: 0x8EB99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17170, symBinAddr: 0x37F78, symSize: 0x60 }
+ - { offsetInCU: 0xF22E, offset: 0x8EBAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x171D0, symBinAddr: 0x37FD8, symSize: 0x38 }
+ - { offsetInCU: 0xF259, offset: 0x8EBD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17208, symBinAddr: 0x38010, symSize: 0x24 }
+ - { offsetInCU: 0xF29A, offset: 0x8EC19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1722C, symBinAddr: 0x38034, symSize: 0x1C }
+ - { offsetInCU: 0xF2CC, offset: 0x8EC4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17248, symBinAddr: 0x38050, symSize: 0x30 }
+ - { offsetInCU: 0xF2E8, offset: 0x8EC67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17278, symBinAddr: 0x38080, symSize: 0x30 }
+ - { offsetInCU: 0xF304, offset: 0x8EC83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x172A8, symBinAddr: 0x380B0, symSize: 0x3C }
+ - { offsetInCU: 0xF32F, offset: 0x8ECAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x172E4, symBinAddr: 0x380EC, symSize: 0x14 }
+ - { offsetInCU: 0xF370, offset: 0x8ECEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x172F8, symBinAddr: 0x38100, symSize: 0x14 }
+ - { offsetInCU: 0xF3A2, offset: 0x8ED21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x1730C, symBinAddr: 0x38114, symSize: 0xC }
+ - { offsetInCU: 0xF3BE, offset: 0x8ED3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17318, symBinAddr: 0x38120, symSize: 0x4C }
+ - { offsetInCU: 0xF3F3, offset: 0x8ED72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17364, symBinAddr: 0x3816C, symSize: 0x38 }
+ - { offsetInCU: 0xF407, offset: 0x8ED86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1739C, symBinAddr: 0x381A4, symSize: 0x38 }
+ - { offsetInCU: 0xF432, offset: 0x8EDB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x173D4, symBinAddr: 0x381DC, symSize: 0x14 }
+ - { offsetInCU: 0xF473, offset: 0x8EDF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x173E8, symBinAddr: 0x381F0, symSize: 0x14 }
+ - { offsetInCU: 0xF4A5, offset: 0x8EE24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x173FC, symBinAddr: 0x38204, symSize: 0x38 }
+ - { offsetInCU: 0xF4C1, offset: 0x8EE40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17434, symBinAddr: 0x3823C, symSize: 0x60 }
+ - { offsetInCU: 0xF4D5, offset: 0x8EE54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17494, symBinAddr: 0x3829C, symSize: 0x38 }
+ - { offsetInCU: 0xF500, offset: 0x8EE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x174CC, symBinAddr: 0x382D4, symSize: 0x24 }
+ - { offsetInCU: 0xF541, offset: 0x8EEC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x174F0, symBinAddr: 0x382F8, symSize: 0x1C }
+ - { offsetInCU: 0xF573, offset: 0x8EEF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x1750C, symBinAddr: 0x38314, symSize: 0xC }
+ - { offsetInCU: 0xF58F, offset: 0x8EF0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17518, symBinAddr: 0x38320, symSize: 0x4C }
+ - { offsetInCU: 0xF5C4, offset: 0x8EF43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17564, symBinAddr: 0x3836C, symSize: 0x50 }
+ - { offsetInCU: 0xF5D8, offset: 0x8EF57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x175B4, symBinAddr: 0x383BC, symSize: 0x50 }
+ - { offsetInCU: 0xF603, offset: 0x8EF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17604, symBinAddr: 0x3840C, symSize: 0x14 }
+ - { offsetInCU: 0xF644, offset: 0x8EFC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17618, symBinAddr: 0x38420, symSize: 0x14 }
+ - { offsetInCU: 0xF676, offset: 0x8EFF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1762C, symBinAddr: 0x38434, symSize: 0x40 }
+ - { offsetInCU: 0xF68A, offset: 0x8F009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0mN0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1766C, symBinAddr: 0x38474, symSize: 0x40 }
+ - { offsetInCU: 0xF6A6, offset: 0x8F025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x176AC, symBinAddr: 0x384B4, symSize: 0x58 }
+ - { offsetInCU: 0xF6D1, offset: 0x8F050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0M0_pSg_ypSgtFTW', symObjAddr: 0x17704, symBinAddr: 0x3850C, symSize: 0x24 }
+ - { offsetInCU: 0xF712, offset: 0x8F091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17728, symBinAddr: 0x38530, symSize: 0x1C }
+ - { offsetInCU: 0xF744, offset: 0x8F0C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17744, symBinAddr: 0x3854C, symSize: 0x38 }
+ - { offsetInCU: 0xF758, offset: 0x8F0D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1777C, symBinAddr: 0x38584, symSize: 0x38 }
+ - { offsetInCU: 0xF76C, offset: 0x8F0EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x177B4, symBinAddr: 0x385BC, symSize: 0x38 }
+ - { offsetInCU: 0xF797, offset: 0x8F116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x177EC, symBinAddr: 0x385F4, symSize: 0x24 }
+ - { offsetInCU: 0xF7D8, offset: 0x8F157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17810, symBinAddr: 0x38618, symSize: 0x1C }
+ - { offsetInCU: 0xF80A, offset: 0x8F189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1782C, symBinAddr: 0x38634, symSize: 0x38 }
+ - { offsetInCU: 0xF81E, offset: 0x8F19D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17864, symBinAddr: 0x3866C, symSize: 0x38 }
+ - { offsetInCU: 0xF83A, offset: 0x8F1B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1789C, symBinAddr: 0x386A4, symSize: 0x50 }
+ - { offsetInCU: 0xF865, offset: 0x8F1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x178EC, symBinAddr: 0x386F4, symSize: 0x24 }
+ - { offsetInCU: 0xF8A6, offset: 0x8F225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17910, symBinAddr: 0x38718, symSize: 0x1C }
+ - { offsetInCU: 0xF8D8, offset: 0x8F257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x1792C, symBinAddr: 0x38734, symSize: 0xC }
+ - { offsetInCU: 0xF8F4, offset: 0x8F273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1793C, symBinAddr: 0x38744, symSize: 0x40 }
+ - { offsetInCU: 0xF910, offset: 0x8F28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1797C, symBinAddr: 0x38784, symSize: 0x48 }
+ - { offsetInCU: 0xF93B, offset: 0x8F2BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x179C4, symBinAddr: 0x387CC, symSize: 0x14 }
+ - { offsetInCU: 0xF97C, offset: 0x8F2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x179D8, symBinAddr: 0x387E0, symSize: 0x14 }
+ - { offsetInCU: 0xF9AE, offset: 0x8F32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x179EC, symBinAddr: 0x387F4, symSize: 0x38 }
+ - { offsetInCU: 0xF9C2, offset: 0x8F341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17A24, symBinAddr: 0x3882C, symSize: 0x38 }
+ - { offsetInCU: 0xF9DE, offset: 0x8F35D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17A5C, symBinAddr: 0x38864, symSize: 0x50 }
+ - { offsetInCU: 0xFA09, offset: 0x8F388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x17AAC, symBinAddr: 0x388B4, symSize: 0x24 }
+ - { offsetInCU: 0xFA4A, offset: 0x8F3C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17AD0, symBinAddr: 0x388D8, symSize: 0x1C }
+ - { offsetInCU: 0xFA7C, offset: 0x8F3FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17AEC, symBinAddr: 0x388F4, symSize: 0xC }
+ - { offsetInCU: 0xFA90, offset: 0x8F40F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17AF8, symBinAddr: 0x38900, symSize: 0xC }
+ - { offsetInCU: 0xFAA4, offset: 0x8F423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17B04, symBinAddr: 0x3890C, symSize: 0xC }
+ - { offsetInCU: 0xFACF, offset: 0x8F44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17B10, symBinAddr: 0x38918, symSize: 0x14 }
+ - { offsetInCU: 0xFB10, offset: 0x8F48F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17B24, symBinAddr: 0x3892C, symSize: 0x14 }
+ - { offsetInCU: 0xFB42, offset: 0x8F4C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x17B38, symBinAddr: 0x38940, symSize: 0xC }
+ - { offsetInCU: 0xFB5E, offset: 0x8F4DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17B90, symBinAddr: 0x38998, symSize: 0x40 }
+ - { offsetInCU: 0xFB7A, offset: 0x8F4F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17BD0, symBinAddr: 0x389D8, symSize: 0x48 }
+ - { offsetInCU: 0xFBA5, offset: 0x8F524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17C18, symBinAddr: 0x38A20, symSize: 0x14 }
+ - { offsetInCU: 0xFBE6, offset: 0x8F565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17C2C, symBinAddr: 0x38A34, symSize: 0x14 }
+ - { offsetInCU: 0xFC18, offset: 0x8F597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17C40, symBinAddr: 0x38A48, symSize: 0x38 }
+ - { offsetInCU: 0xFC34, offset: 0x8F5B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17C78, symBinAddr: 0x38A80, symSize: 0x64 }
+ - { offsetInCU: 0xFC48, offset: 0x8F5C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17CDC, symBinAddr: 0x38AE4, symSize: 0x38 }
+ - { offsetInCU: 0xFC73, offset: 0x8F5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17D14, symBinAddr: 0x38B1C, symSize: 0x24 }
+ - { offsetInCU: 0xFCB4, offset: 0x8F633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17D38, symBinAddr: 0x38B40, symSize: 0x1C }
+ - { offsetInCU: 0xFCE6, offset: 0x8F665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17D54, symBinAddr: 0x38B5C, symSize: 0x38 }
+ - { offsetInCU: 0xFD02, offset: 0x8F681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17D8C, symBinAddr: 0x38B94, symSize: 0x60 }
+ - { offsetInCU: 0xFD16, offset: 0x8F695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17DEC, symBinAddr: 0x38BF4, symSize: 0x38 }
+ - { offsetInCU: 0xFD41, offset: 0x8F6C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x17E24, symBinAddr: 0x38C2C, symSize: 0x24 }
+ - { offsetInCU: 0xFD82, offset: 0x8F701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17E48, symBinAddr: 0x38C50, symSize: 0x1C }
+ - { offsetInCU: 0xFDB4, offset: 0x8F733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17E64, symBinAddr: 0x38C6C, symSize: 0x40 }
+ - { offsetInCU: 0xFDC8, offset: 0x8F747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17EA4, symBinAddr: 0x38CAC, symSize: 0x40 }
+ - { offsetInCU: 0xFDDC, offset: 0x8F75B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17EE4, symBinAddr: 0x38CEC, symSize: 0x40 }
+ - { offsetInCU: 0xFE07, offset: 0x8F786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17F24, symBinAddr: 0x38D2C, symSize: 0x24 }
+ - { offsetInCU: 0xFE48, offset: 0x8F7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17F48, symBinAddr: 0x38D50, symSize: 0x1C }
+ - { offsetInCU: 0xFE7A, offset: 0x8F7F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x17F64, symBinAddr: 0x38D6C, symSize: 0xC }
+ - { offsetInCU: 0xFE96, offset: 0x8F815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17FC0, symBinAddr: 0x38DC8, symSize: 0x38 }
+ - { offsetInCU: 0xFEB2, offset: 0x8F831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17FF8, symBinAddr: 0x38E00, symSize: 0x40 }
+ - { offsetInCU: 0xFEDD, offset: 0x8F85C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18038, symBinAddr: 0x38E40, symSize: 0x14 }
+ - { offsetInCU: 0xFF1E, offset: 0x8F89D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1804C, symBinAddr: 0x38E54, symSize: 0x14 }
+ - { offsetInCU: 0xFF50, offset: 0x8F8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18060, symBinAddr: 0x38E68, symSize: 0x10 }
+ - { offsetInCU: 0xFF64, offset: 0x8F8E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18070, symBinAddr: 0x38E78, symSize: 0x10 }
+ - { offsetInCU: 0xFF78, offset: 0x8F8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18080, symBinAddr: 0x38E88, symSize: 0x10 }
+ - { offsetInCU: 0xFFA3, offset: 0x8F922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18090, symBinAddr: 0x38E98, symSize: 0x4 }
+ - { offsetInCU: 0xFFC3, offset: 0x8F942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18090, symBinAddr: 0x38E98, symSize: 0x4 }
+ - { offsetInCU: 0xFFE4, offset: 0x8F963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18094, symBinAddr: 0x38E9C, symSize: 0x4 }
+ - { offsetInCU: 0x10004, offset: 0x8F983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18094, symBinAddr: 0x38E9C, symSize: 0x4 }
+ - { offsetInCU: 0x10016, offset: 0x8F995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18098, symBinAddr: 0x38EA0, symSize: 0x30 }
+ - { offsetInCU: 0x10032, offset: 0x8F9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x180C8, symBinAddr: 0x38ED0, symSize: 0x30 }
+ - { offsetInCU: 0x1004E, offset: 0x8F9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x180F8, symBinAddr: 0x38F00, symSize: 0x3C }
+ - { offsetInCU: 0x10079, offset: 0x8F9F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18134, symBinAddr: 0x38F3C, symSize: 0x14 }
+ - { offsetInCU: 0x100BA, offset: 0x8FA39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18148, symBinAddr: 0x38F50, symSize: 0x14 }
+ - { offsetInCU: 0x100EC, offset: 0x8FA6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x1815C, symBinAddr: 0x38F64, symSize: 0xC }
+ - { offsetInCU: 0x10108, offset: 0x8FA87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x181B8, symBinAddr: 0x38FC0, symSize: 0x38 }
+ - { offsetInCU: 0x10124, offset: 0x8FAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x181F0, symBinAddr: 0x38FF8, symSize: 0x40 }
+ - { offsetInCU: 0x1014F, offset: 0x8FACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18230, symBinAddr: 0x39038, symSize: 0x14 }
+ - { offsetInCU: 0x10190, offset: 0x8FB0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18244, symBinAddr: 0x3904C, symSize: 0x14 }
+ - { offsetInCU: 0x101C2, offset: 0x8FB41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOc', symObjAddr: 0x18258, symBinAddr: 0x39060, symSize: 0x3C }
+ - { offsetInCU: 0x101D6, offset: 0x8FB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOh', symObjAddr: 0x182D4, symBinAddr: 0x3909C, symSize: 0x34 }
+ - { offsetInCU: 0x101EA, offset: 0x8FB69, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0x18308, symBinAddr: 0x390D0, symSize: 0x3C }
+ - { offsetInCU: 0x101FE, offset: 0x8FB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x183A0, symBinAddr: 0x39148, symSize: 0xC }
+ - { offsetInCU: 0x10212, offset: 0x8FB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x183AC, symBinAddr: 0x39154, symSize: 0xC }
+ - { offsetInCU: 0x10226, offset: 0x8FBA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x183B8, symBinAddr: 0x39160, symSize: 0xC }
+ - { offsetInCU: 0x10251, offset: 0x8FBD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x183C4, symBinAddr: 0x3916C, symSize: 0x24 }
+ - { offsetInCU: 0x10292, offset: 0x8FC11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x183E8, symBinAddr: 0x39190, symSize: 0x1C }
+ - { offsetInCU: 0x102C4, offset: 0x8FC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x18404, symBinAddr: 0x391AC, symSize: 0xC }
+ - { offsetInCU: 0x102E0, offset: 0x8FC5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18410, symBinAddr: 0x391B8, symSize: 0x4C }
+ - { offsetInCU: 0x10315, offset: 0x8FC94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1845C, symBinAddr: 0x39204, symSize: 0x40 }
+ - { offsetInCU: 0x10329, offset: 0x8FCA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1849C, symBinAddr: 0x39244, symSize: 0x40 }
+ - { offsetInCU: 0x10354, offset: 0x8FCD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x184DC, symBinAddr: 0x39284, symSize: 0x14 }
+ - { offsetInCU: 0x10395, offset: 0x8FD14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x184F0, symBinAddr: 0x39298, symSize: 0x14 }
+ - { offsetInCU: 0x103C7, offset: 0x8FD46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18504, symBinAddr: 0x392AC, symSize: 0x38 }
+ - { offsetInCU: 0x103E3, offset: 0x8FD62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1853C, symBinAddr: 0x392E4, symSize: 0x68 }
+ - { offsetInCU: 0x103F7, offset: 0x8FD76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x185A4, symBinAddr: 0x3934C, symSize: 0x38 }
+ - { offsetInCU: 0x10422, offset: 0x8FDA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x185DC, symBinAddr: 0x39384, symSize: 0x24 }
+ - { offsetInCU: 0x10463, offset: 0x8FDE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18600, symBinAddr: 0x393A8, symSize: 0x1C }
+ - { offsetInCU: 0x10495, offset: 0x8FE14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1861C, symBinAddr: 0x393C4, symSize: 0xC }
+ - { offsetInCU: 0x104A9, offset: 0x8FE28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18628, symBinAddr: 0x393D0, symSize: 0xC }
+ - { offsetInCU: 0x104BD, offset: 0x8FE3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18634, symBinAddr: 0x393DC, symSize: 0xC }
+ - { offsetInCU: 0x104E8, offset: 0x8FE67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18640, symBinAddr: 0x393E8, symSize: 0x24 }
+ - { offsetInCU: 0x10529, offset: 0x8FEA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18664, symBinAddr: 0x3940C, symSize: 0x1C }
+ - { offsetInCU: 0x1055B, offset: 0x8FEDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA19AuthenticateRequestV_Tg5Tf4nnd_n', symObjAddr: 0x187A8, symBinAddr: 0x39550, symSize: 0x180 }
+ - { offsetInCU: 0x105D3, offset: 0x8FF52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA16EnterRoomRequestV_Tg5Tf4nnd_n', symObjAddr: 0x18A78, symBinAddr: 0x39820, symSize: 0x208 }
+ - { offsetInCU: 0x1064B, offset: 0x8FFCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA0A17InvitationRequestV_Tg5Tf4nnd_n', symObjAddr: 0x18DD8, symBinAddr: 0x39B80, symSize: 0x238 }
+ - { offsetInCU: 0x106C3, offset: 0x90042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFTf4nnd_n', symObjAddr: 0x19344, symBinAddr: 0x3A0EC, symSize: 0x2A4 }
+ - { offsetInCU: 0x10751, offset: 0x900D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA19AuthenticateRequestV_Tg5Tf4nnd_n', symObjAddr: 0x196D0, symBinAddr: 0x3A478, symSize: 0xEC }
+ - { offsetInCU: 0x1079D, offset: 0x9011C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA16EnterRoomRequestV_Tg5Tf4nnd_n', symObjAddr: 0x198A8, symBinAddr: 0x3A650, symSize: 0xF4 }
+ - { offsetInCU: 0x107E9, offset: 0x90168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA0A17InvitationRequestV_Tg5Tf4nnd_n', symObjAddr: 0x19A80, symBinAddr: 0x3A828, symSize: 0xF4 }
+ - { offsetInCU: 0x10835, offset: 0x901B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFTf4nnd_n', symObjAddr: 0x19C64, symBinAddr: 0x3AA0C, symSize: 0x1A8 }
+ - { offsetInCU: 0x1088F, offset: 0x9020E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x19E0C, symBinAddr: 0x3ABB4, symSize: 0x50 }
+ - { offsetInCU: 0x108A3, offset: 0x90222, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x19E5C, symBinAddr: 0x3AC04, symSize: 0x44 }
+ - { offsetInCU: 0x108C2, offset: 0x90241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA11RespondableAAWl', symObjAddr: 0x1A038, symBinAddr: 0x3ADE0, symSize: 0x44 }
+ - { offsetInCU: 0x108D6, offset: 0x90255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA11RespondableAAWI', symObjAddr: 0x1A07C, symBinAddr: 0x3AE24, symSize: 0x2C }
+ - { offsetInCU: 0x108EA, offset: 0x90269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA8ResponseAAWl', symObjAddr: 0x1A0A8, symBinAddr: 0x3AE50, symSize: 0x44 }
+ - { offsetInCU: 0x108FE, offset: 0x9027D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA17StrategyDecodableAAWl', symObjAddr: 0x1A0EC, symBinAddr: 0x3AE94, symSize: 0x44 }
+ - { offsetInCU: 0x10912, offset: 0x90291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA8ResponseAAWI', symObjAddr: 0x1A130, symBinAddr: 0x3AED8, symSize: 0x24 }
+ - { offsetInCU: 0x10926, offset: 0x902A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVACSeAAWl', symObjAddr: 0x1A154, symBinAddr: 0x3AEFC, symSize: 0x44 }
+ - { offsetInCU: 0x1093A, offset: 0x902B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA17StrategyDecodableAAWI', symObjAddr: 0x1A198, symBinAddr: 0x3AF40, symSize: 0x24 }
+ - { offsetInCU: 0x1094E, offset: 0x902CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwCP', symObjAddr: 0x1A1BC, symBinAddr: 0x3AF64, symSize: 0x30 }
+ - { offsetInCU: 0x10962, offset: 0x902E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwxx', symObjAddr: 0x1A1EC, symBinAddr: 0x3AF94, symSize: 0x28 }
+ - { offsetInCU: 0x10976, offset: 0x902F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwcp', symObjAddr: 0x1A214, symBinAddr: 0x3AFBC, symSize: 0x6C }
+ - { offsetInCU: 0x1098A, offset: 0x90309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwca', symObjAddr: 0x1A280, symBinAddr: 0x3B028, symSize: 0xB4 }
+ - { offsetInCU: 0x1099E, offset: 0x9031D, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x1A334, symBinAddr: 0x3B0DC, symSize: 0x14 }
+ - { offsetInCU: 0x109B2, offset: 0x90331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwta', symObjAddr: 0x1A348, symBinAddr: 0x3B0F0, symSize: 0xA0 }
+ - { offsetInCU: 0x109C6, offset: 0x90345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwet', symObjAddr: 0x1A3E8, symBinAddr: 0x3B190, symSize: 0x3C }
+ - { offsetInCU: 0x109DA, offset: 0x90359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwst', symObjAddr: 0x1A424, symBinAddr: 0x3B1CC, symSize: 0x4C }
+ - { offsetInCU: 0x109EE, offset: 0x9036D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwug', symObjAddr: 0x1A470, symBinAddr: 0x3B218, symSize: 0x1C }
+ - { offsetInCU: 0x10A02, offset: 0x90381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwup', symObjAddr: 0x1A48C, symBinAddr: 0x3B234, symSize: 0x4 }
+ - { offsetInCU: 0x10A16, offset: 0x90395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwui', symObjAddr: 0x1A490, symBinAddr: 0x3B238, symSize: 0x30 }
+ - { offsetInCU: 0x10A2A, offset: 0x903A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOMa', symObjAddr: 0x1A4C0, symBinAddr: 0x3B268, symSize: 0x10 }
+ - { offsetInCU: 0x10A3E, offset: 0x903BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwCP', symObjAddr: 0x1A500, symBinAddr: 0x3B2A8, symSize: 0x3C }
+ - { offsetInCU: 0x10A52, offset: 0x903D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwxx', symObjAddr: 0x1A53C, symBinAddr: 0x3B2E4, symSize: 0xC }
+ - { offsetInCU: 0x10A66, offset: 0x903E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwcp', symObjAddr: 0x1A548, symBinAddr: 0x3B2F0, symSize: 0x3C }
+ - { offsetInCU: 0x10A7A, offset: 0x903F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwca', symObjAddr: 0x1A584, symBinAddr: 0x3B32C, symSize: 0x44 }
+ - { offsetInCU: 0x10A8E, offset: 0x9040D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwta', symObjAddr: 0x1A5D4, symBinAddr: 0x3B370, symSize: 0x38 }
+ - { offsetInCU: 0x10AA2, offset: 0x90421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwet', symObjAddr: 0x1A60C, symBinAddr: 0x3B3A8, symSize: 0x54 }
+ - { offsetInCU: 0x10AB6, offset: 0x90435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwst', symObjAddr: 0x1A660, symBinAddr: 0x3B3FC, symSize: 0x4C }
+ - { offsetInCU: 0x10ACA, offset: 0x90449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVMa', symObjAddr: 0x1A6AC, symBinAddr: 0x3B448, symSize: 0x10 }
+ - { offsetInCU: 0x10ADE, offset: 0x9045D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVACSeAAWl', symObjAddr: 0x1A704, symBinAddr: 0x3B4A0, symSize: 0x44 }
+ - { offsetInCU: 0x10AF2, offset: 0x90471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1A748, symBinAddr: 0x3B4E4, symSize: 0x44 }
+ - { offsetInCU: 0x10B06, offset: 0x90485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1A78C, symBinAddr: 0x3B528, symSize: 0x88 }
+ - { offsetInCU: 0x10B1A, offset: 0x90499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSgWOe', symObjAddr: 0x1A814, symBinAddr: 0x3B5B0, symSize: 0x14 }
+ - { offsetInCU: 0x10B2E, offset: 0x904AD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x1A828, symBinAddr: 0x3B5C4, symSize: 0x14 }
+ - { offsetInCU: 0x10B42, offset: 0x904C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1A83C, symBinAddr: 0x3B5D8, symSize: 0x88 }
+ - { offsetInCU: 0x10B56, offset: 0x904D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACSeAAWl', symObjAddr: 0x1A96C, symBinAddr: 0x3B6C4, symSize: 0x44 }
+ - { offsetInCU: 0x10B6A, offset: 0x904E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOe', symObjAddr: 0x1A9B0, symBinAddr: 0x3B708, symSize: 0x8C }
+ - { offsetInCU: 0x10B7E, offset: 0x904FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVACSeAAWl', symObjAddr: 0x1AA98, symBinAddr: 0x3B7F0, symSize: 0x44 }
+ - { offsetInCU: 0x10B92, offset: 0x90511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA11RespondableAAWl', symObjAddr: 0x1AADC, symBinAddr: 0x3B834, symSize: 0x44 }
+ - { offsetInCU: 0x10BA6, offset: 0x90525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AB20, symBinAddr: 0x3B878, symSize: 0x88 }
+ - { offsetInCU: 0x10BBA, offset: 0x90539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA11RespondableAAWl', symObjAddr: 0x1ABA8, symBinAddr: 0x3B900, symSize: 0x44 }
+ - { offsetInCU: 0x10BCE, offset: 0x9054D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVACSeAAWl', symObjAddr: 0x1ABEC, symBinAddr: 0x3B944, symSize: 0x44 }
+ - { offsetInCU: 0x10BE2, offset: 0x90561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AC30, symBinAddr: 0x3B988, symSize: 0x88 }
+ - { offsetInCU: 0x10BF6, offset: 0x90575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1ACB8, symBinAddr: 0x3BA10, symSize: 0x88 }
+ - { offsetInCU: 0x10C0A, offset: 0x90589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AD40, symBinAddr: 0x3BA98, symSize: 0x88 }
+ - { offsetInCU: 0x10C1E, offset: 0x9059D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1ADC8, symBinAddr: 0x3BB20, symSize: 0x88 }
+ - { offsetInCU: 0x10C32, offset: 0x905B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AE50, symBinAddr: 0x3BBA8, symSize: 0x88 }
+ - { offsetInCU: 0x10C46, offset: 0x905C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AED8, symBinAddr: 0x3BC30, symSize: 0x88 }
+ - { offsetInCU: 0x10C5A, offset: 0x905D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AF60, symBinAddr: 0x3BCB8, symSize: 0x88 }
+ - { offsetInCU: 0x10C6E, offset: 0x905ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AFE8, symBinAddr: 0x3BD40, symSize: 0x88 }
+ - { offsetInCU: 0x10C82, offset: 0x90601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA11RespondableAAWl', symObjAddr: 0x1B070, symBinAddr: 0x3BDC8, symSize: 0x44 }
+ - { offsetInCU: 0x10C96, offset: 0x90615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVACSeAAWl', symObjAddr: 0x1B0B4, symBinAddr: 0x3BE0C, symSize: 0x44 }
+ - { offsetInCU: 0x10CAA, offset: 0x90629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B0F8, symBinAddr: 0x3BE50, symSize: 0x88 }
+ - { offsetInCU: 0x10CBE, offset: 0x9063D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B180, symBinAddr: 0x3BED8, symSize: 0x88 }
+ - { offsetInCU: 0x10CD2, offset: 0x90651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B208, symBinAddr: 0x3BF60, symSize: 0x88 }
+ - { offsetInCU: 0x10CE6, offset: 0x90665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B290, symBinAddr: 0x3BFE8, symSize: 0x88 }
+ - { offsetInCU: 0x10CFA, offset: 0x90679, size: 0x8, addend: 0x0, symName: ___swift_project_value_buffer, symObjAddr: 0x1B318, symBinAddr: 0x3C070, symSize: 0x18 }
+ - { offsetInCU: 0x10D0E, offset: 0x9068D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B330, symBinAddr: 0x3C088, symSize: 0x88 }
+ - { offsetInCU: 0x10D22, offset: 0x906A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B3B8, symBinAddr: 0x3C110, symSize: 0x88 }
+ - { offsetInCU: 0x10D36, offset: 0x906B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B440, symBinAddr: 0x3C198, symSize: 0x88 }
+ - { offsetInCU: 0x10D4A, offset: 0x906C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVACSeAAWl', symObjAddr: 0x1B56C, symBinAddr: 0x3C2C4, symSize: 0x44 }
+ - { offsetInCU: 0x10D5E, offset: 0x906DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1B5B0, symBinAddr: 0x3C308, symSize: 0x44 }
+ - { offsetInCU: 0x10D72, offset: 0x906F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B5F4, symBinAddr: 0x3C34C, symSize: 0x88 }
+ - { offsetInCU: 0x10D86, offset: 0x90705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B67C, symBinAddr: 0x3C3D4, symSize: 0x88 }
+ - { offsetInCU: 0x10D9A, offset: 0x90719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVSgWOe', symObjAddr: 0x1B790, symBinAddr: 0x3C4E8, symSize: 0x70 }
+ - { offsetInCU: 0x10DAE, offset: 0x9072D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVACSeAAWl', symObjAddr: 0x1B84C, symBinAddr: 0x3C5A4, symSize: 0x44 }
+ - { offsetInCU: 0x10DC2, offset: 0x90741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1B890, symBinAddr: 0x3C5E8, symSize: 0x44 }
+ - { offsetInCU: 0x10DD6, offset: 0x90755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSgWOe', symObjAddr: 0x1B8D4, symBinAddr: 0x3C62C, symSize: 0x30 }
+ - { offsetInCU: 0x10DEA, offset: 0x90769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSgWOb', symObjAddr: 0x1B930, symBinAddr: 0x3C688, symSize: 0x48 }
+ - { offsetInCU: 0x10DFE, offset: 0x9077D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA11RespondableAAWl', symObjAddr: 0x1B978, symBinAddr: 0x3C6D0, symSize: 0x44 }
+ - { offsetInCU: 0x10E12, offset: 0x90791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVACSeAAWl', symObjAddr: 0x1BA00, symBinAddr: 0x3C758, symSize: 0x44 }
+ - { offsetInCU: 0x10E26, offset: 0x907A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOWOy', symObjAddr: 0x1BA44, symBinAddr: 0x3C79C, symSize: 0x14 }
+ - { offsetInCU: 0x10E3A, offset: 0x907B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOWOe', symObjAddr: 0x1BA58, symBinAddr: 0x3C7B0, symSize: 0x14 }
+ - { offsetInCU: 0x10E4E, offset: 0x907CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs0F3KeyAAWl', symObjAddr: 0x1BA90, symBinAddr: 0x3C7C4, symSize: 0x44 }
+ - { offsetInCU: 0x10E62, offset: 0x907E1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVACSeAAWl', symObjAddr: 0x1BAD4, symBinAddr: 0x3C808, symSize: 0x44 }
+ - { offsetInCU: 0x10E76, offset: 0x907F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwet', symObjAddr: 0x1BB20, symBinAddr: 0x3C84C, symSize: 0x50 }
+ - { offsetInCU: 0x10E8A, offset: 0x90809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwst', symObjAddr: 0x1BB70, symBinAddr: 0x3C89C, symSize: 0x8C }
+ - { offsetInCU: 0x10E9E, offset: 0x9081D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwug', symObjAddr: 0x1BBFC, symBinAddr: 0x3C928, symSize: 0x8 }
+ - { offsetInCU: 0x10EB2, offset: 0x90831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwup', symObjAddr: 0x1BC04, symBinAddr: 0x3C930, symSize: 0x4 }
+ - { offsetInCU: 0x10EC6, offset: 0x90845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwui', symObjAddr: 0x1BC08, symBinAddr: 0x3C934, symSize: 0x4 }
+ - { offsetInCU: 0x10EDA, offset: 0x90859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOMa', symObjAddr: 0x1BC0C, symBinAddr: 0x3C938, symSize: 0x10 }
+ - { offsetInCU: 0x10EEE, offset: 0x9086D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASQWb', symObjAddr: 0x1BC1C, symBinAddr: 0x3C948, symSize: 0x4 }
+ - { offsetInCU: 0x10F02, offset: 0x90881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFSQAAWl', symObjAddr: 0x1BC20, symBinAddr: 0x3C94C, symSize: 0x44 }
+ - { offsetInCU: 0x10F16, offset: 0x90895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1BC64, symBinAddr: 0x3C990, symSize: 0x4 }
+ - { offsetInCU: 0x10F2A, offset: 0x908A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1BC68, symBinAddr: 0x3C994, symSize: 0x44 }
+ - { offsetInCU: 0x10F3E, offset: 0x908BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1BCAC, symBinAddr: 0x3C9D8, symSize: 0x4 }
+ - { offsetInCU: 0x10F52, offset: 0x908D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1BCB0, symBinAddr: 0x3C9DC, symSize: 0x44 }
+ - { offsetInCU: 0x11291, offset: 0x90C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1533C, symBinAddr: 0x36144, symSize: 0x3C }
+ - { offsetInCU: 0x11333, offset: 0x90CB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x153BC, symBinAddr: 0x361C4, symSize: 0x28 }
+ - { offsetInCU: 0x1134F, offset: 0x90CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x153E4, symBinAddr: 0x361EC, symSize: 0x28 }
+ - { offsetInCU: 0x8B, offset: 0x91676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueSSvg', symObjAddr: 0x14C, symBinAddr: 0x3CB78, symSize: 0x110 }
+ - { offsetInCU: 0xF2, offset: 0x916DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueAESgSS_tcfC', symObjAddr: 0x2DC, symBinAddr: 0x3CD08, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x916FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueAESgSS_tcfC', symObjAddr: 0x2DC, symBinAddr: 0x3CD08, symSize: 0x4 }
+ - { offsetInCU: 0x125, offset: 0x91710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0xDEC, symBinAddr: 0x3D818, symSize: 0x1A4 }
+ - { offsetInCU: 0x154, offset: 0x9173F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO3cmdAA0D3KeyOSgvg', symObjAddr: 0xF90, symBinAddr: 0x3D9BC, symSize: 0x8 }
+ - { offsetInCU: 0x17F, offset: 0x9176A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueAESgSS_tcfC', symObjAddr: 0xF98, symBinAddr: 0x3D9C4, symSize: 0x4 }
+ - { offsetInCU: 0x193, offset: 0x9177E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8intValueAESgSi_tcfC', symObjAddr: 0xF9C, symBinAddr: 0x3D9C8, symSize: 0x8 }
+ - { offsetInCU: 0x1BA, offset: 0x917A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8intValueSiSgvg', symObjAddr: 0xFA4, symBinAddr: 0x3D9D0, symSize: 0xC }
+ - { offsetInCU: 0x1E1, offset: 0x917CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueSSvg', symObjAddr: 0xFB0, symBinAddr: 0x3D9DC, symSize: 0x110 }
+ - { offsetInCU: 0x200, offset: 0x917EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x1280, symBinAddr: 0x3DCAC, symSize: 0x2C }
+ - { offsetInCU: 0x231, offset: 0x9181C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x12AC, symBinAddr: 0x3DCD8, symSize: 0x28 }
+ - { offsetInCU: 0x24D, offset: 0x91838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAA0D4TypeA2aFP05valueG0AA0D0_SepXpSgvgTW', symObjAddr: 0x12D4, symBinAddr: 0x3DD00, symSize: 0x8 }
+ - { offsetInCU: 0x269, offset: 0x91854, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAA0D4TypeA2aFP3cmdAA0D3KeyOSgvgTW', symObjAddr: 0x12DC, symBinAddr: 0x3DD08, symSize: 0x8 }
+ - { offsetInCU: 0x285, offset: 0x91870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x12E4, symBinAddr: 0x3DD10, symSize: 0x8 }
+ - { offsetInCU: 0x2A1, offset: 0x9188C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x12EC, symBinAddr: 0x3DD18, symSize: 0x24 }
+ - { offsetInCU: 0x2F1, offset: 0x918DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1310, symBinAddr: 0x3DD3C, symSize: 0xC }
+ - { offsetInCU: 0x30D, offset: 0x918F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x131C, symBinAddr: 0x3DD48, symSize: 0xC }
+ - { offsetInCU: 0x329, offset: 0x91914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1B2C, symBinAddr: 0x3E558, symSize: 0x74 }
+ - { offsetInCU: 0x37B, offset: 0x91966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueSSvg', symObjAddr: 0x148, symBinAddr: 0x3CB74, symSize: 0x4 }
+ - { offsetInCU: 0x3C1, offset: 0x919AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueAESgSS_tcfC', symObjAddr: 0x2D8, symBinAddr: 0x3CD04, symSize: 0x4 }
+ - { offsetInCU: 0x3E3, offset: 0x919CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueAESgSS_tcfC', symObjAddr: 0x2D8, symBinAddr: 0x3CD04, symSize: 0x4 }
+ - { offsetInCU: 0x3F4, offset: 0x919DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO3cmdAA0D3KeyOSgvg', symObjAddr: 0x3F0, symBinAddr: 0x3CE1C, symSize: 0x14 }
+ - { offsetInCU: 0x413, offset: 0x919FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0x404, symBinAddr: 0x3CE30, symSize: 0x490 }
+ - { offsetInCU: 0x442, offset: 0x91A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueAESgSS_tcfC', symObjAddr: 0x894, symBinAddr: 0x3D2C0, symSize: 0x4 }
+ - { offsetInCU: 0x456, offset: 0x91A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8intValueAESgSi_tcfC', symObjAddr: 0x898, symBinAddr: 0x3D2C4, symSize: 0x8 }
+ - { offsetInCU: 0x47D, offset: 0x91A68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8intValueSiSgvg', symObjAddr: 0x8A0, symBinAddr: 0x3D2CC, symSize: 0xC }
+ - { offsetInCU: 0x4A4, offset: 0x91A8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueSSvg', symObjAddr: 0x8AC, symBinAddr: 0x3D2D8, symSize: 0x364 }
+ - { offsetInCU: 0x4CF, offset: 0x91ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0x3D66C, symSize: 0x2C }
+ - { offsetInCU: 0x500, offset: 0x91AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xC6C, symBinAddr: 0x3D698, symSize: 0x28 }
+ - { offsetInCU: 0x51C, offset: 0x91B07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAA0D4TypeA2aFP05valueH0AA0D0_SepXpSgvgTW', symObjAddr: 0xC94, symBinAddr: 0x3D6C0, symSize: 0x8 }
+ - { offsetInCU: 0x556, offset: 0x91B41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAA0D4TypeA2aFP3cmdAA0D3KeyOSgvgTW', symObjAddr: 0xC9C, symBinAddr: 0x3D6C8, symSize: 0x14 }
+ - { offsetInCU: 0x588, offset: 0x91B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xCB0, symBinAddr: 0x3D6DC, symSize: 0x8 }
+ - { offsetInCU: 0x5A8, offset: 0x91B93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xCB0, symBinAddr: 0x3D6DC, symSize: 0x8 }
+ - { offsetInCU: 0x5B9, offset: 0x91BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xCB8, symBinAddr: 0x3D6E4, symSize: 0x24 }
+ - { offsetInCU: 0x609, offset: 0x91BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xCDC, symBinAddr: 0x3D708, symSize: 0xC }
+ - { offsetInCU: 0x625, offset: 0x91C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xCE8, symBinAddr: 0x3D714, symSize: 0xC }
+ - { offsetInCU: 0x641, offset: 0x91C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1AB0, symBinAddr: 0x3E4DC, symSize: 0x7C }
+ - { offsetInCU: 0x66D, offset: 0x91C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x3CA2C, symSize: 0x148 }
+ - { offsetInCU: 0x737, offset: 0x91D22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValueACSgSS_tcfC', symObjAddr: 0x25C, symBinAddr: 0x3CC88, symSize: 0x7C }
+ - { offsetInCU: 0x7D0, offset: 0x91DBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValue8callTypeACSgSS_AA04CallI0OtcfC', symObjAddr: 0x2E0, symBinAddr: 0x3CD0C, symSize: 0x4C }
+ - { offsetInCU: 0x8AC, offset: 0x91E97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO6encode2toys7Encoder_p_tKF', symObjAddr: 0x32C, symBinAddr: 0x3CD58, symSize: 0xB0 }
+ - { offsetInCU: 0x8E5, offset: 0x91ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3DC, symBinAddr: 0x3CE08, symSize: 0x14 }
+ - { offsetInCU: 0x8F9, offset: 0x91EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO3cmdAA0D3KeyOSgvg', symObjAddr: 0x1420, symBinAddr: 0x3DE4C, symSize: 0x28 }
+ - { offsetInCU: 0x965, offset: 0x91F50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0x1448, symBinAddr: 0x3DE74, symSize: 0x48 }
+ - { offsetInCU: 0x9DC, offset: 0x91FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1490, symBinAddr: 0x3DEBC, symSize: 0x7C }
+ - { offsetInCU: 0xA15, offset: 0x92000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x150C, symBinAddr: 0x3DF38, symSize: 0x7C }
+ - { offsetInCU: 0xA4B, offset: 0x92036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1588, symBinAddr: 0x3DFB4, symSize: 0x8 }
+ - { offsetInCU: 0xA72, offset: 0x9205D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1590, symBinAddr: 0x3DFBC, symSize: 0xC }
+ - { offsetInCU: 0xA99, offset: 0x92084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8rawValueSSvg', symObjAddr: 0x159C, symBinAddr: 0x3DFC8, symSize: 0x34 }
+ - { offsetInCU: 0xAC0, offset: 0x920AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO11stringValueSSvg', symObjAddr: 0x15D0, symBinAddr: 0x3DFFC, symSize: 0x34 }
+ - { offsetInCU: 0xAF6, offset: 0x920E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x1788, symBinAddr: 0x3E1B4, symSize: 0x88 }
+ - { offsetInCU: 0xB2A, offset: 0x92115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x1810, symBinAddr: 0x3E23C, symSize: 0x28 }
+ - { offsetInCU: 0xB3E, offset: 0x92129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1838, symBinAddr: 0x3E264, symSize: 0x8 }
+ - { offsetInCU: 0xB74, offset: 0x9215F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1840, symBinAddr: 0x3E26C, symSize: 0x8C }
+ - { offsetInCU: 0xBBF, offset: 0x921AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x18CC, symBinAddr: 0x3E2F8, symSize: 0xC }
+ - { offsetInCU: 0xBDB, offset: 0x921C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x18D8, symBinAddr: 0x3E304, symSize: 0xC }
+ - { offsetInCU: 0xC76, offset: 0x92261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1934, symBinAddr: 0x3E360, symSize: 0x7C }
+ - { offsetInCU: 0xD1B, offset: 0x92306, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x19B0, symBinAddr: 0x3E3DC, symSize: 0x28 }
+ - { offsetInCU: 0xD4D, offset: 0x92338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x19D8, symBinAddr: 0x3E404, symSize: 0x28 }
+ - { offsetInCU: 0xDD3, offset: 0x923BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A00, symBinAddr: 0x3E42C, symSize: 0xB0 }
+ - { offsetInCU: 0xE26, offset: 0x92411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1C0C, symBinAddr: 0x3E5F4, symSize: 0x36C }
+ - { offsetInCU: 0xF1C, offset: 0x92507, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1BC4, symBinAddr: 0x3E5CC, symSize: 0x28 }
+ - { offsetInCU: 0xF30, offset: 0x9251B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSHAASQWb', symObjAddr: 0x1FF8, symBinAddr: 0x3E9A0, symSize: 0x4 }
+ - { offsetInCU: 0xF44, offset: 0x9252F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESQAAWl', symObjAddr: 0x1FFC, symBinAddr: 0x3E9A4, symSize: 0x44 }
+ - { offsetInCU: 0xF58, offset: 0x92543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs9CodingKeyAAWl', symObjAddr: 0x205C, symBinAddr: 0x3EA04, symSize: 0x44 }
+ - { offsetInCU: 0xF6C, offset: 0x92557, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESeAAWl', symObjAddr: 0x20A0, symBinAddr: 0x3EA48, symSize: 0x44 }
+ - { offsetInCU: 0xF80, offset: 0x9256B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESEAAWl', symObjAddr: 0x20E4, symBinAddr: 0x3EA8C, symSize: 0x44 }
+ - { offsetInCU: 0xF94, offset: 0x9257F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2128, symBinAddr: 0x3EAD0, symSize: 0x4 }
+ - { offsetInCU: 0xFA8, offset: 0x92593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x212C, symBinAddr: 0x3EAD4, symSize: 0x44 }
+ - { offsetInCU: 0xFBC, offset: 0x925A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2170, symBinAddr: 0x3EB18, symSize: 0x4 }
+ - { offsetInCU: 0xFD0, offset: 0x925BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2174, symBinAddr: 0x3EB1C, symSize: 0x44 }
+ - { offsetInCU: 0xFE4, offset: 0x925CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSHAASQWb', symObjAddr: 0x21B8, symBinAddr: 0x3EB60, symSize: 0x4 }
+ - { offsetInCU: 0xFF8, offset: 0x925E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESQAAWl', symObjAddr: 0x21BC, symBinAddr: 0x3EB64, symSize: 0x44 }
+ - { offsetInCU: 0x100C, offset: 0x925F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs9CodingKeyAAWl', symObjAddr: 0x2260, symBinAddr: 0x3EC08, symSize: 0x44 }
+ - { offsetInCU: 0x1020, offset: 0x9260B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESEAAWl', symObjAddr: 0x22E8, symBinAddr: 0x3EC4C, symSize: 0x44 }
+ - { offsetInCU: 0x1034, offset: 0x9261F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x232C, symBinAddr: 0x3EC90, symSize: 0x4 }
+ - { offsetInCU: 0x1048, offset: 0x92633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2330, symBinAddr: 0x3EC94, symSize: 0x44 }
+ - { offsetInCU: 0x105C, offset: 0x92647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2374, symBinAddr: 0x3ECD8, symSize: 0x4 }
+ - { offsetInCU: 0x1070, offset: 0x9265B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2378, symBinAddr: 0x3ECDC, symSize: 0x44 }
+ - { offsetInCU: 0x1084, offset: 0x9266F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASQWb', symObjAddr: 0x23BC, symBinAddr: 0x3ED20, symSize: 0x4 }
+ - { offsetInCU: 0x1098, offset: 0x92683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAESQAAWl', symObjAddr: 0x23C0, symBinAddr: 0x3ED24, symSize: 0x44 }
+ - { offsetInCU: 0x10AC, offset: 0x92697, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2404, symBinAddr: 0x3ED68, symSize: 0x4 }
+ - { offsetInCU: 0x10C0, offset: 0x926AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2408, symBinAddr: 0x3ED6C, symSize: 0x44 }
+ - { offsetInCU: 0x10D4, offset: 0x926BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x244C, symBinAddr: 0x3EDB0, symSize: 0x4 }
+ - { offsetInCU: 0x10E8, offset: 0x926D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2450, symBinAddr: 0x3EDB4, symSize: 0x44 }
+ - { offsetInCU: 0x10FC, offset: 0x926E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwet', symObjAddr: 0x24A4, symBinAddr: 0x3EDF8, symSize: 0x98 }
+ - { offsetInCU: 0x1110, offset: 0x926FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwst', symObjAddr: 0x253C, symBinAddr: 0x3EE90, symSize: 0xBC }
+ - { offsetInCU: 0x1124, offset: 0x9270F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwug', symObjAddr: 0x25F8, symBinAddr: 0x3EF4C, symSize: 0x1C }
+ - { offsetInCU: 0x1138, offset: 0x92723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwup', symObjAddr: 0x2614, symBinAddr: 0x3EF68, symSize: 0x10 }
+ - { offsetInCU: 0x114C, offset: 0x92737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwui', symObjAddr: 0x2624, symBinAddr: 0x3EF78, symSize: 0x2C }
+ - { offsetInCU: 0x1160, offset: 0x9274B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOMa', symObjAddr: 0x2650, symBinAddr: 0x3EFA4, symSize: 0x10 }
+ - { offsetInCU: 0x1174, offset: 0x9275F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwet', symObjAddr: 0x2660, symBinAddr: 0x3EFB4, symSize: 0x90 }
+ - { offsetInCU: 0x1188, offset: 0x92773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwst', symObjAddr: 0x26F0, symBinAddr: 0x3F044, symSize: 0xBC }
+ - { offsetInCU: 0x119C, offset: 0x92787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwug', symObjAddr: 0x27AC, symBinAddr: 0x3F100, symSize: 0x8 }
+ - { offsetInCU: 0x11B0, offset: 0x9279B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwup', symObjAddr: 0x27B4, symBinAddr: 0x3F108, symSize: 0x4 }
+ - { offsetInCU: 0x11C4, offset: 0x927AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwui', symObjAddr: 0x27B8, symBinAddr: 0x3F10C, symSize: 0x8 }
+ - { offsetInCU: 0x11D8, offset: 0x927C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOMa', symObjAddr: 0x27C0, symBinAddr: 0x3F114, symSize: 0x10 }
+ - { offsetInCU: 0x11EC, offset: 0x927D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwet', symObjAddr: 0x27D0, symBinAddr: 0x3F124, symSize: 0x90 }
+ - { offsetInCU: 0x1200, offset: 0x927EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwst', symObjAddr: 0x2860, symBinAddr: 0x3F1B4, symSize: 0xBC }
+ - { offsetInCU: 0x1214, offset: 0x927FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwup', symObjAddr: 0x291C, symBinAddr: 0x3F270, symSize: 0x4 }
+ - { offsetInCU: 0x1228, offset: 0x92813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOMa', symObjAddr: 0x2920, symBinAddr: 0x3F274, symSize: 0x10 }
+ - { offsetInCU: 0x123C, offset: 0x92827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwet', symObjAddr: 0x2930, symBinAddr: 0x3F284, symSize: 0x90 }
+ - { offsetInCU: 0x1250, offset: 0x9283B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwst', symObjAddr: 0x29C0, symBinAddr: 0x3F314, symSize: 0xBC }
+ - { offsetInCU: 0x1264, offset: 0x9284F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwug', symObjAddr: 0x2A7C, symBinAddr: 0x3F3D0, symSize: 0x8 }
+ - { offsetInCU: 0x1278, offset: 0x92863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwup', symObjAddr: 0x2A84, symBinAddr: 0x3F3D8, symSize: 0x4 }
+ - { offsetInCU: 0x128C, offset: 0x92877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwui', symObjAddr: 0x2A88, symBinAddr: 0x3F3DC, symSize: 0xC }
+ - { offsetInCU: 0x12A0, offset: 0x9288B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOMa', symObjAddr: 0x2A94, symBinAddr: 0x3F3E8, symSize: 0x10 }
+ - { offsetInCU: 0x12B4, offset: 0x9289F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2AA4, symBinAddr: 0x3F3F8, symSize: 0x44 }
+ - { offsetInCU: 0x12C8, offset: 0x928B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESYAAWl', symObjAddr: 0x2AE8, symBinAddr: 0x3F43C, symSize: 0x44 }
+ - { offsetInCU: 0x12DC, offset: 0x928C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESYAAWl', symObjAddr: 0x2B2C, symBinAddr: 0x3F480, symSize: 0x44 }
+ - { offsetInCU: 0x12F0, offset: 0x928DB, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy13SendBirdCalls12CommandTypesO10CodingKeysOGSgWOh', symObjAddr: 0x2B70, symBinAddr: 0x3F4C4, symSize: 0x40 }
+ - { offsetInCU: 0x1304, offset: 0x928EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSeAAWl', symObjAddr: 0x2BB0, symBinAddr: 0x3F504, symSize: 0x44 }
+ - { offsetInCU: 0x1347, offset: 0x92932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCF4, symBinAddr: 0x3D720, symSize: 0x5C }
+ - { offsetInCU: 0x136A, offset: 0x92955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD50, symBinAddr: 0x3D77C, symSize: 0x4C }
+ - { offsetInCU: 0x138D, offset: 0x92978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD9C, symBinAddr: 0x3D7C8, symSize: 0x28 }
+ - { offsetInCU: 0x13A9, offset: 0x92994, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xDC4, symBinAddr: 0x3D7F0, symSize: 0x28 }
+ - { offsetInCU: 0x13C5, offset: 0x929B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1328, symBinAddr: 0x3DD54, symSize: 0x5C }
+ - { offsetInCU: 0x13E8, offset: 0x929D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1384, symBinAddr: 0x3DDB0, symSize: 0x4C }
+ - { offsetInCU: 0x140B, offset: 0x929F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x13D0, symBinAddr: 0x3DDFC, symSize: 0x28 }
+ - { offsetInCU: 0x1427, offset: 0x92A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x13F8, symBinAddr: 0x3DE24, symSize: 0x28 }
+ - { offsetInCU: 0x146D, offset: 0x92A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1604, symBinAddr: 0x3E030, symSize: 0x88 }
+ - { offsetInCU: 0x151C, offset: 0x92B07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x168C, symBinAddr: 0x3E0B8, symSize: 0x60 }
+ - { offsetInCU: 0x15B2, offset: 0x92B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x16EC, symBinAddr: 0x3E118, symSize: 0x40 }
+ - { offsetInCU: 0x1604, offset: 0x92BEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x172C, symBinAddr: 0x3E158, symSize: 0x5C }
+ - { offsetInCU: 0x1678, offset: 0x92C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x18E4, symBinAddr: 0x3E310, symSize: 0x28 }
+ - { offsetInCU: 0x1694, offset: 0x92C7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x190C, symBinAddr: 0x3E338, symSize: 0x28 }
+ - { offsetInCU: 0xB8, offset: 0x92F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15LogDescriptablePAAE6result8filteredSSSgSDySSAA0D6Symbol_pG_tF', symObjAddr: 0x0, symBinAddr: 0x3F550, symSize: 0x4A8 }
+ - { offsetInCU: 0x757, offset: 0x93600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorV6result4with15shouldAlwaysLogSSSgSDySSAA0K6Symbol_pG_SbtF', symObjAddr: 0x4A8, symBinAddr: 0x3F9F8, symSize: 0x24 }
+ - { offsetInCU: 0x79C, offset: 0x93645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAEycfC', symObjAddr: 0x4CC, symBinAddr: 0x3FA1C, symSize: 0x4 }
+ - { offsetInCU: 0x7F0, offset: 0x93699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x4D0, symBinAddr: 0x3FA20, symSize: 0x24 }
+ - { offsetInCU: 0x810, offset: 0x936B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x4D0, symBinAddr: 0x3FA20, symSize: 0x24 }
+ - { offsetInCU: 0x868, offset: 0x93711, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorV6result4with15shouldAlwaysLogSSSgSDySSAA0K6Symbol_pG_SbtF', symObjAddr: 0x4F4, symBinAddr: 0x3FA44, symSize: 0x48 }
+ - { offsetInCU: 0x8A9, offset: 0x93752, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVAEycfC', symObjAddr: 0x53C, symBinAddr: 0x3FA8C, symSize: 0x4 }
+ - { offsetInCU: 0x8FD, offset: 0x937A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x540, symBinAddr: 0x3FA90, symSize: 0x48 }
+ - { offsetInCU: 0x94E, offset: 0x937F7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls9LogSymbol_p_Tg5', symObjAddr: 0x588, symBinAddr: 0x3FAD8, symSize: 0x1C }
+ - { offsetInCU: 0x966, offset: 0x9380F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x5A4, symBinAddr: 0x3FAF4, symSize: 0x1C }
+ - { offsetInCU: 0x97E, offset: 0x93827, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x5C0, symBinAddr: 0x3FB10, symSize: 0x1C }
+ - { offsetInCU: 0x996, offset: 0x9383F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls15DirectCallTimerC_Tg5', symObjAddr: 0x5DC, symBinAddr: 0x3FB2C, symSize: 0x1C }
+ - { offsetInCU: 0x9AE, offset: 0x93857, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x5F8, symBinAddr: 0x3FB48, symSize: 0x1C }
+ - { offsetInCU: 0x9C6, offset: 0x9386F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x614, symBinAddr: 0x3FB64, symSize: 0x1C }
+ - { offsetInCU: 0x9DE, offset: 0x93887, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls7SBTimerC_Tg5', symObjAddr: 0x630, symBinAddr: 0x3FB80, symSize: 0x1C }
+ - { offsetInCU: 0x9F6, offset: 0x9389F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x64C, symBinAddr: 0x3FB9C, symSize: 0x1C }
+ - { offsetInCU: 0xA0E, offset: 0x938B7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls10DirectCallC_Tg5', symObjAddr: 0x668, symBinAddr: 0x3FBB8, symSize: 0x1C }
+ - { offsetInCU: 0xA26, offset: 0x938CF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls8RecorderC_Tg5', symObjAddr: 0x684, symBinAddr: 0x3FBD4, symSize: 0x1C }
+ - { offsetInCU: 0xA3E, offset: 0x938E7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls9CandidateC_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x3FBF0, symSize: 0x1C }
+ - { offsetInCU: 0xA56, offset: 0x938FF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls4RoomC_Tg5', symObjAddr: 0x6BC, symBinAddr: 0x3FC0C, symSize: 0x1C }
+ - { offsetInCU: 0xA6E, offset: 0x93917, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls11ParticipantC_Tg5', symObjAddr: 0x6D8, symBinAddr: 0x3FC28, symSize: 0x1C }
+ - { offsetInCU: 0xA86, offset: 0x9392F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls17RemoteParticipantC_Tg5', symObjAddr: 0x6F4, symBinAddr: 0x3FC44, symSize: 0x1C }
+ - { offsetInCU: 0xA9E, offset: 0x93947, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls12LogCollectorC0Q4ItemC_Tg5', symObjAddr: 0x710, symBinAddr: 0x3FC60, symSize: 0x1C }
+ - { offsetInCU: 0xAB6, offset: 0x9395F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x72C, symBinAddr: 0x3FC7C, symSize: 0x1C }
+ - { offsetInCU: 0xB25, offset: 0x939CE, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls9LogSymbol_pG_Tg506$sSa13fgh3AA9ij27_pRszlE6sortedSayAaB_pGyFSbq4B_p_Q9B_ptXEfU_Tf1cn_n', symObjAddr: 0x748, symBinAddr: 0x3FC98, symSize: 0x68 }
+ - { offsetInCU: 0xC16, offset: 0x93ABF, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1cn_n', symObjAddr: 0x7B0, symBinAddr: 0x3FD00, symSize: 0x104 }
+ - { offsetInCU: 0xE49, offset: 0x93CF2, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1nnncn_n', symObjAddr: 0x8B4, symBinAddr: 0x3FE04, symSize: 0x4F4 }
+ - { offsetInCU: 0x11ED, offset: 0x94096, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls9LogSymbol_pG_Tg506$sSa13ijk3AA9lm27_pRszlE6sortedSayAaB_pGyFSbt4B_p_T9B_ptXEfU_Tf1nncn_n', symObjAddr: 0xDA8, symBinAddr: 0x402F8, symSize: 0x164 }
+ - { offsetInCU: 0x137D, offset: 0x94226, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13fgh3AA9ij27_pRszlE6sortedSayAaB_pGyFSbq4B_p_Q9B_ptXEfU_Tf1nncn_n', symObjAddr: 0xF0C, symBinAddr: 0x4045C, symSize: 0x294 }
+ - { offsetInCU: 0x156A, offset: 0x94413, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1nncn_n', symObjAddr: 0x11A0, symBinAddr: 0x406F0, symSize: 0x154 }
+ - { offsetInCU: 0x16D0, offset: 0x94579, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls9LogSymbol_p_Tg506$sSa13ghi3AA9jk27_pRszlE6sortedSayAaB_pGyFSbr4B_p_R9B_ptXEfU_Tf1nnnnc_n', symObjAddr: 0x12F4, symBinAddr: 0x40844, symSize: 0x368 }
+ - { offsetInCU: 0x1746, offset: 0x945EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pWOc', symObjAddr: 0x1660, symBinAddr: 0x40BB0, symSize: 0x44 }
+ - { offsetInCU: 0x175A, offset: 0x94603, size: 0x8, addend: 0x0, symName: '_$sSS3key_13SendBirdCalls9LogSymbol_p5valuetWOh', symObjAddr: 0x16A4, symBinAddr: 0x40BF4, symSize: 0x40 }
+ - { offsetInCU: 0x176E, offset: 0x94617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pWOb', symObjAddr: 0x1724, symBinAddr: 0x40C34, symSize: 0x18 }
+ - { offsetInCU: 0x1782, offset: 0x9462B, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x1780, symBinAddr: 0x40C4C, symSize: 0x48 }
+ - { offsetInCU: 0x1796, offset: 0x9463F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVMa', symObjAddr: 0x1D94, symBinAddr: 0x4120C, symSize: 0x10 }
+ - { offsetInCU: 0x17AA, offset: 0x94653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVMa', symObjAddr: 0x1DA4, symBinAddr: 0x4121C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x949FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5types_WZ', symObjAddr: 0x0, symBinAddr: 0x41230, symSize: 0x78 }
+ - { offsetInCU: 0x4B, offset: 0x94A21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvpZ', symObjAddr: 0x5FB8, symBinAddr: 0x2F9E50, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x94A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvgZ', symObjAddr: 0xB8, symBinAddr: 0x412E8, symSize: 0x40 }
+ - { offsetInCU: 0x8E, offset: 0x94A64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueSSvg', symObjAddr: 0xF8, symBinAddr: 0x41328, symSize: 0x1AC }
+ - { offsetInCU: 0xBD, offset: 0x94A93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSS_tcfC', symObjAddr: 0x2A4, symBinAddr: 0x414D4, symSize: 0x4 }
+ - { offsetInCU: 0xD1, offset: 0x94AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSSSg_tcfC', symObjAddr: 0x2A8, symBinAddr: 0x414D8, symSize: 0x4 }
+ - { offsetInCU: 0x10B, offset: 0x94AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x430, symBinAddr: 0x41660, symSize: 0x30 }
+ - { offsetInCU: 0x13D, offset: 0x94B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x41690, symSize: 0x28 }
+ - { offsetInCU: 0x17D, offset: 0x94B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSS_tcfCTf4nd_n', symObjAddr: 0x530, symBinAddr: 0x41760, symSize: 0x124 }
+ - { offsetInCU: 0x33B, offset: 0x94D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSSSg_tcfCTf4nd_n', symObjAddr: 0x654, symBinAddr: 0x41884, symSize: 0x140 }
+ - { offsetInCU: 0x516, offset: 0x94EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5types_WZ', symObjAddr: 0x0, symBinAddr: 0x41230, symSize: 0x78 }
+ - { offsetInCU: 0x565, offset: 0x94F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvau', symObjAddr: 0x78, symBinAddr: 0x412A8, symSize: 0x40 }
+ - { offsetInCU: 0x603, offset: 0x94FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASQWb', symObjAddr: 0x794, symBinAddr: 0x419C4, symSize: 0x4 }
+ - { offsetInCU: 0x617, offset: 0x94FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSQAAWl', symObjAddr: 0x798, symBinAddr: 0x419C8, symSize: 0x44 }
+ - { offsetInCU: 0x62B, offset: 0x95001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOMa', symObjAddr: 0x7DC, symBinAddr: 0x41A0C, symSize: 0x10 }
+ - { offsetInCU: 0x63F, offset: 0x95015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSYAAWl', symObjAddr: 0x7EC, symBinAddr: 0x41A1C, symSize: 0x44 }
+ - { offsetInCU: 0x6B0, offset: 0x95086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2AC, symBinAddr: 0x414DC, symSize: 0x88 }
+ - { offsetInCU: 0x75F, offset: 0x95135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH9hashValueSivgTW', symObjAddr: 0x334, symBinAddr: 0x41564, symSize: 0x60 }
+ - { offsetInCU: 0x7F5, offset: 0x951CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x394, symBinAddr: 0x415C4, symSize: 0x40 }
+ - { offsetInCU: 0x847, offset: 0x9521D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D4, symBinAddr: 0x41604, symSize: 0x5C }
+ - { offsetInCU: 0x8BB, offset: 0x95291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x488, symBinAddr: 0x416B8, symSize: 0x5C }
+ - { offsetInCU: 0x8DE, offset: 0x952B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4E4, symBinAddr: 0x41714, symSize: 0x4C }
+ - { offsetInCU: 0x4B, offset: 0x95536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x41A60, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9554A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0xC, symBinAddr: 0x41A6C, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x95566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x3C, symBinAddr: 0x41A9C, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x95582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x41AE0, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9559E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x41B1C, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x955BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x41B20, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x955DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x41B68, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x956D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seq11commandType9messageId04callL013directCallLog12deliveryInfoACSiSg_AA0G5TypesO06DirectO0OS2SAA0toP0CAA08DeliveryR0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x41EF8, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x95781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seq11commandType9messageId04callL013directCallLog12deliveryInfoACSiSg_AA0G5TypesO06DirectO0OS2SAA0toP0CAA08DeliveryR0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x42000, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x95868, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x420E0, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x958C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x4210C, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x95924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x42140, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x95975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x42174, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x959CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x870, symBinAddr: 0x421B0, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x959EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x42204, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x95A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x4222C, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x95A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x914, symBinAddr: 0x42254, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x95A4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x422D4, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x95A80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x450, symBinAddr: 0x41E4C, symSize: 0x44 }
+ - { offsetInCU: 0x5A9, offset: 0x95A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x41E90, symSize: 0x20 }
+ - { offsetInCU: 0x5BD, offset: 0x95AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACSeAAWl', symObjAddr: 0x518, symBinAddr: 0x41EB0, symSize: 0x48 }
+ - { offsetInCU: 0x69A, offset: 0x95B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x42138, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x95E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x42390, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x95E32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x42390, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x95E46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x4239C, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x95E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x423CC, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x95E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x42410, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x95E9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x4244C, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x95EB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x42450, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x95EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x42498, symSize: 0x2E4 }
+ - { offsetInCU: 0x173, offset: 0x95F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC8response12deliveryInfoAcA0D8ResponseC_AA08DeliveryI0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x4279C, symSize: 0x138 }
+ - { offsetInCU: 0x234, offset: 0x9601B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x6DC, symBinAddr: 0x428D4, symSize: 0x108 }
+ - { offsetInCU: 0x2E5, offset: 0x960CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x7E4, symBinAddr: 0x429DC, symSize: 0xE0 }
+ - { offsetInCU: 0x3CC, offset: 0x961B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x8C4, symBinAddr: 0x42ABC, symSize: 0x2C }
+ - { offsetInCU: 0x42B, offset: 0x96212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x8F0, symBinAddr: 0x42AE8, symSize: 0x2C }
+ - { offsetInCU: 0x488, offset: 0x9626F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfd', symObjAddr: 0x924, symBinAddr: 0x42B1C, symSize: 0x34 }
+ - { offsetInCU: 0x4D9, offset: 0x962C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfD', symObjAddr: 0x96C, symBinAddr: 0x42B50, symSize: 0x3C }
+ - { offsetInCU: 0x532, offset: 0x96319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x9A8, symBinAddr: 0x42B8C, symSize: 0x28 }
+ - { offsetInCU: 0x54E, offset: 0x96335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x9D0, symBinAddr: 0x42BB4, symSize: 0x28 }
+ - { offsetInCU: 0x56A, offset: 0x96351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x9F8, symBinAddr: 0x42BDC, symSize: 0x50 }
+ - { offsetInCU: 0x586, offset: 0x9636D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0xA48, symBinAddr: 0x42C2C, symSize: 0x2C }
+ - { offsetInCU: 0x5B1, offset: 0x96398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xA74, symBinAddr: 0x42C58, symSize: 0x10 }
+ - { offsetInCU: 0x5E4, offset: 0x963CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x4277C, symSize: 0x20 }
+ - { offsetInCU: 0x6B5, offset: 0x9649C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfE', symObjAddr: 0x91C, symBinAddr: 0x42B14, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x9672A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x42D0C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x9674E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x42D0C, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x9676C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x42D1C, symSize: 0x1F8 }
+ - { offsetInCU: 0x256, offset: 0x96959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfc', symObjAddr: 0x208, symBinAddr: 0x42F14, symSize: 0x8 }
+ - { offsetInCU: 0x285, offset: 0x96988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCfd', symObjAddr: 0x210, symBinAddr: 0x42F1C, symSize: 0x8 }
+ - { offsetInCU: 0x2B4, offset: 0x969B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCfD', symObjAddr: 0x218, symBinAddr: 0x42F24, symSize: 0x10 }
+ - { offsetInCU: 0x3DE, offset: 0x96AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCMa', symObjAddr: 0x2D8, symBinAddr: 0x42F34, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x96D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x42F54, symSize: 0x8 }
+ - { offsetInCU: 0x95, offset: 0x96DCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE7urlPathAA7URLPathVvg', symObjAddr: 0x8, symBinAddr: 0x42F5C, symSize: 0x68 }
+ - { offsetInCU: 0x16B, offset: 0x96EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKF', symObjAddr: 0xB0, symBinAddr: 0x42FC4, symSize: 0x234 }
+ - { offsetInCU: 0x216, offset: 0x96F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionO8rawValueACSgSi_tcfC', symObjAddr: 0x2E4, symBinAddr: 0x431F8, symSize: 0xC }
+ - { offsetInCU: 0x235, offset: 0x96F6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionO8rawValueSivg', symObjAddr: 0x2F0, symBinAddr: 0x43204, symSize: 0x8 }
+ - { offsetInCU: 0x277, offset: 0x96FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x432B4, symSize: 0x14 }
+ - { offsetInCU: 0x2A8, offset: 0x96FDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B4, symBinAddr: 0x432C8, symSize: 0xC }
+ - { offsetInCU: 0x301, offset: 0x97037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x468, symBinAddr: 0x4337C, symSize: 0x74 }
+ - { offsetInCU: 0x33C, offset: 0x97072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x4DC, symBinAddr: 0x433F0, symSize: 0x74 }
+ - { offsetInCU: 0x37F, offset: 0x970B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x550, symBinAddr: 0x43464, symSize: 0x8 }
+ - { offsetInCU: 0x3A6, offset: 0x970DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8intValueSiSgvg', symObjAddr: 0x558, symBinAddr: 0x4346C, symSize: 0xC }
+ - { offsetInCU: 0x3CD, offset: 0x97103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8rawValueSSvg', symObjAddr: 0x564, symBinAddr: 0x43478, symSize: 0x20 }
+ - { offsetInCU: 0x406, offset: 0x9713C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x584, symBinAddr: 0x43498, symSize: 0x20 }
+ - { offsetInCU: 0x434, offset: 0x9716A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x584, symBinAddr: 0x43498, symSize: 0x20 }
+ - { offsetInCU: 0x45F, offset: 0x97195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x728, symBinAddr: 0x4363C, symSize: 0x78 }
+ - { offsetInCU: 0x4A0, offset: 0x971D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x7A0, symBinAddr: 0x436B4, symSize: 0x28 }
+ - { offsetInCU: 0x4B4, offset: 0x971EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x7C8, symBinAddr: 0x436DC, symSize: 0x8 }
+ - { offsetInCU: 0x4EA, offset: 0x97220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7D0, symBinAddr: 0x436E4, symSize: 0x7C }
+ - { offsetInCU: 0x542, offset: 0x97278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x84C, symBinAddr: 0x43760, symSize: 0xC }
+ - { offsetInCU: 0x55E, offset: 0x97294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x858, symBinAddr: 0x4376C, symSize: 0xC }
+ - { offsetInCU: 0x59C, offset: 0x972D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8B4, symBinAddr: 0x437C8, symSize: 0x8 }
+ - { offsetInCU: 0x5C7, offset: 0x972FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8BC, symBinAddr: 0x437D0, symSize: 0x14 }
+ - { offsetInCU: 0x5F9, offset: 0x9732F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8D0, symBinAddr: 0x437E4, symSize: 0x8 }
+ - { offsetInCU: 0x624, offset: 0x9735A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8D8, symBinAddr: 0x437EC, symSize: 0x14 }
+ - { offsetInCU: 0x656, offset: 0x9738C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8EC, symBinAddr: 0x43800, symSize: 0x8 }
+ - { offsetInCU: 0x681, offset: 0x973B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8F4, symBinAddr: 0x43808, symSize: 0x14 }
+ - { offsetInCU: 0x6B3, offset: 0x973E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x908, symBinAddr: 0x4381C, symSize: 0x8 }
+ - { offsetInCU: 0x6DE, offset: 0x97414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x910, symBinAddr: 0x43824, symSize: 0x14 }
+ - { offsetInCU: 0x710, offset: 0x97446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x924, symBinAddr: 0x43838, symSize: 0x8 }
+ - { offsetInCU: 0x73B, offset: 0x97471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x92C, symBinAddr: 0x43840, symSize: 0x14 }
+ - { offsetInCU: 0x76D, offset: 0x974A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x940, symBinAddr: 0x43854, symSize: 0x8 }
+ - { offsetInCU: 0x798, offset: 0x974CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x948, symBinAddr: 0x4385C, symSize: 0x14 }
+ - { offsetInCU: 0x7CA, offset: 0x97500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x95C, symBinAddr: 0x43870, symSize: 0x8 }
+ - { offsetInCU: 0x7F5, offset: 0x9752B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x964, symBinAddr: 0x43878, symSize: 0x14 }
+ - { offsetInCU: 0x827, offset: 0x9755D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x978, symBinAddr: 0x4388C, symSize: 0x8 }
+ - { offsetInCU: 0x852, offset: 0x97588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x980, symBinAddr: 0x43894, symSize: 0x14 }
+ - { offsetInCU: 0x884, offset: 0x975BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x994, symBinAddr: 0x438A8, symSize: 0x8 }
+ - { offsetInCU: 0x8AF, offset: 0x975E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x99C, symBinAddr: 0x438B0, symSize: 0x14 }
+ - { offsetInCU: 0x8E1, offset: 0x97617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9B0, symBinAddr: 0x438C4, symSize: 0x8 }
+ - { offsetInCU: 0x90C, offset: 0x97642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9B8, symBinAddr: 0x438CC, symSize: 0x14 }
+ - { offsetInCU: 0x93E, offset: 0x97674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9CC, symBinAddr: 0x438E0, symSize: 0x8 }
+ - { offsetInCU: 0x969, offset: 0x9769F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9D4, symBinAddr: 0x438E8, symSize: 0x14 }
+ - { offsetInCU: 0x99B, offset: 0x976D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9E8, symBinAddr: 0x438FC, symSize: 0x8 }
+ - { offsetInCU: 0x9C6, offset: 0x976FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9F0, symBinAddr: 0x43904, symSize: 0x14 }
+ - { offsetInCU: 0x9F8, offset: 0x9772E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA04, symBinAddr: 0x43918, symSize: 0x8 }
+ - { offsetInCU: 0xA23, offset: 0x97759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA0C, symBinAddr: 0x43920, symSize: 0x14 }
+ - { offsetInCU: 0xA55, offset: 0x9778B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA20, symBinAddr: 0x43934, symSize: 0x8 }
+ - { offsetInCU: 0xA80, offset: 0x977B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA28, symBinAddr: 0x4393C, symSize: 0x14 }
+ - { offsetInCU: 0xAB2, offset: 0x977E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA3C, symBinAddr: 0x43950, symSize: 0x8 }
+ - { offsetInCU: 0xADD, offset: 0x97813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA44, symBinAddr: 0x43958, symSize: 0x14 }
+ - { offsetInCU: 0xB0F, offset: 0x97845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA58, symBinAddr: 0x4396C, symSize: 0x8 }
+ - { offsetInCU: 0xB3A, offset: 0x97870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA60, symBinAddr: 0x43974, symSize: 0x14 }
+ - { offsetInCU: 0xB6C, offset: 0x978A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs0G3KeyAAWl', symObjAddr: 0xA98, symBinAddr: 0x43988, symSize: 0x44 }
+ - { offsetInCU: 0xB80, offset: 0x978B6, size: 0x8, addend: 0x0, symName: '_$sSSSgxSgSEsSERzlWl', symObjAddr: 0xADC, symBinAddr: 0x439CC, symSize: 0x58 }
+ - { offsetInCU: 0xB94, offset: 0x978CA, size: 0x8, addend: 0x0, symName: '_$sSSSgMa', symObjAddr: 0xB34, symBinAddr: 0x43A24, symSize: 0x54 }
+ - { offsetInCU: 0xBA8, offset: 0x978DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASQWb', symObjAddr: 0xB88, symBinAddr: 0x43A78, symSize: 0x4 }
+ - { offsetInCU: 0xBBC, offset: 0x978F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSQAAWl', symObjAddr: 0xB8C, symBinAddr: 0x43A7C, symSize: 0x44 }
+ - { offsetInCU: 0xBD0, offset: 0x97906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASQWb', symObjAddr: 0xBD0, symBinAddr: 0x43AC0, symSize: 0x4 }
+ - { offsetInCU: 0xBE4, offset: 0x9791A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACSQAAWl', symObjAddr: 0xBD4, symBinAddr: 0x43AC4, symSize: 0x44 }
+ - { offsetInCU: 0xBF8, offset: 0x9792E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC18, symBinAddr: 0x43B08, symSize: 0x4 }
+ - { offsetInCU: 0xC0C, offset: 0x97942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC1C, symBinAddr: 0x43B0C, symSize: 0x44 }
+ - { offsetInCU: 0xC20, offset: 0x97956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC60, symBinAddr: 0x43B50, symSize: 0x4 }
+ - { offsetInCU: 0xC34, offset: 0x9796A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0xC64, symBinAddr: 0x43B54, symSize: 0x44 }
+ - { offsetInCU: 0xC48, offset: 0x9797E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwet', symObjAddr: 0xCB8, symBinAddr: 0x43BA0, symSize: 0x50 }
+ - { offsetInCU: 0xC5C, offset: 0x97992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwst', symObjAddr: 0xD08, symBinAddr: 0x43BF0, symSize: 0x8C }
+ - { offsetInCU: 0xC70, offset: 0x979A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwug', symObjAddr: 0xD94, symBinAddr: 0x43C7C, symSize: 0x8 }
+ - { offsetInCU: 0xC84, offset: 0x979BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwup', symObjAddr: 0xD9C, symBinAddr: 0x43C84, symSize: 0x4 }
+ - { offsetInCU: 0xC98, offset: 0x979CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwui', symObjAddr: 0xDA0, symBinAddr: 0x43C88, symSize: 0x4 }
+ - { offsetInCU: 0xCAC, offset: 0x979E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOMa', symObjAddr: 0xDA4, symBinAddr: 0x43C8C, symSize: 0x10 }
+ - { offsetInCU: 0xCC0, offset: 0x979F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwet', symObjAddr: 0xDC0, symBinAddr: 0x43C9C, symSize: 0x90 }
+ - { offsetInCU: 0xCD4, offset: 0x97A0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwst', symObjAddr: 0xE50, symBinAddr: 0x43D2C, symSize: 0xBC }
+ - { offsetInCU: 0xCE8, offset: 0x97A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwug', symObjAddr: 0xF0C, symBinAddr: 0x43DE8, symSize: 0x8 }
+ - { offsetInCU: 0xCFC, offset: 0x97A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwup', symObjAddr: 0xF14, symBinAddr: 0x43DF0, symSize: 0x4 }
+ - { offsetInCU: 0xD10, offset: 0x97A46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwui', symObjAddr: 0xF18, symBinAddr: 0x43DF4, symSize: 0x8 }
+ - { offsetInCU: 0xD24, offset: 0x97A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOMa', symObjAddr: 0xF20, symBinAddr: 0x43DFC, symSize: 0x10 }
+ - { offsetInCU: 0xD38, offset: 0x97A6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF30, symBinAddr: 0x43E0C, symSize: 0x8 }
+ - { offsetInCU: 0xD63, offset: 0x97A99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF38, symBinAddr: 0x43E14, symSize: 0x14 }
+ - { offsetInCU: 0xD95, offset: 0x97ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF4C, symBinAddr: 0x43E28, symSize: 0x8 }
+ - { offsetInCU: 0xDC0, offset: 0x97AF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF54, symBinAddr: 0x43E30, symSize: 0x14 }
+ - { offsetInCU: 0xDF2, offset: 0x97B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF68, symBinAddr: 0x43E44, symSize: 0x8 }
+ - { offsetInCU: 0xE1D, offset: 0x97B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF70, symBinAddr: 0x43E4C, symSize: 0x14 }
+ - { offsetInCU: 0xE4F, offset: 0x97B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF84, symBinAddr: 0x43E60, symSize: 0x8 }
+ - { offsetInCU: 0xE7A, offset: 0x97BB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF8C, symBinAddr: 0x43E68, symSize: 0x14 }
+ - { offsetInCU: 0xEAC, offset: 0x97BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSYAAWl', symObjAddr: 0x1008, symBinAddr: 0x43EE4, symSize: 0x44 }
+ - { offsetInCU: 0xF04, offset: 0x97C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F8, symBinAddr: 0x4320C, symSize: 0x8 }
+ - { offsetInCU: 0xF6B, offset: 0x97CA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x43214, symSize: 0x40 }
+ - { offsetInCU: 0x101A, offset: 0x97D50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x340, symBinAddr: 0x43254, symSize: 0x24 }
+ - { offsetInCU: 0x106D, offset: 0x97DA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x364, symBinAddr: 0x43278, symSize: 0x3C }
+ - { offsetInCU: 0x10F0, offset: 0x97E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x432D4, symSize: 0x5C }
+ - { offsetInCU: 0x1113, offset: 0x97E49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x41C, symBinAddr: 0x43330, symSize: 0x4C }
+ - { offsetInCU: 0x115A, offset: 0x97E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5A4, symBinAddr: 0x434B8, symSize: 0x88 }
+ - { offsetInCU: 0x1209, offset: 0x97F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x62C, symBinAddr: 0x43540, symSize: 0x60 }
+ - { offsetInCU: 0x1287, offset: 0x97FBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x68C, symBinAddr: 0x435A0, symSize: 0x40 }
+ - { offsetInCU: 0x12D9, offset: 0x9800F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6CC, symBinAddr: 0x435E0, symSize: 0x5C }
+ - { offsetInCU: 0x1335, offset: 0x9806B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x864, symBinAddr: 0x43778, symSize: 0x28 }
+ - { offsetInCU: 0x1351, offset: 0x98087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x88C, symBinAddr: 0x437A0, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x982F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA011DialReceiveH0V_Tg5', symObjAddr: 0x0, symBinAddr: 0x43F28, symSize: 0x1F0 }
+ - { offsetInCU: 0x69, offset: 0x98334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callIdSSvg', symObjAddr: 0x1550, symBinAddr: 0x45478, symSize: 0x2C }
+ - { offsetInCU: 0x85, offset: 0x98350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV18calleeDeliveryInfoAA0hI0Vvg', symObjAddr: 0x157C, symBinAddr: 0x454A4, symSize: 0x30 }
+ - { offsetInCU: 0xA1, offset: 0x9836C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV12receivedTypeAA05EventH0OSgvg', symObjAddr: 0x15C0, symBinAddr: 0x454D4, symSize: 0x30 }
+ - { offsetInCU: 0xBD, offset: 0x98388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x1600, symBinAddr: 0x45514, symSize: 0x8 }
+ - { offsetInCU: 0xD1, offset: 0x9839C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1608, symBinAddr: 0x4551C, symSize: 0x8 }
+ - { offsetInCU: 0xED, offset: 0x983B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV9requestIdSSvg', symObjAddr: 0x1610, symBinAddr: 0x45524, symSize: 0x2C }
+ - { offsetInCU: 0x101, offset: 0x983CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x163C, symBinAddr: 0x45550, symSize: 0x8 }
+ - { offsetInCU: 0x11D, offset: 0x983E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvs', symObjAddr: 0x1644, symBinAddr: 0x45558, symSize: 0x8 }
+ - { offsetInCU: 0x139, offset: 0x98404, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvM', symObjAddr: 0x164C, symBinAddr: 0x45560, symSize: 0x10 }
+ - { offsetInCU: 0x155, offset: 0x98420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvM.resume.0', symObjAddr: 0x165C, symBinAddr: 0x45570, symSize: 0x4 }
+ - { offsetInCU: 0x171, offset: 0x9843C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callId18calleeDeliveryInfo12receivedType15shortLivedTokenACSS_AA0jK0VAA05EventM0OSgSStcfC', symObjAddr: 0x1660, symBinAddr: 0x45574, symSize: 0x98 }
+ - { offsetInCU: 0x18D, offset: 0x98458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x16F8, symBinAddr: 0x4560C, symSize: 0x260 }
+ - { offsetInCU: 0x200, offset: 0x984CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x1958, symBinAddr: 0x4586C, symSize: 0x8 }
+ - { offsetInCU: 0x21C, offset: 0x984E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x1960, symBinAddr: 0x45874, symSize: 0x2C }
+ - { offsetInCU: 0x255, offset: 0x98520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x198C, symBinAddr: 0x458A0, symSize: 0x8 }
+ - { offsetInCU: 0x287, offset: 0x98552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1994, symBinAddr: 0x458A8, symSize: 0x8 }
+ - { offsetInCU: 0x2A3, offset: 0x9856E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x199C, symBinAddr: 0x458B0, symSize: 0x48 }
+ - { offsetInCU: 0x2C6, offset: 0x98591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callId18calleeDeliveryInfo12receivedType15shortLivedTokenACSS_AA0jK0VAA05EventM0OSgSStcfCTf4gggnd_n', symObjAddr: 0x2B9C, symBinAddr: 0x46AB0, symSize: 0x1A4 }
+ - { offsetInCU: 0x38A, offset: 0x98655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA011DialReceiveH0V_Tg5', symObjAddr: 0x0, symBinAddr: 0x43F28, symSize: 0x1F0 }
+ - { offsetInCU: 0x466, offset: 0x98731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06AcceptH0V_Tg5', symObjAddr: 0x1F0, symBinAddr: 0x44118, symSize: 0x1F0 }
+ - { offsetInCU: 0x542, offset: 0x9880D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA015RecordingStatusH0V_Tg5', symObjAddr: 0x3E0, symBinAddr: 0x44308, symSize: 0x1F0 }
+ - { offsetInCU: 0x61E, offset: 0x988E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA015RemoveCandidateH0V_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x444F8, symSize: 0x1F0 }
+ - { offsetInCU: 0x6FA, offset: 0x989C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA014ConnectionLostH0V_Tg5', symObjAddr: 0x7C0, symBinAddr: 0x446E8, symSize: 0x1F0 }
+ - { offsetInCU: 0x7D6, offset: 0x98AA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA04DialH0V_Tg5', symObjAddr: 0x9B0, symBinAddr: 0x448D8, symSize: 0x1F0 }
+ - { offsetInCU: 0x8B2, offset: 0x98B7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA09ConnectedH0V_Tg5', symObjAddr: 0xBA0, symBinAddr: 0x44AC8, symSize: 0x1F0 }
+ - { offsetInCU: 0x98E, offset: 0x98C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA04HoldH0V_Tg5', symObjAddr: 0xD90, symBinAddr: 0x44CB8, symSize: 0x1F0 }
+ - { offsetInCU: 0xA6A, offset: 0x98D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA05OfferH0V_Tg5', symObjAddr: 0xF80, symBinAddr: 0x44EA8, symSize: 0x1F0 }
+ - { offsetInCU: 0xB46, offset: 0x98E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06AnswerH0V_Tg5', symObjAddr: 0x1170, symBinAddr: 0x45098, symSize: 0x1F0 }
+ - { offsetInCU: 0xC22, offset: 0x98EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA09CandidateH0V_Tg5', symObjAddr: 0x1360, symBinAddr: 0x45288, symSize: 0x1F0 }
+ - { offsetInCU: 0xCD3, offset: 0x98F9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOy', symObjAddr: 0x15F0, symBinAddr: 0x45504, symSize: 0x10 }
+ - { offsetInCU: 0xCE7, offset: 0x98FB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA05AliveH0V_Tg5Tf4nx_n', symObjAddr: 0x19E4, symBinAddr: 0x458F8, symSize: 0x1F8 }
+ - { offsetInCU: 0xD5D, offset: 0x99028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06CancelH0V_Tg5Tf4nx_n', symObjAddr: 0x1BDC, symBinAddr: 0x45AF0, symSize: 0x1F8 }
+ - { offsetInCU: 0xDD3, offset: 0x9909E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA012VideoSettingH0V_Tg5Tf4nx_n', symObjAddr: 0x1DD4, symBinAddr: 0x45CE8, symSize: 0x1F8 }
+ - { offsetInCU: 0xE49, offset: 0x99114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA07DeclineH0V_Tg5Tf4nx_n', symObjAddr: 0x1FCC, symBinAddr: 0x45EE0, symSize: 0x1F8 }
+ - { offsetInCU: 0xEBF, offset: 0x9918A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA012AudioSettingH0V_Tg5Tf4nx_n', symObjAddr: 0x21C4, symBinAddr: 0x460D8, symSize: 0x1F8 }
+ - { offsetInCU: 0xF35, offset: 0x99200, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA08NoAnswerH0V_Tg5Tf4nx_n', symObjAddr: 0x23BC, symBinAddr: 0x462D0, symSize: 0x1F8 }
+ - { offsetInCU: 0xFAB, offset: 0x99276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA010UnknownEndH0V_Tg5Tf4nx_n', symObjAddr: 0x25B4, symBinAddr: 0x464C8, symSize: 0x1F8 }
+ - { offsetInCU: 0x1021, offset: 0x992EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA03EndH0V_Tg5Tf4nx_n', symObjAddr: 0x27AC, symBinAddr: 0x466C0, symSize: 0x1F8 }
+ - { offsetInCU: 0x1097, offset: 0x99362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA07TimeoutH0V_Tg5Tf4nx_n', symObjAddr: 0x29A4, symBinAddr: 0x468B8, symSize: 0x1F8 }
+ - { offsetInCU: 0x112E, offset: 0x993F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOe', symObjAddr: 0x2D40, symBinAddr: 0x46C54, symSize: 0x10 }
+ - { offsetInCU: 0x1142, offset: 0x9940D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVACSEAAWl', symObjAddr: 0x2E50, symBinAddr: 0x46C64, symSize: 0x44 }
+ - { offsetInCU: 0x1156, offset: 0x99421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOb', symObjAddr: 0x2E94, symBinAddr: 0x46CA8, symSize: 0x48 }
+ - { offsetInCU: 0x116A, offset: 0x99435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOr', symObjAddr: 0x2EDC, symBinAddr: 0x46CF0, symSize: 0x2C }
+ - { offsetInCU: 0x117E, offset: 0x99449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgxSgSEsSERzlWl', symObjAddr: 0x2F08, symBinAddr: 0x46D1C, symSize: 0x70 }
+ - { offsetInCU: 0x1192, offset: 0x9945D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOs', symObjAddr: 0x2FBC, symBinAddr: 0x46D8C, symSize: 0x2C }
+ - { offsetInCU: 0x11A6, offset: 0x99471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x2FE8, symBinAddr: 0x46DB8, symSize: 0x24 }
+ - { offsetInCU: 0x11BA, offset: 0x99485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA13WSRequestableAAWl', symObjAddr: 0x300C, symBinAddr: 0x46DDC, symSize: 0x44 }
+ - { offsetInCU: 0x11CE, offset: 0x99499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x3050, symBinAddr: 0x46E20, symSize: 0x24 }
+ - { offsetInCU: 0x11E2, offset: 0x994AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA10ResultableAAWl', symObjAddr: 0x3074, symBinAddr: 0x46E44, symSize: 0x44 }
+ - { offsetInCU: 0x11F6, offset: 0x994C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13WSRequestableAAWI', symObjAddr: 0x30B8, symBinAddr: 0x46E88, symSize: 0x24 }
+ - { offsetInCU: 0x120A, offset: 0x994D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA11RequestableAAWl', symObjAddr: 0x30DC, symBinAddr: 0x46EAC, symSize: 0x44 }
+ - { offsetInCU: 0x121E, offset: 0x994E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x3120, symBinAddr: 0x46EF0, symSize: 0x4 }
+ - { offsetInCU: 0x1232, offset: 0x994FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA11RequestableAAWI', symObjAddr: 0x3168, symBinAddr: 0x46EF4, symSize: 0x2C }
+ - { offsetInCU: 0x1246, offset: 0x99511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA0F0AAWl', symObjAddr: 0x3194, symBinAddr: 0x46F20, symSize: 0x44 }
+ - { offsetInCU: 0x125A, offset: 0x99525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x31D8, symBinAddr: 0x46F64, symSize: 0x44 }
+ - { offsetInCU: 0x126E, offset: 0x99539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0AAWI', symObjAddr: 0x321C, symBinAddr: 0x46FA8, symSize: 0x24 }
+ - { offsetInCU: 0x1282, offset: 0x9954D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVACSEAAWl', symObjAddr: 0x3240, symBinAddr: 0x46FCC, symSize: 0x44 }
+ - { offsetInCU: 0x1296, offset: 0x99561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3284, symBinAddr: 0x47010, symSize: 0x24 }
+ - { offsetInCU: 0x12AA, offset: 0x99575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwCP', symObjAddr: 0x32A8, symBinAddr: 0x47034, symSize: 0x30 }
+ - { offsetInCU: 0x12BE, offset: 0x99589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwxx', symObjAddr: 0x32D8, symBinAddr: 0x47064, symSize: 0x50 }
+ - { offsetInCU: 0x12D2, offset: 0x9959D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwcp', symObjAddr: 0x3328, symBinAddr: 0x470B4, symSize: 0xC4 }
+ - { offsetInCU: 0x12E6, offset: 0x995B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwca', symObjAddr: 0x33EC, symBinAddr: 0x47178, symSize: 0x1A8 }
+ - { offsetInCU: 0x12FA, offset: 0x995C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOh', symObjAddr: 0x35D4, symBinAddr: 0x47320, symSize: 0x34 }
+ - { offsetInCU: 0x130E, offset: 0x995D9, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x3608, symBinAddr: 0x47354, symSize: 0x24 }
+ - { offsetInCU: 0x1322, offset: 0x995ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwta', symObjAddr: 0x362C, symBinAddr: 0x47378, symSize: 0x108 }
+ - { offsetInCU: 0x1336, offset: 0x99601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwet', symObjAddr: 0x3734, symBinAddr: 0x47480, symSize: 0x48 }
+ - { offsetInCU: 0x134A, offset: 0x99615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwst', symObjAddr: 0x377C, symBinAddr: 0x474C8, symSize: 0x58 }
+ - { offsetInCU: 0x135E, offset: 0x99629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVMa', symObjAddr: 0x37D4, symBinAddr: 0x47520, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x99916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x47574, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x9992E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x47574, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x99948, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x47578, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x99979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x475B4, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x9999A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x475DC, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x999CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x4761C, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x999E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAC, symBinAddr: 0x47620, symSize: 0xEC }
+ - { offsetInCU: 0x17B, offset: 0x99A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x200, symBinAddr: 0x47734, symSize: 0x8 }
+ - { offsetInCU: 0x197, offset: 0x99A86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0x208, symBinAddr: 0x4773C, symSize: 0x8 }
+ - { offsetInCU: 0x1B3, offset: 0x99AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV8attachToSSvg', symObjAddr: 0x210, symBinAddr: 0x47744, symSize: 0x2C }
+ - { offsetInCU: 0x1CF, offset: 0x99ABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6roomIdSSvg', symObjAddr: 0x23C, symBinAddr: 0x47770, symSize: 0x2C }
+ - { offsetInCU: 0x1EB, offset: 0x99ADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV13participantIdSSvg', symObjAddr: 0x268, symBinAddr: 0x4779C, symSize: 0x2C }
+ - { offsetInCU: 0x207, offset: 0x99AF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10endpointIdSSvg', symObjAddr: 0x294, symBinAddr: 0x477C8, symSize: 0x2C }
+ - { offsetInCU: 0x223, offset: 0x99B12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6roomId011participantH008endpointH08attachToACSS_S3StcfC', symObjAddr: 0x2C0, symBinAddr: 0x477F4, symSize: 0x1C }
+ - { offsetInCU: 0x292, offset: 0x99B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2DC, symBinAddr: 0x47810, symSize: 0xE0 }
+ - { offsetInCU: 0x2CC, offset: 0x99BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x424, symBinAddr: 0x47934, symSize: 0x8 }
+ - { offsetInCU: 0x2F7, offset: 0x99BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x4DC, symBinAddr: 0x479A8, symSize: 0x40 }
+ - { offsetInCU: 0x32E, offset: 0x99C1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x638, symBinAddr: 0x47B04, symSize: 0x8 }
+ - { offsetInCU: 0x34A, offset: 0x99C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x640, symBinAddr: 0x47B0C, symSize: 0x40 }
+ - { offsetInCU: 0x3B4, offset: 0x99CA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x70C, symBinAddr: 0x47BD8, symSize: 0xEC }
+ - { offsetInCU: 0x422, offset: 0x99D11, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x1D8, symBinAddr: 0x4770C, symSize: 0x28 }
+ - { offsetInCU: 0x436, offset: 0x99D25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs0F3KeyAAWl', symObjAddr: 0x3E0, symBinAddr: 0x478F0, symSize: 0x44 }
+ - { offsetInCU: 0x44A, offset: 0x99D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x42C, symBinAddr: 0x4793C, symSize: 0x24 }
+ - { offsetInCU: 0x45E, offset: 0x99D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x450, symBinAddr: 0x47960, symSize: 0x44 }
+ - { offsetInCU: 0x472, offset: 0x99D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x494, symBinAddr: 0x479A4, symSize: 0x4 }
+ - { offsetInCU: 0x486, offset: 0x99D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x51C, symBinAddr: 0x479E8, symSize: 0x24 }
+ - { offsetInCU: 0x49A, offset: 0x99D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x540, symBinAddr: 0x47A0C, symSize: 0x44 }
+ - { offsetInCU: 0x4AE, offset: 0x99D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x584, symBinAddr: 0x47A50, symSize: 0x2C }
+ - { offsetInCU: 0x4C2, offset: 0x99DB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA0F0AAWl', symObjAddr: 0x5B0, symBinAddr: 0x47A7C, symSize: 0x44 }
+ - { offsetInCU: 0x4D6, offset: 0x99DC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5F4, symBinAddr: 0x47AC0, symSize: 0x44 }
+ - { offsetInCU: 0x4EA, offset: 0x99DD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0AAWI', symObjAddr: 0x680, symBinAddr: 0x47B4C, symSize: 0x24 }
+ - { offsetInCU: 0x4FE, offset: 0x99DED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVACSEAAWl', symObjAddr: 0x6A4, symBinAddr: 0x47B70, symSize: 0x44 }
+ - { offsetInCU: 0x512, offset: 0x99E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6E8, symBinAddr: 0x47BB4, symSize: 0x24 }
+ - { offsetInCU: 0x53D, offset: 0x99E2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwCP', symObjAddr: 0x7F8, symBinAddr: 0x47CC4, symSize: 0x30 }
+ - { offsetInCU: 0x551, offset: 0x99E40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwxx', symObjAddr: 0x828, symBinAddr: 0x47CF4, symSize: 0x38 }
+ - { offsetInCU: 0x565, offset: 0x99E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwcp', symObjAddr: 0x860, symBinAddr: 0x47D2C, symSize: 0x6C }
+ - { offsetInCU: 0x579, offset: 0x99E68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwca', symObjAddr: 0x8CC, symBinAddr: 0x47D98, symSize: 0xBC }
+ - { offsetInCU: 0x58D, offset: 0x99E7C, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x988, symBinAddr: 0x47E54, symSize: 0x24 }
+ - { offsetInCU: 0x5A1, offset: 0x99E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwta', symObjAddr: 0x9AC, symBinAddr: 0x47E78, symSize: 0x74 }
+ - { offsetInCU: 0x5B5, offset: 0x99EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwet', symObjAddr: 0xA20, symBinAddr: 0x47EEC, symSize: 0x48 }
+ - { offsetInCU: 0x5C9, offset: 0x99EB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwst', symObjAddr: 0xA68, symBinAddr: 0x47F34, symSize: 0x50 }
+ - { offsetInCU: 0x5DD, offset: 0x99ECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVMa', symObjAddr: 0xAB8, symBinAddr: 0x47F84, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9A113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x47F98, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x9A137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x47F98, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9A14B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x47FA4, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9A167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x47FD4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x9A183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x48018, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9A19F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x48054, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x9A1BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x48058, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x9A1E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x480A0, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x9A2D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x483E8, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x9A382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x484FC, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x9A469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x485E8, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x9A4C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x48614, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x9A525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfd', symObjAddr: 0x804, symBinAddr: 0x48648, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x9A576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x4867C, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9A5CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x888, symBinAddr: 0x486B8, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x9A5EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x486E0, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x9A607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x48708, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x9A623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x48758, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x9A64E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x48784, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x9A681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x450, symBinAddr: 0x48384, symSize: 0x44 }
+ - { offsetInCU: 0x5A9, offset: 0x9A695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x483C8, symSize: 0x20 }
+ - { offsetInCU: 0x67A, offset: 0x9A766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x48640, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x9A9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x48838, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x9AA13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x48838, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x9AA2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC9isRelayedSbvg', symObjAddr: 0x8, symBinAddr: 0x48840, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x9AA4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC04isOnD0Sbvg', symObjAddr: 0x10, symBinAddr: 0x48848, symSize: 0x14 }
+ - { offsetInCU: 0x17F, offset: 0x9AB47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG012deliveryInfo8holdedBy9isRelayedACSS_SSAA08DeliveryJ0VSaySSGSbtcfC', symObjAddr: 0x24, symBinAddr: 0x4885C, symSize: 0xF0 }
+ - { offsetInCU: 0x22D, offset: 0x9ABF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG012deliveryInfo8holdedBy9isRelayedACSS_SSAA08DeliveryJ0VSaySSGSbtcfc', symObjAddr: 0x114, symBinAddr: 0x4894C, symSize: 0xC8 }
+ - { offsetInCU: 0x2C7, offset: 0x9AC8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1DC, symBinAddr: 0x48A14, symSize: 0x48 }
+ - { offsetInCU: 0x2EC, offset: 0x9ACB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x224, symBinAddr: 0x48A5C, symSize: 0x2D4 }
+ - { offsetInCU: 0x3B1, offset: 0x9AD79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x714, symBinAddr: 0x48D50, symSize: 0x2C }
+ - { offsetInCU: 0x410, offset: 0x9ADD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x740, symBinAddr: 0x48D7C, symSize: 0x2C }
+ - { offsetInCU: 0x46D, offset: 0x9AE35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfd', symObjAddr: 0x774, symBinAddr: 0x48DB0, symSize: 0x34 }
+ - { offsetInCU: 0x4BE, offset: 0x9AE86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfD', symObjAddr: 0x7BC, symBinAddr: 0x48DE4, symSize: 0x3C }
+ - { offsetInCU: 0x5CF, offset: 0x9AF97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCMa', symObjAddr: 0x5C0, symBinAddr: 0x48D30, symSize: 0x20 }
+ - { offsetInCU: 0x5F9, offset: 0x9AFC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfE', symObjAddr: 0x76C, symBinAddr: 0x48DA8, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x9B278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x48E40, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9B28C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC11isVideoCallSbvg', symObjAddr: 0xC, symBinAddr: 0x48E4C, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x9B2A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callerAA14DirectCallUserCvg', symObjAddr: 0x14, symBinAddr: 0x48E54, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x9B2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6calleeAA14DirectCallUserCvg', symObjAddr: 0x1C, symBinAddr: 0x48E5C, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x9B2E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvg', symObjAddr: 0x24, symBinAddr: 0x48E64, symSize: 0x34 }
+ - { offsetInCU: 0xCF, offset: 0x9B2FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvs', symObjAddr: 0x58, symBinAddr: 0x48E98, symSize: 0x44 }
+ - { offsetInCU: 0xEB, offset: 0x9B318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvM', symObjAddr: 0x9C, symBinAddr: 0x48EDC, symSize: 0x3C }
+ - { offsetInCU: 0x107, offset: 0x9B334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvM.resume.0', symObjAddr: 0xD8, symBinAddr: 0x48F18, symSize: 0x4 }
+ - { offsetInCU: 0x123, offset: 0x9B350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC11customItemsSDyS2SGvg', symObjAddr: 0xDC, symBinAddr: 0x48F1C, symSize: 0x8 }
+ - { offsetInCU: 0x13F, offset: 0x9B36C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE4, symBinAddr: 0x48F24, symSize: 0x48 }
+ - { offsetInCU: 0x164, offset: 0x9B391, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x12C, symBinAddr: 0x48F6C, symSize: 0x454 }
+ - { offsetInCU: 0x1F8, offset: 0x9B425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0VtcfC', symObjAddr: 0x7AC, symBinAddr: 0x49428, symSize: 0xBC }
+ - { offsetInCU: 0x216, offset: 0x9B443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0Vtcfc', symObjAddr: 0x868, symBinAddr: 0x494E4, symSize: 0xD8 }
+ - { offsetInCU: 0x318, offset: 0x9B545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6update4withyAA10DirectCallC_tF', symObjAddr: 0x940, symBinAddr: 0x495BC, symSize: 0x208 }
+ - { offsetInCU: 0x457, offset: 0x9B684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0xB48, symBinAddr: 0x497C4, symSize: 0x2C }
+ - { offsetInCU: 0x4B6, offset: 0x9B6E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0xB74, symBinAddr: 0x497F0, symSize: 0x2C }
+ - { offsetInCU: 0x513, offset: 0x9B740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfd', symObjAddr: 0xBCC, symBinAddr: 0x49848, symSize: 0x4C }
+ - { offsetInCU: 0x556, offset: 0x9B783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfD', symObjAddr: 0xC18, symBinAddr: 0x49894, symSize: 0x1C }
+ - { offsetInCU: 0x592, offset: 0x9B7BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xC34, symBinAddr: 0x498B0, symSize: 0x10 }
+ - { offsetInCU: 0x5C5, offset: 0x9B7F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCMa', symObjAddr: 0x648, symBinAddr: 0x493C0, symSize: 0x20 }
+ - { offsetInCU: 0x5D9, offset: 0x9B806, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCAA0F0CSeAAWl', symObjAddr: 0x6AC, symBinAddr: 0x493E0, symSize: 0x48 }
+ - { offsetInCU: 0x743, offset: 0x9B970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfE', symObjAddr: 0xBA0, symBinAddr: 0x4981C, symSize: 0x2C }
+ - { offsetInCU: 0x770, offset: 0x9B99D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14SBCLogReceiver_p_Tg5Tf4d_n', symObjAddr: 0xC44, symBinAddr: 0x498C0, symSize: 0xC }
+ - { offsetInCU: 0x793, offset: 0x9B9C0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14StatisticValueCySdG_Tg5Tf4d_n', symObjAddr: 0xC50, symBinAddr: 0x498CC, symSize: 0x58 }
+ - { offsetInCU: 0x7C0, offset: 0x9B9ED, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls11VideoDeviceC_Tg5Tf4d_n', symObjAddr: 0xCA8, symBinAddr: 0x49924, symSize: 0x54 }
+ - { offsetInCU: 0x7ED, offset: 0x9BA1A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls17RemoteParticipantC_Tg5Tf4d_n', symObjAddr: 0xCFC, symBinAddr: 0x49978, symSize: 0x54 }
+ - { offsetInCU: 0x81A, offset: 0x9BA47, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls11ParticipantC_Tg5Tf4d_n', symObjAddr: 0xD50, symBinAddr: 0x499CC, symSize: 0x54 }
+ - { offsetInCU: 0x847, offset: 0x9BA74, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls19TransportStatisticsC_Tg5Tf4d_n', symObjAddr: 0xDA4, symBinAddr: 0x49A20, symSize: 0x54 }
+ - { offsetInCU: 0x874, offset: 0x9BAA1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15AudioStatisticsC_Tg5Tf4d_n', symObjAddr: 0xDF8, symBinAddr: 0x49A74, symSize: 0x54 }
+ - { offsetInCU: 0x8A1, offset: 0x9BACE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15VideoStatisticsC_Tg5Tf4d_n', symObjAddr: 0xE4C, symBinAddr: 0x49AC8, symSize: 0x54 }
+ - { offsetInCU: 0x8CE, offset: 0x9BAFB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo16AVFrameRateRangeC_Tg5Tf4d_n', symObjAddr: 0xEA0, symBinAddr: 0x49B1C, symSize: 0x64 }
+ - { offsetInCU: 0x8FB, offset: 0x9BB28, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15DirectCallTimerC_Tg5Tf4d_n', symObjAddr: 0xF04, symBinAddr: 0x49B80, symSize: 0x54 }
+ - { offsetInCU: 0x928, offset: 0x9BB55, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls4RoomC_Tg5Tf4d_n', symObjAddr: 0xF58, symBinAddr: 0x49BD4, symSize: 0x54 }
+ - { offsetInCU: 0x955, offset: 0x9BB82, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo12RTCIceServerC_Tg5Tf4d_n', symObjAddr: 0xFAC, symBinAddr: 0x49C28, symSize: 0x64 }
+ - { offsetInCU: 0x982, offset: 0x9BBAF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14DirectCallUserC_Tg5Tf4d_n', symObjAddr: 0x1054, symBinAddr: 0x49C8C, symSize: 0x54 }
+ - { offsetInCU: 0x9AF, offset: 0x9BBDC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SBTimerC_Tg5Tf4d_n', symObjAddr: 0x1184, symBinAddr: 0x49DA8, symSize: 0x54 }
+ - { offsetInCU: 0x9DC, offset: 0x9BC09, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls10DirectCallC_Tg5Tf4d_n', symObjAddr: 0x11D8, symBinAddr: 0x49DFC, symSize: 0x54 }
+ - { offsetInCU: 0xA09, offset: 0x9BC36, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls12LogCollectorC0J4ItemC_Tg5Tf4d_n', symObjAddr: 0x122C, symBinAddr: 0x49E50, symSize: 0x54 }
+ - { offsetInCU: 0xA36, offset: 0x9BC63, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14StatisticValueCys5Int64VG_Tg5Tf4d_n', symObjAddr: 0x1280, symBinAddr: 0x49EA4, symSize: 0x58 }
+ - { offsetInCU: 0xA63, offset: 0x9BC90, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SummaryC_Tg5Tf4d_n', symObjAddr: 0x12D8, symBinAddr: 0x49EFC, symSize: 0x54 }
+ - { offsetInCU: 0xA90, offset: 0x9BCBD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8SBCErrorC_Tg5Tf4d_n', symObjAddr: 0x132C, symBinAddr: 0x49F50, symSize: 0x54 }
+ - { offsetInCU: 0xABD, offset: 0x9BCEA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls0gH12CallDelegate_p_Tg5Tf4d_n', symObjAddr: 0x1380, symBinAddr: 0x49FA4, symSize: 0xC }
+ - { offsetInCU: 0xAD5, offset: 0x9BD02, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8RecorderC_Tg5Tf4d_n', symObjAddr: 0x138C, symBinAddr: 0x49FB0, symSize: 0x54 }
+ - { offsetInCU: 0xB02, offset: 0x9BD2F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo15RTCIceCandidateC_Tg5Tf4d_n', symObjAddr: 0x13E0, symBinAddr: 0x4A004, symSize: 0x64 }
+ - { offsetInCU: 0xB2F, offset: 0x9BD5C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo17RTCPeerConnectionC_Tg5Tf4d_n', symObjAddr: 0x1444, symBinAddr: 0x4A068, symSize: 0x64 }
+ - { offsetInCU: 0xB5C, offset: 0x9BD89, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCG_Tg5Tf4d_n', symObjAddr: 0x14A8, symBinAddr: 0x4A0CC, symSize: 0x58 }
+ - { offsetInCU: 0xB89, offset: 0x9BDB6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls22DirectCallEventCommandC_Tg5Tf4d_n', symObjAddr: 0x1500, symBinAddr: 0x4A124, symSize: 0x54 }
+ - { offsetInCU: 0xBB6, offset: 0x9BDE3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14AcceptResponseC_Tg5Tf4d_n', symObjAddr: 0x1554, symBinAddr: 0x4A178, symSize: 0x54 }
+ - { offsetInCU: 0xBE3, offset: 0x9BE10, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15DeclineResponseC_Tg5Tf4d_n', symObjAddr: 0x15A8, symBinAddr: 0x4A1CC, symSize: 0x54 }
+ - { offsetInCU: 0xC10, offset: 0x9BE3D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls13WeakReferenceCyAF14SBCLogReceiver_pG_Tg5Tf4d_n', symObjAddr: 0x15FC, symBinAddr: 0x4A220, symSize: 0x58 }
+ - { offsetInCU: 0xC3D, offset: 0x9BE6A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls9CandidateC_Tg5Tf4d_n', symObjAddr: 0x1654, symBinAddr: 0x4A278, symSize: 0x54 }
+ - { offsetInCU: 0xC6A, offset: 0x9BE97, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15RequestResenderC_Tg5Tf4d_n', symObjAddr: 0x16A8, symBinAddr: 0x4A2CC, symSize: 0x54 }
+ - { offsetInCU: 0xC97, offset: 0x9BEC4, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls6LoggerV12ObserverInfoC_Tg5Tf4d_n', symObjAddr: 0x16FC, symBinAddr: 0x4A320, symSize: 0x54 }
+ - { offsetInCU: 0xCC4, offset: 0x9BEF1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8SequenceC_Tg5Tf4d_n', symObjAddr: 0x1750, symBinAddr: 0x4A374, symSize: 0x54 }
+ - { offsetInCU: 0xCF1, offset: 0x9BF1E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9SecKeyRefa_Tg5Tf4d_n', symObjAddr: 0x17A4, symBinAddr: 0x4A3C8, symSize: 0x54 }
+ - { offsetInCU: 0xD1E, offset: 0x9BF4B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls0gH17RecordingDelegate_p_Tg5Tf4d_n', symObjAddr: 0x17F8, symBinAddr: 0x4A41C, symSize: 0xC }
+ - { offsetInCU: 0xD36, offset: 0x9BF63, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SSLCertC_Tg5Tf4d_n', symObjAddr: 0x1804, symBinAddr: 0x4A428, symSize: 0x54 }
+ - { offsetInCU: 0xD63, offset: 0x9BF90, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo17SecCertificateRefa_Tg5Tf4d_n', symObjAddr: 0x1858, symBinAddr: 0x4A47C, symSize: 0x54 }
+ - { offsetInCU: 0xD90, offset: 0x9BFBD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls9WebSocketC10WSResponseC_Tg5Tf4d_n', symObjAddr: 0x18AC, symBinAddr: 0x4A4D0, symSize: 0x54 }
+ - { offsetInCU: 0x4B, offset: 0x9C3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x4A55C, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9C3F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x4A568, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9C40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x4A598, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x9C429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x4A5DC, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9C445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x4A618, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x9C461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x4A61C, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x9C486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x4A664, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x9C577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x4A968, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x9C628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x4AA70, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x9C70F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x4AB50, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x9C76E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x4AB7C, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x9C7CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x4ABB0, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x9C81C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x4ABE4, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9C875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x870, symBinAddr: 0x4AC20, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x9C891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x4AC74, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x9C8AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x4AC9C, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x9C8C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x914, symBinAddr: 0x4ACC4, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x9C8F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x4AD44, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x9C927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x4A948, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x9C9F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x4ABA8, symSize: 0x8 }
+ - { offsetInCU: 0x8F, offset: 0x9CCE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateC14didReceiveDial7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x0, symBinAddr: 0x4AE00, symSize: 0x70 }
+ - { offsetInCU: 0xF8, offset: 0x9CD52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateC20didOtherDeviceAccept7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x7C, symBinAddr: 0x4AE7C, symSize: 0x9C }
+ - { offsetInCU: 0x161, offset: 0x9CDBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCACycfC', symObjAddr: 0x1FC, symBinAddr: 0x4AFFC, symSize: 0x10 }
+ - { offsetInCU: 0x17F, offset: 0x9CDD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCACycfc', symObjAddr: 0x20C, symBinAddr: 0x4B00C, symSize: 0x8 }
+ - { offsetInCU: 0x1AE, offset: 0x9CE08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCfd', symObjAddr: 0x214, symBinAddr: 0x4B014, symSize: 0x8 }
+ - { offsetInCU: 0x1DD, offset: 0x9CE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCfD', symObjAddr: 0x21C, symBinAddr: 0x4B01C, symSize: 0x10 }
+ - { offsetInCU: 0x22B, offset: 0x9CE85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCMa', symObjAddr: 0x22C, symBinAddr: 0x4B02C, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x9D067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x4B04C, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x9D08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x4B04C, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9D09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x4B058, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9D0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x4B088, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x9D0D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x4B0CC, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9D0F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x4B108, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x9D10F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x4B10C, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x9D134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x4B154, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x9D225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x4B458, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x9D2D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x4B56C, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x9D3BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x4B658, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x9D41C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x4B684, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x9D479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfd', symObjAddr: 0x804, symBinAddr: 0x4B6B8, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x9D4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x4B6EC, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9D523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x4B728, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x9D53F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x4B750, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x9D55B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x4B778, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x9D577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x4B7C8, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x9D5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x4B7F4, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x9D5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x4B438, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x9D6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x4B6B0, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x9D92F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x4B8A8, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x9D947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x4B8A8, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x9D961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x4B8AC, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x9D992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x4B8E8, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x9D9B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x4B910, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x9D9E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x4B950, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x9DA00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x4B954, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x9DA1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB4, symBinAddr: 0x4B95C, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x9DA30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appIdSSvg', symObjAddr: 0xBC, symBinAddr: 0x4B964, symSize: 0x2C }
+ - { offsetInCU: 0x144, offset: 0x9DA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV11accessTokenSSSgvg', symObjAddr: 0xE8, symBinAddr: 0x4B990, symSize: 0x2C }
+ - { offsetInCU: 0x160, offset: 0x9DA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV8bundleIdSSSgvg', symObjAddr: 0x114, symBinAddr: 0x4B9BC, symSize: 0x2C }
+ - { offsetInCU: 0x17C, offset: 0x9DA84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV4typeSSvg', symObjAddr: 0x140, symBinAddr: 0x4B9E8, symSize: 0x2C }
+ - { offsetInCU: 0x198, offset: 0x9DAA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x16C, symBinAddr: 0x4BA14, symSize: 0x8 }
+ - { offsetInCU: 0x1B4, offset: 0x9DABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvs', symObjAddr: 0x174, symBinAddr: 0x4BA1C, symSize: 0x8 }
+ - { offsetInCU: 0x1D0, offset: 0x9DAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvM', symObjAddr: 0x17C, symBinAddr: 0x4BA24, symSize: 0x10 }
+ - { offsetInCU: 0x1EC, offset: 0x9DAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvM.resume.0', symObjAddr: 0x18C, symBinAddr: 0x4BA34, symSize: 0x4 }
+ - { offsetInCU: 0x208, offset: 0x9DB10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appId04userG011accessToken06bundleG0ACSS_S2SSgAHtcfC', symObjAddr: 0x190, symBinAddr: 0x4BA38, symSize: 0x54 }
+ - { offsetInCU: 0x23C, offset: 0x9DB44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8rawValueAGSgSS_tcfC', symObjAddr: 0x1E4, symBinAddr: 0x4BA8C, symSize: 0x7C }
+ - { offsetInCU: 0x275, offset: 0x9DB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO11stringValueAGSgSS_tcfC', symObjAddr: 0x260, symBinAddr: 0x4BB08, symSize: 0x7C }
+ - { offsetInCU: 0x2AB, offset: 0x9DBB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8intValueAGSgSi_tcfC', symObjAddr: 0x2DC, symBinAddr: 0x4BB84, symSize: 0x8 }
+ - { offsetInCU: 0x2D2, offset: 0x9DBDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8intValueSiSgvg', symObjAddr: 0x2E4, symBinAddr: 0x4BB8C, symSize: 0xC }
+ - { offsetInCU: 0x2F9, offset: 0x9DC01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8rawValueSSvg', symObjAddr: 0x2F0, symBinAddr: 0x4BB98, symSize: 0x34 }
+ - { offsetInCU: 0x320, offset: 0x9DC28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO11stringValueSSvg', symObjAddr: 0x324, symBinAddr: 0x4BBCC, symSize: 0x34 }
+ - { offsetInCU: 0x356, offset: 0x9DC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x4BD84, symSize: 0x88 }
+ - { offsetInCU: 0x38A, offset: 0x9DC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x564, symBinAddr: 0x4BE0C, symSize: 0x28 }
+ - { offsetInCU: 0x39E, offset: 0x9DCA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP11stringValueSSvgTW', symObjAddr: 0x58C, symBinAddr: 0x4BE34, symSize: 0x8 }
+ - { offsetInCU: 0x3D4, offset: 0x9DCDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x594, symBinAddr: 0x4BE3C, symSize: 0x8C }
+ - { offsetInCU: 0x41F, offset: 0x9DD27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x620, symBinAddr: 0x4BEC8, symSize: 0xC }
+ - { offsetInCU: 0x43B, offset: 0x9DD43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x62C, symBinAddr: 0x4BED4, symSize: 0xC }
+ - { offsetInCU: 0x472, offset: 0x9DD7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x688, symBinAddr: 0x4BF30, symSize: 0x74 }
+ - { offsetInCU: 0x4AD, offset: 0x9DDB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x6FC, symBinAddr: 0x4BFA4, symSize: 0x74 }
+ - { offsetInCU: 0x4F0, offset: 0x9DDF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x770, symBinAddr: 0x4C018, symSize: 0x8 }
+ - { offsetInCU: 0x517, offset: 0x9DE1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x778, symBinAddr: 0x4C020, symSize: 0xC }
+ - { offsetInCU: 0x53E, offset: 0x9DE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x784, symBinAddr: 0x4C02C, symSize: 0x20 }
+ - { offsetInCU: 0x577, offset: 0x9DE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x7A4, symBinAddr: 0x4C04C, symSize: 0x20 }
+ - { offsetInCU: 0x5A5, offset: 0x9DEAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x7A4, symBinAddr: 0x4C04C, symSize: 0x20 }
+ - { offsetInCU: 0x5D0, offset: 0x9DED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x948, symBinAddr: 0x4C1F0, symSize: 0x78 }
+ - { offsetInCU: 0x611, offset: 0x9DF19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x9C0, symBinAddr: 0x4C268, symSize: 0x28 }
+ - { offsetInCU: 0x625, offset: 0x9DF2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x9E8, symBinAddr: 0x4C290, symSize: 0x8 }
+ - { offsetInCU: 0x65B, offset: 0x9DF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9F0, symBinAddr: 0x4C298, symSize: 0x7C }
+ - { offsetInCU: 0x6B3, offset: 0x9DFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xA6C, symBinAddr: 0x4C314, symSize: 0xC }
+ - { offsetInCU: 0x6CF, offset: 0x9DFD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xA78, symBinAddr: 0x4C320, symSize: 0xC }
+ - { offsetInCU: 0x6EC, offset: 0x9DFF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xAD4, symBinAddr: 0x4C37C, symSize: 0x288 }
+ - { offsetInCU: 0x76E, offset: 0x9E076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0xD5C, symBinAddr: 0x4C604, symSize: 0x40 }
+ - { offsetInCU: 0x7A5, offset: 0x9E0AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xD9C, symBinAddr: 0x4C644, symSize: 0x8 }
+ - { offsetInCU: 0x7D0, offset: 0x9E0D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xDA4, symBinAddr: 0x4C64C, symSize: 0x8 }
+ - { offsetInCU: 0x802, offset: 0x9E10A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDAC, symBinAddr: 0x4C654, symSize: 0x8 }
+ - { offsetInCU: 0x81E, offset: 0x9E126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xDB4, symBinAddr: 0x4C65C, symSize: 0x48 }
+ - { offsetInCU: 0x841, offset: 0x9E149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appId04userG011accessToken06bundleG0ACSS_S2SSgAHtcfCTf4nnnnd_n', symObjAddr: 0xDFC, symBinAddr: 0x4C6A4, symSize: 0x12C }
+ - { offsetInCU: 0x947, offset: 0x9E24F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xF8C, symBinAddr: 0x4C7D0, symSize: 0x44 }
+ - { offsetInCU: 0x95B, offset: 0x9E263, size: 0x8, addend: 0x0, symName: '_$sSSSgWOb', symObjAddr: 0xFD0, symBinAddr: 0x4C814, symSize: 0x48 }
+ - { offsetInCU: 0x96F, offset: 0x9E277, size: 0x8, addend: 0x0, symName: '_$sSSSgWOr', symObjAddr: 0x1018, symBinAddr: 0x4C85C, symSize: 0x28 }
+ - { offsetInCU: 0x983, offset: 0x9E28B, size: 0x8, addend: 0x0, symName: '_$sSSSgWOs', symObjAddr: 0x10EC, symBinAddr: 0x4C884, symSize: 0x28 }
+ - { offsetInCU: 0x997, offset: 0x9E29F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs0fJ0AAWl', symObjAddr: 0x1114, symBinAddr: 0x4C8AC, symSize: 0x44 }
+ - { offsetInCU: 0x9AB, offset: 0x9E2B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASQWb', symObjAddr: 0x1158, symBinAddr: 0x4C8F0, symSize: 0x4 }
+ - { offsetInCU: 0x9BF, offset: 0x9E2C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGSQAAWl', symObjAddr: 0x115C, symBinAddr: 0x4C8F4, symSize: 0x44 }
+ - { offsetInCU: 0x9D3, offset: 0x9E2DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x11A0, symBinAddr: 0x4C938, symSize: 0x4 }
+ - { offsetInCU: 0x9E7, offset: 0x9E2EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x11A4, symBinAddr: 0x4C93C, symSize: 0x44 }
+ - { offsetInCU: 0x9FB, offset: 0x9E303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAs23CustomStringConvertiblePWb', symObjAddr: 0x11E8, symBinAddr: 0x4C980, symSize: 0x4 }
+ - { offsetInCU: 0xA0F, offset: 0x9E317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x11EC, symBinAddr: 0x4C984, symSize: 0x44 }
+ - { offsetInCU: 0xA23, offset: 0x9E32B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1230, symBinAddr: 0x4C9C8, symSize: 0x4 }
+ - { offsetInCU: 0xA37, offset: 0x9E33F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1234, symBinAddr: 0x4C9CC, symSize: 0x44 }
+ - { offsetInCU: 0xA4B, offset: 0x9E353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1278, symBinAddr: 0x4CA10, symSize: 0x4 }
+ - { offsetInCU: 0xA5F, offset: 0x9E367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x127C, symBinAddr: 0x4CA14, symSize: 0x44 }
+ - { offsetInCU: 0xA73, offset: 0x9E37B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x12C0, symBinAddr: 0x4CA58, symSize: 0x4 }
+ - { offsetInCU: 0xA87, offset: 0x9E38F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x12C4, symBinAddr: 0x4CA5C, symSize: 0x44 }
+ - { offsetInCU: 0xA9B, offset: 0x9E3A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA14APIRequestableAAWI', symObjAddr: 0x1308, symBinAddr: 0x4CAA0, symSize: 0x24 }
+ - { offsetInCU: 0xAAF, offset: 0x9E3B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA11RequestableAAWl', symObjAddr: 0x132C, symBinAddr: 0x4CAC4, symSize: 0x44 }
+ - { offsetInCU: 0xAC3, offset: 0x9E3CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1370, symBinAddr: 0x4CB08, symSize: 0x4 }
+ - { offsetInCU: 0xAD7, offset: 0x9E3DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA11RequestableAAWI', symObjAddr: 0x13B8, symBinAddr: 0x4CB0C, symSize: 0x2C }
+ - { offsetInCU: 0xAEB, offset: 0x9E3F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA0E0AAWl', symObjAddr: 0x13E4, symBinAddr: 0x4CB38, symSize: 0x44 }
+ - { offsetInCU: 0xAFF, offset: 0x9E407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1428, symBinAddr: 0x4CB7C, symSize: 0x44 }
+ - { offsetInCU: 0xB13, offset: 0x9E41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0AAWI', symObjAddr: 0x146C, symBinAddr: 0x4CBC0, symSize: 0x24 }
+ - { offsetInCU: 0xB27, offset: 0x9E42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVACSEAAWl', symObjAddr: 0x1490, symBinAddr: 0x4CBE4, symSize: 0x44 }
+ - { offsetInCU: 0xB3B, offset: 0x9E443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x14D4, symBinAddr: 0x4CC28, symSize: 0x24 }
+ - { offsetInCU: 0xB4F, offset: 0x9E457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwCP', symObjAddr: 0x14F8, symBinAddr: 0x4CC4C, symSize: 0x30 }
+ - { offsetInCU: 0xB63, offset: 0x9E46B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwxx', symObjAddr: 0x1528, symBinAddr: 0x4CC7C, symSize: 0x40 }
+ - { offsetInCU: 0xB77, offset: 0x9E47F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwcp', symObjAddr: 0x1568, symBinAddr: 0x4CCBC, symSize: 0x8C }
+ - { offsetInCU: 0xB8B, offset: 0x9E493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwca', symObjAddr: 0x15F4, symBinAddr: 0x4CD48, symSize: 0xD4 }
+ - { offsetInCU: 0xB9F, offset: 0x9E4A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwta', symObjAddr: 0x16EC, symBinAddr: 0x4CE1C, symSize: 0x84 }
+ - { offsetInCU: 0xBB3, offset: 0x9E4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwet', symObjAddr: 0x1770, symBinAddr: 0x4CEA0, symSize: 0x48 }
+ - { offsetInCU: 0xBC7, offset: 0x9E4CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwst', symObjAddr: 0x17B8, symBinAddr: 0x4CEE8, symSize: 0x58 }
+ - { offsetInCU: 0xBDB, offset: 0x9E4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVMa', symObjAddr: 0x1810, symBinAddr: 0x4CF40, symSize: 0x10 }
+ - { offsetInCU: 0xBEF, offset: 0x9E4F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwet', symObjAddr: 0x1830, symBinAddr: 0x4CF50, symSize: 0x90 }
+ - { offsetInCU: 0xC03, offset: 0x9E50B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwst', symObjAddr: 0x18C0, symBinAddr: 0x4CFE0, symSize: 0xBC }
+ - { offsetInCU: 0xC17, offset: 0x9E51F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwug', symObjAddr: 0x197C, symBinAddr: 0x4D09C, symSize: 0x8 }
+ - { offsetInCU: 0xC2B, offset: 0x9E533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwup', symObjAddr: 0x1984, symBinAddr: 0x4D0A4, symSize: 0x4 }
+ - { offsetInCU: 0xC3F, offset: 0x9E547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwui', symObjAddr: 0x1988, symBinAddr: 0x4D0A8, symSize: 0x8 }
+ - { offsetInCU: 0xC53, offset: 0x9E55B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOMa', symObjAddr: 0x1990, symBinAddr: 0x4D0B0, symSize: 0x10 }
+ - { offsetInCU: 0xC67, offset: 0x9E56F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwet', symObjAddr: 0x19A0, symBinAddr: 0x4D0C0, symSize: 0x90 }
+ - { offsetInCU: 0xC7B, offset: 0x9E583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwst', symObjAddr: 0x1A30, symBinAddr: 0x4D150, symSize: 0xBC }
+ - { offsetInCU: 0xC8F, offset: 0x9E597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwug', symObjAddr: 0x1AEC, symBinAddr: 0x4D20C, symSize: 0x8 }
+ - { offsetInCU: 0xCA3, offset: 0x9E5AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwup', symObjAddr: 0x1AF4, symBinAddr: 0x4D214, symSize: 0x4 }
+ - { offsetInCU: 0xCB7, offset: 0x9E5BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwui', symObjAddr: 0x1AF8, symBinAddr: 0x4D218, symSize: 0xC }
+ - { offsetInCU: 0xCCB, offset: 0x9E5D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOMa', symObjAddr: 0x1B04, symBinAddr: 0x4D224, symSize: 0x10 }
+ - { offsetInCU: 0xD1A, offset: 0x9E622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x358, symBinAddr: 0x4BC00, symSize: 0x88 }
+ - { offsetInCU: 0xDC9, offset: 0x9E6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x3E0, symBinAddr: 0x4BC88, symSize: 0x60 }
+ - { offsetInCU: 0xE5F, offset: 0x9E767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x440, symBinAddr: 0x4BCE8, symSize: 0x40 }
+ - { offsetInCU: 0xEB1, offset: 0x9E7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0x4BD28, symSize: 0x5C }
+ - { offsetInCU: 0xF25, offset: 0x9E82D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x638, symBinAddr: 0x4BEE0, symSize: 0x28 }
+ - { offsetInCU: 0xF41, offset: 0x9E849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x4BF08, symSize: 0x28 }
+ - { offsetInCU: 0xF72, offset: 0x9E87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x7C4, symBinAddr: 0x4C06C, symSize: 0x88 }
+ - { offsetInCU: 0x1021, offset: 0x9E929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x84C, symBinAddr: 0x4C0F4, symSize: 0x60 }
+ - { offsetInCU: 0x109F, offset: 0x9E9A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8AC, symBinAddr: 0x4C154, symSize: 0x40 }
+ - { offsetInCU: 0x10F1, offset: 0x9E9F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8EC, symBinAddr: 0x4C194, symSize: 0x5C }
+ - { offsetInCU: 0x114D, offset: 0x9EA55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xA84, symBinAddr: 0x4C32C, symSize: 0x28 }
+ - { offsetInCU: 0x1169, offset: 0x9EA71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0x4C354, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x9ECFD, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7gzippedSSSgyF', symObjAddr: 0x0, symBinAddr: 0x4D238, symSize: 0x140 }
+ - { offsetInCU: 0x3F, offset: 0x9ED15, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7gzippedSSSgyF', symObjAddr: 0x0, symBinAddr: 0x4D238, symSize: 0x140 }
+ - { offsetInCU: 0xB3, offset: 0x9ED89, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x140, symBinAddr: 0x4D378, symSize: 0x44 }
+ - { offsetInCU: 0xC7, offset: 0x9ED9D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x184, symBinAddr: 0x4D3BC, symSize: 0x14 }
+ - { offsetInCU: 0xDB, offset: 0x9EDB1, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9gunzippedSSSgyF', symObjAddr: 0x22C, symBinAddr: 0x4D3D0, symSize: 0x144 }
+ - { offsetInCU: 0x27, offset: 0x9F00E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x4D514, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x9F032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x4D514, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x9F04E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x4, symBinAddr: 0x4D518, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x9F062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV8pushType5token6userIdAcA0eI0O_SSSgSStcfC', symObjAddr: 0xC, symBinAddr: 0x4D520, symSize: 0x60 }
+ - { offsetInCU: 0xD2, offset: 0x9F0B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV8pushType5token6userIdAcA0eI0O_SSSgSStcfcAA7URLPathVyXEfU_', symObjAddr: 0x6C, symBinAddr: 0x4D580, symSize: 0x154 }
+ - { offsetInCU: 0x238, offset: 0x9F21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x4D6D4, symSize: 0x4 }
+ - { offsetInCU: 0x275, offset: 0x9F25C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x390, symBinAddr: 0x4D860, symSize: 0x8 }
+ - { offsetInCU: 0x2A0, offset: 0x9F287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x398, symBinAddr: 0x4D868, symSize: 0x8 }
+ - { offsetInCU: 0x2D2, offset: 0x9F2B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x42C, symBinAddr: 0x4D8FC, symSize: 0x4 }
+ - { offsetInCU: 0x38A, offset: 0x9F371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0x1C4, symBinAddr: 0x4D6D8, symSize: 0x24 }
+ - { offsetInCU: 0x39E, offset: 0x9F385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0x1E8, symBinAddr: 0x4D6FC, symSize: 0x44 }
+ - { offsetInCU: 0x3B2, offset: 0x9F399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x22C, symBinAddr: 0x4D740, symSize: 0x24 }
+ - { offsetInCU: 0x3C6, offset: 0x9F3AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0x250, symBinAddr: 0x4D764, symSize: 0x44 }
+ - { offsetInCU: 0x3DA, offset: 0x9F3C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA11RequestableAAWI', symObjAddr: 0x294, symBinAddr: 0x4D7A8, symSize: 0x2C }
+ - { offsetInCU: 0x3EE, offset: 0x9F3D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA0G0AAWl', symObjAddr: 0x2C0, symBinAddr: 0x4D7D4, symSize: 0x44 }
+ - { offsetInCU: 0x402, offset: 0x9F3E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x304, symBinAddr: 0x4D818, symSize: 0x44 }
+ - { offsetInCU: 0x416, offset: 0x9F3FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x348, symBinAddr: 0x4D85C, symSize: 0x4 }
+ - { offsetInCU: 0x42A, offset: 0x9F411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0AAWI', symObjAddr: 0x3A0, symBinAddr: 0x4D870, symSize: 0x24 }
+ - { offsetInCU: 0x43E, offset: 0x9F425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVACSEAAWl', symObjAddr: 0x3C4, symBinAddr: 0x4D894, symSize: 0x44 }
+ - { offsetInCU: 0x452, offset: 0x9F439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x408, symBinAddr: 0x4D8D8, symSize: 0x24 }
+ - { offsetInCU: 0x466, offset: 0x9F44D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwCP', symObjAddr: 0x430, symBinAddr: 0x4D900, symSize: 0x34 }
+ - { offsetInCU: 0x47A, offset: 0x9F461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwxx', symObjAddr: 0x464, symBinAddr: 0x4D934, symSize: 0x8 }
+ - { offsetInCU: 0x48E, offset: 0x9F475, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwcp', symObjAddr: 0x46C, symBinAddr: 0x4D93C, symSize: 0x34 }
+ - { offsetInCU: 0x4A2, offset: 0x9F489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwca', symObjAddr: 0x4A0, symBinAddr: 0x4D970, symSize: 0x40 }
+ - { offsetInCU: 0x4B6, offset: 0x9F49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwta', symObjAddr: 0x4EC, symBinAddr: 0x4D9B0, symSize: 0x38 }
+ - { offsetInCU: 0x4CA, offset: 0x9F4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwet', symObjAddr: 0x524, symBinAddr: 0x4D9E8, symSize: 0x48 }
+ - { offsetInCU: 0x4DE, offset: 0x9F4C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwst', symObjAddr: 0x56C, symBinAddr: 0x4DA30, symSize: 0x3C }
+ - { offsetInCU: 0x4F2, offset: 0x9F4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVMa', symObjAddr: 0x5A8, symBinAddr: 0x4DA6C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9F71F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x4DA7C, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x9F737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x4DA7C, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x9F751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x4DA80, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x9F782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x4DABC, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x9F7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x4DAE4, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x9F7D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x4DB24, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x9F7F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x4DB28, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x9F80C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x4DB2C, symSize: 0x94 }
+ - { offsetInCU: 0x197, offset: 0x9F88F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV12isWSRequiredSbvg', symObjAddr: 0x184, symBinAddr: 0x4DBC0, symSize: 0x8 }
+ - { offsetInCU: 0x1B3, offset: 0x9F8AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6roomIdSSvg', symObjAddr: 0x18C, symBinAddr: 0x4DBC8, symSize: 0x30 }
+ - { offsetInCU: 0x1CF, offset: 0x9F8C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV14isAudioEnabledSbvg', symObjAddr: 0x1BC, symBinAddr: 0x4DBF8, symSize: 0x8 }
+ - { offsetInCU: 0x1EB, offset: 0x9F8E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV14isVideoEnabledSbvg', symObjAddr: 0x1C4, symBinAddr: 0x4DC00, symSize: 0x8 }
+ - { offsetInCU: 0x207, offset: 0x9F8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV12kickSiblingsSbvg', symObjAddr: 0x1CC, symBinAddr: 0x4DC08, symSize: 0x8 }
+ - { offsetInCU: 0x223, offset: 0x9F91B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6roomId14isAudioEnabled0i5VideoK012kickSiblingsACSS_S3btcfC', symObjAddr: 0x1D4, symBinAddr: 0x4DC10, symSize: 0x34 }
+ - { offsetInCU: 0x28C, offset: 0x9F984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x208, symBinAddr: 0x4DC44, symSize: 0x13C }
+ - { offsetInCU: 0x2E8, offset: 0x9F9E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3AC, symBinAddr: 0x4DD80, symSize: 0x8 }
+ - { offsetInCU: 0x313, offset: 0x9FA0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x464, symBinAddr: 0x4DDF4, symSize: 0x40 }
+ - { offsetInCU: 0x34A, offset: 0x9FA42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5C0, symBinAddr: 0x4DF50, symSize: 0x8 }
+ - { offsetInCU: 0x366, offset: 0x9FA5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5C8, symBinAddr: 0x4DF58, symSize: 0x8 }
+ - { offsetInCU: 0x382, offset: 0x9FA7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x65C, symBinAddr: 0x4DFEC, symSize: 0x40 }
+ - { offsetInCU: 0x3C7, offset: 0x9FABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x3B4, symBinAddr: 0x4DD88, symSize: 0x24 }
+ - { offsetInCU: 0x3DB, offset: 0x9FAD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3D8, symBinAddr: 0x4DDAC, symSize: 0x44 }
+ - { offsetInCU: 0x3EF, offset: 0x9FAE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x41C, symBinAddr: 0x4DDF0, symSize: 0x4 }
+ - { offsetInCU: 0x403, offset: 0x9FAFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x4A4, symBinAddr: 0x4DE34, symSize: 0x24 }
+ - { offsetInCU: 0x417, offset: 0x9FB0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x4C8, symBinAddr: 0x4DE58, symSize: 0x44 }
+ - { offsetInCU: 0x42B, offset: 0x9FB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA11RequestableAAWI', symObjAddr: 0x50C, symBinAddr: 0x4DE9C, symSize: 0x2C }
+ - { offsetInCU: 0x43F, offset: 0x9FB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA0F0AAWl', symObjAddr: 0x538, symBinAddr: 0x4DEC8, symSize: 0x44 }
+ - { offsetInCU: 0x453, offset: 0x9FB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x57C, symBinAddr: 0x4DF0C, symSize: 0x44 }
+ - { offsetInCU: 0x467, offset: 0x9FB5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0AAWI', symObjAddr: 0x5D0, symBinAddr: 0x4DF60, symSize: 0x24 }
+ - { offsetInCU: 0x47B, offset: 0x9FB73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVACSEAAWl', symObjAddr: 0x5F4, symBinAddr: 0x4DF84, symSize: 0x44 }
+ - { offsetInCU: 0x48F, offset: 0x9FB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x638, symBinAddr: 0x4DFC8, symSize: 0x24 }
+ - { offsetInCU: 0x4A3, offset: 0x9FB9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwCP', symObjAddr: 0x69C, symBinAddr: 0x4E02C, symSize: 0x30 }
+ - { offsetInCU: 0x4B7, offset: 0x9FBAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwxx', symObjAddr: 0x6CC, symBinAddr: 0x4E05C, symSize: 0x8 }
+ - { offsetInCU: 0x4CB, offset: 0x9FBC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwcp', symObjAddr: 0x6D4, symBinAddr: 0x4E064, symSize: 0x44 }
+ - { offsetInCU: 0x4DF, offset: 0x9FBD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwca', symObjAddr: 0x718, symBinAddr: 0x4E0A8, symSize: 0x74 }
+ - { offsetInCU: 0x4F3, offset: 0x9FBEB, size: 0x8, addend: 0x0, symName: ___swift_memcpy27_8, symObjAddr: 0x78C, symBinAddr: 0x4E11C, symSize: 0x14 }
+ - { offsetInCU: 0x507, offset: 0x9FBFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwta', symObjAddr: 0x7A0, symBinAddr: 0x4E130, symSize: 0x5C }
+ - { offsetInCU: 0x51B, offset: 0x9FC13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwet', symObjAddr: 0x7FC, symBinAddr: 0x4E18C, symSize: 0x48 }
+ - { offsetInCU: 0x52F, offset: 0x9FC27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwst', symObjAddr: 0x844, symBinAddr: 0x4E1D4, symSize: 0x48 }
+ - { offsetInCU: 0x543, offset: 0x9FC3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVMa', symObjAddr: 0x88C, symBinAddr: 0x4E21C, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x9FEDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvgTo', symObjAddr: 0xAC, symBinAddr: 0x4E2DC, symSize: 0x10 }
+ - { offsetInCU: 0x89, offset: 0x9FEFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvgTo', symObjAddr: 0xAC, symBinAddr: 0x4E2DC, symSize: 0x10 }
+ - { offsetInCU: 0xA4, offset: 0x9FF19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvg', symObjAddr: 0xBC, symBinAddr: 0x4E2EC, symSize: 0x10 }
+ - { offsetInCU: 0x103, offset: 0x9FF78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfC', symObjAddr: 0xCC, symBinAddr: 0x4E2FC, symSize: 0x8C }
+ - { offsetInCU: 0x15E, offset: 0x9FFD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfc', symObjAddr: 0x158, symBinAddr: 0x4E388, symSize: 0x5C }
+ - { offsetInCU: 0x199, offset: 0xA000E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfcTo', symObjAddr: 0x1D4, symBinAddr: 0x4E404, symSize: 0x98 }
+ - { offsetInCU: 0x1F0, offset: 0xA0065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfC', symObjAddr: 0x26C, symBinAddr: 0x4E49C, symSize: 0x30 }
+ - { offsetInCU: 0x20E, offset: 0xA0083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfc', symObjAddr: 0x29C, symBinAddr: 0x4E4CC, symSize: 0x16C }
+ - { offsetInCU: 0x292, offset: 0xA0107, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfcTo', symObjAddr: 0x41C, symBinAddr: 0x4E64C, symSize: 0x30 }
+ - { offsetInCU: 0x2AE, offset: 0xA0123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfC', symObjAddr: 0x44C, symBinAddr: 0x4E67C, symSize: 0x20 }
+ - { offsetInCU: 0x2CC, offset: 0xA0141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfc', symObjAddr: 0x46C, symBinAddr: 0x4E69C, symSize: 0x2C }
+ - { offsetInCU: 0x32F, offset: 0xA01A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfcTo', symObjAddr: 0x498, symBinAddr: 0x4E6C8, symSize: 0x2C }
+ - { offsetInCU: 0x396, offset: 0xA020B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCfD', symObjAddr: 0x4C4, symBinAddr: 0x4E6F4, symSize: 0x30 }
+ - { offsetInCU: 0x3D0, offset: 0xA0245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8rawValueAESgSi_tcfC', symObjAddr: 0x534, symBinAddr: 0x4E764, symSize: 0x14 }
+ - { offsetInCU: 0x3EF, offset: 0xA0264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8rawValueSivg', symObjAddr: 0x548, symBinAddr: 0x4E778, symSize: 0x4 }
+ - { offsetInCU: 0x432, offset: 0xA02A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x60C, symBinAddr: 0x4E83C, symSize: 0x20 }
+ - { offsetInCU: 0x463, offset: 0xA02D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x62C, symBinAddr: 0x4E85C, symSize: 0xC }
+ - { offsetInCU: 0x480, offset: 0xA02F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCMa', symObjAddr: 0x1B4, symBinAddr: 0x4E3E4, symSize: 0x20 }
+ - { offsetInCU: 0x4E2, offset: 0xA0357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8positionAESo09AVCaptureeF0V_tcfC', symObjAddr: 0x408, symBinAddr: 0x4E638, symSize: 0x14 }
+ - { offsetInCU: 0x52F, offset: 0xA03A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCfETo', symObjAddr: 0x4F4, symBinAddr: 0x4E724, symSize: 0x40 }
+ - { offsetInCU: 0x57F, offset: 0xA03F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO5valueSo09AVCaptureeF0Vvg', symObjAddr: 0x638, symBinAddr: 0x4E868, symSize: 0x44 }
+ - { offsetInCU: 0x59E, offset: 0xA0413, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsSo15AVCaptureDeviceCRszlE8filtered9predicateACSgAA05VideoE0C9PredicateO_tF', symObjAddr: 0x67C, symBinAddr: 0x4E8AC, symSize: 0x74 }
+ - { offsetInCU: 0x666, offset: 0xA04DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO12currentValueSSSgvg', symObjAddr: 0x6F0, symBinAddr: 0x4E920, symSize: 0x94 }
+ - { offsetInCU: 0x69A, offset: 0xA050F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO8newValueSSSgvg', symObjAddr: 0x784, symBinAddr: 0x4E9B4, symSize: 0x8C }
+ - { offsetInCU: 0x6FB, offset: 0xA0570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO12isInProgressSbvg', symObjAddr: 0x810, symBinAddr: 0x4EA40, symSize: 0x30 }
+ - { offsetInCU: 0x784, offset: 0xA05F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO8progress9deviceKeyySS_tF', symObjAddr: 0x840, symBinAddr: 0x4EA70, symSize: 0x168 }
+ - { offsetInCU: 0x822, offset: 0xA0697, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO7successyyF', symObjAddr: 0x9A8, symBinAddr: 0x4EBD8, symSize: 0x80 }
+ - { offsetInCU: 0x870, offset: 0xA06E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO6revertyyF', symObjAddr: 0xA28, symBinAddr: 0x4EC58, symSize: 0xD0 }
+ - { offsetInCU: 0x995, offset: 0xA080A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOWOy', symObjAddr: 0xDA0, symBinAddr: 0x4EFD0, symSize: 0x20 }
+ - { offsetInCU: 0x9A9, offset: 0xA081E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOWOe', symObjAddr: 0xDC0, symBinAddr: 0x4EFF0, symSize: 0x20 }
+ - { offsetInCU: 0x9C4, offset: 0xA0839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOb', symObjAddr: 0xDE0, symBinAddr: 0x4F010, symSize: 0x18 }
+ - { offsetInCU: 0x9DC, offset: 0xA0851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOb', symObjAddr: 0xDE0, symBinAddr: 0x4F010, symSize: 0x18 }
+ - { offsetInCU: 0x9ED, offset: 0xA0862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOe', symObjAddr: 0xDF8, symBinAddr: 0x4F028, symSize: 0x50 }
+ - { offsetInCU: 0xA01, offset: 0xA0876, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASQWb', symObjAddr: 0xE48, symBinAddr: 0x4F078, symSize: 0x4 }
+ - { offsetInCU: 0xA15, offset: 0xA088A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOAESQAAWl', symObjAddr: 0xE4C, symBinAddr: 0x4F07C, symSize: 0x44 }
+ - { offsetInCU: 0xA29, offset: 0xA089E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOMa', symObjAddr: 0xEA4, symBinAddr: 0x4F0D4, symSize: 0x10 }
+ - { offsetInCU: 0xA3D, offset: 0xA08B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwCP', symObjAddr: 0xEB4, symBinAddr: 0x4F0E4, symSize: 0x48 }
+ - { offsetInCU: 0xA51, offset: 0xA08C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwxx', symObjAddr: 0xEFC, symBinAddr: 0x4F12C, symSize: 0x10 }
+ - { offsetInCU: 0xA65, offset: 0xA08DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwcp', symObjAddr: 0xF0C, symBinAddr: 0x4F13C, symSize: 0x48 }
+ - { offsetInCU: 0xA79, offset: 0xA08EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwca', symObjAddr: 0xF54, symBinAddr: 0x4F184, symSize: 0x54 }
+ - { offsetInCU: 0xA8D, offset: 0xA0902, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0xFA8, symBinAddr: 0x4F1D8, symSize: 0x14 }
+ - { offsetInCU: 0xAA1, offset: 0xA0916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwta', symObjAddr: 0xFBC, symBinAddr: 0x4F1EC, symSize: 0x44 }
+ - { offsetInCU: 0xAB5, offset: 0xA092A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwet', symObjAddr: 0x1000, symBinAddr: 0x4F230, symSize: 0x48 }
+ - { offsetInCU: 0xAC9, offset: 0xA093E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwst', symObjAddr: 0x1048, symBinAddr: 0x4F278, symSize: 0x44 }
+ - { offsetInCU: 0xADD, offset: 0xA0952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwug', symObjAddr: 0x108C, symBinAddr: 0x4F2BC, symSize: 0x8 }
+ - { offsetInCU: 0xAF1, offset: 0xA0966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwup', symObjAddr: 0x1094, symBinAddr: 0x4F2C4, symSize: 0x4 }
+ - { offsetInCU: 0xB05, offset: 0xA097A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwui', symObjAddr: 0x1098, symBinAddr: 0x4F2C8, symSize: 0x8 }
+ - { offsetInCU: 0xB19, offset: 0xA098E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOMa', symObjAddr: 0x10A0, symBinAddr: 0x4F2D0, symSize: 0x10 }
+ - { offsetInCU: 0xB2D, offset: 0xA09A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwCP', symObjAddr: 0x10B0, symBinAddr: 0x4F2E0, symSize: 0x30 }
+ - { offsetInCU: 0xB41, offset: 0xA09B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOy', symObjAddr: 0x10E0, symBinAddr: 0x4F310, symSize: 0x48 }
+ - { offsetInCU: 0xB55, offset: 0xA09CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwxx', symObjAddr: 0x1128, symBinAddr: 0x4F358, symSize: 0x14 }
+ - { offsetInCU: 0xB69, offset: 0xA09DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwcp', symObjAddr: 0x113C, symBinAddr: 0x4F36C, symSize: 0x60 }
+ - { offsetInCU: 0xB7D, offset: 0xA09F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwca', symObjAddr: 0x119C, symBinAddr: 0x4F3CC, symSize: 0x70 }
+ - { offsetInCU: 0xB91, offset: 0xA0A06, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x120C, symBinAddr: 0x4F43C, symSize: 0x14 }
+ - { offsetInCU: 0xBA5, offset: 0xA0A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwta', symObjAddr: 0x1220, symBinAddr: 0x4F450, symSize: 0x48 }
+ - { offsetInCU: 0xBB9, offset: 0xA0A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwet', symObjAddr: 0x1268, symBinAddr: 0x4F498, symSize: 0x48 }
+ - { offsetInCU: 0xBCD, offset: 0xA0A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwst', symObjAddr: 0x12B0, symBinAddr: 0x4F4E0, symSize: 0x48 }
+ - { offsetInCU: 0xBE1, offset: 0xA0A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwug', symObjAddr: 0x12F8, symBinAddr: 0x4F528, symSize: 0x18 }
+ - { offsetInCU: 0xBF5, offset: 0xA0A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwup', symObjAddr: 0x1310, symBinAddr: 0x4F540, symSize: 0x4 }
+ - { offsetInCU: 0xC09, offset: 0xA0A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwui', symObjAddr: 0x1314, symBinAddr: 0x4F544, symSize: 0x1C }
+ - { offsetInCU: 0xC1D, offset: 0xA0A92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOMa', symObjAddr: 0x1330, symBinAddr: 0x4F560, symSize: 0x10 }
+ - { offsetInCU: 0xC51, offset: 0xA0AC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x54C, symBinAddr: 0x4E77C, symSize: 0x14 }
+ - { offsetInCU: 0xCE2, offset: 0xA0B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH9hashValueSivgTW', symObjAddr: 0x560, symBinAddr: 0x4E790, symSize: 0x44 }
+ - { offsetInCU: 0xD91, offset: 0xA0C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5A4, symBinAddr: 0x4E7D4, symSize: 0x28 }
+ - { offsetInCU: 0xDE4, offset: 0xA0C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5CC, symBinAddr: 0x4E7FC, symSize: 0x40 }
+ - { offsetInCU: 0xEB3, offset: 0xA0D28, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5023$sSa13SendBirdCallsSo15dE64CRszlE8filtered9predicateACSgAA05VideoE0C9PredicateO_tFSbACXEfU_0hiJ00pE0C0S0OTf1cn_nTf4ng_n', symObjAddr: 0xAF8, symBinAddr: 0x4ED28, symSize: 0x298 }
+ - { offsetInCU: 0x27, offset: 0xA1132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x4F570, symSize: 0x80 }
+ - { offsetInCU: 0x9E, offset: 0xA11A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x4F570, symSize: 0x80 }
+ - { offsetInCU: 0xF2, offset: 0xA11FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC16didICEDisconnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x80, symBinAddr: 0x4F5F0, symSize: 0x68 }
+ - { offsetInCU: 0x181, offset: 0xA128C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0xE8, symBinAddr: 0x4F658, symSize: 0xBC }
+ - { offsetInCU: 0x210, offset: 0xA131B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x1A4, symBinAddr: 0x4F714, symSize: 0x84 }
+ - { offsetInCU: 0x2B0, offset: 0xA13BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC8didClose7contextyAA12WebRTCClientC_tF', symObjAddr: 0x228, symBinAddr: 0x4F798, symSize: 0x64 }
+ - { offsetInCU: 0x319, offset: 0xA1424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCACycfC', symObjAddr: 0x28C, symBinAddr: 0x4F7FC, symSize: 0x10 }
+ - { offsetInCU: 0x337, offset: 0xA1442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCACycfc', symObjAddr: 0x29C, symBinAddr: 0x4F80C, symSize: 0x8 }
+ - { offsetInCU: 0x366, offset: 0xA1471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCfd', symObjAddr: 0x2A4, symBinAddr: 0x4F814, symSize: 0x8 }
+ - { offsetInCU: 0x395, offset: 0xA14A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCfD', symObjAddr: 0x2AC, symBinAddr: 0x4F81C, symSize: 0x10 }
+ - { offsetInCU: 0x42B, offset: 0xA1536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCMa', symObjAddr: 0x300, symBinAddr: 0x4F82C, symSize: 0x20 }
+ - { offsetInCU: 0x43, offset: 0xA179C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegatePAAE3add5timeryAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0x4F84C, symSize: 0x4 }
+ - { offsetInCU: 0x6A, offset: 0xA17C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegatePAAE6remove5timeryAA0D0C_tF', symObjAddr: 0x4, symBinAddr: 0x4F850, symSize: 0x4 }
+ - { offsetInCU: 0x9D, offset: 0xA17F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvg', symObjAddr: 0x8, symBinAddr: 0x4F854, symSize: 0x140 }
+ - { offsetInCU: 0x12B, offset: 0xA1884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvgyyXEfU_', symObjAddr: 0x148, symBinAddr: 0x4F994, symSize: 0x1C8 }
+ - { offsetInCU: 0x34A, offset: 0xA1AA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC10timerQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x3A4, symBinAddr: 0x4FBF0, symSize: 0x8 }
+ - { offsetInCU: 0x366, offset: 0xA1ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC5firstAA0D0CSgvg', symObjAddr: 0x3AC, symBinAddr: 0x4FBF8, symSize: 0xA0 }
+ - { offsetInCU: 0x4A5, offset: 0xA1BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfC', symObjAddr: 0x44C, symBinAddr: 0x4FC98, symSize: 0x3C }
+ - { offsetInCU: 0x4C3, offset: 0xA1C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfc', symObjAddr: 0x488, symBinAddr: 0x4FCD4, symSize: 0x1D4 }
+ - { offsetInCU: 0x5BC, offset: 0xA1D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC5timer10identifierAA0D0CSgSS_tF', symObjAddr: 0x65C, symBinAddr: 0x4FEA8, symSize: 0xE8 }
+ - { offsetInCU: 0x763, offset: 0xA1EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyF', symObjAddr: 0x744, symBinAddr: 0x4FF90, symSize: 0x168 }
+ - { offsetInCU: 0x7C6, offset: 0xA1F1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyFyyYbcfU_', symObjAddr: 0x8AC, symBinAddr: 0x500F8, symSize: 0x140 }
+ - { offsetInCU: 0x925, offset: 0xA207E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tF', symObjAddr: 0xA18, symBinAddr: 0x50264, symSize: 0x18C }
+ - { offsetInCU: 0x9B8, offset: 0xA2111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tFyyYbcfU_', symObjAddr: 0xBA4, symBinAddr: 0x503F0, symSize: 0x338 }
+ - { offsetInCU: 0xE52, offset: 0xA25AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tF', symObjAddr: 0xEDC, symBinAddr: 0x50728, symSize: 0x18C }
+ - { offsetInCU: 0xEA5, offset: 0xA25FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tFyyYbcfU_', symObjAddr: 0x1068, symBinAddr: 0x508B4, symSize: 0xD8 }
+ - { offsetInCU: 0xFFC, offset: 0xA2755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCfd', symObjAddr: 0x1140, symBinAddr: 0x5098C, symSize: 0x24 }
+ - { offsetInCU: 0x1037, offset: 0xA2790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCfD', symObjAddr: 0x1164, symBinAddr: 0x509B0, symSize: 0x2C }
+ - { offsetInCU: 0x107A, offset: 0xA27D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCAA0dE8DelegateA2aDP3add5timeryAA0D0C_tFTW', symObjAddr: 0x1190, symBinAddr: 0x509DC, symSize: 0xC }
+ - { offsetInCU: 0x1096, offset: 0xA27EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCAA0dE8DelegateA2aDP6remove5timeryAA0D0C_tFTW', symObjAddr: 0x119C, symBinAddr: 0x509E8, symSize: 0xC }
+ - { offsetInCU: 0x11C7, offset: 0xA2920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvgyyXEfU_TA', symObjAddr: 0x334, symBinAddr: 0x4FB80, symSize: 0x8 }
+ - { offsetInCU: 0x11E6, offset: 0xA293F, size: 0x8, addend: 0x0, symName: '_$sIg_Ieg_TRTA', symObjAddr: 0x34C, symBinAddr: 0x4FB98, symSize: 0x20 }
+ - { offsetInCU: 0x120F, offset: 0xA2968, size: 0x8, addend: 0x0, symName: '_$sIeg_IyB_TR', symObjAddr: 0x36C, symBinAddr: 0x4FBB8, symSize: 0x20 }
+ - { offsetInCU: 0x1227, offset: 0xA2980, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x38C, symBinAddr: 0x4FBD8, symSize: 0x10 }
+ - { offsetInCU: 0x123B, offset: 0xA2994, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x39C, symBinAddr: 0x4FBE8, symSize: 0x8 }
+ - { offsetInCU: 0x129C, offset: 0xA29F5, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0x9EC, symBinAddr: 0x50238, symSize: 0x2C }
+ - { offsetInCU: 0x13B8, offset: 0xA2B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11A8, symBinAddr: 0x509F4, symSize: 0x4 }
+ - { offsetInCU: 0x13D4, offset: 0xA2B2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11AC, symBinAddr: 0x509F8, symSize: 0x4 }
+ - { offsetInCU: 0x13F0, offset: 0xA2B49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0G0C_tFTW', symObjAddr: 0x11B0, symBinAddr: 0x509FC, symSize: 0x4 }
+ - { offsetInCU: 0x140C, offset: 0xA2B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0G0C_tFTW', symObjAddr: 0x11B4, symBinAddr: 0x50A00, symSize: 0x4 }
+ - { offsetInCU: 0x1428, offset: 0xA2B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11B8, symBinAddr: 0x50A04, symSize: 0x4 }
+ - { offsetInCU: 0x1444, offset: 0xA2B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11BC, symBinAddr: 0x50A08, symSize: 0x4 }
+ - { offsetInCU: 0x1460, offset: 0xA2BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0E0C_tFTW', symObjAddr: 0x11C0, symBinAddr: 0x50A0C, symSize: 0x4 }
+ - { offsetInCU: 0x147C, offset: 0xA2BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0E0C_tFTW', symObjAddr: 0x11C4, symBinAddr: 0x50A10, symSize: 0x4 }
+ - { offsetInCU: 0x1498, offset: 0xA2BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11C8, symBinAddr: 0x50A14, symSize: 0x4 }
+ - { offsetInCU: 0x14B4, offset: 0xA2C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11CC, symBinAddr: 0x50A18, symSize: 0x4 }
+ - { offsetInCU: 0x14D0, offset: 0xA2C29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11D0, symBinAddr: 0x50A1C, symSize: 0x4 }
+ - { offsetInCU: 0x14EC, offset: 0xA2C45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11D4, symBinAddr: 0x50A20, symSize: 0x4 }
+ - { offsetInCU: 0x1508, offset: 0xA2C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11D8, symBinAddr: 0x50A24, symSize: 0x4 }
+ - { offsetInCU: 0x1524, offset: 0xA2C7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11DC, symBinAddr: 0x50A28, symSize: 0x4 }
+ - { offsetInCU: 0x1540, offset: 0xA2C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11E0, symBinAddr: 0x50A2C, symSize: 0x4 }
+ - { offsetInCU: 0x155C, offset: 0xA2CB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11E4, symBinAddr: 0x50A30, symSize: 0x4 }
+ - { offsetInCU: 0x1583, offset: 0xA2CDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyFyyYbcfU_TA', symObjAddr: 0x1438, symBinAddr: 0x50C48, symSize: 0x8 }
+ - { offsetInCU: 0x1597, offset: 0xA2CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x146C, symBinAddr: 0x50C7C, symSize: 0x8 }
+ - { offsetInCU: 0x15AB, offset: 0xA2D04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x14C4, symBinAddr: 0x50CD4, symSize: 0x8 }
+ - { offsetInCU: 0x15BF, offset: 0xA2D18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCMa', symObjAddr: 0x14DC, symBinAddr: 0x50CEC, symSize: 0x20 }
+ - { offsetInCU: 0x15D3, offset: 0xA2D2C, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls7SBTimerCG_Tg504$s13ef7Calls12H46BoardC6remove5timeryAA0D0C_tFyyYbcfU_SbAGXEfU_AJSgXwz_XxTf1cn_nTf4ng_n', symObjAddr: 0x1558, symBinAddr: 0x50D68, symSize: 0x134 }
+ - { offsetInCU: 0x17A1, offset: 0xA2EFA, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls7SBTimerCG_Tg504$s13hi7Calls12K46BoardC6remove5timeryAA0D0C_tFyyYbcfU_SbAGXEfU_AISgXwz_XxTf1cn_nTf4ng_n', symObjAddr: 0x168C, symBinAddr: 0x50E9C, symSize: 0x328 }
+ - { offsetInCU: 0x1BC2, offset: 0xA331B, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls7SBTimerCG_Tg504$s13ef7Calls12H46BoardC5timer10identifierAA0D0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4gg_n', symObjAddr: 0x1224, symBinAddr: 0x50A34, symSize: 0x1F0 }
+ - { offsetInCU: 0x4F, offset: 0xA3821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvg', symObjAddr: 0x0, symBinAddr: 0x511DC, symSize: 0x48 }
+ - { offsetInCU: 0x7E, offset: 0xA3850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvs', symObjAddr: 0x48, symBinAddr: 0x51224, symSize: 0x50 }
+ - { offsetInCU: 0xBD, offset: 0xA388F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvM', symObjAddr: 0x98, symBinAddr: 0x51274, symSize: 0x44 }
+ - { offsetInCU: 0xEC, offset: 0xA38BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC8userInfoSDySSypGSgvg', symObjAddr: 0xDC, symBinAddr: 0x512B8, symSize: 0x10 }
+ - { offsetInCU: 0x119, offset: 0xA38EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvg', symObjAddr: 0xEC, symBinAddr: 0x512C8, symSize: 0x4C }
+ - { offsetInCU: 0x148, offset: 0xA391A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvs', symObjAddr: 0x138, symBinAddr: 0x51314, symSize: 0x68 }
+ - { offsetInCU: 0x187, offset: 0xA3959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvM', symObjAddr: 0x1A0, symBinAddr: 0x5137C, symSize: 0x74 }
+ - { offsetInCU: 0x1B6, offset: 0xA3988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvM.resume.0', symObjAddr: 0x214, symBinAddr: 0x513F0, symSize: 0x74 }
+ - { offsetInCU: 0x1E1, offset: 0xA39B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC10identifierSSvg', symObjAddr: 0x288, symBinAddr: 0x51464, symSize: 0x38 }
+ - { offsetInCU: 0x210, offset: 0xA39E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvg', symObjAddr: 0x2C0, symBinAddr: 0x5149C, symSize: 0x44 }
+ - { offsetInCU: 0x25D, offset: 0xA3A2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvs', symObjAddr: 0x304, symBinAddr: 0x514E0, symSize: 0xB8 }
+ - { offsetInCU: 0x2B1, offset: 0xA3A83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvM', symObjAddr: 0x3BC, symBinAddr: 0x51598, symSize: 0x58 }
+ - { offsetInCU: 0x2E0, offset: 0xA3AB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvM.resume.0', symObjAddr: 0x414, symBinAddr: 0x515F0, symSize: 0xA0 }
+ - { offsetInCU: 0x317, offset: 0xA3AE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5queue33_89BFEFD105F20BBB1C40C67157DFF469LLSo012OS_dispatch_E0Cvg', symObjAddr: 0x4B4, symBinAddr: 0x51690, symSize: 0x64 }
+ - { offsetInCU: 0x345, offset: 0xA3B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5queue33_89BFEFD105F20BBB1C40C67157DFF469LLSo012OS_dispatch_E0CvgAGyXEfU_', symObjAddr: 0x518, symBinAddr: 0x516F4, symSize: 0x204 }
+ - { offsetInCU: 0x450, offset: 0xA3C22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvg', symObjAddr: 0x830, symBinAddr: 0x51A0C, symSize: 0x58 }
+ - { offsetInCU: 0x47F, offset: 0xA3C51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvs', symObjAddr: 0x898, symBinAddr: 0x51A74, symSize: 0x5C }
+ - { offsetInCU: 0x4BE, offset: 0xA3C90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvM', symObjAddr: 0x904, symBinAddr: 0x51AE0, symSize: 0x44 }
+ - { offsetInCU: 0x4ED, offset: 0xA3CBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvM.resume.0', symObjAddr: 0x948, symBinAddr: 0x51B24, symSize: 0x4 }
+ - { offsetInCU: 0x518, offset: 0xA3CEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC10repeatableSbvg', symObjAddr: 0x94C, symBinAddr: 0x51B28, symSize: 0x44 }
+ - { offsetInCU: 0x547, offset: 0xA3D19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5validSbvg', symObjAddr: 0x990, symBinAddr: 0x51B6C, symSize: 0x9C }
+ - { offsetInCU: 0x60B, offset: 0xA3DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfC', symObjAddr: 0xA2C, symBinAddr: 0x51C08, symSize: 0xC0 }
+ - { offsetInCU: 0x63F, offset: 0xA3E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfc', symObjAddr: 0xAEC, symBinAddr: 0x51CC8, symSize: 0x64 }
+ - { offsetInCU: 0x653, offset: 0xA3E25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcyycfU_', symObjAddr: 0xB50, symBinAddr: 0x51D2C, symSize: 0xE0 }
+ - { offsetInCU: 0x6B2, offset: 0xA3E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5abortyyF', symObjAddr: 0xCEC, symBinAddr: 0x51EC8, symSize: 0x110 }
+ - { offsetInCU: 0x77F, offset: 0xA3F51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tF', symObjAddr: 0xDFC, symBinAddr: 0x51FD8, symSize: 0x224 }
+ - { offsetInCU: 0x7DF, offset: 0xA3FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tFyyYbcfU_', symObjAddr: 0x1020, symBinAddr: 0x521FC, symSize: 0x180 }
+ - { offsetInCU: 0x850, offset: 0xA4022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfC', symObjAddr: 0x11A0, symBinAddr: 0x5237C, symSize: 0x20 }
+ - { offsetInCU: 0x86E, offset: 0xA4040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfc', symObjAddr: 0x11C0, symBinAddr: 0x5239C, symSize: 0x2C }
+ - { offsetInCU: 0x8D1, offset: 0xA40A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfcTo', symObjAddr: 0x11EC, symBinAddr: 0x523C8, symSize: 0x2C }
+ - { offsetInCU: 0x938, offset: 0xA410A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCfD', symObjAddr: 0x1218, symBinAddr: 0x523F4, symSize: 0x30 }
+ - { offsetInCU: 0x965, offset: 0xA4137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcTf4ngggngn_n', symObjAddr: 0x1680, symBinAddr: 0x5285C, symSize: 0x630 }
+ - { offsetInCU: 0xA9D, offset: 0xA426F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvpACTK', symObjAddr: 0x71C, symBinAddr: 0x518F8, symSize: 0x7C }
+ - { offsetInCU: 0xAB5, offset: 0xA4287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvpACTk', symObjAddr: 0x798, symBinAddr: 0x51974, symSize: 0x98 }
+ - { offsetInCU: 0xACD, offset: 0xA429F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_SgWOy', symObjAddr: 0x888, symBinAddr: 0x51A64, symSize: 0x10 }
+ - { offsetInCU: 0xAE1, offset: 0xA42B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_SgWOe', symObjAddr: 0x8F4, symBinAddr: 0x51AD0, symSize: 0x10 }
+ - { offsetInCU: 0xB44, offset: 0xA4316, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateO8rawValueAESgSS_tcfC', symObjAddr: 0x13D0, symBinAddr: 0x525AC, symSize: 0x74 }
+ - { offsetInCU: 0xB70, offset: 0xA4342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateO8rawValueSSvg', symObjAddr: 0x1444, symBinAddr: 0x52620, symSize: 0x18 }
+ - { offsetInCU: 0xB9E, offset: 0xA4370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x15E0, symBinAddr: 0x527BC, symSize: 0x78 }
+ - { offsetInCU: 0xBDF, offset: 0xA43B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1658, symBinAddr: 0x52834, symSize: 0x28 }
+ - { offsetInCU: 0xC7A, offset: 0xA444C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCfETo', symObjAddr: 0x1248, symBinAddr: 0x52424, symSize: 0x80 }
+ - { offsetInCU: 0xCA9, offset: 0xA447B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC11executeOnce33_89BFEFD105F20BBB1C40C67157DFF469LLyyF', symObjAddr: 0x12C8, symBinAddr: 0x524A4, symSize: 0x108 }
+ - { offsetInCU: 0xD01, offset: 0xA44D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tFyyYbcfU_TA', symObjAddr: 0x1D08, symBinAddr: 0x52EE4, symSize: 0xC }
+ - { offsetInCU: 0xD15, offset: 0xA44E7, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1D14, symBinAddr: 0x52EF0, symSize: 0x10 }
+ - { offsetInCU: 0xD29, offset: 0xA44FB, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1D24, symBinAddr: 0x52F00, symSize: 0x8 }
+ - { offsetInCU: 0xD3D, offset: 0xA450F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCMa', symObjAddr: 0x1DAC, symBinAddr: 0x52F48, symSize: 0x20 }
+ - { offsetInCU: 0xD51, offset: 0xA4523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASQWb', symObjAddr: 0x1DCC, symBinAddr: 0x52F68, symSize: 0x4 }
+ - { offsetInCU: 0xD65, offset: 0xA4537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOAESQAAWl', symObjAddr: 0x1DD0, symBinAddr: 0x52F6C, symSize: 0x44 }
+ - { offsetInCU: 0xD79, offset: 0xA454B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwet', symObjAddr: 0x221C, symBinAddr: 0x533A8, symSize: 0x90 }
+ - { offsetInCU: 0xD8D, offset: 0xA455F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwst', symObjAddr: 0x22AC, symBinAddr: 0x53438, symSize: 0xBC }
+ - { offsetInCU: 0xDA1, offset: 0xA4573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwug', symObjAddr: 0x2368, symBinAddr: 0x534F4, symSize: 0x8 }
+ - { offsetInCU: 0xDB5, offset: 0xA4587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwup', symObjAddr: 0x2370, symBinAddr: 0x534FC, symSize: 0x4 }
+ - { offsetInCU: 0xDC9, offset: 0xA459B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwui', symObjAddr: 0x2374, symBinAddr: 0x53500, symSize: 0x8 }
+ - { offsetInCU: 0xDDD, offset: 0xA45AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOMa', symObjAddr: 0x237C, symBinAddr: 0x53508, symSize: 0x10 }
+ - { offsetInCU: 0xDF1, offset: 0xA45C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegate_pSgXwWOh', symObjAddr: 0x238C, symBinAddr: 0x53518, symSize: 0x24 }
+ - { offsetInCU: 0xE10, offset: 0xA45E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCytIegnr_ACIegg_TRTA', symObjAddr: 0x23D4, symBinAddr: 0x53560, symSize: 0x44 }
+ - { offsetInCU: 0xE44, offset: 0xA4616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_ACytIegnr_TRTA', symObjAddr: 0x2418, symBinAddr: 0x535A4, symSize: 0x24 }
+ - { offsetInCU: 0xE6D, offset: 0xA463F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOACs0E0AAWl', symObjAddr: 0x243C, symBinAddr: 0x535C8, symSize: 0x44 }
+ - { offsetInCU: 0xE81, offset: 0xA4653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcyycfU_TA', symObjAddr: 0x2544, symBinAddr: 0x536D0, symSize: 0x8 }
+ - { offsetInCU: 0xEDF, offset: 0xA46B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x145C, symBinAddr: 0x52638, symSize: 0x88 }
+ - { offsetInCU: 0xF8E, offset: 0xA4760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x14E4, symBinAddr: 0x526C0, symSize: 0x60 }
+ - { offsetInCU: 0x100C, offset: 0xA47DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1544, symBinAddr: 0x52720, symSize: 0x40 }
+ - { offsetInCU: 0x105E, offset: 0xA4830, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1584, symBinAddr: 0x52760, symSize: 0x5C }
+ - { offsetInCU: 0x136D, offset: 0xA4B3F, size: 0x8, addend: 0x0, symName: '_$sSo18OS_dispatch_sourceP8DispatchE15setEventHandler3qos5flags7handleryAC0D3QoSV_AC0D13WorkItemFlagsVyyXBSgtFfA0_', symObjAddr: 0xC30, symBinAddr: 0x51E0C, symSize: 0xBC }
+ - { offsetInCU: 0x4B, offset: 0xA4C78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9isEnabledSbvM', symObjAddr: 0x18, symBinAddr: 0x53700, symSize: 0x44 }
+ - { offsetInCU: 0x7A, offset: 0xA4CA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07isLocalD7EnabledSbvM', symObjAddr: 0xF8, symBinAddr: 0x537E0, symSize: 0x44 }
+ - { offsetInCU: 0xA9, offset: 0xA4CD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07isLocalD7EnabledSbvM.resume.0', symObjAddr: 0x13C, symBinAddr: 0x53824, symSize: 0x4 }
+ - { offsetInCU: 0xD4, offset: 0xA4D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvg', symObjAddr: 0x140, symBinAddr: 0x53828, symSize: 0x48 }
+ - { offsetInCU: 0x103, offset: 0xA4D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvs', symObjAddr: 0x188, symBinAddr: 0x53870, symSize: 0x50 }
+ - { offsetInCU: 0x142, offset: 0xA4D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvM', symObjAddr: 0x1D8, symBinAddr: 0x538C0, symSize: 0x44 }
+ - { offsetInCU: 0x171, offset: 0xA4D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC03addE0_6forKeyyAA0dE8Delegate_p_SStF', symObjAddr: 0x21C, symBinAddr: 0x53904, symSize: 0xE4 }
+ - { offsetInCU: 0x211, offset: 0xA4E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC06removeE06forKeyySS_tF', symObjAddr: 0x340, symBinAddr: 0x539E8, symSize: 0x8C }
+ - { offsetInCU: 0x265, offset: 0xA4E92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0x3CC, symBinAddr: 0x53A74, symSize: 0x1F4 }
+ - { offsetInCU: 0x422, offset: 0xA504F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTo', symObjAddr: 0x5C0, symBinAddr: 0x53C68, symSize: 0x70 }
+ - { offsetInCU: 0x43E, offset: 0xA506B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0x630, symBinAddr: 0x53CD8, symSize: 0x1DC }
+ - { offsetInCU: 0x5FB, offset: 0xA5228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTo', symObjAddr: 0x80C, symBinAddr: 0x53EB4, symSize: 0x70 }
+ - { offsetInCU: 0x617, offset: 0xA5244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC5clearyyF', symObjAddr: 0x87C, symBinAddr: 0x53F24, symSize: 0x7C }
+ - { offsetInCU: 0x660, offset: 0xA528D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfC', symObjAddr: 0x8F8, symBinAddr: 0x53FA0, symSize: 0x20 }
+ - { offsetInCU: 0x67E, offset: 0xA52AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfc', symObjAddr: 0x918, symBinAddr: 0x53FC0, symSize: 0xA4 }
+ - { offsetInCU: 0x6D0, offset: 0xA52FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfcTo', symObjAddr: 0x9BC, symBinAddr: 0x54064, symSize: 0xA4 }
+ - { offsetInCU: 0x718, offset: 0xA5345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCfD', symObjAddr: 0xA60, symBinAddr: 0x54108, symSize: 0x30 }
+ - { offsetInCU: 0x7F9, offset: 0xA5426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCfETo', symObjAddr: 0xA90, symBinAddr: 0x54138, symSize: 0x10 }
+ - { offsetInCU: 0x86A, offset: 0xA5497, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11updateValue_6forKeyq_Sgq_n_xtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xAC8, symBinAddr: 0x54170, symSize: 0x118 }
+ - { offsetInCU: 0x957, offset: 0xA5584, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSo8NSObjectC_AGTg5', symObjAddr: 0xCD0, symBinAddr: 0x54378, symSize: 0x1A8 }
+ - { offsetInCU: 0xA1A, offset: 0xA5647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCMa', symObjAddr: 0xF88, symBinAddr: 0x54630, symSize: 0x20 }
+ - { offsetInCU: 0xA86, offset: 0xA56B3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8capacityAByxq_Gs07__CocoaB0Vn_SitcfCSo8NSObjectC_AHTg5Tf4nnd_n', symObjAddr: 0x1284, symBinAddr: 0x5492C, symSize: 0x260 }
+ - { offsetInCU: 0xB57, offset: 0xA5784, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x14E4, symBinAddr: 0x54B8C, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0xA5B5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x54BD0, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xA5B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x54BD0, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xA5B9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11deletedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x54BD8, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xA5BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x54BE0, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0xA5BD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0x54BE8, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0xA5BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x54C30, symSize: 0x35C }
+ - { offsetInCU: 0x1B5, offset: 0xA5CEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF011deletedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0VtcfC', symObjAddr: 0x690, symBinAddr: 0x54FAC, symSize: 0xE4 }
+ - { offsetInCU: 0x273, offset: 0xA5DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF011deletedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x774, symBinAddr: 0x55090, symSize: 0xBC }
+ - { offsetInCU: 0x361, offset: 0xA5E96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x830, symBinAddr: 0x5514C, symSize: 0x2C }
+ - { offsetInCU: 0x3C0, offset: 0xA5EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x85C, symBinAddr: 0x55178, symSize: 0x2C }
+ - { offsetInCU: 0x41D, offset: 0xA5F52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfd', symObjAddr: 0x8A4, symBinAddr: 0x551C0, symSize: 0x3C }
+ - { offsetInCU: 0x46E, offset: 0xA5FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfD', symObjAddr: 0x8F4, symBinAddr: 0x551FC, symSize: 0x44 }
+ - { offsetInCU: 0x4C8, offset: 0xA5FFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0x54F8C, symSize: 0x20 }
+ - { offsetInCU: 0x57D, offset: 0xA60B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfE', symObjAddr: 0x888, symBinAddr: 0x551A4, symSize: 0x1C }
+ - { offsetInCU: 0x8B, offset: 0xA63C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC11isVideoCall3forSbAA12WebRTCClientC_tF', symObjAddr: 0x150, symBinAddr: 0x553AC, symSize: 0xC0 }
+ - { offsetInCU: 0x183, offset: 0xA64BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC11isVideoCall3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x210, symBinAddr: 0x5546C, symSize: 0xF4 }
+ - { offsetInCU: 0x25F, offset: 0xA6599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x304, symBinAddr: 0x55560, symSize: 0x8 }
+ - { offsetInCU: 0x296, offset: 0xA65D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14useFrontCamera3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x30C, symBinAddr: 0x55568, symSize: 0x8 }
+ - { offsetInCU: 0x2B2, offset: 0xA65EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x45C, symBinAddr: 0x556B8, symSize: 0x4 }
+ - { offsetInCU: 0x2F5, offset: 0xA662F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x460, symBinAddr: 0x556BC, symSize: 0x4 }
+ - { offsetInCU: 0x311, offset: 0xA664B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x464, symBinAddr: 0x556C0, symSize: 0x4 }
+ - { offsetInCU: 0x33C, offset: 0xA6676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0eF0C_tFTW', symObjAddr: 0x468, symBinAddr: 0x556C4, symSize: 0x28 }
+ - { offsetInCU: 0x37D, offset: 0xA66B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0eF0C_tFTW', symObjAddr: 0x490, symBinAddr: 0x556EC, symSize: 0x28 }
+ - { offsetInCU: 0x3BE, offset: 0xA66F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP11isVideoCall3forSbAA0eF0C_tFTW', symObjAddr: 0x4B8, symBinAddr: 0x55714, symSize: 0x24 }
+ - { offsetInCU: 0x3FF, offset: 0xA6739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0eF0C_tFTW', symObjAddr: 0x4DC, symBinAddr: 0x55738, symSize: 0x24 }
+ - { offsetInCU: 0x431, offset: 0xA676B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallJ0CSgAA0eF0C_tFTW', symObjAddr: 0x500, symBinAddr: 0x5575C, symSize: 0x4 }
+ - { offsetInCU: 0x44D, offset: 0xA6787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA04CallJ0CSgAA0eF0C_tFTW', symObjAddr: 0x504, symBinAddr: 0x55760, symSize: 0x4 }
+ - { offsetInCU: 0x478, offset: 0xA67B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0eF0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x508, symBinAddr: 0x55764, symSize: 0x18 }
+ - { offsetInCU: 0x4B9, offset: 0xA67F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0eF0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x520, symBinAddr: 0x5577C, symSize: 0x18 }
+ - { offsetInCU: 0x27, offset: 0xA6A74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0Sbvg', symObjAddr: 0x0, symBinAddr: 0x55798, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xA6A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0Sbvg', symObjAddr: 0x0, symBinAddr: 0x55798, symSize: 0x8 }
+ - { offsetInCU: 0x91, offset: 0xA6ADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0ACSb_tcfC', symObjAddr: 0x8, symBinAddr: 0x557A0, symSize: 0x30 }
+ - { offsetInCU: 0xCE, offset: 0xA6B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0ACSb_tcfc', symObjAddr: 0x38, symBinAddr: 0x557D0, symSize: 0xC }
+ - { offsetInCU: 0xF1, offset: 0xA6B3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x44, symBinAddr: 0x557DC, symSize: 0x54 }
+ - { offsetInCU: 0x145, offset: 0xA6B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x98, symBinAddr: 0x55830, symSize: 0x18C }
+ - { offsetInCU: 0x2A2, offset: 0xA6CEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCACycfC', symObjAddr: 0x224, symBinAddr: 0x559BC, symSize: 0x2C }
+ - { offsetInCU: 0x301, offset: 0xA6D4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCACycfc', symObjAddr: 0x250, symBinAddr: 0x559E8, symSize: 0x2C }
+ - { offsetInCU: 0x346, offset: 0xA6D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCfd', symObjAddr: 0x27C, symBinAddr: 0x55A14, symSize: 0x8 }
+ - { offsetInCU: 0x375, offset: 0xA6DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCfD', symObjAddr: 0x284, symBinAddr: 0x55A1C, symSize: 0x10 }
+ - { offsetInCU: 0x4E5, offset: 0xA6F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCMa', symObjAddr: 0x344, symBinAddr: 0x55A2C, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xA71BA, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA12SummarizableRzlE15encodeSummaries2toys7Encoder_p_tF', symObjAddr: 0x0, symBinAddr: 0x55A60, symSize: 0x30 }
+ - { offsetInCU: 0x3F, offset: 0xA71D2, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA12SummarizableRzlE15encodeSummaries2toys7Encoder_p_tF', symObjAddr: 0x0, symBinAddr: 0x55A60, symSize: 0x30 }
+ - { offsetInCU: 0x8C, offset: 0xA721F, size: 0x8, addend: 0x0, symName: '_$sSi13SendBirdCallsE16isPositiveNumberSiSgvg', symObjAddr: 0x30, symBinAddr: 0x55A90, symSize: 0x14 }
+ - { offsetInCU: 0x2B, offset: 0xA7452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV5countSivg', symObjAddr: 0x8C, symBinAddr: 0x55B8C, symSize: 0x4 }
+ - { offsetInCU: 0x4A, offset: 0xA7471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV5countSivg', symObjAddr: 0x8C, symBinAddr: 0x55B8C, symSize: 0x4 }
+ - { offsetInCU: 0x83, offset: 0xA74AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7isEmptySbvg', symObjAddr: 0x90, symBinAddr: 0x55B90, symSize: 0x54 }
+ - { offsetInCU: 0xC0, offset: 0xA74E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV10hasElementSbvg', symObjAddr: 0xE4, symBinAddr: 0x55BE4, symSize: 0x58 }
+ - { offsetInCU: 0xFD, offset: 0xA7524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7enqueueyyxF', symObjAddr: 0x13C, symBinAddr: 0x55C3C, symSize: 0x30 }
+ - { offsetInCU: 0x15F, offset: 0xA7586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7dequeuexSgyF', symObjAddr: 0x16C, symBinAddr: 0x55C6C, symSize: 0xBC }
+ - { offsetInCU: 0x19C, offset: 0xA75C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVACyxGycfC', symObjAddr: 0x228, symBinAddr: 0x55D28, symSize: 0xC }
+ - { offsetInCU: 0x20B, offset: 0xA7632, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntFTf4ngn_n', symObjAddr: 0x234, symBinAddr: 0x55D34, symSize: 0xB4 }
+ - { offsetInCU: 0x267, offset: 0xA768E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVMi', symObjAddr: 0x344, symBinAddr: 0x55E44, symSize: 0x8 }
+ - { offsetInCU: 0x27B, offset: 0xA76A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVMa', symObjAddr: 0x34C, symBinAddr: 0x55E4C, symSize: 0xC }
+ - { offsetInCU: 0x28F, offset: 0xA76B6, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x358, symBinAddr: 0x55E58, symSize: 0x2C }
+ - { offsetInCU: 0x2F2, offset: 0xA7719, size: 0x8, addend: 0x0, symName: '_$sSa6appendyyxnFTf4gn_n', symObjAddr: 0x2E8, symBinAddr: 0x55DE8, symSize: 0x5C }
+ - { offsetInCU: 0x4B, offset: 0xA795A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x55E84, symSize: 0x44 }
+ - { offsetInCU: 0x67, offset: 0xA7976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvs', symObjAddr: 0x44, symBinAddr: 0x55EC8, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0xA7992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvM', symObjAddr: 0x88, symBinAddr: 0x55F0C, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xA79AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvM.resume.0', symObjAddr: 0xC4, symBinAddr: 0x55F48, symSize: 0x4 }
+ - { offsetInCU: 0xE5, offset: 0xA79F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0xC8, symBinAddr: 0x55F4C, symSize: 0x6C }
+ - { offsetInCU: 0x12A, offset: 0xA7A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x134, symBinAddr: 0x55FB8, symSize: 0x58 }
+ - { offsetInCU: 0x153, offset: 0xA7A62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x18C, symBinAddr: 0x56010, symSize: 0x1BC }
+ - { offsetInCU: 0x1A7, offset: 0xA7AB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x348, symBinAddr: 0x561CC, symSize: 0xDC }
+ - { offsetInCU: 0x1E5, offset: 0xA7AF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x424, symBinAddr: 0x562A8, symSize: 0xB0 }
+ - { offsetInCU: 0x23D, offset: 0xA7B4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC24didConnectPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x4D4, symBinAddr: 0x56358, symSize: 0x74 }
+ - { offsetInCU: 0x2EA, offset: 0xA7BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCACycfC', symObjAddr: 0x930, symBinAddr: 0x567B4, symSize: 0x2C }
+ - { offsetInCU: 0x349, offset: 0xA7C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCACycfc', symObjAddr: 0x95C, symBinAddr: 0x567E0, symSize: 0x2C }
+ - { offsetInCU: 0x38E, offset: 0xA7C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfd', symObjAddr: 0x990, symBinAddr: 0x56814, symSize: 0x1C }
+ - { offsetInCU: 0x3C9, offset: 0xA7CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfD', symObjAddr: 0x9AC, symBinAddr: 0x56830, symSize: 0x24 }
+ - { offsetInCU: 0x4AD, offset: 0xA7DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADIeyBy_TR', symObjAddr: 0x6DC, symBinAddr: 0x56560, symSize: 0x50 }
+ - { offsetInCU: 0x4DB, offset: 0xA7DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfE', symObjAddr: 0x988, symBinAddr: 0x5680C, symSize: 0x8 }
+ - { offsetInCU: 0x508, offset: 0xA7E17, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x9F4, symBinAddr: 0x56854, symSize: 0x10 }
+ - { offsetInCU: 0x51C, offset: 0xA7E2B, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xA04, symBinAddr: 0x56864, symSize: 0x8 }
+ - { offsetInCU: 0x530, offset: 0xA7E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCMa', symObjAddr: 0xA7C, symBinAddr: 0x568DC, symSize: 0x20 }
+ - { offsetInCU: 0x9E, offset: 0xA80F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x0, symBinAddr: 0x5693C, symSize: 0x32C }
+ - { offsetInCU: 0x178, offset: 0xA81CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0x32C, symBinAddr: 0x56C68, symSize: 0x74 }
+ - { offsetInCU: 0x194, offset: 0xA81E6, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefaSo7NSErrorCSgIeyByy_Sg13SendBirdCalls8SBCErrorCSgIeyByy_ABs5Error_pSgIeggg_SgAJIeggg_TR', symObjAddr: 0x3A0, symBinAddr: 0x56CDC, symSize: 0xB4 }
+ - { offsetInCU: 0x1AC, offset: 0xA81FE, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefas5Error_pSgIeggg_ABSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x454, symBinAddr: 0x56D90, symSize: 0x78 }
+ - { offsetInCU: 0x23A, offset: 0xA828C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x4CC, symBinAddr: 0x56E08, symSize: 0x370 }
+ - { offsetInCU: 0x353, offset: 0xA83A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x880, symBinAddr: 0x571BC, symSize: 0x88 }
+ - { offsetInCU: 0x36F, offset: 0xA83C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_TA', symObjAddr: 0x9D8, symBinAddr: 0x572A4, symSize: 0x7C }
+ - { offsetInCU: 0x3AD, offset: 0xA83FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU0_TA', symObjAddr: 0xAC8, symBinAddr: 0x57394, symSize: 0x1C }
+ - { offsetInCU: 0x3C1, offset: 0xA8413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU1_TA', symObjAddr: 0xAF8, symBinAddr: 0x573B4, symSize: 0x1C }
+ - { offsetInCU: 0x3D5, offset: 0xA8427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOs', symObjAddr: 0xB50, symBinAddr: 0x573D0, symSize: 0x34 }
+ - { offsetInCU: 0x3E9, offset: 0xA843B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU2_TA', symObjAddr: 0xBD8, symBinAddr: 0x57408, symSize: 0x2C }
+ - { offsetInCU: 0x415, offset: 0xA8467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0xC34, symBinAddr: 0x57464, symSize: 0x1C }
+ - { offsetInCU: 0x429, offset: 0xA847B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0xC84, symBinAddr: 0x574A4, symSize: 0x8 }
+ - { offsetInCU: 0x43D, offset: 0xA848F, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefaSo7NSErrorCSgIeyByy_Sg13SendBirdCalls8SBCErrorCSgIeyByy_ABs5Error_pSgIeggg_SgAJIeggg_TRTA', symObjAddr: 0xC8C, symBinAddr: 0x574AC, symSize: 0x8 }
+ - { offsetInCU: 0x451, offset: 0xA84A3, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xC94, symBinAddr: 0x574B4, symSize: 0x10 }
+ - { offsetInCU: 0x465, offset: 0xA84B7, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xCA4, symBinAddr: 0x574C4, symSize: 0x8 }
+ - { offsetInCU: 0x485, offset: 0xA84D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_yAG_AItcAA0gH0Ccfu_yAG_AItcfu0_TA', symObjAddr: 0xCAC, symBinAddr: 0x574CC, symSize: 0xC }
+ - { offsetInCU: 0x49D, offset: 0xA84EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_yAG_AItcAA0gH0Ccfu_yAG_AItcfu0_TA', symObjAddr: 0xCAC, symBinAddr: 0x574CC, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0xA8805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9messageIdSSvg', symObjAddr: 0x0, symBinAddr: 0x574E8, symSize: 0x2C }
+ - { offsetInCU: 0x5F, offset: 0xA8819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC11commandTypeAA0F5TypesO4RoomOvg', symObjAddr: 0x2C, symBinAddr: 0x57514, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xA8835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvg', symObjAddr: 0x34, symBinAddr: 0x5751C, symSize: 0x30 }
+ - { offsetInCU: 0x97, offset: 0xA8851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvs', symObjAddr: 0x64, symBinAddr: 0x5754C, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0xA886D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvM', symObjAddr: 0xA0, symBinAddr: 0x57588, symSize: 0x3C }
+ - { offsetInCU: 0xCF, offset: 0xA8889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvM.resume.0', symObjAddr: 0xDC, symBinAddr: 0x575C4, symSize: 0x4 }
+ - { offsetInCU: 0xEB, offset: 0xA88A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC7versionSivg', symObjAddr: 0xE0, symBinAddr: 0x575C8, symSize: 0x8 }
+ - { offsetInCU: 0x107, offset: 0xA88C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0xE8, symBinAddr: 0x575D0, symSize: 0xA4 }
+ - { offsetInCU: 0x19E, offset: 0xA8958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitationAA04RoomD5ModelVvg', symObjAddr: 0x18C, symBinAddr: 0x57674, symSize: 0xA0 }
+ - { offsetInCU: 0x1E0, offset: 0xA899A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x22C, symBinAddr: 0x57714, symSize: 0x74 }
+ - { offsetInCU: 0x21B, offset: 0xA89D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2E0, symBinAddr: 0x57788, symSize: 0x74 }
+ - { offsetInCU: 0x25E, offset: 0xA8A18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x354, symBinAddr: 0x577FC, symSize: 0x8 }
+ - { offsetInCU: 0x285, offset: 0xA8A3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x35C, symBinAddr: 0x57804, symSize: 0xC }
+ - { offsetInCU: 0x2AC, offset: 0xA8A66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x368, symBinAddr: 0x57810, symSize: 0x20 }
+ - { offsetInCU: 0x2E5, offset: 0xA8A9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x388, symBinAddr: 0x57830, symSize: 0x20 }
+ - { offsetInCU: 0x313, offset: 0xA8ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x388, symBinAddr: 0x57830, symSize: 0x20 }
+ - { offsetInCU: 0x33E, offset: 0xA8AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x52C, symBinAddr: 0x579D4, symSize: 0x78 }
+ - { offsetInCU: 0x37F, offset: 0xA8B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5A4, symBinAddr: 0x57A4C, symSize: 0x28 }
+ - { offsetInCU: 0x393, offset: 0xA8B4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5CC, symBinAddr: 0x57A74, symSize: 0x8 }
+ - { offsetInCU: 0x3C9, offset: 0xA8B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5D4, symBinAddr: 0x57A7C, symSize: 0x7C }
+ - { offsetInCU: 0x421, offset: 0xA8BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x650, symBinAddr: 0x57AF8, symSize: 0xC }
+ - { offsetInCU: 0x43D, offset: 0xA8BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x65C, symBinAddr: 0x57B04, symSize: 0xC }
+ - { offsetInCU: 0x45A, offset: 0xA8C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6B8, symBinAddr: 0x57B60, symSize: 0x4C }
+ - { offsetInCU: 0x47F, offset: 0xA8C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x704, symBinAddr: 0x57BAC, symSize: 0x20C }
+ - { offsetInCU: 0x51D, offset: 0xA8CD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitation9messageId11commandTypeAcA04RoomD5ModelV_SSAA0F5TypesO0L0OtcfC', symObjAddr: 0xA40, symBinAddr: 0x57E1C, symSize: 0x80 }
+ - { offsetInCU: 0x56D, offset: 0xA8D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitation9messageId11commandTypeAcA04RoomD5ModelV_SSAA0F5TypesO0L0Otcfc', symObjAddr: 0xAC0, symBinAddr: 0x57E9C, symSize: 0x40 }
+ - { offsetInCU: 0x5A6, offset: 0xA8D60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCfd', symObjAddr: 0xB00, symBinAddr: 0x57EDC, symSize: 0x90 }
+ - { offsetInCU: 0x5E3, offset: 0xA8D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCfD', symObjAddr: 0xB90, symBinAddr: 0x57F6C, symSize: 0x98 }
+ - { offsetInCU: 0x628, offset: 0xA8DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD00, symBinAddr: 0x580DC, symSize: 0x2C }
+ - { offsetInCU: 0x64B, offset: 0xA8E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableA2aDP7versionSivgTW', symObjAddr: 0xD2C, symBinAddr: 0x58108, symSize: 0x8 }
+ - { offsetInCU: 0x676, offset: 0xA8E30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xD34, symBinAddr: 0x58110, symSize: 0x30 }
+ - { offsetInCU: 0x6A8, offset: 0xA8E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA0eF0A2aDP9inputTypeAA0e5InputH0OSgvgTW', symObjAddr: 0xD98, symBinAddr: 0x58174, symSize: 0x28 }
+ - { offsetInCU: 0x6C4, offset: 0xA8E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA0eF0A2aDP014shouldWaitPushE0SbvgTW', symObjAddr: 0xDC0, symBinAddr: 0x5819C, symSize: 0x2C }
+ - { offsetInCU: 0x702, offset: 0xA8EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x934, symBinAddr: 0x57DB8, symSize: 0x44 }
+ - { offsetInCU: 0x716, offset: 0xA8ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCMa', symObjAddr: 0x978, symBinAddr: 0x57DFC, symSize: 0x20 }
+ - { offsetInCU: 0x73C, offset: 0xA8EF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xC28, symBinAddr: 0x58004, symSize: 0x4 }
+ - { offsetInCU: 0x750, offset: 0xA8F0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xC2C, symBinAddr: 0x58008, symSize: 0x44 }
+ - { offsetInCU: 0x764, offset: 0xA8F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC70, symBinAddr: 0x5804C, symSize: 0x4 }
+ - { offsetInCU: 0x778, offset: 0xA8F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC74, symBinAddr: 0x58050, symSize: 0x44 }
+ - { offsetInCU: 0x78C, offset: 0xA8F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCB8, symBinAddr: 0x58094, symSize: 0x4 }
+ - { offsetInCU: 0x7A0, offset: 0xA8F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xCBC, symBinAddr: 0x58098, symSize: 0x44 }
+ - { offsetInCU: 0x7B4, offset: 0xA8F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableAAWI', symObjAddr: 0xD64, symBinAddr: 0x58140, symSize: 0x34 }
+ - { offsetInCU: 0x7C8, offset: 0xA8F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA11RespondableAAWI', symObjAddr: 0xDEC, symBinAddr: 0x581C8, symSize: 0x4C }
+ - { offsetInCU: 0x7DC, offset: 0xA8F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA8ResponseAAWI', symObjAddr: 0xE38, symBinAddr: 0x58214, symSize: 0x34 }
+ - { offsetInCU: 0x7F0, offset: 0xA8FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0xEA8, symBinAddr: 0x58284, symSize: 0x34 }
+ - { offsetInCU: 0x804, offset: 0xA8FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwet', symObjAddr: 0xFF0, symBinAddr: 0x583BC, symSize: 0x90 }
+ - { offsetInCU: 0x818, offset: 0xA8FD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwst', symObjAddr: 0x1080, symBinAddr: 0x5844C, symSize: 0xBC }
+ - { offsetInCU: 0x82C, offset: 0xA8FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwug', symObjAddr: 0x113C, symBinAddr: 0x58508, symSize: 0x8 }
+ - { offsetInCU: 0x840, offset: 0xA8FFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwup', symObjAddr: 0x1144, symBinAddr: 0x58510, symSize: 0x4 }
+ - { offsetInCU: 0x854, offset: 0xA900E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwui', symObjAddr: 0x1148, symBinAddr: 0x58514, symSize: 0x8 }
+ - { offsetInCU: 0x868, offset: 0xA9022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOMa', symObjAddr: 0x1150, symBinAddr: 0x5851C, symSize: 0x10 }
+ - { offsetInCU: 0x8C0, offset: 0xA907A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3A8, symBinAddr: 0x57850, symSize: 0x88 }
+ - { offsetInCU: 0x96F, offset: 0xA9129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x430, symBinAddr: 0x578D8, symSize: 0x60 }
+ - { offsetInCU: 0x9ED, offset: 0xA91A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x490, symBinAddr: 0x57938, symSize: 0x40 }
+ - { offsetInCU: 0xA3F, offset: 0xA91F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x57978, symSize: 0x5C }
+ - { offsetInCU: 0xA9B, offset: 0xA9255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x668, symBinAddr: 0x57B10, symSize: 0x28 }
+ - { offsetInCU: 0xAB7, offset: 0xA9271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0x57B38, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xA949B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x5852C, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xA94B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x5852C, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xA94CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0x5854C, symSize: 0x40 }
+ - { offsetInCU: 0x8A, offset: 0xA94FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0x5858C, symSize: 0x68 }
+ - { offsetInCU: 0xAB, offset: 0xA951F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0xC8, symBinAddr: 0x585F4, symSize: 0x6C }
+ - { offsetInCU: 0xD4, offset: 0xA9548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x134, symBinAddr: 0x58660, symSize: 0x6C }
+ - { offsetInCU: 0xFD, offset: 0xA9571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x586CC, symSize: 0x4 }
+ - { offsetInCU: 0x119, offset: 0xA958D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6callIdSSvg', symObjAddr: 0x1A4, symBinAddr: 0x586D0, symSize: 0x2C }
+ - { offsetInCU: 0x135, offset: 0xA95A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1D0, symBinAddr: 0x586FC, symSize: 0x8 }
+ - { offsetInCU: 0x151, offset: 0xA95C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV9requestIdSSvg', symObjAddr: 0x1D8, symBinAddr: 0x58704, symSize: 0x2C }
+ - { offsetInCU: 0x165, offset: 0xA95D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6callIdACSS_tcfC', symObjAddr: 0x204, symBinAddr: 0x58730, symSize: 0x9C }
+ - { offsetInCU: 0x1A0, offset: 0xA9614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x587CC, symSize: 0x178 }
+ - { offsetInCU: 0x228, offset: 0xA969C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0x58944, symSize: 0x8 }
+ - { offsetInCU: 0x253, offset: 0xA96C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x5894C, symSize: 0x68 }
+ - { offsetInCU: 0x299, offset: 0xA970D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x589B4, symSize: 0x2C }
+ - { offsetInCU: 0x2CB, offset: 0xA973F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x589E0, symSize: 0x38 }
+ - { offsetInCU: 0x305, offset: 0xA9779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x58A18, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0xA978D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x58A3C, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0xA97A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x58A80, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0xA97B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x58A84, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0xA97C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x58ACC, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0xA97DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA11RequestableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x58AF0, symSize: 0x44 }
+ - { offsetInCU: 0x37D, offset: 0xA97F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x58B34, symSize: 0x2C }
+ - { offsetInCU: 0x391, offset: 0xA9805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0x58B60, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0xA9819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x58BA4, symSize: 0x44 }
+ - { offsetInCU: 0x3B9, offset: 0xA982D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x58BE8, symSize: 0x24 }
+ - { offsetInCU: 0x3CD, offset: 0xA9841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x58C0C, symSize: 0x44 }
+ - { offsetInCU: 0x3E1, offset: 0xA9855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x58C50, symSize: 0x24 }
+ - { offsetInCU: 0x3F5, offset: 0xA9869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x58C74, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0xA987D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x58CA4, symSize: 0x28 }
+ - { offsetInCU: 0x41D, offset: 0xA9891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x58CCC, symSize: 0x44 }
+ - { offsetInCU: 0x431, offset: 0xA98A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x58D10, symSize: 0x74 }
+ - { offsetInCU: 0x445, offset: 0xA98B9, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x944, symBinAddr: 0x58D84, symSize: 0x14 }
+ - { offsetInCU: 0x459, offset: 0xA98CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwta', symObjAddr: 0x958, symBinAddr: 0x58D98, symSize: 0x4C }
+ - { offsetInCU: 0x46D, offset: 0xA98E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x58DE4, symSize: 0x48 }
+ - { offsetInCU: 0x481, offset: 0xA98F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x58E2C, symSize: 0x48 }
+ - { offsetInCU: 0x495, offset: 0xA9909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x58E74, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xA9B4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x58E84, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xA9B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x58E84, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xA9B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11updatedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x58E8C, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xA9BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x58E94, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0xA9BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0x58E9C, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0xA9BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x58EE4, symSize: 0x35C }
+ - { offsetInCU: 0x1B5, offset: 0xA9CDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF011updatedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0VtcfC', symObjAddr: 0x690, symBinAddr: 0x59260, symSize: 0xE4 }
+ - { offsetInCU: 0x273, offset: 0xA9D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF011updatedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x774, symBinAddr: 0x59344, symSize: 0xBC }
+ - { offsetInCU: 0x361, offset: 0xA9E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x830, symBinAddr: 0x59400, symSize: 0x2C }
+ - { offsetInCU: 0x3C0, offset: 0xA9EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x85C, symBinAddr: 0x5942C, symSize: 0x2C }
+ - { offsetInCU: 0x41D, offset: 0xA9F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfd', symObjAddr: 0x8A4, symBinAddr: 0x59474, symSize: 0x3C }
+ - { offsetInCU: 0x46E, offset: 0xA9F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfD', symObjAddr: 0x8F4, symBinAddr: 0x594B0, symSize: 0x44 }
+ - { offsetInCU: 0x4C8, offset: 0xA9FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0x59240, symSize: 0x20 }
+ - { offsetInCU: 0x57D, offset: 0xAA0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfE', symObjAddr: 0x888, symBinAddr: 0x59458, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0xAA378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC11participantAA0D0Cvg', symObjAddr: 0x0, symBinAddr: 0x59510, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xAA394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6reasonAC0E6ReasonOvg', symObjAddr: 0x8, symBinAddr: 0x59518, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xAA3B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4C, symBinAddr: 0x5955C, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0xAA3D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x94, symBinAddr: 0x595A4, symSize: 0x2E8 }
+ - { offsetInCU: 0x18D, offset: 0xAA4BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO8asStringSSvg', symObjAddr: 0x638, symBinAddr: 0x599F8, symSize: 0x70 }
+ - { offsetInCU: 0x1AC, offset: 0xAA4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO7asErrorAA8SBCErrorCvg', symObjAddr: 0x6A8, symBinAddr: 0x59A68, symSize: 0xE4 }
+ - { offsetInCU: 0x218, offset: 0xAA545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAESS_tcfC', symObjAddr: 0x78C, symBinAddr: 0x59B4C, symSize: 0xF8 }
+ - { offsetInCU: 0x2BB, offset: 0xAA5E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO6encode2toys7Encoder_p_tKF', symObjAddr: 0x884, symBinAddr: 0x59C44, symSize: 0x104 }
+ - { offsetInCU: 0x336, offset: 0xAA663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x9B0, symBinAddr: 0x59D48, symSize: 0x14 }
+ - { offsetInCU: 0x360, offset: 0xAA68D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9C4, symBinAddr: 0x59D5C, symSize: 0x28 }
+ - { offsetInCU: 0x398, offset: 0xAA6C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9EC, symBinAddr: 0x59D84, symSize: 0x18 }
+ - { offsetInCU: 0x3FD, offset: 0xAA72A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xAE8, symBinAddr: 0x59E80, symSize: 0x198 }
+ - { offsetInCU: 0x4BB, offset: 0xAA7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId11participant6reason07messageI0ACSS_AA06RemoteD0CAC0E6ReasonOSStcfC', symObjAddr: 0x58C, symBinAddr: 0x5994C, symSize: 0x80 }
+ - { offsetInCU: 0x55F, offset: 0xAA88C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId11participant6reason07messageI0ACSS_AA06RemoteD0CAC0E6ReasonOSStcfc', symObjAddr: 0x60C, symBinAddr: 0x599CC, symSize: 0x2C }
+ - { offsetInCU: 0x624, offset: 0xAA951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0xA04, symBinAddr: 0x59D9C, symSize: 0x2C }
+ - { offsetInCU: 0x683, offset: 0xAA9B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0xA30, symBinAddr: 0x59DC8, symSize: 0x2C }
+ - { offsetInCU: 0x6DA, offset: 0xAAA07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfd', symObjAddr: 0xA78, symBinAddr: 0x59E10, symSize: 0x34 }
+ - { offsetInCU: 0x72B, offset: 0xAAA58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfD', symObjAddr: 0xAAC, symBinAddr: 0x59E44, symSize: 0x3C }
+ - { offsetInCU: 0x785, offset: 0xAAAB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOWOy', symObjAddr: 0x38, symBinAddr: 0x59548, symSize: 0x14 }
+ - { offsetInCU: 0x799, offset: 0xAAAC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCMa', symObjAddr: 0x444, symBinAddr: 0x5988C, symSize: 0x20 }
+ - { offsetInCU: 0x7AD, offset: 0xAAADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOWOe', symObjAddr: 0x464, symBinAddr: 0x598AC, symSize: 0x14 }
+ - { offsetInCU: 0x7C1, offset: 0xAAAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACSeAAWl', symObjAddr: 0x4BC, symBinAddr: 0x598C0, symSize: 0x48 }
+ - { offsetInCU: 0x7D5, offset: 0xAAB02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOAESeAAWl', symObjAddr: 0x504, symBinAddr: 0x59908, symSize: 0x44 }
+ - { offsetInCU: 0x909, offset: 0xAAC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfE', symObjAddr: 0xA5C, symBinAddr: 0x59DF4, symSize: 0x1C }
+ - { offsetInCU: 0x936, offset: 0xAAC63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwCP', symObjAddr: 0xC94, symBinAddr: 0x5A02C, symSize: 0x48 }
+ - { offsetInCU: 0x94A, offset: 0xAAC77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwxx', symObjAddr: 0xCDC, symBinAddr: 0x5A074, symSize: 0x18 }
+ - { offsetInCU: 0x95E, offset: 0xAAC8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwcp', symObjAddr: 0xCF4, symBinAddr: 0x5A08C, symSize: 0x48 }
+ - { offsetInCU: 0x972, offset: 0xAAC9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwca', symObjAddr: 0xD3C, symBinAddr: 0x5A0D4, symSize: 0xA0 }
+ - { offsetInCU: 0x986, offset: 0xAACB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwta', symObjAddr: 0xDE8, symBinAddr: 0x5A174, symSize: 0x60 }
+ - { offsetInCU: 0x99A, offset: 0xAACC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwet', symObjAddr: 0xE48, symBinAddr: 0x5A1D4, symSize: 0x54 }
+ - { offsetInCU: 0x9AE, offset: 0xAACDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwst', symObjAddr: 0xE9C, symBinAddr: 0x5A228, symSize: 0x50 }
+ - { offsetInCU: 0x9C2, offset: 0xAACEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwug', symObjAddr: 0xEEC, symBinAddr: 0x5A278, symSize: 0x18 }
+ - { offsetInCU: 0x9D6, offset: 0xAAD03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwup', symObjAddr: 0xF04, symBinAddr: 0x5A290, symSize: 0x4 }
+ - { offsetInCU: 0x9EA, offset: 0xAAD17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwui', symObjAddr: 0xF08, symBinAddr: 0x5A294, symSize: 0x20 }
+ - { offsetInCU: 0x9FE, offset: 0xAAD2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOMa', symObjAddr: 0xF28, symBinAddr: 0x5A2B4, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xAAFB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvg', symObjAddr: 0x0, symBinAddr: 0x5A2C4, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xAAFD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvs', symObjAddr: 0x30, symBinAddr: 0x5A2F4, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0xAAFF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvM', symObjAddr: 0x74, symBinAddr: 0x5A338, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xAB00C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x5A374, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0xAB028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC5limitSivg', symObjAddr: 0xB4, symBinAddr: 0x5A378, symSize: 0x8 }
+ - { offsetInCU: 0xD7, offset: 0xAB044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCACycfC', symObjAddr: 0xBC, symBinAddr: 0x5A380, symSize: 0x34 }
+ - { offsetInCU: 0xF5, offset: 0xAB062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCACycfc', symObjAddr: 0xF0, symBinAddr: 0x5A3B4, symSize: 0x330 }
+ - { offsetInCU: 0x2DA, offset: 0xAB247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCfd', symObjAddr: 0x6A0, symBinAddr: 0x5A964, symSize: 0x194 }
+ - { offsetInCU: 0x44E, offset: 0xAB3BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCfD', symObjAddr: 0x834, symBinAddr: 0x5AAF8, symSize: 0x1C }
+ - { offsetInCU: 0x47B, offset: 0xAB3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC7confirm5value10identifierAA0D7Command_pSgAaG_p_SStF', symObjAddr: 0x850, symBinAddr: 0x5AB14, symSize: 0x808 }
+ - { offsetInCU: 0xA12, offset: 0xAB97F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCAA9CheckableA2aDP7confirm5value10identifier8ItemTypeQzSgAJ_SStFTW', symObjAddr: 0x1058, symBinAddr: 0x5B31C, symSize: 0x28 }
+ - { offsetInCU: 0xBF1, offset: 0xABB5E, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x1130, symBinAddr: 0x5B344, symSize: 0x48 }
+ - { offsetInCU: 0xC05, offset: 0xABB72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCMa', symObjAddr: 0x1178, symBinAddr: 0x5B38C, symSize: 0x20 }
+ - { offsetInCU: 0xC19, offset: 0xABB86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pWOc', symObjAddr: 0x11D4, symBinAddr: 0x5B3E8, symSize: 0x44 }
+ - { offsetInCU: 0xC2D, offset: 0xABB9A, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x12C4, symBinAddr: 0x5B4D8, symSize: 0x10 }
+ - { offsetInCU: 0xD5A, offset: 0xABCC7, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSS_ypTg5', symObjAddr: 0x420, symBinAddr: 0x5A6E4, symSize: 0x138 }
+ - { offsetInCU: 0x2B, offset: 0xAC0DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x0, symBinAddr: 0x5B4E8, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0xAC102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x0, symBinAddr: 0x5B4E8, symSize: 0x10 }
+ - { offsetInCU: 0x7C, offset: 0xAC12F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC12inputAdaptorSo029AVAssetWriterInputPixelBufferG0Cvg', symObjAddr: 0x10, symBinAddr: 0x5B4F8, symSize: 0x10 }
+ - { offsetInCU: 0xA9, offset: 0xAC15C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavg', symObjAddr: 0x20, symBinAddr: 0x5B508, symSize: 0x48 }
+ - { offsetInCU: 0xD8, offset: 0xAC18B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavs', symObjAddr: 0x68, symBinAddr: 0x5B550, symSize: 0x6C }
+ - { offsetInCU: 0x117, offset: 0xAC1CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavM', symObjAddr: 0xD4, symBinAddr: 0x5B5BC, symSize: 0x44 }
+ - { offsetInCU: 0x146, offset: 0xAC1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavM.resume.0', symObjAddr: 0x118, symBinAddr: 0x5B600, symSize: 0x4 }
+ - { offsetInCU: 0x171, offset: 0xAC224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavg', symObjAddr: 0x11C, symBinAddr: 0x5B604, symSize: 0x48 }
+ - { offsetInCU: 0x1BE, offset: 0xAC271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavs', symObjAddr: 0x46C, symBinAddr: 0x5B954, symSize: 0x1C }
+ - { offsetInCU: 0x1E5, offset: 0xAC298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavM', symObjAddr: 0x488, symBinAddr: 0x5B970, symSize: 0x40 }
+ - { offsetInCU: 0x23E, offset: 0xAC2F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavM.resume.0', symObjAddr: 0x4C8, symBinAddr: 0x5B9B0, symSize: 0x24 }
+ - { offsetInCU: 0x27D, offset: 0xAC330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvg', symObjAddr: 0x4EC, symBinAddr: 0x5B9D4, symSize: 0x48 }
+ - { offsetInCU: 0x2AC, offset: 0xAC35F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvs', symObjAddr: 0x534, symBinAddr: 0x5BA1C, symSize: 0x58 }
+ - { offsetInCU: 0x2EB, offset: 0xAC39E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvM', symObjAddr: 0x58C, symBinAddr: 0x5BA74, symSize: 0x70 }
+ - { offsetInCU: 0x31A, offset: 0xAC3CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvM.resume.0', symObjAddr: 0x5FC, symBinAddr: 0x5BAE4, symSize: 0x6C }
+ - { offsetInCU: 0x345, offset: 0xAC3F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC05otherE0AA10Recordable_pSgvg', symObjAddr: 0x668, symBinAddr: 0x5BB50, symSize: 0x68 }
+ - { offsetInCU: 0x374, offset: 0xAC427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC4size8rotationACSo6CGSizeV_So16RTCVideoRotationVSgtcfC', symObjAddr: 0x6D0, symBinAddr: 0x5BBB8, symSize: 0x58 }
+ - { offsetInCU: 0x392, offset: 0xAC445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC4size8rotationACSo6CGSizeV_So16RTCVideoRotationVSgtcfc', symObjAddr: 0x728, symBinAddr: 0x5BC10, symSize: 0x354 }
+ - { offsetInCU: 0x4FC, offset: 0xAC5AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC16registerToWriteryySo07AVAssetH0CF', symObjAddr: 0xABC, symBinAddr: 0x5BF64, symSize: 0x18 }
+ - { offsetInCU: 0x537, offset: 0xAC5EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0xAD4, symBinAddr: 0x5BF7C, symSize: 0x248 }
+ - { offsetInCU: 0x6E2, offset: 0xAC795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x1048, symBinAddr: 0x5C4F0, symSize: 0x50 }
+ - { offsetInCU: 0x71C, offset: 0xAC7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11recordFrame_2atySo11CVBufferRefa_So6CMTimeatF', symObjAddr: 0x1098, symBinAddr: 0x5C540, symSize: 0x154 }
+ - { offsetInCU: 0x7E3, offset: 0xAC896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfC', symObjAddr: 0x11EC, symBinAddr: 0x5C694, symSize: 0x20 }
+ - { offsetInCU: 0x801, offset: 0xAC8B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfc', symObjAddr: 0x120C, symBinAddr: 0x5C6B4, symSize: 0x2C }
+ - { offsetInCU: 0x864, offset: 0xAC917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfcTo', symObjAddr: 0x1238, symBinAddr: 0x5C6E0, symSize: 0x2C }
+ - { offsetInCU: 0x8CB, offset: 0xAC97E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCfD', symObjAddr: 0x1264, symBinAddr: 0x5C70C, symSize: 0x30 }
+ - { offsetInCU: 0x8F8, offset: 0xAC9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavgTW', symObjAddr: 0x12DC, symBinAddr: 0x5C784, symSize: 0x1C }
+ - { offsetInCU: 0x90C, offset: 0xAC9BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavsTW', symObjAddr: 0x12F8, symBinAddr: 0x5C7A0, symSize: 0x1C }
+ - { offsetInCU: 0x920, offset: 0xAC9D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW', symObjAddr: 0x1314, symBinAddr: 0x5C7BC, symSize: 0x5C }
+ - { offsetInCU: 0x93C, offset: 0xAC9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW.resume.0', symObjAddr: 0x1370, symBinAddr: 0x5C818, symSize: 0x2C }
+ - { offsetInCU: 0x958, offset: 0xACA0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP6offsetSo6CMTimeavgTW', symObjAddr: 0x139C, symBinAddr: 0x5C844, symSize: 0x1C }
+ - { offsetInCU: 0x96C, offset: 0xACA1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8recorderAA0E0CSgvgTW', symObjAddr: 0x13B8, symBinAddr: 0x5C860, symSize: 0x1C }
+ - { offsetInCU: 0x988, offset: 0xACA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP05otherE0AaD_pSgvgTW', symObjAddr: 0x13D4, symBinAddr: 0x5C87C, symSize: 0x1C }
+ - { offsetInCU: 0x99C, offset: 0xACA4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP16registerToWriteryySo07AVAssetI0CFTW', symObjAddr: 0x13F0, symBinAddr: 0x5C898, symSize: 0x1C }
+ - { offsetInCU: 0x9B9, offset: 0xACA6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayFAA13VideoRecorderC_Tg5', symObjAddr: 0x164, symBinAddr: 0x5B64C, symSize: 0x194 }
+ - { offsetInCU: 0xA67, offset: 0xACB1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayFAA13AudioRecorderC_Tg5', symObjAddr: 0x2F8, symBinAddr: 0x5B7E0, symSize: 0x174 }
+ - { offsetInCU: 0xB8F, offset: 0xACC42, size: 0x8, addend: 0x0, symName: '_$sSo13RTCI420BufferC13SendBirdCallsE09asCVPixelB0So11CVBufferRefaSgvg', symObjAddr: 0xD1C, symBinAddr: 0x5C1C4, symSize: 0x32C }
+ - { offsetInCU: 0xE4D, offset: 0xACF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCfETo', symObjAddr: 0x1294, symBinAddr: 0x5C73C, symSize: 0x48 }
+ - { offsetInCU: 0xEEA, offset: 0xACF9D, size: 0x8, addend: 0x0, symName: '_$sSo13RTCI420BufferC13SendBirdCallsE17convertI420ToNV12So11CVBufferRefaSgvg', symObjAddr: 0x140C, symBinAddr: 0x5C8B4, symSize: 0x450 }
+ - { offsetInCU: 0x1471, offset: 0xAD524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCMa', symObjAddr: 0x185C, symBinAddr: 0x5CD04, symSize: 0x20 }
+ - { offsetInCU: 0x1485, offset: 0xAD538, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaABSHSCWl', symObjAddr: 0x187C, symBinAddr: 0x5CD24, symSize: 0x48 }
+ - { offsetInCU: 0x4B, offset: 0xADAC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvg', symObjAddr: 0x0, symBinAddr: 0x5D090, symSize: 0x48 }
+ - { offsetInCU: 0x67, offset: 0xADADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvs', symObjAddr: 0x48, symBinAddr: 0x5D0D8, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0xADAFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvM', symObjAddr: 0x98, symBinAddr: 0x5D128, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xADB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvM.resume.0', symObjAddr: 0xD4, symBinAddr: 0x5D164, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0xADB33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvg', symObjAddr: 0xD8, symBinAddr: 0x5D168, symSize: 0x48 }
+ - { offsetInCU: 0xD7, offset: 0xADB4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvs', symObjAddr: 0x120, symBinAddr: 0x5D1B0, symSize: 0x50 }
+ - { offsetInCU: 0xF3, offset: 0xADB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvM', symObjAddr: 0x170, symBinAddr: 0x5D200, symSize: 0x3C }
+ - { offsetInCU: 0x10F, offset: 0xADB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvg', symObjAddr: 0x1AC, symBinAddr: 0x5D23C, symSize: 0x48 }
+ - { offsetInCU: 0x12B, offset: 0xADBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvs', symObjAddr: 0x1F4, symBinAddr: 0x5D284, symSize: 0x50 }
+ - { offsetInCU: 0x147, offset: 0xADBBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvM', symObjAddr: 0x244, symBinAddr: 0x5D2D4, symSize: 0x3C }
+ - { offsetInCU: 0x1A5, offset: 0xADC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolType010connectionG0013relayProtocolG0ACSS_S2StcfC', symObjAddr: 0x280, symBinAddr: 0x5D310, symSize: 0xB0 }
+ - { offsetInCU: 0x200, offset: 0xADC78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolType010connectionG0013relayProtocolG0ACSS_S2Stcfc', symObjAddr: 0x330, symBinAddr: 0x5D3C0, symSize: 0x9C }
+ - { offsetInCU: 0x23D, offset: 0xADCB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCyACSgAA10StatisticsCSgcfC', symObjAddr: 0x3CC, symBinAddr: 0x5D45C, symSize: 0x38 }
+ - { offsetInCU: 0x25B, offset: 0xADCD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCyACSgAA10StatisticsCSgcfc', symObjAddr: 0x404, symBinAddr: 0x5D494, symSize: 0x2D0 }
+ - { offsetInCU: 0x3A1, offset: 0xADE19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x6F4, symBinAddr: 0x5D784, symSize: 0x74 }
+ - { offsetInCU: 0x3DC, offset: 0xADE54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x768, symBinAddr: 0x5D7F8, symSize: 0x74 }
+ - { offsetInCU: 0x41F, offset: 0xADE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x7DC, symBinAddr: 0x5D86C, symSize: 0x8 }
+ - { offsetInCU: 0x446, offset: 0xADEBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x7E4, symBinAddr: 0x5D874, symSize: 0xC }
+ - { offsetInCU: 0x46D, offset: 0xADEE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8rawValueSSvg', symObjAddr: 0x7F0, symBinAddr: 0x5D880, symSize: 0x20 }
+ - { offsetInCU: 0x4A6, offset: 0xADF1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueSSvg', symObjAddr: 0x810, symBinAddr: 0x5D8A0, symSize: 0x20 }
+ - { offsetInCU: 0x4D4, offset: 0xADF4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueSSvg', symObjAddr: 0x810, symBinAddr: 0x5D8A0, symSize: 0x20 }
+ - { offsetInCU: 0x4FF, offset: 0xADF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x9B4, symBinAddr: 0x5DA44, symSize: 0x78 }
+ - { offsetInCU: 0x540, offset: 0xADFB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xA2C, symBinAddr: 0x5DABC, symSize: 0x28 }
+ - { offsetInCU: 0x554, offset: 0xADFCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xA54, symBinAddr: 0x5DAE4, symSize: 0x8 }
+ - { offsetInCU: 0x58A, offset: 0xAE002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA5C, symBinAddr: 0x5DAEC, symSize: 0x7C }
+ - { offsetInCU: 0x5E2, offset: 0xAE05A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xAD8, symBinAddr: 0x5DB68, symSize: 0xC }
+ - { offsetInCU: 0x5FE, offset: 0xAE076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xAE4, symBinAddr: 0x5DB74, symSize: 0xC }
+ - { offsetInCU: 0x61B, offset: 0xAE093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCfd', symObjAddr: 0xB40, symBinAddr: 0x5DBD0, symSize: 0x2C }
+ - { offsetInCU: 0x656, offset: 0xAE0CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCfD', symObjAddr: 0xB6C, symBinAddr: 0x5DBFC, symSize: 0x34 }
+ - { offsetInCU: 0x699, offset: 0xAE111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC6encode2toys7Encoder_p_tKF', symObjAddr: 0xBA0, symBinAddr: 0x5DC30, symSize: 0x18C }
+ - { offsetInCU: 0x6D8, offset: 0xAE150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD2C, symBinAddr: 0x5DDBC, symSize: 0x28 }
+ - { offsetInCU: 0x772, offset: 0xAE1EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCMa', symObjAddr: 0x6D4, symBinAddr: 0x5D764, symSize: 0x20 }
+ - { offsetInCU: 0x7A7, offset: 0xAE21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVWOr', symObjAddr: 0xDDC, symBinAddr: 0x5DDE4, symSize: 0xE4 }
+ - { offsetInCU: 0x7BB, offset: 0xAE233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVWOs', symObjAddr: 0x1294, symBinAddr: 0x5DEC8, symSize: 0xE8 }
+ - { offsetInCU: 0x7CF, offset: 0xAE247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x13A0, symBinAddr: 0x5DFB0, symSize: 0x44 }
+ - { offsetInCU: 0x7E3, offset: 0xAE25B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASQWb', symObjAddr: 0x13E4, symBinAddr: 0x5DFF4, symSize: 0x4 }
+ - { offsetInCU: 0x7F7, offset: 0xAE26F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAESQAAWl', symObjAddr: 0x13E8, symBinAddr: 0x5DFF8, symSize: 0x44 }
+ - { offsetInCU: 0x80B, offset: 0xAE283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x142C, symBinAddr: 0x5E03C, symSize: 0x4 }
+ - { offsetInCU: 0x81F, offset: 0xAE297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1430, symBinAddr: 0x5E040, symSize: 0x44 }
+ - { offsetInCU: 0x833, offset: 0xAE2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1474, symBinAddr: 0x5E084, symSize: 0x4 }
+ - { offsetInCU: 0x847, offset: 0xAE2BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1478, symBinAddr: 0x5E088, symSize: 0x44 }
+ - { offsetInCU: 0x85B, offset: 0xAE2D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwet', symObjAddr: 0x16CC, symBinAddr: 0x5E2CC, symSize: 0x90 }
+ - { offsetInCU: 0x86F, offset: 0xAE2E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwst', symObjAddr: 0x175C, symBinAddr: 0x5E35C, symSize: 0xBC }
+ - { offsetInCU: 0x883, offset: 0xAE2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwug', symObjAddr: 0x1818, symBinAddr: 0x5E418, symSize: 0x8 }
+ - { offsetInCU: 0x897, offset: 0xAE30F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwup', symObjAddr: 0x1820, symBinAddr: 0x5E420, symSize: 0x4 }
+ - { offsetInCU: 0x8AB, offset: 0xAE323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwui', symObjAddr: 0x1824, symBinAddr: 0x5E424, symSize: 0x8 }
+ - { offsetInCU: 0x8BF, offset: 0xAE337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOMa', symObjAddr: 0x182C, symBinAddr: 0x5E42C, symSize: 0x10 }
+ - { offsetInCU: 0x914, offset: 0xAE38C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x830, symBinAddr: 0x5D8C0, symSize: 0x88 }
+ - { offsetInCU: 0x9C3, offset: 0xAE43B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x8B8, symBinAddr: 0x5D948, symSize: 0x60 }
+ - { offsetInCU: 0xA41, offset: 0xAE4B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x918, symBinAddr: 0x5D9A8, symSize: 0x40 }
+ - { offsetInCU: 0xA93, offset: 0xAE50B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x958, symBinAddr: 0x5D9E8, symSize: 0x5C }
+ - { offsetInCU: 0xAEF, offset: 0xAE567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xAF0, symBinAddr: 0x5DB80, symSize: 0x28 }
+ - { offsetInCU: 0xB0B, offset: 0xAE583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB18, symBinAddr: 0x5DBA8, symSize: 0x28 }
+ - { offsetInCU: 0x43, offset: 0xAE7C4, size: 0x8, addend: 0x0, symName: '_$sIeg_IeyB_TR', symObjAddr: 0x0, symBinAddr: 0x5E444, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0xAE7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvg', symObjAddr: 0x2C, symBinAddr: 0x5E470, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0xAE804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvs', symObjAddr: 0x70, symBinAddr: 0x5E4B4, symSize: 0x60 }
+ - { offsetInCU: 0x9F, offset: 0xAE820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvM', symObjAddr: 0xD0, symBinAddr: 0x5E514, symSize: 0x6C }
+ - { offsetInCU: 0xBB, offset: 0xAE83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvM.resume.0', symObjAddr: 0x13C, symBinAddr: 0x5E580, symSize: 0x70 }
+ - { offsetInCU: 0xD7, offset: 0xAE858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvg', symObjAddr: 0x1AC, symBinAddr: 0x5E5F0, symSize: 0x34 }
+ - { offsetInCU: 0xF3, offset: 0xAE874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvs', symObjAddr: 0x1E0, symBinAddr: 0x5E624, symSize: 0x44 }
+ - { offsetInCU: 0x10F, offset: 0xAE890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvM', symObjAddr: 0x224, symBinAddr: 0x5E668, symSize: 0x3C }
+ - { offsetInCU: 0x12B, offset: 0xAE8AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvg', symObjAddr: 0x260, symBinAddr: 0x5E6A4, symSize: 0x34 }
+ - { offsetInCU: 0x147, offset: 0xAE8C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvs', symObjAddr: 0x294, symBinAddr: 0x5E6D8, symSize: 0x44 }
+ - { offsetInCU: 0x163, offset: 0xAE8E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvM', symObjAddr: 0x2D8, symBinAddr: 0x5E71C, symSize: 0x3C }
+ - { offsetInCU: 0x17F, offset: 0xAE900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvM.resume.0', symObjAddr: 0x314, symBinAddr: 0x5E758, symSize: 0x4 }
+ - { offsetInCU: 0x19B, offset: 0xAE91C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC05soundF0AA05SoundF0Cvg', symObjAddr: 0x318, symBinAddr: 0x5E75C, symSize: 0x8 }
+ - { offsetInCU: 0x1B7, offset: 0xAE938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvg', symObjAddr: 0x320, symBinAddr: 0x5E764, symSize: 0x34 }
+ - { offsetInCU: 0x1D3, offset: 0xAE954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvs', symObjAddr: 0x354, symBinAddr: 0x5E798, symSize: 0x44 }
+ - { offsetInCU: 0x1EF, offset: 0xAE970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvM', symObjAddr: 0x398, symBinAddr: 0x5E7DC, symSize: 0x3C }
+ - { offsetInCU: 0x20B, offset: 0xAE98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0Vvg', symObjAddr: 0x3D4, symBinAddr: 0x5E818, symSize: 0x30 }
+ - { offsetInCU: 0x227, offset: 0xAE9A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0Vvs', symObjAddr: 0x404, symBinAddr: 0x5E848, symSize: 0x3C }
+ - { offsetInCU: 0x243, offset: 0xAE9C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0VvM', symObjAddr: 0x440, symBinAddr: 0x5E884, symSize: 0x3C }
+ - { offsetInCU: 0x26E, offset: 0xAE9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfC', symObjAddr: 0x47C, symBinAddr: 0x5E8C0, symSize: 0x98 }
+ - { offsetInCU: 0x2AF, offset: 0xAEA30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfc', symObjAddr: 0x514, symBinAddr: 0x5E958, symSize: 0xA0 }
+ - { offsetInCU: 0x2D9, offset: 0xAEA5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC3add4callyAA0dE0C_tF', symObjAddr: 0x5B4, symBinAddr: 0x5E9F8, symSize: 0x1F4 }
+ - { offsetInCU: 0x472, offset: 0xAEBF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctF', symObjAddr: 0x7A8, symBinAddr: 0x5EBEC, symSize: 0x388 }
+ - { offsetInCU: 0x642, offset: 0xAEDC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_', symObjAddr: 0xB30, symBinAddr: 0x5EF74, symSize: 0x218 }
+ - { offsetInCU: 0x7CF, offset: 0xAEF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tF', symObjAddr: 0xD48, symBinAddr: 0x5F18C, symSize: 0x688 }
+ - { offsetInCU: 0xB52, offset: 0xAF2D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyAA0dE0CXEfU0_yAGSgcfU_', symObjAddr: 0x13D0, symBinAddr: 0x5F814, symSize: 0xC0 }
+ - { offsetInCU: 0xC55, offset: 0xAF3D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyycfU1_', symObjAddr: 0x1490, symBinAddr: 0x5F8D4, symSize: 0x64 }
+ - { offsetInCU: 0xC91, offset: 0xAF412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0x14F4, symBinAddr: 0x5F938, symSize: 0x870 }
+ - { offsetInCU: 0x1273, offset: 0xAF9F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010getOngoingE5CountSiyF', symObjAddr: 0x1D7C, symBinAddr: 0x601C0, symSize: 0x3D0 }
+ - { offsetInCU: 0x1682, offset: 0xAFE03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010getOngoingC0SayAA0dE0CGyF', symObjAddr: 0x214C, symBinAddr: 0x60590, symSize: 0x378 }
+ - { offsetInCU: 0x1A7B, offset: 0xB01FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF', symObjAddr: 0x24C4, symBinAddr: 0x60908, symSize: 0x254 }
+ - { offsetInCU: 0x1C1E, offset: 0xB039F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010holdActiveC003newE2IdySS_tF', symObjAddr: 0x2718, symBinAddr: 0x60B5C, symSize: 0x260 }
+ - { offsetInCU: 0x1FC1, offset: 0xB0742, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC09endActiveC003newE2IdySS_tF', symObjAddr: 0x2978, symBinAddr: 0x60DBC, symSize: 0x25C }
+ - { offsetInCU: 0x2364, offset: 0xB0AE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC20addRecordingDelegate8delegate10identifieryAA0abhI0_p_SStF', symObjAddr: 0x2BD4, symBinAddr: 0x61018, symSize: 0x28 }
+ - { offsetInCU: 0x23B7, offset: 0xB0B38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC23removeRecordingDelegate10identifierySS_tF', symObjAddr: 0x2BFC, symBinAddr: 0x61040, symSize: 0x28 }
+ - { offsetInCU: 0x23F9, offset: 0xB0B7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC27removeAllRecordingDelegatesyyF', symObjAddr: 0x2C24, symBinAddr: 0x61068, symSize: 0x28 }
+ - { offsetInCU: 0x2448, offset: 0xB0BC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCACycfC', symObjAddr: 0x2C4C, symBinAddr: 0x61090, symSize: 0x2C }
+ - { offsetInCU: 0x24A7, offset: 0xB0C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCACycfc', symObjAddr: 0x2C78, symBinAddr: 0x610BC, symSize: 0x2C }
+ - { offsetInCU: 0x24EC, offset: 0xB0C6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfd', symObjAddr: 0x2CF8, symBinAddr: 0x6113C, symSize: 0x5C }
+ - { offsetInCU: 0x2519, offset: 0xB0C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfD', symObjAddr: 0x2D54, symBinAddr: 0x61198, symSize: 0x1C }
+ - { offsetInCU: 0x2546, offset: 0xB0CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC06createdE033_A92334C6980DC29DC2A7511E93F8A25DLL4withAA0dE0CSgAA7Command_p_tFTf4en_nAA09DialEventQ0C_Tg5', symObjAddr: 0x3204, symBinAddr: 0x61648, symSize: 0xE7C }
+ - { offsetInCU: 0x2ED5, offset: 0xB1656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC06createdE033_A92334C6980DC29DC2A7511E93F8A25DLL4withAA0dE0CSgAA7Command_p_tFTf4en_nAA0de5EventQ0C_Tg5', symObjAddr: 0x4080, symBinAddr: 0x624C4, symSize: 0xE80 }
+ - { offsetInCU: 0x3864, offset: 0xB1FE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfcTf4ennnnn_nTf4ggggng_n', symObjAddr: 0x5510, symBinAddr: 0x63954, symSize: 0x1A4 }
+ - { offsetInCU: 0x397F, offset: 0xB2100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfCTfq4ennnnn_nTf4ggggnn_n', symObjAddr: 0x56B4, symBinAddr: 0x63AF8, symSize: 0x94 }
+ - { offsetInCU: 0x4043, offset: 0xB27C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfE', symObjAddr: 0x2CA4, symBinAddr: 0x610E8, symSize: 0x54 }
+ - { offsetInCU: 0x4070, offset: 0xB27F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC22isUsingWebSocketClientSbyF', symObjAddr: 0x2D70, symBinAddr: 0x611B4, symSize: 0x24 }
+ - { offsetInCU: 0x40AD, offset: 0xB282E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC22isUsingWebSocketClientSbyFTo', symObjAddr: 0x2D94, symBinAddr: 0x611D8, symSize: 0x40 }
+ - { offsetInCU: 0x426B, offset: 0xB29EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tFTf4en_nAA0de5EventH0C_Tg5', symObjAddr: 0x4F00, symBinAddr: 0x63344, symSize: 0x14C }
+ - { offsetInCU: 0x4388, offset: 0xB2B09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_TA', symObjAddr: 0x5850, symBinAddr: 0x63BE4, symSize: 0xC }
+ - { offsetInCU: 0x439C, offset: 0xB2B1D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x585C, symBinAddr: 0x63BF0, symSize: 0x10 }
+ - { offsetInCU: 0x43B0, offset: 0xB2B31, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x586C, symBinAddr: 0x63C00, symSize: 0x8 }
+ - { offsetInCU: 0x43C4, offset: 0xB2B45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyAA0dE0CXEfU0_yAGSgcfU_TA', symObjAddr: 0x5940, symBinAddr: 0x63C98, symSize: 0x8 }
+ - { offsetInCU: 0x43D8, offset: 0xB2B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyycfU1_TA', symObjAddr: 0x597C, symBinAddr: 0x63CD4, symSize: 0xC }
+ - { offsetInCU: 0x43EC, offset: 0xB2B6D, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8SBCErrorCGSgIegg_SgWOy', symObjAddr: 0x5988, symBinAddr: 0x63CE0, symSize: 0x10 }
+ - { offsetInCU: 0x4400, offset: 0xB2B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pWOc', symObjAddr: 0x5A24, symBinAddr: 0x63D7C, symSize: 0x44 }
+ - { offsetInCU: 0x4414, offset: 0xB2B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DirectCallManagerDelegate_pSgXwWOh', symObjAddr: 0x5A88, symBinAddr: 0x63DC0, symSize: 0x24 }
+ - { offsetInCU: 0x4428, offset: 0xB2BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCMa', symObjAddr: 0x5CB0, symBinAddr: 0x63FE8, symSize: 0x20 }
+ - { offsetInCU: 0x443C, offset: 0xB2BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x5E20, symBinAddr: 0x64158, symSize: 0x8 }
+ - { offsetInCU: 0x4450, offset: 0xB2BD1, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls10DirectCallCG_Tg504$s13ef7Calls17hI102ManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_SbAHXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x5E48, symBinAddr: 0x64180, symSize: 0xEC }
+ - { offsetInCU: 0x45F5, offset: 0xB2D76, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls10DirectCallCG_Tg504$s13hi7Calls17kL102ManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_SbAHXEfU_AITf1cn_nTf4ng_n', symObjAddr: 0x5F34, symBinAddr: 0x6426C, symSize: 0x2E8 }
+ - { offsetInCU: 0x48F9, offset: 0xB307A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVWOs', symObjAddr: 0x62C8, symBinAddr: 0x64554, symSize: 0x78 }
+ - { offsetInCU: 0x490D, offset: 0xB308E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_yycfU0_TA', symObjAddr: 0x6378, symBinAddr: 0x64604, symSize: 0x28 }
+ - { offsetInCU: 0x4BF7, offset: 0xB3378, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF13SendBirdCalls10DirectCallC_SayAGGTg5', symObjAddr: 0x2DD4, symBinAddr: 0x61218, symSize: 0x114 }
+ - { offsetInCU: 0x4DBD, offset: 0xB353E, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFs5Int16V_SRyAFGTg5', symObjAddr: 0x2EE8, symBinAddr: 0x6132C, symSize: 0x204 }
+ - { offsetInCU: 0xC5, offset: 0xB3C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC28arrangeLocalMediaConstraints14isAudioEnabled0j5VideoL007initialgI0ySb_SbAA0eI0CSgtF', symObjAddr: 0x0, symBinAddr: 0x646A0, symSize: 0x284 }
+ - { offsetInCU: 0x2A3, offset: 0xB3E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestTimeout4withyAA0G7RequestV6ReasonO_tF', symObjAddr: 0x284, symBinAddr: 0x64924, symSize: 0x308 }
+ - { offsetInCU: 0x465, offset: 0xB403A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x58C, symBinAddr: 0x64C2C, symSize: 0x2E4 }
+ - { offsetInCU: 0x62E, offset: 0xB4203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFTo', symObjAddr: 0x870, symBinAddr: 0x64F10, symSize: 0x98 }
+ - { offsetInCU: 0x6D6, offset: 0xB42AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6accept4withyAA12AcceptParamsC_tF', symObjAddr: 0x908, symBinAddr: 0x64FA8, symSize: 0x350 }
+ - { offsetInCU: 0x839, offset: 0xB440E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6accept4withyAA12AcceptParamsC_tFTo', symObjAddr: 0xC58, symBinAddr: 0x652F8, symSize: 0x50 }
+ - { offsetInCU: 0x855, offset: 0xB442A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3endyyF', symObjAddr: 0xCA8, symBinAddr: 0x65348, symSize: 0xE0 }
+ - { offsetInCU: 0x8CD, offset: 0xB44A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3endyyFTo', symObjAddr: 0xD88, symBinAddr: 0x65428, symSize: 0x2C }
+ - { offsetInCU: 0x8E9, offset: 0xB44BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tF', symObjAddr: 0xDB4, symBinAddr: 0x65454, symSize: 0x184 }
+ - { offsetInCU: 0x970, offset: 0xB4545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_', symObjAddr: 0xF38, symBinAddr: 0x655D8, symSize: 0x248 }
+ - { offsetInCU: 0xB55, offset: 0xB472A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFTo', symObjAddr: 0x1180, symBinAddr: 0x65820, symSize: 0x88 }
+ - { offsetInCU: 0xB9E, offset: 0xB4773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x1208, symBinAddr: 0x658A8, symSize: 0x1F0 }
+ - { offsetInCU: 0xCD9, offset: 0xB48AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x13F8, symBinAddr: 0x65A98, symSize: 0x88 }
+ - { offsetInCU: 0xD86, offset: 0xB495B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x1480, symBinAddr: 0x65B20, symSize: 0x41C }
+ - { offsetInCU: 0xF10, offset: 0xB4AE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFyAA12HoldResponseCSg_AHtcfU_', symObjAddr: 0x19D0, symBinAddr: 0x66070, symSize: 0x100 }
+ - { offsetInCU: 0xFBA, offset: 0xB4B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18handleHoldResponse_04isOnG0yAA0gH0C_SbtF', symObjAddr: 0x1AD0, symBinAddr: 0x66170, symSize: 0x1B4 }
+ - { offsetInCU: 0x1039, offset: 0xB4C0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x1C84, symBinAddr: 0x66324, symSize: 0x88 }
+ - { offsetInCU: 0x1081, offset: 0xB4C56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x1D0C, symBinAddr: 0x663AC, symSize: 0x510 }
+ - { offsetInCU: 0x11EF, offset: 0xB4DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyAA12HoldResponseCSg_AItcfU2_', symObjAddr: 0x2260, symBinAddr: 0x66900, symSize: 0x23C }
+ - { offsetInCU: 0x134C, offset: 0xB4F21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFTo', symObjAddr: 0x249C, symBinAddr: 0x66B3C, symSize: 0x98 }
+ - { offsetInCU: 0x13E1, offset: 0xB4FB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14muteMicrophoneyyFTo', symObjAddr: 0x26C4, symBinAddr: 0x66D64, symSize: 0x2C }
+ - { offsetInCU: 0x13FD, offset: 0xB4FD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16unmuteMicrophoneyyFTo', symObjAddr: 0x2940, symBinAddr: 0x66FE0, symSize: 0x2C }
+ - { offsetInCU: 0x1419, offset: 0xB4FEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x296C, symBinAddr: 0x6700C, symSize: 0x27C }
+ - { offsetInCU: 0x14F9, offset: 0xB50CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAC_AA9SBCResultOyAA06UpdategH8ResponseCGtcfU0_', symObjAddr: 0x2BE8, symBinAddr: 0x67288, symSize: 0x1E8 }
+ - { offsetInCU: 0x1639, offset: 0xB520E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x2DD0, symBinAddr: 0x67470, symSize: 0xA4 }
+ - { offsetInCU: 0x1655, offset: 0xB522A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctF', symObjAddr: 0x2E74, symBinAddr: 0x67514, symSize: 0xFC }
+ - { offsetInCU: 0x1777, offset: 0xB534C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems6target17completionHandleryAA06DeletegH7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x2F70, symBinAddr: 0x67610, symSize: 0x214 }
+ - { offsetInCU: 0x1886, offset: 0xB545B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems6target17completionHandleryAA06DeletegH7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA0lgH8ResponseCGcfU0_', symObjAddr: 0x34B4, symBinAddr: 0x67B54, symSize: 0x420 }
+ - { offsetInCU: 0x1B74, offset: 0xB5749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x3184, symBinAddr: 0x67824, symSize: 0x98 }
+ - { offsetInCU: 0x1BFA, offset: 0xB57CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tF', symObjAddr: 0x321C, symBinAddr: 0x678BC, symSize: 0x224 }
+ - { offsetInCU: 0x1CBB, offset: 0xB5890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tFTo', symObjAddr: 0x3440, symBinAddr: 0x67AE0, symSize: 0x74 }
+ - { offsetInCU: 0x1D03, offset: 0xB58D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGIegg_AFIegn_TR', symObjAddr: 0x38D4, symBinAddr: 0x67F74, symSize: 0x30 }
+ - { offsetInCU: 0x1D37, offset: 0xB590C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tF', symObjAddr: 0x3904, symBinAddr: 0x67FA4, symSize: 0x394 }
+ - { offsetInCU: 0x1E85, offset: 0xB5A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFyAC_AA9SBCResultOyAA0G8ResponseCGtcfU_', symObjAddr: 0x3C98, symBinAddr: 0x68338, symSize: 0x12C }
+ - { offsetInCU: 0x1F72, offset: 0xB5B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFTo', symObjAddr: 0x3DC4, symBinAddr: 0x68464, symSize: 0x50 }
+ - { offsetInCU: 0x1FC5, offset: 0xB5B9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x3E14, symBinAddr: 0x684B4, symSize: 0x320 }
+ - { offsetInCU: 0x2116, offset: 0xB5CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x4134, symBinAddr: 0x687D4, symSize: 0x330 }
+ - { offsetInCU: 0x2452, offset: 0xB6027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x4464, symBinAddr: 0x68B04, symSize: 0x88 }
+ - { offsetInCU: 0x248A, offset: 0xB605F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tF', symObjAddr: 0x44EC, symBinAddr: 0x68B8C, symSize: 0x3A4 }
+ - { offsetInCU: 0x25D8, offset: 0xB61AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x4890, symBinAddr: 0x68F30, symSize: 0x214 }
+ - { offsetInCU: 0x2853, offset: 0xB6428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFTo', symObjAddr: 0x4AA4, symBinAddr: 0x69144, symSize: 0x50 }
+ - { offsetInCU: 0x28A6, offset: 0xB647B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x4AF4, symBinAddr: 0x69194, symSize: 0x428 }
+ - { offsetInCU: 0x2ADE, offset: 0xB66B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x4F1C, symBinAddr: 0x695BC, symSize: 0x244 }
+ - { offsetInCU: 0x2D7B, offset: 0xB6950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x5160, symBinAddr: 0x69800, symSize: 0x88 }
+ - { offsetInCU: 0x2DCE, offset: 0xB69A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyF', symObjAddr: 0x51E8, symBinAddr: 0x69888, symSize: 0x3B4 }
+ - { offsetInCU: 0x2F89, offset: 0xB6B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFyAA9SBCResultOyAA0gH8ResponseCGcfU_', symObjAddr: 0x559C, symBinAddr: 0x69C3C, symSize: 0x1A8 }
+ - { offsetInCU: 0x3141, offset: 0xB6D16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFTo', symObjAddr: 0x5744, symBinAddr: 0x69DE4, symSize: 0x2C }
+ - { offsetInCU: 0x316E, offset: 0xB6D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11createOfferyyF', symObjAddr: 0x5770, symBinAddr: 0x69E10, symSize: 0x368 }
+ - { offsetInCU: 0x33B1, offset: 0xB6F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11createOfferyyFTo', symObjAddr: 0x5AD8, symBinAddr: 0x6A178, symSize: 0x2C }
+ - { offsetInCU: 0x33CD, offset: 0xB6FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalAudioChange9isEnabledySb_tF', symObjAddr: 0x5B04, symBinAddr: 0x6A1A4, symSize: 0x3A8 }
+ - { offsetInCU: 0x353F, offset: 0xB7114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x5EAC, symBinAddr: 0x6A54C, symSize: 0x44 }
+ - { offsetInCU: 0x3553, offset: 0xB7128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x5EF0, symBinAddr: 0x6A590, symSize: 0x44 }
+ - { offsetInCU: 0x3567, offset: 0xB713C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalAudioChange9isEnabledySb_tFTo', symObjAddr: 0x5F34, symBinAddr: 0x6A5D4, symSize: 0x3C }
+ - { offsetInCU: 0x3583, offset: 0xB7158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalVideoChange9isEnabledySb_tF', symObjAddr: 0x5F70, symBinAddr: 0x6A610, symSize: 0x3C4 }
+ - { offsetInCU: 0x36F5, offset: 0xB72CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x6334, symBinAddr: 0x6A9D4, symSize: 0x44 }
+ - { offsetInCU: 0x3709, offset: 0xB72DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x6378, symBinAddr: 0x6AA18, symSize: 0x44 }
+ - { offsetInCU: 0x371D, offset: 0xB72F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalVideoChange9isEnabledySb_tFTo', symObjAddr: 0x63BC, symBinAddr: 0x6AA5C, symSize: 0x3C }
+ - { offsetInCU: 0x374A, offset: 0xB731F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyF', symObjAddr: 0x63F8, symBinAddr: 0x6AA98, symSize: 0x3F4 }
+ - { offsetInCU: 0x38F8, offset: 0xB74CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0x67EC, symBinAddr: 0x6AE8C, symSize: 0x1E8 }
+ - { offsetInCU: 0x3998, offset: 0xB756D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0x69D4, symBinAddr: 0x6B074, symSize: 0x1E8 }
+ - { offsetInCU: 0x3ADE, offset: 0xB76B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x6BBC, symBinAddr: 0x6B25C, symSize: 0x274 }
+ - { offsetInCU: 0x3D81, offset: 0xB7956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA13AliveResponseCGIegg_AFIegn_TR04$s13ab25Calls10DirectCallC15starte36TimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9d7OyAA0G8F6CGcfU_Tf3npf_n', symObjAddr: 0x6E30, symBinAddr: 0x6B4D0, symSize: 0x10 }
+ - { offsetInCU: 0x3D99, offset: 0xB796E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFTo', symObjAddr: 0x6E40, symBinAddr: 0x6B4E0, symSize: 0x2C }
+ - { offsetInCU: 0x3DB5, offset: 0xB798A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14stopAliveTimeryyF', symObjAddr: 0x6E6C, symBinAddr: 0x6B50C, symSize: 0x30C }
+ - { offsetInCU: 0x3F82, offset: 0xB7B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14stopAliveTimeryyFTo', symObjAddr: 0x7178, symBinAddr: 0x6B818, symSize: 0x2C }
+ - { offsetInCU: 0x4021, offset: 0xB7BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16releaseResourcesyyF', symObjAddr: 0x71A4, symBinAddr: 0x6B844, symSize: 0x89C }
+ - { offsetInCU: 0x48CA, offset: 0xB849F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16releaseResourcesyyFTo', symObjAddr: 0x7A40, symBinAddr: 0x6C0E0, symSize: 0x2C }
+ - { offsetInCU: 0x4991, offset: 0xB8566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update9remoteSDP16peerConnectionIdySo21RTCSessionDescriptionCSg_SSSgtF', symObjAddr: 0x7A6C, symBinAddr: 0x6C10C, symSize: 0x4C0 }
+ - { offsetInCU: 0x4CE5, offset: 0xB88BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update9remoteSDP16peerConnectionIdySo21RTCSessionDescriptionCSg_SSSgtFTo', symObjAddr: 0x7F2C, symBinAddr: 0x6C5CC, symSize: 0x8C }
+ - { offsetInCU: 0x4D62, offset: 0xB8937, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12updateRemote11constraints14turnCredential12capabilitiesyAA0E11ConstraintsC_AA04TurnJ0CSayAA10CapabilityOGtF', symObjAddr: 0x7FB8, symBinAddr: 0x6C658, symSize: 0x274 }
+ - { offsetInCU: 0x5074, offset: 0xB8C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyF', symObjAddr: 0x822C, symBinAddr: 0x6C8CC, symSize: 0x374 }
+ - { offsetInCU: 0x527E, offset: 0xB8E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x85A0, symBinAddr: 0x6CC40, symSize: 0x1D8 }
+ - { offsetInCU: 0x548F, offset: 0xB9064, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab45Calls10DirectCallC18sendSummaryRequestyyFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x8778, symBinAddr: 0x6CE18, symSize: 0x10 }
+ - { offsetInCU: 0x54A7, offset: 0xB907C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyFTo', symObjAddr: 0x8788, symBinAddr: 0x6CE28, symSize: 0x2C }
+ - { offsetInCU: 0x54C3, offset: 0xB9098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update06directE3LogyAA0deH0C_tF', symObjAddr: 0x87B4, symBinAddr: 0x6CE54, symSize: 0x1B0 }
+ - { offsetInCU: 0x55E4, offset: 0xB91B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update06directE3LogyAA0deH0C_tFTo', symObjAddr: 0x8964, symBinAddr: 0x6D004, symSize: 0x50 }
+ - { offsetInCU: 0x5600, offset: 0xB91D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC016updateLocalEndedE0yyF', symObjAddr: 0x89B4, symBinAddr: 0x6D054, symSize: 0x198 }
+ - { offsetInCU: 0x5710, offset: 0xB92E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC016updateLocalEndedE0yyFTo', symObjAddr: 0x8B4C, symBinAddr: 0x6D1EC, symSize: 0x2C }
+ - { offsetInCU: 0x57BB, offset: 0xB9390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC011updateLocaldE3Log9endResultyAA0de3EndJ0O_tF', symObjAddr: 0x8B78, symBinAddr: 0x6D218, symSize: 0x5BC }
+ - { offsetInCU: 0x5A9D, offset: 0xB9672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC011updateLocaldE3Log9endResultyAA0de3EndJ0O_tFTo', symObjAddr: 0x9134, symBinAddr: 0x6D7D4, symSize: 0x3C }
+ - { offsetInCU: 0x5AF0, offset: 0xB96C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x9170, symBinAddr: 0x6D810, symSize: 0x320 }
+ - { offsetInCU: 0x5C41, offset: 0xB9816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x9490, symBinAddr: 0x6DB30, symSize: 0x33C }
+ - { offsetInCU: 0x600B, offset: 0xB9BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x97CC, symBinAddr: 0x6DE6C, symSize: 0x88 }
+ - { offsetInCU: 0x605E, offset: 0xB9C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x9854, symBinAddr: 0x6DEF4, symSize: 0x33C }
+ - { offsetInCU: 0x61AF, offset: 0xB9D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0gH8ResponseCGcfU_', symObjAddr: 0x9B90, symBinAddr: 0x6E230, symSize: 0x274 }
+ - { offsetInCU: 0x644C, offset: 0xBA021, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x9E04, symBinAddr: 0x6E4A4, symSize: 0x88 }
+ - { offsetInCU: 0x6484, offset: 0xBA059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyF', symObjAddr: 0x9E8C, symBinAddr: 0x6E52C, symSize: 0x2AC }
+ - { offsetInCU: 0x65C2, offset: 0xBA197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyFTo', symObjAddr: 0xA1E0, symBinAddr: 0x6E880, symSize: 0x2C }
+ - { offsetInCU: 0x65DE, offset: 0xBA1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3add9candidate16peerConnectionIdyAA9CandidateC_SSSgtF', symObjAddr: 0xA20C, symBinAddr: 0x6E8AC, symSize: 0x248 }
+ - { offsetInCU: 0x6756, offset: 0xBA32B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6remove10candidates16peerConnectionIdySayAA9CandidateCG_SSSgtF', symObjAddr: 0xA454, symBinAddr: 0x6EAF4, symSize: 0x248 }
+ - { offsetInCU: 0x6A0F, offset: 0xBA5E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestTimeout4withyAA0G7RequestV6ReasonO_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xA8C0, symBinAddr: 0x6EEB0, symSize: 0x2C }
+ - { offsetInCU: 0x6A23, offset: 0xBA5F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA11RequestableAAWl', symObjAddr: 0xA8F0, symBinAddr: 0x6EEE0, symSize: 0x44 }
+ - { offsetInCU: 0x6A37, offset: 0xBA60C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA10ResultableAAWl', symObjAddr: 0xA934, symBinAddr: 0x6EF24, symSize: 0x44 }
+ - { offsetInCU: 0x6A4B, offset: 0xBA620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_TA', symObjAddr: 0xA9AC, symBinAddr: 0x6EF9C, symSize: 0xC }
+ - { offsetInCU: 0x6A5F, offset: 0xBA634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_TA', symObjAddr: 0xA9BC, symBinAddr: 0x6EFAC, symSize: 0x8 }
+ - { offsetInCU: 0x6A73, offset: 0xBA648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_TA', symObjAddr: 0xA9C8, symBinAddr: 0x6EFB8, symSize: 0xC }
+ - { offsetInCU: 0x6A87, offset: 0xBA65C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xA9D4, symBinAddr: 0x6EFC4, symSize: 0x10 }
+ - { offsetInCU: 0x6A9B, offset: 0xBA670, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xA9E4, symBinAddr: 0x6EFD4, symSize: 0x8 }
+ - { offsetInCU: 0x6AAF, offset: 0xBA684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0xA9F0, symBinAddr: 0x6EFE0, symSize: 0xC }
+ - { offsetInCU: 0x6AD9, offset: 0xBA6AE, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0xAA0C, symBinAddr: 0x6EFEC, symSize: 0x1AC }
+ - { offsetInCU: 0x6BC8, offset: 0xBA79D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xABB8, symBinAddr: 0x6F198, symSize: 0x2CC }
+ - { offsetInCU: 0x6C9C, offset: 0xBA871, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxFSS_Tg5', symObjAddr: 0xB018, symBinAddr: 0x6F5F8, symSize: 0x18C }
+ - { offsetInCU: 0x6DC8, offset: 0xBA99D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB1A4, symBinAddr: 0x6F784, symSize: 0x1B8 }
+ - { offsetInCU: 0x6EA8, offset: 0xBAA7D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV16_migrateToNative_8removingxs10__CocoaSetV_xtF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB35C, symBinAddr: 0x6F93C, symSize: 0x154 }
+ - { offsetInCU: 0x6F76, offset: 0xBAB4B, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tFSS_Tg5', symObjAddr: 0xB4B0, symBinAddr: 0x6FA90, symSize: 0x1DC }
+ - { offsetInCU: 0x6FDF, offset: 0xBABB4, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB68C, symBinAddr: 0x6FC6C, symSize: 0x1E4 }
+ - { offsetInCU: 0x704A, offset: 0xBAC1F, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV16_unsafeInsertNewyyxnF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xB870, symBinAddr: 0x6FE50, symSize: 0x80 }
+ - { offsetInCU: 0x70B5, offset: 0xBAC8A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0xB8F0, symBinAddr: 0x6FED0, symSize: 0x1B4 }
+ - { offsetInCU: 0x7175, offset: 0xBAD4A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xBAA4, symBinAddr: 0x70084, symSize: 0x1AC }
+ - { offsetInCU: 0x722F, offset: 0xBAE04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFyAA12HoldResponseCSg_AHtcfU_TA', symObjAddr: 0xBE3C, symBinAddr: 0x7041C, symSize: 0xC }
+ - { offsetInCU: 0x7243, offset: 0xBAE18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA11RequestableAAWl', symObjAddr: 0xBE4C, symBinAddr: 0x7042C, symSize: 0x44 }
+ - { offsetInCU: 0x7257, offset: 0xBAE2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA10ResultableAAWl', symObjAddr: 0xBE90, symBinAddr: 0x70470, symSize: 0x44 }
+ - { offsetInCU: 0x726B, offset: 0xBAE40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xBED8, symBinAddr: 0x704B8, symSize: 0x1C }
+ - { offsetInCU: 0x7345, offset: 0xBAF1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyycfU1_TA', symObjAddr: 0xC174, symBinAddr: 0x70754, symSize: 0x1C }
+ - { offsetInCU: 0x7359, offset: 0xBAF2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyAA12HoldResponseCSg_AItcfU2_TA', symObjAddr: 0xC194, symBinAddr: 0x70774, symSize: 0xC }
+ - { offsetInCU: 0x736D, offset: 0xBAF42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAC_AA9SBCResultOyAA06UpdategH8ResponseCGtcfU0_TA', symObjAddr: 0xC1F0, symBinAddr: 0x707D0, symSize: 0xC }
+ - { offsetInCU: 0x7381, offset: 0xBAF56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0xC200, symBinAddr: 0x707E0, symSize: 0x44 }
+ - { offsetInCU: 0x7395, offset: 0xBAF6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0xC244, symBinAddr: 0x70824, symSize: 0x44 }
+ - { offsetInCU: 0x73A9, offset: 0xBAF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0xC2B4, symBinAddr: 0x70894, symSize: 0x44 }
+ - { offsetInCU: 0x73BD, offset: 0xBAF92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0xC2F8, symBinAddr: 0x708D8, symSize: 0x44 }
+ - { offsetInCU: 0x7455, offset: 0xBB02A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFyAC_AA9SBCResultOyAA0G8ResponseCGtcfU_TA', symObjAddr: 0xC4DC, symBinAddr: 0x70ABC, symSize: 0xC }
+ - { offsetInCU: 0x7469, offset: 0xBB03E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA11RequestableAAWl', symObjAddr: 0xC518, symBinAddr: 0x70AF8, symSize: 0x44 }
+ - { offsetInCU: 0x747D, offset: 0xBB052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA10ResultableAAWl', symObjAddr: 0xC55C, symBinAddr: 0x70B3C, symSize: 0x44 }
+ - { offsetInCU: 0x7491, offset: 0xBB066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVWOs', symObjAddr: 0xC5A0, symBinAddr: 0x70B80, symSize: 0x6C }
+ - { offsetInCU: 0x74A5, offset: 0xBB07A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC610, symBinAddr: 0x70BF0, symSize: 0x10 }
+ - { offsetInCU: 0x74B9, offset: 0xBB08E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA11RequestableAAWl', symObjAddr: 0xC620, symBinAddr: 0x70C00, symSize: 0x44 }
+ - { offsetInCU: 0x74CD, offset: 0xBB0A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA10ResultableAAWl', symObjAddr: 0xC664, symBinAddr: 0x70C44, symSize: 0x44 }
+ - { offsetInCU: 0x74E1, offset: 0xBB0B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC6A8, symBinAddr: 0x70C88, symSize: 0xC }
+ - { offsetInCU: 0x74F5, offset: 0xBB0CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA11RequestableAAWl', symObjAddr: 0xC6B4, symBinAddr: 0x70C94, symSize: 0x44 }
+ - { offsetInCU: 0x7509, offset: 0xBB0DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA10ResultableAAWl', symObjAddr: 0xC6F8, symBinAddr: 0x70CD8, symSize: 0x44 }
+ - { offsetInCU: 0x751D, offset: 0xBB0F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVWOs', symObjAddr: 0xC73C, symBinAddr: 0x70D1C, symSize: 0x60 }
+ - { offsetInCU: 0x7531, offset: 0xBB106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC7A0, symBinAddr: 0x70D80, symSize: 0x10 }
+ - { offsetInCU: 0x7545, offset: 0xBB11A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA11RequestableAAWl', symObjAddr: 0xC7B0, symBinAddr: 0x70D90, symSize: 0x44 }
+ - { offsetInCU: 0x7559, offset: 0xBB12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA10ResultableAAWl', symObjAddr: 0xC7F4, symBinAddr: 0x70DD4, symSize: 0x44 }
+ - { offsetInCU: 0x756D, offset: 0xBB142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xC838, symBinAddr: 0x70E18, symSize: 0xC }
+ - { offsetInCU: 0x7581, offset: 0xBB156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA11RequestableAAWl', symObjAddr: 0xC844, symBinAddr: 0x70E24, symSize: 0x44 }
+ - { offsetInCU: 0x7595, offset: 0xBB16A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA10ResultableAAWl', symObjAddr: 0xC888, symBinAddr: 0x70E68, symSize: 0x44 }
+ - { offsetInCU: 0x75A9, offset: 0xBB17E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0xC910, symBinAddr: 0x70EAC, symSize: 0x8 }
+ - { offsetInCU: 0x75BD, offset: 0xBB192, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0xC918, symBinAddr: 0x70EB4, symSize: 0x54 }
+ - { offsetInCU: 0x75D1, offset: 0xBB1A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA11RequestableAAWl', symObjAddr: 0xC96C, symBinAddr: 0x70F08, symSize: 0x44 }
+ - { offsetInCU: 0x75E5, offset: 0xBB1BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA10ResultableAAWl', symObjAddr: 0xC9B0, symBinAddr: 0x70F4C, symSize: 0x44 }
+ - { offsetInCU: 0x75F9, offset: 0xBB1CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_TA', symObjAddr: 0xC9F4, symBinAddr: 0x70F90, symSize: 0x8 }
+ - { offsetInCU: 0x760D, offset: 0xBB1E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA11RequestableAAWl', symObjAddr: 0xCA0C, symBinAddr: 0x70FA8, symSize: 0x44 }
+ - { offsetInCU: 0x7621, offset: 0xBB1F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA10ResultableAAWl', symObjAddr: 0xCA50, symBinAddr: 0x70FEC, symSize: 0x44 }
+ - { offsetInCU: 0x7635, offset: 0xBB20A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xCACC, symBinAddr: 0x71068, symSize: 0x10 }
+ - { offsetInCU: 0x7649, offset: 0xBB21E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA11RequestableAAWl', symObjAddr: 0xCB04, symBinAddr: 0x710A0, symSize: 0x44 }
+ - { offsetInCU: 0x765D, offset: 0xBB232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA10ResultableAAWl', symObjAddr: 0xCB48, symBinAddr: 0x710E4, symSize: 0x44 }
+ - { offsetInCU: 0x7671, offset: 0xBB246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xCBC4, symBinAddr: 0x71160, symSize: 0x10 }
+ - { offsetInCU: 0x7685, offset: 0xBB25A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA11RequestableAAWl', symObjAddr: 0xCBD4, symBinAddr: 0x71170, symSize: 0x44 }
+ - { offsetInCU: 0x7699, offset: 0xBB26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA10ResultableAAWl', symObjAddr: 0xCC18, symBinAddr: 0x711B4, symSize: 0x44 }
+ - { offsetInCU: 0x76AD, offset: 0xBB282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xCC5C, symBinAddr: 0x711F8, symSize: 0x2C }
+ - { offsetInCU: 0x76C1, offset: 0xBB296, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA11RequestableAAWl', symObjAddr: 0xCCB4, symBinAddr: 0x71250, symSize: 0x44 }
+ - { offsetInCU: 0x76D5, offset: 0xBB2AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA10ResultableAAWl', symObjAddr: 0xCCF8, symBinAddr: 0x71294, symSize: 0x44 }
+ - { offsetInCU: 0x76E9, offset: 0xBB2BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVWOs', symObjAddr: 0xCD3C, symBinAddr: 0x712D8, symSize: 0x48 }
+ - { offsetInCU: 0x76FD, offset: 0xBB2D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0xCDB8, symBinAddr: 0x71344, symSize: 0x8 }
+ - { offsetInCU: 0x7711, offset: 0xBB2E6, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0xCDC0, symBinAddr: 0x7134C, symSize: 0x8 }
+ - { offsetInCU: 0x7730, offset: 0xBB305, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0xCDC8, symBinAddr: 0x71354, symSize: 0xC }
+ - { offsetInCU: 0x7759, offset: 0xBB32E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA11EndResponseCGWOe', symObjAddr: 0xCE14, symBinAddr: 0x713A0, symSize: 0xC }
+ - { offsetInCU: 0x776D, offset: 0xBB342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGWOy', symObjAddr: 0xCE20, symBinAddr: 0x713AC, symSize: 0xC }
+ - { offsetInCU: 0x7781, offset: 0xBB356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGWOe', symObjAddr: 0xCE7C, symBinAddr: 0x713B8, symSize: 0xC }
+ - { offsetInCU: 0x7795, offset: 0xBB36A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0xCF00, symBinAddr: 0x713F8, symSize: 0xC }
+ - { offsetInCU: 0x77A9, offset: 0xBB37E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA10ResultableAAWl', symObjAddr: 0xCF50, symBinAddr: 0x71404, symSize: 0x44 }
+ - { offsetInCU: 0x77BD, offset: 0xBB392, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_TA', symObjAddr: 0xCF94, symBinAddr: 0x71448, symSize: 0x8 }
+ - { offsetInCU: 0x77D1, offset: 0xBB3A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_TA', symObjAddr: 0xCFCC, symBinAddr: 0x71480, symSize: 0x8 }
+ - { offsetInCU: 0x77E5, offset: 0xBB3BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12DialResponseCGWOy', symObjAddr: 0xCFD4, symBinAddr: 0x71488, symSize: 0xC }
+ - { offsetInCU: 0x77F9, offset: 0xBB3CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12DialResponseCGWOe', symObjAddr: 0xCFE0, symBinAddr: 0x71494, symSize: 0xC }
+ - { offsetInCU: 0x780D, offset: 0xBB3E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGWOy', symObjAddr: 0xCFF4, symBinAddr: 0x714A8, symSize: 0xC }
+ - { offsetInCU: 0x7821, offset: 0xBB3F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_yycfU_TA', symObjAddr: 0xD1A8, symBinAddr: 0x7165C, symSize: 0x28 }
+ - { offsetInCU: 0x7AE8, offset: 0xBB6BD, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x189C, symBinAddr: 0x65F3C, symSize: 0x134 }
+ - { offsetInCU: 0x7BDA, offset: 0xBB7AF, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SD4KeysVyS2S_GTg5', symObjAddr: 0x2534, symBinAddr: 0x66BD4, symSize: 0x16C }
+ - { offsetInCU: 0x7F20, offset: 0xBBAF5, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySSG_Tg5', symObjAddr: 0xA69C, symBinAddr: 0x6ED3C, symSize: 0xC4 }
+ - { offsetInCU: 0x80BA, offset: 0xBBC8F, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA760, symBinAddr: 0x6EE00, symSize: 0x8C }
+ - { offsetInCU: 0x80F2, offset: 0xBBCC7, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA760, symBinAddr: 0x6EE00, symSize: 0x8C }
+ - { offsetInCU: 0x8106, offset: 0xBBCDB, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA760, symBinAddr: 0x6EE00, symSize: 0x8C }
+ - { offsetInCU: 0x811A, offset: 0xBBCEF, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA760, symBinAddr: 0x6EE00, symSize: 0x8C }
+ - { offsetInCU: 0x812E, offset: 0xBBD03, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA760, symBinAddr: 0x6EE00, symSize: 0x8C }
+ - { offsetInCU: 0x8256, offset: 0xBBE2B, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xBDA4, symBinAddr: 0x70384, symSize: 0x94 }
+ - { offsetInCU: 0x8399, offset: 0xBBF6E, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls10DirectCallCG_Tg504$s13ef7Calls10hI67C6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFSbACXEfU0_AITf1cn_nTf4gg_n', symObjAddr: 0xBEF4, symBinAddr: 0x704D4, symSize: 0x27C }
+ - { offsetInCU: 0x85A3, offset: 0xBC178, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufC13SendBirdCalls14DirectCallUserC_SayAFGTg5Tf4gn_n', symObjAddr: 0xC3CC, symBinAddr: 0x709AC, symSize: 0x110 }
+ - { offsetInCU: 0x8702, offset: 0xBC2D7, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x871A, offset: 0xBC2EF, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x872E, offset: 0xBC303, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x8742, offset: 0xBC317, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x8756, offset: 0xBC32B, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x876A, offset: 0xBC33F, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x877E, offset: 0xBC353, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC9FC, symBinAddr: 0x70F98, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xBC8BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC8callLogsSayAA0deF0CGvg', symObjAddr: 0x0, symBinAddr: 0x7175C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xBC8DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC9nextTokenSSSgvg', symObjAddr: 0x8, symBinAddr: 0x71764, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0xBC8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC7hasNextSbvg', symObjAddr: 0x34, symBinAddr: 0x71790, symSize: 0x8 }
+ - { offsetInCU: 0xC5, offset: 0xBC939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x3C, symBinAddr: 0x71798, symSize: 0x74 }
+ - { offsetInCU: 0x100, offset: 0xBC974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xF0, symBinAddr: 0x7180C, symSize: 0x74 }
+ - { offsetInCU: 0x143, offset: 0xBC9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x164, symBinAddr: 0x71880, symSize: 0x8 }
+ - { offsetInCU: 0x16A, offset: 0xBC9DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x16C, symBinAddr: 0x71888, symSize: 0xC }
+ - { offsetInCU: 0x191, offset: 0xBCA05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x178, symBinAddr: 0x71894, symSize: 0x20 }
+ - { offsetInCU: 0x1CA, offset: 0xBCA3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x198, symBinAddr: 0x718B4, symSize: 0x20 }
+ - { offsetInCU: 0x1F8, offset: 0xBCA6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x198, symBinAddr: 0x718B4, symSize: 0x20 }
+ - { offsetInCU: 0x223, offset: 0xBCA97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x33C, symBinAddr: 0x71A58, symSize: 0x78 }
+ - { offsetInCU: 0x264, offset: 0xBCAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x3B4, symBinAddr: 0x71AD0, symSize: 0x28 }
+ - { offsetInCU: 0x278, offset: 0xBCAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3DC, symBinAddr: 0x71AF8, symSize: 0x8 }
+ - { offsetInCU: 0x2AE, offset: 0xBCB22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3E4, symBinAddr: 0x71B00, symSize: 0x7C }
+ - { offsetInCU: 0x306, offset: 0xBCB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x460, symBinAddr: 0x71B7C, symSize: 0xC }
+ - { offsetInCU: 0x322, offset: 0xBCB96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x46C, symBinAddr: 0x71B88, symSize: 0xC }
+ - { offsetInCU: 0x33F, offset: 0xBCBB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4C8, symBinAddr: 0x71BE4, symSize: 0x4C }
+ - { offsetInCU: 0x364, offset: 0xBCBD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x514, symBinAddr: 0x71C30, symSize: 0x1CC }
+ - { offsetInCU: 0x3C0, offset: 0xBCC34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCfd', symObjAddr: 0x858, symBinAddr: 0x71F30, symSize: 0x24 }
+ - { offsetInCU: 0x3FB, offset: 0xBCC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCfD', symObjAddr: 0x87C, symBinAddr: 0x71F54, symSize: 0x2C }
+ - { offsetInCU: 0x43E, offset: 0xBCCB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x721A8, symSize: 0x2C }
+ - { offsetInCU: 0x483, offset: 0xBCCF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs0J3KeyAAWl', symObjAddr: 0x704, symBinAddr: 0x71DFC, symSize: 0x44 }
+ - { offsetInCU: 0x497, offset: 0xBCD0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCMa', symObjAddr: 0x748, symBinAddr: 0x71E40, symSize: 0x20 }
+ - { offsetInCU: 0x4AB, offset: 0xBCD1F, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls13DirectCallLogCGSayxGSesSeRzlWl', symObjAddr: 0x788, symBinAddr: 0x71E60, symSize: 0x7C }
+ - { offsetInCU: 0x4BF, offset: 0xBCD33, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls13DirectCallLogCGMa', symObjAddr: 0x804, symBinAddr: 0x71EDC, symSize: 0x54 }
+ - { offsetInCU: 0x4D3, offset: 0xBCD47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8A8, symBinAddr: 0x71F80, symSize: 0x4 }
+ - { offsetInCU: 0x4E7, offset: 0xBCD5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8AC, symBinAddr: 0x71F84, symSize: 0x44 }
+ - { offsetInCU: 0x4FB, offset: 0xBCD6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F0, symBinAddr: 0x71FC8, symSize: 0x4 }
+ - { offsetInCU: 0x50F, offset: 0xBCD83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F4, symBinAddr: 0x71FCC, symSize: 0x44 }
+ - { offsetInCU: 0x523, offset: 0xBCD97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x938, symBinAddr: 0x72010, symSize: 0x4 }
+ - { offsetInCU: 0x537, offset: 0xBCDAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x93C, symBinAddr: 0x72014, symSize: 0x44 }
+ - { offsetInCU: 0x54B, offset: 0xBCDBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA14APIRespondableAAWI', symObjAddr: 0x980, symBinAddr: 0x72058, symSize: 0x3C }
+ - { offsetInCU: 0x55F, offset: 0xBCDD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA11RespondableAAWI', symObjAddr: 0x9BC, symBinAddr: 0x72094, symSize: 0x5C }
+ - { offsetInCU: 0x573, offset: 0xBCDE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA0I0AAWI', symObjAddr: 0xA18, symBinAddr: 0x720F0, symSize: 0x3C }
+ - { offsetInCU: 0x587, offset: 0xBCDFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA94, symBinAddr: 0x7216C, symSize: 0x3C }
+ - { offsetInCU: 0x59B, offset: 0xBCE0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwet', symObjAddr: 0xB30, symBinAddr: 0x721F8, symSize: 0x90 }
+ - { offsetInCU: 0x5AF, offset: 0xBCE23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwst', symObjAddr: 0xBC0, symBinAddr: 0x72288, symSize: 0xBC }
+ - { offsetInCU: 0x5C3, offset: 0xBCE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwug', symObjAddr: 0xC7C, symBinAddr: 0x72344, symSize: 0x8 }
+ - { offsetInCU: 0x5D7, offset: 0xBCE4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwup', symObjAddr: 0xC84, symBinAddr: 0x7234C, symSize: 0x4 }
+ - { offsetInCU: 0x5EB, offset: 0xBCE5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwui', symObjAddr: 0xC88, symBinAddr: 0x72350, symSize: 0x8 }
+ - { offsetInCU: 0x5FF, offset: 0xBCE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOMa', symObjAddr: 0xC90, symBinAddr: 0x72358, symSize: 0x10 }
+ - { offsetInCU: 0x648, offset: 0xBCEBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B8, symBinAddr: 0x718D4, symSize: 0x88 }
+ - { offsetInCU: 0x6F7, offset: 0xBCF6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x240, symBinAddr: 0x7195C, symSize: 0x60 }
+ - { offsetInCU: 0x775, offset: 0xBCFE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2A0, symBinAddr: 0x719BC, symSize: 0x40 }
+ - { offsetInCU: 0x7C7, offset: 0xBD03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x719FC, symSize: 0x5C }
+ - { offsetInCU: 0x823, offset: 0xBD097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x478, symBinAddr: 0x71B94, symSize: 0x28 }
+ - { offsetInCU: 0x83F, offset: 0xBD0B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0x71BBC, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0xBD2FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x72368, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xBD319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvs', symObjAddr: 0x30, symBinAddr: 0x72398, symSize: 0x3C }
+ - { offsetInCU: 0x83, offset: 0xBD335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvM', symObjAddr: 0x6C, symBinAddr: 0x723D4, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xBD351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvg', symObjAddr: 0xA8, symBinAddr: 0x72410, symSize: 0x34 }
+ - { offsetInCU: 0xBB, offset: 0xBD36D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvs', symObjAddr: 0xDC, symBinAddr: 0x72444, symSize: 0x44 }
+ - { offsetInCU: 0xD7, offset: 0xBD389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvM', symObjAddr: 0x120, symBinAddr: 0x72488, symSize: 0x3C }
+ - { offsetInCU: 0xF3, offset: 0xBD3A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7versionAA10APIVersionOvg', symObjAddr: 0x15C, symBinAddr: 0x724C4, symSize: 0x4 }
+ - { offsetInCU: 0x10F, offset: 0xBD3C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvg', symObjAddr: 0x160, symBinAddr: 0x724C8, symSize: 0x34 }
+ - { offsetInCU: 0x12B, offset: 0xBD3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvs', symObjAddr: 0x194, symBinAddr: 0x724FC, symSize: 0x44 }
+ - { offsetInCU: 0x147, offset: 0xBD3F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvM', symObjAddr: 0x1D8, symBinAddr: 0x72540, symSize: 0x3C }
+ - { offsetInCU: 0x163, offset: 0xBD415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvg', symObjAddr: 0x214, symBinAddr: 0x7257C, symSize: 0x30 }
+ - { offsetInCU: 0x17F, offset: 0xBD431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvs', symObjAddr: 0x244, symBinAddr: 0x725AC, symSize: 0x3C }
+ - { offsetInCU: 0x19B, offset: 0xBD44D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvM', symObjAddr: 0x280, symBinAddr: 0x725E8, symSize: 0x3C }
+ - { offsetInCU: 0x1B7, offset: 0xBD469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0Sbvg', symObjAddr: 0x2BC, symBinAddr: 0x72624, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0xBD485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0Sbvs', symObjAddr: 0x2EC, symBinAddr: 0x72654, symSize: 0x3C }
+ - { offsetInCU: 0x1EF, offset: 0xBD4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0SbvM', symObjAddr: 0x328, symBinAddr: 0x72690, symSize: 0x3C }
+ - { offsetInCU: 0x20B, offset: 0xBD4BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0SbvM.resume.0', symObjAddr: 0x364, symBinAddr: 0x726CC, symSize: 0x4 }
+ - { offsetInCU: 0x227, offset: 0xBD4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC4with15didLogsOverflowACSayAA0E9CollectorC0E4ItemCG_SbtcfC', symObjAddr: 0x368, symBinAddr: 0x726D0, symSize: 0x4C }
+ - { offsetInCU: 0x245, offset: 0xBD4F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC4with15didLogsOverflowACSayAA0E9CollectorC0E4ItemCG_Sbtcfc', symObjAddr: 0x3B4, symBinAddr: 0x7271C, symSize: 0xC4 }
+ - { offsetInCU: 0x30A, offset: 0xBD5BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x4B8, symBinAddr: 0x727E0, symSize: 0x74 }
+ - { offsetInCU: 0x345, offset: 0xBD5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x52C, symBinAddr: 0x72854, symSize: 0x74 }
+ - { offsetInCU: 0x388, offset: 0xBD63A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x5A0, symBinAddr: 0x728C8, symSize: 0x8 }
+ - { offsetInCU: 0x3AF, offset: 0xBD661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x5A8, symBinAddr: 0x728D0, symSize: 0xC }
+ - { offsetInCU: 0x3D6, offset: 0xBD688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8rawValueSSvg', symObjAddr: 0x5B4, symBinAddr: 0x728DC, symSize: 0x54 }
+ - { offsetInCU: 0x40F, offset: 0xBD6C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO11stringValueSSvg', symObjAddr: 0x608, symBinAddr: 0x72930, symSize: 0x54 }
+ - { offsetInCU: 0x466, offset: 0xBD718, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0x72B08, symSize: 0x78 }
+ - { offsetInCU: 0x4A7, offset: 0xBD759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x858, symBinAddr: 0x72B80, symSize: 0x28 }
+ - { offsetInCU: 0x4BB, offset: 0xBD76D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x880, symBinAddr: 0x72BA8, symSize: 0x8 }
+ - { offsetInCU: 0x4F1, offset: 0xBD7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x888, symBinAddr: 0x72BB0, symSize: 0x7C }
+ - { offsetInCU: 0x549, offset: 0xBD7FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x904, symBinAddr: 0x72C2C, symSize: 0xC }
+ - { offsetInCU: 0x565, offset: 0xBD817, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x910, symBinAddr: 0x72C38, symSize: 0xC }
+ - { offsetInCU: 0x582, offset: 0xBD834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC6encode2toys7Encoder_p_tKF', symObjAddr: 0x96C, symBinAddr: 0x72C94, symSize: 0x184 }
+ - { offsetInCU: 0x5DE, offset: 0xBD890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCfd', symObjAddr: 0xC6C, symBinAddr: 0x72F70, symSize: 0x24 }
+ - { offsetInCU: 0x619, offset: 0xBD8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCfD', symObjAddr: 0xC90, symBinAddr: 0x72F94, symSize: 0x2C }
+ - { offsetInCU: 0x65C, offset: 0xBD90E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xED0, symBinAddr: 0x73190, symSize: 0x28 }
+ - { offsetInCU: 0x678, offset: 0xBD92A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xEF8, symBinAddr: 0x731B8, symSize: 0x28 }
+ - { offsetInCU: 0x694, offset: 0xBD946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP06shouldE0SbvgTW', symObjAddr: 0xF20, symBinAddr: 0x731E0, symSize: 0x2C }
+ - { offsetInCU: 0x6B0, offset: 0xBD962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1004, symBinAddr: 0x732C4, symSize: 0x28 }
+ - { offsetInCU: 0x716, offset: 0xBD9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xB14, symBinAddr: 0x72E18, symSize: 0x44 }
+ - { offsetInCU: 0x72A, offset: 0xBD9DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSEAAWl', symObjAddr: 0xB58, symBinAddr: 0x72E5C, symSize: 0x44 }
+ - { offsetInCU: 0x73E, offset: 0xBD9F0, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls12LogCollectorC0D4ItemCGSayxGSEsSERzlWl', symObjAddr: 0xB9C, symBinAddr: 0x72EA0, symSize: 0x7C }
+ - { offsetInCU: 0x752, offset: 0xBDA04, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls12LogCollectorC0D4ItemCGMa', symObjAddr: 0xC18, symBinAddr: 0x72F1C, symSize: 0x54 }
+ - { offsetInCU: 0x766, offset: 0xBDA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASQWb', symObjAddr: 0xCBC, symBinAddr: 0x72FC0, symSize: 0x4 }
+ - { offsetInCU: 0x77A, offset: 0xBDA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAESQAAWl', symObjAddr: 0xCC0, symBinAddr: 0x72FC4, symSize: 0x44 }
+ - { offsetInCU: 0x78E, offset: 0xBDA40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xD04, symBinAddr: 0x73008, symSize: 0x4 }
+ - { offsetInCU: 0x7A2, offset: 0xBDA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xD08, symBinAddr: 0x7300C, symSize: 0x44 }
+ - { offsetInCU: 0x7B6, offset: 0xBDA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xD4C, symBinAddr: 0x73050, symSize: 0x4 }
+ - { offsetInCU: 0x7CA, offset: 0xBDA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xD50, symBinAddr: 0x73054, symSize: 0x44 }
+ - { offsetInCU: 0x7DE, offset: 0xBDA90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA14APIRequestableAAWI', symObjAddr: 0xD94, symBinAddr: 0x73098, symSize: 0x3C }
+ - { offsetInCU: 0x7F2, offset: 0xBDAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCMa', symObjAddr: 0xDD0, symBinAddr: 0x730D4, symSize: 0x20 }
+ - { offsetInCU: 0x806, offset: 0xBDAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA15ResultIgnorableAAWI', symObjAddr: 0xDF0, symBinAddr: 0x730F4, symSize: 0x3C }
+ - { offsetInCU: 0x81A, offset: 0xBDACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA11RequestableAAWI', symObjAddr: 0xE2C, symBinAddr: 0x73130, symSize: 0x5C }
+ - { offsetInCU: 0x82E, offset: 0xBDAE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xE88, symBinAddr: 0x7318C, symSize: 0x4 }
+ - { offsetInCU: 0x842, offset: 0xBDAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0AAWI', symObjAddr: 0xF4C, symBinAddr: 0x7320C, symSize: 0x3C }
+ - { offsetInCU: 0x856, offset: 0xBDB08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA17StrategyEncodableAAWI', symObjAddr: 0xFC8, symBinAddr: 0x73288, symSize: 0x3C }
+ - { offsetInCU: 0x870, offset: 0xBDB22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwet', symObjAddr: 0x12FC, symBinAddr: 0x735AC, symSize: 0x90 }
+ - { offsetInCU: 0x884, offset: 0xBDB36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwst', symObjAddr: 0x138C, symBinAddr: 0x7363C, symSize: 0xBC }
+ - { offsetInCU: 0x898, offset: 0xBDB4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwug', symObjAddr: 0x1448, symBinAddr: 0x736F8, symSize: 0x8 }
+ - { offsetInCU: 0x8AC, offset: 0xBDB5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwup', symObjAddr: 0x1450, symBinAddr: 0x73700, symSize: 0x4 }
+ - { offsetInCU: 0x8C0, offset: 0xBDB72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwui', symObjAddr: 0x1454, symBinAddr: 0x73704, symSize: 0x8 }
+ - { offsetInCU: 0x8D4, offset: 0xBDB86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOMa', symObjAddr: 0x145C, symBinAddr: 0x7370C, symSize: 0x10 }
+ - { offsetInCU: 0x940, offset: 0xBDBF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x65C, symBinAddr: 0x72984, symSize: 0x88 }
+ - { offsetInCU: 0x9EF, offset: 0xBDCA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x6E4, symBinAddr: 0x72A0C, symSize: 0x60 }
+ - { offsetInCU: 0xA6D, offset: 0xBDD1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x744, symBinAddr: 0x72A6C, symSize: 0x40 }
+ - { offsetInCU: 0xABF, offset: 0xBDD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x784, symBinAddr: 0x72AAC, symSize: 0x5C }
+ - { offsetInCU: 0xB1B, offset: 0xBDDCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x91C, symBinAddr: 0x72C44, symSize: 0x28 }
+ - { offsetInCU: 0xB37, offset: 0xBDDE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x944, symBinAddr: 0x72C6C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xBE034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x7372C, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0xBE058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x7372C, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xBE06C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC10candidatesSayAA9CandidateCGvg', symObjAddr: 0xC, symBinAddr: 0x73738, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xBE088, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x14, symBinAddr: 0x73740, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0xBE09C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x7376C, symSize: 0x48 }
+ - { offsetInCU: 0xB4, offset: 0xBE0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x88, symBinAddr: 0x737B4, symSize: 0x324 }
+ - { offsetInCU: 0x1B1, offset: 0xBE1BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seq10candidates16peerConnectionId11commandType07messageL004callL012deliveryInfoACSiSg_SayAA9CandidateCGSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0VtcfC', symObjAddr: 0x618, symBinAddr: 0x73BF4, symSize: 0x108 }
+ - { offsetInCU: 0x26C, offset: 0xBE279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seq10candidates16peerConnectionId11commandType07messageL004callL012deliveryInfoACSiSg_SayAA9CandidateCGSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x720, symBinAddr: 0x73CFC, symSize: 0xBC }
+ - { offsetInCU: 0x35D, offset: 0xBE36A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x7DC, symBinAddr: 0x73DB8, symSize: 0x2C }
+ - { offsetInCU: 0x3BC, offset: 0xBE3C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x808, symBinAddr: 0x73DE4, symSize: 0x2C }
+ - { offsetInCU: 0x419, offset: 0xBE426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfd', symObjAddr: 0x850, symBinAddr: 0x73E2C, symSize: 0x3C }
+ - { offsetInCU: 0x46A, offset: 0xBE477, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfD', symObjAddr: 0x8A0, symBinAddr: 0x73E68, symSize: 0x44 }
+ - { offsetInCU: 0x4D2, offset: 0xBE4DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x8E4, symBinAddr: 0x73EAC, symSize: 0x10 }
+ - { offsetInCU: 0x513, offset: 0xBE520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x8F4, symBinAddr: 0x73EBC, symSize: 0x30 }
+ - { offsetInCU: 0x546, offset: 0xBE553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCMa', symObjAddr: 0x474, symBinAddr: 0x73AD8, symSize: 0x20 }
+ - { offsetInCU: 0x55A, offset: 0xBE567, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGSayxGSesSeRzlWl', symObjAddr: 0x4D8, symBinAddr: 0x73AF8, symSize: 0x60 }
+ - { offsetInCU: 0x56E, offset: 0xBE57B, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGMa', symObjAddr: 0x538, symBinAddr: 0x73B58, symSize: 0x54 }
+ - { offsetInCU: 0x582, offset: 0xBE58F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCACSeAAWl', symObjAddr: 0x58C, symBinAddr: 0x73BAC, symSize: 0x48 }
+ - { offsetInCU: 0x653, offset: 0xBE660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfE', symObjAddr: 0x834, symBinAddr: 0x73E10, symSize: 0x1C }
+ - { offsetInCU: 0x4F, offset: 0xBE956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvpZ', symObjAddr: 0x1A710, symBinAddr: 0x2F9E60, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0xBE970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvpZ', symObjAddr: 0x1A711, symBinAddr: 0x2F9E61, symSize: 0x0 }
+ - { offsetInCU: 0x83, offset: 0xBE98A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvpZ', symObjAddr: 0x5B90, symBinAddr: 0x2C3568, symSize: 0x0 }
+ - { offsetInCU: 0x9D, offset: 0xBE9A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvpZ', symObjAddr: 0x5B98, symBinAddr: 0x2C3570, symSize: 0x0 }
+ - { offsetInCU: 0xB7, offset: 0xBE9BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvpZ', symObjAddr: 0x5BA0, symBinAddr: 0x2C3578, symSize: 0x0 }
+ - { offsetInCU: 0x12F, offset: 0xBEA36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvau', symObjAddr: 0x170, symBinAddr: 0x7408C, symSize: 0xC }
+ - { offsetInCU: 0x159, offset: 0xBEA60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvgZ', symObjAddr: 0x17C, symBinAddr: 0x74098, symSize: 0x40 }
+ - { offsetInCU: 0x175, offset: 0xBEA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvsZ', symObjAddr: 0x1BC, symBinAddr: 0x740D8, symSize: 0x44 }
+ - { offsetInCU: 0x191, offset: 0xBEA98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvMZ', symObjAddr: 0x200, symBinAddr: 0x7411C, symSize: 0x40 }
+ - { offsetInCU: 0x1AD, offset: 0xBEAB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvgZ', symObjAddr: 0x24C, symBinAddr: 0x74168, symSize: 0x40 }
+ - { offsetInCU: 0x1C9, offset: 0xBEAD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvsZ', symObjAddr: 0x28C, symBinAddr: 0x741A8, symSize: 0x44 }
+ - { offsetInCU: 0x1E5, offset: 0xBEAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvMZ', symObjAddr: 0x2D0, symBinAddr: 0x741EC, symSize: 0x40 }
+ - { offsetInCU: 0x201, offset: 0xBEB08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvg', symObjAddr: 0x310, symBinAddr: 0x7422C, symSize: 0x34 }
+ - { offsetInCU: 0x21D, offset: 0xBEB24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvs', symObjAddr: 0x344, symBinAddr: 0x74260, symSize: 0x44 }
+ - { offsetInCU: 0x239, offset: 0xBEB40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvM', symObjAddr: 0x388, symBinAddr: 0x742A4, symSize: 0x3C }
+ - { offsetInCU: 0x255, offset: 0xBEB5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvg', symObjAddr: 0x3C4, symBinAddr: 0x742E0, symSize: 0x44 }
+ - { offsetInCU: 0x271, offset: 0xBEB78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvs', symObjAddr: 0x408, symBinAddr: 0x74324, symSize: 0x44 }
+ - { offsetInCU: 0x28D, offset: 0xBEB94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvM', symObjAddr: 0x44C, symBinAddr: 0x74368, symSize: 0x3C }
+ - { offsetInCU: 0x2A9, offset: 0xBEBB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvM.resume.0', symObjAddr: 0x488, symBinAddr: 0x743A4, symSize: 0x4 }
+ - { offsetInCU: 0x2C5, offset: 0xBEBCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvg', symObjAddr: 0x5E0, symBinAddr: 0x744FC, symSize: 0x4C }
+ - { offsetInCU: 0x2E1, offset: 0xBEBE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvs', symObjAddr: 0x63C, symBinAddr: 0x74558, symSize: 0x50 }
+ - { offsetInCU: 0x2FD, offset: 0xBEC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvM', symObjAddr: 0x69C, symBinAddr: 0x745B8, symSize: 0x3C }
+ - { offsetInCU: 0x319, offset: 0xBEC20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0Cvg', symObjAddr: 0x6D8, symBinAddr: 0x745F4, symSize: 0x34 }
+ - { offsetInCU: 0x335, offset: 0xBEC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0Cvs', symObjAddr: 0x70C, symBinAddr: 0x74628, symSize: 0x44 }
+ - { offsetInCU: 0x351, offset: 0xBEC58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0CvM', symObjAddr: 0x750, symBinAddr: 0x7466C, symSize: 0x3C }
+ - { offsetInCU: 0x36D, offset: 0xBEC74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0Cvg', symObjAddr: 0x78C, symBinAddr: 0x746A8, symSize: 0x30 }
+ - { offsetInCU: 0x389, offset: 0xBEC90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0Cvs', symObjAddr: 0x7BC, symBinAddr: 0x746D8, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0xBECAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0CvM', symObjAddr: 0x800, symBinAddr: 0x7471C, symSize: 0x3C }
+ - { offsetInCU: 0x3C1, offset: 0xBECC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCfd', symObjAddr: 0x83C, symBinAddr: 0x74758, symSize: 0x144 }
+ - { offsetInCU: 0x4CC, offset: 0xBEDD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCfD', symObjAddr: 0x980, symBinAddr: 0x7489C, symSize: 0x1C }
+ - { offsetInCU: 0x4F9, offset: 0xBEE00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyF', symObjAddr: 0x99C, symBinAddr: 0x748B8, symSize: 0x1FC }
+ - { offsetInCU: 0x58B, offset: 0xBEE92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFyyYbcfU_', symObjAddr: 0xB98, symBinAddr: 0x74AB4, symSize: 0x354 }
+ - { offsetInCU: 0x971, offset: 0xBF278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFTo', symObjAddr: 0xFA4, symBinAddr: 0x74EC0, symSize: 0x28 }
+ - { offsetInCU: 0x98D, offset: 0xBF294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCAEycfC', symObjAddr: 0xFCC, symBinAddr: 0x74EE8, symSize: 0x34 }
+ - { offsetInCU: 0x9AB, offset: 0xBF2B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCAEycfc', symObjAddr: 0x1000, symBinAddr: 0x74F1C, symSize: 0x294 }
+ - { offsetInCU: 0xAC7, offset: 0xBF3CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvau', symObjAddr: 0x240, symBinAddr: 0x7415C, symSize: 0xC }
+ - { offsetInCU: 0xAE5, offset: 0xBF3EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvpAETK', symObjAddr: 0x48C, symBinAddr: 0x743A8, symSize: 0x6C }
+ - { offsetInCU: 0xAFD, offset: 0xBF404, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvpAETk', symObjAddr: 0x4F8, symBinAddr: 0x74414, symSize: 0x88 }
+ - { offsetInCU: 0xB15, offset: 0xBF41C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVytIegnr_AGIegg_TR', symObjAddr: 0x580, symBinAddr: 0x7449C, symSize: 0x60 }
+ - { offsetInCU: 0xB2D, offset: 0xBF434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_SgWOy', symObjAddr: 0x62C, symBinAddr: 0x74548, symSize: 0x10 }
+ - { offsetInCU: 0xB41, offset: 0xBF448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_SgWOe', symObjAddr: 0x68C, symBinAddr: 0x745A8, symSize: 0x10 }
+ - { offsetInCU: 0xDBF, offset: 0xBF6C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCF', symObjAddr: 0xEEC, symBinAddr: 0x74E08, symSize: 0xB8 }
+ - { offsetInCU: 0xDE7, offset: 0xBF6EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_', symObjAddr: 0x1CF0, symBinAddr: 0x75C0C, symSize: 0x354 }
+ - { offsetInCU: 0xEC6, offset: 0xBF7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_yyYbcfU_', symObjAddr: 0x2DE8, symBinAddr: 0x76D04, symSize: 0xAC }
+ - { offsetInCU: 0x1002, offset: 0xBF909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtF', symObjAddr: 0x1294, symBinAddr: 0x751B0, symSize: 0x498 }
+ - { offsetInCU: 0x1269, offset: 0xBFB70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_', symObjAddr: 0x172C, symBinAddr: 0x75648, symSize: 0x198 }
+ - { offsetInCU: 0x1327, offset: 0xBFC2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvau', symObjAddr: 0x18C4, symBinAddr: 0x757E0, symSize: 0xC }
+ - { offsetInCU: 0x1345, offset: 0xBFC4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyF', symObjAddr: 0x18D0, symBinAddr: 0x757EC, symSize: 0x33C }
+ - { offsetInCU: 0x1451, offset: 0xBFD58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyFyyYbcfU_', symObjAddr: 0x1C0C, symBinAddr: 0x75B28, symSize: 0xE4 }
+ - { offsetInCU: 0x15D9, offset: 0xBFEE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV_8previousAGSo19RTCStatisticsReportC_AJSgtcfC', symObjAddr: 0x2044, symBinAddr: 0x75F60, symSize: 0xD9C }
+ - { offsetInCU: 0x1836, offset: 0xC013D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tF', symObjAddr: 0x2DE0, symBinAddr: 0x76CFC, symSize: 0x4 }
+ - { offsetInCU: 0x184A, offset: 0xC0151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tFySS_So0K0CtXEfU_', symObjAddr: 0x2EE4, symBinAddr: 0x76E00, symSize: 0x5EC }
+ - { offsetInCU: 0x1E82, offset: 0xC0789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VF', symObjAddr: 0x2DE4, symBinAddr: 0x76D00, symSize: 0x4 }
+ - { offsetInCU: 0x1E9A, offset: 0xC07A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VF', symObjAddr: 0x2DE4, symBinAddr: 0x76D00, symSize: 0x4 }
+ - { offsetInCU: 0x1EAB, offset: 0xC07B2, size: 0x8, addend: 0x0, symName: '_$sSo19RTCStatisticsReportCIegg_ABIeyBy_TR', symObjAddr: 0x2E94, symBinAddr: 0x76DB0, symSize: 0x50 }
+ - { offsetInCU: 0x1F8B, offset: 0xC0892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvgAA10StatisticsC_Tg5', symObjAddr: 0x34D0, symBinAddr: 0x773EC, symSize: 0x1424 }
+ - { offsetInCU: 0x2228, offset: 0xC0B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvgZ', symObjAddr: 0x48F4, symBinAddr: 0x78810, symSize: 0x8 }
+ - { offsetInCU: 0x2244, offset: 0xC0B4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvgZ', symObjAddr: 0x4908, symBinAddr: 0x78824, symSize: 0xC }
+ - { offsetInCU: 0x2260, offset: 0xC0B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvgZ', symObjAddr: 0x4920, symBinAddr: 0x7883C, symSize: 0x10 }
+ - { offsetInCU: 0x227C, offset: 0xC0B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantVAGycfC', symObjAddr: 0x4930, symBinAddr: 0x7884C, symSize: 0x4 }
+ - { offsetInCU: 0x229B, offset: 0xC0BA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvau', symObjAddr: 0x48FC, symBinAddr: 0x78818, symSize: 0xC }
+ - { offsetInCU: 0x22B9, offset: 0xC0BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvau', symObjAddr: 0x4914, symBinAddr: 0x78830, symSize: 0xC }
+ - { offsetInCU: 0x22E3, offset: 0xC0BEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9timestampSdvg', symObjAddr: 0x4934, symBinAddr: 0x78850, symSize: 0x4 }
+ - { offsetInCU: 0x22FF, offset: 0xC0C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9audioStatAA10StatisticsCvg', symObjAddr: 0x4938, symBinAddr: 0x78854, symSize: 0x4 }
+ - { offsetInCU: 0x2313, offset: 0xC0C1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9videoStatAA10StatisticsCvg', symObjAddr: 0x493C, symBinAddr: 0x78858, symSize: 0x8 }
+ - { offsetInCU: 0x2327, offset: 0xC0C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9timestamp9audioStat05videoK0AGSd_AA10StatisticsCALtcfC', symObjAddr: 0x4944, symBinAddr: 0x78860, symSize: 0x4 }
+ - { offsetInCU: 0x2345, offset: 0xC0C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9timestampSdvgTW', symObjAddr: 0x4948, symBinAddr: 0x78864, symSize: 0x8 }
+ - { offsetInCU: 0x2370, offset: 0xC0C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9audioStatAA10StatisticsCvgTW', symObjAddr: 0x4950, symBinAddr: 0x7886C, symSize: 0x8 }
+ - { offsetInCU: 0x23B1, offset: 0xC0CB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9videoStatAA10StatisticsCvgTW', symObjAddr: 0x4958, symBinAddr: 0x78874, symSize: 0x8 }
+ - { offsetInCU: 0x23E4, offset: 0xC0CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFyyYbcfU_TA', symObjAddr: 0x4A34, symBinAddr: 0x788A0, symSize: 0x8 }
+ - { offsetInCU: 0x23F8, offset: 0xC0CFF, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4A3C, symBinAddr: 0x788A8, symSize: 0x10 }
+ - { offsetInCU: 0x240C, offset: 0xC0D13, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4A4C, symBinAddr: 0x788B8, symSize: 0x8 }
+ - { offsetInCU: 0x2420, offset: 0xC0D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_TA', symObjAddr: 0x4A94, symBinAddr: 0x78900, symSize: 0x8 }
+ - { offsetInCU: 0x2434, offset: 0xC0D3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_TA', symObjAddr: 0x4B5C, symBinAddr: 0x789C8, symSize: 0xC }
+ - { offsetInCU: 0x2474, offset: 0xC0D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyFyyYbcfU_TA', symObjAddr: 0x4C8C, symBinAddr: 0x78AF8, symSize: 0x8 }
+ - { offsetInCU: 0x2488, offset: 0xC0D8F, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0x4CDC, symBinAddr: 0x78B00, symSize: 0x10 }
+ - { offsetInCU: 0x249C, offset: 0xC0DA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVSgWOe', symObjAddr: 0x4CEC, symBinAddr: 0x78B10, symSize: 0x30 }
+ - { offsetInCU: 0x24B0, offset: 0xC0DB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tFTf4nd_n', symObjAddr: 0x4D1C, symBinAddr: 0x78B40, symSize: 0x398 }
+ - { offsetInCU: 0x2756, offset: 0xC105D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VFTf4nd_nTf4x_n', symObjAddr: 0x50B4, symBinAddr: 0x78ED8, symSize: 0x434 }
+ - { offsetInCU: 0x2B3C, offset: 0xC1443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCMa', symObjAddr: 0x5680, symBinAddr: 0x794A4, symSize: 0x20 }
+ - { offsetInCU: 0x2B50, offset: 0xC1457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantVMa', symObjAddr: 0x5774, symBinAddr: 0x79598, symSize: 0x10 }
+ - { offsetInCU: 0x2B64, offset: 0xC146B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwCP', symObjAddr: 0x579C, symBinAddr: 0x795C0, symSize: 0x3C }
+ - { offsetInCU: 0x2B78, offset: 0xC147F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwxx', symObjAddr: 0x57D8, symBinAddr: 0x795FC, symSize: 0x28 }
+ - { offsetInCU: 0x2B8C, offset: 0xC1493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwcp', symObjAddr: 0x5800, symBinAddr: 0x79624, symSize: 0x3C }
+ - { offsetInCU: 0x2BA0, offset: 0xC14A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwca', symObjAddr: 0x583C, symBinAddr: 0x79660, symSize: 0x64 }
+ - { offsetInCU: 0x2BB4, offset: 0xC14BB, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x58A0, symBinAddr: 0x796C4, symSize: 0x14 }
+ - { offsetInCU: 0x2BC8, offset: 0xC14CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwta', symObjAddr: 0x58B4, symBinAddr: 0x796D8, symSize: 0x4C }
+ - { offsetInCU: 0x2BDC, offset: 0xC14E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwet', symObjAddr: 0x5900, symBinAddr: 0x79724, symSize: 0x48 }
+ - { offsetInCU: 0x2BF0, offset: 0xC14F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwst', symObjAddr: 0x5948, symBinAddr: 0x7976C, symSize: 0x40 }
+ - { offsetInCU: 0x2C04, offset: 0xC150B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVMa', symObjAddr: 0x5988, symBinAddr: 0x797AC, symSize: 0x10 }
+ - { offsetInCU: 0x2C18, offset: 0xC151F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVytIegnr_AGIegg_TRTA', symObjAddr: 0x59BC, symBinAddr: 0x797E0, symSize: 0x8 }
+ - { offsetInCU: 0x2C37, offset: 0xC153E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_AGytIegnr_TRTA', symObjAddr: 0x59C4, symBinAddr: 0x797E8, symSize: 0x2C }
+ - { offsetInCU: 0x2C60, offset: 0xC1567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x5A28, symBinAddr: 0x7984C, symSize: 0xC }
+ - { offsetInCU: 0x2C78, offset: 0xC157F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x5A28, symBinAddr: 0x7984C, symSize: 0xC }
+ - { offsetInCU: 0x2C92, offset: 0xC1599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_yyYbcfU_TA', symObjAddr: 0x5A68, symBinAddr: 0x7988C, symSize: 0x10 }
+ - { offsetInCU: 0x2CA6, offset: 0xC15AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_TA.38', symObjAddr: 0x5A78, symBinAddr: 0x7989C, symSize: 0x8 }
+ - { offsetInCU: 0x2CE9, offset: 0xC15F0, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSDySSSo13RTCStatisticsCG_Tg508$sSSSo13D158Cs5Error_pIgggzo_SS3key_AB5valuetsAC_pIegnzo_TR071$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19A26ReportC_tFySS_So0K0CtXEfU_Tf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x73F1C, symSize: 0x170 }
+ - { offsetInCU: 0x2FD8, offset: 0xC18DF, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCGG_Tg504$s13de101Calls12WebRTCClientC16RTPPacketMonitorC3add33_85D9A37F7C8634E104B29FE0B60CAB80LL14peerConnectionySo07i14S0CSg_tFSbAA13gH10CyAJGXEfU_AITf1cn_nTf4ng_n', symObjAddr: 0x4B68, symBinAddr: 0x789D4, symSize: 0x124 }
+ - { offsetInCU: 0x27, offset: 0xC1DEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7successxSgvg', symObjAddr: 0x0, symBinAddr: 0x798E8, symSize: 0xD0 }
+ - { offsetInCU: 0x3F, offset: 0xC1E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7successxSgvg', symObjAddr: 0x0, symBinAddr: 0x798E8, symSize: 0xD0 }
+ - { offsetInCU: 0x7C, offset: 0xC1E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7failureAA8SBCErrorCSgvg', symObjAddr: 0xD0, symBinAddr: 0x799B8, symSize: 0x88 }
+ - { offsetInCU: 0xAB, offset: 0xC1E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyACyxGxSg_AA8SBCErrorCSgtcfC', symObjAddr: 0x158, symBinAddr: 0x79A40, symSize: 0x1E8 }
+ - { offsetInCU: 0x10D, offset: 0xC1ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgMa', symObjAddr: 0x340, symBinAddr: 0x79C28, symSize: 0x54 }
+ - { offsetInCU: 0x121, offset: 0xC1EE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMa', symObjAddr: 0x394, symBinAddr: 0x79C7C, symSize: 0xC }
+ - { offsetInCU: 0x135, offset: 0xC1EFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3getxyKF', symObjAddr: 0x3A0, symBinAddr: 0x79C88, symSize: 0x110 }
+ - { offsetInCU: 0x178, offset: 0xC1F40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3get12errorHandlerxSgyAA8SBCErrorCXE_tF', symObjAddr: 0x4B0, symBinAddr: 0x79D98, symSize: 0x144 }
+ - { offsetInCU: 0x1E2, offset: 0xC1FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO9isSuccessSbvg', symObjAddr: 0x5F4, symBinAddr: 0x79EDC, symSize: 0x80 }
+ - { offsetInCU: 0x211, offset: 0xC1FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO9isFailureSbvg', symObjAddr: 0x674, symBinAddr: 0x79F5C, symSize: 0x94 }
+ - { offsetInCU: 0x240, offset: 0xC2008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3mapyACyqd__Gqd__xXElF', symObjAddr: 0x708, symBinAddr: 0x79FF0, symSize: 0x14C }
+ - { offsetInCU: 0x2C9, offset: 0xC2091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMi', symObjAddr: 0x854, symBinAddr: 0x7A13C, symSize: 0x8 }
+ - { offsetInCU: 0x2DD, offset: 0xC20A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMr', symObjAddr: 0x85C, symBinAddr: 0x7A144, symSize: 0x74 }
+ - { offsetInCU: 0x2F1, offset: 0xC20B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwCP', symObjAddr: 0x8D0, symBinAddr: 0x7A1B8, symSize: 0x11C }
+ - { offsetInCU: 0x305, offset: 0xC20CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwxx', symObjAddr: 0x9EC, symBinAddr: 0x7A2D4, symSize: 0xA0 }
+ - { offsetInCU: 0x319, offset: 0xC20E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwcp', symObjAddr: 0xA8C, symBinAddr: 0x7A374, symSize: 0xD8 }
+ - { offsetInCU: 0x32D, offset: 0xC20F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwca', symObjAddr: 0xB64, symBinAddr: 0x7A44C, symSize: 0x190 }
+ - { offsetInCU: 0x341, offset: 0xC2109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwtk', symObjAddr: 0xCF4, symBinAddr: 0x7A5DC, symSize: 0xD4 }
+ - { offsetInCU: 0x355, offset: 0xC211D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwta', symObjAddr: 0xDC8, symBinAddr: 0x7A6B0, symSize: 0x18C }
+ - { offsetInCU: 0x369, offset: 0xC2131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwet', symObjAddr: 0xF54, symBinAddr: 0x7A83C, symSize: 0x110 }
+ - { offsetInCU: 0x37D, offset: 0xC2145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwst', symObjAddr: 0x1064, symBinAddr: 0x7A94C, symSize: 0x1A8 }
+ - { offsetInCU: 0x391, offset: 0xC2159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwug', symObjAddr: 0x120C, symBinAddr: 0x7AAF4, symSize: 0x90 }
+ - { offsetInCU: 0x3A5, offset: 0xC216D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwup', symObjAddr: 0x129C, symBinAddr: 0x7AB84, symSize: 0x4 }
+ - { offsetInCU: 0x3B9, offset: 0xC2181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwui', symObjAddr: 0x12A0, symBinAddr: 0x7AB88, symSize: 0xE0 }
+ - { offsetInCU: 0x71, offset: 0xC2469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x7AC68, symSize: 0x48 }
+ - { offsetInCU: 0xC5, offset: 0xC24BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x48, symBinAddr: 0x7ACB0, symSize: 0x58 }
+ - { offsetInCU: 0x129, offset: 0xC2521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCACycfC', symObjAddr: 0x130, symBinAddr: 0x7AD98, symSize: 0x10 }
+ - { offsetInCU: 0x147, offset: 0xC253F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCACycfc', symObjAddr: 0x140, symBinAddr: 0x7ADA8, symSize: 0x8 }
+ - { offsetInCU: 0x176, offset: 0xC256E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCfd', symObjAddr: 0x148, symBinAddr: 0x7ADB0, symSize: 0x8 }
+ - { offsetInCU: 0x1A5, offset: 0xC259D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCfD', symObjAddr: 0x150, symBinAddr: 0x7ADB8, symSize: 0x10 }
+ - { offsetInCU: 0x1D5, offset: 0xC25CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCMa', symObjAddr: 0x160, symBinAddr: 0x7ADC8, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xC27D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x7ADE8, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xC27F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0x7AE08, symSize: 0x40 }
+ - { offsetInCU: 0x8A, offset: 0xC2821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0x7AE48, symSize: 0x68 }
+ - { offsetInCU: 0xAB, offset: 0xC2842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0xC8, symBinAddr: 0x7AEB0, symSize: 0x6C }
+ - { offsetInCU: 0xD4, offset: 0xC286B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x134, symBinAddr: 0x7AF1C, symSize: 0x6C }
+ - { offsetInCU: 0xFD, offset: 0xC2894, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x7AF88, symSize: 0x4 }
+ - { offsetInCU: 0x119, offset: 0xC28B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1A4, symBinAddr: 0x7AF8C, symSize: 0x4 }
+ - { offsetInCU: 0x135, offset: 0xC28CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1A8, symBinAddr: 0x7AF90, symSize: 0x8 }
+ - { offsetInCU: 0x149, offset: 0xC28E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsSSvg', symObjAddr: 0x1B0, symBinAddr: 0x7AF98, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0xC28FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsACSaySSG_tcfC', symObjAddr: 0x1E0, symBinAddr: 0x7AFC8, symSize: 0x100 }
+ - { offsetInCU: 0x1F4, offset: 0xC298B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x374, symBinAddr: 0x7B0C8, symSize: 0x1C }
+ - { offsetInCU: 0x214, offset: 0xC29AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x390, symBinAddr: 0x7B0E4, symSize: 0x70 }
+ - { offsetInCU: 0x24D, offset: 0xC29E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x400, symBinAddr: 0x7B154, symSize: 0x70 }
+ - { offsetInCU: 0x283, offset: 0xC2A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x470, symBinAddr: 0x7B1C4, symSize: 0x8 }
+ - { offsetInCU: 0x2AA, offset: 0xC2A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x478, symBinAddr: 0x7B1CC, symSize: 0xC }
+ - { offsetInCU: 0x2D2, offset: 0xC2A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x484, symBinAddr: 0x7B1D8, symSize: 0x4 }
+ - { offsetInCU: 0x2E6, offset: 0xC2A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x488, symBinAddr: 0x7B1DC, symSize: 0x4 }
+ - { offsetInCU: 0x318, offset: 0xC2AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x5F4, symBinAddr: 0x7B348, symSize: 0x74 }
+ - { offsetInCU: 0x34C, offset: 0xC2AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x668, symBinAddr: 0x7B3BC, symSize: 0x24 }
+ - { offsetInCU: 0x384, offset: 0xC2B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x68C, symBinAddr: 0x7B3E0, symSize: 0x4 }
+ - { offsetInCU: 0x3A4, offset: 0xC2B3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x68C, symBinAddr: 0x7B3E0, symSize: 0x4 }
+ - { offsetInCU: 0x3CF, offset: 0xC2B66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x690, symBinAddr: 0x7B3E4, symSize: 0x78 }
+ - { offsetInCU: 0x41A, offset: 0xC2BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x708, symBinAddr: 0x7B45C, symSize: 0xC }
+ - { offsetInCU: 0x436, offset: 0xC2BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x714, symBinAddr: 0x7B468, symSize: 0xC }
+ - { offsetInCU: 0x452, offset: 0xC2BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x8F4, symBinAddr: 0x7B648, symSize: 0x18 }
+ - { offsetInCU: 0x47E, offset: 0xC2C15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x770, symBinAddr: 0x7B4C4, symSize: 0x68 }
+ - { offsetInCU: 0x4B5, offset: 0xC2C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x7D8, symBinAddr: 0x7B52C, symSize: 0x8 }
+ - { offsetInCU: 0x4E0, offset: 0xC2C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x7E0, symBinAddr: 0x7B534, symSize: 0x8 }
+ - { offsetInCU: 0x528, offset: 0xC2CBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7E8, symBinAddr: 0x7B53C, symSize: 0x18 }
+ - { offsetInCU: 0x560, offset: 0xC2CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x800, symBinAddr: 0x7B554, symSize: 0xF4 }
+ - { offsetInCU: 0x604, offset: 0xC2D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x90C, symBinAddr: 0x7B660, symSize: 0x4 }
+ - { offsetInCU: 0x618, offset: 0xC2DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x910, symBinAddr: 0x7B664, symSize: 0x44 }
+ - { offsetInCU: 0x62C, offset: 0xC2DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x954, symBinAddr: 0x7B6A8, symSize: 0x4 }
+ - { offsetInCU: 0x640, offset: 0xC2DD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x958, symBinAddr: 0x7B6AC, symSize: 0x44 }
+ - { offsetInCU: 0x654, offset: 0xC2DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x99C, symBinAddr: 0x7B6F0, symSize: 0x4 }
+ - { offsetInCU: 0x668, offset: 0xC2DFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0x7B6F4, symSize: 0x44 }
+ - { offsetInCU: 0x67C, offset: 0xC2E13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA14APIRequestableAAWI', symObjAddr: 0x9E4, symBinAddr: 0x7B738, symSize: 0x24 }
+ - { offsetInCU: 0x690, offset: 0xC2E27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA11RequestableAAWl', symObjAddr: 0xA08, symBinAddr: 0x7B75C, symSize: 0x44 }
+ - { offsetInCU: 0x6A4, offset: 0xC2E3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xA4C, symBinAddr: 0x7B7A0, symSize: 0x2C }
+ - { offsetInCU: 0x6B8, offset: 0xC2E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA11RequestableAAWI', symObjAddr: 0xAB8, symBinAddr: 0x7B80C, symSize: 0x2C }
+ - { offsetInCU: 0x6CC, offset: 0xC2E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA0F0AAWl', symObjAddr: 0xAE4, symBinAddr: 0x7B838, symSize: 0x44 }
+ - { offsetInCU: 0x6E0, offset: 0xC2E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xB28, symBinAddr: 0x7B87C, symSize: 0x44 }
+ - { offsetInCU: 0x6F4, offset: 0xC2E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0AAWI', symObjAddr: 0xB6C, symBinAddr: 0x7B8C0, symSize: 0x24 }
+ - { offsetInCU: 0x708, offset: 0xC2E9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVACSEAAWl', symObjAddr: 0xB90, symBinAddr: 0x7B8E4, symSize: 0x44 }
+ - { offsetInCU: 0x71C, offset: 0xC2EB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xBD4, symBinAddr: 0x7B928, symSize: 0x24 }
+ - { offsetInCU: 0x730, offset: 0xC2EC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwCP', symObjAddr: 0xBF8, symBinAddr: 0x7B94C, symSize: 0x30 }
+ - { offsetInCU: 0x744, offset: 0xC2EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwxx', symObjAddr: 0xC28, symBinAddr: 0x7B97C, symSize: 0x28 }
+ - { offsetInCU: 0x758, offset: 0xC2EEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwcp', symObjAddr: 0xC50, symBinAddr: 0x7B9A4, symSize: 0x44 }
+ - { offsetInCU: 0x76C, offset: 0xC2F03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwca', symObjAddr: 0xC94, symBinAddr: 0x7B9E8, symSize: 0x6C }
+ - { offsetInCU: 0x780, offset: 0xC2F17, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0xD00, symBinAddr: 0x7BA54, symSize: 0xC }
+ - { offsetInCU: 0x794, offset: 0xC2F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwta', symObjAddr: 0xD0C, symBinAddr: 0x7BA60, symSize: 0x4C }
+ - { offsetInCU: 0x7A8, offset: 0xC2F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwet', symObjAddr: 0xD58, symBinAddr: 0x7BAAC, symSize: 0x48 }
+ - { offsetInCU: 0x7BC, offset: 0xC2F53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwst', symObjAddr: 0xDA0, symBinAddr: 0x7BAF4, symSize: 0x40 }
+ - { offsetInCU: 0x7D0, offset: 0xC2F67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVMa', symObjAddr: 0xDE0, symBinAddr: 0x7BB34, symSize: 0x10 }
+ - { offsetInCU: 0x7E4, offset: 0xC2F7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwet', symObjAddr: 0xDF8, symBinAddr: 0x7BB44, symSize: 0x50 }
+ - { offsetInCU: 0x7F8, offset: 0xC2F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwst', symObjAddr: 0xE48, symBinAddr: 0x7BB94, symSize: 0x8C }
+ - { offsetInCU: 0x80C, offset: 0xC2FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwug', symObjAddr: 0xED4, symBinAddr: 0x7BC20, symSize: 0x8 }
+ - { offsetInCU: 0x820, offset: 0xC2FB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwup', symObjAddr: 0xEDC, symBinAddr: 0x7BC28, symSize: 0x4 }
+ - { offsetInCU: 0x834, offset: 0xC2FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwui', symObjAddr: 0xEE0, symBinAddr: 0x7BC2C, symSize: 0x4 }
+ - { offsetInCU: 0x848, offset: 0xC2FDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOMa', symObjAddr: 0xEE4, symBinAddr: 0x7BC30, symSize: 0x10 }
+ - { offsetInCU: 0x85C, offset: 0xC2FF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xEF4, symBinAddr: 0x7BC40, symSize: 0x44 }
+ - { offsetInCU: 0x8C0, offset: 0xC3057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x48C, symBinAddr: 0x7B1E0, symSize: 0x80 }
+ - { offsetInCU: 0x9A4, offset: 0xC313B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x50C, symBinAddr: 0x7B260, symSize: 0x58 }
+ - { offsetInCU: 0xA4F, offset: 0xC31E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x564, symBinAddr: 0x7B2B8, symSize: 0x3C }
+ - { offsetInCU: 0xAB6, offset: 0xC324D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A0, symBinAddr: 0x7B2F4, symSize: 0x54 }
+ - { offsetInCU: 0xB3F, offset: 0xC32D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x720, symBinAddr: 0x7B474, symSize: 0x28 }
+ - { offsetInCU: 0xB5B, offset: 0xC32F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x748, symBinAddr: 0x7B49C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xC3548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x7BC84, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xC356C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x7BC84, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xC3588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC9isRelayedSbvg', symObjAddr: 0x8, symBinAddr: 0x7BC8C, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xC35A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC08isPeerOnD0Sbvg', symObjAddr: 0x10, symBinAddr: 0x7BC94, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0xC35C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC08isCallOnD0Sbvg', symObjAddr: 0x18, symBinAddr: 0x7BC9C, symSize: 0x14 }
+ - { offsetInCU: 0x1A7, offset: 0xC36C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC6callId07messageH012deliveryInfo8holdedBy9isRelayed0n6PeerOnD0ACSS_SSAA08DeliveryK0VSaySSGS2btcfC', symObjAddr: 0x2C, symBinAddr: 0x7BCB0, symSize: 0xEC }
+ - { offsetInCU: 0x255, offset: 0xC3776, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC6callId07messageH012deliveryInfo8holdedBy9isRelayed0n6PeerOnD0ACSS_SSAA08DeliveryK0VSaySSGS2btcfc', symObjAddr: 0x118, symBinAddr: 0x7BD9C, symSize: 0xC4 }
+ - { offsetInCU: 0x2F5, offset: 0xC3816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1DC, symBinAddr: 0x7BE60, symSize: 0x48 }
+ - { offsetInCU: 0x31A, offset: 0xC383B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x224, symBinAddr: 0x7BEA8, symSize: 0x304 }
+ - { offsetInCU: 0x3DF, offset: 0xC3900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x744, symBinAddr: 0x7C1CC, symSize: 0x2C }
+ - { offsetInCU: 0x43E, offset: 0xC395F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x770, symBinAddr: 0x7C1F8, symSize: 0x2C }
+ - { offsetInCU: 0x49B, offset: 0xC39BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfd', symObjAddr: 0x7A4, symBinAddr: 0x7C22C, symSize: 0x34 }
+ - { offsetInCU: 0x4EC, offset: 0xC3A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfD', symObjAddr: 0x7EC, symBinAddr: 0x7C260, symSize: 0x3C }
+ - { offsetInCU: 0x5FD, offset: 0xC3B1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCMa', symObjAddr: 0x5F0, symBinAddr: 0x7C1AC, symSize: 0x20 }
+ - { offsetInCU: 0x627, offset: 0xC3B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfE', symObjAddr: 0x79C, symBinAddr: 0x7C224, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0xC3DDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7defaultACvgZ', symObjAddr: 0x0, symBinAddr: 0x7C2C4, symSize: 0x38 }
+ - { offsetInCU: 0x7A, offset: 0xC3E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7defaultACvgZ', symObjAddr: 0x0, symBinAddr: 0x7C2C4, symSize: 0x38 }
+ - { offsetInCU: 0xD9, offset: 0xC3E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCACycfC', symObjAddr: 0x38, symBinAddr: 0x7C2FC, symSize: 0x38 }
+ - { offsetInCU: 0x10C, offset: 0xC3EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvg', symObjAddr: 0x90, symBinAddr: 0x7C354, symSize: 0x30 }
+ - { offsetInCU: 0x128, offset: 0xC3EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvs', symObjAddr: 0xC0, symBinAddr: 0x7C384, symSize: 0x3C }
+ - { offsetInCU: 0x144, offset: 0xC3EF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvM', symObjAddr: 0xFC, symBinAddr: 0x7C3C0, symSize: 0x3C }
+ - { offsetInCU: 0x160, offset: 0xC3F14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvg', symObjAddr: 0x138, symBinAddr: 0x7C3FC, symSize: 0x30 }
+ - { offsetInCU: 0x17C, offset: 0xC3F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvs', symObjAddr: 0x168, symBinAddr: 0x7C42C, symSize: 0x3C }
+ - { offsetInCU: 0x198, offset: 0xC3F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvM', symObjAddr: 0x1A4, symBinAddr: 0x7C468, symSize: 0x3C }
+ - { offsetInCU: 0x1B4, offset: 0xC3F68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvg', symObjAddr: 0x1E0, symBinAddr: 0x7C4A4, symSize: 0x30 }
+ - { offsetInCU: 0x1D0, offset: 0xC3F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvs', symObjAddr: 0x210, symBinAddr: 0x7C4D4, symSize: 0x3C }
+ - { offsetInCU: 0x1EC, offset: 0xC3FA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvM', symObjAddr: 0x24C, symBinAddr: 0x7C510, symSize: 0x3C }
+ - { offsetInCU: 0x208, offset: 0xC3FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvM.resume.0', symObjAddr: 0x288, symBinAddr: 0x7C54C, symSize: 0x4 }
+ - { offsetInCU: 0x224, offset: 0xC3FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvg', symObjAddr: 0x28C, symBinAddr: 0x7C550, symSize: 0x30 }
+ - { offsetInCU: 0x240, offset: 0xC3FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvs', symObjAddr: 0x2BC, symBinAddr: 0x7C580, symSize: 0x3C }
+ - { offsetInCU: 0x25C, offset: 0xC4010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvM', symObjAddr: 0x2F8, symBinAddr: 0x7C5BC, symSize: 0x3C }
+ - { offsetInCU: 0x278, offset: 0xC402C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvg', symObjAddr: 0x334, symBinAddr: 0x7C5F8, symSize: 0x30 }
+ - { offsetInCU: 0x294, offset: 0xC4048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvs', symObjAddr: 0x364, symBinAddr: 0x7C628, symSize: 0x3C }
+ - { offsetInCU: 0x2B0, offset: 0xC4064, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvM', symObjAddr: 0x3A0, symBinAddr: 0x7C664, symSize: 0x3C }
+ - { offsetInCU: 0x2CC, offset: 0xC4080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvg', symObjAddr: 0x3DC, symBinAddr: 0x7C6A0, symSize: 0x30 }
+ - { offsetInCU: 0x2E8, offset: 0xC409C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvs', symObjAddr: 0x40C, symBinAddr: 0x7C6D0, symSize: 0x3C }
+ - { offsetInCU: 0x304, offset: 0xC40B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvM', symObjAddr: 0x448, symBinAddr: 0x7C70C, symSize: 0x3C }
+ - { offsetInCU: 0x320, offset: 0xC40D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvg', symObjAddr: 0x484, symBinAddr: 0x7C748, symSize: 0x30 }
+ - { offsetInCU: 0x33C, offset: 0xC40F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvs', symObjAddr: 0x4B4, symBinAddr: 0x7C778, symSize: 0x3C }
+ - { offsetInCU: 0x358, offset: 0xC410C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvM', symObjAddr: 0x4F0, symBinAddr: 0x7C7B4, symSize: 0x3C }
+ - { offsetInCU: 0x374, offset: 0xC4128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvg', symObjAddr: 0x52C, symBinAddr: 0x7C7F0, symSize: 0x30 }
+ - { offsetInCU: 0x390, offset: 0xC4144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvs', symObjAddr: 0x55C, symBinAddr: 0x7C820, symSize: 0x3C }
+ - { offsetInCU: 0x3AC, offset: 0xC4160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvM', symObjAddr: 0x598, symBinAddr: 0x7C85C, symSize: 0x3C }
+ - { offsetInCU: 0x3C8, offset: 0xC417C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCfd', symObjAddr: 0x5D4, symBinAddr: 0x7C898, symSize: 0x8 }
+ - { offsetInCU: 0x3F7, offset: 0xC41AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCfD', symObjAddr: 0x5DC, symBinAddr: 0x7C8A0, symSize: 0x10 }
+ - { offsetInCU: 0x426, offset: 0xC41DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCACycfc', symObjAddr: 0x5EC, symBinAddr: 0x7C8B0, symSize: 0x20 }
+ - { offsetInCU: 0x446, offset: 0xC41FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCMa', symObjAddr: 0x70, symBinAddr: 0x7C334, symSize: 0x20 }
+ - { offsetInCU: 0x45A, offset: 0xC420E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC2eeoiySbAC_ACtFZ', symObjAddr: 0x60C, symBinAddr: 0x7C8D0, symSize: 0x4 }
+ - { offsetInCU: 0x47D, offset: 0xC4231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x610, symBinAddr: 0x7C8D4, symSize: 0xC }
+ - { offsetInCU: 0x4AF, offset: 0xC4263, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x61C, symBinAddr: 0x7C8E0, symSize: 0x198 }
+ - { offsetInCU: 0x2B, offset: 0xC4480, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV_9onChangedACyxGx_yxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x7CEA8, symSize: 0x9C }
+ - { offsetInCU: 0x4A, offset: 0xC449F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV_9onChangedACyxGx_yxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x7CEA8, symSize: 0x9C }
+ - { offsetInCU: 0x97, offset: 0xC44EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV5valuexvg', symObjAddr: 0x13C, symBinAddr: 0x7CFE4, symSize: 0xD8 }
+ - { offsetInCU: 0xD4, offset: 0xC4529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV8setValueyyxF', symObjAddr: 0x224, symBinAddr: 0x7D0CC, symSize: 0x140 }
+ - { offsetInCU: 0x138, offset: 0xC458D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV9isInitialSbvg', symObjAddr: 0x364, symBinAddr: 0x7D20C, symSize: 0xEC }
+ - { offsetInCU: 0x176, offset: 0xC45CB, size: 0x8, addend: 0x0, symName: '_$syycSgMa', symObjAddr: 0x9C, symBinAddr: 0x7CF44, symSize: 0x54 }
+ - { offsetInCU: 0x18A, offset: 0xC45DF, size: 0x8, addend: 0x0, symName: '_$syycMa', symObjAddr: 0xF0, symBinAddr: 0x7CF98, symSize: 0x40 }
+ - { offsetInCU: 0x19E, offset: 0xC45F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMa', symObjAddr: 0x130, symBinAddr: 0x7CFD8, symSize: 0xC }
+ - { offsetInCU: 0x1B2, offset: 0xC4607, size: 0x8, addend: 0x0, symName: '_$sxlyxIsegn_SglWOe', symObjAddr: 0x214, symBinAddr: 0x7D0BC, symSize: 0x10 }
+ - { offsetInCU: 0x1C6, offset: 0xC461B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMi', symObjAddr: 0x450, symBinAddr: 0x7D2F8, symSize: 0x8 }
+ - { offsetInCU: 0x1DA, offset: 0xC462F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMr', symObjAddr: 0x458, symBinAddr: 0x7D300, symSize: 0x70 }
+ - { offsetInCU: 0x1EE, offset: 0xC4643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwCP', symObjAddr: 0x4C8, symBinAddr: 0x7D370, symSize: 0x16C }
+ - { offsetInCU: 0x202, offset: 0xC4657, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwxx', symObjAddr: 0x634, symBinAddr: 0x7D4DC, symSize: 0xF4 }
+ - { offsetInCU: 0x216, offset: 0xC466B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwcp', symObjAddr: 0x728, symBinAddr: 0x7D5D0, symSize: 0x128 }
+ - { offsetInCU: 0x22A, offset: 0xC467F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwca', symObjAddr: 0x850, symBinAddr: 0x7D6F8, symSize: 0x1E4 }
+ - { offsetInCU: 0x23E, offset: 0xC4693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwtk', symObjAddr: 0xA34, symBinAddr: 0x7D8DC, symSize: 0x124 }
+ - { offsetInCU: 0x252, offset: 0xC46A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwta', symObjAddr: 0xB58, symBinAddr: 0x7DA00, symSize: 0x1E0 }
+ - { offsetInCU: 0x266, offset: 0xC46BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwet', symObjAddr: 0xD38, symBinAddr: 0x7DBE0, symSize: 0x118 }
+ - { offsetInCU: 0x27A, offset: 0xC46CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwst', symObjAddr: 0xE50, symBinAddr: 0x7DCF8, symSize: 0x1B0 }
+ - { offsetInCU: 0x28E, offset: 0xC46E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMa', symObjAddr: 0x1000, symBinAddr: 0x7DEA8, symSize: 0xC }
+ - { offsetInCU: 0x2A2, offset: 0xC46F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMi', symObjAddr: 0x100C, symBinAddr: 0x7DEB4, symSize: 0x8 }
+ - { offsetInCU: 0x2B6, offset: 0xC470B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMr', symObjAddr: 0x1014, symBinAddr: 0x7DEBC, symSize: 0x88 }
+ - { offsetInCU: 0x2CA, offset: 0xC471F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwCP', symObjAddr: 0x109C, symBinAddr: 0x7DF44, symSize: 0x16C }
+ - { offsetInCU: 0x2DE, offset: 0xC4733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwxx', symObjAddr: 0x1208, symBinAddr: 0x7E0B0, symSize: 0xF4 }
+ - { offsetInCU: 0x2F2, offset: 0xC4747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwcp', symObjAddr: 0x12FC, symBinAddr: 0x7E1A4, symSize: 0x128 }
+ - { offsetInCU: 0x306, offset: 0xC475B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwca', symObjAddr: 0x1424, symBinAddr: 0x7E2CC, symSize: 0x1E4 }
+ - { offsetInCU: 0x31A, offset: 0xC476F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwtk', symObjAddr: 0x1608, symBinAddr: 0x7E4B0, symSize: 0x124 }
+ - { offsetInCU: 0x32E, offset: 0xC4783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwta', symObjAddr: 0x172C, symBinAddr: 0x7E5D4, symSize: 0x1E0 }
+ - { offsetInCU: 0x342, offset: 0xC4797, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwet', symObjAddr: 0x190C, symBinAddr: 0x7E7B4, symSize: 0x118 }
+ - { offsetInCU: 0x356, offset: 0xC47AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwst', symObjAddr: 0x1A24, symBinAddr: 0x7E8CC, symSize: 0x1B0 }
+ - { offsetInCU: 0x36A, offset: 0xC47BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwug', symObjAddr: 0x1BD4, symBinAddr: 0x7EA7C, symSize: 0x98 }
+ - { offsetInCU: 0x37E, offset: 0xC47D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwup', symObjAddr: 0x1C6C, symBinAddr: 0x7EB14, symSize: 0x4 }
+ - { offsetInCU: 0x392, offset: 0xC47E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwui', symObjAddr: 0x1C70, symBinAddr: 0x7EB18, symSize: 0xF0 }
+ - { offsetInCU: 0x4B, offset: 0xC4A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8wsClientAA011SBWebSocketG0Cvg', symObjAddr: 0x0, symBinAddr: 0x7EC08, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xC4A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClientAA9APIClientCvg', symObjAddr: 0x8, symBinAddr: 0x7EC10, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xC4A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15connectionStateAA17SBWebSocketClientC010ConnectionG0Ovg', symObjAddr: 0x10, symBinAddr: 0x7EC18, symSize: 0x28 }
+ - { offsetInCU: 0xB2, offset: 0xC4AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15sequenceManagerAA08SequenceG0Cvg', symObjAddr: 0x38, symBinAddr: 0x7EC40, symSize: 0x8 }
+ - { offsetInCU: 0xC6, offset: 0xC4ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15ackTimerManagerAA03AckgH0Cvg', symObjAddr: 0x40, symBinAddr: 0x7EC48, symSize: 0x8 }
+ - { offsetInCU: 0xE2, offset: 0xC4AD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8receiverAA13EventReceiverCvg', symObjAddr: 0x48, symBinAddr: 0x7EC50, symSize: 0x8 }
+ - { offsetInCU: 0xFE, offset: 0xC4AF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8clientIdSSvg', symObjAddr: 0x50, symBinAddr: 0x7EC58, symSize: 0x28 }
+ - { offsetInCU: 0x12D, offset: 0xC4B23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15setSessionTokenyySSSgF', symObjAddr: 0x78, symBinAddr: 0x7EC80, symSize: 0x74 }
+ - { offsetInCU: 0x16C, offset: 0xC4B62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10setTimeoutyyAA0G0CF', symObjAddr: 0xEC, symBinAddr: 0x7ECF4, symSize: 0x4C }
+ - { offsetInCU: 0x1AB, offset: 0xC4BA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC5clearyyF', symObjAddr: 0x138, symBinAddr: 0x7ED40, symSize: 0x3C }
+ - { offsetInCU: 0x1DA, offset: 0xC4BD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfC', symObjAddr: 0x174, symBinAddr: 0x7ED7C, symSize: 0xB4 }
+ - { offsetInCU: 0x1F8, offset: 0xC4BEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2Vtcfc', symObjAddr: 0x228, symBinAddr: 0x7EE30, symSize: 0x73C }
+ - { offsetInCU: 0x47C, offset: 0xC4E72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC4send7command17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0x9A0, symBinAddr: 0x7F5A8, symSize: 0x348 }
+ - { offsetInCU: 0x4D9, offset: 0xC4ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtF', symObjAddr: 0xCE8, symBinAddr: 0x7F8F0, symSize: 0x440 }
+ - { offsetInCU: 0x6C5, offset: 0xC50BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU_', symObjAddr: 0x1128, symBinAddr: 0x7FD30, symSize: 0x7C }
+ - { offsetInCU: 0x710, offset: 0xC5106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU0_', symObjAddr: 0x11A4, symBinAddr: 0x7FDAC, symSize: 0x9C }
+ - { offsetInCU: 0x76B, offset: 0xC5161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x1240, symBinAddr: 0x7FE48, symSize: 0x20C }
+ - { offsetInCU: 0x8FD, offset: 0xC52F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA0D12ListResponseCGcfU_', symObjAddr: 0x144C, symBinAddr: 0x80054, symSize: 0xA2C }
+ - { offsetInCU: 0x1372, offset: 0xC5D68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCfd', symObjAddr: 0x1E78, symBinAddr: 0x80A80, symSize: 0x3C }
+ - { offsetInCU: 0x13AD, offset: 0xC5DA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCfD', symObjAddr: 0x1EB4, symBinAddr: 0x80ABC, symSize: 0x44 }
+ - { offsetInCU: 0x13FF, offset: 0xC5DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15sequenceManagerAA08SequenceH0CvgTW', symObjAddr: 0x1EF8, symBinAddr: 0x80B00, symSize: 0x8 }
+ - { offsetInCU: 0x141F, offset: 0xC5E15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15sequenceManagerAA08SequenceH0CvgTW', symObjAddr: 0x1EF8, symBinAddr: 0x80B00, symSize: 0x8 }
+ - { offsetInCU: 0x1431, offset: 0xC5E27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15connectionStateAA17SBWebSocketClientC010ConnectionH0OvgTW', symObjAddr: 0x1F00, symBinAddr: 0x80B08, symSize: 0xC }
+ - { offsetInCU: 0x144D, offset: 0xC5E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15setSessionTokenyySSSgFTW', symObjAddr: 0x1F0C, symBinAddr: 0x80B14, symSize: 0xC }
+ - { offsetInCU: 0x1469, offset: 0xC5E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP5clearyyFTW', symObjAddr: 0x1F18, symBinAddr: 0x80B20, symSize: 0xC }
+ - { offsetInCU: 0x1485, offset: 0xC5E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP10setTimeoutyyAA0H0CFTW', symObjAddr: 0x1F24, symBinAddr: 0x80B2C, symSize: 0xC }
+ - { offsetInCU: 0x14A1, offset: 0xC5E97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP4send7command17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x1F30, symBinAddr: 0x80B38, symSize: 0xC }
+ - { offsetInCU: 0x14BD, offset: 0xC5EB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0x1F3C, symBinAddr: 0x80B44, symSize: 0xC }
+ - { offsetInCU: 0x14D9, offset: 0xC5ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA23SequenceManagerDelegateA2aDP10didReceive7manager7command10completionyAA0fG0C_AA0D0_pyAA0F0C6ResultOcSgtFTW', symObjAddr: 0x1F48, symBinAddr: 0x80B50, symSize: 0xC }
+ - { offsetInCU: 0x15F1, offset: 0xC5FE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdACSS_tcfC', symObjAddr: 0x964, symBinAddr: 0x7F56C, symSize: 0x3C }
+ - { offsetInCU: 0x162E, offset: 0xC6024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdSSvg', symObjAddr: 0x1F54, symBinAddr: 0x80B5C, symSize: 0x2C }
+ - { offsetInCU: 0x164A, offset: 0xC6040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdACSS_tcfc', symObjAddr: 0x1F80, symBinAddr: 0x80B88, symSize: 0xC }
+ - { offsetInCU: 0x1671, offset: 0xC6067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCfd', symObjAddr: 0x224C, symBinAddr: 0x80E14, symSize: 0x1C }
+ - { offsetInCU: 0x168E, offset: 0xC6084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCfD', symObjAddr: 0x2268, symBinAddr: 0x80E30, symSize: 0x24 }
+ - { offsetInCU: 0x1B38, offset: 0xC652E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCMa', symObjAddr: 0x222C, symBinAddr: 0x80DF4, symSize: 0x20 }
+ - { offsetInCU: 0x1BB3, offset: 0xC65A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_AA0D6RouterC_AA0D11ListRequestVTg5', symObjAddr: 0x228C, symBinAddr: 0x80E54, symSize: 0x98 }
+ - { offsetInCU: 0x1C01, offset: 0xC65F7, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x2368, symBinAddr: 0x80EEC, symSize: 0x3C }
+ - { offsetInCU: 0x1C15, offset: 0xC660B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOWOh', symObjAddr: 0x2458, symBinAddr: 0x80F28, symSize: 0x34 }
+ - { offsetInCU: 0x1C29, offset: 0xC661F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11Respondable_pWOb', symObjAddr: 0x248C, symBinAddr: 0x80F5C, symSize: 0x18 }
+ - { offsetInCU: 0x1C3D, offset: 0xC6633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU0_TA', symObjAddr: 0x2594, symBinAddr: 0x81028, symSize: 0xC }
+ - { offsetInCU: 0x1C51, offset: 0xC6647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU_TA', symObjAddr: 0x25D4, symBinAddr: 0x81068, symSize: 0xC }
+ - { offsetInCU: 0x1C65, offset: 0xC665B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA0D12ListResponseCGcfU_TA', symObjAddr: 0x26D4, symBinAddr: 0x810CC, symSize: 0x10 }
+ - { offsetInCU: 0x1C84, offset: 0xC667A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGIegg_AFIegn_TRTA', symObjAddr: 0x2708, symBinAddr: 0x81100, symSize: 0x2C }
+ - { offsetInCU: 0x1CB8, offset: 0xC66AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_AA0D6RouterC_AA0D11ListRequestVTG5TA', symObjAddr: 0x2760, symBinAddr: 0x81158, symSize: 0xC }
+ - { offsetInCU: 0x1CE1, offset: 0xC66D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA10ResultableAAWl', symObjAddr: 0x27C0, symBinAddr: 0x81164, symSize: 0x44 }
+ - { offsetInCU: 0x1CF5, offset: 0xC66EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCMa', symObjAddr: 0x2804, symBinAddr: 0x811A8, symSize: 0x20 }
+ - { offsetInCU: 0x1D09, offset: 0xC66FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGWOe', symObjAddr: 0x28D4, symBinAddr: 0x81278, symSize: 0xC }
+ - { offsetInCU: 0x1D1D, offset: 0xC6713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGWOy', symObjAddr: 0x28E0, symBinAddr: 0x81284, symSize: 0xC }
+ - { offsetInCU: 0x1D31, offset: 0xC6727, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOWOh', symObjAddr: 0x28EC, symBinAddr: 0x81290, symSize: 0x34 }
+ - { offsetInCU: 0x1D45, offset: 0xC673B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pSgWOb', symObjAddr: 0x2920, symBinAddr: 0x812C4, symSize: 0x48 }
+ - { offsetInCU: 0x1D59, offset: 0xC674F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pSgWOc', symObjAddr: 0x2968, symBinAddr: 0x8130C, symSize: 0x48 }
+ - { offsetInCU: 0x4B, offset: 0xC6DE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x81354, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xC6DF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0xC, symBinAddr: 0x81360, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0xC6E14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x3C, symBinAddr: 0x81390, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0xC6E30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x813D4, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0xC6E4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x81410, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0xC6E68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x81414, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0xC6E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x8145C, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0xC6F7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x81760, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0xC702F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x81868, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0xC7116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x81948, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0xC7175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x81974, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0xC71D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x819A8, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0xC7223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x819DC, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0xC727C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x870, symBinAddr: 0x81A18, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0xC7298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x81A6C, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0xC72B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x81A94, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0xC72D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x914, symBinAddr: 0x81ABC, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0xC72FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x81B3C, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0xC732E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x81740, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0xC73FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x819A0, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0xC7688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x81BF8, symSize: 0x7C }
+ - { offsetInCU: 0x4B, offset: 0xC76AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x81BF8, symSize: 0x7C }
+ - { offsetInCU: 0x6A, offset: 0xC76CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueSSvg', symObjAddr: 0xBC, symBinAddr: 0x81C74, symSize: 0x38 }
+ - { offsetInCU: 0xBA, offset: 0xC771B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x81E78, symSize: 0x88 }
+ - { offsetInCU: 0xEE, offset: 0xC774F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x348, symBinAddr: 0x81F00, symSize: 0x28 }
+ - { offsetInCU: 0x119, offset: 0xC777A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASQWb', symObjAddr: 0x17C, symBinAddr: 0x81D34, symSize: 0x4 }
+ - { offsetInCU: 0x12D, offset: 0xC778E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSQAAWl', symObjAddr: 0x180, symBinAddr: 0x81D38, symSize: 0x44 }
+ - { offsetInCU: 0x14C, offset: 0xC77AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwet', symObjAddr: 0x428, symBinAddr: 0x81FD0, symSize: 0x90 }
+ - { offsetInCU: 0x160, offset: 0xC77C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwst', symObjAddr: 0x4B8, symBinAddr: 0x82060, symSize: 0xBC }
+ - { offsetInCU: 0x174, offset: 0xC77D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwug', symObjAddr: 0x574, symBinAddr: 0x8211C, symSize: 0x8 }
+ - { offsetInCU: 0x188, offset: 0xC77E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwup', symObjAddr: 0x57C, symBinAddr: 0x82124, symSize: 0x4 }
+ - { offsetInCU: 0x19C, offset: 0xC77FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwui', symObjAddr: 0x580, symBinAddr: 0x82128, symSize: 0xC }
+ - { offsetInCU: 0x1B0, offset: 0xC7811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOMa', symObjAddr: 0x58C, symBinAddr: 0x82134, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0xC7825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSYAAWl', symObjAddr: 0x59C, symBinAddr: 0x82144, symSize: 0x44 }
+ - { offsetInCU: 0x207, offset: 0xC7868, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF4, symBinAddr: 0x81CAC, symSize: 0x88 }
+ - { offsetInCU: 0x2B6, offset: 0xC7917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1C4, symBinAddr: 0x81D7C, symSize: 0x60 }
+ - { offsetInCU: 0x34C, offset: 0xC79AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x224, symBinAddr: 0x81DDC, symSize: 0x40 }
+ - { offsetInCU: 0x39E, offset: 0xC79FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x264, symBinAddr: 0x81E1C, symSize: 0x5C }
+ - { offsetInCU: 0x418, offset: 0xC7A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x370, symBinAddr: 0x81F28, symSize: 0x5C }
+ - { offsetInCU: 0x43B, offset: 0xC7A9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3CC, symBinAddr: 0x81F84, symSize: 0x4C }
+ - { offsetInCU: 0x4B, offset: 0xC7CA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvg', symObjAddr: 0x0, symBinAddr: 0x82188, symSize: 0x54 }
+ - { offsetInCU: 0x7A, offset: 0xC7CD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvs', symObjAddr: 0x54, symBinAddr: 0x821DC, symSize: 0x5C }
+ - { offsetInCU: 0xB9, offset: 0xC7D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvM', symObjAddr: 0xB0, symBinAddr: 0x82238, symSize: 0x44 }
+ - { offsetInCU: 0xE8, offset: 0xC7D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvg', symObjAddr: 0xF4, symBinAddr: 0x8227C, symSize: 0x44 }
+ - { offsetInCU: 0x117, offset: 0xC7D73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvs', symObjAddr: 0x138, symBinAddr: 0x822C0, symSize: 0x48 }
+ - { offsetInCU: 0x156, offset: 0xC7DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvM', symObjAddr: 0x180, symBinAddr: 0x82308, symSize: 0x44 }
+ - { offsetInCU: 0x185, offset: 0xC7DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvg', symObjAddr: 0x1C4, symBinAddr: 0x8234C, symSize: 0x44 }
+ - { offsetInCU: 0x1B4, offset: 0xC7E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvs', symObjAddr: 0x208, symBinAddr: 0x82390, symSize: 0x48 }
+ - { offsetInCU: 0x1F3, offset: 0xC7E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvM', symObjAddr: 0x250, symBinAddr: 0x823D8, symSize: 0x44 }
+ - { offsetInCU: 0x222, offset: 0xC7E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvM.resume.0', symObjAddr: 0x294, symBinAddr: 0x8241C, symSize: 0x4 }
+ - { offsetInCU: 0x24D, offset: 0xC7EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvg', symObjAddr: 0x298, symBinAddr: 0x82420, symSize: 0x48 }
+ - { offsetInCU: 0x27C, offset: 0xC7ED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvs', symObjAddr: 0x2E0, symBinAddr: 0x82468, symSize: 0x50 }
+ - { offsetInCU: 0x2BB, offset: 0xC7F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvM', symObjAddr: 0x330, symBinAddr: 0x824B8, symSize: 0x44 }
+ - { offsetInCU: 0x2EA, offset: 0xC7F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfC', symObjAddr: 0x374, symBinAddr: 0x824FC, symSize: 0x20 }
+ - { offsetInCU: 0x308, offset: 0xC7F64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfc', symObjAddr: 0x394, symBinAddr: 0x8251C, symSize: 0xD8 }
+ - { offsetInCU: 0x337, offset: 0xC7F93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfcTo', symObjAddr: 0x48C, symBinAddr: 0x82614, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0xC7FAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC3add8receiveryAA14SBCLogReceiver_p_tFZ', symObjAddr: 0x4AC, symBinAddr: 0x82634, symSize: 0x4 }
+ - { offsetInCU: 0x36F, offset: 0xC7FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC6remove8receiveryAA14SBCLogReceiver_p_tFZ', symObjAddr: 0x4BC, symBinAddr: 0x82644, symSize: 0x4 }
+ - { offsetInCU: 0x38B, offset: 0xC7FE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZ', symObjAddr: 0x500, symBinAddr: 0x82688, symSize: 0x4 }
+ - { offsetInCU: 0x3B1, offset: 0xC800D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZ', symObjAddr: 0x500, symBinAddr: 0x82688, symSize: 0x4 }
+ - { offsetInCU: 0x3ED, offset: 0xC8049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZTo', symObjAddr: 0x504, symBinAddr: 0x8268C, symSize: 0x8 }
+ - { offsetInCU: 0x43D, offset: 0xC8099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCfD', symObjAddr: 0x50C, symBinAddr: 0x82694, symSize: 0x30 }
+ - { offsetInCU: 0x46A, offset: 0xC80C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10identifierSSvgTW', symObjAddr: 0x684, symBinAddr: 0x8280C, symSize: 0x1C }
+ - { offsetInCU: 0x486, offset: 0xC80E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvgTW', symObjAddr: 0x6A0, symBinAddr: 0x82828, symSize: 0x1C }
+ - { offsetInCU: 0x4A2, offset: 0xC80FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvsTW', symObjAddr: 0x6BC, symBinAddr: 0x82844, symSize: 0x1C }
+ - { offsetInCU: 0x4BE, offset: 0xC811A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvMTW', symObjAddr: 0x6D8, symBinAddr: 0x82860, symSize: 0x5C }
+ - { offsetInCU: 0x4DA, offset: 0xC8136, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvgTW', symObjAddr: 0x738, symBinAddr: 0x828C0, symSize: 0x1C }
+ - { offsetInCU: 0x4F6, offset: 0xC8152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvsTW', symObjAddr: 0x754, symBinAddr: 0x828DC, symSize: 0x1C }
+ - { offsetInCU: 0x512, offset: 0xC816E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvMTW', symObjAddr: 0x770, symBinAddr: 0x828F8, symSize: 0x5C }
+ - { offsetInCU: 0x52E, offset: 0xC818A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvgTW', symObjAddr: 0x7D0, symBinAddr: 0x82958, symSize: 0x1C }
+ - { offsetInCU: 0x542, offset: 0xC819E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvsTW', symObjAddr: 0x7EC, symBinAddr: 0x82974, symSize: 0x1C }
+ - { offsetInCU: 0x55E, offset: 0xC81BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvMTW', symObjAddr: 0x808, symBinAddr: 0x82990, symSize: 0x5C }
+ - { offsetInCU: 0x590, offset: 0xC81EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC3add8receiveryAA14SBCLogReceiver_p_tFZTf4nd_n', symObjAddr: 0x998, symBinAddr: 0x82B20, symSize: 0x1BC }
+ - { offsetInCU: 0x702, offset: 0xC835E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC6remove8receiveryAA14SBCLogReceiver_p_tFZTf4nd_n', symObjAddr: 0xB54, symBinAddr: 0x82CDC, symSize: 0x15C }
+ - { offsetInCU: 0x86D, offset: 0xC84C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCMa', symObjAddr: 0x46C, symBinAddr: 0x825F4, symSize: 0x20 }
+ - { offsetInCU: 0x89C, offset: 0xC84F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelO8rawValueAESgSi_tcfC', symObjAddr: 0x894, symBinAddr: 0x82A1C, symSize: 0x14 }
+ - { offsetInCU: 0x8BB, offset: 0xC8517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelO8rawValueSivg', symObjAddr: 0x8A8, symBinAddr: 0x82A30, symSize: 0x4 }
+ - { offsetInCU: 0x8FE, offset: 0xC855A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x96C, symBinAddr: 0x82AF4, symSize: 0x20 }
+ - { offsetInCU: 0x92F, offset: 0xC858B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x98C, symBinAddr: 0x82B14, symSize: 0xC }
+ - { offsetInCU: 0x94C, offset: 0xC85A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCfETo', symObjAddr: 0x53C, symBinAddr: 0x826C4, symSize: 0x3C }
+ - { offsetInCU: 0x987, offset: 0xC85E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tF', symObjAddr: 0x578, symBinAddr: 0x82700, symSize: 0x4 }
+ - { offsetInCU: 0x99B, offset: 0xC85F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFyyYbcfU_', symObjAddr: 0x57C, symBinAddr: 0x82704, symSize: 0x84 }
+ - { offsetInCU: 0xA2A, offset: 0xC8686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFTo', symObjAddr: 0x600, symBinAddr: 0x82788, symSize: 0x54 }
+ - { offsetInCU: 0xA5C, offset: 0xC86B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCfd', symObjAddr: 0x654, symBinAddr: 0x827DC, symSize: 0x8 }
+ - { offsetInCU: 0xA8B, offset: 0xC86E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCfD', symObjAddr: 0x65C, symBinAddr: 0x827E4, symSize: 0x10 }
+ - { offsetInCU: 0xABA, offset: 0xC8716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCACycfC', symObjAddr: 0x66C, symBinAddr: 0x827F4, symSize: 0x10 }
+ - { offsetInCU: 0xAD8, offset: 0xC8734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCACycfc', symObjAddr: 0x67C, symBinAddr: 0x82804, symSize: 0x8 }
+ - { offsetInCU: 0xB07, offset: 0xC8763, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFTf4nd_n', symObjAddr: 0xCB0, symBinAddr: 0x82E38, symSize: 0x248 }
+ - { offsetInCU: 0xD48, offset: 0xC89A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASQWb', symObjAddr: 0xEF8, symBinAddr: 0x83080, symSize: 0x4 }
+ - { offsetInCU: 0xD5C, offset: 0xC89B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOAESQAAWl', symObjAddr: 0xEFC, symBinAddr: 0x83084, symSize: 0x44 }
+ - { offsetInCU: 0xD88, offset: 0xC89E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCMa', symObjAddr: 0x12A8, symBinAddr: 0x83430, symSize: 0x20 }
+ - { offsetInCU: 0xD9C, offset: 0xC89F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOMa', symObjAddr: 0x12E8, symBinAddr: 0x83470, symSize: 0x10 }
+ - { offsetInCU: 0xDB0, offset: 0xC8A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFyyYbcfU_TA', symObjAddr: 0x1358, symBinAddr: 0x834A4, symSize: 0x8 }
+ - { offsetInCU: 0xDC4, offset: 0xC8A20, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1360, symBinAddr: 0x834AC, symSize: 0x10 }
+ - { offsetInCU: 0xDD8, offset: 0xC8A34, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1370, symBinAddr: 0x834BC, symSize: 0x8 }
+ - { offsetInCU: 0xE21, offset: 0xC8A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8AC, symBinAddr: 0x82A34, symSize: 0x14 }
+ - { offsetInCU: 0xEB2, offset: 0xC8B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH9hashValueSivgTW', symObjAddr: 0x8C0, symBinAddr: 0x82A48, symSize: 0x44 }
+ - { offsetInCU: 0xF61, offset: 0xC8BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x904, symBinAddr: 0x82A8C, symSize: 0x28 }
+ - { offsetInCU: 0xFB4, offset: 0xC8C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x92C, symBinAddr: 0x82AB4, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0xC8FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC4dial7context6params17completionHandleryAA0dE7Context_p_AA10DialParamsCyAA8SBCErrorCSgctF', symObjAddr: 0x0, symBinAddr: 0x83510, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0xC8FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC3end7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x2C, symBinAddr: 0x8353C, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0xC8FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveDialACK7context23initialLocalConstraintsyAA0dE7Context_p_AA0eN0CSgtF', symObjAddr: 0x58, symBinAddr: 0x83568, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0xC9005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC23didFailToReceiveDialACK7context5erroryAA0dE7Context_p_AA8SBCErrorCtF', symObjAddr: 0x84, symBinAddr: 0x83594, symSize: 0x2C }
+ - { offsetInCU: 0xBB, offset: 0xC9021, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCACycfc', symObjAddr: 0xB0, symBinAddr: 0x835C0, symSize: 0x8 }
+ - { offsetInCU: 0xEA, offset: 0xC9050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCfd', symObjAddr: 0xB8, symBinAddr: 0x835C8, symSize: 0x8 }
+ - { offsetInCU: 0x119, offset: 0xC907F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC7process7contextyAA0dE7Context_p_tF', symObjAddr: 0xC0, symBinAddr: 0x835D0, symSize: 0x2C }
+ - { offsetInCU: 0x135, offset: 0xC909B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC10startTimeryyAA0deH12Controllable_pF', symObjAddr: 0xEC, symBinAddr: 0x835FC, symSize: 0x19C }
+ - { offsetInCU: 0x259, offset: 0xC91BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC9stopTimeryyAA0deH12Controllable_pF', symObjAddr: 0x288, symBinAddr: 0x83798, symSize: 0x1C8 }
+ - { offsetInCU: 0x381, offset: 0xC92E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC10unknownEnd7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x60C, symBinAddr: 0x83B1C, symSize: 0x2C }
+ - { offsetInCU: 0x39D, offset: 0xC9303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC13didReceiveEnd7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x638, symBinAddr: 0x83B48, symSize: 0x2C }
+ - { offsetInCU: 0x3B9, offset: 0xC931F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveTimeout7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x664, symBinAddr: 0x83B74, symSize: 0x2C }
+ - { offsetInCU: 0x3D5, offset: 0xC933B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC18didReceiveNoAnswer7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x690, symBinAddr: 0x83BA0, symSize: 0x2C }
+ - { offsetInCU: 0x3F1, offset: 0xC9357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC20didReceiveUnknownEnd7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x6BC, symBinAddr: 0x83BCC, symSize: 0x2C }
+ - { offsetInCU: 0x40D, offset: 0xC9373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC18didReleaseResource7contextyAA0dE7Context_p_tF', symObjAddr: 0x6E8, symBinAddr: 0x83BF8, symSize: 0x2C }
+ - { offsetInCU: 0x429, offset: 0xC938F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC24didReceiveConnectionLost7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x714, symBinAddr: 0x83C24, symSize: 0x2C }
+ - { offsetInCU: 0x445, offset: 0xC93AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC24didConnectPeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x740, symBinAddr: 0x83C50, symSize: 0x2C }
+ - { offsetInCU: 0x461, offset: 0xC93C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC34didStartReconnectingPeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x76C, symBinAddr: 0x83C7C, symSize: 0x2C }
+ - { offsetInCU: 0x47D, offset: 0xC93E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC22didClosePeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x798, symBinAddr: 0x83CA8, symSize: 0x2C }
+ - { offsetInCU: 0x499, offset: 0xC93FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA0dE7Context_p_AA0E11ConstraintsCAA04TurnM0CSayAA10CapabilityOGtF', symObjAddr: 0x7C4, symBinAddr: 0x83CD4, symSize: 0x2C }
+ - { offsetInCU: 0x4B5, offset: 0xC941B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC20didOtherDeviceAccept7contextyAA0dE7Context_p_tF', symObjAddr: 0x7F0, symBinAddr: 0x83D00, symSize: 0x2C }
+ - { offsetInCU: 0x4D1, offset: 0xC9437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveDecline7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x81C, symBinAddr: 0x83D2C, symSize: 0x2C }
+ - { offsetInCU: 0x4ED, offset: 0xC9453, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveAnswer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x848, symBinAddr: 0x83D58, symSize: 0x58 }
+ - { offsetInCU: 0x509, offset: 0xC946F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC14didReceiveDial7contextyAA0dE7Context_p_tF', symObjAddr: 0x8A0, symBinAddr: 0x83DB0, symSize: 0x2C }
+ - { offsetInCU: 0x525, offset: 0xC948B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC6accept7context6paramsyAA0dE7Context_p_AA12AcceptParamsCtF', symObjAddr: 0x8CC, symBinAddr: 0x83DDC, symSize: 0x2C }
+ - { offsetInCU: 0x541, offset: 0xC94A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC19didReceiveAcceptACK7contextyAA0dE7Context_p_tF', symObjAddr: 0x8F8, symBinAddr: 0x83E08, symSize: 0x2C }
+ - { offsetInCU: 0x55D, offset: 0xC94C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC25didFailToReceiveAcceptACK7contextyAA0dE7Context_p_tF', symObjAddr: 0x924, symBinAddr: 0x83E34, symSize: 0x2C }
+ - { offsetInCU: 0x579, offset: 0xC94DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x950, symBinAddr: 0x83E60, symSize: 0x58 }
+ - { offsetInCU: 0x595, offset: 0xC94FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveCancel7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x9A8, symBinAddr: 0x83EB8, symSize: 0x2C }
+ - { offsetInCU: 0x5B1, offset: 0xC9517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCfD', symObjAddr: 0x9D4, symBinAddr: 0x83EE4, symSize: 0x10 }
+ - { offsetInCU: 0x5E0, offset: 0xC9546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCACycfC', symObjAddr: 0x9E4, symBinAddr: 0x83EF4, symSize: 0x10 }
+ - { offsetInCU: 0x5FE, offset: 0xC9564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP7process7contextyAA0dE7Context_p_tFTW', symObjAddr: 0x9F4, symBinAddr: 0x83F04, symSize: 0x28 }
+ - { offsetInCU: 0x61A, offset: 0xC9580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP10startTimeryyAA0deI12Controllable_pFTW', symObjAddr: 0xA1C, symBinAddr: 0x83F2C, symSize: 0x28 }
+ - { offsetInCU: 0x636, offset: 0xC959C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP9stopTimeryyAA0deI12Controllable_pFTW', symObjAddr: 0xA44, symBinAddr: 0x83F54, symSize: 0x28 }
+ - { offsetInCU: 0x652, offset: 0xC95B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP25didChangeLocalAudioStatus7context9isEnabledyAA0dE7Context_p_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x83F7C, symSize: 0x28 }
+ - { offsetInCU: 0x66E, offset: 0xC95D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP21didReceiveVideoStatus7context9isEnabledyAA0dE7Context_p_SbtFTW', symObjAddr: 0xA94, symBinAddr: 0x83FA4, symSize: 0x28 }
+ - { offsetInCU: 0x68A, offset: 0xC95F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP3end7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0xABC, symBinAddr: 0x83FCC, symSize: 0x28 }
+ - { offsetInCU: 0x6A6, offset: 0xC960C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP10unknownEnd7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0xAE4, symBinAddr: 0x83FF4, symSize: 0x28 }
+ - { offsetInCU: 0x6C2, offset: 0xC9628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP13didReceiveEnd7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xB0C, symBinAddr: 0x8401C, symSize: 0x28 }
+ - { offsetInCU: 0x6DE, offset: 0xC9644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP17didReceiveTimeout7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xB34, symBinAddr: 0x84044, symSize: 0x28 }
+ - { offsetInCU: 0x6FA, offset: 0xC9660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP18didReceiveNoAnswer7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xB5C, symBinAddr: 0x8406C, symSize: 0x28 }
+ - { offsetInCU: 0x716, offset: 0xC967C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP20didReceiveUnknownEnd7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xB84, symBinAddr: 0x84094, symSize: 0x28 }
+ - { offsetInCU: 0x732, offset: 0xC9698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP18didReleaseResource7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xBAC, symBinAddr: 0x840BC, symSize: 0x28 }
+ - { offsetInCU: 0x74E, offset: 0xC96B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP24didReceiveConnectionLost7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xBD4, symBinAddr: 0x840E4, symSize: 0x28 }
+ - { offsetInCU: 0x76A, offset: 0xC96D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP24didConnectPeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xBFC, symBinAddr: 0x8410C, symSize: 0x28 }
+ - { offsetInCU: 0x786, offset: 0xC96EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP34didStartReconnectingPeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC24, symBinAddr: 0x84134, symSize: 0x28 }
+ - { offsetInCU: 0x7A2, offset: 0xC9708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP22didClosePeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC4C, symBinAddr: 0x8415C, symSize: 0x28 }
+ - { offsetInCU: 0x7BE, offset: 0xC9724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP14didReceiveDial7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC74, symBinAddr: 0x84184, symSize: 0x28 }
+ - { offsetInCU: 0x7DA, offset: 0xC9740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP6accept7context6paramsyAA0dE7Context_p_AA12AcceptParamsCtFTW', symObjAddr: 0xC9C, symBinAddr: 0x841AC, symSize: 0x28 }
+ - { offsetInCU: 0x7F6, offset: 0xC975C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP19didReceiveAcceptACK7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCC4, symBinAddr: 0x841D4, symSize: 0x28 }
+ - { offsetInCU: 0x812, offset: 0xC9778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP25didFailToReceiveAcceptACK7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCEC, symBinAddr: 0x841FC, symSize: 0x28 }
+ - { offsetInCU: 0x82E, offset: 0xC9794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP15didReceiveOffer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtFTW', symObjAddr: 0xD14, symBinAddr: 0x84224, symSize: 0x28 }
+ - { offsetInCU: 0x84A, offset: 0xC97B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP16didReceiveCancel7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xD3C, symBinAddr: 0x8424C, symSize: 0x28 }
+ - { offsetInCU: 0x866, offset: 0xC97CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP4dial7context6params17completionHandleryAA0dE7Context_p_AA10DialParamsCyAA8SBCErrorCSgctFTW', symObjAddr: 0xD64, symBinAddr: 0x84274, symSize: 0x28 }
+ - { offsetInCU: 0x882, offset: 0xC97E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP17didReceiveDialACK7context23initialLocalConstraintsyAA0dE7Context_p_AA0eO0CSgtFTW', symObjAddr: 0xD8C, symBinAddr: 0x8429C, symSize: 0x28 }
+ - { offsetInCU: 0x89E, offset: 0xC9804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP23didFailToReceiveDialACK7context5erroryAA0dE7Context_p_AA8SBCErrorCtFTW', symObjAddr: 0xDB4, symBinAddr: 0x842C4, symSize: 0x28 }
+ - { offsetInCU: 0x8BA, offset: 0xC9820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA0dE7Context_p_AA0E11ConstraintsCAA04TurnN0CSayAA10CapabilityOGtFTW', symObjAddr: 0xDDC, symBinAddr: 0x842EC, symSize: 0x28 }
+ - { offsetInCU: 0x8D6, offset: 0xC983C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP20didOtherDeviceAccept7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xE04, symBinAddr: 0x84314, symSize: 0x28 }
+ - { offsetInCU: 0x8F2, offset: 0xC9858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP17didReceiveDecline7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xE2C, symBinAddr: 0x8433C, symSize: 0x28 }
+ - { offsetInCU: 0x90E, offset: 0xC9874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP16didReceiveAnswer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtFTW', symObjAddr: 0xE54, symBinAddr: 0x84364, symSize: 0x28 }
+ - { offsetInCU: 0x9C6, offset: 0xC992C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCMa', symObjAddr: 0xF84, symBinAddr: 0x84418, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xC9BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x0, symBinAddr: 0x84E04, symSize: 0xC0 }
+ - { offsetInCU: 0xD2, offset: 0xC9C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x0, symBinAddr: 0x84E04, symSize: 0xC0 }
+ - { offsetInCU: 0x15F, offset: 0xC9CEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfc', symObjAddr: 0xC0, symBinAddr: 0x84EC4, symSize: 0x74 }
+ - { offsetInCU: 0x1D8, offset: 0xC9D63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfcTo', symObjAddr: 0x134, symBinAddr: 0x84F38, symSize: 0xE8 }
+ - { offsetInCU: 0x297, offset: 0xC9E22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x21C, symBinAddr: 0x85020, symSize: 0x6C }
+ - { offsetInCU: 0x2E5, offset: 0xC9E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x288, symBinAddr: 0x8508C, symSize: 0x5C }
+ - { offsetInCU: 0x30E, offset: 0xC9E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCfD', symObjAddr: 0x2E4, symBinAddr: 0x850E8, symSize: 0x30 }
+ - { offsetInCU: 0x34E, offset: 0xC9ED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCMa', symObjAddr: 0x378, symBinAddr: 0x85118, symSize: 0x20 }
+ - { offsetInCU: 0x79, offset: 0xCA147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfC', symObjAddr: 0x0, symBinAddr: 0x85138, symSize: 0x30 }
+ - { offsetInCU: 0xBE, offset: 0xCA18C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfc', symObjAddr: 0x638, symBinAddr: 0x85770, symSize: 0xC }
+ - { offsetInCU: 0xE5, offset: 0xCA1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCfd', symObjAddr: 0x6A8, symBinAddr: 0x857A0, symSize: 0x1C }
+ - { offsetInCU: 0x120, offset: 0xCA1EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCfD', symObjAddr: 0x6C4, symBinAddr: 0x857BC, symSize: 0x24 }
+ - { offsetInCU: 0x16C, offset: 0xCA23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tF', symObjAddr: 0x30, symBinAddr: 0x85168, symSize: 0x1AC }
+ - { offsetInCU: 0x1D8, offset: 0xCA2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tFys5Error_pSgcfU_', symObjAddr: 0xA04, symBinAddr: 0x85AFC, symSize: 0x2C8 }
+ - { offsetInCU: 0x2BC, offset: 0xCA38A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x85314, symSize: 0x74 }
+ - { offsetInCU: 0x2E8, offset: 0xCA3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyO8rawValueSSvg', symObjAddr: 0x250, symBinAddr: 0x85388, symSize: 0x20 }
+ - { offsetInCU: 0x331, offset: 0xCA3FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3F4, symBinAddr: 0x8552C, symSize: 0x78 }
+ - { offsetInCU: 0x372, offset: 0xCA440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x46C, symBinAddr: 0x855A4, symSize: 0x28 }
+ - { offsetInCU: 0x3BF, offset: 0xCA48D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO7isValidySbypSgF', symObjAddr: 0x494, symBinAddr: 0x855CC, symSize: 0xA8 }
+ - { offsetInCU: 0x449, offset: 0xCA517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x53C, symBinAddr: 0x85674, symSize: 0x10 }
+ - { offsetInCU: 0x468, offset: 0xCA536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO8rawValueSivg', symObjAddr: 0x54C, symBinAddr: 0x85684, symSize: 0x8 }
+ - { offsetInCU: 0x4AD, offset: 0xCA57B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x614, symBinAddr: 0x8574C, symSize: 0x18 }
+ - { offsetInCU: 0x4DE, offset: 0xCA5AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x62C, symBinAddr: 0x85764, symSize: 0xC }
+ - { offsetInCU: 0x564, offset: 0xCA632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC13commandResult4fromAA07CommandH0OSgAA0J7FactoryV5InputO_tF', symObjAddr: 0x6E8, symBinAddr: 0x857E0, symSize: 0x31C }
+ - { offsetInCU: 0x62C, offset: 0xCA6FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tFys5Error_pSgcfU_TA', symObjAddr: 0xD48, symBinAddr: 0x85DF8, symSize: 0xC }
+ - { offsetInCU: 0x640, offset: 0xCA70E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tF', symObjAddr: 0xD98, symBinAddr: 0x85E48, symSize: 0x108 }
+ - { offsetInCU: 0x6AC, offset: 0xCA77A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tFys0H0_pSgcfU_', symObjAddr: 0xEA0, symBinAddr: 0x85F50, symSize: 0x2E0 }
+ - { offsetInCU: 0x76A, offset: 0xCA838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlF', symObjAddr: 0x1180, symBinAddr: 0x86230, symSize: 0x33C }
+ - { offsetInCU: 0x804, offset: 0xCA8D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFys0H0_pSgcfU_', symObjAddr: 0x14BC, symBinAddr: 0x8656C, symSize: 0x234 }
+ - { offsetInCU: 0x8DA, offset: 0xCA9A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlF', symObjAddr: 0x16F0, symBinAddr: 0x867A0, symSize: 0x3EC }
+ - { offsetInCU: 0xA4D, offset: 0xCAB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlFyAA7SBTimerCcfU0_', symObjAddr: 0x1ADC, symBinAddr: 0x86B8C, symSize: 0x1CC }
+ - { offsetInCU: 0xB6D, offset: 0xCAC3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtF', symObjAddr: 0x1CA8, symBinAddr: 0x86D58, symSize: 0x438 }
+ - { offsetInCU: 0xFA2, offset: 0xCB070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFys5Error_pSgcfU0_', symObjAddr: 0x20E0, symBinAddr: 0x87190, symSize: 0x424 }
+ - { offsetInCU: 0x1297, offset: 0xCB365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnyResultable_pWOb', symObjAddr: 0x2870, symBinAddr: 0x87920, symSize: 0x18 }
+ - { offsetInCU: 0x12AB, offset: 0xCB379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOWOb', symObjAddr: 0x2904, symBinAddr: 0x87938, symSize: 0x3C }
+ - { offsetInCU: 0x12BF, offset: 0xCB38D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tFys0H0_pSgcfU_TA', symObjAddr: 0x29A8, symBinAddr: 0x879A0, symSize: 0x8 }
+ - { offsetInCU: 0x12D3, offset: 0xCB3A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFys0H0_pSgcfU_TA', symObjAddr: 0x29DC, symBinAddr: 0x879D4, symSize: 0x10 }
+ - { offsetInCU: 0x12E7, offset: 0xCB3B5, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x29EC, symBinAddr: 0x879E4, symSize: 0x3C }
+ - { offsetInCU: 0x12FB, offset: 0xCB3C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlFyAA7SBTimerCcfU0_TA', symObjAddr: 0x2A38, symBinAddr: 0x87A30, symSize: 0xC }
+ - { offsetInCU: 0x130F, offset: 0xCB3DD, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x2A68, symBinAddr: 0x87A60, symSize: 0x10 }
+ - { offsetInCU: 0x1323, offset: 0xCB3F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFys5Error_pSgcfU0_TA', symObjAddr: 0x2B00, symBinAddr: 0x87AA4, symSize: 0x10 }
+ - { offsetInCU: 0x1337, offset: 0xCB405, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x2B10, symBinAddr: 0x87AB4, symSize: 0x10 }
+ - { offsetInCU: 0x134B, offset: 0xCB419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASQWb', symObjAddr: 0x2B20, symBinAddr: 0x87AC4, symSize: 0x4 }
+ - { offsetInCU: 0x135F, offset: 0xCB42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOACSQAAWl', symObjAddr: 0x2B24, symBinAddr: 0x87AC8, symSize: 0x44 }
+ - { offsetInCU: 0x1373, offset: 0xCB441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASQWb', symObjAddr: 0x2B68, symBinAddr: 0x87B0C, symSize: 0x4 }
+ - { offsetInCU: 0x1387, offset: 0xCB455, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOACSQAAWl', symObjAddr: 0x2B6C, symBinAddr: 0x87B10, symSize: 0x44 }
+ - { offsetInCU: 0x139B, offset: 0xCB469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwet', symObjAddr: 0x2BC0, symBinAddr: 0x87B54, symSize: 0x90 }
+ - { offsetInCU: 0x13AF, offset: 0xCB47D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwst', symObjAddr: 0x2C50, symBinAddr: 0x87BE4, symSize: 0xBC }
+ - { offsetInCU: 0x13C3, offset: 0xCB491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwup', symObjAddr: 0x2D0C, symBinAddr: 0x87CA0, symSize: 0x4 }
+ - { offsetInCU: 0x13D7, offset: 0xCB4A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOMa', symObjAddr: 0x2D10, symBinAddr: 0x87CA4, symSize: 0x10 }
+ - { offsetInCU: 0x13EB, offset: 0xCB4B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwet', symObjAddr: 0x2D20, symBinAddr: 0x87CB4, symSize: 0x90 }
+ - { offsetInCU: 0x13FF, offset: 0xCB4CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwst', symObjAddr: 0x2DB0, symBinAddr: 0x87D44, symSize: 0xBC }
+ - { offsetInCU: 0x1413, offset: 0xCB4E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwug', symObjAddr: 0x2E6C, symBinAddr: 0x87E00, symSize: 0x8 }
+ - { offsetInCU: 0x1427, offset: 0xCB4F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwup', symObjAddr: 0x2E74, symBinAddr: 0x87E08, symSize: 0x4 }
+ - { offsetInCU: 0x143B, offset: 0xCB509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwui', symObjAddr: 0x2E78, symBinAddr: 0x87E0C, symSize: 0x8 }
+ - { offsetInCU: 0x144F, offset: 0xCB51D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOMa', symObjAddr: 0x2E80, symBinAddr: 0x87E14, symSize: 0x10 }
+ - { offsetInCU: 0x1463, offset: 0xCB531, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCMa', symObjAddr: 0x2E90, symBinAddr: 0x87E24, symSize: 0x20 }
+ - { offsetInCU: 0x1477, offset: 0xCB545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOWOe', symObjAddr: 0x2ED4, symBinAddr: 0x87E58, symSize: 0x24 }
+ - { offsetInCU: 0x14E0, offset: 0xCB5AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x853A8, symSize: 0x88 }
+ - { offsetInCU: 0x158F, offset: 0xCB65D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x2F8, symBinAddr: 0x85430, symSize: 0x60 }
+ - { offsetInCU: 0x160D, offset: 0xCB6DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x358, symBinAddr: 0x85490, symSize: 0x40 }
+ - { offsetInCU: 0x165F, offset: 0xCB72D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x398, symBinAddr: 0x854D0, symSize: 0x5C }
+ - { offsetInCU: 0x16D9, offset: 0xCB7A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x554, symBinAddr: 0x8568C, symSize: 0x14 }
+ - { offsetInCU: 0x176A, offset: 0xCB838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x568, symBinAddr: 0x856A0, symSize: 0x44 }
+ - { offsetInCU: 0x1819, offset: 0xCB8E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5AC, symBinAddr: 0x856E4, symSize: 0x28 }
+ - { offsetInCU: 0x186C, offset: 0xCB93A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5D4, symBinAddr: 0x8570C, symSize: 0x40 }
+ - { offsetInCU: 0x1A15, offset: 0xCBAE3, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySSypSgG_s17_NativeDictionaryVySSypGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_dE248Vyxqd__Gz_x3key_q_5valuettKXEfU_SS_ypSgypTg50136$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcw43AA07RequestN0OSdtAA11RequestableRzAaJRzlFypW7AUXEfU_Tf3nnpf_nTf1ncn_n', symObjAddr: 0x2504, symBinAddr: 0x875B4, symSize: 0x36C }
+ - { offsetInCU: 0x4B, offset: 0xCC05E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC5roomsSayAA0D4DataVGvg', symObjAddr: 0x0, symBinAddr: 0x87EE0, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xCC07A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC9nextTokenSSSgvg', symObjAddr: 0x8, symBinAddr: 0x87EE8, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0xCC096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC9prevTokenSSSgvg', symObjAddr: 0x34, symBinAddr: 0x87F14, symSize: 0x2C }
+ - { offsetInCU: 0xC5, offset: 0xCC0D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0x87F40, symSize: 0x74 }
+ - { offsetInCU: 0x100, offset: 0xCC113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x114, symBinAddr: 0x87FB4, symSize: 0x74 }
+ - { offsetInCU: 0x143, offset: 0xCC156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x188, symBinAddr: 0x88028, symSize: 0x8 }
+ - { offsetInCU: 0x16A, offset: 0xCC17D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x190, symBinAddr: 0x88030, symSize: 0xC }
+ - { offsetInCU: 0x191, offset: 0xCC1A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x19C, symBinAddr: 0x8803C, symSize: 0x20 }
+ - { offsetInCU: 0x1CA, offset: 0xCC1DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1BC, symBinAddr: 0x8805C, symSize: 0x20 }
+ - { offsetInCU: 0x1F8, offset: 0xCC20B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1BC, symBinAddr: 0x8805C, symSize: 0x20 }
+ - { offsetInCU: 0x223, offset: 0xCC236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x360, symBinAddr: 0x88200, symSize: 0x78 }
+ - { offsetInCU: 0x264, offset: 0xCC277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x3D8, symBinAddr: 0x88278, symSize: 0x28 }
+ - { offsetInCU: 0x278, offset: 0xCC28B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x400, symBinAddr: 0x882A0, symSize: 0x8 }
+ - { offsetInCU: 0x2AE, offset: 0xCC2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x408, symBinAddr: 0x882A8, symSize: 0x7C }
+ - { offsetInCU: 0x306, offset: 0xCC319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x484, symBinAddr: 0x88324, symSize: 0xC }
+ - { offsetInCU: 0x322, offset: 0xCC335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x88330, symSize: 0xC }
+ - { offsetInCU: 0x33F, offset: 0xCC352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4EC, symBinAddr: 0x8838C, symSize: 0x4C }
+ - { offsetInCU: 0x364, offset: 0xCC377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x538, symBinAddr: 0x883D8, symSize: 0x1D0 }
+ - { offsetInCU: 0x3C0, offset: 0xCC3D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCfd', symObjAddr: 0x8A8, symBinAddr: 0x88704, symSize: 0x2C }
+ - { offsetInCU: 0x3FB, offset: 0xCC40E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCfD', symObjAddr: 0x8D4, symBinAddr: 0x88730, symSize: 0x34 }
+ - { offsetInCU: 0x43E, offset: 0xCC451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB04, symBinAddr: 0x88960, symSize: 0x2C }
+ - { offsetInCU: 0x483, offset: 0xCC496, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x72C, symBinAddr: 0x885A8, symSize: 0x44 }
+ - { offsetInCU: 0x497, offset: 0xCC4AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCMa', symObjAddr: 0x770, symBinAddr: 0x885EC, symSize: 0x20 }
+ - { offsetInCU: 0x4AB, offset: 0xCC4BE, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8RoomDataVGSayxGSesSeRzlWl', symObjAddr: 0x7B0, symBinAddr: 0x8860C, symSize: 0x60 }
+ - { offsetInCU: 0x4BF, offset: 0xCC4D2, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8RoomDataVGMa', symObjAddr: 0x810, symBinAddr: 0x8866C, symSize: 0x54 }
+ - { offsetInCU: 0x4D3, offset: 0xCC4E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVACSeAAWl', symObjAddr: 0x864, symBinAddr: 0x886C0, symSize: 0x44 }
+ - { offsetInCU: 0x4E7, offset: 0xCC4FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0x88764, symSize: 0x4 }
+ - { offsetInCU: 0x4FB, offset: 0xCC50E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x90C, symBinAddr: 0x88768, symSize: 0x44 }
+ - { offsetInCU: 0x50F, offset: 0xCC522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x887AC, symSize: 0x4 }
+ - { offsetInCU: 0x523, offset: 0xCC536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0x887B0, symSize: 0x44 }
+ - { offsetInCU: 0x537, offset: 0xCC54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x998, symBinAddr: 0x887F4, symSize: 0x4 }
+ - { offsetInCU: 0x54B, offset: 0xCC55E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x99C, symBinAddr: 0x887F8, symSize: 0x44 }
+ - { offsetInCU: 0x55F, offset: 0xCC572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA14APIRespondableAAWI', symObjAddr: 0x9E0, symBinAddr: 0x8883C, symSize: 0x34 }
+ - { offsetInCU: 0x573, offset: 0xCC586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA11RespondableAAWI', symObjAddr: 0xA14, symBinAddr: 0x88870, symSize: 0x4C }
+ - { offsetInCU: 0x587, offset: 0xCC59A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA0G0AAWI', symObjAddr: 0xA60, symBinAddr: 0x888BC, symSize: 0x34 }
+ - { offsetInCU: 0x59B, offset: 0xCC5AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xAD0, symBinAddr: 0x8892C, symSize: 0x34 }
+ - { offsetInCU: 0x5AF, offset: 0xCC5C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwet', symObjAddr: 0xB64, symBinAddr: 0x889B0, symSize: 0x90 }
+ - { offsetInCU: 0x5C3, offset: 0xCC5D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwst', symObjAddr: 0xBF4, symBinAddr: 0x88A40, symSize: 0xBC }
+ - { offsetInCU: 0x5D7, offset: 0xCC5EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwug', symObjAddr: 0xCB0, symBinAddr: 0x88AFC, symSize: 0x8 }
+ - { offsetInCU: 0x5EB, offset: 0xCC5FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwup', symObjAddr: 0xCB8, symBinAddr: 0x88B04, symSize: 0x4 }
+ - { offsetInCU: 0x5FF, offset: 0xCC612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwui', symObjAddr: 0xCBC, symBinAddr: 0x88B08, symSize: 0x8 }
+ - { offsetInCU: 0x613, offset: 0xCC626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOMa', symObjAddr: 0xCC4, symBinAddr: 0x88B10, symSize: 0x10 }
+ - { offsetInCU: 0x65C, offset: 0xCC66F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1DC, symBinAddr: 0x8807C, symSize: 0x88 }
+ - { offsetInCU: 0x70B, offset: 0xCC71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x264, symBinAddr: 0x88104, symSize: 0x60 }
+ - { offsetInCU: 0x789, offset: 0xCC79C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2C4, symBinAddr: 0x88164, symSize: 0x40 }
+ - { offsetInCU: 0x7DB, offset: 0xCC7EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x304, symBinAddr: 0x881A4, symSize: 0x5C }
+ - { offsetInCU: 0x837, offset: 0xCC84A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x49C, symBinAddr: 0x8833C, symSize: 0x28 }
+ - { offsetInCU: 0x853, offset: 0xCC866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4C4, symBinAddr: 0x88364, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0xCCAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10SequentialPA2A22DirectCallEventCommandCRbzrlE10identifierSSSgvg', symObjAddr: 0x0, symBinAddr: 0x88B20, symSize: 0xC }
+ - { offsetInCU: 0x76, offset: 0xCCADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10SequentialPA2A18DirectCallResponseCRbzrlE10identifierSSSgvg', symObjAddr: 0xC, symBinAddr: 0x88B2C, symSize: 0xC }
+ - { offsetInCU: 0xB9, offset: 0xCCB1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC3seqSivg', symObjAddr: 0x18, symBinAddr: 0x88B38, symSize: 0x8 }
+ - { offsetInCU: 0xD5, offset: 0xCCB3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10identifierSSvg', symObjAddr: 0x20, symBinAddr: 0x88B40, symSize: 0x2C }
+ - { offsetInCU: 0xF1, offset: 0xCCB56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC5valueAA7Command_AA10Sequentialpvg', symObjAddr: 0x4C, symBinAddr: 0x88B6C, symSize: 0xC }
+ - { offsetInCU: 0x10D, offset: 0xCCB72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvg', symObjAddr: 0x190, symBinAddr: 0x88CB0, symSize: 0x4C }
+ - { offsetInCU: 0x129, offset: 0xCCB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvs', symObjAddr: 0x1EC, symBinAddr: 0x88D0C, symSize: 0x50 }
+ - { offsetInCU: 0x145, offset: 0xCCBAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvM', symObjAddr: 0x24C, symBinAddr: 0x88D6C, symSize: 0x3C }
+ - { offsetInCU: 0x161, offset: 0xCCBC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvM.resume.0', symObjAddr: 0x288, symBinAddr: 0x88DA8, symSize: 0x4 }
+ - { offsetInCU: 0x189, offset: 0xCCBEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultO9isSuccessSbvg', symObjAddr: 0x28C, symBinAddr: 0x88DAC, symSize: 0x44 }
+ - { offsetInCU: 0x1B8, offset: 0xCCC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultO7commandAA7Command_pSgvg', symObjAddr: 0x368, symBinAddr: 0x88E50, symSize: 0x54 }
+ - { offsetInCU: 0x1E8, offset: 0xCCC4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC_10completionACSgAA7Command_p_yAC6ResultOcSgtcfC', symObjAddr: 0x3D4, symBinAddr: 0x88EBC, symSize: 0x50 }
+ - { offsetInCU: 0x206, offset: 0xCCC6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC_10completionACSgAA7Command_p_yAC6ResultOcSgtcfc', symObjAddr: 0x424, symBinAddr: 0x88F0C, symSize: 0x1DC }
+ - { offsetInCU: 0x298, offset: 0xCCCFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC4hash4intoys6HasherVz_tF', symObjAddr: 0x740, symBinAddr: 0x891A4, symSize: 0x50 }
+ - { offsetInCU: 0x340, offset: 0xCCDA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC2eeoiySbAC_ACtFZ', symObjAddr: 0x790, symBinAddr: 0x891F4, symSize: 0x14 }
+ - { offsetInCU: 0x36D, offset: 0xCCDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC1loiySbAC_ACtFZ', symObjAddr: 0x7A4, symBinAddr: 0x89208, symSize: 0x14 }
+ - { offsetInCU: 0x39A, offset: 0xCCDFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCfd', symObjAddr: 0x7B8, symBinAddr: 0x8921C, symSize: 0x2C }
+ - { offsetInCU: 0x3D5, offset: 0xCCE3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCfD', symObjAddr: 0x7E4, symBinAddr: 0x89248, symSize: 0x34 }
+ - { offsetInCU: 0x427, offset: 0xCCE8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC9hashValueSivg', symObjAddr: 0x818, symBinAddr: 0x8927C, symSize: 0x44 }
+ - { offsetInCU: 0x4A5, offset: 0xCCF0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH9hashValueSivgTW', symObjAddr: 0x85C, symBinAddr: 0x892C0, symSize: 0x28 }
+ - { offsetInCU: 0x4C1, offset: 0xCCF26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x884, symBinAddr: 0x892E8, symSize: 0x28 }
+ - { offsetInCU: 0x50B, offset: 0xCCF70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL1loiySbx_xtFZTW', symObjAddr: 0x93C, symBinAddr: 0x893A0, symSize: 0x1C }
+ - { offsetInCU: 0x588, offset: 0xCCFED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x964, symBinAddr: 0x893C8, symSize: 0x1C }
+ - { offsetInCU: 0x5D0, offset: 0xCD035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpWOc', symObjAddr: 0x58, symBinAddr: 0x88B78, symSize: 0x44 }
+ - { offsetInCU: 0x5E4, offset: 0xCD049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvpACTK', symObjAddr: 0x9C, symBinAddr: 0x88BBC, symSize: 0x6C }
+ - { offsetInCU: 0x5FC, offset: 0xCD061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvpACTk', symObjAddr: 0x108, symBinAddr: 0x88C28, symSize: 0x88 }
+ - { offsetInCU: 0x614, offset: 0xCD079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_SgWOy', symObjAddr: 0x1DC, symBinAddr: 0x88CFC, symSize: 0x10 }
+ - { offsetInCU: 0x628, offset: 0xCD08D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_SgWOe', symObjAddr: 0x23C, symBinAddr: 0x88D5C, symSize: 0x10 }
+ - { offsetInCU: 0x643, offset: 0xCD0A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOWOc', symObjAddr: 0x2D0, symBinAddr: 0x88DF0, symSize: 0x60 }
+ - { offsetInCU: 0x673, offset: 0xCD0D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pWOb', symObjAddr: 0x3BC, symBinAddr: 0x88EA4, symSize: 0x18 }
+ - { offsetInCU: 0x687, offset: 0xCD0EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpSgWOh', symObjAddr: 0x684, symBinAddr: 0x890E8, symSize: 0x40 }
+ - { offsetInCU: 0x69B, offset: 0xCD100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCMa', symObjAddr: 0x6C4, symBinAddr: 0x89128, symSize: 0x20 }
+ - { offsetInCU: 0x6AF, offset: 0xCD114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpWOb', symObjAddr: 0x6E4, symBinAddr: 0x89148, symSize: 0x18 }
+ - { offsetInCU: 0x6C3, offset: 0xCD128, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x6FC, symBinAddr: 0x89160, symSize: 0x24 }
+ - { offsetInCU: 0x6F8, offset: 0xCD15D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASQWb', symObjAddr: 0x8AC, symBinAddr: 0x89310, symSize: 0x4 }
+ - { offsetInCU: 0x70C, offset: 0xCD171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCACSQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x89314, symSize: 0x44 }
+ - { offsetInCU: 0x720, offset: 0xCD185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASQWb', symObjAddr: 0x938, symBinAddr: 0x8939C, symSize: 0x4 }
+ - { offsetInCU: 0x734, offset: 0xCD199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwCP', symObjAddr: 0xA1C, symBinAddr: 0x89480, symSize: 0x30 }
+ - { offsetInCU: 0x748, offset: 0xCD1AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwxx', symObjAddr: 0xA4C, symBinAddr: 0x894B0, symSize: 0x24 }
+ - { offsetInCU: 0x75C, offset: 0xCD1C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwcp', symObjAddr: 0xA70, symBinAddr: 0x894D4, symSize: 0x5C }
+ - { offsetInCU: 0x770, offset: 0xCD1D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwca', symObjAddr: 0xACC, symBinAddr: 0x89530, symSize: 0x98 }
+ - { offsetInCU: 0x784, offset: 0xCD1E9, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xB64, symBinAddr: 0x895C8, symSize: 0x168 }
+ - { offsetInCU: 0x798, offset: 0xCD1FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwta', symObjAddr: 0xCE0, symBinAddr: 0x89730, symSize: 0x4C }
+ - { offsetInCU: 0x7AC, offset: 0xCD211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwet', symObjAddr: 0xD2C, symBinAddr: 0x8977C, symSize: 0x50 }
+ - { offsetInCU: 0x7C0, offset: 0xCD225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwst', symObjAddr: 0xD7C, symBinAddr: 0x897CC, symSize: 0x5C }
+ - { offsetInCU: 0x7D4, offset: 0xCD239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwug', symObjAddr: 0xDD8, symBinAddr: 0x89828, symSize: 0x18 }
+ - { offsetInCU: 0x7E8, offset: 0xCD24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwup', symObjAddr: 0xDF0, symBinAddr: 0x89840, symSize: 0x4 }
+ - { offsetInCU: 0x7FC, offset: 0xCD261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwui', symObjAddr: 0xDF4, symBinAddr: 0x89844, symSize: 0x2C }
+ - { offsetInCU: 0x810, offset: 0xCD275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOMa', symObjAddr: 0xE20, symBinAddr: 0x89870, symSize: 0x10 }
+ - { offsetInCU: 0x82F, offset: 0xCD294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOytIegnr_AEIegn_TRTA', symObjAddr: 0xE54, symBinAddr: 0x898A4, symSize: 0x20 }
+ - { offsetInCU: 0x863, offset: 0xCD2C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_AEytIegnr_TRTA', symObjAddr: 0xE74, symBinAddr: 0x898C4, symSize: 0x20 }
+ - { offsetInCU: 0x88C, offset: 0xCD2F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA10SequentialA2aDP10identifierSSSgvgTW', symObjAddr: 0xE94, symBinAddr: 0x898E4, symSize: 0x20 }
+ - { offsetInCU: 0x8A8, offset: 0xCD30D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA10SequentialA2aDP10identifierSSSgvgTW', symObjAddr: 0xEB4, symBinAddr: 0x89904, symSize: 0x20 }
+ - { offsetInCU: 0x93C, offset: 0xCD3A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8F4, symBinAddr: 0x89358, symSize: 0x44 }
+ - { offsetInCU: 0x982, offset: 0xCD3E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x958, symBinAddr: 0x893BC, symSize: 0x4 }
+ - { offsetInCU: 0x99E, offset: 0xCD403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x95C, symBinAddr: 0x893C0, symSize: 0x4 }
+ - { offsetInCU: 0x9BA, offset: 0xCD41F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL1goiySbx_xtFZTW', symObjAddr: 0x960, symBinAddr: 0x893C4, symSize: 0x4 }
+ - { offsetInCU: 0xB9, offset: 0xCD747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0x8997C, symSize: 0xC0 }
+ - { offsetInCU: 0x124, offset: 0xCD7B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xC0, symBinAddr: 0x89A3C, symSize: 0x5C }
+ - { offsetInCU: 0x1B8, offset: 0xCD846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionJ0CtF', symObjAddr: 0x11C, symBinAddr: 0x89A98, symSize: 0x10C }
+ - { offsetInCU: 0x23F, offset: 0xCD8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0x228, symBinAddr: 0x89BA4, symSize: 0x54 }
+ - { offsetInCU: 0x2E6, offset: 0xCD974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x27C, symBinAddr: 0x89BF8, symSize: 0x16C }
+ - { offsetInCU: 0x432, offset: 0xCDAC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06createD07context3sdpyAA0D0C_SStF', symObjAddr: 0x3E8, symBinAddr: 0x89D64, symSize: 0x190 }
+ - { offsetInCU: 0x498, offset: 0xCDB26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06updateD07context10endpointId3sdpyAA0D0C_S2StF', symObjAddr: 0x578, symBinAddr: 0x89EF4, symSize: 0x198 }
+ - { offsetInCU: 0x50E, offset: 0xCDB9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06handleD8Response7context8response5erroryAA0D0C_AA0d6AnswerH0CSgAA8SBCErrorCSgtF', symObjAddr: 0x710, symBinAddr: 0x8A08C, symSize: 0xC0 }
+ - { offsetInCU: 0x5F9, offset: 0xCDC87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCACycfC', symObjAddr: 0x7D0, symBinAddr: 0x8A14C, symSize: 0x10 }
+ - { offsetInCU: 0x617, offset: 0xCDCA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCACycfc', symObjAddr: 0x7E0, symBinAddr: 0x8A15C, symSize: 0x8 }
+ - { offsetInCU: 0x646, offset: 0xCDCD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCfd', symObjAddr: 0x7E8, symBinAddr: 0x8A164, symSize: 0x8 }
+ - { offsetInCU: 0x675, offset: 0xCDD03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCfD', symObjAddr: 0x7F0, symBinAddr: 0x8A16C, symSize: 0x10 }
+ - { offsetInCU: 0x818, offset: 0xCDEA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x924, symBinAddr: 0x8A1AC, symSize: 0x44 }
+ - { offsetInCU: 0x82C, offset: 0xCDEBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0x968, symBinAddr: 0x8A1F0, symSize: 0x44 }
+ - { offsetInCU: 0x840, offset: 0xCDECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0xA3C, symBinAddr: 0x8A2C4, symSize: 0x44 }
+ - { offsetInCU: 0x854, offset: 0xCDEE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xA80, symBinAddr: 0x8A308, symSize: 0x44 }
+ - { offsetInCU: 0x868, offset: 0xCDEF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCMa', symObjAddr: 0xAC4, symBinAddr: 0x8A34C, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0xCE22E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvgTo', symObjAddr: 0x0, symBinAddr: 0x8A3C8, symSize: 0x68 }
+ - { offsetInCU: 0xA6, offset: 0xCE26B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvg', symObjAddr: 0x68, symBinAddr: 0x8A430, symSize: 0x54 }
+ - { offsetInCU: 0xEF, offset: 0xCE2B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvsTo', symObjAddr: 0xBC, symBinAddr: 0x8A484, symSize: 0x68 }
+ - { offsetInCU: 0x136, offset: 0xCE2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvs', symObjAddr: 0x124, symBinAddr: 0x8A4EC, symSize: 0x5C }
+ - { offsetInCU: 0x15F, offset: 0xCE324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvM', symObjAddr: 0x180, symBinAddr: 0x8A548, symSize: 0x44 }
+ - { offsetInCU: 0x18E, offset: 0xCE353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvM.resume.0', symObjAddr: 0x1C4, symBinAddr: 0x8A58C, symSize: 0x4 }
+ - { offsetInCU: 0x1E3, offset: 0xCE3A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfC', symObjAddr: 0x1C8, symBinAddr: 0x8A590, symSize: 0x7C }
+ - { offsetInCU: 0x22A, offset: 0xCE3EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfc', symObjAddr: 0x244, symBinAddr: 0x8A60C, symSize: 0x6C }
+ - { offsetInCU: 0x253, offset: 0xCE418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfcTo', symObjAddr: 0x2D0, symBinAddr: 0x8A698, symSize: 0x78 }
+ - { offsetInCU: 0x2A4, offset: 0xCE469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x348, symBinAddr: 0x8A710, symSize: 0x70 }
+ - { offsetInCU: 0x2DD, offset: 0xCE4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x3F8, symBinAddr: 0x8A780, symSize: 0x70 }
+ - { offsetInCU: 0x313, offset: 0xCE4D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x468, symBinAddr: 0x8A7F0, symSize: 0x8 }
+ - { offsetInCU: 0x33A, offset: 0xCE4FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x470, symBinAddr: 0x8A7F8, symSize: 0xC }
+ - { offsetInCU: 0x362, offset: 0xCE527, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8rawValueSSvg', symObjAddr: 0x47C, symBinAddr: 0x8A804, symSize: 0x4 }
+ - { offsetInCU: 0x376, offset: 0xCE53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueSSvg', symObjAddr: 0x480, symBinAddr: 0x8A808, symSize: 0x4 }
+ - { offsetInCU: 0x3A8, offset: 0xCE56D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x5EC, symBinAddr: 0x8A974, symSize: 0x74 }
+ - { offsetInCU: 0x3DC, offset: 0xCE5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x660, symBinAddr: 0x8A9E8, symSize: 0x24 }
+ - { offsetInCU: 0x414, offset: 0xCE5D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x684, symBinAddr: 0x8AA0C, symSize: 0x4 }
+ - { offsetInCU: 0x434, offset: 0xCE5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x684, symBinAddr: 0x8AA0C, symSize: 0x4 }
+ - { offsetInCU: 0x45F, offset: 0xCE624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x688, symBinAddr: 0x8AA10, symSize: 0x78 }
+ - { offsetInCU: 0x4AA, offset: 0xCE66F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x700, symBinAddr: 0x8AA88, symSize: 0xC }
+ - { offsetInCU: 0x4C6, offset: 0xCE68B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x70C, symBinAddr: 0x8AA94, symSize: 0xC }
+ - { offsetInCU: 0x4E2, offset: 0xCE6A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0xB54, symBinAddr: 0x8AEDC, symSize: 0x20 }
+ - { offsetInCU: 0x4FF, offset: 0xCE6C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfC', symObjAddr: 0x768, symBinAddr: 0x8AAF0, symSize: 0x20 }
+ - { offsetInCU: 0x51D, offset: 0xCE6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfc', symObjAddr: 0x788, symBinAddr: 0x8AB10, symSize: 0x2C }
+ - { offsetInCU: 0x580, offset: 0xCE745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfcTo', symObjAddr: 0x7B4, symBinAddr: 0x8AB3C, symSize: 0x2C }
+ - { offsetInCU: 0x5E7, offset: 0xCE7AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCfD', symObjAddr: 0x7E0, symBinAddr: 0x8AB68, symSize: 0x30 }
+ - { offsetInCU: 0x614, offset: 0xCE7D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x824, symBinAddr: 0x8ABAC, symSize: 0xF8 }
+ - { offsetInCU: 0x653, offset: 0xCE818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x91C, symBinAddr: 0x8ACA4, symSize: 0x40 }
+ - { offsetInCU: 0x676, offset: 0xCE83B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x95C, symBinAddr: 0x8ACE4, symSize: 0x194 }
+ - { offsetInCU: 0x6A7, offset: 0xCE86C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAF0, symBinAddr: 0x8AE78, symSize: 0x2C }
+ - { offsetInCU: 0x6CA, offset: 0xCE88F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB1C, symBinAddr: 0x8AEA4, symSize: 0x38 }
+ - { offsetInCU: 0x6EE, offset: 0xCE8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCMa', symObjAddr: 0x2B0, symBinAddr: 0x8A678, symSize: 0x20 }
+ - { offsetInCU: 0x739, offset: 0xCE8FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCfETo', symObjAddr: 0x810, symBinAddr: 0x8AB98, symSize: 0x14 }
+ - { offsetInCU: 0x768, offset: 0xCE92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xB98, symBinAddr: 0x8AEFC, symSize: 0x44 }
+ - { offsetInCU: 0x77C, offset: 0xCE941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASQWb', symObjAddr: 0xBFC, symBinAddr: 0x8AF40, symSize: 0x4 }
+ - { offsetInCU: 0x790, offset: 0xCE955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAESQAAWl', symObjAddr: 0xC00, symBinAddr: 0x8AF44, symSize: 0x44 }
+ - { offsetInCU: 0x7A4, offset: 0xCE969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC44, symBinAddr: 0x8AF88, symSize: 0x4 }
+ - { offsetInCU: 0x7B8, offset: 0xCE97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC48, symBinAddr: 0x8AF8C, symSize: 0x44 }
+ - { offsetInCU: 0x7CC, offset: 0xCE991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC8C, symBinAddr: 0x8AFD0, symSize: 0x4 }
+ - { offsetInCU: 0x7E0, offset: 0xCE9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC90, symBinAddr: 0x8AFD4, symSize: 0x44 }
+ - { offsetInCU: 0x7F4, offset: 0xCE9B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwet', symObjAddr: 0xE1C, symBinAddr: 0x8B158, symSize: 0x50 }
+ - { offsetInCU: 0x808, offset: 0xCE9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwst', symObjAddr: 0xE6C, symBinAddr: 0x8B1A8, symSize: 0x8C }
+ - { offsetInCU: 0x81C, offset: 0xCE9E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwug', symObjAddr: 0xEF8, symBinAddr: 0x8B234, symSize: 0x8 }
+ - { offsetInCU: 0x830, offset: 0xCE9F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwup', symObjAddr: 0xF00, symBinAddr: 0x8B23C, symSize: 0x4 }
+ - { offsetInCU: 0x844, offset: 0xCEA09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwui', symObjAddr: 0xF04, symBinAddr: 0x8B240, symSize: 0x4 }
+ - { offsetInCU: 0x858, offset: 0xCEA1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOMa', symObjAddr: 0xF08, symBinAddr: 0x8B244, symSize: 0x10 }
+ - { offsetInCU: 0x8A1, offset: 0xCEA66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x484, symBinAddr: 0x8A80C, symSize: 0x80 }
+ - { offsetInCU: 0x985, offset: 0xCEB4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x504, symBinAddr: 0x8A88C, symSize: 0x58 }
+ - { offsetInCU: 0xA30, offset: 0xCEBF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x55C, symBinAddr: 0x8A8E4, symSize: 0x3C }
+ - { offsetInCU: 0xA97, offset: 0xCEC5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x598, symBinAddr: 0x8A920, symSize: 0x54 }
+ - { offsetInCU: 0xB20, offset: 0xCECE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x718, symBinAddr: 0x8AAA0, symSize: 0x28 }
+ - { offsetInCU: 0xB3C, offset: 0xCED01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x740, symBinAddr: 0x8AAC8, symSize: 0x28 }
+ - { offsetInCU: 0x43, offset: 0xCEF25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallContextPAAE4callAA0dE0CSgvg', symObjAddr: 0x0, symBinAddr: 0x8B254, symSize: 0x70 }
+ - { offsetInCU: 0x80, offset: 0xCEF62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallContextPAAE13timeoutReasonAA14TimeoutRequestV0H0Ovg', symObjAddr: 0x70, symBinAddr: 0x8B2C4, symSize: 0xF8 }
+ - { offsetInCU: 0xBF, offset: 0xCEFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x168, symBinAddr: 0x8B3BC, symSize: 0x88 }
+ - { offsetInCU: 0x111, offset: 0xCEFF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_', symObjAddr: 0x5F64, symBinAddr: 0x911B8, symSize: 0x74 }
+ - { offsetInCU: 0x17B, offset: 0xCF05D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x204, symBinAddr: 0x8B458, symSize: 0x80 }
+ - { offsetInCU: 0x1BC, offset: 0xCF09E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_', symObjAddr: 0x6130, symBinAddr: 0x91384, symSize: 0x64 }
+ - { offsetInCU: 0x20F, offset: 0xCF0F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSourcePA2A06DirectD0CRbzrlE06directD07contextAeA0hdE0_p_tF', symObjAddr: 0x320, symBinAddr: 0x8B574, symSize: 0x1C }
+ - { offsetInCU: 0x23A, offset: 0xCF11C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvg', symObjAddr: 0x33C, symBinAddr: 0x8B590, symSize: 0x44 }
+ - { offsetInCU: 0x256, offset: 0xCF138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvs', symObjAddr: 0x380, symBinAddr: 0x8B5D4, symSize: 0x60 }
+ - { offsetInCU: 0x272, offset: 0xCF154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvM', symObjAddr: 0x3E0, symBinAddr: 0x8B634, symSize: 0x6C }
+ - { offsetInCU: 0x28E, offset: 0xCF170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvM.resume.0', symObjAddr: 0x44C, symBinAddr: 0x8B6A0, symSize: 0x70 }
+ - { offsetInCU: 0x2AA, offset: 0xCF18C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x4BC, symBinAddr: 0x8B710, symSize: 0x30 }
+ - { offsetInCU: 0x2C6, offset: 0xCF1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvs', symObjAddr: 0x4EC, symBinAddr: 0x8B740, symSize: 0x44 }
+ - { offsetInCU: 0x2E2, offset: 0xCF1C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvM', symObjAddr: 0x530, symBinAddr: 0x8B784, symSize: 0x3C }
+ - { offsetInCU: 0x2FE, offset: 0xCF1E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvM.resume.0', symObjAddr: 0x56C, symBinAddr: 0x8B7C0, symSize: 0x4 }
+ - { offsetInCU: 0x31A, offset: 0xCF1FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvw', symObjAddr: 0x570, symBinAddr: 0x8B7C4, symSize: 0x240 }
+ - { offsetInCU: 0x546, offset: 0xCF428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvW', symObjAddr: 0x7B0, symBinAddr: 0x8BA04, symSize: 0x2F4 }
+ - { offsetInCU: 0x772, offset: 0xCF654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvg', symObjAddr: 0xAA4, symBinAddr: 0x8BCF8, symSize: 0x34 }
+ - { offsetInCU: 0x78E, offset: 0xCF670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvs', symObjAddr: 0xAD8, symBinAddr: 0x8BD2C, symSize: 0x84 }
+ - { offsetInCU: 0x7B7, offset: 0xCF699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvM', symObjAddr: 0xB5C, symBinAddr: 0x8BDB0, symSize: 0x68 }
+ - { offsetInCU: 0x7FD, offset: 0xCF6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvM.resume.0', symObjAddr: 0xBC4, symBinAddr: 0x8BE18, symSize: 0xCC }
+ - { offsetInCU: 0x826, offset: 0xCF708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10timerBoardAA07SBTimerI0Cvg', symObjAddr: 0xC90, symBinAddr: 0x8BEE4, symSize: 0x8 }
+ - { offsetInCU: 0x842, offset: 0xCF724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvg', symObjAddr: 0xC98, symBinAddr: 0x8BEEC, symSize: 0x34 }
+ - { offsetInCU: 0x85E, offset: 0xCF740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvs', symObjAddr: 0xCCC, symBinAddr: 0x8BF20, symSize: 0x44 }
+ - { offsetInCU: 0x87A, offset: 0xCF75C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvM', symObjAddr: 0xD10, symBinAddr: 0x8BF64, symSize: 0x3C }
+ - { offsetInCU: 0x896, offset: 0xCF778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvg', symObjAddr: 0xD4C, symBinAddr: 0x8BFA0, symSize: 0x44 }
+ - { offsetInCU: 0x8B2, offset: 0xCF794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvs', symObjAddr: 0xD90, symBinAddr: 0x8BFE4, symSize: 0x60 }
+ - { offsetInCU: 0x8CE, offset: 0xCF7B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvM', symObjAddr: 0xDF0, symBinAddr: 0x8C044, symSize: 0x6C }
+ - { offsetInCU: 0x8EA, offset: 0xCF7CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvM.resume.0', symObjAddr: 0xE5C, symBinAddr: 0x8C0B0, symSize: 0x70 }
+ - { offsetInCU: 0x915, offset: 0xCF7F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfC', symObjAddr: 0xECC, symBinAddr: 0x8C120, symSize: 0x80 }
+ - { offsetInCU: 0x949, offset: 0xCF82B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfc', symObjAddr: 0xF4C, symBinAddr: 0x8C1A0, symSize: 0x50 }
+ - { offsetInCU: 0x95D, offset: 0xCF83F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC11descriptionSSvg', symObjAddr: 0xF9C, symBinAddr: 0x8C1F0, symSize: 0x70 }
+ - { offsetInCU: 0x9A1, offset: 0xCF883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC2eeoiySbAE_AEtFZ', symObjAddr: 0x100C, symBinAddr: 0x8C260, symSize: 0x5C }
+ - { offsetInCU: 0x9D0, offset: 0xCF8B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13performAction17completionHandleryyyc_tF', symObjAddr: 0x1068, symBinAddr: 0x8C2BC, symSize: 0x1EC }
+ - { offsetInCU: 0xA4B, offset: 0xCF92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCfd', symObjAddr: 0x1254, symBinAddr: 0x8C4A8, symSize: 0x44 }
+ - { offsetInCU: 0xA86, offset: 0xCF968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCfD', symObjAddr: 0x1298, symBinAddr: 0x8C4EC, symSize: 0x4C }
+ - { offsetInCU: 0xAC9, offset: 0xCF9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP5stateAA0deF0CvgTW', symObjAddr: 0x12E4, symBinAddr: 0x8C538, symSize: 0xC }
+ - { offsetInCU: 0xAE5, offset: 0xCF9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP10dataSourceAA0eh4DataJ0_pSgvgTW', symObjAddr: 0x12F0, symBinAddr: 0x8C544, symSize: 0xC }
+ - { offsetInCU: 0xB08, offset: 0xCF9EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x16FC, symBinAddr: 0x8C950, symSize: 0x28 }
+ - { offsetInCU: 0xB52, offset: 0xCFA34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1724, symBinAddr: 0x8C978, symSize: 0x5C }
+ - { offsetInCU: 0xB91, offset: 0xCFA73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP7timeoutAA7TimeoutCvgTW', symObjAddr: 0x1780, symBinAddr: 0x8C9D4, symSize: 0x28 }
+ - { offsetInCU: 0xBBC, offset: 0xCFA9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfcTf4gggn_n', symObjAddr: 0x6670, symBinAddr: 0x918B4, symSize: 0x310 }
+ - { offsetInCU: 0xDD5, offset: 0xCFCB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP8dispatch5eventyAA0dE12EventCommandC_tFTW', symObjAddr: 0x12FC, symBinAddr: 0x8C550, symSize: 0x4 }
+ - { offsetInCU: 0xE00, offset: 0xCFCE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tF', symObjAddr: 0x1300, symBinAddr: 0x8C554, symSize: 0x170 }
+ - { offsetInCU: 0xF0D, offset: 0xCFDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tFyycfU_', symObjAddr: 0x2080, symBinAddr: 0x8D2D4, symSize: 0x1C4 }
+ - { offsetInCU: 0x1130, offset: 0xD0012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP8dispatch3ackyAA0dE8ResponseC_tFTW', symObjAddr: 0x1470, symBinAddr: 0x8C6C4, symSize: 0x6C }
+ - { offsetInCU: 0x116B, offset: 0xD004D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tF', symObjAddr: 0x14DC, symBinAddr: 0x8C730, symSize: 0x6C }
+ - { offsetInCU: 0x1193, offset: 0xD0075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_', symObjAddr: 0x56F8, symBinAddr: 0x9094C, symSize: 0x1AC }
+ - { offsetInCU: 0x12F1, offset: 0xD01D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP06changeF02toyAA0deF0C_tFTW', symObjAddr: 0x1548, symBinAddr: 0x8C79C, symSize: 0x4 }
+ - { offsetInCU: 0x130D, offset: 0xD01EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC06changeF02toyAA0deF0C_tF', symObjAddr: 0x154C, symBinAddr: 0x8C7A0, symSize: 0x1B0 }
+ - { offsetInCU: 0x1491, offset: 0xD0373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP5start_12timeInterval7expiredyAA0deH0C8CategoryO_SdyAA0dE7Context_pctFTW', symObjAddr: 0x17A8, symBinAddr: 0x8C9FC, symSize: 0x24 }
+ - { offsetInCU: 0x155D, offset: 0xD043F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctF', symObjAddr: 0x17CC, symBinAddr: 0x8CA20, symSize: 0x194 }
+ - { offsetInCU: 0x161D, offset: 0xD04FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_', symObjAddr: 0x1DA8, symBinAddr: 0x8CFFC, symSize: 0x264 }
+ - { offsetInCU: 0x16A1, offset: 0xD0583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_yyYbcfU_', symObjAddr: 0x200C, symBinAddr: 0x8D260, symSize: 0x74 }
+ - { offsetInCU: 0x16F4, offset: 0xD05D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP4stopyyAA0deH0C8CategoryOFTW', symObjAddr: 0x1960, symBinAddr: 0x8CBB4, symSize: 0x24 }
+ - { offsetInCU: 0x17AA, offset: 0xD068C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4stopyyAA0dE5TimerC8CategoryOF', symObjAddr: 0x1984, symBinAddr: 0x8CBD8, symSize: 0x424 }
+ - { offsetInCU: 0x1F62, offset: 0xD0E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC014didReceiveDialI07commandyAA0jI12EventCommandC_tF', symObjAddr: 0x2244, symBinAddr: 0x8D498, symSize: 0x4 }
+ - { offsetInCU: 0x1F76, offset: 0xD0E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveAccept7commandyAA0J12EventCommandC_tF', symObjAddr: 0x2248, symBinAddr: 0x8D49C, symSize: 0x1D4 }
+ - { offsetInCU: 0x2197, offset: 0xD1079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC15didReceiveOffer7commandyAA0J12EventCommandC_tF', symObjAddr: 0x241C, symBinAddr: 0x8D670, symSize: 0x42C }
+ - { offsetInCU: 0x2400, offset: 0xD12E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveAnswer7commandyAA0J12EventCommandC_tF', symObjAddr: 0x2848, symBinAddr: 0x8DA9C, symSize: 0x554 }
+ - { offsetInCU: 0x26D1, offset: 0xD15B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC26didReceiveTurnChangedEvent7commandyAA0jkL7CommandC_tF', symObjAddr: 0x3188, symBinAddr: 0x8E3DC, symSize: 0x518 }
+ - { offsetInCU: 0x2A98, offset: 0xD197A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didOtherDeviceAccept7commandyAA0iJ20AcceptedEventCommandC_tF', symObjAddr: 0x36A0, symBinAddr: 0x8E8F4, symSize: 0x4 }
+ - { offsetInCU: 0x2AAC, offset: 0xD198E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveDecline7commandyAA0J12EventCommandC_tF', symObjAddr: 0x36A4, symBinAddr: 0x8E8F8, symSize: 0x1F0 }
+ - { offsetInCU: 0x2C18, offset: 0xD1AFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveCancel7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3894, symBinAddr: 0x8EAE8, symSize: 0x1F0 }
+ - { offsetInCU: 0x2D7C, offset: 0xD1C5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13didReceiveEnd7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3A84, symBinAddr: 0x8ECD8, symSize: 0x1F0 }
+ - { offsetInCU: 0x2EE8, offset: 0xD1DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didReceiveUnknownEnd7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x3C74, symBinAddr: 0x8EEC8, symSize: 0x1F0 }
+ - { offsetInCU: 0x3054, offset: 0xD1F36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveTimeout7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3E64, symBinAddr: 0x8F0B8, symSize: 0x1F0 }
+ - { offsetInCU: 0x31C0, offset: 0xD20A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReceiveNoAnswer7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x4054, symBinAddr: 0x8F2A8, symSize: 0x1F0 }
+ - { offsetInCU: 0x332C, offset: 0xD220E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC24didReceiveConnectionLost7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x4244, symBinAddr: 0x8F498, symSize: 0x1F0 }
+ - { offsetInCU: 0x3498, offset: 0xD237A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14didReceiveDial7commandyAA0J12EventCommandC_tF', symObjAddr: 0x4434, symBinAddr: 0x8F688, symSize: 0x4 }
+ - { offsetInCU: 0x3500, offset: 0xD23E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didReceiveRemoteAudioInfo7commandyAA0K19SettingEventCommandC_tF', symObjAddr: 0x4438, symBinAddr: 0x8F68C, symSize: 0x4B0 }
+ - { offsetInCU: 0x3866, offset: 0xD2748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didReceiveRemoteVideoInfo7commandyAA0K19SettingEventCommandC_tF', symObjAddr: 0x48E8, symBinAddr: 0x8FB3C, symSize: 0x4DC }
+ - { offsetInCU: 0x3BCC, offset: 0xD2AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC30didChangeRemoteRecordingStatus7commandyAA0kL12EventCommandC_tF', symObjAddr: 0x5140, symBinAddr: 0x90394, symSize: 0x250 }
+ - { offsetInCU: 0x3D84, offset: 0xD2C66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC19didChangeHoldStatus7commandyAA0J12EventCommandC_tF', symObjAddr: 0x5390, symBinAddr: 0x905E4, symSize: 0x368 }
+ - { offsetInCU: 0x3FEC, offset: 0xD2ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveDialACK8responseyAA0J8ResponseC_tF', symObjAddr: 0x58A4, symBinAddr: 0x90AF8, symSize: 0x78 }
+ - { offsetInCU: 0x4015, offset: 0xD2EF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC19didReceiveAcceptACK8responseyAA0J8ResponseC_tF', symObjAddr: 0x591C, symBinAddr: 0x90B70, symSize: 0x48 }
+ - { offsetInCU: 0x40B4, offset: 0xD2F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC34isRemoteRecordingStatusChangeValid7commandSbAA0jK12EventCommandC_tF', symObjAddr: 0x5B58, symBinAddr: 0x90DAC, symSize: 0x214 }
+ - { offsetInCU: 0x4222, offset: 0xD3104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didReceiveBaseEndAck7callLogyAA0deN0C_tF', symObjAddr: 0x5D6C, symBinAddr: 0x90FC0, symSize: 0x150 }
+ - { offsetInCU: 0x42E4, offset: 0xD31C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_', symObjAddr: 0x5EBC, symBinAddr: 0x91110, symSize: 0x5C }
+ - { offsetInCU: 0x4323, offset: 0xD3205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_', symObjAddr: 0x5F18, symBinAddr: 0x9116C, symSize: 0x4C }
+ - { offsetInCU: 0x434D, offset: 0xD322F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_TA', symObjAddr: 0x600C, symBinAddr: 0x91260, symSize: 0x6C }
+ - { offsetInCU: 0x4397, offset: 0xD3279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_', symObjAddr: 0x6078, symBinAddr: 0x912CC, symSize: 0x5C }
+ - { offsetInCU: 0x43D4, offset: 0xD32B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_TA', symObjAddr: 0x60D8, symBinAddr: 0x9132C, symSize: 0x58 }
+ - { offsetInCU: 0x4412, offset: 0xD32F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0x61C8, symBinAddr: 0x9141C, symSize: 0x60 }
+ - { offsetInCU: 0x4450, offset: 0xD3332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_TA', symObjAddr: 0x6268, symBinAddr: 0x914AC, symSize: 0x58 }
+ - { offsetInCU: 0x448E, offset: 0xD3370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_TA', symObjAddr: 0x62C0, symBinAddr: 0x91504, symSize: 0x48 }
+ - { offsetInCU: 0x44C4, offset: 0xD33A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_', symObjAddr: 0x6314, symBinAddr: 0x91558, symSize: 0x4C }
+ - { offsetInCU: 0x44F0, offset: 0xD33D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_', symObjAddr: 0x636C, symBinAddr: 0x915B0, symSize: 0x4C }
+ - { offsetInCU: 0x451C, offset: 0xD33FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_', symObjAddr: 0x63C4, symBinAddr: 0x91608, symSize: 0x4C }
+ - { offsetInCU: 0x4548, offset: 0xD342A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10unknownEndyyFyycfU_yAA8SBCErrorCSgcfU_', symObjAddr: 0x6460, symBinAddr: 0x916A4, symSize: 0x158 }
+ - { offsetInCU: 0x45EE, offset: 0xD34D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_', symObjAddr: 0x65B8, symBinAddr: 0x917FC, symSize: 0x4C }
+ - { offsetInCU: 0x4618, offset: 0xD34FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_TA', symObjAddr: 0x6604, symBinAddr: 0x91848, symSize: 0x48 }
+ - { offsetInCU: 0x4666, offset: 0xD3548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA0E17ContextDataSourceA2aDP06directE07contextAcA0deF0_p_tFTW', symObjAddr: 0x664C, symBinAddr: 0x91890, symSize: 0x1C }
+ - { offsetInCU: 0x4698, offset: 0xD357A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSourcePA2A06DirectD0CRbzrlE06directD07contextAeA0hdE0_p_tFTf4dn_g', symObjAddr: 0x6668, symBinAddr: 0x918AC, symSize: 0x8 }
+ - { offsetInCU: 0x46D5, offset: 0xD35B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13performAction17completionHandleryyyc_tFyyYbcfU_TA', symObjAddr: 0x69A4, symBinAddr: 0x91BE8, symSize: 0x20 }
+ - { offsetInCU: 0x4709, offset: 0xD35EB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x69C4, symBinAddr: 0x91C08, symSize: 0x10 }
+ - { offsetInCU: 0x471D, offset: 0xD35FF, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x69D4, symBinAddr: 0x91C18, symSize: 0x8 }
+ - { offsetInCU: 0x4731, offset: 0xD3613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSource_pSgXwWOh', symObjAddr: 0x6A5C, symBinAddr: 0x91C60, symSize: 0x24 }
+ - { offsetInCU: 0x4745, offset: 0xD3627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tFyycfU_TA', symObjAddr: 0x6A84, symBinAddr: 0x91C88, symSize: 0x8 }
+ - { offsetInCU: 0x4759, offset: 0xD363B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14didReceiveDial7commandyAA0J12EventCommandC_tFTf4dn_n', symObjAddr: 0x6A8C, symBinAddr: 0x91C90, symSize: 0x1C0 }
+ - { offsetInCU: 0x48AD, offset: 0xD378F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x6C50, symBinAddr: 0x91E54, symSize: 0x8 }
+ - { offsetInCU: 0x48C1, offset: 0xD37A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_TA', symObjAddr: 0x6CF0, symBinAddr: 0x91E84, symSize: 0xC }
+ - { offsetInCU: 0x48D5, offset: 0xD37B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC014didReceiveDialI07commandyAA0jI12EventCommandC_tFTf4dn_n', symObjAddr: 0x6CFC, symBinAddr: 0x91E90, symSize: 0x1F8 }
+ - { offsetInCU: 0x4A93, offset: 0xD3975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didOtherDeviceAccept7commandyAA0iJ20AcceptedEventCommandC_tFTf4dn_n', symObjAddr: 0x6F20, symBinAddr: 0x920B4, symSize: 0x1C0 }
+ - { offsetInCU: 0x4BE7, offset: 0xD3AC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didUpdateCustomItems7commandyAA0ijK12EventCommandC_tFyycfU_TA', symObjAddr: 0x7108, symBinAddr: 0x9229C, symSize: 0x20 }
+ - { offsetInCU: 0x4BFB, offset: 0xD3ADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didDeleteCustomItems7commandyAA0ijK12EventCommandC_tFyycfU_TA', symObjAddr: 0x712C, symBinAddr: 0x922C0, symSize: 0x20 }
+ - { offsetInCU: 0x4C0F, offset: 0xD3AF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_TA', symObjAddr: 0x714C, symBinAddr: 0x922E0, symSize: 0x48 }
+ - { offsetInCU: 0x4C43, offset: 0xD3B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_TA', symObjAddr: 0x7194, symBinAddr: 0x92328, symSize: 0x48 }
+ - { offsetInCU: 0x4C77, offset: 0xD3B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_TA', symObjAddr: 0x71DC, symBinAddr: 0x92370, symSize: 0x48 }
+ - { offsetInCU: 0x4CAB, offset: 0xD3B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10unknownEndyyFyycfU_TA', symObjAddr: 0x7224, symBinAddr: 0x923B8, symSize: 0x54 }
+ - { offsetInCU: 0x4CDF, offset: 0xD3BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCMa', symObjAddr: 0x74C8, symBinAddr: 0x9265C, symSize: 0x20 }
+ - { offsetInCU: 0x4CF3, offset: 0xD3BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_yyYbcfU_TA', symObjAddr: 0x7628, symBinAddr: 0x927BC, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0xD4344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0x0, symBinAddr: 0x92878, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xD435C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0x0, symBinAddr: 0x92878, symSize: 0x4 }
+ - { offsetInCU: 0x62, offset: 0xD437F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0x4, symBinAddr: 0x9287C, symSize: 0x78 }
+ - { offsetInCU: 0x94, offset: 0xD43B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZ', symObjAddr: 0x7C, symBinAddr: 0x928F4, symSize: 0x4 }
+ - { offsetInCU: 0xB7, offset: 0xD43D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZTo', symObjAddr: 0x80, symBinAddr: 0x928F8, symSize: 0x38 }
+ - { offsetInCU: 0xE9, offset: 0xD4406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0xB8, symBinAddr: 0x92930, symSize: 0x4 }
+ - { offsetInCU: 0x10C, offset: 0xD4429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0xBC, symBinAddr: 0x92934, symSize: 0x80 }
+ - { offsetInCU: 0x1A8, offset: 0xD44C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x13C, symBinAddr: 0x929B4, symSize: 0x14C }
+ - { offsetInCU: 0x23D, offset: 0xD455A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZTf4nd_n', symObjAddr: 0x288, symBinAddr: 0x92B00, symSize: 0x144 }
+ - { offsetInCU: 0x2C2, offset: 0xD45DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3CC, symBinAddr: 0x92C44, symSize: 0x154 }
+ - { offsetInCU: 0x362, offset: 0xD467F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x544, symBinAddr: 0x92DBC, symSize: 0x14 }
+ - { offsetInCU: 0x169, offset: 0xD4A48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC7isValid4withAC16ValidationResultOSS_tF', symObjAddr: 0x0, symBinAddr: 0x92DD8, symSize: 0x734 }
+ - { offsetInCU: 0xC2E, offset: 0xD550D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC6callIdSSvg', symObjAddr: 0x734, symBinAddr: 0x9350C, symSize: 0x2C }
+ - { offsetInCU: 0xC4A, offset: 0xD5529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8callTypeAC04CallG0Ovg', symObjAddr: 0x760, symBinAddr: 0x93538, symSize: 0x4 }
+ - { offsetInCU: 0xC66, offset: 0xD5545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8userRoleAA10DirectCallC04UserG0Ovg', symObjAddr: 0x764, symBinAddr: 0x9353C, symSize: 0x8 }
+ - { offsetInCU: 0xC82, offset: 0xD5561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC9signalSeqSayAA0D0_pGvg', symObjAddr: 0x76C, symBinAddr: 0x93544, symSize: 0x8 }
+ - { offsetInCU: 0xC9E, offset: 0xD557D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14signalSnapshotAA06SignalG0CSgvg', symObjAddr: 0x774, symBinAddr: 0x9354C, symSize: 0x8 }
+ - { offsetInCU: 0xCBA, offset: 0xD5599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14callerClientIdSSSgvg', symObjAddr: 0x77C, symBinAddr: 0x93554, symSize: 0x2C }
+ - { offsetInCU: 0xCD6, offset: 0xD55B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14calleeClientIdSSSgvg', symObjAddr: 0x7A8, symBinAddr: 0x93580, symSize: 0x2C }
+ - { offsetInCU: 0xCFE, offset: 0xD55DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x7D4, symBinAddr: 0x935AC, symSize: 0x4 }
+ - { offsetInCU: 0xD21, offset: 0xD5600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x7D8, symBinAddr: 0x935B0, symSize: 0x4 }
+ - { offsetInCU: 0xD43, offset: 0xD5622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x7D8, symBinAddr: 0x935B0, symSize: 0x4 }
+ - { offsetInCU: 0xD54, offset: 0xD5633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x7DC, symBinAddr: 0x935B4, symSize: 0x8 }
+ - { offsetInCU: 0xD7B, offset: 0xD565A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x7E4, symBinAddr: 0x935BC, symSize: 0xC }
+ - { offsetInCU: 0xDA2, offset: 0xD5681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueSSvg', symObjAddr: 0x7F0, symBinAddr: 0x935C8, symSize: 0xC4 }
+ - { offsetInCU: 0xDDB, offset: 0xD56BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueSSvg', symObjAddr: 0x8B4, symBinAddr: 0x9368C, symSize: 0xC4 }
+ - { offsetInCU: 0xE34, offset: 0xD5713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xAFC, symBinAddr: 0x938D4, symSize: 0x2C }
+ - { offsetInCU: 0xE65, offset: 0xD5744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xB28, symBinAddr: 0x93900, symSize: 0x28 }
+ - { offsetInCU: 0xE79, offset: 0xD5758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB50, symBinAddr: 0x93928, symSize: 0x8 }
+ - { offsetInCU: 0xEAF, offset: 0xD578E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB58, symBinAddr: 0x93930, symSize: 0x24 }
+ - { offsetInCU: 0xEFF, offset: 0xD57DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB7C, symBinAddr: 0x93954, symSize: 0xC }
+ - { offsetInCU: 0xF1B, offset: 0xD57FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB88, symBinAddr: 0x93960, symSize: 0xC }
+ - { offsetInCU: 0xF37, offset: 0xD5816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x3384, symBinAddr: 0x9611C, symSize: 0x74 }
+ - { offsetInCU: 0xF63, offset: 0xD5842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xBE4, symBinAddr: 0x939BC, symSize: 0x4C }
+ - { offsetInCU: 0xFA8, offset: 0xD5887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xC30, symBinAddr: 0x93A08, symSize: 0x554 }
+ - { offsetInCU: 0x12A1, offset: 0xD5B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCfd', symObjAddr: 0x1184, symBinAddr: 0x93F5C, symSize: 0x3C }
+ - { offsetInCU: 0x12DC, offset: 0xD5BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCfD', symObjAddr: 0x11C0, symBinAddr: 0x93F98, symSize: 0x44 }
+ - { offsetInCU: 0x131F, offset: 0xD5BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1204, symBinAddr: 0x93FDC, symSize: 0x2C }
+ - { offsetInCU: 0x1509, offset: 0xD5DE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC7commandAA0D0_pSgvg', symObjAddr: 0x1348, symBinAddr: 0x94120, symSize: 0xC }
+ - { offsetInCU: 0x154B, offset: 0xD5E2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x13D0, symBinAddr: 0x941A8, symSize: 0x70 }
+ - { offsetInCU: 0x1581, offset: 0xD5E60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1440, symBinAddr: 0x94218, symSize: 0x8 }
+ - { offsetInCU: 0x15A8, offset: 0xD5E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1448, symBinAddr: 0x94220, symSize: 0xC }
+ - { offsetInCU: 0x15D0, offset: 0xD5EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1454, symBinAddr: 0x9422C, symSize: 0x4 }
+ - { offsetInCU: 0x15E4, offset: 0xD5EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1458, symBinAddr: 0x94230, symSize: 0x4 }
+ - { offsetInCU: 0x1607, offset: 0xD5EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x1690, symBinAddr: 0x94468, symSize: 0x24 }
+ - { offsetInCU: 0x1647, offset: 0xD5F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x16B4, symBinAddr: 0x9448C, symSize: 0x4 }
+ - { offsetInCU: 0x1667, offset: 0xD5F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x16B4, symBinAddr: 0x9448C, symSize: 0x4 }
+ - { offsetInCU: 0x1692, offset: 0xD5F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x16B8, symBinAddr: 0x94490, symSize: 0x78 }
+ - { offsetInCU: 0x16DD, offset: 0xD5FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1730, symBinAddr: 0x94508, symSize: 0xC }
+ - { offsetInCU: 0x16F9, offset: 0xD5FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x173C, symBinAddr: 0x94514, symSize: 0xC }
+ - { offsetInCU: 0x1715, offset: 0xD5FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8rawValueSSvgTf4d_n', symObjAddr: 0x3334, symBinAddr: 0x9610C, symSize: 0x10 }
+ - { offsetInCU: 0x1731, offset: 0xD6010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x3628, symBinAddr: 0x96360, symSize: 0x10 }
+ - { offsetInCU: 0x174E, offset: 0xD602D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1798, symBinAddr: 0x94570, symSize: 0x4C }
+ - { offsetInCU: 0x1773, offset: 0xD6052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x17E4, symBinAddr: 0x945BC, symSize: 0x17C }
+ - { offsetInCU: 0x1834, offset: 0xD6113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCfd', symObjAddr: 0x1960, symBinAddr: 0x94738, symSize: 0x24 }
+ - { offsetInCU: 0x186F, offset: 0xD614E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCfD', symObjAddr: 0x1984, symBinAddr: 0x9475C, symSize: 0x2C }
+ - { offsetInCU: 0x18BA, offset: 0xD6199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x19B0, symBinAddr: 0x94788, symSize: 0x2C }
+ - { offsetInCU: 0x1993, offset: 0xD6272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeO8rawValueSSvg', symObjAddr: 0x123C, symBinAddr: 0x94014, symSize: 0x4 }
+ - { offsetInCU: 0x19B6, offset: 0xD6295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x127C, symBinAddr: 0x94054, symSize: 0x24 }
+ - { offsetInCU: 0x19E7, offset: 0xD62C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeO8rawValueSSvgTf4d_n', symObjAddr: 0x3314, symBinAddr: 0x960EC, symSize: 0x20 }
+ - { offsetInCU: 0x1A66, offset: 0xD6345, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls7Command_pG_Tg504$s13fg7Calls11I51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1cn_n', symObjAddr: 0x19DC, symBinAddr: 0x947B4, symSize: 0x68 }
+ - { offsetInCU: 0x1B6D, offset: 0xD644C, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1cn_n', symObjAddr: 0x1A44, symBinAddr: 0x9481C, symSize: 0x104 }
+ - { offsetInCU: 0x1D6E, offset: 0xD664D, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nnncn_n', symObjAddr: 0x1B48, symBinAddr: 0x94920, symSize: 0xA14 }
+ - { offsetInCU: 0x2185, offset: 0xD6A64, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls7Command_pG_Tg504$s13ij7Calls11L51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x255C, symBinAddr: 0x95334, symSize: 0x314 }
+ - { offsetInCU: 0x2326, offset: 0xD6C05, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7Command_p_Tg504$s13fg7Calls11I51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x2870, symBinAddr: 0x95648, symSize: 0x294 }
+ - { offsetInCU: 0x2513, offset: 0xD6DF2, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x2B04, symBinAddr: 0x958DC, symSize: 0x154 }
+ - { offsetInCU: 0x2679, offset: 0xD6F58, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls7Command_p_Tg504$s13gh7Calls11J51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nnnnc_n', symObjAddr: 0x2C58, symBinAddr: 0x95A30, symSize: 0x6BC }
+ - { offsetInCU: 0x2731, offset: 0xD7010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x33F8, symBinAddr: 0x96190, symSize: 0x44 }
+ - { offsetInCU: 0x2745, offset: 0xD7024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCMa', symObjAddr: 0x343C, symBinAddr: 0x961D4, symSize: 0x20 }
+ - { offsetInCU: 0x2759, offset: 0xD7038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESeAAWl', symObjAddr: 0x345C, symBinAddr: 0x961F4, symSize: 0x44 }
+ - { offsetInCU: 0x276D, offset: 0xD704C, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls16CommandTypeModelCGSayxGSesSeRzlWl', symObjAddr: 0x34A0, symBinAddr: 0x96238, symSize: 0x78 }
+ - { offsetInCU: 0x2781, offset: 0xD7060, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls16CommandTypeModelCGMa', symObjAddr: 0x3518, symBinAddr: 0x962B0, symSize: 0x50 }
+ - { offsetInCU: 0x2795, offset: 0xD7074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCMa', symObjAddr: 0x3568, symBinAddr: 0x96300, symSize: 0x20 }
+ - { offsetInCU: 0x27A9, offset: 0xD7088, size: 0x8, addend: 0x0, symName: ___swift_deallocate_boxed_opaque_existential_2, symObjAddr: 0x36C4, symBinAddr: 0x963B4, symSize: 0x34 }
+ - { offsetInCU: 0x27BD, offset: 0xD709C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASQWb', symObjAddr: 0x3778, symBinAddr: 0x96468, symSize: 0x4 }
+ - { offsetInCU: 0x27D1, offset: 0xD70B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAESQAAWl', symObjAddr: 0x377C, symBinAddr: 0x9646C, symSize: 0x44 }
+ - { offsetInCU: 0x27E5, offset: 0xD70C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x37C0, symBinAddr: 0x964B0, symSize: 0x4 }
+ - { offsetInCU: 0x27F9, offset: 0xD70D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x37C4, symBinAddr: 0x964B4, symSize: 0x44 }
+ - { offsetInCU: 0x280D, offset: 0xD70EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3808, symBinAddr: 0x964F8, symSize: 0x4 }
+ - { offsetInCU: 0x2821, offset: 0xD7100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x380C, symBinAddr: 0x964FC, symSize: 0x44 }
+ - { offsetInCU: 0x2835, offset: 0xD7114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSHAASQWb', symObjAddr: 0x3850, symBinAddr: 0x96540, symSize: 0x4 }
+ - { offsetInCU: 0x2849, offset: 0xD7128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESQAAWl', symObjAddr: 0x3854, symBinAddr: 0x96544, symSize: 0x44 }
+ - { offsetInCU: 0x285D, offset: 0xD713C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOSHAASQWb', symObjAddr: 0x3898, symBinAddr: 0x96588, symSize: 0x4 }
+ - { offsetInCU: 0x2871, offset: 0xD7150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAESQAAWl', symObjAddr: 0x389C, symBinAddr: 0x9658C, symSize: 0x44 }
+ - { offsetInCU: 0x2885, offset: 0xD7164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x38E0, symBinAddr: 0x965D0, symSize: 0x4 }
+ - { offsetInCU: 0x2899, offset: 0xD7178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38E4, symBinAddr: 0x965D4, symSize: 0x44 }
+ - { offsetInCU: 0x28AD, offset: 0xD718C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3928, symBinAddr: 0x96618, symSize: 0x4 }
+ - { offsetInCU: 0x28C1, offset: 0xD71A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x392C, symBinAddr: 0x9661C, symSize: 0x44 }
+ - { offsetInCU: 0x28D5, offset: 0xD71B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwet', symObjAddr: 0x39A4, symBinAddr: 0x96684, symSize: 0x90 }
+ - { offsetInCU: 0x28E9, offset: 0xD71C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwst', symObjAddr: 0x3A34, symBinAddr: 0x96714, symSize: 0xBC }
+ - { offsetInCU: 0x28FD, offset: 0xD71DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwug', symObjAddr: 0x3AF0, symBinAddr: 0x967D0, symSize: 0x8 }
+ - { offsetInCU: 0x2911, offset: 0xD71F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwup', symObjAddr: 0x3AF8, symBinAddr: 0x967D8, symSize: 0x4 }
+ - { offsetInCU: 0x2925, offset: 0xD7204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwui', symObjAddr: 0x3AFC, symBinAddr: 0x967DC, symSize: 0x8 }
+ - { offsetInCU: 0x2939, offset: 0xD7218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOMa', symObjAddr: 0x3B04, symBinAddr: 0x967E4, symSize: 0x10 }
+ - { offsetInCU: 0x294D, offset: 0xD722C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwug', symObjAddr: 0x3B20, symBinAddr: 0x967FC, symSize: 0x8 }
+ - { offsetInCU: 0x2961, offset: 0xD7240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwup', symObjAddr: 0x3B28, symBinAddr: 0x96804, symSize: 0x4 }
+ - { offsetInCU: 0x2975, offset: 0xD7254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwui', symObjAddr: 0x3B2C, symBinAddr: 0x96808, symSize: 0x4 }
+ - { offsetInCU: 0x2989, offset: 0xD7268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOMa', symObjAddr: 0x3B30, symBinAddr: 0x9680C, symSize: 0x10 }
+ - { offsetInCU: 0x299D, offset: 0xD727C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwCP', symObjAddr: 0x3B40, symBinAddr: 0x9681C, symSize: 0x30 }
+ - { offsetInCU: 0x29B1, offset: 0xD7290, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwxx', symObjAddr: 0x3B70, symBinAddr: 0x9684C, symSize: 0x24 }
+ - { offsetInCU: 0x29C5, offset: 0xD72A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwcp', symObjAddr: 0x3B94, symBinAddr: 0x96870, symSize: 0x70 }
+ - { offsetInCU: 0x29D9, offset: 0xD72B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwca', symObjAddr: 0x3C04, symBinAddr: 0x968E0, symSize: 0xCC }
+ - { offsetInCU: 0x29ED, offset: 0xD72CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwta', symObjAddr: 0x3E4C, symBinAddr: 0x969AC, symSize: 0x4C }
+ - { offsetInCU: 0x2A01, offset: 0xD72E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwet', symObjAddr: 0x3E98, symBinAddr: 0x969F8, symSize: 0x5C }
+ - { offsetInCU: 0x2A15, offset: 0xD72F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwst', symObjAddr: 0x3EF4, symBinAddr: 0x96A54, symSize: 0x58 }
+ - { offsetInCU: 0x2A29, offset: 0xD7308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwug', symObjAddr: 0x3F4C, symBinAddr: 0x96AAC, symSize: 0x20 }
+ - { offsetInCU: 0x2A3D, offset: 0xD731C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwup', symObjAddr: 0x3F6C, symBinAddr: 0x96ACC, symSize: 0x4 }
+ - { offsetInCU: 0x2A51, offset: 0xD7330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwui', symObjAddr: 0x3F70, symBinAddr: 0x96AD0, symSize: 0x38 }
+ - { offsetInCU: 0x2A65, offset: 0xD7344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOMa', symObjAddr: 0x3FA8, symBinAddr: 0x96B08, symSize: 0x10 }
+ - { offsetInCU: 0x2A79, offset: 0xD7358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwug', symObjAddr: 0x40C0, symBinAddr: 0x96C20, symSize: 0x8 }
+ - { offsetInCU: 0x2A8D, offset: 0xD736C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwup', symObjAddr: 0x40C8, symBinAddr: 0x96C28, symSize: 0x4 }
+ - { offsetInCU: 0x2AA1, offset: 0xD7380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwui', symObjAddr: 0x40CC, symBinAddr: 0x96C2C, symSize: 0x4 }
+ - { offsetInCU: 0x2AB5, offset: 0xD7394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOMa', symObjAddr: 0x40D0, symBinAddr: 0x96C30, symSize: 0x10 }
+ - { offsetInCU: 0x2AC9, offset: 0xD73A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x40E0, symBinAddr: 0x96C40, symSize: 0x44 }
+ - { offsetInCU: 0x2ADD, offset: 0xD73BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESYAAWl', symObjAddr: 0x4124, symBinAddr: 0x96C84, symSize: 0x44 }
+ - { offsetInCU: 0x2C2C, offset: 0xD750B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x978, symBinAddr: 0x93750, symSize: 0x88 }
+ - { offsetInCU: 0x2CDB, offset: 0xD75BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA00, symBinAddr: 0x937D8, symSize: 0x60 }
+ - { offsetInCU: 0x2D59, offset: 0xD7638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA60, symBinAddr: 0x93838, symSize: 0x40 }
+ - { offsetInCU: 0x2DAB, offset: 0xD768A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xAA0, symBinAddr: 0x93878, symSize: 0x5C }
+ - { offsetInCU: 0x2E07, offset: 0xD76E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB94, symBinAddr: 0x9396C, symSize: 0x28 }
+ - { offsetInCU: 0x2E23, offset: 0xD7702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBBC, symBinAddr: 0x93994, symSize: 0x28 }
+ - { offsetInCU: 0x2EE4, offset: 0xD77C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12A0, symBinAddr: 0x94078, symSize: 0x5C }
+ - { offsetInCU: 0x2F07, offset: 0xD77E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12FC, symBinAddr: 0x940D4, symSize: 0x4C }
+ - { offsetInCU: 0x2F30, offset: 0xD780F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1748, symBinAddr: 0x94520, symSize: 0x28 }
+ - { offsetInCU: 0x2F4C, offset: 0xD782B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1770, symBinAddr: 0x94548, symSize: 0x28 }
+ - { offsetInCU: 0x1F9, offset: 0xD7CF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0x0, symBinAddr: 0x96D04, symSize: 0x800 }
+ - { offsetInCU: 0x715, offset: 0xD8214, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTR', symObjAddr: 0x800, symBinAddr: 0x97504, symSize: 0x24 }
+ - { offsetInCU: 0x741, offset: 0xD8240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorO2eeoiySbAE_AEtFZ', symObjAddr: 0x824, symBinAddr: 0x97528, symSize: 0x10 }
+ - { offsetInCU: 0x76F, offset: 0xD826E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x834, symBinAddr: 0x97538, symSize: 0x24 }
+ - { offsetInCU: 0x804, offset: 0xD8303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x85C, symBinAddr: 0x97560, symSize: 0x14 }
+ - { offsetInCU: 0x86A, offset: 0xD8369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x874, symBinAddr: 0x97578, symSize: 0x28 }
+ - { offsetInCU: 0x8E5, offset: 0xD83E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvg', symObjAddr: 0x8A0, symBinAddr: 0x975A4, symSize: 0x40 }
+ - { offsetInCU: 0x901, offset: 0xD8400, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvs', symObjAddr: 0x8E0, symBinAddr: 0x975E4, symSize: 0x50 }
+ - { offsetInCU: 0x91D, offset: 0xD841C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvM', symObjAddr: 0x930, symBinAddr: 0x97634, symSize: 0x68 }
+ - { offsetInCU: 0x939, offset: 0xD8438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvM.resume.0', symObjAddr: 0x998, symBinAddr: 0x9769C, symSize: 0x6C }
+ - { offsetInCU: 0x955, offset: 0xD8454, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvg', symObjAddr: 0xA04, symBinAddr: 0x97708, symSize: 0x40 }
+ - { offsetInCU: 0x971, offset: 0xD8470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvs', symObjAddr: 0xA44, symBinAddr: 0x97748, symSize: 0x50 }
+ - { offsetInCU: 0x98D, offset: 0xD848C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvM', symObjAddr: 0xA94, symBinAddr: 0x97798, symSize: 0x68 }
+ - { offsetInCU: 0x9A9, offset: 0xD84A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvM.resume.0', symObjAddr: 0xAFC, symBinAddr: 0x97800, symSize: 0x6C }
+ - { offsetInCU: 0x9C5, offset: 0xD84C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvg', symObjAddr: 0xB68, symBinAddr: 0x9786C, symSize: 0x44 }
+ - { offsetInCU: 0x9E1, offset: 0xD84E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvs', symObjAddr: 0xBAC, symBinAddr: 0x978B0, symSize: 0x60 }
+ - { offsetInCU: 0x9FD, offset: 0xD84FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvM', symObjAddr: 0xC0C, symBinAddr: 0x97910, symSize: 0x6C }
+ - { offsetInCU: 0xA19, offset: 0xD8518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvM.resume.0', symObjAddr: 0xC78, symBinAddr: 0x9797C, symSize: 0x70 }
+ - { offsetInCU: 0xA35, offset: 0xD8534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvg', symObjAddr: 0xCE8, symBinAddr: 0x979EC, symSize: 0x34 }
+ - { offsetInCU: 0xA51, offset: 0xD8550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvs', symObjAddr: 0xD1C, symBinAddr: 0x97A20, symSize: 0x44 }
+ - { offsetInCU: 0xA6D, offset: 0xD856C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvM', symObjAddr: 0xD60, symBinAddr: 0x97A64, symSize: 0x3C }
+ - { offsetInCU: 0xA89, offset: 0xD8588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvg', symObjAddr: 0xD9C, symBinAddr: 0x97AA0, symSize: 0x30 }
+ - { offsetInCU: 0xAA5, offset: 0xD85A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvs', symObjAddr: 0xDCC, symBinAddr: 0x97AD0, symSize: 0x3C }
+ - { offsetInCU: 0xAC1, offset: 0xD85C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvM', symObjAddr: 0xE08, symBinAddr: 0x97B0C, symSize: 0x3C }
+ - { offsetInCU: 0xADD, offset: 0xD85DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0Cvg', symObjAddr: 0xE44, symBinAddr: 0x97B48, symSize: 0x34 }
+ - { offsetInCU: 0xAF9, offset: 0xD85F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0Cvs', symObjAddr: 0xE78, symBinAddr: 0x97B7C, symSize: 0x44 }
+ - { offsetInCU: 0xB15, offset: 0xD8614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0CvM', symObjAddr: 0xEBC, symBinAddr: 0x97BC0, symSize: 0x3C }
+ - { offsetInCU: 0xB31, offset: 0xD8630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xEF8, symBinAddr: 0x97BFC, symSize: 0x8 }
+ - { offsetInCU: 0xB4D, offset: 0xD864C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13callbackQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xF00, symBinAddr: 0x97C04, symSize: 0x8 }
+ - { offsetInCU: 0xB69, offset: 0xD8668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvg', symObjAddr: 0xF08, symBinAddr: 0x97C0C, symSize: 0x30 }
+ - { offsetInCU: 0xB85, offset: 0xD8684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvs', symObjAddr: 0xF38, symBinAddr: 0x97C3C, symSize: 0x3C }
+ - { offsetInCU: 0xBA1, offset: 0xD86A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvM', symObjAddr: 0xF74, symBinAddr: 0x97C78, symSize: 0x3C }
+ - { offsetInCU: 0xBBD, offset: 0xD86BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvg', symObjAddr: 0xFB0, symBinAddr: 0x97CB4, symSize: 0x30 }
+ - { offsetInCU: 0xBD9, offset: 0xD86D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvs', symObjAddr: 0xFE0, symBinAddr: 0x97CE4, symSize: 0x3C }
+ - { offsetInCU: 0xBF5, offset: 0xD86F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvM', symObjAddr: 0x101C, symBinAddr: 0x97D20, symSize: 0x3C }
+ - { offsetInCU: 0xC11, offset: 0xD8710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvg', symObjAddr: 0x112C, symBinAddr: 0x97E30, symSize: 0x30 }
+ - { offsetInCU: 0xC2D, offset: 0xD872C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvs', symObjAddr: 0x115C, symBinAddr: 0x97E60, symSize: 0x3C }
+ - { offsetInCU: 0xC49, offset: 0xD8748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvM', symObjAddr: 0x1198, symBinAddr: 0x97E9C, symSize: 0x3C }
+ - { offsetInCU: 0xC65, offset: 0xD8764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvg', symObjAddr: 0x11D4, symBinAddr: 0x97ED8, symSize: 0x48 }
+ - { offsetInCU: 0xC81, offset: 0xD8780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvs', symObjAddr: 0x121C, symBinAddr: 0x97F20, symSize: 0x50 }
+ - { offsetInCU: 0xC9D, offset: 0xD879C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvM', symObjAddr: 0x126C, symBinAddr: 0x97F70, symSize: 0x3C }
+ - { offsetInCU: 0xCB9, offset: 0xD87B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvg', symObjAddr: 0x1324, symBinAddr: 0x98028, symSize: 0x58 }
+ - { offsetInCU: 0xCD5, offset: 0xD87D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvs', symObjAddr: 0x137C, symBinAddr: 0x98080, symSize: 0x68 }
+ - { offsetInCU: 0xCF1, offset: 0xD87F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvM', symObjAddr: 0x13E4, symBinAddr: 0x980E8, symSize: 0x44 }
+ - { offsetInCU: 0xD0D, offset: 0xD880C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvg', symObjAddr: 0x1428, symBinAddr: 0x9812C, symSize: 0x50 }
+ - { offsetInCU: 0xD29, offset: 0xD8828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvs', symObjAddr: 0x1478, symBinAddr: 0x9817C, symSize: 0x50 }
+ - { offsetInCU: 0xD45, offset: 0xD8844, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvM', symObjAddr: 0x14C8, symBinAddr: 0x981CC, symSize: 0x44 }
+ - { offsetInCU: 0xD61, offset: 0xD8860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvM.resume.0', symObjAddr: 0x150C, symBinAddr: 0x98210, symSize: 0x4 }
+ - { offsetInCU: 0xD7D, offset: 0xD887C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14operationMutexSo21OS_dispatch_semaphoreCvg', symObjAddr: 0x1510, symBinAddr: 0x98214, symSize: 0x10 }
+ - { offsetInCU: 0xD99, offset: 0xD8898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14operationQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x1520, symBinAddr: 0x98224, symSize: 0x10 }
+ - { offsetInCU: 0xDB5, offset: 0xD88B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvg', symObjAddr: 0x1530, symBinAddr: 0x98234, symSize: 0x48 }
+ - { offsetInCU: 0xDD1, offset: 0xD88D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvs', symObjAddr: 0x1578, symBinAddr: 0x9827C, symSize: 0x50 }
+ - { offsetInCU: 0xDED, offset: 0xD88EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvM', symObjAddr: 0x15C8, symBinAddr: 0x982CC, symSize: 0x44 }
+ - { offsetInCU: 0xE09, offset: 0xD8908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12sessionTokenSSSgvM', symObjAddr: 0x1624, symBinAddr: 0x98328, symSize: 0x44 }
+ - { offsetInCU: 0xE25, offset: 0xD8924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5appIdSSSgvM', symObjAddr: 0x1728, symBinAddr: 0x9842C, symSize: 0x44 }
+ - { offsetInCU: 0xE41, offset: 0xD8940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0Ovg', symObjAddr: 0x1B84, symBinAddr: 0x98888, symSize: 0x44 }
+ - { offsetInCU: 0xE8E, offset: 0xD898D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0Ovs', symObjAddr: 0x1BC8, symBinAddr: 0x988CC, symSize: 0x6C }
+ - { offsetInCU: 0xEEA, offset: 0xD89E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0OvM', symObjAddr: 0x1C34, symBinAddr: 0x98938, symSize: 0x58 }
+ - { offsetInCU: 0xF19, offset: 0xD8A18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0OvM.resume.0', symObjAddr: 0x1C8C, symBinAddr: 0x98990, symSize: 0x50 }
+ - { offsetInCU: 0xF58, offset: 0xD8A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0Ovg', symObjAddr: 0x1CDC, symBinAddr: 0x989E0, symSize: 0x58 }
+ - { offsetInCU: 0xF77, offset: 0xD8A76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0Ovs', symObjAddr: 0x1D34, symBinAddr: 0x98A38, symSize: 0x178 }
+ - { offsetInCU: 0x101B, offset: 0xD8B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvM', symObjAddr: 0x1EAC, symBinAddr: 0x98BB0, symSize: 0x68 }
+ - { offsetInCU: 0x1057, offset: 0xD8B56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvM.resume.0', symObjAddr: 0x1F14, symBinAddr: 0x98C18, symSize: 0x24 }
+ - { offsetInCU: 0x1073, offset: 0xD8B72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCfd', symObjAddr: 0x1F38, symBinAddr: 0x98C3C, symSize: 0x1A0 }
+ - { offsetInCU: 0x10A2, offset: 0xD8BA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCfD', symObjAddr: 0x20D8, symBinAddr: 0x98DDC, symSize: 0x20 }
+ - { offsetInCU: 0x10CF, offset: 0xD8BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfC', symObjAddr: 0x20F8, symBinAddr: 0x98DFC, symSize: 0x94 }
+ - { offsetInCU: 0x10ED, offset: 0xD8BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfc', symObjAddr: 0x218C, symBinAddr: 0x98E90, symSize: 0x8F8 }
+ - { offsetInCU: 0x14E2, offset: 0xD8FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5clearyyF', symObjAddr: 0x2A84, symBinAddr: 0x99788, symSize: 0x1DC }
+ - { offsetInCU: 0x1636, offset: 0xD9135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10setTimeoutyyAA0H0CF', symObjAddr: 0x2C60, symBinAddr: 0x99964, symSize: 0x60 }
+ - { offsetInCU: 0x1675, offset: 0xD9174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyF', symObjAddr: 0x2CC0, symBinAddr: 0x999C4, symSize: 0x400 }
+ - { offsetInCU: 0x1833, offset: 0xD9332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_', symObjAddr: 0x30C0, symBinAddr: 0x99DC4, symSize: 0x4C8 }
+ - { offsetInCU: 0x18B8, offset: 0xD93B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_yycfU_', symObjAddr: 0x40FC, symBinAddr: 0x9AE00, symSize: 0x364 }
+ - { offsetInCU: 0x1A54, offset: 0xD9553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_ys5Error_pSgcfU0_', symObjAddr: 0x4460, symBinAddr: 0x9B164, symSize: 0x364 }
+ - { offsetInCU: 0x1C6A, offset: 0xD9769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tF', symObjAddr: 0x47C4, symBinAddr: 0x9B4C8, symSize: 0x448 }
+ - { offsetInCU: 0x1E58, offset: 0xD9957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFyycfU_', symObjAddr: 0x4C0C, symBinAddr: 0x9B910, symSize: 0x154 }
+ - { offsetInCU: 0x1EC0, offset: 0xD99BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyF', symObjAddr: 0x4D60, symBinAddr: 0x9BA64, symSize: 0x408 }
+ - { offsetInCU: 0x2055, offset: 0xD9B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_', symObjAddr: 0x5168, symBinAddr: 0x9BE6C, symSize: 0x10C }
+ - { offsetInCU: 0x20B2, offset: 0xD9BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyF', symObjAddr: 0x5274, symBinAddr: 0x9BF78, symSize: 0x2D4 }
+ - { offsetInCU: 0x2104, offset: 0xD9C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyFyyYbcfU_', symObjAddr: 0x5548, symBinAddr: 0x9C24C, symSize: 0x90 }
+ - { offsetInCU: 0x214A, offset: 0xD9C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tF', symObjAddr: 0x55D8, symBinAddr: 0x9C2DC, symSize: 0x224 }
+ - { offsetInCU: 0x21AF, offset: 0xD9CAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tFyyYbcfU_', symObjAddr: 0x57FC, symBinAddr: 0x9C500, symSize: 0x104 }
+ - { offsetInCU: 0x221C, offset: 0xD9D1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvgTW', symObjAddr: 0x5900, symBinAddr: 0x9C604, symSize: 0x28 }
+ - { offsetInCU: 0x2238, offset: 0xD9D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvsTW', symObjAddr: 0x5928, symBinAddr: 0x9C62C, symSize: 0x28 }
+ - { offsetInCU: 0x2254, offset: 0xD9D53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvMTW', symObjAddr: 0x5950, symBinAddr: 0x9C654, symSize: 0x50 }
+ - { offsetInCU: 0x2270, offset: 0xD9D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvgTW', symObjAddr: 0x59A4, symBinAddr: 0x9C6A8, symSize: 0x28 }
+ - { offsetInCU: 0x228C, offset: 0xD9D8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvsTW', symObjAddr: 0x59CC, symBinAddr: 0x9C6D0, symSize: 0x28 }
+ - { offsetInCU: 0x22A8, offset: 0xD9DA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvMTW', symObjAddr: 0x59F4, symBinAddr: 0x9C6F8, symSize: 0x50 }
+ - { offsetInCU: 0x22C4, offset: 0xD9DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvgTW', symObjAddr: 0x5A48, symBinAddr: 0x9C74C, symSize: 0x28 }
+ - { offsetInCU: 0x22E0, offset: 0xD9DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvsTW', symObjAddr: 0x5A70, symBinAddr: 0x9C774, symSize: 0x28 }
+ - { offsetInCU: 0x22FC, offset: 0xD9DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvMTW', symObjAddr: 0x5A98, symBinAddr: 0x9C79C, symSize: 0x50 }
+ - { offsetInCU: 0x2318, offset: 0xD9E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvgTW', symObjAddr: 0x5AEC, symBinAddr: 0x9C7F0, symSize: 0x28 }
+ - { offsetInCU: 0x2334, offset: 0xD9E33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvsTW', symObjAddr: 0x5B14, symBinAddr: 0x9C818, symSize: 0x28 }
+ - { offsetInCU: 0x2350, offset: 0xD9E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvMTW', symObjAddr: 0x5B3C, symBinAddr: 0x9C840, symSize: 0x50 }
+ - { offsetInCU: 0x236C, offset: 0xD9E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvgTW', symObjAddr: 0x5B90, symBinAddr: 0x9C894, symSize: 0x28 }
+ - { offsetInCU: 0x2388, offset: 0xD9E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvsTW', symObjAddr: 0x5BB8, symBinAddr: 0x9C8BC, symSize: 0x28 }
+ - { offsetInCU: 0x23A4, offset: 0xD9EA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvMTW', symObjAddr: 0x5BE0, symBinAddr: 0x9C8E4, symSize: 0x50 }
+ - { offsetInCU: 0x23C0, offset: 0xD9EBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP10setTimeoutyyAA0H0CFTW', symObjAddr: 0x5C60, symBinAddr: 0x9C964, symSize: 0x28 }
+ - { offsetInCU: 0x23DC, offset: 0xD9EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP5clearyyFTW', symObjAddr: 0x5C88, symBinAddr: 0x9C98C, symSize: 0x28 }
+ - { offsetInCU: 0x240F, offset: 0xD9F0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvpACTk', symObjAddr: 0x12A8, symBinAddr: 0x97FAC, symSize: 0x7C }
+ - { offsetInCU: 0x2427, offset: 0xD9F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyF', symObjAddr: 0x176C, symBinAddr: 0x98470, symSize: 0x2D8 }
+ - { offsetInCU: 0x255A, offset: 0xDA059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0x5FA8, symBinAddr: 0x9CCAC, symSize: 0x1A0 }
+ - { offsetInCU: 0x25FB, offset: 0xDA0FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0x6148, symBinAddr: 0x9CE4C, symSize: 0x39C }
+ - { offsetInCU: 0x2876, offset: 0xDA375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14stopAliveTimeryyF', symObjAddr: 0x1A44, symBinAddr: 0x98748, symSize: 0x140 }
+ - { offsetInCU: 0x2A50, offset: 0xDA54F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7baseURL12sessionToken15timeoutInterval8clientIdACSg10Foundation0G0VSg_SSSgSdSStc33_837ED5C35CB9AFFFB3AD4C4EBB174BECLlfC', symObjAddr: 0x3588, symBinAddr: 0x9A28C, symSize: 0xB74 }
+ - { offsetInCU: 0x2F4F, offset: 0xDAA4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP4send7request17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x5CB0, symBinAddr: 0x9C9B4, symSize: 0x20 }
+ - { offsetInCU: 0x2F6B, offset: 0xDAA6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC19websocketDidConnect6socketyAA03WebeF0_p_tF', symObjAddr: 0x5CD0, symBinAddr: 0x9C9D4, symSize: 0x1E0 }
+ - { offsetInCU: 0x30F8, offset: 0xDABF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC22websocketDidDisconnect6socket5erroryAA03WebeF0_p_s5Error_pSgtF', symObjAddr: 0x5EB0, symBinAddr: 0x9CBB4, symSize: 0x8 }
+ - { offsetInCU: 0x310C, offset: 0xDAC0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStF', symObjAddr: 0x5EB8, symBinAddr: 0x9CBBC, symSize: 0xC }
+ - { offsetInCU: 0x3120, offset: 0xDAC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFyAA8SequenceC6ResultOcfU_', symObjAddr: 0x5EC4, symBinAddr: 0x9CBC8, symSize: 0xC4 }
+ - { offsetInCU: 0x31B2, offset: 0xDACB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23websocketDidReceiveData6socket4datayAA03WebeF0_p_10Foundation0J0VtF', symObjAddr: 0x5F88, symBinAddr: 0x9CC8C, symSize: 0x4 }
+ - { offsetInCU: 0x31C6, offset: 0xDACC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP19websocketDidConnect6socketyAA0geF0_p_tFTW', symObjAddr: 0x5F8C, symBinAddr: 0x9CC90, symSize: 0x4 }
+ - { offsetInCU: 0x31F1, offset: 0xDACF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP22websocketDidDisconnect6socket5erroryAA0geF0_p_s5Error_pSgtFTW', symObjAddr: 0x5F90, symBinAddr: 0x9CC94, symSize: 0x8 }
+ - { offsetInCU: 0x3233, offset: 0xDAD32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP26websocketDidReceiveMessage6socket4textyAA0geF0_p_SStFTW', symObjAddr: 0x5F98, symBinAddr: 0x9CC9C, symSize: 0xC }
+ - { offsetInCU: 0x3275, offset: 0xDAD74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP23websocketDidReceiveData6socket4datayAA0geF0_p_10Foundation0L0VtFTW', symObjAddr: 0x5FA4, symBinAddr: 0x9CCA8, symSize: 0x4 }
+ - { offsetInCU: 0x3295, offset: 0xDAD94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP23websocketDidReceiveData6socket4datayAA0geF0_p_10Foundation0L0VtFTW', symObjAddr: 0x5FA4, symBinAddr: 0x9CCA8, symSize: 0x4 }
+ - { offsetInCU: 0x330E, offset: 0xDAE0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMa', symObjAddr: 0x6560, symBinAddr: 0x9D1E8, symSize: 0x3C }
+ - { offsetInCU: 0x332D, offset: 0xDAE2C, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x66A8, symBinAddr: 0x9D248, symSize: 0x24 }
+ - { offsetInCU: 0x3382, offset: 0xDAE81, size: 0x8, addend: 0x0, symName: '_$sS2sSTsWl', symObjAddr: 0x6754, symBinAddr: 0x9D2F4, symSize: 0x44 }
+ - { offsetInCU: 0x3396, offset: 0xDAE95, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOf', symObjAddr: 0x6798, symBinAddr: 0x9D338, symSize: 0x48 }
+ - { offsetInCU: 0x33AA, offset: 0xDAEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0x6804, symBinAddr: 0x9D3A4, symSize: 0x8 }
+ - { offsetInCU: 0x33BE, offset: 0xDAEBD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x680C, symBinAddr: 0x9D3AC, symSize: 0x10 }
+ - { offsetInCU: 0x33D2, offset: 0xDAED1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x681C, symBinAddr: 0x9D3BC, symSize: 0x8 }
+ - { offsetInCU: 0x33E6, offset: 0xDAEE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvsyyYbcfU_TA', symObjAddr: 0x68A4, symBinAddr: 0x9D444, symSize: 0x30 }
+ - { offsetInCU: 0x341A, offset: 0xDAF19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SBWebSocketClientDelegate_pSgXwWOh', symObjAddr: 0x691C, symBinAddr: 0x9D4BC, symSize: 0x24 }
+ - { offsetInCU: 0x342E, offset: 0xDAF2D, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x69BC, symBinAddr: 0x9D520, symSize: 0x48 }
+ - { offsetInCU: 0x3442, offset: 0xDAF41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_TA', symObjAddr: 0x6A04, symBinAddr: 0x9D568, symSize: 0x8 }
+ - { offsetInCU: 0x3456, offset: 0xDAF55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFyycfU_TA', symObjAddr: 0x6A30, symBinAddr: 0x9D594, symSize: 0xC }
+ - { offsetInCU: 0x346A, offset: 0xDAF69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_TA', symObjAddr: 0x6A3C, symBinAddr: 0x9D5A0, symSize: 0x8 }
+ - { offsetInCU: 0x347E, offset: 0xDAF7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyFyyYbcfU_TA', symObjAddr: 0x6A44, symBinAddr: 0x9D5A8, symSize: 0x8 }
+ - { offsetInCU: 0x3492, offset: 0xDAF91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tFyyYbcfU_TA', symObjAddr: 0x6A78, symBinAddr: 0x9D5DC, symSize: 0xC }
+ - { offsetInCU: 0x356C, offset: 0xDB06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC22websocketDidDisconnect6socket5erroryAA03WebeF0_p_s5Error_pSgtFTf4dnn_n', symObjAddr: 0x6C20, symBinAddr: 0x9D784, symSize: 0x214 }
+ - { offsetInCU: 0x3779, offset: 0xDB278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFTf4dnn_n', symObjAddr: 0x6E34, symBinAddr: 0x9D998, symSize: 0x3DC }
+ - { offsetInCU: 0x39AB, offset: 0xDB4AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23websocketDidReceiveData6socket4datayAA03WebeF0_p_10Foundation0J0VtFTf4ddn_n', symObjAddr: 0x7210, symBinAddr: 0x9DD74, symSize: 0x1A4 }
+ - { offsetInCU: 0x3B27, offset: 0xDB626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSHAASQWb', symObjAddr: 0x73B4, symBinAddr: 0x9DF18, symSize: 0x4 }
+ - { offsetInCU: 0x3B3B, offset: 0xDB63A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOAESQAAWl', symObjAddr: 0x73B8, symBinAddr: 0x9DF1C, symSize: 0x44 }
+ - { offsetInCU: 0x3B4F, offset: 0xDB64E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOSHAASQWb', symObjAddr: 0x73FC, symBinAddr: 0x9DF60, symSize: 0x4 }
+ - { offsetInCU: 0x3B63, offset: 0xDB662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOAESQAAWl', symObjAddr: 0x7400, symBinAddr: 0x9DF64, symSize: 0x44 }
+ - { offsetInCU: 0x3B77, offset: 0xDB676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMU', symObjAddr: 0x7AF0, symBinAddr: 0x9E654, symSize: 0x8 }
+ - { offsetInCU: 0x3B8B, offset: 0xDB68A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMr', symObjAddr: 0x7AF8, symBinAddr: 0x9E65C, symSize: 0x110 }
+ - { offsetInCU: 0x3B9F, offset: 0xDB69E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwug', symObjAddr: 0x7F44, symBinAddr: 0x9EA98, symSize: 0x8 }
+ - { offsetInCU: 0x3BB3, offset: 0xDB6B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwup', symObjAddr: 0x7F4C, symBinAddr: 0x9EAA0, symSize: 0x4 }
+ - { offsetInCU: 0x3BC7, offset: 0xDB6C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwui', symObjAddr: 0x7F50, symBinAddr: 0x9EAA4, symSize: 0x8 }
+ - { offsetInCU: 0x3BDB, offset: 0xDB6DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOMa', symObjAddr: 0x7F58, symBinAddr: 0x9EAAC, symSize: 0x10 }
+ - { offsetInCU: 0x3BEF, offset: 0xDB6EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOwup', symObjAddr: 0x80BC, symBinAddr: 0x9EC10, symSize: 0x4 }
+ - { offsetInCU: 0x3C03, offset: 0xDB702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOMa', symObjAddr: 0x80C0, symBinAddr: 0x9EC14, symSize: 0x10 }
+ - { offsetInCU: 0x3C17, offset: 0xDB716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pWOb', symObjAddr: 0x80D0, symBinAddr: 0x9EC24, symSize: 0x18 }
+ - { offsetInCU: 0x3C2B, offset: 0xDB72A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFyAA8SequenceC6ResultOcfU_TA', symObjAddr: 0x818C, symBinAddr: 0x9EC80, symSize: 0x8 }
+ - { offsetInCU: 0x3C3F, offset: 0xDB73E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_yycfU_TA', symObjAddr: 0x81D0, symBinAddr: 0x9EC88, symSize: 0x28 }
+ - { offsetInCU: 0x3C73, offset: 0xDB772, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_yycfU_TA', symObjAddr: 0x8220, symBinAddr: 0x9ECD8, symSize: 0xC }
+ - { offsetInCU: 0x3C87, offset: 0xDB786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_ys5Error_pSgcfU0_TA', symObjAddr: 0x8264, symBinAddr: 0x9ED1C, symSize: 0xC }
+ - { offsetInCU: 0x3C9B, offset: 0xDB79A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x82E8, symBinAddr: 0x9EDA0, symSize: 0x8 }
+ - { offsetInCU: 0x3E5E, offset: 0xDB95D, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0x66CC, symBinAddr: 0x9D26C, symSize: 0x88 }
+ - { offsetInCU: 0x3EFE, offset: 0xDB9FD, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSay13SendBirdCalls7SBTimerCG_Tg5Tf4ng_n', symObjAddr: 0x6A84, symBinAddr: 0x9D5E8, symSize: 0x19C }
+ - { offsetInCU: 0x27, offset: 0xDC0BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x9EE1C, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xDC0D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x9EE1C, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0xDC0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x9EE20, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xDC120, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x9EE5C, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xDC141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x9EE84, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xDC172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x9EEC4, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xDC18E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x9EEC8, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0xDC1AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x9EECC, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0xDC1BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6roomIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x9EED4, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0xDC1DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0xE8, symBinAddr: 0x9EF04, symSize: 0x80 }
+ - { offsetInCU: 0x1D3, offset: 0xDC269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A8, symBinAddr: 0x9EF84, symSize: 0x4 }
+ - { offsetInCU: 0x21F, offset: 0xDC2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x25C, symBinAddr: 0x9EFF4, symSize: 0x40 }
+ - { offsetInCU: 0x256, offset: 0xDC2EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x3B8, symBinAddr: 0x9F150, symSize: 0x8 }
+ - { offsetInCU: 0x281, offset: 0xDC317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3C0, symBinAddr: 0x9F158, symSize: 0x8 }
+ - { offsetInCU: 0x2B3, offset: 0xDC349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x454, symBinAddr: 0x9F1EC, symSize: 0x4 }
+ - { offsetInCU: 0x2F8, offset: 0xDC38E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x1AC, symBinAddr: 0x9EF88, symSize: 0x24 }
+ - { offsetInCU: 0x30C, offset: 0xDC3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1D0, symBinAddr: 0x9EFAC, symSize: 0x44 }
+ - { offsetInCU: 0x320, offset: 0xDC3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x214, symBinAddr: 0x9EFF0, symSize: 0x4 }
+ - { offsetInCU: 0x334, offset: 0xDC3CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x29C, symBinAddr: 0x9F034, symSize: 0x24 }
+ - { offsetInCU: 0x348, offset: 0xDC3DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x2C0, symBinAddr: 0x9F058, symSize: 0x44 }
+ - { offsetInCU: 0x35C, offset: 0xDC3F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA11RequestableAAWI', symObjAddr: 0x304, symBinAddr: 0x9F09C, symSize: 0x2C }
+ - { offsetInCU: 0x370, offset: 0xDC406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA0F0AAWl', symObjAddr: 0x330, symBinAddr: 0x9F0C8, symSize: 0x44 }
+ - { offsetInCU: 0x384, offset: 0xDC41A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x374, symBinAddr: 0x9F10C, symSize: 0x44 }
+ - { offsetInCU: 0x398, offset: 0xDC42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0AAWI', symObjAddr: 0x3C8, symBinAddr: 0x9F160, symSize: 0x24 }
+ - { offsetInCU: 0x3AC, offset: 0xDC442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVACSEAAWl', symObjAddr: 0x3EC, symBinAddr: 0x9F184, symSize: 0x44 }
+ - { offsetInCU: 0x3C0, offset: 0xDC456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x430, symBinAddr: 0x9F1C8, symSize: 0x24 }
+ - { offsetInCU: 0x3D4, offset: 0xDC46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwCP', symObjAddr: 0x458, symBinAddr: 0x9F1F0, symSize: 0x30 }
+ - { offsetInCU: 0x3E8, offset: 0xDC47E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwxx', symObjAddr: 0x488, symBinAddr: 0x9F220, symSize: 0x28 }
+ - { offsetInCU: 0x3FC, offset: 0xDC492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwcp', symObjAddr: 0x4B0, symBinAddr: 0x9F248, symSize: 0x44 }
+ - { offsetInCU: 0x410, offset: 0xDC4A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwca', symObjAddr: 0x4F4, symBinAddr: 0x9F28C, symSize: 0x6C }
+ - { offsetInCU: 0x424, offset: 0xDC4BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwta', symObjAddr: 0x56C, symBinAddr: 0x9F2F8, symSize: 0x4C }
+ - { offsetInCU: 0x438, offset: 0xDC4CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwet', symObjAddr: 0x5B8, symBinAddr: 0x9F344, symSize: 0x48 }
+ - { offsetInCU: 0x44C, offset: 0xDC4E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwst', symObjAddr: 0x600, symBinAddr: 0x9F38C, symSize: 0x40 }
+ - { offsetInCU: 0x460, offset: 0xDC4F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVMa', symObjAddr: 0x640, symBinAddr: 0x9F3CC, symSize: 0x10 }
+ - { offsetInCU: 0x159, offset: 0xDC855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15broadcastDialedyyF', symObjAddr: 0x0, symBinAddr: 0x9F3E0, symSize: 0x2EC }
+ - { offsetInCU: 0x361, offset: 0xDCA5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15broadcastDialedyyFTo', symObjAddr: 0x2EC, symBinAddr: 0x9F6CC, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0xDCA79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyF', symObjAddr: 0x318, symBinAddr: 0x9F6F8, symSize: 0x308 }
+ - { offsetInCU: 0x565, offset: 0xDCC61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyFTo', symObjAddr: 0x620, symBinAddr: 0x9FA00, symSize: 0x2C }
+ - { offsetInCU: 0x581, offset: 0xDCC7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyF', symObjAddr: 0x64C, symBinAddr: 0x9FA2C, symSize: 0x300 }
+ - { offsetInCU: 0x789, offset: 0xDCE85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyFTo', symObjAddr: 0x94C, symBinAddr: 0x9FD2C, symSize: 0x2C }
+ - { offsetInCU: 0x7A5, offset: 0xDCEA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyF', symObjAddr: 0x978, symBinAddr: 0x9FD58, symSize: 0x30C }
+ - { offsetInCU: 0x98D, offset: 0xDD089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyFTo', symObjAddr: 0xC84, symBinAddr: 0xA0064, symSize: 0x2C }
+ - { offsetInCU: 0x9A9, offset: 0xDD0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyF', symObjAddr: 0xCB0, symBinAddr: 0xA0090, symSize: 0x308 }
+ - { offsetInCU: 0xB91, offset: 0xDD28D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyFTo', symObjAddr: 0xFB8, symBinAddr: 0xA0398, symSize: 0x2C }
+ - { offsetInCU: 0xBFB, offset: 0xDD2F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyF', symObjAddr: 0xFE4, symBinAddr: 0xA03C4, symSize: 0x334 }
+ - { offsetInCU: 0xE13, offset: 0xDD50F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyFTo', symObjAddr: 0x1384, symBinAddr: 0xA0764, symSize: 0x2C }
+ - { offsetInCU: 0xE45, offset: 0xDD541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tF', symObjAddr: 0x13B0, symBinAddr: 0xA0790, symSize: 0x318 }
+ - { offsetInCU: 0x104B, offset: 0xDD747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFyycfU_', symObjAddr: 0x16C8, symBinAddr: 0xA0AA8, symSize: 0x20C }
+ - { offsetInCU: 0x1213, offset: 0xDD90F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFTo', symObjAddr: 0x18D4, symBinAddr: 0xA0CB4, symSize: 0x3C }
+ - { offsetInCU: 0x122F, offset: 0xDD92B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tF', symObjAddr: 0x1910, symBinAddr: 0xA0CF0, symSize: 0x318 }
+ - { offsetInCU: 0x1435, offset: 0xDDB31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFyycfU_', symObjAddr: 0x1C28, symBinAddr: 0xA1008, symSize: 0x20C }
+ - { offsetInCU: 0x15F2, offset: 0xDDCEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFTo', symObjAddr: 0x1E34, symBinAddr: 0xA1214, symSize: 0x3C }
+ - { offsetInCU: 0x160E, offset: 0xDDD0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyF', symObjAddr: 0x1E70, symBinAddr: 0xA1250, symSize: 0x424 }
+ - { offsetInCU: 0x1907, offset: 0xDE003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyFTo', symObjAddr: 0x2318, symBinAddr: 0xA16F8, symSize: 0x2C }
+ - { offsetInCU: 0x1923, offset: 0xDE01F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtF', symObjAddr: 0x2344, symBinAddr: 0xA1724, symSize: 0x48C }
+ - { offsetInCU: 0x1CB9, offset: 0xDE3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFyycfU_', symObjAddr: 0x27D0, symBinAddr: 0xA1BB0, symSize: 0xA0 }
+ - { offsetInCU: 0x1D25, offset: 0xDE421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFTo', symObjAddr: 0x2870, symBinAddr: 0xA1C50, symSize: 0x48 }
+ - { offsetInCU: 0x1D41, offset: 0xDE43D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyF', symObjAddr: 0x28B8, symBinAddr: 0xA1C98, symSize: 0x2AC }
+ - { offsetInCU: 0x1EEB, offset: 0xDE5E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFyycfU_', symObjAddr: 0x2B64, symBinAddr: 0xA1F44, symSize: 0xB4 }
+ - { offsetInCU: 0x1F2C, offset: 0xDE628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFTo', symObjAddr: 0x2C18, symBinAddr: 0xA1FF8, symSize: 0x2C }
+ - { offsetInCU: 0x1F48, offset: 0xDE644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyFyycfU_TA', symObjAddr: 0x2D18, symBinAddr: 0xA2048, symSize: 0x20 }
+ - { offsetInCU: 0x1F5C, offset: 0xDE658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyFyycfU_TA', symObjAddr: 0x2D38, symBinAddr: 0xA2068, symSize: 0x20 }
+ - { offsetInCU: 0x1F70, offset: 0xDE66C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyFyycfU_TA', symObjAddr: 0x2D58, symBinAddr: 0xA2088, symSize: 0x20 }
+ - { offsetInCU: 0x1F84, offset: 0xDE680, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyFyycfU_TA', symObjAddr: 0x2D78, symBinAddr: 0xA20A8, symSize: 0x20 }
+ - { offsetInCU: 0x1F98, offset: 0xDE694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyFyycfU_TA', symObjAddr: 0x2D98, symBinAddr: 0xA20C8, symSize: 0x20 }
+ - { offsetInCU: 0x1FAC, offset: 0xDE6A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFyycfU_TA', symObjAddr: 0x2DB8, symBinAddr: 0xA20E8, symSize: 0x8 }
+ - { offsetInCU: 0x1FC0, offset: 0xDE6BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFyycfU_TA', symObjAddr: 0x2DC0, symBinAddr: 0xA20F0, symSize: 0x8 }
+ - { offsetInCU: 0x1FD4, offset: 0xDE6D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyFyycfU_TA', symObjAddr: 0x2DC8, symBinAddr: 0xA20F8, symSize: 0x20 }
+ - { offsetInCU: 0x1FE8, offset: 0xDE6E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFyycfU_TA', symObjAddr: 0x2E0C, symBinAddr: 0xA213C, symSize: 0x10 }
+ - { offsetInCU: 0x1FFC, offset: 0xDE6F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFyycfU_TA', symObjAddr: 0x2E1C, symBinAddr: 0xA214C, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0xDE9CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xA2174, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0xDE9F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xA2174, symSize: 0x4 }
+ - { offsetInCU: 0x6E, offset: 0xDEA15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x4, symBinAddr: 0xA2178, symSize: 0x4 }
+ - { offsetInCU: 0x90, offset: 0xDEA37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x4, symBinAddr: 0xA2178, symSize: 0x4 }
+ - { offsetInCU: 0xA1, offset: 0xDEA48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8intValueACSgSi_tcfC', symObjAddr: 0x8, symBinAddr: 0xA217C, symSize: 0x8 }
+ - { offsetInCU: 0xC8, offset: 0xDEA6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8intValueSiSgvg', symObjAddr: 0x10, symBinAddr: 0xA2184, symSize: 0xC }
+ - { offsetInCU: 0xEF, offset: 0xDEA96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueSSvg', symObjAddr: 0x1C, symBinAddr: 0xA2190, symSize: 0x6E4 }
+ - { offsetInCU: 0x11A, offset: 0xDEAC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueSSvg', symObjAddr: 0x700, symBinAddr: 0xA2874, symSize: 0x4 }
+ - { offsetInCU: 0x146, offset: 0xDEAED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x888, symBinAddr: 0xA29FC, symSize: 0x2C }
+ - { offsetInCU: 0x177, offset: 0xDEB1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x8B4, symBinAddr: 0xA2A28, symSize: 0x28 }
+ - { offsetInCU: 0x1A5, offset: 0xDEB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValueSSvgTW', symObjAddr: 0x8DC, symBinAddr: 0xA2A50, symSize: 0x8 }
+ - { offsetInCU: 0x1C5, offset: 0xDEB6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValueSSvgTW', symObjAddr: 0x8DC, symBinAddr: 0xA2A50, symSize: 0x8 }
+ - { offsetInCU: 0x1F0, offset: 0xDEB97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x8E4, symBinAddr: 0xA2A58, symSize: 0x24 }
+ - { offsetInCU: 0x240, offset: 0xDEBE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP8intValueSiSgvgTW', symObjAddr: 0x908, symBinAddr: 0xA2A7C, symSize: 0xC }
+ - { offsetInCU: 0x25C, offset: 0xDEC03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x914, symBinAddr: 0xA2A88, symSize: 0xC }
+ - { offsetInCU: 0x278, offset: 0xDEC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x970, symBinAddr: 0xA2AE4, symSize: 0x7C }
+ - { offsetInCU: 0x2C5, offset: 0xDEC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASQWb', symObjAddr: 0x9EC, symBinAddr: 0xA2B60, symSize: 0x4 }
+ - { offsetInCU: 0x2D9, offset: 0xDEC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACSQAAWl', symObjAddr: 0x9F0, symBinAddr: 0xA2B64, symSize: 0x44 }
+ - { offsetInCU: 0x2ED, offset: 0xDEC94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA34, symBinAddr: 0xA2BA8, symSize: 0x4 }
+ - { offsetInCU: 0x301, offset: 0xDECA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA38, symBinAddr: 0xA2BAC, symSize: 0x44 }
+ - { offsetInCU: 0x315, offset: 0xDECBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAs23CustomStringConvertiblePWb', symObjAddr: 0xA7C, symBinAddr: 0xA2BF0, symSize: 0x4 }
+ - { offsetInCU: 0x329, offset: 0xDECD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs23CustomStringConvertibleAAWl', symObjAddr: 0xA80, symBinAddr: 0xA2BF4, symSize: 0x44 }
+ - { offsetInCU: 0x33D, offset: 0xDECE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwet', symObjAddr: 0xAD4, symBinAddr: 0xA2C38, symSize: 0x90 }
+ - { offsetInCU: 0x351, offset: 0xDECF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwst', symObjAddr: 0xB64, symBinAddr: 0xA2CC8, symSize: 0xBC }
+ - { offsetInCU: 0x365, offset: 0xDED0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwug', symObjAddr: 0xC20, symBinAddr: 0xA2D84, symSize: 0x8 }
+ - { offsetInCU: 0x379, offset: 0xDED20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwup', symObjAddr: 0xC28, symBinAddr: 0xA2D8C, symSize: 0x4 }
+ - { offsetInCU: 0x38D, offset: 0xDED34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwui', symObjAddr: 0xC2C, symBinAddr: 0xA2D90, symSize: 0x8 }
+ - { offsetInCU: 0x3A1, offset: 0xDED48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOMa', symObjAddr: 0xC34, symBinAddr: 0xA2D98, symSize: 0x10 }
+ - { offsetInCU: 0x3EA, offset: 0xDED91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x704, symBinAddr: 0xA2878, symSize: 0x88 }
+ - { offsetInCU: 0x499, offset: 0xDEE40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x78C, symBinAddr: 0xA2900, symSize: 0x60 }
+ - { offsetInCU: 0x517, offset: 0xDEEBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7EC, symBinAddr: 0xA2960, symSize: 0x40 }
+ - { offsetInCU: 0x569, offset: 0xDEF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x82C, symBinAddr: 0xA29A0, symSize: 0x5C }
+ - { offsetInCU: 0x5C5, offset: 0xDEF6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x920, symBinAddr: 0xA2A94, symSize: 0x28 }
+ - { offsetInCU: 0x5E1, offset: 0xDEF88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x948, symBinAddr: 0xA2ABC, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0xDF18B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab105Calls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0xA2E18, symSize: 0x10 }
+ - { offsetInCU: 0x1E9, offset: 0xDF335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtF', symObjAddr: 0x10, symBinAddr: 0xA2E28, symSize: 0x354 }
+ - { offsetInCU: 0x3EF, offset: 0xDF53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x364, symBinAddr: 0xA317C, symSize: 0x3B0 }
+ - { offsetInCU: 0x7C1, offset: 0xDF90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x720, symBinAddr: 0xA3538, symSize: 0x4E8 }
+ - { offsetInCU: 0xBC4, offset: 0xDFD10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtFTo', symObjAddr: 0xC08, symBinAddr: 0xA3A20, symSize: 0x98 }
+ - { offsetInCU: 0xC98, offset: 0xDFDE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtF', symObjAddr: 0xCA0, symBinAddr: 0xA3AB8, symSize: 0x378 }
+ - { offsetInCU: 0xF3D, offset: 0xE0089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_', symObjAddr: 0x1018, symBinAddr: 0xA3E30, symSize: 0x3AC }
+ - { offsetInCU: 0xFF0, offset: 0xE013C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x13C4, symBinAddr: 0xA41DC, symSize: 0x2EC }
+ - { offsetInCU: 0x12EA, offset: 0xE0436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU0_', symObjAddr: 0x16B0, symBinAddr: 0xA44C8, symSize: 0x220 }
+ - { offsetInCU: 0x1603, offset: 0xE074F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtF', symObjAddr: 0x1960, symBinAddr: 0xA4778, symSize: 0xC }
+ - { offsetInCU: 0x1626, offset: 0xE0772, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtFTo', symObjAddr: 0x196C, symBinAddr: 0xA4784, symSize: 0x8C }
+ - { offsetInCU: 0x16AD, offset: 0xE07F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didConnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x19F8, symBinAddr: 0xA4810, symSize: 0x2B0 }
+ - { offsetInCU: 0x1826, offset: 0xE0972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didConnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1CA8, symBinAddr: 0xA4AC0, symSize: 0x50 }
+ - { offsetInCU: 0x1862, offset: 0xE09AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1CF8, symBinAddr: 0xA4B10, symSize: 0x1DC }
+ - { offsetInCU: 0x197B, offset: 0xE0AC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1ED4, symBinAddr: 0xA4CEC, symSize: 0x50 }
+ - { offsetInCU: 0x1997, offset: 0xE0AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1F24, symBinAddr: 0xA4D3C, symSize: 0x4 }
+ - { offsetInCU: 0x19BA, offset: 0xE0B06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1F28, symBinAddr: 0xA4D40, symSize: 0x4 }
+ - { offsetInCU: 0x19DA, offset: 0xE0B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1F28, symBinAddr: 0xA4D40, symSize: 0x4 }
+ - { offsetInCU: 0x1A0C, offset: 0xE0B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didClosePeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1F2C, symBinAddr: 0xA4D44, symSize: 0x288 }
+ - { offsetInCU: 0x1B67, offset: 0xE0CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didClosePeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x21B4, symBinAddr: 0xA4FCC, symSize: 0x50 }
+ - { offsetInCU: 0x1B83, offset: 0xE0CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStF', symObjAddr: 0x2204, symBinAddr: 0xA501C, symSize: 0x2D0 }
+ - { offsetInCU: 0x1D96, offset: 0xE0EE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStFTo', symObjAddr: 0x24D4, symBinAddr: 0xA52EC, symSize: 0x7C }
+ - { offsetInCU: 0x1E05, offset: 0xE0F51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtF', symObjAddr: 0x2550, symBinAddr: 0xA5368, symSize: 0x1B4 }
+ - { offsetInCU: 0x1EBC, offset: 0xE1008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFyycfU_', symObjAddr: 0x2704, symBinAddr: 0xA551C, symSize: 0xD0 }
+ - { offsetInCU: 0x1F38, offset: 0xE1084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFTo', symObjAddr: 0x27D4, symBinAddr: 0xA55EC, symSize: 0xAC }
+ - { offsetInCU: 0x2004, offset: 0xE1150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didReceiveStatisticsInfo6client4infoyAA12WebRTCClientC_AH16RTPPacketMonitorC0I0VtF', symObjAddr: 0x2880, symBinAddr: 0xA5698, symSize: 0x380 }
+ - { offsetInCU: 0x212A, offset: 0xE1276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP23didGenerateICECandidate6client9candidateyAA0fG0C_So15RTCIceCandidateCtFTW', symObjAddr: 0x2C00, symBinAddr: 0xA5A18, symSize: 0x18 }
+ - { offsetInCU: 0x216B, offset: 0xE12B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP22didRemoveICECandidates6client10candidatesyAA0fG0C_SaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x2C18, symBinAddr: 0xA5A30, symSize: 0x6C }
+ - { offsetInCU: 0x21AC, offset: 0xE12F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP25didUpdateLocalDescription6client3sdpyAA0fG0C_So010RTCSessionL0CtFTW', symObjAddr: 0x2C84, symBinAddr: 0xA5A9C, symSize: 0x18 }
+ - { offsetInCU: 0x21ED, offset: 0xE1339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP24didConnectPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2CB8, symBinAddr: 0xA5AD0, symSize: 0x14 }
+ - { offsetInCU: 0x222E, offset: 0xE137A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2CCC, symBinAddr: 0xA5AE4, symSize: 0x14 }
+ - { offsetInCU: 0x226F, offset: 0xE13BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2CE0, symBinAddr: 0xA5AF8, symSize: 0x14 }
+ - { offsetInCU: 0x22B0, offset: 0xE13FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP22didClosePeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2CF4, symBinAddr: 0xA5B0C, symSize: 0x14 }
+ - { offsetInCU: 0x22F1, offset: 0xE143D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute6client7session6reason08previousM0yAA0fG0C_So08RTCAudioK0CSo07AVAudiokmL6ReasonVSo0skM11DescriptionCtFTW', symObjAddr: 0x2D80, symBinAddr: 0xA5B98, symSize: 0x20 }
+ - { offsetInCU: 0x2323, offset: 0xE146F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo6client4infoyAA0fG0C_AJ16RTPPacketMonitorC0L0VtFTW', symObjAddr: 0x2DA0, symBinAddr: 0xA5BB8, symSize: 0x4 }
+ - { offsetInCU: 0x233F, offset: 0xE148B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x2E80, symBinAddr: 0xA5BE8, symSize: 0x44 }
+ - { offsetInCU: 0x2353, offset: 0xE149F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA10ResultableAAWl', symObjAddr: 0x2EC4, symBinAddr: 0xA5C2C, symSize: 0x44 }
+ - { offsetInCU: 0x2367, offset: 0xE14B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVWOs', symObjAddr: 0x2F08, symBinAddr: 0xA5C70, symSize: 0x50 }
+ - { offsetInCU: 0x237B, offset: 0xE14C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x2F58, symBinAddr: 0xA5CC0, symSize: 0x44 }
+ - { offsetInCU: 0x238F, offset: 0xE14DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA10ResultableAAWl', symObjAddr: 0x2F9C, symBinAddr: 0xA5D04, symSize: 0x44 }
+ - { offsetInCU: 0x23A3, offset: 0xE14EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVWOs', symObjAddr: 0x2FE0, symBinAddr: 0xA5D48, symSize: 0x50 }
+ - { offsetInCU: 0x23B7, offset: 0xE1503, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_TA', symObjAddr: 0x3038, symBinAddr: 0xA5DA0, symSize: 0xC }
+ - { offsetInCU: 0x23CB, offset: 0xE1517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_SgWOe', symObjAddr: 0x3044, symBinAddr: 0xA5DAC, symSize: 0x10 }
+ - { offsetInCU: 0x23DF, offset: 0xE152B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtFTf4dnd_n', symObjAddr: 0x3054, symBinAddr: 0xA5DBC, symSize: 0x194 }
+ - { offsetInCU: 0x2533, offset: 0xE167F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_TA', symObjAddr: 0x31E8, symBinAddr: 0xA5F50, symSize: 0x8 }
+ - { offsetInCU: 0x2547, offset: 0xE1693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_TA', symObjAddr: 0x3228, symBinAddr: 0xA5F90, symSize: 0x8 }
+ - { offsetInCU: 0x255B, offset: 0xE16A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTf4dd_n', symObjAddr: 0x3230, symBinAddr: 0xA5F98, symSize: 0x134 }
+ - { offsetInCU: 0x2636, offset: 0xE1782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_TA', symObjAddr: 0x3364, symBinAddr: 0xA60CC, symSize: 0x8 }
+ - { offsetInCU: 0x264A, offset: 0xE1796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFyycfU_TA', symObjAddr: 0x33B4, symBinAddr: 0xA611C, symSize: 0xC }
+ - { offsetInCU: 0x265E, offset: 0xE17AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOWOe', symObjAddr: 0x33C0, symBinAddr: 0xA6128, symSize: 0x8 }
+ - { offsetInCU: 0x2672, offset: 0xE17BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA11RequestableAAWl', symObjAddr: 0x33C8, symBinAddr: 0xA6130, symSize: 0x44 }
+ - { offsetInCU: 0x2686, offset: 0xE17D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA10ResultableAAWl', symObjAddr: 0x340C, symBinAddr: 0xA6174, symSize: 0x44 }
+ - { offsetInCU: 0x269A, offset: 0xE17E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU0_TA', symObjAddr: 0x34B8, symBinAddr: 0xA61DC, symSize: 0xC }
+ - { offsetInCU: 0x26AE, offset: 0xE17FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TRTA', symObjAddr: 0x34C4, symBinAddr: 0xA61E8, symSize: 0x8 }
+ - { offsetInCU: 0x26C2, offset: 0xE180E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA11RequestableAAWl', symObjAddr: 0x34CC, symBinAddr: 0xA61F0, symSize: 0x44 }
+ - { offsetInCU: 0x26D6, offset: 0xE1822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA10ResultableAAWl', symObjAddr: 0x3510, symBinAddr: 0xA6234, symSize: 0x44 }
+ - { offsetInCU: 0x26EA, offset: 0xE1836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU_TA', symObjAddr: 0x3554, symBinAddr: 0xA6278, symSize: 0xC }
+ - { offsetInCU: 0x26FE, offset: 0xE184A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA11RequestableAAWl', symObjAddr: 0x3560, symBinAddr: 0xA6284, symSize: 0x44 }
+ - { offsetInCU: 0x2712, offset: 0xE185E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA10ResultableAAWl', symObjAddr: 0x35A4, symBinAddr: 0xA62C8, symSize: 0x44 }
+ - { offsetInCU: 0x134, offset: 0xE1F07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21availableVideoDevicesSayAA0G6DeviceCGvg', symObjAddr: 0x12D0, symBinAddr: 0xA75F4, symSize: 0xB0 }
+ - { offsetInCU: 0x3D1, offset: 0xE21A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10startVideoyyF', symObjAddr: 0x31C, symBinAddr: 0xA6640, symSize: 0x3B4 }
+ - { offsetInCU: 0x556, offset: 0xE2329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10startVideoyyFTo', symObjAddr: 0x6E0, symBinAddr: 0xA6A04, symSize: 0x2C }
+ - { offsetInCU: 0x572, offset: 0xE2345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9stopVideoyyF', symObjAddr: 0x70C, symBinAddr: 0xA6A30, symSize: 0x24C }
+ - { offsetInCU: 0x6A7, offset: 0xE247A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9stopVideoyyFTo', symObjAddr: 0x958, symBinAddr: 0xA6C7C, symSize: 0x2C }
+ - { offsetInCU: 0x725, offset: 0xE24F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoViewyyAA0abhI0CF', symObjAddr: 0x984, symBinAddr: 0xA6CA8, symSize: 0x4DC }
+ - { offsetInCU: 0x9F0, offset: 0xE27C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoViewyyAA0abhI0CFTo', symObjAddr: 0xE60, symBinAddr: 0xA7184, symSize: 0x50 }
+ - { offsetInCU: 0xA1B, offset: 0xE27EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoViewyyAA0abhI0CF', symObjAddr: 0xEB0, symBinAddr: 0xA71D4, symSize: 0x2EC }
+ - { offsetInCU: 0xBDC, offset: 0xE29AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoViewyyAA0abhI0CFTo', symObjAddr: 0x119C, symBinAddr: 0xA74C0, symSize: 0x50 }
+ - { offsetInCU: 0xC34, offset: 0xE2A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21availableVideoDevicesSayAA0G6DeviceCGvgTo', symObjAddr: 0x11EC, symBinAddr: 0xA7510, symSize: 0xE4 }
+ - { offsetInCU: 0xC87, offset: 0xE2A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18currentVideoDeviceAA0gH0CSgvgTo', symObjAddr: 0x1380, symBinAddr: 0xA76A4, symSize: 0x38 }
+ - { offsetInCU: 0xCC1, offset: 0xE2A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18currentVideoDeviceAA0gH0CSgvg', symObjAddr: 0x13B8, symBinAddr: 0xA76DC, symSize: 0xE0 }
+ - { offsetInCU: 0xDFA, offset: 0xE2BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctF', symObjAddr: 0x1498, symBinAddr: 0xA77BC, symSize: 0x44C }
+ - { offsetInCU: 0x1008, offset: 0xE2DDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctFyAJcfU1_', symObjAddr: 0x18E4, symBinAddr: 0xA7C08, symSize: 0x294 }
+ - { offsetInCU: 0x118D, offset: 0xE2F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctFTo', symObjAddr: 0x1B78, symBinAddr: 0xA7E9C, symSize: 0x98 }
+ - { offsetInCU: 0x1200, offset: 0xE2FD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0x1C10, symBinAddr: 0xA7F34, symSize: 0x49C }
+ - { offsetInCU: 0x135C, offset: 0xE312F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_', symObjAddr: 0x20AC, symBinAddr: 0xA83D0, symSize: 0xE0 }
+ - { offsetInCU: 0x13A8, offset: 0xE317B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22captureRemoteVideoView17completionHandleryySo7UIImageCSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x21A8, symBinAddr: 0xA84CC, symSize: 0x13C }
+ - { offsetInCU: 0x1472, offset: 0xE3245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x22E4, symBinAddr: 0xA8608, symSize: 0x300 }
+ - { offsetInCU: 0x1505, offset: 0xE32D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_', symObjAddr: 0x27DC, symBinAddr: 0xA8B00, symSize: 0xEC }
+ - { offsetInCU: 0x159C, offset: 0xE336F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21captureLocalVideoView17completionHandleryySo7UIImageCSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x2600, symBinAddr: 0xA8924, symSize: 0x13C }
+ - { offsetInCU: 0x167D, offset: 0xE3450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tFTf4en_nAA0abhI0C_Tg5', symObjAddr: 0x2A78, symBinAddr: 0xA8BEC, symSize: 0x390 }
+ - { offsetInCU: 0x1852, offset: 0xE3625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tFTf4en_nAA0abhI0C_Tg5', symObjAddr: 0x2E08, symBinAddr: 0xA8F7C, symSize: 0x1F0 }
+ - { offsetInCU: 0x1936, offset: 0xE3709, size: 0x8, addend: 0x0, symName: '_$sSo15AVCaptureDeviceCMa', symObjAddr: 0x2FF8, symBinAddr: 0xA916C, symSize: 0x3C }
+ - { offsetInCU: 0x19C2, offset: 0xE3795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x3520, symBinAddr: 0xA9694, symSize: 0x8 }
+ - { offsetInCU: 0x19E1, offset: 0xE37B4, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSg13SendBirdCalls8SBCErrorCSgIeyByy_AcGIeggg_TRTA', symObjAddr: 0x3588, symBinAddr: 0xA96FC, symSize: 0x14 }
+ - { offsetInCU: 0x1A0A, offset: 0xE37DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x359C, symBinAddr: 0xA9710, symSize: 0x8 }
+ - { offsetInCU: 0x1A1E, offset: 0xE37F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_TA', symObjAddr: 0x35F4, symBinAddr: 0xA9768, symSize: 0xC }
+ - { offsetInCU: 0x1A32, offset: 0xE3805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_TA', symObjAddr: 0x3600, symBinAddr: 0xA9774, symSize: 0x8 }
+ - { offsetInCU: 0x1A46, offset: 0xE3819, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3608, symBinAddr: 0xA977C, symSize: 0x10 }
+ - { offsetInCU: 0x1A5A, offset: 0xE382D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3618, symBinAddr: 0xA978C, symSize: 0x8 }
+ - { offsetInCU: 0x1A6E, offset: 0xE3841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_yycfU_TA', symObjAddr: 0x36B0, symBinAddr: 0xA9824, symSize: 0x28 }
+ - { offsetInCU: 0x1B14, offset: 0xE38E7, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFSaySo15AVCaptureDeviceCG_13SendBirdCalls05VideoE0CTg506$sSo15de3C13fg7Calls05I131B0CSgs5Error_pIggozo_AbFsAG_pIegnrzo_TR04$s13cd29Calls10DirectCallC21availablef15DevicesSayAA0G6b12CGvgAFSgSo09A9I0CSgcfu_Tf3nnpf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0xA6324, symSize: 0x31C }
+ - { offsetInCU: 0x1EEA, offset: 0xE3CBD, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5048$s13SendBirdCalls12WebRTCClientC20currentCapturee4So09D16H0CSgvgSbAFXEfU_0gH5Calls0jK0CTf1cn_nTf4ng_n', symObjAddr: 0x3034, symBinAddr: 0xA91A8, symSize: 0x2EC }
+ - { offsetInCU: 0x209A, offset: 0xE3E6D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5086$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFSbSo15dE6CXEfU_AGSgTf1cn_nTf4ng_n', symObjAddr: 0x33E8, symBinAddr: 0xA955C, symSize: 0x138 }
+ - { offsetInCU: 0x5C, offset: 0xE433C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xA98E0, symSize: 0x3B4 }
+ - { offsetInCU: 0xDC, offset: 0xE43BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO0dE0O_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x590, symBinAddr: 0xA9CF8, symSize: 0xB0 }
+ - { offsetInCU: 0x123, offset: 0xE4403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCfd', symObjAddr: 0x640, symBinAddr: 0xA9DA8, symSize: 0x2C }
+ - { offsetInCU: 0x140, offset: 0xE4420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvg', symObjAddr: 0x66C, symBinAddr: 0xA9DD4, symSize: 0x48 }
+ - { offsetInCU: 0x15C, offset: 0xE443C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvs', symObjAddr: 0x6B4, symBinAddr: 0xA9E1C, symSize: 0x50 }
+ - { offsetInCU: 0x178, offset: 0xE4458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvM', symObjAddr: 0x704, symBinAddr: 0xA9E6C, symSize: 0x3C }
+ - { offsetInCU: 0x194, offset: 0xE4474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvg', symObjAddr: 0x740, symBinAddr: 0xA9EA8, symSize: 0x48 }
+ - { offsetInCU: 0x1B0, offset: 0xE4490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvs', symObjAddr: 0x788, symBinAddr: 0xA9EF0, symSize: 0x50 }
+ - { offsetInCU: 0x1CC, offset: 0xE44AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvM', symObjAddr: 0x7D8, symBinAddr: 0xA9F40, symSize: 0x3C }
+ - { offsetInCU: 0x1E8, offset: 0xE44C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0Vvg', symObjAddr: 0x814, symBinAddr: 0xA9F7C, symSize: 0x4C }
+ - { offsetInCU: 0x204, offset: 0xE44E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0Vvs', symObjAddr: 0x860, symBinAddr: 0xA9FC8, symSize: 0x50 }
+ - { offsetInCU: 0x220, offset: 0xE4500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0VvM', symObjAddr: 0x8B0, symBinAddr: 0xAA018, symSize: 0x3C }
+ - { offsetInCU: 0x23C, offset: 0xE451C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0VvM.resume.0', symObjAddr: 0x8EC, symBinAddr: 0xAA054, symSize: 0x4 }
+ - { offsetInCU: 0x258, offset: 0xE4538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvg', symObjAddr: 0x8F0, symBinAddr: 0xAA058, symSize: 0x30 }
+ - { offsetInCU: 0x274, offset: 0xE4554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvs', symObjAddr: 0x920, symBinAddr: 0xAA088, symSize: 0x3C }
+ - { offsetInCU: 0x290, offset: 0xE4570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvM', symObjAddr: 0x95C, symBinAddr: 0xAA0C4, symSize: 0x3C }
+ - { offsetInCU: 0x2AC, offset: 0xE458C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC014shouldWaitPushF0Sbvg', symObjAddr: 0x998, symBinAddr: 0xAA100, symSize: 0x8 }
+ - { offsetInCU: 0x2D7, offset: 0xE45B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC7versionSivg', symObjAddr: 0x9A0, symBinAddr: 0xAA108, symSize: 0x8 }
+ - { offsetInCU: 0x2F3, offset: 0xE45D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandTypeAA0G5TypesO0dE0Ovg', symObjAddr: 0x9A8, symBinAddr: 0xAA110, symSize: 0x8 }
+ - { offsetInCU: 0x35D, offset: 0xE463D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO0dE0O_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x9B0, symBinAddr: 0xAA118, symSize: 0xC8 }
+ - { offsetInCU: 0x3DE, offset: 0xE46BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xA78, symBinAddr: 0xAA1E0, symSize: 0x74 }
+ - { offsetInCU: 0x419, offset: 0xE46F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xAEC, symBinAddr: 0xAA254, symSize: 0x74 }
+ - { offsetInCU: 0x45C, offset: 0xE473C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xB60, symBinAddr: 0xAA2C8, symSize: 0x8 }
+ - { offsetInCU: 0x483, offset: 0xE4763, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xB68, symBinAddr: 0xAA2D0, symSize: 0xC }
+ - { offsetInCU: 0x4AA, offset: 0xE478A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0xB74, symBinAddr: 0xAA2DC, symSize: 0x20 }
+ - { offsetInCU: 0x4E3, offset: 0xE47C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB94, symBinAddr: 0xAA2FC, symSize: 0x20 }
+ - { offsetInCU: 0x511, offset: 0xE47F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB94, symBinAddr: 0xAA2FC, symSize: 0x20 }
+ - { offsetInCU: 0x53C, offset: 0xE481C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xD38, symBinAddr: 0xAA4A0, symSize: 0x78 }
+ - { offsetInCU: 0x57D, offset: 0xE485D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xDB0, symBinAddr: 0xAA518, symSize: 0x28 }
+ - { offsetInCU: 0x591, offset: 0xE4871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xDD8, symBinAddr: 0xAA540, symSize: 0x8 }
+ - { offsetInCU: 0x5C7, offset: 0xE48A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDE0, symBinAddr: 0xAA548, symSize: 0x7C }
+ - { offsetInCU: 0x61F, offset: 0xE48FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xE5C, symBinAddr: 0xAA5C4, symSize: 0xC }
+ - { offsetInCU: 0x63B, offset: 0xE491B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xE68, symBinAddr: 0xAA5D0, symSize: 0xC }
+ - { offsetInCU: 0x662, offset: 0xE4942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xEC4, symBinAddr: 0xAA62C, symSize: 0x4C }
+ - { offsetInCU: 0x6A5, offset: 0xE4985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCfD', symObjAddr: 0xF10, symBinAddr: 0xAA678, symSize: 0x34 }
+ - { offsetInCU: 0x6E8, offset: 0xE49C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF44, symBinAddr: 0xAA6AC, symSize: 0x2C }
+ - { offsetInCU: 0x70B, offset: 0xE49EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0fG0A2aDP9inputTypeAA0f5InputI0OSgvgTW', symObjAddr: 0xF70, symBinAddr: 0xAA6D8, symSize: 0x28 }
+ - { offsetInCU: 0x727, offset: 0xE4A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0fG0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0xF98, symBinAddr: 0xAA700, symSize: 0x2C }
+ - { offsetInCU: 0x743, offset: 0xE4A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0deF11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xFC4, symBinAddr: 0xAA72C, symSize: 0x28 }
+ - { offsetInCU: 0x760, offset: 0xE4A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCMa', symObjAddr: 0x45C, symBinAddr: 0xA9C94, symSize: 0x20 }
+ - { offsetInCU: 0x774, offset: 0xE4A54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVACSeAAWl', symObjAddr: 0x4F4, symBinAddr: 0xA9CB4, symSize: 0x44 }
+ - { offsetInCU: 0x7A9, offset: 0xE4A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xFEC, symBinAddr: 0xAA754, symSize: 0x4 }
+ - { offsetInCU: 0x7BD, offset: 0xE4A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xFF0, symBinAddr: 0xAA758, symSize: 0x44 }
+ - { offsetInCU: 0x7D1, offset: 0xE4AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1034, symBinAddr: 0xAA79C, symSize: 0x4 }
+ - { offsetInCU: 0x7E5, offset: 0xE4AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1038, symBinAddr: 0xAA7A0, symSize: 0x44 }
+ - { offsetInCU: 0x7F9, offset: 0xE4AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x107C, symBinAddr: 0xAA7E4, symSize: 0x4 }
+ - { offsetInCU: 0x80D, offset: 0xE4AED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1080, symBinAddr: 0xAA7E8, symSize: 0x44 }
+ - { offsetInCU: 0x821, offset: 0xE4B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0deF11CommandableAAWI', symObjAddr: 0x10C4, symBinAddr: 0xAA82C, symSize: 0x34 }
+ - { offsetInCU: 0x835, offset: 0xE4B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA11RespondableAAWI', symObjAddr: 0x10F8, symBinAddr: 0xAA860, symSize: 0x4C }
+ - { offsetInCU: 0x849, offset: 0xE4B29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA8ResponseAAWI', symObjAddr: 0x1144, symBinAddr: 0xAA8AC, symSize: 0x34 }
+ - { offsetInCU: 0x85D, offset: 0xE4B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0x11B4, symBinAddr: 0xAA91C, symSize: 0x34 }
+ - { offsetInCU: 0x871, offset: 0xE4B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwet', symObjAddr: 0x147C, symBinAddr: 0xAABD4, symSize: 0x90 }
+ - { offsetInCU: 0x885, offset: 0xE4B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwst', symObjAddr: 0x150C, symBinAddr: 0xAAC64, symSize: 0xBC }
+ - { offsetInCU: 0x899, offset: 0xE4B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwug', symObjAddr: 0x15C8, symBinAddr: 0xAAD20, symSize: 0x8 }
+ - { offsetInCU: 0x8AD, offset: 0xE4B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwup', symObjAddr: 0x15D0, symBinAddr: 0xAAD28, symSize: 0x4 }
+ - { offsetInCU: 0x8C1, offset: 0xE4BA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwui', symObjAddr: 0x15D4, symBinAddr: 0xAAD2C, symSize: 0x8 }
+ - { offsetInCU: 0x8D5, offset: 0xE4BB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOMa', symObjAddr: 0x15DC, symBinAddr: 0xAAD34, symSize: 0x10 }
+ - { offsetInCU: 0x91E, offset: 0xE4BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBB4, symBinAddr: 0xAA31C, symSize: 0x88 }
+ - { offsetInCU: 0x9CD, offset: 0xE4CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xC3C, symBinAddr: 0xAA3A4, symSize: 0x60 }
+ - { offsetInCU: 0xA4B, offset: 0xE4D2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC9C, symBinAddr: 0xAA404, symSize: 0x40 }
+ - { offsetInCU: 0xA9D, offset: 0xE4D7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCDC, symBinAddr: 0xAA444, symSize: 0x5C }
+ - { offsetInCU: 0xAF9, offset: 0xE4DD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xE74, symBinAddr: 0xAA5DC, symSize: 0x28 }
+ - { offsetInCU: 0xB15, offset: 0xE4DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE9C, symBinAddr: 0xAA604, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xE5044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0xAAD50, symSize: 0x68 }
+ - { offsetInCU: 0x69, offset: 0xE5086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0xAAD50, symSize: 0x68 }
+ - { offsetInCU: 0xA6, offset: 0xE50C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvg', symObjAddr: 0x68, symBinAddr: 0xAADB8, symSize: 0x54 }
+ - { offsetInCU: 0xEF, offset: 0xE510C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvsTo', symObjAddr: 0xBC, symBinAddr: 0xAAE0C, symSize: 0x68 }
+ - { offsetInCU: 0x136, offset: 0xE5153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvs', symObjAddr: 0x124, symBinAddr: 0xAAE74, symSize: 0x5C }
+ - { offsetInCU: 0x15F, offset: 0xE517C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvM', symObjAddr: 0x180, symBinAddr: 0xAAED0, symSize: 0x44 }
+ - { offsetInCU: 0x1AC, offset: 0xE51C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvgTo', symObjAddr: 0x1C4, symBinAddr: 0xAAF14, symSize: 0x78 }
+ - { offsetInCU: 0x1E1, offset: 0xE51FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvg', symObjAddr: 0x23C, symBinAddr: 0xAAF8C, symSize: 0x54 }
+ - { offsetInCU: 0x22A, offset: 0xE5247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvsTo', symObjAddr: 0x290, symBinAddr: 0xAAFE0, symSize: 0x78 }
+ - { offsetInCU: 0x271, offset: 0xE528E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvs', symObjAddr: 0x308, symBinAddr: 0xAB058, symSize: 0x5C }
+ - { offsetInCU: 0x29A, offset: 0xE52B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvM', symObjAddr: 0x364, symBinAddr: 0xAB0B4, symSize: 0x44 }
+ - { offsetInCU: 0x2C9, offset: 0xE52E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0xAB0F8, symSize: 0x4 }
+ - { offsetInCU: 0x32A, offset: 0xE5347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfC', symObjAddr: 0x3AC, symBinAddr: 0xAB0FC, symSize: 0xEC }
+ - { offsetInCU: 0x373, offset: 0xE5390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfc', symObjAddr: 0x498, symBinAddr: 0xAB1E8, symSize: 0xE0 }
+ - { offsetInCU: 0x3A6, offset: 0xE53C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfcTo', symObjAddr: 0x598, symBinAddr: 0xAB2E8, symSize: 0x104 }
+ - { offsetInCU: 0x423, offset: 0xE5440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfC', symObjAddr: 0x69C, symBinAddr: 0xAB3EC, symSize: 0x74 }
+ - { offsetInCU: 0x46A, offset: 0xE5487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfc', symObjAddr: 0x710, symBinAddr: 0xAB460, symSize: 0x5C }
+ - { offsetInCU: 0x49D, offset: 0xE54BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfcTo', symObjAddr: 0x76C, symBinAddr: 0xAB4BC, symSize: 0x68 }
+ - { offsetInCU: 0x4E2, offset: 0xE54FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfC', symObjAddr: 0x7D4, symBinAddr: 0xAB524, symSize: 0x20 }
+ - { offsetInCU: 0x500, offset: 0xE551D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfc', symObjAddr: 0x7F4, symBinAddr: 0xAB544, symSize: 0x58 }
+ - { offsetInCU: 0x53B, offset: 0xE5558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfcTo', symObjAddr: 0x84C, symBinAddr: 0xAB59C, symSize: 0x58 }
+ - { offsetInCU: 0x578, offset: 0xE5595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCfD', symObjAddr: 0x8A4, symBinAddr: 0xAB5F4, symSize: 0x30 }
+ - { offsetInCU: 0x5A6, offset: 0xE55C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCMa', symObjAddr: 0x578, symBinAddr: 0xAB2C8, symSize: 0x20 }
+ - { offsetInCU: 0x5BA, offset: 0xE55D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCfETo', symObjAddr: 0x9FC, symBinAddr: 0xAB74C, symSize: 0x40 }
+ - { offsetInCU: 0x50, offset: 0xE583D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvpZ', symObjAddr: 0xC8B0, symBinAddr: 0x2C50D8, symSize: 0x0 }
+ - { offsetInCU: 0x6B, offset: 0xE5858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvpZ', symObjAddr: 0xC8C0, symBinAddr: 0x2C50E8, symSize: 0x0 }
+ - { offsetInCU: 0x86, offset: 0xE5873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvpZ', symObjAddr: 0xC8D0, symBinAddr: 0x2C50F8, symSize: 0x0 }
+ - { offsetInCU: 0xA1, offset: 0xE588E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvpZ', symObjAddr: 0xC8D1, symBinAddr: 0x2C50F9, symSize: 0x0 }
+ - { offsetInCU: 0xBC, offset: 0xE58A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvpZ', symObjAddr: 0xC8D2, symBinAddr: 0x2C50FA, symSize: 0x0 }
+ - { offsetInCU: 0xD7, offset: 0xE58C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvpZ', symObjAddr: 0x3A959, symBinAddr: 0x2F9E70, symSize: 0x0 }
+ - { offsetInCU: 0x11A, offset: 0xE5907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO17canHaveLocalMediaSbvg', symObjAddr: 0x0, symBinAddr: 0xAB84C, symSize: 0x128 }
+ - { offsetInCU: 0x265, offset: 0xE5A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO18canHaveRemoteMediaSbvg', symObjAddr: 0x128, symBinAddr: 0xAB974, symSize: 0x13C }
+ - { offsetInCU: 0x3E0, offset: 0xE5BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO14asRTCDirectionSo017RTCRtpTransceiverF0Vvg', symObjAddr: 0x2ADC, symBinAddr: 0xAE328, symSize: 0x14 }
+ - { offsetInCU: 0x3FF, offset: 0xE5BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8reversedAEvg', symObjAddr: 0x8194, symBinAddr: 0xB39E0, symSize: 0x18 }
+ - { offsetInCU: 0x44A, offset: 0xE5C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8rawValueAESgSS_tcfC', symObjAddr: 0x81AC, symBinAddr: 0xB39F8, symSize: 0x74 }
+ - { offsetInCU: 0x476, offset: 0xE5C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8rawValueSSvg', symObjAddr: 0x8220, symBinAddr: 0xB3A6C, symSize: 0x20 }
+ - { offsetInCU: 0x4A4, offset: 0xE5C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x83C4, symBinAddr: 0xB3C10, symSize: 0x78 }
+ - { offsetInCU: 0x4E5, offset: 0xE5CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x843C, symBinAddr: 0xB3C88, symSize: 0x28 }
+ - { offsetInCU: 0x510, offset: 0xE5CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO3keyAESSSg_tcfC', symObjAddr: 0x264, symBinAddr: 0xABAB0, symSize: 0xC }
+ - { offsetInCU: 0x567, offset: 0xE5D54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO16peerConnectionIdSSSgvg', symObjAddr: 0x270, symBinAddr: 0xABABC, symSize: 0x34 }
+ - { offsetInCU: 0x5B4, offset: 0xE5DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO4hash4intoys6HasherVz_tF', symObjAddr: 0x7F18, symBinAddr: 0xB3764, symSize: 0x5C }
+ - { offsetInCU: 0x62C, offset: 0xE5E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO2eeoiySbAE_AEtFZ', symObjAddr: 0x7F74, symBinAddr: 0xB37C0, symSize: 0x34 }
+ - { offsetInCU: 0x6B8, offset: 0xE5EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO9hashValueSivg', symObjAddr: 0x7FA8, symBinAddr: 0xB37F4, symSize: 0x70 }
+ - { offsetInCU: 0x7BD, offset: 0xE5FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH9hashValueSivgTW', symObjAddr: 0x8018, symBinAddr: 0xB3864, symSize: 0x6C }
+ - { offsetInCU: 0x8C5, offset: 0xE60B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8084, symBinAddr: 0xB38D0, symSize: 0x64 }
+ - { offsetInCU: 0x96E, offset: 0xE615B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8150, symBinAddr: 0xB399C, symSize: 0x44 }
+ - { offsetInCU: 0x9EA, offset: 0xE61D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifierAC10IdentifierOvg', symObjAddr: 0x2A4, symBinAddr: 0xABAF0, symSize: 0x38 }
+ - { offsetInCU: 0xA09, offset: 0xE61F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6statusAA14NewValueStatusOvg', symObjAddr: 0x2DC, symBinAddr: 0xABB28, symSize: 0x44 }
+ - { offsetInCU: 0xA38, offset: 0xE6225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6statusAA14NewValueStatusOvM', symObjAddr: 0x32C, symBinAddr: 0xABB78, symSize: 0x44 }
+ - { offsetInCU: 0xA67, offset: 0xE6254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x388, symBinAddr: 0xABBD4, symSize: 0x74 }
+ - { offsetInCU: 0xA96, offset: 0xE6283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvw', symObjAddr: 0x400, symBinAddr: 0xABC4C, symSize: 0x244 }
+ - { offsetInCU: 0xCC2, offset: 0xE64AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvW', symObjAddr: 0x644, symBinAddr: 0xABE90, symSize: 0x280 }
+ - { offsetInCU: 0xEEE, offset: 0xE66DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvg', symObjAddr: 0x8C4, symBinAddr: 0xAC110, symSize: 0x50 }
+ - { offsetInCU: 0xF1D, offset: 0xE670A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvs', symObjAddr: 0x914, symBinAddr: 0xAC160, symSize: 0xA0 }
+ - { offsetInCU: 0xF46, offset: 0xE6733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvM', symObjAddr: 0x9B4, symBinAddr: 0xAC200, symSize: 0x70 }
+ - { offsetInCU: 0xF9F, offset: 0xE678C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvM.resume.0', symObjAddr: 0xA24, symBinAddr: 0xAC270, symSize: 0x104 }
+ - { offsetInCU: 0xFE1, offset: 0xE67CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11rtcClientIdSSvg', symObjAddr: 0xB28, symBinAddr: 0xAC374, symSize: 0x38 }
+ - { offsetInCU: 0x1010, offset: 0xE67FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14audioDirectionAC0G0Ovg', symObjAddr: 0xB60, symBinAddr: 0xAC3AC, symSize: 0x44 }
+ - { offsetInCU: 0x103F, offset: 0xE682C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14audioDirectionAC0G0OvM', symObjAddr: 0xBB0, symBinAddr: 0xAC3FC, symSize: 0x44 }
+ - { offsetInCU: 0x106E, offset: 0xE685B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14videoDirectionAC0G0Ovg', symObjAddr: 0xBF4, symBinAddr: 0xAC440, symSize: 0x44 }
+ - { offsetInCU: 0x109D, offset: 0xE688A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14videoDirectionAC0G0OvM', symObjAddr: 0xC88, symBinAddr: 0xAC4D4, symSize: 0x44 }
+ - { offsetInCU: 0x10CC, offset: 0xE68B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10dataSourceAA0de4DataG0_pSgvM', symObjAddr: 0xD90, symBinAddr: 0xAC5DC, symSize: 0x74 }
+ - { offsetInCU: 0x10FB, offset: 0xE68E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12isICERestartSbvg', symObjAddr: 0xE7C, symBinAddr: 0xAC6C8, symSize: 0x88 }
+ - { offsetInCU: 0x112A, offset: 0xE6917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11isInitiatorSbvg', symObjAddr: 0xF04, symBinAddr: 0xAC750, symSize: 0x10 }
+ - { offsetInCU: 0x1190, offset: 0xE697D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16localDescription33_08B5134EDB172B155D44BB921E077E73LLAC9SDPStatusOvs', symObjAddr: 0xF4C, symBinAddr: 0xAC798, symSize: 0x214 }
+ - { offsetInCU: 0x1259, offset: 0xE6A46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16mediaConstraintsSo08RTCMediaG0Cvg', symObjAddr: 0x1160, symBinAddr: 0xAC9AC, symSize: 0x254 }
+ - { offsetInCU: 0x13DB, offset: 0xE6BC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12audioSessionSo08RTCAudioG0CvgZ', symObjAddr: 0x13C0, symBinAddr: 0xACC0C, symSize: 0x2C }
+ - { offsetInCU: 0x13F6, offset: 0xE6BE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localAudioTrackSo08RTCAudioH0CSgvM', symObjAddr: 0x1404, symBinAddr: 0xACC50, symSize: 0x44 }
+ - { offsetInCU: 0x1425, offset: 0xE6C12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoSourceSo08RTCVideoG0Cvg', symObjAddr: 0x1448, symBinAddr: 0xACC94, symSize: 0x10 }
+ - { offsetInCU: 0x1452, offset: 0xE6C3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localVideoTrackSo08RTCVideoH0CSgvW', symObjAddr: 0x1458, symBinAddr: 0xACCA4, symSize: 0xD8 }
+ - { offsetInCU: 0x14CB, offset: 0xE6CB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localVideoTrackSo08RTCVideoH0CSgvM', symObjAddr: 0x1550, symBinAddr: 0xACD9C, symSize: 0x48 }
+ - { offsetInCU: 0x14FA, offset: 0xE6CE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvg', symObjAddr: 0x15FC, symBinAddr: 0xACE48, symSize: 0x84 }
+ - { offsetInCU: 0x1529, offset: 0xE6D16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvs', symObjAddr: 0x1680, symBinAddr: 0xACECC, symSize: 0x8C }
+ - { offsetInCU: 0x1568, offset: 0xE6D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvM', symObjAddr: 0x170C, symBinAddr: 0xACF58, symSize: 0x44 }
+ - { offsetInCU: 0x1597, offset: 0xE6D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvM.resume.0', symObjAddr: 0x1750, symBinAddr: 0xACF9C, symSize: 0x4 }
+ - { offsetInCU: 0x15C2, offset: 0xE6DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13videoCapturerSo08RTCVideoG0CSgvM', symObjAddr: 0x176C, symBinAddr: 0xACFB8, symSize: 0x44 }
+ - { offsetInCU: 0x15F1, offset: 0xE6DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16remoteVideoTrackSo08RTCVideoH0CSgvW', symObjAddr: 0x17B0, symBinAddr: 0xACFFC, symSize: 0x158 }
+ - { offsetInCU: 0x1696, offset: 0xE6E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16remoteVideoTrackSo08RTCVideoH0CSgvM', symObjAddr: 0x19A4, symBinAddr: 0xAD1F0, symSize: 0x48 }
+ - { offsetInCU: 0x16C5, offset: 0xE6EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9audioSinkAA0ab5AudioG0Cvg', symObjAddr: 0x1A34, symBinAddr: 0xAD280, symSize: 0x10 }
+ - { offsetInCU: 0x16F2, offset: 0xE6EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14localVideoSinkAA0abgH0CSgvM', symObjAddr: 0x1A5C, symBinAddr: 0xAD2A8, symSize: 0x44 }
+ - { offsetInCU: 0x1721, offset: 0xE6F0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15remoteVideoSinkAA0abgH0CSgvM', symObjAddr: 0x1AB8, symBinAddr: 0xAD304, symSize: 0x44 }
+ - { offsetInCU: 0x1750, offset: 0xE6F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16audioTransceiverSo06RTCRtpG0CSgvM', symObjAddr: 0x1B14, symBinAddr: 0xAD360, symSize: 0x44 }
+ - { offsetInCU: 0x177F, offset: 0xE6F6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16videoTransceiverSo06RTCRtpG0CSgvM', symObjAddr: 0x1B70, symBinAddr: 0xAD3BC, symSize: 0x44 }
+ - { offsetInCU: 0x17AE, offset: 0xE6F9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnectionSo07RTCPeerG0CSgvM', symObjAddr: 0x1C64, symBinAddr: 0xAD4B0, symSize: 0x44 }
+ - { offsetInCU: 0x17DD, offset: 0xE6FCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC7factorySo24RTCPeerConnectionFactoryCvg', symObjAddr: 0x1CA8, symBinAddr: 0xAD4F4, symSize: 0x10 }
+ - { offsetInCU: 0x180A, offset: 0xE6FF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19localSignalingStateSo012RTCSignalingH0VSgvM', symObjAddr: 0x1CD0, symBinAddr: 0xAD51C, symSize: 0x44 }
+ - { offsetInCU: 0x1839, offset: 0xE7026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20remoteSignalingStateSo012RTCSignalingH0VSgvM', symObjAddr: 0x1DC8, symBinAddr: 0xAD614, symSize: 0x44 }
+ - { offsetInCU: 0x1886, offset: 0xE7073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15hasSetRemoteSDPSbvg', symObjAddr: 0x1E0C, symBinAddr: 0xAD658, symSize: 0x1C }
+ - { offsetInCU: 0x18B6, offset: 0xE70A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15hasSetRemoteSDPSbvg', symObjAddr: 0x1E0C, symBinAddr: 0xAD658, symSize: 0x1C }
+ - { offsetInCU: 0x18F1, offset: 0xE70DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvg', symObjAddr: 0x1E38, symBinAddr: 0xAD684, symSize: 0x48 }
+ - { offsetInCU: 0x1920, offset: 0xE710D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvs', symObjAddr: 0x1E80, symBinAddr: 0xAD6CC, symSize: 0x50 }
+ - { offsetInCU: 0x195F, offset: 0xE714C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvM', symObjAddr: 0x1ED0, symBinAddr: 0xAD71C, symSize: 0x44 }
+ - { offsetInCU: 0x198E, offset: 0xE717B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvg', symObjAddr: 0x1F14, symBinAddr: 0xAD760, symSize: 0x44 }
+ - { offsetInCU: 0x19BD, offset: 0xE71AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvs', symObjAddr: 0x1F58, symBinAddr: 0xAD7A4, symSize: 0x48 }
+ - { offsetInCU: 0x19F8, offset: 0xE71E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvM', symObjAddr: 0x1FA0, symBinAddr: 0xAD7EC, symSize: 0x44 }
+ - { offsetInCU: 0x1A27, offset: 0xE7214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfC', symObjAddr: 0x1FE4, symBinAddr: 0xAD830, symSize: 0xB0 }
+ - { offsetInCU: 0x1AAB, offset: 0xE7298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfc', symObjAddr: 0x2094, symBinAddr: 0xAD8E0, symSize: 0x5F8 }
+ - { offsetInCU: 0x1D60, offset: 0xE754D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21peerConnectionFactory4withSo07RTCPeergH0CAA0aB9AudioSinkC_tFZ', symObjAddr: 0x2690, symBinAddr: 0xADEDC, symSize: 0x98 }
+ - { offsetInCU: 0x1E25, offset: 0xE7612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16peerConnectionId6client14turnCredential8delegateACSS_AcA04TurnK0CSgAA0dE8Delegate_pSgtcfC', symObjAddr: 0x2728, symBinAddr: 0xADF74, symSize: 0xD4 }
+ - { offsetInCU: 0x1E94, offset: 0xE7681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20createPeerConnection4withyAA14TurnCredentialCSg_tF', symObjAddr: 0x27FC, symBinAddr: 0xAE048, symSize: 0x204 }
+ - { offsetInCU: 0x1FBB, offset: 0xE77A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC18rtpTransceiverInit3forSo06RTCRtpgH0CAC9DirectionO_tF', symObjAddr: 0x2A04, symBinAddr: 0xAE250, symSize: 0xD8 }
+ - { offsetInCU: 0x20A4, offset: 0xE7891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9configureyyF', symObjAddr: 0x2AF0, symBinAddr: 0xAE33C, symSize: 0x14 }
+ - { offsetInCU: 0x20D1, offset: 0xE78BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfD', symObjAddr: 0x2B04, symBinAddr: 0xAE350, symSize: 0x168 }
+ - { offsetInCU: 0x21DC, offset: 0xE79C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfDTo', symObjAddr: 0x2C6C, symBinAddr: 0xAE4B8, symSize: 0x24 }
+ - { offsetInCU: 0x21F8, offset: 0xE79E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5clearyyF', symObjAddr: 0x2E0C, symBinAddr: 0xAE658, symSize: 0x1AC }
+ - { offsetInCU: 0x2303, offset: 0xE7AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16releaseResourcesyyF', symObjAddr: 0x2FB8, symBinAddr: 0xAE804, symSize: 0x168 }
+ - { offsetInCU: 0x2332, offset: 0xE7B1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10clearSinksyyF', symObjAddr: 0x3120, symBinAddr: 0xAE96C, symSize: 0xD0 }
+ - { offsetInCU: 0x238B, offset: 0xE7B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6update17remoteDescriptionySo010RTCSessionH0CSg_tF', symObjAddr: 0x31F0, symBinAddr: 0xAEA3C, symSize: 0x118 }
+ - { offsetInCU: 0x2409, offset: 0xE7BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8updating17remoteDescriptionySo010RTCSessionH0CSg_tF', symObjAddr: 0x3308, symBinAddr: 0xAEB54, symSize: 0x48 }
+ - { offsetInCU: 0x2487, offset: 0xE7C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC23updateRemoteDescriptionyyF', symObjAddr: 0x3350, symBinAddr: 0xAEB9C, symSize: 0x78 }
+ - { offsetInCU: 0x250A, offset: 0xE7CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5offer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tF', symObjAddr: 0x33FC, symBinAddr: 0xAEC48, symSize: 0x6C0 }
+ - { offsetInCU: 0x26D9, offset: 0xE7EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6answer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tF', symObjAddr: 0x3B44, symBinAddr: 0xAF390, symSize: 0x3B0 }
+ - { offsetInCU: 0x27DA, offset: 0xE7FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtF', symObjAddr: 0x3F88, symBinAddr: 0xAF7D4, symSize: 0x2B8 }
+ - { offsetInCU: 0x29E3, offset: 0xE81D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtFyALcfU_', symObjAddr: 0x4240, symBinAddr: 0xAFA8C, symSize: 0x2F4 }
+ - { offsetInCU: 0x2B96, offset: 0xE8383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtF', symObjAddr: 0x4584, symBinAddr: 0xAFDD0, symSize: 0x36C }
+ - { offsetInCU: 0x2DB0, offset: 0xE859D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_', symObjAddr: 0x48F0, symBinAddr: 0xB013C, symSize: 0x36C }
+ - { offsetInCU: 0x30B7, offset: 0xE88A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_ySo17RTCRtpTransceiverCXEfU_Tf0ns_n', symObjAddr: 0x4C5C, symBinAddr: 0xB04A8, symSize: 0x6F4 }
+ - { offsetInCU: 0x3513, offset: 0xE8D00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3add9candidateyAA9CandidateC_tF', symObjAddr: 0x5350, symBinAddr: 0xB0B9C, symSize: 0x1A8 }
+ - { offsetInCU: 0x364C, offset: 0xE8E39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6remove10candidatesySayAA9CandidateCG_tF', symObjAddr: 0x54F8, symBinAddr: 0xB0D44, symSize: 0x368 }
+ - { offsetInCU: 0x39E7, offset: 0xE91D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11reportError_8functionys0G0_pSg_SStF', symObjAddr: 0x5860, symBinAddr: 0xB10AC, symSize: 0x280 }
+ - { offsetInCU: 0x3BA3, offset: 0xE9390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11changeState2toyAA014PeerConnectionG0C_tF', symObjAddr: 0x5AE0, symBinAddr: 0xB132C, symSize: 0x20C }
+ - { offsetInCU: 0x3D3C, offset: 0xE9529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5closeyyF', symObjAddr: 0x5CEC, symBinAddr: 0xB1538, symSize: 0x7C }
+ - { offsetInCU: 0x3D6D, offset: 0xE955A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfC', symObjAddr: 0x5D68, symBinAddr: 0xB15B4, symSize: 0x20 }
+ - { offsetInCU: 0x3D8B, offset: 0xE9578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfc', symObjAddr: 0x5D88, symBinAddr: 0xB15D4, symSize: 0x2C }
+ - { offsetInCU: 0x3DEE, offset: 0xE95DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfcTo', symObjAddr: 0x5DB4, symBinAddr: 0xB1600, symSize: 0x2C }
+ - { offsetInCU: 0x3E91, offset: 0xE967E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP10identifier10IdentifierQzvgTW', symObjAddr: 0x8718, symBinAddr: 0xB3D9C, symSize: 0x18 }
+ - { offsetInCU: 0x3EB1, offset: 0xE969E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP10identifier10IdentifierQzvgTW', symObjAddr: 0x8718, symBinAddr: 0xB3D9C, symSize: 0x18 }
+ - { offsetInCU: 0x3ECC, offset: 0xE96B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvgTW', symObjAddr: 0x8730, symBinAddr: 0xB3DB4, symSize: 0x1C }
+ - { offsetInCU: 0x3EE8, offset: 0xE96D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvsTW', symObjAddr: 0x874C, symBinAddr: 0xB3DD0, symSize: 0x1C }
+ - { offsetInCU: 0x3F04, offset: 0xE96F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvMTW', symObjAddr: 0x8768, symBinAddr: 0xB3DEC, symSize: 0x5C }
+ - { offsetInCU: 0x3F20, offset: 0xE970D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvMTW.resume.0', symObjAddr: 0x87C4, symBinAddr: 0xB3E48, symSize: 0x2C }
+ - { offsetInCU: 0x4032, offset: 0xE981F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO9activeSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0xF14, symBinAddr: 0xAC760, symSize: 0x38 }
+ - { offsetInCU: 0x40C1, offset: 0xE98AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO12hasActiveSDPSbvg', symObjAddr: 0x1E28, symBinAddr: 0xAD674, symSize: 0x10 }
+ - { offsetInCU: 0x4120, offset: 0xE990D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO11updatingSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x33C8, symBinAddr: 0xAEC14, symSize: 0x34 }
+ - { offsetInCU: 0x41C0, offset: 0xE99AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvau', symObjAddr: 0x13B4, symBinAddr: 0xACC00, symSize: 0xC }
+ - { offsetInCU: 0x4238, offset: 0xE9A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvpACTk', symObjAddr: 0x15A4, symBinAddr: 0xACDF0, symSize: 0x58 }
+ - { offsetInCU: 0x428C, offset: 0xE9A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14createRandomId6suffixS2SSg_tFZ', symObjAddr: 0x268C, symBinAddr: 0xADED8, symSize: 0x4 }
+ - { offsetInCU: 0x42AF, offset: 0xE9A9C, size: 0x8, addend: 0x0, symName: '_$sSo16RTCConfigurationC13SendBirdCallsE6create4withAbC14TurnCredentialCSg_tFZ', symObjAddr: 0x2A00, symBinAddr: 0xAE24C, symSize: 0x4 }
+ - { offsetInCU: 0x42E4, offset: 0xE9AD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfETo', symObjAddr: 0x2C90, symBinAddr: 0xAE4DC, symSize: 0x17C }
+ - { offsetInCU: 0x4313, offset: 0xE9B00, size: 0x8, addend: 0x0, symName: '_$sSo21RTCSessionDescriptionCSgs5Error_pSgIeggg_ACSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x3ACC, symBinAddr: 0xAF318, symSize: 0x78 }
+ - { offsetInCU: 0x4367, offset: 0xE9B54, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgIegg_So7NSErrorCSgIeyBy_TR', symObjAddr: 0x4534, symBinAddr: 0xAFD80, symSize: 0x50 }
+ - { offsetInCU: 0x45BB, offset: 0xE9DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CF', symObjAddr: 0x5DE0, symBinAddr: 0xB162C, symSize: 0x4 }
+ - { offsetInCU: 0x45DE, offset: 0xE9DCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CFTo', symObjAddr: 0x5DE4, symBinAddr: 0xB1630, symSize: 0x4C }
+ - { offsetInCU: 0x462F, offset: 0xE9E1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So17RTCSignalingStateVtF', symObjAddr: 0x5E30, symBinAddr: 0xB167C, symSize: 0x624 }
+ - { offsetInCU: 0x4A87, offset: 0xEA274, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So17RTCSignalingStateVtFTo', symObjAddr: 0x649C, symBinAddr: 0xB1CE8, symSize: 0x64 }
+ - { offsetInCU: 0x4AD0, offset: 0xEA2BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So06RTCIceG5StateVtF', symObjAddr: 0x6500, symBinAddr: 0xB1D4C, symSize: 0x480 }
+ - { offsetInCU: 0x4D5B, offset: 0xEA548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvau', symObjAddr: 0x69A0, symBinAddr: 0xB21EC, symSize: 0xC }
+ - { offsetInCU: 0x4D7A, offset: 0xEA567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So06RTCIceG5StateVtFTo', symObjAddr: 0x69AC, symBinAddr: 0xB21F8, symSize: 0x64 }
+ - { offsetInCU: 0x4D96, offset: 0xEA583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtF', symObjAddr: 0x6A10, symBinAddr: 0xB225C, symSize: 0x4 }
+ - { offsetInCU: 0x4DB9, offset: 0xEA5A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtFTo', symObjAddr: 0x6A14, symBinAddr: 0xB2260, symSize: 0x54 }
+ - { offsetInCU: 0x4DEC, offset: 0xEA5D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_11didGenerateySo07RTCPeerG0C_So15RTCIceCandidateCtF', symObjAddr: 0x6A68, symBinAddr: 0xB22B4, symSize: 0x2A8 }
+ - { offsetInCU: 0x4FF7, offset: 0xEA7E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x6D1C, symBinAddr: 0xB2568, symSize: 0x32C }
+ - { offsetInCU: 0x5275, offset: 0xEAA62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_SaySo15RTCIceCandidateCGtFTo', symObjAddr: 0x7048, symBinAddr: 0xB2894, symSize: 0x98 }
+ - { offsetInCU: 0x5291, offset: 0xEAA7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_7didOpenySo07RTCPeerG0C_So14RTCDataChannelCtF', symObjAddr: 0x70E0, symBinAddr: 0xB292C, symSize: 0x4 }
+ - { offsetInCU: 0x52CB, offset: 0xEAAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtF', symObjAddr: 0x70F0, symBinAddr: 0xB293C, symSize: 0x40C }
+ - { offsetInCU: 0x5529, offset: 0xEAD16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFyAC16RTPPacketMonitorC4InfoVcfU_', symObjAddr: 0x7514, symBinAddr: 0xB2D60, symSize: 0xCC }
+ - { offsetInCU: 0x5580, offset: 0xEAD6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFTo', symObjAddr: 0x75E0, symBinAddr: 0xB2E2C, symSize: 0x64 }
+ - { offsetInCU: 0x559C, offset: 0xEAD89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAddySo07RTCPeerG0C_So14RTCMediaStreamCtF', symObjAddr: 0x7644, symBinAddr: 0xB2E90, symSize: 0x2C }
+ - { offsetInCU: 0x55B8, offset: 0xEADA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_So14RTCMediaStreamCtF', symObjAddr: 0x7714, symBinAddr: 0xB2F60, symSize: 0x2C }
+ - { offsetInCU: 0x55D4, offset: 0xEADC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtF', symObjAddr: 0x775C, symBinAddr: 0xB2FA8, symSize: 0x4 }
+ - { offsetInCU: 0x55F7, offset: 0xEADE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtFTo', symObjAddr: 0x7760, symBinAddr: 0xB2FAC, symSize: 0xB0 }
+ - { offsetInCU: 0x562A, offset: 0xEAE17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_So14RTCRtpReceiverCtF', symObjAddr: 0x7810, symBinAddr: 0xB305C, symSize: 0x338 }
+ - { offsetInCU: 0x5848, offset: 0xEB035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_19didStartReceivingOnySo07RTCPeerG0C_So17RTCRtpTransceiverCtF', symObjAddr: 0x7BD8, symBinAddr: 0xB3424, symSize: 0x4 }
+ - { offsetInCU: 0x5864, offset: 0xEB051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvau', symObjAddr: 0x7C5C, symBinAddr: 0xB34A8, symSize: 0xC }
+ - { offsetInCU: 0x588A, offset: 0xEB077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvgZ', symObjAddr: 0x7C68, symBinAddr: 0xB34B4, symSize: 0x1C }
+ - { offsetInCU: 0x58A6, offset: 0xEB093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvgZ', symObjAddr: 0x7C84, symBinAddr: 0xB34D0, symSize: 0x1C }
+ - { offsetInCU: 0x58C2, offset: 0xEB0AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantVAEycfC', symObjAddr: 0x7CA0, symBinAddr: 0xB34EC, symSize: 0x4 }
+ - { offsetInCU: 0x58E2, offset: 0xEB0CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvau', symObjAddr: 0x7CA4, symBinAddr: 0xB34F0, symSize: 0xC }
+ - { offsetInCU: 0x5908, offset: 0xEB0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvgZ', symObjAddr: 0x7CB0, symBinAddr: 0xB34FC, symSize: 0x8 }
+ - { offsetInCU: 0x5924, offset: 0xEB111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvgZ', symObjAddr: 0x7CC4, symBinAddr: 0xB3510, symSize: 0x8 }
+ - { offsetInCU: 0x5940, offset: 0xEB12D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvgZ', symObjAddr: 0x7CD8, symBinAddr: 0xB3524, symSize: 0x8 }
+ - { offsetInCU: 0x595C, offset: 0xEB149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvgZ', symObjAddr: 0x7CE0, symBinAddr: 0xB352C, symSize: 0x8 }
+ - { offsetInCU: 0x5978, offset: 0xEB165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionVAEycfC', symObjAddr: 0x7CE8, symBinAddr: 0xB3534, symSize: 0x4 }
+ - { offsetInCU: 0x5998, offset: 0xEB185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvau', symObjAddr: 0x7CB8, symBinAddr: 0xB3504, symSize: 0xC }
+ - { offsetInCU: 0x59B7, offset: 0xEB1A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvau', symObjAddr: 0x7CCC, symBinAddr: 0xB3518, symSize: 0xC }
+ - { offsetInCU: 0x5A02, offset: 0xEB1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10iceServers33_08B5134EDB172B155D44BB921E077E73LLSaySo12RTCIceServerCGvg', symObjAddr: 0x7CEC, symBinAddr: 0xB3538, symSize: 0x130 }
+ - { offsetInCU: 0x5AB6, offset: 0xEB2A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10iceServers33_08B5134EDB172B155D44BB921E077E73LLSaySo12RTCIceServerCGvg4urlsL_SaySSGvg', symObjAddr: 0x7E1C, symBinAddr: 0xB3668, symSize: 0xFC }
+ - { offsetInCU: 0x5D18, offset: 0xEB505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22PeerConnectionStatable_pWOc', symObjAddr: 0x8464, symBinAddr: 0xB3CB0, symSize: 0x44 }
+ - { offsetInCU: 0x5D37, offset: 0xEB524, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_SSTg5', symObjAddr: 0x87F0, symBinAddr: 0xB3E74, symSize: 0x54 }
+ - { offsetInCU: 0x5DB9, offset: 0xEB5A6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x884C, symBinAddr: 0xB3ED0, symSize: 0x4C }
+ - { offsetInCU: 0x5E62, offset: 0xEB64F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x8898, symBinAddr: 0xB3F1C, symSize: 0x90 }
+ - { offsetInCU: 0x5EF5, offset: 0xEB6E2, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFSo8NSObjectC_ALTg5', symObjAddr: 0x8A04, symBinAddr: 0xB4064, symSize: 0xD8 }
+ - { offsetInCU: 0x5F61, offset: 0xEB74E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x8B24, symBinAddr: 0xB4184, symSize: 0xC8 }
+ - { offsetInCU: 0x5FC2, offset: 0xEB7AF, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SSTg5', symObjAddr: 0x8D04, symBinAddr: 0xB4364, symSize: 0xD8 }
+ - { offsetInCU: 0x6078, offset: 0xEB865, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF13SendBirdCalls12WebRTCClientC10IdentifierO_AGTg5', symObjAddr: 0x8DDC, symBinAddr: 0xB443C, symSize: 0x104 }
+ - { offsetInCU: 0x61AE, offset: 0xEB99B, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSo8NSObjectC_AFTg5', symObjAddr: 0x8EE0, symBinAddr: 0xB4540, symSize: 0x128 }
+ - { offsetInCU: 0x62EE, offset: 0xEBADB, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SiTg5', symObjAddr: 0x913C, symBinAddr: 0xB479C, symSize: 0xF8 }
+ - { offsetInCU: 0x640E, offset: 0xEBBFB, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls13TaskOperationCTg5', symObjAddr: 0x925C, symBinAddr: 0xB48BC, symSize: 0x104 }
+ - { offsetInCU: 0x64EC, offset: 0xEBCD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14createRandomId6suffixS2SSg_tFZTf4nd_n', symObjAddr: 0x9360, symBinAddr: 0xB49C0, symSize: 0x1F8 }
+ - { offsetInCU: 0x65E1, offset: 0xEBDCE, size: 0x8, addend: 0x0, symName: '_$sSo16RTCConfigurationC13SendBirdCallsE6create4withAbC14TurnCredentialCSg_tFZTf4nd_n', symObjAddr: 0x9558, symBinAddr: 0xB4BB8, symSize: 0x2EC }
+ - { offsetInCU: 0x67DD, offset: 0xEBFCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22PeerConnectionStatable_pWOb', symObjAddr: 0x9988, symBinAddr: 0xB4EA4, symSize: 0x18 }
+ - { offsetInCU: 0x67F1, offset: 0xEBFDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCMa', symObjAddr: 0x99A0, symBinAddr: 0xB4EBC, symSize: 0x20 }
+ - { offsetInCU: 0x6805, offset: 0xEBFF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5offer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tFyAH_AJtcfU_TA', symObjAddr: 0x9A0C, symBinAddr: 0xB4F04, symSize: 0x1C }
+ - { offsetInCU: 0x6819, offset: 0xEC006, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x9A28, symBinAddr: 0xB4F20, symSize: 0x10 }
+ - { offsetInCU: 0x682D, offset: 0xEC01A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x9A38, symBinAddr: 0xB4F30, symSize: 0x8 }
+ - { offsetInCU: 0x6841, offset: 0xEC02E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_TA', symObjAddr: 0x9A7C, symBinAddr: 0xB4F74, symSize: 0xC }
+ - { offsetInCU: 0x6855, offset: 0xEC042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CFTf4nd_n', symObjAddr: 0x9A98, symBinAddr: 0xB4F80, symSize: 0x1B0 }
+ - { offsetInCU: 0x69DB, offset: 0xEC1C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtFTf4nnd_n', symObjAddr: 0x9C48, symBinAddr: 0xB5130, symSize: 0x25C }
+ - { offsetInCU: 0x6C29, offset: 0xEC416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_7didOpenySo07RTCPeerG0C_So14RTCDataChannelCtFTf4nnd_n', symObjAddr: 0x9ED0, symBinAddr: 0xB53B8, symSize: 0x22C }
+ - { offsetInCU: 0x6E26, offset: 0xEC613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFyAC16RTPPacketMonitorC4InfoVcfU_TA', symObjAddr: 0xA0FC, symBinAddr: 0xB55E4, symSize: 0x8 }
+ - { offsetInCU: 0x6E45, offset: 0xEC632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtFTf4nnnd_n', symObjAddr: 0xA318, symBinAddr: 0xB5800, symSize: 0x298 }
+ - { offsetInCU: 0x7114, offset: 0xEC901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_19didStartReceivingOnySo07RTCPeerG0C_So17RTCRtpTransceiverCtFTf4nnd_n', symObjAddr: 0xA5B0, symBinAddr: 0xB5A98, symSize: 0x2B4 }
+ - { offsetInCU: 0x731D, offset: 0xECB0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASQWb', symObjAddr: 0xA864, symBinAddr: 0xB5D4C, symSize: 0x4 }
+ - { offsetInCU: 0x7331, offset: 0xECB1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOAESQAAWl', symObjAddr: 0xA868, symBinAddr: 0xB5D50, symSize: 0x44 }
+ - { offsetInCU: 0x7345, offset: 0xECB32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASQWb', symObjAddr: 0xA8AC, symBinAddr: 0xB5D94, symSize: 0x4 }
+ - { offsetInCU: 0x7359, offset: 0xECB46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESQAAWl', symObjAddr: 0xA8B0, symBinAddr: 0xB5D98, symSize: 0x44 }
+ - { offsetInCU: 0x7379, offset: 0xECB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantVMa', symObjAddr: 0xBCF8, symBinAddr: 0xB71E0, symSize: 0x10 }
+ - { offsetInCU: 0x738D, offset: 0xECB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionVMa', symObjAddr: 0xBD08, symBinAddr: 0xB71F0, symSize: 0x10 }
+ - { offsetInCU: 0x73A1, offset: 0xECB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwCP', symObjAddr: 0xBD18, symBinAddr: 0xB7200, symSize: 0x2C }
+ - { offsetInCU: 0x73B5, offset: 0xECBA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwxx', symObjAddr: 0xBD44, symBinAddr: 0xB722C, symSize: 0x8 }
+ - { offsetInCU: 0x73C9, offset: 0xECBB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwcp', symObjAddr: 0xBD4C, symBinAddr: 0xB7234, symSize: 0x2C }
+ - { offsetInCU: 0x73DD, offset: 0xECBCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwca', symObjAddr: 0xBD78, symBinAddr: 0xB7260, symSize: 0x40 }
+ - { offsetInCU: 0x73F1, offset: 0xECBDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwta', symObjAddr: 0xBDC4, symBinAddr: 0xB72A0, symSize: 0x30 }
+ - { offsetInCU: 0x7405, offset: 0xECBF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwet', symObjAddr: 0xBDF4, symBinAddr: 0xB72D0, symSize: 0x50 }
+ - { offsetInCU: 0x7419, offset: 0xECC06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwst', symObjAddr: 0xBE44, symBinAddr: 0xB7320, symSize: 0x54 }
+ - { offsetInCU: 0x742D, offset: 0xECC1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwug', symObjAddr: 0xBE98, symBinAddr: 0xB7374, symSize: 0x18 }
+ - { offsetInCU: 0x7441, offset: 0xECC2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwup', symObjAddr: 0xBEB0, symBinAddr: 0xB738C, symSize: 0x4 }
+ - { offsetInCU: 0x7455, offset: 0xECC42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwui', symObjAddr: 0xBEB4, symBinAddr: 0xB7390, symSize: 0x20 }
+ - { offsetInCU: 0x7469, offset: 0xECC56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOMa', symObjAddr: 0xBED4, symBinAddr: 0xB73B0, symSize: 0x10 }
+ - { offsetInCU: 0x747D, offset: 0xECC6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwCP', symObjAddr: 0xBEE4, symBinAddr: 0xB73C0, symSize: 0x34 }
+ - { offsetInCU: 0x7491, offset: 0xECC7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwxx', symObjAddr: 0xBF18, symBinAddr: 0xB73F4, symSize: 0x8 }
+ - { offsetInCU: 0x74A5, offset: 0xECC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwcp', symObjAddr: 0xBF20, symBinAddr: 0xB73FC, symSize: 0x34 }
+ - { offsetInCU: 0x74B9, offset: 0xECCA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwca', symObjAddr: 0xBF54, symBinAddr: 0xB7430, symSize: 0x40 }
+ - { offsetInCU: 0x74CD, offset: 0xECCBA, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0xBF94, symBinAddr: 0xB7470, symSize: 0x14 }
+ - { offsetInCU: 0x74E1, offset: 0xECCCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwta', symObjAddr: 0xBFA8, symBinAddr: 0xB7484, symSize: 0x38 }
+ - { offsetInCU: 0x74F5, offset: 0xECCE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwet', symObjAddr: 0xBFE0, symBinAddr: 0xB74BC, symSize: 0x48 }
+ - { offsetInCU: 0x7509, offset: 0xECCF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwst', symObjAddr: 0xC028, symBinAddr: 0xB7504, symSize: 0x44 }
+ - { offsetInCU: 0x751D, offset: 0xECD0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwug', symObjAddr: 0xC06C, symBinAddr: 0xB7548, symSize: 0x18 }
+ - { offsetInCU: 0x7531, offset: 0xECD1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwup', symObjAddr: 0xC084, symBinAddr: 0xB7560, symSize: 0x4 }
+ - { offsetInCU: 0x7545, offset: 0xECD32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwui', symObjAddr: 0xC088, symBinAddr: 0xB7564, symSize: 0x18 }
+ - { offsetInCU: 0x7559, offset: 0xECD46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOMa', symObjAddr: 0xC0A0, symBinAddr: 0xB757C, symSize: 0x10 }
+ - { offsetInCU: 0x756D, offset: 0xECD5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwet', symObjAddr: 0xC0C0, symBinAddr: 0xB758C, symSize: 0x90 }
+ - { offsetInCU: 0x7581, offset: 0xECD6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwst', symObjAddr: 0xC150, symBinAddr: 0xB761C, symSize: 0xBC }
+ - { offsetInCU: 0x7595, offset: 0xECD82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwug', symObjAddr: 0xC20C, symBinAddr: 0xB76D8, symSize: 0x8 }
+ - { offsetInCU: 0x75A9, offset: 0xECD96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwup', symObjAddr: 0xC214, symBinAddr: 0xB76E0, symSize: 0x4 }
+ - { offsetInCU: 0x75BD, offset: 0xECDAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwui', symObjAddr: 0xC218, symBinAddr: 0xB76E4, symSize: 0x8 }
+ - { offsetInCU: 0x75D1, offset: 0xECDBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOMa', symObjAddr: 0xC220, symBinAddr: 0xB76EC, symSize: 0x10 }
+ - { offsetInCU: 0x75E5, offset: 0xECDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtFyALcfU_TA', symObjAddr: 0xC25C, symBinAddr: 0xB7728, symSize: 0x8 }
+ - { offsetInCU: 0x75F9, offset: 0xECDE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20WebRTCClientDelegate_pSgXwWOh', symObjAddr: 0xC264, symBinAddr: 0xB7730, symSize: 0x24 }
+ - { offsetInCU: 0x760D, offset: 0xECDFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOr', symObjAddr: 0xC288, symBinAddr: 0xB7754, symSize: 0x34 }
+ - { offsetInCU: 0x7621, offset: 0xECE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESYAAWl', symObjAddr: 0xC2BC, symBinAddr: 0xB7788, symSize: 0x44 }
+ - { offsetInCU: 0x798C, offset: 0xED179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80E8, symBinAddr: 0xB3934, symSize: 0x68 }
+ - { offsetInCU: 0x7A49, offset: 0xED236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8240, symBinAddr: 0xB3A8C, symSize: 0x88 }
+ - { offsetInCU: 0x7AF0, offset: 0xED2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x82C8, symBinAddr: 0xB3B14, symSize: 0x60 }
+ - { offsetInCU: 0x7B6E, offset: 0xED35B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8328, symBinAddr: 0xB3B74, symSize: 0x40 }
+ - { offsetInCU: 0x7BC0, offset: 0xED3AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8368, symBinAddr: 0xB3BB4, symSize: 0x5C }
+ - { offsetInCU: 0x7C1C, offset: 0xED409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8670, symBinAddr: 0xB3CF4, symSize: 0x5C }
+ - { offsetInCU: 0x7C3F, offset: 0xED42C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x86CC, symBinAddr: 0xB3D50, symSize: 0x4C }
+ - { offsetInCU: 0xDE, offset: 0xEDC3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11AudioChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tF', symObjAddr: 0x28, symBinAddr: 0xB7888, symSize: 0x350 }
+ - { offsetInCU: 0x2BF, offset: 0xEDE1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11VideoChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tF', symObjAddr: 0x4FC, symBinAddr: 0xB7D5C, symSize: 0x4B4 }
+ - { offsetInCU: 0x599, offset: 0xEE0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0xC14, symBinAddr: 0xB8474, symSize: 0x5E8 }
+ - { offsetInCU: 0x78B, offset: 0xEE2E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_', symObjAddr: 0x11FC, symBinAddr: 0xB8A5C, symSize: 0xA8 }
+ - { offsetInCU: 0x7BF, offset: 0xEE31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFTo', symObjAddr: 0x12A4, symBinAddr: 0xB8B04, symSize: 0x74 }
+ - { offsetInCU: 0x83F, offset: 0xEE39B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x1318, symBinAddr: 0xB8B78, symSize: 0xC0 }
+ - { offsetInCU: 0x8CC, offset: 0xEE428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfc', symObjAddr: 0x13D8, symBinAddr: 0xB8C38, symSize: 0x74 }
+ - { offsetInCU: 0x945, offset: 0xEE4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfcTo', symObjAddr: 0x144C, symBinAddr: 0xB8CAC, symSize: 0xE8 }
+ - { offsetInCU: 0xA04, offset: 0xEE560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1534, symBinAddr: 0xB8D94, symSize: 0x6C }
+ - { offsetInCU: 0xA52, offset: 0xEE5AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x15A0, symBinAddr: 0xB8E00, symSize: 0x5C }
+ - { offsetInCU: 0xA7B, offset: 0xEE5D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCfD', symObjAddr: 0x15FC, symBinAddr: 0xB8E5C, symSize: 0x30 }
+ - { offsetInCU: 0xAB5, offset: 0xEE611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_TA', symObjAddr: 0x1810, symBinAddr: 0xB8F40, symSize: 0xC }
+ - { offsetInCU: 0xAC9, offset: 0xEE625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x1868, symBinAddr: 0xB8F5C, symSize: 0x8 }
+ - { offsetInCU: 0xADD, offset: 0xEE639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCMa', symObjAddr: 0x1910, symBinAddr: 0xB8FA0, symSize: 0x20 }
+ - { offsetInCU: 0xAF1, offset: 0xEE64D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x19EC, symBinAddr: 0xB907C, symSize: 0x8 }
+ - { offsetInCU: 0xB05, offset: 0xEE661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x1AB8, symBinAddr: 0xB9108, symSize: 0x44 }
+ - { offsetInCU: 0xB19, offset: 0xEE675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x1AFC, symBinAddr: 0xB914C, symSize: 0x44 }
+ - { offsetInCU: 0xB2D, offset: 0xEE689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11AudioChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tFyAA04RoomG15SettingResponseVSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x1B80, symBinAddr: 0xB9190, symSize: 0x18 }
+ - { offsetInCU: 0xB41, offset: 0xEE69D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x1BC0, symBinAddr: 0xB91D0, symSize: 0x44 }
+ - { offsetInCU: 0xB55, offset: 0xEE6B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x1C04, symBinAddr: 0xB9214, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0xEEA3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB9270, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xEEA52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB9270, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0xEEA6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0xB9274, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xEEA9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xB92B0, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xEEABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0xB92D8, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xEEAEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0xB9318, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xEEB0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0xB931C, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0xEEB27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB4, symBinAddr: 0xB9324, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0xEEB3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV9inviterIdSSvg', symObjAddr: 0xBC, symBinAddr: 0xB932C, symSize: 0x2C }
+ - { offsetInCU: 0x144, offset: 0xEEB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0xE8, symBinAddr: 0xB9358, symSize: 0x8 }
+ - { offsetInCU: 0x158, offset: 0xEEB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvs', symObjAddr: 0xF0, symBinAddr: 0xB9360, symSize: 0x28 }
+ - { offsetInCU: 0x174, offset: 0xEEB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvM', symObjAddr: 0x118, symBinAddr: 0xB9388, symSize: 0x10 }
+ - { offsetInCU: 0x190, offset: 0xEEBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvM.resume.0', symObjAddr: 0x128, symBinAddr: 0xB9398, symSize: 0x4 }
+ - { offsetInCU: 0x1AC, offset: 0xEEBBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6roomId07inviterH015shortLivedTokenACSS_S2StcfC', symObjAddr: 0x12C, symBinAddr: 0xB939C, symSize: 0xFC }
+ - { offsetInCU: 0x2AF, offset: 0xEECC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x268, symBinAddr: 0xB9498, symSize: 0x18 }
+ - { offsetInCU: 0x2CF, offset: 0xEECE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x280, symBinAddr: 0xB94B0, symSize: 0x7C }
+ - { offsetInCU: 0x308, offset: 0xEED1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2FC, symBinAddr: 0xB952C, symSize: 0x7C }
+ - { offsetInCU: 0x33E, offset: 0xEED51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x378, symBinAddr: 0xB95A8, symSize: 0x8 }
+ - { offsetInCU: 0x365, offset: 0xEED78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x380, symBinAddr: 0xB95B0, symSize: 0xC }
+ - { offsetInCU: 0x38C, offset: 0xEED9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x38C, symBinAddr: 0xB95BC, symSize: 0x38 }
+ - { offsetInCU: 0x3B3, offset: 0xEEDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x3C4, symBinAddr: 0xB95F4, symSize: 0x38 }
+ - { offsetInCU: 0x3E9, offset: 0xEEDFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x580, symBinAddr: 0xB97B0, symSize: 0x88 }
+ - { offsetInCU: 0x41D, offset: 0xEEE30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x608, symBinAddr: 0xB9838, symSize: 0x28 }
+ - { offsetInCU: 0x431, offset: 0xEEE44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x630, symBinAddr: 0xB9860, symSize: 0x8 }
+ - { offsetInCU: 0x467, offset: 0xEEE7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x638, symBinAddr: 0xB9868, symSize: 0x8C }
+ - { offsetInCU: 0x4B2, offset: 0xEEEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x6C4, symBinAddr: 0xB98F4, symSize: 0xC }
+ - { offsetInCU: 0x4CE, offset: 0xEEEE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0xB9900, symSize: 0xC }
+ - { offsetInCU: 0x4FA, offset: 0xEEF0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x72C, symBinAddr: 0xB995C, symSize: 0x40 }
+ - { offsetInCU: 0x531, offset: 0xEEF44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x76C, symBinAddr: 0xB999C, symSize: 0x8 }
+ - { offsetInCU: 0x55C, offset: 0xEEF6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x774, symBinAddr: 0xB99A4, symSize: 0x8 }
+ - { offsetInCU: 0x59D, offset: 0xEEFB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x77C, symBinAddr: 0xB99AC, symSize: 0x8 }
+ - { offsetInCU: 0x5E5, offset: 0xEEFF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x784, symBinAddr: 0xB99B4, symSize: 0x18 }
+ - { offsetInCU: 0x61D, offset: 0xEF030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x79C, symBinAddr: 0xB99CC, symSize: 0x124 }
+ - { offsetInCU: 0x6CD, offset: 0xEF0E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x8C0, symBinAddr: 0xB9AF0, symSize: 0x4 }
+ - { offsetInCU: 0x6E1, offset: 0xEF0F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x8C4, symBinAddr: 0xB9AF4, symSize: 0x44 }
+ - { offsetInCU: 0x6F5, offset: 0xEF108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x908, symBinAddr: 0xB9B38, symSize: 0x4 }
+ - { offsetInCU: 0x709, offset: 0xEF11C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x90C, symBinAddr: 0xB9B3C, symSize: 0x44 }
+ - { offsetInCU: 0x71D, offset: 0xEF130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0xB9B80, symSize: 0x4 }
+ - { offsetInCU: 0x731, offset: 0xEF144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0xB9B84, symSize: 0x44 }
+ - { offsetInCU: 0x745, offset: 0xEF158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x998, symBinAddr: 0xB9BC8, symSize: 0x24 }
+ - { offsetInCU: 0x759, offset: 0xEF16C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x9BC, symBinAddr: 0xB9BEC, symSize: 0x44 }
+ - { offsetInCU: 0x76D, offset: 0xEF180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xA00, symBinAddr: 0xB9C30, symSize: 0x4 }
+ - { offsetInCU: 0x781, offset: 0xEF194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0xA48, symBinAddr: 0xB9C34, symSize: 0x24 }
+ - { offsetInCU: 0x795, offset: 0xEF1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0xA6C, symBinAddr: 0xB9C58, symSize: 0x44 }
+ - { offsetInCU: 0x7A9, offset: 0xEF1BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA11RequestableAAWI', symObjAddr: 0xAB0, symBinAddr: 0xB9C9C, symSize: 0x2C }
+ - { offsetInCU: 0x7BD, offset: 0xEF1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA0F0AAWl', symObjAddr: 0xADC, symBinAddr: 0xB9CC8, symSize: 0x44 }
+ - { offsetInCU: 0x7D1, offset: 0xEF1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xB20, symBinAddr: 0xB9D0C, symSize: 0x44 }
+ - { offsetInCU: 0x7E5, offset: 0xEF1F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0AAWI', symObjAddr: 0xB64, symBinAddr: 0xB9D50, symSize: 0x24 }
+ - { offsetInCU: 0x7F9, offset: 0xEF20C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVACSEAAWl', symObjAddr: 0xB88, symBinAddr: 0xB9D74, symSize: 0x44 }
+ - { offsetInCU: 0x80D, offset: 0xEF220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xBCC, symBinAddr: 0xB9DB8, symSize: 0x24 }
+ - { offsetInCU: 0x821, offset: 0xEF234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwCP', symObjAddr: 0xBF0, symBinAddr: 0xB9DDC, symSize: 0x30 }
+ - { offsetInCU: 0x835, offset: 0xEF248, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwxx', symObjAddr: 0xC20, symBinAddr: 0xB9E0C, symSize: 0x30 }
+ - { offsetInCU: 0x849, offset: 0xEF25C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwcp', symObjAddr: 0xC50, symBinAddr: 0xB9E3C, symSize: 0x54 }
+ - { offsetInCU: 0x85D, offset: 0xEF270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwca', symObjAddr: 0xCA4, symBinAddr: 0xB9E90, symSize: 0x84 }
+ - { offsetInCU: 0x871, offset: 0xEF284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwta', symObjAddr: 0xD3C, symBinAddr: 0xB9F14, symSize: 0x5C }
+ - { offsetInCU: 0x885, offset: 0xEF298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwet', symObjAddr: 0xD98, symBinAddr: 0xB9F70, symSize: 0x48 }
+ - { offsetInCU: 0x899, offset: 0xEF2AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwst', symObjAddr: 0xDE0, symBinAddr: 0xB9FB8, symSize: 0x48 }
+ - { offsetInCU: 0x8AD, offset: 0xEF2C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVMa', symObjAddr: 0xE28, symBinAddr: 0xBA000, symSize: 0x10 }
+ - { offsetInCU: 0x8C1, offset: 0xEF2D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwet', symObjAddr: 0xE48, symBinAddr: 0xBA010, symSize: 0x90 }
+ - { offsetInCU: 0x8D5, offset: 0xEF2E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwst', symObjAddr: 0xED8, symBinAddr: 0xBA0A0, symSize: 0xBC }
+ - { offsetInCU: 0x8E9, offset: 0xEF2FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwug', symObjAddr: 0xF94, symBinAddr: 0xBA15C, symSize: 0x8 }
+ - { offsetInCU: 0x8FD, offset: 0xEF310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwup', symObjAddr: 0xF9C, symBinAddr: 0xBA164, symSize: 0x4 }
+ - { offsetInCU: 0x911, offset: 0xEF324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwui', symObjAddr: 0xFA0, symBinAddr: 0xBA168, symSize: 0xC }
+ - { offsetInCU: 0x925, offset: 0xEF338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOMa', symObjAddr: 0xFAC, symBinAddr: 0xBA174, symSize: 0x10 }
+ - { offsetInCU: 0x939, offset: 0xEF34C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xFBC, symBinAddr: 0xBA184, symSize: 0x44 }
+ - { offsetInCU: 0x9B2, offset: 0xEF3C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3FC, symBinAddr: 0xB962C, symSize: 0x88 }
+ - { offsetInCU: 0xA61, offset: 0xEF474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0xB96B4, symSize: 0x60 }
+ - { offsetInCU: 0xAF7, offset: 0xEF50A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E4, symBinAddr: 0xB9714, symSize: 0x40 }
+ - { offsetInCU: 0xB49, offset: 0xEF55C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x524, symBinAddr: 0xB9754, symSize: 0x5C }
+ - { offsetInCU: 0xBBD, offset: 0xEF5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6DC, symBinAddr: 0xB990C, symSize: 0x28 }
+ - { offsetInCU: 0xBD9, offset: 0xEF5EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x704, symBinAddr: 0xB9934, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xEF82C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xBA1CC, symSize: 0x7C }
+ - { offsetInCU: 0x4B, offset: 0xEF850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xBA1CC, symSize: 0x7C }
+ - { offsetInCU: 0x6A, offset: 0xEF86F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueSSvg', symObjAddr: 0xBC, symBinAddr: 0xBA248, symSize: 0x40 }
+ - { offsetInCU: 0xBA, offset: 0xEF8BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2C8, symBinAddr: 0xBA454, symSize: 0x88 }
+ - { offsetInCU: 0xEE, offset: 0xEF8F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x350, symBinAddr: 0xBA4DC, symSize: 0x28 }
+ - { offsetInCU: 0x119, offset: 0xEF91E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASQWb', symObjAddr: 0x184, symBinAddr: 0xBA310, symSize: 0x4 }
+ - { offsetInCU: 0x12D, offset: 0xEF932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSQAAWl', symObjAddr: 0x188, symBinAddr: 0xBA314, symSize: 0x44 }
+ - { offsetInCU: 0x14C, offset: 0xEF951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwet', symObjAddr: 0x430, symBinAddr: 0xBA5AC, symSize: 0x90 }
+ - { offsetInCU: 0x160, offset: 0xEF965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwst', symObjAddr: 0x4C0, symBinAddr: 0xBA63C, symSize: 0xBC }
+ - { offsetInCU: 0x174, offset: 0xEF979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwug', symObjAddr: 0x57C, symBinAddr: 0xBA6F8, symSize: 0x8 }
+ - { offsetInCU: 0x188, offset: 0xEF98D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwup', symObjAddr: 0x584, symBinAddr: 0xBA700, symSize: 0x4 }
+ - { offsetInCU: 0x19C, offset: 0xEF9A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwui', symObjAddr: 0x588, symBinAddr: 0xBA704, symSize: 0xC }
+ - { offsetInCU: 0x1B0, offset: 0xEF9B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOMa', symObjAddr: 0x594, symBinAddr: 0xBA710, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0xEF9C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSYAAWl', symObjAddr: 0x5A4, symBinAddr: 0xBA720, symSize: 0x44 }
+ - { offsetInCU: 0x207, offset: 0xEFA0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFC, symBinAddr: 0xBA288, symSize: 0x88 }
+ - { offsetInCU: 0x2B6, offset: 0xEFABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1CC, symBinAddr: 0xBA358, symSize: 0x60 }
+ - { offsetInCU: 0x34C, offset: 0xEFB51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x22C, symBinAddr: 0xBA3B8, symSize: 0x40 }
+ - { offsetInCU: 0x39E, offset: 0xEFBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x26C, symBinAddr: 0xBA3F8, symSize: 0x5C }
+ - { offsetInCU: 0x418, offset: 0xEFC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x378, symBinAddr: 0xBA504, symSize: 0x5C }
+ - { offsetInCU: 0x43B, offset: 0xEFC40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3D4, symBinAddr: 0xBA560, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0xEFE27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xBA764, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xEFE3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xBA764, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xEFE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0xBA784, symSize: 0x40 }
+ - { offsetInCU: 0x8A, offset: 0xEFE8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0xBA7C4, symSize: 0x68 }
+ - { offsetInCU: 0xAB, offset: 0xEFEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xC8, symBinAddr: 0xBA82C, symSize: 0x6C }
+ - { offsetInCU: 0xD4, offset: 0xEFED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x134, symBinAddr: 0xBA898, symSize: 0x6C }
+ - { offsetInCU: 0xFD, offset: 0xEFEFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0xBA904, symSize: 0x4 }
+ - { offsetInCU: 0x119, offset: 0xEFF19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1A4, symBinAddr: 0xBA908, symSize: 0x4 }
+ - { offsetInCU: 0x135, offset: 0xEFF35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1A8, symBinAddr: 0xBA90C, symSize: 0xC }
+ - { offsetInCU: 0x149, offset: 0xEFF49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x1B4, symBinAddr: 0xBA918, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0xEFF65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV14customItemKeysSaySSGvg', symObjAddr: 0x1E4, symBinAddr: 0xBA948, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0xEFF81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6roomId14customItemKeysACSS_SaySSGtcfC', symObjAddr: 0x1EC, symBinAddr: 0xBA950, symSize: 0x14 }
+ - { offsetInCU: 0x1D8, offset: 0xEFFD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x200, symBinAddr: 0xBA964, symSize: 0x70 }
+ - { offsetInCU: 0x211, offset: 0xF0011, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x270, symBinAddr: 0xBA9D4, symSize: 0x70 }
+ - { offsetInCU: 0x247, offset: 0xF0047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2E0, symBinAddr: 0xBAA44, symSize: 0x8 }
+ - { offsetInCU: 0x26E, offset: 0xF006E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2E8, symBinAddr: 0xBAA4C, symSize: 0xC }
+ - { offsetInCU: 0x296, offset: 0xF0096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2F4, symBinAddr: 0xBAA58, symSize: 0x4 }
+ - { offsetInCU: 0x2AA, offset: 0xF00AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x2F8, symBinAddr: 0xBAA5C, symSize: 0x4 }
+ - { offsetInCU: 0x2DC, offset: 0xF00DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x464, symBinAddr: 0xBABC8, symSize: 0x74 }
+ - { offsetInCU: 0x310, offset: 0xF0110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x4D8, symBinAddr: 0xBAC3C, symSize: 0x24 }
+ - { offsetInCU: 0x348, offset: 0xF0148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4FC, symBinAddr: 0xBAC60, symSize: 0x4 }
+ - { offsetInCU: 0x368, offset: 0xF0168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4FC, symBinAddr: 0xBAC60, symSize: 0x4 }
+ - { offsetInCU: 0x393, offset: 0xF0193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x500, symBinAddr: 0xBAC64, symSize: 0x78 }
+ - { offsetInCU: 0x3DE, offset: 0xF01DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x578, symBinAddr: 0xBACDC, symSize: 0xC }
+ - { offsetInCU: 0x3FA, offset: 0xF01FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x584, symBinAddr: 0xBACE8, symSize: 0xC }
+ - { offsetInCU: 0x416, offset: 0xF0216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x75C, symBinAddr: 0xBAE80, symSize: 0x10 }
+ - { offsetInCU: 0x433, offset: 0xF0233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5E0, symBinAddr: 0xBAD44, symSize: 0x18 }
+ - { offsetInCU: 0x456, offset: 0xF0256, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x5F8, symBinAddr: 0xBAD5C, symSize: 0x68 }
+ - { offsetInCU: 0x48D, offset: 0xF028D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x660, symBinAddr: 0xBADC4, symSize: 0x8 }
+ - { offsetInCU: 0x4B8, offset: 0xF02B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x668, symBinAddr: 0xBADCC, symSize: 0x8 }
+ - { offsetInCU: 0x500, offset: 0xF0300, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x670, symBinAddr: 0xBADD4, symSize: 0x18 }
+ - { offsetInCU: 0x538, offset: 0xF0338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x688, symBinAddr: 0xBADEC, symSize: 0x94 }
+ - { offsetInCU: 0x5AB, offset: 0xF03AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x76C, symBinAddr: 0xBAE90, symSize: 0xFC }
+ - { offsetInCU: 0x68F, offset: 0xF048F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x868, symBinAddr: 0xBAF8C, symSize: 0x4 }
+ - { offsetInCU: 0x6A3, offset: 0xF04A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x86C, symBinAddr: 0xBAF90, symSize: 0x44 }
+ - { offsetInCU: 0x6B7, offset: 0xF04B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x8B0, symBinAddr: 0xBAFD4, symSize: 0x4 }
+ - { offsetInCU: 0x6CB, offset: 0xF04CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x8B4, symBinAddr: 0xBAFD8, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0xF04DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0x8F8, symBinAddr: 0xBB01C, symSize: 0x4 }
+ - { offsetInCU: 0x6F3, offset: 0xF04F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0x8FC, symBinAddr: 0xBB020, symSize: 0x44 }
+ - { offsetInCU: 0x707, offset: 0xF0507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x940, symBinAddr: 0xBB064, symSize: 0x24 }
+ - { offsetInCU: 0x71B, offset: 0xF051B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x964, symBinAddr: 0xBB088, symSize: 0x44 }
+ - { offsetInCU: 0x72F, offset: 0xF052F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x9A8, symBinAddr: 0xBB0CC, symSize: 0x4 }
+ - { offsetInCU: 0x743, offset: 0xF0543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x9AC, symBinAddr: 0xBB0D0, symSize: 0x48 }
+ - { offsetInCU: 0x757, offset: 0xF0557, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x9F4, symBinAddr: 0xBB118, symSize: 0x2C }
+ - { offsetInCU: 0x76B, offset: 0xF056B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0xA20, symBinAddr: 0xBB144, symSize: 0x44 }
+ - { offsetInCU: 0x77F, offset: 0xF057F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA64, symBinAddr: 0xBB188, symSize: 0x44 }
+ - { offsetInCU: 0x793, offset: 0xF0593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0xAA8, symBinAddr: 0xBB1CC, symSize: 0x24 }
+ - { offsetInCU: 0x7A7, offset: 0xF05A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0xACC, symBinAddr: 0xBB1F0, symSize: 0x44 }
+ - { offsetInCU: 0x7BB, offset: 0xF05BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB10, symBinAddr: 0xBB234, symSize: 0x24 }
+ - { offsetInCU: 0x7CF, offset: 0xF05CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwCP', symObjAddr: 0xB34, symBinAddr: 0xBB258, symSize: 0x30 }
+ - { offsetInCU: 0x7E3, offset: 0xF05E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwxx', symObjAddr: 0xB64, symBinAddr: 0xBB288, symSize: 0x28 }
+ - { offsetInCU: 0x7F7, offset: 0xF05F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwcp', symObjAddr: 0xB8C, symBinAddr: 0xBB2B0, symSize: 0x44 }
+ - { offsetInCU: 0x80B, offset: 0xF060B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwca', symObjAddr: 0xBD0, symBinAddr: 0xBB2F4, symSize: 0x6C }
+ - { offsetInCU: 0x81F, offset: 0xF061F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwta', symObjAddr: 0xC48, symBinAddr: 0xBB360, symSize: 0x4C }
+ - { offsetInCU: 0x833, offset: 0xF0633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwet', symObjAddr: 0xC94, symBinAddr: 0xBB3AC, symSize: 0x48 }
+ - { offsetInCU: 0x847, offset: 0xF0647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwst', symObjAddr: 0xCDC, symBinAddr: 0xBB3F4, symSize: 0x40 }
+ - { offsetInCU: 0x85B, offset: 0xF065B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVMa', symObjAddr: 0xD1C, symBinAddr: 0xBB434, symSize: 0x10 }
+ - { offsetInCU: 0x86F, offset: 0xF066F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwet', symObjAddr: 0xD34, symBinAddr: 0xBB444, symSize: 0x50 }
+ - { offsetInCU: 0x883, offset: 0xF0683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwst', symObjAddr: 0xD84, symBinAddr: 0xBB494, symSize: 0x8C }
+ - { offsetInCU: 0x897, offset: 0xF0697, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0xE10, symBinAddr: 0xBB520, symSize: 0x8 }
+ - { offsetInCU: 0x8AB, offset: 0xF06AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0xE18, symBinAddr: 0xBB528, symSize: 0x4 }
+ - { offsetInCU: 0x8BF, offset: 0xF06BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0xE1C, symBinAddr: 0xBB52C, symSize: 0x4 }
+ - { offsetInCU: 0x8D3, offset: 0xF06D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0xE20, symBinAddr: 0xBB530, symSize: 0x10 }
+ - { offsetInCU: 0x8E7, offset: 0xF06E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0xE30, symBinAddr: 0xBB540, symSize: 0x44 }
+ - { offsetInCU: 0x8FB, offset: 0xF06FB, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSEsSERzlWl', symObjAddr: 0xE98, symBinAddr: 0xBB584, symSize: 0x58 }
+ - { offsetInCU: 0x94A, offset: 0xF074A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2FC, symBinAddr: 0xBAA60, symSize: 0x80 }
+ - { offsetInCU: 0xA2E, offset: 0xF082E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x37C, symBinAddr: 0xBAAE0, symSize: 0x58 }
+ - { offsetInCU: 0xAD9, offset: 0xF08D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D4, symBinAddr: 0xBAB38, symSize: 0x3C }
+ - { offsetInCU: 0xB40, offset: 0xF0940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0xBAB74, symSize: 0x54 }
+ - { offsetInCU: 0xBC9, offset: 0xF09C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x590, symBinAddr: 0xBACF4, symSize: 0x28 }
+ - { offsetInCU: 0xBE5, offset: 0xF09E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xBAD1C, symSize: 0x28 }
+ - { offsetInCU: 0x79, offset: 0xF0CA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0ACSo06RTCIceD0C_tcfC', symObjAddr: 0x0, symBinAddr: 0xBB5DC, symSize: 0x6C }
+ - { offsetInCU: 0xBE, offset: 0xF0CED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC3sdpSSSgvg', symObjAddr: 0x6C, symBinAddr: 0xBB648, symSize: 0x80 }
+ - { offsetInCU: 0xED, offset: 0xF0D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC13sdpMlineIndexs5Int32VSgvg', symObjAddr: 0xEC, symBinAddr: 0xBB6C8, symSize: 0x68 }
+ - { offsetInCU: 0x11C, offset: 0xF0D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC6sdpMidSSSgvg', symObjAddr: 0x154, symBinAddr: 0xBB730, symSize: 0x88 }
+ - { offsetInCU: 0x14B, offset: 0xF0D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvg', symObjAddr: 0x1DC, symBinAddr: 0xBB7B8, symSize: 0x44 }
+ - { offsetInCU: 0x167, offset: 0xF0D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvs', symObjAddr: 0x220, symBinAddr: 0xBB7FC, symSize: 0x44 }
+ - { offsetInCU: 0x183, offset: 0xF0DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvM', symObjAddr: 0x264, symBinAddr: 0xBB840, symSize: 0x3C }
+ - { offsetInCU: 0x19F, offset: 0xF0DCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0xBB87C, symSize: 0x4 }
+ - { offsetInCU: 0x1BB, offset: 0xF0DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0ACSo06RTCIceD0C_tcfc', symObjAddr: 0x2A4, symBinAddr: 0xBB880, symSize: 0x58 }
+ - { offsetInCU: 0x1E4, offset: 0xF0E13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC3sdp0E10MlineIndex0E3MidACSS_s5Int32VSSSgtcfC', symObjAddr: 0x2FC, symBinAddr: 0xBB8D8, symSize: 0xD4 }
+ - { offsetInCU: 0x25D, offset: 0xF0E8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3D0, symBinAddr: 0xBB9AC, symSize: 0x4C }
+ - { offsetInCU: 0x282, offset: 0xF0EB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x41C, symBinAddr: 0xBB9F8, symSize: 0x274 }
+ - { offsetInCU: 0x30B, offset: 0xF0F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC6encode2toys7Encoder_p_tKF', symObjAddr: 0x758, symBinAddr: 0xBBCB0, symSize: 0x2FC }
+ - { offsetInCU: 0x379, offset: 0xF0FA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO8rawValueSSvg', symObjAddr: 0xAEC, symBinAddr: 0xBC044, symSize: 0x20 }
+ - { offsetInCU: 0x3B2, offset: 0xF0FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO11stringValueSSvg', symObjAddr: 0xB0C, symBinAddr: 0xBC064, symSize: 0x20 }
+ - { offsetInCU: 0x3E0, offset: 0xF100F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO11stringValueSSvg', symObjAddr: 0xB0C, symBinAddr: 0xBC064, symSize: 0x20 }
+ - { offsetInCU: 0x425, offset: 0xF1054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0xBC0A8, symSize: 0x78 }
+ - { offsetInCU: 0x466, offset: 0xF1095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xBC8, symBinAddr: 0xBC120, symSize: 0x28 }
+ - { offsetInCU: 0x482, offset: 0xF10B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xBF0, symBinAddr: 0xBC148, symSize: 0x8 }
+ - { offsetInCU: 0x4B8, offset: 0xF10E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBF8, symBinAddr: 0xBC150, symSize: 0x7C }
+ - { offsetInCU: 0x510, offset: 0xF113F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC74, symBinAddr: 0xBC1CC, symSize: 0xC }
+ - { offsetInCU: 0x52C, offset: 0xF115B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC80, symBinAddr: 0xBC1D8, symSize: 0xC }
+ - { offsetInCU: 0x54A, offset: 0xF1179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCfd', symObjAddr: 0xCDC, symBinAddr: 0xBC234, symSize: 0x1C }
+ - { offsetInCU: 0x585, offset: 0xF11B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCfD', symObjAddr: 0xCF8, symBinAddr: 0xBC250, symSize: 0x24 }
+ - { offsetInCU: 0x5D0, offset: 0xF11FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD1C, symBinAddr: 0xBC274, symSize: 0x2C }
+ - { offsetInCU: 0x5F3, offset: 0xF1222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD48, symBinAddr: 0xBC2A0, symSize: 0x28 }
+ - { offsetInCU: 0x617, offset: 0xF1246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs0E3KeyAAWl', symObjAddr: 0x6F4, symBinAddr: 0xBBC6C, symSize: 0x44 }
+ - { offsetInCU: 0x62B, offset: 0xF125A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCMa', symObjAddr: 0xDE0, symBinAddr: 0xBC338, symSize: 0x20 }
+ - { offsetInCU: 0x63F, offset: 0xF126E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwet', symObjAddr: 0xEC4, symBinAddr: 0xBC40C, symSize: 0x90 }
+ - { offsetInCU: 0x653, offset: 0xF1282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwst', symObjAddr: 0xF54, symBinAddr: 0xBC49C, symSize: 0xBC }
+ - { offsetInCU: 0x667, offset: 0xF1296, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwug', symObjAddr: 0x1010, symBinAddr: 0xBC558, symSize: 0x8 }
+ - { offsetInCU: 0x67B, offset: 0xF12AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwup', symObjAddr: 0x1018, symBinAddr: 0xBC560, symSize: 0x4 }
+ - { offsetInCU: 0x68F, offset: 0xF12BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwui', symObjAddr: 0x101C, symBinAddr: 0xBC564, symSize: 0x8 }
+ - { offsetInCU: 0x6A3, offset: 0xF12D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOMa', symObjAddr: 0x1024, symBinAddr: 0xBC56C, symSize: 0x10 }
+ - { offsetInCU: 0x6B7, offset: 0xF12E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASQWb', symObjAddr: 0x1034, symBinAddr: 0xBC57C, symSize: 0x4 }
+ - { offsetInCU: 0x6CB, offset: 0xF12FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFSQAAWl', symObjAddr: 0x1038, symBinAddr: 0xBC580, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0xF130E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x107C, symBinAddr: 0xBC5C4, symSize: 0x4 }
+ - { offsetInCU: 0x6F3, offset: 0xF1322, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1080, symBinAddr: 0xBC5C8, symSize: 0x44 }
+ - { offsetInCU: 0x707, offset: 0xF1336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10C4, symBinAddr: 0xBC60C, symSize: 0x4 }
+ - { offsetInCU: 0x71B, offset: 0xF134A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x10C8, symBinAddr: 0xBC610, symSize: 0x44 }
+ - { offsetInCU: 0x740, offset: 0xF136F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB2C, symBinAddr: 0xBC084, symSize: 0xC }
+ - { offsetInCU: 0x75C, offset: 0xF138B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB38, symBinAddr: 0xBC090, symSize: 0x8 }
+ - { offsetInCU: 0x778, offset: 0xF13A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB40, symBinAddr: 0xBC098, symSize: 0x8 }
+ - { offsetInCU: 0x794, offset: 0xF13C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB48, symBinAddr: 0xBC0A0, symSize: 0x8 }
+ - { offsetInCU: 0x7B6, offset: 0xF13E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC8C, symBinAddr: 0xBC1E4, symSize: 0x28 }
+ - { offsetInCU: 0x7D2, offset: 0xF1401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCB4, symBinAddr: 0xBC20C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xF16D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xBC654, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xF16EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xBC654, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0xF1706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0xBC658, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xF1737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xBC694, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xF1758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0xBC6BC, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xF1789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0xBC6FC, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xF17A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAC, symBinAddr: 0xBC700, symSize: 0x4 }
+ - { offsetInCU: 0x10C, offset: 0xF17B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0xBC704, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0xF17D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfC', symObjAddr: 0xB8, symBinAddr: 0xBC70C, symSize: 0xC4 }
+ - { offsetInCU: 0x1D7, offset: 0xF1884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BC, symBinAddr: 0xBC7D0, symSize: 0x4 }
+ - { offsetInCU: 0x223, offset: 0xF18D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x270, symBinAddr: 0xBC840, symSize: 0x40 }
+ - { offsetInCU: 0x25A, offset: 0xF1907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x3CC, symBinAddr: 0xBC99C, symSize: 0x8 }
+ - { offsetInCU: 0x285, offset: 0xF1932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3D4, symBinAddr: 0xBC9A4, symSize: 0x8 }
+ - { offsetInCU: 0x2B7, offset: 0xF1964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x468, symBinAddr: 0xBCA38, symSize: 0x4 }
+ - { offsetInCU: 0x2FC, offset: 0xF19A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x1C0, symBinAddr: 0xBC7D4, symSize: 0x24 }
+ - { offsetInCU: 0x310, offset: 0xF19BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1E4, symBinAddr: 0xBC7F8, symSize: 0x44 }
+ - { offsetInCU: 0x324, offset: 0xF19D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x228, symBinAddr: 0xBC83C, symSize: 0x4 }
+ - { offsetInCU: 0x338, offset: 0xF19E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x2B0, symBinAddr: 0xBC880, symSize: 0x24 }
+ - { offsetInCU: 0x34C, offset: 0xF19F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x2D4, symBinAddr: 0xBC8A4, symSize: 0x44 }
+ - { offsetInCU: 0x360, offset: 0xF1A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x318, symBinAddr: 0xBC8E8, symSize: 0x2C }
+ - { offsetInCU: 0x374, offset: 0xF1A21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA0F0AAWl', symObjAddr: 0x344, symBinAddr: 0xBC914, symSize: 0x44 }
+ - { offsetInCU: 0x388, offset: 0xF1A35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x388, symBinAddr: 0xBC958, symSize: 0x44 }
+ - { offsetInCU: 0x39C, offset: 0xF1A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0AAWI', symObjAddr: 0x3DC, symBinAddr: 0xBC9AC, symSize: 0x24 }
+ - { offsetInCU: 0x3B0, offset: 0xF1A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVACSEAAWl', symObjAddr: 0x400, symBinAddr: 0xBC9D0, symSize: 0x44 }
+ - { offsetInCU: 0x3C4, offset: 0xF1A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x444, symBinAddr: 0xBCA14, symSize: 0x24 }
+ - { offsetInCU: 0x3D8, offset: 0xF1A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwCP', symObjAddr: 0x46C, symBinAddr: 0xBCA3C, symSize: 0x34 }
+ - { offsetInCU: 0x3EC, offset: 0xF1A99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwxx', symObjAddr: 0x4A0, symBinAddr: 0xBCA70, symSize: 0x8 }
+ - { offsetInCU: 0x400, offset: 0xF1AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwcp', symObjAddr: 0x4A8, symBinAddr: 0xBCA78, symSize: 0x34 }
+ - { offsetInCU: 0x414, offset: 0xF1AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwca', symObjAddr: 0x4DC, symBinAddr: 0xBCAAC, symSize: 0x4C }
+ - { offsetInCU: 0x428, offset: 0xF1AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwta', symObjAddr: 0x53C, symBinAddr: 0xBCAF8, symSize: 0x3C }
+ - { offsetInCU: 0x43C, offset: 0xF1AE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwet', symObjAddr: 0x578, symBinAddr: 0xBCB34, symSize: 0x48 }
+ - { offsetInCU: 0x450, offset: 0xF1AFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwst', symObjAddr: 0x5C0, symBinAddr: 0xBCB7C, symSize: 0x40 }
+ - { offsetInCU: 0x464, offset: 0xF1B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVMa', symObjAddr: 0x600, symBinAddr: 0xBCBBC, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0xF1D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvg', symObjAddr: 0x0, symBinAddr: 0xBCBD0, symSize: 0x4 }
+ - { offsetInCU: 0x4F, offset: 0xF1D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvg', symObjAddr: 0x0, symBinAddr: 0xBCBD0, symSize: 0x4 }
+ - { offsetInCU: 0x6B, offset: 0xF1D82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvs', symObjAddr: 0x4, symBinAddr: 0xBCBD4, symSize: 0x28 }
+ - { offsetInCU: 0x87, offset: 0xF1D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvM', symObjAddr: 0x2C, symBinAddr: 0xBCBFC, symSize: 0x10 }
+ - { offsetInCU: 0xA3, offset: 0xF1DBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvM.resume.0', symObjAddr: 0x3C, symBinAddr: 0xBCC0C, symSize: 0x4 }
+ - { offsetInCU: 0xBF, offset: 0xF1DD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvg', symObjAddr: 0x40, symBinAddr: 0xBCC10, symSize: 0x8 }
+ - { offsetInCU: 0xDB, offset: 0xF1DF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvs', symObjAddr: 0x48, symBinAddr: 0xBCC18, symSize: 0x8 }
+ - { offsetInCU: 0xF7, offset: 0xF1E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvM', symObjAddr: 0x50, symBinAddr: 0xBCC20, symSize: 0x10 }
+ - { offsetInCU: 0x113, offset: 0xF1E2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvM.resume.0', symObjAddr: 0x60, symBinAddr: 0xBCC30, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0xF1E46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV17isVoIPPushEnabledSbvg', symObjAddr: 0x64, symBinAddr: 0xBCC34, symSize: 0x88 }
+ - { offsetInCU: 0x1C4, offset: 0xF1EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV5clearyyF', symObjAddr: 0xEC, symBinAddr: 0xBCCBC, symSize: 0xC }
+ - { offsetInCU: 0x1F2, offset: 0xF1F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV06updateD5Token4type5tokenSSSgAA0D4TypeO_AGtF', symObjAddr: 0xF8, symBinAddr: 0xBCCC8, symSize: 0xD0 }
+ - { offsetInCU: 0x280, offset: 0xF1F97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV06removeD5Token4type5tokenyAA0D4TypeO_SSSgtF', symObjAddr: 0x1E8, symBinAddr: 0xBCDB8, symSize: 0x98 }
+ - { offsetInCU: 0x350, offset: 0xF2067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV10clearToken4typeyAA0D4TypeO_tF', symObjAddr: 0x280, symBinAddr: 0xBCE50, symSize: 0x48 }
+ - { offsetInCU: 0x3A9, offset: 0xF20C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVACycfC', symObjAddr: 0x2C8, symBinAddr: 0xBCE98, symSize: 0x84 }
+ - { offsetInCU: 0x40C, offset: 0xF2123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5Token12isVoIPPushOnAcA16FilteredPropertyCySSG_SbSgtcfC', symObjAddr: 0x40C, symBinAddr: 0xBCF9C, symSize: 0x4 }
+ - { offsetInCU: 0x4C6, offset: 0xF21DD, size: 0x8, addend: 0x0, symName: '_$sxSblySSIsegnd_SgWOy', symObjAddr: 0x1C8, symBinAddr: 0xBCD98, symSize: 0x10 }
+ - { offsetInCU: 0x4DA, offset: 0xF21F1, size: 0x8, addend: 0x0, symName: '_$sxSblySSIsegnd_SgWOe', symObjAddr: 0x1D8, symBinAddr: 0xBCDA8, symSize: 0x10 }
+ - { offsetInCU: 0x590, offset: 0xF22A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5Token12isVoIPPushOnAcA16FilteredPropertyCySSG_SbSgtcfcfA_', symObjAddr: 0x38C, symBinAddr: 0xBCF1C, symSize: 0x80 }
+ - { offsetInCU: 0x5E7, offset: 0xF22FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwCP', symObjAddr: 0x410, symBinAddr: 0xBCFA0, symSize: 0x34 }
+ - { offsetInCU: 0x5FB, offset: 0xF2312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwxx', symObjAddr: 0x444, symBinAddr: 0xBCFD4, symSize: 0x8 }
+ - { offsetInCU: 0x60F, offset: 0xF2326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwcp', symObjAddr: 0x44C, symBinAddr: 0xBCFDC, symSize: 0x34 }
+ - { offsetInCU: 0x623, offset: 0xF233A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwca', symObjAddr: 0x480, symBinAddr: 0xBD010, symSize: 0x4C }
+ - { offsetInCU: 0x637, offset: 0xF234E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwta', symObjAddr: 0x4E0, symBinAddr: 0xBD05C, symSize: 0x3C }
+ - { offsetInCU: 0x64B, offset: 0xF2362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwet', symObjAddr: 0x51C, symBinAddr: 0xBD098, symSize: 0x48 }
+ - { offsetInCU: 0x65F, offset: 0xF2376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwst', symObjAddr: 0x564, symBinAddr: 0xBD0E0, symSize: 0x40 }
+ - { offsetInCU: 0x673, offset: 0xF238A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVMa', symObjAddr: 0x5A4, symBinAddr: 0xBD120, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xF25E7, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfC', symObjAddr: 0x0, symBinAddr: 0xBD130, symSize: 0x1F0 }
+ - { offsetInCU: 0x3F, offset: 0xF25FF, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfC', symObjAddr: 0x0, symBinAddr: 0xBD130, symSize: 0x1F0 }
+ - { offsetInCU: 0xE4, offset: 0xF26A4, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyF', symObjAddr: 0x1F0, symBinAddr: 0xBD320, symSize: 0xA4 }
+ - { offsetInCU: 0x12E, offset: 0xF26EE, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_', symObjAddr: 0x294, symBinAddr: 0xBD3C4, symSize: 0x42C }
+ - { offsetInCU: 0x29E, offset: 0xF285E, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF', symObjAddr: 0x6C0, symBinAddr: 0xBD7F0, symSize: 0x48 }
+ - { offsetInCU: 0x2C5, offset: 0xF2885, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF', symObjAddr: 0x708, symBinAddr: 0xBD838, symSize: 0x104 }
+ - { offsetInCU: 0x2EC, offset: 0xF28AC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFTf4nggn_n', symObjAddr: 0x80C, symBinAddr: 0xBD93C, symSize: 0xD8 }
+ - { offsetInCU: 0x356, offset: 0xF2916, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_TA', symObjAddr: 0xB80, symBinAddr: 0xBDC08, symSize: 0x1C }
+ - { offsetInCU: 0x3CC, offset: 0xF298C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCTf4gn_n', symObjAddr: 0x8E4, symBinAddr: 0xBDA14, symSize: 0x1F4 }
+ - { offsetInCU: 0x97, offset: 0xF2D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callIdSSvgTo', symObjAddr: 0xC4, symBinAddr: 0xBDCE8, symSize: 0x4C }
+ - { offsetInCU: 0xD2, offset: 0xF2D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callIdSSvg', symObjAddr: 0x110, symBinAddr: 0xBDD34, symSize: 0x38 }
+ - { offsetInCU: 0x10F, offset: 0xF2DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvgTo', symObjAddr: 0x148, symBinAddr: 0xBDD6C, symSize: 0x10 }
+ - { offsetInCU: 0x12F, offset: 0xF2DCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvgTo', symObjAddr: 0x148, symBinAddr: 0xBDD6C, symSize: 0x10 }
+ - { offsetInCU: 0x14A, offset: 0xF2DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvg', symObjAddr: 0x158, symBinAddr: 0xBDD7C, symSize: 0x10 }
+ - { offsetInCU: 0x167, offset: 0xF2E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedAts5Int64VvM', symObjAddr: 0x1BC, symBinAddr: 0xBDDE0, symSize: 0x44 }
+ - { offsetInCU: 0x1D2, offset: 0xF2E72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC8durations5Int64VvgTo', symObjAddr: 0x200, symBinAddr: 0xBDE24, symSize: 0x80 }
+ - { offsetInCU: 0x233, offset: 0xF2ED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC8durations5Int64Vvg', symObjAddr: 0x280, symBinAddr: 0xBDEA4, symSize: 0x68 }
+ - { offsetInCU: 0x29C, offset: 0xF2F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvgTo', symObjAddr: 0x2E8, symBinAddr: 0xBDF0C, symSize: 0x70 }
+ - { offsetInCU: 0x303, offset: 0xF2FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvsTo', symObjAddr: 0x364, symBinAddr: 0xBDF88, symSize: 0x6C }
+ - { offsetInCU: 0x348, offset: 0xF2FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvs', symObjAddr: 0x3D0, symBinAddr: 0xBDFF4, symSize: 0x50 }
+ - { offsetInCU: 0x371, offset: 0xF3011, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvM', symObjAddr: 0x420, symBinAddr: 0xBE044, symSize: 0x44 }
+ - { offsetInCU: 0x3A0, offset: 0xF3040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7enderIdSSSgvM', symObjAddr: 0x494, symBinAddr: 0xBE0B8, symSize: 0x44 }
+ - { offsetInCU: 0x3ED, offset: 0xF308D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedByAA0dE4UserCSgvgTo', symObjAddr: 0x4D8, symBinAddr: 0xBE0FC, symSize: 0x90 }
+ - { offsetInCU: 0x435, offset: 0xF30D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedByAA0dE4UserCSgvg', symObjAddr: 0x568, symBinAddr: 0xBE18C, symSize: 0x7C }
+ - { offsetInCU: 0x495, offset: 0xF3135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callerAA0dE4UserCSgvgTo', symObjAddr: 0x5E4, symBinAddr: 0xBE208, symSize: 0x38 }
+ - { offsetInCU: 0x4B1, offset: 0xF3151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callerAA0dE4UserCSgvg', symObjAddr: 0x61C, symBinAddr: 0xBE240, symSize: 0x154 }
+ - { offsetInCU: 0x62D, offset: 0xF32CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6calleeAA0dE4UserCSgvgTo', symObjAddr: 0x770, symBinAddr: 0xBE394, symSize: 0x38 }
+ - { offsetInCU: 0x649, offset: 0xF32E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6calleeAA0dE4UserCSgvg', symObjAddr: 0x7A8, symBinAddr: 0xBE3CC, symSize: 0x15C }
+ - { offsetInCU: 0x7C5, offset: 0xF3465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC9endResultAA0de3EndH0OvM', symObjAddr: 0x978, symBinAddr: 0xBE59C, symSize: 0x44 }
+ - { offsetInCU: 0x812, offset: 0xF34B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0SbvgTo', symObjAddr: 0xAA4, symBinAddr: 0xBE6C8, symSize: 0x44 }
+ - { offsetInCU: 0x84F, offset: 0xF34EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0Sbvg', symObjAddr: 0xAE8, symBinAddr: 0xBE70C, symSize: 0x44 }
+ - { offsetInCU: 0x898, offset: 0xF3538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0SbvsTo', symObjAddr: 0xB2C, symBinAddr: 0xBE750, symSize: 0x48 }
+ - { offsetInCU: 0x8F3, offset: 0xF3593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvgTo', symObjAddr: 0xB74, symBinAddr: 0xBE798, symSize: 0x74 }
+ - { offsetInCU: 0x930, offset: 0xF35D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvsTo', symObjAddr: 0xC38, symBinAddr: 0xBE85C, symSize: 0x70 }
+ - { offsetInCU: 0x975, offset: 0xF3615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvg', symObjAddr: 0xD10, symBinAddr: 0xBE934, symSize: 0x48 }
+ - { offsetInCU: 0x9A4, offset: 0xF3644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvs', symObjAddr: 0xD58, symBinAddr: 0xBE97C, symSize: 0x5C }
+ - { offsetInCU: 0x9E3, offset: 0xF3683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvM', symObjAddr: 0xDB4, symBinAddr: 0xBE9D8, symSize: 0x44 }
+ - { offsetInCU: 0xA12, offset: 0xF36B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvM.resume.0', symObjAddr: 0xDF8, symBinAddr: 0xBEA1C, symSize: 0x4 }
+ - { offsetInCU: 0xA3D, offset: 0xF36DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC13relayProtocolSSSgvM', symObjAddr: 0xFC0, symBinAddr: 0xBEBE4, symSize: 0x44 }
+ - { offsetInCU: 0xA7B, offset: 0xF371B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfC', symObjAddr: 0x1004, symBinAddr: 0xBEC28, symSize: 0xF8 }
+ - { offsetInCU: 0xAAF, offset: 0xF374F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfc', symObjAddr: 0x10FC, symBinAddr: 0xBED20, symSize: 0xA8 }
+ - { offsetInCU: 0xAD5, offset: 0xF3775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO8rawValueSSvg', symObjAddr: 0x11A4, symBinAddr: 0xBEDC8, symSize: 0x20 }
+ - { offsetInCU: 0xB0E, offset: 0xF37AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO11stringValueSSvg', symObjAddr: 0x11C4, symBinAddr: 0xBEDE8, symSize: 0x20 }
+ - { offsetInCU: 0xB3C, offset: 0xF37DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO11stringValueSSvg', symObjAddr: 0x11C4, symBinAddr: 0xBEDE8, symSize: 0x20 }
+ - { offsetInCU: 0xB76, offset: 0xF3816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0x1368, symBinAddr: 0xBEF8C, symSize: 0x2C }
+ - { offsetInCU: 0xBA7, offset: 0xF3847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0x1394, symBinAddr: 0xBEFB8, symSize: 0x28 }
+ - { offsetInCU: 0xBBB, offset: 0xF385B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x13BC, symBinAddr: 0xBEFE0, symSize: 0x8 }
+ - { offsetInCU: 0xBF1, offset: 0xF3891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x13C4, symBinAddr: 0xBEFE8, symSize: 0x24 }
+ - { offsetInCU: 0xC41, offset: 0xF38E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x13E8, symBinAddr: 0xBF00C, symSize: 0xC }
+ - { offsetInCU: 0xC5D, offset: 0xF38FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x13F4, symBinAddr: 0xBF018, symSize: 0xC }
+ - { offsetInCU: 0xC79, offset: 0xF3919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x3C78, symBinAddr: 0xC1684, symSize: 0x74 }
+ - { offsetInCU: 0xCA6, offset: 0xF3946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1450, symBinAddr: 0xBF074, symSize: 0x40 }
+ - { offsetInCU: 0xCCB, offset: 0xF396B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1490, symBinAddr: 0xBF0B4, symSize: 0x9D8 }
+ - { offsetInCU: 0xE13, offset: 0xF3AB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E68, symBinAddr: 0xBFA8C, symSize: 0x508 }
+ - { offsetInCU: 0xE87, offset: 0xF3B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfC', symObjAddr: 0x2370, symBinAddr: 0xBFF94, symSize: 0x20 }
+ - { offsetInCU: 0xEA5, offset: 0xF3B45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfc', symObjAddr: 0x2390, symBinAddr: 0xBFFB4, symSize: 0x2C }
+ - { offsetInCU: 0xF08, offset: 0xF3BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfcTo', symObjAddr: 0x23BC, symBinAddr: 0xBFFE0, symSize: 0x2C }
+ - { offsetInCU: 0xF6F, offset: 0xF3C0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCfD', symObjAddr: 0x23E8, symBinAddr: 0xC000C, symSize: 0x30 }
+ - { offsetInCU: 0xF9C, offset: 0xF3C3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x248C, symBinAddr: 0xC00B0, symSize: 0x2C }
+ - { offsetInCU: 0xFBF, offset: 0xF3C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x24B8, symBinAddr: 0xC00DC, symSize: 0x38 }
+ - { offsetInCU: 0x100C, offset: 0xF3CAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcTf4gnggnnnnnggn_n', symObjAddr: 0x32C4, symBinAddr: 0xC0EE8, symSize: 0x344 }
+ - { offsetInCU: 0x10F6, offset: 0xF3D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update11customItems2atySDyS2SG_s5Int64VSgtF', symObjAddr: 0x0, symBinAddr: 0xBDC24, symSize: 0xC4 }
+ - { offsetInCU: 0x1212, offset: 0xF3EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvpACTk', symObjAddr: 0xCA8, symBinAddr: 0xBE8CC, symSize: 0x68 }
+ - { offsetInCU: 0x12F2, offset: 0xF3F92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCfETo', symObjAddr: 0x2418, symBinAddr: 0xC003C, symSize: 0x74 }
+ - { offsetInCU: 0x132C, offset: 0xF3FCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update9startedAtySd_tF', symObjAddr: 0x24F0, symBinAddr: 0xC0114, symSize: 0xB0 }
+ - { offsetInCU: 0x13E5, offset: 0xF4085, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update9startedAtySd_tFTo', symObjAddr: 0x25A0, symBinAddr: 0xC01C4, symSize: 0x20 }
+ - { offsetInCU: 0x141F, offset: 0xF40BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4hashSivgTo', symObjAddr: 0x25C0, symBinAddr: 0xC01E4, symSize: 0x54 }
+ - { offsetInCU: 0x1454, offset: 0xF40F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4hashSivg', symObjAddr: 0x2614, symBinAddr: 0xC0238, symSize: 0x14 }
+ - { offsetInCU: 0x1471, offset: 0xF4111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7isEqualySbypSgF', symObjAddr: 0x2628, symBinAddr: 0xC024C, symSize: 0x45C }
+ - { offsetInCU: 0x158A, offset: 0xF422A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7isEqualySbypSgFTo', symObjAddr: 0x2A84, symBinAddr: 0xC06A8, symSize: 0x80 }
+ - { offsetInCU: 0x15BC, offset: 0xF425C, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7isEqual2toSbs07__CocoaB0V_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x2B04, symBinAddr: 0xC0728, symSize: 0x15C }
+ - { offsetInCU: 0x164B, offset: 0xF42EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs0G3KeyAAWl', symObjAddr: 0x366C, symBinAddr: 0xC122C, symSize: 0x44 }
+ - { offsetInCU: 0x165F, offset: 0xF42FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCMa', symObjAddr: 0x36D0, symBinAddr: 0xC1270, symSize: 0x20 }
+ - { offsetInCU: 0x1673, offset: 0xF4313, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls14DirectCallUserCGMa', symObjAddr: 0x36F0, symBinAddr: 0xC1290, symSize: 0x54 }
+ - { offsetInCU: 0x16C9, offset: 0xF4369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwet', symObjAddr: 0x48CC, symBinAddr: 0xC22C8, symSize: 0x90 }
+ - { offsetInCU: 0x16DD, offset: 0xF437D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwst', symObjAddr: 0x495C, symBinAddr: 0xC2358, symSize: 0xBC }
+ - { offsetInCU: 0x16F1, offset: 0xF4391, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwug', symObjAddr: 0x4A18, symBinAddr: 0xC2414, symSize: 0x8 }
+ - { offsetInCU: 0x1705, offset: 0xF43A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwup', symObjAddr: 0x4A20, symBinAddr: 0xC241C, symSize: 0x4 }
+ - { offsetInCU: 0x1719, offset: 0xF43B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwui', symObjAddr: 0x4A24, symBinAddr: 0xC2420, symSize: 0x8 }
+ - { offsetInCU: 0x172D, offset: 0xF43CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOMa', symObjAddr: 0x4A2C, symBinAddr: 0xC2428, symSize: 0x10 }
+ - { offsetInCU: 0x1741, offset: 0xF43E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASQWb', symObjAddr: 0x4A3C, symBinAddr: 0xC2438, symSize: 0x4 }
+ - { offsetInCU: 0x1755, offset: 0xF43F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFSQAAWl', symObjAddr: 0x4A40, symBinAddr: 0xC243C, symSize: 0x44 }
+ - { offsetInCU: 0x1769, offset: 0xF4409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x4A84, symBinAddr: 0xC2480, symSize: 0x4 }
+ - { offsetInCU: 0x177D, offset: 0xF441D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x4A88, symBinAddr: 0xC2484, symSize: 0x44 }
+ - { offsetInCU: 0x1791, offset: 0xF4431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x4ACC, symBinAddr: 0xC24C8, symSize: 0x4 }
+ - { offsetInCU: 0x17A5, offset: 0xF4445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x4AD0, symBinAddr: 0xC24CC, symSize: 0x44 }
+ - { offsetInCU: 0x187B, offset: 0xF451B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11E4, symBinAddr: 0xBEE08, symSize: 0x88 }
+ - { offsetInCU: 0x192A, offset: 0xF45CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH9hashValueSivgTW', symObjAddr: 0x126C, symBinAddr: 0xBEE90, symSize: 0x60 }
+ - { offsetInCU: 0x19A8, offset: 0xF4648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x12CC, symBinAddr: 0xBEEF0, symSize: 0x40 }
+ - { offsetInCU: 0x19FA, offset: 0xF469A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x130C, symBinAddr: 0xBEF30, symSize: 0x5C }
+ - { offsetInCU: 0x1A5C, offset: 0xF46FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1400, symBinAddr: 0xBF024, symSize: 0x28 }
+ - { offsetInCU: 0x1A78, offset: 0xF4718, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1428, symBinAddr: 0xBF04C, symSize: 0x28 }
+ - { offsetInCU: 0x1B18, offset: 0xF47B8, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SdTg5Tf4nnd_n', symObjAddr: 0x2C60, symBinAddr: 0xC0884, symSize: 0x204 }
+ - { offsetInCU: 0x1B7D, offset: 0xF481D, size: 0x8, addend: 0x0, symName: '_$sSh2eeoiySbShyxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x2E64, symBinAddr: 0xC0A88, symSize: 0x288 }
+ - { offsetInCU: 0x1C05, offset: 0xF48A5, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls14DirectCallUserCG_Tg504$s13de7Calls13gh18LogC7endedByAA0dE4I14CSgvgSbAFXEfU_AF0ghL0CTf1cn_nTf4ng_n', symObjAddr: 0x30EC, symBinAddr: 0xC0D10, symSize: 0x1D8 }
+ - { offsetInCU: 0x1D89, offset: 0xF4A29, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x39EC, symBinAddr: 0xC13F8, symSize: 0x28C }
+ - { offsetInCU: 0x1E32, offset: 0xF4AD2, size: 0x8, addend: 0x0, symName: '_$sSh2eeoiySbShyxG_ABtFZ13SendBirdCalls14DirectCallUserC_Tg5Tf4nnd_n', symObjAddr: 0x3CEC, symBinAddr: 0xC16F8, symSize: 0x364 }
+ - { offsetInCU: 0x27, offset: 0xF4E45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0xC2524, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xF4E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0xC2524, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0xF4E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateC17didReceiveDialACK7context23initialLocalConstraintsyAA17DirectCallContext_p_AA0oM0CSgtF', symObjAddr: 0x10, symBinAddr: 0xC2534, symSize: 0x9C }
+ - { offsetInCU: 0xDE, offset: 0xF4EFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfc', symObjAddr: 0xAC, symBinAddr: 0xC25D0, symSize: 0x8 }
+ - { offsetInCU: 0x10D, offset: 0xF4F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCfd', symObjAddr: 0xB4, symBinAddr: 0xC25D8, symSize: 0x8 }
+ - { offsetInCU: 0x13C, offset: 0xF4F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCfD', symObjAddr: 0xBC, symBinAddr: 0xC25E0, symSize: 0x10 }
+ - { offsetInCU: 0x16C, offset: 0xF4F8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCMa', symObjAddr: 0xCC, symBinAddr: 0xC25F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xF5196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC2610, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0xF51BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC2610, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0xF51F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0xC270C, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0xF5216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0xC2774, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0xF523F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0xC27E0, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0xF5268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0xC284C, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0xF5284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0xC2850, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0xF52A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0xC287C, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0xF52BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0xC2884, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0xF52D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0xC28B0, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0xF5358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0xC2A28, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0xF5383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0xC2A30, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0xF53C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0xC2A98, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0xF53FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0xC2AC4, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0xF541F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0xC26AC, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0xF5439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0xC26CC, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0xF5474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0xC2AFC, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0xF5488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0xC2B20, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0xF549C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0xC2B64, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0xF54B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0xC2B68, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0xF54C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0xC2BB0, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0xF54D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0xC2BD4, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0xF54EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0xC2C00, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0xF5500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0xC2C44, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0xF5514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0xC2C88, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0xF5528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0xC2CAC, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0xF553C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0xC2CF0, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0xF5550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwCP', symObjAddr: 0x834, symBinAddr: 0xC2D14, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0xF5564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwxx', symObjAddr: 0x864, symBinAddr: 0xC2D44, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0xF5578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0xC2D6C, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0xF558C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0xC2DB0, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0xF55A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwta', symObjAddr: 0x958, symBinAddr: 0xC2E24, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0xF55B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0xC2E70, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0xF55C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0xC2EB8, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0xF55DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVMa', symObjAddr: 0xA34, symBinAddr: 0xC2F00, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xF5822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAA0D4DataVvg', symObjAddr: 0x0, symBinAddr: 0xC2F10, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0xF5846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAA0D4DataVvg', symObjAddr: 0x0, symBinAddr: 0xC2F10, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0xF5862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x70, symBinAddr: 0xC2F80, symSize: 0x48 }
+ - { offsetInCU: 0x7B, offset: 0xF5876, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAcA0D4DataV_tcfC', symObjAddr: 0xB8, symBinAddr: 0xC2FC8, symSize: 0x24 }
+ - { offsetInCU: 0xD0, offset: 0xF58CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDC, symBinAddr: 0xC2FEC, symSize: 0x48 }
+ - { offsetInCU: 0x108, offset: 0xF5903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x124, symBinAddr: 0xC3034, symSize: 0x16C }
+ - { offsetInCU: 0x165, offset: 0xF5960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA0D11RespondableAAWI', symObjAddr: 0x290, symBinAddr: 0xC31A0, symSize: 0x24 }
+ - { offsetInCU: 0x179, offset: 0xF5974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x2B4, symBinAddr: 0xC31C4, symSize: 0x44 }
+ - { offsetInCU: 0x18D, offset: 0xF5988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x2F8, symBinAddr: 0xC3208, symSize: 0x24 }
+ - { offsetInCU: 0x1A1, offset: 0xF599C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA11RespondableAAWI', symObjAddr: 0x360, symBinAddr: 0xC322C, symSize: 0x2C }
+ - { offsetInCU: 0x1B5, offset: 0xF59B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA0E0AAWl', symObjAddr: 0x38C, symBinAddr: 0xC3258, symSize: 0x44 }
+ - { offsetInCU: 0x1C9, offset: 0xF59C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x3D0, symBinAddr: 0xC329C, symSize: 0x44 }
+ - { offsetInCU: 0x1DD, offset: 0xF59D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA0E0AAWI', symObjAddr: 0x414, symBinAddr: 0xC32E0, symSize: 0x24 }
+ - { offsetInCU: 0x1F1, offset: 0xF59EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x47C, symBinAddr: 0xC3304, symSize: 0x24 }
+ - { offsetInCU: 0x205, offset: 0xF5A00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwCP', symObjAddr: 0x4A0, symBinAddr: 0xC3328, symSize: 0x30 }
+ - { offsetInCU: 0x219, offset: 0xF5A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwxx', symObjAddr: 0x4D0, symBinAddr: 0xC3358, symSize: 0x40 }
+ - { offsetInCU: 0x22D, offset: 0xF5A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwcp', symObjAddr: 0x510, symBinAddr: 0xC3398, symSize: 0x7C }
+ - { offsetInCU: 0x241, offset: 0xF5A3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwca', symObjAddr: 0x58C, symBinAddr: 0xC3414, symSize: 0xDC }
+ - { offsetInCU: 0x255, offset: 0xF5A50, size: 0x8, addend: 0x0, symName: ___swift_memcpy96_8, symObjAddr: 0x668, symBinAddr: 0xC34F0, symSize: 0x1C }
+ - { offsetInCU: 0x269, offset: 0xF5A64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwta', symObjAddr: 0x684, symBinAddr: 0xC350C, symSize: 0x7C }
+ - { offsetInCU: 0x27D, offset: 0xF5A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwet', symObjAddr: 0x700, symBinAddr: 0xC3588, symSize: 0x48 }
+ - { offsetInCU: 0x291, offset: 0xF5A8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwst', symObjAddr: 0x748, symBinAddr: 0xC35D0, symSize: 0x58 }
+ - { offsetInCU: 0x2A5, offset: 0xF5AA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVMa', symObjAddr: 0x7A0, symBinAddr: 0xC3628, symSize: 0x10 }
+ - { offsetInCU: 0x2B9, offset: 0xF5AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs0F3KeyAAWl', symObjAddr: 0x814, symBinAddr: 0xC3638, symSize: 0x44 }
+ - { offsetInCU: 0x4B, offset: 0xF5CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x0, symBinAddr: 0xC367C, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0xF5D19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x40, symBinAddr: 0xC36BC, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0xF5D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0x90, symBinAddr: 0xC370C, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xF5D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvg', symObjAddr: 0xCC, symBinAddr: 0xC3748, symSize: 0x44 }
+ - { offsetInCU: 0xBB, offset: 0xF5D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvs', symObjAddr: 0x110, symBinAddr: 0xC378C, symSize: 0x60 }
+ - { offsetInCU: 0xD7, offset: 0xF5D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM', symObjAddr: 0x170, symBinAddr: 0xC37EC, symSize: 0x6C }
+ - { offsetInCU: 0xF3, offset: 0xF5DA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM.resume.0', symObjAddr: 0x1DC, symBinAddr: 0xC3858, symSize: 0x70 }
+ - { offsetInCU: 0x10F, offset: 0xF5DC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvg', symObjAddr: 0x24C, symBinAddr: 0xC38C8, symSize: 0x44 }
+ - { offsetInCU: 0x12B, offset: 0xF5DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvs', symObjAddr: 0x290, symBinAddr: 0xC390C, symSize: 0x60 }
+ - { offsetInCU: 0x147, offset: 0xF5DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM', symObjAddr: 0x2F0, symBinAddr: 0xC396C, symSize: 0x6C }
+ - { offsetInCU: 0x163, offset: 0xF5E15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM.resume.0', symObjAddr: 0x35C, symBinAddr: 0xC39D8, symSize: 0x70 }
+ - { offsetInCU: 0x17F, offset: 0xF5E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvg', symObjAddr: 0x3CC, symBinAddr: 0xC3A48, symSize: 0x34 }
+ - { offsetInCU: 0x19B, offset: 0xF5E4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvs', symObjAddr: 0x400, symBinAddr: 0xC3A7C, symSize: 0x44 }
+ - { offsetInCU: 0x1B7, offset: 0xF5E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvM', symObjAddr: 0x444, symBinAddr: 0xC3AC0, symSize: 0x3C }
+ - { offsetInCU: 0x1D3, offset: 0xF5E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvM.resume.0', symObjAddr: 0x480, symBinAddr: 0xC3AFC, symSize: 0x4 }
+ - { offsetInCU: 0x225, offset: 0xF5ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6sender10dataSourceAcA13CommandSender_p_AA08RoomDataJ0_ptcfC', symObjAddr: 0x484, symBinAddr: 0xC3B00, symSize: 0xF0 }
+ - { offsetInCU: 0x283, offset: 0xF5F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6sender10dataSourceAcA13CommandSender_p_AA08RoomDataJ0_ptcfc', symObjAddr: 0x574, symBinAddr: 0xC3BF0, symSize: 0xD8 }
+ - { offsetInCU: 0x2CB, offset: 0xF5F7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC03didF4ExityyAA06RemoteF0CF', symObjAddr: 0x64C, symBinAddr: 0xC3CC8, symSize: 0x4 }
+ - { offsetInCU: 0x302, offset: 0xF5FB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtF', symObjAddr: 0x650, symBinAddr: 0xC3CCC, symSize: 0x4 }
+ - { offsetInCU: 0x345, offset: 0xF5FF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC5clearyyF', symObjAddr: 0x654, symBinAddr: 0xC3CD0, symSize: 0x4 }
+ - { offsetInCU: 0x370, offset: 0xF6022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCfd', symObjAddr: 0x658, symBinAddr: 0xC3CD4, symSize: 0x34 }
+ - { offsetInCU: 0x3AB, offset: 0xF605D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCfD', symObjAddr: 0x68C, symBinAddr: 0xC3D08, symSize: 0x3C }
+ - { offsetInCU: 0x3EE, offset: 0xF60A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x6C8, symBinAddr: 0xC3D44, symSize: 0x28 }
+ - { offsetInCU: 0x40A, offset: 0xF60BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x6F0, symBinAddr: 0xC3D6C, symSize: 0x28 }
+ - { offsetInCU: 0x426, offset: 0xF60D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x718, symBinAddr: 0xC3D94, symSize: 0x28 }
+ - { offsetInCU: 0x442, offset: 0xF60F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x740, symBinAddr: 0xC3DBC, symSize: 0x50 }
+ - { offsetInCU: 0x45E, offset: 0xF6110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvgTW', symObjAddr: 0x794, symBinAddr: 0xC3E10, symSize: 0x28 }
+ - { offsetInCU: 0x47A, offset: 0xF612C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvsTW', symObjAddr: 0x7BC, symBinAddr: 0xC3E38, symSize: 0x28 }
+ - { offsetInCU: 0x496, offset: 0xF6148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvMTW', symObjAddr: 0x7E4, symBinAddr: 0xC3E60, symSize: 0x50 }
+ - { offsetInCU: 0x4B2, offset: 0xF6164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8didEnteryyAA0F0CFTW', symObjAddr: 0x864, symBinAddr: 0xC3EE0, symSize: 0x28 }
+ - { offsetInCU: 0x4CE, offset: 0xF6180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP7didExityyAA0F0CFTW', symObjAddr: 0x88C, symBinAddr: 0xC3F08, symSize: 0x28 }
+ - { offsetInCU: 0x4EA, offset: 0xF619C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF5EnteryyAA06RemoteF0CFTW', symObjAddr: 0x8B4, symBinAddr: 0xC3F30, symSize: 0x28 }
+ - { offsetInCU: 0x506, offset: 0xF61B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF7ConnectyyAA06RemoteF0CFTW', symObjAddr: 0x8DC, symBinAddr: 0xC3F58, symSize: 0x28 }
+ - { offsetInCU: 0x522, offset: 0xF61D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF4ExityyAA06RemoteF0CFTW', symObjAddr: 0x904, symBinAddr: 0xC3F80, symSize: 0x28 }
+ - { offsetInCU: 0x53E, offset: 0xF61F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x92C, symBinAddr: 0xC3FA8, symSize: 0x28 }
+ - { offsetInCU: 0x55A, offset: 0xF620C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP5clearyyFTW', symObjAddr: 0x954, symBinAddr: 0xC3FD0, symSize: 0x28 }
+ - { offsetInCU: 0x583, offset: 0xF6235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSource_pSgXwWOh', symObjAddr: 0x97C, symBinAddr: 0xC3FF8, symSize: 0x24 }
+ - { offsetInCU: 0x597, offset: 0xF6249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCMa', symObjAddr: 0xB50, symBinAddr: 0xC41CC, symSize: 0x20 }
+ - { offsetInCU: 0x73, offset: 0xF64B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x0, symBinAddr: 0xC4308, symSize: 0x1A0 }
+ - { offsetInCU: 0xF1, offset: 0xF6535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x1A0, symBinAddr: 0xC44A8, symSize: 0xDC }
+ - { offsetInCU: 0x12F, offset: 0xF6573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x27C, symBinAddr: 0xC4584, symSize: 0xB0 }
+ - { offsetInCU: 0x187, offset: 0xF65CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC19didReceiveAcceptACK7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x32C, symBinAddr: 0xC4634, symSize: 0xA8 }
+ - { offsetInCU: 0x216, offset: 0xF665A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC25didFailToReceiveAcceptACK7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x3D4, symBinAddr: 0xC46DC, symSize: 0x9C }
+ - { offsetInCU: 0x27F, offset: 0xF66C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA17DirectCallContext_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x470, symBinAddr: 0xC4778, symSize: 0xF0 }
+ - { offsetInCU: 0x32F, offset: 0xF6773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCACycfC', symObjAddr: 0x774, symBinAddr: 0xC4A7C, symSize: 0x10 }
+ - { offsetInCU: 0x34D, offset: 0xF6791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCACycfc', symObjAddr: 0x784, symBinAddr: 0xC4A8C, symSize: 0x8 }
+ - { offsetInCU: 0x37C, offset: 0xF67C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCfd', symObjAddr: 0x78C, symBinAddr: 0xC4A94, symSize: 0x8 }
+ - { offsetInCU: 0x3AB, offset: 0xF67EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCfD', symObjAddr: 0x794, symBinAddr: 0xC4A9C, symSize: 0x10 }
+ - { offsetInCU: 0x423, offset: 0xF6867, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7C8, symBinAddr: 0xC4AAC, symSize: 0x10 }
+ - { offsetInCU: 0x437, offset: 0xF687B, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x7D8, symBinAddr: 0xC4ABC, symSize: 0x8 }
+ - { offsetInCU: 0x44B, offset: 0xF688F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCMa', symObjAddr: 0x7E0, symBinAddr: 0xC4AC4, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xF6AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xC4AEC, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xF6B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0xC4AF8, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0xF6B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0xC4B28, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0xF6B43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0xC4B6C, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0xF6B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0xC4BA8, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0xF6B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0xC4BAC, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0xF6BA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0xC4BF4, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0xF6C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0xC4EF8, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0xF6D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0xC5000, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0xF6E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x78C, symBinAddr: 0xC50E0, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0xF6E88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0xC510C, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0xF6EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0xC5140, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0xF6F36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0xC5174, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0xF6F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x870, symBinAddr: 0xC51B0, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0xF6FAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0xC5204, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0xF6FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0xC522C, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0xF6FE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x914, symBinAddr: 0xC5254, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0xF700E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0xC52D4, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0xF7041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0xC4ED8, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0xF7112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0xC5138, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xF73BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCfd', symObjAddr: 0x2B0, symBinAddr: 0xC55D8, symSize: 0x8 }
+ - { offsetInCU: 0x7A, offset: 0xF73EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCfD', symObjAddr: 0x2B8, symBinAddr: 0xC55E0, symSize: 0x10 }
+ - { offsetInCU: 0xA9, offset: 0xF741D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCACycfC', symObjAddr: 0x2C8, symBinAddr: 0xC55F0, symSize: 0x10 }
+ - { offsetInCU: 0xC7, offset: 0xF743B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCACycfc', symObjAddr: 0x2D8, symBinAddr: 0xC5600, symSize: 0x8 }
+ - { offsetInCU: 0xF7, offset: 0xF746B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCMa', symObjAddr: 0x360, symBinAddr: 0xC5608, symSize: 0x20 }
+ - { offsetInCU: 0x9C, offset: 0xF76BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x1DB0, symBinAddr: 0xC73EC, symSize: 0x28C }
+ - { offsetInCU: 0x12E, offset: 0xF7751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_', symObjAddr: 0x203C, symBinAddr: 0xC7678, symSize: 0x14C }
+ - { offsetInCU: 0x1BD, offset: 0xF77E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_', symObjAddr: 0x2188, symBinAddr: 0xC77C4, symSize: 0x8C }
+ - { offsetInCU: 0x2B7, offset: 0xF78DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvgTo', symObjAddr: 0x154, symBinAddr: 0xC5790, symSize: 0x44 }
+ - { offsetInCU: 0x2F4, offset: 0xF7917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvg', symObjAddr: 0x198, symBinAddr: 0xC57D4, symSize: 0x44 }
+ - { offsetInCU: 0x33D, offset: 0xF7960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvsTo', symObjAddr: 0x1DC, symBinAddr: 0xC5818, symSize: 0x48 }
+ - { offsetInCU: 0x382, offset: 0xF79A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvs', symObjAddr: 0x224, symBinAddr: 0xC5860, symSize: 0x48 }
+ - { offsetInCU: 0x3AB, offset: 0xF79CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvM', symObjAddr: 0x26C, symBinAddr: 0xC58A8, symSize: 0x44 }
+ - { offsetInCU: 0x3DA, offset: 0xF79FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5typesShyAA0D4TypeOGvM', symObjAddr: 0x2C8, symBinAddr: 0xC5904, symSize: 0x44 }
+ - { offsetInCU: 0x409, offset: 0xF7A2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getTypesSo7NSArrayCyF', symObjAddr: 0x30C, symBinAddr: 0xC5948, symSize: 0xC8 }
+ - { offsetInCU: 0x485, offset: 0xF7AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getTypesSo7NSArrayCyFTo', symObjAddr: 0x3D4, symBinAddr: 0xC5A10, symSize: 0xDC }
+ - { offsetInCU: 0x4F9, offset: 0xF7B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC6statesShyAA0D0C5StateOGvM', symObjAddr: 0x4C8, symBinAddr: 0xC5B04, symSize: 0x44 }
+ - { offsetInCU: 0x528, offset: 0xF7B4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getStateSo7NSArrayCyF', symObjAddr: 0x50C, symBinAddr: 0xC5B48, symSize: 0xC8 }
+ - { offsetInCU: 0x5A4, offset: 0xF7BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getStateSo7NSArrayCyFTo', symObjAddr: 0x5D4, symBinAddr: 0xC5C10, symSize: 0xDC }
+ - { offsetInCU: 0x618, offset: 0xF7C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC16createdByUserIdsSaySSGvM', symObjAddr: 0x6E0, symBinAddr: 0xC5D1C, symSize: 0x44 }
+ - { offsetInCU: 0x647, offset: 0xF7C6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7roomIdsSaySSGvM', symObjAddr: 0x8B4, symBinAddr: 0xC5EF0, symSize: 0x44 }
+ - { offsetInCU: 0x676, offset: 0xF7C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC14createdAtRangeAA0abJ0CvM', symObjAddr: 0x928, symBinAddr: 0xC5F64, symSize: 0x44 }
+ - { offsetInCU: 0x6A5, offset: 0xF7CC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC14createdAtRangeAA0abJ0CvM.resume.0', symObjAddr: 0x96C, symBinAddr: 0xC5FA8, symSize: 0x4 }
+ - { offsetInCU: 0x6D0, offset: 0xF7CF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC28currentParticipantCountRangeAA0abK0CvM', symObjAddr: 0xAD0, symBinAddr: 0xC610C, symSize: 0x44 }
+ - { offsetInCU: 0x6FF, offset: 0xF7D22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setLimityAEXDSuF', symObjAddr: 0xB14, symBinAddr: 0xC6150, symSize: 0x30 }
+ - { offsetInCU: 0x73C, offset: 0xF7D5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7setTypeyAEXDAA0dI0OF', symObjAddr: 0xB44, symBinAddr: 0xC6180, symSize: 0x74 }
+ - { offsetInCU: 0x7A4, offset: 0xF7DC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7setTypeyAEXDAA0dI0OFTo', symObjAddr: 0xBB8, symBinAddr: 0xC61F4, symSize: 0x7C }
+ - { offsetInCU: 0x7F6, offset: 0xF7E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC19setCreatedByUserIdsyAEXDSaySSGF', symObjAddr: 0xC34, symBinAddr: 0xC6270, symSize: 0x3C }
+ - { offsetInCU: 0x835, offset: 0xF7E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC03setD3IdsyAEXDSaySSGF', symObjAddr: 0xC70, symBinAddr: 0xC62AC, symSize: 0x3C }
+ - { offsetInCU: 0x874, offset: 0xF7E97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setStateyAEXDAA0D0C0I0OF', symObjAddr: 0xCAC, symBinAddr: 0xC62E8, symSize: 0x74 }
+ - { offsetInCU: 0x8DC, offset: 0xF7EFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setStateyAEXDAA0D0C0I0OFTo', symObjAddr: 0xD20, symBinAddr: 0xC635C, symSize: 0x7C }
+ - { offsetInCU: 0x92E, offset: 0xF7F51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVF', symObjAddr: 0xD9C, symBinAddr: 0xC63D8, symSize: 0x14 }
+ - { offsetInCU: 0x94A, offset: 0xF7F6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDs07PartialI4FromVys6UInt32VGF', symObjAddr: 0xDBC, symBinAddr: 0xC63F8, symSize: 0xCC }
+ - { offsetInCU: 0x9FC, offset: 0xF801F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDs07PartialI4UpToVys6UInt32VGF', symObjAddr: 0xE88, symBinAddr: 0xC64C4, symSize: 0xCC }
+ - { offsetInCU: 0xAAE, offset: 0xF80D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSnys6UInt32VGF', symObjAddr: 0xF54, symBinAddr: 0xC6590, symSize: 0x100 }
+ - { offsetInCU: 0xB75, offset: 0xF8198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDs07PartialI4FromVy10Foundation4DateVGF', symObjAddr: 0x1054, symBinAddr: 0xC6690, symSize: 0x12C }
+ - { offsetInCU: 0xC3C, offset: 0xF825F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDs07PartialI4UpToVy10Foundation4DateVGF', symObjAddr: 0x1180, symBinAddr: 0xC67BC, symSize: 0x12C }
+ - { offsetInCU: 0xD03, offset: 0xF8326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSny10Foundation4DateVGF', symObjAddr: 0x12AC, symBinAddr: 0xC68E8, symSize: 0x1D0 }
+ - { offsetInCU: 0xE61, offset: 0xF8484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVF', symObjAddr: 0x147C, symBinAddr: 0xC6AB8, symSize: 0x14 }
+ - { offsetInCU: 0xE8E, offset: 0xF84B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC4copyAEyF', symObjAddr: 0x1500, symBinAddr: 0xC6B3C, symSize: 0x194 }
+ - { offsetInCU: 0xEF1, offset: 0xF8514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCAEycfc', symObjAddr: 0x16A0, symBinAddr: 0xC6CDC, symSize: 0x118 }
+ - { offsetInCU: 0xF42, offset: 0xF8565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCAEycfcTo', symObjAddr: 0x17B8, symBinAddr: 0xC6DF4, symSize: 0x20 }
+ - { offsetInCU: 0xF5E, offset: 0xF8581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVFTf4nn_g', symObjAddr: 0x25E4, symBinAddr: 0xC7C20, symSize: 0x100 }
+ - { offsetInCU: 0xFEF, offset: 0xF8612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVFTf4nn_g', symObjAddr: 0x2724, symBinAddr: 0xC7D20, symSize: 0x100 }
+ - { offsetInCU: 0x1081, offset: 0xF86A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCfETo', symObjAddr: 0x17E4, symBinAddr: 0xC6E20, symSize: 0x78 }
+ - { offsetInCU: 0x10B0, offset: 0xF86D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6senderAA13CommandSender_pvg', symObjAddr: 0x185C, symBinAddr: 0xC6E98, symSize: 0x30 }
+ - { offsetInCU: 0x10DF, offset: 0xF8702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC7serviceAA0aB7ServiceCvg', symObjAddr: 0x188C, symBinAddr: 0xC6EC8, symSize: 0x10 }
+ - { offsetInCU: 0x110C, offset: 0xF872F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC11roomManagerAA0dH0Cvg', symObjAddr: 0x189C, symBinAddr: 0xC6ED8, symSize: 0x10 }
+ - { offsetInCU: 0x1157, offset: 0xF877A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvgTo', symObjAddr: 0x18AC, symBinAddr: 0xC6EE8, symSize: 0x78 }
+ - { offsetInCU: 0x118C, offset: 0xF87AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvg', symObjAddr: 0x1924, symBinAddr: 0xC6F60, symSize: 0x54 }
+ - { offsetInCU: 0x11F3, offset: 0xF8816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvsTo', symObjAddr: 0x1978, symBinAddr: 0xC6FB4, symSize: 0xD0 }
+ - { offsetInCU: 0x124D, offset: 0xF8870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvs', symObjAddr: 0x1A48, symBinAddr: 0xC7084, symSize: 0xA0 }
+ - { offsetInCU: 0x1293, offset: 0xF88B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvM', symObjAddr: 0x1AE8, symBinAddr: 0xC7124, symSize: 0x58 }
+ - { offsetInCU: 0x12C2, offset: 0xF88E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvM.resume.0', symObjAddr: 0x1B40, symBinAddr: 0xC717C, symSize: 0x60 }
+ - { offsetInCU: 0x131F, offset: 0xF8942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x1BA0, symBinAddr: 0xC71DC, symSize: 0x10 }
+ - { offsetInCU: 0x133F, offset: 0xF8962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x1BA0, symBinAddr: 0xC71DC, symSize: 0x10 }
+ - { offsetInCU: 0x135C, offset: 0xF897F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvg', symObjAddr: 0x1BB0, symBinAddr: 0xC71EC, symSize: 0x10 }
+ - { offsetInCU: 0x1379, offset: 0xF899C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9isLoadingSbvM', symObjAddr: 0x1BF0, symBinAddr: 0xC722C, symSize: 0x44 }
+ - { offsetInCU: 0x13A8, offset: 0xF89CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC7hasNextSbvM', symObjAddr: 0x1D6C, symBinAddr: 0xC73A8, symSize: 0x44 }
+ - { offsetInCU: 0x13D7, offset: 0xF89FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0x2214, symBinAddr: 0xC7850, symSize: 0x74 }
+ - { offsetInCU: 0x1402, offset: 0xF8A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0CtcfC', symObjAddr: 0x22E8, symBinAddr: 0xC7924, symSize: 0x88 }
+ - { offsetInCU: 0x1438, offset: 0xF8A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0Ctcfc', symObjAddr: 0x2370, symBinAddr: 0xC79AC, symSize: 0x64 }
+ - { offsetInCU: 0x144C, offset: 0xF8A6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCACycfc', symObjAddr: 0x2410, symBinAddr: 0xC7A4C, symSize: 0x2C }
+ - { offsetInCU: 0x14AF, offset: 0xF8AD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCACycfcTo', symObjAddr: 0x243C, symBinAddr: 0xC7A78, symSize: 0x2C }
+ - { offsetInCU: 0x1516, offset: 0xF8B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0CtcfcTf4ggggn_n', symObjAddr: 0x2A4C, symBinAddr: 0xC8048, symSize: 0x10C }
+ - { offsetInCU: 0x1772, offset: 0xF8D95, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD4RoomCGSgAGIeggg_TR', symObjAddr: 0x2288, symBinAddr: 0xC78C4, symSize: 0x60 }
+ - { offsetInCU: 0x17A0, offset: 0xF8DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCfETo', symObjAddr: 0x24A4, symBinAddr: 0xC7AE0, symSize: 0x6C }
+ - { offsetInCU: 0x17CF, offset: 0xF8DF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCMa', symObjAddr: 0x2824, symBinAddr: 0xC7E20, symSize: 0x20 }
+ - { offsetInCU: 0x17E3, offset: 0xF8E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyycfU0_TA', symObjAddr: 0x2868, symBinAddr: 0xC7E64, symSize: 0x40 }
+ - { offsetInCU: 0x1817, offset: 0xF8E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_TA', symObjAddr: 0x28D4, symBinAddr: 0xC7ED0, symSize: 0xC }
+ - { offsetInCU: 0x1836, offset: 0xF8E59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0x28E0, symBinAddr: 0xC7EDC, symSize: 0x24 }
+ - { offsetInCU: 0x185F, offset: 0xF8E82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA11RequestableAAWl', symObjAddr: 0x2904, symBinAddr: 0xC7F00, symSize: 0x44 }
+ - { offsetInCU: 0x1873, offset: 0xF8E96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA10ResultableAAWl', symObjAddr: 0x2948, symBinAddr: 0xC7F44, symSize: 0x44 }
+ - { offsetInCU: 0x1887, offset: 0xF8EAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVWOs', symObjAddr: 0x298C, symBinAddr: 0xC7F88, symSize: 0x80 }
+ - { offsetInCU: 0x189B, offset: 0xF8EBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyycfU_TA', symObjAddr: 0x2A0C, symBinAddr: 0xC8008, symSize: 0x40 }
+ - { offsetInCU: 0x18CF, offset: 0xF8EF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCMa', symObjAddr: 0x2B58, symBinAddr: 0xC8154, symSize: 0x20 }
+ - { offsetInCU: 0x18E3, offset: 0xF8F06, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD4RoomCGSgAGIeggg_TRTA', symObjAddr: 0x35B8, symBinAddr: 0xC8BB4, symSize: 0x8 }
+ - { offsetInCU: 0x18F7, offset: 0xF8F1A, size: 0x8, addend: 0x0, symName: '_$sSh8IteratorV8_VariantOyx__GSHRzlWOe', symObjAddr: 0x35C0, symBinAddr: 0xC8BBC, symSize: 0x10 }
+ - { offsetInCU: 0x190B, offset: 0xF8F2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU_TA', symObjAddr: 0x35FC, symBinAddr: 0xC8BF8, symSize: 0x2C }
+ - { offsetInCU: 0x1947, offset: 0xF8F6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_TA', symObjAddr: 0x365C, symBinAddr: 0xC8C58, symSize: 0xC }
+ - { offsetInCU: 0x195B, offset: 0xF8F7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVWOr', symObjAddr: 0x3668, symBinAddr: 0xC8C64, symSize: 0x64 }
+ - { offsetInCU: 0x196F, offset: 0xF8F92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVWOs', symObjAddr: 0x36CC, symBinAddr: 0xC8CC8, symSize: 0x64 }
+ - { offsetInCU: 0x19B8, offset: 0xF8FDB, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay13SendBirdCalls8RoomDataVG_AE0F0CTg504$s13cd7Calls13f109ListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_AgA0D4g2VcO22D7ManagerCcfu_AgQcfu0_AE0F7ManagerCTf1cn_n', symObjAddr: 0x0, symBinAddr: 0xC563C, symSize: 0x154 }
+ - { offsetInCU: 0x27, offset: 0xF9643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0xC8D5C, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0xF9667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0xC8D5C, symSize: 0xAC }
+ - { offsetInCU: 0x92, offset: 0xF96AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callIdSSvg', symObjAddr: 0xAC, symBinAddr: 0xC8E08, symSize: 0x2C }
+ - { offsetInCU: 0xAE, offset: 0xF96CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV9isEnabledSbvg', symObjAddr: 0xD8, symBinAddr: 0xC8E34, symSize: 0x8 }
+ - { offsetInCU: 0xCA, offset: 0xF96E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0xC8E3C, symSize: 0x8 }
+ - { offsetInCU: 0xE6, offset: 0xF9702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV9requestIdSSvg', symObjAddr: 0xE8, symBinAddr: 0xC8E44, symSize: 0x2C }
+ - { offsetInCU: 0xFA, offset: 0xF9716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x114, symBinAddr: 0xC8E70, symSize: 0x1A0 }
+ - { offsetInCU: 0x182, offset: 0xF979E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x2F4, symBinAddr: 0xC9010, symSize: 0x8 }
+ - { offsetInCU: 0x1AD, offset: 0xF97C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x2FC, symBinAddr: 0xC9018, symSize: 0x2C }
+ - { offsetInCU: 0x1DF, offset: 0xF97FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x328, symBinAddr: 0xC9044, symSize: 0x38 }
+ - { offsetInCU: 0x219, offset: 0xF9835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x40C, symBinAddr: 0xC907C, symSize: 0x24 }
+ - { offsetInCU: 0x22D, offset: 0xF9849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA13WSRequestableAAWl', symObjAddr: 0x430, symBinAddr: 0xC90A0, symSize: 0x44 }
+ - { offsetInCU: 0x241, offset: 0xF985D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x474, symBinAddr: 0xC90E4, symSize: 0x24 }
+ - { offsetInCU: 0x255, offset: 0xF9871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13WSRequestableAAWI', symObjAddr: 0x4DC, symBinAddr: 0xC9108, symSize: 0x24 }
+ - { offsetInCU: 0x269, offset: 0xF9885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x544, symBinAddr: 0xC912C, symSize: 0x4 }
+ - { offsetInCU: 0x27D, offset: 0xF9899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA11RequestableAAWI', symObjAddr: 0x58C, symBinAddr: 0xC9130, symSize: 0x2C }
+ - { offsetInCU: 0x291, offset: 0xF98AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA0F0AAWl', symObjAddr: 0x5B8, symBinAddr: 0xC915C, symSize: 0x44 }
+ - { offsetInCU: 0x2A5, offset: 0xF98C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5FC, symBinAddr: 0xC91A0, symSize: 0x44 }
+ - { offsetInCU: 0x2B9, offset: 0xF98D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0AAWI', symObjAddr: 0x640, symBinAddr: 0xC91E4, symSize: 0x24 }
+ - { offsetInCU: 0x2CD, offset: 0xF98E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVACSEAAWl', symObjAddr: 0x664, symBinAddr: 0xC9208, symSize: 0x44 }
+ - { offsetInCU: 0x2E1, offset: 0xF98FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6A8, symBinAddr: 0xC924C, symSize: 0x24 }
+ - { offsetInCU: 0x2F5, offset: 0xF9911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwCP', symObjAddr: 0x6CC, symBinAddr: 0xC9270, symSize: 0x30 }
+ - { offsetInCU: 0x309, offset: 0xF9925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwxx', symObjAddr: 0x6FC, symBinAddr: 0xC92A0, symSize: 0x28 }
+ - { offsetInCU: 0x31D, offset: 0xF9939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwcp', symObjAddr: 0x724, symBinAddr: 0xC92C8, symSize: 0x44 }
+ - { offsetInCU: 0x331, offset: 0xF994D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwca', symObjAddr: 0x768, symBinAddr: 0xC930C, symSize: 0x7C }
+ - { offsetInCU: 0x345, offset: 0xF9961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwta', symObjAddr: 0x7F8, symBinAddr: 0xC9388, symSize: 0x54 }
+ - { offsetInCU: 0x359, offset: 0xF9975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwet', symObjAddr: 0x84C, symBinAddr: 0xC93DC, symSize: 0x48 }
+ - { offsetInCU: 0x36D, offset: 0xF9989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwst', symObjAddr: 0x894, symBinAddr: 0xC9424, symSize: 0x48 }
+ - { offsetInCU: 0x381, offset: 0xF999D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVMa', symObjAddr: 0x8DC, symBinAddr: 0xC946C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xF9BD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xC947C, symSize: 0x1C }
+ - { offsetInCU: 0x77, offset: 0xF9C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xC947C, symSize: 0x1C }
+ - { offsetInCU: 0x12C, offset: 0xF9CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO9parameterSaySSGvg', symObjAddr: 0x1C, symBinAddr: 0xC9498, symSize: 0x40 }
+ - { offsetInCU: 0x168, offset: 0xF9D17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6callId14customItemKeysACSS_SaySSGtcfC', symObjAddr: 0x5C, symBinAddr: 0xC94D8, symSize: 0x14 }
+ - { offsetInCU: 0x1B3, offset: 0xF9D62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0xD0, symBinAddr: 0xC954C, symSize: 0x68 }
+ - { offsetInCU: 0x1D4, offset: 0xF9D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0x138, symBinAddr: 0xC95B4, symSize: 0x6C }
+ - { offsetInCU: 0x1FD, offset: 0xF9DAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x1A4, symBinAddr: 0xC9620, symSize: 0x6C }
+ - { offsetInCU: 0x226, offset: 0xF9DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x210, symBinAddr: 0xC968C, symSize: 0x4 }
+ - { offsetInCU: 0x242, offset: 0xF9DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x214, symBinAddr: 0xC9690, symSize: 0x4 }
+ - { offsetInCU: 0x25E, offset: 0xF9E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x218, symBinAddr: 0xC9694, symSize: 0xC }
+ - { offsetInCU: 0x272, offset: 0xF9E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6callIdSSvg', symObjAddr: 0x224, symBinAddr: 0xC96A0, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0xF9E3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV14customItemKeysSaySSGvg', symObjAddr: 0x254, symBinAddr: 0xC96D0, symSize: 0x8 }
+ - { offsetInCU: 0x2B6, offset: 0xF9E65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x25C, symBinAddr: 0xC96D8, symSize: 0x70 }
+ - { offsetInCU: 0x2EF, offset: 0xF9E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2CC, symBinAddr: 0xC9748, symSize: 0x70 }
+ - { offsetInCU: 0x325, offset: 0xF9ED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x33C, symBinAddr: 0xC97B8, symSize: 0x8 }
+ - { offsetInCU: 0x34C, offset: 0xF9EFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x344, symBinAddr: 0xC97C0, symSize: 0xC }
+ - { offsetInCU: 0x374, offset: 0xF9F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x350, symBinAddr: 0xC97CC, symSize: 0x4 }
+ - { offsetInCU: 0x388, offset: 0xF9F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x354, symBinAddr: 0xC97D0, symSize: 0x4 }
+ - { offsetInCU: 0x3BA, offset: 0xF9F69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0xC993C, symSize: 0x74 }
+ - { offsetInCU: 0x3EE, offset: 0xF9F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x534, symBinAddr: 0xC99B0, symSize: 0x24 }
+ - { offsetInCU: 0x426, offset: 0xF9FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x558, symBinAddr: 0xC99D4, symSize: 0x4 }
+ - { offsetInCU: 0x446, offset: 0xF9FF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x558, symBinAddr: 0xC99D4, symSize: 0x4 }
+ - { offsetInCU: 0x471, offset: 0xFA020, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0xC99D8, symSize: 0x78 }
+ - { offsetInCU: 0x4BC, offset: 0xFA06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x5D4, symBinAddr: 0xC9A50, symSize: 0xC }
+ - { offsetInCU: 0x4D8, offset: 0xFA087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0xC9A5C, symSize: 0xC }
+ - { offsetInCU: 0x4F4, offset: 0xFA0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x7C4, symBinAddr: 0xC9C00, symSize: 0x10 }
+ - { offsetInCU: 0x511, offset: 0xFA0C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x63C, symBinAddr: 0xC9AB8, symSize: 0x18 }
+ - { offsetInCU: 0x534, offset: 0xFA0E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x654, symBinAddr: 0xC9AD0, symSize: 0x68 }
+ - { offsetInCU: 0x56B, offset: 0xFA11A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6BC, symBinAddr: 0xC9B38, symSize: 0x8 }
+ - { offsetInCU: 0x596, offset: 0xFA145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6C4, symBinAddr: 0xC9B40, symSize: 0x8 }
+ - { offsetInCU: 0x5DE, offset: 0xFA18D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6CC, symBinAddr: 0xC9B48, symSize: 0x18 }
+ - { offsetInCU: 0x616, offset: 0xFA1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x6E4, symBinAddr: 0xC9B60, symSize: 0xA0 }
+ - { offsetInCU: 0x689, offset: 0xFA238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x7D4, symBinAddr: 0xC9C10, symSize: 0xFC }
+ - { offsetInCU: 0x715, offset: 0xFA2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultType_WZ', symObjAddr: 0x70, symBinAddr: 0xC94EC, symSize: 0x20 }
+ - { offsetInCU: 0x72F, offset: 0xFA2DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x90, symBinAddr: 0xC950C, symSize: 0x40 }
+ - { offsetInCU: 0x796, offset: 0xFA345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x8D0, symBinAddr: 0xC9D0C, symSize: 0x4 }
+ - { offsetInCU: 0x7AA, offset: 0xFA359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x8D4, symBinAddr: 0xC9D10, symSize: 0x44 }
+ - { offsetInCU: 0x7BE, offset: 0xFA36D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0x918, symBinAddr: 0xC9D54, symSize: 0x4 }
+ - { offsetInCU: 0x7D2, offset: 0xFA381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0x91C, symBinAddr: 0xC9D58, symSize: 0x44 }
+ - { offsetInCU: 0x7E6, offset: 0xFA395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0x960, symBinAddr: 0xC9D9C, symSize: 0x4 }
+ - { offsetInCU: 0x7FA, offset: 0xFA3A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0x964, symBinAddr: 0xC9DA0, symSize: 0x44 }
+ - { offsetInCU: 0x80E, offset: 0xFA3BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x9A8, symBinAddr: 0xC9DE4, symSize: 0x24 }
+ - { offsetInCU: 0x822, offset: 0xFA3D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xA10, symBinAddr: 0xC9E08, symSize: 0x4 }
+ - { offsetInCU: 0x836, offset: 0xFA3E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xA14, symBinAddr: 0xC9E0C, symSize: 0x48 }
+ - { offsetInCU: 0x84A, offset: 0xFA3F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xA5C, symBinAddr: 0xC9E54, symSize: 0x2C }
+ - { offsetInCU: 0x85E, offset: 0xFA40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA0G0AAWl', symObjAddr: 0xA88, symBinAddr: 0xC9E80, symSize: 0x44 }
+ - { offsetInCU: 0x872, offset: 0xFA421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xACC, symBinAddr: 0xC9EC4, symSize: 0x44 }
+ - { offsetInCU: 0x886, offset: 0xFA435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0AAWI', symObjAddr: 0xB10, symBinAddr: 0xC9F08, symSize: 0x24 }
+ - { offsetInCU: 0x89A, offset: 0xFA449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVACSEAAWl', symObjAddr: 0xB34, symBinAddr: 0xC9F2C, symSize: 0x44 }
+ - { offsetInCU: 0x8AE, offset: 0xFA45D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB78, symBinAddr: 0xC9F70, symSize: 0x24 }
+ - { offsetInCU: 0x8C2, offset: 0xFA471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwCP', symObjAddr: 0xB9C, symBinAddr: 0xC9F94, symSize: 0x30 }
+ - { offsetInCU: 0x8D6, offset: 0xFA485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwxx', symObjAddr: 0xBCC, symBinAddr: 0xC9FC4, symSize: 0x28 }
+ - { offsetInCU: 0x8EA, offset: 0xFA499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwcp', symObjAddr: 0xBF4, symBinAddr: 0xC9FEC, symSize: 0x44 }
+ - { offsetInCU: 0x8FE, offset: 0xFA4AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwca', symObjAddr: 0xC38, symBinAddr: 0xCA030, symSize: 0x6C }
+ - { offsetInCU: 0x912, offset: 0xFA4C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwta', symObjAddr: 0xCB0, symBinAddr: 0xCA09C, symSize: 0x4C }
+ - { offsetInCU: 0x926, offset: 0xFA4D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwet', symObjAddr: 0xCFC, symBinAddr: 0xCA0E8, symSize: 0x48 }
+ - { offsetInCU: 0x93A, offset: 0xFA4E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwst', symObjAddr: 0xD44, symBinAddr: 0xCA130, symSize: 0x40 }
+ - { offsetInCU: 0x94E, offset: 0xFA4FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVMa', symObjAddr: 0xD84, symBinAddr: 0xCA170, symSize: 0x10 }
+ - { offsetInCU: 0x962, offset: 0xFA511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwet', symObjAddr: 0xD9C, symBinAddr: 0xCA180, symSize: 0x50 }
+ - { offsetInCU: 0x976, offset: 0xFA525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwst', symObjAddr: 0xDEC, symBinAddr: 0xCA1D0, symSize: 0x8C }
+ - { offsetInCU: 0x98A, offset: 0xFA539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0xE78, symBinAddr: 0xCA25C, symSize: 0x8 }
+ - { offsetInCU: 0x99E, offset: 0xFA54D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0xE80, symBinAddr: 0xCA264, symSize: 0x4 }
+ - { offsetInCU: 0x9B2, offset: 0xFA561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0xE84, symBinAddr: 0xCA268, symSize: 0x4 }
+ - { offsetInCU: 0x9C6, offset: 0xFA575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0xE88, symBinAddr: 0xCA26C, symSize: 0x10 }
+ - { offsetInCU: 0x9DA, offset: 0xFA589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwCP', symObjAddr: 0xE98, symBinAddr: 0xCA27C, symSize: 0x2C }
+ - { offsetInCU: 0x9EE, offset: 0xFA59D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwxx', symObjAddr: 0xEC4, symBinAddr: 0xCA2A8, symSize: 0x8 }
+ - { offsetInCU: 0xA02, offset: 0xFA5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwcp', symObjAddr: 0xECC, symBinAddr: 0xCA2B0, symSize: 0x2C }
+ - { offsetInCU: 0xA16, offset: 0xFA5C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwca', symObjAddr: 0xEF8, symBinAddr: 0xCA2DC, symSize: 0x38 }
+ - { offsetInCU: 0xA2A, offset: 0xFA5D9, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xF30, symBinAddr: 0xCA314, symSize: 0xC }
+ - { offsetInCU: 0xA3E, offset: 0xFA5ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwta', symObjAddr: 0xF3C, symBinAddr: 0xCA320, symSize: 0x30 }
+ - { offsetInCU: 0xA52, offset: 0xFA601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwet', symObjAddr: 0xF6C, symBinAddr: 0xCA350, symSize: 0x50 }
+ - { offsetInCU: 0xA66, offset: 0xFA615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwst', symObjAddr: 0xFBC, symBinAddr: 0xCA3A0, symSize: 0x54 }
+ - { offsetInCU: 0xA7A, offset: 0xFA629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwug', symObjAddr: 0x1010, symBinAddr: 0xCA3F4, symSize: 0x18 }
+ - { offsetInCU: 0xA8E, offset: 0xFA63D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwup', symObjAddr: 0x1028, symBinAddr: 0xCA40C, symSize: 0x4 }
+ - { offsetInCU: 0xAA2, offset: 0xFA651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwui', symObjAddr: 0x102C, symBinAddr: 0xCA410, symSize: 0x20 }
+ - { offsetInCU: 0xAB6, offset: 0xFA665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOMa', symObjAddr: 0x104C, symBinAddr: 0xCA430, symSize: 0x10 }
+ - { offsetInCU: 0xACA, offset: 0xFA679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x105C, symBinAddr: 0xCA440, symSize: 0x44 }
+ - { offsetInCU: 0xB28, offset: 0xFA6D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x358, symBinAddr: 0xC97D4, symSize: 0x80 }
+ - { offsetInCU: 0xC0C, offset: 0xFA7BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3D8, symBinAddr: 0xC9854, symSize: 0x58 }
+ - { offsetInCU: 0xCB7, offset: 0xFA866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0xC98AC, symSize: 0x3C }
+ - { offsetInCU: 0xD1E, offset: 0xFA8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x46C, symBinAddr: 0xC98E8, symSize: 0x54 }
+ - { offsetInCU: 0xDA7, offset: 0xFA956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x5EC, symBinAddr: 0xC9A68, symSize: 0x28 }
+ - { offsetInCU: 0xDC3, offset: 0xFA972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x614, symBinAddr: 0xC9A90, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xFABE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xCA484, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0xFAC0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xCA484, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xFAC20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC9candidateAA0D0Cvg', symObjAddr: 0xC, symBinAddr: 0xCA490, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xFAC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x14, symBinAddr: 0xCA498, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0xFAC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0xCA4C4, symSize: 0x48 }
+ - { offsetInCU: 0xB4, offset: 0xFAC75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x88, symBinAddr: 0xCA50C, symSize: 0x320 }
+ - { offsetInCU: 0x1B1, offset: 0xFAD72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seq9candidate16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_AA0D0CSSSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x560, symBinAddr: 0xCA84C, symSize: 0x108 }
+ - { offsetInCU: 0x26C, offset: 0xFAE2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seq9candidate16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_AA0D0CSSSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x668, symBinAddr: 0xCA954, symSize: 0xBC }
+ - { offsetInCU: 0x35D, offset: 0xFAF1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x724, symBinAddr: 0xCAA10, symSize: 0x2C }
+ - { offsetInCU: 0x3BC, offset: 0xFAF7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x750, symBinAddr: 0xCAA3C, symSize: 0x2C }
+ - { offsetInCU: 0x419, offset: 0xFAFDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfd', symObjAddr: 0x798, symBinAddr: 0xCAA84, symSize: 0x3C }
+ - { offsetInCU: 0x46A, offset: 0xFB02B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfD', symObjAddr: 0x7E8, symBinAddr: 0xCAAC0, symSize: 0x44 }
+ - { offsetInCU: 0x4D2, offset: 0xFB093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x82C, symBinAddr: 0xCAB04, symSize: 0x10 }
+ - { offsetInCU: 0x513, offset: 0xFB0D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x83C, symBinAddr: 0xCAB14, symSize: 0x30 }
+ - { offsetInCU: 0x546, offset: 0xFB107, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0xCA82C, symSize: 0x20 }
+ - { offsetInCU: 0x617, offset: 0xFB1D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfE', symObjAddr: 0x77C, symBinAddr: 0xCAA68, symSize: 0x1C }
+ - { offsetInCU: 0xA2, offset: 0xFB501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5codecSSSgvg', symObjAddr: 0x0, symBinAddr: 0xCAB74, symSize: 0x5CC }
+ - { offsetInCU: 0x3A8, offset: 0xFB807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5delta2of4pathqd__Sgs7KeyPathCyAaB_pAA10PacketInfoVSgG_AIyAK0J6ValuesVAGGtSjRd__lF', symObjAddr: 0xBAC, symBinAddr: 0xCB140, symSize: 0x1ED0 }
+ - { offsetInCU: 0x441, offset: 0xFB8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x2AB0, symBinAddr: 0xCD044, symSize: 0x74 }
+ - { offsetInCU: 0x47E, offset: 0xFB8DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x2B24, symBinAddr: 0xCD0B8, symSize: 0x74 }
+ - { offsetInCU: 0x4BB, offset: 0xFB91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8protocolSSSgvg', symObjAddr: 0x2B98, symBinAddr: 0xCD12C, symSize: 0xB8 }
+ - { offsetInCU: 0x4F8, offset: 0xFB957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13relayProtocolSSSgvg', symObjAddr: 0x2C50, symBinAddr: 0xCD1E4, symSize: 0xB8 }
+ - { offsetInCU: 0x535, offset: 0xFB994, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13candidateTypeSSSgvg', symObjAddr: 0x2D08, symBinAddr: 0xCD29C, symSize: 0xB8 }
+ - { offsetInCU: 0x588, offset: 0xFB9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvg', symObjAddr: 0x2DC0, symBinAddr: 0xCD354, symSize: 0x1420 }
+ - { offsetInCU: 0x836, offset: 0xFBC95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvgyAA10PacketInfoVXEfU0_', symObjAddr: 0xA008, symBinAddr: 0xD459C, symSize: 0x1184 }
+ - { offsetInCU: 0xB9B, offset: 0xFBFFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE6packet4typeAA10PacketInfoVSgAG0G4TypeO_tF', symObjAddr: 0x41E0, symBinAddr: 0xCE774, symSize: 0xE60 }
+ - { offsetInCU: 0xD7A, offset: 0xFC1D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE10allPackets4typeSayAA10PacketInfoVGAG0H4TypeO_tF', symObjAddr: 0x5040, symBinAddr: 0xCF5D4, symSize: 0xF8C }
+ - { offsetInCU: 0x101B, offset: 0xFC47A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE9hasPacket4typeSbAA0F4InfoV0F4TypeO_tF', symObjAddr: 0x5FCC, symBinAddr: 0xD0560, symSize: 0x54 }
+ - { offsetInCU: 0x110A, offset: 0xFC569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsRateySdSgs5Int64VSg_AHtF', symObjAddr: 0x6020, symBinAddr: 0xD05B4, symSize: 0x4C }
+ - { offsetInCU: 0x118E, offset: 0xFC5ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE7isValidSbvg', symObjAddr: 0x606C, symBinAddr: 0xD0600, symSize: 0x1A0 }
+ - { offsetInCU: 0x11CB, offset: 0xFC62A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE3rttSdSgvg', symObjAddr: 0x620C, symBinAddr: 0xD07A0, symSize: 0x90 }
+ - { offsetInCU: 0x1227, offset: 0xFC686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE6jitterSdSgvg', symObjAddr: 0x629C, symBinAddr: 0xD0830, symSize: 0x90 }
+ - { offsetInCU: 0x1283, offset: 0xFC6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x632C, symBinAddr: 0xD08C0, symSize: 0x74 }
+ - { offsetInCU: 0x12C0, offset: 0xFC71F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x6448, symBinAddr: 0xD09DC, symSize: 0x74 }
+ - { offsetInCU: 0x12FD, offset: 0xFC75C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE21totalRemotePacketLosts5Int64VSgvg', symObjAddr: 0x64BC, symBinAddr: 0xD0A50, symSize: 0x74 }
+ - { offsetInCU: 0x133A, offset: 0xFC799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16totalPacketsSents5Int64VSgvg', symObjAddr: 0x6660, symBinAddr: 0xD0BF4, symSize: 0x74 }
+ - { offsetInCU: 0x1377, offset: 0xFC7D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE14totalBytesSents5Int64VSgvg', symObjAddr: 0x66D4, symBinAddr: 0xD0C68, symSize: 0x74 }
+ - { offsetInCU: 0x13B4, offset: 0xFC813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11networkTypeSSSgvg', symObjAddr: 0x6884, symBinAddr: 0xD0E18, symSize: 0xB8 }
+ - { offsetInCU: 0x13F1, offset: 0xFC850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8firCounts5Int64VSgvg', symObjAddr: 0x693C, symBinAddr: 0xD0ED0, symSize: 0x74 }
+ - { offsetInCU: 0x142E, offset: 0xFC88D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8pliCounts5Int64VSgvg', symObjAddr: 0x69B0, symBinAddr: 0xD0F44, symSize: 0x74 }
+ - { offsetInCU: 0x146B, offset: 0xFC8CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE9nackCounts5Int64VSgvg', symObjAddr: 0x6A24, symBinAddr: 0xD0FB8, symSize: 0x74 }
+ - { offsetInCU: 0x14A8, offset: 0xFC907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5qpSums5Int64VSgvg', symObjAddr: 0x6A98, symBinAddr: 0xD102C, symSize: 0x74 }
+ - { offsetInCU: 0x14E5, offset: 0xFC944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x6B0C, symBinAddr: 0xD10A0, symSize: 0x74 }
+ - { offsetInCU: 0x1522, offset: 0xFC981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x6B8C, symBinAddr: 0xD1120, symSize: 0x74 }
+ - { offsetInCU: 0x155F, offset: 0xFC9BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x6C00, symBinAddr: 0xD1194, symSize: 0x74 }
+ - { offsetInCU: 0x159C, offset: 0xFC9FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE15totalDecodeTimeSdSgvg', symObjAddr: 0x6C74, symBinAddr: 0xD1208, symSize: 0x74 }
+ - { offsetInCU: 0x15D9, offset: 0xFCA38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalInterFrameDelaySdSgvg', symObjAddr: 0x6CE8, symBinAddr: 0xD127C, symSize: 0x74 }
+ - { offsetInCU: 0x1616, offset: 0xFCA75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x6D5C, symBinAddr: 0xD12F0, symSize: 0x74 }
+ - { offsetInCU: 0x1653, offset: 0xFCAB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE25outboundMediaSourcePacketAA0H4InfoVSgvg', symObjAddr: 0x6DD0, symBinAddr: 0xD1364, symSize: 0xF14 }
+ - { offsetInCU: 0x17E3, offset: 0xFCC42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19outboundTrackPacketAA0G4InfoVSgvg', symObjAddr: 0x7CE4, symBinAddr: 0xD2278, symSize: 0xF14 }
+ - { offsetInCU: 0x1973, offset: 0xFCDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18inboundTrackPacketAA0G4InfoVSgvg', symObjAddr: 0x8BF8, symBinAddr: 0xD318C, symSize: 0xF14 }
+ - { offsetInCU: 0x1B03, offset: 0xFCF62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x9B0C, symBinAddr: 0xD40A0, symSize: 0x74 }
+ - { offsetInCU: 0x1B40, offset: 0xFCF9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x9B80, symBinAddr: 0xD4114, symSize: 0x74 }
+ - { offsetInCU: 0x1B7D, offset: 0xFCFDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE12fractionLostSdSgvg', symObjAddr: 0x9BF4, symBinAddr: 0xD4188, symSize: 0x74 }
+ - { offsetInCU: 0x1BBA, offset: 0xFD019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16packetsDiscardeds5Int64VSgvg', symObjAddr: 0x9C68, symBinAddr: 0xD41FC, symSize: 0x74 }
+ - { offsetInCU: 0x1BF7, offset: 0xFD056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x9CDC, symBinAddr: 0xD4270, symSize: 0x74 }
+ - { offsetInCU: 0x1C34, offset: 0xFD093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19fecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x9D50, symBinAddr: 0xD42E4, symSize: 0x74 }
+ - { offsetInCU: 0x1C71, offset: 0xFD0D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x9DC4, symBinAddr: 0xD4358, symSize: 0x74 }
+ - { offsetInCU: 0x1CAE, offset: 0xFD10D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16concealedSampless5Int64VSgvg', symObjAddr: 0x9E38, symBinAddr: 0xD43CC, symSize: 0x74 }
+ - { offsetInCU: 0x1CEB, offset: 0xFD14A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x9EAC, symBinAddr: 0xD4440, symSize: 0x74 }
+ - { offsetInCU: 0x1D28, offset: 0xFD187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0x9F20, symBinAddr: 0xD44B4, symSize: 0x74 }
+ - { offsetInCU: 0x1D65, offset: 0xFD1C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0x9F94, symBinAddr: 0xD4528, symSize: 0x74 }
+ - { offsetInCU: 0x1ED6, offset: 0xFD335, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKFSS_Tg5', symObjAddr: 0xB18C, symBinAddr: 0xD5720, symSize: 0x430 }
+ - { offsetInCU: 0x227C, offset: 0xFD6DB, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKF17appendSubsequenceL_3endSb5IndexQz_tSlRzlFSS_Tg5', symObjAddr: 0xB5BC, symBinAddr: 0xD5B50, symSize: 0x10C }
+ - { offsetInCU: 0x23D5, offset: 0xFD834, size: 0x8, addend: 0x0, symName: '_$sSa9_getCountSiyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB6C8, symBinAddr: 0xD5C5C, symSize: 0x8 }
+ - { offsetInCU: 0x23ED, offset: 0xFD84C, size: 0x8, addend: 0x0, symName: '_$sSa9_getCountSiyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB6C8, symBinAddr: 0xD5C5C, symSize: 0x8 }
+ - { offsetInCU: 0x23FE, offset: 0xFD85D, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12_endMutationyyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB6D0, symBinAddr: 0xD5C64, symSize: 0x4 }
+ - { offsetInCU: 0x2416, offset: 0xFD875, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV034_makeUniqueAndReserveCapacityIfNotD0yyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB6D4, symBinAddr: 0xD5C68, symSize: 0x48 }
+ - { offsetInCU: 0x2468, offset: 0xFD8C7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV36_reserveCapacityAssumingUniqueBuffer8oldCountySi_tF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB71C, symBinAddr: 0xD5CB0, symSize: 0x28 }
+ - { offsetInCU: 0x247C, offset: 0xFD8DB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB744, symBinAddr: 0xD5CD8, symSize: 0x20 }
+ - { offsetInCU: 0x24E1, offset: 0xFD940, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5', symObjAddr: 0xB764, symBinAddr: 0xD5CF8, symSize: 0x54 }
+ - { offsetInCU: 0x2570, offset: 0xFD9CF, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0xB7B8, symBinAddr: 0xD5D4C, symSize: 0x54 }
+ - { offsetInCU: 0x56, offset: 0xFE2F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0xD5F3C, symSize: 0x350 }
+ - { offsetInCU: 0x10C, offset: 0xFE3A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tFyyYbcfU_', symObjAddr: 0x350, symBinAddr: 0xD628C, symSize: 0x78 }
+ - { offsetInCU: 0x15D, offset: 0xFE3F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x3C8, symBinAddr: 0xD6304, symSize: 0x5C }
+ - { offsetInCU: 0x1F1, offset: 0xFE48C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCACycfC', symObjAddr: 0x424, symBinAddr: 0xD6360, symSize: 0x10 }
+ - { offsetInCU: 0x20F, offset: 0xFE4AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCACycfc', symObjAddr: 0x434, symBinAddr: 0xD6370, symSize: 0x8 }
+ - { offsetInCU: 0x23E, offset: 0xFE4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCfd', symObjAddr: 0x43C, symBinAddr: 0xD6378, symSize: 0x8 }
+ - { offsetInCU: 0x26D, offset: 0xFE508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCfD', symObjAddr: 0x444, symBinAddr: 0xD6380, symSize: 0x10 }
+ - { offsetInCU: 0x33D, offset: 0xFE5D8, size: 0x8, addend: 0x0, symName: '_$sSGsE4next10upperBoundqd__qd___ts17FixedWidthIntegerRd__SURd__lFs27SystemRandomNumberGeneratorV_SuTg5', symObjAddr: 0x454, symBinAddr: 0xD6390, symSize: 0x88 }
+ - { offsetInCU: 0x3DE, offset: 0xFE679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x52C, symBinAddr: 0xD6468, symSize: 0x8 }
+ - { offsetInCU: 0x3F2, offset: 0xFE68D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x534, symBinAddr: 0xD6470, symSize: 0x10 }
+ - { offsetInCU: 0x406, offset: 0xFE6A1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x544, symBinAddr: 0xD6480, symSize: 0x8 }
+ - { offsetInCU: 0x41A, offset: 0xFE6B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCMa', symObjAddr: 0x620, symBinAddr: 0xD64C8, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xFE933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0xD64E8, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xFE957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0xD64E8, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xFE973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x8, symBinAddr: 0xD64F0, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xFE987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV06systemE7EnabledSbvg', symObjAddr: 0x10, symBinAddr: 0xD64F8, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0xFE9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV18deviceManufacturerSSvg', symObjAddr: 0x18, symBinAddr: 0xD6500, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0xFE9BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV8deviceOSSSvg', symObjAddr: 0x44, symBinAddr: 0xD652C, symSize: 0x2C }
+ - { offsetInCU: 0xCF, offset: 0xFE9DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6userId8pushType5token06systemE7Enabled18deviceManufacturer0O2OSACSS_AA0eK0OSSSbS2StcfC', symObjAddr: 0x70, symBinAddr: 0xD6558, symSize: 0x54 }
+ - { offsetInCU: 0x111, offset: 0xFEA1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xC4, symBinAddr: 0xD65AC, symSize: 0x74 }
+ - { offsetInCU: 0x14C, offset: 0xFEA58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x138, symBinAddr: 0xD6620, symSize: 0x74 }
+ - { offsetInCU: 0x18F, offset: 0xFEA9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1AC, symBinAddr: 0xD6694, symSize: 0x8 }
+ - { offsetInCU: 0x1B6, offset: 0xFEAC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1B4, symBinAddr: 0xD669C, symSize: 0xC }
+ - { offsetInCU: 0x1DD, offset: 0xFEAE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1C0, symBinAddr: 0xD66A8, symSize: 0x58 }
+ - { offsetInCU: 0x216, offset: 0xFEB22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x218, symBinAddr: 0xD6700, symSize: 0x58 }
+ - { offsetInCU: 0x26D, offset: 0xFEB79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x3F4, symBinAddr: 0xD68DC, symSize: 0x78 }
+ - { offsetInCU: 0x2AE, offset: 0xFEBBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x46C, symBinAddr: 0xD6954, symSize: 0x28 }
+ - { offsetInCU: 0x2C2, offset: 0xFEBCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x494, symBinAddr: 0xD697C, symSize: 0x8 }
+ - { offsetInCU: 0x2F8, offset: 0xFEC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x49C, symBinAddr: 0xD6984, symSize: 0x7C }
+ - { offsetInCU: 0x350, offset: 0xFEC5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x518, symBinAddr: 0xD6A00, symSize: 0xC }
+ - { offsetInCU: 0x36C, offset: 0xFEC78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x524, symBinAddr: 0xD6A0C, symSize: 0xC }
+ - { offsetInCU: 0x389, offset: 0xFEC95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x580, symBinAddr: 0xD6A68, symSize: 0x12C }
+ - { offsetInCU: 0x3E5, offset: 0xFECF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6AC, symBinAddr: 0xD6B94, symSize: 0x8 }
+ - { offsetInCU: 0x410, offset: 0xFED1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6B4, symBinAddr: 0xD6B9C, symSize: 0x8 }
+ - { offsetInCU: 0x442, offset: 0xFED4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6BC, symBinAddr: 0xD6BA4, symSize: 0x40 }
+ - { offsetInCU: 0x465, offset: 0xFED71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6userId8pushType5token06systemE7Enabled18deviceManufacturer0O2OSACSS_AA0eK0OSSSbS2StcfCTf4nnnnnnd_n', symObjAddr: 0x6FC, symBinAddr: 0xD6BE4, symSize: 0x128 }
+ - { offsetInCU: 0x50E, offset: 0xFEE1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x888, symBinAddr: 0xD6D0C, symSize: 0x44 }
+ - { offsetInCU: 0x522, offset: 0xFEE2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x8CC, symBinAddr: 0xD6D50, symSize: 0x4 }
+ - { offsetInCU: 0x536, offset: 0xFEE42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x8D0, symBinAddr: 0xD6D54, symSize: 0x44 }
+ - { offsetInCU: 0x54A, offset: 0xFEE56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x914, symBinAddr: 0xD6D98, symSize: 0x4 }
+ - { offsetInCU: 0x55E, offset: 0xFEE6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x918, symBinAddr: 0xD6D9C, symSize: 0x44 }
+ - { offsetInCU: 0x572, offset: 0xFEE7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x95C, symBinAddr: 0xD6DE0, symSize: 0x4 }
+ - { offsetInCU: 0x586, offset: 0xFEE92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x960, symBinAddr: 0xD6DE4, symSize: 0x44 }
+ - { offsetInCU: 0x59A, offset: 0xFEEA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0x9A4, symBinAddr: 0xD6E28, symSize: 0x24 }
+ - { offsetInCU: 0x5AE, offset: 0xFEEBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0x9C8, symBinAddr: 0xD6E4C, symSize: 0x44 }
+ - { offsetInCU: 0x5C2, offset: 0xFEECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0xA0C, symBinAddr: 0xD6E90, symSize: 0x24 }
+ - { offsetInCU: 0x5D6, offset: 0xFEEE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0xA30, symBinAddr: 0xD6EB4, symSize: 0x44 }
+ - { offsetInCU: 0x5EA, offset: 0xFEEF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA11RequestableAAWI', symObjAddr: 0xA74, symBinAddr: 0xD6EF8, symSize: 0x2C }
+ - { offsetInCU: 0x5FE, offset: 0xFEF0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA0G0AAWl', symObjAddr: 0xAA0, symBinAddr: 0xD6F24, symSize: 0x44 }
+ - { offsetInCU: 0x612, offset: 0xFEF1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xAE4, symBinAddr: 0xD6F68, symSize: 0x44 }
+ - { offsetInCU: 0x626, offset: 0xFEF32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xB28, symBinAddr: 0xD6FAC, symSize: 0x4 }
+ - { offsetInCU: 0x63A, offset: 0xFEF46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0AAWI', symObjAddr: 0xB70, symBinAddr: 0xD6FB0, symSize: 0x24 }
+ - { offsetInCU: 0x64E, offset: 0xFEF5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVACSEAAWl', symObjAddr: 0xB94, symBinAddr: 0xD6FD4, symSize: 0x44 }
+ - { offsetInCU: 0x662, offset: 0xFEF6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xBD8, symBinAddr: 0xD7018, symSize: 0x24 }
+ - { offsetInCU: 0x676, offset: 0xFEF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwCP', symObjAddr: 0xBFC, symBinAddr: 0xD703C, symSize: 0x30 }
+ - { offsetInCU: 0x68A, offset: 0xFEF96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwxx', symObjAddr: 0xC2C, symBinAddr: 0xD706C, symSize: 0x30 }
+ - { offsetInCU: 0x69E, offset: 0xFEFAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwcp', symObjAddr: 0xC5C, symBinAddr: 0xD709C, symSize: 0x64 }
+ - { offsetInCU: 0x6B2, offset: 0xFEFBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwca', symObjAddr: 0xCC0, symBinAddr: 0xD7100, symSize: 0x94 }
+ - { offsetInCU: 0x6C6, offset: 0xFEFD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwta', symObjAddr: 0xD70, symBinAddr: 0xD7194, symSize: 0x64 }
+ - { offsetInCU: 0x6DA, offset: 0xFEFE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwet', symObjAddr: 0xDD4, symBinAddr: 0xD71F8, symSize: 0x48 }
+ - { offsetInCU: 0x6EE, offset: 0xFEFFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwst', symObjAddr: 0xE1C, symBinAddr: 0xD7240, symSize: 0x4C }
+ - { offsetInCU: 0x702, offset: 0xFF00E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVMa', symObjAddr: 0xE68, symBinAddr: 0xD728C, symSize: 0x10 }
+ - { offsetInCU: 0x716, offset: 0xFF022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwet', symObjAddr: 0xE88, symBinAddr: 0xD729C, symSize: 0x90 }
+ - { offsetInCU: 0x72A, offset: 0xFF036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwst', symObjAddr: 0xF18, symBinAddr: 0xD732C, symSize: 0xBC }
+ - { offsetInCU: 0x73E, offset: 0xFF04A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwug', symObjAddr: 0xFD4, symBinAddr: 0xD73E8, symSize: 0x8 }
+ - { offsetInCU: 0x752, offset: 0xFF05E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwup', symObjAddr: 0xFDC, symBinAddr: 0xD73F0, symSize: 0x4 }
+ - { offsetInCU: 0x766, offset: 0xFF072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwui', symObjAddr: 0xFE0, symBinAddr: 0xD73F4, symSize: 0x8 }
+ - { offsetInCU: 0x77A, offset: 0xFF086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOMa', symObjAddr: 0xFE8, symBinAddr: 0xD73FC, symSize: 0x10 }
+ - { offsetInCU: 0x7C9, offset: 0xFF0D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0xD6758, symSize: 0x88 }
+ - { offsetInCU: 0x878, offset: 0xFF184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2F8, symBinAddr: 0xD67E0, symSize: 0x60 }
+ - { offsetInCU: 0x8F6, offset: 0xFF202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x358, symBinAddr: 0xD6840, symSize: 0x40 }
+ - { offsetInCU: 0x948, offset: 0xFF254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x398, symBinAddr: 0xD6880, symSize: 0x5C }
+ - { offsetInCU: 0x9A4, offset: 0xFF2B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0xD6A18, symSize: 0x28 }
+ - { offsetInCU: 0x9C0, offset: 0xFF2CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x558, symBinAddr: 0xD6A40, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xFF4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomId011participantH008endpointH03sdpACSS_S3StcfC', symObjAddr: 0x0, symBinAddr: 0xD740C, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0xFF509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomId011participantH008endpointH03sdpACSS_S3StcfC', symObjAddr: 0x0, symBinAddr: 0xD740C, symSize: 0x1C }
+ - { offsetInCU: 0xBA, offset: 0xFF578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvgZ', symObjAddr: 0x7C, symBinAddr: 0xD7488, symSize: 0x68 }
+ - { offsetInCU: 0xDB, offset: 0xFF599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvsZ', symObjAddr: 0xE4, symBinAddr: 0xD74F0, symSize: 0x6C }
+ - { offsetInCU: 0x104, offset: 0xFF5C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ', symObjAddr: 0x150, symBinAddr: 0xD755C, symSize: 0x6C }
+ - { offsetInCU: 0x12D, offset: 0xFF5EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ.resume.0', symObjAddr: 0x1BC, symBinAddr: 0xD75C8, symSize: 0x4 }
+ - { offsetInCU: 0x149, offset: 0xFF607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C0, symBinAddr: 0xD75CC, symSize: 0xD8 }
+ - { offsetInCU: 0x1CC, offset: 0xFF68A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x300, symBinAddr: 0xD76A4, symSize: 0x8 }
+ - { offsetInCU: 0x1E8, offset: 0xFF6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomIdSSvg', symObjAddr: 0x308, symBinAddr: 0xD76AC, symSize: 0x2C }
+ - { offsetInCU: 0x204, offset: 0xFF6C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV13participantIdSSvg', symObjAddr: 0x334, symBinAddr: 0xD76D8, symSize: 0x2C }
+ - { offsetInCU: 0x220, offset: 0xFF6DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10endpointIdSSvg', symObjAddr: 0x360, symBinAddr: 0xD7704, symSize: 0x2C }
+ - { offsetInCU: 0x23C, offset: 0xFF6FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV3sdpSSvg', symObjAddr: 0x38C, symBinAddr: 0xD7730, symSize: 0x2C }
+ - { offsetInCU: 0x258, offset: 0xFF716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B8, symBinAddr: 0xD775C, symSize: 0xE0 }
+ - { offsetInCU: 0x2A1, offset: 0xFF75F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x5B4, symBinAddr: 0xD78F0, symSize: 0x68 }
+ - { offsetInCU: 0x2D8, offset: 0xFF796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x738, symBinAddr: 0xD7A30, symSize: 0x8 }
+ - { offsetInCU: 0x2F4, offset: 0xFF7B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x740, symBinAddr: 0xD7A38, symSize: 0x40 }
+ - { offsetInCU: 0x35E, offset: 0xFF81C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x80C, symBinAddr: 0xD7B04, symSize: 0xEC }
+ - { offsetInCU: 0x3AB, offset: 0xFF869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultType_WZ', symObjAddr: 0x1C, symBinAddr: 0xD7428, symSize: 0x20 }
+ - { offsetInCU: 0x3C5, offset: 0xFF883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvau', symObjAddr: 0x3C, symBinAddr: 0xD7448, symSize: 0x40 }
+ - { offsetInCU: 0x40B, offset: 0xFF8C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x500, symBinAddr: 0xD783C, symSize: 0x24 }
+ - { offsetInCU: 0x41F, offset: 0xFF8DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x524, symBinAddr: 0xD7860, symSize: 0x44 }
+ - { offsetInCU: 0x433, offset: 0xFF8F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x568, symBinAddr: 0xD78A4, symSize: 0x4 }
+ - { offsetInCU: 0x447, offset: 0xFF905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAcA11RespondableAAWl', symObjAddr: 0x56C, symBinAddr: 0xD78A8, symSize: 0x48 }
+ - { offsetInCU: 0x45B, offset: 0xFF919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x61C, symBinAddr: 0xD7958, symSize: 0x24 }
+ - { offsetInCU: 0x46F, offset: 0xFF92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x684, symBinAddr: 0xD797C, symSize: 0x2C }
+ - { offsetInCU: 0x483, offset: 0xFF941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA0F0AAWl', symObjAddr: 0x6B0, symBinAddr: 0xD79A8, symSize: 0x44 }
+ - { offsetInCU: 0x497, offset: 0xFF955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6F4, symBinAddr: 0xD79EC, symSize: 0x44 }
+ - { offsetInCU: 0x4AB, offset: 0xFF969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0AAWI', symObjAddr: 0x780, symBinAddr: 0xD7A78, symSize: 0x24 }
+ - { offsetInCU: 0x4BF, offset: 0xFF97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVACSEAAWl', symObjAddr: 0x7A4, symBinAddr: 0xD7A9C, symSize: 0x44 }
+ - { offsetInCU: 0x4D3, offset: 0xFF991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x7E8, symBinAddr: 0xD7AE0, symSize: 0x24 }
+ - { offsetInCU: 0x4FE, offset: 0xFF9BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwCP', symObjAddr: 0x8F8, symBinAddr: 0xD7BF0, symSize: 0x30 }
+ - { offsetInCU: 0x512, offset: 0xFF9D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwxx', symObjAddr: 0x928, symBinAddr: 0xD7C20, symSize: 0x38 }
+ - { offsetInCU: 0x526, offset: 0xFF9E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwcp', symObjAddr: 0x960, symBinAddr: 0xD7C58, symSize: 0x6C }
+ - { offsetInCU: 0x53A, offset: 0xFF9F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwca', symObjAddr: 0x9CC, symBinAddr: 0xD7CC4, symSize: 0xB4 }
+ - { offsetInCU: 0x54E, offset: 0xFFA0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwta', symObjAddr: 0xAA4, symBinAddr: 0xD7D78, symSize: 0x6C }
+ - { offsetInCU: 0x562, offset: 0xFFA20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwet', symObjAddr: 0xB10, symBinAddr: 0xD7DE4, symSize: 0x48 }
+ - { offsetInCU: 0x576, offset: 0xFFA34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwst', symObjAddr: 0xB58, symBinAddr: 0xD7E2C, symSize: 0x50 }
+ - { offsetInCU: 0x58A, offset: 0xFFA48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVMa', symObjAddr: 0xBA8, symBinAddr: 0xD7E7C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xFFCAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xD7E8C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xFFCC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10affectedAts5Int64VSgvg', symObjAddr: 0x8, symBinAddr: 0xD7E94, symSize: 0xC }
+ - { offsetInCU: 0x8F, offset: 0xFFCF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x14, symBinAddr: 0xD7EA0, symSize: 0x7C }
+ - { offsetInCU: 0xC8, offset: 0xFFD2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xD0, symBinAddr: 0xD7F1C, symSize: 0x7C }
+ - { offsetInCU: 0xFE, offset: 0xFFD60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x14C, symBinAddr: 0xD7F98, symSize: 0x8 }
+ - { offsetInCU: 0x125, offset: 0xFFD87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x154, symBinAddr: 0xD7FA0, symSize: 0xC }
+ - { offsetInCU: 0x14C, offset: 0xFFDAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x160, symBinAddr: 0xD7FAC, symSize: 0x48 }
+ - { offsetInCU: 0x173, offset: 0xFFDD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1A8, symBinAddr: 0xD7FF4, symSize: 0x48 }
+ - { offsetInCU: 0x1A9, offset: 0xFFE0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x374, symBinAddr: 0xD81C0, symSize: 0x88 }
+ - { offsetInCU: 0x1DD, offset: 0xFFE3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x3FC, symBinAddr: 0xD8248, symSize: 0x28 }
+ - { offsetInCU: 0x1F1, offset: 0xFFE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x424, symBinAddr: 0xD8270, symSize: 0x8 }
+ - { offsetInCU: 0x227, offset: 0xFFE89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x42C, symBinAddr: 0xD8278, symSize: 0x8C }
+ - { offsetInCU: 0x272, offset: 0xFFED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4B8, symBinAddr: 0xD8304, symSize: 0xC }
+ - { offsetInCU: 0x28E, offset: 0xFFEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0xD8310, symSize: 0xC }
+ - { offsetInCU: 0x2AB, offset: 0xFFF0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x520, symBinAddr: 0xD836C, symSize: 0x4C }
+ - { offsetInCU: 0x2D0, offset: 0xFFF32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x56C, symBinAddr: 0xD83B8, symSize: 0x1A0 }
+ - { offsetInCU: 0x362, offset: 0xFFFC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG010affectedAtACSDyS2SG_s5Int64VSgtcfC', symObjAddr: 0x86C, symBinAddr: 0xD85BC, symSize: 0x48 }
+ - { offsetInCU: 0x3B1, offset: 0x100013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG010affectedAtACSDyS2SG_s5Int64VSgtcfc', symObjAddr: 0x8B4, symBinAddr: 0xD8604, symSize: 0x14 }
+ - { offsetInCU: 0x3E2, offset: 0x100044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCfd', symObjAddr: 0x8C8, symBinAddr: 0xD8618, symSize: 0x1C }
+ - { offsetInCU: 0x41D, offset: 0x10007F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCfD', symObjAddr: 0x8E4, symBinAddr: 0xD8634, symSize: 0x24 }
+ - { offsetInCU: 0x468, offset: 0x1000CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAD0, symBinAddr: 0xD8820, symSize: 0x2C }
+ - { offsetInCU: 0x4AD, offset: 0x10010F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x730, symBinAddr: 0xD8558, symSize: 0x44 }
+ - { offsetInCU: 0x4C1, offset: 0x100123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCMa', symObjAddr: 0x774, symBinAddr: 0xD859C, symSize: 0x20 }
+ - { offsetInCU: 0x4D5, offset: 0x100137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x908, symBinAddr: 0xD8658, symSize: 0x4 }
+ - { offsetInCU: 0x4E9, offset: 0x10014B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x90C, symBinAddr: 0xD865C, symSize: 0x44 }
+ - { offsetInCU: 0x4FD, offset: 0x10015F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0xD86A0, symSize: 0x4 }
+ - { offsetInCU: 0x511, offset: 0x100173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x954, symBinAddr: 0xD86A4, symSize: 0x44 }
+ - { offsetInCU: 0x525, offset: 0x100187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0x998, symBinAddr: 0xD86E8, symSize: 0x4 }
+ - { offsetInCU: 0x539, offset: 0x10019B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0x99C, symBinAddr: 0xD86EC, symSize: 0x44 }
+ - { offsetInCU: 0x54D, offset: 0x1001AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x9E0, symBinAddr: 0xD8730, symSize: 0x4C }
+ - { offsetInCU: 0x561, offset: 0x1001C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0xA2C, symBinAddr: 0xD877C, symSize: 0x34 }
+ - { offsetInCU: 0x575, offset: 0x1001D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA9C, symBinAddr: 0xD87EC, symSize: 0x34 }
+ - { offsetInCU: 0x589, offset: 0x1001EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xB3C, symBinAddr: 0xD887C, symSize: 0x90 }
+ - { offsetInCU: 0x59D, offset: 0x1001FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xBCC, symBinAddr: 0xD890C, symSize: 0xBC }
+ - { offsetInCU: 0x5B1, offset: 0x100213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xC88, symBinAddr: 0xD89C8, symSize: 0x8 }
+ - { offsetInCU: 0x5C5, offset: 0x100227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xC90, symBinAddr: 0xD89D0, symSize: 0x4 }
+ - { offsetInCU: 0x5D9, offset: 0x10023B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xC94, symBinAddr: 0xD89D4, symSize: 0xC }
+ - { offsetInCU: 0x5ED, offset: 0x10024F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xCA0, symBinAddr: 0xD89E0, symSize: 0x10 }
+ - { offsetInCU: 0x636, offset: 0x100298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F0, symBinAddr: 0xD803C, symSize: 0x88 }
+ - { offsetInCU: 0x6E5, offset: 0x100347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x278, symBinAddr: 0xD80C4, symSize: 0x60 }
+ - { offsetInCU: 0x77B, offset: 0x1003DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2D8, symBinAddr: 0xD8124, symSize: 0x40 }
+ - { offsetInCU: 0x7CD, offset: 0x10042F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x318, symBinAddr: 0xD8164, symSize: 0x5C }
+ - { offsetInCU: 0x841, offset: 0x1004A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4D0, symBinAddr: 0xD831C, symSize: 0x28 }
+ - { offsetInCU: 0x85D, offset: 0x1004BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4F8, symBinAddr: 0xD8344, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x10074D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfC', symObjAddr: 0x0, symBinAddr: 0xD89F0, symSize: 0x8C }
+ - { offsetInCU: 0x67, offset: 0x100769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xEC, symBinAddr: 0xD8ADC, symSize: 0x68 }
+ - { offsetInCU: 0x88, offset: 0x10078A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x154, symBinAddr: 0xD8B44, symSize: 0x6C }
+ - { offsetInCU: 0xB1, offset: 0x1007B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1C0, symBinAddr: 0xD8BB0, symSize: 0x6C }
+ - { offsetInCU: 0xDA, offset: 0x1007DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x22C, symBinAddr: 0xD8C1C, symSize: 0x4 }
+ - { offsetInCU: 0xF6, offset: 0x1007F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callIdSSvg', symObjAddr: 0x230, symBinAddr: 0xD8C20, symSize: 0x2C }
+ - { offsetInCU: 0x112, offset: 0x100814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV11constraintsAA15CallConstraintsCvg', symObjAddr: 0x25C, symBinAddr: 0xD8C4C, symSize: 0x8 }
+ - { offsetInCU: 0x12E, offset: 0x100830, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV8clientIdSSvg', symObjAddr: 0x264, symBinAddr: 0xD8C54, symSize: 0x2C }
+ - { offsetInCU: 0x14A, offset: 0x10084C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x290, symBinAddr: 0xD8C80, symSize: 0x8 }
+ - { offsetInCU: 0x166, offset: 0x100868, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x298, symBinAddr: 0xD8C88, symSize: 0x8 }
+ - { offsetInCU: 0x182, offset: 0x100884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV9requestIdSSvg', symObjAddr: 0x2A0, symBinAddr: 0xD8C90, symSize: 0x2C }
+ - { offsetInCU: 0x196, offset: 0x100898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2CC, symBinAddr: 0xD8CBC, symSize: 0x27C }
+ - { offsetInCU: 0x209, offset: 0x10090B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x548, symBinAddr: 0xD8F38, symSize: 0x8 }
+ - { offsetInCU: 0x234, offset: 0x100936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x550, symBinAddr: 0xD8F40, symSize: 0x68 }
+ - { offsetInCU: 0x27A, offset: 0x10097C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xD8FA8, symSize: 0x2C }
+ - { offsetInCU: 0x2AC, offset: 0x1009AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5E4, symBinAddr: 0xD8FD4, symSize: 0x40 }
+ - { offsetInCU: 0x2CF, offset: 0x1009D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfCTf4ggggd_n', symObjAddr: 0x624, symBinAddr: 0xD9014, symSize: 0xE4 }
+ - { offsetInCU: 0x33F, offset: 0x100A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultType_WZ', symObjAddr: 0x8C, symBinAddr: 0xD8A7C, symSize: 0x20 }
+ - { offsetInCU: 0x359, offset: 0x100A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xAC, symBinAddr: 0xD8A9C, symSize: 0x40 }
+ - { offsetInCU: 0x37E, offset: 0x100A80, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGSayxGSEsSERzlWl', symObjAddr: 0x7F4, symBinAddr: 0xD90F8, symSize: 0x60 }
+ - { offsetInCU: 0x392, offset: 0x100A94, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGMa', symObjAddr: 0x854, symBinAddr: 0xD9158, symSize: 0x54 }
+ - { offsetInCU: 0x3A6, offset: 0x100AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSEAAWl', symObjAddr: 0x8A8, symBinAddr: 0xD91AC, symSize: 0x44 }
+ - { offsetInCU: 0x3BA, offset: 0x100ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x8EC, symBinAddr: 0xD91F0, symSize: 0x24 }
+ - { offsetInCU: 0x3CE, offset: 0x100AD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA13WSRequestableAAWl', symObjAddr: 0x910, symBinAddr: 0xD9214, symSize: 0x44 }
+ - { offsetInCU: 0x3E2, offset: 0x100AE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x954, symBinAddr: 0xD9258, symSize: 0x2C }
+ - { offsetInCU: 0x3F6, offset: 0x100AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13WSRequestableAAWI', symObjAddr: 0x9C0, symBinAddr: 0xD92C4, symSize: 0x24 }
+ - { offsetInCU: 0x40A, offset: 0x100B0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA11RequestableAAWI', symObjAddr: 0xA28, symBinAddr: 0xD92E8, symSize: 0x2C }
+ - { offsetInCU: 0x41E, offset: 0x100B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA0E0AAWl', symObjAddr: 0xA54, symBinAddr: 0xD9314, symSize: 0x44 }
+ - { offsetInCU: 0x432, offset: 0x100B34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA98, symBinAddr: 0xD9358, symSize: 0x44 }
+ - { offsetInCU: 0x446, offset: 0x100B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0AAWI', symObjAddr: 0xADC, symBinAddr: 0xD939C, symSize: 0x24 }
+ - { offsetInCU: 0x45A, offset: 0x100B5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVACSEAAWl', symObjAddr: 0xB00, symBinAddr: 0xD93C0, symSize: 0x44 }
+ - { offsetInCU: 0x46E, offset: 0x100B70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB44, symBinAddr: 0xD9404, symSize: 0x24 }
+ - { offsetInCU: 0x482, offset: 0x100B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwCP', symObjAddr: 0xB68, symBinAddr: 0xD9428, symSize: 0x30 }
+ - { offsetInCU: 0x496, offset: 0x100B98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwxx', symObjAddr: 0xB98, symBinAddr: 0xD9458, symSize: 0x40 }
+ - { offsetInCU: 0x4AA, offset: 0x100BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwcp', symObjAddr: 0xBD8, symBinAddr: 0xD9498, symSize: 0x7C }
+ - { offsetInCU: 0x4BE, offset: 0x100BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwca', symObjAddr: 0xC54, symBinAddr: 0xD9514, symSize: 0xC4 }
+ - { offsetInCU: 0x4D2, offset: 0x100BD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwta', symObjAddr: 0xD3C, symBinAddr: 0xD95D8, symSize: 0x7C }
+ - { offsetInCU: 0x4E6, offset: 0x100BE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwet', symObjAddr: 0xDB8, symBinAddr: 0xD9654, symSize: 0x48 }
+ - { offsetInCU: 0x4FA, offset: 0x100BFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwst', symObjAddr: 0xE00, symBinAddr: 0xD969C, symSize: 0x50 }
+ - { offsetInCU: 0x50E, offset: 0x100C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVMa', symObjAddr: 0xE50, symBinAddr: 0xD96EC, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x100E86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xD96FC, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x100EAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xD96FC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x100EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC11deletedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0xD9704, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x100EE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0xD970C, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x100EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0xD9714, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0x100F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0xD975C, symSize: 0x35C }
+ - { offsetInCU: 0x1A9, offset: 0x101008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId06customG011deletedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfC', symObjAddr: 0x690, symBinAddr: 0xD9AD8, symSize: 0x8C }
+ - { offsetInCU: 0x252, offset: 0x1010B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId06customG011deletedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfc', symObjAddr: 0x71C, symBinAddr: 0xD9B64, symSize: 0x30 }
+ - { offsetInCU: 0x31D, offset: 0x10117C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0OtcfC', symObjAddr: 0x74C, symBinAddr: 0xD9B94, symSize: 0x2C }
+ - { offsetInCU: 0x37C, offset: 0x1011DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0Otcfc', symObjAddr: 0x778, symBinAddr: 0xD9BC0, symSize: 0x2C }
+ - { offsetInCU: 0x3D3, offset: 0x101232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfd', symObjAddr: 0x7C0, symBinAddr: 0xD9C08, symSize: 0x34 }
+ - { offsetInCU: 0x424, offset: 0x101283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfD', symObjAddr: 0x7F4, symBinAddr: 0xD9C3C, symSize: 0x3C }
+ - { offsetInCU: 0x47E, offset: 0x1012DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0xD9AB8, symSize: 0x20 }
+ - { offsetInCU: 0x527, offset: 0x101386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfE', symObjAddr: 0x7A4, symBinAddr: 0xD9BEC, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x101630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xD9C8C, symSize: 0x80 }
+ - { offsetInCU: 0x4B, offset: 0x101654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xD9C8C, symSize: 0x80 }
+ - { offsetInCU: 0x9F, offset: 0x1016A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCACycfC', symObjAddr: 0x80, symBinAddr: 0xD9D0C, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x1016C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCACycfc', symObjAddr: 0x90, symBinAddr: 0xD9D1C, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x1016F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCfd', symObjAddr: 0x98, symBinAddr: 0xD9D24, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x101724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCfD', symObjAddr: 0xA0, symBinAddr: 0xD9D2C, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x101754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCMa', symObjAddr: 0xB0, symBinAddr: 0xD9D3C, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x101950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x0, symBinAddr: 0xD9D5C, symSize: 0x8 }
+ - { offsetInCU: 0x5B, offset: 0x10196C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RoomRequestablePAAE12isWSRequiredSbvg', symObjAddr: 0x8, symBinAddr: 0xD9D64, symSize: 0x8 }
+ - { offsetInCU: 0x90, offset: 0x1019A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x10, symBinAddr: 0xD9D6C, symSize: 0x8 }
+ - { offsetInCU: 0xAC, offset: 0x1019BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x18, symBinAddr: 0xD9D74, symSize: 0x8 }
+ - { offsetInCU: 0xC8, offset: 0x1019D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x20, symBinAddr: 0xD9D7C, symSize: 0x8 }
+ - { offsetInCU: 0xE4, offset: 0x1019F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x28, symBinAddr: 0xD9D84, symSize: 0x8 }
+ - { offsetInCU: 0x10C, offset: 0x101A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x30, symBinAddr: 0xD9D8C, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0x101A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x34, symBinAddr: 0xD9D90, symSize: 0x4 }
+ - { offsetInCU: 0x151, offset: 0x101A62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x34, symBinAddr: 0xD9D90, symSize: 0x4 }
+ - { offsetInCU: 0x162, offset: 0x101A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x38, symBinAddr: 0xD9D94, symSize: 0x8 }
+ - { offsetInCU: 0x189, offset: 0x101A9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8intValueSiSgvg', symObjAddr: 0x40, symBinAddr: 0xD9D9C, symSize: 0xC }
+ - { offsetInCU: 0x1B0, offset: 0x101AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueSSvg', symObjAddr: 0x4C, symBinAddr: 0xD9DA8, symSize: 0x20 }
+ - { offsetInCU: 0x1E9, offset: 0x101AFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x6C, symBinAddr: 0xD9DC8, symSize: 0x20 }
+ - { offsetInCU: 0x217, offset: 0x101B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x6C, symBinAddr: 0xD9DC8, symSize: 0x20 }
+ - { offsetInCU: 0x242, offset: 0x101B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x210, symBinAddr: 0xD9F6C, symSize: 0x2C }
+ - { offsetInCU: 0x273, offset: 0x101B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x23C, symBinAddr: 0xD9F98, symSize: 0x28 }
+ - { offsetInCU: 0x287, offset: 0x101B98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x264, symBinAddr: 0xD9FC0, symSize: 0x8 }
+ - { offsetInCU: 0x2BD, offset: 0x101BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x26C, symBinAddr: 0xD9FC8, symSize: 0x24 }
+ - { offsetInCU: 0x30D, offset: 0x101C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x290, symBinAddr: 0xD9FEC, symSize: 0xC }
+ - { offsetInCU: 0x329, offset: 0x101C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x29C, symBinAddr: 0xD9FF8, symSize: 0xC }
+ - { offsetInCU: 0x345, offset: 0x101C56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x338, symBinAddr: 0xDA094, symSize: 0x74 }
+ - { offsetInCU: 0x392, offset: 0x101CA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x2F8, symBinAddr: 0xDA054, symSize: 0x8 }
+ - { offsetInCU: 0x3AE, offset: 0x101CBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x300, symBinAddr: 0xDA05C, symSize: 0x8 }
+ - { offsetInCU: 0x3CA, offset: 0x101CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x308, symBinAddr: 0xDA064, symSize: 0x8 }
+ - { offsetInCU: 0x3E6, offset: 0x101CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x310, symBinAddr: 0xDA06C, symSize: 0x8 }
+ - { offsetInCU: 0x402, offset: 0x101D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x318, symBinAddr: 0xDA074, symSize: 0x8 }
+ - { offsetInCU: 0x41E, offset: 0x101D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x320, symBinAddr: 0xDA07C, symSize: 0x8 }
+ - { offsetInCU: 0x43A, offset: 0x101D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x328, symBinAddr: 0xDA084, symSize: 0x8 }
+ - { offsetInCU: 0x456, offset: 0x101D67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x330, symBinAddr: 0xDA08C, symSize: 0x8 }
+ - { offsetInCU: 0x472, offset: 0x101D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASQWb', symObjAddr: 0x3AC, symBinAddr: 0xDA108, symSize: 0x4 }
+ - { offsetInCU: 0x486, offset: 0x101D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACSQAAWl', symObjAddr: 0x3B0, symBinAddr: 0xDA10C, symSize: 0x44 }
+ - { offsetInCU: 0x49A, offset: 0x101DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3F4, symBinAddr: 0xDA150, symSize: 0x4 }
+ - { offsetInCU: 0x4AE, offset: 0x101DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3F8, symBinAddr: 0xDA154, symSize: 0x44 }
+ - { offsetInCU: 0x4C2, offset: 0x101DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x43C, symBinAddr: 0xDA198, symSize: 0x4 }
+ - { offsetInCU: 0x4D6, offset: 0x101DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x440, symBinAddr: 0xDA19C, symSize: 0x44 }
+ - { offsetInCU: 0x4EA, offset: 0x101DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwet', symObjAddr: 0x49C, symBinAddr: 0xDA1E8, symSize: 0x90 }
+ - { offsetInCU: 0x4FE, offset: 0x101E0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwst', symObjAddr: 0x52C, symBinAddr: 0xDA278, symSize: 0xBC }
+ - { offsetInCU: 0x512, offset: 0x101E23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwug', symObjAddr: 0x5E8, symBinAddr: 0xDA334, symSize: 0x8 }
+ - { offsetInCU: 0x526, offset: 0x101E37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwup', symObjAddr: 0x5F0, symBinAddr: 0xDA33C, symSize: 0x4 }
+ - { offsetInCU: 0x53A, offset: 0x101E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwui', symObjAddr: 0x5F4, symBinAddr: 0xDA340, symSize: 0x8 }
+ - { offsetInCU: 0x54E, offset: 0x101E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOMa', symObjAddr: 0x5FC, symBinAddr: 0xDA348, symSize: 0x10 }
+ - { offsetInCU: 0x597, offset: 0x101EA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8C, symBinAddr: 0xD9DE8, symSize: 0x88 }
+ - { offsetInCU: 0x646, offset: 0x101F57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x114, symBinAddr: 0xD9E70, symSize: 0x60 }
+ - { offsetInCU: 0x6C4, offset: 0x101FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x174, symBinAddr: 0xD9ED0, symSize: 0x40 }
+ - { offsetInCU: 0x716, offset: 0x102027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B4, symBinAddr: 0xD9F10, symSize: 0x5C }
+ - { offsetInCU: 0x772, offset: 0x102083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2A8, symBinAddr: 0xDA004, symSize: 0x28 }
+ - { offsetInCU: 0x78E, offset: 0x10209F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2D0, symBinAddr: 0xDA02C, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x1022CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0x0, symBinAddr: 0xDA358, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x1022EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvs', symObjAddr: 0x30, symBinAddr: 0xDA388, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0x102307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0CvM', symObjAddr: 0x74, symBinAddr: 0xDA3CC, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x102323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0xDA408, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0x10233F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC9executeOn5queueySo012OS_dispatch_G0C_tF', symObjAddr: 0xB4, symBinAddr: 0xDA40C, symSize: 0x2C }
+ - { offsetInCU: 0xF8, offset: 0x10237C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC7execute4taskyyycSg_tF', symObjAddr: 0xE0, symBinAddr: 0xDA438, symSize: 0x1F4 }
+ - { offsetInCU: 0x173, offset: 0x1023F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCfd', symObjAddr: 0x424, symBinAddr: 0xDA6D8, symSize: 0x1C }
+ - { offsetInCU: 0x1AE, offset: 0x102432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCfD', symObjAddr: 0x440, symBinAddr: 0xDA6F4, symSize: 0x24 }
+ - { offsetInCU: 0x217, offset: 0x10249B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCACycfC', symObjAddr: 0x464, symBinAddr: 0xDA718, symSize: 0x44 }
+ - { offsetInCU: 0x254, offset: 0x1024D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCACycfc', symObjAddr: 0x4A8, symBinAddr: 0xDA75C, symSize: 0x34 }
+ - { offsetInCU: 0x274, offset: 0x1024F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC7execute4taskyyycSg_tFyyYbcfU_TA', symObjAddr: 0x300, symBinAddr: 0xDA658, symSize: 0x28 }
+ - { offsetInCU: 0x2A0, offset: 0x102524, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x328, symBinAddr: 0xDA680, symSize: 0x10 }
+ - { offsetInCU: 0x2B4, offset: 0x102538, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x338, symBinAddr: 0xDA690, symSize: 0x8 }
+ - { offsetInCU: 0x2C8, offset: 0x10254C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCMa', symObjAddr: 0x578, symBinAddr: 0xDA7F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x102795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x0, symBinAddr: 0xDA860, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x1027B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x0, symBinAddr: 0xDA860, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0x1027D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x70, symBinAddr: 0xDA8D0, symSize: 0x48 }
+ - { offsetInCU: 0x7B, offset: 0x1027E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAcA0E4DataV_tcfC', symObjAddr: 0xB8, symBinAddr: 0xDA918, symSize: 0x24 }
+ - { offsetInCU: 0xD0, offset: 0x10283E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDC, symBinAddr: 0xDA93C, symSize: 0x48 }
+ - { offsetInCU: 0x108, offset: 0x102876, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x124, symBinAddr: 0xDA984, symSize: 0x16C }
+ - { offsetInCU: 0x165, offset: 0x1028D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA0E11RespondableAAWI', symObjAddr: 0x290, symBinAddr: 0xDAAF0, symSize: 0x24 }
+ - { offsetInCU: 0x179, offset: 0x1028E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x2B4, symBinAddr: 0xDAB14, symSize: 0x44 }
+ - { offsetInCU: 0x18D, offset: 0x1028FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x2F8, symBinAddr: 0xDAB58, symSize: 0x24 }
+ - { offsetInCU: 0x1A1, offset: 0x10290F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA11RespondableAAWI', symObjAddr: 0x360, symBinAddr: 0xDAB7C, symSize: 0x2C }
+ - { offsetInCU: 0x1B5, offset: 0x102923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA0F0AAWl', symObjAddr: 0x38C, symBinAddr: 0xDABA8, symSize: 0x44 }
+ - { offsetInCU: 0x1C9, offset: 0x102937, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x3D0, symBinAddr: 0xDABEC, symSize: 0x44 }
+ - { offsetInCU: 0x1DD, offset: 0x10294B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA0F0AAWI', symObjAddr: 0x414, symBinAddr: 0xDAC30, symSize: 0x24 }
+ - { offsetInCU: 0x1F1, offset: 0x10295F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x47C, symBinAddr: 0xDAC54, symSize: 0x24 }
+ - { offsetInCU: 0x205, offset: 0x102973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwCP', symObjAddr: 0x4A0, symBinAddr: 0xDAC78, symSize: 0x30 }
+ - { offsetInCU: 0x219, offset: 0x102987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwxx', symObjAddr: 0x4D0, symBinAddr: 0xDACA8, symSize: 0x40 }
+ - { offsetInCU: 0x22D, offset: 0x10299B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwcp', symObjAddr: 0x510, symBinAddr: 0xDACE8, symSize: 0x7C }
+ - { offsetInCU: 0x241, offset: 0x1029AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwca', symObjAddr: 0x58C, symBinAddr: 0xDAD64, symSize: 0xDC }
+ - { offsetInCU: 0x255, offset: 0x1029C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwta', symObjAddr: 0x684, symBinAddr: 0xDAE40, symSize: 0x7C }
+ - { offsetInCU: 0x269, offset: 0x1029D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwet', symObjAddr: 0x700, symBinAddr: 0xDAEBC, symSize: 0x48 }
+ - { offsetInCU: 0x27D, offset: 0x1029EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwst', symObjAddr: 0x748, symBinAddr: 0xDAF04, symSize: 0x58 }
+ - { offsetInCU: 0x291, offset: 0x1029FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVMa', symObjAddr: 0x7A0, symBinAddr: 0xDAF5C, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x102C40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvpZ', symObjAddr: 0x40950, symBinAddr: 0x2F9EA0, symSize: 0x0 }
+ - { offsetInCU: 0x6A, offset: 0x102C5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvpZ', symObjAddr: 0x40958, symBinAddr: 0x2F9EA8, symSize: 0x0 }
+ - { offsetInCU: 0x85, offset: 0x102C76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvpZ', symObjAddr: 0xCE08, symBinAddr: 0x2C6618, symSize: 0x0 }
+ - { offsetInCU: 0x24D, offset: 0x102E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR', symObjAddr: 0x5DC, symBinAddr: 0xDB548, symSize: 0x30 }
+ - { offsetInCU: 0x306, offset: 0x102EF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvau', symObjAddr: 0x750, symBinAddr: 0xDB6BC, symSize: 0xC }
+ - { offsetInCU: 0x331, offset: 0x102F22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvg', symObjAddr: 0x75C, symBinAddr: 0xDB6C8, symSize: 0x40 }
+ - { offsetInCU: 0x34D, offset: 0x102F3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvs', symObjAddr: 0x79C, symBinAddr: 0xDB708, symSize: 0x50 }
+ - { offsetInCU: 0x369, offset: 0x102F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvM', symObjAddr: 0x7EC, symBinAddr: 0xDB758, symSize: 0x3C }
+ - { offsetInCU: 0x385, offset: 0x102F76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvg', symObjAddr: 0x828, symBinAddr: 0xDB794, symSize: 0x34 }
+ - { offsetInCU: 0x3A1, offset: 0x102F92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvs', symObjAddr: 0x85C, symBinAddr: 0xDB7C8, symSize: 0x44 }
+ - { offsetInCU: 0x3BD, offset: 0x102FAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvM', symObjAddr: 0x8A0, symBinAddr: 0xDB80C, symSize: 0x3C }
+ - { offsetInCU: 0x3D9, offset: 0x102FCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0Cvg', symObjAddr: 0x8DC, symBinAddr: 0xDB848, symSize: 0x34 }
+ - { offsetInCU: 0x3F5, offset: 0x102FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0Cvs', symObjAddr: 0x910, symBinAddr: 0xDB87C, symSize: 0x44 }
+ - { offsetInCU: 0x411, offset: 0x103002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0CvM', symObjAddr: 0x954, symBinAddr: 0xDB8C0, symSize: 0x3C }
+ - { offsetInCU: 0x42D, offset: 0x10301E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0CvM.resume.0', symObjAddr: 0x990, symBinAddr: 0xDB8FC, symSize: 0x4 }
+ - { offsetInCU: 0x449, offset: 0x10303A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0Cvg', symObjAddr: 0x994, symBinAddr: 0xDB900, symSize: 0x34 }
+ - { offsetInCU: 0x465, offset: 0x103056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0Cvs', symObjAddr: 0x9C8, symBinAddr: 0xDB934, symSize: 0x44 }
+ - { offsetInCU: 0x481, offset: 0x103072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0CvM', symObjAddr: 0xA0C, symBinAddr: 0xDB978, symSize: 0x3C }
+ - { offsetInCU: 0x49D, offset: 0x10308E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvg', symObjAddr: 0xA48, symBinAddr: 0xDB9B4, symSize: 0x48 }
+ - { offsetInCU: 0x4B9, offset: 0x1030AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvs', symObjAddr: 0xA90, symBinAddr: 0xDB9FC, symSize: 0x50 }
+ - { offsetInCU: 0x4D5, offset: 0x1030C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvM', symObjAddr: 0xAE0, symBinAddr: 0xDBA4C, symSize: 0x3C }
+ - { offsetInCU: 0x4F1, offset: 0x1030E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvg', symObjAddr: 0xB1C, symBinAddr: 0xDBA88, symSize: 0x34 }
+ - { offsetInCU: 0x53C, offset: 0x10312D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvs', symObjAddr: 0xB50, symBinAddr: 0xDBABC, symSize: 0xE8 }
+ - { offsetInCU: 0x592, offset: 0x103183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvM', symObjAddr: 0xC38, symBinAddr: 0xDBBA4, symSize: 0x40 }
+ - { offsetInCU: 0x5C1, offset: 0x1031B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvM.resume.0', symObjAddr: 0xC78, symBinAddr: 0xDBBE4, symSize: 0xC8 }
+ - { offsetInCU: 0x5F8, offset: 0x1031E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0Cvg', symObjAddr: 0xD40, symBinAddr: 0xDBCAC, symSize: 0x34 }
+ - { offsetInCU: 0x614, offset: 0x103205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0Cvs', symObjAddr: 0xD74, symBinAddr: 0xDBCE0, symSize: 0x44 }
+ - { offsetInCU: 0x630, offset: 0x103221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0CvM', symObjAddr: 0xDB8, symBinAddr: 0xDBD24, symSize: 0x3C }
+ - { offsetInCU: 0x65B, offset: 0x10324C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appIdSSSgvg', symObjAddr: 0xE50, symBinAddr: 0xDBDBC, symSize: 0x48 }
+ - { offsetInCU: 0x677, offset: 0x103268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7serviceAA0aB7ServiceCvg', symObjAddr: 0xE98, symBinAddr: 0xDBE04, symSize: 0x8 }
+ - { offsetInCU: 0x693, offset: 0x103284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvpfiAFyXEfU_', symObjAddr: 0xEA0, symBinAddr: 0xDBE0C, symSize: 0x1C0 }
+ - { offsetInCU: 0x833, offset: 0x103424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvg', symObjAddr: 0x10A0, symBinAddr: 0xDC00C, symSize: 0x30 }
+ - { offsetInCU: 0x84F, offset: 0x103440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvs', symObjAddr: 0x10D0, symBinAddr: 0xDC03C, symSize: 0x44 }
+ - { offsetInCU: 0x86B, offset: 0x10345C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvM', symObjAddr: 0x1114, symBinAddr: 0xDC080, symSize: 0x3C }
+ - { offsetInCU: 0x887, offset: 0x103478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvgZ', symObjAddr: 0x117C, symBinAddr: 0xDC0E8, symSize: 0x40 }
+ - { offsetInCU: 0x8B0, offset: 0x1034A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC9executeOn5queueySo012OS_dispatch_H0C_tF', symObjAddr: 0x11BC, symBinAddr: 0xDC128, symSize: 0x28 }
+ - { offsetInCU: 0x8EF, offset: 0x1034E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvg', symObjAddr: 0x11E4, symBinAddr: 0xDC150, symSize: 0x48 }
+ - { offsetInCU: 0x93C, offset: 0x10352D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvs', symObjAddr: 0x122C, symBinAddr: 0xDC198, symSize: 0xB4 }
+ - { offsetInCU: 0x99A, offset: 0x10358B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvM', symObjAddr: 0x12E0, symBinAddr: 0xDC24C, symSize: 0x40 }
+ - { offsetInCU: 0x9C9, offset: 0x1035BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvM.resume.0', symObjAddr: 0x1320, symBinAddr: 0xDC28C, symSize: 0x88 }
+ - { offsetInCU: 0xA17, offset: 0x103608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11currentUserAA0G0CSgvg', symObjAddr: 0x1404, symBinAddr: 0xDC370, symSize: 0x44 }
+ - { offsetInCU: 0xA33, offset: 0x103624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deviceInfoStorageAA010PushDevicegH0_pvg', symObjAddr: 0x1448, symBinAddr: 0xDC3B4, symSize: 0x24 }
+ - { offsetInCU: 0xA4F, offset: 0x103640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId8receiver06clientG07timeout7apiHost02wsL018delegateDispatcherACSSSg_AA13EventReceiverCSSAA7TimeoutCA2kA0abdO0CtcfC', symObjAddr: 0x146C, symBinAddr: 0xDC3D8, symSize: 0xB4 }
+ - { offsetInCU: 0xA6D, offset: 0x10365E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId8receiver06clientG07timeout7apiHost02wsL018delegateDispatcherACSSSg_AA13EventReceiverCSSAA7TimeoutCA2kA0abdO0Ctcfc', symObjAddr: 0x1520, symBinAddr: 0xDC48C, symSize: 0x814 }
+ - { offsetInCU: 0xE3F, offset: 0x103A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCfd', symObjAddr: 0x1DB0, symBinAddr: 0xDCCA0, symSize: 0xC0 }
+ - { offsetInCU: 0xE85, offset: 0x103A76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCfD', symObjAddr: 0x1E70, symBinAddr: 0xDCD60, symSize: 0x1C }
+ - { offsetInCU: 0xEB2, offset: 0x103AA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCACycfC', symObjAddr: 0x1E8C, symBinAddr: 0xDCD7C, symSize: 0x110 }
+ - { offsetInCU: 0x101B, offset: 0x103C0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId18delegateDispatcher7timeoutACSSSg_AA0abdI0CAA7TimeoutCtcfC', symObjAddr: 0x1F9C, symBinAddr: 0xDCE8C, symSize: 0x1DC }
+ - { offsetInCU: 0x115A, offset: 0x103D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId7apiHost02wsI018delegateDispatcher7timeoutACSSSg_A2iA0abdL0CAA7TimeoutCtcfC', symObjAddr: 0x2178, symBinAddr: 0xDD068, symSize: 0x1F8 }
+ - { offsetInCU: 0x12B9, offset: 0x103EAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC22disconnectOnBackgroundyyF', symObjAddr: 0x2370, symBinAddr: 0xDD260, symSize: 0x170 }
+ - { offsetInCU: 0x13D9, offset: 0x103FCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10disconnect15shouldReconnectySb_tF', symObjAddr: 0x24EC, symBinAddr: 0xDD3DC, symSize: 0x3A0 }
+ - { offsetInCU: 0x15B6, offset: 0x1041A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC19connectOnForegroundyyF', symObjAddr: 0x28D0, symBinAddr: 0xDD7C0, symSize: 0x16C }
+ - { offsetInCU: 0x16D6, offset: 0x1042C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7connectyyF', symObjAddr: 0x2A74, symBinAddr: 0xDD964, symSize: 0x268 }
+ - { offsetInCU: 0x187E, offset: 0x10446F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x2CDC, symBinAddr: 0xDDBCC, symSize: 0x5F4 }
+ - { offsetInCU: 0x1A23, offset: 0x104614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_', symObjAddr: 0x32D0, symBinAddr: 0xDE1C0, symSize: 0x240 }
+ - { offsetInCU: 0x1AE5, offset: 0x1046D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_', symObjAddr: 0x3550, symBinAddr: 0xDE440, symSize: 0x584 }
+ - { offsetInCU: 0x1E34, offset: 0x104A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU_', symObjAddr: 0x3AD4, symBinAddr: 0xDE9C4, symSize: 0x98 }
+ - { offsetInCU: 0x1E8F, offset: 0x104A80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU0_', symObjAddr: 0x3B6C, symBinAddr: 0xDEA5C, symSize: 0x90 }
+ - { offsetInCU: 0x1F31, offset: 0x104B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x3BFC, symBinAddr: 0xDEAEC, symSize: 0x318 }
+ - { offsetInCU: 0x209D, offset: 0x104C8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_yycfU_', symObjAddr: 0x3F14, symBinAddr: 0xDEE04, symSize: 0xD8 }
+ - { offsetInCU: 0x20E9, offset: 0x104CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tF', symObjAddr: 0x3FEC, symBinAddr: 0xDEEDC, symSize: 0x1E4 }
+ - { offsetInCU: 0x21E9, offset: 0x104DDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tFySayAA8SBCErrorCGSgcfU_', symObjAddr: 0x41D0, symBinAddr: 0xDF0C0, symSize: 0x2C0 }
+ - { offsetInCU: 0x23F9, offset: 0x104FEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC4dial6params17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctF', symObjAddr: 0x4490, symBinAddr: 0xDF380, symSize: 0x1A0 }
+ - { offsetInCU: 0x24AB, offset: 0x10509C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17setRingingTimeoutyySiF', symObjAddr: 0x4630, symBinAddr: 0xDF520, symSize: 0x224 }
+ - { offsetInCU: 0x2638, offset: 0x105229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03setD17ConnectingTimeoutyySiF', symObjAddr: 0x4854, symBinAddr: 0xDF744, symSize: 0x1F4 }
+ - { offsetInCU: 0x27C5, offset: 0x1053B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x4A48, symBinAddr: 0xDF938, symSize: 0x220 }
+ - { offsetInCU: 0x28A3, offset: 0x105494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_', symObjAddr: 0x4C68, symBinAddr: 0xDFB58, symSize: 0x224 }
+ - { offsetInCU: 0x29CD, offset: 0x1055BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_yAC_AA9SBCResultOyAA06IgnoreN0VGtcfU_', symObjAddr: 0x4E8C, symBinAddr: 0xDFD7C, symSize: 0x1BC }
+ - { offsetInCU: 0x2AE5, offset: 0x1056D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtF', symObjAddr: 0x5048, symBinAddr: 0xDFF38, symSize: 0x21C }
+ - { offsetInCU: 0x2BB8, offset: 0x1057A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyAC_AA9SBCResultOyAA06IgnoreN0VGtcfU0_', symObjAddr: 0x5264, symBinAddr: 0xE0154, symSize: 0x1A0 }
+ - { offsetInCU: 0x2C7D, offset: 0x10586E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x5404, symBinAddr: 0xE02F4, symSize: 0x2F8 }
+ - { offsetInCU: 0x2E54, offset: 0x105A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x56FC, symBinAddr: 0xE05EC, symSize: 0x258 }
+ - { offsetInCU: 0x2FB5, offset: 0x105BA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyF', symObjAddr: 0x5954, symBinAddr: 0xE0844, symSize: 0x120 }
+ - { offsetInCU: 0x3011, offset: 0x105C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_', symObjAddr: 0x5A74, symBinAddr: 0xE0964, symSize: 0x32C }
+ - { offsetInCU: 0x312B, offset: 0x105D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15updatePushToken06offsetH08pushType10deviceInfo17completionHandlerySS_AA0gK0OAA0g6DeviceM0VyAA8SBCErrorCSgcSgtF', symObjAddr: 0x5DA0, symBinAddr: 0xE0C90, symSize: 0x270 }
+ - { offsetInCU: 0x329F, offset: 0x105E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x6010, symBinAddr: 0xE0F00, symSize: 0x164 }
+ - { offsetInCU: 0x33A0, offset: 0x105F91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtF', symObjAddr: 0x6174, symBinAddr: 0xE1064, symSize: 0xB98 }
+ - { offsetInCU: 0x39F3, offset: 0x1065E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFyAA8SequenceC6ResultOcfU_', symObjAddr: 0x6D0C, symBinAddr: 0xE1BFC, symSize: 0x274 }
+ - { offsetInCU: 0x3AE3, offset: 0x1066D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x6F80, symBinAddr: 0xE1E70, symSize: 0x244 }
+ - { offsetInCU: 0x3C54, offset: 0x106845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x7208, symBinAddr: 0xE20F8, symSize: 0x258 }
+ - { offsetInCU: 0x3DB5, offset: 0x1069A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x7460, symBinAddr: 0xE2350, symSize: 0x164 }
+ - { offsetInCU: 0x3EB6, offset: 0x106AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11application28didReceiveRemoteNotificationySDys11AnyHashableVypG_tF', symObjAddr: 0x75C4, symBinAddr: 0xE24B4, symSize: 0xB2C }
+ - { offsetInCU: 0x461E, offset: 0x10720F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x80F0, symBinAddr: 0xE2FE0, symSize: 0x834 }
+ - { offsetInCU: 0x4A21, offset: 0x107612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA10IgnoreTypeVGcfU2_', symObjAddr: 0x8968, symBinAddr: 0xE3858, symSize: 0xA8 }
+ - { offsetInCU: 0x4A71, offset: 0x107662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11addDelegate_6forKeyyAA0abdG0_p_SStF', symObjAddr: 0x8A64, symBinAddr: 0xE3954, symSize: 0x58 }
+ - { offsetInCU: 0x4AC4, offset: 0x1076B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14removeDelegate6forKeyySS_tF', symObjAddr: 0x8ABC, symBinAddr: 0xE39AC, symSize: 0x50 }
+ - { offsetInCU: 0x4B06, offset: 0x1076F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18removeAllDelegatesyyF', symObjAddr: 0x8B0C, symBinAddr: 0xE39FC, symSize: 0x38 }
+ - { offsetInCU: 0x4B37, offset: 0x107728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20addRecordingDelegate8delegate10identifieryAA0abgH0_p_SStF', symObjAddr: 0x8B44, symBinAddr: 0xE3A34, symSize: 0x58 }
+ - { offsetInCU: 0x4B8A, offset: 0x10777B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC23removeRecordingDelegate10identifierySS_tF', symObjAddr: 0x8B9C, symBinAddr: 0xE3A8C, symSize: 0x50 }
+ - { offsetInCU: 0x4BCC, offset: 0x1077BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC27removeAllRecordingDelegatesyyF', symObjAddr: 0x8BEC, symBinAddr: 0xE3ADC, symSize: 0x38 }
+ - { offsetInCU: 0x4BFD, offset: 0x1077EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC012createDirectD12LogListQuery4withAA0gdhiJ0CSgAG6ParamsC_tF', symObjAddr: 0x8C24, symBinAddr: 0xE3B14, symSize: 0x19C }
+ - { offsetInCU: 0x4C84, offset: 0x107875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC19createRoomListQuery4withAA0ghI0CSgAG6ParamsC_tF', symObjAddr: 0x8DC0, symBinAddr: 0xE3CB0, symSize: 0xD4 }
+ - { offsetInCU: 0x4CF3, offset: 0x1078E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17updateCustomItems6callId06customH017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x8E94, symBinAddr: 0xE3D84, symSize: 0x380 }
+ - { offsetInCU: 0x4DEE, offset: 0x1079DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctF', symObjAddr: 0x92D0, symBinAddr: 0xE41C0, symSize: 0x4 }
+ - { offsetInCU: 0x4E4E, offset: 0x107A3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x92D4, symBinAddr: 0xE41C4, symSize: 0x10 }
+ - { offsetInCU: 0x4E9F, offset: 0x107A90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deleteCustomItems33_80330888ECD141CA15BC484D38D8EEEFLL6callId6target17completionHandlerySS_AA06DeletegH7RequestV10TargetTypeOySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x92E4, symBinAddr: 0xE41D4, symSize: 0x330 }
+ - { offsetInCU: 0x504A, offset: 0x107C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x99FC, symBinAddr: 0xE48EC, symSize: 0x104 }
+ - { offsetInCU: 0x508B, offset: 0x107C7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_', symObjAddr: 0x9B00, symBinAddr: 0xE49F0, symSize: 0xE0 }
+ - { offsetInCU: 0x50F4, offset: 0x107CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appIdSSSgvpACTk', symObjAddr: 0xDF4, symBinAddr: 0xDBD60, symSize: 0x5C }
+ - { offsetInCU: 0x5276, offset: 0x107E67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvau', symObjAddr: 0x1060, symBinAddr: 0xDBFCC, symSize: 0x40 }
+ - { offsetInCU: 0x528A, offset: 0x107E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7console_WZ', symObjAddr: 0x1150, symBinAddr: 0xDC0BC, symSize: 0x2C }
+ - { offsetInCU: 0x52BA, offset: 0x107EAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11currentUserAA0G0CSgvpACTk', symObjAddr: 0x13A8, symBinAddr: 0xDC314, symSize: 0x5C }
+ - { offsetInCU: 0x545A, offset: 0x10804B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfcTf4ennnnn_nAA0L6RouterC_Tg5Tf4ggggng_n', symObjAddr: 0xAD18, symBinAddr: 0xE5C08, symSize: 0x1A0 }
+ - { offsetInCU: 0x59A3, offset: 0x108594, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC010getOngoingD5CountSiyF', symObjAddr: 0x288C, symBinAddr: 0xDD77C, symSize: 0x44 }
+ - { offsetInCU: 0x59DF, offset: 0x1085D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvau', symObjAddr: 0x3510, symBinAddr: 0xDE400, symSize: 0x40 }
+ - { offsetInCU: 0x5E54, offset: 0x108A45, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSgSaySSGSg13SendBirdCalls8SBCErrorCSgIegggg_So12NSDictionaryCSgSo7NSArrayCSgAHIeyByyy_TR', symObjAddr: 0x9214, symBinAddr: 0xE4104, symSize: 0xBC }
+ - { offsetInCU: 0x5F32, offset: 0x108B23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC23audioSessionDidActivateyySo07AVAudioG0CF', symObjAddr: 0x9BE0, symBinAddr: 0xE4AD0, symSize: 0x2EC }
+ - { offsetInCU: 0x605C, offset: 0x108C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC25audioSessionDidDeactivateyySo07AVAudioG0CF', symObjAddr: 0x9ECC, symBinAddr: 0xE4DBC, symSize: 0x130 }
+ - { offsetInCU: 0x609E, offset: 0x108C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15routePickerView5frameSo6UIViewCSo6CGRectV_tF', symObjAddr: 0x9FFC, symBinAddr: 0xE4EEC, symSize: 0x54 }
+ - { offsetInCU: 0x6107, offset: 0x108CF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC09addDirectD5Sound3url7forTypey10Foundation3URLV_AA0hK0OtF', symObjAddr: 0xA050, symBinAddr: 0xE4F40, symSize: 0x130 }
+ - { offsetInCU: 0x6170, offset: 0x108D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC012removeDirectD5Sound7forTypeyAA0hJ0O_tF', symObjAddr: 0xA180, symBinAddr: 0xE5070, symSize: 0xDC }
+ - { offsetInCU: 0x61B2, offset: 0x108DA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tF', symObjAddr: 0xA25C, symBinAddr: 0xE514C, symSize: 0x70 }
+ - { offsetInCU: 0x61F4, offset: 0x108DE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifier_WZ', symObjAddr: 0xA2CC, symBinAddr: 0xE51BC, symSize: 0x98 }
+ - { offsetInCU: 0x6216, offset: 0x108E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvgZ', symObjAddr: 0xA364, symBinAddr: 0xE5254, symSize: 0x5C }
+ - { offsetInCU: 0x623F, offset: 0x108E30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationVACycfC', symObjAddr: 0xA3C0, symBinAddr: 0xE52B0, symSize: 0x4 }
+ - { offsetInCU: 0x625F, offset: 0x108E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03getD003forD2IdAA06DirectD0CSgSS_tF', symObjAddr: 0xA3C4, symBinAddr: 0xE52B4, symSize: 0xDC }
+ - { offsetInCU: 0x62CC, offset: 0x108EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03getD07forUUIDAA06DirectD0CSg10Foundation0H0V_tF', symObjAddr: 0xA4A0, symBinAddr: 0xE5390, symSize: 0xD8 }
+ - { offsetInCU: 0x6339, offset: 0x108F2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC010getOngoingC0SayAA06DirectD0CGyF', symObjAddr: 0xA578, symBinAddr: 0xE5468, symSize: 0x44 }
+ - { offsetInCU: 0x636A, offset: 0x108F5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF', symObjAddr: 0xA5BC, symBinAddr: 0xE54AC, symSize: 0x44 }
+ - { offsetInCU: 0x639B, offset: 0x108F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvgZ', symObjAddr: 0xA600, symBinAddr: 0xE54F0, symSize: 0x50 }
+ - { offsetInCU: 0x63B7, offset: 0x108FA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvsZ', symObjAddr: 0xA650, symBinAddr: 0xE5540, symSize: 0x58 }
+ - { offsetInCU: 0x63D3, offset: 0x108FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvMZ', symObjAddr: 0xA6A8, symBinAddr: 0xE5598, symSize: 0x40 }
+ - { offsetInCU: 0x656B, offset: 0x10915C, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg5', symObjAddr: 0xA6E8, symBinAddr: 0xE55D8, symSize: 0x360 }
+ - { offsetInCU: 0x6827, offset: 0x109418, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg5', symObjAddr: 0xAA48, symBinAddr: 0xE5938, symSize: 0x11C }
+ - { offsetInCU: 0x6A0A, offset: 0x1095FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZTf4en_nAA9SBCLoggerC_Tg5Tf4nd_n', symObjAddr: 0xAB64, symBinAddr: 0xE5A54, symSize: 0x1B4 }
+ - { offsetInCU: 0x6C64, offset: 0x109855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0xAF54, symBinAddr: 0xE5DD4, symSize: 0x44 }
+ - { offsetInCU: 0x6C98, offset: 0x109889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_TA', symObjAddr: 0xAFF8, symBinAddr: 0xE5E78, symSize: 0x10 }
+ - { offsetInCU: 0x6CAC, offset: 0x10989D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU3_TA', symObjAddr: 0xB02C, symBinAddr: 0xE5EAC, symSize: 0x20 }
+ - { offsetInCU: 0x6CE0, offset: 0x1098D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU1_TA', symObjAddr: 0xB078, symBinAddr: 0xE5EF8, symSize: 0x48 }
+ - { offsetInCU: 0x6D4E, offset: 0x10993F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC4dial6params17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFyycfU0_TA', symObjAddr: 0xB174, symBinAddr: 0xE5FE4, symSize: 0x44 }
+ - { offsetInCU: 0x6DC8, offset: 0x1099B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_TA', symObjAddr: 0xB290, symBinAddr: 0xE6064, symSize: 0x10 }
+ - { offsetInCU: 0x6DDC, offset: 0x1099CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15updatePushToken06offsetH08pushType10deviceInfo17completionHandlerySS_AA0gK0OAA0g6DeviceM0VyAA8SBCErrorCSgcSgtFyAA06IgnoreK0VSg_AOtcfU_TA', symObjAddr: 0xB2A8, symBinAddr: 0xE607C, symSize: 0x2C }
+ - { offsetInCU: 0x6E13, offset: 0x109A04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0xB2D4, symBinAddr: 0xE60A8, symSize: 0x2C }
+ - { offsetInCU: 0x6E3C, offset: 0x109A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVWOs', symObjAddr: 0xB388, symBinAddr: 0xE60D4, symSize: 0x48 }
+ - { offsetInCU: 0x6E50, offset: 0x109A41, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xB3D0, symBinAddr: 0xE611C, symSize: 0x34 }
+ - { offsetInCU: 0x6E64, offset: 0x109A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFyAA8SequenceC6ResultOcfU_TA', symObjAddr: 0xB4B4, symBinAddr: 0xE6184, symSize: 0xC }
+ - { offsetInCU: 0x6E78, offset: 0x109A69, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgIegn_SgWOy', symObjAddr: 0xB4C0, symBinAddr: 0xE6190, symSize: 0x10 }
+ - { offsetInCU: 0x6E8C, offset: 0x109A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVACSeAAWl', symObjAddr: 0xB4D0, symBinAddr: 0xE61A0, symSize: 0x44 }
+ - { offsetInCU: 0x6EA0, offset: 0x109A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA11RequestableAAWl', symObjAddr: 0xB558, symBinAddr: 0xE61E4, symSize: 0x44 }
+ - { offsetInCU: 0x6EB4, offset: 0x109AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA10ResultableAAWl', symObjAddr: 0xB59C, symBinAddr: 0xE6228, symSize: 0x44 }
+ - { offsetInCU: 0x6EC8, offset: 0x109AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVWOs', symObjAddr: 0xB5E0, symBinAddr: 0xE626C, symSize: 0x70 }
+ - { offsetInCU: 0x6EDC, offset: 0x109ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyycfU0_TA', symObjAddr: 0xB6CC, symBinAddr: 0xE631C, symSize: 0x24 }
+ - { offsetInCU: 0x6EF0, offset: 0x109AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA10IgnoreTypeVGcfU2_TA', symObjAddr: 0xB72C, symBinAddr: 0xE637C, symSize: 0x10 }
+ - { offsetInCU: 0x6F0F, offset: 0x109B00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TRTA', symObjAddr: 0xB73C, symBinAddr: 0xE638C, symSize: 0x2C }
+ - { offsetInCU: 0x6F38, offset: 0x109B29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xB770, symBinAddr: 0xE63C0, symSize: 0x24 }
+ - { offsetInCU: 0x6F57, offset: 0x109B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25UpdateCustomItemsResponseCGIegg_AFIegn_TRTA', symObjAddr: 0xB7BC, symBinAddr: 0xE640C, symSize: 0x2C }
+ - { offsetInCU: 0x6F80, offset: 0x109B71, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xB870, symBinAddr: 0xE6438, symSize: 0x10 }
+ - { offsetInCU: 0x6F94, offset: 0x109B85, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xB880, symBinAddr: 0xE6448, symSize: 0x8 }
+ - { offsetInCU: 0x6FA8, offset: 0x109B99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_TA', symObjAddr: 0xB88C, symBinAddr: 0xE6454, symSize: 0xC }
+ - { offsetInCU: 0x6FBC, offset: 0x109BAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCMa', symObjAddr: 0xBCD4, symBinAddr: 0xE689C, symSize: 0x20 }
+ - { offsetInCU: 0x6FD0, offset: 0x109BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationVMa', symObjAddr: 0xC038, symBinAddr: 0xE6C00, symSize: 0x10 }
+ - { offsetInCU: 0x6FE4, offset: 0x109BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGIegg_AFIegn_TRTA', symObjAddr: 0xC104, symBinAddr: 0xE6CCC, symSize: 0x8 }
+ - { offsetInCU: 0x6FF8, offset: 0x109BE9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgWOc', symObjAddr: 0xC2C0, symBinAddr: 0xE6D28, symSize: 0x48 }
+ - { offsetInCU: 0x700C, offset: 0x109BFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOe', symObjAddr: 0xC330, symBinAddr: 0xE6D70, symSize: 0x30 }
+ - { offsetInCU: 0x7020, offset: 0x109C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_yAA8SBCErrorCSgcfU_TA', symObjAddr: 0xC360, symBinAddr: 0xE6DA0, symSize: 0x28 }
+ - { offsetInCU: 0x705E, offset: 0x109C4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOy', symObjAddr: 0xC388, symBinAddr: 0xE6DC8, symSize: 0x30 }
+ - { offsetInCU: 0x7072, offset: 0x109C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVyAA14PushDeviceInfoVGWOr', symObjAddr: 0xC3B8, symBinAddr: 0xE6DF8, symSize: 0x50 }
+ - { offsetInCU: 0x7086, offset: 0x109C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVyAA14PushDeviceInfoVGWOs', symObjAddr: 0xC43C, symBinAddr: 0xE6E7C, symSize: 0x50 }
+ - { offsetInCU: 0x709A, offset: 0x109C8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyAC_AA9SBCResultOyAA06IgnoreN0VGtcfU0_TA', symObjAddr: 0xC490, symBinAddr: 0xE6ED0, symSize: 0x30 }
+ - { offsetInCU: 0x70AE, offset: 0x109C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xC554, symBinAddr: 0xE6F0C, symSize: 0x1C }
+ - { offsetInCU: 0x70C2, offset: 0x109CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_TA', symObjAddr: 0xC5DC, symBinAddr: 0xE6F94, symSize: 0x38 }
+ - { offsetInCU: 0x70D6, offset: 0x109CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyycfU0_TA', symObjAddr: 0xC61C, symBinAddr: 0xE6FD4, symSize: 0x2C }
+ - { offsetInCU: 0x7102, offset: 0x109CF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_yAC_AA9SBCResultOyAA06IgnoreN0VGtcfU_TA', symObjAddr: 0xC6C0, symBinAddr: 0xE7078, symSize: 0x30 }
+ - { offsetInCU: 0x7116, offset: 0x109D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0xC720, symBinAddr: 0xE70D8, symSize: 0x44 }
+ - { offsetInCU: 0x712A, offset: 0x109D1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0xC764, symBinAddr: 0xE711C, symSize: 0x44 }
+ - { offsetInCU: 0x713E, offset: 0x109D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVWOs', symObjAddr: 0xC7A8, symBinAddr: 0xE7160, symSize: 0x54 }
+ - { offsetInCU: 0x7152, offset: 0x109D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tFySayAA8SBCErrorCGSgcfU_TA', symObjAddr: 0xC8D8, symBinAddr: 0xE7290, symSize: 0xC }
+ - { offsetInCU: 0x7166, offset: 0x109D57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_TA', symObjAddr: 0xC910, symBinAddr: 0xE72C8, symSize: 0xC }
+ - { offsetInCU: 0x7185, offset: 0x109D76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGIegg_AFIegn_TRTA', symObjAddr: 0xC91C, symBinAddr: 0xE72D4, symSize: 0x3C }
+ - { offsetInCU: 0x71AE, offset: 0x109D9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA10ResultableAAWl', symObjAddr: 0xC99C, symBinAddr: 0xE7310, symSize: 0x44 }
+ - { offsetInCU: 0x71C2, offset: 0x109DB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVWOs', symObjAddr: 0xC9E0, symBinAddr: 0xE7354, symSize: 0x68 }
+ - { offsetInCU: 0x71D6, offset: 0x109DC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOe', symObjAddr: 0xCAC4, symBinAddr: 0xE7438, symSize: 0x2C }
+ - { offsetInCU: 0x71EA, offset: 0x109DDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU_TA', symObjAddr: 0xCAF0, symBinAddr: 0xE7464, symSize: 0xC }
+ - { offsetInCU: 0x71FE, offset: 0x109DEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOr', symObjAddr: 0xCAFC, symBinAddr: 0xE7470, symSize: 0x34 }
+ - { offsetInCU: 0x7212, offset: 0x109E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOy', symObjAddr: 0xCB30, symBinAddr: 0xE74A4, symSize: 0x30 }
+ - { offsetInCU: 0x7226, offset: 0x109E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU0_TA', symObjAddr: 0xCB8C, symBinAddr: 0xE7500, symSize: 0xC }
+ - { offsetInCU: 0x723A, offset: 0x109E2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tFSbAA13WeakReferenceCyAaF_pGXEfU_TA', symObjAddr: 0xCB98, symBinAddr: 0xE750C, symSize: 0x1C }
+ - { offsetInCU: 0x724E, offset: 0x109E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_TA', symObjAddr: 0xCBB4, symBinAddr: 0xE7528, symSize: 0x1C }
+ - { offsetInCU: 0x72FC, offset: 0x109EED, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlF10Foundation4DataV_SSTg5015$s10Foundation4D49V13SendBirdCallsE11toHexStringSSyFSSs5UInt8VXEfU_Tf1cn_n', symObjAddr: 0x0, symBinAddr: 0xDAF6C, symSize: 0x3AC }
+ - { offsetInCU: 0x7557, offset: 0x10A148, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0x3BC, symBinAddr: 0xDB328, symSize: 0xEC }
+ - { offsetInCU: 0x760A, offset: 0x10A1FB, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x4A8, symBinAddr: 0xDB414, symSize: 0x134 }
+ - { offsetInCU: 0x76BE, offset: 0x10A2AF, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAE14SBCLogReceiver_pGG_Tg5', symObjAddr: 0x60C, symBinAddr: 0xDB578, symSize: 0x144 }
+ - { offsetInCU: 0x69, offset: 0x10AE72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0xE75B4, symSize: 0x90 }
+ - { offsetInCU: 0xAB, offset: 0x10AEB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfc', symObjAddr: 0x6A8, symBinAddr: 0xE7C5C, symSize: 0x54 }
+ - { offsetInCU: 0xCA, offset: 0x10AED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCfd', symObjAddr: 0x6FC, symBinAddr: 0xE7CB0, symSize: 0x5C }
+ - { offsetInCU: 0x107, offset: 0x10AF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCfD', symObjAddr: 0x758, symBinAddr: 0xE7D0C, symSize: 0x20 }
+ - { offsetInCU: 0x134, offset: 0x10AF3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfcTf4ngnn_n', symObjAddr: 0x778, symBinAddr: 0xE7D2C, symSize: 0xD0 }
+ - { offsetInCU: 0x1A2, offset: 0x10AFAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC6updateyxSgAEF', symObjAddr: 0x90, symBinAddr: 0xE7644, symSize: 0x204 }
+ - { offsetInCU: 0x21D, offset: 0x10B026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC6removeyyxSgF', symObjAddr: 0x294, symBinAddr: 0xE7848, symSize: 0x2D8 }
+ - { offsetInCU: 0x26A, offset: 0x10B073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC5clearyyF', symObjAddr: 0x56C, symBinAddr: 0xE7B20, symSize: 0xCC }
+ - { offsetInCU: 0x2A7, offset: 0x10B0B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC5valuexSgvg', symObjAddr: 0x638, symBinAddr: 0xE7BEC, symSize: 0x70 }
+ - { offsetInCU: 0x2E4, offset: 0x10B0ED, size: 0x8, addend: 0x0, symName: '_$sxSblyxIsegnd_SgSQRzlWOe', symObjAddr: 0x848, symBinAddr: 0xE7DFC, symSize: 0x10 }
+ - { offsetInCU: 0x2F8, offset: 0x10B101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMi', symObjAddr: 0x858, symBinAddr: 0xE7E0C, symSize: 0x4 }
+ - { offsetInCU: 0x30C, offset: 0x10B115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMr', symObjAddr: 0x85C, symBinAddr: 0xE7E10, symSize: 0x78 }
+ - { offsetInCU: 0x320, offset: 0x10B129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMa', symObjAddr: 0x8D4, symBinAddr: 0xE7E88, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x10B3C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvg', symObjAddr: 0x0, symBinAddr: 0xE7EA8, symSize: 0x48 }
+ - { offsetInCU: 0x7A, offset: 0x10B3F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvs', symObjAddr: 0x48, symBinAddr: 0xE7EF0, symSize: 0x58 }
+ - { offsetInCU: 0xB9, offset: 0x10B432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvM', symObjAddr: 0xA0, symBinAddr: 0xE7F48, symSize: 0x70 }
+ - { offsetInCU: 0xE8, offset: 0x10B461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvM.resume.0', symObjAddr: 0x110, symBinAddr: 0xE7FB8, symSize: 0x6C }
+ - { offsetInCU: 0x113, offset: 0x10B48C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVF', symObjAddr: 0x17C, symBinAddr: 0xE8024, symSize: 0x208 }
+ - { offsetInCU: 0x173, offset: 0x10B4EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFyyScMYccfU_', symObjAddr: 0x3C0, symBinAddr: 0xE822C, symSize: 0x78 }
+ - { offsetInCU: 0x1AF, offset: 0x10B528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFTo', symObjAddr: 0x554, symBinAddr: 0xE832C, symSize: 0x44 }
+ - { offsetInCU: 0x1CB, offset: 0x10B544, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC11renderFrameyySo08RTCVideoH0CSgF', symObjAddr: 0x598, symBinAddr: 0xE8370, symSize: 0x60 }
+ - { offsetInCU: 0x21E, offset: 0x10B597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC11renderFrameyySo08RTCVideoH0CSgFTo', symObjAddr: 0x5F8, symBinAddr: 0xE83D0, symSize: 0xA0 }
+ - { offsetInCU: 0x25D, offset: 0x10B5D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfC', symObjAddr: 0x698, symBinAddr: 0xE8470, symSize: 0x20 }
+ - { offsetInCU: 0x27B, offset: 0x10B5F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfc', symObjAddr: 0x6B8, symBinAddr: 0xE8490, symSize: 0x44 }
+ - { offsetInCU: 0x2B6, offset: 0x10B62F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfcTo', symObjAddr: 0x71C, symBinAddr: 0xE84F4, symSize: 0x50 }
+ - { offsetInCU: 0x2F1, offset: 0x10B66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCfD', symObjAddr: 0x76C, symBinAddr: 0xE8544, symSize: 0x30 }
+ - { offsetInCU: 0x31F, offset: 0x10B698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFyyScMYccfU_TA', symObjAddr: 0x45C, symBinAddr: 0xE82C8, symSize: 0xC }
+ - { offsetInCU: 0x333, offset: 0x10B6AC, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x468, symBinAddr: 0xE82D4, symSize: 0x10 }
+ - { offsetInCU: 0x347, offset: 0x10B6C0, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x478, symBinAddr: 0xE82E4, symSize: 0x8 }
+ - { offsetInCU: 0x35B, offset: 0x10B6D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCMa', symObjAddr: 0x6FC, symBinAddr: 0xE84D4, symSize: 0x20 }
+ - { offsetInCU: 0x36F, offset: 0x10B6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCfETo', symObjAddr: 0x81C, symBinAddr: 0xE85F4, symSize: 0x10 }
+ - { offsetInCU: 0x39E, offset: 0x10B717, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRenderer_pSgXwWOh', symObjAddr: 0x8C4, symBinAddr: 0xE869C, symSize: 0x24 }
+ - { offsetInCU: 0x4F, offset: 0x10B9BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfc', symObjAddr: 0x0, symBinAddr: 0xE86C0, symSize: 0x74 }
+ - { offsetInCU: 0x63, offset: 0x10B9D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x74, symBinAddr: 0xE8734, symSize: 0x920 }
+ - { offsetInCU: 0xCC, offset: 0x10BA3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvs', symObjAddr: 0x9A0, symBinAddr: 0xE9060, symSize: 0x64 }
+ - { offsetInCU: 0xF5, offset: 0x10BA63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvM', symObjAddr: 0xA04, symBinAddr: 0xE90C4, symSize: 0x70 }
+ - { offsetInCU: 0x124, offset: 0x10BA92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvM.resume.0', symObjAddr: 0xA74, symBinAddr: 0xE9134, symSize: 0x74 }
+ - { offsetInCU: 0x14F, offset: 0x10BABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5stateAC5StateOvs', symObjAddr: 0xB64, symBinAddr: 0xE9224, symSize: 0x48 }
+ - { offsetInCU: 0x18E, offset: 0x10BAFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5stateAC5StateOvM', symObjAddr: 0xBAC, symBinAddr: 0xE926C, symSize: 0x44 }
+ - { offsetInCU: 0x1BD, offset: 0x10BB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14isAudioEnabledSbvM', symObjAddr: 0xC08, symBinAddr: 0xE92C8, symSize: 0x44 }
+ - { offsetInCU: 0x1EC, offset: 0x10BB5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14isVideoEnabledSbvM', symObjAddr: 0xCE8, symBinAddr: 0xE93A8, symSize: 0x44 }
+ - { offsetInCU: 0x21B, offset: 0x10BB89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvg', symObjAddr: 0xD2C, symBinAddr: 0xE93EC, symSize: 0x54 }
+ - { offsetInCU: 0x23A, offset: 0x10BBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvs', symObjAddr: 0xD80, symBinAddr: 0xE9440, symSize: 0x5C }
+ - { offsetInCU: 0x263, offset: 0x10BBD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvM', symObjAddr: 0xDDC, symBinAddr: 0xE949C, symSize: 0x44 }
+ - { offsetInCU: 0x292, offset: 0x10BC00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvg', symObjAddr: 0xE20, symBinAddr: 0xE94E0, symSize: 0x54 }
+ - { offsetInCU: 0x2B1, offset: 0x10BC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvs', symObjAddr: 0xE74, symBinAddr: 0xE9534, symSize: 0x5C }
+ - { offsetInCU: 0x2DA, offset: 0x10BC48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvM', symObjAddr: 0xED0, symBinAddr: 0xE9590, symSize: 0x44 }
+ - { offsetInCU: 0x309, offset: 0x10BC77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvM.resume.0', symObjAddr: 0xF14, symBinAddr: 0xE95D4, symSize: 0x4 }
+ - { offsetInCU: 0x334, offset: 0x10BCA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0Cvg', symObjAddr: 0xF18, symBinAddr: 0xE95D8, symSize: 0x44 }
+ - { offsetInCU: 0x353, offset: 0x10BCC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0Cvs', symObjAddr: 0xF5C, symBinAddr: 0xE961C, symSize: 0x50 }
+ - { offsetInCU: 0x37C, offset: 0x10BCEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvM', symObjAddr: 0xFAC, symBinAddr: 0xE966C, symSize: 0x44 }
+ - { offsetInCU: 0x3AB, offset: 0x10BD19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvg', symObjAddr: 0xFF0, symBinAddr: 0xE96B0, symSize: 0x4C }
+ - { offsetInCU: 0x3DA, offset: 0x10BD48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvs', symObjAddr: 0x103C, symBinAddr: 0xE96FC, symSize: 0x68 }
+ - { offsetInCU: 0x419, offset: 0x10BD87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvM', symObjAddr: 0x10A4, symBinAddr: 0xE9764, symSize: 0x74 }
+ - { offsetInCU: 0x448, offset: 0x10BDB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvM.resume.0', symObjAddr: 0x1118, symBinAddr: 0xE97D8, symSize: 0x74 }
+ - { offsetInCU: 0x473, offset: 0x10BDE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvs', symObjAddr: 0x11DC, symBinAddr: 0xE989C, symSize: 0x58 }
+ - { offsetInCU: 0x49C, offset: 0x10BE0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvM', symObjAddr: 0x1234, symBinAddr: 0xE98F4, symSize: 0x70 }
+ - { offsetInCU: 0x4CB, offset: 0x10BE39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvM.resume.0', symObjAddr: 0x12A4, symBinAddr: 0xE9964, symSize: 0x6C }
+ - { offsetInCU: 0x520, offset: 0x10BE8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO11stringValueAESS_tcfC', symObjAddr: 0x1FD8, symBinAddr: 0xEA698, symSize: 0xE8 }
+ - { offsetInCU: 0x595, offset: 0x10BF03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO11stringValueSSvg', symObjAddr: 0x20C0, symBinAddr: 0xEA780, symSize: 0x60 }
+ - { offsetInCU: 0x5B4, offset: 0x10BF22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x2120, symBinAddr: 0xEA7E0, symSize: 0x14 }
+ - { offsetInCU: 0x5C8, offset: 0x10BF36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO6encode2toys7Encoder_p_tKF', symObjAddr: 0x2134, symBinAddr: 0xEA7F4, symSize: 0xE8 }
+ - { offsetInCU: 0x63B, offset: 0x10BFA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO8rawValueAESgSi_tcfC', symObjAddr: 0x221C, symBinAddr: 0xEA8DC, symSize: 0x14 }
+ - { offsetInCU: 0x65A, offset: 0x10BFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO8rawValueSivg', symObjAddr: 0x2230, symBinAddr: 0xEA8F0, symSize: 0x4 }
+ - { offsetInCU: 0x69D, offset: 0x10C00B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x22F4, symBinAddr: 0xEA9B4, symSize: 0x20 }
+ - { offsetInCU: 0x6CE, offset: 0x10C03C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x2314, symBinAddr: 0xEA9D4, symSize: 0xC }
+ - { offsetInCU: 0x700, offset: 0x10C06E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2320, symBinAddr: 0xEA9E0, symSize: 0x28 }
+ - { offsetInCU: 0x738, offset: 0x10C0A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2348, symBinAddr: 0xEAA08, symSize: 0x18 }
+ - { offsetInCU: 0x79D, offset: 0x10C10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x36FC, symBinAddr: 0xEBCBC, symSize: 0x18C }
+ - { offsetInCU: 0x83B, offset: 0x10C1A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1310, symBinAddr: 0xE99D0, symSize: 0x384 }
+ - { offsetInCU: 0x92D, offset: 0x10C29B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6updateyxSgxACRbzlF', symObjAddr: 0x1694, symBinAddr: 0xE9D54, symSize: 0x204 }
+ - { offsetInCU: 0xA0A, offset: 0x10C378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC13participantIdSSvgTo', symObjAddr: 0x1898, symBinAddr: 0xE9F58, symSize: 0x4C }
+ - { offsetInCU: 0xA45, offset: 0x10C3B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC13participantIdSSvg', symObjAddr: 0x18E4, symBinAddr: 0xE9FA4, symSize: 0x38 }
+ - { offsetInCU: 0xA82, offset: 0x10C3F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvgTo', symObjAddr: 0x191C, symBinAddr: 0xE9FDC, symSize: 0x10 }
+ - { offsetInCU: 0xAA2, offset: 0x10C410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvgTo', symObjAddr: 0x191C, symBinAddr: 0xE9FDC, symSize: 0x10 }
+ - { offsetInCU: 0xABF, offset: 0x10C42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvg', symObjAddr: 0x192C, symBinAddr: 0xE9FEC, symSize: 0x10 }
+ - { offsetInCU: 0xB06, offset: 0x10C474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvsTo', symObjAddr: 0x1948, symBinAddr: 0xEA008, symSize: 0x88 }
+ - { offsetInCU: 0xB43, offset: 0x10C4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvW', symObjAddr: 0x19D0, symBinAddr: 0xEA090, symSize: 0x204 }
+ - { offsetInCU: 0xB93, offset: 0x10C501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvWyyScMYccfU_', symObjAddr: 0x1BD4, symBinAddr: 0xEA294, symSize: 0x74 }
+ - { offsetInCU: 0xBBF, offset: 0x10C52D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfD', symObjAddr: 0x1C48, symBinAddr: 0xEA308, symSize: 0x98 }
+ - { offsetInCU: 0xBFC, offset: 0x10C56A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfDTo', symObjAddr: 0x1CE0, symBinAddr: 0xEA3A0, symSize: 0xA4 }
+ - { offsetInCU: 0xC4F, offset: 0x10C5BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvgTo', symObjAddr: 0x2360, symBinAddr: 0xEAA20, symSize: 0x68 }
+ - { offsetInCU: 0xCB6, offset: 0x10C624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvsTo', symObjAddr: 0x23C8, symBinAddr: 0xEAA88, symSize: 0x68 }
+ - { offsetInCU: 0xD1B, offset: 0x10C689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvgTo', symObjAddr: 0x2430, symBinAddr: 0xEAAF0, symSize: 0x78 }
+ - { offsetInCU: 0xD7A, offset: 0x10C6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvsTo', symObjAddr: 0x24A8, symBinAddr: 0xEAB68, symSize: 0x78 }
+ - { offsetInCU: 0xDDF, offset: 0x10C74D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvgTo', symObjAddr: 0x2520, symBinAddr: 0xEABE0, symSize: 0x48 }
+ - { offsetInCU: 0xE46, offset: 0x10C7B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvsTo', symObjAddr: 0x2568, symBinAddr: 0xEAC28, symSize: 0x64 }
+ - { offsetInCU: 0xEB5, offset: 0x10C823, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvsTo', symObjAddr: 0x261C, symBinAddr: 0xEACDC, symSize: 0x50 }
+ - { offsetInCU: 0xF0C, offset: 0x10C87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO8rawValueSSvg', symObjAddr: 0x266C, symBinAddr: 0xEAD2C, symSize: 0x20 }
+ - { offsetInCU: 0xF45, offset: 0x10C8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO11stringValueSSvg', symObjAddr: 0x268C, symBinAddr: 0xEAD4C, symSize: 0x20 }
+ - { offsetInCU: 0xF73, offset: 0x10C8E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO11stringValueSSvg', symObjAddr: 0x268C, symBinAddr: 0xEAD4C, symSize: 0x20 }
+ - { offsetInCU: 0xFAD, offset: 0x10C91B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2830, symBinAddr: 0xEAEF0, symSize: 0x2C }
+ - { offsetInCU: 0xFDE, offset: 0x10C94C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x285C, symBinAddr: 0xEAF1C, symSize: 0x28 }
+ - { offsetInCU: 0xFF2, offset: 0x10C960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2884, symBinAddr: 0xEAF44, symSize: 0x8 }
+ - { offsetInCU: 0x1028, offset: 0x10C996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x288C, symBinAddr: 0xEAF4C, symSize: 0x24 }
+ - { offsetInCU: 0x1078, offset: 0x10C9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x28B0, symBinAddr: 0xEAF70, symSize: 0xC }
+ - { offsetInCU: 0x1094, offset: 0x10CA02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x28BC, symBinAddr: 0xEAF7C, symSize: 0xC }
+ - { offsetInCU: 0x10B0, offset: 0x10CA1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x4614, symBinAddr: 0xECB14, symSize: 0x74 }
+ - { offsetInCU: 0x10EC, offset: 0x10CA5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfC', symObjAddr: 0x2918, symBinAddr: 0xEAFD8, symSize: 0xC0 }
+ - { offsetInCU: 0x1120, offset: 0x10CA8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcTo', symObjAddr: 0x29D8, symBinAddr: 0xEB098, symSize: 0xE8 }
+ - { offsetInCU: 0x1152, offset: 0x10CAC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfC', symObjAddr: 0x2AC0, symBinAddr: 0xEB180, symSize: 0x30 }
+ - { offsetInCU: 0x1170, offset: 0x10CADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfc', symObjAddr: 0x2AF0, symBinAddr: 0xEB1B0, symSize: 0x178 }
+ - { offsetInCU: 0x11BF, offset: 0x10CB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfcTo', symObjAddr: 0x2C68, symBinAddr: 0xEB328, symSize: 0x30 }
+ - { offsetInCU: 0x11DB, offset: 0x10CB49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6userId8nickname10profileURL8metadata6active011participantF006clientF05state9videoViewACSS_SSSgAMSDyS2SGSgSbSgS2SAC5StateOAA0ab5VideoP0CSgtcfC', symObjAddr: 0x2C98, symBinAddr: 0xEB358, symSize: 0x114 }
+ - { offsetInCU: 0x12C3, offset: 0x10CC31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2DAC, symBinAddr: 0xEB46C, symSize: 0x40 }
+ - { offsetInCU: 0x1308, offset: 0x10CC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4hashSivgTo', symObjAddr: 0x2DEC, symBinAddr: 0xEB4AC, symSize: 0x94 }
+ - { offsetInCU: 0x134B, offset: 0x10CCB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC7isEqualySbypSgF', symObjAddr: 0x2EFC, symBinAddr: 0xEB540, symSize: 0x2AC }
+ - { offsetInCU: 0x13D0, offset: 0x10CD3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC7isEqualySbypSgFTo', symObjAddr: 0x31A8, symBinAddr: 0xEB7EC, symSize: 0x80 }
+ - { offsetInCU: 0x13EC, offset: 0x10CD5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfC', symObjAddr: 0x3228, symBinAddr: 0xEB86C, symSize: 0x20 }
+ - { offsetInCU: 0x140A, offset: 0x10CD78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfc', symObjAddr: 0x3248, symBinAddr: 0xEB88C, symSize: 0x2C }
+ - { offsetInCU: 0x146D, offset: 0x10CDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfcTo', symObjAddr: 0x3274, symBinAddr: 0xEB8B8, symSize: 0x2C }
+ - { offsetInCU: 0x14D4, offset: 0x10CE42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x32A0, symBinAddr: 0xEB8E4, symSize: 0x2C }
+ - { offsetInCU: 0x14F7, offset: 0x10CE65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x32CC, symBinAddr: 0xEB910, symSize: 0x38 }
+ - { offsetInCU: 0x151A, offset: 0x10CE88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcTf4ggggnnnn_n', symObjAddr: 0x3304, symBinAddr: 0xEB948, symSize: 0x2A8 }
+ - { offsetInCU: 0x15FC, offset: 0x10CF6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfETo', symObjAddr: 0x1D84, symBinAddr: 0xEA444, symSize: 0xA4 }
+ - { offsetInCU: 0x1683, offset: 0x10CFF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs0E3KeyAAWl', symObjAddr: 0x3610, symBinAddr: 0xEBBF0, symSize: 0x44 }
+ - { offsetInCU: 0x1697, offset: 0x10D005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomSender_pSgXwWOh', symObjAddr: 0x3674, symBinAddr: 0xEBC34, symSize: 0x24 }
+ - { offsetInCU: 0x16AB, offset: 0x10D019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCMa', symObjAddr: 0x3698, symBinAddr: 0xEBC58, symSize: 0x20 }
+ - { offsetInCU: 0x16BF, offset: 0x10D02D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOAESeAAWl', symObjAddr: 0x36B8, symBinAddr: 0xEBC78, symSize: 0x44 }
+ - { offsetInCU: 0x16D3, offset: 0x10D041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASQWb', symObjAddr: 0x3938, symBinAddr: 0xEBE48, symSize: 0x4 }
+ - { offsetInCU: 0x16E7, offset: 0x10D055, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOAESQAAWl', symObjAddr: 0x393C, symBinAddr: 0xEBE4C, symSize: 0x44 }
+ - { offsetInCU: 0x16FB, offset: 0x10D069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOMa', symObjAddr: 0x43AC, symBinAddr: 0xEC8BC, symSize: 0x10 }
+ - { offsetInCU: 0x170F, offset: 0x10D07D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwet', symObjAddr: 0x43CC, symBinAddr: 0xEC8CC, symSize: 0x90 }
+ - { offsetInCU: 0x1723, offset: 0x10D091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwst', symObjAddr: 0x445C, symBinAddr: 0xEC95C, symSize: 0xBC }
+ - { offsetInCU: 0x1737, offset: 0x10D0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwug', symObjAddr: 0x4518, symBinAddr: 0xECA18, symSize: 0x8 }
+ - { offsetInCU: 0x174B, offset: 0x10D0B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwup', symObjAddr: 0x4520, symBinAddr: 0xECA20, symSize: 0x4 }
+ - { offsetInCU: 0x175F, offset: 0x10D0CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwui', symObjAddr: 0x4524, symBinAddr: 0xECA24, symSize: 0x8 }
+ - { offsetInCU: 0x1773, offset: 0x10D0E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOMa', symObjAddr: 0x452C, symBinAddr: 0xECA2C, symSize: 0x10 }
+ - { offsetInCU: 0x1787, offset: 0x10D0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASQWb', symObjAddr: 0x453C, symBinAddr: 0xECA3C, symSize: 0x4 }
+ - { offsetInCU: 0x179B, offset: 0x10D109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFSQAAWl', symObjAddr: 0x4540, symBinAddr: 0xECA40, symSize: 0x44 }
+ - { offsetInCU: 0x17AF, offset: 0x10D11D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x4584, symBinAddr: 0xECA84, symSize: 0x4 }
+ - { offsetInCU: 0x17C3, offset: 0x10D131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x4588, symBinAddr: 0xECA88, symSize: 0x44 }
+ - { offsetInCU: 0x17D7, offset: 0x10D145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x45CC, symBinAddr: 0xECACC, symSize: 0x4 }
+ - { offsetInCU: 0x17EB, offset: 0x10D159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x45D0, symBinAddr: 0xECAD0, symSize: 0x44 }
+ - { offsetInCU: 0x17FF, offset: 0x10D16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvWyyScMYccfU_TA', symObjAddr: 0x46E4, symBinAddr: 0xECBE4, symSize: 0x8 }
+ - { offsetInCU: 0x1813, offset: 0x10D181, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x46EC, symBinAddr: 0xECBEC, symSize: 0x10 }
+ - { offsetInCU: 0x1827, offset: 0x10D195, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x46FC, symBinAddr: 0xECBFC, symSize: 0x8 }
+ - { offsetInCU: 0x1884, offset: 0x10D1F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2234, symBinAddr: 0xEA8F4, symSize: 0x14 }
+ - { offsetInCU: 0x1915, offset: 0x10D283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x2248, symBinAddr: 0xEA908, symSize: 0x44 }
+ - { offsetInCU: 0x19C4, offset: 0x10D332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x228C, symBinAddr: 0xEA94C, symSize: 0x28 }
+ - { offsetInCU: 0x1A17, offset: 0x10D385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22B4, symBinAddr: 0xEA974, symSize: 0x40 }
+ - { offsetInCU: 0x1AE3, offset: 0x10D451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x26AC, symBinAddr: 0xEAD6C, symSize: 0x88 }
+ - { offsetInCU: 0x1B92, offset: 0x10D500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x2734, symBinAddr: 0xEADF4, symSize: 0x60 }
+ - { offsetInCU: 0x1C10, offset: 0x10D57E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2794, symBinAddr: 0xEAE54, symSize: 0x40 }
+ - { offsetInCU: 0x1C62, offset: 0x10D5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x27D4, symBinAddr: 0xEAE94, symSize: 0x5C }
+ - { offsetInCU: 0x1CC4, offset: 0x10D632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x28C8, symBinAddr: 0xEAF88, symSize: 0x28 }
+ - { offsetInCU: 0x1CE0, offset: 0x10D64E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x28F0, symBinAddr: 0xEAFB0, symSize: 0x28 }
+ - { offsetInCU: 0x5E, offset: 0x10D9E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfC', symObjAddr: 0x0, symBinAddr: 0xECC58, symSize: 0x48 }
+ - { offsetInCU: 0x92, offset: 0x10DA14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valuexSgvg', symObjAddr: 0x48, symBinAddr: 0xECCA0, symSize: 0x40 }
+ - { offsetInCU: 0xAE, offset: 0x10DA30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC4hash4intoys6HasherVz_tF', symObjAddr: 0x88, symBinAddr: 0xECCE0, symSize: 0xC4 }
+ - { offsetInCU: 0x1AF, offset: 0x10DB31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfc', symObjAddr: 0x14C, symBinAddr: 0xECDA4, symSize: 0x30 }
+ - { offsetInCU: 0x1C3, offset: 0x10DB45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCfd', symObjAddr: 0x17C, symBinAddr: 0xECDD4, symSize: 0x1C }
+ - { offsetInCU: 0x1FE, offset: 0x10DB80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCfD', symObjAddr: 0x198, symBinAddr: 0xECDF0, symSize: 0x24 }
+ - { offsetInCU: 0x257, offset: 0x10DBD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC9hashValueSivg', symObjAddr: 0x1BC, symBinAddr: 0xECE14, symSize: 0x44 }
+ - { offsetInCU: 0x2D5, offset: 0x10DC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASH9hashValueSivgTW', symObjAddr: 0x200, symBinAddr: 0xECE58, symSize: 0x28 }
+ - { offsetInCU: 0x2F1, offset: 0x10DC73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x228, symBinAddr: 0xECE80, symSize: 0x28 }
+ - { offsetInCU: 0x314, offset: 0x10DC96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfcTf4gn_n', symObjAddr: 0x344, symBinAddr: 0xECF9C, symSize: 0x5C }
+ - { offsetInCU: 0x38F, offset: 0x10DD11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC2eeoiySbACyxG_AEtFZ', symObjAddr: 0x294, symBinAddr: 0xECEEC, symSize: 0x90 }
+ - { offsetInCU: 0x3E7, offset: 0x10DD69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x324, symBinAddr: 0xECF7C, symSize: 0x20 }
+ - { offsetInCU: 0x403, offset: 0x10DD85, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVSgWOh', symObjAddr: 0x3A0, symBinAddr: 0xECFF8, symSize: 0x40 }
+ - { offsetInCU: 0x417, offset: 0x10DD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASQWb', symObjAddr: 0x454, symBinAddr: 0xED038, symSize: 0x10 }
+ - { offsetInCU: 0x42B, offset: 0x10DDAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMi', symObjAddr: 0x4F8, symBinAddr: 0xED0DC, symSize: 0x4 }
+ - { offsetInCU: 0x43F, offset: 0x10DDC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMr', symObjAddr: 0x4FC, symBinAddr: 0xED0E0, symSize: 0x40 }
+ - { offsetInCU: 0x453, offset: 0x10DDD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMa', symObjAddr: 0x53C, symBinAddr: 0xED120, symSize: 0xC }
+ - { offsetInCU: 0x4DF, offset: 0x10DE61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyqd__GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x250, symBinAddr: 0xECEA8, symSize: 0x44 }
+ - { offsetInCU: 0x4F, offset: 0x10E0FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvg', symObjAddr: 0x0, symBinAddr: 0xED164, symSize: 0x34 }
+ - { offsetInCU: 0x6B, offset: 0x10E119, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvs', symObjAddr: 0x34, symBinAddr: 0xED198, symSize: 0x44 }
+ - { offsetInCU: 0x87, offset: 0x10E135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvM', symObjAddr: 0x78, symBinAddr: 0xED1DC, symSize: 0x3C }
+ - { offsetInCU: 0xA3, offset: 0x10E151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvg', symObjAddr: 0xB4, symBinAddr: 0xED218, symSize: 0x48 }
+ - { offsetInCU: 0xBF, offset: 0x10E16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvs', symObjAddr: 0xFC, symBinAddr: 0xED260, symSize: 0x50 }
+ - { offsetInCU: 0xDB, offset: 0x10E189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvM', symObjAddr: 0x14C, symBinAddr: 0xED2B0, symSize: 0x3C }
+ - { offsetInCU: 0xF7, offset: 0x10E1A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvg', symObjAddr: 0x188, symBinAddr: 0xED2EC, symSize: 0x48 }
+ - { offsetInCU: 0x113, offset: 0x10E1C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvs', symObjAddr: 0x1D0, symBinAddr: 0xED334, symSize: 0x50 }
+ - { offsetInCU: 0x12F, offset: 0x10E1DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvM', symObjAddr: 0x220, symBinAddr: 0xED384, symSize: 0x3C }
+ - { offsetInCU: 0x14B, offset: 0x10E1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0Ovg', symObjAddr: 0x25C, symBinAddr: 0xED3C0, symSize: 0x30 }
+ - { offsetInCU: 0x167, offset: 0x10E215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0Ovs', symObjAddr: 0x28C, symBinAddr: 0xED3F0, symSize: 0x3C }
+ - { offsetInCU: 0x183, offset: 0x10E231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0OvM', symObjAddr: 0x2C8, symBinAddr: 0xED42C, symSize: 0x3C }
+ - { offsetInCU: 0x19F, offset: 0x10E24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvg', symObjAddr: 0x304, symBinAddr: 0xED468, symSize: 0x30 }
+ - { offsetInCU: 0x1BB, offset: 0x10E269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvs', symObjAddr: 0x334, symBinAddr: 0xED498, symSize: 0x3C }
+ - { offsetInCU: 0x1D7, offset: 0x10E285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvM', symObjAddr: 0x370, symBinAddr: 0xED4D4, symSize: 0x3C }
+ - { offsetInCU: 0x1F3, offset: 0x10E2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvM.resume.0', symObjAddr: 0x3AC, symBinAddr: 0xED510, symSize: 0x4 }
+ - { offsetInCU: 0x25D, offset: 0x10E30B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0OtcfC', symObjAddr: 0x3B0, symBinAddr: 0xED514, symSize: 0xCC }
+ - { offsetInCU: 0x2AC, offset: 0x10E35A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0Otcfc', symObjAddr: 0x47C, symBinAddr: 0xED5E0, symSize: 0xB8 }
+ - { offsetInCU: 0x301, offset: 0x10E3AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO8rawValueSSvg', symObjAddr: 0x534, symBinAddr: 0xED698, symSize: 0x84 }
+ - { offsetInCU: 0x33A, offset: 0x10E3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO11stringValueSSvg', symObjAddr: 0x5B8, symBinAddr: 0xED71C, symSize: 0x84 }
+ - { offsetInCU: 0x3AD, offset: 0x10E45B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x660, symBinAddr: 0xED7C4, symSize: 0x78 }
+ - { offsetInCU: 0x3EE, offset: 0x10E49C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x6D8, symBinAddr: 0xED83C, symSize: 0x28 }
+ - { offsetInCU: 0x40A, offset: 0x10E4B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x700, symBinAddr: 0xED864, symSize: 0x8 }
+ - { offsetInCU: 0x440, offset: 0x10E4EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x708, symBinAddr: 0xED86C, symSize: 0x7C }
+ - { offsetInCU: 0x498, offset: 0x10E546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x784, symBinAddr: 0xED8E8, symSize: 0xC }
+ - { offsetInCU: 0x4B4, offset: 0x10E562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x790, symBinAddr: 0xED8F4, symSize: 0xC }
+ - { offsetInCU: 0x4D2, offset: 0x10E580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7EC, symBinAddr: 0xED950, symSize: 0x4C }
+ - { offsetInCU: 0x4F7, offset: 0x10E5A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x838, symBinAddr: 0xED99C, symSize: 0x2B8 }
+ - { offsetInCU: 0x553, offset: 0x10E601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCfd', symObjAddr: 0xC70, symBinAddr: 0xEDCFC, symSize: 0x2C }
+ - { offsetInCU: 0x58E, offset: 0x10E63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCfD', symObjAddr: 0xC9C, symBinAddr: 0xEDD28, symSize: 0x34 }
+ - { offsetInCU: 0x5D1, offset: 0x10E67F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC6encode2toys7Encoder_p_tKF', symObjAddr: 0xCD0, symBinAddr: 0xEDD5C, symSize: 0x220 }
+ - { offsetInCU: 0x610, offset: 0x10E6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF90, symBinAddr: 0xEE01C, symSize: 0x2C }
+ - { offsetInCU: 0x633, offset: 0x10E6E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFBC, symBinAddr: 0xEE048, symSize: 0x28 }
+ - { offsetInCU: 0x674, offset: 0x10E722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyO8rawValueACSgSS_tcfC', symObjAddr: 0xFE4, symBinAddr: 0xEE070, symSize: 0x7C }
+ - { offsetInCU: 0x693, offset: 0x10E741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyO8rawValueSSvg', symObjAddr: 0x1060, symBinAddr: 0xEE0EC, symSize: 0x2C }
+ - { offsetInCU: 0x6E3, offset: 0x10E791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1210, symBinAddr: 0xEE29C, symSize: 0x88 }
+ - { offsetInCU: 0x717, offset: 0x10E7C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1298, symBinAddr: 0xEE324, symSize: 0x28 }
+ - { offsetInCU: 0x72C, offset: 0x10E7DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs0F3KeyAAWl', symObjAddr: 0xB54, symBinAddr: 0xEDC54, symSize: 0x44 }
+ - { offsetInCU: 0x740, offset: 0x10E7EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCMa', symObjAddr: 0xB98, symBinAddr: 0xEDC98, symSize: 0x20 }
+ - { offsetInCU: 0x754, offset: 0x10E802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSeAAWl', symObjAddr: 0xC2C, symBinAddr: 0xEDCB8, symSize: 0x44 }
+ - { offsetInCU: 0x768, offset: 0x10E816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSEAAWl', symObjAddr: 0xF4C, symBinAddr: 0xEDFD8, symSize: 0x44 }
+ - { offsetInCU: 0x79D, offset: 0x10E84B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC2eeoiySbAC_ACtFZ', symObjAddr: 0x1368, symBinAddr: 0xEE3F4, symSize: 0x4 }
+ - { offsetInCU: 0x7C0, offset: 0x10E86E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x136C, symBinAddr: 0xEE3F8, symSize: 0xC }
+ - { offsetInCU: 0x829, offset: 0x10E8D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4hash4intoys6HasherVz_tF', symObjAddr: 0x1378, symBinAddr: 0xEE404, symSize: 0xF4 }
+ - { offsetInCU: 0x96E, offset: 0x10EA1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC9hashValueSivg', symObjAddr: 0x146C, symBinAddr: 0xEE4F8, symSize: 0x3C }
+ - { offsetInCU: 0x9FA, offset: 0x10EAA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH9hashValueSivgTW', symObjAddr: 0x14A8, symBinAddr: 0xEE534, symSize: 0x40 }
+ - { offsetInCU: 0xA89, offset: 0x10EB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x14E8, symBinAddr: 0xEE574, symSize: 0x20 }
+ - { offsetInCU: 0xA9D, offset: 0x10EB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4copyACyF', symObjAddr: 0x1544, symBinAddr: 0xEE5D0, symSize: 0xE4 }
+ - { offsetInCU: 0xB23, offset: 0x10EBD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0x1628, symBinAddr: 0xEE6B4, symSize: 0x28 }
+ - { offsetInCU: 0xB3F, offset: 0x10EBED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1650, symBinAddr: 0xEE6DC, symSize: 0x198 }
+ - { offsetInCU: 0xC01, offset: 0x10ECAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASQWb', symObjAddr: 0x17E8, symBinAddr: 0xEE874, symSize: 0x4 }
+ - { offsetInCU: 0xC15, offset: 0x10ECC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSQAAWl', symObjAddr: 0x17EC, symBinAddr: 0xEE878, symSize: 0x44 }
+ - { offsetInCU: 0xC29, offset: 0x10ECD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASQWb', symObjAddr: 0x1830, symBinAddr: 0xEE8BC, symSize: 0x4 }
+ - { offsetInCU: 0xC3D, offset: 0x10ECEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCACSQAAWl', symObjAddr: 0x1834, symBinAddr: 0xEE8C0, symSize: 0x44 }
+ - { offsetInCU: 0xC51, offset: 0x10ECFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwet', symObjAddr: 0x1BB0, symBinAddr: 0xEEC2C, symSize: 0x90 }
+ - { offsetInCU: 0xC65, offset: 0x10ED13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwst', symObjAddr: 0x1C40, symBinAddr: 0xEECBC, symSize: 0xBC }
+ - { offsetInCU: 0xC79, offset: 0x10ED27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwug', symObjAddr: 0x1CFC, symBinAddr: 0xEED78, symSize: 0x8 }
+ - { offsetInCU: 0xC8D, offset: 0x10ED3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwup', symObjAddr: 0x1D04, symBinAddr: 0xEED80, symSize: 0x4 }
+ - { offsetInCU: 0xCA1, offset: 0x10ED4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwui', symObjAddr: 0x1D08, symBinAddr: 0xEED84, symSize: 0xC }
+ - { offsetInCU: 0xCB5, offset: 0x10ED63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOMa', symObjAddr: 0x1D14, symBinAddr: 0xEED90, symSize: 0x10 }
+ - { offsetInCU: 0xCC9, offset: 0x10ED77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwet', symObjAddr: 0x1D24, symBinAddr: 0xEEDA0, symSize: 0x90 }
+ - { offsetInCU: 0xCDD, offset: 0x10ED8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwst', symObjAddr: 0x1DB4, symBinAddr: 0xEEE30, symSize: 0xBC }
+ - { offsetInCU: 0xCF1, offset: 0x10ED9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwug', symObjAddr: 0x1E70, symBinAddr: 0xEEEEC, symSize: 0x8 }
+ - { offsetInCU: 0xD05, offset: 0x10EDB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwup', symObjAddr: 0x1E78, symBinAddr: 0xEEEF4, symSize: 0x4 }
+ - { offsetInCU: 0xD19, offset: 0x10EDC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwui', symObjAddr: 0x1E7C, symBinAddr: 0xEEEF8, symSize: 0x8 }
+ - { offsetInCU: 0xD2D, offset: 0x10EDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOMa', symObjAddr: 0x1E84, symBinAddr: 0xEEF00, symSize: 0x10 }
+ - { offsetInCU: 0xD41, offset: 0x10EDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASQWb', symObjAddr: 0x1E94, symBinAddr: 0xEEF10, symSize: 0x4 }
+ - { offsetInCU: 0xD55, offset: 0x10EE03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFSQAAWl', symObjAddr: 0x1E98, symBinAddr: 0xEEF14, symSize: 0x44 }
+ - { offsetInCU: 0xD69, offset: 0x10EE17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1EDC, symBinAddr: 0xEEF58, symSize: 0x4 }
+ - { offsetInCU: 0xD7D, offset: 0x10EE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1EE0, symBinAddr: 0xEEF5C, symSize: 0x44 }
+ - { offsetInCU: 0xD91, offset: 0x10EE3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1F24, symBinAddr: 0xEEFA0, symSize: 0x4 }
+ - { offsetInCU: 0xDA5, offset: 0x10EE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1F28, symBinAddr: 0xEEFA4, symSize: 0x44 }
+ - { offsetInCU: 0xDB9, offset: 0x10EE67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSYAAWl', symObjAddr: 0x1F6C, symBinAddr: 0xEEFE8, symSize: 0x44 }
+ - { offsetInCU: 0xDF8, offset: 0x10EEA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x63C, symBinAddr: 0xED7A0, symSize: 0xC }
+ - { offsetInCU: 0xE14, offset: 0x10EEC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH9hashValueSivgTW', symObjAddr: 0x648, symBinAddr: 0xED7AC, symSize: 0x8 }
+ - { offsetInCU: 0xE30, offset: 0x10EEDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x650, symBinAddr: 0xED7B4, symSize: 0x8 }
+ - { offsetInCU: 0xE4C, offset: 0x10EEFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x658, symBinAddr: 0xED7BC, symSize: 0x8 }
+ - { offsetInCU: 0xE6E, offset: 0x10EF1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x79C, symBinAddr: 0xED900, symSize: 0x28 }
+ - { offsetInCU: 0xE8A, offset: 0x10EF38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x7C4, symBinAddr: 0xED928, symSize: 0x28 }
+ - { offsetInCU: 0xEC4, offset: 0x10EF72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x108C, symBinAddr: 0xEE118, symSize: 0x88 }
+ - { offsetInCU: 0xF73, offset: 0x10F021, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH9hashValueSivgTW', symObjAddr: 0x1114, symBinAddr: 0xEE1A0, symSize: 0x60 }
+ - { offsetInCU: 0x1009, offset: 0x10F0B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1174, symBinAddr: 0xEE200, symSize: 0x40 }
+ - { offsetInCU: 0x105B, offset: 0x10F109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x11B4, symBinAddr: 0xEE240, symSize: 0x5C }
+ - { offsetInCU: 0x10D5, offset: 0x10F183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12C0, symBinAddr: 0xEE34C, symSize: 0x5C }
+ - { offsetInCU: 0x10F8, offset: 0x10F1A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x131C, symBinAddr: 0xEE3A8, symSize: 0x4C }
+ - { offsetInCU: 0x11A0, offset: 0x10F24E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1508, symBinAddr: 0xEE594, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0x10F4C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0xEF03C, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x10F4EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0xEF03C, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x10F506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4, symBinAddr: 0xEF040, symSize: 0x14 }
+ - { offsetInCU: 0x7B, offset: 0x10F51A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAcA05LocalI0C_tcfC', symObjAddr: 0x18, symBinAddr: 0xEF054, symSize: 0x4 }
+ - { offsetInCU: 0xCC, offset: 0x10F56B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1C, symBinAddr: 0xEF058, symSize: 0x28 }
+ - { offsetInCU: 0x104, offset: 0x10F5A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x44, symBinAddr: 0xEF080, symSize: 0x124 }
+ - { offsetInCU: 0x161, offset: 0x10F600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA0D11RespondableAAWI', symObjAddr: 0x168, symBinAddr: 0xEF1A4, symSize: 0x24 }
+ - { offsetInCU: 0x175, offset: 0x10F614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA14APIRespondableAAWl', symObjAddr: 0x18C, symBinAddr: 0xEF1C8, symSize: 0x44 }
+ - { offsetInCU: 0x189, offset: 0x10F628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA14APIRespondableAAWI', symObjAddr: 0x1D0, symBinAddr: 0xEF20C, symSize: 0x24 }
+ - { offsetInCU: 0x19D, offset: 0x10F63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA11RespondableAAWI', symObjAddr: 0x238, symBinAddr: 0xEF230, symSize: 0x2C }
+ - { offsetInCU: 0x1B1, offset: 0x10F650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA0G0AAWl', symObjAddr: 0x264, symBinAddr: 0xEF25C, symSize: 0x44 }
+ - { offsetInCU: 0x1C5, offset: 0x10F664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x2A8, symBinAddr: 0xEF2A0, symSize: 0x44 }
+ - { offsetInCU: 0x1D9, offset: 0x10F678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA0G0AAWI', symObjAddr: 0x2EC, symBinAddr: 0xEF2E4, symSize: 0x24 }
+ - { offsetInCU: 0x1ED, offset: 0x10F68C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x354, symBinAddr: 0xEF308, symSize: 0x24 }
+ - { offsetInCU: 0x201, offset: 0x10F6A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVMa', symObjAddr: 0x378, symBinAddr: 0xEF32C, symSize: 0x10 }
+ - { offsetInCU: 0x215, offset: 0x10F6B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCAA0E0CSeAAWl', symObjAddr: 0x450, symBinAddr: 0xEF33C, symSize: 0x48 }
+ - { offsetInCU: 0x4B, offset: 0x10F8F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xEF384, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x10F90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC16didICEDisconnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x2C, symBinAddr: 0xEF3B0, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x10F929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0x58, symBinAddr: 0xEF3DC, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0x10F945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x84, symBinAddr: 0xEF408, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x10F961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC8didClose7contextyAA12WebRTCClientC_tF', symObjAddr: 0x8C, symBinAddr: 0xEF410, symSize: 0x2C }
+ - { offsetInCU: 0xD7, offset: 0x10F97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCACycfc', symObjAddr: 0xB8, symBinAddr: 0xEF43C, symSize: 0x8 }
+ - { offsetInCU: 0x106, offset: 0x10F9AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCfd', symObjAddr: 0xC0, symBinAddr: 0xEF444, symSize: 0x8 }
+ - { offsetInCU: 0x135, offset: 0x10F9DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC11createOffer7contextyAA12WebRTCClientC_tF', symObjAddr: 0xC8, symBinAddr: 0xEF44C, symSize: 0x2C }
+ - { offsetInCU: 0x151, offset: 0x10F9F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0xF4, symBinAddr: 0xEF478, symSize: 0x2C }
+ - { offsetInCU: 0x16D, offset: 0x10FA13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC13didICEConnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x2F8, symBinAddr: 0xEF67C, symSize: 0x2C }
+ - { offsetInCU: 0x189, offset: 0x10FA2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCfD', symObjAddr: 0x324, symBinAddr: 0xEF6A8, symSize: 0x10 }
+ - { offsetInCU: 0x1B8, offset: 0x10FA5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCACycfC', symObjAddr: 0x334, symBinAddr: 0xEF6B8, symSize: 0x10 }
+ - { offsetInCU: 0x1D6, offset: 0x10FA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP7process7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x344, symBinAddr: 0xEF6C8, symSize: 0x28 }
+ - { offsetInCU: 0x1F2, offset: 0x10FA98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP11createOffer7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x36C, symBinAddr: 0xEF6F0, symSize: 0x28 }
+ - { offsetInCU: 0x20E, offset: 0x10FAB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTW', symObjAddr: 0x394, symBinAddr: 0xEF718, symSize: 0x28 }
+ - { offsetInCU: 0x22A, offset: 0x10FAD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTW', symObjAddr: 0x3BC, symBinAddr: 0xEF740, symSize: 0x28 }
+ - { offsetInCU: 0x246, offset: 0x10FAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP10didConnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x3E4, symBinAddr: 0xEF768, symSize: 0x28 }
+ - { offsetInCU: 0x262, offset: 0x10FB08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP13didDisconnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x40C, symBinAddr: 0xEF790, symSize: 0x28 }
+ - { offsetInCU: 0x27E, offset: 0x10FB24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP7didFail7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x434, symBinAddr: 0xEF7B8, symSize: 0x28 }
+ - { offsetInCU: 0x29A, offset: 0x10FB40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP13didICEConnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x45C, symBinAddr: 0xEF7E0, symSize: 0x28 }
+ - { offsetInCU: 0x2B6, offset: 0x10FB5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP16didICEDisconnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x484, symBinAddr: 0xEF808, symSize: 0x28 }
+ - { offsetInCU: 0x2D2, offset: 0x10FB78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP10didICEFail7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4AC, symBinAddr: 0xEF830, symSize: 0x28 }
+ - { offsetInCU: 0x2EE, offset: 0x10FB94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP8didClose7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4D4, symBinAddr: 0xEF858, symSize: 0x28 }
+ - { offsetInCU: 0x30A, offset: 0x10FBB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTf4dnn_n', symObjAddr: 0x550, symBinAddr: 0xEF8D4, symSize: 0x2D0 }
+ - { offsetInCU: 0x55C, offset: 0x10FE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCMa', symObjAddr: 0x8F0, symBinAddr: 0xEFBF8, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x11009F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfC', symObjAddr: 0x0, symBinAddr: 0xEFED4, symSize: 0x30 }
+ - { offsetInCU: 0x75, offset: 0x1100ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfC', symObjAddr: 0x0, symBinAddr: 0xEFED4, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0x11012A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerSbvg', symObjAddr: 0x30, symBinAddr: 0xEFF04, symSize: 0x8 }
+ - { offsetInCU: 0xCE, offset: 0x110146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfc', symObjAddr: 0x38, symBinAddr: 0xEFF0C, symSize: 0xC }
+ - { offsetInCU: 0xF1, offset: 0x110169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x44, symBinAddr: 0xEFF18, symSize: 0x9C }
+ - { offsetInCU: 0x15A, offset: 0x1101D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xE0, symBinAddr: 0xEFFB4, symSize: 0x5C }
+ - { offsetInCU: 0x20C, offset: 0x110284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCACycfC', symObjAddr: 0x13C, symBinAddr: 0xF0010, symSize: 0x2C }
+ - { offsetInCU: 0x26B, offset: 0x1102E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCACycfc', symObjAddr: 0x168, symBinAddr: 0xF003C, symSize: 0x2C }
+ - { offsetInCU: 0x2B0, offset: 0x110328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCfd', symObjAddr: 0x194, symBinAddr: 0xF0068, symSize: 0x8 }
+ - { offsetInCU: 0x2DF, offset: 0x110357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCfD', symObjAddr: 0x19C, symBinAddr: 0xF0070, symSize: 0x10 }
+ - { offsetInCU: 0x36D, offset: 0x1103E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCMa', symObjAddr: 0x1AC, symBinAddr: 0xF0080, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1105D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfC', symObjAddr: 0x0, symBinAddr: 0xF00B4, symSize: 0x168 }
+ - { offsetInCU: 0x9C, offset: 0x110648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfC', symObjAddr: 0x0, symBinAddr: 0xF00B4, symSize: 0x168 }
+ - { offsetInCU: 0x141, offset: 0x1106ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvg', symObjAddr: 0x168, symBinAddr: 0xF021C, symSize: 0x30 }
+ - { offsetInCU: 0x15D, offset: 0x110709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvs', symObjAddr: 0x198, symBinAddr: 0xF024C, symSize: 0x3C }
+ - { offsetInCU: 0x179, offset: 0x110725, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvM', symObjAddr: 0x1D4, symBinAddr: 0xF0288, symSize: 0x3C }
+ - { offsetInCU: 0x195, offset: 0x110741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvM.resume.0', symObjAddr: 0x210, symBinAddr: 0xF02C4, symSize: 0x4 }
+ - { offsetInCU: 0x20B, offset: 0x1107B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x214, symBinAddr: 0xF02C8, symSize: 0xC8 }
+ - { offsetInCU: 0x2AA, offset: 0x110856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x2DC, symBinAddr: 0xF0390, symSize: 0xB0 }
+ - { offsetInCU: 0x337, offset: 0x1108E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0Vtcfc', symObjAddr: 0x38C, symBinAddr: 0xF0440, symSize: 0x30 }
+ - { offsetInCU: 0x387, offset: 0x110933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3BC, symBinAddr: 0xF0470, symSize: 0x7C }
+ - { offsetInCU: 0x3D5, offset: 0x110981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x438, symBinAddr: 0xF04EC, symSize: 0x64 }
+ - { offsetInCU: 0x404, offset: 0x1109B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCfd', symObjAddr: 0x49C, symBinAddr: 0xF0550, symSize: 0x2C }
+ - { offsetInCU: 0x455, offset: 0x110A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCfD', symObjAddr: 0x4C8, symBinAddr: 0xF057C, symSize: 0x34 }
+ - { offsetInCU: 0x4AE, offset: 0x110A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfcTf4gnn_n', symObjAddr: 0x4FC, symBinAddr: 0xF05B0, symSize: 0x148 }
+ - { offsetInCU: 0x5C4, offset: 0x110B70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCMa', symObjAddr: 0x71C, symBinAddr: 0xF0758, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x110D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xF07B0, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x110D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xF07B0, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x110DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0xF08AC, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x110DF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0xF0914, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x110E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0xF0980, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x110E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0xF09EC, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x110E60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0xF09F0, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x110E7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0xF0A1C, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x110E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0xF0A24, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x110EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0xF0A50, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x110F34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0xF0BC8, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x110F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0xF0BD0, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x110FA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0xF0C38, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x110FD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0xF0C64, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x110FFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0xF084C, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x111015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0xF086C, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x111050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0xF0C9C, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x111064, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0xF0CC0, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x111078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0xF0D04, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x11108C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0xF0D08, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x1110A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0xF0D50, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x1110B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0xF0D74, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x1110C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0xF0DA0, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x1110DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0xF0DE4, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x1110F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0xF0E28, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x111104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0xF0E4C, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x111118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0xF0E90, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x11112C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwCP', symObjAddr: 0x834, symBinAddr: 0xF0EB4, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x111140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwxx', symObjAddr: 0x864, symBinAddr: 0xF0EE4, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x111154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0xF0F0C, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x111168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0xF0F50, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x11117C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwta', symObjAddr: 0x958, symBinAddr: 0xF0FC4, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x111190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0xF1010, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x1111A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0xF1058, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x1111B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVMa', symObjAddr: 0xA34, symBinAddr: 0xF10A0, symSize: 0x10 }
+ - { offsetInCU: 0x6D, offset: 0x111444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16localParticipantAA05LocalF0CSgvgTo', symObjAddr: 0xD0, symBinAddr: 0xF1180, symSize: 0x70 }
+ - { offsetInCU: 0xA2, offset: 0x111479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16localParticipantAA05LocalF0CSgvg', symObjAddr: 0x140, symBinAddr: 0xF11F0, symSize: 0x54 }
+ - { offsetInCU: 0xDF, offset: 0x1114B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC12participantsSayAA11ParticipantCGvgTo', symObjAddr: 0x194, symBinAddr: 0xF1244, symSize: 0x90 }
+ - { offsetInCU: 0x114, offset: 0x1114EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC12participantsSayAA11ParticipantCGvg', symObjAddr: 0x224, symBinAddr: 0xF12D4, symSize: 0x54 }
+ - { offsetInCU: 0x151, offset: 0x111528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18remoteParticipantsSayAA17RemoteParticipantCGvgTo', symObjAddr: 0x278, symBinAddr: 0xF1328, symSize: 0x90 }
+ - { offsetInCU: 0x186, offset: 0x11155D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18remoteParticipantsSayAA17RemoteParticipantCGvg', symObjAddr: 0x308, symBinAddr: 0xF13B8, symSize: 0x54 }
+ - { offsetInCU: 0x1A5, offset: 0x11157C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5stateAC5StateOvM', symObjAddr: 0x38C, symBinAddr: 0xF143C, symSize: 0x44 }
+ - { offsetInCU: 0x1F2, offset: 0x1115C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvgTo', symObjAddr: 0x3D0, symBinAddr: 0xF1480, symSize: 0x10 }
+ - { offsetInCU: 0x212, offset: 0x1115E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvgTo', symObjAddr: 0x3D0, symBinAddr: 0xF1480, symSize: 0x10 }
+ - { offsetInCU: 0x22D, offset: 0x111604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvg', symObjAddr: 0x3E0, symBinAddr: 0xF1490, symSize: 0x10 }
+ - { offsetInCU: 0x268, offset: 0x11163F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvgTo', symObjAddr: 0x3F0, symBinAddr: 0xF14A0, symSize: 0x74 }
+ - { offsetInCU: 0x2CF, offset: 0x1116A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvsTo', symObjAddr: 0x470, symBinAddr: 0xF1520, symSize: 0x70 }
+ - { offsetInCU: 0x314, offset: 0x1116EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvM', symObjAddr: 0x4EC, symBinAddr: 0xF159C, symSize: 0x44 }
+ - { offsetInCU: 0x343, offset: 0x11171A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6senderAA13CommandSender_pvg', symObjAddr: 0x530, symBinAddr: 0xF15E0, symSize: 0x30 }
+ - { offsetInCU: 0x362, offset: 0x111739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC7serviceAA0aB7ServiceCvg', symObjAddr: 0x560, symBinAddr: 0xF1610, symSize: 0x10 }
+ - { offsetInCU: 0x37F, offset: 0x111756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedBySSvs', symObjAddr: 0x6B0, symBinAddr: 0xF1760, symSize: 0x5C }
+ - { offsetInCU: 0x3BE, offset: 0x111795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedBySSvM', symObjAddr: 0x70C, symBinAddr: 0xF17BC, symSize: 0x44 }
+ - { offsetInCU: 0x3ED, offset: 0x1117C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvg', symObjAddr: 0x750, symBinAddr: 0xF1800, symSize: 0x48 }
+ - { offsetInCU: 0x41C, offset: 0x1117F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvs', symObjAddr: 0x798, symBinAddr: 0xF1848, symSize: 0x5C }
+ - { offsetInCU: 0x45B, offset: 0x111832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvM', symObjAddr: 0x7F4, symBinAddr: 0xF18A4, symSize: 0x44 }
+ - { offsetInCU: 0x48A, offset: 0x111861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9updatedAts5Int64VvM', symObjAddr: 0x868, symBinAddr: 0xF1918, symSize: 0x44 }
+ - { offsetInCU: 0x4D7, offset: 0x1118AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvgTo', symObjAddr: 0x8AC, symBinAddr: 0xF195C, symSize: 0x44 }
+ - { offsetInCU: 0x514, offset: 0x1118EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvg', symObjAddr: 0x8F0, symBinAddr: 0xF19A0, symSize: 0x44 }
+ - { offsetInCU: 0x55D, offset: 0x111934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvsTo', symObjAddr: 0x934, symBinAddr: 0xF19E4, symSize: 0x48 }
+ - { offsetInCU: 0x59A, offset: 0x111971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvs', symObjAddr: 0x97C, symBinAddr: 0xF1A2C, symSize: 0x48 }
+ - { offsetInCU: 0x5BF, offset: 0x111996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvM', symObjAddr: 0x9C4, symBinAddr: 0xF1A74, symSize: 0x44 }
+ - { offsetInCU: 0x5EE, offset: 0x1119C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvM.resume.0', symObjAddr: 0xA08, symBinAddr: 0xF1AB8, symSize: 0x4 }
+ - { offsetInCU: 0x619, offset: 0x1119F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21participantCollectionAA011ParticipantF0CvM', symObjAddr: 0xA24, symBinAddr: 0xF1AD4, symSize: 0x44 }
+ - { offsetInCU: 0x648, offset: 0x111A1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9delegatesSDySSAA13WeakReferenceCyAA0D8Delegate_pGGvM', symObjAddr: 0xB10, symBinAddr: 0xF1BC0, symSize: 0x44 }
+ - { offsetInCU: 0x677, offset: 0x111A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0Cvg', symObjAddr: 0xB54, symBinAddr: 0xF1C04, symSize: 0x48 }
+ - { offsetInCU: 0x6A6, offset: 0x111A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0Cvs', symObjAddr: 0xB9C, symBinAddr: 0xF1C4C, symSize: 0x50 }
+ - { offsetInCU: 0x6E5, offset: 0x111ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0CvM', symObjAddr: 0xBEC, symBinAddr: 0xF1C9C, symSize: 0x44 }
+ - { offsetInCU: 0x714, offset: 0x111AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC24customItemsLastUpdatedAts5Int64VvM', symObjAddr: 0xC60, symBinAddr: 0xF1D10, symSize: 0x44 }
+ - { offsetInCU: 0x743, offset: 0x111B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15aliveTimerBoardAA07SBTimerG0CvM', symObjAddr: 0xD4C, symBinAddr: 0xF1DFC, symSize: 0x44 }
+ - { offsetInCU: 0x790, offset: 0x111B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0xD90, symBinAddr: 0xF1E40, symSize: 0x10 }
+ - { offsetInCU: 0x7B0, offset: 0x111B87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0xD90, symBinAddr: 0xF1E40, symSize: 0x10 }
+ - { offsetInCU: 0x7CD, offset: 0x111BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xDA0, symBinAddr: 0xF1E50, symSize: 0x10 }
+ - { offsetInCU: 0x7EA, offset: 0x111BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17aliveFailureCountSivM', symObjAddr: 0xEE8, symBinAddr: 0xF1F98, symSize: 0x44 }
+ - { offsetInCU: 0x819, offset: 0x111BF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvg', symObjAddr: 0xF2C, symBinAddr: 0xF1FDC, symSize: 0x50 }
+ - { offsetInCU: 0x866, offset: 0x111C3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvs', symObjAddr: 0x1004, symBinAddr: 0xF2074, symSize: 0xF4 }
+ - { offsetInCU: 0x8C2, offset: 0x111C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvM', symObjAddr: 0x11A8, symBinAddr: 0xF21F0, symSize: 0x58 }
+ - { offsetInCU: 0x8F1, offset: 0x111CC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvM.resume.0', symObjAddr: 0x1200, symBinAddr: 0xF2248, symSize: 0xEC }
+ - { offsetInCU: 0x937, offset: 0x111D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfC', symObjAddr: 0x12EC, symBinAddr: 0xF2334, symSize: 0x88 }
+ - { offsetInCU: 0x96B, offset: 0x111D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfc', symObjAddr: 0x1374, symBinAddr: 0xF23BC, symSize: 0x64 }
+ - { offsetInCU: 0x97F, offset: 0x111D56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x13D8, symBinAddr: 0xF2420, symSize: 0x684 }
+ - { offsetInCU: 0xCC8, offset: 0x11209F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_', symObjAddr: 0x1A5C, symBinAddr: 0xF2AA4, symSize: 0x8D0 }
+ - { offsetInCU: 0x102A, offset: 0x112401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFTo', symObjAddr: 0x3154, symBinAddr: 0xF419C, symSize: 0x98 }
+ - { offsetInCU: 0x1046, offset: 0x11241D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4exityyKF', symObjAddr: 0x31EC, symBinAddr: 0xF4234, symSize: 0x474 }
+ - { offsetInCU: 0x125C, offset: 0x112633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4exityyKFTo', symObjAddr: 0x3660, symBinAddr: 0xF46A8, symSize: 0x80 }
+ - { offsetInCU: 0x128E, offset: 0x112665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10handleExit5erroryAA8SBCErrorCSg_tF', symObjAddr: 0x36E0, symBinAddr: 0xF4728, symSize: 0x178 }
+ - { offsetInCU: 0x1304, offset: 0x1126DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10handleExit5erroryAA8SBCErrorCSg_tFTo', symObjAddr: 0x3858, symBinAddr: 0xF48A0, symSize: 0x50 }
+ - { offsetInCU: 0x1320, offset: 0x1126F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x38A8, symBinAddr: 0xF48F0, symSize: 0x2F0 }
+ - { offsetInCU: 0x1476, offset: 0x11284D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_', symObjAddr: 0x3B98, symBinAddr: 0xF4BE0, symSize: 0x37C }
+ - { offsetInCU: 0x17BB, offset: 0x112B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x4028, symBinAddr: 0xF5070, symSize: 0x314 }
+ - { offsetInCU: 0x1922, offset: 0x112CF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA06UpdatedfG8ResponseCGcfU_', symObjAddr: 0x433C, symBinAddr: 0xF5384, symSize: 0x384 }
+ - { offsetInCU: 0x1C0F, offset: 0x112FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x46C0, symBinAddr: 0xF5708, symSize: 0xA4 }
+ - { offsetInCU: 0x1C2B, offset: 0x113002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctF', symObjAddr: 0x4764, symBinAddr: 0xF57AC, symSize: 0x114 }
+ - { offsetInCU: 0x1CC9, offset: 0x1130A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x4878, symBinAddr: 0xF58C0, symSize: 0x98 }
+ - { offsetInCU: 0x1CE5, offset: 0x1130BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tF', symObjAddr: 0x4910, symBinAddr: 0xF5958, symSize: 0x110 }
+ - { offsetInCU: 0x1D72, offset: 0x113149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x4AC0, symBinAddr: 0xF5B08, symSize: 0x390 }
+ - { offsetInCU: 0x1FAC, offset: 0x113383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA0kdfG8ResponseCGcfU0_', symObjAddr: 0x4E50, symBinAddr: 0xF5E98, symSize: 0x384 }
+ - { offsetInCU: 0x22C2, offset: 0x113699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11addDelegate_10identifieryAA0dF0_p_SStF', symObjAddr: 0x51D4, symBinAddr: 0xF621C, symSize: 0x188 }
+ - { offsetInCU: 0x23B3, offset: 0x11378A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11addDelegate_10identifieryAA0dF0_p_SStFTo', symObjAddr: 0x535C, symBinAddr: 0xF63A4, symSize: 0x74 }
+ - { offsetInCU: 0x23CF, offset: 0x1137A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14removeDelegate10identifierySS_tF', symObjAddr: 0x53D0, symBinAddr: 0xF6418, symSize: 0x134 }
+ - { offsetInCU: 0x2472, offset: 0x113849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18removeAllDelegatesyyF', symObjAddr: 0x5510, symBinAddr: 0xF6558, symSize: 0x12C }
+ - { offsetInCU: 0x2509, offset: 0x1138E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18removeAllDelegatesyyFTo', symObjAddr: 0x563C, symBinAddr: 0xF6684, symSize: 0x2C }
+ - { offsetInCU: 0x2525, offset: 0x1138FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtF', symObjAddr: 0x5668, symBinAddr: 0xF66B0, symSize: 0x1EC }
+ - { offsetInCU: 0x260E, offset: 0x1139E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_', symObjAddr: 0x5854, symBinAddr: 0xF689C, symSize: 0x114 }
+ - { offsetInCU: 0x2686, offset: 0x113A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_yycfU_', symObjAddr: 0x5968, symBinAddr: 0xF69B0, symSize: 0x210 }
+ - { offsetInCU: 0x2775, offset: 0x113B4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFTo', symObjAddr: 0x5B78, symBinAddr: 0xF6BC0, symSize: 0xB4 }
+ - { offsetInCU: 0x2791, offset: 0x113B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x5C2C, symBinAddr: 0xF6C74, symSize: 0x188 }
+ - { offsetInCU: 0x2855, offset: 0x113C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_', symObjAddr: 0x5DB4, symBinAddr: 0xF6DFC, symSize: 0x194 }
+ - { offsetInCU: 0x292E, offset: 0x113D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x6334, symBinAddr: 0xF737C, symSize: 0x88 }
+ - { offsetInCU: 0x294A, offset: 0x113D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfC', symObjAddr: 0x63BC, symBinAddr: 0xF7404, symSize: 0x20 }
+ - { offsetInCU: 0x2968, offset: 0x113D3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfc', symObjAddr: 0x63DC, symBinAddr: 0xF7424, symSize: 0x2C }
+ - { offsetInCU: 0x29CB, offset: 0x113DA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfcTo', symObjAddr: 0x6408, symBinAddr: 0xF7450, symSize: 0x2C }
+ - { offsetInCU: 0x2A32, offset: 0x113E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCfD', symObjAddr: 0x6434, symBinAddr: 0xF747C, symSize: 0x30 }
+ - { offsetInCU: 0x2A5F, offset: 0x113E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP12participantsSayAA11ParticipantCGvgTW', symObjAddr: 0x6548, symBinAddr: 0xF7590, symSize: 0x1C }
+ - { offsetInCU: 0x2A73, offset: 0x113E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP18remoteParticipantsSayAA17RemoteParticipantCGvgTW', symObjAddr: 0x6564, symBinAddr: 0xF75AC, symSize: 0x1C }
+ - { offsetInCU: 0x2A8F, offset: 0x113E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP16localParticipantAA05LocalH0CSgvgTW', symObjAddr: 0x6580, symBinAddr: 0xF75C8, symSize: 0x1C }
+ - { offsetInCU: 0x2AAB, offset: 0x113E82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP9delegatesSDySSAA13WeakReferenceCyAA0D8Delegate_pGGvgTW', symObjAddr: 0x659C, symBinAddr: 0xF75E4, symSize: 0x1C }
+ - { offsetInCU: 0x2AC7, offset: 0x113E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP6roomIdSSvgTW', symObjAddr: 0x65B8, symBinAddr: 0xF7600, symSize: 0x1C }
+ - { offsetInCU: 0x2AE3, offset: 0x113EBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP4typeAA0D4TypeOvgTW', symObjAddr: 0x65D4, symBinAddr: 0xF761C, symSize: 0x10 }
+ - { offsetInCU: 0x2B03, offset: 0x113EDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP4typeAA0D4TypeOvgTW', symObjAddr: 0x65D4, symBinAddr: 0xF761C, symSize: 0x10 }
+ - { offsetInCU: 0x2B3C, offset: 0x113F13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP6senderAA07CommandE0_pvgTW', symObjAddr: 0x65E4, symBinAddr: 0xF762C, symSize: 0x30 }
+ - { offsetInCU: 0x2B95, offset: 0x113F6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP7serviceAA0aB7ServiceCvgTW', symObjAddr: 0x6614, symBinAddr: 0xF765C, symSize: 0x10 }
+ - { offsetInCU: 0x2BB5, offset: 0x113F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP7serviceAA0aB7ServiceCvgTW', symObjAddr: 0x6614, symBinAddr: 0xF765C, symSize: 0x10 }
+ - { offsetInCU: 0x2BDF, offset: 0x113FB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfcTf4ggggn_n', symObjAddr: 0x107DC, symBinAddr: 0x101824, symSize: 0x5B4 }
+ - { offsetInCU: 0x2D57, offset: 0x11412E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOc', symObjAddr: 0xF7C, symBinAddr: 0xF202C, symSize: 0x48 }
+ - { offsetInCU: 0x2D6B, offset: 0x114142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOf', symObjAddr: 0x10F8, symBinAddr: 0xF2168, symSize: 0x48 }
+ - { offsetInCU: 0x2D7F, offset: 0x114156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOh', symObjAddr: 0x1140, symBinAddr: 0xF21B0, symSize: 0x40 }
+ - { offsetInCU: 0x3277, offset: 0x11464E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6update4withyAA0D4DataV_tF', symObjAddr: 0x232C, symBinAddr: 0xF3374, symSize: 0xE28 }
+ - { offsetInCU: 0x42E1, offset: 0x1156B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6update11customItems2atSbSDyS2SG_s5Int64VSgtF', symObjAddr: 0x3F14, symBinAddr: 0xF4F5C, symSize: 0x90 }
+ - { offsetInCU: 0x4325, offset: 0x1156FC, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSg13SendBirdCalls8SBCErrorCSgIeyByy_SDyS2SGSgAGIeggg_TR', symObjAddr: 0x3FC0, symBinAddr: 0xF5008, symSize: 0x68 }
+ - { offsetInCU: 0x469C, offset: 0x115A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC03didD6Delete7commandyAA0fD12EventCommandCSg_tF', symObjAddr: 0x5F48, symBinAddr: 0xF6F90, symSize: 0x3AC }
+ - { offsetInCU: 0x4843, offset: 0x115C1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC03didD6Delete7commandyAA0fD12EventCommandCSg_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x8A70, symBinAddr: 0xF9AB8, symSize: 0x64 }
+ - { offsetInCU: 0x4871, offset: 0x115C48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TR', symObjAddr: 0x62F4, symBinAddr: 0xF733C, symSize: 0x40 }
+ - { offsetInCU: 0x489B, offset: 0x115C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCfETo', symObjAddr: 0x6464, symBinAddr: 0xF74AC, symSize: 0xE4 }
+ - { offsetInCU: 0x48E0, offset: 0x115CB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CF', symObjAddr: 0x6624, symBinAddr: 0xF766C, symSize: 0x410 }
+ - { offsetInCU: 0x4B1D, offset: 0x115EF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctF', symObjAddr: 0x6A34, symBinAddr: 0xF7A7C, symSize: 0x240 }
+ - { offsetInCU: 0x4C0A, offset: 0x115FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU_', symObjAddr: 0x8AD4, symBinAddr: 0xF9B1C, symSize: 0xD8 }
+ - { offsetInCU: 0x4C64, offset: 0x11603B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_n', symObjAddr: 0x8BAC, symBinAddr: 0xF9BF4, symSize: 0x20 }
+ - { offsetInCU: 0x4CCF, offset: 0x1160A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CFTo', symObjAddr: 0x6C74, symBinAddr: 0xF7CBC, symSize: 0x50 }
+ - { offsetInCU: 0x4CEB, offset: 0x1160C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didParticipantConnectyyAA06RemoteF0CF', symObjAddr: 0x6CC4, symBinAddr: 0xF7D0C, symSize: 0x2F4 }
+ - { offsetInCU: 0x4EE4, offset: 0x1162BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didParticipantConnectyyAA06RemoteF0CFTo', symObjAddr: 0x6FB8, symBinAddr: 0xF8000, symSize: 0x50 }
+ - { offsetInCU: 0x4F00, offset: 0x1162D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CF', symObjAddr: 0x7008, symBinAddr: 0xF8050, symSize: 0x420 }
+ - { offsetInCU: 0x5155, offset: 0x11652C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CFTo', symObjAddr: 0x7428, symBinAddr: 0xF8470, symSize: 0x50 }
+ - { offsetInCU: 0x5187, offset: 0x11655E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtF', symObjAddr: 0x7478, symBinAddr: 0xF84C0, symSize: 0x40C }
+ - { offsetInCU: 0x5451, offset: 0x116828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtFTo', symObjAddr: 0x7884, symBinAddr: 0xF88CC, symSize: 0x64 }
+ - { offsetInCU: 0x546D, offset: 0x116844, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtF', symObjAddr: 0x78E8, symBinAddr: 0xF8930, symSize: 0x40C }
+ - { offsetInCU: 0x5737, offset: 0x116B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtFTo', symObjAddr: 0x7CF4, symBinAddr: 0xF8D3C, symSize: 0x64 }
+ - { offsetInCU: 0x5753, offset: 0x116B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsUpdate7commandyAA0hdfG12EventCommandC_tF', symObjAddr: 0x7D58, symBinAddr: 0xF8DA0, symSize: 0x39C }
+ - { offsetInCU: 0x59C6, offset: 0x116D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsDelete7commandyAA0hdfG12EventCommandC_tF', symObjAddr: 0x80F4, symBinAddr: 0xF913C, symSize: 0x39C }
+ - { offsetInCU: 0x5C39, offset: 0x117010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtF', symObjAddr: 0x8538, symBinAddr: 0xF9580, symSize: 0x440 }
+ - { offsetInCU: 0x5F88, offset: 0x11735F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x8978, symBinAddr: 0xF99C0, symSize: 0x80 }
+ - { offsetInCU: 0x5FF9, offset: 0x1173D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFTo', symObjAddr: 0x89F8, symBinAddr: 0xF9A40, symSize: 0x78 }
+ - { offsetInCU: 0x6024, offset: 0x1173FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5clearyyF', symObjAddr: 0x8BCC, symBinAddr: 0xF9C14, symSize: 0x270 }
+ - { offsetInCU: 0x61D4, offset: 0x1175AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5clearyyFTo', symObjAddr: 0x8E3C, symBinAddr: 0xF9E84, symSize: 0x2C }
+ - { offsetInCU: 0x61F0, offset: 0x1175C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tF', symObjAddr: 0x8E68, symBinAddr: 0xF9EB0, symSize: 0x38 }
+ - { offsetInCU: 0x625E, offset: 0x117635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15addIceCandidate10endpointId9candidateySS_AA0G0CtF', symObjAddr: 0x8EA0, symBinAddr: 0xF9EE8, symSize: 0x214 }
+ - { offsetInCU: 0x6390, offset: 0x117767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didConnectToEndpoint13participantIdySS_tF', symObjAddr: 0x90F0, symBinAddr: 0xFA138, symSize: 0x36C }
+ - { offsetInCU: 0x6641, offset: 0x117A18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtF', symObjAddr: 0x9468, symBinAddr: 0xFA4B0, symSize: 0x38C }
+ - { offsetInCU: 0x692B, offset: 0x117D02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x97F4, symBinAddr: 0xFA83C, symSize: 0x9C }
+ - { offsetInCU: 0x69BE, offset: 0x117D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFTo', symObjAddr: 0x9890, symBinAddr: 0xFA8D8, symSize: 0xB4 }
+ - { offsetInCU: 0x69DA, offset: 0x117DB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didEndpointDisconnect13participantIdySS_tF', symObjAddr: 0x9944, symBinAddr: 0xFA98C, symSize: 0x1C4 }
+ - { offsetInCU: 0x6AA3, offset: 0x117E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtF', symObjAddr: 0x9B78, symBinAddr: 0xFABC0, symSize: 0x1CC }
+ - { offsetInCU: 0x6B7D, offset: 0x117F54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtFTo', symObjAddr: 0x9DC0, symBinAddr: 0xFAE08, symSize: 0x68 }
+ - { offsetInCU: 0x6BA8, offset: 0x117F7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA26ParticipantManagerDelegateA2aDP20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0rsP11DescriptionCSo0rspK6ReasonVtFTW', symObjAddr: 0x9E34, symBinAddr: 0xFAE7C, symSize: 0x60 }
+ - { offsetInCU: 0x6BEA, offset: 0x117FC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA26ParticipantManagerDelegateA2aDP18didEndpointConnect13participantId11reconnectedySS_SbtFTW', symObjAddr: 0x9E94, symBinAddr: 0xFAEDC, symSize: 0x48 }
+ - { offsetInCU: 0x6C1D, offset: 0x117FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyF', symObjAddr: 0x9F28, symBinAddr: 0xFAF70, symSize: 0x488 }
+ - { offsetInCU: 0x6DE3, offset: 0x1181BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0xA3B0, symBinAddr: 0xFB3F8, symSize: 0x234 }
+ - { offsetInCU: 0x6EF2, offset: 0x1182C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0xA5E4, symBinAddr: 0xFB62C, symSize: 0x124 }
+ - { offsetInCU: 0x6F59, offset: 0x118330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA16EmptyAPIResponseVGcfU_', symObjAddr: 0xA708, symBinAddr: 0xFB750, symSize: 0x3F0 }
+ - { offsetInCU: 0x72BA, offset: 0x118691, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFTo', symObjAddr: 0xAAF8, symBinAddr: 0xFBB40, symSize: 0x2C }
+ - { offsetInCU: 0x7301, offset: 0x1186D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14stopAliveTimeryyF', symObjAddr: 0xAB24, symBinAddr: 0xFBB6C, symSize: 0x340 }
+ - { offsetInCU: 0x75E5, offset: 0x1189BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14stopAliveTimeryyFTo', symObjAddr: 0xAE64, symBinAddr: 0xFBEAC, symSize: 0x2C }
+ - { offsetInCU: 0x762D, offset: 0x118A04, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0xAE90, symBinAddr: 0xFBED8, symSize: 0x1F8 }
+ - { offsetInCU: 0x76C4, offset: 0x118A9B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SSTg5', symObjAddr: 0xB088, symBinAddr: 0xFC0D0, symSize: 0x1C8 }
+ - { offsetInCU: 0x7755, offset: 0x118B2C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF13SendBirdCalls12WebRTCClientC10IdentifierO_AFTg5', symObjAddr: 0xB268, symBinAddr: 0xFC2B0, symSize: 0x1C4 }
+ - { offsetInCU: 0x77F7, offset: 0x118BCE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo8NSObjectC_AETg5', symObjAddr: 0xB438, symBinAddr: 0xFC480, symSize: 0x1B8 }
+ - { offsetInCU: 0x787D, offset: 0x118C54, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SiTg5', symObjAddr: 0xB614, symBinAddr: 0xFC65C, symSize: 0x1BC }
+ - { offsetInCU: 0x791F, offset: 0x118CF6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xB7D0, symBinAddr: 0xFC818, symSize: 0x1C4 }
+ - { offsetInCU: 0x79CC, offset: 0x118DA3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xB994, symBinAddr: 0xFC9DC, symSize: 0x24C }
+ - { offsetInCU: 0x7A6E, offset: 0x118E45, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_13SendBirdCalls13WeakReferenceCyAD12RoomDelegate_pGTg5', symObjAddr: 0xBDA8, symBinAddr: 0xFCDF0, symSize: 0x1C4 }
+ - { offsetInCU: 0x7B31, offset: 0x118F08, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0xC134, symBinAddr: 0xFD17C, symSize: 0x3B4 }
+ - { offsetInCU: 0x7C51, offset: 0x119028, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SSTg5', symObjAddr: 0xC4E8, symBinAddr: 0xFD530, symSize: 0x3AC }
+ - { offsetInCU: 0x7D6D, offset: 0x119144, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_ypTg5', symObjAddr: 0xC894, symBinAddr: 0xFD8DC, symSize: 0x3A0 }
+ - { offsetInCU: 0x7EEE, offset: 0x1192C5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF13SendBirdCalls12WebRTCClientC10IdentifierO_AHTg5', symObjAddr: 0xCC4C, symBinAddr: 0xFDC94, symSize: 0x3B0 }
+ - { offsetInCU: 0x8093, offset: 0x11946A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo8NSObjectC_AGTg5', symObjAddr: 0xD008, symBinAddr: 0xFE050, symSize: 0x358 }
+ - { offsetInCU: 0x816E, offset: 0x119545, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SiTg5', symObjAddr: 0xD384, symBinAddr: 0xFE3CC, symSize: 0x390 }
+ - { offsetInCU: 0x827A, offset: 0x119651, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xD714, symBinAddr: 0xFE75C, symSize: 0x398 }
+ - { offsetInCU: 0x8386, offset: 0x11975D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xDAAC, symBinAddr: 0xFEAF4, symSize: 0x3D4 }
+ - { offsetInCU: 0x84E6, offset: 0x1198BD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_13SendBirdCalls13WeakReferenceCyAF12RoomDelegate_pGTg5', symObjAddr: 0xE220, symBinAddr: 0xFF268, symSize: 0x398 }
+ - { offsetInCU: 0x863F, offset: 0x119A16, size: 0x8, addend: 0x0, symName: '_$sSh9_subtractyyqd__7ElementQyd__RszSTRd__lFSS_ShySSGTg5', symObjAddr: 0xE958, symBinAddr: 0xFF9A0, symSize: 0x184 }
+ - { offsetInCU: 0x87B6, offset: 0x119B8D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV11subtractingyAByxGqd__7ElementQyd__RszSTRd__lFSS_ShySSGTg5', symObjAddr: 0xEADC, symBinAddr: 0xFFB24, symSize: 0x3E4 }
+ - { offsetInCU: 0x892D, offset: 0x119D04, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV11subtractingyAByxGqd__7ElementQyd__RszSTRd__lFADs13_UnsafeBitsetVXEfU_SS_ShySSGTg5', symObjAddr: 0xEEC0, symBinAddr: 0xFFF08, symSize: 0x294 }
+ - { offsetInCU: 0x8A3F, offset: 0x119E16, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13extractSubset5using5countAByxGs13_UnsafeBitsetV_SitFSS_Tg5', symObjAddr: 0xF154, symBinAddr: 0x10019C, symSize: 0x258 }
+ - { offsetInCU: 0x8BED, offset: 0x119FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_n', symObjAddr: 0xF3AC, symBinAddr: 0x1003F4, symSize: 0xC68 }
+ - { offsetInCU: 0x92B2, offset: 0x11A689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_TA', symObjAddr: 0x10E94, symBinAddr: 0x101E08, symSize: 0xC }
+ - { offsetInCU: 0x92D1, offset: 0x11A6A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x10EA0, symBinAddr: 0x101E14, symSize: 0x3C }
+ - { offsetInCU: 0x92FA, offset: 0x11A6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x10F20, symBinAddr: 0x101E50, symSize: 0x44 }
+ - { offsetInCU: 0x930E, offset: 0x11A6E5, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGWOs', symObjAddr: 0x10F74, symBinAddr: 0x101EA4, symSize: 0x28 }
+ - { offsetInCU: 0x9322, offset: 0x11A6F9, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGWOr', symObjAddr: 0x10F9C, symBinAddr: 0x101ECC, symSize: 0x28 }
+ - { offsetInCU: 0x9336, offset: 0x11A70D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x10FC4, symBinAddr: 0x101EF4, symSize: 0x44 }
+ - { offsetInCU: 0x934A, offset: 0x11A721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x11008, symBinAddr: 0x101F38, symSize: 0x44 }
+ - { offsetInCU: 0x935E, offset: 0x11A735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x1108C, symBinAddr: 0x101F98, symSize: 0x44 }
+ - { offsetInCU: 0x9372, offset: 0x11A749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x110D0, symBinAddr: 0x101FDC, symSize: 0x44 }
+ - { offsetInCU: 0x9386, offset: 0x11A75D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x11140, symBinAddr: 0x10204C, symSize: 0x44 }
+ - { offsetInCU: 0x939A, offset: 0x11A771, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x11184, symBinAddr: 0x102090, symSize: 0x44 }
+ - { offsetInCU: 0x93AE, offset: 0x11A785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x11254, symBinAddr: 0x10211C, symSize: 0x44 }
+ - { offsetInCU: 0x93C2, offset: 0x11A799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0x112BC, symBinAddr: 0x102184, symSize: 0x48 }
+ - { offsetInCU: 0x93F6, offset: 0x11A7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_TA', symObjAddr: 0x11308, symBinAddr: 0x1021D0, symSize: 0xC }
+ - { offsetInCU: 0x9415, offset: 0x11A7EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0x11314, symBinAddr: 0x1021DC, symSize: 0x4C }
+ - { offsetInCU: 0x943E, offset: 0x11A815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeggg_SgWOy', symObjAddr: 0x11360, symBinAddr: 0x102228, symSize: 0x10 }
+ - { offsetInCU: 0x9452, offset: 0x11A829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x11370, symBinAddr: 0x102238, symSize: 0x44 }
+ - { offsetInCU: 0x9466, offset: 0x11A83D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x113B4, symBinAddr: 0x10227C, symSize: 0x44 }
+ - { offsetInCU: 0x947A, offset: 0x11A851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_TA', symObjAddr: 0x11430, symBinAddr: 0x1022F8, symSize: 0xC }
+ - { offsetInCU: 0x9499, offset: 0x11A870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x1143C, symBinAddr: 0x102304, symSize: 0x3C }
+ - { offsetInCU: 0x94C2, offset: 0x11A899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x11478, symBinAddr: 0x102340, symSize: 0x44 }
+ - { offsetInCU: 0x94D6, offset: 0x11A8AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x114BC, symBinAddr: 0x102384, symSize: 0x44 }
+ - { offsetInCU: 0x94EA, offset: 0x11A8C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_nTA', symObjAddr: 0x11508, symBinAddr: 0x1023D0, symSize: 0x20 }
+ - { offsetInCU: 0x951E, offset: 0x11A8F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCMa', symObjAddr: 0x11528, symBinAddr: 0x1023F0, symSize: 0x20 }
+ - { offsetInCU: 0x9532, offset: 0x11A909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11548, symBinAddr: 0x102410, symSize: 0x28 }
+ - { offsetInCU: 0x9546, offset: 0x11A91D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11580, symBinAddr: 0x102448, symSize: 0x28 }
+ - { offsetInCU: 0x955A, offset: 0x11A931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x115B0, symBinAddr: 0x102478, symSize: 0x28 }
+ - { offsetInCU: 0x956E, offset: 0x11A945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11628, symBinAddr: 0x1024F0, symSize: 0x28 }
+ - { offsetInCU: 0x9582, offset: 0x11A959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsUpdate7commandyAA0hdfG12EventCommandC_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11658, symBinAddr: 0x102520, symSize: 0x20 }
+ - { offsetInCU: 0x9596, offset: 0x11A96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsDelete7commandyAA0hdfG12EventCommandC_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11680, symBinAddr: 0x102548, symSize: 0x20 }
+ - { offsetInCU: 0x95AA, offset: 0x11A981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x116D4, symBinAddr: 0x10259C, symSize: 0x8 }
+ - { offsetInCU: 0x95BE, offset: 0x11A995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didConnectToEndpoint13participantIdySS_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x116E4, symBinAddr: 0x1025AC, symSize: 0x28 }
+ - { offsetInCU: 0x95D2, offset: 0x11A9A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11748, symBinAddr: 0x102610, symSize: 0xC }
+ - { offsetInCU: 0x95E6, offset: 0x11A9BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didEndpointDisconnect13participantIdySS_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x1175C, symBinAddr: 0x102624, symSize: 0x28 }
+ - { offsetInCU: 0x95FA, offset: 0x11A9D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x1178C, symBinAddr: 0x102654, symSize: 0x28 }
+ - { offsetInCU: 0x960E, offset: 0x11A9E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0x117BC, symBinAddr: 0x102684, symSize: 0x8 }
+ - { offsetInCU: 0x9622, offset: 0x11A9F9, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x117C4, symBinAddr: 0x10268C, symSize: 0x10 }
+ - { offsetInCU: 0x9636, offset: 0x11AA0D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x117D4, symBinAddr: 0x10269C, symSize: 0x8 }
+ - { offsetInCU: 0x964A, offset: 0x11AA21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x1270C, symBinAddr: 0x103580, symSize: 0x8 }
+ - { offsetInCU: 0x965E, offset: 0x11AA35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeggg_SgWOe', symObjAddr: 0x12714, symBinAddr: 0x103588, symSize: 0x10 }
+ - { offsetInCU: 0x967D, offset: 0x11AA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x12724, symBinAddr: 0x103598, symSize: 0x14 }
+ - { offsetInCU: 0x96A6, offset: 0x11AA7D, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0x12738, symBinAddr: 0x1035AC, symSize: 0x8 }
+ - { offsetInCU: 0x96BA, offset: 0x11AA91, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSg13SendBirdCalls8SBCErrorCSgIeyByy_SDyS2SGSgAGIeggg_TRTA', symObjAddr: 0x12740, symBinAddr: 0x1035B4, symSize: 0x8 }
+ - { offsetInCU: 0x96CE, offset: 0x11AAA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x127A4, symBinAddr: 0x103600, symSize: 0x10 }
+ - { offsetInCU: 0x96E2, offset: 0x11AAB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA16EmptyAPIResponseVGcfU_TA', symObjAddr: 0x127B4, symBinAddr: 0x103610, symSize: 0xC }
+ - { offsetInCU: 0x96F6, offset: 0x11AACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x127C0, symBinAddr: 0x10361C, symSize: 0x8 }
+ - { offsetInCU: 0x970A, offset: 0x11AAE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA11RequestableAAWl', symObjAddr: 0x127C8, symBinAddr: 0x103624, symSize: 0x44 }
+ - { offsetInCU: 0x971E, offset: 0x11AAF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA10ResultableAAWl', symObjAddr: 0x1280C, symBinAddr: 0x103668, symSize: 0x44 }
+ - { offsetInCU: 0x9732, offset: 0x11AB09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGWOe', symObjAddr: 0x12850, symBinAddr: 0x1036AC, symSize: 0xC }
+ - { offsetInCU: 0x9746, offset: 0x11AB1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU3_TA', symObjAddr: 0x128DC, symBinAddr: 0x1036FC, symSize: 0x28 }
+ - { offsetInCU: 0x975A, offset: 0x11AB31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU2_TA', symObjAddr: 0x1290C, symBinAddr: 0x10372C, symSize: 0x28 }
+ - { offsetInCU: 0x976E, offset: 0x11AB45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU1_TA', symObjAddr: 0x1293C, symBinAddr: 0x10375C, symSize: 0x28 }
+ - { offsetInCU: 0x9782, offset: 0x11AB59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU0_TA', symObjAddr: 0x12A88, symBinAddr: 0x10385C, symSize: 0x28 }
+ - { offsetInCU: 0x97B8, offset: 0x11AB8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGWOr', symObjAddr: 0x12AB0, symBinAddr: 0x103884, symSize: 0x58 }
+ - { offsetInCU: 0x97CC, offset: 0x11ABA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGWOy', symObjAddr: 0x12B08, symBinAddr: 0x1038DC, symSize: 0x6C }
+ - { offsetInCU: 0x97E0, offset: 0x11ABB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_TA', symObjAddr: 0x12BA0, symBinAddr: 0x103974, symSize: 0x2C }
+ - { offsetInCU: 0x980C, offset: 0x11ABE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_yycfU_TA', symObjAddr: 0x12C4C, symBinAddr: 0x103A20, symSize: 0x10 }
+ - { offsetInCU: 0x9820, offset: 0x11ABF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOr', symObjAddr: 0x12C5C, symBinAddr: 0x103A30, symSize: 0x58 }
+ - { offsetInCU: 0x9834, offset: 0x11AC0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOy', symObjAddr: 0x12CB4, symBinAddr: 0x103A88, symSize: 0x8C }
+ - { offsetInCU: 0x9848, offset: 0x11AC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_yycfU0_TA', symObjAddr: 0x12E58, symBinAddr: 0x103C04, symSize: 0x2C }
+ - { offsetInCU: 0x9884, offset: 0x11AC5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA26GetRoomCustomItemsResponseCGWOy', symObjAddr: 0x12E84, symBinAddr: 0x103C30, symSize: 0xC }
+ - { offsetInCU: 0x9898, offset: 0x11AC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_yycfU_TA', symObjAddr: 0x12E94, symBinAddr: 0x103C40, symSize: 0x58 }
+ - { offsetInCU: 0x98D6, offset: 0x11ACAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGWOr', symObjAddr: 0x12F9C, symBinAddr: 0x103D38, symSize: 0x58 }
+ - { offsetInCU: 0x98EA, offset: 0x11ACC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGWOy', symObjAddr: 0x12FF4, symBinAddr: 0x103D90, symSize: 0x80 }
+ - { offsetInCU: 0x98FE, offset: 0x11ACD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_yycfU0_TA', symObjAddr: 0x13074, symBinAddr: 0x103E10, symSize: 0x24 }
+ - { offsetInCU: 0x9F79, offset: 0x11B350, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShySSG_13SendBirdCalls17RemoteParticipantCTg504$s13de41Calls4RoomC6update4withyAA0D4DataV_tFAA17gH11CSgSSXEfU2_AG0K0CTf1cn_nTf4ng_n', symObjAddr: 0x10024, symBinAddr: 0x10106C, symSize: 0x2A0 }
+ - { offsetInCU: 0xA176, offset: 0x11B54D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13de46Calls14RoomDataSourcePAAE11participant3forAA11G17CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x10548, symBinAddr: 0x101590, symSize: 0x144 }
+ - { offsetInCU: 0xA330, offset: 0x11B707, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF12RoomDelegate_pG_G_Tg504$s13ef6Calls4j81C15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13hI28CyAA0dF0_pGctFyycfU_yAKXEfU_AJIegg_Tf1cn_nTf4ng_n', symObjAddr: 0x1068C, symBinAddr: 0x1016D4, symSize: 0x150 }
+ - { offsetInCU: 0x27, offset: 0x11BDC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x103F50, symSize: 0x70 }
+ - { offsetInCU: 0x46, offset: 0x11BDE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x103F50, symSize: 0x70 }
+ - { offsetInCU: 0x65, offset: 0x11BE01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8allCasesSayACGvgZ', symObjAddr: 0xB0, symBinAddr: 0x103FC0, symSize: 0x34 }
+ - { offsetInCU: 0xD4, offset: 0x11BE70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueSSvg', symObjAddr: 0xE4, symBinAddr: 0x103FF4, symSize: 0x4 }
+ - { offsetInCU: 0x120, offset: 0x11BEBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x104160, symSize: 0x74 }
+ - { offsetInCU: 0x154, offset: 0x11BEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2C4, symBinAddr: 0x1041D4, symSize: 0x24 }
+ - { offsetInCU: 0x197, offset: 0x11BF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x390, symBinAddr: 0x1042A0, symSize: 0x44 }
+ - { offsetInCU: 0x21C, offset: 0x11BFB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueSSvgTf4d_n', symObjAddr: 0x3D4, symBinAddr: 0x1042E4, symSize: 0x20 }
+ - { offsetInCU: 0x27B, offset: 0x11C017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASQWb', symObjAddr: 0x3F4, symBinAddr: 0x104304, symSize: 0x4 }
+ - { offsetInCU: 0x28F, offset: 0x11C02B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSQAAWl', symObjAddr: 0x3F8, symBinAddr: 0x104308, symSize: 0x44 }
+ - { offsetInCU: 0x2A3, offset: 0x11C03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x43C, symBinAddr: 0x10434C, symSize: 0x4 }
+ - { offsetInCU: 0x2B7, offset: 0x11C053, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGSayxGSlsWl', symObjAddr: 0x440, symBinAddr: 0x104350, symSize: 0x48 }
+ - { offsetInCU: 0x2CB, offset: 0x11C067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwet', symObjAddr: 0x4E4, symBinAddr: 0x104398, symSize: 0x50 }
+ - { offsetInCU: 0x2DF, offset: 0x11C07B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwst', symObjAddr: 0x534, symBinAddr: 0x1043E8, symSize: 0x8C }
+ - { offsetInCU: 0x2F3, offset: 0x11C08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwug', symObjAddr: 0x5C0, symBinAddr: 0x104474, symSize: 0x8 }
+ - { offsetInCU: 0x307, offset: 0x11C0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwup', symObjAddr: 0x5C8, symBinAddr: 0x10447C, symSize: 0x4 }
+ - { offsetInCU: 0x31B, offset: 0x11C0B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwui', symObjAddr: 0x5CC, symBinAddr: 0x104480, symSize: 0x4 }
+ - { offsetInCU: 0x32F, offset: 0x11C0CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOMa', symObjAddr: 0x5D0, symBinAddr: 0x104484, symSize: 0x10 }
+ - { offsetInCU: 0x343, offset: 0x11C0DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSYAAWl', symObjAddr: 0x5E0, symBinAddr: 0x104494, symSize: 0x44 }
+ - { offsetInCU: 0x39B, offset: 0x11C137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE8, symBinAddr: 0x103FF8, symSize: 0x80 }
+ - { offsetInCU: 0x47F, offset: 0x11C21B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH9hashValueSivgTW', symObjAddr: 0x168, symBinAddr: 0x104078, symSize: 0x58 }
+ - { offsetInCU: 0x52A, offset: 0x11C2C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C0, symBinAddr: 0x1040D0, symSize: 0x3C }
+ - { offsetInCU: 0x591, offset: 0x11C32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FC, symBinAddr: 0x10410C, symSize: 0x54 }
+ - { offsetInCU: 0x620, offset: 0x11C3BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2E8, symBinAddr: 0x1041F8, symSize: 0x5C }
+ - { offsetInCU: 0x643, offset: 0x11C3DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x344, symBinAddr: 0x104254, symSize: 0x4C }
+ - { offsetInCU: 0x5E, offset: 0x11C61B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvgTo', symObjAddr: 0x0, symBinAddr: 0x1044D8, symSize: 0x40 }
+ - { offsetInCU: 0x90, offset: 0x11C64D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvg', symObjAddr: 0x40, symBinAddr: 0x104518, symSize: 0x44 }
+ - { offsetInCU: 0xB3, offset: 0x11C670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvsTo', symObjAddr: 0x84, symBinAddr: 0x10455C, symSize: 0x5C }
+ - { offsetInCU: 0xE5, offset: 0x11C6A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvs', symObjAddr: 0xE0, symBinAddr: 0x1045B8, symSize: 0x44 }
+ - { offsetInCU: 0xF9, offset: 0x11C6B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvM', symObjAddr: 0x124, symBinAddr: 0x1045FC, symSize: 0x3C }
+ - { offsetInCU: 0x115, offset: 0x11C6D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvM.resume.0', symObjAddr: 0x160, symBinAddr: 0x104638, symSize: 0x4 }
+ - { offsetInCU: 0x14F, offset: 0x11C70C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivgTo', symObjAddr: 0x164, symBinAddr: 0x10463C, symSize: 0x10 }
+ - { offsetInCU: 0x16F, offset: 0x11C72C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivgTo', symObjAddr: 0x164, symBinAddr: 0x10463C, symSize: 0x10 }
+ - { offsetInCU: 0x18C, offset: 0x11C749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0Sivg', symObjAddr: 0x174, symBinAddr: 0x10464C, symSize: 0x10 }
+ - { offsetInCU: 0x1D3, offset: 0x11C790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivsTo', symObjAddr: 0x184, symBinAddr: 0x10465C, symSize: 0x1C }
+ - { offsetInCU: 0x1F3, offset: 0x11C7B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivsTo', symObjAddr: 0x184, symBinAddr: 0x10465C, symSize: 0x1C }
+ - { offsetInCU: 0x218, offset: 0x11C7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0Sivs', symObjAddr: 0x1A0, symBinAddr: 0x104678, symSize: 0x20 }
+ - { offsetInCU: 0x23F, offset: 0x11C7FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivM', symObjAddr: 0x1C0, symBinAddr: 0x104698, symSize: 0x40 }
+ - { offsetInCU: 0x279, offset: 0x11C836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivM.resume.0', symObjAddr: 0x200, symBinAddr: 0x1046D8, symSize: 0x24 }
+ - { offsetInCU: 0x2CB, offset: 0x11C888, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfC', symObjAddr: 0x224, symBinAddr: 0x1046FC, symSize: 0x34 }
+ - { offsetInCU: 0x2E9, offset: 0x11C8A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfc', symObjAddr: 0x258, symBinAddr: 0x104730, symSize: 0x330 }
+ - { offsetInCU: 0x490, offset: 0x11CA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfcTo', symObjAddr: 0x644, symBinAddr: 0x104AA0, symSize: 0x24 }
+ - { offsetInCU: 0x4AC, offset: 0x11CA69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tF', symObjAddr: 0x668, symBinAddr: 0x104AC4, symSize: 0x1DC }
+ - { offsetInCU: 0x523, offset: 0x11CAE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tFyyYbcfU_', symObjAddr: 0x844, symBinAddr: 0x104CA0, symSize: 0xF8 }
+ - { offsetInCU: 0x574, offset: 0x11CB31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyF', symObjAddr: 0xA20, symBinAddr: 0x104E7C, symSize: 0x14 }
+ - { offsetInCU: 0x5AF, offset: 0x11CB6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyFTo', symObjAddr: 0xA34, symBinAddr: 0x104E90, symSize: 0x14 }
+ - { offsetInCU: 0x5CF, offset: 0x11CB8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyFTo', symObjAddr: 0xA34, symBinAddr: 0x104E90, symSize: 0x14 }
+ - { offsetInCU: 0x5EC, offset: 0x11CBA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyF', symObjAddr: 0xA48, symBinAddr: 0x104EA4, symSize: 0x14 }
+ - { offsetInCU: 0x627, offset: 0x11CBE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyFTo', symObjAddr: 0xA5C, symBinAddr: 0x104EB8, symSize: 0x14 }
+ - { offsetInCU: 0x647, offset: 0x11CC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyFTo', symObjAddr: 0xA5C, symBinAddr: 0x104EB8, symSize: 0x14 }
+ - { offsetInCU: 0x664, offset: 0x11CC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tF', symObjAddr: 0xA70, symBinAddr: 0x104ECC, symSize: 0x1DC }
+ - { offsetInCU: 0x6DB, offset: 0x11CC98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tFyyYbcfU_', symObjAddr: 0xC4C, symBinAddr: 0x1050A8, symSize: 0x84 }
+ - { offsetInCU: 0x72C, offset: 0x11CCE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCfd', symObjAddr: 0xD64, symBinAddr: 0x1051C0, symSize: 0x3C }
+ - { offsetInCU: 0x767, offset: 0x11CD24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCfD', symObjAddr: 0xDA0, symBinAddr: 0x1051FC, symSize: 0x44 }
+ - { offsetInCU: 0x7AA, offset: 0x11CD67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCAA9QueueableA2aDP6remove9operationyAA0dE0CSg_tFTW', symObjAddr: 0xDE4, symBinAddr: 0x105240, symSize: 0xC }
+ - { offsetInCU: 0x809, offset: 0x11CDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tFyyYbcfU_TA', symObjAddr: 0x968, symBinAddr: 0x104DC4, symSize: 0x8 }
+ - { offsetInCU: 0x81D, offset: 0x11CDDA, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x970, symBinAddr: 0x104DCC, symSize: 0x10 }
+ - { offsetInCU: 0x831, offset: 0x11CDEE, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x980, symBinAddr: 0x104DDC, symSize: 0x8 }
+ - { offsetInCU: 0x845, offset: 0x11CE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tFyyYbcfU_TA', symObjAddr: 0xCFC, symBinAddr: 0x105158, symSize: 0x8 }
+ - { offsetInCU: 0x859, offset: 0x11CE16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCMa', symObjAddr: 0xEC4, symBinAddr: 0x105320, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x11D10A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC6update4withyAA0D7OptionsC_tF', symObjAddr: 0x0, symBinAddr: 0x1053D4, symSize: 0x10C }
+ - { offsetInCU: 0x3F, offset: 0x11D122, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC6update4withyAA0D7OptionsC_tF', symObjAddr: 0x0, symBinAddr: 0x1053D4, symSize: 0x10C }
+ - { offsetInCU: 0x7E, offset: 0x11D161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC19isTurnChangeEnabledSbvg', symObjAddr: 0x10C, symBinAddr: 0x1054E0, symSize: 0x70 }
+ - { offsetInCU: 0xE3, offset: 0x11D1C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvg', symObjAddr: 0x17C, symBinAddr: 0x105550, symSize: 0x44 }
+ - { offsetInCU: 0xFF, offset: 0x11D1E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvs', symObjAddr: 0x1C0, symBinAddr: 0x105594, symSize: 0x44 }
+ - { offsetInCU: 0x11B, offset: 0x11D1FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvM', symObjAddr: 0x204, symBinAddr: 0x1055D8, symSize: 0x3C }
+ - { offsetInCU: 0x137, offset: 0x11D21A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvg', symObjAddr: 0x240, symBinAddr: 0x105614, symSize: 0x44 }
+ - { offsetInCU: 0x153, offset: 0x11D236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvs', symObjAddr: 0x284, symBinAddr: 0x105658, symSize: 0x44 }
+ - { offsetInCU: 0x16F, offset: 0x11D252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvM', symObjAddr: 0x2C8, symBinAddr: 0x10569C, symSize: 0x3C }
+ - { offsetInCU: 0x18B, offset: 0x11D26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0Sbvg', symObjAddr: 0x304, symBinAddr: 0x1056D8, symSize: 0x30 }
+ - { offsetInCU: 0x1A7, offset: 0x11D28A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0Sbvs', symObjAddr: 0x334, symBinAddr: 0x105708, symSize: 0x3C }
+ - { offsetInCU: 0x1C3, offset: 0x11D2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0SbvM', symObjAddr: 0x370, symBinAddr: 0x105744, symSize: 0x3C }
+ - { offsetInCU: 0x1DF, offset: 0x11D2C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0SbvM.resume.0', symObjAddr: 0x3AC, symBinAddr: 0x105780, symSize: 0x4 }
+ - { offsetInCU: 0x1FB, offset: 0x11D2DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvg', symObjAddr: 0x3B0, symBinAddr: 0x105784, symSize: 0x34 }
+ - { offsetInCU: 0x217, offset: 0x11D2FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvs', symObjAddr: 0x3E4, symBinAddr: 0x1057B8, symSize: 0x44 }
+ - { offsetInCU: 0x233, offset: 0x11D316, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvM', symObjAddr: 0x428, symBinAddr: 0x1057FC, symSize: 0x3C }
+ - { offsetInCU: 0x24F, offset: 0x11D332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvg', symObjAddr: 0x464, symBinAddr: 0x105838, symSize: 0x34 }
+ - { offsetInCU: 0x26B, offset: 0x11D34E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvs', symObjAddr: 0x498, symBinAddr: 0x10586C, symSize: 0x44 }
+ - { offsetInCU: 0x287, offset: 0x11D36A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvM', symObjAddr: 0x4DC, symBinAddr: 0x1058B0, symSize: 0x3C }
+ - { offsetInCU: 0x2A3, offset: 0x11D386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvg', symObjAddr: 0x518, symBinAddr: 0x1058EC, symSize: 0x30 }
+ - { offsetInCU: 0x2BF, offset: 0x11D3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvs', symObjAddr: 0x548, symBinAddr: 0x10591C, symSize: 0x3C }
+ - { offsetInCU: 0x2DB, offset: 0x11D3BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvM', symObjAddr: 0x584, symBinAddr: 0x105958, symSize: 0x3C }
+ - { offsetInCU: 0x2F7, offset: 0x11D3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17localCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x5C0, symBinAddr: 0x105994, symSize: 0x34 }
+ - { offsetInCU: 0x38B, offset: 0x11D46E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x5F4, symBinAddr: 0x1059C8, symSize: 0x34 }
+ - { offsetInCU: 0x3A7, offset: 0x11D48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvs', symObjAddr: 0x628, symBinAddr: 0x1059FC, symSize: 0x44 }
+ - { offsetInCU: 0x3C3, offset: 0x11D4A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvM', symObjAddr: 0x66C, symBinAddr: 0x105A40, symSize: 0x3C }
+ - { offsetInCU: 0x3DF, offset: 0x11D4C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfC', symObjAddr: 0x6A8, symBinAddr: 0x105A7C, symSize: 0x84 }
+ - { offsetInCU: 0x3F3, offset: 0x11D4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfc', symObjAddr: 0x72C, symBinAddr: 0x105B00, symSize: 0x178 }
+ - { offsetInCU: 0x48A, offset: 0x11D56D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCfd', symObjAddr: 0x8A4, symBinAddr: 0x105C78, symSize: 0x3C }
+ - { offsetInCU: 0x4C5, offset: 0x11D5A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCfD', symObjAddr: 0x8E0, symBinAddr: 0x105CB4, symSize: 0x44 }
+ - { offsetInCU: 0x552, offset: 0x11D635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC2eeoiySbAC_ACtFZ', symObjAddr: 0x924, symBinAddr: 0x105CF8, symSize: 0x4 }
+ - { offsetInCU: 0x575, offset: 0x11D658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x928, symBinAddr: 0x105CFC, symSize: 0xC }
+ - { offsetInCU: 0x6B8, offset: 0x11D79B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC4hash4intoys6HasherVz_tF', symObjAddr: 0x934, symBinAddr: 0x105D08, symSize: 0x21C }
+ - { offsetInCU: 0xA7C, offset: 0x11DB5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC9hashValueSivg', symObjAddr: 0xB50, symBinAddr: 0x105F24, symSize: 0x3C }
+ - { offsetInCU: 0xB08, offset: 0x11DBEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH9hashValueSivgTW', symObjAddr: 0xB8C, symBinAddr: 0x105F60, symSize: 0x40 }
+ - { offsetInCU: 0xB97, offset: 0x11DC7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBCC, symBinAddr: 0x105FA0, symSize: 0x20 }
+ - { offsetInCU: 0xBC9, offset: 0x11DCAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC4copyACyF', symObjAddr: 0xC28, symBinAddr: 0x105FFC, symSize: 0x218 }
+ - { offsetInCU: 0xCD9, offset: 0x11DDBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0xE40, symBinAddr: 0x106214, symSize: 0x28 }
+ - { offsetInCU: 0xD1F, offset: 0x11DE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE68, symBinAddr: 0x10623C, symSize: 0x36C }
+ - { offsetInCU: 0xE07, offset: 0x11DEEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCMa', symObjAddr: 0x1214, symBinAddr: 0x1065A8, symSize: 0x20 }
+ - { offsetInCU: 0xE1B, offset: 0x11DEFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASQWb', symObjAddr: 0x1234, symBinAddr: 0x1065C8, symSize: 0x4 }
+ - { offsetInCU: 0xE2F, offset: 0x11DF12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCACSQAAWl', symObjAddr: 0x1238, symBinAddr: 0x1065CC, symSize: 0x44 }
+ - { offsetInCU: 0xF30, offset: 0x11E013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBEC, symBinAddr: 0x105FC0, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0x11E2C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x106A04, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x11E2E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x106A04, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x11E302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x10, symBinAddr: 0x106A14, symSize: 0x40 }
+ - { offsetInCU: 0xBD, offset: 0x11E356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfc', symObjAddr: 0x50, symBinAddr: 0x106A54, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x11E385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCfd', symObjAddr: 0x58, symBinAddr: 0x106A5C, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x11E3B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCfD', symObjAddr: 0x60, symBinAddr: 0x106A64, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x11E3E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCMa', symObjAddr: 0x70, symBinAddr: 0x106A74, symSize: 0x20 }
+ - { offsetInCU: 0xBB, offset: 0x11E65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvgTo', symObjAddr: 0x1068, symBinAddr: 0x107AFC, symSize: 0x44 }
+ - { offsetInCU: 0xF8, offset: 0x11E699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvg', symObjAddr: 0x10AC, symBinAddr: 0x107B40, symSize: 0x44 }
+ - { offsetInCU: 0x141, offset: 0x11E6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvsTo', symObjAddr: 0x10F0, symBinAddr: 0x107B84, symSize: 0x48 }
+ - { offsetInCU: 0x186, offset: 0x11E727, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvs', symObjAddr: 0x1138, symBinAddr: 0x107BCC, symSize: 0x48 }
+ - { offsetInCU: 0x1AF, offset: 0x11E750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvM', symObjAddr: 0x1180, symBinAddr: 0x107C14, symSize: 0x44 }
+ - { offsetInCU: 0x1DE, offset: 0x11E77F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvg', symObjAddr: 0x11C4, symBinAddr: 0x107C58, symSize: 0x48 }
+ - { offsetInCU: 0x20D, offset: 0x11E7AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvs', symObjAddr: 0x120C, symBinAddr: 0x107CA0, symSize: 0x50 }
+ - { offsetInCU: 0x24C, offset: 0x11E7ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvM', symObjAddr: 0x125C, symBinAddr: 0x107CF0, symSize: 0x44 }
+ - { offsetInCU: 0x27B, offset: 0x11E81C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC15endResultsArraySo7NSArrayCvgTo', symObjAddr: 0x12A0, symBinAddr: 0x107D34, symSize: 0x38 }
+ - { offsetInCU: 0x297, offset: 0x11E838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC15endResultsArraySo7NSArrayCvg', symObjAddr: 0x12D8, symBinAddr: 0x107D6C, symSize: 0x2FC }
+ - { offsetInCU: 0x4AC, offset: 0x11EA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC3add9endResultyAA0de3EndL0O_tF', symObjAddr: 0x15D4, symBinAddr: 0x108068, symSize: 0xE0 }
+ - { offsetInCU: 0x5F3, offset: 0x11EB94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC3add9endResultyAA0de3EndL0O_tFTo', symObjAddr: 0x16B4, symBinAddr: 0x108148, symSize: 0xFC }
+ - { offsetInCU: 0x730, offset: 0x11ECD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6remove9endResultyAA0de3EndL0O_tF', symObjAddr: 0x17B0, symBinAddr: 0x108244, symSize: 0x884 }
+ - { offsetInCU: 0xCAC, offset: 0x11F24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6remove9endResultyAA0de3EndL0O_tFTo', symObjAddr: 0x20F4, symBinAddr: 0x108B88, symSize: 0x3C }
+ - { offsetInCU: 0xCE6, offset: 0x11F287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvgTo', symObjAddr: 0x2130, symBinAddr: 0x108BC4, symSize: 0x44 }
+ - { offsetInCU: 0xD23, offset: 0x11F2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32Vvg', symObjAddr: 0x2174, symBinAddr: 0x108C08, symSize: 0x44 }
+ - { offsetInCU: 0xD8A, offset: 0x11F32B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvsTo', symObjAddr: 0x21B8, symBinAddr: 0x108C4C, symSize: 0x68 }
+ - { offsetInCU: 0xDE3, offset: 0x11F384, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32Vvs', symObjAddr: 0x2220, symBinAddr: 0x108CB4, symSize: 0x70 }
+ - { offsetInCU: 0xE20, offset: 0x11F3C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvM', symObjAddr: 0x2290, symBinAddr: 0x108D24, symSize: 0x58 }
+ - { offsetInCU: 0xE4F, offset: 0x11F3F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvM.resume.0', symObjAddr: 0x22E8, symBinAddr: 0x108D7C, symSize: 0x58 }
+ - { offsetInCU: 0xE8E, offset: 0x11F42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCAEycfc', symObjAddr: 0x234C, symBinAddr: 0x108DE0, symSize: 0x78 }
+ - { offsetInCU: 0xECB, offset: 0x11F46C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCAEycfcTo', symObjAddr: 0x23C4, symBinAddr: 0x108E58, symSize: 0x7C }
+ - { offsetInCU: 0xF11, offset: 0x11F4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC4copyAEyF', symObjAddr: 0x2440, symBinAddr: 0x108ED4, symSize: 0xE0 }
+ - { offsetInCU: 0xF93, offset: 0x11F534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6sender4user6paramsAcA13CommandSender_p_AA4UserCAC6ParamsCtcfC', symObjAddr: 0x0, symBinAddr: 0x106A94, symSize: 0x150 }
+ - { offsetInCU: 0xFF0, offset: 0x11F591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO02asJ0AA0dE0C0iJ0OSgvg', symObjAddr: 0x150, symBinAddr: 0x106BE4, symSize: 0x20 }
+ - { offsetInCU: 0x102F, offset: 0x11F5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO8rawValueSivg', symObjAddr: 0x170, symBinAddr: 0x106C04, symSize: 0x4 }
+ - { offsetInCU: 0x1058, offset: 0x11F5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO8rawValueAESgSi_tcfC', symObjAddr: 0x174, symBinAddr: 0x106C08, symSize: 0x14 }
+ - { offsetInCU: 0x1091, offset: 0x11F632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x248, symBinAddr: 0x106CDC, symSize: 0x20 }
+ - { offsetInCU: 0x10C2, offset: 0x11F663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x268, symBinAddr: 0x106CFC, symSize: 0xC }
+ - { offsetInCU: 0x10FD, offset: 0x11F69E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvg', symObjAddr: 0x274, symBinAddr: 0x106D08, symSize: 0x4C }
+ - { offsetInCU: 0x112C, offset: 0x11F6CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvs', symObjAddr: 0x2C0, symBinAddr: 0x106D54, symSize: 0x5C }
+ - { offsetInCU: 0x116B, offset: 0x11F70C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvM', symObjAddr: 0x31C, symBinAddr: 0x106DB0, symSize: 0x44 }
+ - { offsetInCU: 0x11B8, offset: 0x11F759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvgTo', symObjAddr: 0x360, symBinAddr: 0x106DF4, symSize: 0x48 }
+ - { offsetInCU: 0x11F5, offset: 0x11F796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvg', symObjAddr: 0x3A8, symBinAddr: 0x106E3C, symSize: 0x44 }
+ - { offsetInCU: 0x123E, offset: 0x11F7DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvsTo', symObjAddr: 0x3EC, symBinAddr: 0x106E80, symSize: 0x64 }
+ - { offsetInCU: 0x1283, offset: 0x11F824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvs', symObjAddr: 0x450, symBinAddr: 0x106EE4, symSize: 0x50 }
+ - { offsetInCU: 0x12AC, offset: 0x11F84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvM', symObjAddr: 0x4A0, symBinAddr: 0x106F34, symSize: 0x44 }
+ - { offsetInCU: 0x12DB, offset: 0x11F87C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvM.resume.0', symObjAddr: 0x4E4, symBinAddr: 0x106F78, symSize: 0x4 }
+ - { offsetInCU: 0x1324, offset: 0x11F8C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x4E8, symBinAddr: 0x106F7C, symSize: 0x10 }
+ - { offsetInCU: 0x1344, offset: 0x11F8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x4E8, symBinAddr: 0x106F7C, symSize: 0x10 }
+ - { offsetInCU: 0x1361, offset: 0x11F902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvg', symObjAddr: 0x4F8, symBinAddr: 0x106F8C, symSize: 0x10 }
+ - { offsetInCU: 0x139C, offset: 0x11F93D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6myRoleAC04UserJ6FilterOvgTo', symObjAddr: 0x614, symBinAddr: 0x1070A8, symSize: 0x60 }
+ - { offsetInCU: 0x13D1, offset: 0x11F972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6myRoleAC04UserJ6FilterOvg', symObjAddr: 0x674, symBinAddr: 0x107108, symSize: 0x40 }
+ - { offsetInCU: 0x13F0, offset: 0x11F991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC10endResultsSayAA0dE9EndResultOGvg', symObjAddr: 0x6B4, symBinAddr: 0x107148, symSize: 0x40 }
+ - { offsetInCU: 0x143D, offset: 0x11F9DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC15endResultsArraySo7NSArrayCvgTo', symObjAddr: 0x6F4, symBinAddr: 0x107188, symSize: 0x60 }
+ - { offsetInCU: 0x1472, offset: 0x11FA13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC15endResultsArraySo7NSArrayCvg', symObjAddr: 0x754, symBinAddr: 0x1071E8, symSize: 0x40 }
+ - { offsetInCU: 0x14AF, offset: 0x11FA50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC5limits5Int32VvgTo', symObjAddr: 0x794, symBinAddr: 0x107228, symSize: 0x60 }
+ - { offsetInCU: 0x14E4, offset: 0x11FA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC5limits5Int32Vvg', symObjAddr: 0x7F4, symBinAddr: 0x107288, symSize: 0x40 }
+ - { offsetInCU: 0x1503, offset: 0x11FAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6sender4user6paramsAcA13CommandSender_p_AA4UserCAC6ParamsCtcfc', symObjAddr: 0x834, symBinAddr: 0x1072C8, symSize: 0x140 }
+ - { offsetInCU: 0x1588, offset: 0x11FB29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x994, symBinAddr: 0x107428, symSize: 0x3CC }
+ - { offsetInCU: 0x1694, offset: 0x11FC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_', symObjAddr: 0xD60, symBinAddr: 0x1077F4, symSize: 0x234 }
+ - { offsetInCU: 0x186D, offset: 0x11FE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0xF94, symBinAddr: 0x107A28, symSize: 0x74 }
+ - { offsetInCU: 0x1889, offset: 0x11FE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCfETo', symObjAddr: 0x252C, symBinAddr: 0x108FC0, symSize: 0x10 }
+ - { offsetInCU: 0x18B8, offset: 0x11FE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCACycfc', symObjAddr: 0x2578, symBinAddr: 0x10900C, symSize: 0x2C }
+ - { offsetInCU: 0x191B, offset: 0x11FEBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCACycfcTo', symObjAddr: 0x25A4, symBinAddr: 0x109038, symSize: 0x2C }
+ - { offsetInCU: 0x19CE, offset: 0x11FF6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCMa', symObjAddr: 0x974, symBinAddr: 0x107408, symSize: 0x20 }
+ - { offsetInCU: 0x1A0F, offset: 0x11FFB0, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD13DirectCallLogCGSgAGIeggg_TR', symObjAddr: 0x1008, symBinAddr: 0x107A9C, symSize: 0x60 }
+ - { offsetInCU: 0x1CA0, offset: 0x120241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCfETo', symObjAddr: 0x260C, symBinAddr: 0x1090A0, symSize: 0x5C }
+ - { offsetInCU: 0x1CCF, offset: 0x120270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyycfU0_TA', symObjAddr: 0x268C, symBinAddr: 0x109120, symSize: 0x40 }
+ - { offsetInCU: 0x1D03, offset: 0x1202A4, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF13SendBirdCalls14StatisticValueCySdG_Tg5', symObjAddr: 0x26CC, symBinAddr: 0x109160, symSize: 0x4 }
+ - { offsetInCU: 0x1D1B, offset: 0x1202BC, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF13SendBirdCalls14StatisticValueCys5Int64VG_Tg5', symObjAddr: 0x26D4, symBinAddr: 0x109164, symSize: 0x4 }
+ - { offsetInCU: 0x1D33, offset: 0x1202D4, size: 0x8, addend: 0x0, symName: '_$sSa21_makeMutableAndUniqueyyF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x26D8, symBinAddr: 0x109168, symSize: 0x3C }
+ - { offsetInCU: 0x1D60, offset: 0x120301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_TA', symObjAddr: 0x2764, symBinAddr: 0x1091F4, symSize: 0x10 }
+ - { offsetInCU: 0x1D7F, offset: 0x120320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA30DirectCallLogListQueryResponseCGIegg_AFIegn_TRTA', symObjAddr: 0x2774, symBinAddr: 0x109204, symSize: 0x2C }
+ - { offsetInCU: 0x1DA8, offset: 0x120349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA11RequestableAAWl', symObjAddr: 0x27A0, symBinAddr: 0x109230, symSize: 0x44 }
+ - { offsetInCU: 0x1DBC, offset: 0x12035D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA10ResultableAAWl', symObjAddr: 0x27E4, symBinAddr: 0x109274, symSize: 0x44 }
+ - { offsetInCU: 0x1DD0, offset: 0x120371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVWOs', symObjAddr: 0x2828, symBinAddr: 0x1092B8, symSize: 0x54 }
+ - { offsetInCU: 0x1DE4, offset: 0x120385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyycfU_TA', symObjAddr: 0x287C, symBinAddr: 0x10930C, symSize: 0x40 }
+ - { offsetInCU: 0x1E18, offset: 0x1203B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCMa', symObjAddr: 0x28CC, symBinAddr: 0x10934C, symSize: 0x20 }
+ - { offsetInCU: 0x1E2C, offset: 0x1203CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASQWb', symObjAddr: 0x28EC, symBinAddr: 0x10936C, symSize: 0x4 }
+ - { offsetInCU: 0x1E40, offset: 0x1203E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOAESQAAWl', symObjAddr: 0x28F0, symBinAddr: 0x109370, symSize: 0x44 }
+ - { offsetInCU: 0x1E54, offset: 0x1203F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOMa', symObjAddr: 0x2E08, symBinAddr: 0x109888, symSize: 0x10 }
+ - { offsetInCU: 0x1E68, offset: 0x120409, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD13DirectCallLogCGSgAGIeggg_TRTA', symObjAddr: 0x2F7C, symBinAddr: 0x1099FC, symSize: 0x8 }
+ - { offsetInCU: 0x1E7C, offset: 0x12041D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_yycfU0_TA', symObjAddr: 0x2FB0, symBinAddr: 0x109A30, symSize: 0x2C }
+ - { offsetInCU: 0x1EB8, offset: 0x120459, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA30DirectCallLogListQueryResponseCGWOy', symObjAddr: 0x2FDC, symBinAddr: 0x109A5C, symSize: 0xC }
+ - { offsetInCU: 0x1ECC, offset: 0x12046D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_yycfU_TA', symObjAddr: 0x3014, symBinAddr: 0x109A94, symSize: 0x30 }
+ - { offsetInCU: 0x1F48, offset: 0x1204E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x188, symBinAddr: 0x106C1C, symSize: 0x14 }
+ - { offsetInCU: 0x1FD9, offset: 0x12057A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH9hashValueSivgTW', symObjAddr: 0x19C, symBinAddr: 0x106C30, symSize: 0x44 }
+ - { offsetInCU: 0x2088, offset: 0x120629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x106C74, symSize: 0x28 }
+ - { offsetInCU: 0x20DB, offset: 0x12067C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x208, symBinAddr: 0x106C9C, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x120A7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateVideoEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x0, symBinAddr: 0x109AE4, symSize: 0x1E4 }
+ - { offsetInCU: 0x1E0, offset: 0x120C34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateVideoEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x0, symBinAddr: 0x109AE4, symSize: 0x1E4 }
+ - { offsetInCU: 0x45C, offset: 0x120EB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateAudioEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x1E4, symBinAddr: 0x109CC8, symSize: 0x1E4 }
+ - { offsetInCU: 0x726, offset: 0x12117A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tF', symObjAddr: 0x3C8, symBinAddr: 0x109EAC, symSize: 0x48C }
+ - { offsetInCU: 0xA26, offset: 0x12147A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFyShySSGz_SStXEfU_', symObjAddr: 0x854, symBinAddr: 0x10A338, symSize: 0x2BC }
+ - { offsetInCU: 0xC98, offset: 0x1216EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27updateRemoteRecordingStatus4withyAA0dE8SnapshotC_tF', symObjAddr: 0xB10, symBinAddr: 0x10A5F4, symSize: 0x33C }
+ - { offsetInCU: 0xF1B, offset: 0x12196F, size: 0x8, addend: 0x0, symName: '_$sSh9formUnionyyqd__n7ElementQyd__RszSTRd__lFSS_SD4KeysVyS2S_GTg5', symObjAddr: 0xE4C, symBinAddr: 0x10A930, symSize: 0x144 }
+ - { offsetInCU: 0x11CB, offset: 0x121C1F, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFShySSG_AETg590$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFyShySSGz_SStXEfU_0eF5Calls0hI0CAG0hiO0C0K5ItemsCTf1ncn_nTf4nngg_n', symObjAddr: 0xF90, symBinAddr: 0x10AA74, symSize: 0x1B4 }
+ - { offsetInCU: 0x12AE, offset: 0x121D02, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSD4KeysVyS2S_G_SaySSGTg591$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFySaySSGz_SStXEfU0_0fG5Calls0ijP0C0L5ItemsCTf1ncn_nTf4nng_n', symObjAddr: 0x1144, symBinAddr: 0x10AC28, symSize: 0x224 }
+ - { offsetInCU: 0x4B, offset: 0x122157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvg', symObjAddr: 0x0, symBinAddr: 0x10AE4C, symSize: 0x34 }
+ - { offsetInCU: 0x67, offset: 0x122173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvs', symObjAddr: 0x34, symBinAddr: 0x10AE80, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0x12218F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvM', symObjAddr: 0x78, symBinAddr: 0x10AEC4, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x1221AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvM.resume.0', symObjAddr: 0xB4, symBinAddr: 0x10AF00, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0x1221C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvg', symObjAddr: 0xB8, symBinAddr: 0x10AF04, symSize: 0x30 }
+ - { offsetInCU: 0xD7, offset: 0x1221E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvs', symObjAddr: 0xE8, symBinAddr: 0x10AF34, symSize: 0x44 }
+ - { offsetInCU: 0xF3, offset: 0x1221FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvM', symObjAddr: 0x12C, symBinAddr: 0x10AF78, symSize: 0x3C }
+ - { offsetInCU: 0x10F, offset: 0x12221B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfC', symObjAddr: 0x168, symBinAddr: 0x10AFB4, symSize: 0x3C }
+ - { offsetInCU: 0x12D, offset: 0x122239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfc', symObjAddr: 0x1A4, symBinAddr: 0x10AFF0, symSize: 0x84 }
+ - { offsetInCU: 0x181, offset: 0x12228D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC11addDelegate_6forKeyyx_SStF', symObjAddr: 0x228, symBinAddr: 0x10B074, symSize: 0x70 }
+ - { offsetInCU: 0x1D0, offset: 0x1222DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC14removeDelegate6forKeyySS_tF', symObjAddr: 0x298, symBinAddr: 0x10B0E4, symSize: 0x68 }
+ - { offsetInCU: 0x20F, offset: 0x12231B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC18removeAllDelegatesyyF', symObjAddr: 0x300, symBinAddr: 0x10B14C, symSize: 0x38 }
+ - { offsetInCU: 0x23E, offset: 0x12234A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCfd', symObjAddr: 0x338, symBinAddr: 0x10B184, symSize: 0x24 }
+ - { offsetInCU: 0x279, offset: 0x122385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCfD', symObjAddr: 0x35C, symBinAddr: 0x10B1A8, symSize: 0x2C }
+ - { offsetInCU: 0x2C4, offset: 0x1223D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMi', symObjAddr: 0x46C, symBinAddr: 0x10B2B8, symSize: 0x4 }
+ - { offsetInCU: 0x2D8, offset: 0x1223E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMr', symObjAddr: 0x470, symBinAddr: 0x10B2BC, symSize: 0x50 }
+ - { offsetInCU: 0x2EC, offset: 0x1223F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMa', symObjAddr: 0x4C0, symBinAddr: 0x10B30C, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x1225FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callIdSSvg', symObjAddr: 0x0, symBinAddr: 0x10B3A0, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x122620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callIdSSvg', symObjAddr: 0x0, symBinAddr: 0x10B3A0, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x12263C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV11recordingIdSSvg', symObjAddr: 0x2C, symBinAddr: 0x10B3CC, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x122658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV13recordingTypeAA0D7OptionsC0dH0Ovg', symObjAddr: 0x58, symBinAddr: 0x10B3F8, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x122674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV09recordingE0AA0dE0Ovg', symObjAddr: 0x60, symBinAddr: 0x10B400, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x122690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x68, symBinAddr: 0x10B408, symSize: 0x8 }
+ - { offsetInCU: 0xD7, offset: 0x1226AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV9requestIdSSvg', symObjAddr: 0x70, symBinAddr: 0x10B410, symSize: 0x2C }
+ - { offsetInCU: 0xEB, offset: 0x1226C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callId09recordingH00I4Type0iE0ACSS_SSAA0D7OptionsC0dJ0OAA0dE0OtcfC', symObjAddr: 0x9C, symBinAddr: 0x10B43C, symSize: 0x6C }
+ - { offsetInCU: 0x107, offset: 0x1226DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x108, symBinAddr: 0x10B4A8, symSize: 0x328 }
+ - { offsetInCU: 0x192, offset: 0x122767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x430, symBinAddr: 0x10B7D0, symSize: 0x8 }
+ - { offsetInCU: 0x1BD, offset: 0x122792, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x438, symBinAddr: 0x10B7D8, symSize: 0x2C }
+ - { offsetInCU: 0x1EF, offset: 0x1227C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x464, symBinAddr: 0x10B804, symSize: 0x40 }
+ - { offsetInCU: 0x212, offset: 0x1227E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callId09recordingH00I4Type0iE0ACSS_SSAA0D7OptionsC0dJ0OAA0dE0OtcfCTf4ggnnd_n', symObjAddr: 0x4A4, symBinAddr: 0x10B844, symSize: 0xD4 }
+ - { offsetInCU: 0x2B5, offset: 0x12288A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSEAAWl', symObjAddr: 0x664, symBinAddr: 0x10B918, symSize: 0x44 }
+ - { offsetInCU: 0x2C9, offset: 0x12289E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x6A8, symBinAddr: 0x10B95C, symSize: 0x24 }
+ - { offsetInCU: 0x2DD, offset: 0x1228B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA13WSRequestableAAWl', symObjAddr: 0x6CC, symBinAddr: 0x10B980, symSize: 0x44 }
+ - { offsetInCU: 0x2F1, offset: 0x1228C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x710, symBinAddr: 0x10B9C4, symSize: 0x24 }
+ - { offsetInCU: 0x305, offset: 0x1228DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13WSRequestableAAWI', symObjAddr: 0x778, symBinAddr: 0x10B9E8, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x1228EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x7E0, symBinAddr: 0x10BA0C, symSize: 0x4 }
+ - { offsetInCU: 0x32D, offset: 0x122902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA11RequestableAAWI', symObjAddr: 0x828, symBinAddr: 0x10BA10, symSize: 0x2C }
+ - { offsetInCU: 0x341, offset: 0x122916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA0F0AAWl', symObjAddr: 0x854, symBinAddr: 0x10BA3C, symSize: 0x44 }
+ - { offsetInCU: 0x355, offset: 0x12292A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x898, symBinAddr: 0x10BA80, symSize: 0x44 }
+ - { offsetInCU: 0x369, offset: 0x12293E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0AAWI', symObjAddr: 0x8DC, symBinAddr: 0x10BAC4, symSize: 0x24 }
+ - { offsetInCU: 0x37D, offset: 0x122952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVACSEAAWl', symObjAddr: 0x900, symBinAddr: 0x10BAE8, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x122966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x944, symBinAddr: 0x10BB2C, symSize: 0x24 }
+ - { offsetInCU: 0x3A5, offset: 0x12297A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwCP', symObjAddr: 0x968, symBinAddr: 0x10BB50, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x12298E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwxx', symObjAddr: 0x998, symBinAddr: 0x10BB80, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x1229A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwcp', symObjAddr: 0x9C8, symBinAddr: 0x10BBB0, symSize: 0x64 }
+ - { offsetInCU: 0x3E1, offset: 0x1229B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwca', symObjAddr: 0xA2C, symBinAddr: 0x10BC14, symSize: 0xA4 }
+ - { offsetInCU: 0x3F5, offset: 0x1229CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwta', symObjAddr: 0xAF4, symBinAddr: 0x10BCB8, symSize: 0x64 }
+ - { offsetInCU: 0x409, offset: 0x1229DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwet', symObjAddr: 0xB58, symBinAddr: 0x10BD1C, symSize: 0x48 }
+ - { offsetInCU: 0x41D, offset: 0x1229F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwst', symObjAddr: 0xBA0, symBinAddr: 0x10BD64, symSize: 0x50 }
+ - { offsetInCU: 0x431, offset: 0x122A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVMa', symObjAddr: 0xBF0, symBinAddr: 0x10BDB4, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x122C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15prepareNewValueyyF', symObjAddr: 0x0, symBinAddr: 0x10BDC4, symSize: 0x94 }
+ - { offsetInCU: 0x3F, offset: 0x122C5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15prepareNewValueyyF', symObjAddr: 0x0, symBinAddr: 0x10BDC4, symSize: 0x94 }
+ - { offsetInCU: 0x5E, offset: 0x122C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15willSetNewValue4withyAC_tF', symObjAddr: 0xD8, symBinAddr: 0x10BE58, symSize: 0x38 }
+ - { offsetInCU: 0x83, offset: 0x122CA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14didSetNewValue4withyAC_tF', symObjAddr: 0x110, symBinAddr: 0x10BE90, symSize: 0x9C }
+ - { offsetInCU: 0xAC, offset: 0x122CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19failedToSetNewValueyyF', symObjAddr: 0x1AC, symBinAddr: 0x10BF2C, symSize: 0x1C }
+ - { offsetInCU: 0xC9, offset: 0x122CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableAA10IdentifierAaDP_SHWT', symObjAddr: 0x1C8, symBinAddr: 0x10BF48, symSize: 0x4 }
+ - { offsetInCU: 0xDD, offset: 0x122CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOAESHAAWl', symObjAddr: 0x1CC, symBinAddr: 0x10BF4C, symSize: 0x44 }
+ - { offsetInCU: 0x10F, offset: 0x122D2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP07prepareF5ValueyyFTW', symObjAddr: 0x210, symBinAddr: 0x10BF90, symSize: 0x94 }
+ - { offsetInCU: 0x176, offset: 0x122D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP07willSetF5Value4withyx_tFTW', symObjAddr: 0x2A4, symBinAddr: 0x10C024, symSize: 0x38 }
+ - { offsetInCU: 0x1E7, offset: 0x122E04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP06didSetF5Value4withyx_tFTW', symObjAddr: 0x2DC, symBinAddr: 0x10C05C, symSize: 0x9C }
+ - { offsetInCU: 0x24C, offset: 0x122E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP011failedToSetF5ValueyyFTW', symObjAddr: 0x378, symBinAddr: 0x10C0F8, symSize: 0x1C }
+ - { offsetInCU: 0x26C, offset: 0x122E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP011failedToSetF5ValueyyFTW', symObjAddr: 0x378, symBinAddr: 0x10C0F8, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x123069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x10C114, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x12308D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x10C114, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1230AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x10C124, symSize: 0x70 }
+ - { offsetInCU: 0xBD, offset: 0x1230FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfc', symObjAddr: 0x80, symBinAddr: 0x10C194, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x12312E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCfd', symObjAddr: 0x88, symBinAddr: 0x10C19C, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x12315D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCfD', symObjAddr: 0x90, symBinAddr: 0x10C1A4, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x12318D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCMa', symObjAddr: 0xA0, symBinAddr: 0x10C1B4, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x123389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x0, symBinAddr: 0x10C1D4, symSize: 0x34 }
+ - { offsetInCU: 0x5B, offset: 0x1233A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RespondablePAAE11keyStrategy10Foundation11JSONDecoderC011KeyDecodingF0OvgZ', symObjAddr: 0x34, symBinAddr: 0x10C208, symSize: 0x44 }
+ - { offsetInCU: 0x90, offset: 0x1233DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x78, symBinAddr: 0x10C24C, symSize: 0x34 }
+ - { offsetInCU: 0xAC, offset: 0x1233F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0xB0, symBinAddr: 0x10C284, symSize: 0x34 }
+ - { offsetInCU: 0xC8, offset: 0x123412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA17StrategyDecodableA2aDP03keyJ010Foundation11JSONDecoderC011KeyDecodingJ0OvgZTW', symObjAddr: 0xE4, symBinAddr: 0x10C2B8, symSize: 0x34 }
+ - { offsetInCU: 0xE4, offset: 0x12342E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x118, symBinAddr: 0x10C2EC, symSize: 0x34 }
+ - { offsetInCU: 0x100, offset: 0x12344A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x14C, symBinAddr: 0x10C320, symSize: 0x34 }
+ - { offsetInCU: 0x11C, offset: 0x123466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x184, symBinAddr: 0x10C358, symSize: 0x34 }
+ - { offsetInCU: 0x138, offset: 0x123482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x1C4, symBinAddr: 0x10C398, symSize: 0x34 }
+ - { offsetInCU: 0x154, offset: 0x12349E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x1F8, symBinAddr: 0x10C3CC, symSize: 0x34 }
+ - { offsetInCU: 0x170, offset: 0x1234BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x22C, symBinAddr: 0x10C400, symSize: 0x34 }
+ - { offsetInCU: 0x18C, offset: 0x1234D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x260, symBinAddr: 0x10C434, symSize: 0x34 }
+ - { offsetInCU: 0x1A8, offset: 0x1234F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x294, symBinAddr: 0x10C468, symSize: 0x34 }
+ - { offsetInCU: 0x1C4, offset: 0x12350E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x2D0, symBinAddr: 0x10C4A4, symSize: 0x34 }
+ - { offsetInCU: 0x27, offset: 0x123704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x10C524, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x123728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x10C524, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x12373C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x10C530, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x123758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x10C560, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x123774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x10C5A4, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x123790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x10C5E0, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x1237AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x10C5E4, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x1237D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x10C62C, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x1238C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x10C930, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x123973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x10CA44, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x123A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x10CB30, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x123AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x10CB5C, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x123B16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfd', symObjAddr: 0x804, symBinAddr: 0x10CB90, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x123B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x10CBC4, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x123BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x10CC00, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x123BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x10CC28, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x123BF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x10CC50, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x123C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x10CCA0, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x123C3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x10CCCC, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x123C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x10C910, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x123D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x10CB88, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x123FCC, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg5', symObjAddr: 0x0, symBinAddr: 0x10CD80, symSize: 0x128 }
+ - { offsetInCU: 0x153, offset: 0x1240F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfC', symObjAddr: 0x128, symBinAddr: 0x10CEA8, symSize: 0x48 }
+ - { offsetInCU: 0x187, offset: 0x12412C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvg', symObjAddr: 0x170, symBinAddr: 0x10CEF0, symSize: 0x34 }
+ - { offsetInCU: 0x1A3, offset: 0x124148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvs', symObjAddr: 0x1A4, symBinAddr: 0x10CF24, symSize: 0x44 }
+ - { offsetInCU: 0x1BF, offset: 0x124164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvM', symObjAddr: 0x1E8, symBinAddr: 0x10CF68, symSize: 0x3C }
+ - { offsetInCU: 0x1DB, offset: 0x124180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvM.resume.0', symObjAddr: 0x224, symBinAddr: 0x10CFA4, symSize: 0x4 }
+ - { offsetInCU: 0x1F7, offset: 0x12419C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC18remoteParticipantsSayAA06RemoteD0CGvg', symObjAddr: 0x228, symBinAddr: 0x10CFA8, symSize: 0x1D4 }
+ - { offsetInCU: 0x4A4, offset: 0x124449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC05localD0AA05LocalD0CSgvg', symObjAddr: 0x3FC, symBinAddr: 0x10D17C, symSize: 0x110 }
+ - { offsetInCU: 0x646, offset: 0x1245EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfc', symObjAddr: 0x50C, symBinAddr: 0x10D28C, symSize: 0x30 }
+ - { offsetInCU: 0x65A, offset: 0x1245FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlF', symObjAddr: 0x53C, symBinAddr: 0x10D2BC, symSize: 0x498 }
+ - { offsetInCU: 0x9AB, offset: 0x124950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlFSbAFXEfU_', symObjAddr: 0x9D4, symBinAddr: 0x10D754, symSize: 0x64 }
+ - { offsetInCU: 0xA21, offset: 0x1249C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC5clearyyF', symObjAddr: 0xA38, symBinAddr: 0x10D7B8, symSize: 0x1DC }
+ - { offsetInCU: 0xB82, offset: 0x124B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6removeyySSF', symObjAddr: 0xC14, symBinAddr: 0x10D994, symSize: 0x288 }
+ - { offsetInCU: 0xE8F, offset: 0x124E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCyxxcAA0D0CRbzluig', symObjAddr: 0xE9C, symBinAddr: 0x10DC1C, symSize: 0x218 }
+ - { offsetInCU: 0x1016, offset: 0x124FBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCyAA0D0CSgSScig', symObjAddr: 0x10B4, symBinAddr: 0x10DE34, symSize: 0x22C }
+ - { offsetInCU: 0x1239, offset: 0x1251DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCfd', symObjAddr: 0x12E0, symBinAddr: 0x10E060, symSize: 0x1C }
+ - { offsetInCU: 0x1274, offset: 0x125219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCfD', symObjAddr: 0x12FC, symBinAddr: 0x10E07C, symSize: 0x24 }
+ - { offsetInCU: 0x12DF, offset: 0x125284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfcTf4gn_n', symObjAddr: 0x1464, symBinAddr: 0x10E1E4, symSize: 0x2F8 }
+ - { offsetInCU: 0x179C, offset: 0x125741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCMa', symObjAddr: 0x17D8, symBinAddr: 0x10E4DC, symSize: 0x20 }
+ - { offsetInCU: 0x17B0, offset: 0x125755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlFSbAFXEfU_TA', symObjAddr: 0x182C, symBinAddr: 0x10E4FC, symSize: 0x1C }
+ - { offsetInCU: 0x17C4, offset: 0x125769, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13ef7Calls21H36CollectionC6removeyySSFSbAA0D0CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1848, symBinAddr: 0x10E518, symSize: 0x148 }
+ - { offsetInCU: 0x19D2, offset: 0x125977, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13hi7Calls21K36CollectionC6removeyySSFSbAA0D0CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1990, symBinAddr: 0x10E660, symSize: 0x348 }
+ - { offsetInCU: 0x1D2B, offset: 0x125CD0, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg5', symObjAddr: 0x0, symBinAddr: 0x10CD80, symSize: 0x128 }
+ - { offsetInCU: 0x1FDC, offset: 0x125F81, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13de7Calls21G34CollectionCyAA0D0CSgSScigSbAEXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1320, symBinAddr: 0x10E0A0, symSize: 0x144 }
+ - { offsetInCU: 0x4B, offset: 0x1263D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x10EA94, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1263E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x10EAA0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x126400, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x10EAD0, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x12641C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x10EB14, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x126438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x10EB50, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x126454, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x10EB54, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x126479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x10EB9C, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x12656A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x10EEA0, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x12661B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x10EFA8, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x126702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x10F088, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x126761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x10F0B4, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x1267BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x10F0E8, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x12680F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x10F11C, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x126868, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x870, symBinAddr: 0x10F158, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x126884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x10F1AC, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x1268A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x10F1D4, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x1268BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x914, symBinAddr: 0x10F1FC, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x1268E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x10F27C, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x12691A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x10EE80, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x1269EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x10F0E0, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x126C9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8Constant33_FD7A6189F1D8E487C75F4B346E142E52LLV7commandSSvpZ', symObjAddr: 0x1748, symBinAddr: 0x2C7E38, symSize: 0x0 }
+ - { offsetInCU: 0x8F, offset: 0x126CDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO10dictionarySDySSypGSgvg', symObjAddr: 0x0, symBinAddr: 0x10F338, symSize: 0x214 }
+ - { offsetInCU: 0x14D, offset: 0x126D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO4data10Foundation4DataVSgvg', symObjAddr: 0x214, symBinAddr: 0x10F54C, symSize: 0x2E4 }
+ - { offsetInCU: 0x210, offset: 0x126E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV7commandyAA0D0_pSgAC5InputOFZ', symObjAddr: 0x4F8, symBinAddr: 0x10F830, symSize: 0x1B4 }
+ - { offsetInCU: 0x2C2, offset: 0x126F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryVACycfC', symObjAddr: 0xE28, symBinAddr: 0x110160, symSize: 0x4 }
+ - { offsetInCU: 0x2E1, offset: 0x126F2E, size: 0x8, addend: 0x0, symName: '_$sSe13SendBirdCallsE6decode4withxSg10Foundation4DataVSg_tFZ', symObjAddr: 0x6AC, symBinAddr: 0x10F9E4, symSize: 0x1A8 }
+ - { offsetInCU: 0x4CD, offset: 0x12711A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO11commandTypeAA0D0_SepXpSgvg', symObjAddr: 0x854, symBinAddr: 0x10FB8C, symSize: 0x428 }
+ - { offsetInCU: 0x70B, offset: 0x127358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7CommandPAASeRzrlE06decodeD04withAaB_pSg10Foundation4DataVSg_tFZ', symObjAddr: 0xC7C, symBinAddr: 0x10FFB4, symSize: 0x18C }
+ - { offsetInCU: 0x797, offset: 0x1273E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO9typeValueAA05EventF4TypeOvg', symObjAddr: 0xE08, symBinAddr: 0x110140, symSize: 0x20 }
+ - { offsetInCU: 0x7B6, offset: 0x127403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8Constant33_FD7A6189F1D8E487C75F4B346E142E52LLV7command_WZ', symObjAddr: 0xE2C, symBinAddr: 0x110164, symSize: 0x24 }
+ - { offsetInCU: 0x7D0, offset: 0x12741D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOWOy', symObjAddr: 0xE50, symBinAddr: 0x110188, symSize: 0x2C }
+ - { offsetInCU: 0x7E4, offset: 0x127431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOWOy', symObjAddr: 0xE7C, symBinAddr: 0x1101B4, symSize: 0x10 }
+ - { offsetInCU: 0x7F8, offset: 0x127445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOWOe', symObjAddr: 0xEF0, symBinAddr: 0x1101C4, symSize: 0x2C }
+ - { offsetInCU: 0x80C, offset: 0x127459, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOWOe', symObjAddr: 0xF1C, symBinAddr: 0x1101F0, symSize: 0x10 }
+ - { offsetInCU: 0x820, offset: 0x12746D, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfCSS_ypTg5Tf4nd_n', symObjAddr: 0x1044, symBinAddr: 0x110200, symSize: 0x1B0 }
+ - { offsetInCU: 0x8B8, offset: 0x127505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCACSeAAWl', symObjAddr: 0x128C, symBinAddr: 0x1103EC, symSize: 0x48 }
+ - { offsetInCU: 0x8CC, offset: 0x127519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryVMa', symObjAddr: 0x1310, symBinAddr: 0x110434, symSize: 0x10 }
+ - { offsetInCU: 0x8E0, offset: 0x12752D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwCP', symObjAddr: 0x1320, symBinAddr: 0x110444, symSize: 0x48 }
+ - { offsetInCU: 0x8F4, offset: 0x127541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwxx', symObjAddr: 0x1368, symBinAddr: 0x11048C, symSize: 0x10 }
+ - { offsetInCU: 0x908, offset: 0x127555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwcp', symObjAddr: 0x1378, symBinAddr: 0x11049C, symSize: 0x48 }
+ - { offsetInCU: 0x91C, offset: 0x127569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwca', symObjAddr: 0x13C0, symBinAddr: 0x1104E4, symSize: 0x54 }
+ - { offsetInCU: 0x930, offset: 0x12757D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwta', symObjAddr: 0x1428, symBinAddr: 0x110538, symSize: 0x44 }
+ - { offsetInCU: 0x944, offset: 0x127591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwet', symObjAddr: 0x146C, symBinAddr: 0x11057C, symSize: 0x54 }
+ - { offsetInCU: 0x958, offset: 0x1275A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwst', symObjAddr: 0x14C0, symBinAddr: 0x1105D0, symSize: 0x54 }
+ - { offsetInCU: 0x96C, offset: 0x1275B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwug', symObjAddr: 0x1514, symBinAddr: 0x110624, symSize: 0xC }
+ - { offsetInCU: 0x980, offset: 0x1275CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwup', symObjAddr: 0x1520, symBinAddr: 0x110630, symSize: 0x10 }
+ - { offsetInCU: 0x994, offset: 0x1275E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwui', symObjAddr: 0x1530, symBinAddr: 0x110640, symSize: 0x14 }
+ - { offsetInCU: 0x9A8, offset: 0x1275F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOMa', symObjAddr: 0x1544, symBinAddr: 0x110654, symSize: 0x10 }
+ - { offsetInCU: 0x9BC, offset: 0x127609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwCP', symObjAddr: 0x1554, symBinAddr: 0x110664, symSize: 0x48 }
+ - { offsetInCU: 0x9D0, offset: 0x12761D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwxx', symObjAddr: 0x159C, symBinAddr: 0x1106AC, symSize: 0x10 }
+ - { offsetInCU: 0x9E4, offset: 0x127631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwcp', symObjAddr: 0x15AC, symBinAddr: 0x1106BC, symSize: 0x48 }
+ - { offsetInCU: 0x9F8, offset: 0x127645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwca', symObjAddr: 0x15F4, symBinAddr: 0x110704, symSize: 0x54 }
+ - { offsetInCU: 0xA0C, offset: 0x127659, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwta', symObjAddr: 0x1648, symBinAddr: 0x110758, symSize: 0x44 }
+ - { offsetInCU: 0xA20, offset: 0x12766D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwet', symObjAddr: 0x168C, symBinAddr: 0x11079C, symSize: 0x48 }
+ - { offsetInCU: 0xA34, offset: 0x127681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwst', symObjAddr: 0x16D4, symBinAddr: 0x1107E4, symSize: 0x44 }
+ - { offsetInCU: 0xA48, offset: 0x127695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwug', symObjAddr: 0x1718, symBinAddr: 0x110828, symSize: 0x8 }
+ - { offsetInCU: 0xA5C, offset: 0x1276A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwup', symObjAddr: 0x1720, symBinAddr: 0x110830, symSize: 0x4 }
+ - { offsetInCU: 0xA70, offset: 0x1276BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwui', symObjAddr: 0x1724, symBinAddr: 0x110834, symSize: 0xC }
+ - { offsetInCU: 0xA84, offset: 0x1276D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOMa', symObjAddr: 0x1730, symBinAddr: 0x110840, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x127A38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x110858, symSize: 0x68 }
+ - { offsetInCU: 0x4B, offset: 0x127A5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x110858, symSize: 0x68 }
+ - { offsetInCU: 0x67, offset: 0x127A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callIdSSvg', symObjAddr: 0x68, symBinAddr: 0x1108C0, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x127A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV10candidatesSayAA0E0CGvg', symObjAddr: 0x94, symBinAddr: 0x1108EC, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x127AB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV16peerConnectionIdSSSgvg', symObjAddr: 0x9C, symBinAddr: 0x1108F4, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x127AC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xC8, symBinAddr: 0x110920, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x127AE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV9requestIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x110928, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x127AF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xFC, symBinAddr: 0x110954, symSize: 0x274 }
+ - { offsetInCU: 0x156, offset: 0x127B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x370, symBinAddr: 0x110BC8, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x127B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x378, symBinAddr: 0x110BD0, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x127BD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3A4, symBinAddr: 0x110BFC, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x127C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3D0, symBinAddr: 0x110C28, symSize: 0x38 }
+ - { offsetInCU: 0x217, offset: 0x127C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfCTf4gggd_n', symObjAddr: 0x408, symBinAddr: 0x110C60, symSize: 0xD8 }
+ - { offsetInCU: 0x277, offset: 0x127C88, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGSayxGSEsSERzlWl', symObjAddr: 0x5CC, symBinAddr: 0x110D38, symSize: 0x60 }
+ - { offsetInCU: 0x28B, offset: 0x127C9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCACSEAAWl', symObjAddr: 0x680, symBinAddr: 0x110D98, symSize: 0x48 }
+ - { offsetInCU: 0x29F, offset: 0x127CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x80C, symBinAddr: 0x110DE0, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x127CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA13WSRequestableAAWl', symObjAddr: 0x830, symBinAddr: 0x110E04, symSize: 0x44 }
+ - { offsetInCU: 0x2C7, offset: 0x127CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x874, symBinAddr: 0x110E48, symSize: 0x24 }
+ - { offsetInCU: 0x2DB, offset: 0x127CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13WSRequestableAAWI', symObjAddr: 0x8DC, symBinAddr: 0x110E6C, symSize: 0x24 }
+ - { offsetInCU: 0x2EF, offset: 0x127D00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x944, symBinAddr: 0x110E90, symSize: 0x4 }
+ - { offsetInCU: 0x303, offset: 0x127D14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA11RequestableAAWI', symObjAddr: 0x98C, symBinAddr: 0x110E94, symSize: 0x2C }
+ - { offsetInCU: 0x317, offset: 0x127D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA0F0AAWl', symObjAddr: 0x9B8, symBinAddr: 0x110EC0, symSize: 0x44 }
+ - { offsetInCU: 0x32B, offset: 0x127D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x9FC, symBinAddr: 0x110F04, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x127D50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0AAWI', symObjAddr: 0xA40, symBinAddr: 0x110F48, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x127D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVACSEAAWl', symObjAddr: 0xA64, symBinAddr: 0x110F6C, symSize: 0x44 }
+ - { offsetInCU: 0x367, offset: 0x127D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAA8, symBinAddr: 0x110FB0, symSize: 0x24 }
+ - { offsetInCU: 0x37B, offset: 0x127D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwCP', symObjAddr: 0xACC, symBinAddr: 0x110FD4, symSize: 0x30 }
+ - { offsetInCU: 0x38F, offset: 0x127DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwxx', symObjAddr: 0xAFC, symBinAddr: 0x111004, symSize: 0x38 }
+ - { offsetInCU: 0x3A3, offset: 0x127DB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwcp', symObjAddr: 0xB34, symBinAddr: 0x11103C, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x127DC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwca', symObjAddr: 0xBA0, symBinAddr: 0x1110A8, symSize: 0xAC }
+ - { offsetInCU: 0x3CB, offset: 0x127DDC, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0xC4C, symBinAddr: 0x111154, symSize: 0x14 }
+ - { offsetInCU: 0x3DF, offset: 0x127DF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwta', symObjAddr: 0xC60, symBinAddr: 0x111168, symSize: 0x6C }
+ - { offsetInCU: 0x3F3, offset: 0x127E04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwet', symObjAddr: 0xCCC, symBinAddr: 0x1111D4, symSize: 0x48 }
+ - { offsetInCU: 0x407, offset: 0x127E18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwst', symObjAddr: 0xD14, symBinAddr: 0x11121C, symSize: 0x50 }
+ - { offsetInCU: 0x41B, offset: 0x127E2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVMa', symObjAddr: 0xD64, symBinAddr: 0x11126C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1280AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x11129C, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x1280CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x11129C, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1280EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC9candidateAA0F0Cvg', symObjAddr: 0x2C, symBinAddr: 0x1112C8, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x128106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x34, symBinAddr: 0x1112D0, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x12812B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x7C, symBinAddr: 0x111318, symSize: 0x2C0 }
+ - { offsetInCU: 0x181, offset: 0x128204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ008endpointJ09candidateACSS_S2SAA0F0CtcfC', symObjAddr: 0x4F4, symBinAddr: 0x1115F8, symSize: 0x80 }
+ - { offsetInCU: 0x225, offset: 0x1282A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ008endpointJ09candidateACSS_S2SAA0F0Ctcfc', symObjAddr: 0x574, symBinAddr: 0x111678, symSize: 0x2C }
+ - { offsetInCU: 0x2EA, offset: 0x12836D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x5A0, symBinAddr: 0x1116A4, symSize: 0x2C }
+ - { offsetInCU: 0x349, offset: 0x1283CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5CC, symBinAddr: 0x1116D0, symSize: 0x2C }
+ - { offsetInCU: 0x3A0, offset: 0x128423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfd', symObjAddr: 0x614, symBinAddr: 0x111718, symSize: 0x34 }
+ - { offsetInCU: 0x3F1, offset: 0x128474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfD', symObjAddr: 0x648, symBinAddr: 0x11174C, symSize: 0x3C }
+ - { offsetInCU: 0x44B, offset: 0x1284CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCMa', symObjAddr: 0x404, symBinAddr: 0x1115D8, symSize: 0x20 }
+ - { offsetInCU: 0x4F4, offset: 0x128577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfE', symObjAddr: 0x5F8, symBinAddr: 0x1116FC, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x1287D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x11179C, symSize: 0x44 }
+ - { offsetInCU: 0x81, offset: 0x12882B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x11179C, symSize: 0x44 }
+ - { offsetInCU: 0xD0, offset: 0x12887A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callIdSSvg', symObjAddr: 0x44, symBinAddr: 0x1117E0, symSize: 0x2C }
+ - { offsetInCU: 0xEC, offset: 0x128896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC8snapshotAA06SignalD0CSgvg', symObjAddr: 0x70, symBinAddr: 0x11180C, symSize: 0x8 }
+ - { offsetInCU: 0x108, offset: 0x1288B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfc', symObjAddr: 0x78, symBinAddr: 0x111814, symSize: 0x10 }
+ - { offsetInCU: 0x137, offset: 0x1288E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCfd', symObjAddr: 0x88, symBinAddr: 0x111824, symSize: 0x24 }
+ - { offsetInCU: 0x172, offset: 0x12891C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCfD', symObjAddr: 0xAC, symBinAddr: 0x111848, symSize: 0x2C }
+ - { offsetInCU: 0x1BC, offset: 0x128966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCMa', symObjAddr: 0xD8, symBinAddr: 0x111874, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x128B9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabledSbvM', symObjAddr: 0x30, symBinAddr: 0x1118D8, symSize: 0x44 }
+ - { offsetInCU: 0x7A, offset: 0x128BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isAudioEnabledSbvM', symObjAddr: 0xA4, symBinAddr: 0x11194C, symSize: 0x44 }
+ - { offsetInCU: 0xA9, offset: 0x128BFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC12kickSiblingsSbvM', symObjAddr: 0x220, symBinAddr: 0x111AC8, symSize: 0x44 }
+ - { offsetInCU: 0xD8, offset: 0x128C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC12kickSiblingsSbvM.resume.0', symObjAddr: 0x264, symBinAddr: 0x111B0C, symSize: 0x4 }
+ - { offsetInCU: 0x151, offset: 0x128CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfC', symObjAddr: 0x268, symBinAddr: 0x111B10, symSize: 0xC8 }
+ - { offsetInCU: 0x18E, offset: 0x128CE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfc', symObjAddr: 0x330, symBinAddr: 0x111BD8, symSize: 0xC0 }
+ - { offsetInCU: 0x1C9, offset: 0x128D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfcTo', symObjAddr: 0x410, symBinAddr: 0x111CB8, symSize: 0xC4 }
+ - { offsetInCU: 0x204, offset: 0x128D57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfC', symObjAddr: 0x4D4, symBinAddr: 0x111D7C, symSize: 0x20 }
+ - { offsetInCU: 0x222, offset: 0x128D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfc', symObjAddr: 0x4F4, symBinAddr: 0x111D9C, symSize: 0x1C }
+ - { offsetInCU: 0x271, offset: 0x128DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfcTo', symObjAddr: 0x510, symBinAddr: 0x111DB8, symSize: 0x18 }
+ - { offsetInCU: 0x291, offset: 0x128DE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfcTo', symObjAddr: 0x510, symBinAddr: 0x111DB8, symSize: 0x18 }
+ - { offsetInCU: 0x2AC, offset: 0x128DFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCfD', symObjAddr: 0x528, symBinAddr: 0x111DD0, symSize: 0x30 }
+ - { offsetInCU: 0x2DA, offset: 0x128E2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCMa', symObjAddr: 0x3F0, symBinAddr: 0x111C98, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x129009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClient3forAA03WebG0CSgAG10IdentifierO_tF', symObjAddr: 0x0, symBinAddr: 0x112098, symSize: 0xDC }
+ - { offsetInCU: 0x4A, offset: 0x12902C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClient3forAA03WebG0CSgAG10IdentifierO_tF', symObjAddr: 0x0, symBinAddr: 0x112098, symSize: 0xDC }
+ - { offsetInCU: 0x11D, offset: 0x1290FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27createSecondaryWebRTCClient4with14turnCredential18sessionDescriptionySSSg_AA04TurnL0CSgSo010RTCSessionN0CSgtF', symObjAddr: 0xDC, symBinAddr: 0x112174, symSize: 0x1AC }
+ - { offsetInCU: 0x1F9, offset: 0x1291DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31didConnectSecondaryWebRTCClientyyF', symObjAddr: 0x288, symBinAddr: 0x112320, symSize: 0x5C }
+ - { offsetInCU: 0x236, offset: 0x129218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31didConnectSecondaryWebRTCClientyyFTo', symObjAddr: 0x2E4, symBinAddr: 0x11237C, symSize: 0x74 }
+ - { offsetInCU: 0x26B, offset: 0x12924D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC37didFailToConnectSecondaryWebRTCClientyyF', symObjAddr: 0x358, symBinAddr: 0x1123F0, symSize: 0x48 }
+ - { offsetInCU: 0x2A8, offset: 0x12928A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC37didFailToConnectSecondaryWebRTCClientyyFTo', symObjAddr: 0x3A0, symBinAddr: 0x112438, symSize: 0x64 }
+ - { offsetInCU: 0x2DD, offset: 0x1292BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19setNewValueDelegateyyAA0ghI0_pF', symObjAddr: 0x404, symBinAddr: 0x11249C, symSize: 0x60 }
+ - { offsetInCU: 0x27, offset: 0x12958D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1124FC, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1295B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1124FC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1295CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC02isE7EnabledSbvg', symObjAddr: 0x8, symBinAddr: 0x112504, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1295E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x11250C, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x12960E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x58, symBinAddr: 0x112554, symSize: 0x2D0 }
+ - { offsetInCU: 0x181, offset: 0x1296E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfC', symObjAddr: 0x4E0, symBinAddr: 0x112844, symSize: 0x80 }
+ - { offsetInCU: 0x21B, offset: 0x129781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfc', symObjAddr: 0x560, symBinAddr: 0x1128C4, symSize: 0x30 }
+ - { offsetInCU: 0x2DC, offset: 0x129842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x590, symBinAddr: 0x1128F4, symSize: 0x2C }
+ - { offsetInCU: 0x33B, offset: 0x1298A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5BC, symBinAddr: 0x112920, symSize: 0x2C }
+ - { offsetInCU: 0x392, offset: 0x1298F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfd', symObjAddr: 0x5F0, symBinAddr: 0x112954, symSize: 0x2C }
+ - { offsetInCU: 0x3E3, offset: 0x129949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfD', symObjAddr: 0x61C, symBinAddr: 0x112980, symSize: 0x34 }
+ - { offsetInCU: 0x43D, offset: 0x1299A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCMa', symObjAddr: 0x3F0, symBinAddr: 0x112824, symSize: 0x20 }
+ - { offsetInCU: 0x4E6, offset: 0x129A4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfE', symObjAddr: 0x5E8, symBinAddr: 0x11294C, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x129CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6roomIdSSvg', symObjAddr: 0x30, symBinAddr: 0x1129F8, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x129CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x5C, symBinAddr: 0x112A24, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x129D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x9C, symBinAddr: 0x112A64, symSize: 0x50 }
+ - { offsetInCU: 0x9F, offset: 0x129D23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0xEC, symBinAddr: 0x112AB4, symSize: 0x3C }
+ - { offsetInCU: 0xBB, offset: 0x129D3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvM.resume.0', symObjAddr: 0x128, symBinAddr: 0x112AF0, symSize: 0x4 }
+ - { offsetInCU: 0xD7, offset: 0x129D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvg', symObjAddr: 0x12C, symBinAddr: 0x112AF4, symSize: 0x44 }
+ - { offsetInCU: 0xF3, offset: 0x129D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvs', symObjAddr: 0x170, symBinAddr: 0x112B38, symSize: 0x60 }
+ - { offsetInCU: 0x10F, offset: 0x129D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM', symObjAddr: 0x1D0, symBinAddr: 0x112B98, symSize: 0x6C }
+ - { offsetInCU: 0x12B, offset: 0x129DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM.resume.0', symObjAddr: 0x23C, symBinAddr: 0x112C04, symSize: 0x70 }
+ - { offsetInCU: 0x147, offset: 0x129DCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvg', symObjAddr: 0x2AC, symBinAddr: 0x112C74, symSize: 0x44 }
+ - { offsetInCU: 0x163, offset: 0x129DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvs', symObjAddr: 0x2F0, symBinAddr: 0x112CB8, symSize: 0x60 }
+ - { offsetInCU: 0x17F, offset: 0x129E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM', symObjAddr: 0x350, symBinAddr: 0x112D18, symSize: 0x6C }
+ - { offsetInCU: 0x19B, offset: 0x129E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM.resume.0', symObjAddr: 0x3BC, symBinAddr: 0x112D84, symSize: 0x70 }
+ - { offsetInCU: 0x1B7, offset: 0x129E3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC05localF2IdSSvg', symObjAddr: 0x42C, symBinAddr: 0x112DF4, symSize: 0x2C }
+ - { offsetInCU: 0x1D3, offset: 0x129E57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvg', symObjAddr: 0x458, symBinAddr: 0x112E20, symSize: 0x34 }
+ - { offsetInCU: 0x1EF, offset: 0x129E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvs', symObjAddr: 0x48C, symBinAddr: 0x112E54, symSize: 0x44 }
+ - { offsetInCU: 0x20B, offset: 0x129E8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvM', symObjAddr: 0x4D0, symBinAddr: 0x112E98, symSize: 0x3C }
+ - { offsetInCU: 0x227, offset: 0x129EAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC17currentResolutionAA0I0V0I4TypeOvg', symObjAddr: 0x50C, symBinAddr: 0x112ED4, symSize: 0x23C }
+ - { offsetInCU: 0x4E8, offset: 0x12A16C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC11descriptionSSvg', symObjAddr: 0x748, symBinAddr: 0x113110, symSize: 0xD8 }
+ - { offsetInCU: 0x652, offset: 0x12A2D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC5clearyyF', symObjAddr: 0x914, symBinAddr: 0x1132DC, symSize: 0x300 }
+ - { offsetInCU: 0x8D6, offset: 0x12A55A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8didEnteryyAA0F0CF', symObjAddr: 0xC14, symBinAddr: 0x1135DC, symSize: 0x5F0 }
+ - { offsetInCU: 0xEA3, offset: 0x12AB27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC7didExityyAA0F0CF', symObjAddr: 0x1204, symBinAddr: 0x113BCC, symSize: 0x224 }
+ - { offsetInCU: 0x10A7, offset: 0x12AD2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF5EnteryyAA06RemoteF0CF', symObjAddr: 0x1428, symBinAddr: 0x113DF0, symSize: 0x20C }
+ - { offsetInCU: 0x12CB, offset: 0x12AF4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF7ConnectyyAA06RemoteF0CF', symObjAddr: 0x1634, symBinAddr: 0x113FFC, symSize: 0x35C }
+ - { offsetInCU: 0x1554, offset: 0x12B1D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF4ExityyAA06RemoteF0CF', symObjAddr: 0x1990, symBinAddr: 0x114358, symSize: 0x2F8 }
+ - { offsetInCU: 0x17CC, offset: 0x12B450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC21updateVideoResolutionyyF', symObjAddr: 0x1C88, symBinAddr: 0x114650, symSize: 0x428 }
+ - { offsetInCU: 0x1B4B, offset: 0x12B7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtF', symObjAddr: 0x20C0, symBinAddr: 0x114A88, symSize: 0xA8 }
+ - { offsetInCU: 0x1BCF, offset: 0x12B853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCfd', symObjAddr: 0x2168, symBinAddr: 0x114B30, symSize: 0x44 }
+ - { offsetInCU: 0x1C0A, offset: 0x12B88E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCfD', symObjAddr: 0x21AC, symBinAddr: 0x114B74, symSize: 0x4C }
+ - { offsetInCU: 0x1C4D, offset: 0x12B8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x21F8, symBinAddr: 0x114BC0, symSize: 0x28 }
+ - { offsetInCU: 0x1C69, offset: 0x12B8ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x2220, symBinAddr: 0x114BE8, symSize: 0x28 }
+ - { offsetInCU: 0x1C85, offset: 0x12B909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x2248, symBinAddr: 0x114C10, symSize: 0x28 }
+ - { offsetInCU: 0x1CA1, offset: 0x12B925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x2270, symBinAddr: 0x114C38, symSize: 0x50 }
+ - { offsetInCU: 0x1CBD, offset: 0x12B941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvgTW', symObjAddr: 0x22C4, symBinAddr: 0x114C8C, symSize: 0x28 }
+ - { offsetInCU: 0x1CD9, offset: 0x12B95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvsTW', symObjAddr: 0x22EC, symBinAddr: 0x114CB4, symSize: 0x28 }
+ - { offsetInCU: 0x1CF5, offset: 0x12B979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvMTW', symObjAddr: 0x2314, symBinAddr: 0x114CDC, symSize: 0x50 }
+ - { offsetInCU: 0x1D11, offset: 0x12B995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8didEnteryyAA0F0CFTW', symObjAddr: 0x2394, symBinAddr: 0x114D5C, symSize: 0x28 }
+ - { offsetInCU: 0x1D2D, offset: 0x12B9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP7didExityyAA0F0CFTW', symObjAddr: 0x23BC, symBinAddr: 0x114D84, symSize: 0x28 }
+ - { offsetInCU: 0x1D49, offset: 0x12B9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF5EnteryyAA06RemoteF0CFTW', symObjAddr: 0x23E4, symBinAddr: 0x114DAC, symSize: 0x28 }
+ - { offsetInCU: 0x1D65, offset: 0x12B9E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF7ConnectyyAA06RemoteF0CFTW', symObjAddr: 0x240C, symBinAddr: 0x114DD4, symSize: 0x28 }
+ - { offsetInCU: 0x1D81, offset: 0x12BA05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF4ExityyAA06RemoteF0CFTW', symObjAddr: 0x2434, symBinAddr: 0x114DFC, symSize: 0x28 }
+ - { offsetInCU: 0x1D9D, offset: 0x12BA21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x245C, symBinAddr: 0x114E24, symSize: 0x28 }
+ - { offsetInCU: 0x1DB9, offset: 0x12BA3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP5clearyyFTW', symObjAddr: 0x2484, symBinAddr: 0x114E4C, symSize: 0x28 }
+ - { offsetInCU: 0x1DD5, offset: 0x12BA59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x24AC, symBinAddr: 0x114E74, symSize: 0x28 }
+ - { offsetInCU: 0x1DF1, offset: 0x12BA75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6sender6roomId05localfJ010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0fG8Delegate_ptcfcTf4nnneen_nTf4nnnggn_n', symObjAddr: 0x37B4, symBinAddr: 0x11617C, symSize: 0x130 }
+ - { offsetInCU: 0x1EBC, offset: 0x12BB40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6sender6roomId05localfJ010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0fG8Delegate_ptcfCTfq4nnneen_nTf4nnnggn_n', symObjAddr: 0x38E4, symBinAddr: 0x1162AC, symSize: 0x9C }
+ - { offsetInCU: 0x21B3, offset: 0x12BE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfcTf4nnneennnn_nAA0N0C_AA26AudioMCUParticipantManagerCTg5Tf4ggggggnnn_n', symObjAddr: 0x2F3C, symBinAddr: 0x115904, symSize: 0x43C }
+ - { offsetInCU: 0x2479, offset: 0x12C0FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC21didEndpointDisconnectyyAA0I0CF', symObjAddr: 0x24D4, symBinAddr: 0x114E9C, symSize: 0x118 }
+ - { offsetInCU: 0x24CF, offset: 0x12C153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC18didEndpointConnect_11reconnectedyAA0I0C_SbtF', symObjAddr: 0x25EC, symBinAddr: 0x114FB4, symSize: 0x1D8 }
+ - { offsetInCU: 0x2535, offset: 0x12C1B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC16didEndpointCloseyyAA0I0CF', symObjAddr: 0x27C4, symBinAddr: 0x11518C, symSize: 0xC }
+ - { offsetInCU: 0x2558, offset: 0x12C1DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC26didAudioSessionChangeRoute_6client7session6reason08previousL0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0ujL11DescriptionCtF', symObjAddr: 0x27D0, symBinAddr: 0x115198, symSize: 0x14 }
+ - { offsetInCU: 0x256C, offset: 0x12C1F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC20didEndpointEstablishyyAA0I0CF', symObjAddr: 0x27E4, symBinAddr: 0x1151AC, symSize: 0xCC }
+ - { offsetInCU: 0x25C2, offset: 0x12C246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC17didEndpointAttach_13participantIdyAA0I0C_SStF', symObjAddr: 0x28B0, symBinAddr: 0x115278, symSize: 0x70 }
+ - { offsetInCU: 0x25F1, offset: 0x12C275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH10DisconnectyyAA0H0CFTW', symObjAddr: 0x2920, symBinAddr: 0x1152E8, symSize: 0x4 }
+ - { offsetInCU: 0x260D, offset: 0x12C291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH7Connect_11reconnectedyAA0H0C_SbtFTW', symObjAddr: 0x2924, symBinAddr: 0x1152EC, symSize: 0x4 }
+ - { offsetInCU: 0x2653, offset: 0x12C2D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH5CloseyyAA0H0CFTW', symObjAddr: 0x2928, symBinAddr: 0x1152F0, symSize: 0xC }
+ - { offsetInCU: 0x2673, offset: 0x12C2F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH5CloseyyAA0H0CFTW', symObjAddr: 0x2928, symBinAddr: 0x1152F0, symSize: 0xC }
+ - { offsetInCU: 0x26CE, offset: 0x12C352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH6Attach_13participantIdyAA0H0C_SStFTW', symObjAddr: 0x2934, symBinAddr: 0x1152FC, symSize: 0x70 }
+ - { offsetInCU: 0x271F, offset: 0x12C3A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH9EstablishyyAA0H0CFTW', symObjAddr: 0x29A4, symBinAddr: 0x11536C, symSize: 0x4 }
+ - { offsetInCU: 0x274A, offset: 0x12C3CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP26didAudioSessionChangeRoute_6client7session6reason08previousN0yAA0H0C_AA12WebRTCClientCSo08RTCAudioL0CSo07AVAudiolnM6ReasonVSo0vlN11DescriptionCtFTW', symObjAddr: 0x29A8, symBinAddr: 0x115370, symSize: 0x14 }
+ - { offsetInCU: 0x27BE, offset: 0x12C442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC26didAudioSessionChangeRoute_6client7session6reason08previousL0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0ujL11DescriptionCtFTf4dnnnnn_n', symObjAddr: 0x2BD0, symBinAddr: 0x115598, symSize: 0x36C }
+ - { offsetInCU: 0x2A86, offset: 0x12C70A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCMa', symObjAddr: 0x3C04, symBinAddr: 0x1164F8, symSize: 0x20 }
+ - { offsetInCU: 0x2A9A, offset: 0x12C71E, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGMa', symObjAddr: 0x3DC4, symBinAddr: 0x11667C, symSize: 0x54 }
+ - { offsetInCU: 0x2D8A, offset: 0x12CA0E, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSDySS13SendBirdCalls8EndpointCG_Tg504$s13de97Calls26FullMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtFSbSS3key_AA8G15C5valuet_tXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x29BC, symBinAddr: 0x115384, symSize: 0x214 }
+ - { offsetInCU: 0x27, offset: 0x12CDF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1166D4, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x12CE0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1166D4, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x12CE26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x1166D8, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x12CE57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x116714, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x12CE78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x11673C, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x12CEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x11677C, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x12CEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x116780, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x12CEE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x116784, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x12CEF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV9inviterIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x11678C, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x12CF11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6roomId07inviterH0ACSS_SStcfC', symObjAddr: 0xE8, symBinAddr: 0x1167BC, symSize: 0x98 }
+ - { offsetInCU: 0x1E3, offset: 0x12CFB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x116854, symSize: 0x1C }
+ - { offsetInCU: 0x203, offset: 0x12CFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x116870, symSize: 0x7C }
+ - { offsetInCU: 0x23C, offset: 0x12D009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x258, symBinAddr: 0x1168EC, symSize: 0x7C }
+ - { offsetInCU: 0x272, offset: 0x12D03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2D4, symBinAddr: 0x116968, symSize: 0x8 }
+ - { offsetInCU: 0x299, offset: 0x12D066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2DC, symBinAddr: 0x116970, symSize: 0xC }
+ - { offsetInCU: 0x2C0, offset: 0x12D08D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2E8, symBinAddr: 0x11697C, symSize: 0x38 }
+ - { offsetInCU: 0x2E7, offset: 0x12D0B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x320, symBinAddr: 0x1169B4, symSize: 0x38 }
+ - { offsetInCU: 0x31D, offset: 0x12D0EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x116B70, symSize: 0x88 }
+ - { offsetInCU: 0x351, offset: 0x12D11E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x564, symBinAddr: 0x116BF8, symSize: 0x28 }
+ - { offsetInCU: 0x365, offset: 0x12D132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x58C, symBinAddr: 0x116C20, symSize: 0x8 }
+ - { offsetInCU: 0x39B, offset: 0x12D168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x594, symBinAddr: 0x116C28, symSize: 0x8C }
+ - { offsetInCU: 0x3E6, offset: 0x12D1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x620, symBinAddr: 0x116CB4, symSize: 0xC }
+ - { offsetInCU: 0x402, offset: 0x12D1CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x62C, symBinAddr: 0x116CC0, symSize: 0xC }
+ - { offsetInCU: 0x42E, offset: 0x12D1FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x688, symBinAddr: 0x116D1C, symSize: 0x40 }
+ - { offsetInCU: 0x465, offset: 0x12D232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6C8, symBinAddr: 0x116D5C, symSize: 0x8 }
+ - { offsetInCU: 0x490, offset: 0x12D25D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6D0, symBinAddr: 0x116D64, symSize: 0x8 }
+ - { offsetInCU: 0x4D8, offset: 0x12D2A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6D8, symBinAddr: 0x116D6C, symSize: 0x18 }
+ - { offsetInCU: 0x510, offset: 0x12D2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x6F0, symBinAddr: 0x116D84, symSize: 0x124 }
+ - { offsetInCU: 0x59F, offset: 0x12D36C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x814, symBinAddr: 0x116EA8, symSize: 0x4 }
+ - { offsetInCU: 0x5B3, offset: 0x12D380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x818, symBinAddr: 0x116EAC, symSize: 0x44 }
+ - { offsetInCU: 0x5C7, offset: 0x12D394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x85C, symBinAddr: 0x116EF0, symSize: 0x4 }
+ - { offsetInCU: 0x5DB, offset: 0x12D3A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x860, symBinAddr: 0x116EF4, symSize: 0x44 }
+ - { offsetInCU: 0x5EF, offset: 0x12D3BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8A4, symBinAddr: 0x116F38, symSize: 0x4 }
+ - { offsetInCU: 0x603, offset: 0x12D3D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8A8, symBinAddr: 0x116F3C, symSize: 0x44 }
+ - { offsetInCU: 0x617, offset: 0x12D3E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8EC, symBinAddr: 0x116F80, symSize: 0x24 }
+ - { offsetInCU: 0x62B, offset: 0x12D3F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x910, symBinAddr: 0x116FA4, symSize: 0x44 }
+ - { offsetInCU: 0x63F, offset: 0x12D40C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x954, symBinAddr: 0x116FE8, symSize: 0x4 }
+ - { offsetInCU: 0x653, offset: 0x12D420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x99C, symBinAddr: 0x116FEC, symSize: 0x24 }
+ - { offsetInCU: 0x667, offset: 0x12D434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x9C0, symBinAddr: 0x117010, symSize: 0x44 }
+ - { offsetInCU: 0x67B, offset: 0x12D448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA11RequestableAAWI', symObjAddr: 0xA04, symBinAddr: 0x117054, symSize: 0x2C }
+ - { offsetInCU: 0x68F, offset: 0x12D45C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA0F0AAWl', symObjAddr: 0xA30, symBinAddr: 0x117080, symSize: 0x44 }
+ - { offsetInCU: 0x6A3, offset: 0x12D470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA74, symBinAddr: 0x1170C4, symSize: 0x44 }
+ - { offsetInCU: 0x6B7, offset: 0x12D484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0AAWI', symObjAddr: 0xAB8, symBinAddr: 0x117108, symSize: 0x24 }
+ - { offsetInCU: 0x6CB, offset: 0x12D498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVACSEAAWl', symObjAddr: 0xADC, symBinAddr: 0x11712C, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0x12D4AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB20, symBinAddr: 0x117170, symSize: 0x24 }
+ - { offsetInCU: 0x6F3, offset: 0x12D4C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwCP', symObjAddr: 0xB44, symBinAddr: 0x117194, symSize: 0x30 }
+ - { offsetInCU: 0x707, offset: 0x12D4D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwxx', symObjAddr: 0xB74, symBinAddr: 0x1171C4, symSize: 0x28 }
+ - { offsetInCU: 0x71B, offset: 0x12D4E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwcp', symObjAddr: 0xB9C, symBinAddr: 0x1171EC, symSize: 0x44 }
+ - { offsetInCU: 0x72F, offset: 0x12D4FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwca', symObjAddr: 0xBE0, symBinAddr: 0x117230, symSize: 0x6C }
+ - { offsetInCU: 0x743, offset: 0x12D510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwta', symObjAddr: 0xC58, symBinAddr: 0x11729C, symSize: 0x4C }
+ - { offsetInCU: 0x757, offset: 0x12D524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwet', symObjAddr: 0xCA4, symBinAddr: 0x1172E8, symSize: 0x48 }
+ - { offsetInCU: 0x76B, offset: 0x12D538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwst', symObjAddr: 0xCEC, symBinAddr: 0x117330, symSize: 0x40 }
+ - { offsetInCU: 0x77F, offset: 0x12D54C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVMa', symObjAddr: 0xD2C, symBinAddr: 0x117370, symSize: 0x10 }
+ - { offsetInCU: 0x793, offset: 0x12D560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwet', symObjAddr: 0xD4C, symBinAddr: 0x117380, symSize: 0x90 }
+ - { offsetInCU: 0x7A7, offset: 0x12D574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwst', symObjAddr: 0xDDC, symBinAddr: 0x117410, symSize: 0xBC }
+ - { offsetInCU: 0x7BB, offset: 0x12D588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE98, symBinAddr: 0x1174CC, symSize: 0x8 }
+ - { offsetInCU: 0x7CF, offset: 0x12D59C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwup', symObjAddr: 0xEA0, symBinAddr: 0x1174D4, symSize: 0x4 }
+ - { offsetInCU: 0x7E3, offset: 0x12D5B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwui', symObjAddr: 0xEA4, symBinAddr: 0x1174D8, symSize: 0xC }
+ - { offsetInCU: 0x7F7, offset: 0x12D5C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOMa', symObjAddr: 0xEB0, symBinAddr: 0x1174E4, symSize: 0x10 }
+ - { offsetInCU: 0x80B, offset: 0x12D5D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xEC0, symBinAddr: 0x1174F4, symSize: 0x44 }
+ - { offsetInCU: 0x86F, offset: 0x12D63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x358, symBinAddr: 0x1169EC, symSize: 0x88 }
+ - { offsetInCU: 0x91E, offset: 0x12D6EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3E0, symBinAddr: 0x116A74, symSize: 0x60 }
+ - { offsetInCU: 0x9B4, offset: 0x12D781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x440, symBinAddr: 0x116AD4, symSize: 0x40 }
+ - { offsetInCU: 0xA06, offset: 0x12D7D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0x116B14, symSize: 0x5C }
+ - { offsetInCU: 0xA7A, offset: 0x12D847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x638, symBinAddr: 0x116CCC, symSize: 0x28 }
+ - { offsetInCU: 0xA96, offset: 0x12D863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x116CF4, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x12DA91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11753C, symSize: 0x54 }
+ - { offsetInCU: 0x4B, offset: 0x12DAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11753C, symSize: 0x54 }
+ - { offsetInCU: 0x67, offset: 0x12DAD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xB4, symBinAddr: 0x1175F0, symSize: 0x68 }
+ - { offsetInCU: 0x88, offset: 0x12DAF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x11C, symBinAddr: 0x117658, symSize: 0x6C }
+ - { offsetInCU: 0xB1, offset: 0x12DB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x188, symBinAddr: 0x1176C4, symSize: 0x6C }
+ - { offsetInCU: 0xDA, offset: 0x12DB44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1F4, symBinAddr: 0x117730, symSize: 0x4 }
+ - { offsetInCU: 0xF6, offset: 0x12DB60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdSSvg', symObjAddr: 0x1F8, symBinAddr: 0x117734, symSize: 0x2C }
+ - { offsetInCU: 0x112, offset: 0x12DB7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6reasonSSvg', symObjAddr: 0x224, symBinAddr: 0x117760, symSize: 0x2C }
+ - { offsetInCU: 0x12E, offset: 0x12DB98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x250, symBinAddr: 0x11778C, symSize: 0x8 }
+ - { offsetInCU: 0x14A, offset: 0x12DBB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV9requestIdSSvg', symObjAddr: 0x258, symBinAddr: 0x117794, symSize: 0x2C }
+ - { offsetInCU: 0x15E, offset: 0x12DBC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x284, symBinAddr: 0x1177C0, symSize: 0x19C }
+ - { offsetInCU: 0x1D1, offset: 0x12DC3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x420, symBinAddr: 0x11795C, symSize: 0x8 }
+ - { offsetInCU: 0x1FC, offset: 0x12DC66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x428, symBinAddr: 0x117964, symSize: 0x68 }
+ - { offsetInCU: 0x242, offset: 0x12DCAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x490, symBinAddr: 0x1179CC, symSize: 0x2C }
+ - { offsetInCU: 0x274, offset: 0x12DCDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4BC, symBinAddr: 0x1179F8, symSize: 0x40 }
+ - { offsetInCU: 0x297, offset: 0x12DD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfCTf4gd_n', symObjAddr: 0x4FC, symBinAddr: 0x117A38, symSize: 0xD0 }
+ - { offsetInCU: 0x2D7, offset: 0x12DD41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultType_WZ', symObjAddr: 0x54, symBinAddr: 0x117590, symSize: 0x20 }
+ - { offsetInCU: 0x2F1, offset: 0x12DD5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0x74, symBinAddr: 0x1175B0, symSize: 0x40 }
+ - { offsetInCU: 0x316, offset: 0x12DD80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x6B8, symBinAddr: 0x117B08, symSize: 0x24 }
+ - { offsetInCU: 0x32A, offset: 0x12DD94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA13WSRequestableAAWl', symObjAddr: 0x6DC, symBinAddr: 0x117B2C, symSize: 0x44 }
+ - { offsetInCU: 0x33E, offset: 0x12DDA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x720, symBinAddr: 0x117B70, symSize: 0x4 }
+ - { offsetInCU: 0x352, offset: 0x12DDBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x724, symBinAddr: 0x117B74, symSize: 0x48 }
+ - { offsetInCU: 0x366, offset: 0x12DDD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13WSRequestableAAWI', symObjAddr: 0x76C, symBinAddr: 0x117BBC, symSize: 0x24 }
+ - { offsetInCU: 0x37A, offset: 0x12DDE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA11RequestableAAWI', symObjAddr: 0x7D4, symBinAddr: 0x117BE0, symSize: 0x2C }
+ - { offsetInCU: 0x38E, offset: 0x12DDF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA0F0AAWl', symObjAddr: 0x800, symBinAddr: 0x117C0C, symSize: 0x44 }
+ - { offsetInCU: 0x3A2, offset: 0x12DE0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x844, symBinAddr: 0x117C50, symSize: 0x44 }
+ - { offsetInCU: 0x3B6, offset: 0x12DE20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0AAWI', symObjAddr: 0x888, symBinAddr: 0x117C94, symSize: 0x24 }
+ - { offsetInCU: 0x3CA, offset: 0x12DE34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVACSEAAWl', symObjAddr: 0x8AC, symBinAddr: 0x117CB8, symSize: 0x44 }
+ - { offsetInCU: 0x3DE, offset: 0x12DE48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x8F0, symBinAddr: 0x117CFC, symSize: 0x24 }
+ - { offsetInCU: 0x3F2, offset: 0x12DE5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwCP', symObjAddr: 0x914, symBinAddr: 0x117D20, symSize: 0x30 }
+ - { offsetInCU: 0x406, offset: 0x12DE70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwxx', symObjAddr: 0x944, symBinAddr: 0x117D50, symSize: 0x30 }
+ - { offsetInCU: 0x41A, offset: 0x12DE84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwcp', symObjAddr: 0x974, symBinAddr: 0x117D80, symSize: 0x5C }
+ - { offsetInCU: 0x42E, offset: 0x12DE98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwca', symObjAddr: 0x9D0, symBinAddr: 0x117DDC, symSize: 0x94 }
+ - { offsetInCU: 0x442, offset: 0x12DEAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwta', symObjAddr: 0xA80, symBinAddr: 0x117E70, symSize: 0x5C }
+ - { offsetInCU: 0x456, offset: 0x12DEC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwet', symObjAddr: 0xADC, symBinAddr: 0x117ECC, symSize: 0x48 }
+ - { offsetInCU: 0x46A, offset: 0x12DED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwst', symObjAddr: 0xB24, symBinAddr: 0x117F14, symSize: 0x4C }
+ - { offsetInCU: 0x47E, offset: 0x12DEE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVMa', symObjAddr: 0xB70, symBinAddr: 0x117F60, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x12E12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x117F70, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x12E146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x117F70, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x12E160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x117F74, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x12E191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x117FB0, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x12E1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x117FD8, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x12E1E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x118018, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x12E1FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAC, symBinAddr: 0x11801C, symSize: 0x8 }
+ - { offsetInCU: 0x10C, offset: 0x12E213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB4, symBinAddr: 0x118024, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x12E22F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0xBC, symBinAddr: 0x11802C, symSize: 0x8 }
+ - { offsetInCU: 0x144, offset: 0x12E24B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10endpointIdSSvg', symObjAddr: 0xC4, symBinAddr: 0x118034, symSize: 0x2C }
+ - { offsetInCU: 0x160, offset: 0x12E267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV13participantIdSSvg', symObjAddr: 0xF0, symBinAddr: 0x118060, symSize: 0x2C }
+ - { offsetInCU: 0x17C, offset: 0x12E283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomIdSSvg', symObjAddr: 0x11C, symBinAddr: 0x11808C, symSize: 0x2C }
+ - { offsetInCU: 0x198, offset: 0x12E29F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfC', symObjAddr: 0x148, symBinAddr: 0x1180B8, symSize: 0x3C }
+ - { offsetInCU: 0x1B4, offset: 0x12E2BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x184, symBinAddr: 0x1180F4, symSize: 0x4 }
+ - { offsetInCU: 0x1F1, offset: 0x12E2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x188, symBinAddr: 0x1180F8, symSize: 0x8 }
+ - { offsetInCU: 0x21C, offset: 0x12E323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x190, symBinAddr: 0x118100, symSize: 0x40 }
+ - { offsetInCU: 0x253, offset: 0x12E35A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x1D0, symBinAddr: 0x118140, symSize: 0x8 }
+ - { offsetInCU: 0x27E, offset: 0x12E385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x1D8, symBinAddr: 0x118148, symSize: 0x8 }
+ - { offsetInCU: 0x2B0, offset: 0x12E3B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1E0, symBinAddr: 0x118150, symSize: 0x4 }
+ - { offsetInCU: 0x2D3, offset: 0x12E3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfCTf4nnnd_n', symObjAddr: 0x1E4, symBinAddr: 0x118154, symSize: 0x118 }
+ - { offsetInCU: 0x3A8, offset: 0x12E4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x2FC, symBinAddr: 0x11826C, symSize: 0x24 }
+ - { offsetInCU: 0x3BC, offset: 0x12E4C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x320, symBinAddr: 0x118290, symSize: 0x44 }
+ - { offsetInCU: 0x3D0, offset: 0x12E4D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x364, symBinAddr: 0x1182D4, symSize: 0x4 }
+ - { offsetInCU: 0x3E4, offset: 0x12E4EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x3AC, symBinAddr: 0x1182D8, symSize: 0x24 }
+ - { offsetInCU: 0x3F8, offset: 0x12E4FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x3D0, symBinAddr: 0x1182FC, symSize: 0x44 }
+ - { offsetInCU: 0x40C, offset: 0x12E513, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x414, symBinAddr: 0x118340, symSize: 0x2C }
+ - { offsetInCU: 0x420, offset: 0x12E527, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA0F0AAWl', symObjAddr: 0x440, symBinAddr: 0x11836C, symSize: 0x44 }
+ - { offsetInCU: 0x434, offset: 0x12E53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x484, symBinAddr: 0x1183B0, symSize: 0x44 }
+ - { offsetInCU: 0x448, offset: 0x12E54F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0AAWI', symObjAddr: 0x4C8, symBinAddr: 0x1183F4, symSize: 0x24 }
+ - { offsetInCU: 0x45C, offset: 0x12E563, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVACSEAAWl', symObjAddr: 0x4EC, symBinAddr: 0x118418, symSize: 0x44 }
+ - { offsetInCU: 0x470, offset: 0x12E577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x530, symBinAddr: 0x11845C, symSize: 0x24 }
+ - { offsetInCU: 0x484, offset: 0x12E58B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwCP', symObjAddr: 0x554, symBinAddr: 0x118480, symSize: 0x30 }
+ - { offsetInCU: 0x498, offset: 0x12E59F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwxx', symObjAddr: 0x584, symBinAddr: 0x1184B0, symSize: 0x38 }
+ - { offsetInCU: 0x4AC, offset: 0x12E5B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwcp', symObjAddr: 0x5BC, symBinAddr: 0x1184E8, symSize: 0x6C }
+ - { offsetInCU: 0x4C0, offset: 0x12E5C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwca', symObjAddr: 0x628, symBinAddr: 0x118554, symSize: 0xB4 }
+ - { offsetInCU: 0x4D4, offset: 0x12E5DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwta', symObjAddr: 0x6F0, symBinAddr: 0x118608, symSize: 0x74 }
+ - { offsetInCU: 0x4E8, offset: 0x12E5EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwet', symObjAddr: 0x764, symBinAddr: 0x11867C, symSize: 0x48 }
+ - { offsetInCU: 0x4FC, offset: 0x12E603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwst', symObjAddr: 0x7AC, symBinAddr: 0x1186C4, symSize: 0x50 }
+ - { offsetInCU: 0x510, offset: 0x12E617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVMa', symObjAddr: 0x7FC, symBinAddr: 0x118714, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x12E848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x118728, symSize: 0x3C }
+ - { offsetInCU: 0x79, offset: 0x12E896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x118728, symSize: 0x3C }
+ - { offsetInCU: 0xC0, offset: 0x12E8DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPSSvg', symObjAddr: 0x3C, symBinAddr: 0x118764, symSize: 0x2C }
+ - { offsetInCU: 0xDC, offset: 0x12E8F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfc', symObjAddr: 0x68, symBinAddr: 0x118790, symSize: 0xC }
+ - { offsetInCU: 0x148, offset: 0x12E965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x74, symBinAddr: 0x11879C, symSize: 0x108 }
+ - { offsetInCU: 0x1F5, offset: 0x12EA12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC24didConnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x17C, symBinAddr: 0x1188A4, symSize: 0x168 }
+ - { offsetInCU: 0x31B, offset: 0x12EB38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x2E4, symBinAddr: 0x118A0C, symSize: 0x16C }
+ - { offsetInCU: 0x467, offset: 0x12EC84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0x450, symBinAddr: 0x118B78, symSize: 0x54 }
+ - { offsetInCU: 0x50E, offset: 0x12ED2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x4A4, symBinAddr: 0x118BCC, symSize: 0x5C }
+ - { offsetInCU: 0x5C0, offset: 0x12EDDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCACycfC', symObjAddr: 0x500, symBinAddr: 0x118C28, symSize: 0x2C }
+ - { offsetInCU: 0x61F, offset: 0x12EE3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCACycfc', symObjAddr: 0x52C, symBinAddr: 0x118C54, symSize: 0x2C }
+ - { offsetInCU: 0x664, offset: 0x12EE81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfd', symObjAddr: 0x560, symBinAddr: 0x118C88, symSize: 0x1C }
+ - { offsetInCU: 0x69F, offset: 0x12EEBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfD', symObjAddr: 0x57C, symBinAddr: 0x118CA4, symSize: 0x24 }
+ - { offsetInCU: 0x8D3, offset: 0x12F0F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfE', symObjAddr: 0x558, symBinAddr: 0x118C80, symSize: 0x8 }
+ - { offsetInCU: 0x900, offset: 0x12F11D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCMa', symObjAddr: 0x650, symBinAddr: 0x118CC8, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x12F422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x118CFC, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x12F436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11isVideoCallSbvg', symObjAddr: 0xC, symBinAddr: 0x118D08, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x12F452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC6callerAA14DirectCallUserCvg', symObjAddr: 0x14, symBinAddr: 0x118D10, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x12F46E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC6calleeAA14DirectCallUserCvg', symObjAddr: 0x1C, symBinAddr: 0x118D18, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x12F48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC14turnCredentialAA04TurnH0Cvg', symObjAddr: 0x24, symBinAddr: 0x118D20, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x12F4A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC17remoteConstraintsAA04CallH0Cvg', symObjAddr: 0x2C, symBinAddr: 0x118D28, symSize: 0x8 }
+ - { offsetInCU: 0xEB, offset: 0x12F4C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC15shortLivedTokenSSvg', symObjAddr: 0x34, symBinAddr: 0x118D30, symSize: 0x2C }
+ - { offsetInCU: 0x107, offset: 0x12F4DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11customItemsSDyS2SGvg', symObjAddr: 0x60, symBinAddr: 0x118D5C, symSize: 0x8 }
+ - { offsetInCU: 0x123, offset: 0x12F4FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x68, symBinAddr: 0x118D64, symSize: 0x8 }
+ - { offsetInCU: 0x13F, offset: 0x12F516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0x70, symBinAddr: 0x118D6C, symSize: 0x8 }
+ - { offsetInCU: 0x16A, offset: 0x12F541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x78, symBinAddr: 0x118D74, symSize: 0x48 }
+ - { offsetInCU: 0x1AD, offset: 0x12F584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xC0, symBinAddr: 0x118DBC, symSize: 0x84C }
+ - { offsetInCU: 0x42C, offset: 0x12F803, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfC', symObjAddr: 0xC20, symBinAddr: 0x119668, symSize: 0xE0 }
+ - { offsetInCU: 0x44A, offset: 0x12F821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfc', symObjAddr: 0xD00, symBinAddr: 0x119748, symSize: 0xCC }
+ - { offsetInCU: 0x5D7, offset: 0x12F9AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0xDCC, symBinAddr: 0x119814, symSize: 0x2C }
+ - { offsetInCU: 0x636, offset: 0x12FA0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0xDF8, symBinAddr: 0x119840, symSize: 0x2C }
+ - { offsetInCU: 0x693, offset: 0x12FA6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfd', symObjAddr: 0xE68, symBinAddr: 0x1198B0, symSize: 0x64 }
+ - { offsetInCU: 0x6D6, offset: 0x12FAAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfD', symObjAddr: 0xECC, symBinAddr: 0x119914, symSize: 0x1C }
+ - { offsetInCU: 0x712, offset: 0x12FAE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xEE8, symBinAddr: 0x119930, symSize: 0x10 }
+ - { offsetInCU: 0x82D, offset: 0x12FC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCMa', symObjAddr: 0x9D4, symBinAddr: 0x119608, symSize: 0x20 }
+ - { offsetInCU: 0x8FE, offset: 0x12FCD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfE', symObjAddr: 0xE24, symBinAddr: 0x11986C, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0x13002D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivgTo', symObjAddr: 0x0, symBinAddr: 0x119990, symSize: 0x8C }
+ - { offsetInCU: 0x5D, offset: 0x130063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivgTo', symObjAddr: 0x0, symBinAddr: 0x119990, symSize: 0x8C }
+ - { offsetInCU: 0x92, offset: 0x130098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivg', symObjAddr: 0x8C, symBinAddr: 0x119A1C, symSize: 0x70 }
+ - { offsetInCU: 0x102, offset: 0x130108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEqualySbypSgF', symObjAddr: 0xFC, symBinAddr: 0x119A8C, symSize: 0x448 }
+ - { offsetInCU: 0x1E8, offset: 0x1301EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEqualySbypSgFTo', symObjAddr: 0x60C, symBinAddr: 0x119ED4, symSize: 0x80 }
+ - { offsetInCU: 0x204, offset: 0x13020A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x68C, symBinAddr: 0x119F54, symSize: 0x3E4 }
+ - { offsetInCU: 0x2AD, offset: 0x1302B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xA70, symBinAddr: 0x11A338, symSize: 0x64 }
+ - { offsetInCU: 0x2C9, offset: 0x1302CF, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0xB10, symBinAddr: 0x11A39C, symSize: 0x24 }
+ - { offsetInCU: 0x2DD, offset: 0x1302E3, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0xB34, symBinAddr: 0x11A3C0, symSize: 0x20 }
+ - { offsetInCU: 0x105, offset: 0x130628, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE7averageSdSgyF', symObjAddr: 0x0, symBinAddr: 0x11A3E0, symSize: 0x40C }
+ - { offsetInCU: 0x924, offset: 0x130E47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvg', symObjAddr: 0x40C, symBinAddr: 0x11A7EC, symSize: 0x3C }
+ - { offsetInCU: 0x940, offset: 0x130E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvs', symObjAddr: 0x448, symBinAddr: 0x11A828, symSize: 0x3C }
+ - { offsetInCU: 0x95C, offset: 0x130E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvM', symObjAddr: 0x484, symBinAddr: 0x11A864, symSize: 0x10 }
+ - { offsetInCU: 0x978, offset: 0x130E9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvM.resume.0', symObjAddr: 0x494, symBinAddr: 0x11A874, symSize: 0x4 }
+ - { offsetInCU: 0x994, offset: 0x130EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvg', symObjAddr: 0x498, symBinAddr: 0x11A878, symSize: 0x44 }
+ - { offsetInCU: 0x9B0, offset: 0x130ED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvs', symObjAddr: 0x4DC, symBinAddr: 0x11A8BC, symSize: 0x44 }
+ - { offsetInCU: 0x9CC, offset: 0x130EEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvM', symObjAddr: 0x520, symBinAddr: 0x11A900, symSize: 0x14 }
+ - { offsetInCU: 0x9E8, offset: 0x130F0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvM.resume.0', symObjAddr: 0x534, symBinAddr: 0x11A914, symSize: 0x4 }
+ - { offsetInCU: 0xA04, offset: 0x130F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvg', symObjAddr: 0x538, symBinAddr: 0x11A918, symSize: 0x1C }
+ - { offsetInCU: 0xA20, offset: 0x130F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvs', symObjAddr: 0x554, symBinAddr: 0x11A934, symSize: 0x20 }
+ - { offsetInCU: 0xA3C, offset: 0x130F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvM', symObjAddr: 0x574, symBinAddr: 0x11A954, symSize: 0x14 }
+ - { offsetInCU: 0xA58, offset: 0x130F7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvM.resume.0', symObjAddr: 0x588, symBinAddr: 0x11A968, symSize: 0x4 }
+ - { offsetInCU: 0xA74, offset: 0x130F97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivg', symObjAddr: 0x58C, symBinAddr: 0x11A96C, symSize: 0xC }
+ - { offsetInCU: 0xA90, offset: 0x130FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivs', symObjAddr: 0x598, symBinAddr: 0x11A978, symSize: 0xC }
+ - { offsetInCU: 0xAAC, offset: 0x130FCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivM', symObjAddr: 0x5A4, symBinAddr: 0x11A984, symSize: 0x14 }
+ - { offsetInCU: 0xAC8, offset: 0x130FEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivM.resume.0', symObjAddr: 0x5B8, symBinAddr: 0x11A998, symSize: 0x4 }
+ - { offsetInCU: 0xAE4, offset: 0x131007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5merge3new4prevAEyx_GAI_AItFZ', symObjAddr: 0x5BC, symBinAddr: 0x11A99C, symSize: 0x360 }
+ - { offsetInCU: 0xBB2, offset: 0x1310D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5first4last3sum5countAEyx_GxSg_AKxSitcfC', symObjAddr: 0x91C, symBinAddr: 0x11ACFC, symSize: 0xE4 }
+ - { offsetInCU: 0xBEC, offset: 0x13110F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO2eeoiySbAEyx_G_AGtFZ', symObjAddr: 0xA00, symBinAddr: 0x11ADE0, symSize: 0x10 }
+ - { offsetInCU: 0xC38, offset: 0x13115B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO4hash4intoys6HasherVz_tF', symObjAddr: 0xA10, symBinAddr: 0x11ADF0, symSize: 0x24 }
+ - { offsetInCU: 0xCE2, offset: 0x131205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO04hashE0Sivg', symObjAddr: 0xA34, symBinAddr: 0x11AE14, symSize: 0x44 }
+ - { offsetInCU: 0xDD1, offset: 0x1312F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA78, symBinAddr: 0x11AE58, symSize: 0xC }
+ - { offsetInCU: 0xDED, offset: 0x131310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH04hashE0SivgTW', symObjAddr: 0xA84, symBinAddr: 0x11AE64, symSize: 0x8 }
+ - { offsetInCU: 0xE09, offset: 0x13132C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA8C, symBinAddr: 0x11AE6C, symSize: 0x8 }
+ - { offsetInCU: 0xE1E, offset: 0x131341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC4typeAC0E4TypeOyx_Gvg', symObjAddr: 0xAD0, symBinAddr: 0x11AEB0, symSize: 0x8 }
+ - { offsetInCU: 0xE3A, offset: 0x13135D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvg', symObjAddr: 0xB70, symBinAddr: 0x11AF50, symSize: 0x8C }
+ - { offsetInCU: 0xE56, offset: 0x131379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvs', symObjAddr: 0xBFC, symBinAddr: 0x11AFDC, symSize: 0xA8 }
+ - { offsetInCU: 0xE72, offset: 0x131395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvM', symObjAddr: 0xCA4, symBinAddr: 0x11B084, symSize: 0x44 }
+ - { offsetInCU: 0xE8E, offset: 0x1313B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvg', symObjAddr: 0xCE8, symBinAddr: 0x11B0C8, symSize: 0x48 }
+ - { offsetInCU: 0xEAA, offset: 0x1313CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvs', symObjAddr: 0xD30, symBinAddr: 0x11B110, symSize: 0x50 }
+ - { offsetInCU: 0xEC6, offset: 0x1313E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvM', symObjAddr: 0xD80, symBinAddr: 0x11B160, symSize: 0x44 }
+ - { offsetInCU: 0xEE2, offset: 0x131405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvM.resume.0', symObjAddr: 0xDC4, symBinAddr: 0x11B1A4, symSize: 0x4 }
+ - { offsetInCU: 0xEFE, offset: 0x131421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07wrappedE0xSgvg', symObjAddr: 0xDC8, symBinAddr: 0x11B1A8, symSize: 0x10 }
+ - { offsetInCU: 0xF2B, offset: 0x13144E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07initialE04typeACyxGxSg_AC0E4TypeOyx_GtcfC', symObjAddr: 0xDD8, symBinAddr: 0x11B1B8, symSize: 0x4C }
+ - { offsetInCU: 0xF49, offset: 0x13146C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07initialE04typeACyxGxSg_AC0E4TypeOyx_Gtcfc', symObjAddr: 0xE24, symBinAddr: 0x11B204, symSize: 0x1DC }
+ - { offsetInCU: 0xFE7, offset: 0x13150A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC6update4withyxSg_tF', symObjAddr: 0x1000, symBinAddr: 0x11B3E0, symSize: 0x12C }
+ - { offsetInCU: 0x1060, offset: 0x131583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC9summarize4withxSgAC0E4TypeOyx_G_tF', symObjAddr: 0x112C, symBinAddr: 0x11B50C, symSize: 0x1E0 }
+ - { offsetInCU: 0x10C3, offset: 0x1315E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC9summarize4withxSgAC0E4TypeOyx_G_tFAFyXEfU_', symObjAddr: 0x130C, symBinAddr: 0x11B6EC, symSize: 0x260 }
+ - { offsetInCU: 0x1124, offset: 0x131647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC04castE02toxSgAC0E4TypeOyx_G_tF', symObjAddr: 0x156C, symBinAddr: 0x11B94C, symSize: 0x8 }
+ - { offsetInCU: 0x1160, offset: 0x131683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC04castE02toxSgAC0E4TypeOyx_G_tFAFyXEfU_', symObjAddr: 0x1574, symBinAddr: 0x11B954, symSize: 0x378 }
+ - { offsetInCU: 0x11AA, offset: 0x1316CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5flushyyF', symObjAddr: 0x18EC, symBinAddr: 0x11BCCC, symSize: 0x570 }
+ - { offsetInCU: 0x1215, offset: 0x131738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCfd', symObjAddr: 0x1E5C, symBinAddr: 0x11C23C, symSize: 0x80 }
+ - { offsetInCU: 0x124E, offset: 0x131771, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCfD', symObjAddr: 0x1EDC, symBinAddr: 0x11C2BC, symSize: 0x20 }
+ - { offsetInCU: 0x1292, offset: 0x1317B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvpAA9DividableRzSeRzSERzSjRzlACyxGTk', symObjAddr: 0xAD8, symBinAddr: 0x11AEB8, symSize: 0x98 }
+ - { offsetInCU: 0x12B9, offset: 0x1317DC, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5totalSdSgyF', symObjAddr: 0x1EFC, symBinAddr: 0x11C2DC, symSize: 0x248 }
+ - { offsetInCU: 0x162F, offset: 0x131B52, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5total8multiplys5Int64VSgAH_tF', symObjAddr: 0x2144, symBinAddr: 0x11C524, symSize: 0x3EC }
+ - { offsetInCU: 0x1F94, offset: 0x1324B7, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE7averageAESgyF', symObjAddr: 0x2530, symBinAddr: 0x11C910, symSize: 0x3E8 }
+ - { offsetInCU: 0x2677, offset: 0x132B9A, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE5total8multiplyAESgAE_tF', symObjAddr: 0x2918, symBinAddr: 0x11CCF8, symSize: 0x2D4 }
+ - { offsetInCU: 0x2C6C, offset: 0x13318F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x2BEC, symBinAddr: 0x11CFCC, symSize: 0xC0 }
+ - { offsetInCU: 0x2DC2, offset: 0x1332E5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x2CAC, symBinAddr: 0x11D08C, symSize: 0xB4 }
+ - { offsetInCU: 0x2F1D, offset: 0x133440, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2D60, symBinAddr: 0x11D140, symSize: 0xBC }
+ - { offsetInCU: 0x307E, offset: 0x1335A1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x2E1C, symBinAddr: 0x11D1FC, symSize: 0xDC }
+ - { offsetInCU: 0x3202, offset: 0x133725, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSs_Tg5', symObjAddr: 0x2EF8, symBinAddr: 0x11D2D8, symSize: 0xBC }
+ - { offsetInCU: 0x334D, offset: 0x133870, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x2FB4, symBinAddr: 0x11D394, symSize: 0xB4 }
+ - { offsetInCU: 0x34B3, offset: 0x1339D6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs5Int16V_Tg5', symObjAddr: 0x333C, symBinAddr: 0x11D71C, symSize: 0xB4 }
+ - { offsetInCU: 0x3624, offset: 0x133B47, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSays5Int16VG4data_So6CMTimea4timet_Tg5', symObjAddr: 0x33F0, symBinAddr: 0x11D7D0, symSize: 0xDC }
+ - { offsetInCU: 0x37B3, offset: 0x133CD6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo15RTCIceCandidateC_Tg5', symObjAddr: 0x34CC, symBinAddr: 0x11D8AC, symSize: 0x170 }
+ - { offsetInCU: 0x397F, offset: 0x133EA2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo17RTCPeerConnectionC_Tg5', symObjAddr: 0x363C, symBinAddr: 0x11DA1C, symSize: 0x16C }
+ - { offsetInCU: 0x3B54, offset: 0x134077, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pG_Tg5', symObjAddr: 0x37F8, symBinAddr: 0x11DBD8, symSize: 0x150 }
+ - { offsetInCU: 0x3D20, offset: 0x134243, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls7Command_p_Tg5', symObjAddr: 0x3ABC, symBinAddr: 0x11DE9C, symSize: 0xE4 }
+ - { offsetInCU: 0x3EAF, offset: 0x1343D2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x3BAC, symBinAddr: 0x11DF8C, symSize: 0xEC }
+ - { offsetInCU: 0x400D, offset: 0x134530, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x3CE8, symBinAddr: 0x11E0C8, symSize: 0xB4 }
+ - { offsetInCU: 0x4168, offset: 0x13468B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x3DB0, symBinAddr: 0x11E190, symSize: 0xBC }
+ - { offsetInCU: 0x4287, offset: 0x1347AA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo15RTCIceCandidateC_Tg5', symObjAddr: 0x42C4, symBinAddr: 0x11E6A4, symSize: 0x11C }
+ - { offsetInCU: 0x43A6, offset: 0x1348C9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtF13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pG_Tg5', symObjAddr: 0x43E0, symBinAddr: 0x11E7C0, symSize: 0x114 }
+ - { offsetInCU: 0x448E, offset: 0x1349B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMa', symObjAddr: 0x4628, symBinAddr: 0x11EA08, symSize: 0xC }
+ - { offsetInCU: 0x44C3, offset: 0x1349E6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiF13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCG_Tg5', symObjAddr: 0x4A64, symBinAddr: 0x11EE44, symSize: 0x1FC }
+ - { offsetInCU: 0x4520, offset: 0x134A43, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiF13SendBirdCalls0gH17RecordingDelegate_p_Tg5', symObjAddr: 0x4F50, symBinAddr: 0x11F330, symSize: 0x1EC }
+ - { offsetInCU: 0x457D, offset: 0x134AA0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiFyXl_Tg5', symObjAddr: 0x515C, symBinAddr: 0x11F53C, symSize: 0x94 }
+ - { offsetInCU: 0x45B6, offset: 0x134AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASQWb', symObjAddr: 0x5438, symBinAddr: 0x11F818, symSize: 0x10 }
+ - { offsetInCU: 0x45CA, offset: 0x134AED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMi', symObjAddr: 0x5524, symBinAddr: 0x11F904, symSize: 0x4 }
+ - { offsetInCU: 0x45DE, offset: 0x134B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMr', symObjAddr: 0x5528, symBinAddr: 0x11F908, symSize: 0xA0 }
+ - { offsetInCU: 0x45F2, offset: 0x134B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMa', symObjAddr: 0x55C8, symBinAddr: 0x11F9A8, symSize: 0xC }
+ - { offsetInCU: 0x4606, offset: 0x134B29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMi', symObjAddr: 0x566C, symBinAddr: 0x11FA4C, symSize: 0x8 }
+ - { offsetInCU: 0x461A, offset: 0x134B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMr', symObjAddr: 0x5674, symBinAddr: 0x11FA54, symSize: 0x9C }
+ - { offsetInCU: 0x462E, offset: 0x134B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwCP', symObjAddr: 0x5710, symBinAddr: 0x11FAF0, symSize: 0x1EC }
+ - { offsetInCU: 0x4642, offset: 0x134B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwxx', symObjAddr: 0x58FC, symBinAddr: 0x11FCDC, symSize: 0xC8 }
+ - { offsetInCU: 0x4656, offset: 0x134B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwcp', symObjAddr: 0x59C4, symBinAddr: 0x11FDA4, symSize: 0x170 }
+ - { offsetInCU: 0x466A, offset: 0x134B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwca', symObjAddr: 0x5B34, symBinAddr: 0x11FF14, symSize: 0x204 }
+ - { offsetInCU: 0x467E, offset: 0x134BA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwtk', symObjAddr: 0x5D38, symBinAddr: 0x120118, symSize: 0x170 }
+ - { offsetInCU: 0x4692, offset: 0x134BB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwta', symObjAddr: 0x5EA8, symBinAddr: 0x120288, symSize: 0x204 }
+ - { offsetInCU: 0x46A6, offset: 0x134BC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwet', symObjAddr: 0x60AC, symBinAddr: 0x12048C, symSize: 0x174 }
+ - { offsetInCU: 0x46BA, offset: 0x134BDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwst', symObjAddr: 0x6220, symBinAddr: 0x120600, symSize: 0x260 }
+ - { offsetInCU: 0x46CE, offset: 0x134BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOMi', symObjAddr: 0x6480, symBinAddr: 0x120860, symSize: 0x8 }
+ - { offsetInCU: 0x46E2, offset: 0x134C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwet', symObjAddr: 0x6498, symBinAddr: 0x120868, symSize: 0x90 }
+ - { offsetInCU: 0x46F6, offset: 0x134C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwst', symObjAddr: 0x6528, symBinAddr: 0x1208F8, symSize: 0xBC }
+ - { offsetInCU: 0x470A, offset: 0x134C2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwug', symObjAddr: 0x65E4, symBinAddr: 0x1209B4, symSize: 0x8 }
+ - { offsetInCU: 0x471E, offset: 0x134C41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwup', symObjAddr: 0x65EC, symBinAddr: 0x1209BC, symSize: 0x4 }
+ - { offsetInCU: 0x4732, offset: 0x134C55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwui', symObjAddr: 0x65F0, symBinAddr: 0x1209C0, symSize: 0x8 }
+ - { offsetInCU: 0x4746, offset: 0x134C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOMa', symObjAddr: 0x65F8, symBinAddr: 0x1209C8, symSize: 0xC }
+ - { offsetInCU: 0x4791, offset: 0x134CB4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo17RTCPeerConnectionC_Tg5Tf4nng_n', symObjAddr: 0x6604, symBinAddr: 0x1209D4, symSize: 0x120 }
+ - { offsetInCU: 0x49AE, offset: 0x134ED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH08_rawHashE04seedS2i_tFTW', symObjAddr: 0xA94, symBinAddr: 0x11AE74, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0x135467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x120EB8, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x13548B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x120EB8, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x13549F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x120EC4, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1354BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x120EF4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x1354D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x120F38, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x1354F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x120F74, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x13550F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x120F78, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x135534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x120FC0, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x135625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x1212C4, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x1356D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x1213D8, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x1357BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x1214C4, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x13581C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x1214F0, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x135879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfd', symObjAddr: 0x804, symBinAddr: 0x121524, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x1358CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x121558, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x135923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvgTW', symObjAddr: 0x888, symBinAddr: 0x121594, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x13593F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x1215BC, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x13595B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x1215E4, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x135977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x121634, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x1359A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x121660, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x1359D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x1212A4, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x135AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x12151C, symSize: 0x8 }
+ - { offsetInCU: 0x8B, offset: 0x135D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCACycfC', symObjAddr: 0x0, symBinAddr: 0x121714, symSize: 0x88 }
+ - { offsetInCU: 0x104, offset: 0x135E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0Cvg', symObjAddr: 0x88, symBinAddr: 0x12179C, symSize: 0x34 }
+ - { offsetInCU: 0x120, offset: 0x135E28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0Cvs', symObjAddr: 0xBC, symBinAddr: 0x1217D0, symSize: 0x44 }
+ - { offsetInCU: 0x13C, offset: 0x135E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0CvM', symObjAddr: 0x100, symBinAddr: 0x121814, symSize: 0x3C }
+ - { offsetInCU: 0x158, offset: 0x135E60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvg', symObjAddr: 0x13C, symBinAddr: 0x121850, symSize: 0x34 }
+ - { offsetInCU: 0x174, offset: 0x135E7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvs', symObjAddr: 0x170, symBinAddr: 0x121884, symSize: 0x44 }
+ - { offsetInCU: 0x190, offset: 0x135E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvM', symObjAddr: 0x1B4, symBinAddr: 0x1218C8, symSize: 0x3C }
+ - { offsetInCU: 0x1AC, offset: 0x135EB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvM.resume.0', symObjAddr: 0x1F0, symBinAddr: 0x121904, symSize: 0x4 }
+ - { offsetInCU: 0x1C8, offset: 0x135ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0Vvg', symObjAddr: 0x1F4, symBinAddr: 0x121908, symSize: 0x44 }
+ - { offsetInCU: 0x1E4, offset: 0x135EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0Vvs', symObjAddr: 0x238, symBinAddr: 0x12194C, symSize: 0x54 }
+ - { offsetInCU: 0x200, offset: 0x135F08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0VvM', symObjAddr: 0x28C, symBinAddr: 0x1219A0, symSize: 0x3C }
+ - { offsetInCU: 0x252, offset: 0x135F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcher14messageCheckerAcA0dG0C_AA0D12DeduplicatorCtcfC', symObjAddr: 0x2C8, symBinAddr: 0x1219DC, symSize: 0xEC }
+ - { offsetInCU: 0x2DD, offset: 0x135FE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcher14messageCheckerAcA0dG0C_AA0D12DeduplicatorCtcfc', symObjAddr: 0x3B4, symBinAddr: 0x121AC8, symSize: 0xD4 }
+ - { offsetInCU: 0x356, offset: 0x13605E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC3add8delegate10identifieryAA0d8DelegateE0C_SStF', symObjAddr: 0x488, symBinAddr: 0x121B9C, symSize: 0x58 }
+ - { offsetInCU: 0x3A5, offset: 0x1360AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14removeDelegate10identifierySS_tF', symObjAddr: 0x4E0, symBinAddr: 0x121BF4, symSize: 0x50 }
+ - { offsetInCU: 0x3E4, offset: 0x1360EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC010didReceiveD07command10completionyAA7Command_pSg_ySbcSgtF', symObjAddr: 0x530, symBinAddr: 0x121C44, symSize: 0x360 }
+ - { offsetInCU: 0x5A1, offset: 0x1362A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC8dispatch33_06FC16B4E52357FA481A79998725B305LL7command10completionyAA7Command_pSg_ySbcSgtF', symObjAddr: 0x890, symBinAddr: 0x121FA4, symSize: 0x43C }
+ - { offsetInCU: 0x6B4, offset: 0x1363BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCfd', symObjAddr: 0xCCC, symBinAddr: 0x1223E0, symSize: 0x2C }
+ - { offsetInCU: 0x6EF, offset: 0x1363F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCfD', symObjAddr: 0xCF8, symBinAddr: 0x12240C, symSize: 0x34 }
+ - { offsetInCU: 0x857, offset: 0x13655F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCMa', symObjAddr: 0xEFC, symBinAddr: 0x122578, symSize: 0x20 }
+ - { offsetInCU: 0x86B, offset: 0x136573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pSgWOb', symObjAddr: 0x1034, symBinAddr: 0x122678, symSize: 0x48 }
+ - { offsetInCU: 0x27, offset: 0x13688F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1226C8, symSize: 0x14 }
+ - { offsetInCU: 0x4B, offset: 0x1368B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1226C8, symSize: 0x14 }
+ - { offsetInCU: 0x96, offset: 0x1368FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x54, symBinAddr: 0x12271C, symSize: 0x28 }
+ - { offsetInCU: 0xB7, offset: 0x13691F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x7C, symBinAddr: 0x122744, symSize: 0x40 }
+ - { offsetInCU: 0xE8, offset: 0x136950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xBC, symBinAddr: 0x122784, symSize: 0x4 }
+ - { offsetInCU: 0x104, offset: 0x13696C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC0, symBinAddr: 0x122788, symSize: 0x8 }
+ - { offsetInCU: 0x120, offset: 0x136988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC8, symBinAddr: 0x122790, symSize: 0xA8 }
+ - { offsetInCU: 0x1A3, offset: 0x136A0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomIdSSvg', symObjAddr: 0x1D8, symBinAddr: 0x122838, symSize: 0x2C }
+ - { offsetInCU: 0x1BF, offset: 0x136A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV13participantIdSSvg', symObjAddr: 0x204, symBinAddr: 0x122864, symSize: 0x2C }
+ - { offsetInCU: 0x1DB, offset: 0x136A43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x230, symBinAddr: 0x122890, symSize: 0x4 }
+ - { offsetInCU: 0x227, offset: 0x136A8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x2E4, symBinAddr: 0x122900, symSize: 0x40 }
+ - { offsetInCU: 0x25E, offset: 0x136AC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x440, symBinAddr: 0x122A18, symSize: 0x8 }
+ - { offsetInCU: 0x27A, offset: 0x136AE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x448, symBinAddr: 0x122A20, symSize: 0x38 }
+ - { offsetInCU: 0x296, offset: 0x136AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x50C, symBinAddr: 0x122AE4, symSize: 0x4 }
+ - { offsetInCU: 0x2BA, offset: 0x136B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultType_WZ', symObjAddr: 0x14, symBinAddr: 0x1226DC, symSize: 0x4 }
+ - { offsetInCU: 0x2D4, offset: 0x136B3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x18, symBinAddr: 0x1226E0, symSize: 0x3C }
+ - { offsetInCU: 0x31A, offset: 0x136B82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x234, symBinAddr: 0x122894, symSize: 0x24 }
+ - { offsetInCU: 0x32E, offset: 0x136B96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x258, symBinAddr: 0x1228B8, symSize: 0x44 }
+ - { offsetInCU: 0x342, offset: 0x136BAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x29C, symBinAddr: 0x1228FC, symSize: 0x4 }
+ - { offsetInCU: 0x356, offset: 0x136BBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x324, symBinAddr: 0x122940, symSize: 0x24 }
+ - { offsetInCU: 0x36A, offset: 0x136BD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA11RequestableAAWI', symObjAddr: 0x38C, symBinAddr: 0x122964, symSize: 0x2C }
+ - { offsetInCU: 0x37E, offset: 0x136BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA0F0AAWl', symObjAddr: 0x3B8, symBinAddr: 0x122990, symSize: 0x44 }
+ - { offsetInCU: 0x392, offset: 0x136BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x3FC, symBinAddr: 0x1229D4, symSize: 0x44 }
+ - { offsetInCU: 0x3A6, offset: 0x136C0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0AAWI', symObjAddr: 0x480, symBinAddr: 0x122A58, symSize: 0x24 }
+ - { offsetInCU: 0x3BA, offset: 0x136C22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVACSEAAWl', symObjAddr: 0x4A4, symBinAddr: 0x122A7C, symSize: 0x44 }
+ - { offsetInCU: 0x3CE, offset: 0x136C36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x4E8, symBinAddr: 0x122AC0, symSize: 0x24 }
+ - { offsetInCU: 0x3E2, offset: 0x136C4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwCP', symObjAddr: 0x510, symBinAddr: 0x122AE8, symSize: 0x30 }
+ - { offsetInCU: 0x3F6, offset: 0x136C5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwxx', symObjAddr: 0x540, symBinAddr: 0x122B18, symSize: 0x28 }
+ - { offsetInCU: 0x40A, offset: 0x136C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwcp', symObjAddr: 0x568, symBinAddr: 0x122B40, symSize: 0x44 }
+ - { offsetInCU: 0x41E, offset: 0x136C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwca', symObjAddr: 0x5AC, symBinAddr: 0x122B84, symSize: 0x74 }
+ - { offsetInCU: 0x432, offset: 0x136C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwta', symObjAddr: 0x634, symBinAddr: 0x122BF8, symSize: 0x4C }
+ - { offsetInCU: 0x446, offset: 0x136CAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwet', symObjAddr: 0x680, symBinAddr: 0x122C44, symSize: 0x48 }
+ - { offsetInCU: 0x45A, offset: 0x136CC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwst', symObjAddr: 0x6C8, symBinAddr: 0x122C8C, symSize: 0x48 }
+ - { offsetInCU: 0x46E, offset: 0x136CD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVMa', symObjAddr: 0x710, symBinAddr: 0x122CD4, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x136F01, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x122CE8, symSize: 0x74 }
+ - { offsetInCU: 0x65, offset: 0x136F3F, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x122CE8, symSize: 0x74 }
+ - { offsetInCU: 0x91, offset: 0x136F6B, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueSSvg', symObjAddr: 0xB4, symBinAddr: 0x122D5C, symSize: 0x20 }
+ - { offsetInCU: 0xCE, offset: 0x136FA8, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSYACSY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x258, symBinAddr: 0x122F00, symSize: 0x78 }
+ - { offsetInCU: 0x10F, offset: 0x136FE9, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSYACSY8rawValue03RawI0QzvgTW', symObjAddr: 0x2D0, symBinAddr: 0x122F78, symSize: 0x28 }
+ - { offsetInCU: 0x16E, offset: 0x137048, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClassSSvgZ', symObjAddr: 0x2F8, symBinAddr: 0x122FA0, symSize: 0xB8 }
+ - { offsetInCU: 0x21B, offset: 0x1370F5, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClass4fromAbCE0bH0OSSSg_tFZ', symObjAddr: 0x3B0, symBinAddr: 0x123058, symSize: 0x4 }
+ - { offsetInCU: 0x22F, offset: 0x137109, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE11carrierNameSSSgvgZ', symObjAddr: 0x3B4, symBinAddr: 0x12305C, symSize: 0xB8 }
+ - { offsetInCU: 0x29B, offset: 0x137175, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClass4fromAbCE0bH0OSSSg_tFZTf4nd_n', symObjAddr: 0x46C, symBinAddr: 0x123114, symSize: 0x47C }
+ - { offsetInCU: 0x478, offset: 0x137352, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSQWb', symObjAddr: 0x8E8, symBinAddr: 0x123590, symSize: 0x4 }
+ - { offsetInCU: 0x48C, offset: 0x137366, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOAESQACWl', symObjAddr: 0x8EC, symBinAddr: 0x123594, symSize: 0x44 }
+ - { offsetInCU: 0x4A0, offset: 0x13737A, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwet', symObjAddr: 0x940, symBinAddr: 0x1235D8, symSize: 0x90 }
+ - { offsetInCU: 0x4B4, offset: 0x13738E, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwst', symObjAddr: 0x9D0, symBinAddr: 0x123668, symSize: 0xBC }
+ - { offsetInCU: 0x4C8, offset: 0x1373A2, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwug', symObjAddr: 0xA8C, symBinAddr: 0x123724, symSize: 0x8 }
+ - { offsetInCU: 0x4DC, offset: 0x1373B6, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwup', symObjAddr: 0xA94, symBinAddr: 0x12372C, symSize: 0x4 }
+ - { offsetInCU: 0x4F0, offset: 0x1373CA, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwui', symObjAddr: 0xA98, symBinAddr: 0x123730, symSize: 0x8 }
+ - { offsetInCU: 0x504, offset: 0x1373DE, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOMa', symObjAddr: 0xAA0, symBinAddr: 0x123738, symSize: 0x10 }
+ - { offsetInCU: 0x54D, offset: 0x137427, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSQACSQ2eeoiySbx_xtFZTW', symObjAddr: 0xD4, symBinAddr: 0x122D7C, symSize: 0x88 }
+ - { offsetInCU: 0x5FC, offset: 0x1374D6, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH9hashValueSivgTW', symObjAddr: 0x15C, symBinAddr: 0x122E04, symSize: 0x60 }
+ - { offsetInCU: 0x67A, offset: 0x137554, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1BC, symBinAddr: 0x122E64, symSize: 0x40 }
+ - { offsetInCU: 0x6CC, offset: 0x1375A6, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FC, symBinAddr: 0x122EA4, symSize: 0x5C }
+ - { offsetInCU: 0x27, offset: 0x137872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x123748, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x137896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x123748, symSize: 0xD0 }
+ - { offsetInCU: 0xAA, offset: 0x1378F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0x123818, symSize: 0x8 }
+ - { offsetInCU: 0xC6, offset: 0x137911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xD8, symBinAddr: 0x123820, symSize: 0x48 }
+ - { offsetInCU: 0xEB, offset: 0x137936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x120, symBinAddr: 0x123868, symSize: 0x21C }
+ - { offsetInCU: 0x1D0, offset: 0x137A1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfC', symObjAddr: 0x4AC, symBinAddr: 0x123AA4, symSize: 0xD8 }
+ - { offsetInCU: 0x26F, offset: 0x137ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0Vtcfc', symObjAddr: 0x584, symBinAddr: 0x123B7C, symSize: 0xB4 }
+ - { offsetInCU: 0x348, offset: 0x137B93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x638, symBinAddr: 0x123C30, symSize: 0x2C }
+ - { offsetInCU: 0x3A7, offset: 0x137BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x664, symBinAddr: 0x123C5C, symSize: 0x2C }
+ - { offsetInCU: 0x404, offset: 0x137C4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCfd', symObjAddr: 0x690, symBinAddr: 0x123C88, symSize: 0x2C }
+ - { offsetInCU: 0x455, offset: 0x137CA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCfD', symObjAddr: 0x6D0, symBinAddr: 0x123CB4, symSize: 0x34 }
+ - { offsetInCU: 0x4AF, offset: 0x137CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCMa', symObjAddr: 0x404, symBinAddr: 0x123A84, symSize: 0x20 }
+ - { offsetInCU: 0x50, offset: 0x13800F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACSgSo13RTCStatisticsC_tcfC', symObjAddr: 0x0, symBinAddr: 0x123CFC, symSize: 0x38 }
+ - { offsetInCU: 0x6C, offset: 0x13802B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvg', symObjAddr: 0x38, symBinAddr: 0x123D34, symSize: 0x2C }
+ - { offsetInCU: 0x88, offset: 0x138047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvs', symObjAddr: 0x64, symBinAddr: 0x123D60, symSize: 0x34 }
+ - { offsetInCU: 0xA4, offset: 0x138063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvM', symObjAddr: 0x98, symBinAddr: 0x123D94, symSize: 0x10 }
+ - { offsetInCU: 0xC0, offset: 0x13807F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvM.resume.0', symObjAddr: 0xA8, symBinAddr: 0x123DA4, symSize: 0x4 }
+ - { offsetInCU: 0xDC, offset: 0x13809B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvg', symObjAddr: 0xAC, symBinAddr: 0x123DA8, symSize: 0x8 }
+ - { offsetInCU: 0xF8, offset: 0x1380B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvs', symObjAddr: 0xB4, symBinAddr: 0x123DB0, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x1380D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvM', symObjAddr: 0xBC, symBinAddr: 0x123DB8, symSize: 0x10 }
+ - { offsetInCU: 0x130, offset: 0x1380EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvM.resume.0', symObjAddr: 0xCC, symBinAddr: 0x123DC8, symSize: 0x4 }
+ - { offsetInCU: 0x14C, offset: 0x13810B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvg', symObjAddr: 0xD0, symBinAddr: 0x123DCC, symSize: 0x8 }
+ - { offsetInCU: 0x168, offset: 0x138127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvs', symObjAddr: 0xD8, symBinAddr: 0x123DD4, symSize: 0x8 }
+ - { offsetInCU: 0x184, offset: 0x138143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvM', symObjAddr: 0xE0, symBinAddr: 0x123DDC, symSize: 0x10 }
+ - { offsetInCU: 0x1A0, offset: 0x13815F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvM.resume.0', symObjAddr: 0xF0, symBinAddr: 0x123DEC, symSize: 0x4 }
+ - { offsetInCU: 0x1BC, offset: 0x13817B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvg', symObjAddr: 0xF4, symBinAddr: 0x123DF0, symSize: 0x488 }
+ - { offsetInCU: 0x1D8, offset: 0x138197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvs', symObjAddr: 0x57C, symBinAddr: 0x124278, symSize: 0xEC }
+ - { offsetInCU: 0x1F4, offset: 0x1381B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvM', symObjAddr: 0x668, symBinAddr: 0x124364, symSize: 0x10 }
+ - { offsetInCU: 0x210, offset: 0x1381CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvM.resume.0', symObjAddr: 0x678, symBinAddr: 0x124374, symSize: 0x4 }
+ - { offsetInCU: 0x22C, offset: 0x1381EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifier9timestamp4type10dictionaryACSgSS_SdAC0D4TypeOSDySSypGtcfC', symObjAddr: 0x680, symBinAddr: 0x12437C, symSize: 0xC54 }
+ - { offsetInCU: 0x2E2, offset: 0x1382A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifier9timestamp4type6valuesACSS_SdAC0D4TypeOAC0D6ValuesVtcfC', symObjAddr: 0x12D4, symBinAddr: 0x124FD0, symSize: 0xAA4 }
+ - { offsetInCU: 0x363, offset: 0x138322, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueSSvg', symObjAddr: 0x1D78, symBinAddr: 0x125A74, symSize: 0x20 }
+ - { offsetInCU: 0x38E, offset: 0x13834D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1DA0, symBinAddr: 0x125A9C, symSize: 0x8 }
+ - { offsetInCU: 0x3B9, offset: 0x138378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DA8, symBinAddr: 0x125AA4, symSize: 0x24 }
+ - { offsetInCU: 0x3EA, offset: 0x1383A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x125AC8, symSize: 0xC }
+ - { offsetInCU: 0x406, offset: 0x1383C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1DD8, symBinAddr: 0x125AD4, symSize: 0xC }
+ - { offsetInCU: 0x422, offset: 0x1383E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xB984, symBinAddr: 0x12F358, symSize: 0x198 }
+ - { offsetInCU: 0x468, offset: 0x138427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E34, symBinAddr: 0x125B30, symSize: 0x50 }
+ - { offsetInCU: 0x492, offset: 0x138451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1E84, symBinAddr: 0x125B80, symSize: 0x50 }
+ - { offsetInCU: 0x4C9, offset: 0x138488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACSgSo13RTCStatisticsC_tcfCTf4nd_n', symObjAddr: 0x54AC, symBinAddr: 0x1291A8, symSize: 0xD18 }
+ - { offsetInCU: 0x564, offset: 0x138523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x8198, symBinAddr: 0x12BBFC, symSize: 0xB1C }
+ - { offsetInCU: 0x5A2, offset: 0x138561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueAESgSS_tcfC', symObjAddr: 0x67C, symBinAddr: 0x124378, symSize: 0x4 }
+ - { offsetInCU: 0x5B6, offset: 0x138575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueSSvg', symObjAddr: 0x42FC, symBinAddr: 0x127FF8, symSize: 0x154 }
+ - { offsetInCU: 0x5F0, offset: 0x1385AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x4610, symBinAddr: 0x12830C, symSize: 0x2C }
+ - { offsetInCU: 0x621, offset: 0x1385E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x463C, symBinAddr: 0x128338, symSize: 0x28 }
+ - { offsetInCU: 0x63D, offset: 0x1385FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x5438, symBinAddr: 0x129134, symSize: 0x74 }
+ - { offsetInCU: 0x676, offset: 0x138635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvg', symObjAddr: 0x1ED4, symBinAddr: 0x125BD0, symSize: 0x8 }
+ - { offsetInCU: 0x692, offset: 0x138651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvs', symObjAddr: 0x1EDC, symBinAddr: 0x125BD8, symSize: 0x8 }
+ - { offsetInCU: 0x6AE, offset: 0x13866D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvM', symObjAddr: 0x1EE4, symBinAddr: 0x125BE0, symSize: 0x10 }
+ - { offsetInCU: 0x6CA, offset: 0x138689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvM.resume.0', symObjAddr: 0x1EF4, symBinAddr: 0x125BF0, symSize: 0x4 }
+ - { offsetInCU: 0x6E6, offset: 0x1386A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvg', symObjAddr: 0x1EF8, symBinAddr: 0x125BF4, symSize: 0xC }
+ - { offsetInCU: 0x702, offset: 0x1386C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvs', symObjAddr: 0x1F04, symBinAddr: 0x125C00, symSize: 0x10 }
+ - { offsetInCU: 0x71E, offset: 0x1386DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvM', symObjAddr: 0x1F14, symBinAddr: 0x125C10, symSize: 0x10 }
+ - { offsetInCU: 0x73A, offset: 0x1386F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvM.resume.0', symObjAddr: 0x1F24, symBinAddr: 0x125C20, symSize: 0x4 }
+ - { offsetInCU: 0x756, offset: 0x138715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvg', symObjAddr: 0x1F28, symBinAddr: 0x125C24, symSize: 0xC }
+ - { offsetInCU: 0x772, offset: 0x138731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvs', symObjAddr: 0x1F34, symBinAddr: 0x125C30, symSize: 0x10 }
+ - { offsetInCU: 0x78E, offset: 0x13874D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvM', symObjAddr: 0x1F44, symBinAddr: 0x125C40, symSize: 0x10 }
+ - { offsetInCU: 0x7AA, offset: 0x138769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvM.resume.0', symObjAddr: 0x1F54, symBinAddr: 0x125C50, symSize: 0x4 }
+ - { offsetInCU: 0x7C6, offset: 0x138785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvg', symObjAddr: 0x1F58, symBinAddr: 0x125C54, symSize: 0xC }
+ - { offsetInCU: 0x7E2, offset: 0x1387A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvs', symObjAddr: 0x1F64, symBinAddr: 0x125C60, symSize: 0x10 }
+ - { offsetInCU: 0x7FE, offset: 0x1387BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvM', symObjAddr: 0x1F74, symBinAddr: 0x125C70, symSize: 0x10 }
+ - { offsetInCU: 0x81A, offset: 0x1387D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x1F84, symBinAddr: 0x125C80, symSize: 0x4 }
+ - { offsetInCU: 0x836, offset: 0x1387F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvg', symObjAddr: 0x1F88, symBinAddr: 0x125C84, symSize: 0xC }
+ - { offsetInCU: 0x852, offset: 0x138811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvs', symObjAddr: 0x1F94, symBinAddr: 0x125C90, symSize: 0x10 }
+ - { offsetInCU: 0x86E, offset: 0x13882D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvM', symObjAddr: 0x1FA4, symBinAddr: 0x125CA0, symSize: 0x10 }
+ - { offsetInCU: 0x88A, offset: 0x138849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvM.resume.0', symObjAddr: 0x1FB4, symBinAddr: 0x125CB0, symSize: 0x4 }
+ - { offsetInCU: 0x8A6, offset: 0x138865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvg', symObjAddr: 0x1FB8, symBinAddr: 0x125CB4, symSize: 0xC }
+ - { offsetInCU: 0x8C2, offset: 0x138881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvs', symObjAddr: 0x1FC4, symBinAddr: 0x125CC0, symSize: 0x10 }
+ - { offsetInCU: 0x8DE, offset: 0x13889D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvM', symObjAddr: 0x1FD4, symBinAddr: 0x125CD0, symSize: 0x10 }
+ - { offsetInCU: 0x8FA, offset: 0x1388B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvM.resume.0', symObjAddr: 0x1FE4, symBinAddr: 0x125CE0, symSize: 0x4 }
+ - { offsetInCU: 0x916, offset: 0x1388D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvg', symObjAddr: 0x1FE8, symBinAddr: 0x125CE4, symSize: 0xC }
+ - { offsetInCU: 0x932, offset: 0x1388F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvs', symObjAddr: 0x1FF4, symBinAddr: 0x125CF0, symSize: 0x10 }
+ - { offsetInCU: 0x94E, offset: 0x13890D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvM', symObjAddr: 0x2004, symBinAddr: 0x125D00, symSize: 0x10 }
+ - { offsetInCU: 0x96A, offset: 0x138929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvM.resume.0', symObjAddr: 0x2014, symBinAddr: 0x125D10, symSize: 0x4 }
+ - { offsetInCU: 0x986, offset: 0x138945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvg', symObjAddr: 0x2018, symBinAddr: 0x125D14, symSize: 0xC }
+ - { offsetInCU: 0x9A2, offset: 0x138961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvs', symObjAddr: 0x2024, symBinAddr: 0x125D20, symSize: 0x10 }
+ - { offsetInCU: 0x9BE, offset: 0x13897D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvM', symObjAddr: 0x2034, symBinAddr: 0x125D30, symSize: 0x10 }
+ - { offsetInCU: 0x9DA, offset: 0x138999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvM.resume.0', symObjAddr: 0x2044, symBinAddr: 0x125D40, symSize: 0x4 }
+ - { offsetInCU: 0x9F6, offset: 0x1389B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvg', symObjAddr: 0x2048, symBinAddr: 0x125D44, symSize: 0x2C }
+ - { offsetInCU: 0xA12, offset: 0x1389D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvs', symObjAddr: 0x2074, symBinAddr: 0x125D70, symSize: 0x34 }
+ - { offsetInCU: 0xA2E, offset: 0x1389ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvM', symObjAddr: 0x20A8, symBinAddr: 0x125DA4, symSize: 0x10 }
+ - { offsetInCU: 0xA4A, offset: 0x138A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvM.resume.0', symObjAddr: 0x20B8, symBinAddr: 0x125DB4, symSize: 0x4 }
+ - { offsetInCU: 0xA66, offset: 0x138A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvg', symObjAddr: 0x20BC, symBinAddr: 0x125DB8, symSize: 0x2C }
+ - { offsetInCU: 0xA82, offset: 0x138A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvs', symObjAddr: 0x20E8, symBinAddr: 0x125DE4, symSize: 0x34 }
+ - { offsetInCU: 0xA9E, offset: 0x138A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvM', symObjAddr: 0x211C, symBinAddr: 0x125E18, symSize: 0x10 }
+ - { offsetInCU: 0xABA, offset: 0x138A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvM.resume.0', symObjAddr: 0x212C, symBinAddr: 0x125E28, symSize: 0x4 }
+ - { offsetInCU: 0xAD6, offset: 0x138A95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvg', symObjAddr: 0x2130, symBinAddr: 0x125E2C, symSize: 0x2C }
+ - { offsetInCU: 0xAF2, offset: 0x138AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvs', symObjAddr: 0x215C, symBinAddr: 0x125E58, symSize: 0x34 }
+ - { offsetInCU: 0xB0E, offset: 0x138ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvM', symObjAddr: 0x2190, symBinAddr: 0x125E8C, symSize: 0x10 }
+ - { offsetInCU: 0xB2A, offset: 0x138AE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvM.resume.0', symObjAddr: 0x21A0, symBinAddr: 0x125E9C, symSize: 0x4 }
+ - { offsetInCU: 0xB46, offset: 0x138B05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvg', symObjAddr: 0x21A4, symBinAddr: 0x125EA0, symSize: 0x2C }
+ - { offsetInCU: 0xB62, offset: 0x138B21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvs', symObjAddr: 0x21D0, symBinAddr: 0x125ECC, symSize: 0x34 }
+ - { offsetInCU: 0xB7E, offset: 0x138B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvM', symObjAddr: 0x2204, symBinAddr: 0x125F00, symSize: 0x10 }
+ - { offsetInCU: 0xB9A, offset: 0x138B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvM.resume.0', symObjAddr: 0x2214, symBinAddr: 0x125F10, symSize: 0x4 }
+ - { offsetInCU: 0xBB6, offset: 0x138B75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvg', symObjAddr: 0x2218, symBinAddr: 0x125F14, symSize: 0x2C }
+ - { offsetInCU: 0xBD2, offset: 0x138B91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvs', symObjAddr: 0x2244, symBinAddr: 0x125F40, symSize: 0x34 }
+ - { offsetInCU: 0xBEE, offset: 0x138BAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvM', symObjAddr: 0x2278, symBinAddr: 0x125F74, symSize: 0x10 }
+ - { offsetInCU: 0xC0A, offset: 0x138BC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvM.resume.0', symObjAddr: 0x2288, symBinAddr: 0x125F84, symSize: 0x4 }
+ - { offsetInCU: 0xC26, offset: 0x138BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvg', symObjAddr: 0x228C, symBinAddr: 0x125F88, symSize: 0x2C }
+ - { offsetInCU: 0xC42, offset: 0x138C01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvs', symObjAddr: 0x22B8, symBinAddr: 0x125FB4, symSize: 0x34 }
+ - { offsetInCU: 0xC5E, offset: 0x138C1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvM', symObjAddr: 0x22EC, symBinAddr: 0x125FE8, symSize: 0x10 }
+ - { offsetInCU: 0xC7A, offset: 0x138C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvM.resume.0', symObjAddr: 0x22FC, symBinAddr: 0x125FF8, symSize: 0x4 }
+ - { offsetInCU: 0xC96, offset: 0x138C55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvg', symObjAddr: 0x2300, symBinAddr: 0x125FFC, symSize: 0xC }
+ - { offsetInCU: 0xCB2, offset: 0x138C71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvs', symObjAddr: 0x230C, symBinAddr: 0x126008, symSize: 0x10 }
+ - { offsetInCU: 0xCCE, offset: 0x138C8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvM', symObjAddr: 0x231C, symBinAddr: 0x126018, symSize: 0x10 }
+ - { offsetInCU: 0xCEA, offset: 0x138CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvM.resume.0', symObjAddr: 0x232C, symBinAddr: 0x126028, symSize: 0x4 }
+ - { offsetInCU: 0xD06, offset: 0x138CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvg', symObjAddr: 0x2330, symBinAddr: 0x12602C, symSize: 0xC }
+ - { offsetInCU: 0xD22, offset: 0x138CE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvs', symObjAddr: 0x233C, symBinAddr: 0x126038, symSize: 0x10 }
+ - { offsetInCU: 0xD3E, offset: 0x138CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvM', symObjAddr: 0x234C, symBinAddr: 0x126048, symSize: 0x10 }
+ - { offsetInCU: 0xD5A, offset: 0x138D19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvM.resume.0', symObjAddr: 0x235C, symBinAddr: 0x126058, symSize: 0x4 }
+ - { offsetInCU: 0xD76, offset: 0x138D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvg', symObjAddr: 0x2360, symBinAddr: 0x12605C, symSize: 0x2C }
+ - { offsetInCU: 0xD92, offset: 0x138D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvs', symObjAddr: 0x238C, symBinAddr: 0x126088, symSize: 0x34 }
+ - { offsetInCU: 0xDAE, offset: 0x138D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvM', symObjAddr: 0x23C0, symBinAddr: 0x1260BC, symSize: 0x10 }
+ - { offsetInCU: 0xDCA, offset: 0x138D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvM.resume.0', symObjAddr: 0x23D0, symBinAddr: 0x1260CC, symSize: 0x4 }
+ - { offsetInCU: 0xDE6, offset: 0x138DA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvg', symObjAddr: 0x23D4, symBinAddr: 0x1260D0, symSize: 0x2C }
+ - { offsetInCU: 0xE02, offset: 0x138DC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvs', symObjAddr: 0x2400, symBinAddr: 0x1260FC, symSize: 0x34 }
+ - { offsetInCU: 0xE1E, offset: 0x138DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvM', symObjAddr: 0x2434, symBinAddr: 0x126130, symSize: 0x10 }
+ - { offsetInCU: 0xE3A, offset: 0x138DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvM.resume.0', symObjAddr: 0x2444, symBinAddr: 0x126140, symSize: 0x4 }
+ - { offsetInCU: 0xE56, offset: 0x138E15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvg', symObjAddr: 0x2448, symBinAddr: 0x126144, symSize: 0x2C }
+ - { offsetInCU: 0xE72, offset: 0x138E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvs', symObjAddr: 0x2474, symBinAddr: 0x126170, symSize: 0x34 }
+ - { offsetInCU: 0xE8E, offset: 0x138E4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvM', symObjAddr: 0x24A8, symBinAddr: 0x1261A4, symSize: 0x10 }
+ - { offsetInCU: 0xEAA, offset: 0x138E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvM.resume.0', symObjAddr: 0x24B8, symBinAddr: 0x1261B4, symSize: 0x4 }
+ - { offsetInCU: 0xEC6, offset: 0x138E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvg', symObjAddr: 0x24BC, symBinAddr: 0x1261B8, symSize: 0x2C }
+ - { offsetInCU: 0xEE2, offset: 0x138EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvs', symObjAddr: 0x24E8, symBinAddr: 0x1261E4, symSize: 0x34 }
+ - { offsetInCU: 0xEFE, offset: 0x138EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvM', symObjAddr: 0x251C, symBinAddr: 0x126218, symSize: 0x10 }
+ - { offsetInCU: 0xF1A, offset: 0x138ED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvM.resume.0', symObjAddr: 0x252C, symBinAddr: 0x126228, symSize: 0x4 }
+ - { offsetInCU: 0xF36, offset: 0x138EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvg', symObjAddr: 0x2530, symBinAddr: 0x12622C, symSize: 0x2C }
+ - { offsetInCU: 0xF52, offset: 0x138F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvs', symObjAddr: 0x255C, symBinAddr: 0x126258, symSize: 0x34 }
+ - { offsetInCU: 0xF6E, offset: 0x138F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvM', symObjAddr: 0x2590, symBinAddr: 0x12628C, symSize: 0x10 }
+ - { offsetInCU: 0xF8A, offset: 0x138F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvM.resume.0', symObjAddr: 0x25A0, symBinAddr: 0x12629C, symSize: 0x4 }
+ - { offsetInCU: 0xFA6, offset: 0x138F65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvg', symObjAddr: 0x25A4, symBinAddr: 0x1262A0, symSize: 0x2C }
+ - { offsetInCU: 0xFC2, offset: 0x138F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvs', symObjAddr: 0x25D0, symBinAddr: 0x1262CC, symSize: 0x34 }
+ - { offsetInCU: 0xFDE, offset: 0x138F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvM', symObjAddr: 0x2604, symBinAddr: 0x126300, symSize: 0x10 }
+ - { offsetInCU: 0xFFA, offset: 0x138FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvM.resume.0', symObjAddr: 0x2614, symBinAddr: 0x126310, symSize: 0x4 }
+ - { offsetInCU: 0x1016, offset: 0x138FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvg', symObjAddr: 0x2618, symBinAddr: 0x126314, symSize: 0x8 }
+ - { offsetInCU: 0x1032, offset: 0x138FF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvs', symObjAddr: 0x2620, symBinAddr: 0x12631C, symSize: 0x28 }
+ - { offsetInCU: 0x104E, offset: 0x13900D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvM', symObjAddr: 0x2648, symBinAddr: 0x126344, symSize: 0x10 }
+ - { offsetInCU: 0x106A, offset: 0x139029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvM.resume.0', symObjAddr: 0x2658, symBinAddr: 0x126354, symSize: 0x4 }
+ - { offsetInCU: 0x1086, offset: 0x139045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvg', symObjAddr: 0x265C, symBinAddr: 0x126358, symSize: 0x10 }
+ - { offsetInCU: 0x10A2, offset: 0x139061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvs', symObjAddr: 0x266C, symBinAddr: 0x126368, symSize: 0x10 }
+ - { offsetInCU: 0x10BE, offset: 0x13907D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvM', symObjAddr: 0x267C, symBinAddr: 0x126378, symSize: 0x10 }
+ - { offsetInCU: 0x10DA, offset: 0x139099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvM.resume.0', symObjAddr: 0x268C, symBinAddr: 0x126388, symSize: 0x4 }
+ - { offsetInCU: 0x10F6, offset: 0x1390B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x2690, symBinAddr: 0x12638C, symSize: 0x10 }
+ - { offsetInCU: 0x1112, offset: 0x1390D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvs', symObjAddr: 0x26A0, symBinAddr: 0x12639C, symSize: 0x10 }
+ - { offsetInCU: 0x112E, offset: 0x1390ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvM', symObjAddr: 0x26B0, symBinAddr: 0x1263AC, symSize: 0x10 }
+ - { offsetInCU: 0x114A, offset: 0x139109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvM.resume.0', symObjAddr: 0x26C0, symBinAddr: 0x1263BC, symSize: 0x4 }
+ - { offsetInCU: 0x1166, offset: 0x139125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x26C4, symBinAddr: 0x1263C0, symSize: 0x10 }
+ - { offsetInCU: 0x1182, offset: 0x139141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvs', symObjAddr: 0x26D4, symBinAddr: 0x1263D0, symSize: 0x10 }
+ - { offsetInCU: 0x119E, offset: 0x13915D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvM', symObjAddr: 0x26E4, symBinAddr: 0x1263E0, symSize: 0x10 }
+ - { offsetInCU: 0x11BA, offset: 0x139179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvM.resume.0', symObjAddr: 0x26F4, symBinAddr: 0x1263F0, symSize: 0x4 }
+ - { offsetInCU: 0x11D6, offset: 0x139195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvg', symObjAddr: 0x26F8, symBinAddr: 0x1263F4, symSize: 0x10 }
+ - { offsetInCU: 0x11F2, offset: 0x1391B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvs', symObjAddr: 0x2708, symBinAddr: 0x126404, symSize: 0x10 }
+ - { offsetInCU: 0x120E, offset: 0x1391CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvM', symObjAddr: 0x2718, symBinAddr: 0x126414, symSize: 0x10 }
+ - { offsetInCU: 0x122A, offset: 0x1391E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2728, symBinAddr: 0x126424, symSize: 0x4 }
+ - { offsetInCU: 0x1246, offset: 0x139205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x272C, symBinAddr: 0x126428, symSize: 0x10 }
+ - { offsetInCU: 0x1262, offset: 0x139221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvs', symObjAddr: 0x273C, symBinAddr: 0x126438, symSize: 0x10 }
+ - { offsetInCU: 0x127E, offset: 0x13923D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvM', symObjAddr: 0x274C, symBinAddr: 0x126448, symSize: 0x10 }
+ - { offsetInCU: 0x129A, offset: 0x139259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x275C, symBinAddr: 0x126458, symSize: 0x4 }
+ - { offsetInCU: 0x12B6, offset: 0x139275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x2760, symBinAddr: 0x12645C, symSize: 0x10 }
+ - { offsetInCU: 0x12D2, offset: 0x139291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvs', symObjAddr: 0x2770, symBinAddr: 0x12646C, symSize: 0x10 }
+ - { offsetInCU: 0x12EE, offset: 0x1392AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvM', symObjAddr: 0x2780, symBinAddr: 0x12647C, symSize: 0x10 }
+ - { offsetInCU: 0x130A, offset: 0x1392C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvM.resume.0', symObjAddr: 0x2790, symBinAddr: 0x12648C, symSize: 0x4 }
+ - { offsetInCU: 0x1326, offset: 0x1392E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvg', symObjAddr: 0x2794, symBinAddr: 0x126490, symSize: 0x10 }
+ - { offsetInCU: 0x1342, offset: 0x139301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvs', symObjAddr: 0x27A4, symBinAddr: 0x1264A0, symSize: 0x10 }
+ - { offsetInCU: 0x135E, offset: 0x13931D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvM', symObjAddr: 0x27B4, symBinAddr: 0x1264B0, symSize: 0x10 }
+ - { offsetInCU: 0x137A, offset: 0x139339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvM.resume.0', symObjAddr: 0x27C4, symBinAddr: 0x1264C0, symSize: 0x4 }
+ - { offsetInCU: 0x1396, offset: 0x139355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvg', symObjAddr: 0x27C8, symBinAddr: 0x1264C4, symSize: 0x10 }
+ - { offsetInCU: 0x13B2, offset: 0x139371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvs', symObjAddr: 0x27D8, symBinAddr: 0x1264D4, symSize: 0x10 }
+ - { offsetInCU: 0x13CE, offset: 0x13938D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvM', symObjAddr: 0x27E8, symBinAddr: 0x1264E4, symSize: 0x10 }
+ - { offsetInCU: 0x13EA, offset: 0x1393A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvM.resume.0', symObjAddr: 0x27F8, symBinAddr: 0x1264F4, symSize: 0x4 }
+ - { offsetInCU: 0x1406, offset: 0x1393C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x27FC, symBinAddr: 0x1264F8, symSize: 0x10 }
+ - { offsetInCU: 0x1422, offset: 0x1393E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvs', symObjAddr: 0x280C, symBinAddr: 0x126508, symSize: 0x10 }
+ - { offsetInCU: 0x143E, offset: 0x1393FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvM', symObjAddr: 0x281C, symBinAddr: 0x126518, symSize: 0x10 }
+ - { offsetInCU: 0x145A, offset: 0x139419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvM.resume.0', symObjAddr: 0x282C, symBinAddr: 0x126528, symSize: 0x4 }
+ - { offsetInCU: 0x1476, offset: 0x139435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvg', symObjAddr: 0x2830, symBinAddr: 0x12652C, symSize: 0x10 }
+ - { offsetInCU: 0x1492, offset: 0x139451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvs', symObjAddr: 0x2840, symBinAddr: 0x12653C, symSize: 0x10 }
+ - { offsetInCU: 0x14AE, offset: 0x13946D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvM', symObjAddr: 0x2850, symBinAddr: 0x12654C, symSize: 0x10 }
+ - { offsetInCU: 0x14CA, offset: 0x139489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvM.resume.0', symObjAddr: 0x2860, symBinAddr: 0x12655C, symSize: 0x4 }
+ - { offsetInCU: 0x14E6, offset: 0x1394A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvg', symObjAddr: 0x2864, symBinAddr: 0x126560, symSize: 0x10 }
+ - { offsetInCU: 0x1502, offset: 0x1394C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvs', symObjAddr: 0x2874, symBinAddr: 0x126570, symSize: 0x10 }
+ - { offsetInCU: 0x151E, offset: 0x1394DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvM', symObjAddr: 0x2884, symBinAddr: 0x126580, symSize: 0x10 }
+ - { offsetInCU: 0x153A, offset: 0x1394F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvM.resume.0', symObjAddr: 0x2894, symBinAddr: 0x126590, symSize: 0x4 }
+ - { offsetInCU: 0x1556, offset: 0x139515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvg', symObjAddr: 0x2898, symBinAddr: 0x126594, symSize: 0x10 }
+ - { offsetInCU: 0x1572, offset: 0x139531, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvs', symObjAddr: 0x28A8, symBinAddr: 0x1265A4, symSize: 0x10 }
+ - { offsetInCU: 0x158E, offset: 0x13954D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvM', symObjAddr: 0x28B8, symBinAddr: 0x1265B4, symSize: 0x10 }
+ - { offsetInCU: 0x15AA, offset: 0x139569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvM.resume.0', symObjAddr: 0x28C8, symBinAddr: 0x1265C4, symSize: 0x4 }
+ - { offsetInCU: 0x15C6, offset: 0x139585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvg', symObjAddr: 0x28CC, symBinAddr: 0x1265C8, symSize: 0x10 }
+ - { offsetInCU: 0x15E2, offset: 0x1395A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvs', symObjAddr: 0x28DC, symBinAddr: 0x1265D8, symSize: 0x10 }
+ - { offsetInCU: 0x15FE, offset: 0x1395BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvM', symObjAddr: 0x28EC, symBinAddr: 0x1265E8, symSize: 0x10 }
+ - { offsetInCU: 0x161A, offset: 0x1395D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvM.resume.0', symObjAddr: 0x28FC, symBinAddr: 0x1265F8, symSize: 0x4 }
+ - { offsetInCU: 0x1636, offset: 0x1395F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvg', symObjAddr: 0x2900, symBinAddr: 0x1265FC, symSize: 0x10 }
+ - { offsetInCU: 0x1652, offset: 0x139611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvs', symObjAddr: 0x2910, symBinAddr: 0x12660C, symSize: 0x10 }
+ - { offsetInCU: 0x166E, offset: 0x13962D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvM', symObjAddr: 0x2920, symBinAddr: 0x12661C, symSize: 0x10 }
+ - { offsetInCU: 0x168A, offset: 0x139649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvM.resume.0', symObjAddr: 0x2930, symBinAddr: 0x12662C, symSize: 0x4 }
+ - { offsetInCU: 0x16A6, offset: 0x139665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvg', symObjAddr: 0x2934, symBinAddr: 0x126630, symSize: 0x10 }
+ - { offsetInCU: 0x16C2, offset: 0x139681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvs', symObjAddr: 0x2944, symBinAddr: 0x126640, symSize: 0x10 }
+ - { offsetInCU: 0x16DE, offset: 0x13969D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvM', symObjAddr: 0x2954, symBinAddr: 0x126650, symSize: 0x10 }
+ - { offsetInCU: 0x16FA, offset: 0x1396B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvM.resume.0', symObjAddr: 0x2964, symBinAddr: 0x126660, symSize: 0x4 }
+ - { offsetInCU: 0x1716, offset: 0x1396D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvg', symObjAddr: 0x2968, symBinAddr: 0x126664, symSize: 0x10 }
+ - { offsetInCU: 0x1732, offset: 0x1396F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvs', symObjAddr: 0x2978, symBinAddr: 0x126674, symSize: 0x10 }
+ - { offsetInCU: 0x174E, offset: 0x13970D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvM', symObjAddr: 0x2988, symBinAddr: 0x126684, symSize: 0x10 }
+ - { offsetInCU: 0x176A, offset: 0x139729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvM.resume.0', symObjAddr: 0x2998, symBinAddr: 0x126694, symSize: 0x4 }
+ - { offsetInCU: 0x1786, offset: 0x139745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x299C, symBinAddr: 0x126698, symSize: 0x10 }
+ - { offsetInCU: 0x17A2, offset: 0x139761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvs', symObjAddr: 0x29AC, symBinAddr: 0x1266A8, symSize: 0x10 }
+ - { offsetInCU: 0x17BE, offset: 0x13977D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvM', symObjAddr: 0x29BC, symBinAddr: 0x1266B8, symSize: 0x10 }
+ - { offsetInCU: 0x17DA, offset: 0x139799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvM.resume.0', symObjAddr: 0x29CC, symBinAddr: 0x1266C8, symSize: 0x4 }
+ - { offsetInCU: 0x17F6, offset: 0x1397B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x29D0, symBinAddr: 0x1266CC, symSize: 0x10 }
+ - { offsetInCU: 0x1812, offset: 0x1397D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvs', symObjAddr: 0x29E0, symBinAddr: 0x1266DC, symSize: 0x10 }
+ - { offsetInCU: 0x182E, offset: 0x1397ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvM', symObjAddr: 0x29F0, symBinAddr: 0x1266EC, symSize: 0x10 }
+ - { offsetInCU: 0x184A, offset: 0x139809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvM.resume.0', symObjAddr: 0x2A00, symBinAddr: 0x1266FC, symSize: 0x4 }
+ - { offsetInCU: 0x1866, offset: 0x139825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvg', symObjAddr: 0x2A04, symBinAddr: 0x126700, symSize: 0x10 }
+ - { offsetInCU: 0x1882, offset: 0x139841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvs', symObjAddr: 0x2A14, symBinAddr: 0x126710, symSize: 0x10 }
+ - { offsetInCU: 0x189E, offset: 0x13985D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvM', symObjAddr: 0x2A24, symBinAddr: 0x126720, symSize: 0x10 }
+ - { offsetInCU: 0x18BA, offset: 0x139879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvM.resume.0', symObjAddr: 0x2A34, symBinAddr: 0x126730, symSize: 0x4 }
+ - { offsetInCU: 0x18D6, offset: 0x139895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvg', symObjAddr: 0x2A38, symBinAddr: 0x126734, symSize: 0x10 }
+ - { offsetInCU: 0x18F2, offset: 0x1398B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvs', symObjAddr: 0x2A48, symBinAddr: 0x126744, symSize: 0x10 }
+ - { offsetInCU: 0x190E, offset: 0x1398CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvM', symObjAddr: 0x2A58, symBinAddr: 0x126754, symSize: 0x10 }
+ - { offsetInCU: 0x192A, offset: 0x1398E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvM.resume.0', symObjAddr: 0x2A68, symBinAddr: 0x126764, symSize: 0x4 }
+ - { offsetInCU: 0x1946, offset: 0x139905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvg', symObjAddr: 0x2A6C, symBinAddr: 0x126768, symSize: 0x10 }
+ - { offsetInCU: 0x1962, offset: 0x139921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvs', symObjAddr: 0x2A7C, symBinAddr: 0x126778, symSize: 0x10 }
+ - { offsetInCU: 0x197E, offset: 0x13993D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvM', symObjAddr: 0x2A8C, symBinAddr: 0x126788, symSize: 0x10 }
+ - { offsetInCU: 0x199A, offset: 0x139959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2A9C, symBinAddr: 0x126798, symSize: 0x4 }
+ - { offsetInCU: 0x19B6, offset: 0x139975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvg', symObjAddr: 0x2AA0, symBinAddr: 0x12679C, symSize: 0x10 }
+ - { offsetInCU: 0x19D2, offset: 0x139991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvs', symObjAddr: 0x2AB0, symBinAddr: 0x1267AC, symSize: 0x10 }
+ - { offsetInCU: 0x19EE, offset: 0x1399AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvM', symObjAddr: 0x2AC0, symBinAddr: 0x1267BC, symSize: 0x10 }
+ - { offsetInCU: 0x1A0A, offset: 0x1399C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvM.resume.0', symObjAddr: 0x2AD0, symBinAddr: 0x1267CC, symSize: 0x4 }
+ - { offsetInCU: 0x1A26, offset: 0x1399E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvg', symObjAddr: 0x2AD4, symBinAddr: 0x1267D0, symSize: 0x10 }
+ - { offsetInCU: 0x1A42, offset: 0x139A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvs', symObjAddr: 0x2AE4, symBinAddr: 0x1267E0, symSize: 0x10 }
+ - { offsetInCU: 0x1A5E, offset: 0x139A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvM', symObjAddr: 0x2AF4, symBinAddr: 0x1267F0, symSize: 0x10 }
+ - { offsetInCU: 0x1A7A, offset: 0x139A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvM.resume.0', symObjAddr: 0x2B04, symBinAddr: 0x126800, symSize: 0x4 }
+ - { offsetInCU: 0x1A96, offset: 0x139A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvg', symObjAddr: 0x2B08, symBinAddr: 0x126804, symSize: 0x10 }
+ - { offsetInCU: 0x1AB2, offset: 0x139A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvs', symObjAddr: 0x2B18, symBinAddr: 0x126814, symSize: 0x10 }
+ - { offsetInCU: 0x1ACE, offset: 0x139A8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvM', symObjAddr: 0x2B28, symBinAddr: 0x126824, symSize: 0x10 }
+ - { offsetInCU: 0x1AEA, offset: 0x139AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvM.resume.0', symObjAddr: 0x2B38, symBinAddr: 0x126834, symSize: 0x4 }
+ - { offsetInCU: 0x1B06, offset: 0x139AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvg', symObjAddr: 0x2B3C, symBinAddr: 0x126838, symSize: 0x10 }
+ - { offsetInCU: 0x1B22, offset: 0x139AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvs', symObjAddr: 0x2B4C, symBinAddr: 0x126848, symSize: 0x10 }
+ - { offsetInCU: 0x1B3E, offset: 0x139AFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvM', symObjAddr: 0x2B5C, symBinAddr: 0x126858, symSize: 0x10 }
+ - { offsetInCU: 0x1B5A, offset: 0x139B19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvM.resume.0', symObjAddr: 0x2B6C, symBinAddr: 0x126868, symSize: 0x4 }
+ - { offsetInCU: 0x1B76, offset: 0x139B35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvg', symObjAddr: 0x2B70, symBinAddr: 0x12686C, symSize: 0x10 }
+ - { offsetInCU: 0x1B92, offset: 0x139B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvs', symObjAddr: 0x2B80, symBinAddr: 0x12687C, symSize: 0x10 }
+ - { offsetInCU: 0x1BAE, offset: 0x139B6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvM', symObjAddr: 0x2B90, symBinAddr: 0x12688C, symSize: 0x10 }
+ - { offsetInCU: 0x1BCA, offset: 0x139B89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvM.resume.0', symObjAddr: 0x2BA0, symBinAddr: 0x12689C, symSize: 0x4 }
+ - { offsetInCU: 0x1BE6, offset: 0x139BA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvg', symObjAddr: 0x2BA4, symBinAddr: 0x1268A0, symSize: 0x10 }
+ - { offsetInCU: 0x1C02, offset: 0x139BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvs', symObjAddr: 0x2BB4, symBinAddr: 0x1268B0, symSize: 0x10 }
+ - { offsetInCU: 0x1C1E, offset: 0x139BDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvM', symObjAddr: 0x2BC4, symBinAddr: 0x1268C0, symSize: 0x10 }
+ - { offsetInCU: 0x1C3A, offset: 0x139BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvM.resume.0', symObjAddr: 0x2BD4, symBinAddr: 0x1268D0, symSize: 0x4 }
+ - { offsetInCU: 0x1C56, offset: 0x139C15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvg', symObjAddr: 0x2BD8, symBinAddr: 0x1268D4, symSize: 0x10 }
+ - { offsetInCU: 0x1C72, offset: 0x139C31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvs', symObjAddr: 0x2BE8, symBinAddr: 0x1268E4, symSize: 0x10 }
+ - { offsetInCU: 0x1C8E, offset: 0x139C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvM', symObjAddr: 0x2BF8, symBinAddr: 0x1268F4, symSize: 0x10 }
+ - { offsetInCU: 0x1CAA, offset: 0x139C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvM.resume.0', symObjAddr: 0x2C08, symBinAddr: 0x126904, symSize: 0x4 }
+ - { offsetInCU: 0x1CC6, offset: 0x139C85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvg', symObjAddr: 0x2C0C, symBinAddr: 0x126908, symSize: 0x10 }
+ - { offsetInCU: 0x1CE2, offset: 0x139CA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvs', symObjAddr: 0x2C1C, symBinAddr: 0x126918, symSize: 0x10 }
+ - { offsetInCU: 0x1CFE, offset: 0x139CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvM', symObjAddr: 0x2C2C, symBinAddr: 0x126928, symSize: 0x10 }
+ - { offsetInCU: 0x1D1A, offset: 0x139CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvM.resume.0', symObjAddr: 0x2C3C, symBinAddr: 0x126938, symSize: 0x4 }
+ - { offsetInCU: 0x1D36, offset: 0x139CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvg', symObjAddr: 0x2C40, symBinAddr: 0x12693C, symSize: 0x10 }
+ - { offsetInCU: 0x1D52, offset: 0x139D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvs', symObjAddr: 0x2C50, symBinAddr: 0x12694C, symSize: 0x10 }
+ - { offsetInCU: 0x1D6E, offset: 0x139D2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvM', symObjAddr: 0x2C60, symBinAddr: 0x12695C, symSize: 0x10 }
+ - { offsetInCU: 0x1D8A, offset: 0x139D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvM.resume.0', symObjAddr: 0x2C70, symBinAddr: 0x12696C, symSize: 0x4 }
+ - { offsetInCU: 0x1DA6, offset: 0x139D65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvg', symObjAddr: 0x2C74, symBinAddr: 0x126970, symSize: 0x10 }
+ - { offsetInCU: 0x1DC2, offset: 0x139D81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvs', symObjAddr: 0x2C84, symBinAddr: 0x126980, symSize: 0x10 }
+ - { offsetInCU: 0x1DDE, offset: 0x139D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvM', symObjAddr: 0x2C94, symBinAddr: 0x126990, symSize: 0x10 }
+ - { offsetInCU: 0x1DFA, offset: 0x139DB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvM.resume.0', symObjAddr: 0x2CA4, symBinAddr: 0x1269A0, symSize: 0x4 }
+ - { offsetInCU: 0x1E16, offset: 0x139DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvg', symObjAddr: 0x2CA8, symBinAddr: 0x1269A4, symSize: 0x10 }
+ - { offsetInCU: 0x1E32, offset: 0x139DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvs', symObjAddr: 0x2CB8, symBinAddr: 0x1269B4, symSize: 0x10 }
+ - { offsetInCU: 0x1E4E, offset: 0x139E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvM', symObjAddr: 0x2CC8, symBinAddr: 0x1269C4, symSize: 0x10 }
+ - { offsetInCU: 0x1E6A, offset: 0x139E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvM.resume.0', symObjAddr: 0x2CD8, symBinAddr: 0x1269D4, symSize: 0x4 }
+ - { offsetInCU: 0x1E86, offset: 0x139E45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvg', symObjAddr: 0x2CDC, symBinAddr: 0x1269D8, symSize: 0x10 }
+ - { offsetInCU: 0x1EA2, offset: 0x139E61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvs', symObjAddr: 0x2CEC, symBinAddr: 0x1269E8, symSize: 0x10 }
+ - { offsetInCU: 0x1EBE, offset: 0x139E7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvM', symObjAddr: 0x2CFC, symBinAddr: 0x1269F8, symSize: 0x10 }
+ - { offsetInCU: 0x1EDA, offset: 0x139E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvM.resume.0', symObjAddr: 0x2D0C, symBinAddr: 0x126A08, symSize: 0x4 }
+ - { offsetInCU: 0x1EF6, offset: 0x139EB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvg', symObjAddr: 0x2D10, symBinAddr: 0x126A0C, symSize: 0x10 }
+ - { offsetInCU: 0x1F12, offset: 0x139ED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvs', symObjAddr: 0x2D20, symBinAddr: 0x126A1C, symSize: 0x10 }
+ - { offsetInCU: 0x1F2E, offset: 0x139EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvM', symObjAddr: 0x2D30, symBinAddr: 0x126A2C, symSize: 0x10 }
+ - { offsetInCU: 0x1F4A, offset: 0x139F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvM.resume.0', symObjAddr: 0x2D40, symBinAddr: 0x126A3C, symSize: 0x4 }
+ - { offsetInCU: 0x1F66, offset: 0x139F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x2D44, symBinAddr: 0x126A40, symSize: 0x10 }
+ - { offsetInCU: 0x1F82, offset: 0x139F41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvs', symObjAddr: 0x2D54, symBinAddr: 0x126A50, symSize: 0x10 }
+ - { offsetInCU: 0x1F9E, offset: 0x139F5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvM', symObjAddr: 0x2D64, symBinAddr: 0x126A60, symSize: 0x10 }
+ - { offsetInCU: 0x1FBA, offset: 0x139F79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvM.resume.0', symObjAddr: 0x2D74, symBinAddr: 0x126A70, symSize: 0x4 }
+ - { offsetInCU: 0x1FD6, offset: 0x139F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x2D78, symBinAddr: 0x126A74, symSize: 0x10 }
+ - { offsetInCU: 0x1FF2, offset: 0x139FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvs', symObjAddr: 0x2D88, symBinAddr: 0x126A84, symSize: 0x10 }
+ - { offsetInCU: 0x200E, offset: 0x139FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvM', symObjAddr: 0x2D98, symBinAddr: 0x126A94, symSize: 0x10 }
+ - { offsetInCU: 0x202A, offset: 0x139FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvM.resume.0', symObjAddr: 0x2DA8, symBinAddr: 0x126AA4, symSize: 0x4 }
+ - { offsetInCU: 0x2046, offset: 0x13A005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvg', symObjAddr: 0x2DAC, symBinAddr: 0x126AA8, symSize: 0x10 }
+ - { offsetInCU: 0x2062, offset: 0x13A021, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvs', symObjAddr: 0x2DBC, symBinAddr: 0x126AB8, symSize: 0x10 }
+ - { offsetInCU: 0x207E, offset: 0x13A03D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvM', symObjAddr: 0x2DCC, symBinAddr: 0x126AC8, symSize: 0x10 }
+ - { offsetInCU: 0x209A, offset: 0x13A059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvM.resume.0', symObjAddr: 0x2DDC, symBinAddr: 0x126AD8, symSize: 0x4 }
+ - { offsetInCU: 0x20B6, offset: 0x13A075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvg', symObjAddr: 0x2DE0, symBinAddr: 0x126ADC, symSize: 0x10 }
+ - { offsetInCU: 0x20D2, offset: 0x13A091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvs', symObjAddr: 0x2DF0, symBinAddr: 0x126AEC, symSize: 0x10 }
+ - { offsetInCU: 0x20EE, offset: 0x13A0AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvM', symObjAddr: 0x2E00, symBinAddr: 0x126AFC, symSize: 0x10 }
+ - { offsetInCU: 0x210A, offset: 0x13A0C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvM.resume.0', symObjAddr: 0x2E10, symBinAddr: 0x126B0C, symSize: 0x4 }
+ - { offsetInCU: 0x2126, offset: 0x13A0E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x2E14, symBinAddr: 0x126B10, symSize: 0x10 }
+ - { offsetInCU: 0x2142, offset: 0x13A101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvs', symObjAddr: 0x2E24, symBinAddr: 0x126B20, symSize: 0x10 }
+ - { offsetInCU: 0x215E, offset: 0x13A11D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvM', symObjAddr: 0x2E34, symBinAddr: 0x126B30, symSize: 0x10 }
+ - { offsetInCU: 0x217A, offset: 0x13A139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2E44, symBinAddr: 0x126B40, symSize: 0x4 }
+ - { offsetInCU: 0x2196, offset: 0x13A155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x2E48, symBinAddr: 0x126B44, symSize: 0x10 }
+ - { offsetInCU: 0x21B2, offset: 0x13A171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvs', symObjAddr: 0x2E58, symBinAddr: 0x126B54, symSize: 0x10 }
+ - { offsetInCU: 0x21CE, offset: 0x13A18D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvM', symObjAddr: 0x2E68, symBinAddr: 0x126B64, symSize: 0x10 }
+ - { offsetInCU: 0x21EA, offset: 0x13A1A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvM.resume.0', symObjAddr: 0x2E78, symBinAddr: 0x126B74, symSize: 0x4 }
+ - { offsetInCU: 0x2206, offset: 0x13A1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x2E7C, symBinAddr: 0x126B78, symSize: 0x10 }
+ - { offsetInCU: 0x2222, offset: 0x13A1E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvs', symObjAddr: 0x2E8C, symBinAddr: 0x126B88, symSize: 0x10 }
+ - { offsetInCU: 0x223E, offset: 0x13A1FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvM', symObjAddr: 0x2E9C, symBinAddr: 0x126B98, symSize: 0x10 }
+ - { offsetInCU: 0x225A, offset: 0x13A219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2EAC, symBinAddr: 0x126BA8, symSize: 0x4 }
+ - { offsetInCU: 0x2276, offset: 0x13A235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvg', symObjAddr: 0x2EB0, symBinAddr: 0x126BAC, symSize: 0x10 }
+ - { offsetInCU: 0x2292, offset: 0x13A251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvs', symObjAddr: 0x2EC0, symBinAddr: 0x126BBC, symSize: 0x10 }
+ - { offsetInCU: 0x22AE, offset: 0x13A26D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvM', symObjAddr: 0x2ED0, symBinAddr: 0x126BCC, symSize: 0x10 }
+ - { offsetInCU: 0x22CA, offset: 0x13A289, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvM.resume.0', symObjAddr: 0x2EE0, symBinAddr: 0x126BDC, symSize: 0x4 }
+ - { offsetInCU: 0x22E6, offset: 0x13A2A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x2EE4, symBinAddr: 0x126BE0, symSize: 0x10 }
+ - { offsetInCU: 0x2302, offset: 0x13A2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvs', symObjAddr: 0x2EF4, symBinAddr: 0x126BF0, symSize: 0x10 }
+ - { offsetInCU: 0x231E, offset: 0x13A2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvM', symObjAddr: 0x2F04, symBinAddr: 0x126C00, symSize: 0x10 }
+ - { offsetInCU: 0x233A, offset: 0x13A2F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvM.resume.0', symObjAddr: 0x2F14, symBinAddr: 0x126C10, symSize: 0x4 }
+ - { offsetInCU: 0x2356, offset: 0x13A315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0x2F18, symBinAddr: 0x126C14, symSize: 0x10 }
+ - { offsetInCU: 0x2372, offset: 0x13A331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvs', symObjAddr: 0x2F28, symBinAddr: 0x126C24, symSize: 0x10 }
+ - { offsetInCU: 0x238E, offset: 0x13A34D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvM', symObjAddr: 0x2F38, symBinAddr: 0x126C34, symSize: 0x10 }
+ - { offsetInCU: 0x23AA, offset: 0x13A369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvM.resume.0', symObjAddr: 0x2F48, symBinAddr: 0x126C44, symSize: 0x4 }
+ - { offsetInCU: 0x23C6, offset: 0x13A385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0x2F4C, symBinAddr: 0x126C48, symSize: 0x10 }
+ - { offsetInCU: 0x23E2, offset: 0x13A3A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvs', symObjAddr: 0x2F5C, symBinAddr: 0x126C58, symSize: 0x10 }
+ - { offsetInCU: 0x23FE, offset: 0x13A3BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvM', symObjAddr: 0x2F6C, symBinAddr: 0x126C68, symSize: 0x10 }
+ - { offsetInCU: 0x241A, offset: 0x13A3D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvM.resume.0', symObjAddr: 0x2F7C, symBinAddr: 0x126C78, symSize: 0x4 }
+ - { offsetInCU: 0x2436, offset: 0x13A3F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV2eeoiySbAE_AEtFZ', symObjAddr: 0x2F80, symBinAddr: 0x126C7C, symSize: 0x4 }
+ - { offsetInCU: 0x245C, offset: 0x13A41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueSSvg', symObjAddr: 0x2F84, symBinAddr: 0x126C80, symSize: 0x65C }
+ - { offsetInCU: 0x24AB, offset: 0x13A46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x35E0, symBinAddr: 0x1272DC, symSize: 0x14 }
+ - { offsetInCU: 0x2511, offset: 0x13A4D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x363C, symBinAddr: 0x127338, symSize: 0x28 }
+ - { offsetInCU: 0x258B, offset: 0x13A54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP11stringValueSSvgTW', symObjAddr: 0x36A8, symBinAddr: 0x1273A4, symSize: 0x8 }
+ - { offsetInCU: 0x25B6, offset: 0x13A575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP11stringValuexSgSS_tcfCTW', symObjAddr: 0x36B0, symBinAddr: 0x1273AC, symSize: 0x24 }
+ - { offsetInCU: 0x25E7, offset: 0x13A5A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP8intValueSiSgvgTW', symObjAddr: 0x36D4, symBinAddr: 0x1273D0, symSize: 0xC }
+ - { offsetInCU: 0x2603, offset: 0x13A5C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP8intValuexSgSi_tcfCTW', symObjAddr: 0x36E0, symBinAddr: 0x1273DC, symSize: 0xC }
+ - { offsetInCU: 0x261F, offset: 0x13A5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueAHSgSS_tcfCTf4nd_n', symObjAddr: 0xBB1C, symBinAddr: 0x12F4F0, symSize: 0x1910 }
+ - { offsetInCU: 0x2665, offset: 0x13A624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVAEycfC', symObjAddr: 0x373C, symBinAddr: 0x127438, symSize: 0x20C }
+ - { offsetInCU: 0x2694, offset: 0x13A653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x3948, symBinAddr: 0x127644, symSize: 0x50 }
+ - { offsetInCU: 0x26A8, offset: 0x13A667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kind4ssrc11packetsLost0I8Received0I4Sent05bytesL06jitter13roundTripTime11transportId021selectedCandidatePairS005localuS011networkType05codecS004mimeY013targetBitrate17outboundNackCount05trackS0011mediaSourceS08protocol13relayProtocol09candidateY023qualityLimitationReason26qualityLimitationDurations34qualityLimitationResolutionChanges24availableOutgoingBitrate24availableIncomingBitrate0mK0011headerBytesK016keyFramesDecoded011totalDecodeQ020totalInterFrameDelay27totalSquaredInterFrameDelay8firCount8pliCount9nackCount5qpSum5width6height0N11BufferDelay0N17BufferTargetDelay0N18BufferEmittedCount10frameWidth11frameHeight06framesK013framesDecoded13framesDropped13framesEncoded16keyFramesEncoded06framesL0010hugeFramesL011freezeCount10pauseCount20totalFreezesDuration19totalPausesDuration19totalFramesDuration26sumOfSquaredFramesDuration15framesPerSecond020retransmittedPacketsL0018retransmittedBytesL008fractionJ00I9Discarded010fecPacketsK019fecPacketsDiscarded012totalSamplesK016concealedSamples22silentConcealedSamples30insertedSamplesForDeceleration29removedSamplesForAccelerationAeC4KindOSg_s5Int64VSgA51_A51_A51_A51_SdSgA52_SSSgA53_A53_A53_A53_A53_A51_A51_A53_A53_A53_A53_A53_A53_SDySSSdGSgA51_A51_A51_A51_A51_A51_A52_A52_A52_A51_A51_A51_A51_A51_A51_A52_A52_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A52_A52_A52_A52_A51_A51_A51_A52_A51_A51_A51_A51_A51_A51_A51_A51_tcfC', symObjAddr: 0x3998, symBinAddr: 0x127694, symSize: 0x4A8 }
+ - { offsetInCU: 0x26DC, offset: 0x13A69B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3E40, symBinAddr: 0x127B3C, symSize: 0x50 }
+ - { offsetInCU: 0x2722, offset: 0x13A6E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E90, symBinAddr: 0x127B8C, symSize: 0x54 }
+ - { offsetInCU: 0x2753, offset: 0x13A712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x470C, symBinAddr: 0x128408, symSize: 0xD2C }
+ - { offsetInCU: 0x27CD, offset: 0x13A78C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x64A0, symBinAddr: 0x129F04, symSize: 0x1CF8 }
+ - { offsetInCU: 0x283B, offset: 0x13A7FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindO8rawValueAESgSS_tcfC', symObjAddr: 0x3EE4, symBinAddr: 0x127BE0, symSize: 0x74 }
+ - { offsetInCU: 0x2867, offset: 0x13A826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindO8rawValueSSvg', symObjAddr: 0x3F58, symBinAddr: 0x127C54, symSize: 0x20 }
+ - { offsetInCU: 0x28A1, offset: 0x13A860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x3FA8, symBinAddr: 0x127CA4, symSize: 0x78 }
+ - { offsetInCU: 0x28E2, offset: 0x13A8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4020, symBinAddr: 0x127D1C, symSize: 0x28 }
+ - { offsetInCU: 0x2925, offset: 0x13A8E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkO8rawValueAESgSS_tcfC', symObjAddr: 0x40F0, symBinAddr: 0x127DEC, symSize: 0x74 }
+ - { offsetInCU: 0x2951, offset: 0x13A910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkO8rawValueSSvg', symObjAddr: 0x4164, symBinAddr: 0x127E60, symSize: 0x20 }
+ - { offsetInCU: 0x298B, offset: 0x13A94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x41B4, symBinAddr: 0x127EB0, symSize: 0x78 }
+ - { offsetInCU: 0x29CC, offset: 0x13A98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x422C, symBinAddr: 0x127F28, symSize: 0x28 }
+ - { offsetInCU: 0x29F4, offset: 0x13A9B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVAESeAAWl', symObjAddr: 0x624C, symBinAddr: 0x129EC0, symSize: 0x44 }
+ - { offsetInCU: 0x2A08, offset: 0x13A9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSHAASQWb', symObjAddr: 0x8CB4, symBinAddr: 0x12C718, symSize: 0x4 }
+ - { offsetInCU: 0x2A1C, offset: 0x13A9DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESQAAWl', symObjAddr: 0x8CB8, symBinAddr: 0x12C71C, symSize: 0x44 }
+ - { offsetInCU: 0x2A30, offset: 0x13A9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSHAASQWb', symObjAddr: 0x8CFC, symBinAddr: 0x12C760, symSize: 0x4 }
+ - { offsetInCU: 0x2A44, offset: 0x13AA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOAESQAAWl', symObjAddr: 0x8D00, symBinAddr: 0x12C764, symSize: 0x44 }
+ - { offsetInCU: 0x2A58, offset: 0x13AA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSHAASQWb', symObjAddr: 0x8D44, symBinAddr: 0x12C7A8, symSize: 0x4 }
+ - { offsetInCU: 0x2A6C, offset: 0x13AA2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESQAAWl', symObjAddr: 0x8D48, symBinAddr: 0x12C7AC, symSize: 0x44 }
+ - { offsetInCU: 0x2A80, offset: 0x13AA3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwxx', symObjAddr: 0x8D8C, symBinAddr: 0x12C7F0, symSize: 0x88 }
+ - { offsetInCU: 0x2A94, offset: 0x13AA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwcp', symObjAddr: 0x8E14, symBinAddr: 0x12C878, symSize: 0x4A4 }
+ - { offsetInCU: 0x2AA8, offset: 0x13AA67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwca', symObjAddr: 0x92B8, symBinAddr: 0x12CD1C, symSize: 0x55C }
+ - { offsetInCU: 0x2ABC, offset: 0x13AA7B, size: 0x8, addend: 0x0, symName: ___swift_memcpy1097_8, symObjAddr: 0x9814, symBinAddr: 0x12D278, symSize: 0x8 }
+ - { offsetInCU: 0x2AD0, offset: 0x13AA8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwta', symObjAddr: 0x981C, symBinAddr: 0x12D280, symSize: 0x47C }
+ - { offsetInCU: 0x2AE4, offset: 0x13AAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwet', symObjAddr: 0x9C98, symBinAddr: 0x12D6FC, symSize: 0x48 }
+ - { offsetInCU: 0x2AF8, offset: 0x13AAB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwst', symObjAddr: 0x9CE0, symBinAddr: 0x12D744, symSize: 0x164 }
+ - { offsetInCU: 0x2B0C, offset: 0x13AACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVMa', symObjAddr: 0x9E44, symBinAddr: 0x12D8A8, symSize: 0x10 }
+ - { offsetInCU: 0x2B20, offset: 0x13AADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwCP', symObjAddr: 0x9E54, symBinAddr: 0x12D8B8, symSize: 0x30 }
+ - { offsetInCU: 0x2B34, offset: 0x13AAF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwxx', symObjAddr: 0x9E84, symBinAddr: 0x12D8E8, symSize: 0x80 }
+ - { offsetInCU: 0x2B48, offset: 0x13AB07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwcp', symObjAddr: 0x9F04, symBinAddr: 0x12D968, symSize: 0x480 }
+ - { offsetInCU: 0x2B5C, offset: 0x13AB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwca', symObjAddr: 0xA384, symBinAddr: 0x12DDE8, symSize: 0x52C }
+ - { offsetInCU: 0x2B70, offset: 0x13AB2F, size: 0x8, addend: 0x0, symName: ___swift_memcpy1065_8, symObjAddr: 0xA8B0, symBinAddr: 0x12E314, symSize: 0x8 }
+ - { offsetInCU: 0x2B84, offset: 0x13AB43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwta', symObjAddr: 0xA8B8, symBinAddr: 0x12E31C, symSize: 0x45C }
+ - { offsetInCU: 0x2B98, offset: 0x13AB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwet', symObjAddr: 0xAD14, symBinAddr: 0x12E778, symSize: 0x5C }
+ - { offsetInCU: 0x2BAC, offset: 0x13AB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwst', symObjAddr: 0xAD70, symBinAddr: 0x12E7D4, symSize: 0x170 }
+ - { offsetInCU: 0x2BC0, offset: 0x13AB7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVMa', symObjAddr: 0xAEE0, symBinAddr: 0x12E944, symSize: 0x10 }
+ - { offsetInCU: 0x2BD4, offset: 0x13AB93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwet', symObjAddr: 0xAF00, symBinAddr: 0x12E954, symSize: 0x90 }
+ - { offsetInCU: 0x2BE8, offset: 0x13ABA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwst', symObjAddr: 0xAF90, symBinAddr: 0x12E9E4, symSize: 0xBC }
+ - { offsetInCU: 0x2BFC, offset: 0x13ABBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwup', symObjAddr: 0xB04C, symBinAddr: 0x12EAA0, symSize: 0x4 }
+ - { offsetInCU: 0x2C10, offset: 0x13ABCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOMa', symObjAddr: 0xB050, symBinAddr: 0x12EAA4, symSize: 0x10 }
+ - { offsetInCU: 0x2C24, offset: 0x13ABE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOwup', symObjAddr: 0xB068, symBinAddr: 0x12EABC, symSize: 0x4 }
+ - { offsetInCU: 0x2C38, offset: 0x13ABF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOMa', symObjAddr: 0xB06C, symBinAddr: 0x12EAC0, symSize: 0x10 }
+ - { offsetInCU: 0x2C4C, offset: 0x13AC0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwet', symObjAddr: 0xB07C, symBinAddr: 0x12EAD0, symSize: 0x90 }
+ - { offsetInCU: 0x2C60, offset: 0x13AC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwst', symObjAddr: 0xB10C, symBinAddr: 0x12EB60, symSize: 0xBC }
+ - { offsetInCU: 0x2C74, offset: 0x13AC33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwug', symObjAddr: 0xB1C8, symBinAddr: 0x12EC1C, symSize: 0x8 }
+ - { offsetInCU: 0x2C88, offset: 0x13AC47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwup', symObjAddr: 0xB1D0, symBinAddr: 0x12EC24, symSize: 0x4 }
+ - { offsetInCU: 0x2C9C, offset: 0x13AC5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwui', symObjAddr: 0xB1D4, symBinAddr: 0x12EC28, symSize: 0x8 }
+ - { offsetInCU: 0x2CB0, offset: 0x13AC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOMa', symObjAddr: 0xB1DC, symBinAddr: 0x12EC30, symSize: 0x10 }
+ - { offsetInCU: 0x2CC4, offset: 0x13AC83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESYAAWl', symObjAddr: 0xB1EC, symBinAddr: 0x12EC40, symSize: 0x44 }
+ - { offsetInCU: 0x2CD8, offset: 0x13AC97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOAESYAAWl', symObjAddr: 0xB230, symBinAddr: 0x12EC84, symSize: 0x44 }
+ - { offsetInCU: 0x2CEC, offset: 0x13ACAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESYAAWl', symObjAddr: 0xB274, symBinAddr: 0x12ECC8, symSize: 0x44 }
+ - { offsetInCU: 0x2D00, offset: 0x13ACBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs0G3KeyAAWl', symObjAddr: 0xB2DC, symBinAddr: 0x12ED0C, symSize: 0x44 }
+ - { offsetInCU: 0x2D14, offset: 0x13ACD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESeAAWl', symObjAddr: 0xB340, symBinAddr: 0x12ED50, symSize: 0x44 }
+ - { offsetInCU: 0x2D28, offset: 0x13ACE7, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0xB384, symBinAddr: 0x12ED94, symSize: 0x60 }
+ - { offsetInCU: 0x2D3C, offset: 0x13ACFB, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGMa', symObjAddr: 0xB3E4, symBinAddr: 0x12EDF4, symSize: 0x64 }
+ - { offsetInCU: 0x2D50, offset: 0x13AD0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs0F3KeyAAWl', symObjAddr: 0xB448, symBinAddr: 0x12EE58, symSize: 0x44 }
+ - { offsetInCU: 0x2D64, offset: 0x13AD23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESeAAWl', symObjAddr: 0xB48C, symBinAddr: 0x12EE9C, symSize: 0x44 }
+ - { offsetInCU: 0x2D78, offset: 0x13AD37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwup', symObjAddr: 0xB660, symBinAddr: 0x12F034, symSize: 0x4 }
+ - { offsetInCU: 0x2D8C, offset: 0x13AD4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOMa', symObjAddr: 0xB664, symBinAddr: 0x12F038, symSize: 0x10 }
+ - { offsetInCU: 0x2DA0, offset: 0x13AD5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwet', symObjAddr: 0xB674, symBinAddr: 0x12F048, symSize: 0x90 }
+ - { offsetInCU: 0x2DB4, offset: 0x13AD73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwst', symObjAddr: 0xB704, symBinAddr: 0x12F0D8, symSize: 0xBC }
+ - { offsetInCU: 0x2DC8, offset: 0x13AD87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwup', symObjAddr: 0xB7C0, symBinAddr: 0x12F194, symSize: 0x4 }
+ - { offsetInCU: 0x2DDC, offset: 0x13AD9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOMa', symObjAddr: 0xB7C4, symBinAddr: 0x12F198, symSize: 0x10 }
+ - { offsetInCU: 0x2DF0, offset: 0x13ADAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASQWb', symObjAddr: 0xB7D4, symBinAddr: 0x12F1A8, symSize: 0x4 }
+ - { offsetInCU: 0x2E04, offset: 0x13ADC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHSQAAWl', symObjAddr: 0xB7D8, symBinAddr: 0x12F1AC, symSize: 0x44 }
+ - { offsetInCU: 0x2E18, offset: 0x13ADD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASQWb', symObjAddr: 0xB81C, symBinAddr: 0x12F1F0, symSize: 0x4 }
+ - { offsetInCU: 0x2E2C, offset: 0x13ADEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFSQAAWl', symObjAddr: 0xB820, symBinAddr: 0x12F1F4, symSize: 0x44 }
+ - { offsetInCU: 0x2E40, offset: 0x13ADFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB864, symBinAddr: 0x12F238, symSize: 0x4 }
+ - { offsetInCU: 0x2E54, offset: 0x13AE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB868, symBinAddr: 0x12F23C, symSize: 0x44 }
+ - { offsetInCU: 0x2E68, offset: 0x13AE27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB8AC, symBinAddr: 0x12F280, symSize: 0x4 }
+ - { offsetInCU: 0x2E7C, offset: 0x13AE3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xB8B0, symBinAddr: 0x12F284, symSize: 0x44 }
+ - { offsetInCU: 0x2E90, offset: 0x13AE4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB8F4, symBinAddr: 0x12F2C8, symSize: 0x4 }
+ - { offsetInCU: 0x2EA4, offset: 0x13AE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB8F8, symBinAddr: 0x12F2CC, symSize: 0x44 }
+ - { offsetInCU: 0x2EB8, offset: 0x13AE77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB93C, symBinAddr: 0x12F310, symSize: 0x4 }
+ - { offsetInCU: 0x2ECC, offset: 0x13AE8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs23CustomStringConvertibleAAWl', symObjAddr: 0xB940, symBinAddr: 0x12F314, symSize: 0x44 }
+ - { offsetInCU: 0x2EF7, offset: 0x13AEB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1DE4, symBinAddr: 0x125AE0, symSize: 0x28 }
+ - { offsetInCU: 0x2F13, offset: 0x13AED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E0C, symBinAddr: 0x125B08, symSize: 0x28 }
+ - { offsetInCU: 0x2F35, offset: 0x13AEF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs28CustomDebugStringConvertibleAAsAIP16debugDescriptionSSvgTW', symObjAddr: 0x36EC, symBinAddr: 0x1273E8, symSize: 0x28 }
+ - { offsetInCU: 0x2F51, offset: 0x13AF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs23CustomStringConvertibleAAsAIP11descriptionSSvgTW', symObjAddr: 0x3714, symBinAddr: 0x127410, symSize: 0x28 }
+ - { offsetInCU: 0x2F73, offset: 0x13AF32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4048, symBinAddr: 0x127D44, symSize: 0x5C }
+ - { offsetInCU: 0x2F96, offset: 0x13AF55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x40A4, symBinAddr: 0x127DA0, symSize: 0x4C }
+ - { offsetInCU: 0x2FBF, offset: 0x13AF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4254, symBinAddr: 0x127F50, symSize: 0x5C }
+ - { offsetInCU: 0x2FE2, offset: 0x13AFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x42B0, symBinAddr: 0x127FAC, symSize: 0x4C }
+ - { offsetInCU: 0x300B, offset: 0x13AFCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4664, symBinAddr: 0x128360, symSize: 0x5C }
+ - { offsetInCU: 0x302E, offset: 0x13AFED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x46C0, symBinAddr: 0x1283BC, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x13B2BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x0, symBinAddr: 0x130E2C, symSize: 0xCC }
+ - { offsetInCU: 0x3F, offset: 0x13B2D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x0, symBinAddr: 0x130E2C, symSize: 0xCC }
+ - { offsetInCU: 0xA9, offset: 0x13B33D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_', symObjAddr: 0x1D0, symBinAddr: 0x130FFC, symSize: 0x128 }
+ - { offsetInCU: 0x111, offset: 0x13B3A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lF', symObjAddr: 0xCC, symBinAddr: 0x130EF8, symSize: 0x104 }
+ - { offsetInCU: 0x199, offset: 0x13B42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyANSg_AA8SBCErrorCSgtcfU_', symObjAddr: 0x378, symBinAddr: 0x1311A4, symSize: 0x15C }
+ - { offsetInCU: 0x236, offset: 0x13B4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x324, symBinAddr: 0x131150, symSize: 0x30 }
+ - { offsetInCU: 0x24A, offset: 0x13B4DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyANSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x508, symBinAddr: 0x131334, symSize: 0x38 }
+ - { offsetInCU: 0x25E, offset: 0x13B4F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x540, symBinAddr: 0x13136C, symSize: 0x100 }
+ - { offsetInCU: 0x2E7, offset: 0x13B57B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lFyAA9SBCResultOyALGcfU_', symObjAddr: 0x640, symBinAddr: 0x13146C, symSize: 0x14C }
+ - { offsetInCU: 0x394, offset: 0x13B628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lFyAA9SBCResultOyALGcfU_TA', symObjAddr: 0x7D8, symBinAddr: 0x131604, symSize: 0x3C }
+ - { offsetInCU: 0x3A8, offset: 0x13B63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCIegg_SgWOy', symObjAddr: 0x814, symBinAddr: 0x131640, symSize: 0x10 }
+ - { offsetInCU: 0x3BC, offset: 0x13B650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lF', symObjAddr: 0x824, symBinAddr: 0x131650, symSize: 0x140 }
+ - { offsetInCU: 0x461, offset: 0x13B6F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyAA9SBCResultOyANGcfU_', symObjAddr: 0x964, symBinAddr: 0x131790, symSize: 0x194 }
+ - { offsetInCU: 0x541, offset: 0x13B7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyAA9SBCResultOyANGcfU_TA', symObjAddr: 0xB4C, symBinAddr: 0x131978, symSize: 0x3C }
+ - { offsetInCU: 0x2B, offset: 0x13BCA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvg', symObjAddr: 0x0, symBinAddr: 0x1319EC, symSize: 0x8 }
+ - { offsetInCU: 0x4A, offset: 0x13BCC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvg', symObjAddr: 0x0, symBinAddr: 0x1319EC, symSize: 0x8 }
+ - { offsetInCU: 0x66, offset: 0x13BCDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvs', symObjAddr: 0x8, symBinAddr: 0x1319F4, symSize: 0x28 }
+ - { offsetInCU: 0x82, offset: 0x13BCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0CvM', symObjAddr: 0x30, symBinAddr: 0x131A1C, symSize: 0x10 }
+ - { offsetInCU: 0x9E, offset: 0x13BD14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0CvM.resume.0', symObjAddr: 0x40, symBinAddr: 0x131A2C, symSize: 0x4 }
+ - { offsetInCU: 0xBA, offset: 0x13BD30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV_12userDefaultsACyxGSS_So06NSUserH0CtcfC', symObjAddr: 0x44, symBinAddr: 0x131A30, symSize: 0x4 }
+ - { offsetInCU: 0x101, offset: 0x13BD77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvg', symObjAddr: 0x48, symBinAddr: 0x131A34, symSize: 0x310 }
+ - { offsetInCU: 0x2A6, offset: 0x13BF1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvs', symObjAddr: 0x4C0, symBinAddr: 0x131DE4, symSize: 0x38C }
+ - { offsetInCU: 0x49A, offset: 0x13C110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvM', symObjAddr: 0x84C, symBinAddr: 0x132170, symSize: 0xA4 }
+ - { offsetInCU: 0x4B6, offset: 0x13C12C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvM.resume.0', symObjAddr: 0x8F0, symBinAddr: 0x132214, symSize: 0x98 }
+ - { offsetInCU: 0x584, offset: 0x13C1FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvpSeRzSERzlACyxGTk', symObjAddr: 0x420, symBinAddr: 0x131D44, symSize: 0xA0 }
+ - { offsetInCU: 0x5AB, offset: 0x13C221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVMi', symObjAddr: 0xA80, symBinAddr: 0x1322F0, symSize: 0x8 }
+ - { offsetInCU: 0x5BF, offset: 0x13C235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwCP', symObjAddr: 0xA88, symBinAddr: 0x1322F8, symSize: 0x3C }
+ - { offsetInCU: 0x5D3, offset: 0x13C249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwxx', symObjAddr: 0xAC4, symBinAddr: 0x132334, symSize: 0x28 }
+ - { offsetInCU: 0x5E7, offset: 0x13C25D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwcp', symObjAddr: 0xAEC, symBinAddr: 0x13235C, symSize: 0x3C }
+ - { offsetInCU: 0x5FB, offset: 0x13C271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwca', symObjAddr: 0xB28, symBinAddr: 0x132398, symSize: 0x64 }
+ - { offsetInCU: 0x60F, offset: 0x13C285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwta', symObjAddr: 0xBA0, symBinAddr: 0x1323FC, symSize: 0x44 }
+ - { offsetInCU: 0x623, offset: 0x13C299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwet', symObjAddr: 0xBE4, symBinAddr: 0x132440, symSize: 0x48 }
+ - { offsetInCU: 0x637, offset: 0x13C2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwst', symObjAddr: 0xC2C, symBinAddr: 0x132488, symSize: 0x40 }
+ - { offsetInCU: 0x64B, offset: 0x13C2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVMa', symObjAddr: 0xC6C, symBinAddr: 0x1324C8, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x13C5F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x1324D4, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x13C617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x1324D4, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x13C633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4, symBinAddr: 0x1324D8, symSize: 0x14 }
+ - { offsetInCU: 0x7B, offset: 0x13C647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAcA05LocalI0C_tcfC', symObjAddr: 0x18, symBinAddr: 0x1324EC, symSize: 0x4 }
+ - { offsetInCU: 0xCC, offset: 0x13C698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1C, symBinAddr: 0x1324F0, symSize: 0x28 }
+ - { offsetInCU: 0x104, offset: 0x13C6D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x44, symBinAddr: 0x132518, symSize: 0x124 }
+ - { offsetInCU: 0x161, offset: 0x13C72D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA0D11RespondableAAWI', symObjAddr: 0x168, symBinAddr: 0x13263C, symSize: 0x24 }
+ - { offsetInCU: 0x175, offset: 0x13C741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA14APIRespondableAAWl', symObjAddr: 0x18C, symBinAddr: 0x132660, symSize: 0x44 }
+ - { offsetInCU: 0x189, offset: 0x13C755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA14APIRespondableAAWI', symObjAddr: 0x1D0, symBinAddr: 0x1326A4, symSize: 0x24 }
+ - { offsetInCU: 0x19D, offset: 0x13C769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA11RespondableAAWI', symObjAddr: 0x238, symBinAddr: 0x1326C8, symSize: 0x2C }
+ - { offsetInCU: 0x1B1, offset: 0x13C77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA0G0AAWl', symObjAddr: 0x264, symBinAddr: 0x1326F4, symSize: 0x44 }
+ - { offsetInCU: 0x1C5, offset: 0x13C791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x2A8, symBinAddr: 0x132738, symSize: 0x44 }
+ - { offsetInCU: 0x1D9, offset: 0x13C7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA0G0AAWI', symObjAddr: 0x2EC, symBinAddr: 0x13277C, symSize: 0x24 }
+ - { offsetInCU: 0x1ED, offset: 0x13C7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x354, symBinAddr: 0x1327A0, symSize: 0x24 }
+ - { offsetInCU: 0x201, offset: 0x13C7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVMa', symObjAddr: 0x378, symBinAddr: 0x1327C4, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x13CA0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6params9nextToken04prevJ0AcA0deF0C6ParamsC_SSSgAKtcfC', symObjAddr: 0x0, symBinAddr: 0x1327D4, symSize: 0x6C }
+ - { offsetInCU: 0x6B, offset: 0x13CA2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0xCC, symBinAddr: 0x1328A0, symSize: 0x68 }
+ - { offsetInCU: 0x8C, offset: 0x13CA4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0x134, symBinAddr: 0x132908, symSize: 0x6C }
+ - { offsetInCU: 0xB5, offset: 0x13CA74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x1A0, symBinAddr: 0x132974, symSize: 0x6C }
+ - { offsetInCU: 0xDE, offset: 0x13CA9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x20C, symBinAddr: 0x1329E0, symSize: 0x4 }
+ - { offsetInCU: 0xFA, offset: 0x13CAB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x210, symBinAddr: 0x1329E4, symSize: 0x8 }
+ - { offsetInCU: 0x116, offset: 0x13CAD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x218, symBinAddr: 0x1329EC, symSize: 0x8 }
+ - { offsetInCU: 0x12A, offset: 0x13CAE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV5limitSuvg', symObjAddr: 0x220, symBinAddr: 0x1329F4, symSize: 0x8 }
+ - { offsetInCU: 0x146, offset: 0x13CB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV4typeShyAA0D4TypeOGvg', symObjAddr: 0x228, symBinAddr: 0x1329FC, symSize: 0x8 }
+ - { offsetInCU: 0x162, offset: 0x13CB21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV5stateShyAA0D0C5StateOGvg', symObjAddr: 0x230, symBinAddr: 0x132A04, symSize: 0x8 }
+ - { offsetInCU: 0x17E, offset: 0x13CB3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV7roomIdsSaySSGSgvg', symObjAddr: 0x238, symBinAddr: 0x132A0C, symSize: 0x8 }
+ - { offsetInCU: 0x19A, offset: 0x13CB59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV13cpcLowerBounds5Int64VSgvg', symObjAddr: 0x240, symBinAddr: 0x132A14, symSize: 0xC }
+ - { offsetInCU: 0x1B6, offset: 0x13CB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV13cpcUpperBounds5Int64VSgvg', symObjAddr: 0x24C, symBinAddr: 0x132A20, symSize: 0xC }
+ - { offsetInCU: 0x1D2, offset: 0x13CB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV18createdAtStartDates5Int64VSgvg', symObjAddr: 0x258, symBinAddr: 0x132A2C, symSize: 0xC }
+ - { offsetInCU: 0x1EE, offset: 0x13CBAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV16createdAtEndDates5Int64VSgvg', symObjAddr: 0x264, symBinAddr: 0x132A38, symSize: 0xC }
+ - { offsetInCU: 0x20A, offset: 0x13CBC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV9nextTokenSSSgvg', symObjAddr: 0x270, symBinAddr: 0x132A44, symSize: 0x2C }
+ - { offsetInCU: 0x226, offset: 0x13CBE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV9prevTokenSSSgvg', symObjAddr: 0x29C, symBinAddr: 0x132A70, symSize: 0x2C }
+ - { offsetInCU: 0x242, offset: 0x13CC01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV16createdByUserIdsSaySSGvg', symObjAddr: 0x2C8, symBinAddr: 0x132A9C, symSize: 0x8 }
+ - { offsetInCU: 0x270, offset: 0x13CC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO8rawValueSSvg', symObjAddr: 0x2D0, symBinAddr: 0x132AA4, symSize: 0xFC }
+ - { offsetInCU: 0x2A9, offset: 0x13CC68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO11stringValueSSvg', symObjAddr: 0x3CC, symBinAddr: 0x132BA0, symSize: 0xFC }
+ - { offsetInCU: 0x311, offset: 0x13CCD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSYAASY8rawValuexSg03RawS0Qz_tcfCTW', symObjAddr: 0x64C, symBinAddr: 0x132E20, symSize: 0x2C }
+ - { offsetInCU: 0x342, offset: 0x13CD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSYAASY8rawValue03RawS0QzvgTW', symObjAddr: 0x678, symBinAddr: 0x132E4C, symSize: 0x28 }
+ - { offsetInCU: 0x356, offset: 0x13CD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0x132E74, symSize: 0x8 }
+ - { offsetInCU: 0x38C, offset: 0x13CD4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6A8, symBinAddr: 0x132E7C, symSize: 0x24 }
+ - { offsetInCU: 0x3DC, offset: 0x13CD9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6CC, symBinAddr: 0x132EA0, symSize: 0xC }
+ - { offsetInCU: 0x3F8, offset: 0x13CDB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6D8, symBinAddr: 0x132EAC, symSize: 0xC }
+ - { offsetInCU: 0x414, offset: 0x13CDD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x20BC, symBinAddr: 0x134718, symSize: 0x74 }
+ - { offsetInCU: 0x441, offset: 0x13CE00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x734, symBinAddr: 0x132F08, symSize: 0x77C }
+ - { offsetInCU: 0x4AC, offset: 0x13CE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0xEB0, symBinAddr: 0x133684, symSize: 0x68 }
+ - { offsetInCU: 0x4E3, offset: 0x13CEA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF18, symBinAddr: 0x1336EC, symSize: 0x8 }
+ - { offsetInCU: 0x50E, offset: 0x13CECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF20, symBinAddr: 0x1336F4, symSize: 0x8 }
+ - { offsetInCU: 0x540, offset: 0x13CEFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF28, symBinAddr: 0x1336FC, symSize: 0x58 }
+ - { offsetInCU: 0x563, offset: 0x13CF22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6params9nextToken04prevJ0AcA0deF0C6ParamsC_SSSgAKtcfCTf4nnnd_n', symObjAddr: 0xF80, symBinAddr: 0x133754, symSize: 0x2AC }
+ - { offsetInCU: 0x617, offset: 0x13CFD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultType_WZ', symObjAddr: 0x6C, symBinAddr: 0x132840, symSize: 0x20 }
+ - { offsetInCU: 0x631, offset: 0x13CFF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x8C, symBinAddr: 0x132860, symSize: 0x40 }
+ - { offsetInCU: 0x698, offset: 0x13D057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs0H3KeyAAWl', symObjAddr: 0x1290, symBinAddr: 0x133A00, symSize: 0x44 }
+ - { offsetInCU: 0x6AC, offset: 0x13D06B, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls8RoomTypeOGShyxGSEsSERzrlWl', symObjAddr: 0x1324, symBinAddr: 0x133A44, symSize: 0x78 }
+ - { offsetInCU: 0x6C0, offset: 0x13D07F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSHAAWl', symObjAddr: 0x139C, symBinAddr: 0x133ABC, symSize: 0x44 }
+ - { offsetInCU: 0x6D4, offset: 0x13D093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSEAAWl', symObjAddr: 0x13E0, symBinAddr: 0x133B00, symSize: 0x44 }
+ - { offsetInCU: 0x6E8, offset: 0x13D0A7, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls4RoomC5StateOGShyxGSEsSERzrlWl', symObjAddr: 0x1424, symBinAddr: 0x133B44, symSize: 0x78 }
+ - { offsetInCU: 0x6FC, offset: 0x13D0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESHAAWl', symObjAddr: 0x14F4, symBinAddr: 0x133C14, symSize: 0x44 }
+ - { offsetInCU: 0x710, offset: 0x13D0CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESEAAWl', symObjAddr: 0x1538, symBinAddr: 0x133C58, symSize: 0x44 }
+ - { offsetInCU: 0x724, offset: 0x13D0E3, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOr', symObjAddr: 0x157C, symBinAddr: 0x133C9C, symSize: 0x28 }
+ - { offsetInCU: 0x738, offset: 0x13D0F7, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgxSgSEsSERzlWl', symObjAddr: 0x15A4, symBinAddr: 0x133CC4, symSize: 0x60 }
+ - { offsetInCU: 0x74C, offset: 0x13D10B, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgMa', symObjAddr: 0x1604, symBinAddr: 0x133D24, symSize: 0x6C }
+ - { offsetInCU: 0x760, offset: 0x13D11F, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOs', symObjAddr: 0x16E0, symBinAddr: 0x133D90, symSize: 0x28 }
+ - { offsetInCU: 0x774, offset: 0x13D133, size: 0x8, addend: 0x0, symName: '_$sSaySSGWOs', symObjAddr: 0x1708, symBinAddr: 0x133DB8, symSize: 0x28 }
+ - { offsetInCU: 0x788, offset: 0x13D147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA14APIRequestableAAWI', symObjAddr: 0x1814, symBinAddr: 0x133EC4, symSize: 0x24 }
+ - { offsetInCU: 0x79C, offset: 0x13D15B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x187C, symBinAddr: 0x133EE8, symSize: 0x4 }
+ - { offsetInCU: 0x7B0, offset: 0x13D16F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAcA11RespondableAAWl', symObjAddr: 0x1880, symBinAddr: 0x133EEC, symSize: 0x48 }
+ - { offsetInCU: 0x7C4, offset: 0x13D183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA11RequestableAAWI', symObjAddr: 0x18C8, symBinAddr: 0x133F34, symSize: 0x2C }
+ - { offsetInCU: 0x7D8, offset: 0x13D197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA0G0AAWl', symObjAddr: 0x18F4, symBinAddr: 0x133F60, symSize: 0x44 }
+ - { offsetInCU: 0x7EC, offset: 0x13D1AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1938, symBinAddr: 0x133FA4, symSize: 0x44 }
+ - { offsetInCU: 0x800, offset: 0x13D1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0AAWI', symObjAddr: 0x197C, symBinAddr: 0x133FE8, symSize: 0x24 }
+ - { offsetInCU: 0x814, offset: 0x13D1D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVACSEAAWl', symObjAddr: 0x19A0, symBinAddr: 0x13400C, symSize: 0x44 }
+ - { offsetInCU: 0x828, offset: 0x13D1E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x19E4, symBinAddr: 0x134050, symSize: 0x24 }
+ - { offsetInCU: 0x83C, offset: 0x13D1FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwCP', symObjAddr: 0x1A08, symBinAddr: 0x134074, symSize: 0x30 }
+ - { offsetInCU: 0x850, offset: 0x13D20F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwxx', symObjAddr: 0x1A38, symBinAddr: 0x1340A4, symSize: 0x50 }
+ - { offsetInCU: 0x864, offset: 0x13D223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwcp', symObjAddr: 0x1A88, symBinAddr: 0x1340F4, symSize: 0xDC }
+ - { offsetInCU: 0x878, offset: 0x13D237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwca', symObjAddr: 0x1B64, symBinAddr: 0x1341D0, symSize: 0x134 }
+ - { offsetInCU: 0x88C, offset: 0x13D24B, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x1C98, symBinAddr: 0x134304, symSize: 0x34 }
+ - { offsetInCU: 0x8A0, offset: 0x13D25F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwta', symObjAddr: 0x1CCC, symBinAddr: 0x134338, symSize: 0xDC }
+ - { offsetInCU: 0x8B4, offset: 0x13D273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwet', symObjAddr: 0x1DA8, symBinAddr: 0x134414, symSize: 0x48 }
+ - { offsetInCU: 0x8C8, offset: 0x13D287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwst', symObjAddr: 0x1DF0, symBinAddr: 0x13445C, symSize: 0x64 }
+ - { offsetInCU: 0x8DC, offset: 0x13D29B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVMa', symObjAddr: 0x1E54, symBinAddr: 0x1344C0, symSize: 0x10 }
+ - { offsetInCU: 0x8F0, offset: 0x13D2AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwet', symObjAddr: 0x1E74, symBinAddr: 0x1344D0, symSize: 0x90 }
+ - { offsetInCU: 0x904, offset: 0x13D2C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwst', symObjAddr: 0x1F04, symBinAddr: 0x134560, symSize: 0xBC }
+ - { offsetInCU: 0x918, offset: 0x13D2D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwug', symObjAddr: 0x1FC0, symBinAddr: 0x13461C, symSize: 0x8 }
+ - { offsetInCU: 0x92C, offset: 0x13D2EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwup', symObjAddr: 0x1FC8, symBinAddr: 0x134624, symSize: 0x4 }
+ - { offsetInCU: 0x940, offset: 0x13D2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwui', symObjAddr: 0x1FCC, symBinAddr: 0x134628, symSize: 0x8 }
+ - { offsetInCU: 0x954, offset: 0x13D313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOMa', symObjAddr: 0x1FD4, symBinAddr: 0x134630, symSize: 0x10 }
+ - { offsetInCU: 0x968, offset: 0x13D327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASQWb', symObjAddr: 0x1FE4, symBinAddr: 0x134640, symSize: 0x4 }
+ - { offsetInCU: 0x97C, offset: 0x13D33B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFSQAAWl', symObjAddr: 0x1FE8, symBinAddr: 0x134644, symSize: 0x44 }
+ - { offsetInCU: 0x990, offset: 0x13D34F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x202C, symBinAddr: 0x134688, symSize: 0x4 }
+ - { offsetInCU: 0x9A4, offset: 0x13D363, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2030, symBinAddr: 0x13468C, symSize: 0x44 }
+ - { offsetInCU: 0x9B8, offset: 0x13D377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2074, symBinAddr: 0x1346D0, symSize: 0x4 }
+ - { offsetInCU: 0x9CC, offset: 0x13D38B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2078, symBinAddr: 0x1346D4, symSize: 0x44 }
+ - { offsetInCU: 0xA15, offset: 0x13D3D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C8, symBinAddr: 0x132C9C, symSize: 0x88 }
+ - { offsetInCU: 0xAC4, offset: 0x13D483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH9hashValueSivgTW', symObjAddr: 0x550, symBinAddr: 0x132D24, symSize: 0x60 }
+ - { offsetInCU: 0xB42, offset: 0x13D501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x132D84, symSize: 0x40 }
+ - { offsetInCU: 0xB94, offset: 0x13D553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x132DC4, symSize: 0x5C }
+ - { offsetInCU: 0xBF6, offset: 0x13D5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6E4, symBinAddr: 0x132EB8, symSize: 0x28 }
+ - { offsetInCU: 0xC12, offset: 0x13D5D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x70C, symBinAddr: 0x132EE0, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x13D856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfC', symObjAddr: 0x0, symBinAddr: 0x13478C, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x13D87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfC', symObjAddr: 0x0, symBinAddr: 0x13478C, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x13D898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvg', symObjAddr: 0x20, symBinAddr: 0x1347AC, symSize: 0x44 }
+ - { offsetInCU: 0x98, offset: 0x13D8C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvs', symObjAddr: 0x64, symBinAddr: 0x1347F0, symSize: 0x50 }
+ - { offsetInCU: 0xD7, offset: 0x13D906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvM', symObjAddr: 0xB4, symBinAddr: 0x134840, symSize: 0x44 }
+ - { offsetInCU: 0x106, offset: 0x13D935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvM.resume.0', symObjAddr: 0xF8, symBinAddr: 0x134884, symSize: 0x4 }
+ - { offsetInCU: 0x131, offset: 0x13D960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvg', symObjAddr: 0xFC, symBinAddr: 0x134888, symSize: 0x48 }
+ - { offsetInCU: 0x160, offset: 0x13D98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvs', symObjAddr: 0x144, symBinAddr: 0x1348D0, symSize: 0x5C }
+ - { offsetInCU: 0x19F, offset: 0x13D9CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvM', symObjAddr: 0x1A0, symBinAddr: 0x13492C, symSize: 0x44 }
+ - { offsetInCU: 0x1CE, offset: 0x13D9FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvg', symObjAddr: 0x1E4, symBinAddr: 0x134970, symSize: 0x48 }
+ - { offsetInCU: 0x1FD, offset: 0x13DA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvs', symObjAddr: 0x22C, symBinAddr: 0x1349B8, symSize: 0x50 }
+ - { offsetInCU: 0x23C, offset: 0x13DA6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvM', symObjAddr: 0x27C, symBinAddr: 0x134A08, symSize: 0x44 }
+ - { offsetInCU: 0x26B, offset: 0x13DA9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC03addE0_6forKeyyAA0dE8Delegate_p_SStF', symObjAddr: 0x2C0, symBinAddr: 0x134A4C, symSize: 0xD4 }
+ - { offsetInCU: 0x30B, offset: 0x13DB3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC06removeE06forKeyySS_tF', symObjAddr: 0x3D4, symBinAddr: 0x134B20, symSize: 0x7C }
+ - { offsetInCU: 0x35F, offset: 0x13DB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5clearyyF', symObjAddr: 0x450, symBinAddr: 0x134B9C, symSize: 0x7C }
+ - { offsetInCU: 0x3A8, offset: 0x13DBD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC7setSizeyySo6CGSizeVF', symObjAddr: 0x4CC, symBinAddr: 0x134C18, symSize: 0x20 }
+ - { offsetInCU: 0x3F9, offset: 0x13DC28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC7setSizeyySo6CGSizeVFTo', symObjAddr: 0x4EC, symBinAddr: 0x134C38, symSize: 0x5C }
+ - { offsetInCU: 0x436, offset: 0x13DC65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0x548, symBinAddr: 0x134C94, symSize: 0xA4 }
+ - { offsetInCU: 0x4CA, offset: 0x13DCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x5EC, symBinAddr: 0x134D38, symSize: 0xE8 }
+ - { offsetInCU: 0x51E, offset: 0x13DD4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfc', symObjAddr: 0x6D4, symBinAddr: 0x134E20, symSize: 0xAC }
+ - { offsetInCU: 0x570, offset: 0x13DD9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfcTo', symObjAddr: 0x780, symBinAddr: 0x134ECC, symSize: 0xAC }
+ - { offsetInCU: 0x5B8, offset: 0x13DDE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCfD', symObjAddr: 0x82C, symBinAddr: 0x134F78, symSize: 0x30 }
+ - { offsetInCU: 0x64C, offset: 0x13DE7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCfETo', symObjAddr: 0x85C, symBinAddr: 0x134FA8, symSize: 0x10 }
+ - { offsetInCU: 0x6C8, offset: 0x13DEF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCMa', symObjAddr: 0x9F0, symBinAddr: 0x13513C, symSize: 0x20 }
+ - { offsetInCU: 0x7A9, offset: 0x13DFD8, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF17VideoSinkDelegate_pG_G_Tg504$s13ef9Calls0aB9jk39C11renderFrameyySo08RTCVideoG0CSgFyAA13hi8CyAA0dE8L8_pGXEfU_So0S5FrameCSgTf1cn_nTf4ng_n', symObjAddr: 0x86C, symBinAddr: 0x134FB8, symSize: 0x184 }
+ - { offsetInCU: 0x27, offset: 0x13E2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1354A4, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x13E310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1354A4, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x13E32A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x1354A8, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x13E35B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x1354E4, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x13E37C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x13550C, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x13E3AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x13554C, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x13E3C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x135550, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x13E3E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x135554, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x13E3F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6paramsAA0E6ParamsCvg', symObjAddr: 0xB8, symBinAddr: 0x13555C, symSize: 0x8 }
+ - { offsetInCU: 0x144, offset: 0x13E415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV8roomTypeAcA0eH0O_tcfC', symObjAddr: 0xC0, symBinAddr: 0x135564, symSize: 0x100 }
+ - { offsetInCU: 0x1FF, offset: 0x13E4D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6paramsAcA0E6ParamsC_tcfC', symObjAddr: 0x200, symBinAddr: 0x135664, symSize: 0x60 }
+ - { offsetInCU: 0x28E, offset: 0x13E55F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x1356C4, symSize: 0x38 }
+ - { offsetInCU: 0x2C6, offset: 0x13E597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x298, symBinAddr: 0x1356FC, symSize: 0x40 }
+ - { offsetInCU: 0x2FD, offset: 0x13E5CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x2D8, symBinAddr: 0x13573C, symSize: 0x8 }
+ - { offsetInCU: 0x328, offset: 0x13E5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x2E0, symBinAddr: 0x135744, symSize: 0x8 }
+ - { offsetInCU: 0x38A, offset: 0x13E65B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E8, symBinAddr: 0x13574C, symSize: 0x38 }
+ - { offsetInCU: 0x436, offset: 0x13E707, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x320, symBinAddr: 0x135784, symSize: 0x24 }
+ - { offsetInCU: 0x44A, offset: 0x13E71B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x344, symBinAddr: 0x1357A8, symSize: 0x44 }
+ - { offsetInCU: 0x45E, offset: 0x13E72F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x388, symBinAddr: 0x1357EC, symSize: 0x4 }
+ - { offsetInCU: 0x472, offset: 0x13E743, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x3D0, symBinAddr: 0x1357F0, symSize: 0x24 }
+ - { offsetInCU: 0x486, offset: 0x13E757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x3F4, symBinAddr: 0x135814, symSize: 0x44 }
+ - { offsetInCU: 0x49A, offset: 0x13E76B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA11RequestableAAWI', symObjAddr: 0x438, symBinAddr: 0x135858, symSize: 0x2C }
+ - { offsetInCU: 0x4AE, offset: 0x13E77F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA0F0AAWl', symObjAddr: 0x464, symBinAddr: 0x135884, symSize: 0x44 }
+ - { offsetInCU: 0x4C2, offset: 0x13E793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x4A8, symBinAddr: 0x1358C8, symSize: 0x44 }
+ - { offsetInCU: 0x4D6, offset: 0x13E7A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0AAWI', symObjAddr: 0x4EC, symBinAddr: 0x13590C, symSize: 0x24 }
+ - { offsetInCU: 0x4EA, offset: 0x13E7BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVACSEAAWl', symObjAddr: 0x510, symBinAddr: 0x135930, symSize: 0x44 }
+ - { offsetInCU: 0x4FE, offset: 0x13E7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x554, symBinAddr: 0x135974, symSize: 0x24 }
+ - { offsetInCU: 0x512, offset: 0x13E7E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwCP', symObjAddr: 0x578, symBinAddr: 0x135998, symSize: 0x3C }
+ - { offsetInCU: 0x526, offset: 0x13E7F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwxx', symObjAddr: 0x5B4, symBinAddr: 0x1359D4, symSize: 0x28 }
+ - { offsetInCU: 0x53A, offset: 0x13E80B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwcp', symObjAddr: 0x5DC, symBinAddr: 0x1359FC, symSize: 0x3C }
+ - { offsetInCU: 0x54E, offset: 0x13E81F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwca', symObjAddr: 0x618, symBinAddr: 0x135A38, symSize: 0x64 }
+ - { offsetInCU: 0x562, offset: 0x13E833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwta', symObjAddr: 0x690, symBinAddr: 0x135A9C, symSize: 0x4C }
+ - { offsetInCU: 0x576, offset: 0x13E847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwet', symObjAddr: 0x6DC, symBinAddr: 0x135AE8, symSize: 0x48 }
+ - { offsetInCU: 0x58A, offset: 0x13E85B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwst', symObjAddr: 0x724, symBinAddr: 0x135B30, symSize: 0x40 }
+ - { offsetInCU: 0x59E, offset: 0x13E86F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVMa', symObjAddr: 0x764, symBinAddr: 0x135B70, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x13EA9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x135B84, symSize: 0x18 }
+ - { offsetInCU: 0x4B, offset: 0x13EAC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x135B84, symSize: 0x18 }
+ - { offsetInCU: 0xA6, offset: 0x13EB1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvgZ', symObjAddr: 0x58, symBinAddr: 0x135BDC, symSize: 0x28 }
+ - { offsetInCU: 0xC7, offset: 0x13EB3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvMZ', symObjAddr: 0x80, symBinAddr: 0x135C04, symSize: 0x40 }
+ - { offsetInCU: 0xF8, offset: 0x13EB70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvMZ.resume.0', symObjAddr: 0xC0, symBinAddr: 0x135C44, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x13EB8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC4, symBinAddr: 0x135C48, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x13EBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xCC, symBinAddr: 0x135C50, symSize: 0xB8 }
+ - { offsetInCU: 0x1B3, offset: 0x13EC2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV12isWSRequiredSbvg', symObjAddr: 0x1EC, symBinAddr: 0x135D08, symSize: 0x8 }
+ - { offsetInCU: 0x1CF, offset: 0x13EC47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomIdSSvg', symObjAddr: 0x1F4, symBinAddr: 0x135D10, symSize: 0x2C }
+ - { offsetInCU: 0x1EB, offset: 0x13EC63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV13participantIdSSvg', symObjAddr: 0x220, symBinAddr: 0x135D3C, symSize: 0x2C }
+ - { offsetInCU: 0x207, offset: 0x13EC7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV02isE7EnabledSbvg', symObjAddr: 0x24C, symBinAddr: 0x135D68, symSize: 0x8 }
+ - { offsetInCU: 0x223, offset: 0x13EC9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x254, symBinAddr: 0x135D70, symSize: 0xE0 }
+ - { offsetInCU: 0x25D, offset: 0x13ECD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0D11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x39C, symBinAddr: 0x135E50, symSize: 0x8 }
+ - { offsetInCU: 0x288, offset: 0x13ED00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x454, symBinAddr: 0x135EC4, symSize: 0x40 }
+ - { offsetInCU: 0x2BF, offset: 0x13ED37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5B0, symBinAddr: 0x135FDC, symSize: 0x8 }
+ - { offsetInCU: 0x2DB, offset: 0x13ED53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5B8, symBinAddr: 0x135FE4, symSize: 0x38 }
+ - { offsetInCU: 0x345, offset: 0x13EDBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x67C, symBinAddr: 0x1360A8, symSize: 0xE4 }
+ - { offsetInCU: 0x392, offset: 0x13EE0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultType_WZ', symObjAddr: 0x18, symBinAddr: 0x135B9C, symSize: 0x4 }
+ - { offsetInCU: 0x3AC, offset: 0x13EE24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvau', symObjAddr: 0x1C, symBinAddr: 0x135BA0, symSize: 0x3C }
+ - { offsetInCU: 0x3F2, offset: 0x13EE6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0D11RequestableAAWI', symObjAddr: 0x3A4, symBinAddr: 0x135E58, symSize: 0x24 }
+ - { offsetInCU: 0x406, offset: 0x13EE7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3C8, symBinAddr: 0x135E7C, symSize: 0x44 }
+ - { offsetInCU: 0x41A, offset: 0x13EE92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x40C, symBinAddr: 0x135EC0, symSize: 0x4 }
+ - { offsetInCU: 0x42E, offset: 0x13EEA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA14APIRequestableAAWI', symObjAddr: 0x494, symBinAddr: 0x135F04, symSize: 0x24 }
+ - { offsetInCU: 0x442, offset: 0x13EEBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA11RequestableAAWI', symObjAddr: 0x4FC, symBinAddr: 0x135F28, symSize: 0x2C }
+ - { offsetInCU: 0x456, offset: 0x13EECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA0G0AAWl', symObjAddr: 0x528, symBinAddr: 0x135F54, symSize: 0x44 }
+ - { offsetInCU: 0x46A, offset: 0x13EEE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x56C, symBinAddr: 0x135F98, symSize: 0x44 }
+ - { offsetInCU: 0x47E, offset: 0x13EEF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0AAWI', symObjAddr: 0x5F0, symBinAddr: 0x13601C, symSize: 0x24 }
+ - { offsetInCU: 0x492, offset: 0x13EF0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVACSEAAWl', symObjAddr: 0x614, symBinAddr: 0x136040, symSize: 0x44 }
+ - { offsetInCU: 0x4A6, offset: 0x13EF1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x658, symBinAddr: 0x136084, symSize: 0x24 }
+ - { offsetInCU: 0x4CC, offset: 0x13EF44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwCP', symObjAddr: 0x760, symBinAddr: 0x13618C, symSize: 0x30 }
+ - { offsetInCU: 0x4E0, offset: 0x13EF58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwxx', symObjAddr: 0x790, symBinAddr: 0x1361BC, symSize: 0x28 }
+ - { offsetInCU: 0x4F4, offset: 0x13EF6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwcp', symObjAddr: 0x7B8, symBinAddr: 0x1361E4, symSize: 0x4C }
+ - { offsetInCU: 0x508, offset: 0x13EF80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwca', symObjAddr: 0x804, symBinAddr: 0x136230, symSize: 0x84 }
+ - { offsetInCU: 0x51C, offset: 0x13EF94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwta', symObjAddr: 0x89C, symBinAddr: 0x1362B4, symSize: 0x5C }
+ - { offsetInCU: 0x530, offset: 0x13EFA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwet', symObjAddr: 0x8F8, symBinAddr: 0x136310, symSize: 0x48 }
+ - { offsetInCU: 0x544, offset: 0x13EFBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwst', symObjAddr: 0x940, symBinAddr: 0x136358, symSize: 0x4C }
+ - { offsetInCU: 0x558, offset: 0x13EFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVMa', symObjAddr: 0x98C, symBinAddr: 0x1363A4, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x13F240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvpZ', symObjAddr: 0x84E0, symBinAddr: 0x2F9ED0, symSize: 0x0 }
+ - { offsetInCU: 0x59, offset: 0x13F24E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy_WZ', symObjAddr: 0x0, symBinAddr: 0x1363B8, symSize: 0x58 }
+ - { offsetInCU: 0x73, offset: 0x13F268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0Ovau', symObjAddr: 0x58, symBinAddr: 0x136410, symSize: 0x48 }
+ - { offsetInCU: 0xA4, offset: 0x13F299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvgZ', symObjAddr: 0xB8, symBinAddr: 0x136458, symSize: 0x98 }
+ - { offsetInCU: 0xC5, offset: 0x13F2BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvsZ', symObjAddr: 0x150, symBinAddr: 0x1364F0, symSize: 0xB0 }
+ - { offsetInCU: 0xEE, offset: 0x13F2E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvMZ', symObjAddr: 0x200, symBinAddr: 0x1365A0, symSize: 0x78 }
+ - { offsetInCU: 0x117, offset: 0x13F30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvMZ.resume.0', symObjAddr: 0x278, symBinAddr: 0x136618, symSize: 0x4 }
+ - { offsetInCU: 0x133, offset: 0x13F328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC06customF0SDyS2SGvg', symObjAddr: 0x27C, symBinAddr: 0x13661C, symSize: 0x8 }
+ - { offsetInCU: 0x14F, offset: 0x13F344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11deletedKeysSaySSGvg', symObjAddr: 0x284, symBinAddr: 0x136624, symSize: 0x8 }
+ - { offsetInCU: 0x16B, offset: 0x13F360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x28C, symBinAddr: 0x13662C, symSize: 0x8 }
+ - { offsetInCU: 0x1AD, offset: 0x13F3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x294, symBinAddr: 0x136634, symSize: 0x74 }
+ - { offsetInCU: 0x1E8, offset: 0x13F3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x348, symBinAddr: 0x1366A8, symSize: 0x74 }
+ - { offsetInCU: 0x22B, offset: 0x13F420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3BC, symBinAddr: 0x13671C, symSize: 0x8 }
+ - { offsetInCU: 0x252, offset: 0x13F447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3C4, symBinAddr: 0x136724, symSize: 0xC }
+ - { offsetInCU: 0x279, offset: 0x13F46E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x3D0, symBinAddr: 0x136730, symSize: 0x20 }
+ - { offsetInCU: 0x2B2, offset: 0x13F4A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x3F0, symBinAddr: 0x136750, symSize: 0x20 }
+ - { offsetInCU: 0x2E0, offset: 0x13F4D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x3F0, symBinAddr: 0x136750, symSize: 0x20 }
+ - { offsetInCU: 0x30B, offset: 0x13F500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x594, symBinAddr: 0x1368F4, symSize: 0x78 }
+ - { offsetInCU: 0x34C, offset: 0x13F541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x60C, symBinAddr: 0x13696C, symSize: 0x28 }
+ - { offsetInCU: 0x360, offset: 0x13F555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x634, symBinAddr: 0x136994, symSize: 0x8 }
+ - { offsetInCU: 0x396, offset: 0x13F58B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x63C, symBinAddr: 0x13699C, symSize: 0x7C }
+ - { offsetInCU: 0x3EE, offset: 0x13F5E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x6B8, symBinAddr: 0x136A18, symSize: 0xC }
+ - { offsetInCU: 0x40A, offset: 0x13F5FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x6C4, symBinAddr: 0x136A24, symSize: 0xC }
+ - { offsetInCU: 0x427, offset: 0x13F61C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x720, symBinAddr: 0x136A80, symSize: 0x4C }
+ - { offsetInCU: 0x44C, offset: 0x13F641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x76C, symBinAddr: 0x136ACC, symSize: 0x1FC }
+ - { offsetInCU: 0x4A8, offset: 0x13F69D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCfd', symObjAddr: 0xB74, symBinAddr: 0x136D2C, symSize: 0x24 }
+ - { offsetInCU: 0x4E3, offset: 0x13F6D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCfD', symObjAddr: 0xB98, symBinAddr: 0x136D50, symSize: 0x2C }
+ - { offsetInCU: 0x535, offset: 0x13F72A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0xD58, symBinAddr: 0x136F10, symSize: 0x98 }
+ - { offsetInCU: 0x56C, offset: 0x13F761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE24, symBinAddr: 0x136FDC, symSize: 0x2C }
+ - { offsetInCU: 0x5B1, offset: 0x13F7A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x98C, symBinAddr: 0x136CC8, symSize: 0x44 }
+ - { offsetInCU: 0x5C5, offset: 0x13F7BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCMa', symObjAddr: 0x9D0, symBinAddr: 0x136D0C, symSize: 0x20 }
+ - { offsetInCU: 0x5D9, offset: 0x13F7CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xBC4, symBinAddr: 0x136D7C, symSize: 0x4 }
+ - { offsetInCU: 0x5ED, offset: 0x13F7E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xBC8, symBinAddr: 0x136D80, symSize: 0x44 }
+ - { offsetInCU: 0x601, offset: 0x13F7F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0xC0C, symBinAddr: 0x136DC4, symSize: 0x4 }
+ - { offsetInCU: 0x615, offset: 0x13F80A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0xC10, symBinAddr: 0x136DC8, symSize: 0x44 }
+ - { offsetInCU: 0x629, offset: 0x13F81E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0xC54, symBinAddr: 0x136E0C, symSize: 0x4 }
+ - { offsetInCU: 0x63D, offset: 0x13F832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0xC58, symBinAddr: 0x136E10, symSize: 0x44 }
+ - { offsetInCU: 0x651, offset: 0x13F846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xC9C, symBinAddr: 0x136E54, symSize: 0x4C }
+ - { offsetInCU: 0x665, offset: 0x13F85A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA0G0AAWI', symObjAddr: 0xCE8, symBinAddr: 0x136EA0, symSize: 0x34 }
+ - { offsetInCU: 0x679, offset: 0x13F86E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xDF0, symBinAddr: 0x136FA8, symSize: 0x34 }
+ - { offsetInCU: 0x68D, offset: 0x13F882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xE84, symBinAddr: 0x13702C, symSize: 0x90 }
+ - { offsetInCU: 0x6A1, offset: 0x13F896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xF14, symBinAddr: 0x1370BC, symSize: 0xBC }
+ - { offsetInCU: 0x6B5, offset: 0x13F8AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xFD0, symBinAddr: 0x137178, symSize: 0x8 }
+ - { offsetInCU: 0x6C9, offset: 0x13F8BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xFD8, symBinAddr: 0x137180, symSize: 0x4 }
+ - { offsetInCU: 0x6DD, offset: 0x13F8D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xFDC, symBinAddr: 0x137184, symSize: 0x8 }
+ - { offsetInCU: 0x6F1, offset: 0x13F8E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xFE4, symBinAddr: 0x13718C, symSize: 0x10 }
+ - { offsetInCU: 0x705, offset: 0x13F8FA, size: 0x8, addend: 0x0, symName: ___swift_allocate_value_buffer, symObjAddr: 0xFF4, symBinAddr: 0x13719C, symSize: 0x40 }
+ - { offsetInCU: 0x788, offset: 0x13F97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x136770, symSize: 0x88 }
+ - { offsetInCU: 0x837, offset: 0x13FA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x498, symBinAddr: 0x1367F8, symSize: 0x60 }
+ - { offsetInCU: 0x8B5, offset: 0x13FAAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4F8, symBinAddr: 0x136858, symSize: 0x40 }
+ - { offsetInCU: 0x907, offset: 0x13FAFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x538, symBinAddr: 0x136898, symSize: 0x5C }
+ - { offsetInCU: 0x963, offset: 0x13FB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6D0, symBinAddr: 0x136A30, symSize: 0x28 }
+ - { offsetInCU: 0x97F, offset: 0x13FB74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6F8, symBinAddr: 0x136A58, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x13FDBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO4dataSdSgvg', symObjAddr: 0x0, symBinAddr: 0x1371DC, symSize: 0x7C }
+ - { offsetInCU: 0xA1, offset: 0x13FE10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV7latencySdvg', symObjAddr: 0x94, symBinAddr: 0x137258, symSize: 0x4 }
+ - { offsetInCU: 0xBD, offset: 0x13FE2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV6jitterSdvg', symObjAddr: 0x98, symBinAddr: 0x13725C, symSize: 0x8 }
+ - { offsetInCU: 0xD9, offset: 0x13FE48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV10packetLostSdvg', symObjAddr: 0xA0, symBinAddr: 0x137264, symSize: 0x8 }
+ - { offsetInCU: 0xF5, offset: 0x13FE64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV7latency6jitter10packetLostAESd_S2dtcfC', symObjAddr: 0xA8, symBinAddr: 0x13726C, symSize: 0x4 }
+ - { offsetInCU: 0x13A, offset: 0x13FEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidO8rawValueAESgSS_tcfC', symObjAddr: 0xAC, symBinAddr: 0x137270, symSize: 0x74 }
+ - { offsetInCU: 0x166, offset: 0x13FED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidO8rawValueSSvg', symObjAddr: 0x160, symBinAddr: 0x1372E4, symSize: 0x20 }
+ - { offsetInCU: 0x1AF, offset: 0x13FF1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x304, symBinAddr: 0x137488, symSize: 0x78 }
+ - { offsetInCU: 0x1F0, offset: 0x13FF5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x37C, symBinAddr: 0x137500, symSize: 0x28 }
+ - { offsetInCU: 0x205, offset: 0x13FF74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZ', symObjAddr: 0x3A4, symBinAddr: 0x137528, symSize: 0x44 }
+ - { offsetInCU: 0x221, offset: 0x13FF90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO10debugValueSSvg', symObjAddr: 0x3E8, symBinAddr: 0x13756C, symSize: 0x2E8 }
+ - { offsetInCU: 0x4F6, offset: 0x140265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZTf4nnnnd_n', symObjAddr: 0x7E4, symBinAddr: 0x137968, symSize: 0x158 }
+ - { offsetInCU: 0x66B, offset: 0x1403DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVACycfC', symObjAddr: 0x6D0, symBinAddr: 0x137854, symSize: 0x4 }
+ - { offsetInCU: 0x747, offset: 0x1404B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x6D4, symBinAddr: 0x137858, symSize: 0x58 }
+ - { offsetInCU: 0x767, offset: 0x1404D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x6D4, symBinAddr: 0x137858, symSize: 0x58 }
+ - { offsetInCU: 0x7A1, offset: 0x140510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x6D4, symBinAddr: 0x137858, symSize: 0x58 }
+ - { offsetInCU: 0x880, offset: 0x1405EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE6factoryS2d_S2dtFZ', symObjAddr: 0x72C, symBinAddr: 0x1378B0, symSize: 0x58 }
+ - { offsetInCU: 0x8E7, offset: 0x140656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE6factoryS2d_S2dtFZ', symObjAddr: 0x72C, symBinAddr: 0x1378B0, symSize: 0x58 }
+ - { offsetInCU: 0x92E, offset: 0x14069D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE16effectiveLatencyyS2d_SdtFZ', symObjAddr: 0x784, symBinAddr: 0x137908, symSize: 0x14 }
+ - { offsetInCU: 0x963, offset: 0x1406D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE9calculateyS2d_SdtFZ', symObjAddr: 0x798, symBinAddr: 0x13791C, symSize: 0x4C }
+ - { offsetInCU: 0x9AD, offset: 0x14071C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASQWb', symObjAddr: 0x93C, symBinAddr: 0x137AC0, symSize: 0x4 }
+ - { offsetInCU: 0x9C1, offset: 0x140730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOAESQAAWl', symObjAddr: 0x940, symBinAddr: 0x137AC4, symSize: 0x44 }
+ - { offsetInCU: 0x9D5, offset: 0x140744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwet', symObjAddr: 0x99C, symBinAddr: 0x137B08, symSize: 0x54 }
+ - { offsetInCU: 0x9E9, offset: 0x140758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwst', symObjAddr: 0x9F0, symBinAddr: 0x137B5C, symSize: 0x5C }
+ - { offsetInCU: 0x9FD, offset: 0x14076C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwug', symObjAddr: 0xA4C, symBinAddr: 0x137BB8, symSize: 0xC }
+ - { offsetInCU: 0xA11, offset: 0x140780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwup', symObjAddr: 0xA58, symBinAddr: 0x137BC4, symSize: 0x10 }
+ - { offsetInCU: 0xA25, offset: 0x140794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwui', symObjAddr: 0xA68, symBinAddr: 0x137BD4, symSize: 0x14 }
+ - { offsetInCU: 0xA39, offset: 0x1407A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOMa', symObjAddr: 0xA7C, symBinAddr: 0x137BE8, symSize: 0x10 }
+ - { offsetInCU: 0xA4D, offset: 0x1407BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVwet', symObjAddr: 0xAA0, symBinAddr: 0x137BF8, symSize: 0x20 }
+ - { offsetInCU: 0xA61, offset: 0x1407D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVwst', symObjAddr: 0xAC0, symBinAddr: 0x137C18, symSize: 0x2C }
+ - { offsetInCU: 0xA75, offset: 0x1407E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVMa', symObjAddr: 0xAEC, symBinAddr: 0x137C44, symSize: 0x10 }
+ - { offsetInCU: 0xA89, offset: 0x1407F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwCP', symObjAddr: 0xAFC, symBinAddr: 0x137C54, symSize: 0x30 }
+ - { offsetInCU: 0xA9D, offset: 0x14080C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwet', symObjAddr: 0xB2C, symBinAddr: 0x137C84, symSize: 0x48 }
+ - { offsetInCU: 0xAB1, offset: 0x140820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwst', symObjAddr: 0xB74, symBinAddr: 0x137CCC, symSize: 0x48 }
+ - { offsetInCU: 0xAC5, offset: 0x140834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwug', symObjAddr: 0xBBC, symBinAddr: 0x137D14, symSize: 0x8 }
+ - { offsetInCU: 0xAD9, offset: 0x140848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwup', symObjAddr: 0xBC4, symBinAddr: 0x137D1C, symSize: 0x4 }
+ - { offsetInCU: 0xAED, offset: 0x14085C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwui', symObjAddr: 0xBC8, symBinAddr: 0x137D20, symSize: 0x8 }
+ - { offsetInCU: 0xB01, offset: 0x140870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOMa', symObjAddr: 0xBD0, symBinAddr: 0x137D28, symSize: 0x10 }
+ - { offsetInCU: 0xB15, offset: 0x140884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwet', symObjAddr: 0xBEC, symBinAddr: 0x137D38, symSize: 0x90 }
+ - { offsetInCU: 0xB29, offset: 0x140898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwst', symObjAddr: 0xC7C, symBinAddr: 0x137DC8, symSize: 0xBC }
+ - { offsetInCU: 0xB3D, offset: 0x1408AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwug', symObjAddr: 0xD38, symBinAddr: 0x137E84, symSize: 0x8 }
+ - { offsetInCU: 0xB51, offset: 0x1408C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwup', symObjAddr: 0xD40, symBinAddr: 0x137E8C, symSize: 0x4 }
+ - { offsetInCU: 0xB65, offset: 0x1408D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwui', symObjAddr: 0xD44, symBinAddr: 0x137E90, symSize: 0x8 }
+ - { offsetInCU: 0xB79, offset: 0x1408E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOMa', symObjAddr: 0xD4C, symBinAddr: 0x137E98, symSize: 0x10 }
+ - { offsetInCU: 0xB8D, offset: 0x1408FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVMa', symObjAddr: 0xD64, symBinAddr: 0x137EB0, symSize: 0x10 }
+ - { offsetInCU: 0xBD6, offset: 0x140945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x180, symBinAddr: 0x137304, symSize: 0x88 }
+ - { offsetInCU: 0xC85, offset: 0x1409F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH9hashValueSivgTW', symObjAddr: 0x208, symBinAddr: 0x13738C, symSize: 0x60 }
+ - { offsetInCU: 0xD03, offset: 0x140A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x268, symBinAddr: 0x1373EC, symSize: 0x40 }
+ - { offsetInCU: 0xD55, offset: 0x140AC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2A8, symBinAddr: 0x13742C, symSize: 0x5C }
+ - { offsetInCU: 0x27, offset: 0x140DAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x137EC4, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x140DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x137EC4, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x140DED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedBySSvg', symObjAddr: 0x8, symBinAddr: 0x137ECC, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x140E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x34, symBinAddr: 0x137EF8, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x140E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x7C, symBinAddr: 0x137F40, symSize: 0x25C }
+ - { offsetInCU: 0x181, offset: 0x140F07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI09deletedAt0K2ByACSS_SSs5Int64VSStcfC', symObjAddr: 0x448, symBinAddr: 0x1381BC, symSize: 0x84 }
+ - { offsetInCU: 0x225, offset: 0x140FAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI09deletedAt0K2ByACSS_SSs5Int64VSStcfc', symObjAddr: 0x4CC, symBinAddr: 0x138240, symSize: 0x30 }
+ - { offsetInCU: 0x2EA, offset: 0x141070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO0E0OtcfC', symObjAddr: 0x4FC, symBinAddr: 0x138270, symSize: 0x2C }
+ - { offsetInCU: 0x349, offset: 0x1410CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO0E0Otcfc', symObjAddr: 0x528, symBinAddr: 0x13829C, symSize: 0x2C }
+ - { offsetInCU: 0x3A0, offset: 0x141126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfd', symObjAddr: 0x55C, symBinAddr: 0x1382D0, symSize: 0x2C }
+ - { offsetInCU: 0x3F1, offset: 0x141177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfD', symObjAddr: 0x588, symBinAddr: 0x1382FC, symSize: 0x34 }
+ - { offsetInCU: 0x44B, offset: 0x1411D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCMa', symObjAddr: 0x3A0, symBinAddr: 0x13819C, symSize: 0x20 }
+ - { offsetInCU: 0x4F4, offset: 0x14127A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfE', symObjAddr: 0x554, symBinAddr: 0x1382C8, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x1414D4, size: 0x8, addend: 0x0, symName: '_$sSo17RTCSignalingStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x138344, symSize: 0xA0 }
+ - { offsetInCU: 0x3F, offset: 0x1414EC, size: 0x8, addend: 0x0, symName: '_$sSo17RTCSignalingStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x138344, symSize: 0xA0 }
+ - { offsetInCU: 0x6E, offset: 0x14151B, size: 0x8, addend: 0x0, symName: '_$sSo21RTCIceConnectionStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0xA0, symBinAddr: 0x1383E4, symSize: 0xC0 }
+ - { offsetInCU: 0x9D, offset: 0x14154A, size: 0x8, addend: 0x0, symName: '_$sSo20RTCIceGatheringStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x160, symBinAddr: 0x1384A4, symSize: 0x7C }
+ - { offsetInCU: 0xCC, offset: 0x141579, size: 0x8, addend: 0x0, symName: '_$sSo22RTCPeerConnectionStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x1DC, symBinAddr: 0x138520, symSize: 0xB0 }
+ - { offsetInCU: 0xFB, offset: 0x1415A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11descriptionSSvgTo', symObjAddr: 0x28C, symBinAddr: 0x1385D0, symSize: 0x5C }
+ - { offsetInCU: 0x16F, offset: 0x14161C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11descriptionSSvg', symObjAddr: 0x2E8, symBinAddr: 0x13862C, symSize: 0x3C8 }
+ - { offsetInCU: 0x27, offset: 0x141C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1389F4, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x141C40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1389F4, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x141C54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3sdpSSSgvg', symObjAddr: 0xC, symBinAddr: 0x138A00, symSize: 0x2C }
+ - { offsetInCU: 0x7B, offset: 0x141C70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x38, symBinAddr: 0x138A2C, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0x141C84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC18sessionDescriptionSo010RTCSessionH0CSgvg', symObjAddr: 0x64, symBinAddr: 0x138A58, symSize: 0x8C }
+ - { offsetInCU: 0xE0, offset: 0x141CD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x138AE4, symSize: 0x48 }
+ - { offsetInCU: 0x105, offset: 0x141CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x138, symBinAddr: 0x138B2C, symSize: 0x430 }
+ - { offsetInCU: 0x24F, offset: 0x141E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_S2SSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x71C, symBinAddr: 0x138F7C, symSize: 0x118 }
+ - { offsetInCU: 0x30C, offset: 0x141F01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_S2SSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x834, symBinAddr: 0x139094, symSize: 0xBC }
+ - { offsetInCU: 0x3FD, offset: 0x141FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x8F0, symBinAddr: 0x139150, symSize: 0x2C }
+ - { offsetInCU: 0x45C, offset: 0x142051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x91C, symBinAddr: 0x13917C, symSize: 0x2C }
+ - { offsetInCU: 0x4B9, offset: 0x1420AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfd', symObjAddr: 0x964, symBinAddr: 0x1391C4, symSize: 0x3C }
+ - { offsetInCU: 0x50A, offset: 0x1420FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfD', symObjAddr: 0x9B4, symBinAddr: 0x139200, symSize: 0x44 }
+ - { offsetInCU: 0x572, offset: 0x142167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x9F8, symBinAddr: 0x139244, symSize: 0x10 }
+ - { offsetInCU: 0x5B3, offset: 0x1421A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0xA08, symBinAddr: 0x139254, symSize: 0x30 }
+ - { offsetInCU: 0x613, offset: 0x142208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCMa', symObjAddr: 0x630, symBinAddr: 0x138F5C, symSize: 0x20 }
+ - { offsetInCU: 0x6E4, offset: 0x1422D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfE', symObjAddr: 0x948, symBinAddr: 0x1391A8, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0x1425CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x1392C0, symSize: 0x48 }
+ - { offsetInCU: 0x9F, offset: 0x142623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCACycfC', symObjAddr: 0xD8, symBinAddr: 0x139398, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x142641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCACycfc', symObjAddr: 0xE8, symBinAddr: 0x1393A8, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x142670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCfd', symObjAddr: 0xF0, symBinAddr: 0x1393B0, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x14269F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCfD', symObjAddr: 0xF8, symBinAddr: 0x1393B8, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x1426CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCMa', symObjAddr: 0x108, symBinAddr: 0x1393C8, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1428DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvpZ', symObjAddr: 0x5498, symBinAddr: 0x2C9450, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x1428F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8rawValueSivg', symObjAddr: 0x87C, symBinAddr: 0x139C64, symSize: 0x4 }
+ - { offsetInCU: 0x81, offset: 0x142915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvgZ', symObjAddr: 0x898, symBinAddr: 0x139C80, symSize: 0x8 }
+ - { offsetInCU: 0x9D, offset: 0x142931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvgZ', symObjAddr: 0x8AC, symBinAddr: 0x139C94, symSize: 0x8 }
+ - { offsetInCU: 0xB9, offset: 0x14294D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvgZ', symObjAddr: 0x8C0, symBinAddr: 0x139CA8, symSize: 0x8 }
+ - { offsetInCU: 0xD5, offset: 0x142969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvgZ', symObjAddr: 0x8D4, symBinAddr: 0x139CBC, symSize: 0x8 }
+ - { offsetInCU: 0xF1, offset: 0x142985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvgZ', symObjAddr: 0x8E8, symBinAddr: 0x139CD0, symSize: 0x8 }
+ - { offsetInCU: 0x10D, offset: 0x1429A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvgZ', symObjAddr: 0x8FC, symBinAddr: 0x139CE4, symSize: 0x8 }
+ - { offsetInCU: 0x129, offset: 0x1429BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvgZ', symObjAddr: 0x910, symBinAddr: 0x139CF8, symSize: 0x8 }
+ - { offsetInCU: 0x145, offset: 0x1429D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvgZ', symObjAddr: 0x924, symBinAddr: 0x139D0C, symSize: 0x8 }
+ - { offsetInCU: 0x161, offset: 0x1429F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvgZ', symObjAddr: 0x938, symBinAddr: 0x139D20, symSize: 0x8 }
+ - { offsetInCU: 0x17D, offset: 0x142A11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvgZ', symObjAddr: 0x94C, symBinAddr: 0x139D34, symSize: 0x8 }
+ - { offsetInCU: 0x199, offset: 0x142A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvgZ', symObjAddr: 0x960, symBinAddr: 0x139D48, symSize: 0x8 }
+ - { offsetInCU: 0x1B5, offset: 0x142A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvgZ', symObjAddr: 0x974, symBinAddr: 0x139D5C, symSize: 0x8 }
+ - { offsetInCU: 0x1D1, offset: 0x142A65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvgZ', symObjAddr: 0x988, symBinAddr: 0x139D70, symSize: 0x8 }
+ - { offsetInCU: 0x1ED, offset: 0x142A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvgZ', symObjAddr: 0x99C, symBinAddr: 0x139D84, symSize: 0x8 }
+ - { offsetInCU: 0x209, offset: 0x142A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvgZ', symObjAddr: 0x9B0, symBinAddr: 0x139D98, symSize: 0x8 }
+ - { offsetInCU: 0x225, offset: 0x142AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvgZ', symObjAddr: 0x9C4, symBinAddr: 0x139DAC, symSize: 0x8 }
+ - { offsetInCU: 0x241, offset: 0x142AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvgZ', symObjAddr: 0x9D8, symBinAddr: 0x139DC0, symSize: 0x8 }
+ - { offsetInCU: 0x25D, offset: 0x142AF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvgZ', symObjAddr: 0x9EC, symBinAddr: 0x139DD4, symSize: 0x8 }
+ - { offsetInCU: 0x279, offset: 0x142B0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvgZ', symObjAddr: 0xA44, symBinAddr: 0x139E2C, symSize: 0x40 }
+ - { offsetInCU: 0x2A2, offset: 0x142B36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8priorityAC8PriorityOvg', symObjAddr: 0xA84, symBinAddr: 0x139E6C, symSize: 0x8 }
+ - { offsetInCU: 0x2CD, offset: 0x142B61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6symbolSSSgvg', symObjAddr: 0xA8C, symBinAddr: 0x139E74, symSize: 0x278 }
+ - { offsetInCU: 0x2FC, offset: 0x142B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV13wrappedSymbolSSSgvg', symObjAddr: 0xD04, symBinAddr: 0x13A0EC, symSize: 0x5C }
+ - { offsetInCU: 0x3C0, offset: 0x142C54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8rawValueAESi_tcfC', symObjAddr: 0xD60, symBinAddr: 0x13A148, symSize: 0x4 }
+ - { offsetInCU: 0x3DE, offset: 0x142C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAAsAFP8rawValuex03RawI0Qz_tcfCTW', symObjAddr: 0xD64, symBinAddr: 0x13A14C, symSize: 0xC }
+ - { offsetInCU: 0x3F2, offset: 0x142C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0xD70, symBinAddr: 0x13A158, symSize: 0x8 }
+ - { offsetInCU: 0x40E, offset: 0x142CA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0xD78, symBinAddr: 0x13A160, symSize: 0x8 }
+ - { offsetInCU: 0x42A, offset: 0x142CBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0xD80, symBinAddr: 0x13A168, symSize: 0x8 }
+ - { offsetInCU: 0x446, offset: 0x142CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xD94, symBinAddr: 0x13A17C, symSize: 0x10 }
+ - { offsetInCU: 0x462, offset: 0x142CF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xDA4, symBinAddr: 0x13A18C, symSize: 0xC }
+ - { offsetInCU: 0x4A1, offset: 0x142D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvpZ', symObjAddr: 0x54A0, symBinAddr: 0x2C9458, symSize: 0x0 }
+ - { offsetInCU: 0x4BB, offset: 0x142D4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvpZ', symObjAddr: 0x54A8, symBinAddr: 0x2C9460, symSize: 0x0 }
+ - { offsetInCU: 0x4D5, offset: 0x142D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvpZ', symObjAddr: 0x54B0, symBinAddr: 0x2C9468, symSize: 0x0 }
+ - { offsetInCU: 0x4EF, offset: 0x142D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvpZ', symObjAddr: 0x54B8, symBinAddr: 0x2C9470, symSize: 0x0 }
+ - { offsetInCU: 0x509, offset: 0x142D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvpZ', symObjAddr: 0x54C0, symBinAddr: 0x2C9478, symSize: 0x0 }
+ - { offsetInCU: 0x523, offset: 0x142DB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvpZ', symObjAddr: 0x54C8, symBinAddr: 0x2C9480, symSize: 0x0 }
+ - { offsetInCU: 0x53D, offset: 0x142DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvpZ', symObjAddr: 0x54D0, symBinAddr: 0x2C9488, symSize: 0x0 }
+ - { offsetInCU: 0x557, offset: 0x142DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvpZ', symObjAddr: 0x54D8, symBinAddr: 0x2C9490, symSize: 0x0 }
+ - { offsetInCU: 0x571, offset: 0x142E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvpZ', symObjAddr: 0x54E0, symBinAddr: 0x2C9498, symSize: 0x0 }
+ - { offsetInCU: 0x58B, offset: 0x142E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvpZ', symObjAddr: 0x54E8, symBinAddr: 0x2C94A0, symSize: 0x0 }
+ - { offsetInCU: 0x5A5, offset: 0x142E39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvpZ', symObjAddr: 0x54F0, symBinAddr: 0x2C94A8, symSize: 0x0 }
+ - { offsetInCU: 0x5BF, offset: 0x142E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvpZ', symObjAddr: 0x54F8, symBinAddr: 0x2C94B0, symSize: 0x0 }
+ - { offsetInCU: 0x5D9, offset: 0x142E6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvpZ', symObjAddr: 0x5500, symBinAddr: 0x2C94B8, symSize: 0x0 }
+ - { offsetInCU: 0x5F3, offset: 0x142E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvpZ', symObjAddr: 0x5508, symBinAddr: 0x2C94C0, symSize: 0x0 }
+ - { offsetInCU: 0x60D, offset: 0x142EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvpZ', symObjAddr: 0x5510, symBinAddr: 0x2C94C8, symSize: 0x0 }
+ - { offsetInCU: 0x627, offset: 0x142EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvpZ', symObjAddr: 0x5518, symBinAddr: 0x2C94D0, symSize: 0x0 }
+ - { offsetInCU: 0x641, offset: 0x142ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvpZ', symObjAddr: 0x5520, symBinAddr: 0x2C94D8, symSize: 0x0 }
+ - { offsetInCU: 0x65B, offset: 0x142EEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvpZ', symObjAddr: 0x1E630, symBinAddr: 0x2F9EE8, symSize: 0x0 }
+ - { offsetInCU: 0x676, offset: 0x142F0A, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvpZ', symObjAddr: 0x5528, symBinAddr: 0x2C94E0, symSize: 0x0 }
+ - { offsetInCU: 0x684, offset: 0x142F18, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA9LogSymbol_pRszlE6sortedSayAaB_pGyF', symObjAddr: 0x0, symBinAddr: 0x1393E8, symSize: 0x48 }
+ - { offsetInCU: 0x707, offset: 0x142F9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityO10identifierSSvg', symObjAddr: 0x278, symBinAddr: 0x139660, symSize: 0x40 }
+ - { offsetInCU: 0x750, offset: 0x142FE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityO8rawValueAESgSi_tcfC', symObjAddr: 0x5E4, symBinAddr: 0x1399CC, symSize: 0x10 }
+ - { offsetInCU: 0x789, offset: 0x14301D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5FC, symBinAddr: 0x1399E4, symSize: 0x18 }
+ - { offsetInCU: 0x7C6, offset: 0x14305A, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsSSRszAA9LogSymbol_pRs_rlE8categoryAA6LoggerV10CategoriesVSgvg', symObjAddr: 0x48, symBinAddr: 0x139430, symSize: 0x124 }
+ - { offsetInCU: 0x846, offset: 0x1430DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvau', symObjAddr: 0x16C, symBinAddr: 0x139554, symSize: 0xC }
+ - { offsetInCU: 0x864, offset: 0x1430F8, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvau', symObjAddr: 0x178, symBinAddr: 0x139560, symSize: 0xC }
+ - { offsetInCU: 0x88F, offset: 0x143123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7maskingACSS_AA9LogSymbol_pSgtcfC', symObjAddr: 0x184, symBinAddr: 0x13956C, symSize: 0x4 }
+ - { offsetInCU: 0x8AB, offset: 0x14313F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7contentACSS_AA9LogSymbol_pSgtcfC', symObjAddr: 0x188, symBinAddr: 0x139570, symSize: 0x58 }
+ - { offsetInCU: 0x8C7, offset: 0x14315B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x26E4, symBinAddr: 0x13BACC, symSize: 0x8 }
+ - { offsetInCU: 0x8F4, offset: 0x143188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvg', symObjAddr: 0x26EC, symBinAddr: 0x13BAD4, symSize: 0x30 }
+ - { offsetInCU: 0x910, offset: 0x1431A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvs', symObjAddr: 0x271C, symBinAddr: 0x13BB04, symSize: 0x34 }
+ - { offsetInCU: 0x92C, offset: 0x1431C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvM', symObjAddr: 0x2750, symBinAddr: 0x13BB38, symSize: 0x10 }
+ - { offsetInCU: 0x948, offset: 0x1431DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvM.resume.0', symObjAddr: 0x2760, symBinAddr: 0x13BB48, symSize: 0x4 }
+ - { offsetInCU: 0x964, offset: 0x1431F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV13wrappedSymbolSSSgvg', symObjAddr: 0x2764, symBinAddr: 0x13BB4C, symSize: 0x30 }
+ - { offsetInCU: 0x983, offset: 0x143217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvg', symObjAddr: 0x2794, symBinAddr: 0x13BB7C, symSize: 0x30 }
+ - { offsetInCU: 0x997, offset: 0x14322B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvs', symObjAddr: 0x27C4, symBinAddr: 0x13BBAC, symSize: 0x34 }
+ - { offsetInCU: 0x9B3, offset: 0x143247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvM', symObjAddr: 0x27F8, symBinAddr: 0x13BBE0, symSize: 0x10 }
+ - { offsetInCU: 0x9CF, offset: 0x143263, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvM.resume.0', symObjAddr: 0x2808, symBinAddr: 0x13BBF0, symSize: 0x4 }
+ - { offsetInCU: 0x9EB, offset: 0x14327F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x280C, symBinAddr: 0x13BBF4, symSize: 0x8 }
+ - { offsetInCU: 0xA27, offset: 0x1432BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x2814, symBinAddr: 0x13BBFC, symSize: 0x2C }
+ - { offsetInCU: 0xA69, offset: 0x1432FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2840, symBinAddr: 0x13BC28, symSize: 0x2C }
+ - { offsetInCU: 0xA9C, offset: 0x143330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7maskingACSS_AA9LogSymbol_pSgtcfCTf4nnd_n', symObjAddr: 0x3094, symBinAddr: 0x13C3F8, symSize: 0x1B0 }
+ - { offsetInCU: 0xC55, offset: 0x1434E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7contentACSS_AA9LogSymbol_pSgtcfCTf4gnd_n', symObjAddr: 0x3244, symBinAddr: 0x13C5A8, symSize: 0x148 }
+ - { offsetInCU: 0xD8F, offset: 0x143623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO13toLoggerLevelAA0I0V0J0OyF', symObjAddr: 0x1E0, symBinAddr: 0x1395C8, symSize: 0x50 }
+ - { offsetInCU: 0xDC0, offset: 0x143654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE9symbolKeySSvg', symObjAddr: 0x230, symBinAddr: 0x139618, symSize: 0x48 }
+ - { offsetInCU: 0xE62, offset: 0x1436F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO8priorityAC8PriorityOvg', symObjAddr: 0x10A4, symBinAddr: 0x13A48C, symSize: 0x8 }
+ - { offsetInCU: 0xE8D, offset: 0x143721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO8rawValueSSvg', symObjAddr: 0x10AC, symBinAddr: 0x13A494, symSize: 0x4C }
+ - { offsetInCU: 0xECA, offset: 0x14375E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO6symbolSSSgvg', symObjAddr: 0x10F8, symBinAddr: 0x13A4E0, symSize: 0x230 }
+ - { offsetInCU: 0xF5A, offset: 0x1437EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1328, symBinAddr: 0x13A710, symSize: 0x8 }
+ - { offsetInCU: 0xF6E, offset: 0x143802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1330, symBinAddr: 0x13A718, symSize: 0x8 }
+ - { offsetInCU: 0xFB7, offset: 0x14384B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV10DateFormatO_Tg5', symObjAddr: 0x2B8, symBinAddr: 0x1396A0, symSize: 0x80 }
+ - { offsetInCU: 0x10C9, offset: 0x14395D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO8priorityAC8PriorityOvg', symObjAddr: 0x614, symBinAddr: 0x1399FC, symSize: 0x8 }
+ - { offsetInCU: 0x10F4, offset: 0x143988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO6symbolSSSgvg', symObjAddr: 0x61C, symBinAddr: 0x139A04, symSize: 0x20 }
+ - { offsetInCU: 0x1113, offset: 0x1439A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x63C, symBinAddr: 0x139A24, symSize: 0x14 }
+ - { offsetInCU: 0x1127, offset: 0x1439BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO6encode2toys7Encoder_p_tKF', symObjAddr: 0x650, symBinAddr: 0x139A38, symSize: 0x11C }
+ - { offsetInCU: 0x11B9, offset: 0x143A4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO1loiySbAE_AEtFZ', symObjAddr: 0x76C, symBinAddr: 0x139B54, symSize: 0x10 }
+ - { offsetInCU: 0x11E7, offset: 0x143A7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO2eeoiySbAE_AEtFZ', symObjAddr: 0x77C, symBinAddr: 0x139B64, symSize: 0x10 }
+ - { offsetInCU: 0x1215, offset: 0x143AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO8rawValueAESgSi_tcfC', symObjAddr: 0x78C, symBinAddr: 0x139B74, symSize: 0x10 }
+ - { offsetInCU: 0x126A, offset: 0x143AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x79C, symBinAddr: 0x139B84, symSize: 0x14 }
+ - { offsetInCU: 0x12C7, offset: 0x143B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x139B98, symSize: 0x18 }
+ - { offsetInCU: 0x12F8, offset: 0x143B8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x7C8, symBinAddr: 0x139BB0, symSize: 0x8 }
+ - { offsetInCU: 0x130C, offset: 0x143BA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x7D0, symBinAddr: 0x139BB8, symSize: 0x8 }
+ - { offsetInCU: 0x135E, offset: 0x143BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL1loiySbx_xtFZTW', symObjAddr: 0x7EC, symBinAddr: 0x139BD4, symSize: 0x14 }
+ - { offsetInCU: 0x13BE, offset: 0x143C52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x83C, symBinAddr: 0x139C24, symSize: 0x28 }
+ - { offsetInCU: 0x13F6, offset: 0x143C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x864, symBinAddr: 0x139C4C, symSize: 0x18 }
+ - { offsetInCU: 0x1419, offset: 0x143CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x338C, symBinAddr: 0x13C6F0, symSize: 0x280 }
+ - { offsetInCU: 0x1582, offset: 0x143E16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV5LevelO_Tg5', symObjAddr: 0x338, symBinAddr: 0x139720, symSize: 0x104 }
+ - { offsetInCU: 0x16EC, offset: 0x143F80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8priorityAC8PriorityOvg', symObjAddr: 0x14F4, symBinAddr: 0x13A8DC, symSize: 0x8 }
+ - { offsetInCU: 0x1717, offset: 0x143FAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO5valueSSvg', symObjAddr: 0x14FC, symBinAddr: 0x13A8E4, symSize: 0xA4 }
+ - { offsetInCU: 0x1756, offset: 0x143FEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8rawValueSSvg', symObjAddr: 0x15A0, symBinAddr: 0x13A988, symSize: 0xA4 }
+ - { offsetInCU: 0x1775, offset: 0x144009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO6symbolSSSgvg', symObjAddr: 0x1644, symBinAddr: 0x13AA2C, symSize: 0xA4 }
+ - { offsetInCU: 0x17EE, offset: 0x144082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8rawValueAESgSS_tcfC', symObjAddr: 0x16E8, symBinAddr: 0x13AAD0, symSize: 0x74 }
+ - { offsetInCU: 0x1838, offset: 0x1440CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x18E0, symBinAddr: 0x13ACC8, symSize: 0x78 }
+ - { offsetInCU: 0x1879, offset: 0x14410D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1958, symBinAddr: 0x13AD40, symSize: 0x28 }
+ - { offsetInCU: 0x188D, offset: 0x144121, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1980, symBinAddr: 0x13AD68, symSize: 0x8 }
+ - { offsetInCU: 0x18A1, offset: 0x144135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1988, symBinAddr: 0x13AD70, symSize: 0x8 }
+ - { offsetInCU: 0x18BE, offset: 0x144152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV6TargetO_Tg5', symObjAddr: 0x43C, symBinAddr: 0x139824, symSize: 0x118 }
+ - { offsetInCU: 0x19F7, offset: 0x14428B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvg', symObjAddr: 0x554, symBinAddr: 0x13993C, symSize: 0x84 }
+ - { offsetInCU: 0x1AC9, offset: 0x14435D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE06maskedE0SSSgvg', symObjAddr: 0x5D8, symBinAddr: 0x1399C0, symSize: 0xC }
+ - { offsetInCU: 0x1AF0, offset: 0x144384, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x7D8, symBinAddr: 0x139BC0, symSize: 0x8 }
+ - { offsetInCU: 0x1B0C, offset: 0x1443A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x7E0, symBinAddr: 0x139BC8, symSize: 0xC }
+ - { offsetInCU: 0x1B28, offset: 0x1443BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3rawA2E3RawO_tcfC', symObjAddr: 0x880, symBinAddr: 0x139C68, symSize: 0x18 }
+ - { offsetInCU: 0x1B57, offset: 0x1443EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvau', symObjAddr: 0x8A0, symBinAddr: 0x139C88, symSize: 0xC }
+ - { offsetInCU: 0x1B75, offset: 0x144409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvau', symObjAddr: 0x8B4, symBinAddr: 0x139C9C, symSize: 0xC }
+ - { offsetInCU: 0x1B93, offset: 0x144427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvau', symObjAddr: 0x8C8, symBinAddr: 0x139CB0, symSize: 0xC }
+ - { offsetInCU: 0x1BB1, offset: 0x144445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvau', symObjAddr: 0x8DC, symBinAddr: 0x139CC4, symSize: 0xC }
+ - { offsetInCU: 0x1BCF, offset: 0x144463, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvau', symObjAddr: 0x8F0, symBinAddr: 0x139CD8, symSize: 0xC }
+ - { offsetInCU: 0x1BED, offset: 0x144481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvau', symObjAddr: 0x904, symBinAddr: 0x139CEC, symSize: 0xC }
+ - { offsetInCU: 0x1C0B, offset: 0x14449F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvau', symObjAddr: 0x918, symBinAddr: 0x139D00, symSize: 0xC }
+ - { offsetInCU: 0x1C29, offset: 0x1444BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvau', symObjAddr: 0x92C, symBinAddr: 0x139D14, symSize: 0xC }
+ - { offsetInCU: 0x1C47, offset: 0x1444DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvau', symObjAddr: 0x940, symBinAddr: 0x139D28, symSize: 0xC }
+ - { offsetInCU: 0x1C65, offset: 0x1444F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvau', symObjAddr: 0x954, symBinAddr: 0x139D3C, symSize: 0xC }
+ - { offsetInCU: 0x1C83, offset: 0x144517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvau', symObjAddr: 0x968, symBinAddr: 0x139D50, symSize: 0xC }
+ - { offsetInCU: 0x1CA1, offset: 0x144535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvau', symObjAddr: 0x97C, symBinAddr: 0x139D64, symSize: 0xC }
+ - { offsetInCU: 0x1CBF, offset: 0x144553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvau', symObjAddr: 0x990, symBinAddr: 0x139D78, symSize: 0xC }
+ - { offsetInCU: 0x1CDD, offset: 0x144571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvau', symObjAddr: 0x9A4, symBinAddr: 0x139D8C, symSize: 0xC }
+ - { offsetInCU: 0x1CFB, offset: 0x14458F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvau', symObjAddr: 0x9B8, symBinAddr: 0x139DA0, symSize: 0xC }
+ - { offsetInCU: 0x1D19, offset: 0x1445AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvau', symObjAddr: 0x9CC, symBinAddr: 0x139DB4, symSize: 0xC }
+ - { offsetInCU: 0x1D37, offset: 0x1445CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvau', symObjAddr: 0x9E0, symBinAddr: 0x139DC8, symSize: 0xC }
+ - { offsetInCU: 0x1D55, offset: 0x1445E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3all_WZ', symObjAddr: 0x9F4, symBinAddr: 0x139DDC, symSize: 0x10 }
+ - { offsetInCU: 0x1D6F, offset: 0x144603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvau', symObjAddr: 0xA04, symBinAddr: 0x139DEC, symSize: 0x40 }
+ - { offsetInCU: 0x1D94, offset: 0x144628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0xD88, symBinAddr: 0x13A170, symSize: 0xC }
+ - { offsetInCU: 0x1DE8, offset: 0x14467C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueAGSgSi_tcfC', symObjAddr: 0xF9C, symBinAddr: 0x13A384, symSize: 0x4 }
+ - { offsetInCU: 0x1DFC, offset: 0x144690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueSivg', symObjAddr: 0xFA0, symBinAddr: 0x13A388, symSize: 0x8 }
+ - { offsetInCU: 0x1E36, offset: 0x1446CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSYAASY8rawValuexSg0fH0Qz_tcfCTW', symObjAddr: 0x1070, symBinAddr: 0x13A458, symSize: 0x28 }
+ - { offsetInCU: 0x1E67, offset: 0x1446FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSYAASY8rawValue0fH0QzvgTW', symObjAddr: 0x1098, symBinAddr: 0x13A480, symSize: 0xC }
+ - { offsetInCU: 0x1E83, offset: 0x144717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueAGSgSi_tcfCTf4nd_n', symObjAddr: 0x36B4, symBinAddr: 0x13C9AC, symSize: 0x10 }
+ - { offsetInCU: 0x1EC5, offset: 0x144759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP07wrappedH0SSSgvgTW', symObjAddr: 0x1338, symBinAddr: 0x13A720, symSize: 0x8 }
+ - { offsetInCU: 0x1EE1, offset: 0x144775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP06maskedH0SSSgvgTW', symObjAddr: 0x1340, symBinAddr: 0x13A728, symSize: 0xC }
+ - { offsetInCU: 0x1F09, offset: 0x14479D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO8priorityAC8PriorityOvg', symObjAddr: 0x134C, symBinAddr: 0x13A734, symSize: 0x8 }
+ - { offsetInCU: 0x1F34, offset: 0x1447C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO6symbolSSSgvg', symObjAddr: 0x1354, symBinAddr: 0x13A73C, symSize: 0x7C }
+ - { offsetInCU: 0x1F7E, offset: 0x144812, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO13wrappedSymbolSSSgvg', symObjAddr: 0x13D0, symBinAddr: 0x13A7B8, symSize: 0xF8 }
+ - { offsetInCU: 0x1FC8, offset: 0x14485C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x14C8, symBinAddr: 0x13A8B0, symSize: 0xC }
+ - { offsetInCU: 0x1FE4, offset: 0x144878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x14D4, symBinAddr: 0x13A8BC, symSize: 0x8 }
+ - { offsetInCU: 0x2000, offset: 0x144894, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x14DC, symBinAddr: 0x13A8C4, symSize: 0xC }
+ - { offsetInCU: 0x201D, offset: 0x1448B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x14E8, symBinAddr: 0x13A8D0, symSize: 0xC }
+ - { offsetInCU: 0x205A, offset: 0x1448EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x1990, symBinAddr: 0x13AD78, symSize: 0x8 }
+ - { offsetInCU: 0x2076, offset: 0x14490A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x1998, symBinAddr: 0x13AD80, symSize: 0xC }
+ - { offsetInCU: 0x209E, offset: 0x144932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO8priorityAC8PriorityOvg', symObjAddr: 0x19A4, symBinAddr: 0x13AD8C, symSize: 0x8 }
+ - { offsetInCU: 0x20CB, offset: 0x14495F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO6symbolSSSgvg', symObjAddr: 0x19AC, symBinAddr: 0x13AD94, symSize: 0x4C8 }
+ - { offsetInCU: 0x2578, offset: 0x144E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO13wrappedSymbolSSSgvg', symObjAddr: 0x1EF4, symBinAddr: 0x13B2DC, symSize: 0x4 }
+ - { offsetInCU: 0x2597, offset: 0x144E2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1EF8, symBinAddr: 0x13B2E0, symSize: 0x10 }
+ - { offsetInCU: 0x25B3, offset: 0x144E47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1F08, symBinAddr: 0x13B2F0, symSize: 0x8 }
+ - { offsetInCU: 0x25EF, offset: 0x144E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x1F10, symBinAddr: 0x13B2F8, symSize: 0x10 }
+ - { offsetInCU: 0x2655, offset: 0x144EE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x1F20, symBinAddr: 0x13B308, symSize: 0xC }
+ - { offsetInCU: 0x2671, offset: 0x144F05, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x1F2C, symBinAddr: 0x13B314, symSize: 0x8 }
+ - { offsetInCU: 0x269E, offset: 0x144F32, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE6symbolSSSgvg', symObjAddr: 0x1F34, symBinAddr: 0x13B31C, symSize: 0x30 }
+ - { offsetInCU: 0x26DD, offset: 0x144F71, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE13wrappedSymbolSSSgvg', symObjAddr: 0x1F64, symBinAddr: 0x13B34C, symSize: 0x30 }
+ - { offsetInCU: 0x271D, offset: 0x144FB1, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9symbolKeySSvg', symObjAddr: 0x1F94, symBinAddr: 0x13B37C, symSize: 0x30 }
+ - { offsetInCU: 0x274E, offset: 0x144FE2, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvgZ', symObjAddr: 0x1FC4, symBinAddr: 0x13B3AC, symSize: 0x1C }
+ - { offsetInCU: 0x276A, offset: 0x144FFE, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP6symbolSSSgvgTW', symObjAddr: 0x1FE0, symBinAddr: 0x13B3C8, symSize: 0x2C }
+ - { offsetInCU: 0x27A8, offset: 0x14503C, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x200C, symBinAddr: 0x13B3F4, symSize: 0x8 }
+ - { offsetInCU: 0x27E4, offset: 0x145078, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP07wrappedE0SSSgvgTW', symObjAddr: 0x2014, symBinAddr: 0x13B3FC, symSize: 0x2C }
+ - { offsetInCU: 0x2843, offset: 0x1450D7, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP06maskedE0SSSgvgTW', symObjAddr: 0x2040, symBinAddr: 0x13B428, symSize: 0xC }
+ - { offsetInCU: 0x285F, offset: 0x1450F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x204C, symBinAddr: 0x13B434, symSize: 0x8 }
+ - { offsetInCU: 0x288C, offset: 0x145120, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6symbolSSSgvg', symObjAddr: 0x2054, symBinAddr: 0x13B43C, symSize: 0x58 }
+ - { offsetInCU: 0x28AB, offset: 0x14513F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC13wrappedSymbolSSSgvg', symObjAddr: 0x20AC, symBinAddr: 0x13B494, symSize: 0xEC }
+ - { offsetInCU: 0x2972, offset: 0x145206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9symbolKeySSvg', symObjAddr: 0x2198, symBinAddr: 0x13B580, symSize: 0x58 }
+ - { offsetInCU: 0x29C3, offset: 0x145257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP6symbolSSSgvgTW', symObjAddr: 0x21F0, symBinAddr: 0x13B5D8, symSize: 0x58 }
+ - { offsetInCU: 0x29F6, offset: 0x14528A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x2248, symBinAddr: 0x13B630, symSize: 0x8 }
+ - { offsetInCU: 0x2A12, offset: 0x1452A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x2250, symBinAddr: 0x13B638, symSize: 0x20 }
+ - { offsetInCU: 0x2A2E, offset: 0x1452C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2270, symBinAddr: 0x13B658, symSize: 0xC }
+ - { offsetInCU: 0x2A4A, offset: 0x1452DE, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsSSRszAA9LogSymbol_pRs_rlE5levelAA6LoggerV5LevelOSgvg', symObjAddr: 0x227C, symBinAddr: 0x13B664, symSize: 0x11C }
+ - { offsetInCU: 0x2AD6, offset: 0x14536A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x2398, symBinAddr: 0x13B780, symSize: 0x8 }
+ - { offsetInCU: 0x2B03, offset: 0x145397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO6symbolSSSgvg', symObjAddr: 0x23A0, symBinAddr: 0x13B788, symSize: 0x110 }
+ - { offsetInCU: 0x2B73, offset: 0x145407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO13wrappedSymbolSSSgvg', symObjAddr: 0x24B0, symBinAddr: 0x13B898, symSize: 0x110 }
+ - { offsetInCU: 0x2BD6, offset: 0x14546A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO12maskedSymbolSSSgvg', symObjAddr: 0x25C0, symBinAddr: 0x13B9A8, symSize: 0x110 }
+ - { offsetInCU: 0x2C1F, offset: 0x1454B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP6symbolSSSgvgTW', symObjAddr: 0x26D0, symBinAddr: 0x13BAB8, symSize: 0x4 }
+ - { offsetInCU: 0x2C3B, offset: 0x1454CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x26D4, symBinAddr: 0x13BABC, symSize: 0x8 }
+ - { offsetInCU: 0x2C57, offset: 0x1454EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x26DC, symBinAddr: 0x13BAC4, symSize: 0x4 }
+ - { offsetInCU: 0x2C73, offset: 0x145507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x26E0, symBinAddr: 0x13BAC8, symSize: 0x4 }
+ - { offsetInCU: 0x2CA6, offset: 0x14553A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0x286C, symBinAddr: 0x13BC54, symSize: 0x64 }
+ - { offsetInCU: 0x2CE8, offset: 0x14557C, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF13SendBirdCalls9SoundTypeO_Tg5', symObjAddr: 0x28D0, symBinAddr: 0x13BCB8, symSize: 0x58 }
+ - { offsetInCU: 0x2D7E, offset: 0x145612, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo11CFStringRefa_Tg5', symObjAddr: 0x2928, symBinAddr: 0x13BD10, symSize: 0x70 }
+ - { offsetInCU: 0x2DE0, offset: 0x145674, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x2998, symBinAddr: 0x13BD80, symSize: 0x30 }
+ - { offsetInCU: 0x2E80, offset: 0x145714, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF13SendBirdCalls12WebRTCClientC10IdentifierO_Tg5', symObjAddr: 0x29C8, symBinAddr: 0x13BDB0, symSize: 0x80 }
+ - { offsetInCU: 0x2F5B, offset: 0x1457EF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo8NSObjectC_Tg5', symObjAddr: 0x2A48, symBinAddr: 0x13BE30, symSize: 0x30 }
+ - { offsetInCU: 0x2F88, offset: 0x14581C, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0x2A78, symBinAddr: 0x13BE60, symSize: 0xE0 }
+ - { offsetInCU: 0x2FC7, offset: 0x14585B, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF13SendBirdCalls9SoundTypeO_Tg5', symObjAddr: 0x2B58, symBinAddr: 0x13BF40, symSize: 0x9C }
+ - { offsetInCU: 0x301E, offset: 0x1458B2, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo11CFStringRefa_Tg5', symObjAddr: 0x2BF4, symBinAddr: 0x13BFDC, symSize: 0x140 }
+ - { offsetInCU: 0x304E, offset: 0x1458E2, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x2D34, symBinAddr: 0x13C11C, symSize: 0xC4 }
+ - { offsetInCU: 0x307B, offset: 0x14590F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF13SendBirdCalls12WebRTCClientC10IdentifierO_Tg5', symObjAddr: 0x2DF8, symBinAddr: 0x13C1E0, symSize: 0xC8 }
+ - { offsetInCU: 0x30F6, offset: 0x14598A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo8NSObjectC_Tg5', symObjAddr: 0x2EC0, symBinAddr: 0x13C2A8, symSize: 0x110 }
+ - { offsetInCU: 0x311B, offset: 0x1459AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOh', symObjAddr: 0x2FD0, symBinAddr: 0x13C3B8, symSize: 0x40 }
+ - { offsetInCU: 0x312F, offset: 0x1459C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOWOc', symObjAddr: 0x36C4, symBinAddr: 0x13C9BC, symSize: 0x34 }
+ - { offsetInCU: 0x3143, offset: 0x1459D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOb', symObjAddr: 0x36F8, symBinAddr: 0x13C9F0, symSize: 0x48 }
+ - { offsetInCU: 0x3157, offset: 0x1459EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOc', symObjAddr: 0x3740, symBinAddr: 0x13CA38, symSize: 0x48 }
+ - { offsetInCU: 0x316B, offset: 0x1459FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOSHAASQWb', symObjAddr: 0x3788, symBinAddr: 0x13CA80, symSize: 0x4 }
+ - { offsetInCU: 0x317F, offset: 0x145A13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOAESQAAWl', symObjAddr: 0x378C, symBinAddr: 0x13CA84, symSize: 0x44 }
+ - { offsetInCU: 0x3193, offset: 0x145A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSHAASQWb', symObjAddr: 0x37D0, symBinAddr: 0x13CAC8, symSize: 0x4 }
+ - { offsetInCU: 0x31A7, offset: 0x145A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESQAAWl', symObjAddr: 0x37D4, symBinAddr: 0x13CACC, symSize: 0x44 }
+ - { offsetInCU: 0x31BB, offset: 0x145A4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASQWb', symObjAddr: 0x3818, symBinAddr: 0x13CB10, symSize: 0x4 }
+ - { offsetInCU: 0x31CF, offset: 0x145A63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAASYWb', symObjAddr: 0x381C, symBinAddr: 0x13CB14, symSize: 0x4 }
+ - { offsetInCU: 0x31E3, offset: 0x145A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAESYAAWl', symObjAddr: 0x3820, symBinAddr: 0x13CB18, symSize: 0x44 }
+ - { offsetInCU: 0x31F7, offset: 0x145A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAAs0G7AlgebraPWb', symObjAddr: 0x3864, symBinAddr: 0x13CB5C, symSize: 0x4 }
+ - { offsetInCU: 0x320B, offset: 0x145A9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAEs10SetAlgebraAAWl', symObjAddr: 0x3868, symBinAddr: 0x13CB60, symSize: 0x44 }
+ - { offsetInCU: 0x321F, offset: 0x145AB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAASQWb', symObjAddr: 0x38AC, symBinAddr: 0x13CBA4, symSize: 0x4 }
+ - { offsetInCU: 0x3233, offset: 0x145AC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAESQAAWl', symObjAddr: 0x38B0, symBinAddr: 0x13CBA8, symSize: 0x44 }
+ - { offsetInCU: 0x3247, offset: 0x145ADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x38F4, symBinAddr: 0x13CBEC, symSize: 0x4 }
+ - { offsetInCU: 0x325B, offset: 0x145AEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAEs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x38F8, symBinAddr: 0x13CBF0, symSize: 0x44 }
+ - { offsetInCU: 0x326F, offset: 0x145B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSHAASQWb', symObjAddr: 0x393C, symBinAddr: 0x13CC34, symSize: 0x4 }
+ - { offsetInCU: 0x3283, offset: 0x145B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOAGSQAAWl', symObjAddr: 0x3940, symBinAddr: 0x13CC38, symSize: 0x44 }
+ - { offsetInCU: 0x3297, offset: 0x145B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASQWb', symObjAddr: 0x3984, symBinAddr: 0x13CC7C, symSize: 0x4 }
+ - { offsetInCU: 0x32AB, offset: 0x145B3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAESQAAWl', symObjAddr: 0x3988, symBinAddr: 0x13CC80, symSize: 0x44 }
+ - { offsetInCU: 0x32BF, offset: 0x145B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwet', symObjAddr: 0x39FC, symBinAddr: 0x13CCE4, symSize: 0x90 }
+ - { offsetInCU: 0x32D3, offset: 0x145B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwst', symObjAddr: 0x3A8C, symBinAddr: 0x13CD74, symSize: 0xBC }
+ - { offsetInCU: 0x32E7, offset: 0x145B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwup', symObjAddr: 0x3B48, symBinAddr: 0x13CE30, symSize: 0x4 }
+ - { offsetInCU: 0x32FB, offset: 0x145B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOMa', symObjAddr: 0x3B4C, symBinAddr: 0x13CE34, symSize: 0x10 }
+ - { offsetInCU: 0x330F, offset: 0x145BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwet', symObjAddr: 0x3B5C, symBinAddr: 0x13CE44, symSize: 0x90 }
+ - { offsetInCU: 0x3323, offset: 0x145BB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwst', symObjAddr: 0x3BEC, symBinAddr: 0x13CED4, symSize: 0xBC }
+ - { offsetInCU: 0x3337, offset: 0x145BCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwup', symObjAddr: 0x3CA8, symBinAddr: 0x13CF90, symSize: 0x4 }
+ - { offsetInCU: 0x334B, offset: 0x145BDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOMa', symObjAddr: 0x3CAC, symBinAddr: 0x13CF94, symSize: 0x10 }
+ - { offsetInCU: 0x335F, offset: 0x145BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVMa', symObjAddr: 0x3CBC, symBinAddr: 0x13CFA4, symSize: 0x10 }
+ - { offsetInCU: 0x3373, offset: 0x145C07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwet', symObjAddr: 0x3CCC, symBinAddr: 0x13CFB4, symSize: 0x90 }
+ - { offsetInCU: 0x3387, offset: 0x145C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwst', symObjAddr: 0x3D5C, symBinAddr: 0x13D044, symSize: 0xBC }
+ - { offsetInCU: 0x339B, offset: 0x145C2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwug', symObjAddr: 0x3E18, symBinAddr: 0x13D100, symSize: 0x8 }
+ - { offsetInCU: 0x33AF, offset: 0x145C43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwup', symObjAddr: 0x3E20, symBinAddr: 0x13D108, symSize: 0x4 }
+ - { offsetInCU: 0x33C3, offset: 0x145C57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwui', symObjAddr: 0x3E24, symBinAddr: 0x13D10C, symSize: 0x8 }
+ - { offsetInCU: 0x33D7, offset: 0x145C6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOMa', symObjAddr: 0x3E2C, symBinAddr: 0x13D114, symSize: 0x10 }
+ - { offsetInCU: 0x33EB, offset: 0x145C7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwCP', symObjAddr: 0x3E3C, symBinAddr: 0x13D124, symSize: 0x2C }
+ - { offsetInCU: 0x33FF, offset: 0x145C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwxx', symObjAddr: 0x3E68, symBinAddr: 0x13D150, symSize: 0x8 }
+ - { offsetInCU: 0x3413, offset: 0x145CA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwcp', symObjAddr: 0x3E70, symBinAddr: 0x13D158, symSize: 0x2C }
+ - { offsetInCU: 0x3427, offset: 0x145CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwca', symObjAddr: 0x3E9C, symBinAddr: 0x13D184, symSize: 0x40 }
+ - { offsetInCU: 0x343B, offset: 0x145CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwta', symObjAddr: 0x3EE8, symBinAddr: 0x13D1C4, symSize: 0x30 }
+ - { offsetInCU: 0x344F, offset: 0x145CE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwet', symObjAddr: 0x3F18, symBinAddr: 0x13D1F4, symSize: 0x50 }
+ - { offsetInCU: 0x3463, offset: 0x145CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwst', symObjAddr: 0x3F68, symBinAddr: 0x13D244, symSize: 0x54 }
+ - { offsetInCU: 0x3477, offset: 0x145D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwug', symObjAddr: 0x3FBC, symBinAddr: 0x13D298, symSize: 0x18 }
+ - { offsetInCU: 0x348B, offset: 0x145D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwup', symObjAddr: 0x3FD4, symBinAddr: 0x13D2B0, symSize: 0x4 }
+ - { offsetInCU: 0x349F, offset: 0x145D33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwui', symObjAddr: 0x3FD8, symBinAddr: 0x13D2B4, symSize: 0x20 }
+ - { offsetInCU: 0x34B3, offset: 0x145D47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOMa', symObjAddr: 0x3FF8, symBinAddr: 0x13D2D4, symSize: 0x10 }
+ - { offsetInCU: 0x34C7, offset: 0x145D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwCP', symObjAddr: 0x4008, symBinAddr: 0x13D2E4, symSize: 0x48 }
+ - { offsetInCU: 0x34DB, offset: 0x145D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOWOy', symObjAddr: 0x4050, symBinAddr: 0x13D32C, symSize: 0x18 }
+ - { offsetInCU: 0x34EF, offset: 0x145D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwxx', symObjAddr: 0x4068, symBinAddr: 0x13D344, symSize: 0x10 }
+ - { offsetInCU: 0x3503, offset: 0x145D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOWOe', symObjAddr: 0x4078, symBinAddr: 0x13D354, symSize: 0x18 }
+ - { offsetInCU: 0x3517, offset: 0x145DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwcp', symObjAddr: 0x4090, symBinAddr: 0x13D36C, symSize: 0x48 }
+ - { offsetInCU: 0x352B, offset: 0x145DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwca', symObjAddr: 0x40D8, symBinAddr: 0x13D3B4, symSize: 0x54 }
+ - { offsetInCU: 0x353F, offset: 0x145DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwta', symObjAddr: 0x4140, symBinAddr: 0x13D408, symSize: 0x44 }
+ - { offsetInCU: 0x3553, offset: 0x145DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwet', symObjAddr: 0x4184, symBinAddr: 0x13D44C, symSize: 0x48 }
+ - { offsetInCU: 0x3567, offset: 0x145DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwst', symObjAddr: 0x41CC, symBinAddr: 0x13D494, symSize: 0x44 }
+ - { offsetInCU: 0x357B, offset: 0x145E0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwug', symObjAddr: 0x4210, symBinAddr: 0x13D4D8, symSize: 0x8 }
+ - { offsetInCU: 0x358F, offset: 0x145E23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwup', symObjAddr: 0x4218, symBinAddr: 0x13D4E0, symSize: 0x4 }
+ - { offsetInCU: 0x35A3, offset: 0x145E37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwui', symObjAddr: 0x421C, symBinAddr: 0x13D4E4, symSize: 0x8 }
+ - { offsetInCU: 0x35B7, offset: 0x145E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOMa', symObjAddr: 0x4224, symBinAddr: 0x13D4EC, symSize: 0x10 }
+ - { offsetInCU: 0x35CB, offset: 0x145E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwet', symObjAddr: 0x4234, symBinAddr: 0x13D4FC, symSize: 0x90 }
+ - { offsetInCU: 0x35DF, offset: 0x145E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwst', symObjAddr: 0x42C4, symBinAddr: 0x13D58C, symSize: 0xBC }
+ - { offsetInCU: 0x35F3, offset: 0x145E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwup', symObjAddr: 0x4380, symBinAddr: 0x13D648, symSize: 0x4 }
+ - { offsetInCU: 0x3607, offset: 0x145E9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOMa', symObjAddr: 0x4384, symBinAddr: 0x13D64C, symSize: 0x10 }
+ - { offsetInCU: 0x361B, offset: 0x145EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwCP', symObjAddr: 0x4394, symBinAddr: 0x13D65C, symSize: 0x30 }
+ - { offsetInCU: 0x362F, offset: 0x145EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOWOy', symObjAddr: 0x43C4, symBinAddr: 0x13D68C, symSize: 0x2C }
+ - { offsetInCU: 0x3643, offset: 0x145ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwxx', symObjAddr: 0x43F0, symBinAddr: 0x13D6B8, symSize: 0x14 }
+ - { offsetInCU: 0x3657, offset: 0x145EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOWOe', symObjAddr: 0x4404, symBinAddr: 0x13D6CC, symSize: 0x2C }
+ - { offsetInCU: 0x366B, offset: 0x145EFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwcp', symObjAddr: 0x4430, symBinAddr: 0x13D6F8, symSize: 0x5C }
+ - { offsetInCU: 0x367F, offset: 0x145F13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwca', symObjAddr: 0x448C, symBinAddr: 0x13D754, symSize: 0x6C }
+ - { offsetInCU: 0x3693, offset: 0x145F27, size: 0x8, addend: 0x0, symName: ___swift_memcpy25_8, symObjAddr: 0x44F8, symBinAddr: 0x13D7C0, symSize: 0x14 }
+ - { offsetInCU: 0x36A7, offset: 0x145F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwta', symObjAddr: 0x450C, symBinAddr: 0x13D7D4, symSize: 0x4C }
+ - { offsetInCU: 0x36BB, offset: 0x145F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwet', symObjAddr: 0x4558, symBinAddr: 0x13D820, symSize: 0x48 }
+ - { offsetInCU: 0x36CF, offset: 0x145F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwst', symObjAddr: 0x45A0, symBinAddr: 0x13D868, symSize: 0x48 }
+ - { offsetInCU: 0x36E3, offset: 0x145F77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwug', symObjAddr: 0x45E8, symBinAddr: 0x13D8B0, symSize: 0x18 }
+ - { offsetInCU: 0x36F7, offset: 0x145F8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwup', symObjAddr: 0x4600, symBinAddr: 0x13D8C8, symSize: 0x4 }
+ - { offsetInCU: 0x370B, offset: 0x145F9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwui', symObjAddr: 0x4604, symBinAddr: 0x13D8CC, symSize: 0x1C }
+ - { offsetInCU: 0x371F, offset: 0x145FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOMa', symObjAddr: 0x4620, symBinAddr: 0x13D8E8, symSize: 0x10 }
+ - { offsetInCU: 0x3733, offset: 0x145FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwxx', symObjAddr: 0x4630, symBinAddr: 0x13D8F8, symSize: 0x44 }
+ - { offsetInCU: 0x3747, offset: 0x145FDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwcp', symObjAddr: 0x4674, symBinAddr: 0x13D93C, symSize: 0x94 }
+ - { offsetInCU: 0x375B, offset: 0x145FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwca', symObjAddr: 0x4708, symBinAddr: 0x13D9D0, symSize: 0xF0 }
+ - { offsetInCU: 0x376F, offset: 0x146003, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x4960, symBinAddr: 0x13DAC0, symSize: 0x1C }
+ - { offsetInCU: 0x3783, offset: 0x146017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwta', symObjAddr: 0x497C, symBinAddr: 0x13DADC, symSize: 0x74 }
+ - { offsetInCU: 0x3797, offset: 0x14602B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwet', symObjAddr: 0x49F0, symBinAddr: 0x13DB50, symSize: 0x5C }
+ - { offsetInCU: 0x37AB, offset: 0x14603F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwst', symObjAddr: 0x4A4C, symBinAddr: 0x13DBAC, symSize: 0x68 }
+ - { offsetInCU: 0x37BF, offset: 0x146053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwug', symObjAddr: 0x4AB4, symBinAddr: 0x13DC14, symSize: 0x8 }
+ - { offsetInCU: 0x37D3, offset: 0x146067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwup', symObjAddr: 0x4ABC, symBinAddr: 0x13DC1C, symSize: 0x4 }
+ - { offsetInCU: 0x37E7, offset: 0x14607B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwui', symObjAddr: 0x4AC0, symBinAddr: 0x13DC20, symSize: 0x4 }
+ - { offsetInCU: 0x37FB, offset: 0x14608F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOMa', symObjAddr: 0x4AC4, symBinAddr: 0x13DC24, symSize: 0x10 }
+ - { offsetInCU: 0x380F, offset: 0x1460A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwxx', symObjAddr: 0x4AD4, symBinAddr: 0x13DC34, symSize: 0x28 }
+ - { offsetInCU: 0x3823, offset: 0x1460B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwcp', symObjAddr: 0x4AFC, symBinAddr: 0x13DC5C, symSize: 0x3C }
+ - { offsetInCU: 0x3837, offset: 0x1460CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwca', symObjAddr: 0x4B38, symBinAddr: 0x13DC98, symSize: 0x6C }
+ - { offsetInCU: 0x384B, offset: 0x1460DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwta', symObjAddr: 0x4BB0, symBinAddr: 0x13DD04, symSize: 0x44 }
+ - { offsetInCU: 0x385F, offset: 0x1460F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwet', symObjAddr: 0x4BF4, symBinAddr: 0x13DD48, symSize: 0x5C }
+ - { offsetInCU: 0x3873, offset: 0x146107, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwst', symObjAddr: 0x4C50, symBinAddr: 0x13DDA4, symSize: 0x54 }
+ - { offsetInCU: 0x3887, offset: 0x14611B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVMa', symObjAddr: 0x4CA4, symBinAddr: 0x13DDF8, symSize: 0x10 }
+ - { offsetInCU: 0x389B, offset: 0x14612F, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0x4CF0, symBinAddr: 0x13DE08, symSize: 0x3C }
+ - { offsetInCU: 0x38AF, offset: 0x146143, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x4D60, symBinAddr: 0x13DE44, symSize: 0x48 }
+ - { offsetInCU: 0x393F, offset: 0x1461D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x800, symBinAddr: 0x139BE8, symSize: 0x14 }
+ - { offsetInCU: 0x39BB, offset: 0x14624F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x814, symBinAddr: 0x139BFC, symSize: 0x14 }
+ - { offsetInCU: 0x3A37, offset: 0x1462CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL1goiySbx_xtFZTW', symObjAddr: 0x828, symBinAddr: 0x139C10, symSize: 0x14 }
+ - { offsetInCU: 0x3AA4, offset: 0x146338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFPxycfCTW', symObjAddr: 0xDB0, symBinAddr: 0x13A198, symSize: 0x8 }
+ - { offsetInCU: 0x3AED, offset: 0x146381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP5unionyxxnFTW', symObjAddr: 0xDB8, symBinAddr: 0x13A1A0, symSize: 0x14 }
+ - { offsetInCU: 0x3B8A, offset: 0x14641E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP12intersectionyxxFTW', symObjAddr: 0xDCC, symBinAddr: 0x13A1B4, symSize: 0x14 }
+ - { offsetInCU: 0x3C1F, offset: 0x1464B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP19symmetricDifferenceyxxnFTW', symObjAddr: 0xDE0, symBinAddr: 0x13A1C8, symSize: 0x14 }
+ - { offsetInCU: 0x3CCB, offset: 0x14655F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6insertySb8inserted_7ElementQz17memberAfterInserttAKnFTW', symObjAddr: 0xDF4, symBinAddr: 0x13A1DC, symSize: 0x30 }
+ - { offsetInCU: 0x3E46, offset: 0x1466DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6removey7ElementQzSgAJFTW', symObjAddr: 0xE24, symBinAddr: 0x13A20C, symSize: 0x2C }
+ - { offsetInCU: 0x3FD3, offset: 0x146867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6update4with7ElementQzSgAKn_tFTW', symObjAddr: 0xE50, symBinAddr: 0x13A238, symSize: 0x24 }
+ - { offsetInCU: 0x40BF, offset: 0x146953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP9formUnionyyxnFTW', symObjAddr: 0xE74, symBinAddr: 0x13A25C, symSize: 0x14 }
+ - { offsetInCU: 0x4125, offset: 0x1469B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP16formIntersectionyyxFTW', symObjAddr: 0xE88, symBinAddr: 0x13A270, symSize: 0x14 }
+ - { offsetInCU: 0x418B, offset: 0x146A1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0xE9C, symBinAddr: 0x13A284, symSize: 0x14 }
+ - { offsetInCU: 0x4200, offset: 0x146A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP11subtractingyxxFTW', symObjAddr: 0xEB0, symBinAddr: 0x13A298, symSize: 0x14 }
+ - { offsetInCU: 0x42A9, offset: 0x146B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP8isSubset2ofSbx_tFTW', symObjAddr: 0xEC4, symBinAddr: 0x13A2AC, symSize: 0x14 }
+ - { offsetInCU: 0x4320, offset: 0x146BB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP10isDisjoint4withSbx_tFTW', symObjAddr: 0xED8, symBinAddr: 0x13A2C0, symSize: 0x14 }
+ - { offsetInCU: 0x43D8, offset: 0x146C6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP10isSuperset2ofSbx_tFTW', symObjAddr: 0xEEC, symBinAddr: 0x13A2D4, symSize: 0x14 }
+ - { offsetInCU: 0x4472, offset: 0x146D06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP7isEmptySbvgTW', symObjAddr: 0xF00, symBinAddr: 0x13A2E8, symSize: 0x10 }
+ - { offsetInCU: 0x44DA, offset: 0x146D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFPyxqd__ncSTRd__7ElementQyd__AHRtzlufCTW', symObjAddr: 0xF10, symBinAddr: 0x13A2F8, symSize: 0x28 }
+ - { offsetInCU: 0x44F6, offset: 0x146D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP8subtractyyxFTW', symObjAddr: 0xF38, symBinAddr: 0x13A320, symSize: 0x14 }
+ - { offsetInCU: 0x4572, offset: 0x146E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF4C, symBinAddr: 0x13A334, symSize: 0x14 }
+ - { offsetInCU: 0x45BF, offset: 0x146E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs25ExpressibleByArrayLiteralAAsAFP05arrayI0x0hI7ElementQzd_tcfCTW', symObjAddr: 0xF60, symBinAddr: 0x13A348, symSize: 0x3C }
+ - { offsetInCU: 0x45FF, offset: 0x146E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFA8, symBinAddr: 0x13A390, symSize: 0x14 }
+ - { offsetInCU: 0x4654, offset: 0x146EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1004, symBinAddr: 0x13A3EC, symSize: 0x28 }
+ - { offsetInCU: 0x46D9, offset: 0x146F6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x175C, symBinAddr: 0x13AB44, symSize: 0x88 }
+ - { offsetInCU: 0x4788, offset: 0x14701C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH9hashValueSivgTW', symObjAddr: 0x17E4, symBinAddr: 0x13ABCC, symSize: 0x60 }
+ - { offsetInCU: 0x4806, offset: 0x14709A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1844, symBinAddr: 0x13AC2C, symSize: 0x40 }
+ - { offsetInCU: 0x4858, offset: 0x1470EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1884, symBinAddr: 0x13AC6C, symSize: 0x5C }
+ - { offsetInCU: 0x4B, offset: 0x14754F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x13DED8, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x14756D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x13DEE8, symSize: 0xC4 }
+ - { offsetInCU: 0xBD, offset: 0x1475C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateC9stopTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0xD4, symBinAddr: 0x13DFAC, symSize: 0x50 }
+ - { offsetInCU: 0xFC, offset: 0x147600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCACycfc', symObjAddr: 0x1AC, symBinAddr: 0x13E084, symSize: 0x8 }
+ - { offsetInCU: 0x12B, offset: 0x14762F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCfd', symObjAddr: 0x1B4, symBinAddr: 0x13E08C, symSize: 0x8 }
+ - { offsetInCU: 0x15A, offset: 0x14765E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCfD', symObjAddr: 0x1BC, symBinAddr: 0x13E094, symSize: 0x10 }
+ - { offsetInCU: 0x18A, offset: 0x14768E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCMa', symObjAddr: 0x1F0, symBinAddr: 0x13E0A4, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x147899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x13E0C4, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1478B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x13E0D4, symSize: 0x144 }
+ - { offsetInCU: 0xBD, offset: 0x14790B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x154, symBinAddr: 0x13E218, symSize: 0xDC }
+ - { offsetInCU: 0xFB, offset: 0x147949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x230, symBinAddr: 0x13E2F4, symSize: 0x194 }
+ - { offsetInCU: 0x22F, offset: 0x147A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC6accept7context6paramsyAA17DirectCallContext_p_AA12AcceptParamsCtF', symObjAddr: 0x3C4, symBinAddr: 0x13E488, symSize: 0x168 }
+ - { offsetInCU: 0x2A8, offset: 0x147AF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC20didOtherDeviceAccept7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x52C, symBinAddr: 0x13E5F0, symSize: 0x9C }
+ - { offsetInCU: 0x311, offset: 0x147B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCACycfc', symObjAddr: 0x7DC, symBinAddr: 0x13E8A0, symSize: 0x8 }
+ - { offsetInCU: 0x340, offset: 0x147B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCfd', symObjAddr: 0x7E4, symBinAddr: 0x13E8A8, symSize: 0x8 }
+ - { offsetInCU: 0x36F, offset: 0x147BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCfD', symObjAddr: 0x7EC, symBinAddr: 0x13E8B0, symSize: 0x10 }
+ - { offsetInCU: 0x434, offset: 0x147C82, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x820, symBinAddr: 0x13E8C0, symSize: 0x10 }
+ - { offsetInCU: 0x448, offset: 0x147C96, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x830, symBinAddr: 0x13E8D0, symSize: 0x8 }
+ - { offsetInCU: 0x45C, offset: 0x147CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCMa', symObjAddr: 0x838, symBinAddr: 0x13E8D8, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x147F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x13E900, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x147F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x13E900, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x147F75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3sdpSSSgvg', symObjAddr: 0xC, symBinAddr: 0x13E90C, symSize: 0x2C }
+ - { offsetInCU: 0x7B, offset: 0x147F91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x38, symBinAddr: 0x13E938, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0x147FA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC18sessionDescriptionSo010RTCSessionH0CSgvg', symObjAddr: 0x64, symBinAddr: 0x13E964, symSize: 0x8C }
+ - { offsetInCU: 0xE0, offset: 0x147FF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x13E9F0, symSize: 0x48 }
+ - { offsetInCU: 0x105, offset: 0x14801B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x138, symBinAddr: 0x13EA38, symSize: 0x430 }
+ - { offsetInCU: 0x24F, offset: 0x148165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_SSSgAlA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x71C, symBinAddr: 0x13EE88, symSize: 0x118 }
+ - { offsetInCU: 0x30C, offset: 0x148222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_SSSgAlA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x834, symBinAddr: 0x13EFA0, symSize: 0xBC }
+ - { offsetInCU: 0x3FD, offset: 0x148313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x8F0, symBinAddr: 0x13F05C, symSize: 0x2C }
+ - { offsetInCU: 0x45C, offset: 0x148372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x91C, symBinAddr: 0x13F088, symSize: 0x2C }
+ - { offsetInCU: 0x4B9, offset: 0x1483CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfd', symObjAddr: 0x964, symBinAddr: 0x13F0D0, symSize: 0x3C }
+ - { offsetInCU: 0x50A, offset: 0x148420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfD', symObjAddr: 0x9B4, symBinAddr: 0x13F10C, symSize: 0x44 }
+ - { offsetInCU: 0x572, offset: 0x148488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x9F8, symBinAddr: 0x13F150, symSize: 0x10 }
+ - { offsetInCU: 0x5B3, offset: 0x1484C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0xA08, symBinAddr: 0x13F160, symSize: 0x30 }
+ - { offsetInCU: 0x613, offset: 0x148529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCMa', symObjAddr: 0x630, symBinAddr: 0x13EE68, symSize: 0x20 }
+ - { offsetInCU: 0x6E4, offset: 0x1485FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfE', symObjAddr: 0x948, symBinAddr: 0x13F0B4, symSize: 0x1C }
+ - { offsetInCU: 0xBE, offset: 0x148963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO2eeoiySbAE_AEtFZ', symObjAddr: 0x12C, symBinAddr: 0x13F2F8, symSize: 0x10 }
+ - { offsetInCU: 0xE6, offset: 0x14898B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO4hash4intoys6HasherVz_tF', symObjAddr: 0x13C, symBinAddr: 0x13F308, symSize: 0x24 }
+ - { offsetInCU: 0x17C, offset: 0x148A21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO9hashValueSivg', symObjAddr: 0x160, symBinAddr: 0x13F32C, symSize: 0x44 }
+ - { offsetInCU: 0x276, offset: 0x148B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A4, symBinAddr: 0x13F370, symSize: 0x18 }
+ - { offsetInCU: 0x2D4, offset: 0x148B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH9hashValueSivgTW', symObjAddr: 0x1BC, symBinAddr: 0x13F388, symSize: 0x44 }
+ - { offsetInCU: 0x3B7, offset: 0x148C5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x200, symBinAddr: 0x13F3CC, symSize: 0x28 }
+ - { offsetInCU: 0x42A, offset: 0x148CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8category7onBoard7expiredACSd_AC8CategoryOAA07SBTimerK8Delegate_pSgyAA0N0CctcfC', symObjAddr: 0x0, symBinAddr: 0x13F1CC, symSize: 0x12C }
+ - { offsetInCU: 0x4A1, offset: 0x148D46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvg', symObjAddr: 0x268, symBinAddr: 0x13F434, symSize: 0x44 }
+ - { offsetInCU: 0x4D0, offset: 0x148D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvs', symObjAddr: 0x2AC, symBinAddr: 0x13F478, symSize: 0x50 }
+ - { offsetInCU: 0x50B, offset: 0x148DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvM', symObjAddr: 0x2FC, symBinAddr: 0x13F4C8, symSize: 0x44 }
+ - { offsetInCU: 0x53A, offset: 0x148DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvM.resume.0', symObjAddr: 0x340, symBinAddr: 0x13F50C, symSize: 0x4 }
+ - { offsetInCU: 0x565, offset: 0x148E0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8category7onBoard7expiredACSd_AC8CategoryOAA07SBTimerK8Delegate_pSgyAA0N0Cctcfc', symObjAddr: 0x344, symBinAddr: 0x13F510, symSize: 0x120 }
+ - { offsetInCU: 0x62E, offset: 0x148ED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA07SBTimerL8Delegate_pSgSSSbyAA0P0CctcfC', symObjAddr: 0x464, symBinAddr: 0x13F630, symSize: 0x2C }
+ - { offsetInCU: 0x68D, offset: 0x148F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA07SBTimerL8Delegate_pSgSSSbyAA0P0Cctcfc', symObjAddr: 0x490, symBinAddr: 0x13F65C, symSize: 0x2C }
+ - { offsetInCU: 0x6F6, offset: 0x148F9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerCfD', symObjAddr: 0x4BC, symBinAddr: 0x13F688, symSize: 0x30 }
+ - { offsetInCU: 0x756, offset: 0x148FFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerCMa', symObjAddr: 0x4EC, symBinAddr: 0x13F6B8, symSize: 0x20 }
+ - { offsetInCU: 0x76A, offset: 0x14900F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASQWb', symObjAddr: 0x50C, symBinAddr: 0x13F6D8, symSize: 0x4 }
+ - { offsetInCU: 0x77E, offset: 0x149023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOAESQAAWl', symObjAddr: 0x510, symBinAddr: 0x13F6DC, symSize: 0x44 }
+ - { offsetInCU: 0x792, offset: 0x149037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwet', symObjAddr: 0x670, symBinAddr: 0x13F82C, symSize: 0x90 }
+ - { offsetInCU: 0x7A6, offset: 0x14904B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwst', symObjAddr: 0x700, symBinAddr: 0x13F8BC, symSize: 0xBC }
+ - { offsetInCU: 0x7BA, offset: 0x14905F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwug', symObjAddr: 0x7BC, symBinAddr: 0x13F978, symSize: 0x8 }
+ - { offsetInCU: 0x7CE, offset: 0x149073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwup', symObjAddr: 0x7C4, symBinAddr: 0x13F980, symSize: 0x4 }
+ - { offsetInCU: 0x7E2, offset: 0x149087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwui', symObjAddr: 0x7C8, symBinAddr: 0x13F984, symSize: 0xC }
+ - { offsetInCU: 0x7F6, offset: 0x14909B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOMa', symObjAddr: 0x7D4, symBinAddr: 0x13F990, symSize: 0x10 }
+ - { offsetInCU: 0x862, offset: 0x149107, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x228, symBinAddr: 0x13F3F4, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x1493F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfo5tokenAcA0dhI0V_SSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x13F9A0, symSize: 0x4C }
+ - { offsetInCU: 0x67, offset: 0x149412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x4C, symBinAddr: 0x13F9EC, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x14942E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x54, symBinAddr: 0x13F9F4, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x149442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x5C, symBinAddr: 0x13F9FC, symSize: 0x8 }
+ - { offsetInCU: 0xAB, offset: 0x149456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfoAA0dhI0Vvg', symObjAddr: 0x64, symBinAddr: 0x13FA04, symSize: 0x40 }
+ - { offsetInCU: 0xC7, offset: 0x149472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV5tokenSSSgvg', symObjAddr: 0xA4, symBinAddr: 0x13FA44, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x14948E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0xD0, symBinAddr: 0x13FA70, symSize: 0x8 }
+ - { offsetInCU: 0x125, offset: 0x1494D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xD8, symBinAddr: 0x13FA78, symSize: 0x74 }
+ - { offsetInCU: 0x160, offset: 0x14950B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x14C, symBinAddr: 0x13FAEC, symSize: 0x74 }
+ - { offsetInCU: 0x1A3, offset: 0x14954E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1C0, symBinAddr: 0x13FB60, symSize: 0x8 }
+ - { offsetInCU: 0x1CA, offset: 0x149575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1C8, symBinAddr: 0x13FB68, symSize: 0xC }
+ - { offsetInCU: 0x1F1, offset: 0x14959C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1D4, symBinAddr: 0x13FB74, symSize: 0x60 }
+ - { offsetInCU: 0x22A, offset: 0x1495D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x234, symBinAddr: 0x13FBD4, symSize: 0x60 }
+ - { offsetInCU: 0x281, offset: 0x14962C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x418, symBinAddr: 0x13FDB8, symSize: 0x78 }
+ - { offsetInCU: 0x2C2, offset: 0x14966D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x13FE30, symSize: 0x28 }
+ - { offsetInCU: 0x2D6, offset: 0x149681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4B8, symBinAddr: 0x13FE58, symSize: 0x8 }
+ - { offsetInCU: 0x30C, offset: 0x1496B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x13FE60, symSize: 0x7C }
+ - { offsetInCU: 0x364, offset: 0x14970F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x53C, symBinAddr: 0x13FEDC, symSize: 0xC }
+ - { offsetInCU: 0x380, offset: 0x14972B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x548, symBinAddr: 0x13FEE8, symSize: 0xC }
+ - { offsetInCU: 0x39D, offset: 0x149748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5A4, symBinAddr: 0x13FF44, symSize: 0x178 }
+ - { offsetInCU: 0x3F9, offset: 0x1497A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x71C, symBinAddr: 0x1400BC, symSize: 0x8 }
+ - { offsetInCU: 0x424, offset: 0x1497CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x724, symBinAddr: 0x1400C4, symSize: 0x8 }
+ - { offsetInCU: 0x465, offset: 0x149810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x72C, symBinAddr: 0x1400CC, symSize: 0x8 }
+ - { offsetInCU: 0x497, offset: 0x149842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x734, symBinAddr: 0x1400D4, symSize: 0x8 }
+ - { offsetInCU: 0x4B3, offset: 0x14985E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x73C, symBinAddr: 0x1400DC, symSize: 0x48 }
+ - { offsetInCU: 0x4D6, offset: 0x149881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfo5tokenAcA0dhI0V_SSSgtcfCTf4nnd_n', symObjAddr: 0x11FC, symBinAddr: 0x140B9C, symSize: 0x1B0 }
+ - { offsetInCU: 0x5FB, offset: 0x1499A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV04pushE2IdSSvg', symObjAddr: 0x784, symBinAddr: 0x140124, symSize: 0x2C }
+ - { offsetInCU: 0x617, offset: 0x1499C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10sessionKeySSvg', symObjAddr: 0x7B0, symBinAddr: 0x140150, symSize: 0x2C }
+ - { offsetInCU: 0x633, offset: 0x1499DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV7vierKeySSvg', symObjAddr: 0x7DC, symBinAddr: 0x14017C, symSize: 0x2C }
+ - { offsetInCU: 0x667, offset: 0x149A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8intValueAGSgSi_tcfC', symObjAddr: 0x820, symBinAddr: 0x1401C0, symSize: 0x8 }
+ - { offsetInCU: 0x68E, offset: 0x149A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8intValueSiSgvg', symObjAddr: 0x828, symBinAddr: 0x1401C8, symSize: 0xC }
+ - { offsetInCU: 0x6B5, offset: 0x149A60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8rawValueSSvg', symObjAddr: 0x834, symBinAddr: 0x1401D4, symSize: 0x30 }
+ - { offsetInCU: 0x6DC, offset: 0x149A87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O11stringValueSSvg', symObjAddr: 0x864, symBinAddr: 0x140204, symSize: 0x30 }
+ - { offsetInCU: 0x703, offset: 0x149AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x8DC, symBinAddr: 0x14027C, symSize: 0x8 }
+ - { offsetInCU: 0x71F, offset: 0x149ACA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x8F0, symBinAddr: 0x140290, symSize: 0xC }
+ - { offsetInCU: 0x73B, offset: 0x149AE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x8FC, symBinAddr: 0x14029C, symSize: 0xC }
+ - { offsetInCU: 0x758, offset: 0x149B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xA68, symBinAddr: 0x140408, symSize: 0x8 }
+ - { offsetInCU: 0x77F, offset: 0x149B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8intValueSiSgvg', symObjAddr: 0xA70, symBinAddr: 0x140410, symSize: 0xC }
+ - { offsetInCU: 0x7A6, offset: 0x149B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8rawValueSSvg', symObjAddr: 0xA7C, symBinAddr: 0x14041C, symSize: 0x44 }
+ - { offsetInCU: 0x7CD, offset: 0x149B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO11stringValueSSvg', symObjAddr: 0xAC0, symBinAddr: 0x140460, symSize: 0x44 }
+ - { offsetInCU: 0x7F4, offset: 0x149B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD9C, symBinAddr: 0x14073C, symSize: 0x8 }
+ - { offsetInCU: 0x810, offset: 0x149BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xE4C, symBinAddr: 0x1407EC, symSize: 0xC }
+ - { offsetInCU: 0x82D, offset: 0x149BD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xEA8, symBinAddr: 0x140848, symSize: 0x40 }
+ - { offsetInCU: 0x857, offset: 0x149C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xEE8, symBinAddr: 0x140888, symSize: 0x40 }
+ - { offsetInCU: 0x88F, offset: 0x149C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF28, symBinAddr: 0x1408C8, symSize: 0x2D4 }
+ - { offsetInCU: 0x945, offset: 0x149CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x1410, symBinAddr: 0x140D4C, symSize: 0x44 }
+ - { offsetInCU: 0x959, offset: 0x149D04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1548, symBinAddr: 0x140D90, symSize: 0x4 }
+ - { offsetInCU: 0x96D, offset: 0x149D18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x154C, symBinAddr: 0x140D94, symSize: 0x44 }
+ - { offsetInCU: 0x981, offset: 0x149D2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1590, symBinAddr: 0x140DD8, symSize: 0x4 }
+ - { offsetInCU: 0x995, offset: 0x149D40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1594, symBinAddr: 0x140DDC, symSize: 0x44 }
+ - { offsetInCU: 0x9A9, offset: 0x149D54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x15D8, symBinAddr: 0x140E20, symSize: 0x4 }
+ - { offsetInCU: 0x9BD, offset: 0x149D68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x15DC, symBinAddr: 0x140E24, symSize: 0x44 }
+ - { offsetInCU: 0x9D1, offset: 0x149D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA14APIRequestableAAWI', symObjAddr: 0x1620, symBinAddr: 0x140E68, symSize: 0x24 }
+ - { offsetInCU: 0x9E5, offset: 0x149D90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x1688, symBinAddr: 0x140E8C, symSize: 0x24 }
+ - { offsetInCU: 0x9F9, offset: 0x149DA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA11RequestableAAWI', symObjAddr: 0x16F0, symBinAddr: 0x140EB0, symSize: 0x2C }
+ - { offsetInCU: 0xA0D, offset: 0x149DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA0F0AAWl', symObjAddr: 0x171C, symBinAddr: 0x140EDC, symSize: 0x44 }
+ - { offsetInCU: 0xA21, offset: 0x149DCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1760, symBinAddr: 0x140F20, symSize: 0x44 }
+ - { offsetInCU: 0xA35, offset: 0x149DE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x17A4, symBinAddr: 0x140F64, symSize: 0x4 }
+ - { offsetInCU: 0xA49, offset: 0x149DF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0AAWI', symObjAddr: 0x17EC, symBinAddr: 0x140F68, symSize: 0x24 }
+ - { offsetInCU: 0xA5D, offset: 0x149E08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVACSEAAWl', symObjAddr: 0x1810, symBinAddr: 0x140F8C, symSize: 0x44 }
+ - { offsetInCU: 0xA71, offset: 0x149E1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1854, symBinAddr: 0x140FD0, symSize: 0x24 }
+ - { offsetInCU: 0xA85, offset: 0x149E30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OSHAASQWb', symObjAddr: 0x1878, symBinAddr: 0x140FF4, symSize: 0x4 }
+ - { offsetInCU: 0xA99, offset: 0x149E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGSQAAWl', symObjAddr: 0x187C, symBinAddr: 0x140FF8, symSize: 0x44 }
+ - { offsetInCU: 0xAAD, offset: 0x149E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x18C0, symBinAddr: 0x14103C, symSize: 0x4 }
+ - { offsetInCU: 0xAC1, offset: 0x149E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18C4, symBinAddr: 0x141040, symSize: 0x44 }
+ - { offsetInCU: 0xAD5, offset: 0x149E80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1908, symBinAddr: 0x141084, symSize: 0x4 }
+ - { offsetInCU: 0xAE9, offset: 0x149E94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs23CustomStringConvertibleAAWl', symObjAddr: 0x190C, symBinAddr: 0x141088, symSize: 0x44 }
+ - { offsetInCU: 0xAFD, offset: 0x149EA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOSHAASQWb', symObjAddr: 0x1950, symBinAddr: 0x1410CC, symSize: 0x4 }
+ - { offsetInCU: 0xB11, offset: 0x149EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAESQAAWl', symObjAddr: 0x1954, symBinAddr: 0x1410D0, symSize: 0x44 }
+ - { offsetInCU: 0xB25, offset: 0x149ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1998, symBinAddr: 0x141114, symSize: 0x4 }
+ - { offsetInCU: 0xB39, offset: 0x149EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x199C, symBinAddr: 0x141118, symSize: 0x44 }
+ - { offsetInCU: 0xB4D, offset: 0x149EF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x19E0, symBinAddr: 0x14115C, symSize: 0x4 }
+ - { offsetInCU: 0xB61, offset: 0x149F0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x19E4, symBinAddr: 0x141160, symSize: 0x44 }
+ - { offsetInCU: 0xB75, offset: 0x149F20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwCP', symObjAddr: 0x1A28, symBinAddr: 0x1411A4, symSize: 0x30 }
+ - { offsetInCU: 0xB89, offset: 0x149F34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwxx', symObjAddr: 0x1A58, symBinAddr: 0x1411D4, symSize: 0x48 }
+ - { offsetInCU: 0xB9D, offset: 0x149F48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwcp', symObjAddr: 0x1AA0, symBinAddr: 0x14121C, symSize: 0x94 }
+ - { offsetInCU: 0xBB1, offset: 0x149F5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwca', symObjAddr: 0x1B34, symBinAddr: 0x1412B0, symSize: 0xEC }
+ - { offsetInCU: 0xBC5, offset: 0x149F70, size: 0x8, addend: 0x0, symName: ___swift_memcpy89_8, symObjAddr: 0x1C20, symBinAddr: 0x14139C, symSize: 0x24 }
+ - { offsetInCU: 0xBD9, offset: 0x149F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwta', symObjAddr: 0x1C44, symBinAddr: 0x1413C0, symSize: 0x94 }
+ - { offsetInCU: 0xBED, offset: 0x149F98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwet', symObjAddr: 0x1CD8, symBinAddr: 0x141454, symSize: 0x48 }
+ - { offsetInCU: 0xC01, offset: 0x149FAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwst', symObjAddr: 0x1D20, symBinAddr: 0x14149C, symSize: 0x58 }
+ - { offsetInCU: 0xC15, offset: 0x149FC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVMa', symObjAddr: 0x1D78, symBinAddr: 0x1414F4, symSize: 0x10 }
+ - { offsetInCU: 0xC29, offset: 0x149FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwet', symObjAddr: 0x1D98, symBinAddr: 0x141504, symSize: 0x90 }
+ - { offsetInCU: 0xC3D, offset: 0x149FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwst', symObjAddr: 0x1E28, symBinAddr: 0x141594, symSize: 0xBC }
+ - { offsetInCU: 0xC51, offset: 0x149FFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwug', symObjAddr: 0x1EE4, symBinAddr: 0x141650, symSize: 0x8 }
+ - { offsetInCU: 0xC65, offset: 0x14A010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwup', symObjAddr: 0x1EEC, symBinAddr: 0x141658, symSize: 0x4 }
+ - { offsetInCU: 0xC79, offset: 0x14A024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwui', symObjAddr: 0x1EF0, symBinAddr: 0x14165C, symSize: 0x8 }
+ - { offsetInCU: 0xC8D, offset: 0x14A038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOMa', symObjAddr: 0x1EF8, symBinAddr: 0x141664, symSize: 0x10 }
+ - { offsetInCU: 0xCA1, offset: 0x14A04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwxx', symObjAddr: 0x1F08, symBinAddr: 0x141674, symSize: 0x30 }
+ - { offsetInCU: 0xCB5, offset: 0x14A060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwcp', symObjAddr: 0x1F38, symBinAddr: 0x1416A4, symSize: 0x54 }
+ - { offsetInCU: 0xCC9, offset: 0x14A074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwca', symObjAddr: 0x1F8C, symBinAddr: 0x1416F8, symSize: 0x8C }
+ - { offsetInCU: 0xCDD, offset: 0x14A088, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x2018, symBinAddr: 0x141784, symSize: 0x14 }
+ - { offsetInCU: 0xCF1, offset: 0x14A09C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwta', symObjAddr: 0x202C, symBinAddr: 0x141798, symSize: 0x54 }
+ - { offsetInCU: 0xD05, offset: 0x14A0B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwet', symObjAddr: 0x2080, symBinAddr: 0x1417EC, symSize: 0x48 }
+ - { offsetInCU: 0xD19, offset: 0x14A0C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwst', symObjAddr: 0x20C8, symBinAddr: 0x141834, symSize: 0x4C }
+ - { offsetInCU: 0xD2D, offset: 0x14A0D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVMa', symObjAddr: 0x2114, symBinAddr: 0x141880, symSize: 0x10 }
+ - { offsetInCU: 0xD41, offset: 0x14A0EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOwup', symObjAddr: 0x212C, symBinAddr: 0x141898, symSize: 0x4 }
+ - { offsetInCU: 0xD55, offset: 0x14A100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOMa', symObjAddr: 0x2130, symBinAddr: 0x14189C, symSize: 0x10 }
+ - { offsetInCU: 0xD69, offset: 0x14A114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owug', symObjAddr: 0x2294, symBinAddr: 0x141A00, symSize: 0x8 }
+ - { offsetInCU: 0xD7D, offset: 0x14A128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owup', symObjAddr: 0x229C, symBinAddr: 0x141A08, symSize: 0x4 }
+ - { offsetInCU: 0xD91, offset: 0x14A13C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owui', symObjAddr: 0x22A0, symBinAddr: 0x141A0C, symSize: 0xC }
+ - { offsetInCU: 0xDA5, offset: 0x14A150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OMa', symObjAddr: 0x22AC, symBinAddr: 0x141A18, symSize: 0x10 }
+ - { offsetInCU: 0xDB9, offset: 0x14A164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x22BC, symBinAddr: 0x141A28, symSize: 0x44 }
+ - { offsetInCU: 0xDCD, offset: 0x14A178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs0G3KeyAAWl', symObjAddr: 0x2300, symBinAddr: 0x141A6C, symSize: 0x44 }
+ - { offsetInCU: 0xDE1, offset: 0x14A18C, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x238C, symBinAddr: 0x141AB0, symSize: 0x28 }
+ - { offsetInCU: 0xE30, offset: 0x14A1DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x294, symBinAddr: 0x13FC34, symSize: 0x88 }
+ - { offsetInCU: 0xEDF, offset: 0x14A28A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x31C, symBinAddr: 0x13FCBC, symSize: 0x60 }
+ - { offsetInCU: 0xF5D, offset: 0x14A308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x37C, symBinAddr: 0x13FD1C, symSize: 0x40 }
+ - { offsetInCU: 0xFAF, offset: 0x14A35A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3BC, symBinAddr: 0x13FD5C, symSize: 0x5C }
+ - { offsetInCU: 0x100B, offset: 0x14A3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x554, symBinAddr: 0x13FEF4, symSize: 0x28 }
+ - { offsetInCU: 0x1027, offset: 0x14A3D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x13FF1C, symSize: 0x28 }
+ - { offsetInCU: 0x1049, offset: 0x14A3F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x908, symBinAddr: 0x1402A8, symSize: 0x28 }
+ - { offsetInCU: 0x1065, offset: 0x14A410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x930, symBinAddr: 0x1402D0, symSize: 0x28 }
+ - { offsetInCU: 0x1081, offset: 0x14A42C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xE58, symBinAddr: 0x1407F8, symSize: 0x28 }
+ - { offsetInCU: 0x109D, offset: 0x14A448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE80, symBinAddr: 0x140820, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x14A740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabledSbSgvg', symObjAddr: 0x0, symBinAddr: 0x141AF8, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x14A75C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isVideoEnabledSbSgvg', symObjAddr: 0x8, symBinAddr: 0x141B00, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x14A778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11customItemsAC06CustomH0CSgvg', symObjAddr: 0x10, symBinAddr: 0x141B08, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x14A794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13recordingInfoAC09RecordingH0CSgvg', symObjAddr: 0x18, symBinAddr: 0x141B10, symSize: 0x8 }
+ - { offsetInCU: 0xE1, offset: 0x14A7D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x20, symBinAddr: 0x141B18, symSize: 0x74 }
+ - { offsetInCU: 0x11C, offset: 0x14A811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xD4, symBinAddr: 0x141B8C, symSize: 0x74 }
+ - { offsetInCU: 0x15F, offset: 0x14A854, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x148, symBinAddr: 0x141C00, symSize: 0x8 }
+ - { offsetInCU: 0x186, offset: 0x14A87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x150, symBinAddr: 0x141C08, symSize: 0xC }
+ - { offsetInCU: 0x1AD, offset: 0x14A8A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8rawValueSSvg', symObjAddr: 0x15C, symBinAddr: 0x141C14, symSize: 0x88 }
+ - { offsetInCU: 0x1E6, offset: 0x14A8DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1E4, symBinAddr: 0x141C9C, symSize: 0x88 }
+ - { offsetInCU: 0x23F, offset: 0x14A934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x141EA8, symSize: 0x78 }
+ - { offsetInCU: 0x280, offset: 0x14A975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x468, symBinAddr: 0x141F20, symSize: 0x28 }
+ - { offsetInCU: 0x294, offset: 0x14A989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x490, symBinAddr: 0x141F48, symSize: 0x8 }
+ - { offsetInCU: 0x2CA, offset: 0x14A9BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x498, symBinAddr: 0x141F50, symSize: 0x7C }
+ - { offsetInCU: 0x322, offset: 0x14AA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x514, symBinAddr: 0x141FCC, symSize: 0xC }
+ - { offsetInCU: 0x33E, offset: 0x14AA33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x141FD8, symSize: 0xC }
+ - { offsetInCU: 0x35B, offset: 0x14AA50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x57C, symBinAddr: 0x142034, symSize: 0x4C }
+ - { offsetInCU: 0x380, offset: 0x14AA75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x5C8, symBinAddr: 0x142080, symSize: 0x2A0 }
+ - { offsetInCU: 0x452, offset: 0x14AB47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabled0g5VideoI011customItems10affectedAt13recordingInfoACSb_SbSDyS2SGs5Int64VAC09RecordingP0CtcfC', symObjAddr: 0x98C, symBinAddr: 0x142400, symSize: 0x74 }
+ - { offsetInCU: 0x4F3, offset: 0x14ABE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabled0g5VideoI011customItems10affectedAt13recordingInfoACSb_SbSDyS2SGs5Int64VAC09RecordingP0Ctcfc', symObjAddr: 0xA00, symBinAddr: 0x142474, symSize: 0x50 }
+ - { offsetInCU: 0x5A8, offset: 0x14AC9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCACycfC', symObjAddr: 0xA8C, symBinAddr: 0x142500, symSize: 0x2C }
+ - { offsetInCU: 0x607, offset: 0x14ACFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCACycfc', symObjAddr: 0xAB8, symBinAddr: 0x14252C, symSize: 0x2C }
+ - { offsetInCU: 0x64C, offset: 0x14AD41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfd', symObjAddr: 0xB00, symBinAddr: 0x142574, symSize: 0x24 }
+ - { offsetInCU: 0x687, offset: 0x14AD7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfD', symObjAddr: 0xB24, symBinAddr: 0x142598, symSize: 0x2C }
+ - { offsetInCU: 0x6EC, offset: 0x14ADE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x88C, symBinAddr: 0x142320, symSize: 0x44 }
+ - { offsetInCU: 0x700, offset: 0x14ADF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCMa', symObjAddr: 0x8F0, symBinAddr: 0x142364, symSize: 0x20 }
+ - { offsetInCU: 0x714, offset: 0x14AE09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCMa', symObjAddr: 0x910, symBinAddr: 0x142384, symSize: 0x20 }
+ - { offsetInCU: 0x728, offset: 0x14AE1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCMa', symObjAddr: 0x930, symBinAddr: 0x1423A4, symSize: 0x20 }
+ - { offsetInCU: 0x748, offset: 0x14AE3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingIdSSvg', symObjAddr: 0x102C, symBinAddr: 0x1429E8, symSize: 0x2C }
+ - { offsetInCU: 0x764, offset: 0x14AE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC13recordingTypeAA0G7OptionsC0gJ0Ovg', symObjAddr: 0x1058, symBinAddr: 0x142A14, symSize: 0x8 }
+ - { offsetInCU: 0x78C, offset: 0x14AE81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0x1170, symBinAddr: 0x142B2C, symSize: 0x8 }
+ - { offsetInCU: 0x7B3, offset: 0x14AEA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1178, symBinAddr: 0x142B34, symSize: 0xC }
+ - { offsetInCU: 0x7DA, offset: 0x14AECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1184, symBinAddr: 0x142B40, symSize: 0x24 }
+ - { offsetInCU: 0x801, offset: 0x14AEF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO11stringValueSSvg', symObjAddr: 0x11A8, symBinAddr: 0x142B64, symSize: 0x24 }
+ - { offsetInCU: 0x828, offset: 0x14AF1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x1464, symBinAddr: 0x142E20, symSize: 0x8 }
+ - { offsetInCU: 0x844, offset: 0x14AF39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x1514, symBinAddr: 0x142ED0, symSize: 0xC }
+ - { offsetInCU: 0x861, offset: 0x14AF56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x1570, symBinAddr: 0x142F2C, symSize: 0x4C }
+ - { offsetInCU: 0x886, offset: 0x14AF7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC4fromAEs7Decoder_p_tKcfc', symObjAddr: 0x15BC, symBinAddr: 0x142F78, symSize: 0x17C }
+ - { offsetInCU: 0x918, offset: 0x14B00D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingId0I4TypeAESS_AA0G7OptionsC0gK0OtcfC', symObjAddr: 0x17C0, symBinAddr: 0x14317C, symSize: 0x44 }
+ - { offsetInCU: 0x967, offset: 0x14B05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingId0I4TypeAESS_AA0G7OptionsC0gK0Otcfc', symObjAddr: 0x1804, symBinAddr: 0x1431C0, symSize: 0x10 }
+ - { offsetInCU: 0x996, offset: 0x14B08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCfd', symObjAddr: 0x1814, symBinAddr: 0x1431D0, symSize: 0x1C }
+ - { offsetInCU: 0x9D1, offset: 0x14B0C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCfD', symObjAddr: 0x1830, symBinAddr: 0x1431EC, symSize: 0x24 }
+ - { offsetInCU: 0xA70, offset: 0x14B165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC06customH010affectedAtAESDyS2SG_s5Int64VtcfC', symObjAddr: 0xA50, symBinAddr: 0x1424C4, symSize: 0x3C }
+ - { offsetInCU: 0xAB3, offset: 0x14B1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC5valueSDyS2SGvg', symObjAddr: 0xB50, symBinAddr: 0x1425C4, symSize: 0x8 }
+ - { offsetInCU: 0xACF, offset: 0x14B1C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10affectedAts5Int64Vvg', symObjAddr: 0xB58, symBinAddr: 0x1425CC, symSize: 0x8 }
+ - { offsetInCU: 0xAF7, offset: 0x14B1EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0xB78, symBinAddr: 0x1425EC, symSize: 0x8 }
+ - { offsetInCU: 0xB1E, offset: 0x14B213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xB80, symBinAddr: 0x1425F4, symSize: 0xC }
+ - { offsetInCU: 0xB45, offset: 0x14B23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8rawValueSSvg', symObjAddr: 0xB8C, symBinAddr: 0x142600, symSize: 0x48 }
+ - { offsetInCU: 0xB6C, offset: 0x14B261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO11stringValueSSvg', symObjAddr: 0xBD4, symBinAddr: 0x142648, symSize: 0x48 }
+ - { offsetInCU: 0xB93, offset: 0x14B288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0xC64, symBinAddr: 0x1426D8, symSize: 0x8 }
+ - { offsetInCU: 0xBAF, offset: 0x14B2A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0xC78, symBinAddr: 0x1426EC, symSize: 0xC }
+ - { offsetInCU: 0xBCB, offset: 0x14B2C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xC84, symBinAddr: 0x1426F8, symSize: 0xC }
+ - { offsetInCU: 0xBE8, offset: 0x14B2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC4fromAEs7Decoder_p_tKcfC', symObjAddr: 0xCE0, symBinAddr: 0x142754, symSize: 0x4C }
+ - { offsetInCU: 0xC0D, offset: 0x14B302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC4fromAEs7Decoder_p_tKcfc', symObjAddr: 0xD2C, symBinAddr: 0x1427A0, symSize: 0x18C }
+ - { offsetInCU: 0xC69, offset: 0x14B35E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC06customH010affectedAtAESDyS2SG_s5Int64Vtcfc', symObjAddr: 0xEB8, symBinAddr: 0x14292C, symSize: 0xC }
+ - { offsetInCU: 0xC98, offset: 0x14B38D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCfd', symObjAddr: 0xFC0, symBinAddr: 0x14297C, symSize: 0x1C }
+ - { offsetInCU: 0xCD3, offset: 0x14B3C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCfD', symObjAddr: 0xFDC, symBinAddr: 0x142998, symSize: 0x24 }
+ - { offsetInCU: 0xD1E, offset: 0x14B413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1000, symBinAddr: 0x1429BC, symSize: 0x2C }
+ - { offsetInCU: 0xD58, offset: 0x14B44D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfE', symObjAddr: 0xAE4, symBinAddr: 0x142558, symSize: 0x1C }
+ - { offsetInCU: 0xD85, offset: 0x14B47A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0I3KeyAAWl', symObjAddr: 0xEC4, symBinAddr: 0x142938, symSize: 0x44 }
+ - { offsetInCU: 0xD99, offset: 0x14B48E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs0I3KeyAAWl', symObjAddr: 0x1738, symBinAddr: 0x1430F4, symSize: 0x44 }
+ - { offsetInCU: 0xDAD, offset: 0x14B4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESeAAWl', symObjAddr: 0x177C, symBinAddr: 0x143138, symSize: 0x44 }
+ - { offsetInCU: 0xDC1, offset: 0x14B4B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASQWb', symObjAddr: 0x1854, symBinAddr: 0x143210, symSize: 0x4 }
+ - { offsetInCU: 0xDD5, offset: 0x14B4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAESQAAWl', symObjAddr: 0x1858, symBinAddr: 0x143214, symSize: 0x44 }
+ - { offsetInCU: 0xDE9, offset: 0x14B4DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x189C, symBinAddr: 0x143258, symSize: 0x4 }
+ - { offsetInCU: 0xDFD, offset: 0x14B4F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18A0, symBinAddr: 0x14325C, symSize: 0x44 }
+ - { offsetInCU: 0xE11, offset: 0x14B506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x18E4, symBinAddr: 0x1432A0, symSize: 0x4 }
+ - { offsetInCU: 0xE25, offset: 0x14B51A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x18E8, symBinAddr: 0x1432A4, symSize: 0x44 }
+ - { offsetInCU: 0xE39, offset: 0x14B52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOSHAASQWb', symObjAddr: 0x192C, symBinAddr: 0x1432E8, symSize: 0x4 }
+ - { offsetInCU: 0xE4D, offset: 0x14B542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGSQAAWl', symObjAddr: 0x1930, symBinAddr: 0x1432EC, symSize: 0x44 }
+ - { offsetInCU: 0xE61, offset: 0x14B556, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAs0G22DebugStringConvertiblePWb', symObjAddr: 0x1974, symBinAddr: 0x143330, symSize: 0x4 }
+ - { offsetInCU: 0xE75, offset: 0x14B56A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0G22DebugStringConvertibleAAWl', symObjAddr: 0x1978, symBinAddr: 0x143334, symSize: 0x44 }
+ - { offsetInCU: 0xE89, offset: 0x14B57E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAs0G17StringConvertiblePWb', symObjAddr: 0x19BC, symBinAddr: 0x143378, symSize: 0x4 }
+ - { offsetInCU: 0xE9D, offset: 0x14B592, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0G17StringConvertibleAAWl', symObjAddr: 0x19C0, symBinAddr: 0x14337C, symSize: 0x44 }
+ - { offsetInCU: 0xEB1, offset: 0x14B5A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOSHAASQWb', symObjAddr: 0x1A04, symBinAddr: 0x1433C0, symSize: 0x4 }
+ - { offsetInCU: 0xEC5, offset: 0x14B5BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGSQAAWl', symObjAddr: 0x1A08, symBinAddr: 0x1433C4, symSize: 0x44 }
+ - { offsetInCU: 0xED9, offset: 0x14B5CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1A4C, symBinAddr: 0x143408, symSize: 0x4 }
+ - { offsetInCU: 0xEED, offset: 0x14B5E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1A50, symBinAddr: 0x14340C, symSize: 0x44 }
+ - { offsetInCU: 0xF01, offset: 0x14B5F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1A94, symBinAddr: 0x143450, symSize: 0x4 }
+ - { offsetInCU: 0xF15, offset: 0x14B60A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1A98, symBinAddr: 0x143454, symSize: 0x44 }
+ - { offsetInCU: 0xF29, offset: 0x14B61E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwet', symObjAddr: 0x1B00, symBinAddr: 0x1434AC, symSize: 0x90 }
+ - { offsetInCU: 0xF3D, offset: 0x14B632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwst', symObjAddr: 0x1B90, symBinAddr: 0x14353C, symSize: 0xBC }
+ - { offsetInCU: 0xF51, offset: 0x14B646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwug', symObjAddr: 0x1C4C, symBinAddr: 0x1435F8, symSize: 0x8 }
+ - { offsetInCU: 0xF65, offset: 0x14B65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwup', symObjAddr: 0x1C54, symBinAddr: 0x143600, symSize: 0x4 }
+ - { offsetInCU: 0xF79, offset: 0x14B66E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwui', symObjAddr: 0x1C58, symBinAddr: 0x143604, symSize: 0x8 }
+ - { offsetInCU: 0xF8D, offset: 0x14B682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOMa', symObjAddr: 0x1C60, symBinAddr: 0x14360C, symSize: 0x10 }
+ - { offsetInCU: 0xFA1, offset: 0x14B696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwug', symObjAddr: 0x1CA4, symBinAddr: 0x143650, symSize: 0x8 }
+ - { offsetInCU: 0xFB5, offset: 0x14B6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwup', symObjAddr: 0x1CAC, symBinAddr: 0x143658, symSize: 0x4 }
+ - { offsetInCU: 0xFC9, offset: 0x14B6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwui', symObjAddr: 0x1CB0, symBinAddr: 0x14365C, symSize: 0xC }
+ - { offsetInCU: 0xFDD, offset: 0x14B6D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOMa', symObjAddr: 0x1CBC, symBinAddr: 0x143668, symSize: 0x10 }
+ - { offsetInCU: 0xFF1, offset: 0x14B6E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOwup', symObjAddr: 0x1E34, symBinAddr: 0x1437E0, symSize: 0x4 }
+ - { offsetInCU: 0x1005, offset: 0x14B6FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOMa', symObjAddr: 0x1E38, symBinAddr: 0x1437E4, symSize: 0x10 }
+ - { offsetInCU: 0x104E, offset: 0x14B743, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x26C, symBinAddr: 0x141D24, symSize: 0x88 }
+ - { offsetInCU: 0x10FD, offset: 0x14B7F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2F4, symBinAddr: 0x141DAC, symSize: 0x60 }
+ - { offsetInCU: 0x117B, offset: 0x14B870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x354, symBinAddr: 0x141E0C, symSize: 0x40 }
+ - { offsetInCU: 0x11CD, offset: 0x14B8C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x394, symBinAddr: 0x141E4C, symSize: 0x5C }
+ - { offsetInCU: 0x1229, offset: 0x14B91E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x52C, symBinAddr: 0x141FE4, symSize: 0x28 }
+ - { offsetInCU: 0x1245, offset: 0x14B93A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x554, symBinAddr: 0x14200C, symSize: 0x28 }
+ - { offsetInCU: 0x1281, offset: 0x14B976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0G22DebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xC90, symBinAddr: 0x142704, symSize: 0x28 }
+ - { offsetInCU: 0x129D, offset: 0x14B992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0G17StringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xCB8, symBinAddr: 0x14272C, symSize: 0x28 }
+ - { offsetInCU: 0x12B9, offset: 0x14B9AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x1520, symBinAddr: 0x142EDC, symSize: 0x28 }
+ - { offsetInCU: 0x12D5, offset: 0x14B9CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x1548, symBinAddr: 0x142F04, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x14BC6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x143838, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x14BC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x143838, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x14BCAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9createdAts5Int64Vvg', symObjAddr: 0x2C, symBinAddr: 0x143864, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x14BCCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9updatedAts5Int64Vvg', symObjAddr: 0x34, symBinAddr: 0x14386C, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x14BCE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV5stateAA0D0C5StateOvg', symObjAddr: 0x3C, symBinAddr: 0x143874, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x14BD02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9createdBySSvg', symObjAddr: 0x44, symBinAddr: 0x14387C, symSize: 0x2C }
+ - { offsetInCU: 0xD7, offset: 0x14BD1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV12participantsSayAA11ParticipantCGvg', symObjAddr: 0x70, symBinAddr: 0x1438A8, symSize: 0x8 }
+ - { offsetInCU: 0xF3, offset: 0x14BD3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4typeAA0D4TypeOvg', symObjAddr: 0x78, symBinAddr: 0x1438B0, symSize: 0x8 }
+ - { offsetInCU: 0x10F, offset: 0x14BD56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV11customItemsSDyS2SGvg', symObjAddr: 0x80, symBinAddr: 0x1438B8, symSize: 0x8 }
+ - { offsetInCU: 0x12B, offset: 0x14BD72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9deletedBySSvg', symObjAddr: 0x88, symBinAddr: 0x1438C0, symSize: 0x2C }
+ - { offsetInCU: 0x153, offset: 0x14BD9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xB4, symBinAddr: 0x1438EC, symSize: 0x4 }
+ - { offsetInCU: 0x176, offset: 0x14BDBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xB8, symBinAddr: 0x1438F0, symSize: 0x4 }
+ - { offsetInCU: 0x198, offset: 0x14BDDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xB8, symBinAddr: 0x1438F0, symSize: 0x4 }
+ - { offsetInCU: 0x1A9, offset: 0x14BDF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xBC, symBinAddr: 0x1438F4, symSize: 0x8 }
+ - { offsetInCU: 0x1D0, offset: 0x14BE17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8intValueSiSgvg', symObjAddr: 0xC4, symBinAddr: 0x1438FC, symSize: 0xC }
+ - { offsetInCU: 0x1F7, offset: 0x14BE3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueSSvg', symObjAddr: 0xD0, symBinAddr: 0x143908, symSize: 0x110 }
+ - { offsetInCU: 0x230, offset: 0x14BE77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1E0, symBinAddr: 0x143A18, symSize: 0x110 }
+ - { offsetInCU: 0x289, offset: 0x14BED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x474, symBinAddr: 0x143CAC, symSize: 0x2C }
+ - { offsetInCU: 0x2BA, offset: 0x14BF01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x4A0, symBinAddr: 0x143CD8, symSize: 0x28 }
+ - { offsetInCU: 0x2CE, offset: 0x14BF15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x143D00, symSize: 0x8 }
+ - { offsetInCU: 0x304, offset: 0x14BF4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x143D08, symSize: 0x24 }
+ - { offsetInCU: 0x354, offset: 0x14BF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4F4, symBinAddr: 0x143D2C, symSize: 0xC }
+ - { offsetInCU: 0x370, offset: 0x14BFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x143D38, symSize: 0xC }
+ - { offsetInCU: 0x38C, offset: 0x14BFD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0xAD8, symBinAddr: 0x144310, symSize: 0x74 }
+ - { offsetInCU: 0x3B8, offset: 0x14BFFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x55C, symBinAddr: 0x143D94, symSize: 0x48 }
+ - { offsetInCU: 0x3CC, offset: 0x14C013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomId9createdAt07updatedI05state0H2By12participants4type11customItems07deletedL0ACSS_s5Int64VAnA0D0C5StateOSSSayAA11ParticipantCGAA0D4TypeOSDyS2SGSStcfC', symObjAddr: 0x5A4, symBinAddr: 0x143DDC, symSize: 0x24 }
+ - { offsetInCU: 0x497, offset: 0x14C0DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5C8, symBinAddr: 0x143E00, symSize: 0x48 }
+ - { offsetInCU: 0x4CF, offset: 0x14C116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x610, symBinAddr: 0x143E48, symSize: 0x4C8 }
+ - { offsetInCU: 0x562, offset: 0x14C1A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASQWb', symObjAddr: 0xB4C, symBinAddr: 0x144384, symSize: 0x4 }
+ - { offsetInCU: 0x576, offset: 0x14C1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAESQAAWl', symObjAddr: 0xB50, symBinAddr: 0x144388, symSize: 0x44 }
+ - { offsetInCU: 0x58A, offset: 0x14C1D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB94, symBinAddr: 0x1443CC, symSize: 0x4 }
+ - { offsetInCU: 0x59E, offset: 0x14C1E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB98, symBinAddr: 0x1443D0, symSize: 0x44 }
+ - { offsetInCU: 0x5B2, offset: 0x14C1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xBDC, symBinAddr: 0x144414, symSize: 0x4 }
+ - { offsetInCU: 0x5C6, offset: 0x14C20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xBE0, symBinAddr: 0x144418, symSize: 0x44 }
+ - { offsetInCU: 0x5DA, offset: 0x14C221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwCP', symObjAddr: 0xC24, symBinAddr: 0x14445C, symSize: 0x30 }
+ - { offsetInCU: 0x5EE, offset: 0x14C235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwxx', symObjAddr: 0xC54, symBinAddr: 0x14448C, symSize: 0x40 }
+ - { offsetInCU: 0x602, offset: 0x14C249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwcp', symObjAddr: 0xC94, symBinAddr: 0x1444CC, symSize: 0x7C }
+ - { offsetInCU: 0x616, offset: 0x14C25D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwca', symObjAddr: 0xD10, symBinAddr: 0x144548, symSize: 0xDC }
+ - { offsetInCU: 0x62A, offset: 0x14C271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwta', symObjAddr: 0xE08, symBinAddr: 0x144624, symSize: 0x7C }
+ - { offsetInCU: 0x63E, offset: 0x14C285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwet', symObjAddr: 0xE84, symBinAddr: 0x1446A0, symSize: 0x48 }
+ - { offsetInCU: 0x652, offset: 0x14C299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwst', symObjAddr: 0xECC, symBinAddr: 0x1446E8, symSize: 0x58 }
+ - { offsetInCU: 0x666, offset: 0x14C2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVMa', symObjAddr: 0xF24, symBinAddr: 0x144740, symSize: 0x10 }
+ - { offsetInCU: 0x67A, offset: 0x14C2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwet', symObjAddr: 0xF44, symBinAddr: 0x144750, symSize: 0x90 }
+ - { offsetInCU: 0x68E, offset: 0x14C2D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwst', symObjAddr: 0xFD4, symBinAddr: 0x1447E0, symSize: 0xBC }
+ - { offsetInCU: 0x6A2, offset: 0x14C2E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwug', symObjAddr: 0x1090, symBinAddr: 0x14489C, symSize: 0x8 }
+ - { offsetInCU: 0x6B6, offset: 0x14C2FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwup', symObjAddr: 0x1098, symBinAddr: 0x1448A4, symSize: 0x4 }
+ - { offsetInCU: 0x6CA, offset: 0x14C311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwui', symObjAddr: 0x109C, symBinAddr: 0x1448A8, symSize: 0x8 }
+ - { offsetInCU: 0x6DE, offset: 0x14C325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOMa', symObjAddr: 0x10A4, symBinAddr: 0x1448B0, symSize: 0x10 }
+ - { offsetInCU: 0x6F2, offset: 0x14C339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x10B4, symBinAddr: 0x1448C0, symSize: 0x44 }
+ - { offsetInCU: 0x706, offset: 0x14C34D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESeAAWl', symObjAddr: 0x117C, symBinAddr: 0x144904, symSize: 0x44 }
+ - { offsetInCU: 0x71A, offset: 0x14C361, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGSayxGSesSeRzlWl', symObjAddr: 0x11C0, symBinAddr: 0x144948, symSize: 0x60 }
+ - { offsetInCU: 0x72E, offset: 0x14C375, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGMa', symObjAddr: 0x1220, symBinAddr: 0x1449A8, symSize: 0x54 }
+ - { offsetInCU: 0x742, offset: 0x14C389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSeAAWl', symObjAddr: 0x12BC, symBinAddr: 0x1449FC, symSize: 0x44 }
+ - { offsetInCU: 0x78B, offset: 0x14C3D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x143B28, symSize: 0x88 }
+ - { offsetInCU: 0x83A, offset: 0x14C481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x378, symBinAddr: 0x143BB0, symSize: 0x60 }
+ - { offsetInCU: 0x8B8, offset: 0x14C4FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D8, symBinAddr: 0x143C10, symSize: 0x40 }
+ - { offsetInCU: 0x90A, offset: 0x14C551, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x418, symBinAddr: 0x143C50, symSize: 0x5C }
+ - { offsetInCU: 0x966, offset: 0x14C5AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x50C, symBinAddr: 0x143D44, symSize: 0x28 }
+ - { offsetInCU: 0x982, offset: 0x14C5C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x534, symBinAddr: 0x143D6C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x14C846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfC', symObjAddr: 0x0, symBinAddr: 0x144A40, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x14C86A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfC', symObjAddr: 0x0, symBinAddr: 0x144A40, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x14C888, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCfd', symObjAddr: 0x30, symBinAddr: 0x144A70, symSize: 0x8 }
+ - { offsetInCU: 0x98, offset: 0x14C8B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCfD', symObjAddr: 0x38, symBinAddr: 0x144A78, symSize: 0x10 }
+ - { offsetInCU: 0xC7, offset: 0x14C8E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfc', symObjAddr: 0x48, symBinAddr: 0x144A88, symSize: 0x8 }
+ - { offsetInCU: 0xF7, offset: 0x14C916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCAA05EventE0A2aDP9inputTypeAA0f5InputH0OSgvgTW', symObjAddr: 0x10, symBinAddr: 0x144A50, symSize: 0x8 }
+ - { offsetInCU: 0x113, offset: 0x14C932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15InternalCommandPAAE9inputTypeAA010EventInputG0OSgvg', symObjAddr: 0x18, symBinAddr: 0x144A58, symSize: 0x8 }
+ - { offsetInCU: 0x13A, offset: 0x14C959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCAA05EventE0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0x20, symBinAddr: 0x144A60, symSize: 0x8 }
+ - { offsetInCU: 0x156, offset: 0x14C975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15InternalCommandPAAE19shouldWaitPushEventSbvg', symObjAddr: 0x28, symBinAddr: 0x144A68, symSize: 0x8 }
+ - { offsetInCU: 0x17D, offset: 0x14C99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCAA0dF0A2aDP9inputTypeAA0d5InputH0OSgvgTW', symObjAddr: 0x50, symBinAddr: 0x144A90, symSize: 0x8 }
+ - { offsetInCU: 0x199, offset: 0x14C9B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCAA0dF0A2aDP014shouldWaitPushD0SbvgTW', symObjAddr: 0x58, symBinAddr: 0x144A98, symSize: 0x8 }
+ - { offsetInCU: 0x1B5, offset: 0x14C9D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCMa', symObjAddr: 0x60, symBinAddr: 0x144AA0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x14CBE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x144AD4, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x14CBFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC14turnCredentialAA04TurnH0Cvg', symObjAddr: 0xC, symBinAddr: 0x144AE0, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x14CC18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11constraintsAA15CallConstraintsCvg', symObjAddr: 0x14, symBinAddr: 0x144AE8, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x14CC34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x1C, symBinAddr: 0x144AF0, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x14CC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x24, symBinAddr: 0x144AF8, symSize: 0x48 }
+ - { offsetInCU: 0xF6, offset: 0x14CC93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6C, symBinAddr: 0x144B40, symSize: 0x560 }
+ - { offsetInCU: 0x3FF, offset: 0x14CF9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x828, symBinAddr: 0x145100, symSize: 0x108 }
+ - { offsetInCU: 0x4C0, offset: 0x14D05D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x930, symBinAddr: 0x145208, symSize: 0xBC }
+ - { offsetInCU: 0x5BB, offset: 0x14D158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x9EC, symBinAddr: 0x1452C4, symSize: 0x2C }
+ - { offsetInCU: 0x61A, offset: 0x14D1B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0xA18, symBinAddr: 0x1452F0, symSize: 0x2C }
+ - { offsetInCU: 0x677, offset: 0x14D214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfd', symObjAddr: 0xA68, symBinAddr: 0x145340, symSize: 0x44 }
+ - { offsetInCU: 0x6C8, offset: 0x14D265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfD', symObjAddr: 0xAAC, symBinAddr: 0x145384, symSize: 0x4C }
+ - { offsetInCU: 0x730, offset: 0x14D2CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xAF8, symBinAddr: 0x1453D0, symSize: 0x10 }
+ - { offsetInCU: 0x84B, offset: 0x14D3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCMa', symObjAddr: 0x694, symBinAddr: 0x1450A0, symSize: 0x20 }
+ - { offsetInCU: 0x91C, offset: 0x14D4B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfE', symObjAddr: 0xA44, symBinAddr: 0x14531C, symSize: 0x24 }
+ - { offsetInCU: 0x2B, offset: 0x14D7E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayF', symObjAddr: 0x0, symBinAddr: 0x145410, symSize: 0x1AC }
+ - { offsetInCU: 0x43, offset: 0x14D7F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayF', symObjAddr: 0x0, symBinAddr: 0x145410, symSize: 0x1AC }
+ - { offsetInCU: 0x80, offset: 0x14D835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE12adjustedTimeySo6CMTimeaAFF', symObjAddr: 0x1AC, symBinAddr: 0x1455BC, symSize: 0x6C }
+ - { offsetInCU: 0xD9, offset: 0x14D88E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC6writerSo13AVAssetWriterCvg', symObjAddr: 0x218, symBinAddr: 0x145628, symSize: 0x8 }
+ - { offsetInCU: 0xF5, offset: 0x14D8AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC11isRecordingSbvg', symObjAddr: 0x220, symBinAddr: 0x145630, symSize: 0x28 }
+ - { offsetInCU: 0x14C, offset: 0x14D901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvg', symObjAddr: 0x248, symBinAddr: 0x145658, symSize: 0x30 }
+ - { offsetInCU: 0x168, offset: 0x14D91D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvs', symObjAddr: 0x278, symBinAddr: 0x145688, symSize: 0x3C }
+ - { offsetInCU: 0x184, offset: 0x14D939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvM', symObjAddr: 0x2B4, symBinAddr: 0x1456C4, symSize: 0x3C }
+ - { offsetInCU: 0x1A0, offset: 0x14D955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvM.resume.0', symObjAddr: 0x2F0, symBinAddr: 0x145700, symSize: 0x4 }
+ - { offsetInCU: 0x1BC, offset: 0x14D971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC05audioD0AA05AudioD0Cvg', symObjAddr: 0x2F4, symBinAddr: 0x145704, symSize: 0x8 }
+ - { offsetInCU: 0x1D8, offset: 0x14D98D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC05videoD0AA05VideoD0CSgvg', symObjAddr: 0x2FC, symBinAddr: 0x14570C, symSize: 0x28 }
+ - { offsetInCU: 0x1F4, offset: 0x14D9A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC7optionsAA16RecordingOptionsCvg', symObjAddr: 0x324, symBinAddr: 0x145734, symSize: 0x8 }
+ - { offsetInCU: 0x210, offset: 0x14D9C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC11recordingIdSSvg', symObjAddr: 0x32C, symBinAddr: 0x14573C, symSize: 0x40 }
+ - { offsetInCU: 0x23F, offset: 0x14D9F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC9outputURL10Foundation0F0Vvg', symObjAddr: 0x36C, symBinAddr: 0x14577C, symSize: 0x44 }
+ - { offsetInCU: 0x25B, offset: 0x14DA10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvg', symObjAddr: 0x3B0, symBinAddr: 0x1457C0, symSize: 0x48 }
+ - { offsetInCU: 0x277, offset: 0x14DA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvs', symObjAddr: 0x3F8, symBinAddr: 0x145808, symSize: 0x58 }
+ - { offsetInCU: 0x293, offset: 0x14DA48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvM', symObjAddr: 0x450, symBinAddr: 0x145860, symSize: 0x70 }
+ - { offsetInCU: 0x2AF, offset: 0x14DA64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvM.resume.0', symObjAddr: 0x4C0, symBinAddr: 0x1458D0, symSize: 0x6C }
+ - { offsetInCU: 0x2CB, offset: 0x14DA80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvg', symObjAddr: 0x52C, symBinAddr: 0x14593C, symSize: 0x4C }
+ - { offsetInCU: 0x2E7, offset: 0x14DA9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvs', symObjAddr: 0x578, symBinAddr: 0x145988, symSize: 0x68 }
+ - { offsetInCU: 0x303, offset: 0x14DAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvM', symObjAddr: 0x5E0, symBinAddr: 0x1459F0, symSize: 0x74 }
+ - { offsetInCU: 0x31F, offset: 0x14DAD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvM.resume.0', symObjAddr: 0x654, symBinAddr: 0x145A64, symSize: 0x74 }
+ - { offsetInCU: 0x33B, offset: 0x14DAF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4call7options05audioD005videoD0AcA10DirectCallC_AA16RecordingOptionsCAA05AudioD0CAA05VideoD0CSgtKcfC', symObjAddr: 0x6C8, symBinAddr: 0x145AD8, symSize: 0x6C }
+ - { offsetInCU: 0x360, offset: 0x14DB15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4call7options05audioD005videoD0AcA10DirectCallC_AA16RecordingOptionsCAA05AudioD0CAA05VideoD0CSgtKcfc', symObjAddr: 0x734, symBinAddr: 0x145B44, symSize: 0x748 }
+ - { offsetInCU: 0x4CD, offset: 0x14DC82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC12startSession2atySo6CMTimea_tF', symObjAddr: 0xE90, symBinAddr: 0x1462A0, symSize: 0x54 }
+ - { offsetInCU: 0x50A, offset: 0x14DCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyF', symObjAddr: 0xEE4, symBinAddr: 0x1462F4, symSize: 0x390 }
+ - { offsetInCU: 0x6A2, offset: 0x14DE57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyFyycfU0_', symObjAddr: 0x1274, symBinAddr: 0x146684, symSize: 0x24C }
+ - { offsetInCU: 0x70C, offset: 0x14DEC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCfd', symObjAddr: 0x14C0, symBinAddr: 0x1468D0, symSize: 0x84 }
+ - { offsetInCU: 0x749, offset: 0x14DEFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCfD', symObjAddr: 0x1544, symBinAddr: 0x146954, symSize: 0x90 }
+ - { offsetInCU: 0x8A3, offset: 0x14E058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingDispatcherDelegate_pSgXwWOh', symObjAddr: 0x170C, symBinAddr: 0x146B1C, symSize: 0x24 }
+ - { offsetInCU: 0x8B7, offset: 0x14E06C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMa', symObjAddr: 0x1730, symBinAddr: 0x146B40, symSize: 0x3C }
+ - { offsetInCU: 0x8CB, offset: 0x14E080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOAEs0D0AAWl', symObjAddr: 0x176C, symBinAddr: 0x146B7C, symSize: 0x44 }
+ - { offsetInCU: 0x8DF, offset: 0x14E094, size: 0x8, addend: 0x0, symName: '_$sSo18AVAssetWriterInputCMa', symObjAddr: 0x17B0, symBinAddr: 0x146BC0, symSize: 0x3C }
+ - { offsetInCU: 0x8F3, offset: 0x14E0A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyFyycfU0_TA', symObjAddr: 0x183C, symBinAddr: 0x146C4C, symSize: 0x8 }
+ - { offsetInCU: 0x907, offset: 0x14E0BC, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1844, symBinAddr: 0x146C54, symSize: 0x10 }
+ - { offsetInCU: 0x91B, offset: 0x14E0D0, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1854, symBinAddr: 0x146C64, symSize: 0x8 }
+ - { offsetInCU: 0x92F, offset: 0x14E0E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMU', symObjAddr: 0x199C, symBinAddr: 0x146DAC, symSize: 0x8 }
+ - { offsetInCU: 0x943, offset: 0x14E0F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMr', symObjAddr: 0x19A4, symBinAddr: 0x146DB4, symSize: 0xB4 }
+ - { offsetInCU: 0xB14, offset: 0x14E2C9, size: 0x8, addend: 0x0, symName: '_$sSo13AVAssetWriterC9outputURL8fileTypeAB10Foundation0D0V_So06AVFileF0atKcfcTO', symObjAddr: 0x15D4, symBinAddr: 0x1469E4, symSize: 0x138 }
+ - { offsetInCU: 0x27, offset: 0x14E4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x146F60, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0x14E4D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x146F60, symSize: 0xAC }
+ - { offsetInCU: 0x92, offset: 0x14E51A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callIdSSvg', symObjAddr: 0xAC, symBinAddr: 0x14700C, symSize: 0x2C }
+ - { offsetInCU: 0xAE, offset: 0x14E536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV9isEnabledSbvg', symObjAddr: 0xD8, symBinAddr: 0x147038, symSize: 0x8 }
+ - { offsetInCU: 0xCA, offset: 0x14E552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0x147040, symSize: 0x8 }
+ - { offsetInCU: 0xE6, offset: 0x14E56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV9requestIdSSvg', symObjAddr: 0xE8, symBinAddr: 0x147048, symSize: 0x2C }
+ - { offsetInCU: 0xFA, offset: 0x14E582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x114, symBinAddr: 0x147074, symSize: 0x1A0 }
+ - { offsetInCU: 0x182, offset: 0x14E60A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x2F4, symBinAddr: 0x147214, symSize: 0x8 }
+ - { offsetInCU: 0x1AD, offset: 0x14E635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x2FC, symBinAddr: 0x14721C, symSize: 0x2C }
+ - { offsetInCU: 0x1DF, offset: 0x14E667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x328, symBinAddr: 0x147248, symSize: 0x38 }
+ - { offsetInCU: 0x219, offset: 0x14E6A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x40C, symBinAddr: 0x147280, symSize: 0x24 }
+ - { offsetInCU: 0x22D, offset: 0x14E6B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA13WSRequestableAAWl', symObjAddr: 0x430, symBinAddr: 0x1472A4, symSize: 0x44 }
+ - { offsetInCU: 0x241, offset: 0x14E6C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x474, symBinAddr: 0x1472E8, symSize: 0x24 }
+ - { offsetInCU: 0x255, offset: 0x14E6DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13WSRequestableAAWI', symObjAddr: 0x4DC, symBinAddr: 0x14730C, symSize: 0x24 }
+ - { offsetInCU: 0x269, offset: 0x14E6F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x544, symBinAddr: 0x147330, symSize: 0x4 }
+ - { offsetInCU: 0x27D, offset: 0x14E705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA11RequestableAAWI', symObjAddr: 0x58C, symBinAddr: 0x147334, symSize: 0x2C }
+ - { offsetInCU: 0x291, offset: 0x14E719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA0F0AAWl', symObjAddr: 0x5B8, symBinAddr: 0x147360, symSize: 0x44 }
+ - { offsetInCU: 0x2A5, offset: 0x14E72D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x1473A4, symSize: 0x44 }
+ - { offsetInCU: 0x2B9, offset: 0x14E741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0AAWI', symObjAddr: 0x640, symBinAddr: 0x1473E8, symSize: 0x24 }
+ - { offsetInCU: 0x2CD, offset: 0x14E755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVACSEAAWl', symObjAddr: 0x664, symBinAddr: 0x14740C, symSize: 0x44 }
+ - { offsetInCU: 0x2E1, offset: 0x14E769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6A8, symBinAddr: 0x147450, symSize: 0x24 }
+ - { offsetInCU: 0x2F5, offset: 0x14E77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwCP', symObjAddr: 0x6CC, symBinAddr: 0x147474, symSize: 0x30 }
+ - { offsetInCU: 0x309, offset: 0x14E791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwxx', symObjAddr: 0x6FC, symBinAddr: 0x1474A4, symSize: 0x28 }
+ - { offsetInCU: 0x31D, offset: 0x14E7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwcp', symObjAddr: 0x724, symBinAddr: 0x1474CC, symSize: 0x44 }
+ - { offsetInCU: 0x331, offset: 0x14E7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwca', symObjAddr: 0x768, symBinAddr: 0x147510, symSize: 0x7C }
+ - { offsetInCU: 0x345, offset: 0x14E7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwta', symObjAddr: 0x7F8, symBinAddr: 0x14758C, symSize: 0x54 }
+ - { offsetInCU: 0x359, offset: 0x14E7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwet', symObjAddr: 0x84C, symBinAddr: 0x1475E0, symSize: 0x48 }
+ - { offsetInCU: 0x36D, offset: 0x14E7F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwst', symObjAddr: 0x894, symBinAddr: 0x147628, symSize: 0x48 }
+ - { offsetInCU: 0x381, offset: 0x14E809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVMa', symObjAddr: 0x8DC, symBinAddr: 0x147670, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x14EA42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x147680, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x14EA66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x147680, symSize: 0x70 }
+ - { offsetInCU: 0x6A, offset: 0x14EA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO3cmdAA0E3KeyOSgvg', symObjAddr: 0xB0, symBinAddr: 0x1476F0, symSize: 0x8 }
+ - { offsetInCU: 0x96, offset: 0x14EAB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO05valueF0AA0E0_SepXpSgvg', symObjAddr: 0xB8, symBinAddr: 0x1476F8, symSize: 0x38 }
+ - { offsetInCU: 0xCC, offset: 0x14EAE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfC', symObjAddr: 0x138, symBinAddr: 0x147730, symSize: 0x70 }
+ - { offsetInCU: 0x102, offset: 0x14EB1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfC', symObjAddr: 0x1A8, symBinAddr: 0x1477A0, symSize: 0x8 }
+ - { offsetInCU: 0x129, offset: 0x14EB44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8intValueSiSgvg', symObjAddr: 0x1B0, symBinAddr: 0x1477A8, symSize: 0xC }
+ - { offsetInCU: 0x151, offset: 0x14EB6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg', symObjAddr: 0x1BC, symBinAddr: 0x1477B4, symSize: 0x4 }
+ - { offsetInCU: 0x165, offset: 0x14EB80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg', symObjAddr: 0x1C0, symBinAddr: 0x1477B8, symSize: 0x4 }
+ - { offsetInCU: 0x197, offset: 0x14EBB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x32C, symBinAddr: 0x147924, symSize: 0x74 }
+ - { offsetInCU: 0x1CB, offset: 0x14EBE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x3A0, symBinAddr: 0x147998, symSize: 0x24 }
+ - { offsetInCU: 0x212, offset: 0x14EC2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0A2aDP05valueF0AA0E0_SepXpSgvgTW', symObjAddr: 0x3C4, symBinAddr: 0x1479BC, symSize: 0x38 }
+ - { offsetInCU: 0x244, offset: 0x14EC5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0A2aDP3cmdAA0E3KeyOSgvgTW', symObjAddr: 0x3FC, symBinAddr: 0x1479F4, symSize: 0x8 }
+ - { offsetInCU: 0x26F, offset: 0x14EC8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x404, symBinAddr: 0x1479FC, symSize: 0x4 }
+ - { offsetInCU: 0x28F, offset: 0x14ECAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x404, symBinAddr: 0x1479FC, symSize: 0x4 }
+ - { offsetInCU: 0x2BA, offset: 0x14ECD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x408, symBinAddr: 0x147A00, symSize: 0x78 }
+ - { offsetInCU: 0x305, offset: 0x14ED20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x480, symBinAddr: 0x147A78, symSize: 0xC }
+ - { offsetInCU: 0x321, offset: 0x14ED3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x48C, symBinAddr: 0x147A84, symSize: 0xC }
+ - { offsetInCU: 0x33D, offset: 0x14ED58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvgTf4d_n', symObjAddr: 0x590, symBinAddr: 0x147B88, symSize: 0x10 }
+ - { offsetInCU: 0x37B, offset: 0x14ED96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASQWb', symObjAddr: 0x5A0, symBinAddr: 0x147B98, symSize: 0x4 }
+ - { offsetInCU: 0x38F, offset: 0x14EDAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSQAAWl', symObjAddr: 0x5A4, symBinAddr: 0x147B9C, symSize: 0x44 }
+ - { offsetInCU: 0x3A3, offset: 0x14EDBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0AAWI', symObjAddr: 0x5E8, symBinAddr: 0x147BE0, symSize: 0x34 }
+ - { offsetInCU: 0x3B7, offset: 0x14EDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs9CodingKeyAAWl', symObjAddr: 0x61C, symBinAddr: 0x147C14, symSize: 0x44 }
+ - { offsetInCU: 0x3CB, offset: 0x14EDE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSeAAWl', symObjAddr: 0x660, symBinAddr: 0x147C58, symSize: 0x44 }
+ - { offsetInCU: 0x3DF, offset: 0x14EDFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSEAAWl', symObjAddr: 0x6A4, symBinAddr: 0x147C9C, symSize: 0x44 }
+ - { offsetInCU: 0x3F3, offset: 0x14EE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x6E8, symBinAddr: 0x147CE0, symSize: 0x4 }
+ - { offsetInCU: 0x407, offset: 0x14EE22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x6EC, symBinAddr: 0x147CE4, symSize: 0x44 }
+ - { offsetInCU: 0x41B, offset: 0x14EE36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x730, symBinAddr: 0x147D28, symSize: 0x4 }
+ - { offsetInCU: 0x42F, offset: 0x14EE4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs23CustomStringConvertibleAAWl', symObjAddr: 0x734, symBinAddr: 0x147D2C, symSize: 0x44 }
+ - { offsetInCU: 0x443, offset: 0x14EE5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwet', symObjAddr: 0x780, symBinAddr: 0x147D70, symSize: 0x50 }
+ - { offsetInCU: 0x457, offset: 0x14EE72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwst', symObjAddr: 0x7D0, symBinAddr: 0x147DC0, symSize: 0x8C }
+ - { offsetInCU: 0x46B, offset: 0x14EE86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwug', symObjAddr: 0x85C, symBinAddr: 0x147E4C, symSize: 0x8 }
+ - { offsetInCU: 0x47F, offset: 0x14EE9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwup', symObjAddr: 0x864, symBinAddr: 0x147E54, symSize: 0x4 }
+ - { offsetInCU: 0x493, offset: 0x14EEAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwui', symObjAddr: 0x868, symBinAddr: 0x147E58, symSize: 0x4 }
+ - { offsetInCU: 0x4A7, offset: 0x14EEC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOMa', symObjAddr: 0x86C, symBinAddr: 0x147E5C, symSize: 0x10 }
+ - { offsetInCU: 0x4BB, offset: 0x14EED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSYAAWl', symObjAddr: 0x87C, symBinAddr: 0x147E6C, symSize: 0x44 }
+ - { offsetInCU: 0x504, offset: 0x14EF1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C4, symBinAddr: 0x1477BC, symSize: 0x80 }
+ - { offsetInCU: 0x5E8, offset: 0x14F003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x244, symBinAddr: 0x14783C, symSize: 0x58 }
+ - { offsetInCU: 0x693, offset: 0x14F0AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x29C, symBinAddr: 0x147894, symSize: 0x3C }
+ - { offsetInCU: 0x6FA, offset: 0x14F115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D8, symBinAddr: 0x1478D0, symSize: 0x54 }
+ - { offsetInCU: 0x789, offset: 0x14F1A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x498, symBinAddr: 0x147A90, symSize: 0x5C }
+ - { offsetInCU: 0x7AC, offset: 0x14F1C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x147AEC, symSize: 0x4C }
+ - { offsetInCU: 0x7CF, offset: 0x14F1EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x147B38, symSize: 0x28 }
+ - { offsetInCU: 0x7EB, offset: 0x14F206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x568, symBinAddr: 0x147B60, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x14F3F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x147EF0, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x14F41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x147EF0, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x14F42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x147EFC, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x14F44B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x147F2C, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x14F467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x147F70, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x14F483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x147FAC, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x14F49F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x147FB0, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x14F4C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x147FF8, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x14F5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x1482FC, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x14F666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x148410, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x14F74D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x1484FC, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x14F7AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x148528, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x14F809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfd', symObjAddr: 0x804, symBinAddr: 0x14855C, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x14F85A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x148590, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x14F8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x888, symBinAddr: 0x1485CC, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x14F8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x1485F4, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x14F8EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x14861C, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x14F907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x14866C, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x14F932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x148698, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x14F965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x1482DC, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x14FA36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x148554, symSize: 0x8 }
+ - { offsetInCU: 0x2B, offset: 0x14FCC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19createVideoRecorder7optionsAA0gH0CSgAA16RecordingOptionsC_tKF', symObjAddr: 0x0, symBinAddr: 0x14874C, symSize: 0x270 }
+ - { offsetInCU: 0x43, offset: 0x14FCDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19createVideoRecorder7optionsAA0gH0CSgAA16RecordingOptionsC_tKF', symObjAddr: 0x0, symBinAddr: 0x14874C, symSize: 0x270 }
+ - { offsetInCU: 0x101, offset: 0x14FD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19registVideoRecorderyyAA0H0CKF', symObjAddr: 0x2B4, symBinAddr: 0x1489BC, symSize: 0x148 }
+ - { offsetInCU: 0x146, offset: 0x14FDDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21registerAudioRecorderyyAA0H0CF', symObjAddr: 0x3FC, symBinAddr: 0x148B04, symSize: 0xC8 }
+ - { offsetInCU: 0x185, offset: 0x14FE1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC18unregisterRecorderyyAA0G0CF', symObjAddr: 0x4C4, symBinAddr: 0x148BCC, symSize: 0x140 }
+ - { offsetInCU: 0x8D, offset: 0x1500E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0VtcfC', symObjAddr: 0x0, symBinAddr: 0x148D0C, symSize: 0xEC }
+ - { offsetInCU: 0xF3, offset: 0x150148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0Vtcfc', symObjAddr: 0xEC, symBinAddr: 0x148DF8, symSize: 0xE4 }
+ - { offsetInCU: 0x145, offset: 0x15019A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0VtcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x148EFC, symSize: 0xE4 }
+ - { offsetInCU: 0x19F, offset: 0x1501F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x2D4, symBinAddr: 0x148FE0, symSize: 0x50 }
+ - { offsetInCU: 0x1BD, offset: 0x150212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x324, symBinAddr: 0x149030, symSize: 0xC0 }
+ - { offsetInCU: 0x23B, offset: 0x150290, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x3E4, symBinAddr: 0x1490F0, symSize: 0xC0 }
+ - { offsetInCU: 0x283, offset: 0x1502D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4A4, symBinAddr: 0x1491B0, symSize: 0x44 }
+ - { offsetInCU: 0x2A1, offset: 0x1502F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x4E8, symBinAddr: 0x1491F4, symSize: 0xB0 }
+ - { offsetInCU: 0x31B, offset: 0x150370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x598, symBinAddr: 0x1492A4, symSize: 0xBC }
+ - { offsetInCU: 0x36D, offset: 0x1503C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfC', symObjAddr: 0x654, symBinAddr: 0x149360, symSize: 0x20 }
+ - { offsetInCU: 0x38B, offset: 0x1503E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfc', symObjAddr: 0x674, symBinAddr: 0x149380, symSize: 0xA0 }
+ - { offsetInCU: 0x3F3, offset: 0x150448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfcTo', symObjAddr: 0x714, symBinAddr: 0x149420, symSize: 0xA0 }
+ - { offsetInCU: 0x459, offset: 0x1504AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvgTo', symObjAddr: 0x7B4, symBinAddr: 0x1494C0, symSize: 0x3C }
+ - { offsetInCU: 0x4CB, offset: 0x150520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvsTo', symObjAddr: 0x820, symBinAddr: 0x1494FC, symSize: 0x44 }
+ - { offsetInCU: 0x521, offset: 0x150576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5embed2inySo6UIViewC_tF', symObjAddr: 0x8A4, symBinAddr: 0x149540, symSize: 0x340 }
+ - { offsetInCU: 0x6B0, offset: 0x150705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5embed2inySo6UIViewC_tFTo', symObjAddr: 0xBE4, symBinAddr: 0x149880, symSize: 0x50 }
+ - { offsetInCU: 0x6EA, offset: 0x15073F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvgTo', symObjAddr: 0xC34, symBinAddr: 0x1498D0, symSize: 0x44 }
+ - { offsetInCU: 0x727, offset: 0x15077C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvg', symObjAddr: 0xC78, symBinAddr: 0x149914, symSize: 0x44 }
+ - { offsetInCU: 0x770, offset: 0x1507C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvsTo', symObjAddr: 0xCBC, symBinAddr: 0x149958, symSize: 0x48 }
+ - { offsetInCU: 0x7AD, offset: 0x150802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvs', symObjAddr: 0xD04, symBinAddr: 0x1499A0, symSize: 0x48 }
+ - { offsetInCU: 0x7D2, offset: 0x150827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvM', symObjAddr: 0xD4C, symBinAddr: 0x1499E8, symSize: 0x44 }
+ - { offsetInCU: 0x801, offset: 0x150856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvM.resume.0', symObjAddr: 0xD90, symBinAddr: 0x149A2C, symSize: 0x4 }
+ - { offsetInCU: 0x82C, offset: 0x150881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC10timerBoardAA07SBTimerG0Cvg', symObjAddr: 0xD94, symBinAddr: 0x149A30, symSize: 0x10 }
+ - { offsetInCU: 0x859, offset: 0x1508AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC7isValid4withSbAC_tF', symObjAddr: 0xDA4, symBinAddr: 0x149A40, symSize: 0x6C }
+ - { offsetInCU: 0x8AC, offset: 0x150901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC7isValid4withSbAC_tFTo', symObjAddr: 0xE10, symBinAddr: 0x149AAC, symSize: 0xB8 }
+ - { offsetInCU: 0x8EB, offset: 0x150940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCfD', symObjAddr: 0xEC8, symBinAddr: 0x149B64, symSize: 0x30 }
+ - { offsetInCU: 0x919, offset: 0x15096E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCMa', symObjAddr: 0x1D0, symBinAddr: 0x148EDC, symSize: 0x20 }
+ - { offsetInCU: 0x96F, offset: 0x1509C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCfETo', symObjAddr: 0xEF8, symBinAddr: 0x149B94, symSize: 0x10 }
+ - { offsetInCU: 0x99E, offset: 0x1509F3, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvg', symObjAddr: 0xF08, symBinAddr: 0x149BA4, symSize: 0x50 }
+ - { offsetInCU: 0x9D7, offset: 0x150A2C, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvs', symObjAddr: 0xF58, symBinAddr: 0x149BF4, symSize: 0x54 }
+ - { offsetInCU: 0xA20, offset: 0x150A75, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvM', symObjAddr: 0xFAC, symBinAddr: 0x149C48, symSize: 0x38 }
+ - { offsetInCU: 0xA3C, offset: 0x150A91, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvM.resume.0', symObjAddr: 0xFE4, symBinAddr: 0x149C80, symSize: 0x24 }
+ - { offsetInCU: 0xA58, offset: 0x150AAD, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE7isValid4withSbSoAA_p_tF', symObjAddr: 0x1008, symBinAddr: 0x149CA4, symSize: 0x3C }
+ - { offsetInCU: 0xB39, offset: 0x150B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0x1044, symBinAddr: 0x149CE0, symSize: 0x3B4 }
+ - { offsetInCU: 0x102B, offset: 0x151080, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoFrameC13SendBirdCallsE7asImageSo7UIImageCSgvg', symObjAddr: 0x13F8, symBinAddr: 0x14A094, symSize: 0x2B0 }
+ - { offsetInCU: 0x12CF, offset: 0x151324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x16A8, symBinAddr: 0x14A344, symSize: 0x50 }
+ - { offsetInCU: 0x12F8, offset: 0x15134D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tF', symObjAddr: 0x16F8, symBinAddr: 0x14A394, symSize: 0x1F8 }
+ - { offsetInCU: 0x1447, offset: 0x15149C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tFTo', symObjAddr: 0x18F0, symBinAddr: 0x14A58C, symSize: 0x74 }
+ - { offsetInCU: 0x1463, offset: 0x1514B8, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoFrameC13SendBirdCallsE11pixelBufferSo11CVBufferRefaSgvg', symObjAddr: 0x1964, symBinAddr: 0x14A600, symSize: 0xAC }
+ - { offsetInCU: 0x14B4, offset: 0x151509, size: 0x8, addend: 0x0, symName: '_$sSo18NSLayoutConstraintCMa', symObjAddr: 0x1A50, symBinAddr: 0x14A6AC, symSize: 0x3C }
+ - { offsetInCU: 0x14D3, offset: 0x151528, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIegg_ACytIegnr_TRTA', symObjAddr: 0x1B9C, symBinAddr: 0x14A70C, symSize: 0x24 }
+ - { offsetInCU: 0x14FC, offset: 0x151551, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tFyAA7SBTimerCcfU_TA', symObjAddr: 0x1BC0, symBinAddr: 0x14A730, symSize: 0x24 }
+ - { offsetInCU: 0x153B, offset: 0x151590, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIeyBy_ACIegg_TRTA', symObjAddr: 0x1D90, symBinAddr: 0x14A900, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x151A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x14A914, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x151AB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x14A914, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x151AC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0x14A920, symSize: 0x48 }
+ - { offsetInCU: 0x84, offset: 0x151AEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0x14A968, symSize: 0x198 }
+ - { offsetInCU: 0x152, offset: 0x151BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seq6callId07requestH011commandType12deliveryInfoACSiSg_S2SAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x318, symBinAddr: 0x14AB20, symSize: 0xF0 }
+ - { offsetInCU: 0x1FB, offset: 0x151C65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seq6callId07requestH011commandType12deliveryInfoACSiSg_S2SAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x408, symBinAddr: 0x14AC10, symSize: 0xCC }
+ - { offsetInCU: 0x2D8, offset: 0x151D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x4D4, symBinAddr: 0x14ACDC, symSize: 0x2C }
+ - { offsetInCU: 0x337, offset: 0x151DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x500, symBinAddr: 0x14AD08, symSize: 0x2C }
+ - { offsetInCU: 0x394, offset: 0x151DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCfd', symObjAddr: 0x52C, symBinAddr: 0x14AD34, symSize: 0x2C }
+ - { offsetInCU: 0x3E5, offset: 0x151E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCfD', symObjAddr: 0x56C, symBinAddr: 0x14AD60, symSize: 0x34 }
+ - { offsetInCU: 0x44D, offset: 0x151EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x5A0, symBinAddr: 0x14AD94, symSize: 0x10 }
+ - { offsetInCU: 0x480, offset: 0x151EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCMa', symObjAddr: 0x2B4, symBinAddr: 0x14AB00, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x15220B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x14ADC4, symSize: 0x90 }
+ - { offsetInCU: 0x67, offset: 0x152227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xF0, symBinAddr: 0x14AEB4, symSize: 0x68 }
+ - { offsetInCU: 0x88, offset: 0x152248, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x158, symBinAddr: 0x14AF1C, symSize: 0x6C }
+ - { offsetInCU: 0xB1, offset: 0x152271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1C4, symBinAddr: 0x14AF88, symSize: 0x6C }
+ - { offsetInCU: 0xDA, offset: 0x15229A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x230, symBinAddr: 0x14AFF4, symSize: 0x4 }
+ - { offsetInCU: 0xF6, offset: 0x1522B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeIdSSvg', symObjAddr: 0x234, symBinAddr: 0x14AFF8, symSize: 0x2C }
+ - { offsetInCU: 0x112, offset: 0x1522D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11isVideoCallSbvg', symObjAddr: 0x260, symBinAddr: 0x14B024, symSize: 0x8 }
+ - { offsetInCU: 0x12E, offset: 0x1522EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11constraintsAA15CallConstraintsCvg', symObjAddr: 0x268, symBinAddr: 0x14B02C, symSize: 0x8 }
+ - { offsetInCU: 0x14A, offset: 0x15230A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11customItemsSDyS2SGvg', symObjAddr: 0x270, symBinAddr: 0x14B034, symSize: 0x8 }
+ - { offsetInCU: 0x166, offset: 0x152326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x278, symBinAddr: 0x14B03C, symSize: 0x8 }
+ - { offsetInCU: 0x182, offset: 0x152342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV19sendbirdChatOptionsAA0abgH0CSgvg', symObjAddr: 0x280, symBinAddr: 0x14B044, symSize: 0x28 }
+ - { offsetInCU: 0x19E, offset: 0x15235E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x2A8, symBinAddr: 0x14B06C, symSize: 0x8 }
+ - { offsetInCU: 0x1BA, offset: 0x15237A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV9requestIdSSvg', symObjAddr: 0x2B0, symBinAddr: 0x14B074, symSize: 0x2C }
+ - { offsetInCU: 0x1CE, offset: 0x15238E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2DC, symBinAddr: 0x14B0A0, symSize: 0x348 }
+ - { offsetInCU: 0x241, offset: 0x152401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x624, symBinAddr: 0x14B3E8, symSize: 0x8 }
+ - { offsetInCU: 0x26C, offset: 0x15242C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x62C, symBinAddr: 0x14B3F0, symSize: 0x68 }
+ - { offsetInCU: 0x2B2, offset: 0x152472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x694, symBinAddr: 0x14B458, symSize: 0x2C }
+ - { offsetInCU: 0x2E4, offset: 0x1524A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6C0, symBinAddr: 0x14B484, symSize: 0x40 }
+ - { offsetInCU: 0x307, offset: 0x1524C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfCTf4gnggggd_n', symObjAddr: 0x700, symBinAddr: 0x14B4C4, symSize: 0xF8 }
+ - { offsetInCU: 0x393, offset: 0x152553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0x14AE54, symSize: 0x20 }
+ - { offsetInCU: 0x3AD, offset: 0x15256D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0x14AE74, symSize: 0x40 }
+ - { offsetInCU: 0x3D2, offset: 0x152592, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x8E4, symBinAddr: 0x14B5BC, symSize: 0x58 }
+ - { offsetInCU: 0x3E6, offset: 0x1525A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOb', symObjAddr: 0xA94, symBinAddr: 0x14B614, symSize: 0x48 }
+ - { offsetInCU: 0x3FA, offset: 0x1525BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOr', symObjAddr: 0xADC, symBinAddr: 0x14B65C, symSize: 0x28 }
+ - { offsetInCU: 0x40E, offset: 0x1525CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgxSgSEsSERzlWl', symObjAddr: 0xB04, symBinAddr: 0x14B684, symSize: 0x78 }
+ - { offsetInCU: 0x422, offset: 0x1525E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgMa', symObjAddr: 0xB7C, symBinAddr: 0x14B6FC, symSize: 0x54 }
+ - { offsetInCU: 0x436, offset: 0x1525F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOs', symObjAddr: 0xBD0, symBinAddr: 0x14B750, symSize: 0x28 }
+ - { offsetInCU: 0x44A, offset: 0x15260A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0xBF8, symBinAddr: 0x14B778, symSize: 0x24 }
+ - { offsetInCU: 0x45E, offset: 0x15261E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA13WSRequestableAAWl', symObjAddr: 0xC1C, symBinAddr: 0x14B79C, symSize: 0x44 }
+ - { offsetInCU: 0x472, offset: 0x152632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC60, symBinAddr: 0x14B7E0, symSize: 0x2C }
+ - { offsetInCU: 0x486, offset: 0x152646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13WSRequestableAAWI', symObjAddr: 0xCCC, symBinAddr: 0x14B84C, symSize: 0x24 }
+ - { offsetInCU: 0x49A, offset: 0x15265A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA11RequestableAAWI', symObjAddr: 0xD34, symBinAddr: 0x14B870, symSize: 0x2C }
+ - { offsetInCU: 0x4AE, offset: 0x15266E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA0E0AAWl', symObjAddr: 0xD60, symBinAddr: 0x14B89C, symSize: 0x44 }
+ - { offsetInCU: 0x4C2, offset: 0x152682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xDA4, symBinAddr: 0x14B8E0, symSize: 0x44 }
+ - { offsetInCU: 0x4D6, offset: 0x152696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0AAWI', symObjAddr: 0xDE8, symBinAddr: 0x14B924, symSize: 0x24 }
+ - { offsetInCU: 0x4EA, offset: 0x1526AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVACSEAAWl', symObjAddr: 0xE0C, symBinAddr: 0x14B948, symSize: 0x44 }
+ - { offsetInCU: 0x4FE, offset: 0x1526BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xE50, symBinAddr: 0x14B98C, symSize: 0x24 }
+ - { offsetInCU: 0x512, offset: 0x1526D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwCP', symObjAddr: 0xE74, symBinAddr: 0x14B9B0, symSize: 0x30 }
+ - { offsetInCU: 0x526, offset: 0x1526E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwxx', symObjAddr: 0xEA4, symBinAddr: 0x14B9E0, symSize: 0x48 }
+ - { offsetInCU: 0x53A, offset: 0x1526FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwcp', symObjAddr: 0xEEC, symBinAddr: 0x14BA28, symSize: 0x8C }
+ - { offsetInCU: 0x54E, offset: 0x15270E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwca', symObjAddr: 0xF78, symBinAddr: 0x14BAB4, symSize: 0xDC }
+ - { offsetInCU: 0x562, offset: 0x152722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwta', symObjAddr: 0x1070, symBinAddr: 0x14BB90, symSize: 0x94 }
+ - { offsetInCU: 0x576, offset: 0x152736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwet', symObjAddr: 0x1104, symBinAddr: 0x14BC24, symSize: 0x48 }
+ - { offsetInCU: 0x58A, offset: 0x15274A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwst', symObjAddr: 0x114C, symBinAddr: 0x14BC6C, symSize: 0x54 }
+ - { offsetInCU: 0x59E, offset: 0x15275E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVMa', symObjAddr: 0x11A0, symBinAddr: 0x14BCC0, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x152A51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC7messageSSvg', symObjAddr: 0x0, symBinAddr: 0x14BCD0, symSize: 0x2C }
+ - { offsetInCU: 0x6B, offset: 0x152A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4codeSivg', symObjAddr: 0x2C, symBinAddr: 0x14BCFC, symSize: 0x8 }
+ - { offsetInCU: 0x87, offset: 0x152A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC9requestIdSSSgvg', symObjAddr: 0x34, symBinAddr: 0x14BD04, symSize: 0x2C }
+ - { offsetInCU: 0xA3, offset: 0x152AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4typeSSSgvg', symObjAddr: 0x60, symBinAddr: 0x14BD30, symSize: 0x2C }
+ - { offsetInCU: 0xBF, offset: 0x152AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC02isD0Sbvg', symObjAddr: 0x8C, symBinAddr: 0x14BD5C, symSize: 0x8 }
+ - { offsetInCU: 0xED, offset: 0x152AEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO8rawValueSSvg', symObjAddr: 0x94, symBinAddr: 0x14BD64, symSize: 0x20 }
+ - { offsetInCU: 0x126, offset: 0x152B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO11stringValueSSvg', symObjAddr: 0xB4, symBinAddr: 0x14BD84, symSize: 0x20 }
+ - { offsetInCU: 0x154, offset: 0x152B56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO11stringValueSSvg', symObjAddr: 0xB4, symBinAddr: 0x14BD84, symSize: 0x20 }
+ - { offsetInCU: 0x199, offset: 0x152B9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xF8, symBinAddr: 0x14BDC8, symSize: 0x78 }
+ - { offsetInCU: 0x1DA, offset: 0x152BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x170, symBinAddr: 0x14BE40, symSize: 0x28 }
+ - { offsetInCU: 0x1F6, offset: 0x152BF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x198, symBinAddr: 0x14BE68, symSize: 0x8 }
+ - { offsetInCU: 0x22C, offset: 0x152C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1A0, symBinAddr: 0x14BE70, symSize: 0x7C }
+ - { offsetInCU: 0x284, offset: 0x152C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x21C, symBinAddr: 0x14BEEC, symSize: 0xC }
+ - { offsetInCU: 0x2A0, offset: 0x152CA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x228, symBinAddr: 0x14BEF8, symSize: 0xC }
+ - { offsetInCU: 0x2BE, offset: 0x152CC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x284, symBinAddr: 0x14BF54, symSize: 0x4C }
+ - { offsetInCU: 0x2E3, offset: 0x152CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2D0, symBinAddr: 0x14BFA0, symSize: 0x254 }
+ - { offsetInCU: 0x369, offset: 0x152D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACSg10Foundation4DataV_tcfC', symObjAddr: 0x60C, symBinAddr: 0x14C258, symSize: 0x48 }
+ - { offsetInCU: 0x387, offset: 0x152D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACSg10Foundation4DataV_tcfc', symObjAddr: 0x654, symBinAddr: 0x14C2A0, symSize: 0x140 }
+ - { offsetInCU: 0x3F0, offset: 0x152DF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC9errorCodeAA8SBCErrorC0dH0Ovg', symObjAddr: 0x7D8, symBinAddr: 0x14C3E0, symSize: 0x28 }
+ - { offsetInCU: 0x432, offset: 0x152E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCfd', symObjAddr: 0x800, symBinAddr: 0x14C408, symSize: 0x2C }
+ - { offsetInCU: 0x46D, offset: 0x152E6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCfD', symObjAddr: 0x82C, symBinAddr: 0x14C434, symSize: 0x34 }
+ - { offsetInCU: 0x4B0, offset: 0x152EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x860, symBinAddr: 0x14C468, symSize: 0x2C }
+ - { offsetInCU: 0x4D4, offset: 0x152ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs0G3KeyAAWl', symObjAddr: 0x588, symBinAddr: 0x14C1F4, symSize: 0x44 }
+ - { offsetInCU: 0x4E8, offset: 0x152EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCMa', symObjAddr: 0x5CC, symBinAddr: 0x14C238, symSize: 0x20 }
+ - { offsetInCU: 0x51B, offset: 0x152F1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA11RespondableAAWI', symObjAddr: 0x88C, symBinAddr: 0x14C494, symSize: 0x4C }
+ - { offsetInCU: 0x52F, offset: 0x152F31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA0E0AAWI', symObjAddr: 0x914, symBinAddr: 0x14C51C, symSize: 0x34 }
+ - { offsetInCU: 0x543, offset: 0x152F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA17StrategyDecodableAAWI', symObjAddr: 0x948, symBinAddr: 0x14C550, symSize: 0x34 }
+ - { offsetInCU: 0x557, offset: 0x152F59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwet', symObjAddr: 0x9C4, symBinAddr: 0x14C5BC, symSize: 0x90 }
+ - { offsetInCU: 0x56B, offset: 0x152F6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwst', symObjAddr: 0xA54, symBinAddr: 0x14C64C, symSize: 0xBC }
+ - { offsetInCU: 0x57F, offset: 0x152F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwug', symObjAddr: 0xB10, symBinAddr: 0x14C708, symSize: 0x8 }
+ - { offsetInCU: 0x593, offset: 0x152F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwup', symObjAddr: 0xB18, symBinAddr: 0x14C710, symSize: 0x4 }
+ - { offsetInCU: 0x5A7, offset: 0x152FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwui', symObjAddr: 0xB1C, symBinAddr: 0x14C714, symSize: 0x8 }
+ - { offsetInCU: 0x5BB, offset: 0x152FBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOMa', symObjAddr: 0xB24, symBinAddr: 0x14C71C, symSize: 0x10 }
+ - { offsetInCU: 0x5CF, offset: 0x152FD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASQWb', symObjAddr: 0xB34, symBinAddr: 0x14C72C, symSize: 0x4 }
+ - { offsetInCU: 0x5E3, offset: 0x152FE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFSQAAWl', symObjAddr: 0xB38, symBinAddr: 0x14C730, symSize: 0x44 }
+ - { offsetInCU: 0x5F7, offset: 0x152FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB7C, symBinAddr: 0x14C774, symSize: 0x4 }
+ - { offsetInCU: 0x60B, offset: 0x15300D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB80, symBinAddr: 0x14C778, symSize: 0x44 }
+ - { offsetInCU: 0x61F, offset: 0x153021, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xBC4, symBinAddr: 0x14C7BC, symSize: 0x4 }
+ - { offsetInCU: 0x633, offset: 0x153035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xBC8, symBinAddr: 0x14C7C0, symSize: 0x44 }
+ - { offsetInCU: 0x658, offset: 0x15305A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD4, symBinAddr: 0x14BDA4, symSize: 0xC }
+ - { offsetInCU: 0x674, offset: 0x153076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0x14BDB0, symSize: 0x8 }
+ - { offsetInCU: 0x690, offset: 0x153092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE8, symBinAddr: 0x14BDB8, symSize: 0x8 }
+ - { offsetInCU: 0x6AC, offset: 0x1530AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF0, symBinAddr: 0x14BDC0, symSize: 0x8 }
+ - { offsetInCU: 0x6CE, offset: 0x1530D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x234, symBinAddr: 0x14BF04, symSize: 0x28 }
+ - { offsetInCU: 0x6EA, offset: 0x1530EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x25C, symBinAddr: 0x14BF2C, symSize: 0x28 }
+ - { offsetInCU: 0x81, offset: 0x1533C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x14C804, symSize: 0x90 }
+ - { offsetInCU: 0xC5, offset: 0x153408, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvg', symObjAddr: 0x140, symBinAddr: 0x14C944, symSize: 0x30 }
+ - { offsetInCU: 0xE1, offset: 0x153424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvs', symObjAddr: 0x170, symBinAddr: 0x14C974, symSize: 0x3C }
+ - { offsetInCU: 0xFD, offset: 0x153440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvM', symObjAddr: 0x1AC, symBinAddr: 0x14C9B0, symSize: 0x3C }
+ - { offsetInCU: 0x119, offset: 0x15345C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvM.resume.0', symObjAddr: 0x1E8, symBinAddr: 0x14C9EC, symSize: 0x4 }
+ - { offsetInCU: 0x135, offset: 0x153478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvg', symObjAddr: 0x1EC, symBinAddr: 0x14C9F0, symSize: 0x30 }
+ - { offsetInCU: 0x151, offset: 0x153494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvs', symObjAddr: 0x21C, symBinAddr: 0x14CA20, symSize: 0x3C }
+ - { offsetInCU: 0x16D, offset: 0x1534B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvM', symObjAddr: 0x258, symBinAddr: 0x14CA5C, symSize: 0x3C }
+ - { offsetInCU: 0x195, offset: 0x1534D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO2eeoiySbAE_AEtFZ', symObjAddr: 0x294, symBinAddr: 0x14CA98, symSize: 0x10 }
+ - { offsetInCU: 0x1BD, offset: 0x153500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO4hash4intoys6HasherVz_tF', symObjAddr: 0x2A4, symBinAddr: 0x14CAA8, symSize: 0x24 }
+ - { offsetInCU: 0x220, offset: 0x153563, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2C8, symBinAddr: 0x14CACC, symSize: 0x4 }
+ - { offsetInCU: 0x234, offset: 0x153577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2CC, symBinAddr: 0x14CAD0, symSize: 0x8 }
+ - { offsetInCU: 0x28E, offset: 0x1535D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO9hashValueSivg', symObjAddr: 0x2D4, symBinAddr: 0x14CAD8, symSize: 0x44 }
+ - { offsetInCU: 0x35A, offset: 0x15369D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x318, symBinAddr: 0x14CB1C, symSize: 0xC }
+ - { offsetInCU: 0x381, offset: 0x1536C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueSSvg', symObjAddr: 0x324, symBinAddr: 0x14CB28, symSize: 0x28 }
+ - { offsetInCU: 0x3D6, offset: 0x153719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x34C, symBinAddr: 0x14CB50, symSize: 0x18 }
+ - { offsetInCU: 0x434, offset: 0x153777, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x364, symBinAddr: 0x14CB68, symSize: 0x44 }
+ - { offsetInCU: 0x517, offset: 0x15385A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x14CBAC, symSize: 0x28 }
+ - { offsetInCU: 0x589, offset: 0x1538CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x410, symBinAddr: 0x14CC14, symSize: 0x8 }
+ - { offsetInCU: 0x5B4, offset: 0x1538F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x418, symBinAddr: 0x14CC1C, symSize: 0x24 }
+ - { offsetInCU: 0x5E5, offset: 0x153928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x43C, symBinAddr: 0x14CC40, symSize: 0xC }
+ - { offsetInCU: 0x601, offset: 0x153944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x448, symBinAddr: 0x14CC4C, symSize: 0xC }
+ - { offsetInCU: 0x61D, offset: 0x153960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueAESgSS_tcfCTf4nd_n', symObjAddr: 0xDC8, symBinAddr: 0x14D5CC, symSize: 0xD8 }
+ - { offsetInCU: 0x662, offset: 0x1539A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4A4, symBinAddr: 0x14CCA8, symSize: 0x4C }
+ - { offsetInCU: 0x687, offset: 0x1539CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0x14CCF4, symSize: 0x1A8 }
+ - { offsetInCU: 0x6E3, offset: 0x153A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_Sbtcfc', symObjAddr: 0x698, symBinAddr: 0x14CE9C, symSize: 0x7C }
+ - { offsetInCU: 0x70E, offset: 0x153A51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCfd', symObjAddr: 0x734, symBinAddr: 0x14CF38, symSize: 0x8 }
+ - { offsetInCU: 0x73D, offset: 0x153A80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCfD', symObjAddr: 0x73C, symBinAddr: 0x14CF40, symSize: 0x10 }
+ - { offsetInCU: 0x76C, offset: 0x153AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x74C, symBinAddr: 0x14CF50, symSize: 0x124 }
+ - { offsetInCU: 0x7AB, offset: 0x153AEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x870, symBinAddr: 0x14D074, symSize: 0x2C }
+ - { offsetInCU: 0x7CE, offset: 0x153B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x89C, symBinAddr: 0x14D0A0, symSize: 0x28 }
+ - { offsetInCU: 0x7F2, offset: 0x153B35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4copyACyF', symObjAddr: 0x90, symBinAddr: 0x14C894, symSize: 0xB0 }
+ - { offsetInCU: 0x86F, offset: 0x153BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCMa', symObjAddr: 0x714, symBinAddr: 0x14CF18, symSize: 0x20 }
+ - { offsetInCU: 0x8AF, offset: 0x153BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC11descriptionSSvg', symObjAddr: 0x8C4, symBinAddr: 0x14D0C8, symSize: 0x110 }
+ - { offsetInCU: 0x9BD, offset: 0x153D00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x9D4, symBinAddr: 0x14D1D8, symSize: 0x20 }
+ - { offsetInCU: 0x9D9, offset: 0x153D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC2eeoiySbAC_ACtFZ', symObjAddr: 0x9F4, symBinAddr: 0x14D1F8, symSize: 0x8C }
+ - { offsetInCU: 0xA3E, offset: 0x153D81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0x14D284, symSize: 0x8C }
+ - { offsetInCU: 0xA9B, offset: 0x153DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4hash4intoys6HasherVz_tF', symObjAddr: 0xB0C, symBinAddr: 0x14D310, symSize: 0x5C }
+ - { offsetInCU: 0xB7B, offset: 0x153EBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC9hashValueSivg', symObjAddr: 0xB68, symBinAddr: 0x14D36C, symSize: 0x6C }
+ - { offsetInCU: 0xCAE, offset: 0x153FF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH9hashValueSivgTW', symObjAddr: 0xBD4, symBinAddr: 0x14D3D8, symSize: 0x70 }
+ - { offsetInCU: 0xDE4, offset: 0x154127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC44, symBinAddr: 0x14D448, symSize: 0x60 }
+ - { offsetInCU: 0xEBF, offset: 0x154202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0xD10, symBinAddr: 0x14D514, symSize: 0xB8 }
+ - { offsetInCU: 0xF4F, offset: 0x154292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xF04, symBinAddr: 0x14D6A4, symSize: 0x44 }
+ - { offsetInCU: 0xF63, offset: 0x1542A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASQWb', symObjAddr: 0xF68, symBinAddr: 0x14D6E8, symSize: 0x4 }
+ - { offsetInCU: 0xF77, offset: 0x1542BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAESQAAWl', symObjAddr: 0xF6C, symBinAddr: 0x14D6EC, symSize: 0x44 }
+ - { offsetInCU: 0xF8B, offset: 0x1542CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xFB0, symBinAddr: 0x14D730, symSize: 0x4 }
+ - { offsetInCU: 0xF9F, offset: 0x1542E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xFB4, symBinAddr: 0x14D734, symSize: 0x44 }
+ - { offsetInCU: 0xFB3, offset: 0x1542F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xFF8, symBinAddr: 0x14D778, symSize: 0x4 }
+ - { offsetInCU: 0xFC7, offset: 0x15430A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xFFC, symBinAddr: 0x14D77C, symSize: 0x44 }
+ - { offsetInCU: 0xFDB, offset: 0x15431E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASQWb', symObjAddr: 0x1040, symBinAddr: 0x14D7C0, symSize: 0x4 }
+ - { offsetInCU: 0xFEF, offset: 0x154332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCACSQAAWl', symObjAddr: 0x1044, symBinAddr: 0x14D7C4, symSize: 0x44 }
+ - { offsetInCU: 0x1003, offset: 0x154346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwet', symObjAddr: 0x11E8, symBinAddr: 0x14D958, symSize: 0x90 }
+ - { offsetInCU: 0x1017, offset: 0x15435A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwst', symObjAddr: 0x1278, symBinAddr: 0x14D9E8, symSize: 0xBC }
+ - { offsetInCU: 0x102B, offset: 0x15436E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwug', symObjAddr: 0x1334, symBinAddr: 0x14DAA4, symSize: 0x8 }
+ - { offsetInCU: 0x103F, offset: 0x154382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwup', symObjAddr: 0x133C, symBinAddr: 0x14DAAC, symSize: 0x4 }
+ - { offsetInCU: 0x1053, offset: 0x154396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwui', symObjAddr: 0x1340, symBinAddr: 0x14DAB0, symSize: 0xC }
+ - { offsetInCU: 0x1067, offset: 0x1543AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOMa', symObjAddr: 0x134C, symBinAddr: 0x14DABC, symSize: 0x10 }
+ - { offsetInCU: 0x10B9, offset: 0x1543FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x14CBD4, symSize: 0x40 }
+ - { offsetInCU: 0x115B, offset: 0x15449E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x454, symBinAddr: 0x14CC58, symSize: 0x28 }
+ - { offsetInCU: 0x1177, offset: 0x1544BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x47C, symBinAddr: 0x14CC80, symSize: 0x28 }
+ - { offsetInCU: 0x11CF, offset: 0x154512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCA4, symBinAddr: 0x14D4A8, symSize: 0x6C }
+ - { offsetInCU: 0x4B, offset: 0x15485E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x14DAD0, symSize: 0x28 }
+ - { offsetInCU: 0x91, offset: 0x1548A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0x28, symBinAddr: 0x14DAF8, symSize: 0x30 }
+ - { offsetInCU: 0xD6, offset: 0x1548E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x58, symBinAddr: 0x14DB28, symSize: 0xC }
+ - { offsetInCU: 0xFD, offset: 0x154910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x64, symBinAddr: 0x14DB34, symSize: 0xA4 }
+ - { offsetInCU: 0x168, offset: 0x15497B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x11C, symBinAddr: 0x14DBEC, symSize: 0x90 }
+ - { offsetInCU: 0x1EA, offset: 0x1549FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCACycfC', symObjAddr: 0x228, symBinAddr: 0x14DCF8, symSize: 0x2C }
+ - { offsetInCU: 0x249, offset: 0x154A5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCACycfc', symObjAddr: 0x254, symBinAddr: 0x14DD24, symSize: 0x2C }
+ - { offsetInCU: 0x28E, offset: 0x154AA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfd', symObjAddr: 0x288, symBinAddr: 0x14DD58, symSize: 0x1C }
+ - { offsetInCU: 0x2C9, offset: 0x154ADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfD', symObjAddr: 0x2A4, symBinAddr: 0x14DD74, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x154B3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfE', symObjAddr: 0x280, symBinAddr: 0x14DD50, symSize: 0x8 }
+ - { offsetInCU: 0x358, offset: 0x154B6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCMa', symObjAddr: 0x334, symBinAddr: 0x14DE04, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x154D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x14DE3C, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x154DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x14DE3C, symSize: 0xD0 }
+ - { offsetInCU: 0xAA, offset: 0x154E0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0x14DF0C, symSize: 0x8 }
+ - { offsetInCU: 0xC6, offset: 0x154E2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xD8, symBinAddr: 0x14DF14, symSize: 0x48 }
+ - { offsetInCU: 0xEB, offset: 0x154E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x120, symBinAddr: 0x14DF5C, symSize: 0x21C }
+ - { offsetInCU: 0x1D0, offset: 0x154F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfC', symObjAddr: 0x4AC, symBinAddr: 0x14E198, symSize: 0xD8 }
+ - { offsetInCU: 0x26F, offset: 0x154FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0Vtcfc', symObjAddr: 0x584, symBinAddr: 0x14E270, symSize: 0xB4 }
+ - { offsetInCU: 0x348, offset: 0x1550AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x638, symBinAddr: 0x14E324, symSize: 0x2C }
+ - { offsetInCU: 0x3A7, offset: 0x15510C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x664, symBinAddr: 0x14E350, symSize: 0x2C }
+ - { offsetInCU: 0x404, offset: 0x155169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCfd', symObjAddr: 0x690, symBinAddr: 0x14E37C, symSize: 0x2C }
+ - { offsetInCU: 0x455, offset: 0x1551BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCfD', symObjAddr: 0x6D0, symBinAddr: 0x14E3A8, symSize: 0x34 }
+ - { offsetInCU: 0x4AF, offset: 0x155214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCMa', symObjAddr: 0x404, symBinAddr: 0x14E178, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x155500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x14E3F0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x155524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x14E3F0, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x155542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x14E400, symSize: 0x1B0 }
+ - { offsetInCU: 0x188, offset: 0x155661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfc', symObjAddr: 0x1C0, symBinAddr: 0x14E5B0, symSize: 0x8 }
+ - { offsetInCU: 0x1B7, offset: 0x155690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCfd', symObjAddr: 0x1C8, symBinAddr: 0x14E5B8, symSize: 0x8 }
+ - { offsetInCU: 0x1E6, offset: 0x1556BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCfD', symObjAddr: 0x1D0, symBinAddr: 0x14E5C0, symSize: 0x10 }
+ - { offsetInCU: 0x286, offset: 0x15575F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0x264, symBinAddr: 0x14E5D0, symSize: 0x44 }
+ - { offsetInCU: 0x29A, offset: 0x155773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCMa', symObjAddr: 0x2A8, symBinAddr: 0x14E614, symSize: 0x20 }
+ - { offsetInCU: 0xC9, offset: 0x155A2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC4kind7packets8previousAcA10PacketInfoV4KindO_SayAHGAA13Statisticable_pSgtcfC', symObjAddr: 0x1E98, symBinAddr: 0x1504CC, symSize: 0x54 }
+ - { offsetInCU: 0xF6, offset: 0x155A5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvg', symObjAddr: 0x217C, symBinAddr: 0x1507B0, symSize: 0x34 }
+ - { offsetInCU: 0x112, offset: 0x155A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvs', symObjAddr: 0x21B0, symBinAddr: 0x1507E4, symSize: 0x44 }
+ - { offsetInCU: 0x12E, offset: 0x155A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvM', symObjAddr: 0x21F4, symBinAddr: 0x150828, symSize: 0x3C }
+ - { offsetInCU: 0x14A, offset: 0x155AB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvg', symObjAddr: 0x2230, symBinAddr: 0x150864, symSize: 0x34 }
+ - { offsetInCU: 0x166, offset: 0x155ACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvs', symObjAddr: 0x2264, symBinAddr: 0x150898, symSize: 0x44 }
+ - { offsetInCU: 0x182, offset: 0x155AE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvM', symObjAddr: 0x22A8, symBinAddr: 0x1508DC, symSize: 0x3C }
+ - { offsetInCU: 0x19E, offset: 0x155B04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvM.resume.0', symObjAddr: 0x22E4, symBinAddr: 0x150918, symSize: 0x4 }
+ - { offsetInCU: 0x1BA, offset: 0x155B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvg', symObjAddr: 0x22E8, symBinAddr: 0x15091C, symSize: 0x48 }
+ - { offsetInCU: 0x1D6, offset: 0x155B3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvs', symObjAddr: 0x2330, symBinAddr: 0x150964, symSize: 0x58 }
+ - { offsetInCU: 0x1F2, offset: 0x155B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvM', symObjAddr: 0x2388, symBinAddr: 0x1509BC, symSize: 0x3C }
+ - { offsetInCU: 0x20E, offset: 0x155B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvg', symObjAddr: 0x23C4, symBinAddr: 0x1509F8, symSize: 0xBB4 }
+ - { offsetInCU: 0x22A, offset: 0x155B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvs', symObjAddr: 0x2F78, symBinAddr: 0x1515AC, symSize: 0x430 }
+ - { offsetInCU: 0x246, offset: 0x155BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvM', symObjAddr: 0x33A8, symBinAddr: 0x1519DC, symSize: 0x3C }
+ - { offsetInCU: 0x262, offset: 0x155BC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvg', symObjAddr: 0x33E4, symBinAddr: 0x151A18, symSize: 0xBB4 }
+ - { offsetInCU: 0x27E, offset: 0x155BE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvs', symObjAddr: 0x3F98, symBinAddr: 0x1525CC, symSize: 0x43C }
+ - { offsetInCU: 0x29A, offset: 0x155C00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvM', symObjAddr: 0x43D4, symBinAddr: 0x152A08, symSize: 0x3C }
+ - { offsetInCU: 0x2B6, offset: 0x155C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvg', symObjAddr: 0x4410, symBinAddr: 0x152A44, symSize: 0xBB4 }
+ - { offsetInCU: 0x2D2, offset: 0x155C38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvs', symObjAddr: 0x4FC4, symBinAddr: 0x1535F8, symSize: 0x43C }
+ - { offsetInCU: 0x2EE, offset: 0x155C54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvM', symObjAddr: 0x5400, symBinAddr: 0x153A34, symSize: 0x3C }
+ - { offsetInCU: 0x30A, offset: 0x155C70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvg', symObjAddr: 0x543C, symBinAddr: 0x153A70, symSize: 0xBBC }
+ - { offsetInCU: 0x326, offset: 0x155C8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvs', symObjAddr: 0x5FF8, symBinAddr: 0x15462C, symSize: 0x43C }
+ - { offsetInCU: 0x342, offset: 0x155CA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvM', symObjAddr: 0x6434, symBinAddr: 0x154A68, symSize: 0x3C }
+ - { offsetInCU: 0x35E, offset: 0x155CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvg', symObjAddr: 0x6470, symBinAddr: 0x154AA4, symSize: 0xBC0 }
+ - { offsetInCU: 0x37A, offset: 0x155CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvs', symObjAddr: 0x7030, symBinAddr: 0x155664, symSize: 0x440 }
+ - { offsetInCU: 0x396, offset: 0x155CFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvM', symObjAddr: 0x7470, symBinAddr: 0x155AA4, symSize: 0x40 }
+ - { offsetInCU: 0x41D, offset: 0x155D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC4kind7packets8previousAcA10PacketInfoV4KindO_SayAHGAA13Statisticable_pSgtcfc', symObjAddr: 0x74B0, symBinAddr: 0x155AE4, symSize: 0x6AA8 }
+ - { offsetInCU: 0xE2B, offset: 0x156791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCfd', symObjAddr: 0xE070, symBinAddr: 0x15C6A4, symSize: 0x1B70 }
+ - { offsetInCU: 0xE5A, offset: 0x1567C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCfD', symObjAddr: 0xFBE0, symBinAddr: 0x15E214, symSize: 0x1C }
+ - { offsetInCU: 0xE87, offset: 0x1567ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP7packetsSayAA10PacketInfoVGvgTW', symObjAddr: 0xFBFC, symBinAddr: 0x15E230, symSize: 0x28 }
+ - { offsetInCU: 0xEA3, offset: 0x156809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP10allPacketsSayAA10PacketInfoVGvgTW', symObjAddr: 0xFC24, symBinAddr: 0x15E258, symSize: 0x28 }
+ - { offsetInCU: 0xEB7, offset: 0x15681D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP8previousAaD_pSgvgTW', symObjAddr: 0xFC4C, symBinAddr: 0x15E280, symSize: 0x28 }
+ - { offsetInCU: 0xECB, offset: 0x156831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP7inboundAA10PacketInfoVSgvgTW', symObjAddr: 0xFC74, symBinAddr: 0x15E2A8, symSize: 0x4C }
+ - { offsetInCU: 0xEDF, offset: 0x156845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP8outboundAA10PacketInfoVSgvgTW', symObjAddr: 0xFCC0, symBinAddr: 0x15E2F4, symSize: 0x4C }
+ - { offsetInCU: 0xEFB, offset: 0x156861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP13remoteInboundAA10PacketInfoVSgvgTW', symObjAddr: 0xFD0C, symBinAddr: 0x15E340, symSize: 0x4C }
+ - { offsetInCU: 0xF0F, offset: 0x156875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP14localCandidateAA10PacketInfoVSgvgTW', symObjAddr: 0xFDE0, symBinAddr: 0x15E38C, symSize: 0x4C }
+ - { offsetInCU: 0xF2B, offset: 0x156891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP21selectedCandidatePairAA10PacketInfoVSgvgTW', symObjAddr: 0xFE2C, symBinAddr: 0x15E3D8, symSize: 0x4C }
+ - { offsetInCU: 0x1026, offset: 0x15698C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC6getMOSAA8MOSValueOyF', symObjAddr: 0x0, symBinAddr: 0x14E634, symSize: 0x1CC }
+ - { offsetInCU: 0x122D, offset: 0x156B93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE15packetsReceiveds5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x1EEC, symBinAddr: 0x150520, symSize: 0x148 }
+ - { offsetInCU: 0x12F6, offset: 0x156C5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsLosts5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x2034, symBinAddr: 0x150668, symSize: 0x148 }
+ - { offsetInCU: 0x1402, offset: 0x156D68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xFE78, symBinAddr: 0x15E424, symSize: 0x34 }
+ - { offsetInCU: 0x141E, offset: 0x156D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOc', symObjAddr: 0xFFDC, symBinAddr: 0x15E458, symSize: 0x48 }
+ - { offsetInCU: 0x1432, offset: 0x156D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOf', symObjAddr: 0x10024, symBinAddr: 0x15E4A0, symSize: 0x48 }
+ - { offsetInCU: 0x1446, offset: 0x156DAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOh', symObjAddr: 0x1006C, symBinAddr: 0x15E4E8, symSize: 0x40 }
+ - { offsetInCU: 0x145A, offset: 0x156DC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOy', symObjAddr: 0x100AC, symBinAddr: 0x15E528, symSize: 0xF0 }
+ - { offsetInCU: 0x146E, offset: 0x156DD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVWOr', symObjAddr: 0x1019C, symBinAddr: 0x15E618, symSize: 0xF0 }
+ - { offsetInCU: 0x1482, offset: 0x156DE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVWOs', symObjAddr: 0x1028C, symBinAddr: 0x15E708, symSize: 0xF4 }
+ - { offsetInCU: 0x1496, offset: 0x156DFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableAAWI', symObjAddr: 0x10664, symBinAddr: 0x15EAE0, symSize: 0x24 }
+ - { offsetInCU: 0x14AA, offset: 0x156E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCACs23CustomStringConvertibleAAWl', symObjAddr: 0x10688, symBinAddr: 0x15EB04, symSize: 0x44 }
+ - { offsetInCU: 0x14BE, offset: 0x156E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCMa', symObjAddr: 0x106CC, symBinAddr: 0x15EB48, symSize: 0x20 }
+ - { offsetInCU: 0x154D, offset: 0x156EB3, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU3_SSSgTf1ncn_n', symObjAddr: 0x1CC, symBinAddr: 0x14E800, symSize: 0x9AC }
+ - { offsetInCU: 0x1667, offset: 0x156FCD, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU4_AHSgTf1ncn_n', symObjAddr: 0xB78, symBinAddr: 0x14F1AC, symSize: 0x990 }
+ - { offsetInCU: 0x1782, offset: 0x1570E8, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU5_AHSgTf1ncn_n', symObjAddr: 0x1508, symBinAddr: 0x14FB3C, symSize: 0x990 }
+ - { offsetInCU: 0x27, offset: 0x15749D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x15F7B8, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x1574C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x15F7B8, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x1574FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0x15F8B4, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x15751D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0x15F91C, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x157546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0x15F988, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x15756F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0x15F9F4, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x15758B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0x15F9F8, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x1575A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0x15FA24, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x1575C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0x15FA2C, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x1575D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x15FA58, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x15765F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x458, symBinAddr: 0x15FBD0, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x15768A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x15FBD8, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x1576D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x15FC40, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x157702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x15FC6C, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x157726, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0x15F854, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x157740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0x15F874, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x15777B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x15FCA4, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x15778F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x15FCC8, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x1577A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x15FD0C, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x1577B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x15FD10, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x1577CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x15FD58, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x1577DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x15FD7C, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x1577F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA0F0AAWl', symObjAddr: 0x720, symBinAddr: 0x15FDA8, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x157807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x15FDEC, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x15781B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x15FE30, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x15782F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x15FE54, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x157843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x15FE98, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x157857, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x15FEBC, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x15786B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x15FEEC, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x15787F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x15FF14, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x157893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x15FF58, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x1578A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwta', symObjAddr: 0x958, symBinAddr: 0x15FFCC, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x1578BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x160018, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x1578CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x160060, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x1578E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x1600A8, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x157B29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x160148, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x157B41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x160148, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x157B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x16014C, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x157B8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x160188, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x157BAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x1601B0, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x157BDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x1601F0, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x157BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x1601F4, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x157C16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x1601F8, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x157C2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV9inviterIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x160200, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x157C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6roomId07inviterH0ACSS_SStcfC', symObjAddr: 0xE8, symBinAddr: 0x160230, symSize: 0x98 }
+ - { offsetInCU: 0x1E3, offset: 0x157CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1602C8, symSize: 0x1C }
+ - { offsetInCU: 0x203, offset: 0x157D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x1602E4, symSize: 0x7C }
+ - { offsetInCU: 0x23C, offset: 0x157D3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x258, symBinAddr: 0x160360, symSize: 0x7C }
+ - { offsetInCU: 0x272, offset: 0x157D74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2D4, symBinAddr: 0x1603DC, symSize: 0x8 }
+ - { offsetInCU: 0x299, offset: 0x157D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2DC, symBinAddr: 0x1603E4, symSize: 0xC }
+ - { offsetInCU: 0x2C0, offset: 0x157DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2E8, symBinAddr: 0x1603F0, symSize: 0x38 }
+ - { offsetInCU: 0x2E7, offset: 0x157DE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x320, symBinAddr: 0x160428, symSize: 0x38 }
+ - { offsetInCU: 0x31D, offset: 0x157E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4DC, symBinAddr: 0x1605E4, symSize: 0x88 }
+ - { offsetInCU: 0x351, offset: 0x157E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x564, symBinAddr: 0x16066C, symSize: 0x28 }
+ - { offsetInCU: 0x365, offset: 0x157E67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x58C, symBinAddr: 0x160694, symSize: 0x8 }
+ - { offsetInCU: 0x39B, offset: 0x157E9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x594, symBinAddr: 0x16069C, symSize: 0x8C }
+ - { offsetInCU: 0x3E6, offset: 0x157EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x620, symBinAddr: 0x160728, symSize: 0xC }
+ - { offsetInCU: 0x402, offset: 0x157F04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x62C, symBinAddr: 0x160734, symSize: 0xC }
+ - { offsetInCU: 0x42E, offset: 0x157F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x688, symBinAddr: 0x160790, symSize: 0x40 }
+ - { offsetInCU: 0x465, offset: 0x157F67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6C8, symBinAddr: 0x1607D0, symSize: 0x8 }
+ - { offsetInCU: 0x490, offset: 0x157F92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6D0, symBinAddr: 0x1607D8, symSize: 0x8 }
+ - { offsetInCU: 0x4D8, offset: 0x157FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6D8, symBinAddr: 0x1607E0, symSize: 0x18 }
+ - { offsetInCU: 0x510, offset: 0x158012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x6F0, symBinAddr: 0x1607F8, symSize: 0x120 }
+ - { offsetInCU: 0x59F, offset: 0x1580A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x810, symBinAddr: 0x160918, symSize: 0x4 }
+ - { offsetInCU: 0x5B3, offset: 0x1580B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x814, symBinAddr: 0x16091C, symSize: 0x44 }
+ - { offsetInCU: 0x5C7, offset: 0x1580C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x858, symBinAddr: 0x160960, symSize: 0x4 }
+ - { offsetInCU: 0x5DB, offset: 0x1580DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x85C, symBinAddr: 0x160964, symSize: 0x44 }
+ - { offsetInCU: 0x5EF, offset: 0x1580F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8A0, symBinAddr: 0x1609A8, symSize: 0x4 }
+ - { offsetInCU: 0x603, offset: 0x158105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8A4, symBinAddr: 0x1609AC, symSize: 0x44 }
+ - { offsetInCU: 0x617, offset: 0x158119, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8E8, symBinAddr: 0x1609F0, symSize: 0x24 }
+ - { offsetInCU: 0x62B, offset: 0x15812D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x90C, symBinAddr: 0x160A14, symSize: 0x44 }
+ - { offsetInCU: 0x63F, offset: 0x158141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x950, symBinAddr: 0x160A58, symSize: 0x4 }
+ - { offsetInCU: 0x653, offset: 0x158155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x998, symBinAddr: 0x160A5C, symSize: 0x24 }
+ - { offsetInCU: 0x667, offset: 0x158169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x9BC, symBinAddr: 0x160A80, symSize: 0x44 }
+ - { offsetInCU: 0x67B, offset: 0x15817D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA11RequestableAAWI', symObjAddr: 0xA00, symBinAddr: 0x160AC4, symSize: 0x2C }
+ - { offsetInCU: 0x68F, offset: 0x158191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA0F0AAWl', symObjAddr: 0xA2C, symBinAddr: 0x160AF0, symSize: 0x44 }
+ - { offsetInCU: 0x6A3, offset: 0x1581A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA70, symBinAddr: 0x160B34, symSize: 0x44 }
+ - { offsetInCU: 0x6B7, offset: 0x1581B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0AAWI', symObjAddr: 0xAB4, symBinAddr: 0x160B78, symSize: 0x24 }
+ - { offsetInCU: 0x6CB, offset: 0x1581CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVACSEAAWl', symObjAddr: 0xAD8, symBinAddr: 0x160B9C, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0x1581E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB1C, symBinAddr: 0x160BE0, symSize: 0x24 }
+ - { offsetInCU: 0x6F3, offset: 0x1581F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwCP', symObjAddr: 0xB40, symBinAddr: 0x160C04, symSize: 0x30 }
+ - { offsetInCU: 0x707, offset: 0x158209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwxx', symObjAddr: 0xB70, symBinAddr: 0x160C34, symSize: 0x28 }
+ - { offsetInCU: 0x71B, offset: 0x15821D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwcp', symObjAddr: 0xB98, symBinAddr: 0x160C5C, symSize: 0x44 }
+ - { offsetInCU: 0x72F, offset: 0x158231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwca', symObjAddr: 0xBDC, symBinAddr: 0x160CA0, symSize: 0x6C }
+ - { offsetInCU: 0x743, offset: 0x158245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwta', symObjAddr: 0xC54, symBinAddr: 0x160D0C, symSize: 0x4C }
+ - { offsetInCU: 0x757, offset: 0x158259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwet', symObjAddr: 0xCA0, symBinAddr: 0x160D58, symSize: 0x48 }
+ - { offsetInCU: 0x76B, offset: 0x15826D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwst', symObjAddr: 0xCE8, symBinAddr: 0x160DA0, symSize: 0x40 }
+ - { offsetInCU: 0x77F, offset: 0x158281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVMa', symObjAddr: 0xD28, symBinAddr: 0x160DE0, symSize: 0x10 }
+ - { offsetInCU: 0x793, offset: 0x158295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwet', symObjAddr: 0xD48, symBinAddr: 0x160DF0, symSize: 0x90 }
+ - { offsetInCU: 0x7A7, offset: 0x1582A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwst', symObjAddr: 0xDD8, symBinAddr: 0x160E80, symSize: 0xBC }
+ - { offsetInCU: 0x7BB, offset: 0x1582BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE94, symBinAddr: 0x160F3C, symSize: 0x8 }
+ - { offsetInCU: 0x7CF, offset: 0x1582D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwup', symObjAddr: 0xE9C, symBinAddr: 0x160F44, symSize: 0x4 }
+ - { offsetInCU: 0x7E3, offset: 0x1582E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwui', symObjAddr: 0xEA0, symBinAddr: 0x160F48, symSize: 0xC }
+ - { offsetInCU: 0x7F7, offset: 0x1582F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOMa', symObjAddr: 0xEAC, symBinAddr: 0x160F54, symSize: 0x10 }
+ - { offsetInCU: 0x80B, offset: 0x15830D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xEBC, symBinAddr: 0x160F64, symSize: 0x44 }
+ - { offsetInCU: 0x86F, offset: 0x158371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x358, symBinAddr: 0x160460, symSize: 0x88 }
+ - { offsetInCU: 0x91E, offset: 0x158420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3E0, symBinAddr: 0x1604E8, symSize: 0x60 }
+ - { offsetInCU: 0x9B4, offset: 0x1584B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x440, symBinAddr: 0x160548, symSize: 0x40 }
+ - { offsetInCU: 0xA06, offset: 0x158508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0x160588, symSize: 0x5C }
+ - { offsetInCU: 0xA7A, offset: 0x15857C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x638, symBinAddr: 0x160740, symSize: 0x28 }
+ - { offsetInCU: 0xA96, offset: 0x158598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x160768, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x1587CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvg', symObjAddr: 0x0, symBinAddr: 0x160FAC, symSize: 0x8 }
+ - { offsetInCU: 0x4A, offset: 0x1587E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvg', symObjAddr: 0x0, symBinAddr: 0x160FAC, symSize: 0x8 }
+ - { offsetInCU: 0x66, offset: 0x158805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvs', symObjAddr: 0x8, symBinAddr: 0x160FB4, symSize: 0x28 }
+ - { offsetInCU: 0x82, offset: 0x158821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0CvM', symObjAddr: 0x30, symBinAddr: 0x160FDC, symSize: 0x10 }
+ - { offsetInCU: 0x9E, offset: 0x15883D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0CvM.resume.0', symObjAddr: 0x40, symBinAddr: 0x160FEC, symSize: 0x4 }
+ - { offsetInCU: 0xBA, offset: 0x158859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV_12userDefaultsACyxGSS_So06NSUserG0CtcfC', symObjAddr: 0x44, symBinAddr: 0x160FF0, symSize: 0x4 }
+ - { offsetInCU: 0x101, offset: 0x1588A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvg', symObjAddr: 0x48, symBinAddr: 0x160FF4, symSize: 0xD4 }
+ - { offsetInCU: 0x13E, offset: 0x1588DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvs', symObjAddr: 0x1F0, symBinAddr: 0x16114C, symSize: 0x17C }
+ - { offsetInCU: 0x1A2, offset: 0x158941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvM', symObjAddr: 0x36C, symBinAddr: 0x1612C8, symSize: 0x98 }
+ - { offsetInCU: 0x1BE, offset: 0x15895D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvM.resume.0', symObjAddr: 0x404, symBinAddr: 0x161360, symSize: 0x98 }
+ - { offsetInCU: 0x1DB, offset: 0x15897A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvplACyxGTk', symObjAddr: 0x16C, symBinAddr: 0x1610C8, symSize: 0x84 }
+ - { offsetInCU: 0x202, offset: 0x1589A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVMi', symObjAddr: 0x4D0, symBinAddr: 0x16142C, symSize: 0x8 }
+ - { offsetInCU: 0x216, offset: 0x1589B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwCP', symObjAddr: 0x4D8, symBinAddr: 0x161434, symSize: 0x3C }
+ - { offsetInCU: 0x22A, offset: 0x1589C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwxx', symObjAddr: 0x514, symBinAddr: 0x161470, symSize: 0x28 }
+ - { offsetInCU: 0x23E, offset: 0x1589DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwcp', symObjAddr: 0x53C, symBinAddr: 0x161498, symSize: 0x3C }
+ - { offsetInCU: 0x252, offset: 0x1589F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwca', symObjAddr: 0x578, symBinAddr: 0x1614D4, symSize: 0x64 }
+ - { offsetInCU: 0x266, offset: 0x158A05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwta', symObjAddr: 0x5F0, symBinAddr: 0x161538, symSize: 0x44 }
+ - { offsetInCU: 0x27A, offset: 0x158A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwet', symObjAddr: 0x634, symBinAddr: 0x16157C, symSize: 0x48 }
+ - { offsetInCU: 0x28E, offset: 0x158A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwst', symObjAddr: 0x67C, symBinAddr: 0x1615C4, symSize: 0x40 }
+ - { offsetInCU: 0x2A2, offset: 0x158A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVMa', symObjAddr: 0x6BC, symBinAddr: 0x161604, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x158C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC7aliveAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x161610, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x158CB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC7aliveAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x161610, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x158CD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x161618, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x158CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x161660, symSize: 0x218 }
+ - { offsetInCU: 0x165, offset: 0x158DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG07aliveAt12deliveryInfoACSS_SSs5Int64VAA08DeliveryL0VtcfC', symObjAddr: 0x3D8, symBinAddr: 0x161898, symSize: 0xE0 }
+ - { offsetInCU: 0x213, offset: 0x158E81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG07aliveAt12deliveryInfoACSS_SSs5Int64VAA08DeliveryL0Vtcfc', symObjAddr: 0x4B8, symBinAddr: 0x161978, symSize: 0xC4 }
+ - { offsetInCU: 0x2ED, offset: 0x158F5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x57C, symBinAddr: 0x161A3C, symSize: 0x2C }
+ - { offsetInCU: 0x34C, offset: 0x158FBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x5A8, symBinAddr: 0x161A68, symSize: 0x2C }
+ - { offsetInCU: 0x3A9, offset: 0x159017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCfd', symObjAddr: 0x5D4, symBinAddr: 0x161A94, symSize: 0x2C }
+ - { offsetInCU: 0x3FA, offset: 0x159068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCfD', symObjAddr: 0x614, symBinAddr: 0x161AC0, symSize: 0x34 }
+ - { offsetInCU: 0x454, offset: 0x1590C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCMa', symObjAddr: 0x330, symBinAddr: 0x161878, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1593A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab65Calls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x161B08, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x1593C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab65Calls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x161B08, symSize: 0x10 }
+ - { offsetInCU: 0x57, offset: 0x1593D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC28setConnectionQualityDelegate_14monitoringModeyAA0ghI0_p_AA0gH15MonitoringModesOtF', symObjAddr: 0x10, symBinAddr: 0x161B18, symSize: 0xE4 }
+ - { offsetInCU: 0xA2, offset: 0x159424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31removeConnectionQualityDelegateyyF', symObjAddr: 0xF4, symBinAddr: 0x161BFC, symSize: 0xC8 }
+ - { offsetInCU: 0xD1, offset: 0x159453, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31removeConnectionQualityDelegateyyFTo', symObjAddr: 0x1BC, symBinAddr: 0x161CC4, symSize: 0x2C }
+ - { offsetInCU: 0x133, offset: 0x1594B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tF', symObjAddr: 0x1E8, symBinAddr: 0x161CF0, symSize: 0x2C8 }
+ - { offsetInCU: 0x1B4, offset: 0x159536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x4B0, symBinAddr: 0x161FB8, symSize: 0x1D8 }
+ - { offsetInCU: 0x432, offset: 0x1597B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA16StatsLogDelegateA2aDP08sendStatG7Request7summaryyAA7SummaryC_tFTW', symObjAddr: 0x688, symBinAddr: 0x162190, symSize: 0x4 }
+ - { offsetInCU: 0x44E, offset: 0x1597D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOb', symObjAddr: 0x68C, symBinAddr: 0x162194, symSize: 0x48 }
+ - { offsetInCU: 0x462, offset: 0x1597E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA11RequestableAAWl', symObjAddr: 0x714, symBinAddr: 0x1621DC, symSize: 0x44 }
+ - { offsetInCU: 0x476, offset: 0x1597F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA10ResultableAAWl', symObjAddr: 0x758, symBinAddr: 0x162220, symSize: 0x44 }
+ - { offsetInCU: 0x48A, offset: 0x15980C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOs', symObjAddr: 0x79C, symBinAddr: 0x162264, symSize: 0x58 }
+ - { offsetInCU: 0x49E, offset: 0x159820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOe', symObjAddr: 0x7F4, symBinAddr: 0x1622BC, symSize: 0x78 }
+ - { offsetInCU: 0x27, offset: 0x159AFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryC6create10identifier14audioDirection05videoJ08delegate10dataSource14monitorPackets14turnCredential19shouldUseIceRestartAA0dE0CSS_AN0J0OApA0dE8Delegate_pSgAA0de4DataN0_pSgSbAA04TurnR0CSgSbtFZ', symObjAddr: 0x0, symBinAddr: 0x162334, symSize: 0x150 }
+ - { offsetInCU: 0x58, offset: 0x159B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryC6create10identifier14audioDirection05videoJ08delegate10dataSource14monitorPackets14turnCredential19shouldUseIceRestartAA0dE0CSS_AN0J0OApA0dE8Delegate_pSgAA0de4DataN0_pSgSbAA04TurnR0CSgSbtFZ', symObjAddr: 0x0, symBinAddr: 0x162334, symSize: 0x150 }
+ - { offsetInCU: 0x149, offset: 0x159C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCfd', symObjAddr: 0x150, symBinAddr: 0x162484, symSize: 0x8 }
+ - { offsetInCU: 0x178, offset: 0x159C50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCfD', symObjAddr: 0x158, symBinAddr: 0x16248C, symSize: 0x10 }
+ - { offsetInCU: 0x1A7, offset: 0x159C7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCACycfC', symObjAddr: 0x168, symBinAddr: 0x16249C, symSize: 0x10 }
+ - { offsetInCU: 0x1C5, offset: 0x159C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCACycfc', symObjAddr: 0x178, symBinAddr: 0x1624AC, symSize: 0x8 }
+ - { offsetInCU: 0x1F5, offset: 0x159CCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCMa', symObjAddr: 0x180, symBinAddr: 0x1624B4, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x159F6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x1624E8, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x159F87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x2C, symBinAddr: 0x162514, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x159FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC11updatedKeysSaySSGvg', symObjAddr: 0x34, symBinAddr: 0x16251C, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x159FBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x3C, symBinAddr: 0x162524, symSize: 0x8 }
+ - { offsetInCU: 0xE1, offset: 0x15A001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x44, symBinAddr: 0x16252C, symSize: 0x74 }
+ - { offsetInCU: 0x11C, offset: 0x15A03C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xF8, symBinAddr: 0x1625A0, symSize: 0x74 }
+ - { offsetInCU: 0x15F, offset: 0x15A07F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x162614, symSize: 0x8 }
+ - { offsetInCU: 0x186, offset: 0x15A0A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x174, symBinAddr: 0x16261C, symSize: 0xC }
+ - { offsetInCU: 0x1AD, offset: 0x15A0CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x180, symBinAddr: 0x162628, symSize: 0x20 }
+ - { offsetInCU: 0x1E6, offset: 0x15A106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1A0, symBinAddr: 0x162648, symSize: 0x20 }
+ - { offsetInCU: 0x214, offset: 0x15A134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1A0, symBinAddr: 0x162648, symSize: 0x20 }
+ - { offsetInCU: 0x23F, offset: 0x15A15F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x344, symBinAddr: 0x1627EC, symSize: 0x78 }
+ - { offsetInCU: 0x280, offset: 0x15A1A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x3BC, symBinAddr: 0x162864, symSize: 0x28 }
+ - { offsetInCU: 0x294, offset: 0x15A1B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3E4, symBinAddr: 0x16288C, symSize: 0x8 }
+ - { offsetInCU: 0x2CA, offset: 0x15A1EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3EC, symBinAddr: 0x162894, symSize: 0x7C }
+ - { offsetInCU: 0x322, offset: 0x15A242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x468, symBinAddr: 0x162910, symSize: 0xC }
+ - { offsetInCU: 0x33E, offset: 0x15A25E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x474, symBinAddr: 0x16291C, symSize: 0xC }
+ - { offsetInCU: 0x35B, offset: 0x15A27B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4D0, symBinAddr: 0x162978, symSize: 0x4C }
+ - { offsetInCU: 0x380, offset: 0x15A2A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x51C, symBinAddr: 0x1629C4, symSize: 0x25C }
+ - { offsetInCU: 0x42A, offset: 0x15A34A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomId06customG011updatedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64VtcfC', symObjAddr: 0x984, symBinAddr: 0x162C84, symSize: 0x58 }
+ - { offsetInCU: 0x489, offset: 0x15A3A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomId06customG011updatedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64Vtcfc', symObjAddr: 0x9DC, symBinAddr: 0x162CDC, symSize: 0x14 }
+ - { offsetInCU: 0x4C8, offset: 0x15A3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCfd', symObjAddr: 0x9F0, symBinAddr: 0x162CF0, symSize: 0x2C }
+ - { offsetInCU: 0x503, offset: 0x15A423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCfD', symObjAddr: 0xA1C, symBinAddr: 0x162D1C, symSize: 0x34 }
+ - { offsetInCU: 0x546, offset: 0x15A466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC4C, symBinAddr: 0x162F4C, symSize: 0x2C }
+ - { offsetInCU: 0x58B, offset: 0x15A4AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x79C, symBinAddr: 0x162C20, symSize: 0x44 }
+ - { offsetInCU: 0x59F, offset: 0x15A4BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCMa', symObjAddr: 0x7E0, symBinAddr: 0x162C64, symSize: 0x20 }
+ - { offsetInCU: 0x5B3, offset: 0x15A4D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xA50, symBinAddr: 0x162D50, symSize: 0x4 }
+ - { offsetInCU: 0x5C7, offset: 0x15A4E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xA54, symBinAddr: 0x162D54, symSize: 0x44 }
+ - { offsetInCU: 0x5DB, offset: 0x15A4FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0xA98, symBinAddr: 0x162D98, symSize: 0x4 }
+ - { offsetInCU: 0x5EF, offset: 0x15A50F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0xA9C, symBinAddr: 0x162D9C, symSize: 0x44 }
+ - { offsetInCU: 0x603, offset: 0x15A523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0xAE0, symBinAddr: 0x162DE0, symSize: 0x4 }
+ - { offsetInCU: 0x617, offset: 0x15A537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0xAE4, symBinAddr: 0x162DE4, symSize: 0x44 }
+ - { offsetInCU: 0x62B, offset: 0x15A54B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0xB28, symBinAddr: 0x162E28, symSize: 0x34 }
+ - { offsetInCU: 0x63F, offset: 0x15A55F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xB5C, symBinAddr: 0x162E5C, symSize: 0x4C }
+ - { offsetInCU: 0x653, offset: 0x15A573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0xBA8, symBinAddr: 0x162EA8, symSize: 0x34 }
+ - { offsetInCU: 0x667, offset: 0x15A587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xC18, symBinAddr: 0x162F18, symSize: 0x34 }
+ - { offsetInCU: 0x67B, offset: 0x15A59B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xCB4, symBinAddr: 0x162FA4, symSize: 0x90 }
+ - { offsetInCU: 0x68F, offset: 0x15A5AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xD44, symBinAddr: 0x163034, symSize: 0xBC }
+ - { offsetInCU: 0x6A3, offset: 0x15A5C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xE00, symBinAddr: 0x1630F0, symSize: 0x8 }
+ - { offsetInCU: 0x6B7, offset: 0x15A5D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xE08, symBinAddr: 0x1630F8, symSize: 0x4 }
+ - { offsetInCU: 0x6CB, offset: 0x15A5EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xE0C, symBinAddr: 0x1630FC, symSize: 0x8 }
+ - { offsetInCU: 0x6DF, offset: 0x15A5FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xE14, symBinAddr: 0x163104, symSize: 0x10 }
+ - { offsetInCU: 0x728, offset: 0x15A648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C0, symBinAddr: 0x162668, symSize: 0x88 }
+ - { offsetInCU: 0x7D7, offset: 0x15A6F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x248, symBinAddr: 0x1626F0, symSize: 0x60 }
+ - { offsetInCU: 0x855, offset: 0x15A775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2A8, symBinAddr: 0x162750, symSize: 0x40 }
+ - { offsetInCU: 0x8A7, offset: 0x15A7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E8, symBinAddr: 0x162790, symSize: 0x5C }
+ - { offsetInCU: 0x903, offset: 0x15A823, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x480, symBinAddr: 0x162928, symSize: 0x28 }
+ - { offsetInCU: 0x91F, offset: 0x15A83F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4A8, symBinAddr: 0x162950, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x15AAD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCACycfc', symObjAddr: 0x0, symBinAddr: 0x163114, symSize: 0x8 }
+ - { offsetInCU: 0x7A, offset: 0x15AB01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC7process7contextyAA0D0C_tF', symObjAddr: 0x8, symBinAddr: 0x16311C, symSize: 0x2C }
+ - { offsetInCU: 0x96, offset: 0x15AB1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCfd', symObjAddr: 0x50, symBinAddr: 0x163164, symSize: 0x8 }
+ - { offsetInCU: 0xC5, offset: 0x15AB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC7connect7contextyAA0D0C_tF', symObjAddr: 0x58, symBinAddr: 0x16316C, symSize: 0x2C }
+ - { offsetInCU: 0xE1, offset: 0x15AB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC6attach7context2to17completionHandleryAA0D0C_SSySbctF', symObjAddr: 0x84, symBinAddr: 0x163198, symSize: 0x2F0 }
+ - { offsetInCU: 0x3BD, offset: 0x15AE44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x374, symBinAddr: 0x163488, symSize: 0x2C }
+ - { offsetInCU: 0x3D9, offset: 0x15AE60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC23didGenerateICECandidate7context6client9candidateyAA0D0C_AA12WebRTCClientCSo15RTCIceCandidateCtF', symObjAddr: 0x3A0, symBinAddr: 0x1634B4, symSize: 0x1EC }
+ - { offsetInCU: 0x55C, offset: 0x15AFE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC22didRemoveICECandidates7context6client10candidatesyAA0D0C_AA12WebRTCClientCSaySo15RTCIceCandidateCGtF', symObjAddr: 0x58C, symBinAddr: 0x1636A0, symSize: 0x1D0 }
+ - { offsetInCU: 0x6AA, offset: 0x15B131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionI0CtF', symObjAddr: 0x75C, symBinAddr: 0x163870, symSize: 0x8 }
+ - { offsetInCU: 0x6C6, offset: 0x15B14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC14didReceiveData7context6client4datayAA0D0C_AA12WebRTCClientC10Foundation0H0VtF', symObjAddr: 0x764, symBinAddr: 0x163878, symSize: 0x194 }
+ - { offsetInCU: 0x83E, offset: 0x15B2C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0xA54, symBinAddr: 0x163B68, symSize: 0x134 }
+ - { offsetInCU: 0x93D, offset: 0x15B3C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0xB88, symBinAddr: 0x163C9C, symSize: 0xC }
+ - { offsetInCU: 0x959, offset: 0x15B3E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC26didAudioSessionChangeRoute7context6client7session6reason08previousJ0yAA0D0C_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtF', symObjAddr: 0xB94, symBinAddr: 0x163CA8, symSize: 0x1A4 }
+ - { offsetInCU: 0xA90, offset: 0x15B517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC24didReceiveStatisticsInfo7context6client4infoyAA0D0C_AA12WebRTCClientCAK16RTPPacketMonitorC0I0VtF', symObjAddr: 0xD38, symBinAddr: 0x163E4C, symSize: 0x134 }
+ - { offsetInCU: 0xB9B, offset: 0x15B622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCfD', symObjAddr: 0xE6C, symBinAddr: 0x163F80, symSize: 0x10 }
+ - { offsetInCU: 0xBCA, offset: 0x15B651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCACycfC', symObjAddr: 0xE7C, symBinAddr: 0x163F90, symSize: 0x10 }
+ - { offsetInCU: 0xBE8, offset: 0x15B66F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP7process7contextyAA0D0C_tFTW', symObjAddr: 0xE8C, symBinAddr: 0x163FA0, symSize: 0x28 }
+ - { offsetInCU: 0xC04, offset: 0x15B68B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP7connect7contextyAA0D0C_tFTW', symObjAddr: 0xEB4, symBinAddr: 0x163FC8, symSize: 0x28 }
+ - { offsetInCU: 0xC20, offset: 0x15B6A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP6attach7context2to17completionHandleryAA0D0C_SSySbctFTW', symObjAddr: 0xEDC, symBinAddr: 0x163FF0, symSize: 0x28 }
+ - { offsetInCU: 0xC3C, offset: 0x15B6C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP5close7context012shouldDeleteD0yAA0D0C_SbtFTW', symObjAddr: 0xF04, symBinAddr: 0x164018, symSize: 0x28 }
+ - { offsetInCU: 0xC58, offset: 0x15B6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP23didGenerateICECandidate7context6client9candidateyAA0D0C_AA0fG0CSo15RTCIceCandidateCtFTW', symObjAddr: 0xF2C, symBinAddr: 0x164040, symSize: 0xC }
+ - { offsetInCU: 0xC74, offset: 0x15B6FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP22didRemoveICECandidates7context6client10candidatesyAA0D0C_AA0fG0CSaySo15RTCIceCandidateCGtFTW', symObjAddr: 0xF38, symBinAddr: 0x16404C, symSize: 0xC }
+ - { offsetInCU: 0xC90, offset: 0x15B717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA0fG0CSo010RTCSessionL0CtFTW', symObjAddr: 0xF44, symBinAddr: 0x164058, symSize: 0xC }
+ - { offsetInCU: 0xCAC, offset: 0x15B733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP14didReceiveData7context6client4datayAA0D0C_AA0fG0C10Foundation0K0VtFTW', symObjAddr: 0xF50, symBinAddr: 0x164064, symSize: 0xC }
+ - { offsetInCU: 0xCC8, offset: 0x15B74F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP24didConnectPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF5C, symBinAddr: 0x164070, symSize: 0xC }
+ - { offsetInCU: 0xCE4, offset: 0x15B76B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF68, symBinAddr: 0x16407C, symSize: 0xC }
+ - { offsetInCU: 0xD00, offset: 0x15B787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF74, symBinAddr: 0x164088, symSize: 0xC }
+ - { offsetInCU: 0xD1C, offset: 0x15B7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP22didClosePeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF80, symBinAddr: 0x164094, symSize: 0xC }
+ - { offsetInCU: 0xD38, offset: 0x15B7BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA0fG0CSStFTW', symObjAddr: 0xF8C, symBinAddr: 0x1640A0, symSize: 0xC }
+ - { offsetInCU: 0xD54, offset: 0x15B7DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute7context6client7session6reason08previousM0yAA0D0C_AA0fG0CSo08RTCAudioK0CSo07AVAudiokmL6ReasonVSo0tkM11DescriptionCtFTW', symObjAddr: 0xF98, symBinAddr: 0x1640AC, symSize: 0xC }
+ - { offsetInCU: 0xD70, offset: 0x15B7F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo7context6client4infoyAA0D0C_AA0fG0CAM16RTPPacketMonitorC0L0VtFTW', symObjAddr: 0xFA4, symBinAddr: 0x1640B8, symSize: 0xC }
+ - { offsetInCU: 0xD8C, offset: 0x15B813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionI0CtFTf4ddnd_n', symObjAddr: 0x12C0, symBinAddr: 0x164324, symSize: 0x1EC }
+ - { offsetInCU: 0xEEB, offset: 0x15B972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStFTf4ddnd_n', symObjAddr: 0x14AC, symBinAddr: 0x164510, symSize: 0x184 }
+ - { offsetInCU: 0x11D5, offset: 0x15BC5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCMa', symObjAddr: 0x1098, symBinAddr: 0x1640FC, symSize: 0x20 }
+ - { offsetInCU: 0x11E9, offset: 0x15BC70, size: 0x8, addend: 0x0, symName: '_$sSo15RTCIceCandidateCMa', symObjAddr: 0x1284, symBinAddr: 0x1642E8, symSize: 0x3C }
+ - { offsetInCU: 0x4B, offset: 0x15C006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x16475C, symSize: 0x48 }
+ - { offsetInCU: 0x9F, offset: 0x15C05A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x48, symBinAddr: 0x1647A4, symSize: 0x58 }
+ - { offsetInCU: 0x103, offset: 0x15C0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCACycfC', symObjAddr: 0x130, symBinAddr: 0x16488C, symSize: 0x10 }
+ - { offsetInCU: 0x121, offset: 0x15C0DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCACycfc', symObjAddr: 0x140, symBinAddr: 0x16489C, symSize: 0x8 }
+ - { offsetInCU: 0x150, offset: 0x15C10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCfd', symObjAddr: 0x148, symBinAddr: 0x1648A4, symSize: 0x8 }
+ - { offsetInCU: 0x17F, offset: 0x15C13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCfD', symObjAddr: 0x150, symBinAddr: 0x1648AC, symSize: 0x10 }
+ - { offsetInCU: 0x1AF, offset: 0x15C16A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCMa', symObjAddr: 0x160, symBinAddr: 0x1648BC, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x15C35B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO11isConnectedSbvg', symObjAddr: 0x0, symBinAddr: 0x1648DC, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x15C37F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO11isConnectedSbvg', symObjAddr: 0x0, symBinAddr: 0x1648DC, symSize: 0x10 }
+ - { offsetInCU: 0x7A, offset: 0x15C3AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO7command6callId4statAA16ConnectedRequestVSgSS_AA10StatisticsCSgtF', symObjAddr: 0x10, symBinAddr: 0x1648EC, symSize: 0x17C }
+ - { offsetInCU: 0x12A, offset: 0x15C45E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO2eeoiySbAC_ACtFZ', symObjAddr: 0x4CC, symBinAddr: 0x164DA8, symSize: 0x60 }
+ - { offsetInCU: 0x1E6, offset: 0x15C51A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x52C, symBinAddr: 0x164E08, symSize: 0x60 }
+ - { offsetInCU: 0x298, offset: 0x15C5CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callIdSSvg', symObjAddr: 0x18C, symBinAddr: 0x164A68, symSize: 0x2C }
+ - { offsetInCU: 0x2B4, offset: 0x15C5E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV13iceConnectionAA03IceG0Cvg', symObjAddr: 0x1B8, symBinAddr: 0x164A94, symSize: 0x8 }
+ - { offsetInCU: 0x2D0, offset: 0x15C604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV9reconnectSbvg', symObjAddr: 0x1C0, symBinAddr: 0x164A9C, symSize: 0x8 }
+ - { offsetInCU: 0x2EC, offset: 0x15C620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1C8, symBinAddr: 0x164AA4, symSize: 0x8 }
+ - { offsetInCU: 0x308, offset: 0x15C63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV9requestIdSSvg', symObjAddr: 0x1D0, symBinAddr: 0x164AAC, symSize: 0x2C }
+ - { offsetInCU: 0x31C, offset: 0x15C650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callId13iceConnection9reconnectACSS_AA03IceI0CSbtcfC', symObjAddr: 0x1FC, symBinAddr: 0x164AD8, symSize: 0x5C }
+ - { offsetInCU: 0x330, offset: 0x15C664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x258, symBinAddr: 0x164B34, symSize: 0x208 }
+ - { offsetInCU: 0x3A3, offset: 0x15C6D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x460, symBinAddr: 0x164D3C, symSize: 0x8 }
+ - { offsetInCU: 0x3CE, offset: 0x15C702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x468, symBinAddr: 0x164D44, symSize: 0x2C }
+ - { offsetInCU: 0x400, offset: 0x15C734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x494, symBinAddr: 0x164D70, symSize: 0x38 }
+ - { offsetInCU: 0x423, offset: 0x15C757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callId13iceConnection9reconnectACSS_AA03IceI0CSbtcfCTf4ggnd_n', symObjAddr: 0x58C, symBinAddr: 0x164E68, symSize: 0xC4 }
+ - { offsetInCU: 0x45D, offset: 0x15C791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCACSEAAWl', symObjAddr: 0x73C, symBinAddr: 0x164F2C, symSize: 0x48 }
+ - { offsetInCU: 0x471, offset: 0x15C7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x784, symBinAddr: 0x164F74, symSize: 0x24 }
+ - { offsetInCU: 0x485, offset: 0x15C7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7A8, symBinAddr: 0x164F98, symSize: 0x44 }
+ - { offsetInCU: 0x499, offset: 0x15C7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7EC, symBinAddr: 0x164FDC, symSize: 0x24 }
+ - { offsetInCU: 0x4AD, offset: 0x15C7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13WSRequestableAAWI', symObjAddr: 0x854, symBinAddr: 0x165000, symSize: 0x24 }
+ - { offsetInCU: 0x4C1, offset: 0x15C7F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8BC, symBinAddr: 0x165024, symSize: 0x4 }
+ - { offsetInCU: 0x4D5, offset: 0x15C809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA11RequestableAAWI', symObjAddr: 0x904, symBinAddr: 0x165028, symSize: 0x2C }
+ - { offsetInCU: 0x4E9, offset: 0x15C81D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA0E0AAWl', symObjAddr: 0x930, symBinAddr: 0x165054, symSize: 0x44 }
+ - { offsetInCU: 0x4FD, offset: 0x15C831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x974, symBinAddr: 0x165098, symSize: 0x44 }
+ - { offsetInCU: 0x511, offset: 0x15C845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0AAWI', symObjAddr: 0x9B8, symBinAddr: 0x1650DC, symSize: 0x24 }
+ - { offsetInCU: 0x525, offset: 0x15C859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVACSEAAWl', symObjAddr: 0x9DC, symBinAddr: 0x165100, symSize: 0x44 }
+ - { offsetInCU: 0x539, offset: 0x15C86D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA20, symBinAddr: 0x165144, symSize: 0x24 }
+ - { offsetInCU: 0x54D, offset: 0x15C881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwCP', symObjAddr: 0xA44, symBinAddr: 0x165168, symSize: 0x30 }
+ - { offsetInCU: 0x561, offset: 0x15C895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwxx', symObjAddr: 0xA74, symBinAddr: 0x165198, symSize: 0x30 }
+ - { offsetInCU: 0x575, offset: 0x15C8A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwcp', symObjAddr: 0xAA4, symBinAddr: 0x1651C8, symSize: 0x5C }
+ - { offsetInCU: 0x589, offset: 0x15C8BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwca', symObjAddr: 0xB00, symBinAddr: 0x165224, symSize: 0x94 }
+ - { offsetInCU: 0x59D, offset: 0x15C8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwta', symObjAddr: 0xBA8, symBinAddr: 0x1652B8, symSize: 0x64 }
+ - { offsetInCU: 0x5B1, offset: 0x15C8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwet', symObjAddr: 0xC0C, symBinAddr: 0x16531C, symSize: 0x48 }
+ - { offsetInCU: 0x5C5, offset: 0x15C8F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwst', symObjAddr: 0xC54, symBinAddr: 0x165364, symSize: 0x4C }
+ - { offsetInCU: 0x5D9, offset: 0x15C90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVMa', symObjAddr: 0xCA0, symBinAddr: 0x1653B0, symSize: 0x10 }
+ - { offsetInCU: 0x5ED, offset: 0x15C921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwet', symObjAddr: 0xCC0, symBinAddr: 0x1653C0, symSize: 0xA8 }
+ - { offsetInCU: 0x601, offset: 0x15C935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwst', symObjAddr: 0xD68, symBinAddr: 0x165468, symSize: 0xC4 }
+ - { offsetInCU: 0x615, offset: 0x15C949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwug', symObjAddr: 0xE2C, symBinAddr: 0x16552C, symSize: 0x1C }
+ - { offsetInCU: 0x629, offset: 0x15C95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwup', symObjAddr: 0xE48, symBinAddr: 0x165548, symSize: 0x4 }
+ - { offsetInCU: 0x63D, offset: 0x15C971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwui', symObjAddr: 0xE4C, symBinAddr: 0x16554C, symSize: 0x18 }
+ - { offsetInCU: 0x651, offset: 0x15C985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOMa', symObjAddr: 0xE64, symBinAddr: 0x165564, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x15CC26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvw', symObjAddr: 0x0, symBinAddr: 0x165574, symSize: 0x8C }
+ - { offsetInCU: 0x9C, offset: 0x15CC73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvW', symObjAddr: 0x8C, symBinAddr: 0x165600, symSize: 0xE4 }
+ - { offsetInCU: 0xE9, offset: 0x15CCC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvg', symObjAddr: 0x170, symBinAddr: 0x1656E4, symSize: 0x34 }
+ - { offsetInCU: 0x105, offset: 0x15CCDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvs', symObjAddr: 0x1A4, symBinAddr: 0x165718, symSize: 0x84 }
+ - { offsetInCU: 0x144, offset: 0x15CD1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvM', symObjAddr: 0x228, symBinAddr: 0x16579C, symSize: 0x68 }
+ - { offsetInCU: 0x160, offset: 0x15CD37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvM.resume.0', symObjAddr: 0x290, symBinAddr: 0x165804, symSize: 0x50 }
+ - { offsetInCU: 0x17C, offset: 0x15CD53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC9preparingxSgvg', symObjAddr: 0x2E0, symBinAddr: 0x165854, symSize: 0x104 }
+ - { offsetInCU: 0x1C8, offset: 0x15CD9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6cachesSDy10IdentifierQzxGvg', symObjAddr: 0x458, symBinAddr: 0x1659CC, symSize: 0x34 }
+ - { offsetInCU: 0x1E4, offset: 0x15CDBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE003newE0ACyxGx_xSgtcfC', symObjAddr: 0x48C, symBinAddr: 0x165A00, symSize: 0x4C }
+ - { offsetInCU: 0x202, offset: 0x15CDD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE003newE0ACyxGx_xSgtcfc', symObjAddr: 0x4D8, symBinAddr: 0x165A4C, symSize: 0x1BC }
+ - { offsetInCU: 0x276, offset: 0x15CE4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC7prepare4withyx_tF', symObjAddr: 0x694, symBinAddr: 0x165C08, symSize: 0x140 }
+ - { offsetInCU: 0x2C3, offset: 0x15CE9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC8completeyyF', symObjAddr: 0x7D4, symBinAddr: 0x165D48, symSize: 0x30 }
+ - { offsetInCU: 0x2F0, offset: 0x15CEC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6failedyyF', symObjAddr: 0x804, symBinAddr: 0x165D78, symSize: 0x140 }
+ - { offsetInCU: 0x357, offset: 0x15CF2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC11setDelegateyyAA0deG0_pF', symObjAddr: 0x9F0, symBinAddr: 0x165F64, symSize: 0x14 }
+ - { offsetInCU: 0x394, offset: 0x15CF6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCfd', symObjAddr: 0xA04, symBinAddr: 0x165F78, symSize: 0x2C }
+ - { offsetInCU: 0x3C1, offset: 0x15CF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCfD', symObjAddr: 0xA54, symBinAddr: 0x165FC8, symSize: 0x1C }
+ - { offsetInCU: 0x3EF, offset: 0x15CFC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6cachesSDy10IdentifierQzxGvpAA0D8ValuableRzlACyxGTk', symObjAddr: 0x3FC, symBinAddr: 0x165970, symSize: 0x5C }
+ - { offsetInCU: 0x42A, offset: 0x15D001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6failedyyFyxXEfU0_TA', symObjAddr: 0x99C, symBinAddr: 0x165F10, symSize: 0x54 }
+ - { offsetInCU: 0x466, offset: 0x15D03D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NewValueDelegate_pSgXwWOh', symObjAddr: 0xA30, symBinAddr: 0x165FA4, symSize: 0x24 }
+ - { offsetInCU: 0x486, offset: 0x15D05D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusO03rawE0ACSgSi_tcfC', symObjAddr: 0xA70, symBinAddr: 0x165FE4, symSize: 0x10 }
+ - { offsetInCU: 0x4A5, offset: 0x15D07C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusO03rawE0Sivg', symObjAddr: 0xA80, symBinAddr: 0x165FF4, symSize: 0x8 }
+ - { offsetInCU: 0x4EA, offset: 0x15D0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSYAASY03rawE0xSg03RawE0Qz_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x166104, symSize: 0x18 }
+ - { offsetInCU: 0x51B, offset: 0x15D0F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSYAASY03rawE003RawE0QzvgTW', symObjAddr: 0xBA8, symBinAddr: 0x16611C, symSize: 0xC }
+ - { offsetInCU: 0x543, offset: 0x15D11A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASQWb', symObjAddr: 0xA9C, symBinAddr: 0x166010, symSize: 0x4 }
+ - { offsetInCU: 0x557, offset: 0x15D12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOACSQAAWl', symObjAddr: 0xAA0, symBinAddr: 0x166014, symSize: 0x44 }
+ - { offsetInCU: 0x581, offset: 0x15D158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMi', symObjAddr: 0xC80, symBinAddr: 0x1661F4, symSize: 0x4 }
+ - { offsetInCU: 0x595, offset: 0x15D16C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMr', symObjAddr: 0xC84, symBinAddr: 0x1661F8, symSize: 0x58 }
+ - { offsetInCU: 0x5A9, offset: 0x15D180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMa', symObjAddr: 0xCDC, symBinAddr: 0x166250, symSize: 0xC }
+ - { offsetInCU: 0x5BD, offset: 0x15D194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwet', symObjAddr: 0xDB8, symBinAddr: 0x16631C, symSize: 0x90 }
+ - { offsetInCU: 0x5D1, offset: 0x15D1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwst', symObjAddr: 0xE48, symBinAddr: 0x1663AC, symSize: 0xBC }
+ - { offsetInCU: 0x5E5, offset: 0x15D1BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwug', symObjAddr: 0xF04, symBinAddr: 0x166468, symSize: 0x8 }
+ - { offsetInCU: 0x5F9, offset: 0x15D1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwup', symObjAddr: 0xF0C, symBinAddr: 0x166470, symSize: 0x4 }
+ - { offsetInCU: 0x60D, offset: 0x15D1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwui', symObjAddr: 0xF10, symBinAddr: 0x166474, symSize: 0x8 }
+ - { offsetInCU: 0x621, offset: 0x15D1F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOMa', symObjAddr: 0xF18, symBinAddr: 0x16647C, symSize: 0x10 }
+ - { offsetInCU: 0x655, offset: 0x15D22C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA88, symBinAddr: 0x165FFC, symSize: 0x14 }
+ - { offsetInCU: 0x6E6, offset: 0x15D2BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH04hashE0SivgTW', symObjAddr: 0xAE4, symBinAddr: 0x166058, symSize: 0x44 }
+ - { offsetInCU: 0x795, offset: 0x15D36C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB28, symBinAddr: 0x16609C, symSize: 0x28 }
+ - { offsetInCU: 0x7E8, offset: 0x15D3BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH08_rawHashE04seedS2i_tFTW', symObjAddr: 0xB50, symBinAddr: 0x1660C4, symSize: 0x40 }
+ - { offsetInCU: 0xC3, offset: 0x15D782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherC7serviceAcA0aB7ServiceC_tcfC', symObjAddr: 0x0, symBinAddr: 0x16649C, symSize: 0x98 }
+ - { offsetInCU: 0x146, offset: 0x15D805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherC7serviceAcA0aB7ServiceC_tcfc', symObjAddr: 0x3A8, symBinAddr: 0x166844, symSize: 0x84 }
+ - { offsetInCU: 0x1AB, offset: 0x15D86A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCfd', symObjAddr: 0x520, symBinAddr: 0x166910, symSize: 0x24 }
+ - { offsetInCU: 0x1FC, offset: 0x15D8BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCfD', symObjAddr: 0x544, symBinAddr: 0x166934, symSize: 0x2C }
+ - { offsetInCU: 0x256, offset: 0x15D915, size: 0x8, addend: 0x0, symName: '_$s10Foundation25NSFastEnumerationIteratorVACStAAWl', symObjAddr: 0x42C, symBinAddr: 0x1668C8, symSize: 0x48 }
+ - { offsetInCU: 0x26A, offset: 0x15D929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCMa', symObjAddr: 0x570, symBinAddr: 0x166960, symSize: 0x3C }
+ - { offsetInCU: 0x27E, offset: 0x15D93D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCMr', symObjAddr: 0x5AC, symBinAddr: 0x16699C, symSize: 0x34 }
+ - { offsetInCU: 0x27, offset: 0x15DB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1669F4, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x15DB6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1669F4, symSize: 0x4 }
+ - { offsetInCU: 0x88, offset: 0x15DBAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x4, symBinAddr: 0x1669F8, symSize: 0x74 }
+ - { offsetInCU: 0xCB, offset: 0x15DBEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x78, symBinAddr: 0x166A6C, symSize: 0x8 }
+ - { offsetInCU: 0xF2, offset: 0x15DC16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8intValueSiSgvg', symObjAddr: 0x80, symBinAddr: 0x166A74, symSize: 0xC }
+ - { offsetInCU: 0x119, offset: 0x15DC3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueSSvg', symObjAddr: 0x8C, symBinAddr: 0x166A80, symSize: 0x20 }
+ - { offsetInCU: 0x152, offset: 0x15DC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueSSvg', symObjAddr: 0xAC, symBinAddr: 0x166AA0, symSize: 0x20 }
+ - { offsetInCU: 0x180, offset: 0x15DCA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueSSvg', symObjAddr: 0xAC, symBinAddr: 0x166AA0, symSize: 0x20 }
+ - { offsetInCU: 0x1AB, offset: 0x15DCCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x166C44, symSize: 0x2C }
+ - { offsetInCU: 0x1DC, offset: 0x15DD00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x27C, symBinAddr: 0x166C70, symSize: 0x28 }
+ - { offsetInCU: 0x1F0, offset: 0x15DD14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x2A4, symBinAddr: 0x166C98, symSize: 0x8 }
+ - { offsetInCU: 0x226, offset: 0x15DD4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2AC, symBinAddr: 0x166CA0, symSize: 0x24 }
+ - { offsetInCU: 0x276, offset: 0x15DD9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2D0, symBinAddr: 0x166CC4, symSize: 0xC }
+ - { offsetInCU: 0x292, offset: 0x15DDB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2DC, symBinAddr: 0x166CD0, symSize: 0xC }
+ - { offsetInCU: 0x2AE, offset: 0x15DDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x338, symBinAddr: 0x166D2C, symSize: 0x74 }
+ - { offsetInCU: 0x2EF, offset: 0x15DE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASQWb', symObjAddr: 0x3EC, symBinAddr: 0x166DA0, symSize: 0x4 }
+ - { offsetInCU: 0x303, offset: 0x15DE27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACSQAAWl', symObjAddr: 0x3F0, symBinAddr: 0x166DA4, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x15DE3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x434, symBinAddr: 0x166DE8, symSize: 0x4 }
+ - { offsetInCU: 0x32B, offset: 0x15DE4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x438, symBinAddr: 0x166DEC, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x15DE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x47C, symBinAddr: 0x166E30, symSize: 0x4 }
+ - { offsetInCU: 0x353, offset: 0x15DE77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x480, symBinAddr: 0x166E34, symSize: 0x44 }
+ - { offsetInCU: 0x367, offset: 0x15DE8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwet', symObjAddr: 0x4D4, symBinAddr: 0x166E78, symSize: 0x90 }
+ - { offsetInCU: 0x37B, offset: 0x15DE9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwst', symObjAddr: 0x564, symBinAddr: 0x166F08, symSize: 0xBC }
+ - { offsetInCU: 0x38F, offset: 0x15DEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwug', symObjAddr: 0x620, symBinAddr: 0x166FC4, symSize: 0x8 }
+ - { offsetInCU: 0x3A3, offset: 0x15DEC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwup', symObjAddr: 0x628, symBinAddr: 0x166FCC, symSize: 0x4 }
+ - { offsetInCU: 0x3B7, offset: 0x15DEDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwui', symObjAddr: 0x62C, symBinAddr: 0x166FD0, symSize: 0x8 }
+ - { offsetInCU: 0x3CB, offset: 0x15DEEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOMa', symObjAddr: 0x634, symBinAddr: 0x166FD8, symSize: 0x10 }
+ - { offsetInCU: 0x414, offset: 0x15DF38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCC, symBinAddr: 0x166AC0, symSize: 0x88 }
+ - { offsetInCU: 0x4C3, offset: 0x15DFE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x154, symBinAddr: 0x166B48, symSize: 0x60 }
+ - { offsetInCU: 0x541, offset: 0x15E065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B4, symBinAddr: 0x166BA8, symSize: 0x40 }
+ - { offsetInCU: 0x593, offset: 0x15E0B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F4, symBinAddr: 0x166BE8, symSize: 0x5C }
+ - { offsetInCU: 0x5EF, offset: 0x15E113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2E8, symBinAddr: 0x166CDC, symSize: 0x28 }
+ - { offsetInCU: 0x60B, offset: 0x15E12F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x166D04, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x15E33E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x166FE8, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x15E35C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x166FF8, symSize: 0x18C }
+ - { offsetInCU: 0xBD, offset: 0x15E3B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x19C, symBinAddr: 0x167184, symSize: 0xDC }
+ - { offsetInCU: 0xFB, offset: 0x15E3EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x278, symBinAddr: 0x167260, symSize: 0x194 }
+ - { offsetInCU: 0x22F, offset: 0x15E522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA17DirectCallContext_p_AA0O11ConstraintsCAA04TurnL0CSayAA10CapabilityOGtF', symObjAddr: 0x40C, symBinAddr: 0x1673F4, symSize: 0x140 }
+ - { offsetInCU: 0x2EE, offset: 0x15E5E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCACycfc', symObjAddr: 0x760, symBinAddr: 0x167748, symSize: 0x8 }
+ - { offsetInCU: 0x31D, offset: 0x15E610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCfd', symObjAddr: 0x768, symBinAddr: 0x167750, symSize: 0x8 }
+ - { offsetInCU: 0x34C, offset: 0x15E63F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCfD', symObjAddr: 0x770, symBinAddr: 0x167758, symSize: 0x10 }
+ - { offsetInCU: 0x459, offset: 0x15E74C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7A4, symBinAddr: 0x167768, symSize: 0x10 }
+ - { offsetInCU: 0x46D, offset: 0x15E760, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x7B4, symBinAddr: 0x167778, symSize: 0x8 }
+ - { offsetInCU: 0x481, offset: 0x15E774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCMa', symObjAddr: 0x7BC, symBinAddr: 0x167780, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x15EA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1677A8, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x15EA71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1677A8, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x15EAAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0x1678A4, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x15EACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0x16790C, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x15EAF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0x167978, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x15EB1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0x1679E4, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x15EB3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0x1679E8, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x15EB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0x167A14, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x15EB73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0x167A1C, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x15EB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x167A48, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x15EC0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x458, symBinAddr: 0x167BC0, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x15EC3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x167BC8, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x15EC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x167C30, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x15ECB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x167C5C, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x15ECD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0x167844, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x15ECF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0x167864, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x15ED2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x167C94, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x15ED3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x167CB8, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x15ED53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x167CFC, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x15ED67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x167D00, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x15ED7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x167D48, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x15ED8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x167D6C, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x15EDA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA0F0AAWl', symObjAddr: 0x720, symBinAddr: 0x167D98, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x15EDB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x167DDC, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x15EDCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x167E20, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x15EDDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x167E44, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x15EDF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x167E88, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x15EE07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x167EAC, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x15EE1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x167EDC, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x15EE2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x167F04, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x15EE43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x167F48, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x15EE57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwta', symObjAddr: 0x958, symBinAddr: 0x167FBC, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x15EE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x168008, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x15EE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x168050, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x15EE93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x168098, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x15F0D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfC', symObjAddr: 0x0, symBinAddr: 0x1680A8, symSize: 0xA8 }
+ - { offsetInCU: 0x75, offset: 0x15F127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfC', symObjAddr: 0x0, symBinAddr: 0x1680A8, symSize: 0xA8 }
+ - { offsetInCU: 0xD0, offset: 0x15F182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvgTo', symObjAddr: 0xA8, symBinAddr: 0x168150, symSize: 0x44 }
+ - { offsetInCU: 0x10D, offset: 0x15F1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0Ovg', symObjAddr: 0xEC, symBinAddr: 0x168194, symSize: 0x44 }
+ - { offsetInCU: 0x156, offset: 0x15F208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvsTo', symObjAddr: 0x130, symBinAddr: 0x1681D8, symSize: 0x48 }
+ - { offsetInCU: 0x19B, offset: 0x15F24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0Ovs', symObjAddr: 0x178, symBinAddr: 0x168220, symSize: 0x48 }
+ - { offsetInCU: 0x1C4, offset: 0x15F276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvM', symObjAddr: 0x1C0, symBinAddr: 0x168268, symSize: 0x44 }
+ - { offsetInCU: 0x211, offset: 0x15F2C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvgTo', symObjAddr: 0x204, symBinAddr: 0x1682AC, symSize: 0x80 }
+ - { offsetInCU: 0x24E, offset: 0x15F300, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvg', symObjAddr: 0x284, symBinAddr: 0x16832C, symSize: 0x48 }
+ - { offsetInCU: 0x297, offset: 0x15F349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvsTo', symObjAddr: 0x2CC, symBinAddr: 0x168374, symSize: 0x7C }
+ - { offsetInCU: 0x2DC, offset: 0x15F38E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvs', symObjAddr: 0x348, symBinAddr: 0x1683F0, symSize: 0x50 }
+ - { offsetInCU: 0x305, offset: 0x15F3B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvM', symObjAddr: 0x398, symBinAddr: 0x168440, symSize: 0x44 }
+ - { offsetInCU: 0x334, offset: 0x15F3E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvM.resume.0', symObjAddr: 0x3DC, symBinAddr: 0x168484, symSize: 0x4 }
+ - { offsetInCU: 0x35F, offset: 0x15F411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfc', symObjAddr: 0x3E0, symBinAddr: 0x168488, symSize: 0x98 }
+ - { offsetInCU: 0x388, offset: 0x15F43A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfcTo', symObjAddr: 0x498, symBinAddr: 0x168540, symSize: 0x9C }
+ - { offsetInCU: 0x3F9, offset: 0x15F4AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfC', symObjAddr: 0x534, symBinAddr: 0x1685DC, symSize: 0xC8 }
+ - { offsetInCU: 0x440, offset: 0x15F4F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfc', symObjAddr: 0x5FC, symBinAddr: 0x1686A4, symSize: 0xC0 }
+ - { offsetInCU: 0x473, offset: 0x15F525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfcTo', symObjAddr: 0x6BC, symBinAddr: 0x168764, symSize: 0xE4 }
+ - { offsetInCU: 0x4B8, offset: 0x15F56A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfC', symObjAddr: 0x7A0, symBinAddr: 0x168848, symSize: 0x20 }
+ - { offsetInCU: 0x4D6, offset: 0x15F588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfc', symObjAddr: 0x7C0, symBinAddr: 0x168868, symSize: 0x54 }
+ - { offsetInCU: 0x511, offset: 0x15F5C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfcTo', symObjAddr: 0x814, symBinAddr: 0x1688BC, symSize: 0x54 }
+ - { offsetInCU: 0x54E, offset: 0x15F600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x868, symBinAddr: 0x168910, symSize: 0x18C }
+ - { offsetInCU: 0x5AA, offset: 0x15F65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCfD', symObjAddr: 0xB98, symBinAddr: 0x168A9C, symSize: 0x30 }
+ - { offsetInCU: 0x5D7, offset: 0x15F689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xBD8, symBinAddr: 0x168ADC, symSize: 0x38 }
+ - { offsetInCU: 0x5FB, offset: 0x15F6AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCMa', symObjAddr: 0x478, symBinAddr: 0x168520, symSize: 0x20 }
+ - { offsetInCU: 0x60F, offset: 0x15F6C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCfETo', symObjAddr: 0xBC8, symBinAddr: 0x168ACC, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x15F952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvpACTK', symObjAddr: 0x0, symBinAddr: 0x168D04, symSize: 0x6C }
+ - { offsetInCU: 0x57, offset: 0x15F96A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvpACTk', symObjAddr: 0x6C, symBinAddr: 0x168D70, symSize: 0x88 }
+ - { offsetInCU: 0x7B, offset: 0x15F98E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvg', symObjAddr: 0xF4, symBinAddr: 0x168DF8, symSize: 0x4C }
+ - { offsetInCU: 0x97, offset: 0x15F9AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvs', symObjAddr: 0x150, symBinAddr: 0x168E44, symSize: 0x50 }
+ - { offsetInCU: 0xB3, offset: 0x15F9C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvM', symObjAddr: 0x1B0, symBinAddr: 0x168EA4, symSize: 0x3C }
+ - { offsetInCU: 0xCF, offset: 0x15F9E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvg', symObjAddr: 0x1EC, symBinAddr: 0x168EE0, symSize: 0x44 }
+ - { offsetInCU: 0xEB, offset: 0x15F9FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvs', symObjAddr: 0x230, symBinAddr: 0x168F24, symSize: 0x44 }
+ - { offsetInCU: 0x107, offset: 0x15FA1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvM', symObjAddr: 0x274, symBinAddr: 0x168F68, symSize: 0x3C }
+ - { offsetInCU: 0x123, offset: 0x15FA36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvM.resume.0', symObjAddr: 0x2B0, symBinAddr: 0x168FA4, symSize: 0x4 }
+ - { offsetInCU: 0x13F, offset: 0x15FA52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC7executeyyF', symObjAddr: 0x2B4, symBinAddr: 0x168FA8, symSize: 0x21C }
+ - { offsetInCU: 0x1AA, offset: 0x15FABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC8completeyyF', symObjAddr: 0x604, symBinAddr: 0x169264, symSize: 0x14 }
+ - { offsetInCU: 0x201, offset: 0x15FB14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC4taskACyyc_tcfC', symObjAddr: 0x618, symBinAddr: 0x169278, symSize: 0x7C }
+ - { offsetInCU: 0x248, offset: 0x15FB5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC4taskACyyc_tcfc', symObjAddr: 0x694, symBinAddr: 0x1692F4, symSize: 0x68 }
+ - { offsetInCU: 0x271, offset: 0x15FB84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCfd', symObjAddr: 0x6FC, symBinAddr: 0x16935C, symSize: 0x24 }
+ - { offsetInCU: 0x2AC, offset: 0x15FBBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCfD', symObjAddr: 0x720, symBinAddr: 0x169380, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x15FC02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvgTW', symObjAddr: 0x74C, symBinAddr: 0x1693AC, symSize: 0x28 }
+ - { offsetInCU: 0x30B, offset: 0x15FC1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvsTW', symObjAddr: 0x774, symBinAddr: 0x1693D4, symSize: 0x28 }
+ - { offsetInCU: 0x327, offset: 0x15FC3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvMTW', symObjAddr: 0x79C, symBinAddr: 0x1693FC, symSize: 0x50 }
+ - { offsetInCU: 0x343, offset: 0x15FC56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvMTW.resume.0', symObjAddr: 0x7EC, symBinAddr: 0x16944C, symSize: 0x2C }
+ - { offsetInCU: 0x35F, offset: 0x15FC72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP7executeyyFTW', symObjAddr: 0x818, symBinAddr: 0x169478, symSize: 0x28 }
+ - { offsetInCU: 0x37B, offset: 0x15FC8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP8completeyyFTW', symObjAddr: 0x840, symBinAddr: 0x1694A0, symSize: 0x28 }
+ - { offsetInCU: 0x398, offset: 0x15FCAB, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x1A0, symBinAddr: 0x168E94, symSize: 0x10 }
+ - { offsetInCU: 0x3AC, offset: 0x15FCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC7executeyyFyyYbcfU_TA', symObjAddr: 0x4D0, symBinAddr: 0x1691C4, symSize: 0x48 }
+ - { offsetInCU: 0x3E0, offset: 0x15FCF3, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x518, symBinAddr: 0x16920C, symSize: 0x10 }
+ - { offsetInCU: 0x3F4, offset: 0x15FD07, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x528, symBinAddr: 0x16921C, symSize: 0x8 }
+ - { offsetInCU: 0x408, offset: 0x15FD1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCMa', symObjAddr: 0x908, symBinAddr: 0x169568, symSize: 0x20 }
+ - { offsetInCU: 0x41C, offset: 0x15FD2F, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x9C0, symBinAddr: 0x169620, symSize: 0x8 }
+ - { offsetInCU: 0x430, offset: 0x15FD43, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x9C8, symBinAddr: 0x169628, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x15FFA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfC', symObjAddr: 0x0, symBinAddr: 0x169638, symSize: 0x20 }
+ - { offsetInCU: 0x93, offset: 0x15FFF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfC', symObjAddr: 0x20, symBinAddr: 0x169658, symSize: 0xC8 }
+ - { offsetInCU: 0x120, offset: 0x16007E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4FromVys5Int64VGcfC', symObjAddr: 0xE8, symBinAddr: 0x169720, symSize: 0x94 }
+ - { offsetInCU: 0x18F, offset: 0x1600ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4UpToVys5Int64VGcfC', symObjAddr: 0x17C, symBinAddr: 0x1697B4, symSize: 0x94 }
+ - { offsetInCU: 0x1FE, offset: 0x16015C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSnys5Int64VGcfC', symObjAddr: 0x210, symBinAddr: 0x169848, symSize: 0xBC }
+ - { offsetInCU: 0x245, offset: 0x1601A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalLowerBounds5Int64VSgvM', symObjAddr: 0x2E4, symBinAddr: 0x16991C, symSize: 0x44 }
+ - { offsetInCU: 0x274, offset: 0x1601D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalLowerBounds5Int64VSgvM.resume.0', symObjAddr: 0x328, symBinAddr: 0x169960, symSize: 0x4 }
+ - { offsetInCU: 0x29F, offset: 0x1601FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalUpperBounds5Int64VSgvM', symObjAddr: 0x3E0, symBinAddr: 0x169A18, symSize: 0x44 }
+ - { offsetInCU: 0x2CE, offset: 0x16022C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC27internalUpperBoundInclusives5Int64VSgvg', symObjAddr: 0x424, symBinAddr: 0x169A5C, symSize: 0x48 }
+ - { offsetInCU: 0x319, offset: 0x160277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvgTo', symObjAddr: 0x46C, symBinAddr: 0x169AA4, symSize: 0x64 }
+ - { offsetInCU: 0x34E, offset: 0x1602AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64Vvg', symObjAddr: 0x4D0, symBinAddr: 0x169B08, symSize: 0x38 }
+ - { offsetInCU: 0x395, offset: 0x1602F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvsTo', symObjAddr: 0x508, symBinAddr: 0x169B40, symSize: 0x58 }
+ - { offsetInCU: 0x3D0, offset: 0x16032E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64Vvs', symObjAddr: 0x560, symBinAddr: 0x169B98, symSize: 0x20 }
+ - { offsetInCU: 0x3F5, offset: 0x160353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvM', symObjAddr: 0x580, symBinAddr: 0x169BB8, symSize: 0x58 }
+ - { offsetInCU: 0x441, offset: 0x16039F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvM.resume.0', symObjAddr: 0x5D8, symBinAddr: 0x169C10, symSize: 0x3C }
+ - { offsetInCU: 0x49E, offset: 0x1603FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvgTo', symObjAddr: 0x614, symBinAddr: 0x169C4C, symSize: 0x64 }
+ - { offsetInCU: 0x4D3, offset: 0x160431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64Vvg', symObjAddr: 0x678, symBinAddr: 0x169CB0, symSize: 0x38 }
+ - { offsetInCU: 0x51A, offset: 0x160478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvsTo', symObjAddr: 0x6B0, symBinAddr: 0x169CE8, symSize: 0x58 }
+ - { offsetInCU: 0x555, offset: 0x1604B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64Vvs', symObjAddr: 0x708, symBinAddr: 0x169D40, symSize: 0x20 }
+ - { offsetInCU: 0x57A, offset: 0x1604D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvM', symObjAddr: 0x728, symBinAddr: 0x169D60, symSize: 0x58 }
+ - { offsetInCU: 0x5C6, offset: 0x160524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvM.resume.0', symObjAddr: 0x780, symBinAddr: 0x169DB8, symSize: 0x3C }
+ - { offsetInCU: 0x605, offset: 0x160563, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfc', symObjAddr: 0x7BC, symBinAddr: 0x169DF4, symSize: 0x5C }
+ - { offsetInCU: 0x640, offset: 0x16059E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfcTo', symObjAddr: 0x818, symBinAddr: 0x169E50, symSize: 0x68 }
+ - { offsetInCU: 0x67B, offset: 0x1605D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4FromVys5Int64VGcfc', symObjAddr: 0x880, symBinAddr: 0x169EB8, symSize: 0x8C }
+ - { offsetInCU: 0x6CE, offset: 0x16062C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD7ThroughVys5Int64VGcfC', symObjAddr: 0x90C, symBinAddr: 0x169F44, symSize: 0xA0 }
+ - { offsetInCU: 0x715, offset: 0x160673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD7ThroughVys5Int64VGcfc', symObjAddr: 0x9AC, symBinAddr: 0x169FE4, symSize: 0x94 }
+ - { offsetInCU: 0x73E, offset: 0x16069C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4UpToVys5Int64VGcfc', symObjAddr: 0xA40, symBinAddr: 0x16A078, symSize: 0x8C }
+ - { offsetInCU: 0x767, offset: 0x1606C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSnys5Int64VGcfc', symObjAddr: 0xACC, symBinAddr: 0x16A104, symSize: 0xB4 }
+ - { offsetInCU: 0x790, offset: 0x1606EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfc', symObjAddr: 0xB80, symBinAddr: 0x16A1B8, symSize: 0xC0 }
+ - { offsetInCU: 0x7DB, offset: 0x160739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfcTo', symObjAddr: 0xC60, symBinAddr: 0x16A298, symSize: 0xC4 }
+ - { offsetInCU: 0x83C, offset: 0x16079A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCfD', symObjAddr: 0xD24, symBinAddr: 0x16A35C, symSize: 0x30 }
+ - { offsetInCU: 0x86A, offset: 0x1607C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCMa', symObjAddr: 0xC40, symBinAddr: 0x16A278, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x160A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appId04callH006callerH006calleeH04role11isVideoCall7summary12measureCount0Q8IntervalACSgSSSg_SSA2nA06DirectO0C8UserRoleOSbAA7SummaryCS2itcfC', symObjAddr: 0x0, symBinAddr: 0x16A7D4, symSize: 0x60 }
+ - { offsetInCU: 0x67, offset: 0x160AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x60, symBinAddr: 0x16A834, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x160AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x68, symBinAddr: 0x16A83C, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x160ADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8logGroupSSvg', symObjAddr: 0x70, symBinAddr: 0x16A844, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x160AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV15deviceTimestamps5Int64Vvg', symObjAddr: 0x9C, symBinAddr: 0x16A870, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x160B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appIdSSvg', symObjAddr: 0xA4, symBinAddr: 0x16A878, symSize: 0x2C }
+ - { offsetInCU: 0xEB, offset: 0x160B31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV6callIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x16A8A4, symSize: 0x2C }
+ - { offsetInCU: 0x107, offset: 0x160B4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8callerIdSSSgvg', symObjAddr: 0xFC, symBinAddr: 0x16A8D0, symSize: 0x2C }
+ - { offsetInCU: 0x123, offset: 0x160B69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8calleeIdSSSgvg', symObjAddr: 0x128, symBinAddr: 0x16A8FC, symSize: 0x2C }
+ - { offsetInCU: 0x13F, offset: 0x160B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV4roleAA10DirectCallC8UserRoleOvg', symObjAddr: 0x154, symBinAddr: 0x16A928, symSize: 0x8 }
+ - { offsetInCU: 0x15B, offset: 0x160BA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV11isVideoCallSbvg', symObjAddr: 0x15C, symBinAddr: 0x16A930, symSize: 0x8 }
+ - { offsetInCU: 0x177, offset: 0x160BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV7summaryAA7SummaryCvg', symObjAddr: 0x164, symBinAddr: 0x16A938, symSize: 0x8 }
+ - { offsetInCU: 0x193, offset: 0x160BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV12measureCountSivg', symObjAddr: 0x16C, symBinAddr: 0x16A940, symSize: 0x8 }
+ - { offsetInCU: 0x1AF, offset: 0x160BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV15measureIntervalSivg', symObjAddr: 0x174, symBinAddr: 0x16A948, symSize: 0x8 }
+ - { offsetInCU: 0x1EF, offset: 0x160C35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8intValueAISgSi_tcfC', symObjAddr: 0x194, symBinAddr: 0x16A968, symSize: 0x8 }
+ - { offsetInCU: 0x216, offset: 0x160C5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8intValueSiSgvg', symObjAddr: 0x19C, symBinAddr: 0x16A970, symSize: 0xC }
+ - { offsetInCU: 0x23D, offset: 0x160C83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8rawValueSSvg', symObjAddr: 0x1A8, symBinAddr: 0x16A97C, symSize: 0x48 }
+ - { offsetInCU: 0x264, offset: 0x160CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O11stringValueSSvg', symObjAddr: 0x1F0, symBinAddr: 0x16A9C4, symSize: 0x48 }
+ - { offsetInCU: 0x28B, offset: 0x160CD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP11stringValueSSvgTW', symObjAddr: 0x280, symBinAddr: 0x16AA54, symSize: 0x8 }
+ - { offsetInCU: 0x2A7, offset: 0x160CED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP8intValueSiSgvgTW', symObjAddr: 0x294, symBinAddr: 0x16AA68, symSize: 0xC }
+ - { offsetInCU: 0x2C3, offset: 0x160D09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP8intValuexSgSi_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0x16AA74, symSize: 0xC }
+ - { offsetInCU: 0x2E0, offset: 0x160D26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueAGSgSS_tcfC', symObjAddr: 0x2FC, symBinAddr: 0x16AAD0, symSize: 0x4 }
+ - { offsetInCU: 0x303, offset: 0x160D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueAGSgSS_tcfC', symObjAddr: 0x300, symBinAddr: 0x16AAD4, symSize: 0x4 }
+ - { offsetInCU: 0x325, offset: 0x160D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueAGSgSS_tcfC', symObjAddr: 0x300, symBinAddr: 0x16AAD4, symSize: 0x4 }
+ - { offsetInCU: 0x336, offset: 0x160D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8intValueAGSgSi_tcfC', symObjAddr: 0x304, symBinAddr: 0x16AAD8, symSize: 0x8 }
+ - { offsetInCU: 0x35D, offset: 0x160DA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8intValueSiSgvg', symObjAddr: 0x30C, symBinAddr: 0x16AAE0, symSize: 0xC }
+ - { offsetInCU: 0x384, offset: 0x160DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueSSvg', symObjAddr: 0x318, symBinAddr: 0x16AAEC, symSize: 0x160 }
+ - { offsetInCU: 0x3BD, offset: 0x160E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueSSvg', symObjAddr: 0x478, symBinAddr: 0x16AC4C, symSize: 0x160 }
+ - { offsetInCU: 0x416, offset: 0x160E5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x75C, symBinAddr: 0x16AF30, symSize: 0x2C }
+ - { offsetInCU: 0x447, offset: 0x160E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x788, symBinAddr: 0x16AF5C, symSize: 0x28 }
+ - { offsetInCU: 0x45B, offset: 0x160EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x7B0, symBinAddr: 0x16AF84, symSize: 0x8 }
+ - { offsetInCU: 0x491, offset: 0x160ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x7B8, symBinAddr: 0x16AF8C, symSize: 0x24 }
+ - { offsetInCU: 0x4E1, offset: 0x160F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x7DC, symBinAddr: 0x16AFB0, symSize: 0xC }
+ - { offsetInCU: 0x4FD, offset: 0x160F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x7E8, symBinAddr: 0x16AFBC, symSize: 0xC }
+ - { offsetInCU: 0x519, offset: 0x160F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueAGSgSS_tcfCTf4nd_n', symObjAddr: 0x19C4, symBinAddr: 0x16C158, symSize: 0x74 }
+ - { offsetInCU: 0x545, offset: 0x160F8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x954, symBinAddr: 0x16B128, symSize: 0x8 }
+ - { offsetInCU: 0x56C, offset: 0x160FB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x95C, symBinAddr: 0x16B130, symSize: 0xC }
+ - { offsetInCU: 0x593, offset: 0x160FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x968, symBinAddr: 0x16B13C, symSize: 0x3C }
+ - { offsetInCU: 0x5BA, offset: 0x161000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x9A4, symBinAddr: 0x16B178, symSize: 0x3C }
+ - { offsetInCU: 0x5E1, offset: 0x161027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xC78, symBinAddr: 0x16B44C, symSize: 0x8 }
+ - { offsetInCU: 0x5FD, offset: 0x161043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD28, symBinAddr: 0x16B4FC, symSize: 0xC }
+ - { offsetInCU: 0x61A, offset: 0x161060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xD84, symBinAddr: 0x16B558, symSize: 0x8F8 }
+ - { offsetInCU: 0x786, offset: 0x1611CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x167C, symBinAddr: 0x16BE50, symSize: 0x8 }
+ - { offsetInCU: 0x7B1, offset: 0x1611F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x1684, symBinAddr: 0x16BE58, symSize: 0x8 }
+ - { offsetInCU: 0x7E3, offset: 0x161229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x168C, symBinAddr: 0x16BE60, symSize: 0x50 }
+ - { offsetInCU: 0x806, offset: 0x16124C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appId04callH006callerH006calleeH04role11isVideoCall7summary12measureCount0Q8IntervalACSgSSSg_SSA2nA06DirectO0C8UserRoleOSbAA7SummaryCS2itcfCTf4nnnnnnnnnd_n', symObjAddr: 0x16DC, symBinAddr: 0x16BEB0, symSize: 0x2A8 }
+ - { offsetInCU: 0xA2A, offset: 0x161470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x1A5C, symBinAddr: 0x16C1CC, symSize: 0x44 }
+ - { offsetInCU: 0xA3E, offset: 0x161484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs0G3KeyAAWl', symObjAddr: 0x1AA0, symBinAddr: 0x16C210, symSize: 0x44 }
+ - { offsetInCU: 0xA52, offset: 0x161498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs0G3KeyAAWl', symObjAddr: 0x1C24, symBinAddr: 0x16C298, symSize: 0x44 }
+ - { offsetInCU: 0xA66, offset: 0x1614AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OSHAASQWb', symObjAddr: 0x1C88, symBinAddr: 0x16C2DC, symSize: 0x4 }
+ - { offsetInCU: 0xA7A, offset: 0x1614C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAISQAAWl', symObjAddr: 0x1C8C, symBinAddr: 0x16C2E0, symSize: 0x44 }
+ - { offsetInCU: 0xA8E, offset: 0x1614D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1CD0, symBinAddr: 0x16C324, symSize: 0x4 }
+ - { offsetInCU: 0xAA2, offset: 0x1614E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1CD4, symBinAddr: 0x16C328, symSize: 0x44 }
+ - { offsetInCU: 0xAB6, offset: 0x1614FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D18, symBinAddr: 0x16C36C, symSize: 0x4 }
+ - { offsetInCU: 0xACA, offset: 0x161510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs23CustomStringConvertibleAAWl', symObjAddr: 0x1D1C, symBinAddr: 0x16C370, symSize: 0x44 }
+ - { offsetInCU: 0xADE, offset: 0x161524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASQWb', symObjAddr: 0x1D60, symBinAddr: 0x16C3B4, symSize: 0x4 }
+ - { offsetInCU: 0xAF2, offset: 0x161538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGSQAAWl', symObjAddr: 0x1D64, symBinAddr: 0x16C3B8, symSize: 0x44 }
+ - { offsetInCU: 0xB06, offset: 0x16154C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DA8, symBinAddr: 0x16C3FC, symSize: 0x4 }
+ - { offsetInCU: 0xB1A, offset: 0x161560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DAC, symBinAddr: 0x16C400, symSize: 0x44 }
+ - { offsetInCU: 0xB2E, offset: 0x161574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DF0, symBinAddr: 0x16C444, symSize: 0x4 }
+ - { offsetInCU: 0xB42, offset: 0x161588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1DF4, symBinAddr: 0x16C448, symSize: 0x44 }
+ - { offsetInCU: 0xB56, offset: 0x16159C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1E38, symBinAddr: 0x16C48C, symSize: 0x4 }
+ - { offsetInCU: 0xB6A, offset: 0x1615B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1E3C, symBinAddr: 0x16C490, symSize: 0x44 }
+ - { offsetInCU: 0xB7E, offset: 0x1615C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E80, symBinAddr: 0x16C4D4, symSize: 0x4 }
+ - { offsetInCU: 0xB92, offset: 0x1615D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E84, symBinAddr: 0x16C4D8, symSize: 0x44 }
+ - { offsetInCU: 0xBA6, offset: 0x1615EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1EC8, symBinAddr: 0x16C51C, symSize: 0x4 }
+ - { offsetInCU: 0xBBA, offset: 0x161600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1ECC, symBinAddr: 0x16C520, symSize: 0x44 }
+ - { offsetInCU: 0xBCE, offset: 0x161614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA14APIRequestableAAWI', symObjAddr: 0x1F10, symBinAddr: 0x16C564, symSize: 0x24 }
+ - { offsetInCU: 0xBE2, offset: 0x161628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x1F78, symBinAddr: 0x16C588, symSize: 0x24 }
+ - { offsetInCU: 0xBF6, offset: 0x16163C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA11RequestableAAWI', symObjAddr: 0x1FE0, symBinAddr: 0x16C5AC, symSize: 0x2C }
+ - { offsetInCU: 0xC0A, offset: 0x161650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA0F0AAWl', symObjAddr: 0x200C, symBinAddr: 0x16C5D8, symSize: 0x44 }
+ - { offsetInCU: 0xC1E, offset: 0x161664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x2050, symBinAddr: 0x16C61C, symSize: 0x44 }
+ - { offsetInCU: 0xC32, offset: 0x161678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x2094, symBinAddr: 0x16C660, symSize: 0x4 }
+ - { offsetInCU: 0xC46, offset: 0x16168C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0AAWI', symObjAddr: 0x20DC, symBinAddr: 0x16C664, symSize: 0x24 }
+ - { offsetInCU: 0xC5A, offset: 0x1616A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVACSEAAWl', symObjAddr: 0x2100, symBinAddr: 0x16C688, symSize: 0x44 }
+ - { offsetInCU: 0xC6E, offset: 0x1616B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x2144, symBinAddr: 0x16C6CC, symSize: 0x24 }
+ - { offsetInCU: 0xC82, offset: 0x1616C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwCP', symObjAddr: 0x2168, symBinAddr: 0x16C6F0, symSize: 0x30 }
+ - { offsetInCU: 0xC96, offset: 0x1616DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwxx', symObjAddr: 0x2198, symBinAddr: 0x16C720, symSize: 0x50 }
+ - { offsetInCU: 0xCAA, offset: 0x1616F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwcp', symObjAddr: 0x21E8, symBinAddr: 0x16C770, symSize: 0xC4 }
+ - { offsetInCU: 0xCBE, offset: 0x161704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwca', symObjAddr: 0x22AC, symBinAddr: 0x16C834, symSize: 0x12C }
+ - { offsetInCU: 0xCD2, offset: 0x161718, size: 0x8, addend: 0x0, symName: ___swift_memcpy144_8, symObjAddr: 0x23D8, symBinAddr: 0x16C960, symSize: 0x2C }
+ - { offsetInCU: 0xCE6, offset: 0x16172C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwta', symObjAddr: 0x2404, symBinAddr: 0x16C98C, symSize: 0xBC }
+ - { offsetInCU: 0xCFA, offset: 0x161740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwet', symObjAddr: 0x24C0, symBinAddr: 0x16CA48, symSize: 0x48 }
+ - { offsetInCU: 0xD0E, offset: 0x161754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwst', symObjAddr: 0x2508, symBinAddr: 0x16CA90, symSize: 0x64 }
+ - { offsetInCU: 0xD22, offset: 0x161768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVMa', symObjAddr: 0x256C, symBinAddr: 0x16CAF4, symSize: 0x10 }
+ - { offsetInCU: 0xD36, offset: 0x16177C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOwup', symObjAddr: 0x2594, symBinAddr: 0x16CB0C, symSize: 0x4 }
+ - { offsetInCU: 0xD4A, offset: 0x161790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOMa', symObjAddr: 0x2598, symBinAddr: 0x16CB10, symSize: 0x10 }
+ - { offsetInCU: 0xD5E, offset: 0x1617A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwet', symObjAddr: 0x25A8, symBinAddr: 0x16CB20, symSize: 0x90 }
+ - { offsetInCU: 0xD72, offset: 0x1617B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwst', symObjAddr: 0x2638, symBinAddr: 0x16CBB0, symSize: 0xBC }
+ - { offsetInCU: 0xD86, offset: 0x1617CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwug', symObjAddr: 0x26F4, symBinAddr: 0x16CC6C, symSize: 0x8 }
+ - { offsetInCU: 0xD9A, offset: 0x1617E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwup', symObjAddr: 0x26FC, symBinAddr: 0x16CC74, symSize: 0x4 }
+ - { offsetInCU: 0xDAE, offset: 0x1617F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwui', symObjAddr: 0x2700, symBinAddr: 0x16CC78, symSize: 0x8 }
+ - { offsetInCU: 0xDC2, offset: 0x161808, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOMa', symObjAddr: 0x2708, symBinAddr: 0x16CC80, symSize: 0x10 }
+ - { offsetInCU: 0xDD6, offset: 0x16181C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owug', symObjAddr: 0x286C, symBinAddr: 0x16CDE4, symSize: 0x8 }
+ - { offsetInCU: 0xDEA, offset: 0x161830, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owup', symObjAddr: 0x2874, symBinAddr: 0x16CDEC, symSize: 0x4 }
+ - { offsetInCU: 0xDFE, offset: 0x161844, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owui', symObjAddr: 0x2878, symBinAddr: 0x16CDF0, symSize: 0xC }
+ - { offsetInCU: 0xE12, offset: 0x161858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OMa', symObjAddr: 0x2884, symBinAddr: 0x16CDFC, symSize: 0x10 }
+ - { offsetInCU: 0xE3D, offset: 0x161883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os28CustomDebugStringConvertibleAAsAJP16debugDescriptionSSvgTW', symObjAddr: 0x2AC, symBinAddr: 0x16AA80, symSize: 0x28 }
+ - { offsetInCU: 0xE59, offset: 0x16189F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os23CustomStringConvertibleAAsAJP11descriptionSSvgTW', symObjAddr: 0x2D4, symBinAddr: 0x16AAA8, symSize: 0x28 }
+ - { offsetInCU: 0xE99, offset: 0x1618DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5D8, symBinAddr: 0x16ADAC, symSize: 0x88 }
+ - { offsetInCU: 0xF48, offset: 0x16198E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH9hashValueSivgTW', symObjAddr: 0x660, symBinAddr: 0x16AE34, symSize: 0x60 }
+ - { offsetInCU: 0xFC6, offset: 0x161A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6C0, symBinAddr: 0x16AE94, symSize: 0x40 }
+ - { offsetInCU: 0x1018, offset: 0x161A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x700, symBinAddr: 0x16AED4, symSize: 0x5C }
+ - { offsetInCU: 0x1074, offset: 0x161ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x7F4, symBinAddr: 0x16AFC8, symSize: 0x28 }
+ - { offsetInCU: 0x1090, offset: 0x161AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x81C, symBinAddr: 0x16AFF0, symSize: 0x28 }
+ - { offsetInCU: 0x10AC, offset: 0x161AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD34, symBinAddr: 0x16B508, symSize: 0x28 }
+ - { offsetInCU: 0x10C8, offset: 0x161B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD5C, symBinAddr: 0x16B530, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0x161E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestablePAAE11keyStrategy10Foundation11JSONEncoderC011KeyEncodingF0OvgZ', symObjAddr: 0x4, symBinAddr: 0x16CE2C, symSize: 0x44 }
+ - { offsetInCU: 0x74, offset: 0x161E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA17StrategyEncodableA2aDP03keyG010Foundation11JSONEncoderC011KeyEncodingG0OvgZTW', symObjAddr: 0x60, symBinAddr: 0x16CE88, symSize: 0x34 }
+ - { offsetInCU: 0x4B, offset: 0x16207D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x16CFBC, symSize: 0x44 }
+ - { offsetInCU: 0x67, offset: 0x162099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvs', symObjAddr: 0x44, symBinAddr: 0x16D000, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0x1620B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvM', symObjAddr: 0x88, symBinAddr: 0x16D044, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x1620D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvM.resume.0', symObjAddr: 0xC4, symBinAddr: 0x16D080, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0x1620ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC16peerConnectionIdSSSgvg', symObjAddr: 0xC8, symBinAddr: 0x16D084, symSize: 0x2C }
+ - { offsetInCU: 0x10D, offset: 0x16213F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdp16peerConnectionIdACSo21RTCSessionDescriptionCSg_SSSgtcfC', symObjAddr: 0xF4, symBinAddr: 0x16D0B0, symSize: 0xA8 }
+ - { offsetInCU: 0x156, offset: 0x162188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdp16peerConnectionIdACSo21RTCSessionDescriptionCSg_SSSgtcfc', symObjAddr: 0x19C, symBinAddr: 0x16D158, symSize: 0x94 }
+ - { offsetInCU: 0x189, offset: 0x1621BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x230, symBinAddr: 0x16D1EC, symSize: 0x1CC }
+ - { offsetInCU: 0x1DD, offset: 0x16220F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x3FC, symBinAddr: 0x16D3B8, symSize: 0xDC }
+ - { offsetInCU: 0x21B, offset: 0x16224D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x4D8, symBinAddr: 0x16D494, symSize: 0x148 }
+ - { offsetInCU: 0x2B7, offset: 0x1622E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC24didConnectPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x6EC, symBinAddr: 0x16D6A8, symSize: 0x78 }
+ - { offsetInCU: 0x34F, offset: 0x162381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC24didReceiveConnectionLost7context13directCallLogyAA06DirectL7Context_p_AA0nlM0CtF', symObjAddr: 0x8C4, symBinAddr: 0x16D880, symSize: 0x9C }
+ - { offsetInCU: 0x3E6, offset: 0x162418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCACycfC', symObjAddr: 0xA08, symBinAddr: 0x16D9C4, symSize: 0x2C }
+ - { offsetInCU: 0x445, offset: 0x162477, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCACycfc', symObjAddr: 0xA34, symBinAddr: 0x16D9F0, symSize: 0x2C }
+ - { offsetInCU: 0x48A, offset: 0x1624BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfd', symObjAddr: 0xA7C, symBinAddr: 0x16DA38, symSize: 0x24 }
+ - { offsetInCU: 0x4C5, offset: 0x1624F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfD', symObjAddr: 0xAA0, symBinAddr: 0x16DA5C, symSize: 0x2C }
+ - { offsetInCU: 0x567, offset: 0x162599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfE', symObjAddr: 0xA60, symBinAddr: 0x16DA1C, symSize: 0x1C }
+ - { offsetInCU: 0x594, offset: 0x1625C6, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xAF0, symBinAddr: 0x16DA88, symSize: 0x10 }
+ - { offsetInCU: 0x5A8, offset: 0x1625DA, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xB00, symBinAddr: 0x16DA98, symSize: 0x8 }
+ - { offsetInCU: 0x5BC, offset: 0x1625EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCMa', symObjAddr: 0xB78, symBinAddr: 0x16DB10, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x162848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x16DB70, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x16286C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x16DB70, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x162888, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC11updatedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x16DB78, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1628A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x16DB80, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1628C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0x16DB88, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0x1628E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x16DBD0, symSize: 0x35C }
+ - { offsetInCU: 0x1A9, offset: 0x1629CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId06customG011updatedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfC', symObjAddr: 0x690, symBinAddr: 0x16DF4C, symSize: 0x84 }
+ - { offsetInCU: 0x252, offset: 0x162A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId06customG011updatedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfc', symObjAddr: 0x714, symBinAddr: 0x16DFD0, symSize: 0x30 }
+ - { offsetInCU: 0x31D, offset: 0x162B3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0OtcfC', symObjAddr: 0x744, symBinAddr: 0x16E000, symSize: 0x2C }
+ - { offsetInCU: 0x37C, offset: 0x162B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0Otcfc', symObjAddr: 0x770, symBinAddr: 0x16E02C, symSize: 0x2C }
+ - { offsetInCU: 0x3D3, offset: 0x162BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfd', symObjAddr: 0x7B8, symBinAddr: 0x16E074, symSize: 0x34 }
+ - { offsetInCU: 0x424, offset: 0x162C45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfD', symObjAddr: 0x7EC, symBinAddr: 0x16E0A8, symSize: 0x3C }
+ - { offsetInCU: 0x47E, offset: 0x162C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0x16DF2C, symSize: 0x20 }
+ - { offsetInCU: 0x527, offset: 0x162D48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfE', symObjAddr: 0x79C, symBinAddr: 0x16E058, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x162FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17StrategyEncodablePAAE03keyD010Foundation11JSONEncoderC011KeyEncodingD0Ovg', symObjAddr: 0x0, symBinAddr: 0x16E0F8, symSize: 0x24 }
+ - { offsetInCU: 0x3F, offset: 0x16300A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17StrategyEncodablePAAE03keyD010Foundation11JSONEncoderC011KeyEncodingD0Ovg', symObjAddr: 0x0, symBinAddr: 0x16E0F8, symSize: 0x24 }
+ - { offsetInCU: 0x27, offset: 0x16322D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x16E128, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x163251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x16E128, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x16326F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x16E138, symSize: 0xBC }
+ - { offsetInCU: 0xD2, offset: 0x1632D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfc', symObjAddr: 0xCC, symBinAddr: 0x16E1F4, symSize: 0x8 }
+ - { offsetInCU: 0x101, offset: 0x163307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCfd', symObjAddr: 0xD4, symBinAddr: 0x16E1FC, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x163336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCfD', symObjAddr: 0xDC, symBinAddr: 0x16E204, symSize: 0x10 }
+ - { offsetInCU: 0x160, offset: 0x163366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCMa', symObjAddr: 0xEC, symBinAddr: 0x16E214, symSize: 0x20 }
+ - { offsetInCU: 0x164, offset: 0x163685, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO8rawValueSSvg', symObjAddr: 0xB6C, symBinAddr: 0x16EDA0, symSize: 0x20 }
+ - { offsetInCU: 0x183, offset: 0x1636A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO11stringValueSSvg', symObjAddr: 0xB8C, symBinAddr: 0x16EDC0, symSize: 0x20 }
+ - { offsetInCU: 0x1B1, offset: 0x1636D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO11stringValueSSvg', symObjAddr: 0xB8C, symBinAddr: 0x16EDC0, symSize: 0x20 }
+ - { offsetInCU: 0x1F6, offset: 0x163717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0xBD0, symBinAddr: 0x16EE04, symSize: 0x78 }
+ - { offsetInCU: 0x237, offset: 0x163758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0xC48, symBinAddr: 0x16EE7C, symSize: 0x28 }
+ - { offsetInCU: 0x24B, offset: 0x16376C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC70, symBinAddr: 0x16EEA4, symSize: 0x8 }
+ - { offsetInCU: 0x281, offset: 0x1637A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC78, symBinAddr: 0x16EEAC, symSize: 0x7C }
+ - { offsetInCU: 0x2D9, offset: 0x1637FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCF4, symBinAddr: 0x16EF28, symSize: 0xC }
+ - { offsetInCU: 0x2F5, offset: 0x163816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xD00, symBinAddr: 0x16EF34, symSize: 0xC }
+ - { offsetInCU: 0x313, offset: 0x163834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6userId4role10endResults5limit9nextTokenACSS_AA0dE0C8UserRoleOSgSayAA0dE9EndResultOGSgs5Int32VSSSgtcfC', symObjAddr: 0x8FC, symBinAddr: 0x16EB30, symSize: 0x48 }
+ - { offsetInCU: 0x32F, offset: 0x163850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvgZ', symObjAddr: 0x9A4, symBinAddr: 0x16EBD8, symSize: 0x68 }
+ - { offsetInCU: 0x350, offset: 0x163871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvsZ', symObjAddr: 0xA0C, symBinAddr: 0x16EC40, symSize: 0x6C }
+ - { offsetInCU: 0x379, offset: 0x16389A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvMZ', symObjAddr: 0xA78, symBinAddr: 0x16ECAC, symSize: 0x6C }
+ - { offsetInCU: 0x3A2, offset: 0x1638C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvMZ.resume.0', symObjAddr: 0xAE4, symBinAddr: 0x16ED18, symSize: 0x4 }
+ - { offsetInCU: 0x3BE, offset: 0x1638DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAE8, symBinAddr: 0x16ED1C, symSize: 0x8 }
+ - { offsetInCU: 0x3DA, offset: 0x1638FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAF0, symBinAddr: 0x16ED24, symSize: 0x8 }
+ - { offsetInCU: 0x3EE, offset: 0x16390F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV4roleAA0dE0C8UserRoleOSgvg', symObjAddr: 0xAF8, symBinAddr: 0x16ED2C, symSize: 0xC }
+ - { offsetInCU: 0x40A, offset: 0x16392B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10endResultsSayAA0dE9EndResultOGSgvg', symObjAddr: 0xB04, symBinAddr: 0x16ED38, symSize: 0x8 }
+ - { offsetInCU: 0x426, offset: 0x163947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV5limits5Int32Vvg', symObjAddr: 0xB0C, symBinAddr: 0x16ED40, symSize: 0x8 }
+ - { offsetInCU: 0x442, offset: 0x163963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV9nextTokenSSSgvg', symObjAddr: 0xB14, symBinAddr: 0x16ED48, symSize: 0x2C }
+ - { offsetInCU: 0x45E, offset: 0x16397F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV4typeSSvg', symObjAddr: 0xB40, symBinAddr: 0x16ED74, symSize: 0x2C }
+ - { offsetInCU: 0x47A, offset: 0x16399B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xD5C, symBinAddr: 0x16EF90, symSize: 0x2EC }
+ - { offsetInCU: 0x4FD, offset: 0x163A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableA2aDP10resultType06ResultL0QzmvgZTW', symObjAddr: 0x1048, symBinAddr: 0x16F27C, symSize: 0x68 }
+ - { offsetInCU: 0x534, offset: 0x163A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x10B0, symBinAddr: 0x16F2E4, symSize: 0x8 }
+ - { offsetInCU: 0x55F, offset: 0x163A80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x10B8, symBinAddr: 0x16F2EC, symSize: 0x8 }
+ - { offsetInCU: 0x591, offset: 0x163AB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x10C0, symBinAddr: 0x16F2F4, symSize: 0x40 }
+ - { offsetInCU: 0x5B4, offset: 0x163AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6userId4role10endResults5limit9nextTokenACSS_AA0dE0C8UserRoleOSgSayAA0dE9EndResultOGSgs5Int32VSSSgtcfCTf4nnnnnd_n', symObjAddr: 0x119C, symBinAddr: 0x16F3D0, symSize: 0x10C }
+ - { offsetInCU: 0x74D, offset: 0x163C6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultType_WZ', symObjAddr: 0x944, symBinAddr: 0x16EB78, symSize: 0x20 }
+ - { offsetInCU: 0x767, offset: 0x163C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvau', symObjAddr: 0x964, symBinAddr: 0x16EB98, symSize: 0x40 }
+ - { offsetInCU: 0x7E0, offset: 0x163D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs0J3KeyAAWl', symObjAddr: 0x130C, symBinAddr: 0x16F4DC, symSize: 0x44 }
+ - { offsetInCU: 0x7F4, offset: 0x163D15, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgWOr', symObjAddr: 0x1350, symBinAddr: 0x16F520, symSize: 0x28 }
+ - { offsetInCU: 0x808, offset: 0x163D29, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgxSgSEsSERzlWl', symObjAddr: 0x1378, symBinAddr: 0x16F548, symSize: 0x60 }
+ - { offsetInCU: 0x81C, offset: 0x163D3D, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgMa', symObjAddr: 0x13D8, symBinAddr: 0x16F5A8, symSize: 0x6C }
+ - { offsetInCU: 0x830, offset: 0x163D51, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSayxGSEsSERzlWl', symObjAddr: 0x1444, symBinAddr: 0x16F614, symSize: 0x78 }
+ - { offsetInCU: 0x844, offset: 0x163D65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSEAAWl', symObjAddr: 0x14BC, symBinAddr: 0x16F68C, symSize: 0x44 }
+ - { offsetInCU: 0x858, offset: 0x163D79, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgWOs', symObjAddr: 0x1500, symBinAddr: 0x16F6D0, symSize: 0x28 }
+ - { offsetInCU: 0x86C, offset: 0x163D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA14APIRequestableAAWI', symObjAddr: 0x1670, symBinAddr: 0x16F780, symSize: 0x24 }
+ - { offsetInCU: 0x880, offset: 0x163DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x16D8, symBinAddr: 0x16F7A4, symSize: 0x4 }
+ - { offsetInCU: 0x894, offset: 0x163DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAcA11RespondableAAWl', symObjAddr: 0x16DC, symBinAddr: 0x16F7A8, symSize: 0x48 }
+ - { offsetInCU: 0x8A8, offset: 0x163DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA11RequestableAAWI', symObjAddr: 0x1724, symBinAddr: 0x16F7F0, symSize: 0x2C }
+ - { offsetInCU: 0x8BC, offset: 0x163DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA0I0AAWl', symObjAddr: 0x1750, symBinAddr: 0x16F81C, symSize: 0x44 }
+ - { offsetInCU: 0x8D0, offset: 0x163DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1794, symBinAddr: 0x16F860, symSize: 0x44 }
+ - { offsetInCU: 0x8E4, offset: 0x163E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0AAWI', symObjAddr: 0x17D8, symBinAddr: 0x16F8A4, symSize: 0x24 }
+ - { offsetInCU: 0x8F8, offset: 0x163E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVACSEAAWl', symObjAddr: 0x17FC, symBinAddr: 0x16F8C8, symSize: 0x44 }
+ - { offsetInCU: 0x90C, offset: 0x163E2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1840, symBinAddr: 0x16F90C, symSize: 0x24 }
+ - { offsetInCU: 0x920, offset: 0x163E41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwCP', symObjAddr: 0x1864, symBinAddr: 0x16F930, symSize: 0x30 }
+ - { offsetInCU: 0x934, offset: 0x163E55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwxx', symObjAddr: 0x1894, symBinAddr: 0x16F960, symSize: 0x38 }
+ - { offsetInCU: 0x948, offset: 0x163E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwcp', symObjAddr: 0x18CC, symBinAddr: 0x16F998, symSize: 0x7C }
+ - { offsetInCU: 0x95C, offset: 0x163E7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwca', symObjAddr: 0x1948, symBinAddr: 0x16FA14, symSize: 0xBC }
+ - { offsetInCU: 0x970, offset: 0x163E91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwta', symObjAddr: 0x1A20, symBinAddr: 0x16FAD0, symSize: 0x84 }
+ - { offsetInCU: 0x984, offset: 0x163EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwet', symObjAddr: 0x1AA4, symBinAddr: 0x16FB54, symSize: 0x48 }
+ - { offsetInCU: 0x998, offset: 0x163EB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwst', symObjAddr: 0x1AEC, symBinAddr: 0x16FB9C, symSize: 0x54 }
+ - { offsetInCU: 0x9AC, offset: 0x163ECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVMa', symObjAddr: 0x1B40, symBinAddr: 0x16FBF0, symSize: 0x10 }
+ - { offsetInCU: 0x9C0, offset: 0x163EE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwet', symObjAddr: 0x1B60, symBinAddr: 0x16FC00, symSize: 0x90 }
+ - { offsetInCU: 0x9D4, offset: 0x163EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwst', symObjAddr: 0x1BF0, symBinAddr: 0x16FC90, symSize: 0xBC }
+ - { offsetInCU: 0x9E8, offset: 0x163F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwug', symObjAddr: 0x1CAC, symBinAddr: 0x16FD4C, symSize: 0x8 }
+ - { offsetInCU: 0x9FC, offset: 0x163F1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwup', symObjAddr: 0x1CB4, symBinAddr: 0x16FD54, symSize: 0x4 }
+ - { offsetInCU: 0xA10, offset: 0x163F31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwui', symObjAddr: 0x1CB8, symBinAddr: 0x16FD58, symSize: 0x8 }
+ - { offsetInCU: 0xA24, offset: 0x163F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOMa', symObjAddr: 0x1CC0, symBinAddr: 0x16FD60, symSize: 0x10 }
+ - { offsetInCU: 0xA38, offset: 0x163F59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASQWb', symObjAddr: 0x1CD0, symBinAddr: 0x16FD70, symSize: 0x4 }
+ - { offsetInCU: 0xA4C, offset: 0x163F6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFSQAAWl', symObjAddr: 0x1CD4, symBinAddr: 0x16FD74, symSize: 0x44 }
+ - { offsetInCU: 0xA60, offset: 0x163F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1D18, symBinAddr: 0x16FDB8, symSize: 0x4 }
+ - { offsetInCU: 0xA74, offset: 0x163F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1D1C, symBinAddr: 0x16FDBC, symSize: 0x44 }
+ - { offsetInCU: 0xA88, offset: 0x163FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D60, symBinAddr: 0x16FE00, symSize: 0x4 }
+ - { offsetInCU: 0xA9C, offset: 0x163FBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1D64, symBinAddr: 0x16FE04, symSize: 0x44 }
+ - { offsetInCU: 0xB03, offset: 0x164024, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x16E234, symSize: 0x68 }
+ - { offsetInCU: 0xBDD, offset: 0x1640FE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x68, symBinAddr: 0x16E29C, symSize: 0xC8 }
+ - { offsetInCU: 0xCC2, offset: 0x1641E3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0x16E364, symSize: 0x68 }
+ - { offsetInCU: 0xD9C, offset: 0x1642BD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x198, symBinAddr: 0x16E3CC, symSize: 0x68 }
+ - { offsetInCU: 0xE76, offset: 0x164397, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x200, symBinAddr: 0x16E434, symSize: 0x68 }
+ - { offsetInCU: 0xF50, offset: 0x164471, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x268, symBinAddr: 0x16E49C, symSize: 0xA4 }
+ - { offsetInCU: 0xFDF, offset: 0x164500, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x30C, symBinAddr: 0x16E540, symSize: 0x40 }
+ - { offsetInCU: 0x103C, offset: 0x16455D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x34C, symBinAddr: 0x16E580, symSize: 0x40 }
+ - { offsetInCU: 0x1099, offset: 0x1645BA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x38C, symBinAddr: 0x16E5C0, symSize: 0x40 }
+ - { offsetInCU: 0x10F6, offset: 0x164617, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x3CC, symBinAddr: 0x16E600, symSize: 0x40 }
+ - { offsetInCU: 0x1153, offset: 0x164674, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls16RecordingOptionsC0I4TypeO_Tgq5', symObjAddr: 0x40C, symBinAddr: 0x16E640, symSize: 0xDC }
+ - { offsetInCU: 0x11A9, offset: 0x1646CA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x4E8, symBinAddr: 0x16E71C, symSize: 0xA4 }
+ - { offsetInCU: 0x1206, offset: 0x164727, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x58C, symBinAddr: 0x16E7C0, symSize: 0x7C }
+ - { offsetInCU: 0x1249, offset: 0x16476A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x608, symBinAddr: 0x16E83C, symSize: 0xA0 }
+ - { offsetInCU: 0x12B6, offset: 0x1647D7, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x6A8, symBinAddr: 0x16E8DC, symSize: 0xC4 }
+ - { offsetInCU: 0x133D, offset: 0x16485E, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x76C, symBinAddr: 0x16E9A0, symSize: 0x64 }
+ - { offsetInCU: 0x13B9, offset: 0x1648DA, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x16EA04, symSize: 0x64 }
+ - { offsetInCU: 0x1435, offset: 0x164956, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x834, symBinAddr: 0x16EA68, symSize: 0x64 }
+ - { offsetInCU: 0x14B1, offset: 0x1649D2, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x898, symBinAddr: 0x16EACC, symSize: 0x64 }
+ - { offsetInCU: 0x152D, offset: 0x164A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBAC, symBinAddr: 0x16EDE0, symSize: 0xC }
+ - { offsetInCU: 0x1549, offset: 0x164A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH9hashValueSivgTW', symObjAddr: 0xBB8, symBinAddr: 0x16EDEC, symSize: 0x8 }
+ - { offsetInCU: 0x1565, offset: 0x164A86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBC0, symBinAddr: 0x16EDF4, symSize: 0x8 }
+ - { offsetInCU: 0x1579, offset: 0x164A9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBC8, symBinAddr: 0x16EDFC, symSize: 0x8 }
+ - { offsetInCU: 0x1593, offset: 0x164AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xD0C, symBinAddr: 0x16EF40, symSize: 0x28 }
+ - { offsetInCU: 0x15AF, offset: 0x164AD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xD34, symBinAddr: 0x16EF68, symSize: 0x28 }
+ - { offsetInCU: 0x1607, offset: 0x164B28, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4d_n', symObjAddr: 0x1100, symBinAddr: 0x16F334, symSize: 0x48 }
+ - { offsetInCU: 0x168C, offset: 0x164BAD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x1148, symBinAddr: 0x16F37C, symSize: 0x10 }
+ - { offsetInCU: 0x16AC, offset: 0x164BCD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x1148, symBinAddr: 0x16F37C, symSize: 0x10 }
+ - { offsetInCU: 0x16BD, offset: 0x164BDE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x1158, symBinAddr: 0x16F38C, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0x164EF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callId04isOnD010wasRelayedACSS_S2btcfC', symObjAddr: 0x0, symBinAddr: 0x16FE48, symSize: 0xB4 }
+ - { offsetInCU: 0x4B, offset: 0x164F1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvpZ', symObjAddr: 0x58F8, symBinAddr: 0x2F9F10, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x164F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callId04isOnD010wasRelayedACSS_S2btcfC', symObjAddr: 0x0, symBinAddr: 0x16FE48, symSize: 0xB4 }
+ - { offsetInCU: 0xBC, offset: 0x164F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x114, symBinAddr: 0x16FF5C, symSize: 0x40 }
+ - { offsetInCU: 0xDD, offset: 0x164FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callIdSSvg', symObjAddr: 0x154, symBinAddr: 0x16FF9C, symSize: 0x2C }
+ - { offsetInCU: 0xF9, offset: 0x164FC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x180, symBinAddr: 0x16FFC8, symSize: 0x8 }
+ - { offsetInCU: 0x115, offset: 0x164FE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV9requestIdSSvg', symObjAddr: 0x188, symBinAddr: 0x16FFD0, symSize: 0x2C }
+ - { offsetInCU: 0x129, offset: 0x164FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV04isOnD0Sbvg', symObjAddr: 0x1B4, symBinAddr: 0x16FFFC, symSize: 0x8 }
+ - { offsetInCU: 0x145, offset: 0x165015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10wasRelayedSbvg', symObjAddr: 0x1BC, symBinAddr: 0x170004, symSize: 0x8 }
+ - { offsetInCU: 0x161, offset: 0x165031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C4, symBinAddr: 0x17000C, symSize: 0x1E8 }
+ - { offsetInCU: 0x1D4, offset: 0x1650A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x498, symBinAddr: 0x1701F4, symSize: 0x8 }
+ - { offsetInCU: 0x1FF, offset: 0x1650CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x554, symBinAddr: 0x1702B0, symSize: 0x40 }
+ - { offsetInCU: 0x245, offset: 0x165115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x594, symBinAddr: 0x1702F0, symSize: 0x2C }
+ - { offsetInCU: 0x277, offset: 0x165147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x768, symBinAddr: 0x170480, symSize: 0x38 }
+ - { offsetInCU: 0x29B, offset: 0x16516B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultType_WZ', symObjAddr: 0xB4, symBinAddr: 0x16FEFC, symSize: 0x20 }
+ - { offsetInCU: 0x2B5, offset: 0x165185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xD4, symBinAddr: 0x16FF1C, symSize: 0x40 }
+ - { offsetInCU: 0x2DA, offset: 0x1651AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x4A0, symBinAddr: 0x1701FC, symSize: 0x24 }
+ - { offsetInCU: 0x2EE, offset: 0x1651BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA13WSRequestableAAWl', symObjAddr: 0x4C4, symBinAddr: 0x170220, symSize: 0x44 }
+ - { offsetInCU: 0x302, offset: 0x1651D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x508, symBinAddr: 0x170264, symSize: 0x4 }
+ - { offsetInCU: 0x316, offset: 0x1651E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x50C, symBinAddr: 0x170268, symSize: 0x48 }
+ - { offsetInCU: 0x32A, offset: 0x1651FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13WSRequestableAAWI', symObjAddr: 0x5C0, symBinAddr: 0x17031C, symSize: 0x24 }
+ - { offsetInCU: 0x33E, offset: 0x16520E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA11RequestableAAWI', symObjAddr: 0x628, symBinAddr: 0x170340, symSize: 0x2C }
+ - { offsetInCU: 0x352, offset: 0x165222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA0E0AAWl', symObjAddr: 0x654, symBinAddr: 0x17036C, symSize: 0x44 }
+ - { offsetInCU: 0x366, offset: 0x165236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x698, symBinAddr: 0x1703B0, symSize: 0x44 }
+ - { offsetInCU: 0x37A, offset: 0x16524A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0AAWI', symObjAddr: 0x6DC, symBinAddr: 0x1703F4, symSize: 0x24 }
+ - { offsetInCU: 0x38E, offset: 0x16525E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x170418, symSize: 0x44 }
+ - { offsetInCU: 0x3A2, offset: 0x165272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x744, symBinAddr: 0x17045C, symSize: 0x24 }
+ - { offsetInCU: 0x3B6, offset: 0x165286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwCP', symObjAddr: 0x7A0, symBinAddr: 0x1704B8, symSize: 0x30 }
+ - { offsetInCU: 0x3CA, offset: 0x16529A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwxx', symObjAddr: 0x7D0, symBinAddr: 0x1704E8, symSize: 0x28 }
+ - { offsetInCU: 0x3DE, offset: 0x1652AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwcp', symObjAddr: 0x7F8, symBinAddr: 0x170510, symSize: 0x4C }
+ - { offsetInCU: 0x3F2, offset: 0x1652C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwca', symObjAddr: 0x844, symBinAddr: 0x17055C, symSize: 0x84 }
+ - { offsetInCU: 0x406, offset: 0x1652D6, size: 0x8, addend: 0x0, symName: ___swift_memcpy42_8, symObjAddr: 0x8C8, symBinAddr: 0x1705E0, symSize: 0x14 }
+ - { offsetInCU: 0x41A, offset: 0x1652EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwta', symObjAddr: 0x8DC, symBinAddr: 0x1705F4, symSize: 0x5C }
+ - { offsetInCU: 0x42E, offset: 0x1652FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwet', symObjAddr: 0x938, symBinAddr: 0x170650, symSize: 0x48 }
+ - { offsetInCU: 0x442, offset: 0x165312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwst', symObjAddr: 0x980, symBinAddr: 0x170698, symSize: 0x4C }
+ - { offsetInCU: 0x456, offset: 0x165326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVMa', symObjAddr: 0x9CC, symBinAddr: 0x1706E4, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x16559A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10callSignalSayAA0dE0CGvg', symObjAddr: 0x0, symBinAddr: 0x1706F4, symSize: 0x8 }
+ - { offsetInCU: 0x73, offset: 0x1655C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x8, symBinAddr: 0x1706FC, symSize: 0x70 }
+ - { offsetInCU: 0xAC, offset: 0x1655FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xB8, symBinAddr: 0x17076C, symSize: 0x70 }
+ - { offsetInCU: 0xE2, offset: 0x165631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x128, symBinAddr: 0x1707DC, symSize: 0x8 }
+ - { offsetInCU: 0x109, offset: 0x165658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x130, symBinAddr: 0x1707E4, symSize: 0xC }
+ - { offsetInCU: 0x131, offset: 0x165680, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x13C, symBinAddr: 0x1707F0, symSize: 0x4 }
+ - { offsetInCU: 0x145, offset: 0x165694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x140, symBinAddr: 0x1707F4, symSize: 0x4 }
+ - { offsetInCU: 0x177, offset: 0x1656C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x2AC, symBinAddr: 0x170960, symSize: 0x74 }
+ - { offsetInCU: 0x1AB, offset: 0x1656FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x320, symBinAddr: 0x1709D4, symSize: 0x24 }
+ - { offsetInCU: 0x1E3, offset: 0x165732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x344, symBinAddr: 0x1709F8, symSize: 0x4 }
+ - { offsetInCU: 0x203, offset: 0x165752, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x344, symBinAddr: 0x1709F8, symSize: 0x4 }
+ - { offsetInCU: 0x22E, offset: 0x16577D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x348, symBinAddr: 0x1709FC, symSize: 0x78 }
+ - { offsetInCU: 0x279, offset: 0x1657C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x170A74, symSize: 0xC }
+ - { offsetInCU: 0x295, offset: 0x1657E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3CC, symBinAddr: 0x170A80, symSize: 0xC }
+ - { offsetInCU: 0x2B1, offset: 0x165800, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x7AC, symBinAddr: 0x170E60, symSize: 0x20 }
+ - { offsetInCU: 0x2CE, offset: 0x16581D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x428, symBinAddr: 0x170ADC, symSize: 0x4C }
+ - { offsetInCU: 0x2F3, offset: 0x165842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x474, symBinAddr: 0x170B28, symSize: 0x138 }
+ - { offsetInCU: 0x34F, offset: 0x16589E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4find6callIdAA0dE0CSgSS_tF', symObjAddr: 0x5AC, symBinAddr: 0x170C60, symSize: 0x6C }
+ - { offsetInCU: 0x3CF, offset: 0x16591E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCfd', symObjAddr: 0x618, symBinAddr: 0x170CCC, symSize: 0x1C }
+ - { offsetInCU: 0x40A, offset: 0x165959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCfD', symObjAddr: 0x634, symBinAddr: 0x170CE8, symSize: 0x24 }
+ - { offsetInCU: 0x455, offset: 0x1659A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x658, symBinAddr: 0x170D0C, symSize: 0x2C }
+ - { offsetInCU: 0x53F, offset: 0x165A8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x7F0, symBinAddr: 0x170E80, symSize: 0x44 }
+ - { offsetInCU: 0x553, offset: 0x165AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCMa', symObjAddr: 0x834, symBinAddr: 0x170EC4, symSize: 0x20 }
+ - { offsetInCU: 0x567, offset: 0x165AB6, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11CommandListCGSayxGSesSeRzlWl', symObjAddr: 0x874, symBinAddr: 0x170EE4, symSize: 0x7C }
+ - { offsetInCU: 0x57B, offset: 0x165ACA, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11CommandListCGMa', symObjAddr: 0x8F0, symBinAddr: 0x170F60, symSize: 0x54 }
+ - { offsetInCU: 0x58F, offset: 0x165ADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x944, symBinAddr: 0x170FB4, symSize: 0x4 }
+ - { offsetInCU: 0x5A3, offset: 0x165AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x948, symBinAddr: 0x170FB8, symSize: 0x44 }
+ - { offsetInCU: 0x5B7, offset: 0x165B06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x98C, symBinAddr: 0x170FFC, symSize: 0x4 }
+ - { offsetInCU: 0x5CB, offset: 0x165B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x990, symBinAddr: 0x171000, symSize: 0x44 }
+ - { offsetInCU: 0x5DF, offset: 0x165B2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9D4, symBinAddr: 0x171044, symSize: 0x4 }
+ - { offsetInCU: 0x5F3, offset: 0x165B42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x9D8, symBinAddr: 0x171048, symSize: 0x44 }
+ - { offsetInCU: 0x607, offset: 0x165B56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA14APIRespondableAAWI', symObjAddr: 0xA1C, symBinAddr: 0x17108C, symSize: 0x3C }
+ - { offsetInCU: 0x61B, offset: 0x165B6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA11RespondableAAWI', symObjAddr: 0xA58, symBinAddr: 0x1710C8, symSize: 0x5C }
+ - { offsetInCU: 0x62F, offset: 0x165B7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA0F0AAWI', symObjAddr: 0xAB4, symBinAddr: 0x171124, symSize: 0x3C }
+ - { offsetInCU: 0x643, offset: 0x165B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xB30, symBinAddr: 0x1711A0, symSize: 0x3C }
+ - { offsetInCU: 0x657, offset: 0x165BA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwet', symObjAddr: 0xBA4, symBinAddr: 0x17120C, symSize: 0x50 }
+ - { offsetInCU: 0x66B, offset: 0x165BBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwst', symObjAddr: 0xBF4, symBinAddr: 0x17125C, symSize: 0x8C }
+ - { offsetInCU: 0x67F, offset: 0x165BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwug', symObjAddr: 0xC80, symBinAddr: 0x1712E8, symSize: 0x8 }
+ - { offsetInCU: 0x693, offset: 0x165BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwup', symObjAddr: 0xC88, symBinAddr: 0x1712F0, symSize: 0x4 }
+ - { offsetInCU: 0x6A7, offset: 0x165BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwui', symObjAddr: 0xC8C, symBinAddr: 0x1712F4, symSize: 0x4 }
+ - { offsetInCU: 0x6BB, offset: 0x165C0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOMa', symObjAddr: 0xC90, symBinAddr: 0x1712F8, symSize: 0x10 }
+ - { offsetInCU: 0x704, offset: 0x165C53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x144, symBinAddr: 0x1707F8, symSize: 0x80 }
+ - { offsetInCU: 0x7E8, offset: 0x165D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1C4, symBinAddr: 0x170878, symSize: 0x58 }
+ - { offsetInCU: 0x893, offset: 0x165DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x21C, symBinAddr: 0x1708D0, symSize: 0x3C }
+ - { offsetInCU: 0x8FA, offset: 0x165E49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x258, symBinAddr: 0x17090C, symSize: 0x54 }
+ - { offsetInCU: 0x983, offset: 0x165ED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x3D8, symBinAddr: 0x170A8C, symSize: 0x28 }
+ - { offsetInCU: 0x99F, offset: 0x165EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x400, symBinAddr: 0x170AB4, symSize: 0x28 }
+ - { offsetInCU: 0x9F2, offset: 0x165F41, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11CommandListCG_Tg504$s13de7Calls19gH44ResponseC4find6callIdAA0dE0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x684, symBinAddr: 0x170D38, symSize: 0x128 }
+ - { offsetInCU: 0x3F, offset: 0x1662E5, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCallsE1doiyS2d_SitFZ', symObjAddr: 0x0, symBinAddr: 0x171308, symSize: 0xC }
+ - { offsetInCU: 0x6D, offset: 0x166313, size: 0x8, addend: 0x0, symName: '_$ss5Int64V13SendBirdCallsE1doiyA2B_SitFZ', symObjAddr: 0xC, symBinAddr: 0x171314, symSize: 0x28 }
+ - { offsetInCU: 0xFB, offset: 0x1663A1, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCalls9DividableA2aBP1doiyxx_SitFZTW', symObjAddr: 0x78, symBinAddr: 0x171380, symSize: 0x14 }
+ - { offsetInCU: 0x16C, offset: 0x166412, size: 0x8, addend: 0x0, symName: '_$ss5Int64V13SendBirdCalls9DividableA2cDP1doiyxx_SitFZTW', symObjAddr: 0xD0, symBinAddr: 0x1713D8, symSize: 0x2C }
+ - { offsetInCU: 0x1E9, offset: 0x16648F, size: 0x8, addend: 0x0, symName: '_$sSi13SendBirdCalls9DividableA2aBP1doiyxx_SitFZTW', symObjAddr: 0x38, symBinAddr: 0x171340, symSize: 0x2C }
+ - { offsetInCU: 0x24A, offset: 0x1664F0, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCalls9DividableA2aBP1doiyxx_xtFZTW', symObjAddr: 0x64, symBinAddr: 0x17136C, symSize: 0x14 }
+ - { offsetInCU: 0x4F, offset: 0x16673C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfc', symObjAddr: 0x0, symBinAddr: 0x171414, symSize: 0x64 }
+ - { offsetInCU: 0x63, offset: 0x166750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x64, symBinAddr: 0x171478, symSize: 0x410 }
+ - { offsetInCU: 0xBF, offset: 0x1667AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6encode2toys7Encoder_p_tKF', symObjAddr: 0x474, symBinAddr: 0x171888, symSize: 0x264 }
+ - { offsetInCU: 0xFE, offset: 0x1667EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8nicknameSSSgvM', symObjAddr: 0x6F0, symBinAddr: 0x171B04, symSize: 0x44 }
+ - { offsetInCU: 0x12D, offset: 0x16681A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10profileURLSSSgvM', symObjAddr: 0x7F4, symBinAddr: 0x171C08, symSize: 0x44 }
+ - { offsetInCU: 0x15C, offset: 0x166849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10profileURLSSSgvM.resume.0', symObjAddr: 0x838, symBinAddr: 0x171C4C, symSize: 0x4 }
+ - { offsetInCU: 0x187, offset: 0x166874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvg', symObjAddr: 0x83C, symBinAddr: 0x171C50, symSize: 0x48 }
+ - { offsetInCU: 0x1A6, offset: 0x166893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvs', symObjAddr: 0x884, symBinAddr: 0x171C98, symSize: 0x50 }
+ - { offsetInCU: 0x1CF, offset: 0x1668BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvM', symObjAddr: 0x8D4, symBinAddr: 0x171CE8, symSize: 0x44 }
+ - { offsetInCU: 0x1FE, offset: 0x1668EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvg', symObjAddr: 0x918, symBinAddr: 0x171D2C, symSize: 0x44 }
+ - { offsetInCU: 0x21D, offset: 0x16690A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvs', symObjAddr: 0x95C, symBinAddr: 0x171D70, symSize: 0x48 }
+ - { offsetInCU: 0x242, offset: 0x16692F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvM', symObjAddr: 0x9A4, symBinAddr: 0x171DB8, symSize: 0x44 }
+ - { offsetInCU: 0x280, offset: 0x16696D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfC', symObjAddr: 0x9E8, symBinAddr: 0x171DFC, symSize: 0xB0 }
+ - { offsetInCU: 0x2C8, offset: 0x1669B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userIdSSvgTo', symObjAddr: 0xA98, symBinAddr: 0x171EAC, symSize: 0x4C }
+ - { offsetInCU: 0x303, offset: 0x1669F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userIdSSvg', symObjAddr: 0xAE4, symBinAddr: 0x171EF8, symSize: 0x38 }
+ - { offsetInCU: 0x340, offset: 0x166A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvgTo', symObjAddr: 0xC38, symBinAddr: 0x17204C, symSize: 0x80 }
+ - { offsetInCU: 0x3A7, offset: 0x166A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvsTo', symObjAddr: 0xCB8, symBinAddr: 0x1720CC, symSize: 0x7C }
+ - { offsetInCU: 0x40A, offset: 0x166AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvgTo', symObjAddr: 0xD34, symBinAddr: 0x172148, symSize: 0x44 }
+ - { offsetInCU: 0x471, offset: 0x166B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvsTo', symObjAddr: 0xD78, symBinAddr: 0x17218C, symSize: 0x48 }
+ - { offsetInCU: 0x4AE, offset: 0x166B9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDC0, symBinAddr: 0x1721D4, symSize: 0x40 }
+ - { offsetInCU: 0x4E5, offset: 0x166BD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO8rawValueSSvg', symObjAddr: 0xE00, symBinAddr: 0x172214, symSize: 0x20 }
+ - { offsetInCU: 0x51E, offset: 0x166C0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO11stringValueSSvg', symObjAddr: 0xE20, symBinAddr: 0x172234, symSize: 0x20 }
+ - { offsetInCU: 0x54C, offset: 0x166C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO11stringValueSSvg', symObjAddr: 0xE20, symBinAddr: 0x172234, symSize: 0x20 }
+ - { offsetInCU: 0x591, offset: 0x166C7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xE64, symBinAddr: 0x172278, symSize: 0x78 }
+ - { offsetInCU: 0x5D2, offset: 0x166CBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xEDC, symBinAddr: 0x1722F0, symSize: 0x28 }
+ - { offsetInCU: 0x5EE, offset: 0x166CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xF04, symBinAddr: 0x172318, symSize: 0x8 }
+ - { offsetInCU: 0x624, offset: 0x166D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xF0C, symBinAddr: 0x172320, symSize: 0x7C }
+ - { offsetInCU: 0x67C, offset: 0x166D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xF88, symBinAddr: 0x17239C, symSize: 0xC }
+ - { offsetInCU: 0x698, offset: 0x166D85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF94, symBinAddr: 0x1723A8, symSize: 0xC }
+ - { offsetInCU: 0x6B6, offset: 0x166DA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfC', symObjAddr: 0xFF0, symBinAddr: 0x172404, symSize: 0x20 }
+ - { offsetInCU: 0x6D4, offset: 0x166DC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfc', symObjAddr: 0x1010, symBinAddr: 0x172424, symSize: 0x2C }
+ - { offsetInCU: 0x737, offset: 0x166E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfcTo', symObjAddr: 0x103C, symBinAddr: 0x172450, symSize: 0x2C }
+ - { offsetInCU: 0x79E, offset: 0x166E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCfD', symObjAddr: 0x1068, symBinAddr: 0x17247C, symSize: 0x30 }
+ - { offsetInCU: 0x7CB, offset: 0x166EB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10FC, symBinAddr: 0x172510, symSize: 0x2C }
+ - { offsetInCU: 0x7EE, offset: 0x166EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1128, symBinAddr: 0x17253C, symSize: 0x38 }
+ - { offsetInCU: 0x822, offset: 0x166F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfcTf4ggggnn_n', symObjAddr: 0x177C, symBinAddr: 0x172B90, symSize: 0x1A0 }
+ - { offsetInCU: 0x8B8, offset: 0x166FA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCfETo', symObjAddr: 0x1098, symBinAddr: 0x1724AC, symSize: 0x64 }
+ - { offsetInCU: 0x905, offset: 0x166FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4hashSivgTo', symObjAddr: 0x1160, symBinAddr: 0x172574, symSize: 0x54 }
+ - { offsetInCU: 0x93A, offset: 0x167027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4hashSivg', symObjAddr: 0x11B4, symBinAddr: 0x1725C8, symSize: 0x14 }
+ - { offsetInCU: 0x962, offset: 0x16704F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC7isEqualySbypSgF', symObjAddr: 0x11C8, symBinAddr: 0x1725DC, symSize: 0x2DC }
+ - { offsetInCU: 0xA4B, offset: 0x167138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC7isEqualySbypSgFTo', symObjAddr: 0x14A4, symBinAddr: 0x1728B8, symSize: 0x80 }
+ - { offsetInCU: 0xA67, offset: 0x167154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x1524, symBinAddr: 0x172938, symSize: 0x128 }
+ - { offsetInCU: 0xB18, offset: 0x167205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0x164C, symBinAddr: 0x172A60, symSize: 0x130 }
+ - { offsetInCU: 0xB78, offset: 0x167265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs0E3KeyAAWl', symObjAddr: 0x1980, symBinAddr: 0x172D30, symSize: 0x44 }
+ - { offsetInCU: 0xB8C, offset: 0x167279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCMa', symObjAddr: 0x19E4, symBinAddr: 0x172D74, symSize: 0x20 }
+ - { offsetInCU: 0xBA0, offset: 0x16728D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwet', symObjAddr: 0x1F28, symBinAddr: 0x1731C0, symSize: 0x90 }
+ - { offsetInCU: 0xBB4, offset: 0x1672A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwst', symObjAddr: 0x1FB8, symBinAddr: 0x173250, symSize: 0xBC }
+ - { offsetInCU: 0xBC8, offset: 0x1672B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwug', symObjAddr: 0x2074, symBinAddr: 0x17330C, symSize: 0x8 }
+ - { offsetInCU: 0xBDC, offset: 0x1672C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwup', symObjAddr: 0x207C, symBinAddr: 0x173314, symSize: 0x4 }
+ - { offsetInCU: 0xBF0, offset: 0x1672DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwui', symObjAddr: 0x2080, symBinAddr: 0x173318, symSize: 0x8 }
+ - { offsetInCU: 0xC04, offset: 0x1672F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOMa', symObjAddr: 0x2088, symBinAddr: 0x173320, symSize: 0x10 }
+ - { offsetInCU: 0xC18, offset: 0x167305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASQWb', symObjAddr: 0x2098, symBinAddr: 0x173330, symSize: 0x4 }
+ - { offsetInCU: 0xC2C, offset: 0x167319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFSQAAWl', symObjAddr: 0x209C, symBinAddr: 0x173334, symSize: 0x44 }
+ - { offsetInCU: 0xC40, offset: 0x16732D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20E0, symBinAddr: 0x173378, symSize: 0x4 }
+ - { offsetInCU: 0xC54, offset: 0x167341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20E4, symBinAddr: 0x17337C, symSize: 0x44 }
+ - { offsetInCU: 0xC68, offset: 0x167355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2128, symBinAddr: 0x1733C0, symSize: 0x4 }
+ - { offsetInCU: 0xC7C, offset: 0x167369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x212C, symBinAddr: 0x1733C4, symSize: 0x44 }
+ - { offsetInCU: 0xCC7, offset: 0x1673B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE40, symBinAddr: 0x172254, symSize: 0xC }
+ - { offsetInCU: 0xCE3, offset: 0x1673D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE4C, symBinAddr: 0x172260, symSize: 0x8 }
+ - { offsetInCU: 0xCFF, offset: 0x1673EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE54, symBinAddr: 0x172268, symSize: 0x8 }
+ - { offsetInCU: 0xD1B, offset: 0x167408, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE5C, symBinAddr: 0x172270, symSize: 0x8 }
+ - { offsetInCU: 0xD3D, offset: 0x16742A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xFA0, symBinAddr: 0x1723B4, symSize: 0x28 }
+ - { offsetInCU: 0xD59, offset: 0x167446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xFC8, symBinAddr: 0x1723DC, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x167759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callId06customF04modeACSS_SDyS2SGAC4ModeOtcfC', symObjAddr: 0x0, symBinAddr: 0x173414, symSize: 0x1C }
+ - { offsetInCU: 0xA0, offset: 0x1677AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0x7C, symBinAddr: 0x173490, symSize: 0x68 }
+ - { offsetInCU: 0xC1, offset: 0x1677CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0xE4, symBinAddr: 0x1734F8, symSize: 0x6C }
+ - { offsetInCU: 0xEA, offset: 0x1677F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x150, symBinAddr: 0x173564, symSize: 0x6C }
+ - { offsetInCU: 0x113, offset: 0x167821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x1BC, symBinAddr: 0x1735D0, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0x16783D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1C0, symBinAddr: 0x1735D4, symSize: 0x8 }
+ - { offsetInCU: 0x14B, offset: 0x167859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C8, symBinAddr: 0x1735DC, symSize: 0x8 }
+ - { offsetInCU: 0x15F, offset: 0x16786D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callIdSSvg', symObjAddr: 0x1D0, symBinAddr: 0x1735E4, symSize: 0x2C }
+ - { offsetInCU: 0x17B, offset: 0x167889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV06customF0SDyS2SGvg', symObjAddr: 0x1FC, symBinAddr: 0x173610, symSize: 0x8 }
+ - { offsetInCU: 0x197, offset: 0x1678A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4modeAC4ModeOvg', symObjAddr: 0x204, symBinAddr: 0x173618, symSize: 0x8 }
+ - { offsetInCU: 0x1D9, offset: 0x1678E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x218, symBinAddr: 0x17362C, symSize: 0x7C }
+ - { offsetInCU: 0x20F, offset: 0x16791D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x294, symBinAddr: 0x1736A8, symSize: 0x8 }
+ - { offsetInCU: 0x236, offset: 0x167944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x29C, symBinAddr: 0x1736B0, symSize: 0xC }
+ - { offsetInCU: 0x25D, offset: 0x16796B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2A8, symBinAddr: 0x1736BC, symSize: 0x38 }
+ - { offsetInCU: 0x284, offset: 0x167992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x1736F4, symSize: 0x38 }
+ - { offsetInCU: 0x2AB, offset: 0x1679B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x360, symBinAddr: 0x173774, symSize: 0x8 }
+ - { offsetInCU: 0x2E1, offset: 0x1679EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x368, symBinAddr: 0x17377C, symSize: 0x8C }
+ - { offsetInCU: 0x32C, offset: 0x167A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3F4, symBinAddr: 0x173808, symSize: 0xC }
+ - { offsetInCU: 0x348, offset: 0x167A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x400, symBinAddr: 0x173814, symSize: 0xC }
+ - { offsetInCU: 0x365, offset: 0x167A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x45C, symBinAddr: 0x173870, symSize: 0x1C }
+ - { offsetInCU: 0x388, offset: 0x167A96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x498, symBinAddr: 0x1738AC, symSize: 0x68 }
+ - { offsetInCU: 0x3BF, offset: 0x167ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x500, symBinAddr: 0x173914, symSize: 0x8 }
+ - { offsetInCU: 0x3EA, offset: 0x167AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x508, symBinAddr: 0x17391C, symSize: 0x8 }
+ - { offsetInCU: 0x432, offset: 0x167B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x510, symBinAddr: 0x173924, symSize: 0x1C }
+ - { offsetInCU: 0x46A, offset: 0x167B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x8F4, symBinAddr: 0x173D08, symSize: 0xA0 }
+ - { offsetInCU: 0x4DD, offset: 0x167BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x9D4, symBinAddr: 0x173DA8, symSize: 0x164 }
+ - { offsetInCU: 0x52A, offset: 0x167C38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultType_WZ', symObjAddr: 0x1C, symBinAddr: 0x173430, symSize: 0x20 }
+ - { offsetInCU: 0x544, offset: 0x167C52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x3C, symBinAddr: 0x173450, symSize: 0x40 }
+ - { offsetInCU: 0x575, offset: 0x167C83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeO8rawValueSSvg', symObjAddr: 0x478, symBinAddr: 0x17388C, symSize: 0x20 }
+ - { offsetInCU: 0x5BE, offset: 0x167CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xB38, symBinAddr: 0x173F0C, symSize: 0x4 }
+ - { offsetInCU: 0x5D2, offset: 0x167CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xB3C, symBinAddr: 0x173F10, symSize: 0x44 }
+ - { offsetInCU: 0x5E6, offset: 0x167CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0xB80, symBinAddr: 0x173F54, symSize: 0x4 }
+ - { offsetInCU: 0x5FA, offset: 0x167D08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0xB84, symBinAddr: 0x173F58, symSize: 0x44 }
+ - { offsetInCU: 0x60E, offset: 0x167D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0xBC8, symBinAddr: 0x173F9C, symSize: 0x4 }
+ - { offsetInCU: 0x622, offset: 0x167D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0xBCC, symBinAddr: 0x173FA0, symSize: 0x44 }
+ - { offsetInCU: 0x636, offset: 0x167D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0xC10, symBinAddr: 0x173FE4, symSize: 0x24 }
+ - { offsetInCU: 0x64A, offset: 0x167D58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC78, symBinAddr: 0x174008, symSize: 0x4 }
+ - { offsetInCU: 0x65E, offset: 0x167D6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xC7C, symBinAddr: 0x17400C, symSize: 0x48 }
+ - { offsetInCU: 0x672, offset: 0x167D80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xCC4, symBinAddr: 0x174054, symSize: 0x2C }
+ - { offsetInCU: 0x686, offset: 0x167D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA0G0AAWl', symObjAddr: 0xCF0, symBinAddr: 0x174080, symSize: 0x44 }
+ - { offsetInCU: 0x69A, offset: 0x167DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xD34, symBinAddr: 0x1740C4, symSize: 0x44 }
+ - { offsetInCU: 0x6AE, offset: 0x167DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0AAWI', symObjAddr: 0xD78, symBinAddr: 0x174108, symSize: 0x24 }
+ - { offsetInCU: 0x6C2, offset: 0x167DD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVACSEAAWl', symObjAddr: 0xD9C, symBinAddr: 0x17412C, symSize: 0x44 }
+ - { offsetInCU: 0x6D6, offset: 0x167DE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xDE0, symBinAddr: 0x174170, symSize: 0x24 }
+ - { offsetInCU: 0x6EA, offset: 0x167DF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSHAASQWb', symObjAddr: 0xE04, symBinAddr: 0x174194, symSize: 0x4 }
+ - { offsetInCU: 0x6FE, offset: 0x167E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOAESQAAWl', symObjAddr: 0xE08, symBinAddr: 0x174198, symSize: 0x44 }
+ - { offsetInCU: 0x712, offset: 0x167E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwCP', symObjAddr: 0xE4C, symBinAddr: 0x1741DC, symSize: 0x30 }
+ - { offsetInCU: 0x726, offset: 0x167E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwxx', symObjAddr: 0xE7C, symBinAddr: 0x17420C, symSize: 0x28 }
+ - { offsetInCU: 0x73A, offset: 0x167E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwcp', symObjAddr: 0xEA4, symBinAddr: 0x174234, symSize: 0x4C }
+ - { offsetInCU: 0x74E, offset: 0x167E5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwca', symObjAddr: 0xEF0, symBinAddr: 0x174280, symSize: 0x74 }
+ - { offsetInCU: 0x762, offset: 0x167E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwta', symObjAddr: 0xF78, symBinAddr: 0x1742F4, symSize: 0x54 }
+ - { offsetInCU: 0x776, offset: 0x167E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwet', symObjAddr: 0xFCC, symBinAddr: 0x174348, symSize: 0x48 }
+ - { offsetInCU: 0x78A, offset: 0x167E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwst', symObjAddr: 0x1014, symBinAddr: 0x174390, symSize: 0x44 }
+ - { offsetInCU: 0x79E, offset: 0x167EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVMa', symObjAddr: 0x1058, symBinAddr: 0x1743D4, symSize: 0x10 }
+ - { offsetInCU: 0x7B2, offset: 0x167EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0x1080, symBinAddr: 0x1743EC, symSize: 0x8 }
+ - { offsetInCU: 0x7C6, offset: 0x167ED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0x1088, symBinAddr: 0x1743F4, symSize: 0x4 }
+ - { offsetInCU: 0x7DA, offset: 0x167EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0x108C, symBinAddr: 0x1743F8, symSize: 0xC }
+ - { offsetInCU: 0x7EE, offset: 0x167EFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0x1098, symBinAddr: 0x174404, symSize: 0x10 }
+ - { offsetInCU: 0x802, offset: 0x167F10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOwup', symObjAddr: 0x11FC, symBinAddr: 0x174568, symSize: 0x4 }
+ - { offsetInCU: 0x816, offset: 0x167F24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOMa', symObjAddr: 0x1200, symBinAddr: 0x17456C, symSize: 0x10 }
+ - { offsetInCU: 0x82A, offset: 0x167F38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOAESYAAWl', symObjAddr: 0x1210, symBinAddr: 0x17457C, symSize: 0x44 }
+ - { offsetInCU: 0x83E, offset: 0x167F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x1254, symBinAddr: 0x1745C0, symSize: 0x44 }
+ - { offsetInCU: 0x86F, offset: 0x167F7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x40C, symBinAddr: 0x173820, symSize: 0x28 }
+ - { offsetInCU: 0x88B, offset: 0x167F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x434, symBinAddr: 0x173848, symSize: 0x28 }
+ - { offsetInCU: 0x8A7, offset: 0x167FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x84C, symBinAddr: 0x173C60, symSize: 0x5C }
+ - { offsetInCU: 0x8CA, offset: 0x167FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8A8, symBinAddr: 0x173CBC, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x16824C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x17460C, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x168270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x17460C, symSize: 0x58 }
+ - { offsetInCU: 0x67, offset: 0x16828C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callIdSSvg', symObjAddr: 0x58, symBinAddr: 0x174664, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x1682A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV10gzippedSDPSSSgvg', symObjAddr: 0x84, symBinAddr: 0x174690, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0x1682C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xB0, symBinAddr: 0x1746BC, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x1682D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xDC, symBinAddr: 0x1746E8, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x1682F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV9requestIdSSvg', symObjAddr: 0xE4, symBinAddr: 0x1746F0, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x168308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110, symBinAddr: 0x17471C, symSize: 0x288 }
+ - { offsetInCU: 0x156, offset: 0x16837B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x398, symBinAddr: 0x1749A4, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x1683A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x1749AC, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x1683E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3CC, symBinAddr: 0x1749D8, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x168419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3F8, symBinAddr: 0x174A04, symSize: 0x40 }
+ - { offsetInCU: 0x217, offset: 0x16843C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfCTf4gnnd_n', symObjAddr: 0x438, symBinAddr: 0x174A44, symSize: 0x12C }
+ - { offsetInCU: 0x277, offset: 0x16849C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x794, symBinAddr: 0x174B70, symSize: 0x24 }
+ - { offsetInCU: 0x28B, offset: 0x1684B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7B8, symBinAddr: 0x174B94, symSize: 0x44 }
+ - { offsetInCU: 0x29F, offset: 0x1684C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7FC, symBinAddr: 0x174BD8, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x1684D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13WSRequestableAAWI', symObjAddr: 0x864, symBinAddr: 0x174BFC, symSize: 0x24 }
+ - { offsetInCU: 0x2C7, offset: 0x1684EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8CC, symBinAddr: 0x174C20, symSize: 0x4 }
+ - { offsetInCU: 0x2DB, offset: 0x168500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA11RequestableAAWI', symObjAddr: 0x914, symBinAddr: 0x174C24, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x168514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA0E0AAWl', symObjAddr: 0x940, symBinAddr: 0x174C50, symSize: 0x44 }
+ - { offsetInCU: 0x303, offset: 0x168528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x984, symBinAddr: 0x174C94, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x16853C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0AAWI', symObjAddr: 0x9C8, symBinAddr: 0x174CD8, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x168550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVACSEAAWl', symObjAddr: 0x9EC, symBinAddr: 0x174CFC, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x168564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA30, symBinAddr: 0x174D40, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x168578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwCP', symObjAddr: 0xA54, symBinAddr: 0x174D64, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x16858C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwxx', symObjAddr: 0xA84, symBinAddr: 0x174D94, symSize: 0x38 }
+ - { offsetInCU: 0x37B, offset: 0x1685A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwcp', symObjAddr: 0xABC, symBinAddr: 0x174DCC, symSize: 0x6C }
+ - { offsetInCU: 0x38F, offset: 0x1685B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwca', symObjAddr: 0xB28, symBinAddr: 0x174E38, symSize: 0xB4 }
+ - { offsetInCU: 0x3A3, offset: 0x1685C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwta', symObjAddr: 0xC00, symBinAddr: 0x174EEC, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x1685DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwet', symObjAddr: 0xC6C, symBinAddr: 0x174F58, symSize: 0x48 }
+ - { offsetInCU: 0x3CB, offset: 0x1685F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwst', symObjAddr: 0xCB4, symBinAddr: 0x174FA0, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x168604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVMa', symObjAddr: 0xD04, symBinAddr: 0x174FF0, symSize: 0x10 }
+ - { offsetInCU: 0x5C, offset: 0x168892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x175058, symSize: 0x3BC }
+ - { offsetInCU: 0xDC, offset: 0x168912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO0dE0OAA08DeliveryM0Vtcfc', symObjAddr: 0x598, symBinAddr: 0x175434, symSize: 0xC0 }
+ - { offsetInCU: 0x123, offset: 0x168959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCfd', symObjAddr: 0x658, symBinAddr: 0x1754F4, symSize: 0x2C }
+ - { offsetInCU: 0x140, offset: 0x168976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivg', symObjAddr: 0x684, symBinAddr: 0x175520, symSize: 0x30 }
+ - { offsetInCU: 0x15C, offset: 0x168992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivs', symObjAddr: 0x6B4, symBinAddr: 0x175550, symSize: 0x3C }
+ - { offsetInCU: 0x178, offset: 0x1689AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivM', symObjAddr: 0x6F0, symBinAddr: 0x17558C, symSize: 0x3C }
+ - { offsetInCU: 0x194, offset: 0x1689CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0Ovg', symObjAddr: 0x72C, symBinAddr: 0x1755C8, symSize: 0x30 }
+ - { offsetInCU: 0x1B0, offset: 0x1689E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0Ovs', symObjAddr: 0x75C, symBinAddr: 0x1755F8, symSize: 0x3C }
+ - { offsetInCU: 0x1CC, offset: 0x168A02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0OvM', symObjAddr: 0x798, symBinAddr: 0x175634, symSize: 0x3C }
+ - { offsetInCU: 0x1E8, offset: 0x168A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0OvM.resume.0', symObjAddr: 0x7D4, symBinAddr: 0x175670, symSize: 0x4 }
+ - { offsetInCU: 0x204, offset: 0x168A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvg', symObjAddr: 0x7D8, symBinAddr: 0x175674, symSize: 0x48 }
+ - { offsetInCU: 0x220, offset: 0x168A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvs', symObjAddr: 0x820, symBinAddr: 0x1756BC, symSize: 0x50 }
+ - { offsetInCU: 0x23C, offset: 0x168A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvM', symObjAddr: 0x870, symBinAddr: 0x17570C, symSize: 0x3C }
+ - { offsetInCU: 0x258, offset: 0x168A8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvg', symObjAddr: 0x8AC, symBinAddr: 0x175748, symSize: 0x48 }
+ - { offsetInCU: 0x274, offset: 0x168AAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvs', symObjAddr: 0x8F4, symBinAddr: 0x175790, symSize: 0x50 }
+ - { offsetInCU: 0x290, offset: 0x168AC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvM', symObjAddr: 0x944, symBinAddr: 0x1757E0, symSize: 0x3C }
+ - { offsetInCU: 0x2AC, offset: 0x168AE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0Vvg', symObjAddr: 0x980, symBinAddr: 0x17581C, symSize: 0x4C }
+ - { offsetInCU: 0x2C8, offset: 0x168AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0Vvs', symObjAddr: 0x9CC, symBinAddr: 0x175868, symSize: 0x50 }
+ - { offsetInCU: 0x2E4, offset: 0x168B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0VvM', symObjAddr: 0xA1C, symBinAddr: 0x1758B8, symSize: 0x3C }
+ - { offsetInCU: 0x326, offset: 0x168B5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xA58, symBinAddr: 0x1758F4, symSize: 0x74 }
+ - { offsetInCU: 0x361, offset: 0x168B97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xACC, symBinAddr: 0x175968, symSize: 0x74 }
+ - { offsetInCU: 0x3A4, offset: 0x168BDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xB40, symBinAddr: 0x1759DC, symSize: 0x8 }
+ - { offsetInCU: 0x3CB, offset: 0x168C01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xB48, symBinAddr: 0x1759E4, symSize: 0xC }
+ - { offsetInCU: 0x3F2, offset: 0x168C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0xB54, symBinAddr: 0x1759F0, symSize: 0x20 }
+ - { offsetInCU: 0x42B, offset: 0x168C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB74, symBinAddr: 0x175A10, symSize: 0x20 }
+ - { offsetInCU: 0x459, offset: 0x168C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB74, symBinAddr: 0x175A10, symSize: 0x20 }
+ - { offsetInCU: 0x484, offset: 0x168CBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0xD18, symBinAddr: 0x175BB4, symSize: 0x78 }
+ - { offsetInCU: 0x4C5, offset: 0x168CFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0xD90, symBinAddr: 0x175C2C, symSize: 0x28 }
+ - { offsetInCU: 0x4D9, offset: 0x168D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xDB8, symBinAddr: 0x175C54, symSize: 0x8 }
+ - { offsetInCU: 0x50F, offset: 0x168D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xDC0, symBinAddr: 0x175C5C, symSize: 0x7C }
+ - { offsetInCU: 0x567, offset: 0x168D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xE3C, symBinAddr: 0x175CD8, symSize: 0xC }
+ - { offsetInCU: 0x583, offset: 0x168DB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xE48, symBinAddr: 0x175CE4, symSize: 0xC }
+ - { offsetInCU: 0x5AA, offset: 0x168DE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xEA4, symBinAddr: 0x175D40, symSize: 0x4C }
+ - { offsetInCU: 0x61D, offset: 0x168E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO0dE0OAA08DeliveryM0VtcfC', symObjAddr: 0xEF0, symBinAddr: 0x175D8C, symSize: 0xD8 }
+ - { offsetInCU: 0x696, offset: 0x168ECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCfD', symObjAddr: 0xFC8, symBinAddr: 0x175E64, symSize: 0x34 }
+ - { offsetInCU: 0x6D9, offset: 0x168F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP7versionSivgTW', symObjAddr: 0x10D4, symBinAddr: 0x175F70, symSize: 0x28 }
+ - { offsetInCU: 0x6F5, offset: 0x168F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP11commandTypeAA12CommandTypesO0dE0OvgTW', symObjAddr: 0x10FC, symBinAddr: 0x175F98, symSize: 0x28 }
+ - { offsetInCU: 0x711, offset: 0x168F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP12deliveryInfoAA08DeliveryI0VvgTW', symObjAddr: 0x1124, symBinAddr: 0x175FC0, symSize: 0x28 }
+ - { offsetInCU: 0x72D, offset: 0x168F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1270, symBinAddr: 0x17610C, symSize: 0x2C }
+ - { offsetInCU: 0x751, offset: 0x168F87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCMa', symObjAddr: 0x464, symBinAddr: 0x175414, symSize: 0x20 }
+ - { offsetInCU: 0x786, offset: 0x168FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xFFC, symBinAddr: 0x175E98, symSize: 0x4 }
+ - { offsetInCU: 0x79A, offset: 0x168FD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x1000, symBinAddr: 0x175E9C, symSize: 0x44 }
+ - { offsetInCU: 0x7AE, offset: 0x168FE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1044, symBinAddr: 0x175EE0, symSize: 0x4 }
+ - { offsetInCU: 0x7C2, offset: 0x168FF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1048, symBinAddr: 0x175EE4, symSize: 0x44 }
+ - { offsetInCU: 0x7D6, offset: 0x16900C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x108C, symBinAddr: 0x175F28, symSize: 0x4 }
+ - { offsetInCU: 0x7EA, offset: 0x169020, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1090, symBinAddr: 0x175F2C, symSize: 0x44 }
+ - { offsetInCU: 0x7FE, offset: 0x169034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableAAWI', symObjAddr: 0x114C, symBinAddr: 0x175FE8, symSize: 0x34 }
+ - { offsetInCU: 0x812, offset: 0x169048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA11RespondableAAWI', symObjAddr: 0x1180, symBinAddr: 0x17601C, symSize: 0x4C }
+ - { offsetInCU: 0x826, offset: 0x16905C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0F0AAWI', symObjAddr: 0x11CC, symBinAddr: 0x176068, symSize: 0x34 }
+ - { offsetInCU: 0x83A, offset: 0x169070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x123C, symBinAddr: 0x1760D8, symSize: 0x34 }
+ - { offsetInCU: 0x84E, offset: 0x169084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwet', symObjAddr: 0x15A4, symBinAddr: 0x176430, symSize: 0x90 }
+ - { offsetInCU: 0x862, offset: 0x169098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwst', symObjAddr: 0x1634, symBinAddr: 0x1764C0, symSize: 0xBC }
+ - { offsetInCU: 0x876, offset: 0x1690AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwug', symObjAddr: 0x16F0, symBinAddr: 0x17657C, symSize: 0x8 }
+ - { offsetInCU: 0x88A, offset: 0x1690C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwup', symObjAddr: 0x16F8, symBinAddr: 0x176584, symSize: 0x4 }
+ - { offsetInCU: 0x89E, offset: 0x1690D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwui', symObjAddr: 0x16FC, symBinAddr: 0x176588, symSize: 0x8 }
+ - { offsetInCU: 0x8B2, offset: 0x1690E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOMa', symObjAddr: 0x1704, symBinAddr: 0x176590, symSize: 0x10 }
+ - { offsetInCU: 0x8FB, offset: 0x169131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB94, symBinAddr: 0x175A30, symSize: 0x88 }
+ - { offsetInCU: 0x9AA, offset: 0x1691E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xC1C, symBinAddr: 0x175AB8, symSize: 0x60 }
+ - { offsetInCU: 0xA28, offset: 0x16925E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC7C, symBinAddr: 0x175B18, symSize: 0x40 }
+ - { offsetInCU: 0xA7A, offset: 0x1692B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCBC, symBinAddr: 0x175B58, symSize: 0x5C }
+ - { offsetInCU: 0xAD6, offset: 0x16930C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xE54, symBinAddr: 0x175CF0, symSize: 0x28 }
+ - { offsetInCU: 0xAF2, offset: 0x169328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE7C, symBinAddr: 0x175D18, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x169595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1765B0, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1695A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0xC, symBinAddr: 0x1765BC, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1695C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x3C, symBinAddr: 0x1765EC, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x1695E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x176630, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x1695FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x17666C, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x169619, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x176670, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x16963E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x1766B8, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x16972F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x1769BC, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x1697E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x176AC4, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x1698C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x176BA4, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x169926, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x176BD0, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x169983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x176C04, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x1699D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x176C38, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x169A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x870, symBinAddr: 0x176C74, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x169A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x176CC8, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x169A65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x176CF0, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x169A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x914, symBinAddr: 0x176D18, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x169AAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x176D98, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x169ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x17699C, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x169BB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x176BFC, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x169E61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x176E54, symSize: 0x14 }
+ - { offsetInCU: 0x82, offset: 0x169E94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO4hash4intoys6HasherVz_tF', symObjAddr: 0x14, symBinAddr: 0x176E68, symSize: 0x28 }
+ - { offsetInCU: 0x118, offset: 0x169F2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO9hashValueSivg', symObjAddr: 0x3C, symBinAddr: 0x176E90, symSize: 0x44 }
+ - { offsetInCU: 0x212, offset: 0x16A024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x80, symBinAddr: 0x176ED4, symSize: 0x14 }
+ - { offsetInCU: 0x232, offset: 0x16A044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x80, symBinAddr: 0x176ED4, symSize: 0x14 }
+ - { offsetInCU: 0x272, offset: 0x16A084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH9hashValueSivgTW', symObjAddr: 0x94, symBinAddr: 0x176EE8, symSize: 0x44 }
+ - { offsetInCU: 0x355, offset: 0x16A167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD8, symBinAddr: 0x176F2C, symSize: 0x28 }
+ - { offsetInCU: 0x3EA, offset: 0x16A1FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO2eeoiySbAC_ACtFZ', symObjAddr: 0x140, symBinAddr: 0x176F94, symSize: 0x18 }
+ - { offsetInCU: 0x41D, offset: 0x16A22F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO4hash4intoys6HasherVz_tF', symObjAddr: 0x158, symBinAddr: 0x176FAC, symSize: 0x28 }
+ - { offsetInCU: 0x4B3, offset: 0x16A2C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO9hashValueSivg', symObjAddr: 0x180, symBinAddr: 0x176FD4, symSize: 0x44 }
+ - { offsetInCU: 0x5AD, offset: 0x16A3BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C4, symBinAddr: 0x177018, symSize: 0x18 }
+ - { offsetInCU: 0x5CD, offset: 0x16A3DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C4, symBinAddr: 0x177018, symSize: 0x18 }
+ - { offsetInCU: 0x60D, offset: 0x16A41F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH9hashValueSivgTW', symObjAddr: 0x1DC, symBinAddr: 0x177030, symSize: 0x44 }
+ - { offsetInCU: 0x6F0, offset: 0x16A502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x220, symBinAddr: 0x177074, symSize: 0x28 }
+ - { offsetInCU: 0x76F, offset: 0x16A581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvg', symObjAddr: 0x288, symBinAddr: 0x1770DC, symSize: 0x34 }
+ - { offsetInCU: 0x79C, offset: 0x16A5AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvs', symObjAddr: 0x2BC, symBinAddr: 0x177110, symSize: 0x50 }
+ - { offsetInCU: 0x7DB, offset: 0x16A5ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvM', symObjAddr: 0x30C, symBinAddr: 0x177160, symSize: 0x3C }
+ - { offsetInCU: 0x80A, offset: 0x16A61C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvg', symObjAddr: 0x348, symBinAddr: 0x17719C, symSize: 0x34 }
+ - { offsetInCU: 0x837, offset: 0x16A649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvs', symObjAddr: 0x37C, symBinAddr: 0x1771D0, symSize: 0x50 }
+ - { offsetInCU: 0x876, offset: 0x16A688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvM', symObjAddr: 0x3CC, symBinAddr: 0x177220, symSize: 0x3C }
+ - { offsetInCU: 0x8A5, offset: 0x16A6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvM.resume.0', symObjAddr: 0x408, symBinAddr: 0x17725C, symSize: 0x4 }
+ - { offsetInCU: 0x8D0, offset: 0x16A6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvg', symObjAddr: 0x40C, symBinAddr: 0x177260, symSize: 0x34 }
+ - { offsetInCU: 0x8FD, offset: 0x16A70F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvs', symObjAddr: 0x440, symBinAddr: 0x177294, symSize: 0x50 }
+ - { offsetInCU: 0x93C, offset: 0x16A74E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvM', symObjAddr: 0x490, symBinAddr: 0x1772E4, symSize: 0x3C }
+ - { offsetInCU: 0x96B, offset: 0x16A77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvg', symObjAddr: 0x4CC, symBinAddr: 0x177320, symSize: 0x34 }
+ - { offsetInCU: 0x998, offset: 0x16A7AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvs', symObjAddr: 0x500, symBinAddr: 0x177354, symSize: 0x50 }
+ - { offsetInCU: 0x9D7, offset: 0x16A7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvM', symObjAddr: 0x550, symBinAddr: 0x1773A4, symSize: 0x3C }
+ - { offsetInCU: 0xA54, offset: 0x16A866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRate3rtt6jitter3mosACSdSg_A3HtcfC', symObjAddr: 0x58C, symBinAddr: 0x1773E0, symSize: 0x138 }
+ - { offsetInCU: 0xAAF, offset: 0x16A8C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRate3rtt6jitter3mosACSdSg_A3Htcfc', symObjAddr: 0x6C4, symBinAddr: 0x177518, symSize: 0x124 }
+ - { offsetInCU: 0xAF6, offset: 0x16A908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC17connectionQualityAA0dG0Ovg', symObjAddr: 0x7E8, symBinAddr: 0x17763C, symSize: 0xD8 }
+ - { offsetInCU: 0xC77, offset: 0x16AA89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCfd', symObjAddr: 0x8C0, symBinAddr: 0x177714, symSize: 0x8 }
+ - { offsetInCU: 0xCA6, offset: 0x16AAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCfD', symObjAddr: 0x8C8, symBinAddr: 0x17771C, symSize: 0x10 }
+ - { offsetInCU: 0xD09, offset: 0x16AB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvg', symObjAddr: 0x8D8, symBinAddr: 0x17772C, symSize: 0x34 }
+ - { offsetInCU: 0xD25, offset: 0x16AB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvs', symObjAddr: 0x90C, symBinAddr: 0x177760, symSize: 0x44 }
+ - { offsetInCU: 0xD41, offset: 0x16AB53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvM', symObjAddr: 0x950, symBinAddr: 0x1777A4, symSize: 0x3C }
+ - { offsetInCU: 0xD5D, offset: 0x16AB6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvg', symObjAddr: 0x98C, symBinAddr: 0x1777E0, symSize: 0x40 }
+ - { offsetInCU: 0xDA3, offset: 0x16ABB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvs', symObjAddr: 0x9CC, symBinAddr: 0x177820, symSize: 0x5C }
+ - { offsetInCU: 0xDF3, offset: 0x16AC05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvM', symObjAddr: 0xA28, symBinAddr: 0x17787C, symSize: 0x60 }
+ - { offsetInCU: 0xE39, offset: 0x16AC4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvM.resume.0', symObjAddr: 0xA88, symBinAddr: 0x1778DC, symSize: 0x78 }
+ - { offsetInCU: 0xE6F, offset: 0x16AC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvg', symObjAddr: 0xB00, symBinAddr: 0x177954, symSize: 0x44 }
+ - { offsetInCU: 0xE8B, offset: 0x16AC9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvs', symObjAddr: 0xB44, symBinAddr: 0x177998, symSize: 0x60 }
+ - { offsetInCU: 0xEA7, offset: 0x16ACB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvM', symObjAddr: 0xBA4, symBinAddr: 0x1779F8, symSize: 0x6C }
+ - { offsetInCU: 0xEC3, offset: 0x16ACD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvM.resume.0', symObjAddr: 0xC10, symBinAddr: 0x177A64, symSize: 0x70 }
+ - { offsetInCU: 0xEDF, offset: 0x16ACF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvg', symObjAddr: 0xC80, symBinAddr: 0x177AD4, symSize: 0x44 }
+ - { offsetInCU: 0xEFB, offset: 0x16AD0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvs', symObjAddr: 0xCC4, symBinAddr: 0x177B18, symSize: 0x44 }
+ - { offsetInCU: 0xF17, offset: 0x16AD29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvM', symObjAddr: 0xD08, symBinAddr: 0x177B5C, symSize: 0x3C }
+ - { offsetInCU: 0xF33, offset: 0x16AD45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvg', symObjAddr: 0xD44, symBinAddr: 0x177B98, symSize: 0x30 }
+ - { offsetInCU: 0xF4F, offset: 0x16AD61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvs', symObjAddr: 0xD74, symBinAddr: 0x177BC8, symSize: 0x3C }
+ - { offsetInCU: 0xF6B, offset: 0x16AD7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvM', symObjAddr: 0xDB0, symBinAddr: 0x177C04, symSize: 0x3C }
+ - { offsetInCU: 0xF87, offset: 0x16AD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC04stopF0yyF', symObjAddr: 0xDEC, symBinAddr: 0x177C40, symSize: 0x58 }
+ - { offsetInCU: 0xFB6, offset: 0x16ADC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tF', symObjAddr: 0xE44, symBinAddr: 0x177C98, symSize: 0x234 }
+ - { offsetInCU: 0x1016, offset: 0x16AE28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tFyyScMYccfU_', symObjAddr: 0x10B4, symBinAddr: 0x177ECC, symSize: 0x94 }
+ - { offsetInCU: 0x1042, offset: 0x16AE54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC20didStartReconnectingyyF', symObjAddr: 0x123C, symBinAddr: 0x177FC0, symSize: 0x118 }
+ - { offsetInCU: 0x10E4, offset: 0x16AEF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvg', symObjAddr: 0x1374, symBinAddr: 0x1780F8, symSize: 0x30 }
+ - { offsetInCU: 0x1100, offset: 0x16AF12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvs', symObjAddr: 0x13A4, symBinAddr: 0x178128, symSize: 0x3C }
+ - { offsetInCU: 0x111C, offset: 0x16AF2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvM', symObjAddr: 0x13E0, symBinAddr: 0x178164, symSize: 0x3C }
+ - { offsetInCU: 0x1138, offset: 0x16AF4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivg', symObjAddr: 0x141C, symBinAddr: 0x1781A0, symSize: 0x30 }
+ - { offsetInCU: 0x1154, offset: 0x16AF66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivs', symObjAddr: 0x144C, symBinAddr: 0x1781D0, symSize: 0x3C }
+ - { offsetInCU: 0x1170, offset: 0x16AF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivM', symObjAddr: 0x1488, symBinAddr: 0x17820C, symSize: 0x3C }
+ - { offsetInCU: 0x118C, offset: 0x16AF9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateStats4withyAA12WebRTCClientC09RTPPacketF0C4InfoV_tF', symObjAddr: 0x14C4, symBinAddr: 0x178248, symSize: 0x41C }
+ - { offsetInCU: 0x140A, offset: 0x16B21C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06notifydE6ChangeyyF', symObjAddr: 0x1D74, symBinAddr: 0x178664, symSize: 0x80 }
+ - { offsetInCU: 0x1476, offset: 0x16B288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06notifydE6ChangeyyFTo', symObjAddr: 0x1DF4, symBinAddr: 0x1786E4, symSize: 0x98 }
+ - { offsetInCU: 0x14C0, offset: 0x16B2D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCfd', symObjAddr: 0x1E8C, symBinAddr: 0x17877C, symSize: 0x2C }
+ - { offsetInCU: 0x14FB, offset: 0x16B30D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCfD', symObjAddr: 0x1EDC, symBinAddr: 0x1787CC, symSize: 0x34 }
+ - { offsetInCU: 0x155C, offset: 0x16B36E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCACycfC', symObjAddr: 0x1F10, symBinAddr: 0x178800, symSize: 0x5C }
+ - { offsetInCU: 0x1599, offset: 0x16B3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCACycfc', symObjAddr: 0x1F6C, symBinAddr: 0x17885C, symSize: 0x40 }
+ - { offsetInCU: 0x15B7, offset: 0x16B3C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tFyyScMYccfU_TA', symObjAddr: 0x1148, symBinAddr: 0x177F60, symSize: 0x8 }
+ - { offsetInCU: 0x15CB, offset: 0x16B3DD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1150, symBinAddr: 0x177F68, symSize: 0x10 }
+ - { offsetInCU: 0x15DF, offset: 0x16B3F1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1160, symBinAddr: 0x177F78, symSize: 0x8 }
+ - { offsetInCU: 0x15F3, offset: 0x16B405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCMa', symObjAddr: 0x1354, symBinAddr: 0x1780D8, symSize: 0x20 }
+ - { offsetInCU: 0x174A, offset: 0x16B55C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ConnectionQualityDelegate_pSgXwWOh', symObjAddr: 0x1EB8, symBinAddr: 0x1787A8, symSize: 0x24 }
+ - { offsetInCU: 0x175E, offset: 0x16B570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASQWb', symObjAddr: 0x1FAC, symBinAddr: 0x17889C, symSize: 0x4 }
+ - { offsetInCU: 0x1772, offset: 0x16B584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOACSQAAWl', symObjAddr: 0x1FB0, symBinAddr: 0x1788A0, symSize: 0x44 }
+ - { offsetInCU: 0x1786, offset: 0x16B598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASQWb', symObjAddr: 0x1FF4, symBinAddr: 0x1788E4, symSize: 0x4 }
+ - { offsetInCU: 0x179A, offset: 0x16B5AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOACSQAAWl', symObjAddr: 0x1FF8, symBinAddr: 0x1788E8, symSize: 0x44 }
+ - { offsetInCU: 0x17AE, offset: 0x16B5C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwet', symObjAddr: 0x24E0, symBinAddr: 0x178DC0, symSize: 0x90 }
+ - { offsetInCU: 0x17C2, offset: 0x16B5D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwst', symObjAddr: 0x2570, symBinAddr: 0x178E50, symSize: 0xBC }
+ - { offsetInCU: 0x17D6, offset: 0x16B5E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwug', symObjAddr: 0x262C, symBinAddr: 0x178F0C, symSize: 0x8 }
+ - { offsetInCU: 0x17EA, offset: 0x16B5FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwup', symObjAddr: 0x2634, symBinAddr: 0x178F14, symSize: 0x4 }
+ - { offsetInCU: 0x17FE, offset: 0x16B610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwui', symObjAddr: 0x2638, symBinAddr: 0x178F18, symSize: 0x8 }
+ - { offsetInCU: 0x1812, offset: 0x16B624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOMa', symObjAddr: 0x2640, symBinAddr: 0x178F20, symSize: 0x10 }
+ - { offsetInCU: 0x1826, offset: 0x16B638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwet', symObjAddr: 0x2650, symBinAddr: 0x178F30, symSize: 0x90 }
+ - { offsetInCU: 0x183A, offset: 0x16B64C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwst', symObjAddr: 0x26E0, symBinAddr: 0x178FC0, symSize: 0xBC }
+ - { offsetInCU: 0x184E, offset: 0x16B660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwug', symObjAddr: 0x279C, symBinAddr: 0x17907C, symSize: 0x8 }
+ - { offsetInCU: 0x1862, offset: 0x16B674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwup', symObjAddr: 0x27A4, symBinAddr: 0x179084, symSize: 0x4 }
+ - { offsetInCU: 0x1876, offset: 0x16B688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwui', symObjAddr: 0x27A8, symBinAddr: 0x179088, symSize: 0xC }
+ - { offsetInCU: 0x188A, offset: 0x16B69C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOMa', symObjAddr: 0x27B4, symBinAddr: 0x179094, symSize: 0x10 }
+ - { offsetInCU: 0x189E, offset: 0x16B6B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCMa', symObjAddr: 0x290C, symBinAddr: 0x1791EC, symSize: 0x20 }
+ - { offsetInCU: 0x18F0, offset: 0x16B702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x100, symBinAddr: 0x176F54, symSize: 0x40 }
+ - { offsetInCU: 0x19B9, offset: 0x16B7CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x248, symBinAddr: 0x17709C, symSize: 0x40 }
+ - { offsetInCU: 0xC3, offset: 0x16BBE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC7serviceAcA0aB7ServiceC_tcfC', symObjAddr: 0x0, symBinAddr: 0x179360, symSize: 0x98 }
+ - { offsetInCU: 0x146, offset: 0x16BC6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtF', symObjAddr: 0x98, symBinAddr: 0x1793F8, symSize: 0x15C }
+ - { offsetInCU: 0x278, offset: 0x16BD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtFyycfU_', symObjAddr: 0x1F4, symBinAddr: 0x179554, symSize: 0x430 }
+ - { offsetInCU: 0x72F, offset: 0x16C253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC7serviceAcA0aB7ServiceC_tcfc', symObjAddr: 0x624, symBinAddr: 0x179984, symSize: 0x84 }
+ - { offsetInCU: 0x794, offset: 0x16C2B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCfd', symObjAddr: 0x774, symBinAddr: 0x179AD4, symSize: 0x24 }
+ - { offsetInCU: 0x7E5, offset: 0x16C309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCfD', symObjAddr: 0x798, symBinAddr: 0x179AF8, symSize: 0x2C }
+ - { offsetInCU: 0x83E, offset: 0x16C362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCAA0dE8DelegateA2aDP08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0M0VAA8SBCErrorCSgtFTW', symObjAddr: 0x7C4, symBinAddr: 0x179B24, symSize: 0xC }
+ - { offsetInCU: 0x963, offset: 0x16C487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtFyycfU_TA', symObjAddr: 0x73C, symBinAddr: 0x179A9C, symSize: 0x38 }
+ - { offsetInCU: 0x977, offset: 0x16C49B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCMa', symObjAddr: 0x7D0, symBinAddr: 0x179B30, symSize: 0x3C }
+ - { offsetInCU: 0x98B, offset: 0x16C4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCMr', symObjAddr: 0x80C, symBinAddr: 0x179B6C, symSize: 0x34 }
+ - { offsetInCU: 0x43, offset: 0x16C7DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvg', symObjAddr: 0x0, symBinAddr: 0x179BC0, symSize: 0x24C }
+ - { offsetInCU: 0x211, offset: 0x16C9AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueSivg', symObjAddr: 0x3E8, symBinAddr: 0x179F80, symSize: 0x4 }
+ - { offsetInCU: 0x23A, offset: 0x16C9D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfC', symObjAddr: 0x3EC, symBinAddr: 0x179F84, symSize: 0x18 }
+ - { offsetInCU: 0x25D, offset: 0x16C9F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0x17A05C, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0x16CA27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4F4, symBinAddr: 0x17A08C, symSize: 0xC }
+ - { offsetInCU: 0x2AA, offset: 0x16CA43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfCTf4nd_n', symObjAddr: 0x19DC, symBinAddr: 0x17B534, symSize: 0x14C }
+ - { offsetInCU: 0x2F4, offset: 0x16CA8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9errorCodeAC05ErrorF0OvgTo', symObjAddr: 0x5A8, symBinAddr: 0x17A140, symSize: 0x64 }
+ - { offsetInCU: 0x33E, offset: 0x16CAD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9errorCodeAC05ErrorF0Ovg', symObjAddr: 0x60C, symBinAddr: 0x17A1A4, symSize: 0x34 }
+ - { offsetInCU: 0x372, offset: 0x16CB0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfC', symObjAddr: 0x640, symBinAddr: 0x17A1D8, symSize: 0xBC }
+ - { offsetInCU: 0x386, offset: 0x16CB1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc', symObjAddr: 0x6FC, symBinAddr: 0x17A294, symSize: 0xD0 }
+ - { offsetInCU: 0x41B, offset: 0x16CBB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfcTo', symObjAddr: 0x7CC, symBinAddr: 0x17A364, symSize: 0x120 }
+ - { offsetInCU: 0x46A, offset: 0x16CC03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9fromErrorACSo7NSErrorC_tcfC', symObjAddr: 0x8EC, symBinAddr: 0x17A484, symSize: 0x30 }
+ - { offsetInCU: 0x488, offset: 0x16CC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9fromErrorACSo7NSErrorC_tcfc', symObjAddr: 0x91C, symBinAddr: 0x17A4B4, symSize: 0x148 }
+ - { offsetInCU: 0x4D7, offset: 0x16CC70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xA64, symBinAddr: 0x17A5FC, symSize: 0x44 }
+ - { offsetInCU: 0x4F5, offset: 0x16CC8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xAA8, symBinAddr: 0x17A640, symSize: 0x50 }
+ - { offsetInCU: 0x55A, offset: 0x16CCF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xAF8, symBinAddr: 0x17A690, symSize: 0x44 }
+ - { offsetInCU: 0x59D, offset: 0x16CD36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCfD', symObjAddr: 0xB3C, symBinAddr: 0x17A6D4, symSize: 0x30 }
+ - { offsetInCU: 0x5CB, offset: 0x16CD64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO02asD0AA8SBCErrorCvg', symObjAddr: 0x24C, symBinAddr: 0x179E0C, symSize: 0x15C }
+ - { offsetInCU: 0x6D5, offset: 0x16CE6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO5error11requestTypeAcA07RequestG0OSg_tFZ', symObjAddr: 0x3D0, symBinAddr: 0x179F68, symSize: 0x18 }
+ - { offsetInCU: 0x741, offset: 0x16CEDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorO9errorCodeSivg', symObjAddr: 0xB6C, symBinAddr: 0x17A704, symSize: 0x10 }
+ - { offsetInCU: 0x76C, offset: 0x16CF05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorO20localizedDescriptionSSvg', symObjAddr: 0xB7C, symBinAddr: 0x17A714, symSize: 0x3C }
+ - { offsetInCU: 0x7A4, offset: 0x16CF3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallO2eeoiySbAE_AEtFZ', symObjAddr: 0xBC4, symBinAddr: 0x17A75C, symSize: 0x10 }
+ - { offsetInCU: 0x7CC, offset: 0x16CF65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallO4hash4intoys6HasherVz_tF', symObjAddr: 0xBD4, symBinAddr: 0x17A76C, symSize: 0x24 }
+ - { offsetInCU: 0x85D, offset: 0x16CFF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC40, symBinAddr: 0x17A7D8, symSize: 0x18 }
+ - { offsetInCU: 0x8C5, offset: 0x16D05E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCA0, symBinAddr: 0x17A838, symSize: 0x28 }
+ - { offsetInCU: 0x94C, offset: 0x16D0E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareO2eeoiySbAE_AEtFZ', symObjAddr: 0xD34, symBinAddr: 0x17A8CC, symSize: 0x10 }
+ - { offsetInCU: 0x97A, offset: 0x16D113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareO4hash4intoys6HasherVz_tF', symObjAddr: 0xD44, symBinAddr: 0x17A8DC, symSize: 0x24 }
+ - { offsetInCU: 0xA0F, offset: 0x16D1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD6C, symBinAddr: 0x17A904, symSize: 0x14 }
+ - { offsetInCU: 0xA75, offset: 0x16D20E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD84, symBinAddr: 0x17A91C, symSize: 0x28 }
+ - { offsetInCU: 0xAFC, offset: 0x16D295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueAESgSS_tcfC', symObjAddr: 0xE8C, symBinAddr: 0x17AA24, symSize: 0x4 }
+ - { offsetInCU: 0xB10, offset: 0x16D2A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueSSvg', symObjAddr: 0xE90, symBinAddr: 0x17AA28, symSize: 0x20 }
+ - { offsetInCU: 0xB4D, offset: 0x16D2E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x1034, symBinAddr: 0x17ABCC, symSize: 0x2C }
+ - { offsetInCU: 0xB7E, offset: 0x16D317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x1060, symBinAddr: 0x17ABF8, symSize: 0x28 }
+ - { offsetInCU: 0xBAC, offset: 0x16D345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x262C, symBinAddr: 0x17C184, symSize: 0x74 }
+ - { offsetInCU: 0xBF9, offset: 0x16D392, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO8rawValueSivg', symObjAddr: 0x1088, symBinAddr: 0x17AC20, symSize: 0x4 }
+ - { offsetInCU: 0xC18, offset: 0x16D3B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9errorType33_B80DF7C98112D970C6482B0C6CCF4AF6LLAA8SBCErrorC0D4CodeOvg', symObjAddr: 0x108C, symBinAddr: 0x17AC24, symSize: 0x144 }
+ - { offsetInCU: 0xC61, offset: 0x16D3FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6domainSSvg', symObjAddr: 0x11D0, symBinAddr: 0x17AD68, symSize: 0x1C }
+ - { offsetInCU: 0xCD0, offset: 0x16D469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO20localizedDescriptionSSvg', symObjAddr: 0x122C, symBinAddr: 0x17AD84, symSize: 0x720 }
+ - { offsetInCU: 0x10C8, offset: 0x16D861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCMa', symObjAddr: 0x1C40, symBinAddr: 0x17B798, symSize: 0x20 }
+ - { offsetInCU: 0x1344, offset: 0x16DADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASQWb', symObjAddr: 0x26A0, symBinAddr: 0x17C1F8, symSize: 0x4 }
+ - { offsetInCU: 0x1358, offset: 0x16DAF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOAESQAAWl', symObjAddr: 0x26A4, symBinAddr: 0x17C1FC, symSize: 0x44 }
+ - { offsetInCU: 0x136C, offset: 0x16DB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOSHAASQWb', symObjAddr: 0x26E8, symBinAddr: 0x17C240, symSize: 0x4 }
+ - { offsetInCU: 0x1380, offset: 0x16DB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOACSQAAWl', symObjAddr: 0x26EC, symBinAddr: 0x17C244, symSize: 0x44 }
+ - { offsetInCU: 0x1394, offset: 0x16DB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSHAASQWb', symObjAddr: 0x2730, symBinAddr: 0x17C288, symSize: 0x4 }
+ - { offsetInCU: 0x13A8, offset: 0x16DB41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAESQAAWl', symObjAddr: 0x2734, symBinAddr: 0x17C28C, symSize: 0x44 }
+ - { offsetInCU: 0x13BC, offset: 0x16DB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAA0aB9ErrorableAAWI', symObjAddr: 0x2778, symBinAddr: 0x17C2D0, symSize: 0x24 }
+ - { offsetInCU: 0x13D0, offset: 0x16DB69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAEs0D0AAWl', symObjAddr: 0x279C, symBinAddr: 0x17C2F4, symSize: 0x44 }
+ - { offsetInCU: 0x13E4, offset: 0x16DB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOSHAASQWb', symObjAddr: 0x27E0, symBinAddr: 0x17C338, symSize: 0x4 }
+ - { offsetInCU: 0x13F8, offset: 0x16DB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAESQAAWl', symObjAddr: 0x27E4, symBinAddr: 0x17C33C, symSize: 0x44 }
+ - { offsetInCU: 0x140C, offset: 0x16DBA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAA0aB9ErrorableAAWI', symObjAddr: 0x2828, symBinAddr: 0x17C380, symSize: 0x24 }
+ - { offsetInCU: 0x1420, offset: 0x16DBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAEs0D0AAWl', symObjAddr: 0x284C, symBinAddr: 0x17C3A4, symSize: 0x44 }
+ - { offsetInCU: 0x1434, offset: 0x16DBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOSHAASQWb', symObjAddr: 0x2890, symBinAddr: 0x17C3E8, symSize: 0x4 }
+ - { offsetInCU: 0x1448, offset: 0x16DBE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAESQAAWl', symObjAddr: 0x2894, symBinAddr: 0x17C3EC, symSize: 0x44 }
+ - { offsetInCU: 0x145C, offset: 0x16DBF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAA0aB9ErrorableAAWI', symObjAddr: 0x28D8, symBinAddr: 0x17C430, symSize: 0x24 }
+ - { offsetInCU: 0x1470, offset: 0x16DC09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAEs0D0AAWl', symObjAddr: 0x28FC, symBinAddr: 0x17C454, symSize: 0x44 }
+ - { offsetInCU: 0x1484, offset: 0x16DC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOAA0aB9ErrorableAAWI', symObjAddr: 0x2940, symBinAddr: 0x17C498, symSize: 0x24 }
+ - { offsetInCU: 0x1498, offset: 0x16DC31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOAEs0D0AAWl', symObjAddr: 0x2964, symBinAddr: 0x17C4BC, symSize: 0x44 }
+ - { offsetInCU: 0x14AC, offset: 0x16DC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOSHAASQWb', symObjAddr: 0x29A8, symBinAddr: 0x17C500, symSize: 0x4 }
+ - { offsetInCU: 0x14C0, offset: 0x16DC59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAESQAAWl', symObjAddr: 0x29AC, symBinAddr: 0x17C504, symSize: 0x44 }
+ - { offsetInCU: 0x14D4, offset: 0x16DC6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAA0aB9ErrorableAAWI', symObjAddr: 0x29F0, symBinAddr: 0x17C548, symSize: 0x24 }
+ - { offsetInCU: 0x14E8, offset: 0x16DC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAEs0D0AAWl', symObjAddr: 0x2A14, symBinAddr: 0x17C56C, symSize: 0x44 }
+ - { offsetInCU: 0x14FC, offset: 0x16DC95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOAA0aB9ErrorableAAWI', symObjAddr: 0x2A58, symBinAddr: 0x17C5B0, symSize: 0x24 }
+ - { offsetInCU: 0x1510, offset: 0x16DCA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOSHAASQWb', symObjAddr: 0x2AC0, symBinAddr: 0x17C5D4, symSize: 0x4 }
+ - { offsetInCU: 0x1524, offset: 0x16DCBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAESQAAWl', symObjAddr: 0x2AC4, symBinAddr: 0x17C5D8, symSize: 0x44 }
+ - { offsetInCU: 0x1538, offset: 0x16DCD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAA0aB9ErrorableAAWI', symObjAddr: 0x2B08, symBinAddr: 0x17C61C, symSize: 0x24 }
+ - { offsetInCU: 0x154C, offset: 0x16DCE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAEs0D0AAWl', symObjAddr: 0x2B2C, symBinAddr: 0x17C640, symSize: 0x44 }
+ - { offsetInCU: 0x1560, offset: 0x16DCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSHAASQWb', symObjAddr: 0x2B70, symBinAddr: 0x17C684, symSize: 0x4 }
+ - { offsetInCU: 0x1574, offset: 0x16DD0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAESQAAWl', symObjAddr: 0x2B74, symBinAddr: 0x17C688, symSize: 0x44 }
+ - { offsetInCU: 0x1588, offset: 0x16DD21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAA0aB9ErrorableAAWI', symObjAddr: 0x2BB8, symBinAddr: 0x17C6CC, symSize: 0x24 }
+ - { offsetInCU: 0x159C, offset: 0x16DD35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAEs0D0AAWl', symObjAddr: 0x2BDC, symBinAddr: 0x17C6F0, symSize: 0x44 }
+ - { offsetInCU: 0x15B0, offset: 0x16DD49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOSHAASQWb', symObjAddr: 0x2C20, symBinAddr: 0x17C734, symSize: 0x4 }
+ - { offsetInCU: 0x15C4, offset: 0x16DD5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAESQAAWl', symObjAddr: 0x2C24, symBinAddr: 0x17C738, symSize: 0x44 }
+ - { offsetInCU: 0x15D8, offset: 0x16DD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAA0aB9ErrorableAAWI', symObjAddr: 0x2C68, symBinAddr: 0x17C77C, symSize: 0x24 }
+ - { offsetInCU: 0x15EC, offset: 0x16DD85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAEs0D0AAWl', symObjAddr: 0x2C8C, symBinAddr: 0x17C7A0, symSize: 0x44 }
+ - { offsetInCU: 0x1600, offset: 0x16DD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASQWb', symObjAddr: 0x2CD0, symBinAddr: 0x17C7E4, symSize: 0x4 }
+ - { offsetInCU: 0x1614, offset: 0x16DDAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOAESQAAWl', symObjAddr: 0x2CD4, symBinAddr: 0x17C7E8, symSize: 0x44 }
+ - { offsetInCU: 0x1628, offset: 0x16DDC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOMa', symObjAddr: 0x2D48, symBinAddr: 0x17C85C, symSize: 0x10 }
+ - { offsetInCU: 0x163C, offset: 0x16DDD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOwup', symObjAddr: 0x2D70, symBinAddr: 0x17C874, symSize: 0x4 }
+ - { offsetInCU: 0x1650, offset: 0x16DDE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOMa', symObjAddr: 0x2D74, symBinAddr: 0x17C878, symSize: 0x10 }
+ - { offsetInCU: 0x1664, offset: 0x16DDFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOWOy', symObjAddr: 0x2D90, symBinAddr: 0x17C894, symSize: 0x24 }
+ - { offsetInCU: 0x1678, offset: 0x16DE11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwxx', symObjAddr: 0x2DB4, symBinAddr: 0x17C8B8, symSize: 0x10 }
+ - { offsetInCU: 0x168C, offset: 0x16DE25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwcp', symObjAddr: 0x2DE8, symBinAddr: 0x17C8C8, symSize: 0x44 }
+ - { offsetInCU: 0x16A0, offset: 0x16DE39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwca', symObjAddr: 0x2E2C, symBinAddr: 0x17C90C, symSize: 0x50 }
+ - { offsetInCU: 0x16B4, offset: 0x16DE4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwta', symObjAddr: 0x2E90, symBinAddr: 0x17C95C, symSize: 0x3C }
+ - { offsetInCU: 0x16C8, offset: 0x16DE61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwet', symObjAddr: 0x2ECC, symBinAddr: 0x17C998, symSize: 0x54 }
+ - { offsetInCU: 0x16DC, offset: 0x16DE75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwst', symObjAddr: 0x2F20, symBinAddr: 0x17C9EC, symSize: 0x54 }
+ - { offsetInCU: 0x16F0, offset: 0x16DE89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwug', symObjAddr: 0x2F74, symBinAddr: 0x17CA40, symSize: 0xC }
+ - { offsetInCU: 0x1704, offset: 0x16DE9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwup', symObjAddr: 0x2F80, symBinAddr: 0x17CA4C, symSize: 0x10 }
+ - { offsetInCU: 0x1718, offset: 0x16DEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwui', symObjAddr: 0x2F90, symBinAddr: 0x17CA5C, symSize: 0x14 }
+ - { offsetInCU: 0x172C, offset: 0x16DEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOMa', symObjAddr: 0x2FA4, symBinAddr: 0x17CA70, symSize: 0x10 }
+ - { offsetInCU: 0x1740, offset: 0x16DED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwug', symObjAddr: 0x3108, symBinAddr: 0x17CBD4, symSize: 0x8 }
+ - { offsetInCU: 0x1754, offset: 0x16DEED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwup', symObjAddr: 0x3110, symBinAddr: 0x17CBDC, symSize: 0x4 }
+ - { offsetInCU: 0x1768, offset: 0x16DF01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwui', symObjAddr: 0x3114, symBinAddr: 0x17CBE0, symSize: 0xC }
+ - { offsetInCU: 0x177C, offset: 0x16DF15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOMa', symObjAddr: 0x3120, symBinAddr: 0x17CBEC, symSize: 0x10 }
+ - { offsetInCU: 0x1790, offset: 0x16DF29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwet', symObjAddr: 0x3130, symBinAddr: 0x17CBFC, symSize: 0x90 }
+ - { offsetInCU: 0x17A4, offset: 0x16DF3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwst', symObjAddr: 0x31C0, symBinAddr: 0x17CC8C, symSize: 0xBC }
+ - { offsetInCU: 0x17B8, offset: 0x16DF51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwup', symObjAddr: 0x327C, symBinAddr: 0x17CD48, symSize: 0x4 }
+ - { offsetInCU: 0x17CC, offset: 0x16DF65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOMa', symObjAddr: 0x3280, symBinAddr: 0x17CD4C, symSize: 0x10 }
+ - { offsetInCU: 0x17E0, offset: 0x16DF79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwet', symObjAddr: 0x3290, symBinAddr: 0x17CD5C, symSize: 0x90 }
+ - { offsetInCU: 0x17F4, offset: 0x16DF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwst', symObjAddr: 0x3320, symBinAddr: 0x17CDEC, symSize: 0xBC }
+ - { offsetInCU: 0x1808, offset: 0x16DFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwup', symObjAddr: 0x33DC, symBinAddr: 0x17CEA8, symSize: 0x4 }
+ - { offsetInCU: 0x181C, offset: 0x16DFB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOMa', symObjAddr: 0x33E0, symBinAddr: 0x17CEAC, symSize: 0x10 }
+ - { offsetInCU: 0x1830, offset: 0x16DFC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwet', symObjAddr: 0x33F0, symBinAddr: 0x17CEBC, symSize: 0xA0 }
+ - { offsetInCU: 0x1844, offset: 0x16DFDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwst', symObjAddr: 0x3490, symBinAddr: 0x17CF5C, symSize: 0xC8 }
+ - { offsetInCU: 0x1858, offset: 0x16DFF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwug', symObjAddr: 0x3558, symBinAddr: 0x17D024, symSize: 0x24 }
+ - { offsetInCU: 0x186C, offset: 0x16E005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwup', symObjAddr: 0x357C, symBinAddr: 0x17D048, symSize: 0x10 }
+ - { offsetInCU: 0x1880, offset: 0x16E019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwui', symObjAddr: 0x358C, symBinAddr: 0x17D058, symSize: 0x38 }
+ - { offsetInCU: 0x1894, offset: 0x16E02D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOMa', symObjAddr: 0x35C4, symBinAddr: 0x17D090, symSize: 0x10 }
+ - { offsetInCU: 0x18A8, offset: 0x16E041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwet', symObjAddr: 0x35D4, symBinAddr: 0x17D0A0, symSize: 0x90 }
+ - { offsetInCU: 0x18BC, offset: 0x16E055, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwst', symObjAddr: 0x3664, symBinAddr: 0x17D130, symSize: 0xBC }
+ - { offsetInCU: 0x18D0, offset: 0x16E069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwup', symObjAddr: 0x3720, symBinAddr: 0x17D1EC, symSize: 0x4 }
+ - { offsetInCU: 0x18E4, offset: 0x16E07D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOMa', symObjAddr: 0x3724, symBinAddr: 0x17D1F0, symSize: 0x10 }
+ - { offsetInCU: 0x18F8, offset: 0x16E091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwxx', symObjAddr: 0x3784, symBinAddr: 0x17D250, symSize: 0x10 }
+ - { offsetInCU: 0x190C, offset: 0x16E0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwcp', symObjAddr: 0x3794, symBinAddr: 0x17D260, symSize: 0x44 }
+ - { offsetInCU: 0x1920, offset: 0x16E0B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwca', symObjAddr: 0x37D8, symBinAddr: 0x17D2A4, symSize: 0x50 }
+ - { offsetInCU: 0x1934, offset: 0x16E0CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwta', symObjAddr: 0x3828, symBinAddr: 0x17D2F4, symSize: 0x3C }
+ - { offsetInCU: 0x1948, offset: 0x16E0E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwet', symObjAddr: 0x3864, symBinAddr: 0x17D330, symSize: 0x48 }
+ - { offsetInCU: 0x195C, offset: 0x16E0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwst', symObjAddr: 0x38AC, symBinAddr: 0x17D378, symSize: 0x44 }
+ - { offsetInCU: 0x1970, offset: 0x16E109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwug', symObjAddr: 0x38F0, symBinAddr: 0x17D3BC, symSize: 0x18 }
+ - { offsetInCU: 0x1984, offset: 0x16E11D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwup', symObjAddr: 0x3908, symBinAddr: 0x17D3D4, symSize: 0x4 }
+ - { offsetInCU: 0x1998, offset: 0x16E131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwui', symObjAddr: 0x390C, symBinAddr: 0x17D3D8, symSize: 0x18 }
+ - { offsetInCU: 0x19AC, offset: 0x16E145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOMa', symObjAddr: 0x3924, symBinAddr: 0x17D3F0, symSize: 0x10 }
+ - { offsetInCU: 0x19C0, offset: 0x16E159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOwup', symObjAddr: 0x393C, symBinAddr: 0x17D408, symSize: 0x4 }
+ - { offsetInCU: 0x19D4, offset: 0x16E16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOMa', symObjAddr: 0x3940, symBinAddr: 0x17D40C, symSize: 0x10 }
+ - { offsetInCU: 0x19E8, offset: 0x16E181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwug', symObjAddr: 0x3958, symBinAddr: 0x17D424, symSize: 0x8 }
+ - { offsetInCU: 0x19FC, offset: 0x16E195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwup', symObjAddr: 0x3960, symBinAddr: 0x17D42C, symSize: 0x4 }
+ - { offsetInCU: 0x1A10, offset: 0x16E1A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwui', symObjAddr: 0x3964, symBinAddr: 0x17D430, symSize: 0x8 }
+ - { offsetInCU: 0x1A24, offset: 0x16E1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOMa', symObjAddr: 0x396C, symBinAddr: 0x17D438, symSize: 0x10 }
+ - { offsetInCU: 0x1A38, offset: 0x16E1D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOwup', symObjAddr: 0x3AD0, symBinAddr: 0x17D59C, symSize: 0x4 }
+ - { offsetInCU: 0x1A4C, offset: 0x16E1E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOMa', symObjAddr: 0x3AD4, symBinAddr: 0x17D5A0, symSize: 0x10 }
+ - { offsetInCU: 0x1A60, offset: 0x16E1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwet', symObjAddr: 0x3AE4, symBinAddr: 0x17D5B0, symSize: 0xA0 }
+ - { offsetInCU: 0x1A74, offset: 0x16E20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwst', symObjAddr: 0x3B84, symBinAddr: 0x17D650, symSize: 0xC8 }
+ - { offsetInCU: 0x1A88, offset: 0x16E221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwug', symObjAddr: 0x3C4C, symBinAddr: 0x17D718, symSize: 0xC }
+ - { offsetInCU: 0x1A9C, offset: 0x16E235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwup', symObjAddr: 0x3C58, symBinAddr: 0x17D724, symSize: 0x10 }
+ - { offsetInCU: 0x1AB0, offset: 0x16E249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwui', symObjAddr: 0x3C68, symBinAddr: 0x17D734, symSize: 0x14 }
+ - { offsetInCU: 0x1AC4, offset: 0x16E25D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOMa', symObjAddr: 0x3C7C, symBinAddr: 0x17D748, symSize: 0x10 }
+ - { offsetInCU: 0x1AD8, offset: 0x16E271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwet', symObjAddr: 0x3C8C, symBinAddr: 0x17D758, symSize: 0x90 }
+ - { offsetInCU: 0x1AEC, offset: 0x16E285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwst', symObjAddr: 0x3D1C, symBinAddr: 0x17D7E8, symSize: 0xBC }
+ - { offsetInCU: 0x1B00, offset: 0x16E299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwup', symObjAddr: 0x3DD8, symBinAddr: 0x17D8A4, symSize: 0x4 }
+ - { offsetInCU: 0x1B14, offset: 0x16E2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOMa', symObjAddr: 0x3DDC, symBinAddr: 0x17D8A8, symSize: 0x10 }
+ - { offsetInCU: 0x1B28, offset: 0x16E2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOAESYAAWl', symObjAddr: 0x3DEC, symBinAddr: 0x17D8B8, symSize: 0x44 }
+ - { offsetInCU: 0x1B8C, offset: 0x16E325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x404, symBinAddr: 0x179F9C, symSize: 0x14 }
+ - { offsetInCU: 0x1C1D, offset: 0x16E3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x418, symBinAddr: 0x179FB0, symSize: 0x44 }
+ - { offsetInCU: 0x1CCC, offset: 0x16E465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x45C, symBinAddr: 0x179FF4, symSize: 0x28 }
+ - { offsetInCU: 0x1D1F, offset: 0x16E4B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x484, symBinAddr: 0x17A01C, symSize: 0x40 }
+ - { offsetInCU: 0x1DA2, offset: 0x16E53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x500, symBinAddr: 0x17A098, symSize: 0x5C }
+ - { offsetInCU: 0x1DC5, offset: 0x16E55E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x55C, symBinAddr: 0x17A0F4, symSize: 0x4C }
+ - { offsetInCU: 0x1E08, offset: 0x16E5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x17A8B8, symSize: 0x4 }
+ - { offsetInCU: 0x1E24, offset: 0x16E5BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0xD24, symBinAddr: 0x17A8BC, symSize: 0x4 }
+ - { offsetInCU: 0x1E40, offset: 0x16E5D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD28, symBinAddr: 0x17A8C0, symSize: 0x4 }
+ - { offsetInCU: 0x1E5C, offset: 0x16E5F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD2C, symBinAddr: 0x17A8C4, symSize: 0x4 }
+ - { offsetInCU: 0x1E78, offset: 0x16E611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0xDB0, symBinAddr: 0x17A948, symSize: 0x4 }
+ - { offsetInCU: 0x1E94, offset: 0x16E62D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0xDB4, symBinAddr: 0x17A94C, symSize: 0x4 }
+ - { offsetInCU: 0x1EB0, offset: 0x16E649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xDB8, symBinAddr: 0x17A950, symSize: 0x4 }
+ - { offsetInCU: 0x1ECC, offset: 0x16E665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xDBC, symBinAddr: 0x17A954, symSize: 0x4 }
+ - { offsetInCU: 0x1F06, offset: 0x16E69F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEB0, symBinAddr: 0x17AA48, symSize: 0x88 }
+ - { offsetInCU: 0x1FB5, offset: 0x16E74E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH9hashValueSivgTW', symObjAddr: 0xF38, symBinAddr: 0x17AAD0, symSize: 0x60 }
+ - { offsetInCU: 0x2033, offset: 0x16E7CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF98, symBinAddr: 0x17AB30, symSize: 0x40 }
+ - { offsetInCU: 0x2085, offset: 0x16E81E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xFD8, symBinAddr: 0x17AB70, symSize: 0x5C }
+ - { offsetInCU: 0x2117, offset: 0x16E8B0, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0x1B28, symBinAddr: 0x17B680, symSize: 0x118 }
+ - { offsetInCU: 0x2256, offset: 0x16E9EF, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypSgTg5Tf4gd_n', symObjAddr: 0x1C60, symBinAddr: 0x17B7B8, symSize: 0x118 }
+ - { offsetInCU: 0x238F, offset: 0x16EB28, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTg5Tf4gd_n', symObjAddr: 0x1D78, symBinAddr: 0x17B8D0, symSize: 0x104 }
+ - { offsetInCU: 0x24B2, offset: 0x16EC4B, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_ypTg5Tf4gd_n', symObjAddr: 0x1E88, symBinAddr: 0x17B9E0, symSize: 0x11C }
+ - { offsetInCU: 0x25F1, offset: 0x16ED8A, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo11CFStringRefa_ypTg5Tf4gd_n', symObjAddr: 0x1FA4, symBinAddr: 0x17BAFC, symSize: 0x108 }
+ - { offsetInCU: 0x2730, offset: 0x16EEC9, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo11CFStringRefa_SDys11AnyHashableVypGTg5Tf4gd_n', symObjAddr: 0x20AC, symBinAddr: 0x17BC04, symSize: 0xEC }
+ - { offsetInCU: 0x2875, offset: 0x16F00E, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfC13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5Tf4gd_n', symObjAddr: 0x23D8, symBinAddr: 0x17BF30, symSize: 0x160 }
+ - { offsetInCU: 0x29A4, offset: 0x16F13D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_s5Error_pTg5Tf4gd_n', symObjAddr: 0x2538, symBinAddr: 0x17C090, symSize: 0xF4 }
+ - { offsetInCU: 0x27, offset: 0x16F58A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x17DA88, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x16F5AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x17DA88, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x16F5C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x17DA94, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x16F5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x17DAC4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x16F5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x17DB08, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x16F616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x17DB44, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x16F632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x17DB48, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x16F657, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x17DB90, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x16F748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x17DE94, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x16F7F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x17DFA8, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x16F8E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x17E094, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x16F93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x17E0C0, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x16F99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfd', symObjAddr: 0x804, symBinAddr: 0x17E0F4, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x16F9ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x17E128, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x16FA46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x17E164, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x16FA62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x17E18C, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x16FA7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x17E1B4, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x16FA9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x17E204, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x16FAC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x17E230, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x16FAF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x17DE74, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x16FBC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x17E0EC, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x16FE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TR', symObjAddr: 0x0, symBinAddr: 0x17E2E4, symSize: 0x30 }
+ - { offsetInCU: 0x3F, offset: 0x16FE6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TR', symObjAddr: 0x0, symBinAddr: 0x17E2E4, symSize: 0x30 }
+ - { offsetInCU: 0x5F, offset: 0x16FE8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCACycfC', symObjAddr: 0x30, symBinAddr: 0x17E314, symSize: 0x10 }
+ - { offsetInCU: 0x7D, offset: 0x16FEA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x40, symBinAddr: 0x17E324, symSize: 0xE4 }
+ - { offsetInCU: 0xE6, offset: 0x16FF11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC04sendE7Request7contextyAA0D0C_tF', symObjAddr: 0x124, symBinAddr: 0x17E408, symSize: 0x144 }
+ - { offsetInCU: 0x164, offset: 0x16FF8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x268, symBinAddr: 0x17E54C, symSize: 0x178 }
+ - { offsetInCU: 0x2B9, offset: 0x1700E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x3E0, symBinAddr: 0x17E6C4, symSize: 0x178 }
+ - { offsetInCU: 0x40E, offset: 0x170239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC6attach7context2to17completionHandleryAA0D0C_SSySbctF', symObjAddr: 0x558, symBinAddr: 0x17E83C, symSize: 0x4EC }
+ - { offsetInCU: 0x8A8, offset: 0x1706D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xA44, symBinAddr: 0x17ED28, symSize: 0x5C }
+ - { offsetInCU: 0x93C, offset: 0x170767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCACycfc', symObjAddr: 0xAA0, symBinAddr: 0x17ED84, symSize: 0x8 }
+ - { offsetInCU: 0x96B, offset: 0x170796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCfd', symObjAddr: 0xAA8, symBinAddr: 0x17ED8C, symSize: 0x8 }
+ - { offsetInCU: 0x99A, offset: 0x1707C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCfD', symObjAddr: 0xAB0, symBinAddr: 0x17ED94, symSize: 0x10 }
+ - { offsetInCU: 0xB84, offset: 0x1709AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xB04, symBinAddr: 0x17EDA4, symSize: 0x44 }
+ - { offsetInCU: 0xB98, offset: 0x1709C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVWOs', symObjAddr: 0xB48, symBinAddr: 0x17EDE8, symSize: 0x54 }
+ - { offsetInCU: 0xBC6, offset: 0x1709F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC6attach7context2to17completionHandleryAA0D0C_SSySbctFyAA9SBCResultOyAA16EmptyAPIResponseVGcfU_TA', symObjAddr: 0xC70, symBinAddr: 0x17EE60, symSize: 0x28 }
+ - { offsetInCU: 0xC0F, offset: 0x170A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TRTA', symObjAddr: 0xC98, symBinAddr: 0x17EE88, symSize: 0x2C }
+ - { offsetInCU: 0xC38, offset: 0x170A63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xD08, symBinAddr: 0x17EEB4, symSize: 0x44 }
+ - { offsetInCU: 0xC4C, offset: 0x170A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCMa', symObjAddr: 0xD4C, symBinAddr: 0x17EEF8, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x170D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7EnabledSbvg', symObjAddr: 0x0, symBinAddr: 0x17EF34, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x170D59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7EnabledSbvg', symObjAddr: 0x0, symBinAddr: 0x17EF34, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x170D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV18deviceManufacturerSSvg', symObjAddr: 0x8, symBinAddr: 0x17EF3C, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x170D91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV8deviceOSSSvg', symObjAddr: 0x34, symBinAddr: 0x17EF68, symSize: 0x2C }
+ - { offsetInCU: 0xC5, offset: 0x170DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0x17EF94, symSize: 0x74 }
+ - { offsetInCU: 0x100, offset: 0x170E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x114, symBinAddr: 0x17F008, symSize: 0x74 }
+ - { offsetInCU: 0x143, offset: 0x170E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x188, symBinAddr: 0x17F07C, symSize: 0x8 }
+ - { offsetInCU: 0x16A, offset: 0x170E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x190, symBinAddr: 0x17F084, symSize: 0xC }
+ - { offsetInCU: 0x191, offset: 0x170E9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8rawValueSSvg', symObjAddr: 0x19C, symBinAddr: 0x17F090, symSize: 0x58 }
+ - { offsetInCU: 0x1CA, offset: 0x170ED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1F4, symBinAddr: 0x17F0E8, symSize: 0x58 }
+ - { offsetInCU: 0x221, offset: 0x170F2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x17F2C4, symSize: 0x78 }
+ - { offsetInCU: 0x262, offset: 0x170F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x448, symBinAddr: 0x17F33C, symSize: 0x28 }
+ - { offsetInCU: 0x276, offset: 0x170F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x470, symBinAddr: 0x17F364, symSize: 0x8 }
+ - { offsetInCU: 0x2AC, offset: 0x170FBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x478, symBinAddr: 0x17F36C, symSize: 0x7C }
+ - { offsetInCU: 0x304, offset: 0x171012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4F4, symBinAddr: 0x17F3E8, symSize: 0xC }
+ - { offsetInCU: 0x320, offset: 0x17102E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x17F3F4, symSize: 0xC }
+ - { offsetInCU: 0x33D, offset: 0x17104B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV6encode2toys7Encoder_p_tKF', symObjAddr: 0x55C, symBinAddr: 0x17F450, symSize: 0x12C }
+ - { offsetInCU: 0x37C, offset: 0x17108A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6F0, symBinAddr: 0x17F5C0, symSize: 0x44 }
+ - { offsetInCU: 0x390, offset: 0x17109E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7Enabled18deviceManufacturer0I2OSACSb_S2StcfC', symObjAddr: 0x734, symBinAddr: 0x17F604, symSize: 0x10 }
+ - { offsetInCU: 0x3C4, offset: 0x1710D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x744, symBinAddr: 0x17F614, symSize: 0x44 }
+ - { offsetInCU: 0x3FB, offset: 0x171109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x788, symBinAddr: 0x17F658, symSize: 0x38 }
+ - { offsetInCU: 0x41E, offset: 0x17112C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x8F4, symBinAddr: 0x17F7C4, symSize: 0x1D0 }
+ - { offsetInCU: 0x471, offset: 0x17117F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x6AC, symBinAddr: 0x17F57C, symSize: 0x44 }
+ - { offsetInCU: 0x485, offset: 0x171193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV2eeoiySbAC_ACtFZ', symObjAddr: 0x7C0, symBinAddr: 0x17F690, symSize: 0x8C }
+ - { offsetInCU: 0x53F, offset: 0x17124D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x84C, symBinAddr: 0x17F71C, symSize: 0xA8 }
+ - { offsetInCU: 0x5BE, offset: 0x1712CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASQWb', symObjAddr: 0xAC4, symBinAddr: 0x17F994, symSize: 0x4 }
+ - { offsetInCU: 0x5D2, offset: 0x1712E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAESQAAWl', symObjAddr: 0xAC8, symBinAddr: 0x17F998, symSize: 0x44 }
+ - { offsetInCU: 0x5E6, offset: 0x1712F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB0C, symBinAddr: 0x17F9DC, symSize: 0x4 }
+ - { offsetInCU: 0x5FA, offset: 0x171308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB10, symBinAddr: 0x17F9E0, symSize: 0x44 }
+ - { offsetInCU: 0x60E, offset: 0x17131C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB54, symBinAddr: 0x17FA24, symSize: 0x4 }
+ - { offsetInCU: 0x622, offset: 0x171330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xB58, symBinAddr: 0x17FA28, symSize: 0x44 }
+ - { offsetInCU: 0x636, offset: 0x171344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwCP', symObjAddr: 0xB9C, symBinAddr: 0x17FA6C, symSize: 0x30 }
+ - { offsetInCU: 0x64A, offset: 0x171358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwxx', symObjAddr: 0xBCC, symBinAddr: 0x17FA9C, symSize: 0x28 }
+ - { offsetInCU: 0x65E, offset: 0x17136C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwcp', symObjAddr: 0xBF4, symBinAddr: 0x17FAC4, symSize: 0x44 }
+ - { offsetInCU: 0x672, offset: 0x171380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwca', symObjAddr: 0xC38, symBinAddr: 0x17FB08, symSize: 0x74 }
+ - { offsetInCU: 0x686, offset: 0x171394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwta', symObjAddr: 0xCC0, symBinAddr: 0x17FB7C, symSize: 0x4C }
+ - { offsetInCU: 0x69A, offset: 0x1713A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwet', symObjAddr: 0xD0C, symBinAddr: 0x17FBC8, symSize: 0x48 }
+ - { offsetInCU: 0x6AE, offset: 0x1713BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwst', symObjAddr: 0xD54, symBinAddr: 0x17FC10, symSize: 0x48 }
+ - { offsetInCU: 0x6C2, offset: 0x1713D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVMa', symObjAddr: 0xD9C, symBinAddr: 0x17FC58, symSize: 0x10 }
+ - { offsetInCU: 0x6D6, offset: 0x1713E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwet', symObjAddr: 0xDBC, symBinAddr: 0x17FC68, symSize: 0x90 }
+ - { offsetInCU: 0x6EA, offset: 0x1713F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwst', symObjAddr: 0xE4C, symBinAddr: 0x17FCF8, symSize: 0xBC }
+ - { offsetInCU: 0x6FE, offset: 0x17140C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwug', symObjAddr: 0xF08, symBinAddr: 0x17FDB4, symSize: 0x8 }
+ - { offsetInCU: 0x712, offset: 0x171420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwup', symObjAddr: 0xF10, symBinAddr: 0x17FDBC, symSize: 0x4 }
+ - { offsetInCU: 0x726, offset: 0x171434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwui', symObjAddr: 0xF14, symBinAddr: 0x17FDC0, symSize: 0x8 }
+ - { offsetInCU: 0x73A, offset: 0x171448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOMa', symObjAddr: 0xF1C, symBinAddr: 0x17FDC8, symSize: 0x10 }
+ - { offsetInCU: 0x783, offset: 0x171491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24C, symBinAddr: 0x17F140, symSize: 0x88 }
+ - { offsetInCU: 0x832, offset: 0x171540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2D4, symBinAddr: 0x17F1C8, symSize: 0x60 }
+ - { offsetInCU: 0x8B0, offset: 0x1715BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x334, symBinAddr: 0x17F228, symSize: 0x40 }
+ - { offsetInCU: 0x902, offset: 0x171610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x374, symBinAddr: 0x17F268, symSize: 0x5C }
+ - { offsetInCU: 0x95E, offset: 0x17166C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x50C, symBinAddr: 0x17F400, symSize: 0x28 }
+ - { offsetInCU: 0x97A, offset: 0x171688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x534, symBinAddr: 0x17F428, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x171897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC6decode4with9containerAcA11CommandListC8CallTypeO_s22KeyedDecodingContainerVyAH10CodingKeysOGtKFZ', symObjAddr: 0x0, symBinAddr: 0x17FDD8, symSize: 0x84 }
+ - { offsetInCU: 0x43, offset: 0x1718AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC6decode4with9containerAcA11CommandListC8CallTypeO_s22KeyedDecodingContainerVyAH10CodingKeysOGtKFZ', symObjAddr: 0x0, symBinAddr: 0x17FDD8, symSize: 0x84 }
+ - { offsetInCU: 0x91, offset: 0x1718FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCAA06SignalF0CSeAAWl', symObjAddr: 0xC4, symBinAddr: 0x17FE5C, symSize: 0x48 }
+ - { offsetInCU: 0xB1, offset: 0x17191D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x10C, symBinAddr: 0x17FEA4, symSize: 0x28 }
+ - { offsetInCU: 0xD0, offset: 0x17193C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCACycfc', symObjAddr: 0x154, symBinAddr: 0x17FECC, symSize: 0x8 }
+ - { offsetInCU: 0xFF, offset: 0x17196B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCfd', symObjAddr: 0x15C, symBinAddr: 0x17FED4, symSize: 0x8 }
+ - { offsetInCU: 0x12E, offset: 0x17199A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCfD', symObjAddr: 0x164, symBinAddr: 0x17FEDC, symSize: 0x10 }
+ - { offsetInCU: 0x15D, offset: 0x1719C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCACycfC', symObjAddr: 0x174, symBinAddr: 0x17FEEC, symSize: 0x10 }
+ - { offsetInCU: 0x19B, offset: 0x171A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x184, symBinAddr: 0x17FEFC, symSize: 0x4C }
+ - { offsetInCU: 0x1DB, offset: 0x171A47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1D0, symBinAddr: 0x17FF48, symSize: 0x2C }
+ - { offsetInCU: 0x1FF, offset: 0x171A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCMa', symObjAddr: 0x1FC, symBinAddr: 0x17FF74, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x171CBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomId06customG04modeACSS_SDyS2SGAC4ModeOtcfC', symObjAddr: 0x0, symBinAddr: 0x17FFC0, symSize: 0x1C }
+ - { offsetInCU: 0xA0, offset: 0x171D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x7C, symBinAddr: 0x18003C, symSize: 0x68 }
+ - { offsetInCU: 0xC1, offset: 0x171D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xE4, symBinAddr: 0x1800A4, symSize: 0x6C }
+ - { offsetInCU: 0xEA, offset: 0x171D59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x150, symBinAddr: 0x180110, symSize: 0x6C }
+ - { offsetInCU: 0x113, offset: 0x171D82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x1BC, symBinAddr: 0x18017C, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0x171D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1C0, symBinAddr: 0x180180, symSize: 0x8 }
+ - { offsetInCU: 0x14B, offset: 0x171DBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C8, symBinAddr: 0x180188, symSize: 0x8 }
+ - { offsetInCU: 0x15F, offset: 0x171DCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x1D0, symBinAddr: 0x180190, symSize: 0x2C }
+ - { offsetInCU: 0x17B, offset: 0x171DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV06customG0SDyS2SGvg', symObjAddr: 0x1FC, symBinAddr: 0x1801BC, symSize: 0x8 }
+ - { offsetInCU: 0x197, offset: 0x171E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4modeAC4ModeOvg', symObjAddr: 0x204, symBinAddr: 0x1801C4, symSize: 0x8 }
+ - { offsetInCU: 0x1BF, offset: 0x171E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeO8rawValueSSvg', symObjAddr: 0x218, symBinAddr: 0x1801D8, symSize: 0x20 }
+ - { offsetInCU: 0x20D, offset: 0x171E7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x3B0, symBinAddr: 0x180370, symSize: 0x7C }
+ - { offsetInCU: 0x243, offset: 0x171EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x42C, symBinAddr: 0x1803EC, symSize: 0x8 }
+ - { offsetInCU: 0x26A, offset: 0x171ED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x434, symBinAddr: 0x1803F4, symSize: 0xC }
+ - { offsetInCU: 0x291, offset: 0x171F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x440, symBinAddr: 0x180400, symSize: 0x38 }
+ - { offsetInCU: 0x2B8, offset: 0x171F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x478, symBinAddr: 0x180438, symSize: 0x38 }
+ - { offsetInCU: 0x2DF, offset: 0x171F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x748, symBinAddr: 0x180708, symSize: 0x8 }
+ - { offsetInCU: 0x315, offset: 0x171F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x750, symBinAddr: 0x180710, symSize: 0x8C }
+ - { offsetInCU: 0x360, offset: 0x171FCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x7DC, symBinAddr: 0x18079C, symSize: 0xC }
+ - { offsetInCU: 0x37C, offset: 0x171FEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x7E8, symBinAddr: 0x1807A8, symSize: 0xC }
+ - { offsetInCU: 0x399, offset: 0x172008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x844, symBinAddr: 0x180804, symSize: 0x1C }
+ - { offsetInCU: 0x3BC, offset: 0x17202B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x860, symBinAddr: 0x180820, symSize: 0x68 }
+ - { offsetInCU: 0x3F3, offset: 0x172062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8C8, symBinAddr: 0x180888, symSize: 0x8 }
+ - { offsetInCU: 0x41E, offset: 0x17208D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8D0, symBinAddr: 0x180890, symSize: 0x8 }
+ - { offsetInCU: 0x466, offset: 0x1720D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8D8, symBinAddr: 0x180898, symSize: 0x1C }
+ - { offsetInCU: 0x49E, offset: 0x17210D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x8F4, symBinAddr: 0x1808B4, symSize: 0x94 }
+ - { offsetInCU: 0x511, offset: 0x172180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x9C8, symBinAddr: 0x180948, symSize: 0x164 }
+ - { offsetInCU: 0x55E, offset: 0x1721CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x1C, symBinAddr: 0x17FFDC, symSize: 0x20 }
+ - { offsetInCU: 0x578, offset: 0x1721E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x3C, symBinAddr: 0x17FFFC, symSize: 0x40 }
+ - { offsetInCU: 0x5BE, offset: 0x17222D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSHAASQWb', symObjAddr: 0xB2C, symBinAddr: 0x180AAC, symSize: 0x4 }
+ - { offsetInCU: 0x5D2, offset: 0x172241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOAESQAAWl', symObjAddr: 0xB30, symBinAddr: 0x180AB0, symSize: 0x44 }
+ - { offsetInCU: 0x5E6, offset: 0x172255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xB74, symBinAddr: 0x180AF4, symSize: 0x4 }
+ - { offsetInCU: 0x5FA, offset: 0x172269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xB78, symBinAddr: 0x180AF8, symSize: 0x44 }
+ - { offsetInCU: 0x60E, offset: 0x17227D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0xBBC, symBinAddr: 0x180B3C, symSize: 0x4 }
+ - { offsetInCU: 0x622, offset: 0x172291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0xBC0, symBinAddr: 0x180B40, symSize: 0x44 }
+ - { offsetInCU: 0x636, offset: 0x1722A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0xC04, symBinAddr: 0x180B84, symSize: 0x4 }
+ - { offsetInCU: 0x64A, offset: 0x1722B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0xC08, symBinAddr: 0x180B88, symSize: 0x44 }
+ - { offsetInCU: 0x65E, offset: 0x1722CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0xC4C, symBinAddr: 0x180BCC, symSize: 0x24 }
+ - { offsetInCU: 0x672, offset: 0x1722E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xCB4, symBinAddr: 0x180BF0, symSize: 0x4 }
+ - { offsetInCU: 0x686, offset: 0x1722F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xCB8, symBinAddr: 0x180BF4, symSize: 0x48 }
+ - { offsetInCU: 0x69A, offset: 0x172309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xD00, symBinAddr: 0x180C3C, symSize: 0x2C }
+ - { offsetInCU: 0x6AE, offset: 0x17231D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0xD2C, symBinAddr: 0x180C68, symSize: 0x44 }
+ - { offsetInCU: 0x6C2, offset: 0x172331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xD70, symBinAddr: 0x180CAC, symSize: 0x44 }
+ - { offsetInCU: 0x6D6, offset: 0x172345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0xDB4, symBinAddr: 0x180CF0, symSize: 0x24 }
+ - { offsetInCU: 0x6EA, offset: 0x172359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0xDD8, symBinAddr: 0x180D14, symSize: 0x44 }
+ - { offsetInCU: 0x6FE, offset: 0x17236D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xE1C, symBinAddr: 0x180D58, symSize: 0x24 }
+ - { offsetInCU: 0x712, offset: 0x172381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwCP', symObjAddr: 0xE40, symBinAddr: 0x180D7C, symSize: 0x30 }
+ - { offsetInCU: 0x726, offset: 0x172395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwxx', symObjAddr: 0xE70, symBinAddr: 0x180DAC, symSize: 0x28 }
+ - { offsetInCU: 0x73A, offset: 0x1723A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwcp', symObjAddr: 0xE98, symBinAddr: 0x180DD4, symSize: 0x4C }
+ - { offsetInCU: 0x74E, offset: 0x1723BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwca', symObjAddr: 0xEE4, symBinAddr: 0x180E20, symSize: 0x74 }
+ - { offsetInCU: 0x762, offset: 0x1723D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwta', symObjAddr: 0xF6C, symBinAddr: 0x180E94, symSize: 0x54 }
+ - { offsetInCU: 0x776, offset: 0x1723E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwet', symObjAddr: 0xFC0, symBinAddr: 0x180EE8, symSize: 0x48 }
+ - { offsetInCU: 0x78A, offset: 0x1723F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwst', symObjAddr: 0x1008, symBinAddr: 0x180F30, symSize: 0x44 }
+ - { offsetInCU: 0x79E, offset: 0x17240D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVMa', symObjAddr: 0x104C, symBinAddr: 0x180F74, symSize: 0x10 }
+ - { offsetInCU: 0x7B2, offset: 0x172421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOwup', symObjAddr: 0x1074, symBinAddr: 0x180F8C, symSize: 0x4 }
+ - { offsetInCU: 0x7C6, offset: 0x172435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOMa', symObjAddr: 0x1078, symBinAddr: 0x180F90, symSize: 0x10 }
+ - { offsetInCU: 0x7DA, offset: 0x172449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0x11DC, symBinAddr: 0x1810F4, symSize: 0x8 }
+ - { offsetInCU: 0x7EE, offset: 0x17245D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0x11E4, symBinAddr: 0x1810FC, symSize: 0x4 }
+ - { offsetInCU: 0x802, offset: 0x172471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0x11E8, symBinAddr: 0x181100, symSize: 0xC }
+ - { offsetInCU: 0x816, offset: 0x172485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0x11F4, symBinAddr: 0x18110C, symSize: 0x10 }
+ - { offsetInCU: 0x82A, offset: 0x172499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x1204, symBinAddr: 0x18111C, symSize: 0x44 }
+ - { offsetInCU: 0x83E, offset: 0x1724AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOAESYAAWl', symObjAddr: 0x1248, symBinAddr: 0x181160, symSize: 0x44 }
+ - { offsetInCU: 0x869, offset: 0x1724D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x280, symBinAddr: 0x180240, symSize: 0x5C }
+ - { offsetInCU: 0x88C, offset: 0x1724FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2DC, symBinAddr: 0x18029C, symSize: 0x4C }
+ - { offsetInCU: 0x8B5, offset: 0x172524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x7F4, symBinAddr: 0x1807B4, symSize: 0x28 }
+ - { offsetInCU: 0x8D1, offset: 0x172540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x81C, symBinAddr: 0x1807DC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1727AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC15addIceCandidate9candidateyAA0G0C_tF', symObjAddr: 0x0, symBinAddr: 0x1811AC, symSize: 0x234 }
+ - { offsetInCU: 0x116, offset: 0x17289C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC15addIceCandidate9candidateyAA0G0C_tF', symObjAddr: 0x0, symBinAddr: 0x1811AC, symSize: 0x234 }
+ - { offsetInCU: 0x30E, offset: 0x172A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtF', symObjAddr: 0x234, symBinAddr: 0x1813E0, symSize: 0x240 }
+ - { offsetInCU: 0x518, offset: 0x172C9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x474, symBinAddr: 0x181620, symSize: 0x294 }
+ - { offsetInCU: 0x76B, offset: 0x172EF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionH0CtF', symObjAddr: 0x708, symBinAddr: 0x1818B4, symSize: 0x2A0 }
+ - { offsetInCU: 0x9C1, offset: 0x173147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0G0VtF', symObjAddr: 0x9A8, symBinAddr: 0x181B54, symSize: 0x284 }
+ - { offsetInCU: 0xBFF, offset: 0x173385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24didConnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0xC2C, symBinAddr: 0x181DD8, symSize: 0x230 }
+ - { offsetInCU: 0xDEE, offset: 0x173574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0xE5C, symBinAddr: 0x182008, symSize: 0x230 }
+ - { offsetInCU: 0xFDD, offset: 0x173763, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x108C, symBinAddr: 0x182238, symSize: 0x230 }
+ - { offsetInCU: 0x11CC, offset: 0x173952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC22didClosePeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x12BC, symBinAddr: 0x182468, symSize: 0x230 }
+ - { offsetInCU: 0x13BB, offset: 0x173B41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStF', symObjAddr: 0x14EC, symBinAddr: 0x182698, symSize: 0x28C }
+ - { offsetInCU: 0x164D, offset: 0x173DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC26didAudioSessionChangeRoute6client7session6reason08previousI0yAA12WebRTCClientC_So08RTCAudioG0CSo07AVAudiogiH6ReasonVSo0qgI11DescriptionCtF', symObjAddr: 0x1778, symBinAddr: 0x182924, symSize: 0x318 }
+ - { offsetInCU: 0x18F7, offset: 0x17407D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24didReceiveStatisticsInfo6client4infoyAA12WebRTCClientC_AH16RTPPacketMonitorC0H0VtF', symObjAddr: 0x1A90, symBinAddr: 0x182C3C, symSize: 0x23C }
+ - { offsetInCU: 0x1AE9, offset: 0x17426F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP23didGenerateICECandidate6client9candidateyAA0eF0C_So15RTCIceCandidateCtFTW', symObjAddr: 0x1CCC, symBinAddr: 0x182E78, symSize: 0x4 }
+ - { offsetInCU: 0x1B05, offset: 0x17428B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP22didRemoveICECandidates6client10candidatesyAA0eF0C_SaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x1CD0, symBinAddr: 0x182E7C, symSize: 0x4 }
+ - { offsetInCU: 0x1B21, offset: 0x1742A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP25didUpdateLocalDescription6client3sdpyAA0eF0C_So010RTCSessionK0CtFTW', symObjAddr: 0x1CD4, symBinAddr: 0x182E80, symSize: 0x4 }
+ - { offsetInCU: 0x1B3D, offset: 0x1742C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP14didReceiveData6client4datayAA0eF0C_10Foundation0J0VtFTW', symObjAddr: 0x1CD8, symBinAddr: 0x182E84, symSize: 0x4 }
+ - { offsetInCU: 0x1B59, offset: 0x1742DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP24didConnectPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CDC, symBinAddr: 0x182E88, symSize: 0x4 }
+ - { offsetInCU: 0x1B75, offset: 0x1742FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CE0, symBinAddr: 0x182E8C, symSize: 0x4 }
+ - { offsetInCU: 0x1B91, offset: 0x174317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CE4, symBinAddr: 0x182E90, symSize: 0x4 }
+ - { offsetInCU: 0x1BAD, offset: 0x174333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP22didClosePeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CE8, symBinAddr: 0x182E94, symSize: 0x4 }
+ - { offsetInCU: 0x1BC9, offset: 0x17434F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP29didReceivePeerConnectionError6client11descriptionyAA0eF0C_SStFTW', symObjAddr: 0x1CEC, symBinAddr: 0x182E98, symSize: 0x4 }
+ - { offsetInCU: 0x1BE5, offset: 0x17436B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute6client7session6reason08previousL0yAA0eF0C_So08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0rjL11DescriptionCtFTW', symObjAddr: 0x1CF0, symBinAddr: 0x182E9C, symSize: 0x4 }
+ - { offsetInCU: 0x1C01, offset: 0x174387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo6client4infoyAA0eF0C_AJ16RTPPacketMonitorC0K0VtFTW', symObjAddr: 0x1CF4, symBinAddr: 0x182EA0, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x17475D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x182EA4, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x174779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x2C, symBinAddr: 0x182ED0, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x174795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC11deletedKeysSaySSGvg', symObjAddr: 0x34, symBinAddr: 0x182ED8, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1747B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x3C, symBinAddr: 0x182EE0, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x1747CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x44, symBinAddr: 0x182EE8, symSize: 0x4C }
+ - { offsetInCU: 0xE0, offset: 0x1747F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x90, symBinAddr: 0x182F34, symSize: 0x260 }
+ - { offsetInCU: 0x18A, offset: 0x17489C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomId06customG011deletedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64VtcfC', symObjAddr: 0x53C, symBinAddr: 0x1831B4, symSize: 0x58 }
+ - { offsetInCU: 0x1E9, offset: 0x1748FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomId06customG011deletedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64Vtcfc', symObjAddr: 0x594, symBinAddr: 0x18320C, symSize: 0x14 }
+ - { offsetInCU: 0x228, offset: 0x17493A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCfd', symObjAddr: 0x5A8, symBinAddr: 0x183220, symSize: 0x2C }
+ - { offsetInCU: 0x263, offset: 0x174975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCfD', symObjAddr: 0x5D4, symBinAddr: 0x18324C, symSize: 0x34 }
+ - { offsetInCU: 0x2A6, offset: 0x1749B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x760, symBinAddr: 0x1833D8, symSize: 0x2C }
+ - { offsetInCU: 0x2CA, offset: 0x1749DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCMa', symObjAddr: 0x398, symBinAddr: 0x183194, symSize: 0x20 }
+ - { offsetInCU: 0x2DE, offset: 0x1749F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA0E11RespondableAAWI', symObjAddr: 0x608, symBinAddr: 0x183280, symSize: 0x34 }
+ - { offsetInCU: 0x2F2, offset: 0x174A04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0x63C, symBinAddr: 0x1832B4, symSize: 0x34 }
+ - { offsetInCU: 0x306, offset: 0x174A18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x670, symBinAddr: 0x1832E8, symSize: 0x4C }
+ - { offsetInCU: 0x31A, offset: 0x174A2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0x6BC, symBinAddr: 0x183334, symSize: 0x34 }
+ - { offsetInCU: 0x32E, offset: 0x174A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x72C, symBinAddr: 0x1833A4, symSize: 0x34 }
+ - { offsetInCU: 0x65, offset: 0x174CF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x183450, symSize: 0x18 }
+ - { offsetInCU: 0x93, offset: 0x174D26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x183450, symSize: 0x18 }
+ - { offsetInCU: 0xC7, offset: 0x174D5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x18, symBinAddr: 0x183468, symSize: 0x74 }
+ - { offsetInCU: 0x102, offset: 0x174D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x8C, symBinAddr: 0x1834DC, symSize: 0x74 }
+ - { offsetInCU: 0x145, offset: 0x174DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfC', symObjAddr: 0x100, symBinAddr: 0x183550, symSize: 0x8 }
+ - { offsetInCU: 0x16C, offset: 0x174DFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8intValueSiSgvg', symObjAddr: 0x108, symBinAddr: 0x183558, symSize: 0xC }
+ - { offsetInCU: 0x193, offset: 0x174E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8rawValueSSvg', symObjAddr: 0x114, symBinAddr: 0x183564, symSize: 0x18 }
+ - { offsetInCU: 0x1C1, offset: 0x174E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x338, symBinAddr: 0x183748, symSize: 0x78 }
+ - { offsetInCU: 0x202, offset: 0x174E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x1837C0, symSize: 0x28 }
+ - { offsetInCU: 0x216, offset: 0x174EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP11stringValueSSvgTW', symObjAddr: 0x468, symBinAddr: 0x183878, symSize: 0x8 }
+ - { offsetInCU: 0x24C, offset: 0x174EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x470, symBinAddr: 0x183880, symSize: 0x7C }
+ - { offsetInCU: 0x2A4, offset: 0x174F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP8intValueSiSgvgTW', symObjAddr: 0x4EC, symBinAddr: 0x1838FC, symSize: 0xC }
+ - { offsetInCU: 0x2C0, offset: 0x174F53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x4F8, symBinAddr: 0x183908, symSize: 0xC }
+ - { offsetInCU: 0x2F3, offset: 0x174F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASQWb', symObjAddr: 0x1F4, symBinAddr: 0x183604, symSize: 0x4 }
+ - { offsetInCU: 0x307, offset: 0x174F9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACSQAAWl', symObjAddr: 0x1F8, symBinAddr: 0x183608, symSize: 0x44 }
+ - { offsetInCU: 0x326, offset: 0x174FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3D8, symBinAddr: 0x1837E8, symSize: 0x4 }
+ - { offsetInCU: 0x33A, offset: 0x174FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3DC, symBinAddr: 0x1837EC, symSize: 0x44 }
+ - { offsetInCU: 0x34E, offset: 0x174FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x420, symBinAddr: 0x183830, symSize: 0x4 }
+ - { offsetInCU: 0x362, offset: 0x174FF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs23CustomStringConvertibleAAWl', symObjAddr: 0x424, symBinAddr: 0x183834, symSize: 0x44 }
+ - { offsetInCU: 0x376, offset: 0x175009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwet', symObjAddr: 0x61C, symBinAddr: 0x183A1C, symSize: 0x90 }
+ - { offsetInCU: 0x38A, offset: 0x17501D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwst', symObjAddr: 0x6AC, symBinAddr: 0x183AAC, symSize: 0xBC }
+ - { offsetInCU: 0x39E, offset: 0x175031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwug', symObjAddr: 0x768, symBinAddr: 0x183B68, symSize: 0x8 }
+ - { offsetInCU: 0x3B2, offset: 0x175045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwup', symObjAddr: 0x770, symBinAddr: 0x183B70, symSize: 0x4 }
+ - { offsetInCU: 0x3C6, offset: 0x175059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwui', symObjAddr: 0x774, symBinAddr: 0x183B74, symSize: 0x8 }
+ - { offsetInCU: 0x3DA, offset: 0x17506D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOMa', symObjAddr: 0x77C, symBinAddr: 0x183B7C, symSize: 0x10 }
+ - { offsetInCU: 0x3EE, offset: 0x175081, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs06CodingE0AAWl', symObjAddr: 0x78C, symBinAddr: 0x183B8C, symSize: 0x44 }
+ - { offsetInCU: 0x402, offset: 0x175095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACSYAAWl', symObjAddr: 0x7D0, symBinAddr: 0x183BD0, symSize: 0x44 }
+ - { offsetInCU: 0x44B, offset: 0x1750DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16C, symBinAddr: 0x18357C, symSize: 0x88 }
+ - { offsetInCU: 0x4FA, offset: 0x17518D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x23C, symBinAddr: 0x18364C, symSize: 0x60 }
+ - { offsetInCU: 0x578, offset: 0x17520B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x29C, symBinAddr: 0x1836AC, symSize: 0x40 }
+ - { offsetInCU: 0x5CA, offset: 0x17525D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2DC, symBinAddr: 0x1836EC, symSize: 0x5C }
+ - { offsetInCU: 0x626, offset: 0x1752B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x504, symBinAddr: 0x183914, symSize: 0x5C }
+ - { offsetInCU: 0x649, offset: 0x1752DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x560, symBinAddr: 0x183970, symSize: 0x4C }
+ - { offsetInCU: 0x66C, offset: 0x1752FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x5AC, symBinAddr: 0x1839BC, symSize: 0x28 }
+ - { offsetInCU: 0x688, offset: 0x17531B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x1839E4, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0x17551E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x0, symBinAddr: 0x183C14, symSize: 0x8 }
+ - { offsetInCU: 0x5B, offset: 0x17553A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallRequestablePAAE7versionSivg', symObjAddr: 0x8, symBinAddr: 0x183C1C, symSize: 0x8 }
+ - { offsetInCU: 0x90, offset: 0x17556F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x18, symBinAddr: 0x183C2C, symSize: 0x8 }
+ - { offsetInCU: 0xAC, offset: 0x17558B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x20, symBinAddr: 0x183C34, symSize: 0x8 }
+ - { offsetInCU: 0xC8, offset: 0x1755A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x28, symBinAddr: 0x183C3C, symSize: 0x8 }
+ - { offsetInCU: 0xE4, offset: 0x1755C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x30, symBinAddr: 0x183C44, symSize: 0x8 }
+ - { offsetInCU: 0x100, offset: 0x1755DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x38, symBinAddr: 0x183C4C, symSize: 0x8 }
+ - { offsetInCU: 0x11C, offset: 0x1755FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x40, symBinAddr: 0x183C54, symSize: 0x8 }
+ - { offsetInCU: 0x138, offset: 0x175617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x48, symBinAddr: 0x183C5C, symSize: 0x8 }
+ - { offsetInCU: 0x154, offset: 0x175633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x50, symBinAddr: 0x183C64, symSize: 0x8 }
+ - { offsetInCU: 0x170, offset: 0x17564F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x58, symBinAddr: 0x183C6C, symSize: 0x8 }
+ - { offsetInCU: 0x18C, offset: 0x17566B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x60, symBinAddr: 0x183C74, symSize: 0x8 }
+ - { offsetInCU: 0x1A8, offset: 0x175687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x68, symBinAddr: 0x183C7C, symSize: 0x8 }
+ - { offsetInCU: 0x1C4, offset: 0x1756A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x70, symBinAddr: 0x183C84, symSize: 0x8 }
+ - { offsetInCU: 0x1E0, offset: 0x1756BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x78, symBinAddr: 0x183C8C, symSize: 0x8 }
+ - { offsetInCU: 0x1FC, offset: 0x1756DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x80, symBinAddr: 0x183C94, symSize: 0x8 }
+ - { offsetInCU: 0x218, offset: 0x1756F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x88, symBinAddr: 0x183C9C, symSize: 0x8 }
+ - { offsetInCU: 0x234, offset: 0x175713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x90, symBinAddr: 0x183CA4, symSize: 0x8 }
+ - { offsetInCU: 0x250, offset: 0x17572F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x98, symBinAddr: 0x183CAC, symSize: 0x8 }
+ - { offsetInCU: 0x26C, offset: 0x17574B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xA0, symBinAddr: 0x183CB4, symSize: 0x8 }
+ - { offsetInCU: 0x288, offset: 0x175767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xA8, symBinAddr: 0x183CBC, symSize: 0x8 }
+ - { offsetInCU: 0x2A4, offset: 0x175783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xB0, symBinAddr: 0x183CC4, symSize: 0x8 }
+ - { offsetInCU: 0x2C0, offset: 0x17579F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xB8, symBinAddr: 0x183CCC, symSize: 0x8 }
+ - { offsetInCU: 0x2DC, offset: 0x1757BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xC0, symBinAddr: 0x183CD4, symSize: 0x8 }
+ - { offsetInCU: 0x2F8, offset: 0x1757D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xC8, symBinAddr: 0x183CDC, symSize: 0x8 }
+ - { offsetInCU: 0x314, offset: 0x1757F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xD0, symBinAddr: 0x183CE4, symSize: 0x8 }
+ - { offsetInCU: 0x330, offset: 0x17580F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xD8, symBinAddr: 0x183CEC, symSize: 0x8 }
+ - { offsetInCU: 0x34C, offset: 0x17582B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xE0, symBinAddr: 0x183CF4, symSize: 0x8 }
+ - { offsetInCU: 0x368, offset: 0x175847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xE8, symBinAddr: 0x183CFC, symSize: 0x8 }
+ - { offsetInCU: 0x384, offset: 0x175863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xF0, symBinAddr: 0x183D04, symSize: 0x8 }
+ - { offsetInCU: 0x3A0, offset: 0x17587F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xF8, symBinAddr: 0x183D0C, symSize: 0x8 }
+ - { offsetInCU: 0x3BC, offset: 0x17589B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x100, symBinAddr: 0x183D14, symSize: 0x8 }
+ - { offsetInCU: 0x3D8, offset: 0x1758B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x108, symBinAddr: 0x183D1C, symSize: 0x8 }
+ - { offsetInCU: 0x3F4, offset: 0x1758D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x110, symBinAddr: 0x183D24, symSize: 0x8 }
+ - { offsetInCU: 0x410, offset: 0x1758EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x118, symBinAddr: 0x183D2C, symSize: 0x8 }
+ - { offsetInCU: 0x42C, offset: 0x17590B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x120, symBinAddr: 0x183D34, symSize: 0x8 }
+ - { offsetInCU: 0x448, offset: 0x175927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x128, symBinAddr: 0x183D3C, symSize: 0x8 }
+ - { offsetInCU: 0x464, offset: 0x175943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x130, symBinAddr: 0x183D44, symSize: 0x8 }
+ - { offsetInCU: 0x480, offset: 0x17595F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x138, symBinAddr: 0x183D4C, symSize: 0x8 }
+ - { offsetInCU: 0x49C, offset: 0x17597B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x140, symBinAddr: 0x183D54, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x175B9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC12userDefaultsACSo06NSUserJ0C_tcfC', symObjAddr: 0x0, symBinAddr: 0x183D5C, symSize: 0x3C }
+ - { offsetInCU: 0x6D, offset: 0x175BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvg', symObjAddr: 0xD94, symBinAddr: 0x184AF0, symSize: 0x48 }
+ - { offsetInCU: 0x89, offset: 0x175BD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvs', symObjAddr: 0xDDC, symBinAddr: 0x184B38, symSize: 0x50 }
+ - { offsetInCU: 0xA5, offset: 0x175BF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvM', symObjAddr: 0xE2C, symBinAddr: 0x184B88, symSize: 0x3C }
+ - { offsetInCU: 0xC1, offset: 0x175C0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvM.resume.0', symObjAddr: 0xE68, symBinAddr: 0x184BC4, symSize: 0x4 }
+ - { offsetInCU: 0xDD, offset: 0x175C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvg', symObjAddr: 0xE6C, symBinAddr: 0x184BC8, symSize: 0x84 }
+ - { offsetInCU: 0x10C, offset: 0x175C57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvs', symObjAddr: 0xEF0, symBinAddr: 0x184C4C, symSize: 0x6C }
+ - { offsetInCU: 0x14B, offset: 0x175C96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvM', symObjAddr: 0xF5C, symBinAddr: 0x184CB8, symSize: 0x68 }
+ - { offsetInCU: 0x17A, offset: 0x175CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvM.resume.0', symObjAddr: 0xFC4, symBinAddr: 0x184D20, symSize: 0x70 }
+ - { offsetInCU: 0x1A5, offset: 0x175CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvg', symObjAddr: 0x1034, symBinAddr: 0x184D90, symSize: 0x90 }
+ - { offsetInCU: 0x1D4, offset: 0x175D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvs', symObjAddr: 0x10C4, symBinAddr: 0x184E20, symSize: 0x6C }
+ - { offsetInCU: 0x213, offset: 0x175D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvM', symObjAddr: 0x1130, symBinAddr: 0x184E8C, symSize: 0x80 }
+ - { offsetInCU: 0x242, offset: 0x175D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvM.resume.0', symObjAddr: 0x11B0, symBinAddr: 0x184F0C, symSize: 0xA4 }
+ - { offsetInCU: 0x26D, offset: 0x175DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvg', symObjAddr: 0x1254, symBinAddr: 0x184FB0, symSize: 0x7C }
+ - { offsetInCU: 0x29C, offset: 0x175DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvs', symObjAddr: 0x12D0, symBinAddr: 0x18502C, symSize: 0x4C }
+ - { offsetInCU: 0x2DB, offset: 0x175E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvM', symObjAddr: 0x131C, symBinAddr: 0x185078, symSize: 0x68 }
+ - { offsetInCU: 0x30A, offset: 0x175E55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvM.resume.0', symObjAddr: 0x1384, symBinAddr: 0x1850E0, symSize: 0x44 }
+ - { offsetInCU: 0x335, offset: 0x175E80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC12userDefaultsACSo06NSUserJ0C_tcfc', symObjAddr: 0x13C8, symBinAddr: 0x185124, symSize: 0x174 }
+ - { offsetInCU: 0x3B3, offset: 0x175EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC6update8appGroupySSSg_tF', symObjAddr: 0x1610, symBinAddr: 0x1852CC, symSize: 0x18C }
+ - { offsetInCU: 0x47B, offset: 0x175FC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCfd', symObjAddr: 0x179C, symBinAddr: 0x185458, symSize: 0x54 }
+ - { offsetInCU: 0x4B8, offset: 0x176003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCfD', symObjAddr: 0x17F0, symBinAddr: 0x1854AC, symSize: 0x5C }
+ - { offsetInCU: 0x4FD, offset: 0x176048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvgTW', symObjAddr: 0x184C, symBinAddr: 0x185508, symSize: 0xC }
+ - { offsetInCU: 0x519, offset: 0x176064, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvsTW', symObjAddr: 0x1858, symBinAddr: 0x185514, symSize: 0xC }
+ - { offsetInCU: 0x535, offset: 0x176080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvMTW', symObjAddr: 0x1864, symBinAddr: 0x185520, symSize: 0x4C }
+ - { offsetInCU: 0x551, offset: 0x17609C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvgTW', symObjAddr: 0x18B4, symBinAddr: 0x185570, symSize: 0xC }
+ - { offsetInCU: 0x56D, offset: 0x1760B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvsTW', symObjAddr: 0x18C0, symBinAddr: 0x18557C, symSize: 0xC }
+ - { offsetInCU: 0x589, offset: 0x1760D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvMTW', symObjAddr: 0x18CC, symBinAddr: 0x185588, symSize: 0x4C }
+ - { offsetInCU: 0x5A5, offset: 0x1760F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvgTW', symObjAddr: 0x191C, symBinAddr: 0x1855D8, symSize: 0x48 }
+ - { offsetInCU: 0x5C1, offset: 0x17610C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvsTW', symObjAddr: 0x1964, symBinAddr: 0x185620, symSize: 0xC }
+ - { offsetInCU: 0x5DD, offset: 0x176128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvMTW', symObjAddr: 0x1970, symBinAddr: 0x18562C, symSize: 0x4C }
+ - { offsetInCU: 0x5F9, offset: 0x176144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvgTW', symObjAddr: 0x19C0, symBinAddr: 0x18567C, symSize: 0xC }
+ - { offsetInCU: 0x615, offset: 0x176160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvsTW', symObjAddr: 0x19CC, symBinAddr: 0x185688, symSize: 0xC }
+ - { offsetInCU: 0x631, offset: 0x17617C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvMTW', symObjAddr: 0x19D8, symBinAddr: 0x185694, symSize: 0x4C }
+ - { offsetInCU: 0x64D, offset: 0x176198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP6update8appGroupySSSg_tFTW', symObjAddr: 0x1A54, symBinAddr: 0x185710, symSize: 0xC }
+ - { offsetInCU: 0x71C, offset: 0x176267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvgAA8PushTypeO_Tg5', symObjAddr: 0x3C, symBinAddr: 0x183D98, symSize: 0x2F4 }
+ - { offsetInCU: 0x8B3, offset: 0x1763FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvgAA14PushDeviceInfoV_Tg5', symObjAddr: 0x330, symBinAddr: 0x18408C, symSize: 0x31C }
+ - { offsetInCU: 0xA4A, offset: 0x176595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvsAA8PushTypeO_Tg5', symObjAddr: 0x64C, symBinAddr: 0x1843A8, symSize: 0x2B0 }
+ - { offsetInCU: 0xC2F, offset: 0x17677A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvsAA14PushDeviceInfoV_Tg5', symObjAddr: 0x8FC, symBinAddr: 0x184658, symSize: 0x328 }
+ - { offsetInCU: 0xE15, offset: 0x176960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvgSS_Tg5', symObjAddr: 0xC24, symBinAddr: 0x184980, symSize: 0xBC }
+ - { offsetInCU: 0xE44, offset: 0x17698F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvsSS_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x184A3C, symSize: 0xB4 }
+ - { offsetInCU: 0xEDA, offset: 0x176A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCMa', symObjAddr: 0x1C48, symBinAddr: 0x185904, symSize: 0x20 }
+ - { offsetInCU: 0xEEE, offset: 0x176A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSEAAWl', symObjAddr: 0x1D44, symBinAddr: 0x185A00, symSize: 0x44 }
+ - { offsetInCU: 0xF02, offset: 0x176A4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSeAAWl', symObjAddr: 0x1EC0, symBinAddr: 0x185A88, symSize: 0x44 }
+ - { offsetInCU: 0xF16, offset: 0x176A61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVACSEAAWl', symObjAddr: 0x1F04, symBinAddr: 0x185ACC, symSize: 0x44 }
+ - { offsetInCU: 0xF2A, offset: 0x176A75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVACSeAAWl', symObjAddr: 0x1F48, symBinAddr: 0x185B10, symSize: 0x44 }
+ - { offsetInCU: 0x4F, offset: 0x176E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeO8rawValueACSgSi_tcfC', symObjAddr: 0xC, symBinAddr: 0x185B60, symSize: 0x14 }
+ - { offsetInCU: 0x6E, offset: 0x176EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeO8rawValueSivg', symObjAddr: 0x20, symBinAddr: 0x185B74, symSize: 0x4 }
+ - { offsetInCU: 0xB1, offset: 0x176EFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xE4, symBinAddr: 0x185C38, symSize: 0x20 }
+ - { offsetInCU: 0xE2, offset: 0x176F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x104, symBinAddr: 0x185C58, symSize: 0xC }
+ - { offsetInCU: 0x138, offset: 0x176F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4uuid10Foundation4UUIDVvg', symObjAddr: 0x110, symBinAddr: 0x185C64, symSize: 0x44 }
+ - { offsetInCU: 0x167, offset: 0x176FB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4typeAA0D4TypeOvg', symObjAddr: 0x154, symBinAddr: 0x185CA8, symSize: 0x10 }
+ - { offsetInCU: 0x194, offset: 0x176FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC16previousCategorySo014AVAudioSessionH0aSgvM', symObjAddr: 0x17C, symBinAddr: 0x185CD0, symSize: 0x44 }
+ - { offsetInCU: 0x1C3, offset: 0x17700C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHint03forJ0AE10Foundation3URLV_SSSgAA0dJ0OtKcfC', symObjAddr: 0x1C0, symBinAddr: 0x185D14, symSize: 0x60 }
+ - { offsetInCU: 0x1D7, offset: 0x177020, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHint03forJ0AE10Foundation3URLV_SSSgAA0dJ0OtKcfc', symObjAddr: 0x220, symBinAddr: 0x185D74, symSize: 0x1C0 }
+ - { offsetInCU: 0x24C, offset: 0x177095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC13stopIfPlayingyyF', symObjAddr: 0x41C, symBinAddr: 0x185F70, symSize: 0x38 }
+ - { offsetInCU: 0x279, offset: 0x1770C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfC', symObjAddr: 0x454, symBinAddr: 0x185FA8, symSize: 0x124 }
+ - { offsetInCU: 0x29E, offset: 0x1770E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfc', symObjAddr: 0x578, symBinAddr: 0x1860CC, symSize: 0x2C }
+ - { offsetInCU: 0x317, offset: 0x177160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfcTo', symObjAddr: 0x5A4, symBinAddr: 0x1860F8, symSize: 0x60 }
+ - { offsetInCU: 0x374, offset: 0x1771BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfC', symObjAddr: 0x604, symBinAddr: 0x186158, symSize: 0xFC }
+ - { offsetInCU: 0x399, offset: 0x1771E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfc', symObjAddr: 0x744, symBinAddr: 0x186254, symSize: 0x2C }
+ - { offsetInCU: 0x412, offset: 0x17725B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfcTo', symObjAddr: 0x770, symBinAddr: 0x186280, symSize: 0x50 }
+ - { offsetInCU: 0x46F, offset: 0x1772B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfC', symObjAddr: 0x7C0, symBinAddr: 0x1862D0, symSize: 0x154 }
+ - { offsetInCU: 0x494, offset: 0x1772DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfc', symObjAddr: 0x914, symBinAddr: 0x186424, symSize: 0x2C }
+ - { offsetInCU: 0x51D, offset: 0x177366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfcTo', symObjAddr: 0x940, symBinAddr: 0x186450, symSize: 0x60 }
+ - { offsetInCU: 0x57A, offset: 0x1773C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfC', symObjAddr: 0x9A0, symBinAddr: 0x1864B0, symSize: 0x12C }
+ - { offsetInCU: 0x59F, offset: 0x1773E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfc', symObjAddr: 0xACC, symBinAddr: 0x1865DC, symSize: 0x2C }
+ - { offsetInCU: 0x628, offset: 0x177471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfcTo', symObjAddr: 0xAF8, symBinAddr: 0x186608, symSize: 0x68 }
+ - { offsetInCU: 0x685, offset: 0x1774CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCAEycfc', symObjAddr: 0xB9C, symBinAddr: 0x1866AC, symSize: 0x2C }
+ - { offsetInCU: 0x6E8, offset: 0x177531, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCAEycfcTo', symObjAddr: 0xBC8, symBinAddr: 0x1866D8, symSize: 0x2C }
+ - { offsetInCU: 0x768, offset: 0x1775B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCfETo', symObjAddr: 0xC04, symBinAddr: 0x186714, symSize: 0x50 }
+ - { offsetInCU: 0x797, offset: 0x1775E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvg', symObjAddr: 0xC54, symBinAddr: 0x186764, symSize: 0x48 }
+ - { offsetInCU: 0x7C6, offset: 0x17760F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvs', symObjAddr: 0xC9C, symBinAddr: 0x1867AC, symSize: 0x50 }
+ - { offsetInCU: 0x805, offset: 0x17764E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvM', symObjAddr: 0xCEC, symBinAddr: 0x1867FC, symSize: 0x44 }
+ - { offsetInCU: 0x834, offset: 0x17767D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC10loopPlayerAC0dG0CSgvM', symObjAddr: 0xD48, symBinAddr: 0x186858, symSize: 0x44 }
+ - { offsetInCU: 0x863, offset: 0x1776AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC12effectPlayerAC0dG0CSgvM', symObjAddr: 0xE3C, symBinAddr: 0x18694C, symSize: 0x44 }
+ - { offsetInCU: 0x892, offset: 0x1776DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0Sbvg', symObjAddr: 0xE80, symBinAddr: 0x186990, symSize: 0x44 }
+ - { offsetInCU: 0x8C1, offset: 0x17770A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0Sbvs', symObjAddr: 0xEC4, symBinAddr: 0x1869D4, symSize: 0x48 }
+ - { offsetInCU: 0x8FC, offset: 0x177745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0SbvM', symObjAddr: 0xF0C, symBinAddr: 0x186A1C, symSize: 0x44 }
+ - { offsetInCU: 0x92B, offset: 0x177774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0SbvM.resume.0', symObjAddr: 0xF50, symBinAddr: 0x186A60, symSize: 0x4 }
+ - { offsetInCU: 0x983, offset: 0x1777CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCACycfc', symObjAddr: 0xF54, symBinAddr: 0x186A64, symSize: 0xF8 }
+ - { offsetInCU: 0xA04, offset: 0x17784D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCACycfcTo', symObjAddr: 0x104C, symBinAddr: 0x186B5C, symSize: 0x20 }
+ - { offsetInCU: 0xA20, offset: 0x177869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC8playLoop_12forceSpeakeryAA0D4TypeO_SbSgtF', symObjAddr: 0x106C, symBinAddr: 0x186B7C, symSize: 0x2B0 }
+ - { offsetInCU: 0xB6C, offset: 0x1779B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC10playEffect_12forceSpeakeryAA0D4TypeO_SbSgtF', symObjAddr: 0x131C, symBinAddr: 0x186E2C, symSize: 0x2AC }
+ - { offsetInCU: 0xCB8, offset: 0x177B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC04playD033_9EAAA29EB0632003E6E11FAAEEC349D5LL3url9soundType7looping12forceSpeakery10Foundation3URLV_AA0dO0OS2bSgtF', symObjAddr: 0x15C8, symBinAddr: 0x1870D8, symSize: 0x560 }
+ - { offsetInCU: 0xEFD, offset: 0x177D46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC04stopD07loopingySb_tF', symObjAddr: 0x1B28, symBinAddr: 0x187638, symSize: 0x1C8 }
+ - { offsetInCU: 0xFF8, offset: 0x177E41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF', symObjAddr: 0x1CF0, symBinAddr: 0x187800, symSize: 0x4 }
+ - { offsetInCU: 0x101B, offset: 0x177E64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtFTo', symObjAddr: 0x1CF4, symBinAddr: 0x187804, symSize: 0x50 }
+ - { offsetInCU: 0x105C, offset: 0x177EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC18handleInterruption33_9EAAA29EB0632003E6E11FAAEEC349D5LL12notificationy10Foundation12NotificationV_tFTo', symObjAddr: 0x1D44, symBinAddr: 0x187854, symSize: 0x94 }
+ - { offsetInCU: 0x108E, offset: 0x177ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtFTf4ndn_n', symObjAddr: 0x1F2C, symBinAddr: 0x18798C, symSize: 0x184 }
+ - { offsetInCU: 0x11A9, offset: 0x177FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC18handleInterruption33_9EAAA29EB0632003E6E11FAAEEC349D5LL12notificationy10Foundation12NotificationV_tFTf4nd_n', symObjAddr: 0x26A4, symBinAddr: 0x188104, symSize: 0x2F4 }
+ - { offsetInCU: 0x135D, offset: 0x1781A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMa', symObjAddr: 0x3E0, symBinAddr: 0x185F34, symSize: 0x3C }
+ - { offsetInCU: 0x149F, offset: 0x1782E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCfETo', symObjAddr: 0x1E14, symBinAddr: 0x187924, symSize: 0x48 }
+ - { offsetInCU: 0x14CE, offset: 0x178317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCMa', symObjAddr: 0x1E5C, symBinAddr: 0x18796C, symSize: 0x20 }
+ - { offsetInCU: 0x14E2, offset: 0x17832B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASQWb', symObjAddr: 0x20B0, symBinAddr: 0x187B10, symSize: 0x4 }
+ - { offsetInCU: 0x14F6, offset: 0x17833F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOACSQAAWl', symObjAddr: 0x20B4, symBinAddr: 0x187B14, symSize: 0x44 }
+ - { offsetInCU: 0x150A, offset: 0x178353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOMa', symObjAddr: 0x23A8, symBinAddr: 0x187E08, symSize: 0x10 }
+ - { offsetInCU: 0x151E, offset: 0x178367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMU', symObjAddr: 0x2584, symBinAddr: 0x187FE4, symSize: 0x8 }
+ - { offsetInCU: 0x1532, offset: 0x17837B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMr', symObjAddr: 0x258C, symBinAddr: 0x187FEC, symSize: 0x84 }
+ - { offsetInCU: 0x1571, offset: 0x1783BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24, symBinAddr: 0x185B78, symSize: 0x14 }
+ - { offsetInCU: 0x1602, offset: 0x17844B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x38, symBinAddr: 0x185B8C, symSize: 0x44 }
+ - { offsetInCU: 0x16B1, offset: 0x1784FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7C, symBinAddr: 0x185BD0, symSize: 0x28 }
+ - { offsetInCU: 0x1704, offset: 0x17854D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x185BF8, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x178A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvg', symObjAddr: 0x0, symBinAddr: 0x188444, symSize: 0x4C }
+ - { offsetInCU: 0x67, offset: 0x178A3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvs', symObjAddr: 0xB0, symBinAddr: 0x188490, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0x178A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvM', symObjAddr: 0x158, symBinAddr: 0x1884E0, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x178A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvg', symObjAddr: 0x194, symBinAddr: 0x18851C, symSize: 0x44 }
+ - { offsetInCU: 0xBB, offset: 0x178A93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvs', symObjAddr: 0x1D8, symBinAddr: 0x188560, symSize: 0x44 }
+ - { offsetInCU: 0xD7, offset: 0x178AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvM', symObjAddr: 0x21C, symBinAddr: 0x1885A4, symSize: 0x3C }
+ - { offsetInCU: 0x11D, offset: 0x178AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0x258, symBinAddr: 0x1885E0, symSize: 0x84 }
+ - { offsetInCU: 0x15A, offset: 0x178B32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0x2DC, symBinAddr: 0x188664, symSize: 0x70 }
+ - { offsetInCU: 0x1AD, offset: 0x178B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keyACSo9SecKeyRefa_tcfC', symObjAddr: 0x34C, symBinAddr: 0x1886D4, symSize: 0x78 }
+ - { offsetInCU: 0x1F2, offset: 0x178BCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keyACSo9SecKeyRefa_tcfc', symObjAddr: 0x3C4, symBinAddr: 0x18874C, symSize: 0x64 }
+ - { offsetInCU: 0x21B, offset: 0x178BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCfd', symObjAddr: 0x428, symBinAddr: 0x1887B0, symSize: 0x24 }
+ - { offsetInCU: 0x256, offset: 0x178C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCfD', symObjAddr: 0x44C, symBinAddr: 0x1887D4, symSize: 0x2C }
+ - { offsetInCU: 0x2B7, offset: 0x178C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvg', symObjAddr: 0x478, symBinAddr: 0x188800, symSize: 0x30 }
+ - { offsetInCU: 0x2D3, offset: 0x178CAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvs', symObjAddr: 0x4A8, symBinAddr: 0x188830, symSize: 0x3C }
+ - { offsetInCU: 0x2EF, offset: 0x178CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvM', symObjAddr: 0x4E4, symBinAddr: 0x18886C, symSize: 0x3C }
+ - { offsetInCU: 0x30B, offset: 0x178CE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvM.resume.0', symObjAddr: 0x520, symBinAddr: 0x1888A8, symSize: 0x4 }
+ - { offsetInCU: 0x327, offset: 0x178CFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvg', symObjAddr: 0x524, symBinAddr: 0x1888AC, symSize: 0x30 }
+ - { offsetInCU: 0x343, offset: 0x178D1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvs', symObjAddr: 0x554, symBinAddr: 0x1888DC, symSize: 0x3C }
+ - { offsetInCU: 0x35F, offset: 0x178D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvM', symObjAddr: 0x590, symBinAddr: 0x188918, symSize: 0x3C }
+ - { offsetInCU: 0x37B, offset: 0x178D53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvg', symObjAddr: 0x5CC, symBinAddr: 0x188954, symSize: 0x30 }
+ - { offsetInCU: 0x397, offset: 0x178D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvs', symObjAddr: 0x5FC, symBinAddr: 0x188984, symSize: 0x3C }
+ - { offsetInCU: 0x3B3, offset: 0x178D8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvM', symObjAddr: 0x638, symBinAddr: 0x1889C0, symSize: 0x3C }
+ - { offsetInCU: 0x3CF, offset: 0x178DA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvg', symObjAddr: 0x674, symBinAddr: 0x1889FC, symSize: 0x34 }
+ - { offsetInCU: 0x3EB, offset: 0x178DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvs', symObjAddr: 0x6A8, symBinAddr: 0x188A30, symSize: 0x44 }
+ - { offsetInCU: 0x407, offset: 0x178DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvM', symObjAddr: 0x6EC, symBinAddr: 0x188A74, symSize: 0x3C }
+ - { offsetInCU: 0x423, offset: 0x178DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvg', symObjAddr: 0x728, symBinAddr: 0x188AB0, symSize: 0x34 }
+ - { offsetInCU: 0x43F, offset: 0x178E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvs', symObjAddr: 0x75C, symBinAddr: 0x188AE4, symSize: 0x44 }
+ - { offsetInCU: 0x45B, offset: 0x178E33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvM', symObjAddr: 0x7A0, symBinAddr: 0x188B28, symSize: 0x3C }
+ - { offsetInCU: 0x477, offset: 0x178E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvg', symObjAddr: 0x7DC, symBinAddr: 0x188B64, symSize: 0x30 }
+ - { offsetInCU: 0x493, offset: 0x178E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvs', symObjAddr: 0x80C, symBinAddr: 0x188B94, symSize: 0x3C }
+ - { offsetInCU: 0x4AF, offset: 0x178E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvM', symObjAddr: 0x848, symBinAddr: 0x188BD0, symSize: 0x3C }
+ - { offsetInCU: 0x4EB, offset: 0x178EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysACSb_tcfC', symObjAddr: 0x884, symBinAddr: 0x188C0C, symSize: 0x31C }
+ - { offsetInCU: 0x7B2, offset: 0x17918A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfC', symObjAddr: 0xBC0, symBinAddr: 0x188F48, symSize: 0x4C }
+ - { offsetInCU: 0x7FF, offset: 0x1791D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_Sbtcfc', symObjAddr: 0xC0C, symBinAddr: 0x188F94, symSize: 0x484 }
+ - { offsetInCU: 0xAC9, offset: 0x1794A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfcyyYbcfU_', symObjAddr: 0x1090, symBinAddr: 0x189418, symSize: 0x94 }
+ - { offsetInCU: 0xB2E, offset: 0x179506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isValid_6domainSbSo11SecTrustRefa_SSSgtF', symObjAddr: 0x1124, symBinAddr: 0x1894AC, symSize: 0xAC0 }
+ - { offsetInCU: 0x1389, offset: 0x179D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16extractPublicKeyySo03SecG3RefaSg10Foundation4DataVF', symObjAddr: 0x1C14, symBinAddr: 0x189F9C, symSize: 0x80 }
+ - { offsetInCU: 0x13DF, offset: 0x179DB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16extractPublicKey_6policySo03SecG3RefaSgSo0i11CertificateJ0a_So0i6PolicyJ0atF', symObjAddr: 0x1C94, symBinAddr: 0x18A01C, symSize: 0xA0 }
+ - { offsetInCU: 0x146E, offset: 0x179E46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16certificateChainySay10Foundation4DataVGSo11SecTrustRefaF', symObjAddr: 0x1D34, symBinAddr: 0x18A0BC, symSize: 0x84 }
+ - { offsetInCU: 0x150E, offset: 0x179EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC14publicKeyChainySaySo03SecF3RefaGSo0h5TrustI0aF', symObjAddr: 0x1DB8, symBinAddr: 0x18A140, symSize: 0xD0 }
+ - { offsetInCU: 0x15F0, offset: 0x179FC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCfd', symObjAddr: 0x1E88, symBinAddr: 0x18A210, symSize: 0x24 }
+ - { offsetInCU: 0x162B, offset: 0x17A003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCfD', symObjAddr: 0x1EAC, symBinAddr: 0x18A234, symSize: 0x2C }
+ - { offsetInCU: 0x166E, offset: 0x17A046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCAA17SSLTrustValidatorA2aDP7isValid_6domainSbSo11SecTrustRefa_SSSgtFTW', symObjAddr: 0x1ED8, symBinAddr: 0x18A260, symSize: 0x2C }
+ - { offsetInCU: 0x17BC, offset: 0x17A194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCMa', symObjAddr: 0xBA0, symBinAddr: 0x188F28, symSize: 0x20 }
+ - { offsetInCU: 0x1ABB, offset: 0x17A493, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV2eeoiySbAC_ACtFZSbSWXEfU_', symObjAddr: 0x1F04, symBinAddr: 0x18A28C, symSize: 0x1F8 }
+ - { offsetInCU: 0x1B06, offset: 0x17A4DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfcyyYbcfU_TA', symObjAddr: 0x2174, symBinAddr: 0x18A4C0, symSize: 0x8 }
+ - { offsetInCU: 0x1B1A, offset: 0x17A4F2, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x217C, symBinAddr: 0x18A4C8, symSize: 0x10 }
+ - { offsetInCU: 0x1B2E, offset: 0x17A506, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x218C, symBinAddr: 0x18A4D8, symSize: 0x8 }
+ - { offsetInCU: 0x1BDC, offset: 0x17A5B4, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV24storesOnlyElementsOfTypeySbqd__mlFSo9SecKeyRefa_yXlTg5Tf4dn_n', symObjAddr: 0x27F8, symBinAddr: 0x18AAB0, symSize: 0x68 }
+ - { offsetInCU: 0x1C1E, offset: 0x17A5F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCMa', symObjAddr: 0x2BF4, symBinAddr: 0x18AEAC, symSize: 0x20 }
+ - { offsetInCU: 0x1E10, offset: 0x17A7E8, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSay13SendBirdCalls7SSLCertCG_SaySo9SecKeyRefaGTg504$s13cd48Calls11SSLSecurityC5certs13usePublicKeysACSayAA7f23CG_SbtcfcyyYbcfU_SaySo9gH16RefaGAK_AGtXEfU_AD0L0CTf1ncn_nTf4nng_n', symObjAddr: 0x2268, symBinAddr: 0x18A520, symSize: 0x284 }
+ - { offsetInCU: 0x20BA, offset: 0x17AA92, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSnySiG_SaySo9SecKeyRefaGTg5039$s13SendBirdCalls11SSLSecurityC14publicd13ChainySaySo03C33F3RefaGSo0h5TrustI0aFA2G_SitXEfU_So0crE0a0gH5Calls0J0CSo0c6PolicyE0aTf1ncn_nTf4nnggg_n', symObjAddr: 0x24EC, symBinAddr: 0x18A7A4, symSize: 0x1B0 }
+ - { offsetInCU: 0x229B, offset: 0x17AC73, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSnySiG_Say10Foundation4DataVGTg5066$s13SendBirdCalls11SSLSecurityC16certificateChainySay10Foundation4D31VGSo11SecTrustRefaFA2H_SitXEfU_So0oP3RefaTf1ncn_nTf4nng_n', symObjAddr: 0x269C, symBinAddr: 0x18A954, symSize: 0x15C }
+ - { offsetInCU: 0x27, offset: 0x17B21B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x18B010, symSize: 0xA8 }
+ - { offsetInCU: 0x6C, offset: 0x17B260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x18B010, symSize: 0xA8 }
+ - { offsetInCU: 0x10B, offset: 0x17B2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x128, symBinAddr: 0x18B0F8, symSize: 0x28 }
+ - { offsetInCU: 0x12C, offset: 0x17B320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x150, symBinAddr: 0x18B120, symSize: 0x40 }
+ - { offsetInCU: 0x15D, offset: 0x17B351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x18B160, symSize: 0x4 }
+ - { offsetInCU: 0x179, offset: 0x17B36D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x194, symBinAddr: 0x18B164, symSize: 0x4 }
+ - { offsetInCU: 0x195, offset: 0x17B389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x198, symBinAddr: 0x18B168, symSize: 0x8 }
+ - { offsetInCU: 0x1A9, offset: 0x17B39D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A0, symBinAddr: 0x18B170, symSize: 0x4 }
+ - { offsetInCU: 0x1F5, offset: 0x17B3E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x254, symBinAddr: 0x18B1E0, symSize: 0x40 }
+ - { offsetInCU: 0x22C, offset: 0x17B420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x3B0, symBinAddr: 0x18B2F8, symSize: 0x8 }
+ - { offsetInCU: 0x257, offset: 0x17B44B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3B8, symBinAddr: 0x18B300, symSize: 0x8 }
+ - { offsetInCU: 0x289, offset: 0x17B47D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x44C, symBinAddr: 0x18B394, symSize: 0x4 }
+ - { offsetInCU: 0x2AD, offset: 0x17B4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultType_WZ', symObjAddr: 0xE8, symBinAddr: 0x18B0B8, symSize: 0x4 }
+ - { offsetInCU: 0x2C7, offset: 0x17B4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0xEC, symBinAddr: 0x18B0BC, symSize: 0x3C }
+ - { offsetInCU: 0x2EC, offset: 0x17B4E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15RoomRequestableAAWI', symObjAddr: 0x1A4, symBinAddr: 0x18B174, symSize: 0x24 }
+ - { offsetInCU: 0x300, offset: 0x17B4F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1C8, symBinAddr: 0x18B198, symSize: 0x44 }
+ - { offsetInCU: 0x314, offset: 0x17B508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x20C, symBinAddr: 0x18B1DC, symSize: 0x4 }
+ - { offsetInCU: 0x328, offset: 0x17B51C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA14APIRequestableAAWI', symObjAddr: 0x294, symBinAddr: 0x18B220, symSize: 0x24 }
+ - { offsetInCU: 0x33C, offset: 0x17B530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA11RequestableAAWI', symObjAddr: 0x2FC, symBinAddr: 0x18B244, symSize: 0x2C }
+ - { offsetInCU: 0x350, offset: 0x17B544, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA0F0AAWl', symObjAddr: 0x328, symBinAddr: 0x18B270, symSize: 0x44 }
+ - { offsetInCU: 0x364, offset: 0x17B558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x36C, symBinAddr: 0x18B2B4, symSize: 0x44 }
+ - { offsetInCU: 0x378, offset: 0x17B56C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0AAWI', symObjAddr: 0x3C0, symBinAddr: 0x18B308, symSize: 0x24 }
+ - { offsetInCU: 0x38C, offset: 0x17B580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVACSEAAWl', symObjAddr: 0x3E4, symBinAddr: 0x18B32C, symSize: 0x44 }
+ - { offsetInCU: 0x3A0, offset: 0x17B594, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x428, symBinAddr: 0x18B370, symSize: 0x24 }
+ - { offsetInCU: 0x3B4, offset: 0x17B5A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwCP', symObjAddr: 0x450, symBinAddr: 0x18B398, symSize: 0x34 }
+ - { offsetInCU: 0x3C8, offset: 0x17B5BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwxx', symObjAddr: 0x484, symBinAddr: 0x18B3CC, symSize: 0x8 }
+ - { offsetInCU: 0x3DC, offset: 0x17B5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwcp', symObjAddr: 0x48C, symBinAddr: 0x18B3D4, symSize: 0x34 }
+ - { offsetInCU: 0x3F0, offset: 0x17B5E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwca', symObjAddr: 0x4C0, symBinAddr: 0x18B408, symSize: 0x40 }
+ - { offsetInCU: 0x404, offset: 0x17B5F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwta', symObjAddr: 0x50C, symBinAddr: 0x18B448, symSize: 0x38 }
+ - { offsetInCU: 0x418, offset: 0x17B60C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwet', symObjAddr: 0x544, symBinAddr: 0x18B480, symSize: 0x48 }
+ - { offsetInCU: 0x42C, offset: 0x17B620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwst', symObjAddr: 0x58C, symBinAddr: 0x18B4C8, symSize: 0x3C }
+ - { offsetInCU: 0x440, offset: 0x17B634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVMa', symObjAddr: 0x5C8, symBinAddr: 0x18B504, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x17B861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC18calleeDeliveryInfoAA0iJ0VSgvg', symObjAddr: 0x0, symBinAddr: 0x18B518, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x17B885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC18calleeDeliveryInfoAA0iJ0VSgvg', symObjAddr: 0x0, symBinAddr: 0x18B518, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x17B8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC12receivedTypeAA0fI0OSgvg', symObjAddr: 0x54, symBinAddr: 0x18B558, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x17B8BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x84, symBinAddr: 0x18B588, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x17B8E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xCC, symBinAddr: 0x18B5D0, symSize: 0x2C0 }
+ - { offsetInCU: 0x199, offset: 0x17B9D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfo014calleeDeliveryN008receivedI0AcA0G5TypesO10DirectCallO_S2SAA0pN0VAoA0fI0OSgtcfC', symObjAddr: 0x5A8, symBinAddr: 0x18B8C0, symSize: 0xF4 }
+ - { offsetInCU: 0x24C, offset: 0x17BA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfo014calleeDeliveryN008receivedI0AcA0G5TypesO10DirectCallO_S2SAA0pN0VAoA0fI0OSgtcfc', symObjAddr: 0x69C, symBinAddr: 0x18B9B4, symSize: 0xC4 }
+ - { offsetInCU: 0x333, offset: 0x17BB6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x760, symBinAddr: 0x18BA78, symSize: 0x2C }
+ - { offsetInCU: 0x392, offset: 0x17BBCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x78C, symBinAddr: 0x18BAA4, symSize: 0x2C }
+ - { offsetInCU: 0x3EF, offset: 0x17BC29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfd', symObjAddr: 0x7D4, symBinAddr: 0x18BAEC, symSize: 0x3C }
+ - { offsetInCU: 0x440, offset: 0x17BC7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfD', symObjAddr: 0x810, symBinAddr: 0x18BB28, symSize: 0x44 }
+ - { offsetInCU: 0x49A, offset: 0x17BCD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSgWOy', symObjAddr: 0x30, symBinAddr: 0x18B548, symSize: 0x10 }
+ - { offsetInCU: 0x4AE, offset: 0x17BCE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCMa', symObjAddr: 0x454, symBinAddr: 0x18B890, symSize: 0x20 }
+ - { offsetInCU: 0x4C2, offset: 0x17BCFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSgWOe', symObjAddr: 0x488, symBinAddr: 0x18B8B0, symSize: 0x10 }
+ - { offsetInCU: 0x593, offset: 0x17BDCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfE', symObjAddr: 0x7B8, symBinAddr: 0x18BAD0, symSize: 0x1C }
+ - { offsetInCU: 0x66, offset: 0x17C096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11stringValueAESSSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x18BB90, symSize: 0x98 }
+ - { offsetInCU: 0xC7, offset: 0x17C0F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11stringValueSSvg', symObjAddr: 0x98, symBinAddr: 0x18BC28, symSize: 0x60 }
+ - { offsetInCU: 0xF6, offset: 0x17C126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO8rawValueAESgSi_tcfC', symObjAddr: 0x430, symBinAddr: 0x18BFC0, symSize: 0x20 }
+ - { offsetInCU: 0x115, offset: 0x17C145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x52C, symBinAddr: 0x18C0BC, symSize: 0xC }
+ - { offsetInCU: 0x137, offset: 0x17C167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x52C, symBinAddr: 0x18C0BC, symSize: 0xC }
+ - { offsetInCU: 0x14C, offset: 0x17C17C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x52C, symBinAddr: 0x18C0BC, symSize: 0xC }
+ - { offsetInCU: 0x15E, offset: 0x17C18E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO8rawValueSivg', symObjAddr: 0x538, symBinAddr: 0x18C0C8, symSize: 0x4 }
+ - { offsetInCU: 0x1A1, offset: 0x17C1D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x5FC, symBinAddr: 0x18C18C, symSize: 0x2C }
+ - { offsetInCU: 0x1D2, offset: 0x17C202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x628, symBinAddr: 0x18C1B8, symSize: 0xC }
+ - { offsetInCU: 0x20D, offset: 0x17C23D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout07isVideoE011callOptions11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSbAA0eP0CSDyS2SGAA05StatsT0VtcfC', symObjAddr: 0xF8, symBinAddr: 0x18BC88, symSize: 0xC8 }
+ - { offsetInCU: 0x31A, offset: 0x17C34A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout6callId6caller6callee07isVideoE00M7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSSAA0dE4UserCSgA5_SbAA0eS0CAA04TurnU0CSgSayAA10CapabilityOGSgSDyS2SGAA18StatsConfigurationVtcfC', symObjAddr: 0x1C0, symBinAddr: 0x18BD50, symSize: 0xE0 }
+ - { offsetInCU: 0x45C, offset: 0x17C48C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfC', symObjAddr: 0x450, symBinAddr: 0x18BFE0, symSize: 0xDC }
+ - { offsetInCU: 0x499, offset: 0x17C4C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvgTo', symObjAddr: 0x634, symBinAddr: 0x18C1C4, symSize: 0x68 }
+ - { offsetInCU: 0x4D6, offset: 0x17C506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvg', symObjAddr: 0x69C, symBinAddr: 0x18C22C, symSize: 0x54 }
+ - { offsetInCU: 0x51F, offset: 0x17C54F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvsTo', symObjAddr: 0x6F0, symBinAddr: 0x18C280, symSize: 0x68 }
+ - { offsetInCU: 0x566, offset: 0x17C596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvs', symObjAddr: 0x758, symBinAddr: 0x18C2E8, symSize: 0x5C }
+ - { offsetInCU: 0x58F, offset: 0x17C5BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvM', symObjAddr: 0x7B4, symBinAddr: 0x18C344, symSize: 0x44 }
+ - { offsetInCU: 0x5DC, offset: 0x17C60C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callUUID10Foundation0G0VSgvgTo', symObjAddr: 0x7F8, symBinAddr: 0x18C388, symSize: 0xE4 }
+ - { offsetInCU: 0x611, offset: 0x17C641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callUUID10Foundation0G0VSgvg', symObjAddr: 0x8DC, symBinAddr: 0x18C46C, symSize: 0x48 }
+ - { offsetInCU: 0x64E, offset: 0x17C67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8clientIdSSvgTo', symObjAddr: 0x924, symBinAddr: 0x18C4B4, symSize: 0x4C }
+ - { offsetInCU: 0x689, offset: 0x17C6B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8clientIdSSvg', symObjAddr: 0x970, symBinAddr: 0x18C500, symSize: 0x38 }
+ - { offsetInCU: 0x6A8, offset: 0x17C6D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callerAA0dE4UserCSgvM', symObjAddr: 0x9D8, symBinAddr: 0x18C568, symSize: 0x44 }
+ - { offsetInCU: 0x6D7, offset: 0x17C707, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6calleeAA0dE4UserCSgvM', symObjAddr: 0xB88, symBinAddr: 0x18C718, symSize: 0x44 }
+ - { offsetInCU: 0x724, offset: 0x17C754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11customItemsSDyS2SGvgTo', symObjAddr: 0xBCC, symBinAddr: 0x18C75C, symSize: 0xA0 }
+ - { offsetInCU: 0x759, offset: 0x17C789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11customItemsSDyS2SGvg', symObjAddr: 0xC6C, symBinAddr: 0x18C7FC, symSize: 0x5C }
+ - { offsetInCU: 0x796, offset: 0x17C7C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10remoteUserAA0deG0CSgvgTo', symObjAddr: 0xCC8, symBinAddr: 0x18C858, symSize: 0x7C }
+ - { offsetInCU: 0x7C9, offset: 0x17C7F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10remoteUserAA0deG0CSgvg', symObjAddr: 0xD44, symBinAddr: 0x18C8D4, symSize: 0x54 }
+ - { offsetInCU: 0x806, offset: 0x17C836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9localUserAA0deG0CSgvgTo', symObjAddr: 0xD98, symBinAddr: 0x18C928, symSize: 0x7C }
+ - { offsetInCU: 0x839, offset: 0x17C869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9localUserAA0deG0CSgvg', symObjAddr: 0xE14, symBinAddr: 0x18C9A4, symSize: 0x54 }
+ - { offsetInCU: 0x858, offset: 0x17C888, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6myRoleAC04UserG0OvM', symObjAddr: 0xE98, symBinAddr: 0x18CA28, symSize: 0x44 }
+ - { offsetInCU: 0x8A5, offset: 0x17C8D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7callLogAA0deG0CSgvgTo', symObjAddr: 0xEDC, symBinAddr: 0x18CA6C, symSize: 0x80 }
+ - { offsetInCU: 0x8D8, offset: 0x17C908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7callLogAA0deG0CSgvg', symObjAddr: 0xF5C, symBinAddr: 0x18CAEC, symSize: 0x54 }
+ - { offsetInCU: 0x915, offset: 0x17C945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvgTo', symObjAddr: 0xFB0, symBinAddr: 0x18CB40, symSize: 0x48 }
+ - { offsetInCU: 0x952, offset: 0x17C982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0Cvg', symObjAddr: 0xFF8, symBinAddr: 0x18CB88, symSize: 0x44 }
+ - { offsetInCU: 0x99B, offset: 0x17C9CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvsTo', symObjAddr: 0x103C, symBinAddr: 0x18CBCC, symSize: 0x64 }
+ - { offsetInCU: 0x9E0, offset: 0x17CA10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0Cvs', symObjAddr: 0x10A0, symBinAddr: 0x18CC30, symSize: 0x50 }
+ - { offsetInCU: 0xA09, offset: 0x17CA39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvM', symObjAddr: 0x10F0, symBinAddr: 0x18CC80, symSize: 0x44 }
+ - { offsetInCU: 0xA38, offset: 0x17CA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvM.resume.0', symObjAddr: 0x1134, symBinAddr: 0x18CCC4, symSize: 0x4 }
+ - { offsetInCU: 0xA81, offset: 0x17CAB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedByAA0dE4UserCSgvgTo', symObjAddr: 0x1138, symBinAddr: 0x18CCC8, symSize: 0x78 }
+ - { offsetInCU: 0xAB6, offset: 0x17CAE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedByAA0dE4UserCSgvg', symObjAddr: 0x11B0, symBinAddr: 0x18CD40, symSize: 0x5C }
+ - { offsetInCU: 0xAF3, offset: 0x17CB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9endResultAA0de3EndG0OvgTo', symObjAddr: 0x120C, symBinAddr: 0x18CD9C, symSize: 0x78 }
+ - { offsetInCU: 0xB28, offset: 0x17CB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9endResultAA0de3EndG0Ovg', symObjAddr: 0x1284, symBinAddr: 0x18CE14, symSize: 0x5C }
+ - { offsetInCU: 0xB65, offset: 0x17CB95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEndedSbvgTo', symObjAddr: 0x12E0, symBinAddr: 0x18CE70, symSize: 0xB4 }
+ - { offsetInCU: 0xC17, offset: 0x17CC47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEndedSbvg', symObjAddr: 0x1394, symBinAddr: 0x18CF24, symSize: 0x98 }
+ - { offsetInCU: 0xCD1, offset: 0x17CD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9isOngoingSbvgTo', symObjAddr: 0x142C, symBinAddr: 0x18CFBC, symSize: 0x5C }
+ - { offsetInCU: 0xD04, offset: 0x17CD34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9isOngoingSbvg', symObjAddr: 0x1488, symBinAddr: 0x18D018, symSize: 0x34 }
+ - { offsetInCU: 0xD3F, offset: 0x17CD6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9startedAts5Int64VvgTo', symObjAddr: 0x14BC, symBinAddr: 0x18D04C, symSize: 0x78 }
+ - { offsetInCU: 0xD74, offset: 0x17CDA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9startedAts5Int64Vvg', symObjAddr: 0x1534, symBinAddr: 0x18D0C4, symSize: 0x5C }
+ - { offsetInCU: 0xDB1, offset: 0x17CDE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedAts5Int64VvgTo', symObjAddr: 0x1590, symBinAddr: 0x18D120, symSize: 0x78 }
+ - { offsetInCU: 0xDE6, offset: 0x17CE16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedAts5Int64Vvg', symObjAddr: 0x1608, symBinAddr: 0x18D198, symSize: 0x5C }
+ - { offsetInCU: 0xE05, offset: 0x17CE35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8durations5Int64VvgTo', symObjAddr: 0x1664, symBinAddr: 0x18D1F4, symSize: 0x38 }
+ - { offsetInCU: 0xE21, offset: 0x17CE51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8durations5Int64Vvg', symObjAddr: 0x169C, symBinAddr: 0x18D22C, symSize: 0x160 }
+ - { offsetInCU: 0xF00, offset: 0x17CF30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callInfoAA0eG0CvM', symObjAddr: 0x1814, symBinAddr: 0x18D3A4, symSize: 0x44 }
+ - { offsetInCU: 0xF4D, offset: 0x17CF7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteAudioEnabledSbvgTo', symObjAddr: 0x1858, symBinAddr: 0x18D3E8, symSize: 0xA0 }
+ - { offsetInCU: 0xF82, offset: 0x17CFB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteAudioEnabledSbvg', symObjAddr: 0x18F8, symBinAddr: 0x18D488, symSize: 0x7C }
+ - { offsetInCU: 0xFBF, offset: 0x17CFEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalAudioEnabledSbvgTo', symObjAddr: 0x1974, symBinAddr: 0x18D504, symSize: 0xA0 }
+ - { offsetInCU: 0xFF4, offset: 0x17D024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalAudioEnabledSbvg', symObjAddr: 0x1A14, symBinAddr: 0x18D5A4, symSize: 0x7C }
+ - { offsetInCU: 0x1031, offset: 0x17D061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoViewAA0abgH0CSgvgTo', symObjAddr: 0x1A90, symBinAddr: 0x18D620, symSize: 0x70 }
+ - { offsetInCU: 0x1066, offset: 0x17D096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoViewAA0abgH0CSgvg', symObjAddr: 0x1B00, symBinAddr: 0x18D690, symSize: 0x54 }
+ - { offsetInCU: 0x10A3, offset: 0x17D0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoViewAA0abgH0CSgvgTo', symObjAddr: 0x1B54, symBinAddr: 0x18D6E4, symSize: 0x70 }
+ - { offsetInCU: 0x10D8, offset: 0x17D108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoViewAA0abgH0CSgvg', symObjAddr: 0x1BC4, symBinAddr: 0x18D754, symSize: 0x54 }
+ - { offsetInCU: 0x1117, offset: 0x17D147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalVideoEnabledSbvgTo', symObjAddr: 0x1C18, symBinAddr: 0x18D7A8, symSize: 0xA0 }
+ - { offsetInCU: 0x114D, offset: 0x17D17D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalVideoEnabledSbvg', symObjAddr: 0x1CB8, symBinAddr: 0x18D848, symSize: 0x7C }
+ - { offsetInCU: 0x118C, offset: 0x17D1BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteVideoEnabledSbvgTo', symObjAddr: 0x1D34, symBinAddr: 0x18D8C4, symSize: 0xA0 }
+ - { offsetInCU: 0x11C2, offset: 0x17D1F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteVideoEnabledSbvg', symObjAddr: 0x1DD4, symBinAddr: 0x18D964, symSize: 0x7C }
+ - { offsetInCU: 0x11E1, offset: 0x17D211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10wasRelayedSbvM', symObjAddr: 0x1E80, symBinAddr: 0x18DA10, symSize: 0x44 }
+ - { offsetInCU: 0x1232, offset: 0x17D262, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8isOnHoldSbvgTo', symObjAddr: 0x1EC4, symBinAddr: 0x18DA54, symSize: 0x68 }
+ - { offsetInCU: 0x128B, offset: 0x17D2BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8isOnHoldSbvg', symObjAddr: 0x1F2C, symBinAddr: 0x18DABC, symSize: 0x44 }
+ - { offsetInCU: 0x12ED, offset: 0x17D31D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvgTo', symObjAddr: 0x1F70, symBinAddr: 0x18DB00, symSize: 0x70 }
+ - { offsetInCU: 0x1358, offset: 0x17D388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvsTo', symObjAddr: 0x1FEC, symBinAddr: 0x18DB7C, symSize: 0xA8 }
+ - { offsetInCU: 0x1394, offset: 0x17D3C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvs', symObjAddr: 0x2094, symBinAddr: 0x18DC24, symSize: 0x74 }
+ - { offsetInCU: 0x13BD, offset: 0x17D3ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvW', symObjAddr: 0x2108, symBinAddr: 0x18DC98, symSize: 0x794 }
+ - { offsetInCU: 0x1649, offset: 0x17D679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvM', symObjAddr: 0x289C, symBinAddr: 0x18E42C, symSize: 0x74 }
+ - { offsetInCU: 0x167A, offset: 0x17D6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvM.resume.0', symObjAddr: 0x2910, symBinAddr: 0x18E4A0, symSize: 0x98 }
+ - { offsetInCU: 0x16B3, offset: 0x17D6E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE0SbvM', symObjAddr: 0x29D8, symBinAddr: 0x18E568, symSize: 0x44 }
+ - { offsetInCU: 0x16E4, offset: 0x17D714, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15aliveTimerBoardAA07SBTimerH0CvM', symObjAddr: 0x2A34, symBinAddr: 0x18E5C4, symSize: 0x44 }
+ - { offsetInCU: 0x1735, offset: 0x17D765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0x2A78, symBinAddr: 0x18E608, symSize: 0x10 }
+ - { offsetInCU: 0x1755, offset: 0x17D785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0x2A78, symBinAddr: 0x18E608, symSize: 0x10 }
+ - { offsetInCU: 0x1773, offset: 0x17D7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x2A88, symBinAddr: 0x18E618, symSize: 0x10 }
+ - { offsetInCU: 0x1790, offset: 0x17D7C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7contextAC12StateManagerCvg', symObjAddr: 0x2A98, symBinAddr: 0x18E628, symSize: 0x10 }
+ - { offsetInCU: 0x17BF, offset: 0x17D7EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7serviceAA0aB7ServiceCvg', symObjAddr: 0x2AA8, symBinAddr: 0x18E638, symSize: 0x10 }
+ - { offsetInCU: 0x17EE, offset: 0x17D81E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0Ovg', symObjAddr: 0x2AB8, symBinAddr: 0x18E648, symSize: 0x44 }
+ - { offsetInCU: 0x181F, offset: 0x17D84F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0Ovs', symObjAddr: 0x2AFC, symBinAddr: 0x18E68C, symSize: 0x48 }
+ - { offsetInCU: 0x1861, offset: 0x17D891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0OvM', symObjAddr: 0x2B44, symBinAddr: 0x18E6D4, symSize: 0x44 }
+ - { offsetInCU: 0x18B2, offset: 0x17D8E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0CvgTo', symObjAddr: 0x2B88, symBinAddr: 0x18E718, symSize: 0x10 }
+ - { offsetInCU: 0x18D2, offset: 0x17D902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0CvgTo', symObjAddr: 0x2B88, symBinAddr: 0x18E718, symSize: 0x10 }
+ - { offsetInCU: 0x18F0, offset: 0x17D920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0Cvg', symObjAddr: 0x2B98, symBinAddr: 0x18E728, symSize: 0x10 }
+ - { offsetInCU: 0x192D, offset: 0x17D95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvgTo', symObjAddr: 0x2BA8, symBinAddr: 0x18E738, symSize: 0x48 }
+ - { offsetInCU: 0x196B, offset: 0x17D99B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvg', symObjAddr: 0x2BF0, symBinAddr: 0x18E780, symSize: 0x48 }
+ - { offsetInCU: 0x19B7, offset: 0x17D9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvsTo', symObjAddr: 0x2C38, symBinAddr: 0x18E7C8, symSize: 0x50 }
+ - { offsetInCU: 0x19FD, offset: 0x17DA2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvs', symObjAddr: 0x2C88, symBinAddr: 0x18E818, symSize: 0x58 }
+ - { offsetInCU: 0x1A26, offset: 0x17DA56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x2CE0, symBinAddr: 0x18E870, symSize: 0x70 }
+ - { offsetInCU: 0x1A57, offset: 0x17DA87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvg', symObjAddr: 0x2D64, symBinAddr: 0x18E8F4, symSize: 0x48 }
+ - { offsetInCU: 0x1A88, offset: 0x17DAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvs', symObjAddr: 0x2DAC, symBinAddr: 0x18E93C, symSize: 0x50 }
+ - { offsetInCU: 0x1ACA, offset: 0x17DAFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvM', symObjAddr: 0x2DFC, symBinAddr: 0x18E98C, symSize: 0x44 }
+ - { offsetInCU: 0x1AFB, offset: 0x17DB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvg', symObjAddr: 0x2E40, symBinAddr: 0x18E9D0, symSize: 0x30 }
+ - { offsetInCU: 0x1B1A, offset: 0x17DB4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvs', symObjAddr: 0x2E70, symBinAddr: 0x18EA00, symSize: 0x30 }
+ - { offsetInCU: 0x1B63, offset: 0x17DB93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvM', symObjAddr: 0x2EA0, symBinAddr: 0x18EA30, symSize: 0x48 }
+ - { offsetInCU: 0x1BD8, offset: 0x17DC08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvM.resume.0', symObjAddr: 0x2EE8, symBinAddr: 0x18EA78, symSize: 0x60 }
+ - { offsetInCU: 0x1C25, offset: 0x17DC55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvg', symObjAddr: 0x2F48, symBinAddr: 0x18EAD8, symSize: 0x4C }
+ - { offsetInCU: 0x1C56, offset: 0x17DC86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvs', symObjAddr: 0x2F94, symBinAddr: 0x18EB24, symSize: 0x5C }
+ - { offsetInCU: 0x1C98, offset: 0x17DCC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvM', symObjAddr: 0x2FF0, symBinAddr: 0x18EB80, symSize: 0x44 }
+ - { offsetInCU: 0x1CC9, offset: 0x17DCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvg', symObjAddr: 0x3034, symBinAddr: 0x18EBC4, symSize: 0x48 }
+ - { offsetInCU: 0x1CFA, offset: 0x17DD2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvs', symObjAddr: 0x307C, symBinAddr: 0x18EC0C, symSize: 0x58 }
+ - { offsetInCU: 0x1D3C, offset: 0x17DD6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvM', symObjAddr: 0x30D4, symBinAddr: 0x18EC64, symSize: 0x70 }
+ - { offsetInCU: 0x1D6D, offset: 0x17DD9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvW', symObjAddr: 0x31C8, symBinAddr: 0x18ED58, symSize: 0x1AC }
+ - { offsetInCU: 0x1DE2, offset: 0x17DE12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvs', symObjAddr: 0x3380, symBinAddr: 0x18EF10, symSize: 0x70 }
+ - { offsetInCU: 0x1E24, offset: 0x17DE54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvM', symObjAddr: 0x33F0, symBinAddr: 0x18EF80, symSize: 0x48 }
+ - { offsetInCU: 0x1E55, offset: 0x17DE85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvM.resume.0', symObjAddr: 0x3438, symBinAddr: 0x18EFC8, symSize: 0x30 }
+ - { offsetInCU: 0x1E82, offset: 0x17DEB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvg', symObjAddr: 0x3468, symBinAddr: 0x18EFF8, symSize: 0x4C }
+ - { offsetInCU: 0x1EB3, offset: 0x17DEE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvs', symObjAddr: 0x34B4, symBinAddr: 0x18F044, symSize: 0x68 }
+ - { offsetInCU: 0x1EF5, offset: 0x17DF25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvM', symObjAddr: 0x351C, symBinAddr: 0x18F0AC, symSize: 0x74 }
+ - { offsetInCU: 0x1F26, offset: 0x17DF56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvM.resume.0', symObjAddr: 0x3590, symBinAddr: 0x18F120, symSize: 0x74 }
+ - { offsetInCU: 0x1F53, offset: 0x17DF83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9recordersSayAA8RecorderCGvM', symObjAddr: 0x361C, symBinAddr: 0x18F1AC, symSize: 0x44 }
+ - { offsetInCU: 0x1F84, offset: 0x17DFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17localCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x3660, symBinAddr: 0x18F1F0, symSize: 0x54 }
+ - { offsetInCU: 0x1FB5, offset: 0x17DFE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18remoteCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x36B4, symBinAddr: 0x18F244, symSize: 0x54 }
+ - { offsetInCU: 0x2006, offset: 0x17E036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isTurnChangeEnabledSbvgTo', symObjAddr: 0x3708, symBinAddr: 0x18F298, symSize: 0xB4 }
+ - { offsetInCU: 0x207D, offset: 0x17E0AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isTurnChangeEnabledSbvg', symObjAddr: 0x37BC, symBinAddr: 0x18F34C, symSize: 0x98 }
+ - { offsetInCU: 0x20FD, offset: 0x17E12D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11isRecordingSbvgTo', symObjAddr: 0x3854, symBinAddr: 0x18F3E4, symSize: 0xD8 }
+ - { offsetInCU: 0x21A5, offset: 0x17E1D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11isRecordingSbvg', symObjAddr: 0x392C, symBinAddr: 0x18F4BC, symSize: 0xBC }
+ - { offsetInCU: 0x2236, offset: 0x17E266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20localRecordingStatusAA0gH0OvgTo', symObjAddr: 0x39E8, symBinAddr: 0x18F578, symSize: 0x38 }
+ - { offsetInCU: 0x2252, offset: 0x17E282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20localRecordingStatusAA0gH0Ovg', symObjAddr: 0x3A20, symBinAddr: 0x18F5B0, symSize: 0x16C }
+ - { offsetInCU: 0x23D3, offset: 0x17E403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21remoteRecordingStatusAA0gH0OvM', symObjAddr: 0x3CC4, symBinAddr: 0x18F854, symSize: 0x44 }
+ - { offsetInCU: 0x2404, offset: 0x17E434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19remoteRecordingInfoAA0dE8SnapshotC0gH0CSgvM', symObjAddr: 0x3D20, symBinAddr: 0x18F8B0, symSize: 0x44 }
+ - { offsetInCU: 0x2455, offset: 0x17E485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25isLocalScreenShareEnabledSbvgTo', symObjAddr: 0x3D64, symBinAddr: 0x18F8F4, symSize: 0x68 }
+ - { offsetInCU: 0x248B, offset: 0x17E4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25isLocalScreenShareEnabledSbvg', symObjAddr: 0x3DCC, symBinAddr: 0x18F95C, symSize: 0x4C }
+ - { offsetInCU: 0x24AA, offset: 0x17E4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11screenShareAA06ScreenG0CSgvM', symObjAddr: 0x3EC0, symBinAddr: 0x18FA50, symSize: 0x44 }
+ - { offsetInCU: 0x24DB, offset: 0x17E50B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM', symObjAddr: 0x403C, symBinAddr: 0x18FBCC, symSize: 0x44 }
+ - { offsetInCU: 0x2518, offset: 0x17E548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ', symObjAddr: 0x4080, symBinAddr: 0x18FC10, symSize: 0x14 }
+ - { offsetInCU: 0x254B, offset: 0x17E57B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF', symObjAddr: 0x4094, symBinAddr: 0x18FC24, symSize: 0x28 }
+ - { offsetInCU: 0x25E1, offset: 0x17E611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg', symObjAddr: 0x40BC, symBinAddr: 0x18FC4C, symSize: 0x44 }
+ - { offsetInCU: 0x26DB, offset: 0x17E70B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4100, symBinAddr: 0x18FC90, symSize: 0x14 }
+ - { offsetInCU: 0x26FB, offset: 0x17E72B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4100, symBinAddr: 0x18FC90, symSize: 0x14 }
+ - { offsetInCU: 0x273B, offset: 0x17E76B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH9hashValueSivgTW', symObjAddr: 0x4114, symBinAddr: 0x18FCA4, symSize: 0x44 }
+ - { offsetInCU: 0x281E, offset: 0x17E84E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4158, symBinAddr: 0x18FCE8, symSize: 0x28 }
+ - { offsetInCU: 0x2891, offset: 0x17E8C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg', symObjAddr: 0x41C0, symBinAddr: 0x18FD50, symSize: 0x4C }
+ - { offsetInCU: 0x28C2, offset: 0x17E8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs', symObjAddr: 0x420C, symBinAddr: 0x18FD9C, symSize: 0x50 }
+ - { offsetInCU: 0x2904, offset: 0x17E934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM', symObjAddr: 0x425C, symBinAddr: 0x18FDEC, symSize: 0x44 }
+ - { offsetInCU: 0x2935, offset: 0x17E965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12statsManagerAA05StatsG0CvM', symObjAddr: 0x4348, symBinAddr: 0x18FED8, symSize: 0x44 }
+ - { offsetInCU: 0x2966, offset: 0x17E996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9resendersSayAA15RequestResenderCGvM', symObjAddr: 0x4434, symBinAddr: 0x18FFC4, symSize: 0x44 }
+ - { offsetInCU: 0x29B7, offset: 0x17E9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvgTo', symObjAddr: 0x4478, symBinAddr: 0x190008, symSize: 0x60 }
+ - { offsetInCU: 0x29ED, offset: 0x17EA1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0Cvg', symObjAddr: 0x44D8, symBinAddr: 0x190068, symSize: 0x48 }
+ - { offsetInCU: 0x2A1B, offset: 0x17EA4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvsTo', symObjAddr: 0x4520, symBinAddr: 0x1900B0, symSize: 0x50 }
+ - { offsetInCU: 0x2A4E, offset: 0x17EA7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19managedWebRTCClientAA8NewValueCyAA0gH0CGvg', symObjAddr: 0x45A0, symBinAddr: 0x190130, symSize: 0x10 }
+ - { offsetInCU: 0x2A7D, offset: 0x17EAAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfc', symObjAddr: 0x45B0, symBinAddr: 0x190140, symSize: 0xE0C }
+ - { offsetInCU: 0x2F0C, offset: 0x17EF3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfD', symObjAddr: 0x53BC, symBinAddr: 0x190F4C, symSize: 0x140 }
+ - { offsetInCU: 0x301C, offset: 0x17F04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfDTo', symObjAddr: 0x54FC, symBinAddr: 0x19108C, symSize: 0x24 }
+ - { offsetInCU: 0x3038, offset: 0x17F068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6callIdySS_tF', symObjAddr: 0x56C0, symBinAddr: 0x191250, symSize: 0x60 }
+ - { offsetInCU: 0x308E, offset: 0x17F0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6callIdySS_tFTo', symObjAddr: 0x5720, symBinAddr: 0x1912B0, symSize: 0x80 }
+ - { offsetInCU: 0x30CC, offset: 0x17F0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleryAA0dE4UserC_tF', symObjAddr: 0x57A0, symBinAddr: 0x191330, symSize: 0x50 }
+ - { offsetInCU: 0x3122, offset: 0x17F152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleryAA0dE4UserC_tFTo', symObjAddr: 0x57F0, symBinAddr: 0x191380, symSize: 0x74 }
+ - { offsetInCU: 0x315E, offset: 0x17F18E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleeyAA0dE4UserC_tF', symObjAddr: 0x5864, symBinAddr: 0x1913F4, symSize: 0x50 }
+ - { offsetInCU: 0x31B4, offset: 0x17F1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleeyAA0dE4UserC_tFTo', symObjAddr: 0x58B4, symBinAddr: 0x191444, symSize: 0x74 }
+ - { offsetInCU: 0x31F0, offset: 0x17F220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15updateStartedAtyySdF', symObjAddr: 0x5928, symBinAddr: 0x1914B8, symSize: 0x58 }
+ - { offsetInCU: 0x3246, offset: 0x17F276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15updateStartedAtyySdFTo', symObjAddr: 0x5980, symBinAddr: 0x191510, symSize: 0x74 }
+ - { offsetInCU: 0x3285, offset: 0x17F2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfC', symObjAddr: 0x59F4, symBinAddr: 0x191584, symSize: 0x20 }
+ - { offsetInCU: 0x32A3, offset: 0x17F2D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfc', symObjAddr: 0x5A14, symBinAddr: 0x1915A4, symSize: 0x2C }
+ - { offsetInCU: 0x3306, offset: 0x17F336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfcTo', symObjAddr: 0x5A40, symBinAddr: 0x1915D0, symSize: 0x2C }
+ - { offsetInCU: 0x338D, offset: 0x17F3BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvsTf4gn_n', symObjAddr: 0x80E8, symBinAddr: 0x193B58, symSize: 0x114 }
+ - { offsetInCU: 0x3421, offset: 0x17F451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tF', symObjAddr: 0x2A0, symBinAddr: 0x18BE30, symSize: 0x38 }
+ - { offsetInCU: 0x343D, offset: 0x17F46D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update8snapshotyAA14SignalSnapshotCSg_tF', symObjAddr: 0x2D8, symBinAddr: 0x18BE68, symSize: 0x80 }
+ - { offsetInCU: 0x34D3, offset: 0x17F503, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE14createRandomIdSSyFZ', symObjAddr: 0x358, symBinAddr: 0x18BEE8, symSize: 0xD8 }
+ - { offsetInCU: 0x380E, offset: 0x17F83E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvpACTk', symObjAddr: 0x4570, symBinAddr: 0x190100, symSize: 0x30 }
+ - { offsetInCU: 0x39D7, offset: 0x17FA07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfETo', symObjAddr: 0x5520, symBinAddr: 0x1910B0, symSize: 0x1A0 }
+ - { offsetInCU: 0x3A1D, offset: 0x17FA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE03forSbAA12WebRTCClientC_tF', symObjAddr: 0x5A6C, symBinAddr: 0x1915FC, symSize: 0x1C }
+ - { offsetInCU: 0x3A6D, offset: 0x17FA9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE03forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x5A88, symBinAddr: 0x191618, symSize: 0x70 }
+ - { offsetInCU: 0x3AAB, offset: 0x17FADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x5AF8, symBinAddr: 0x191688, symSize: 0x54 }
+ - { offsetInCU: 0x3AFD, offset: 0x17FB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tFTo', symObjAddr: 0x5B4C, symBinAddr: 0x1916DC, symSize: 0x88 }
+ - { offsetInCU: 0x3B3D, offset: 0x17FB6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x5BD4, symBinAddr: 0x191764, symSize: 0x54 }
+ - { offsetInCU: 0x3B8F, offset: 0x17FBBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tFTo', symObjAddr: 0x5C28, symBinAddr: 0x1917B8, symSize: 0x88 }
+ - { offsetInCU: 0x3BCF, offset: 0x17FBFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x5CB0, symBinAddr: 0x191840, symSize: 0x54 }
+ - { offsetInCU: 0x3C21, offset: 0x17FC51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14useFrontCamera3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x5D04, symBinAddr: 0x191894, symSize: 0x88 }
+ - { offsetInCU: 0x3C61, offset: 0x17FC91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16localConstraints3forAA0eG0CSgAA12WebRTCClientC_tF', symObjAddr: 0x5D8C, symBinAddr: 0x19191C, symSize: 0x54 }
+ - { offsetInCU: 0x3C86, offset: 0x17FCB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17remoteConstraints3forAA0eG0CSgAA12WebRTCClientC_tF', symObjAddr: 0x5DE0, symBinAddr: 0x191970, symSize: 0x54 }
+ - { offsetInCU: 0x3CAB, offset: 0x17FCDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x5E34, symBinAddr: 0x1919C4, symSize: 0x8C }
+ - { offsetInCU: 0x3D45, offset: 0x17FD75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x5EC0, symBinAddr: 0x191A50, symSize: 0xD8 }
+ - { offsetInCU: 0x3D9C, offset: 0x17FDCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x5F98, symBinAddr: 0x191B28, symSize: 0x8C }
+ - { offsetInCU: 0x3E36, offset: 0x17FE66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x6024, symBinAddr: 0x191BB4, symSize: 0xD8 }
+ - { offsetInCU: 0x3E9C, offset: 0x17FECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0fG0C_tFTW', symObjAddr: 0x60FC, symBinAddr: 0x191C8C, symSize: 0x28 }
+ - { offsetInCU: 0x3EDE, offset: 0x17FF0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0fG0C_tFTW', symObjAddr: 0x6124, symBinAddr: 0x191CB4, symSize: 0x28 }
+ - { offsetInCU: 0x3F20, offset: 0x17FF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP07isVideoE03forSbAA0fG0C_tFTW', symObjAddr: 0x614C, symBinAddr: 0x191CDC, symSize: 0x24 }
+ - { offsetInCU: 0x3F62, offset: 0x17FF92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0fG0C_tFTW', symObjAddr: 0x6170, symBinAddr: 0x191D00, symSize: 0x24 }
+ - { offsetInCU: 0x3FC2, offset: 0x17FFF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA0eK0CSgAA0fG0C_tFTW', symObjAddr: 0x6194, symBinAddr: 0x191D24, symSize: 0x54 }
+ - { offsetInCU: 0x4037, offset: 0x180067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA0eK0CSgAA0fG0C_tFTW', symObjAddr: 0x61E8, symBinAddr: 0x191D78, symSize: 0x54 }
+ - { offsetInCU: 0x408E, offset: 0x1800BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0fG0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x623C, symBinAddr: 0x191DCC, symSize: 0x18 }
+ - { offsetInCU: 0x40D0, offset: 0x180100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0fG0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x6254, symBinAddr: 0x191DE4, symSize: 0x18 }
+ - { offsetInCU: 0x412D, offset: 0x18015D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tFTf4en_n', symObjAddr: 0x626C, symBinAddr: 0x191DFC, symSize: 0x14C }
+ - { offsetInCU: 0x41D4, offset: 0x180204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCMa', symObjAddr: 0x6458, symBinAddr: 0x191F48, symSize: 0x20 }
+ - { offsetInCU: 0x41E8, offset: 0x180218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASQWb', symObjAddr: 0x64E8, symBinAddr: 0x191F68, symSize: 0x4 }
+ - { offsetInCU: 0x41FC, offset: 0x18022C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOAESQAAWl', symObjAddr: 0x64EC, symBinAddr: 0x191F6C, symSize: 0x44 }
+ - { offsetInCU: 0x4210, offset: 0x180240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASQWb', symObjAddr: 0x6530, symBinAddr: 0x191FB0, symSize: 0x4 }
+ - { offsetInCU: 0x4224, offset: 0x180254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOAESQAAWl', symObjAddr: 0x6534, symBinAddr: 0x191FB4, symSize: 0x44 }
+ - { offsetInCU: 0x4238, offset: 0x180268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOMa', symObjAddr: 0x7F58, symBinAddr: 0x1939D8, symSize: 0x10 }
+ - { offsetInCU: 0x424C, offset: 0x18027C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwet', symObjAddr: 0x7F78, symBinAddr: 0x1939E8, symSize: 0x90 }
+ - { offsetInCU: 0x4260, offset: 0x180290, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwst', symObjAddr: 0x8008, symBinAddr: 0x193A78, symSize: 0xBC }
+ - { offsetInCU: 0x4274, offset: 0x1802A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwug', symObjAddr: 0x80C4, symBinAddr: 0x193B34, symSize: 0x8 }
+ - { offsetInCU: 0x4288, offset: 0x1802B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwup', symObjAddr: 0x80CC, symBinAddr: 0x193B3C, symSize: 0x4 }
+ - { offsetInCU: 0x429C, offset: 0x1802CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwui', symObjAddr: 0x80D0, symBinAddr: 0x193B40, symSize: 0x8 }
+ - { offsetInCU: 0x42B0, offset: 0x1802E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOMa', symObjAddr: 0x80D8, symBinAddr: 0x193B48, symSize: 0x10 }
+ - { offsetInCU: 0x42C4, offset: 0x1802F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallDelegate_pSgXwWOh', symObjAddr: 0x81FC, symBinAddr: 0x193C6C, symSize: 0x24 }
+ - { offsetInCU: 0x42D8, offset: 0x180308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x82EC, symBinAddr: 0x193CBC, symSize: 0x8 }
+ - { offsetInCU: 0x4345, offset: 0x180375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x53C, symBinAddr: 0x18C0CC, symSize: 0x14 }
+ - { offsetInCU: 0x43D6, offset: 0x180406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH9hashValueSivgTW', symObjAddr: 0x550, symBinAddr: 0x18C0E0, symSize: 0x44 }
+ - { offsetInCU: 0x4485, offset: 0x1804B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x594, symBinAddr: 0x18C124, symSize: 0x28 }
+ - { offsetInCU: 0x44D8, offset: 0x180508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5BC, symBinAddr: 0x18C14C, symSize: 0x40 }
+ - { offsetInCU: 0x4733, offset: 0x180763, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4180, symBinAddr: 0x18FD10, symSize: 0x40 }
+ - { offsetInCU: 0x22A, offset: 0x180F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5codecSSSgvgAA10StatisticsC_Tg5', symObjAddr: 0x0, symBinAddr: 0x193D10, symSize: 0x133C }
+ - { offsetInCU: 0x6E0, offset: 0x1813F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticableP8outboundAA10PacketInfoVSgvpAaB_pTK', symObjAddr: 0x133C, symBinAddr: 0x19504C, symSize: 0x6C }
+ - { offsetInCU: 0x703, offset: 0x181413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5delta2of4pathqd__Sgs7KeyPathCyAaB_pAA10PacketInfoVSgG_AIyAK0J6ValuesVAGGtSjRd__lFAA10StatisticsC_s5Int64VTg5', symObjAddr: 0x13A8, symBinAddr: 0x1950B8, symSize: 0x1CA4 }
+ - { offsetInCU: 0x7B7, offset: 0x1814C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticableP7inboundAA10PacketInfoVSgvpAaB_pTK', symObjAddr: 0x304C, symBinAddr: 0x196D5C, symSize: 0x6C }
+ - { offsetInCU: 0x7ED, offset: 0x1814FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16remotePacketLosts5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x30B8, symBinAddr: 0x196DC8, symSize: 0x150 }
+ - { offsetInCU: 0x8D5, offset: 0x1815E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsSents5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x3208, symBinAddr: 0x196F18, symSize: 0x150 }
+ - { offsetInCU: 0x9BD, offset: 0x1816CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13bytesReceiveds5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x3358, symBinAddr: 0x197068, symSize: 0x150 }
+ - { offsetInCU: 0xAAA, offset: 0x1817BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE25outboundMediaSourcePacketAA0H4InfoVSgvgAA10StatisticsC_Tg5', symObjAddr: 0x34A8, symBinAddr: 0x1971B8, symSize: 0x1D38 }
+ - { offsetInCU: 0x161A, offset: 0x18232A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x51E0, symBinAddr: 0x198EF0, symSize: 0x19F0 }
+ - { offsetInCU: 0x1C54, offset: 0x182964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvg', symObjAddr: 0x6C78, symBinAddr: 0x19A8E0, symSize: 0x30 }
+ - { offsetInCU: 0x1C68, offset: 0x182978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvs', symObjAddr: 0x6CA8, symBinAddr: 0x19A910, symSize: 0x3C }
+ - { offsetInCU: 0x1C7C, offset: 0x18298C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvM', symObjAddr: 0x6CE4, symBinAddr: 0x19A94C, symSize: 0x3C }
+ - { offsetInCU: 0x1C90, offset: 0x1829A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11packetsSents5Int64VSgvg', symObjAddr: 0x6D20, symBinAddr: 0x19A988, symSize: 0x4C }
+ - { offsetInCU: 0x1CAF, offset: 0x1829BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16totalPacketsSents5Int64VSgvg', symObjAddr: 0x6D6C, symBinAddr: 0x19A9D4, symSize: 0x4C }
+ - { offsetInCU: 0x1CCE, offset: 0x1829DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC9bytesSents5Int64VSgvg', symObjAddr: 0x6DB8, symBinAddr: 0x19AA20, symSize: 0x4C }
+ - { offsetInCU: 0x1CED, offset: 0x1829FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14totalBytesSents5Int64VSgvg', symObjAddr: 0x6E04, symBinAddr: 0x19AA6C, symSize: 0x4C }
+ - { offsetInCU: 0x1D0C, offset: 0x182A1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x6E50, symBinAddr: 0x19AAB8, symSize: 0x4C }
+ - { offsetInCU: 0x1D2B, offset: 0x182A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC29totalRetransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x6E9C, symBinAddr: 0x19AB04, symSize: 0x4C }
+ - { offsetInCU: 0x1D4A, offset: 0x182A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x6EE8, symBinAddr: 0x19AB50, symSize: 0x4C }
+ - { offsetInCU: 0x1D69, offset: 0x182A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC27totalRetransmittedBytesSents5Int64VSgvg', symObjAddr: 0x6F34, symBinAddr: 0x19AB9C, symSize: 0x4C }
+ - { offsetInCU: 0x1D88, offset: 0x182A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13targetBitrates5Int64VSgvg', symObjAddr: 0x6F80, symBinAddr: 0x19ABE8, symSize: 0x4C }
+ - { offsetInCU: 0x1DA7, offset: 0x182AB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17outboundNackCounts5Int64VSgvg', symObjAddr: 0x6FCC, symBinAddr: 0x19AC34, symSize: 0x4C }
+ - { offsetInCU: 0x1DC6, offset: 0x182AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesEncodeds5Int64VSgvg', symObjAddr: 0x7018, symBinAddr: 0x19AC80, symSize: 0x4C }
+ - { offsetInCU: 0x1DE5, offset: 0x182AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13framesEncodeds5Int64VSgvg', symObjAddr: 0x7064, symBinAddr: 0x19ACCC, symSize: 0x4C }
+ - { offsetInCU: 0x1E04, offset: 0x182B14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21totalKeyFramesEncodeds5Int64VSgvg', symObjAddr: 0x70B0, symBinAddr: 0x19AD18, symSize: 0x4C }
+ - { offsetInCU: 0x1E23, offset: 0x182B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16keyFramesEncodeds5Int64VSgvg', symObjAddr: 0x70FC, symBinAddr: 0x19AD64, symSize: 0x4C }
+ - { offsetInCU: 0x1E42, offset: 0x182B52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15sentFrameHeights5Int64VSgvg', symObjAddr: 0x7148, symBinAddr: 0x19ADB0, symSize: 0x4C }
+ - { offsetInCU: 0x1E61, offset: 0x182B71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14sentFrameWidths5Int64VSgvg', symObjAddr: 0x7194, symBinAddr: 0x19ADFC, symSize: 0x4C }
+ - { offsetInCU: 0x1E80, offset: 0x182B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15totalFramesSents5Int64VSgvg', symObjAddr: 0x71E0, symBinAddr: 0x19AE48, symSize: 0x4C }
+ - { offsetInCU: 0x1E9F, offset: 0x182BAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC10framesSents5Int64VSgvg', symObjAddr: 0x722C, symBinAddr: 0x19AE94, symSize: 0x4C }
+ - { offsetInCU: 0x1EBE, offset: 0x182BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14hugeFramesSents5Int64VSgvg', symObjAddr: 0x7278, symBinAddr: 0x19AEE0, symSize: 0x4C }
+ - { offsetInCU: 0x1EDD, offset: 0x182BED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvg', symObjAddr: 0x7388, symBinAddr: 0x19AF8C, symSize: 0x48 }
+ - { offsetInCU: 0x1EF9, offset: 0x182C09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvs', symObjAddr: 0x73D0, symBinAddr: 0x19AFD4, symSize: 0x50 }
+ - { offsetInCU: 0x1F15, offset: 0x182C25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvM', symObjAddr: 0x7420, symBinAddr: 0x19B024, symSize: 0x3C }
+ - { offsetInCU: 0x1F31, offset: 0x182C41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvM.resume.0', symObjAddr: 0x745C, symBinAddr: 0x19B060, symSize: 0x4 }
+ - { offsetInCU: 0x1F4D, offset: 0x182C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvg', symObjAddr: 0x7460, symBinAddr: 0x19B064, symSize: 0x34 }
+ - { offsetInCU: 0x1F69, offset: 0x182C79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvs', symObjAddr: 0x7494, symBinAddr: 0x19B098, symSize: 0x44 }
+ - { offsetInCU: 0x1F85, offset: 0x182C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvM', symObjAddr: 0x74D8, symBinAddr: 0x19B0DC, symSize: 0x3C }
+ - { offsetInCU: 0x1FA1, offset: 0x182CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC34qualityLimitationResolutionChangess5Int64VSgvg', symObjAddr: 0x7514, symBinAddr: 0x19B118, symSize: 0x4C }
+ - { offsetInCU: 0x1FC0, offset: 0x182CD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16outboundFirCounts5Int64VSgvg', symObjAddr: 0x7560, symBinAddr: 0x19B164, symSize: 0x4C }
+ - { offsetInCU: 0x1FDF, offset: 0x182CEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16outboundPliCounts5Int64VSgvg', symObjAddr: 0x75AC, symBinAddr: 0x19B1B0, symSize: 0x4C }
+ - { offsetInCU: 0x1FFE, offset: 0x182D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC6jitterSdSgvg', symObjAddr: 0x75F8, symBinAddr: 0x19B1FC, symSize: 0x4C }
+ - { offsetInCU: 0x201D, offset: 0x182D2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11packetsLosts5Int64VSgvg', symObjAddr: 0x7644, symBinAddr: 0x19B248, symSize: 0x4C }
+ - { offsetInCU: 0x203C, offset: 0x182D4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x7690, symBinAddr: 0x19B294, symSize: 0x4C }
+ - { offsetInCU: 0x205B, offset: 0x182D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15packetsReceiveds5Int64VSgvg', symObjAddr: 0x76DC, symBinAddr: 0x19B2E0, symSize: 0x4C }
+ - { offsetInCU: 0x207A, offset: 0x182D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x7728, symBinAddr: 0x19B32C, symSize: 0x4C }
+ - { offsetInCU: 0x2099, offset: 0x182DA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13bytesReceiveds5Int64VSgvg', symObjAddr: 0x7774, symBinAddr: 0x19B378, symSize: 0x4C }
+ - { offsetInCU: 0x20B8, offset: 0x182DC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x77C0, symBinAddr: 0x19B3C4, symSize: 0x4C }
+ - { offsetInCU: 0x20D7, offset: 0x182DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17jitterBufferDelaySdSgvg', symObjAddr: 0x780C, symBinAddr: 0x19B410, symSize: 0x4C }
+ - { offsetInCU: 0x20F6, offset: 0x182E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x7858, symBinAddr: 0x19B45C, symSize: 0x4C }
+ - { offsetInCU: 0x2115, offset: 0x182E25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x78A4, symBinAddr: 0x19B4A8, symSize: 0x4C }
+ - { offsetInCU: 0x2134, offset: 0x182E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFramesReceiveds5Int64VSgvg', symObjAddr: 0x78F0, symBinAddr: 0x19B4F4, symSize: 0x4C }
+ - { offsetInCU: 0x2153, offset: 0x182E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14framesReceiveds5Int64VSgvg', symObjAddr: 0x793C, symBinAddr: 0x19B540, symSize: 0x4C }
+ - { offsetInCU: 0x2172, offset: 0x182E82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19receivedFrameHeights5Int64VSgvg', symObjAddr: 0x7988, symBinAddr: 0x19B58C, symSize: 0x4C }
+ - { offsetInCU: 0x2191, offset: 0x182EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18receivedFrameWidths5Int64VSgvg', symObjAddr: 0x79D4, symBinAddr: 0x19B5D8, symSize: 0x4C }
+ - { offsetInCU: 0x21B0, offset: 0x182EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13framesDecodeds5Int64VSgvg', symObjAddr: 0x7A20, symBinAddr: 0x19B624, symSize: 0x4C }
+ - { offsetInCU: 0x21CF, offset: 0x182EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesDecodeds5Int64VSgvg', symObjAddr: 0x7A6C, symBinAddr: 0x19B670, symSize: 0x4C }
+ - { offsetInCU: 0x21EE, offset: 0x182EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x7AB8, symBinAddr: 0x19B6BC, symSize: 0x4C }
+ - { offsetInCU: 0x220D, offset: 0x182F1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21totalKeyFramesDecodeds5Int64VSgvg', symObjAddr: 0x7B04, symBinAddr: 0x19B708, symSize: 0x4C }
+ - { offsetInCU: 0x222C, offset: 0x182F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesDroppeds5Int64VSgvg', symObjAddr: 0x7B50, symBinAddr: 0x19B754, symSize: 0x4C }
+ - { offsetInCU: 0x224B, offset: 0x182F5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalInterFrameDelaySdSgvg', symObjAddr: 0x7B9C, symBinAddr: 0x19B7A0, symSize: 0x4C }
+ - { offsetInCU: 0x226A, offset: 0x182F7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22averageInterFrameDelaySdSgvg', symObjAddr: 0x7BE8, symBinAddr: 0x19B7EC, symSize: 0x4C }
+ - { offsetInCU: 0x2289, offset: 0x182F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x7C34, symBinAddr: 0x19B838, symSize: 0x4C }
+ - { offsetInCU: 0x22A8, offset: 0x182FB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC10pauseCounts5Int64VSgvg', symObjAddr: 0x7C80, symBinAddr: 0x19B884, symSize: 0x4C }
+ - { offsetInCU: 0x22C7, offset: 0x182FD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalPausesDurationSdSgvg', symObjAddr: 0x7CCC, symBinAddr: 0x19B8D0, symSize: 0x4C }
+ - { offsetInCU: 0x22E6, offset: 0x182FF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11freezeCounts5Int64VSgvg', symObjAddr: 0x7D18, symBinAddr: 0x19B91C, symSize: 0x4C }
+ - { offsetInCU: 0x2305, offset: 0x183015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFreezeDurationSdSgvg', symObjAddr: 0x7D64, symBinAddr: 0x19B968, symSize: 0x4C }
+ - { offsetInCU: 0x2324, offset: 0x183034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15inboundFirCounts5Int64VSgvg', symObjAddr: 0x7DB0, symBinAddr: 0x19B9B4, symSize: 0x4C }
+ - { offsetInCU: 0x2343, offset: 0x183053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15inboundPliCounts5Int64VSgvg', symObjAddr: 0x7DFC, symBinAddr: 0x19BA00, symSize: 0x4C }
+ - { offsetInCU: 0x2362, offset: 0x183072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16inboundNackCounts5Int64VSgvg', symObjAddr: 0x7E48, symBinAddr: 0x19BA4C, symSize: 0x4C }
+ - { offsetInCU: 0x2381, offset: 0x183091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC12remoteJitterSdSgvg', symObjAddr: 0x7E94, symBinAddr: 0x19BA98, symSize: 0x4C }
+ - { offsetInCU: 0x23A0, offset: 0x1830B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22remoteTotalPacketsLosts5Int64VSgvg', symObjAddr: 0x7EE0, symBinAddr: 0x19BAE4, symSize: 0x4C }
+ - { offsetInCU: 0x23BF, offset: 0x1830CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC9remoteRttSdSgvg', symObjAddr: 0x7F2C, symBinAddr: 0x19BB30, symSize: 0x4C }
+ - { offsetInCU: 0x23DE, offset: 0x1830EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18remoteFractionLostSdSgvg', symObjAddr: 0x7F78, symBinAddr: 0x19BB7C, symSize: 0x4C }
+ - { offsetInCU: 0x23FD, offset: 0x18310D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26sumOfSquaredFramesDurationSdSgvg', symObjAddr: 0x7FC4, symBinAddr: 0x19BBC8, symSize: 0x4C }
+ - { offsetInCU: 0x241C, offset: 0x18312C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15totalDecodeTimeSdSgvg', symObjAddr: 0x8010, symBinAddr: 0x19BC14, symSize: 0x4C }
+ - { offsetInCU: 0x243B, offset: 0x18314B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFramesDurationSdSgvg', symObjAddr: 0x805C, symBinAddr: 0x19BC60, symSize: 0x4C }
+ - { offsetInCU: 0x245A, offset: 0x18316A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalFreezesDurationSdSgvg', symObjAddr: 0x80A8, symBinAddr: 0x19BCAC, symSize: 0x4C }
+ - { offsetInCU: 0x2479, offset: 0x183189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x80F4, symBinAddr: 0x19BCF8, symSize: 0x4C }
+ - { offsetInCU: 0x24A8, offset: 0x1831B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21remotePacketsLostRateSdSgvg', symObjAddr: 0x8140, symBinAddr: 0x19BD44, symSize: 0x4C }
+ - { offsetInCU: 0x24C7, offset: 0x1831D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15packetsLostRateSdSgvg', symObjAddr: 0x818C, symBinAddr: 0x19BD90, symSize: 0x4C }
+ - { offsetInCU: 0x24E6, offset: 0x1831F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26videoSourceFramesPerSecondSdSgvg', symObjAddr: 0x81D8, symBinAddr: 0x19BDDC, symSize: 0x4C }
+ - { offsetInCU: 0x2505, offset: 0x183215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17videoSourceHeights5Int64VSgvg', symObjAddr: 0x8224, symBinAddr: 0x19BE28, symSize: 0x4C }
+ - { offsetInCU: 0x2524, offset: 0x183234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16videoSourceWidths5Int64VSgvg', symObjAddr: 0x8270, symBinAddr: 0x19BE74, symSize: 0x4C }
+ - { offsetInCU: 0x2543, offset: 0x183253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17remotePacketsLosts5Int64VSgvg', symObjAddr: 0x82BC, symBinAddr: 0x19BEC0, symSize: 0x4C }
+ - { offsetInCU: 0x2562, offset: 0x183272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x8308, symBinAddr: 0x19BF0C, symSize: 0x4C }
+ - { offsetInCU: 0x2581, offset: 0x183291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x8354, symBinAddr: 0x19BF58, symSize: 0x4C }
+ - { offsetInCU: 0x25A0, offset: 0x1832B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x83A0, symBinAddr: 0x19BFA4, symSize: 0x8 }
+ - { offsetInCU: 0x25B4, offset: 0x1832C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11flushValuesyyF', symObjAddr: 0x83A8, symBinAddr: 0x19BFAC, symSize: 0x8EC }
+ - { offsetInCU: 0x25E5, offset: 0x1832F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x8C94, symBinAddr: 0x19C898, symSize: 0x930 }
+ - { offsetInCU: 0x29E5, offset: 0x1836F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0x95C4, symBinAddr: 0x19D1C8, symSize: 0x4 }
+ - { offsetInCU: 0x2C1A, offset: 0x18392A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCfd', symObjAddr: 0x95C8, symBinAddr: 0x19D1CC, symSize: 0x24C }
+ - { offsetInCU: 0x2C47, offset: 0x183957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCfD', symObjAddr: 0x9814, symBinAddr: 0x19D418, symSize: 0x1C }
+ - { offsetInCU: 0x2C74, offset: 0x183984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCACycfC', symObjAddr: 0x9830, symBinAddr: 0x19D434, symSize: 0x34 }
+ - { offsetInCU: 0x2C92, offset: 0x1839A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCACycfc', symObjAddr: 0x9864, symBinAddr: 0x19D468, symSize: 0x169C }
+ - { offsetInCU: 0x3856, offset: 0x184566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0xAF00, symBinAddr: 0x19EB04, symSize: 0x30 }
+ - { offsetInCU: 0x3897, offset: 0x1845A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0xAF30, symBinAddr: 0x19EB34, symSize: 0x3C }
+ - { offsetInCU: 0x38D8, offset: 0x1845E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0xAF6C, symBinAddr: 0x19EB70, symSize: 0x3C }
+ - { offsetInCU: 0x3919, offset: 0x184629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xAFA8, symBinAddr: 0x19EBAC, symSize: 0x8 }
+ - { offsetInCU: 0x394B, offset: 0x18465B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0xAFB0, symBinAddr: 0x19EBB4, symSize: 0x14 }
+ - { offsetInCU: 0x396E, offset: 0x18467E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0xAFC4, symBinAddr: 0x19EBC8, symSize: 0x14 }
+ - { offsetInCU: 0x39A0, offset: 0x1846B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xAFD8, symBinAddr: 0x19EBDC, symSize: 0x4 }
+ - { offsetInCU: 0x39C0, offset: 0x1846D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xAFD8, symBinAddr: 0x19EBDC, symSize: 0x4 }
+ - { offsetInCU: 0x39D3, offset: 0x1846E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xB09C, symBinAddr: 0x19EBE0, symSize: 0x1E10 }
+ - { offsetInCU: 0x5762, offset: 0x186472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0xCEAC, symBinAddr: 0x1A09F0, symSize: 0x10F84 }
+ - { offsetInCU: 0x5A93, offset: 0x1867A3, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x72C4, symBinAddr: 0x19AF2C, symSize: 0x60 }
+ - { offsetInCU: 0x5EAC, offset: 0x186BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs06CodingE0AAWl', symObjAddr: 0x1DE30, symBinAddr: 0x1B1974, symSize: 0x44 }
+ - { offsetInCU: 0x5EC0, offset: 0x186BD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCMa', symObjAddr: 0x1DE74, symBinAddr: 0x1B19B8, symSize: 0x20 }
+ - { offsetInCU: 0x5ED4, offset: 0x186BE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAcA13StatisticableAAWl', symObjAddr: 0x1E648, symBinAddr: 0x1B1A38, symSize: 0x48 }
+ - { offsetInCU: 0x5EE8, offset: 0x186BF8, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0x1E690, symBinAddr: 0x1B1A80, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x1870F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x1B1AA8, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x18711A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x1B1AA8, symSize: 0x58 }
+ - { offsetInCU: 0x67, offset: 0x187136, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callIdSSvg', symObjAddr: 0x58, symBinAddr: 0x1B1B00, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x187152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV10gzippedSDPSSSgvg', symObjAddr: 0x84, symBinAddr: 0x1B1B2C, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0x18716E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xB0, symBinAddr: 0x1B1B58, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x187182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xDC, symBinAddr: 0x1B1B84, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x18719E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV9requestIdSSvg', symObjAddr: 0xE4, symBinAddr: 0x1B1B8C, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x1871B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110, symBinAddr: 0x1B1BB8, symSize: 0x288 }
+ - { offsetInCU: 0x156, offset: 0x187225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x398, symBinAddr: 0x1B1E40, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x187250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x1B1E48, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x187291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3CC, symBinAddr: 0x1B1E74, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x1872C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3F8, symBinAddr: 0x1B1EA0, symSize: 0x40 }
+ - { offsetInCU: 0x217, offset: 0x1872E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfCTf4gnnd_n', symObjAddr: 0x438, symBinAddr: 0x1B1EE0, symSize: 0x12C }
+ - { offsetInCU: 0x277, offset: 0x187346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x794, symBinAddr: 0x1B200C, symSize: 0x24 }
+ - { offsetInCU: 0x28B, offset: 0x18735A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7B8, symBinAddr: 0x1B2030, symSize: 0x44 }
+ - { offsetInCU: 0x29F, offset: 0x18736E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7FC, symBinAddr: 0x1B2074, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x187382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13WSRequestableAAWI', symObjAddr: 0x864, symBinAddr: 0x1B2098, symSize: 0x24 }
+ - { offsetInCU: 0x2C7, offset: 0x187396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8CC, symBinAddr: 0x1B20BC, symSize: 0x4 }
+ - { offsetInCU: 0x2DB, offset: 0x1873AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA11RequestableAAWI', symObjAddr: 0x914, symBinAddr: 0x1B20C0, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x1873BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA0E0AAWl', symObjAddr: 0x940, symBinAddr: 0x1B20EC, symSize: 0x44 }
+ - { offsetInCU: 0x303, offset: 0x1873D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x984, symBinAddr: 0x1B2130, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x1873E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0AAWI', symObjAddr: 0x9C8, symBinAddr: 0x1B2174, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x1873FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVACSEAAWl', symObjAddr: 0x9EC, symBinAddr: 0x1B2198, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x18740E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA30, symBinAddr: 0x1B21DC, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x187422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwCP', symObjAddr: 0xA54, symBinAddr: 0x1B2200, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x187436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwxx', symObjAddr: 0xA84, symBinAddr: 0x1B2230, symSize: 0x38 }
+ - { offsetInCU: 0x37B, offset: 0x18744A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwcp', symObjAddr: 0xABC, symBinAddr: 0x1B2268, symSize: 0x6C }
+ - { offsetInCU: 0x38F, offset: 0x18745E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwca', symObjAddr: 0xB28, symBinAddr: 0x1B22D4, symSize: 0xB4 }
+ - { offsetInCU: 0x3A3, offset: 0x187472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwta', symObjAddr: 0xC00, symBinAddr: 0x1B2388, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x187486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwet', symObjAddr: 0xC6C, symBinAddr: 0x1B23F4, symSize: 0x48 }
+ - { offsetInCU: 0x3CB, offset: 0x18749A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwst', symObjAddr: 0xCB4, symBinAddr: 0x1B243C, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x1874AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVMa', symObjAddr: 0xD04, symBinAddr: 0x1B248C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x187707, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1B249C, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x18772B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1B249C, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x187766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0x1B2598, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x187787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0x1B2600, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x1877B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0x1B266C, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x1877D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0x1B26D8, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1877F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0x1B26DC, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x187811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0x1B2708, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x18782D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0x1B2710, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x187841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x1B273C, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x1878C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0x1B28B4, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x1878F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x1B28BC, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x18793A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x1B2924, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x18796C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x1B2950, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x187990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0x1B2538, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x1879AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0x1B2558, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x1879E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x1B2988, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x1879F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x1B29AC, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x187A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x1B29F0, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x187A21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x1B29F4, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x187A35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x1B2A3C, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x187A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x1B2A60, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x187A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0x1B2A8C, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x187A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x1B2AD0, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x187A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x1B2B14, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x187A99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x1B2B38, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x187AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x1B2B7C, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x187AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x1B2BA0, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x187AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x1B2BD0, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x187AE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x1B2BF8, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x187AFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x1B2C3C, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x187B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwta', symObjAddr: 0x958, symBinAddr: 0x1B2CB0, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x187B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x1B2CFC, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x187B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x1B2D44, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x187B4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x1B2D8C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x187D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8hasVideoSbvg', symObjAddr: 0x0, symBinAddr: 0x1B2D9C, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x187DB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8hasVideoSbvg', symObjAddr: 0x0, symBinAddr: 0x1B2D9C, symSize: 0xC }
+ - { offsetInCU: 0x7A, offset: 0x187DE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO11stringValueACSS_tcfC', symObjAddr: 0xC, symBinAddr: 0x1B2DA8, symSize: 0xD4 }
+ - { offsetInCU: 0xEF, offset: 0x187E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO11stringValueSSvg', symObjAddr: 0xE0, symBinAddr: 0x1B2E7C, symSize: 0x6C }
+ - { offsetInCU: 0x10E, offset: 0x187E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x14C, symBinAddr: 0x1B2EE8, symSize: 0x14 }
+ - { offsetInCU: 0x140, offset: 0x187EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO6encode2toys7Encoder_p_tKF', symObjAddr: 0x160, symBinAddr: 0x1B2EFC, symSize: 0xF4 }
+ - { offsetInCU: 0x1B3, offset: 0x187F1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x254, symBinAddr: 0x1B2FF0, symSize: 0x20 }
+ - { offsetInCU: 0x1D2, offset: 0x187F3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8rawValueSivg', symObjAddr: 0x274, symBinAddr: 0x1B3010, symSize: 0x4 }
+ - { offsetInCU: 0x215, offset: 0x187F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x338, symBinAddr: 0x1B30D4, symSize: 0x2C }
+ - { offsetInCU: 0x246, offset: 0x187FB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x364, symBinAddr: 0x1B3100, symSize: 0xC }
+ - { offsetInCU: 0x278, offset: 0x187FE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x370, symBinAddr: 0x1B310C, symSize: 0x28 }
+ - { offsetInCU: 0x2B0, offset: 0x18801C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x398, symBinAddr: 0x1B3134, symSize: 0x18 }
+ - { offsetInCU: 0x315, offset: 0x188081, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x3B0, symBinAddr: 0x1B314C, symSize: 0x170 }
+ - { offsetInCU: 0x3E9, offset: 0x188155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASQWb', symObjAddr: 0x58C, symBinAddr: 0x1B32BC, symSize: 0x4 }
+ - { offsetInCU: 0x3FD, offset: 0x188169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSQAAWl', symObjAddr: 0x590, symBinAddr: 0x1B32C0, symSize: 0x44 }
+ - { offsetInCU: 0x411, offset: 0x18817D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOMa', symObjAddr: 0x5D4, symBinAddr: 0x1B3304, symSize: 0x10 }
+ - { offsetInCU: 0x454, offset: 0x1881C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x278, symBinAddr: 0x1B3014, symSize: 0x14 }
+ - { offsetInCU: 0x4E5, offset: 0x188251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0x1B3028, symSize: 0x44 }
+ - { offsetInCU: 0x594, offset: 0x188300, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2D0, symBinAddr: 0x1B306C, symSize: 0x28 }
+ - { offsetInCU: 0x5E7, offset: 0x188353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2F8, symBinAddr: 0x1B3094, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x1885AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5widths5Int32Vvg', symObjAddr: 0x0, symBinAddr: 0x1B3314, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x1885D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5widths5Int32Vvg', symObjAddr: 0x0, symBinAddr: 0x1B3314, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x1885EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV6heights5Int32Vvg', symObjAddr: 0x4, symBinAddr: 0x1B3318, symSize: 0x8 }
+ - { offsetInCU: 0x8F, offset: 0x188616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO8toStringSSvg', symObjAddr: 0xC, symBinAddr: 0x1B3320, symSize: 0x20 }
+ - { offsetInCU: 0xBE, offset: 0x188645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO2eeoiySbAE_AEtFZ', symObjAddr: 0x2C, symBinAddr: 0x1B3340, symSize: 0x10 }
+ - { offsetInCU: 0xEC, offset: 0x188673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x3C, symBinAddr: 0x1B3350, symSize: 0x24 }
+ - { offsetInCU: 0x186, offset: 0x18870D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x1B3374, symSize: 0x44 }
+ - { offsetInCU: 0x28E, offset: 0x188815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA4, symBinAddr: 0x1B33B8, symSize: 0x14 }
+ - { offsetInCU: 0x2EA, offset: 0x188871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH9hashValueSivgTW', symObjAddr: 0xB8, symBinAddr: 0x1B33CC, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x188954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xFC, symBinAddr: 0x1B3410, symSize: 0x28 }
+ - { offsetInCU: 0x440, offset: 0x1889C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV4typeA2C0D4TypeO_tcfC', symObjAddr: 0x164, symBinAddr: 0x1B3478, symSize: 0x24 }
+ - { offsetInCU: 0x46F, offset: 0x1889F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5width6heightACs5Int32V_AGtcfC', symObjAddr: 0x188, symBinAddr: 0x1B349C, symSize: 0xC }
+ - { offsetInCU: 0x4D3, offset: 0x188A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASQWb', symObjAddr: 0x194, symBinAddr: 0x1B34A8, symSize: 0x4 }
+ - { offsetInCU: 0x4E7, offset: 0x188A6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOAESQAAWl', symObjAddr: 0x198, symBinAddr: 0x1B34AC, symSize: 0x44 }
+ - { offsetInCU: 0x4FB, offset: 0x188A82, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_4, symObjAddr: 0x1DC, symBinAddr: 0x1B34F0, symSize: 0xC }
+ - { offsetInCU: 0x50F, offset: 0x188A96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVwet', symObjAddr: 0x1EC, symBinAddr: 0x1B34FC, symSize: 0x20 }
+ - { offsetInCU: 0x523, offset: 0x188AAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVwst', symObjAddr: 0x20C, symBinAddr: 0x1B351C, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x188ABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVMa', symObjAddr: 0x234, symBinAddr: 0x1B3544, symSize: 0x10 }
+ - { offsetInCU: 0x54B, offset: 0x188AD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwet', symObjAddr: 0x250, symBinAddr: 0x1B3554, symSize: 0x90 }
+ - { offsetInCU: 0x55F, offset: 0x188AE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwst', symObjAddr: 0x2E0, symBinAddr: 0x1B35E4, symSize: 0xBC }
+ - { offsetInCU: 0x573, offset: 0x188AFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwug', symObjAddr: 0x39C, symBinAddr: 0x1B36A0, symSize: 0x8 }
+ - { offsetInCU: 0x587, offset: 0x188B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwup', symObjAddr: 0x3A4, symBinAddr: 0x1B36A8, symSize: 0x4 }
+ - { offsetInCU: 0x59B, offset: 0x188B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwui', symObjAddr: 0x3A8, symBinAddr: 0x1B36AC, symSize: 0x8 }
+ - { offsetInCU: 0x5AF, offset: 0x188B36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOMa', symObjAddr: 0x3B0, symBinAddr: 0x1B36B4, symSize: 0x10 }
+ - { offsetInCU: 0x601, offset: 0x188B88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x124, symBinAddr: 0x1B3438, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x188DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1B36C4, symSize: 0x64 }
+ - { offsetInCU: 0x4B, offset: 0x188E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1B36C4, symSize: 0x64 }
+ - { offsetInCU: 0x6A, offset: 0x188E3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueAESS_tcfC', symObjAddr: 0x64, symBinAddr: 0x1B3728, symSize: 0xD0 }
+ - { offsetInCU: 0xDF, offset: 0x188EB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x134, symBinAddr: 0x1B37F8, symSize: 0x14 }
+ - { offsetInCU: 0x111, offset: 0x188EE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO6encode2toys7Encoder_p_tKF', symObjAddr: 0x148, symBinAddr: 0x1B380C, symSize: 0xF4 }
+ - { offsetInCU: 0x184, offset: 0x188F56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO8rawValueAESgSi_tcfC', symObjAddr: 0x23C, symBinAddr: 0x1B3900, symSize: 0x20 }
+ - { offsetInCU: 0x1A3, offset: 0x188F75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO8rawValueSivg', symObjAddr: 0x25C, symBinAddr: 0x1B3920, symSize: 0x4 }
+ - { offsetInCU: 0x1E6, offset: 0x188FB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x320, symBinAddr: 0x1B39E4, symSize: 0x2C }
+ - { offsetInCU: 0x217, offset: 0x188FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x34C, symBinAddr: 0x1B3A10, symSize: 0xC }
+ - { offsetInCU: 0x249, offset: 0x18901B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x358, symBinAddr: 0x1B3A1C, symSize: 0x28 }
+ - { offsetInCU: 0x281, offset: 0x189053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x380, symBinAddr: 0x1B3A44, symSize: 0x18 }
+ - { offsetInCU: 0x2E6, offset: 0x1890B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x398, symBinAddr: 0x1B3A5C, symSize: 0x174 }
+ - { offsetInCU: 0x3B0, offset: 0x189182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASQWb', symObjAddr: 0x578, symBinAddr: 0x1B3BD0, symSize: 0x4 }
+ - { offsetInCU: 0x3C4, offset: 0x189196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESQAAWl', symObjAddr: 0x57C, symBinAddr: 0x1B3BD4, symSize: 0x44 }
+ - { offsetInCU: 0x3D8, offset: 0x1891AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOMa', symObjAddr: 0x5C0, symBinAddr: 0x1B3C18, symSize: 0x10 }
+ - { offsetInCU: 0x41B, offset: 0x1891ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x260, symBinAddr: 0x1B3924, symSize: 0x14 }
+ - { offsetInCU: 0x4AC, offset: 0x18927E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x274, symBinAddr: 0x1B3938, symSize: 0x44 }
+ - { offsetInCU: 0x55B, offset: 0x18932D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B8, symBinAddr: 0x1B397C, symSize: 0x28 }
+ - { offsetInCU: 0x5AE, offset: 0x189380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x1B39A4, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x1895FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg', symObjAddr: 0x0, symBinAddr: 0x1B3C30, symSize: 0x20 }
+ - { offsetInCU: 0x78, offset: 0x18962C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO05eventF0AA0dF0OSgvg', symObjAddr: 0x20, symBinAddr: 0x1B3C50, symSize: 0x18 }
+ - { offsetInCU: 0xC1, offset: 0x189675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x38, symBinAddr: 0x1B3C68, symSize: 0x74 }
+ - { offsetInCU: 0xED, offset: 0x1896A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO8rawValueSSvg', symObjAddr: 0xEC, symBinAddr: 0x1B3CDC, symSize: 0x20 }
+ - { offsetInCU: 0x136, offset: 0x1896EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x2D8, symBinAddr: 0x1B3EC8, symSize: 0x78 }
+ - { offsetInCU: 0x177, offset: 0x18972B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x350, symBinAddr: 0x1B3F40, symSize: 0x28 }
+ - { offsetInCU: 0x1A2, offset: 0x189756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASQWb', symObjAddr: 0x194, symBinAddr: 0x1B3D84, symSize: 0x4 }
+ - { offsetInCU: 0x1B6, offset: 0x18976A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOACSQAAWl', symObjAddr: 0x198, symBinAddr: 0x1B3D88, symSize: 0x44 }
+ - { offsetInCU: 0x1D5, offset: 0x189789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwet', symObjAddr: 0x398, symBinAddr: 0x1B3F78, symSize: 0x90 }
+ - { offsetInCU: 0x1E9, offset: 0x18979D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwst', symObjAddr: 0x428, symBinAddr: 0x1B4008, symSize: 0xBC }
+ - { offsetInCU: 0x1FD, offset: 0x1897B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwug', symObjAddr: 0x4E4, symBinAddr: 0x1B40C4, symSize: 0x8 }
+ - { offsetInCU: 0x211, offset: 0x1897C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwup', symObjAddr: 0x4EC, symBinAddr: 0x1B40CC, symSize: 0x4 }
+ - { offsetInCU: 0x225, offset: 0x1897D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwui', symObjAddr: 0x4F0, symBinAddr: 0x1B40D0, symSize: 0x8 }
+ - { offsetInCU: 0x239, offset: 0x1897ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOMa', symObjAddr: 0x4F8, symBinAddr: 0x1B40D8, symSize: 0x10 }
+ - { offsetInCU: 0x282, offset: 0x189836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10C, symBinAddr: 0x1B3CFC, symSize: 0x88 }
+ - { offsetInCU: 0x331, offset: 0x1898E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1DC, symBinAddr: 0x1B3DCC, symSize: 0x60 }
+ - { offsetInCU: 0x3AF, offset: 0x189963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23C, symBinAddr: 0x1B3E2C, symSize: 0x40 }
+ - { offsetInCU: 0x401, offset: 0x1899B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x27C, symBinAddr: 0x1B3E6C, symSize: 0x5C }
+ - { offsetInCU: 0x6D, offset: 0x189C1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfC', symObjAddr: 0x0, symBinAddr: 0x1B40E8, symSize: 0x110 }
+ - { offsetInCU: 0xB7, offset: 0x189C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0x110, symBinAddr: 0x1B41F8, symSize: 0x8 }
+ - { offsetInCU: 0xD3, offset: 0x189C85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvg', symObjAddr: 0x118, symBinAddr: 0x1B4200, symSize: 0x40 }
+ - { offsetInCU: 0xEF, offset: 0x189CA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvs', symObjAddr: 0x158, symBinAddr: 0x1B4240, symSize: 0x50 }
+ - { offsetInCU: 0x10B, offset: 0x189CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvM', symObjAddr: 0x1A8, symBinAddr: 0x1B4290, symSize: 0x3C }
+ - { offsetInCU: 0x127, offset: 0x189CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifierSSvg', symObjAddr: 0x1E4, symBinAddr: 0x1B42CC, symSize: 0x2C }
+ - { offsetInCU: 0x143, offset: 0x189CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11descriptionSSvg', symObjAddr: 0x210, symBinAddr: 0x1B42F8, symSize: 0x1B0 }
+ - { offsetInCU: 0x301, offset: 0x189EB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvg', symObjAddr: 0x3C0, symBinAddr: 0x1B44A8, symSize: 0x48 }
+ - { offsetInCU: 0x31D, offset: 0x189ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvs', symObjAddr: 0x408, symBinAddr: 0x1B44F0, symSize: 0x50 }
+ - { offsetInCU: 0x339, offset: 0x189EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvM', symObjAddr: 0x458, symBinAddr: 0x1B4540, symSize: 0x3C }
+ - { offsetInCU: 0x355, offset: 0x189F07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvM.resume.0', symObjAddr: 0x494, symBinAddr: 0x1B457C, symSize: 0x4 }
+ - { offsetInCU: 0x371, offset: 0x189F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvg', symObjAddr: 0x498, symBinAddr: 0x1B4580, symSize: 0x48 }
+ - { offsetInCU: 0x38D, offset: 0x189F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvs', symObjAddr: 0x4E0, symBinAddr: 0x1B45C8, symSize: 0x50 }
+ - { offsetInCU: 0x3A9, offset: 0x189F5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvM', symObjAddr: 0x530, symBinAddr: 0x1B4618, symSize: 0x3C }
+ - { offsetInCU: 0x3C5, offset: 0x189F77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6roomIdSSvg', symObjAddr: 0x56C, symBinAddr: 0x1B4654, symSize: 0x2C }
+ - { offsetInCU: 0x3E1, offset: 0x189F93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvg', symObjAddr: 0x598, symBinAddr: 0x1B4680, symSize: 0x48 }
+ - { offsetInCU: 0x3FD, offset: 0x189FAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvs', symObjAddr: 0x5E0, symBinAddr: 0x1B46C8, symSize: 0x50 }
+ - { offsetInCU: 0x419, offset: 0x189FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvM', symObjAddr: 0x630, symBinAddr: 0x1B4718, symSize: 0x3C }
+ - { offsetInCU: 0x435, offset: 0x189FE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvg', symObjAddr: 0x66C, symBinAddr: 0x1B4754, symSize: 0x44 }
+ - { offsetInCU: 0x451, offset: 0x18A003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvs', symObjAddr: 0x6B0, symBinAddr: 0x1B4798, symSize: 0x60 }
+ - { offsetInCU: 0x46D, offset: 0x18A01F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvM', symObjAddr: 0x710, symBinAddr: 0x1B47F8, symSize: 0x6C }
+ - { offsetInCU: 0x489, offset: 0x18A03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvM.resume.0', symObjAddr: 0x77C, symBinAddr: 0x1B4864, symSize: 0x70 }
+ - { offsetInCU: 0x4A5, offset: 0x18A057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11isConnectedSbvg', symObjAddr: 0x7EC, symBinAddr: 0x1B48D4, symSize: 0x50 }
+ - { offsetInCU: 0x4D4, offset: 0x18A086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivg', symObjAddr: 0x83C, symBinAddr: 0x1B4924, symSize: 0x30 }
+ - { offsetInCU: 0x4F0, offset: 0x18A0A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivs', symObjAddr: 0x86C, symBinAddr: 0x1B4954, symSize: 0x3C }
+ - { offsetInCU: 0x50C, offset: 0x18A0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivM', symObjAddr: 0x8A8, symBinAddr: 0x1B4990, symSize: 0x3C }
+ - { offsetInCU: 0x528, offset: 0x18A0DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0Ovg', symObjAddr: 0x95C, symBinAddr: 0x1B4A44, symSize: 0x64 }
+ - { offsetInCU: 0x544, offset: 0x18A0F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0Ovs', symObjAddr: 0x9C0, symBinAddr: 0x1B4AA8, symSize: 0x88 }
+ - { offsetInCU: 0x560, offset: 0x18A112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0OvM', symObjAddr: 0xA48, symBinAddr: 0x1B4B30, symSize: 0x44 }
+ - { offsetInCU: 0x57C, offset: 0x18A12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvw', symObjAddr: 0xA8C, symBinAddr: 0x1B4B74, symSize: 0x214 }
+ - { offsetInCU: 0x7A8, offset: 0x18A35A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvW', symObjAddr: 0xCA0, symBinAddr: 0x1B4D88, symSize: 0x238 }
+ - { offsetInCU: 0x9D4, offset: 0x18A586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvg', symObjAddr: 0xED8, symBinAddr: 0x1B4FC0, symSize: 0x48 }
+ - { offsetInCU: 0x9F0, offset: 0x18A5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvs', symObjAddr: 0xF20, symBinAddr: 0x1B5008, symSize: 0x98 }
+ - { offsetInCU: 0xA19, offset: 0x18A5CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvM', symObjAddr: 0xFB8, symBinAddr: 0x1B50A0, symSize: 0x74 }
+ - { offsetInCU: 0xA5F, offset: 0x18A611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvM.resume.0', symObjAddr: 0x102C, symBinAddr: 0x1B5114, symSize: 0xD4 }
+ - { offsetInCU: 0xA88, offset: 0x18A63A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14audioDirectionAA12WebRTCClientC0F0Ovg', symObjAddr: 0x1100, symBinAddr: 0x1B51E8, symSize: 0x10 }
+ - { offsetInCU: 0xAA4, offset: 0x18A656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14videoDirectionAA12WebRTCClientC0F0Ovg', symObjAddr: 0x1110, symBinAddr: 0x1B51F8, symSize: 0x10 }
+ - { offsetInCU: 0xAC0, offset: 0x18A672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvg', symObjAddr: 0x1120, symBinAddr: 0x1B5208, symSize: 0x4C }
+ - { offsetInCU: 0xADC, offset: 0x18A68E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvs', symObjAddr: 0x116C, symBinAddr: 0x1B5254, symSize: 0x68 }
+ - { offsetInCU: 0xAF8, offset: 0x18A6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvM', symObjAddr: 0x11D4, symBinAddr: 0x1B52BC, symSize: 0x74 }
+ - { offsetInCU: 0xB14, offset: 0x18A6C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvM.resume.0', symObjAddr: 0x1248, symBinAddr: 0x1B5330, symSize: 0x74 }
+ - { offsetInCU: 0xB30, offset: 0x18A6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0Cvg', symObjAddr: 0x12BC, symBinAddr: 0x1B53A4, symSize: 0x64 }
+ - { offsetInCU: 0xB5E, offset: 0x18A710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvgAFyXEfU_', symObjAddr: 0x1320, symBinAddr: 0x1B5408, symSize: 0x154 }
+ - { offsetInCU: 0xC23, offset: 0x18A7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0Cvs', symObjAddr: 0x1474, symBinAddr: 0x1B555C, symSize: 0x18 }
+ - { offsetInCU: 0xC4A, offset: 0x18A7FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvM', symObjAddr: 0x148C, symBinAddr: 0x1B5574, symSize: 0x34 }
+ - { offsetInCU: 0xC90, offset: 0x18A842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvM.resume.0', symObjAddr: 0x14C0, symBinAddr: 0x1B55A8, symSize: 0x18 }
+ - { offsetInCU: 0xCC1, offset: 0x18A873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfc', symObjAddr: 0x14D8, symBinAddr: 0x1B55C0, symSize: 0xF8 }
+ - { offsetInCU: 0xCEB, offset: 0x18A89D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCfd', symObjAddr: 0x15D0, symBinAddr: 0x1B56B8, symSize: 0x25C }
+ - { offsetInCU: 0xE7E, offset: 0x18AA30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCfD', symObjAddr: 0x182C, symBinAddr: 0x1B5914, symSize: 0x20 }
+ - { offsetInCU: 0xEAB, offset: 0x18AA5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11changeState2toyAA0dF0C_tF', symObjAddr: 0x184C, symBinAddr: 0x1B5934, symSize: 0x354 }
+ - { offsetInCU: 0x1084, offset: 0x18AC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC7connectyyF', symObjAddr: 0x1BA0, symBinAddr: 0x1B5C88, symSize: 0x34C }
+ - { offsetInCU: 0x1253, offset: 0x18AE05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6attach2toySS_tF', symObjAddr: 0x1EEC, symBinAddr: 0x1B5FD4, symSize: 0x270 }
+ - { offsetInCU: 0x1498, offset: 0x18B04A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCF', symObjAddr: 0x215C, symBinAddr: 0x1B6244, symSize: 0x478 }
+ - { offsetInCU: 0x18C8, offset: 0x18B47A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFySbcfU_', symObjAddr: 0x25D4, symBinAddr: 0x1B66BC, symSize: 0x418 }
+ - { offsetInCU: 0x1CF4, offset: 0x18B8A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFTo', symObjAddr: 0x29EC, symBinAddr: 0x1B6AD4, symSize: 0x4C }
+ - { offsetInCU: 0x1D10, offset: 0x18B8C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5close012shouldDeleteD0ySb_tF', symObjAddr: 0x2A38, symBinAddr: 0x1B6B20, symSize: 0x378 }
+ - { offsetInCU: 0x1EFB, offset: 0x18BAAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC17renewWebRTCClientyyF', symObjAddr: 0x2DB0, symBinAddr: 0x1B6E98, symSize: 0x1D0 }
+ - { offsetInCU: 0x1FC3, offset: 0x18BB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfcTf4nnneennnn_nTf4ggggggnnn_n', symObjAddr: 0x2F80, symBinAddr: 0x1B7068, symSize: 0x440 }
+ - { offsetInCU: 0x2190, offset: 0x18BD42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0OvpACTk', symObjAddr: 0x8E4, symBinAddr: 0x1B49CC, symSize: 0x78 }
+ - { offsetInCU: 0x22F3, offset: 0x18BEA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EndpointDelegate_pSgXwWOh', symObjAddr: 0x3470, symBinAddr: 0x1B74A8, symSize: 0x24 }
+ - { offsetInCU: 0x2307, offset: 0x18BEB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMa', symObjAddr: 0x3494, symBinAddr: 0x1B74CC, symSize: 0x3C }
+ - { offsetInCU: 0x231B, offset: 0x18BECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11changeState2toyAA0dF0C_tFyyYbcfU_TA', symObjAddr: 0x34FC, symBinAddr: 0x1B7534, symSize: 0x38 }
+ - { offsetInCU: 0x2357, offset: 0x18BF09, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3534, symBinAddr: 0x1B756C, symSize: 0x10 }
+ - { offsetInCU: 0x236B, offset: 0x18BF1D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3544, symBinAddr: 0x1B757C, symSize: 0x8 }
+ - { offsetInCU: 0x237F, offset: 0x18BF31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC7connectyyFyyYbcfU_TA', symObjAddr: 0x358C, symBinAddr: 0x1B75C4, symSize: 0x40 }
+ - { offsetInCU: 0x23B3, offset: 0x18BF65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFySbcfU_TA', symObjAddr: 0x3680, symBinAddr: 0x1B7630, symSize: 0x10 }
+ - { offsetInCU: 0x23C7, offset: 0x18BF79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5close012shouldDeleteD0ySb_tFyyYbcfU_TA', symObjAddr: 0x36B4, symBinAddr: 0x1B7664, symSize: 0x54 }
+ - { offsetInCU: 0x23FB, offset: 0x18BFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMU', symObjAddr: 0x3AFC, symBinAddr: 0x1B7AAC, symSize: 0x8 }
+ - { offsetInCU: 0x240F, offset: 0x18BFC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMr', symObjAddr: 0x3B04, symBinAddr: 0x1B7AB4, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x18C424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6roomIdSSvg', symObjAddr: 0x30, symBinAddr: 0x1B7E60, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x18C440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x5C, symBinAddr: 0x1B7E8C, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x18C45C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x9C, symBinAddr: 0x1B7ECC, symSize: 0x50 }
+ - { offsetInCU: 0x9F, offset: 0x18C478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0xEC, symBinAddr: 0x1B7F1C, symSize: 0x3C }
+ - { offsetInCU: 0xBB, offset: 0x18C494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvM.resume.0', symObjAddr: 0x128, symBinAddr: 0x1B7F58, symSize: 0x4 }
+ - { offsetInCU: 0xD7, offset: 0x18C4B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvg', symObjAddr: 0x12C, symBinAddr: 0x1B7F5C, symSize: 0x44 }
+ - { offsetInCU: 0xF3, offset: 0x18C4CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvs', symObjAddr: 0x170, symBinAddr: 0x1B7FA0, symSize: 0x60 }
+ - { offsetInCU: 0x10F, offset: 0x18C4E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvM', symObjAddr: 0x1D0, symBinAddr: 0x1B8000, symSize: 0x6C }
+ - { offsetInCU: 0x12B, offset: 0x18C504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvM.resume.0', symObjAddr: 0x23C, symBinAddr: 0x1B806C, symSize: 0x70 }
+ - { offsetInCU: 0x147, offset: 0x18C520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvg', symObjAddr: 0x2AC, symBinAddr: 0x1B80DC, symSize: 0x44 }
+ - { offsetInCU: 0x163, offset: 0x18C53C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvs', symObjAddr: 0x2F0, symBinAddr: 0x1B8120, symSize: 0x60 }
+ - { offsetInCU: 0x17F, offset: 0x18C558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvM', symObjAddr: 0x350, symBinAddr: 0x1B8180, symSize: 0x6C }
+ - { offsetInCU: 0x19B, offset: 0x18C574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvM.resume.0', symObjAddr: 0x3BC, symBinAddr: 0x1B81EC, symSize: 0x70 }
+ - { offsetInCU: 0x1B7, offset: 0x18C590, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC18localParticipantIdSSvg', symObjAddr: 0x42C, symBinAddr: 0x1B825C, symSize: 0x2C }
+ - { offsetInCU: 0x1D3, offset: 0x18C5AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvg', symObjAddr: 0x458, symBinAddr: 0x1B8288, symSize: 0x34 }
+ - { offsetInCU: 0x1EF, offset: 0x18C5C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvs', symObjAddr: 0x48C, symBinAddr: 0x1B82BC, symSize: 0x44 }
+ - { offsetInCU: 0x20B, offset: 0x18C5E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvM', symObjAddr: 0x4D0, symBinAddr: 0x1B8300, symSize: 0x3C }
+ - { offsetInCU: 0x227, offset: 0x18C600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC11descriptionSSvg', symObjAddr: 0x50C, symBinAddr: 0x1B833C, symSize: 0xCC }
+ - { offsetInCU: 0x37C, offset: 0x18C755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC5clearyyF', symObjAddr: 0x6CC, symBinAddr: 0x1B84FC, symSize: 0x1D0 }
+ - { offsetInCU: 0x50F, offset: 0x18C8E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8didEnteryyAA11ParticipantCF', symObjAddr: 0x89C, symBinAddr: 0x1B86CC, symSize: 0x550 }
+ - { offsetInCU: 0xAA0, offset: 0x18CE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC7didExityyAA11ParticipantCF', symObjAddr: 0xDEC, symBinAddr: 0x1B8C1C, symSize: 0x224 }
+ - { offsetInCU: 0xCA4, offset: 0x18D07D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC21didParticipantConnectyyAA06RemoteH0CF', symObjAddr: 0x102C, symBinAddr: 0x1B8E5C, symSize: 0x25C }
+ - { offsetInCU: 0xEC8, offset: 0x18D2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0I0CtF', symObjAddr: 0x14A4, symBinAddr: 0x1B92D4, symSize: 0x48 }
+ - { offsetInCU: 0xF13, offset: 0x18D2EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCfd', symObjAddr: 0x14EC, symBinAddr: 0x1B931C, symSize: 0x44 }
+ - { offsetInCU: 0xF4E, offset: 0x18D327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCfD', symObjAddr: 0x1530, symBinAddr: 0x1B9360, symSize: 0x4C }
+ - { offsetInCU: 0xF91, offset: 0x18D36A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x157C, symBinAddr: 0x1B93AC, symSize: 0x28 }
+ - { offsetInCU: 0xFAD, offset: 0x18D386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x15A4, symBinAddr: 0x1B93D4, symSize: 0x28 }
+ - { offsetInCU: 0xFC9, offset: 0x18D3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x15CC, symBinAddr: 0x1B93FC, symSize: 0x28 }
+ - { offsetInCU: 0xFE5, offset: 0x18D3BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x15F4, symBinAddr: 0x1B9424, symSize: 0x50 }
+ - { offsetInCU: 0x1001, offset: 0x18D3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvgTW', symObjAddr: 0x1648, symBinAddr: 0x1B9478, symSize: 0x28 }
+ - { offsetInCU: 0x101D, offset: 0x18D3F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvsTW', symObjAddr: 0x1670, symBinAddr: 0x1B94A0, symSize: 0x28 }
+ - { offsetInCU: 0x1039, offset: 0x18D412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvMTW', symObjAddr: 0x1698, symBinAddr: 0x1B94C8, symSize: 0x50 }
+ - { offsetInCU: 0x1055, offset: 0x18D42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8didEnteryyAA0G0CFTW', symObjAddr: 0x1718, symBinAddr: 0x1B9548, symSize: 0x28 }
+ - { offsetInCU: 0x1071, offset: 0x18D44A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP7didExityyAA0G0CFTW', symObjAddr: 0x1740, symBinAddr: 0x1B9570, symSize: 0x28 }
+ - { offsetInCU: 0x108D, offset: 0x18D466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG5EnteryyAA06RemoteG0CFTW', symObjAddr: 0x1768, symBinAddr: 0x1B9598, symSize: 0x28 }
+ - { offsetInCU: 0x10A9, offset: 0x18D482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG7ConnectyyAA06RemoteG0CFTW', symObjAddr: 0x1790, symBinAddr: 0x1B95C0, symSize: 0x28 }
+ - { offsetInCU: 0x10C5, offset: 0x18D49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG4ExityyAA06RemoteG0CFTW', symObjAddr: 0x17B8, symBinAddr: 0x1B95E8, symSize: 0x28 }
+ - { offsetInCU: 0x10E1, offset: 0x18D4BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x17E0, symBinAddr: 0x1B9610, symSize: 0x28 }
+ - { offsetInCU: 0x10FD, offset: 0x18D4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP5clearyyFTW', symObjAddr: 0x1808, symBinAddr: 0x1B9638, symSize: 0x28 }
+ - { offsetInCU: 0x1119, offset: 0x18D4F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x1830, symBinAddr: 0x1B9660, symSize: 0x28 }
+ - { offsetInCU: 0x1135, offset: 0x18D50E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6sender6roomId016localParticipantI010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0kF8Delegate_ptcfcTf4nnneen_nTf4nnnggn_n', symObjAddr: 0x2200, symBinAddr: 0x1BA030, symSize: 0x108 }
+ - { offsetInCU: 0x11EB, offset: 0x18D5C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6sender6roomId016localParticipantI010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0kF8Delegate_ptcfCTfq4nnneen_nTf4nnnggn_n', symObjAddr: 0x2308, symBinAddr: 0x1BA138, symSize: 0x9C }
+ - { offsetInCU: 0x1481, offset: 0x18D85A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC21didEndpointDisconnectyyAA0H0CF', symObjAddr: 0x1858, symBinAddr: 0x1B9688, symSize: 0x68 }
+ - { offsetInCU: 0x14A6, offset: 0x18D87F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC18didEndpointConnect_11reconnectedyAA0H0C_SbtF', symObjAddr: 0x18C0, symBinAddr: 0x1B96F0, symSize: 0x160 }
+ - { offsetInCU: 0x14F5, offset: 0x18D8CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC20didEndpointEstablishyyAA0H0CF', symObjAddr: 0x1A20, symBinAddr: 0x1B9850, symSize: 0x120 }
+ - { offsetInCU: 0x1534, offset: 0x18D90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC17didEndpointAttach_13participantIdyAA0H0C_SStF', symObjAddr: 0x1B40, symBinAddr: 0x1B9970, symSize: 0x4 }
+ - { offsetInCU: 0x1577, offset: 0x18D950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16didEndpointCloseyyAA0H0CF', symObjAddr: 0x1B44, symBinAddr: 0x1B9974, symSize: 0x4 }
+ - { offsetInCU: 0x15AE, offset: 0x18D987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC03didD18SessionChangeRoute_6client7session6reason08previousJ0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtF', symObjAddr: 0x1B48, symBinAddr: 0x1B9978, symSize: 0x14 }
+ - { offsetInCU: 0x15EC, offset: 0x18D9C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG10DisconnectyyAA0G0CFTW', symObjAddr: 0x1B5C, symBinAddr: 0x1B998C, symSize: 0x68 }
+ - { offsetInCU: 0x1633, offset: 0x18DA0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG7Connect_11reconnectedyAA0G0C_SbtFTW', symObjAddr: 0x1BC4, symBinAddr: 0x1B99F4, symSize: 0x4 }
+ - { offsetInCU: 0x164F, offset: 0x18DA28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG5CloseyyAA0G0CFTW', symObjAddr: 0x1BC8, symBinAddr: 0x1B99F8, symSize: 0x4 }
+ - { offsetInCU: 0x166B, offset: 0x18DA44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG6Attach_13participantIdyAA0G0C_SStFTW', symObjAddr: 0x1BCC, symBinAddr: 0x1B99FC, symSize: 0x4 }
+ - { offsetInCU: 0x1687, offset: 0x18DA60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG9EstablishyyAA0G0CFTW', symObjAddr: 0x1BD0, symBinAddr: 0x1B9A00, symSize: 0x4 }
+ - { offsetInCU: 0x16B2, offset: 0x18DA8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didD18SessionChangeRoute_6client7session6reason08previousL0yAA0G0C_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0tjL11DescriptionCtFTW', symObjAddr: 0x1BD4, symBinAddr: 0x1B9A04, symSize: 0x14 }
+ - { offsetInCU: 0x16E4, offset: 0x18DABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x1BE8, symBinAddr: 0x1B9A18, symSize: 0x8 }
+ - { offsetInCU: 0x171B, offset: 0x18DAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC11isVideoCall3forSbAA12WebRTCClientC_tF', symObjAddr: 0x1BF0, symBinAddr: 0x1B9A20, symSize: 0x8 }
+ - { offsetInCU: 0x1752, offset: 0x18DB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x1BF8, symBinAddr: 0x1B9A28, symSize: 0x8 }
+ - { offsetInCU: 0x1789, offset: 0x18DB62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16localConstraints3forAA04CallH0CSgAA12WebRTCClientC_tF', symObjAddr: 0x1C00, symBinAddr: 0x1B9A30, symSize: 0x4 }
+ - { offsetInCU: 0x17F1, offset: 0x18DBCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC17remoteConstraints3forAA04CallH0CSgAA12WebRTCClientC_tF', symObjAddr: 0x1C04, symBinAddr: 0x1B9A34, symSize: 0x88 }
+ - { offsetInCU: 0x185D, offset: 0x18DC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x1C8C, symBinAddr: 0x1B9ABC, symSize: 0x4 }
+ - { offsetInCU: 0x18A0, offset: 0x18DC79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0gH0C_tFTW', symObjAddr: 0x1C90, symBinAddr: 0x1B9AC0, symSize: 0x8 }
+ - { offsetInCU: 0x18BC, offset: 0x18DC95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0gH0C_tFTW', symObjAddr: 0x1C98, symBinAddr: 0x1B9AC8, symSize: 0x8 }
+ - { offsetInCU: 0x18D8, offset: 0x18DCB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP11isVideoCall3forSbAA0gH0C_tFTW', symObjAddr: 0x1CA0, symBinAddr: 0x1B9AD0, symSize: 0x8 }
+ - { offsetInCU: 0x18F4, offset: 0x18DCCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0gH0C_tFTW', symObjAddr: 0x1CA8, symBinAddr: 0x1B9AD8, symSize: 0x8 }
+ - { offsetInCU: 0x191F, offset: 0x18DCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1CB0, symBinAddr: 0x1B9AE0, symSize: 0x4 }
+ - { offsetInCU: 0x193F, offset: 0x18DD18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1CB0, symBinAddr: 0x1B9AE0, symSize: 0x4 }
+ - { offsetInCU: 0x197B, offset: 0x18DD54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1CB4, symBinAddr: 0x1B9AE4, symSize: 0x88 }
+ - { offsetInCU: 0x19F9, offset: 0x18DDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0gH0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x1D3C, symBinAddr: 0x1B9B6C, symSize: 0x4 }
+ - { offsetInCU: 0x1A15, offset: 0x18DDEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0gH0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x1D40, symBinAddr: 0x1B9B70, symSize: 0x4 }
+ - { offsetInCU: 0x1A31, offset: 0x18DE0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16localConstraints3forAA04CallH0CSgAA12WebRTCClientC_tFTf4dn_n', symObjAddr: 0x1D44, symBinAddr: 0x1B9B74, symSize: 0x150 }
+ - { offsetInCU: 0x1B04, offset: 0x18DEDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC03didD18SessionChangeRoute_6client7session6reason08previousJ0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtFTf4dnnnnn_n', symObjAddr: 0x1E94, symBinAddr: 0x1B9CC4, symSize: 0x36C }
+ - { offsetInCU: 0x1DAE, offset: 0x18E187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCMa', symObjAddr: 0x2628, symBinAddr: 0x1BA384, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x18E4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1BA4BC, symSize: 0x18 }
+ - { offsetInCU: 0x4B, offset: 0x18E4FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1BA4BC, symSize: 0x18 }
+ - { offsetInCU: 0xA6, offset: 0x18E555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvgZ', symObjAddr: 0x58, symBinAddr: 0x1BA514, symSize: 0x28 }
+ - { offsetInCU: 0xC7, offset: 0x18E576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvMZ', symObjAddr: 0x80, symBinAddr: 0x1BA53C, symSize: 0x40 }
+ - { offsetInCU: 0xF8, offset: 0x18E5A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvMZ.resume.0', symObjAddr: 0xC0, symBinAddr: 0x1BA57C, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x18E5C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC4, symBinAddr: 0x1BA580, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x18E5DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xCC, symBinAddr: 0x1BA588, symSize: 0xB8 }
+ - { offsetInCU: 0x1B3, offset: 0x18E662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV12isWSRequiredSbvg', symObjAddr: 0x1EC, symBinAddr: 0x1BA640, symSize: 0x8 }
+ - { offsetInCU: 0x1CF, offset: 0x18E67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomIdSSvg', symObjAddr: 0x1F4, symBinAddr: 0x1BA648, symSize: 0x2C }
+ - { offsetInCU: 0x1EB, offset: 0x18E69A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV13participantIdSSvg', symObjAddr: 0x220, symBinAddr: 0x1BA674, symSize: 0x2C }
+ - { offsetInCU: 0x207, offset: 0x18E6B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV02isE7EnabledSbvg', symObjAddr: 0x24C, symBinAddr: 0x1BA6A0, symSize: 0x8 }
+ - { offsetInCU: 0x223, offset: 0x18E6D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x254, symBinAddr: 0x1BA6A8, symSize: 0xE0 }
+ - { offsetInCU: 0x25D, offset: 0x18E70C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0D11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x39C, symBinAddr: 0x1BA788, symSize: 0x8 }
+ - { offsetInCU: 0x288, offset: 0x18E737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x454, symBinAddr: 0x1BA7FC, symSize: 0x40 }
+ - { offsetInCU: 0x2BF, offset: 0x18E76E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5B0, symBinAddr: 0x1BA914, symSize: 0x8 }
+ - { offsetInCU: 0x2DB, offset: 0x18E78A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5B8, symBinAddr: 0x1BA91C, symSize: 0x38 }
+ - { offsetInCU: 0x345, offset: 0x18E7F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x67C, symBinAddr: 0x1BA9E0, symSize: 0xE4 }
+ - { offsetInCU: 0x392, offset: 0x18E841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultType_WZ', symObjAddr: 0x18, symBinAddr: 0x1BA4D4, symSize: 0x4 }
+ - { offsetInCU: 0x3AC, offset: 0x18E85B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvau', symObjAddr: 0x1C, symBinAddr: 0x1BA4D8, symSize: 0x3C }
+ - { offsetInCU: 0x3F2, offset: 0x18E8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0D11RequestableAAWI', symObjAddr: 0x3A4, symBinAddr: 0x1BA790, symSize: 0x24 }
+ - { offsetInCU: 0x406, offset: 0x18E8B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3C8, symBinAddr: 0x1BA7B4, symSize: 0x44 }
+ - { offsetInCU: 0x41A, offset: 0x18E8C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x40C, symBinAddr: 0x1BA7F8, symSize: 0x4 }
+ - { offsetInCU: 0x42E, offset: 0x18E8DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA14APIRequestableAAWI', symObjAddr: 0x494, symBinAddr: 0x1BA83C, symSize: 0x24 }
+ - { offsetInCU: 0x442, offset: 0x18E8F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA11RequestableAAWI', symObjAddr: 0x4FC, symBinAddr: 0x1BA860, symSize: 0x2C }
+ - { offsetInCU: 0x456, offset: 0x18E905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA0G0AAWl', symObjAddr: 0x528, symBinAddr: 0x1BA88C, symSize: 0x44 }
+ - { offsetInCU: 0x46A, offset: 0x18E919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x56C, symBinAddr: 0x1BA8D0, symSize: 0x44 }
+ - { offsetInCU: 0x47E, offset: 0x18E92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0AAWI', symObjAddr: 0x5F0, symBinAddr: 0x1BA954, symSize: 0x24 }
+ - { offsetInCU: 0x492, offset: 0x18E941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVACSEAAWl', symObjAddr: 0x614, symBinAddr: 0x1BA978, symSize: 0x44 }
+ - { offsetInCU: 0x4A6, offset: 0x18E955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x658, symBinAddr: 0x1BA9BC, symSize: 0x24 }
+ - { offsetInCU: 0x4CC, offset: 0x18E97B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwCP', symObjAddr: 0x760, symBinAddr: 0x1BAAC4, symSize: 0x30 }
+ - { offsetInCU: 0x4E0, offset: 0x18E98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwxx', symObjAddr: 0x790, symBinAddr: 0x1BAAF4, symSize: 0x28 }
+ - { offsetInCU: 0x4F4, offset: 0x18E9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwcp', symObjAddr: 0x7B8, symBinAddr: 0x1BAB1C, symSize: 0x4C }
+ - { offsetInCU: 0x508, offset: 0x18E9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwca', symObjAddr: 0x804, symBinAddr: 0x1BAB68, symSize: 0x84 }
+ - { offsetInCU: 0x51C, offset: 0x18E9CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwta', symObjAddr: 0x89C, symBinAddr: 0x1BABEC, symSize: 0x5C }
+ - { offsetInCU: 0x530, offset: 0x18E9DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwet', symObjAddr: 0x8F8, symBinAddr: 0x1BAC48, symSize: 0x48 }
+ - { offsetInCU: 0x544, offset: 0x18E9F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwst', symObjAddr: 0x940, symBinAddr: 0x1BAC90, symSize: 0x4C }
+ - { offsetInCU: 0x558, offset: 0x18EA07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVMa', symObjAddr: 0x98C, symBinAddr: 0x1BACDC, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x18EC53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0OtcfC', symObjAddr: 0x0, symBinAddr: 0x1BACF0, symSize: 0xEC }
+ - { offsetInCU: 0xBD, offset: 0x18ECE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0OtcfC', symObjAddr: 0x0, symBinAddr: 0x1BACF0, symSize: 0xEC }
+ - { offsetInCU: 0x17D, offset: 0x18EDA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11recordingIdSSvg', symObjAddr: 0xEC, symBinAddr: 0x1BADDC, symSize: 0x2C }
+ - { offsetInCU: 0x199, offset: 0x18EDC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC13recordingTypeAA0D7OptionsC0dI0Ovg', symObjAddr: 0x118, symBinAddr: 0x1BAE08, symSize: 0x8 }
+ - { offsetInCU: 0x1B5, offset: 0x18EDE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC09recordingE0AA0dE0Ovg', symObjAddr: 0x120, symBinAddr: 0x1BAE10, symSize: 0x8 }
+ - { offsetInCU: 0x1D1, offset: 0x18EDFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0Otcfc', symObjAddr: 0x128, symBinAddr: 0x1BAE18, symSize: 0xC0 }
+ - { offsetInCU: 0x277, offset: 0x18EEA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E8, symBinAddr: 0x1BAED8, symSize: 0x48 }
+ - { offsetInCU: 0x29C, offset: 0x18EEC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x230, symBinAddr: 0x1BAF20, symSize: 0x30C }
+ - { offsetInCU: 0x31B, offset: 0x18EF47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC02asD4InfoAA18DirectCallSnapshotC0dI0Cvg', symObjAddr: 0x734, symBinAddr: 0x1BB290, symSize: 0x54 }
+ - { offsetInCU: 0x3D6, offset: 0x18F002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x788, symBinAddr: 0x1BB2E4, symSize: 0x2C }
+ - { offsetInCU: 0x435, offset: 0x18F061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B4, symBinAddr: 0x1BB310, symSize: 0x2C }
+ - { offsetInCU: 0x492, offset: 0x18F0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfd', symObjAddr: 0x7E8, symBinAddr: 0x1BB344, symSize: 0x34 }
+ - { offsetInCU: 0x4E3, offset: 0x18F10F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfD', symObjAddr: 0x830, symBinAddr: 0x1BB378, symSize: 0x3C }
+ - { offsetInCU: 0x5C8, offset: 0x18F1F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCMa', symObjAddr: 0x604, symBinAddr: 0x1BB22C, symSize: 0x20 }
+ - { offsetInCU: 0x5DC, offset: 0x18F208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSeAAWl', symObjAddr: 0x6AC, symBinAddr: 0x1BB24C, symSize: 0x44 }
+ - { offsetInCU: 0x65A, offset: 0x18F286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfE', symObjAddr: 0x7E0, symBinAddr: 0x1BB33C, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x18F517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10windowBitsACSgSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1BB3DC, symSize: 0x38 }
+ - { offsetInCU: 0x6D, offset: 0x18F535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC11initInflate33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LLSbyF', symObjAddr: 0x44, symBinAddr: 0x1BB420, symSize: 0xA8 }
+ - { offsetInCU: 0xE7, offset: 0x18F5AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKF', symObjAddr: 0x16C, symBinAddr: 0x1BB548, symSize: 0x60 }
+ - { offsetInCU: 0x12F, offset: 0x18F5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKFAHSPys5UInt8VGKXEfU_', symObjAddr: 0x1CC, symBinAddr: 0x1BB5A8, symSize: 0x88 }
+ - { offsetInCU: 0x1B1, offset: 0x18F679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress5bytes5count6finish10Foundation4DataVSPys5UInt8VG_SiSbtKF', symObjAddr: 0x284, symBinAddr: 0x1BB660, symSize: 0xB4 }
+ - { offsetInCU: 0x27E, offset: 0x18F746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LL5bytes5count3outySPys5UInt8VG_Si10Foundation4DataVztKF', symObjAddr: 0x338, symBinAddr: 0x1BB714, symSize: 0x1B0 }
+ - { offsetInCU: 0x563, offset: 0x18FA2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVACs5ErrorAAWl', symObjAddr: 0x128, symBinAddr: 0x1BB504, symSize: 0x44 }
+ - { offsetInCU: 0x577, offset: 0x18FA3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKFAHSPys5UInt8VGKXEfU_TA', symObjAddr: 0x264, symBinAddr: 0x1BB640, symSize: 0x20 }
+ - { offsetInCU: 0x61B, offset: 0x18FAE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC10windowBitsACSgSi_tcfC', symObjAddr: 0x584, symBinAddr: 0x1BB8DC, symSize: 0x38 }
+ - { offsetInCU: 0x639, offset: 0x18FB01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC11initDeflate33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LLSbyF', symObjAddr: 0x66C, symBinAddr: 0x1BB9C4, symSize: 0xB8 }
+ - { offsetInCU: 0x6B3, offset: 0x18FB7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKF', symObjAddr: 0x834, symBinAddr: 0x1BBB8C, symSize: 0x138 }
+ - { offsetInCU: 0x75C, offset: 0x18FC24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKFySPys5UInt8VGXEfU_', symObjAddr: 0x96C, symBinAddr: 0x1BBCC4, symSize: 0x1A0 }
+ - { offsetInCU: 0xA14, offset: 0x18FEDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKFySPys5UInt8VGXEfU_TA', symObjAddr: 0xB1C, symBinAddr: 0x1BBE74, symSize: 0x20 }
+ - { offsetInCU: 0xA8B, offset: 0x18FF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorCMa', symObjAddr: 0xD50, symBinAddr: 0x1BC0A8, symSize: 0x20 }
+ - { offsetInCU: 0xA9F, offset: 0x18FF67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorCMa', symObjAddr: 0xDB4, symBinAddr: 0x1BC10C, symSize: 0x20 }
+ - { offsetInCU: 0xAB3, offset: 0x18FF7B, size: 0x8, addend: 0x0, symName: '_$sSksSx5IndexRpzSnyABG7IndicesRtzSiAA_6StrideRTzrlE5index_8offsetByA2B_SitF10Foundation4DataV_Tgq5', symObjAddr: 0xE20, symBinAddr: 0x1BC178, symSize: 0x64 }
+ - { offsetInCU: 0xAF4, offset: 0x18FFBC, size: 0x8, addend: 0x0, symName: '_$sSksSx5IndexRpzSnyABG7IndicesRtzSiAA_6StrideRTzrlE8distance4from2toSiAB_ABtF10Foundation4DataV_Tgq5', symObjAddr: 0xE94, symBinAddr: 0x1BC1EC, symSize: 0xB8 }
+ - { offsetInCU: 0xB2D, offset: 0x18FFF5, size: 0x8, addend: 0x0, symName: '_$sSmsSKRz11SubSequenceSlQzRszrlE17_customRemoveLastySbSiF10Foundation4DataV_Tgq5', symObjAddr: 0xF6C, symBinAddr: 0x1BC2C4, symSize: 0x14C }
+ - { offsetInCU: 0xBCA, offset: 0x190092, size: 0x8, addend: 0x0, symName: '_$sSmsSKRz11SubSequenceSlQzRszrlE10removeLastyySiF10Foundation4DataV_Tg5', symObjAddr: 0xB3C, symBinAddr: 0x1BBE94, symSize: 0xF0 }
+ - { offsetInCU: 0x4B, offset: 0x19041C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfC', symObjAddr: 0x0, symBinAddr: 0x1BC448, symSize: 0x20 }
+ - { offsetInCU: 0x78, offset: 0x190449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfC', symObjAddr: 0x20, symBinAddr: 0x1BC468, symSize: 0x78 }
+ - { offsetInCU: 0xA2, offset: 0x190473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14localVideoViewAA0abgH0CSgvM', symObjAddr: 0xC8, symBinAddr: 0x1BC510, symSize: 0x70 }
+ - { offsetInCU: 0xD1, offset: 0x1904A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC15remoteVideoViewAA0abgH0CSgvM', symObjAddr: 0x294, symBinAddr: 0x1BC6DC, symSize: 0x70 }
+ - { offsetInCU: 0x11E, offset: 0x1904EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvgTo', symObjAddr: 0x374, symBinAddr: 0x1BC7BC, symSize: 0x44 }
+ - { offsetInCU: 0x15B, offset: 0x19052C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvg', symObjAddr: 0x3B8, symBinAddr: 0x1BC800, symSize: 0x44 }
+ - { offsetInCU: 0x1A4, offset: 0x190575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvsTo', symObjAddr: 0x3FC, symBinAddr: 0x1BC844, symSize: 0x48 }
+ - { offsetInCU: 0x1E1, offset: 0x1905B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvs', symObjAddr: 0x444, symBinAddr: 0x1BC88C, symSize: 0x48 }
+ - { offsetInCU: 0x206, offset: 0x1905D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvM', symObjAddr: 0x48C, symBinAddr: 0x1BC8D4, symSize: 0x44 }
+ - { offsetInCU: 0x235, offset: 0x190606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvM.resume.0', symObjAddr: 0x4D0, symBinAddr: 0x1BC918, symSize: 0x4 }
+ - { offsetInCU: 0x27E, offset: 0x19064F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvgTo', symObjAddr: 0x4D4, symBinAddr: 0x1BC91C, symSize: 0x70 }
+ - { offsetInCU: 0x2B3, offset: 0x190684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvg', symObjAddr: 0x544, symBinAddr: 0x1BC98C, symSize: 0x54 }
+ - { offsetInCU: 0x2FC, offset: 0x1906CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvsTo', symObjAddr: 0x598, symBinAddr: 0x1BC9E0, symSize: 0x6C }
+ - { offsetInCU: 0x339, offset: 0x19070A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvs', symObjAddr: 0x604, symBinAddr: 0x1BCA4C, symSize: 0x50 }
+ - { offsetInCU: 0x362, offset: 0x190733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvM', symObjAddr: 0x654, symBinAddr: 0x1BCA9C, symSize: 0x78 }
+ - { offsetInCU: 0x3B0, offset: 0x190781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvM.resume.0', symObjAddr: 0x6CC, symBinAddr: 0x1BCB14, symSize: 0x3C }
+ - { offsetInCU: 0x40D, offset: 0x1907DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvgTo', symObjAddr: 0x708, symBinAddr: 0x1BCB50, symSize: 0x70 }
+ - { offsetInCU: 0x442, offset: 0x190813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvg', symObjAddr: 0x778, symBinAddr: 0x1BCBC0, symSize: 0x54 }
+ - { offsetInCU: 0x48B, offset: 0x19085C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvsTo', symObjAddr: 0x7CC, symBinAddr: 0x1BCC14, symSize: 0x6C }
+ - { offsetInCU: 0x4C8, offset: 0x190899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvs', symObjAddr: 0x838, symBinAddr: 0x1BCC80, symSize: 0x50 }
+ - { offsetInCU: 0x4F1, offset: 0x1908C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvM', symObjAddr: 0x888, symBinAddr: 0x1BCCD0, symSize: 0x78 }
+ - { offsetInCU: 0x53F, offset: 0x190910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvM.resume.0', symObjAddr: 0x900, symBinAddr: 0x1BCD48, symSize: 0x3C }
+ - { offsetInCU: 0x57E, offset: 0x19094F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0Cvg', symObjAddr: 0x93C, symBinAddr: 0x1BCD84, symSize: 0x48 }
+ - { offsetInCU: 0x5AD, offset: 0x19097E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0Cvs', symObjAddr: 0x984, symBinAddr: 0x1BCDCC, symSize: 0x50 }
+ - { offsetInCU: 0x5EC, offset: 0x1909BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0CvM', symObjAddr: 0x9D4, symBinAddr: 0x1BCE1C, symSize: 0x44 }
+ - { offsetInCU: 0x651, offset: 0x190A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfC', symObjAddr: 0xA18, symBinAddr: 0x1BCE60, symSize: 0x40 }
+ - { offsetInCU: 0x698, offset: 0x190A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfc', symObjAddr: 0xA58, symBinAddr: 0x1BCEA0, symSize: 0x24 }
+ - { offsetInCU: 0x6C7, offset: 0x190A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfcTo', symObjAddr: 0xA7C, symBinAddr: 0x1BCEC4, symSize: 0x1C }
+ - { offsetInCU: 0x6E7, offset: 0x190AB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfcTo', symObjAddr: 0xA7C, symBinAddr: 0x1BCEC4, symSize: 0x1C }
+ - { offsetInCU: 0x702, offset: 0x190AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfc', symObjAddr: 0xA98, symBinAddr: 0x1BCEE0, symSize: 0x44 }
+ - { offsetInCU: 0x716, offset: 0x190AE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfcTo', symObjAddr: 0xADC, symBinAddr: 0x1BCF24, symSize: 0x94 }
+ - { offsetInCU: 0x748, offset: 0x190B19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfc', symObjAddr: 0xB70, symBinAddr: 0x1BCFB8, symSize: 0x24 }
+ - { offsetInCU: 0x797, offset: 0x190B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfcTo', symObjAddr: 0xB94, symBinAddr: 0x1BCFDC, symSize: 0x20 }
+ - { offsetInCU: 0x7B7, offset: 0x190B88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfcTo', symObjAddr: 0xB94, symBinAddr: 0x1BCFDC, symSize: 0x20 }
+ - { offsetInCU: 0x7D2, offset: 0x190BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCfD', symObjAddr: 0xBB4, symBinAddr: 0x1BCFFC, symSize: 0x30 }
+ - { offsetInCU: 0x810, offset: 0x190BE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfcTf4nnggnn_n', symObjAddr: 0xE2C, symBinAddr: 0x1BD274, symSize: 0x180 }
+ - { offsetInCU: 0x8B8, offset: 0x190C89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCfETo', symObjAddr: 0xBE4, symBinAddr: 0x1BD02C, symSize: 0x48 }
+ - { offsetInCU: 0x8E7, offset: 0x190CB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0xC2C, symBinAddr: 0x1BD074, symSize: 0xFC }
+ - { offsetInCU: 0x998, offset: 0x190D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xD28, symBinAddr: 0x1BD170, symSize: 0x104 }
+ - { offsetInCU: 0xA4C, offset: 0x190E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCMa', symObjAddr: 0xFAC, symBinAddr: 0x1BD3F4, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x191094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO6callId014peerConnectionG0AESS_SSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1BD944, symSize: 0x44 }
+ - { offsetInCU: 0xAE, offset: 0x1910F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO2eeoiySbAE_AEtFZ', symObjAddr: 0x1724, symBinAddr: 0x1BF028, symSize: 0xC }
+ - { offsetInCU: 0xDE, offset: 0x191123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO4hash4intoys6HasherVz_tF', symObjAddr: 0x19A0, symBinAddr: 0x1BF2A4, symSize: 0x90 }
+ - { offsetInCU: 0x138, offset: 0x19117D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO9hashValueSivg', symObjAddr: 0x1A30, symBinAddr: 0x1BF334, symSize: 0x5C }
+ - { offsetInCU: 0x208, offset: 0x19124D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A8C, symBinAddr: 0x1BF390, symSize: 0x1C }
+ - { offsetInCU: 0x254, offset: 0x191299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH9hashValueSivgTW', symObjAddr: 0x1AA8, symBinAddr: 0x1BF3AC, symSize: 0x58 }
+ - { offsetInCU: 0x2E3, offset: 0x191328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B00, symBinAddr: 0x1BF404, symSize: 0xC }
+ - { offsetInCU: 0x2F7, offset: 0x19133C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1B60, symBinAddr: 0x1BF464, symSize: 0x44 }
+ - { offsetInCU: 0x35B, offset: 0x1913A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8intValueAGSgSi_tcfC', symObjAddr: 0x9C, symBinAddr: 0x1BD9A0, symSize: 0x8 }
+ - { offsetInCU: 0x382, offset: 0x1913C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8intValueSiSgvg', symObjAddr: 0xA4, symBinAddr: 0x1BD9A8, symSize: 0xC }
+ - { offsetInCU: 0x3A9, offset: 0x1913EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8rawValueSSvg', symObjAddr: 0xB0, symBinAddr: 0x1BD9B4, symSize: 0x94 }
+ - { offsetInCU: 0x3E2, offset: 0x191427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO11stringValueSSvg', symObjAddr: 0x144, symBinAddr: 0x1BDA48, symSize: 0x94 }
+ - { offsetInCU: 0x42C, offset: 0x191471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x214, symBinAddr: 0x1BDB18, symSize: 0x28 }
+ - { offsetInCU: 0x448, offset: 0x19148D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0x23C, symBinAddr: 0x1BDB40, symSize: 0x8 }
+ - { offsetInCU: 0x464, offset: 0x1914A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x250, symBinAddr: 0x1BDB54, symSize: 0xC }
+ - { offsetInCU: 0x48D, offset: 0x1914D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8intValueAGSgSi_tcfC', symObjAddr: 0x3AC, symBinAddr: 0x1BDCB0, symSize: 0x8 }
+ - { offsetInCU: 0x4B4, offset: 0x1914F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8intValueSiSgvg', symObjAddr: 0x3B4, symBinAddr: 0x1BDCB8, symSize: 0xC }
+ - { offsetInCU: 0x4DB, offset: 0x191520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8rawValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x1BDCC4, symSize: 0x94 }
+ - { offsetInCU: 0x514, offset: 0x191559, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO11stringValueSSvg', symObjAddr: 0x454, symBinAddr: 0x1BDD58, symSize: 0x94 }
+ - { offsetInCU: 0x55E, offset: 0x1915A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x5AC, symBinAddr: 0x1BDEB0, symSize: 0x28 }
+ - { offsetInCU: 0x57A, offset: 0x1915BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0x5D4, symBinAddr: 0x1BDED8, symSize: 0x8 }
+ - { offsetInCU: 0x596, offset: 0x1915DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x674, symBinAddr: 0x1BDF78, symSize: 0xC }
+ - { offsetInCU: 0x5B2, offset: 0x1915F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x680, symBinAddr: 0x1BDF84, symSize: 0xC }
+ - { offsetInCU: 0x5DB, offset: 0x191620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueAGSgSS_tcfC', symObjAddr: 0x6DC, symBinAddr: 0x1BDFE0, symSize: 0x4 }
+ - { offsetInCU: 0x5FE, offset: 0x191643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueAGSgSS_tcfC', symObjAddr: 0x6E0, symBinAddr: 0x1BDFE4, symSize: 0x4 }
+ - { offsetInCU: 0x620, offset: 0x191665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueAGSgSS_tcfC', symObjAddr: 0x6E0, symBinAddr: 0x1BDFE4, symSize: 0x4 }
+ - { offsetInCU: 0x631, offset: 0x191676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8intValueAGSgSi_tcfC', symObjAddr: 0x6E4, symBinAddr: 0x1BDFE8, symSize: 0x8 }
+ - { offsetInCU: 0x658, offset: 0x19169D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8intValueSiSgvg', symObjAddr: 0x6EC, symBinAddr: 0x1BDFF0, symSize: 0xC }
+ - { offsetInCU: 0x67F, offset: 0x1916C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueSSvg', symObjAddr: 0x6F8, symBinAddr: 0x1BDFFC, symSize: 0x160 }
+ - { offsetInCU: 0x6B8, offset: 0x1916FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueSSvg', symObjAddr: 0x858, symBinAddr: 0x1BE15C, symSize: 0x160 }
+ - { offsetInCU: 0x702, offset: 0x191747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0xB78, symBinAddr: 0x1BE47C, symSize: 0x2C }
+ - { offsetInCU: 0x733, offset: 0x191778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0xBA4, symBinAddr: 0x1BE4A8, symSize: 0x28 }
+ - { offsetInCU: 0x74F, offset: 0x191794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0xBCC, symBinAddr: 0x1BE4D0, symSize: 0x8 }
+ - { offsetInCU: 0x785, offset: 0x1917CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBD4, symBinAddr: 0x1BE4D8, symSize: 0x24 }
+ - { offsetInCU: 0x7D5, offset: 0x19181A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0xBF8, symBinAddr: 0x1BE4FC, symSize: 0xC }
+ - { offsetInCU: 0x7F1, offset: 0x191836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xC04, symBinAddr: 0x1BE508, symSize: 0xC }
+ - { offsetInCU: 0x80D, offset: 0x191852, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueAGSgSS_tcfCTf4nd_n', symObjAddr: 0x1D28, symBinAddr: 0x1BF62C, symSize: 0x7C }
+ - { offsetInCU: 0x839, offset: 0x19187E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO11stringValueAESgSS_tcfC', symObjAddr: 0xC60, symBinAddr: 0x1BE564, symSize: 0x1C }
+ - { offsetInCU: 0x864, offset: 0x1918A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO8intValueAESgSi_tcfC', symObjAddr: 0xC7C, symBinAddr: 0x1BE580, symSize: 0x8 }
+ - { offsetInCU: 0x88B, offset: 0x1918D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO8intValueSiSgvg', symObjAddr: 0xC84, symBinAddr: 0x1BE588, symSize: 0xC }
+ - { offsetInCU: 0x8B3, offset: 0x1918F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO11stringValueSSvg', symObjAddr: 0xC90, symBinAddr: 0x1BE594, symSize: 0xC }
+ - { offsetInCU: 0x8DB, offset: 0x191920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP11stringValueSSvgTW', symObjAddr: 0xC9C, symBinAddr: 0x1BE5A0, symSize: 0xC }
+ - { offsetInCU: 0x8F7, offset: 0x19193C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xCA8, symBinAddr: 0x1BE5AC, symSize: 0x2C }
+ - { offsetInCU: 0x913, offset: 0x191958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP8intValueSiSgvgTW', symObjAddr: 0xCD4, symBinAddr: 0x1BE5D8, symSize: 0xC }
+ - { offsetInCU: 0x92F, offset: 0x191974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xCE0, symBinAddr: 0x1BE5E4, symSize: 0xC }
+ - { offsetInCU: 0x94C, offset: 0x191991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvg', symObjAddr: 0xD3C, symBinAddr: 0x1BE640, symSize: 0x44 }
+ - { offsetInCU: 0x968, offset: 0x1919AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvs', symObjAddr: 0xD80, symBinAddr: 0x1BE684, symSize: 0x60 }
+ - { offsetInCU: 0x984, offset: 0x1919C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvM', symObjAddr: 0xDE0, symBinAddr: 0x1BE6E4, symSize: 0x6C }
+ - { offsetInCU: 0x9A0, offset: 0x1919E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvM.resume.0', symObjAddr: 0xE4C, symBinAddr: 0x1BE750, symSize: 0x70 }
+ - { offsetInCU: 0x9BC, offset: 0x191A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierAC10IdentifierOvg', symObjAddr: 0xEBC, symBinAddr: 0x1BE7C0, symSize: 0x44 }
+ - { offsetInCU: 0x9D8, offset: 0x191A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC9createdAts5Int64Vvg', symObjAddr: 0xF00, symBinAddr: 0x1BE804, symSize: 0x8 }
+ - { offsetInCU: 0x9F4, offset: 0x191A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvg', symObjAddr: 0xF08, symBinAddr: 0x1BE80C, symSize: 0x74 }
+ - { offsetInCU: 0xA38, offset: 0x191A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvs', symObjAddr: 0xF7C, symBinAddr: 0x1BE880, symSize: 0x10 }
+ - { offsetInCU: 0xA5F, offset: 0x191AA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvM', symObjAddr: 0xF8C, symBinAddr: 0x1BE890, symSize: 0x34 }
+ - { offsetInCU: 0xAA5, offset: 0x191AEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvM.resume.0', symObjAddr: 0xFC0, symBinAddr: 0x1BE8C4, symSize: 0x10 }
+ - { offsetInCU: 0xAD6, offset: 0x191B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvg', symObjAddr: 0xFD0, symBinAddr: 0x1BE8D4, symSize: 0x74 }
+ - { offsetInCU: 0xB1A, offset: 0x191B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvs', symObjAddr: 0x1044, symBinAddr: 0x1BE948, symSize: 0x10 }
+ - { offsetInCU: 0xB41, offset: 0x191B86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvM', symObjAddr: 0x1054, symBinAddr: 0x1BE958, symSize: 0x34 }
+ - { offsetInCU: 0xB87, offset: 0x191BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvM.resume.0', symObjAddr: 0x1088, symBinAddr: 0x1BE98C, symSize: 0x10 }
+ - { offsetInCU: 0xBB8, offset: 0x191BFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvg', symObjAddr: 0x1098, symBinAddr: 0x1BE99C, symSize: 0x84 }
+ - { offsetInCU: 0xC1B, offset: 0x191C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvs', symObjAddr: 0x111C, symBinAddr: 0x1BEA20, symSize: 0x10 }
+ - { offsetInCU: 0xC42, offset: 0x191C87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvM', symObjAddr: 0x112C, symBinAddr: 0x1BEA30, symSize: 0x34 }
+ - { offsetInCU: 0xC88, offset: 0x191CCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvM.resume.0', symObjAddr: 0x1160, symBinAddr: 0x1BEA64, symSize: 0x10 }
+ - { offsetInCU: 0xCB9, offset: 0x191CFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvg', symObjAddr: 0x1170, symBinAddr: 0x1BEA74, symSize: 0x34 }
+ - { offsetInCU: 0xCD5, offset: 0x191D1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvs', symObjAddr: 0x11A4, symBinAddr: 0x1BEAA8, symSize: 0x50 }
+ - { offsetInCU: 0xCF1, offset: 0x191D36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvM', symObjAddr: 0x11F4, symBinAddr: 0x1BEAF8, symSize: 0x3C }
+ - { offsetInCU: 0xD0D, offset: 0x191D52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivg', symObjAddr: 0x1230, symBinAddr: 0x1BEB34, symSize: 0x30 }
+ - { offsetInCU: 0xD29, offset: 0x191D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivs', symObjAddr: 0x1260, symBinAddr: 0x1BEB64, symSize: 0x3C }
+ - { offsetInCU: 0xD45, offset: 0x191D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivM', symObjAddr: 0x129C, symBinAddr: 0x1BEBA0, symSize: 0x3C }
+ - { offsetInCU: 0xD61, offset: 0x191DA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivM.resume.0', symObjAddr: 0x12D8, symBinAddr: 0x1BEBDC, symSize: 0x4 }
+ - { offsetInCU: 0xD8C, offset: 0x191DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfC', symObjAddr: 0x12DC, symBinAddr: 0x1BEBE0, symSize: 0x6C }
+ - { offsetInCU: 0xDC0, offset: 0x191E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfc', symObjAddr: 0x1348, symBinAddr: 0x1BEC4C, symSize: 0x4C }
+ - { offsetInCU: 0xDD4, offset: 0x191E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8flushAllyyF', symObjAddr: 0x1394, symBinAddr: 0x1BEC98, symSize: 0x54 }
+ - { offsetInCU: 0xE03, offset: 0x191E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x13E8, symBinAddr: 0x1BECEC, symSize: 0xC0 }
+ - { offsetInCU: 0xE81, offset: 0x191EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC26incrementReconnectionCountyyF', symObjAddr: 0x14A8, symBinAddr: 0x1BEDAC, symSize: 0x30 }
+ - { offsetInCU: 0xED9, offset: 0x191F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC21incrementMeasureCountyyF', symObjAddr: 0x14D8, symBinAddr: 0x1BEDDC, symSize: 0x4C }
+ - { offsetInCU: 0xF1B, offset: 0x191F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1524, symBinAddr: 0x1BEE28, symSize: 0x14C }
+ - { offsetInCU: 0xF77, offset: 0x191FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCfd', symObjAddr: 0x1670, symBinAddr: 0x1BEF74, symSize: 0x40 }
+ - { offsetInCU: 0xFB2, offset: 0x191FF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCfD', symObjAddr: 0x16B0, symBinAddr: 0x1BEFB4, symSize: 0x48 }
+ - { offsetInCU: 0xFF5, offset: 0x19203A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x16F8, symBinAddr: 0x1BEFFC, symSize: 0x28 }
+ - { offsetInCU: 0x1018, offset: 0x19205D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfcTf4gn_n', symObjAddr: 0x1BF8, symBinAddr: 0x1BF4FC, symSize: 0x130 }
+ - { offsetInCU: 0x116F, offset: 0x1921B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC2eeoiySbAC_ACtFZ', symObjAddr: 0x1720, symBinAddr: 0x1BF024, symSize: 0x4 }
+ - { offsetInCU: 0x1183, offset: 0x1921C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC1loiySbAC_ACtFZ', symObjAddr: 0x1730, symBinAddr: 0x1BF034, symSize: 0x14 }
+ - { offsetInCU: 0x11B0, offset: 0x1921F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC4hash4intoys6HasherVz_tF', symObjAddr: 0x1744, symBinAddr: 0x1BF048, symSize: 0x5C }
+ - { offsetInCU: 0x123C, offset: 0x192281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC9hashValueSivg', symObjAddr: 0x17A0, symBinAddr: 0x1BF0A4, symSize: 0x78 }
+ - { offsetInCU: 0x1321, offset: 0x192366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL1loiySbx_xtFZTW', symObjAddr: 0x1818, symBinAddr: 0x1BF11C, symSize: 0x1C }
+ - { offsetInCU: 0x1382, offset: 0x1923C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH9hashValueSivgTW', symObjAddr: 0x1840, symBinAddr: 0x1BF144, symSize: 0x7C }
+ - { offsetInCU: 0x1446, offset: 0x19248B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18BC, symBinAddr: 0x1BF1C0, symSize: 0x60 }
+ - { offsetInCU: 0x14BD, offset: 0x192502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1994, symBinAddr: 0x1BF298, symSize: 0xC }
+ - { offsetInCU: 0x14EF, offset: 0x192534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1BA4, symBinAddr: 0x1BF4A8, symSize: 0x54 }
+ - { offsetInCU: 0x1563, offset: 0x1925A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOWOy', symObjAddr: 0x1DA4, symBinAddr: 0x1BF6A8, symSize: 0x8 }
+ - { offsetInCU: 0x1577, offset: 0x1925BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs06CodingE0AAWl', symObjAddr: 0x1DD8, symBinAddr: 0x1BF6B0, symSize: 0x44 }
+ - { offsetInCU: 0x158B, offset: 0x1925D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16StatsLogDelegate_pSgXwWOh', symObjAddr: 0x1E1C, symBinAddr: 0x1BF6F4, symSize: 0x24 }
+ - { offsetInCU: 0x159F, offset: 0x1925E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOSHAASQWb', symObjAddr: 0x1E40, symBinAddr: 0x1BF718, symSize: 0x4 }
+ - { offsetInCU: 0x15B3, offset: 0x1925F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGSQAAWl', symObjAddr: 0x1E44, symBinAddr: 0x1BF71C, symSize: 0x44 }
+ - { offsetInCU: 0x15C7, offset: 0x19260C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E88, symBinAddr: 0x1BF760, symSize: 0x4 }
+ - { offsetInCU: 0x15DB, offset: 0x192620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E8C, symBinAddr: 0x1BF764, symSize: 0x44 }
+ - { offsetInCU: 0x15EF, offset: 0x192634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1ED0, symBinAddr: 0x1BF7A8, symSize: 0x4 }
+ - { offsetInCU: 0x1603, offset: 0x192648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1ED4, symBinAddr: 0x1BF7AC, symSize: 0x44 }
+ - { offsetInCU: 0x1617, offset: 0x19265C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOSHAASQWb', symObjAddr: 0x1F18, symBinAddr: 0x1BF7F0, symSize: 0x4 }
+ - { offsetInCU: 0x162B, offset: 0x192670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGSQAAWl', symObjAddr: 0x1F1C, symBinAddr: 0x1BF7F4, symSize: 0x44 }
+ - { offsetInCU: 0x163F, offset: 0x192684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1F60, symBinAddr: 0x1BF838, symSize: 0x4 }
+ - { offsetInCU: 0x1653, offset: 0x192698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1F64, symBinAddr: 0x1BF83C, symSize: 0x44 }
+ - { offsetInCU: 0x1667, offset: 0x1926AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1FA8, symBinAddr: 0x1BF880, symSize: 0x4 }
+ - { offsetInCU: 0x167B, offset: 0x1926C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1FAC, symBinAddr: 0x1BF884, symSize: 0x44 }
+ - { offsetInCU: 0x168F, offset: 0x1926D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSHAASQWb', symObjAddr: 0x1FF0, symBinAddr: 0x1BF8C8, symSize: 0x4 }
+ - { offsetInCU: 0x16A3, offset: 0x1926E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGSQAAWl', symObjAddr: 0x1FF4, symBinAddr: 0x1BF8CC, symSize: 0x44 }
+ - { offsetInCU: 0x16B7, offset: 0x1926FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2038, symBinAddr: 0x1BF910, symSize: 0x4 }
+ - { offsetInCU: 0x16CB, offset: 0x192710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x203C, symBinAddr: 0x1BF914, symSize: 0x44 }
+ - { offsetInCU: 0x16DF, offset: 0x192724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x2080, symBinAddr: 0x1BF958, symSize: 0x4 }
+ - { offsetInCU: 0x16F3, offset: 0x192738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x2084, symBinAddr: 0x1BF95C, symSize: 0x44 }
+ - { offsetInCU: 0x1707, offset: 0x19274C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20C8, symBinAddr: 0x1BF9A0, symSize: 0x4 }
+ - { offsetInCU: 0x171B, offset: 0x192760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20CC, symBinAddr: 0x1BF9A4, symSize: 0x44 }
+ - { offsetInCU: 0x172F, offset: 0x192774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x2110, symBinAddr: 0x1BF9E8, symSize: 0x4 }
+ - { offsetInCU: 0x1743, offset: 0x192788, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2114, symBinAddr: 0x1BF9EC, symSize: 0x44 }
+ - { offsetInCU: 0x1757, offset: 0x19279C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASQWb', symObjAddr: 0x2158, symBinAddr: 0x1BFA30, symSize: 0x4 }
+ - { offsetInCU: 0x176B, offset: 0x1927B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCACSQAAWl', symObjAddr: 0x215C, symBinAddr: 0x1BFA34, symSize: 0x44 }
+ - { offsetInCU: 0x177F, offset: 0x1927C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCMa', symObjAddr: 0x21A0, symBinAddr: 0x1BFA78, symSize: 0x20 }
+ - { offsetInCU: 0x1793, offset: 0x1927D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASQWb', symObjAddr: 0x21C0, symBinAddr: 0x1BFA98, symSize: 0x4 }
+ - { offsetInCU: 0x17A7, offset: 0x1927EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASQWb', symObjAddr: 0x21C4, symBinAddr: 0x1BFA9C, symSize: 0x4 }
+ - { offsetInCU: 0x17BB, offset: 0x192800, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOAESQAAWl', symObjAddr: 0x21C8, symBinAddr: 0x1BFAA0, symSize: 0x44 }
+ - { offsetInCU: 0x17CF, offset: 0x192814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOMa', symObjAddr: 0x25CC, symBinAddr: 0x1BFEA4, symSize: 0x10 }
+ - { offsetInCU: 0x17E3, offset: 0x192828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOwup', symObjAddr: 0x25F4, symBinAddr: 0x1BFEBC, symSize: 0x4 }
+ - { offsetInCU: 0x17F7, offset: 0x19283C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOMa', symObjAddr: 0x25F8, symBinAddr: 0x1BFEC0, symSize: 0x10 }
+ - { offsetInCU: 0x180B, offset: 0x192850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwug', symObjAddr: 0x275C, symBinAddr: 0x1C0024, symSize: 0x8 }
+ - { offsetInCU: 0x181F, offset: 0x192864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwup', symObjAddr: 0x2764, symBinAddr: 0x1C002C, symSize: 0x4 }
+ - { offsetInCU: 0x1833, offset: 0x192878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwui', symObjAddr: 0x2768, symBinAddr: 0x1C0030, symSize: 0x8 }
+ - { offsetInCU: 0x1847, offset: 0x19288C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOMa', symObjAddr: 0x2770, symBinAddr: 0x1C0038, symSize: 0x10 }
+ - { offsetInCU: 0x185B, offset: 0x1928A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwet', symObjAddr: 0x2780, symBinAddr: 0x1C0048, symSize: 0x90 }
+ - { offsetInCU: 0x186F, offset: 0x1928B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwst', symObjAddr: 0x2810, symBinAddr: 0x1C00D8, symSize: 0xBC }
+ - { offsetInCU: 0x1883, offset: 0x1928C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwup', symObjAddr: 0x28CC, symBinAddr: 0x1C0194, symSize: 0x4 }
+ - { offsetInCU: 0x1897, offset: 0x1928DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOMa', symObjAddr: 0x28D0, symBinAddr: 0x1C0198, symSize: 0x10 }
+ - { offsetInCU: 0x18AB, offset: 0x1928F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwCP', symObjAddr: 0x28E0, symBinAddr: 0x1C01A8, symSize: 0x48 }
+ - { offsetInCU: 0x18BF, offset: 0x192904, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwxx', symObjAddr: 0x2928, symBinAddr: 0x1C01F0, symSize: 0x10 }
+ - { offsetInCU: 0x18D3, offset: 0x192918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwcp', symObjAddr: 0x2938, symBinAddr: 0x1C0200, symSize: 0x48 }
+ - { offsetInCU: 0x18E7, offset: 0x19292C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwca', symObjAddr: 0x2980, symBinAddr: 0x1C0248, symSize: 0x54 }
+ - { offsetInCU: 0x18FB, offset: 0x192940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwta', symObjAddr: 0x29E8, symBinAddr: 0x1C029C, symSize: 0x44 }
+ - { offsetInCU: 0x190F, offset: 0x192954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwet', symObjAddr: 0x2A2C, symBinAddr: 0x1C02E0, symSize: 0x48 }
+ - { offsetInCU: 0x1923, offset: 0x192968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwst', symObjAddr: 0x2A74, symBinAddr: 0x1C0328, symSize: 0x44 }
+ - { offsetInCU: 0x1937, offset: 0x19297C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwug', symObjAddr: 0x2AB8, symBinAddr: 0x1C036C, symSize: 0x8 }
+ - { offsetInCU: 0x194B, offset: 0x192990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwup', symObjAddr: 0x2AC0, symBinAddr: 0x1C0374, symSize: 0x4 }
+ - { offsetInCU: 0x195F, offset: 0x1929A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwui', symObjAddr: 0x2AC4, symBinAddr: 0x1C0378, symSize: 0xC }
+ - { offsetInCU: 0x1973, offset: 0x1929B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOMa', symObjAddr: 0x2AD0, symBinAddr: 0x1C0384, symSize: 0x10 }
+ - { offsetInCU: 0x1987, offset: 0x1929CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs06CodingE0AAWl', symObjAddr: 0x2B68, symBinAddr: 0x1C0394, symSize: 0x44 }
+ - { offsetInCU: 0x19AC, offset: 0x1929F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x25C, symBinAddr: 0x1BDB60, symSize: 0x28 }
+ - { offsetInCU: 0x19C8, offset: 0x192A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x284, symBinAddr: 0x1BDB88, symSize: 0x28 }
+ - { offsetInCU: 0x19E4, offset: 0x192A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x68C, symBinAddr: 0x1BDF90, symSize: 0x28 }
+ - { offsetInCU: 0x1A00, offset: 0x192A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x6B4, symBinAddr: 0x1BDFB8, symSize: 0x28 }
+ - { offsetInCU: 0x1A22, offset: 0x192A67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xC10, symBinAddr: 0x1BE514, symSize: 0x28 }
+ - { offsetInCU: 0x1A3E, offset: 0x192A83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xC38, symBinAddr: 0x1BE53C, symSize: 0x28 }
+ - { offsetInCU: 0x1A5A, offset: 0x192A9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xCEC, symBinAddr: 0x1BE5F0, symSize: 0x28 }
+ - { offsetInCU: 0x1A76, offset: 0x192ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD14, symBinAddr: 0x1BE618, symSize: 0x28 }
+ - { offsetInCU: 0x1ADB, offset: 0x192B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x1834, symBinAddr: 0x1BF138, symSize: 0x4 }
+ - { offsetInCU: 0x1AF7, offset: 0x192B3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x1838, symBinAddr: 0x1BF13C, symSize: 0x4 }
+ - { offsetInCU: 0x1B13, offset: 0x192B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL1goiySbx_xtFZTW', symObjAddr: 0x183C, symBinAddr: 0x1BF140, symSize: 0x4 }
+ - { offsetInCU: 0x1B3E, offset: 0x192B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x191C, symBinAddr: 0x1BF220, symSize: 0x78 }
+ - { offsetInCU: 0x1BFE, offset: 0x192C43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B0C, symBinAddr: 0x1BF410, symSize: 0x54 }
+ - { offsetInCU: 0x4B, offset: 0x192F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1C0400, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x192F53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x10, symBinAddr: 0x1C0410, symSize: 0x4 }
+ - { offsetInCU: 0xA5, offset: 0x192F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x10, symBinAddr: 0x1C0410, symSize: 0x4 }
+ - { offsetInCU: 0xB7, offset: 0x192FA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x28, symBinAddr: 0x1C0428, symSize: 0x90 }
+ - { offsetInCU: 0x11A, offset: 0x193004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFyycfU_', symObjAddr: 0xB8, symBinAddr: 0x1C04B8, symSize: 0x54 }
+ - { offsetInCU: 0x15B, offset: 0x193045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCACycfc', symObjAddr: 0x188, symBinAddr: 0x1C0588, symSize: 0x8 }
+ - { offsetInCU: 0x18A, offset: 0x193074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCfd', symObjAddr: 0x190, symBinAddr: 0x1C0590, symSize: 0x8 }
+ - { offsetInCU: 0x1B9, offset: 0x1930A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCfD', symObjAddr: 0x198, symBinAddr: 0x1C0598, symSize: 0x10 }
+ - { offsetInCU: 0x1E9, offset: 0x1930D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFyycfU_TA', symObjAddr: 0x1CC, symBinAddr: 0x1C05CC, symSize: 0x8 }
+ - { offsetInCU: 0x1FD, offset: 0x1930E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCMa', symObjAddr: 0x1D4, symBinAddr: 0x1C05D4, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1932D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x0, symBinAddr: 0x1C05F4, symSize: 0x1E8 }
+ - { offsetInCU: 0xD4, offset: 0x193385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x0, symBinAddr: 0x1C05F4, symSize: 0x1E8 }
+ - { offsetInCU: 0x208, offset: 0x1934B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC13getCachedRoom2byAA0H0CSgSS_tF', symObjAddr: 0x1E8, symBinAddr: 0x1C07DC, symSize: 0x180 }
+ - { offsetInCU: 0x303, offset: 0x1935B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC9fetchRoom2by17completionHandlerySS_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x368, symBinAddr: 0x1C095C, symSize: 0x190 }
+ - { offsetInCU: 0x40E, offset: 0x1936BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0x5CC, symBinAddr: 0x1C0B10, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x193993, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1C0B50, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1939B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1C0B50, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1939D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x1C0B58, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x1939F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x1C0BA0, symSize: 0x23C }
+ - { offsetInCU: 0x159, offset: 0x193AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x444, symBinAddr: 0x1C0DFC, symSize: 0x70 }
+ - { offsetInCU: 0x1F3, offset: 0x193B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x4B4, symBinAddr: 0x1C0E6C, symSize: 0x2C }
+ - { offsetInCU: 0x2AE, offset: 0x193C1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4E0, symBinAddr: 0x1C0E98, symSize: 0x2C }
+ - { offsetInCU: 0x30D, offset: 0x193C79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x50C, symBinAddr: 0x1C0EC4, symSize: 0x2C }
+ - { offsetInCU: 0x364, offset: 0x193CD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfd', symObjAddr: 0x540, symBinAddr: 0x1C0EF8, symSize: 0x2C }
+ - { offsetInCU: 0x3B5, offset: 0x193D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfD', symObjAddr: 0x56C, symBinAddr: 0x1C0F24, symSize: 0x34 }
+ - { offsetInCU: 0x40F, offset: 0x193D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCMa', symObjAddr: 0x354, symBinAddr: 0x1C0DDC, symSize: 0x20 }
+ - { offsetInCU: 0x4B8, offset: 0x193E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfE', symObjAddr: 0x538, symBinAddr: 0x1C0EF0, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x19407E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomId011participantH03sdp14audioAttribute05videoL0ACSS_S2SAA12WebRTCClientC9DirectionOALtcfC', symObjAddr: 0x0, symBinAddr: 0x1C0F6C, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1940A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomId011participantH03sdp14audioAttribute05videoL0ACSS_S2SAA12WebRTCClientC9DirectionOALtcfC', symObjAddr: 0x0, symBinAddr: 0x1C0F6C, symSize: 0x20 }
+ - { offsetInCU: 0xC6, offset: 0x19411D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvgZ', symObjAddr: 0x80, symBinAddr: 0x1C0FEC, symSize: 0x68 }
+ - { offsetInCU: 0xE7, offset: 0x19413E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvsZ', symObjAddr: 0xE8, symBinAddr: 0x1C1054, symSize: 0x6C }
+ - { offsetInCU: 0x110, offset: 0x194167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ', symObjAddr: 0x154, symBinAddr: 0x1C10C0, symSize: 0x6C }
+ - { offsetInCU: 0x139, offset: 0x194190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x1C112C, symSize: 0x4 }
+ - { offsetInCU: 0x155, offset: 0x1941AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C4, symBinAddr: 0x1C1130, symSize: 0xC4 }
+ - { offsetInCU: 0x1D8, offset: 0x19422F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x2F0, symBinAddr: 0x1C11F4, symSize: 0x8 }
+ - { offsetInCU: 0x1F4, offset: 0x19424B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0x2F8, symBinAddr: 0x1C11FC, symSize: 0x8 }
+ - { offsetInCU: 0x210, offset: 0x194267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomIdSSvg', symObjAddr: 0x300, symBinAddr: 0x1C1204, symSize: 0x2C }
+ - { offsetInCU: 0x22C, offset: 0x194283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV13participantIdSSvg', symObjAddr: 0x32C, symBinAddr: 0x1C1230, symSize: 0x2C }
+ - { offsetInCU: 0x248, offset: 0x19429F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV3sdpSSvg', symObjAddr: 0x358, symBinAddr: 0x1C125C, symSize: 0x2C }
+ - { offsetInCU: 0x264, offset: 0x1942BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV14audioAttributeAA12WebRTCClientC9DirectionOvg', symObjAddr: 0x384, symBinAddr: 0x1C1288, symSize: 0x8 }
+ - { offsetInCU: 0x280, offset: 0x1942D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV14videoAttributeAA12WebRTCClientC9DirectionOvg', symObjAddr: 0x38C, symBinAddr: 0x1C1290, symSize: 0x8 }
+ - { offsetInCU: 0x29C, offset: 0x1942F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x394, symBinAddr: 0x1C1298, symSize: 0x160 }
+ - { offsetInCU: 0x2F8, offset: 0x19434F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1C143C, symSize: 0x8 }
+ - { offsetInCU: 0x323, offset: 0x19437A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x65C, symBinAddr: 0x1C14B0, symSize: 0x68 }
+ - { offsetInCU: 0x35A, offset: 0x1943B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x7E0, symBinAddr: 0x1C15F0, symSize: 0x8 }
+ - { offsetInCU: 0x376, offset: 0x1943CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x7E8, symBinAddr: 0x1C15F8, symSize: 0x40 }
+ - { offsetInCU: 0x392, offset: 0x1943E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8B4, symBinAddr: 0x1C16C4, symSize: 0x40 }
+ - { offsetInCU: 0x3B6, offset: 0x19440D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultType_WZ', symObjAddr: 0x20, symBinAddr: 0x1C0F8C, symSize: 0x20 }
+ - { offsetInCU: 0x3D0, offset: 0x194427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvau', symObjAddr: 0x40, symBinAddr: 0x1C0FAC, symSize: 0x40 }
+ - { offsetInCU: 0x416, offset: 0x19446D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESEAAWl', symObjAddr: 0x55C, symBinAddr: 0x1C13F8, symSize: 0x44 }
+ - { offsetInCU: 0x42A, offset: 0x194481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x5A8, symBinAddr: 0x1C1444, symSize: 0x24 }
+ - { offsetInCU: 0x43E, offset: 0x194495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x5CC, symBinAddr: 0x1C1468, symSize: 0x44 }
+ - { offsetInCU: 0x452, offset: 0x1944A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x610, symBinAddr: 0x1C14AC, symSize: 0x4 }
+ - { offsetInCU: 0x466, offset: 0x1944BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x6C4, symBinAddr: 0x1C1518, symSize: 0x24 }
+ - { offsetInCU: 0x47A, offset: 0x1944D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x72C, symBinAddr: 0x1C153C, symSize: 0x2C }
+ - { offsetInCU: 0x48E, offset: 0x1944E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA0F0AAWl', symObjAddr: 0x758, symBinAddr: 0x1C1568, symSize: 0x44 }
+ - { offsetInCU: 0x4A2, offset: 0x1944F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x79C, symBinAddr: 0x1C15AC, symSize: 0x44 }
+ - { offsetInCU: 0x4B6, offset: 0x19450D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0AAWI', symObjAddr: 0x828, symBinAddr: 0x1C1638, symSize: 0x24 }
+ - { offsetInCU: 0x4CA, offset: 0x194521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVACSEAAWl', symObjAddr: 0x84C, symBinAddr: 0x1C165C, symSize: 0x44 }
+ - { offsetInCU: 0x4DE, offset: 0x194535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x890, symBinAddr: 0x1C16A0, symSize: 0x24 }
+ - { offsetInCU: 0x4F2, offset: 0x194549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwCP', symObjAddr: 0x8F4, symBinAddr: 0x1C1704, symSize: 0x30 }
+ - { offsetInCU: 0x506, offset: 0x19455D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwxx', symObjAddr: 0x924, symBinAddr: 0x1C1734, symSize: 0x30 }
+ - { offsetInCU: 0x51A, offset: 0x194571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwcp', symObjAddr: 0x954, symBinAddr: 0x1C1764, symSize: 0x6C }
+ - { offsetInCU: 0x52E, offset: 0x194585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwca', symObjAddr: 0x9C0, symBinAddr: 0x1C17D0, symSize: 0xAC }
+ - { offsetInCU: 0x542, offset: 0x194599, size: 0x8, addend: 0x0, symName: ___swift_memcpy58_8, symObjAddr: 0xA6C, symBinAddr: 0x1C187C, symSize: 0x1C }
+ - { offsetInCU: 0x556, offset: 0x1945AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwta', symObjAddr: 0xA88, symBinAddr: 0x1C1898, symSize: 0x6C }
+ - { offsetInCU: 0x56A, offset: 0x1945C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwet', symObjAddr: 0xAF4, symBinAddr: 0x1C1904, symSize: 0x48 }
+ - { offsetInCU: 0x57E, offset: 0x1945D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwst', symObjAddr: 0xB3C, symBinAddr: 0x1C194C, symSize: 0x50 }
+ - { offsetInCU: 0x592, offset: 0x1945E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVMa', symObjAddr: 0xB8C, symBinAddr: 0x1C199C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x194841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1C19AC, symSize: 0x68 }
+ - { offsetInCU: 0x4B, offset: 0x194865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1C19AC, symSize: 0x68 }
+ - { offsetInCU: 0x67, offset: 0x194881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callIdSSvg', symObjAddr: 0x68, symBinAddr: 0x1C1A14, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x19489D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV9candidateAA0D0Cvg', symObjAddr: 0x94, symBinAddr: 0x1C1A40, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1948B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV16peerConnectionIdSSSgvg', symObjAddr: 0x9C, symBinAddr: 0x1C1A48, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x1948CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xC8, symBinAddr: 0x1C1A74, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x1948E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV9requestIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x1C1A7C, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x1948FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xFC, symBinAddr: 0x1C1AA8, symSize: 0x270 }
+ - { offsetInCU: 0x156, offset: 0x194970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x36C, symBinAddr: 0x1C1D18, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x19499B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x374, symBinAddr: 0x1C1D20, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x1949DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3A0, symBinAddr: 0x1C1D4C, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x194A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3CC, symBinAddr: 0x1C1D78, symSize: 0x38 }
+ - { offsetInCU: 0x217, offset: 0x194A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfCTf4gggd_n', symObjAddr: 0x404, symBinAddr: 0x1C1DB0, symSize: 0xD8 }
+ - { offsetInCU: 0x277, offset: 0x194A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x754, symBinAddr: 0x1C1E88, symSize: 0x24 }
+ - { offsetInCU: 0x28B, offset: 0x194AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA13WSRequestableAAWl', symObjAddr: 0x778, symBinAddr: 0x1C1EAC, symSize: 0x44 }
+ - { offsetInCU: 0x29F, offset: 0x194AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7BC, symBinAddr: 0x1C1EF0, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x194ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13WSRequestableAAWI', symObjAddr: 0x824, symBinAddr: 0x1C1F14, symSize: 0x24 }
+ - { offsetInCU: 0x2C7, offset: 0x194AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x88C, symBinAddr: 0x1C1F38, symSize: 0x4 }
+ - { offsetInCU: 0x2DB, offset: 0x194AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA11RequestableAAWI', symObjAddr: 0x8D4, symBinAddr: 0x1C1F3C, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x194B09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA0E0AAWl', symObjAddr: 0x900, symBinAddr: 0x1C1F68, symSize: 0x44 }
+ - { offsetInCU: 0x303, offset: 0x194B1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x944, symBinAddr: 0x1C1FAC, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x194B31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0AAWI', symObjAddr: 0x988, symBinAddr: 0x1C1FF0, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x194B45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVACSEAAWl', symObjAddr: 0x9AC, symBinAddr: 0x1C2014, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x194B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x9F0, symBinAddr: 0x1C2058, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x194B6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwCP', symObjAddr: 0xA14, symBinAddr: 0x1C207C, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x194B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwxx', symObjAddr: 0xA44, symBinAddr: 0x1C20AC, symSize: 0x38 }
+ - { offsetInCU: 0x37B, offset: 0x194B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwcp', symObjAddr: 0xA7C, symBinAddr: 0x1C20E4, symSize: 0x6C }
+ - { offsetInCU: 0x38F, offset: 0x194BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwca', symObjAddr: 0xAE8, symBinAddr: 0x1C2150, symSize: 0xAC }
+ - { offsetInCU: 0x3A3, offset: 0x194BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwta', symObjAddr: 0xBA8, symBinAddr: 0x1C21FC, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x194BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwet', symObjAddr: 0xC14, symBinAddr: 0x1C2268, symSize: 0x48 }
+ - { offsetInCU: 0x3CB, offset: 0x194BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwst', symObjAddr: 0xC5C, symBinAddr: 0x1C22B0, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x194BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVMa', symObjAddr: 0xCAC, symBinAddr: 0x1C2300, symSize: 0x10 }
+ - { offsetInCU: 0x75, offset: 0x194EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x1C2310, symSize: 0x30 }
+ - { offsetInCU: 0xBA, offset: 0x194EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x30, symBinAddr: 0x1C2340, symSize: 0x28 }
+ - { offsetInCU: 0xD6, offset: 0x194F06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x58, symBinAddr: 0x1C2368, symSize: 0xC }
+ - { offsetInCU: 0xFD, offset: 0x194F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x64, symBinAddr: 0x1C2374, symSize: 0x9C }
+ - { offsetInCU: 0x170, offset: 0x194FA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0x114, symBinAddr: 0x1C2424, symSize: 0xC8 }
+ - { offsetInCU: 0x229, offset: 0x195059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x1DC, symBinAddr: 0x1C24EC, symSize: 0x84 }
+ - { offsetInCU: 0x2E7, offset: 0x195117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCACycfC', symObjAddr: 0x2DC, symBinAddr: 0x1C25EC, symSize: 0x2C }
+ - { offsetInCU: 0x346, offset: 0x195176, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCACycfc', symObjAddr: 0x308, symBinAddr: 0x1C2618, symSize: 0x2C }
+ - { offsetInCU: 0x38B, offset: 0x1951BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfd', symObjAddr: 0x33C, symBinAddr: 0x1C264C, symSize: 0x1C }
+ - { offsetInCU: 0x3C6, offset: 0x1951F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfD', symObjAddr: 0x358, symBinAddr: 0x1C2668, symSize: 0x24 }
+ - { offsetInCU: 0x470, offset: 0x1952A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfE', symObjAddr: 0x334, symBinAddr: 0x1C2644, symSize: 0x8 }
+ - { offsetInCU: 0x49D, offset: 0x1952CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCMa', symObjAddr: 0x37C, symBinAddr: 0x1C268C, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x195535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0x1C26C0, symSize: 0x68 }
+ - { offsetInCU: 0xA6, offset: 0x195572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvg', symObjAddr: 0x68, symBinAddr: 0x1C2728, symSize: 0x54 }
+ - { offsetInCU: 0xEF, offset: 0x1955BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvsTo', symObjAddr: 0xBC, symBinAddr: 0x1C277C, symSize: 0x68 }
+ - { offsetInCU: 0x136, offset: 0x195602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvs', symObjAddr: 0x124, symBinAddr: 0x1C27E4, symSize: 0x5C }
+ - { offsetInCU: 0x15F, offset: 0x19562B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvM', symObjAddr: 0x180, symBinAddr: 0x1C2840, symSize: 0x44 }
+ - { offsetInCU: 0x18E, offset: 0x19565A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11isVideoCallSbvM', symObjAddr: 0x1F4, symBinAddr: 0x1C28B4, symSize: 0x44 }
+ - { offsetInCU: 0x1DB, offset: 0x1956A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x238, symBinAddr: 0x1C28F8, symSize: 0x48 }
+ - { offsetInCU: 0x218, offset: 0x1956E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0Cvg', symObjAddr: 0x280, symBinAddr: 0x1C2940, symSize: 0x44 }
+ - { offsetInCU: 0x261, offset: 0x19572D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvsTo', symObjAddr: 0x2C4, symBinAddr: 0x1C2984, symSize: 0x64 }
+ - { offsetInCU: 0x2A6, offset: 0x195772, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0Cvs', symObjAddr: 0x328, symBinAddr: 0x1C29E8, symSize: 0x50 }
+ - { offsetInCU: 0x2CF, offset: 0x19579B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvM', symObjAddr: 0x378, symBinAddr: 0x1C2A38, symSize: 0x44 }
+ - { offsetInCU: 0x2FE, offset: 0x1957CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvM.resume.0', symObjAddr: 0x3BC, symBinAddr: 0x1C2A7C, symSize: 0x4 }
+ - { offsetInCU: 0x347, offset: 0x195813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvgTo', symObjAddr: 0x3C0, symBinAddr: 0x1C2A80, symSize: 0x74 }
+ - { offsetInCU: 0x384, offset: 0x195850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvg', symObjAddr: 0x434, symBinAddr: 0x1C2AF4, symSize: 0x48 }
+ - { offsetInCU: 0x3CD, offset: 0x195899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvsTo', symObjAddr: 0x47C, symBinAddr: 0x1C2B3C, symSize: 0x70 }
+ - { offsetInCU: 0x412, offset: 0x1958DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvs', symObjAddr: 0x4EC, symBinAddr: 0x1C2BAC, symSize: 0x50 }
+ - { offsetInCU: 0x43B, offset: 0x195907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvM', symObjAddr: 0x53C, symBinAddr: 0x1C2BFC, symSize: 0x44 }
+ - { offsetInCU: 0x488, offset: 0x195954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvgTo', symObjAddr: 0x580, symBinAddr: 0x1C2C40, symSize: 0x48 }
+ - { offsetInCU: 0x4C5, offset: 0x195991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvg', symObjAddr: 0x5C8, symBinAddr: 0x1C2C88, symSize: 0x50 }
+ - { offsetInCU: 0x50E, offset: 0x1959DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvsTo', symObjAddr: 0x618, symBinAddr: 0x1C2CD8, symSize: 0x64 }
+ - { offsetInCU: 0x553, offset: 0x195A1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvs', symObjAddr: 0x67C, symBinAddr: 0x1C2D3C, symSize: 0x50 }
+ - { offsetInCU: 0x57C, offset: 0x195A48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvM', symObjAddr: 0x6CC, symBinAddr: 0x1C2D8C, symSize: 0x44 }
+ - { offsetInCU: 0x5AB, offset: 0x195A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC14holdActiveCallSbvM', symObjAddr: 0x848, symBinAddr: 0x1C2F08, symSize: 0x44 }
+ - { offsetInCU: 0x5E9, offset: 0x195AB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfC', symObjAddr: 0x88C, symBinAddr: 0x1C2F4C, symSize: 0xA0 }
+ - { offsetInCU: 0x613, offset: 0x195ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfc', symObjAddr: 0x92C, symBinAddr: 0x1C2FEC, symSize: 0x64 }
+ - { offsetInCU: 0x627, offset: 0x195AF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfcTo', symObjAddr: 0x990, symBinAddr: 0x1C3050, symSize: 0xE4 }
+ - { offsetInCU: 0x6B3, offset: 0x195B7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfC', symObjAddr: 0xA74, symBinAddr: 0x1C3134, symSize: 0xD8 }
+ - { offsetInCU: 0x714, offset: 0x195BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfc', symObjAddr: 0xB4C, symBinAddr: 0x1C320C, symSize: 0xC0 }
+ - { offsetInCU: 0x765, offset: 0x195C31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfcTo', symObjAddr: 0xC0C, symBinAddr: 0x1C32CC, symSize: 0x104 }
+ - { offsetInCU: 0x7E8, offset: 0x195CB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfC', symObjAddr: 0xD10, symBinAddr: 0x1C33D0, symSize: 0xF8 }
+ - { offsetInCU: 0x851, offset: 0x195D1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfc', symObjAddr: 0xE08, symBinAddr: 0x1C34C8, symSize: 0xE4 }
+ - { offsetInCU: 0x8AE, offset: 0x195D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfcTo', symObjAddr: 0xEEC, symBinAddr: 0x1C35AC, symSize: 0xEC }
+ - { offsetInCU: 0x915, offset: 0x195DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfC', symObjAddr: 0xFD8, symBinAddr: 0x1C3698, symSize: 0x20 }
+ - { offsetInCU: 0x933, offset: 0x195DFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfc', symObjAddr: 0xFF8, symBinAddr: 0x1C36B8, symSize: 0x54 }
+ - { offsetInCU: 0x96E, offset: 0x195E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfcTo', symObjAddr: 0x104C, symBinAddr: 0x1C370C, symSize: 0x54 }
+ - { offsetInCU: 0x9AB, offset: 0x195E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCfD', symObjAddr: 0x10A0, symBinAddr: 0x1C3760, symSize: 0x30 }
+ - { offsetInCU: 0x9E9, offset: 0x195EB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfcTf4gngggnn_n', symObjAddr: 0x1360, symBinAddr: 0x1C3A20, symSize: 0x194 }
+ - { offsetInCU: 0xA71, offset: 0x195F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCfETo', symObjAddr: 0x10D0, symBinAddr: 0x1C3790, symSize: 0x5C }
+ - { offsetInCU: 0xAA0, offset: 0x195F6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x112C, symBinAddr: 0x1C37EC, symSize: 0x1D0 }
+ - { offsetInCU: 0xB49, offset: 0x196015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0x12FC, symBinAddr: 0x1C39BC, symSize: 0x64 }
+ - { offsetInCU: 0xB65, offset: 0x196031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCMa', symObjAddr: 0x14F4, symBinAddr: 0x1C3BB4, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x196302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0SivpZ', symObjAddr: 0x2240, symBinAddr: 0x2CE5E0, symSize: 0x0 }
+ - { offsetInCU: 0x75, offset: 0x196328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4times5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x1C4118, symSize: 0x8 }
+ - { offsetInCU: 0x91, offset: 0x196344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC8logLevelAA6LoggerV0H0Ovg', symObjAddr: 0x8, symBinAddr: 0x1C4120, symSize: 0x8 }
+ - { offsetInCU: 0xAD, offset: 0x196360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvg', symObjAddr: 0x10, symBinAddr: 0x1C4128, symSize: 0x48 }
+ - { offsetInCU: 0xC9, offset: 0x19637C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvs', symObjAddr: 0x58, symBinAddr: 0x1C4170, symSize: 0x50 }
+ - { offsetInCU: 0xE5, offset: 0x196398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvM', symObjAddr: 0xA8, symBinAddr: 0x1C41C0, symSize: 0x3C }
+ - { offsetInCU: 0x143, offset: 0x1963F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4time8logLevel7messageAEs5Int64V_AA6LoggerV0I0OSStcfC', symObjAddr: 0xE4, symBinAddr: 0x1C41FC, symSize: 0x78 }
+ - { offsetInCU: 0x192, offset: 0x196445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4time8logLevel7messageAEs5Int64V_AA6LoggerV0I0OSStcfc', symObjAddr: 0x15C, symBinAddr: 0x1C4274, symSize: 0x54 }
+ - { offsetInCU: 0x1F5, offset: 0x1964A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8rawValueAGSgSS_tcfC', symObjAddr: 0x1B0, symBinAddr: 0x1C42C8, symSize: 0x74 }
+ - { offsetInCU: 0x230, offset: 0x1964E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueAGSgSS_tcfC', symObjAddr: 0x264, symBinAddr: 0x1C433C, symSize: 0x74 }
+ - { offsetInCU: 0x273, offset: 0x196526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0x2D8, symBinAddr: 0x1C43B0, symSize: 0x8 }
+ - { offsetInCU: 0x29A, offset: 0x19654D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2E0, symBinAddr: 0x1C43B8, symSize: 0xC }
+ - { offsetInCU: 0x2C1, offset: 0x196574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2EC, symBinAddr: 0x1C43C4, symSize: 0x20 }
+ - { offsetInCU: 0x2FA, offset: 0x1965AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueSSvg', symObjAddr: 0x30C, symBinAddr: 0x1C43E4, symSize: 0x20 }
+ - { offsetInCU: 0x328, offset: 0x1965DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueSSvg', symObjAddr: 0x30C, symBinAddr: 0x1C43E4, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0x196606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x1C4588, symSize: 0x78 }
+ - { offsetInCU: 0x394, offset: 0x196647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x528, symBinAddr: 0x1C4600, symSize: 0x28 }
+ - { offsetInCU: 0x3A8, offset: 0x19665B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x550, symBinAddr: 0x1C4628, symSize: 0x8 }
+ - { offsetInCU: 0x3DE, offset: 0x196691, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x558, symBinAddr: 0x1C4630, symSize: 0x7C }
+ - { offsetInCU: 0x436, offset: 0x1966E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x5D4, symBinAddr: 0x1C46AC, symSize: 0xC }
+ - { offsetInCU: 0x452, offset: 0x196705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x1C46B8, symSize: 0xC }
+ - { offsetInCU: 0x46F, offset: 0x196722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCfd', symObjAddr: 0x63C, symBinAddr: 0x1C4714, symSize: 0x1C }
+ - { offsetInCU: 0x4AA, offset: 0x19675D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCfD', symObjAddr: 0x658, symBinAddr: 0x1C4730, symSize: 0x24 }
+ - { offsetInCU: 0x4F5, offset: 0x1967A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x67C, symBinAddr: 0x1C4754, symSize: 0x170 }
+ - { offsetInCU: 0x534, offset: 0x1967E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x898, symBinAddr: 0x1C494C, symSize: 0x28 }
+ - { offsetInCU: 0x558, offset: 0x19680B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvg', symObjAddr: 0x8C0, symBinAddr: 0x1C4974, symSize: 0x30 }
+ - { offsetInCU: 0x574, offset: 0x196827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvs', symObjAddr: 0x8F0, symBinAddr: 0x1C49A4, symSize: 0x44 }
+ - { offsetInCU: 0x590, offset: 0x196843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvM', symObjAddr: 0x934, symBinAddr: 0x1C49E8, symSize: 0x3C }
+ - { offsetInCU: 0x5AC, offset: 0x19685F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvM.resume.0', symObjAddr: 0x970, symBinAddr: 0x1C4A24, symSize: 0x4 }
+ - { offsetInCU: 0x5C8, offset: 0x19687B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvg', symObjAddr: 0x974, symBinAddr: 0x1C4A28, symSize: 0x30 }
+ - { offsetInCU: 0x5E4, offset: 0x196897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvs', symObjAddr: 0x9A4, symBinAddr: 0x1C4A58, symSize: 0x3C }
+ - { offsetInCU: 0x600, offset: 0x1968B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvM', symObjAddr: 0x9E0, symBinAddr: 0x1C4A94, symSize: 0x3C }
+ - { offsetInCU: 0x61C, offset: 0x1968CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvg', symObjAddr: 0xA1C, symBinAddr: 0x1C4AD0, symSize: 0x34 }
+ - { offsetInCU: 0x638, offset: 0x1968EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvs', symObjAddr: 0xA50, symBinAddr: 0x1C4B04, symSize: 0x44 }
+ - { offsetInCU: 0x654, offset: 0x196907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvM', symObjAddr: 0xA94, symBinAddr: 0x1C4B48, symSize: 0x3C }
+ - { offsetInCU: 0x670, offset: 0x196923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0SivgZ', symObjAddr: 0xADC, symBinAddr: 0x1C4B90, symSize: 0x8 }
+ - { offsetInCU: 0x68C, offset: 0x19693F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC9configure4withyAA13CommandSender_p_tF', symObjAddr: 0xAE4, symBinAddr: 0x1C4B98, symSize: 0x28 }
+ - { offsetInCU: 0x6CB, offset: 0x19697E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tF', symObjAddr: 0xB0C, symBinAddr: 0x1C4BC0, symSize: 0x1F4 }
+ - { offsetInCU: 0x72B, offset: 0x1969DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tFyyYbcfU_', symObjAddr: 0xD00, symBinAddr: 0x1C4DB4, symSize: 0x1B4 }
+ - { offsetInCU: 0x986, offset: 0x196C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0xF44, symBinAddr: 0x1C4FF8, symSize: 0x1F4 }
+ - { offsetInCU: 0xA45, offset: 0x196CF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_', symObjAddr: 0x117C, symBinAddr: 0x1C51EC, symSize: 0x3D0 }
+ - { offsetInCU: 0xE6B, offset: 0x19711E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfC', symObjAddr: 0x158C, symBinAddr: 0x1C55FC, symSize: 0x40 }
+ - { offsetInCU: 0xE9F, offset: 0x197152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfc', symObjAddr: 0x15CC, symBinAddr: 0x1C563C, symSize: 0x30 }
+ - { offsetInCU: 0xEB3, offset: 0x197166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfd', symObjAddr: 0x1620, symBinAddr: 0x1C5690, symSize: 0x2C }
+ - { offsetInCU: 0xEEE, offset: 0x1971A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfD', symObjAddr: 0x164C, symBinAddr: 0x1C56BC, symSize: 0x34 }
+ - { offsetInCU: 0xF31, offset: 0x1971E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfcTf4g_n', symObjAddr: 0x182C, symBinAddr: 0x1C589C, symSize: 0x1BC }
+ - { offsetInCU: 0xFB9, offset: 0x19726C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs0G3KeyAAWl', symObjAddr: 0x810, symBinAddr: 0x1C48C4, symSize: 0x44 }
+ - { offsetInCU: 0xFCD, offset: 0x197280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESEAAWl', symObjAddr: 0x854, symBinAddr: 0x1C4908, symSize: 0x44 }
+ - { offsetInCU: 0xFE1, offset: 0x197294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0Sivau', symObjAddr: 0xAD0, symBinAddr: 0x1C4B84, symSize: 0xC }
+ - { offsetInCU: 0x10C5, offset: 0x197378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tFyyYbcfU_TA', symObjAddr: 0xEE0, symBinAddr: 0x1C4F94, symSize: 0xC }
+ - { offsetInCU: 0x10D9, offset: 0x19738C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xEEC, symBinAddr: 0x1C4FA0, symSize: 0x10 }
+ - { offsetInCU: 0x10ED, offset: 0x1973A0, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xEFC, symBinAddr: 0x1C4FB0, symSize: 0x8 }
+ - { offsetInCU: 0x12C5, offset: 0x197578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_TA', symObjAddr: 0x1580, symBinAddr: 0x1C55F0, symSize: 0xC }
+ - { offsetInCU: 0x12D9, offset: 0x19758C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfE', symObjAddr: 0x15FC, symBinAddr: 0x1C566C, symSize: 0x24 }
+ - { offsetInCU: 0x136A, offset: 0x19761D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASQWb', symObjAddr: 0x19E8, symBinAddr: 0x1C5A58, symSize: 0x4 }
+ - { offsetInCU: 0x137E, offset: 0x197631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGSQAAWl', symObjAddr: 0x19EC, symBinAddr: 0x1C5A5C, symSize: 0x44 }
+ - { offsetInCU: 0x1392, offset: 0x197645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1A30, symBinAddr: 0x1C5AA0, symSize: 0x4 }
+ - { offsetInCU: 0x13A6, offset: 0x197659, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1A34, symBinAddr: 0x1C5AA4, symSize: 0x44 }
+ - { offsetInCU: 0x13BA, offset: 0x19766D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1A78, symBinAddr: 0x1C5AE8, symSize: 0x4 }
+ - { offsetInCU: 0x13CE, offset: 0x197681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1A7C, symBinAddr: 0x1C5AEC, symSize: 0x44 }
+ - { offsetInCU: 0x13E2, offset: 0x197695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCMa', symObjAddr: 0x1C54, symBinAddr: 0x1C5CC4, symSize: 0x20 }
+ - { offsetInCU: 0x13F6, offset: 0x1976A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCMa', symObjAddr: 0x1D04, symBinAddr: 0x1C5D74, symSize: 0x20 }
+ - { offsetInCU: 0x140A, offset: 0x1976BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwet', symObjAddr: 0x1D88, symBinAddr: 0x1C5DE8, symSize: 0x90 }
+ - { offsetInCU: 0x141E, offset: 0x1976D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwst', symObjAddr: 0x1E18, symBinAddr: 0x1C5E78, symSize: 0xBC }
+ - { offsetInCU: 0x1432, offset: 0x1976E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwug', symObjAddr: 0x1ED4, symBinAddr: 0x1C5F34, symSize: 0x8 }
+ - { offsetInCU: 0x1446, offset: 0x1976F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwup', symObjAddr: 0x1EDC, symBinAddr: 0x1C5F3C, symSize: 0x4 }
+ - { offsetInCU: 0x145A, offset: 0x19770D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwui', symObjAddr: 0x1EE0, symBinAddr: 0x1C5F40, symSize: 0x8 }
+ - { offsetInCU: 0x146E, offset: 0x197721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOMa', symObjAddr: 0x1EE8, symBinAddr: 0x1C5F48, symSize: 0x10 }
+ - { offsetInCU: 0x14B6, offset: 0x197769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x32C, symBinAddr: 0x1C4404, symSize: 0x88 }
+ - { offsetInCU: 0x1565, offset: 0x197818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3B4, symBinAddr: 0x1C448C, symSize: 0x60 }
+ - { offsetInCU: 0x15E3, offset: 0x197896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x414, symBinAddr: 0x1C44EC, symSize: 0x40 }
+ - { offsetInCU: 0x1635, offset: 0x1978E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x454, symBinAddr: 0x1C452C, symSize: 0x5C }
+ - { offsetInCU: 0x1691, offset: 0x197944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x5EC, symBinAddr: 0x1C46C4, symSize: 0x28 }
+ - { offsetInCU: 0x16AD, offset: 0x197960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x614, symBinAddr: 0x1C46EC, symSize: 0x28 }
+ - { offsetInCU: 0x17CA, offset: 0x197A7D, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls12LogCollectorC0H4ItemCG_Tg504$s13ef7Calls12hi57C15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_SbAC0D4J6CXEfU_AG06Uploadh5EventQ0CTf1cn_nTf4gg_n', symObjAddr: 0x1680, symBinAddr: 0x1C56F0, symSize: 0x1AC }
+ - { offsetInCU: 0x4F, offset: 0x197F0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvpZ', symObjAddr: 0x11D40, symBinAddr: 0x2F9F38, symSize: 0x0 }
+ - { offsetInCU: 0x81, offset: 0x197F3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC9urlString5appId06clientH018ackTimeoutIntervalACSSSg_AHSSSdtcfC', symObjAddr: 0x0, symBinAddr: 0x1C5FF8, symSize: 0xEC }
+ - { offsetInCU: 0x13A, offset: 0x197FF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvg', symObjAddr: 0x12C, symBinAddr: 0x1C60E4, symSize: 0x40 }
+ - { offsetInCU: 0x156, offset: 0x198013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvs', symObjAddr: 0x16C, symBinAddr: 0x1C6124, symSize: 0x50 }
+ - { offsetInCU: 0x172, offset: 0x19802F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvM', symObjAddr: 0x1BC, symBinAddr: 0x1C6174, symSize: 0x68 }
+ - { offsetInCU: 0x18E, offset: 0x19804B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvM.resume.0', symObjAddr: 0x224, symBinAddr: 0x1C61DC, symSize: 0x6C }
+ - { offsetInCU: 0x1AA, offset: 0x198067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvg', symObjAddr: 0x290, symBinAddr: 0x1C6248, symSize: 0x40 }
+ - { offsetInCU: 0x1C6, offset: 0x198083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvs', symObjAddr: 0x2D0, symBinAddr: 0x1C6288, symSize: 0x50 }
+ - { offsetInCU: 0x1E2, offset: 0x19809F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvM', symObjAddr: 0x320, symBinAddr: 0x1C62D8, symSize: 0x68 }
+ - { offsetInCU: 0x1FE, offset: 0x1980BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvM.resume.0', symObjAddr: 0x388, symBinAddr: 0x1C6340, symSize: 0x6C }
+ - { offsetInCU: 0x21A, offset: 0x1980D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvg', symObjAddr: 0x3F4, symBinAddr: 0x1C63AC, symSize: 0x30 }
+ - { offsetInCU: 0x236, offset: 0x1980F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvs', symObjAddr: 0x424, symBinAddr: 0x1C63DC, symSize: 0x3C }
+ - { offsetInCU: 0x252, offset: 0x19810F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvM', symObjAddr: 0x460, symBinAddr: 0x1C6418, symSize: 0x3C }
+ - { offsetInCU: 0x26E, offset: 0x19812B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvg', symObjAddr: 0x49C, symBinAddr: 0x1C6454, symSize: 0x48 }
+ - { offsetInCU: 0x28A, offset: 0x198147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvs', symObjAddr: 0x4E4, symBinAddr: 0x1C649C, symSize: 0x50 }
+ - { offsetInCU: 0x2A6, offset: 0x198163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvM', symObjAddr: 0x534, symBinAddr: 0x1C64EC, symSize: 0x3C }
+ - { offsetInCU: 0x2C2, offset: 0x19817F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvgZ', symObjAddr: 0x5CC, symBinAddr: 0x1C6584, symSize: 0x5C }
+ - { offsetInCU: 0x2EB, offset: 0x1981A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvg', symObjAddr: 0x628, symBinAddr: 0x1C65E0, symSize: 0x48 }
+ - { offsetInCU: 0x307, offset: 0x1981C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvs', symObjAddr: 0x670, symBinAddr: 0x1C6628, symSize: 0x50 }
+ - { offsetInCU: 0x323, offset: 0x1981E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvM', symObjAddr: 0x6C0, symBinAddr: 0x1C6678, symSize: 0x3C }
+ - { offsetInCU: 0x33F, offset: 0x1981FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvM.resume.0', symObjAddr: 0x6FC, symBinAddr: 0x1C66B4, symSize: 0x4 }
+ - { offsetInCU: 0x35B, offset: 0x198218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvg', symObjAddr: 0x77C, symBinAddr: 0x1C6734, symSize: 0x58 }
+ - { offsetInCU: 0x377, offset: 0x198234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvs', symObjAddr: 0x7D4, symBinAddr: 0x1C678C, symSize: 0x68 }
+ - { offsetInCU: 0x393, offset: 0x198250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvM', symObjAddr: 0x884, symBinAddr: 0x1C67F4, symSize: 0x44 }
+ - { offsetInCU: 0x3AF, offset: 0x19826C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvg', symObjAddr: 0x8C8, symBinAddr: 0x1C6838, symSize: 0x54 }
+ - { offsetInCU: 0x3CB, offset: 0x198288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvs', symObjAddr: 0x91C, symBinAddr: 0x1C688C, symSize: 0x5C }
+ - { offsetInCU: 0x3E7, offset: 0x1982A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvM', symObjAddr: 0x978, symBinAddr: 0x1C68E8, symSize: 0x44 }
+ - { offsetInCU: 0x403, offset: 0x1982C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfC', symObjAddr: 0x9BC, symBinAddr: 0x1C692C, symSize: 0x7C }
+ - { offsetInCU: 0x421, offset: 0x1982DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfc', symObjAddr: 0xA38, symBinAddr: 0x1C69A8, symSize: 0x140 }
+ - { offsetInCU: 0x490, offset: 0x19834D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5clearyyF', symObjAddr: 0xB78, symBinAddr: 0x1C6AE8, symSize: 0x58 }
+ - { offsetInCU: 0x4BF, offset: 0x19837C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC10setTimeoutyyAA0F0CF', symObjAddr: 0xBD0, symBinAddr: 0x1C6B40, symSize: 0x34 }
+ - { offsetInCU: 0x4FE, offset: 0x1983BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0xC04, symBinAddr: 0x1C6B74, symSize: 0xBF0 }
+ - { offsetInCU: 0xAF4, offset: 0x1989B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_', symObjAddr: 0x17F4, symBinAddr: 0x1C7764, symSize: 0xC84 }
+ - { offsetInCU: 0x116A, offset: 0x199027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yAA8SequenceC0I0OcfU_', symObjAddr: 0x2478, symBinAddr: 0x1C83E8, symSize: 0xC4 }
+ - { offsetInCU: 0x11C5, offset: 0x199082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCfd', symObjAddr: 0x2608, symBinAddr: 0x1C8578, symSize: 0x60 }
+ - { offsetInCU: 0x1200, offset: 0x1990BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCfD', symObjAddr: 0x2668, symBinAddr: 0x1C85D8, symSize: 0x6C }
+ - { offsetInCU: 0x1243, offset: 0x199100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvgTW', symObjAddr: 0x26D4, symBinAddr: 0x1C8644, symSize: 0x28 }
+ - { offsetInCU: 0x125F, offset: 0x19911C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvsTW', symObjAddr: 0x26FC, symBinAddr: 0x1C866C, symSize: 0x28 }
+ - { offsetInCU: 0x127B, offset: 0x199138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvMTW', symObjAddr: 0x2724, symBinAddr: 0x1C8694, symSize: 0x50 }
+ - { offsetInCU: 0x1297, offset: 0x199154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvgTW', symObjAddr: 0x2778, symBinAddr: 0x1C86E8, symSize: 0x28 }
+ - { offsetInCU: 0x12B3, offset: 0x199170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvsTW', symObjAddr: 0x27A0, symBinAddr: 0x1C8710, symSize: 0x28 }
+ - { offsetInCU: 0x12CF, offset: 0x19918C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvMTW', symObjAddr: 0x27C8, symBinAddr: 0x1C8738, symSize: 0x50 }
+ - { offsetInCU: 0x12EB, offset: 0x1991A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvgTW', symObjAddr: 0x281C, symBinAddr: 0x1C878C, symSize: 0x28 }
+ - { offsetInCU: 0x1307, offset: 0x1991C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvsTW', symObjAddr: 0x2844, symBinAddr: 0x1C87B4, symSize: 0x28 }
+ - { offsetInCU: 0x1323, offset: 0x1991E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvMTW', symObjAddr: 0x286C, symBinAddr: 0x1C87DC, symSize: 0x50 }
+ - { offsetInCU: 0x133F, offset: 0x1991FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvgTW', symObjAddr: 0x28C0, symBinAddr: 0x1C8830, symSize: 0x28 }
+ - { offsetInCU: 0x135B, offset: 0x199218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvsTW', symObjAddr: 0x28E8, symBinAddr: 0x1C8858, symSize: 0x28 }
+ - { offsetInCU: 0x1377, offset: 0x199234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvMTW', symObjAddr: 0x2910, symBinAddr: 0x1C8880, symSize: 0x50 }
+ - { offsetInCU: 0x1393, offset: 0x199250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvgTW', symObjAddr: 0x2964, symBinAddr: 0x1C88D4, symSize: 0x28 }
+ - { offsetInCU: 0x13AF, offset: 0x19926C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvsTW', symObjAddr: 0x298C, symBinAddr: 0x1C88FC, symSize: 0x28 }
+ - { offsetInCU: 0x13CB, offset: 0x199288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvMTW', symObjAddr: 0x29B4, symBinAddr: 0x1C8924, symSize: 0x50 }
+ - { offsetInCU: 0x13E7, offset: 0x1992A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP10setTimeoutyyAA0G0CFTW', symObjAddr: 0x2A34, symBinAddr: 0x1C89A4, symSize: 0x28 }
+ - { offsetInCU: 0x1403, offset: 0x1992C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP5clearyyFTW', symObjAddr: 0x2A5C, symBinAddr: 0x1C89CC, symSize: 0x28 }
+ - { offsetInCU: 0x141F, offset: 0x1992DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP4send7request17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x2A84, symBinAddr: 0x1C89F4, symSize: 0x28 }
+ - { offsetInCU: 0x144E, offset: 0x19930B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPath_WZ', symObjAddr: 0x570, symBinAddr: 0x1C6528, symSize: 0x1C }
+ - { offsetInCU: 0x1468, offset: 0x199325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvau', symObjAddr: 0x58C, symBinAddr: 0x1C6544, symSize: 0x40 }
+ - { offsetInCU: 0x148D, offset: 0x19934A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvpACTk', symObjAddr: 0x700, symBinAddr: 0x1C66B8, symSize: 0x7C }
+ - { offsetInCU: 0x1708, offset: 0x1995C5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x253C, symBinAddr: 0x1C84AC, symSize: 0xCC }
+ - { offsetInCU: 0x1731, offset: 0x1995EE, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestV13SendBirdCallsE03addcD6Header33_DBD09091E21F8ADC8C80A9783E8E6248LL12sessionToken5appId06clientS0ySSSg_AJSStFTf4ndnn_n', symObjAddr: 0x2B1C, symBinAddr: 0x1C8A1C, symSize: 0x2A8 }
+ - { offsetInCU: 0x18A8, offset: 0x199765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_TA', symObjAddr: 0x2E64, symBinAddr: 0x1C8D64, symSize: 0x44 }
+ - { offsetInCU: 0x18BC, offset: 0x199779, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2EA8, symBinAddr: 0x1C8DA8, symSize: 0x10 }
+ - { offsetInCU: 0x18D0, offset: 0x19978D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2EB8, symBinAddr: 0x1C8DB8, symSize: 0x8 }
+ - { offsetInCU: 0x18E4, offset: 0x1997A1, size: 0x8, addend: 0x0, symName: '_$sxSg13SendBirdCalls8SBCErrorCSgly10ResultTypeAB10ResultablePQzIsegng_SgAB11RequestableRzAbGRzlWOy', symObjAddr: 0x2EC0, symBinAddr: 0x1C8DC0, symSize: 0x10 }
+ - { offsetInCU: 0x18F8, offset: 0x1997B5, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACs23CustomStringConvertibleAAWl', symObjAddr: 0x2ED0, symBinAddr: 0x1C8DD0, symSize: 0x48 }
+ - { offsetInCU: 0x190C, offset: 0x1997C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMU', symObjAddr: 0x3294, symBinAddr: 0x1C90BC, symSize: 0x8 }
+ - { offsetInCU: 0x1920, offset: 0x1997DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMa', symObjAddr: 0x329C, symBinAddr: 0x1C90C4, symSize: 0x3C }
+ - { offsetInCU: 0x1934, offset: 0x1997F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMr', symObjAddr: 0x32D8, symBinAddr: 0x1C9100, symSize: 0xAC }
+ - { offsetInCU: 0x1948, offset: 0x199805, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x3504, symBinAddr: 0x1C9304, symSize: 0x10 }
+ - { offsetInCU: 0x195C, offset: 0x199819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yAA8SequenceC0I0OcfU_TA', symObjAddr: 0x35BC, symBinAddr: 0x1C93A4, symSize: 0x8 }
+ - { offsetInCU: 0x52, offset: 0x199DEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15startLocalVideoyyF', symObjAddr: 0x0, symBinAddr: 0x1C9418, symSize: 0x19C }
+ - { offsetInCU: 0x1AB, offset: 0x199F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16updateLocalVideo9isEnabledySb_tF', symObjAddr: 0x19C, symBinAddr: 0x1C95B4, symSize: 0x30C }
+ - { offsetInCU: 0x417, offset: 0x19A1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC17updateRemoteVideo9isEnabledySb_tF', symObjAddr: 0x4A8, symBinAddr: 0x1C98C0, symSize: 0x30C }
+ - { offsetInCU: 0x894, offset: 0x19A630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x7B4, symBinAddr: 0x1C9BCC, symSize: 0x978 }
+ - { offsetInCU: 0xD10, offset: 0x19AAAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tF', symObjAddr: 0x116C, symBinAddr: 0x1CA584, symSize: 0x2C }
+ - { offsetInCU: 0xD24, offset: 0x19AAC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tF', symObjAddr: 0x1198, symBinAddr: 0x1CA5B0, symSize: 0x2C }
+ - { offsetInCU: 0xD40, offset: 0x19AADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC23availableCaptureDevicesSaySo15AVCaptureDeviceCGvg', symObjAddr: 0x11C4, symBinAddr: 0x1CA5DC, symSize: 0x70 }
+ - { offsetInCU: 0xD79, offset: 0x19AB15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20currentCaptureDeviceSo09AVCaptureH0CSgvg', symObjAddr: 0x1234, symBinAddr: 0x1CA64C, symSize: 0xB0 }
+ - { offsetInCU: 0xDE9, offset: 0x19AB85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0x12E4, symBinAddr: 0x1CA6FC, symSize: 0x250 }
+ - { offsetInCU: 0xEF4, offset: 0x19AC90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_', symObjAddr: 0x19EC, symBinAddr: 0x1CAE04, symSize: 0x20 }
+ - { offsetInCU: 0xF44, offset: 0x19ACE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x1534, symBinAddr: 0x1CA94C, symSize: 0xD0 }
+ - { offsetInCU: 0xF92, offset: 0x19AD2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_', symObjAddr: 0x1A0C, symBinAddr: 0x1CAE24, symSize: 0x60 }
+ - { offsetInCU: 0xFDD, offset: 0x19AD79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21createLocalVideoTrackSo08RTCVideoI0CSgyF', symObjAddr: 0x1604, symBinAddr: 0x1CAA1C, symSize: 0x158 }
+ - { offsetInCU: 0x1038, offset: 0x19ADD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21updateVideoResolution2to3fpsyAA0H0V0H4TypeO_s5Int32VtF', symObjAddr: 0x175C, symBinAddr: 0x1CAB74, symSize: 0x1C8 }
+ - { offsetInCU: 0x124C, offset: 0x19AFE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14stopLocalVideoyyF', symObjAddr: 0x1924, symBinAddr: 0x1CAD3C, symSize: 0x84 }
+ - { offsetInCU: 0x1292, offset: 0x19B02E, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoTrackC13SendBirdCallsE12addVideoViewyySo0A8Renderer_pF', symObjAddr: 0x19A8, symBinAddr: 0x1CADC0, symSize: 0x40 }
+ - { offsetInCU: 0x12BB, offset: 0x19B057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21selectFormatForDevice_8capturerSo09AVCaptureiG0CSgSo0kI0C_So22RTCCameraVideoCapturerCtF', symObjAddr: 0x19E8, symBinAddr: 0x1CAE00, symSize: 0x4 }
+ - { offsetInCU: 0x12CF, offset: 0x19B06B, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIegg_ACIeyBy_TR', symObjAddr: 0x1A6C, symBinAddr: 0x1CAE84, symSize: 0x50 }
+ - { offsetInCU: 0x1354, offset: 0x19B0F0, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVySo16AVFrameRateRangeCG_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16fgH10C_APtXEfU_Tf1cn_n', symObjAddr: 0x1ABC, symBinAddr: 0x1CAED4, symSize: 0x68 }
+ - { offsetInCU: 0x1450, offset: 0x19B1EC, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1cn_n', symObjAddr: 0x1B24, symBinAddr: 0x1CAF3C, symSize: 0x118 }
+ - { offsetInCU: 0x168F, offset: 0x19B42B, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_So16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1nnncn_n', symObjAddr: 0x1C3C, symBinAddr: 0x1CB054, symSize: 0x498 }
+ - { offsetInCU: 0x1A71, offset: 0x19B80D, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSrySo16AVFrameRateRangeCG_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16ijK10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x20D4, symBinAddr: 0x1CB4EC, symSize: 0x148 }
+ - { offsetInCU: 0x1C35, offset: 0x19B9D1, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16fgH10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x221C, symBinAddr: 0x1CB634, symSize: 0x290 }
+ - { offsetInCU: 0x1E22, offset: 0x19BBBE, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x24AC, symBinAddr: 0x1CB8C4, symSize: 0x150 }
+ - { offsetInCU: 0x1F88, offset: 0x19BD24, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16ghI10C_APtXEfU_Tf1nnnnc_n', symObjAddr: 0x25FC, symBinAddr: 0x1CBA14, symSize: 0x3C8 }
+ - { offsetInCU: 0x2016, offset: 0x19BDB2, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tFSo16AVFrameRateRangeC_Tg5', symObjAddr: 0x29C4, symBinAddr: 0x1CBDDC, symSize: 0x160 }
+ - { offsetInCU: 0x225A, offset: 0x19BFF6, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF13SendBirdCalls10DirectCallC_Tg5', symObjAddr: 0x2B24, symBinAddr: 0x1CBF3C, symSize: 0x150 }
+ - { offsetInCU: 0x2429, offset: 0x19C1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tFTf4en_n', symObjAddr: 0x2C74, symBinAddr: 0x1CC08C, symSize: 0x37C }
+ - { offsetInCU: 0x25B9, offset: 0x19C355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tFTf4en_n', symObjAddr: 0x30A0, symBinAddr: 0x1CC408, symSize: 0x1DC }
+ - { offsetInCU: 0x266E, offset: 0x19C40A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC13SendBirdCalls10PacketInfoV_Tg5Tf4nnd_n', symObjAddr: 0x32B8, symBinAddr: 0x1CC620, symSize: 0x8C }
+ - { offsetInCU: 0x2766, offset: 0x19C502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21selectFormatForDevice_8capturerSo09AVCaptureiG0CSgSo0kI0C_So22RTCCameraVideoCapturerCtFTf4nnd_n', symObjAddr: 0x344C, symBinAddr: 0x1CC724, symSize: 0x228 }
+ - { offsetInCU: 0x29D9, offset: 0x19C775, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC10Foundation12URLQueryItemV_Tg5Tf4nnd_n', symObjAddr: 0x368C, symBinAddr: 0x1CC964, symSize: 0xC0 }
+ - { offsetInCU: 0x2A5F, offset: 0x19C7FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x377C, symBinAddr: 0x1CCA54, symSize: 0x20 }
+ - { offsetInCU: 0x2A9B, offset: 0x19C837, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_TA', symObjAddr: 0x379C, symBinAddr: 0x1CCA74, symSize: 0x8 }
+ - { offsetInCU: 0x2AAF, offset: 0x19C84B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x37A4, symBinAddr: 0x1CCA7C, symSize: 0x10 }
+ - { offsetInCU: 0x2AC3, offset: 0x19C85F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x37B4, symBinAddr: 0x1CCA8C, symSize: 0x8 }
+ - { offsetInCU: 0x2AED, offset: 0x19C889, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5Int16V_Tg5Tf4nnd_n', symObjAddr: 0x393C, symBinAddr: 0x1CCC14, symSize: 0x78 }
+ - { offsetInCU: 0x27, offset: 0x19CFD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16startScreenShareAA0gH0CyF', symObjAddr: 0x0, symBinAddr: 0x1CCFBC, symSize: 0x170 }
+ - { offsetInCU: 0x93, offset: 0x19D045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16startScreenShareAA0gH0CyF', symObjAddr: 0x0, symBinAddr: 0x1CCFBC, symSize: 0x170 }
+ - { offsetInCU: 0x18E, offset: 0x19D140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15stopScreenShareyyF', symObjAddr: 0x170, symBinAddr: 0x1CD12C, symSize: 0xE0 }
+ - { offsetInCU: 0x27, offset: 0x19D411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1CD20C, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x19D435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1CD20C, symSize: 0x30 }
+ - { offsetInCU: 0x5F, offset: 0x19D449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvs', symObjAddr: 0x30, symBinAddr: 0x1CD23C, symSize: 0x34 }
+ - { offsetInCU: 0x7B, offset: 0x19D465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvM', symObjAddr: 0x64, symBinAddr: 0x1CD270, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x19D481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvM.resume.0', symObjAddr: 0x74, symBinAddr: 0x1CD280, symSize: 0x4 }
+ - { offsetInCU: 0xB3, offset: 0x19D49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionACSS_tcfC', symObjAddr: 0x78, symBinAddr: 0x1CD284, symSize: 0x4 }
+ - { offsetInCU: 0xFD, offset: 0x19D4E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x7C, symBinAddr: 0x1CD288, symSize: 0x2C }
+ - { offsetInCU: 0x13C, offset: 0x19D526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC21streamSSLCertificatesSo7NSArrayCvg', symObjAddr: 0xC4, symBinAddr: 0x1CD2D0, symSize: 0x8 }
+ - { offsetInCU: 0x158, offset: 0x19D542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC10pkcs12Path8passwordACSS_SStKcfC', symObjAddr: 0xCC, symBinAddr: 0x1CD2D8, symSize: 0x104 }
+ - { offsetInCU: 0x1DB, offset: 0x19D5C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url8passwordAC10Foundation3URLV_SStKcfC', symObjAddr: 0x1D0, symBinAddr: 0x1CD3DC, symSize: 0x198 }
+ - { offsetInCU: 0x33C, offset: 0x19D726, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC8identity0fE0ACSo14SecIdentityRefa_So0geI0atcfC', symObjAddr: 0x3A8, symBinAddr: 0x1CD574, symSize: 0xA8 }
+ - { offsetInCU: 0x3DD, offset: 0x19D7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC8identity0fE0ACSo14SecIdentityRefa_So0geI0atcfc', symObjAddr: 0x450, symBinAddr: 0x1CD61C, symSize: 0x9C }
+ - { offsetInCU: 0x464, offset: 0x19D84E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url13importOptionsAC10Foundation3URLV_So15CFDictionaryRefatKcfC', symObjAddr: 0x4EC, symBinAddr: 0x1CD6B8, symSize: 0x54 }
+ - { offsetInCU: 0x489, offset: 0x19D873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url13importOptionsAC10Foundation3URLV_So15CFDictionaryRefatKcfc', symObjAddr: 0x540, symBinAddr: 0x1CD70C, symSize: 0x5B8 }
+ - { offsetInCU: 0x7FA, offset: 0x19DBE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCfd', symObjAddr: 0xAF8, symBinAddr: 0x1CDCC4, symSize: 0x1C }
+ - { offsetInCU: 0x835, offset: 0x19DC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCfD', symObjAddr: 0xB14, symBinAddr: 0x1CDCE0, symSize: 0x24 }
+ - { offsetInCU: 0x968, offset: 0x19DD52, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xB38, symBinAddr: 0x1CDD04, symSize: 0x120 }
+ - { offsetInCU: 0x987, offset: 0x19DD71, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCMa', symObjAddr: 0xC58, symBinAddr: 0x1CDE24, symSize: 0x3C }
+ - { offsetInCU: 0x99B, offset: 0x19DD85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCMa', symObjAddr: 0xC94, symBinAddr: 0x1CDE60, symSize: 0x20 }
+ - { offsetInCU: 0x9AF, offset: 0x19DD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVACs0F0AAWl', symObjAddr: 0xCB4, symBinAddr: 0x1CDE80, symSize: 0x44 }
+ - { offsetInCU: 0x9C3, offset: 0x19DDAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AAs0F0PWb', symObjAddr: 0xD88, symBinAddr: 0x1CDEC4, symSize: 0x4 }
+ - { offsetInCU: 0x9D7, offset: 0x19DDC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwCP', symObjAddr: 0xD8C, symBinAddr: 0x1CDEC8, symSize: 0x2C }
+ - { offsetInCU: 0x9EB, offset: 0x19DDD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwxx', symObjAddr: 0xDB8, symBinAddr: 0x1CDEF4, symSize: 0x8 }
+ - { offsetInCU: 0x9FF, offset: 0x19DDE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwcp', symObjAddr: 0xDC0, symBinAddr: 0x1CDEFC, symSize: 0x2C }
+ - { offsetInCU: 0xA13, offset: 0x19DDFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwca', symObjAddr: 0xDEC, symBinAddr: 0x1CDF28, symSize: 0x40 }
+ - { offsetInCU: 0xA27, offset: 0x19DE11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwta', symObjAddr: 0xE38, symBinAddr: 0x1CDF68, symSize: 0x30 }
+ - { offsetInCU: 0xA3B, offset: 0x19DE25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwet', symObjAddr: 0xE68, symBinAddr: 0x1CDF98, symSize: 0x5C }
+ - { offsetInCU: 0xA4F, offset: 0x19DE39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwst', symObjAddr: 0xEC4, symBinAddr: 0x1CDFF4, symSize: 0x50 }
+ - { offsetInCU: 0xA63, offset: 0x19DE4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVMa', symObjAddr: 0xF14, symBinAddr: 0x1CE044, symSize: 0x10 }
+ - { offsetInCU: 0xA8E, offset: 0x19DE78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP7_domainSSvgTW', symObjAddr: 0xB4, symBinAddr: 0x1CD2C0, symSize: 0x4 }
+ - { offsetInCU: 0xAAA, offset: 0x19DE94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP5_codeSivgTW', symObjAddr: 0xB8, symBinAddr: 0x1CD2C4, symSize: 0x4 }
+ - { offsetInCU: 0xAC6, offset: 0x19DEB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xBC, symBinAddr: 0x1CD2C8, symSize: 0x4 }
+ - { offsetInCU: 0xAE2, offset: 0x19DECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xC0, symBinAddr: 0x1CD2CC, symSize: 0x4 }
+ - { offsetInCU: 0xC39, offset: 0x19E023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP13failureReasonSSSgvgTW', symObjAddr: 0xA8, symBinAddr: 0x1CD2B4, symSize: 0x4 }
+ - { offsetInCU: 0xC55, offset: 0x19E03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0xAC, symBinAddr: 0x1CD2B8, symSize: 0x4 }
+ - { offsetInCU: 0xC71, offset: 0x19E05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP10helpAnchorSSSgvgTW', symObjAddr: 0xB0, symBinAddr: 0x1CD2BC, symSize: 0x4 }
+ - { offsetInCU: 0x27, offset: 0x19E2E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipantAA05LocalH0Cvg', symObjAddr: 0x0, symBinAddr: 0x1CE080, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x19E307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipantAA05LocalH0Cvg', symObjAddr: 0x0, symBinAddr: 0x1CE080, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x19E323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x8, symBinAddr: 0x1CE088, symSize: 0x74 }
+ - { offsetInCU: 0x83, offset: 0x19E33F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7C, symBinAddr: 0x1CE0FC, symSize: 0x5C }
+ - { offsetInCU: 0x97, offset: 0x19E353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipant4dataAcA05LocalH0C_AA0E4DataVtcfC', symObjAddr: 0xD8, symBinAddr: 0x1CE158, symSize: 0x11C }
+ - { offsetInCU: 0xFC, offset: 0x19E3B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F4, symBinAddr: 0x1CE274, symSize: 0x5C }
+ - { offsetInCU: 0x134, offset: 0x19E3F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x250, symBinAddr: 0x1CE2D0, symSize: 0x258 }
+ - { offsetInCU: 0x191, offset: 0x19E44D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA0E11RespondableAAWI', symObjAddr: 0x570, symBinAddr: 0x1CE528, symSize: 0x24 }
+ - { offsetInCU: 0x1A5, offset: 0x19E461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x594, symBinAddr: 0x1CE54C, symSize: 0x44 }
+ - { offsetInCU: 0x1B9, offset: 0x19E475, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x1CE590, symSize: 0x24 }
+ - { offsetInCU: 0x1CD, offset: 0x19E489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA11RespondableAAWI', symObjAddr: 0x640, symBinAddr: 0x1CE5B4, symSize: 0x2C }
+ - { offsetInCU: 0x1E1, offset: 0x19E49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA0F0AAWl', symObjAddr: 0x66C, symBinAddr: 0x1CE5E0, symSize: 0x44 }
+ - { offsetInCU: 0x1F5, offset: 0x19E4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x1CE624, symSize: 0x44 }
+ - { offsetInCU: 0x209, offset: 0x19E4C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA0F0AAWI', symObjAddr: 0x6F4, symBinAddr: 0x1CE668, symSize: 0x24 }
+ - { offsetInCU: 0x21D, offset: 0x19E4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x75C, symBinAddr: 0x1CE68C, symSize: 0x24 }
+ - { offsetInCU: 0x231, offset: 0x19E4ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwCP', symObjAddr: 0x780, symBinAddr: 0x1CE6B0, symSize: 0x30 }
+ - { offsetInCU: 0x245, offset: 0x19E501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwxx', symObjAddr: 0x7B0, symBinAddr: 0x1CE6E0, symSize: 0x48 }
+ - { offsetInCU: 0x259, offset: 0x19E515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwcp', symObjAddr: 0x7F8, symBinAddr: 0x1CE728, symSize: 0x94 }
+ - { offsetInCU: 0x26D, offset: 0x19E529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwca', symObjAddr: 0x88C, symBinAddr: 0x1CE7BC, symSize: 0xF4 }
+ - { offsetInCU: 0x281, offset: 0x19E53D, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x980, symBinAddr: 0x1CE8B0, symSize: 0x2C }
+ - { offsetInCU: 0x295, offset: 0x19E551, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwta', symObjAddr: 0x9AC, symBinAddr: 0x1CE8DC, symSize: 0x94 }
+ - { offsetInCU: 0x2A9, offset: 0x19E565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwet', symObjAddr: 0xA40, symBinAddr: 0x1CE970, symSize: 0x48 }
+ - { offsetInCU: 0x2BD, offset: 0x19E579, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwst', symObjAddr: 0xA88, symBinAddr: 0x1CE9B8, symSize: 0x58 }
+ - { offsetInCU: 0x2D1, offset: 0x19E58D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVMa', symObjAddr: 0xAE0, symBinAddr: 0x1CEA10, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x19E7A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACycfC', symObjAddr: 0x0, symBinAddr: 0x1CEA20, symSize: 0x4 }
+ - { offsetInCU: 0x4A, offset: 0x19E7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACycfC', symObjAddr: 0x0, symBinAddr: 0x1CEA20, symSize: 0x4 }
+ - { offsetInCU: 0x68, offset: 0x19E7E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4, symBinAddr: 0x1CEA24, symSize: 0x24 }
+ - { offsetInCU: 0x92, offset: 0x19E80F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F0, symBinAddr: 0x1CEB68, symSize: 0x24 }
+ - { offsetInCU: 0xCA, offset: 0x19E847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA14APIRespondableAAWI', symObjAddr: 0x48, symBinAddr: 0x1CEA48, symSize: 0x24 }
+ - { offsetInCU: 0xDE, offset: 0x19E85B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA11RespondableAAWI', symObjAddr: 0xB0, symBinAddr: 0x1CEA6C, symSize: 0x2C }
+ - { offsetInCU: 0xF2, offset: 0x19E86F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA8ResponseAAWl', symObjAddr: 0xDC, symBinAddr: 0x1CEA98, symSize: 0x44 }
+ - { offsetInCU: 0x106, offset: 0x19E883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x120, symBinAddr: 0x1CEADC, symSize: 0x44 }
+ - { offsetInCU: 0x11A, offset: 0x19E897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA8ResponseAAWI', symObjAddr: 0x164, symBinAddr: 0x1CEB20, symSize: 0x24 }
+ - { offsetInCU: 0x12E, offset: 0x19E8AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x1CC, symBinAddr: 0x1CEB44, symSize: 0x24 }
+ - { offsetInCU: 0x142, offset: 0x19E8BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVMa', symObjAddr: 0x214, symBinAddr: 0x1CEB8C, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x19EAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10identifierSSvg', symObjAddr: 0x0, symBinAddr: 0x1CEB9C, symSize: 0x38 }
+ - { offsetInCU: 0x8A, offset: 0x19EAF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateO8rawValueSSvg', symObjAddr: 0x38, symBinAddr: 0x1CEBD4, symSize: 0x20 }
+ - { offsetInCU: 0xC3, offset: 0x19EB29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateO8rawValueAESgSS_tcfC', symObjAddr: 0x58, symBinAddr: 0x1CEBF4, symSize: 0x74 }
+ - { offsetInCU: 0x10D, offset: 0x19EB73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x290, symBinAddr: 0x1CEDEC, symSize: 0x78 }
+ - { offsetInCU: 0x14E, offset: 0x19EBB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x308, symBinAddr: 0x1CEE64, symSize: 0x28 }
+ - { offsetInCU: 0x19B, offset: 0x19EC01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvg', symObjAddr: 0x330, symBinAddr: 0x1CEE8C, symSize: 0x60 }
+ - { offsetInCU: 0x1F8, offset: 0x19EC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvs', symObjAddr: 0x3A8, symBinAddr: 0x1CEF04, symSize: 0x320 }
+ - { offsetInCU: 0x421, offset: 0x19EE87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvM', symObjAddr: 0x6E0, symBinAddr: 0x1CF23C, symSize: 0x70 }
+ - { offsetInCU: 0x46F, offset: 0x19EED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvM.resume.0', symObjAddr: 0x750, symBinAddr: 0x1CF2AC, symSize: 0x24 }
+ - { offsetInCU: 0x49A, offset: 0x19EF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4task33_6B71097F65C9ED0758EAE495A3004678LLAA10Executable_pSgvM', symObjAddr: 0x774, symBinAddr: 0x1CF2D0, symSize: 0x44 }
+ - { offsetInCU: 0x4C9, offset: 0x19EF2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4task33_6B71097F65C9ED0758EAE495A3004678LLAA10Executable_pSgvM.resume.0', symObjAddr: 0x7B8, symBinAddr: 0x1CF314, symSize: 0x4 }
+ - { offsetInCU: 0x503, offset: 0x19EF69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_SbtcfC', symObjAddr: 0x7BC, symBinAddr: 0x1CF318, symSize: 0x58 }
+ - { offsetInCU: 0x537, offset: 0x19EF9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_Sbtcfc', symObjAddr: 0x814, symBinAddr: 0x1CF370, symSize: 0x30 }
+ - { offsetInCU: 0x54B, offset: 0x19EFB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC04syncD0ACyyc_tcfC', symObjAddr: 0x844, symBinAddr: 0x1CF3A0, symSize: 0xC }
+ - { offsetInCU: 0x586, offset: 0x19EFEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC05asyncD0ACyyc_tcfC', symObjAddr: 0x850, symBinAddr: 0x1CF3AC, symSize: 0xC }
+ - { offsetInCU: 0x5EB, offset: 0x19F051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC3set14operationQueue10taskThreadyAA9Queueable_pSg_So17OS_dispatch_queueCSgtF', symObjAddr: 0x85C, symBinAddr: 0x1CF3B8, symSize: 0xA0 }
+ - { offsetInCU: 0x662, offset: 0x19F0C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC19provisionalCompleteyyF', symObjAddr: 0x8FC, symBinAddr: 0x1CF458, symSize: 0x20 }
+ - { offsetInCU: 0x6CB, offset: 0x19F131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC8completeyyF', symObjAddr: 0x91C, symBinAddr: 0x1CF478, symSize: 0x120 }
+ - { offsetInCU: 0x76A, offset: 0x19F1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA3C, symBinAddr: 0x1CF598, symSize: 0x1C }
+ - { offsetInCU: 0x78A, offset: 0x19F1F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA3C, symBinAddr: 0x1CF598, symSize: 0x1C }
+ - { offsetInCU: 0x7A7, offset: 0x19F20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA3C, symBinAddr: 0x1CF598, symSize: 0x1C }
+ - { offsetInCU: 0x7C3, offset: 0x19F229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvg', symObjAddr: 0xA58, symBinAddr: 0x1CF5B4, symSize: 0x1C }
+ - { offsetInCU: 0x7E3, offset: 0x19F249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvg', symObjAddr: 0xA58, symBinAddr: 0x1CF5B4, symSize: 0x1C }
+ - { offsetInCU: 0x81C, offset: 0x19F282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC11isExecutingSbvgTo', symObjAddr: 0xA74, symBinAddr: 0x1CF5D0, symSize: 0xD0 }
+ - { offsetInCU: 0x8D7, offset: 0x19F33D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC11isExecutingSbvg', symObjAddr: 0xB44, symBinAddr: 0x1CF6A0, symSize: 0xB4 }
+ - { offsetInCU: 0x99A, offset: 0x19F400, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10isFinishedSbvgTo', symObjAddr: 0xBF8, symBinAddr: 0x1CF754, symSize: 0xCC }
+ - { offsetInCU: 0xA55, offset: 0x19F4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10isFinishedSbvg', symObjAddr: 0xCC4, symBinAddr: 0x1CF820, symSize: 0xB0 }
+ - { offsetInCU: 0xAFA, offset: 0x19F560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5startyyF', symObjAddr: 0xD74, symBinAddr: 0x1CF8D0, symSize: 0x58 }
+ - { offsetInCU: 0xB35, offset: 0x19F59B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5startyyFTo', symObjAddr: 0xDCC, symBinAddr: 0x1CF928, symSize: 0x80 }
+ - { offsetInCU: 0xB68, offset: 0x19F5CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4mainyyF', symObjAddr: 0xE4C, symBinAddr: 0x1CF9A8, symSize: 0x134 }
+ - { offsetInCU: 0xBD3, offset: 0x19F639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4mainyyFTo', symObjAddr: 0xF80, symBinAddr: 0x1CFADC, symSize: 0x2C }
+ - { offsetInCU: 0xBEF, offset: 0x19F655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfC', symObjAddr: 0xFAC, symBinAddr: 0x1CFB08, symSize: 0x20 }
+ - { offsetInCU: 0xC0D, offset: 0x19F673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfc', symObjAddr: 0xFCC, symBinAddr: 0x1CFB28, symSize: 0x2C }
+ - { offsetInCU: 0xC70, offset: 0x19F6D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfcTo', symObjAddr: 0xFF8, symBinAddr: 0x1CFB54, symSize: 0x2C }
+ - { offsetInCU: 0xCD7, offset: 0x19F73D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCfD', symObjAddr: 0x1024, symBinAddr: 0x1CFB80, symSize: 0x30 }
+ - { offsetInCU: 0xD04, offset: 0x19F76A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_SbtcfcTf4gnn_n', symObjAddr: 0x10B0, symBinAddr: 0x1CFC0C, symSize: 0x2B0 }
+ - { offsetInCU: 0xDF0, offset: 0x19F856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvgAFyXEfU_TA', symObjAddr: 0x390, symBinAddr: 0x1CEEEC, symSize: 0x18 }
+ - { offsetInCU: 0xE2F, offset: 0x19F895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvsyyXEfU_TA', symObjAddr: 0x6C8, symBinAddr: 0x1CF224, symSize: 0x18 }
+ - { offsetInCU: 0xE9B, offset: 0x19F901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCfETo', symObjAddr: 0x1054, symBinAddr: 0x1CFBB0, symSize: 0x5C }
+ - { offsetInCU: 0xF12, offset: 0x19F978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOc', symObjAddr: 0x1388, symBinAddr: 0x1CFEBC, symSize: 0x48 }
+ - { offsetInCU: 0xF26, offset: 0x19F98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOh', symObjAddr: 0x13D0, symBinAddr: 0x1CFF04, symSize: 0x40 }
+ - { offsetInCU: 0xF3A, offset: 0x19F9A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pWOc', symObjAddr: 0x1410, symBinAddr: 0x1CFF44, symSize: 0x44 }
+ - { offsetInCU: 0xF4E, offset: 0x19F9B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCMa', symObjAddr: 0x1498, symBinAddr: 0x1CFF88, symSize: 0x20 }
+ - { offsetInCU: 0xF62, offset: 0x19F9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASQWb', symObjAddr: 0x14B8, symBinAddr: 0x1CFFA8, symSize: 0x4 }
+ - { offsetInCU: 0xF76, offset: 0x19F9DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOAESQAAWl', symObjAddr: 0x14BC, symBinAddr: 0x1CFFAC, symSize: 0x44 }
+ - { offsetInCU: 0xF8A, offset: 0x19F9F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwet', symObjAddr: 0x1648, symBinAddr: 0x1D0128, symSize: 0x90 }
+ - { offsetInCU: 0xF9E, offset: 0x19FA04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwst', symObjAddr: 0x16D8, symBinAddr: 0x1D01B8, symSize: 0xBC }
+ - { offsetInCU: 0xFB2, offset: 0x19FA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwug', symObjAddr: 0x1794, symBinAddr: 0x1D0274, symSize: 0x8 }
+ - { offsetInCU: 0xFC6, offset: 0x19FA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwup', symObjAddr: 0x179C, symBinAddr: 0x1D027C, symSize: 0x4 }
+ - { offsetInCU: 0xFDA, offset: 0x19FA40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwui', symObjAddr: 0x17A0, symBinAddr: 0x1D0280, symSize: 0x8 }
+ - { offsetInCU: 0xFEE, offset: 0x19FA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOMa', symObjAddr: 0x17A8, symBinAddr: 0x1D0288, symSize: 0x10 }
+ - { offsetInCU: 0x1002, offset: 0x19FA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9Queueable_pSgXwWOh', symObjAddr: 0x17B8, symBinAddr: 0x1D0298, symSize: 0x24 }
+ - { offsetInCU: 0x1016, offset: 0x19FA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOd', symObjAddr: 0x1828, symBinAddr: 0x1D02BC, symSize: 0x48 }
+ - { offsetInCU: 0x105F, offset: 0x19FAC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x10C, symBinAddr: 0x1CEC68, symSize: 0x88 }
+ - { offsetInCU: 0x1106, offset: 0x19FB6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x194, symBinAddr: 0x1CECF0, symSize: 0x60 }
+ - { offsetInCU: 0x1184, offset: 0x19FBEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1F4, symBinAddr: 0x1CED50, symSize: 0x40 }
+ - { offsetInCU: 0x11D6, offset: 0x19FC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x234, symBinAddr: 0x1CED90, symSize: 0x5C }
+ - { offsetInCU: 0xBA, offset: 0x19FFCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCACycfC', symObjAddr: 0x184, symBinAddr: 0x1D049C, symSize: 0x5C }
+ - { offsetInCU: 0x104, offset: 0x1A0016, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC3add8listener13forIdentifieryAA0D16DelegateReceiverC_SStF', symObjAddr: 0x1E0, symBinAddr: 0x1D04F8, symSize: 0x128 }
+ - { offsetInCU: 0x1C8, offset: 0x1A00DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC14removeListener13forIdentifierySS_tF', symObjAddr: 0x308, symBinAddr: 0x1D0620, symSize: 0xE8 }
+ - { offsetInCU: 0x29F, offset: 0x1A01B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tF', symObjAddr: 0x3F0, symBinAddr: 0x1D0708, symSize: 0x70 }
+ - { offsetInCU: 0x2DD, offset: 0x1A01EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tFyAA13WeakReferenceCyAA0D16DelegateReceiverCGXEfU_', symObjAddr: 0x460, symBinAddr: 0x1D0778, symSize: 0xB0 }
+ - { offsetInCU: 0x31F, offset: 0x1A0231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCfd', symObjAddr: 0x510, symBinAddr: 0x1D0828, symSize: 0x1C }
+ - { offsetInCU: 0x35A, offset: 0x1A026C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCfD', symObjAddr: 0x52C, symBinAddr: 0x1D0844, symSize: 0x24 }
+ - { offsetInCU: 0x3A5, offset: 0x1A02B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCACycfc', symObjAddr: 0x550, symBinAddr: 0x1D0868, symSize: 0x48 }
+ - { offsetInCU: 0x4C3, offset: 0x1A03D5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0x598, symBinAddr: 0x1D08B0, symSize: 0x1F4 }
+ - { offsetInCU: 0x575, offset: 0x1A0487, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo8NSObjectC_AJTg5', symObjAddr: 0x794, symBinAddr: 0x1D0AAC, symSize: 0x1CC }
+ - { offsetInCU: 0x603, offset: 0x1A0515, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x960, symBinAddr: 0x1D0C78, symSize: 0x1DC }
+ - { offsetInCU: 0x6CB, offset: 0x1A05DD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xB3C, symBinAddr: 0x1D0E54, symSize: 0x1E8 }
+ - { offsetInCU: 0x7B5, offset: 0x1A06C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tFyAA13WeakReferenceCyAA0D16DelegateReceiverCGXEfU_TA', symObjAddr: 0x114C, symBinAddr: 0x1D1424, symSize: 0x18 }
+ - { offsetInCU: 0x7C9, offset: 0x1A06DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCMa', symObjAddr: 0x1164, symBinAddr: 0x1D143C, symSize: 0x20 }
+ - { offsetInCU: 0x80C, offset: 0x1A071E, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF21EventDelegateReceiverCG_G_Tg5', symObjAddr: 0x0, symBinAddr: 0x1D0318, symSize: 0x184 }
+ - { offsetInCU: 0x27, offset: 0x1A0A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1D1494, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1A0AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1D1494, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1A0AC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x1D149C, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x1A0AEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x1D14E4, symSize: 0x23C }
+ - { offsetInCU: 0x159, offset: 0x1A0BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x444, symBinAddr: 0x1D1740, symSize: 0x6C }
+ - { offsetInCU: 0x1F3, offset: 0x1A0C55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x4B0, symBinAddr: 0x1D17AC, symSize: 0x28 }
+ - { offsetInCU: 0x2AE, offset: 0x1A0D10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D8, symBinAddr: 0x1D17D4, symSize: 0x2C }
+ - { offsetInCU: 0x30D, offset: 0x1A0D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x504, symBinAddr: 0x1D1800, symSize: 0x2C }
+ - { offsetInCU: 0x364, offset: 0x1A0DC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfd', symObjAddr: 0x538, symBinAddr: 0x1D1834, symSize: 0x2C }
+ - { offsetInCU: 0x3B5, offset: 0x1A0E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfD', symObjAddr: 0x564, symBinAddr: 0x1D1860, symSize: 0x34 }
+ - { offsetInCU: 0x40F, offset: 0x1A0E71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCMa', symObjAddr: 0x354, symBinAddr: 0x1D1720, symSize: 0x20 }
+ - { offsetInCU: 0x4B8, offset: 0x1A0F1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0x1D182C, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x1A1174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSourcePAAE11participant3forAA11ParticipantCSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x1D18A8, symSize: 0x78 }
+ - { offsetInCU: 0x3F, offset: 0x1A118C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSourcePAAE11participant3forAA11ParticipantCSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x1D18A8, symSize: 0x78 }
+ - { offsetInCU: 0x27, offset: 0x1A13F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1D1940, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1A1419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1D1940, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1A1435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC02isE7EnabledSbvg', symObjAddr: 0x8, symBinAddr: 0x1D1948, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1A1451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x1D1950, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x1A1476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x58, symBinAddr: 0x1D1998, symSize: 0x2D0 }
+ - { offsetInCU: 0x181, offset: 0x1A154F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfC', symObjAddr: 0x4E0, symBinAddr: 0x1D1C88, symSize: 0x80 }
+ - { offsetInCU: 0x21B, offset: 0x1A15E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfc', symObjAddr: 0x560, symBinAddr: 0x1D1D08, symSize: 0x30 }
+ - { offsetInCU: 0x2DC, offset: 0x1A16AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x590, symBinAddr: 0x1D1D38, symSize: 0x2C }
+ - { offsetInCU: 0x33B, offset: 0x1A1709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5BC, symBinAddr: 0x1D1D64, symSize: 0x2C }
+ - { offsetInCU: 0x392, offset: 0x1A1760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfd', symObjAddr: 0x5F0, symBinAddr: 0x1D1D98, symSize: 0x2C }
+ - { offsetInCU: 0x3E3, offset: 0x1A17B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfD', symObjAddr: 0x61C, symBinAddr: 0x1D1DC4, symSize: 0x34 }
+ - { offsetInCU: 0x43D, offset: 0x1A180B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCMa', symObjAddr: 0x3F0, symBinAddr: 0x1D1C68, symSize: 0x20 }
+ - { offsetInCU: 0x4E6, offset: 0x1A18B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfE', symObjAddr: 0x5E8, symBinAddr: 0x1D1D90, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x1A1B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6roomId07inviteeG0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1D1E0C, symSize: 0x98 }
+ - { offsetInCU: 0x6C, offset: 0x1A1B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6roomId07inviteeG0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1D1E0C, symSize: 0x98 }
+ - { offsetInCU: 0x10B, offset: 0x1A1BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvgZ', symObjAddr: 0x118, symBinAddr: 0x1D1EE4, symSize: 0x28 }
+ - { offsetInCU: 0x12C, offset: 0x1A1C18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvMZ', symObjAddr: 0x140, symBinAddr: 0x1D1F0C, symSize: 0x40 }
+ - { offsetInCU: 0x15D, offset: 0x1A1C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvMZ.resume.0', symObjAddr: 0x180, symBinAddr: 0x1D1F4C, symSize: 0x4 }
+ - { offsetInCU: 0x179, offset: 0x1A1C65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x184, symBinAddr: 0x1D1F50, symSize: 0x4 }
+ - { offsetInCU: 0x195, offset: 0x1A1C81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x188, symBinAddr: 0x1D1F54, symSize: 0x8 }
+ - { offsetInCU: 0x1A9, offset: 0x1A1C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV9inviteeIdSSvg', symObjAddr: 0x190, symBinAddr: 0x1D1F5C, symSize: 0x30 }
+ - { offsetInCU: 0x1C5, offset: 0x1A1CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1D1F8C, symSize: 0xE0 }
+ - { offsetInCU: 0x20B, offset: 0x1A1CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x308, symBinAddr: 0x1D20B0, symSize: 0x70 }
+ - { offsetInCU: 0x244, offset: 0x1A1D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x378, symBinAddr: 0x1D2120, symSize: 0x70 }
+ - { offsetInCU: 0x27A, offset: 0x1A1D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3E8, symBinAddr: 0x1D2190, symSize: 0x8 }
+ - { offsetInCU: 0x2A1, offset: 0x1A1D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3F0, symBinAddr: 0x1D2198, symSize: 0xC }
+ - { offsetInCU: 0x2C9, offset: 0x1A1DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x3FC, symBinAddr: 0x1D21A4, symSize: 0x4 }
+ - { offsetInCU: 0x2DD, offset: 0x1A1DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x400, symBinAddr: 0x1D21A8, symSize: 0x4 }
+ - { offsetInCU: 0x30F, offset: 0x1A1DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x56C, symBinAddr: 0x1D2314, symSize: 0x74 }
+ - { offsetInCU: 0x343, offset: 0x1A1E2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x5E0, symBinAddr: 0x1D2388, symSize: 0x24 }
+ - { offsetInCU: 0x37B, offset: 0x1A1E67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x604, symBinAddr: 0x1D23AC, symSize: 0x4 }
+ - { offsetInCU: 0x39B, offset: 0x1A1E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x604, symBinAddr: 0x1D23AC, symSize: 0x4 }
+ - { offsetInCU: 0x3C6, offset: 0x1A1EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x608, symBinAddr: 0x1D23B0, symSize: 0x78 }
+ - { offsetInCU: 0x411, offset: 0x1A1EFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x680, symBinAddr: 0x1D2428, symSize: 0xC }
+ - { offsetInCU: 0x42D, offset: 0x1A1F19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x68C, symBinAddr: 0x1D2434, symSize: 0xC }
+ - { offsetInCU: 0x449, offset: 0x1A1F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x814, symBinAddr: 0x1D25BC, symSize: 0x1C }
+ - { offsetInCU: 0x475, offset: 0x1A1F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x6E8, symBinAddr: 0x1D2490, symSize: 0x40 }
+ - { offsetInCU: 0x4AC, offset: 0x1A1F98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x728, symBinAddr: 0x1D24D0, symSize: 0x8 }
+ - { offsetInCU: 0x4D7, offset: 0x1A1FC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x730, symBinAddr: 0x1D24D8, symSize: 0x8 }
+ - { offsetInCU: 0x557, offset: 0x1A2043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x738, symBinAddr: 0x1D24E0, symSize: 0xDC }
+ - { offsetInCU: 0x5A4, offset: 0x1A2090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultType_WZ', symObjAddr: 0xD8, symBinAddr: 0x1D1EA4, symSize: 0x4 }
+ - { offsetInCU: 0x5BE, offset: 0x1A20AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvau', symObjAddr: 0xDC, symBinAddr: 0x1D1EA8, symSize: 0x3C }
+ - { offsetInCU: 0x5E3, offset: 0x1A20CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2C4, symBinAddr: 0x1D206C, symSize: 0x44 }
+ - { offsetInCU: 0x618, offset: 0x1A2104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x830, symBinAddr: 0x1D25D8, symSize: 0x4 }
+ - { offsetInCU: 0x62C, offset: 0x1A2118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x834, symBinAddr: 0x1D25DC, symSize: 0x44 }
+ - { offsetInCU: 0x640, offset: 0x1A212C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x878, symBinAddr: 0x1D2620, symSize: 0x4 }
+ - { offsetInCU: 0x654, offset: 0x1A2140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x87C, symBinAddr: 0x1D2624, symSize: 0x44 }
+ - { offsetInCU: 0x668, offset: 0x1A2154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8C0, symBinAddr: 0x1D2668, symSize: 0x4 }
+ - { offsetInCU: 0x67C, offset: 0x1A2168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8C4, symBinAddr: 0x1D266C, symSize: 0x44 }
+ - { offsetInCU: 0x690, offset: 0x1A217C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x908, symBinAddr: 0x1D26B0, symSize: 0x24 }
+ - { offsetInCU: 0x6A4, offset: 0x1A2190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x92C, symBinAddr: 0x1D26D4, symSize: 0x44 }
+ - { offsetInCU: 0x6B8, offset: 0x1A21A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x970, symBinAddr: 0x1D2718, symSize: 0x4 }
+ - { offsetInCU: 0x6CC, offset: 0x1A21B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x9B8, symBinAddr: 0x1D271C, symSize: 0x24 }
+ - { offsetInCU: 0x6E0, offset: 0x1A21CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA11RequestableAAWI', symObjAddr: 0xA20, symBinAddr: 0x1D2740, symSize: 0x2C }
+ - { offsetInCU: 0x6F4, offset: 0x1A21E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA0E0AAWl', symObjAddr: 0xA4C, symBinAddr: 0x1D276C, symSize: 0x44 }
+ - { offsetInCU: 0x708, offset: 0x1A21F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA90, symBinAddr: 0x1D27B0, symSize: 0x44 }
+ - { offsetInCU: 0x71C, offset: 0x1A2208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0AAWI', symObjAddr: 0xAD4, symBinAddr: 0x1D27F4, symSize: 0x24 }
+ - { offsetInCU: 0x730, offset: 0x1A221C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVACSEAAWl', symObjAddr: 0xAF8, symBinAddr: 0x1D2818, symSize: 0x44 }
+ - { offsetInCU: 0x744, offset: 0x1A2230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB3C, symBinAddr: 0x1D285C, symSize: 0x24 }
+ - { offsetInCU: 0x758, offset: 0x1A2244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwCP', symObjAddr: 0xB60, symBinAddr: 0x1D2880, symSize: 0x30 }
+ - { offsetInCU: 0x76C, offset: 0x1A2258, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwxx', symObjAddr: 0xB90, symBinAddr: 0x1D28B0, symSize: 0x28 }
+ - { offsetInCU: 0x780, offset: 0x1A226C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwcp', symObjAddr: 0xBB8, symBinAddr: 0x1D28D8, symSize: 0x44 }
+ - { offsetInCU: 0x794, offset: 0x1A2280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwca', symObjAddr: 0xBFC, symBinAddr: 0x1D291C, symSize: 0x6C }
+ - { offsetInCU: 0x7A8, offset: 0x1A2294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwta', symObjAddr: 0xC74, symBinAddr: 0x1D2988, symSize: 0x4C }
+ - { offsetInCU: 0x7BC, offset: 0x1A22A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwet', symObjAddr: 0xCC0, symBinAddr: 0x1D29D4, symSize: 0x48 }
+ - { offsetInCU: 0x7D0, offset: 0x1A22BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwst', symObjAddr: 0xD08, symBinAddr: 0x1D2A1C, symSize: 0x40 }
+ - { offsetInCU: 0x7E4, offset: 0x1A22D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVMa', symObjAddr: 0xD48, symBinAddr: 0x1D2A5C, symSize: 0x10 }
+ - { offsetInCU: 0x7F8, offset: 0x1A22E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwet', symObjAddr: 0xD60, symBinAddr: 0x1D2A6C, symSize: 0x50 }
+ - { offsetInCU: 0x80C, offset: 0x1A22F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwst', symObjAddr: 0xDB0, symBinAddr: 0x1D2ABC, symSize: 0x8C }
+ - { offsetInCU: 0x820, offset: 0x1A230C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwug', symObjAddr: 0xE3C, symBinAddr: 0x1D2B48, symSize: 0x8 }
+ - { offsetInCU: 0x834, offset: 0x1A2320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwup', symObjAddr: 0xE44, symBinAddr: 0x1D2B50, symSize: 0x4 }
+ - { offsetInCU: 0x848, offset: 0x1A2334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwui', symObjAddr: 0xE48, symBinAddr: 0x1D2B54, symSize: 0x4 }
+ - { offsetInCU: 0x85C, offset: 0x1A2348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOMa', symObjAddr: 0xE4C, symBinAddr: 0x1D2B58, symSize: 0x10 }
+ - { offsetInCU: 0x8C0, offset: 0x1A23AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x404, symBinAddr: 0x1D21AC, symSize: 0x80 }
+ - { offsetInCU: 0x9A4, offset: 0x1A2490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x1D222C, symSize: 0x58 }
+ - { offsetInCU: 0xA4F, offset: 0x1A253B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4DC, symBinAddr: 0x1D2284, symSize: 0x3C }
+ - { offsetInCU: 0xAB6, offset: 0x1A25A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x518, symBinAddr: 0x1D22C0, symSize: 0x54 }
+ - { offsetInCU: 0xB3F, offset: 0x1A262B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x698, symBinAddr: 0x1D2440, symSize: 0x28 }
+ - { offsetInCU: 0xB5B, offset: 0x1A2647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x1D2468, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1A287A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1D2B6C, symSize: 0x18 }
+ - { offsetInCU: 0x46, offset: 0x1A2899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1D2B6C, symSize: 0x18 }
+ - { offsetInCU: 0x74, offset: 0x1A28C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1D2B6C, symSize: 0x18 }
+ - { offsetInCU: 0x8F, offset: 0x1A28E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1D2B6C, symSize: 0x18 }
+ - { offsetInCU: 0xAD, offset: 0x1A2900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalSivg', symObjAddr: 0x18, symBinAddr: 0x1D2B84, symSize: 0x4 }
+ - { offsetInCU: 0xCA, offset: 0x1A291D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationVMa', symObjAddr: 0x1C, symBinAddr: 0x1D2B88, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1A2AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1D2B98, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x1A2B14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1D2B98, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1A2B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC14turnCredentialAA0dI0Cvg', symObjAddr: 0xC, symBinAddr: 0x1D2BA4, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x1A2B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC7eventIdSSSgvg', symObjAddr: 0x14, symBinAddr: 0x1D2BAC, symSize: 0x2C }
+ - { offsetInCU: 0x97, offset: 0x1A2B60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x1D2BD8, symSize: 0x48 }
+ - { offsetInCU: 0xBC, offset: 0x1A2B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x88, symBinAddr: 0x1D2C20, symSize: 0x320 }
+ - { offsetInCU: 0x1B9, offset: 0x1A2C82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seq14turnCredential7eventId11commandType07messageL004callL012deliveryInfoACSiSg_AA0dJ0CSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0VtcfC', symObjAddr: 0x560, symBinAddr: 0x1D2FA8, symSize: 0x108 }
+ - { offsetInCU: 0x274, offset: 0x1A2D3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seq14turnCredential7eventId11commandType07messageL004callL012deliveryInfoACSiSg_AA0dJ0CSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x668, symBinAddr: 0x1D30B0, symSize: 0xBC }
+ - { offsetInCU: 0x365, offset: 0x1A2E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x724, symBinAddr: 0x1D316C, symSize: 0x2C }
+ - { offsetInCU: 0x3C4, offset: 0x1A2E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x1D3198, symSize: 0x2C }
+ - { offsetInCU: 0x421, offset: 0x1A2EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfd', symObjAddr: 0x798, symBinAddr: 0x1D31E0, symSize: 0x3C }
+ - { offsetInCU: 0x472, offset: 0x1A2F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfD', symObjAddr: 0x7E8, symBinAddr: 0x1D321C, symSize: 0x44 }
+ - { offsetInCU: 0x4DA, offset: 0x1A2FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x82C, symBinAddr: 0x1D3260, symSize: 0x10 }
+ - { offsetInCU: 0x50D, offset: 0x1A2FD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0x1D2F40, symSize: 0x20 }
+ - { offsetInCU: 0x521, offset: 0x1A2FEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCACSeAAWl', symObjAddr: 0x4D4, symBinAddr: 0x1D2F60, symSize: 0x48 }
+ - { offsetInCU: 0x5F2, offset: 0x1A30BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfE', symObjAddr: 0x77C, symBinAddr: 0x1D31C4, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0x1A338D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvpZ', symObjAddr: 0x1F868, symBinAddr: 0x2F9F48, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x1A33A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvpZ', symObjAddr: 0x67F0, symBinAddr: 0x2CF040, symSize: 0x0 }
+ - { offsetInCU: 0x73, offset: 0x1A33B5, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TR', symObjAddr: 0x0, symBinAddr: 0x1D32A0, symSize: 0x94 }
+ - { offsetInCU: 0x8B, offset: 0x1A33CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvau', symObjAddr: 0x94, symBinAddr: 0x1D3334, symSize: 0x40 }
+ - { offsetInCU: 0xBC, offset: 0x1A33FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC5appIdSSSgvgZ', symObjAddr: 0xD4, symBinAddr: 0x1D3374, symSize: 0x9C }
+ - { offsetInCU: 0xE4, offset: 0x1A3426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvgZ', symObjAddr: 0x1A0, symBinAddr: 0x1D3440, symSize: 0x6C }
+ - { offsetInCU: 0x11B, offset: 0x1A345D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvsZ', symObjAddr: 0x20C, symBinAddr: 0x1D34AC, symSize: 0x74 }
+ - { offsetInCU: 0x162, offset: 0x1A34A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvMZ', symObjAddr: 0x280, symBinAddr: 0x1D3520, symSize: 0x6C }
+ - { offsetInCU: 0x199, offset: 0x1A34DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvMZ.resume.0', symObjAddr: 0x2EC, symBinAddr: 0x1D358C, symSize: 0x4 }
+ - { offsetInCU: 0x1E2, offset: 0x1A3524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC5appIdSSSgvgZTo', symObjAddr: 0x2F0, symBinAddr: 0x1D3590, symSize: 0xC0 }
+ - { offsetInCU: 0x21A, offset: 0x1A355C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZ', symObjAddr: 0x3B0, symBinAddr: 0x1D3650, symSize: 0x4 }
+ - { offsetInCU: 0x22E, offset: 0x1A3570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZ', symObjAddr: 0x3B4, symBinAddr: 0x1D3654, symSize: 0x4 }
+ - { offsetInCU: 0x251, offset: 0x1A3593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZTo', symObjAddr: 0x3B8, symBinAddr: 0x1D3658, symSize: 0x38 }
+ - { offsetInCU: 0x292, offset: 0x1A35D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZTo', symObjAddr: 0x3F0, symBinAddr: 0x1D3690, symSize: 0xB0 }
+ - { offsetInCU: 0x2C4, offset: 0x1A3606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvgZ', symObjAddr: 0x4C4, symBinAddr: 0x1D3764, symSize: 0x5C }
+ - { offsetInCU: 0x309, offset: 0x1A364B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvgZTo', symObjAddr: 0x520, symBinAddr: 0x1D37C0, symSize: 0x70 }
+ - { offsetInCU: 0x340, offset: 0x1A3682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZ', symObjAddr: 0x590, symBinAddr: 0x1D3830, symSize: 0x4 }
+ - { offsetInCU: 0x363, offset: 0x1A36A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZTo', symObjAddr: 0x594, symBinAddr: 0x1D3834, symSize: 0x14 }
+ - { offsetInCU: 0x395, offset: 0x1A36D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZ', symObjAddr: 0x5A8, symBinAddr: 0x1D3848, symSize: 0x4 }
+ - { offsetInCU: 0x3B8, offset: 0x1A36FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZTo', symObjAddr: 0x5AC, symBinAddr: 0x1D384C, symSize: 0x34 }
+ - { offsetInCU: 0x3EA, offset: 0x1A372C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11setAppGroupyySSFZ', symObjAddr: 0x5E0, symBinAddr: 0x1D3880, symSize: 0xA8 }
+ - { offsetInCU: 0x446, offset: 0x1A3788, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11setAppGroupyySSFZTo', symObjAddr: 0x688, symBinAddr: 0x1D3928, symSize: 0xB8 }
+ - { offsetInCU: 0x488, offset: 0x1A37CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZ', symObjAddr: 0x740, symBinAddr: 0x1D39E0, symSize: 0x4 }
+ - { offsetInCU: 0x4AB, offset: 0x1A37ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZTo', symObjAddr: 0x744, symBinAddr: 0x1D39E4, symSize: 0x54 }
+ - { offsetInCU: 0x4DD, offset: 0x1A381F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZ', symObjAddr: 0x798, symBinAddr: 0x1D3A38, symSize: 0x4 }
+ - { offsetInCU: 0x500, offset: 0x1A3842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZTo', symObjAddr: 0x79C, symBinAddr: 0x1D3A3C, symSize: 0x2C }
+ - { offsetInCU: 0x532, offset: 0x1A3874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZ', symObjAddr: 0x7C8, symBinAddr: 0x1D3A68, symSize: 0x4 }
+ - { offsetInCU: 0x555, offset: 0x1A3897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTo', symObjAddr: 0x7CC, symBinAddr: 0x1D3A6C, symSize: 0x4 }
+ - { offsetInCU: 0x575, offset: 0x1A38B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTo', symObjAddr: 0x7CC, symBinAddr: 0x1D3A6C, symSize: 0x4 }
+ - { offsetInCU: 0x587, offset: 0x1A38C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20addRecordingDelegate_10identifieryAA0abfG0_p_SStFZ', symObjAddr: 0x7D0, symBinAddr: 0x1D3A70, symSize: 0xB0 }
+ - { offsetInCU: 0x5F9, offset: 0x1A393B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20addRecordingDelegate_10identifieryAA0abfG0_p_SStFZTo', symObjAddr: 0x880, symBinAddr: 0x1D3B20, symSize: 0xD0 }
+ - { offsetInCU: 0x645, offset: 0x1A3987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23removeRecordingDelegate10identifierySS_tFZ', symObjAddr: 0x950, symBinAddr: 0x1D3BF0, symSize: 0xA0 }
+ - { offsetInCU: 0x6A1, offset: 0x1A39E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23removeRecordingDelegate10identifierySS_tFZTo', symObjAddr: 0x9F0, symBinAddr: 0x1D3C90, symSize: 0xB0 }
+ - { offsetInCU: 0x6E3, offset: 0x1A3A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27removeAllRecordingDelegatesyyFZ', symObjAddr: 0xAA0, symBinAddr: 0x1D3D40, symSize: 0x84 }
+ - { offsetInCU: 0x729, offset: 0x1A3A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27removeAllRecordingDelegatesyyFZTo', symObjAddr: 0xB24, symBinAddr: 0x1D3DC4, symSize: 0x84 }
+ - { offsetInCU: 0x761, offset: 0x1A3AA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZ', symObjAddr: 0xBA8, symBinAddr: 0x1D3E48, symSize: 0x4 }
+ - { offsetInCU: 0x784, offset: 0x1A3AC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZTo', symObjAddr: 0xBAC, symBinAddr: 0x1D3E4C, symSize: 0x38 }
+ - { offsetInCU: 0x7B6, offset: 0x1A3AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZ', symObjAddr: 0xBE4, symBinAddr: 0x1D3E84, symSize: 0x4 }
+ - { offsetInCU: 0x7D9, offset: 0x1A3B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZTo', symObjAddr: 0xBE8, symBinAddr: 0x1D3E88, symSize: 0x7C }
+ - { offsetInCU: 0x80C, offset: 0x1A3B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZ', symObjAddr: 0xC64, symBinAddr: 0x1D3F04, symSize: 0x4 }
+ - { offsetInCU: 0x82F, offset: 0x1A3B71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTo', symObjAddr: 0xC68, symBinAddr: 0x1D3F08, symSize: 0x4 }
+ - { offsetInCU: 0x84F, offset: 0x1A3B91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTo', symObjAddr: 0xC68, symBinAddr: 0x1D3F08, symSize: 0x4 }
+ - { offsetInCU: 0x862, offset: 0x1A3BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingC0SayAA06DirectD0CGyFZ', symObjAddr: 0xC6C, symBinAddr: 0x1D3F0C, symSize: 0x4 }
+ - { offsetInCU: 0x87E, offset: 0x1A3BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZ', symObjAddr: 0xC7C, symBinAddr: 0x1D3F1C, symSize: 0x4 }
+ - { offsetInCU: 0x8BA, offset: 0x1A3BFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11currentUserAA0F0CSgvgZTo', symObjAddr: 0xCD0, symBinAddr: 0x1D3F70, symSize: 0x8C }
+ - { offsetInCU: 0x8F4, offset: 0x1A3C36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11currentUserAA0F0CSgvgZ', symObjAddr: 0xD5C, symBinAddr: 0x1D3FFC, symSize: 0x8C }
+ - { offsetInCU: 0x91D, offset: 0x1A3C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0xDE8, symBinAddr: 0x1D4088, symSize: 0x4 }
+ - { offsetInCU: 0x940, offset: 0x1A3C82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0xDEC, symBinAddr: 0x1D408C, symSize: 0x78 }
+ - { offsetInCU: 0x973, offset: 0x1A3CB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0xE64, symBinAddr: 0x1D4104, symSize: 0x4 }
+ - { offsetInCU: 0x996, offset: 0x1A3CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0xE68, symBinAddr: 0x1D4108, symSize: 0x68 }
+ - { offsetInCU: 0x9C9, offset: 0x1A3D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZ', symObjAddr: 0xED0, symBinAddr: 0x1D4170, symSize: 0x4 }
+ - { offsetInCU: 0x9EC, offset: 0x1A3D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZTo', symObjAddr: 0x10C8, symBinAddr: 0x1D4368, symSize: 0x84 }
+ - { offsetInCU: 0xA1F, offset: 0x1A3D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZ', symObjAddr: 0x114C, symBinAddr: 0x1D43EC, symSize: 0x4 }
+ - { offsetInCU: 0xA42, offset: 0x1A3D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZTo', symObjAddr: 0x1150, symBinAddr: 0x1D43F0, symSize: 0x8 }
+ - { offsetInCU: 0xA75, offset: 0x1A3DB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZ', symObjAddr: 0x1158, symBinAddr: 0x1D43F8, symSize: 0x4 }
+ - { offsetInCU: 0xA98, offset: 0x1A3DDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZTo', symObjAddr: 0x115C, symBinAddr: 0x1D43FC, symSize: 0x8 }
+ - { offsetInCU: 0xACB, offset: 0x1A3E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZ', symObjAddr: 0x1164, symBinAddr: 0x1D4404, symSize: 0x4 }
+ - { offsetInCU: 0xADF, offset: 0x1A3E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZyAQcfU_', symObjAddr: 0x1168, symBinAddr: 0x1D4408, symSize: 0x1F4 }
+ - { offsetInCU: 0xBC5, offset: 0x1A3F07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZTo', symObjAddr: 0x135C, symBinAddr: 0x1D45FC, symSize: 0xD4 }
+ - { offsetInCU: 0xBF8, offset: 0x1A3F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x14F8, symBinAddr: 0x1D4798, symSize: 0x4 }
+ - { offsetInCU: 0xC0C, offset: 0x1A3F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_', symObjAddr: 0x14FC, symBinAddr: 0x1D479C, symSize: 0x338 }
+ - { offsetInCU: 0xEB6, offset: 0x1A41F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1834, symBinAddr: 0x1D4AD4, symSize: 0xC8 }
+ - { offsetInCU: 0xEE9, offset: 0x1A422B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x18FC, symBinAddr: 0x1D4B9C, symSize: 0x4 }
+ - { offsetInCU: 0xF0C, offset: 0x1A424E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1900, symBinAddr: 0x1D4BA0, symSize: 0xB8 }
+ - { offsetInCU: 0xF3F, offset: 0x1A4281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x19B8, symBinAddr: 0x1D4C58, symSize: 0x4 }
+ - { offsetInCU: 0xF62, offset: 0x1A42A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x19BC, symBinAddr: 0x1D4C5C, symSize: 0x68 }
+ - { offsetInCU: 0xF95, offset: 0x1A42D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZ', symObjAddr: 0x1A24, symBinAddr: 0x1D4CC4, symSize: 0x8 }
+ - { offsetInCU: 0xFB8, offset: 0x1A42FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZTo', symObjAddr: 0x1A2C, symBinAddr: 0x1D4CCC, symSize: 0x64 }
+ - { offsetInCU: 0xFEB, offset: 0x1A432D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1A90, symBinAddr: 0x1D4D30, symSize: 0x4 }
+ - { offsetInCU: 0x100E, offset: 0x1A4350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1A94, symBinAddr: 0x1D4D34, symSize: 0xA8 }
+ - { offsetInCU: 0x1041, offset: 0x1A4383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1B3C, symBinAddr: 0x1D4DDC, symSize: 0x4 }
+ - { offsetInCU: 0x1064, offset: 0x1A43A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1B40, symBinAddr: 0x1D4DE0, symSize: 0xC8 }
+ - { offsetInCU: 0x1097, offset: 0x1A43D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1C08, symBinAddr: 0x1D4EA8, symSize: 0x4 }
+ - { offsetInCU: 0x10BA, offset: 0x1A43FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1C0C, symBinAddr: 0x1D4EAC, symSize: 0xB8 }
+ - { offsetInCU: 0x10ED, offset: 0x1A442F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x1CC4, symBinAddr: 0x1D4F64, symSize: 0x4 }
+ - { offsetInCU: 0x1110, offset: 0x1A4452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x1EB4, symBinAddr: 0x1D5154, symSize: 0x68 }
+ - { offsetInCU: 0x1143, offset: 0x1A4485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZ', symObjAddr: 0x1F1C, symBinAddr: 0x1D51BC, symSize: 0x4 }
+ - { offsetInCU: 0x1166, offset: 0x1A44A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZTo', symObjAddr: 0x1F20, symBinAddr: 0x1D51C0, symSize: 0x40 }
+ - { offsetInCU: 0x1199, offset: 0x1A44DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC19createRoomListQuery4withAA0fgH0CSgAG6ParamsC_tFZ', symObjAddr: 0x1F60, symBinAddr: 0x1D5200, symSize: 0x9C }
+ - { offsetInCU: 0x11F9, offset: 0x1A453B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC19createRoomListQuery4withAA0fgH0CSgAG6ParamsC_tFZTo', symObjAddr: 0x1FFC, symBinAddr: 0x1D529C, symSize: 0xAC }
+ - { offsetInCU: 0x123D, offset: 0x1A457F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x20A8, symBinAddr: 0x1D5348, symSize: 0x4 }
+ - { offsetInCU: 0x1260, offset: 0x1A45A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x20AC, symBinAddr: 0x1D534C, symSize: 0xB8 }
+ - { offsetInCU: 0x1293, offset: 0x1A45D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x2164, symBinAddr: 0x1D5404, symSize: 0x4 }
+ - { offsetInCU: 0x12B6, offset: 0x1A45F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x2168, symBinAddr: 0x1D5408, symSize: 0xAC }
+ - { offsetInCU: 0x12E9, offset: 0x1A462B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x2214, symBinAddr: 0x1D54B4, symSize: 0x4 }
+ - { offsetInCU: 0x130C, offset: 0x1A464E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x2218, symBinAddr: 0x1D54B8, symSize: 0x80 }
+ - { offsetInCU: 0x133F, offset: 0x1A4681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23audioSessionDidActivateyySo07AVAudioF0CFZ', symObjAddr: 0x2298, symBinAddr: 0x1D5538, symSize: 0x34 }
+ - { offsetInCU: 0x1362, offset: 0x1A46A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23audioSessionDidActivateyySo07AVAudioF0CFZTo', symObjAddr: 0x22CC, symBinAddr: 0x1D556C, symSize: 0x54 }
+ - { offsetInCU: 0x1395, offset: 0x1A46D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC25audioSessionDidDeactivateyySo07AVAudioF0CFZ', symObjAddr: 0x2320, symBinAddr: 0x1D55C0, symSize: 0x34 }
+ - { offsetInCU: 0x13B8, offset: 0x1A46FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC25audioSessionDidDeactivateyySo07AVAudioF0CFZTo', symObjAddr: 0x2354, symBinAddr: 0x1D55F4, symSize: 0x54 }
+ - { offsetInCU: 0x13EB, offset: 0x1A472D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZ', symObjAddr: 0x23A8, symBinAddr: 0x1D5648, symSize: 0x4 }
+ - { offsetInCU: 0x140E, offset: 0x1A4750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZTo', symObjAddr: 0x23AC, symBinAddr: 0x1D564C, symSize: 0x6C }
+ - { offsetInCU: 0x1441, offset: 0x1A4783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZ', symObjAddr: 0x2418, symBinAddr: 0x1D56B8, symSize: 0x4 }
+ - { offsetInCU: 0x1464, offset: 0x1A47A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZTo', symObjAddr: 0x241C, symBinAddr: 0x1D56BC, symSize: 0x8 }
+ - { offsetInCU: 0x1497, offset: 0x1A47D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZ', symObjAddr: 0x2424, symBinAddr: 0x1D56C4, symSize: 0x4 }
+ - { offsetInCU: 0x14BA, offset: 0x1A47FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZTo', symObjAddr: 0x2428, symBinAddr: 0x1D56C8, symSize: 0x84 }
+ - { offsetInCU: 0x14ED, offset: 0x1A482F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZ', symObjAddr: 0x24AC, symBinAddr: 0x1D574C, symSize: 0x4 }
+ - { offsetInCU: 0x1510, offset: 0x1A4852, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZTo', symObjAddr: 0x24B0, symBinAddr: 0x1D5750, symSize: 0x8 }
+ - { offsetInCU: 0x1543, offset: 0x1A4885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x24B8, symBinAddr: 0x1D5758, symSize: 0x4 }
+ - { offsetInCU: 0x1566, offset: 0x1A48A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x24BC, symBinAddr: 0x1D575C, symSize: 0x68 }
+ - { offsetInCU: 0x1599, offset: 0x1A48DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfC', symObjAddr: 0x2524, symBinAddr: 0x1D57C4, symSize: 0x20 }
+ - { offsetInCU: 0x15B8, offset: 0x1A48FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfc', symObjAddr: 0x2544, symBinAddr: 0x1D57E4, symSize: 0x48 }
+ - { offsetInCU: 0x15F3, offset: 0x1A4935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfcTo', symObjAddr: 0x258C, symBinAddr: 0x1D582C, symSize: 0x48 }
+ - { offsetInCU: 0x1631, offset: 0x1A4973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCfD', symObjAddr: 0x25D4, symBinAddr: 0x1D5874, symSize: 0x30 }
+ - { offsetInCU: 0x165E, offset: 0x1A49A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZTf4nnnd_n', symObjAddr: 0x2608, symBinAddr: 0x1D58A8, symSize: 0x4F0 }
+ - { offsetInCU: 0x18EE, offset: 0x1A4C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZTf4nd_n', symObjAddr: 0x2AF8, symBinAddr: 0x1D5D98, symSize: 0xF8 }
+ - { offsetInCU: 0x197B, offset: 0x1A4CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZTf4nd_n', symObjAddr: 0x2BF0, symBinAddr: 0x1D5E90, symSize: 0x138 }
+ - { offsetInCU: 0x1A4B, offset: 0x1A4D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZTf4nd_n', symObjAddr: 0x2D28, symBinAddr: 0x1D5FC8, symSize: 0x13C }
+ - { offsetInCU: 0x1AD0, offset: 0x1A4E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZTf4nnd_n', symObjAddr: 0x2E64, symBinAddr: 0x1D6104, symSize: 0x154 }
+ - { offsetInCU: 0x1B65, offset: 0x1A4EA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZTf4nd_n', symObjAddr: 0x2FB8, symBinAddr: 0x1D6258, symSize: 0x144 }
+ - { offsetInCU: 0x1BEA, offset: 0x1A4F2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTf4d_n', symObjAddr: 0x30FC, symBinAddr: 0x1D639C, symSize: 0x12C }
+ - { offsetInCU: 0x1C5F, offset: 0x1A4FA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZTf4nd_n', symObjAddr: 0x3228, symBinAddr: 0x1D64C8, symSize: 0x1E8 }
+ - { offsetInCU: 0x1D33, offset: 0x1A5075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZTf4nd_n', symObjAddr: 0x3410, symBinAddr: 0x1D66B0, symSize: 0x1EC }
+ - { offsetInCU: 0x1E09, offset: 0x1A514B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTf4d_n', symObjAddr: 0x35FC, symBinAddr: 0x1D689C, symSize: 0x158 }
+ - { offsetInCU: 0x1E99, offset: 0x1A51DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingC0SayAA06DirectD0CGyFZTf4d_n', symObjAddr: 0x3754, symBinAddr: 0x1D69F4, symSize: 0x158 }
+ - { offsetInCU: 0x1F29, offset: 0x1A526B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZTf4d_n', symObjAddr: 0x38AC, symBinAddr: 0x1D6B4C, symSize: 0x158 }
+ - { offsetInCU: 0x1FB9, offset: 0x1A52FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3A04, symBinAddr: 0x1D6CA4, symSize: 0x184 }
+ - { offsetInCU: 0x2054, offset: 0x1A5396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x3B88, symBinAddr: 0x1D6E28, symSize: 0x144 }
+ - { offsetInCU: 0x20DE, offset: 0x1A5420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3CCC, symBinAddr: 0x1D6F6C, symSize: 0x18C }
+ - { offsetInCU: 0x2179, offset: 0x1A54BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZTf4nd_n', symObjAddr: 0x3E58, symBinAddr: 0x1D70F8, symSize: 0x21C }
+ - { offsetInCU: 0x2303, offset: 0x1A5645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZTf4nd_n', symObjAddr: 0x4074, symBinAddr: 0x1D7314, symSize: 0x21C }
+ - { offsetInCU: 0x248D, offset: 0x1A57CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZTf4nnnnd_n', symObjAddr: 0x4290, symBinAddr: 0x1D7530, symSize: 0x1A0 }
+ - { offsetInCU: 0x254A, offset: 0x1A588C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTf4nnnd_n', symObjAddr: 0x4430, symBinAddr: 0x1D76D0, symSize: 0x1B0 }
+ - { offsetInCU: 0x25F6, offset: 0x1A5938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x45E0, symBinAddr: 0x1D7880, symSize: 0x198 }
+ - { offsetInCU: 0x2691, offset: 0x1A59D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x4778, symBinAddr: 0x1D7A18, symSize: 0x180 }
+ - { offsetInCU: 0x271B, offset: 0x1A5A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZTf4dnd_n', symObjAddr: 0x48F8, symBinAddr: 0x1D7B98, symSize: 0x13C }
+ - { offsetInCU: 0x27A5, offset: 0x1A5AE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x4A34, symBinAddr: 0x1D7CD4, symSize: 0x154 }
+ - { offsetInCU: 0x2840, offset: 0x1A5B82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTf4nnnd_n', symObjAddr: 0x4B88, symBinAddr: 0x1D7E28, symSize: 0x1A0 }
+ - { offsetInCU: 0x28EC, offset: 0x1A5C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x4D28, symBinAddr: 0x1D7FC8, symSize: 0x198 }
+ - { offsetInCU: 0x2987, offset: 0x1A5CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x4EC0, symBinAddr: 0x1D8160, symSize: 0x180 }
+ - { offsetInCU: 0x2A11, offset: 0x1A5D53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZTf4nd_n', symObjAddr: 0x5040, symBinAddr: 0x1D82E0, symSize: 0x144 }
+ - { offsetInCU: 0x2A9B, offset: 0x1A5DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZTf4nnnd_n', symObjAddr: 0x5184, symBinAddr: 0x1D8424, symSize: 0x16C }
+ - { offsetInCU: 0x2B47, offset: 0x1A5E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZTf4nnnd_n', symObjAddr: 0x52F0, symBinAddr: 0x1D8590, symSize: 0x16C }
+ - { offsetInCU: 0x2BF3, offset: 0x1A5F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x545C, symBinAddr: 0x1D86FC, symSize: 0x15C }
+ - { offsetInCU: 0x2C8E, offset: 0x1A5FD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZTf4nnnd_n', symObjAddr: 0x56F0, symBinAddr: 0x1D8990, symSize: 0x40C }
+ - { offsetInCU: 0x2F3F, offset: 0x1A6281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZTf4nd_n', symObjAddr: 0x5AFC, symBinAddr: 0x1D8D9C, symSize: 0x180 }
+ - { offsetInCU: 0x2FE8, offset: 0x1A632A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZTf4nnd_n', symObjAddr: 0x5C7C, symBinAddr: 0x1D8F1C, symSize: 0x234 }
+ - { offsetInCU: 0x30C7, offset: 0x1A6409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZTf4nd_n', symObjAddr: 0x5EB0, symBinAddr: 0x1D9150, symSize: 0x1E0 }
+ - { offsetInCU: 0x3175, offset: 0x1A64B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x6090, symBinAddr: 0x1D9330, symSize: 0x144 }
+ - { offsetInCU: 0x3200, offset: 0x1A6542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4main_WZ', symObjAddr: 0x170, symBinAddr: 0x1D3410, symSize: 0x30 }
+ - { offsetInCU: 0x321A, offset: 0x1A655C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersion_WZ', symObjAddr: 0x4A0, symBinAddr: 0x1D3740, symSize: 0x24 }
+ - { offsetInCU: 0x32DA, offset: 0x1A661C, size: 0x8, addend: 0x0, symName: '_$sSo6NSUUIDCSgIeyBy_10Foundation4UUIDVSgIegn_TR', symObjAddr: 0x1430, symBinAddr: 0x1D46D0, symSize: 0xC8 }
+ - { offsetInCU: 0x3394, offset: 0x1A66D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCfETo', symObjAddr: 0x2604, symBinAddr: 0x1D58A4, symSize: 0x4 }
+ - { offsetInCU: 0x35AE, offset: 0x1A68F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCMa', symObjAddr: 0x61D4, symBinAddr: 0x1D9474, symSize: 0x20 }
+ - { offsetInCU: 0x35C2, offset: 0x1A6904, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x6218, symBinAddr: 0x1D94B8, symSize: 0x8 }
+ - { offsetInCU: 0x35D6, offset: 0x1A6918, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0x6220, symBinAddr: 0x1D94C0, symSize: 0x8 }
+ - { offsetInCU: 0x35EA, offset: 0x1A692C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgIegn_SgWOe', symObjAddr: 0x6280, symBinAddr: 0x1D94C8, symSize: 0x10 }
+ - { offsetInCU: 0x35FE, offset: 0x1A6940, size: 0x8, addend: 0x0, symName: '_$sSo6NSUUIDCSgIeyBy_10Foundation4UUIDVSgIegn_TRTA', symObjAddr: 0x6290, symBinAddr: 0x1D94D8, symSize: 0x8 }
+ - { offsetInCU: 0x361D, offset: 0x1A695F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x6320, symBinAddr: 0x1D94E0, symSize: 0x14 }
+ - { offsetInCU: 0x3646, offset: 0x1A6988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZyAHcfU_TA', symObjAddr: 0x63A8, symBinAddr: 0x1D94F8, symSize: 0x30 }
+ - { offsetInCU: 0x365A, offset: 0x1A699C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZyAMcfU_TA', symObjAddr: 0x63DC, symBinAddr: 0x1D952C, symSize: 0x30 }
+ - { offsetInCU: 0x366E, offset: 0x1A69B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_TA', symObjAddr: 0x6410, symBinAddr: 0x1D9560, symSize: 0x30 }
+ - { offsetInCU: 0x3682, offset: 0x1A69C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZyAHcfU_TA', symObjAddr: 0x6444, symBinAddr: 0x1D9594, symSize: 0x30 }
+ - { offsetInCU: 0x3696, offset: 0x1A69D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZyAMcfU_TA', symObjAddr: 0x6478, symBinAddr: 0x1D95C8, symSize: 0x30 }
+ - { offsetInCU: 0x36AA, offset: 0x1A69EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_TA', symObjAddr: 0x64EC, symBinAddr: 0x1D963C, symSize: 0xC }
+ - { offsetInCU: 0x36BE, offset: 0x1A6A00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZyAQcfU_TA', symObjAddr: 0x6628, symBinAddr: 0x1D9678, symSize: 0x8 }
+ - { offsetInCU: 0x36D2, offset: 0x1A6A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZyAI_ANtcfU_TA', symObjAddr: 0x66A0, symBinAddr: 0x1D96E0, symSize: 0x30 }
+ - { offsetInCU: 0x36E6, offset: 0x1A6A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZyAK_ANtcfU_TA', symObjAddr: 0x66D0, symBinAddr: 0x1D9710, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0x1A6F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1D97A8, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1A6FC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1D97A8, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1A6FDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x1D97B8, symSize: 0x94 }
+ - { offsetInCU: 0xD2, offset: 0x1A7048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfc', symObjAddr: 0xA4, symBinAddr: 0x1D984C, symSize: 0x8 }
+ - { offsetInCU: 0x101, offset: 0x1A7077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCfd', symObjAddr: 0xAC, symBinAddr: 0x1D9854, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x1A70A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCfD', symObjAddr: 0xB4, symBinAddr: 0x1D985C, symSize: 0x10 }
+ - { offsetInCU: 0x160, offset: 0x1A70D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCMa', symObjAddr: 0xC4, symBinAddr: 0x1D986C, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1A72DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC9inputTypeAA0f5InputI0OSgvg', symObjAddr: 0x0, symBinAddr: 0x1D988C, symSize: 0x8 }
+ - { offsetInCU: 0x76, offset: 0x1A7307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0Sbvg', symObjAddr: 0x8, symBinAddr: 0x1D9894, symSize: 0x30 }
+ - { offsetInCU: 0x92, offset: 0x1A7323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0Sbvs', symObjAddr: 0x38, symBinAddr: 0x1D98C4, symSize: 0x3C }
+ - { offsetInCU: 0xAE, offset: 0x1A733F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0SbvM', symObjAddr: 0x74, symBinAddr: 0x1D9900, symSize: 0x3C }
+ - { offsetInCU: 0xCA, offset: 0x1A735B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0SbvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x1D993C, symSize: 0x4 }
+ - { offsetInCU: 0xE6, offset: 0x1A7377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivg', symObjAddr: 0xB4, symBinAddr: 0x1D9940, symSize: 0x30 }
+ - { offsetInCU: 0x102, offset: 0x1A7393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivs', symObjAddr: 0xE4, symBinAddr: 0x1D9970, symSize: 0x3C }
+ - { offsetInCU: 0x11E, offset: 0x1A73AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivM', symObjAddr: 0x120, symBinAddr: 0x1D99AC, symSize: 0x3C }
+ - { offsetInCU: 0x13A, offset: 0x1A73CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandTypeAA04UtilgI0Ovg', symObjAddr: 0x15C, symBinAddr: 0x1D99E8, symSize: 0x4 }
+ - { offsetInCU: 0x156, offset: 0x1A73E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC8logLevelAA6LoggerV0I0Ovg', symObjAddr: 0x160, symBinAddr: 0x1D99EC, symSize: 0x8 }
+ - { offsetInCU: 0x1B4, offset: 0x1A7445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandType7version8logLevelAcA04UtilgI0O_SiAA6LoggerV0L0OtcfC', symObjAddr: 0x168, symBinAddr: 0x1D99F4, symSize: 0x68 }
+ - { offsetInCU: 0x200, offset: 0x1A7491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandType7version8logLevelAcA04UtilgI0O_SiAA6LoggerV0L0Otcfc', symObjAddr: 0x1D0, symBinAddr: 0x1D9A5C, symSize: 0x54 }
+ - { offsetInCU: 0x252, offset: 0x1A74E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8rawValueAGSgSS_tcfC', symObjAddr: 0x224, symBinAddr: 0x1D9AB0, symSize: 0x70 }
+ - { offsetInCU: 0x28B, offset: 0x1A751C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueAGSgSS_tcfC', symObjAddr: 0x2D4, symBinAddr: 0x1D9B20, symSize: 0x70 }
+ - { offsetInCU: 0x2C1, offset: 0x1A7552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8intValueAGSgSi_tcfC', symObjAddr: 0x344, symBinAddr: 0x1D9B90, symSize: 0x8 }
+ - { offsetInCU: 0x2E8, offset: 0x1A7579, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8intValueSiSgvg', symObjAddr: 0x34C, symBinAddr: 0x1D9B98, symSize: 0xC }
+ - { offsetInCU: 0x310, offset: 0x1A75A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8rawValueSSvg', symObjAddr: 0x358, symBinAddr: 0x1D9BA4, symSize: 0x4 }
+ - { offsetInCU: 0x324, offset: 0x1A75B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueSSvg', symObjAddr: 0x35C, symBinAddr: 0x1D9BA8, symSize: 0x4 }
+ - { offsetInCU: 0x356, offset: 0x1A75E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x4C8, symBinAddr: 0x1D9D14, symSize: 0x74 }
+ - { offsetInCU: 0x38A, offset: 0x1A761B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x53C, symBinAddr: 0x1D9D88, symSize: 0x24 }
+ - { offsetInCU: 0x3C2, offset: 0x1A7653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x560, symBinAddr: 0x1D9DAC, symSize: 0x4 }
+ - { offsetInCU: 0x3E2, offset: 0x1A7673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x560, symBinAddr: 0x1D9DAC, symSize: 0x4 }
+ - { offsetInCU: 0x40D, offset: 0x1A769E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x564, symBinAddr: 0x1D9DB0, symSize: 0x78 }
+ - { offsetInCU: 0x458, offset: 0x1A76E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x5DC, symBinAddr: 0x1D9E28, symSize: 0xC }
+ - { offsetInCU: 0x474, offset: 0x1A7705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E8, symBinAddr: 0x1D9E34, symSize: 0xC }
+ - { offsetInCU: 0x490, offset: 0x1A7721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueSSvgTf4d_n', symObjAddr: 0xF80, symBinAddr: 0x1DA7CC, symSize: 0x1C }
+ - { offsetInCU: 0x4C7, offset: 0x1A7758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x644, symBinAddr: 0x1D9E90, symSize: 0x74 }
+ - { offsetInCU: 0x502, offset: 0x1A7793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x6B8, symBinAddr: 0x1D9F04, symSize: 0x74 }
+ - { offsetInCU: 0x545, offset: 0x1A77D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x72C, symBinAddr: 0x1D9F78, symSize: 0x8 }
+ - { offsetInCU: 0x56C, offset: 0x1A77FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x734, symBinAddr: 0x1D9F80, symSize: 0xC }
+ - { offsetInCU: 0x593, offset: 0x1A7824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x740, symBinAddr: 0x1D9F8C, symSize: 0x20 }
+ - { offsetInCU: 0x5CC, offset: 0x1A785D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x760, symBinAddr: 0x1D9FAC, symSize: 0x20 }
+ - { offsetInCU: 0x5FA, offset: 0x1A788B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x760, symBinAddr: 0x1D9FAC, symSize: 0x20 }
+ - { offsetInCU: 0x625, offset: 0x1A78B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x904, symBinAddr: 0x1DA150, symSize: 0x78 }
+ - { offsetInCU: 0x666, offset: 0x1A78F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x97C, symBinAddr: 0x1DA1C8, symSize: 0x28 }
+ - { offsetInCU: 0x67A, offset: 0x1A790B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x9A4, symBinAddr: 0x1DA1F0, symSize: 0x8 }
+ - { offsetInCU: 0x6B0, offset: 0x1A7941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x9AC, symBinAddr: 0x1DA1F8, symSize: 0x7C }
+ - { offsetInCU: 0x708, offset: 0x1A7999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xA28, symBinAddr: 0x1DA274, symSize: 0xC }
+ - { offsetInCU: 0x724, offset: 0x1A79B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xA34, symBinAddr: 0x1DA280, symSize: 0xC }
+ - { offsetInCU: 0x741, offset: 0x1A79D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xA90, symBinAddr: 0x1DA2DC, symSize: 0x4C }
+ - { offsetInCU: 0x766, offset: 0x1A79F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xADC, symBinAddr: 0x1DA328, symSize: 0x40C }
+ - { offsetInCU: 0x89A, offset: 0x1A7B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCfd', symObjAddr: 0xEE8, symBinAddr: 0x1DA734, symSize: 0x8 }
+ - { offsetInCU: 0x8C9, offset: 0x1A7B5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCfD', symObjAddr: 0xEF0, symBinAddr: 0x1DA73C, symSize: 0x10 }
+ - { offsetInCU: 0x8F8, offset: 0x1A7B89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCAA0fG0A2aDP9inputTypeAA0f5InputI0OSgvgTW', symObjAddr: 0xF00, symBinAddr: 0x1DA74C, symSize: 0x28 }
+ - { offsetInCU: 0x914, offset: 0x1A7BA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCAA0fG0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0xF28, symBinAddr: 0x1DA774, symSize: 0x2C }
+ - { offsetInCU: 0x930, offset: 0x1A7BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF54, symBinAddr: 0x1DA7A0, symSize: 0x2C }
+ - { offsetInCU: 0x9D7, offset: 0x1A7C68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0xFC0, symBinAddr: 0x1DA7E8, symSize: 0x44 }
+ - { offsetInCU: 0x9EB, offset: 0x1A7C7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCMa', symObjAddr: 0x1004, symBinAddr: 0x1DA82C, symSize: 0x20 }
+ - { offsetInCU: 0x9FF, offset: 0x1A7C90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs0H3KeyAAWl', symObjAddr: 0x1044, symBinAddr: 0x1DA84C, symSize: 0x44 }
+ - { offsetInCU: 0xA13, offset: 0x1A7CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESeAAWl', symObjAddr: 0x1088, symBinAddr: 0x1DA890, symSize: 0x44 }
+ - { offsetInCU: 0xA27, offset: 0x1A7CB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASQWb', symObjAddr: 0x10CC, symBinAddr: 0x1DA8D4, symSize: 0x4 }
+ - { offsetInCU: 0xA3B, offset: 0x1A7CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGSQAAWl', symObjAddr: 0x10D0, symBinAddr: 0x1DA8D8, symSize: 0x44 }
+ - { offsetInCU: 0xA4F, offset: 0x1A7CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1114, symBinAddr: 0x1DA91C, symSize: 0x4 }
+ - { offsetInCU: 0xA63, offset: 0x1A7CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1118, symBinAddr: 0x1DA920, symSize: 0x44 }
+ - { offsetInCU: 0xA77, offset: 0x1A7D08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x115C, symBinAddr: 0x1DA964, symSize: 0x4 }
+ - { offsetInCU: 0xA8B, offset: 0x1A7D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1160, symBinAddr: 0x1DA968, symSize: 0x44 }
+ - { offsetInCU: 0xA9F, offset: 0x1A7D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0x11A4, symBinAddr: 0x1DA9AC, symSize: 0x4 }
+ - { offsetInCU: 0xAB3, offset: 0x1A7D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0x11A8, symBinAddr: 0x1DA9B0, symSize: 0x44 }
+ - { offsetInCU: 0xAC7, offset: 0x1A7D58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x11EC, symBinAddr: 0x1DA9F4, symSize: 0x4 }
+ - { offsetInCU: 0xADB, offset: 0x1A7D6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x11F0, symBinAddr: 0x1DA9F8, symSize: 0x44 }
+ - { offsetInCU: 0xAEF, offset: 0x1A7D80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1234, symBinAddr: 0x1DAA3C, symSize: 0x4 }
+ - { offsetInCU: 0xB03, offset: 0x1A7D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1238, symBinAddr: 0x1DAA40, symSize: 0x44 }
+ - { offsetInCU: 0xB17, offset: 0x1A7DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwet', symObjAddr: 0x13C8, symBinAddr: 0x1DABC0, symSize: 0x90 }
+ - { offsetInCU: 0xB2B, offset: 0x1A7DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwst', symObjAddr: 0x1458, symBinAddr: 0x1DAC50, symSize: 0xBC }
+ - { offsetInCU: 0xB3F, offset: 0x1A7DD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwug', symObjAddr: 0x1514, symBinAddr: 0x1DAD0C, symSize: 0x8 }
+ - { offsetInCU: 0xB53, offset: 0x1A7DE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwup', symObjAddr: 0x151C, symBinAddr: 0x1DAD14, symSize: 0x4 }
+ - { offsetInCU: 0xB67, offset: 0x1A7DF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwui', symObjAddr: 0x1520, symBinAddr: 0x1DAD18, symSize: 0x8 }
+ - { offsetInCU: 0xB7B, offset: 0x1A7E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOMa', symObjAddr: 0x1528, symBinAddr: 0x1DAD20, symSize: 0x10 }
+ - { offsetInCU: 0xB8F, offset: 0x1A7E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owet', symObjAddr: 0x153C, symBinAddr: 0x1DAD30, symSize: 0x50 }
+ - { offsetInCU: 0xBA3, offset: 0x1A7E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owst', symObjAddr: 0x158C, symBinAddr: 0x1DAD80, symSize: 0x8C }
+ - { offsetInCU: 0xBB7, offset: 0x1A7E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owug', symObjAddr: 0x1618, symBinAddr: 0x1DAE0C, symSize: 0x8 }
+ - { offsetInCU: 0xBCB, offset: 0x1A7E5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owup', symObjAddr: 0x1620, symBinAddr: 0x1DAE14, symSize: 0x4 }
+ - { offsetInCU: 0xBDF, offset: 0x1A7E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owui', symObjAddr: 0x1624, symBinAddr: 0x1DAE18, symSize: 0x4 }
+ - { offsetInCU: 0xBF3, offset: 0x1A7E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OMa', symObjAddr: 0x1628, symBinAddr: 0x1DAE1C, symSize: 0x10 }
+ - { offsetInCU: 0xC3C, offset: 0x1A7ECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360, symBinAddr: 0x1D9BAC, symSize: 0x80 }
+ - { offsetInCU: 0xD20, offset: 0x1A7FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH9hashValueSivgTW', symObjAddr: 0x3E0, symBinAddr: 0x1D9C2C, symSize: 0x58 }
+ - { offsetInCU: 0xDCB, offset: 0x1A805C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x438, symBinAddr: 0x1D9C84, symSize: 0x3C }
+ - { offsetInCU: 0xE32, offset: 0x1A80C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x474, symBinAddr: 0x1D9CC0, symSize: 0x54 }
+ - { offsetInCU: 0xEBB, offset: 0x1A814C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x5F4, symBinAddr: 0x1D9E40, symSize: 0x28 }
+ - { offsetInCU: 0xED7, offset: 0x1A8168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x61C, symBinAddr: 0x1D9E68, symSize: 0x28 }
+ - { offsetInCU: 0xF08, offset: 0x1A8199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x780, symBinAddr: 0x1D9FCC, symSize: 0x88 }
+ - { offsetInCU: 0xFB7, offset: 0x1A8248, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x808, symBinAddr: 0x1DA054, symSize: 0x60 }
+ - { offsetInCU: 0x1035, offset: 0x1A82C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x868, symBinAddr: 0x1DA0B4, symSize: 0x40 }
+ - { offsetInCU: 0x1087, offset: 0x1A8318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8A8, symBinAddr: 0x1DA0F4, symSize: 0x5C }
+ - { offsetInCU: 0x10E3, offset: 0x1A8374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xA40, symBinAddr: 0x1DA28C, symSize: 0x28 }
+ - { offsetInCU: 0x10FF, offset: 0x1A8390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xA68, symBinAddr: 0x1DA2B4, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1A8605, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1DAE30, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x1A861D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1DAE30, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x1A8637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x1DAE34, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x1A8668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x1DAE70, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x1A8689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x1DAE98, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x1A86BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x1DAED8, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x1A86D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x1DAEDC, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x1A86F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x1DAEE0, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x1A8706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV9inviteeIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x1DAEE8, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x1A8722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV6roomId07inviteeH0ACSS_SStcfC', symObjAddr: 0xE8, symBinAddr: 0x1DAF18, symSize: 0x98 }
+ - { offsetInCU: 0x1E3, offset: 0x1A87C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1DAFB0, symSize: 0xE0 }
+ - { offsetInCU: 0x229, offset: 0x1A8807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x308, symBinAddr: 0x1DB0D4, symSize: 0x70 }
+ - { offsetInCU: 0x262, offset: 0x1A8840, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x378, symBinAddr: 0x1DB144, symSize: 0x70 }
+ - { offsetInCU: 0x298, offset: 0x1A8876, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3E8, symBinAddr: 0x1DB1B4, symSize: 0x8 }
+ - { offsetInCU: 0x2BF, offset: 0x1A889D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3F0, symBinAddr: 0x1DB1BC, symSize: 0xC }
+ - { offsetInCU: 0x2E7, offset: 0x1A88C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x3FC, symBinAddr: 0x1DB1C8, symSize: 0x4 }
+ - { offsetInCU: 0x2FB, offset: 0x1A88D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x400, symBinAddr: 0x1DB1CC, symSize: 0x4 }
+ - { offsetInCU: 0x32D, offset: 0x1A890B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x56C, symBinAddr: 0x1DB338, symSize: 0x74 }
+ - { offsetInCU: 0x361, offset: 0x1A893F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5E0, symBinAddr: 0x1DB3AC, symSize: 0x24 }
+ - { offsetInCU: 0x399, offset: 0x1A8977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x604, symBinAddr: 0x1DB3D0, symSize: 0x4 }
+ - { offsetInCU: 0x3B9, offset: 0x1A8997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x604, symBinAddr: 0x1DB3D0, symSize: 0x4 }
+ - { offsetInCU: 0x3E4, offset: 0x1A89C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x608, symBinAddr: 0x1DB3D4, symSize: 0x78 }
+ - { offsetInCU: 0x42F, offset: 0x1A8A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x680, symBinAddr: 0x1DB44C, symSize: 0xC }
+ - { offsetInCU: 0x44B, offset: 0x1A8A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x68C, symBinAddr: 0x1DB458, symSize: 0xC }
+ - { offsetInCU: 0x467, offset: 0x1A8A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x814, symBinAddr: 0x1DB5E0, symSize: 0x1C }
+ - { offsetInCU: 0x493, offset: 0x1A8A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x6E8, symBinAddr: 0x1DB4B4, symSize: 0x40 }
+ - { offsetInCU: 0x4CA, offset: 0x1A8AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x728, symBinAddr: 0x1DB4F4, symSize: 0x8 }
+ - { offsetInCU: 0x4F5, offset: 0x1A8AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x730, symBinAddr: 0x1DB4FC, symSize: 0x8 }
+ - { offsetInCU: 0x575, offset: 0x1A8B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x738, symBinAddr: 0x1DB504, symSize: 0xDC }
+ - { offsetInCU: 0x5E3, offset: 0x1A8BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2C4, symBinAddr: 0x1DB090, symSize: 0x44 }
+ - { offsetInCU: 0x618, offset: 0x1A8BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x830, symBinAddr: 0x1DB5FC, symSize: 0x4 }
+ - { offsetInCU: 0x62C, offset: 0x1A8C0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x834, symBinAddr: 0x1DB600, symSize: 0x44 }
+ - { offsetInCU: 0x640, offset: 0x1A8C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x878, symBinAddr: 0x1DB644, symSize: 0x4 }
+ - { offsetInCU: 0x654, offset: 0x1A8C32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x87C, symBinAddr: 0x1DB648, symSize: 0x44 }
+ - { offsetInCU: 0x668, offset: 0x1A8C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8C0, symBinAddr: 0x1DB68C, symSize: 0x4 }
+ - { offsetInCU: 0x67C, offset: 0x1A8C5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8C4, symBinAddr: 0x1DB690, symSize: 0x44 }
+ - { offsetInCU: 0x690, offset: 0x1A8C6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x908, symBinAddr: 0x1DB6D4, symSize: 0x24 }
+ - { offsetInCU: 0x6A4, offset: 0x1A8C82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x92C, symBinAddr: 0x1DB6F8, symSize: 0x44 }
+ - { offsetInCU: 0x6B8, offset: 0x1A8C96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x970, symBinAddr: 0x1DB73C, symSize: 0x4 }
+ - { offsetInCU: 0x6CC, offset: 0x1A8CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x9B8, symBinAddr: 0x1DB740, symSize: 0x24 }
+ - { offsetInCU: 0x6E0, offset: 0x1A8CBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x9DC, symBinAddr: 0x1DB764, symSize: 0x44 }
+ - { offsetInCU: 0x6F4, offset: 0x1A8CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA11RequestableAAWI', symObjAddr: 0xA20, symBinAddr: 0x1DB7A8, symSize: 0x2C }
+ - { offsetInCU: 0x708, offset: 0x1A8CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA0F0AAWl', symObjAddr: 0xA4C, symBinAddr: 0x1DB7D4, symSize: 0x44 }
+ - { offsetInCU: 0x71C, offset: 0x1A8CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA90, symBinAddr: 0x1DB818, symSize: 0x44 }
+ - { offsetInCU: 0x730, offset: 0x1A8D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0AAWI', symObjAddr: 0xAD4, symBinAddr: 0x1DB85C, symSize: 0x24 }
+ - { offsetInCU: 0x744, offset: 0x1A8D22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVACSEAAWl', symObjAddr: 0xAF8, symBinAddr: 0x1DB880, symSize: 0x44 }
+ - { offsetInCU: 0x758, offset: 0x1A8D36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB3C, symBinAddr: 0x1DB8C4, symSize: 0x24 }
+ - { offsetInCU: 0x76C, offset: 0x1A8D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwCP', symObjAddr: 0xB60, symBinAddr: 0x1DB8E8, symSize: 0x30 }
+ - { offsetInCU: 0x780, offset: 0x1A8D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwxx', symObjAddr: 0xB90, symBinAddr: 0x1DB918, symSize: 0x28 }
+ - { offsetInCU: 0x794, offset: 0x1A8D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwcp', symObjAddr: 0xBB8, symBinAddr: 0x1DB940, symSize: 0x44 }
+ - { offsetInCU: 0x7A8, offset: 0x1A8D86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwca', symObjAddr: 0xBFC, symBinAddr: 0x1DB984, symSize: 0x6C }
+ - { offsetInCU: 0x7BC, offset: 0x1A8D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwta', symObjAddr: 0xC74, symBinAddr: 0x1DB9F0, symSize: 0x4C }
+ - { offsetInCU: 0x7D0, offset: 0x1A8DAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwet', symObjAddr: 0xCC0, symBinAddr: 0x1DBA3C, symSize: 0x48 }
+ - { offsetInCU: 0x7E4, offset: 0x1A8DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwst', symObjAddr: 0xD08, symBinAddr: 0x1DBA84, symSize: 0x40 }
+ - { offsetInCU: 0x7F8, offset: 0x1A8DD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVMa', symObjAddr: 0xD48, symBinAddr: 0x1DBAC4, symSize: 0x10 }
+ - { offsetInCU: 0x80C, offset: 0x1A8DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwet', symObjAddr: 0xD60, symBinAddr: 0x1DBAD4, symSize: 0x50 }
+ - { offsetInCU: 0x820, offset: 0x1A8DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwst', symObjAddr: 0xDB0, symBinAddr: 0x1DBB24, symSize: 0x8C }
+ - { offsetInCU: 0x834, offset: 0x1A8E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE3C, symBinAddr: 0x1DBBB0, symSize: 0x8 }
+ - { offsetInCU: 0x848, offset: 0x1A8E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwup', symObjAddr: 0xE44, symBinAddr: 0x1DBBB8, symSize: 0x4 }
+ - { offsetInCU: 0x85C, offset: 0x1A8E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwui', symObjAddr: 0xE48, symBinAddr: 0x1DBBBC, symSize: 0x4 }
+ - { offsetInCU: 0x870, offset: 0x1A8E4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOMa', symObjAddr: 0xE4C, symBinAddr: 0x1DBBC0, symSize: 0x10 }
+ - { offsetInCU: 0x8D4, offset: 0x1A8EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x404, symBinAddr: 0x1DB1D0, symSize: 0x80 }
+ - { offsetInCU: 0x9B8, offset: 0x1A8F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x484, symBinAddr: 0x1DB250, symSize: 0x58 }
+ - { offsetInCU: 0xA63, offset: 0x1A9041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4DC, symBinAddr: 0x1DB2A8, symSize: 0x3C }
+ - { offsetInCU: 0xACA, offset: 0x1A90A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x518, symBinAddr: 0x1DB2E4, symSize: 0x54 }
+ - { offsetInCU: 0xB53, offset: 0x1A9131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x698, symBinAddr: 0x1DB464, symSize: 0x28 }
+ - { offsetInCU: 0xB6F, offset: 0x1A914D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x1DB48C, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x1A93A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x1DBBD4, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1A93C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC3sdpSSvg', symObjAddr: 0x2C, symBinAddr: 0x1DBC00, symSize: 0x2C }
+ - { offsetInCU: 0xB9, offset: 0x1A9412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointId3sdpACSS_SStcfC', symObjAddr: 0x58, symBinAddr: 0x1DBC2C, symSize: 0x50 }
+ - { offsetInCU: 0x10A, offset: 0x1A9463, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointId3sdpACSS_SStcfc', symObjAddr: 0xA8, symBinAddr: 0x1DBC7C, symSize: 0x10 }
+ - { offsetInCU: 0x13B, offset: 0x1A9494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC18sessionDescriptionSo010RTCSessionH0Cvg', symObjAddr: 0xB8, symBinAddr: 0x1DBC8C, symSize: 0x7C }
+ - { offsetInCU: 0x18C, offset: 0x1A94E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x134, symBinAddr: 0x1DBD08, symSize: 0x4C }
+ - { offsetInCU: 0x1B1, offset: 0x1A950A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x180, symBinAddr: 0x1DBD54, symSize: 0x17C }
+ - { offsetInCU: 0x20D, offset: 0x1A9566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCfd', symObjAddr: 0x3E4, symBinAddr: 0x1DBEF0, symSize: 0x24 }
+ - { offsetInCU: 0x248, offset: 0x1A95A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCfD', symObjAddr: 0x408, symBinAddr: 0x1DBF14, symSize: 0x2C }
+ - { offsetInCU: 0x28B, offset: 0x1A95E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x58C, symBinAddr: 0x1DC098, symSize: 0x2C }
+ - { offsetInCU: 0x2AF, offset: 0x1A9608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCMa', symObjAddr: 0x3A4, symBinAddr: 0x1DBED0, symSize: 0x20 }
+ - { offsetInCU: 0x2C3, offset: 0x1A961C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA15RoomRespondableAAWI', symObjAddr: 0x434, symBinAddr: 0x1DBF40, symSize: 0x34 }
+ - { offsetInCU: 0x2D7, offset: 0x1A9630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA14APIRespondableAAWI', symObjAddr: 0x468, symBinAddr: 0x1DBF74, symSize: 0x34 }
+ - { offsetInCU: 0x2EB, offset: 0x1A9644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA11RespondableAAWI', symObjAddr: 0x49C, symBinAddr: 0x1DBFA8, symSize: 0x4C }
+ - { offsetInCU: 0x2FF, offset: 0x1A9658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA0F0AAWI', symObjAddr: 0x4E8, symBinAddr: 0x1DBFF4, symSize: 0x34 }
+ - { offsetInCU: 0x313, offset: 0x1A966C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x558, symBinAddr: 0x1DC064, symSize: 0x34 }
+ - { offsetInCU: 0x27, offset: 0x1A9887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24stopRecorderAndBroadcastyyAA0G0CF', symObjAddr: 0x0, symBinAddr: 0x1DC0FC, symSize: 0x184 }
+ - { offsetInCU: 0x3F, offset: 0x1A989F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24stopRecorderAndBroadcastyyAA0G0CF', symObjAddr: 0x0, symBinAddr: 0x1DC0FC, symSize: 0x184 }
+ - { offsetInCU: 0x1D6, offset: 0x1A9A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctF', symObjAddr: 0x184, symBinAddr: 0x1DC280, symSize: 0x670 }
+ - { offsetInCU: 0x470, offset: 0x1A9CD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctFTo', symObjAddr: 0x7F4, symBinAddr: 0x1DC8F0, symSize: 0x84 }
+ - { offsetInCU: 0x4A2, offset: 0x1A9D02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13stopRecording11recordingIdSbSS_tF', symObjAddr: 0x878, symBinAddr: 0x1DC974, symSize: 0x158 }
+ - { offsetInCU: 0x582, offset: 0x1A9DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13stopRecording11recordingIdSbSS_tFTo', symObjAddr: 0x9D0, symBinAddr: 0x1DCACC, symSize: 0x64 }
+ - { offsetInCU: 0x6A5, offset: 0x1A9F05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18stopRemoteRecorderyyF', symObjAddr: 0xA34, symBinAddr: 0x1DCB30, symSize: 0x2A0 }
+ - { offsetInCU: 0x844, offset: 0x1AA0A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18stopRemoteRecorderyyFTo', symObjAddr: 0xCD4, symBinAddr: 0x1DCDD0, symSize: 0x2C }
+ - { offsetInCU: 0x8EA, offset: 0x1AA14A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32resumeRecordingsAfterTurnChangedyyF', symObjAddr: 0xD00, symBinAddr: 0x1DCDFC, symSize: 0x270 }
+ - { offsetInCU: 0xAE7, offset: 0x1AA347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32resumeRecordingsAfterTurnChangedyyFTo', symObjAddr: 0xF70, symBinAddr: 0x1DD06C, symSize: 0x2C }
+ - { offsetInCU: 0xB03, offset: 0x1AA363, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVWOs', symObjAddr: 0x119C, symBinAddr: 0x1DD210, symSize: 0x48 }
+ - { offsetInCU: 0xB22, offset: 0x1AA382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctF018$sSo8NSStringCSg13ab6Calls8M24CSgIeyByy_SSSgAGIeggg_TRSo0P0CSgALIeyByy_Tf1ncn_nTf4nng_n', symObjAddr: 0x12D0, symBinAddr: 0x1DD258, symSize: 0x6AC }
+ - { offsetInCU: 0xECE, offset: 0x1AA72E, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls8RecorderCG_Tg504$s13de58Calls10DirectCallC13stopRecording11recordingIdSbSS_tFSbAA8G6CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0xF9C, symBinAddr: 0x1DD098, symSize: 0x178 }
+ - { offsetInCU: 0x4B, offset: 0x1AAB25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCACycfc', symObjAddr: 0x0, symBinAddr: 0x1DD904, symSize: 0x8 }
+ - { offsetInCU: 0x7A, offset: 0x1AAB54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCfd', symObjAddr: 0x8, symBinAddr: 0x1DD90C, symSize: 0x8 }
+ - { offsetInCU: 0xA9, offset: 0x1AAB83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverC010didReceiveD07commandyAA7Command_p_tF', symObjAddr: 0x10, symBinAddr: 0x1DD914, symSize: 0x4 }
+ - { offsetInCU: 0xE0, offset: 0x1AABBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCfD', symObjAddr: 0x14, symBinAddr: 0x1DD918, symSize: 0x10 }
+ - { offsetInCU: 0x10F, offset: 0x1AABE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCACycfC', symObjAddr: 0x24, symBinAddr: 0x1DD928, symSize: 0x10 }
+ - { offsetInCU: 0x12D, offset: 0x1AAC07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCAA0dE0A2aDP010didReceiveD07commandyAA7Command_p_tFTW', symObjAddr: 0x34, symBinAddr: 0x1DD938, symSize: 0xC }
+ - { offsetInCU: 0x14A, offset: 0x1AAC24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCMa', symObjAddr: 0x48, symBinAddr: 0x1DD94C, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1AAE06, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE11toHexStringSSyF', symObjAddr: 0x0, symBinAddr: 0x1DD98C, symSize: 0x7C }
+ - { offsetInCU: 0x3F, offset: 0x1AAE1E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE11toHexStringSSyF', symObjAddr: 0x0, symBinAddr: 0x1DD98C, symSize: 0x7C }
+ - { offsetInCU: 0x3F, offset: 0x1AB031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TR', symObjAddr: 0x0, symBinAddr: 0x1DDA08, symSize: 0x24 }
+ - { offsetInCU: 0x53, offset: 0x1AB045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TR', symObjAddr: 0x24, symBinAddr: 0x1DDA2C, symSize: 0x48 }
+ - { offsetInCU: 0xB5, offset: 0x1AB0A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6action13backoffPeriod8maxCountACyyAA8SBCErrorCSgcc_SdSitcfC', symObjAddr: 0x6C, symBinAddr: 0x1DDA74, symSize: 0xF0 }
+ - { offsetInCU: 0x11A, offset: 0x1AB10C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvg', symObjAddr: 0x338, symBinAddr: 0x1DDD40, symSize: 0x4C }
+ - { offsetInCU: 0x136, offset: 0x1AB128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvs', symObjAddr: 0x384, symBinAddr: 0x1DDD8C, symSize: 0x50 }
+ - { offsetInCU: 0x152, offset: 0x1AB144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvM', symObjAddr: 0x3D4, symBinAddr: 0x1DDDDC, symSize: 0x3C }
+ - { offsetInCU: 0x16E, offset: 0x1AB160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC13backoffPeriodSdvg', symObjAddr: 0x410, symBinAddr: 0x1DDE18, symSize: 0x8 }
+ - { offsetInCU: 0x18A, offset: 0x1AB17C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC8maxCountSivg', symObjAddr: 0x418, symBinAddr: 0x1DDE20, symSize: 0x8 }
+ - { offsetInCU: 0x1A6, offset: 0x1AB198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC5boardAA12SBTimerBoardCvg', symObjAddr: 0x420, symBinAddr: 0x1DDE28, symSize: 0x8 }
+ - { offsetInCU: 0x1C2, offset: 0x1AB1B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvg', symObjAddr: 0x428, symBinAddr: 0x1DDE30, symSize: 0x30 }
+ - { offsetInCU: 0x1DE, offset: 0x1AB1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvs', symObjAddr: 0x458, symBinAddr: 0x1DDE60, symSize: 0x3C }
+ - { offsetInCU: 0x1FA, offset: 0x1AB1EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvM', symObjAddr: 0x494, symBinAddr: 0x1DDE9C, symSize: 0x3C }
+ - { offsetInCU: 0x216, offset: 0x1AB208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvM.resume.0', symObjAddr: 0x4D0, symBinAddr: 0x1DDED8, symSize: 0x4 }
+ - { offsetInCU: 0x232, offset: 0x1AB224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivg', symObjAddr: 0x4D4, symBinAddr: 0x1DDEDC, symSize: 0x30 }
+ - { offsetInCU: 0x24E, offset: 0x1AB240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivs', symObjAddr: 0x504, symBinAddr: 0x1DDF0C, symSize: 0x3C }
+ - { offsetInCU: 0x26A, offset: 0x1AB25C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivM', symObjAddr: 0x540, symBinAddr: 0x1DDF48, symSize: 0x3C }
+ - { offsetInCU: 0x286, offset: 0x1AB278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6action13backoffPeriod8maxCountACyyAA8SBCErrorCSgcc_SdSitcfc', symObjAddr: 0x57C, symBinAddr: 0x1DDF84, symSize: 0xE8 }
+ - { offsetInCU: 0x2D8, offset: 0x1AB2CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyF', symObjAddr: 0x674, symBinAddr: 0x1DE06C, symSize: 0x148 }
+ - { offsetInCU: 0x33E, offset: 0x1AB330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyFyAA7SBTimerCcfU_', symObjAddr: 0x7BC, symBinAddr: 0x1DE1B4, symSize: 0x8C }
+ - { offsetInCU: 0x391, offset: 0x1AB383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyF', symObjAddr: 0x848, symBinAddr: 0x1DE240, symSize: 0xCC }
+ - { offsetInCU: 0x3D4, offset: 0x1AB3C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyFyAA8SBCErrorCSgcfU_', symObjAddr: 0x950, symBinAddr: 0x1DE348, symSize: 0x70 }
+ - { offsetInCU: 0x427, offset: 0x1AB419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC8finishedyyF', symObjAddr: 0x9C0, symBinAddr: 0x1DE3B8, symSize: 0x4C }
+ - { offsetInCU: 0x456, offset: 0x1AB448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCfd', symObjAddr: 0xA0C, symBinAddr: 0x1DE404, symSize: 0x24 }
+ - { offsetInCU: 0x491, offset: 0x1AB483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCfD', symObjAddr: 0xA30, symBinAddr: 0x1DE428, symSize: 0x2C }
+ - { offsetInCU: 0x4D5, offset: 0x1AB4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvpACTK', symObjAddr: 0x15C, symBinAddr: 0x1DDB64, symSize: 0x6C }
+ - { offsetInCU: 0x4ED, offset: 0x1AB4DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_xq_r0_lyADytIsegnr_ytIegnr_TR', symObjAddr: 0x1C8, symBinAddr: 0x1DDBD0, symSize: 0x6C }
+ - { offsetInCU: 0x505, offset: 0x1AB4F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvpACTk', symObjAddr: 0x234, symBinAddr: 0x1DDC3C, symSize: 0x88 }
+ - { offsetInCU: 0x51D, offset: 0x1AB50F, size: 0x8, addend: 0x0, symName: '_$sxq_r0_ly13SendBirdCalls8SBCErrorCSgytIsegnr_ytIegnr_ADIegg_Iegg_TR', symObjAddr: 0x2BC, symBinAddr: 0x1DDCC4, symSize: 0x7C }
+ - { offsetInCU: 0x542, offset: 0x1AB534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_SgWOy', symObjAddr: 0x914, symBinAddr: 0x1DE30C, symSize: 0x10 }
+ - { offsetInCU: 0x556, offset: 0x1AB548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyFyAA7SBTimerCcfU_TA', symObjAddr: 0x948, symBinAddr: 0x1DE340, symSize: 0x8 }
+ - { offsetInCU: 0x56A, offset: 0x1AB55C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyFyAA8SBCErrorCSgcfU_TA', symObjAddr: 0xA5C, symBinAddr: 0x1DE454, symSize: 0x8 }
+ - { offsetInCU: 0x57E, offset: 0x1AB570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCMa', symObjAddr: 0xB28, symBinAddr: 0x1DE520, symSize: 0x20 }
+ - { offsetInCU: 0x592, offset: 0x1AB584, size: 0x8, addend: 0x0, symName: '_$sxq_r0_ly13SendBirdCalls8SBCErrorCSgytIsegnr_ytIegnr_ADIegg_Iegg_TRTA', symObjAddr: 0xBEC, symBinAddr: 0x1DE5E4, symSize: 0x8 }
+ - { offsetInCU: 0x5B1, offset: 0x1AB5A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TRTA', symObjAddr: 0xC18, symBinAddr: 0x1DE610, symSize: 0x24 }
+ - { offsetInCU: 0x5DA, offset: 0x1AB5CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_xq_r0_lyADytIsegnr_ytIegnr_TRTA', symObjAddr: 0xC3C, symBinAddr: 0x1DE634, symSize: 0x8 }
+ - { offsetInCU: 0x5F9, offset: 0x1AB5EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TRTA', symObjAddr: 0xC44, symBinAddr: 0x1DE63C, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0x1AB871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6callId8userRole5statsACSS_AA10DirectCallC04UserI0OAA12StatsManagerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1DE694, symSize: 0xB0 }
+ - { offsetInCU: 0x6C, offset: 0x1AB8B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6callId8userRole5statsACSS_AA10DirectCallC04UserI0OAA12StatsManagerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1DE694, symSize: 0xB0 }
+ - { offsetInCU: 0x11B, offset: 0x1AB965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV7versionSivg', symObjAddr: 0xF0, symBinAddr: 0x1DE744, symSize: 0x8 }
+ - { offsetInCU: 0x137, offset: 0x1AB981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xF8, symBinAddr: 0x1DE74C, symSize: 0x8 }
+ - { offsetInCU: 0x153, offset: 0x1AB99D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x100, symBinAddr: 0x1DE754, symSize: 0x8 }
+ - { offsetInCU: 0x167, offset: 0x1AB9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV8userRoleAA10DirectCallC04UserG0Ovg', symObjAddr: 0x108, symBinAddr: 0x1DE75C, symSize: 0x8 }
+ - { offsetInCU: 0x183, offset: 0x1AB9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV5statsAA12StatsManagerCvg', symObjAddr: 0x110, symBinAddr: 0x1DE764, symSize: 0x8 }
+ - { offsetInCU: 0x1C5, offset: 0x1ABA0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x118, symBinAddr: 0x1DE76C, symSize: 0x74 }
+ - { offsetInCU: 0x200, offset: 0x1ABA4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x18C, symBinAddr: 0x1DE7E0, symSize: 0x74 }
+ - { offsetInCU: 0x243, offset: 0x1ABA8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x200, symBinAddr: 0x1DE854, symSize: 0x8 }
+ - { offsetInCU: 0x26A, offset: 0x1ABAB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x208, symBinAddr: 0x1DE85C, symSize: 0xC }
+ - { offsetInCU: 0x291, offset: 0x1ABADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x214, symBinAddr: 0x1DE868, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x1ABB14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x234, symBinAddr: 0x1DE888, symSize: 0x20 }
+ - { offsetInCU: 0x2F8, offset: 0x1ABB42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x234, symBinAddr: 0x1DE888, symSize: 0x20 }
+ - { offsetInCU: 0x323, offset: 0x1ABB6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x3D8, symBinAddr: 0x1DEA2C, symSize: 0x78 }
+ - { offsetInCU: 0x364, offset: 0x1ABBAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x450, symBinAddr: 0x1DEAA4, symSize: 0x28 }
+ - { offsetInCU: 0x378, offset: 0x1ABBC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x478, symBinAddr: 0x1DEACC, symSize: 0x8 }
+ - { offsetInCU: 0x3AE, offset: 0x1ABBF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x480, symBinAddr: 0x1DEAD4, symSize: 0x7C }
+ - { offsetInCU: 0x406, offset: 0x1ABC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4FC, symBinAddr: 0x1DEB50, symSize: 0xC }
+ - { offsetInCU: 0x422, offset: 0x1ABC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x508, symBinAddr: 0x1DEB5C, symSize: 0xC }
+ - { offsetInCU: 0x43F, offset: 0x1ABC89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x564, symBinAddr: 0x1DEBB8, symSize: 0x1C }
+ - { offsetInCU: 0x453, offset: 0x1ABC9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x580, symBinAddr: 0x1DEBD4, symSize: 0x8 }
+ - { offsetInCU: 0x47E, offset: 0x1ABCC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x588, symBinAddr: 0x1DEBDC, symSize: 0x8 }
+ - { offsetInCU: 0x4C6, offset: 0x1ABD10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x590, symBinAddr: 0x1DEBE4, symSize: 0x1C }
+ - { offsetInCU: 0x4FE, offset: 0x1ABD48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x5AC, symBinAddr: 0x1DEC00, symSize: 0x1D4 }
+ - { offsetInCU: 0x579, offset: 0x1ABDC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x780, symBinAddr: 0x1DEDD4, symSize: 0x4 }
+ - { offsetInCU: 0x58D, offset: 0x1ABDD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x784, symBinAddr: 0x1DEDD8, symSize: 0x44 }
+ - { offsetInCU: 0x5A1, offset: 0x1ABDEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7C8, symBinAddr: 0x1DEE1C, symSize: 0x4 }
+ - { offsetInCU: 0x5B5, offset: 0x1ABDFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7CC, symBinAddr: 0x1DEE20, symSize: 0x44 }
+ - { offsetInCU: 0x5C9, offset: 0x1ABE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x810, symBinAddr: 0x1DEE64, symSize: 0x4 }
+ - { offsetInCU: 0x5DD, offset: 0x1ABE27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x814, symBinAddr: 0x1DEE68, symSize: 0x44 }
+ - { offsetInCU: 0x5F1, offset: 0x1ABE3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA14APIRequestableAAWI', symObjAddr: 0x858, symBinAddr: 0x1DEEAC, symSize: 0x24 }
+ - { offsetInCU: 0x605, offset: 0x1ABE4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x8C0, symBinAddr: 0x1DEED0, symSize: 0x24 }
+ - { offsetInCU: 0x619, offset: 0x1ABE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA11RequestableAAWI', symObjAddr: 0x928, symBinAddr: 0x1DEEF4, symSize: 0x2C }
+ - { offsetInCU: 0x62D, offset: 0x1ABE77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA0E0AAWl', symObjAddr: 0x954, symBinAddr: 0x1DEF20, symSize: 0x44 }
+ - { offsetInCU: 0x641, offset: 0x1ABE8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x998, symBinAddr: 0x1DEF64, symSize: 0x44 }
+ - { offsetInCU: 0x655, offset: 0x1ABE9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x9DC, symBinAddr: 0x1DEFA8, symSize: 0x4 }
+ - { offsetInCU: 0x669, offset: 0x1ABEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0AAWI', symObjAddr: 0xA24, symBinAddr: 0x1DEFAC, symSize: 0x24 }
+ - { offsetInCU: 0x67D, offset: 0x1ABEC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVACSEAAWl', symObjAddr: 0xA48, symBinAddr: 0x1DEFD0, symSize: 0x44 }
+ - { offsetInCU: 0x691, offset: 0x1ABEDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA8C, symBinAddr: 0x1DF014, symSize: 0x24 }
+ - { offsetInCU: 0x6A5, offset: 0x1ABEEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwCP', symObjAddr: 0xAB0, symBinAddr: 0x1DF038, symSize: 0x30 }
+ - { offsetInCU: 0x6B9, offset: 0x1ABF03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwxx', symObjAddr: 0xAE0, symBinAddr: 0x1DF068, symSize: 0x28 }
+ - { offsetInCU: 0x6CD, offset: 0x1ABF17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwcp', symObjAddr: 0xB08, symBinAddr: 0x1DF090, symSize: 0x4C }
+ - { offsetInCU: 0x6E1, offset: 0x1ABF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwca', symObjAddr: 0xB54, symBinAddr: 0x1DF0DC, symSize: 0x74 }
+ - { offsetInCU: 0x6F5, offset: 0x1ABF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwta', symObjAddr: 0xBDC, symBinAddr: 0x1DF150, symSize: 0x54 }
+ - { offsetInCU: 0x709, offset: 0x1ABF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwet', symObjAddr: 0xC30, symBinAddr: 0x1DF1A4, symSize: 0x48 }
+ - { offsetInCU: 0x71D, offset: 0x1ABF67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwst', symObjAddr: 0xC78, symBinAddr: 0x1DF1EC, symSize: 0x48 }
+ - { offsetInCU: 0x731, offset: 0x1ABF7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVMa', symObjAddr: 0xCC0, symBinAddr: 0x1DF234, symSize: 0x10 }
+ - { offsetInCU: 0x745, offset: 0x1ABF8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwet', symObjAddr: 0xCE0, symBinAddr: 0x1DF244, symSize: 0x90 }
+ - { offsetInCU: 0x759, offset: 0x1ABFA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwst', symObjAddr: 0xD70, symBinAddr: 0x1DF2D4, symSize: 0xBC }
+ - { offsetInCU: 0x76D, offset: 0x1ABFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwug', symObjAddr: 0xE2C, symBinAddr: 0x1DF390, symSize: 0x8 }
+ - { offsetInCU: 0x781, offset: 0x1ABFCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwup', symObjAddr: 0xE34, symBinAddr: 0x1DF398, symSize: 0x4 }
+ - { offsetInCU: 0x795, offset: 0x1ABFDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwui', symObjAddr: 0xE38, symBinAddr: 0x1DF39C, symSize: 0x8 }
+ - { offsetInCU: 0x7A9, offset: 0x1ABFF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOMa', symObjAddr: 0xE40, symBinAddr: 0x1DF3A4, symSize: 0x10 }
+ - { offsetInCU: 0x7BD, offset: 0x1AC007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xE50, symBinAddr: 0x1DF3B4, symSize: 0x44 }
+ - { offsetInCU: 0x7D1, offset: 0x1AC01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCACSEAAWl', symObjAddr: 0xEB8, symBinAddr: 0x1DF3F8, symSize: 0x48 }
+ - { offsetInCU: 0x835, offset: 0x1AC07F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x254, symBinAddr: 0x1DE8A8, symSize: 0x88 }
+ - { offsetInCU: 0x8E4, offset: 0x1AC12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2DC, symBinAddr: 0x1DE930, symSize: 0x60 }
+ - { offsetInCU: 0x962, offset: 0x1AC1AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x33C, symBinAddr: 0x1DE990, symSize: 0x40 }
+ - { offsetInCU: 0x9B4, offset: 0x1AC1FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x37C, symBinAddr: 0x1DE9D0, symSize: 0x5C }
+ - { offsetInCU: 0xA10, offset: 0x1AC25A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x514, symBinAddr: 0x1DEB68, symSize: 0x28 }
+ - { offsetInCU: 0xA2C, offset: 0x1AC276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x53C, symBinAddr: 0x1DEB90, symSize: 0x28 }
+ - { offsetInCU: 0x4F, offset: 0x1AC4BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvpZ', symObjAddr: 0x1B710, symBinAddr: 0x2F9F50, symSize: 0x0 }
+ - { offsetInCU: 0xF6, offset: 0x1AC565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvpZ', symObjAddr: 0x1B718, symBinAddr: 0x2F9F58, symSize: 0x0 }
+ - { offsetInCU: 0x110, offset: 0x1AC57F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvg', symObjAddr: 0x510, symBinAddr: 0x1DF970, symSize: 0x1C }
+ - { offsetInCU: 0x12C, offset: 0x1AC59B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvs', symObjAddr: 0x52C, symBinAddr: 0x1DF98C, symSize: 0x2C }
+ - { offsetInCU: 0x148, offset: 0x1AC5B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvM', symObjAddr: 0x558, symBinAddr: 0x1DF9B8, symSize: 0x10 }
+ - { offsetInCU: 0x164, offset: 0x1AC5D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvM.resume.0', symObjAddr: 0x568, symBinAddr: 0x1DF9C8, symSize: 0x4 }
+ - { offsetInCU: 0x180, offset: 0x1AC5EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvg', symObjAddr: 0x56C, symBinAddr: 0x1DF9CC, symSize: 0x8 }
+ - { offsetInCU: 0x19C, offset: 0x1AC60B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvs', symObjAddr: 0x574, symBinAddr: 0x1DF9D4, symSize: 0x28 }
+ - { offsetInCU: 0x1B8, offset: 0x1AC627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvM', symObjAddr: 0x59C, symBinAddr: 0x1DF9FC, symSize: 0x10 }
+ - { offsetInCU: 0x1D4, offset: 0x1AC643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvM.resume.0', symObjAddr: 0x5AC, symBinAddr: 0x1DFA0C, symSize: 0x4 }
+ - { offsetInCU: 0x1F0, offset: 0x1AC65F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvgZ', symObjAddr: 0x5F8, symBinAddr: 0x1DFA58, symSize: 0x6C }
+ - { offsetInCU: 0x219, offset: 0x1AC688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvsZ', symObjAddr: 0x664, symBinAddr: 0x1DFAC4, symSize: 0x74 }
+ - { offsetInCU: 0x242, offset: 0x1AC6B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvMZ', symObjAddr: 0x6D8, symBinAddr: 0x1DFB38, symSize: 0x6C }
+ - { offsetInCU: 0x26B, offset: 0x1AC6DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvMZ.resume.0', symObjAddr: 0x744, symBinAddr: 0x1DFBA4, symSize: 0x4 }
+ - { offsetInCU: 0x287, offset: 0x1AC6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfC', symObjAddr: 0x748, symBinAddr: 0x1DFBA8, symSize: 0x1EC }
+ - { offsetInCU: 0x3A1, offset: 0x1AC810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3apiACvpZ', symObjAddr: 0x1B748, symBinAddr: 0x2F9F88, symSize: 0x0 }
+ - { offsetInCU: 0x3BB, offset: 0x1AC82A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socketACvpZ', symObjAddr: 0x1B778, symBinAddr: 0x2F9FB8, symSize: 0x0 }
+ - { offsetInCU: 0x3D5, offset: 0x1AC844, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCallACvpZ', symObjAddr: 0x1B7A8, symBinAddr: 0x2F9FE8, symSize: 0x0 }
+ - { offsetInCU: 0x3EF, offset: 0x1AC85E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4roomACvpZ', symObjAddr: 0x1B7D8, symBinAddr: 0x2FA018, symSize: 0x0 }
+ - { offsetInCU: 0x409, offset: 0x1AC878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpointACvpZ', symObjAddr: 0x1B808, symBinAddr: 0x2FA048, symSize: 0x0 }
+ - { offsetInCU: 0x423, offset: 0x1AC892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtcACvpZ', symObjAddr: 0x1B838, symBinAddr: 0x2FA078, symSize: 0x0 }
+ - { offsetInCU: 0x43D, offset: 0x1AC8AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statisticACvpZ', symObjAddr: 0x1B868, symBinAddr: 0x2FA0A8, symSize: 0x0 }
+ - { offsetInCU: 0x457, offset: 0x1AC8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequenceACvpZ', symObjAddr: 0x1B898, symBinAddr: 0x2FA0D8, symSize: 0x0 }
+ - { offsetInCU: 0x471, offset: 0x1AC8E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManagerACvpZ', symObjAddr: 0x1B8C8, symBinAddr: 0x2FA108, symSize: 0x0 }
+ - { offsetInCU: 0x48B, offset: 0x1AC8FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManagerACvpZ', symObjAddr: 0x1B8F8, symBinAddr: 0x2FA138, symSize: 0x0 }
+ - { offsetInCU: 0x4A5, offset: 0x1AC914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManagerACvpZ', symObjAddr: 0x1B928, symBinAddr: 0x2FA168, symSize: 0x0 }
+ - { offsetInCU: 0x4BF, offset: 0x1AC92E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5videoACvpZ', symObjAddr: 0x1B958, symBinAddr: 0x2FA198, symSize: 0x0 }
+ - { offsetInCU: 0x4D9, offset: 0x1AC948, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKitACvpZ', symObjAddr: 0x1B988, symBinAddr: 0x2FA1C8, symSize: 0x0 }
+ - { offsetInCU: 0x4F3, offset: 0x1AC962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePushACvpZ', symObjAddr: 0x1B9B8, symBinAddr: 0x2FA1F8, symSize: 0x0 }
+ - { offsetInCU: 0x50D, offset: 0x1AC97C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4mainACvpZ', symObjAddr: 0x1B9E8, symBinAddr: 0x2FA228, symSize: 0x0 }
+ - { offsetInCU: 0x527, offset: 0x1AC996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recordingACvpZ', symObjAddr: 0x1BA18, symBinAddr: 0x2FA258, symSize: 0x0 }
+ - { offsetInCU: 0x541, offset: 0x1AC9B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvpZ', symObjAddr: 0x1BA48, symBinAddr: 0x2FA288, symSize: 0x0 }
+ - { offsetInCU: 0x55B, offset: 0x1AC9CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9observers33_6B0965D4B2F8E3F23E7360484D0D083ALLSayAC12ObserverInfoCGvpZ', symObjAddr: 0x4D30, symBinAddr: 0x2CF6E8, symSize: 0x0 }
+ - { offsetInCU: 0x5B1, offset: 0x1ACA20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvau', symObjAddr: 0x0, symBinAddr: 0x1DF460, symSize: 0x40 }
+ - { offsetInCU: 0x5C5, offset: 0x1ACA34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCallACvau', symObjAddr: 0x48, symBinAddr: 0x1DF4A8, symSize: 0x40 }
+ - { offsetInCU: 0x5E3, offset: 0x1ACA52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvau', symObjAddr: 0x88, symBinAddr: 0x1DF4E8, symSize: 0x40 }
+ - { offsetInCU: 0x5F7, offset: 0x1ACA66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManagerACvau', symObjAddr: 0xD0, symBinAddr: 0x1DF530, symSize: 0x40 }
+ - { offsetInCU: 0x615, offset: 0x1ACA84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtcACvau', symObjAddr: 0x118, symBinAddr: 0x1DF578, symSize: 0x40 }
+ - { offsetInCU: 0x633, offset: 0x1ACAA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequenceACvau', symObjAddr: 0x160, symBinAddr: 0x1DF5C0, symSize: 0x40 }
+ - { offsetInCU: 0x651, offset: 0x1ACAC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV03setD5LevelyyAA9SBCLoggerC0F0OFZ', symObjAddr: 0x1A0, symBinAddr: 0x1DF600, symSize: 0x4 }
+ - { offsetInCU: 0x69A, offset: 0x1ACB09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socketACvau', symObjAddr: 0x1A4, symBinAddr: 0x1DF604, symSize: 0x40 }
+ - { offsetInCU: 0x6B8, offset: 0x1ACB27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4send5level8category3tag_yAC5LevelO_AC10CategoriesVSgAC3TagOSgAA9LogSymbol_pdtF', symObjAddr: 0x1E4, symBinAddr: 0x1DF644, symSize: 0x8 }
+ - { offsetInCU: 0x722, offset: 0x1ACB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5videoACvau', symObjAddr: 0x1EC, symBinAddr: 0x1DF64C, symSize: 0x40 }
+ - { offsetInCU: 0x740, offset: 0x1ACBAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4roomACvau', symObjAddr: 0x260, symBinAddr: 0x1DF6C0, symSize: 0x40 }
+ - { offsetInCU: 0x75E, offset: 0x1ACBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZ', symObjAddr: 0x2A0, symBinAddr: 0x1DF700, symSize: 0x30 }
+ - { offsetInCU: 0x77A, offset: 0x1ACBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4mainACvau', symObjAddr: 0x2D0, symBinAddr: 0x1DF730, symSize: 0x40 }
+ - { offsetInCU: 0x798, offset: 0x1ACC07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKitACvau', symObjAddr: 0x310, symBinAddr: 0x1DF770, symSize: 0x40 }
+ - { offsetInCU: 0x7B6, offset: 0x1ACC25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePushACvau', symObjAddr: 0x350, symBinAddr: 0x1DF7B0, symSize: 0x40 }
+ - { offsetInCU: 0x7D4, offset: 0x1ACC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManagerACvau', symObjAddr: 0x390, symBinAddr: 0x1DF7F0, symSize: 0x40 }
+ - { offsetInCU: 0x7F2, offset: 0x1ACC61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpointACvau', symObjAddr: 0x3D0, symBinAddr: 0x1DF830, symSize: 0x40 }
+ - { offsetInCU: 0x810, offset: 0x1ACC7F, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE13removePrivateyyF', symObjAddr: 0x410, symBinAddr: 0x1DF870, symSize: 0x40 }
+ - { offsetInCU: 0x83F, offset: 0x1ACCAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3apiACvau', symObjAddr: 0x450, symBinAddr: 0x1DF8B0, symSize: 0x40 }
+ - { offsetInCU: 0x85D, offset: 0x1ACCCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0Cvau', symObjAddr: 0x490, symBinAddr: 0x1DF8F0, symSize: 0x40 }
+ - { offsetInCU: 0x871, offset: 0x1ACCE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recordingACvau', symObjAddr: 0x4D0, symBinAddr: 0x1DF930, symSize: 0x40 }
+ - { offsetInCU: 0x88F, offset: 0x1ACCFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollector_WZ', symObjAddr: 0x5B0, symBinAddr: 0x1DFA10, symSize: 0x48 }
+ - { offsetInCU: 0x945, offset: 0x1ACDB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6common_WZ', symObjAddr: 0x934, symBinAddr: 0x1DFD94, symSize: 0x48 }
+ - { offsetInCU: 0x986, offset: 0x1ACDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvMZ', symObjAddr: 0x9BC, symBinAddr: 0x1DFE1C, symSize: 0x6C }
+ - { offsetInCU: 0x9AF, offset: 0x1ACE1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3api_WZ', symObjAddr: 0xA28, symBinAddr: 0x1DFE88, symSize: 0x48 }
+ - { offsetInCU: 0x9DF, offset: 0x1ACE4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socket_WZ', symObjAddr: 0xA8C, symBinAddr: 0x1DFEEC, symSize: 0x48 }
+ - { offsetInCU: 0xA0F, offset: 0x1ACE7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCall_WZ', symObjAddr: 0xAF0, symBinAddr: 0x1DFF50, symSize: 0x48 }
+ - { offsetInCU: 0xA3F, offset: 0x1ACEAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4room_WZ', symObjAddr: 0xB54, symBinAddr: 0x1DFFB4, symSize: 0x48 }
+ - { offsetInCU: 0xA6F, offset: 0x1ACEDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpoint_WZ', symObjAddr: 0xBB8, symBinAddr: 0x1E0018, symSize: 0x48 }
+ - { offsetInCU: 0xA9F, offset: 0x1ACF0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtc_WZ', symObjAddr: 0xC1C, symBinAddr: 0x1E007C, symSize: 0x48 }
+ - { offsetInCU: 0xACF, offset: 0x1ACF3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statistic_WZ', symObjAddr: 0xC80, symBinAddr: 0x1E00E0, symSize: 0x48 }
+ - { offsetInCU: 0xAFF, offset: 0x1ACF6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statisticACvau', symObjAddr: 0xCC8, symBinAddr: 0x1E0128, symSize: 0x40 }
+ - { offsetInCU: 0xB1D, offset: 0x1ACF8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequence_WZ', symObjAddr: 0xD24, symBinAddr: 0x1E0184, symSize: 0x48 }
+ - { offsetInCU: 0xB4D, offset: 0x1ACFBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManager_WZ', symObjAddr: 0xD88, symBinAddr: 0x1E01E8, symSize: 0x48 }
+ - { offsetInCU: 0xB7D, offset: 0x1ACFEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManager_WZ', symObjAddr: 0xDEC, symBinAddr: 0x1E024C, symSize: 0x48 }
+ - { offsetInCU: 0xBAD, offset: 0x1AD01C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManagerACvau', symObjAddr: 0xE34, symBinAddr: 0x1E0294, symSize: 0x40 }
+ - { offsetInCU: 0xBCB, offset: 0x1AD03A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManager_WZ', symObjAddr: 0xE90, symBinAddr: 0x1E02F0, symSize: 0x48 }
+ - { offsetInCU: 0xBFB, offset: 0x1AD06A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5video_WZ', symObjAddr: 0xEF4, symBinAddr: 0x1E0354, symSize: 0x48 }
+ - { offsetInCU: 0xC2B, offset: 0x1AD09A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKit_WZ', symObjAddr: 0xF58, symBinAddr: 0x1E03B8, symSize: 0x48 }
+ - { offsetInCU: 0xC5B, offset: 0x1AD0CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePush_WZ', symObjAddr: 0xFBC, symBinAddr: 0x1E041C, symSize: 0x48 }
+ - { offsetInCU: 0xC8B, offset: 0x1AD0FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4main_WZ', symObjAddr: 0x1020, symBinAddr: 0x1E0480, symSize: 0x48 }
+ - { offsetInCU: 0xCBB, offset: 0x1AD12A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recording_WZ', symObjAddr: 0x1084, symBinAddr: 0x1E04E4, symSize: 0x48 }
+ - { offsetInCU: 0xCEB, offset: 0x1AD15A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8external_WZ', symObjAddr: 0x1128, symBinAddr: 0x1E0588, symSize: 0x48 }
+ - { offsetInCU: 0xD16, offset: 0x1AD185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvMZ', symObjAddr: 0x129C, symBinAddr: 0x1E06FC, symSize: 0x6C }
+ - { offsetInCU: 0xD3F, offset: 0x1AD1AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6filteryA2C10CategoriesVFZ', symObjAddr: 0x1308, symBinAddr: 0x1E0768, symSize: 0x3C }
+ - { offsetInCU: 0xE72, offset: 0x1AD2E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3log33_6B0965D4B2F8E3F23E7360484D0D083ALLyyAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA9LogSymbol_pGtF', symObjAddr: 0x1344, symBinAddr: 0x1E07A4, symSize: 0x678 }
+ - { offsetInCU: 0x1957, offset: 0x1ADDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9createLog33_6B0965D4B2F8E3F23E7360484D0D083ALL____9isMasking012shouldAlwaysF0SSSgAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA0F6Symbol_pGS2btF', symObjAddr: 0x19BC, symBinAddr: 0x1E0E1C, symSize: 0x4FC }
+ - { offsetInCU: 0x1D07, offset: 0x1AE176, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9createLog33_6B0965D4B2F8E3F23E7360484D0D083ALL____9isMasking012shouldAlwaysF0SSSgAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA0F6Symbol_pGS2btFyAaQ_pXEfU_', symObjAddr: 0x1EB8, symBinAddr: 0x1E1318, symSize: 0x678 }
+ - { offsetInCU: 0x1F2D, offset: 0x1AE39C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9observers33_6B0965D4B2F8E3F23E7360484D0D083ALL_WZ', symObjAddr: 0x2530, symBinAddr: 0x1E1990, symSize: 0x14 }
+ - { offsetInCU: 0x1F9B, offset: 0x1AE40A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZ', symObjAddr: 0x2544, symBinAddr: 0x1E19A4, symSize: 0x108 }
+ - { offsetInCU: 0x20CC, offset: 0x1AE53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_', symObjAddr: 0x264C, symBinAddr: 0x1E1AAC, symSize: 0xEC }
+ - { offsetInCU: 0x2157, offset: 0x1AE5C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV13setCategoriesyyAC0F0VFZ', symObjAddr: 0x2738, symBinAddr: 0x1E1B98, symSize: 0x16C }
+ - { offsetInCU: 0x230F, offset: 0x1AE77E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6updateyAcA9LogSymbol_pd_tF', symObjAddr: 0x28A4, symBinAddr: 0x1E1D04, symSize: 0x12C }
+ - { offsetInCU: 0x2438, offset: 0x1AE8A7, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE12maskingItemsSaySSGvgZ', symObjAddr: 0x29D0, symBinAddr: 0x1E1E30, symSize: 0x4 }
+ - { offsetInCU: 0x2522, offset: 0x1AE991, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7maskingyySSF', symObjAddr: 0x29D4, symBinAddr: 0x1E1E34, symSize: 0x8D8 }
+ - { offsetInCU: 0x2DF9, offset: 0x1AF268, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE15removingPrivateSSyF', symObjAddr: 0x32AC, symBinAddr: 0x1E270C, symSize: 0xB0 }
+ - { offsetInCU: 0x2F94, offset: 0x1AF403, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV5LevelO_Tg5', symObjAddr: 0x3440, symBinAddr: 0x1E28A0, symSize: 0x90 }
+ - { offsetInCU: 0x3011, offset: 0x1AF480, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV10CategoriesV_Tg5', symObjAddr: 0x34D0, symBinAddr: 0x1E2930, symSize: 0x94 }
+ - { offsetInCU: 0x308E, offset: 0x1AF4FD, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV3TagO_Tg5', symObjAddr: 0x3564, symBinAddr: 0x1E29C4, symSize: 0xE4 }
+ - { offsetInCU: 0x310B, offset: 0x1AF57A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_n', symObjAddr: 0x36C8, symBinAddr: 0x1E2B28, symSize: 0xBC }
+ - { offsetInCU: 0x3202, offset: 0x1AF671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZTf4en_n', symObjAddr: 0x3784, symBinAddr: 0x1E2BE4, symSize: 0x1B0 }
+ - { offsetInCU: 0x343B, offset: 0x1AF8AA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls9LogSymbol_pTg5Tf4enn_nAE6LoggerV10CategoriesV_Tg5', symObjAddr: 0x3934, symBinAddr: 0x1E2D94, symSize: 0x130 }
+ - { offsetInCU: 0x34B9, offset: 0x1AF928, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls9LogSymbol_pTg5Tf4enn_n', symObjAddr: 0x3BA4, symBinAddr: 0x1E3004, symSize: 0x158 }
+ - { offsetInCU: 0x3563, offset: 0x1AF9D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV03setD5LevelyyAA9SBCLoggerC0F0OFZTf4nd_n', symObjAddr: 0x3CFC, symBinAddr: 0x1E315C, symSize: 0x19C }
+ - { offsetInCU: 0x3711, offset: 0x1AFB80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15LogDescriptable_pWOb', symObjAddr: 0x3EB8, symBinAddr: 0x1E32F8, symSize: 0x18 }
+ - { offsetInCU: 0x372C, offset: 0x1AFB9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOf', symObjAddr: 0x3F44, symBinAddr: 0x1E3310, symSize: 0x34 }
+ - { offsetInCU: 0x3768, offset: 0x1AFBD7, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE12maskingItemsSaySSGvgZTf4d_n', symObjAddr: 0x3FA4, symBinAddr: 0x1E3344, symSize: 0x1CC }
+ - { offsetInCU: 0x37DB, offset: 0x1AFC4A, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg504$s13ef6Calls6h23V6remove8observeryAA0D8i13_p_tFZSbAC0G4J6CXEfU_AH0hI0_pTf1cn_nTf4ng_n', symObjAddr: 0x4170, symBinAddr: 0x1E3510, symSize: 0x1F0 }
+ - { offsetInCU: 0x39DE, offset: 0x1AFE4D, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg504$s13hi6Calls6k23V6remove8observeryAA0D8l13_p_tFZSbAC0G4M6CXEfU_AG0kL0_pTf1cn_nTf4ng_n', symObjAddr: 0x4360, symBinAddr: 0x1E3700, symSize: 0x3E8 }
+ - { offsetInCU: 0x3CF9, offset: 0x1B0168, size: 0x8, addend: 0x0, symName: '_$sSo20NSTextCheckingResultCMa', symObjAddr: 0x47B0, symBinAddr: 0x1E3B2C, symSize: 0x3C }
+ - { offsetInCU: 0x3D0D, offset: 0x1B017C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwCP', symObjAddr: 0x47EC, symBinAddr: 0x1E3B68, symSize: 0x30 }
+ - { offsetInCU: 0x3D21, offset: 0x1B0190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwxx', symObjAddr: 0x481C, symBinAddr: 0x1E3B98, symSize: 0x24 }
+ - { offsetInCU: 0x3D35, offset: 0x1B01A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwcp', symObjAddr: 0x4840, symBinAddr: 0x1E3BBC, symSize: 0x44 }
+ - { offsetInCU: 0x3D49, offset: 0x1B01B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwca', symObjAddr: 0x4884, symBinAddr: 0x1E3C00, symSize: 0x40 }
+ - { offsetInCU: 0x3D5D, offset: 0x1B01CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwta', symObjAddr: 0x4A40, symBinAddr: 0x1E3C40, symSize: 0x40 }
+ - { offsetInCU: 0x3D71, offset: 0x1B01E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwet', symObjAddr: 0x4A80, symBinAddr: 0x1E3C80, symSize: 0x48 }
+ - { offsetInCU: 0x3D85, offset: 0x1B01F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwst', symObjAddr: 0x4AC8, symBinAddr: 0x1E3CC8, symSize: 0x4C }
+ - { offsetInCU: 0x3D99, offset: 0x1B0208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVMa', symObjAddr: 0x4B14, symBinAddr: 0x1E3D14, symSize: 0x10 }
+ - { offsetInCU: 0x3DAD, offset: 0x1B021C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_TA', symObjAddr: 0x4BA0, symBinAddr: 0x1E3D24, symSize: 0x1C }
+ - { offsetInCU: 0x4102, offset: 0x1B0571, size: 0x8, addend: 0x0, symName: '_$sSo19NSRegularExpressionC7pattern7optionsABSS_So0aB7OptionsVtKcfcTO', symObjAddr: 0x335C, symBinAddr: 0x1E27BC, symSize: 0xE4 }
+ - { offsetInCU: 0x4F, offset: 0x1B082C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCACycfC', symObjAddr: 0x0, symBinAddr: 0x1E3D74, symSize: 0x34 }
+ - { offsetInCU: 0x6D, offset: 0x1B084A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvg', symObjAddr: 0x34, symBinAddr: 0x1E3DA8, symSize: 0x44 }
+ - { offsetInCU: 0x89, offset: 0x1B0866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvs', symObjAddr: 0x78, symBinAddr: 0x1E3DEC, symSize: 0x60 }
+ - { offsetInCU: 0xA5, offset: 0x1B0882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0xD8, symBinAddr: 0x1E3E4C, symSize: 0x6C }
+ - { offsetInCU: 0xC1, offset: 0x1B089E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x1E3EB8, symSize: 0x70 }
+ - { offsetInCU: 0xDD, offset: 0x1B08BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4list33_14C85D4849D2DDEFCB46F0C3E89450F5LLSDySSShyAA0D0CGGvM', symObjAddr: 0x1B4, symBinAddr: 0x1E3F28, symSize: 0x3C }
+ - { offsetInCU: 0xF9, offset: 0x1B08D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4list33_14C85D4849D2DDEFCB46F0C3E89450F5LLSDySSShyAA0D0CGGvM.resume.0', symObjAddr: 0x1F0, symBinAddr: 0x1E3F64, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1B08F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC5queueSo012OS_dispatch_F0Cvg', symObjAddr: 0x1F4, symBinAddr: 0x1E3F68, symSize: 0x8 }
+ - { offsetInCU: 0x131, offset: 0x1B090E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC6bypass7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtF', symObjAddr: 0x1FC, symBinAddr: 0x1E3F70, symSize: 0x3E0 }
+ - { offsetInCU: 0x434, offset: 0x1B0C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtF', symObjAddr: 0xBE8, symBinAddr: 0x1E495C, symSize: 0x240 }
+ - { offsetInCU: 0x4A4, offset: 0x1B0C81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_', symObjAddr: 0xE28, symBinAddr: 0x1E4B9C, symSize: 0x4D4 }
+ - { offsetInCU: 0x825, offset: 0x1B1002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCfd', symObjAddr: 0x1370, symBinAddr: 0x1E50E4, symSize: 0x34 }
+ - { offsetInCU: 0x860, offset: 0x1B103D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCfD', symObjAddr: 0x13A4, symBinAddr: 0x1E5118, symSize: 0x3C }
+ - { offsetInCU: 0x8A3, offset: 0x1B1080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCACycfc', symObjAddr: 0x13E0, symBinAddr: 0x1E5154, symSize: 0x1C4 }
+ - { offsetInCU: 0xAC3, offset: 0x1B12A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC7resolve33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withyAA0D0C_tF', symObjAddr: 0x5DC, symBinAddr: 0x1E4350, symSize: 0x1A0 }
+ - { offsetInCU: 0xC5E, offset: 0x1B143B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC7execute33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withySS_tF', symObjAddr: 0x77C, symBinAddr: 0x1E44F0, symSize: 0x46C }
+ - { offsetInCU: 0x103C, offset: 0x1B1819, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls8SequenceCGIgo_ADIegr_TR04$s13ab7Calls15D95ManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_ShyAIGyXEfu_Tf3npf_n', symObjAddr: 0x12FC, symBinAddr: 0x1E5070, symSize: 0x74 }
+ - { offsetInCU: 0x111A, offset: 0x1B18F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC9sequences33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withSayAA0D0CGSS_tF', symObjAddr: 0x173C, symBinAddr: 0x1E53BC, symSize: 0x208 }
+ - { offsetInCU: 0x134E, offset: 0x1B1B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL8sequenceyAA0D0C_tFyAH6ResultOcfU_', symObjAddr: 0x1944, symBinAddr: 0x1E55C4, symSize: 0x9C }
+ - { offsetInCU: 0x1425, offset: 0x1B1C02, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls8SequenceCG_Tg508$sSTsSL7c38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls8I14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x19E0, symBinAddr: 0x1E5660, symSize: 0x68 }
+ - { offsetInCU: 0x1521, offset: 0x1B1CFE, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x1A48, symBinAddr: 0x1E56C8, symSize: 0x108 }
+ - { offsetInCU: 0x1784, offset: 0x1B1F61, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1nnncn_n', symObjAddr: 0x1B50, symBinAddr: 0x1E57D0, symSize: 0x31C }
+ - { offsetInCU: 0x1BB4, offset: 0x1B2391, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls8SequenceCG_Tg508$sSTsSL7h38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ij6Calls8L14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x1E6C, symBinAddr: 0x1E5AEC, symSize: 0xC4 }
+ - { offsetInCU: 0x1DAA, offset: 0x1B2587, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls8I14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x1F30, symBinAddr: 0x1E5BB0, symSize: 0x290 }
+ - { offsetInCU: 0x1F97, offset: 0x1B2774, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x21C0, symBinAddr: 0x1E5E40, symSize: 0x150 }
+ - { offsetInCU: 0x20FD, offset: 0x1B28DA, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13gh6Calls8J14CG_TG5Tf4nnd_nTf1nnnnc_n', symObjAddr: 0x2310, symBinAddr: 0x1E5F90, symSize: 0x250 }
+ - { offsetInCU: 0x2192, offset: 0x1B296F, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x2560, symBinAddr: 0x1E61E0, symSize: 0x8C }
+ - { offsetInCU: 0x21BF, offset: 0x1B299C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x25EC, symBinAddr: 0x1E626C, symSize: 0x50 }
+ - { offsetInCU: 0x21F7, offset: 0x1B29D4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x263C, symBinAddr: 0x1E62BC, symSize: 0x94 }
+ - { offsetInCU: 0x2238, offset: 0x1B2A15, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x26D0, symBinAddr: 0x1E6350, symSize: 0x3C }
+ - { offsetInCU: 0x2250, offset: 0x1B2A2D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x270C, symBinAddr: 0x1E638C, symSize: 0x20 }
+ - { offsetInCU: 0x2268, offset: 0x1B2A45, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x272C, symBinAddr: 0x1E63AC, symSize: 0x10 }
+ - { offsetInCU: 0x22B6, offset: 0x1B2A93, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciM6$deferL_yySHRzr0_lFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x273C, symBinAddr: 0x1E63BC, symSize: 0x9C }
+ - { offsetInCU: 0x231F, offset: 0x1B2AFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFTf4enn_n', symObjAddr: 0x27D8, symBinAddr: 0x1E6458, symSize: 0xB4 }
+ - { offsetInCU: 0x237C, offset: 0x1B2B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_TA', symObjAddr: 0x2924, symBinAddr: 0x1E656C, symSize: 0x10 }
+ - { offsetInCU: 0x2390, offset: 0x1B2B6D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2934, symBinAddr: 0x1E657C, symSize: 0x10 }
+ - { offsetInCU: 0x23A4, offset: 0x1B2B81, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2944, symBinAddr: 0x1E658C, symSize: 0x8 }
+ - { offsetInCU: 0x23B8, offset: 0x1B2B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23SequenceManagerDelegate_pSgXwWOh', symObjAddr: 0x299C, symBinAddr: 0x1E65D4, symSize: 0x24 }
+ - { offsetInCU: 0x23CC, offset: 0x1B2BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCMa', symObjAddr: 0x2AF8, symBinAddr: 0x1E66F4, symSize: 0x20 }
+ - { offsetInCU: 0x2564, offset: 0x1B2D41, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfC13SendBirdCalls7SummaryC_Tg5Tf4gd_n', symObjAddr: 0x2B70, symBinAddr: 0x1E676C, symSize: 0x3A8 }
+ - { offsetInCU: 0x2798, offset: 0x1B2F75, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfC13SendBirdCalls8SequenceC_Tg5Tf4gd_n', symObjAddr: 0x2F18, symBinAddr: 0x1E6B14, symSize: 0x20C }
+ - { offsetInCU: 0x296F, offset: 0x1B314C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL8sequenceyAA0D0C_tFyAH6ResultOcfU_TA', symObjAddr: 0x31B0, symBinAddr: 0x1E6D70, symSize: 0x8 }
+ - { offsetInCU: 0x2B10, offset: 0x1B32ED, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x1698, symBinAddr: 0x1E5318, symSize: 0x6C }
+ - { offsetInCU: 0x2B2C, offset: 0x1B3309, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x1704, symBinAddr: 0x1E5384, symSize: 0x38 }
+ - { offsetInCU: 0x3F, offset: 0x1B37A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE6update11latestToken8pushTypeySS_AA0dL0OtF', symObjAddr: 0x0, symBinAddr: 0x1E6D78, symSize: 0x74 }
+ - { offsetInCU: 0x98, offset: 0x1B3802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE5clearyyF', symObjAddr: 0x74, symBinAddr: 0x1E6DEC, symSize: 0x78 }
+ - { offsetInCU: 0xC1, offset: 0x1B382B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tF', symObjAddr: 0xEC, symBinAddr: 0x1E6E64, symSize: 0x4 }
+ - { offsetInCU: 0xDD, offset: 0x1B3847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFySbcfU_', symObjAddr: 0xC68, symBinAddr: 0x1E79E0, symSize: 0x70 }
+ - { offsetInCU: 0x156, offset: 0x1B38C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE6remove5tokenySS_tF', symObjAddr: 0xF0, symBinAddr: 0x1E6E68, symSize: 0xE0 }
+ - { offsetInCU: 0x1F3, offset: 0x1B395D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVAASQRzlE10didChangedSbvg', symObjAddr: 0x1D0, symBinAddr: 0x1E6F48, symSize: 0x2E0 }
+ - { offsetInCU: 0x24A, offset: 0x1B39B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tF', symObjAddr: 0x4B0, symBinAddr: 0x1E7228, symSize: 0xB4 }
+ - { offsetInCU: 0x2AB, offset: 0x1B3A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_', symObjAddr: 0x564, symBinAddr: 0x1E72DC, symSize: 0x160 }
+ - { offsetInCU: 0x347, offset: 0x1B3AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_ySbcfU_', symObjAddr: 0x73C, symBinAddr: 0x1E74B4, symSize: 0x78 }
+ - { offsetInCU: 0x3B9, offset: 0x1B3B23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previous7currentACyxGxSg_xtcfC', symObjAddr: 0x6C4, symBinAddr: 0x1E743C, symSize: 0x78 }
+ - { offsetInCU: 0x3E6, offset: 0x1B3B50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvg', symObjAddr: 0x7B4, symBinAddr: 0x1E752C, symSize: 0x3C }
+ - { offsetInCU: 0x402, offset: 0x1B3B6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvs', symObjAddr: 0x7F0, symBinAddr: 0x1E7568, symSize: 0x3C }
+ - { offsetInCU: 0x41E, offset: 0x1B3B88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvM', symObjAddr: 0x82C, symBinAddr: 0x1E75A4, symSize: 0x10 }
+ - { offsetInCU: 0x43A, offset: 0x1B3BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvM.resume.0', symObjAddr: 0x83C, symBinAddr: 0x1E75B4, symSize: 0x4 }
+ - { offsetInCU: 0x456, offset: 0x1B3BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvg', symObjAddr: 0x840, symBinAddr: 0x1E75B8, symSize: 0x1C }
+ - { offsetInCU: 0x472, offset: 0x1B3BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvs', symObjAddr: 0x85C, symBinAddr: 0x1E75D4, symSize: 0x20 }
+ - { offsetInCU: 0x48E, offset: 0x1B3BF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvM', symObjAddr: 0x87C, symBinAddr: 0x1E75F4, symSize: 0x14 }
+ - { offsetInCU: 0x4AA, offset: 0x1B3C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvM.resume.0', symObjAddr: 0x890, symBinAddr: 0x1E7608, symSize: 0x4 }
+ - { offsetInCU: 0x4CD, offset: 0x1B3C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE09getSystemD7Enabled17completionHandleryySbc_tFZ', symObjAddr: 0x894, symBinAddr: 0x1E760C, symSize: 0xE8 }
+ - { offsetInCU: 0x538, offset: 0x1B3CA2, size: 0x8, addend: 0x0, symName: '_$sSo22UNNotificationSettingsCIegg_ABIeyBy_TR', symObjAddr: 0x97C, symBinAddr: 0x1E76F4, symSize: 0x50 }
+ - { offsetInCU: 0x55B, offset: 0x1B3CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE03getE12ManufacturerSSyFZ', symObjAddr: 0x9CC, symBinAddr: 0x1E7744, symSize: 0x194 }
+ - { offsetInCU: 0x60C, offset: 0x1B3D76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE03getE2OSSSyFZ', symObjAddr: 0xB60, symBinAddr: 0x1E78D8, symSize: 0x108 }
+ - { offsetInCU: 0x6B6, offset: 0x1B3E20, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0xCD8, symBinAddr: 0x1E7A50, symSize: 0xC4 }
+ - { offsetInCU: 0x72C, offset: 0x1B3E96, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0xD9C, symBinAddr: 0x1E7B14, symSize: 0x78 }
+ - { offsetInCU: 0x759, offset: 0x1B3EC3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0xE14, symBinAddr: 0x1E7B8C, symSize: 0x80 }
+ - { offsetInCU: 0x7CF, offset: 0x1B3F39, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0xE94, symBinAddr: 0x1E7C0C, symSize: 0x68 }
+ - { offsetInCU: 0x824, offset: 0x1B3F8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFTf4nd_n', symObjAddr: 0xEFC, symBinAddr: 0x1E7C74, symSize: 0x74 }
+ - { offsetInCU: 0x861, offset: 0x1B3FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_TA', symObjAddr: 0xFC0, symBinAddr: 0x1E7D38, symSize: 0x10 }
+ - { offsetInCU: 0x875, offset: 0x1B3FDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMa', symObjAddr: 0xFD0, symBinAddr: 0x1E7D48, symSize: 0xC }
+ - { offsetInCU: 0x894, offset: 0x1B3FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE09getSystemD7Enabled17completionHandleryySbc_tFZySo22UNNotificationSettingsCcfU_TA', symObjAddr: 0x1000, symBinAddr: 0x1E7D78, symSize: 0x34 }
+ - { offsetInCU: 0x8FC, offset: 0x1B4066, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1034, symBinAddr: 0x1E7DAC, symSize: 0x10 }
+ - { offsetInCU: 0x910, offset: 0x1B407A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1044, symBinAddr: 0x1E7DBC, symSize: 0x8 }
+ - { offsetInCU: 0x924, offset: 0x1B408E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVACSTAAWl', symObjAddr: 0x104C, symBinAddr: 0x1E7DC4, symSize: 0x44 }
+ - { offsetInCU: 0x938, offset: 0x1B40A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMi', symObjAddr: 0x1288, symBinAddr: 0x1E7E9C, symSize: 0x8 }
+ - { offsetInCU: 0x94C, offset: 0x1B40B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMr', symObjAddr: 0x1290, symBinAddr: 0x1E7EA4, symSize: 0x90 }
+ - { offsetInCU: 0x960, offset: 0x1B40CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwCP', symObjAddr: 0x1320, symBinAddr: 0x1E7F34, symSize: 0x10C }
+ - { offsetInCU: 0x974, offset: 0x1B40DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwxx', symObjAddr: 0x142C, symBinAddr: 0x1E8040, symSize: 0x84 }
+ - { offsetInCU: 0x988, offset: 0x1B40F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwcp', symObjAddr: 0x14B0, symBinAddr: 0x1E80C4, symSize: 0xDC }
+ - { offsetInCU: 0x99C, offset: 0x1B4106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwca', symObjAddr: 0x158C, symBinAddr: 0x1E81A0, symSize: 0x114 }
+ - { offsetInCU: 0x9B0, offset: 0x1B411A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwtk', symObjAddr: 0x16A0, symBinAddr: 0x1E82B4, symSize: 0xDC }
+ - { offsetInCU: 0x9C4, offset: 0x1B412E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwta', symObjAddr: 0x177C, symBinAddr: 0x1E8390, symSize: 0x114 }
+ - { offsetInCU: 0x9D8, offset: 0x1B4142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwet', symObjAddr: 0x1890, symBinAddr: 0x1E84A4, symSize: 0x17C }
+ - { offsetInCU: 0x9EC, offset: 0x1B4156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwst', symObjAddr: 0x1A0C, symBinAddr: 0x1E8620, symSize: 0x294 }
+ - { offsetInCU: 0xA00, offset: 0x1B416A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOb', symObjAddr: 0x1CA0, symBinAddr: 0x1E88B4, symSize: 0x48 }
+ - { offsetInCU: 0xA14, offset: 0x1B417E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_ySbcfU_TA', symObjAddr: 0x1D30, symBinAddr: 0x1E8944, symSize: 0x10 }
+ - { offsetInCU: 0xA28, offset: 0x1B4192, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFySbcfU_TA', symObjAddr: 0x1E8C, symBinAddr: 0x1E8978, symSize: 0xC }
+ - { offsetInCU: 0x4F, offset: 0x1B45F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31WebsocketDidConnectNotificationSSvp', symObjAddr: 0x11230, symBinAddr: 0x2CF8A0, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1B4612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDidDisconnectNotificationSSvp', symObjAddr: 0x11240, symBinAddr: 0x2CF8B0, symSize: 0x0 }
+ - { offsetInCU: 0x83, offset: 0x1B462C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDisconnectionErrorKeyNameSSvp', symObjAddr: 0x11250, symBinAddr: 0x2CF8C0, symSize: 0x0 }
+ - { offsetInCU: 0x9E, offset: 0x1B4647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvpZ', symObjAddr: 0x558D8, symBinAddr: 0x2FA2B8, symSize: 0x0 }
+ - { offsetInCU: 0xB9, offset: 0x1B4662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11emptyBuffer33_D42086F0C373FDDC085C452FC58F623CLLSRys5UInt8VGvp', symObjAddr: 0x11260, symBinAddr: 0x2CF8D0, symSize: 0x0 }
+ - { offsetInCU: 0xC7, offset: 0x1B4670, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TR', symObjAddr: 0x0, symBinAddr: 0x1E8984, symSize: 0x20 }
+ - { offsetInCU: 0xDB, offset: 0x1B4684, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TR', symObjAddr: 0x20, symBinAddr: 0x1E89A4, symSize: 0x20 }
+ - { offsetInCU: 0xF6, offset: 0x1B469F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4type7message4codeAcA9ErrorTypeO_SSSitcfC', symObjAddr: 0x40, symBinAddr: 0x1E89C4, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x1B46BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4typeAA9ErrorTypeOvg', symObjAddr: 0x328, symBinAddr: 0x1E8CAC, symSize: 0x4 }
+ - { offsetInCU: 0x130, offset: 0x1B46D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV7messageSSvg', symObjAddr: 0x32C, symBinAddr: 0x1E8CB0, symSize: 0x30 }
+ - { offsetInCU: 0x14C, offset: 0x1B46F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4codeSivg', symObjAddr: 0x35C, symBinAddr: 0x1E8CE0, symSize: 0x8 }
+ - { offsetInCU: 0x169, offset: 0x1B4712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31WebsocketDidConnectNotificationSSvau', symObjAddr: 0x44, symBinAddr: 0x1E89C8, symSize: 0xC }
+ - { offsetInCU: 0x187, offset: 0x1B4730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDidDisconnectNotificationSSvau', symObjAddr: 0x50, symBinAddr: 0x1E89D4, symSize: 0xC }
+ - { offsetInCU: 0x1A5, offset: 0x1B474E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDisconnectionErrorKeyNameSSvau', symObjAddr: 0x5C, symBinAddr: 0x1E89E0, symSize: 0xC }
+ - { offsetInCU: 0x1CF, offset: 0x1B4778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeO8rawValueACSgs6UInt16V_tcfC', symObjAddr: 0x68, symBinAddr: 0x1E89EC, symSize: 0x2C }
+ - { offsetInCU: 0x1EE, offset: 0x1B4797, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeO8rawValues6UInt16Vvg', symObjAddr: 0x94, symBinAddr: 0x1E8A18, symSize: 0x14 }
+ - { offsetInCU: 0x250, offset: 0x1B47F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x194, symBinAddr: 0x1E8B18, symSize: 0x34 }
+ - { offsetInCU: 0x281, offset: 0x1B482A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1C8, symBinAddr: 0x1E8B4C, symSize: 0x18 }
+ - { offsetInCU: 0x2D8, offset: 0x1B4881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E0, symBinAddr: 0x1E8B64, symSize: 0x10 }
+ - { offsetInCU: 0x306, offset: 0x1B48AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x1F0, symBinAddr: 0x1E8B74, symSize: 0x24 }
+ - { offsetInCU: 0x3A0, offset: 0x1B4949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x1E8B98, symSize: 0x44 }
+ - { offsetInCU: 0x4A8, offset: 0x1B4A51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x258, symBinAddr: 0x1E8BDC, symSize: 0x14 }
+ - { offsetInCU: 0x504, offset: 0x1B4AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x26C, symBinAddr: 0x1E8BF0, symSize: 0x44 }
+ - { offsetInCU: 0x5E7, offset: 0x1B4B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B0, symBinAddr: 0x1E8C34, symSize: 0x28 }
+ - { offsetInCU: 0x670, offset: 0x1B4C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write6stringySS_tF', symObjAddr: 0x374, symBinAddr: 0x1E8CF8, symSize: 0x18 }
+ - { offsetInCU: 0x6BB, offset: 0x1B4C64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4datay10Foundation4DataV_tF', symObjAddr: 0x38C, symBinAddr: 0x1E8D10, symSize: 0x18 }
+ - { offsetInCU: 0x706, offset: 0x1B4CAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4pingy10Foundation4DataV_tF', symObjAddr: 0x3A4, symBinAddr: 0x1E8D28, symSize: 0x18 }
+ - { offsetInCU: 0x751, offset: 0x1B4CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4pongy10Foundation4DataV_tF', symObjAddr: 0x3BC, symBinAddr: 0x1E8D40, symSize: 0x18 }
+ - { offsetInCU: 0x79C, offset: 0x1B4D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE10disconnectyyF', symObjAddr: 0x3D4, symBinAddr: 0x1E8D58, symSize: 0x1C }
+ - { offsetInCU: 0x7E3, offset: 0x1B4D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV6useSSLSbvg', symObjAddr: 0x3F0, symBinAddr: 0x1E8D74, symSize: 0x8 }
+ - { offsetInCU: 0x7FF, offset: 0x1B4DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21disableCertValidationSbvg', symObjAddr: 0x3F8, symBinAddr: 0x1E8D7C, symSize: 0x8 }
+ - { offsetInCU: 0x81B, offset: 0x1B4DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvg', symObjAddr: 0x400, symBinAddr: 0x1E8D84, symSize: 0x8 }
+ - { offsetInCU: 0x837, offset: 0x1B4DE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvs', symObjAddr: 0x408, symBinAddr: 0x1E8D8C, symSize: 0x8 }
+ - { offsetInCU: 0x853, offset: 0x1B4DFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvM', symObjAddr: 0x410, symBinAddr: 0x1E8D94, symSize: 0x10 }
+ - { offsetInCU: 0x86F, offset: 0x1B4E18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvM.resume.0', symObjAddr: 0x420, symBinAddr: 0x1E8DA4, symSize: 0x4 }
+ - { offsetInCU: 0x88B, offset: 0x1B4E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvg', symObjAddr: 0x424, symBinAddr: 0x1E8DA8, symSize: 0x2C }
+ - { offsetInCU: 0x8A7, offset: 0x1B4E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvs', symObjAddr: 0x450, symBinAddr: 0x1E8DD4, symSize: 0x34 }
+ - { offsetInCU: 0x8C3, offset: 0x1B4E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvM', symObjAddr: 0x484, symBinAddr: 0x1E8E08, symSize: 0x10 }
+ - { offsetInCU: 0x8DF, offset: 0x1B4E88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvM.resume.0', symObjAddr: 0x494, symBinAddr: 0x1E8E18, symSize: 0x4 }
+ - { offsetInCU: 0x8FB, offset: 0x1B4EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20sslClientCertificateAA09SSLClientG0CSgvg', symObjAddr: 0x498, symBinAddr: 0x1E8E1C, symSize: 0x8 }
+ - { offsetInCU: 0x917, offset: 0x1B4EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV12cipherSuitesSays6UInt16VGSgvg', symObjAddr: 0x4A0, symBinAddr: 0x1E8E24, symSize: 0x8 }
+ - { offsetInCU: 0x933, offset: 0x1B4EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV6useSSL21disableCertValidation21overrideTrustHostname07desiredkL020sslClientCertificate12cipherSuitesACSb_S2bSSSgAA09SSLClientP0CSgSays6UInt16VGSgtcfC', symObjAddr: 0x4A8, symBinAddr: 0x1E8E2C, symSize: 0x18 }
+ - { offsetInCU: 0x95E, offset: 0x1B4F07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8delegateAA16WSStreamDelegate_pSgvM', symObjAddr: 0x4D8, symBinAddr: 0x1E8E5C, symSize: 0x74 }
+ - { offsetInCU: 0x98D, offset: 0x1B4F36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC10BUFFER_MAXSivg', symObjAddr: 0x550, symBinAddr: 0x1E8ED4, symSize: 0x8 }
+ - { offsetInCU: 0x9B8, offset: 0x1B4F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC16enableSOCKSProxySbvM', symObjAddr: 0x570, symBinAddr: 0x1E8EF4, symSize: 0x44 }
+ - { offsetInCU: 0x9E7, offset: 0x1B4F90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC16enableSOCKSProxySbvM.resume.0', symObjAddr: 0x5B4, symBinAddr: 0x1E8F38, symSize: 0x4 }
+ - { offsetInCU: 0xAA2, offset: 0x1B504B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctF', symObjAddr: 0x5B8, symBinAddr: 0x1E8F3C, symSize: 0xAEC }
+ - { offsetInCU: 0x1106, offset: 0x1B56AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFyyYbcfU_', symObjAddr: 0x10B4, symBinAddr: 0x1E9A38, symSize: 0x1C8 }
+ - { offsetInCU: 0x1179, offset: 0x1B5722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC5write4dataSi0D04DataV_tF', symObjAddr: 0x1378, symBinAddr: 0x1E9CBC, symSize: 0xF0 }
+ - { offsetInCU: 0x121E, offset: 0x1B57C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC4read0D04DataVSgyF', symObjAddr: 0x1478, symBinAddr: 0x1E9DBC, symSize: 0x100 }
+ - { offsetInCU: 0x1320, offset: 0x1B58C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7cleanupyyF', symObjAddr: 0x1578, symBinAddr: 0x1E9EBC, symSize: 0xF4 }
+ - { offsetInCU: 0x140A, offset: 0x1B59B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8sslTrustSo03SecG3RefaSg5trust_SSSg6domaintyF', symObjAddr: 0x166C, symBinAddr: 0x1E9FB0, symSize: 0x448 }
+ - { offsetInCU: 0x160B, offset: 0x1B5BB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC6stream_6handleySo8NSStreamC_So0H5EventVtF', symObjAddr: 0x1AB4, symBinAddr: 0x1EA3F8, symSize: 0x1C8 }
+ - { offsetInCU: 0x167D, offset: 0x1B5C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC6stream_6handleySo8NSStreamC_So0H5EventVtFTo', symObjAddr: 0x1C7C, symBinAddr: 0x1EA5C0, symSize: 0x64 }
+ - { offsetInCU: 0x1699, offset: 0x1B5C42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCACycfc', symObjAddr: 0x1CEC, symBinAddr: 0x1EA630, symSize: 0x21C }
+ - { offsetInCU: 0x16FF, offset: 0x1B5CA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCACycfcTo', symObjAddr: 0x1F08, symBinAddr: 0x1EA84C, symSize: 0x20 }
+ - { offsetInCU: 0x171B, offset: 0x1B5CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCfD', symObjAddr: 0x1F28, symBinAddr: 0x1EA86C, symSize: 0x30 }
+ - { offsetInCU: 0x1748, offset: 0x1B5CF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvgTW', symObjAddr: 0x1FB0, symBinAddr: 0x1EA8F4, symSize: 0x38 }
+ - { offsetInCU: 0x1764, offset: 0x1B5D0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvsTW', symObjAddr: 0x1FE8, symBinAddr: 0x1EA92C, symSize: 0x38 }
+ - { offsetInCU: 0x1780, offset: 0x1B5D29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvMTW', symObjAddr: 0x2020, symBinAddr: 0x1EA964, symSize: 0x60 }
+ - { offsetInCU: 0x179C, offset: 0x1B5D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFTW', symObjAddr: 0x2084, symBinAddr: 0x1EA9C8, symSize: 0x38 }
+ - { offsetInCU: 0x17B8, offset: 0x1B5D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP5write4dataSi0D04DataV_tFTW', symObjAddr: 0x20BC, symBinAddr: 0x1EAA00, symSize: 0x38 }
+ - { offsetInCU: 0x17D4, offset: 0x1B5D7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP4read0D04DataVSgyFTW', symObjAddr: 0x20F4, symBinAddr: 0x1EAA38, symSize: 0x38 }
+ - { offsetInCU: 0x17F0, offset: 0x1B5D99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP7cleanupyyFTW', symObjAddr: 0x212C, symBinAddr: 0x1EAA70, symSize: 0x38 }
+ - { offsetInCU: 0x180C, offset: 0x1B5DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8sslTrustSo03SecH3RefaSg5trust_SSSg6domaintyFTW', symObjAddr: 0x2164, symBinAddr: 0x1EAAA8, symSize: 0x38 }
+ - { offsetInCU: 0x18A8, offset: 0x1B5E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFyyYbcfU_TA', symObjAddr: 0x12B8, symBinAddr: 0x1E9C3C, symSize: 0x10 }
+ - { offsetInCU: 0x18BC, offset: 0x1B5E65, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x12C8, symBinAddr: 0x1E9C4C, symSize: 0x10 }
+ - { offsetInCU: 0x18D0, offset: 0x1B5E79, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x12D8, symBinAddr: 0x1E9C5C, symSize: 0x8 }
+ - { offsetInCU: 0x18E4, offset: 0x1B5E8D, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x1320, symBinAddr: 0x1E9C64, symSize: 0x58 }
+ - { offsetInCU: 0x190E, offset: 0x1B5EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCfETo', symObjAddr: 0x1F58, symBinAddr: 0x1EA89C, symSize: 0x58 }
+ - { offsetInCU: 0x1955, offset: 0x1B5EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeO8rawValueAESgs5UInt8V_tcfC', symObjAddr: 0x219C, symBinAddr: 0x1EAAE0, symSize: 0x28 }
+ - { offsetInCU: 0x1974, offset: 0x1B5F1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeO8rawValues5UInt8Vvg', symObjAddr: 0x21C4, symBinAddr: 0x1EAB08, symSize: 0x1C }
+ - { offsetInCU: 0x19D6, offset: 0x1B5F7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x22F4, symBinAddr: 0x1EAC38, symSize: 0x2C }
+ - { offsetInCU: 0x1A07, offset: 0x1B5FB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x2320, symBinAddr: 0x1EAC64, symSize: 0x20 }
+ - { offsetInCU: 0x1A31, offset: 0x1B5FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvgZ', symObjAddr: 0x23A8, symBinAddr: 0x1EACEC, symSize: 0x5C }
+ - { offsetInCU: 0x1A6A, offset: 0x1B6013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x2404, symBinAddr: 0x1EAD48, symSize: 0x44 }
+ - { offsetInCU: 0x1A9B, offset: 0x1B6044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvs', symObjAddr: 0x2448, symBinAddr: 0x1EAD8C, symSize: 0x50 }
+ - { offsetInCU: 0x1ADD, offset: 0x1B6086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvM', symObjAddr: 0x2498, symBinAddr: 0x1EADDC, symSize: 0x44 }
+ - { offsetInCU: 0x1B0E, offset: 0x1B60B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10BUFFER_MAXSivg', symObjAddr: 0x25A0, symBinAddr: 0x1EAEE4, symSize: 0x8 }
+ - { offsetInCU: 0x1B3B, offset: 0x1B60E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7FinMasks5UInt8Vvg', symObjAddr: 0x25A8, symBinAddr: 0x1EAEEC, symSize: 0x8 }
+ - { offsetInCU: 0x1B68, offset: 0x1B6111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10OpCodeMasks5UInt8Vvg', symObjAddr: 0x25B0, symBinAddr: 0x1EAEF4, symSize: 0x8 }
+ - { offsetInCU: 0x1B95, offset: 0x1B613E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7RSVMasks5UInt8Vvg', symObjAddr: 0x25B8, symBinAddr: 0x1EAEFC, symSize: 0x8 }
+ - { offsetInCU: 0x1BC2, offset: 0x1B616B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8RSV1Masks5UInt8Vvg', symObjAddr: 0x25C0, symBinAddr: 0x1EAF04, symSize: 0x8 }
+ - { offsetInCU: 0x1BEF, offset: 0x1B6198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC04MaskF0s5UInt8Vvg', symObjAddr: 0x25C8, symBinAddr: 0x1EAF0C, symSize: 0x8 }
+ - { offsetInCU: 0x1C1C, offset: 0x1B61C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC14PayloadLenMasks5UInt8Vvg', symObjAddr: 0x25D0, symBinAddr: 0x1EAF14, symSize: 0x8 }
+ - { offsetInCU: 0x1C49, offset: 0x1B61F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12MaxFrameSizeSivg', symObjAddr: 0x25D8, symBinAddr: 0x1EAF1C, symSize: 0x8 }
+ - { offsetInCU: 0x1C76, offset: 0x1B621F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22httpSwitchProtocolCodeSivg', symObjAddr: 0x25E0, symBinAddr: 0x1EAF24, symSize: 0x8 }
+ - { offsetInCU: 0x1CA3, offset: 0x1B624C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19supportedSSLSchemesSaySSGvg', symObjAddr: 0x25E8, symBinAddr: 0x1EAF2C, symSize: 0x10 }
+ - { offsetInCU: 0x1CDE, offset: 0x1B6287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvg', symObjAddr: 0x25F8, symBinAddr: 0x1EAF3C, symSize: 0x30 }
+ - { offsetInCU: 0x1CFA, offset: 0x1B62A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvs', symObjAddr: 0x2628, symBinAddr: 0x1EAF6C, symSize: 0x3C }
+ - { offsetInCU: 0x1D16, offset: 0x1B62BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvM', symObjAddr: 0x2664, symBinAddr: 0x1EAFA8, symSize: 0x3C }
+ - { offsetInCU: 0x1D32, offset: 0x1B62DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvg', symObjAddr: 0x26A0, symBinAddr: 0x1EAFE4, symSize: 0x30 }
+ - { offsetInCU: 0x1D4E, offset: 0x1B62F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvs', symObjAddr: 0x26D0, symBinAddr: 0x1EB014, symSize: 0x3C }
+ - { offsetInCU: 0x1D62, offset: 0x1B630B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvM', symObjAddr: 0x270C, symBinAddr: 0x1EB050, symSize: 0x3C }
+ - { offsetInCU: 0x1D7E, offset: 0x1B6327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivg', symObjAddr: 0x2748, symBinAddr: 0x1EB08C, symSize: 0x30 }
+ - { offsetInCU: 0x1D9A, offset: 0x1B6343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivs', symObjAddr: 0x2778, symBinAddr: 0x1EB0BC, symSize: 0x3C }
+ - { offsetInCU: 0x1DAE, offset: 0x1B6357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivM', symObjAddr: 0x27B4, symBinAddr: 0x1EB0F8, symSize: 0x3C }
+ - { offsetInCU: 0x1DCA, offset: 0x1B6373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivg', symObjAddr: 0x27F0, symBinAddr: 0x1EB134, symSize: 0x30 }
+ - { offsetInCU: 0x1DE6, offset: 0x1B638F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivs', symObjAddr: 0x2820, symBinAddr: 0x1EB164, symSize: 0x3C }
+ - { offsetInCU: 0x1E02, offset: 0x1B63AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivM', symObjAddr: 0x285C, symBinAddr: 0x1EB1A0, symSize: 0x3C }
+ - { offsetInCU: 0x1E1E, offset: 0x1B63C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvg', symObjAddr: 0x2898, symBinAddr: 0x1EB1DC, symSize: 0x44 }
+ - { offsetInCU: 0x1E3A, offset: 0x1B63E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvs', symObjAddr: 0x28DC, symBinAddr: 0x1EB220, symSize: 0x44 }
+ - { offsetInCU: 0x1E4E, offset: 0x1B63F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvM', symObjAddr: 0x2920, symBinAddr: 0x1EB264, symSize: 0x3C }
+ - { offsetInCU: 0x1E6A, offset: 0x1B6413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10firstFrame10Foundation4DateVvg', symObjAddr: 0x295C, symBinAddr: 0x1EB2A0, symSize: 0x44 }
+ - { offsetInCU: 0x1E86, offset: 0x1B642F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCfd', symObjAddr: 0x29A0, symBinAddr: 0x1EB2E4, symSize: 0x4C }
+ - { offsetInCU: 0x1EC5, offset: 0x1B646E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCfD', symObjAddr: 0x29EC, symBinAddr: 0x1EB330, symSize: 0x58 }
+ - { offsetInCU: 0x1F3B, offset: 0x1B64E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCAEycfC', symObjAddr: 0x2A44, symBinAddr: 0x1EB388, symSize: 0x4C }
+ - { offsetInCU: 0x1F85, offset: 0x1B652E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCAEycfc', symObjAddr: 0x2A90, symBinAddr: 0x1EB3D4, symSize: 0x30 }
+ - { offsetInCU: 0x1FF8, offset: 0x1B65A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x2AD8, symBinAddr: 0x1EB41C, symSize: 0x74 }
+ - { offsetInCU: 0x2029, offset: 0x1B65D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16advancedDelegateAA0de8AdvancedG0_pSgvM', symObjAddr: 0x2B68, symBinAddr: 0x1EB4AC, symSize: 0x74 }
+ - { offsetInCU: 0x205A, offset: 0x1B6603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12pongDelegateAA0de4PongG0_pSgvM', symObjAddr: 0x2CA4, symBinAddr: 0x1EB5E8, symSize: 0x74 }
+ - { offsetInCU: 0x208B, offset: 0x1B6634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvM', symObjAddr: 0x2ECC, symBinAddr: 0x1EB810, symSize: 0x44 }
+ - { offsetInCU: 0x20BC, offset: 0x1B6665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvM', symObjAddr: 0x304C, symBinAddr: 0x1EB990, symSize: 0x44 }
+ - { offsetInCU: 0x20ED, offset: 0x1B6696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvM', symObjAddr: 0x31CC, symBinAddr: 0x1EBB10, symSize: 0x44 }
+ - { offsetInCU: 0x211E, offset: 0x1B66C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvM', symObjAddr: 0x334C, symBinAddr: 0x1EBC90, symSize: 0x44 }
+ - { offsetInCU: 0x214F, offset: 0x1B66F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvM', symObjAddr: 0x34CC, symBinAddr: 0x1EBE10, symSize: 0x44 }
+ - { offsetInCU: 0x2180, offset: 0x1B6729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvM', symObjAddr: 0x3708, symBinAddr: 0x1EC04C, symSize: 0x44 }
+ - { offsetInCU: 0x21B1, offset: 0x1B675A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC24disableSSLCertValidationSbvM', symObjAddr: 0x3764, symBinAddr: 0x1EC0A8, symSize: 0x44 }
+ - { offsetInCU: 0x21E2, offset: 0x1B678B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21overrideTrustHostnameSbvM', symObjAddr: 0x37C0, symBinAddr: 0x1EC104, symSize: 0x44 }
+ - { offsetInCU: 0x2213, offset: 0x1B67BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvg', symObjAddr: 0x3804, symBinAddr: 0x1EC148, symSize: 0x54 }
+ - { offsetInCU: 0x2244, offset: 0x1B67ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvs', symObjAddr: 0x3858, symBinAddr: 0x1EC19C, symSize: 0x5C }
+ - { offsetInCU: 0x2286, offset: 0x1B682F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvM', symObjAddr: 0x38B4, symBinAddr: 0x1EC1F8, symSize: 0x44 }
+ - { offsetInCU: 0x22B7, offset: 0x1B6860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20sslClientCertificateAA09SSLClientH0CSgvg', symObjAddr: 0x38F8, symBinAddr: 0x1EC23C, symSize: 0x48 }
+ - { offsetInCU: 0x22E8, offset: 0x1B6891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20sslClientCertificateAA09SSLClientH0CSgvM', symObjAddr: 0x3954, symBinAddr: 0x1EC298, symSize: 0x44 }
+ - { offsetInCU: 0x2319, offset: 0x1B68C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC17enableCompressionSbvM', symObjAddr: 0x39B0, symBinAddr: 0x1EC2F4, symSize: 0x44 }
+ - { offsetInCU: 0x234A, offset: 0x1B68F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvg', symObjAddr: 0x39F4, symBinAddr: 0x1EC338, symSize: 0x50 }
+ - { offsetInCU: 0x237B, offset: 0x1B6924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvs', symObjAddr: 0x3A44, symBinAddr: 0x1EC388, symSize: 0x68 }
+ - { offsetInCU: 0x23BD, offset: 0x1B6966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvM', symObjAddr: 0x3AAC, symBinAddr: 0x1EC3F0, symSize: 0x44 }
+ - { offsetInCU: 0x23EE, offset: 0x1B6997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22enabledSSLCipherSuitesSays6UInt16VGSgvg', symObjAddr: 0x3AF0, symBinAddr: 0x1EC434, symSize: 0x48 }
+ - { offsetInCU: 0x241F, offset: 0x1B69C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22enabledSSLCipherSuitesSays6UInt16VGSgvM', symObjAddr: 0x3BA4, symBinAddr: 0x1EC4E8, symSize: 0x44 }
+ - { offsetInCU: 0x2470, offset: 0x1B6A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11isConnectedSbvg', symObjAddr: 0x3BE8, symBinAddr: 0x1EC52C, symSize: 0x58 }
+ - { offsetInCU: 0x24DC, offset: 0x1B6A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvg', symObjAddr: 0x3CC8, symBinAddr: 0x1EC60C, symSize: 0x64 }
+ - { offsetInCU: 0x250D, offset: 0x1B6AB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvs', symObjAddr: 0x3D2C, symBinAddr: 0x1EC670, symSize: 0x88 }
+ - { offsetInCU: 0x254F, offset: 0x1B6AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvM', symObjAddr: 0x3DB4, symBinAddr: 0x1EC6F8, symSize: 0x44 }
+ - { offsetInCU: 0x2580, offset: 0x1B6B29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10currentURL10Foundation0G0Vvg', symObjAddr: 0x3DF8, symBinAddr: 0x1EC73C, symSize: 0x100 }
+ - { offsetInCU: 0x25C7, offset: 0x1B6B70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21respondToPingWithPongSbvM', symObjAddr: 0x3F94, symBinAddr: 0x1EC8D8, symSize: 0x44 }
+ - { offsetInCU: 0x2607, offset: 0x1B6BB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfC', symObjAddr: 0x3FD8, symBinAddr: 0x1EC91C, symSize: 0x58 }
+ - { offsetInCU: 0x263D, offset: 0x1B6BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfc', symObjAddr: 0x4030, symBinAddr: 0x1EC974, symSize: 0x30 }
+ - { offsetInCU: 0x2651, offset: 0x1B6BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC3url9protocolsAC10Foundation3URLV_SaySSGSgtcfC', symObjAddr: 0x4060, symBinAddr: 0x1EC9A4, symSize: 0x15C }
+ - { offsetInCU: 0x26E9, offset: 0x1B6C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC3url13writeQueueQOS9protocolsAC10Foundation3URLV_So18NSQualityOfServiceVSaySSGSgtcfC', symObjAddr: 0x41BC, symBinAddr: 0x1ECB00, symSize: 0xFC }
+ - { offsetInCU: 0x27C7, offset: 0x1B6D70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7connectyyF', symObjAddr: 0x42B8, symBinAddr: 0x1ECBFC, symSize: 0x2C }
+ - { offsetInCU: 0x27F9, offset: 0x1B6DA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7connectyyF', symObjAddr: 0x42B8, symBinAddr: 0x1ECBFC, symSize: 0x2C }
+ - { offsetInCU: 0x286A, offset: 0x1B6E13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtF', symObjAddr: 0x42E4, symBinAddr: 0x1ECC28, symSize: 0x394 }
+ - { offsetInCU: 0x296C, offset: 0x1B6F15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFyyYbcfU_', symObjAddr: 0x4678, symBinAddr: 0x1ECFBC, symSize: 0x5C }
+ - { offsetInCU: 0x299A, offset: 0x1B6F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC5write6string10completionySS_yycSgtF', symObjAddr: 0x46D4, symBinAddr: 0x1ED018, symSize: 0x118 }
+ - { offsetInCU: 0x2A5F, offset: 0x1B7008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC17createHTTPRequest33_D42086F0C373FDDC085C452FC58F623CLLyyF', symObjAddr: 0x4888, symBinAddr: 0x1ED1CC, symSize: 0xCBC }
+ - { offsetInCU: 0x3122, offset: 0x1B76CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitF', symObjAddr: 0x5544, symBinAddr: 0x1EDE88, symSize: 0x45C }
+ - { offsetInCU: 0x326E, offset: 0x1B7817, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_', symObjAddr: 0x59A0, symBinAddr: 0x1EE2E4, symSize: 0x1A0 }
+ - { offsetInCU: 0x3337, offset: 0x1B78E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_yyYbcfU_', symObjAddr: 0x5B40, symBinAddr: 0x1EE484, symSize: 0x2E0 }
+ - { offsetInCU: 0x3567, offset: 0x1B7B10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16newBytesInStreamyyF', symObjAddr: 0x5E20, symBinAddr: 0x1EE764, symSize: 0x17C }
+ - { offsetInCU: 0x37C3, offset: 0x1B7D6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC14streamDidError5errorys0H0_pSg_tF', symObjAddr: 0x5F9C, symBinAddr: 0x1EE8E0, symSize: 0x8 }
+ - { offsetInCU: 0x387B, offset: 0x1B7E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16disconnectStream33_D42086F0C373FDDC085C452FC58F623CLL_11runDelegateys5Error_pSg_SbtF', symObjAddr: 0x5FA4, symBinAddr: 0x1EE8E8, symSize: 0x12C }
+ - { offsetInCU: 0x3A66, offset: 0x1B800F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueInput33_D42086F0C373FDDC085C452FC58F623CLLyyFyyXEfU_', symObjAddr: 0x60D0, symBinAddr: 0x1EEA14, symSize: 0x36C }
+ - { offsetInCU: 0x3D90, offset: 0x1B8339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitF', symObjAddr: 0x644C, symBinAddr: 0x1EED90, symSize: 0x384 }
+ - { offsetInCU: 0x408E, offset: 0x1B8637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitFyyYbcfU_', symObjAddr: 0x67D0, symBinAddr: 0x1EF114, symSize: 0x190 }
+ - { offsetInCU: 0x40D4, offset: 0x1B867D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16validateResponse33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitF', symObjAddr: 0x6960, symBinAddr: 0x1EF2A4, symSize: 0xA58 }
+ - { offsetInCU: 0x47E2, offset: 0x1B8D8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22processExtensionHeaderyySSF', symObjAddr: 0x73B8, symBinAddr: 0x1EFCFC, symSize: 0x71C }
+ - { offsetInCU: 0x4E71, offset: 0x1B941A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tF', symObjAddr: 0x7AD4, symBinAddr: 0x1F0418, symSize: 0x1654 }
+ - { offsetInCU: 0x5C24, offset: 0x1BA1CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tFyyYbcfU_', symObjAddr: 0x9170, symBinAddr: 0x1F1AB4, symSize: 0x184 }
+ - { offsetInCU: 0x5C9D, offset: 0x1BA246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCF', symObjAddr: 0x9304, symBinAddr: 0x1F1C48, symSize: 0x6F4 }
+ - { offsetInCU: 0x6077, offset: 0x1BA620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU_', symObjAddr: 0x99F8, symBinAddr: 0x1F233C, symSize: 0x15C }
+ - { offsetInCU: 0x60DE, offset: 0x1BA687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU0_', symObjAddr: 0x9B54, symBinAddr: 0x1F2498, symSize: 0x1C0 }
+ - { offsetInCU: 0x6180, offset: 0x1BA729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10writeError33_D42086F0C373FDDC085C452FC58F623CLLyys6UInt16VF', symObjAddr: 0x9D14, symBinAddr: 0x1F2658, symSize: 0xAC }
+ - { offsetInCU: 0x628D, offset: 0x1BA836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtF', symObjAddr: 0x9DC0, symBinAddr: 0x1F2704, symSize: 0x184 }
+ - { offsetInCU: 0x6352, offset: 0x1BA8FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_', symObjAddr: 0x9F44, symBinAddr: 0x1F2888, symSize: 0xBDC }
+ - { offsetInCU: 0x696E, offset: 0x1BAF17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgF', symObjAddr: 0xAB40, symBinAddr: 0x1F3484, symSize: 0x298 }
+ - { offsetInCU: 0x6ACD, offset: 0x1BB076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgFyyYbcfU_', symObjAddr: 0xADD8, symBinAddr: 0x1F371C, symSize: 0x2A0 }
+ - { offsetInCU: 0x6C0A, offset: 0x1BB1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfD', symObjAddr: 0xB498, symBinAddr: 0x1F3DDC, symSize: 0x114 }
+ - { offsetInCU: 0x6CA2, offset: 0x1BB24B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfDTo', symObjAddr: 0xB5AC, symBinAddr: 0x1F3EF0, symSize: 0x24 }
+ - { offsetInCU: 0x6CBE, offset: 0x1BB267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCACycfc', symObjAddr: 0xB8E4, symBinAddr: 0x1F4228, symSize: 0x2C }
+ - { offsetInCU: 0x6D24, offset: 0x1BB2CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCACycfcTo', symObjAddr: 0xB910, symBinAddr: 0x1F4254, symSize: 0x2C }
+ - { offsetInCU: 0x6D8D, offset: 0x1BB336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvgTW', symObjAddr: 0xB93C, symBinAddr: 0x1F4280, symSize: 0x1C }
+ - { offsetInCU: 0x6DA9, offset: 0x1BB352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvsTW', symObjAddr: 0xB958, symBinAddr: 0x1F429C, symSize: 0x1C }
+ - { offsetInCU: 0x6DC5, offset: 0x1BB36E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvMTW', symObjAddr: 0xB974, symBinAddr: 0x1F42B8, symSize: 0x5C }
+ - { offsetInCU: 0x6DE1, offset: 0x1BB38A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvgTW', symObjAddr: 0xB9D4, symBinAddr: 0x1F4318, symSize: 0x1C }
+ - { offsetInCU: 0x6DFD, offset: 0x1BB3A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvsTW', symObjAddr: 0xB9F0, symBinAddr: 0x1F4334, symSize: 0x1C }
+ - { offsetInCU: 0x6E19, offset: 0x1BB3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvMTW', symObjAddr: 0xBA0C, symBinAddr: 0x1F4350, symSize: 0x5C }
+ - { offsetInCU: 0x6E35, offset: 0x1BB3DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvgTW', symObjAddr: 0xBA6C, symBinAddr: 0x1F43B0, symSize: 0x1C }
+ - { offsetInCU: 0x6E51, offset: 0x1BB3FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvsTW', symObjAddr: 0xBA88, symBinAddr: 0x1F43CC, symSize: 0x1C }
+ - { offsetInCU: 0x6E6D, offset: 0x1BB416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvMTW', symObjAddr: 0xBAA4, symBinAddr: 0x1F43E8, symSize: 0x5C }
+ - { offsetInCU: 0x6E89, offset: 0x1BB432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvgTW', symObjAddr: 0xBB04, symBinAddr: 0x1F4448, symSize: 0x1C }
+ - { offsetInCU: 0x6EA5, offset: 0x1BB44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvsTW', symObjAddr: 0xBB20, symBinAddr: 0x1F4464, symSize: 0x1C }
+ - { offsetInCU: 0x6EC1, offset: 0x1BB46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvMTW', symObjAddr: 0xBB3C, symBinAddr: 0x1F4480, symSize: 0x5C }
+ - { offsetInCU: 0x6EDD, offset: 0x1BB486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvgTW', symObjAddr: 0xBB9C, symBinAddr: 0x1F44E0, symSize: 0x1C }
+ - { offsetInCU: 0x6EF9, offset: 0x1BB4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvsTW', symObjAddr: 0xBBB8, symBinAddr: 0x1F44FC, symSize: 0x1C }
+ - { offsetInCU: 0x6F15, offset: 0x1BB4BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvMTW', symObjAddr: 0xBBD4, symBinAddr: 0x1F4518, symSize: 0x5C }
+ - { offsetInCU: 0x6F31, offset: 0x1BB4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvgTW', symObjAddr: 0xBC34, symBinAddr: 0x1F4578, symSize: 0x1C }
+ - { offsetInCU: 0x6F4D, offset: 0x1BB4F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvsTW', symObjAddr: 0xBC50, symBinAddr: 0x1F4594, symSize: 0x1C }
+ - { offsetInCU: 0x6F69, offset: 0x1BB512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvMTW', symObjAddr: 0xBC6C, symBinAddr: 0x1F45B0, symSize: 0x5C }
+ - { offsetInCU: 0x6F85, offset: 0x1BB52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvgTW', symObjAddr: 0xBCCC, symBinAddr: 0x1F4610, symSize: 0x1C }
+ - { offsetInCU: 0x6FA1, offset: 0x1BB54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvsTW', symObjAddr: 0xBCE8, symBinAddr: 0x1F462C, symSize: 0x1C }
+ - { offsetInCU: 0x6FBD, offset: 0x1BB566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvMTW', symObjAddr: 0xBD04, symBinAddr: 0x1F4648, symSize: 0x5C }
+ - { offsetInCU: 0x6FD9, offset: 0x1BB582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvgTW', symObjAddr: 0xBD64, symBinAddr: 0x1F46A8, symSize: 0x1C }
+ - { offsetInCU: 0x6FF5, offset: 0x1BB59E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvsTW', symObjAddr: 0xBD80, symBinAddr: 0x1F46C4, symSize: 0x1C }
+ - { offsetInCU: 0x7011, offset: 0x1BB5BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvMTW', symObjAddr: 0xBD9C, symBinAddr: 0x1F46E0, symSize: 0x5C }
+ - { offsetInCU: 0x702D, offset: 0x1BB5D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP11isConnectedSbvgTW', symObjAddr: 0xBE28, symBinAddr: 0x1F476C, symSize: 0x1C }
+ - { offsetInCU: 0x7049, offset: 0x1BB5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP7connectyyFTW', symObjAddr: 0xBE44, symBinAddr: 0x1F4788, symSize: 0x1C }
+ - { offsetInCU: 0x7065, offset: 0x1BB60E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFTW', symObjAddr: 0xBE60, symBinAddr: 0x1F47A4, symSize: 0x20 }
+ - { offsetInCU: 0x7081, offset: 0x1BB62A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write6string10completionySS_yycSgtFTW', symObjAddr: 0xBE80, symBinAddr: 0x1F47C4, symSize: 0x1C }
+ - { offsetInCU: 0x709D, offset: 0x1BB646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4data10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xBE9C, symBinAddr: 0x1F47E0, symSize: 0x1C }
+ - { offsetInCU: 0x70B9, offset: 0x1BB662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4ping10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xBEB8, symBinAddr: 0x1F47FC, symSize: 0x1C }
+ - { offsetInCU: 0x70D5, offset: 0x1BB67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4pong10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xBED4, symBinAddr: 0x1F4818, symSize: 0x1C }
+ - { offsetInCU: 0x70F1, offset: 0x1BB69A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA16WSStreamDelegateA2aDP16newBytesInStreamyyFTW', symObjAddr: 0xBEF0, symBinAddr: 0x1F4834, symSize: 0x1C }
+ - { offsetInCU: 0x710D, offset: 0x1BB6B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA16WSStreamDelegateA2aDP14streamDidError5errorys0J0_pSg_tFTW', symObjAddr: 0xBF0C, symBinAddr: 0x1F4850, symSize: 0x1C }
+ - { offsetInCU: 0x7158, offset: 0x1BB701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfcTf4ngnn_n', symObjAddr: 0xD3E4, symBinAddr: 0x1F5BFC, symSize: 0xA98 }
+ - { offsetInCU: 0x7347, offset: 0x1BB8F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC08generatedE3Key33_D42086F0C373FDDC085C452FC58F623CLLSSyFTf4d_n', symObjAddr: 0x10384, symBinAddr: 0x1F8AAC, symSize: 0x258 }
+ - { offsetInCU: 0x74FA, offset: 0x1BBAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10readUint6433_D42086F0C373FDDC085C452FC58F623CLL_6offsets6UInt64VSPys5UInt8VG_SitFZTf4nnd_n', symObjAddr: 0x105DC, symBinAddr: 0x1F8D04, symSize: 0x54 }
+ - { offsetInCU: 0x7539, offset: 0x1BBAE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10readUint6433_D42086F0C373FDDC085C452FC58F623CLL_6offsets6UInt64VSPys5UInt8VG_SitFZTf4nnd_n', symObjAddr: 0x105DC, symBinAddr: 0x1F8D04, symSize: 0x54 }
+ - { offsetInCU: 0x758E, offset: 0x1BBB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomain_WZ', symObjAddr: 0x2340, symBinAddr: 0x1EAC84, symSize: 0x28 }
+ - { offsetInCU: 0x75A9, offset: 0x1BBB52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvau', symObjAddr: 0x2368, symBinAddr: 0x1EACAC, symSize: 0x40 }
+ - { offsetInCU: 0x75CF, offset: 0x1BBB78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvpACTK', symObjAddr: 0x2D90, symBinAddr: 0x1EB6D4, symSize: 0x7C }
+ - { offsetInCU: 0x75E7, offset: 0x1BBB90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvpACTk', symObjAddr: 0x2E0C, symBinAddr: 0x1EB750, symSize: 0x98 }
+ - { offsetInCU: 0x75FF, offset: 0x1BBBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvpACTK', symObjAddr: 0x2F10, symBinAddr: 0x1EB854, symSize: 0x7C }
+ - { offsetInCU: 0x7617, offset: 0x1BBBC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvpACTk', symObjAddr: 0x2F8C, symBinAddr: 0x1EB8D0, symSize: 0x98 }
+ - { offsetInCU: 0x762F, offset: 0x1BBBD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvpACTK', symObjAddr: 0x3090, symBinAddr: 0x1EB9D4, symSize: 0x7C }
+ - { offsetInCU: 0x7647, offset: 0x1BBBF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvpACTk', symObjAddr: 0x310C, symBinAddr: 0x1EBA50, symSize: 0x98 }
+ - { offsetInCU: 0x765F, offset: 0x1BBC08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvpACTK', symObjAddr: 0x3210, symBinAddr: 0x1EBB54, symSize: 0x7C }
+ - { offsetInCU: 0x7677, offset: 0x1BBC20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvpACTk', symObjAddr: 0x328C, symBinAddr: 0x1EBBD0, symSize: 0x98 }
+ - { offsetInCU: 0x768F, offset: 0x1BBC38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvpACTK', symObjAddr: 0x3390, symBinAddr: 0x1EBCD4, symSize: 0x7C }
+ - { offsetInCU: 0x76A7, offset: 0x1BBC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvpACTk', symObjAddr: 0x340C, symBinAddr: 0x1EBD50, symSize: 0x98 }
+ - { offsetInCU: 0x76BF, offset: 0x1BBC68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvpACTK', symObjAddr: 0x3510, symBinAddr: 0x1EBE54, symSize: 0x7C }
+ - { offsetInCU: 0x76D7, offset: 0x1BBC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvpACTk', symObjAddr: 0x358C, symBinAddr: 0x1EBED0, symSize: 0x98 }
+ - { offsetInCU: 0x76EF, offset: 0x1BBC98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvpACTk', symObjAddr: 0x3C40, symBinAddr: 0x1EC584, symSize: 0x88 }
+ - { offsetInCU: 0x7D82, offset: 0x1BC32B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfETo', symObjAddr: 0xB5D0, symBinAddr: 0x1F3F14, symSize: 0x2D8 }
+ - { offsetInCU: 0x7E37, offset: 0x1BC3E0, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10sha1Base6433_D42086F0C373FDDC085C452FC58F623CLLSSyFySPyytGXEfU_', symObjAddr: 0xBF28, symBinAddr: 0x1F486C, symSize: 0xDC }
+ - { offsetInCU: 0x7FAF, offset: 0x1BC558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11emptyBuffer33_D42086F0C373FDDC085C452FC58F623CLL_WZ', symObjAddr: 0xC014, symBinAddr: 0x1F4958, symSize: 0x10 }
+ - { offsetInCU: 0x7FCA, offset: 0x1BC573, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCABSH10ObjectiveCWl', symObjAddr: 0xC024, symBinAddr: 0x1F4968, symSize: 0x58 }
+ - { offsetInCU: 0x800A, offset: 0x1BC5B3, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF13SendBirdCalls9WebSocketC10WSResponseC_Tg5', symObjAddr: 0xC0C0, symBinAddr: 0x1F49C0, symSize: 0xA0 }
+ - { offsetInCU: 0x80FB, offset: 0x1BC6A4, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFSS_SiTg5', symObjAddr: 0xC160, symBinAddr: 0x1F4A60, symSize: 0xE0 }
+ - { offsetInCU: 0x8216, offset: 0x1BC7BF, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixxSgSRys5UInt8VG_Sits010FixedWidthB0RzlFSi_Tg5', symObjAddr: 0xC240, symBinAddr: 0x1F4B40, symSize: 0x298 }
+ - { offsetInCU: 0x828D, offset: 0x1BC836, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingyS2SFZ', symObjAddr: 0xC4D8, symBinAddr: 0x1F4DD8, symSize: 0x8C }
+ - { offsetInCU: 0x82A5, offset: 0x1BC84E, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTgq5', symObjAddr: 0xC564, symBinAddr: 0x1F4E64, symSize: 0x4C }
+ - { offsetInCU: 0x82E4, offset: 0x1BC88D, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingySSSsFZ', symObjAddr: 0xC5B0, symBinAddr: 0x1F4EB0, symSize: 0x100 }
+ - { offsetInCU: 0x8333, offset: 0x1BC8DC, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFSs8UTF8ViewV_Tgq5', symObjAddr: 0xC6B0, symBinAddr: 0x1F4FB0, symSize: 0xB0 }
+ - { offsetInCU: 0x8388, offset: 0x1BC931, size: 0x8, addend: 0x0, symName: '_$sSlsE5countSivgSs8UTF8ViewV_Tgq5', symObjAddr: 0xC760, symBinAddr: 0x1F5060, symSize: 0xF0 }
+ - { offsetInCU: 0x83AD, offset: 0x1BC956, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSs8UTF8ViewV_Tgq5', symObjAddr: 0xC850, symBinAddr: 0x1F5150, symSize: 0x214 }
+ - { offsetInCU: 0x83E6, offset: 0x1BC98F, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV27_slowEnsureMatchingEncodingySS5IndexVAEF', symObjAddr: 0xCA64, symBinAddr: 0x1F5364, symSize: 0x78 }
+ - { offsetInCU: 0x8409, offset: 0x1BC9B2, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyF13SendBirdCalls9WebSocketC10WSResponseC_Tg5', symObjAddr: 0xCADC, symBinAddr: 0x1F53DC, symSize: 0x60 }
+ - { offsetInCU: 0x85A2, offset: 0x1BCB4B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5UInt8V_Tgq5Tf4nnd_n', symObjAddr: 0xD030, symBinAddr: 0x1F5930, symSize: 0x68 }
+ - { offsetInCU: 0x85D8, offset: 0x1BCB81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8sslTrustSo03SecG3RefaSg5trust_SSSg6domaintyFs5Int32VSpys4Int8VGXEfU_TA', symObjAddr: 0xD0DC, symBinAddr: 0x1F59DC, symSize: 0x34 }
+ - { offsetInCU: 0x8616, offset: 0x1BCBBF, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGSayxGSTsWl', symObjAddr: 0xD270, symBinAddr: 0x1F5A88, symSize: 0x58 }
+ - { offsetInCU: 0x862A, offset: 0x1BCBD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCMa', symObjAddr: 0xD314, symBinAddr: 0x1F5B2C, symSize: 0x20 }
+ - { offsetInCU: 0x863E, offset: 0x1BCBE7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVIegg_SgWOy', symObjAddr: 0xD334, symBinAddr: 0x1F5B4C, symSize: 0x10 }
+ - { offsetInCU: 0x8652, offset: 0x1BCBFB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVIegg_SgWOe', symObjAddr: 0xD344, symBinAddr: 0x1F5B5C, symSize: 0x10 }
+ - { offsetInCU: 0x8666, offset: 0x1BCC0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pSgWOc', symObjAddr: 0xD354, symBinAddr: 0x1F5B6C, symSize: 0x48 }
+ - { offsetInCU: 0x867A, offset: 0x1BCC23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pSgWOf', symObjAddr: 0xD39C, symBinAddr: 0x1F5BB4, symSize: 0x48 }
+ - { offsetInCU: 0x86AF, offset: 0x1BCC58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFyyYbcfU_TA', symObjAddr: 0xDE7C, symBinAddr: 0x1F6694, symSize: 0x8 }
+ - { offsetInCU: 0x86C3, offset: 0x1BCC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8WSStream_pWOc', symObjAddr: 0xDEDC, symBinAddr: 0x1F669C, symSize: 0x44 }
+ - { offsetInCU: 0x86D7, offset: 0x1BCC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASQWb', symObjAddr: 0xDF78, symBinAddr: 0x1F66F4, symSize: 0x4 }
+ - { offsetInCU: 0x86EB, offset: 0x1BCC94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOACSQAAWl', symObjAddr: 0xDF7C, symBinAddr: 0x1F66F8, symSize: 0x44 }
+ - { offsetInCU: 0x86FF, offset: 0x1BCCA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASQWb', symObjAddr: 0xDFC0, symBinAddr: 0x1F673C, symSize: 0x4 }
+ - { offsetInCU: 0x8713, offset: 0x1BCCBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOACSQAAWl', symObjAddr: 0xDFC4, symBinAddr: 0x1F6740, symSize: 0x44 }
+ - { offsetInCU: 0x8727, offset: 0x1BCCD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASQWb', symObjAddr: 0xE008, symBinAddr: 0x1F6784, symSize: 0x4 }
+ - { offsetInCU: 0x873B, offset: 0x1BCCE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOAESQAAWl', symObjAddr: 0xE00C, symBinAddr: 0x1F6788, symSize: 0x44 }
+ - { offsetInCU: 0x874F, offset: 0x1BCCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwet', symObjAddr: 0xEA0C, symBinAddr: 0x1F7178, symSize: 0x90 }
+ - { offsetInCU: 0x8763, offset: 0x1BCD0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwst', symObjAddr: 0xEA9C, symBinAddr: 0x1F7208, symSize: 0xBC }
+ - { offsetInCU: 0x8777, offset: 0x1BCD20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwug', symObjAddr: 0xEB58, symBinAddr: 0x1F72C4, symSize: 0x8 }
+ - { offsetInCU: 0x878B, offset: 0x1BCD34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwup', symObjAddr: 0xEB60, symBinAddr: 0x1F72CC, symSize: 0x4 }
+ - { offsetInCU: 0x879F, offset: 0x1BCD48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwui', symObjAddr: 0xEB64, symBinAddr: 0x1F72D0, symSize: 0x8 }
+ - { offsetInCU: 0x87B3, offset: 0x1BCD5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOMa', symObjAddr: 0xEB6C, symBinAddr: 0x1F72D8, symSize: 0x10 }
+ - { offsetInCU: 0x87C7, offset: 0x1BCD70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwet', symObjAddr: 0xEB7C, symBinAddr: 0x1F72E8, symSize: 0x90 }
+ - { offsetInCU: 0x87DB, offset: 0x1BCD84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwst', symObjAddr: 0xEC0C, symBinAddr: 0x1F7378, symSize: 0xBC }
+ - { offsetInCU: 0x87EF, offset: 0x1BCD98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwup', symObjAddr: 0xECC8, symBinAddr: 0x1F7434, symSize: 0x4 }
+ - { offsetInCU: 0x8803, offset: 0x1BCDAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOMa', symObjAddr: 0xECCC, symBinAddr: 0x1F7438, symSize: 0x10 }
+ - { offsetInCU: 0x8817, offset: 0x1BCDC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwxx', symObjAddr: 0xECDC, symBinAddr: 0x1F7448, symSize: 0x8 }
+ - { offsetInCU: 0x882B, offset: 0x1BCDD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwcp', symObjAddr: 0xECE4, symBinAddr: 0x1F7450, symSize: 0x3C }
+ - { offsetInCU: 0x883F, offset: 0x1BCDE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwca', symObjAddr: 0xED20, symBinAddr: 0x1F748C, symSize: 0x5C }
+ - { offsetInCU: 0x8853, offset: 0x1BCDFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwta', symObjAddr: 0xED88, symBinAddr: 0x1F74E8, symSize: 0x44 }
+ - { offsetInCU: 0x8867, offset: 0x1BCE10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwet', symObjAddr: 0xEDCC, symBinAddr: 0x1F752C, symSize: 0x48 }
+ - { offsetInCU: 0x887B, offset: 0x1BCE24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwst', symObjAddr: 0xEE14, symBinAddr: 0x1F7574, symSize: 0x40 }
+ - { offsetInCU: 0x888F, offset: 0x1BCE38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVMa', symObjAddr: 0xEE54, symBinAddr: 0x1F75B4, symSize: 0x10 }
+ - { offsetInCU: 0x88A3, offset: 0x1BCE4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwCP', symObjAddr: 0xEF60, symBinAddr: 0x1F76C0, symSize: 0x30 }
+ - { offsetInCU: 0x88B7, offset: 0x1BCE60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwxx', symObjAddr: 0xEF90, symBinAddr: 0x1F76F0, symSize: 0x30 }
+ - { offsetInCU: 0x88CB, offset: 0x1BCE74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwcp', symObjAddr: 0xEFC0, symBinAddr: 0x1F7720, symSize: 0x5C }
+ - { offsetInCU: 0x88DF, offset: 0x1BCE88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwca', symObjAddr: 0xF01C, symBinAddr: 0x1F777C, symSize: 0x94 }
+ - { offsetInCU: 0x88F3, offset: 0x1BCE9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwta', symObjAddr: 0xF0C4, symBinAddr: 0x1F7810, symSize: 0x6C }
+ - { offsetInCU: 0x8907, offset: 0x1BCEB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwet', symObjAddr: 0xF130, symBinAddr: 0x1F787C, symSize: 0x5C }
+ - { offsetInCU: 0x891B, offset: 0x1BCEC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwst', symObjAddr: 0xF18C, symBinAddr: 0x1F78D8, symSize: 0x5C }
+ - { offsetInCU: 0x892F, offset: 0x1BCED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVMa', symObjAddr: 0xF1E8, symBinAddr: 0x1F7934, symSize: 0x10 }
+ - { offsetInCU: 0x8943, offset: 0x1BCEEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCMU', symObjAddr: 0xF464, symBinAddr: 0x1F7BB0, symSize: 0x8 }
+ - { offsetInCU: 0x8957, offset: 0x1BCF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCMr', symObjAddr: 0xF46C, symBinAddr: 0x1F7BB8, symSize: 0x15C }
+ - { offsetInCU: 0x896B, offset: 0x1BCF14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwet', symObjAddr: 0xFD50, symBinAddr: 0x1F849C, symSize: 0x90 }
+ - { offsetInCU: 0x897F, offset: 0x1BCF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwst', symObjAddr: 0xFDE0, symBinAddr: 0x1F852C, symSize: 0xBC }
+ - { offsetInCU: 0x8993, offset: 0x1BCF3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwup', symObjAddr: 0xFE9C, symBinAddr: 0x1F85E8, symSize: 0x4 }
+ - { offsetInCU: 0x89A7, offset: 0x1BCF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOMa', symObjAddr: 0xFEA0, symBinAddr: 0x1F85EC, symSize: 0x10 }
+ - { offsetInCU: 0x89BB, offset: 0x1BCF64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCMU', symObjAddr: 0xFEB0, symBinAddr: 0x1F85FC, symSize: 0x8 }
+ - { offsetInCU: 0x89CF, offset: 0x1BCF78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCMr', symObjAddr: 0xFF00, symBinAddr: 0x1F864C, symSize: 0x9C }
+ - { offsetInCU: 0x89E3, offset: 0x1BCF8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwxx', symObjAddr: 0x10064, symBinAddr: 0x1F87B0, symSize: 0x28 }
+ - { offsetInCU: 0x89F7, offset: 0x1BCFA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwcp', symObjAddr: 0x1008C, symBinAddr: 0x1F87D8, symSize: 0x4C }
+ - { offsetInCU: 0x8A0B, offset: 0x1BCFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwca', symObjAddr: 0x100D8, symBinAddr: 0x1F8824, symSize: 0x8C }
+ - { offsetInCU: 0x8A1F, offset: 0x1BCFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwta', symObjAddr: 0x10178, symBinAddr: 0x1F88B0, symSize: 0x6C }
+ - { offsetInCU: 0x8A33, offset: 0x1BCFDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwet', symObjAddr: 0x101E4, symBinAddr: 0x1F891C, symSize: 0x5C }
+ - { offsetInCU: 0x8A47, offset: 0x1BCFF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwst', symObjAddr: 0x10240, symBinAddr: 0x1F8978, symSize: 0x60 }
+ - { offsetInCU: 0x8A5B, offset: 0x1BD004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVMa', symObjAddr: 0x102A0, symBinAddr: 0x1F89D8, symSize: 0x10 }
+ - { offsetInCU: 0x8A6F, offset: 0x1BD018, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgFyyYbcfU_TA', symObjAddr: 0x102DC, symBinAddr: 0x1F8A14, symSize: 0x8 }
+ - { offsetInCU: 0x8A83, offset: 0x1BD02C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU0_TA', symObjAddr: 0x10328, symBinAddr: 0x1F8A50, symSize: 0xC }
+ - { offsetInCU: 0x8A97, offset: 0x1BD040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU_TA', symObjAddr: 0x10368, symBinAddr: 0x1F8A90, symSize: 0xC }
+ - { offsetInCU: 0x8AAB, offset: 0x1BD054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tFyyYbcfU_TA', symObjAddr: 0x10378, symBinAddr: 0x1F8AA0, symSize: 0xC }
+ - { offsetInCU: 0x8B24, offset: 0x1BD0CD, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10sha1Base6433_D42086F0C373FDDC085C452FC58F623CLLSSyFySPyytGXEfU_TA', symObjAddr: 0x10630, symBinAddr: 0x1F8D58, symSize: 0x1C }
+ - { offsetInCU: 0x8B38, offset: 0x1BD0E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitFyyYbcfU_TA', symObjAddr: 0x1068C, symBinAddr: 0x1F8DB4, symSize: 0x8 }
+ - { offsetInCU: 0x8B4C, offset: 0x1BD0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_TA', symObjAddr: 0x106EC, symBinAddr: 0x1F8DEC, symSize: 0xC }
+ - { offsetInCU: 0x8B60, offset: 0x1BD109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_yyYbcfU_TA', symObjAddr: 0x10750, symBinAddr: 0x1F8E50, symSize: 0xC }
+ - { offsetInCU: 0x8B74, offset: 0x1BD11D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pWOb', symObjAddr: 0x1075C, symBinAddr: 0x1F8E5C, symSize: 0x18 }
+ - { offsetInCU: 0x8B88, offset: 0x1BD131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16WSStreamDelegate_pSgXwWOh', symObjAddr: 0x10774, symBinAddr: 0x1F8E74, symSize: 0x24 }
+ - { offsetInCU: 0x8BA7, offset: 0x1BD150, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGytIegnr_AAIegg_TRTA', symObjAddr: 0x107BC, symBinAddr: 0x1F8EBC, symSize: 0x44 }
+ - { offsetInCU: 0x8BDB, offset: 0x1BD184, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGIegg_AAytIegnr_TRTA', symObjAddr: 0x10800, symBinAddr: 0x1F8F00, symSize: 0x24 }
+ - { offsetInCU: 0x8C0F, offset: 0x1BD1B8, size: 0x8, addend: 0x0, symName: '_$sSSytIegnr_SSIegg_TRTA', symObjAddr: 0x108E4, symBinAddr: 0x1F8FD0, symSize: 0x48 }
+ - { offsetInCU: 0x8C43, offset: 0x1BD1EC, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SSytIegnr_TRTA', symObjAddr: 0x1092C, symBinAddr: 0x1F9018, symSize: 0x28 }
+ - { offsetInCU: 0x8C77, offset: 0x1BD220, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgytIegnr_ABIegg_TRTA', symObjAddr: 0x10954, symBinAddr: 0x1F9040, symSize: 0x44 }
+ - { offsetInCU: 0x8CAB, offset: 0x1BD254, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgIegg_ABytIegnr_TRTA', symObjAddr: 0x10998, symBinAddr: 0x1F9084, symSize: 0x24 }
+ - { offsetInCU: 0x8CDF, offset: 0x1BD288, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x109BC, symBinAddr: 0x1F90A8, symSize: 0x20 }
+ - { offsetInCU: 0x8D13, offset: 0x1BD2BC, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x109DC, symBinAddr: 0x1F90C8, symSize: 0x20 }
+ - { offsetInCU: 0x8D3C, offset: 0x1BD2E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_TA', symObjAddr: 0x10A40, symBinAddr: 0x1F912C, symSize: 0x14 }
+ - { offsetInCU: 0x8D50, offset: 0x1BD2F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_yyYbcfU_TA', symObjAddr: 0x10A54, symBinAddr: 0x1F9140, symSize: 0x20 }
+ - { offsetInCU: 0x8DD5, offset: 0x1BD37E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA8, symBinAddr: 0x1E8A2C, symSize: 0x24 }
+ - { offsetInCU: 0x8E77, offset: 0x1BD420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH9hashValueSivgTW', symObjAddr: 0xCC, symBinAddr: 0x1E8A50, symSize: 0x4C }
+ - { offsetInCU: 0x8F4F, offset: 0x1BD4F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x118, symBinAddr: 0x1E8A9C, symSize: 0x34 }
+ - { offsetInCU: 0x8FCB, offset: 0x1BD574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0x1E8AD0, symSize: 0x48 }
+ - { offsetInCU: 0x90A4, offset: 0x1BD64D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D8, symBinAddr: 0x1E8C5C, symSize: 0x40 }
+ - { offsetInCU: 0x9140, offset: 0x1BD6E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP7_domainSSvgTW', symObjAddr: 0x318, symBinAddr: 0x1E8C9C, symSize: 0x4 }
+ - { offsetInCU: 0x915C, offset: 0x1BD705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP5_codeSivgTW', symObjAddr: 0x31C, symBinAddr: 0x1E8CA0, symSize: 0x4 }
+ - { offsetInCU: 0x9178, offset: 0x1BD721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x320, symBinAddr: 0x1E8CA4, symSize: 0x4 }
+ - { offsetInCU: 0x9194, offset: 0x1BD73D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x324, symBinAddr: 0x1E8CA8, symSize: 0x4 }
+ - { offsetInCU: 0x91B0, offset: 0x1BD759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP7_domainSSvgTW', symObjAddr: 0x364, symBinAddr: 0x1E8CE8, symSize: 0x4 }
+ - { offsetInCU: 0x91CC, offset: 0x1BD775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP5_codeSivgTW', symObjAddr: 0x368, symBinAddr: 0x1E8CEC, symSize: 0x4 }
+ - { offsetInCU: 0x91E8, offset: 0x1BD791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x36C, symBinAddr: 0x1E8CF0, symSize: 0x4 }
+ - { offsetInCU: 0x9204, offset: 0x1BD7AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x370, symBinAddr: 0x1E8CF4, symSize: 0x4 }
+ - { offsetInCU: 0x9305, offset: 0x1BD8AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x21E0, symBinAddr: 0x1EAB24, symSize: 0x34 }
+ - { offsetInCU: 0x93BF, offset: 0x1BD968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x2214, symBinAddr: 0x1EAB58, symSize: 0x54 }
+ - { offsetInCU: 0x9497, offset: 0x1BDA40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2268, symBinAddr: 0x1EABAC, symSize: 0x3C }
+ - { offsetInCU: 0x9513, offset: 0x1BDABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22A4, symBinAddr: 0x1EABE8, symSize: 0x50 }
+ - { offsetInCU: 0x99BF, offset: 0x1BDF68, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_s5Error_ps11AnyHashableVypTg5', symObjAddr: 0xB078, symBinAddr: 0x1F39BC, symSize: 0x420 }
+ - { offsetInCU: 0x9B10, offset: 0x1BE0B9, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay10Foundation4DataVG_Tg50104$s13SendBirdCalls9WebSocketC12dequeueInput33_D42086F0C373FDDC085C452FC58F623CLLyyFyyXEfU_Sb10Foundation4F6VXEfU_AITf1cn_nTf4gg_n', symObjAddr: 0xCB3C, symBinAddr: 0x1F543C, symSize: 0x4C4 }
+ - { offsetInCU: 0x27, offset: 0x1BEEB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x0, symBinAddr: 0x1F92F8, symSize: 0x48 }
+ - { offsetInCU: 0x69, offset: 0x1BEEFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x0, symBinAddr: 0x1F92F8, symSize: 0x48 }
+ - { offsetInCU: 0xA6, offset: 0x1BEF37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0Cvg', symObjAddr: 0x48, symBinAddr: 0x1F9340, symSize: 0x44 }
+ - { offsetInCU: 0xEF, offset: 0x1BEF80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvsTo', symObjAddr: 0x8C, symBinAddr: 0x1F9384, symSize: 0x64 }
+ - { offsetInCU: 0x134, offset: 0x1BEFC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0Cvs', symObjAddr: 0xF0, symBinAddr: 0x1F93E8, symSize: 0x50 }
+ - { offsetInCU: 0x15D, offset: 0x1BEFEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvM', symObjAddr: 0x140, symBinAddr: 0x1F9438, symSize: 0x44 }
+ - { offsetInCU: 0x18C, offset: 0x1BF01D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvM.resume.0', symObjAddr: 0x184, symBinAddr: 0x1F947C, symSize: 0x4 }
+ - { offsetInCU: 0x1D5, offset: 0x1BF066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvgTo', symObjAddr: 0x188, symBinAddr: 0x1F9480, symSize: 0x44 }
+ - { offsetInCU: 0x212, offset: 0x1BF0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvg', symObjAddr: 0x1CC, symBinAddr: 0x1F94C4, symSize: 0x44 }
+ - { offsetInCU: 0x25B, offset: 0x1BF0EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvsTo', symObjAddr: 0x210, symBinAddr: 0x1F9508, symSize: 0x48 }
+ - { offsetInCU: 0x298, offset: 0x1BF129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvs', symObjAddr: 0x258, symBinAddr: 0x1F9550, symSize: 0x48 }
+ - { offsetInCU: 0x2BD, offset: 0x1BF14E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvM', symObjAddr: 0x2A0, symBinAddr: 0x1F9598, symSize: 0x44 }
+ - { offsetInCU: 0x32E, offset: 0x1BF1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_SbtcfC', symObjAddr: 0x2E4, symBinAddr: 0x1F95DC, symSize: 0xA0 }
+ - { offsetInCU: 0x375, offset: 0x1BF206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_Sbtcfc', symObjAddr: 0x384, symBinAddr: 0x1F967C, symSize: 0x90 }
+ - { offsetInCU: 0x3AE, offset: 0x1BF23F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_SbtcfcTo', symObjAddr: 0x434, symBinAddr: 0x1F972C, symSize: 0xA0 }
+ - { offsetInCU: 0x41F, offset: 0x1BF2B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfC', symObjAddr: 0x4D4, symBinAddr: 0x1F97CC, symSize: 0x48 }
+ - { offsetInCU: 0x466, offset: 0x1BF2F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfc', symObjAddr: 0x51C, symBinAddr: 0x1F9814, symSize: 0x44 }
+ - { offsetInCU: 0x499, offset: 0x1BF32A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfcTo', symObjAddr: 0x560, symBinAddr: 0x1F9858, symSize: 0x10 }
+ - { offsetInCU: 0x4B9, offset: 0x1BF34A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfcTo', symObjAddr: 0x560, symBinAddr: 0x1F9858, symSize: 0x10 }
+ - { offsetInCU: 0x4DC, offset: 0x1BF36D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfC', symObjAddr: 0x570, symBinAddr: 0x1F9868, symSize: 0x20 }
+ - { offsetInCU: 0x4FA, offset: 0x1BF38B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfc', symObjAddr: 0x590, symBinAddr: 0x1F9888, symSize: 0x58 }
+ - { offsetInCU: 0x562, offset: 0x1BF3F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfcTo', symObjAddr: 0x5E8, symBinAddr: 0x1F98E0, symSize: 0x5C }
+ - { offsetInCU: 0x5B4, offset: 0x1BF445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCfD', symObjAddr: 0x644, symBinAddr: 0x1F993C, symSize: 0x30 }
+ - { offsetInCU: 0x5E2, offset: 0x1BF473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCMa', symObjAddr: 0x414, symBinAddr: 0x1F970C, symSize: 0x20 }
+ - { offsetInCU: 0x5F6, offset: 0x1BF487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCfETo', symObjAddr: 0x774, symBinAddr: 0x1F9A6C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1BF696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1F9B3C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1BF6BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1F9B3C, symSize: 0x10 }
+ - { offsetInCU: 0x86, offset: 0x1BF6F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x70, symBinAddr: 0x1F9BAC, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x1BF716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xD8, symBinAddr: 0x1F9C14, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x1BF73F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x144, symBinAddr: 0x1F9C80, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x1BF768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x1B0, symBinAddr: 0x1F9CEC, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1BF784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1B4, symBinAddr: 0x1F9CF0, symSize: 0x4 }
+ - { offsetInCU: 0x131, offset: 0x1BF7A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1B8, symBinAddr: 0x1F9CF4, symSize: 0x94 }
+ - { offsetInCU: 0x1B4, offset: 0x1BF823, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x28C, symBinAddr: 0x1F9D88, symSize: 0x30 }
+ - { offsetInCU: 0x1D0, offset: 0x1BF83F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2BC, symBinAddr: 0x1F9DB8, symSize: 0x4 }
+ - { offsetInCU: 0x21C, offset: 0x1BF88B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x374, symBinAddr: 0x1F9E2C, symSize: 0x68 }
+ - { offsetInCU: 0x253, offset: 0x1BF8C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x490, symBinAddr: 0x1F9F48, symSize: 0x8 }
+ - { offsetInCU: 0x26F, offset: 0x1BF8DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x498, symBinAddr: 0x1F9F50, symSize: 0x8 }
+ - { offsetInCU: 0x28B, offset: 0x1BF8FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x52C, symBinAddr: 0x1F9FE4, symSize: 0x4 }
+ - { offsetInCU: 0x2AF, offset: 0x1BF91E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x10, symBinAddr: 0x1F9B4C, symSize: 0x20 }
+ - { offsetInCU: 0x2C9, offset: 0x1BF938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x30, symBinAddr: 0x1F9B6C, symSize: 0x40 }
+ - { offsetInCU: 0x30F, offset: 0x1BF97E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x2C0, symBinAddr: 0x1F9DBC, symSize: 0x24 }
+ - { offsetInCU: 0x323, offset: 0x1BF992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x328, symBinAddr: 0x1F9DE0, symSize: 0x4 }
+ - { offsetInCU: 0x337, offset: 0x1BF9A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x32C, symBinAddr: 0x1F9DE4, symSize: 0x48 }
+ - { offsetInCU: 0x34B, offset: 0x1BF9BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x3DC, symBinAddr: 0x1F9E94, symSize: 0x2C }
+ - { offsetInCU: 0x35F, offset: 0x1BF9CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0x408, symBinAddr: 0x1F9EC0, symSize: 0x44 }
+ - { offsetInCU: 0x373, offset: 0x1BF9E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x44C, symBinAddr: 0x1F9F04, symSize: 0x44 }
+ - { offsetInCU: 0x387, offset: 0x1BF9F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0x4A0, symBinAddr: 0x1F9F58, symSize: 0x24 }
+ - { offsetInCU: 0x39B, offset: 0x1BFA0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0x4C4, symBinAddr: 0x1F9F7C, symSize: 0x44 }
+ - { offsetInCU: 0x3AF, offset: 0x1BFA1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x508, symBinAddr: 0x1F9FC0, symSize: 0x24 }
+ - { offsetInCU: 0x3C3, offset: 0x1BFA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwCP', symObjAddr: 0x530, symBinAddr: 0x1F9FE8, symSize: 0x34 }
+ - { offsetInCU: 0x3D7, offset: 0x1BFA46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwxx', symObjAddr: 0x564, symBinAddr: 0x1FA01C, symSize: 0x8 }
+ - { offsetInCU: 0x3EB, offset: 0x1BFA5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwcp', symObjAddr: 0x56C, symBinAddr: 0x1FA024, symSize: 0x34 }
+ - { offsetInCU: 0x3FF, offset: 0x1BFA6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwca', symObjAddr: 0x5A0, symBinAddr: 0x1FA058, symSize: 0x48 }
+ - { offsetInCU: 0x413, offset: 0x1BFA82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwta', symObjAddr: 0x5FC, symBinAddr: 0x1FA0A0, symSize: 0x38 }
+ - { offsetInCU: 0x427, offset: 0x1BFA96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwet', symObjAddr: 0x634, symBinAddr: 0x1FA0D8, symSize: 0x48 }
+ - { offsetInCU: 0x43B, offset: 0x1BFAAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwst', symObjAddr: 0x67C, symBinAddr: 0x1FA120, symSize: 0x40 }
+ - { offsetInCU: 0x44F, offset: 0x1BFABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVMa', symObjAddr: 0x6BC, symBinAddr: 0x1FA160, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x1BFCFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TR', symObjAddr: 0x0, symBinAddr: 0x1FA170, symSize: 0x14 }
+ - { offsetInCU: 0xD4, offset: 0x1BFD92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfC', symObjAddr: 0x14, symBinAddr: 0x1FA184, symSize: 0x19C }
+ - { offsetInCU: 0x150, offset: 0x1BFE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4roomAA0D0Cvg', symObjAddr: 0x1B0, symBinAddr: 0x1FA320, symSize: 0x10 }
+ - { offsetInCU: 0x19B, offset: 0x1BFE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvgTo', symObjAddr: 0x1C0, symBinAddr: 0x1FA330, symSize: 0x10 }
+ - { offsetInCU: 0x1BB, offset: 0x1BFE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvgTo', symObjAddr: 0x1C0, symBinAddr: 0x1FA330, symSize: 0x10 }
+ - { offsetInCU: 0x1D8, offset: 0x1BFE96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvg', symObjAddr: 0x1D0, symBinAddr: 0x1FA340, symSize: 0x10 }
+ - { offsetInCU: 0x213, offset: 0x1BFED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvgTo', symObjAddr: 0x1E0, symBinAddr: 0x1FA350, symSize: 0x10 }
+ - { offsetInCU: 0x233, offset: 0x1BFEF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvgTo', symObjAddr: 0x1E0, symBinAddr: 0x1FA350, symSize: 0x10 }
+ - { offsetInCU: 0x250, offset: 0x1BFF0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvg', symObjAddr: 0x1F0, symBinAddr: 0x1FA360, symSize: 0x10 }
+ - { offsetInCU: 0x26D, offset: 0x1BFF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC15shortLivedTokenSSSgvg', symObjAddr: 0x200, symBinAddr: 0x1FA370, symSize: 0x38 }
+ - { offsetInCU: 0x29C, offset: 0x1BFF5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvg', symObjAddr: 0x238, symBinAddr: 0x1FA3A8, symSize: 0x4C }
+ - { offsetInCU: 0x2CB, offset: 0x1BFF89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvs', symObjAddr: 0x284, symBinAddr: 0x1FA3F4, symSize: 0x68 }
+ - { offsetInCU: 0x30A, offset: 0x1BFFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvM', symObjAddr: 0x2EC, symBinAddr: 0x1FA45C, symSize: 0x74 }
+ - { offsetInCU: 0x339, offset: 0x1BFFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvM.resume.0', symObjAddr: 0x360, symBinAddr: 0x1FA4D0, symSize: 0x74 }
+ - { offsetInCU: 0x364, offset: 0x1C0022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvg', symObjAddr: 0x3D4, symBinAddr: 0x1FA544, symSize: 0x48 }
+ - { offsetInCU: 0x393, offset: 0x1C0051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvs', symObjAddr: 0x41C, symBinAddr: 0x1FA58C, symSize: 0x58 }
+ - { offsetInCU: 0x3D2, offset: 0x1C0090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvM', symObjAddr: 0x474, symBinAddr: 0x1FA5E4, symSize: 0x70 }
+ - { offsetInCU: 0x401, offset: 0x1C00BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvM.resume.0', symObjAddr: 0x4E4, symBinAddr: 0x1FA654, symSize: 0x6C }
+ - { offsetInCU: 0x42C, offset: 0x1C00EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x550, symBinAddr: 0x1FA6C0, symSize: 0x1F4 }
+ - { offsetInCU: 0x517, offset: 0x1C01D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x744, symBinAddr: 0x1FA8B4, symSize: 0x88 }
+ - { offsetInCU: 0x533, offset: 0x1C01F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x7CC, symBinAddr: 0x1FA93C, symSize: 0x1F4 }
+ - { offsetInCU: 0x61E, offset: 0x1C02DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x9C0, symBinAddr: 0x1FAB30, symSize: 0x88 }
+ - { offsetInCU: 0x63A, offset: 0x1C02F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0xA48, symBinAddr: 0x1FABB8, symSize: 0x1F4 }
+ - { offsetInCU: 0x725, offset: 0x1C03E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0xD10, symBinAddr: 0x1FAE80, symSize: 0x88 }
+ - { offsetInCU: 0x741, offset: 0x1C03FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfc', symObjAddr: 0xD98, symBinAddr: 0x1FAF08, symSize: 0x84 }
+ - { offsetInCU: 0x755, offset: 0x1C0413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfC', symObjAddr: 0xE1C, symBinAddr: 0x1FAF8C, symSize: 0x20 }
+ - { offsetInCU: 0x773, offset: 0x1C0431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfc', symObjAddr: 0xE3C, symBinAddr: 0x1FAFAC, symSize: 0x2C }
+ - { offsetInCU: 0x7D6, offset: 0x1C0494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfcTo', symObjAddr: 0xE68, symBinAddr: 0x1FAFD8, symSize: 0x2C }
+ - { offsetInCU: 0x83D, offset: 0x1C04FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCfD', symObjAddr: 0xE94, symBinAddr: 0x1FB004, symSize: 0x30 }
+ - { offsetInCU: 0x86A, offset: 0x1C0528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfcTf4ggggggn_n', symObjAddr: 0x1A40, symBinAddr: 0x1FBBB0, symSize: 0x148 }
+ - { offsetInCU: 0x9C6, offset: 0x1C0684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCfETo', symObjAddr: 0xEC4, symBinAddr: 0x1FB034, symSize: 0x7C }
+ - { offsetInCU: 0xA01, offset: 0x1C06BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4roomAA0D4DataVvg', symObjAddr: 0xF40, symBinAddr: 0x1FB0B0, symSize: 0x70 }
+ - { offsetInCU: 0xA1D, offset: 0x1C06DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV7inviterAA4UserCvg', symObjAddr: 0xFB0, symBinAddr: 0x1FB120, symSize: 0x8 }
+ - { offsetInCU: 0xA39, offset: 0x1C06F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV7inviteeAA4UserCvg', symObjAddr: 0xFB8, symBinAddr: 0x1FB128, symSize: 0x8 }
+ - { offsetInCU: 0xA55, offset: 0x1C0713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV15shortLivedTokenSSSgvg', symObjAddr: 0xFC0, symBinAddr: 0x1FB130, symSize: 0x2C }
+ - { offsetInCU: 0xA71, offset: 0x1C072F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xFEC, symBinAddr: 0x1FB15C, symSize: 0x50 }
+ - { offsetInCU: 0xAAB, offset: 0x1C0769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x103C, symBinAddr: 0x1FB1AC, symSize: 0x74 }
+ - { offsetInCU: 0xAE6, offset: 0x1C07A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x10B0, symBinAddr: 0x1FB220, symSize: 0x74 }
+ - { offsetInCU: 0xB29, offset: 0x1C07E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1124, symBinAddr: 0x1FB294, symSize: 0x8 }
+ - { offsetInCU: 0xB50, offset: 0x1C080E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x112C, symBinAddr: 0x1FB29C, symSize: 0xC }
+ - { offsetInCU: 0xB77, offset: 0x1C0835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1138, symBinAddr: 0x1FB2A8, symSize: 0x78 }
+ - { offsetInCU: 0xBB0, offset: 0x1C086E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO11stringValueSSvg', symObjAddr: 0x11B0, symBinAddr: 0x1FB320, symSize: 0x78 }
+ - { offsetInCU: 0xC09, offset: 0x1C08C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x13AC, symBinAddr: 0x1FB51C, symSize: 0x78 }
+ - { offsetInCU: 0xC4A, offset: 0x1C0908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x1424, symBinAddr: 0x1FB594, symSize: 0x28 }
+ - { offsetInCU: 0xC5E, offset: 0x1C091C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x144C, symBinAddr: 0x1FB5BC, symSize: 0x8 }
+ - { offsetInCU: 0xC94, offset: 0x1C0952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1454, symBinAddr: 0x1FB5C4, symSize: 0x7C }
+ - { offsetInCU: 0xCEC, offset: 0x1C09AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x14D0, symBinAddr: 0x1FB640, symSize: 0xC }
+ - { offsetInCU: 0xD08, offset: 0x1C09C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x14DC, symBinAddr: 0x1FB64C, symSize: 0xC }
+ - { offsetInCU: 0xD3B, offset: 0x1C09F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1538, symBinAddr: 0x1FB6A8, symSize: 0x50 }
+ - { offsetInCU: 0xD73, offset: 0x1C0A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1588, symBinAddr: 0x1FB6F8, symSize: 0x4B8 }
+ - { offsetInCU: 0xDF1, offset: 0x1C0AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1BCC, symBinAddr: 0x1FBCFC, symSize: 0x30 }
+ - { offsetInCU: 0xE05, offset: 0x1C0AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1C54, symBinAddr: 0x1FBD30, symSize: 0x44 }
+ - { offsetInCU: 0xE19, offset: 0x1C0AD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1C9C, symBinAddr: 0x1FBD78, symSize: 0x30 }
+ - { offsetInCU: 0xE2D, offset: 0x1C0AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1D14, symBinAddr: 0x1FBDAC, symSize: 0x44 }
+ - { offsetInCU: 0xE41, offset: 0x1C0AFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1D90, symBinAddr: 0x1FBE28, symSize: 0x30 }
+ - { offsetInCU: 0xE55, offset: 0x1C0B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1E50, symBinAddr: 0x1FBEA4, symSize: 0x44 }
+ - { offsetInCU: 0xE69, offset: 0x1C0B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCMa', symObjAddr: 0x1E94, symBinAddr: 0x1FBEE8, symSize: 0x20 }
+ - { offsetInCU: 0xE7D, offset: 0x1C0B3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASQWb', symObjAddr: 0x1EB4, symBinAddr: 0x1FBF08, symSize: 0x4 }
+ - { offsetInCU: 0xE91, offset: 0x1C0B4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAESQAAWl', symObjAddr: 0x1EB8, symBinAddr: 0x1FBF0C, symSize: 0x44 }
+ - { offsetInCU: 0xEA5, offset: 0x1C0B63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1EFC, symBinAddr: 0x1FBF50, symSize: 0x4 }
+ - { offsetInCU: 0xEB9, offset: 0x1C0B77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1F00, symBinAddr: 0x1FBF54, symSize: 0x44 }
+ - { offsetInCU: 0xECD, offset: 0x1C0B8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1F44, symBinAddr: 0x1FBF98, symSize: 0x4 }
+ - { offsetInCU: 0xEE1, offset: 0x1C0B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1F48, symBinAddr: 0x1FBF9C, symSize: 0x44 }
+ - { offsetInCU: 0xEF5, offset: 0x1C0BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA11RespondableAAWI', symObjAddr: 0x1F8C, symBinAddr: 0x1FBFE0, symSize: 0x2C }
+ - { offsetInCU: 0xF09, offset: 0x1C0BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA8ResponseAAWl', symObjAddr: 0x1FB8, symBinAddr: 0x1FC00C, symSize: 0x44 }
+ - { offsetInCU: 0xF1D, offset: 0x1C0BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA17StrategyDecodableAAWl', symObjAddr: 0x1FFC, symBinAddr: 0x1FC050, symSize: 0x44 }
+ - { offsetInCU: 0xF31, offset: 0x1C0BEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA8ResponseAAWI', symObjAddr: 0x2040, symBinAddr: 0x1FC094, symSize: 0x24 }
+ - { offsetInCU: 0xF45, offset: 0x1C0C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA17StrategyDecodableAAWI', symObjAddr: 0x20A8, symBinAddr: 0x1FC0B8, symSize: 0x24 }
+ - { offsetInCU: 0xF59, offset: 0x1C0C17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwCP', symObjAddr: 0x22EC, symBinAddr: 0x1FC2FC, symSize: 0x30 }
+ - { offsetInCU: 0xF6D, offset: 0x1C0C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwxx', symObjAddr: 0x231C, symBinAddr: 0x1FC32C, symSize: 0x58 }
+ - { offsetInCU: 0xF81, offset: 0x1C0C3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwcp', symObjAddr: 0x2374, symBinAddr: 0x1FC384, symSize: 0xAC }
+ - { offsetInCU: 0xF95, offset: 0x1C0C53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwca', symObjAddr: 0x2420, symBinAddr: 0x1FC430, symSize: 0x12C }
+ - { offsetInCU: 0xFA9, offset: 0x1C0C67, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x254C, symBinAddr: 0x1FC55C, symSize: 0x24 }
+ - { offsetInCU: 0xFBD, offset: 0x1C0C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwta', symObjAddr: 0x2570, symBinAddr: 0x1FC580, symSize: 0xAC }
+ - { offsetInCU: 0xFD1, offset: 0x1C0C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwet', symObjAddr: 0x261C, symBinAddr: 0x1FC62C, symSize: 0x48 }
+ - { offsetInCU: 0xFE5, offset: 0x1C0CA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwst', symObjAddr: 0x2664, symBinAddr: 0x1FC674, symSize: 0x60 }
+ - { offsetInCU: 0xFF9, offset: 0x1C0CB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVMa', symObjAddr: 0x26C4, symBinAddr: 0x1FC6D4, symSize: 0x10 }
+ - { offsetInCU: 0x100D, offset: 0x1C0CCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwet', symObjAddr: 0x26E4, symBinAddr: 0x1FC6E4, symSize: 0x90 }
+ - { offsetInCU: 0x1021, offset: 0x1C0CDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwst', symObjAddr: 0x2774, symBinAddr: 0x1FC774, symSize: 0xBC }
+ - { offsetInCU: 0x1035, offset: 0x1C0CF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwug', symObjAddr: 0x2830, symBinAddr: 0x1FC830, symSize: 0x8 }
+ - { offsetInCU: 0x1049, offset: 0x1C0D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwup', symObjAddr: 0x2838, symBinAddr: 0x1FC838, symSize: 0x4 }
+ - { offsetInCU: 0x105D, offset: 0x1C0D1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwui', symObjAddr: 0x283C, symBinAddr: 0x1FC83C, symSize: 0x8 }
+ - { offsetInCU: 0x1071, offset: 0x1C0D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOMa', symObjAddr: 0x2844, symBinAddr: 0x1FC844, symSize: 0x10 }
+ - { offsetInCU: 0x1090, offset: 0x1C0D4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x2888, symBinAddr: 0x1FC878, symSize: 0x10 }
+ - { offsetInCU: 0x10B9, offset: 0x1C0D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSender_pSgXwWOh', symObjAddr: 0x2898, symBinAddr: 0x1FC888, symSize: 0x24 }
+ - { offsetInCU: 0x10CD, offset: 0x1C0D8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x28BC, symBinAddr: 0x1FC8AC, symSize: 0x44 }
+ - { offsetInCU: 0x10E1, offset: 0x1C0D9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACSeAAWl', symObjAddr: 0x2988, symBinAddr: 0x1FC8F0, symSize: 0x48 }
+ - { offsetInCU: 0x1159, offset: 0x1C0E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1228, symBinAddr: 0x1FB398, symSize: 0x88 }
+ - { offsetInCU: 0x1208, offset: 0x1C0EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x12B0, symBinAddr: 0x1FB420, symSize: 0x60 }
+ - { offsetInCU: 0x1286, offset: 0x1C0F44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1310, symBinAddr: 0x1FB480, symSize: 0x40 }
+ - { offsetInCU: 0x12D8, offset: 0x1C0F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1350, symBinAddr: 0x1FB4C0, symSize: 0x5C }
+ - { offsetInCU: 0x1334, offset: 0x1C0FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x14E8, symBinAddr: 0x1FB658, symSize: 0x28 }
+ - { offsetInCU: 0x1350, offset: 0x1C100E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1510, symBinAddr: 0x1FB680, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x1C12CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1FC9C4, symSize: 0xC0 }
+ - { offsetInCU: 0x85, offset: 0x1C1329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1FC9C4, symSize: 0xC0 }
+ - { offsetInCU: 0xCA, offset: 0x1C136E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvg', symObjAddr: 0xC0, symBinAddr: 0x1FCA84, symSize: 0x40 }
+ - { offsetInCU: 0xE6, offset: 0x1C138A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvs', symObjAddr: 0x100, symBinAddr: 0x1FCAC4, symSize: 0x50 }
+ - { offsetInCU: 0x102, offset: 0x1C13A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvM', symObjAddr: 0x150, symBinAddr: 0x1FCB14, symSize: 0x68 }
+ - { offsetInCU: 0x11E, offset: 0x1C13C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvM.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x1FCB7C, symSize: 0x6C }
+ - { offsetInCU: 0x13A, offset: 0x1C13DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvg', symObjAddr: 0x224, symBinAddr: 0x1FCBE8, symSize: 0x40 }
+ - { offsetInCU: 0x156, offset: 0x1C13FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvs', symObjAddr: 0x264, symBinAddr: 0x1FCC28, symSize: 0x50 }
+ - { offsetInCU: 0x172, offset: 0x1C1416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvM', symObjAddr: 0x2B4, symBinAddr: 0x1FCC78, symSize: 0x68 }
+ - { offsetInCU: 0x18E, offset: 0x1C1432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvM.resume.0', symObjAddr: 0x31C, symBinAddr: 0x1FCCE0, symSize: 0x6C }
+ - { offsetInCU: 0x1AA, offset: 0x1C144E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfc', symObjAddr: 0x388, symBinAddr: 0x1FCD4C, symSize: 0xAC }
+ - { offsetInCU: 0x1DD, offset: 0x1C1481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC12processFrame_5errorySo17CMSampleBufferRefa_s5Error_pSgtF', symObjAddr: 0x434, symBinAddr: 0x1FCDF8, symSize: 0x70 }
+ - { offsetInCU: 0x243, offset: 0x1C14E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC12deliverFrame33_C07CB5873D3A4F077E45565C287D47C8LLyySo17CMSampleBufferRefaF', symObjAddr: 0x4A4, symBinAddr: 0x1FCE68, symSize: 0x2E8 }
+ - { offsetInCU: 0x4B2, offset: 0x1C1756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCfd', symObjAddr: 0x78C, symBinAddr: 0x1FD150, symSize: 0x24 }
+ - { offsetInCU: 0x4ED, offset: 0x1C1791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCfD', symObjAddr: 0x7B0, symBinAddr: 0x1FD174, symSize: 0x2C }
+ - { offsetInCU: 0x544, offset: 0x1C17E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCMa', symObjAddr: 0x8BC, symBinAddr: 0x1FD280, symSize: 0x20 }
+ - { offsetInCU: 0x75, offset: 0x1C1B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusA2C6StatusO_tcfC', symObjAddr: 0x0, symBinAddr: 0x1FD308, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0x1C1BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusAC6StatusOvg', symObjAddr: 0x30, symBinAddr: 0x1FD338, symSize: 0x8 }
+ - { offsetInCU: 0xCE, offset: 0x1C1BCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusA2C6StatusO_tcfc', symObjAddr: 0x38, symBinAddr: 0x1FD340, symSize: 0x10 }
+ - { offsetInCU: 0xF1, offset: 0x1C1BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x48, symBinAddr: 0x1FD350, symSize: 0x1D8 }
+ - { offsetInCU: 0x145, offset: 0x1C1C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC9stopTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x228, symBinAddr: 0x1FD530, symSize: 0x50 }
+ - { offsetInCU: 0x184, offset: 0x1C1C85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA17DirectCallContext_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x278, symBinAddr: 0x1FD580, symSize: 0x10C }
+ - { offsetInCU: 0x22E, offset: 0x1C1D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC34didStartReconnectingPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x384, symBinAddr: 0x1FD68C, symSize: 0xC0 }
+ - { offsetInCU: 0x2D5, offset: 0x1C1DD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCACycfC', symObjAddr: 0x64C, symBinAddr: 0x1FD954, symSize: 0x2C }
+ - { offsetInCU: 0x334, offset: 0x1C1E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCACycfc', symObjAddr: 0x678, symBinAddr: 0x1FD980, symSize: 0x2C }
+ - { offsetInCU: 0x379, offset: 0x1C1E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCfd', symObjAddr: 0x6A4, symBinAddr: 0x1FD9AC, symSize: 0x8 }
+ - { offsetInCU: 0x3A8, offset: 0x1C1EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCfD', symObjAddr: 0x6AC, symBinAddr: 0x1FD9B4, symSize: 0x10 }
+ - { offsetInCU: 0x3E4, offset: 0x1C1EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO13isReconnectedSbvg', symObjAddr: 0x220, symBinAddr: 0x1FD528, symSize: 0x8 }
+ - { offsetInCU: 0x40F, offset: 0x1C1F10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO2eeoiySbAE_AEtFZ', symObjAddr: 0x6BC, symBinAddr: 0x1FD9C4, symSize: 0x10 }
+ - { offsetInCU: 0x437, offset: 0x1C1F38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO4hash4intoys6HasherVz_tF', symObjAddr: 0x6CC, symBinAddr: 0x1FD9D4, symSize: 0x24 }
+ - { offsetInCU: 0x4CD, offset: 0x1C1FCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO9hashValueSivg', symObjAddr: 0x6F0, symBinAddr: 0x1FD9F8, symSize: 0x44 }
+ - { offsetInCU: 0x5C7, offset: 0x1C20C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x734, symBinAddr: 0x1FDA3C, symSize: 0x18 }
+ - { offsetInCU: 0x625, offset: 0x1C2126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH9hashValueSivgTW', symObjAddr: 0x74C, symBinAddr: 0x1FDA54, symSize: 0x44 }
+ - { offsetInCU: 0x708, offset: 0x1C2209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x790, symBinAddr: 0x1FDA98, symSize: 0x28 }
+ - { offsetInCU: 0x7FB, offset: 0x1C22FC, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x81C, symBinAddr: 0x1FDB00, symSize: 0x10 }
+ - { offsetInCU: 0x80F, offset: 0x1C2310, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x82C, symBinAddr: 0x1FDB10, symSize: 0x8 }
+ - { offsetInCU: 0x823, offset: 0x1C2324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASQWb', symObjAddr: 0x834, symBinAddr: 0x1FDB18, symSize: 0x4 }
+ - { offsetInCU: 0x837, offset: 0x1C2338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOAESQAAWl', symObjAddr: 0x838, symBinAddr: 0x1FDB1C, symSize: 0x44 }
+ - { offsetInCU: 0x84B, offset: 0x1C234C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCMa', symObjAddr: 0x87C, symBinAddr: 0x1FDB60, symSize: 0x20 }
+ - { offsetInCU: 0x85F, offset: 0x1C2360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwet', symObjAddr: 0x8C4, symBinAddr: 0x1FDB98, symSize: 0x90 }
+ - { offsetInCU: 0x873, offset: 0x1C2374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwst', symObjAddr: 0x954, symBinAddr: 0x1FDC28, symSize: 0xBC }
+ - { offsetInCU: 0x887, offset: 0x1C2388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwug', symObjAddr: 0xA10, symBinAddr: 0x1FDCE4, symSize: 0x8 }
+ - { offsetInCU: 0x89B, offset: 0x1C239C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwup', symObjAddr: 0xA18, symBinAddr: 0x1FDCEC, symSize: 0x4 }
+ - { offsetInCU: 0x8AF, offset: 0x1C23B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwui', symObjAddr: 0xA1C, symBinAddr: 0x1FDCF0, symSize: 0xC }
+ - { offsetInCU: 0x8C3, offset: 0x1C23C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOMa', symObjAddr: 0xA28, symBinAddr: 0x1FDCFC, symSize: 0x10 }
+ - { offsetInCU: 0x949, offset: 0x1C244A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7B8, symBinAddr: 0x1FDAC0, symSize: 0x40 }
+ - { offsetInCU: 0x2B, offset: 0x1C26E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvau', symObjAddr: 0x0, symBinAddr: 0x1FDD14, symSize: 0xC }
+ - { offsetInCU: 0x4F, offset: 0x1C2708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvpZ', symObjAddr: 0x1ABC8, symBinAddr: 0x2FA2D0, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1C2722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV8rawValues5Int32Vvg', symObjAddr: 0x2DF4, symBinAddr: 0x200B08, symSize: 0x4 }
+ - { offsetInCU: 0x85, offset: 0x1C273E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV8rawValueACs5Int32V_tcfC', symObjAddr: 0x2DF8, symBinAddr: 0x200B0C, symSize: 0x4 }
+ - { offsetInCU: 0xC0, offset: 0x1C2779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvgZ', symObjAddr: 0x2E08, symBinAddr: 0x200B1C, symSize: 0x8 }
+ - { offsetInCU: 0xDC, offset: 0x1C2795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvgZ', symObjAddr: 0x2E1C, symBinAddr: 0x200B30, symSize: 0x8 }
+ - { offsetInCU: 0xF8, offset: 0x1C27B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvgZ', symObjAddr: 0x2E24, symBinAddr: 0x200B38, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x1C27CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvgZ', symObjAddr: 0x2E38, symBinAddr: 0x200B4C, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x1C27E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2E40, symBinAddr: 0x200B54, symSize: 0x10 }
+ - { offsetInCU: 0x14C, offset: 0x1C2805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x2E50, symBinAddr: 0x200B64, symSize: 0xC }
+ - { offsetInCU: 0x175, offset: 0x1C282E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvpZ', symObjAddr: 0x3888, symBinAddr: 0x2D00A0, symSize: 0x0 }
+ - { offsetInCU: 0x18F, offset: 0x1C2848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvpZ', symObjAddr: 0x388C, symBinAddr: 0x2D00A4, symSize: 0x0 }
+ - { offsetInCU: 0x1A9, offset: 0x1C2862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvpZ', symObjAddr: 0x3890, symBinAddr: 0x2D00A8, symSize: 0x0 }
+ - { offsetInCU: 0x1B7, offset: 0x1C2870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvau', symObjAddr: 0x0, symBinAddr: 0x1FDD14, symSize: 0xC }
+ - { offsetInCU: 0x212, offset: 0x1C28CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindO2eeoiySbAE_AEtFZ', symObjAddr: 0x2E5C, symBinAddr: 0x200B70, symSize: 0x94 }
+ - { offsetInCU: 0x270, offset: 0x1C2929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2EF0, symBinAddr: 0x200C04, symSize: 0x84 }
+ - { offsetInCU: 0x2AF, offset: 0x1C2968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4kindAC4KindOvg', symObjAddr: 0x2F74, symBinAddr: 0x200C88, symSize: 0x8 }
+ - { offsetInCU: 0x2CB, offset: 0x1C2984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV7messageSSvg', symObjAddr: 0x2F7C, symBinAddr: 0x200C90, symSize: 0x30 }
+ - { offsetInCU: 0x2E7, offset: 0x1C29A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4code3msgACs5Int32V_SPys4Int8VGSgtcfC', symObjAddr: 0x2FAC, symBinAddr: 0x200CC0, symSize: 0x20 }
+ - { offsetInCU: 0x2FB, offset: 0x1C29B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV20localizedDescriptionSSvg', symObjAddr: 0x2FCC, symBinAddr: 0x200CE0, symSize: 0x30 }
+ - { offsetInCU: 0x36D, offset: 0x1C2A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4code3msgACs5Int32V_SPys4Int8VGSgtcfCTf4nnd_n', symObjAddr: 0x32B4, symBinAddr: 0x200FC8, symSize: 0xC8 }
+ - { offsetInCU: 0x450, offset: 0x1C2B09, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE7gzipped5levelAcD16CompressionLevelV_tKF', symObjAddr: 0xC, symBinAddr: 0x1FDD20, symSize: 0x15F0 }
+ - { offsetInCU: 0x1371, offset: 0x1C3A2A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE9gunzippedACyKF', symObjAddr: 0x168C, symBinAddr: 0x1FF3A0, symSize: 0x16B8 }
+ - { offsetInCU: 0x2180, offset: 0x1C4839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvau', symObjAddr: 0x2DFC, symBinAddr: 0x200B10, symSize: 0xC }
+ - { offsetInCU: 0x219E, offset: 0x1C4857, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvau', symObjAddr: 0x2E10, symBinAddr: 0x200B24, symSize: 0xC }
+ - { offsetInCU: 0x21BC, offset: 0x1C4875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvau', symObjAddr: 0x2E2C, symBinAddr: 0x200B40, symSize: 0xC }
+ - { offsetInCU: 0x21DA, offset: 0x1C4893, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE9isGzippedSbvg', symObjAddr: 0x300C, symBinAddr: 0x200D20, symSize: 0x64 }
+ - { offsetInCU: 0x22C0, offset: 0x1C4979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVACs0E0AAWl', symObjAddr: 0x337C, symBinAddr: 0x201090, symSize: 0x44 }
+ - { offsetInCU: 0x22D4, offset: 0x1C498D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVMa', symObjAddr: 0x3494, symBinAddr: 0x2010D4, symSize: 0x10 }
+ - { offsetInCU: 0x22E8, offset: 0x1C49A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwCP', symObjAddr: 0x34A4, symBinAddr: 0x2010E4, symSize: 0x30 }
+ - { offsetInCU: 0x22FC, offset: 0x1C49B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwxx', symObjAddr: 0x34D4, symBinAddr: 0x201114, symSize: 0x8 }
+ - { offsetInCU: 0x2310, offset: 0x1C49C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwcp', symObjAddr: 0x34DC, symBinAddr: 0x20111C, symSize: 0x3C }
+ - { offsetInCU: 0x2324, offset: 0x1C49DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwca', symObjAddr: 0x3518, symBinAddr: 0x201158, symSize: 0x50 }
+ - { offsetInCU: 0x2338, offset: 0x1C49F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwta', symObjAddr: 0x3574, symBinAddr: 0x2011A8, symSize: 0x40 }
+ - { offsetInCU: 0x234C, offset: 0x1C4A05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwet', symObjAddr: 0x35B4, symBinAddr: 0x2011E8, symSize: 0x48 }
+ - { offsetInCU: 0x2360, offset: 0x1C4A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwst', symObjAddr: 0x35FC, symBinAddr: 0x201230, symSize: 0x40 }
+ - { offsetInCU: 0x2374, offset: 0x1C4A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVMa', symObjAddr: 0x363C, symBinAddr: 0x201270, symSize: 0x10 }
+ - { offsetInCU: 0x2388, offset: 0x1C4A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwet', symObjAddr: 0x3664, symBinAddr: 0x201280, symSize: 0x20 }
+ - { offsetInCU: 0x239C, offset: 0x1C4A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwst', symObjAddr: 0x3684, symBinAddr: 0x2012A0, symSize: 0x30 }
+ - { offsetInCU: 0x23B0, offset: 0x1C4A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwug', symObjAddr: 0x36B4, symBinAddr: 0x2012D0, symSize: 0x1C }
+ - { offsetInCU: 0x23C4, offset: 0x1C4A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwup', symObjAddr: 0x36D0, symBinAddr: 0x2012EC, symSize: 0x4 }
+ - { offsetInCU: 0x23D8, offset: 0x1C4A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwui', symObjAddr: 0x36D4, symBinAddr: 0x2012F0, symSize: 0x20 }
+ - { offsetInCU: 0x23EC, offset: 0x1C4AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOMa', symObjAddr: 0x36F4, symBinAddr: 0x201310, symSize: 0x10 }
+ - { offsetInCU: 0x2400, offset: 0x1C4AB9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV8IteratorVAEStAAWl', symObjAddr: 0x3704, symBinAddr: 0x201320, symSize: 0x48 }
+ - { offsetInCU: 0x2472, offset: 0x1C4B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP7_domainSSvgTW', symObjAddr: 0x2FFC, symBinAddr: 0x200D10, symSize: 0x4 }
+ - { offsetInCU: 0x248E, offset: 0x1C4B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP5_codeSivgTW', symObjAddr: 0x3000, symBinAddr: 0x200D14, symSize: 0x4 }
+ - { offsetInCU: 0x24AA, offset: 0x1C4B63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3004, symBinAddr: 0x200D18, symSize: 0x4 }
+ - { offsetInCU: 0x24C6, offset: 0x1C4B7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3008, symBinAddr: 0x200D1C, symSize: 0x4 }
+ - { offsetInCU: 0x24FD, offset: 0x1C4BB6, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE6starts4withSbqd___tSTRd__AAQyd__ABRSlF10Foundation4DataV_Says5UInt8VGTg5', symObjAddr: 0x3070, symBinAddr: 0x200D84, symSize: 0x1A0 }
+ - { offsetInCU: 0x2703, offset: 0x1C4DBC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV8capacityACSi_tcfCTf4nd_n', symObjAddr: 0x3220, symBinAddr: 0x200F34, symSize: 0x94 }
+ - { offsetInCU: 0x27, offset: 0x1C5003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfC', symObjAddr: 0x0, symBinAddr: 0x201368, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x1C5027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfC', symObjAddr: 0x0, symBinAddr: 0x201368, symSize: 0x58 }
+ - { offsetInCU: 0x67, offset: 0x1C5043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x58, symBinAddr: 0x2013C0, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1C505F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x60, symBinAddr: 0x2013C8, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x1C5073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV6uniqueSbvg', symObjAddr: 0x68, symBinAddr: 0x2013D0, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x1C508F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV5tokenSSvg', symObjAddr: 0x70, symBinAddr: 0x2013D8, symSize: 0x2C }
+ - { offsetInCU: 0xCF, offset: 0x1C50AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV06systemE7EnabledSbvg', symObjAddr: 0x9C, symBinAddr: 0x201404, symSize: 0x8 }
+ - { offsetInCU: 0xEB, offset: 0x1C50C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV18deviceManufacturerSSvg', symObjAddr: 0xA4, symBinAddr: 0x20140C, symSize: 0x2C }
+ - { offsetInCU: 0x107, offset: 0x1C50E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8deviceOSSSvg', symObjAddr: 0xD0, symBinAddr: 0x201438, symSize: 0x2C }
+ - { offsetInCU: 0x149, offset: 0x1C5125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xFC, symBinAddr: 0x201464, symSize: 0x74 }
+ - { offsetInCU: 0x184, offset: 0x1C5160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x170, symBinAddr: 0x2014D8, symSize: 0x74 }
+ - { offsetInCU: 0x1C7, offset: 0x1C51A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1E4, symBinAddr: 0x20154C, symSize: 0x8 }
+ - { offsetInCU: 0x1EE, offset: 0x1C51CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1EC, symBinAddr: 0x201554, symSize: 0xC }
+ - { offsetInCU: 0x215, offset: 0x1C51F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1F8, symBinAddr: 0x201560, symSize: 0x9C }
+ - { offsetInCU: 0x24E, offset: 0x1C522A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x294, symBinAddr: 0x2015FC, symSize: 0x9C }
+ - { offsetInCU: 0x2A7, offset: 0x1C5283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x4B4, symBinAddr: 0x20181C, symSize: 0x78 }
+ - { offsetInCU: 0x2E8, offset: 0x1C52C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x52C, symBinAddr: 0x201894, symSize: 0x28 }
+ - { offsetInCU: 0x2FC, offset: 0x1C52D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x554, symBinAddr: 0x2018BC, symSize: 0x8 }
+ - { offsetInCU: 0x332, offset: 0x1C530E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0x2018C4, symSize: 0x7C }
+ - { offsetInCU: 0x38A, offset: 0x1C5366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x5D8, symBinAddr: 0x201940, symSize: 0xC }
+ - { offsetInCU: 0x3A6, offset: 0x1C5382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x5E4, symBinAddr: 0x20194C, symSize: 0xC }
+ - { offsetInCU: 0x3C3, offset: 0x1C539F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x640, symBinAddr: 0x2019A8, symSize: 0x17C }
+ - { offsetInCU: 0x41F, offset: 0x1C53FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x7BC, symBinAddr: 0x201B24, symSize: 0x8 }
+ - { offsetInCU: 0x44A, offset: 0x1C5426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x7C4, symBinAddr: 0x201B2C, symSize: 0x8 }
+ - { offsetInCU: 0x47C, offset: 0x1C5458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7CC, symBinAddr: 0x201B34, symSize: 0x40 }
+ - { offsetInCU: 0x49F, offset: 0x1C547B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfCTf4nnnnnnnd_n', symObjAddr: 0x80C, symBinAddr: 0x201B74, symSize: 0x148 }
+ - { offsetInCU: 0x554, offset: 0x1C5530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x9B8, symBinAddr: 0x201CBC, symSize: 0x44 }
+ - { offsetInCU: 0x568, offset: 0x1C5544, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x9FC, symBinAddr: 0x201D00, symSize: 0x4 }
+ - { offsetInCU: 0x57C, offset: 0x1C5558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xA00, symBinAddr: 0x201D04, symSize: 0x44 }
+ - { offsetInCU: 0x590, offset: 0x1C556C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA44, symBinAddr: 0x201D48, symSize: 0x4 }
+ - { offsetInCU: 0x5A4, offset: 0x1C5580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA48, symBinAddr: 0x201D4C, symSize: 0x44 }
+ - { offsetInCU: 0x5B8, offset: 0x1C5594, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA8C, symBinAddr: 0x201D90, symSize: 0x4 }
+ - { offsetInCU: 0x5CC, offset: 0x1C55A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xA90, symBinAddr: 0x201D94, symSize: 0x44 }
+ - { offsetInCU: 0x5E0, offset: 0x1C55BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0xAD4, symBinAddr: 0x201DD8, symSize: 0x24 }
+ - { offsetInCU: 0x5F4, offset: 0x1C55D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0xB3C, symBinAddr: 0x201DFC, symSize: 0x24 }
+ - { offsetInCU: 0x608, offset: 0x1C55E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA11RequestableAAWI', symObjAddr: 0xBA4, symBinAddr: 0x201E20, symSize: 0x2C }
+ - { offsetInCU: 0x61C, offset: 0x1C55F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA0G0AAWl', symObjAddr: 0xBD0, symBinAddr: 0x201E4C, symSize: 0x44 }
+ - { offsetInCU: 0x630, offset: 0x1C560C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xC14, symBinAddr: 0x201E90, symSize: 0x44 }
+ - { offsetInCU: 0x644, offset: 0x1C5620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC58, symBinAddr: 0x201ED4, symSize: 0x4 }
+ - { offsetInCU: 0x658, offset: 0x1C5634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0AAWI', symObjAddr: 0xCA0, symBinAddr: 0x201ED8, symSize: 0x24 }
+ - { offsetInCU: 0x66C, offset: 0x1C5648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVACSEAAWl', symObjAddr: 0xCC4, symBinAddr: 0x201EFC, symSize: 0x44 }
+ - { offsetInCU: 0x680, offset: 0x1C565C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xD08, symBinAddr: 0x201F40, symSize: 0x24 }
+ - { offsetInCU: 0x694, offset: 0x1C5670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwCP', symObjAddr: 0xD2C, symBinAddr: 0x201F64, symSize: 0x30 }
+ - { offsetInCU: 0x6A8, offset: 0x1C5684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwxx', symObjAddr: 0xD5C, symBinAddr: 0x201F94, symSize: 0x38 }
+ - { offsetInCU: 0x6BC, offset: 0x1C5698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwcp', symObjAddr: 0xD94, symBinAddr: 0x201FCC, symSize: 0x7C }
+ - { offsetInCU: 0x6D0, offset: 0x1C56AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwca', symObjAddr: 0xE10, symBinAddr: 0x202048, symSize: 0xBC }
+ - { offsetInCU: 0x6E4, offset: 0x1C56C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwta', symObjAddr: 0xEE8, symBinAddr: 0x202104, symSize: 0x7C }
+ - { offsetInCU: 0x6F8, offset: 0x1C56D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwet', symObjAddr: 0xF64, symBinAddr: 0x202180, symSize: 0x48 }
+ - { offsetInCU: 0x70C, offset: 0x1C56E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwst', symObjAddr: 0xFAC, symBinAddr: 0x2021C8, symSize: 0x54 }
+ - { offsetInCU: 0x720, offset: 0x1C56FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVMa', symObjAddr: 0x1000, symBinAddr: 0x20221C, symSize: 0x10 }
+ - { offsetInCU: 0x734, offset: 0x1C5710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwet', symObjAddr: 0x1020, symBinAddr: 0x20222C, symSize: 0x90 }
+ - { offsetInCU: 0x748, offset: 0x1C5724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwst', symObjAddr: 0x10B0, symBinAddr: 0x2022BC, symSize: 0xBC }
+ - { offsetInCU: 0x75C, offset: 0x1C5738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwug', symObjAddr: 0x116C, symBinAddr: 0x202378, symSize: 0x8 }
+ - { offsetInCU: 0x770, offset: 0x1C574C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwup', symObjAddr: 0x1174, symBinAddr: 0x202380, symSize: 0x4 }
+ - { offsetInCU: 0x784, offset: 0x1C5760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwui', symObjAddr: 0x1178, symBinAddr: 0x202384, symSize: 0x8 }
+ - { offsetInCU: 0x798, offset: 0x1C5774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOMa', symObjAddr: 0x1180, symBinAddr: 0x20238C, symSize: 0x10 }
+ - { offsetInCU: 0x7E7, offset: 0x1C57C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x330, symBinAddr: 0x201698, symSize: 0x88 }
+ - { offsetInCU: 0x896, offset: 0x1C5872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3B8, symBinAddr: 0x201720, symSize: 0x60 }
+ - { offsetInCU: 0x914, offset: 0x1C58F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x418, symBinAddr: 0x201780, symSize: 0x40 }
+ - { offsetInCU: 0x966, offset: 0x1C5942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x458, symBinAddr: 0x2017C0, symSize: 0x5C }
+ - { offsetInCU: 0x9C2, offset: 0x1C599E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x5F0, symBinAddr: 0x201958, symSize: 0x28 }
+ - { offsetInCU: 0x9DE, offset: 0x1C59BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x618, symBinAddr: 0x201980, symSize: 0x28 }
+ - { offsetInCU: 0x4F, offset: 0x1C5BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x0, symBinAddr: 0x20239C, symSize: 0x27C }
+ - { offsetInCU: 0x125, offset: 0x1C5CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCACycfC', symObjAddr: 0x324, symBinAddr: 0x20265C, symSize: 0x48 }
+ - { offsetInCU: 0x162, offset: 0x1C5D0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x36C, symBinAddr: 0x2026A4, symSize: 0x4 }
+ - { offsetInCU: 0x176, offset: 0x1C5D20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC26incrementReconnectionCountyyF', symObjAddr: 0x370, symBinAddr: 0x2026A8, symSize: 0x18 }
+ - { offsetInCU: 0x1B8, offset: 0x1C5D62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x388, symBinAddr: 0x2026C0, symSize: 0x240 }
+ - { offsetInCU: 0x259, offset: 0x1C5E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvg', symObjAddr: 0x5C8, symBinAddr: 0x202900, symSize: 0x30 }
+ - { offsetInCU: 0x26D, offset: 0x1C5E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvs', symObjAddr: 0x5F8, symBinAddr: 0x202930, symSize: 0x3C }
+ - { offsetInCU: 0x281, offset: 0x1C5E2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvM', symObjAddr: 0x634, symBinAddr: 0x20296C, symSize: 0x3C }
+ - { offsetInCU: 0x295, offset: 0x1C5E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvg', symObjAddr: 0x670, symBinAddr: 0x2029A8, symSize: 0x34 }
+ - { offsetInCU: 0x2B1, offset: 0x1C5E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvs', symObjAddr: 0x6A4, symBinAddr: 0x2029DC, symSize: 0x50 }
+ - { offsetInCU: 0x2CD, offset: 0x1C5E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvM', symObjAddr: 0x6F4, symBinAddr: 0x202A2C, symSize: 0x3C }
+ - { offsetInCU: 0x2E9, offset: 0x1C5E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvg', symObjAddr: 0x730, symBinAddr: 0x202A68, symSize: 0x48 }
+ - { offsetInCU: 0x305, offset: 0x1C5EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvs', symObjAddr: 0x778, symBinAddr: 0x202AB0, symSize: 0x50 }
+ - { offsetInCU: 0x321, offset: 0x1C5ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvM', symObjAddr: 0x7C8, symBinAddr: 0x202B00, symSize: 0x3C }
+ - { offsetInCU: 0x33D, offset: 0x1C5EE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvM.resume.0', symObjAddr: 0x804, symBinAddr: 0x202B3C, symSize: 0x4 }
+ - { offsetInCU: 0x37F, offset: 0x1C5F29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x808, symBinAddr: 0x202B40, symSize: 0x74 }
+ - { offsetInCU: 0x3BA, offset: 0x1C5F64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x87C, symBinAddr: 0x202BB4, symSize: 0x74 }
+ - { offsetInCU: 0x3FD, offset: 0x1C5FA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x8F0, symBinAddr: 0x202C28, symSize: 0x8 }
+ - { offsetInCU: 0x424, offset: 0x1C5FCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8intValueSiSgvg', symObjAddr: 0x8F8, symBinAddr: 0x202C30, symSize: 0xC }
+ - { offsetInCU: 0x44B, offset: 0x1C5FF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8rawValueSSvg', symObjAddr: 0x904, symBinAddr: 0x202C3C, symSize: 0x20 }
+ - { offsetInCU: 0x484, offset: 0x1C602E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueSSvg', symObjAddr: 0x924, symBinAddr: 0x202C5C, symSize: 0x20 }
+ - { offsetInCU: 0x4B2, offset: 0x1C605C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueSSvg', symObjAddr: 0x924, symBinAddr: 0x202C5C, symSize: 0x20 }
+ - { offsetInCU: 0x4DD, offset: 0x1C6087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xAC8, symBinAddr: 0x202E00, symSize: 0x78 }
+ - { offsetInCU: 0x51E, offset: 0x1C60C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xB40, symBinAddr: 0x202E78, symSize: 0x28 }
+ - { offsetInCU: 0x532, offset: 0x1C60DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB68, symBinAddr: 0x202EA0, symSize: 0x8 }
+ - { offsetInCU: 0x568, offset: 0x1C6112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB70, symBinAddr: 0x202EA8, symSize: 0x7C }
+ - { offsetInCU: 0x5C0, offset: 0x1C616A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xBEC, symBinAddr: 0x202F24, symSize: 0xC }
+ - { offsetInCU: 0x5DC, offset: 0x1C6186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xBF8, symBinAddr: 0x202F30, symSize: 0xC }
+ - { offsetInCU: 0x5F9, offset: 0x1C61A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15updateSetupTimeyys5Int64VF', symObjAddr: 0xC54, symBinAddr: 0x202F8C, symSize: 0x40 }
+ - { offsetInCU: 0x638, offset: 0x1C61E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0xC94, symBinAddr: 0x202FCC, symSize: 0x4 }
+ - { offsetInCU: 0x6C9, offset: 0x1C6273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCfd', symObjAddr: 0xC98, symBinAddr: 0x202FD0, symSize: 0x34 }
+ - { offsetInCU: 0x704, offset: 0x1C62AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCfD', symObjAddr: 0xCCC, symBinAddr: 0x203004, symSize: 0x3C }
+ - { offsetInCU: 0x747, offset: 0x1C62F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCACycfc', symObjAddr: 0xD08, symBinAddr: 0x203040, symSize: 0x30 }
+ - { offsetInCU: 0x775, offset: 0x1C631F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0xD38, symBinAddr: 0x203070, symSize: 0x30 }
+ - { offsetInCU: 0x7B6, offset: 0x1C6360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0xD68, symBinAddr: 0x2030A0, symSize: 0x3C }
+ - { offsetInCU: 0x7F7, offset: 0x1C63A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0xDA4, symBinAddr: 0x2030DC, symSize: 0x3C }
+ - { offsetInCU: 0x838, offset: 0x1C63E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xDE0, symBinAddr: 0x203118, symSize: 0x4 }
+ - { offsetInCU: 0x858, offset: 0x1C6402, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xDE0, symBinAddr: 0x203118, symSize: 0x4 }
+ - { offsetInCU: 0x86A, offset: 0x1C6414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0xDE4, symBinAddr: 0x20311C, symSize: 0x14 }
+ - { offsetInCU: 0x88D, offset: 0x1C6437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0xDF8, symBinAddr: 0x203130, symSize: 0x14 }
+ - { offsetInCU: 0x8BF, offset: 0x1C6469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xE0C, symBinAddr: 0x203144, symSize: 0x4 }
+ - { offsetInCU: 0x8DF, offset: 0x1C6489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xE0C, symBinAddr: 0x203144, symSize: 0x4 }
+ - { offsetInCU: 0x8F1, offset: 0x1C649B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xE10, symBinAddr: 0x203148, symSize: 0x6F8 }
+ - { offsetInCU: 0x109A, offset: 0x1C6C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0x1508, symBinAddr: 0x203840, symSize: 0x438 }
+ - { offsetInCU: 0x1136, offset: 0x1C6CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2E0, symBinAddr: 0x202618, symSize: 0x44 }
+ - { offsetInCU: 0x1343, offset: 0x1C6EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASQWb', symObjAddr: 0x1984, symBinAddr: 0x203C78, symSize: 0x4 }
+ - { offsetInCU: 0x1357, offset: 0x1C6F01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAESQAAWl', symObjAddr: 0x1988, symBinAddr: 0x203C7C, symSize: 0x44 }
+ - { offsetInCU: 0x136B, offset: 0x1C6F15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x19CC, symBinAddr: 0x203CC0, symSize: 0x4 }
+ - { offsetInCU: 0x137F, offset: 0x1C6F29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x19D0, symBinAddr: 0x203CC4, symSize: 0x44 }
+ - { offsetInCU: 0x1393, offset: 0x1C6F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1A14, symBinAddr: 0x203D08, symSize: 0x4 }
+ - { offsetInCU: 0x13A7, offset: 0x1C6F51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1A18, symBinAddr: 0x203D0C, symSize: 0x44 }
+ - { offsetInCU: 0x13BB, offset: 0x1C6F65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCMa', symObjAddr: 0x1A5C, symBinAddr: 0x203D50, symSize: 0x20 }
+ - { offsetInCU: 0x13CF, offset: 0x1C6F79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwet', symObjAddr: 0x1AA0, symBinAddr: 0x203D84, symSize: 0x90 }
+ - { offsetInCU: 0x13E3, offset: 0x1C6F8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwst', symObjAddr: 0x1B30, symBinAddr: 0x203E14, symSize: 0xBC }
+ - { offsetInCU: 0x13F7, offset: 0x1C6FA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwug', symObjAddr: 0x1BEC, symBinAddr: 0x203ED0, symSize: 0x8 }
+ - { offsetInCU: 0x140B, offset: 0x1C6FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwup', symObjAddr: 0x1BF4, symBinAddr: 0x203ED8, symSize: 0x4 }
+ - { offsetInCU: 0x141F, offset: 0x1C6FC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwui', symObjAddr: 0x1BF8, symBinAddr: 0x203EDC, symSize: 0x8 }
+ - { offsetInCU: 0x1433, offset: 0x1C6FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOMa', symObjAddr: 0x1C00, symBinAddr: 0x203EE4, symSize: 0x10 }
+ - { offsetInCU: 0x147C, offset: 0x1C7026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x944, symBinAddr: 0x202C7C, symSize: 0x88 }
+ - { offsetInCU: 0x152B, offset: 0x1C70D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x9CC, symBinAddr: 0x202D04, symSize: 0x60 }
+ - { offsetInCU: 0x15A9, offset: 0x1C7153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA2C, symBinAddr: 0x202D64, symSize: 0x40 }
+ - { offsetInCU: 0x15FB, offset: 0x1C71A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA6C, symBinAddr: 0x202DA4, symSize: 0x5C }
+ - { offsetInCU: 0x1657, offset: 0x1C7201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xC04, symBinAddr: 0x202F3C, symSize: 0x28 }
+ - { offsetInCU: 0x1673, offset: 0x1C721D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xC2C, symBinAddr: 0x202F64, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1C7543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x203F00, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1C7567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x203F00, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1C7585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x203F10, symSize: 0x4 }
+ - { offsetInCU: 0xA5, offset: 0x1C75C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x203F10, symSize: 0x4 }
+ - { offsetInCU: 0xB7, offset: 0x1C75D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7connect7contextyAA0D0C_tF', symObjAddr: 0x14, symBinAddr: 0x203F14, symSize: 0x54 }
+ - { offsetInCU: 0x120, offset: 0x1C763C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x68, symBinAddr: 0x203F68, symSize: 0x5C }
+ - { offsetInCU: 0x1B4, offset: 0x1C76D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfc', symObjAddr: 0xC4, symBinAddr: 0x203FC4, symSize: 0x8 }
+ - { offsetInCU: 0x1E3, offset: 0x1C76FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCfd', symObjAddr: 0xCC, symBinAddr: 0x203FCC, symSize: 0x8 }
+ - { offsetInCU: 0x212, offset: 0x1C772E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCfD', symObjAddr: 0xD4, symBinAddr: 0x203FD4, symSize: 0x10 }
+ - { offsetInCU: 0x28A, offset: 0x1C77A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCMa', symObjAddr: 0xE4, symBinAddr: 0x203FE4, symSize: 0x20 }
+ - { offsetInCU: 0xE9, offset: 0x1C7A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x23D0, symBinAddr: 0x2063D4, symSize: 0x248 }
+ - { offsetInCU: 0x3C1, offset: 0x1C7D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0VtcfC', symObjAddr: 0x99C, symBinAddr: 0x2049A0, symSize: 0x7C }
+ - { offsetInCU: 0x3F5, offset: 0x1C7D62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6targetAA7SummaryCvg', symObjAddr: 0xA18, symBinAddr: 0x204A1C, symSize: 0x34 }
+ - { offsetInCU: 0x43B, offset: 0x1C7DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6targetAA7SummaryCvs', symObjAddr: 0xA4C, symBinAddr: 0x204A50, symSize: 0xAC }
+ - { offsetInCU: 0x4A5, offset: 0x1C7E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvW', symObjAddr: 0xAF8, symBinAddr: 0x204AFC, symSize: 0x254 }
+ - { offsetInCU: 0x714, offset: 0x1C8081, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvg', symObjAddr: 0xD4C, symBinAddr: 0x204D50, symSize: 0x34 }
+ - { offsetInCU: 0x741, offset: 0x1C80AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvs', symObjAddr: 0xD80, symBinAddr: 0x204D84, symSize: 0x64 }
+ - { offsetInCU: 0x780, offset: 0x1C80ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvM', symObjAddr: 0xDE4, symBinAddr: 0x204DE8, symSize: 0x40 }
+ - { offsetInCU: 0x7AF, offset: 0x1C811C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvM.resume.0', symObjAddr: 0xE24, symBinAddr: 0x204E28, symSize: 0x30 }
+ - { offsetInCU: 0x7DA, offset: 0x1C8147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvg', symObjAddr: 0xE54, symBinAddr: 0x204E58, symSize: 0x34 }
+ - { offsetInCU: 0x7F6, offset: 0x1C8163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvs', symObjAddr: 0xE88, symBinAddr: 0x204E8C, symSize: 0x44 }
+ - { offsetInCU: 0x812, offset: 0x1C817F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvM', symObjAddr: 0xECC, symBinAddr: 0x204ED0, symSize: 0x3C }
+ - { offsetInCU: 0x82E, offset: 0x1C819B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvg', symObjAddr: 0xF08, symBinAddr: 0x204F0C, symSize: 0x34 }
+ - { offsetInCU: 0x84A, offset: 0x1C81B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvs', symObjAddr: 0xF3C, symBinAddr: 0x204F40, symSize: 0x50 }
+ - { offsetInCU: 0x866, offset: 0x1C81D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvM', symObjAddr: 0xF8C, symBinAddr: 0x204F90, symSize: 0x3C }
+ - { offsetInCU: 0x882, offset: 0x1C81EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvM.resume.0', symObjAddr: 0xFC8, symBinAddr: 0x204FCC, symSize: 0x4 }
+ - { offsetInCU: 0x89E, offset: 0x1C820B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC18statsConfigurationAA0dG0Vvg', symObjAddr: 0xFCC, symBinAddr: 0x204FD0, symSize: 0x8 }
+ - { offsetInCU: 0x8BA, offset: 0x1C8227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvg', symObjAddr: 0xFD4, symBinAddr: 0x204FD8, symSize: 0x34 }
+ - { offsetInCU: 0x8D6, offset: 0x1C8243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvs', symObjAddr: 0x1008, symBinAddr: 0x20500C, symSize: 0x50 }
+ - { offsetInCU: 0x8F2, offset: 0x1C825F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvM', symObjAddr: 0x1058, symBinAddr: 0x20505C, symSize: 0x3C }
+ - { offsetInCU: 0x90E, offset: 0x1C827B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12measureCountSivg', symObjAddr: 0x1094, symBinAddr: 0x205098, symSize: 0x1E0 }
+ - { offsetInCU: 0xB46, offset: 0x1C84B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0Cvg', symObjAddr: 0x1274, symBinAddr: 0x205278, symSize: 0x34 }
+ - { offsetInCU: 0xB62, offset: 0x1C84CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0Cvs', symObjAddr: 0x12A8, symBinAddr: 0x2052AC, symSize: 0x44 }
+ - { offsetInCU: 0xB7E, offset: 0x1C84EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0CvM', symObjAddr: 0x12EC, symBinAddr: 0x2052F0, symSize: 0x3C }
+ - { offsetInCU: 0xB9A, offset: 0x1C8507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvg', symObjAddr: 0x1328, symBinAddr: 0x20532C, symSize: 0x44 }
+ - { offsetInCU: 0xBB6, offset: 0x1C8523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvs', symObjAddr: 0x136C, symBinAddr: 0x205370, symSize: 0x60 }
+ - { offsetInCU: 0xBD2, offset: 0x1C853F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvM', symObjAddr: 0x13CC, symBinAddr: 0x2053D0, symSize: 0x6C }
+ - { offsetInCU: 0xBEE, offset: 0x1C855B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvM.resume.0', symObjAddr: 0x1438, symBinAddr: 0x20543C, symSize: 0x70 }
+ - { offsetInCU: 0xC0A, offset: 0x1C8577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0Vtcfc', symObjAddr: 0x14A8, symBinAddr: 0x2054AC, symSize: 0x4C }
+ - { offsetInCU: 0xC1E, offset: 0x1C858B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCfd', symObjAddr: 0x14F4, symBinAddr: 0x2054F8, symSize: 0xDC }
+ - { offsetInCU: 0xC5B, offset: 0x1C85C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCfD', symObjAddr: 0x15D0, symBinAddr: 0x2055D4, symSize: 0xE8 }
+ - { offsetInCU: 0xCA0, offset: 0x1C860D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12setStartedAtyyF', symObjAddr: 0x16B8, symBinAddr: 0x2056BC, symSize: 0xE0 }
+ - { offsetInCU: 0xD23, offset: 0x1C8690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC15updateSetupTimeyyF', symObjAddr: 0x1798, symBinAddr: 0x20579C, symSize: 0x14C }
+ - { offsetInCU: 0xE26, offset: 0x1C8793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC06updateD04with4statyAA7SummaryC10IdentifierO_AA12WebRTCClientC16RTPPacketMonitorC4InfoVtF', symObjAddr: 0x18E4, symBinAddr: 0x2058E8, symSize: 0x258 }
+ - { offsetInCU: 0xF5F, offset: 0x1C88CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC26incrementReconnectionCountyyF', symObjAddr: 0x1B3C, symBinAddr: 0x205B40, symSize: 0x58 }
+ - { offsetInCU: 0xFBB, offset: 0x1C8928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9removeAllyyF', symObjAddr: 0x1B94, symBinAddr: 0x205B98, symSize: 0x98 }
+ - { offsetInCU: 0x1004, offset: 0x1C8971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC05checkD8Interval33_0AF982F53FCB183435CA18E22A2BBBEALLyyF', symObjAddr: 0x1C2C, symBinAddr: 0x205C30, symSize: 0x2C8 }
+ - { offsetInCU: 0x1291, offset: 0x1C8BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0VtcfcTf4gnn_n', symObjAddr: 0x6D40, symBinAddr: 0x20AD44, symSize: 0x1A0 }
+ - { offsetInCU: 0x1753, offset: 0x1C90C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1EF4, symBinAddr: 0x205EF8, symSize: 0x7C }
+ - { offsetInCU: 0x178C, offset: 0x1C90F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1F70, symBinAddr: 0x205F74, symSize: 0x7C }
+ - { offsetInCU: 0x17C2, offset: 0x1C912F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1FEC, symBinAddr: 0x205FF0, symSize: 0x8 }
+ - { offsetInCU: 0x17E9, offset: 0x1C9156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1FF4, symBinAddr: 0x205FF8, symSize: 0xC }
+ - { offsetInCU: 0x1810, offset: 0x1C917D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2000, symBinAddr: 0x206004, symSize: 0x50 }
+ - { offsetInCU: 0x1837, offset: 0x1C91A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2050, symBinAddr: 0x206054, symSize: 0x50 }
+ - { offsetInCU: 0x186D, offset: 0x1C91DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x2224, symBinAddr: 0x206228, symSize: 0x88 }
+ - { offsetInCU: 0x18A1, offset: 0x1C920E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x22AC, symBinAddr: 0x2062B0, symSize: 0x28 }
+ - { offsetInCU: 0x18B5, offset: 0x1C9222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x22D4, symBinAddr: 0x2062D8, symSize: 0x8 }
+ - { offsetInCU: 0x18EB, offset: 0x1C9258, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x22DC, symBinAddr: 0x2062E0, symSize: 0x8C }
+ - { offsetInCU: 0x1936, offset: 0x1C92A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2368, symBinAddr: 0x20636C, symSize: 0xC }
+ - { offsetInCU: 0x1952, offset: 0x1C92BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2374, symBinAddr: 0x206378, symSize: 0xC }
+ - { offsetInCU: 0x1A03, offset: 0x1C9370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2618, symBinAddr: 0x20661C, symSize: 0x20 }
+ - { offsetInCU: 0x1A7E, offset: 0x1C93EB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x264C, symBinAddr: 0x206650, symSize: 0xDC }
+ - { offsetInCU: 0x1BA4, offset: 0x1C9511, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x2728, symBinAddr: 0x20672C, symSize: 0xC0 }
+ - { offsetInCU: 0x1CC2, offset: 0x1C962F, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x27FC, symBinAddr: 0x206800, symSize: 0xBC }
+ - { offsetInCU: 0x1DE8, offset: 0x1C9755, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x28B8, symBinAddr: 0x2068BC, symSize: 0xEC }
+ - { offsetInCU: 0x1F06, offset: 0x1C9873, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x29B8, symBinAddr: 0x2069BC, symSize: 0xC0 }
+ - { offsetInCU: 0x202C, offset: 0x1C9999, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x2CD4, symBinAddr: 0x206CD8, symSize: 0xBC }
+ - { offsetInCU: 0x215F, offset: 0x1C9ACC, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls7SummaryCG_Tg508$sSTsSL7c38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls7I14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x2D90, symBinAddr: 0x206D94, symSize: 0x68 }
+ - { offsetInCU: 0x2266, offset: 0x1C9BD3, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x2DF8, symBinAddr: 0x206DFC, symSize: 0x108 }
+ - { offsetInCU: 0x2502, offset: 0x1C9E6F, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1nnncn_n', symObjAddr: 0x2F00, symBinAddr: 0x206F04, symSize: 0x31C }
+ - { offsetInCU: 0x2932, offset: 0x1CA29F, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls7SummaryCG_Tg508$sSTsSL7h38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ij6Calls7L14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x321C, symBinAddr: 0x207220, symSize: 0xC4 }
+ - { offsetInCU: 0x2B28, offset: 0x1CA495, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls7I14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x32E0, symBinAddr: 0x2072E4, symSize: 0x290 }
+ - { offsetInCU: 0x2D15, offset: 0x1CA682, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x3570, symBinAddr: 0x207574, symSize: 0x150 }
+ - { offsetInCU: 0x2E7B, offset: 0x1CA7E8, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13gh6Calls7J14CG_TG5Tf4nnd_nTf1nnnnc_n', symObjAddr: 0x36C0, symBinAddr: 0x2076C4, symSize: 0x250 }
+ - { offsetInCU: 0x2F10, offset: 0x1CA87D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x3910, symBinAddr: 0x207914, symSize: 0x14 }
+ - { offsetInCU: 0x2F49, offset: 0x1CA8B6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x3924, symBinAddr: 0x207928, symSize: 0xB4 }
+ - { offsetInCU: 0x2FD3, offset: 0x1CA940, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x39D8, symBinAddr: 0x2079DC, symSize: 0x1AC }
+ - { offsetInCU: 0x3042, offset: 0x1CA9AF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x3B84, symBinAddr: 0x207B88, symSize: 0x1A4 }
+ - { offsetInCU: 0x30C7, offset: 0x1CAA34, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4070, symBinAddr: 0x208074, symSize: 0x290 }
+ - { offsetInCU: 0x31B3, offset: 0x1CAB20, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x4300, symBinAddr: 0x208304, symSize: 0x2CC }
+ - { offsetInCU: 0x32C9, offset: 0x1CAC36, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x45CC, symBinAddr: 0x2085D0, symSize: 0x274 }
+ - { offsetInCU: 0x33E2, offset: 0x1CAD4F, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x4AB8, symBinAddr: 0x208ABC, symSize: 0x28C }
+ - { offsetInCU: 0x34AD, offset: 0x1CAE1A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x4D44, symBinAddr: 0x208D48, symSize: 0x328 }
+ - { offsetInCU: 0x359A, offset: 0x1CAF07, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x506C, symBinAddr: 0x209070, symSize: 0x2DC }
+ - { offsetInCU: 0x36C9, offset: 0x1CB036, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x5348, symBinAddr: 0x20934C, symSize: 0x2EC }
+ - { offsetInCU: 0x37AC, offset: 0x1CB119, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x5950, symBinAddr: 0x209954, symSize: 0x310 }
+ - { offsetInCU: 0x38F0, offset: 0x1CB25D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x5D58, symBinAddr: 0x209D5C, symSize: 0x340 }
+ - { offsetInCU: 0x3A4F, offset: 0x1CB3BC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtFSS_Tg5', symObjAddr: 0x6098, symBinAddr: 0x20A09C, symSize: 0x2E4 }
+ - { offsetInCU: 0x3B43, offset: 0x1CB4B0, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x637C, symBinAddr: 0x20A380, symSize: 0x28C }
+ - { offsetInCU: 0x3C4D, offset: 0x1CB5BA, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls9LogSymbol_p_Tg5', symObjAddr: 0x6608, symBinAddr: 0x20A60C, symSize: 0x34 }
+ - { offsetInCU: 0x3C85, offset: 0x1CB5F2, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyFSo16AVFrameRateRangeC_Tg5', symObjAddr: 0x663C, symBinAddr: 0x20A640, symSize: 0x34 }
+ - { offsetInCU: 0x3CBD, offset: 0x1CB62A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x6670, symBinAddr: 0x20A674, symSize: 0x34 }
+ - { offsetInCU: 0x3CF5, offset: 0x1CB662, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls7Command_p_Tg5', symObjAddr: 0x66A4, symBinAddr: 0x20A6A8, symSize: 0x34 }
+ - { offsetInCU: 0x3D2D, offset: 0x1CB69A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x66D8, symBinAddr: 0x20A6DC, symSize: 0x34 }
+ - { offsetInCU: 0x3D7B, offset: 0x1CB6E8, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFShySSG_Tg5', symObjAddr: 0x670C, symBinAddr: 0x20A710, symSize: 0x1B0 }
+ - { offsetInCU: 0x3E4B, offset: 0x1CB7B8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCSnySiG_Tgq5Tf4nnd_n', symObjAddr: 0x6CC4, symBinAddr: 0x20ACC8, symSize: 0x7C }
+ - { offsetInCU: 0x3F2B, offset: 0x1CB898, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls14DirectCallUserC_Tg5Tf4nnd_n', symObjAddr: 0x6EE8, symBinAddr: 0x20AEE4, symSize: 0x210 }
+ - { offsetInCU: 0x3FCF, offset: 0x1CB93C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x7198, symBinAddr: 0x20B0F4, symSize: 0x44 }
+ - { offsetInCU: 0x3FE3, offset: 0x1CB950, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSEsSERzlWl', symObjAddr: 0x71DC, symBinAddr: 0x20B138, symSize: 0x58 }
+ - { offsetInCU: 0x3FF7, offset: 0x1CB964, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x7234, symBinAddr: 0x20B190, symSize: 0x54 }
+ - { offsetInCU: 0x400B, offset: 0x1CB978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASQWb', symObjAddr: 0x7288, symBinAddr: 0x20B1E4, symSize: 0x4 }
+ - { offsetInCU: 0x401F, offset: 0x1CB98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAESQAAWl', symObjAddr: 0x728C, symBinAddr: 0x20B1E8, symSize: 0x44 }
+ - { offsetInCU: 0x4033, offset: 0x1CB9A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x72D0, symBinAddr: 0x20B22C, symSize: 0x4 }
+ - { offsetInCU: 0x4047, offset: 0x1CB9B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x72D4, symBinAddr: 0x20B230, symSize: 0x44 }
+ - { offsetInCU: 0x405B, offset: 0x1CB9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7318, symBinAddr: 0x20B274, symSize: 0x4 }
+ - { offsetInCU: 0x406F, offset: 0x1CB9DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x731C, symBinAddr: 0x20B278, symSize: 0x44 }
+ - { offsetInCU: 0x4083, offset: 0x1CB9F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCMa', symObjAddr: 0x7628, symBinAddr: 0x20B584, symSize: 0x20 }
+ - { offsetInCU: 0x4097, offset: 0x1CBA04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwet', symObjAddr: 0x77E0, symBinAddr: 0x20B72C, symSize: 0x90 }
+ - { offsetInCU: 0x40AB, offset: 0x1CBA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwst', symObjAddr: 0x7870, symBinAddr: 0x20B7BC, symSize: 0xBC }
+ - { offsetInCU: 0x40BF, offset: 0x1CBA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwug', symObjAddr: 0x792C, symBinAddr: 0x20B878, symSize: 0x8 }
+ - { offsetInCU: 0x40D3, offset: 0x1CBA40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwup', symObjAddr: 0x7934, symBinAddr: 0x20B880, symSize: 0x4 }
+ - { offsetInCU: 0x40E7, offset: 0x1CBA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwui', symObjAddr: 0x7938, symBinAddr: 0x20B884, symSize: 0xC }
+ - { offsetInCU: 0x40FB, offset: 0x1CBA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOMa', symObjAddr: 0x7944, symBinAddr: 0x20B890, symSize: 0x10 }
+ - { offsetInCU: 0x411A, offset: 0x1CBA87, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls7SummaryC_Tg5Tf4nnd_n', symObjAddr: 0x7954, symBinAddr: 0x20B8A0, symSize: 0x1E4 }
+ - { offsetInCU: 0x4220, offset: 0x1CBB8D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls8SequenceC_Tg5Tf4nnd_n', symObjAddr: 0x7B38, symBinAddr: 0x20BA84, symSize: 0x22C }
+ - { offsetInCU: 0x42EE, offset: 0x1CBC5B, size: 0x8, addend: 0x0, symName: '_$sSo16AVFrameRateRangeCMa', symObjAddr: 0x7DA4, symBinAddr: 0x20BCF0, symSize: 0x3C }
+ - { offsetInCU: 0x4373, offset: 0x1CBCE0, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF19TransportStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA19hi6CSgAA7G6CXEfU_Tf1cn_n', symObjAddr: 0x0, symBinAddr: 0x204004, symSize: 0x334 }
+ - { offsetInCU: 0x45D2, offset: 0x1CBF3F, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF15AudioStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA15hi6CSgAA7G7CXEfU0_Tf1cn_n', symObjAddr: 0x334, symBinAddr: 0x204338, symSize: 0x334 }
+ - { offsetInCU: 0x4831, offset: 0x1CC19E, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF15VideoStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA15hi6CSgAA7G7CXEfU1_Tf1cn_n', symObjAddr: 0x668, symBinAddr: 0x20466C, symSize: 0x334 }
+ - { offsetInCU: 0x4B45, offset: 0x1CC4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x20A0, symBinAddr: 0x2060A4, symSize: 0x88 }
+ - { offsetInCU: 0x4BF4, offset: 0x1CC561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2128, symBinAddr: 0x20612C, symSize: 0x60 }
+ - { offsetInCU: 0x4C8A, offset: 0x1CC5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2188, symBinAddr: 0x20618C, symSize: 0x40 }
+ - { offsetInCU: 0x4CDC, offset: 0x1CC649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x21C8, symBinAddr: 0x2061CC, symSize: 0x5C }
+ - { offsetInCU: 0x4D50, offset: 0x1CC6BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x2380, symBinAddr: 0x206384, symSize: 0x28 }
+ - { offsetInCU: 0x4D6C, offset: 0x1CC6D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x23A8, symBinAddr: 0x2063AC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1CCBCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11updateAudio9isEnabledySb_tF', symObjAddr: 0x0, symBinAddr: 0x20BD38, symSize: 0x334 }
+ - { offsetInCU: 0x137, offset: 0x1CCCDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11updateAudio9isEnabledySb_tF', symObjAddr: 0x0, symBinAddr: 0x20BD38, symSize: 0x334 }
+ - { offsetInCU: 0x3A3, offset: 0x1CCF4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC22deactivateAudioSessionyyFZ', symObjAddr: 0x334, symBinAddr: 0x20C06C, symSize: 0x4 }
+ - { offsetInCU: 0x3CE, offset: 0x1CCF75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10setupAudioyyF', symObjAddr: 0x338, symBinAddr: 0x20C070, symSize: 0x1BC }
+ - { offsetInCU: 0x436, offset: 0x1CCFDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21createLocalAudioTrackSo08RTCAudioI0CSgyF', symObjAddr: 0x4F4, symBinAddr: 0x20C22C, symSize: 0x194 }
+ - { offsetInCU: 0x4A8, offset: 0x1CD04F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20activateAudioSession11isVideoCallySb_tFZ', symObjAddr: 0x688, symBinAddr: 0x20C3C0, symSize: 0x4 }
+ - { offsetInCU: 0x4BC, offset: 0x1CD063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC28rtcAudioSessionConfiguration11isVideoCallSo08RTCAudiohI0CSb_tFZ', symObjAddr: 0x73C, symBinAddr: 0x20C3C4, symSize: 0x4 }
+ - { offsetInCU: 0x4D0, offset: 0x1CD077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC26audioSessionDidChangeRoute_6reason08previousJ0ySo08RTCAudioG0C_So07AVAudiogjI6ReasonVSo0ngJ11DescriptionCtF', symObjAddr: 0x740, symBinAddr: 0x20C3C8, symSize: 0x9C }
+ - { offsetInCU: 0x54F, offset: 0x1CD0F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC26audioSessionDidChangeRoute_6reason08previousJ0ySo08RTCAudioG0C_So07AVAudiogjI6ReasonVSo0ngJ11DescriptionCtFTo', symObjAddr: 0x7DC, symBinAddr: 0x20C464, symSize: 0xE0 }
+ - { offsetInCU: 0x5A3, offset: 0x1CD14A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC28rtcAudioSessionConfiguration11isVideoCallSo08RTCAudiohI0CSb_tFZTf4nd_n', symObjAddr: 0x8BC, symBinAddr: 0x20C544, symSize: 0xFC }
+ - { offsetInCU: 0x6A0, offset: 0x1CD247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20activateAudioSession11isVideoCallySb_tFZTf4nd_n', symObjAddr: 0x9B8, symBinAddr: 0x20C640, symSize: 0x510 }
+ - { offsetInCU: 0xAC3, offset: 0x1CD66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC22deactivateAudioSessionyyFZTf4d_n', symObjAddr: 0xEC8, symBinAddr: 0x20CB50, symSize: 0x390 }
+ - { offsetInCU: 0x27, offset: 0x1CDC7A, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE4dataSSSg10Foundation4DataVSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x20CEE0, symSize: 0x9C }
+ - { offsetInCU: 0x3F, offset: 0x1CDC92, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE4dataSSSg10Foundation4DataVSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x20CEE0, symSize: 0x9C }
+ - { offsetInCU: 0xD2, offset: 0x1CDD25, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE5trunc6length8trailingSSSi_SStF', symObjAddr: 0xF4, symBinAddr: 0x20CF7C, symSize: 0x134 }
+ - { offsetInCU: 0x1E5, offset: 0x1CDE38, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE6prefixS2S_tcfC', symObjAddr: 0x228, symBinAddr: 0x20D0B0, symSize: 0x134 }
+ - { offsetInCU: 0x259, offset: 0x1CDEAC, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10urlEncodedSSvg', symObjAddr: 0x35C, symBinAddr: 0x20D1E4, symSize: 0x154 }
+ - { offsetInCU: 0x4F, offset: 0x1CE16B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV12arrayLiteralACSSd_tcfC', symObjAddr: 0x0, symBinAddr: 0x20D338, symSize: 0x4 }
+ - { offsetInCU: 0x8A, offset: 0x1CE1A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV6appendyySSF', symObjAddr: 0x36C, symBinAddr: 0x20D6A4, symSize: 0xA8 }
+ - { offsetInCU: 0x1B3, offset: 0x1CE2CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV11encodedPathSSvg', symObjAddr: 0x264C, symBinAddr: 0x20F984, symSize: 0x26C }
+ - { offsetInCU: 0x3EB, offset: 0x1CE507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvg', symObjAddr: 0x2D58, symBinAddr: 0x210090, symSize: 0x4 }
+ - { offsetInCU: 0x407, offset: 0x1CE523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvs', symObjAddr: 0x2D5C, symBinAddr: 0x210094, symSize: 0x28 }
+ - { offsetInCU: 0x423, offset: 0x1CE53F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvM', symObjAddr: 0x2D84, symBinAddr: 0x2100BC, symSize: 0x10 }
+ - { offsetInCU: 0x43F, offset: 0x1CE55B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvM.resume.0', symObjAddr: 0x2D94, symBinAddr: 0x2100CC, symSize: 0x4 }
+ - { offsetInCU: 0x485, offset: 0x1CE5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV9appendingyACSSF', symObjAddr: 0x2D98, symBinAddr: 0x2100D0, symSize: 0xB0 }
+ - { offsetInCU: 0x5D0, offset: 0x1CE6EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x2E48, symBinAddr: 0x210180, symSize: 0x8 }
+ - { offsetInCU: 0x5FE, offset: 0x1CE71A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x4, symBinAddr: 0x20D33C, symSize: 0x1C }
+ - { offsetInCU: 0x630, offset: 0x1CE74C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE7headersSayAA0D6HeaderOGvg', symObjAddr: 0x20, symBinAddr: 0x20D358, symSize: 0xC }
+ - { offsetInCU: 0x65A, offset: 0x1CE776, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2C, symBinAddr: 0x20D364, symSize: 0x4 }
+ - { offsetInCU: 0x67A, offset: 0x1CE796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2C, symBinAddr: 0x20D364, symSize: 0x4 }
+ - { offsetInCU: 0x68C, offset: 0x1CE7A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10apiVersionSSvg', symObjAddr: 0x30, symBinAddr: 0x20D368, symSize: 0x4 }
+ - { offsetInCU: 0x6A7, offset: 0x1CE7C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x34, symBinAddr: 0x20D36C, symSize: 0x8 }
+ - { offsetInCU: 0x6C3, offset: 0x1CE7DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE22isSessionTokenRequiredSbvg', symObjAddr: 0x3C, symBinAddr: 0x20D374, symSize: 0x8 }
+ - { offsetInCU: 0x6EA, offset: 0x1CE806, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x44, symBinAddr: 0x20D37C, symSize: 0x8 }
+ - { offsetInCU: 0x706, offset: 0x1CE822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE9shouldLogSbvg', symObjAddr: 0x4C, symBinAddr: 0x20D384, symSize: 0x8 }
+ - { offsetInCU: 0x7F6, offset: 0x1CE912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyF', symObjAddr: 0x20AC, symBinAddr: 0x20F3E4, symSize: 0x2A4 }
+ - { offsetInCU: 0x8F5, offset: 0x1CEA11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x308, symBinAddr: 0x20D640, symSize: 0x4 }
+ - { offsetInCU: 0x915, offset: 0x1CEA31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x308, symBinAddr: 0x20D640, symSize: 0x4 }
+ - { offsetInCU: 0x927, offset: 0x1CEA43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x30C, symBinAddr: 0x20D644, symSize: 0x8 }
+ - { offsetInCU: 0x954, offset: 0x1CEA70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x314, symBinAddr: 0x20D64C, symSize: 0x1C }
+ - { offsetInCU: 0x995, offset: 0x1CEAB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x20D668, symSize: 0x4 }
+ - { offsetInCU: 0x9B5, offset: 0x1CEAD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x20D668, symSize: 0x4 }
+ - { offsetInCU: 0x9C7, offset: 0x1CEAE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x334, symBinAddr: 0x20D66C, symSize: 0x8 }
+ - { offsetInCU: 0x9E3, offset: 0x1CEAFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x33C, symBinAddr: 0x20D674, symSize: 0x8 }
+ - { offsetInCU: 0xA10, offset: 0x1CEB2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x344, symBinAddr: 0x20D67C, symSize: 0x1C }
+ - { offsetInCU: 0xA51, offset: 0x1CEB6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x360, symBinAddr: 0x20D698, symSize: 0x4 }
+ - { offsetInCU: 0xA71, offset: 0x1CEB8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x360, symBinAddr: 0x20D698, symSize: 0x4 }
+ - { offsetInCU: 0xA83, offset: 0x1CEB9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x364, symBinAddr: 0x20D69C, symSize: 0x8 }
+ - { offsetInCU: 0xB29, offset: 0x1CEC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x414, symBinAddr: 0x20D74C, symSize: 0x1C }
+ - { offsetInCU: 0xB6A, offset: 0x1CEC86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x430, symBinAddr: 0x20D768, symSize: 0x4 }
+ - { offsetInCU: 0xB8A, offset: 0x1CECA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x430, symBinAddr: 0x20D768, symSize: 0x4 }
+ - { offsetInCU: 0xB9C, offset: 0x1CECB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0x434, symBinAddr: 0x20D76C, symSize: 0x8 }
+ - { offsetInCU: 0xBB8, offset: 0x1CECD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x43C, symBinAddr: 0x20D774, symSize: 0x8 }
+ - { offsetInCU: 0xBE5, offset: 0x1CED01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x444, symBinAddr: 0x20D77C, symSize: 0x1C }
+ - { offsetInCU: 0xC26, offset: 0x1CED42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x460, symBinAddr: 0x20D798, symSize: 0x4 }
+ - { offsetInCU: 0xC46, offset: 0x1CED62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x460, symBinAddr: 0x20D798, symSize: 0x4 }
+ - { offsetInCU: 0xC58, offset: 0x1CED74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x464, symBinAddr: 0x20D79C, symSize: 0x8 }
+ - { offsetInCU: 0xC74, offset: 0x1CED90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x46C, symBinAddr: 0x20D7A4, symSize: 0x8 }
+ - { offsetInCU: 0xCA1, offset: 0x1CEDBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x474, symBinAddr: 0x20D7AC, symSize: 0x1C }
+ - { offsetInCU: 0xCE2, offset: 0x1CEDFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x20D7C8, symSize: 0x4 }
+ - { offsetInCU: 0xD02, offset: 0x1CEE1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x20D7C8, symSize: 0x4 }
+ - { offsetInCU: 0xD14, offset: 0x1CEE30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x494, symBinAddr: 0x20D7CC, symSize: 0x8 }
+ - { offsetInCU: 0xD30, offset: 0x1CEE4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x49C, symBinAddr: 0x20D7D4, symSize: 0x8 }
+ - { offsetInCU: 0xD66, offset: 0x1CEE82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x4A4, symBinAddr: 0x20D7DC, symSize: 0xC }
+ - { offsetInCU: 0xD86, offset: 0x1CEEA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x4A4, symBinAddr: 0x20D7DC, symSize: 0xC }
+ - { offsetInCU: 0xDB2, offset: 0x1CEECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0x20D7E8, symSize: 0x4 }
+ - { offsetInCU: 0xDD2, offset: 0x1CEEEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0x20D7E8, symSize: 0x4 }
+ - { offsetInCU: 0xDE4, offset: 0x1CEF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x4B4, symBinAddr: 0x20D7EC, symSize: 0x8 }
+ - { offsetInCU: 0xE11, offset: 0x1CEF2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x4BC, symBinAddr: 0x20D7F4, symSize: 0x1C }
+ - { offsetInCU: 0xE52, offset: 0x1CEF6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x20D810, symSize: 0x4 }
+ - { offsetInCU: 0xE72, offset: 0x1CEF8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x4D8, symBinAddr: 0x20D810, symSize: 0x4 }
+ - { offsetInCU: 0xE84, offset: 0x1CEFA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x4DC, symBinAddr: 0x20D814, symSize: 0x8 }
+ - { offsetInCU: 0xEA0, offset: 0x1CEFBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x4E4, symBinAddr: 0x20D81C, symSize: 0x8 }
+ - { offsetInCU: 0xEBC, offset: 0x1CEFD8, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONEncoderC13SendBirdCallsE11keyStrategyA2C011KeyEncodingG0O_tcfC', symObjAddr: 0x4EC, symBinAddr: 0x20D824, symSize: 0xA0 }
+ - { offsetInCU: 0xEF6, offset: 0x1CF012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x58C, symBinAddr: 0x20D8C4, symSize: 0x1C }
+ - { offsetInCU: 0xF37, offset: 0x1CF053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5A8, symBinAddr: 0x20D8E0, symSize: 0x4 }
+ - { offsetInCU: 0xF57, offset: 0x1CF073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5A8, symBinAddr: 0x20D8E0, symSize: 0x4 }
+ - { offsetInCU: 0xF69, offset: 0x1CF085, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x5AC, symBinAddr: 0x20D8E4, symSize: 0x8 }
+ - { offsetInCU: 0xF85, offset: 0x1CF0A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x5B4, symBinAddr: 0x20D8EC, symSize: 0x8 }
+ - { offsetInCU: 0xFB0, offset: 0x1CF0CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5BC, symBinAddr: 0x20D8F4, symSize: 0x4 }
+ - { offsetInCU: 0xFD0, offset: 0x1CF0EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5BC, symBinAddr: 0x20D8F4, symSize: 0x4 }
+ - { offsetInCU: 0xFE2, offset: 0x1CF0FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x5C0, symBinAddr: 0x20D8F8, symSize: 0x8 }
+ - { offsetInCU: 0xFFE, offset: 0x1CF11A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x5C8, symBinAddr: 0x20D900, symSize: 0x8 }
+ - { offsetInCU: 0x102B, offset: 0x1CF147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x5D0, symBinAddr: 0x20D908, symSize: 0x1C }
+ - { offsetInCU: 0x106C, offset: 0x1CF188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5EC, symBinAddr: 0x20D924, symSize: 0x4 }
+ - { offsetInCU: 0x108C, offset: 0x1CF1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5EC, symBinAddr: 0x20D924, symSize: 0x4 }
+ - { offsetInCU: 0x109E, offset: 0x1CF1BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x5F0, symBinAddr: 0x20D928, symSize: 0x8 }
+ - { offsetInCU: 0x10BA, offset: 0x1CF1D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x5F8, symBinAddr: 0x20D930, symSize: 0x8 }
+ - { offsetInCU: 0x10E7, offset: 0x1CF203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x600, symBinAddr: 0x20D938, symSize: 0x1C }
+ - { offsetInCU: 0x1128, offset: 0x1CF244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x61C, symBinAddr: 0x20D954, symSize: 0x4 }
+ - { offsetInCU: 0x1148, offset: 0x1CF264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x61C, symBinAddr: 0x20D954, symSize: 0x4 }
+ - { offsetInCU: 0x115A, offset: 0x1CF276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x620, symBinAddr: 0x20D958, symSize: 0x8 }
+ - { offsetInCU: 0x1176, offset: 0x1CF292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x628, symBinAddr: 0x20D960, symSize: 0x8 }
+ - { offsetInCU: 0x11EA, offset: 0x1CF306, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFSS_ypTg5', symObjAddr: 0x630, symBinAddr: 0x20D968, symSize: 0x1C8 }
+ - { offsetInCU: 0x12DE, offset: 0x1CF3FA, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_SS_ypTg5', symObjAddr: 0x7F8, symBinAddr: 0x20DB30, symSize: 0x314 }
+ - { offsetInCU: 0x13A8, offset: 0x1CF4C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xB0C, symBinAddr: 0x20DE44, symSize: 0x1C }
+ - { offsetInCU: 0x13E9, offset: 0x1CF505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB28, symBinAddr: 0x20DE60, symSize: 0x4 }
+ - { offsetInCU: 0x1409, offset: 0x1CF525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB28, symBinAddr: 0x20DE60, symSize: 0x4 }
+ - { offsetInCU: 0x141B, offset: 0x1CF537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB2C, symBinAddr: 0x20DE64, symSize: 0x8 }
+ - { offsetInCU: 0x1437, offset: 0x1CF553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB34, symBinAddr: 0x20DE6C, symSize: 0x8 }
+ - { offsetInCU: 0x1464, offset: 0x1CF580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xB3C, symBinAddr: 0x20DE74, symSize: 0x1C }
+ - { offsetInCU: 0x14A5, offset: 0x1CF5C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB58, symBinAddr: 0x20DE90, symSize: 0x4 }
+ - { offsetInCU: 0x14C5, offset: 0x1CF5E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB58, symBinAddr: 0x20DE90, symSize: 0x4 }
+ - { offsetInCU: 0x14D7, offset: 0x1CF5F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB5C, symBinAddr: 0x20DE94, symSize: 0x8 }
+ - { offsetInCU: 0x14F3, offset: 0x1CF60F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB64, symBinAddr: 0x20DE9C, symSize: 0x8 }
+ - { offsetInCU: 0x1520, offset: 0x1CF63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xB6C, symBinAddr: 0x20DEA4, symSize: 0x1C }
+ - { offsetInCU: 0x1561, offset: 0x1CF67D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB88, symBinAddr: 0x20DEC0, symSize: 0x4 }
+ - { offsetInCU: 0x1581, offset: 0x1CF69D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB88, symBinAddr: 0x20DEC0, symSize: 0x4 }
+ - { offsetInCU: 0x1593, offset: 0x1CF6AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB8C, symBinAddr: 0x20DEC4, symSize: 0x8 }
+ - { offsetInCU: 0x15AF, offset: 0x1CF6CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB94, symBinAddr: 0x20DECC, symSize: 0x8 }
+ - { offsetInCU: 0x15DC, offset: 0x1CF6F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xB9C, symBinAddr: 0x20DED4, symSize: 0x1C }
+ - { offsetInCU: 0x161D, offset: 0x1CF739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0x20DEF0, symSize: 0x4 }
+ - { offsetInCU: 0x163D, offset: 0x1CF759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0x20DEF0, symSize: 0x4 }
+ - { offsetInCU: 0x164F, offset: 0x1CF76B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0xBBC, symBinAddr: 0x20DEF4, symSize: 0x8 }
+ - { offsetInCU: 0x166B, offset: 0x1CF787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xBC4, symBinAddr: 0x20DEFC, symSize: 0x8 }
+ - { offsetInCU: 0x1698, offset: 0x1CF7B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xBCC, symBinAddr: 0x20DF04, symSize: 0x1C }
+ - { offsetInCU: 0x16D9, offset: 0x1CF7F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBE8, symBinAddr: 0x20DF20, symSize: 0x4 }
+ - { offsetInCU: 0x16F9, offset: 0x1CF815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBE8, symBinAddr: 0x20DF20, symSize: 0x4 }
+ - { offsetInCU: 0x170B, offset: 0x1CF827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xBEC, symBinAddr: 0x20DF24, symSize: 0x8 }
+ - { offsetInCU: 0x1727, offset: 0x1CF843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xBF4, symBinAddr: 0x20DF2C, symSize: 0x8 }
+ - { offsetInCU: 0x1754, offset: 0x1CF870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xBFC, symBinAddr: 0x20DF34, symSize: 0x1C }
+ - { offsetInCU: 0x1795, offset: 0x1CF8B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC18, symBinAddr: 0x20DF50, symSize: 0x4 }
+ - { offsetInCU: 0x17B5, offset: 0x1CF8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC18, symBinAddr: 0x20DF50, symSize: 0x4 }
+ - { offsetInCU: 0x17C7, offset: 0x1CF8E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC1C, symBinAddr: 0x20DF54, symSize: 0x8 }
+ - { offsetInCU: 0x17E3, offset: 0x1CF8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC24, symBinAddr: 0x20DF5C, symSize: 0x8 }
+ - { offsetInCU: 0x1810, offset: 0x1CF92C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xC2C, symBinAddr: 0x20DF64, symSize: 0x1C }
+ - { offsetInCU: 0x1851, offset: 0x1CF96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC48, symBinAddr: 0x20DF80, symSize: 0x4 }
+ - { offsetInCU: 0x1871, offset: 0x1CF98D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC48, symBinAddr: 0x20DF80, symSize: 0x4 }
+ - { offsetInCU: 0x1883, offset: 0x1CF99F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC4C, symBinAddr: 0x20DF84, symSize: 0x8 }
+ - { offsetInCU: 0x189F, offset: 0x1CF9BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC54, symBinAddr: 0x20DF8C, symSize: 0x8 }
+ - { offsetInCU: 0x18CC, offset: 0x1CF9E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xC5C, symBinAddr: 0x20DF94, symSize: 0x1C }
+ - { offsetInCU: 0x190D, offset: 0x1CFA29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC78, symBinAddr: 0x20DFB0, symSize: 0x4 }
+ - { offsetInCU: 0x192D, offset: 0x1CFA49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC78, symBinAddr: 0x20DFB0, symSize: 0x4 }
+ - { offsetInCU: 0x193F, offset: 0x1CFA5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC7C, symBinAddr: 0x20DFB4, symSize: 0x8 }
+ - { offsetInCU: 0x195B, offset: 0x1CFA77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC84, symBinAddr: 0x20DFBC, symSize: 0x8 }
+ - { offsetInCU: 0x1988, offset: 0x1CFAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xC8C, symBinAddr: 0x20DFC4, symSize: 0x1C }
+ - { offsetInCU: 0x19C9, offset: 0x1CFAE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCA8, symBinAddr: 0x20DFE0, symSize: 0x4 }
+ - { offsetInCU: 0x19E9, offset: 0x1CFB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCA8, symBinAddr: 0x20DFE0, symSize: 0x4 }
+ - { offsetInCU: 0x19FB, offset: 0x1CFB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xCAC, symBinAddr: 0x20DFE4, symSize: 0x8 }
+ - { offsetInCU: 0x1A17, offset: 0x1CFB33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xCB4, symBinAddr: 0x20DFEC, symSize: 0x8 }
+ - { offsetInCU: 0x1A44, offset: 0x1CFB60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xCBC, symBinAddr: 0x20DFF4, symSize: 0x1C }
+ - { offsetInCU: 0x1A85, offset: 0x1CFBA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCD8, symBinAddr: 0x20E010, symSize: 0x4 }
+ - { offsetInCU: 0x1AA5, offset: 0x1CFBC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCD8, symBinAddr: 0x20E010, symSize: 0x4 }
+ - { offsetInCU: 0x1AB7, offset: 0x1CFBD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xCDC, symBinAddr: 0x20E014, symSize: 0x8 }
+ - { offsetInCU: 0x1AD3, offset: 0x1CFBEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xCE4, symBinAddr: 0x20E01C, symSize: 0x8 }
+ - { offsetInCU: 0x1B00, offset: 0x1CFC1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xCEC, symBinAddr: 0x20E024, symSize: 0x1C }
+ - { offsetInCU: 0x1B41, offset: 0x1CFC5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD08, symBinAddr: 0x20E040, symSize: 0x4 }
+ - { offsetInCU: 0x1B61, offset: 0x1CFC7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD08, symBinAddr: 0x20E040, symSize: 0x4 }
+ - { offsetInCU: 0x1B73, offset: 0x1CFC8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD0C, symBinAddr: 0x20E044, symSize: 0x8 }
+ - { offsetInCU: 0x1B8F, offset: 0x1CFCAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xD14, symBinAddr: 0x20E04C, symSize: 0x8 }
+ - { offsetInCU: 0x1BBC, offset: 0x1CFCD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xD1C, symBinAddr: 0x20E054, symSize: 0x1C }
+ - { offsetInCU: 0x1BFD, offset: 0x1CFD19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD38, symBinAddr: 0x20E070, symSize: 0x4 }
+ - { offsetInCU: 0x1C1D, offset: 0x1CFD39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD38, symBinAddr: 0x20E070, symSize: 0x4 }
+ - { offsetInCU: 0x1C2F, offset: 0x1CFD4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD3C, symBinAddr: 0x20E074, symSize: 0x8 }
+ - { offsetInCU: 0x1C4B, offset: 0x1CFD67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xD44, symBinAddr: 0x20E07C, symSize: 0x8 }
+ - { offsetInCU: 0x1C78, offset: 0x1CFD94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xD4C, symBinAddr: 0x20E084, symSize: 0x1C }
+ - { offsetInCU: 0x1CB9, offset: 0x1CFDD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD68, symBinAddr: 0x20E0A0, symSize: 0x4 }
+ - { offsetInCU: 0x1CD9, offset: 0x1CFDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD68, symBinAddr: 0x20E0A0, symSize: 0x4 }
+ - { offsetInCU: 0x1CEB, offset: 0x1CFE07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD6C, symBinAddr: 0x20E0A4, symSize: 0x8 }
+ - { offsetInCU: 0x1D07, offset: 0x1CFE23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xD74, symBinAddr: 0x20E0AC, symSize: 0x8 }
+ - { offsetInCU: 0x1D34, offset: 0x1CFE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xD7C, symBinAddr: 0x20E0B4, symSize: 0x1C }
+ - { offsetInCU: 0x1D75, offset: 0x1CFE91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD98, symBinAddr: 0x20E0D0, symSize: 0x4 }
+ - { offsetInCU: 0x1D95, offset: 0x1CFEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD98, symBinAddr: 0x20E0D0, symSize: 0x4 }
+ - { offsetInCU: 0x1DA7, offset: 0x1CFEC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD9C, symBinAddr: 0x20E0D4, symSize: 0x8 }
+ - { offsetInCU: 0x1DC3, offset: 0x1CFEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xDA4, symBinAddr: 0x20E0DC, symSize: 0x8 }
+ - { offsetInCU: 0x1DF0, offset: 0x1CFF0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xDAC, symBinAddr: 0x20E0E4, symSize: 0x1C }
+ - { offsetInCU: 0x1E31, offset: 0x1CFF4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDC8, symBinAddr: 0x20E100, symSize: 0x4 }
+ - { offsetInCU: 0x1E51, offset: 0x1CFF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDC8, symBinAddr: 0x20E100, symSize: 0x4 }
+ - { offsetInCU: 0x1E63, offset: 0x1CFF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDCC, symBinAddr: 0x20E104, symSize: 0x8 }
+ - { offsetInCU: 0x1E7F, offset: 0x1CFF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xDD4, symBinAddr: 0x20E10C, symSize: 0x8 }
+ - { offsetInCU: 0x1EAC, offset: 0x1CFFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xDDC, symBinAddr: 0x20E114, symSize: 0x1C }
+ - { offsetInCU: 0x1EED, offset: 0x1D0009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDF8, symBinAddr: 0x20E130, symSize: 0x4 }
+ - { offsetInCU: 0x1F0D, offset: 0x1D0029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDF8, symBinAddr: 0x20E130, symSize: 0x4 }
+ - { offsetInCU: 0x1F1F, offset: 0x1D003B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDFC, symBinAddr: 0x20E134, symSize: 0x8 }
+ - { offsetInCU: 0x1F3B, offset: 0x1D0057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE04, symBinAddr: 0x20E13C, symSize: 0x8 }
+ - { offsetInCU: 0x1F66, offset: 0x1D0082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE0C, symBinAddr: 0x20E144, symSize: 0x4 }
+ - { offsetInCU: 0x1F86, offset: 0x1D00A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE0C, symBinAddr: 0x20E144, symSize: 0x4 }
+ - { offsetInCU: 0x1F98, offset: 0x1D00B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE10, symBinAddr: 0x20E148, symSize: 0x8 }
+ - { offsetInCU: 0x1FC5, offset: 0x1D00E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xE18, symBinAddr: 0x20E150, symSize: 0x1C }
+ - { offsetInCU: 0x2006, offset: 0x1D0122, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE34, symBinAddr: 0x20E16C, symSize: 0x4 }
+ - { offsetInCU: 0x2026, offset: 0x1D0142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE34, symBinAddr: 0x20E16C, symSize: 0x4 }
+ - { offsetInCU: 0x2038, offset: 0x1D0154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE38, symBinAddr: 0x20E170, symSize: 0x8 }
+ - { offsetInCU: 0x2054, offset: 0x1D0170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE40, symBinAddr: 0x20E178, symSize: 0x8 }
+ - { offsetInCU: 0x2081, offset: 0x1D019D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xE48, symBinAddr: 0x20E180, symSize: 0x1C }
+ - { offsetInCU: 0x20C2, offset: 0x1D01DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE64, symBinAddr: 0x20E19C, symSize: 0x4 }
+ - { offsetInCU: 0x20E2, offset: 0x1D01FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE64, symBinAddr: 0x20E19C, symSize: 0x4 }
+ - { offsetInCU: 0x20F4, offset: 0x1D0210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE68, symBinAddr: 0x20E1A0, symSize: 0x8 }
+ - { offsetInCU: 0x2110, offset: 0x1D022C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE70, symBinAddr: 0x20E1A8, symSize: 0x8 }
+ - { offsetInCU: 0x213D, offset: 0x1D0259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xE78, symBinAddr: 0x20E1B0, symSize: 0x1C }
+ - { offsetInCU: 0x217E, offset: 0x1D029A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE94, symBinAddr: 0x20E1CC, symSize: 0x4 }
+ - { offsetInCU: 0x219E, offset: 0x1D02BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE94, symBinAddr: 0x20E1CC, symSize: 0x4 }
+ - { offsetInCU: 0x21B0, offset: 0x1D02CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE98, symBinAddr: 0x20E1D0, symSize: 0x8 }
+ - { offsetInCU: 0x21CC, offset: 0x1D02E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xEA0, symBinAddr: 0x20E1D8, symSize: 0x8 }
+ - { offsetInCU: 0x21F9, offset: 0x1D0315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xEA8, symBinAddr: 0x20E1E0, symSize: 0x1C }
+ - { offsetInCU: 0x223A, offset: 0x1D0356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xEC4, symBinAddr: 0x20E1FC, symSize: 0x4 }
+ - { offsetInCU: 0x225A, offset: 0x1D0376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xEC4, symBinAddr: 0x20E1FC, symSize: 0x4 }
+ - { offsetInCU: 0x226C, offset: 0x1D0388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xEC8, symBinAddr: 0x20E200, symSize: 0x8 }
+ - { offsetInCU: 0x2288, offset: 0x1D03A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xED0, symBinAddr: 0x20E208, symSize: 0x8 }
+ - { offsetInCU: 0x22B5, offset: 0x1D03D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xED8, symBinAddr: 0x20E210, symSize: 0x1C }
+ - { offsetInCU: 0x22F6, offset: 0x1D0412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xEF4, symBinAddr: 0x20E22C, symSize: 0x4 }
+ - { offsetInCU: 0x2316, offset: 0x1D0432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xEF4, symBinAddr: 0x20E22C, symSize: 0x4 }
+ - { offsetInCU: 0x2328, offset: 0x1D0444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xEF8, symBinAddr: 0x20E230, symSize: 0x8 }
+ - { offsetInCU: 0x2344, offset: 0x1D0460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xF00, symBinAddr: 0x20E238, symSize: 0x8 }
+ - { offsetInCU: 0x2371, offset: 0x1D048D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xF08, symBinAddr: 0x20E240, symSize: 0x1C }
+ - { offsetInCU: 0x23B2, offset: 0x1D04CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF24, symBinAddr: 0x20E25C, symSize: 0x4 }
+ - { offsetInCU: 0x23D2, offset: 0x1D04EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF24, symBinAddr: 0x20E25C, symSize: 0x4 }
+ - { offsetInCU: 0x23E4, offset: 0x1D0500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xF28, symBinAddr: 0x20E260, symSize: 0x8 }
+ - { offsetInCU: 0x2400, offset: 0x1D051C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xF30, symBinAddr: 0x20E268, symSize: 0x8 }
+ - { offsetInCU: 0x242D, offset: 0x1D0549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xF38, symBinAddr: 0x20E270, symSize: 0x1C }
+ - { offsetInCU: 0x246E, offset: 0x1D058A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF54, symBinAddr: 0x20E28C, symSize: 0x4 }
+ - { offsetInCU: 0x248E, offset: 0x1D05AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF54, symBinAddr: 0x20E28C, symSize: 0x4 }
+ - { offsetInCU: 0x24A0, offset: 0x1D05BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xF58, symBinAddr: 0x20E290, symSize: 0x8 }
+ - { offsetInCU: 0x24BC, offset: 0x1D05D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP06shouldE0SbvgTW', symObjAddr: 0xF60, symBinAddr: 0x20E298, symSize: 0x8 }
+ - { offsetInCU: 0x24E9, offset: 0x1D0605, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP7headersSayAA0I6HeaderOGvgTW', symObjAddr: 0xF68, symBinAddr: 0x20E2A0, symSize: 0x1C }
+ - { offsetInCU: 0x252A, offset: 0x1D0646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF84, symBinAddr: 0x20E2BC, symSize: 0x4 }
+ - { offsetInCU: 0x254A, offset: 0x1D0666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF84, symBinAddr: 0x20E2BC, symSize: 0x4 }
+ - { offsetInCU: 0x255C, offset: 0x1D0678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xF88, symBinAddr: 0x20E2C0, symSize: 0x8 }
+ - { offsetInCU: 0x2578, offset: 0x1D0694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP06shouldF0SbvgTW', symObjAddr: 0xF90, symBinAddr: 0x20E2C8, symSize: 0x8 }
+ - { offsetInCU: 0x25A5, offset: 0x1D06C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xF98, symBinAddr: 0x20E2D0, symSize: 0x1C }
+ - { offsetInCU: 0x25E6, offset: 0x1D0702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xFB4, symBinAddr: 0x20E2EC, symSize: 0x4 }
+ - { offsetInCU: 0x2606, offset: 0x1D0722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xFB4, symBinAddr: 0x20E2EC, symSize: 0x4 }
+ - { offsetInCU: 0x2618, offset: 0x1D0734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xFB8, symBinAddr: 0x20E2F0, symSize: 0x8 }
+ - { offsetInCU: 0x2634, offset: 0x1D0750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xFC0, symBinAddr: 0x20E2F8, symSize: 0x8 }
+ - { offsetInCU: 0x2661, offset: 0x1D077D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xFC8, symBinAddr: 0x20E300, symSize: 0x1C }
+ - { offsetInCU: 0x26A2, offset: 0x1D07BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xFE4, symBinAddr: 0x20E31C, symSize: 0x4 }
+ - { offsetInCU: 0x26C2, offset: 0x1D07DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xFE4, symBinAddr: 0x20E31C, symSize: 0x4 }
+ - { offsetInCU: 0x26D4, offset: 0x1D07F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xFE8, symBinAddr: 0x20E320, symSize: 0x8 }
+ - { offsetInCU: 0x26F0, offset: 0x1D080C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xFF0, symBinAddr: 0x20E328, symSize: 0x8 }
+ - { offsetInCU: 0x271D, offset: 0x1D0839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xFF8, symBinAddr: 0x20E330, symSize: 0x1C }
+ - { offsetInCU: 0x275E, offset: 0x1D087A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1014, symBinAddr: 0x20E34C, symSize: 0x4 }
+ - { offsetInCU: 0x277E, offset: 0x1D089A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1014, symBinAddr: 0x20E34C, symSize: 0x4 }
+ - { offsetInCU: 0x2790, offset: 0x1D08AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1018, symBinAddr: 0x20E350, symSize: 0x8 }
+ - { offsetInCU: 0x27AC, offset: 0x1D08C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1020, symBinAddr: 0x20E358, symSize: 0x8 }
+ - { offsetInCU: 0x27D9, offset: 0x1D08F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x1028, symBinAddr: 0x20E360, symSize: 0x1C }
+ - { offsetInCU: 0x281A, offset: 0x1D0936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1044, symBinAddr: 0x20E37C, symSize: 0x4 }
+ - { offsetInCU: 0x283A, offset: 0x1D0956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1044, symBinAddr: 0x20E37C, symSize: 0x4 }
+ - { offsetInCU: 0x284C, offset: 0x1D0968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1048, symBinAddr: 0x20E380, symSize: 0x8 }
+ - { offsetInCU: 0x2868, offset: 0x1D0984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1050, symBinAddr: 0x20E388, symSize: 0x8 }
+ - { offsetInCU: 0x2895, offset: 0x1D09B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1058, symBinAddr: 0x20E390, symSize: 0x1C }
+ - { offsetInCU: 0x28D6, offset: 0x1D09F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1074, symBinAddr: 0x20E3AC, symSize: 0x4 }
+ - { offsetInCU: 0x28F6, offset: 0x1D0A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1074, symBinAddr: 0x20E3AC, symSize: 0x4 }
+ - { offsetInCU: 0x2908, offset: 0x1D0A24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1078, symBinAddr: 0x20E3B0, symSize: 0x8 }
+ - { offsetInCU: 0x2924, offset: 0x1D0A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1080, symBinAddr: 0x20E3B8, symSize: 0x8 }
+ - { offsetInCU: 0x2951, offset: 0x1D0A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1088, symBinAddr: 0x20E3C0, symSize: 0x1C }
+ - { offsetInCU: 0x2992, offset: 0x1D0AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x10A4, symBinAddr: 0x20E3DC, symSize: 0x4 }
+ - { offsetInCU: 0x29B2, offset: 0x1D0ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x10A4, symBinAddr: 0x20E3DC, symSize: 0x4 }
+ - { offsetInCU: 0x29C4, offset: 0x1D0AE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x10A8, symBinAddr: 0x20E3E0, symSize: 0x8 }
+ - { offsetInCU: 0x29E0, offset: 0x1D0AFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x10B0, symBinAddr: 0x20E3E8, symSize: 0x8 }
+ - { offsetInCU: 0x2A0D, offset: 0x1D0B29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x10B8, symBinAddr: 0x20E3F0, symSize: 0x1C }
+ - { offsetInCU: 0x2A4E, offset: 0x1D0B6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x10D4, symBinAddr: 0x20E40C, symSize: 0x4 }
+ - { offsetInCU: 0x2A6E, offset: 0x1D0B8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x10D4, symBinAddr: 0x20E40C, symSize: 0x4 }
+ - { offsetInCU: 0x2A80, offset: 0x1D0B9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x10D8, symBinAddr: 0x20E410, symSize: 0x8 }
+ - { offsetInCU: 0x2A9C, offset: 0x1D0BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x10E0, symBinAddr: 0x20E418, symSize: 0x8 }
+ - { offsetInCU: 0x2AC9, offset: 0x1D0BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x10E8, symBinAddr: 0x20E420, symSize: 0x1C }
+ - { offsetInCU: 0x2B0A, offset: 0x1D0C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1104, symBinAddr: 0x20E43C, symSize: 0x4 }
+ - { offsetInCU: 0x2B2A, offset: 0x1D0C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1104, symBinAddr: 0x20E43C, symSize: 0x4 }
+ - { offsetInCU: 0x2B3C, offset: 0x1D0C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1108, symBinAddr: 0x20E440, symSize: 0x8 }
+ - { offsetInCU: 0x2B58, offset: 0x1D0C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1110, symBinAddr: 0x20E448, symSize: 0x8 }
+ - { offsetInCU: 0x2B85, offset: 0x1D0CA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1118, symBinAddr: 0x20E450, symSize: 0x1C }
+ - { offsetInCU: 0x2BC6, offset: 0x1D0CE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1134, symBinAddr: 0x20E46C, symSize: 0x4 }
+ - { offsetInCU: 0x2BE6, offset: 0x1D0D02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1134, symBinAddr: 0x20E46C, symSize: 0x4 }
+ - { offsetInCU: 0x2BF8, offset: 0x1D0D14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1138, symBinAddr: 0x20E470, symSize: 0x8 }
+ - { offsetInCU: 0x2C14, offset: 0x1D0D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1140, symBinAddr: 0x20E478, symSize: 0x8 }
+ - { offsetInCU: 0x2C41, offset: 0x1D0D5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1148, symBinAddr: 0x20E480, symSize: 0x1C }
+ - { offsetInCU: 0x2C82, offset: 0x1D0D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1164, symBinAddr: 0x20E49C, symSize: 0x4 }
+ - { offsetInCU: 0x2CA2, offset: 0x1D0DBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1164, symBinAddr: 0x20E49C, symSize: 0x4 }
+ - { offsetInCU: 0x2CB4, offset: 0x1D0DD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1168, symBinAddr: 0x20E4A0, symSize: 0x8 }
+ - { offsetInCU: 0x2CD0, offset: 0x1D0DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1170, symBinAddr: 0x20E4A8, symSize: 0x8 }
+ - { offsetInCU: 0x2DC3, offset: 0x1D0EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE03urlD07baseURL10Foundation10URLRequestVSgAF0G0V_tF', symObjAddr: 0x1178, symBinAddr: 0x20E4B0, symSize: 0x470 }
+ - { offsetInCU: 0x2FE5, offset: 0x1D1101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderO4dataSS3key_SS5valuetvg', symObjAddr: 0x15E8, symBinAddr: 0x20E920, symSize: 0x50 }
+ - { offsetInCU: 0x3014, offset: 0x1D1130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderO11descriptionSSvg', symObjAddr: 0x2B50, symBinAddr: 0x20FE88, symSize: 0x7C }
+ - { offsetInCU: 0x316E, offset: 0x1D128A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2BCC, symBinAddr: 0x20FF04, symSize: 0xC }
+ - { offsetInCU: 0x319C, offset: 0x1D12B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1638, symBinAddr: 0x20E970, symSize: 0x1C }
+ - { offsetInCU: 0x31DD, offset: 0x1D12F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1654, symBinAddr: 0x20E98C, symSize: 0x4 }
+ - { offsetInCU: 0x31FD, offset: 0x1D1319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1654, symBinAddr: 0x20E98C, symSize: 0x4 }
+ - { offsetInCU: 0x320F, offset: 0x1D132B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1658, symBinAddr: 0x20E990, symSize: 0x8 }
+ - { offsetInCU: 0x322B, offset: 0x1D1347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1660, symBinAddr: 0x20E998, symSize: 0x8 }
+ - { offsetInCU: 0x3258, offset: 0x1D1374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1668, symBinAddr: 0x20E9A0, symSize: 0x1C }
+ - { offsetInCU: 0x3299, offset: 0x1D13B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1684, symBinAddr: 0x20E9BC, symSize: 0x4 }
+ - { offsetInCU: 0x32B9, offset: 0x1D13D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1684, symBinAddr: 0x20E9BC, symSize: 0x4 }
+ - { offsetInCU: 0x32CB, offset: 0x1D13E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1688, symBinAddr: 0x20E9C0, symSize: 0x8 }
+ - { offsetInCU: 0x32E7, offset: 0x1D1403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1690, symBinAddr: 0x20E9C8, symSize: 0x8 }
+ - { offsetInCU: 0x3314, offset: 0x1D1430, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1698, symBinAddr: 0x20E9D0, symSize: 0x1C }
+ - { offsetInCU: 0x3355, offset: 0x1D1471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x16B4, symBinAddr: 0x20E9EC, symSize: 0x4 }
+ - { offsetInCU: 0x3375, offset: 0x1D1491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x16B4, symBinAddr: 0x20E9EC, symSize: 0x4 }
+ - { offsetInCU: 0x3387, offset: 0x1D14A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x16B8, symBinAddr: 0x20E9F0, symSize: 0x8 }
+ - { offsetInCU: 0x33A3, offset: 0x1D14BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x16C0, symBinAddr: 0x20E9F8, symSize: 0x8 }
+ - { offsetInCU: 0x33D0, offset: 0x1D14EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x16C8, symBinAddr: 0x20EA00, symSize: 0x1C }
+ - { offsetInCU: 0x3411, offset: 0x1D152D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x16E4, symBinAddr: 0x20EA1C, symSize: 0x4 }
+ - { offsetInCU: 0x3431, offset: 0x1D154D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x16E4, symBinAddr: 0x20EA1C, symSize: 0x4 }
+ - { offsetInCU: 0x3443, offset: 0x1D155F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x16E8, symBinAddr: 0x20EA20, symSize: 0x8 }
+ - { offsetInCU: 0x345F, offset: 0x1D157B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x16F0, symBinAddr: 0x20EA28, symSize: 0x8 }
+ - { offsetInCU: 0x348C, offset: 0x1D15A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x16F8, symBinAddr: 0x20EA30, symSize: 0x1C }
+ - { offsetInCU: 0x34CD, offset: 0x1D15E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1714, symBinAddr: 0x20EA4C, symSize: 0x4 }
+ - { offsetInCU: 0x34ED, offset: 0x1D1609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1714, symBinAddr: 0x20EA4C, symSize: 0x4 }
+ - { offsetInCU: 0x34FF, offset: 0x1D161B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0x1718, symBinAddr: 0x20EA50, symSize: 0x8 }
+ - { offsetInCU: 0x351B, offset: 0x1D1637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1720, symBinAddr: 0x20EA58, symSize: 0x8 }
+ - { offsetInCU: 0x355D, offset: 0x1D1679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodO8rawValueACSgSS_tcfC', symObjAddr: 0x1728, symBinAddr: 0x20EA60, symSize: 0x74 }
+ - { offsetInCU: 0x3589, offset: 0x1D16A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodO8rawValueSSvg', symObjAddr: 0x179C, symBinAddr: 0x20EAD4, symSize: 0x20 }
+ - { offsetInCU: 0x35C6, offset: 0x1D16E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x1940, symBinAddr: 0x20EC78, symSize: 0x78 }
+ - { offsetInCU: 0x3607, offset: 0x1D1723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x19B8, symBinAddr: 0x20ECF0, symSize: 0x28 }
+ - { offsetInCU: 0x3740, offset: 0x1D185C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE14makeComponents33_76D926E0BC75255962A1E1B5B2BA44B9LL7baseURL10Foundation13URLComponentsVAG0Q0VSg_tKF', symObjAddr: 0x19E0, symBinAddr: 0x20ED18, symSize: 0x520 }
+ - { offsetInCU: 0x3A32, offset: 0x1D1B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE04makeD033_76D926E0BC75255962A1E1B5B2BA44B9LL3url10Foundation10URLRequestVAG3URLVSg_tKF', symObjAddr: 0x1F00, symBinAddr: 0x20F238, symSize: 0x1AC }
+ - { offsetInCU: 0x3ADB, offset: 0x1D1BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE8httpBody33_76D926E0BC75255962A1E1B5B2BA44B9LL10Foundation4DataVSgyF', symObjAddr: 0x2350, symBinAddr: 0x20F688, symSize: 0x2FC }
+ - { offsetInCU: 0x3B51, offset: 0x1D1C6D, size: 0x8, addend: 0x0, symName: '_$sSE13SendBirdCallsE12toDictionary11keyStrategySDySSypGSg10Foundation11JSONEncoderC011KeyEncodingG0O_tF', symObjAddr: 0x28B8, symBinAddr: 0x20FBF0, symSize: 0x298 }
+ - { offsetInCU: 0x3C39, offset: 0x1D1D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO20localizedDescriptionSSvg', symObjAddr: 0x2BD8, symBinAddr: 0x20FF10, symSize: 0x34 }
+ - { offsetInCU: 0x3C64, offset: 0x1D1D80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO2eeoiySbAC_ACtFZ', symObjAddr: 0x2C0C, symBinAddr: 0x20FF44, symSize: 0x10 }
+ - { offsetInCU: 0x3C8C, offset: 0x1D1DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x2C1C, symBinAddr: 0x20FF54, symSize: 0x24 }
+ - { offsetInCU: 0x3D22, offset: 0x1D1E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO9hashValueSivg', symObjAddr: 0x2C40, symBinAddr: 0x20FF78, symSize: 0x44 }
+ - { offsetInCU: 0x3E1C, offset: 0x1D1F38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C84, symBinAddr: 0x20FFBC, symSize: 0x18 }
+ - { offsetInCU: 0x3E7A, offset: 0x1D1F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2C9C, symBinAddr: 0x20FFD4, symSize: 0x44 }
+ - { offsetInCU: 0x3F5D, offset: 0x1D2079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2CE0, symBinAddr: 0x210018, symSize: 0x28 }
+ - { offsetInCU: 0x3FF7, offset: 0x1D2113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x2E50, symBinAddr: 0x210188, symSize: 0x1C }
+ - { offsetInCU: 0x4038, offset: 0x1D2154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2E6C, symBinAddr: 0x2101A4, symSize: 0x4 }
+ - { offsetInCU: 0x4058, offset: 0x1D2174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2E6C, symBinAddr: 0x2101A4, symSize: 0x4 }
+ - { offsetInCU: 0x406A, offset: 0x1D2186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x2E70, symBinAddr: 0x2101A8, symSize: 0x8 }
+ - { offsetInCU: 0x4086, offset: 0x1D21A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x2E78, symBinAddr: 0x2101B0, symSize: 0x8 }
+ - { offsetInCU: 0x40B3, offset: 0x1D21CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x2E80, symBinAddr: 0x2101B8, symSize: 0x1C }
+ - { offsetInCU: 0x40F4, offset: 0x1D2210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2E9C, symBinAddr: 0x2101D4, symSize: 0x4 }
+ - { offsetInCU: 0x4114, offset: 0x1D2230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2E9C, symBinAddr: 0x2101D4, symSize: 0x4 }
+ - { offsetInCU: 0x4126, offset: 0x1D2242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x2EA0, symBinAddr: 0x2101D8, symSize: 0x8 }
+ - { offsetInCU: 0x4142, offset: 0x1D225E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x2EA8, symBinAddr: 0x2101E0, symSize: 0x8 }
+ - { offsetInCU: 0x41CE, offset: 0x1D22EA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV6filteryAByxq_GSbx3key_q_5valuet_tKXEKFSS_SSTg5138$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyFSbSS3key_SS5valuet_tXEfU_Tf1cn_n', symObjAddr: 0x2EB0, symBinAddr: 0x2101E8, symSize: 0x218 }
+ - { offsetInCU: 0x4266, offset: 0x1D2382, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV6filteryAByxq_GSbx3key_q_5valuet_tKXEKFADs13_UnsafeBitsetVKXEfU_SS_SSTg5138$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyFSbSS3key_SS5valuet_tXEfU_Tf1nnc_n', symObjAddr: 0x30C8, symBinAddr: 0x210400, symSize: 0x18C }
+ - { offsetInCU: 0x4326, offset: 0x1D2442, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV07extractB05using5countAByxq_Gs13_UnsafeBitsetV_SitFSS_SSTg5', symObjAddr: 0x3254, symBinAddr: 0x21058C, symSize: 0x284 }
+ - { offsetInCU: 0x4402, offset: 0x1D251E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10apiVersionSSvgAA010CreateRoomD0V_Tg5Tf4d_n', symObjAddr: 0x34D8, symBinAddr: 0x210810, symSize: 0x10 }
+ - { offsetInCU: 0x4420, offset: 0x1D253C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASQWb', symObjAddr: 0x3708, symBinAddr: 0x210820, symSize: 0x4 }
+ - { offsetInCU: 0x4434, offset: 0x1D2550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOACSQAAWl', symObjAddr: 0x370C, symBinAddr: 0x210824, symSize: 0x44 }
+ - { offsetInCU: 0x4448, offset: 0x1D2564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASQWb', symObjAddr: 0x3750, symBinAddr: 0x210868, symSize: 0x4 }
+ - { offsetInCU: 0x445C, offset: 0x1D2578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOACSQAAWl', symObjAddr: 0x3754, symBinAddr: 0x21086C, symSize: 0x44 }
+ - { offsetInCU: 0x4470, offset: 0x1D258C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwet', symObjAddr: 0x37A8, symBinAddr: 0x2108B0, symSize: 0x90 }
+ - { offsetInCU: 0x4484, offset: 0x1D25A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwst', symObjAddr: 0x3838, symBinAddr: 0x210940, symSize: 0xBC }
+ - { offsetInCU: 0x4498, offset: 0x1D25B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwug', symObjAddr: 0x38F4, symBinAddr: 0x2109FC, symSize: 0x8 }
+ - { offsetInCU: 0x44AC, offset: 0x1D25C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwup', symObjAddr: 0x38FC, symBinAddr: 0x210A04, symSize: 0x4 }
+ - { offsetInCU: 0x44C0, offset: 0x1D25DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwui', symObjAddr: 0x3900, symBinAddr: 0x210A08, symSize: 0x8 }
+ - { offsetInCU: 0x44D4, offset: 0x1D25F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOMa', symObjAddr: 0x3908, symBinAddr: 0x210A10, symSize: 0x10 }
+ - { offsetInCU: 0x44E8, offset: 0x1D2604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwCP', symObjAddr: 0x3948, symBinAddr: 0x210A50, symSize: 0x30 }
+ - { offsetInCU: 0x44FC, offset: 0x1D2618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwxx', symObjAddr: 0x3978, symBinAddr: 0x210A80, symSize: 0x28 }
+ - { offsetInCU: 0x4510, offset: 0x1D262C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwcp', symObjAddr: 0x39A0, symBinAddr: 0x210AA8, symSize: 0x3C }
+ - { offsetInCU: 0x4524, offset: 0x1D2640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwca', symObjAddr: 0x39DC, symBinAddr: 0x210AE4, symSize: 0x6C }
+ - { offsetInCU: 0x4538, offset: 0x1D2654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwta', symObjAddr: 0x3A54, symBinAddr: 0x210B50, symSize: 0x44 }
+ - { offsetInCU: 0x454C, offset: 0x1D2668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwet', symObjAddr: 0x3A98, symBinAddr: 0x210B94, symSize: 0x48 }
+ - { offsetInCU: 0x4560, offset: 0x1D267C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwst', symObjAddr: 0x3AE0, symBinAddr: 0x210BDC, symSize: 0x40 }
+ - { offsetInCU: 0x4574, offset: 0x1D2690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwug', symObjAddr: 0x3B20, symBinAddr: 0x210C1C, symSize: 0x8 }
+ - { offsetInCU: 0x4588, offset: 0x1D26A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwup', symObjAddr: 0x3B28, symBinAddr: 0x210C24, symSize: 0x4 }
+ - { offsetInCU: 0x459C, offset: 0x1D26B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwui', symObjAddr: 0x3B2C, symBinAddr: 0x210C28, symSize: 0x4 }
+ - { offsetInCU: 0x45B0, offset: 0x1D26CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOMa', symObjAddr: 0x3B30, symBinAddr: 0x210C2C, symSize: 0x10 }
+ - { offsetInCU: 0x45C4, offset: 0x1D26E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwet', symObjAddr: 0x3B40, symBinAddr: 0x210C3C, symSize: 0x90 }
+ - { offsetInCU: 0x45D8, offset: 0x1D26F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwst', symObjAddr: 0x3BD0, symBinAddr: 0x210CCC, symSize: 0xBC }
+ - { offsetInCU: 0x45EC, offset: 0x1D2708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwug', symObjAddr: 0x3C8C, symBinAddr: 0x210D88, symSize: 0x8 }
+ - { offsetInCU: 0x4600, offset: 0x1D271C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwup', symObjAddr: 0x3C94, symBinAddr: 0x210D90, symSize: 0x4 }
+ - { offsetInCU: 0x4614, offset: 0x1D2730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwui', symObjAddr: 0x3C98, symBinAddr: 0x210D94, symSize: 0xC }
+ - { offsetInCU: 0x4628, offset: 0x1D2744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOMa', symObjAddr: 0x3CA4, symBinAddr: 0x210DA0, symSize: 0x10 }
+ - { offsetInCU: 0x463C, offset: 0x1D2758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathVMa', symObjAddr: 0x3CB4, symBinAddr: 0x210DB0, symSize: 0x10 }
+ - { offsetInCU: 0x4650, offset: 0x1D276C, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONEncoderC19KeyEncodingStrategyOSgWOb', symObjAddr: 0x3CC4, symBinAddr: 0x210DC0, symSize: 0x48 }
+ - { offsetInCU: 0x4664, offset: 0x1D2780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOACs0F0AAWl', symObjAddr: 0x3D94, symBinAddr: 0x210E6C, symSize: 0x44 }
+ - { offsetInCU: 0x46D0, offset: 0x1D27EC, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSDyS2SG_10Foundation12URLQueryItemVTg5019$sS2S10Foundation12de56Vs5Error_pIgggrzo_SS3key_SS5valuetACsAD_pIegnrzo_TR021$sG196SSg10Foundation12bc8VIegggr_h5SADs5D148_pIegggrzo_TR095$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12bC23VGSgyFAHSSh_SSSghtcfu0_Tf3nnnpf_nTf3nnpf_nTf1cn_n', symObjAddr: 0x54, symBinAddr: 0x20D38C, symSize: 0x2B4 }
+ - { offsetInCU: 0x4A28, offset: 0x1D2B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x17BC, symBinAddr: 0x20EAF4, symSize: 0x88 }
+ - { offsetInCU: 0x4AD7, offset: 0x1D2BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH9hashValueSivgTW', symObjAddr: 0x1844, symBinAddr: 0x20EB7C, symSize: 0x60 }
+ - { offsetInCU: 0x4B55, offset: 0x1D2C71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18A4, symBinAddr: 0x20EBDC, symSize: 0x40 }
+ - { offsetInCU: 0x4BA7, offset: 0x1D2CC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x18E4, symBinAddr: 0x20EC1C, symSize: 0x5C }
+ - { offsetInCU: 0x4C7F, offset: 0x1D2D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D08, symBinAddr: 0x210040, symSize: 0x40 }
+ - { offsetInCU: 0x4D1B, offset: 0x1D2E37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP7_domainSSvgTW', symObjAddr: 0x2D48, symBinAddr: 0x210080, symSize: 0x4 }
+ - { offsetInCU: 0x4D37, offset: 0x1D2E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP5_codeSivgTW', symObjAddr: 0x2D4C, symBinAddr: 0x210084, symSize: 0x4 }
+ - { offsetInCU: 0x4D53, offset: 0x1D2E6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x2D50, symBinAddr: 0x210088, symSize: 0x4 }
+ - { offsetInCU: 0x4D6F, offset: 0x1D2E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x2D54, symBinAddr: 0x21008C, symSize: 0x4 }
+ - { offsetInCU: 0x27, offset: 0x1D32AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x210EEC, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x1D32D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x210EEC, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1D32E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x210EF8, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1D3301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x210F28, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x1D331D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x210F6C, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x1D3339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x210FA8, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x1D3355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x210FAC, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x1D337A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x210FF4, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x1D346B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x2112F8, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x1D351C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x21140C, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x1D3603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x2114F8, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x1D3662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x211524, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x1D36BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfd', symObjAddr: 0x804, symBinAddr: 0x211558, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x1D3710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x21158C, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x1D3769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x2115C8, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x1D3785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x2115F0, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x1D37A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x211618, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x1D37BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x211668, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x1D37E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x211694, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x1D381B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x2112D8, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x1D38EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x211550, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x1D3B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfC', symObjAddr: 0x0, symBinAddr: 0x211748, symSize: 0x54 }
+ - { offsetInCU: 0x6B, offset: 0x1D3BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvg', symObjAddr: 0x54, symBinAddr: 0x21179C, symSize: 0x34 }
+ - { offsetInCU: 0x87, offset: 0x1D3BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvs', symObjAddr: 0x88, symBinAddr: 0x2117D0, symSize: 0x44 }
+ - { offsetInCU: 0xA3, offset: 0x1D3BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvM', symObjAddr: 0xCC, symBinAddr: 0x211814, symSize: 0x3C }
+ - { offsetInCU: 0xBF, offset: 0x1D3C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x211850, symSize: 0x4 }
+ - { offsetInCU: 0xEA, offset: 0x1D3C38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfc', symObjAddr: 0x10C, symBinAddr: 0x211854, symSize: 0x68 }
+ - { offsetInCU: 0x114, offset: 0x1D3C62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC3add4roomyAA0D0C_tF', symObjAddr: 0x174, symBinAddr: 0x2118BC, symSize: 0x1D0 }
+ - { offsetInCU: 0x2AD, offset: 0x1D3DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6upsert8roomDataAA0D0CAA0dH0V_tF', symObjAddr: 0x344, symBinAddr: 0x211A8C, symSize: 0x2D8 }
+ - { offsetInCU: 0x4BD, offset: 0x1D400B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x61C, symBinAddr: 0x211D64, symSize: 0x294 }
+ - { offsetInCU: 0x650, offset: 0x1D419E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_', symObjAddr: 0x8B0, symBinAddr: 0x211FF8, symSize: 0x1DC }
+ - { offsetInCU: 0x6F1, offset: 0x1D423F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_', symObjAddr: 0xA8C, symBinAddr: 0x2121D4, symSize: 0x64 }
+ - { offsetInCU: 0x72D, offset: 0x1D427B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC09getCachedD02byAA0D0CSgSS_tF', symObjAddr: 0xAF0, symBinAddr: 0x212238, symSize: 0x1DC }
+ - { offsetInCU: 0x852, offset: 0x1D43A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0xCCC, symBinAddr: 0x212414, symSize: 0x29C }
+ - { offsetInCU: 0x9E7, offset: 0x1D4535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA03GetD8ResponseVGcfU_', symObjAddr: 0xF68, symBinAddr: 0x2126B0, symSize: 0x198 }
+ - { offsetInCU: 0xAF7, offset: 0x1D4645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0x1100, symBinAddr: 0x212848, symSize: 0x5D4 }
+ - { offsetInCU: 0xDDB, offset: 0x1D4929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCACycfC', symObjAddr: 0x16D4, symBinAddr: 0x212E1C, symSize: 0x2C }
+ - { offsetInCU: 0xE3A, offset: 0x1D4988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCACycfc', symObjAddr: 0x1700, symBinAddr: 0x212E48, symSize: 0x2C }
+ - { offsetInCU: 0xE7F, offset: 0x1D49CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfd', symObjAddr: 0x1758, symBinAddr: 0x212EA0, symSize: 0x34 }
+ - { offsetInCU: 0xEBA, offset: 0x1D4A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfD', symObjAddr: 0x178C, symBinAddr: 0x212ED4, symSize: 0x3C }
+ - { offsetInCU: 0xF0C, offset: 0x1D4A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfCTfq4ennn_n', symObjAddr: 0x19A0, symBinAddr: 0x2130E8, symSize: 0x7C }
+ - { offsetInCU: 0xF64, offset: 0x1D4AB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfcTf4ennn_nTf4nnng_n', symObjAddr: 0x3338, symBinAddr: 0x214A80, symSize: 0x7C }
+ - { offsetInCU: 0x122A, offset: 0x1D4D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfE', symObjAddr: 0x172C, symBinAddr: 0x212E74, symSize: 0x2C }
+ - { offsetInCU: 0x1299, offset: 0x1D4DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC22isUsingWebSocketClientSbyF', symObjAddr: 0x17C8, symBinAddr: 0x212F10, symSize: 0x1A4 }
+ - { offsetInCU: 0x1379, offset: 0x1D4EC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC22isUsingWebSocketClientSbyFTo', symObjAddr: 0x196C, symBinAddr: 0x2130B4, symSize: 0x34 }
+ - { offsetInCU: 0x1613, offset: 0x1D5161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_nAA0dG7CommandC_Tg5', symObjAddr: 0x1A1C, symBinAddr: 0x213164, symSize: 0xC80 }
+ - { offsetInCU: 0x1B92, offset: 0x1D56E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_nAA010InvitationG7CommandC_Tg5', symObjAddr: 0x26AC, symBinAddr: 0x213DF4, symSize: 0xC7C }
+ - { offsetInCU: 0x2111, offset: 0x1D5C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x3560, symBinAddr: 0x214B30, symSize: 0x8 }
+ - { offsetInCU: 0x2125, offset: 0x1D5C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x35AC, symBinAddr: 0x214B38, symSize: 0x44 }
+ - { offsetInCU: 0x2144, offset: 0x1D5C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA15GetRoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x3660, symBinAddr: 0x214BEC, symSize: 0x3C }
+ - { offsetInCU: 0x216D, offset: 0x1D5CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x36E0, symBinAddr: 0x214C28, symSize: 0x44 }
+ - { offsetInCU: 0x2181, offset: 0x1D5CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x3768, symBinAddr: 0x214C6C, symSize: 0x44 }
+ - { offsetInCU: 0x2195, offset: 0x1D5CE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCMa', symObjAddr: 0x381C, symBinAddr: 0x214D10, symSize: 0x20 }
+ - { offsetInCU: 0x21A9, offset: 0x1D5CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU3_TA', symObjAddr: 0x3954, symBinAddr: 0x214E48, symSize: 0x8 }
+ - { offsetInCU: 0x21BD, offset: 0x1D5D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_nTA', symObjAddr: 0x3988, symBinAddr: 0x214E7C, symSize: 0x8 }
+ - { offsetInCU: 0x21D1, offset: 0x1D5D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU2_TA', symObjAddr: 0x3990, symBinAddr: 0x214E84, symSize: 0x8 }
+ - { offsetInCU: 0x21E5, offset: 0x1D5D33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU1_TA', symObjAddr: 0x39A0, symBinAddr: 0x214E94, symSize: 0x8 }
+ - { offsetInCU: 0x21F9, offset: 0x1D5D47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA03GetD8ResponseVGcfU_yycfU_TA', symObjAddr: 0x3ABC, symBinAddr: 0x214F64, symSize: 0x2C }
+ - { offsetInCU: 0x2235, offset: 0x1D5D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_TA', symObjAddr: 0x3C7C, symBinAddr: 0x215124, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x1D62E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callId6reasonACSS_AC6ReasonOtcfC', symObjAddr: 0x0, symBinAddr: 0x2151D8, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0x1D630D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callId6reasonACSS_AC6ReasonOtcfC', symObjAddr: 0x0, symBinAddr: 0x2151D8, symSize: 0xAC }
+ - { offsetInCU: 0x96, offset: 0x1D6358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x10C, symBinAddr: 0x2152E4, symSize: 0x68 }
+ - { offsetInCU: 0xB7, offset: 0x1D6379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x174, symBinAddr: 0x21534C, symSize: 0x6C }
+ - { offsetInCU: 0xE0, offset: 0x1D63A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1E0, symBinAddr: 0x2153B8, symSize: 0x6C }
+ - { offsetInCU: 0x109, offset: 0x1D63CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x24C, symBinAddr: 0x215424, symSize: 0x4 }
+ - { offsetInCU: 0x125, offset: 0x1D63E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callIdSSvg', symObjAddr: 0x250, symBinAddr: 0x215428, symSize: 0x2C }
+ - { offsetInCU: 0x141, offset: 0x1D6403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6reasonAC6ReasonOvg', symObjAddr: 0x27C, symBinAddr: 0x215454, symSize: 0x8 }
+ - { offsetInCU: 0x15D, offset: 0x1D641F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x284, symBinAddr: 0x21545C, symSize: 0x8 }
+ - { offsetInCU: 0x179, offset: 0x1D643B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV9requestIdSSvg', symObjAddr: 0x28C, symBinAddr: 0x215464, symSize: 0x2C }
+ - { offsetInCU: 0x1B3, offset: 0x1D6475, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonO8rawValueAESgSS_tcfC', symObjAddr: 0x2B8, symBinAddr: 0x215490, symSize: 0x74 }
+ - { offsetInCU: 0x1DF, offset: 0x1D64A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonO8rawValueSSvg', symObjAddr: 0x36C, symBinAddr: 0x215504, symSize: 0x5C }
+ - { offsetInCU: 0x20D, offset: 0x1D64CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x3EC, symBinAddr: 0x215584, symSize: 0x78 }
+ - { offsetInCU: 0x24E, offset: 0x1D6510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x464, symBinAddr: 0x2155FC, symSize: 0x28 }
+ - { offsetInCU: 0x285, offset: 0x1D6547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x534, symBinAddr: 0x2156CC, symSize: 0x228 }
+ - { offsetInCU: 0x32B, offset: 0x1D65ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x75C, symBinAddr: 0x2158F4, symSize: 0x8 }
+ - { offsetInCU: 0x356, offset: 0x1D6618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x764, symBinAddr: 0x2158FC, symSize: 0x68 }
+ - { offsetInCU: 0x39C, offset: 0x1D665E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x7CC, symBinAddr: 0x215964, symSize: 0x2C }
+ - { offsetInCU: 0x3CE, offset: 0x1D6690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7F8, symBinAddr: 0x215990, symSize: 0x38 }
+ - { offsetInCU: 0x3F2, offset: 0x1D66B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultType_WZ', symObjAddr: 0xAC, symBinAddr: 0x215284, symSize: 0x20 }
+ - { offsetInCU: 0x40C, offset: 0x1D66CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xCC, symBinAddr: 0x2152A4, symSize: 0x40 }
+ - { offsetInCU: 0x447, offset: 0x1D6709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASQWb', symObjAddr: 0x8DC, symBinAddr: 0x2159C8, symSize: 0x4 }
+ - { offsetInCU: 0x45B, offset: 0x1D671D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOAESQAAWl', symObjAddr: 0x8E0, symBinAddr: 0x2159CC, symSize: 0x44 }
+ - { offsetInCU: 0x46F, offset: 0x1D6731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x924, symBinAddr: 0x215A10, symSize: 0x24 }
+ - { offsetInCU: 0x483, offset: 0x1D6745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA13WSRequestableAAWl', symObjAddr: 0x948, symBinAddr: 0x215A34, symSize: 0x44 }
+ - { offsetInCU: 0x497, offset: 0x1D6759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x98C, symBinAddr: 0x215A78, symSize: 0x4 }
+ - { offsetInCU: 0x4AB, offset: 0x1D676D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x990, symBinAddr: 0x215A7C, symSize: 0x48 }
+ - { offsetInCU: 0x4BF, offset: 0x1D6781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13WSRequestableAAWI', symObjAddr: 0x9D8, symBinAddr: 0x215AC4, symSize: 0x24 }
+ - { offsetInCU: 0x4D3, offset: 0x1D6795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA11RequestableAAWI', symObjAddr: 0xA40, symBinAddr: 0x215AE8, symSize: 0x2C }
+ - { offsetInCU: 0x4E7, offset: 0x1D67A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA0E0AAWl', symObjAddr: 0xA6C, symBinAddr: 0x215B14, symSize: 0x44 }
+ - { offsetInCU: 0x4FB, offset: 0x1D67BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xAB0, symBinAddr: 0x215B58, symSize: 0x44 }
+ - { offsetInCU: 0x50F, offset: 0x1D67D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0AAWI', symObjAddr: 0xAF4, symBinAddr: 0x215B9C, symSize: 0x24 }
+ - { offsetInCU: 0x523, offset: 0x1D67E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVACSEAAWl', symObjAddr: 0xB18, symBinAddr: 0x215BC0, symSize: 0x44 }
+ - { offsetInCU: 0x537, offset: 0x1D67F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB5C, symBinAddr: 0x215C04, symSize: 0x24 }
+ - { offsetInCU: 0x54B, offset: 0x1D680D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwCP', symObjAddr: 0xB80, symBinAddr: 0x215C28, symSize: 0x30 }
+ - { offsetInCU: 0x55F, offset: 0x1D6821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwxx', symObjAddr: 0xBB0, symBinAddr: 0x215C58, symSize: 0x28 }
+ - { offsetInCU: 0x573, offset: 0x1D6835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwcp', symObjAddr: 0xBD8, symBinAddr: 0x215C80, symSize: 0x44 }
+ - { offsetInCU: 0x587, offset: 0x1D6849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwca', symObjAddr: 0xC1C, symBinAddr: 0x215CC4, symSize: 0x7C }
+ - { offsetInCU: 0x59B, offset: 0x1D685D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwta', symObjAddr: 0xCAC, symBinAddr: 0x215D40, symSize: 0x4C }
+ - { offsetInCU: 0x5AF, offset: 0x1D6871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwet', symObjAddr: 0xCF8, symBinAddr: 0x215D8C, symSize: 0x48 }
+ - { offsetInCU: 0x5C3, offset: 0x1D6885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwst', symObjAddr: 0xD40, symBinAddr: 0x215DD4, symSize: 0x48 }
+ - { offsetInCU: 0x5D7, offset: 0x1D6899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVMa', symObjAddr: 0xD88, symBinAddr: 0x215E1C, symSize: 0x10 }
+ - { offsetInCU: 0x5EB, offset: 0x1D68AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwet', symObjAddr: 0xDA8, symBinAddr: 0x215E2C, symSize: 0x90 }
+ - { offsetInCU: 0x5FF, offset: 0x1D68C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwst', symObjAddr: 0xE38, symBinAddr: 0x215EBC, symSize: 0xBC }
+ - { offsetInCU: 0x613, offset: 0x1D68D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwug', symObjAddr: 0xEF4, symBinAddr: 0x215F78, symSize: 0x8 }
+ - { offsetInCU: 0x627, offset: 0x1D68E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwup', symObjAddr: 0xEFC, symBinAddr: 0x215F80, symSize: 0x4 }
+ - { offsetInCU: 0x63B, offset: 0x1D68FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwui', symObjAddr: 0xF00, symBinAddr: 0x215F84, symSize: 0x8 }
+ - { offsetInCU: 0x64F, offset: 0x1D6911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOMa', symObjAddr: 0xF08, symBinAddr: 0x215F8C, symSize: 0x10 }
+ - { offsetInCU: 0x663, offset: 0x1D6925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOAESYAAWl', symObjAddr: 0xF18, symBinAddr: 0x215F9C, symSize: 0x44 }
+ - { offsetInCU: 0x6A0, offset: 0x1D6962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3C8, symBinAddr: 0x215560, symSize: 0xC }
+ - { offsetInCU: 0x6BC, offset: 0x1D697E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x21556C, symSize: 0x8 }
+ - { offsetInCU: 0x6D8, offset: 0x1D699A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3DC, symBinAddr: 0x215574, symSize: 0x8 }
+ - { offsetInCU: 0x6F4, offset: 0x1D69B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3E4, symBinAddr: 0x21557C, symSize: 0x8 }
+ - { offsetInCU: 0x710, offset: 0x1D69D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x48C, symBinAddr: 0x215624, symSize: 0x5C }
+ - { offsetInCU: 0x733, offset: 0x1D69F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4E8, symBinAddr: 0x215680, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x1D6C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionTokenSSvg', symObjAddr: 0x0, symBinAddr: 0x215FE0, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x1D6C50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionTokenSSvg', symObjAddr: 0x0, symBinAddr: 0x215FE0, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1D6C6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV11currentUserAA0G0Cvg', symObjAddr: 0x2C, symBinAddr: 0x21600C, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1D6C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV8isPushOnSbvg', symObjAddr: 0x34, symBinAddr: 0x216014, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1D6CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV13statsIntervalSivg', symObjAddr: 0x3C, symBinAddr: 0x21601C, symSize: 0x8 }
+ - { offsetInCU: 0xE1, offset: 0x1D6CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x44, symBinAddr: 0x216024, symSize: 0x74 }
+ - { offsetInCU: 0x11C, offset: 0x1D6D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xF8, symBinAddr: 0x216098, symSize: 0x74 }
+ - { offsetInCU: 0x15F, offset: 0x1D6D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x16C, symBinAddr: 0x21610C, symSize: 0x8 }
+ - { offsetInCU: 0x186, offset: 0x1D6D8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x174, symBinAddr: 0x216114, symSize: 0xC }
+ - { offsetInCU: 0x1AD, offset: 0x1D6DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8rawValueSSvg', symObjAddr: 0x180, symBinAddr: 0x216120, symSize: 0x88 }
+ - { offsetInCU: 0x1E6, offset: 0x1D6DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO11stringValueSSvg', symObjAddr: 0x208, symBinAddr: 0x2161A8, symSize: 0x88 }
+ - { offsetInCU: 0x23F, offset: 0x1D6E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x414, symBinAddr: 0x2163B4, symSize: 0x78 }
+ - { offsetInCU: 0x280, offset: 0x1D6E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x48C, symBinAddr: 0x21642C, symSize: 0x28 }
+ - { offsetInCU: 0x294, offset: 0x1D6E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4B4, symBinAddr: 0x216454, symSize: 0x8 }
+ - { offsetInCU: 0x2CA, offset: 0x1D6ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4BC, symBinAddr: 0x21645C, symSize: 0x7C }
+ - { offsetInCU: 0x322, offset: 0x1D6F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x538, symBinAddr: 0x2164D8, symSize: 0xC }
+ - { offsetInCU: 0x33E, offset: 0x1D6F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x544, symBinAddr: 0x2164E4, symSize: 0xC }
+ - { offsetInCU: 0x35B, offset: 0x1D6F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x5A0, symBinAddr: 0x216540, symSize: 0x44 }
+ - { offsetInCU: 0x36F, offset: 0x1D6F74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionToken11currentUser8isPushOn13statsIntervalACSS_AA0I0CSbSitcfC', symObjAddr: 0x5E4, symBinAddr: 0x216584, symSize: 0x14 }
+ - { offsetInCU: 0x3EC, offset: 0x1D6FF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x216598, symSize: 0x44 }
+ - { offsetInCU: 0x424, offset: 0x1D7029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x63C, symBinAddr: 0x2165DC, symSize: 0x274 }
+ - { offsetInCU: 0x4A2, offset: 0x1D70A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x216850, symSize: 0x4 }
+ - { offsetInCU: 0x4B6, offset: 0x1D70BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAESQAAWl', symObjAddr: 0x8B4, symBinAddr: 0x216854, symSize: 0x44 }
+ - { offsetInCU: 0x4CA, offset: 0x1D70CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8F8, symBinAddr: 0x216898, symSize: 0x4 }
+ - { offsetInCU: 0x4DE, offset: 0x1D70E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8FC, symBinAddr: 0x21689C, symSize: 0x44 }
+ - { offsetInCU: 0x4F2, offset: 0x1D70F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x940, symBinAddr: 0x2168E0, symSize: 0x4 }
+ - { offsetInCU: 0x506, offset: 0x1D710B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x944, symBinAddr: 0x2168E4, symSize: 0x44 }
+ - { offsetInCU: 0x51A, offset: 0x1D711F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA14APIRespondableAAWI', symObjAddr: 0x988, symBinAddr: 0x216928, symSize: 0x24 }
+ - { offsetInCU: 0x52E, offset: 0x1D7133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA11RespondableAAWI', symObjAddr: 0x9F0, symBinAddr: 0x21694C, symSize: 0x2C }
+ - { offsetInCU: 0x542, offset: 0x1D7147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA0E0AAWl', symObjAddr: 0xA1C, symBinAddr: 0x216978, symSize: 0x44 }
+ - { offsetInCU: 0x556, offset: 0x1D715B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0xA60, symBinAddr: 0x2169BC, symSize: 0x44 }
+ - { offsetInCU: 0x56A, offset: 0x1D716F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA0E0AAWI', symObjAddr: 0xAA4, symBinAddr: 0x216A00, symSize: 0x24 }
+ - { offsetInCU: 0x57E, offset: 0x1D7183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA17StrategyDecodableAAWI', symObjAddr: 0xB0C, symBinAddr: 0x216A24, symSize: 0x24 }
+ - { offsetInCU: 0x592, offset: 0x1D7197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwCP', symObjAddr: 0xB30, symBinAddr: 0x216A48, symSize: 0x30 }
+ - { offsetInCU: 0x5A6, offset: 0x1D71AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwxx', symObjAddr: 0xB60, symBinAddr: 0x216A78, symSize: 0x28 }
+ - { offsetInCU: 0x5BA, offset: 0x1D71BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwcp', symObjAddr: 0xB88, symBinAddr: 0x216AA0, symSize: 0x4C }
+ - { offsetInCU: 0x5CE, offset: 0x1D71D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwca', symObjAddr: 0xBD4, symBinAddr: 0x216AEC, symSize: 0x74 }
+ - { offsetInCU: 0x5E2, offset: 0x1D71E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwta', symObjAddr: 0xC5C, symBinAddr: 0x216B60, symSize: 0x54 }
+ - { offsetInCU: 0x5F6, offset: 0x1D71FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwet', symObjAddr: 0xCB0, symBinAddr: 0x216BB4, symSize: 0x48 }
+ - { offsetInCU: 0x60A, offset: 0x1D720F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwst', symObjAddr: 0xCF8, symBinAddr: 0x216BFC, symSize: 0x48 }
+ - { offsetInCU: 0x61E, offset: 0x1D7223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVMa', symObjAddr: 0xD40, symBinAddr: 0x216C44, symSize: 0x10 }
+ - { offsetInCU: 0x632, offset: 0x1D7237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwet', symObjAddr: 0xD60, symBinAddr: 0x216C54, symSize: 0x90 }
+ - { offsetInCU: 0x646, offset: 0x1D724B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwst', symObjAddr: 0xDF0, symBinAddr: 0x216CE4, symSize: 0xBC }
+ - { offsetInCU: 0x65A, offset: 0x1D725F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwug', symObjAddr: 0xEAC, symBinAddr: 0x216DA0, symSize: 0x8 }
+ - { offsetInCU: 0x66E, offset: 0x1D7273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwup', symObjAddr: 0xEB4, symBinAddr: 0x216DA8, symSize: 0x4 }
+ - { offsetInCU: 0x682, offset: 0x1D7287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwui', symObjAddr: 0xEB8, symBinAddr: 0x216DAC, symSize: 0x8 }
+ - { offsetInCU: 0x696, offset: 0x1D729B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOMa', symObjAddr: 0xEC0, symBinAddr: 0x216DB4, symSize: 0x10 }
+ - { offsetInCU: 0x6AA, offset: 0x1D72AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xED0, symBinAddr: 0x216DC4, symSize: 0x44 }
+ - { offsetInCU: 0x6F3, offset: 0x1D72F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x290, symBinAddr: 0x216230, symSize: 0x88 }
+ - { offsetInCU: 0x7A2, offset: 0x1D73A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x318, symBinAddr: 0x2162B8, symSize: 0x60 }
+ - { offsetInCU: 0x820, offset: 0x1D7425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x378, symBinAddr: 0x216318, symSize: 0x40 }
+ - { offsetInCU: 0x872, offset: 0x1D7477, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3B8, symBinAddr: 0x216358, symSize: 0x5C }
+ - { offsetInCU: 0x8CE, offset: 0x1D74D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x2164F0, symSize: 0x28 }
+ - { offsetInCU: 0x8EA, offset: 0x1D74EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x578, symBinAddr: 0x216518, symSize: 0x28 }
+ - { offsetInCU: 0x4F, offset: 0x1D7730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvpZ', symObjAddr: 0x2CD8, symBinAddr: 0x2D08F8, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1D774A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC7optionsAcA16RecordingOptionsC_tcfC', symObjAddr: 0x0, symBinAddr: 0x216E08, symSize: 0x3C }
+ - { offsetInCU: 0x87, offset: 0x1D7768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x3C, symBinAddr: 0x216E44, symSize: 0x30 }
+ - { offsetInCU: 0xA3, offset: 0x1D7784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0Cvs', symObjAddr: 0x6C, symBinAddr: 0x216E74, symSize: 0x44 }
+ - { offsetInCU: 0xBF, offset: 0x1D77A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0CvM', symObjAddr: 0xB0, symBinAddr: 0x216EB8, symSize: 0x3C }
+ - { offsetInCU: 0xDB, offset: 0x1D77BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0CvM.resume.0', symObjAddr: 0xEC, symBinAddr: 0x216EF4, symSize: 0x4 }
+ - { offsetInCU: 0xF7, offset: 0x1D77D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC16recordingOptionsAA09RecordingG0Cvg', symObjAddr: 0xF0, symBinAddr: 0x216EF8, symSize: 0x8 }
+ - { offsetInCU: 0x113, offset: 0x1D77F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavg', symObjAddr: 0xF8, symBinAddr: 0x216F00, symSize: 0x34 }
+ - { offsetInCU: 0x12F, offset: 0x1D7810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavs', symObjAddr: 0x12C, symBinAddr: 0x216F34, symSize: 0x60 }
+ - { offsetInCU: 0x14B, offset: 0x1D782C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavM', symObjAddr: 0x18C, symBinAddr: 0x216F94, symSize: 0x3C }
+ - { offsetInCU: 0x167, offset: 0x1D7848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavg', symObjAddr: 0x1C8, symBinAddr: 0x216FD0, symSize: 0x38 }
+ - { offsetInCU: 0x194, offset: 0x1D7875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavs', symObjAddr: 0x200, symBinAddr: 0x217008, symSize: 0x10 }
+ - { offsetInCU: 0x1BB, offset: 0x1D789C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavM', symObjAddr: 0x210, symBinAddr: 0x217018, symSize: 0x40 }
+ - { offsetInCU: 0x201, offset: 0x1D78E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavM.resume.0', symObjAddr: 0x250, symBinAddr: 0x217058, symSize: 0x18 }
+ - { offsetInCU: 0x232, offset: 0x1D7913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvg', symObjAddr: 0x268, symBinAddr: 0x217070, symSize: 0x40 }
+ - { offsetInCU: 0x24E, offset: 0x1D792F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvs', symObjAddr: 0x2A8, symBinAddr: 0x2170B0, symSize: 0x50 }
+ - { offsetInCU: 0x26A, offset: 0x1D794B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvM', symObjAddr: 0x2F8, symBinAddr: 0x217100, symSize: 0x68 }
+ - { offsetInCU: 0x286, offset: 0x1D7967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvM.resume.0', symObjAddr: 0x360, symBinAddr: 0x217168, symSize: 0x6C }
+ - { offsetInCU: 0x2A2, offset: 0x1D7983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC05otherE0AA10Recordable_pSgvg', symObjAddr: 0x3CC, symBinAddr: 0x2171D4, symSize: 0x60 }
+ - { offsetInCU: 0x2D1, offset: 0x1D79B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvW', symObjAddr: 0x478, symBinAddr: 0x217280, symSize: 0x1F0 }
+ - { offsetInCU: 0x700, offset: 0x1D7DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvg', symObjAddr: 0x668, symBinAddr: 0x217470, symSize: 0x50 }
+ - { offsetInCU: 0x72F, offset: 0x1D7E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvs', symObjAddr: 0x6B8, symBinAddr: 0x2174C0, symSize: 0x5C }
+ - { offsetInCU: 0x75E, offset: 0x1D7E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvM', symObjAddr: 0x714, symBinAddr: 0x21751C, symSize: 0x40 }
+ - { offsetInCU: 0x78D, offset: 0x1D7E6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvM.resume.0', symObjAddr: 0x754, symBinAddr: 0x21755C, symSize: 0x30 }
+ - { offsetInCU: 0x7B8, offset: 0x1D7E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10sampleRateSdvgZ', symObjAddr: 0x784, symBinAddr: 0x21758C, symSize: 0x60 }
+ - { offsetInCU: 0x7D3, offset: 0x1D7EB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvgZ', symObjAddr: 0x7F0, symBinAddr: 0x2175F8, symSize: 0x40 }
+ - { offsetInCU: 0x7EF, offset: 0x1D7ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvsZ', symObjAddr: 0x830, symBinAddr: 0x217638, symSize: 0x44 }
+ - { offsetInCU: 0x80B, offset: 0x1D7EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvMZ', symObjAddr: 0x874, symBinAddr: 0x21767C, symSize: 0x40 }
+ - { offsetInCU: 0x845, offset: 0x1D7F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC7optionsAcA16RecordingOptionsC_tcfc', symObjAddr: 0x8B4, symBinAddr: 0x2176BC, symSize: 0x260 }
+ - { offsetInCU: 0x989, offset: 0x1D806A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC16registerToWriteryySo07AVAssetH0CF', symObjAddr: 0xB54, symBinAddr: 0x21791C, symSize: 0x44 }
+ - { offsetInCU: 0x9C8, offset: 0x1D80A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0xB98, symBinAddr: 0x217960, symSize: 0xC }
+ - { offsetInCU: 0x9E4, offset: 0x1D80C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0xBB0, symBinAddr: 0x217978, symSize: 0xC }
+ - { offsetInCU: 0xA1E, offset: 0x1D80FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11recordFrame6ioData4timeySays5Int16VG_So6CMTimeatF', symObjAddr: 0xC10, symBinAddr: 0x2179D8, symSize: 0x158 }
+ - { offsetInCU: 0xB04, offset: 0x1D81E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC9serializeySays5Int16VGSpySo0D10BufferListVGF', symObjAddr: 0xD68, symBinAddr: 0x217B30, symSize: 0x5C }
+ - { offsetInCU: 0xB69, offset: 0x1D824A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC03mixD10BufferList3lhs3rhsSays5Int16VG7buffers_So6CMTimea4timetAI4data_AlMt_AiN_AlMttF', symObjAddr: 0xDC4, symBinAddr: 0x217B8C, symSize: 0x190 }
+ - { offsetInCU: 0xDE1, offset: 0x1D84C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6mixPCM3lhs3rhss5Int16VAH_AHtF', symObjAddr: 0xF54, symBinAddr: 0x217D1C, symSize: 0xB8 }
+ - { offsetInCU: 0xF05, offset: 0x1D85E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC12sampleBuffer4time6ioDataSo08CMSampleG3RefaSgSo6CMTimea_Says5Int16VGtF', symObjAddr: 0x100C, symBinAddr: 0x217DD4, symSize: 0xA0 }
+ - { offsetInCU: 0xFAB, offset: 0x1D868C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC12sampleBuffer4time6ioDataSo08CMSampleG3RefaSgSo6CMTimea_Says5Int16VGtFAISryAMGzXEfU_', symObjAddr: 0x10AC, symBinAddr: 0x217E74, symSize: 0x690 }
+ - { offsetInCU: 0x149F, offset: 0x1D8B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC05flushD0yyF', symObjAddr: 0x173C, symBinAddr: 0x218504, symSize: 0x36C }
+ - { offsetInCU: 0x197A, offset: 0x1D905B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCfd', symObjAddr: 0x1AA8, symBinAddr: 0x218870, symSize: 0x44 }
+ - { offsetInCU: 0x19B7, offset: 0x1D9098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCfD', symObjAddr: 0x1AEC, symBinAddr: 0x2188B4, symSize: 0x4C }
+ - { offsetInCU: 0x19FC, offset: 0x1D90DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavgTW', symObjAddr: 0x1B38, symBinAddr: 0x218900, symSize: 0xC }
+ - { offsetInCU: 0x1A18, offset: 0x1D90F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavsTW', symObjAddr: 0x1B44, symBinAddr: 0x21890C, symSize: 0xC }
+ - { offsetInCU: 0x1A2C, offset: 0x1D910D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW', symObjAddr: 0x1B50, symBinAddr: 0x218918, symSize: 0x4C }
+ - { offsetInCU: 0x1A48, offset: 0x1D9129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW.resume.0', symObjAddr: 0x1B9C, symBinAddr: 0x218964, symSize: 0x2C }
+ - { offsetInCU: 0x1A64, offset: 0x1D9145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP6offsetSo6CMTimeavgTW', symObjAddr: 0x1BC8, symBinAddr: 0x218990, symSize: 0xC }
+ - { offsetInCU: 0x1A78, offset: 0x1D9159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8recorderAA0E0CSgvgTW', symObjAddr: 0x1BD4, symBinAddr: 0x21899C, symSize: 0xC }
+ - { offsetInCU: 0x1A94, offset: 0x1D9175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP05otherE0AaD_pSgvgTW', symObjAddr: 0x1BE0, symBinAddr: 0x2189A8, symSize: 0xC }
+ - { offsetInCU: 0x1AB0, offset: 0x1D9191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP16registerToWriteryySo07AVAssetI0CFTW', symObjAddr: 0x1BEC, symBinAddr: 0x2189B4, symSize: 0xC }
+ - { offsetInCU: 0x1ACC, offset: 0x1D91AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTf4dnddnn_n', symObjAddr: 0x240C, symBinAddr: 0x2191D4, symSize: 0x228 }
+ - { offsetInCU: 0x1D1B, offset: 0x1D93FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTf4dnddnn_n', symObjAddr: 0x2634, symBinAddr: 0x2193FC, symSize: 0x22C }
+ - { offsetInCU: 0x1F74, offset: 0x1D9655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvpACTk', symObjAddr: 0x42C, symBinAddr: 0x217234, symSize: 0x4C }
+ - { offsetInCU: 0x2098, offset: 0x1D9779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32Vvau', symObjAddr: 0x7E4, symBinAddr: 0x2175EC, symSize: 0xC }
+ - { offsetInCU: 0x2338, offset: 0x1D9A19, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFs5Int16V_Tg5', symObjAddr: 0x1C10, symBinAddr: 0x2189D8, symSize: 0x14 }
+ - { offsetInCU: 0x2370, offset: 0x1D9A51, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x1C48, symBinAddr: 0x218A10, symSize: 0x14 }
+ - { offsetInCU: 0x23BE, offset: 0x1D9A9F, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySays5Int16VG4data_So6CMTimea4timetG_s15EmptyCollectionVyAnO_AqRtGTg5Tf4nndn_n', symObjAddr: 0x1CF0, symBinAddr: 0x218AB8, symSize: 0x198 }
+ - { offsetInCU: 0x255A, offset: 0x1D9C3B, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy13SendBirdCalls13WeakReferenceCyAL14SBCLogReceiver_pGG_s15EmptyCollectionVyAPGTg5Tf4nndn_n', symObjAddr: 0x1E94, symBinAddr: 0x218C5C, symSize: 0x1F8 }
+ - { offsetInCU: 0x275E, offset: 0x1D9E3F, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy13SendBirdCalls19DirectCallEndResultOG_s15EmptyCollectionVyANGTg5Tf4nndn_n', symObjAddr: 0x20A4, symBinAddr: 0x218E6C, symSize: 0x15C }
+ - { offsetInCU: 0x28C4, offset: 0x1D9FA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCMa', symObjAddr: 0x2A34, symBinAddr: 0x2197FC, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1DA5EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x219964, symSize: 0x64 }
+ - { offsetInCU: 0x6C, offset: 0x1DA62F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x219964, symSize: 0x64 }
+ - { offsetInCU: 0xFB, offset: 0x1DA6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvgZ', symObjAddr: 0xE4, symBinAddr: 0x219A08, symSize: 0x28 }
+ - { offsetInCU: 0x11C, offset: 0x1DA6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvMZ', symObjAddr: 0x10C, symBinAddr: 0x219A30, symSize: 0x40 }
+ - { offsetInCU: 0x14D, offset: 0x1DA710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvMZ.resume.0', symObjAddr: 0x14C, symBinAddr: 0x219A70, symSize: 0x4 }
+ - { offsetInCU: 0x169, offset: 0x1DA72C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x150, symBinAddr: 0x219A74, symSize: 0x4 }
+ - { offsetInCU: 0x185, offset: 0x1DA748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x154, symBinAddr: 0x219A78, symSize: 0x8 }
+ - { offsetInCU: 0x199, offset: 0x1DA75C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x15C, symBinAddr: 0x219A80, symSize: 0x4 }
+ - { offsetInCU: 0x1E5, offset: 0x1DA7A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x210, symBinAddr: 0x219AF0, symSize: 0x40 }
+ - { offsetInCU: 0x21C, offset: 0x1DA7DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x36C, symBinAddr: 0x219C08, symSize: 0x8 }
+ - { offsetInCU: 0x247, offset: 0x1DA80A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x374, symBinAddr: 0x219C10, symSize: 0x8 }
+ - { offsetInCU: 0x279, offset: 0x1DA83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x408, symBinAddr: 0x219CA4, symSize: 0x4 }
+ - { offsetInCU: 0x29D, offset: 0x1DA860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultType_WZ', symObjAddr: 0xA4, symBinAddr: 0x2199C8, symSize: 0x4 }
+ - { offsetInCU: 0x2B7, offset: 0x1DA87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvau', symObjAddr: 0xA8, symBinAddr: 0x2199CC, symSize: 0x3C }
+ - { offsetInCU: 0x2DC, offset: 0x1DA89F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x160, symBinAddr: 0x219A84, symSize: 0x24 }
+ - { offsetInCU: 0x2F0, offset: 0x1DA8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x184, symBinAddr: 0x219AA8, symSize: 0x44 }
+ - { offsetInCU: 0x304, offset: 0x1DA8C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1C8, symBinAddr: 0x219AEC, symSize: 0x4 }
+ - { offsetInCU: 0x318, offset: 0x1DA8DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x250, symBinAddr: 0x219B30, symSize: 0x24 }
+ - { offsetInCU: 0x32C, offset: 0x1DA8EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA11RequestableAAWI', symObjAddr: 0x2B8, symBinAddr: 0x219B54, symSize: 0x2C }
+ - { offsetInCU: 0x340, offset: 0x1DA903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA0F0AAWl', symObjAddr: 0x2E4, symBinAddr: 0x219B80, symSize: 0x44 }
+ - { offsetInCU: 0x354, offset: 0x1DA917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x328, symBinAddr: 0x219BC4, symSize: 0x44 }
+ - { offsetInCU: 0x368, offset: 0x1DA92B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0AAWI', symObjAddr: 0x37C, symBinAddr: 0x219C18, symSize: 0x24 }
+ - { offsetInCU: 0x37C, offset: 0x1DA93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVACSEAAWl', symObjAddr: 0x3A0, symBinAddr: 0x219C3C, symSize: 0x44 }
+ - { offsetInCU: 0x390, offset: 0x1DA953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3E4, symBinAddr: 0x219C80, symSize: 0x24 }
+ - { offsetInCU: 0x3A4, offset: 0x1DA967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwCP', symObjAddr: 0x40C, symBinAddr: 0x219CA8, symSize: 0x34 }
+ - { offsetInCU: 0x3B8, offset: 0x1DA97B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwxx', symObjAddr: 0x440, symBinAddr: 0x219CDC, symSize: 0x8 }
+ - { offsetInCU: 0x3CC, offset: 0x1DA98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwcp', symObjAddr: 0x448, symBinAddr: 0x219CE4, symSize: 0x34 }
+ - { offsetInCU: 0x3E0, offset: 0x1DA9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwca', symObjAddr: 0x47C, symBinAddr: 0x219D18, symSize: 0x40 }
+ - { offsetInCU: 0x3F4, offset: 0x1DA9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwta', symObjAddr: 0x4C8, symBinAddr: 0x219D58, symSize: 0x38 }
+ - { offsetInCU: 0x408, offset: 0x1DA9CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwet', symObjAddr: 0x500, symBinAddr: 0x219D90, symSize: 0x48 }
+ - { offsetInCU: 0x41C, offset: 0x1DA9DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwst', symObjAddr: 0x548, symBinAddr: 0x219DD8, symSize: 0x3C }
+ - { offsetInCU: 0x430, offset: 0x1DA9F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVMa', symObjAddr: 0x584, symBinAddr: 0x219E14, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x1DACC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tF', symObjAddr: 0x0, symBinAddr: 0x219E28, symSize: 0x13C }
+ - { offsetInCU: 0x20D, offset: 0x1DAE00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tFSbAA13WeakReferenceCyAaF_pGXEfU_', symObjAddr: 0x540, symBinAddr: 0x21A368, symSize: 0x50 }
+ - { offsetInCU: 0x303, offset: 0x1DAEF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE6remove8receiveryAA14SBCLogReceiver_p_tF', symObjAddr: 0x13C, symBinAddr: 0x219F64, symSize: 0xF0 }
+ - { offsetInCU: 0x47B, offset: 0x1DB06E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP3log7messageySS_tFTW', symObjAddr: 0x22C, symBinAddr: 0x21A054, symSize: 0x4 }
+ - { offsetInCU: 0x568, offset: 0x1DB15B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3log7messageySS_tF', symObjAddr: 0x230, symBinAddr: 0x21A058, symSize: 0x28C }
+ - { offsetInCU: 0xA42, offset: 0x1DB635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAeA0dE0_p_tcfC', symObjAddr: 0x4BC, symBinAddr: 0x21A2E4, symSize: 0x84 }
+ - { offsetInCU: 0xA89, offset: 0x1DB67C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvg', symObjAddr: 0x590, symBinAddr: 0x21A3B8, symSize: 0x44 }
+ - { offsetInCU: 0xAA5, offset: 0x1DB698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvs', symObjAddr: 0x5D4, symBinAddr: 0x21A3FC, symSize: 0x60 }
+ - { offsetInCU: 0xAC1, offset: 0x1DB6B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvM', symObjAddr: 0x634, symBinAddr: 0x21A45C, symSize: 0x6C }
+ - { offsetInCU: 0xADD, offset: 0x1DB6D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvM.resume.0', symObjAddr: 0x6A0, symBinAddr: 0x21A4C8, symSize: 0x70 }
+ - { offsetInCU: 0xAF9, offset: 0x1DB6EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAeA0dE0_p_tcfc', symObjAddr: 0x710, symBinAddr: 0x21A538, symSize: 0x70 }
+ - { offsetInCU: 0xB22, offset: 0x1DB715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCfd', symObjAddr: 0x780, symBinAddr: 0x21A5A8, symSize: 0x1C }
+ - { offsetInCU: 0xB5D, offset: 0x1DB750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCfD', symObjAddr: 0x79C, symBinAddr: 0x21A5C4, symSize: 0x24 }
+ - { offsetInCU: 0xBA9, offset: 0x1DB79C, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pGG_Tg504$s13ef46Calls14LoggerObserverPAAE6remove8receiveryAA14jk11_p_tFSbAA13hI13CyAaF_pGXEfU_AhK_pTf1cn_nTf4ng_n', symObjAddr: 0xB4C, symBinAddr: 0x21A934, symSize: 0x11C }
+ - { offsetInCU: 0xD9E, offset: 0x1DB991, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAG14SBCLogReceiver_pGG_Tg504$s13hi46Calls14LoggerObserverPAAE6remove8receiveryAA14mn11_p_tFSbAA13kL13CyAaF_pGXEfU_AgJ_pTf1cn_nTf4ng_n', symObjAddr: 0xC68, symBinAddr: 0x21AA50, symSize: 0x31C }
+ - { offsetInCU: 0x108B, offset: 0x1DBC7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserver_pSgXwWOh', symObjAddr: 0xF98, symBinAddr: 0x21AD80, symSize: 0x24 }
+ - { offsetInCU: 0x109F, offset: 0x1DBC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCMa', symObjAddr: 0x1084, symBinAddr: 0x21AE6C, symSize: 0x20 }
+ - { offsetInCU: 0x11C6, offset: 0x1DBDB9, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAE14SBCLogReceiver_pGG_Tg504$s13de43Calls14LoggerObserverPAAE3add8receiveryAA14ij11_p_tFSbAA13gH13CyAaF_pGXEfU_AeH_pTf1cn_nTf4ng_n', symObjAddr: 0x9E8, symBinAddr: 0x21A810, symSize: 0x124 }
+...
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h
index 9129191..f4b841b 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef SENDBIRDCALLS_SWIFT_H
#define SENDBIRDCALLS_SWIFT_H
#pragma clang diagnostic push
@@ -23,7 +23,6 @@
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -32,10 +31,30 @@
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -71,53 +90,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -137,28 +169,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -187,14 +216,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -207,26 +238,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -3294,17 +3341,17 @@ typedef SWIFT_ENUM_NAMED(NSInteger, SBCVideoDevicePosition, "Position", open) {
};
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef SENDBIRDCALLS_SWIFT_H
#define SENDBIRDCALLS_SWIFT_H
#pragma clang diagnostic push
@@ -3327,7 +3374,6 @@ typedef SWIFT_ENUM_NAMED(NSInteger, SBCVideoDevicePosition, "Position", open) {
# include
#endif
-#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
#if defined(__OBJC__)
#include
@@ -3336,10 +3382,30 @@ typedef SWIFT_ENUM_NAMED(NSInteger, SBCVideoDevicePosition, "Position", open) {
#include
#include
#include
+#include
+#include
+#include
+#include
#else
#include
#include
#include
+#include
+#endif
+#if defined(__cplusplus)
+#if defined(__arm64e__) && __has_include()
+# include
+#else
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
+# ifndef __ptrauth_swift_value_witness_function_pointer
+# define __ptrauth_swift_value_witness_function_pointer(x)
+# endif
+# ifndef __ptrauth_swift_class_method_pointer
+# define __ptrauth_swift_class_method_pointer(x)
+# endif
+#pragma clang diagnostic pop
+#endif
#endif
#if !defined(SWIFT_TYPEDEFS)
@@ -3375,53 +3441,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
-# define SWIFT_CLASS_PROPERTY(...)
+# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
+#if !defined(SWIFT_RUNTIME_NAME)
+# if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+# else
+# define SWIFT_RUNTIME_NAME(X)
+# endif
#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
+#if !defined(SWIFT_COMPILE_NAME)
+# if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+# else
+# define SWIFT_COMPILE_NAME(X)
+# endif
#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
+#if !defined(SWIFT_METHOD_FAMILY)
+# if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+# else
+# define SWIFT_METHOD_FAMILY(X)
+# endif
#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
+#if !defined(SWIFT_NOESCAPE)
+# if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+# else
+# define SWIFT_NOESCAPE
+# endif
#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
+#if !defined(SWIFT_RELEASES_ARGUMENT)
+# if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+# else
+# define SWIFT_RELEASES_ARGUMENT
+# endif
#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
+#if !defined(SWIFT_WARN_UNUSED_RESULT)
+# if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+# else
+# define SWIFT_WARN_UNUSED_RESULT
+# endif
#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
+#if !defined(SWIFT_NORETURN)
+# if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+# else
+# define SWIFT_NORETURN
+# endif
#endif
#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
+# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
@@ -3441,28 +3520,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
# endif
#endif
-
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
-
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
-# define OBJC_DESIGNATED_INITIALIZER
+# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# if __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
# else
-# define SWIFT_ENUM_ATTR(_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility)
# endif
#endif
#if !defined(SWIFT_ENUM)
@@ -3491,14 +3567,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#if !defined(SWIFT_DEPRECATED_OBJC)
+# if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+# else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+# endif
#endif
#if defined(__OBJC__)
#if !defined(IBSegueAction)
-# define IBSegueAction
+# define IBSegueAction
#endif
#endif
#if !defined(SWIFT_EXTERN)
@@ -3511,26 +3589,42 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if !defined(SWIFT_CALL)
# define SWIFT_CALL __attribute__((swiftcall))
#endif
+#if !defined(SWIFT_INDIRECT_RESULT)
+# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
+#endif
+#if !defined(SWIFT_CONTEXT)
+# define SWIFT_CONTEXT __attribute__((swift_context))
+#endif
+#if !defined(SWIFT_ERROR_RESULT)
+# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
+#endif
#if defined(__cplusplus)
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT noexcept
-#endif
#else
-#if !defined(SWIFT_NOEXCEPT)
# define SWIFT_NOEXCEPT
#endif
+#if !defined(SWIFT_C_INLINE_THUNK)
+# if __has_attribute(always_inline)
+# if __has_attribute(nodebug)
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
+# else
+# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
+# endif
+# else
+# define SWIFT_C_INLINE_THUNK inline
+# endif
#endif
-#if defined(__cplusplus)
-#if !defined(SWIFT_CXX_INT_DEFINED)
-#define SWIFT_CXX_INT_DEFINED
-namespace swift {
-using Int = ptrdiff_t;
-using UInt = size_t;
-}
+#if defined(_WIN32)
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
+#endif
+#else
+#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
+# define SWIFT_IMPORT_STDLIB_SYMBOL
#endif
#endif
#if defined(__OBJC__)
-#if __has_feature(modules)
+#if __has_feature(objc_modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@@ -6477,7 +6571,7 @@ SWIFT_CLASS_NAMED("SendBirdVideoView")
/// Custom UIView.ContentMode on non-arm64 devices is not supported.
/// since:
/// 1.6.0
-- (nonnull instancetype)initWithFrame:(CGRect)frame contentMode:(enum UIViewContentMode)contentMode OBJC_DESIGNATED_INITIALIZER;
+- (nonnull instancetype)initWithFrame:(CGRect)frame contentMode:(UIViewContentMode)contentMode OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@@ -6486,7 +6580,7 @@ SWIFT_CLASS_NAMED("SendBirdVideoView")
/// Custom UIView.ContentMode on non-arm64 devices is not supported.
/// since:
/// 1.6.0
-@property (nonatomic) enum UIViewContentMode videoContentMode;
+@property (nonatomic) UIViewContentMode videoContentMode;
/// Embeds the SendBirdVideoView into the provided UIView.
/// Layout Constraints are added to make the SendBirdVideoView fill the size of the provided UIVIew.
/// since:
@@ -6601,12 +6695,12 @@ typedef SWIFT_ENUM_NAMED(NSInteger, SBCVideoDevicePosition, "Position", open) {
};
-#endif
-#if defined(__cplusplus)
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
+#if defined(__cplusplus)
+#endif
#pragma clang diagnostic pop
#endif
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist
index d3d9f4f..bcca06e 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist differ
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json
index 1702d95..54b741d 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -10442,13 +10442,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.EventCommand, τ_0_0 : SendBirdCalls.Respondable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "EventCommand",
- "printedName": "EventCommand",
- "usr": "s:13SendBirdCalls12EventCommandP",
- "mangledName": "$s13SendBirdCalls12EventCommandP"
- },
{
"kind": "Conformance",
"name": "Respondable",
@@ -10458,10 +10451,17 @@
},
{
"kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
+ "name": "StrategyDecodable",
+ "printedName": "StrategyDecodable",
+ "usr": "s:13SendBirdCalls17StrategyDecodableP",
+ "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
},
{
"kind": "Conformance",
@@ -10472,17 +10472,17 @@
},
{
"kind": "Conformance",
- "name": "StrategyDecodable",
- "printedName": "StrategyDecodable",
- "usr": "s:13SendBirdCalls17StrategyDecodableP",
- "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
},
{
"kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
+ "name": "EventCommand",
+ "printedName": "EventCommand",
+ "usr": "s:13SendBirdCalls12EventCommandP",
+ "mangledName": "$s13SendBirdCalls12EventCommandP"
}
]
},
@@ -19001,13 +19001,6 @@
"RawDocComment"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "CallRequestable",
- "printedName": "CallRequestable",
- "usr": "s:13SendBirdCalls15CallRequestableP",
- "mangledName": "$s13SendBirdCalls15CallRequestableP"
- },
{
"kind": "Conformance",
"name": "WSRequestable",
@@ -19022,13 +19015,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -19036,6 +19022,20 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
{
"kind": "Conformance",
"name": "Command",
@@ -19045,10 +19045,10 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CallRequestable",
+ "printedName": "CallRequestable",
+ "usr": "s:13SendBirdCalls15CallRequestableP",
+ "mangledName": "$s13SendBirdCalls15CallRequestableP"
}
]
},
@@ -37766,13 +37766,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -37780,19 +37773,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -91413,13 +91413,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.APIRequestable, τ_0_0 : SendBirdCalls.CallRequestable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "CallRequestable",
- "printedName": "CallRequestable",
- "usr": "s:13SendBirdCalls15CallRequestableP",
- "mangledName": "$s13SendBirdCalls15CallRequestableP"
- },
{
"kind": "Conformance",
"name": "APIRequestable",
@@ -91434,13 +91427,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -91448,6 +91434,20 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
{
"kind": "Conformance",
"name": "Command",
@@ -91457,10 +91457,10 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CallRequestable",
+ "printedName": "CallRequestable",
+ "usr": "s:13SendBirdCalls15CallRequestableP",
+ "mangledName": "$s13SendBirdCalls15CallRequestableP"
}
]
},
@@ -92459,19 +92459,19 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Command, τ_0_0 : Swift.Decodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -111900,13 +111900,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Response, τ_0_0 : SendBirdCalls.StrategyDecodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -111914,19 +111907,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -150884,7 +150884,7 @@
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(rawValue:)",
+ "printedName": "init(stringValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -150908,94 +150908,49 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
{
- "kind": "Var",
- "name": "rawValue",
- "printedName": "rawValue",
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.UtilCommandType?",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "UtilCommandType",
+ "printedName": "SendBirdCalls.UtilCommandType",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO"
}
],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Var",
- "name": "stringValue",
- "printedName": "stringValue",
- "children": [
+ "usr": "s:Sq"
+ },
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
}
],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
+ "init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(stringValue:)",
+ "printedName": "init(rawValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -151019,12 +150974,90 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "intValue",
@@ -151079,39 +151112,6 @@
"accessorKind": "get"
}
]
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(intValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.UtilCommandType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UtilCommandType",
- "printedName": "SendBirdCalls.UtilCommandType",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -152531,6 +152531,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -163334,13 +163341,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -163348,19 +163348,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -169341,13 +169348,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Request, τ_0_0 : SendBirdCalls.StrategyEncodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -169355,19 +169355,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -170540,13 +170547,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.StrategyDecodable, τ_0_0 : SendBirdCalls.StrategyEncodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "StrategyDecodable",
- "printedName": "StrategyDecodable",
- "usr": "s:13SendBirdCalls17StrategyDecodableP",
- "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -170554,19 +170554,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "StrategyDecodable",
+ "printedName": "StrategyDecodable",
+ "usr": "s:13SendBirdCalls17StrategyDecodableP",
+ "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
}
]
},
@@ -182249,39 +182256,6 @@
],
"fixedbinaryorder": 60
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.SBCError.ErrorCode?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ErrorCode",
- "printedName": "SendBirdCalls.SBCError.ErrorCode",
- "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
- "mangledName": "$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -182320,6 +182294,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.SBCError.ErrorCode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorCode",
+ "printedName": "SendBirdCalls.SBCError.ErrorCode",
+ "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -190324,13 +190331,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -190338,19 +190338,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -190500,13 +190507,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -190514,19 +190514,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -190808,10 +190815,10 @@
"conformances": [
{
"kind": "Conformance",
- "name": "CodingKey",
- "printedName": "CodingKey",
- "usr": "s:s9CodingKeyP",
- "mangledName": "$ss9CodingKeyP"
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
},
{
"kind": "Conformance",
@@ -190822,17 +190829,17 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
},
{
"kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
},
{
"kind": "Conformance",
@@ -190843,10 +190850,10 @@
},
{
"kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -191007,43 +191014,10 @@
"moduleName": "SendBirdCalls",
"fixedbinaryorder": 3
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.CommandKey?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "CommandKey",
- "printedName": "SendBirdCalls.CommandKey",
- "usr": "s:13SendBirdCalls10CommandKeyO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
- "name": "rawValue",
- "printedName": "rawValue",
+ "name": "stringValue",
+ "printedName": "stringValue",
"children": [
{
"kind": "TypeNominal",
@@ -191053,8 +191027,8 @@
}
],
"declKind": "Var",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvp",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvp",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvp",
"moduleName": "SendBirdCalls",
"implicit": true,
"accessors": [
@@ -191071,8 +191045,8 @@
}
],
"declKind": "Accessor",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvg",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvg",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvg",
"moduleName": "SendBirdCalls",
"implicit": true,
"accessorKind": "get"
@@ -191080,10 +191054,24 @@
]
},
{
- "kind": "Var",
- "name": "stringValue",
- "printedName": "stringValue",
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
"children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.CommandKey?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CommandKey",
+ "printedName": "SendBirdCalls.CommandKey",
+ "usr": "s:13SendBirdCalls10CommandKeyO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
{
"kind": "TypeNominal",
"name": "String",
@@ -191091,37 +191079,50 @@
"usr": "s:SS"
}
],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvp",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvp",
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
- "accessors": [
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
{
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.CommandKey?",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "CommandKey",
+ "printedName": "SendBirdCalls.CommandKey",
+ "usr": "s:13SendBirdCalls10CommandKeyO"
}
],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvg",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
}
- ]
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(stringValue:)",
+ "printedName": "init(rawValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -191145,12 +191146,51 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "intValue",
@@ -191205,39 +191245,6 @@
"accessorKind": "get"
}
]
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(intValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.CommandKey?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "CommandKey",
- "printedName": "SendBirdCalls.CommandKey",
- "usr": "s:13SendBirdCalls10CommandKeyO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -232424,13 +232431,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -232438,19 +232438,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -233535,6 +233542,13 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -239966,13 +239980,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -239980,19 +239987,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -240021,13 +240035,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -240035,19 +240042,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -270466,19 +270480,19 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Command, τ_0_0 : Swift.Encodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -276635,211 +276649,197 @@
"usr": "s:10Foundation4DataV",
"mangledName": "$s10Foundation4DataV",
"moduleName": "Foundation",
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
"declAttributes": [
- "Frozen"
+ "Frozen",
+ "Available",
+ "Available",
+ "Available",
+ "Available"
],
"isExternal": true,
"conformances": [
{
"kind": "Conformance",
- "name": "ReferenceConvertible",
- "printedName": "ReferenceConvertible",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RandomAccessCollection",
+ "printedName": "RandomAccessCollection",
"children": [
{
"kind": "TypeWitness",
- "name": "ReferenceType",
- "printedName": "ReferenceType",
+ "name": "Element",
+ "printedName": "Element",
"children": [
{
"kind": "TypeNominal",
- "name": "NSData",
- "printedName": "Foundation.NSData",
- "usr": "c:objc(cs)NSData"
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
}
]
}
],
- "usr": "s:10Foundation20ReferenceConvertibleP",
- "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ "usr": "s:Sk",
+ "mangledName": "$sSk"
},
{
"kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
+ "name": "MutableCollection",
+ "printedName": "MutableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SM",
+ "mangledName": "$sSM"
},
{
"kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
},
{
"kind": "Conformance",
- "name": "RandomAccessCollection",
- "printedName": "RandomAccessCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Element",
- "printedName": "Element",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Index",
- "printedName": "Index",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Indices",
- "printedName": "Indices",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Range",
- "printedName": "Swift.Range",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "usr": "s:Sn"
- }
- ]
- }
- ],
- "usr": "s:Sk",
- "mangledName": "$sSk"
- },
- {
- "kind": "Conformance",
- "name": "MutableCollection",
- "printedName": "MutableCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Element",
- "printedName": "Element",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Index",
- "printedName": "Index",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- }
- ],
- "usr": "s:SM",
- "mangledName": "$sSM"
- },
- {
- "kind": "Conformance",
- "name": "RangeReplaceableCollection",
- "printedName": "RangeReplaceableCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- }
- ],
- "usr": "s:Sm",
- "mangledName": "$sSm"
- },
- {
- "kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
- },
- {
- "kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
- },
- {
- "kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
- },
- {
- "kind": "Conformance",
- "name": "BidirectionalCollection",
- "printedName": "BidirectionalCollection",
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
"children": [
{
"kind": "TypeWitness",
@@ -277054,24 +277054,25 @@
},
{
"kind": "Conformance",
- "name": "CustomStringConvertible",
- "printedName": "CustomStringConvertible",
- "usr": "s:s23CustomStringConvertibleP",
- "mangledName": "$ss23CustomStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomReflectable",
- "printedName": "CustomReflectable",
- "usr": "s:s17CustomReflectableP",
- "mangledName": "$ss17CustomReflectableP"
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSData",
+ "printedName": "Foundation.NSData",
+ "usr": "c:objc(cs)NSData"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
},
{
"kind": "Conformance",
@@ -277095,6 +277096,27 @@
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
},
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
{
"kind": "Conformance",
"name": "Decodable",
@@ -277108,6 +277130,41 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
},
@@ -277150,6 +277207,16 @@
"mangledName": "$s10Foundation11JSONDecoderC",
"moduleName": "Foundation",
"isOpen": true,
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
{
@@ -278297,6 +278364,41 @@
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
},
@@ -279080,48 +279182,39 @@
},
{
"kind": "Conformance",
- "name": "DataProtocol",
- "printedName": "DataProtocol",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
"children": [
{
"kind": "TypeWitness",
- "name": "Regions",
- "printedName": "Regions",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
"children": [
{
"kind": "TypeNominal",
- "name": "CollectionOfOne",
- "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Array",
- "printedName": "[Swift.UInt8]",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ],
- "usr": "s:Sa"
- }
- ],
- "usr": "s:s15CollectionOfOneV"
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
}
]
}
],
- "usr": "s:10Foundation12DataProtocolP",
- "mangledName": "$s10Foundation12DataProtocolP"
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
},
{
"kind": "Conformance",
@@ -279167,39 +279260,48 @@
},
{
"kind": "Conformance",
- "name": "_ObjectiveCBridgeable",
- "printedName": "_ObjectiveCBridgeable",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
"children": [
{
"kind": "TypeWitness",
- "name": "_ObjectiveCType",
- "printedName": "_ObjectiveCType",
+ "name": "Regions",
+ "printedName": "Regions",
"children": [
{
"kind": "TypeNominal",
- "name": "NSArray",
- "printedName": "Foundation.NSArray",
- "usr": "c:objc(cs)NSArray"
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
}
]
}
],
- "usr": "s:s21_ObjectiveCBridgeableP",
- "mangledName": "$ss21_ObjectiveCBridgeableP"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
},
{
"kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
}
]
},
@@ -279644,6 +279746,28 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
}
]
},
@@ -280113,6 +280237,28 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
}
]
},
@@ -282811,6 +282957,57 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "VectorArithmetic",
+ "printedName": "VectorArithmetic",
+ "usr": "s:7SwiftUI16VectorArithmeticP",
+ "mangledName": "$s7SwiftUI16VectorArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Animatable",
+ "printedName": "Animatable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "AnimatableData",
+ "printedName": "AnimatableData",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI10AnimatableP",
+ "mangledName": "$s7SwiftUI10AnimatableP"
}
]
},
@@ -282914,8 +283111,25 @@
"mangledName": "$s10Foundation11JSONEncoderC",
"moduleName": "Foundation",
"isOpen": true,
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
{
"kind": "Conformance",
"name": "TopLevelEncoder",
@@ -282937,13 +283151,6 @@
],
"usr": "s:7Combine15TopLevelEncoderP",
"mangledName": "$s7Combine15TopLevelEncoderP"
- },
- {
- "kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
}
]
}
@@ -282979,6 +283186,104 @@
"length": 29,
"value": "4"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2501,
+ "length": 24,
+ "value": "\"REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2568,
+ "length": 19,
+ "value": "\"REMOTE_AUDIO_ONLY\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2632,
+ "length": 21,
+ "value": "\"LOCAL_REMOTE_AUDIOS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2710,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3023,
+ "length": 24,
+ "value": "\"REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3094,
+ "length": 19,
+ "value": "\"REMOTE_AUDIO_ONLY\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3156,
+ "length": 21,
+ "value": "\"LOCAL_REMOTE_AUDIOS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3222,
+ "length": 37,
+ "value": "\"LOCAL_REMOTE_AUDIO_AND_REMOTE_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3316,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3641,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3678,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3837,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3874,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
"kind": "IntegerLiteral",
@@ -282986,6 +283291,55 @@
"length": 4,
"value": "1"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5000,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5044,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5202,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5241,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5397,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5443,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5472,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantEnteredEventCommand.swift",
"kind": "StringLiteral",
@@ -283546,6 +283900,90 @@
"length": 17,
"value": "\"is_peer_on_hold\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 5,
+ "value": "\"api\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 16,
+ "value": "\"cmd_retrieving\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 546,
+ "length": 9,
+ "value": "\"webhook\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 586,
+ "length": 4,
+ "value": "\"ws\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 11,
+ "value": "\"voip_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 666,
+ "length": 11,
+ "value": "\"apns_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 848,
+ "length": 5,
+ "value": "\"api\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 894,
+ "length": 16,
+ "value": "\"cmd_retrieving\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 941,
+ "length": 9,
+ "value": "\"webhook\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 983,
+ "length": 4,
+ "value": "\"ws\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"voip_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1062,
+ "length": 11,
+ "value": "\"apns_push\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
"kind": "BooleanLiteral",
@@ -283553,6 +283991,20 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7968,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15369,
+ "length": 1,
+ "value": "1"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomEventCommandable.swift",
"kind": "IntegerLiteral",
@@ -283588,6 +284040,69 @@
"length": 14,
"value": "\"SendBirdCalls.DirectCallUser\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/DirectCallUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1843,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/DirectCallUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1918,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 62,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1074,
+ "length": 6,
+ "value": "\" called. type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1107,
+ "length": 1,
+ "value": "\", data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1122,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 2799,
+ "length": 37,
+ "value": "\"[Resultable] decode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 2835,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CallCommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 497,
+ "length": 6,
+ "value": "\"none\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CallCommandType.swift",
"kind": "StringLiteral",
@@ -284260,6 +284775,20 @@
"length": 11,
"value": "\"call_type\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Descriptor.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Descriptor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 587,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
"kind": "IntegerLiteral",
@@ -284337,6 +284866,90 @@
"length": 12,
"value": "11"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2376,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 11,
+ "value": "\"completed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 10,
+ "value": "\"canceled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2500,
+ "length": 10,
+ "value": "\"declined\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2553,
+ "length": 23,
+ "value": "\"other_device_accepted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2608,
+ "length": 11,
+ "value": "\"timed_out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2657,
+ "length": 17,
+ "value": "\"connection_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2706,
+ "length": 11,
+ "value": "\"no_answer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2751,
+ "length": 13,
+ "value": "\"dial_failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2800,
+ "length": 15,
+ "value": "\"accept_failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2851,
+ "length": 15,
+ "value": "\"not_connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2897,
+ "length": 9,
+ "value": "\"unknown\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndEventCommand.swift",
"kind": "StringLiteral",
@@ -284351,6 +284964,27 @@
"length": 19,
"value": "\"SendBirdCalls.DeclineEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EndedState.swift",
+ "kind": "StringLiteral",
+ "offset": 315,
+ "length": 63,
+ "value": "\"The call \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EndedState.swift",
+ "kind": "StringLiteral",
+ "offset": 357,
+ "length": 3,
+ "value": "\" was over completely\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallRequestable.swift",
+ "kind": "Array",
+ "offset": 652,
+ "length": 25,
+ "value": "[\"action\", \"direct_call\"]"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallRequestable.swift",
"kind": "IntegerLiteral",
@@ -284435,6 +285069,41 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 923,
+ "length": 26,
+ "value": "\"sbcall_short_lived_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 420,
+ "length": 8,
+ "value": "\"attach\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
"kind": "BooleanLiteral",
@@ -284456,6 +285125,13 @@
"length": 12,
"value": "\"SendBirdCalls.HoldResponse\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialResponse.swift",
+ "kind": "Dictionary",
+ "offset": 1202,
+ "length": 3,
+ "value": "[]"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialResponse.swift",
"kind": "Dictionary",
@@ -284498,6 +285174,20 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 744,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 761,
+ "length": 7,
+ "value": "\"login\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
"kind": "StringLiteral",
@@ -284554,6 +285244,62 @@
"length": 12,
"value": "\"push_token\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 609,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 626,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 701,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 709,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 332,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 14,
+ "value": "\"participants\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
"kind": "BooleanLiteral",
@@ -284561,6 +285307,13 @@
"length": 4,
"value": "true"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1464,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
"kind": "StringLiteral",
@@ -284596,6 +285349,20 @@
"length": 11,
"value": "2"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4394,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4420,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
"kind": "Array",
@@ -284617,6 +285384,20 @@
"length": 27,
"value": "\"\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1572,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1575,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimer.swift",
"kind": "StringLiteral",
@@ -284666,6 +285447,20 @@
"length": 3,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdAudioSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1099,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdAudioSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2014,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsEventCommand.swift",
"kind": "StringLiteral",
@@ -284673,6 +285468,41 @@
"length": 29,
"value": "\"SendBirdCalls.DeleteCustomItemsEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 813,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1095,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1440,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointClosingState.swift",
"kind": "StringLiteral",
@@ -284680,6 +285510,20 @@
"length": 20,
"value": "\"SendBirdCalls.EndpointClosingState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summarizable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summarizable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 872,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Queue.swift",
"kind": "Array",
@@ -284687,6 +285531,20 @@
"length": 2,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 524,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 716,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
"kind": "StringLiteral",
@@ -284694,6 +285552,27 @@
"length": 16,
"value": "\"SendBirdCalls.EstablishedState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2862,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/InvitationEventCommand.swift",
"kind": "IntegerLiteral",
@@ -284722,6 +285601,34 @@
"length": 29,
"value": "\"SendBirdCalls.UpdateCustomItemsEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1344,
+ "length": 9,
+ "value": "\"timeout\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1394,
+ "length": 16,
+ "value": "\"sibling_kicked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"timeout\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 16,
+ "value": "\"sibling_kicked\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
"kind": "StringLiteral",
@@ -284737,8649 +285644,22712 @@
"value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 185,
- "length": 13,
- "value": "\"SendBirdCalls.VideoRecorder\""
+ "offset": 405,
+ "length": 49,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1198,
- "length": 10,
- "value": "\"protocol\""
+ "offset": 419,
+ "length": 1,
+ "value": "\"] Initialize EventDeduplicator ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1239,
- "length": 17,
- "value": "\"connection_type\""
+ "offset": 520,
+ "length": 32,
+ "value": "\"com.sendbird.calls.message.ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1290,
- "length": 16,
- "value": "\"relay_protocol\""
+ "offset": 773,
+ "length": 51,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1198,
- "length": 10,
- "value": "\"protocol\""
+ "offset": 787,
+ "length": 1,
+ "value": "\"] Deinitialize EventDeduplicator ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1239,
- "length": 17,
- "value": "\"connection_type\""
+ "offset": 1044,
+ "length": 67,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1290,
- "length": 16,
- "value": "\"relay_protocol\""
+ "offset": 1058,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
- "kind": "Dictionary",
- "offset": 681,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "StringLiteral",
+ "offset": 1067,
+ "length": 1,
+ "value": "\".identifiers already contains \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
- "kind": "Array",
- "offset": 731,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "StringLiteral",
+ "offset": 1110,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 343,
- "length": 17,
- "value": "\"SendBirdCalls.DirectCallManager\""
+ "offset": 1217,
+ "length": 129,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 411,
- "length": 6,
- "value": "\"next\""
+ "offset": 1231,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 10,
- "value": "\"has_next\""
+ "offset": 1240,
+ "length": 1,
+ "value": "\".identifiers will remove \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 411,
- "length": 6,
- "value": "\"next\""
+ "offset": 1310,
+ "length": 5,
+ "value": "\"nil\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 10,
- "value": "\"has_next\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
- "kind": "Array",
- "offset": 297,
- "length": 21,
- "value": "[\"sdk\", \"debug_logs\"]"
+ "offset": 1316,
+ "length": 7,
+ "value": "\" because of the storage limit\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 458,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1398,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 719,
- "length": 6,
- "value": "\"logs\""
+ "offset": 1494,
+ "length": 57,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 757,
- "length": 18,
- "value": "\"is_overflow_logs\""
+ "offset": 1508,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 719,
- "length": 6,
- "value": "\"logs\""
+ "offset": 1517,
+ "length": 1,
+ "value": "\".indentifiers added \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 757,
- "length": 18,
- "value": "\"is_overflow_logs\""
+ "offset": 1550,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/RemoveCandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 28,
- "value": "\"SendBirdCalls.RemoveCandidatesEventCommand\""
+ "offset": 1675,
+ "length": 32,
+ "value": "\"com.sendbird.calls.message.ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "BooleanLiteral",
- "offset": 370,
- "length": 5,
- "value": "false"
+ "offset": 942,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 415,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1053,
+ "length": 2,
+ "value": "90"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "StringLiteral",
- "offset": 692,
- "length": 36,
- "value": "\"com.sdk.calls.\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "StringLiteral",
- "offset": 727,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1184,
"length": 2,
- "value": "\"\""
+ "value": "90"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4137,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1196,
"length": 3,
- "value": "1.0"
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4184,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1314,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4227,
- "length": 6,
- "value": "1000.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1327,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "Array",
- "offset": 470,
- "length": 33,
- "value": "[\"direct_calls\", \"missed_signal\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 13,
+ "value": "\"SendBirdCalls.VideoRecorder\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "Array",
- "offset": 567,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2905,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "StringLiteral",
- "offset": 924,
- "length": 10,
- "value": "\"call_ids\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2954,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "StringLiteral",
- "offset": 924,
- "length": 10,
- "value": "\"call_ids\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3101,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Hold\/HoldEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 179,
- "length": 16,
- "value": "\"SendBirdCalls.HoldEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 3176,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 270,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4115,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 298,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4203,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 324,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4360,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 378,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4449,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 404,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4612,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 427,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4703,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 459,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 5195,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 487,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 311,
- "length": 26,
- "value": "\"SendBirdCalls.ConnectionLostEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5909,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 220,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5929,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 250,
- "length": 6,
- "value": "\"room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5948,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 220,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5982,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 250,
- "length": 6,
- "value": "\"room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6126,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 35,
- "value": "\"com.sendbird.calls.logger.default\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6238,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3786,
- "length": 7,
+ "offset": 6319,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3944,
- "length": 5,
+ "offset": 6339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6358,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
- "length": 4,
- "value": "3"
+ "offset": 6398,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3786,
- "length": 7,
+ "offset": 6411,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6549,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3944,
- "length": 5,
- "value": "2"
+ "offset": 6684,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
- "length": 4,
- "value": "3"
+ "offset": 6798,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6889,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 216,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 832,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 252,
- "length": 9,
- "value": "\"handler\""
+ "offset": 902,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 285,
- "length": 9,
- "value": "\"command\""
+ "offset": 969,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 318,
- "length": 6,
- "value": "\"type\""
+ "offset": 1198,
+ "length": 10,
+ "value": "\"protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 216,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 1239,
+ "length": 17,
+ "value": "\"connection_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 252,
- "length": 9,
- "value": "\"handler\""
+ "offset": 1290,
+ "length": 16,
+ "value": "\"relay_protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 285,
- "length": 9,
- "value": "\"command\""
+ "offset": 1198,
+ "length": 10,
+ "value": "\"protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 318,
- "length": 6,
- "value": "\"type\""
+ "offset": 1239,
+ "length": 17,
+ "value": "\"connection_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "kind": "StringLiteral",
+ "offset": 1290,
+ "length": 16,
+ "value": "\"relay_protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Dictionary",
+ "offset": 681,
"length": 3,
- "value": "2"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Array",
+ "offset": 731,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1503,
+ "length": 33,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1516,
+ "length": 2,
+ "value": "\" id: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1535,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 6,
- "value": "\"next\""
+ "offset": 2974,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 426,
- "length": 6,
- "value": "\"prev\""
+ "offset": 4456,
+ "length": 57,
+ "value": "\"Did receive RING with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 6,
- "value": "\"next\""
+ "offset": 4512,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 426,
- "length": 6,
- "value": "\"prev\""
+ "offset": 5587,
+ "length": 82,
+ "value": "\"Did receive Initially Endable Event FIRST with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 457,
- "length": 13,
- "value": "\"channel_url\""
+ "offset": 5668,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
- "kind": "StringLiteral",
- "offset": 457,
- "length": 13,
- "value": "\"channel_url\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5859,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
- "kind": "StringLiteral",
- "offset": 224,
- "length": 19,
- "value": "\"SendBirdCalls.SendBirdChatOptions\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6307,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Dictionary",
+ "offset": 6465,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1734,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "offset": 6728,
+ "length": 80,
+ "value": "\"Did receive Other Device Accepted FIRST with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1781,
+ "offset": 6807,
"length": 2,
- "value": "\" to \""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1798,
- "length": 1,
- "value": "\" \""
+ "offset": 6955,
+ "length": 52,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1818,
- "length": 2,
- "value": "\"\""
+ "offset": 6968,
+ "length": 3,
+ "value": "\" has been failed to create direct call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
- "kind": "IntegerLiteral",
- "offset": 2120,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Array",
+ "offset": 7183,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 535,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 7236,
+ "length": 52,
+ "value": "\"com.sendbird.sdk.calls.directCallManager.end.queue\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 569,
- "length": 11,
- "value": "\"call_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7356,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 605,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8566,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 642,
- "length": 12,
- "value": "\"signal_seq\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9561,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 685,
+ "offset": 343,
"length": 17,
- "value": "\"signal_snapshot\""
+ "value": "\"SendBirdCalls.DirectCallManager\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 734,
- "length": 18,
- "value": "\"caller_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10662,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 784,
- "length": 18,
- "value": "\"callee_client_id\""
+ "offset": 389,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 535,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 419,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 569,
- "length": 11,
- "value": "\"call_type\""
+ "offset": 1152,
+ "length": 23,
+ "value": "\"will execute in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 605,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 3342,
+ "length": 23,
+ "value": "\"will execute in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 642,
- "length": 12,
- "value": "\"signal_seq\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "Dictionary",
+ "offset": 3878,
+ "length": 39,
+ "value": "[(\"WebRTC-Audio-iOS-Holding\", \"Enabled\")]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 685,
- "length": 17,
- "value": "\"signal_snapshot\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3988,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 734,
- "length": 18,
- "value": "\"caller_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4313,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 784,
- "length": 18,
- "value": "\"callee_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5058,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 1976,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5426,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 1976,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5752,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "Dictionary",
- "offset": 1058,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6048,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "FloatLiteral",
- "offset": 1090,
- "length": 3,
- "value": "5.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6334,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1247,
- "length": 64,
- "value": "\"com.sendbird.sdk.calls.websocket.callback.\""
+ "offset": 7236,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7334,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1310,
- "length": 2,
- "value": "\"\""
+ "offset": 8210,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "BooleanLiteral",
- "offset": 1529,
+ "offset": 8306,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "IntegerLiteral",
- "offset": 1701,
+ "offset": 8857,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "StringLiteral",
- "offset": 1755,
- "length": 65,
- "value": "\"com.sendbird.sdk.calls.websocket.operation.\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10853,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1819,
- "length": 2,
- "value": "\"\""
+ "offset": 11277,
+ "length": 124,
+ "value": "\"Did receive DeleteCustomItem response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1932,
- "length": 66,
- "value": "\"com.sendbird.sdk.calls.websocket.connection.\""
+ "offset": 11354,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1997,
- "length": 27,
+ "offset": 11400,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "BooleanLiteral",
- "offset": 7154,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "StringLiteral",
+ "offset": 11987,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 242,
- "length": 18,
- "value": "\"sent_frame_width\""
+ "offset": 13075,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 19,
- "value": "\"sent_frame_height\""
+ "offset": 13433,
+ "length": 56,
+ "value": "\"Succeeded to request cancel with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 338,
- "length": 22,
- "value": "\"received_frame_width\""
+ "offset": 13488,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"received_frame_height\""
+ "offset": 13672,
+ "length": 67,
+ "value": "\"Failed to request cancel with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 16,
- "value": "\"frames_encoded\""
+ "offset": 13738,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 486,
- "length": 20,
- "value": "\"key_frames_encoded\""
+ "offset": 13905,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 540,
- "length": 26,
- "value": "\"total_key_frames_encoded\""
+ "offset": 14668,
+ "length": 64,
+ "value": "\"Failed to send accept with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 597,
- "length": 22,
- "value": "\"total_frames_encoded\""
+ "offset": 14731,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 27,
- "value": "\"quality_limitation_reason\""
+ "offset": 14926,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 721,
- "length": 30,
- "value": "\"quality_limitation_durations\""
+ "offset": 15128,
+ "length": 43,
+ "value": "\"Will send decline request with \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 798,
- "length": 39,
- "value": "\"quality_limitation_resolution_changes\""
+ "offset": 15170,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 903,
- "length": 16,
- "value": "\"target_bitrate\""
+ "offset": 15266,
+ "length": 115,
+ "value": "\"Did receive decline response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 943,
- "length": 14,
- "value": "\"packets_sent\""
+ "offset": 15334,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 986,
- "length": 20,
- "value": "\"total_packets_sent\""
+ "offset": 15380,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1034,
- "length": 18,
- "value": "\"packets_received\""
+ "offset": 15751,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1085,
- "length": 24,
- "value": "\"total_packets_received\""
+ "offset": 15962,
+ "length": 19,
+ "value": "\"Will send request\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1131,
- "length": 12,
- "value": "\"bytes_sent\""
+ "offset": 16093,
+ "length": 37,
+ "value": "\"Did receive response with \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1170,
- "length": 18,
- "value": "\"total_bytes_sent\""
+ "offset": 16129,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1214,
- "length": 16,
- "value": "\"bytes_received\""
+ "offset": 16332,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1261,
- "length": 22,
- "value": "\"total_bytes_received\""
+ "offset": 16403,
+ "length": 71,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1307,
- "length": 14,
- "value": "\"packets_lost\""
+ "offset": 16473,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1350,
- "length": 20,
- "value": "\"total_packets_lost\""
+ "offset": 16728,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1400,
+ "offset": 17339,
"length": 21,
- "value": "\"remote_packets_lost\""
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1456,
- "length": 27,
- "value": "\"remote_total_packets_lost\""
+ "offset": 18557,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1511,
- "length": 19,
- "value": "\"packets_lost_rate\""
+ "offset": 18628,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 26,
- "value": "\"remote_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18820,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 25,
- "value": "\"total_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18879,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1678,
- "length": 21,
- "value": "\"outbound_nack_count\""
+ "offset": 19013,
+ "length": 47,
+ "value": "\"[Alive] Command Router is sending request ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1728,
- "length": 20,
- "value": "\"inbound_nack_count\""
+ "offset": 19268,
+ "length": 41,
+ "value": "\"[Alive] sent alive request successfully\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1779,
- "length": 22,
- "value": "\"remote_fraction_lost\""
+ "offset": 19428,
+ "length": 75,
+ "value": "\"[Alive] failed to request alive with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1826,
- "length": 15,
- "value": "\"remote_jitter\""
+ "offset": 19501,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1863,
- "length": 12,
- "value": "\"remote_rtt\""
+ "offset": 19649,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1942,
- "length": 17,
- "value": "\"frames_received\""
+ "offset": 19690,
+ "length": 32,
+ "value": "\"(state: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1991,
- "length": 23,
- "value": "\"total_frames_received\""
+ "offset": 19720,
+ "length": 1,
+ "value": "\")\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2040,
- "length": 16,
- "value": "\"frames_decoded\""
+ "offset": 19754,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2087,
- "length": 22,
- "value": "\"total_frames_decoded\""
+ "offset": 19951,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2137,
- "length": 19,
- "value": "\"total_decode_time\""
+ "offset": 20556,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2182,
- "length": 16,
- "value": "\"frames_dropped\""
+ "offset": 20627,
+ "length": 71,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2229,
- "length": 22,
- "value": "\"total_frames_dropped\""
+ "offset": 20697,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2274,
- "length": 13,
- "value": "\"frames_sent\""
+ "offset": 20799,
+ "length": 27,
+ "value": "\"was called with empty sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2315,
- "length": 19,
- "value": "\"total_frames_sent\""
+ "offset": 21174,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 18,
- "value": "\"huge_frames_sent\""
+ "offset": 21583,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2411,
- "length": 23,
- "value": "\"total_frames_duration\""
+ "offset": 22066,
+ "length": 53,
+ "value": "\"SummaryRequest error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2458,
- "length": 14,
- "value": "\"freeze_count\""
+ "offset": 22118,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2505,
- "length": 24,
- "value": "\"total_freezes_duration\""
+ "offset": 22403,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2552,
- "length": 13,
- "value": "\"pause_count\""
+ "offset": 22577,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2597,
- "length": 23,
- "value": "\"total_pauses_duration\""
+ "offset": 22802,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23125,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2649,
- "length": 20,
- "value": "\"key_frames_decoded\""
+ "offset": 23293,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2703,
- "length": 26,
- "value": "\"total_key_frames_decoded\""
+ "offset": 23557,
+ "length": 116,
+ "value": "\"Did request end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2762,
- "length": 25,
- "value": "\"total_inter_frame_delay\""
+ "offset": 23626,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2822,
- "length": 27,
- "value": "\"average_inter_frame_delay\""
+ "offset": 23672,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2889,
- "length": 33,
- "value": "\"total_squared_inter_frame_delay\""
+ "offset": 23799,
+ "length": 74,
+ "value": "\"succeeded to response end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2961,
- "length": 32,
- "value": "\"sum_of_squared_frames_duration\""
+ "offset": 23872,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3060,
+ "offset": 24189,
"length": 21,
- "value": "\"jitter_buffer_delay\""
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3118,
- "length": 29,
- "value": "\"average_jitter_buffer_delay\""
+ "offset": 24484,
+ "length": 116,
+ "value": "\"Did request end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3183,
- "length": 28,
- "value": "\"jitter_buffer_target_delay\""
+ "offset": 24553,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3254,
- "length": 36,
- "value": "\"average_jitter_buffer_target_delay\""
+ "offset": 24599,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3327,
- "length": 29,
- "value": "\"jitter_buffer_emitted_count\""
+ "offset": 25003,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3417,
- "length": 28,
- "value": "\"retransmitted_packets_sent\""
+ "offset": 25556,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3487,
- "length": 34,
- "value": "\"total_retransmitted_packets_sent\""
+ "offset": 26170,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3556,
- "length": 26,
- "value": "\"retransmitted_bytes_sent\""
+ "offset": 26407,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3622,
- "length": 32,
- "value": "\"total_retransmitted_bytes_sent\""
+ "offset": 411,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3695,
- "length": 32,
- "value": "\"retransmitted_packets_received\""
+ "offset": 441,
+ "length": 10,
+ "value": "\"has_next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3773,
- "length": 38,
- "value": "\"total_retransmitted_packets_received\""
+ "offset": 411,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3850,
- "length": 30,
- "value": "\"retransmitted_bytes_received\""
+ "offset": 441,
+ "length": 10,
+ "value": "\"has_next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3924,
- "length": 36,
- "value": "\"total_retransmitted_bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "kind": "Array",
+ "offset": 297,
+ "length": 21,
+ "value": "[\"sdk\", \"debug_logs\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4019,
- "length": 24,
- "value": "\"total_samples_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4071,
- "length": 18,
- "value": "\"samples_received\""
+ "offset": 719,
+ "length": 6,
+ "value": "\"logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4123,
- "length": 25,
- "value": "\"total_concealed_samples\""
+ "offset": 757,
+ "length": 18,
+ "value": "\"is_overflow_logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4177,
- "length": 19,
- "value": "\"concealed_samples\""
+ "offset": 719,
+ "length": 6,
+ "value": "\"logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4230,
- "length": 25,
- "value": "\"concealed_samples_ratio\""
+ "offset": 757,
+ "length": 18,
+ "value": "\"is_overflow_logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/RemoveCandidateEventCommand.swift",
"kind": "StringLiteral",
- "offset": 4295,
- "length": 32,
- "value": "\"total_silent_concealed_samples\""
+ "offset": 307,
+ "length": 28,
+ "value": "\"SendBirdCalls.RemoveCandidatesEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4362,
- "length": 26,
- "value": "\"silent_concealed_samples\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 370,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4436,
- "length": 41,
- "value": "\"total_inserted_samples_for_deceleration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 415,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4520,
- "length": 35,
- "value": "\"inserted_samples_for_deceleration\""
+ "offset": 692,
+ "length": 36,
+ "value": "\"com.sdk.calls.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4602,
- "length": 40,
- "value": "\"total_removed_samples_for_acceleration\""
+ "offset": 727,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4684,
- "length": 34,
- "value": "\"removed_samples_for_acceleration\""
+ "offset": 790,
+ "length": 38,
+ "value": "\"[RTPPacketMonitor] deinit was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4793,
- "length": 28,
- "value": "\"total_fec_packets_received\""
+ "offset": 1321,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4852,
- "length": 22,
- "value": "\"fec_packets_received\""
+ "offset": 1354,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4911,
- "length": 29,
- "value": "\"total_fec_packets_discarded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1725,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 25,
- "value": "\"total_packets_discarded\""
+ "offset": 1855,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5067,
- "length": 28,
- "value": "\"available_incoming_bitrate\""
+ "offset": 1888,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 5132,
- "length": 28,
- "value": "\"available_outgoing_bitrate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2894,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5212,
+ "offset": 2952,
"length": 20,
- "value": "\"outbound_fir_count\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5261,
+ "offset": 3020,
"length": 20,
- "value": "\"outbound_pli_count\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5309,
- "length": 19,
- "value": "\"inbound_fir_count\""
+ "offset": 3125,
+ "length": 33,
+ "value": "\"[RTPPacketMonitor] key : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5356,
- "length": 19,
- "value": "\"inbound_pli_count\""
+ "offset": 3157,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5401,
- "length": 16,
- "value": "\"inbound_jitter\""
+ "offset": 3192,
+ "length": 36,
+ "value": "\"[RTPPacketMonitor] id : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5461,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "offset": 3227,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5523,
- "length": 21,
- "value": "\"video_source_height\""
+ "offset": 3262,
+ "length": 40,
+ "value": "\"[RTPPacketMonitor] type : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5573,
- "length": 20,
- "value": "\"video_source_width\""
+ "offset": 3301,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 242,
- "length": 18,
- "value": "\"sent_frame_width\""
+ "offset": 3336,
+ "length": 53,
+ "value": "\"[RTPPacketMonitor] timestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 19,
- "value": "\"sent_frame_height\""
+ "offset": 3388,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 338,
- "length": 22,
- "value": "\"received_frame_width\""
+ "offset": 3423,
+ "length": 46,
+ "value": "\"[RTPPacketMonitor] values : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"received_frame_height\""
+ "offset": 3466,
+ "length": 1,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 16,
- "value": "\"frames_encoded\""
+ "offset": 3509,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 486,
+ "offset": 3559,
"length": 20,
- "value": "\"key_frames_encoded\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 540,
- "length": 26,
- "value": "\"total_key_frames_encoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3704,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 597,
- "length": 22,
- "value": "\"total_frames_encoded\""
+ "offset": 3762,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 27,
- "value": "\"quality_limitation_reason\""
+ "offset": 3830,
+ "length": 62,
+ "value": "\"[RTPPacketMonitor] Audio Stat: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 721,
- "length": 30,
- "value": "\"quality_limitation_durations\""
+ "offset": 3891,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 798,
- "length": 39,
- "value": "\"quality_limitation_resolution_changes\""
+ "offset": 3922,
+ "length": 62,
+ "value": "\"[RTPPacketMonitor] Video Stat: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 903,
- "length": 16,
- "value": "\"target_bitrate\""
+ "offset": 3983,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 943,
- "length": 14,
- "value": "\"packets_sent\""
+ "offset": 4014,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 986,
- "length": 20,
- "value": "\"total_packets_sent\""
+ "offset": 4054,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1034,
- "length": 18,
- "value": "\"packets_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4137,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1085,
- "length": 24,
- "value": "\"total_packets_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4184,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1131,
- "length": 12,
- "value": "\"bytes_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4227,
+ "length": 6,
+ "value": "1000.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1170,
- "length": 18,
- "value": "\"total_bytes_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4475,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1214,
- "length": 16,
- "value": "\"bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1352,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1261,
- "length": 22,
- "value": "\"total_bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1374,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1307,
- "length": 14,
- "value": "\"packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1458,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1350,
- "length": 20,
- "value": "\"total_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1480,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1400,
- "length": 21,
- "value": "\"remote_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "Array",
+ "offset": 470,
+ "length": 33,
+ "value": "[\"direct_calls\", \"missed_signal\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1456,
- "length": 27,
- "value": "\"remote_total_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "Array",
+ "offset": 567,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1511,
- "length": 19,
- "value": "\"packets_lost_rate\""
+ "offset": 622,
+ "length": 3,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 26,
- "value": "\"remote_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 791,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1623,
- "length": 25,
- "value": "\"total_packets_lost_rate\""
+ "offset": 924,
+ "length": 10,
+ "value": "\"call_ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1678,
- "length": 21,
- "value": "\"outbound_nack_count\""
+ "offset": 924,
+ "length": 10,
+ "value": "\"call_ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Hold\/HoldEventCommand.swift",
"kind": "StringLiteral",
- "offset": 1728,
- "length": 20,
- "value": "\"inbound_nack_count\""
+ "offset": 179,
+ "length": 16,
+ "value": "\"SendBirdCalls.HoldEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1779,
- "length": 22,
- "value": "\"remote_fraction_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 270,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1826,
- "length": 15,
- "value": "\"remote_jitter\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 298,
+ "length": 4,
+ "value": "30.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1863,
- "length": 12,
- "value": "\"remote_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 324,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1942,
- "length": 17,
- "value": "\"frames_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 378,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1991,
- "length": 23,
- "value": "\"total_frames_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 404,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2040,
- "length": 16,
- "value": "\"frames_decoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 427,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2087,
- "length": 22,
- "value": "\"total_frames_decoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 459,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2137,
- "length": 19,
- "value": "\"total_decode_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 487,
+ "length": 4,
+ "value": "30.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2182,
- "length": 16,
- "value": "\"frames_dropped\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SetOnce.swift",
+ "kind": "BooleanLiteral",
+ "offset": 929,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2229,
- "length": 22,
- "value": "\"total_frames_dropped\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SetOnce.swift",
+ "kind": "BooleanLiteral",
+ "offset": 951,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2274,
- "length": 13,
- "value": "\"frames_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2880,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2315,
- "length": 19,
- "value": "\"total_frames_sent\""
+ "offset": 3545,
+ "length": 30,
+ "value": "\"Received command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 18,
- "value": "\"huge_frames_sent\""
+ "offset": 3574,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2411,
- "length": 23,
- "value": "\"total_frames_duration\""
+ "offset": 4638,
+ "length": 95,
+ "value": "\"Unspecified error occured. error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2458,
- "length": 14,
- "value": "\"freeze_count\""
+ "offset": 4732,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2505,
- "length": 24,
- "value": "\"total_freezes_duration\""
+ "offset": 4872,
+ "length": 45,
+ "value": "\"CommandList Response. Response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2552,
- "length": 13,
- "value": "\"pause_count\""
+ "offset": 4916,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2597,
- "length": 23,
- "value": "\"total_pauses_duration\""
+ "offset": 5206,
+ "length": 67,
+ "value": "\"CommandList Response. signal sequences : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2649,
- "length": 20,
- "value": "\"key_frames_decoded\""
+ "offset": 5272,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostEventCommand.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 311,
"length": 26,
- "value": "\"total_key_frames_decoded\""
+ "value": "\"SendBirdCalls.ConnectionLostEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2762,
- "length": 25,
- "value": "\"total_inter_frame_delay\""
+ "offset": 220,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2822,
- "length": 27,
- "value": "\"average_inter_frame_delay\""
+ "offset": 250,
+ "length": 6,
+ "value": "\"room\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2889,
- "length": 33,
- "value": "\"total_squared_inter_frame_delay\""
+ "offset": 220,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2961,
- "length": 32,
- "value": "\"sum_of_squared_frames_duration\""
+ "offset": 250,
+ "length": 6,
+ "value": "\"room\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
"kind": "StringLiteral",
- "offset": 3060,
- "length": 21,
- "value": "\"jitter_buffer_delay\""
+ "offset": 779,
+ "length": 35,
+ "value": "\"com.sendbird.calls.logger.default\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3118,
- "length": 29,
- "value": "\"average_jitter_buffer_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3786,
+ "length": 7,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3183,
- "length": 28,
- "value": "\"jitter_buffer_target_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3944,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3254,
- "length": 36,
- "value": "\"average_jitter_buffer_target_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 4,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3327,
- "length": 29,
- "value": "\"jitter_buffer_emitted_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3786,
+ "length": 7,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3417,
- "length": 28,
- "value": "\"retransmitted_packets_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3944,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3487,
- "length": 34,
- "value": "\"total_retransmitted_packets_sent\""
+ "offset": 3371,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3556,
- "length": 26,
- "value": "\"retransmitted_bytes_sent\""
+ "offset": 3379,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3622,
- "length": 32,
- "value": "\"total_retransmitted_bytes_sent\""
+ "offset": 3550,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3695,
- "length": 32,
- "value": "\"retransmitted_packets_received\""
+ "offset": 3558,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3773,
- "length": 38,
- "value": "\"total_retransmitted_packets_received\""
+ "offset": 3700,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3850,
- "length": 30,
- "value": "\"retransmitted_bytes_received\""
+ "offset": 3708,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3924,
- "length": 36,
- "value": "\"total_retransmitted_bytes_received\""
+ "offset": 3927,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4019,
- "length": 24,
- "value": "\"total_samples_received\""
+ "offset": 3935,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4071,
- "length": 18,
- "value": "\"samples_received\""
+ "offset": 4101,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4123,
- "length": 25,
- "value": "\"total_concealed_samples\""
+ "offset": 4109,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4177,
- "length": 19,
- "value": "\"concealed_samples\""
+ "offset": 4269,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4230,
- "length": 25,
- "value": "\"concealed_samples_ratio\""
+ "offset": 4277,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4295,
- "length": 32,
- "value": "\"total_silent_concealed_samples\""
+ "offset": 4444,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4362,
- "length": 26,
- "value": "\"silent_concealed_samples\""
+ "offset": 4452,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4436,
- "length": 41,
- "value": "\"total_inserted_samples_for_deceleration\""
+ "offset": 4623,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4520,
- "length": 35,
- "value": "\"inserted_samples_for_deceleration\""
+ "offset": 4631,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4602,
- "length": 40,
- "value": "\"total_removed_samples_for_acceleration\""
+ "offset": 4802,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4684,
- "length": 34,
- "value": "\"removed_samples_for_acceleration\""
+ "offset": 4810,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4793,
- "length": 28,
- "value": "\"total_fec_packets_received\""
+ "offset": 4986,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4852,
- "length": 22,
- "value": "\"fec_packets_received\""
+ "offset": 4994,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4911,
- "length": 29,
- "value": "\"total_fec_packets_discarded\""
+ "offset": 5172,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 25,
- "value": "\"total_packets_discarded\""
+ "offset": 5180,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5067,
- "length": 28,
- "value": "\"available_incoming_bitrate\""
+ "offset": 5326,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5132,
- "length": 28,
- "value": "\"available_outgoing_bitrate\""
+ "offset": 5334,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5212,
- "length": 20,
- "value": "\"outbound_fir_count\""
+ "offset": 5516,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5261,
- "length": 20,
- "value": "\"outbound_pli_count\""
+ "offset": 5524,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5309,
- "length": 19,
- "value": "\"inbound_fir_count\""
+ "offset": 5676,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5356,
- "length": 19,
- "value": "\"inbound_pli_count\""
+ "offset": 5684,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5401,
- "length": 16,
- "value": "\"inbound_jitter\""
+ "offset": 5846,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5461,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "offset": 5854,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5523,
- "length": 21,
- "value": "\"video_source_height\""
+ "offset": 6004,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5573,
- "length": 20,
- "value": "\"video_source_width\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
- "kind": "IntegerLiteral",
- "offset": 445,
- "length": 1,
- "value": "1"
+ "offset": 6012,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 6,
- "value": "\"type\""
+ "offset": 6229,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1047,
- "length": 12,
- "value": "\"message_id\""
+ "offset": 6237,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1090,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 6425,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1136,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 6433,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 6,
- "value": "\"type\""
+ "offset": 6601,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1047,
- "length": 12,
- "value": "\"message_id\""
+ "offset": 6609,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1090,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 6843,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1136,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 6851,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 676,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "offset": 6999,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 723,
+ "offset": 7007,
"length": 2,
- "value": "\" to \""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 740,
- "length": 1,
- "value": "\" \""
+ "offset": 7182,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 760,
+ "offset": 7190,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 3538,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7390,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 3979,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7398,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 269,
- "length": 12,
- "value": "\"SendBirdCalls.WebRTCClient\""
+ "offset": 7435,
+ "length": 25,
+ "value": "\"Did receive answer with\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 29316,
- "length": 31,
- "value": "\"com.sendbird.sdk.calls.webrtc\""
+ "offset": 7471,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 29390,
- "length": 22,
- "value": "\"DtlsSrtpKeyAgreement\""
+ "offset": 7507,
+ "length": 18,
+ "value": "\"peerConnectionId\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29478,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7716,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29510,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7724,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29551,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7880,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29589,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7888,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32345,
- "length": 10,
- "value": "\"recvonly\""
+ "offset": 8035,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32380,
- "length": 10,
- "value": "\"sendonly\""
+ "offset": 8043,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32415,
- "length": 10,
- "value": "\"sendrecv\""
+ "offset": 8196,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32345,
- "length": 10,
- "value": "\"recvonly\""
+ "offset": 8204,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32380,
- "length": 10,
- "value": "\"sendonly\""
+ "offset": 8403,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32415,
- "length": 10,
- "value": "\"sendrecv\""
+ "offset": 8411,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1024,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 8448,
+ "length": 24,
+ "value": "\"Did receive offer with\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1024,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 8483,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 11,
- "value": "\"APNS_VOIP\""
+ "offset": 8519,
+ "length": 18,
+ "value": "\"peerConnectionId\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 19,
- "value": "\"CALLS_APNS_REMOTE\""
+ "offset": 8738,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 11,
- "value": "\"APNS_VOIP\""
+ "offset": 8746,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 19,
- "value": "\"CALLS_APNS_REMOTE\""
+ "offset": 216,
+ "length": 12,
+ "value": "\"request_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 707,
- "length": 6,
- "value": "\"keys\""
+ "offset": 252,
+ "length": 9,
+ "value": "\"handler\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 707,
- "length": 6,
- "value": "\"keys\""
+ "offset": 285,
+ "length": 9,
+ "value": "\"command\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 5,
- "value": "\"sdp\""
+ "offset": 318,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1672,
- "length": 17,
- "value": "\"sdp_mline_index\""
+ "offset": 216,
+ "length": 12,
+ "value": "\"request_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1712,
+ "offset": 252,
"length": 9,
- "value": "\"sdp_mid\""
+ "value": "\"handler\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 5,
- "value": "\"sdp\""
+ "offset": 285,
+ "length": 9,
+ "value": "\"command\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1672,
- "length": 17,
- "value": "\"sdp_mline_index\""
+ "offset": 318,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
- "kind": "StringLiteral",
- "offset": 1712,
- "length": 9,
- "value": "\"sdp_mid\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "Dictionary",
- "offset": 2317,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
"length": 3,
- "value": "[]"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "BooleanLiteral",
- "offset": 2440,
+ "offset": 502,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "Dictionary",
- "offset": 2657,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3180,
- "length": 9,
- "value": "\"call_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3239,
- "length": 10,
- "value": "\"ended_by\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
+ "length": 3,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3275,
- "length": 12,
- "value": "\"started_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3311,
- "length": 10,
- "value": "\"ended_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
+ "length": 3,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3347,
- "length": 12,
- "value": "\"end_result\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1122,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3388,
- "length": 15,
- "value": "\"end_result_ex\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1613,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3431,
- "length": 15,
- "value": "\"is_video_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2323,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3471,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3510,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4782,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3554,
- "length": 12,
- "value": "\"call_relay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4892,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3180,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 394,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3239,
- "length": 10,
- "value": "\"ended_by\""
+ "offset": 426,
+ "length": 6,
+ "value": "\"prev\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3275,
- "length": 12,
- "value": "\"started_at\""
+ "offset": 394,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3311,
- "length": 10,
- "value": "\"ended_at\""
+ "offset": 426,
+ "length": 6,
+ "value": "\"prev\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3347,
- "length": 12,
- "value": "\"end_result\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/Sequence.swift",
+ "kind": "BooleanLiteral",
+ "offset": 926,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3388,
- "length": 15,
- "value": "\"end_result_ex\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/Sequence.swift",
+ "kind": "BooleanLiteral",
+ "offset": 965,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3431,
- "length": 15,
- "value": "\"is_video_call\""
+ "offset": 457,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3471,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 457,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3510,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 224,
+ "length": 19,
+ "value": "\"SendBirdCalls.SendBirdChatOptions\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 3554,
- "length": 12,
- "value": "\"call_relay\""
+ "offset": 1567,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 13,
- "value": "\"SendBirdCalls.DirectCallLog\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/PartialMeshParticipantManager.swift",
- "kind": "Dictionary",
- "offset": 407,
- "length": 3,
- "value": "[]"
+ "offset": 1619,
+ "length": 2,
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 15,
- "value": "\"SendBirdCalls.EndEventCommand\""
+ "offset": 1634,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 630,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 810,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1235,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1781,
"length": 2,
- "value": "[]"
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1666,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1798,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1848,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1818,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 8009,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 8141,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2483,
+ "length": 75,
+ "value": "\"com.sendbird.call.directcalls.statemanager.operation_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 282,
- "length": 13,
- "value": "\"SendBirdCalls.RoomListQuery\""
+ "offset": 2557,
+ "length": 25,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 815,
- "length": 6,
- "value": "\"keys\""
+ "offset": 2636,
+ "length": 15,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 815,
- "length": 6,
- "value": "\"keys\""
+ "offset": 2650,
+ "length": 3,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/CandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 302,
- "length": 21,
- "value": "\"SendBirdCalls.CandidateEventCommand\""
+ "offset": 3177,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1050,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 3207,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1106,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 8665,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1152,
- "length": 11,
- "value": "\"device_os\""
+ "offset": 8695,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1050,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 8879,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1106,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 8909,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1152,
- "length": 11,
- "value": "\"device_os\""
+ "offset": 9136,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 368,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 9166,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 409,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 9436,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 368,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 9466,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 409,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 9877,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptRequest.swift",
- "kind": "Array",
- "offset": 707,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9907,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 195,
- "length": 33,
- "value": "\"SendBirdCalls.DeleteRoomCustomItemsEventCommand\""
+ "offset": 10080,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 487,
- "length": 11,
- "value": "\"attach_to\""
+ "offset": 10110,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 530,
- "length": 4,
- "value": "\"on\""
+ "offset": 10366,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 561,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 10396,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 601,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 10658,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 644,
- "length": 15,
- "value": "\"audio_enabled\""
+ "offset": 10688,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 684,
- "length": 15,
- "value": "\"video_enabled\""
+ "offset": 10944,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 12,
- "value": "\"audio_attr\""
+ "offset": 10974,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 12,
- "value": "\"video_attr\""
+ "offset": 11770,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 811,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 11800,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 855,
- "length": 15,
- "value": "\"kick_siblings\""
+ "offset": 11837,
+ "length": 10,
+ "value": "\"Received\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 487,
- "length": 11,
- "value": "\"attach_to\""
+ "offset": 11858,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 530,
- "length": 4,
- "value": "\"on\""
+ "offset": 12618,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 561,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 12648,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 601,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 12861,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 644,
- "length": 15,
- "value": "\"audio_enabled\""
+ "offset": 12891,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 684,
- "length": 15,
- "value": "\"video_enabled\""
+ "offset": 13159,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 12,
- "value": "\"audio_attr\""
+ "offset": 13189,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 12,
- "value": "\"video_attr\""
+ "offset": 13478,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 811,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 13508,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 855,
- "length": 15,
- "value": "\"kick_siblings\""
+ "offset": 13545,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 5188,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13621,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 11648,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13862,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 14238,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13892,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 18768,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13929,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 31352,
- "length": 27,
- "value": "\"was called in the state: \""
+ "offset": 14005,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1187,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14247,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1389,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14277,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1634,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14314,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1929,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14390,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 2267,
+ "offset": 14504,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "BooleanLiteral",
- "offset": 2435,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15016,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 2931,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15046,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 3076,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15083,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 2931,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15159,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 3076,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15677,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4316,
- "length": 16,
- "value": "\"participant_id\""
+ "offset": 15707,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4358,
- "length": 12,
- "value": "\"entered_at\""
+ "offset": 15744,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4396,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 15820,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4433,
- "length": 11,
- "value": "\"exited_at\""
+ "offset": 16348,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4469,
- "length": 10,
- "value": "\"duration\""
+ "offset": 16378,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4504,
- "length": 11,
- "value": "\"client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16648,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4578,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 17067,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4617,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 17097,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4316,
- "length": 16,
- "value": "\"participant_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17367,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4358,
- "length": 12,
- "value": "\"entered_at\""
+ "offset": 17794,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4396,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 17824,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4433,
- "length": 11,
- "value": "\"exited_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18339,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4469,
- "length": 10,
- "value": "\"duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18436,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4504,
- "length": 11,
- "value": "\"client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18463,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18546,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18586,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4578,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 18705,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4617,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 18735,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 4772,
+ "offset": 18903,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 4801,
+ "offset": 19206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20724,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 348,
- "length": 11,
- "value": "\"SendBirdCalls.Participant\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22740,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 358,
- "length": 5,
- "value": "false"
+ "offset": 22835,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 715,
+ "offset": 535,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
"length": 11,
- "value": "\"turn_urls\""
+ "value": "\"call_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 751,
- "length": 10,
- "value": "\"username\""
+ "offset": 605,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 786,
- "length": 10,
- "value": "\"password\""
+ "offset": 642,
+ "length": 12,
+ "value": "\"signal_seq\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 828,
+ "offset": 685,
+ "length": 17,
+ "value": "\"signal_snapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 734,
"length": 18,
- "value": "\"transport_policy\""
+ "value": "\"caller_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 715,
+ "offset": 784,
+ "length": 18,
+ "value": "\"callee_client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 535,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
"length": 11,
- "value": "\"turn_urls\""
+ "value": "\"call_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 751,
- "length": 10,
- "value": "\"username\""
+ "offset": 605,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 786,
- "length": 10,
- "value": "\"password\""
+ "offset": 642,
+ "length": 12,
+ "value": "\"signal_seq\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 828,
+ "offset": 685,
+ "length": 17,
+ "value": "\"signal_snapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 734,
"length": 18,
- "value": "\"transport_policy\""
+ "value": "\"caller_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 784,
+ "length": 18,
+ "value": "\"callee_client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "BooleanLiteral",
- "offset": 328,
+ "offset": 1707,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
- "kind": "StringLiteral",
- "offset": 185,
- "length": 25,
- "value": "\"SendBirdCalls.EndpointDisconnectedState\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "Array",
+ "offset": 1768,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
- "kind": "BooleanLiteral",
- "offset": 405,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "BooleanLiteral",
- "offset": 2285,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "Dictionary",
- "offset": 2408,
+ "offset": 1058,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "IntegerLiteral",
- "offset": 2615,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "FloatLiteral",
+ "offset": 1090,
+ "length": 3,
+ "value": "5.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "IntegerLiteral",
- "offset": 2810,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1247,
+ "length": 64,
+ "value": "\"com.sendbird.sdk.calls.websocket.callback.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 410,
- "length": 4,
- "value": "\"SendBirdCalls.Room\""
+ "offset": 1310,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 21234,
+ "offset": 1529,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "BooleanLiteral",
- "offset": 21272,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1701,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 238,
- "length": 14,
- "value": "\"turn_changed\""
+ "offset": 1755,
+ "length": 65,
+ "value": "\"com.sendbird.sdk.calls.websocket.operation.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 238,
- "length": 14,
- "value": "\"turn_changed\""
+ "offset": 1819,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
- "kind": "Array",
- "offset": 582,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1932,
+ "length": 66,
+ "value": "\"com.sendbird.sdk.calls.websocket.connection.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1997,
+ "length": 27,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3551,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3573,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 619,
+ "offset": 3605,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 864,
+ "offset": 3682,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3971,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3993,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5611,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1039,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5910,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1146,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5932,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1039,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6551,
+ "length": 64,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1146,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6573,
+ "length": 4,
+ "value": "\" with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 1522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6614,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1702,
+ "offset": 7154,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "Array",
- "offset": 5627,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 7203,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6899,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8479,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6918,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8501,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9112,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "FloatLiteral",
+ "offset": 9252,
"length": 3,
- "value": "100"
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6985,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9678,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 7002,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9890,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9912,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6841,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10148,
+ "length": 63,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10170,
+ "length": 4,
+ "value": "\" with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10210,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 515,
- "length": 22,
- "value": "\"SendBirdCalls.DirectCallLogListQuery\""
+ "offset": 10372,
+ "length": 29,
+ "value": "\"received message is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Decline\/DeclineResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 292,
- "length": 15,
- "value": "\"SendBirdCalls.DeclineResponse\""
+ "offset": 10400,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Timeout\/TimeoutEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 303,
- "length": 19,
- "value": "\"SendBirdCalls.TimeoutEventCommand\""
+ "offset": 11196,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 2701,
- "length": 9,
- "value": "\"command\""
+ "offset": 11218,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Test\/AddIceCandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 190,
- "length": 27,
- "value": "\"SendBirdCalls.AddIceCandidateEventCommand\""
+ "offset": 11341,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1003,
+ "offset": 11668,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11802,
+ "length": 29,
+ "value": "\"[Alive] Alive timer invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1032,
+ "offset": 12001,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1059,
+ "offset": 12070,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantVideoSettingEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 198,
- "length": 35,
- "value": "\"SendBirdCalls.ParticipantVideoSettingEventCommand\""
+ "offset": 12120,
+ "length": 56,
+ "value": "\"[Alive] WebSocket will disconnect due to alive timeout\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
- "kind": "Dictionary",
- "offset": 506,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12219,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12278,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 12396,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 12912,
+ "length": 22,
+ "value": "\"sbcall_session_token\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 464,
+ "offset": 13003,
"length": 18,
- "value": "\"peer_stream_lost\""
+ "value": "\"sbcall_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 383,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13064,
+ "length": 66,
+ "value": "\"ios,\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointEstablishedState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 201,
- "length": 24,
- "value": "\"SendBirdCalls.EndpointEstablishedState\""
+ "offset": 13102,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
- "kind": "Dictionary",
- "offset": 2232,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13129,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
- "kind": "Array",
- "offset": 2266,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13176,
+ "length": 10,
+ "value": "\"sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 292,
- "length": 16,
- "value": "\"SendBirdCalls.DialEventCommand\""
+ "offset": 13473,
+ "length": 38,
+ "value": "\"calls-ios\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
- "kind": "IntegerLiteral",
- "offset": 3575,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13510,
+ "length": 24,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
- "kind": "IntegerLiteral",
- "offset": 4133,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13533,
+ "length": 12,
+ "value": "\"User-Agent\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 286,
- "length": 11,
- "value": "\"SendBirdCalls.EndResponse\""
+ "offset": 13674,
+ "length": 24,
+ "value": "\"Request-Sent-Timestamp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 4,
- "value": "\"2G\""
+ "offset": 13739,
+ "length": 16,
+ "value": "\"URL Request is\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 328,
- "length": 4,
- "value": "\"3G\""
+ "offset": 13771,
+ "length": 15,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 354,
- "length": 4,
- "value": "\"4G\""
+ "offset": 13785,
+ "length": 18,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 382,
- "length": 9,
- "value": "\"Unknown\""
+ "offset": 13802,
+ "length": 32,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 4,
- "value": "\"2G\""
+ "offset": 13833,
+ "length": 3,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 328,
- "length": 4,
- "value": "\"3G\""
+ "offset": 14059,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 354,
- "length": 4,
- "value": "\"4G\""
+ "offset": 14081,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 382,
- "length": 9,
- "value": "\"Unknown\""
+ "offset": 14114,
+ "length": 31,
+ "value": "\"will send request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/VideoSettingEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 316,
- "length": 24,
- "value": "\"SendBirdCalls.VideoSettingEventCommand\""
+ "offset": 14144,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 4550,
- "length": 7,
- "value": "\"codec\""
+ "offset": 14402,
+ "length": 67,
+ "value": "\"WebSocketClient will send message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
- "kind": "StringLiteral",
- "offset": 4592,
- "length": 16,
- "value": "\"candidate-pair\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14462,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 4643,
- "length": 18,
- "value": "\"remote-candidate\""
+ "offset": 14468,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Get\/GetRoomRequest.swift",
"kind": "StringLiteral",
- "offset": 4696,
- "length": 17,
- "value": "\"local-candidate\""
+ "offset": 454,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4748,
- "length": 11,
- "value": "\"transport\""
+ "offset": 303,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4794,
- "length": 14,
- "value": "\"media-source\""
+ "offset": 331,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4843,
- "length": 7,
- "value": "\"track\""
+ "offset": 503,
+ "length": 9,
+ "value": "\"Ringing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4894,
- "length": 20,
- "value": "\"remote-inbound-rtp\""
+ "offset": 653,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4949,
- "length": 13,
- "value": "\"inbound-rtp\""
+ "offset": 681,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4997,
- "length": 14,
- "value": "\"outbound-rtp\""
+ "offset": 837,
+ "length": 11,
+ "value": "\"Establish\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4550,
- "length": 7,
- "value": "\"codec\""
+ "offset": 1027,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4592,
- "length": 16,
- "value": "\"candidate-pair\""
+ "offset": 1055,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4643,
- "length": 18,
- "value": "\"remote-candidate\""
+ "offset": 1209,
+ "length": 9,
+ "value": "\"Connect\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4696,
- "length": 17,
- "value": "\"local-candidate\""
+ "offset": 1397,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4748,
- "length": 11,
- "value": "\"transport\""
+ "offset": 1425,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4794,
+ "offset": 1589,
"length": 14,
- "value": "\"media-source\""
+ "value": "\"Reconnecting\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4843,
- "length": 7,
- "value": "\"track\""
+ "offset": 1792,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4894,
- "length": 20,
- "value": "\"remote-inbound-rtp\""
+ "offset": 1820,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4949,
- "length": 13,
- "value": "\"inbound-rtp\""
+ "offset": 1985,
+ "length": 11,
+ "value": "\"Reconnect\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4997,
- "length": 14,
- "value": "\"outbound-rtp\""
+ "offset": 2180,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
- "kind": "Array",
- "offset": 360,
- "length": 9,
- "value": "[\"rooms\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 2208,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1536,
- "length": 6,
- "value": "\"next\""
+ "offset": 2445,
+ "length": 5,
+ "value": "\"End\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1568,
- "length": 6,
- "value": "\"prev\""
+ "offset": 2648,
+ "length": 53,
+ "value": "\"with audio \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1604,
- "length": 6,
- "value": "\"type\""
+ "offset": 2672,
+ "length": 3,
+ "value": "\" was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1632,
- "length": 7,
- "value": "\"state\""
+ "offset": 2700,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 10,
- "value": "\"room_ids\""
+ "offset": 2980,
+ "length": 64,
+ "value": "\"Remote audio enabled: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1703,
- "length": 31,
- "value": "\"current_participant_range_gte\""
+ "offset": 3031,
+ "length": 2,
+ "value": "\" in the call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1764,
- "length": 31,
- "value": "\"current_participant_range_lte\""
+ "offset": 3180,
+ "length": 53,
+ "value": "\"with video \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1828,
- "length": 21,
- "value": "\"created_by_user_ids\""
+ "offset": 3204,
+ "length": 3,
+ "value": "\" was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1893,
- "length": 23,
- "value": "\"created_at_start_date\""
+ "offset": 3232,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1949,
- "length": 21,
- "value": "\"created_at_end_date\""
+ "offset": 3503,
+ "length": 67,
+ "value": "\"Remote video is enabled: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1536,
- "length": 6,
- "value": "\"next\""
+ "offset": 3557,
+ "length": 2,
+ "value": "\" in the call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1568,
- "length": 6,
- "value": "\"prev\""
+ "offset": 3682,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1604,
- "length": 6,
- "value": "\"type\""
+ "offset": 3710,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1632,
- "length": 7,
- "value": "\"state\""
+ "offset": 3876,
+ "length": 83,
+ "value": "\"Remote Recording Status Changed to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 10,
- "value": "\"room_ids\""
+ "offset": 3941,
+ "length": 2,
+ "value": "\" in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1703,
- "length": 31,
- "value": "\"current_participant_range_gte\""
+ "offset": 3958,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1764,
- "length": 31,
- "value": "\"current_participant_range_lte\""
+ "offset": 4202,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1828,
- "length": 21,
- "value": "\"created_by_user_ids\""
+ "offset": 4230,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1893,
- "length": 23,
- "value": "\"created_at_start_date\""
+ "offset": 4414,
+ "length": 99,
+ "value": "\"isLocalUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1949,
- "length": 21,
- "value": "\"created_at_end_date\""
+ "offset": 4442,
+ "length": 4,
+ "value": "\" Hold Status Changed to isUserOnHold: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
- "kind": "IntegerLiteral",
- "offset": 266,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "\" in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
- "kind": "Dictionary",
- "offset": 368,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4512,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Create\/CreateRoomRequest.swift",
- "kind": "Array",
- "offset": 328,
- "length": 9,
- "value": "[\"rooms\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4773,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4801,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "BooleanLiteral",
- "offset": 484,
+ "offset": 5024,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5113,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 589,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 242,
+ "length": 18,
+ "value": "\"sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 631,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 288,
+ "length": 19,
+ "value": "\"sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 667,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 338,
+ "length": 22,
+ "value": "\"received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 589,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 392,
+ "length": 23,
+ "value": "\"received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 631,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 441,
+ "length": 16,
+ "value": "\"frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 667,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 486,
+ "length": 20,
+ "value": "\"key_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 186,
- "length": 22,
- "value": "\"SendBirdCalls.DeleteRoomEventCommand\""
+ "offset": 540,
+ "length": 26,
+ "value": "\"total_key_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Offer\/OfferEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 306,
- "length": 17,
- "value": "\"SendBirdCalls.OfferEventCommand\""
+ "offset": 597,
+ "length": 22,
+ "value": "\"total_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 655,
+ "length": 27,
+ "value": "\"quality_limitation_reason\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 30,
+ "value": "\"quality_limitation_durations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 39,
+ "value": "\"quality_limitation_resolution_changes\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 16,
+ "value": "\"target_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 943,
+ "length": 14,
+ "value": "\"packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 20,
+ "value": "\"total_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 18,
+ "value": "\"packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1085,
+ "length": 24,
+ "value": "\"total_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 12,
+ "value": "\"bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 18,
+ "value": "\"total_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 16,
+ "value": "\"bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1261,
+ "length": 22,
+ "value": "\"total_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 14,
+ "value": "\"packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1350,
+ "length": 20,
+ "value": "\"total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1400,
+ "length": 21,
+ "value": "\"remote_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 27,
+ "value": "\"remote_total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 19,
+ "value": "\"packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 26,
+ "value": "\"remote_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1623,
+ "length": 25,
+ "value": "\"total_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1678,
+ "length": 21,
+ "value": "\"outbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 20,
+ "value": "\"inbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1779,
+ "length": 22,
+ "value": "\"remote_fraction_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 15,
+ "value": "\"remote_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 12,
+ "value": "\"remote_rtt\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 17,
+ "value": "\"frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1991,
+ "length": 23,
+ "value": "\"total_frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2040,
+ "length": 16,
+ "value": "\"frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 22,
+ "value": "\"total_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 19,
+ "value": "\"total_decode_time\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2182,
+ "length": 16,
+ "value": "\"frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2229,
+ "length": 22,
+ "value": "\"total_frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 13,
+ "value": "\"frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2315,
+ "length": 19,
+ "value": "\"total_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 18,
+ "value": "\"huge_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2411,
+ "length": 23,
+ "value": "\"total_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 14,
+ "value": "\"freeze_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2505,
+ "length": 24,
+ "value": "\"total_freezes_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2552,
+ "length": 13,
+ "value": "\"pause_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2597,
+ "length": 23,
+ "value": "\"total_pauses_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2649,
+ "length": 20,
+ "value": "\"key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2703,
+ "length": 26,
+ "value": "\"total_key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 25,
+ "value": "\"total_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2822,
+ "length": 27,
+ "value": "\"average_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2889,
+ "length": 33,
+ "value": "\"total_squared_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2961,
+ "length": 32,
+ "value": "\"sum_of_squared_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3060,
+ "length": 21,
+ "value": "\"jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3118,
+ "length": 29,
+ "value": "\"average_jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3183,
+ "length": 28,
+ "value": "\"jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3254,
+ "length": 36,
+ "value": "\"average_jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3327,
+ "length": 29,
+ "value": "\"jitter_buffer_emitted_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3417,
+ "length": 28,
+ "value": "\"retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3487,
+ "length": 34,
+ "value": "\"total_retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3556,
+ "length": 26,
+ "value": "\"retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3622,
+ "length": 32,
+ "value": "\"total_retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3695,
+ "length": 32,
+ "value": "\"retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 38,
+ "value": "\"total_retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3850,
+ "length": 30,
+ "value": "\"retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3924,
+ "length": 36,
+ "value": "\"total_retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4019,
+ "length": 24,
+ "value": "\"total_samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4071,
+ "length": 18,
+ "value": "\"samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 25,
+ "value": "\"total_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4177,
+ "length": 19,
+ "value": "\"concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4230,
+ "length": 25,
+ "value": "\"concealed_samples_ratio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4295,
+ "length": 32,
+ "value": "\"total_silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4362,
+ "length": 26,
+ "value": "\"silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4436,
+ "length": 41,
+ "value": "\"total_inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 35,
+ "value": "\"inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 40,
+ "value": "\"total_removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4684,
+ "length": 34,
+ "value": "\"removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4793,
+ "length": 28,
+ "value": "\"total_fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4852,
+ "length": 22,
+ "value": "\"fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4911,
+ "length": 29,
+ "value": "\"total_fec_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 25,
+ "value": "\"total_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5067,
+ "length": 28,
+ "value": "\"available_incoming_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5132,
+ "length": 28,
+ "value": "\"available_outgoing_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5212,
+ "length": 20,
+ "value": "\"outbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5261,
+ "length": 20,
+ "value": "\"outbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5309,
+ "length": 19,
+ "value": "\"inbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5356,
+ "length": 19,
+ "value": "\"inbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5401,
+ "length": 16,
+ "value": "\"inbound_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5461,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5523,
+ "length": 21,
+ "value": "\"video_source_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5573,
+ "length": 20,
+ "value": "\"video_source_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 18,
+ "value": "\"sent_frame_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 19,
+ "value": "\"sent_frame_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 338,
+ "length": 22,
+ "value": "\"received_frame_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 23,
+ "value": "\"received_frame_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 16,
+ "value": "\"frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 20,
+ "value": "\"key_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 540,
+ "length": 26,
+ "value": "\"total_key_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 597,
+ "length": 22,
+ "value": "\"total_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 655,
+ "length": 27,
+ "value": "\"quality_limitation_reason\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 30,
+ "value": "\"quality_limitation_durations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 39,
+ "value": "\"quality_limitation_resolution_changes\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 16,
+ "value": "\"target_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 943,
+ "length": 14,
+ "value": "\"packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 20,
+ "value": "\"total_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 18,
+ "value": "\"packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1085,
+ "length": 24,
+ "value": "\"total_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 12,
+ "value": "\"bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 18,
+ "value": "\"total_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 16,
+ "value": "\"bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1261,
+ "length": 22,
+ "value": "\"total_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 14,
+ "value": "\"packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1350,
+ "length": 20,
+ "value": "\"total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1400,
+ "length": 21,
+ "value": "\"remote_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 27,
+ "value": "\"remote_total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 19,
+ "value": "\"packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 26,
+ "value": "\"remote_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1623,
+ "length": 25,
+ "value": "\"total_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1678,
+ "length": 21,
+ "value": "\"outbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 20,
+ "value": "\"inbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1779,
+ "length": 22,
+ "value": "\"remote_fraction_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 15,
+ "value": "\"remote_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 12,
+ "value": "\"remote_rtt\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 17,
+ "value": "\"frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1991,
+ "length": 23,
+ "value": "\"total_frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2040,
+ "length": 16,
+ "value": "\"frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 22,
+ "value": "\"total_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 19,
+ "value": "\"total_decode_time\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2182,
+ "length": 16,
+ "value": "\"frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2229,
+ "length": 22,
+ "value": "\"total_frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 13,
+ "value": "\"frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2315,
+ "length": 19,
+ "value": "\"total_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 18,
+ "value": "\"huge_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2411,
+ "length": 23,
+ "value": "\"total_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 14,
+ "value": "\"freeze_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2505,
+ "length": 24,
+ "value": "\"total_freezes_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2552,
+ "length": 13,
+ "value": "\"pause_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2597,
+ "length": 23,
+ "value": "\"total_pauses_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2649,
+ "length": 20,
+ "value": "\"key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2703,
+ "length": 26,
+ "value": "\"total_key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 25,
+ "value": "\"total_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2822,
+ "length": 27,
+ "value": "\"average_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2889,
+ "length": 33,
+ "value": "\"total_squared_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2961,
+ "length": 32,
+ "value": "\"sum_of_squared_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3060,
+ "length": 21,
+ "value": "\"jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3118,
+ "length": 29,
+ "value": "\"average_jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3183,
+ "length": 28,
+ "value": "\"jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3254,
+ "length": 36,
+ "value": "\"average_jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3327,
+ "length": 29,
+ "value": "\"jitter_buffer_emitted_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3417,
+ "length": 28,
+ "value": "\"retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3487,
+ "length": 34,
+ "value": "\"total_retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3556,
+ "length": 26,
+ "value": "\"retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3622,
+ "length": 32,
+ "value": "\"total_retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3695,
+ "length": 32,
+ "value": "\"retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 38,
+ "value": "\"total_retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3850,
+ "length": 30,
+ "value": "\"retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3924,
+ "length": 36,
+ "value": "\"total_retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4019,
+ "length": 24,
+ "value": "\"total_samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4071,
+ "length": 18,
+ "value": "\"samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 25,
+ "value": "\"total_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4177,
+ "length": 19,
+ "value": "\"concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4230,
+ "length": 25,
+ "value": "\"concealed_samples_ratio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4295,
+ "length": 32,
+ "value": "\"total_silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4362,
+ "length": 26,
+ "value": "\"silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4436,
+ "length": 41,
+ "value": "\"total_inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 35,
+ "value": "\"inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 40,
+ "value": "\"total_removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4684,
+ "length": 34,
+ "value": "\"removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4793,
+ "length": 28,
+ "value": "\"total_fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4852,
+ "length": 22,
+ "value": "\"fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4911,
+ "length": 29,
+ "value": "\"total_fec_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 25,
+ "value": "\"total_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5067,
+ "length": 28,
+ "value": "\"available_incoming_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5132,
+ "length": 28,
+ "value": "\"available_outgoing_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5212,
+ "length": 20,
+ "value": "\"outbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5261,
+ "length": 20,
+ "value": "\"outbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5309,
+ "length": 19,
+ "value": "\"inbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5356,
+ "length": 19,
+ "value": "\"inbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5401,
+ "length": 16,
+ "value": "\"inbound_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5461,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5523,
+ "length": 21,
+ "value": "\"video_source_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5573,
+ "length": 20,
+ "value": "\"video_source_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 421,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 434,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 870,
+ "length": 17,
+ "value": "\".sernder.send()\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 47,
+ "value": "\"Failed to send Candidate Request with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1308,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1336,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1359,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1373,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1871,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1899,
+ "length": 11,
+ "value": "\"local sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1921,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1928,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2286,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2586,
+ "length": 31,
+ "value": "\"Success sent Offer: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2616,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2695,
+ "length": 121,
+ "value": "\"Did send offer request with result: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2769,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2815,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3168,
+ "length": 124,
+ "value": "\"Did send answer request with response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3245,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3291,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "FloatLiteral",
+ "offset": 3413,
+ "length": 3,
+ "value": "2.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3440,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 31,
+ "value": "\"was called with data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3628,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3739,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4154,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4516,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4913,
+ "length": 39,
+ "value": "\"was called with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4951,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 21,
+ "value": "\"was called in call:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1105,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2309,
+ "length": 21,
+ "value": "\"was called in call:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2849,
+ "length": 36,
+ "value": "\"is called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2884,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3014,
+ "length": 73,
+ "value": "\"Returned immediately because view is as same as current localVideoView.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3133,
+ "length": 81,
+ "value": "\"Returned immediately because view is as same as current callInfo.localVideoView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3821,
+ "length": 33,
+ "value": "\"is called \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3853,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6748,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8899,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9127,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "IntegerLiteral",
+ "offset": 445,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 12,
+ "value": "\"message_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1136,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 12,
+ "value": "\"message_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1136,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 525,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 577,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 676,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 723,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 740,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 760,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "Dictionary",
+ "offset": 1600,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1695,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1796,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3979,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 4028,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5476,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6774,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6901,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8596,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10615,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11402,
+ "length": 84,
+ "value": "\"failed to proccess sdp to peer connection with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11485,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11738,
+ "length": 18,
+ "value": "\"Did process with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11783,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11790,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11803,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12185,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12240,
+ "length": 70,
+ "value": "\"will set remote description with hasSetRemoteSDP: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12309,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12527,
+ "length": 69,
+ "value": "\"peer connection set remote description \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12595,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13211,
+ "length": 107,
+ "value": "\"RTCRtpTransceiver audio setDirection to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13290,
+ "length": 6,
+ "value": "\" failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13317,
+ "length": 4,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13640,
+ "length": 107,
+ "value": "\"RTCRtpTransceiver video setDirection to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13719,
+ "length": 6,
+ "value": "\" failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13746,
+ "length": 4,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14104,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14326,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14685,
+ "length": 32,
+ "value": "\"was reported error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14716,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14927,
+ "length": 23,
+ "value": "\"will execute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14949,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 12,
+ "value": "\"SendBirdCalls.WebRTCClient\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 15236,
+ "length": 51,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 15286,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16406,
+ "length": 96,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16456,
+ "length": 9,
+ "value": "\" signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16501,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16932,
+ "length": 42,
+ "value": "\"[WebRTC] MUST NOT be the default value:(\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17027,
+ "length": 172,
+ "value": "\"local signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17111,
+ "length": 1,
+ "value": "\", remote signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17198,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19281,
+ "length": 101,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19331,
+ "length": 3,
+ "value": "\" new ICE connection state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19381,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20709,
+ "length": 100,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20759,
+ "length": 3,
+ "value": "\" new ICE gathering state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20808,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20966,
+ "length": 51,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21016,
+ "length": 13,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21028,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21050,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21063,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21301,
+ "length": 72,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21351,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21371,
+ "length": 1,
+ "value": "\"-\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21384,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21407,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21421,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21656,
+ "length": 80,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21706,
+ "length": 4,
+ "value": "\" data channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21735,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23627,
+ "length": 102,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23677,
+ "length": 3,
+ "value": "\" new peer connection state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23728,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25216,
+ "length": 69,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25266,
+ "length": 6,
+ "value": "\" stream: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25436,
+ "length": 69,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25486,
+ "length": 6,
+ "value": "\" stream: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25504,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26655,
+ "length": 139,
+ "value": "\"Remote: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26676,
+ "length": 3,
+ "value": "\" was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26726,
+ "length": 5,
+ "value": "\" added RTP Receiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26761,
+ "length": 1,
+ "value": "\", media streams: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26793,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28129,
+ "length": 88,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28179,
+ "length": 7,
+ "value": "\" removed RTP Receiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28216,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28663,
+ "length": 133,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28713,
+ "length": 7,
+ "value": "\" started receiving on transceiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28762,
+ "length": 4,
+ "value": "\" with \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28795,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28997,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29006,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29219,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29316,
+ "length": 31,
+ "value": "\"com.sendbird.sdk.calls.webrtc\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29390,
+ "length": 22,
+ "value": "\"DtlsSrtpKeyAgreement\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29478,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29510,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29551,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29757,
+ "length": 71,
+ "value": "\"was called with turnCredential: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29827,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "Array",
+ "offset": 29928,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32345,
+ "length": 10,
+ "value": "\"recvonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32380,
+ "length": 10,
+ "value": "\"sendonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32415,
+ "length": 10,
+ "value": "\"sendrecv\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32345,
+ "length": 10,
+ "value": "\"recvonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32380,
+ "length": 10,
+ "value": "\"sendonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32415,
+ "length": 10,
+ "value": "\"sendrecv\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 664,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1122,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2363,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "StringLiteral",
+ "offset": 3093,
+ "length": 22,
+ "value": "\"was called in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "StringLiteral",
+ "offset": 3999,
+ "length": 22,
+ "value": "\"was called in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 26,
+ "value": "\"sbcall_short_lived_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 899,
+ "length": 9,
+ "value": "\"receive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1024,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1024,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 11,
+ "value": "\"APNS_VOIP\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 19,
+ "value": "\"CALLS_APNS_REMOTE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 11,
+ "value": "\"APNS_VOIP\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 19,
+ "value": "\"CALLS_APNS_REMOTE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 414,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 17,
+ "value": "\"sdp_mline_index\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1712,
+ "length": 9,
+ "value": "\"sdp_mid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 17,
+ "value": "\"sdp_mline_index\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1712,
+ "length": 9,
+ "value": "\"sdp_mid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 458,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 499,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 401,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 427,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 466,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1242,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "StringLiteral",
+ "offset": 1270,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1282,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1314,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Dictionary+SendBirdCalls.swift",
+ "kind": "Dictionary",
+ "offset": 399,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Dictionary+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 1148,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1087,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1102,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 2317,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2440,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 2657,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2879,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2915,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3239,
+ "length": 10,
+ "value": "\"ended_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3275,
+ "length": 12,
+ "value": "\"started_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3311,
+ "length": 10,
+ "value": "\"ended_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3347,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3388,
+ "length": 15,
+ "value": "\"end_result_ex\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3431,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3471,
+ "length": 11,
+ "value": "\"user_role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3510,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3554,
+ "length": 12,
+ "value": "\"call_relay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3239,
+ "length": 10,
+ "value": "\"ended_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3275,
+ "length": 12,
+ "value": "\"started_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3311,
+ "length": 10,
+ "value": "\"ended_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3347,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3388,
+ "length": 15,
+ "value": "\"end_result_ex\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3431,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3471,
+ "length": 11,
+ "value": "\"user_role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3510,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3554,
+ "length": 12,
+ "value": "\"call_relay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3744,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4574,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 4684,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 13,
+ "value": "\"SendBirdCalls.DirectCallLog\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5720,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5746,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5925,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5990,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/PartialMeshParticipantManager.swift",
+ "kind": "Dictionary",
+ "offset": 407,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/AcceptingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/AcceptingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 15,
+ "value": "\"SendBirdCalls.EndEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 314,
+ "length": 14,
+ "value": "\"API_BASE_URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 4,
+ "value": "\"@@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 13,
+ "value": "\"WS_BASE_URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 572,
+ "length": 4,
+ "value": "\"@@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 630,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 810,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1235,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1666,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1848,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5840,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6257,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6632,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6714,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8009,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8141,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8508,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 8781,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9128,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 13,
+ "value": "\"SendBirdCalls.RoomListQuery\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 14,
+ "value": "\"direct_calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 815,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 815,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 921,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1352,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "Array",
+ "offset": 1526,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/CandidateEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 302,
+ "length": 21,
+ "value": "\"SendBirdCalls.CandidateEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1204,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1290,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1549,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1696,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2289,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2882,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3080,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3106,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3467,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 3960,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7646,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7800,
+ "length": 39,
+ "value": "\"\t\t\t identifier: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7836,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7876,
+ "length": 37,
+ "value": "\"\t\t\t timestamp: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7910,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7950,
+ "length": 27,
+ "value": "\"\t\t\t type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7974,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8244,
+ "length": 30,
+ "value": "\"\t\t\t \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8260,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8270,
+ "length": 1,
+ "value": "\" \n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8351,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointReconnectingState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointReconnectingState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 417,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 672,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 689,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 697,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 773,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1152,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1152,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptRequest.swift",
+ "kind": "Array",
+ "offset": 707,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 195,
+ "length": 33,
+ "value": "\"SendBirdCalls.DeleteRoomCustomItemsEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 11,
+ "value": "\"attach_to\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 561,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 644,
+ "length": 15,
+ "value": "\"audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 15,
+ "value": "\"video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 12,
+ "value": "\"audio_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 12,
+ "value": "\"video_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 811,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 15,
+ "value": "\"kick_siblings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 11,
+ "value": "\"attach_to\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 561,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 644,
+ "length": 15,
+ "value": "\"audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 15,
+ "value": "\"video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 12,
+ "value": "\"audio_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 12,
+ "value": "\"video_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 811,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 15,
+ "value": "\"kick_siblings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 2906,
+ "length": 19,
+ "value": "\"directCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 2983,
+ "length": 13,
+ "value": "\"roomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 3062,
+ "length": 19,
+ "value": "\"DirectCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 13,
+ "value": "\"RoomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 4993,
+ "length": 52,
+ "value": "\"WebSocket should not be closed as no call was made\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5126,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5188,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5281,
+ "length": 53,
+ "value": "\"Cannot disconnect websocket because of ongoing call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5478,
+ "length": 53,
+ "value": "\"Cannot disconnect websocket because of ongoing call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5667,
+ "length": 30,
+ "value": "\"Fail to disconnect websocket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5845,
+ "length": 18,
+ "value": "\"has been invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5970,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6011,
+ "length": 52,
+ "value": "\"WebSocket should not be opened as no call was made\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6254,
+ "length": 27,
+ "value": "\"Fail to connect websocket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6394,
+ "length": 18,
+ "value": "\"has been invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6588,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6616,
+ "length": 9,
+ "value": "\"user ID\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6661,
+ "length": 12,
+ "value": "\"accesToken\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8025,
+ "length": 137,
+ "value": "\"Did receive result of authentication with response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8115,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8161,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 9441,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 9909,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 10030,
+ "length": 84,
+ "value": "\"Call Manager Force To End was completed with errors: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 10113,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11055,
+ "length": 55,
+ "value": "\"was called: Requested to change to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11101,
+ "length": 7,
+ "value": "\" seconds\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11137,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11360,
+ "length": 55,
+ "value": "\"was called: Requested to change to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11406,
+ "length": 7,
+ "value": "\" seconds\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11450,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12224,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14238,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 14320,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 14915,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 16810,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17142,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 59,
+ "value": "\"registry: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17209,
+ "length": 1,
+ "value": "\", payload: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17230,
+ "length": 1,
+ "value": "\", type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17245,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17313,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17390,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17958,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18105,
+ "length": 31,
+ "value": "\"Received payload successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18169,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18768,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18856,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 19395,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 19915,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20175,
+ "length": 39,
+ "value": "\"was called with userInfo: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20213,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20262,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20324,
+ "length": 64,
+ "value": "\"Provided Remote Notification does not belong to SendBirdCalls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20467,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20547,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20675,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20703,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20744,
+ "length": 15,
+ "value": "\"receiver_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20777,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20823,
+ "length": 6,
+ "value": "\"user\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20862,
+ "length": 8,
+ "value": "\"client\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20935,
+ "length": 9,
+ "value": "\"sibling\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21057,
+ "length": 135,
+ "value": "\"Ignoring remote notification because client id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21124,
+ "length": 3,
+ "value": "\" and receiver type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21159,
+ "length": 4,
+ "value": "\" does not belong to this client.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21373,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21494,
+ "length": 31,
+ "value": "\"Received payload successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21561,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21574,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21802,
+ "length": 39,
+ "value": "\"was called with userInfo: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21840,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21889,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22115,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22177,
+ "length": 64,
+ "value": "\"Provided Remote Notification does not belong to SendBirdCalls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22448,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22528,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25031,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25648,
+ "length": 124,
+ "value": "\"Did receive UpdateCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25725,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25771,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27248,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27866,
+ "length": 124,
+ "value": "\"Did receive DeleteCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27943,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27989,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "Array",
+ "offset": 28721,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29151,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29681,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29783,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29852,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 31352,
+ "length": 27,
+ "value": "\"was called in the state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/FilteredProperty.swift",
+ "kind": "BooleanLiteral",
+ "offset": 763,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1187,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1389,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1929,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2267,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2435,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2931,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3076,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3185,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3249,
+ "length": 8,
+ "value": "\"exited\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3470,
+ "length": 9,
+ "value": "\"entered\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3516,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3561,
+ "length": 8,
+ "value": "\"exited\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2931,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3076,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4316,
+ "length": 16,
+ "value": "\"participant_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 12,
+ "value": "\"entered_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4433,
+ "length": 11,
+ "value": "\"exited_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4469,
+ "length": 10,
+ "value": "\"duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4504,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4578,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4316,
+ "length": 16,
+ "value": "\"participant_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 12,
+ "value": "\"entered_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4433,
+ "length": 11,
+ "value": "\"exited_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4469,
+ "length": 10,
+ "value": "\"duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4504,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4578,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4772,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4801,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6676,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6760,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 348,
+ "length": 11,
+ "value": "\"SendBirdCalls.Participant\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "BooleanLiteral",
+ "offset": 358,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 715,
+ "length": 11,
+ "value": "\"turn_urls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 751,
+ "length": 10,
+ "value": "\"username\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "\"password\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 18,
+ "value": "\"transport_policy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 715,
+ "length": 11,
+ "value": "\"turn_urls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 751,
+ "length": 10,
+ "value": "\"username\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "\"password\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 18,
+ "value": "\"transport_policy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1283,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1291,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1429,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1592,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1600,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1762,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1803,
+ "length": 24,
+ "value": "\"Did receive offer with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2002,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2010,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2142,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2150,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2276,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2416,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2424,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2567,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2696,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2704,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2831,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2839,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 25,
+ "value": "\"SendBirdCalls.EndpointDisconnectedState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 405,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 771,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2285,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "Dictionary",
+ "offset": 2408,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2615,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2810,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 4208,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4847,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 7645,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 8826,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9081,
+ "length": 172,
+ "value": "\" Did receive GetCustomItems response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9175,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9237,
+ "length": 1448,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10341,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10695,
+ "length": 174,
+ "value": "\" Did receive UpdateCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10791,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10853,
+ "length": 2404,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 12678,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13267,
+ "length": 175,
+ "value": "\" Did receive DeleteCustomItems response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13364,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13426,
+ "length": 17206,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 4,
+ "value": "\"SendBirdCalls.Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17341,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17376,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17405,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17766,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17801,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17830,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18034,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18069,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18098,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18516,
+ "length": 84,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18551,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18580,
+ "length": 1,
+ "value": "\", status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18599,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18941,
+ "length": 84,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18976,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19005,
+ "length": 1,
+ "value": "\", status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19024,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19357,
+ "length": 38,
+ "value": "\"will execute in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19394,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19822,
+ "length": 38,
+ "value": "\"will execute in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19859,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20292,
+ "length": 103,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20327,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20376,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20394,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20772,
+ "length": 23,
+ "value": "\"room has been deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20957,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21132,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21234,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21272,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 21947,
+ "length": 56,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 21982,
+ "length": 1,
+ "value": "\", otherRoom: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 22002,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23630,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 23704,
+ "length": 36,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 23739,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26331,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26904,
+ "length": 69,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26939,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26972,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27394,
+ "length": 69,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27429,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27462,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 28655,
+ "length": 21,
+ "value": "\"was called in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 28719,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28786,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29018,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29350,
+ "length": 41,
+ "value": "\"[Alive] sent alive request successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29442,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29559,
+ "length": 75,
+ "value": "\"[Alive] failed to request alive with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29632,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29686,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29785,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30184,
+ "length": 66,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30219,
+ "length": 1,
+ "value": "\" (state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30248,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30280,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30511,
+ "length": 21,
+ "value": "\"was called in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "kind": "StringLiteral",
+ "offset": 238,
+ "length": 14,
+ "value": "\"turn_changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "kind": "StringLiteral",
+ "offset": 238,
+ "length": 14,
+ "value": "\"turn_changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 597,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 775,
+ "length": 40,
+ "value": "\"com.sendbird.sdk.common.task.operation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 31,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 944,
+ "length": 1,
+ "value": "\".queue.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 964,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1138,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1148,
+ "length": 1,
+ "value": "\".dictionary.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1173,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1586,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1655,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "Array",
+ "offset": 582,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 619,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 864,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1146,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1146,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1702,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "Array",
+ "offset": 3585,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3671,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "Array",
+ "offset": 5627,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6899,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6918,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6985,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7002,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6841,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "StringLiteral",
+ "offset": 515,
+ "length": 22,
+ "value": "\"SendBirdCalls.DirectCallLogListQuery\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Snapshot.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2218,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Snapshot.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+NewValuable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 282,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Decline\/DeclineResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 15,
+ "value": "\"SendBirdCalls.DeclineResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 841,
+ "length": 63,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 74,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1128,
+ "length": 8,
+ "value": "\" existing participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1168,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1366,
+ "length": 34,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1399,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1533,
+ "length": 67,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1566,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1599,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1787,
+ "length": 63,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1820,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1997,
+ "length": 67,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 2030,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Timeout\/TimeoutEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 303,
+ "length": 19,
+ "value": "\"SendBirdCalls.TimeoutEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 975,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1044,
+ "length": 5,
+ "value": "\"cmd\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1065,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1338,
+ "length": 11,
+ "value": "\"call_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1927,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 2701,
+ "length": 9,
+ "value": "\"command\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Test\/AddIceCandidateEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 190,
+ "length": 27,
+ "value": "\"SendBirdCalls.AddIceCandidateEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1032,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1389,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1409,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantVideoSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 198,
+ "length": 35,
+ "value": "\"SendBirdCalls.ParticipantVideoSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "Dictionary",
+ "offset": 506,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "Array",
+ "offset": 709,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 784,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 811,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 839,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 99,
+ "value": "\"FullMeshParticipantManager roomId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 1,
+ "value": "\", localParticipantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1451,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1506,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1741,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2773,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3019,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3074,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3103,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3237,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3292,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3321,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3915,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3970,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3999,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4090,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4251,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4306,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6106,
+ "length": 129,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6161,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6182,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6201,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6234,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 463,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 480,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 743,
+ "length": 9,
+ "value": "\"decline\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 18,
+ "value": "\"peer_stream_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 383,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 722,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 777,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 802,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointEstablishedState.swift",
+ "kind": "StringLiteral",
+ "offset": 201,
+ "length": 24,
+ "value": "\"SendBirdCalls.EndpointEstablishedState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Array",
+ "offset": 1814,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Dictionary",
+ "offset": 2232,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Array",
+ "offset": 2266,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 16,
+ "value": "\"SendBirdCalls.DialEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Equatable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 611,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "Array",
+ "offset": 1086,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1598,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2820,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3529,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3575,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3923,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 11,
+ "value": "\"SendBirdCalls.EndResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2068,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2212,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2771,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Leave\/ExitRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Leave\/ExitRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 348,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 4,
+ "value": "\"2G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 4,
+ "value": "\"3G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 4,
+ "value": "\"4G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 9,
+ "value": "\"Unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 4,
+ "value": "\"2G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 4,
+ "value": "\"3G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 4,
+ "value": "\"4G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 9,
+ "value": "\"Unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/VideoSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 24,
+ "value": "\"SendBirdCalls.VideoSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4550,
+ "length": 7,
+ "value": "\"codec\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4592,
+ "length": 16,
+ "value": "\"candidate-pair\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 18,
+ "value": "\"remote-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4696,
+ "length": 17,
+ "value": "\"local-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4748,
+ "length": 11,
+ "value": "\"transport\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4794,
+ "length": 14,
+ "value": "\"media-source\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4843,
+ "length": 7,
+ "value": "\"track\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4894,
+ "length": 20,
+ "value": "\"remote-inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 13,
+ "value": "\"inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4997,
+ "length": 14,
+ "value": "\"outbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4550,
+ "length": 7,
+ "value": "\"codec\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4592,
+ "length": 16,
+ "value": "\"candidate-pair\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 18,
+ "value": "\"remote-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4696,
+ "length": 17,
+ "value": "\"local-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4748,
+ "length": 11,
+ "value": "\"transport\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4794,
+ "length": 14,
+ "value": "\"media-source\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4843,
+ "length": 7,
+ "value": "\"track\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4894,
+ "length": 20,
+ "value": "\"remote-inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 13,
+ "value": "\"inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4997,
+ "length": 14,
+ "value": "\"outbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 692,
+ "length": 45,
+ "value": "\"[CodableUserDefault] decode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 736,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 45,
+ "value": "\"[CodableUserDefault] encode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "Array",
+ "offset": 360,
+ "length": 9,
+ "value": "[\"rooms\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1568,
+ "length": 6,
+ "value": "\"prev\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1604,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1632,
+ "length": 7,
+ "value": "\"state\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 10,
+ "value": "\"room_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 31,
+ "value": "\"current_participant_range_gte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1764,
+ "length": 31,
+ "value": "\"current_participant_range_lte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1828,
+ "length": 21,
+ "value": "\"created_by_user_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 23,
+ "value": "\"created_at_start_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 21,
+ "value": "\"created_at_end_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1568,
+ "length": 6,
+ "value": "\"prev\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1604,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1632,
+ "length": 7,
+ "value": "\"state\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 10,
+ "value": "\"room_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 31,
+ "value": "\"current_participant_range_gte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1764,
+ "length": 31,
+ "value": "\"current_participant_range_lte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1828,
+ "length": 21,
+ "value": "\"created_by_user_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 23,
+ "value": "\"created_at_start_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 21,
+ "value": "\"created_at_end_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
+ "kind": "Dictionary",
+ "offset": 368,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Create\/CreateRoomRequest.swift",
+ "kind": "Array",
+ "offset": 328,
+ "length": 9,
+ "value": "[\"rooms\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 446,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 589,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 589,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 947,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1139,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1190,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1277,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1282,
+ "length": 5,
+ "value": "0.035"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 8,
+ "value": "0.000007"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1329,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1336,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1371,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1403,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1626,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1669,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1846,
+ "length": 101,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1856,
+ "length": 1,
+ "value": "\" (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1884,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1945,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 106,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2014,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2018,
+ "length": 7,
+ "value": "\" Maximum (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2054,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2080,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2115,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2181,
+ "length": 106,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2184,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2188,
+ "length": 7,
+ "value": "\" Minimum (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2224,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2250,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2285,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2342,
+ "length": 21,
+ "value": "\"'Invalid \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 2,
+ "value": "\"'\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2893,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2900,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3027,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3253,
+ "length": 4,
+ "value": "93.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3271,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3316,
+ "length": 4,
+ "value": "93.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3334,
+ "length": 5,
+ "value": "120.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3343,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3478,
+ "length": 3,
+ "value": "2.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 186,
+ "length": 22,
+ "value": "\"SendBirdCalls.DeleteRoomEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 261,
+ "length": 24,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 313,
+ "length": 66,
+ "value": "\"local audio track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 66,
+ "value": "\"local video track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 471,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 68,
+ "value": "\"remote video track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 568,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 53,
+ "value": "\"local media constraints: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 650,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 682,
+ "length": 61,
+ "value": "\"peer connection: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 742,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 28,
+ "value": "\"RTCPeerConnectionState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 980,
+ "length": 35,
+ "value": "\"RTCPeerConnectionState.connecting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1060,
+ "length": 34,
+ "value": "\"RTCPeerConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 37,
+ "value": "\"RTCPeerConnectionState.disconnected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1221,
+ "length": 31,
+ "value": "\"RTCPeerConnectionState.failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1294,
+ "length": 31,
+ "value": "\"RTCPeerConnectionState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1371,
+ "length": 32,
+ "value": "\"RTCPeerConnectionState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1547,
+ "length": 27,
+ "value": "\"RTCIceConnectionState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1618,
+ "length": 32,
+ "value": "\"RTCIceConnectionState.checking\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1695,
+ "length": 33,
+ "value": "\"RTCIceConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1773,
+ "length": 33,
+ "value": "\"RTCIceConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1848,
+ "length": 30,
+ "value": "\"RTCIceConnectionState.failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1926,
+ "length": 35,
+ "value": "\"RTCIceConnectionState.disconnecte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 30,
+ "value": "\"RTCIceConnectionState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2074,
+ "length": 29,
+ "value": "\"RTCIceConnectionState.count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2149,
+ "length": 31,
+ "value": "\"RTCIceConnectionState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2336,
+ "length": 26,
+ "value": "\"RTCSignalingState.stable\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2412,
+ "length": 34,
+ "value": "\"RTCSignalingState.haveLocalOffer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2499,
+ "length": 37,
+ "value": "\"RTCSignalingState.haveLocalPrAnswer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2587,
+ "length": 35,
+ "value": "\"RTCSignalingState.haveRemoteOffer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2676,
+ "length": 38,
+ "value": "\"RTCSignalingState.haveRemotePrAnswer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 26,
+ "value": "\"RTCSignalingState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 27,
+ "value": "\"RTCSignalingState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2997,
+ "length": 26,
+ "value": "\"RTCIceGatheringState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3068,
+ "length": 32,
+ "value": "\"RTCIceGatheringState.gathering\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3144,
+ "length": 31,
+ "value": "\"RTCIceGatheringState.complete\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3221,
+ "length": 30,
+ "value": "\"RTCIceGatheringState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Offer\/OfferEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 306,
+ "length": 17,
+ "value": "\"SendBirdCalls.OfferEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 12,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1466,
+ "length": 9,
+ "value": "\"verbose\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1554,
+ "length": 6,
+ "value": "\"info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1596,
+ "length": 9,
+ "value": "\"warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1946,
+ "length": 9,
+ "value": "\"verbose\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1990,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2030,
+ "length": 6,
+ "value": "\"info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2068,
+ "length": 9,
+ "value": "\"warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2112,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4596,
+ "length": 11,
+ "value": "\"APIClient\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4655,
+ "length": 8,
+ "value": "\"Socket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4711,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4771,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4825,
+ "length": 10,
+ "value": "\"Endpoint\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4883,
+ "length": 18,
+ "value": "\"SendBirdCallMain\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 8,
+ "value": "\"WebRTC\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5005,
+ "length": 19,
+ "value": "\"DirectCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5072,
+ "length": 13,
+ "value": "\"RoomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5133,
+ "length": 20,
+ "value": "\"ParticipantManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 11,
+ "value": "\"Statistic\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5260,
+ "length": 17,
+ "value": "\"SequenceManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5325,
+ "length": 9,
+ "value": "\"PushKit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5382,
+ "length": 12,
+ "value": "\"RemotePush\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5442,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5497,
+ "length": 11,
+ "value": "\"Recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5711,
+ "length": 12,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5721,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6073,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6359,
+ "length": 27,
+ "value": "\"yyyy.MM.dd HH:mm:ss.SSS Z\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7453,
+ "length": 18,
+ "value": "\"[File: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7469,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7519,
+ "length": 18,
+ "value": "\"[Line: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7535,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7585,
+ "length": 20,
+ "value": "\"[Column: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7603,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7653,
+ "length": 22,
+ "value": "\"[Fuctnion: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7673,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7793,
+ "length": 14,
+ "value": "\"SendBirdCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7844,
+ "length": 22,
+ "value": "\"SendBirdCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7893,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7926,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7967,
+ "length": 20,
+ "value": "\"DirectCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7793,
+ "length": 14,
+ "value": "\"SendBirdCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7844,
+ "length": 22,
+ "value": "\"SendBirdCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7893,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7926,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7967,
+ "length": 20,
+ "value": "\"DirectCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8769,
+ "length": 39,
+ "value": "\"[Invoked] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8795,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8807,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8872,
+ "length": 39,
+ "value": "\"[Success] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8898,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8910,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8975,
+ "length": 39,
+ "value": "\"[Failure] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9001,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9013,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9078,
+ "length": 49,
+ "value": "\"[Token] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9102,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9126,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9191,
+ "length": 49,
+ "value": "\"[Event] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9215,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9239,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9304,
+ "length": 20,
+ "value": "\"[Status] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9323,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9388,
+ "length": 127,
+ "value": "\"[Platform] SDK Version: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9439,
+ "length": 1,
+ "value": "\", Device: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9479,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9513,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9832,
+ "length": 62,
+ "value": "\"============================================================\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10060,
+ "length": 65,
+ "value": "\"[code: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10094,
+ "length": 1,
+ "value": "\"] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10124,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11188,
+ "length": 39,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11197,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11220,
+ "length": 5,
+ "value": "\"nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11226,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11341,
+ "length": 39,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11350,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11373,
+ "length": 5,
+ "value": "\"nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11379,
+ "length": 1,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11409,
+ "length": 21,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11418,
+ "length": 1,
+ "value": "\": \"*****\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ClosingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/RingingState.swift",
+ "kind": "StringLiteral",
+ "offset": 900,
+ "length": 26,
+ "value": "\"[dial] Ring is timed out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Answer\/AnswerEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 310,
+ "length": 18,
+ "value": "\"SendBirdCalls.AnswerEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallTimer.swift",
+ "kind": "StringLiteral",
+ "offset": 159,
+ "length": 15,
+ "value": "\"SendBirdCalls.DirectCallTimer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 440,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "Array",
+ "offset": 613,
+ "length": 24,
+ "value": "[\"sdk\", \"push_delivery\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 675,
+ "length": 26,
+ "value": "\"sbcall-short-lived-token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 883,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 883,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1469,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1514,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 10,
+ "value": "\"vier_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 10,
+ "value": "\"vier_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1469,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1514,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 18,
+ "value": "\"is_audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 18,
+ "value": "\"is_video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 18,
+ "value": "\"is_audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 18,
+ "value": "\"is_video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 180,
+ "length": 18,
+ "value": "\"SendBirdCalls.DirectCallSnapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1790,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1790,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2603,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2603,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 510,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 640,
+ "length": 12,
+ "value": "\"created_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 22,
+ "value": "\"current_participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 11,
+ "value": "\"room_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 12,
+ "value": "\"deleted_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 510,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 640,
+ "length": 12,
+ "value": "\"created_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 22,
+ "value": "\"current_participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 11,
+ "value": "\"room_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 12,
+ "value": "\"deleted_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "Array",
+ "offset": 1444,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "Dictionary",
+ "offset": 1617,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/EventRetrievingCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "Array",
+ "offset": 1097,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "Array",
+ "offset": 1355,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 18,
+ "value": "\"SendBirdCalls.AcceptEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 349,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 996,
+ "length": 19,
+ "value": "\"YYYYMMdd'T'HHmmss\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 84,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1093,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1108,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 17,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1226,
+ "length": 1,
+ "value": "\".mp4\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1861,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1924,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 22,
+ "value": "\"SendBirdCalls.ConnectionLostResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "BooleanLiteral",
+ "offset": 614,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "FloatLiteral",
+ "offset": 874,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 895,
+ "length": 3,
+ "value": "720"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 908,
+ "length": 4,
+ "value": "1280"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 4,
+ "value": "1280"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 944,
+ "length": 3,
+ "value": "720"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2543,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2603,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 2716,
+ "length": 12,
+ "value": "\"H:|[view]|\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "Array",
+ "offset": 2755,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 2813,
+ "length": 6,
+ "value": "\"view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 2958,
+ "length": 12,
+ "value": "\"V:|[view]|\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "Array",
+ "offset": 2997,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 3055,
+ "length": 6,
+ "value": "\"view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3163,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3317,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6865,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6880,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 7279,
+ "length": 9,
+ "value": "\"handler\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7559,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 7575,
+ "length": 9,
+ "value": "\"handler\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 8513,
+ "length": 49,
+ "value": "\"failed screen capture: failed convert to image.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8954,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 290,
+ "length": 14,
+ "value": "\"SendBirdCalls.AcceptResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialRequest.swift",
+ "kind": "Array",
+ "offset": 938,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 226,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 253,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 652,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 34,
+ "value": "\"audio: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 1,
+ "value": "\", video: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionIceRestartAnsweringState.swift",
+ "kind": "StringLiteral",
+ "offset": 197,
+ "length": 38,
+ "value": "\"SendBirdCalls.PeerConnectionIceRestartAnsweringState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/AudioSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 313,
+ "length": 24,
+ "value": "\"SendBirdCalls.AudioSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 478,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 8,
+ "value": "\"accept\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 845,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 845,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Alive\/AliveResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 176,
+ "length": 13,
+ "value": "\"SendBirdCalls.AliveResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1798,
+ "length": 54,
+ "value": "\"StatsLogRequest error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1851,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClientFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 816,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 541,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 549,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 756,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 823,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 867,
+ "length": 113,
+ "value": "\"Failed to attach with unconnected endpoint in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 946,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 979,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1025,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1189,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1197,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1392,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1455,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1617,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1645,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1682,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1844,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1872,
+ "length": 11,
+ "value": "\"local sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1894,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1901,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2036,
+ "length": 31,
+ "value": "\"was called with data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2066,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2198,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2351,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2500,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2810,
+ "length": 39,
+ "value": "\"was called with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2848,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 3097,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 3424,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1530,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2158,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2274,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2303,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 394,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 432,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 394,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 432,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CallerState\/DialingState.swift",
+ "kind": "StringLiteral",
+ "offset": 849,
+ "length": 18,
+ "value": "\"[dial] timed out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Range.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Range.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1477,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "Array",
+ "offset": 392,
+ "length": 15,
+ "value": "[\"sdk\", \"logs\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 467,
+ "length": 28,
+ "value": "\"sdk_webrtc_statistics_v1.1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1487,
+ "length": 11,
+ "value": "\"log_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1522,
+ "length": 10,
+ "value": "\"log_data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 18,
+ "value": "\"device_timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1698,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1736,
+ "length": 11,
+ "value": "\"caller_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1776,
+ "length": 11,
+ "value": "\"callee_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1812,
+ "length": 6,
+ "value": "\"role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 14,
+ "value": "\"network_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1951,
+ "length": 23,
+ "value": "\"network_operator_name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2039,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2072,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 16,
+ "value": "\"transport_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2218,
+ "length": 15,
+ "value": "\"measure_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2273,
+ "length": 18,
+ "value": "\"measure_interval\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2218,
+ "length": 15,
+ "value": "\"measure_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2273,
+ "length": 18,
+ "value": "\"measure_interval\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 18,
+ "value": "\"device_timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1698,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1736,
+ "length": 11,
+ "value": "\"caller_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1776,
+ "length": 11,
+ "value": "\"callee_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1812,
+ "length": 6,
+ "value": "\"role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 14,
+ "value": "\"network_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1951,
+ "length": 23,
+ "value": "\"network_operator_name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2039,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2072,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 16,
+ "value": "\"transport_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1487,
+ "length": 11,
+ "value": "\"log_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1522,
+ "length": 10,
+ "value": "\"log_data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3598,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3712,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ReconnectingState.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 17,
+ "value": "\"SendBirdCalls.ReconnectingState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 188,
+ "length": 33,
+ "value": "\"SendBirdCalls.UpdateRoomCustomItemsEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 527,
+ "length": 8,
+ "value": "\"direct\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 840,
+ "length": 7,
+ "value": "\"calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 442,
+ "length": 13,
+ "value": "\"call_signal\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 442,
+ "length": 13,
+ "value": "\"call_signal\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 991,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1303,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1856,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 10,
+ "value": "\"nickname\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 13,
+ "value": "\"profile_url\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2049,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2084,
+ "length": 11,
+ "value": "\"is_active\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 10,
+ "value": "\"nickname\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 13,
+ "value": "\"profile_url\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2049,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2084,
+ "length": 11,
+ "value": "\"is_active\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 4,
+ "value": "\"SendBirdCalls.User\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 485,
+ "length": 14,
+ "value": "\"direct_calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 514,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 909,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 909,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 252,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 536,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 536,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/NoAnswer\/NoAnswerEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 299,
+ "length": 20,
+ "value": "\"SendBirdCalls.NoAnswerEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1913,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1917,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1948,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1954,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1985,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1991,
+ "length": 3,
+ "value": "3.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2025,
+ "length": 3,
+ "value": "3.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2031,
+ "length": 3,
+ "value": "4.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2062,
+ "length": 3,
+ "value": "4.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2068,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2891,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3616,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3912,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4251,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4348,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4426,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 7,
+ "value": "1800100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 719,
+ "length": 7,
+ "value": "1800101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 7,
+ "value": "1800200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 922,
+ "length": 7,
+ "value": "1800201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 7,
+ "value": "1800202"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 7,
+ "value": "1800203"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1267,
+ "length": 7,
+ "value": "1800204"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 7,
+ "value": "1800205"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 7,
+ "value": "1800206"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1611,
+ "length": 7,
+ "value": "1800207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1708,
+ "length": 7,
+ "value": "1800208"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1814,
+ "length": 7,
+ "value": "1800300"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1911,
+ "length": 7,
+ "value": "1800301"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2008,
+ "length": 7,
+ "value": "1800302"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2105,
+ "length": 7,
+ "value": "1800303"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2211,
+ "length": 7,
+ "value": "1800403"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2308,
+ "length": 7,
+ "value": "1800404"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 7,
+ "value": "1800405"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2511,
+ "length": 7,
+ "value": "1800600"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 7,
+ "value": "1800601"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2705,
+ "length": 7,
+ "value": "1800602"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2802,
+ "length": 7,
+ "value": "1800603"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 7,
+ "value": "1800610"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3005,
+ "length": 7,
+ "value": "1800611"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3102,
+ "length": 7,
+ "value": "1800612"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 7,
+ "value": "1800614"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 7,
+ "value": "1800615"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3393,
+ "length": 7,
+ "value": "1800620"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 7,
+ "value": "1800621"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 7,
+ "value": "1800622"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3684,
+ "length": 7,
+ "value": "1800623"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3781,
+ "length": 7,
+ "value": "1800632"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3887,
+ "length": 7,
+ "value": "1800700"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3984,
+ "length": 7,
+ "value": "1800701"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4081,
+ "length": 7,
+ "value": "1800702"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 7,
+ "value": "1800706"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4276,
+ "length": 7,
+ "value": "1800707"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4382,
+ "length": 7,
+ "value": "1800801"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4479,
+ "length": 7,
+ "value": "1800802"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4576,
+ "length": 7,
+ "value": "1800803"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 6,
+ "value": "400100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4826,
+ "length": 6,
+ "value": "400111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 6,
+ "value": "400200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 6,
+ "value": "400201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5114,
+ "length": 6,
+ "value": "400800"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5210,
+ "length": 6,
+ "value": "401120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5306,
+ "length": 6,
+ "value": "401121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 7,
+ "value": "1400999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5499,
+ "length": 7,
+ "value": "1400101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5596,
+ "length": 7,
+ "value": "1400102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 7,
+ "value": "1400103"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5790,
+ "length": 7,
+ "value": "1400104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5887,
+ "length": 7,
+ "value": "1400105"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5984,
+ "length": 7,
+ "value": "1400106"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6081,
+ "length": 7,
+ "value": "1400120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 7,
+ "value": "1400121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6275,
+ "length": 7,
+ "value": "1400122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 7,
+ "value": "1400123"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 7,
+ "value": "1400124"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6566,
+ "length": 7,
+ "value": "1400126"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6663,
+ "length": 6,
+ "value": "500999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 7,
+ "value": "1800100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 719,
+ "length": 7,
+ "value": "1800101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 7,
+ "value": "1800200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 922,
+ "length": 7,
+ "value": "1800201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 7,
+ "value": "1800202"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 7,
+ "value": "1800203"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1267,
+ "length": 7,
+ "value": "1800204"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 7,
+ "value": "1800205"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 7,
+ "value": "1800206"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1611,
+ "length": 7,
+ "value": "1800207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1708,
+ "length": 7,
+ "value": "1800208"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1814,
+ "length": 7,
+ "value": "1800300"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1911,
+ "length": 7,
+ "value": "1800301"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2008,
+ "length": 7,
+ "value": "1800302"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2105,
+ "length": 7,
+ "value": "1800303"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2211,
+ "length": 7,
+ "value": "1800403"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2308,
+ "length": 7,
+ "value": "1800404"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 7,
+ "value": "1800405"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2511,
+ "length": 7,
+ "value": "1800600"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 7,
+ "value": "1800601"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2705,
+ "length": 7,
+ "value": "1800602"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2802,
+ "length": 7,
+ "value": "1800603"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 7,
+ "value": "1800610"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3005,
+ "length": 7,
+ "value": "1800611"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3102,
+ "length": 7,
+ "value": "1800612"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 7,
+ "value": "1800614"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 7,
+ "value": "1800615"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3393,
+ "length": 7,
+ "value": "1800620"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 7,
+ "value": "1800621"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 7,
+ "value": "1800622"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3684,
+ "length": 7,
+ "value": "1800623"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3781,
+ "length": 7,
+ "value": "1800632"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3887,
+ "length": 7,
+ "value": "1800700"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3984,
+ "length": 7,
+ "value": "1800701"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4081,
+ "length": 7,
+ "value": "1800702"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 7,
+ "value": "1800706"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4276,
+ "length": 7,
+ "value": "1800707"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4382,
+ "length": 7,
+ "value": "1800801"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4479,
+ "length": 7,
+ "value": "1800802"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4576,
+ "length": 7,
+ "value": "1800803"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 6,
+ "value": "400100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4826,
+ "length": 6,
+ "value": "400111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 6,
+ "value": "400200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 6,
+ "value": "400201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5114,
+ "length": 6,
+ "value": "400800"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5210,
+ "length": 6,
+ "value": "401120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5306,
+ "length": 6,
+ "value": "401121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 7,
+ "value": "1400999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5499,
+ "length": 7,
+ "value": "1400101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5596,
+ "length": 7,
+ "value": "1400102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 7,
+ "value": "1400103"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5790,
+ "length": 7,
+ "value": "1400104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5887,
+ "length": 7,
+ "value": "1400105"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5984,
+ "length": 7,
+ "value": "1400106"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6081,
+ "length": 7,
+ "value": "1400120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 7,
+ "value": "1400121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6275,
+ "length": 7,
+ "value": "1400122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 7,
+ "value": "1400123"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 7,
+ "value": "1400124"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6566,
+ "length": 7,
+ "value": "1400126"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6663,
+ "length": 6,
+ "value": "500999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7486,
+ "length": 7,
+ "value": "1800001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7541,
+ "length": 7,
+ "value": "1800002"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 7678,
+ "length": 52,
+ "value": "\"The timer was already aborted. Duplicated execute.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 7778,
+ "length": 58,
+ "value": "\"The timer was already expired. Too late to be completed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 7,
+ "value": "\"appId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10633,
+ "length": 12,
+ "value": "\"Push Token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10673,
+ "length": 8,
+ "value": "\"userId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10709,
+ "length": 8,
+ "value": "\"callId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10745,
+ "length": 13,
+ "value": "\"URL Request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10786,
+ "length": 12,
+ "value": "\"Video Call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10826,
+ "length": 14,
+ "value": "\"Custom Items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 7,
+ "value": "\"appId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10633,
+ "length": 12,
+ "value": "\"Push Token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10673,
+ "length": 8,
+ "value": "\"userId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10709,
+ "length": 8,
+ "value": "\"callId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10745,
+ "length": 13,
+ "value": "\"URL Request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10786,
+ "length": 12,
+ "value": "\"Video Call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10826,
+ "length": 14,
+ "value": "\"Custom Items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10951,
+ "length": 20,
+ "value": "\"com.sendbird.calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15407,
+ "length": 44,
+ "value": "\"Call canceled before receiving a callback.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15531,
+ "length": 41,
+ "value": "\"The caller can't dial their own number.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15665,
+ "length": 72,
+ "value": "\"The participant is not in the room and the request can't be processed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15817,
+ "length": 42,
+ "value": "\"The client has already entered the room.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15939,
+ "length": 94,
+ "value": "\"The participant is trying to enter the room while the previous request is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16113,
+ "length": 63,
+ "value": "\"The local participant exited the room due to lost connection.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16244,
+ "length": 118,
+ "value": "\"An existing participant has been disconnected from the room because a new participant entered with the same user ID.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16455,
+ "length": 26,
+ "value": "\"The HTTP request failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16561,
+ "length": 34,
+ "value": "\"Websocket connection not opened.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16675,
+ "length": 30,
+ "value": "\"Websocket connection failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16785,
+ "length": 58,
+ "value": "\"The request failed to receive a response due to timeout.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16923,
+ "length": 62,
+ "value": "\"The request failed because the websocket connection is lost.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17065,
+ "length": 58,
+ "value": "\"The response contains an unexpected object type of data.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17203,
+ "length": 42,
+ "value": "\"The previous query is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17325,
+ "length": 40,
+ "value": "\"An internal server error has occurred.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17445,
+ "length": 45,
+ "value": "\"The data format of the response is invalid.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17583,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17601,
+ "length": 2,
+ "value": "\" is an invalid or empty value.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17712,
+ "length": 53,
+ "value": "\"The request is missing a required \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17764,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17845,
+ "length": 48,
+ "value": "\"The data type of \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17880,
+ "length": 2,
+ "value": "\" is invalid.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17973,
+ "length": 40,
+ "value": "\"SendBirdCall instance not initialized.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18093,
+ "length": 32,
+ "value": "\"The user is not authenticated.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18218,
+ "length": 41,
+ "value": "\"Changing video device is not supported.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18339,
+ "length": 45,
+ "value": "\"Changing video device is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18464,
+ "length": 35,
+ "value": "\"Changing video device was failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18592,
+ "length": 90,
+ "value": "\"Couldn't start a recording session due to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18664,
+ "length": 1,
+ "value": "\" (\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18679,
+ "length": 1,
+ "value": "\").\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18762,
+ "length": 53,
+ "value": "\"Couldn't start a recording session due to an error.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18895,
+ "length": 89,
+ "value": "\"Coudln't stop a recording session due to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18966,
+ "length": 1,
+ "value": "\" (\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18981,
+ "length": 1,
+ "value": "\").\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19064,
+ "length": 52,
+ "value": "\"Coudln't stop a recording session due to an error.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19194,
+ "length": 71,
+ "value": "\"A call isn’t connected yet therefore can’t start media recording.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19345,
+ "length": 37,
+ "value": "\"The call is already being recorded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19462,
+ "length": 54,
+ "value": "\"A wrong recording type is selected in an audio call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19609,
+ "length": 62,
+ "value": "\"Capturing a video view isn't allowed while on an audio call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19751,
+ "length": 42,
+ "value": "\"A video view isn't ready to be captured.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19873,
+ "length": 72,
+ "value": "\"A video call isn't connected yet therefore can't capture a video view.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20025,
+ "length": 65,
+ "value": "\"An error occurred while getting an image form the video stream.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20179,
+ "length": 46,
+ "value": "\"Screen share is restricted from audio calls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20305,
+ "length": 77,
+ "value": "\"A call isn't connected yet, but the request for screen share has been made.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20462,
+ "length": 89,
+ "value": "\"The user is trying to share the screen while the previous request is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20631,
+ "length": 68,
+ "value": "\"Screen share doesn't exist but request to stop sharing the screen.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20792,
+ "length": 30,
+ "value": "\"The call is already on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20902,
+ "length": 82,
+ "value": "\"A local user cannot remove a hold from a call that the user had not put on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 21064,
+ "length": 103,
+ "value": "\"The active call is in progress. Cannot remove a hold from another call while there is an active call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 21247,
+ "length": 131,
+ "value": "\"Screen sharing or any other actions that need media streaming as well as capturing screen aren't allowed while a call is on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 299,
+ "length": 18,
+ "value": "\"SendBirdCalls.UnknownEndResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 511,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1202,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1495,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1786,
+ "length": 106,
+ "value": "\"Failed to attach with no endpointId in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1858,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1891,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1924,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 127,
+ "value": "\"Failed to attach with in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2171,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2204,
+ "length": 7,
+ "value": "\" because endpoint is local endpoint\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 384,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 406,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 850,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 850,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 70,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 1,
+ "value": "\", candidate: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 404,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 70,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 651,
+ "length": 1,
+ "value": "\", candidate: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 676,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 91,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 969,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 988,
+ "length": 1,
+ "value": "\", candidates: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1265,
+ "length": 77,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1328,
+ "length": 1,
+ "value": "\", sdp: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1341,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1553,
+ "length": 79,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1597,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1616,
+ "length": 1,
+ "value": "\", data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1832,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1876,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1895,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2148,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2384,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2428,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2447,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2652,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2696,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2715,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2930,
+ "length": 93,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2974,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2993,
+ "length": 1,
+ "value": "\", description: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3022,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3369,
+ "length": 118,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3413,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3434,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3453,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3486,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3793,
+ "length": 60,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3837,
+ "length": 1,
+ "value": "\", info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3852,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 6,
+ "value": "\"CALL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 6,
+ "value": "\"SGNL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 6,
+ "value": "\"COMM\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 448,
+ "length": 6,
+ "value": "\"UTIL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 6,
+ "value": "\"CALL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 6,
+ "value": "\"SGNL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 6,
+ "value": "\"COMM\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 448,
+ "length": 6,
+ "value": "\"UTIL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 232,
+ "length": 37,
+ "value": "\"com.sendbird.calls.sdk.latest_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 319,
+ "length": 41,
+ "value": "\"com.sendbird.calls.sdk.push_device_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 423,
+ "length": 34,
+ "value": "\"com.sendbird.calls.sdk.push_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
+ "offset": 561,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 760,
+ "length": 12,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 888,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 561,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 760,
+ "length": 12,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 888,
+ "length": 11,
"value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Dictionary",
+ "offset": 1513,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2010,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2070,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2157,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2360,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2484,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2943,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3294,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Array",
+ "offset": 3376,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3450,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Array",
+ "offset": 3496,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3777,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3890,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 3925,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4300,
+ "length": 37,
+ "value": "\"Failed to play \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4328,
+ "length": 5,
+ "value": "\" sound: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4490,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5019,
+ "length": 32,
+ "value": "\" is called. Player will be nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5089,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6207,
+ "length": 36,
+ "value": "\"Audio interruption has been begun.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6454,
+ "length": 35,
+ "value": "\"Audio interruption has been ened.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1707,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1775,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1922,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "StringLiteral",
+ "offset": 2327,
+ "length": 5,
+ "value": "\"cer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "StringLiteral",
+ "offset": 2347,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3764,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4187,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4578,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4605,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4630,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4657,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4836,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5315,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5978,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6036,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6218,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6402,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6464,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7698,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8416,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 488,
+ "length": 7,
+ "value": "\"alive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 324,
+ "length": 23,
+ "value": "\"SendBirdCalls.DialReceiveEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1004,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1117,
+ "length": 11,
+ "value": "\"dc_caller\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1356,
+ "length": 11,
+ "value": "\"dc_callee\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1417,
+ "length": 11,
+ "value": "\"dc_caller\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1004,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4886,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4902,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4933,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5024,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5116,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6977,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7321,
+ "length": 69,
+ "value": "\"HoldedBy changed in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7355,
+ "length": 4,
+ "value": "\" from: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7373,
+ "length": 2,
+ "value": "\" to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7389,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7551,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7927,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8270,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8350,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8423,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 10622,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 12601,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 13229,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Dictionary",
+ "offset": 13559,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 15646,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 16002,
+ "length": 18,
+ "value": "\"Deinit is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 17151,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17851,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 18747,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 388,
+ "length": 10,
+ "value": "\"SendBirdCalls.DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19995,
+ "length": 41,
+ "value": "\"com.sendbird.sdk.calls.directcall.alive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "BooleanLiteral",
+ "offset": 273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11028,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21582,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22552,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 973,
- "length": 3,
- "value": "4"
+ "offset": 22722,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 22897,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
- "length": 3,
- "value": "6"
+ "offset": 23073,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
+ "offset": 23734,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "offset": 24618,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
- "value": "3"
+ "offset": 25656,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 973,
- "length": 3,
- "value": "4"
+ "offset": 25835,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 26019,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
- "length": 3,
- "value": "6"
+ "offset": 26204,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
"kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
+ "offset": 578,
+ "length": 21,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 27,
+ "value": "\"large_room_for_audio_only\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 22,
+ "value": "\"small_room_for_video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 22,
+ "value": "\"small_room_for_video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 1067,
+ "length": 27,
+ "value": "\"large_room_for_audio_only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1600,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1629,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
- "value": "3"
+ "offset": 578,
+ "length": 21,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 15,
+ "value": "\"HD (720x1280)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 15,
+ "value": "\"qHD (540x960)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 17,
+ "value": "\"FWVGA (480x854)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 670,
+ "length": 15,
+ "value": "\"nHD (360x640)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 973,
+ "offset": 815,
"length": 3,
- "value": "4"
+ "value": "720"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 845,
+ "length": 4,
+ "value": "1280"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
+ "offset": 894,
"length": 3,
- "value": "6"
+ "value": "540"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
- "value": "1"
+ "offset": 924,
+ "length": 3,
+ "value": "960"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "offset": 974,
+ "length": 3,
+ "value": "480"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1248,
- "length": 7,
- "value": "3"
+ "offset": 1004,
+ "length": 3,
+ "value": "854"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
- "length": 5,
- "value": "4"
+ "offset": 1052,
+ "length": 3,
+ "value": "360"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
- "value": "5"
+ "offset": 1082,
+ "length": 3,
+ "value": "640"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
"kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
+ "offset": 629,
+ "length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 739,
+ "length": 6,
+ "value": "\"open\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 793,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 1010,
+ "length": 6,
+ "value": "\"open\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 1051,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
"kind": "IntegerLiteral",
- "offset": 1248,
+ "offset": 629,
"length": 7,
- "value": "3"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 123,
+ "value": "\"enpointId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 345,
+ "length": 9,
+ "value": "\"Not set\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 1,
+ "value": "\", identifier: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 1,
+ "value": "\", audio: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 1,
+ "value": "\", video: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 434,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
- "length": 5,
- "value": "4"
+ "offset": 730,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
+ "offset": 798,
+ "length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 965,
+ "length": 2,
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1248,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 980,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1269,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1066,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1113,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1130,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1715,
"length": 5,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1788,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2545,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2580,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2650,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2694,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2838,
+ "length": 35,
+ "value": "\"will execute in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3017,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3061,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3240,
+ "length": 78,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3284,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3317,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5816,
+ "offset": 3397,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "FloatLiteral",
+ "offset": 3515,
"length": 3,
- "value": "1"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3542,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3784,
+ "length": 100,
+ "value": "\"was called in endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3828,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5847,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3861,
"length": 8,
- "value": "5"
+ "value": "\" tryCount: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5857,
- "length": 4,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3883,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5863,
- "length": 6,
- "value": "7"
+ "offset": 3920,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3965,
+ "length": 74,
+ "value": "\"Failed to attach in endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 1,
+ "value": "\", tryCount: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4038,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4231,
+ "length": 81,
+ "value": "\"Failed to attach endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4278,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5944,
- "length": 7,
- "value": "13"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4311,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 4397,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
+ "offset": 4555,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4588,
"length": 5,
- "value": "15"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4722,
+ "length": 86,
+ "value": "\"Successfully attached endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5983,
- "length": 4,
- "value": "17"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4774,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5816,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4807,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 5055,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 5099,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 72,
+ "value": "\"roomId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 553,
+ "length": 1,
+ "value": "\", localParticipantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
"length": 3,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1018,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1073,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1136,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5847,
- "length": 8,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1279,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5857,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1363,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2179,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2234,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2263,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2425,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2480,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2509,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2643,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2698,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2727,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2953,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3008,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4356,
+ "length": 129,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4411,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4432,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4451,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4484,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4963,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5042,
"length": 4,
- "value": "6"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5863,
- "length": 6,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5276,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5331,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5345,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5475,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5488,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5944,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 446,
"length": 7,
- "value": "13"
+ "value": "\"video\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Recording\/RecordingStatusEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 190,
+ "length": 27,
+ "value": "\"SendBirdCalls.RecordingStatusEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 1355,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
+ "offset": 1365,
+ "length": 6,
+ "value": "0x2000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1410,
"length": 5,
- "value": "15"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1793,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5983,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1817,
"length": 4,
- "value": "17"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1847,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 1995,
+ "length": 33,
+ "value": "\"Error for decompressor on reset\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5816,
- "length": 3,
- "value": "1"
+ "offset": 2036,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "Array",
+ "offset": 2544,
+ "length": 24,
+ "value": "[0x00, 0x00, 0xFF, 0xFF]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "offset": 2812,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "offset": 3099,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "offset": 3264,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5847,
- "length": 8,
- "value": "5"
+ "offset": 3314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 3475,
+ "length": 24,
+ "value": "\"Error on decompressing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5857,
- "length": 4,
- "value": "6"
+ "offset": 3507,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3656,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5863,
+ "offset": 3824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3834,
"length": 6,
- "value": "7"
+ "value": "0x2000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3879,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
+ "offset": 4206,
+ "length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4354,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4408,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 4556,
+ "length": 31,
+ "value": "\"Error for compressor on reset\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "offset": 4595,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5944,
- "length": 7,
- "value": "13"
+ "offset": 4711,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 5301,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
- "length": 5,
- "value": "15"
+ "offset": 5361,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 5513,
+ "length": 22,
+ "value": "\"Error on compressing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "offset": 5543,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5983,
- "length": 4,
- "value": "17"
+ "offset": 5587,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7793,
- "length": 14,
- "value": "\"SendBirdCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5752,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7844,
- "length": 22,
- "value": "\"SendBirdCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2074,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7893,
- "length": 12,
- "value": "\"DirectCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2140,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2805,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7926,
- "length": 6,
- "value": "\"Room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2919,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7967,
- "length": 20,
- "value": "\"DirectCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3244,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7793,
- "length": 14,
- "value": "\"SendBirdCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3266,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7844,
- "length": 22,
- "value": "\"SendBirdCallDelegate\""
+ "offset": 385,
+ "length": 12,
+ "value": "\"setup_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7893,
- "length": 12,
- "value": "\"DirectCall\""
+ "offset": 444,
+ "length": 31,
+ "value": "\"transport_info_candidate_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7926,
- "length": 6,
- "value": "\"Room\""
+ "offset": 507,
+ "length": 14,
+ "value": "\"network_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7967,
+ "offset": 559,
"length": 20,
- "value": "\"DirectCallDelegate\""
+ "value": "\"reconnection_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 9832,
- "length": 62,
- "value": "\"============================================================\""
+ "offset": 385,
+ "length": 12,
+ "value": "\"setup_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Answer\/AnswerEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 310,
- "length": 18,
- "value": "\"SendBirdCalls.AnswerEventCommand\""
+ "offset": 444,
+ "length": 31,
+ "value": "\"transport_info_candidate_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallTimer.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 159,
- "length": 15,
- "value": "\"SendBirdCalls.DirectCallTimer\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 440,
- "length": 5,
- "value": "false"
+ "offset": 507,
+ "length": 14,
+ "value": "\"network_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 819,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 559,
+ "length": 20,
+ "value": "\"reconnection_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 883,
+ "offset": 669,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"audio_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 819,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 711,
+ "length": 11,
+ "value": "\"audio_mos\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 883,
- "length": 13,
- "value": "\"session_key\""
+ "offset": 762,
+ "length": 25,
+ "value": "\"audio_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1469,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 816,
+ "length": 11,
+ "value": "\"audio_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1514,
+ "offset": 669,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"audio_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 10,
- "value": "\"vier_key\""
+ "offset": 711,
+ "length": 11,
+ "value": "\"audio_mos\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 10,
- "value": "\"vier_key\""
+ "offset": 762,
+ "length": 25,
+ "value": "\"audio_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1469,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 816,
+ "length": 11,
+ "value": "\"audio_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1514,
+ "offset": 909,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"video_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 425,
- "length": 18,
- "value": "\"is_audio_enabled\""
+ "offset": 959,
+ "length": 20,
+ "value": "\"video_freeze_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 474,
- "length": 18,
- "value": "\"is_video_enabled\""
+ "offset": 1022,
+ "length": 27,
+ "value": "\"video_jitter_buffer_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1099,
+ "length": 35,
+ "value": "\"video_jitter_buffer_emitted_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 564,
- "length": 11,
- "value": "\"recording\""
+ "offset": 1175,
+ "length": 25,
+ "value": "\"video_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 425,
- "length": 18,
- "value": "\"is_audio_enabled\""
+ "offset": 1245,
+ "length": 29,
+ "value": "\"video_received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 474,
- "length": 18,
- "value": "\"is_video_enabled\""
+ "offset": 1318,
+ "length": 28,
+ "value": "\"video_received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1375,
+ "length": 11,
+ "value": "\"video_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 564,
- "length": 11,
- "value": "\"recording\""
+ "offset": 1427,
+ "length": 25,
+ "value": "\"video_sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 180,
- "length": 18,
- "value": "\"SendBirdCalls.DirectCallSnapshot\""
+ "offset": 1492,
+ "length": 24,
+ "value": "\"video_sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1745,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1557,
+ "length": 25,
+ "value": "\"video_total_decode_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1790,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 1627,
+ "length": 29,
+ "value": "\"video_total_frames_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1745,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1702,
+ "length": 30,
+ "value": "\"video_total_freezes_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1790,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 1778,
+ "length": 31,
+ "value": "\"video_total_inter_frame_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2565,
- "length": 4,
- "value": "\"id\""
+ "offset": 1856,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2603,
- "length": 6,
- "value": "\"type\""
+ "offset": 1926,
+ "length": 21,
+ "value": "\"video_source_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2565,
- "length": 4,
- "value": "\"id\""
+ "offset": 1984,
+ "length": 20,
+ "value": "\"video_source_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2603,
- "length": 6,
- "value": "\"type\""
+ "offset": 909,
+ "length": 13,
+ "value": "\"video_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 510,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 959,
+ "length": 20,
+ "value": "\"video_freeze_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 545,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 1022,
+ "length": 27,
+ "value": "\"video_jitter_buffer_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 583,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 1099,
+ "length": 35,
+ "value": "\"video_jitter_buffer_emitted_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 640,
- "length": 12,
- "value": "\"created_by\""
+ "offset": 1175,
+ "length": 25,
+ "value": "\"video_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 688,
- "length": 22,
- "value": "\"current_participants\""
+ "offset": 1245,
+ "length": 29,
+ "value": "\"video_received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 11,
- "value": "\"room_type\""
+ "offset": 1318,
+ "length": 28,
+ "value": "\"video_received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1375,
+ "length": 11,
+ "value": "\"video_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 810,
- "length": 12,
- "value": "\"deleted_by\""
+ "offset": 1427,
+ "length": 25,
+ "value": "\"video_sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 510,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 1492,
+ "length": 24,
+ "value": "\"video_sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 545,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 1557,
+ "length": 25,
+ "value": "\"video_total_decode_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 583,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 1627,
+ "length": 29,
+ "value": "\"video_total_frames_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 640,
- "length": 12,
- "value": "\"created_by\""
+ "offset": 1702,
+ "length": 30,
+ "value": "\"video_total_freezes_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 688,
- "length": 22,
- "value": "\"current_participants\""
+ "offset": 1778,
+ "length": 31,
+ "value": "\"video_total_inter_frame_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 11,
- "value": "\"room_type\""
+ "offset": 1856,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1926,
+ "length": 21,
+ "value": "\"video_source_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 810,
- "length": 12,
- "value": "\"deleted_by\""
+ "offset": 1984,
+ "length": 20,
+ "value": "\"video_source_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
- "kind": "Array",
- "offset": 1355,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2353,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 294,
- "length": 18,
- "value": "\"SendBirdCalls.AcceptEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2494,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
- "kind": "BooleanLiteral",
- "offset": 322,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3174,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "BooleanLiteral",
- "offset": 349,
+ "offset": 4471,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 22,
- "value": "\"SendBirdCalls.ConnectionLostResponse\""
+ "offset": 4631,
+ "length": 13,
+ "value": "\"call_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
- "kind": "BooleanLiteral",
- "offset": 3163,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 12,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 290,
- "length": 14,
- "value": "\"SendBirdCalls.AcceptResponse\""
+ "offset": 4706,
+ "length": 15,
+ "value": "\"client_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialRequest.swift",
- "kind": "Array",
- "offset": 938,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "StringLiteral",
+ "offset": 4720,
+ "length": 12,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 484,
+ "offset": 311,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 7,
- "value": "\"error\""
+ "offset": 804,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 484,
+ "offset": 1017,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantExitedEventCommand.swift",
"kind": "StringLiteral",
- "offset": 520,
+ "offset": 192,
+ "length": 29,
+ "value": "\"SendBirdCalls.ParticipantExitedEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 327,
"length": 7,
- "value": "\"error\""
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
- "kind": "BooleanLiteral",
- "offset": 226,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 373,
+ "length": 14,
+ "value": "\"participants\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
- "kind": "BooleanLiteral",
- "offset": 253,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 433,
+ "length": 11,
+ "value": "\"endpoints\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
"kind": "BooleanLiteral",
- "offset": 652,
+ "offset": 515,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
"kind": "BooleanLiteral",
- "offset": 672,
+ "offset": 1173,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionIceRestartAnsweringState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
"kind": "StringLiteral",
- "offset": 197,
- "length": 38,
- "value": "\"SendBirdCalls.PeerConnectionIceRestartAnsweringState\""
+ "offset": 193,
+ "length": 31,
+ "value": "\"SendBirdCalls.PeerConnectionReconnectingState\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/AudioSettingEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 313,
- "length": 24,
- "value": "\"SendBirdCalls.AudioSettingEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1696,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 12,
- "value": "\"inviter_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 1793,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 12,
- "value": "\"inviter_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1886,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Alive\/AliveResponse.swift",
- "kind": "StringLiteral",
- "offset": 176,
- "length": 13,
- "value": "\"SendBirdCalls.AliveResponse\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2686,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
- "kind": "StringLiteral",
- "offset": 424,
- "length": 9,
- "value": "\"room_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 2783,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3254,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 3302,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 598,
+ "length": 8,
+ "value": "\"log_dt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 503,
- "length": 9,
- "value": "\"updated\""
+ "offset": 635,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 539,
+ "offset": 674,
"length": 13,
- "value": "\"affected_at\""
+ "value": "\"log_message\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 424,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 598,
+ "length": 8,
+ "value": "\"log_dt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 635,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 503,
- "length": 9,
- "value": "\"updated\""
+ "offset": 674,
+ "length": 13,
+ "value": "\"log_message\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 539,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 802,
+ "length": 38,
+ "value": "\"com.sendbird.sdk.calls.log.collector\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 873,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "Array",
+ "offset": 909,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "offset": 953,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
+ "offset": 1169,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1761,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 361,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 400,
+ "length": 5,
+ "value": "\"\/v1\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
- "kind": "StringLiteral",
- "offset": 394,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1536,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 432,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 1990,
+ "length": 43,
+ "value": "\"Request is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 464,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 2032,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 361,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 2631,
+ "length": 33,
+ "value": "\"Will send message \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 2663,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
- "kind": "StringLiteral",
- "offset": 432,
- "length": 9,
- "value": "\"deleted\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 464,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 3780,
+ "length": 80,
+ "value": "\"Received message \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "Array",
- "offset": 392,
- "length": 15,
- "value": "[\"sdk\", \"logs\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3829,
+ "length": 1,
+ "value": "\" + \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 467,
- "length": 28,
- "value": "\"sdk_webrtc_statistics_v1.1\""
+ "offset": 3859,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 4,
- "value": "1000"
+ "offset": 4163,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1487,
- "length": 11,
- "value": "\"log_group\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "Array",
+ "offset": 4277,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1522,
- "length": 10,
- "value": "\"log_data\""
+ "offset": 4322,
+ "length": 109,
+ "value": "\"Response error - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1619,
- "length": 18,
- "value": "\"device_timestamp\""
+ "offset": 4369,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 8,
- "value": "\"app_id\""
+ "offset": 4390,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1698,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 4414,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1736,
- "length": 11,
- "value": "\"caller_id\""
+ "offset": 4430,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1776,
- "length": 11,
- "value": "\"callee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4543,
+ "length": 3,
+ "value": "200"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1812,
- "length": 6,
- "value": "\"role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4549,
+ "length": 3,
+ "value": "300"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1850,
- "length": 15,
- "value": "\"is_video_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5214,
+ "length": 3,
+ "value": "300"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1897,
- "length": 14,
- "value": "\"network_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5220,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1951,
- "length": 23,
- "value": "\"network_operator_name\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5537,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2003,
- "length": 10,
- "value": "\"metadata\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5543,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2039,
- "length": 7,
- "value": "\"audio\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6227,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2072,
- "length": 7,
- "value": "\"video\""
+ "offset": 7322,
+ "length": 18,
+ "value": "\"application\/json\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2113,
- "length": 16,
- "value": "\"transport_info\""
+ "offset": 7362,
+ "length": 14,
+ "value": "\"Content-Type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2218,
- "length": 15,
- "value": "\"measure_count\""
+ "offset": 7400,
+ "length": 12,
+ "value": "\"Keep-Alive\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2273,
- "length": 18,
- "value": "\"measure_interval\""
+ "offset": 7434,
+ "length": 12,
+ "value": "\"Connection\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2218,
- "length": 15,
- "value": "\"measure_count\""
+ "offset": 7553,
+ "length": 22,
+ "value": "\"SBCall-Session-Token\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2273,
- "length": 18,
- "value": "\"measure_interval\""
+ "offset": 7609,
+ "length": 38,
+ "value": "\"calls-ios\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1619,
- "length": 18,
- "value": "\"device_timestamp\""
+ "offset": 7646,
+ "length": 24,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 8,
- "value": "\"app_id\""
+ "offset": 7669,
+ "length": 12,
+ "value": "\"User-Agent\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1698,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 7711,
+ "length": 93,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1736,
- "length": 11,
- "value": "\"caller_id\""
+ "offset": 7742,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1776,
- "length": 11,
- "value": "\"callee_id\""
+ "offset": 7776,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1812,
- "length": 6,
- "value": "\"role\""
+ "offset": 7803,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1850,
- "length": 15,
- "value": "\"is_video_call\""
+ "offset": 7862,
+ "length": 10,
+ "value": "\"SendBird\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1897,
- "length": 14,
- "value": "\"network_type\""
+ "offset": 7926,
+ "length": 18,
+ "value": "\"SBCall-Client-Id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1951,
- "length": 23,
- "value": "\"network_operator_name\""
+ "offset": 560,
+ "length": 12,
+ "value": "\"videotrack\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 809,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 2003,
- "length": 10,
- "value": "\"metadata\""
+ "offset": 1792,
+ "length": 27,
+ "value": "\"Local video track is nil.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1868,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2550,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2039,
- "length": 7,
- "value": "\"audio\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2072,
- "length": 7,
- "value": "\"video\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4767,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2113,
- "length": 16,
- "value": "\"transport_info\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4772,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1487,
- "length": 11,
- "value": "\"log_group\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5994,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1522,
- "length": 10,
- "value": "\"log_data\""
+ "offset": 6078,
+ "length": 51,
+ "value": "\"Will update video resolution to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ReconnectingState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 17,
- "value": "\"SendBirdCalls.ReconnectingState\""
+ "offset": 6128,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 188,
- "length": 33,
- "value": "\"SendBirdCalls.UpdateRoomCustomItemsEventCommand\""
+ "offset": 6344,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 527,
- "length": 8,
- "value": "\"direct\""
+ "offset": 6388,
+ "length": 104,
+ "value": "\"Will update video enable from: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 953,
- "length": 12,
- "value": "\"end_result\""
+ "offset": 6474,
+ "length": 2,
+ "value": "\" to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1028,
- "length": 6,
- "value": "\"next\""
+ "offset": 6491,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 953,
+ "offset": 6644,
"length": 12,
- "value": "\"end_result\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1028,
- "length": 6,
- "value": "\"next\""
+ "offset": 6688,
+ "length": 105,
+ "value": "\"Will update video enable from: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 442,
- "length": 13,
- "value": "\"call_signal\""
+ "offset": 6775,
+ "length": 2,
+ "value": "\" to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 442,
- "length": 13,
- "value": "\"call_signal\""
+ "offset": 6792,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "BooleanLiteral",
- "offset": 991,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
- "kind": "StringLiteral",
- "offset": 1940,
- "length": 9,
- "value": "\"user_id\""
+ "offset": 8939,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 1974,
- "length": 10,
- "value": "\"nickname\""
+ "offset": 2759,
+ "length": 90,
+ "value": "\"(Starscream) Error during 'SecPKCS12Import', see 'SecBase.h' - OSStatus: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2011,
- "length": 13,
- "value": "\"profile_url\""
+ "offset": 2848,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2049,
- "length": 10,
- "value": "\"metadata\""
+ "offset": 3059,
+ "length": 43,
+ "value": "\"(Starscream) Error - PKCS12 file is empty\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2084,
- "length": 11,
- "value": "\"is_active\""
+ "offset": 3492,
+ "length": 99,
+ "value": "\"(Starscream) Error during 'SecIdentityCopyCertificate', see 'SecBase.h' - OSStatus: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 1940,
- "length": 9,
- "value": "\"user_id\""
+ "offset": 3590,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 1974,
- "length": 10,
- "value": "\"nickname\""
+ "offset": 210,
+ "length": 7,
+ "value": "\"Ready\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2011,
- "length": 13,
- "value": "\"profile_url\""
+ "offset": 243,
+ "length": 11,
+ "value": "\"Executing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2049,
+ "offset": 279,
"length": 10,
- "value": "\"metadata\""
+ "value": "\"Finished\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2084,
- "length": 11,
- "value": "\"is_active\""
+ "offset": 341,
+ "length": 4,
+ "value": "\"is\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 4,
- "value": "\"SendBirdCalls.User\""
+ "offset": 210,
+ "length": 7,
+ "value": "\"Ready\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 874,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 243,
+ "length": 11,
+ "value": "\"Executing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 909,
- "length": 6,
- "value": "\"mode\""
+ "offset": 279,
+ "length": 10,
+ "value": "\"Finished\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 874,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1055,
+ "length": 41,
+ "value": "\"com.sendbird.sdk.common.operation.state\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1638,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "IntegerLiteral",
- "offset": 252,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 6,
- "value": "\"type\""
+ "offset": 105,
+ "length": 13,
+ "value": "\"SendBirdCalls.TaskOperation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "StringLiteral",
- "offset": 493,
- "length": 12,
- "value": "\"request_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDispatcher.swift",
+ "kind": "Dictionary",
+ "offset": 249,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantConnectedEventCommand.swift",
"kind": "StringLiteral",
- "offset": 536,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 195,
+ "length": 32,
+ "value": "\"SendBirdCalls.ParticipantConnectedEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantAudioSettingEventCommand.swift",
"kind": "StringLiteral",
- "offset": 582,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 198,
+ "length": 35,
+ "value": "\"SendBirdCalls.ParticipantAudioSettingEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
"offset": 461,
- "length": 6,
- "value": "\"type\""
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 493,
+ "offset": 478,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"invitation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 536,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 789,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 582,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 789,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/NoAnswer\/NoAnswerEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 299,
- "length": 20,
- "value": "\"SendBirdCalls.NoAnswerEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 265,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
- "kind": "FloatLiteral",
- "offset": 2891,
- "length": 3,
- "value": "3.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 288,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
- "kind": "BooleanLiteral",
- "offset": 3912,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 308,
+ "length": 2,
+ "value": "60"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 3940,
+ "offset": 540,
"length": 1,
- "value": "0"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 622,
- "length": 7,
- "value": "1800100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/TurnChanged\/TurnChangedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 23,
+ "value": "\"SendBirdCalls.TurnChangedEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 719,
- "length": 7,
- "value": "1800101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2099,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 7,
- "value": "1800200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 2449,
+ "length": 14,
+ "value": "\"logCollector\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 922,
- "length": 7,
- "value": "1800201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2604,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1019,
- "length": 7,
- "value": "1800202"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 2870,
+ "length": 9,
+ "value": "\"1.10.18\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1116,
- "length": 7,
- "value": "1800203"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 14562,
+ "length": 43,
+ "value": "\"Requested to change to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1267,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 14596,
"length": 7,
- "value": "1800204"
+ "value": "\" seconds\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1417,
- "length": 7,
- "value": "1800205"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 15172,
+ "length": 43,
+ "value": "\"Requested to change to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1514,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 15206,
"length": 7,
- "value": "1800206"
+ "value": "\" seconds\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 7,
- "value": "1800207"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18965,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1708,
- "length": 7,
- "value": "1800208"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19350,
+ "length": 62,
+ "value": "\"VoIP Push Token: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1814,
- "length": 7,
- "value": "1800300"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19411,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 7,
- "value": "1800301"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24987,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2008,
- "length": 7,
- "value": "1800302"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 32736,
+ "length": 45,
+ "value": "\"Failed to set \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2105,
- "length": 7,
- "value": "1800303"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 32758,
+ "length": 1,
+ "value": "\". The path is invalid.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2211,
- "length": 7,
- "value": "1800403"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 319,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2308,
- "length": 7,
- "value": "1800404"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 801,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2405,
- "length": 7,
- "value": "1800405"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 801,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2511,
- "length": 7,
- "value": "1800600"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1230,
+ "length": 27,
+ "value": "\"UtilCommandType Not Found\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2608,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
"length": 7,
- "value": "1800601"
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 7,
- "value": "1800602"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 481,
+ "length": 12,
+ "value": "\"invitation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
- "length": 7,
- "value": "1800603"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2908,
- "length": 7,
- "value": "1800610"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 7,
- "value": "1800611"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Record.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3579,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3102,
- "length": 7,
- "value": "1800612"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Record.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3668,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3199,
- "length": 7,
- "value": "1800614"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 70,
+ "value": "\"Event delegate receiver function didReceiveEvent should be overriden\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3296,
- "length": 7,
- "value": "1800615"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 272,
+ "length": 6,
+ "value": "\"%02x\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3393,
- "length": 7,
- "value": "1800620"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "kind": "BooleanLiteral",
+ "offset": 420,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
"kind": "IntegerLiteral",
- "offset": 3490,
- "length": 7,
- "value": "1800621"
+ "offset": 447,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
"kind": "IntegerLiteral",
- "offset": 3587,
- "length": 7,
- "value": "1800622"
+ "offset": 1293,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3684,
- "length": 7,
- "value": "1800623"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1607,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3781,
- "length": 7,
- "value": "1800632"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 625,
+ "length": 14,
+ "value": "\"direct_calls\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3887,
- "length": 7,
- "value": "1800700"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 649,
+ "length": 9,
+ "value": "\"summary\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3984,
- "length": 7,
- "value": "1800701"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 795,
+ "length": 9,
+ "value": "\"version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4081,
- "length": 7,
- "value": "1800702"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4178,
- "length": 7,
- "value": "1800706"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 14,
+ "value": "\"summary_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4276,
- "length": 7,
- "value": "1800707"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 795,
+ "length": 9,
+ "value": "\"version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4382,
- "length": 7,
- "value": "1800801"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4479,
- "length": 7,
- "value": "1800802"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 14,
+ "value": "\"summary_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4576,
- "length": 7,
- "value": "1800803"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3146,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4730,
- "length": 6,
- "value": "400100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3169,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4826,
- "length": 6,
- "value": "400111"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3956,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4922,
- "length": 6,
- "value": "400200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3987,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5018,
- "length": 6,
- "value": "400201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4667,
+ "length": 62,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5114,
- "length": 6,
- "value": "400800"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4709,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5210,
- "length": 6,
- "value": "401120"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5306,
- "length": 6,
- "value": "401121"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4725,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5402,
- "length": 7,
- "value": "1400999"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4728,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5499,
- "length": 7,
- "value": "1400101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6275,
+ "length": 256,
+ "value": "[\"turn_urls\", \"ice-pwd\", \"IP4\", \"ip\", \"gzippedSDP\", \"sdp\", \"SDP\", \"password\", \"pushToken\", \"push_token\", \"token\", \"custom_items\", \"customItems\", \"sbcall_session_token\", \"access_token\", \"accessToken\", \"sbcall_short_lived_token\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
"kind": "IntegerLiteral",
- "offset": 5596,
- "length": 7,
- "value": "1400102"
+ "offset": 6630,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5693,
- "length": 7,
- "value": "1400103"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6805,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5790,
- "length": 7,
- "value": "1400104"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6834,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5887,
- "length": 7,
- "value": "1400105"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6911,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5984,
- "length": 7,
- "value": "1400106"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 6943,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6081,
- "length": 7,
- "value": "1400120"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 6958,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6178,
- "length": 7,
- "value": "1400121"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7124,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6275,
- "length": 7,
- "value": "1400122"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7153,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6372,
- "length": 7,
- "value": "1400123"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7230,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6469,
- "length": 7,
- "value": "1400124"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7262,
+ "length": 35,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6566,
- "length": 7,
- "value": "1400126"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7277,
+ "length": 1,
+ "value": "\"\" = \"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6663,
- "length": 6,
- "value": "500999"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7457,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 622,
- "length": 7,
- "value": "1800100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7486,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 719,
- "length": 7,
- "value": "1800101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7563,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 7,
- "value": "1800200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7595,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 922,
- "length": 7,
- "value": "1800201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7610,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1019,
- "length": 7,
- "value": "1800202"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7800,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1116,
- "length": 7,
- "value": "1800203"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7829,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1267,
- "length": 7,
- "value": "1800204"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7906,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1417,
- "length": 7,
- "value": "1800205"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7938,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1514,
- "length": 7,
- "value": "1800206"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7953,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 7,
- "value": "1800207"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8410,
+ "length": 19,
+ "value": "\"\"(key)\":\".+?\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1708,
- "length": 7,
- "value": "1800208"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8607,
+ "length": 47,
+ "value": "\"(?<=[ \n\t,{(\\[])\"?\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1814,
- "length": 7,
- "value": "1800300"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8635,
+ "length": 1,
+ "value": "\"\"?: *([^,;)\\]]+)\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 7,
- "value": "1800301"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8859,
+ "length": 70,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2008,
- "length": 7,
- "value": "1800302"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 1,
+ "value": "\"\" *= *(\"(.*?)\"|\\s*\\{((.|\n)*?)\\}|\\s*\\[((.|\n)*?)\\])\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2105,
- "length": 7,
- "value": "1800303"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 9139,
+ "length": 70,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2211,
- "length": 7,
- "value": "1800403"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 9148,
+ "length": 1,
+ "value": "\"\" *: *(\"(.*?)\"|\\s*\\{((.|\n)*?)\\}|\\s*\\[((.|\n)*?)\\])\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2308,
- "length": 7,
- "value": "1800404"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 39,
+ "value": "\"com.sendbird.calls.sdk.sequence.queue\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2405,
- "length": 7,
- "value": "1800405"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 586,
+ "length": 28,
+ "value": "\"bypass command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2511,
- "length": 7,
- "value": "1800600"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 613,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2608,
- "length": 7,
- "value": "1800601"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 748,
+ "length": 55,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 7,
- "value": "1800602"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 765,
+ "length": 1,
+ "value": "\"] dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
- "length": 7,
- "value": "1800603"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 802,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2908,
- "length": 7,
- "value": "1800610"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1294,
+ "length": 30,
+ "value": "\"dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 7,
- "value": "1800611"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1323,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3102,
- "length": 7,
- "value": "1800612"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1478,
+ "length": 56,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3199,
- "length": 7,
- "value": "1800614"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1495,
+ "length": 1,
+ "value": "\"] inserted command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3296,
- "length": 7,
- "value": "1800615"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1532,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3393,
- "length": 7,
- "value": "1800620"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "Array",
+ "offset": 1601,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3490,
- "length": 7,
- "value": "1800621"
+ "offset": 1892,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3587,
- "length": 7,
- "value": "1800622"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "Array",
+ "offset": 2177,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3684,
- "length": 7,
- "value": "1800623"
+ "offset": 2308,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3781,
- "length": 7,
- "value": "1800632"
+ "offset": 2495,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3887,
- "length": 7,
- "value": "1800700"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2757,
+ "length": 55,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3984,
- "length": 7,
- "value": "1800701"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 1,
+ "value": "\"] dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4081,
- "length": 7,
- "value": "1800702"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2811,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4178,
- "length": 7,
- "value": "1800706"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4276,
- "length": 7,
- "value": "1800707"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2357,
+ "length": 9,
+ "value": "\"UNKNOWN\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4382,
- "length": 7,
- "value": "1800801"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2425,
+ "length": 5,
+ "value": "\"ios\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4479,
- "length": 7,
- "value": "1800802"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2482,
+ "length": 3,
+ "value": "\"-\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4576,
- "length": 7,
- "value": "1800803"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 974,
+ "length": 42,
+ "value": "\"SendBird.WebsocketDidConnectNotification\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4730,
- "length": 6,
- "value": "400100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 1058,
+ "length": 45,
+ "value": "\"SendBird.WebsocketDidDisconnectNotification\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4826,
- "length": 6,
- "value": "400111"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 1145,
+ "length": 45,
+ "value": "\"SendBird.WebsocketDisconnectionErrorKeyName\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 4922,
- "length": 6,
- "value": "400200"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5018,
- "length": 6,
- "value": "400201"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5114,
- "length": 6,
- "value": "400800"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5210,
- "length": 6,
- "value": "401120"
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5306,
- "length": 6,
- "value": "401121"
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5402,
- "length": 7,
- "value": "1400999"
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5499,
- "length": 7,
- "value": "1400101"
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5596,
- "length": 7,
- "value": "1400102"
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5693,
- "length": 7,
- "value": "1400103"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5790,
- "length": 7,
- "value": "1400104"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5887,
- "length": 7,
- "value": "1400105"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5984,
- "length": 7,
- "value": "1400106"
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6081,
- "length": 7,
- "value": "1400120"
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6178,
- "length": 7,
- "value": "1400121"
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6275,
- "length": 7,
- "value": "1400122"
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6372,
- "length": 7,
- "value": "1400123"
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6469,
- "length": 7,
- "value": "1400124"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6566,
- "length": 7,
- "value": "1400126"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6663,
- "length": 6,
- "value": "500999"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10598,
- "length": 7,
- "value": "\"appId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10633,
- "length": 12,
- "value": "\"Push Token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10673,
- "length": 8,
- "value": "\"userId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10709,
- "length": 8,
- "value": "\"callId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10745,
- "length": 13,
- "value": "\"URL Request\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10786,
- "length": 12,
- "value": "\"Video Call\""
+ "offset": 4650,
+ "length": 55,
+ "value": "\"com.sendbird.sdk.calls.websocket.starscream.websocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10826,
- "length": 14,
- "value": "\"Custom Items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "Array",
+ "offset": 4719,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10598,
- "length": 7,
- "value": "\"appId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4871,
+ "length": 4,
+ "value": "4096"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10633,
- "length": 12,
- "value": "\"Push Token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4902,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10673,
- "length": 8,
- "value": "\"userId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5666,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10709,
- "length": 8,
- "value": "\"callId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6761,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10745,
- "length": 13,
- "value": "\"URL Request\""
+ "offset": 8424,
+ "length": 37,
+ "value": "\"Error setting ingoing cypher suites\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10786,
- "length": 12,
- "value": "\"Video Call\""
+ "offset": 8629,
+ "length": 38,
+ "value": "\"Error setting outgoing cypher suites\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10826,
- "length": 14,
- "value": "\"Custom Items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9153,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndResponse.swift",
- "kind": "StringLiteral",
- "offset": 299,
- "length": 18,
- "value": "\"SendBirdCalls.UnknownEndResponse\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9215,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 316,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9244,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 372,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 9322,
+ "length": 58,
+ "value": "\"Timed out waiting for the socket to be ready for a write\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 418,
- "length": 11,
- "value": "\"device_os\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9388,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 316,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 9689,
+ "length": 37,
+ "value": "\"socket object has been dereferenced\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 372,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9734,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 418,
- "length": 11,
- "value": "\"device_os\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9949,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 850,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10449,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11573,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 850,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11980,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 6,
- "value": "\"CALL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 6,
- "value": "\"SGNL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 422,
- "length": 6,
- "value": "\"COMM\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 448,
- "length": 6,
- "value": "\"UTIL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 6,
- "value": "\"CALL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 6,
- "value": "\"SGNL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 422,
- "length": 6,
- "value": "\"COMM\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 448,
- "length": 6,
- "value": "\"UTIL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 232,
- "length": 37,
- "value": "\"com.sendbird.calls.sdk.latest_token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 319,
- "length": 41,
- "value": "\"com.sendbird.calls.sdk.push_device_info\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 423,
- "length": 34,
- "value": "\"com.sendbird.calls.sdk.push_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 561,
- "length": 7,
- "value": "1"
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 760,
- "length": 12,
- "value": "2"
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 888,
- "length": 11,
- "value": "3"
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 561,
- "length": 7,
- "value": "1"
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 760,
- "length": 12,
- "value": "2"
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 888,
- "length": 11,
- "value": "3"
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
+ "offset": 14073,
"length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "value": "\"WebSocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "offset": 14270,
+ "length": 9,
+ "value": "\"Upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
+ "offset": 14314,
"length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "value": "\"websocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "offset": 14360,
+ "length": 6,
+ "value": "\"Host\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
- "kind": "Dictionary",
- "offset": 1513,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
- "kind": "BooleanLiteral",
- "offset": 1622,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1633,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1707,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1775,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1922,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 2260,
- "length": 5,
- "value": "false"
+ "offset": 14401,
+ "length": 12,
+ "value": "\"Connection\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 324,
- "length": 23,
- "value": "\"SendBirdCalls.DialReceiveEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "IntegerLiteral",
- "offset": 1004,
- "length": 6,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "IntegerLiteral",
- "offset": 1004,
- "length": 6,
- "value": "1"
+ "offset": 14448,
+ "length": 9,
+ "value": "\"Upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 6977,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14492,
+ "length": 24,
+ "value": "\"Sec-WebSocket-Protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7321,
- "length": 69,
- "value": "\"HoldedBy changed in call: \""
+ "offset": 14551,
+ "length": 23,
+ "value": "\"Sec-WebSocket-Version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7355,
+ "offset": 14609,
"length": 4,
- "value": "\" from: \""
+ "value": "\"13\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7373,
- "length": 2,
- "value": "\" to: \""
+ "offset": 14648,
+ "length": 26,
+ "value": "\"Sec-WebSocket-Extensions\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7389,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7551,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7632,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7706,
- "length": 5,
- "value": "false"
+ "offset": 14709,
+ "length": 19,
+ "value": "\"Sec-WebSocket-Key\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7786,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14763,
+ "length": 8,
+ "value": "\"Origin\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7845,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14806,
+ "length": 22,
+ "value": "\"Sec-WebSocket-Accept\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7927,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14863,
+ "length": 4,
+ "value": "4096"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8270,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14902,
"length": 4,
- "value": "true"
+ "value": "0x80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8350,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14941,
"length": 4,
- "value": "true"
+ "value": "0x0F"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8423,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14980,
"length": 4,
- "value": "true"
+ "value": "0x70"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Array",
- "offset": 10622,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15019,
+ "length": 4,
+ "value": "0x40"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 11975,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15058,
+ "length": 4,
+ "value": "0x80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Array",
- "offset": 12601,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15097,
+ "length": 4,
+ "value": "0x7F"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "StringLiteral",
- "offset": 13229,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15136,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 13369,
- "length": 5,
- "value": "false"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Dictionary",
- "offset": 13559,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15173,
"length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 17851,
- "length": 5,
- "value": "false"
+ "value": "101"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "StringLiteral",
- "offset": 388,
- "length": 10,
- "value": "\"SendBirdCalls.DirectCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "Array",
+ "offset": 15211,
+ "length": 16,
+ "value": "[\"wss\", \"https\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 273,
+ "offset": 15272,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
- "kind": "IntegerLiteral",
- "offset": 578,
- "length": 21,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
- "kind": "IntegerLiteral",
- "offset": 578,
- "length": 21,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 730,
+ "offset": 15344,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 798,
+ "offset": 15371,
"length": 1,
- "value": "5"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1066,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16207,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1113,
- "length": 2,
- "value": "\" to \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16245,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1130,
- "length": 1,
- "value": "\" \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16382,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1150,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16848,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1715,
+ "offset": 16950,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1788,
+ "offset": 16996,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 484,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Recording\/RecordingStatusEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 190,
- "length": 27,
- "value": "\"SendBirdCalls.RecordingStatusEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1355,
- "length": 1,
- "value": "0"
+ "offset": 17036,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1365,
- "length": 6,
- "value": "0x2000"
+ "offset": 17073,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1410,
+ "offset": 17114,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
- "kind": "IntegerLiteral",
- "offset": 3824,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
- "kind": "IntegerLiteral",
- "offset": 3834,
- "length": 6,
- "value": "0x2000"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17158,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 3879,
+ "offset": 17322,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2776,
- "length": 4,
- "value": "true"
+ "offset": 17359,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2805,
- "length": 4,
- "value": "true"
+ "offset": 17645,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2919,
- "length": 4,
- "value": "true"
+ "offset": 17683,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 12,
- "value": "\"setup_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17720,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 444,
- "length": 31,
- "value": "\"transport_info_candidate_type\""
+ "offset": 17757,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 507,
- "length": 14,
- "value": "\"network_type\""
+ "offset": 18316,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 559,
- "length": 20,
- "value": "\"reconnection_count\""
+ "offset": 18686,
+ "length": 3,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 12,
- "value": "\"setup_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18793,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 444,
- "length": 31,
- "value": "\"transport_info_candidate_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18944,
+ "length": 1,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 507,
- "length": 14,
- "value": "\"network_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19446,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 559,
- "length": 20,
- "value": "\"reconnection_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19475,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 669,
- "length": 13,
- "value": "\"audio_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 711,
- "length": 11,
- "value": "\"audio_mos\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20596,
+ "length": 5,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 762,
- "length": 25,
- "value": "\"audio_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22870,
+ "length": 3,
+ "value": "443"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 816,
- "length": 11,
- "value": "\"audio_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22918,
+ "length": 2,
+ "value": "80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 669,
- "length": 13,
- "value": "\"audio_codec\""
+ "offset": 23399,
+ "length": 71,
+ "value": "\"permessage-deflate; client_max_window_bits; server_max_window_bits=15\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 711,
- "length": 11,
- "value": "\"audio_mos\""
+ "offset": 23632,
+ "length": 23,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 762,
- "length": 25,
- "value": "\"audio_packets_lost_rate\""
+ "offset": 23645,
+ "length": 1,
+ "value": "\":\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 816,
- "length": 11,
- "value": "\"audio_rtt\""
+ "offset": 23654,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 13,
- "value": "\"video_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23812,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 959,
- "length": 20,
- "value": "\"video_freeze_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23817,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 27,
- "value": "\"video_jitter_buffer_delay\""
+ "offset": 23948,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1099,
- "length": 35,
- "value": "\"video_jitter_buffer_emitted_count\""
+ "offset": 24057,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1175,
- "length": 25,
- "value": "\"video_packets_lost_rate\""
+ "offset": 24124,
+ "length": 3,
+ "value": "\"?\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1245,
- "length": 29,
- "value": "\"video_received_frame_height\""
+ "offset": 24192,
+ "length": 53,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1318,
- "length": 28,
- "value": "\"video_received_frame_width\""
+ "offset": 24217,
+ "length": 5,
+ "value": "\"GET\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1375,
- "length": 11,
- "value": "\"video_rtt\""
+ "offset": 24223,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1427,
- "length": 25,
- "value": "\"video_sent_frame_height\""
+ "offset": 24231,
+ "length": 4,
+ "value": "\" HTTP\/1.1\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1492,
- "length": 24,
- "value": "\"video_sent_frame_width\""
+ "offset": 24369,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 25,
- "value": "\"video_total_decode_time\""
+ "offset": 24376,
+ "length": 1,
+ "value": "\": \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1627,
- "length": 29,
- "value": "\"video_total_frames_duration\""
+ "offset": 24384,
+ "length": 1,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1702,
- "length": 30,
- "value": "\"video_total_freezes_duration\""
+ "offset": 24434,
+ "length": 6,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1778,
- "length": 31,
- "value": "\"video_total_inter_frame_delay\""
+ "offset": 24741,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1856,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24763,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1926,
- "length": 21,
- "value": "\"video_source_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1984,
- "length": 20,
- "value": "\"video_source_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24837,
+ "length": 2,
+ "value": "97"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 13,
- "value": "\"video_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24861,
+ "length": 2,
+ "value": "25"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 959,
+ "offset": 24886,
"length": 20,
- "value": "\"video_freeze_count\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 27,
- "value": "\"video_jitter_buffer_delay\""
+ "offset": 24905,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1099,
- "length": 35,
- "value": "\"video_jitter_buffer_emitted_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25070,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1175,
- "length": 25,
- "value": "\"video_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25352,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 29,
- "value": "\"video_received_frame_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25528,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1318,
- "length": 28,
- "value": "\"video_received_frame_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26600,
+ "length": 9,
+ "value": "1000000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1375,
- "length": 11,
- "value": "\"video_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27719,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1427,
+ "offset": 27891,
"length": 25,
- "value": "\"video_sent_frame_height\""
+ "value": "\"Invalid SSL certificate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1492,
- "length": 24,
- "value": "\"video_sent_frame_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27924,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1557,
- "length": 25,
- "value": "\"video_total_decode_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28220,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1627,
- "length": 29,
- "value": "\"video_total_frames_duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28642,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1702,
- "length": 30,
- "value": "\"video_total_freezes_duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28881,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1778,
- "length": 31,
- "value": "\"video_total_inter_frame_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29354,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1856,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29391,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1926,
- "length": 21,
- "value": "\"video_source_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29417,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1984,
- "length": 20,
- "value": "\"video_source_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29741,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 2353,
+ "offset": 30718,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantExitedEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30752,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 192,
- "length": 29,
- "value": "\"SendBirdCalls.ParticipantExitedEventCommand\""
+ "offset": 30966,
+ "length": 22,
+ "value": "\"Invalid HTTP upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 515,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31231,
"length": 4,
- "value": "true"
+ "value": "\"\r\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 31,
- "value": "\"SendBirdCalls.PeerConnectionReconnectingState\""
+ "offset": 31251,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1696,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31271,
+ "length": 4,
+ "value": "\"\r\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "Dictionary",
- "offset": 1793,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31291,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1886,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2686,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31340,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "Dictionary",
- "offset": 2783,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31359,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 8,
- "value": "\"log_dt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31439,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 635,
- "length": 11,
- "value": "\"log_level\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31465,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 13,
- "value": "\"log_message\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31505,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 8,
- "value": "\"log_dt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31592,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 635,
- "length": 11,
- "value": "\"log_level\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31641,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 13,
- "value": "\"log_message\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31738,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 802,
- "length": 38,
- "value": "\"com.sendbird.sdk.calls.log.collector\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31811,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 873,
+ "offset": 31866,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31926,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "Array",
- "offset": 909,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32537,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 953,
- "length": 3,
- "value": "500"
+ "offset": 32658,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
- "kind": "StringLiteral",
- "offset": 400,
- "length": 5,
- "value": "\"\/v1\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32695,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5994,
+ "offset": 33016,
"length": 2,
- "value": "24"
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 33072,
+ "length": 6,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 11,
- "value": "\"Executing\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33099,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 279,
- "length": 10,
- "value": "\"Finished\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33118,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 210,
- "length": 7,
- "value": "\"Ready\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33211,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 11,
- "value": "\"Executing\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33337,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 279,
- "length": 10,
- "value": "\"Finished\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33353,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 1055,
- "length": 41,
- "value": "\"com.sendbird.sdk.common.operation.state\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33403,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 105,
- "length": 13,
- "value": "\"SendBirdCalls.TaskOperation\""
+ "offset": 33541,
+ "length": 3,
+ "value": "\":\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDispatcher.swift",
- "kind": "Dictionary",
- "offset": 249,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33590,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantConnectedEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 195,
- "length": 32,
- "value": "\"SendBirdCalls.ParticipantConnectedEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33647,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantAudioSettingEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 198,
- "length": 35,
- "value": "\"SendBirdCalls.ParticipantAudioSettingEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33727,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33846,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 265,
+ "offset": 34358,
"length": 1,
- "value": "3"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/TurnChanged\/TurnChangedEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 23,
- "value": "\"SendBirdCalls.TurnChangedEventCommand\""
+ "offset": 34392,
+ "length": 53,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 2870,
- "length": 9,
- "value": "\"1.10.17\""
+ "offset": 34408,
+ "length": 8,
+ "value": "\"258EAFA5-E914-47DA-95CA-C5AB0DC85B11\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
- "kind": "BooleanLiteral",
- "offset": 18965,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34542,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
- "kind": "BooleanLiteral",
- "offset": 24987,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34608,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
- "kind": "BooleanLiteral",
- "offset": 319,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34649,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 801,
- "length": 11,
- "value": "\"log_level\""
+ "offset": 34869,
+ "length": 3,
+ "value": "\";\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 801,
- "length": 11,
- "value": "\"log_level\""
+ "offset": 34984,
+ "length": 20,
+ "value": "\"permessage-deflate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 792,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35062,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 792,
- "length": 12,
- "value": "\"invitee_id\""
+ "offset": 35104,
+ "length": 25,
+ "value": "\"server_max_window_bits=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
- "kind": "BooleanLiteral",
- "offset": 420,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 35194,
+ "length": 3,
+ "value": "\"=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 447,
+ "offset": 35199,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 795,
- "length": 9,
- "value": "\"version\""
+ "offset": 35403,
+ "length": 25,
+ "value": "\"client_max_window_bits=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 829,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 35493,
+ "length": 3,
+ "value": "\"=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
- "kind": "StringLiteral",
- "offset": 868,
- "length": 14,
- "value": "\"summary_data\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35498,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 795,
- "length": 9,
- "value": "\"version\""
+ "offset": 35695,
+ "length": 28,
+ "value": "\"client_no_context_takeover\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
- "kind": "StringLiteral",
- "offset": 829,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35785,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 14,
- "value": "\"summary_data\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
- "kind": "BooleanLiteral",
- "offset": 3956,
- "length": 5,
- "value": "false"
+ "offset": 35820,
+ "length": 28,
+ "value": "\"server_no_context_takeover\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 3987,
- "length": 5,
- "value": "false"
+ "offset": 35910,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
- "kind": "StringLiteral",
- "offset": 376,
- "length": 39,
- "value": "\"com.sendbird.calls.sdk.sequence.queue\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36413,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 974,
- "length": 42,
- "value": "\"SendBird.WebsocketDidConnectNotification\""
+ "kind": "IntegerLiteral",
+ "offset": 36420,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 1058,
- "length": 45,
- "value": "\"SendBird.WebsocketDidDisconnectNotification\""
+ "kind": "IntegerLiteral",
+ "offset": 36448,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 1145,
- "length": 45,
- "value": "\"SendBird.WebsocketDisconnectionErrorKeyName\""
+ "kind": "IntegerLiteral",
+ "offset": 36644,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 36664,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 36668,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 36702,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
- "length": 4,
- "value": "1003"
+ "offset": 36967,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 36987,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 37014,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
+ "offset": 37033,
"length": 4,
- "value": "1008"
+ "value": "0xff"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 37234,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 37238,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 37292,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 37301,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
+ "offset": 37312,
"length": 4,
- "value": "1003"
+ "value": "0xff"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 37822,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 37970,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
- "length": 4,
- "value": "1008"
+ "offset": 38174,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 38464,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 38535,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 38664,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 38727,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
- "length": 4,
- "value": "1003"
+ "offset": 38756,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 38933,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 38939,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
- "length": 4,
- "value": "1008"
+ "offset": 38982,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 39010,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 4650,
- "length": 55,
- "value": "\"com.sendbird.sdk.calls.websocket.starscream.websocket\""
+ "kind": "IntegerLiteral",
+ "offset": 39016,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "Array",
- "offset": 4719,
- "length": 2,
- "value": "[]"
+ "kind": "StringLiteral",
+ "offset": 39226,
+ "length": 48,
+ "value": "\"masked and rsv data is not currently supported\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 4871,
- "length": 4,
- "value": "4096"
+ "kind": "StringLiteral",
+ "offset": 39798,
+ "length": 43,
+ "value": "\"unknown opcode: \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 4902,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 39840,
+ "length": 23,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
- "length": 3,
- "value": "0x0"
+ "offset": 39999,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 13865,
- "length": 3,
- "value": "0x1"
+ "kind": "StringLiteral",
+ "offset": 40134,
+ "length": 36,
+ "value": "\"control frames can't be fragmented\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 40417,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 40525,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "offset": 40646,
+ "length": 4,
+ "value": "1000"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14008,
- "length": 3,
- "value": "0xA"
+ "offset": 40667,
+ "length": 4,
+ "value": "1003"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
- "length": 3,
- "value": "0x0"
+ "offset": 40687,
+ "length": 4,
+ "value": "1007"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13865,
- "length": 3,
- "value": "0x1"
+ "offset": 40709,
+ "length": 4,
+ "value": "1013"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 40729,
+ "length": 4,
+ "value": "3000"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 40878,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "kind": "StringLiteral",
+ "offset": 40954,
+ "length": 29,
+ "value": "\"connection closed by server\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14008,
+ "offset": 41160,
"length": 3,
- "value": "0xA"
+ "value": "125"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
+ "offset": 41353,
"length": 3,
- "value": "0x0"
+ "value": "127"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13865,
+ "offset": 41526,
"length": 3,
- "value": "0x1"
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 42086,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 42497,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "offset": 42531,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 14008,
- "length": 3,
- "value": "0xA"
+ "kind": "StringLiteral",
+ "offset": 42714,
+ "length": 32,
+ "value": "\"Decompression failed: \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14073,
- "length": 11,
- "value": "\"WebSocket\""
+ "offset": 42745,
+ "length": 1,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14270,
- "length": 9,
- "value": "\"Upgrade\""
+ "offset": 43212,
+ "length": 29,
+ "value": "\"connection closed by server\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14314,
- "length": 11,
- "value": "\"websocket\""
+ "kind": "IntegerLiteral",
+ "offset": 43926,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14360,
- "length": 6,
- "value": "\"Host\""
+ "kind": "IntegerLiteral",
+ "offset": 44365,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14401,
- "length": 12,
- "value": "\"Connection\""
+ "offset": 44555,
+ "length": 46,
+ "value": "\"continue frame before a binary or text frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14448,
- "length": 9,
- "value": "\"Upgrade\""
+ "kind": "BooleanLiteral",
+ "offset": 44733,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14492,
- "length": 24,
- "value": "\"Sec-WebSocket-Protocol\""
+ "offset": 44965,
+ "length": 39,
+ "value": "\"first frame can't be a continue frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14551,
- "length": 23,
- "value": "\"Sec-WebSocket-Version\""
+ "kind": "BooleanLiteral",
+ "offset": 45148,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14609,
- "length": 4,
- "value": "\"13\""
+ "offset": 45654,
+ "length": 64,
+ "value": "\"second and beyond of fragment message must be a continue frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14648,
- "length": 26,
- "value": "\"Sec-WebSocket-Extensions\""
+ "kind": "IntegerLiteral",
+ "offset": 46026,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14709,
- "length": 19,
- "value": "\"Sec-WebSocket-Key\""
+ "kind": "IntegerLiteral",
+ "offset": 46069,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14763,
- "length": 8,
- "value": "\"Origin\""
+ "kind": "BooleanLiteral",
+ "offset": 46073,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 22,
- "value": "\"Sec-WebSocket-Accept\""
+ "kind": "BooleanLiteral",
+ "offset": 46080,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14863,
- "length": 4,
- "value": "4096"
+ "offset": 46701,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14902,
- "length": 4,
- "value": "0x80"
+ "offset": 46729,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14941,
- "length": 4,
- "value": "0x0F"
+ "offset": 46978,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 14980,
- "length": 4,
- "value": "0x70"
+ "kind": "BooleanLiteral",
+ "offset": 47469,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 15019,
+ "kind": "BooleanLiteral",
+ "offset": 48616,
"length": 4,
- "value": "0x40"
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48646,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15058,
- "length": 4,
- "value": "0x80"
+ "offset": 48973,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15097,
- "length": 4,
- "value": "0x7F"
+ "offset": 49539,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15136,
- "length": 2,
- "value": "32"
+ "offset": 50395,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15173,
+ "offset": 50438,
"length": 3,
- "value": "101"
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "Array",
- "offset": 15211,
- "length": 16,
- "value": "[\"wss\", \"https\"]"
+ "kind": "IntegerLiteral",
+ "offset": 50467,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 15272,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50575,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15344,
- "length": 1,
- "value": "0"
+ "offset": 50580,
+ "length": 3,
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15371,
+ "offset": 50769,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16207,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50774,
+ "length": 3,
+ "value": "127"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16245,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50952,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16382,
- "length": 4,
- "value": "true"
+ "kind": "IntegerLiteral",
+ "offset": 51208,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16848,
- "length": 4,
- "value": "true"
+ "kind": "IntegerLiteral",
+ "offset": 51333,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16950,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 51373,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16996,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 51545,
+ "length": 41,
+ "value": "\"output stream had an error during write\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 17036,
- "length": 2,
- "value": "15"
+ "offset": 51594,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 17073,
- "length": 2,
- "value": "15"
+ "offset": 51908,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17114,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 51998,
+ "length": 41,
+ "value": "\"output stream had an error during write\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17158,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 52047,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17322,
- "length": 5,
- "value": "false"
+ "offset": 52682,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17359,
+ "offset": 52710,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17645,
+ "offset": 52757,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17683,
+ "offset": 53442,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17720,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 13707,
+ "length": 9,
+ "value": "\"SendBirdCalls.WebSocket\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 17757,
- "length": 2,
- "value": "\"\""
+ "kind": "IntegerLiteral",
+ "offset": 53706,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 54339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/AcceptParams.swift",
"kind": "BooleanLiteral",
- "offset": 28642,
- "length": 4,
- "value": "true"
+ "offset": 1224,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsRequest.swift",
"kind": "StringLiteral",
- "offset": 13707,
- "length": 9,
- "value": "\"SendBirdCalls.WebSocket\""
+ "offset": 375,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 54339,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 397,
+ "length": 14,
+ "value": "\"custom_items\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomInvitation.swift",
@@ -293402,6 +308372,13 @@
"length": 26,
"value": "\"sbcall_short_lived_token\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/ScreenShare.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1466,
+ "length": 2,
+ "value": "15"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ConnectedState.swift",
"kind": "StringLiteral",
@@ -293409,6 +308386,55 @@
"length": 14,
"value": "\"SendBirdCalls.ConnectedState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "StringLiteral",
+ "offset": 2370,
+ "length": 20,
+ "value": "\"Unknown gzip error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "Array",
+ "offset": 3102,
+ "length": 12,
+ "value": "[0x1f, 0x8b]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3718,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5394,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6093,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6590,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6706,
+ "length": 1,
+ "value": "2"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
"kind": "IntegerLiteral",
@@ -293423,6 +308449,48 @@
"length": 2,
"value": "14"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 881,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 958,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 975,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 983,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
"kind": "StringLiteral",
@@ -293535,6 +308603,41 @@
"length": 14,
"value": "\"network_type\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2334,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2888,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3168,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3601,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
"kind": "Array",
@@ -293542,6 +308645,55 @@
"length": 2,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 742,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2465,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2665,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2677,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2736,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
"kind": "StringLiteral",
@@ -293570,6 +308722,146 @@
"length": 16,
"value": "\"audio_mos_list\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 12,
+ "value": "\"audiotrack\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 859,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1077,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1204,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 104,
+ "value": "\"Will update audio enable from: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 2,
+ "value": "\" to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1351,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1580,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1877,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 139,
+ "value": "\"AudioSession is set to - Category: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2056,
+ "length": 1,
+ "value": "\", CategoryOptions: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2106,
+ "length": 1,
+ "value": "\", mode: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2134,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2189,
+ "length": 42,
+ "value": "\"AudioSession active with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2230,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2384,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2555,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2614,
+ "length": 65,
+ "value": "\"Failed to deactive audio session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2678,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 3,
+ "value": "\".\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
"kind": "StringLiteral",
@@ -293577,6 +308869,27 @@
"length": 5,
"value": "\"…\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 754,
+ "length": 7,
+ "value": "\".-_~ \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 948,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 959,
+ "length": 3,
+ "value": "\"+\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
"kind": "StringLiteral",
@@ -293633,6 +308946,139 @@
"length": 8,
"value": "\"DELETE\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "Array",
+ "offset": 628,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 5,
+ "value": "\"\/v1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 715,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 753,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1379,
+ "length": 74,
+ "value": "\"Error occurred while creating url request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1452,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1718,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1879,
+ "length": 4,
+ "value": "\"\/\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1888,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2041,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2055,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3265,
+ "length": 26,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3274,
+ "length": 1,
+ "value": "\"\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3288,
+ "length": 1,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4038,
+ "length": 14,
+ "value": "\"Invalid URL.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4087,
+ "length": 14,
+ "value": "\"Invalid Path\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 3,
+ "value": "\"\/\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Cancel\/CancelResponse.swift",
"kind": "StringLiteral",
@@ -293647,6 +309093,69 @@
"length": 3,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 674,
+ "length": 33,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 2,
+ "value": "\" id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 706,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 37,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 881,
+ "length": 2,
+ "value": "\" id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 904,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2190,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2386,
+ "length": 12,
+ "value": "\"was called\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
"kind": "StringLiteral",
@@ -293752,6 +309261,13 @@
"length": 16,
"value": "\"stats_interval\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 994,
+ "length": 1,
+ "value": "3"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateResponse.swift",
"kind": "IntegerLiteral",
@@ -293765,6 +309281,230 @@
"offset": 1910,
"length": 1,
"value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4078,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5073,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5337,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5366,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5433,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5858,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5910,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6612,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6787,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6865,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6959,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7560,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 7977,
+ "length": 112,
+ "value": "\"Failed to parse audio because CMAudioFormatDescriptionCreate failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 8088,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8213,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8457,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8752,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9208,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9389,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 98,
+ "value": "\"Failed to parse audio because CMSampleBufferCreate failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 9802,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 124,
+ "value": "\"Failed to parse audio because CMSampleBufferSetDataBufferFromAudioBufferList with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 10721,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Observer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 589,
+ "length": 4,
+ "value": "true"
}
]
}
\ No newline at end of file
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index 7c08f8d..909304d 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
@@ -26,6 +26,7 @@ import VideoToolbox
import WebRTC
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import zlib
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRecordingOptions) public class RecordingOptions : ObjectiveC.NSObject {
@objc final public let recordingType: SendBirdCalls.RecordingOptions.RecordingType
@@ -59,7 +60,7 @@ import zlib
}
@_hasMissingDesignatedInitializers @objc(SBCDirectCallUser) public class DirectCallUser : SendBirdCalls.User {
@objc final public let role: SendBirdCalls.DirectCall.UserRole
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallUser {
@@ -107,7 +108,7 @@ extension SendBirdCalls.VideoDevice {
}
}
extension SendBirdCalls.DirectCall {
- @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, Swift.Error?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
+ @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, (any Swift.Error)?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
@objc dynamic public func stopScreenShare(completionHandler: SendBirdCalls.ErrorHandler? = nil)
}
extension SendBirdCalls.DirectCall {
@@ -126,8 +127,8 @@ extension SendBirdCalls.DirectCall {
@objc(logMessage:) func log(message: Swift.String)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class SBCLogger : ObjectiveC.NSObject {
- @objc(addLogReceiver:) public static func add(receiver: SendBirdCalls.SBCLogReceiver)
- @objc(removeLogReceiver:) public static func remove(receiver: SendBirdCalls.SBCLogReceiver)
+ @objc(addLogReceiver:) public static func add(receiver: any SendBirdCalls.SBCLogReceiver)
+ @objc(removeLogReceiver:) public static func remove(receiver: any SendBirdCalls.SBCLogReceiver)
@objc public static func setLoggerLevel(_ level: SendBirdCalls.SBCLogger.Level)
@objc deinit
}
@@ -145,15 +146,15 @@ extension SendBirdCalls.SBCLogger {
}
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBCRemoteParticipant) public class RemoteParticipant : SendBirdCalls.Participant {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objcMembers @objc(SBCChatOptions) public class SendBirdChatOptions : ObjectiveC.NSObject, Swift.Codable {
@objc public var channelURL: Swift.String
@objc public init(channelURL: Swift.String)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendBirdCalls.SendBirdCall {
@objc(createRoomWithParams:completionHandler:) public static func createRoom(with params: SendBirdCalls.RoomParams, completionHandler: @escaping SendBirdCalls.RoomHandler)
@@ -191,7 +192,7 @@ extension SendBirdCalls.DirectCall {
@objc public func startVideo()
@objc public func stopVideo()
@objc public func switchCamera(completionHandler: @escaping SendBirdCalls.ErrorHandler)
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objcMembers @objc(SBCDirectCallLog) public class DirectCallLog : ObjectiveC.NSObject, Swift.Codable {
@@ -227,8 +228,8 @@ extension SendBirdCalls.DirectCall {
@objc public var customItems: [Swift.String : Swift.String] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallLog {
@@ -316,16 +317,16 @@ extension SendBirdCalls.DirectCallLog {
case connected
case exited
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -363,7 +364,7 @@ extension SendBirdCalls.DirectCallLog {
@objc public func updateCustomItems(customItems: [Swift.String : Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteCustomItems(customItemKeys: [Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteAllCustomItems(completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
- @objc public func addDelegate(_ delegate: SendBirdCalls.RoomDelegate, identifier: Swift.String)
+ @objc public func addDelegate(_ delegate: any SendBirdCalls.RoomDelegate, identifier: Swift.String)
@objc public func removeDelegate(identifier: Swift.String)
@objc public func removeAllDelegates()
@objc public func sendInvitation(invitee: Swift.String, completionHandler: ((SendBirdCalls.RoomInvitation?, SendBirdCalls.SBCError?) -> Swift.Void)?)
@@ -480,7 +481,7 @@ extension SendBirdCalls.SendBirdVideoView {
@objc optional func wasInvitationDeclined(_ invitation: SendBirdCalls.RoomInvitation)
}
extension SendBirdCalls.DirectCall {
- public func setConnectionQualityDelegate(_ delegate: SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
+ public func setConnectionQualityDelegate(_ delegate: any SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
@objc dynamic public func removeConnectionQualityDelegate()
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRoomParams) public class RoomParams : ObjectiveC.NSObject, Swift.Encodable {
@@ -490,7 +491,7 @@ extension SendBirdCalls.DirectCall {
@objc public init(roomType: SendBirdCalls.RoomType, customItems: [Swift.String : Swift.String])
@available(*, unavailable, message: "Use `init(roomType:)` instead.")
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRange) public class SendBirdRange : ObjectiveC.NSObject {
@@ -524,9 +525,9 @@ extension SendBirdCalls.DirectCall {
@objc public var isActive: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendBirdCalls.User {
@objc override dynamic public var hash: Swift.Int {
@@ -760,7 +761,7 @@ public protocol ConnectionQualityDelegate : AnyObject {
@objc public var isVideoCall: Swift.Bool {
get
}
- @objc weak public var delegate: SendBirdCalls.DirectCallDelegate?
+ @objc weak public var delegate: (any SendBirdCalls.DirectCallDelegate)?
@objc @available(*, deprecated, message: "isRecording has been changed to `localRecordingStatus`. ")
public var isRecording: Swift.Bool {
@objc get
@@ -791,8 +792,8 @@ public protocol ConnectionQualityDelegate : AnyObject {
case smallRoomForVideo
case largeRoomForAudioOnly
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -804,8 +805,8 @@ extension SendBirdCalls.Room {
case open
case deleted
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -860,10 +861,10 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying {
@objc public static func routePickerView(frame: CoreFoundation.CGRect) -> UIKit.UIView
@objc public static func executeOn(queue: Dispatch.DispatchQueue)
@objc public static func setAppGroup(_ appGroup: Swift.String)
- @objc public static func addDelegate(_ delegate: SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
+ @objc public static func addDelegate(_ delegate: any SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
@objc public static func removeDelegate(identifier: Swift.String)
@objc public static func removeAllDelegates()
- @objc public static func addRecordingDelegate(_ delegate: SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
+ @objc public static func addRecordingDelegate(_ delegate: any SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
@objc public static func removeRecordingDelegate(identifier: Swift.String)
@objc public static func removeAllRecordingDelegates()
@objc(callForCallId:) public static func getCall(forCallId callId: Swift.String) -> SendBirdCalls.DirectCall?
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc
index a32fa9a..0ec8ce5 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 7c08f8d..909304d 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
@@ -26,6 +26,7 @@ import VideoToolbox
import WebRTC
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import zlib
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRecordingOptions) public class RecordingOptions : ObjectiveC.NSObject {
@objc final public let recordingType: SendBirdCalls.RecordingOptions.RecordingType
@@ -59,7 +60,7 @@ import zlib
}
@_hasMissingDesignatedInitializers @objc(SBCDirectCallUser) public class DirectCallUser : SendBirdCalls.User {
@objc final public let role: SendBirdCalls.DirectCall.UserRole
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallUser {
@@ -107,7 +108,7 @@ extension SendBirdCalls.VideoDevice {
}
}
extension SendBirdCalls.DirectCall {
- @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, Swift.Error?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
+ @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, (any Swift.Error)?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
@objc dynamic public func stopScreenShare(completionHandler: SendBirdCalls.ErrorHandler? = nil)
}
extension SendBirdCalls.DirectCall {
@@ -126,8 +127,8 @@ extension SendBirdCalls.DirectCall {
@objc(logMessage:) func log(message: Swift.String)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class SBCLogger : ObjectiveC.NSObject {
- @objc(addLogReceiver:) public static func add(receiver: SendBirdCalls.SBCLogReceiver)
- @objc(removeLogReceiver:) public static func remove(receiver: SendBirdCalls.SBCLogReceiver)
+ @objc(addLogReceiver:) public static func add(receiver: any SendBirdCalls.SBCLogReceiver)
+ @objc(removeLogReceiver:) public static func remove(receiver: any SendBirdCalls.SBCLogReceiver)
@objc public static func setLoggerLevel(_ level: SendBirdCalls.SBCLogger.Level)
@objc deinit
}
@@ -145,15 +146,15 @@ extension SendBirdCalls.SBCLogger {
}
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBCRemoteParticipant) public class RemoteParticipant : SendBirdCalls.Participant {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objcMembers @objc(SBCChatOptions) public class SendBirdChatOptions : ObjectiveC.NSObject, Swift.Codable {
@objc public var channelURL: Swift.String
@objc public init(channelURL: Swift.String)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendBirdCalls.SendBirdCall {
@objc(createRoomWithParams:completionHandler:) public static func createRoom(with params: SendBirdCalls.RoomParams, completionHandler: @escaping SendBirdCalls.RoomHandler)
@@ -191,7 +192,7 @@ extension SendBirdCalls.DirectCall {
@objc public func startVideo()
@objc public func stopVideo()
@objc public func switchCamera(completionHandler: @escaping SendBirdCalls.ErrorHandler)
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objcMembers @objc(SBCDirectCallLog) public class DirectCallLog : ObjectiveC.NSObject, Swift.Codable {
@@ -227,8 +228,8 @@ extension SendBirdCalls.DirectCall {
@objc public var customItems: [Swift.String : Swift.String] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallLog {
@@ -316,16 +317,16 @@ extension SendBirdCalls.DirectCallLog {
case connected
case exited
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -363,7 +364,7 @@ extension SendBirdCalls.DirectCallLog {
@objc public func updateCustomItems(customItems: [Swift.String : Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteCustomItems(customItemKeys: [Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteAllCustomItems(completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
- @objc public func addDelegate(_ delegate: SendBirdCalls.RoomDelegate, identifier: Swift.String)
+ @objc public func addDelegate(_ delegate: any SendBirdCalls.RoomDelegate, identifier: Swift.String)
@objc public func removeDelegate(identifier: Swift.String)
@objc public func removeAllDelegates()
@objc public func sendInvitation(invitee: Swift.String, completionHandler: ((SendBirdCalls.RoomInvitation?, SendBirdCalls.SBCError?) -> Swift.Void)?)
@@ -480,7 +481,7 @@ extension SendBirdCalls.SendBirdVideoView {
@objc optional func wasInvitationDeclined(_ invitation: SendBirdCalls.RoomInvitation)
}
extension SendBirdCalls.DirectCall {
- public func setConnectionQualityDelegate(_ delegate: SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
+ public func setConnectionQualityDelegate(_ delegate: any SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
@objc dynamic public func removeConnectionQualityDelegate()
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRoomParams) public class RoomParams : ObjectiveC.NSObject, Swift.Encodable {
@@ -490,7 +491,7 @@ extension SendBirdCalls.DirectCall {
@objc public init(roomType: SendBirdCalls.RoomType, customItems: [Swift.String : Swift.String])
@available(*, unavailable, message: "Use `init(roomType:)` instead.")
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRange) public class SendBirdRange : ObjectiveC.NSObject {
@@ -524,9 +525,9 @@ extension SendBirdCalls.DirectCall {
@objc public var isActive: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendBirdCalls.User {
@objc override dynamic public var hash: Swift.Int {
@@ -760,7 +761,7 @@ public protocol ConnectionQualityDelegate : AnyObject {
@objc public var isVideoCall: Swift.Bool {
get
}
- @objc weak public var delegate: SendBirdCalls.DirectCallDelegate?
+ @objc weak public var delegate: (any SendBirdCalls.DirectCallDelegate)?
@objc @available(*, deprecated, message: "isRecording has been changed to `localRecordingStatus`. ")
public var isRecording: Swift.Bool {
@objc get
@@ -791,8 +792,8 @@ public protocol ConnectionQualityDelegate : AnyObject {
case smallRoomForVideo
case largeRoomForAudioOnly
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -804,8 +805,8 @@ extension SendBirdCalls.Room {
case open
case deleted
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -860,10 +861,10 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying {
@objc public static func routePickerView(frame: CoreFoundation.CGRect) -> UIKit.UIView
@objc public static func executeOn(queue: Dispatch.DispatchQueue)
@objc public static func setAppGroup(_ appGroup: Swift.String)
- @objc public static func addDelegate(_ delegate: SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
+ @objc public static func addDelegate(_ delegate: any SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
@objc public static func removeDelegate(identifier: Swift.String)
@objc public static func removeAllDelegates()
- @objc public static func addRecordingDelegate(_ delegate: SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
+ @objc public static func addRecordingDelegate(_ delegate: any SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
@objc public static func removeRecordingDelegate(identifier: Swift.String)
@objc public static func removeAllRecordingDelegates()
@objc(callForCallId:) public static func getCall(forCallId callId: Swift.String) -> SendBirdCalls.DirectCall?
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json
index ad17534..ccf6961 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -10442,13 +10442,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.EventCommand, τ_0_0 : SendBirdCalls.Respondable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "EventCommand",
- "printedName": "EventCommand",
- "usr": "s:13SendBirdCalls12EventCommandP",
- "mangledName": "$s13SendBirdCalls12EventCommandP"
- },
{
"kind": "Conformance",
"name": "Respondable",
@@ -10458,10 +10451,17 @@
},
{
"kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
+ "name": "StrategyDecodable",
+ "printedName": "StrategyDecodable",
+ "usr": "s:13SendBirdCalls17StrategyDecodableP",
+ "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
},
{
"kind": "Conformance",
@@ -10472,17 +10472,17 @@
},
{
"kind": "Conformance",
- "name": "StrategyDecodable",
- "printedName": "StrategyDecodable",
- "usr": "s:13SendBirdCalls17StrategyDecodableP",
- "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
},
{
"kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
+ "name": "EventCommand",
+ "printedName": "EventCommand",
+ "usr": "s:13SendBirdCalls12EventCommandP",
+ "mangledName": "$s13SendBirdCalls12EventCommandP"
}
]
},
@@ -19001,13 +19001,6 @@
"RawDocComment"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "CallRequestable",
- "printedName": "CallRequestable",
- "usr": "s:13SendBirdCalls15CallRequestableP",
- "mangledName": "$s13SendBirdCalls15CallRequestableP"
- },
{
"kind": "Conformance",
"name": "WSRequestable",
@@ -19022,13 +19015,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -19036,6 +19022,20 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
{
"kind": "Conformance",
"name": "Command",
@@ -19045,10 +19045,10 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CallRequestable",
+ "printedName": "CallRequestable",
+ "usr": "s:13SendBirdCalls15CallRequestableP",
+ "mangledName": "$s13SendBirdCalls15CallRequestableP"
}
]
},
@@ -37766,13 +37766,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -37780,19 +37773,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -91413,13 +91413,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.APIRequestable, τ_0_0 : SendBirdCalls.CallRequestable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "CallRequestable",
- "printedName": "CallRequestable",
- "usr": "s:13SendBirdCalls15CallRequestableP",
- "mangledName": "$s13SendBirdCalls15CallRequestableP"
- },
{
"kind": "Conformance",
"name": "APIRequestable",
@@ -91434,13 +91427,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -91448,6 +91434,20 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
{
"kind": "Conformance",
"name": "Command",
@@ -91457,10 +91457,10 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CallRequestable",
+ "printedName": "CallRequestable",
+ "usr": "s:13SendBirdCalls15CallRequestableP",
+ "mangledName": "$s13SendBirdCalls15CallRequestableP"
}
]
},
@@ -92459,19 +92459,19 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Command, τ_0_0 : Swift.Decodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -111900,13 +111900,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Response, τ_0_0 : SendBirdCalls.StrategyDecodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -111914,19 +111907,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -150884,7 +150884,7 @@
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(rawValue:)",
+ "printedName": "init(stringValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -150908,94 +150908,49 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
{
- "kind": "Var",
- "name": "rawValue",
- "printedName": "rawValue",
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.UtilCommandType?",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "UtilCommandType",
+ "printedName": "SendBirdCalls.UtilCommandType",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO"
}
],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Var",
- "name": "stringValue",
- "printedName": "stringValue",
- "children": [
+ "usr": "s:Sq"
+ },
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
}
],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
+ "init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(stringValue:)",
+ "printedName": "init(rawValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -151019,12 +150974,90 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "stringValue",
+ "printedName": "stringValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
+ "mangledName": "$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "intValue",
@@ -151079,39 +151112,6 @@
"accessorKind": "get"
}
]
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(intValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.UtilCommandType?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UtilCommandType",
- "printedName": "SendBirdCalls.UtilCommandType",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
- "mangledName": "$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -152616,6 +152616,13 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
},
+ {
+ "kind": "Conformance",
+ "name": "UITraitChangeObservable",
+ "printedName": "UITraitChangeObservable",
+ "usr": "s:5UIKit23UITraitChangeObservableP",
+ "mangledName": "$s5UIKit23UITraitChangeObservableP"
+ },
{
"kind": "Conformance",
"name": "__DefaultCustomPlaygroundQuickLookable",
@@ -163419,13 +163426,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -163433,19 +163433,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -169426,13 +169433,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Request, τ_0_0 : SendBirdCalls.StrategyEncodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -169440,19 +169440,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -170625,13 +170632,6 @@
"genericSig": "<τ_0_0 : SendBirdCalls.StrategyDecodable, τ_0_0 : SendBirdCalls.StrategyEncodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "StrategyDecodable",
- "printedName": "StrategyDecodable",
- "usr": "s:13SendBirdCalls17StrategyDecodableP",
- "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -170639,19 +170639,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Decodable",
- "printedName": "Decodable",
- "usr": "s:Se",
- "mangledName": "$sSe"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "StrategyDecodable",
+ "printedName": "StrategyDecodable",
+ "usr": "s:13SendBirdCalls17StrategyDecodableP",
+ "mangledName": "$s13SendBirdCalls17StrategyDecodableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
}
]
},
@@ -182334,39 +182341,6 @@
],
"fixedbinaryorder": 60
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.SBCError.ErrorCode?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "ErrorCode",
- "printedName": "SendBirdCalls.SBCError.ErrorCode",
- "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
- "mangledName": "$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
"name": "rawValue",
@@ -182405,6 +182379,39 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.SBCError.ErrorCode?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorCode",
+ "printedName": "SendBirdCalls.SBCError.ErrorCode",
+ "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfc",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -190409,13 +190416,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -190423,19 +190423,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -190585,13 +190592,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -190599,19 +190599,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -190893,10 +190900,10 @@
"conformances": [
{
"kind": "Conformance",
- "name": "CodingKey",
- "printedName": "CodingKey",
- "usr": "s:s9CodingKeyP",
- "mangledName": "$ss9CodingKeyP"
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
},
{
"kind": "Conformance",
@@ -190907,17 +190914,17 @@
},
{
"kind": "Conformance",
- "name": "Encodable",
- "printedName": "Encodable",
- "usr": "s:SE",
- "mangledName": "$sSE"
+ "name": "CodingKey",
+ "printedName": "CodingKey",
+ "usr": "s:s9CodingKeyP",
+ "mangledName": "$ss9CodingKeyP"
},
{
"kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
},
{
"kind": "Conformance",
@@ -190928,10 +190935,10 @@
},
{
"kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -191092,43 +191099,10 @@
"moduleName": "SendBirdCalls",
"fixedbinaryorder": 3
},
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(rawValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.CommandKey?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "CommandKey",
- "printedName": "SendBirdCalls.CommandKey",
- "usr": "s:13SendBirdCalls10CommandKeyO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
- },
{
"kind": "Var",
- "name": "rawValue",
- "printedName": "rawValue",
+ "name": "stringValue",
+ "printedName": "stringValue",
"children": [
{
"kind": "TypeNominal",
@@ -191138,8 +191112,8 @@
}
],
"declKind": "Var",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvp",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvp",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvp",
"moduleName": "SendBirdCalls",
"implicit": true,
"accessors": [
@@ -191156,8 +191130,8 @@
}
],
"declKind": "Accessor",
- "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvg",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvg",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvg",
"moduleName": "SendBirdCalls",
"implicit": true,
"accessorKind": "get"
@@ -191165,10 +191139,24 @@
]
},
{
- "kind": "Var",
- "name": "stringValue",
- "printedName": "stringValue",
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(stringValue:)",
"children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.CommandKey?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CommandKey",
+ "printedName": "SendBirdCalls.CommandKey",
+ "usr": "s:13SendBirdCalls10CommandKeyO"
+ }
+ ],
+ "usr": "s:Sq"
+ },
{
"kind": "TypeNominal",
"name": "String",
@@ -191176,37 +191164,50 @@
"usr": "s:SS"
}
],
- "declKind": "Var",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvp",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvp",
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
- "accessors": [
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(intValue:)",
+ "children": [
{
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "SendBirdCalls.CommandKey?",
"children": [
{
"kind": "TypeNominal",
- "name": "String",
- "printedName": "Swift.String",
- "usr": "s:SS"
+ "name": "CommandKey",
+ "printedName": "SendBirdCalls.CommandKey",
+ "usr": "s:13SendBirdCalls10CommandKeyO"
}
],
- "declKind": "Accessor",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueSSvg",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueSSvg",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "accessorKind": "get"
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
}
- ]
+ ],
+ "declKind": "Constructor",
+ "usr": "s:13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "init_kind": "Designated"
},
{
"kind": "Constructor",
"name": "init",
- "printedName": "init(stringValue:)",
+ "printedName": "init(rawValue:)",
"children": [
{
"kind": "TypeNominal",
@@ -191230,12 +191231,51 @@
}
],
"declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfc",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfc",
"moduleName": "SendBirdCalls",
"implicit": true,
"init_kind": "Designated"
},
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvp",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "mangledName": "$s13SendBirdCalls10CommandKeyO8rawValueSSvg",
+ "moduleName": "SendBirdCalls",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "intValue",
@@ -191290,39 +191330,6 @@
"accessorKind": "get"
}
]
- },
- {
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(intValue:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Optional",
- "printedName": "SendBirdCalls.CommandKey?",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "CommandKey",
- "printedName": "SendBirdCalls.CommandKey",
- "usr": "s:13SendBirdCalls10CommandKeyO"
- }
- ],
- "usr": "s:Sq"
- },
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
- "mangledName": "$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfc",
- "moduleName": "SendBirdCalls",
- "implicit": true,
- "init_kind": "Designated"
}
],
"declKind": "Enum",
@@ -232509,13 +232516,6 @@
"usr": "s:13SendBirdCalls11RespondableP",
"mangledName": "$s13SendBirdCalls11RespondableP"
},
- {
- "kind": "Conformance",
- "name": "Response",
- "printedName": "Response",
- "usr": "s:13SendBirdCalls8ResponseP",
- "mangledName": "$s13SendBirdCalls8ResponseP"
- },
{
"kind": "Conformance",
"name": "StrategyDecodable",
@@ -232523,19 +232523,26 @@
"usr": "s:13SendBirdCalls17StrategyDecodableP",
"mangledName": "$s13SendBirdCalls17StrategyDecodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
"mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Response",
+ "printedName": "Response",
+ "usr": "s:13SendBirdCalls8ResponseP",
+ "mangledName": "$s13SendBirdCalls8ResponseP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -233620,6 +233627,13 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -240051,13 +240065,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -240065,19 +240072,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -240106,13 +240120,6 @@
"usr": "s:13SendBirdCalls11RequestableP",
"mangledName": "$s13SendBirdCalls11RequestableP"
},
- {
- "kind": "Conformance",
- "name": "Request",
- "printedName": "Request",
- "usr": "s:13SendBirdCalls7RequestP",
- "mangledName": "$s13SendBirdCalls7RequestP"
- },
{
"kind": "Conformance",
"name": "StrategyEncodable",
@@ -240120,19 +240127,26 @@
"usr": "s:13SendBirdCalls17StrategyEncodableP",
"mangledName": "$s13SendBirdCalls17StrategyEncodableP"
},
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Request",
+ "printedName": "Request",
+ "usr": "s:13SendBirdCalls7RequestP",
+ "mangledName": "$s13SendBirdCalls7RequestP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -270551,19 +270565,19 @@
"genericSig": "<τ_0_0 : SendBirdCalls.Command, τ_0_0 : Swift.Encodable>",
"sugared_genericSig": "",
"conformances": [
- {
- "kind": "Conformance",
- "name": "Command",
- "printedName": "Command",
- "usr": "s:13SendBirdCalls7CommandP",
- "mangledName": "$s13SendBirdCalls7CommandP"
- },
{
"kind": "Conformance",
"name": "Encodable",
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Command",
+ "printedName": "Command",
+ "usr": "s:13SendBirdCalls7CommandP",
+ "mangledName": "$s13SendBirdCalls7CommandP"
}
]
},
@@ -276720,211 +276734,197 @@
"usr": "s:10Foundation4DataV",
"mangledName": "$s10Foundation4DataV",
"moduleName": "Foundation",
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
"declAttributes": [
- "Frozen"
+ "Frozen",
+ "Available",
+ "Available",
+ "Available",
+ "Available"
],
"isExternal": true,
"conformances": [
{
"kind": "Conformance",
- "name": "ReferenceConvertible",
- "printedName": "ReferenceConvertible",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RandomAccessCollection",
+ "printedName": "RandomAccessCollection",
"children": [
{
"kind": "TypeWitness",
- "name": "ReferenceType",
- "printedName": "ReferenceType",
+ "name": "Element",
+ "printedName": "Element",
"children": [
{
"kind": "TypeNominal",
- "name": "NSData",
- "printedName": "Foundation.NSData",
- "usr": "c:objc(cs)NSData"
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
}
]
}
],
- "usr": "s:10Foundation20ReferenceConvertibleP",
- "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ "usr": "s:Sk",
+ "mangledName": "$sSk"
},
{
"kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
+ "name": "MutableCollection",
+ "printedName": "MutableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SM",
+ "mangledName": "$sSM"
},
{
"kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
},
{
"kind": "Conformance",
- "name": "RandomAccessCollection",
- "printedName": "RandomAccessCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Element",
- "printedName": "Element",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Index",
- "printedName": "Index",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Indices",
- "printedName": "Indices",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Range",
- "printedName": "Swift.Range",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "usr": "s:Sn"
- }
- ]
- }
- ],
- "usr": "s:Sk",
- "mangledName": "$sSk"
- },
- {
- "kind": "Conformance",
- "name": "MutableCollection",
- "printedName": "MutableCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "Element",
- "printedName": "Element",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "Index",
- "printedName": "Index",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ]
- },
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- }
- ],
- "usr": "s:SM",
- "mangledName": "$sSM"
- },
- {
- "kind": "Conformance",
- "name": "RangeReplaceableCollection",
- "printedName": "RangeReplaceableCollection",
- "children": [
- {
- "kind": "TypeWitness",
- "name": "SubSequence",
- "printedName": "SubSequence",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Data",
- "printedName": "Foundation.Data",
- "usr": "s:10Foundation4DataV"
- }
- ]
- }
- ],
- "usr": "s:Sm",
- "mangledName": "$sSm"
- },
- {
- "kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
- },
- {
- "kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
- },
- {
- "kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
- },
- {
- "kind": "Conformance",
- "name": "BidirectionalCollection",
- "printedName": "BidirectionalCollection",
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
"children": [
{
"kind": "TypeWitness",
@@ -277139,24 +277139,25 @@
},
{
"kind": "Conformance",
- "name": "CustomStringConvertible",
- "printedName": "CustomStringConvertible",
- "usr": "s:s23CustomStringConvertibleP",
- "mangledName": "$ss23CustomStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomDebugStringConvertible",
- "printedName": "CustomDebugStringConvertible",
- "usr": "s:s28CustomDebugStringConvertibleP",
- "mangledName": "$ss28CustomDebugStringConvertibleP"
- },
- {
- "kind": "Conformance",
- "name": "CustomReflectable",
- "printedName": "CustomReflectable",
- "usr": "s:s17CustomReflectableP",
- "mangledName": "$ss17CustomReflectableP"
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSData",
+ "printedName": "Foundation.NSData",
+ "usr": "c:objc(cs)NSData"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
},
{
"kind": "Conformance",
@@ -277180,6 +277181,27 @@
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
},
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
{
"kind": "Conformance",
"name": "Decodable",
@@ -277193,6 +277215,41 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
},
@@ -277235,6 +277292,16 @@
"mangledName": "$s10Foundation11JSONDecoderC",
"moduleName": "Foundation",
"isOpen": true,
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
{
@@ -278382,6 +278449,41 @@
"printedName": "CVarArg",
"usr": "s:s7CVarArgP",
"mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Transferable",
+ "printedName": "Transferable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Representation",
+ "printedName": "Representation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "OpaqueTypeArchetype",
+ "printedName": "some CoreTransferable.TransferRepresentation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "TransferRepresentation",
+ "printedName": "CoreTransferable.TransferRepresentation",
+ "usr": "s:16CoreTransferable22TransferRepresentationP"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Sendable",
+ "printedName": "Swift.Sendable",
+ "usr": "s:s8SendableP"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "usr": "s:16CoreTransferable0B0P",
+ "mangledName": "$s16CoreTransferable0B0P"
}
]
},
@@ -279165,48 +279267,39 @@
},
{
"kind": "Conformance",
- "name": "DataProtocol",
- "printedName": "DataProtocol",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
"children": [
{
"kind": "TypeWitness",
- "name": "Regions",
- "printedName": "Regions",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
"children": [
{
"kind": "TypeNominal",
- "name": "CollectionOfOne",
- "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Array",
- "printedName": "[Swift.UInt8]",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "UInt8",
- "printedName": "Swift.UInt8",
- "usr": "s:s5UInt8V"
- }
- ],
- "usr": "s:Sa"
- }
- ],
- "usr": "s:s15CollectionOfOneV"
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
}
]
}
],
- "usr": "s:10Foundation12DataProtocolP",
- "mangledName": "$s10Foundation12DataProtocolP"
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
},
{
"kind": "Conformance",
- "name": "MutableDataProtocol",
- "printedName": "MutableDataProtocol",
- "usr": "s:10Foundation19MutableDataProtocolP",
- "mangledName": "$s10Foundation19MutableDataProtocolP"
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
},
{
"kind": "Conformance",
@@ -279252,39 +279345,48 @@
},
{
"kind": "Conformance",
- "name": "_ObjectiveCBridgeable",
- "printedName": "_ObjectiveCBridgeable",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
"children": [
{
"kind": "TypeWitness",
- "name": "_ObjectiveCType",
- "printedName": "_ObjectiveCType",
+ "name": "Regions",
+ "printedName": "Regions",
"children": [
{
"kind": "TypeNominal",
- "name": "NSArray",
- "printedName": "Foundation.NSArray",
- "usr": "c:objc(cs)NSArray"
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
}
]
}
],
- "usr": "s:s21_ObjectiveCBridgeableP",
- "mangledName": "$ss21_ObjectiveCBridgeableP"
- },
- {
- "kind": "Conformance",
- "name": "CVarArg",
- "printedName": "CVarArg",
- "usr": "s:s7CVarArgP",
- "mangledName": "$ss7CVarArgP"
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
},
{
"kind": "Conformance",
- "name": "ContiguousBytes",
- "printedName": "ContiguousBytes",
- "usr": "s:10Foundation15ContiguousBytesP",
- "mangledName": "$s10Foundation15ContiguousBytesP"
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
}
]
},
@@ -279729,6 +279831,28 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
}
]
},
@@ -280198,6 +280322,28 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
}
]
},
@@ -282896,6 +283042,57 @@
],
"usr": "s:s21_ObjectiveCBridgeableP",
"mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "VectorArithmetic",
+ "printedName": "VectorArithmetic",
+ "usr": "s:7SwiftUI16VectorArithmeticP",
+ "mangledName": "$s7SwiftUI16VectorArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI18_FormatSpecifiableP",
+ "mangledName": "$s7SwiftUI18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Animatable",
+ "printedName": "Animatable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "AnimatableData",
+ "printedName": "AnimatableData",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7SwiftUI10AnimatableP",
+ "mangledName": "$s7SwiftUI10AnimatableP"
}
]
},
@@ -282999,8 +283196,25 @@
"mangledName": "$s10Foundation11JSONEncoderC",
"moduleName": "Foundation",
"isOpen": true,
+ "intro_Macosx": "10.10",
+ "intro_iOS": "8.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "2.0",
+ "declAttributes": [
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
"isExternal": true,
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
{
"kind": "Conformance",
"name": "TopLevelEncoder",
@@ -283022,13 +283236,6 @@
],
"usr": "s:7Combine15TopLevelEncoderP",
"mangledName": "$s7Combine15TopLevelEncoderP"
- },
- {
- "kind": "Conformance",
- "name": "Sendable",
- "printedName": "Sendable",
- "usr": "s:s8SendableP",
- "mangledName": "$ss8SendableP"
}
]
}
@@ -283064,6 +283271,104 @@
"length": 29,
"value": "4"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2501,
+ "length": 24,
+ "value": "\"REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2568,
+ "length": 19,
+ "value": "\"REMOTE_AUDIO_ONLY\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2632,
+ "length": 21,
+ "value": "\"LOCAL_REMOTE_AUDIOS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2710,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3023,
+ "length": 24,
+ "value": "\"REMOTE_AUDIO_AND_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3094,
+ "length": 19,
+ "value": "\"REMOTE_AUDIO_ONLY\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3156,
+ "length": 21,
+ "value": "\"LOCAL_REMOTE_AUDIOS\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3222,
+ "length": 37,
+ "value": "\"LOCAL_REMOTE_AUDIO_AND_REMOTE_VIDEO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 3316,
+ "length": 36,
+ "value": "\"LOCAL_AUDIO_AND_VIDEO_REMOTE_AUDIO\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3641,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3678,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3837,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3874,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
"kind": "IntegerLiteral",
@@ -283071,6 +283376,55 @@
"length": 4,
"value": "1"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5000,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5044,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5202,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "StringLiteral",
+ "offset": 5241,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5397,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5443,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/RecordingOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5472,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantEnteredEventCommand.swift",
"kind": "StringLiteral",
@@ -283631,6 +283985,90 @@
"length": 17,
"value": "\"is_peer_on_hold\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 5,
+ "value": "\"api\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 16,
+ "value": "\"cmd_retrieving\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 546,
+ "length": 9,
+ "value": "\"webhook\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 586,
+ "length": 4,
+ "value": "\"ws\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 11,
+ "value": "\"voip_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 666,
+ "length": 11,
+ "value": "\"apns_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 848,
+ "length": 5,
+ "value": "\"api\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 894,
+ "length": 16,
+ "value": "\"cmd_retrieving\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 941,
+ "length": 9,
+ "value": "\"webhook\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 983,
+ "length": 4,
+ "value": "\"ws\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"voip_push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/DeliveryInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1062,
+ "length": 11,
+ "value": "\"apns_push\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
"kind": "BooleanLiteral",
@@ -283638,6 +284076,20 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7968,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/AudioStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15369,
+ "length": 1,
+ "value": "1"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomEventCommandable.swift",
"kind": "IntegerLiteral",
@@ -283673,6 +284125,69 @@
"length": 14,
"value": "\"SendBirdCalls.DirectCallUser\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/DirectCallUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1843,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/DirectCallUser.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1918,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1061,
+ "length": 62,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1074,
+ "length": 6,
+ "value": "\" called. type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1107,
+ "length": 1,
+ "value": "\", data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 1122,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 2799,
+ "length": 37,
+ "value": "\"[Resultable] decode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Resultable.swift",
+ "kind": "StringLiteral",
+ "offset": 2835,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CallCommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 497,
+ "length": 6,
+ "value": "\"none\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CallCommandType.swift",
"kind": "StringLiteral",
@@ -284345,6 +284860,20 @@
"length": 11,
"value": "\"call_type\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Descriptor.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Descriptor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 587,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
"kind": "IntegerLiteral",
@@ -284422,6 +284951,90 @@
"length": 12,
"value": "11"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2376,
+ "length": 6,
+ "value": "\"none\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 11,
+ "value": "\"completed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 10,
+ "value": "\"canceled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2500,
+ "length": 10,
+ "value": "\"declined\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2553,
+ "length": 23,
+ "value": "\"other_device_accepted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2608,
+ "length": 11,
+ "value": "\"timed_out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2657,
+ "length": 17,
+ "value": "\"connection_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2706,
+ "length": 11,
+ "value": "\"no_answer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2751,
+ "length": 13,
+ "value": "\"dial_failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2800,
+ "length": 15,
+ "value": "\"accept_failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2851,
+ "length": 15,
+ "value": "\"not_connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallEndResult.swift",
+ "kind": "StringLiteral",
+ "offset": 2897,
+ "length": 9,
+ "value": "\"unknown\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndEventCommand.swift",
"kind": "StringLiteral",
@@ -284436,6 +285049,27 @@
"length": 19,
"value": "\"SendBirdCalls.DeclineEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EndedState.swift",
+ "kind": "StringLiteral",
+ "offset": 315,
+ "length": 63,
+ "value": "\"The call \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EndedState.swift",
+ "kind": "StringLiteral",
+ "offset": 357,
+ "length": 3,
+ "value": "\" was over completely\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallRequestable.swift",
+ "kind": "Array",
+ "offset": 652,
+ "length": 25,
+ "value": "[\"action\", \"direct_call\"]"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallRequestable.swift",
"kind": "IntegerLiteral",
@@ -284520,6 +285154,41 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 923,
+ "length": 26,
+ "value": "\"sbcall_short_lived_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 420,
+ "length": 8,
+ "value": "\"attach\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/AttachEndpoint\/AttachEndpointRequest.swift",
"kind": "BooleanLiteral",
@@ -284541,6 +285210,13 @@
"length": 12,
"value": "\"SendBirdCalls.HoldResponse\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialResponse.swift",
+ "kind": "Dictionary",
+ "offset": 1202,
+ "length": 3,
+ "value": "[]"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialResponse.swift",
"kind": "Dictionary",
@@ -284583,6 +285259,20 @@
"length": 5,
"value": "false"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 744,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 761,
+ "length": 7,
+ "value": "\"login\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateRequest.swift",
"kind": "StringLiteral",
@@ -284639,6 +285329,62 @@
"length": 12,
"value": "\"push_token\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 609,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 626,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 701,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UnregisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 709,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 332,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 14,
+ "value": "\"participants\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Join\/EnterRoomRequest.swift",
"kind": "BooleanLiteral",
@@ -284646,6 +285392,13 @@
"length": 4,
"value": "true"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1464,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
"kind": "StringLiteral",
@@ -284681,6 +285434,20 @@
"length": 11,
"value": "2"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4394,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/VideoDevice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4420,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
"kind": "Array",
@@ -284702,6 +285469,20 @@
"length": 27,
"value": "\"\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1572,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimerBoard.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1575,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timer\/SBTimer.swift",
"kind": "StringLiteral",
@@ -284751,6 +285532,20 @@
"length": 3,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdAudioSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1099,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdAudioSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2014,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsEventCommand.swift",
"kind": "StringLiteral",
@@ -284758,6 +285553,41 @@
"length": 29,
"value": "\"SendBirdCalls.DeleteCustomItemsEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 813,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 999,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1095,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant+WebRTCClientDataSource.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1440,
+ "length": 5,
+ "value": "false"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointClosingState.swift",
"kind": "StringLiteral",
@@ -284765,6 +285595,20 @@
"length": 20,
"value": "\"SendBirdCalls.EndpointClosingState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summarizable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 792,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summarizable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 872,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Queue.swift",
"kind": "Array",
@@ -284772,6 +285616,20 @@
"length": 2,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 524,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 716,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/EstablishedState.swift",
"kind": "StringLiteral",
@@ -284779,6 +285637,27 @@
"length": 16,
"value": "\"SendBirdCalls.EstablishedState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1287,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2862,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+ScreenShare.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "true"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/InvitationEventCommand.swift",
"kind": "IntegerLiteral",
@@ -284807,6 +285686,34 @@
"length": 29,
"value": "\"SendBirdCalls.UpdateCustomItemsEventCommand\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1344,
+ "length": 9,
+ "value": "\"timeout\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1394,
+ "length": 16,
+ "value": "\"sibling_kicked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"timeout\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1985,
+ "length": 16,
+ "value": "\"sibling_kicked\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantDisconnectedEventCommand.swift",
"kind": "StringLiteral",
@@ -284822,8663 +285729,22726 @@
"value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 185,
- "length": 13,
- "value": "\"SendBirdCalls.VideoRecorder\""
+ "offset": 405,
+ "length": 49,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1198,
- "length": 10,
- "value": "\"protocol\""
+ "offset": 419,
+ "length": 1,
+ "value": "\"] Initialize EventDeduplicator ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1239,
- "length": 17,
- "value": "\"connection_type\""
+ "offset": 520,
+ "length": 32,
+ "value": "\"com.sendbird.calls.message.ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1290,
- "length": 16,
- "value": "\"relay_protocol\""
+ "offset": 773,
+ "length": 51,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1198,
- "length": 10,
- "value": "\"protocol\""
+ "offset": 787,
+ "length": 1,
+ "value": "\"] Deinitialize EventDeduplicator ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1239,
- "length": 17,
- "value": "\"connection_type\""
+ "offset": 1044,
+ "length": 67,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 1290,
- "length": 16,
- "value": "\"relay_protocol\""
+ "offset": 1058,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
- "kind": "Dictionary",
- "offset": 681,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "StringLiteral",
+ "offset": 1067,
+ "length": 1,
+ "value": "\".identifiers already contains \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
- "kind": "Array",
- "offset": 731,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "StringLiteral",
+ "offset": 1110,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 343,
- "length": 17,
- "value": "\"SendBirdCalls.DirectCallManager\""
+ "offset": 1217,
+ "length": 129,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 411,
- "length": 6,
- "value": "\"next\""
+ "offset": 1231,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 10,
- "value": "\"has_next\""
+ "offset": 1240,
+ "length": 1,
+ "value": "\".identifiers will remove \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 411,
- "length": 6,
- "value": "\"next\""
+ "offset": 1310,
+ "length": 5,
+ "value": "\"nil\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 10,
- "value": "\"has_next\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
- "kind": "Array",
- "offset": 297,
- "length": 21,
- "value": "[\"sdk\", \"debug_logs\"]"
+ "offset": 1316,
+ "length": 7,
+ "value": "\" because of the storage limit\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 458,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1398,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 719,
- "length": 6,
- "value": "\"logs\""
+ "offset": 1494,
+ "length": 57,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 757,
- "length": 18,
- "value": "\"is_overflow_logs\""
+ "offset": 1508,
+ "length": 1,
+ "value": "\"] \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 719,
- "length": 6,
- "value": "\"logs\""
+ "offset": 1517,
+ "length": 1,
+ "value": "\".indentifiers added \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 757,
- "length": 18,
- "value": "\"is_overflow_logs\""
+ "offset": 1550,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/RemoveCandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDeduplicator.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 28,
- "value": "\"SendBirdCalls.RemoveCandidatesEventCommand\""
+ "offset": 1675,
+ "length": 32,
+ "value": "\"com.sendbird.calls.message.ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "BooleanLiteral",
- "offset": 370,
- "length": 5,
- "value": "false"
+ "offset": 942,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "BooleanLiteral",
- "offset": 415,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1053,
+ "length": 2,
+ "value": "90"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "StringLiteral",
- "offset": 692,
- "length": 36,
- "value": "\"com.sdk.calls.\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1065,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "StringLiteral",
- "offset": 727,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1184,
"length": 2,
- "value": "\"\""
+ "value": "90"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4137,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1196,
"length": 3,
- "value": "1.0"
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4184,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1314,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
- "kind": "FloatLiteral",
- "offset": 4227,
- "length": 6,
- "value": "1000.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1327,
+ "length": 3,
+ "value": "180"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "Array",
- "offset": 470,
- "length": 33,
- "value": "[\"direct_calls\", \"missed_signal\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 13,
+ "value": "\"SendBirdCalls.VideoRecorder\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "Array",
- "offset": 567,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2905,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "StringLiteral",
- "offset": 924,
- "length": 10,
- "value": "\"call_ids\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2954,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
- "kind": "StringLiteral",
- "offset": 924,
- "length": 10,
- "value": "\"call_ids\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3101,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Hold\/HoldEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 179,
- "length": 16,
- "value": "\"SendBirdCalls.HoldEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 3176,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 270,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4115,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 298,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4203,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 324,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4360,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 378,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4449,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 404,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4612,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 427,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4703,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 459,
- "length": 4,
- "value": "60.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "Dictionary",
+ "offset": 5195,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
- "kind": "FloatLiteral",
- "offset": 487,
- "length": 4,
- "value": "30.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 311,
- "length": 26,
- "value": "\"SendBirdCalls.ConnectionLostEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5909,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 220,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5929,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 250,
- "length": 6,
- "value": "\"room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5948,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 220,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5982,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
- "kind": "StringLiteral",
- "offset": 250,
- "length": 6,
- "value": "\"room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6126,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 35,
- "value": "\"com.sendbird.calls.logger.default\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6238,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3786,
- "length": 7,
+ "offset": 6319,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3944,
- "length": 5,
+ "offset": 6339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6358,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
- "length": 4,
- "value": "3"
+ "offset": 6398,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3786,
- "length": 7,
+ "offset": 6411,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6549,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 3944,
- "length": 5,
- "value": "2"
+ "offset": 6684,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
"kind": "IntegerLiteral",
- "offset": 4039,
- "length": 4,
- "value": "3"
+ "offset": 6798,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/VideoRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6889,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 216,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 832,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 252,
- "length": 9,
- "value": "\"handler\""
+ "offset": 902,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 285,
- "length": 9,
- "value": "\"command\""
+ "offset": 969,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 318,
- "length": 6,
- "value": "\"type\""
+ "offset": 1198,
+ "length": 10,
+ "value": "\"protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 216,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 1239,
+ "length": 17,
+ "value": "\"connection_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 252,
- "length": 9,
- "value": "\"handler\""
+ "offset": 1290,
+ "length": 16,
+ "value": "\"relay_protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 285,
- "length": 9,
- "value": "\"command\""
+ "offset": 1198,
+ "length": 10,
+ "value": "\"protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
"kind": "StringLiteral",
- "offset": 318,
- "length": 6,
- "value": "\"type\""
+ "offset": 1239,
+ "length": 17,
+ "value": "\"connection_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/IceConnection.swift",
+ "kind": "StringLiteral",
+ "offset": 1290,
+ "length": 16,
+ "value": "\"relay_protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Dictionary",
+ "offset": 681,
"length": 3,
- "value": "2"
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Array",
+ "offset": 731,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1503,
+ "length": 33,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 374,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1516,
+ "length": 2,
+ "value": "\" id: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
- "kind": "IntegerLiteral",
- "offset": 390,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1535,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 6,
- "value": "\"next\""
+ "offset": 2974,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 426,
- "length": 6,
- "value": "\"prev\""
+ "offset": 4456,
+ "length": 57,
+ "value": "\"Did receive RING with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 6,
- "value": "\"next\""
+ "offset": 4512,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 426,
- "length": 6,
- "value": "\"prev\""
+ "offset": 5587,
+ "length": 82,
+ "value": "\"Did receive Initially Endable Event FIRST with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 457,
- "length": 13,
- "value": "\"channel_url\""
+ "offset": 5668,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
- "kind": "StringLiteral",
- "offset": 457,
- "length": 13,
- "value": "\"channel_url\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5859,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
- "kind": "StringLiteral",
- "offset": 224,
- "length": 19,
- "value": "\"SendBirdCalls.SendBirdChatOptions\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6307,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Dictionary",
+ "offset": 6465,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1734,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "offset": 6728,
+ "length": 80,
+ "value": "\"Did receive Other Device Accepted FIRST with call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1781,
+ "offset": 6807,
"length": 2,
- "value": "\" to \""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1798,
- "length": 1,
- "value": "\" \""
+ "offset": 6955,
+ "length": 52,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 1818,
- "length": 2,
- "value": "\"\""
+ "offset": 6968,
+ "length": 3,
+ "value": "\" has been failed to create direct call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
- "kind": "IntegerLiteral",
- "offset": 2120,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "Array",
+ "offset": 7183,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 535,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 7236,
+ "length": 52,
+ "value": "\"com.sendbird.sdk.calls.directCallManager.end.queue\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 569,
- "length": 11,
- "value": "\"call_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7356,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 605,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8566,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 642,
- "length": 12,
- "value": "\"signal_seq\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9561,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
"kind": "StringLiteral",
- "offset": 685,
+ "offset": 343,
"length": 17,
- "value": "\"signal_snapshot\""
+ "value": "\"SendBirdCalls.DirectCallManager\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 734,
- "length": 18,
- "value": "\"caller_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/DirectCallManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10662,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 784,
- "length": 18,
- "value": "\"callee_client_id\""
+ "offset": 389,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 535,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 419,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 569,
- "length": 11,
- "value": "\"call_type\""
+ "offset": 1152,
+ "length": 23,
+ "value": "\"will execute in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 605,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 3342,
+ "length": 23,
+ "value": "\"will execute in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 642,
- "length": 12,
- "value": "\"signal_seq\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "Dictionary",
+ "offset": 3878,
+ "length": 39,
+ "value": "[(\"WebRTC-Audio-iOS-Holding\", \"Enabled\")]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 685,
- "length": 17,
- "value": "\"signal_snapshot\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3988,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 734,
- "length": 18,
- "value": "\"caller_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4313,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 784,
- "length": 18,
- "value": "\"callee_client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5058,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 1976,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5426,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
- "kind": "StringLiteral",
- "offset": 1976,
- "length": 13,
- "value": "\"direct_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5752,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "Dictionary",
- "offset": 1058,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6048,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "FloatLiteral",
- "offset": 1090,
- "length": 3,
- "value": "5.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6334,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1247,
- "length": 64,
- "value": "\"com.sendbird.sdk.calls.websocket.callback.\""
+ "offset": 7236,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7334,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1310,
- "length": 2,
- "value": "\"\""
+ "offset": 8210,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "BooleanLiteral",
- "offset": 1529,
+ "offset": 8306,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "IntegerLiteral",
- "offset": 1701,
+ "offset": 8857,
"length": 1,
- "value": "1"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "StringLiteral",
- "offset": 1755,
- "length": 65,
- "value": "\"com.sendbird.sdk.calls.websocket.operation.\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10853,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1819,
- "length": 2,
- "value": "\"\""
+ "offset": 11277,
+ "length": 124,
+ "value": "\"Did receive DeleteCustomItem response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1932,
- "length": 66,
- "value": "\"com.sendbird.sdk.calls.websocket.connection.\""
+ "offset": 11354,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1997,
- "length": 27,
+ "offset": 11400,
+ "length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
- "kind": "BooleanLiteral",
- "offset": 7154,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "StringLiteral",
+ "offset": 11987,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 242,
- "length": 18,
- "value": "\"sent_frame_width\""
+ "offset": 13075,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 19,
- "value": "\"sent_frame_height\""
+ "offset": 13433,
+ "length": 56,
+ "value": "\"Succeeded to request cancel with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 338,
- "length": 22,
- "value": "\"received_frame_width\""
+ "offset": 13488,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"received_frame_height\""
+ "offset": 13672,
+ "length": 67,
+ "value": "\"Failed to request cancel with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 16,
- "value": "\"frames_encoded\""
+ "offset": 13738,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 486,
- "length": 20,
- "value": "\"key_frames_encoded\""
+ "offset": 13905,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 540,
- "length": 26,
- "value": "\"total_key_frames_encoded\""
+ "offset": 14668,
+ "length": 64,
+ "value": "\"Failed to send accept with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 597,
- "length": 22,
- "value": "\"total_frames_encoded\""
+ "offset": 14731,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 27,
- "value": "\"quality_limitation_reason\""
+ "offset": 14926,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 721,
- "length": 30,
- "value": "\"quality_limitation_durations\""
+ "offset": 15128,
+ "length": 43,
+ "value": "\"Will send decline request with \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 798,
- "length": 39,
- "value": "\"quality_limitation_resolution_changes\""
+ "offset": 15170,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 903,
- "length": 16,
- "value": "\"target_bitrate\""
+ "offset": 15266,
+ "length": 115,
+ "value": "\"Did receive decline response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 943,
- "length": 14,
- "value": "\"packets_sent\""
+ "offset": 15334,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 986,
- "length": 20,
- "value": "\"total_packets_sent\""
+ "offset": 15380,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1034,
- "length": 18,
- "value": "\"packets_received\""
+ "offset": 15751,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1085,
- "length": 24,
- "value": "\"total_packets_received\""
+ "offset": 15962,
+ "length": 19,
+ "value": "\"Will send request\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1131,
- "length": 12,
- "value": "\"bytes_sent\""
+ "offset": 16093,
+ "length": 37,
+ "value": "\"Did receive response with \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1170,
- "length": 18,
- "value": "\"total_bytes_sent\""
+ "offset": 16129,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1214,
- "length": 16,
- "value": "\"bytes_received\""
+ "offset": 16332,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1261,
- "length": 22,
- "value": "\"total_bytes_received\""
+ "offset": 16403,
+ "length": 71,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1307,
- "length": 14,
- "value": "\"packets_lost\""
+ "offset": 16473,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1350,
- "length": 20,
- "value": "\"total_packets_lost\""
+ "offset": 16728,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1400,
+ "offset": 17339,
"length": 21,
- "value": "\"remote_packets_lost\""
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1456,
- "length": 27,
- "value": "\"remote_total_packets_lost\""
+ "offset": 18557,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1511,
- "length": 19,
- "value": "\"packets_lost_rate\""
+ "offset": 18628,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 26,
- "value": "\"remote_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18820,
+ "length": 2,
+ "value": "10"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 25,
- "value": "\"total_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18879,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1678,
- "length": 21,
- "value": "\"outbound_nack_count\""
+ "offset": 19013,
+ "length": 47,
+ "value": "\"[Alive] Command Router is sending request ...\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1728,
- "length": 20,
- "value": "\"inbound_nack_count\""
+ "offset": 19268,
+ "length": 41,
+ "value": "\"[Alive] sent alive request successfully\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1779,
- "length": 22,
- "value": "\"remote_fraction_lost\""
+ "offset": 19428,
+ "length": 75,
+ "value": "\"[Alive] failed to request alive with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1826,
- "length": 15,
- "value": "\"remote_jitter\""
+ "offset": 19501,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1863,
- "length": 12,
- "value": "\"remote_rtt\""
+ "offset": 19649,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1942,
- "length": 17,
- "value": "\"frames_received\""
+ "offset": 19690,
+ "length": 32,
+ "value": "\"(state: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 1991,
- "length": 23,
- "value": "\"total_frames_received\""
+ "offset": 19720,
+ "length": 1,
+ "value": "\")\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2040,
- "length": 16,
- "value": "\"frames_decoded\""
+ "offset": 19754,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2087,
- "length": 22,
- "value": "\"total_frames_decoded\""
+ "offset": 19951,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2137,
- "length": 19,
- "value": "\"total_decode_time\""
+ "offset": 20556,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2182,
- "length": 16,
- "value": "\"frames_dropped\""
+ "offset": 20627,
+ "length": 71,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2229,
- "length": 22,
- "value": "\"total_frames_dropped\""
+ "offset": 20697,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2274,
- "length": 13,
- "value": "\"frames_sent\""
+ "offset": 20799,
+ "length": 27,
+ "value": "\"was called with empty sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2315,
- "length": 19,
- "value": "\"total_frames_sent\""
+ "offset": 21174,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 18,
- "value": "\"huge_frames_sent\""
+ "offset": 21583,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2411,
- "length": 23,
- "value": "\"total_frames_duration\""
+ "offset": 22066,
+ "length": 53,
+ "value": "\"SummaryRequest error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2458,
- "length": 14,
- "value": "\"freeze_count\""
+ "offset": 22118,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2505,
- "length": 24,
- "value": "\"total_freezes_duration\""
+ "offset": 22403,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2552,
- "length": 13,
- "value": "\"pause_count\""
+ "offset": 22577,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2597,
- "length": 23,
- "value": "\"total_pauses_duration\""
+ "offset": 22802,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23125,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2649,
- "length": 20,
- "value": "\"key_frames_decoded\""
+ "offset": 23293,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2703,
- "length": 26,
- "value": "\"total_key_frames_decoded\""
+ "offset": 23557,
+ "length": 116,
+ "value": "\"Did request end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2762,
- "length": 25,
- "value": "\"total_inter_frame_delay\""
+ "offset": 23626,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2822,
- "length": 27,
- "value": "\"average_inter_frame_delay\""
+ "offset": 23672,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2889,
- "length": 33,
- "value": "\"total_squared_inter_frame_delay\""
+ "offset": 23799,
+ "length": 74,
+ "value": "\"succeeded to response end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 2961,
- "length": 32,
- "value": "\"sum_of_squared_frames_duration\""
+ "offset": 23872,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3060,
+ "offset": 24189,
"length": 21,
- "value": "\"jitter_buffer_delay\""
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3118,
- "length": 29,
- "value": "\"average_jitter_buffer_delay\""
+ "offset": 24484,
+ "length": 116,
+ "value": "\"Did request end with response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3183,
- "length": 28,
- "value": "\"jitter_buffer_target_delay\""
+ "offset": 24553,
+ "length": 1,
+ "value": "\", error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3254,
- "length": 36,
- "value": "\"average_jitter_buffer_target_delay\""
+ "offset": 24599,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3327,
- "length": 29,
- "value": "\"jitter_buffer_emitted_count\""
+ "offset": 25003,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3417,
- "length": 28,
- "value": "\"retransmitted_packets_sent\""
+ "offset": 25556,
+ "length": 21,
+ "value": "\"was called in call:\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3487,
- "length": 34,
- "value": "\"total_retransmitted_packets_sent\""
+ "offset": 26170,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+CallState.swift",
"kind": "StringLiteral",
- "offset": 3556,
- "length": 26,
- "value": "\"retransmitted_bytes_sent\""
+ "offset": 26407,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3622,
- "length": 32,
- "value": "\"total_retransmitted_bytes_sent\""
+ "offset": 411,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3695,
- "length": 32,
- "value": "\"retransmitted_packets_received\""
+ "offset": 441,
+ "length": 10,
+ "value": "\"has_next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3773,
- "length": 38,
- "value": "\"total_retransmitted_packets_received\""
+ "offset": 411,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3850,
- "length": 30,
- "value": "\"retransmitted_bytes_received\""
+ "offset": 441,
+ "length": 10,
+ "value": "\"has_next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3924,
- "length": 36,
- "value": "\"total_retransmitted_bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "kind": "Array",
+ "offset": 297,
+ "length": 21,
+ "value": "[\"sdk\", \"debug_logs\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4019,
- "length": 24,
- "value": "\"total_samples_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4071,
- "length": 18,
- "value": "\"samples_received\""
+ "offset": 719,
+ "length": 6,
+ "value": "\"logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4123,
- "length": 25,
- "value": "\"total_concealed_samples\""
+ "offset": 757,
+ "length": 18,
+ "value": "\"is_overflow_logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4177,
- "length": 19,
- "value": "\"concealed_samples\""
+ "offset": 719,
+ "length": 6,
+ "value": "\"logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogRequest.swift",
"kind": "StringLiteral",
- "offset": 4230,
- "length": 25,
- "value": "\"concealed_samples_ratio\""
+ "offset": 757,
+ "length": 18,
+ "value": "\"is_overflow_logs\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/RemoveCandidateEventCommand.swift",
"kind": "StringLiteral",
- "offset": 4295,
- "length": 32,
- "value": "\"total_silent_concealed_samples\""
+ "offset": 307,
+ "length": 28,
+ "value": "\"SendBirdCalls.RemoveCandidatesEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4362,
- "length": 26,
- "value": "\"silent_concealed_samples\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 370,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4436,
- "length": 41,
- "value": "\"total_inserted_samples_for_deceleration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 415,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4520,
- "length": 35,
- "value": "\"inserted_samples_for_deceleration\""
+ "offset": 692,
+ "length": 36,
+ "value": "\"com.sdk.calls.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4602,
- "length": 40,
- "value": "\"total_removed_samples_for_acceleration\""
+ "offset": 727,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4684,
- "length": 34,
- "value": "\"removed_samples_for_acceleration\""
+ "offset": 790,
+ "length": 38,
+ "value": "\"[RTPPacketMonitor] deinit was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4793,
- "length": 28,
- "value": "\"total_fec_packets_received\""
+ "offset": 1321,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4852,
- "length": 22,
- "value": "\"fec_packets_received\""
+ "offset": 1354,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 4911,
- "length": 29,
- "value": "\"total_fec_packets_discarded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1725,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 25,
- "value": "\"total_packets_discarded\""
+ "offset": 1855,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5067,
- "length": 28,
- "value": "\"available_incoming_bitrate\""
+ "offset": 1888,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 5132,
- "length": 28,
- "value": "\"available_outgoing_bitrate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2894,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5212,
+ "offset": 2952,
"length": 20,
- "value": "\"outbound_fir_count\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5261,
+ "offset": 3020,
"length": 20,
- "value": "\"outbound_pli_count\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5309,
- "length": 19,
- "value": "\"inbound_fir_count\""
+ "offset": 3125,
+ "length": 33,
+ "value": "\"[RTPPacketMonitor] key : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5356,
- "length": 19,
- "value": "\"inbound_pli_count\""
+ "offset": 3157,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5401,
- "length": 16,
- "value": "\"inbound_jitter\""
+ "offset": 3192,
+ "length": 36,
+ "value": "\"[RTPPacketMonitor] id : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5461,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "offset": 3227,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5523,
- "length": 21,
- "value": "\"video_source_height\""
+ "offset": 3262,
+ "length": 40,
+ "value": "\"[RTPPacketMonitor] type : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 5573,
- "length": 20,
- "value": "\"video_source_width\""
+ "offset": 3301,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 242,
- "length": 18,
- "value": "\"sent_frame_width\""
+ "offset": 3336,
+ "length": 53,
+ "value": "\"[RTPPacketMonitor] timestamp : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 19,
- "value": "\"sent_frame_height\""
+ "offset": 3388,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 338,
- "length": 22,
- "value": "\"received_frame_width\""
+ "offset": 3423,
+ "length": 46,
+ "value": "\"[RTPPacketMonitor] values : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 392,
- "length": 23,
- "value": "\"received_frame_height\""
+ "offset": 3466,
+ "length": 1,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 441,
- "length": 16,
- "value": "\"frames_encoded\""
+ "offset": 3509,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 486,
+ "offset": 3559,
"length": 20,
- "value": "\"key_frames_encoded\""
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 540,
- "length": 26,
- "value": "\"total_key_frames_encoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3704,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 597,
- "length": 22,
- "value": "\"total_frames_encoded\""
+ "offset": 3762,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 27,
- "value": "\"quality_limitation_reason\""
+ "offset": 3830,
+ "length": 62,
+ "value": "\"[RTPPacketMonitor] Audio Stat: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 721,
- "length": 30,
- "value": "\"quality_limitation_durations\""
+ "offset": 3891,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 798,
- "length": 39,
- "value": "\"quality_limitation_resolution_changes\""
+ "offset": 3922,
+ "length": 62,
+ "value": "\"[RTPPacketMonitor] Video Stat: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 903,
- "length": 16,
- "value": "\"target_bitrate\""
+ "offset": 3983,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 943,
- "length": 14,
- "value": "\"packets_sent\""
+ "offset": 4014,
+ "length": 20,
+ "value": "\"[RTPPacketMonitor]\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
"kind": "StringLiteral",
- "offset": 986,
- "length": 20,
- "value": "\"total_packets_sent\""
+ "offset": 4054,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1034,
- "length": 18,
- "value": "\"packets_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4137,
+ "length": 3,
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1085,
- "length": 24,
- "value": "\"total_packets_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4184,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1131,
- "length": 12,
- "value": "\"bytes_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "FloatLiteral",
+ "offset": 4227,
+ "length": 6,
+ "value": "1000.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1170,
- "length": 18,
- "value": "\"total_bytes_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.RTPPacketMonitor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4475,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1214,
- "length": 16,
- "value": "\"bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1352,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1261,
- "length": 22,
- "value": "\"total_bytes_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1374,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1307,
- "length": 14,
- "value": "\"packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1458,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1350,
- "length": 20,
- "value": "\"total_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/SBCResult.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1480,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1400,
- "length": 21,
- "value": "\"remote_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "Array",
+ "offset": 470,
+ "length": 33,
+ "value": "[\"direct_calls\", \"missed_signal\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1456,
- "length": 27,
- "value": "\"remote_total_packets_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "Array",
+ "offset": 567,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1511,
- "length": 19,
- "value": "\"packets_lost_rate\""
+ "offset": 622,
+ "length": 3,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 26,
- "value": "\"remote_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 791,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1623,
- "length": 25,
- "value": "\"total_packets_lost_rate\""
+ "offset": 924,
+ "length": 10,
+ "value": "\"call_ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandListRequest.swift",
"kind": "StringLiteral",
- "offset": 1678,
- "length": 21,
- "value": "\"outbound_nack_count\""
+ "offset": 924,
+ "length": 10,
+ "value": "\"call_ids\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Hold\/HoldEventCommand.swift",
"kind": "StringLiteral",
- "offset": 1728,
- "length": 20,
- "value": "\"inbound_nack_count\""
+ "offset": 179,
+ "length": 16,
+ "value": "\"SendBirdCalls.HoldEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1779,
- "length": 22,
- "value": "\"remote_fraction_lost\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 270,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1826,
- "length": 15,
- "value": "\"remote_jitter\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 298,
+ "length": 4,
+ "value": "30.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1863,
- "length": 12,
- "value": "\"remote_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 324,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1942,
- "length": 17,
- "value": "\"frames_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 378,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 1991,
- "length": 23,
- "value": "\"total_frames_received\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 404,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2040,
- "length": 16,
- "value": "\"frames_decoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 427,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2087,
- "length": 22,
- "value": "\"total_frames_decoded\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 459,
+ "length": 4,
+ "value": "60.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2137,
- "length": 19,
- "value": "\"total_decode_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Timeout.swift",
+ "kind": "FloatLiteral",
+ "offset": 487,
+ "length": 4,
+ "value": "30.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2182,
- "length": 16,
- "value": "\"frames_dropped\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SetOnce.swift",
+ "kind": "BooleanLiteral",
+ "offset": 929,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2229,
- "length": 22,
- "value": "\"total_frames_dropped\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SetOnce.swift",
+ "kind": "BooleanLiteral",
+ "offset": 951,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 2274,
- "length": 13,
- "value": "\"frames_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2880,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2315,
- "length": 19,
- "value": "\"total_frames_sent\""
+ "offset": 3545,
+ "length": 30,
+ "value": "\"Received command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2361,
- "length": 18,
- "value": "\"huge_frames_sent\""
+ "offset": 3574,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2411,
- "length": 23,
- "value": "\"total_frames_duration\""
+ "offset": 4638,
+ "length": 95,
+ "value": "\"Unspecified error occured. error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2458,
- "length": 14,
- "value": "\"freeze_count\""
+ "offset": 4732,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2505,
- "length": 24,
- "value": "\"total_freezes_duration\""
+ "offset": 4872,
+ "length": 45,
+ "value": "\"CommandList Response. Response: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2552,
- "length": 13,
- "value": "\"pause_count\""
+ "offset": 4916,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2597,
- "length": 23,
- "value": "\"total_pauses_duration\""
+ "offset": 5206,
+ "length": 67,
+ "value": "\"CommandList Response. signal sequences : \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/CommandRouter.swift",
"kind": "StringLiteral",
- "offset": 2649,
- "length": 20,
- "value": "\"key_frames_decoded\""
+ "offset": 5272,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostEventCommand.swift",
"kind": "StringLiteral",
- "offset": 2703,
+ "offset": 311,
"length": 26,
- "value": "\"total_key_frames_decoded\""
+ "value": "\"SendBirdCalls.ConnectionLostEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2762,
- "length": 25,
- "value": "\"total_inter_frame_delay\""
+ "offset": 220,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2822,
- "length": 27,
- "value": "\"average_inter_frame_delay\""
+ "offset": 250,
+ "length": 6,
+ "value": "\"room\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2889,
- "length": 33,
- "value": "\"total_squared_inter_frame_delay\""
+ "offset": 220,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallType.swift",
"kind": "StringLiteral",
- "offset": 2961,
- "length": 32,
- "value": "\"sum_of_squared_frames_duration\""
+ "offset": 250,
+ "length": 6,
+ "value": "\"room\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
"kind": "StringLiteral",
- "offset": 3060,
- "length": 21,
- "value": "\"jitter_buffer_delay\""
+ "offset": 779,
+ "length": 35,
+ "value": "\"com.sendbird.calls.logger.default\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3118,
- "length": 29,
- "value": "\"average_jitter_buffer_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3786,
+ "length": 7,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3183,
- "length": 28,
- "value": "\"jitter_buffer_target_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3944,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3254,
- "length": 36,
- "value": "\"average_jitter_buffer_target_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 4,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3327,
- "length": 29,
- "value": "\"jitter_buffer_emitted_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3786,
+ "length": 7,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 3417,
- "length": 28,
- "value": "\"retransmitted_packets_sent\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3944,
+ "length": 5,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4039,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3487,
- "length": 34,
- "value": "\"total_retransmitted_packets_sent\""
+ "offset": 3371,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3556,
- "length": 26,
- "value": "\"retransmitted_bytes_sent\""
+ "offset": 3379,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3622,
- "length": 32,
- "value": "\"total_retransmitted_bytes_sent\""
+ "offset": 3550,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3695,
- "length": 32,
- "value": "\"retransmitted_packets_received\""
+ "offset": 3558,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3773,
- "length": 38,
- "value": "\"total_retransmitted_packets_received\""
+ "offset": 3700,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3850,
- "length": 30,
- "value": "\"retransmitted_bytes_received\""
+ "offset": 3708,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 3924,
- "length": 36,
- "value": "\"total_retransmitted_bytes_received\""
+ "offset": 3927,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4019,
- "length": 24,
- "value": "\"total_samples_received\""
+ "offset": 3935,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4071,
- "length": 18,
- "value": "\"samples_received\""
+ "offset": 4101,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4123,
- "length": 25,
- "value": "\"total_concealed_samples\""
+ "offset": 4109,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4177,
- "length": 19,
- "value": "\"concealed_samples\""
+ "offset": 4269,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4230,
- "length": 25,
- "value": "\"concealed_samples_ratio\""
+ "offset": 4277,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4295,
- "length": 32,
- "value": "\"total_silent_concealed_samples\""
+ "offset": 4444,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4362,
- "length": 26,
- "value": "\"silent_concealed_samples\""
+ "offset": 4452,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4436,
- "length": 41,
- "value": "\"total_inserted_samples_for_deceleration\""
+ "offset": 4623,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4520,
- "length": 35,
- "value": "\"inserted_samples_for_deceleration\""
+ "offset": 4631,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4602,
- "length": 40,
- "value": "\"total_removed_samples_for_acceleration\""
+ "offset": 4802,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4684,
- "length": 34,
- "value": "\"removed_samples_for_acceleration\""
+ "offset": 4810,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4793,
- "length": 28,
- "value": "\"total_fec_packets_received\""
+ "offset": 4986,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4852,
- "length": 22,
- "value": "\"fec_packets_received\""
+ "offset": 4994,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4911,
- "length": 29,
- "value": "\"total_fec_packets_discarded\""
+ "offset": 5172,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 4974,
- "length": 25,
- "value": "\"total_packets_discarded\""
+ "offset": 5180,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5067,
- "length": 28,
- "value": "\"available_incoming_bitrate\""
+ "offset": 5326,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5132,
- "length": 28,
- "value": "\"available_outgoing_bitrate\""
+ "offset": 5334,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5212,
- "length": 20,
- "value": "\"outbound_fir_count\""
+ "offset": 5516,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5261,
- "length": 20,
- "value": "\"outbound_pli_count\""
+ "offset": 5524,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5309,
- "length": 19,
- "value": "\"inbound_fir_count\""
+ "offset": 5676,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5356,
- "length": 19,
- "value": "\"inbound_pli_count\""
+ "offset": 5684,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5401,
- "length": 16,
- "value": "\"inbound_jitter\""
+ "offset": 5846,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5461,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "offset": 5854,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5523,
- "length": 21,
- "value": "\"video_source_height\""
+ "offset": 6004,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 5573,
- "length": 20,
- "value": "\"video_source_width\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
- "kind": "IntegerLiteral",
- "offset": 445,
- "length": 1,
- "value": "1"
+ "offset": 6012,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 6,
- "value": "\"type\""
+ "offset": 6229,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1047,
- "length": 12,
- "value": "\"message_id\""
+ "offset": 6237,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1090,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 6425,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1136,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 6433,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1015,
- "length": 6,
- "value": "\"type\""
+ "offset": 6601,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1047,
- "length": 12,
- "value": "\"message_id\""
+ "offset": 6609,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1090,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 6843,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1136,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 6851,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 676,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "offset": 6999,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 723,
+ "offset": 7007,
"length": 2,
- "value": "\" to \""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 740,
- "length": 1,
- "value": "\" \""
+ "offset": 7182,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 760,
+ "offset": 7190,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 3538,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7390,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 3979,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7398,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 269,
- "length": 12,
- "value": "\"SendBirdCalls.WebRTCClient\""
+ "offset": 7435,
+ "length": 25,
+ "value": "\"Did receive answer with\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 29316,
- "length": 31,
- "value": "\"com.sendbird.sdk.calls.webrtc\""
+ "offset": 7471,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 29390,
- "length": 22,
- "value": "\"DtlsSrtpKeyAgreement\""
+ "offset": 7507,
+ "length": 18,
+ "value": "\"peerConnectionId\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29478,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7716,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29510,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7724,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29551,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7880,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
- "kind": "BooleanLiteral",
- "offset": 29589,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
+ "kind": "StringLiteral",
+ "offset": 7888,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32345,
- "length": 10,
- "value": "\"recvonly\""
+ "offset": 8035,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32380,
- "length": 10,
- "value": "\"sendonly\""
+ "offset": 8043,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32415,
- "length": 10,
- "value": "\"sendrecv\""
+ "offset": 8196,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32345,
- "length": 10,
- "value": "\"recvonly\""
+ "offset": 8204,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32380,
- "length": 10,
- "value": "\"sendonly\""
+ "offset": 8403,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 32415,
- "length": 10,
- "value": "\"sendrecv\""
+ "offset": 8411,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1024,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 8448,
+ "length": 24,
+ "value": "\"Did receive offer with\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 1024,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 8483,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 11,
- "value": "\"APNS_VOIP\""
+ "offset": 8519,
+ "length": 18,
+ "value": "\"peerConnectionId\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 19,
- "value": "\"CALLS_APNS_REMOTE\""
+ "offset": 8738,
+ "length": 9,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCallState.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 11,
- "value": "\"APNS_VOIP\""
+ "offset": 8746,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 19,
- "value": "\"CALLS_APNS_REMOTE\""
+ "offset": 216,
+ "length": 12,
+ "value": "\"request_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 707,
- "length": 6,
- "value": "\"keys\""
+ "offset": 252,
+ "length": 9,
+ "value": "\"handler\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 707,
- "length": 6,
- "value": "\"keys\""
+ "offset": 285,
+ "length": 9,
+ "value": "\"command\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 5,
- "value": "\"sdp\""
+ "offset": 318,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1672,
- "length": 17,
- "value": "\"sdp_mline_index\""
+ "offset": 216,
+ "length": 12,
+ "value": "\"request_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1712,
+ "offset": 252,
"length": 9,
- "value": "\"sdp_mid\""
+ "value": "\"handler\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 5,
- "value": "\"sdp\""
+ "offset": 285,
+ "length": 9,
+ "value": "\"command\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "StringLiteral",
- "offset": 1672,
- "length": 17,
- "value": "\"sdp_mline_index\""
+ "offset": 318,
+ "length": 6,
+ "value": "\"type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
- "kind": "StringLiteral",
- "offset": 1712,
- "length": 9,
- "value": "\"sdp_mid\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "Dictionary",
- "offset": 2317,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
"length": 3,
- "value": "[]"
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
"kind": "BooleanLiteral",
- "offset": 2440,
+ "offset": 502,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "Dictionary",
- "offset": 2657,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3180,
- "length": 9,
- "value": "\"call_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3239,
- "length": 10,
- "value": "\"ended_by\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
+ "length": 3,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3275,
- "length": 12,
- "value": "\"started_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 374,
+ "length": 6,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3311,
- "length": 10,
- "value": "\"ended_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 390,
+ "length": 3,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3347,
- "length": 12,
- "value": "\"end_result\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1122,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3388,
- "length": 15,
- "value": "\"end_result_ex\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1613,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3431,
- "length": 15,
- "value": "\"is_video_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2323,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3471,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3510,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4782,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3554,
- "length": 12,
- "value": "\"call_relay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/AckTimerManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4892,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3180,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 394,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3239,
- "length": 10,
- "value": "\"ended_by\""
+ "offset": 426,
+ "length": 6,
+ "value": "\"prev\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3275,
- "length": 12,
- "value": "\"started_at\""
+ "offset": 394,
+ "length": 6,
+ "value": "\"next\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryResponse.swift",
"kind": "StringLiteral",
- "offset": 3311,
- "length": 10,
- "value": "\"ended_at\""
+ "offset": 426,
+ "length": 6,
+ "value": "\"prev\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3347,
- "length": 12,
- "value": "\"end_result\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/Sequence.swift",
+ "kind": "BooleanLiteral",
+ "offset": 926,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
- "kind": "StringLiteral",
- "offset": 3388,
- "length": 15,
- "value": "\"end_result_ex\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/Sequence.swift",
+ "kind": "BooleanLiteral",
+ "offset": 965,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3431,
- "length": 15,
- "value": "\"is_video_call\""
+ "offset": 457,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3471,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 457,
+ "length": 13,
+ "value": "\"channel_url\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/SendBirdChatOptions.swift",
"kind": "StringLiteral",
- "offset": 3510,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 224,
+ "length": 19,
+ "value": "\"SendBirdCalls.SendBirdChatOptions\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 3554,
- "length": 12,
- "value": "\"call_relay\""
+ "offset": 1567,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 13,
- "value": "\"SendBirdCalls.DirectCallLog\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/PartialMeshParticipantManager.swift",
- "kind": "Dictionary",
- "offset": 407,
- "length": 3,
- "value": "[]"
+ "offset": 1619,
+ "length": 2,
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 288,
- "length": 15,
- "value": "\"SendBirdCalls.EndEventCommand\""
+ "offset": 1634,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 630,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 810,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1235,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1781,
"length": 2,
- "value": "[]"
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1666,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1798,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "Array",
- "offset": 1848,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1818,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 8009,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 8141,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2483,
+ "length": 75,
+ "value": "\"com.sendbird.call.directcalls.statemanager.operation_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 282,
- "length": 13,
- "value": "\"SendBirdCalls.RoomListQuery\""
+ "offset": 2557,
+ "length": 25,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 815,
- "length": 6,
- "value": "\"keys\""
+ "offset": 2636,
+ "length": 15,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 815,
- "length": 6,
- "value": "\"keys\""
+ "offset": 2650,
+ "length": 3,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/CandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 302,
- "length": 21,
- "value": "\"SendBirdCalls.CandidateEventCommand\""
+ "offset": 3177,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1050,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 3207,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1106,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 8665,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1152,
- "length": 11,
- "value": "\"device_os\""
+ "offset": 8695,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1050,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 8879,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1106,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 8909,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 1152,
- "length": 11,
- "value": "\"device_os\""
+ "offset": 9136,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 368,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 9166,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 409,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 9436,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 368,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 9466,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 409,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 9877,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptRequest.swift",
- "kind": "Array",
- "offset": 707,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 9907,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 195,
- "length": 33,
- "value": "\"SendBirdCalls.DeleteRoomCustomItemsEventCommand\""
+ "offset": 10080,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 487,
- "length": 11,
- "value": "\"attach_to\""
+ "offset": 10110,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 530,
- "length": 4,
- "value": "\"on\""
+ "offset": 10366,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 561,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 10396,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 601,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 10658,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 644,
- "length": 15,
- "value": "\"audio_enabled\""
+ "offset": 10688,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 684,
- "length": 15,
- "value": "\"video_enabled\""
+ "offset": 10944,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 12,
- "value": "\"audio_attr\""
+ "offset": 10974,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 12,
- "value": "\"video_attr\""
+ "offset": 11770,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 811,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 11800,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 855,
- "length": 15,
- "value": "\"kick_siblings\""
+ "offset": 11837,
+ "length": 10,
+ "value": "\"Received\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 487,
- "length": 11,
- "value": "\"attach_to\""
+ "offset": 11858,
+ "length": 5,
+ "value": "\"sdp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 530,
- "length": 4,
- "value": "\"on\""
+ "offset": 12618,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 561,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 12648,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 601,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 12861,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 644,
- "length": 15,
- "value": "\"audio_enabled\""
+ "offset": 12891,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 684,
- "length": 15,
- "value": "\"video_enabled\""
+ "offset": 13159,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 12,
- "value": "\"audio_attr\""
+ "offset": 13189,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 12,
- "value": "\"video_attr\""
+ "offset": 13478,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 811,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 13508,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 855,
- "length": 15,
- "value": "\"kick_siblings\""
+ "offset": 13545,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 5188,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13621,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 11648,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13862,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 14238,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13892,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
- "kind": "BooleanLiteral",
- "offset": 18768,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 13929,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 31352,
- "length": 27,
- "value": "\"was called in the state: \""
+ "offset": 14005,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1187,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14247,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1389,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14277,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1634,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14314,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 1929,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14390,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 2267,
+ "offset": 14504,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "BooleanLiteral",
- "offset": 2435,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15016,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 2931,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15046,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 3076,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15083,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 2931,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15159,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "IntegerLiteral",
- "offset": 3076,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "StringLiteral",
+ "offset": 15677,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4316,
- "length": 16,
- "value": "\"participant_id\""
+ "offset": 15707,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4358,
- "length": 12,
- "value": "\"entered_at\""
+ "offset": 15744,
+ "length": 77,
+ "value": "\"WebRTC Client is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4396,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 15820,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4433,
- "length": 11,
- "value": "\"exited_at\""
+ "offset": 16348,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4469,
- "length": 10,
- "value": "\"duration\""
+ "offset": 16378,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4504,
- "length": 11,
- "value": "\"client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16648,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4578,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 17067,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4617,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 17097,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4316,
- "length": 16,
- "value": "\"participant_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17367,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4358,
- "length": 12,
- "value": "\"entered_at\""
+ "offset": 17794,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4396,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 17824,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4433,
- "length": 11,
- "value": "\"exited_at\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18339,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4469,
- "length": 10,
- "value": "\"duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18436,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 4504,
- "length": 11,
- "value": "\"client_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18463,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18546,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18586,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4578,
- "length": 13,
- "value": "\"is_audio_on\""
+ "offset": 18705,
+ "length": 31,
+ "value": "\"will execute in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "StringLiteral",
- "offset": 4617,
- "length": 13,
- "value": "\"is_video_on\""
+ "offset": 18735,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 4772,
+ "offset": 18903,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 4801,
+ "offset": 19206,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 20724,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
- "kind": "StringLiteral",
- "offset": 348,
- "length": 11,
- "value": "\"SendBirdCalls.Participant\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 22740,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/DirectCall.StateManager.swift",
"kind": "BooleanLiteral",
- "offset": 358,
- "length": 5,
- "value": "false"
+ "offset": 22835,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 715,
+ "offset": 535,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
"length": 11,
- "value": "\"turn_urls\""
+ "value": "\"call_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 751,
- "length": 10,
- "value": "\"username\""
+ "offset": 605,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 786,
- "length": 10,
- "value": "\"password\""
+ "offset": 642,
+ "length": 12,
+ "value": "\"signal_seq\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 828,
+ "offset": 685,
+ "length": 17,
+ "value": "\"signal_snapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 734,
"length": 18,
- "value": "\"transport_policy\""
+ "value": "\"caller_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 715,
+ "offset": 784,
+ "length": 18,
+ "value": "\"callee_client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 535,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 569,
"length": 11,
- "value": "\"turn_urls\""
+ "value": "\"call_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 751,
- "length": 10,
- "value": "\"username\""
+ "offset": 605,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 786,
- "length": 10,
- "value": "\"password\""
+ "offset": 642,
+ "length": 12,
+ "value": "\"signal_seq\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "StringLiteral",
- "offset": 828,
+ "offset": 685,
+ "length": 17,
+ "value": "\"signal_snapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 734,
"length": 18,
- "value": "\"transport_policy\""
+ "value": "\"caller_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 784,
+ "length": 18,
+ "value": "\"callee_client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
"kind": "BooleanLiteral",
- "offset": 328,
+ "offset": 1707,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
- "kind": "StringLiteral",
- "offset": 185,
- "length": 25,
- "value": "\"SendBirdCalls.EndpointDisconnectedState\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "Array",
+ "offset": 1768,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
- "kind": "BooleanLiteral",
- "offset": 405,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "BooleanLiteral",
- "offset": 2285,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/CommandList.swift",
+ "kind": "StringLiteral",
+ "offset": 1976,
+ "length": 13,
+ "value": "\"direct_call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "Dictionary",
- "offset": 2408,
+ "offset": 1058,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "IntegerLiteral",
- "offset": 2615,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "FloatLiteral",
+ "offset": 1090,
+ "length": 3,
+ "value": "5.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "IntegerLiteral",
- "offset": 2810,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1247,
+ "length": 64,
+ "value": "\"com.sendbird.sdk.calls.websocket.callback.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 410,
- "length": 4,
- "value": "\"SendBirdCalls.Room\""
+ "offset": 1310,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 21234,
+ "offset": 1529,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
- "kind": "BooleanLiteral",
- "offset": 21272,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1701,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 238,
- "length": 14,
- "value": "\"turn_changed\""
+ "offset": 1755,
+ "length": 65,
+ "value": "\"com.sendbird.sdk.calls.websocket.operation.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 238,
- "length": 14,
- "value": "\"turn_changed\""
+ "offset": 1819,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
- "kind": "Array",
- "offset": 582,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1932,
+ "length": 66,
+ "value": "\"com.sendbird.sdk.calls.websocket.connection.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 1997,
+ "length": 27,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3551,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3573,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 619,
+ "offset": 3605,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 864,
+ "offset": 3682,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3971,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3993,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5611,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1039,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5910,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1146,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5932,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1039,
- "length": 6,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6551,
+ "length": 64,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 1146,
- "length": 3,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6573,
+ "length": 4,
+ "value": "\" with error: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "BooleanLiteral",
- "offset": 1522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6614,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1702,
+ "offset": 7154,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "Array",
- "offset": 5627,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 7203,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 7225,
"length": 2,
- "value": "[]"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6899,
- "length": 3,
- "value": "100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8479,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6918,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8501,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9112,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "FloatLiteral",
+ "offset": 9252,
"length": 3,
- "value": "100"
+ "value": "1.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6985,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9678,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 7002,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9890,
+ "length": 23,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 9912,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
- "kind": "IntegerLiteral",
- "offset": 6841,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10148,
+ "length": 63,
+ "value": "\"was called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10170,
+ "length": 4,
+ "value": "\" with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10210,
"length": 2,
- "value": "10"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 515,
- "length": 22,
- "value": "\"SendBirdCalls.DirectCallLogListQuery\""
+ "offset": 10372,
+ "length": 29,
+ "value": "\"received message is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Decline\/DeclineResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 292,
- "length": 15,
- "value": "\"SendBirdCalls.DeclineResponse\""
+ "offset": 10400,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Timeout\/TimeoutEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 303,
- "length": 19,
- "value": "\"SendBirdCalls.TimeoutEventCommand\""
+ "offset": 11196,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 2701,
- "length": 9,
- "value": "\"command\""
+ "offset": 11218,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Test\/AddIceCandidateEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 190,
- "length": 27,
- "value": "\"SendBirdCalls.AddIceCandidateEventCommand\""
+ "offset": 11341,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1003,
+ "offset": 11668,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11802,
+ "length": 29,
+ "value": "\"[Alive] Alive timer invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1032,
+ "offset": 12001,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "BooleanLiteral",
- "offset": 1059,
+ "offset": 12070,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantVideoSettingEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 198,
- "length": 35,
- "value": "\"SendBirdCalls.ParticipantVideoSettingEventCommand\""
+ "offset": 12120,
+ "length": 56,
+ "value": "\"[Alive] WebSocket will disconnect due to alive timeout\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
- "kind": "Dictionary",
- "offset": 506,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12219,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12278,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 12396,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 12,
- "value": "\"inviter_id\""
+ "offset": 12912,
+ "length": 22,
+ "value": "\"sbcall_session_token\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 464,
+ "offset": 13003,
"length": 18,
- "value": "\"peer_stream_lost\""
+ "value": "\"sbcall_client_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 383,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13064,
+ "length": 66,
+ "value": "\"ios,\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointEstablishedState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 201,
- "length": 24,
- "value": "\"SendBirdCalls.EndpointEstablishedState\""
+ "offset": 13102,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
- "kind": "Dictionary",
- "offset": 2232,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13129,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
- "kind": "Array",
- "offset": 2266,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13176,
+ "length": 10,
+ "value": "\"sendbird\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 292,
- "length": 16,
- "value": "\"SendBirdCalls.DialEventCommand\""
+ "offset": 13473,
+ "length": 38,
+ "value": "\"calls-ios\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
- "kind": "IntegerLiteral",
- "offset": 3575,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13510,
+ "length": 24,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
- "kind": "IntegerLiteral",
- "offset": 4133,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13533,
+ "length": 12,
+ "value": "\"User-Agent\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 286,
- "length": 11,
- "value": "\"SendBirdCalls.EndResponse\""
+ "offset": 13674,
+ "length": 24,
+ "value": "\"Request-Sent-Timestamp\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 4,
- "value": "\"2G\""
+ "offset": 13739,
+ "length": 16,
+ "value": "\"URL Request is\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 328,
- "length": 4,
- "value": "\"3G\""
+ "offset": 13771,
+ "length": 15,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 354,
- "length": 4,
- "value": "\"4G\""
+ "offset": 13785,
+ "length": 18,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 382,
- "length": 9,
- "value": "\"Unknown\""
+ "offset": 13802,
+ "length": 32,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 301,
- "length": 4,
- "value": "\"2G\""
+ "offset": 13833,
+ "length": 3,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 328,
- "length": 4,
- "value": "\"3G\""
+ "offset": 14059,
+ "length": 23,
+ "value": "\"was called in \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 354,
- "length": 4,
- "value": "\"4G\""
+ "offset": 14081,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 382,
- "length": 9,
- "value": "\"Unknown\""
+ "offset": 14114,
+ "length": 31,
+ "value": "\"will send request: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/VideoSettingEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 316,
- "length": 24,
- "value": "\"SendBirdCalls.VideoSettingEventCommand\""
+ "offset": 14144,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 4550,
- "length": 7,
- "value": "\"codec\""
+ "offset": 14402,
+ "length": 67,
+ "value": "\"WebSocketClient will send message: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
- "kind": "StringLiteral",
- "offset": 4592,
- "length": 16,
- "value": "\"candidate-pair\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14462,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/WebSocketClient.swift",
"kind": "StringLiteral",
- "offset": 4643,
- "length": 18,
- "value": "\"remote-candidate\""
+ "offset": 14468,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Get\/GetRoomRequest.swift",
"kind": "StringLiteral",
- "offset": 4696,
- "length": 17,
- "value": "\"local-candidate\""
+ "offset": 454,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4748,
- "length": 11,
- "value": "\"transport\""
+ "offset": 303,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4794,
- "length": 14,
- "value": "\"media-source\""
+ "offset": 331,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4843,
- "length": 7,
- "value": "\"track\""
+ "offset": 503,
+ "length": 9,
+ "value": "\"Ringing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4894,
- "length": 20,
- "value": "\"remote-inbound-rtp\""
+ "offset": 653,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4949,
- "length": 13,
- "value": "\"inbound-rtp\""
+ "offset": 681,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4997,
- "length": 14,
- "value": "\"outbound-rtp\""
+ "offset": 837,
+ "length": 11,
+ "value": "\"Establish\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4550,
- "length": 7,
- "value": "\"codec\""
+ "offset": 1027,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4592,
- "length": 16,
- "value": "\"candidate-pair\""
+ "offset": 1055,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4643,
- "length": 18,
- "value": "\"remote-candidate\""
+ "offset": 1209,
+ "length": 9,
+ "value": "\"Connect\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4696,
- "length": 17,
- "value": "\"local-candidate\""
+ "offset": 1397,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4748,
- "length": 11,
- "value": "\"transport\""
+ "offset": 1425,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4794,
+ "offset": 1589,
"length": 14,
- "value": "\"media-source\""
+ "value": "\"Reconnecting\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4843,
- "length": 7,
- "value": "\"track\""
+ "offset": 1792,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4894,
- "length": 20,
- "value": "\"remote-inbound-rtp\""
+ "offset": 1820,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4949,
- "length": 13,
- "value": "\"inbound-rtp\""
+ "offset": 1985,
+ "length": 11,
+ "value": "\"Reconnect\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 4997,
- "length": 14,
- "value": "\"outbound-rtp\""
+ "offset": 2180,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
- "kind": "Array",
- "offset": 360,
- "length": 9,
- "value": "[\"rooms\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 2208,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1536,
- "length": 6,
- "value": "\"next\""
+ "offset": 2445,
+ "length": 5,
+ "value": "\"End\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1568,
- "length": 6,
- "value": "\"prev\""
+ "offset": 2648,
+ "length": 53,
+ "value": "\"with audio \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1604,
- "length": 6,
- "value": "\"type\""
+ "offset": 2672,
+ "length": 3,
+ "value": "\" was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1632,
- "length": 7,
- "value": "\"state\""
+ "offset": 2700,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 10,
- "value": "\"room_ids\""
+ "offset": 2980,
+ "length": 64,
+ "value": "\"Remote audio enabled: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1703,
- "length": 31,
- "value": "\"current_participant_range_gte\""
+ "offset": 3031,
+ "length": 2,
+ "value": "\" in the call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1764,
- "length": 31,
- "value": "\"current_participant_range_lte\""
+ "offset": 3180,
+ "length": 53,
+ "value": "\"with video \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1828,
- "length": 21,
- "value": "\"created_by_user_ids\""
+ "offset": 3204,
+ "length": 3,
+ "value": "\" was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1893,
- "length": 23,
- "value": "\"created_at_start_date\""
+ "offset": 3232,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1949,
- "length": 21,
- "value": "\"created_at_end_date\""
+ "offset": 3503,
+ "length": 67,
+ "value": "\"Remote video is enabled: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1536,
- "length": 6,
- "value": "\"next\""
+ "offset": 3557,
+ "length": 2,
+ "value": "\" in the call\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1568,
- "length": 6,
- "value": "\"prev\""
+ "offset": 3682,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1604,
- "length": 6,
- "value": "\"type\""
+ "offset": 3710,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1632,
- "length": 7,
- "value": "\"state\""
+ "offset": 3876,
+ "length": 83,
+ "value": "\"Remote Recording Status Changed to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 10,
- "value": "\"room_ids\""
+ "offset": 3941,
+ "length": 2,
+ "value": "\" in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1703,
- "length": 31,
- "value": "\"current_participant_range_gte\""
+ "offset": 3958,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1764,
- "length": 31,
- "value": "\"current_participant_range_lte\""
+ "offset": 4202,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1828,
- "length": 21,
- "value": "\"created_by_user_ids\""
+ "offset": 4230,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1893,
- "length": 23,
- "value": "\"created_at_start_date\""
+ "offset": 4414,
+ "length": 99,
+ "value": "\"isLocalUser: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "StringLiteral",
- "offset": 1949,
- "length": 21,
- "value": "\"created_at_end_date\""
+ "offset": 4442,
+ "length": 4,
+ "value": "\" Hold Status Changed to isUserOnHold: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
- "kind": "IntegerLiteral",
- "offset": 266,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4495,
+ "length": 2,
+ "value": "\" in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
- "kind": "Dictionary",
- "offset": 368,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4512,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Create\/CreateRoomRequest.swift",
- "kind": "Array",
- "offset": 328,
- "length": 9,
- "value": "[\"rooms\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4773,
+ "length": 29,
+ "value": "\"was called in call: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "StringLiteral",
+ "offset": 4801,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
"kind": "BooleanLiteral",
- "offset": 484,
+ "offset": 5024,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Broadcast.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5113,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 589,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 242,
+ "length": 18,
+ "value": "\"sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 631,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 288,
+ "length": 19,
+ "value": "\"sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 667,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 338,
+ "length": 22,
+ "value": "\"received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 589,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 392,
+ "length": 23,
+ "value": "\"received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 631,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 441,
+ "length": 16,
+ "value": "\"frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 667,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 486,
+ "length": 20,
+ "value": "\"key_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 186,
- "length": 22,
- "value": "\"SendBirdCalls.DeleteRoomEventCommand\""
+ "offset": 540,
+ "length": 26,
+ "value": "\"total_key_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Offer\/OfferEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
"kind": "StringLiteral",
- "offset": 306,
- "length": 17,
- "value": "\"SendBirdCalls.OfferEventCommand\""
+ "offset": 597,
+ "length": 22,
+ "value": "\"total_frames_encoded\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 655,
+ "length": 27,
+ "value": "\"quality_limitation_reason\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 30,
+ "value": "\"quality_limitation_durations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 39,
+ "value": "\"quality_limitation_resolution_changes\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 16,
+ "value": "\"target_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 943,
+ "length": 14,
+ "value": "\"packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 20,
+ "value": "\"total_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 18,
+ "value": "\"packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1085,
+ "length": 24,
+ "value": "\"total_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 12,
+ "value": "\"bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 18,
+ "value": "\"total_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 16,
+ "value": "\"bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1261,
+ "length": 22,
+ "value": "\"total_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 14,
+ "value": "\"packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1350,
+ "length": 20,
+ "value": "\"total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1400,
+ "length": 21,
+ "value": "\"remote_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 27,
+ "value": "\"remote_total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 19,
+ "value": "\"packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 26,
+ "value": "\"remote_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1623,
+ "length": 25,
+ "value": "\"total_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1678,
+ "length": 21,
+ "value": "\"outbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 20,
+ "value": "\"inbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1779,
+ "length": 22,
+ "value": "\"remote_fraction_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 15,
+ "value": "\"remote_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 12,
+ "value": "\"remote_rtt\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 17,
+ "value": "\"frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1991,
+ "length": 23,
+ "value": "\"total_frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2040,
+ "length": 16,
+ "value": "\"frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 22,
+ "value": "\"total_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 19,
+ "value": "\"total_decode_time\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2182,
+ "length": 16,
+ "value": "\"frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2229,
+ "length": 22,
+ "value": "\"total_frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 13,
+ "value": "\"frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2315,
+ "length": 19,
+ "value": "\"total_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 18,
+ "value": "\"huge_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2411,
+ "length": 23,
+ "value": "\"total_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 14,
+ "value": "\"freeze_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2505,
+ "length": 24,
+ "value": "\"total_freezes_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2552,
+ "length": 13,
+ "value": "\"pause_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2597,
+ "length": 23,
+ "value": "\"total_pauses_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2649,
+ "length": 20,
+ "value": "\"key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2703,
+ "length": 26,
+ "value": "\"total_key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 25,
+ "value": "\"total_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2822,
+ "length": 27,
+ "value": "\"average_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2889,
+ "length": 33,
+ "value": "\"total_squared_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2961,
+ "length": 32,
+ "value": "\"sum_of_squared_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3060,
+ "length": 21,
+ "value": "\"jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3118,
+ "length": 29,
+ "value": "\"average_jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3183,
+ "length": 28,
+ "value": "\"jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3254,
+ "length": 36,
+ "value": "\"average_jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3327,
+ "length": 29,
+ "value": "\"jitter_buffer_emitted_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3417,
+ "length": 28,
+ "value": "\"retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3487,
+ "length": 34,
+ "value": "\"total_retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3556,
+ "length": 26,
+ "value": "\"retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3622,
+ "length": 32,
+ "value": "\"total_retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3695,
+ "length": 32,
+ "value": "\"retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 38,
+ "value": "\"total_retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3850,
+ "length": 30,
+ "value": "\"retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3924,
+ "length": 36,
+ "value": "\"total_retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4019,
+ "length": 24,
+ "value": "\"total_samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4071,
+ "length": 18,
+ "value": "\"samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 25,
+ "value": "\"total_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4177,
+ "length": 19,
+ "value": "\"concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4230,
+ "length": 25,
+ "value": "\"concealed_samples_ratio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4295,
+ "length": 32,
+ "value": "\"total_silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4362,
+ "length": 26,
+ "value": "\"silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4436,
+ "length": 41,
+ "value": "\"total_inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 35,
+ "value": "\"inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 40,
+ "value": "\"total_removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4684,
+ "length": 34,
+ "value": "\"removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4793,
+ "length": 28,
+ "value": "\"total_fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4852,
+ "length": 22,
+ "value": "\"fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4911,
+ "length": 29,
+ "value": "\"total_fec_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 25,
+ "value": "\"total_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5067,
+ "length": 28,
+ "value": "\"available_incoming_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5132,
+ "length": 28,
+ "value": "\"available_outgoing_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5212,
+ "length": 20,
+ "value": "\"outbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5261,
+ "length": 20,
+ "value": "\"outbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5309,
+ "length": 19,
+ "value": "\"inbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5356,
+ "length": 19,
+ "value": "\"inbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5401,
+ "length": 16,
+ "value": "\"inbound_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5461,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5523,
+ "length": 21,
+ "value": "\"video_source_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5573,
+ "length": 20,
+ "value": "\"video_source_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 18,
+ "value": "\"sent_frame_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 19,
+ "value": "\"sent_frame_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 338,
+ "length": 22,
+ "value": "\"received_frame_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 23,
+ "value": "\"received_frame_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 16,
+ "value": "\"frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 20,
+ "value": "\"key_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 540,
+ "length": 26,
+ "value": "\"total_key_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 597,
+ "length": 22,
+ "value": "\"total_frames_encoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 655,
+ "length": 27,
+ "value": "\"quality_limitation_reason\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 30,
+ "value": "\"quality_limitation_durations\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 39,
+ "value": "\"quality_limitation_resolution_changes\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 16,
+ "value": "\"target_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 943,
+ "length": 14,
+ "value": "\"packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 20,
+ "value": "\"total_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 18,
+ "value": "\"packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1085,
+ "length": 24,
+ "value": "\"total_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 12,
+ "value": "\"bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 18,
+ "value": "\"total_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 16,
+ "value": "\"bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1261,
+ "length": 22,
+ "value": "\"total_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 14,
+ "value": "\"packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1350,
+ "length": 20,
+ "value": "\"total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1400,
+ "length": 21,
+ "value": "\"remote_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 27,
+ "value": "\"remote_total_packets_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 19,
+ "value": "\"packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1564,
+ "length": 26,
+ "value": "\"remote_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1623,
+ "length": 25,
+ "value": "\"total_packets_lost_rate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1678,
+ "length": 21,
+ "value": "\"outbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1728,
+ "length": 20,
+ "value": "\"inbound_nack_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1779,
+ "length": 22,
+ "value": "\"remote_fraction_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1826,
+ "length": 15,
+ "value": "\"remote_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 12,
+ "value": "\"remote_rtt\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 17,
+ "value": "\"frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 1991,
+ "length": 23,
+ "value": "\"total_frames_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2040,
+ "length": 16,
+ "value": "\"frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 22,
+ "value": "\"total_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2137,
+ "length": 19,
+ "value": "\"total_decode_time\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2182,
+ "length": 16,
+ "value": "\"frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2229,
+ "length": 22,
+ "value": "\"total_frames_dropped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 13,
+ "value": "\"frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2315,
+ "length": 19,
+ "value": "\"total_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 18,
+ "value": "\"huge_frames_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2411,
+ "length": 23,
+ "value": "\"total_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 14,
+ "value": "\"freeze_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2505,
+ "length": 24,
+ "value": "\"total_freezes_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2552,
+ "length": 13,
+ "value": "\"pause_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2597,
+ "length": 23,
+ "value": "\"total_pauses_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2649,
+ "length": 20,
+ "value": "\"key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2703,
+ "length": 26,
+ "value": "\"total_key_frames_decoded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 25,
+ "value": "\"total_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2822,
+ "length": 27,
+ "value": "\"average_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2889,
+ "length": 33,
+ "value": "\"total_squared_inter_frame_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 2961,
+ "length": 32,
+ "value": "\"sum_of_squared_frames_duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3060,
+ "length": 21,
+ "value": "\"jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3118,
+ "length": 29,
+ "value": "\"average_jitter_buffer_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3183,
+ "length": 28,
+ "value": "\"jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3254,
+ "length": 36,
+ "value": "\"average_jitter_buffer_target_delay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3327,
+ "length": 29,
+ "value": "\"jitter_buffer_emitted_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3417,
+ "length": 28,
+ "value": "\"retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3487,
+ "length": 34,
+ "value": "\"total_retransmitted_packets_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3556,
+ "length": 26,
+ "value": "\"retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3622,
+ "length": 32,
+ "value": "\"total_retransmitted_bytes_sent\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3695,
+ "length": 32,
+ "value": "\"retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 38,
+ "value": "\"total_retransmitted_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3850,
+ "length": 30,
+ "value": "\"retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 3924,
+ "length": 36,
+ "value": "\"total_retransmitted_bytes_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4019,
+ "length": 24,
+ "value": "\"total_samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4071,
+ "length": 18,
+ "value": "\"samples_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 25,
+ "value": "\"total_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4177,
+ "length": 19,
+ "value": "\"concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4230,
+ "length": 25,
+ "value": "\"concealed_samples_ratio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4295,
+ "length": 32,
+ "value": "\"total_silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4362,
+ "length": 26,
+ "value": "\"silent_concealed_samples\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4436,
+ "length": 41,
+ "value": "\"total_inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4520,
+ "length": 35,
+ "value": "\"inserted_samples_for_deceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 40,
+ "value": "\"total_removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4684,
+ "length": 34,
+ "value": "\"removed_samples_for_acceleration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4793,
+ "length": 28,
+ "value": "\"total_fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4852,
+ "length": 22,
+ "value": "\"fec_packets_received\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4911,
+ "length": 29,
+ "value": "\"total_fec_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 4974,
+ "length": 25,
+ "value": "\"total_packets_discarded\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5067,
+ "length": 28,
+ "value": "\"available_incoming_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5132,
+ "length": 28,
+ "value": "\"available_outgoing_bitrate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5212,
+ "length": 20,
+ "value": "\"outbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5261,
+ "length": 20,
+ "value": "\"outbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5309,
+ "length": 19,
+ "value": "\"inbound_fir_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5356,
+ "length": 19,
+ "value": "\"inbound_pli_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5401,
+ "length": 16,
+ "value": "\"inbound_jitter\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5461,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5523,
+ "length": 21,
+ "value": "\"video_source_height\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticsCodingKey.swift",
+ "kind": "StringLiteral",
+ "offset": 5573,
+ "length": 20,
+ "value": "\"video_source_width\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 371,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 421,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 434,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 870,
+ "length": 17,
+ "value": "\".sernder.send()\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 47,
+ "value": "\"Failed to send Candidate Request with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1308,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1336,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1359,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1373,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1871,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1899,
+ "length": 11,
+ "value": "\"local sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1921,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1928,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2286,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2586,
+ "length": 31,
+ "value": "\"Success sent Offer: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2616,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2695,
+ "length": 121,
+ "value": "\"Did send offer request with result: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2769,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2815,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3168,
+ "length": 124,
+ "value": "\"Did send answer request with response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3245,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3291,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "FloatLiteral",
+ "offset": 3413,
+ "length": 3,
+ "value": "2.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3440,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 31,
+ "value": "\"was called with data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3628,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3739,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4154,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4516,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4913,
+ "length": 39,
+ "value": "\"was called with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 4951,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 21,
+ "value": "\"was called in call:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1105,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2309,
+ "length": 21,
+ "value": "\"was called in call:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2407,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2849,
+ "length": 36,
+ "value": "\"is called in \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 2884,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3014,
+ "length": 73,
+ "value": "\"Returned immediately because view is as same as current localVideoView.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3133,
+ "length": 81,
+ "value": "\"Returned immediately because view is as same as current callInfo.localVideoView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3821,
+ "length": 33,
+ "value": "\"is called \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "StringLiteral",
+ "offset": 3853,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6748,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8899,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9127,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "IntegerLiteral",
+ "offset": 445,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 682,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 12,
+ "value": "\"message_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1136,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1047,
+ "length": 12,
+ "value": "\"message_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1090,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1136,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 525,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 577,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 592,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 612,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 676,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 723,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 740,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 760,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "Dictionary",
+ "offset": 1600,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1695,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1796,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3538,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3979,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 4028,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 5476,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6774,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 6901,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 8596,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 10615,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11402,
+ "length": 84,
+ "value": "\"failed to proccess sdp to peer connection with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11485,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11738,
+ "length": 18,
+ "value": "\"Did process with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11767,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11783,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11790,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 11803,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12185,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12240,
+ "length": 70,
+ "value": "\"will set remote description with hasSetRemoteSDP: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12309,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12527,
+ "length": 69,
+ "value": "\"peer connection set remote description \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 12595,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13211,
+ "length": 107,
+ "value": "\"RTCRtpTransceiver audio setDirection to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13290,
+ "length": 6,
+ "value": "\" failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13317,
+ "length": 4,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13640,
+ "length": 107,
+ "value": "\"RTCRtpTransceiver video setDirection to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13719,
+ "length": 6,
+ "value": "\" failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 13746,
+ "length": 4,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14104,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14326,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14685,
+ "length": 32,
+ "value": "\"was reported error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14716,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14927,
+ "length": 23,
+ "value": "\"will execute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 14949,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 269,
+ "length": 12,
+ "value": "\"SendBirdCalls.WebRTCClient\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 15236,
+ "length": 51,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 15286,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16406,
+ "length": 96,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16456,
+ "length": 9,
+ "value": "\" signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16501,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 16932,
+ "length": 42,
+ "value": "\"[WebRTC] MUST NOT be the default value:(\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17027,
+ "length": 172,
+ "value": "\"local signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17111,
+ "length": 1,
+ "value": "\", remote signaling state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 17198,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19281,
+ "length": 101,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19331,
+ "length": 3,
+ "value": "\" new ICE connection state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 19381,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19549,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20709,
+ "length": 100,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20759,
+ "length": 3,
+ "value": "\" new ICE gathering state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20808,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 20966,
+ "length": 51,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21016,
+ "length": 13,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21028,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21050,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21063,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21301,
+ "length": 72,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21351,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21371,
+ "length": 1,
+ "value": "\"-\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21384,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21407,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21421,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21656,
+ "length": 80,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21706,
+ "length": 4,
+ "value": "\" data channel: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 21735,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23627,
+ "length": 102,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23677,
+ "length": 3,
+ "value": "\" new peer connection state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 23728,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25216,
+ "length": 69,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25266,
+ "length": 6,
+ "value": "\" stream: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25436,
+ "length": 69,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25486,
+ "length": 6,
+ "value": "\" stream: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 25504,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26655,
+ "length": 139,
+ "value": "\"Remote: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26676,
+ "length": 3,
+ "value": "\" was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26726,
+ "length": 5,
+ "value": "\" added RTP Receiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26761,
+ "length": 1,
+ "value": "\", media streams: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 26793,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28129,
+ "length": 88,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28179,
+ "length": 7,
+ "value": "\" removed RTP Receiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28216,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28663,
+ "length": 133,
+ "value": "\"was called with peer connection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28713,
+ "length": 7,
+ "value": "\" started receiving on transceiver: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28762,
+ "length": 4,
+ "value": "\" with \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28795,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 28997,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29006,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29219,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29316,
+ "length": 31,
+ "value": "\"com.sendbird.sdk.calls.webrtc\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29390,
+ "length": 22,
+ "value": "\"DtlsSrtpKeyAgreement\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29478,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29510,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29551,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29757,
+ "length": 71,
+ "value": "\"was called with turnCredential: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 29827,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "Array",
+ "offset": 29928,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 30463,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32345,
+ "length": 10,
+ "value": "\"recvonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32380,
+ "length": 10,
+ "value": "\"sendonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32415,
+ "length": 10,
+ "value": "\"sendrecv\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32345,
+ "length": 10,
+ "value": "\"recvonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32380,
+ "length": 10,
+ "value": "\"sendonly\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient.swift",
+ "kind": "StringLiteral",
+ "offset": 32415,
+ "length": 10,
+ "value": "\"sendrecv\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 664,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 897,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1122,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2363,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "StringLiteral",
+ "offset": 3093,
+ "length": 22,
+ "value": "\"was called in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "StringLiteral",
+ "offset": 3999,
+ "length": 22,
+ "value": "\"was called in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/LocalParticipant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4486,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 26,
+ "value": "\"sbcall_short_lived_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 899,
+ "length": 9,
+ "value": "\"receive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1024,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/ReceivedInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1024,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 11,
+ "value": "\"APNS_VOIP\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 19,
+ "value": "\"CALLS_APNS_REMOTE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 11,
+ "value": "\"APNS_VOIP\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushType.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 19,
+ "value": "\"CALLS_APNS_REMOTE\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 414,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 813,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1186,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 17,
+ "value": "\"sdp_mline_index\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1712,
+ "length": 9,
+ "value": "\"sdp_mid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 17,
+ "value": "\"sdp_mline_index\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Candidate.swift",
+ "kind": "StringLiteral",
+ "offset": 1712,
+ "length": 9,
+ "value": "\"sdp_mid\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 458,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 499,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/DeleteEndpoint\/DeleteEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 401,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 427,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 466,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1242,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "StringLiteral",
+ "offset": 1270,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1282,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/PushPreference.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1314,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Dictionary+SendBirdCalls.swift",
+ "kind": "Dictionary",
+ "offset": 399,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Dictionary+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 1148,
+ "length": 3,
+ "value": "\",\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1087,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1102,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 2317,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2440,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 2657,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2879,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2915,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3239,
+ "length": 10,
+ "value": "\"ended_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3275,
+ "length": 12,
+ "value": "\"started_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3311,
+ "length": 10,
+ "value": "\"ended_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3347,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3388,
+ "length": 15,
+ "value": "\"end_result_ex\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3431,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3471,
+ "length": 11,
+ "value": "\"user_role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3510,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3554,
+ "length": 12,
+ "value": "\"call_relay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3239,
+ "length": 10,
+ "value": "\"ended_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3275,
+ "length": 12,
+ "value": "\"started_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3311,
+ "length": 10,
+ "value": "\"ended_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3347,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3388,
+ "length": 15,
+ "value": "\"end_result_ex\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3431,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3471,
+ "length": 11,
+ "value": "\"user_role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3510,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 3554,
+ "length": 12,
+ "value": "\"call_relay\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3744,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4492,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4574,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "Dictionary",
+ "offset": 4684,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 13,
+ "value": "\"SendBirdCalls.DirectCallLog\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5720,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5746,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5925,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5990,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLog.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6392,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/PartialMeshParticipantManager.swift",
+ "kind": "Dictionary",
+ "offset": 407,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/AcceptingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 444,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/AcceptingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 700,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 288,
+ "length": 15,
+ "value": "\"SendBirdCalls.EndEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 314,
+ "length": 14,
+ "value": "\"API_BASE_URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 4,
+ "value": "\"@@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 13,
+ "value": "\"WS_BASE_URL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/Configurations\/Configuration.swift",
+ "kind": "StringLiteral",
+ "offset": 572,
+ "length": 4,
+ "value": "\"@@\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 630,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 810,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1235,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1666,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 1848,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5840,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6257,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6632,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6714,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8009,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8141,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8508,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "Array",
+ "offset": 8781,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9128,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQuery.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 13,
+ "value": "\"SendBirdCalls.RoomListQuery\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 14,
+ "value": "\"direct_calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 815,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 815,
+ "length": 6,
+ "value": "\"keys\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 921,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1352,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsRequest.swift",
+ "kind": "Array",
+ "offset": 1526,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Candidate\/CandidateEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 302,
+ "length": 21,
+ "value": "\"SendBirdCalls.CandidateEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1204,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1290,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1549,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1696,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2289,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2882,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3080,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3106,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3467,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 3960,
+ "length": 3,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4819,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7646,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7800,
+ "length": 39,
+ "value": "\"\t\t\t identifier: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7836,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7876,
+ "length": 37,
+ "value": "\"\t\t\t timestamp: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7910,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7950,
+ "length": 27,
+ "value": "\"\t\t\t type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 7974,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8244,
+ "length": 30,
+ "value": "\"\t\t\t \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8260,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8270,
+ "length": 1,
+ "value": "\" \n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/Statisticable.swift",
+ "kind": "StringLiteral",
+ "offset": 8351,
+ "length": 4,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointReconnectingState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointReconnectingState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 417,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 672,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 689,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 697,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 773,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 798,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1152,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1050,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/UpdatePushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1152,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/UpdateEndpoint\/UpdateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 368,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptRequest.swift",
+ "kind": "Array",
+ "offset": 707,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/DeleteRoomCustomItemsEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 195,
+ "length": 33,
+ "value": "\"SendBirdCalls.DeleteRoomCustomItemsEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 11,
+ "value": "\"attach_to\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 561,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 644,
+ "length": 15,
+ "value": "\"audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 15,
+ "value": "\"video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 12,
+ "value": "\"audio_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 12,
+ "value": "\"video_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 811,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 15,
+ "value": "\"kick_siblings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 487,
+ "length": 11,
+ "value": "\"attach_to\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 4,
+ "value": "\"on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 561,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 644,
+ "length": 15,
+ "value": "\"audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 684,
+ "length": 15,
+ "value": "\"video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 12,
+ "value": "\"audio_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 12,
+ "value": "\"video_attr\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 811,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRequestable.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 15,
+ "value": "\"kick_siblings\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 2906,
+ "length": 19,
+ "value": "\"directCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 2983,
+ "length": 13,
+ "value": "\"roomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 3062,
+ "length": 19,
+ "value": "\"DirectCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 3180,
+ "length": 13,
+ "value": "\"RoomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4952,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 4993,
+ "length": 52,
+ "value": "\"WebSocket should not be closed as no call was made\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5126,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5188,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5240,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5281,
+ "length": 53,
+ "value": "\"Cannot disconnect websocket because of ongoing call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5478,
+ "length": 53,
+ "value": "\"Cannot disconnect websocket because of ongoing call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5667,
+ "length": 30,
+ "value": "\"Fail to disconnect websocket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 5845,
+ "length": 18,
+ "value": "\"has been invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5970,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6011,
+ "length": 52,
+ "value": "\"WebSocket should not be opened as no call was made\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6254,
+ "length": 27,
+ "value": "\"Fail to connect websocket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6394,
+ "length": 18,
+ "value": "\"has been invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6588,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6616,
+ "length": 9,
+ "value": "\"user ID\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 6661,
+ "length": 12,
+ "value": "\"accesToken\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8025,
+ "length": 137,
+ "value": "\"Did receive result of authentication with response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8115,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 8161,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 9441,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 9909,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 10030,
+ "length": 84,
+ "value": "\"Call Manager Force To End was completed with errors: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 10113,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11055,
+ "length": 55,
+ "value": "\"was called: Requested to change to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11101,
+ "length": 7,
+ "value": "\" seconds\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11137,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11360,
+ "length": 55,
+ "value": "\"was called: Requested to change to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 11406,
+ "length": 7,
+ "value": "\" seconds\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11450,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12224,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14238,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 14320,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 14915,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16273,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 16810,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17142,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17187,
+ "length": 59,
+ "value": "\"registry: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17209,
+ "length": 1,
+ "value": "\", payload: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17230,
+ "length": 1,
+ "value": "\", type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17245,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17313,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17390,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 17958,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18105,
+ "length": 31,
+ "value": "\"Received payload successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18169,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18182,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18768,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 18856,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 19395,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 19915,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20175,
+ "length": 39,
+ "value": "\"was called with userInfo: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20213,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20262,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20324,
+ "length": 64,
+ "value": "\"Provided Remote Notification does not belong to SendBirdCalls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20467,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20547,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20675,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20703,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20744,
+ "length": 15,
+ "value": "\"receiver_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20777,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20823,
+ "length": 6,
+ "value": "\"user\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20862,
+ "length": 8,
+ "value": "\"client\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 20935,
+ "length": 9,
+ "value": "\"sibling\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21057,
+ "length": 135,
+ "value": "\"Ignoring remote notification because client id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21124,
+ "length": 3,
+ "value": "\" and receiver type: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21159,
+ "length": 4,
+ "value": "\" does not belong to this client.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21373,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21494,
+ "length": 31,
+ "value": "\"Received payload successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21561,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21574,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21802,
+ "length": 39,
+ "value": "\"was called with userInfo: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 21840,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21889,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22115,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22177,
+ "length": 64,
+ "value": "\"Provided Remote Notification does not belong to SendBirdCalls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22448,
+ "length": 15,
+ "value": "\"sendbird_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 22528,
+ "length": 47,
+ "value": "\"Failed to parse payload with 'sendbird_call'.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25031,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25648,
+ "length": 124,
+ "value": "\"Did receive UpdateCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25725,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 25771,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27002,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27248,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27866,
+ "length": 124,
+ "value": "\"Did receive DeleteCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27943,
+ "length": 1,
+ "value": "\", error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 27989,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "Array",
+ "offset": 28721,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29151,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29681,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29783,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29852,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift",
+ "kind": "StringLiteral",
+ "offset": 31352,
+ "length": 27,
+ "value": "\"was called in the state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/FilteredProperty.swift",
+ "kind": "BooleanLiteral",
+ "offset": 763,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1187,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1389,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1634,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1929,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2267,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2435,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2931,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3076,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3185,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3249,
+ "length": 8,
+ "value": "\"exited\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3470,
+ "length": 9,
+ "value": "\"entered\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3516,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 3561,
+ "length": 8,
+ "value": "\"exited\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2931,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3076,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4316,
+ "length": 16,
+ "value": "\"participant_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 12,
+ "value": "\"entered_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4433,
+ "length": 11,
+ "value": "\"exited_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4469,
+ "length": 10,
+ "value": "\"duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4504,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4578,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4316,
+ "length": 16,
+ "value": "\"participant_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 12,
+ "value": "\"entered_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4396,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4433,
+ "length": 11,
+ "value": "\"exited_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4469,
+ "length": 10,
+ "value": "\"duration\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4504,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4578,
+ "length": 13,
+ "value": "\"is_audio_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 13,
+ "value": "\"is_video_on\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4772,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4801,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6676,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6760,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8386,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Participant\/Participant.swift",
+ "kind": "StringLiteral",
+ "offset": 348,
+ "length": 11,
+ "value": "\"SendBirdCalls.Participant\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "BooleanLiteral",
+ "offset": 358,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 715,
+ "length": 11,
+ "value": "\"turn_urls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 751,
+ "length": 10,
+ "value": "\"username\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "\"password\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 18,
+ "value": "\"transport_policy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 715,
+ "length": 11,
+ "value": "\"turn_urls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 751,
+ "length": 10,
+ "value": "\"username\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "\"password\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/TurnCredential.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 18,
+ "value": "\"transport_policy\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1283,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1291,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1429,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1592,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1600,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1762,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1803,
+ "length": 24,
+ "value": "\"Did receive offer with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 1838,
+ "length": 5,
+ "value": "\"sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2002,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2010,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2142,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2150,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2276,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2284,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2416,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2424,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2567,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2696,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2704,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2831,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionState.swift",
+ "kind": "StringLiteral",
+ "offset": 2839,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointDisconnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 25,
+ "value": "\"SendBirdCalls.EndpointDisconnectedState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 405,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/OtherDeviceAccepted\/OtherDeviceAcceptedEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 771,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2285,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "Dictionary",
+ "offset": 2408,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2615,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2810,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 4208,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4847,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5244,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 7645,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 8826,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9081,
+ "length": 172,
+ "value": "\" Did receive GetCustomItems response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9175,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 9237,
+ "length": 1448,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10341,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10695,
+ "length": 174,
+ "value": "\" Did receive UpdateCustomItem response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10791,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 10853,
+ "length": 2404,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 12678,
+ "length": 23,
+ "value": "\"will execute in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12757,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13267,
+ "length": 175,
+ "value": "\" Did receive DeleteCustomItems response: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13364,
+ "length": 1,
+ "value": "\",\n error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 13426,
+ "length": 17206,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 4,
+ "value": "\"SendBirdCalls.Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17341,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17376,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17405,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17766,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17801,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 17830,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18034,
+ "length": 65,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18069,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18098,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18516,
+ "length": 84,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18551,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18580,
+ "length": 1,
+ "value": "\", status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18599,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18941,
+ "length": 84,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 18976,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19005,
+ "length": 1,
+ "value": "\", status: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19024,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19357,
+ "length": 38,
+ "value": "\"will execute in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19394,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19822,
+ "length": 38,
+ "value": "\"will execute in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 19859,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20292,
+ "length": 103,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20327,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20376,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20394,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20772,
+ "length": 23,
+ "value": "\"room has been deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 20957,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21132,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21234,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 21272,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 21947,
+ "length": 56,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 21982,
+ "length": 1,
+ "value": "\", otherRoom: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 22002,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23630,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 23704,
+ "length": 36,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 23739,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 26331,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26904,
+ "length": 69,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26939,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 26972,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27394,
+ "length": 69,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27429,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 27462,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 28655,
+ "length": 21,
+ "value": "\"was called in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 28719,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be invoked\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28786,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29018,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29350,
+ "length": 41,
+ "value": "\"[Alive] sent alive request successfully\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29442,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29559,
+ "length": 75,
+ "value": "\"[Alive] failed to request alive with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 29632,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29686,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29785,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30184,
+ "length": 66,
+ "value": "\"was called in room: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30219,
+ "length": 1,
+ "value": "\" (state: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30248,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30280,
+ "length": 37,
+ "value": "\"[Alive] Alive timer will be stopped\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Room.swift",
+ "kind": "StringLiteral",
+ "offset": 30511,
+ "length": 21,
+ "value": "\"was called in room:\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "kind": "StringLiteral",
+ "offset": 238,
+ "length": 14,
+ "value": "\"turn_changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Model\/Capability.swift",
+ "kind": "StringLiteral",
+ "offset": 238,
+ "length": 14,
+ "value": "\"turn_changed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 597,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 775,
+ "length": 40,
+ "value": "\"com.sendbird.sdk.common.task.operation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 31,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 944,
+ "length": 1,
+ "value": "\".queue.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 964,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1138,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1148,
+ "length": 1,
+ "value": "\".dictionary.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "StringLiteral",
+ "offset": 1173,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1586,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/OperationQueue.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1655,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "Array",
+ "offset": 582,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 619,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallInfo.swift",
+ "kind": "BooleanLiteral",
+ "offset": 864,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1146,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1039,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1146,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1522,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1702,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "Array",
+ "offset": 3585,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3671,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4026,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "Array",
+ "offset": 5627,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6899,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6918,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6985,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7002,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6841,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Query\/DirectCallLogListQuery.swift",
+ "kind": "StringLiteral",
+ "offset": 515,
+ "length": 22,
+ "value": "\"SendBirdCalls.DirectCallLogListQuery\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Snapshot.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2218,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Snapshot.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2796,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+NewValuable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 282,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Decline\/DeclineResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 15,
+ "value": "\"SendBirdCalls.DeclineResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 841,
+ "length": 63,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 903,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 74,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1128,
+ "length": 8,
+ "value": "\" existing participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1168,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1366,
+ "length": 34,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1399,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1533,
+ "length": 67,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1566,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1599,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1787,
+ "length": 63,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1820,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 1997,
+ "length": 67,
+ "value": "\"was called in collection \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 2030,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantCollection.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Timeout\/TimeoutEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 303,
+ "length": 19,
+ "value": "\"SendBirdCalls.TimeoutEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 975,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1044,
+ "length": 5,
+ "value": "\"cmd\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1065,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1338,
+ "length": 11,
+ "value": "\"call_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1927,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 2701,
+ "length": 9,
+ "value": "\"command\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Test\/AddIceCandidateEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 190,
+ "length": 27,
+ "value": "\"SendBirdCalls.AddIceCandidateEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1003,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1032,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1059,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1367,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1389,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Params\/RoomEnterParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1409,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantVideoSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 198,
+ "length": 35,
+ "value": "\"SendBirdCalls.ParticipantVideoSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "Dictionary",
+ "offset": 506,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "Array",
+ "offset": 709,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 784,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 811,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 839,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 936,
+ "length": 99,
+ "value": "\"FullMeshParticipantManager roomId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 1,
+ "value": "\", localParticipantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1034,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1451,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1506,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1589,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1741,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1796,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2773,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3019,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3074,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3103,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3237,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3292,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3321,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3915,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3970,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3999,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4090,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4251,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4306,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6106,
+ "length": 129,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6161,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6182,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6201,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/FullMeshParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6234,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 463,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 480,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 743,
+ "length": 9,
+ "value": "\"decline\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/DeclineInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 18,
+ "value": "\"peer_stream_lost\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 383,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 722,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 777,
+ "length": 11,
+ "value": "\"endpoints\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/ConnectedEndpoint\/ConnectedEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 802,
+ "length": 11,
+ "value": "\"connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointEstablishedState.swift",
+ "kind": "StringLiteral",
+ "offset": 201,
+ "length": 24,
+ "value": "\"SendBirdCalls.EndpointEstablishedState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 726,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Array",
+ "offset": 1814,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Dictionary",
+ "offset": 2232,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "Array",
+ "offset": 2266,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 16,
+ "value": "\"SendBirdCalls.DialEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Equatable.swift",
+ "kind": "BooleanLiteral",
+ "offset": 611,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "Array",
+ "offset": 1086,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1598,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2446,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2820,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3529,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3575,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3747,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3923,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4008,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatisticValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/End\/EndResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 11,
+ "value": "\"SendBirdCalls.EndResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1592,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2068,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2212,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2711,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventReceiver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2771,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Leave\/ExitRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Leave\/ExitRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 348,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 4,
+ "value": "\"2G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 4,
+ "value": "\"3G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 4,
+ "value": "\"4G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 9,
+ "value": "\"Unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 301,
+ "length": 4,
+ "value": "\"2G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 4,
+ "value": "\"3G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 4,
+ "value": "\"4G\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/CTTelephonyNetworkInfo+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 9,
+ "value": "\"Unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/VideoSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 24,
+ "value": "\"SendBirdCalls.VideoSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4550,
+ "length": 7,
+ "value": "\"codec\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4592,
+ "length": 16,
+ "value": "\"candidate-pair\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 18,
+ "value": "\"remote-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4696,
+ "length": 17,
+ "value": "\"local-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4748,
+ "length": 11,
+ "value": "\"transport\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4794,
+ "length": 14,
+ "value": "\"media-source\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4843,
+ "length": 7,
+ "value": "\"track\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4894,
+ "length": 20,
+ "value": "\"remote-inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 13,
+ "value": "\"inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4997,
+ "length": 14,
+ "value": "\"outbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4550,
+ "length": 7,
+ "value": "\"codec\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4592,
+ "length": 16,
+ "value": "\"candidate-pair\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 18,
+ "value": "\"remote-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4696,
+ "length": 17,
+ "value": "\"local-candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4748,
+ "length": 11,
+ "value": "\"transport\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4794,
+ "length": 14,
+ "value": "\"media-source\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4843,
+ "length": 7,
+ "value": "\"track\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4894,
+ "length": 20,
+ "value": "\"remote-inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 13,
+ "value": "\"inbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/PacketInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 4997,
+ "length": 14,
+ "value": "\"outbound-rtp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 692,
+ "length": 45,
+ "value": "\"[CodableUserDefault] decode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 736,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 1170,
+ "length": 45,
+ "value": "\"[CodableUserDefault] encode error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/CodableUserDefault.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "Array",
+ "offset": 360,
+ "length": 9,
+ "value": "[\"rooms\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1568,
+ "length": 6,
+ "value": "\"prev\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1604,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1632,
+ "length": 7,
+ "value": "\"state\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 10,
+ "value": "\"room_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 31,
+ "value": "\"current_participant_range_gte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1764,
+ "length": 31,
+ "value": "\"current_participant_range_lte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1828,
+ "length": 21,
+ "value": "\"created_by_user_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 23,
+ "value": "\"created_at_start_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 21,
+ "value": "\"created_at_end_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1568,
+ "length": 6,
+ "value": "\"prev\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1604,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1632,
+ "length": 7,
+ "value": "\"state\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 10,
+ "value": "\"room_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1703,
+ "length": 31,
+ "value": "\"current_participant_range_gte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1764,
+ "length": 31,
+ "value": "\"current_participant_range_lte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1828,
+ "length": 21,
+ "value": "\"created_by_user_ids\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1893,
+ "length": 23,
+ "value": "\"created_at_start_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Query\/RoomListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1949,
+ "length": 21,
+ "value": "\"created_at_end_date\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SendBirdVideoSink.swift",
+ "kind": "Dictionary",
+ "offset": 368,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Create\/CreateRoomRequest.swift",
+ "kind": "Array",
+ "offset": 328,
+ "length": 9,
+ "value": "[\"rooms\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 446,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Audio\/RoomAudioSettingRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 589,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 589,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 631,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/DeleteCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 947,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1139,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1190,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1277,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1282,
+ "length": 5,
+ "value": "0.035"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 8,
+ "value": "0.000007"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1329,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1336,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1371,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1403,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1626,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 1669,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1846,
+ "length": 101,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1856,
+ "length": 1,
+ "value": "\" (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1884,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 1945,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 106,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2014,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2018,
+ "length": 7,
+ "value": "\" Maximum (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2054,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2080,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2115,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2181,
+ "length": 106,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2184,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2188,
+ "length": 7,
+ "value": "\" Minimum (latency: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2224,
+ "length": 1,
+ "value": "\", jitter: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2250,
+ "length": 1,
+ "value": "\", packetsLost: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2285,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2342,
+ "length": 21,
+ "value": "\"'Invalid \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "StringLiteral",
+ "offset": 2361,
+ "length": 2,
+ "value": "\"'\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2893,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 2900,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3027,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 3,
+ "value": "160"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3253,
+ "length": 4,
+ "value": "93.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3271,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3316,
+ "length": 4,
+ "value": "93.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3334,
+ "length": 5,
+ "value": "120.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3343,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/Statistics\/MOSValue.swift",
+ "kind": "FloatLiteral",
+ "offset": 3478,
+ "length": 3,
+ "value": "2.5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 186,
+ "length": 22,
+ "value": "\"SendBirdCalls.DeleteRoomEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 261,
+ "length": 24,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 313,
+ "length": 66,
+ "value": "\"local audio track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 66,
+ "value": "\"local video track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 471,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 68,
+ "value": "\"remote video track: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 568,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 53,
+ "value": "\"local media constraints: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 650,
+ "length": 1,
+ "value": "\"\n\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 682,
+ "length": 61,
+ "value": "\"peer connection: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 742,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 28,
+ "value": "\"RTCPeerConnectionState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 980,
+ "length": 35,
+ "value": "\"RTCPeerConnectionState.connecting\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1060,
+ "length": 34,
+ "value": "\"RTCPeerConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 37,
+ "value": "\"RTCPeerConnectionState.disconnected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1221,
+ "length": 31,
+ "value": "\"RTCPeerConnectionState.failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1294,
+ "length": 31,
+ "value": "\"RTCPeerConnectionState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1371,
+ "length": 32,
+ "value": "\"RTCPeerConnectionState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1547,
+ "length": 27,
+ "value": "\"RTCIceConnectionState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1618,
+ "length": 32,
+ "value": "\"RTCIceConnectionState.checking\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1695,
+ "length": 33,
+ "value": "\"RTCIceConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1773,
+ "length": 33,
+ "value": "\"RTCIceConnectionState.connected\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1848,
+ "length": 30,
+ "value": "\"RTCIceConnectionState.failed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 1926,
+ "length": 35,
+ "value": "\"RTCIceConnectionState.disconnecte\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 30,
+ "value": "\"RTCIceConnectionState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2074,
+ "length": 29,
+ "value": "\"RTCIceConnectionState.count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2149,
+ "length": 31,
+ "value": "\"RTCIceConnectionState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2336,
+ "length": 26,
+ "value": "\"RTCSignalingState.stable\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2412,
+ "length": 34,
+ "value": "\"RTCSignalingState.haveLocalOffer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2499,
+ "length": 37,
+ "value": "\"RTCSignalingState.haveLocalPrAnswer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2587,
+ "length": 35,
+ "value": "\"RTCSignalingState.haveRemoteOffer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2676,
+ "length": 38,
+ "value": "\"RTCSignalingState.haveRemotePrAnswer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 26,
+ "value": "\"RTCSignalingState.closed\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 27,
+ "value": "\"RTCSignalingState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 2997,
+ "length": 26,
+ "value": "\"RTCIceGatheringState.new\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3068,
+ "length": 32,
+ "value": "\"RTCIceGatheringState.gathering\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3144,
+ "length": 31,
+ "value": "\"RTCIceGatheringState.complete\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTC+Description.swift",
+ "kind": "StringLiteral",
+ "offset": 3221,
+ "length": 30,
+ "value": "\"RTCIceGatheringState.unknown\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Offer\/OfferEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 306,
+ "length": 17,
+ "value": "\"SendBirdCalls.OfferEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 12,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 900,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 949,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 973,
+ "length": 3,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 6,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1010,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1466,
+ "length": 9,
+ "value": "\"verbose\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1511,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1554,
+ "length": 6,
+ "value": "\"info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1596,
+ "length": 9,
+ "value": "\"warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1946,
+ "length": 9,
+ "value": "\"verbose\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 1990,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2030,
+ "length": 6,
+ "value": "\"info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2068,
+ "length": 9,
+ "value": "\"warning\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2112,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1230,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1269,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1297,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4596,
+ "length": 11,
+ "value": "\"APIClient\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4655,
+ "length": 8,
+ "value": "\"Socket\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4711,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4771,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4825,
+ "length": 10,
+ "value": "\"Endpoint\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4883,
+ "length": 18,
+ "value": "\"SendBirdCallMain\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 4949,
+ "length": 8,
+ "value": "\"WebRTC\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5005,
+ "length": 19,
+ "value": "\"DirectCallManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5072,
+ "length": 13,
+ "value": "\"RoomManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5133,
+ "length": 20,
+ "value": "\"ParticipantManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 11,
+ "value": "\"Statistic\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5260,
+ "length": 17,
+ "value": "\"SequenceManager\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5325,
+ "length": 9,
+ "value": "\"PushKit\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5382,
+ "length": 12,
+ "value": "\"RemotePush\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5442,
+ "length": 7,
+ "value": "\"Video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5497,
+ "length": 11,
+ "value": "\"Recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5711,
+ "length": 12,
+ "value": "\"[\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 5721,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5816,
+ "length": 3,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5821,
+ "length": 6,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5829,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5841,
+ "length": 4,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5847,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5857,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5863,
+ "length": 6,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5871,
+ "length": 17,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5890,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5903,
+ "length": 18,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5923,
+ "length": 9,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5934,
+ "length": 8,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5944,
+ "length": 7,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5953,
+ "length": 10,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5965,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5972,
+ "length": 9,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5983,
+ "length": 4,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6073,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 6359,
+ "length": 27,
+ "value": "\"yyyy.MM.dd HH:mm:ss.SSS Z\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7453,
+ "length": 18,
+ "value": "\"[File: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7469,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7519,
+ "length": 18,
+ "value": "\"[Line: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7535,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7585,
+ "length": 20,
+ "value": "\"[Column: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7603,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7653,
+ "length": 22,
+ "value": "\"[Fuctnion: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7673,
+ "length": 1,
+ "value": "\"]\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7793,
+ "length": 14,
+ "value": "\"SendBirdCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7844,
+ "length": 22,
+ "value": "\"SendBirdCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7893,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7926,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7967,
+ "length": 20,
+ "value": "\"DirectCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7793,
+ "length": 14,
+ "value": "\"SendBirdCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7844,
+ "length": 22,
+ "value": "\"SendBirdCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7893,
+ "length": 12,
+ "value": "\"DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7926,
+ "length": 6,
+ "value": "\"Room\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 7967,
+ "length": 20,
+ "value": "\"DirectCallDelegate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8769,
+ "length": 39,
+ "value": "\"[Invoked] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8795,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8807,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8872,
+ "length": 39,
+ "value": "\"[Success] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8898,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8910,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 8975,
+ "length": 39,
+ "value": "\"[Failure] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9001,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9013,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9078,
+ "length": 49,
+ "value": "\"[Token] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9102,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9126,
+ "length": 1,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9191,
+ "length": 49,
+ "value": "\"[Event] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9215,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9239,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9304,
+ "length": 20,
+ "value": "\"[Status] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9323,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9388,
+ "length": 127,
+ "value": "\"[Platform] SDK Version: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9439,
+ "length": 1,
+ "value": "\", Device: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9479,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9513,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 9832,
+ "length": 62,
+ "value": "\"============================================================\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10060,
+ "length": 65,
+ "value": "\"[code: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10094,
+ "length": 1,
+ "value": "\"] \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 10124,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11188,
+ "length": 39,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11197,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11220,
+ "length": 5,
+ "value": "\"nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11226,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11341,
+ "length": 39,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11350,
+ "length": 1,
+ "value": "\": \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11373,
+ "length": 5,
+ "value": "\"nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11379,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11409,
+ "length": 21,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "kind": "StringLiteral",
+ "offset": 11418,
+ "length": 1,
+ "value": "\": \"*****\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ClosingState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 343,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CalleeState\/RingingState.swift",
+ "kind": "StringLiteral",
+ "offset": 900,
+ "length": 26,
+ "value": "\"[dial] Ring is timed out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Answer\/AnswerEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 310,
+ "length": 18,
+ "value": "\"SendBirdCalls.AnswerEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallTimer.swift",
+ "kind": "StringLiteral",
+ "offset": 159,
+ "length": 15,
+ "value": "\"SendBirdCalls.DirectCallTimer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 440,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "Array",
+ "offset": 613,
+ "length": 24,
+ "value": "[\"sdk\", \"push_delivery\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 675,
+ "length": 26,
+ "value": "\"sbcall-short-lived-token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 883,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 883,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1469,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1514,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 10,
+ "value": "\"vier_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1637,
+ "length": 10,
+ "value": "\"vier_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1469,
+ "length": 18,
+ "value": "\"push_tracking_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1514,
+ "length": 13,
+ "value": "\"session_key\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 18,
+ "value": "\"is_audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 18,
+ "value": "\"is_video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 18,
+ "value": "\"is_audio_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 18,
+ "value": "\"is_video_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 11,
+ "value": "\"recording\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 180,
+ "length": 18,
+ "value": "\"SendBirdCalls.DirectCallSnapshot\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1790,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1745,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 1790,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2603,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "kind": "StringLiteral",
+ "offset": 2603,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 510,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 640,
+ "length": 12,
+ "value": "\"created_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 22,
+ "value": "\"current_participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 11,
+ "value": "\"room_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 12,
+ "value": "\"deleted_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 510,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 545,
+ "length": 12,
+ "value": "\"created_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 12,
+ "value": "\"updated_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 640,
+ "length": 12,
+ "value": "\"created_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 22,
+ "value": "\"current_participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 731,
+ "length": 11,
+ "value": "\"room_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 12,
+ "value": "\"deleted_by\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "Array",
+ "offset": 1444,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "kind": "Dictionary",
+ "offset": 1617,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/EventRetrievingCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "Array",
+ "offset": 1097,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "Array",
+ "offset": 1355,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 18,
+ "value": "\"SendBirdCalls.AcceptEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 349,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 996,
+ "length": 19,
+ "value": "\"YYYYMMdd'T'HHmmss\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 84,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1093,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1108,
+ "length": 1,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1214,
+ "length": 17,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "StringLiteral",
+ "offset": 1226,
+ "length": 1,
+ "value": "\".mp4\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1861,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1924,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2076,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 22,
+ "value": "\"SendBirdCalls.ConnectionLostResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "BooleanLiteral",
+ "offset": 614,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "FloatLiteral",
+ "offset": 874,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 895,
+ "length": 3,
+ "value": "720"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 908,
+ "length": 4,
+ "value": "1280"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 4,
+ "value": "1280"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Recording.swift",
+ "kind": "IntegerLiteral",
+ "offset": 944,
+ "length": 3,
+ "value": "720"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5745,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5805,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 5918,
+ "length": 12,
+ "value": "\"H:|[view]|\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "Array",
+ "offset": 5957,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 6015,
+ "length": 6,
+ "value": "\"view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 6160,
+ "length": 12,
+ "value": "\"V:|[view]|\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "Array",
+ "offset": 6199,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 6257,
+ "length": 6,
+ "value": "\"view\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6365,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6519,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 4302,
+ "length": 17,
+ "value": "\"SendBirdCalls.SendBirdVideoView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 4302,
+ "length": 17,
+ "value": "\"SendBirdCalls.SendBirdVideoView\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6680,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6865,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6880,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 7279,
+ "length": 9,
+ "value": "\"handler\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7559,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 7575,
+ "length": 9,
+ "value": "\"handler\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8400,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "StringLiteral",
+ "offset": 8513,
+ "length": 49,
+ "value": "\"failed screen capture: failed convert to image.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 8954,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 290,
+ "length": 14,
+ "value": "\"SendBirdCalls.AcceptResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialRequest.swift",
+ "kind": "Array",
+ "offset": 938,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 484,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 226,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 253,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 652,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "BooleanLiteral",
+ "offset": 672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 34,
+ "value": "\"audio: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 842,
+ "length": 1,
+ "value": "\", video: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionIceRestartAnsweringState.swift",
+ "kind": "StringLiteral",
+ "offset": 197,
+ "length": 38,
+ "value": "\"SendBirdCalls.PeerConnectionIceRestartAnsweringState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/AudioSettingEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 313,
+ "length": 24,
+ "value": "\"SendBirdCalls.AudioSettingEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 478,
+ "length": 12,
+ "value": "\"invitation\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 8,
+ "value": "\"accept\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 845,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 845,
+ "length": 12,
+ "value": "\"inviter_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Alive\/AliveResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 176,
+ "length": 13,
+ "value": "\"SendBirdCalls.AliveResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1798,
+ "length": 54,
+ "value": "\"StatsLogRequest error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+StatsLogDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1851,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClientFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 816,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 503,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 539,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 409,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 541,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 549,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 756,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 823,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 867,
+ "length": 113,
+ "value": "\"Failed to attach with unconnected endpoint in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 946,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 979,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1025,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1189,
+ "length": 9,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1197,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1392,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1420,
+ "length": 11,
+ "value": "\"candidate\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 14,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1455,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1617,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1645,
+ "length": 12,
+ "value": "\"candidates\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 15,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1682,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1844,
+ "length": 17,
+ "value": "\"was called with\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1872,
+ "length": 11,
+ "value": "\"local sdp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1894,
+ "length": 8,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 1901,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2036,
+ "length": 31,
+ "value": "\"was called with data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2066,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2198,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2351,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2500,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2641,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2810,
+ "length": 39,
+ "value": "\"was called with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 2848,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 3097,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointState.swift",
+ "kind": "StringLiteral",
+ "offset": 3424,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1530,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1562,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2158,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2274,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Connected\/ConnectedRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2303,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2183,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2202,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 394,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 432,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 361,
+ "length": 9,
+ "value": "\"room_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 394,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 432,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
+ "length": 13,
+ "value": "\"affected_at\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/CallerState\/DialingState.swift",
+ "kind": "StringLiteral",
+ "offset": 849,
+ "length": 18,
+ "value": "\"[dial] timed out\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Range.swift",
+ "kind": "IntegerLiteral",
+ "offset": 617,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Range.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1477,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "Array",
+ "offset": 392,
+ "length": 15,
+ "value": "[\"sdk\", \"logs\"]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 467,
+ "length": 28,
+ "value": "\"sdk_webrtc_statistics_v1.1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 559,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1487,
+ "length": 11,
+ "value": "\"log_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1522,
+ "length": 10,
+ "value": "\"log_data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 18,
+ "value": "\"device_timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1698,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1736,
+ "length": 11,
+ "value": "\"caller_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1776,
+ "length": 11,
+ "value": "\"callee_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1812,
+ "length": 6,
+ "value": "\"role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 14,
+ "value": "\"network_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1951,
+ "length": 23,
+ "value": "\"network_operator_name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2039,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2072,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 16,
+ "value": "\"transport_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2218,
+ "length": 15,
+ "value": "\"measure_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2273,
+ "length": 18,
+ "value": "\"measure_interval\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2218,
+ "length": 15,
+ "value": "\"measure_count\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2273,
+ "length": 18,
+ "value": "\"measure_interval\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 18,
+ "value": "\"device_timestamp\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1663,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1698,
+ "length": 9,
+ "value": "\"call_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1736,
+ "length": 11,
+ "value": "\"caller_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1776,
+ "length": 11,
+ "value": "\"callee_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1812,
+ "length": 6,
+ "value": "\"role\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 15,
+ "value": "\"is_video_call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 14,
+ "value": "\"network_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1951,
+ "length": 23,
+ "value": "\"network_operator_name\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2003,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2039,
+ "length": 7,
+ "value": "\"audio\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2072,
+ "length": 7,
+ "value": "\"video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 16,
+ "value": "\"transport_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1487,
+ "length": 11,
+ "value": "\"log_group\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1522,
+ "length": 10,
+ "value": "\"log_data\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3598,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3712,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ReconnectingState.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 17,
+ "value": "\"SendBirdCalls.ReconnectingState\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 188,
+ "length": 33,
+ "value": "\"SendBirdCalls.UpdateRoomCustomItemsEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 527,
+ "length": 8,
+ "value": "\"direct\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 840,
+ "length": 7,
+ "value": "\"calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"end_result\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 442,
+ "length": 13,
+ "value": "\"call_signal\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 442,
+ "length": 13,
+ "value": "\"call_signal\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 991,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1303,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1856,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 10,
+ "value": "\"nickname\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 13,
+ "value": "\"profile_url\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2049,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2084,
+ "length": 11,
+ "value": "\"is_active\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1940,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 10,
+ "value": "\"nickname\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2011,
+ "length": 13,
+ "value": "\"profile_url\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2049,
+ "length": 10,
+ "value": "\"metadata\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 2084,
+ "length": 11,
+ "value": "\"is_active\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "StringLiteral",
+ "offset": 240,
+ "length": 4,
+ "value": "\"SendBirdCalls.User\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 485,
+ "length": 14,
+ "value": "\"direct_calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 514,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 909,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 874,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 909,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 252,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 536,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 461,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"request_id\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 536,
+ "length": 17,
+ "value": "\"sequence_number\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 582,
+ "length": 15,
+ "value": "\"delivery_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/NoAnswer\/NoAnswerEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 299,
+ "length": 20,
+ "value": "\"SendBirdCalls.NoAnswerEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1913,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1917,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1948,
+ "length": 3,
+ "value": "2.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1954,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1985,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 1991,
+ "length": 3,
+ "value": "3.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2025,
+ "length": 3,
+ "value": "3.6"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2031,
+ "length": 3,
+ "value": "4.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2062,
+ "length": 3,
+ "value": "4.2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2068,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "FloatLiteral",
+ "offset": 2891,
+ "length": 3,
+ "value": "3.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3616,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3912,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3940,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4251,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4348,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4426,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 7,
+ "value": "1800100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 719,
+ "length": 7,
+ "value": "1800101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 7,
+ "value": "1800200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 922,
+ "length": 7,
+ "value": "1800201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 7,
+ "value": "1800202"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 7,
+ "value": "1800203"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1267,
+ "length": 7,
+ "value": "1800204"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 7,
+ "value": "1800205"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 7,
+ "value": "1800206"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1611,
+ "length": 7,
+ "value": "1800207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1708,
+ "length": 7,
+ "value": "1800208"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1814,
+ "length": 7,
+ "value": "1800300"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1911,
+ "length": 7,
+ "value": "1800301"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2008,
+ "length": 7,
+ "value": "1800302"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2105,
+ "length": 7,
+ "value": "1800303"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2211,
+ "length": 7,
+ "value": "1800403"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2308,
+ "length": 7,
+ "value": "1800404"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 7,
+ "value": "1800405"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2511,
+ "length": 7,
+ "value": "1800600"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 7,
+ "value": "1800601"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2705,
+ "length": 7,
+ "value": "1800602"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2802,
+ "length": 7,
+ "value": "1800603"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 7,
+ "value": "1800610"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3005,
+ "length": 7,
+ "value": "1800611"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3102,
+ "length": 7,
+ "value": "1800612"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 7,
+ "value": "1800614"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 7,
+ "value": "1800615"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3393,
+ "length": 7,
+ "value": "1800620"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 7,
+ "value": "1800621"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 7,
+ "value": "1800622"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3684,
+ "length": 7,
+ "value": "1800623"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3781,
+ "length": 7,
+ "value": "1800632"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3887,
+ "length": 7,
+ "value": "1800700"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3984,
+ "length": 7,
+ "value": "1800701"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4081,
+ "length": 7,
+ "value": "1800702"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 7,
+ "value": "1800706"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4276,
+ "length": 7,
+ "value": "1800707"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4382,
+ "length": 7,
+ "value": "1800801"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4479,
+ "length": 7,
+ "value": "1800802"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4576,
+ "length": 7,
+ "value": "1800803"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 6,
+ "value": "400100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4826,
+ "length": 6,
+ "value": "400111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 6,
+ "value": "400200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 6,
+ "value": "400201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5114,
+ "length": 6,
+ "value": "400800"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5210,
+ "length": 6,
+ "value": "401120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5306,
+ "length": 6,
+ "value": "401121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 7,
+ "value": "1400999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5499,
+ "length": 7,
+ "value": "1400101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5596,
+ "length": 7,
+ "value": "1400102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 7,
+ "value": "1400103"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5790,
+ "length": 7,
+ "value": "1400104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5887,
+ "length": 7,
+ "value": "1400105"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5984,
+ "length": 7,
+ "value": "1400106"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6081,
+ "length": 7,
+ "value": "1400120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 7,
+ "value": "1400121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6275,
+ "length": 7,
+ "value": "1400122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 7,
+ "value": "1400123"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 7,
+ "value": "1400124"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6566,
+ "length": 7,
+ "value": "1400126"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6663,
+ "length": 6,
+ "value": "500999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 622,
+ "length": 7,
+ "value": "1800100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 719,
+ "length": 7,
+ "value": "1800101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 7,
+ "value": "1800200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 922,
+ "length": 7,
+ "value": "1800201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 7,
+ "value": "1800202"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1116,
+ "length": 7,
+ "value": "1800203"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1267,
+ "length": 7,
+ "value": "1800204"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 7,
+ "value": "1800205"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1514,
+ "length": 7,
+ "value": "1800206"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1611,
+ "length": 7,
+ "value": "1800207"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1708,
+ "length": 7,
+ "value": "1800208"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1814,
+ "length": 7,
+ "value": "1800300"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1911,
+ "length": 7,
+ "value": "1800301"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2008,
+ "length": 7,
+ "value": "1800302"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2105,
+ "length": 7,
+ "value": "1800303"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2211,
+ "length": 7,
+ "value": "1800403"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2308,
+ "length": 7,
+ "value": "1800404"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2405,
+ "length": 7,
+ "value": "1800405"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2511,
+ "length": 7,
+ "value": "1800600"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2608,
+ "length": 7,
+ "value": "1800601"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2705,
+ "length": 7,
+ "value": "1800602"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2802,
+ "length": 7,
+ "value": "1800603"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 7,
+ "value": "1800610"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3005,
+ "length": 7,
+ "value": "1800611"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3102,
+ "length": 7,
+ "value": "1800612"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3199,
+ "length": 7,
+ "value": "1800614"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3296,
+ "length": 7,
+ "value": "1800615"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3393,
+ "length": 7,
+ "value": "1800620"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3490,
+ "length": 7,
+ "value": "1800621"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3587,
+ "length": 7,
+ "value": "1800622"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3684,
+ "length": 7,
+ "value": "1800623"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3781,
+ "length": 7,
+ "value": "1800632"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3887,
+ "length": 7,
+ "value": "1800700"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3984,
+ "length": 7,
+ "value": "1800701"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4081,
+ "length": 7,
+ "value": "1800702"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4178,
+ "length": 7,
+ "value": "1800706"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4276,
+ "length": 7,
+ "value": "1800707"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4382,
+ "length": 7,
+ "value": "1800801"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4479,
+ "length": 7,
+ "value": "1800802"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4576,
+ "length": 7,
+ "value": "1800803"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 6,
+ "value": "400100"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4826,
+ "length": 6,
+ "value": "400111"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4922,
+ "length": 6,
+ "value": "400200"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5018,
+ "length": 6,
+ "value": "400201"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5114,
+ "length": 6,
+ "value": "400800"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5210,
+ "length": 6,
+ "value": "401120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5306,
+ "length": 6,
+ "value": "401121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5402,
+ "length": 7,
+ "value": "1400999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5499,
+ "length": 7,
+ "value": "1400101"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5596,
+ "length": 7,
+ "value": "1400102"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5693,
+ "length": 7,
+ "value": "1400103"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5790,
+ "length": 7,
+ "value": "1400104"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5887,
+ "length": 7,
+ "value": "1400105"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5984,
+ "length": 7,
+ "value": "1400106"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6081,
+ "length": 7,
+ "value": "1400120"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6178,
+ "length": 7,
+ "value": "1400121"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6275,
+ "length": 7,
+ "value": "1400122"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6372,
+ "length": 7,
+ "value": "1400123"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6469,
+ "length": 7,
+ "value": "1400124"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6566,
+ "length": 7,
+ "value": "1400126"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6663,
+ "length": 6,
+ "value": "500999"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7486,
+ "length": 7,
+ "value": "1800001"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7541,
+ "length": 7,
+ "value": "1800002"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 7678,
+ "length": 52,
+ "value": "\"The timer was already aborted. Duplicated execute.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 7778,
+ "length": 58,
+ "value": "\"The timer was already expired. Too late to be completed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 7,
+ "value": "\"appId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10633,
+ "length": 12,
+ "value": "\"Push Token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10673,
+ "length": 8,
+ "value": "\"userId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10709,
+ "length": 8,
+ "value": "\"callId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10745,
+ "length": 13,
+ "value": "\"URL Request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10786,
+ "length": 12,
+ "value": "\"Video Call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10826,
+ "length": 14,
+ "value": "\"Custom Items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 7,
+ "value": "\"appId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10633,
+ "length": 12,
+ "value": "\"Push Token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10673,
+ "length": 8,
+ "value": "\"userId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10709,
+ "length": 8,
+ "value": "\"callId\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10745,
+ "length": 13,
+ "value": "\"URL Request\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10786,
+ "length": 12,
+ "value": "\"Video Call\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10826,
+ "length": 14,
+ "value": "\"Custom Items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 10951,
+ "length": 20,
+ "value": "\"com.sendbird.calls\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15407,
+ "length": 44,
+ "value": "\"Call canceled before receiving a callback.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15531,
+ "length": 41,
+ "value": "\"The caller can't dial their own number.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15665,
+ "length": 72,
+ "value": "\"The participant is not in the room and the request can't be processed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15817,
+ "length": 42,
+ "value": "\"The client has already entered the room.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 15939,
+ "length": 94,
+ "value": "\"The participant is trying to enter the room while the previous request is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16113,
+ "length": 63,
+ "value": "\"The local participant exited the room due to lost connection.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16244,
+ "length": 118,
+ "value": "\"An existing participant has been disconnected from the room because a new participant entered with the same user ID.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16455,
+ "length": 26,
+ "value": "\"The HTTP request failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16561,
+ "length": 34,
+ "value": "\"Websocket connection not opened.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16675,
+ "length": 30,
+ "value": "\"Websocket connection failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16785,
+ "length": 58,
+ "value": "\"The request failed to receive a response due to timeout.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 16923,
+ "length": 62,
+ "value": "\"The request failed because the websocket connection is lost.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17065,
+ "length": 58,
+ "value": "\"The response contains an unexpected object type of data.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17203,
+ "length": 42,
+ "value": "\"The previous query is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17325,
+ "length": 40,
+ "value": "\"An internal server error has occurred.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17445,
+ "length": 45,
+ "value": "\"The data format of the response is invalid.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17583,
+ "length": 49,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17601,
+ "length": 2,
+ "value": "\" is an invalid or empty value.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17712,
+ "length": 53,
+ "value": "\"The request is missing a required \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17764,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17845,
+ "length": 48,
+ "value": "\"The data type of \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17880,
+ "length": 2,
+ "value": "\" is invalid.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 17973,
+ "length": 40,
+ "value": "\"SendBirdCall instance not initialized.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18093,
+ "length": 32,
+ "value": "\"The user is not authenticated.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18218,
+ "length": 41,
+ "value": "\"Changing video device is not supported.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18339,
+ "length": 45,
+ "value": "\"Changing video device is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18464,
+ "length": 35,
+ "value": "\"Changing video device was failed.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18592,
+ "length": 90,
+ "value": "\"Couldn't start a recording session due to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18664,
+ "length": 1,
+ "value": "\" (\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18679,
+ "length": 1,
+ "value": "\").\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18762,
+ "length": 53,
+ "value": "\"Couldn't start a recording session due to an error.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18895,
+ "length": 89,
+ "value": "\"Coudln't stop a recording session due to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18966,
+ "length": 1,
+ "value": "\" (\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 18981,
+ "length": 1,
+ "value": "\").\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19064,
+ "length": 52,
+ "value": "\"Coudln't stop a recording session due to an error.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19194,
+ "length": 71,
+ "value": "\"A call isn’t connected yet therefore can’t start media recording.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19345,
+ "length": 37,
+ "value": "\"The call is already being recorded.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19462,
+ "length": 54,
+ "value": "\"A wrong recording type is selected in an audio call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19609,
+ "length": 62,
+ "value": "\"Capturing a video view isn't allowed while on an audio call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19751,
+ "length": 42,
+ "value": "\"A video view isn't ready to be captured.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 19873,
+ "length": 72,
+ "value": "\"A video call isn't connected yet therefore can't capture a video view.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20025,
+ "length": 65,
+ "value": "\"An error occurred while getting an image form the video stream.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20179,
+ "length": 46,
+ "value": "\"Screen share is restricted from audio calls.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20305,
+ "length": 77,
+ "value": "\"A call isn't connected yet, but the request for screen share has been made.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20462,
+ "length": 89,
+ "value": "\"The user is trying to share the screen while the previous request is still in progress.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20631,
+ "length": 68,
+ "value": "\"Screen share doesn't exist but request to stop sharing the screen.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20792,
+ "length": 30,
+ "value": "\"The call is already on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 20902,
+ "length": 82,
+ "value": "\"A local user cannot remove a hold from a call that the user had not put on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 21064,
+ "length": 103,
+ "value": "\"The active call is in progress. Cannot remove a hold from another call while there is an active call.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "kind": "StringLiteral",
+ "offset": 21247,
+ "length": 131,
+ "value": "\"Screen sharing or any other actions that need media streaming as well as capturing screen aren't allowed while a call is on hold.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 299,
+ "length": 18,
+ "value": "\"SendBirdCalls.UnknownEndResponse\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 413,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 511,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1202,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1495,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1786,
+ "length": 106,
+ "value": "\"Failed to attach with no endpointId in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1858,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 1891,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1924,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2113,
+ "length": 127,
+ "value": "\"Failed to attach with in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2171,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "StringLiteral",
+ "offset": 2204,
+ "length": 7,
+ "value": "\" because endpoint is local endpoint\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/EndpointState\/EndpointConnectedState.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2272,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 21,
+ "value": "\"system_push_enabled\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 372,
+ "length": 21,
+ "value": "\"device_manufacturer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 11,
+ "value": "\"device_os\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 384,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 406,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 850,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 850,
+ "length": 14,
+ "value": "\"custom_items\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"mode\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 335,
+ "length": 70,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 1,
+ "value": "\", candidate: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 404,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 70,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 651,
+ "length": 1,
+ "value": "\", candidate: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 676,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 91,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 969,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 988,
+ "length": 1,
+ "value": "\", candidates: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1015,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1265,
+ "length": 77,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1328,
+ "length": 1,
+ "value": "\", sdp: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1341,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1553,
+ "length": 79,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1597,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1616,
+ "length": 1,
+ "value": "\", data: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1832,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1876,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 1895,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2148,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2384,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2428,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2447,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2652,
+ "length": 64,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2696,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2715,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2930,
+ "length": 93,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2974,
+ "length": 1,
+ "value": "\", client: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 2993,
+ "length": 1,
+ "value": "\", description: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3022,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3369,
+ "length": 118,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3413,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3434,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3453,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3486,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3793,
+ "length": 60,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3837,
+ "length": 1,
+ "value": "\", info: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint+WebRTCClientDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 3852,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 6,
+ "value": "\"CALL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 6,
+ "value": "\"SGNL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 6,
+ "value": "\"COMM\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 448,
+ "length": 6,
+ "value": "\"UTIL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 362,
+ "length": 6,
+ "value": "\"CALL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 6,
+ "value": "\"SGNL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 6,
+ "value": "\"COMM\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
+ "kind": "StringLiteral",
+ "offset": 448,
+ "length": 6,
+ "value": "\"UTIL\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 232,
+ "length": 37,
+ "value": "\"com.sendbird.calls.sdk.latest_token\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 319,
+ "length": 41,
+ "value": "\"com.sendbird.calls.sdk.push_device_info\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 423,
+ "length": 34,
+ "value": "\"com.sendbird.calls.sdk.push_type\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
+ "offset": 561,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 760,
+ "length": 12,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 888,
+ "length": 11,
"value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
"kind": "IntegerLiteral",
- "offset": 973,
+ "offset": 561,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 760,
+ "length": 12,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 888,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1395,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 967,
+ "length": 11,
+ "value": "\"SendBirdCalls.SoundPlayer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Dictionary",
+ "offset": 1513,
"length": 3,
- "value": "4"
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2010,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2070,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2157,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2360,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2484,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2571,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2943,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3294,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Array",
+ "offset": 3376,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3450,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "Array",
+ "offset": 3496,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3777,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3890,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3895,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "FloatLiteral",
+ "offset": 3925,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4300,
+ "length": 37,
+ "value": "\"Failed to play \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4328,
+ "length": 5,
+ "value": "\" sound: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4490,
+ "length": 12,
+ "value": "\" is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 5019,
+ "length": 32,
+ "value": "\" is called. Player will be nil\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5089,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6207,
+ "length": 36,
+ "value": "\"Audio interruption has been begun.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "kind": "StringLiteral",
+ "offset": 6454,
+ "length": 35,
+ "value": "\"Audio interruption has been ened.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1633,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1707,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1775,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1922,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "StringLiteral",
+ "offset": 2327,
+ "length": 5,
+ "value": "\"cer\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "StringLiteral",
+ "offset": 2347,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3764,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4187,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4527,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4578,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4605,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4630,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4657,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4836,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5315,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5978,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6036,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6218,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6402,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6464,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7698,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8416,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Alive\/ParticipantAliveRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 488,
+ "length": 7,
+ "value": "\"alive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 324,
+ "length": 23,
+ "value": "\"SendBirdCalls.DialReceiveEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1004,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1117,
+ "length": 11,
+ "value": "\"dc_caller\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1356,
+ "length": 11,
+ "value": "\"dc_callee\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 1417,
+ "length": 11,
+ "value": "\"dc_caller\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1004,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4886,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4902,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4933,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5024,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5039,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5116,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5441,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5621,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6937,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6977,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7321,
+ "length": 69,
+ "value": "\"HoldedBy changed in call: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7355,
+ "length": 4,
+ "value": "\" from: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7373,
+ "length": 2,
+ "value": "\" to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 7389,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7551,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7632,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7845,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7927,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8270,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8350,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8423,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 10622,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11975,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 12601,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 13229,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13369,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Dictionary",
+ "offset": 13559,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 14473,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 15646,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 16002,
+ "length": 18,
+ "value": "\"Deinit is called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 17151,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17851,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "Array",
+ "offset": 18747,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 388,
+ "length": 10,
+ "value": "\"SendBirdCalls.DirectCall\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19995,
+ "length": 41,
+ "value": "\"com.sendbird.sdk.calls.directcall.alive\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "BooleanLiteral",
+ "offset": 273,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11028,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21582,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22552,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22722,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 22897,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
- "length": 3,
- "value": "6"
+ "offset": 23073,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
+ "offset": 23734,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "offset": 24618,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
- "value": "3"
+ "offset": 25656,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 973,
- "length": 3,
- "value": "4"
+ "offset": 25835,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 26019,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
- "length": 3,
- "value": "6"
+ "offset": 26204,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
"kind": "IntegerLiteral",
- "offset": 900,
- "length": 11,
+ "offset": 578,
+ "length": 21,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 925,
- "length": 10,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 27,
+ "value": "\"large_room_for_audio_only\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 770,
+ "length": 22,
+ "value": "\"small_room_for_video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 22,
+ "value": "\"small_room_for_video\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "StringLiteral",
+ "offset": 1067,
+ "length": 27,
+ "value": "\"large_room_for_audio_only\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1600,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1629,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
"kind": "IntegerLiteral",
- "offset": 949,
- "length": 10,
- "value": "3"
+ "offset": 578,
+ "length": 21,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 15,
+ "value": "\"HD (720x1280)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 15,
+ "value": "\"qHD (540x960)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 17,
+ "value": "\"FWVGA (480x854)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
+ "kind": "StringLiteral",
+ "offset": 670,
+ "length": 15,
+ "value": "\"nHD (360x640)\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 973,
+ "offset": 815,
"length": 3,
- "value": "4"
+ "value": "720"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 990,
- "length": 6,
- "value": "5"
+ "offset": 845,
+ "length": 4,
+ "value": "1280"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1010,
+ "offset": 894,
"length": 3,
- "value": "6"
+ "value": "540"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
- "value": "1"
+ "offset": 924,
+ "length": 3,
+ "value": "960"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "offset": 974,
+ "length": 3,
+ "value": "480"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1248,
- "length": 7,
- "value": "3"
+ "offset": 1004,
+ "length": 3,
+ "value": "854"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
- "length": 5,
- "value": "4"
+ "offset": 1052,
+ "length": 3,
+ "value": "360"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/Resolution.swift",
"kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
- "value": "5"
+ "offset": 1082,
+ "length": 3,
+ "value": "640"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
"kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
+ "offset": 629,
+ "length": 7,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 739,
+ "length": 6,
+ "value": "\"open\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 793,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 1010,
+ "length": 6,
+ "value": "\"open\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
+ "kind": "StringLiteral",
+ "offset": 1051,
+ "length": 9,
+ "value": "\"deleted\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
"kind": "IntegerLiteral",
- "offset": 1248,
+ "offset": 629,
"length": 7,
- "value": "3"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 123,
+ "value": "\"enpointId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 345,
+ "length": 9,
+ "value": "\"Not set\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 1,
+ "value": "\", identifier: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 1,
+ "value": "\", audio: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 1,
+ "value": "\", video: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 434,
+ "length": 3,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 1269,
- "length": 5,
- "value": "4"
+ "offset": 730,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
+ "offset": 798,
+ "length": 1,
"value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1211,
- "length": 5,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 88,
+ "value": "\"[State] ⭐️ Will change state from \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1230,
- "length": 4,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 965,
+ "length": 2,
+ "value": "\" to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1248,
- "length": 7,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 980,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1269,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1066,
+ "length": 85,
+ "value": "\"[State] 💜 Did change state from \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1113,
+ "length": 2,
+ "value": "\" to \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1130,
+ "length": 1,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1715,
"length": 5,
- "value": "4"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 1297,
- "length": 4,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1788,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2545,
+ "length": 36,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2559,
+ "length": 1,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2580,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2650,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2694,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2838,
+ "length": 35,
+ "value": "\"will execute in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 2872,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3017,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3061,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3240,
+ "length": 78,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3284,
+ "length": 1,
+ "value": "\", participantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3317,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5816,
+ "offset": 3397,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "FloatLiteral",
+ "offset": 3515,
"length": 3,
- "value": "1"
+ "value": "0.0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3542,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3784,
+ "length": 100,
+ "value": "\"was called in endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3828,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5847,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3861,
"length": 8,
- "value": "5"
+ "value": "\" tryCount: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5857,
- "length": 4,
- "value": "6"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3883,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5863,
- "length": 6,
- "value": "7"
+ "offset": 3920,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 3965,
+ "length": 74,
+ "value": "\"Failed to attach in endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 1,
+ "value": "\", tryCount: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4038,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4231,
+ "length": 81,
+ "value": "\"Failed to attach endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4278,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5944,
- "length": 7,
- "value": "13"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4311,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 4397,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
+ "offset": 4555,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4588,
"length": 5,
- "value": "15"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4722,
+ "length": 86,
+ "value": "\"Successfully attached endpoint: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5983,
- "length": 4,
- "value": "17"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4774,
+ "length": 1,
+ "value": "\", participantId: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5816,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 4807,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 5055,
+ "length": 45,
+ "value": "\"was called in endpoint: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 5099,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5683,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 530,
+ "length": 72,
+ "value": "\"roomId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 553,
+ "length": 1,
+ "value": "\", localParticipantId: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 601,
"length": 3,
- "value": "1"
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1018,
+ "length": 56,
+ "value": "\"was called in participant manager: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1073,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1136,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5847,
- "length": 8,
- "value": "5"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1279,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5857,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1363,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2179,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2234,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2263,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2425,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2480,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2509,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2643,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2698,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2727,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2953,
+ "length": 85,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3008,
+ "length": 1,
+ "value": "\", participant: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 3037,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4356,
+ "length": 129,
+ "value": "\"was called in participant manager: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4411,
+ "length": 1,
+ "value": "\", session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4432,
+ "length": 1,
+ "value": "\", reason: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4451,
+ "length": 1,
+ "value": "\", previousRoute: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "StringLiteral",
+ "offset": 4484,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4963,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5042,
"length": 4,
- "value": "6"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5863,
- "length": 6,
- "value": "7"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5276,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
- "value": "8"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5331,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5345,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5475,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/ParticipantManager\/AudioMCUParticipantManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5488,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 379,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5944,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 14,
+ "value": "\"participants\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 446,
"length": 7,
- "value": "13"
+ "value": "\"video\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
+ "kind": "BooleanLiteral",
+ "offset": 484,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Recording\/RecordingStatusEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 190,
+ "length": 27,
+ "value": "\"SendBirdCalls.RecordingStatusEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 1355,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
+ "offset": 1365,
+ "length": 6,
+ "value": "0x2000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1410,
"length": 5,
- "value": "15"
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1793,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5983,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1817,
"length": 4,
- "value": "17"
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1847,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 1995,
+ "length": 33,
+ "value": "\"Error for decompressor on reset\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5816,
- "length": 3,
- "value": "1"
+ "offset": 2036,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "Array",
+ "offset": 2544,
+ "length": 24,
+ "value": "[0x00, 0x00, 0xFF, 0xFF]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5821,
- "length": 6,
- "value": "2"
+ "offset": 2812,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5829,
- "length": 10,
- "value": "3"
+ "offset": 3099,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5841,
- "length": 4,
- "value": "4"
+ "offset": 3264,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5847,
- "length": 8,
- "value": "5"
+ "offset": 3314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 3475,
+ "length": 24,
+ "value": "\"Error on decompressing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5857,
- "length": 4,
- "value": "6"
+ "offset": 3507,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3656,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5863,
+ "offset": 3824,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3834,
"length": 6,
- "value": "7"
+ "value": "0x2000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3879,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5871,
- "length": 17,
+ "offset": 4206,
+ "length": 1,
"value": "8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5890,
- "length": 11,
- "value": "9"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4354,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5903,
- "length": 18,
- "value": "10"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "IntegerLiteral",
- "offset": 5923,
- "length": 9,
- "value": "11"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4408,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 4556,
+ "length": 31,
+ "value": "\"Error for compressor on reset\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5934,
- "length": 8,
- "value": "12"
+ "offset": 4595,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5944,
- "length": 7,
- "value": "13"
+ "offset": 4711,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5953,
- "length": 10,
- "value": "14"
+ "offset": 5301,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5965,
- "length": 5,
- "value": "15"
+ "offset": 5361,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "StringLiteral",
+ "offset": 5513,
+ "length": 22,
+ "value": "\"Error on compressing\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5972,
- "length": 9,
- "value": "16"
+ "offset": 5543,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
"kind": "IntegerLiteral",
- "offset": 5983,
- "length": 4,
- "value": "17"
+ "offset": 5587,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7793,
- "length": 14,
- "value": "\"SendBirdCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5752,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7844,
- "length": 22,
- "value": "\"SendBirdCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2074,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7893,
- "length": 12,
- "value": "\"DirectCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2140,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2776,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2805,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7926,
- "length": 6,
- "value": "\"Room\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2919,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7967,
- "length": 20,
- "value": "\"DirectCallDelegate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3244,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
- "kind": "StringLiteral",
- "offset": 7793,
- "length": 14,
- "value": "\"SendBirdCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3266,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7844,
- "length": 22,
- "value": "\"SendBirdCallDelegate\""
+ "offset": 385,
+ "length": 12,
+ "value": "\"setup_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7893,
- "length": 12,
- "value": "\"DirectCall\""
+ "offset": 444,
+ "length": 31,
+ "value": "\"transport_info_candidate_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7926,
- "length": 6,
- "value": "\"Room\""
+ "offset": 507,
+ "length": 14,
+ "value": "\"network_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 7967,
+ "offset": 559,
"length": 20,
- "value": "\"DirectCallDelegate\""
+ "value": "\"reconnection_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Symbols.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 9832,
- "length": 62,
- "value": "\"============================================================\""
+ "offset": 385,
+ "length": 12,
+ "value": "\"setup_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Answer\/AnswerEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 310,
- "length": 18,
- "value": "\"SendBirdCalls.AnswerEventCommand\""
+ "offset": 444,
+ "length": 31,
+ "value": "\"transport_info_candidate_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCallTimer.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 159,
- "length": 15,
- "value": "\"SendBirdCalls.DirectCallTimer\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 440,
- "length": 5,
- "value": "false"
+ "offset": 507,
+ "length": 14,
+ "value": "\"network_type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 819,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 559,
+ "length": 20,
+ "value": "\"reconnection_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 883,
+ "offset": 669,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"audio_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 819,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 711,
+ "length": 11,
+ "value": "\"audio_mos\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 883,
- "length": 13,
- "value": "\"session_key\""
+ "offset": 762,
+ "length": 25,
+ "value": "\"audio_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1469,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 816,
+ "length": 11,
+ "value": "\"audio_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1514,
+ "offset": 669,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"audio_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 10,
- "value": "\"vier_key\""
+ "offset": 711,
+ "length": 11,
+ "value": "\"audio_mos\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1637,
- "length": 10,
- "value": "\"vier_key\""
+ "offset": 762,
+ "length": 25,
+ "value": "\"audio_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1469,
- "length": 18,
- "value": "\"push_tracking_id\""
+ "offset": 816,
+ "length": 11,
+ "value": "\"audio_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/PushAckRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1514,
+ "offset": 909,
"length": 13,
- "value": "\"session_key\""
+ "value": "\"video_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 425,
- "length": 18,
- "value": "\"is_audio_enabled\""
+ "offset": 959,
+ "length": 20,
+ "value": "\"video_freeze_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 474,
- "length": 18,
- "value": "\"is_video_enabled\""
+ "offset": 1022,
+ "length": 27,
+ "value": "\"video_jitter_buffer_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1099,
+ "length": 35,
+ "value": "\"video_jitter_buffer_emitted_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 564,
- "length": 11,
- "value": "\"recording\""
+ "offset": 1175,
+ "length": 25,
+ "value": "\"video_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 425,
- "length": 18,
- "value": "\"is_audio_enabled\""
+ "offset": 1245,
+ "length": 29,
+ "value": "\"video_received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 474,
- "length": 18,
- "value": "\"is_video_enabled\""
+ "offset": 1318,
+ "length": 28,
+ "value": "\"video_received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1375,
+ "length": 11,
+ "value": "\"video_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 564,
- "length": 11,
- "value": "\"recording\""
+ "offset": 1427,
+ "length": 25,
+ "value": "\"video_sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 180,
- "length": 18,
- "value": "\"SendBirdCalls.DirectCallSnapshot\""
+ "offset": 1492,
+ "length": 24,
+ "value": "\"video_sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1745,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1557,
+ "length": 25,
+ "value": "\"video_total_decode_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1790,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 1627,
+ "length": 29,
+ "value": "\"video_total_frames_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1745,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1702,
+ "length": 30,
+ "value": "\"video_total_freezes_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 1790,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 1778,
+ "length": 31,
+ "value": "\"video_total_inter_frame_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2565,
- "length": 4,
- "value": "\"id\""
+ "offset": 1856,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2603,
- "length": 6,
- "value": "\"type\""
+ "offset": 1926,
+ "length": 21,
+ "value": "\"video_source_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2565,
- "length": 4,
- "value": "\"id\""
+ "offset": 1984,
+ "length": 20,
+ "value": "\"video_source_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CommandRetrieving\/DirectCallSnapshot.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 2603,
- "length": 6,
- "value": "\"type\""
+ "offset": 909,
+ "length": 13,
+ "value": "\"video_codec\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 510,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 959,
+ "length": 20,
+ "value": "\"video_freeze_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 545,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 1022,
+ "length": 27,
+ "value": "\"video_jitter_buffer_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 583,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 1099,
+ "length": 35,
+ "value": "\"video_jitter_buffer_emitted_count\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 640,
- "length": 12,
- "value": "\"created_by\""
+ "offset": 1175,
+ "length": 25,
+ "value": "\"video_packets_lost_rate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 688,
- "length": 22,
- "value": "\"current_participants\""
+ "offset": 1245,
+ "length": 29,
+ "value": "\"video_received_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 11,
- "value": "\"room_type\""
+ "offset": 1318,
+ "length": 28,
+ "value": "\"video_received_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1375,
+ "length": 11,
+ "value": "\"video_rtt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 810,
- "length": 12,
- "value": "\"deleted_by\""
+ "offset": 1427,
+ "length": 25,
+ "value": "\"video_sent_frame_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 510,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 1492,
+ "length": 24,
+ "value": "\"video_sent_frame_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 545,
- "length": 12,
- "value": "\"created_at\""
+ "offset": 1557,
+ "length": 25,
+ "value": "\"video_total_decode_time\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 583,
- "length": 12,
- "value": "\"updated_at\""
+ "offset": 1627,
+ "length": 29,
+ "value": "\"video_total_frames_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 640,
- "length": 12,
- "value": "\"created_by\""
+ "offset": 1702,
+ "length": 30,
+ "value": "\"video_total_freezes_duration\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 688,
- "length": 22,
- "value": "\"current_participants\""
+ "offset": 1778,
+ "length": 31,
+ "value": "\"video_total_inter_frame_delay\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 731,
- "length": 11,
- "value": "\"room_type\""
+ "offset": 1856,
+ "length": 32,
+ "value": "\"video_source_frames_per_second\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 770,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1926,
+ "length": 21,
+ "value": "\"video_source_height\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomData.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 810,
- "length": 12,
- "value": "\"deleted_by\""
+ "offset": 1984,
+ "length": 20,
+ "value": "\"video_source_width\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
- "kind": "Array",
- "offset": 1355,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2353,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 294,
- "length": 18,
- "value": "\"SendBirdCalls.AcceptEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2494,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
- "kind": "BooleanLiteral",
- "offset": 322,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3174,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/Recorder.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "BooleanLiteral",
- "offset": 349,
+ "offset": 4471,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/ConnectionLost\/ConnectionLostResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 22,
- "value": "\"SendBirdCalls.ConnectionLostResponse\""
+ "offset": 4631,
+ "length": 13,
+ "value": "\"call_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
- "kind": "BooleanLiteral",
- "offset": 6365,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "kind": "StringLiteral",
+ "offset": 4643,
+ "length": 12,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 4302,
- "length": 17,
- "value": "\"SendBirdCalls.SendBirdVideoView\""
+ "offset": 4706,
+ "length": 15,
+ "value": "\"client_\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/View\/SendBirdVideoView.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
"kind": "StringLiteral",
- "offset": 4302,
- "length": 17,
- "value": "\"SendBirdCalls.SendBirdVideoView\""
+ "offset": 4720,
+ "length": 12,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Accept\/AcceptResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 290,
- "length": 14,
- "value": "\"SendBirdCalls.AcceptResponse\""
+ "offset": 311,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Dial\/DialRequest.swift",
- "kind": "Array",
- "offset": 938,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
+ "kind": "StringLiteral",
+ "offset": 804,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Extensions\/SendBirdCallMain+Room.swift",
"kind": "StringLiteral",
- "offset": 484,
+ "offset": 1017,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantExitedEventCommand.swift",
"kind": "StringLiteral",
- "offset": 520,
+ "offset": 192,
+ "length": 29,
+ "value": "\"SendBirdCalls.ParticipantExitedEventCommand\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 327,
"length": 7,
- "value": "\"error\""
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
"kind": "StringLiteral",
- "offset": 484,
- "length": 12,
- "value": "\"request_id\""
+ "offset": 373,
+ "length": 14,
+ "value": "\"participants\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Error\/ErrorResponseCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
"kind": "StringLiteral",
- "offset": 520,
- "length": 7,
- "value": "\"error\""
+ "offset": 433,
+ "length": 11,
+ "value": "\"endpoints\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
"kind": "BooleanLiteral",
- "offset": 226,
+ "offset": 515,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
"kind": "BooleanLiteral",
- "offset": 253,
+ "offset": 1173,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
- "kind": "BooleanLiteral",
- "offset": 652,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
+ "kind": "StringLiteral",
+ "offset": 193,
+ "length": 31,
+ "value": "\"SendBirdCalls.PeerConnectionReconnectingState\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallConstraints.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
"kind": "BooleanLiteral",
- "offset": 672,
- "length": 4,
- "value": "true"
+ "offset": 1696,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionIceRestartAnsweringState.swift",
- "kind": "StringLiteral",
- "offset": 197,
- "length": 38,
- "value": "\"SendBirdCalls.PeerConnectionIceRestartAnsweringState\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 1793,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Options\/AudioSettingEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 313,
- "length": 24,
- "value": "\"SendBirdCalls.AudioSettingEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1886,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 12,
- "value": "\"inviter_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2686,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/AcceptInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 12,
- "value": "\"inviter_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 2783,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Alive\/AliveResponse.swift",
- "kind": "StringLiteral",
- "offset": 176,
- "length": 13,
- "value": "\"SendBirdCalls.AliveResponse\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3026,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
- "kind": "StringLiteral",
- "offset": 424,
- "length": 9,
- "value": "\"room_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3254,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
+ "kind": "Dictionary",
+ "offset": 3302,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 598,
+ "length": 8,
+ "value": "\"log_dt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 503,
- "length": 9,
- "value": "\"updated\""
+ "offset": 635,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 539,
+ "offset": 674,
"length": 13,
- "value": "\"affected_at\""
+ "value": "\"log_message\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 424,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 598,
+ "length": 8,
+ "value": "\"log_dt\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 635,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 503,
- "length": 9,
- "value": "\"updated\""
+ "offset": 674,
+ "length": 13,
+ "value": "\"log_message\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "StringLiteral",
- "offset": 539,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 802,
+ "length": 38,
+ "value": "\"com.sendbird.sdk.calls.log.collector\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 873,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "Array",
+ "offset": 909,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "offset": 953,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
"kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
+ "offset": 1169,
+ "length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1376,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2183,
- "length": 9,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1761,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/NewValue.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 8,
- "value": "2"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1977,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 361,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 400,
+ "length": 5,
+ "value": "\"\/v1\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
- "kind": "StringLiteral",
- "offset": 394,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1536,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 432,
- "length": 9,
- "value": "\"deleted\""
+ "offset": 1990,
+ "length": 43,
+ "value": "\"Request is \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 464,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 2032,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 361,
- "length": 9,
- "value": "\"room_id\""
+ "offset": 2631,
+ "length": 33,
+ "value": "\"Will send message \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 394,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 2663,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
- "kind": "StringLiteral",
- "offset": 432,
- "length": 9,
- "value": "\"deleted\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2908,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Base\/RoomRespondable.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 464,
- "length": 13,
- "value": "\"affected_at\""
+ "offset": 3780,
+ "length": 80,
+ "value": "\"Received message \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "Array",
- "offset": 392,
- "length": 15,
- "value": "[\"sdk\", \"logs\"]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "StringLiteral",
+ "offset": 3829,
+ "length": 1,
+ "value": "\" + \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 467,
- "length": 28,
- "value": "\"sdk_webrtc_statistics_v1.1\""
+ "offset": 3859,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "IntegerLiteral",
- "offset": 559,
- "length": 4,
- "value": "1000"
+ "offset": 4163,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1487,
- "length": 11,
- "value": "\"log_group\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "Array",
+ "offset": 4277,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1522,
- "length": 10,
- "value": "\"log_data\""
+ "offset": 4322,
+ "length": 109,
+ "value": "\"Response error - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1619,
- "length": 18,
- "value": "\"device_timestamp\""
+ "offset": 4369,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 8,
- "value": "\"app_id\""
+ "offset": 4390,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1698,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 4414,
+ "length": 1,
+ "value": "\" - \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1736,
- "length": 11,
- "value": "\"caller_id\""
+ "offset": 4430,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1776,
- "length": 11,
- "value": "\"callee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4543,
+ "length": 3,
+ "value": "200"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1812,
- "length": 6,
- "value": "\"role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4549,
+ "length": 3,
+ "value": "300"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1850,
- "length": 15,
- "value": "\"is_video_call\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5214,
+ "length": 3,
+ "value": "300"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1897,
- "length": 14,
- "value": "\"network_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5220,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1951,
- "length": 23,
- "value": "\"network_operator_name\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5537,
+ "length": 3,
+ "value": "400"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2003,
- "length": 10,
- "value": "\"metadata\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5543,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2039,
- "length": 7,
- "value": "\"audio\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6227,
+ "length": 3,
+ "value": "500"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2072,
- "length": 7,
- "value": "\"video\""
+ "offset": 7322,
+ "length": 18,
+ "value": "\"application\/json\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2113,
- "length": 16,
- "value": "\"transport_info\""
+ "offset": 7362,
+ "length": 14,
+ "value": "\"Content-Type\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2218,
- "length": 15,
- "value": "\"measure_count\""
+ "offset": 7400,
+ "length": 12,
+ "value": "\"Keep-Alive\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2273,
- "length": 18,
- "value": "\"measure_interval\""
+ "offset": 7434,
+ "length": 12,
+ "value": "\"Connection\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2218,
- "length": 15,
- "value": "\"measure_count\""
+ "offset": 7553,
+ "length": 22,
+ "value": "\"SBCall-Session-Token\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 2273,
- "length": 18,
- "value": "\"measure_interval\""
+ "offset": 7609,
+ "length": 38,
+ "value": "\"calls-ios\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1619,
- "length": 18,
- "value": "\"device_timestamp\""
+ "offset": 7646,
+ "length": 24,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1663,
- "length": 8,
- "value": "\"app_id\""
+ "offset": 7669,
+ "length": 12,
+ "value": "\"User-Agent\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1698,
- "length": 9,
- "value": "\"call_id\""
+ "offset": 7711,
+ "length": 93,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1736,
- "length": 11,
- "value": "\"caller_id\""
+ "offset": 7742,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1776,
- "length": 11,
- "value": "\"callee_id\""
+ "offset": 7776,
+ "length": 1,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1812,
- "length": 6,
- "value": "\"role\""
+ "offset": 7803,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1850,
- "length": 15,
- "value": "\"is_video_call\""
+ "offset": 7862,
+ "length": 10,
+ "value": "\"SendBird\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
"kind": "StringLiteral",
- "offset": 1897,
- "length": 14,
- "value": "\"network_type\""
+ "offset": 7926,
+ "length": 18,
+ "value": "\"SBCall-Client-Id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1951,
- "length": 23,
- "value": "\"network_operator_name\""
+ "offset": 560,
+ "length": 12,
+ "value": "\"videotrack\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 809,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 2003,
- "length": 10,
- "value": "\"metadata\""
+ "offset": 1792,
+ "length": 27,
+ "value": "\"Local video track is nil.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1868,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2550,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2039,
- "length": 7,
- "value": "\"audio\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3378,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2072,
- "length": 7,
- "value": "\"video\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4767,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 2113,
- "length": 16,
- "value": "\"transport_info\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4772,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
- "kind": "StringLiteral",
- "offset": 1487,
- "length": 11,
- "value": "\"log_group\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5994,
+ "length": 2,
+ "value": "24"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Log\/StatsLogRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1522,
- "length": 10,
- "value": "\"log_data\""
+ "offset": 6078,
+ "length": 51,
+ "value": "\"Will update video resolution to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ReconnectingState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 17,
- "value": "\"SendBirdCalls.ReconnectingState\""
+ "offset": 6128,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 188,
- "length": 33,
- "value": "\"SendBirdCalls.UpdateRoomCustomItemsEventCommand\""
+ "offset": 6344,
+ "length": 12,
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 527,
- "length": 8,
- "value": "\"direct\""
+ "offset": 6388,
+ "length": 104,
+ "value": "\"Will update video enable from: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 953,
- "length": 12,
- "value": "\"end_result\""
+ "offset": 6474,
+ "length": 2,
+ "value": "\" to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1028,
- "length": 6,
- "value": "\"next\""
+ "offset": 6491,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 953,
+ "offset": 6644,
"length": 12,
- "value": "\"end_result\""
+ "value": "\"was called\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DirectCallLogListQuery\/DirectCallLogListQueryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 1028,
- "length": 6,
- "value": "\"next\""
+ "offset": 6688,
+ "length": 105,
+ "value": "\"Will update video enable from: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 442,
- "length": 13,
- "value": "\"call_signal\""
+ "offset": 6775,
+ "length": 2,
+ "value": "\" to: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandRetrieving\/CommandListResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "StringLiteral",
- "offset": 442,
- "length": 13,
- "value": "\"call_signal\""
+ "offset": 6792,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
"kind": "BooleanLiteral",
- "offset": 991,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
- "kind": "StringLiteral",
- "offset": 1940,
- "length": 9,
- "value": "\"user_id\""
+ "offset": 8939,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 1974,
- "length": 10,
- "value": "\"nickname\""
+ "offset": 2759,
+ "length": 90,
+ "value": "\"(Starscream) Error during 'SecPKCS12Import', see 'SecBase.h' - OSStatus: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2011,
- "length": 13,
- "value": "\"profile_url\""
+ "offset": 2848,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2049,
- "length": 10,
- "value": "\"metadata\""
+ "offset": 3059,
+ "length": 43,
+ "value": "\"(Starscream) Error - PKCS12 file is empty\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 2084,
- "length": 11,
- "value": "\"is_active\""
+ "offset": 3492,
+ "length": 99,
+ "value": "\"(Starscream) Error during 'SecIdentityCopyCertificate', see 'SecBase.h' - OSStatus: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLClientCertificate.swift",
"kind": "StringLiteral",
- "offset": 1940,
- "length": 9,
- "value": "\"user_id\""
+ "offset": 3590,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 1974,
- "length": 10,
- "value": "\"nickname\""
+ "offset": 210,
+ "length": 7,
+ "value": "\"Ready\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2011,
- "length": 13,
- "value": "\"profile_url\""
+ "offset": 243,
+ "length": 11,
+ "value": "\"Executing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2049,
+ "offset": 279,
"length": 10,
- "value": "\"metadata\""
+ "value": "\"Finished\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 2084,
- "length": 11,
- "value": "\"is_active\""
+ "offset": 341,
+ "length": 4,
+ "value": "\"is\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/User\/User.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 240,
- "length": 4,
- "value": "\"SendBirdCalls.User\""
+ "offset": 210,
+ "length": 7,
+ "value": "\"Ready\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 874,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 243,
+ "length": 11,
+ "value": "\"Executing\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 909,
- "length": 6,
- "value": "\"mode\""
+ "offset": 279,
+ "length": 10,
+ "value": "\"Finished\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 874,
- "length": 14,
- "value": "\"custom_items\""
+ "offset": 1055,
+ "length": 41,
+ "value": "\"com.sendbird.sdk.common.operation.state\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CustomItems\/UpdateCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1638,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "IntegerLiteral",
- "offset": 252,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
"kind": "StringLiteral",
- "offset": 461,
- "length": 6,
- "value": "\"type\""
+ "offset": 105,
+ "length": 13,
+ "value": "\"SendBirdCalls.TaskOperation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
- "kind": "StringLiteral",
- "offset": 493,
- "length": 12,
- "value": "\"request_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDispatcher.swift",
+ "kind": "Dictionary",
+ "offset": 249,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantConnectedEventCommand.swift",
"kind": "StringLiteral",
- "offset": 536,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 195,
+ "length": 32,
+ "value": "\"SendBirdCalls.ParticipantConnectedEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantAudioSettingEventCommand.swift",
"kind": "StringLiteral",
- "offset": 582,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 198,
+ "length": 35,
+ "value": "\"SendBirdCalls.ParticipantAudioSettingEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
"offset": 461,
- "length": 6,
- "value": "\"type\""
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 493,
+ "offset": 478,
"length": 12,
- "value": "\"request_id\""
+ "value": "\"invitation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 536,
- "length": 17,
- "value": "\"sequence_number\""
+ "offset": 789,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Base\/DirectCallResponse.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
"kind": "StringLiteral",
- "offset": 582,
- "length": 15,
- "value": "\"delivery_info\""
+ "offset": 789,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/NoAnswer\/NoAnswerEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 299,
- "length": 20,
- "value": "\"SendBirdCalls.NoAnswerEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 265,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
- "kind": "FloatLiteral",
- "offset": 2891,
- "length": 3,
- "value": "3.0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 288,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
- "kind": "BooleanLiteral",
- "offset": 3912,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 308,
+ "length": 2,
+ "value": "60"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
"kind": "IntegerLiteral",
- "offset": 3940,
+ "offset": 540,
"length": 1,
- "value": "0"
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 622,
- "length": 7,
- "value": "1800100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/TurnChanged\/TurnChangedEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 23,
+ "value": "\"SendBirdCalls.TurnChangedEventCommand\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 719,
- "length": 7,
- "value": "1800101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2099,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 7,
- "value": "1800200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 2449,
+ "length": 14,
+ "value": "\"logCollector\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 922,
- "length": 7,
- "value": "1800201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2604,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1019,
- "length": 7,
- "value": "1800202"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 2870,
+ "length": 9,
+ "value": "\"1.10.18\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1116,
- "length": 7,
- "value": "1800203"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 14562,
+ "length": 43,
+ "value": "\"Requested to change to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1267,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 14596,
"length": 7,
- "value": "1800204"
+ "value": "\" seconds\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1417,
- "length": 7,
- "value": "1800205"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 15172,
+ "length": 43,
+ "value": "\"Requested to change to \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1514,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 15206,
"length": 7,
- "value": "1800206"
+ "value": "\" seconds\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 7,
- "value": "1800207"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 18965,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1708,
- "length": 7,
- "value": "1800208"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19350,
+ "length": 62,
+ "value": "\"VoIP Push Token: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1814,
- "length": 7,
- "value": "1800300"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 19411,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 7,
- "value": "1800301"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "BooleanLiteral",
+ "offset": 24987,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2008,
- "length": 7,
- "value": "1800302"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 32736,
+ "length": 45,
+ "value": "\"Failed to set \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2105,
- "length": 7,
- "value": "1800303"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "kind": "StringLiteral",
+ "offset": 32758,
+ "length": 1,
+ "value": "\". The path is invalid.\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2211,
- "length": 7,
- "value": "1800403"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "BooleanLiteral",
+ "offset": 319,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2308,
- "length": 7,
- "value": "1800404"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 801,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2405,
- "length": 7,
- "value": "1800405"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 801,
+ "length": 11,
+ "value": "\"log_level\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2511,
- "length": 7,
- "value": "1800600"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "kind": "StringLiteral",
+ "offset": 1230,
+ "length": 27,
+ "value": "\"UtilCommandType Not Found\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2608,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 464,
"length": 7,
- "value": "1800601"
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 7,
- "value": "1800602"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 481,
+ "length": 12,
+ "value": "\"invitation\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
- "length": 7,
- "value": "1800603"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2908,
- "length": 7,
- "value": "1800610"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 12,
+ "value": "\"invitee_id\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 7,
- "value": "1800611"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Record.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3579,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3102,
- "length": 7,
- "value": "1800612"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/DirectCall+Record.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3668,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3199,
- "length": 7,
- "value": "1800614"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDelegate.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 70,
+ "value": "\"Event delegate receiver function didReceiveEvent should be overriden\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3296,
- "length": 7,
- "value": "1800615"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 272,
+ "length": 6,
+ "value": "\"%02x\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3393,
- "length": 7,
- "value": "1800620"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "kind": "BooleanLiteral",
+ "offset": 420,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
"kind": "IntegerLiteral",
- "offset": 3490,
- "length": 7,
- "value": "1800621"
+ "offset": 447,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
"kind": "IntegerLiteral",
- "offset": 3587,
- "length": 7,
- "value": "1800622"
+ "offset": 1293,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3684,
- "length": 7,
- "value": "1800623"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1607,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3781,
- "length": 7,
- "value": "1800632"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 625,
+ "length": 14,
+ "value": "\"direct_calls\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3887,
- "length": 7,
- "value": "1800700"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 649,
+ "length": 9,
+ "value": "\"summary\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3984,
- "length": 7,
- "value": "1800701"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 795,
+ "length": 9,
+ "value": "\"version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4081,
- "length": 7,
- "value": "1800702"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4178,
- "length": 7,
- "value": "1800706"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 14,
+ "value": "\"summary_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4276,
- "length": 7,
- "value": "1800707"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 795,
+ "length": 9,
+ "value": "\"version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4382,
- "length": 7,
- "value": "1800801"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 11,
+ "value": "\"user_role\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4479,
- "length": 7,
- "value": "1800802"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 14,
+ "value": "\"summary_data\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4576,
- "length": 7,
- "value": "1800803"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3146,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4730,
- "length": 6,
- "value": "400100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3169,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4826,
- "length": 6,
- "value": "400111"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3956,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4922,
- "length": 6,
- "value": "400200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3987,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5018,
- "length": 6,
- "value": "400201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4667,
+ "length": 62,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5114,
- "length": 6,
- "value": "400800"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4709,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5210,
- "length": 6,
- "value": "401120"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5306,
- "length": 6,
- "value": "401121"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4725,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5402,
- "length": 7,
- "value": "1400999"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 4728,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5499,
- "length": 7,
- "value": "1400101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6275,
+ "length": 256,
+ "value": "[\"turn_urls\", \"ice-pwd\", \"IP4\", \"ip\", \"gzippedSDP\", \"sdp\", \"SDP\", \"password\", \"pushToken\", \"push_token\", \"token\", \"custom_items\", \"customItems\", \"sbcall_session_token\", \"access_token\", \"accessToken\", \"sbcall_short_lived_token\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
"kind": "IntegerLiteral",
- "offset": 5596,
- "length": 7,
- "value": "1400102"
+ "offset": 6630,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5693,
- "length": 7,
- "value": "1400103"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6805,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5790,
- "length": 7,
- "value": "1400104"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6834,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5887,
- "length": 7,
- "value": "1400105"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 6911,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 5984,
- "length": 7,
- "value": "1400106"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 6943,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6081,
- "length": 7,
- "value": "1400120"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 6958,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6178,
- "length": 7,
- "value": "1400121"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7124,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6275,
- "length": 7,
- "value": "1400122"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7153,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6372,
- "length": 7,
- "value": "1400123"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7230,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6469,
- "length": 7,
- "value": "1400124"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7262,
+ "length": 35,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6566,
- "length": 7,
- "value": "1400126"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7277,
+ "length": 1,
+ "value": "\"\" = \"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 6663,
- "length": 6,
- "value": "500999"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7457,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 622,
- "length": 7,
- "value": "1800100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7486,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 719,
- "length": 7,
- "value": "1800101"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7563,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 7,
- "value": "1800200"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7595,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 922,
- "length": 7,
- "value": "1800201"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7610,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1019,
- "length": 7,
- "value": "1800202"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7800,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1116,
- "length": 7,
- "value": "1800203"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7829,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1267,
- "length": 7,
- "value": "1800204"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "Array",
+ "offset": 7906,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1417,
- "length": 7,
- "value": "1800205"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7938,
+ "length": 33,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1514,
- "length": 7,
- "value": "1800206"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 7953,
+ "length": 1,
+ "value": "\"\":\"**********\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 7,
- "value": "1800207"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8410,
+ "length": 19,
+ "value": "\"\"(key)\":\".+?\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1708,
- "length": 7,
- "value": "1800208"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8607,
+ "length": 47,
+ "value": "\"(?<=[ \n\t,{(\\[])\"?\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1814,
- "length": 7,
- "value": "1800300"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8635,
+ "length": 1,
+ "value": "\"\"?: *([^,;)\\]]+)\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 7,
- "value": "1800301"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8859,
+ "length": 70,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2008,
- "length": 7,
- "value": "1800302"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 1,
+ "value": "\"\" *= *(\"(.*?)\"|\\s*\\{((.|\n)*?)\\}|\\s*\\[((.|\n)*?)\\])\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2105,
- "length": 7,
- "value": "1800303"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 9139,
+ "length": 70,
+ "value": "\"\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2211,
- "length": 7,
- "value": "1800403"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 9148,
+ "length": 1,
+ "value": "\"\" *: *(\"(.*?)\"|\\s*\\{((.|\n)*?)\\}|\\s*\\[((.|\n)*?)\\])\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2308,
- "length": 7,
- "value": "1800404"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 39,
+ "value": "\"com.sendbird.calls.sdk.sequence.queue\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2405,
- "length": 7,
- "value": "1800405"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 586,
+ "length": 28,
+ "value": "\"bypass command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2511,
- "length": 7,
- "value": "1800600"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 613,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2608,
- "length": 7,
- "value": "1800601"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 748,
+ "length": 55,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 7,
- "value": "1800602"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 765,
+ "length": 1,
+ "value": "\"] dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
- "length": 7,
- "value": "1800603"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 802,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 2908,
- "length": 7,
- "value": "1800610"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1294,
+ "length": 30,
+ "value": "\"dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 7,
- "value": "1800611"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1323,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3102,
- "length": 7,
- "value": "1800612"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1478,
+ "length": 56,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3199,
- "length": 7,
- "value": "1800614"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1495,
+ "length": 1,
+ "value": "\"] inserted command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3296,
- "length": 7,
- "value": "1800615"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1532,
+ "length": 1,
+ "value": "\".\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3393,
- "length": 7,
- "value": "1800620"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "Array",
+ "offset": 1601,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3490,
- "length": 7,
- "value": "1800621"
+ "offset": 1892,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3587,
- "length": 7,
- "value": "1800622"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "Array",
+ "offset": 2177,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3684,
- "length": 7,
- "value": "1800623"
+ "offset": 2308,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
"kind": "IntegerLiteral",
- "offset": 3781,
- "length": 7,
- "value": "1800632"
+ "offset": 2495,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3887,
- "length": 7,
- "value": "1800700"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2757,
+ "length": 55,
+ "value": "\"[\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 3984,
- "length": 7,
- "value": "1800701"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 1,
+ "value": "\"] dispatch command: \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4081,
- "length": 7,
- "value": "1800702"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2811,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4178,
- "length": 7,
- "value": "1800706"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1765,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4276,
- "length": 7,
- "value": "1800707"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2357,
+ "length": 9,
+ "value": "\"UNKNOWN\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4382,
- "length": 7,
- "value": "1800801"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2425,
+ "length": 5,
+ "value": "\"ios\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4479,
- "length": 7,
- "value": "1800802"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushInfoStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 2482,
+ "length": 3,
+ "value": "\"-\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4576,
- "length": 7,
- "value": "1800803"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 974,
+ "length": 42,
+ "value": "\"SendBird.WebsocketDidConnectNotification\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4730,
- "length": 6,
- "value": "400100"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 1058,
+ "length": 45,
+ "value": "\"SendBird.WebsocketDidDisconnectNotification\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "IntegerLiteral",
- "offset": 4826,
- "length": 6,
- "value": "400111"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 1145,
+ "length": 45,
+ "value": "\"SendBird.WebsocketDisconnectionErrorKeyName\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 4922,
- "length": 6,
- "value": "400200"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5018,
- "length": 6,
- "value": "400201"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5114,
- "length": 6,
- "value": "400800"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5210,
- "length": 6,
- "value": "401120"
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5306,
- "length": 6,
- "value": "401121"
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5402,
- "length": 7,
- "value": "1400999"
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5499,
- "length": 7,
- "value": "1400101"
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5596,
- "length": 7,
- "value": "1400102"
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5693,
- "length": 7,
- "value": "1400103"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5790,
- "length": 7,
- "value": "1400104"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5887,
- "length": 7,
- "value": "1400105"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5984,
- "length": 7,
- "value": "1400106"
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6081,
- "length": 7,
- "value": "1400120"
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6178,
- "length": 7,
- "value": "1400121"
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6275,
- "length": 7,
- "value": "1400122"
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6372,
- "length": 7,
- "value": "1400123"
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6469,
- "length": 7,
- "value": "1400124"
+ "offset": 1285,
+ "length": 4,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6566,
- "length": 7,
- "value": "1400126"
+ "offset": 1324,
+ "length": 4,
+ "value": "1001"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 6663,
- "length": 6,
- "value": "500999"
+ "offset": 1363,
+ "length": 4,
+ "value": "1002"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10598,
- "length": 7,
- "value": "\"appId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1402,
+ "length": 4,
+ "value": "1003"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10633,
- "length": 12,
- "value": "\"Push Token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1463,
+ "length": 4,
+ "value": "1005"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10673,
- "length": 8,
- "value": "\"userId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1523,
+ "length": 4,
+ "value": "1007"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10709,
- "length": 8,
- "value": "\"callId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1562,
+ "length": 4,
+ "value": "1008"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10745,
- "length": 13,
- "value": "\"URL Request\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1601,
+ "length": 4,
+ "value": "1009"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10786,
- "length": 12,
- "value": "\"Video Call\""
+ "offset": 4650,
+ "length": 55,
+ "value": "\"com.sendbird.sdk.calls.websocket.starscream.websocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10826,
- "length": 14,
- "value": "\"Custom Items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "Array",
+ "offset": 4719,
+ "length": 2,
+ "value": "[]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10598,
- "length": 7,
- "value": "\"appId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4871,
+ "length": 4,
+ "value": "4096"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10633,
- "length": 12,
- "value": "\"Push Token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4902,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10673,
- "length": 8,
- "value": "\"userId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5666,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10709,
- "length": 8,
- "value": "\"callId\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6761,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10745,
- "length": 13,
- "value": "\"URL Request\""
+ "offset": 8424,
+ "length": 37,
+ "value": "\"Error setting ingoing cypher suites\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 10786,
- "length": 12,
- "value": "\"Video Call\""
+ "offset": 8629,
+ "length": 38,
+ "value": "\"Error setting outgoing cypher suites\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
- "kind": "StringLiteral",
- "offset": 10826,
- "length": 14,
- "value": "\"Custom Items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9153,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/UnknownEnd\/UnknownEndResponse.swift",
- "kind": "StringLiteral",
- "offset": 299,
- "length": 18,
- "value": "\"SendBirdCalls.UnknownEndResponse\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9215,
+ "length": 3,
+ "value": "100"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 316,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9244,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 372,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "offset": 9322,
+ "length": 58,
+ "value": "\"Timed out waiting for the socket to be ready for a write\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 418,
- "length": 11,
- "value": "\"device_os\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9388,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 316,
- "length": 21,
- "value": "\"system_push_enabled\""
+ "offset": 9689,
+ "length": 37,
+ "value": "\"socket object has been dereferenced\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 372,
- "length": 21,
- "value": "\"device_manufacturer\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9734,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfo.swift",
- "kind": "StringLiteral",
- "offset": 418,
- "length": 11,
- "value": "\"device_os\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9949,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 850,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10449,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11573,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 850,
- "length": 14,
- "value": "\"custom_items\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11980,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/UpdateRoomCustomItemsRequest.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 6,
- "value": "\"mode\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 6,
- "value": "\"CALL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 6,
- "value": "\"SGNL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 422,
- "length": 6,
- "value": "\"COMM\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 448,
- "length": 6,
- "value": "\"UTIL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 6,
- "value": "\"CALL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 6,
- "value": "\"SGNL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 422,
- "length": 6,
- "value": "\"COMM\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/CommandType\/CommandType.swift",
- "kind": "StringLiteral",
- "offset": 448,
- "length": 6,
- "value": "\"UTIL\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 232,
- "length": 37,
- "value": "\"com.sendbird.calls.sdk.latest_token\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 319,
- "length": 41,
- "value": "\"com.sendbird.calls.sdk.push_device_info\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Push\/PushDeviceInfoCacheStorage.swift",
- "kind": "StringLiteral",
- "offset": 423,
- "length": 34,
- "value": "\"com.sendbird.calls.sdk.push_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 561,
- "length": 7,
- "value": "1"
+ "offset": 13836,
+ "length": 3,
+ "value": "0x0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 760,
- "length": 12,
- "value": "2"
+ "offset": 13865,
+ "length": 3,
+ "value": "0x1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 888,
- "length": 11,
- "value": "3"
+ "offset": 13896,
+ "length": 3,
+ "value": "0x2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 561,
- "length": 7,
- "value": "1"
+ "offset": 13960,
+ "length": 3,
+ "value": "0x8"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 760,
- "length": 12,
- "value": "2"
+ "offset": 13984,
+ "length": 3,
+ "value": "0x9"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 888,
- "length": 11,
- "value": "3"
+ "offset": 14008,
+ "length": 3,
+ "value": "0xA"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
+ "offset": 14073,
"length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "value": "\"WebSocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "offset": 14270,
+ "length": 9,
+ "value": "\"Upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
+ "offset": 14314,
"length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "value": "\"websocket\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
+ "offset": 14360,
+ "length": 6,
+ "value": "\"Host\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 967,
- "length": 11,
- "value": "\"SendBirdCalls.SoundPlayer\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
- "kind": "Dictionary",
- "offset": 1513,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Media\/SoundManager.swift",
- "kind": "BooleanLiteral",
- "offset": 1622,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1633,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1707,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1775,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 1922,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/SSLSecurity.swift",
- "kind": "BooleanLiteral",
- "offset": 2260,
- "length": 5,
- "value": "false"
+ "offset": 14401,
+ "length": 12,
+ "value": "\"Connection\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/DialReceive\/DialReceiveEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 324,
- "length": 23,
- "value": "\"SendBirdCalls.DialReceiveEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "IntegerLiteral",
- "offset": 1004,
- "length": 6,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "IntegerLiteral",
- "offset": 1004,
- "length": 6,
- "value": "1"
+ "offset": 14448,
+ "length": 9,
+ "value": "\"Upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 6977,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14492,
+ "length": 24,
+ "value": "\"Sec-WebSocket-Protocol\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7321,
- "length": 69,
- "value": "\"HoldedBy changed in call: \""
+ "offset": 14551,
+ "length": 23,
+ "value": "\"Sec-WebSocket-Version\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7355,
+ "offset": 14609,
"length": 4,
- "value": "\" from: \""
+ "value": "\"13\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7373,
- "length": 2,
- "value": "\" to: \""
+ "offset": 14648,
+ "length": 26,
+ "value": "\"Sec-WebSocket-Extensions\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 7389,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7551,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7632,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7706,
- "length": 5,
- "value": "false"
+ "offset": 14709,
+ "length": 19,
+ "value": "\"Sec-WebSocket-Key\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7786,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14763,
+ "length": 8,
+ "value": "\"Origin\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7845,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 14806,
+ "length": 22,
+ "value": "\"Sec-WebSocket-Accept\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 7927,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14863,
+ "length": 4,
+ "value": "4096"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8270,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14902,
"length": 4,
- "value": "true"
+ "value": "0x80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8350,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14941,
"length": 4,
- "value": "true"
+ "value": "0x0F"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 8423,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 14980,
"length": 4,
- "value": "true"
+ "value": "0x70"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Array",
- "offset": 10622,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15019,
+ "length": 4,
+ "value": "0x40"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 11975,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15058,
+ "length": 4,
+ "value": "0x80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Array",
- "offset": 12601,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15097,
+ "length": 4,
+ "value": "0x7F"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "StringLiteral",
- "offset": 13229,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15136,
"length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 13369,
- "length": 5,
- "value": "false"
+ "value": "32"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "Dictionary",
- "offset": 13559,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 15173,
"length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "BooleanLiteral",
- "offset": 17851,
- "length": 5,
- "value": "false"
+ "value": "101"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift",
- "kind": "StringLiteral",
- "offset": 388,
- "length": 10,
- "value": "\"SendBirdCalls.DirectCall\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "Array",
+ "offset": 15211,
+ "length": 16,
+ "value": "[\"wss\", \"https\"]"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/VideoStatistics.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 273,
+ "offset": 15272,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
- "kind": "IntegerLiteral",
- "offset": 578,
- "length": 21,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomType.swift",
- "kind": "IntegerLiteral",
- "offset": 578,
- "length": 21,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomState.swift",
- "kind": "IntegerLiteral",
- "offset": 629,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 730,
+ "offset": 15344,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 798,
+ "offset": 15371,
"length": 1,
- "value": "5"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1066,
- "length": 85,
- "value": "\"[State] 💜 Did change state from \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16207,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1113,
- "length": 2,
- "value": "\" to \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16245,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1130,
- "length": 1,
- "value": "\" \""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16382,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
- "kind": "StringLiteral",
- "offset": 1150,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 16848,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1715,
+ "offset": 16950,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Endpoint\/Endpoint.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1788,
+ "offset": 16996,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Video\/RoomVideoSettingRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 484,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Recording\/RecordingStatusEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 190,
- "length": 27,
- "value": "\"SendBirdCalls.RecordingStatusEventCommand\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1355,
- "length": 1,
- "value": "0"
+ "offset": 17036,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1365,
- "length": 6,
- "value": "0x2000"
+ "offset": 17073,
+ "length": 2,
+ "value": "15"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 1410,
+ "offset": 17114,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
- "kind": "IntegerLiteral",
- "offset": 3824,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
- "kind": "IntegerLiteral",
- "offset": 3834,
- "length": 6,
- "value": "0x2000"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17158,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/Compression.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 3879,
+ "offset": 17322,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2776,
- "length": 4,
- "value": "true"
+ "offset": 17359,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2805,
- "length": 4,
- "value": "true"
+ "offset": 17645,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallOptions\/CallOptions.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 2919,
- "length": 4,
- "value": "true"
+ "offset": 17683,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 12,
- "value": "\"setup_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 17720,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 444,
- "length": 31,
- "value": "\"transport_info_candidate_type\""
+ "offset": 17757,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 507,
- "length": 14,
- "value": "\"network_type\""
+ "offset": 18316,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 559,
- "length": 20,
- "value": "\"reconnection_count\""
+ "offset": 18686,
+ "length": 3,
+ "value": "\",\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 12,
- "value": "\"setup_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18793,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 444,
- "length": 31,
- "value": "\"transport_info_candidate_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 18944,
+ "length": 1,
+ "value": "5"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 507,
- "length": 14,
- "value": "\"network_type\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19446,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 559,
- "length": 20,
- "value": "\"reconnection_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19475,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 669,
- "length": 13,
- "value": "\"audio_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20548,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 711,
- "length": 11,
- "value": "\"audio_mos\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20596,
+ "length": 5,
+ "value": "1000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 762,
- "length": 25,
- "value": "\"audio_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22870,
+ "length": 3,
+ "value": "443"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 816,
- "length": 11,
- "value": "\"audio_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 22918,
+ "length": 2,
+ "value": "80"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 669,
- "length": 13,
- "value": "\"audio_codec\""
+ "offset": 23399,
+ "length": 71,
+ "value": "\"permessage-deflate; client_max_window_bits; server_max_window_bits=15\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 711,
- "length": 11,
- "value": "\"audio_mos\""
+ "offset": 23632,
+ "length": 23,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 762,
- "length": 25,
- "value": "\"audio_packets_lost_rate\""
+ "offset": 23645,
+ "length": 1,
+ "value": "\":\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 816,
- "length": 11,
- "value": "\"audio_rtt\""
+ "offset": 23654,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 13,
- "value": "\"video_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23812,
+ "length": 1,
+ "value": "2"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 959,
- "length": 20,
- "value": "\"video_freeze_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 23817,
+ "length": 1,
+ "value": "3"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 27,
- "value": "\"video_jitter_buffer_delay\""
+ "offset": 23948,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1099,
- "length": 35,
- "value": "\"video_jitter_buffer_emitted_count\""
+ "offset": 24057,
+ "length": 3,
+ "value": "\"\/\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1175,
- "length": 25,
- "value": "\"video_packets_lost_rate\""
+ "offset": 24124,
+ "length": 3,
+ "value": "\"?\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1245,
- "length": 29,
- "value": "\"video_received_frame_height\""
+ "offset": 24192,
+ "length": 53,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1318,
- "length": 28,
- "value": "\"video_received_frame_width\""
+ "offset": 24217,
+ "length": 5,
+ "value": "\"GET\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1375,
- "length": 11,
- "value": "\"video_rtt\""
+ "offset": 24223,
+ "length": 1,
+ "value": "\" \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1427,
- "length": 25,
- "value": "\"video_sent_frame_height\""
+ "offset": 24231,
+ "length": 4,
+ "value": "\" HTTP\/1.1\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1492,
- "length": 24,
- "value": "\"video_sent_frame_width\""
+ "offset": 24369,
+ "length": 20,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1557,
- "length": 25,
- "value": "\"video_total_decode_time\""
+ "offset": 24376,
+ "length": 1,
+ "value": "\": \""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1627,
- "length": 29,
- "value": "\"video_total_frames_duration\""
+ "offset": 24384,
+ "length": 1,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1702,
- "length": 30,
- "value": "\"video_total_freezes_duration\""
+ "offset": 24434,
+ "length": 6,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1778,
- "length": 31,
- "value": "\"video_total_inter_frame_delay\""
+ "offset": 24741,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1856,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24763,
+ "length": 2,
+ "value": "16"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1926,
- "length": 21,
- "value": "\"video_source_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24783,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1984,
- "length": 20,
- "value": "\"video_source_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24837,
+ "length": 2,
+ "value": "97"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 909,
- "length": 13,
- "value": "\"video_codec\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24861,
+ "length": 2,
+ "value": "25"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 959,
+ "offset": 24886,
"length": 20,
- "value": "\"video_freeze_count\""
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1022,
- "length": 27,
- "value": "\"video_jitter_buffer_delay\""
+ "offset": 24905,
+ "length": 1,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1099,
- "length": 35,
- "value": "\"video_jitter_buffer_emitted_count\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25070,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1175,
- "length": 25,
- "value": "\"video_packets_lost_rate\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25352,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 29,
- "value": "\"video_received_frame_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 25528,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1318,
- "length": 28,
- "value": "\"video_received_frame_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 26600,
+ "length": 9,
+ "value": "1000000"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1375,
- "length": 11,
- "value": "\"video_rtt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 27719,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 1427,
+ "offset": 27891,
"length": 25,
- "value": "\"video_sent_frame_height\""
+ "value": "\"Invalid SSL certificate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1492,
- "length": 24,
- "value": "\"video_sent_frame_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 27924,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1557,
- "length": 25,
- "value": "\"video_total_decode_time\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28220,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1627,
- "length": 29,
- "value": "\"video_total_frames_duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28642,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1702,
- "length": 30,
- "value": "\"video_total_freezes_duration\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 28881,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1778,
- "length": 31,
- "value": "\"video_total_inter_frame_delay\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29354,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1856,
- "length": 32,
- "value": "\"video_source_frames_per_second\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29391,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1926,
- "length": 21,
- "value": "\"video_source_height\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 29417,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
- "kind": "StringLiteral",
- "offset": 1984,
- "length": 20,
- "value": "\"video_source_width\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 29741,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/Summary.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 2353,
+ "offset": 30718,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantExitedEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 30752,
+ "length": 2,
+ "value": "-1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 192,
- "length": 29,
- "value": "\"SendBirdCalls.ParticipantExitedEventCommand\""
+ "offset": 30966,
+ "length": 22,
+ "value": "\"Invalid HTTP upgrade\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CreateEndpoint\/CreateEndpointRequest.swift",
- "kind": "BooleanLiteral",
- "offset": 515,
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31231,
"length": 4,
- "value": "true"
+ "value": "\"\r\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/PeerConnectionState\/PeerConnectionReconnectingState.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 193,
- "length": 31,
- "value": "\"SendBirdCalls.PeerConnectionReconnectingState\""
+ "offset": 31251,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1696,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31271,
+ "length": 4,
+ "value": "\"\r\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "Dictionary",
- "offset": 1793,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 31291,
+ "length": 4,
+ "value": "\"\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 1886,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "BooleanLiteral",
- "offset": 2686,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31340,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/DialParams.swift",
- "kind": "Dictionary",
- "offset": 2783,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31359,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 8,
- "value": "\"log_dt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31439,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 635,
- "length": 11,
- "value": "\"log_level\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31465,
+ "length": 1,
+ "value": "4"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 13,
- "value": "\"log_message\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31505,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 8,
- "value": "\"log_dt\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31592,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 635,
- "length": 11,
- "value": "\"log_level\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31641,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 13,
- "value": "\"log_message\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 31738,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "StringLiteral",
- "offset": 802,
- "length": 38,
- "value": "\"com.sendbird.sdk.calls.log.collector\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31811,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 873,
+ "offset": 31866,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 31926,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
- "kind": "Array",
- "offset": 909,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32537,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/LogCollector.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 953,
- "length": 3,
- "value": "500"
+ "offset": 32658,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/APIClient.swift",
- "kind": "StringLiteral",
- "offset": 400,
- "length": 5,
- "value": "\"\/v1\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 32695,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Video.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 5994,
+ "offset": 33016,
"length": 2,
- "value": "24"
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 210,
- "length": 7,
- "value": "\"Ready\""
+ "offset": 33072,
+ "length": 6,
+ "value": "\"\r\n\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 11,
- "value": "\"Executing\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33099,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 279,
- "length": 10,
- "value": "\"Finished\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33118,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 210,
- "length": 7,
- "value": "\"Ready\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33211,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 11,
- "value": "\"Executing\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33337,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 279,
- "length": 10,
- "value": "\"Finished\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33353,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
- "kind": "StringLiteral",
- "offset": 1055,
- "length": 41,
- "value": "\"com.sendbird.sdk.common.operation.state\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33403,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Operation\/Operation.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 105,
- "length": 13,
- "value": "\"SendBirdCalls.TaskOperation\""
+ "offset": 33541,
+ "length": 3,
+ "value": "\":\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Receivers\/EventDispatcher.swift",
- "kind": "Dictionary",
- "offset": 249,
- "length": 3,
- "value": "[]"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33590,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantConnectedEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 195,
- "length": 32,
- "value": "\"SendBirdCalls.ParticipantConnectedEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33647,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Participant\/ParticipantAudioSettingEventCommand.swift",
- "kind": "StringLiteral",
- "offset": 198,
- "length": 35,
- "value": "\"SendBirdCalls.ParticipantAudioSettingEventCommand\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33727,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 33846,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/SendInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34314,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsConfiguration.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 265,
+ "offset": 34358,
"length": 1,
- "value": "3"
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/TurnChanged\/TurnChangedEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 307,
- "length": 23,
- "value": "\"SendBirdCalls.TurnChangedEventCommand\""
+ "offset": 34392,
+ "length": 53,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 2870,
- "length": 9,
- "value": "\"1.10.17\""
+ "offset": 34408,
+ "length": 8,
+ "value": "\"258EAFA5-E914-47DA-95CA-C5AB0DC85B11\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
- "kind": "BooleanLiteral",
- "offset": 18965,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34542,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
- "kind": "BooleanLiteral",
- "offset": 24987,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34608,
+ "length": 1,
+ "value": "0"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
- "kind": "BooleanLiteral",
- "offset": 319,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 34649,
+ "length": 2,
+ "value": "-1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 801,
- "length": 11,
- "value": "\"log_level\""
+ "offset": 34869,
+ "length": 3,
+ "value": "\";\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/UploadLog\/UploadLogEventCommand.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 801,
- "length": 11,
- "value": "\"log_level\""
+ "offset": 34984,
+ "length": 20,
+ "value": "\"permessage-deflate\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
- "kind": "StringLiteral",
- "offset": 792,
- "length": 12,
- "value": "\"invitee_id\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35062,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Invitation\/CancelInvitationRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 792,
- "length": 12,
- "value": "\"invitee_id\""
+ "offset": 35104,
+ "length": 25,
+ "value": "\"server_max_window_bits=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
- "kind": "BooleanLiteral",
- "offset": 420,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "StringLiteral",
+ "offset": 35194,
+ "length": 3,
+ "value": "\"=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/RequestResender.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 447,
+ "offset": 35199,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 795,
- "length": 9,
- "value": "\"version\""
+ "offset": 35403,
+ "length": 25,
+ "value": "\"client_max_window_bits=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 829,
- "length": 11,
- "value": "\"user_role\""
+ "offset": 35493,
+ "length": 3,
+ "value": "\"=\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
- "kind": "StringLiteral",
- "offset": 868,
- "length": 14,
- "value": "\"summary_data\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 35498,
+ "length": 1,
+ "value": "1"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 795,
- "length": 9,
- "value": "\"version\""
+ "offset": 35695,
+ "length": 28,
+ "value": "\"client_no_context_takeover\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
- "kind": "StringLiteral",
- "offset": 829,
- "length": 11,
- "value": "\"user_role\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 35785,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/CallSummary\/SummaryRequest.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 868,
- "length": 14,
- "value": "\"summary_data\""
- },
- {
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
- "kind": "BooleanLiteral",
- "offset": 3956,
- "length": 5,
- "value": "false"
+ "offset": 35820,
+ "length": 28,
+ "value": "\"server_no_context_takeover\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 3987,
- "length": 5,
- "value": "false"
+ "offset": 35910,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/SequenceManager.swift",
- "kind": "StringLiteral",
- "offset": 376,
- "length": 39,
- "value": "\"com.sendbird.calls.sdk.sequence.queue\""
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 36413,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 974,
- "length": 42,
- "value": "\"SendBird.WebsocketDidConnectNotification\""
+ "kind": "IntegerLiteral",
+ "offset": 36420,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 1058,
- "length": 45,
- "value": "\"SendBird.WebsocketDidDisconnectNotification\""
+ "kind": "IntegerLiteral",
+ "offset": 36448,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 1145,
- "length": 45,
- "value": "\"SendBird.WebsocketDisconnectionErrorKeyName\""
+ "kind": "IntegerLiteral",
+ "offset": 36644,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 36664,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 36668,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 36702,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
- "length": 4,
- "value": "1003"
+ "offset": 36967,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 36987,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 37014,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
+ "offset": 37033,
"length": 4,
- "value": "1008"
+ "value": "0xff"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 37234,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 37238,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 37292,
+ "length": 1,
+ "value": "8"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 37301,
+ "length": 1,
+ "value": "7"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
+ "offset": 37312,
"length": 4,
- "value": "1003"
+ "value": "0xff"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 37822,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 37970,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
- "length": 4,
- "value": "1008"
+ "offset": 38174,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 38464,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1285,
- "length": 4,
- "value": "1000"
+ "offset": 38535,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1324,
- "length": 4,
- "value": "1001"
+ "offset": 38664,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1363,
- "length": 4,
- "value": "1002"
+ "offset": 38727,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1402,
- "length": 4,
- "value": "1003"
+ "offset": 38756,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1463,
- "length": 4,
- "value": "1005"
+ "offset": 38933,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1523,
- "length": 4,
- "value": "1007"
+ "offset": 38939,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1562,
- "length": 4,
- "value": "1008"
+ "offset": 38982,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 1601,
- "length": 4,
- "value": "1009"
+ "offset": 39010,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 4650,
- "length": 55,
- "value": "\"com.sendbird.sdk.calls.websocket.starscream.websocket\""
+ "kind": "IntegerLiteral",
+ "offset": 39016,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "Array",
- "offset": 4719,
- "length": 2,
- "value": "[]"
+ "kind": "StringLiteral",
+ "offset": 39226,
+ "length": 48,
+ "value": "\"masked and rsv data is not currently supported\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 4871,
- "length": 4,
- "value": "4096"
+ "kind": "StringLiteral",
+ "offset": 39798,
+ "length": 43,
+ "value": "\"unknown opcode: \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 4902,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 39840,
+ "length": 23,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
- "length": 3,
- "value": "0x0"
+ "offset": 39999,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 13865,
- "length": 3,
- "value": "0x1"
+ "kind": "StringLiteral",
+ "offset": 40134,
+ "length": 36,
+ "value": "\"control frames can't be fragmented\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 40417,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 40525,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "offset": 40646,
+ "length": 4,
+ "value": "1000"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14008,
- "length": 3,
- "value": "0xA"
+ "offset": 40667,
+ "length": 4,
+ "value": "1003"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
- "length": 3,
- "value": "0x0"
+ "offset": 40687,
+ "length": 4,
+ "value": "1007"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13865,
- "length": 3,
- "value": "0x1"
+ "offset": 40709,
+ "length": 4,
+ "value": "1013"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 40729,
+ "length": 4,
+ "value": "3000"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 40878,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "kind": "StringLiteral",
+ "offset": 40954,
+ "length": 29,
+ "value": "\"connection closed by server\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14008,
+ "offset": 41160,
"length": 3,
- "value": "0xA"
+ "value": "125"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13836,
+ "offset": 41353,
"length": 3,
- "value": "0x0"
+ "value": "127"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13865,
+ "offset": 41526,
"length": 3,
- "value": "0x1"
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13896,
- "length": 3,
- "value": "0x2"
+ "offset": 42086,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13960,
- "length": 3,
- "value": "0x8"
+ "offset": 42497,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 13984,
- "length": 3,
- "value": "0x9"
+ "offset": 42531,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 14008,
- "length": 3,
- "value": "0xA"
+ "kind": "StringLiteral",
+ "offset": 42714,
+ "length": 32,
+ "value": "\"Decompression failed: \""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14073,
- "length": 11,
- "value": "\"WebSocket\""
+ "offset": 42745,
+ "length": 1,
+ "value": "\"\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14270,
- "length": 9,
- "value": "\"Upgrade\""
+ "offset": 43212,
+ "length": 29,
+ "value": "\"connection closed by server\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14314,
- "length": 11,
- "value": "\"websocket\""
+ "kind": "IntegerLiteral",
+ "offset": 43926,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14360,
- "length": 6,
- "value": "\"Host\""
+ "kind": "IntegerLiteral",
+ "offset": 44365,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14401,
- "length": 12,
- "value": "\"Connection\""
+ "offset": 44555,
+ "length": 46,
+ "value": "\"continue frame before a binary or text frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14448,
- "length": 9,
- "value": "\"Upgrade\""
+ "kind": "BooleanLiteral",
+ "offset": 44733,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14492,
- "length": 24,
- "value": "\"Sec-WebSocket-Protocol\""
+ "offset": 44965,
+ "length": 39,
+ "value": "\"first frame can't be a continue frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14551,
- "length": 23,
- "value": "\"Sec-WebSocket-Version\""
+ "kind": "BooleanLiteral",
+ "offset": 45148,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "StringLiteral",
- "offset": 14609,
- "length": 4,
- "value": "\"13\""
+ "offset": 45654,
+ "length": 64,
+ "value": "\"second and beyond of fragment message must be a continue frame\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14648,
- "length": 26,
- "value": "\"Sec-WebSocket-Extensions\""
+ "kind": "IntegerLiteral",
+ "offset": 46026,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14709,
- "length": 19,
- "value": "\"Sec-WebSocket-Key\""
+ "kind": "IntegerLiteral",
+ "offset": 46069,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14763,
- "length": 8,
- "value": "\"Origin\""
+ "kind": "BooleanLiteral",
+ "offset": 46073,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 22,
- "value": "\"Sec-WebSocket-Accept\""
+ "kind": "BooleanLiteral",
+ "offset": 46080,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14863,
- "length": 4,
- "value": "4096"
+ "offset": 46701,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14902,
- "length": 4,
- "value": "0x80"
+ "offset": 46729,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 14941,
- "length": 4,
- "value": "0x0F"
+ "offset": 46978,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 14980,
- "length": 4,
- "value": "0x70"
+ "kind": "BooleanLiteral",
+ "offset": 47469,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 15019,
+ "kind": "BooleanLiteral",
+ "offset": 48616,
"length": 4,
- "value": "0x40"
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "BooleanLiteral",
+ "offset": 48646,
+ "length": 5,
+ "value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15058,
- "length": 4,
- "value": "0x80"
+ "offset": 48973,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15097,
- "length": 4,
- "value": "0x7F"
+ "offset": 49539,
+ "length": 1,
+ "value": "2"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15136,
- "length": 2,
- "value": "32"
+ "offset": 50395,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15173,
+ "offset": 50438,
"length": 3,
- "value": "101"
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "Array",
- "offset": 15211,
- "length": 16,
- "value": "[\"wss\", \"https\"]"
+ "kind": "IntegerLiteral",
+ "offset": 50467,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 15272,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50575,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15344,
- "length": 1,
- "value": "0"
+ "offset": 50580,
+ "length": 3,
+ "value": "126"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 15371,
+ "offset": 50769,
"length": 1,
- "value": "0"
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16207,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50774,
+ "length": 3,
+ "value": "127"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16245,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 50952,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16382,
- "length": 4,
- "value": "true"
+ "kind": "IntegerLiteral",
+ "offset": 51208,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16848,
- "length": 4,
- "value": "true"
+ "kind": "IntegerLiteral",
+ "offset": 51333,
+ "length": 1,
+ "value": "1"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16950,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 51373,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 16996,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 51545,
+ "length": 41,
+ "value": "\"output stream had an error during write\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 17036,
- "length": 2,
- "value": "15"
+ "offset": 51594,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "IntegerLiteral",
- "offset": 17073,
- "length": 2,
- "value": "15"
+ "offset": 51908,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17114,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 51998,
+ "length": 41,
+ "value": "\"output stream had an error during write\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17158,
- "length": 5,
- "value": "false"
+ "kind": "IntegerLiteral",
+ "offset": 52047,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17322,
- "length": 5,
- "value": "false"
+ "offset": 52682,
+ "length": 4,
+ "value": "true"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17359,
+ "offset": 52710,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17645,
+ "offset": 52757,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
"kind": "BooleanLiteral",
- "offset": 17683,
+ "offset": 53442,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "BooleanLiteral",
- "offset": 17720,
- "length": 5,
- "value": "false"
+ "kind": "StringLiteral",
+ "offset": 13707,
+ "length": 9,
+ "value": "\"SendBirdCalls.WebSocket\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "StringLiteral",
- "offset": 17757,
- "length": 2,
- "value": "\"\""
+ "kind": "IntegerLiteral",
+ "offset": 53706,
+ "length": 1,
+ "value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "kind": "IntegerLiteral",
+ "offset": 54339,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallParameters\/AcceptParams.swift",
"kind": "BooleanLiteral",
- "offset": 28642,
- "length": 4,
- "value": "true"
+ "offset": 1224,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsRequest.swift",
"kind": "StringLiteral",
- "offset": 13707,
- "length": 9,
- "value": "\"SendBirdCalls.WebSocket\""
+ "offset": 375,
+ "length": 7,
+ "value": "\"rooms\""
},
{
- "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/External\/Starscream\/WebSocket.swift",
- "kind": "IntegerLiteral",
- "offset": 54339,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/CustomItems\/GetRoomCustomItemsRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 397,
+ "length": 14,
+ "value": "\"custom_items\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Models\/RoomInvitation.swift",
@@ -293501,6 +308471,13 @@
"length": 26,
"value": "\"sbcall_short_lived_token\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Extensions\/ScreenShare.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1466,
+ "length": 2,
+ "value": "15"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/State\/ConnectedState.swift",
"kind": "StringLiteral",
@@ -293508,6 +308485,55 @@
"length": 14,
"value": "\"SendBirdCalls.ConnectedState\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "StringLiteral",
+ "offset": 2370,
+ "length": 20,
+ "value": "\"Unknown gzip error\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "Array",
+ "offset": 3102,
+ "length": 12,
+ "value": "[0x1f, 0x8b]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3718,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5394,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6093,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6590,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6706,
+ "length": 1,
+ "value": "2"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/Data+GZip.swift",
"kind": "IntegerLiteral",
@@ -293522,6 +308548,48 @@
"length": 2,
"value": "14"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 864,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 881,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 19,
+ "value": "\"calls_apns_remote\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 958,
+ "length": 7,
+ "value": "\"users\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 975,
+ "length": 6,
+ "value": "\"push\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 983,
+ "length": 11,
+ "value": "\"apns_voip\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/PushToken\/RegisterPushTokenRequest.swift",
"kind": "StringLiteral",
@@ -293634,6 +308702,41 @@
"length": 14,
"value": "\"network_type\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 878,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2334,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2888,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3168,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/TransportStatistics.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3601,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
"kind": "Array",
@@ -293641,6 +308744,55 @@
"length": 2,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 742,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1596,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2465,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2665,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2677,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2736,
+ "length": 1,
+ "value": "0"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallSummary\/StatsManager.swift",
"kind": "StringLiteral",
@@ -293669,6 +308821,146 @@
"length": 16,
"value": "\"audio_mos_list\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 12,
+ "value": "\"audiotrack\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 859,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1077,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1204,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 104,
+ "value": "\"Will update audio enable from: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 2,
+ "value": "\" to: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1351,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1580,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1877,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 139,
+ "value": "\"AudioSession is set to - Category: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2056,
+ "length": 1,
+ "value": "\", CategoryOptions: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2106,
+ "length": 1,
+ "value": "\", mode: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2134,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2189,
+ "length": 42,
+ "value": "\"AudioSession active with error: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2230,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2384,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2555,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2614,
+ "length": 65,
+ "value": "\"Failed to deactive audio session: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/WebRTC\/WebRTCClient+Audio.swift",
+ "kind": "StringLiteral",
+ "offset": 2678,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 422,
+ "length": 3,
+ "value": "\".\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
"kind": "StringLiteral",
@@ -293676,6 +308968,27 @@
"length": 5,
"value": "\"…\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 754,
+ "length": 7,
+ "value": "\".-_~ \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 948,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Extensions\/String+SendBirdCalls.swift",
+ "kind": "StringLiteral",
+ "offset": 959,
+ "length": 3,
+ "value": "\"+\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
"kind": "StringLiteral",
@@ -293732,6 +309045,139 @@
"length": 8,
"value": "\"DELETE\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "Array",
+ "offset": 628,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 667,
+ "length": 5,
+ "value": "\"\/v1\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 715,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 753,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1379,
+ "length": 74,
+ "value": "\"Error occurred while creating url request: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1452,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1718,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 1879,
+ "length": 4,
+ "value": "\"\/\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1888,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2041,
+ "length": 23,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2055,
+ "length": 1,
+ "value": "\"\/\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3265,
+ "length": 26,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3274,
+ "length": 1,
+ "value": "\"\": \"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 3288,
+ "length": 1,
+ "value": "\"\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4038,
+ "length": 14,
+ "value": "\"Invalid URL.\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4087,
+ "length": 14,
+ "value": "\"Invalid Path\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Client\/Commands\/Request\/Request.swift",
+ "kind": "StringLiteral",
+ "offset": 4358,
+ "length": 3,
+ "value": "\"\/\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/Commands\/Cancel\/CancelResponse.swift",
"kind": "StringLiteral",
@@ -293746,6 +309192,69 @@
"length": 3,
"value": "[]"
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 674,
+ "length": 33,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 2,
+ "value": "\" id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 706,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 37,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 881,
+ "length": 2,
+ "value": "\" id: \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 904,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2190,
+ "length": 12,
+ "value": "\"was called\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
+ "kind": "StringLiteral",
+ "offset": 2386,
+ "length": 12,
+ "value": "\"was called\""
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/RoomManager.swift",
"kind": "StringLiteral",
@@ -293851,6 +309360,13 @@
"length": 16,
"value": "\"stats_interval\""
},
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 994,
+ "length": 1,
+ "value": "3"
+ },
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/Command\/Authenticate\/AuthenticateResponse.swift",
"kind": "IntegerLiteral",
@@ -293864,6 +309380,230 @@
"offset": 1910,
"length": 1,
"value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2120,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4078,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4839,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4862,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5061,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5073,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5337,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5366,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "FloatLiteral",
+ "offset": 5433,
+ "length": 4,
+ "value": "-1.0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5858,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5910,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6612,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6787,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6865,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6959,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7371,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7560,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 7977,
+ "length": 112,
+ "value": "\"Failed to parse audio because CMAudioFormatDescriptionCreate failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 8088,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8213,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8457,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "BooleanLiteral",
+ "offset": 8752,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9208,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9389,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 9705,
+ "length": 98,
+ "value": "\"Failed to parse audio because CMSampleBufferCreate failed with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 9802,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10360,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 10598,
+ "length": 124,
+ "value": "\"Failed to parse audio because CMSampleBufferSetDataBufferFromAudioBufferList with error \""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Recorder\/AudioRecorder.swift",
+ "kind": "StringLiteral",
+ "offset": 10721,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Room\/Commands\/Delete\/DeleteRoomRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 7,
+ "value": "\"rooms\""
+ },
+ {
+ "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/Logger\/Logger.Observer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 589,
+ "length": 4,
+ "value": "true"
}
]
}
\ No newline at end of file
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index 15c2169..3aa6150 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
@@ -26,6 +26,7 @@ import VideoToolbox
import WebRTC
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import zlib
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRecordingOptions) public class RecordingOptions : ObjectiveC.NSObject {
@objc final public let recordingType: SendBirdCalls.RecordingOptions.RecordingType
@@ -59,7 +60,7 @@ import zlib
}
@_hasMissingDesignatedInitializers @objc(SBCDirectCallUser) public class DirectCallUser : SendBirdCalls.User {
@objc final public let role: SendBirdCalls.DirectCall.UserRole
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallUser {
@@ -107,7 +108,7 @@ extension SendBirdCalls.VideoDevice {
}
}
extension SendBirdCalls.DirectCall {
- @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, Swift.Error?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
+ @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, (any Swift.Error)?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
@objc dynamic public func stopScreenShare(completionHandler: SendBirdCalls.ErrorHandler? = nil)
}
extension SendBirdCalls.DirectCall {
@@ -126,8 +127,8 @@ extension SendBirdCalls.DirectCall {
@objc(logMessage:) func log(message: Swift.String)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class SBCLogger : ObjectiveC.NSObject {
- @objc(addLogReceiver:) public static func add(receiver: SendBirdCalls.SBCLogReceiver)
- @objc(removeLogReceiver:) public static func remove(receiver: SendBirdCalls.SBCLogReceiver)
+ @objc(addLogReceiver:) public static func add(receiver: any SendBirdCalls.SBCLogReceiver)
+ @objc(removeLogReceiver:) public static func remove(receiver: any SendBirdCalls.SBCLogReceiver)
@objc public static func setLoggerLevel(_ level: SendBirdCalls.SBCLogger.Level)
@objc deinit
}
@@ -145,15 +146,15 @@ extension SendBirdCalls.SBCLogger {
}
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBCRemoteParticipant) public class RemoteParticipant : SendBirdCalls.Participant {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objcMembers @objc(SBCChatOptions) public class SendBirdChatOptions : ObjectiveC.NSObject, Swift.Codable {
@objc public var channelURL: Swift.String
@objc public init(channelURL: Swift.String)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendBirdCalls.SendBirdCall {
@objc(createRoomWithParams:completionHandler:) public static func createRoom(with params: SendBirdCalls.RoomParams, completionHandler: @escaping SendBirdCalls.RoomHandler)
@@ -191,7 +192,7 @@ extension SendBirdCalls.DirectCall {
@objc public func startVideo()
@objc public func stopVideo()
@objc public func switchCamera(completionHandler: @escaping SendBirdCalls.ErrorHandler)
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objcMembers @objc(SBCDirectCallLog) public class DirectCallLog : ObjectiveC.NSObject, Swift.Codable {
@@ -227,8 +228,8 @@ extension SendBirdCalls.DirectCall {
@objc public var customItems: [Swift.String : Swift.String] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallLog {
@@ -316,16 +317,16 @@ extension SendBirdCalls.DirectCallLog {
case connected
case exited
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -363,7 +364,7 @@ extension SendBirdCalls.DirectCallLog {
@objc public func updateCustomItems(customItems: [Swift.String : Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteCustomItems(customItemKeys: [Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteAllCustomItems(completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
- @objc public func addDelegate(_ delegate: SendBirdCalls.RoomDelegate, identifier: Swift.String)
+ @objc public func addDelegate(_ delegate: any SendBirdCalls.RoomDelegate, identifier: Swift.String)
@objc public func removeDelegate(identifier: Swift.String)
@objc public func removeAllDelegates()
@objc public func sendInvitation(invitee: Swift.String, completionHandler: ((SendBirdCalls.RoomInvitation?, SendBirdCalls.SBCError?) -> Swift.Void)?)
@@ -480,7 +481,7 @@ extension SendBirdCalls.SendBirdVideoView {
@objc optional func wasInvitationDeclined(_ invitation: SendBirdCalls.RoomInvitation)
}
extension SendBirdCalls.DirectCall {
- public func setConnectionQualityDelegate(_ delegate: SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
+ public func setConnectionQualityDelegate(_ delegate: any SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
@objc dynamic public func removeConnectionQualityDelegate()
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRoomParams) public class RoomParams : ObjectiveC.NSObject, Swift.Encodable {
@@ -490,7 +491,7 @@ extension SendBirdCalls.DirectCall {
@objc public init(roomType: SendBirdCalls.RoomType, customItems: [Swift.String : Swift.String])
@available(*, unavailable, message: "Use `init(roomType:)` instead.")
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRange) public class SendBirdRange : ObjectiveC.NSObject {
@@ -524,9 +525,9 @@ extension SendBirdCalls.DirectCall {
@objc public var isActive: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendBirdCalls.User {
@objc override dynamic public var hash: Swift.Int {
@@ -760,7 +761,7 @@ public protocol ConnectionQualityDelegate : AnyObject {
@objc public var isVideoCall: Swift.Bool {
get
}
- @objc weak public var delegate: SendBirdCalls.DirectCallDelegate?
+ @objc weak public var delegate: (any SendBirdCalls.DirectCallDelegate)?
@objc @available(*, deprecated, message: "isRecording has been changed to `localRecordingStatus`. ")
public var isRecording: Swift.Bool {
@objc get
@@ -791,8 +792,8 @@ public protocol ConnectionQualityDelegate : AnyObject {
case smallRoomForVideo
case largeRoomForAudioOnly
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -804,8 +805,8 @@ extension SendBirdCalls.Room {
case open
case deleted
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -860,10 +861,10 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying {
@objc public static func routePickerView(frame: CoreFoundation.CGRect) -> UIKit.UIView
@objc public static func executeOn(queue: Dispatch.DispatchQueue)
@objc public static func setAppGroup(_ appGroup: Swift.String)
- @objc public static func addDelegate(_ delegate: SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
+ @objc public static func addDelegate(_ delegate: any SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
@objc public static func removeDelegate(identifier: Swift.String)
@objc public static func removeAllDelegates()
- @objc public static func addRecordingDelegate(_ delegate: SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
+ @objc public static func addRecordingDelegate(_ delegate: any SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
@objc public static func removeRecordingDelegate(identifier: Swift.String)
@objc public static func removeAllRecordingDelegates()
@objc(callForCallId:) public static func getCall(forCallId callId: Swift.String) -> SendBirdCalls.DirectCall?
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
index 5428f33..46b116a 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 15c2169..3aa6150 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
-// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
+// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SendBirdCalls
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
@@ -26,6 +26,7 @@ import VideoToolbox
import WebRTC
import _Concurrency
import _StringProcessing
+import _SwiftConcurrencyShims
import zlib
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRecordingOptions) public class RecordingOptions : ObjectiveC.NSObject {
@objc final public let recordingType: SendBirdCalls.RecordingOptions.RecordingType
@@ -59,7 +60,7 @@ import zlib
}
@_hasMissingDesignatedInitializers @objc(SBCDirectCallUser) public class DirectCallUser : SendBirdCalls.User {
@objc final public let role: SendBirdCalls.DirectCall.UserRole
- override public func encode(to encoder: Swift.Encoder) throws
+ override public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallUser {
@@ -107,7 +108,7 @@ extension SendBirdCalls.VideoDevice {
}
}
extension SendBirdCalls.DirectCall {
- @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, Swift.Error?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
+ @objc dynamic public func startScreenShare(completionHandler: @escaping ((((CoreMedia.CMSampleBuffer, (any Swift.Error)?) -> Swift.Void)?, SendBirdCalls.SBCError?) -> Swift.Void))
@objc dynamic public func stopScreenShare(completionHandler: SendBirdCalls.ErrorHandler? = nil)
}
extension SendBirdCalls.DirectCall {
@@ -126,8 +127,8 @@ extension SendBirdCalls.DirectCall {
@objc(logMessage:) func log(message: Swift.String)
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class SBCLogger : ObjectiveC.NSObject {
- @objc(addLogReceiver:) public static func add(receiver: SendBirdCalls.SBCLogReceiver)
- @objc(removeLogReceiver:) public static func remove(receiver: SendBirdCalls.SBCLogReceiver)
+ @objc(addLogReceiver:) public static func add(receiver: any SendBirdCalls.SBCLogReceiver)
+ @objc(removeLogReceiver:) public static func remove(receiver: any SendBirdCalls.SBCLogReceiver)
@objc public static func setLoggerLevel(_ level: SendBirdCalls.SBCLogger.Level)
@objc deinit
}
@@ -145,15 +146,15 @@ extension SendBirdCalls.SBCLogger {
}
}
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(SBCRemoteParticipant) public class RemoteParticipant : SendBirdCalls.Participant {
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@objcMembers @objc(SBCChatOptions) public class SendBirdChatOptions : ObjectiveC.NSObject, Swift.Codable {
@objc public var channelURL: Swift.String
@objc public init(channelURL: Swift.String)
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
- required public init(from decoder: Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
}
extension SendBirdCalls.SendBirdCall {
@objc(createRoomWithParams:completionHandler:) public static func createRoom(with params: SendBirdCalls.RoomParams, completionHandler: @escaping SendBirdCalls.RoomHandler)
@@ -191,7 +192,7 @@ extension SendBirdCalls.DirectCall {
@objc public func startVideo()
@objc public func stopVideo()
@objc public func switchCamera(completionHandler: @escaping SendBirdCalls.ErrorHandler)
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
}
@_hasMissingDesignatedInitializers @objcMembers @objc(SBCDirectCallLog) public class DirectCallLog : ObjectiveC.NSObject, Swift.Codable {
@@ -227,8 +228,8 @@ extension SendBirdCalls.DirectCall {
@objc public var customItems: [Swift.String : Swift.String] {
get
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
extension SendBirdCalls.DirectCallLog {
@@ -316,16 +317,16 @@ extension SendBirdCalls.DirectCallLog {
case connected
case exited
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
- required public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc override dynamic public var hash: Swift.Int {
@objc get
}
@@ -363,7 +364,7 @@ extension SendBirdCalls.DirectCallLog {
@objc public func updateCustomItems(customItems: [Swift.String : Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteCustomItems(customItemKeys: [Swift.String], completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
@objc public func deleteAllCustomItems(completionHandler: @escaping SendBirdCalls.CustomItemsHandler)
- @objc public func addDelegate(_ delegate: SendBirdCalls.RoomDelegate, identifier: Swift.String)
+ @objc public func addDelegate(_ delegate: any SendBirdCalls.RoomDelegate, identifier: Swift.String)
@objc public func removeDelegate(identifier: Swift.String)
@objc public func removeAllDelegates()
@objc public func sendInvitation(invitee: Swift.String, completionHandler: ((SendBirdCalls.RoomInvitation?, SendBirdCalls.SBCError?) -> Swift.Void)?)
@@ -480,7 +481,7 @@ extension SendBirdCalls.SendBirdVideoView {
@objc optional func wasInvitationDeclined(_ invitation: SendBirdCalls.RoomInvitation)
}
extension SendBirdCalls.DirectCall {
- public func setConnectionQualityDelegate(_ delegate: SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
+ public func setConnectionQualityDelegate(_ delegate: any SendBirdCalls.ConnectionQualityDelegate, monitoringMode: SendBirdCalls.ConnectionQualityMonitoringModes)
@objc dynamic public func removeConnectionQualityDelegate()
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRoomParams) public class RoomParams : ObjectiveC.NSObject, Swift.Encodable {
@@ -490,7 +491,7 @@ extension SendBirdCalls.DirectCall {
@objc public init(roomType: SendBirdCalls.RoomType, customItems: [Swift.String : Swift.String])
@available(*, unavailable, message: "Use `init(roomType:)` instead.")
@objc override dynamic public init()
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
@objc deinit
}
@_inheritsConvenienceInitializers @objcMembers @objc(SBCRange) public class SendBirdRange : ObjectiveC.NSObject {
@@ -524,9 +525,9 @@ extension SendBirdCalls.DirectCall {
@objc public var isActive: Swift.Bool {
get
}
- required public init(from decoder: Swift.Decoder) throws
+ required public init(from decoder: any Swift.Decoder) throws
@objc deinit
- public func encode(to encoder: Swift.Encoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
}
extension SendBirdCalls.User {
@objc override dynamic public var hash: Swift.Int {
@@ -760,7 +761,7 @@ public protocol ConnectionQualityDelegate : AnyObject {
@objc public var isVideoCall: Swift.Bool {
get
}
- @objc weak public var delegate: SendBirdCalls.DirectCallDelegate?
+ @objc weak public var delegate: (any SendBirdCalls.DirectCallDelegate)?
@objc @available(*, deprecated, message: "isRecording has been changed to `localRecordingStatus`. ")
public var isRecording: Swift.Bool {
@objc get
@@ -791,8 +792,8 @@ public protocol ConnectionQualityDelegate : AnyObject {
case smallRoomForVideo
case largeRoomForAudioOnly
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -804,8 +805,8 @@ extension SendBirdCalls.Room {
case open
case deleted
public init(stringValue: Swift.String)
- public init(from decoder: Swift.Decoder) throws
- public func encode(to encoder: Swift.Encoder) throws
+ public init(from decoder: any Swift.Decoder) throws
+ public func encode(to encoder: any Swift.Encoder) throws
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
@@ -860,10 +861,10 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying {
@objc public static func routePickerView(frame: CoreFoundation.CGRect) -> UIKit.UIView
@objc public static func executeOn(queue: Dispatch.DispatchQueue)
@objc public static func setAppGroup(_ appGroup: Swift.String)
- @objc public static func addDelegate(_ delegate: SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
+ @objc public static func addDelegate(_ delegate: any SendBirdCalls.SendBirdCallDelegate, identifier: Swift.String)
@objc public static func removeDelegate(identifier: Swift.String)
@objc public static func removeAllDelegates()
- @objc public static func addRecordingDelegate(_ delegate: SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
+ @objc public static func addRecordingDelegate(_ delegate: any SendBirdCalls.SendBirdRecordingDelegate, identifier: Swift.String)
@objc public static func removeRecordingDelegate(identifier: Swift.String)
@objc public static func removeAllRecordingDelegates()
@objc(callForCallId:) public static func getCall(forCallId callId: Swift.String) -> SendBirdCalls.DirectCall?
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/module.modulemap b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/module.modulemap
index d85c4d6..a8420de 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/module.modulemap
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/module.modulemap
@@ -1,7 +1,7 @@
framework module SendBirdCalls {
umbrella header "SendBirdCalls.h"
-
export *
+
module * { export * }
}
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/PrivacyInfo.xcprivacy b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/PrivacyInfo.xcprivacy
new file mode 100644
index 0000000..50a03dc
--- /dev/null
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/PrivacyInfo.xcprivacy
@@ -0,0 +1,57 @@
+
+
+
+
+ NSPrivacyCollectedDataTypes
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeUserID
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeProductPersonalization
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherUserContent
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyCollectedDataType
+ NSPrivacyCollectedDataTypeOtherDiagnosticData
+ NSPrivacyCollectedDataTypeLinked
+
+ NSPrivacyCollectedDataTypeTracking
+
+ NSPrivacyCollectedDataTypePurposes
+
+ NSPrivacyCollectedDataTypePurposeAppFunctionality
+
+
+
+ NSPrivacyAccessedAPITypes
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
+
+
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls
index 26dd587..1ac20f4 100755
Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls differ
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources
index c82c1fe..af7bb69 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Headers/SendBirdCalls-Swift.h
- O5WCjkwzFa/cEZVnZUcE/1b1Q1c=
+ phR2MO8n34anawn5Fsg7UC2vkiE=
Headers/SendBirdCalls.h
@@ -14,51 +14,55 @@
Info.plist
- Az0lpiuFcy5qbrit9ldnzEoSnS8=
+ sR1uOeYMOddgqZ4RR+aDevBxzA8=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json
- z5Dq5soqdQc/+47h7ayl6QTy0RU=
+ 8DbddAlN2XI2T0DJPxhedZ/X6JM=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- /087S8xTtRzXPe9/3FmcylIF9as=
+ OptkCDni6yQ+xl36E67STL7jwkA=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- 5BgqBYGmuX7AKh2jO/ra7iYA7m8=
+ O62q8+U2OiNv2xUz6TkczSyqrtM=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- /087S8xTtRzXPe9/3FmcylIF9as=
+ OptkCDni6yQ+xl36E67STL7jwkA=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- QVILVP7vGqs1lK+21tboSw18+kk=
+ MgAmMNr7jYYd9jktrceOpZeBpHI=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json
- Kez4tqN9ZXT3iFXqf4OoiF6Spmk=
+ vYc4zGuVcp1YdfHFNGW93IyzLK8=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- nSUk3TQrmcrlXVUUyr2d9bChZNU=
+ kz4vYwgpTRjqblnYlIJUaxE4UxM=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- OoEMUEu9drUDH7L4RGBxLceKepU=
+ 8ov1FivcE/iYSeKGWOy2jisCFDM=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- nSUk3TQrmcrlXVUUyr2d9bChZNU=
+ kz4vYwgpTRjqblnYlIJUaxE4UxM=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- LPcNBlM1d60g6+0zuoy3SVamK14=
+ QyJpbGQS3jdnar9DdTCEBET/U5M=
Modules/module.modulemap
- 05magXBCpWpKfQEvQx75+CGLMF4=
+ NNZKpy84Rxci0dlY7xlHoHXa1DQ=
+
+ PrivacyInfo.xcprivacy
+
+ xnEzxVnUgNuQwSbIKeMz+EKUtMs=
files2
@@ -67,7 +71,7 @@
hash2
- QCX26em53KXe6MeRF6PSyr5mMCtXxnSFenQCamxj04U=
+ IHmcnQtgUXu4zCUhJvoD+TVCuXHYQmQ5QjKg3x2hdtU=
Headers/SendBirdCalls.h
@@ -81,77 +85,84 @@
hash2
- NZlypDOrKQAO9uly/Ch1w1OZfu7vYue7h1L1Hz2L4sU=
+ N8vwBwGIee+K07wcKaLt/1AIPbxgbSLDb/VU5td58Ng=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- GClpl/u/yGRBJ743CaNppOMtPdrg0wZ868jCfeurfcA=
+ qm3OX1GwrZvf5xWmlsG8dDUL5LWPS/OanfbBacDpYVg=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash2
- 0wtk66xx9dqWN2n3si9CqoU45+6HVvoJ80urnMsG75M=
+ Ec0+R+CDXjKCNIyhowHbZ30SBPzky8UKJvKjRzV0tKA=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- GClpl/u/yGRBJ743CaNppOMtPdrg0wZ868jCfeurfcA=
+ qm3OX1GwrZvf5xWmlsG8dDUL5LWPS/OanfbBacDpYVg=
Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- 3Tzjw2v/IllR8reAOUBZQabvxXnhzBro1ui4gzWcc/w=
+ ExXBZJ1UKYSxetS2ncfyio6yPolY6XGie7M6BNPjarA=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- WmDSDOham2DuvZAYAHiJUOYqyU9MZwexAmJxi+3S6TM=
+ WnlJxvmzRtIUX2EkDWMfal7dcLaMkbWLpJLW3aCSe3w=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- pm9vLbMGE5AKpiSV9bsiRO2qYMjRpJ4tLTS97R3PGEI=
+ dQRiQ/F1gL7/URi/QEzN7essYpGj2sXa4tML4WGCHmM=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- tkFEbJfsCrkcWHOo8WWAfqKoZfpnEB4ME845YcNu5GU=
+ CFrWtrB39x8o9eIYu0ACvs/6Ku/du4maBGOENHM2/5E=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- pm9vLbMGE5AKpiSV9bsiRO2qYMjRpJ4tLTS97R3PGEI=
+ dQRiQ/F1gL7/URi/QEzN7essYpGj2sXa4tML4WGCHmM=
Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- aA5pFu4mwhVjITdn7C6iFPJTwYpfwNQNZI4n+5CAz8U=
+ iiIZARjQoVAgbSeBEJulpji30kQoM2DvXUgl1leCs+k=
Modules/module.modulemap
hash2
- 02lnhweanDfL3224HSB5m02mNbUQTT9JJlg/pt93AbQ=
+ DsmctzJiJSPaNbFa7HyK98JUmSv4yZ67q9X8DJQu+eA=
+
+
+ PrivacyInfo.xcprivacy
+
+ hash2
+
+ XfPDKDJ4erxQPcvPTGafRzITqgrm+wgJTvTecM+4Tvg=
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist
index c6f7d29..c919796 100644
--- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist
@@ -13,7 +13,7 @@
CFBundleSignature
????
CFBundleShortVersionString
- 1.10.17
+ 1.10.18
CFBundleVersion
1
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls
index 0c6eab5..c870f50 100644
Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls differ
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdCalls.yml b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdCalls.yml
new file mode 100644
index 0000000..0e8fe05
--- /dev/null
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/aarch64/SendBirdCalls.yml
@@ -0,0 +1,14538 @@
+---
+triple: 'arm64-apple-darwin'
+binary-path: '/Users/distiller/Library/Developer/Xcode/DerivedData/SendBirdCalls-dbjqlfwikkijbkgvuxucoxlahpdv/Build/Intermediates.noindex/ArchiveIntermediates/SendBirdCalls/InstallationBuildProductsLocation/Library/Frameworks/SendBirdCalls.framework/SendBirdCalls'
+relocations:
+ - { offsetInCU: 0x34, offset: 0x74D00, size: 0x8, addend: 0x0, symName: _SendBirdCallsVersionString, symObjAddr: 0x0, symBinAddr: 0x2194A0, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x74D35, size: 0x8, addend: 0x0, symName: _SendBirdCallsVersionNumber, symObjAddr: 0x38, symBinAddr: 0x2194D8, symSize: 0x0 }
+ - { offsetInCU: 0x75, offset: 0x74DC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueSSvg', symObjAddr: 0x590, symBinAddr: 0x4AC0, symSize: 0xC0 }
+ - { offsetInCU: 0xA4, offset: 0x74DEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueAESgSS_tcfC', symObjAddr: 0x650, symBinAddr: 0x4B80, symSize: 0x18 }
+ - { offsetInCU: 0xCC, offset: 0x74E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO8hasLocalSbvg', symObjAddr: 0x668, symBinAddr: 0x4B98, symSize: 0x10 }
+ - { offsetInCU: 0xFB, offset: 0x74E46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO9hasRemoteSbvg', symObjAddr: 0x678, symBinAddr: 0x4BA8, symSize: 0x14 }
+ - { offsetInCU: 0x12A, offset: 0x74E75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO2eeoiySbAG_AGtFZ', symObjAddr: 0x68C, symBinAddr: 0x4BBC, symSize: 0x10 }
+ - { offsetInCU: 0x158, offset: 0x74EA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x69C, symBinAddr: 0x4BCC, symSize: 0x24 }
+ - { offsetInCU: 0x1F2, offset: 0x74F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO9hashValueSivg', symObjAddr: 0x6C0, symBinAddr: 0x4BF0, symSize: 0x44 }
+ - { offsetInCU: 0x2FA, offset: 0x75045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x704, symBinAddr: 0x4C34, symSize: 0x14 }
+ - { offsetInCU: 0x356, offset: 0x750A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH9hashValueSivgTW', symObjAddr: 0x718, symBinAddr: 0x4C48, symSize: 0x44 }
+ - { offsetInCU: 0x439, offset: 0x75184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x75C, symBinAddr: 0x4C8C, symSize: 0x28 }
+ - { offsetInCU: 0x4AC, offset: 0x751F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x7FC, symBinAddr: 0x4D2C, symSize: 0x28 }
+ - { offsetInCU: 0x4C8, offset: 0x75213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1CF4, symBinAddr: 0x6210, symSize: 0x244 }
+ - { offsetInCU: 0x5CD, offset: 0x75318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0OvgTo', symObjAddr: 0x0, symBinAddr: 0x4530, symSize: 0x10 }
+ - { offsetInCU: 0x5ED, offset: 0x75338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0OvgTo', symObjAddr: 0x0, symBinAddr: 0x4530, symSize: 0x10 }
+ - { offsetInCU: 0x608, offset: 0x75353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0Ovg', symObjAddr: 0x10, symBinAddr: 0x4540, symSize: 0x10 }
+ - { offsetInCU: 0x643, offset: 0x7538E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13directoryPath10Foundation3URLVvgTo', symObjAddr: 0x20, symBinAddr: 0x4550, symSize: 0x28 }
+ - { offsetInCU: 0x67E, offset: 0x753C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13directoryPath10Foundation3URLVvg', symObjAddr: 0x48, symBinAddr: 0x4578, symSize: 0x44 }
+ - { offsetInCU: 0x6BB, offset: 0x75406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC8fileNameSSSgvgTo', symObjAddr: 0x8C, symBinAddr: 0x45BC, symSize: 0x5C }
+ - { offsetInCU: 0x6EE, offset: 0x75439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC8fileNameSSSgvg', symObjAddr: 0xE8, symBinAddr: 0x4618, symSize: 0x38 }
+ - { offsetInCU: 0x72B, offset: 0x75476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11recordingIdSSvgTo', symObjAddr: 0x120, symBinAddr: 0x4650, symSize: 0x4C }
+ - { offsetInCU: 0x766, offset: 0x754B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11recordingIdSSvg', symObjAddr: 0x16C, symBinAddr: 0x469C, symSize: 0x38 }
+ - { offsetInCU: 0x7C5, offset: 0x75510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfC', symObjAddr: 0x1A4, symBinAddr: 0x46D4, symSize: 0x154 }
+ - { offsetInCU: 0x81A, offset: 0x75565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfc', symObjAddr: 0x2F8, symBinAddr: 0x4828, symSize: 0x30 }
+ - { offsetInCU: 0x847, offset: 0x75592, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfcTo', symObjAddr: 0x328, symBinAddr: 0x4858, symSize: 0xA8 }
+ - { offsetInCU: 0x879, offset: 0x755C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfC', symObjAddr: 0x3D0, symBinAddr: 0x4900, symSize: 0x20 }
+ - { offsetInCU: 0x897, offset: 0x755E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfc', symObjAddr: 0x3F0, symBinAddr: 0x4920, symSize: 0xD0 }
+ - { offsetInCU: 0x8D4, offset: 0x7561F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfcTo', symObjAddr: 0x4C0, symBinAddr: 0x49F0, symSize: 0xD0 }
+ - { offsetInCU: 0x909, offset: 0x75654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11audioOptionAC0D4TypeO0G0Ovg', symObjAddr: 0x8CC, symBinAddr: 0x4DFC, symSize: 0x64 }
+ - { offsetInCU: 0x936, offset: 0x75681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11videoOptionAC0D4TypeO0G0Ovg', symObjAddr: 0x930, symBinAddr: 0x4E60, symSize: 0x60 }
+ - { offsetInCU: 0x963, offset: 0x756AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCfD', symObjAddr: 0x990, symBinAddr: 0x4EC0, symSize: 0x34 }
+ - { offsetInCU: 0x990, offset: 0x756DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfcTf4nngn_n', symObjAddr: 0x1BA4, symBinAddr: 0x60C0, symSize: 0x150 }
+ - { offsetInCU: 0xA06, offset: 0x75751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCfETo', symObjAddr: 0x9C4, symBinAddr: 0x4EF4, symSize: 0x68 }
+ - { offsetInCU: 0xA41, offset: 0x7578C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueACSgSS_tcfC', symObjAddr: 0xA2C, symBinAddr: 0x4F5C, symSize: 0x18 }
+ - { offsetInCU: 0xA5D, offset: 0x757A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueSSvg', symObjAddr: 0xA44, symBinAddr: 0x4F74, symSize: 0x68 }
+ - { offsetInCU: 0xA8C, offset: 0x757D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO7isValid4withSbAC_tF', symObjAddr: 0xAAC, symBinAddr: 0x4FDC, symSize: 0x2C }
+ - { offsetInCU: 0xAD8, offset: 0x75823, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xCDC, symBinAddr: 0x520C, symSize: 0x28 }
+ - { offsetInCU: 0xAEC, offset: 0x75837, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x1F74, symBinAddr: 0x6490, symSize: 0xE8 }
+ - { offsetInCU: 0xB83, offset: 0x758CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0VtcfcfA6_', symObjAddr: 0xDAC, symBinAddr: 0x52DC, symSize: 0xC }
+ - { offsetInCU: 0xBA1, offset: 0x758EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0VtcfcfA6_', symObjAddr: 0xDAC, symBinAddr: 0x52DC, symSize: 0xC }
+ - { offsetInCU: 0xBB3, offset: 0x758FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfcfA_', symObjAddr: 0xDB8, symBinAddr: 0x52E8, symSize: 0x8 }
+ - { offsetInCU: 0xBCD, offset: 0x75918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcfA3_', symObjAddr: 0xDC0, symBinAddr: 0x52F0, symSize: 0x8 }
+ - { offsetInCU: 0xBE7, offset: 0x75932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfcfA_', symObjAddr: 0xDCC, symBinAddr: 0x52FC, symSize: 0x8 }
+ - { offsetInCU: 0xC29, offset: 0x75974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout6callId6caller6callee07isVideoE00M7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSSAA0dE4UserCSgA5_SbAA0eS0CAA04TurnU0CSgSayAA10CapabilityOGSgSDyS2SGAA18StatsConfigurationVtcfcfA9_', symObjAddr: 0xDD4, symBinAddr: 0x5304, symSize: 0x40 }
+ - { offsetInCU: 0xC71, offset: 0x759BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callId06customF04modeACSS_SDyS2SGAC4ModeOtcfcfA1_', symObjAddr: 0xE14, symBinAddr: 0x5344, symSize: 0x8 }
+ - { offsetInCU: 0xC8B, offset: 0x759D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsACSaySSG_tcfcfA_', symObjAddr: 0xE1C, symBinAddr: 0x534C, symSize: 0xC }
+ - { offsetInCU: 0xCBE, offset: 0x75A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfcfA2_', symObjAddr: 0xE28, symBinAddr: 0x5358, symSize: 0x34 }
+ - { offsetInCU: 0xD61, offset: 0x75AAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfcfA3_', symObjAddr: 0xE5C, symBinAddr: 0x538C, symSize: 0x54 }
+ - { offsetInCU: 0xDE3, offset: 0x75B2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfcfA_', symObjAddr: 0xEB0, symBinAddr: 0x53E0, symSize: 0x38 }
+ - { offsetInCU: 0xE1A, offset: 0x75B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFfA0_', symObjAddr: 0xEE8, symBinAddr: 0x5418, symSize: 0xC }
+ - { offsetInCU: 0xE40, offset: 0x75B8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFfA0_', symObjAddr: 0xEE8, symBinAddr: 0x5418, symSize: 0xC }
+ - { offsetInCU: 0xE51, offset: 0x75B9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFfA_', symObjAddr: 0xEF4, symBinAddr: 0x5424, symSize: 0x8 }
+ - { offsetInCU: 0xE6B, offset: 0x75BB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfcfA_', symObjAddr: 0xEFC, symBinAddr: 0x542C, symSize: 0x8 }
+ - { offsetInCU: 0xE85, offset: 0x75BD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfcfA_', symObjAddr: 0xF04, symBinAddr: 0x5434, symSize: 0x8 }
+ - { offsetInCU: 0xE9F, offset: 0x75BEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfcfA0_', symObjAddr: 0xF0C, symBinAddr: 0x543C, symSize: 0x8 }
+ - { offsetInCU: 0xEB9, offset: 0x75C04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFfA0_', symObjAddr: 0xF14, symBinAddr: 0x5444, symSize: 0x8 }
+ - { offsetInCU: 0xED4, offset: 0x75C1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfcfA2_', symObjAddr: 0xF1C, symBinAddr: 0x544C, symSize: 0xC }
+ - { offsetInCU: 0xEEE, offset: 0x75C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfcfA3_', symObjAddr: 0xF28, symBinAddr: 0x5458, symSize: 0x8 }
+ - { offsetInCU: 0xF08, offset: 0x75C53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFfA_', symObjAddr: 0xF30, symBinAddr: 0x5460, symSize: 0x8 }
+ - { offsetInCU: 0xF3B, offset: 0x75C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfcfA1_', symObjAddr: 0xF38, symBinAddr: 0x5468, symSize: 0x48 }
+ - { offsetInCU: 0xF6D, offset: 0x75CB8, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE5trunc6length8trailingSSSi_SStFfA0_', symObjAddr: 0xF80, symBinAddr: 0x54B0, symSize: 0x10 }
+ - { offsetInCU: 0xF87, offset: 0x75CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfcfA8_', symObjAddr: 0xFA4, symBinAddr: 0x54D4, symSize: 0x8 }
+ - { offsetInCU: 0xFA1, offset: 0x75CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcfA0_', symObjAddr: 0xFAC, symBinAddr: 0x54DC, symSize: 0x8 }
+ - { offsetInCU: 0xFBB, offset: 0x75D06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcfA8_', symObjAddr: 0xFB4, symBinAddr: 0x54E4, symSize: 0xC }
+ - { offsetInCU: 0xFD9, offset: 0x75D24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcfA8_', symObjAddr: 0xFB4, symBinAddr: 0x54E4, symSize: 0xC }
+ - { offsetInCU: 0xFEC, offset: 0x75D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfcfA2_', symObjAddr: 0xFC0, symBinAddr: 0x54F0, symSize: 0xC }
+ - { offsetInCU: 0x104F, offset: 0x75D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfcfA_', symObjAddr: 0xFD0, symBinAddr: 0x5500, symSize: 0x48 }
+ - { offsetInCU: 0x10BB, offset: 0x75E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10disconnect15shouldReconnectySb_tFfA_', symObjAddr: 0x1128, symBinAddr: 0x5658, symSize: 0x8 }
+ - { offsetInCU: 0x10D5, offset: 0x75E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFfA0_', symObjAddr: 0x1130, symBinAddr: 0x5660, symSize: 0x8 }
+ - { offsetInCU: 0x10F0, offset: 0x75E3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFfA0_', symObjAddr: 0x1138, symBinAddr: 0x5668, symSize: 0x8 }
+ - { offsetInCU: 0x110B, offset: 0x75E56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfcfA_', symObjAddr: 0x1140, symBinAddr: 0x5670, symSize: 0x4 }
+ - { offsetInCU: 0x1132, offset: 0x75E7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcfA4_', symObjAddr: 0x1144, symBinAddr: 0x5674, symSize: 0x8 }
+ - { offsetInCU: 0x114C, offset: 0x75E97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcfA5_', symObjAddr: 0x114C, symBinAddr: 0x567C, symSize: 0x8 }
+ - { offsetInCU: 0x1166, offset: 0x75EB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6userId8nickname10profileURL8metadata6active011participantF006clientF05state9videoViewACSS_SSSgAMSDyS2SGSgSbSgS2SAC5StateOAA0ab5VideoP0CSgtcfcfA6_', symObjAddr: 0x1154, symBinAddr: 0x5684, symSize: 0x8 }
+ - { offsetInCU: 0x1180, offset: 0x75ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0OtcfcfA2_', symObjAddr: 0x115C, symBinAddr: 0x568C, symSize: 0x8 }
+ - { offsetInCU: 0x119A, offset: 0x75EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFfA_', symObjAddr: 0x1164, symBinAddr: 0x5694, symSize: 0x8 }
+ - { offsetInCU: 0x11B5, offset: 0x75F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFfA0_', symObjAddr: 0x116C, symBinAddr: 0x569C, symSize: 0x8 }
+ - { offsetInCU: 0x11D0, offset: 0x75F1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfcfA_', symObjAddr: 0x1174, symBinAddr: 0x56A4, symSize: 0x8 }
+ - { offsetInCU: 0x11EA, offset: 0x75F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfcfA4_', symObjAddr: 0x117C, symBinAddr: 0x56AC, symSize: 0x8 }
+ - { offsetInCU: 0x1204, offset: 0x75F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21updateVideoResolution2to3fpsyAA0H0V0H4TypeO_s5Int32VtFfA0_', symObjAddr: 0x1184, symBinAddr: 0x56B4, symSize: 0x8 }
+ - { offsetInCU: 0x121E, offset: 0x75F69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfcfA9_', symObjAddr: 0x118C, symBinAddr: 0x56BC, symSize: 0xC }
+ - { offsetInCU: 0x123C, offset: 0x75F87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfcfA9_', symObjAddr: 0x118C, symBinAddr: 0x56BC, symSize: 0xC }
+ - { offsetInCU: 0x124F, offset: 0x75F9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfcfA10_', symObjAddr: 0x1198, symBinAddr: 0x56C8, symSize: 0xC }
+ - { offsetInCU: 0x1269, offset: 0x75FB4, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5total8multiplys5Int64VSgAH_tFfA_', symObjAddr: 0x11A4, symBinAddr: 0x56D4, symSize: 0x8 }
+ - { offsetInCU: 0x1283, offset: 0x75FCE, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE5total8multiplyAESgAE_tFfA_', symObjAddr: 0x11AC, symBinAddr: 0x56DC, symSize: 0x8 }
+ - { offsetInCU: 0x129D, offset: 0x75FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfcfA0_', symObjAddr: 0x11B8, symBinAddr: 0x56E8, symSize: 0x8 }
+ - { offsetInCU: 0x12C4, offset: 0x7600F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV_12userDefaultsACyxGSS_So06NSUserH0CtcfcfA0_', symObjAddr: 0x11C0, symBinAddr: 0x56F0, symSize: 0x2C }
+ - { offsetInCU: 0x12FB, offset: 0x76046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZfA2_', symObjAddr: 0x11EC, symBinAddr: 0x571C, symSize: 0x14 }
+ - { offsetInCU: 0x1315, offset: 0x76060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0VtcfcfA2_', symObjAddr: 0x1200, symBinAddr: 0x5730, symSize: 0xC }
+ - { offsetInCU: 0x132F, offset: 0x7607A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfcfA3_', symObjAddr: 0x120C, symBinAddr: 0x573C, symSize: 0xC }
+ - { offsetInCU: 0x1349, offset: 0x76094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfcfA0_', symObjAddr: 0x1218, symBinAddr: 0x5748, symSize: 0x8 }
+ - { offsetInCU: 0x1370, offset: 0x760BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV_12userDefaultsACyxGSS_So06NSUserG0CtcfcfA0_', symObjAddr: 0x1220, symBinAddr: 0x5750, symSize: 0x2C }
+ - { offsetInCU: 0x13A7, offset: 0x760F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomId06customG04modeACSS_SDyS2SGAC4ModeOtcfcfA1_', symObjAddr: 0x124C, symBinAddr: 0x577C, symSize: 0x8 }
+ - { offsetInCU: 0x13C1, offset: 0x7610C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysACSb_tcfcfA_', symObjAddr: 0x1254, symBinAddr: 0x5784, symSize: 0x8 }
+ - { offsetInCU: 0x13DB, offset: 0x76126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA6_', symObjAddr: 0x125C, symBinAddr: 0x578C, symSize: 0xC }
+ - { offsetInCU: 0x13F6, offset: 0x76141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA10_', symObjAddr: 0x1268, symBinAddr: 0x5798, symSize: 0x8 }
+ - { offsetInCU: 0x1411, offset: 0x7615C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA14_', symObjAddr: 0x12BC, symBinAddr: 0x57EC, symSize: 0xC }
+ - { offsetInCU: 0x1430, offset: 0x7617B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA14_', symObjAddr: 0x12BC, symBinAddr: 0x57EC, symSize: 0xC }
+ - { offsetInCU: 0x1443, offset: 0x7618E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfcfA2_', symObjAddr: 0x1348, symBinAddr: 0x5878, symSize: 0xC }
+ - { offsetInCU: 0x145D, offset: 0x761A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC9urlString5appId06clientH018ackTimeoutIntervalACSSSg_AHSSSdtcfcfA2_', symObjAddr: 0x1354, symBinAddr: 0x5884, symSize: 0xC }
+ - { offsetInCU: 0x1477, offset: 0x761C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA_', symObjAddr: 0x1360, symBinAddr: 0x5890, symSize: 0x8 }
+ - { offsetInCU: 0x1491, offset: 0x761DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA0_', symObjAddr: 0x1368, symBinAddr: 0x5898, symSize: 0xC }
+ - { offsetInCU: 0x14AB, offset: 0x761F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA1_', symObjAddr: 0x1374, symBinAddr: 0x58A4, symSize: 0x18 }
+ - { offsetInCU: 0x14C5, offset: 0x76210, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE7gzipped5levelAcD16CompressionLevelV_tKFfA_', symObjAddr: 0x138C, symBinAddr: 0x58BC, symSize: 0x8 }
+ - { offsetInCU: 0x14DF, offset: 0x7622A, size: 0x8, addend: 0x0, symName: '_$sSE13SendBirdCallsE12toDictionary11keyStrategySDySSypGSg10Foundation11JSONEncoderC011KeyEncodingG0O_tFfA_', symObjAddr: 0x1394, symBinAddr: 0x58C4, symSize: 0x44 }
+ - { offsetInCU: 0x1504, offset: 0x7624F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionToken11currentUser8isPushOn13statsIntervalACSS_AA0I0CSbSitcfcfA2_', symObjAddr: 0x1454, symBinAddr: 0x5984, symSize: 0x8 }
+ - { offsetInCU: 0x1560, offset: 0x762AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMa', symObjAddr: 0x1F38, symBinAddr: 0x6454, symSize: 0x3C }
+ - { offsetInCU: 0x1574, offset: 0x762BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOy', symObjAddr: 0x205C, symBinAddr: 0x6578, symSize: 0x14 }
+ - { offsetInCU: 0x1588, offset: 0x762D3, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x2070, symBinAddr: 0x658C, symSize: 0x3C }
+ - { offsetInCU: 0x159C, offset: 0x762E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASQWb', symObjAddr: 0x20AC, symBinAddr: 0x65C8, symSize: 0x4 }
+ - { offsetInCU: 0x15B0, offset: 0x762FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOAGSQAAWl', symObjAddr: 0x20B0, symBinAddr: 0x65CC, symSize: 0x44 }
+ - { offsetInCU: 0x15C4, offset: 0x7630F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSHAASQWb', symObjAddr: 0x20F4, symBinAddr: 0x6610, symSize: 0x4 }
+ - { offsetInCU: 0x15D8, offset: 0x76323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESQAAWl', symObjAddr: 0x20F8, symBinAddr: 0x6614, symSize: 0x44 }
+ - { offsetInCU: 0x15EC, offset: 0x76337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSHAASQWb', symObjAddr: 0x213C, symBinAddr: 0x6658, symSize: 0x4 }
+ - { offsetInCU: 0x1600, offset: 0x7634B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSQAAWl', symObjAddr: 0x2140, symBinAddr: 0x665C, symSize: 0x44 }
+ - { offsetInCU: 0x1614, offset: 0x7635F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMU', symObjAddr: 0x2184, symBinAddr: 0x66A0, symSize: 0x8 }
+ - { offsetInCU: 0x1628, offset: 0x76373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMr', symObjAddr: 0x218C, symBinAddr: 0x66A8, symSize: 0x90 }
+ - { offsetInCU: 0x163C, offset: 0x76387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOMa', symObjAddr: 0x2268, symBinAddr: 0x6784, symSize: 0x10 }
+ - { offsetInCU: 0x1650, offset: 0x7639B, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x2278, symBinAddr: 0x6794, symSize: 0xC }
+ - { offsetInCU: 0x1664, offset: 0x763AF, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x2284, symBinAddr: 0x67A0, symSize: 0x4 }
+ - { offsetInCU: 0x1678, offset: 0x763C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwet', symObjAddr: 0x2288, symBinAddr: 0x67A4, symSize: 0x90 }
+ - { offsetInCU: 0x168C, offset: 0x763D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwst', symObjAddr: 0x2318, symBinAddr: 0x6834, symSize: 0xBC }
+ - { offsetInCU: 0x16A0, offset: 0x763EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwug', symObjAddr: 0x23D4, symBinAddr: 0x68F0, symSize: 0x8 }
+ - { offsetInCU: 0x16B4, offset: 0x763FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwup', symObjAddr: 0x23DC, symBinAddr: 0x68F8, symSize: 0x4 }
+ - { offsetInCU: 0x16C8, offset: 0x76413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwui', symObjAddr: 0x23E0, symBinAddr: 0x68FC, symSize: 0x8 }
+ - { offsetInCU: 0x16DC, offset: 0x76427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOMa', symObjAddr: 0x23E8, symBinAddr: 0x6904, symSize: 0x10 }
+ - { offsetInCU: 0x16F0, offset: 0x7643B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOMa', symObjAddr: 0x23F8, symBinAddr: 0x6914, symSize: 0x10 }
+ - { offsetInCU: 0x1704, offset: 0x7644F, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwCP', symObjAddr: 0x2408, symBinAddr: 0x6924, symSize: 0x30 }
+ - { offsetInCU: 0x1718, offset: 0x76463, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x2438, symBinAddr: 0x6954, symSize: 0x24 }
+ - { offsetInCU: 0x172C, offset: 0x76477, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwet', symObjAddr: 0x245C, symBinAddr: 0x6978, symSize: 0x5C }
+ - { offsetInCU: 0x1740, offset: 0x7648B, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwst', symObjAddr: 0x24B8, symBinAddr: 0x69D4, symSize: 0x70 }
+ - { offsetInCU: 0x1754, offset: 0x7649F, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_4, symObjAddr: 0x258C, symBinAddr: 0x6AA8, symSize: 0x14 }
+ - { offsetInCU: 0x1768, offset: 0x764B3, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawet', symObjAddr: 0x25A0, symBinAddr: 0x6ABC, symSize: 0x20 }
+ - { offsetInCU: 0x177C, offset: 0x764C7, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawst', symObjAddr: 0x25C0, symBinAddr: 0x6ADC, symSize: 0x2C }
+ - { offsetInCU: 0x1790, offset: 0x764DB, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2650, symBinAddr: 0x6B6C, symSize: 0xC }
+ - { offsetInCU: 0x17A4, offset: 0x764EF, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x265C, symBinAddr: 0x6B78, symSize: 0x20 }
+ - { offsetInCU: 0x17B8, offset: 0x76503, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwst', symObjAddr: 0x267C, symBinAddr: 0x6B98, symSize: 0x28 }
+ - { offsetInCU: 0x17CC, offset: 0x76517, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2708, symBinAddr: 0x6C24, symSize: 0x2C }
+ - { offsetInCU: 0x17E0, offset: 0x7652B, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2734, symBinAddr: 0x6C50, symSize: 0x2C }
+ - { offsetInCU: 0x17F4, offset: 0x7653F, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x27A0, symBinAddr: 0x6CBC, symSize: 0x2C }
+ - { offsetInCU: 0x1808, offset: 0x76553, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeaSHSCSQWb', symObjAddr: 0x27CC, symBinAddr: 0x6CE8, symSize: 0x2C }
+ - { offsetInCU: 0x181C, offset: 0x76567, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x27F8, symBinAddr: 0x6D14, symSize: 0x2C }
+ - { offsetInCU: 0x1830, offset: 0x7657B, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x2824, symBinAddr: 0x6D40, symSize: 0x2C }
+ - { offsetInCU: 0x1844, offset: 0x7658F, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryaSHSCSQWb', symObjAddr: 0x2850, symBinAddr: 0x6D6C, symSize: 0x2C }
+ - { offsetInCU: 0x1858, offset: 0x765A3, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSQWb', symObjAddr: 0x287C, symBinAddr: 0x6D98, symSize: 0x2C }
+ - { offsetInCU: 0x186C, offset: 0x765B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSYAAWl', symObjAddr: 0x29B8, symBinAddr: 0x6ED4, symSize: 0x44 }
+ - { offsetInCU: 0x1880, offset: 0x765CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESYAAWl', symObjAddr: 0x29FC, symBinAddr: 0x6F18, symSize: 0x44 }
+ - { offsetInCU: 0x1894, offset: 0x765DF, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCSQWb', symObjAddr: 0x2AC0, symBinAddr: 0x6FDC, symSize: 0x2C }
+ - { offsetInCU: 0x18A8, offset: 0x765F3, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x2AEC, symBinAddr: 0x7008, symSize: 0x2C }
+ - { offsetInCU: 0x18BC, offset: 0x76607, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs9OptionSetSCSYWb', symObjAddr: 0x2B18, symBinAddr: 0x7034, symSize: 0x2C }
+ - { offsetInCU: 0x18D0, offset: 0x7661B, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs9OptionSetSCs0F7AlgebraPWb', symObjAddr: 0x2B44, symBinAddr: 0x7060, symSize: 0x2C }
+ - { offsetInCU: 0x19D6, offset: 0x76721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x784, symBinAddr: 0x4CB4, symSize: 0x40 }
+ - { offsetInCU: 0x1A72, offset: 0x767BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7DC, symBinAddr: 0x4D0C, symSize: 0x8 }
+ - { offsetInCU: 0x1A8E, offset: 0x767D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x824, symBinAddr: 0x4D54, symSize: 0x5C }
+ - { offsetInCU: 0x1AB1, offset: 0x767FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x880, symBinAddr: 0x4DB0, symSize: 0x4C }
+ - { offsetInCU: 0x1AE3, offset: 0x7682E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x5110, symSize: 0x40 }
+ - { offsetInCU: 0x1B3D, offset: 0x76888, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD04, symBinAddr: 0x5234, symSize: 0x5C }
+ - { offsetInCU: 0x1B60, offset: 0x768AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD60, symBinAddr: 0x5290, symSize: 0x4C }
+ - { offsetInCU: 0x1BAD, offset: 0x768F8, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRotationVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x145C, symBinAddr: 0x598C, symSize: 0x14 }
+ - { offsetInCU: 0x1C02, offset: 0x7694D, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14F4, symBinAddr: 0x5A24, symSize: 0x58 }
+ - { offsetInCU: 0x1C57, offset: 0x769A2, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromC1C_6resulty01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x1558, symBinAddr: 0x5A88, symSize: 0x14 }
+ - { offsetInCU: 0x1C97, offset: 0x769E2, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromC1C_6resultSb01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x156C, symBinAddr: 0x5A9C, symSize: 0x18 }
+ - { offsetInCU: 0x1CD7, offset: 0x76A22, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1594, symBinAddr: 0x5AC4, symSize: 0x14 }
+ - { offsetInCU: 0x1D17, offset: 0x76A62, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x15A8, symBinAddr: 0x5AD8, symSize: 0x18 }
+ - { offsetInCU: 0x1D7B, offset: 0x76AC6, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP5unionyxxnFTW', symObjAddr: 0x1614, symBinAddr: 0x5B44, symSize: 0x14 }
+ - { offsetInCU: 0x1E18, offset: 0x76B63, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP12intersectionyxxFTW', symObjAddr: 0x1628, symBinAddr: 0x5B58, symSize: 0x14 }
+ - { offsetInCU: 0x1EAD, offset: 0x76BF8, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP19symmetricDifferenceyxxnFTW', symObjAddr: 0x163C, symBinAddr: 0x5B6C, symSize: 0x14 }
+ - { offsetInCU: 0x1F9B, offset: 0x76CE6, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP6removey7ElementQzSgAGFTW', symObjAddr: 0x1650, symBinAddr: 0x5B80, symSize: 0x2C }
+ - { offsetInCU: 0x2128, offset: 0x76E73, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP6update4with7ElementQzSgAHn_tFTW', symObjAddr: 0x167C, symBinAddr: 0x5BAC, symSize: 0x24 }
+ - { offsetInCU: 0x2214, offset: 0x76F5F, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP16formIntersectionyyxFTW', symObjAddr: 0x16A0, symBinAddr: 0x5BD0, symSize: 0x14 }
+ - { offsetInCU: 0x227A, offset: 0x76FC5, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x16B4, symBinAddr: 0x5BE4, symSize: 0x14 }
+ - { offsetInCU: 0x22EF, offset: 0x7703A, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP11subtractingyxxFTW', symObjAddr: 0x16C8, symBinAddr: 0x5BF8, symSize: 0x14 }
+ - { offsetInCU: 0x2398, offset: 0x770E3, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP8isSubset2ofSbx_tFTW', symObjAddr: 0x16DC, symBinAddr: 0x5C0C, symSize: 0x14 }
+ - { offsetInCU: 0x240F, offset: 0x7715A, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP10isDisjoint4withSbx_tFTW', symObjAddr: 0x16F0, symBinAddr: 0x5C20, symSize: 0x14 }
+ - { offsetInCU: 0x24C7, offset: 0x77212, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP10isSuperset2ofSbx_tFTW', symObjAddr: 0x1704, symBinAddr: 0x5C34, symSize: 0x14 }
+ - { offsetInCU: 0x2561, offset: 0x772AC, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP7isEmptySbvgTW', symObjAddr: 0x1718, symBinAddr: 0x5C48, symSize: 0x10 }
+ - { offsetInCU: 0x25C9, offset: 0x77314, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACPyxqd__ncSTRd__7ElementQyd__AERtzlufCTW', symObjAddr: 0x1728, symBinAddr: 0x5C58, symSize: 0x28 }
+ - { offsetInCU: 0x25E5, offset: 0x77330, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP8subtractyyxFTW', symObjAddr: 0x1750, symBinAddr: 0x5C80, symSize: 0x14 }
+ - { offsetInCU: 0x26E8, offset: 0x77433, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x1770, symBinAddr: 0x5C94, symSize: 0x30 }
+ - { offsetInCU: 0x2812, offset: 0x7755D, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x17A0, symBinAddr: 0x5CC4, symSize: 0x14 }
+ - { offsetInCU: 0x2878, offset: 0x775C3, size: 0x8, addend: 0x0, symName: '_$sSo17NSMatchingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x17B4, symBinAddr: 0x5CD8, symSize: 0x8 }
+ - { offsetInCU: 0x28A3, offset: 0x775EE, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs25ExpressibleByArrayLiteralSCsACP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x1824, symBinAddr: 0x5D48, symSize: 0x3C }
+ - { offsetInCU: 0x28D4, offset: 0x7761F, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas35_HasCustomAnyHashableRepresentationSCsACP03_todeF0s0eF0VSgyFTW', symObjAddr: 0x188C, symBinAddr: 0x5DA8, symSize: 0x84 }
+ - { offsetInCU: 0x28F0, offset: 0x7763B, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x197C, symBinAddr: 0x5E98, symSize: 0x84 }
+ - { offsetInCU: 0x29BB, offset: 0x77706, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRotationVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x17C8, symBinAddr: 0x5CEC, symSize: 0x10 }
+ - { offsetInCU: 0x2A91, offset: 0x777DC, size: 0x8, addend: 0x0, symName: '_$sSo13NSStreamEventVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x17BC, symBinAddr: 0x5CE0, symSize: 0xC }
+ - { offsetInCU: 0x2ABC, offset: 0x77807, size: 0x8, addend: 0x0, symName: '_$sSo17NSMatchingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0x1860, symBinAddr: 0x5D84, symSize: 0xC }
+ - { offsetInCU: 0x2C09, offset: 0x77954, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x1470, symBinAddr: 0x59A0, symSize: 0x3C }
+ - { offsetInCU: 0x2C25, offset: 0x77970, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x14AC, symBinAddr: 0x59DC, symSize: 0x48 }
+ - { offsetInCU: 0x2C48, offset: 0x77993, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x17D8, symBinAddr: 0x5CFC, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x77AB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x71D4, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x77AD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x71D4, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x77AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x71DC, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x77B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x7224, symSize: 0x23C }
+ - { offsetInCU: 0x159, offset: 0x77BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x444, symBinAddr: 0x7618, symSize: 0x6C }
+ - { offsetInCU: 0x1F3, offset: 0x77C7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x4B0, symBinAddr: 0x7684, symSize: 0x28 }
+ - { offsetInCU: 0x2AE, offset: 0x77D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D8, symBinAddr: 0x76AC, symSize: 0x2C }
+ - { offsetInCU: 0x30D, offset: 0x77D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x504, symBinAddr: 0x76D8, symSize: 0x2C }
+ - { offsetInCU: 0x364, offset: 0x77DED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfd', symObjAddr: 0x538, symBinAddr: 0x770C, symSize: 0x2C }
+ - { offsetInCU: 0x3B5, offset: 0x77E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfD', symObjAddr: 0x564, symBinAddr: 0x7738, symSize: 0x34 }
+ - { offsetInCU: 0x40F, offset: 0x77E98, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x28C, symBinAddr: 0x7460, symSize: 0x40 }
+ - { offsetInCU: 0x423, offset: 0x77EAC, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x2CC, symBinAddr: 0x74A0, symSize: 0x24 }
+ - { offsetInCU: 0x437, offset: 0x77EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2F0, symBinAddr: 0x74C4, symSize: 0x44 }
+ - { offsetInCU: 0x44B, offset: 0x77ED4, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x334, symBinAddr: 0x7508, symSize: 0x20 }
+ - { offsetInCU: 0x45F, offset: 0x77EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCMa', symObjAddr: 0x354, symBinAddr: 0x7528, symSize: 0x20 }
+ - { offsetInCU: 0x473, offset: 0x77EFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs9CodingKeyAAWl', symObjAddr: 0x374, symBinAddr: 0x7548, symSize: 0x44 }
+ - { offsetInCU: 0x487, offset: 0x77F10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCAA0E0CSeAAWl', symObjAddr: 0x3B8, symBinAddr: 0x758C, symSize: 0x48 }
+ - { offsetInCU: 0x49B, offset: 0x77F24, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0x400, symBinAddr: 0x75D4, symSize: 0x44 }
+ - { offsetInCU: 0x574, offset: 0x77FFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0x7704, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x78269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x7780, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x78281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x7780, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x7829B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x7784, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x782CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x77C0, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x782ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x77E8, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x7831E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x7828, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x7833A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x782C, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x78356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB4, symBinAddr: 0x7834, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x7836A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6roomIdSSvg', symObjAddr: 0xBC, symBinAddr: 0x783C, symSize: 0x2C }
+ - { offsetInCU: 0x144, offset: 0x78386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10endpointIdSSvg', symObjAddr: 0xE8, symBinAddr: 0x7868, symSize: 0x2C }
+ - { offsetInCU: 0x160, offset: 0x783A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV9candidateAA0F0Cvg', symObjAddr: 0x114, symBinAddr: 0x7894, symSize: 0x8 }
+ - { offsetInCU: 0x17C, offset: 0x783BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x11C, symBinAddr: 0x789C, symSize: 0x4 }
+ - { offsetInCU: 0x1B9, offset: 0x783FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6roomId08endpointI09candidateACSS_SSAA0F0CtcfC', symObjAddr: 0x120, symBinAddr: 0x78A0, symSize: 0x20 }
+ - { offsetInCU: 0x1E6, offset: 0x78428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x1F0, symBinAddr: 0x7970, symSize: 0x40 }
+ - { offsetInCU: 0x21D, offset: 0x7845F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x34C, symBinAddr: 0x7ACC, symSize: 0x8 }
+ - { offsetInCU: 0x248, offset: 0x7848A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x354, symBinAddr: 0x7AD4, symSize: 0x8 }
+ - { offsetInCU: 0x27A, offset: 0x784BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3E8, symBinAddr: 0x7B68, symSize: 0x4 }
+ - { offsetInCU: 0x29E, offset: 0x784E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15RoomRequestableAAWI', symObjAddr: 0x140, symBinAddr: 0x78C0, symSize: 0x24 }
+ - { offsetInCU: 0x2B2, offset: 0x784F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA14APIRequestableAAWl', symObjAddr: 0x164, symBinAddr: 0x78E4, symSize: 0x44 }
+ - { offsetInCU: 0x2C6, offset: 0x78508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1A8, symBinAddr: 0x7928, symSize: 0x4 }
+ - { offsetInCU: 0x2DA, offset: 0x7851C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA11RespondableAAWl', symObjAddr: 0x1AC, symBinAddr: 0x792C, symSize: 0x44 }
+ - { offsetInCU: 0x2EE, offset: 0x78530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA14APIRequestableAAWI', symObjAddr: 0x230, symBinAddr: 0x79B0, symSize: 0x24 }
+ - { offsetInCU: 0x302, offset: 0x78544, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x254, symBinAddr: 0x79D4, symSize: 0x44 }
+ - { offsetInCU: 0x316, offset: 0x78558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA11RequestableAAWI', symObjAddr: 0x298, symBinAddr: 0x7A18, symSize: 0x2C }
+ - { offsetInCU: 0x32A, offset: 0x7856C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA0G0AAWl', symObjAddr: 0x2C4, symBinAddr: 0x7A44, symSize: 0x44 }
+ - { offsetInCU: 0x33E, offset: 0x78580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x308, symBinAddr: 0x7A88, symSize: 0x44 }
+ - { offsetInCU: 0x35E, offset: 0x785A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0AAWI', symObjAddr: 0x35C, symBinAddr: 0x7ADC, symSize: 0x24 }
+ - { offsetInCU: 0x372, offset: 0x785B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVACSEAAWl', symObjAddr: 0x380, symBinAddr: 0x7B00, symSize: 0x44 }
+ - { offsetInCU: 0x386, offset: 0x785C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3C4, symBinAddr: 0x7B44, symSize: 0x24 }
+ - { offsetInCU: 0x39A, offset: 0x785DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwCP', symObjAddr: 0x3EC, symBinAddr: 0x7B6C, symSize: 0x30 }
+ - { offsetInCU: 0x3AE, offset: 0x785F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwxx', symObjAddr: 0x41C, symBinAddr: 0x7B9C, symSize: 0x38 }
+ - { offsetInCU: 0x3C2, offset: 0x78604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwcp', symObjAddr: 0x454, symBinAddr: 0x7BD4, symSize: 0x64 }
+ - { offsetInCU: 0x3D6, offset: 0x78618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwca', symObjAddr: 0x4B8, symBinAddr: 0x7C38, symSize: 0xA4 }
+ - { offsetInCU: 0x3EA, offset: 0x7862C, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x55C, symBinAddr: 0x7CDC, symSize: 0x1C }
+ - { offsetInCU: 0x3FE, offset: 0x78640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwta', symObjAddr: 0x578, symBinAddr: 0x7CF8, symSize: 0x6C }
+ - { offsetInCU: 0x412, offset: 0x78654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwet', symObjAddr: 0x5E4, symBinAddr: 0x7D64, symSize: 0x48 }
+ - { offsetInCU: 0x426, offset: 0x78668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwst', symObjAddr: 0x62C, symBinAddr: 0x7DAC, symSize: 0x4C }
+ - { offsetInCU: 0x43A, offset: 0x7867C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVMa', symObjAddr: 0x678, symBinAddr: 0x7DF8, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x788B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x7E0C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x788D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC11updatedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x7E14, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x788F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x7E1C, symSize: 0x8 }
+ - { offsetInCU: 0xD4, offset: 0x78942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x18, symBinAddr: 0x7E24, symSize: 0x5C }
+ - { offsetInCU: 0x12C, offset: 0x7899A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xB4, symBinAddr: 0x7E80, symSize: 0x5C }
+ - { offsetInCU: 0x194, offset: 0x78A02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x110, symBinAddr: 0x7EDC, symSize: 0x8 }
+ - { offsetInCU: 0x1BB, offset: 0x78A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x118, symBinAddr: 0x7EE4, symSize: 0xC }
+ - { offsetInCU: 0x1E2, offset: 0x78A50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x124, symBinAddr: 0x7EF0, symSize: 0x20 }
+ - { offsetInCU: 0x21B, offset: 0x78A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x144, symBinAddr: 0x7F10, symSize: 0x20 }
+ - { offsetInCU: 0x249, offset: 0x78AB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x144, symBinAddr: 0x7F10, symSize: 0x20 }
+ - { offsetInCU: 0x274, offset: 0x78AE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x2E8, symBinAddr: 0x80B4, symSize: 0x64 }
+ - { offsetInCU: 0x2DA, offset: 0x78B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x34C, symBinAddr: 0x8118, symSize: 0x28 }
+ - { offsetInCU: 0x2EE, offset: 0x78B5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x374, symBinAddr: 0x8140, symSize: 0x8 }
+ - { offsetInCU: 0x324, offset: 0x78B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x37C, symBinAddr: 0x8148, symSize: 0x68 }
+ - { offsetInCU: 0x3A9, offset: 0x78C17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3E4, symBinAddr: 0x81B0, symSize: 0xC }
+ - { offsetInCU: 0x3C5, offset: 0x78C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x81BC, symSize: 0xC }
+ - { offsetInCU: 0x3E2, offset: 0x78C50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x44C, symBinAddr: 0x8218, symSize: 0x4C }
+ - { offsetInCU: 0x407, offset: 0x78C75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x498, symBinAddr: 0x8264, symSize: 0x1FC }
+ - { offsetInCU: 0x463, offset: 0x78CD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCfd', symObjAddr: 0x838, symBinAddr: 0x85C0, symSize: 0x24 }
+ - { offsetInCU: 0x49E, offset: 0x78D0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCfD', symObjAddr: 0x85C, symBinAddr: 0x85E4, symSize: 0x2C }
+ - { offsetInCU: 0x4E1, offset: 0x78D4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA84, symBinAddr: 0x880C, symSize: 0x2C }
+ - { offsetInCU: 0x526, offset: 0x78D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x6B8, symBinAddr: 0x8460, symSize: 0x44 }
+ - { offsetInCU: 0x53A, offset: 0x78DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCMa', symObjAddr: 0x6FC, symBinAddr: 0x84A4, symSize: 0x20 }
+ - { offsetInCU: 0x54E, offset: 0x78DBC, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0x73C, symBinAddr: 0x84C4, symSize: 0x5C }
+ - { offsetInCU: 0x562, offset: 0x78DD0, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledNameAbstract, symObjAddr: 0x798, symBinAddr: 0x8520, symSize: 0x44 }
+ - { offsetInCU: 0x576, offset: 0x78DE4, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSesSeRzlWl', symObjAddr: 0x7DC, symBinAddr: 0x8564, symSize: 0x5C }
+ - { offsetInCU: 0x58A, offset: 0x78DF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x888, symBinAddr: 0x8610, symSize: 0x4 }
+ - { offsetInCU: 0x59E, offset: 0x78E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x88C, symBinAddr: 0x8614, symSize: 0x44 }
+ - { offsetInCU: 0x5B2, offset: 0x78E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0x8D0, symBinAddr: 0x8658, symSize: 0x4 }
+ - { offsetInCU: 0x5C6, offset: 0x78E34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0x8D4, symBinAddr: 0x865C, symSize: 0x44 }
+ - { offsetInCU: 0x5DA, offset: 0x78E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0x918, symBinAddr: 0x86A0, symSize: 0x4 }
+ - { offsetInCU: 0x5EE, offset: 0x78E5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0x91C, symBinAddr: 0x86A4, symSize: 0x44 }
+ - { offsetInCU: 0x602, offset: 0x78E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0x960, symBinAddr: 0x86E8, symSize: 0x34 }
+ - { offsetInCU: 0x616, offset: 0x78E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x994, symBinAddr: 0x871C, symSize: 0x4C }
+ - { offsetInCU: 0x62A, offset: 0x78E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA0G0AAWI', symObjAddr: 0x9E0, symBinAddr: 0x8768, symSize: 0x34 }
+ - { offsetInCU: 0x63E, offset: 0x78EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA50, symBinAddr: 0x87D8, symSize: 0x34 }
+ - { offsetInCU: 0x652, offset: 0x78EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xAE4, symBinAddr: 0x885C, symSize: 0x90 }
+ - { offsetInCU: 0x666, offset: 0x78ED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xB74, symBinAddr: 0x88EC, symSize: 0xBC }
+ - { offsetInCU: 0x67A, offset: 0x78EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xC30, symBinAddr: 0x89A8, symSize: 0x8 }
+ - { offsetInCU: 0x68E, offset: 0x78EFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xC38, symBinAddr: 0x89B0, symSize: 0x4 }
+ - { offsetInCU: 0x6A2, offset: 0x78F10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xC3C, symBinAddr: 0x89B4, symSize: 0x8 }
+ - { offsetInCU: 0x6B6, offset: 0x78F24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xC44, symBinAddr: 0x89BC, symSize: 0x10 }
+ - { offsetInCU: 0x705, offset: 0x78F73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x164, symBinAddr: 0x7F30, symSize: 0x88 }
+ - { offsetInCU: 0x7B4, offset: 0x79022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1EC, symBinAddr: 0x7FB8, symSize: 0x60 }
+ - { offsetInCU: 0x832, offset: 0x790A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x24C, symBinAddr: 0x8018, symSize: 0x40 }
+ - { offsetInCU: 0x884, offset: 0x790F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x28C, symBinAddr: 0x8058, symSize: 0x5C }
+ - { offsetInCU: 0x8E0, offset: 0x7914E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x3FC, symBinAddr: 0x81C8, symSize: 0x28 }
+ - { offsetInCU: 0x8FC, offset: 0x7916A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x424, symBinAddr: 0x81F0, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x79396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x89CC, symSize: 0x30 }
+ - { offsetInCU: 0x5A, offset: 0x793C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x89CC, symSize: 0x30 }
+ - { offsetInCU: 0x92, offset: 0x79401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x30, symBinAddr: 0x89FC, symSize: 0x30 }
+ - { offsetInCU: 0xDA, offset: 0x79449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8intValueACSgSi_tcfC', symObjAddr: 0x60, symBinAddr: 0x8A2C, symSize: 0x8 }
+ - { offsetInCU: 0x101, offset: 0x79470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8intValueSiSgvg', symObjAddr: 0x68, symBinAddr: 0x8A34, symSize: 0xC }
+ - { offsetInCU: 0x128, offset: 0x79497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueSSvg', symObjAddr: 0x74, symBinAddr: 0x8A40, symSize: 0x4FC }
+ - { offsetInCU: 0x153, offset: 0x794C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueSSvg', symObjAddr: 0x570, symBinAddr: 0x8F3C, symSize: 0x4 }
+ - { offsetInCU: 0x17F, offset: 0x794EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x6F8, symBinAddr: 0x90C4, symSize: 0x44 }
+ - { offsetInCU: 0x1C5, offset: 0x79534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x73C, symBinAddr: 0x9108, symSize: 0x28 }
+ - { offsetInCU: 0x1F3, offset: 0x79562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x764, symBinAddr: 0x9130, symSize: 0x8 }
+ - { offsetInCU: 0x213, offset: 0x79582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x764, symBinAddr: 0x9130, symSize: 0x8 }
+ - { offsetInCU: 0x23E, offset: 0x795AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x76C, symBinAddr: 0x9138, symSize: 0x3C }
+ - { offsetInCU: 0x2A3, offset: 0x79612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x7A8, symBinAddr: 0x9174, symSize: 0xC }
+ - { offsetInCU: 0x2BF, offset: 0x7962E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x7B4, symBinAddr: 0x9180, symSize: 0xC }
+ - { offsetInCU: 0x2DB, offset: 0x7964A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x810, symBinAddr: 0x91DC, symSize: 0x58 }
+ - { offsetInCU: 0x328, offset: 0x79697, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASQWb', symObjAddr: 0x868, symBinAddr: 0x9234, symSize: 0x4 }
+ - { offsetInCU: 0x33C, offset: 0x796AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACSQAAWl', symObjAddr: 0x86C, symBinAddr: 0x9238, symSize: 0x44 }
+ - { offsetInCU: 0x350, offset: 0x796BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B0, symBinAddr: 0x927C, symSize: 0x4 }
+ - { offsetInCU: 0x364, offset: 0x796D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8B4, symBinAddr: 0x9280, symSize: 0x44 }
+ - { offsetInCU: 0x378, offset: 0x796E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8F8, symBinAddr: 0x92C4, symSize: 0x4 }
+ - { offsetInCU: 0x38C, offset: 0x796FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x8FC, symBinAddr: 0x92C8, symSize: 0x44 }
+ - { offsetInCU: 0x3A0, offset: 0x7970F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwet', symObjAddr: 0x950, symBinAddr: 0x930C, symSize: 0x90 }
+ - { offsetInCU: 0x3B4, offset: 0x79723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwst', symObjAddr: 0x9E0, symBinAddr: 0x939C, symSize: 0xBC }
+ - { offsetInCU: 0x3C8, offset: 0x79737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwug', symObjAddr: 0xA9C, symBinAddr: 0x9458, symSize: 0x8 }
+ - { offsetInCU: 0x3DC, offset: 0x7974B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwup', symObjAddr: 0xAA4, symBinAddr: 0x9460, symSize: 0x4 }
+ - { offsetInCU: 0x3F0, offset: 0x7975F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwui', symObjAddr: 0xAA8, symBinAddr: 0x9464, symSize: 0x8 }
+ - { offsetInCU: 0x404, offset: 0x79773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOMa', symObjAddr: 0xAB0, symBinAddr: 0x946C, symSize: 0x10 }
+ - { offsetInCU: 0x453, offset: 0x797C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x574, symBinAddr: 0x8F40, symSize: 0x88 }
+ - { offsetInCU: 0x502, offset: 0x79871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x5FC, symBinAddr: 0x8FC8, symSize: 0x60 }
+ - { offsetInCU: 0x580, offset: 0x798EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x65C, symBinAddr: 0x9028, symSize: 0x40 }
+ - { offsetInCU: 0x5D2, offset: 0x79941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x69C, symBinAddr: 0x9068, symSize: 0x5C }
+ - { offsetInCU: 0x62E, offset: 0x7999D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x7C0, symBinAddr: 0x918C, symSize: 0x28 }
+ - { offsetInCU: 0x64A, offset: 0x799B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x7E8, symBinAddr: 0x91B4, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x79BA8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x947C, symSize: 0x84 }
+ - { offsetInCU: 0x4F, offset: 0x79BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvpZ', symObjAddr: 0xB2E0, symBinAddr: 0x2C8D10, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x79BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvg', symObjAddr: 0x5C8, symBinAddr: 0x9A44, symSize: 0x2C }
+ - { offsetInCU: 0x85, offset: 0x79C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvs', symObjAddr: 0x608, symBinAddr: 0x9A70, symSize: 0x34 }
+ - { offsetInCU: 0xA1, offset: 0x79C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvM', symObjAddr: 0x650, symBinAddr: 0x9AB8, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x79C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvM.resume.0', symObjAddr: 0x660, symBinAddr: 0x9AC8, symSize: 0x4 }
+ - { offsetInCU: 0xD9, offset: 0x79C56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAcA9EventTypeO_tcfC', symObjAddr: 0x678, symBinAddr: 0x9AE0, symSize: 0x4 }
+ - { offsetInCU: 0xF7, offset: 0x79C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvgZ', symObjAddr: 0x6BC, symBinAddr: 0x9B24, symSize: 0x7C }
+ - { offsetInCU: 0x120, offset: 0x79C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvsZ', symObjAddr: 0x738, symBinAddr: 0x9BA0, symSize: 0xA8 }
+ - { offsetInCU: 0x149, offset: 0x79CC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvMZ', symObjAddr: 0x7E0, symBinAddr: 0x9C48, symSize: 0x6C }
+ - { offsetInCU: 0x172, offset: 0x79CEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvMZ.resume.0', symObjAddr: 0x84C, symBinAddr: 0x9CB4, symSize: 0x4 }
+ - { offsetInCU: 0x18E, offset: 0x79D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV2eeoiySbAC_ACtFZ', symObjAddr: 0x850, symBinAddr: 0x9CB8, symSize: 0x7C }
+ - { offsetInCU: 0x1CB, offset: 0x79D48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8CC, symBinAddr: 0x9D34, symSize: 0x8 }
+ - { offsetInCU: 0x21F, offset: 0x79D9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH9hashValueSivgTW', symObjAddr: 0x8D4, symBinAddr: 0x9D3C, symSize: 0x40 }
+ - { offsetInCU: 0x302, offset: 0x79E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x914, symBinAddr: 0x9D7C, symSize: 0x24 }
+ - { offsetInCU: 0x382, offset: 0x79EFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x974, symBinAddr: 0x9DDC, symSize: 0x4 }
+ - { offsetInCU: 0x3A2, offset: 0x79F1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x974, symBinAddr: 0x9DDC, symSize: 0x4 }
+ - { offsetInCU: 0x3C2, offset: 0x79F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x978, symBinAddr: 0x9DE0, symSize: 0x28 }
+ - { offsetInCU: 0x3F3, offset: 0x79F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x9A0, symBinAddr: 0x9E08, symSize: 0xC }
+ - { offsetInCU: 0x40F, offset: 0x79F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x9AC, symBinAddr: 0x9E14, symSize: 0xC }
+ - { offsetInCU: 0x42B, offset: 0x79FA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xEA4, symBinAddr: 0xA2A8, symSize: 0x74 }
+ - { offsetInCU: 0x47F, offset: 0x79FFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLO11stringValueSSvgTf4d_n', symObjAddr: 0xF18, symBinAddr: 0xA31C, symSize: 0x10 }
+ - { offsetInCU: 0x49D, offset: 0x7A01A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV6encode2toys7Encoder_p_tKF', symObjAddr: 0xA08, symBinAddr: 0x9E70, symSize: 0xF4 }
+ - { offsetInCU: 0x4DC, offset: 0x7A059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xBE8, symBinAddr: 0x9FEC, symSize: 0x14 }
+ - { offsetInCU: 0x506, offset: 0x7A083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xBFC, symBinAddr: 0xA000, symSize: 0x28 }
+ - { offsetInCU: 0x53D, offset: 0x7A0BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xC24, symBinAddr: 0xA028, symSize: 0x18 }
+ - { offsetInCU: 0x58E, offset: 0x7A10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC3C, symBinAddr: 0xA040, symSize: 0x7C }
+ - { offsetInCU: 0x5BF, offset: 0x7A13C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xF28, symBinAddr: 0xA32C, symSize: 0x114 }
+ - { offsetInCU: 0x7D7, offset: 0x7A354, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueACSgSS_tcfC', symObjAddr: 0xCB8, symBinAddr: 0xA0BC, symSize: 0x4 }
+ - { offsetInCU: 0x7EB, offset: 0x7A368, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueSSvg', symObjAddr: 0xCBC, symBinAddr: 0xA0C0, symSize: 0x50 }
+ - { offsetInCU: 0x819, offset: 0x7A396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xD0C, symBinAddr: 0xA110, symSize: 0x2C }
+ - { offsetInCU: 0x84B, offset: 0x7A3C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xD38, symBinAddr: 0xA13C, symSize: 0x28 }
+ - { offsetInCU: 0x85F, offset: 0x7A3DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x103C, symBinAddr: 0xA440, symSize: 0x260 }
+ - { offsetInCU: 0x9F6, offset: 0x7A573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOe', symObjAddr: 0x63C, symBinAddr: 0x9AA4, symSize: 0x14 }
+ - { offsetInCU: 0xA0A, offset: 0x7A587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7default_WZ', symObjAddr: 0x664, symBinAddr: 0x9ACC, symSize: 0x14 }
+ - { offsetInCU: 0xA24, offset: 0x7A5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvau', symObjAddr: 0x67C, symBinAddr: 0x9AE4, symSize: 0x40 }
+ - { offsetInCU: 0xA5F, offset: 0x7A5DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs0F3KeyAAWl', symObjAddr: 0xB60, symBinAddr: 0x9F64, symSize: 0x44 }
+ - { offsetInCU: 0xA73, offset: 0x7A5F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSEAAWl', symObjAddr: 0xBA4, symBinAddr: 0x9FA8, symSize: 0x44 }
+ - { offsetInCU: 0xA87, offset: 0x7A604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwCP', symObjAddr: 0x129C, symBinAddr: 0xA6A0, symSize: 0x44 }
+ - { offsetInCU: 0xA9B, offset: 0x7A618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwxx', symObjAddr: 0x12E0, symBinAddr: 0xA6E4, symSize: 0x14 }
+ - { offsetInCU: 0xAAF, offset: 0x7A62C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwcp', symObjAddr: 0x12F4, symBinAddr: 0xA6F8, symSize: 0x44 }
+ - { offsetInCU: 0xAC3, offset: 0x7A640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwca', symObjAddr: 0x1338, symBinAddr: 0xA73C, symSize: 0x94 }
+ - { offsetInCU: 0xAD7, offset: 0x7A654, size: 0x8, addend: 0x0, symName: '_$sSS3raw_tWOh', symObjAddr: 0x13CC, symBinAddr: 0xA7D0, symSize: 0x40 }
+ - { offsetInCU: 0xAEB, offset: 0x7A668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwta', symObjAddr: 0x1418, symBinAddr: 0xA810, symSize: 0x5C }
+ - { offsetInCU: 0xAFF, offset: 0x7A67C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwet', symObjAddr: 0x1474, symBinAddr: 0xA86C, symSize: 0x5C }
+ - { offsetInCU: 0xB13, offset: 0x7A690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwst', symObjAddr: 0x14D0, symBinAddr: 0xA8C8, symSize: 0x50 }
+ - { offsetInCU: 0xB27, offset: 0x7A6A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVMa', symObjAddr: 0x1520, symBinAddr: 0xA918, symSize: 0x10 }
+ - { offsetInCU: 0xB3B, offset: 0x7A6B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwCP', symObjAddr: 0x1530, symBinAddr: 0xA928, symSize: 0x48 }
+ - { offsetInCU: 0xB4F, offset: 0x7A6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwxx', symObjAddr: 0x1578, symBinAddr: 0xA970, symSize: 0x18 }
+ - { offsetInCU: 0xB63, offset: 0x7A6E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwcp', symObjAddr: 0x1590, symBinAddr: 0xA988, symSize: 0x48 }
+ - { offsetInCU: 0xB77, offset: 0x7A6F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwca', symObjAddr: 0x15D8, symBinAddr: 0xA9D0, symSize: 0xA0 }
+ - { offsetInCU: 0xB8B, offset: 0x7A708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwta', symObjAddr: 0x1678, symBinAddr: 0xAA70, symSize: 0x60 }
+ - { offsetInCU: 0xB9F, offset: 0x7A71C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwet', symObjAddr: 0x16D8, symBinAddr: 0xAAD0, symSize: 0x58 }
+ - { offsetInCU: 0xBB3, offset: 0x7A730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwst', symObjAddr: 0x1730, symBinAddr: 0xAB28, symSize: 0x54 }
+ - { offsetInCU: 0xBC7, offset: 0x7A744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwug', symObjAddr: 0x1784, symBinAddr: 0xAB7C, symSize: 0x18 }
+ - { offsetInCU: 0xBDB, offset: 0x7A758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwup', symObjAddr: 0x179C, symBinAddr: 0xAB94, symSize: 0x4 }
+ - { offsetInCU: 0xBEF, offset: 0x7A76C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwui', symObjAddr: 0x17A0, symBinAddr: 0xAB98, symSize: 0x20 }
+ - { offsetInCU: 0xC03, offset: 0x7A780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOMa', symObjAddr: 0x17C0, symBinAddr: 0xABB8, symSize: 0x10 }
+ - { offsetInCU: 0xC17, offset: 0x7A794, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x17D0, symBinAddr: 0xABC8, symSize: 0x4 }
+ - { offsetInCU: 0xC2B, offset: 0x7A7A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwet', symObjAddr: 0x17D8, symBinAddr: 0xABCC, symSize: 0x50 }
+ - { offsetInCU: 0xC3F, offset: 0x7A7BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwst', symObjAddr: 0x1828, symBinAddr: 0xAC1C, symSize: 0x8C }
+ - { offsetInCU: 0xC53, offset: 0x7A7D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwug', symObjAddr: 0x18B4, symBinAddr: 0xACA8, symSize: 0x8 }
+ - { offsetInCU: 0xC67, offset: 0x7A7E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwup', symObjAddr: 0x18BC, symBinAddr: 0xACB0, symSize: 0x4 }
+ - { offsetInCU: 0xC7B, offset: 0x7A7F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwui', symObjAddr: 0x18C0, symBinAddr: 0xACB4, symSize: 0x4 }
+ - { offsetInCU: 0xC8F, offset: 0x7A80C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOMa', symObjAddr: 0x18C4, symBinAddr: 0xACB8, symSize: 0x10 }
+ - { offsetInCU: 0xCA3, offset: 0x7A820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASQWb', symObjAddr: 0x18D4, symBinAddr: 0xACC8, symSize: 0x4 }
+ - { offsetInCU: 0xCB7, offset: 0x7A834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFSQAAWl', symObjAddr: 0x18D8, symBinAddr: 0xACCC, symSize: 0x44 }
+ - { offsetInCU: 0xCCB, offset: 0x7A848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x191C, symBinAddr: 0xAD10, symSize: 0x4 }
+ - { offsetInCU: 0xCDF, offset: 0x7A85C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1920, symBinAddr: 0xAD14, symSize: 0x44 }
+ - { offsetInCU: 0xCF3, offset: 0x7A870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1964, symBinAddr: 0xAD58, symSize: 0x4 }
+ - { offsetInCU: 0xD07, offset: 0x7A884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1968, symBinAddr: 0xAD5C, symSize: 0x44 }
+ - { offsetInCU: 0xD1B, offset: 0x7A898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSYAAWl', symObjAddr: 0x19AC, symBinAddr: 0xADA0, symSize: 0x44 }
+ - { offsetInCU: 0xD2F, offset: 0x7A8AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSeAAWl', symObjAddr: 0x1A10, symBinAddr: 0xADE4, symSize: 0x44 }
+ - { offsetInCU: 0xD69, offset: 0x7A8E6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x947C, symSize: 0x84 }
+ - { offsetInCU: 0xDF8, offset: 0x7A975, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x84, symBinAddr: 0x9500, symSize: 0x84 }
+ - { offsetInCU: 0xE87, offset: 0x7AA04, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x108, symBinAddr: 0x9584, symSize: 0x84 }
+ - { offsetInCU: 0xF16, offset: 0x7AA93, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x18C, symBinAddr: 0x9608, symSize: 0x84 }
+ - { offsetInCU: 0xFA5, offset: 0x7AB22, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x210, symBinAddr: 0x968C, symSize: 0x160 }
+ - { offsetInCU: 0x1034, offset: 0x7ABB1, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x370, symBinAddr: 0x97EC, symSize: 0xF4 }
+ - { offsetInCU: 0x109B, offset: 0x7AC18, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9EventTypeO_Tg5', symObjAddr: 0x464, symBinAddr: 0x98E0, symSize: 0xDC }
+ - { offsetInCU: 0x112B, offset: 0x7ACA8, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls10PacketInfoV4KindO_Tgq5', symObjAddr: 0x540, symBinAddr: 0x99BC, symSize: 0x88 }
+ - { offsetInCU: 0x11C7, offset: 0x7AD44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x938, symBinAddr: 0x9DA0, symSize: 0x3C }
+ - { offsetInCU: 0x1269, offset: 0x7ADE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x9B8, symBinAddr: 0x9E20, symSize: 0x28 }
+ - { offsetInCU: 0x1285, offset: 0x7AE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x9E0, symBinAddr: 0x9E48, symSize: 0x28 }
+ - { offsetInCU: 0x12B6, offset: 0x7AE33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD60, symBinAddr: 0xA164, symSize: 0x94 }
+ - { offsetInCU: 0x131A, offset: 0x7AE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDF4, symBinAddr: 0xA1F8, symSize: 0x5C }
+ - { offsetInCU: 0x133D, offset: 0x7AEBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE50, symBinAddr: 0xA254, symSize: 0x4C }
+ - { offsetInCU: 0x1360, offset: 0x7AEDD, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4dd_n', symObjAddr: 0xE9C, symBinAddr: 0xA2A0, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x7B12F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xAE28, symSize: 0x30 }
+ - { offsetInCU: 0x63, offset: 0x7B143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvs', symObjAddr: 0x30, symBinAddr: 0xAE58, symSize: 0x3C }
+ - { offsetInCU: 0x77, offset: 0x7B157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvM', symObjAddr: 0x6C, symBinAddr: 0xAE94, symSize: 0x3C }
+ - { offsetInCU: 0x8B, offset: 0x7B16B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvM.resume.0', symObjAddr: 0xA8, symBinAddr: 0xAED0, symSize: 0x4 }
+ - { offsetInCU: 0xA7, offset: 0x7B187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC3mosSdSgvg', symObjAddr: 0xAC, symBinAddr: 0xAED4, symSize: 0x4C }
+ - { offsetInCU: 0xC6, offset: 0x7B1A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11packetsSents5Int64VSgvg', symObjAddr: 0xF8, symBinAddr: 0xAF20, symSize: 0x4C }
+ - { offsetInCU: 0xE5, offset: 0x7B1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16totalPacketsSents5Int64VSgvg', symObjAddr: 0x144, symBinAddr: 0xAF6C, symSize: 0x4C }
+ - { offsetInCU: 0x104, offset: 0x7B1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC9bytesSents5Int64VSgvg', symObjAddr: 0x190, symBinAddr: 0xAFB8, symSize: 0x4C }
+ - { offsetInCU: 0x123, offset: 0x7B203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC14totalBytesSents5Int64VSgvg', symObjAddr: 0x1DC, symBinAddr: 0xB004, symSize: 0x4C }
+ - { offsetInCU: 0x142, offset: 0x7B222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x228, symBinAddr: 0xB050, symSize: 0x4C }
+ - { offsetInCU: 0x161, offset: 0x7B241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC29totalRetransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x274, symBinAddr: 0xB09C, symSize: 0x4C }
+ - { offsetInCU: 0x180, offset: 0x7B260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x2C0, symBinAddr: 0xB0E8, symSize: 0x4C }
+ - { offsetInCU: 0x19F, offset: 0x7B27F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC27totalRetransmittedBytesSents5Int64VSgvg', symObjAddr: 0x30C, symBinAddr: 0xB134, symSize: 0x4C }
+ - { offsetInCU: 0x1BE, offset: 0x7B29E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13targetBitrates5Int64VSgvg', symObjAddr: 0x358, symBinAddr: 0xB180, symSize: 0x4C }
+ - { offsetInCU: 0x1DD, offset: 0x7B2BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17outboundNackCounts5Int64VSgvg', symObjAddr: 0x3A4, symBinAddr: 0xB1CC, symSize: 0x4C }
+ - { offsetInCU: 0x1FC, offset: 0x7B2DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC6jitterSdSgvg', symObjAddr: 0x3F0, symBinAddr: 0xB218, symSize: 0x4C }
+ - { offsetInCU: 0x21B, offset: 0x7B2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11packetsLosts5Int64VSgvg', symObjAddr: 0x43C, symBinAddr: 0xB264, symSize: 0x4C }
+ - { offsetInCU: 0x23A, offset: 0x7B31A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x488, symBinAddr: 0xB2B0, symSize: 0x4C }
+ - { offsetInCU: 0x259, offset: 0x7B339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15packetsReceiveds5Int64VSgvg', symObjAddr: 0x4D4, symBinAddr: 0xB2FC, symSize: 0x4C }
+ - { offsetInCU: 0x278, offset: 0x7B358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x520, symBinAddr: 0xB348, symSize: 0x4C }
+ - { offsetInCU: 0x297, offset: 0x7B377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21totalPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x56C, symBinAddr: 0xB394, symSize: 0x4C }
+ - { offsetInCU: 0x2B6, offset: 0x7B396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC23totalFecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x5B8, symBinAddr: 0xB3E0, symSize: 0x4C }
+ - { offsetInCU: 0x2D5, offset: 0x7B3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x604, symBinAddr: 0xB42C, symSize: 0x4C }
+ - { offsetInCU: 0x2F4, offset: 0x7B3D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24totalFecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x650, symBinAddr: 0xB478, symSize: 0x4C }
+ - { offsetInCU: 0x313, offset: 0x7B3F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13bytesReceiveds5Int64VSgvg', symObjAddr: 0x69C, symBinAddr: 0xB4C4, symSize: 0x4C }
+ - { offsetInCU: 0x332, offset: 0x7B412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x6E8, symBinAddr: 0xB510, symSize: 0x4C }
+ - { offsetInCU: 0x351, offset: 0x7B431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17jitterBufferDelaySdSgvg', symObjAddr: 0x734, symBinAddr: 0xB55C, symSize: 0x4C }
+ - { offsetInCU: 0x370, offset: 0x7B450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x780, symBinAddr: 0xB5A8, symSize: 0x4C }
+ - { offsetInCU: 0x38F, offset: 0x7B46F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x7CC, symBinAddr: 0xB5F4, symSize: 0x4C }
+ - { offsetInCU: 0x3AE, offset: 0x7B48E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x818, symBinAddr: 0xB640, symSize: 0x4C }
+ - { offsetInCU: 0x3CD, offset: 0x7B4AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15samplesReceiveds5Int64VSgvg', symObjAddr: 0x864, symBinAddr: 0xB68C, symSize: 0x4C }
+ - { offsetInCU: 0x3EC, offset: 0x7B4CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21totalConcealedSampless5Int64VSgvg', symObjAddr: 0x8B0, symBinAddr: 0xB6D8, symSize: 0x4C }
+ - { offsetInCU: 0x40B, offset: 0x7B4EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16concealedSampless5Int64VSgvg', symObjAddr: 0x8FC, symBinAddr: 0xB724, symSize: 0x4C }
+ - { offsetInCU: 0x42A, offset: 0x7B50A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21concealedSamplesRatioSdSgvg', symObjAddr: 0x948, symBinAddr: 0xB770, symSize: 0x4C }
+ - { offsetInCU: 0x449, offset: 0x7B529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC27totalSilentConcealedSampless5Int64VSgvg', symObjAddr: 0x994, symBinAddr: 0xB7BC, symSize: 0x4C }
+ - { offsetInCU: 0x468, offset: 0x7B548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x9E0, symBinAddr: 0xB808, symSize: 0x4C }
+ - { offsetInCU: 0x487, offset: 0x7B567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC35totalInsertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xA2C, symBinAddr: 0xB854, symSize: 0x4C }
+ - { offsetInCU: 0x4A6, offset: 0x7B586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xA78, symBinAddr: 0xB8A0, symSize: 0x4C }
+ - { offsetInCU: 0x4C5, offset: 0x7B5A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC34totalRemovedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xAC4, symBinAddr: 0xB8EC, symSize: 0x4C }
+ - { offsetInCU: 0x4F4, offset: 0x7B5D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xB10, symBinAddr: 0xB938, symSize: 0x4C }
+ - { offsetInCU: 0x523, offset: 0x7B603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC12remoteJitterSdSgvg', symObjAddr: 0xB5C, symBinAddr: 0xB984, symSize: 0x4C }
+ - { offsetInCU: 0x542, offset: 0x7B622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22remoteTotalPacketsLosts5Int64VSgvg', symObjAddr: 0xBA8, symBinAddr: 0xB9D0, symSize: 0x4C }
+ - { offsetInCU: 0x561, offset: 0x7B641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21remotePacketsLostRateSdSgvg', symObjAddr: 0xBF4, symBinAddr: 0xBA1C, symSize: 0x4C }
+ - { offsetInCU: 0x580, offset: 0x7B660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC9remoteRttSdSgvg', symObjAddr: 0xC40, symBinAddr: 0xBA68, symSize: 0x4C }
+ - { offsetInCU: 0x59F, offset: 0x7B67F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18remoteFractionLostSdSgvg', symObjAddr: 0xC8C, symBinAddr: 0xBAB4, symSize: 0x4C }
+ - { offsetInCU: 0x5BE, offset: 0x7B69E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17remotePacketsLosts5Int64VSgvg', symObjAddr: 0xCD8, symBinAddr: 0xBB00, symSize: 0x4C }
+ - { offsetInCU: 0x5DD, offset: 0x7B6BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15packetsLostRateSdSgvg', symObjAddr: 0xD24, symBinAddr: 0xBB4C, symSize: 0x4C }
+ - { offsetInCU: 0x5FC, offset: 0x7B6DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0xD70, symBinAddr: 0xBB98, symSize: 0x4C }
+ - { offsetInCU: 0x61B, offset: 0x7B6FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0xDBC, symBinAddr: 0xBBE4, symSize: 0x4C }
+ - { offsetInCU: 0x63A, offset: 0x7B71A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0xE08, symBinAddr: 0xBC30, symSize: 0x4 }
+ - { offsetInCU: 0x64E, offset: 0x7B72E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11flushValuesyyF', symObjAddr: 0xE0C, symBinAddr: 0xBC34, symSize: 0x5C0 }
+ - { offsetInCU: 0xB87, offset: 0x7BC67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x13CC, symBinAddr: 0xC1F4, symSize: 0x1070 }
+ - { offsetInCU: 0xF97, offset: 0x7C077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x243C, symBinAddr: 0xD264, symSize: 0x258 }
+ - { offsetInCU: 0x1067, offset: 0x7C147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0x2694, symBinAddr: 0xD4BC, symSize: 0x4 }
+ - { offsetInCU: 0x10E2, offset: 0x7C1C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCfd', symObjAddr: 0x2698, symBinAddr: 0xD4C0, symSize: 0x184 }
+ - { offsetInCU: 0x110F, offset: 0x7C1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCfD', symObjAddr: 0x281C, symBinAddr: 0xD644, symSize: 0x1C }
+ - { offsetInCU: 0x113C, offset: 0x7C21C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCACycfC', symObjAddr: 0x2838, symBinAddr: 0xD660, symSize: 0x34 }
+ - { offsetInCU: 0x115A, offset: 0x7C23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCACycfc', symObjAddr: 0x286C, symBinAddr: 0xD694, symSize: 0xD14 }
+ - { offsetInCU: 0x1A89, offset: 0x7CB69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0x3580, symBinAddr: 0xE3A8, symSize: 0x30 }
+ - { offsetInCU: 0x1ACA, offset: 0x7CBAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0x35B0, symBinAddr: 0xE3D8, symSize: 0x3C }
+ - { offsetInCU: 0x1B0B, offset: 0x7CBEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0x35EC, symBinAddr: 0xE414, symSize: 0x3C }
+ - { offsetInCU: 0x1B4C, offset: 0x7CC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0x3628, symBinAddr: 0xE450, symSize: 0x4 }
+ - { offsetInCU: 0x1B6C, offset: 0x7CC4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0x3628, symBinAddr: 0xE450, symSize: 0x4 }
+ - { offsetInCU: 0x1B7E, offset: 0x7CC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0x362C, symBinAddr: 0xE454, symSize: 0x14 }
+ - { offsetInCU: 0x1BA1, offset: 0x7CC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0x3640, symBinAddr: 0xE468, symSize: 0x14 }
+ - { offsetInCU: 0x1BD3, offset: 0x7CCB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0x3654, symBinAddr: 0xE47C, symSize: 0x4 }
+ - { offsetInCU: 0x1BF3, offset: 0x7CCD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0x3654, symBinAddr: 0xE47C, symSize: 0x4 }
+ - { offsetInCU: 0x1C06, offset: 0x7CCE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0x3658, symBinAddr: 0xE480, symSize: 0xB884 }
+ - { offsetInCU: 0x1DF7, offset: 0x7CED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xEFC8, symBinAddr: 0x19D8C, symSize: 0x8BC }
+ - { offsetInCU: 0x268E, offset: 0x7D76E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs0eF0AAWl', symObjAddr: 0xEF40, symBinAddr: 0x19D04, symSize: 0x44 }
+ - { offsetInCU: 0x26A2, offset: 0x7D782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs06CodingE0AAWl', symObjAddr: 0xEF84, symBinAddr: 0x19D48, symSize: 0x44 }
+ - { offsetInCU: 0x27EA, offset: 0x7D8CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCMa', symObjAddr: 0xF884, symBinAddr: 0x1A648, symSize: 0x20 }
+ - { offsetInCU: 0x27FE, offset: 0x7D8DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOb', symObjAddr: 0xF8B8, symBinAddr: 0x1A67C, symSize: 0x48 }
+ - { offsetInCU: 0x2812, offset: 0x7D8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOWOb', symObjAddr: 0xF900, symBinAddr: 0x1A6C4, symSize: 0x3C }
+ - { offsetInCU: 0x2826, offset: 0x7D906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOe', symObjAddr: 0xF940, symBinAddr: 0x1A704, symSize: 0xF4 }
+ - { offsetInCU: 0x283A, offset: 0x7D91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSgWOe', symObjAddr: 0xFA38, symBinAddr: 0x1A7FC, symSize: 0x104 }
+ - { offsetInCU: 0x284E, offset: 0x7D92E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOs', symObjAddr: 0xFB3C, symBinAddr: 0x1A900, symSize: 0x2E0 }
+ - { offsetInCU: 0x2862, offset: 0x7D942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOWOb', symObjAddr: 0xFE1C, symBinAddr: 0x1ABE0, symSize: 0x3C }
+ - { offsetInCU: 0x4B, offset: 0x7DD1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x1AC20, symSize: 0x278 }
+ - { offsetInCU: 0xBE, offset: 0x7DD91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomId07messageH011commandTypeACSS_SSAA0F5TypesO0D0Otcfc', symObjAddr: 0x3E8, symBinAddr: 0x1AEFC, symSize: 0x24 }
+ - { offsetInCU: 0xF7, offset: 0x7DDCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCfd', symObjAddr: 0x40C, symBinAddr: 0x1AF20, symSize: 0x24 }
+ - { offsetInCU: 0x114, offset: 0x7DDE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvg', symObjAddr: 0x430, symBinAddr: 0x1AF44, symSize: 0x30 }
+ - { offsetInCU: 0x130, offset: 0x7DE03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvs', symObjAddr: 0x460, symBinAddr: 0x1AF74, symSize: 0x3C }
+ - { offsetInCU: 0x14C, offset: 0x7DE1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvM', symObjAddr: 0x49C, symBinAddr: 0x1AFB0, symSize: 0x3C }
+ - { offsetInCU: 0x168, offset: 0x7DE3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvM.resume.0', symObjAddr: 0x4D8, symBinAddr: 0x1AFEC, symSize: 0x4 }
+ - { offsetInCU: 0x184, offset: 0x7DE57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9messageIdSSvg', symObjAddr: 0x4DC, symBinAddr: 0x1AFF0, symSize: 0x2C }
+ - { offsetInCU: 0x198, offset: 0x7DE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC11commandTypeAA0F5TypesO0D0Ovg', symObjAddr: 0x508, symBinAddr: 0x1B01C, symSize: 0x8 }
+ - { offsetInCU: 0x1B4, offset: 0x7DE87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC7versionSivg', symObjAddr: 0x510, symBinAddr: 0x1B024, symSize: 0x8 }
+ - { offsetInCU: 0x1D0, offset: 0x7DEA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomIdSSvg', symObjAddr: 0x518, symBinAddr: 0x1B02C, symSize: 0x2C }
+ - { offsetInCU: 0x1EC, offset: 0x7DEBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0x544, symBinAddr: 0x1B058, symSize: 0x8 }
+ - { offsetInCU: 0x23D, offset: 0x7DF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x54C, symBinAddr: 0x1B060, symSize: 0x5C }
+ - { offsetInCU: 0x295, offset: 0x7DF68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x5A8, symBinAddr: 0x1B0BC, symSize: 0x5C }
+ - { offsetInCU: 0x2FD, offset: 0x7DFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x604, symBinAddr: 0x1B118, symSize: 0x8 }
+ - { offsetInCU: 0x324, offset: 0x7DFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x60C, symBinAddr: 0x1B120, symSize: 0xC }
+ - { offsetInCU: 0x34B, offset: 0x7E01E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x618, symBinAddr: 0x1B12C, symSize: 0x20 }
+ - { offsetInCU: 0x384, offset: 0x7E057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x638, symBinAddr: 0x1B14C, symSize: 0x20 }
+ - { offsetInCU: 0x3B2, offset: 0x7E085, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x638, symBinAddr: 0x1B14C, symSize: 0x20 }
+ - { offsetInCU: 0x3DD, offset: 0x7E0B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x7DC, symBinAddr: 0x1B2F0, symSize: 0x64 }
+ - { offsetInCU: 0x443, offset: 0x7E116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x840, symBinAddr: 0x1B354, symSize: 0x28 }
+ - { offsetInCU: 0x457, offset: 0x7E12A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x868, symBinAddr: 0x1B37C, symSize: 0x8 }
+ - { offsetInCU: 0x48D, offset: 0x7E160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x870, symBinAddr: 0x1B384, symSize: 0x68 }
+ - { offsetInCU: 0x512, offset: 0x7E1E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x8D8, symBinAddr: 0x1B3EC, symSize: 0xC }
+ - { offsetInCU: 0x52E, offset: 0x7E201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x8E4, symBinAddr: 0x1B3F8, symSize: 0xC }
+ - { offsetInCU: 0x555, offset: 0x7E228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x940, symBinAddr: 0x1B454, symSize: 0x4C }
+ - { offsetInCU: 0x5BC, offset: 0x7E28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomId07messageH011commandTypeACSS_SSAA0F5TypesO0D0OtcfC', symObjAddr: 0x98C, symBinAddr: 0x1B4A0, symSize: 0x68 }
+ - { offsetInCU: 0x62B, offset: 0x7E2FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCfD', symObjAddr: 0x9F4, symBinAddr: 0x1B508, symSize: 0x2C }
+ - { offsetInCU: 0x66E, offset: 0x7E341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAF8, symBinAddr: 0x1B60C, symSize: 0x2C }
+ - { offsetInCU: 0x691, offset: 0x7E364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableA2aDP7versionSivgTW', symObjAddr: 0xB24, symBinAddr: 0x1B638, symSize: 0x8 }
+ - { offsetInCU: 0x6BC, offset: 0x7E38F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xB2C, symBinAddr: 0x1B640, symSize: 0x30 }
+ - { offsetInCU: 0x6EE, offset: 0x7E3C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0eF0A2aDP9inputTypeAA0e5InputH0OSgvgTW', symObjAddr: 0xB90, symBinAddr: 0x1B6A4, symSize: 0x28 }
+ - { offsetInCU: 0x70A, offset: 0x7E3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0eF0A2aDP014shouldWaitPushE0SbvgTW', symObjAddr: 0xBB8, symBinAddr: 0x1B6CC, symSize: 0x8 }
+ - { offsetInCU: 0x727, offset: 0x7E3FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCMa', symObjAddr: 0x320, symBinAddr: 0x1AE98, symSize: 0x20 }
+ - { offsetInCU: 0x73B, offset: 0x7E40E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESeAAWl', symObjAddr: 0x360, symBinAddr: 0x1AEB8, symSize: 0x44 }
+ - { offsetInCU: 0x770, offset: 0x7E443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xA20, symBinAddr: 0x1B534, symSize: 0x4 }
+ - { offsetInCU: 0x784, offset: 0x7E457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xA24, symBinAddr: 0x1B538, symSize: 0x44 }
+ - { offsetInCU: 0x798, offset: 0x7E46B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA68, symBinAddr: 0x1B57C, symSize: 0x4 }
+ - { offsetInCU: 0x7AC, offset: 0x7E47F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA6C, symBinAddr: 0x1B580, symSize: 0x44 }
+ - { offsetInCU: 0x7C0, offset: 0x7E493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xAB0, symBinAddr: 0x1B5C4, symSize: 0x4 }
+ - { offsetInCU: 0x7D4, offset: 0x7E4A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xAB4, symBinAddr: 0x1B5C8, symSize: 0x44 }
+ - { offsetInCU: 0x7E8, offset: 0x7E4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableAAWI', symObjAddr: 0xB5C, symBinAddr: 0x1B670, symSize: 0x34 }
+ - { offsetInCU: 0x7FC, offset: 0x7E4CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA11RespondableAAWI', symObjAddr: 0xBC0, symBinAddr: 0x1B6D4, symSize: 0x4C }
+ - { offsetInCU: 0x810, offset: 0x7E4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA8ResponseAAWI', symObjAddr: 0xC0C, symBinAddr: 0x1B720, symSize: 0x34 }
+ - { offsetInCU: 0x824, offset: 0x7E4F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0xC7C, symBinAddr: 0x1B790, symSize: 0x34 }
+ - { offsetInCU: 0x838, offset: 0x7E50B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwet', symObjAddr: 0xD7C, symBinAddr: 0x1B880, symSize: 0x90 }
+ - { offsetInCU: 0x84C, offset: 0x7E51F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwst', symObjAddr: 0xE0C, symBinAddr: 0x1B910, symSize: 0xBC }
+ - { offsetInCU: 0x860, offset: 0x7E533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwug', symObjAddr: 0xEC8, symBinAddr: 0x1B9CC, symSize: 0x8 }
+ - { offsetInCU: 0x874, offset: 0x7E547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwup', symObjAddr: 0xED0, symBinAddr: 0x1B9D4, symSize: 0x4 }
+ - { offsetInCU: 0x888, offset: 0x7E55B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwui', symObjAddr: 0xED4, symBinAddr: 0x1B9D8, symSize: 0x8 }
+ - { offsetInCU: 0x89C, offset: 0x7E56F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOMa', symObjAddr: 0xEDC, symBinAddr: 0x1B9E0, symSize: 0x10 }
+ - { offsetInCU: 0x8EB, offset: 0x7E5BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x658, symBinAddr: 0x1B16C, symSize: 0x88 }
+ - { offsetInCU: 0x99A, offset: 0x7E66D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x6E0, symBinAddr: 0x1B1F4, symSize: 0x60 }
+ - { offsetInCU: 0xA18, offset: 0x7E6EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x740, symBinAddr: 0x1B254, symSize: 0x40 }
+ - { offsetInCU: 0xA6A, offset: 0x7E73D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x780, symBinAddr: 0x1B294, symSize: 0x5C }
+ - { offsetInCU: 0xAC6, offset: 0x7E799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x8F0, symBinAddr: 0x1B404, symSize: 0x28 }
+ - { offsetInCU: 0xAE2, offset: 0x7E7B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x918, symBinAddr: 0x1B42C, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0x7EA11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvpACTK', symObjAddr: 0x0, symBinAddr: 0x1B9F0, symSize: 0x6C }
+ - { offsetInCU: 0x57, offset: 0x7EA29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvpACTk', symObjAddr: 0x6C, symBinAddr: 0x1BA5C, symSize: 0x88 }
+ - { offsetInCU: 0x7B, offset: 0x7EA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvg', symObjAddr: 0xF4, symBinAddr: 0x1BAE4, symSize: 0x4C }
+ - { offsetInCU: 0x97, offset: 0x7EA69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvs', symObjAddr: 0x150, symBinAddr: 0x1BB40, symSize: 0x50 }
+ - { offsetInCU: 0xB3, offset: 0x7EA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvM', symObjAddr: 0x1B0, symBinAddr: 0x1BBA0, symSize: 0x3C }
+ - { offsetInCU: 0xCF, offset: 0x7EAA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvM.resume.0', symObjAddr: 0x1EC, symBinAddr: 0x1BBDC, symSize: 0x4 }
+ - { offsetInCU: 0xEB, offset: 0x7EABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC4dial7context6params17completionHandleryAA17DirectCallContext_p_AA10DialParamsCyAA8SBCErrorCSgctF', symObjAddr: 0x1F0, symBinAddr: 0x1BBE0, symSize: 0x150 }
+ - { offsetInCU: 0x15F, offset: 0x7EB31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC3end7context12errorHandleryAA17DirectCallContext_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x340, symBinAddr: 0x1BD30, symSize: 0x11C }
+ - { offsetInCU: 0x232, offset: 0x7EC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC17didReceiveDialACK7context23initialLocalConstraintsyAA17DirectCallContext_p_AA0oM0CSgtF', symObjAddr: 0x45C, symBinAddr: 0x1BE4C, symSize: 0x148 }
+ - { offsetInCU: 0x2DF, offset: 0x7ECB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC23didFailToReceiveDialACK7context5erroryAA17DirectCallContext_p_AA8SBCErrorCtF', symObjAddr: 0x5A4, symBinAddr: 0x1BF94, symSize: 0xF4 }
+ - { offsetInCU: 0x395, offset: 0x7ED67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCACycfC', symObjAddr: 0x698, symBinAddr: 0x1C088, symSize: 0x24 }
+ - { offsetInCU: 0x3D2, offset: 0x7EDA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCACycfc', symObjAddr: 0x6BC, symBinAddr: 0x1C0AC, symSize: 0xC }
+ - { offsetInCU: 0x3F1, offset: 0x7EDC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfd', symObjAddr: 0x6D0, symBinAddr: 0x1C0C0, symSize: 0x1C }
+ - { offsetInCU: 0x42C, offset: 0x7EDFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfD', symObjAddr: 0x6EC, symBinAddr: 0x1C0DC, symSize: 0x24 }
+ - { offsetInCU: 0x478, offset: 0x7EE4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_SgWOy', symObjAddr: 0x140, symBinAddr: 0x1BB30, symSize: 0x10 }
+ - { offsetInCU: 0x48C, offset: 0x7EE5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_SgWOe', symObjAddr: 0x1A0, symBinAddr: 0x1BB90, symSize: 0x10 }
+ - { offsetInCU: 0x586, offset: 0x7EF58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfE', symObjAddr: 0x6C8, symBinAddr: 0x1C0B8, symSize: 0x8 }
+ - { offsetInCU: 0x5B3, offset: 0x7EF85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCMa', symObjAddr: 0x718, symBinAddr: 0x1C108, symSize: 0x20 }
+ - { offsetInCU: 0x5C7, offset: 0x7EF99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TRTA', symObjAddr: 0x78C, symBinAddr: 0x1C17C, symSize: 0x8 }
+ - { offsetInCU: 0x5DB, offset: 0x7EFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TRTA', symObjAddr: 0x794, symBinAddr: 0x1C184, symSize: 0x8 }
+ - { offsetInCU: 0x6D, offset: 0x7F27B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvgTo', symObjAddr: 0x0, symBinAddr: 0x1C190, symSize: 0x10 }
+ - { offsetInCU: 0x8D, offset: 0x7F29B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvgTo', symObjAddr: 0x0, symBinAddr: 0x1C190, symSize: 0x10 }
+ - { offsetInCU: 0xA8, offset: 0x7F2B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvg', symObjAddr: 0x10, symBinAddr: 0x1C1A0, symSize: 0x10 }
+ - { offsetInCU: 0x137, offset: 0x7F345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6active4roleACSS_SSSgAJSDyS2SGSgSbSgAA0dE0C0F4RoleOtcfC', symObjAddr: 0x20, symBinAddr: 0x1C1B0, symSize: 0xC0 }
+ - { offsetInCU: 0x1B5, offset: 0x7F3C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6active4roleACSS_SSSgAJSDyS2SGSgSbSgAA0dE0C0F4RoleOtcfc', symObjAddr: 0xE0, symBinAddr: 0x1C270, symSize: 0x74 }
+ - { offsetInCU: 0x22E, offset: 0x7F43C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x154, symBinAddr: 0x1C2E4, symSize: 0x40 }
+ - { offsetInCU: 0x253, offset: 0x7F461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x194, symBinAddr: 0x1C324, symSize: 0x1F4 }
+ - { offsetInCU: 0x30E, offset: 0x7F51C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6encode2toys7Encoder_p_tKF', symObjAddr: 0x388, symBinAddr: 0x1C518, symSize: 0x158 }
+ - { offsetInCU: 0x3A9, offset: 0x7F5B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x1C680, symSize: 0x64 }
+ - { offsetInCU: 0x3EC, offset: 0x7F5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0x554, symBinAddr: 0x1C6E4, symSize: 0x24 }
+ - { offsetInCU: 0x42C, offset: 0x7F63A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x578, symBinAddr: 0x1C708, symSize: 0x4 }
+ - { offsetInCU: 0x44C, offset: 0x7F65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x578, symBinAddr: 0x1C708, symSize: 0x4 }
+ - { offsetInCU: 0x477, offset: 0x7F685, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x57C, symBinAddr: 0x1C70C, symSize: 0x68 }
+ - { offsetInCU: 0x4C2, offset: 0x7F6D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x5E4, symBinAddr: 0x1C774, symSize: 0xC }
+ - { offsetInCU: 0x4DE, offset: 0x7F6EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x1C780, symSize: 0xC }
+ - { offsetInCU: 0x4FA, offset: 0x7F708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO11stringValueSSvgTf4d_n', symObjAddr: 0xF0C, symBinAddr: 0x1D010, symSize: 0x10 }
+ - { offsetInCU: 0x568, offset: 0x7F776, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfC', symObjAddr: 0x64C, symBinAddr: 0x1C7DC, symSize: 0x2C }
+ - { offsetInCU: 0x5C7, offset: 0x7F7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfc', symObjAddr: 0x678, symBinAddr: 0x1C808, symSize: 0x2C }
+ - { offsetInCU: 0x62A, offset: 0x7F838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCfD', symObjAddr: 0x6A4, symBinAddr: 0x1C834, symSize: 0x30 }
+ - { offsetInCU: 0x732, offset: 0x7F940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4hashSivgTo', symObjAddr: 0x6D4, symBinAddr: 0x1C864, symSize: 0x94 }
+ - { offsetInCU: 0x7FA, offset: 0x7FA08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4hashSivg', symObjAddr: 0x768, symBinAddr: 0x1C8F8, symSize: 0x74 }
+ - { offsetInCU: 0x8B7, offset: 0x7FAC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC7isEqualySbypSgF', symObjAddr: 0x7DC, symBinAddr: 0x1C96C, symSize: 0x158 }
+ - { offsetInCU: 0x933, offset: 0x7FB41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC7isEqualySbypSgFTo', symObjAddr: 0x934, symBinAddr: 0x1CAC4, symSize: 0x80 }
+ - { offsetInCU: 0x94F, offset: 0x7FB5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x9B4, symBinAddr: 0x1CB44, symSize: 0x148 }
+ - { offsetInCU: 0xA20, offset: 0x7FC2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xAFC, symBinAddr: 0x1CC8C, symSize: 0x64 }
+ - { offsetInCU: 0xA3C, offset: 0x7FC4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs0G3KeyAAWl', symObjAddr: 0xBA0, symBinAddr: 0x1CCF0, symSize: 0x44 }
+ - { offsetInCU: 0xA50, offset: 0x7FC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCMa', symObjAddr: 0xBE4, symBinAddr: 0x1CD34, symSize: 0x20 }
+ - { offsetInCU: 0xA64, offset: 0x7FC72, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0xC48, symBinAddr: 0x1CD54, symSize: 0x48 }
+ - { offsetInCU: 0xA78, offset: 0x7FC86, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0xC90, symBinAddr: 0x1CD9C, symSize: 0x40 }
+ - { offsetInCU: 0xA8C, offset: 0x7FC9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwet', symObjAddr: 0xD38, symBinAddr: 0x1CE3C, symSize: 0x50 }
+ - { offsetInCU: 0xAA0, offset: 0x7FCAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwst', symObjAddr: 0xD88, symBinAddr: 0x1CE8C, symSize: 0x8C }
+ - { offsetInCU: 0xAB4, offset: 0x7FCC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwug', symObjAddr: 0xE14, symBinAddr: 0x1CF18, symSize: 0x8 }
+ - { offsetInCU: 0xAC8, offset: 0x7FCD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwup', symObjAddr: 0xE1C, symBinAddr: 0x1CF20, symSize: 0x4 }
+ - { offsetInCU: 0xADC, offset: 0x7FCEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwui', symObjAddr: 0xE20, symBinAddr: 0x1CF24, symSize: 0x4 }
+ - { offsetInCU: 0xAF0, offset: 0x7FCFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOMa', symObjAddr: 0xE24, symBinAddr: 0x1CF28, symSize: 0x10 }
+ - { offsetInCU: 0xB04, offset: 0x7FD12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASQWb', symObjAddr: 0xE34, symBinAddr: 0x1CF38, symSize: 0x4 }
+ - { offsetInCU: 0xB18, offset: 0x7FD26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFSQAAWl', symObjAddr: 0xE38, symBinAddr: 0x1CF3C, symSize: 0x44 }
+ - { offsetInCU: 0xB2C, offset: 0x7FD3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE7C, symBinAddr: 0x1CF80, symSize: 0x4 }
+ - { offsetInCU: 0xB40, offset: 0x7FD4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE80, symBinAddr: 0x1CF84, symSize: 0x44 }
+ - { offsetInCU: 0xB54, offset: 0x7FD62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xEC4, symBinAddr: 0x1CFC8, symSize: 0x4 }
+ - { offsetInCU: 0xB68, offset: 0x7FD76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xEC8, symBinAddr: 0x1CFCC, symSize: 0x44 }
+ - { offsetInCU: 0xC05, offset: 0x7FE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x1C670, symSize: 0x4 }
+ - { offsetInCU: 0xC25, offset: 0x7FE33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E0, symBinAddr: 0x1C670, symSize: 0x4 }
+ - { offsetInCU: 0xC45, offset: 0x7FE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH9hashValueSivgTW', symObjAddr: 0x4E4, symBinAddr: 0x1C674, symSize: 0x4 }
+ - { offsetInCU: 0xC65, offset: 0x7FE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH9hashValueSivgTW', symObjAddr: 0x4E4, symBinAddr: 0x1C674, symSize: 0x4 }
+ - { offsetInCU: 0xC85, offset: 0x7FE93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E8, symBinAddr: 0x1C678, symSize: 0x4 }
+ - { offsetInCU: 0xCA5, offset: 0x7FEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E8, symBinAddr: 0x1C678, symSize: 0x4 }
+ - { offsetInCU: 0xCC5, offset: 0x7FED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4EC, symBinAddr: 0x1C67C, symSize: 0x4 }
+ - { offsetInCU: 0xCE5, offset: 0x7FEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4EC, symBinAddr: 0x1C67C, symSize: 0x4 }
+ - { offsetInCU: 0xCFC, offset: 0x7FF0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x5FC, symBinAddr: 0x1C78C, symSize: 0x28 }
+ - { offsetInCU: 0xD18, offset: 0x7FF26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x624, symBinAddr: 0x1C7B4, symSize: 0x28 }
+ - { offsetInCU: 0x43, offset: 0x8023A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x0, symBinAddr: 0x1D020, symSize: 0x40 }
+ - { offsetInCU: 0x17C, offset: 0x80373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0x40, symBinAddr: 0x1D060, symSize: 0x274 }
+ - { offsetInCU: 0x433, offset: 0x8062A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x2B4, symBinAddr: 0x1D2D4, symSize: 0x398 }
+ - { offsetInCU: 0x6D8, offset: 0x808CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA10EndRequestV_Tg5', symObjAddr: 0x64C, symBinAddr: 0x1D66C, symSize: 0x28C }
+ - { offsetInCU: 0x939, offset: 0x80B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA11DialRequestV_Tg5', symObjAddr: 0x8D8, symBinAddr: 0x1D8F8, symSize: 0x28C }
+ - { offsetInCU: 0xB9A, offset: 0x80D91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA11HoldRequestV_Tg5', symObjAddr: 0xB64, symBinAddr: 0x1DB84, symSize: 0x28C }
+ - { offsetInCU: 0xDFB, offset: 0x80FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA12AliveRequestV_Tg5', symObjAddr: 0xDF0, symBinAddr: 0x1DE10, symSize: 0x28C }
+ - { offsetInCU: 0x105C, offset: 0x81253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA13AcceptRequestV_Tg5', symObjAddr: 0x107C, symBinAddr: 0x1E09C, symSize: 0x28C }
+ - { offsetInCU: 0x12BD, offset: 0x814B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA13CancelRequestV_Tg5', symObjAddr: 0x1308, symBinAddr: 0x1E328, symSize: 0x28C }
+ - { offsetInCU: 0x151E, offset: 0x81715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14DeclineRequestV_Tg5', symObjAddr: 0x1594, symBinAddr: 0x1E5B4, symSize: 0x28C }
+ - { offsetInCU: 0x17AF, offset: 0x819A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14GetRoomRequestV_Tg5', symObjAddr: 0x1820, symBinAddr: 0x1E840, symSize: 0x3AC }
+ - { offsetInCU: 0x1A54, offset: 0x81C4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14TimeoutRequestV_Tg5', symObjAddr: 0x1BCC, symBinAddr: 0x1EBEC, symSize: 0x28C }
+ - { offsetInCU: 0x1CB5, offset: 0x81EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA15NoAnswerRequestV_Tg5', symObjAddr: 0x1E58, symBinAddr: 0x1EE78, symSize: 0x28C }
+ - { offsetInCU: 0x1F46, offset: 0x8213D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA16EnterRoomRequestV_Tg5', symObjAddr: 0x20E4, symBinAddr: 0x1F104, symSize: 0x3B8 }
+ - { offsetInCU: 0x221B, offset: 0x82412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x249C, symBinAddr: 0x1F4BC, symSize: 0x3AC }
+ - { offsetInCU: 0x24A0, offset: 0x82697, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x2848, symBinAddr: 0x1F868, symSize: 0x3AC }
+ - { offsetInCU: 0x2745, offset: 0x8293C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17UnknownEndRequestV_Tg5', symObjAddr: 0x2BF4, symBinAddr: 0x1FC14, symSize: 0x28C }
+ - { offsetInCU: 0x29A6, offset: 0x82B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA18CommandListRequestV_Tg5', symObjAddr: 0x2E80, symBinAddr: 0x1FEA0, symSize: 0x28C }
+ - { offsetInCU: 0x2C07, offset: 0x82DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA19AuthenticateRequestV_Tg5', symObjAddr: 0x310C, symBinAddr: 0x2012C, symSize: 0x2FC }
+ - { offsetInCU: 0x2E68, offset: 0x8305F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0x3408, symBinAddr: 0x20428, symSize: 0x28C }
+ - { offsetInCU: 0x30A9, offset: 0x832A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0x3694, symBinAddr: 0x206B4, symSize: 0x274 }
+ - { offsetInCU: 0x3306, offset: 0x834FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0x3908, symBinAddr: 0x20928, symSize: 0x28C }
+ - { offsetInCU: 0x3567, offset: 0x8375E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0x3B94, symBinAddr: 0x20BB4, symSize: 0x28C }
+ - { offsetInCU: 0x37A8, offset: 0x8399F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0x3E20, symBinAddr: 0x20E40, symSize: 0x274 }
+ - { offsetInCU: 0x39E5, offset: 0x83BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21UpdateEndpointRequestV_Tg5', symObjAddr: 0x4094, symBinAddr: 0x210B4, symSize: 0x28C }
+ - { offsetInCU: 0x3C26, offset: 0x83E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0x4320, symBinAddr: 0x21340, symSize: 0x274 }
+ - { offsetInCU: 0x3E83, offset: 0x8407A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23RoomAudioSettingRequestV_Tg5', symObjAddr: 0x4594, symBinAddr: 0x215B4, symSize: 0x27C }
+ - { offsetInCU: 0x40E4, offset: 0x842DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23RoomVideoSettingRequestV_Tg5', symObjAddr: 0x4810, symBinAddr: 0x21830, symSize: 0x27C }
+ - { offsetInCU: 0x4325, offset: 0x8451C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0x4A8C, symBinAddr: 0x21AAC, symSize: 0x274 }
+ - { offsetInCU: 0x459E, offset: 0x84795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24DeleteCustomItemsRequestV_Tg5', symObjAddr: 0x4F80, symBinAddr: 0x21FA0, symSize: 0x2DC }
+ - { offsetInCU: 0x47FC, offset: 0x849F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24UpdateCustomItemsRequestV_Tg5', symObjAddr: 0x525C, symBinAddr: 0x2227C, symSize: 0x28C }
+ - { offsetInCU: 0x4A5D, offset: 0x84C54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0x54E8, symBinAddr: 0x22508, symSize: 0x28C }
+ - { offsetInCU: 0x4CBE, offset: 0x84EB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA28DeleteRoomCustomItemsRequestV_Tg5', symObjAddr: 0x59F4, symBinAddr: 0x22A14, symSize: 0x28C }
+ - { offsetInCU: 0x4F1F, offset: 0x85116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA28UpdateRoomCustomItemsRequestV_Tg5', symObjAddr: 0x5C80, symBinAddr: 0x22CA0, symSize: 0x28C }
+ - { offsetInCU: 0x5180, offset: 0x85377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA29DirectCallLogListQueryRequestV_Tg5', symObjAddr: 0x5F0C, symBinAddr: 0x22F2C, symSize: 0x28C }
+ - { offsetInCU: 0x5385, offset: 0x8557C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tF', symObjAddr: 0x6198, symBinAddr: 0x231B8, symSize: 0x43C }
+ - { offsetInCU: 0x5541, offset: 0x85738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x65D4, symBinAddr: 0x235F4, symSize: 0x40 }
+ - { offsetInCU: 0x5590, offset: 0x85787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0x6614, symBinAddr: 0x23634, symSize: 0x324 }
+ - { offsetInCU: 0x581D, offset: 0x85A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x6938, symBinAddr: 0x23958, symSize: 0x3D4 }
+ - { offsetInCU: 0x5AAD, offset: 0x85CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA11DialRequestV_Tg5', symObjAddr: 0x6D0C, symBinAddr: 0x23D2C, symSize: 0x334 }
+ - { offsetInCU: 0x5D3B, offset: 0x85F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA11HoldRequestV_Tg5', symObjAddr: 0x7040, symBinAddr: 0x24060, symSize: 0x334 }
+ - { offsetInCU: 0x5FC9, offset: 0x861C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA13AcceptRequestV_Tg5', symObjAddr: 0x7374, symBinAddr: 0x24394, symSize: 0x338 }
+ - { offsetInCU: 0x6257, offset: 0x8644E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA14GetRoomRequestV_Tg5', symObjAddr: 0x79D0, symBinAddr: 0x249F0, symSize: 0x3E0 }
+ - { offsetInCU: 0x6505, offset: 0x866FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA14PushAckRequestV_Tg5', symObjAddr: 0x7DB0, symBinAddr: 0x24DD0, symSize: 0x324 }
+ - { offsetInCU: 0x67CC, offset: 0x869C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA15StatsLogRequestV_Tg5', symObjAddr: 0x80D4, symBinAddr: 0x250F4, symSize: 0x324 }
+ - { offsetInCU: 0x6A93, offset: 0x86C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA16ConnectedRequestV_Tg5', symObjAddr: 0x83F8, symBinAddr: 0x25418, symSize: 0x324 }
+ - { offsetInCU: 0x6D3C, offset: 0x86F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA16EnterRoomRequestV_Tg5', symObjAddr: 0x871C, symBinAddr: 0x2573C, symSize: 0x3F8 }
+ - { offsetInCU: 0x6FCC, offset: 0x871C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x8B14, symBinAddr: 0x25B34, symSize: 0x3C4 }
+ - { offsetInCU: 0x725C, offset: 0x87453, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x8ED8, symBinAddr: 0x25EF8, symSize: 0x3BC }
+ - { offsetInCU: 0x74EC, offset: 0x876E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA0F11ListRequestV_Tg5', symObjAddr: 0x95E4, symBinAddr: 0x26604, symSize: 0x35C }
+ - { offsetInCU: 0x7798, offset: 0x8798F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA18DialReceiveRequestV_Tg5', symObjAddr: 0x9940, symBinAddr: 0x26960, symSize: 0x324 }
+ - { offsetInCU: 0x7A41, offset: 0x87C38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA19AuthenticateRequestV_Tg5', symObjAddr: 0x9F88, symBinAddr: 0x26FA8, symSize: 0x370 }
+ - { offsetInCU: 0x7CD1, offset: 0x87EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0xA2F8, symBinAddr: 0x27318, symSize: 0x334 }
+ - { offsetInCU: 0x7F5F, offset: 0x88156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0xA62C, symBinAddr: 0x2764C, symSize: 0x324 }
+ - { offsetInCU: 0x81EC, offset: 0x883E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0xA950, symBinAddr: 0x27970, symSize: 0x334 }
+ - { offsetInCU: 0x847A, offset: 0x88671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0xAC84, symBinAddr: 0x27CA4, symSize: 0x334 }
+ - { offsetInCU: 0x8708, offset: 0x888FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0xAFB8, symBinAddr: 0x27FD8, symSize: 0x32C }
+ - { offsetInCU: 0x8995, offset: 0x88B8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21UpdateEndpointRequestV_Tg5', symObjAddr: 0xB2E4, symBinAddr: 0x28304, symSize: 0x334 }
+ - { offsetInCU: 0x8C41, offset: 0x88E38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA22UpdatePushTokenRequestV_Tg5', symObjAddr: 0xB93C, symBinAddr: 0x2895C, symSize: 0x324 }
+ - { offsetInCU: 0x8EEA, offset: 0x890E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0xBFD4, symBinAddr: 0x28FF4, symSize: 0x32C }
+ - { offsetInCU: 0x9177, offset: 0x8936E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0xC640, symBinAddr: 0x29660, symSize: 0x324 }
+ - { offsetInCU: 0x9404, offset: 0x895FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24DeleteCustomItemsRequestV_Tg5', symObjAddr: 0xC964, symBinAddr: 0x29984, symSize: 0x35C }
+ - { offsetInCU: 0x96B0, offset: 0x898A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24RegisterPushTokenRequestV_Tg5', symObjAddr: 0xCCC0, symBinAddr: 0x29CE0, symSize: 0x324 }
+ - { offsetInCU: 0x9959, offset: 0x89B50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24UpdateCustomItemsRequestV_Tg5', symObjAddr: 0xCFE4, symBinAddr: 0x2A004, symSize: 0x334 }
+ - { offsetInCU: 0x9BE7, offset: 0x89DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0xD318, symBinAddr: 0x2A338, symSize: 0x344 }
+ - { offsetInCU: 0x9E93, offset: 0x8A08A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA26UnregisterPushTokenRequestV_Tg5', symObjAddr: 0xD9A4, symBinAddr: 0x2A9C4, symSize: 0x324 }
+ - { offsetInCU: 0xA13C, offset: 0x8A333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA28DeleteRoomCustomItemsRequestV_Tg5', symObjAddr: 0xDCC8, symBinAddr: 0x2ACE8, symSize: 0x35C }
+ - { offsetInCU: 0xA3CA, offset: 0x8A5C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA28UpdateRoomCustomItemsRequestV_Tg5', symObjAddr: 0xE024, symBinAddr: 0x2B044, symSize: 0x334 }
+ - { offsetInCU: 0xA658, offset: 0x8A84F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA29DirectCallLogListQueryRequestV_Tg5', symObjAddr: 0xE358, symBinAddr: 0x2B378, symSize: 0x334 }
+ - { offsetInCU: 0xA8D7, offset: 0x8AACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tF', symObjAddr: 0xE68C, symBinAddr: 0x2B6AC, symSize: 0x4A4 }
+ - { offsetInCU: 0xAB4B, offset: 0x8AD42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0xEB30, symBinAddr: 0x2BB50, symSize: 0x40 }
+ - { offsetInCU: 0xAB81, offset: 0x8AD78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0xEB70, symBinAddr: 0x2BB90, symSize: 0x1BC }
+ - { offsetInCU: 0xAC74, offset: 0x8AE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA18DialReceiveRequestV_Tg5', symObjAddr: 0xED2C, symBinAddr: 0x2BD4C, symSize: 0x1EC }
+ - { offsetInCU: 0xAD5F, offset: 0x8AF56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0xEF18, symBinAddr: 0x2BF38, symSize: 0x1BC }
+ - { offsetInCU: 0xAE52, offset: 0x8B049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA19AuthenticateRequestV_Tg5', symObjAddr: 0xF0D4, symBinAddr: 0x2C0F4, symSize: 0x218 }
+ - { offsetInCU: 0xAF3D, offset: 0x8B134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA26UnregisterPushTokenRequestV_Tg5', symObjAddr: 0xF2EC, symBinAddr: 0x2C30C, symSize: 0x1F0 }
+ - { offsetInCU: 0xB028, offset: 0x8B21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA16EnterRoomRequestV_Tg5', symObjAddr: 0xF4DC, symBinAddr: 0x2C4FC, symSize: 0x2C4 }
+ - { offsetInCU: 0xB113, offset: 0x8B30A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA12AliveRequestV_Tg5', symObjAddr: 0xF7A0, symBinAddr: 0x2C7C0, symSize: 0x20C }
+ - { offsetInCU: 0xB206, offset: 0x8B3FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14GetRoomRequestV_Tg5', symObjAddr: 0xF9AC, symBinAddr: 0x2C9CC, symSize: 0x29C }
+ - { offsetInCU: 0xB2F1, offset: 0x8B4E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0xFC48, symBinAddr: 0x2CC68, symSize: 0x1C0 }
+ - { offsetInCU: 0xB3E4, offset: 0x8B5DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA13CancelRequestV_Tg5', symObjAddr: 0xFE08, symBinAddr: 0x2CE28, symSize: 0x20C }
+ - { offsetInCU: 0xB4D7, offset: 0x8B6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA22UpdatePushTokenRequestV_Tg5', symObjAddr: 0x10214, symBinAddr: 0x2D234, symSize: 0x1EC }
+ - { offsetInCU: 0xB5C2, offset: 0x8B7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14DeclineRequestV_Tg5', symObjAddr: 0x105EC, symBinAddr: 0x2D60C, symSize: 0x20C }
+ - { offsetInCU: 0xB6B5, offset: 0x8B8AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0x107F8, symBinAddr: 0x2D818, symSize: 0x1DC }
+ - { offsetInCU: 0xB7A8, offset: 0x8B99F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0x109D4, symBinAddr: 0x2D9F4, symSize: 0x1BC }
+ - { offsetInCU: 0xB89B, offset: 0x8BA92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0x10D78, symBinAddr: 0x2DD98, symSize: 0x1DC }
+ - { offsetInCU: 0xB98E, offset: 0x8BB85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x10F54, symBinAddr: 0x2DF74, symSize: 0x294 }
+ - { offsetInCU: 0xBA79, offset: 0x8BC70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23RoomAudioSettingRequestV_Tg5', symObjAddr: 0x111E8, symBinAddr: 0x2E208, symSize: 0x1FC }
+ - { offsetInCU: 0xBB6C, offset: 0x8BD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14PushAckRequestV_Tg5', symObjAddr: 0x113E4, symBinAddr: 0x2E404, symSize: 0x1EC }
+ - { offsetInCU: 0xBC57, offset: 0x8BE4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA15NoAnswerRequestV_Tg5', symObjAddr: 0x115D0, symBinAddr: 0x2E5F0, symSize: 0x204 }
+ - { offsetInCU: 0xBD4A, offset: 0x8BF41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA16ConnectedRequestV_Tg5', symObjAddr: 0x117D4, symBinAddr: 0x2E7F4, symSize: 0x1EC }
+ - { offsetInCU: 0xBE35, offset: 0x8C02C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17UnknownEndRequestV_Tg5', symObjAddr: 0x119C0, symBinAddr: 0x2E9E0, symSize: 0x204 }
+ - { offsetInCU: 0xBF28, offset: 0x8C11F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA15StatsLogRequestV_Tg5', symObjAddr: 0x11BC4, symBinAddr: 0x2EBE4, symSize: 0x1EC }
+ - { offsetInCU: 0xC013, offset: 0x8C20A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA11HoldRequestV_Tg5', symObjAddr: 0x11F9C, symBinAddr: 0x2EFBC, symSize: 0x1DC }
+ - { offsetInCU: 0xC106, offset: 0x8C2FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0x12364, symBinAddr: 0x2F384, symSize: 0x1C0 }
+ - { offsetInCU: 0xC1F9, offset: 0x8C3F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA10EndRequestV_Tg5', symObjAddr: 0x12714, symBinAddr: 0x2F734, symSize: 0x208 }
+ - { offsetInCU: 0xC2EC, offset: 0x8C4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23RoomVideoSettingRequestV_Tg5', symObjAddr: 0x1291C, symBinAddr: 0x2F93C, symSize: 0x1FC }
+ - { offsetInCU: 0xC3DF, offset: 0x8C5D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0x12B18, symBinAddr: 0x2FB38, symSize: 0x1DC }
+ - { offsetInCU: 0xC4D2, offset: 0x8C6C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x12EE4, symBinAddr: 0x2FF04, symSize: 0x2F4 }
+ - { offsetInCU: 0xC5BD, offset: 0x8C7B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14TimeoutRequestV_Tg5', symObjAddr: 0x133C8, symBinAddr: 0x303E8, symSize: 0x20C }
+ - { offsetInCU: 0xC6B0, offset: 0x8C8A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x135D4, symBinAddr: 0x305F4, symSize: 0x284 }
+ - { offsetInCU: 0xC79B, offset: 0x8C992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA24RegisterPushTokenRequestV_Tg5', symObjAddr: 0x13A44, symBinAddr: 0x30A64, symSize: 0x1EC }
+ - { offsetInCU: 0xC886, offset: 0x8CA7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0x13C30, symBinAddr: 0x30C50, symSize: 0x1F0 }
+ - { offsetInCU: 0xC96A, offset: 0x8CB61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtF', symObjAddr: 0x13E20, symBinAddr: 0x30E40, symSize: 0x338 }
+ - { offsetInCU: 0xCA4B, offset: 0x8CC42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x14158, symBinAddr: 0x31178, symSize: 0x14 }
+ - { offsetInCU: 0xCA7D, offset: 0x8CC74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtF', symObjAddr: 0x1416C, symBinAddr: 0x3118C, symSize: 0x4 }
+ - { offsetInCU: 0xCAA9, offset: 0x8CCA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x14170, symBinAddr: 0x31190, symSize: 0x14 }
+ - { offsetInCU: 0xCADB, offset: 0x8CCD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtF', symObjAddr: 0x14184, symBinAddr: 0x311A4, symSize: 0x4 }
+ - { offsetInCU: 0xCAF8, offset: 0x8CCEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O6ClientO_Tg5', symObjAddr: 0x14188, symBinAddr: 0x311A8, symSize: 0x88 }
+ - { offsetInCU: 0xCB7D, offset: 0x8CD74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O6DeviceO_Tg5', symObjAddr: 0x14210, symBinAddr: 0x31230, symSize: 0xE8 }
+ - { offsetInCU: 0xCC3A, offset: 0x8CE31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O7GeneralO_Tg5', symObjAddr: 0x142F8, symBinAddr: 0x31318, symSize: 0xB8 }
+ - { offsetInCU: 0xCCDB, offset: 0x8CED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O11ScreenShareO_Tg5', symObjAddr: 0x143B0, symBinAddr: 0x313D0, symSize: 0x1CC }
+ - { offsetInCU: 0xCDE8, offset: 0x8CFDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O4HoldO_Tg5', symObjAddr: 0x1457C, symBinAddr: 0x3159C, symSize: 0x1FC }
+ - { offsetInCU: 0xCF11, offset: 0x8D108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O9RecordingO_Tg5', symObjAddr: 0x14778, symBinAddr: 0x31798, symSize: 0x174 }
+ - { offsetInCU: 0xCFE6, offset: 0x8D1DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O7CaptureO_Tg5', symObjAddr: 0x148EC, symBinAddr: 0x3190C, symSize: 0x19C }
+ - { offsetInCU: 0xD0D7, offset: 0x8D2CE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD16EmptyAPIResponseVSg_Tg5', symObjAddr: 0x14A88, symBinAddr: 0x31AA8, symSize: 0x140 }
+ - { offsetInCU: 0xD13E, offset: 0x8D335, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD20AuthenticateResponseVSg_Tg5', symObjAddr: 0x14BC8, symBinAddr: 0x31BE8, symSize: 0x15C }
+ - { offsetInCU: 0xD1A5, offset: 0x8D39C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlF', symObjAddr: 0x14F70, symBinAddr: 0x31F90, symSize: 0x108 }
+ - { offsetInCU: 0xD226, offset: 0x8D41D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4data10Foundation4DataVvg', symObjAddr: 0x15078, symBinAddr: 0x32098, symSize: 0x2C }
+ - { offsetInCU: 0xD242, offset: 0x8D439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV11descriptionSSvg', symObjAddr: 0x150A4, symBinAddr: 0x320C4, symSize: 0xAC }
+ - { offsetInCU: 0xD298, offset: 0x8D48F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x15150, symBinAddr: 0x32170, symSize: 0x8 }
+ - { offsetInCU: 0xD2EC, offset: 0x8D4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH9hashValueSivgTW', symObjAddr: 0x15158, symBinAddr: 0x32178, symSize: 0x40 }
+ - { offsetInCU: 0xD3CF, offset: 0x8D5C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x15198, symBinAddr: 0x321B8, symSize: 0x24 }
+ - { offsetInCU: 0xD44F, offset: 0x8D646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x151F8, symBinAddr: 0x32218, symSize: 0x4 }
+ - { offsetInCU: 0xD46F, offset: 0x8D666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x151F8, symBinAddr: 0x32218, symSize: 0x4 }
+ - { offsetInCU: 0xD48F, offset: 0x8D686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x151FC, symBinAddr: 0x3221C, symSize: 0x28 }
+ - { offsetInCU: 0xD4C0, offset: 0x8D6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x15224, symBinAddr: 0x32244, symSize: 0xC }
+ - { offsetInCU: 0xD4DC, offset: 0x8D6D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x15230, symBinAddr: 0x32250, symSize: 0xC }
+ - { offsetInCU: 0xD4F8, offset: 0x8D6EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x19D4C, symBinAddr: 0x36CC8, symSize: 0x74 }
+ - { offsetInCU: 0xD54C, offset: 0x8D743, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLO11stringValueSSvgTf4d_n', symObjAddr: 0x19DC0, symBinAddr: 0x36D3C, symSize: 0x10 }
+ - { offsetInCU: 0xD56A, offset: 0x8D761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4dataAC10Foundation4DataV_tcfC', symObjAddr: 0x1528C, symBinAddr: 0x322AC, symSize: 0x4 }
+ - { offsetInCU: 0xD588, offset: 0x8D77F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x15290, symBinAddr: 0x322B0, symSize: 0x14 }
+ - { offsetInCU: 0xD5BA, offset: 0x8D7B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x152A4, symBinAddr: 0x322C4, symSize: 0xA8 }
+ - { offsetInCU: 0xD62F, offset: 0x8D826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1534C, symBinAddr: 0x3236C, symSize: 0x28 }
+ - { offsetInCU: 0xD666, offset: 0x8D85D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x19DD0, symBinAddr: 0x36D4C, symSize: 0x114 }
+ - { offsetInCU: 0xD6B9, offset: 0x8D8B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ResultIgnorablePAAE10resultTypeAA06IgnoreG0VmvgZ', symObjAddr: 0x15374, symBinAddr: 0x32394, symSize: 0x4 }
+ - { offsetInCU: 0xD6EE, offset: 0x8D8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ResultIgnorablePAAE06decodeD04fromAA11Respondable_pSg10Foundation4DataV_tF', symObjAddr: 0x15378, symBinAddr: 0x32398, symSize: 0x4C }
+ - { offsetInCU: 0xD733, offset: 0x8D92A, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONDecoderC13SendBirdCallsE11keyStrategyA2C011KeyDecodingG0O_tcfC', symObjAddr: 0x153C4, symBinAddr: 0x323E4, symSize: 0xA0 }
+ - { offsetInCU: 0xD75C, offset: 0x8D953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x15464, symBinAddr: 0x32484, symSize: 0xC }
+ - { offsetInCU: 0xD778, offset: 0x8D96F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15470, symBinAddr: 0x32490, symSize: 0x4C }
+ - { offsetInCU: 0xD7AD, offset: 0x8D9A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x154BC, symBinAddr: 0x324DC, symSize: 0x48 }
+ - { offsetInCU: 0xD7C1, offset: 0x8D9B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15504, symBinAddr: 0x32524, symSize: 0x48 }
+ - { offsetInCU: 0xD7EC, offset: 0x8D9E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x1554C, symBinAddr: 0x3256C, symSize: 0x14 }
+ - { offsetInCU: 0xD82D, offset: 0x8DA24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15560, symBinAddr: 0x32580, symSize: 0x14 }
+ - { offsetInCU: 0xD85F, offset: 0x8DA56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15574, symBinAddr: 0x32594, symSize: 0x40 }
+ - { offsetInCU: 0xD873, offset: 0x8DA6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x155B4, symBinAddr: 0x325D4, symSize: 0x40 }
+ - { offsetInCU: 0xD887, offset: 0x8DA7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x155F4, symBinAddr: 0x32614, symSize: 0x40 }
+ - { offsetInCU: 0xD8B2, offset: 0x8DAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15634, symBinAddr: 0x32654, symSize: 0x14 }
+ - { offsetInCU: 0xD8F3, offset: 0x8DAEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15648, symBinAddr: 0x32668, symSize: 0x14 }
+ - { offsetInCU: 0xD925, offset: 0x8DB1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1565C, symBinAddr: 0x3267C, symSize: 0x48 }
+ - { offsetInCU: 0xD939, offset: 0x8DB30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x156A4, symBinAddr: 0x326C4, symSize: 0x48 }
+ - { offsetInCU: 0xD94D, offset: 0x8DB44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x156EC, symBinAddr: 0x3270C, symSize: 0x48 }
+ - { offsetInCU: 0xD978, offset: 0x8DB6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x15734, symBinAddr: 0x32754, symSize: 0x4 }
+ - { offsetInCU: 0xD998, offset: 0x8DB8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x15734, symBinAddr: 0x32754, symSize: 0x4 }
+ - { offsetInCU: 0xD9B9, offset: 0x8DBB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15738, symBinAddr: 0x32758, symSize: 0x4 }
+ - { offsetInCU: 0xD9D9, offset: 0x8DBD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15738, symBinAddr: 0x32758, symSize: 0x4 }
+ - { offsetInCU: 0xD9EB, offset: 0x8DBE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x1573C, symBinAddr: 0x3275C, symSize: 0xC }
+ - { offsetInCU: 0xDA07, offset: 0x8DBFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15748, symBinAddr: 0x32768, symSize: 0x4C }
+ - { offsetInCU: 0xDA3C, offset: 0x8DC33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15794, symBinAddr: 0x327B4, symSize: 0xC }
+ - { offsetInCU: 0xDA50, offset: 0x8DC47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x157A0, symBinAddr: 0x327C0, symSize: 0xC }
+ - { offsetInCU: 0xDA7B, offset: 0x8DC72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x157AC, symBinAddr: 0x327CC, symSize: 0x14 }
+ - { offsetInCU: 0xDABC, offset: 0x8DCB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x157C0, symBinAddr: 0x327E0, symSize: 0x14 }
+ - { offsetInCU: 0xDAEE, offset: 0x8DCE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x157D4, symBinAddr: 0x327F4, symSize: 0x48 }
+ - { offsetInCU: 0xDB02, offset: 0x8DCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1581C, symBinAddr: 0x3283C, symSize: 0x48 }
+ - { offsetInCU: 0xDB16, offset: 0x8DD0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15864, symBinAddr: 0x32884, symSize: 0x48 }
+ - { offsetInCU: 0xDB41, offset: 0x8DD38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x158AC, symBinAddr: 0x328CC, symSize: 0x4 }
+ - { offsetInCU: 0xDB61, offset: 0x8DD58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x158AC, symBinAddr: 0x328CC, symSize: 0x4 }
+ - { offsetInCU: 0xDB82, offset: 0x8DD79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x158B0, symBinAddr: 0x328D0, symSize: 0x4 }
+ - { offsetInCU: 0xDBA2, offset: 0x8DD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x158B0, symBinAddr: 0x328D0, symSize: 0x4 }
+ - { offsetInCU: 0xDBB4, offset: 0x8DDAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x158B4, symBinAddr: 0x328D4, symSize: 0x38 }
+ - { offsetInCU: 0xDBD0, offset: 0x8DDC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x158EC, symBinAddr: 0x3290C, symSize: 0x68 }
+ - { offsetInCU: 0xDBE4, offset: 0x8DDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15954, symBinAddr: 0x32974, symSize: 0x38 }
+ - { offsetInCU: 0xDC0F, offset: 0x8DE06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x1598C, symBinAddr: 0x329AC, symSize: 0x24 }
+ - { offsetInCU: 0xDC50, offset: 0x8DE47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x159B0, symBinAddr: 0x329D0, symSize: 0x1C }
+ - { offsetInCU: 0xDC82, offset: 0x8DE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x159CC, symBinAddr: 0x329EC, symSize: 0xC }
+ - { offsetInCU: 0xDC9E, offset: 0x8DE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x159D8, symBinAddr: 0x329F8, symSize: 0x4C }
+ - { offsetInCU: 0xDCBA, offset: 0x8DEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15A24, symBinAddr: 0x32A44, symSize: 0x5C }
+ - { offsetInCU: 0xDCD6, offset: 0x8DECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15A80, symBinAddr: 0x32AA0, symSize: 0x5C }
+ - { offsetInCU: 0xDD0C, offset: 0x8DF03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15ADC, symBinAddr: 0x32AFC, symSize: 0x4C }
+ - { offsetInCU: 0xDD58, offset: 0x8DF4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15B28, symBinAddr: 0x32B48, symSize: 0x4C }
+ - { offsetInCU: 0xDD8A, offset: 0x8DF81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15B74, symBinAddr: 0x32B94, symSize: 0x10 }
+ - { offsetInCU: 0xDD9E, offset: 0x8DF95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP06decodeD6Result4fromAA0dJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15B84, symBinAddr: 0x32BA4, symSize: 0x10 }
+ - { offsetInCU: 0xDDBA, offset: 0x8DFB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15B94, symBinAddr: 0x32BB4, symSize: 0x44 }
+ - { offsetInCU: 0xDDE5, offset: 0x8DFDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP06handleD0_7handleryAA0D0_pSg_ypSgtFTW', symObjAddr: 0x15BD8, symBinAddr: 0x32BF8, symSize: 0x24 }
+ - { offsetInCU: 0xDE26, offset: 0x8E01D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15BFC, symBinAddr: 0x32C1C, symSize: 0x1C }
+ - { offsetInCU: 0xDE58, offset: 0x8E04F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15C18, symBinAddr: 0x32C38, symSize: 0x10 }
+ - { offsetInCU: 0xDE6C, offset: 0x8E063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15C28, symBinAddr: 0x32C48, symSize: 0x10 }
+ - { offsetInCU: 0xDE80, offset: 0x8E077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15C38, symBinAddr: 0x32C58, symSize: 0x10 }
+ - { offsetInCU: 0xDEAB, offset: 0x8E0A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15C48, symBinAddr: 0x32C68, symSize: 0x24 }
+ - { offsetInCU: 0xDEEC, offset: 0x8E0E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15C6C, symBinAddr: 0x32C8C, symSize: 0x1C }
+ - { offsetInCU: 0xDF1E, offset: 0x8E115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15C88, symBinAddr: 0x32CA8, symSize: 0x48 }
+ - { offsetInCU: 0xDF3A, offset: 0x8E131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15CD0, symBinAddr: 0x32CF0, symSize: 0x50 }
+ - { offsetInCU: 0xDF56, offset: 0x8E14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15D20, symBinAddr: 0x32D40, symSize: 0x58 }
+ - { offsetInCU: 0xDF81, offset: 0x8E178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15D78, symBinAddr: 0x32D98, symSize: 0x14 }
+ - { offsetInCU: 0xDFC2, offset: 0x8E1B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15D8C, symBinAddr: 0x32DAC, symSize: 0x14 }
+ - { offsetInCU: 0xDFF4, offset: 0x8E1EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15DA0, symBinAddr: 0x32DC0, symSize: 0x10 }
+ - { offsetInCU: 0xE008, offset: 0x8E1FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15DB0, symBinAddr: 0x32DD0, symSize: 0x10 }
+ - { offsetInCU: 0xE024, offset: 0x8E21B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15DC0, symBinAddr: 0x32DE0, symSize: 0x44 }
+ - { offsetInCU: 0xE04F, offset: 0x8E246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x15E04, symBinAddr: 0x32E24, symSize: 0x24 }
+ - { offsetInCU: 0xE090, offset: 0x8E287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15E28, symBinAddr: 0x32E48, symSize: 0x1C }
+ - { offsetInCU: 0xE0C2, offset: 0x8E2B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15E44, symBinAddr: 0x32E64, symSize: 0xC }
+ - { offsetInCU: 0xE0D6, offset: 0x8E2CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15E50, symBinAddr: 0x32E70, symSize: 0xC }
+ - { offsetInCU: 0xE0EA, offset: 0x8E2E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15E5C, symBinAddr: 0x32E7C, symSize: 0xC }
+ - { offsetInCU: 0xE115, offset: 0x8E30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15E68, symBinAddr: 0x32E88, symSize: 0x14 }
+ - { offsetInCU: 0xE156, offset: 0x8E34D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15E7C, symBinAddr: 0x32E9C, symSize: 0x14 }
+ - { offsetInCU: 0xE188, offset: 0x8E37F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x15E90, symBinAddr: 0x32EB0, symSize: 0x38 }
+ - { offsetInCU: 0xE1A4, offset: 0x8E39B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x15EC8, symBinAddr: 0x32EE8, symSize: 0x68 }
+ - { offsetInCU: 0xE1B8, offset: 0x8E3AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15F30, symBinAddr: 0x32F50, symSize: 0x38 }
+ - { offsetInCU: 0xE1E3, offset: 0x8E3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x15F68, symBinAddr: 0x32F88, symSize: 0x24 }
+ - { offsetInCU: 0xE224, offset: 0x8E41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15F8C, symBinAddr: 0x32FAC, symSize: 0x1C }
+ - { offsetInCU: 0xE256, offset: 0x8E44D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x15FA8, symBinAddr: 0x32FC8, symSize: 0xC }
+ - { offsetInCU: 0xE272, offset: 0x8E469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x15FB8, symBinAddr: 0x32FD8, symSize: 0x40 }
+ - { offsetInCU: 0xE29D, offset: 0x8E494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x15FF8, symBinAddr: 0x33018, symSize: 0x14 }
+ - { offsetInCU: 0xE2DE, offset: 0x8E4D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1600C, symBinAddr: 0x3302C, symSize: 0x14 }
+ - { offsetInCU: 0xE310, offset: 0x8E507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16020, symBinAddr: 0x33040, symSize: 0x10 }
+ - { offsetInCU: 0xE324, offset: 0x8E51B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16030, symBinAddr: 0x33050, symSize: 0x10 }
+ - { offsetInCU: 0xE340, offset: 0x8E537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16040, symBinAddr: 0x33060, symSize: 0x44 }
+ - { offsetInCU: 0xE36B, offset: 0x8E562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16084, symBinAddr: 0x330A4, symSize: 0x24 }
+ - { offsetInCU: 0xE3AC, offset: 0x8E5A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x160A8, symBinAddr: 0x330C8, symSize: 0x1C }
+ - { offsetInCU: 0xE3DE, offset: 0x8E5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x160C4, symBinAddr: 0x330E4, symSize: 0xC }
+ - { offsetInCU: 0xE3FA, offset: 0x8E5F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x160D0, symBinAddr: 0x330F0, symSize: 0x4C }
+ - { offsetInCU: 0xE42F, offset: 0x8E626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1611C, symBinAddr: 0x3313C, symSize: 0x40 }
+ - { offsetInCU: 0xE443, offset: 0x8E63A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1615C, symBinAddr: 0x3317C, symSize: 0x40 }
+ - { offsetInCU: 0xE46E, offset: 0x8E665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x1619C, symBinAddr: 0x331BC, symSize: 0x14 }
+ - { offsetInCU: 0xE4AF, offset: 0x8E6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x161B0, symBinAddr: 0x331D0, symSize: 0x14 }
+ - { offsetInCU: 0xE4E1, offset: 0x8E6D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x161C4, symBinAddr: 0x331E4, symSize: 0x40 }
+ - { offsetInCU: 0xE4F5, offset: 0x8E6EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16204, symBinAddr: 0x33224, symSize: 0x40 }
+ - { offsetInCU: 0xE511, offset: 0x8E708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16244, symBinAddr: 0x33264, symSize: 0x58 }
+ - { offsetInCU: 0xE53C, offset: 0x8E733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x1629C, symBinAddr: 0x332BC, symSize: 0x24 }
+ - { offsetInCU: 0xE57D, offset: 0x8E774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x162C0, symBinAddr: 0x332E0, symSize: 0x1C }
+ - { offsetInCU: 0xE5AF, offset: 0x8E7A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x162DC, symBinAddr: 0x332FC, symSize: 0x40 }
+ - { offsetInCU: 0xE5C3, offset: 0x8E7BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1631C, symBinAddr: 0x3333C, symSize: 0x40 }
+ - { offsetInCU: 0xE5DF, offset: 0x8E7D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1635C, symBinAddr: 0x3337C, symSize: 0x58 }
+ - { offsetInCU: 0xE60A, offset: 0x8E801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x163B4, symBinAddr: 0x333D4, symSize: 0x24 }
+ - { offsetInCU: 0xE64B, offset: 0x8E842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x163D8, symBinAddr: 0x333F8, symSize: 0x1C }
+ - { offsetInCU: 0xE67D, offset: 0x8E874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x163F4, symBinAddr: 0x33414, symSize: 0x38 }
+ - { offsetInCU: 0xE699, offset: 0x8E890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1642C, symBinAddr: 0x3344C, symSize: 0x68 }
+ - { offsetInCU: 0xE6AD, offset: 0x8E8A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16494, symBinAddr: 0x334B4, symSize: 0x38 }
+ - { offsetInCU: 0xE6D8, offset: 0x8E8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x164CC, symBinAddr: 0x334EC, symSize: 0x24 }
+ - { offsetInCU: 0xE719, offset: 0x8E910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x164F0, symBinAddr: 0x33510, symSize: 0x1C }
+ - { offsetInCU: 0xE74B, offset: 0x8E942, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x1650C, symBinAddr: 0x3352C, symSize: 0xC }
+ - { offsetInCU: 0xE767, offset: 0x8E95E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x1651C, symBinAddr: 0x3353C, symSize: 0x40 }
+ - { offsetInCU: 0xE783, offset: 0x8E97A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1655C, symBinAddr: 0x3357C, symSize: 0x48 }
+ - { offsetInCU: 0xE7AE, offset: 0x8E9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x165A4, symBinAddr: 0x335C4, symSize: 0x14 }
+ - { offsetInCU: 0xE7EF, offset: 0x8E9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x165B8, symBinAddr: 0x335D8, symSize: 0x14 }
+ - { offsetInCU: 0xE821, offset: 0x8EA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x165CC, symBinAddr: 0x335EC, symSize: 0xC }
+ - { offsetInCU: 0xE83D, offset: 0x8EA34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x165DC, symBinAddr: 0x335FC, symSize: 0x38 }
+ - { offsetInCU: 0xE859, offset: 0x8EA50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16614, symBinAddr: 0x33634, symSize: 0x40 }
+ - { offsetInCU: 0xE884, offset: 0x8EA7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16654, symBinAddr: 0x33674, symSize: 0x14 }
+ - { offsetInCU: 0xE8C5, offset: 0x8EABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16668, symBinAddr: 0x33688, symSize: 0x14 }
+ - { offsetInCU: 0xE8F7, offset: 0x8EAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1667C, symBinAddr: 0x3369C, symSize: 0x30 }
+ - { offsetInCU: 0xE913, offset: 0x8EB0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x166AC, symBinAddr: 0x336CC, symSize: 0x30 }
+ - { offsetInCU: 0xE92F, offset: 0x8EB26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x166DC, symBinAddr: 0x336FC, symSize: 0x3C }
+ - { offsetInCU: 0xE95A, offset: 0x8EB51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16718, symBinAddr: 0x33738, symSize: 0x14 }
+ - { offsetInCU: 0xE99B, offset: 0x8EB92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x1672C, symBinAddr: 0x3374C, symSize: 0x14 }
+ - { offsetInCU: 0xE9CD, offset: 0x8EBC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16740, symBinAddr: 0x33760, symSize: 0x40 }
+ - { offsetInCU: 0xE9E1, offset: 0x8EBD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16780, symBinAddr: 0x337A0, symSize: 0x40 }
+ - { offsetInCU: 0xE9F5, offset: 0x8EBEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x167C0, symBinAddr: 0x337E0, symSize: 0x40 }
+ - { offsetInCU: 0xEA20, offset: 0x8EC17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16800, symBinAddr: 0x33820, symSize: 0x24 }
+ - { offsetInCU: 0xEA61, offset: 0x8EC58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16824, symBinAddr: 0x33844, symSize: 0x1C }
+ - { offsetInCU: 0xEA93, offset: 0x8EC8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16840, symBinAddr: 0x33860, symSize: 0x38 }
+ - { offsetInCU: 0xEAA7, offset: 0x8EC9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16878, symBinAddr: 0x33898, symSize: 0x38 }
+ - { offsetInCU: 0xEABB, offset: 0x8ECB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x168B0, symBinAddr: 0x338D0, symSize: 0x38 }
+ - { offsetInCU: 0xEAE6, offset: 0x8ECDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x168E8, symBinAddr: 0x33908, symSize: 0x14 }
+ - { offsetInCU: 0xEB27, offset: 0x8ED1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x168FC, symBinAddr: 0x3391C, symSize: 0x14 }
+ - { offsetInCU: 0xEB59, offset: 0x8ED50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16910, symBinAddr: 0x33930, symSize: 0x48 }
+ - { offsetInCU: 0xEB75, offset: 0x8ED6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16958, symBinAddr: 0x33978, symSize: 0x50 }
+ - { offsetInCU: 0xEB91, offset: 0x8ED88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x169A8, symBinAddr: 0x339C8, symSize: 0x58 }
+ - { offsetInCU: 0xEBBC, offset: 0x8EDB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16A00, symBinAddr: 0x33A20, symSize: 0x14 }
+ - { offsetInCU: 0xEBFD, offset: 0x8EDF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16A14, symBinAddr: 0x33A34, symSize: 0x14 }
+ - { offsetInCU: 0xEC2F, offset: 0x8EE26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16A28, symBinAddr: 0x33A48, symSize: 0x58 }
+ - { offsetInCU: 0xEC43, offset: 0x8EE3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16A80, symBinAddr: 0x33AA0, symSize: 0x58 }
+ - { offsetInCU: 0xEC57, offset: 0x8EE4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16AD8, symBinAddr: 0x33AF8, symSize: 0x58 }
+ - { offsetInCU: 0xEC82, offset: 0x8EE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16B30, symBinAddr: 0x33B50, symSize: 0x24 }
+ - { offsetInCU: 0xECC3, offset: 0x8EEBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16B54, symBinAddr: 0x33B74, symSize: 0x1C }
+ - { offsetInCU: 0xECF5, offset: 0x8EEEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16B70, symBinAddr: 0x33B90, symSize: 0xC }
+ - { offsetInCU: 0xED09, offset: 0x8EF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16B7C, symBinAddr: 0x33B9C, symSize: 0xC }
+ - { offsetInCU: 0xED1D, offset: 0x8EF14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16B88, symBinAddr: 0x33BA8, symSize: 0xC }
+ - { offsetInCU: 0xED48, offset: 0x8EF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16B94, symBinAddr: 0x33BB4, symSize: 0x24 }
+ - { offsetInCU: 0xED89, offset: 0x8EF80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16BB8, symBinAddr: 0x33BD8, symSize: 0x1C }
+ - { offsetInCU: 0xEDBB, offset: 0x8EFB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16BD4, symBinAddr: 0x33BF4, symSize: 0x38 }
+ - { offsetInCU: 0xEDD7, offset: 0x8EFCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16C0C, symBinAddr: 0x33C2C, symSize: 0x60 }
+ - { offsetInCU: 0xEDEB, offset: 0x8EFE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16C6C, symBinAddr: 0x33C8C, symSize: 0x38 }
+ - { offsetInCU: 0xEE16, offset: 0x8F00D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16CA4, symBinAddr: 0x33CC4, symSize: 0x24 }
+ - { offsetInCU: 0xEE57, offset: 0x8F04E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16CC8, symBinAddr: 0x33CE8, symSize: 0x1C }
+ - { offsetInCU: 0xEE89, offset: 0x8F080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16CE4, symBinAddr: 0x33D04, symSize: 0xC }
+ - { offsetInCU: 0xEEA5, offset: 0x8F09C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16CF0, symBinAddr: 0x33D10, symSize: 0x4C }
+ - { offsetInCU: 0xEEDA, offset: 0x8F0D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16D3C, symBinAddr: 0x33D5C, symSize: 0x48 }
+ - { offsetInCU: 0xEEEE, offset: 0x8F0E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16D84, symBinAddr: 0x33DA4, symSize: 0x48 }
+ - { offsetInCU: 0xEF19, offset: 0x8F110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16DCC, symBinAddr: 0x33DEC, symSize: 0x14 }
+ - { offsetInCU: 0xEF5A, offset: 0x8F151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16DE0, symBinAddr: 0x33E00, symSize: 0x14 }
+ - { offsetInCU: 0xEF8C, offset: 0x8F183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16DF4, symBinAddr: 0x33E14, symSize: 0xC }
+ - { offsetInCU: 0xEFA8, offset: 0x8F19F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16E00, symBinAddr: 0x33E20, symSize: 0x38 }
+ - { offsetInCU: 0xEFC4, offset: 0x8F1BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16E38, symBinAddr: 0x33E58, symSize: 0x40 }
+ - { offsetInCU: 0xEFEF, offset: 0x8F1E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16E78, symBinAddr: 0x33E98, symSize: 0x14 }
+ - { offsetInCU: 0xF030, offset: 0x8F227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16E8C, symBinAddr: 0x33EAC, symSize: 0x14 }
+ - { offsetInCU: 0xF062, offset: 0x8F259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16EA0, symBinAddr: 0x33EC0, symSize: 0x40 }
+ - { offsetInCU: 0xF076, offset: 0x8F26D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16EE0, symBinAddr: 0x33F00, symSize: 0x40 }
+ - { offsetInCU: 0xF092, offset: 0x8F289, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16F20, symBinAddr: 0x33F40, symSize: 0x58 }
+ - { offsetInCU: 0xF0BD, offset: 0x8F2B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x16F78, symBinAddr: 0x33F98, symSize: 0x24 }
+ - { offsetInCU: 0xF0FE, offset: 0x8F2F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16F9C, symBinAddr: 0x33FBC, symSize: 0x1C }
+ - { offsetInCU: 0xF130, offset: 0x8F327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16FB8, symBinAddr: 0x33FD8, symSize: 0x38 }
+ - { offsetInCU: 0xF14C, offset: 0x8F343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16FF0, symBinAddr: 0x34010, symSize: 0x60 }
+ - { offsetInCU: 0xF160, offset: 0x8F357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17050, symBinAddr: 0x34070, symSize: 0x38 }
+ - { offsetInCU: 0xF18B, offset: 0x8F382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17088, symBinAddr: 0x340A8, symSize: 0x24 }
+ - { offsetInCU: 0xF1CC, offset: 0x8F3C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x170AC, symBinAddr: 0x340CC, symSize: 0x1C }
+ - { offsetInCU: 0xF1FE, offset: 0x8F3F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x170C8, symBinAddr: 0x340E8, symSize: 0x30 }
+ - { offsetInCU: 0xF21A, offset: 0x8F411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x170F8, symBinAddr: 0x34118, symSize: 0x30 }
+ - { offsetInCU: 0xF236, offset: 0x8F42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17128, symBinAddr: 0x34148, symSize: 0x3C }
+ - { offsetInCU: 0xF261, offset: 0x8F458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17164, symBinAddr: 0x34184, symSize: 0x14 }
+ - { offsetInCU: 0xF2A2, offset: 0x8F499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17178, symBinAddr: 0x34198, symSize: 0x14 }
+ - { offsetInCU: 0xF2D4, offset: 0x8F4CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x1718C, symBinAddr: 0x341AC, symSize: 0xC }
+ - { offsetInCU: 0xF2F0, offset: 0x8F4E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17198, symBinAddr: 0x341B8, symSize: 0x4C }
+ - { offsetInCU: 0xF325, offset: 0x8F51C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x171E4, symBinAddr: 0x34204, symSize: 0x38 }
+ - { offsetInCU: 0xF339, offset: 0x8F530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1721C, symBinAddr: 0x3423C, symSize: 0x38 }
+ - { offsetInCU: 0xF364, offset: 0x8F55B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17254, symBinAddr: 0x34274, symSize: 0x14 }
+ - { offsetInCU: 0xF3A5, offset: 0x8F59C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17268, symBinAddr: 0x34288, symSize: 0x14 }
+ - { offsetInCU: 0xF3D7, offset: 0x8F5CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1727C, symBinAddr: 0x3429C, symSize: 0x38 }
+ - { offsetInCU: 0xF3F3, offset: 0x8F5EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x172B4, symBinAddr: 0x342D4, symSize: 0x60 }
+ - { offsetInCU: 0xF407, offset: 0x8F5FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17314, symBinAddr: 0x34334, symSize: 0x38 }
+ - { offsetInCU: 0xF432, offset: 0x8F629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x1734C, symBinAddr: 0x3436C, symSize: 0x24 }
+ - { offsetInCU: 0xF473, offset: 0x8F66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17370, symBinAddr: 0x34390, symSize: 0x1C }
+ - { offsetInCU: 0xF4A5, offset: 0x8F69C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x1738C, symBinAddr: 0x343AC, symSize: 0xC }
+ - { offsetInCU: 0xF4C1, offset: 0x8F6B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17398, symBinAddr: 0x343B8, symSize: 0x4C }
+ - { offsetInCU: 0xF4F6, offset: 0x8F6ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x173E4, symBinAddr: 0x34404, symSize: 0x50 }
+ - { offsetInCU: 0xF50A, offset: 0x8F701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17434, symBinAddr: 0x34454, symSize: 0x50 }
+ - { offsetInCU: 0xF535, offset: 0x8F72C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17484, symBinAddr: 0x344A4, symSize: 0x14 }
+ - { offsetInCU: 0xF576, offset: 0x8F76D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17498, symBinAddr: 0x344B8, symSize: 0x14 }
+ - { offsetInCU: 0xF5A8, offset: 0x8F79F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x174AC, symBinAddr: 0x344CC, symSize: 0x40 }
+ - { offsetInCU: 0xF5BC, offset: 0x8F7B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0mN0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x174EC, symBinAddr: 0x3450C, symSize: 0x40 }
+ - { offsetInCU: 0xF5D8, offset: 0x8F7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1752C, symBinAddr: 0x3454C, symSize: 0x58 }
+ - { offsetInCU: 0xF603, offset: 0x8F7FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0M0_pSg_ypSgtFTW', symObjAddr: 0x17584, symBinAddr: 0x345A4, symSize: 0x24 }
+ - { offsetInCU: 0xF644, offset: 0x8F83B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x175A8, symBinAddr: 0x345C8, symSize: 0x1C }
+ - { offsetInCU: 0xF676, offset: 0x8F86D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x175C4, symBinAddr: 0x345E4, symSize: 0x38 }
+ - { offsetInCU: 0xF68A, offset: 0x8F881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x175FC, symBinAddr: 0x3461C, symSize: 0x38 }
+ - { offsetInCU: 0xF69E, offset: 0x8F895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17634, symBinAddr: 0x34654, symSize: 0x38 }
+ - { offsetInCU: 0xF6C9, offset: 0x8F8C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x1766C, symBinAddr: 0x3468C, symSize: 0x24 }
+ - { offsetInCU: 0xF70A, offset: 0x8F901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17690, symBinAddr: 0x346B0, symSize: 0x1C }
+ - { offsetInCU: 0xF73C, offset: 0x8F933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x176AC, symBinAddr: 0x346CC, symSize: 0x38 }
+ - { offsetInCU: 0xF750, offset: 0x8F947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x176E4, symBinAddr: 0x34704, symSize: 0x38 }
+ - { offsetInCU: 0xF76C, offset: 0x8F963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1771C, symBinAddr: 0x3473C, symSize: 0x50 }
+ - { offsetInCU: 0xF797, offset: 0x8F98E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x1776C, symBinAddr: 0x3478C, symSize: 0x24 }
+ - { offsetInCU: 0xF7D8, offset: 0x8F9CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17790, symBinAddr: 0x347B0, symSize: 0x1C }
+ - { offsetInCU: 0xF80A, offset: 0x8FA01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x177AC, symBinAddr: 0x347CC, symSize: 0xC }
+ - { offsetInCU: 0xF826, offset: 0x8FA1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x177BC, symBinAddr: 0x347DC, symSize: 0x40 }
+ - { offsetInCU: 0xF842, offset: 0x8FA39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x177FC, symBinAddr: 0x3481C, symSize: 0x48 }
+ - { offsetInCU: 0xF86D, offset: 0x8FA64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17844, symBinAddr: 0x34864, symSize: 0x14 }
+ - { offsetInCU: 0xF8AE, offset: 0x8FAA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17858, symBinAddr: 0x34878, symSize: 0x14 }
+ - { offsetInCU: 0xF8E0, offset: 0x8FAD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1786C, symBinAddr: 0x3488C, symSize: 0x38 }
+ - { offsetInCU: 0xF8F4, offset: 0x8FAEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x178A4, symBinAddr: 0x348C4, symSize: 0x38 }
+ - { offsetInCU: 0xF910, offset: 0x8FB07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x178DC, symBinAddr: 0x348FC, symSize: 0x50 }
+ - { offsetInCU: 0xF93B, offset: 0x8FB32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x1792C, symBinAddr: 0x3494C, symSize: 0x24 }
+ - { offsetInCU: 0xF97C, offset: 0x8FB73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17950, symBinAddr: 0x34970, symSize: 0x1C }
+ - { offsetInCU: 0xF9AE, offset: 0x8FBA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x1796C, symBinAddr: 0x3498C, symSize: 0xC }
+ - { offsetInCU: 0xF9C2, offset: 0x8FBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17978, symBinAddr: 0x34998, symSize: 0xC }
+ - { offsetInCU: 0xF9D6, offset: 0x8FBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17984, symBinAddr: 0x349A4, symSize: 0xC }
+ - { offsetInCU: 0xFA01, offset: 0x8FBF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17990, symBinAddr: 0x349B0, symSize: 0x14 }
+ - { offsetInCU: 0xFA42, offset: 0x8FC39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x179A4, symBinAddr: 0x349C4, symSize: 0x14 }
+ - { offsetInCU: 0xFA74, offset: 0x8FC6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x179B8, symBinAddr: 0x349D8, symSize: 0xC }
+ - { offsetInCU: 0xFA90, offset: 0x8FC87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17A10, symBinAddr: 0x34A30, symSize: 0x40 }
+ - { offsetInCU: 0xFAAC, offset: 0x8FCA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17A50, symBinAddr: 0x34A70, symSize: 0x48 }
+ - { offsetInCU: 0xFAD7, offset: 0x8FCCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17A98, symBinAddr: 0x34AB8, symSize: 0x14 }
+ - { offsetInCU: 0xFB18, offset: 0x8FD0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17AAC, symBinAddr: 0x34ACC, symSize: 0x14 }
+ - { offsetInCU: 0xFB4A, offset: 0x8FD41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17AC0, symBinAddr: 0x34AE0, symSize: 0x38 }
+ - { offsetInCU: 0xFB66, offset: 0x8FD5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17AF8, symBinAddr: 0x34B18, symSize: 0x64 }
+ - { offsetInCU: 0xFB7A, offset: 0x8FD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17B5C, symBinAddr: 0x34B7C, symSize: 0x38 }
+ - { offsetInCU: 0xFBA5, offset: 0x8FD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17B94, symBinAddr: 0x34BB4, symSize: 0x24 }
+ - { offsetInCU: 0xFBE6, offset: 0x8FDDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17BB8, symBinAddr: 0x34BD8, symSize: 0x1C }
+ - { offsetInCU: 0xFC18, offset: 0x8FE0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17BD4, symBinAddr: 0x34BF4, symSize: 0x38 }
+ - { offsetInCU: 0xFC34, offset: 0x8FE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17C0C, symBinAddr: 0x34C2C, symSize: 0x60 }
+ - { offsetInCU: 0xFC48, offset: 0x8FE3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17C6C, symBinAddr: 0x34C8C, symSize: 0x38 }
+ - { offsetInCU: 0xFC73, offset: 0x8FE6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x17CA4, symBinAddr: 0x34CC4, symSize: 0x24 }
+ - { offsetInCU: 0xFCB4, offset: 0x8FEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17CC8, symBinAddr: 0x34CE8, symSize: 0x1C }
+ - { offsetInCU: 0xFCE6, offset: 0x8FEDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17CE4, symBinAddr: 0x34D04, symSize: 0x40 }
+ - { offsetInCU: 0xFCFA, offset: 0x8FEF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17D24, symBinAddr: 0x34D44, symSize: 0x40 }
+ - { offsetInCU: 0xFD0E, offset: 0x8FF05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17D64, symBinAddr: 0x34D84, symSize: 0x40 }
+ - { offsetInCU: 0xFD39, offset: 0x8FF30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17DA4, symBinAddr: 0x34DC4, symSize: 0x24 }
+ - { offsetInCU: 0xFD7A, offset: 0x8FF71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17DC8, symBinAddr: 0x34DE8, symSize: 0x1C }
+ - { offsetInCU: 0xFDAC, offset: 0x8FFA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x17DE4, symBinAddr: 0x34E04, symSize: 0xC }
+ - { offsetInCU: 0xFDC8, offset: 0x8FFBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17E40, symBinAddr: 0x34E60, symSize: 0x38 }
+ - { offsetInCU: 0xFDE4, offset: 0x8FFDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17E78, symBinAddr: 0x34E98, symSize: 0x40 }
+ - { offsetInCU: 0xFE0F, offset: 0x90006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17EB8, symBinAddr: 0x34ED8, symSize: 0x14 }
+ - { offsetInCU: 0xFE50, offset: 0x90047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17ECC, symBinAddr: 0x34EEC, symSize: 0x14 }
+ - { offsetInCU: 0xFE82, offset: 0x90079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17EE0, symBinAddr: 0x34F00, symSize: 0x10 }
+ - { offsetInCU: 0xFE96, offset: 0x9008D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17EF0, symBinAddr: 0x34F10, symSize: 0x10 }
+ - { offsetInCU: 0xFEAA, offset: 0x900A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17F00, symBinAddr: 0x34F20, symSize: 0x10 }
+ - { offsetInCU: 0xFED5, offset: 0x900CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17F10, symBinAddr: 0x34F30, symSize: 0x4 }
+ - { offsetInCU: 0xFEF5, offset: 0x900EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17F10, symBinAddr: 0x34F30, symSize: 0x4 }
+ - { offsetInCU: 0xFF16, offset: 0x9010D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17F14, symBinAddr: 0x34F34, symSize: 0x4 }
+ - { offsetInCU: 0xFF36, offset: 0x9012D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17F14, symBinAddr: 0x34F34, symSize: 0x4 }
+ - { offsetInCU: 0xFF48, offset: 0x9013F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17F18, symBinAddr: 0x34F38, symSize: 0x30 }
+ - { offsetInCU: 0xFF64, offset: 0x9015B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17F48, symBinAddr: 0x34F68, symSize: 0x30 }
+ - { offsetInCU: 0xFF80, offset: 0x90177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17F78, symBinAddr: 0x34F98, symSize: 0x3C }
+ - { offsetInCU: 0xFFAB, offset: 0x901A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17FB4, symBinAddr: 0x34FD4, symSize: 0x14 }
+ - { offsetInCU: 0xFFEC, offset: 0x901E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17FC8, symBinAddr: 0x34FE8, symSize: 0x14 }
+ - { offsetInCU: 0x1001E, offset: 0x90215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x17FDC, symBinAddr: 0x34FFC, symSize: 0xC }
+ - { offsetInCU: 0x1003A, offset: 0x90231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18038, symBinAddr: 0x35058, symSize: 0x38 }
+ - { offsetInCU: 0x10056, offset: 0x9024D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18070, symBinAddr: 0x35090, symSize: 0x40 }
+ - { offsetInCU: 0x10081, offset: 0x90278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x180B0, symBinAddr: 0x350D0, symSize: 0x14 }
+ - { offsetInCU: 0x100C2, offset: 0x902B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x180C4, symBinAddr: 0x350E4, symSize: 0x14 }
+ - { offsetInCU: 0x100F4, offset: 0x902EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOc', symObjAddr: 0x180D8, symBinAddr: 0x350F8, symSize: 0x3C }
+ - { offsetInCU: 0x10108, offset: 0x902FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOh', symObjAddr: 0x18154, symBinAddr: 0x35134, symSize: 0x34 }
+ - { offsetInCU: 0x1011C, offset: 0x90313, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0x18188, symBinAddr: 0x35168, symSize: 0x3C }
+ - { offsetInCU: 0x10130, offset: 0x90327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18264, symBinAddr: 0x351E0, symSize: 0xC }
+ - { offsetInCU: 0x10144, offset: 0x9033B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18270, symBinAddr: 0x351EC, symSize: 0xC }
+ - { offsetInCU: 0x10158, offset: 0x9034F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x1827C, symBinAddr: 0x351F8, symSize: 0xC }
+ - { offsetInCU: 0x10183, offset: 0x9037A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x18288, symBinAddr: 0x35204, symSize: 0x24 }
+ - { offsetInCU: 0x101C4, offset: 0x903BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x182AC, symBinAddr: 0x35228, symSize: 0x1C }
+ - { offsetInCU: 0x101F6, offset: 0x903ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x182C8, symBinAddr: 0x35244, symSize: 0xC }
+ - { offsetInCU: 0x10212, offset: 0x90409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x182D4, symBinAddr: 0x35250, symSize: 0x4C }
+ - { offsetInCU: 0x10247, offset: 0x9043E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18320, symBinAddr: 0x3529C, symSize: 0x40 }
+ - { offsetInCU: 0x1025B, offset: 0x90452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18360, symBinAddr: 0x352DC, symSize: 0x40 }
+ - { offsetInCU: 0x10286, offset: 0x9047D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x183A0, symBinAddr: 0x3531C, symSize: 0x14 }
+ - { offsetInCU: 0x102C7, offset: 0x904BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x183B4, symBinAddr: 0x35330, symSize: 0x14 }
+ - { offsetInCU: 0x102F9, offset: 0x904F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x183C8, symBinAddr: 0x35344, symSize: 0x38 }
+ - { offsetInCU: 0x10315, offset: 0x9050C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18400, symBinAddr: 0x3537C, symSize: 0x68 }
+ - { offsetInCU: 0x10329, offset: 0x90520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18468, symBinAddr: 0x353E4, symSize: 0x38 }
+ - { offsetInCU: 0x10354, offset: 0x9054B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x184A0, symBinAddr: 0x3541C, symSize: 0x24 }
+ - { offsetInCU: 0x10395, offset: 0x9058C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x184C4, symBinAddr: 0x35440, symSize: 0x1C }
+ - { offsetInCU: 0x103C7, offset: 0x905BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x184E0, symBinAddr: 0x3545C, symSize: 0xC }
+ - { offsetInCU: 0x103DB, offset: 0x905D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x184EC, symBinAddr: 0x35468, symSize: 0xC }
+ - { offsetInCU: 0x103EF, offset: 0x905E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x184F8, symBinAddr: 0x35474, symSize: 0xC }
+ - { offsetInCU: 0x1041A, offset: 0x90611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18504, symBinAddr: 0x35480, symSize: 0x24 }
+ - { offsetInCU: 0x1045B, offset: 0x90652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18528, symBinAddr: 0x354A4, symSize: 0x1C }
+ - { offsetInCU: 0x1048D, offset: 0x90684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA19AuthenticateRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1866C, symBinAddr: 0x355E8, symSize: 0x180 }
+ - { offsetInCU: 0x10505, offset: 0x906FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA16EnterRoomRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1893C, symBinAddr: 0x358B8, symSize: 0x208 }
+ - { offsetInCU: 0x1057D, offset: 0x90774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA0A17InvitationRequestV_Tg5Tf4nnd_n', symObjAddr: 0x18C9C, symBinAddr: 0x35C18, symSize: 0x238 }
+ - { offsetInCU: 0x105F5, offset: 0x907EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFTf4nnd_n', symObjAddr: 0x19208, symBinAddr: 0x36184, symSize: 0x298 }
+ - { offsetInCU: 0x10683, offset: 0x9087A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA19AuthenticateRequestV_Tg5Tf4nnd_n', symObjAddr: 0x19588, symBinAddr: 0x36504, symSize: 0xEC }
+ - { offsetInCU: 0x106CF, offset: 0x908C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA16EnterRoomRequestV_Tg5Tf4nnd_n', symObjAddr: 0x19760, symBinAddr: 0x366DC, symSize: 0xF4 }
+ - { offsetInCU: 0x1071B, offset: 0x90912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA0A17InvitationRequestV_Tg5Tf4nnd_n', symObjAddr: 0x19938, symBinAddr: 0x368B4, symSize: 0xF4 }
+ - { offsetInCU: 0x10767, offset: 0x9095E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFTf4nnd_n', symObjAddr: 0x19B1C, symBinAddr: 0x36A98, symSize: 0x19C }
+ - { offsetInCU: 0x107C1, offset: 0x909B8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x19CB8, symBinAddr: 0x36C34, symSize: 0x50 }
+ - { offsetInCU: 0x107D5, offset: 0x909CC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x19D08, symBinAddr: 0x36C84, symSize: 0x44 }
+ - { offsetInCU: 0x107F4, offset: 0x909EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA11RespondableAAWl', symObjAddr: 0x19EE4, symBinAddr: 0x36E60, symSize: 0x44 }
+ - { offsetInCU: 0x10808, offset: 0x909FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA11RespondableAAWI', symObjAddr: 0x19F28, symBinAddr: 0x36EA4, symSize: 0x2C }
+ - { offsetInCU: 0x1081C, offset: 0x90A13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA8ResponseAAWl', symObjAddr: 0x19F54, symBinAddr: 0x36ED0, symSize: 0x44 }
+ - { offsetInCU: 0x10830, offset: 0x90A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA17StrategyDecodableAAWl', symObjAddr: 0x19F98, symBinAddr: 0x36F14, symSize: 0x44 }
+ - { offsetInCU: 0x10844, offset: 0x90A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA8ResponseAAWI', symObjAddr: 0x19FDC, symBinAddr: 0x36F58, symSize: 0x24 }
+ - { offsetInCU: 0x10858, offset: 0x90A4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVACSeAAWl', symObjAddr: 0x1A000, symBinAddr: 0x36F7C, symSize: 0x44 }
+ - { offsetInCU: 0x1086C, offset: 0x90A63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA17StrategyDecodableAAWI', symObjAddr: 0x1A044, symBinAddr: 0x36FC0, symSize: 0x24 }
+ - { offsetInCU: 0x10880, offset: 0x90A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwCP', symObjAddr: 0x1A068, symBinAddr: 0x36FE4, symSize: 0x30 }
+ - { offsetInCU: 0x10894, offset: 0x90A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwxx', symObjAddr: 0x1A098, symBinAddr: 0x37014, symSize: 0x28 }
+ - { offsetInCU: 0x108A8, offset: 0x90A9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwcp', symObjAddr: 0x1A0C0, symBinAddr: 0x3703C, symSize: 0x6C }
+ - { offsetInCU: 0x108BC, offset: 0x90AB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwca', symObjAddr: 0x1A12C, symBinAddr: 0x370A8, symSize: 0xB4 }
+ - { offsetInCU: 0x108D0, offset: 0x90AC7, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x1A1E0, symBinAddr: 0x3715C, symSize: 0x14 }
+ - { offsetInCU: 0x108E4, offset: 0x90ADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwta', symObjAddr: 0x1A1F4, symBinAddr: 0x37170, symSize: 0xA0 }
+ - { offsetInCU: 0x108F8, offset: 0x90AEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwet', symObjAddr: 0x1A294, symBinAddr: 0x37210, symSize: 0x3C }
+ - { offsetInCU: 0x1090C, offset: 0x90B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwst', symObjAddr: 0x1A2D0, symBinAddr: 0x3724C, symSize: 0x4C }
+ - { offsetInCU: 0x10920, offset: 0x90B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwug', symObjAddr: 0x1A31C, symBinAddr: 0x37298, symSize: 0x1C }
+ - { offsetInCU: 0x10934, offset: 0x90B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwup', symObjAddr: 0x1A338, symBinAddr: 0x372B4, symSize: 0x4 }
+ - { offsetInCU: 0x10948, offset: 0x90B3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwui', symObjAddr: 0x1A33C, symBinAddr: 0x372B8, symSize: 0x30 }
+ - { offsetInCU: 0x1095C, offset: 0x90B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOMa', symObjAddr: 0x1A36C, symBinAddr: 0x372E8, symSize: 0x10 }
+ - { offsetInCU: 0x10970, offset: 0x90B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwCP', symObjAddr: 0x1A3AC, symBinAddr: 0x37328, symSize: 0x3C }
+ - { offsetInCU: 0x10984, offset: 0x90B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwxx', symObjAddr: 0x1A3E8, symBinAddr: 0x37364, symSize: 0xC }
+ - { offsetInCU: 0x10998, offset: 0x90B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwcp', symObjAddr: 0x1A3F4, symBinAddr: 0x37370, symSize: 0x3C }
+ - { offsetInCU: 0x109AC, offset: 0x90BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwca', symObjAddr: 0x1A430, symBinAddr: 0x373AC, symSize: 0x44 }
+ - { offsetInCU: 0x109C0, offset: 0x90BB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwta', symObjAddr: 0x1A480, symBinAddr: 0x373F0, symSize: 0x38 }
+ - { offsetInCU: 0x109D4, offset: 0x90BCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwet', symObjAddr: 0x1A4B8, symBinAddr: 0x37428, symSize: 0x54 }
+ - { offsetInCU: 0x109E8, offset: 0x90BDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwst', symObjAddr: 0x1A50C, symBinAddr: 0x3747C, symSize: 0x4C }
+ - { offsetInCU: 0x109FC, offset: 0x90BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVMa', symObjAddr: 0x1A558, symBinAddr: 0x374C8, symSize: 0x10 }
+ - { offsetInCU: 0x10A10, offset: 0x90C07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVACSeAAWl', symObjAddr: 0x1A5B0, symBinAddr: 0x37520, symSize: 0x44 }
+ - { offsetInCU: 0x10A24, offset: 0x90C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1A5F4, symBinAddr: 0x37564, symSize: 0x44 }
+ - { offsetInCU: 0x10A38, offset: 0x90C2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1A638, symBinAddr: 0x375A8, symSize: 0x7C }
+ - { offsetInCU: 0x10A4C, offset: 0x90C43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSgWOe', symObjAddr: 0x1A6B4, symBinAddr: 0x37624, symSize: 0x14 }
+ - { offsetInCU: 0x10A60, offset: 0x90C57, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x1A6C8, symBinAddr: 0x37638, symSize: 0x14 }
+ - { offsetInCU: 0x10A74, offset: 0x90C6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1A6DC, symBinAddr: 0x3764C, symSize: 0x7C }
+ - { offsetInCU: 0x10A88, offset: 0x90C7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACSeAAWl', symObjAddr: 0x1A800, symBinAddr: 0x3772C, symSize: 0x44 }
+ - { offsetInCU: 0x10A9C, offset: 0x90C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOe', symObjAddr: 0x1A844, symBinAddr: 0x37770, symSize: 0x8C }
+ - { offsetInCU: 0x10AB0, offset: 0x90CA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVACSeAAWl', symObjAddr: 0x1A92C, symBinAddr: 0x37858, symSize: 0x44 }
+ - { offsetInCU: 0x10AC4, offset: 0x90CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA11RespondableAAWl', symObjAddr: 0x1A970, symBinAddr: 0x3789C, symSize: 0x44 }
+ - { offsetInCU: 0x10AD8, offset: 0x90CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1A9B4, symBinAddr: 0x378E0, symSize: 0x7C }
+ - { offsetInCU: 0x10AEC, offset: 0x90CE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA11RespondableAAWl', symObjAddr: 0x1AA30, symBinAddr: 0x3795C, symSize: 0x44 }
+ - { offsetInCU: 0x10B00, offset: 0x90CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVACSeAAWl', symObjAddr: 0x1AA74, symBinAddr: 0x379A0, symSize: 0x44 }
+ - { offsetInCU: 0x10B14, offset: 0x90D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AAB8, symBinAddr: 0x379E4, symSize: 0x7C }
+ - { offsetInCU: 0x10B28, offset: 0x90D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AB34, symBinAddr: 0x37A60, symSize: 0x7C }
+ - { offsetInCU: 0x10B3C, offset: 0x90D33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1ABB0, symBinAddr: 0x37ADC, symSize: 0x7C }
+ - { offsetInCU: 0x10B50, offset: 0x90D47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AC2C, symBinAddr: 0x37B58, symSize: 0x7C }
+ - { offsetInCU: 0x10B64, offset: 0x90D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1ACA8, symBinAddr: 0x37BD4, symSize: 0x7C }
+ - { offsetInCU: 0x10B78, offset: 0x90D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AD24, symBinAddr: 0x37C50, symSize: 0x7C }
+ - { offsetInCU: 0x10B8C, offset: 0x90D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1ADA0, symBinAddr: 0x37CCC, symSize: 0x7C }
+ - { offsetInCU: 0x10BA0, offset: 0x90D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AE1C, symBinAddr: 0x37D48, symSize: 0x7C }
+ - { offsetInCU: 0x10BB4, offset: 0x90DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA11RespondableAAWl', symObjAddr: 0x1AE98, symBinAddr: 0x37DC4, symSize: 0x44 }
+ - { offsetInCU: 0x10BC8, offset: 0x90DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVACSeAAWl', symObjAddr: 0x1AEDC, symBinAddr: 0x37E08, symSize: 0x44 }
+ - { offsetInCU: 0x10BDC, offset: 0x90DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AF20, symBinAddr: 0x37E4C, symSize: 0x7C }
+ - { offsetInCU: 0x10BF0, offset: 0x90DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1AF9C, symBinAddr: 0x37EC8, symSize: 0x7C }
+ - { offsetInCU: 0x10C04, offset: 0x90DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B018, symBinAddr: 0x37F44, symSize: 0x7C }
+ - { offsetInCU: 0x10C18, offset: 0x90E0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B094, symBinAddr: 0x37FC0, symSize: 0x7C }
+ - { offsetInCU: 0x10C2C, offset: 0x90E23, size: 0x8, addend: 0x0, symName: ___swift_project_value_buffer, symObjAddr: 0x1B110, symBinAddr: 0x3803C, symSize: 0x18 }
+ - { offsetInCU: 0x10C40, offset: 0x90E37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B128, symBinAddr: 0x38054, symSize: 0x7C }
+ - { offsetInCU: 0x10C54, offset: 0x90E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B1A4, symBinAddr: 0x380D0, symSize: 0x7C }
+ - { offsetInCU: 0x10C68, offset: 0x90E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B220, symBinAddr: 0x3814C, symSize: 0x7C }
+ - { offsetInCU: 0x10C7C, offset: 0x90E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVACSeAAWl', symObjAddr: 0x1B340, symBinAddr: 0x3826C, symSize: 0x44 }
+ - { offsetInCU: 0x10C90, offset: 0x90E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1B384, symBinAddr: 0x382B0, symSize: 0x44 }
+ - { offsetInCU: 0x10CA4, offset: 0x90E9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B3C8, symBinAddr: 0x382F4, symSize: 0x7C }
+ - { offsetInCU: 0x10CB8, offset: 0x90EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1B444, symBinAddr: 0x38370, symSize: 0x7C }
+ - { offsetInCU: 0x10CCC, offset: 0x90EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVSgWOe', symObjAddr: 0x1B500, symBinAddr: 0x3842C, symSize: 0x70 }
+ - { offsetInCU: 0x10CE0, offset: 0x90ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVACSeAAWl', symObjAddr: 0x1B5BC, symBinAddr: 0x384E8, symSize: 0x44 }
+ - { offsetInCU: 0x10CF4, offset: 0x90EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1B600, symBinAddr: 0x3852C, symSize: 0x44 }
+ - { offsetInCU: 0x10D08, offset: 0x90EFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSgWOe', symObjAddr: 0x1B644, symBinAddr: 0x38570, symSize: 0x30 }
+ - { offsetInCU: 0x10D1C, offset: 0x90F13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSgWOb', symObjAddr: 0x1B6A0, symBinAddr: 0x385CC, symSize: 0x48 }
+ - { offsetInCU: 0x10D30, offset: 0x90F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA11RespondableAAWl', symObjAddr: 0x1B6E8, symBinAddr: 0x38614, symSize: 0x44 }
+ - { offsetInCU: 0x10D44, offset: 0x90F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVACSeAAWl', symObjAddr: 0x1B72C, symBinAddr: 0x38658, symSize: 0x44 }
+ - { offsetInCU: 0x10D58, offset: 0x90F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOWOy', symObjAddr: 0x1B770, symBinAddr: 0x3869C, symSize: 0x14 }
+ - { offsetInCU: 0x10D6C, offset: 0x90F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOWOe', symObjAddr: 0x1B784, symBinAddr: 0x386B0, symSize: 0x14 }
+ - { offsetInCU: 0x10D80, offset: 0x90F77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs0F3KeyAAWl', symObjAddr: 0x1B7BC, symBinAddr: 0x386C4, symSize: 0x44 }
+ - { offsetInCU: 0x10D94, offset: 0x90F8B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVACSeAAWl', symObjAddr: 0x1B800, symBinAddr: 0x38708, symSize: 0x44 }
+ - { offsetInCU: 0x10DA8, offset: 0x90F9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwet', symObjAddr: 0x1B84C, symBinAddr: 0x3874C, symSize: 0x50 }
+ - { offsetInCU: 0x10DBC, offset: 0x90FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwst', symObjAddr: 0x1B89C, symBinAddr: 0x3879C, symSize: 0x8C }
+ - { offsetInCU: 0x10DD0, offset: 0x90FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwug', symObjAddr: 0x1B928, symBinAddr: 0x38828, symSize: 0x8 }
+ - { offsetInCU: 0x10DE4, offset: 0x90FDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwup', symObjAddr: 0x1B930, symBinAddr: 0x38830, symSize: 0x4 }
+ - { offsetInCU: 0x10DF8, offset: 0x90FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwui', symObjAddr: 0x1B934, symBinAddr: 0x38834, symSize: 0x4 }
+ - { offsetInCU: 0x10E0C, offset: 0x91003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOMa', symObjAddr: 0x1B938, symBinAddr: 0x38838, symSize: 0x10 }
+ - { offsetInCU: 0x10E20, offset: 0x91017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASQWb', symObjAddr: 0x1B948, symBinAddr: 0x38848, symSize: 0x4 }
+ - { offsetInCU: 0x10E34, offset: 0x9102B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFSQAAWl', symObjAddr: 0x1B94C, symBinAddr: 0x3884C, symSize: 0x44 }
+ - { offsetInCU: 0x10E48, offset: 0x9103F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B990, symBinAddr: 0x38890, symSize: 0x4 }
+ - { offsetInCU: 0x10E5C, offset: 0x91053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B994, symBinAddr: 0x38894, symSize: 0x44 }
+ - { offsetInCU: 0x10E70, offset: 0x91067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B9D8, symBinAddr: 0x388D8, symSize: 0x4 }
+ - { offsetInCU: 0x10E84, offset: 0x9107B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1B9DC, symBinAddr: 0x388DC, symSize: 0x44 }
+ - { offsetInCU: 0x111C3, offset: 0x913BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x151BC, symBinAddr: 0x321DC, symSize: 0x3C }
+ - { offsetInCU: 0x11265, offset: 0x9145C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1523C, symBinAddr: 0x3225C, symSize: 0x28 }
+ - { offsetInCU: 0x11281, offset: 0x91478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x15264, symBinAddr: 0x32284, symSize: 0x28 }
+ - { offsetInCU: 0x8B, offset: 0x91E14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueSSvg', symObjAddr: 0x14C, symBinAddr: 0x38A78, symSize: 0x110 }
+ - { offsetInCU: 0x101, offset: 0x91E8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueAESgSS_tcfC', symObjAddr: 0x304, symBinAddr: 0x38C30, symSize: 0x30 }
+ - { offsetInCU: 0x149, offset: 0x91ED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0xE5C, symBinAddr: 0x39788, symSize: 0x1A4 }
+ - { offsetInCU: 0x178, offset: 0x91F01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO3cmdAA0D3KeyOSgvg', symObjAddr: 0x1000, symBinAddr: 0x3992C, symSize: 0x8 }
+ - { offsetInCU: 0x1A3, offset: 0x91F2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueAESgSS_tcfC', symObjAddr: 0x1008, symBinAddr: 0x39934, symSize: 0x30 }
+ - { offsetInCU: 0x1CC, offset: 0x91F55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8intValueAESgSi_tcfC', symObjAddr: 0x1038, symBinAddr: 0x39964, symSize: 0x8 }
+ - { offsetInCU: 0x1F3, offset: 0x91F7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8intValueSiSgvg', symObjAddr: 0x1040, symBinAddr: 0x3996C, symSize: 0xC }
+ - { offsetInCU: 0x21A, offset: 0x91FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueSSvg', symObjAddr: 0x104C, symBinAddr: 0x39978, symSize: 0x110 }
+ - { offsetInCU: 0x239, offset: 0x91FC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x137C, symBinAddr: 0x39CA8, symSize: 0x28 }
+ - { offsetInCU: 0x255, offset: 0x91FDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAA0D4TypeA2aFP05valueG0AA0D0_SepXpSgvgTW', symObjAddr: 0x13A4, symBinAddr: 0x39CD0, symSize: 0x8 }
+ - { offsetInCU: 0x271, offset: 0x91FFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAA0D4TypeA2aFP3cmdAA0D3KeyOSgvgTW', symObjAddr: 0x13AC, symBinAddr: 0x39CD8, symSize: 0x8 }
+ - { offsetInCU: 0x28D, offset: 0x92016, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x13B4, symBinAddr: 0x39CE0, symSize: 0x8 }
+ - { offsetInCU: 0x2A9, offset: 0x92032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1414, symBinAddr: 0x39D40, symSize: 0xC }
+ - { offsetInCU: 0x2C5, offset: 0x9204E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1420, symBinAddr: 0x39D4C, symSize: 0xC }
+ - { offsetInCU: 0x2E1, offset: 0x9206A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1BD8, symBinAddr: 0x3A504, symSize: 0x50 }
+ - { offsetInCU: 0x333, offset: 0x920BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueSSvg', symObjAddr: 0x148, symBinAddr: 0x38A74, symSize: 0x4 }
+ - { offsetInCU: 0x388, offset: 0x92111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueAESgSS_tcfC', symObjAddr: 0x2D4, symBinAddr: 0x38C00, symSize: 0x30 }
+ - { offsetInCU: 0x3D0, offset: 0x92159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO3cmdAA0D3KeyOSgvg', symObjAddr: 0x46C, symBinAddr: 0x38D98, symSize: 0x14 }
+ - { offsetInCU: 0x3EF, offset: 0x92178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0x480, symBinAddr: 0x38DAC, symSize: 0x490 }
+ - { offsetInCU: 0x41E, offset: 0x921A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueAESgSS_tcfC', symObjAddr: 0x910, symBinAddr: 0x3923C, symSize: 0x30 }
+ - { offsetInCU: 0x447, offset: 0x921D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8intValueAESgSi_tcfC', symObjAddr: 0x940, symBinAddr: 0x3926C, symSize: 0x8 }
+ - { offsetInCU: 0x46E, offset: 0x921F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8intValueSiSgvg', symObjAddr: 0x948, symBinAddr: 0x39274, symSize: 0xC }
+ - { offsetInCU: 0x495, offset: 0x9221E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueSSvg', symObjAddr: 0x954, symBinAddr: 0x39280, symSize: 0x364 }
+ - { offsetInCU: 0x4C0, offset: 0x92249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xCF4, symBinAddr: 0x39620, symSize: 0x28 }
+ - { offsetInCU: 0x4DC, offset: 0x92265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAA0D4TypeA2aFP05valueH0AA0D0_SepXpSgvgTW', symObjAddr: 0xD1C, symBinAddr: 0x39648, symSize: 0x8 }
+ - { offsetInCU: 0x516, offset: 0x9229F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAA0D4TypeA2aFP3cmdAA0D3KeyOSgvgTW', symObjAddr: 0xD24, symBinAddr: 0x39650, symSize: 0x14 }
+ - { offsetInCU: 0x548, offset: 0x922D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD38, symBinAddr: 0x39664, symSize: 0x8 }
+ - { offsetInCU: 0x568, offset: 0x922F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD38, symBinAddr: 0x39664, symSize: 0x8 }
+ - { offsetInCU: 0x579, offset: 0x92302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD4C, symBinAddr: 0x39678, symSize: 0xC }
+ - { offsetInCU: 0x595, offset: 0x9231E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD58, symBinAddr: 0x39684, symSize: 0xC }
+ - { offsetInCU: 0x5B1, offset: 0x9233A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1B80, symBinAddr: 0x3A4AC, symSize: 0x58 }
+ - { offsetInCU: 0x5DD, offset: 0x92366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x3892C, symSize: 0x148 }
+ - { offsetInCU: 0x6A7, offset: 0x92430, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValueACSgSS_tcfC', symObjAddr: 0x25C, symBinAddr: 0x38B88, symSize: 0x78 }
+ - { offsetInCU: 0x76A, offset: 0x924F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValue8callTypeACSgSS_AA04CallI0OtcfC', symObjAddr: 0x334, symBinAddr: 0x38C60, symSize: 0x74 }
+ - { offsetInCU: 0x862, offset: 0x925EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO6encode2toys7Encoder_p_tKF', symObjAddr: 0x3A8, symBinAddr: 0x38CD4, symSize: 0xB0 }
+ - { offsetInCU: 0x89B, offset: 0x92624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x458, symBinAddr: 0x38D84, symSize: 0x14 }
+ - { offsetInCU: 0x8AF, offset: 0x92638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO3cmdAA0D3KeyOSgvg', symObjAddr: 0x1524, symBinAddr: 0x39E50, symSize: 0x28 }
+ - { offsetInCU: 0x91B, offset: 0x926A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0x154C, symBinAddr: 0x39E78, symSize: 0x48 }
+ - { offsetInCU: 0x992, offset: 0x9271B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1594, symBinAddr: 0x39EC0, symSize: 0x6C }
+ - { offsetInCU: 0x9CB, offset: 0x92754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1600, symBinAddr: 0x39F2C, symSize: 0x6C }
+ - { offsetInCU: 0xA01, offset: 0x9278A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x166C, symBinAddr: 0x39F98, symSize: 0x8 }
+ - { offsetInCU: 0xA28, offset: 0x927B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1674, symBinAddr: 0x39FA0, symSize: 0xC }
+ - { offsetInCU: 0xA4F, offset: 0x927D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8rawValueSSvg', symObjAddr: 0x1680, symBinAddr: 0x39FAC, symSize: 0x34 }
+ - { offsetInCU: 0xA76, offset: 0x927FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO11stringValueSSvg', symObjAddr: 0x16B4, symBinAddr: 0x39FE0, symSize: 0x34 }
+ - { offsetInCU: 0xAAC, offset: 0x92835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x186C, symBinAddr: 0x3A198, symSize: 0x70 }
+ - { offsetInCU: 0xAE0, offset: 0x92869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x18DC, symBinAddr: 0x3A208, symSize: 0x28 }
+ - { offsetInCU: 0xAF4, offset: 0x9287D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1904, symBinAddr: 0x3A230, symSize: 0x8 }
+ - { offsetInCU: 0xB2A, offset: 0x928B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x190C, symBinAddr: 0x3A238, symSize: 0x74 }
+ - { offsetInCU: 0xB75, offset: 0x928FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1980, symBinAddr: 0x3A2AC, symSize: 0xC }
+ - { offsetInCU: 0xB91, offset: 0x9291A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x198C, symBinAddr: 0x3A2B8, symSize: 0xC }
+ - { offsetInCU: 0xC2C, offset: 0x929B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19E8, symBinAddr: 0x3A314, symSize: 0x98 }
+ - { offsetInCU: 0xCF3, offset: 0x92A7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A80, symBinAddr: 0x3A3AC, symSize: 0x28 }
+ - { offsetInCU: 0xD25, offset: 0x92AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1AA8, symBinAddr: 0x3A3D4, symSize: 0x28 }
+ - { offsetInCU: 0xDAB, offset: 0x92B34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1AD0, symBinAddr: 0x3A3FC, symSize: 0xB0 }
+ - { offsetInCU: 0xDFE, offset: 0x92B87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1C94, symBinAddr: 0x3A57C, symSize: 0x36C }
+ - { offsetInCU: 0xEF4, offset: 0x92C7D, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1C4C, symBinAddr: 0x3A554, symSize: 0x28 }
+ - { offsetInCU: 0xF08, offset: 0x92C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSHAASQWb', symObjAddr: 0x2080, symBinAddr: 0x3A928, symSize: 0x4 }
+ - { offsetInCU: 0xF1C, offset: 0x92CA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESQAAWl', symObjAddr: 0x2084, symBinAddr: 0x3A92C, symSize: 0x44 }
+ - { offsetInCU: 0xF30, offset: 0x92CB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs9CodingKeyAAWl', symObjAddr: 0x20E4, symBinAddr: 0x3A98C, symSize: 0x44 }
+ - { offsetInCU: 0xF44, offset: 0x92CCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESeAAWl', symObjAddr: 0x2128, symBinAddr: 0x3A9D0, symSize: 0x44 }
+ - { offsetInCU: 0xF58, offset: 0x92CE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESEAAWl', symObjAddr: 0x216C, symBinAddr: 0x3AA14, symSize: 0x44 }
+ - { offsetInCU: 0xF6C, offset: 0x92CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x21B0, symBinAddr: 0x3AA58, symSize: 0x4 }
+ - { offsetInCU: 0xF80, offset: 0x92D09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x21B4, symBinAddr: 0x3AA5C, symSize: 0x44 }
+ - { offsetInCU: 0xF94, offset: 0x92D1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x21F8, symBinAddr: 0x3AAA0, symSize: 0x4 }
+ - { offsetInCU: 0xFA8, offset: 0x92D31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x21FC, symBinAddr: 0x3AAA4, symSize: 0x44 }
+ - { offsetInCU: 0xFBC, offset: 0x92D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSHAASQWb', symObjAddr: 0x2240, symBinAddr: 0x3AAE8, symSize: 0x4 }
+ - { offsetInCU: 0xFD0, offset: 0x92D59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESQAAWl', symObjAddr: 0x2244, symBinAddr: 0x3AAEC, symSize: 0x44 }
+ - { offsetInCU: 0xFE4, offset: 0x92D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs9CodingKeyAAWl', symObjAddr: 0x22E8, symBinAddr: 0x3AB90, symSize: 0x44 }
+ - { offsetInCU: 0xFF8, offset: 0x92D81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESEAAWl', symObjAddr: 0x2370, symBinAddr: 0x3ABD4, symSize: 0x44 }
+ - { offsetInCU: 0x100C, offset: 0x92D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x23B4, symBinAddr: 0x3AC18, symSize: 0x4 }
+ - { offsetInCU: 0x1020, offset: 0x92DA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x23B8, symBinAddr: 0x3AC1C, symSize: 0x44 }
+ - { offsetInCU: 0x1034, offset: 0x92DBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x23FC, symBinAddr: 0x3AC60, symSize: 0x4 }
+ - { offsetInCU: 0x1048, offset: 0x92DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2400, symBinAddr: 0x3AC64, symSize: 0x44 }
+ - { offsetInCU: 0x105C, offset: 0x92DE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASQWb', symObjAddr: 0x2444, symBinAddr: 0x3ACA8, symSize: 0x4 }
+ - { offsetInCU: 0x1070, offset: 0x92DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAESQAAWl', symObjAddr: 0x2448, symBinAddr: 0x3ACAC, symSize: 0x44 }
+ - { offsetInCU: 0x1084, offset: 0x92E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x248C, symBinAddr: 0x3ACF0, symSize: 0x4 }
+ - { offsetInCU: 0x1098, offset: 0x92E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2490, symBinAddr: 0x3ACF4, symSize: 0x44 }
+ - { offsetInCU: 0x10AC, offset: 0x92E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x24D4, symBinAddr: 0x3AD38, symSize: 0x4 }
+ - { offsetInCU: 0x10C0, offset: 0x92E49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x24D8, symBinAddr: 0x3AD3C, symSize: 0x44 }
+ - { offsetInCU: 0x10D4, offset: 0x92E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwet', symObjAddr: 0x252C, symBinAddr: 0x3AD80, symSize: 0x98 }
+ - { offsetInCU: 0x10E8, offset: 0x92E71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwst', symObjAddr: 0x25C4, symBinAddr: 0x3AE18, symSize: 0xBC }
+ - { offsetInCU: 0x10FC, offset: 0x92E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwug', symObjAddr: 0x2680, symBinAddr: 0x3AED4, symSize: 0x1C }
+ - { offsetInCU: 0x1110, offset: 0x92E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwup', symObjAddr: 0x269C, symBinAddr: 0x3AEF0, symSize: 0x10 }
+ - { offsetInCU: 0x1124, offset: 0x92EAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwui', symObjAddr: 0x26AC, symBinAddr: 0x3AF00, symSize: 0x2C }
+ - { offsetInCU: 0x1138, offset: 0x92EC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOMa', symObjAddr: 0x26D8, symBinAddr: 0x3AF2C, symSize: 0x10 }
+ - { offsetInCU: 0x114C, offset: 0x92ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwet', symObjAddr: 0x26E8, symBinAddr: 0x3AF3C, symSize: 0x90 }
+ - { offsetInCU: 0x1160, offset: 0x92EE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwst', symObjAddr: 0x2778, symBinAddr: 0x3AFCC, symSize: 0xBC }
+ - { offsetInCU: 0x1174, offset: 0x92EFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwug', symObjAddr: 0x2834, symBinAddr: 0x3B088, symSize: 0x8 }
+ - { offsetInCU: 0x1188, offset: 0x92F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwup', symObjAddr: 0x283C, symBinAddr: 0x3B090, symSize: 0x4 }
+ - { offsetInCU: 0x119C, offset: 0x92F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwui', symObjAddr: 0x2840, symBinAddr: 0x3B094, symSize: 0x8 }
+ - { offsetInCU: 0x11B0, offset: 0x92F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOMa', symObjAddr: 0x2848, symBinAddr: 0x3B09C, symSize: 0x10 }
+ - { offsetInCU: 0x11C4, offset: 0x92F4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwet', symObjAddr: 0x2858, symBinAddr: 0x3B0AC, symSize: 0x90 }
+ - { offsetInCU: 0x11D8, offset: 0x92F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwst', symObjAddr: 0x28E8, symBinAddr: 0x3B13C, symSize: 0xBC }
+ - { offsetInCU: 0x11EC, offset: 0x92F75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwup', symObjAddr: 0x29A4, symBinAddr: 0x3B1F8, symSize: 0x4 }
+ - { offsetInCU: 0x1200, offset: 0x92F89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOMa', symObjAddr: 0x29A8, symBinAddr: 0x3B1FC, symSize: 0x10 }
+ - { offsetInCU: 0x1214, offset: 0x92F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwet', symObjAddr: 0x29B8, symBinAddr: 0x3B20C, symSize: 0x90 }
+ - { offsetInCU: 0x1228, offset: 0x92FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwst', symObjAddr: 0x2A48, symBinAddr: 0x3B29C, symSize: 0xBC }
+ - { offsetInCU: 0x123C, offset: 0x92FC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwug', symObjAddr: 0x2B04, symBinAddr: 0x3B358, symSize: 0x8 }
+ - { offsetInCU: 0x1250, offset: 0x92FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwup', symObjAddr: 0x2B0C, symBinAddr: 0x3B360, symSize: 0x4 }
+ - { offsetInCU: 0x1264, offset: 0x92FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwui', symObjAddr: 0x2B10, symBinAddr: 0x3B364, symSize: 0xC }
+ - { offsetInCU: 0x1278, offset: 0x93001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOMa', symObjAddr: 0x2B1C, symBinAddr: 0x3B370, symSize: 0x10 }
+ - { offsetInCU: 0x128C, offset: 0x93015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2B2C, symBinAddr: 0x3B380, symSize: 0x44 }
+ - { offsetInCU: 0x12A0, offset: 0x93029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESYAAWl', symObjAddr: 0x2B70, symBinAddr: 0x3B3C4, symSize: 0x44 }
+ - { offsetInCU: 0x12B4, offset: 0x9303D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESYAAWl', symObjAddr: 0x2BB4, symBinAddr: 0x3B408, symSize: 0x44 }
+ - { offsetInCU: 0x12C8, offset: 0x93051, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy13SendBirdCalls12CommandTypesO10CodingKeysOGSgWOh', symObjAddr: 0x2BF8, symBinAddr: 0x3B44C, symSize: 0x40 }
+ - { offsetInCU: 0x12DC, offset: 0x93065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSeAAWl', symObjAddr: 0x2C38, symBinAddr: 0x3B48C, symSize: 0x44 }
+ - { offsetInCU: 0x131F, offset: 0x930A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD64, symBinAddr: 0x39690, symSize: 0x5C }
+ - { offsetInCU: 0x1342, offset: 0x930CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xDC0, symBinAddr: 0x396EC, symSize: 0x4C }
+ - { offsetInCU: 0x1365, offset: 0x930EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xE0C, symBinAddr: 0x39738, symSize: 0x28 }
+ - { offsetInCU: 0x1381, offset: 0x9310A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE34, symBinAddr: 0x39760, symSize: 0x28 }
+ - { offsetInCU: 0x139D, offset: 0x93126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x142C, symBinAddr: 0x39D58, symSize: 0x5C }
+ - { offsetInCU: 0x13C0, offset: 0x93149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1488, symBinAddr: 0x39DB4, symSize: 0x4C }
+ - { offsetInCU: 0x13E3, offset: 0x9316C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x14D4, symBinAddr: 0x39E00, symSize: 0x28 }
+ - { offsetInCU: 0x13FF, offset: 0x93188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x14FC, symBinAddr: 0x39E28, symSize: 0x28 }
+ - { offsetInCU: 0x1445, offset: 0x931CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16E8, symBinAddr: 0x3A014, symSize: 0x88 }
+ - { offsetInCU: 0x14F4, offset: 0x9327D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1770, symBinAddr: 0x3A09C, symSize: 0x60 }
+ - { offsetInCU: 0x158A, offset: 0x93313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x17D0, symBinAddr: 0x3A0FC, symSize: 0x40 }
+ - { offsetInCU: 0x15DC, offset: 0x93365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1810, symBinAddr: 0x3A13C, symSize: 0x5C }
+ - { offsetInCU: 0x1650, offset: 0x933D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1998, symBinAddr: 0x3A2C4, symSize: 0x28 }
+ - { offsetInCU: 0x166C, offset: 0x933F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x19C0, symBinAddr: 0x3A2EC, symSize: 0x28 }
+ - { offsetInCU: 0xB8, offset: 0x936D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15LogDescriptablePAAE6result8filteredSSSgSDySSAA0D6Symbol_pG_tF', symObjAddr: 0x0, symBinAddr: 0x3B4D8, symSize: 0x484 }
+ - { offsetInCU: 0x728, offset: 0x93D47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorV6result4with15shouldAlwaysLogSSSgSDySSAA0K6Symbol_pG_SbtF', symObjAddr: 0x484, symBinAddr: 0x3B95C, symSize: 0x24 }
+ - { offsetInCU: 0x76D, offset: 0x93D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAEycfC', symObjAddr: 0x4A8, symBinAddr: 0x3B980, symSize: 0x4 }
+ - { offsetInCU: 0x7C1, offset: 0x93DE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x4AC, symBinAddr: 0x3B984, symSize: 0x24 }
+ - { offsetInCU: 0x7E1, offset: 0x93E00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x4AC, symBinAddr: 0x3B984, symSize: 0x24 }
+ - { offsetInCU: 0x839, offset: 0x93E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorV6result4with15shouldAlwaysLogSSSgSDySSAA0K6Symbol_pG_SbtF', symObjAddr: 0x4D0, symBinAddr: 0x3B9A8, symSize: 0x48 }
+ - { offsetInCU: 0x87A, offset: 0x93E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVAEycfC', symObjAddr: 0x518, symBinAddr: 0x3B9F0, symSize: 0x4 }
+ - { offsetInCU: 0x8CE, offset: 0x93EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x51C, symBinAddr: 0x3B9F4, symSize: 0x48 }
+ - { offsetInCU: 0x91F, offset: 0x93F3E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls9LogSymbol_p_Tg5', symObjAddr: 0x564, symBinAddr: 0x3BA3C, symSize: 0x1C }
+ - { offsetInCU: 0x937, offset: 0x93F56, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x580, symBinAddr: 0x3BA58, symSize: 0x1C }
+ - { offsetInCU: 0x94F, offset: 0x93F6E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x59C, symBinAddr: 0x3BA74, symSize: 0x1C }
+ - { offsetInCU: 0x967, offset: 0x93F86, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls15DirectCallTimerC_Tg5', symObjAddr: 0x5B8, symBinAddr: 0x3BA90, symSize: 0x1C }
+ - { offsetInCU: 0x97F, offset: 0x93F9E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x5D4, symBinAddr: 0x3BAAC, symSize: 0x1C }
+ - { offsetInCU: 0x997, offset: 0x93FB6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x5F0, symBinAddr: 0x3BAC8, symSize: 0x1C }
+ - { offsetInCU: 0x9AF, offset: 0x93FCE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls7SBTimerC_Tg5', symObjAddr: 0x60C, symBinAddr: 0x3BAE4, symSize: 0x1C }
+ - { offsetInCU: 0x9C7, offset: 0x93FE6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x628, symBinAddr: 0x3BB00, symSize: 0x1C }
+ - { offsetInCU: 0x9DF, offset: 0x93FFE, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls10DirectCallC_Tg5', symObjAddr: 0x644, symBinAddr: 0x3BB1C, symSize: 0x1C }
+ - { offsetInCU: 0x9F7, offset: 0x94016, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls8RecorderC_Tg5', symObjAddr: 0x660, symBinAddr: 0x3BB38, symSize: 0x1C }
+ - { offsetInCU: 0xA0F, offset: 0x9402E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls9CandidateC_Tg5', symObjAddr: 0x67C, symBinAddr: 0x3BB54, symSize: 0x1C }
+ - { offsetInCU: 0xA27, offset: 0x94046, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls4RoomC_Tg5', symObjAddr: 0x698, symBinAddr: 0x3BB70, symSize: 0x1C }
+ - { offsetInCU: 0xA3F, offset: 0x9405E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls11ParticipantC_Tg5', symObjAddr: 0x6B4, symBinAddr: 0x3BB8C, symSize: 0x1C }
+ - { offsetInCU: 0xA57, offset: 0x94076, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls17RemoteParticipantC_Tg5', symObjAddr: 0x6D0, symBinAddr: 0x3BBA8, symSize: 0x1C }
+ - { offsetInCU: 0xA6F, offset: 0x9408E, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls12LogCollectorC0Q4ItemC_Tg5', symObjAddr: 0x6EC, symBinAddr: 0x3BBC4, symSize: 0x1C }
+ - { offsetInCU: 0xA87, offset: 0x940A6, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x708, symBinAddr: 0x3BBE0, symSize: 0x1C }
+ - { offsetInCU: 0xAF6, offset: 0x94115, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls9LogSymbol_pG_Tg506$sSa13fgh3AA9ij27_pRszlE6sortedSayAaB_pGyFSbq4B_p_Q9B_ptXEfU_Tf1cn_n', symObjAddr: 0x724, symBinAddr: 0x3BBFC, symSize: 0x68 }
+ - { offsetInCU: 0xBFD, offset: 0x9421C, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1cn_n', symObjAddr: 0x78C, symBinAddr: 0x3BC64, symSize: 0xFC }
+ - { offsetInCU: 0xE30, offset: 0x9444F, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1nnncn_n', symObjAddr: 0x888, symBinAddr: 0x3BD60, symSize: 0x4D0 }
+ - { offsetInCU: 0x11C4, offset: 0x947E3, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls9LogSymbol_pG_Tg506$sSa13ijk3AA9lm27_pRszlE6sortedSayAaB_pGyFSbt4B_p_T9B_ptXEfU_Tf1nncn_n', symObjAddr: 0xD58, symBinAddr: 0x3C230, symSize: 0x164 }
+ - { offsetInCU: 0x1354, offset: 0x94973, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13fgh3AA9ij27_pRszlE6sortedSayAaB_pGyFSbq4B_p_Q9B_ptXEfU_Tf1nncn_n', symObjAddr: 0xEBC, symBinAddr: 0x3C394, symSize: 0x294 }
+ - { offsetInCU: 0x1541, offset: 0x94B60, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1nncn_n', symObjAddr: 0x1150, symBinAddr: 0x3C628, symSize: 0x154 }
+ - { offsetInCU: 0x16A7, offset: 0x94CC6, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls9LogSymbol_p_Tg506$sSa13ghi3AA9jk27_pRszlE6sortedSayAaB_pGyFSbr4B_p_R9B_ptXEfU_Tf1nnnnc_n', symObjAddr: 0x12A4, symBinAddr: 0x3C77C, symSize: 0x368 }
+ - { offsetInCU: 0x171D, offset: 0x94D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pWOc', symObjAddr: 0x1610, symBinAddr: 0x3CAE8, symSize: 0x44 }
+ - { offsetInCU: 0x1731, offset: 0x94D50, size: 0x8, addend: 0x0, symName: '_$sSS3key_13SendBirdCalls9LogSymbol_p5valuetWOh', symObjAddr: 0x1654, symBinAddr: 0x3CB2C, symSize: 0x40 }
+ - { offsetInCU: 0x1745, offset: 0x94D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pWOb', symObjAddr: 0x16D4, symBinAddr: 0x3CB6C, symSize: 0x18 }
+ - { offsetInCU: 0x1759, offset: 0x94D78, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x1730, symBinAddr: 0x3CB84, symSize: 0x4C }
+ - { offsetInCU: 0x176D, offset: 0x94D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVMa', symObjAddr: 0x1D14, symBinAddr: 0x3D124, symSize: 0x10 }
+ - { offsetInCU: 0x1781, offset: 0x94DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVMa', symObjAddr: 0x1D24, symBinAddr: 0x3D134, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9514A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5types_WZ', symObjAddr: 0x0, symBinAddr: 0x3D148, symSize: 0x78 }
+ - { offsetInCU: 0x4B, offset: 0x9516E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvpZ', symObjAddr: 0x61C0, symBinAddr: 0x2C8D20, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x95188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvgZ', symObjAddr: 0xB8, symBinAddr: 0x3D200, symSize: 0x40 }
+ - { offsetInCU: 0x8E, offset: 0x951B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueSSvg', symObjAddr: 0xF8, symBinAddr: 0x3D240, symSize: 0x1AC }
+ - { offsetInCU: 0xBD, offset: 0x951E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSS_tcfC', symObjAddr: 0x2A4, symBinAddr: 0x3D3EC, symSize: 0x4 }
+ - { offsetInCU: 0xD1, offset: 0x951F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSSSg_tcfC', symObjAddr: 0x2A8, symBinAddr: 0x3D3F0, symSize: 0x4 }
+ - { offsetInCU: 0x10B, offset: 0x9522E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x430, symBinAddr: 0x3D578, symSize: 0x30 }
+ - { offsetInCU: 0x13D, offset: 0x95260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x3D5A8, symSize: 0x28 }
+ - { offsetInCU: 0x17D, offset: 0x952A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSS_tcfCTf4nd_n', symObjAddr: 0x530, symBinAddr: 0x3D678, symSize: 0x124 }
+ - { offsetInCU: 0x33B, offset: 0x9545E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSSSg_tcfCTf4nd_n', symObjAddr: 0x654, symBinAddr: 0x3D79C, symSize: 0x140 }
+ - { offsetInCU: 0x516, offset: 0x95639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5types_WZ', symObjAddr: 0x0, symBinAddr: 0x3D148, symSize: 0x78 }
+ - { offsetInCU: 0x565, offset: 0x95688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvau', symObjAddr: 0x78, symBinAddr: 0x3D1C0, symSize: 0x40 }
+ - { offsetInCU: 0x603, offset: 0x95726, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASQWb', symObjAddr: 0x794, symBinAddr: 0x3D8DC, symSize: 0x4 }
+ - { offsetInCU: 0x617, offset: 0x9573A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSQAAWl', symObjAddr: 0x798, symBinAddr: 0x3D8E0, symSize: 0x44 }
+ - { offsetInCU: 0x62B, offset: 0x9574E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOMa', symObjAddr: 0x7DC, symBinAddr: 0x3D924, symSize: 0x10 }
+ - { offsetInCU: 0x63F, offset: 0x95762, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSYAAWl', symObjAddr: 0x7EC, symBinAddr: 0x3D934, symSize: 0x44 }
+ - { offsetInCU: 0x6B0, offset: 0x957D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2AC, symBinAddr: 0x3D3F4, symSize: 0x88 }
+ - { offsetInCU: 0x75F, offset: 0x95882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH9hashValueSivgTW', symObjAddr: 0x334, symBinAddr: 0x3D47C, symSize: 0x60 }
+ - { offsetInCU: 0x7F5, offset: 0x95918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x394, symBinAddr: 0x3D4DC, symSize: 0x40 }
+ - { offsetInCU: 0x847, offset: 0x9596A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D4, symBinAddr: 0x3D51C, symSize: 0x5C }
+ - { offsetInCU: 0x8BB, offset: 0x959DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x488, symBinAddr: 0x3D5D0, symSize: 0x5C }
+ - { offsetInCU: 0x8DE, offset: 0x95A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4E4, symBinAddr: 0x3D62C, symSize: 0x4C }
+ - { offsetInCU: 0x4B, offset: 0x95C83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x3D978, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x95C97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0xC, symBinAddr: 0x3D984, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x95CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x3C, symBinAddr: 0x3D9B4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x95CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x3D9F8, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x95CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x3DA34, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x95D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x3DA38, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x95D2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x3DA80, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x95E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seq11commandType9messageId04callL013directCallLog12deliveryInfoACSiSg_AA0G5TypesO06DirectO0OS2SAA0toP0CAA08DeliveryR0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x3DE10, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x95ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seq11commandType9messageId04callL013directCallLog12deliveryInfoACSiSg_AA0G5TypesO06DirectO0OS2SAA0toP0CAA08DeliveryR0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x3DF18, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x95FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x3DFF8, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x96014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x3E024, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x96071, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x3E058, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x960C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x3E08C, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9611B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x870, symBinAddr: 0x3E0C8, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x96137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x3E11C, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x96153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x3E144, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x9616F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x914, symBinAddr: 0x3E16C, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x9619A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x3E1EC, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x961CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x450, symBinAddr: 0x3DD64, symSize: 0x44 }
+ - { offsetInCU: 0x5A9, offset: 0x961E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x3DDA8, symSize: 0x20 }
+ - { offsetInCU: 0x5BD, offset: 0x961F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACSeAAWl', symObjAddr: 0x518, symBinAddr: 0x3DDC8, symSize: 0x48 }
+ - { offsetInCU: 0x69A, offset: 0x962D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x3E050, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x9655B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x3E2A8, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x9657F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x3E2A8, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x96593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x3E2B4, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x965AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x3E2E4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x965CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x3E328, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x965E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x3E364, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x96603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x3E368, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x96628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x3E3B0, symSize: 0x2E4 }
+ - { offsetInCU: 0x173, offset: 0x966A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC8response12deliveryInfoAcA0D8ResponseC_AA08DeliveryI0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x3E6B4, symSize: 0x138 }
+ - { offsetInCU: 0x234, offset: 0x96768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x6DC, symBinAddr: 0x3E7EC, symSize: 0x108 }
+ - { offsetInCU: 0x2E5, offset: 0x96819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x7E4, symBinAddr: 0x3E8F4, symSize: 0xE0 }
+ - { offsetInCU: 0x3CC, offset: 0x96900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x8C4, symBinAddr: 0x3E9D4, symSize: 0x2C }
+ - { offsetInCU: 0x42B, offset: 0x9695F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x8F0, symBinAddr: 0x3EA00, symSize: 0x2C }
+ - { offsetInCU: 0x488, offset: 0x969BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfd', symObjAddr: 0x924, symBinAddr: 0x3EA34, symSize: 0x34 }
+ - { offsetInCU: 0x4D9, offset: 0x96A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfD', symObjAddr: 0x96C, symBinAddr: 0x3EA68, symSize: 0x3C }
+ - { offsetInCU: 0x532, offset: 0x96A66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x9A8, symBinAddr: 0x3EAA4, symSize: 0x28 }
+ - { offsetInCU: 0x54E, offset: 0x96A82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x9D0, symBinAddr: 0x3EACC, symSize: 0x28 }
+ - { offsetInCU: 0x56A, offset: 0x96A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x9F8, symBinAddr: 0x3EAF4, symSize: 0x50 }
+ - { offsetInCU: 0x586, offset: 0x96ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0xA48, symBinAddr: 0x3EB44, symSize: 0x2C }
+ - { offsetInCU: 0x5B1, offset: 0x96AE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xA74, symBinAddr: 0x3EB70, symSize: 0x10 }
+ - { offsetInCU: 0x5E4, offset: 0x96B18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x3E694, symSize: 0x20 }
+ - { offsetInCU: 0x6B5, offset: 0x96BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfE', symObjAddr: 0x91C, symBinAddr: 0x3EA2C, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x96E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x3EC24, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x96E9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x3EC24, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x96EB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x3EC34, symSize: 0x1F8 }
+ - { offsetInCU: 0x256, offset: 0x970A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfc', symObjAddr: 0x208, symBinAddr: 0x3EE2C, symSize: 0x8 }
+ - { offsetInCU: 0x285, offset: 0x970D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCfd', symObjAddr: 0x210, symBinAddr: 0x3EE34, symSize: 0x8 }
+ - { offsetInCU: 0x2B4, offset: 0x97104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCfD', symObjAddr: 0x218, symBinAddr: 0x3EE3C, symSize: 0x10 }
+ - { offsetInCU: 0x3DE, offset: 0x9722E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCMa', symObjAddr: 0x2D8, symBinAddr: 0x3EE4C, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x974C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x3EE6C, symSize: 0x8 }
+ - { offsetInCU: 0x95, offset: 0x97518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE7urlPathAA7URLPathVvg', symObjAddr: 0x8, symBinAddr: 0x3EE74, symSize: 0x68 }
+ - { offsetInCU: 0x16B, offset: 0x975EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKF', symObjAddr: 0xB0, symBinAddr: 0x3EEDC, symSize: 0x234 }
+ - { offsetInCU: 0x216, offset: 0x97699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionO8rawValueACSgSi_tcfC', symObjAddr: 0x2E4, symBinAddr: 0x3F110, symSize: 0xC }
+ - { offsetInCU: 0x235, offset: 0x976B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionO8rawValueSivg', symObjAddr: 0x2F0, symBinAddr: 0x3F11C, symSize: 0x8 }
+ - { offsetInCU: 0x277, offset: 0x976FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x3F1CC, symSize: 0x14 }
+ - { offsetInCU: 0x2A8, offset: 0x9772B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3B4, symBinAddr: 0x3F1E0, symSize: 0xC }
+ - { offsetInCU: 0x310, offset: 0x97793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x468, symBinAddr: 0x3F294, symSize: 0x5C }
+ - { offsetInCU: 0x368, offset: 0x977EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x4C4, symBinAddr: 0x3F2F0, symSize: 0x5C }
+ - { offsetInCU: 0x3D0, offset: 0x97853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x520, symBinAddr: 0x3F34C, symSize: 0x8 }
+ - { offsetInCU: 0x3F7, offset: 0x9787A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8intValueSiSgvg', symObjAddr: 0x528, symBinAddr: 0x3F354, symSize: 0xC }
+ - { offsetInCU: 0x41E, offset: 0x978A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8rawValueSSvg', symObjAddr: 0x534, symBinAddr: 0x3F360, symSize: 0x20 }
+ - { offsetInCU: 0x457, offset: 0x978DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x554, symBinAddr: 0x3F380, symSize: 0x20 }
+ - { offsetInCU: 0x485, offset: 0x97908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x554, symBinAddr: 0x3F380, symSize: 0x20 }
+ - { offsetInCU: 0x4B0, offset: 0x97933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x6F8, symBinAddr: 0x3F524, symSize: 0x64 }
+ - { offsetInCU: 0x516, offset: 0x97999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x75C, symBinAddr: 0x3F588, symSize: 0x28 }
+ - { offsetInCU: 0x52A, offset: 0x979AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x784, symBinAddr: 0x3F5B0, symSize: 0x8 }
+ - { offsetInCU: 0x560, offset: 0x979E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x78C, symBinAddr: 0x3F5B8, symSize: 0x68 }
+ - { offsetInCU: 0x5E5, offset: 0x97A68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x7F4, symBinAddr: 0x3F620, symSize: 0xC }
+ - { offsetInCU: 0x601, offset: 0x97A84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x800, symBinAddr: 0x3F62C, symSize: 0xC }
+ - { offsetInCU: 0x63F, offset: 0x97AC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x85C, symBinAddr: 0x3F688, symSize: 0x8 }
+ - { offsetInCU: 0x66A, offset: 0x97AED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x864, symBinAddr: 0x3F690, symSize: 0x14 }
+ - { offsetInCU: 0x69C, offset: 0x97B1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x878, symBinAddr: 0x3F6A4, symSize: 0x8 }
+ - { offsetInCU: 0x6C7, offset: 0x97B4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x880, symBinAddr: 0x3F6AC, symSize: 0x14 }
+ - { offsetInCU: 0x6F9, offset: 0x97B7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x894, symBinAddr: 0x3F6C0, symSize: 0x8 }
+ - { offsetInCU: 0x724, offset: 0x97BA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x89C, symBinAddr: 0x3F6C8, symSize: 0x14 }
+ - { offsetInCU: 0x756, offset: 0x97BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8B0, symBinAddr: 0x3F6DC, symSize: 0x8 }
+ - { offsetInCU: 0x781, offset: 0x97C04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8B8, symBinAddr: 0x3F6E4, symSize: 0x14 }
+ - { offsetInCU: 0x7B3, offset: 0x97C36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8CC, symBinAddr: 0x3F6F8, symSize: 0x8 }
+ - { offsetInCU: 0x7DE, offset: 0x97C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8D4, symBinAddr: 0x3F700, symSize: 0x14 }
+ - { offsetInCU: 0x810, offset: 0x97C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8E8, symBinAddr: 0x3F714, symSize: 0x8 }
+ - { offsetInCU: 0x83B, offset: 0x97CBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8F0, symBinAddr: 0x3F71C, symSize: 0x14 }
+ - { offsetInCU: 0x86D, offset: 0x97CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x904, symBinAddr: 0x3F730, symSize: 0x8 }
+ - { offsetInCU: 0x898, offset: 0x97D1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x90C, symBinAddr: 0x3F738, symSize: 0x14 }
+ - { offsetInCU: 0x8CA, offset: 0x97D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x920, symBinAddr: 0x3F74C, symSize: 0x8 }
+ - { offsetInCU: 0x8F5, offset: 0x97D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x928, symBinAddr: 0x3F754, symSize: 0x14 }
+ - { offsetInCU: 0x927, offset: 0x97DAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x93C, symBinAddr: 0x3F768, symSize: 0x8 }
+ - { offsetInCU: 0x952, offset: 0x97DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x944, symBinAddr: 0x3F770, symSize: 0x14 }
+ - { offsetInCU: 0x984, offset: 0x97E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x958, symBinAddr: 0x3F784, symSize: 0x8 }
+ - { offsetInCU: 0x9AF, offset: 0x97E32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x960, symBinAddr: 0x3F78C, symSize: 0x14 }
+ - { offsetInCU: 0x9E1, offset: 0x97E64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x974, symBinAddr: 0x3F7A0, symSize: 0x8 }
+ - { offsetInCU: 0xA0C, offset: 0x97E8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x97C, symBinAddr: 0x3F7A8, symSize: 0x14 }
+ - { offsetInCU: 0xA3E, offset: 0x97EC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x990, symBinAddr: 0x3F7BC, symSize: 0x8 }
+ - { offsetInCU: 0xA69, offset: 0x97EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x998, symBinAddr: 0x3F7C4, symSize: 0x14 }
+ - { offsetInCU: 0xA9B, offset: 0x97F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9AC, symBinAddr: 0x3F7D8, symSize: 0x8 }
+ - { offsetInCU: 0xAC6, offset: 0x97F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9B4, symBinAddr: 0x3F7E0, symSize: 0x14 }
+ - { offsetInCU: 0xAF8, offset: 0x97F7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9C8, symBinAddr: 0x3F7F4, symSize: 0x8 }
+ - { offsetInCU: 0xB23, offset: 0x97FA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9D0, symBinAddr: 0x3F7FC, symSize: 0x14 }
+ - { offsetInCU: 0xB55, offset: 0x97FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9E4, symBinAddr: 0x3F810, symSize: 0x8 }
+ - { offsetInCU: 0xB80, offset: 0x98003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9EC, symBinAddr: 0x3F818, symSize: 0x14 }
+ - { offsetInCU: 0xBB2, offset: 0x98035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA00, symBinAddr: 0x3F82C, symSize: 0x8 }
+ - { offsetInCU: 0xBDD, offset: 0x98060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA08, symBinAddr: 0x3F834, symSize: 0x14 }
+ - { offsetInCU: 0xC0F, offset: 0x98092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs0G3KeyAAWl', symObjAddr: 0xA40, symBinAddr: 0x3F848, symSize: 0x44 }
+ - { offsetInCU: 0xC23, offset: 0x980A6, size: 0x8, addend: 0x0, symName: '_$sSSSgxSgSEsSERzlWl', symObjAddr: 0xA84, symBinAddr: 0x3F88C, symSize: 0x5C }
+ - { offsetInCU: 0xC37, offset: 0x980BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASQWb', symObjAddr: 0xB24, symBinAddr: 0x3F8E8, symSize: 0x4 }
+ - { offsetInCU: 0xC4B, offset: 0x980CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSQAAWl', symObjAddr: 0xB28, symBinAddr: 0x3F8EC, symSize: 0x44 }
+ - { offsetInCU: 0xC5F, offset: 0x980E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASQWb', symObjAddr: 0xB6C, symBinAddr: 0x3F930, symSize: 0x4 }
+ - { offsetInCU: 0xC73, offset: 0x980F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACSQAAWl', symObjAddr: 0xB70, symBinAddr: 0x3F934, symSize: 0x44 }
+ - { offsetInCU: 0xC87, offset: 0x9810A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBB4, symBinAddr: 0x3F978, symSize: 0x4 }
+ - { offsetInCU: 0xC9B, offset: 0x9811E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBB8, symBinAddr: 0x3F97C, symSize: 0x44 }
+ - { offsetInCU: 0xCAF, offset: 0x98132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xBFC, symBinAddr: 0x3F9C0, symSize: 0x4 }
+ - { offsetInCU: 0xCC3, offset: 0x98146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0xC00, symBinAddr: 0x3F9C4, symSize: 0x44 }
+ - { offsetInCU: 0xCD7, offset: 0x9815A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwet', symObjAddr: 0xC54, symBinAddr: 0x3FA10, symSize: 0x50 }
+ - { offsetInCU: 0xCEB, offset: 0x9816E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwst', symObjAddr: 0xCA4, symBinAddr: 0x3FA60, symSize: 0x8C }
+ - { offsetInCU: 0xCFF, offset: 0x98182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwug', symObjAddr: 0xD30, symBinAddr: 0x3FAEC, symSize: 0x8 }
+ - { offsetInCU: 0xD13, offset: 0x98196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwup', symObjAddr: 0xD38, symBinAddr: 0x3FAF4, symSize: 0x4 }
+ - { offsetInCU: 0xD27, offset: 0x981AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwui', symObjAddr: 0xD3C, symBinAddr: 0x3FAF8, symSize: 0x4 }
+ - { offsetInCU: 0xD3B, offset: 0x981BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOMa', symObjAddr: 0xD40, symBinAddr: 0x3FAFC, symSize: 0x10 }
+ - { offsetInCU: 0xD4F, offset: 0x981D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwet', symObjAddr: 0xD5C, symBinAddr: 0x3FB0C, symSize: 0x90 }
+ - { offsetInCU: 0xD63, offset: 0x981E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwst', symObjAddr: 0xDEC, symBinAddr: 0x3FB9C, symSize: 0xBC }
+ - { offsetInCU: 0xD77, offset: 0x981FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwug', symObjAddr: 0xEA8, symBinAddr: 0x3FC58, symSize: 0x8 }
+ - { offsetInCU: 0xD8B, offset: 0x9820E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwup', symObjAddr: 0xEB0, symBinAddr: 0x3FC60, symSize: 0x4 }
+ - { offsetInCU: 0xD9F, offset: 0x98222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwui', symObjAddr: 0xEB4, symBinAddr: 0x3FC64, symSize: 0x8 }
+ - { offsetInCU: 0xDB3, offset: 0x98236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOMa', symObjAddr: 0xEBC, symBinAddr: 0x3FC6C, symSize: 0x10 }
+ - { offsetInCU: 0xDC7, offset: 0x9824A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xECC, symBinAddr: 0x3FC7C, symSize: 0x8 }
+ - { offsetInCU: 0xDF2, offset: 0x98275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xED4, symBinAddr: 0x3FC84, symSize: 0x14 }
+ - { offsetInCU: 0xE24, offset: 0x982A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xEE8, symBinAddr: 0x3FC98, symSize: 0x8 }
+ - { offsetInCU: 0xE4F, offset: 0x982D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xEF0, symBinAddr: 0x3FCA0, symSize: 0x14 }
+ - { offsetInCU: 0xE81, offset: 0x98304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF04, symBinAddr: 0x3FCB4, symSize: 0x8 }
+ - { offsetInCU: 0xEAC, offset: 0x9832F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF0C, symBinAddr: 0x3FCBC, symSize: 0x14 }
+ - { offsetInCU: 0xEDE, offset: 0x98361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF20, symBinAddr: 0x3FCD0, symSize: 0x8 }
+ - { offsetInCU: 0xF09, offset: 0x9838C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF28, symBinAddr: 0x3FCD8, symSize: 0x14 }
+ - { offsetInCU: 0xF3B, offset: 0x983BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSYAAWl', symObjAddr: 0xFA4, symBinAddr: 0x3FD54, symSize: 0x44 }
+ - { offsetInCU: 0xF93, offset: 0x98416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F8, symBinAddr: 0x3F124, symSize: 0x8 }
+ - { offsetInCU: 0xFFA, offset: 0x9847D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x3F12C, symSize: 0x40 }
+ - { offsetInCU: 0x10A9, offset: 0x9852C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x340, symBinAddr: 0x3F16C, symSize: 0x24 }
+ - { offsetInCU: 0x10FC, offset: 0x9857F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x364, symBinAddr: 0x3F190, symSize: 0x3C }
+ - { offsetInCU: 0x117F, offset: 0x98602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x3F1EC, symSize: 0x5C }
+ - { offsetInCU: 0x11A2, offset: 0x98625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x41C, symBinAddr: 0x3F248, symSize: 0x4C }
+ - { offsetInCU: 0x11E9, offset: 0x9866C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x574, symBinAddr: 0x3F3A0, symSize: 0x88 }
+ - { offsetInCU: 0x1298, offset: 0x9871B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x5FC, symBinAddr: 0x3F428, symSize: 0x60 }
+ - { offsetInCU: 0x1316, offset: 0x98799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x65C, symBinAddr: 0x3F488, symSize: 0x40 }
+ - { offsetInCU: 0x1368, offset: 0x987EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x69C, symBinAddr: 0x3F4C8, symSize: 0x5C }
+ - { offsetInCU: 0x13C4, offset: 0x98847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x80C, symBinAddr: 0x3F638, symSize: 0x28 }
+ - { offsetInCU: 0x13E0, offset: 0x98863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x834, symBinAddr: 0x3F660, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x98ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA011DialReceiveH0V_Tg5', symObjAddr: 0x0, symBinAddr: 0x3FD98, symSize: 0x1F0 }
+ - { offsetInCU: 0x69, offset: 0x98B10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callIdSSvg', symObjAddr: 0x1550, symBinAddr: 0x412E8, symSize: 0x2C }
+ - { offsetInCU: 0x85, offset: 0x98B2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV18calleeDeliveryInfoAA0hI0Vvg', symObjAddr: 0x157C, symBinAddr: 0x41314, symSize: 0x30 }
+ - { offsetInCU: 0xA1, offset: 0x98B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV12receivedTypeAA05EventH0OSgvg', symObjAddr: 0x15C0, symBinAddr: 0x41344, symSize: 0x30 }
+ - { offsetInCU: 0xBD, offset: 0x98B64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x1600, symBinAddr: 0x41384, symSize: 0x8 }
+ - { offsetInCU: 0xD1, offset: 0x98B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1608, symBinAddr: 0x4138C, symSize: 0x8 }
+ - { offsetInCU: 0xED, offset: 0x98B94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV9requestIdSSvg', symObjAddr: 0x1610, symBinAddr: 0x41394, symSize: 0x2C }
+ - { offsetInCU: 0x101, offset: 0x98BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x163C, symBinAddr: 0x413C0, symSize: 0x8 }
+ - { offsetInCU: 0x11D, offset: 0x98BC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvs', symObjAddr: 0x1644, symBinAddr: 0x413C8, symSize: 0x8 }
+ - { offsetInCU: 0x139, offset: 0x98BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvM', symObjAddr: 0x164C, symBinAddr: 0x413D0, symSize: 0x10 }
+ - { offsetInCU: 0x155, offset: 0x98BFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvM.resume.0', symObjAddr: 0x165C, symBinAddr: 0x413E0, symSize: 0x4 }
+ - { offsetInCU: 0x171, offset: 0x98C18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callId18calleeDeliveryInfo12receivedType15shortLivedTokenACSS_AA0jK0VAA05EventM0OSgSStcfC', symObjAddr: 0x1660, symBinAddr: 0x413E4, symSize: 0x98 }
+ - { offsetInCU: 0x18D, offset: 0x98C34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x16F8, symBinAddr: 0x4147C, symSize: 0x260 }
+ - { offsetInCU: 0x200, offset: 0x98CA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x1958, symBinAddr: 0x416DC, symSize: 0x8 }
+ - { offsetInCU: 0x21C, offset: 0x98CC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x1960, symBinAddr: 0x416E4, symSize: 0x2C }
+ - { offsetInCU: 0x255, offset: 0x98CFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x198C, symBinAddr: 0x41710, symSize: 0x8 }
+ - { offsetInCU: 0x287, offset: 0x98D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1994, symBinAddr: 0x41718, symSize: 0x8 }
+ - { offsetInCU: 0x2A3, offset: 0x98D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x199C, symBinAddr: 0x41720, symSize: 0x48 }
+ - { offsetInCU: 0x2C6, offset: 0x98D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callId18calleeDeliveryInfo12receivedType15shortLivedTokenACSS_AA0jK0VAA05EventM0OSgSStcfCTf4gggnd_n', symObjAddr: 0x2B9C, symBinAddr: 0x42920, symSize: 0x1A4 }
+ - { offsetInCU: 0x38A, offset: 0x98E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA011DialReceiveH0V_Tg5', symObjAddr: 0x0, symBinAddr: 0x3FD98, symSize: 0x1F0 }
+ - { offsetInCU: 0x466, offset: 0x98F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06AcceptH0V_Tg5', symObjAddr: 0x1F0, symBinAddr: 0x3FF88, symSize: 0x1F0 }
+ - { offsetInCU: 0x542, offset: 0x98FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA015RecordingStatusH0V_Tg5', symObjAddr: 0x3E0, symBinAddr: 0x40178, symSize: 0x1F0 }
+ - { offsetInCU: 0x61E, offset: 0x990C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA015RemoveCandidateH0V_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x40368, symSize: 0x1F0 }
+ - { offsetInCU: 0x6FA, offset: 0x991A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA014ConnectionLostH0V_Tg5', symObjAddr: 0x7C0, symBinAddr: 0x40558, symSize: 0x1F0 }
+ - { offsetInCU: 0x7D6, offset: 0x9927D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA04DialH0V_Tg5', symObjAddr: 0x9B0, symBinAddr: 0x40748, symSize: 0x1F0 }
+ - { offsetInCU: 0x8B2, offset: 0x99359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA09ConnectedH0V_Tg5', symObjAddr: 0xBA0, symBinAddr: 0x40938, symSize: 0x1F0 }
+ - { offsetInCU: 0x98E, offset: 0x99435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA04HoldH0V_Tg5', symObjAddr: 0xD90, symBinAddr: 0x40B28, symSize: 0x1F0 }
+ - { offsetInCU: 0xA6A, offset: 0x99511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA05OfferH0V_Tg5', symObjAddr: 0xF80, symBinAddr: 0x40D18, symSize: 0x1F0 }
+ - { offsetInCU: 0xB46, offset: 0x995ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06AnswerH0V_Tg5', symObjAddr: 0x1170, symBinAddr: 0x40F08, symSize: 0x1F0 }
+ - { offsetInCU: 0xC22, offset: 0x996C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA09CandidateH0V_Tg5', symObjAddr: 0x1360, symBinAddr: 0x410F8, symSize: 0x1F0 }
+ - { offsetInCU: 0xCD3, offset: 0x9977A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOy', symObjAddr: 0x15F0, symBinAddr: 0x41374, symSize: 0x10 }
+ - { offsetInCU: 0xCE7, offset: 0x9978E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA05AliveH0V_Tg5Tf4nx_n', symObjAddr: 0x19E4, symBinAddr: 0x41768, symSize: 0x1F8 }
+ - { offsetInCU: 0xD5D, offset: 0x99804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06CancelH0V_Tg5Tf4nx_n', symObjAddr: 0x1BDC, symBinAddr: 0x41960, symSize: 0x1F8 }
+ - { offsetInCU: 0xDD3, offset: 0x9987A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA012VideoSettingH0V_Tg5Tf4nx_n', symObjAddr: 0x1DD4, symBinAddr: 0x41B58, symSize: 0x1F8 }
+ - { offsetInCU: 0xE49, offset: 0x998F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA07DeclineH0V_Tg5Tf4nx_n', symObjAddr: 0x1FCC, symBinAddr: 0x41D50, symSize: 0x1F8 }
+ - { offsetInCU: 0xEBF, offset: 0x99966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA012AudioSettingH0V_Tg5Tf4nx_n', symObjAddr: 0x21C4, symBinAddr: 0x41F48, symSize: 0x1F8 }
+ - { offsetInCU: 0xF35, offset: 0x999DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA08NoAnswerH0V_Tg5Tf4nx_n', symObjAddr: 0x23BC, symBinAddr: 0x42140, symSize: 0x1F8 }
+ - { offsetInCU: 0xFAB, offset: 0x99A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA010UnknownEndH0V_Tg5Tf4nx_n', symObjAddr: 0x25B4, symBinAddr: 0x42338, symSize: 0x1F8 }
+ - { offsetInCU: 0x1021, offset: 0x99AC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA03EndH0V_Tg5Tf4nx_n', symObjAddr: 0x27AC, symBinAddr: 0x42530, symSize: 0x1F8 }
+ - { offsetInCU: 0x1097, offset: 0x99B3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA07TimeoutH0V_Tg5Tf4nx_n', symObjAddr: 0x29A4, symBinAddr: 0x42728, symSize: 0x1F8 }
+ - { offsetInCU: 0x112E, offset: 0x99BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOe', symObjAddr: 0x2D40, symBinAddr: 0x42AC4, symSize: 0x10 }
+ - { offsetInCU: 0x1142, offset: 0x99BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVACSEAAWl', symObjAddr: 0x2E50, symBinAddr: 0x42AD4, symSize: 0x44 }
+ - { offsetInCU: 0x1156, offset: 0x99BFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOb', symObjAddr: 0x2E94, symBinAddr: 0x42B18, symSize: 0x48 }
+ - { offsetInCU: 0x116A, offset: 0x99C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOr', symObjAddr: 0x2EDC, symBinAddr: 0x42B60, symSize: 0x2C }
+ - { offsetInCU: 0x117E, offset: 0x99C25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgxSgSEsSERzlWl', symObjAddr: 0x2F08, symBinAddr: 0x42B8C, symSize: 0x64 }
+ - { offsetInCU: 0x1192, offset: 0x99C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOs', symObjAddr: 0x2FF4, symBinAddr: 0x42BF0, symSize: 0x2C }
+ - { offsetInCU: 0x11A6, offset: 0x99C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x3020, symBinAddr: 0x42C1C, symSize: 0x24 }
+ - { offsetInCU: 0x11BA, offset: 0x99C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA13WSRequestableAAWl', symObjAddr: 0x3044, symBinAddr: 0x42C40, symSize: 0x44 }
+ - { offsetInCU: 0x11CE, offset: 0x99C75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x3088, symBinAddr: 0x42C84, symSize: 0x24 }
+ - { offsetInCU: 0x11E2, offset: 0x99C89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA10ResultableAAWl', symObjAddr: 0x30AC, symBinAddr: 0x42CA8, symSize: 0x44 }
+ - { offsetInCU: 0x11F6, offset: 0x99C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13WSRequestableAAWI', symObjAddr: 0x30F0, symBinAddr: 0x42CEC, symSize: 0x24 }
+ - { offsetInCU: 0x120A, offset: 0x99CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA11RequestableAAWl', symObjAddr: 0x3114, symBinAddr: 0x42D10, symSize: 0x44 }
+ - { offsetInCU: 0x121E, offset: 0x99CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x3158, symBinAddr: 0x42D54, symSize: 0x4 }
+ - { offsetInCU: 0x1232, offset: 0x99CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA11RequestableAAWI', symObjAddr: 0x31A0, symBinAddr: 0x42D58, symSize: 0x2C }
+ - { offsetInCU: 0x1246, offset: 0x99CED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA0F0AAWl', symObjAddr: 0x31CC, symBinAddr: 0x42D84, symSize: 0x44 }
+ - { offsetInCU: 0x125A, offset: 0x99D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x3210, symBinAddr: 0x42DC8, symSize: 0x44 }
+ - { offsetInCU: 0x126E, offset: 0x99D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0AAWI', symObjAddr: 0x3254, symBinAddr: 0x42E0C, symSize: 0x24 }
+ - { offsetInCU: 0x1282, offset: 0x99D29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVACSEAAWl', symObjAddr: 0x3278, symBinAddr: 0x42E30, symSize: 0x44 }
+ - { offsetInCU: 0x1296, offset: 0x99D3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x32BC, symBinAddr: 0x42E74, symSize: 0x24 }
+ - { offsetInCU: 0x12AA, offset: 0x99D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwCP', symObjAddr: 0x32E0, symBinAddr: 0x42E98, symSize: 0x30 }
+ - { offsetInCU: 0x12BE, offset: 0x99D65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwxx', symObjAddr: 0x3310, symBinAddr: 0x42EC8, symSize: 0x50 }
+ - { offsetInCU: 0x12D2, offset: 0x99D79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwcp', symObjAddr: 0x3360, symBinAddr: 0x42F18, symSize: 0xC4 }
+ - { offsetInCU: 0x12E6, offset: 0x99D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwca', symObjAddr: 0x3424, symBinAddr: 0x42FDC, symSize: 0x1A8 }
+ - { offsetInCU: 0x12FA, offset: 0x99DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOh', symObjAddr: 0x360C, symBinAddr: 0x43184, symSize: 0x34 }
+ - { offsetInCU: 0x130E, offset: 0x99DB5, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x3640, symBinAddr: 0x431B8, symSize: 0x24 }
+ - { offsetInCU: 0x1322, offset: 0x99DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwta', symObjAddr: 0x3664, symBinAddr: 0x431DC, symSize: 0x108 }
+ - { offsetInCU: 0x1336, offset: 0x99DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwet', symObjAddr: 0x376C, symBinAddr: 0x432E4, symSize: 0x48 }
+ - { offsetInCU: 0x134A, offset: 0x99DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwst', symObjAddr: 0x37B4, symBinAddr: 0x4332C, symSize: 0x58 }
+ - { offsetInCU: 0x135E, offset: 0x99E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVMa', symObjAddr: 0x380C, symBinAddr: 0x43384, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9A0F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x43394, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x9A10A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x43394, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x9A124, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x43398, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x9A155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x433D4, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x9A176, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x433FC, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x9A1A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x4343C, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x9A1C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAC, symBinAddr: 0x43440, symSize: 0xEC }
+ - { offsetInCU: 0x17B, offset: 0x9A246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x200, symBinAddr: 0x43554, symSize: 0x8 }
+ - { offsetInCU: 0x197, offset: 0x9A262, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0x208, symBinAddr: 0x4355C, symSize: 0x8 }
+ - { offsetInCU: 0x1B3, offset: 0x9A27E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV8attachToSSvg', symObjAddr: 0x210, symBinAddr: 0x43564, symSize: 0x2C }
+ - { offsetInCU: 0x1CF, offset: 0x9A29A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6roomIdSSvg', symObjAddr: 0x23C, symBinAddr: 0x43590, symSize: 0x2C }
+ - { offsetInCU: 0x1EB, offset: 0x9A2B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV13participantIdSSvg', symObjAddr: 0x268, symBinAddr: 0x435BC, symSize: 0x2C }
+ - { offsetInCU: 0x207, offset: 0x9A2D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10endpointIdSSvg', symObjAddr: 0x294, symBinAddr: 0x435E8, symSize: 0x2C }
+ - { offsetInCU: 0x223, offset: 0x9A2EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6roomId011participantH008endpointH08attachToACSS_S3StcfC', symObjAddr: 0x2C0, symBinAddr: 0x43614, symSize: 0x1C }
+ - { offsetInCU: 0x292, offset: 0x9A35D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2DC, symBinAddr: 0x43630, symSize: 0xE0 }
+ - { offsetInCU: 0x2CC, offset: 0x9A397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x424, symBinAddr: 0x43754, symSize: 0x8 }
+ - { offsetInCU: 0x2F7, offset: 0x9A3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x4DC, symBinAddr: 0x437C8, symSize: 0x40 }
+ - { offsetInCU: 0x32E, offset: 0x9A3F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x638, symBinAddr: 0x43924, symSize: 0x8 }
+ - { offsetInCU: 0x34A, offset: 0x9A415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x640, symBinAddr: 0x4392C, symSize: 0x40 }
+ - { offsetInCU: 0x3B4, offset: 0x9A47F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x70C, symBinAddr: 0x439F8, symSize: 0xEC }
+ - { offsetInCU: 0x422, offset: 0x9A4ED, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x1D8, symBinAddr: 0x4352C, symSize: 0x28 }
+ - { offsetInCU: 0x436, offset: 0x9A501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs0F3KeyAAWl', symObjAddr: 0x3E0, symBinAddr: 0x43710, symSize: 0x44 }
+ - { offsetInCU: 0x44A, offset: 0x9A515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x42C, symBinAddr: 0x4375C, symSize: 0x24 }
+ - { offsetInCU: 0x45E, offset: 0x9A529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x450, symBinAddr: 0x43780, symSize: 0x44 }
+ - { offsetInCU: 0x472, offset: 0x9A53D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x494, symBinAddr: 0x437C4, symSize: 0x4 }
+ - { offsetInCU: 0x486, offset: 0x9A551, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x51C, symBinAddr: 0x43808, symSize: 0x24 }
+ - { offsetInCU: 0x49A, offset: 0x9A565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x540, symBinAddr: 0x4382C, symSize: 0x44 }
+ - { offsetInCU: 0x4AE, offset: 0x9A579, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x584, symBinAddr: 0x43870, symSize: 0x2C }
+ - { offsetInCU: 0x4C2, offset: 0x9A58D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA0F0AAWl', symObjAddr: 0x5B0, symBinAddr: 0x4389C, symSize: 0x44 }
+ - { offsetInCU: 0x4D6, offset: 0x9A5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5F4, symBinAddr: 0x438E0, symSize: 0x44 }
+ - { offsetInCU: 0x4EA, offset: 0x9A5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0AAWI', symObjAddr: 0x680, symBinAddr: 0x4396C, symSize: 0x24 }
+ - { offsetInCU: 0x4FE, offset: 0x9A5C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVACSEAAWl', symObjAddr: 0x6A4, symBinAddr: 0x43990, symSize: 0x44 }
+ - { offsetInCU: 0x512, offset: 0x9A5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6E8, symBinAddr: 0x439D4, symSize: 0x24 }
+ - { offsetInCU: 0x53D, offset: 0x9A608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwCP', symObjAddr: 0x7F8, symBinAddr: 0x43AE4, symSize: 0x30 }
+ - { offsetInCU: 0x551, offset: 0x9A61C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwxx', symObjAddr: 0x828, symBinAddr: 0x43B14, symSize: 0x38 }
+ - { offsetInCU: 0x565, offset: 0x9A630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwcp', symObjAddr: 0x860, symBinAddr: 0x43B4C, symSize: 0x6C }
+ - { offsetInCU: 0x579, offset: 0x9A644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwca', symObjAddr: 0x8CC, symBinAddr: 0x43BB8, symSize: 0xBC }
+ - { offsetInCU: 0x58D, offset: 0x9A658, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x988, symBinAddr: 0x43C74, symSize: 0x24 }
+ - { offsetInCU: 0x5A1, offset: 0x9A66C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwta', symObjAddr: 0x9AC, symBinAddr: 0x43C98, symSize: 0x74 }
+ - { offsetInCU: 0x5B5, offset: 0x9A680, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwet', symObjAddr: 0xA20, symBinAddr: 0x43D0C, symSize: 0x48 }
+ - { offsetInCU: 0x5C9, offset: 0x9A694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwst', symObjAddr: 0xA68, symBinAddr: 0x43D54, symSize: 0x50 }
+ - { offsetInCU: 0x5DD, offset: 0x9A6A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVMa', symObjAddr: 0xAB8, symBinAddr: 0x43DA4, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9A8EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x43DB8, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x9A913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x43DB8, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9A927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x43DC4, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9A943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x43DF4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x9A95F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x43E38, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9A97B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x43E74, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x9A997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x43E78, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x9A9BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x43EC0, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x9AAAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x44208, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x9AB5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x4431C, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x9AC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x44408, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x9ACA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x44434, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x9AD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfd', symObjAddr: 0x804, symBinAddr: 0x44468, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x9AD52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x4449C, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9ADAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x888, symBinAddr: 0x444D8, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x9ADC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x44500, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x9ADE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x44528, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x9ADFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x44578, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x9AE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x445A4, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x9AE5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x450, symBinAddr: 0x441A4, symSize: 0x44 }
+ - { offsetInCU: 0x5A9, offset: 0x9AE71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x441E8, symSize: 0x20 }
+ - { offsetInCU: 0x67A, offset: 0x9AF42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x44460, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x9B1CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x44658, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x9B1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x44658, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x9B20B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC9isRelayedSbvg', symObjAddr: 0x8, symBinAddr: 0x44660, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x9B227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC04isOnD0Sbvg', symObjAddr: 0x10, symBinAddr: 0x44668, symSize: 0x14 }
+ - { offsetInCU: 0x17F, offset: 0x9B323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG012deliveryInfo8holdedBy9isRelayedACSS_SSAA08DeliveryJ0VSaySSGSbtcfC', symObjAddr: 0x24, symBinAddr: 0x4467C, symSize: 0xF0 }
+ - { offsetInCU: 0x22D, offset: 0x9B3D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG012deliveryInfo8holdedBy9isRelayedACSS_SSAA08DeliveryJ0VSaySSGSbtcfc', symObjAddr: 0x114, symBinAddr: 0x4476C, symSize: 0xC8 }
+ - { offsetInCU: 0x2C7, offset: 0x9B46B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1DC, symBinAddr: 0x44834, symSize: 0x48 }
+ - { offsetInCU: 0x2EC, offset: 0x9B490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x224, symBinAddr: 0x4487C, symSize: 0x2D4 }
+ - { offsetInCU: 0x3B1, offset: 0x9B555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x708, symBinAddr: 0x44B70, symSize: 0x2C }
+ - { offsetInCU: 0x410, offset: 0x9B5B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x734, symBinAddr: 0x44B9C, symSize: 0x2C }
+ - { offsetInCU: 0x46D, offset: 0x9B611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfd', symObjAddr: 0x768, symBinAddr: 0x44BD0, symSize: 0x34 }
+ - { offsetInCU: 0x4BE, offset: 0x9B662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfD', symObjAddr: 0x7B0, symBinAddr: 0x44C04, symSize: 0x3C }
+ - { offsetInCU: 0x5CF, offset: 0x9B773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCMa', symObjAddr: 0x5C0, symBinAddr: 0x44B50, symSize: 0x20 }
+ - { offsetInCU: 0x5F9, offset: 0x9B79D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfE', symObjAddr: 0x760, symBinAddr: 0x44BC8, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x9BA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x44C60, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9BA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC11isVideoCallSbvg', symObjAddr: 0xC, symBinAddr: 0x44C6C, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x9BA84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callerAA14DirectCallUserCvg', symObjAddr: 0x14, symBinAddr: 0x44C74, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x9BAA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6calleeAA14DirectCallUserCvg', symObjAddr: 0x1C, symBinAddr: 0x44C7C, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x9BABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvg', symObjAddr: 0x24, symBinAddr: 0x44C84, symSize: 0x34 }
+ - { offsetInCU: 0xCF, offset: 0x9BAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvs', symObjAddr: 0x58, symBinAddr: 0x44CB8, symSize: 0x44 }
+ - { offsetInCU: 0xEB, offset: 0x9BAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvM', symObjAddr: 0x9C, symBinAddr: 0x44CFC, symSize: 0x3C }
+ - { offsetInCU: 0x107, offset: 0x9BB10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvM.resume.0', symObjAddr: 0xD8, symBinAddr: 0x44D38, symSize: 0x4 }
+ - { offsetInCU: 0x123, offset: 0x9BB2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC11customItemsSDyS2SGvg', symObjAddr: 0xDC, symBinAddr: 0x44D3C, symSize: 0x8 }
+ - { offsetInCU: 0x13F, offset: 0x9BB48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE4, symBinAddr: 0x44D44, symSize: 0x48 }
+ - { offsetInCU: 0x164, offset: 0x9BB6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x12C, symBinAddr: 0x44D8C, symSize: 0x45C }
+ - { offsetInCU: 0x1F8, offset: 0x9BC01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0VtcfC', symObjAddr: 0x79C, symBinAddr: 0x45250, symSize: 0xBC }
+ - { offsetInCU: 0x216, offset: 0x9BC1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0Vtcfc', symObjAddr: 0x858, symBinAddr: 0x4530C, symSize: 0xD8 }
+ - { offsetInCU: 0x318, offset: 0x9BD21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6update4withyAA10DirectCallC_tF', symObjAddr: 0x930, symBinAddr: 0x453E4, symSize: 0x208 }
+ - { offsetInCU: 0x457, offset: 0x9BE60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0xB38, symBinAddr: 0x455EC, symSize: 0x2C }
+ - { offsetInCU: 0x4B6, offset: 0x9BEBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0xB64, symBinAddr: 0x45618, symSize: 0x2C }
+ - { offsetInCU: 0x513, offset: 0x9BF1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfd', symObjAddr: 0xBBC, symBinAddr: 0x45670, symSize: 0x4C }
+ - { offsetInCU: 0x556, offset: 0x9BF5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfD', symObjAddr: 0xC08, symBinAddr: 0x456BC, symSize: 0x1C }
+ - { offsetInCU: 0x592, offset: 0x9BF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xC24, symBinAddr: 0x456D8, symSize: 0x10 }
+ - { offsetInCU: 0x5C5, offset: 0x9BFCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCMa', symObjAddr: 0x650, symBinAddr: 0x451E8, symSize: 0x20 }
+ - { offsetInCU: 0x5D9, offset: 0x9BFE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCAA0F0CSeAAWl', symObjAddr: 0x6B4, symBinAddr: 0x45208, symSize: 0x48 }
+ - { offsetInCU: 0x743, offset: 0x9C14C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfE', symObjAddr: 0xB90, symBinAddr: 0x45644, symSize: 0x2C }
+ - { offsetInCU: 0x770, offset: 0x9C179, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14SBCLogReceiver_p_Tg5Tf4d_n', symObjAddr: 0xC34, symBinAddr: 0x456E8, symSize: 0xC }
+ - { offsetInCU: 0x793, offset: 0x9C19C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14StatisticValueCySdG_Tg5Tf4d_n', symObjAddr: 0xC40, symBinAddr: 0x456F4, symSize: 0x58 }
+ - { offsetInCU: 0x7C0, offset: 0x9C1C9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls11VideoDeviceC_Tg5Tf4d_n', symObjAddr: 0xC98, symBinAddr: 0x4574C, symSize: 0x54 }
+ - { offsetInCU: 0x7ED, offset: 0x9C1F6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls17RemoteParticipantC_Tg5Tf4d_n', symObjAddr: 0xCEC, symBinAddr: 0x457A0, symSize: 0x54 }
+ - { offsetInCU: 0x81A, offset: 0x9C223, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls11ParticipantC_Tg5Tf4d_n', symObjAddr: 0xD40, symBinAddr: 0x457F4, symSize: 0x54 }
+ - { offsetInCU: 0x847, offset: 0x9C250, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls19TransportStatisticsC_Tg5Tf4d_n', symObjAddr: 0xD94, symBinAddr: 0x45848, symSize: 0x54 }
+ - { offsetInCU: 0x874, offset: 0x9C27D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15AudioStatisticsC_Tg5Tf4d_n', symObjAddr: 0xDE8, symBinAddr: 0x4589C, symSize: 0x54 }
+ - { offsetInCU: 0x8A1, offset: 0x9C2AA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15VideoStatisticsC_Tg5Tf4d_n', symObjAddr: 0xE3C, symBinAddr: 0x458F0, symSize: 0x54 }
+ - { offsetInCU: 0x8CE, offset: 0x9C2D7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo16AVFrameRateRangeC_Tg5Tf4d_n', symObjAddr: 0xE90, symBinAddr: 0x45944, symSize: 0x64 }
+ - { offsetInCU: 0x8FB, offset: 0x9C304, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15DirectCallTimerC_Tg5Tf4d_n', symObjAddr: 0xEF4, symBinAddr: 0x459A8, symSize: 0x54 }
+ - { offsetInCU: 0x928, offset: 0x9C331, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls4RoomC_Tg5Tf4d_n', symObjAddr: 0xF48, symBinAddr: 0x459FC, symSize: 0x54 }
+ - { offsetInCU: 0x955, offset: 0x9C35E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo12RTCIceServerC_Tg5Tf4d_n', symObjAddr: 0xF9C, symBinAddr: 0x45A50, symSize: 0x64 }
+ - { offsetInCU: 0x982, offset: 0x9C38B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14DirectCallUserC_Tg5Tf4d_n', symObjAddr: 0x1044, symBinAddr: 0x45AB4, symSize: 0x54 }
+ - { offsetInCU: 0x9AF, offset: 0x9C3B8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SBTimerC_Tg5Tf4d_n', symObjAddr: 0x1174, symBinAddr: 0x45BD0, symSize: 0x54 }
+ - { offsetInCU: 0x9DC, offset: 0x9C3E5, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls10DirectCallC_Tg5Tf4d_n', symObjAddr: 0x11C8, symBinAddr: 0x45C24, symSize: 0x54 }
+ - { offsetInCU: 0xA09, offset: 0x9C412, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls12LogCollectorC0J4ItemC_Tg5Tf4d_n', symObjAddr: 0x121C, symBinAddr: 0x45C78, symSize: 0x54 }
+ - { offsetInCU: 0xA36, offset: 0x9C43F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14StatisticValueCys5Int64VG_Tg5Tf4d_n', symObjAddr: 0x1270, symBinAddr: 0x45CCC, symSize: 0x58 }
+ - { offsetInCU: 0xA63, offset: 0x9C46C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SummaryC_Tg5Tf4d_n', symObjAddr: 0x12C8, symBinAddr: 0x45D24, symSize: 0x54 }
+ - { offsetInCU: 0xA90, offset: 0x9C499, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8SBCErrorC_Tg5Tf4d_n', symObjAddr: 0x131C, symBinAddr: 0x45D78, symSize: 0x54 }
+ - { offsetInCU: 0xABD, offset: 0x9C4C6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls0gH12CallDelegate_p_Tg5Tf4d_n', symObjAddr: 0x1370, symBinAddr: 0x45DCC, symSize: 0xC }
+ - { offsetInCU: 0xAD5, offset: 0x9C4DE, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8RecorderC_Tg5Tf4d_n', symObjAddr: 0x137C, symBinAddr: 0x45DD8, symSize: 0x54 }
+ - { offsetInCU: 0xB02, offset: 0x9C50B, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo15RTCIceCandidateC_Tg5Tf4d_n', symObjAddr: 0x13D0, symBinAddr: 0x45E2C, symSize: 0x64 }
+ - { offsetInCU: 0xB2F, offset: 0x9C538, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo17RTCPeerConnectionC_Tg5Tf4d_n', symObjAddr: 0x1434, symBinAddr: 0x45E90, symSize: 0x64 }
+ - { offsetInCU: 0xB5C, offset: 0x9C565, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCG_Tg5Tf4d_n', symObjAddr: 0x1498, symBinAddr: 0x45EF4, symSize: 0x58 }
+ - { offsetInCU: 0xB89, offset: 0x9C592, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls22DirectCallEventCommandC_Tg5Tf4d_n', symObjAddr: 0x14F0, symBinAddr: 0x45F4C, symSize: 0x54 }
+ - { offsetInCU: 0xBB6, offset: 0x9C5BF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14AcceptResponseC_Tg5Tf4d_n', symObjAddr: 0x1544, symBinAddr: 0x45FA0, symSize: 0x54 }
+ - { offsetInCU: 0xBE3, offset: 0x9C5EC, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15DeclineResponseC_Tg5Tf4d_n', symObjAddr: 0x1598, symBinAddr: 0x45FF4, symSize: 0x54 }
+ - { offsetInCU: 0xC10, offset: 0x9C619, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls13WeakReferenceCyAF14SBCLogReceiver_pG_Tg5Tf4d_n', symObjAddr: 0x15EC, symBinAddr: 0x46048, symSize: 0x58 }
+ - { offsetInCU: 0xC3D, offset: 0x9C646, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls9CandidateC_Tg5Tf4d_n', symObjAddr: 0x1644, symBinAddr: 0x460A0, symSize: 0x54 }
+ - { offsetInCU: 0xC6A, offset: 0x9C673, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15RequestResenderC_Tg5Tf4d_n', symObjAddr: 0x1698, symBinAddr: 0x460F4, symSize: 0x54 }
+ - { offsetInCU: 0xC97, offset: 0x9C6A0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls6LoggerV12ObserverInfoC_Tg5Tf4d_n', symObjAddr: 0x16EC, symBinAddr: 0x46148, symSize: 0x54 }
+ - { offsetInCU: 0xCC4, offset: 0x9C6CD, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8SequenceC_Tg5Tf4d_n', symObjAddr: 0x1740, symBinAddr: 0x4619C, symSize: 0x54 }
+ - { offsetInCU: 0xCF1, offset: 0x9C6FA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9SecKeyRefa_Tg5Tf4d_n', symObjAddr: 0x1794, symBinAddr: 0x461F0, symSize: 0x54 }
+ - { offsetInCU: 0xD1E, offset: 0x9C727, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls0gH17RecordingDelegate_p_Tg5Tf4d_n', symObjAddr: 0x17E8, symBinAddr: 0x46244, symSize: 0xC }
+ - { offsetInCU: 0xD36, offset: 0x9C73F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SSLCertC_Tg5Tf4d_n', symObjAddr: 0x17F4, symBinAddr: 0x46250, symSize: 0x54 }
+ - { offsetInCU: 0xD63, offset: 0x9C76C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo17SecCertificateRefa_Tg5Tf4d_n', symObjAddr: 0x1848, symBinAddr: 0x462A4, symSize: 0x54 }
+ - { offsetInCU: 0xD90, offset: 0x9C799, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls9WebSocketC10WSResponseC_Tg5Tf4d_n', symObjAddr: 0x189C, symBinAddr: 0x462F8, symSize: 0x54 }
+ - { offsetInCU: 0x4B, offset: 0x9CBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x46384, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9CBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x46390, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9CBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x463C0, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x9CC05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x46404, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9CC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x46440, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x9CC3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x46444, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x9CC62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x4648C, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x9CD53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x46790, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x9CE04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x46898, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x9CEEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x46978, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x9CF4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x469A4, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x9CFA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x469D8, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x9CFF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x46A0C, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9D051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x870, symBinAddr: 0x46A48, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x9D06D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x46A9C, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x9D089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x46AC4, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x9D0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x914, symBinAddr: 0x46AEC, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x9D0D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x46B6C, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x9D103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x46770, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x9D1D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x469D0, symSize: 0x8 }
+ - { offsetInCU: 0x8F, offset: 0x9D4C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateC14didReceiveDial7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x0, symBinAddr: 0x46C28, symSize: 0x70 }
+ - { offsetInCU: 0xF8, offset: 0x9D52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateC20didOtherDeviceAccept7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x7C, symBinAddr: 0x46CA4, symSize: 0x9C }
+ - { offsetInCU: 0x161, offset: 0x9D597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCACycfC', symObjAddr: 0x1FC, symBinAddr: 0x46E24, symSize: 0x10 }
+ - { offsetInCU: 0x17F, offset: 0x9D5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCACycfc', symObjAddr: 0x20C, symBinAddr: 0x46E34, symSize: 0x8 }
+ - { offsetInCU: 0x1AE, offset: 0x9D5E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCfd', symObjAddr: 0x214, symBinAddr: 0x46E3C, symSize: 0x8 }
+ - { offsetInCU: 0x1DD, offset: 0x9D613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCfD', symObjAddr: 0x21C, symBinAddr: 0x46E44, symSize: 0x10 }
+ - { offsetInCU: 0x22B, offset: 0x9D661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCMa', symObjAddr: 0x22C, symBinAddr: 0x46E54, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x9D843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x46E74, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x9D867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x46E74, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x9D87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x46E80, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9D897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x46EB0, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x9D8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x46EF4, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x9D8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x46F30, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x9D8EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x46F34, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x9D910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x46F7C, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x9DA01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x47280, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x9DAB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x47394, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x9DB99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x47480, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x9DBF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x474AC, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x9DC55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfd', symObjAddr: 0x804, symBinAddr: 0x474E0, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x9DCA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x47514, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x9DCFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x47550, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x9DD1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x47578, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x9DD37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x475A0, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x9DD53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x475F0, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x9DD7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x4761C, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x9DDB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x47260, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x9DE82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x474D8, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x9E10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x476D0, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x9E123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x476D0, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x9E13D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x476D4, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x9E16E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x47710, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x9E18F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x47738, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x9E1C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x47778, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x9E1DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x4777C, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x9E1F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB4, symBinAddr: 0x47784, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x9E20C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appIdSSvg', symObjAddr: 0xBC, symBinAddr: 0x4778C, symSize: 0x2C }
+ - { offsetInCU: 0x144, offset: 0x9E228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV11accessTokenSSSgvg', symObjAddr: 0xE8, symBinAddr: 0x477B8, symSize: 0x2C }
+ - { offsetInCU: 0x160, offset: 0x9E244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV8bundleIdSSSgvg', symObjAddr: 0x114, symBinAddr: 0x477E4, symSize: 0x2C }
+ - { offsetInCU: 0x17C, offset: 0x9E260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV4typeSSvg', symObjAddr: 0x140, symBinAddr: 0x47810, symSize: 0x2C }
+ - { offsetInCU: 0x198, offset: 0x9E27C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x16C, symBinAddr: 0x4783C, symSize: 0x8 }
+ - { offsetInCU: 0x1B4, offset: 0x9E298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvs', symObjAddr: 0x174, symBinAddr: 0x47844, symSize: 0x8 }
+ - { offsetInCU: 0x1D0, offset: 0x9E2B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvM', symObjAddr: 0x17C, symBinAddr: 0x4784C, symSize: 0x10 }
+ - { offsetInCU: 0x1EC, offset: 0x9E2D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvM.resume.0', symObjAddr: 0x18C, symBinAddr: 0x4785C, symSize: 0x4 }
+ - { offsetInCU: 0x208, offset: 0x9E2EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appId04userG011accessToken06bundleG0ACSS_S2SSgAHtcfC', symObjAddr: 0x190, symBinAddr: 0x47860, symSize: 0x54 }
+ - { offsetInCU: 0x23C, offset: 0x9E320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8rawValueAGSgSS_tcfC', symObjAddr: 0x1E4, symBinAddr: 0x478B4, symSize: 0x6C }
+ - { offsetInCU: 0x275, offset: 0x9E359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO11stringValueAGSgSS_tcfC', symObjAddr: 0x250, symBinAddr: 0x47920, symSize: 0x6C }
+ - { offsetInCU: 0x2AB, offset: 0x9E38F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8intValueAGSgSi_tcfC', symObjAddr: 0x2BC, symBinAddr: 0x4798C, symSize: 0x8 }
+ - { offsetInCU: 0x2D2, offset: 0x9E3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8intValueSiSgvg', symObjAddr: 0x2C4, symBinAddr: 0x47994, symSize: 0xC }
+ - { offsetInCU: 0x2F9, offset: 0x9E3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8rawValueSSvg', symObjAddr: 0x2D0, symBinAddr: 0x479A0, symSize: 0x34 }
+ - { offsetInCU: 0x320, offset: 0x9E404, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO11stringValueSSvg', symObjAddr: 0x304, symBinAddr: 0x479D4, symSize: 0x34 }
+ - { offsetInCU: 0x356, offset: 0x9E43A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x4BC, symBinAddr: 0x47B8C, symSize: 0x70 }
+ - { offsetInCU: 0x38A, offset: 0x9E46E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x52C, symBinAddr: 0x47BFC, symSize: 0x28 }
+ - { offsetInCU: 0x39E, offset: 0x9E482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP11stringValueSSvgTW', symObjAddr: 0x554, symBinAddr: 0x47C24, symSize: 0x8 }
+ - { offsetInCU: 0x3D4, offset: 0x9E4B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0x47C2C, symSize: 0x74 }
+ - { offsetInCU: 0x41F, offset: 0x9E503, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x5D0, symBinAddr: 0x47CA0, symSize: 0xC }
+ - { offsetInCU: 0x43B, offset: 0x9E51F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x5DC, symBinAddr: 0x47CAC, symSize: 0xC }
+ - { offsetInCU: 0x481, offset: 0x9E565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x638, symBinAddr: 0x47D08, symSize: 0x5C }
+ - { offsetInCU: 0x4D9, offset: 0x9E5BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x694, symBinAddr: 0x47D64, symSize: 0x5C }
+ - { offsetInCU: 0x541, offset: 0x9E625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x6F0, symBinAddr: 0x47DC0, symSize: 0x8 }
+ - { offsetInCU: 0x568, offset: 0x9E64C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x6F8, symBinAddr: 0x47DC8, symSize: 0xC }
+ - { offsetInCU: 0x58F, offset: 0x9E673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x704, symBinAddr: 0x47DD4, symSize: 0x20 }
+ - { offsetInCU: 0x5C8, offset: 0x9E6AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x724, symBinAddr: 0x47DF4, symSize: 0x20 }
+ - { offsetInCU: 0x5F6, offset: 0x9E6DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x724, symBinAddr: 0x47DF4, symSize: 0x20 }
+ - { offsetInCU: 0x621, offset: 0x9E705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x8C8, symBinAddr: 0x47F98, symSize: 0x64 }
+ - { offsetInCU: 0x687, offset: 0x9E76B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x92C, symBinAddr: 0x47FFC, symSize: 0x28 }
+ - { offsetInCU: 0x69B, offset: 0x9E77F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x954, symBinAddr: 0x48024, symSize: 0x8 }
+ - { offsetInCU: 0x6D1, offset: 0x9E7B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x95C, symBinAddr: 0x4802C, symSize: 0x68 }
+ - { offsetInCU: 0x756, offset: 0x9E83A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x9C4, symBinAddr: 0x48094, symSize: 0xC }
+ - { offsetInCU: 0x772, offset: 0x9E856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x9D0, symBinAddr: 0x480A0, symSize: 0xC }
+ - { offsetInCU: 0x78F, offset: 0x9E873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xA2C, symBinAddr: 0x480FC, symSize: 0x288 }
+ - { offsetInCU: 0x811, offset: 0x9E8F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0xCB4, symBinAddr: 0x48384, symSize: 0x40 }
+ - { offsetInCU: 0x848, offset: 0x9E92C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xCF4, symBinAddr: 0x483C4, symSize: 0x8 }
+ - { offsetInCU: 0x873, offset: 0x9E957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xCFC, symBinAddr: 0x483CC, symSize: 0x8 }
+ - { offsetInCU: 0x8A5, offset: 0x9E989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD04, symBinAddr: 0x483D4, symSize: 0x8 }
+ - { offsetInCU: 0x8C1, offset: 0x9E9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD0C, symBinAddr: 0x483DC, symSize: 0x48 }
+ - { offsetInCU: 0x8E4, offset: 0x9E9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appId04userG011accessToken06bundleG0ACSS_S2SSgAHtcfCTf4nnnnd_n', symObjAddr: 0xD54, symBinAddr: 0x48424, symSize: 0x12C }
+ - { offsetInCU: 0x9EA, offset: 0x9EACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xEE4, symBinAddr: 0x48550, symSize: 0x44 }
+ - { offsetInCU: 0x9FE, offset: 0x9EAE2, size: 0x8, addend: 0x0, symName: '_$sSSSgWOb', symObjAddr: 0xF28, symBinAddr: 0x48594, symSize: 0x48 }
+ - { offsetInCU: 0xA12, offset: 0x9EAF6, size: 0x8, addend: 0x0, symName: '_$sSSSgWOr', symObjAddr: 0xF70, symBinAddr: 0x485DC, symSize: 0x28 }
+ - { offsetInCU: 0xA26, offset: 0x9EB0A, size: 0x8, addend: 0x0, symName: '_$sSSSgWOs', symObjAddr: 0x1038, symBinAddr: 0x48604, symSize: 0x28 }
+ - { offsetInCU: 0xA3A, offset: 0x9EB1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs0fJ0AAWl', symObjAddr: 0x1060, symBinAddr: 0x4862C, symSize: 0x44 }
+ - { offsetInCU: 0xA4E, offset: 0x9EB32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASQWb', symObjAddr: 0x10A4, symBinAddr: 0x48670, symSize: 0x4 }
+ - { offsetInCU: 0xA62, offset: 0x9EB46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGSQAAWl', symObjAddr: 0x10A8, symBinAddr: 0x48674, symSize: 0x44 }
+ - { offsetInCU: 0xA76, offset: 0x9EB5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10EC, symBinAddr: 0x486B8, symSize: 0x4 }
+ - { offsetInCU: 0xA8A, offset: 0x9EB6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10F0, symBinAddr: 0x486BC, symSize: 0x44 }
+ - { offsetInCU: 0xA9E, offset: 0x9EB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1134, symBinAddr: 0x48700, symSize: 0x4 }
+ - { offsetInCU: 0xAB2, offset: 0x9EB96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1138, symBinAddr: 0x48704, symSize: 0x44 }
+ - { offsetInCU: 0xAC6, offset: 0x9EBAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x117C, symBinAddr: 0x48748, symSize: 0x4 }
+ - { offsetInCU: 0xADA, offset: 0x9EBBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1180, symBinAddr: 0x4874C, symSize: 0x44 }
+ - { offsetInCU: 0xAEE, offset: 0x9EBD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x11C4, symBinAddr: 0x48790, symSize: 0x4 }
+ - { offsetInCU: 0xB02, offset: 0x9EBE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x11C8, symBinAddr: 0x48794, symSize: 0x44 }
+ - { offsetInCU: 0xB16, offset: 0x9EBFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x120C, symBinAddr: 0x487D8, symSize: 0x4 }
+ - { offsetInCU: 0xB2A, offset: 0x9EC0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1210, symBinAddr: 0x487DC, symSize: 0x44 }
+ - { offsetInCU: 0xB3E, offset: 0x9EC22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA14APIRequestableAAWI', symObjAddr: 0x1254, symBinAddr: 0x48820, symSize: 0x24 }
+ - { offsetInCU: 0xB52, offset: 0x9EC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA11RequestableAAWl', symObjAddr: 0x1278, symBinAddr: 0x48844, symSize: 0x44 }
+ - { offsetInCU: 0xB66, offset: 0x9EC4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x12BC, symBinAddr: 0x48888, symSize: 0x4 }
+ - { offsetInCU: 0xB7A, offset: 0x9EC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA11RequestableAAWI', symObjAddr: 0x1304, symBinAddr: 0x4888C, symSize: 0x2C }
+ - { offsetInCU: 0xB8E, offset: 0x9EC72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA0E0AAWl', symObjAddr: 0x1330, symBinAddr: 0x488B8, symSize: 0x44 }
+ - { offsetInCU: 0xBA2, offset: 0x9EC86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1374, symBinAddr: 0x488FC, symSize: 0x44 }
+ - { offsetInCU: 0xBB6, offset: 0x9EC9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0AAWI', symObjAddr: 0x13B8, symBinAddr: 0x48940, symSize: 0x24 }
+ - { offsetInCU: 0xBCA, offset: 0x9ECAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVACSEAAWl', symObjAddr: 0x13DC, symBinAddr: 0x48964, symSize: 0x44 }
+ - { offsetInCU: 0xBDE, offset: 0x9ECC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1420, symBinAddr: 0x489A8, symSize: 0x24 }
+ - { offsetInCU: 0xBF2, offset: 0x9ECD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwCP', symObjAddr: 0x1444, symBinAddr: 0x489CC, symSize: 0x30 }
+ - { offsetInCU: 0xC06, offset: 0x9ECEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwxx', symObjAddr: 0x1474, symBinAddr: 0x489FC, symSize: 0x40 }
+ - { offsetInCU: 0xC1A, offset: 0x9ECFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwcp', symObjAddr: 0x14B4, symBinAddr: 0x48A3C, symSize: 0x8C }
+ - { offsetInCU: 0xC2E, offset: 0x9ED12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwca', symObjAddr: 0x1540, symBinAddr: 0x48AC8, symSize: 0xD4 }
+ - { offsetInCU: 0xC42, offset: 0x9ED26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwta', symObjAddr: 0x1638, symBinAddr: 0x48B9C, symSize: 0x84 }
+ - { offsetInCU: 0xC56, offset: 0x9ED3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwet', symObjAddr: 0x16BC, symBinAddr: 0x48C20, symSize: 0x48 }
+ - { offsetInCU: 0xC6A, offset: 0x9ED4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwst', symObjAddr: 0x1704, symBinAddr: 0x48C68, symSize: 0x58 }
+ - { offsetInCU: 0xC7E, offset: 0x9ED62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVMa', symObjAddr: 0x175C, symBinAddr: 0x48CC0, symSize: 0x10 }
+ - { offsetInCU: 0xC92, offset: 0x9ED76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwet', symObjAddr: 0x177C, symBinAddr: 0x48CD0, symSize: 0x90 }
+ - { offsetInCU: 0xCA6, offset: 0x9ED8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwst', symObjAddr: 0x180C, symBinAddr: 0x48D60, symSize: 0xBC }
+ - { offsetInCU: 0xCBA, offset: 0x9ED9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwug', symObjAddr: 0x18C8, symBinAddr: 0x48E1C, symSize: 0x8 }
+ - { offsetInCU: 0xCCE, offset: 0x9EDB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwup', symObjAddr: 0x18D0, symBinAddr: 0x48E24, symSize: 0x4 }
+ - { offsetInCU: 0xCE2, offset: 0x9EDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwui', symObjAddr: 0x18D4, symBinAddr: 0x48E28, symSize: 0x8 }
+ - { offsetInCU: 0xCF6, offset: 0x9EDDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOMa', symObjAddr: 0x18DC, symBinAddr: 0x48E30, symSize: 0x10 }
+ - { offsetInCU: 0xD0A, offset: 0x9EDEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwet', symObjAddr: 0x18EC, symBinAddr: 0x48E40, symSize: 0x90 }
+ - { offsetInCU: 0xD1E, offset: 0x9EE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwst', symObjAddr: 0x197C, symBinAddr: 0x48ED0, symSize: 0xBC }
+ - { offsetInCU: 0xD32, offset: 0x9EE16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwug', symObjAddr: 0x1A38, symBinAddr: 0x48F8C, symSize: 0x8 }
+ - { offsetInCU: 0xD46, offset: 0x9EE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwup', symObjAddr: 0x1A40, symBinAddr: 0x48F94, symSize: 0x4 }
+ - { offsetInCU: 0xD5A, offset: 0x9EE3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwui', symObjAddr: 0x1A44, symBinAddr: 0x48F98, symSize: 0xC }
+ - { offsetInCU: 0xD6E, offset: 0x9EE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOMa', symObjAddr: 0x1A50, symBinAddr: 0x48FA4, symSize: 0x10 }
+ - { offsetInCU: 0xDBD, offset: 0x9EEA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x338, symBinAddr: 0x47A08, symSize: 0x88 }
+ - { offsetInCU: 0xE6C, offset: 0x9EF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x3C0, symBinAddr: 0x47A90, symSize: 0x60 }
+ - { offsetInCU: 0xF02, offset: 0x9EFE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x420, symBinAddr: 0x47AF0, symSize: 0x40 }
+ - { offsetInCU: 0xF54, offset: 0x9F038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x460, symBinAddr: 0x47B30, symSize: 0x5C }
+ - { offsetInCU: 0xFC8, offset: 0x9F0AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x5E8, symBinAddr: 0x47CB8, symSize: 0x28 }
+ - { offsetInCU: 0xFE4, offset: 0x9F0C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x610, symBinAddr: 0x47CE0, symSize: 0x28 }
+ - { offsetInCU: 0x1015, offset: 0x9F0F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x744, symBinAddr: 0x47E14, symSize: 0x88 }
+ - { offsetInCU: 0x10C4, offset: 0x9F1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x7CC, symBinAddr: 0x47E9C, symSize: 0x60 }
+ - { offsetInCU: 0x1142, offset: 0x9F226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x82C, symBinAddr: 0x47EFC, symSize: 0x40 }
+ - { offsetInCU: 0x1194, offset: 0x9F278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x86C, symBinAddr: 0x47F3C, symSize: 0x5C }
+ - { offsetInCU: 0x11F0, offset: 0x9F2D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x9DC, symBinAddr: 0x480AC, symSize: 0x28 }
+ - { offsetInCU: 0x120C, offset: 0x9F2F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xA04, symBinAddr: 0x480D4, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x9F57C, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7gzippedSSSgyF', symObjAddr: 0x0, symBinAddr: 0x48FB8, symSize: 0x140 }
+ - { offsetInCU: 0x3F, offset: 0x9F594, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7gzippedSSSgyF', symObjAddr: 0x0, symBinAddr: 0x48FB8, symSize: 0x140 }
+ - { offsetInCU: 0xB3, offset: 0x9F608, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x140, symBinAddr: 0x490F8, symSize: 0x44 }
+ - { offsetInCU: 0xC7, offset: 0x9F61C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x184, symBinAddr: 0x4913C, symSize: 0x14 }
+ - { offsetInCU: 0xDB, offset: 0x9F630, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9gunzippedSSSgyF', symObjAddr: 0x22C, symBinAddr: 0x49150, symSize: 0x144 }
+ - { offsetInCU: 0x27, offset: 0x9F88D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x49294, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x9F8B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x49294, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x9F8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x4, symBinAddr: 0x49298, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x9F8E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV8pushType5token6userIdAcA0eI0O_SSSgSStcfC', symObjAddr: 0xC, symBinAddr: 0x492A0, symSize: 0x60 }
+ - { offsetInCU: 0xD2, offset: 0x9F938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV8pushType5token6userIdAcA0eI0O_SSSgSStcfcAA7URLPathVyXEfU_', symObjAddr: 0x6C, symBinAddr: 0x49300, symSize: 0x154 }
+ - { offsetInCU: 0x238, offset: 0x9FA9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x49454, symSize: 0x4 }
+ - { offsetInCU: 0x275, offset: 0x9FADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x390, symBinAddr: 0x495E0, symSize: 0x8 }
+ - { offsetInCU: 0x2A0, offset: 0x9FB06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x398, symBinAddr: 0x495E8, symSize: 0x8 }
+ - { offsetInCU: 0x2D2, offset: 0x9FB38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x42C, symBinAddr: 0x4967C, symSize: 0x4 }
+ - { offsetInCU: 0x38A, offset: 0x9FBF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0x1C4, symBinAddr: 0x49458, symSize: 0x24 }
+ - { offsetInCU: 0x39E, offset: 0x9FC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0x1E8, symBinAddr: 0x4947C, symSize: 0x44 }
+ - { offsetInCU: 0x3B2, offset: 0x9FC18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x22C, symBinAddr: 0x494C0, symSize: 0x24 }
+ - { offsetInCU: 0x3C6, offset: 0x9FC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0x250, symBinAddr: 0x494E4, symSize: 0x44 }
+ - { offsetInCU: 0x3DA, offset: 0x9FC40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA11RequestableAAWI', symObjAddr: 0x294, symBinAddr: 0x49528, symSize: 0x2C }
+ - { offsetInCU: 0x3EE, offset: 0x9FC54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA0G0AAWl', symObjAddr: 0x2C0, symBinAddr: 0x49554, symSize: 0x44 }
+ - { offsetInCU: 0x402, offset: 0x9FC68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x304, symBinAddr: 0x49598, symSize: 0x44 }
+ - { offsetInCU: 0x416, offset: 0x9FC7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x348, symBinAddr: 0x495DC, symSize: 0x4 }
+ - { offsetInCU: 0x42A, offset: 0x9FC90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0AAWI', symObjAddr: 0x3A0, symBinAddr: 0x495F0, symSize: 0x24 }
+ - { offsetInCU: 0x43E, offset: 0x9FCA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVACSEAAWl', symObjAddr: 0x3C4, symBinAddr: 0x49614, symSize: 0x44 }
+ - { offsetInCU: 0x452, offset: 0x9FCB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x408, symBinAddr: 0x49658, symSize: 0x24 }
+ - { offsetInCU: 0x466, offset: 0x9FCCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwCP', symObjAddr: 0x430, symBinAddr: 0x49680, symSize: 0x34 }
+ - { offsetInCU: 0x47A, offset: 0x9FCE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwxx', symObjAddr: 0x464, symBinAddr: 0x496B4, symSize: 0x8 }
+ - { offsetInCU: 0x48E, offset: 0x9FCF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwcp', symObjAddr: 0x46C, symBinAddr: 0x496BC, symSize: 0x34 }
+ - { offsetInCU: 0x4A2, offset: 0x9FD08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwca', symObjAddr: 0x4A0, symBinAddr: 0x496F0, symSize: 0x40 }
+ - { offsetInCU: 0x4B6, offset: 0x9FD1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwta', symObjAddr: 0x4EC, symBinAddr: 0x49730, symSize: 0x38 }
+ - { offsetInCU: 0x4CA, offset: 0x9FD30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwet', symObjAddr: 0x524, symBinAddr: 0x49768, symSize: 0x48 }
+ - { offsetInCU: 0x4DE, offset: 0x9FD44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwst', symObjAddr: 0x56C, symBinAddr: 0x497B0, symSize: 0x3C }
+ - { offsetInCU: 0x4F2, offset: 0x9FD58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVMa', symObjAddr: 0x5A8, symBinAddr: 0x497EC, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9FF9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x497FC, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x9FFB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x497FC, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x9FFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x49800, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xA0001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x4983C, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xA0022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x49864, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xA0053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x498A4, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xA006F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x498A8, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0xA008B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x498AC, symSize: 0x94 }
+ - { offsetInCU: 0x197, offset: 0xA010E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV12isWSRequiredSbvg', symObjAddr: 0x184, symBinAddr: 0x49940, symSize: 0x8 }
+ - { offsetInCU: 0x1B3, offset: 0xA012A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6roomIdSSvg', symObjAddr: 0x18C, symBinAddr: 0x49948, symSize: 0x30 }
+ - { offsetInCU: 0x1CF, offset: 0xA0146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV14isAudioEnabledSbvg', symObjAddr: 0x1BC, symBinAddr: 0x49978, symSize: 0x8 }
+ - { offsetInCU: 0x1EB, offset: 0xA0162, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV14isVideoEnabledSbvg', symObjAddr: 0x1C4, symBinAddr: 0x49980, symSize: 0x8 }
+ - { offsetInCU: 0x207, offset: 0xA017E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV12kickSiblingsSbvg', symObjAddr: 0x1CC, symBinAddr: 0x49988, symSize: 0x8 }
+ - { offsetInCU: 0x223, offset: 0xA019A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6roomId14isAudioEnabled0i5VideoK012kickSiblingsACSS_S3btcfC', symObjAddr: 0x1D4, symBinAddr: 0x49990, symSize: 0x34 }
+ - { offsetInCU: 0x28C, offset: 0xA0203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x208, symBinAddr: 0x499C4, symSize: 0x13C }
+ - { offsetInCU: 0x2E8, offset: 0xA025F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3AC, symBinAddr: 0x49B00, symSize: 0x8 }
+ - { offsetInCU: 0x313, offset: 0xA028A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x464, symBinAddr: 0x49B74, symSize: 0x40 }
+ - { offsetInCU: 0x34A, offset: 0xA02C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5C0, symBinAddr: 0x49CD0, symSize: 0x8 }
+ - { offsetInCU: 0x366, offset: 0xA02DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5C8, symBinAddr: 0x49CD8, symSize: 0x8 }
+ - { offsetInCU: 0x382, offset: 0xA02F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x65C, symBinAddr: 0x49D6C, symSize: 0x40 }
+ - { offsetInCU: 0x3C7, offset: 0xA033E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x3B4, symBinAddr: 0x49B08, symSize: 0x24 }
+ - { offsetInCU: 0x3DB, offset: 0xA0352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3D8, symBinAddr: 0x49B2C, symSize: 0x44 }
+ - { offsetInCU: 0x3EF, offset: 0xA0366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x41C, symBinAddr: 0x49B70, symSize: 0x4 }
+ - { offsetInCU: 0x403, offset: 0xA037A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x4A4, symBinAddr: 0x49BB4, symSize: 0x24 }
+ - { offsetInCU: 0x417, offset: 0xA038E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x4C8, symBinAddr: 0x49BD8, symSize: 0x44 }
+ - { offsetInCU: 0x42B, offset: 0xA03A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA11RequestableAAWI', symObjAddr: 0x50C, symBinAddr: 0x49C1C, symSize: 0x2C }
+ - { offsetInCU: 0x43F, offset: 0xA03B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA0F0AAWl', symObjAddr: 0x538, symBinAddr: 0x49C48, symSize: 0x44 }
+ - { offsetInCU: 0x453, offset: 0xA03CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x57C, symBinAddr: 0x49C8C, symSize: 0x44 }
+ - { offsetInCU: 0x467, offset: 0xA03DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0AAWI', symObjAddr: 0x5D0, symBinAddr: 0x49CE0, symSize: 0x24 }
+ - { offsetInCU: 0x47B, offset: 0xA03F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVACSEAAWl', symObjAddr: 0x5F4, symBinAddr: 0x49D04, symSize: 0x44 }
+ - { offsetInCU: 0x48F, offset: 0xA0406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x638, symBinAddr: 0x49D48, symSize: 0x24 }
+ - { offsetInCU: 0x4A3, offset: 0xA041A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwCP', symObjAddr: 0x69C, symBinAddr: 0x49DAC, symSize: 0x30 }
+ - { offsetInCU: 0x4B7, offset: 0xA042E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwxx', symObjAddr: 0x6CC, symBinAddr: 0x49DDC, symSize: 0x8 }
+ - { offsetInCU: 0x4CB, offset: 0xA0442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwcp', symObjAddr: 0x6D4, symBinAddr: 0x49DE4, symSize: 0x44 }
+ - { offsetInCU: 0x4DF, offset: 0xA0456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwca', symObjAddr: 0x718, symBinAddr: 0x49E28, symSize: 0x74 }
+ - { offsetInCU: 0x4F3, offset: 0xA046A, size: 0x8, addend: 0x0, symName: ___swift_memcpy27_8, symObjAddr: 0x78C, symBinAddr: 0x49E9C, symSize: 0x14 }
+ - { offsetInCU: 0x507, offset: 0xA047E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwta', symObjAddr: 0x7A0, symBinAddr: 0x49EB0, symSize: 0x5C }
+ - { offsetInCU: 0x51B, offset: 0xA0492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwet', symObjAddr: 0x7FC, symBinAddr: 0x49F0C, symSize: 0x48 }
+ - { offsetInCU: 0x52F, offset: 0xA04A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwst', symObjAddr: 0x844, symBinAddr: 0x49F54, symSize: 0x48 }
+ - { offsetInCU: 0x543, offset: 0xA04BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVMa', symObjAddr: 0x88C, symBinAddr: 0x49F9C, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0xA075D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvgTo', symObjAddr: 0xAC, symBinAddr: 0x4A05C, symSize: 0x10 }
+ - { offsetInCU: 0x89, offset: 0xA077D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvgTo', symObjAddr: 0xAC, symBinAddr: 0x4A05C, symSize: 0x10 }
+ - { offsetInCU: 0xA4, offset: 0xA0798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvg', symObjAddr: 0xBC, symBinAddr: 0x4A06C, symSize: 0x10 }
+ - { offsetInCU: 0x103, offset: 0xA07F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfC', symObjAddr: 0xCC, symBinAddr: 0x4A07C, symSize: 0x8C }
+ - { offsetInCU: 0x15E, offset: 0xA0852, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfc', symObjAddr: 0x158, symBinAddr: 0x4A108, symSize: 0x5C }
+ - { offsetInCU: 0x199, offset: 0xA088D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfcTo', symObjAddr: 0x1D4, symBinAddr: 0x4A184, symSize: 0x98 }
+ - { offsetInCU: 0x1F0, offset: 0xA08E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfC', symObjAddr: 0x26C, symBinAddr: 0x4A21C, symSize: 0x30 }
+ - { offsetInCU: 0x20E, offset: 0xA0902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfc', symObjAddr: 0x29C, symBinAddr: 0x4A24C, symSize: 0x16C }
+ - { offsetInCU: 0x292, offset: 0xA0986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfcTo', symObjAddr: 0x41C, symBinAddr: 0x4A3CC, symSize: 0x30 }
+ - { offsetInCU: 0x2AE, offset: 0xA09A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfC', symObjAddr: 0x44C, symBinAddr: 0x4A3FC, symSize: 0x20 }
+ - { offsetInCU: 0x2CC, offset: 0xA09C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfc', symObjAddr: 0x46C, symBinAddr: 0x4A41C, symSize: 0x2C }
+ - { offsetInCU: 0x32F, offset: 0xA0A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfcTo', symObjAddr: 0x498, symBinAddr: 0x4A448, symSize: 0x2C }
+ - { offsetInCU: 0x396, offset: 0xA0A8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCfD', symObjAddr: 0x4C4, symBinAddr: 0x4A474, symSize: 0x30 }
+ - { offsetInCU: 0x3D0, offset: 0xA0AC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8rawValueAESgSi_tcfC', symObjAddr: 0x534, symBinAddr: 0x4A4E4, symSize: 0x14 }
+ - { offsetInCU: 0x3EF, offset: 0xA0AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8rawValueSivg', symObjAddr: 0x548, symBinAddr: 0x4A4F8, symSize: 0x4 }
+ - { offsetInCU: 0x432, offset: 0xA0B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x60C, symBinAddr: 0x4A5BC, symSize: 0x20 }
+ - { offsetInCU: 0x463, offset: 0xA0B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x62C, symBinAddr: 0x4A5DC, symSize: 0xC }
+ - { offsetInCU: 0x480, offset: 0xA0B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCMa', symObjAddr: 0x1B4, symBinAddr: 0x4A164, symSize: 0x20 }
+ - { offsetInCU: 0x4E2, offset: 0xA0BD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8positionAESo09AVCaptureeF0V_tcfC', symObjAddr: 0x408, symBinAddr: 0x4A3B8, symSize: 0x14 }
+ - { offsetInCU: 0x52F, offset: 0xA0C23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCfETo', symObjAddr: 0x4F4, symBinAddr: 0x4A4A4, symSize: 0x40 }
+ - { offsetInCU: 0x57F, offset: 0xA0C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO5valueSo09AVCaptureeF0Vvg', symObjAddr: 0x638, symBinAddr: 0x4A5E8, symSize: 0x44 }
+ - { offsetInCU: 0x59E, offset: 0xA0C92, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsSo15AVCaptureDeviceCRszlE8filtered9predicateACSgAA05VideoE0C9PredicateO_tF', symObjAddr: 0x67C, symBinAddr: 0x4A62C, symSize: 0x74 }
+ - { offsetInCU: 0x666, offset: 0xA0D5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO12currentValueSSSgvg', symObjAddr: 0x6F0, symBinAddr: 0x4A6A0, symSize: 0x94 }
+ - { offsetInCU: 0x69A, offset: 0xA0D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO8newValueSSSgvg', symObjAddr: 0x784, symBinAddr: 0x4A734, symSize: 0x8C }
+ - { offsetInCU: 0x6FB, offset: 0xA0DEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO12isInProgressSbvg', symObjAddr: 0x810, symBinAddr: 0x4A7C0, symSize: 0x30 }
+ - { offsetInCU: 0x784, offset: 0xA0E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO8progress9deviceKeyySS_tF', symObjAddr: 0x840, symBinAddr: 0x4A7F0, symSize: 0x168 }
+ - { offsetInCU: 0x822, offset: 0xA0F16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO7successyyF', symObjAddr: 0x9A8, symBinAddr: 0x4A958, symSize: 0x80 }
+ - { offsetInCU: 0x870, offset: 0xA0F64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO6revertyyF', symObjAddr: 0xA28, symBinAddr: 0x4A9D8, symSize: 0xD0 }
+ - { offsetInCU: 0x995, offset: 0xA1089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOWOy', symObjAddr: 0xDA0, symBinAddr: 0x4AD50, symSize: 0x20 }
+ - { offsetInCU: 0x9A9, offset: 0xA109D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOWOe', symObjAddr: 0xDC0, symBinAddr: 0x4AD70, symSize: 0x20 }
+ - { offsetInCU: 0x9C4, offset: 0xA10B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOb', symObjAddr: 0xDE0, symBinAddr: 0x4AD90, symSize: 0x18 }
+ - { offsetInCU: 0x9DC, offset: 0xA10D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOb', symObjAddr: 0xDE0, symBinAddr: 0x4AD90, symSize: 0x18 }
+ - { offsetInCU: 0x9ED, offset: 0xA10E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOe', symObjAddr: 0xDF8, symBinAddr: 0x4ADA8, symSize: 0x50 }
+ - { offsetInCU: 0xA01, offset: 0xA10F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASQWb', symObjAddr: 0xE48, symBinAddr: 0x4ADF8, symSize: 0x4 }
+ - { offsetInCU: 0xA15, offset: 0xA1109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOAESQAAWl', symObjAddr: 0xE4C, symBinAddr: 0x4ADFC, symSize: 0x44 }
+ - { offsetInCU: 0xA29, offset: 0xA111D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOMa', symObjAddr: 0xEA4, symBinAddr: 0x4AE54, symSize: 0x10 }
+ - { offsetInCU: 0xA3D, offset: 0xA1131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwCP', symObjAddr: 0xEB4, symBinAddr: 0x4AE64, symSize: 0x48 }
+ - { offsetInCU: 0xA51, offset: 0xA1145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwxx', symObjAddr: 0xEFC, symBinAddr: 0x4AEAC, symSize: 0x10 }
+ - { offsetInCU: 0xA65, offset: 0xA1159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwcp', symObjAddr: 0xF0C, symBinAddr: 0x4AEBC, symSize: 0x48 }
+ - { offsetInCU: 0xA79, offset: 0xA116D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwca', symObjAddr: 0xF54, symBinAddr: 0x4AF04, symSize: 0x54 }
+ - { offsetInCU: 0xA8D, offset: 0xA1181, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0xFA8, symBinAddr: 0x4AF58, symSize: 0x14 }
+ - { offsetInCU: 0xAA1, offset: 0xA1195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwta', symObjAddr: 0xFBC, symBinAddr: 0x4AF6C, symSize: 0x44 }
+ - { offsetInCU: 0xAB5, offset: 0xA11A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwet', symObjAddr: 0x1000, symBinAddr: 0x4AFB0, symSize: 0x48 }
+ - { offsetInCU: 0xAC9, offset: 0xA11BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwst', symObjAddr: 0x1048, symBinAddr: 0x4AFF8, symSize: 0x44 }
+ - { offsetInCU: 0xADD, offset: 0xA11D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwug', symObjAddr: 0x108C, symBinAddr: 0x4B03C, symSize: 0x8 }
+ - { offsetInCU: 0xAF1, offset: 0xA11E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwup', symObjAddr: 0x1094, symBinAddr: 0x4B044, symSize: 0x4 }
+ - { offsetInCU: 0xB05, offset: 0xA11F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwui', symObjAddr: 0x1098, symBinAddr: 0x4B048, symSize: 0x8 }
+ - { offsetInCU: 0xB19, offset: 0xA120D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOMa', symObjAddr: 0x10A0, symBinAddr: 0x4B050, symSize: 0x10 }
+ - { offsetInCU: 0xB2D, offset: 0xA1221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwCP', symObjAddr: 0x10B0, symBinAddr: 0x4B060, symSize: 0x30 }
+ - { offsetInCU: 0xB41, offset: 0xA1235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOy', symObjAddr: 0x10E0, symBinAddr: 0x4B090, symSize: 0x48 }
+ - { offsetInCU: 0xB55, offset: 0xA1249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwxx', symObjAddr: 0x1128, symBinAddr: 0x4B0D8, symSize: 0x14 }
+ - { offsetInCU: 0xB69, offset: 0xA125D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwcp', symObjAddr: 0x113C, symBinAddr: 0x4B0EC, symSize: 0x60 }
+ - { offsetInCU: 0xB7D, offset: 0xA1271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwca', symObjAddr: 0x119C, symBinAddr: 0x4B14C, symSize: 0x70 }
+ - { offsetInCU: 0xB91, offset: 0xA1285, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x120C, symBinAddr: 0x4B1BC, symSize: 0x14 }
+ - { offsetInCU: 0xBA5, offset: 0xA1299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwta', symObjAddr: 0x1220, symBinAddr: 0x4B1D0, symSize: 0x48 }
+ - { offsetInCU: 0xBB9, offset: 0xA12AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwet', symObjAddr: 0x1268, symBinAddr: 0x4B218, symSize: 0x48 }
+ - { offsetInCU: 0xBCD, offset: 0xA12C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwst', symObjAddr: 0x12B0, symBinAddr: 0x4B260, symSize: 0x48 }
+ - { offsetInCU: 0xBE1, offset: 0xA12D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwug', symObjAddr: 0x12F8, symBinAddr: 0x4B2A8, symSize: 0x18 }
+ - { offsetInCU: 0xBF5, offset: 0xA12E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwup', symObjAddr: 0x1310, symBinAddr: 0x4B2C0, symSize: 0x4 }
+ - { offsetInCU: 0xC09, offset: 0xA12FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwui', symObjAddr: 0x1314, symBinAddr: 0x4B2C4, symSize: 0x1C }
+ - { offsetInCU: 0xC1D, offset: 0xA1311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOMa', symObjAddr: 0x1330, symBinAddr: 0x4B2E0, symSize: 0x10 }
+ - { offsetInCU: 0xC51, offset: 0xA1345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x54C, symBinAddr: 0x4A4FC, symSize: 0x14 }
+ - { offsetInCU: 0xCE2, offset: 0xA13D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH9hashValueSivgTW', symObjAddr: 0x560, symBinAddr: 0x4A510, symSize: 0x44 }
+ - { offsetInCU: 0xD91, offset: 0xA1485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5A4, symBinAddr: 0x4A554, symSize: 0x28 }
+ - { offsetInCU: 0xDE4, offset: 0xA14D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5CC, symBinAddr: 0x4A57C, symSize: 0x40 }
+ - { offsetInCU: 0xEB3, offset: 0xA15A7, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5023$sSa13SendBirdCallsSo15dE64CRszlE8filtered9predicateACSgAA05VideoE0C9PredicateO_tFSbACXEfU_0hiJ00pE0C0S0OTf1cn_nTf4ng_n', symObjAddr: 0xAF8, symBinAddr: 0x4AAA8, symSize: 0x298 }
+ - { offsetInCU: 0x27, offset: 0xA19B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x4B2F0, symSize: 0x80 }
+ - { offsetInCU: 0x9E, offset: 0xA1A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x4B2F0, symSize: 0x80 }
+ - { offsetInCU: 0xF2, offset: 0xA1A7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC16didICEDisconnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x80, symBinAddr: 0x4B370, symSize: 0x68 }
+ - { offsetInCU: 0x181, offset: 0xA1B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0xE8, symBinAddr: 0x4B3D8, symSize: 0xBC }
+ - { offsetInCU: 0x210, offset: 0xA1B9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x1A4, symBinAddr: 0x4B494, symSize: 0x84 }
+ - { offsetInCU: 0x2B0, offset: 0xA1C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC8didClose7contextyAA12WebRTCClientC_tF', symObjAddr: 0x228, symBinAddr: 0x4B518, symSize: 0x64 }
+ - { offsetInCU: 0x319, offset: 0xA1CA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCACycfC', symObjAddr: 0x28C, symBinAddr: 0x4B57C, symSize: 0x10 }
+ - { offsetInCU: 0x337, offset: 0xA1CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCACycfc', symObjAddr: 0x29C, symBinAddr: 0x4B58C, symSize: 0x8 }
+ - { offsetInCU: 0x366, offset: 0xA1CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCfd', symObjAddr: 0x2A4, symBinAddr: 0x4B594, symSize: 0x8 }
+ - { offsetInCU: 0x395, offset: 0xA1D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCfD', symObjAddr: 0x2AC, symBinAddr: 0x4B59C, symSize: 0x10 }
+ - { offsetInCU: 0x42B, offset: 0xA1DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCMa', symObjAddr: 0x300, symBinAddr: 0x4B5AC, symSize: 0x20 }
+ - { offsetInCU: 0x43, offset: 0xA201B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegatePAAE3add5timeryAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0x4B5CC, symSize: 0x4 }
+ - { offsetInCU: 0x6A, offset: 0xA2042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegatePAAE6remove5timeryAA0D0C_tF', symObjAddr: 0x4, symBinAddr: 0x4B5D0, symSize: 0x4 }
+ - { offsetInCU: 0x9D, offset: 0xA2075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvg', symObjAddr: 0x8, symBinAddr: 0x4B5D4, symSize: 0x140 }
+ - { offsetInCU: 0x12B, offset: 0xA2103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvgyyXEfU_', symObjAddr: 0x148, symBinAddr: 0x4B714, symSize: 0x1B0 }
+ - { offsetInCU: 0x34A, offset: 0xA2322, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC10timerQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x38C, symBinAddr: 0x4B958, symSize: 0x8 }
+ - { offsetInCU: 0x366, offset: 0xA233E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC5firstAA0D0CSgvg', symObjAddr: 0x394, symBinAddr: 0x4B960, symSize: 0xA0 }
+ - { offsetInCU: 0x4A5, offset: 0xA247D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfC', symObjAddr: 0x434, symBinAddr: 0x4BA00, symSize: 0x3C }
+ - { offsetInCU: 0x4C3, offset: 0xA249B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfc', symObjAddr: 0x470, symBinAddr: 0x4BA3C, symSize: 0x1CC }
+ - { offsetInCU: 0x5D4, offset: 0xA25AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC5timer10identifierAA0D0CSgSS_tF', symObjAddr: 0x63C, symBinAddr: 0x4BC08, symSize: 0xE8 }
+ - { offsetInCU: 0x77B, offset: 0xA2753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyF', symObjAddr: 0x724, symBinAddr: 0x4BCF0, symSize: 0x168 }
+ - { offsetInCU: 0x7DE, offset: 0xA27B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyFyyYbcfU_', symObjAddr: 0x88C, symBinAddr: 0x4BE58, symSize: 0x140 }
+ - { offsetInCU: 0x93D, offset: 0xA2915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tF', symObjAddr: 0x9F8, symBinAddr: 0x4BFC4, symSize: 0x18C }
+ - { offsetInCU: 0x9D0, offset: 0xA29A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tFyyYbcfU_', symObjAddr: 0xB84, symBinAddr: 0x4C150, symSize: 0x320 }
+ - { offsetInCU: 0xE6A, offset: 0xA2E42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tF', symObjAddr: 0xEA4, symBinAddr: 0x4C470, symSize: 0x18C }
+ - { offsetInCU: 0xEBD, offset: 0xA2E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tFyyYbcfU_', symObjAddr: 0x1030, symBinAddr: 0x4C5FC, symSize: 0xD8 }
+ - { offsetInCU: 0x1014, offset: 0xA2FEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCfd', symObjAddr: 0x1108, symBinAddr: 0x4C6D4, symSize: 0x24 }
+ - { offsetInCU: 0x104F, offset: 0xA3027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCfD', symObjAddr: 0x112C, symBinAddr: 0x4C6F8, symSize: 0x2C }
+ - { offsetInCU: 0x1092, offset: 0xA306A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCAA0dE8DelegateA2aDP3add5timeryAA0D0C_tFTW', symObjAddr: 0x1158, symBinAddr: 0x4C724, symSize: 0xC }
+ - { offsetInCU: 0x10AE, offset: 0xA3086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCAA0dE8DelegateA2aDP6remove5timeryAA0D0C_tFTW', symObjAddr: 0x1164, symBinAddr: 0x4C730, symSize: 0xC }
+ - { offsetInCU: 0x11DF, offset: 0xA31B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvgyyXEfU_TA', symObjAddr: 0x31C, symBinAddr: 0x4B8E8, symSize: 0x8 }
+ - { offsetInCU: 0x11FE, offset: 0xA31D6, size: 0x8, addend: 0x0, symName: '_$sIg_Ieg_TRTA', symObjAddr: 0x334, symBinAddr: 0x4B900, symSize: 0x20 }
+ - { offsetInCU: 0x1227, offset: 0xA31FF, size: 0x8, addend: 0x0, symName: '_$sIeg_IyB_TR', symObjAddr: 0x354, symBinAddr: 0x4B920, symSize: 0x20 }
+ - { offsetInCU: 0x123F, offset: 0xA3217, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x374, symBinAddr: 0x4B940, symSize: 0x10 }
+ - { offsetInCU: 0x1253, offset: 0xA322B, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x384, symBinAddr: 0x4B950, symSize: 0x8 }
+ - { offsetInCU: 0x12B4, offset: 0xA328C, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0x9CC, symBinAddr: 0x4BF98, symSize: 0x2C }
+ - { offsetInCU: 0x13D0, offset: 0xA33A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1170, symBinAddr: 0x4C73C, symSize: 0x4 }
+ - { offsetInCU: 0x13EC, offset: 0xA33C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1174, symBinAddr: 0x4C740, symSize: 0x4 }
+ - { offsetInCU: 0x1408, offset: 0xA33E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0G0C_tFTW', symObjAddr: 0x1178, symBinAddr: 0x4C744, symSize: 0x4 }
+ - { offsetInCU: 0x1424, offset: 0xA33FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0G0C_tFTW', symObjAddr: 0x117C, symBinAddr: 0x4C748, symSize: 0x4 }
+ - { offsetInCU: 0x1440, offset: 0xA3418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1180, symBinAddr: 0x4C74C, symSize: 0x4 }
+ - { offsetInCU: 0x145C, offset: 0xA3434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1184, symBinAddr: 0x4C750, symSize: 0x4 }
+ - { offsetInCU: 0x1478, offset: 0xA3450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0E0C_tFTW', symObjAddr: 0x1188, symBinAddr: 0x4C754, symSize: 0x4 }
+ - { offsetInCU: 0x1494, offset: 0xA346C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0E0C_tFTW', symObjAddr: 0x118C, symBinAddr: 0x4C758, symSize: 0x4 }
+ - { offsetInCU: 0x14B0, offset: 0xA3488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1190, symBinAddr: 0x4C75C, symSize: 0x4 }
+ - { offsetInCU: 0x14CC, offset: 0xA34A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1194, symBinAddr: 0x4C760, symSize: 0x4 }
+ - { offsetInCU: 0x14E8, offset: 0xA34C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1198, symBinAddr: 0x4C764, symSize: 0x4 }
+ - { offsetInCU: 0x1504, offset: 0xA34DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x119C, symBinAddr: 0x4C768, symSize: 0x4 }
+ - { offsetInCU: 0x1520, offset: 0xA34F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11A0, symBinAddr: 0x4C76C, symSize: 0x4 }
+ - { offsetInCU: 0x153C, offset: 0xA3514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11A4, symBinAddr: 0x4C770, symSize: 0x4 }
+ - { offsetInCU: 0x1558, offset: 0xA3530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x11A8, symBinAddr: 0x4C774, symSize: 0x4 }
+ - { offsetInCU: 0x1574, offset: 0xA354C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x11AC, symBinAddr: 0x4C778, symSize: 0x4 }
+ - { offsetInCU: 0x159B, offset: 0xA3573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyFyyYbcfU_TA', symObjAddr: 0x13CC, symBinAddr: 0x4C95C, symSize: 0x8 }
+ - { offsetInCU: 0x15AF, offset: 0xA3587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x1400, symBinAddr: 0x4C990, symSize: 0x8 }
+ - { offsetInCU: 0x15C3, offset: 0xA359B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x1458, symBinAddr: 0x4C9E8, symSize: 0x8 }
+ - { offsetInCU: 0x15D7, offset: 0xA35AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCMa', symObjAddr: 0x1470, symBinAddr: 0x4CA00, symSize: 0x20 }
+ - { offsetInCU: 0x15EB, offset: 0xA35C3, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls7SBTimerCG_Tg504$s13ef7Calls12H46BoardC6remove5timeryAA0D0C_tFyyYbcfU_SbAGXEfU_AJSgXwz_XxTf1cn_nTf4ng_n', symObjAddr: 0x14EC, symBinAddr: 0x4CA7C, symSize: 0x134 }
+ - { offsetInCU: 0x17B9, offset: 0xA3791, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls7SBTimerCG_Tg504$s13hi7Calls12K46BoardC6remove5timeryAA0D0C_tFyyYbcfU_SbAGXEfU_AISgXwz_XxTf1cn_nTf4ng_n', symObjAddr: 0x1620, symBinAddr: 0x4CBB0, symSize: 0x328 }
+ - { offsetInCU: 0x1BDA, offset: 0xA3BB2, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls7SBTimerCG_Tg504$s13ef7Calls12H46BoardC5timer10identifierAA0D0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4gg_n', symObjAddr: 0x11EC, symBinAddr: 0x4C77C, symSize: 0x1BC }
+ - { offsetInCU: 0x4F, offset: 0xA40B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvg', symObjAddr: 0x0, symBinAddr: 0x4CEF0, symSize: 0x48 }
+ - { offsetInCU: 0x7E, offset: 0xA40E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvs', symObjAddr: 0x48, symBinAddr: 0x4CF38, symSize: 0x50 }
+ - { offsetInCU: 0xBD, offset: 0xA4126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvM', symObjAddr: 0x98, symBinAddr: 0x4CF88, symSize: 0x44 }
+ - { offsetInCU: 0xEC, offset: 0xA4155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC8userInfoSDySSypGSgvg', symObjAddr: 0xDC, symBinAddr: 0x4CFCC, symSize: 0x10 }
+ - { offsetInCU: 0x119, offset: 0xA4182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvg', symObjAddr: 0xEC, symBinAddr: 0x4CFDC, symSize: 0x4C }
+ - { offsetInCU: 0x148, offset: 0xA41B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvs', symObjAddr: 0x138, symBinAddr: 0x4D028, symSize: 0x68 }
+ - { offsetInCU: 0x187, offset: 0xA41F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvM', symObjAddr: 0x1A0, symBinAddr: 0x4D090, symSize: 0x74 }
+ - { offsetInCU: 0x1B6, offset: 0xA421F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvM.resume.0', symObjAddr: 0x214, symBinAddr: 0x4D104, symSize: 0x74 }
+ - { offsetInCU: 0x1E1, offset: 0xA424A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC10identifierSSvg', symObjAddr: 0x288, symBinAddr: 0x4D178, symSize: 0x38 }
+ - { offsetInCU: 0x210, offset: 0xA4279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvg', symObjAddr: 0x2C0, symBinAddr: 0x4D1B0, symSize: 0x44 }
+ - { offsetInCU: 0x25D, offset: 0xA42C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvs', symObjAddr: 0x304, symBinAddr: 0x4D1F4, symSize: 0xB8 }
+ - { offsetInCU: 0x2B1, offset: 0xA431A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvM', symObjAddr: 0x3BC, symBinAddr: 0x4D2AC, symSize: 0x58 }
+ - { offsetInCU: 0x2E0, offset: 0xA4349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvM.resume.0', symObjAddr: 0x414, symBinAddr: 0x4D304, symSize: 0xA0 }
+ - { offsetInCU: 0x317, offset: 0xA4380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5queue33_89BFEFD105F20BBB1C40C67157DFF469LLSo012OS_dispatch_E0Cvg', symObjAddr: 0x4B4, symBinAddr: 0x4D3A4, symSize: 0x64 }
+ - { offsetInCU: 0x345, offset: 0xA43AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5queue33_89BFEFD105F20BBB1C40C67157DFF469LLSo012OS_dispatch_E0CvgAGyXEfU_', symObjAddr: 0x518, symBinAddr: 0x4D408, symSize: 0x1F8 }
+ - { offsetInCU: 0x458, offset: 0xA44C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvg', symObjAddr: 0x824, symBinAddr: 0x4D714, symSize: 0x58 }
+ - { offsetInCU: 0x487, offset: 0xA44F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvs', symObjAddr: 0x88C, symBinAddr: 0x4D77C, symSize: 0x5C }
+ - { offsetInCU: 0x4C6, offset: 0xA452F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvM', symObjAddr: 0x8F8, symBinAddr: 0x4D7E8, symSize: 0x44 }
+ - { offsetInCU: 0x4F5, offset: 0xA455E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvM.resume.0', symObjAddr: 0x93C, symBinAddr: 0x4D82C, symSize: 0x4 }
+ - { offsetInCU: 0x520, offset: 0xA4589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC10repeatableSbvg', symObjAddr: 0x940, symBinAddr: 0x4D830, symSize: 0x44 }
+ - { offsetInCU: 0x54F, offset: 0xA45B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5validSbvg', symObjAddr: 0x984, symBinAddr: 0x4D874, symSize: 0x9C }
+ - { offsetInCU: 0x613, offset: 0xA467C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfC', symObjAddr: 0xA20, symBinAddr: 0x4D910, symSize: 0xC0 }
+ - { offsetInCU: 0x647, offset: 0xA46B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfc', symObjAddr: 0xAE0, symBinAddr: 0x4D9D0, symSize: 0x64 }
+ - { offsetInCU: 0x65B, offset: 0xA46C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcyycfU_', symObjAddr: 0xB44, symBinAddr: 0x4DA34, symSize: 0xE0 }
+ - { offsetInCU: 0x6BA, offset: 0xA4723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5abortyyF', symObjAddr: 0xCD0, symBinAddr: 0x4DBC0, symSize: 0x110 }
+ - { offsetInCU: 0x787, offset: 0xA47F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tF', symObjAddr: 0xDE0, symBinAddr: 0x4DCD0, symSize: 0x214 }
+ - { offsetInCU: 0x7EF, offset: 0xA4858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tFyyYbcfU_', symObjAddr: 0xFF4, symBinAddr: 0x4DEE4, symSize: 0x180 }
+ - { offsetInCU: 0x860, offset: 0xA48C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfC', symObjAddr: 0x1174, symBinAddr: 0x4E064, symSize: 0x20 }
+ - { offsetInCU: 0x87E, offset: 0xA48E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfc', symObjAddr: 0x1194, symBinAddr: 0x4E084, symSize: 0x2C }
+ - { offsetInCU: 0x8E1, offset: 0xA494A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfcTo', symObjAddr: 0x11C0, symBinAddr: 0x4E0B0, symSize: 0x2C }
+ - { offsetInCU: 0x948, offset: 0xA49B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCfD', symObjAddr: 0x11EC, symBinAddr: 0x4E0DC, symSize: 0x30 }
+ - { offsetInCU: 0x975, offset: 0xA49DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcTf4ngggngn_n', symObjAddr: 0x1628, symBinAddr: 0x4E518, symSize: 0x630 }
+ - { offsetInCU: 0xAAD, offset: 0xA4B16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvpACTK', symObjAddr: 0x710, symBinAddr: 0x4D600, symSize: 0x7C }
+ - { offsetInCU: 0xAC5, offset: 0xA4B2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvpACTk', symObjAddr: 0x78C, symBinAddr: 0x4D67C, symSize: 0x98 }
+ - { offsetInCU: 0xADD, offset: 0xA4B46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_SgWOy', symObjAddr: 0x87C, symBinAddr: 0x4D76C, symSize: 0x10 }
+ - { offsetInCU: 0xAF1, offset: 0xA4B5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_SgWOe', symObjAddr: 0x8E8, symBinAddr: 0x4D7D8, symSize: 0x10 }
+ - { offsetInCU: 0xB63, offset: 0xA4BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateO8rawValueAESgSS_tcfC', symObjAddr: 0x13A4, symBinAddr: 0x4E294, symSize: 0x5C }
+ - { offsetInCU: 0xBAC, offset: 0xA4C15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateO8rawValueSSvg', symObjAddr: 0x1400, symBinAddr: 0x4E2F0, symSize: 0x18 }
+ - { offsetInCU: 0xBDA, offset: 0xA4C43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x159C, symBinAddr: 0x4E48C, symSize: 0x64 }
+ - { offsetInCU: 0xC40, offset: 0xA4CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1600, symBinAddr: 0x4E4F0, symSize: 0x28 }
+ - { offsetInCU: 0xCDB, offset: 0xA4D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCfETo', symObjAddr: 0x121C, symBinAddr: 0x4E10C, symSize: 0x80 }
+ - { offsetInCU: 0xD0A, offset: 0xA4D73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC11executeOnce33_89BFEFD105F20BBB1C40C67157DFF469LLyyF', symObjAddr: 0x129C, symBinAddr: 0x4E18C, symSize: 0x108 }
+ - { offsetInCU: 0xD62, offset: 0xA4DCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tFyyYbcfU_TA', symObjAddr: 0x1CB0, symBinAddr: 0x4EBA0, symSize: 0xC }
+ - { offsetInCU: 0xD76, offset: 0xA4DDF, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1CBC, symBinAddr: 0x4EBAC, symSize: 0x10 }
+ - { offsetInCU: 0xD8A, offset: 0xA4DF3, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1CCC, symBinAddr: 0x4EBBC, symSize: 0x8 }
+ - { offsetInCU: 0xD9E, offset: 0xA4E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCMa', symObjAddr: 0x1D58, symBinAddr: 0x4EBC4, symSize: 0x20 }
+ - { offsetInCU: 0xDB2, offset: 0xA4E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASQWb', symObjAddr: 0x1D78, symBinAddr: 0x4EBE4, symSize: 0x4 }
+ - { offsetInCU: 0xDC6, offset: 0xA4E2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOAESQAAWl', symObjAddr: 0x1D7C, symBinAddr: 0x4EBE8, symSize: 0x44 }
+ - { offsetInCU: 0xDDA, offset: 0xA4E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwet', symObjAddr: 0x21C8, symBinAddr: 0x4F024, symSize: 0x90 }
+ - { offsetInCU: 0xDEE, offset: 0xA4E57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwst', symObjAddr: 0x2258, symBinAddr: 0x4F0B4, symSize: 0xBC }
+ - { offsetInCU: 0xE02, offset: 0xA4E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwug', symObjAddr: 0x2314, symBinAddr: 0x4F170, symSize: 0x8 }
+ - { offsetInCU: 0xE16, offset: 0xA4E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwup', symObjAddr: 0x231C, symBinAddr: 0x4F178, symSize: 0x4 }
+ - { offsetInCU: 0xE2A, offset: 0xA4E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwui', symObjAddr: 0x2320, symBinAddr: 0x4F17C, symSize: 0x8 }
+ - { offsetInCU: 0xE3E, offset: 0xA4EA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOMa', symObjAddr: 0x2328, symBinAddr: 0x4F184, symSize: 0x10 }
+ - { offsetInCU: 0xE52, offset: 0xA4EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegate_pSgXwWOh', symObjAddr: 0x2338, symBinAddr: 0x4F194, symSize: 0x24 }
+ - { offsetInCU: 0xE71, offset: 0xA4EDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCytIegnr_ACIegg_TRTA', symObjAddr: 0x2380, symBinAddr: 0x4F1DC, symSize: 0x44 }
+ - { offsetInCU: 0xEA5, offset: 0xA4F0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_ACytIegnr_TRTA', symObjAddr: 0x23C4, symBinAddr: 0x4F220, symSize: 0x24 }
+ - { offsetInCU: 0xECE, offset: 0xA4F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOACs0E0AAWl', symObjAddr: 0x23E8, symBinAddr: 0x4F244, symSize: 0x44 }
+ - { offsetInCU: 0xEE2, offset: 0xA4F4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcyycfU_TA', symObjAddr: 0x24E4, symBinAddr: 0x4F340, symSize: 0x8 }
+ - { offsetInCU: 0xF40, offset: 0xA4FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1418, symBinAddr: 0x4E308, symSize: 0x88 }
+ - { offsetInCU: 0xFEF, offset: 0xA5058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x14A0, symBinAddr: 0x4E390, symSize: 0x60 }
+ - { offsetInCU: 0x106D, offset: 0xA50D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1500, symBinAddr: 0x4E3F0, symSize: 0x40 }
+ - { offsetInCU: 0x10BF, offset: 0xA5128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1540, symBinAddr: 0x4E430, symSize: 0x5C }
+ - { offsetInCU: 0x13CE, offset: 0xA5437, size: 0x8, addend: 0x0, symName: '_$sSo18OS_dispatch_sourceP8DispatchE15setEventHandler3qos5flags7handleryAC0D3QoSV_AC0D13WorkItemFlagsVyyXBSgtFfA0_', symObjAddr: 0xC24, symBinAddr: 0x4DB14, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0xA5570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9isEnabledSbvM', symObjAddr: 0x18, symBinAddr: 0x4F370, symSize: 0x44 }
+ - { offsetInCU: 0x7A, offset: 0xA559F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07isLocalD7EnabledSbvM', symObjAddr: 0xF8, symBinAddr: 0x4F450, symSize: 0x44 }
+ - { offsetInCU: 0xA9, offset: 0xA55CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07isLocalD7EnabledSbvM.resume.0', symObjAddr: 0x13C, symBinAddr: 0x4F494, symSize: 0x4 }
+ - { offsetInCU: 0xD4, offset: 0xA55F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvg', symObjAddr: 0x140, symBinAddr: 0x4F498, symSize: 0x48 }
+ - { offsetInCU: 0x103, offset: 0xA5628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvs', symObjAddr: 0x188, symBinAddr: 0x4F4E0, symSize: 0x50 }
+ - { offsetInCU: 0x142, offset: 0xA5667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvM', symObjAddr: 0x1D8, symBinAddr: 0x4F530, symSize: 0x44 }
+ - { offsetInCU: 0x171, offset: 0xA5696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC03addE0_6forKeyyAA0dE8Delegate_p_SStF', symObjAddr: 0x21C, symBinAddr: 0x4F574, symSize: 0xE4 }
+ - { offsetInCU: 0x211, offset: 0xA5736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC06removeE06forKeyySS_tF', symObjAddr: 0x340, symBinAddr: 0x4F658, symSize: 0x8C }
+ - { offsetInCU: 0x265, offset: 0xA578A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0x3CC, symBinAddr: 0x4F6E4, symSize: 0x1F4 }
+ - { offsetInCU: 0x422, offset: 0xA5947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTo', symObjAddr: 0x5C0, symBinAddr: 0x4F8D8, symSize: 0x70 }
+ - { offsetInCU: 0x43E, offset: 0xA5963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0x630, symBinAddr: 0x4F948, symSize: 0x1DC }
+ - { offsetInCU: 0x5FB, offset: 0xA5B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTo', symObjAddr: 0x80C, symBinAddr: 0x4FB24, symSize: 0x70 }
+ - { offsetInCU: 0x617, offset: 0xA5B3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC5clearyyF', symObjAddr: 0x87C, symBinAddr: 0x4FB94, symSize: 0x68 }
+ - { offsetInCU: 0x660, offset: 0xA5B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfC', symObjAddr: 0x8E4, symBinAddr: 0x4FBFC, symSize: 0x20 }
+ - { offsetInCU: 0x67E, offset: 0xA5BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfc', symObjAddr: 0x904, symBinAddr: 0x4FC1C, symSize: 0x88 }
+ - { offsetInCU: 0x6D0, offset: 0xA5BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfcTo', symObjAddr: 0x98C, symBinAddr: 0x4FCA4, symSize: 0x88 }
+ - { offsetInCU: 0x718, offset: 0xA5C3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCfD', symObjAddr: 0xA14, symBinAddr: 0x4FD2C, symSize: 0x30 }
+ - { offsetInCU: 0x7F9, offset: 0xA5D1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCfETo', symObjAddr: 0xA44, symBinAddr: 0x4FD5C, symSize: 0x10 }
+ - { offsetInCU: 0x86A, offset: 0xA5D8F, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11updateValue_6forKeyq_Sgq_n_xtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xA7C, symBinAddr: 0x4FD94, symSize: 0x118 }
+ - { offsetInCU: 0x957, offset: 0xA5E7C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSo8NSObjectC_AGTg5', symObjAddr: 0xC84, symBinAddr: 0x4FF9C, symSize: 0x1A8 }
+ - { offsetInCU: 0xA1A, offset: 0xA5F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCMa', symObjAddr: 0xF3C, symBinAddr: 0x50254, symSize: 0x20 }
+ - { offsetInCU: 0xA86, offset: 0xA5FAB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8capacityAByxq_Gs07__CocoaB0Vn_SitcfCSo8NSObjectC_AHTg5Tf4nnd_n', symObjAddr: 0x1238, symBinAddr: 0x50550, symSize: 0x258 }
+ - { offsetInCU: 0xB57, offset: 0xA607C, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x1490, symBinAddr: 0x507A8, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0xA6454, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x507EC, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xA6478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x507EC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xA6494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11deletedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x507F4, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xA64B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x507FC, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0xA64CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0x50804, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0xA64F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x5084C, symSize: 0x35C }
+ - { offsetInCU: 0x1B5, offset: 0xA65E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF011deletedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0VtcfC', symObjAddr: 0x628, symBinAddr: 0x50BC8, symSize: 0xE4 }
+ - { offsetInCU: 0x273, offset: 0xA66A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF011deletedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x70C, symBinAddr: 0x50CAC, symSize: 0xBC }
+ - { offsetInCU: 0x361, offset: 0xA678E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x7C8, symBinAddr: 0x50D68, symSize: 0x2C }
+ - { offsetInCU: 0x3C0, offset: 0xA67ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x7F4, symBinAddr: 0x50D94, symSize: 0x2C }
+ - { offsetInCU: 0x41D, offset: 0xA684A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfd', symObjAddr: 0x83C, symBinAddr: 0x50DDC, symSize: 0x3C }
+ - { offsetInCU: 0x46E, offset: 0xA689B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfD', symObjAddr: 0x88C, symBinAddr: 0x50E18, symSize: 0x44 }
+ - { offsetInCU: 0x4C8, offset: 0xA68F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0x50BA8, symSize: 0x20 }
+ - { offsetInCU: 0x57D, offset: 0xA69AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfE', symObjAddr: 0x820, symBinAddr: 0x50DC0, symSize: 0x1C }
+ - { offsetInCU: 0x8B, offset: 0xA6CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC11isVideoCall3forSbAA12WebRTCClientC_tF', symObjAddr: 0x150, symBinAddr: 0x50FC8, symSize: 0xC0 }
+ - { offsetInCU: 0x183, offset: 0xA6DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC11isVideoCall3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x210, symBinAddr: 0x51088, symSize: 0xF4 }
+ - { offsetInCU: 0x25F, offset: 0xA6E91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x304, symBinAddr: 0x5117C, symSize: 0x8 }
+ - { offsetInCU: 0x296, offset: 0xA6EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14useFrontCamera3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x30C, symBinAddr: 0x51184, symSize: 0x8 }
+ - { offsetInCU: 0x2B2, offset: 0xA6EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x45C, symBinAddr: 0x512D4, symSize: 0x4 }
+ - { offsetInCU: 0x2F5, offset: 0xA6F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x460, symBinAddr: 0x512D8, symSize: 0x4 }
+ - { offsetInCU: 0x311, offset: 0xA6F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x464, symBinAddr: 0x512DC, symSize: 0x4 }
+ - { offsetInCU: 0x33C, offset: 0xA6F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0eF0C_tFTW', symObjAddr: 0x468, symBinAddr: 0x512E0, symSize: 0x28 }
+ - { offsetInCU: 0x37D, offset: 0xA6FAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0eF0C_tFTW', symObjAddr: 0x490, symBinAddr: 0x51308, symSize: 0x28 }
+ - { offsetInCU: 0x3BE, offset: 0xA6FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP11isVideoCall3forSbAA0eF0C_tFTW', symObjAddr: 0x4B8, symBinAddr: 0x51330, symSize: 0x24 }
+ - { offsetInCU: 0x3FF, offset: 0xA7031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0eF0C_tFTW', symObjAddr: 0x4DC, symBinAddr: 0x51354, symSize: 0x24 }
+ - { offsetInCU: 0x431, offset: 0xA7063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallJ0CSgAA0eF0C_tFTW', symObjAddr: 0x500, symBinAddr: 0x51378, symSize: 0x4 }
+ - { offsetInCU: 0x44D, offset: 0xA707F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA04CallJ0CSgAA0eF0C_tFTW', symObjAddr: 0x504, symBinAddr: 0x5137C, symSize: 0x4 }
+ - { offsetInCU: 0x478, offset: 0xA70AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0eF0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x508, symBinAddr: 0x51380, symSize: 0x18 }
+ - { offsetInCU: 0x4B9, offset: 0xA70EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0eF0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x520, symBinAddr: 0x51398, symSize: 0x18 }
+ - { offsetInCU: 0x27, offset: 0xA736C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0Sbvg', symObjAddr: 0x0, symBinAddr: 0x513B4, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xA7390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0Sbvg', symObjAddr: 0x0, symBinAddr: 0x513B4, symSize: 0x8 }
+ - { offsetInCU: 0x91, offset: 0xA73D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0ACSb_tcfC', symObjAddr: 0x8, symBinAddr: 0x513BC, symSize: 0x30 }
+ - { offsetInCU: 0xCE, offset: 0xA7413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0ACSb_tcfc', symObjAddr: 0x38, symBinAddr: 0x513EC, symSize: 0xC }
+ - { offsetInCU: 0xF1, offset: 0xA7436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x44, symBinAddr: 0x513F8, symSize: 0x54 }
+ - { offsetInCU: 0x145, offset: 0xA748A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x98, symBinAddr: 0x5144C, symSize: 0x18C }
+ - { offsetInCU: 0x2A2, offset: 0xA75E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCACycfC', symObjAddr: 0x224, symBinAddr: 0x515D8, symSize: 0x2C }
+ - { offsetInCU: 0x301, offset: 0xA7646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCACycfc', symObjAddr: 0x250, symBinAddr: 0x51604, symSize: 0x2C }
+ - { offsetInCU: 0x346, offset: 0xA768B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCfd', symObjAddr: 0x27C, symBinAddr: 0x51630, symSize: 0x8 }
+ - { offsetInCU: 0x375, offset: 0xA76BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCfD', symObjAddr: 0x284, symBinAddr: 0x51638, symSize: 0x10 }
+ - { offsetInCU: 0x4E5, offset: 0xA782A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCMa', symObjAddr: 0x344, symBinAddr: 0x51648, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xA7AB2, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA12SummarizableRzlE15encodeSummaries2toys7Encoder_p_tF', symObjAddr: 0x0, symBinAddr: 0x5167C, symSize: 0x30 }
+ - { offsetInCU: 0x3F, offset: 0xA7ACA, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA12SummarizableRzlE15encodeSummaries2toys7Encoder_p_tF', symObjAddr: 0x0, symBinAddr: 0x5167C, symSize: 0x30 }
+ - { offsetInCU: 0x8C, offset: 0xA7B17, size: 0x8, addend: 0x0, symName: '_$sSi13SendBirdCallsE16isPositiveNumberSiSgvg', symObjAddr: 0x30, symBinAddr: 0x516AC, symSize: 0x14 }
+ - { offsetInCU: 0x2B, offset: 0xA7D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV5countSivg', symObjAddr: 0x8C, symBinAddr: 0x517A8, symSize: 0x4 }
+ - { offsetInCU: 0x4A, offset: 0xA7D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV5countSivg', symObjAddr: 0x8C, symBinAddr: 0x517A8, symSize: 0x4 }
+ - { offsetInCU: 0x83, offset: 0xA7DA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7isEmptySbvg', symObjAddr: 0x90, symBinAddr: 0x517AC, symSize: 0x54 }
+ - { offsetInCU: 0xC0, offset: 0xA7DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV10hasElementSbvg', symObjAddr: 0xE4, symBinAddr: 0x51800, symSize: 0x58 }
+ - { offsetInCU: 0xFD, offset: 0xA7E1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7enqueueyyxF', symObjAddr: 0x13C, symBinAddr: 0x51858, symSize: 0x30 }
+ - { offsetInCU: 0x15F, offset: 0xA7E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7dequeuexSgyF', symObjAddr: 0x16C, symBinAddr: 0x51888, symSize: 0xBC }
+ - { offsetInCU: 0x19C, offset: 0xA7EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVACyxGycfC', symObjAddr: 0x228, symBinAddr: 0x51944, symSize: 0xC }
+ - { offsetInCU: 0x20B, offset: 0xA7F2A, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntFTf4ngn_n', symObjAddr: 0x234, symBinAddr: 0x51950, symSize: 0xB4 }
+ - { offsetInCU: 0x267, offset: 0xA7F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVMi', symObjAddr: 0x344, symBinAddr: 0x51A60, symSize: 0x8 }
+ - { offsetInCU: 0x27B, offset: 0xA7F9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVMa', symObjAddr: 0x34C, symBinAddr: 0x51A68, symSize: 0xC }
+ - { offsetInCU: 0x28F, offset: 0xA7FAE, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x358, symBinAddr: 0x51A74, symSize: 0x2C }
+ - { offsetInCU: 0x2F2, offset: 0xA8011, size: 0x8, addend: 0x0, symName: '_$sSa6appendyyxnFTf4gn_n', symObjAddr: 0x2E8, symBinAddr: 0x51A04, symSize: 0x5C }
+ - { offsetInCU: 0x4B, offset: 0xA8252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x51AA0, symSize: 0x44 }
+ - { offsetInCU: 0x67, offset: 0xA826E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvs', symObjAddr: 0x44, symBinAddr: 0x51AE4, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0xA828A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvM', symObjAddr: 0x88, symBinAddr: 0x51B28, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xA82A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvM.resume.0', symObjAddr: 0xC4, symBinAddr: 0x51B64, symSize: 0x4 }
+ - { offsetInCU: 0xE5, offset: 0xA82EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0xC8, symBinAddr: 0x51B68, symSize: 0x6C }
+ - { offsetInCU: 0x12A, offset: 0xA8331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x134, symBinAddr: 0x51BD4, symSize: 0x58 }
+ - { offsetInCU: 0x153, offset: 0xA835A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x18C, symBinAddr: 0x51C2C, symSize: 0x1BC }
+ - { offsetInCU: 0x1A7, offset: 0xA83AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x348, symBinAddr: 0x51DE8, symSize: 0xDC }
+ - { offsetInCU: 0x1E5, offset: 0xA83EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x424, symBinAddr: 0x51EC4, symSize: 0xB0 }
+ - { offsetInCU: 0x23D, offset: 0xA8444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC24didConnectPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x4D4, symBinAddr: 0x51F74, symSize: 0x74 }
+ - { offsetInCU: 0x2EA, offset: 0xA84F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCACycfC', symObjAddr: 0x930, symBinAddr: 0x523D0, symSize: 0x2C }
+ - { offsetInCU: 0x349, offset: 0xA8550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCACycfc', symObjAddr: 0x95C, symBinAddr: 0x523FC, symSize: 0x2C }
+ - { offsetInCU: 0x38E, offset: 0xA8595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfd', symObjAddr: 0x990, symBinAddr: 0x52430, symSize: 0x1C }
+ - { offsetInCU: 0x3C9, offset: 0xA85D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfD', symObjAddr: 0x9AC, symBinAddr: 0x5244C, symSize: 0x24 }
+ - { offsetInCU: 0x4AD, offset: 0xA86B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADIeyBy_TR', symObjAddr: 0x6DC, symBinAddr: 0x5217C, symSize: 0x50 }
+ - { offsetInCU: 0x4DB, offset: 0xA86E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfE', symObjAddr: 0x988, symBinAddr: 0x52428, symSize: 0x8 }
+ - { offsetInCU: 0x508, offset: 0xA870F, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x9F4, symBinAddr: 0x52470, symSize: 0x10 }
+ - { offsetInCU: 0x51C, offset: 0xA8723, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xA04, symBinAddr: 0x52480, symSize: 0x8 }
+ - { offsetInCU: 0x530, offset: 0xA8737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCMa', symObjAddr: 0xA7C, symBinAddr: 0x524F8, symSize: 0x20 }
+ - { offsetInCU: 0x9E, offset: 0xA89E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x0, symBinAddr: 0x52558, symSize: 0x318 }
+ - { offsetInCU: 0x17A, offset: 0xA8AC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0x318, symBinAddr: 0x52870, symSize: 0x74 }
+ - { offsetInCU: 0x196, offset: 0xA8AE0, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefaSo7NSErrorCSgIeyByy_Sg13SendBirdCalls8SBCErrorCSgIeyByy_ABs5Error_pSgIeggg_SgAJIeggg_TR', symObjAddr: 0x38C, symBinAddr: 0x528E4, symSize: 0xB4 }
+ - { offsetInCU: 0x1AE, offset: 0xA8AF8, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefas5Error_pSgIeggg_ABSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x440, symBinAddr: 0x52998, symSize: 0x78 }
+ - { offsetInCU: 0x23C, offset: 0xA8B86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x4B8, symBinAddr: 0x52A10, symSize: 0x35C }
+ - { offsetInCU: 0x357, offset: 0xA8CA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x858, symBinAddr: 0x52DB0, symSize: 0x88 }
+ - { offsetInCU: 0x373, offset: 0xA8CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_TA', symObjAddr: 0x9B0, symBinAddr: 0x52E98, symSize: 0x7C }
+ - { offsetInCU: 0x3B1, offset: 0xA8CFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU0_TA', symObjAddr: 0xAA0, symBinAddr: 0x52F88, symSize: 0x1C }
+ - { offsetInCU: 0x3C5, offset: 0xA8D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU1_TA', symObjAddr: 0xAD0, symBinAddr: 0x52FA8, symSize: 0x1C }
+ - { offsetInCU: 0x3D9, offset: 0xA8D23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOs', symObjAddr: 0xB28, symBinAddr: 0x52FC4, symSize: 0x34 }
+ - { offsetInCU: 0x3ED, offset: 0xA8D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU2_TA', symObjAddr: 0xBB0, symBinAddr: 0x52FFC, symSize: 0x2C }
+ - { offsetInCU: 0x419, offset: 0xA8D63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0xC0C, symBinAddr: 0x53058, symSize: 0x1C }
+ - { offsetInCU: 0x42D, offset: 0xA8D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0xC5C, symBinAddr: 0x53098, symSize: 0x8 }
+ - { offsetInCU: 0x441, offset: 0xA8D8B, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefaSo7NSErrorCSgIeyByy_Sg13SendBirdCalls8SBCErrorCSgIeyByy_ABs5Error_pSgIeggg_SgAJIeggg_TRTA', symObjAddr: 0xC64, symBinAddr: 0x530A0, symSize: 0x8 }
+ - { offsetInCU: 0x455, offset: 0xA8D9F, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xC6C, symBinAddr: 0x530A8, symSize: 0x10 }
+ - { offsetInCU: 0x469, offset: 0xA8DB3, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xC7C, symBinAddr: 0x530B8, symSize: 0x8 }
+ - { offsetInCU: 0x489, offset: 0xA8DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_yAG_AItcAA0gH0Ccfu_yAG_AItcfu0_TA', symObjAddr: 0xC84, symBinAddr: 0x530C0, symSize: 0xC }
+ - { offsetInCU: 0x4A1, offset: 0xA8DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_yAG_AItcAA0gH0Ccfu_yAG_AItcfu0_TA', symObjAddr: 0xC84, symBinAddr: 0x530C0, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0xA9101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9messageIdSSvg', symObjAddr: 0x0, symBinAddr: 0x530DC, symSize: 0x2C }
+ - { offsetInCU: 0x5F, offset: 0xA9115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC11commandTypeAA0F5TypesO4RoomOvg', symObjAddr: 0x2C, symBinAddr: 0x53108, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xA9131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvg', symObjAddr: 0x34, symBinAddr: 0x53110, symSize: 0x30 }
+ - { offsetInCU: 0x97, offset: 0xA914D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvs', symObjAddr: 0x64, symBinAddr: 0x53140, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0xA9169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvM', symObjAddr: 0xA0, symBinAddr: 0x5317C, symSize: 0x3C }
+ - { offsetInCU: 0xCF, offset: 0xA9185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvM.resume.0', symObjAddr: 0xDC, symBinAddr: 0x531B8, symSize: 0x4 }
+ - { offsetInCU: 0xEB, offset: 0xA91A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC7versionSivg', symObjAddr: 0xE0, symBinAddr: 0x531BC, symSize: 0x8 }
+ - { offsetInCU: 0x107, offset: 0xA91BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0xE8, symBinAddr: 0x531C4, symSize: 0xA4 }
+ - { offsetInCU: 0x19E, offset: 0xA9254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitationAA04RoomD5ModelVvg', symObjAddr: 0x18C, symBinAddr: 0x53268, symSize: 0xA0 }
+ - { offsetInCU: 0x1EF, offset: 0xA92A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x22C, symBinAddr: 0x53308, symSize: 0x5C }
+ - { offsetInCU: 0x247, offset: 0xA92FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2C8, symBinAddr: 0x53364, symSize: 0x5C }
+ - { offsetInCU: 0x2AF, offset: 0xA9365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x324, symBinAddr: 0x533C0, symSize: 0x8 }
+ - { offsetInCU: 0x2D6, offset: 0xA938C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x32C, symBinAddr: 0x533C8, symSize: 0xC }
+ - { offsetInCU: 0x2FD, offset: 0xA93B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x338, symBinAddr: 0x533D4, symSize: 0x20 }
+ - { offsetInCU: 0x336, offset: 0xA93EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x358, symBinAddr: 0x533F4, symSize: 0x20 }
+ - { offsetInCU: 0x364, offset: 0xA941A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x358, symBinAddr: 0x533F4, symSize: 0x20 }
+ - { offsetInCU: 0x38F, offset: 0xA9445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4FC, symBinAddr: 0x53598, symSize: 0x64 }
+ - { offsetInCU: 0x3F5, offset: 0xA94AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x560, symBinAddr: 0x535FC, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0xA94BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x588, symBinAddr: 0x53624, symSize: 0x8 }
+ - { offsetInCU: 0x43F, offset: 0xA94F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x590, symBinAddr: 0x5362C, symSize: 0x68 }
+ - { offsetInCU: 0x4C4, offset: 0xA957A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x5F8, symBinAddr: 0x53694, symSize: 0xC }
+ - { offsetInCU: 0x4E0, offset: 0xA9596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x604, symBinAddr: 0x536A0, symSize: 0xC }
+ - { offsetInCU: 0x4FD, offset: 0xA95B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x660, symBinAddr: 0x536FC, symSize: 0x4C }
+ - { offsetInCU: 0x522, offset: 0xA95D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6AC, symBinAddr: 0x53748, symSize: 0x20C }
+ - { offsetInCU: 0x5C0, offset: 0xA9676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitation9messageId11commandTypeAcA04RoomD5ModelV_SSAA0F5TypesO0L0OtcfC', symObjAddr: 0x9E8, symBinAddr: 0x539B8, symSize: 0x80 }
+ - { offsetInCU: 0x610, offset: 0xA96C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitation9messageId11commandTypeAcA04RoomD5ModelV_SSAA0F5TypesO0L0Otcfc', symObjAddr: 0xA68, symBinAddr: 0x53A38, symSize: 0x40 }
+ - { offsetInCU: 0x649, offset: 0xA96FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCfd', symObjAddr: 0xAA8, symBinAddr: 0x53A78, symSize: 0x90 }
+ - { offsetInCU: 0x686, offset: 0xA973C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCfD', symObjAddr: 0xB38, symBinAddr: 0x53B08, symSize: 0x98 }
+ - { offsetInCU: 0x6CB, offset: 0xA9781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCA8, symBinAddr: 0x53C78, symSize: 0x2C }
+ - { offsetInCU: 0x6EE, offset: 0xA97A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableA2aDP7versionSivgTW', symObjAddr: 0xCD4, symBinAddr: 0x53CA4, symSize: 0x8 }
+ - { offsetInCU: 0x719, offset: 0xA97CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xCDC, symBinAddr: 0x53CAC, symSize: 0x30 }
+ - { offsetInCU: 0x74B, offset: 0xA9801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA0eF0A2aDP9inputTypeAA0e5InputH0OSgvgTW', symObjAddr: 0xD40, symBinAddr: 0x53D10, symSize: 0x28 }
+ - { offsetInCU: 0x767, offset: 0xA981D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA0eF0A2aDP014shouldWaitPushE0SbvgTW', symObjAddr: 0xD68, symBinAddr: 0x53D38, symSize: 0x2C }
+ - { offsetInCU: 0x7A5, offset: 0xA985B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x8DC, symBinAddr: 0x53954, symSize: 0x44 }
+ - { offsetInCU: 0x7B9, offset: 0xA986F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCMa', symObjAddr: 0x920, symBinAddr: 0x53998, symSize: 0x20 }
+ - { offsetInCU: 0x7DF, offset: 0xA9895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xBD0, symBinAddr: 0x53BA0, symSize: 0x4 }
+ - { offsetInCU: 0x7F3, offset: 0xA98A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xBD4, symBinAddr: 0x53BA4, symSize: 0x44 }
+ - { offsetInCU: 0x807, offset: 0xA98BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC18, symBinAddr: 0x53BE8, symSize: 0x4 }
+ - { offsetInCU: 0x81B, offset: 0xA98D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC1C, symBinAddr: 0x53BEC, symSize: 0x44 }
+ - { offsetInCU: 0x82F, offset: 0xA98E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC60, symBinAddr: 0x53C30, symSize: 0x4 }
+ - { offsetInCU: 0x843, offset: 0xA98F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC64, symBinAddr: 0x53C34, symSize: 0x44 }
+ - { offsetInCU: 0x857, offset: 0xA990D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableAAWI', symObjAddr: 0xD0C, symBinAddr: 0x53CDC, symSize: 0x34 }
+ - { offsetInCU: 0x86B, offset: 0xA9921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA11RespondableAAWI', symObjAddr: 0xD94, symBinAddr: 0x53D64, symSize: 0x4C }
+ - { offsetInCU: 0x87F, offset: 0xA9935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA8ResponseAAWI', symObjAddr: 0xDE0, symBinAddr: 0x53DB0, symSize: 0x34 }
+ - { offsetInCU: 0x893, offset: 0xA9949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0xE50, symBinAddr: 0x53E20, symSize: 0x34 }
+ - { offsetInCU: 0x8A7, offset: 0xA995D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwet', symObjAddr: 0xF98, symBinAddr: 0x53F58, symSize: 0x90 }
+ - { offsetInCU: 0x8BB, offset: 0xA9971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwst', symObjAddr: 0x1028, symBinAddr: 0x53FE8, symSize: 0xBC }
+ - { offsetInCU: 0x8CF, offset: 0xA9985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwug', symObjAddr: 0x10E4, symBinAddr: 0x540A4, symSize: 0x8 }
+ - { offsetInCU: 0x8E3, offset: 0xA9999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwup', symObjAddr: 0x10EC, symBinAddr: 0x540AC, symSize: 0x4 }
+ - { offsetInCU: 0x8F7, offset: 0xA99AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwui', symObjAddr: 0x10F0, symBinAddr: 0x540B0, symSize: 0x8 }
+ - { offsetInCU: 0x90B, offset: 0xA99C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOMa', symObjAddr: 0x10F8, symBinAddr: 0x540B8, symSize: 0x10 }
+ - { offsetInCU: 0x963, offset: 0xA9A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x378, symBinAddr: 0x53414, symSize: 0x88 }
+ - { offsetInCU: 0xA12, offset: 0xA9AC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x400, symBinAddr: 0x5349C, symSize: 0x60 }
+ - { offsetInCU: 0xA90, offset: 0xA9B46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x460, symBinAddr: 0x534FC, symSize: 0x40 }
+ - { offsetInCU: 0xAE2, offset: 0xA9B98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x5353C, symSize: 0x5C }
+ - { offsetInCU: 0xB3E, offset: 0xA9BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x610, symBinAddr: 0x536AC, symSize: 0x28 }
+ - { offsetInCU: 0xB5A, offset: 0xA9C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x638, symBinAddr: 0x536D4, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xA9E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x540C8, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xA9E52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x540C8, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xA9E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0x540E8, symSize: 0x40 }
+ - { offsetInCU: 0x8A, offset: 0xA9E9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0x54128, symSize: 0x68 }
+ - { offsetInCU: 0xAB, offset: 0xA9EBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0xC8, symBinAddr: 0x54190, symSize: 0x6C }
+ - { offsetInCU: 0xD4, offset: 0xA9EE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x134, symBinAddr: 0x541FC, symSize: 0x6C }
+ - { offsetInCU: 0xFD, offset: 0xA9F10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x54268, symSize: 0x4 }
+ - { offsetInCU: 0x119, offset: 0xA9F2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6callIdSSvg', symObjAddr: 0x1A4, symBinAddr: 0x5426C, symSize: 0x2C }
+ - { offsetInCU: 0x135, offset: 0xA9F48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1D0, symBinAddr: 0x54298, symSize: 0x8 }
+ - { offsetInCU: 0x151, offset: 0xA9F64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV9requestIdSSvg', symObjAddr: 0x1D8, symBinAddr: 0x542A0, symSize: 0x2C }
+ - { offsetInCU: 0x165, offset: 0xA9F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6callIdACSS_tcfC', symObjAddr: 0x204, symBinAddr: 0x542CC, symSize: 0x9C }
+ - { offsetInCU: 0x1A0, offset: 0xA9FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x54368, symSize: 0x178 }
+ - { offsetInCU: 0x228, offset: 0xAA03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0x544E0, symSize: 0x8 }
+ - { offsetInCU: 0x253, offset: 0xAA066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x544E8, symSize: 0x68 }
+ - { offsetInCU: 0x299, offset: 0xAA0AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x54550, symSize: 0x2C }
+ - { offsetInCU: 0x2CB, offset: 0xAA0DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x5457C, symSize: 0x38 }
+ - { offsetInCU: 0x305, offset: 0xAA118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x545B4, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0xAA12C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x545D8, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0xAA140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x5461C, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0xAA154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x54620, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0xAA168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x54668, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0xAA17C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA11RequestableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x5468C, symSize: 0x44 }
+ - { offsetInCU: 0x37D, offset: 0xAA190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x546D0, symSize: 0x2C }
+ - { offsetInCU: 0x391, offset: 0xAA1A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0x546FC, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0xAA1B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x54740, symSize: 0x44 }
+ - { offsetInCU: 0x3B9, offset: 0xAA1CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x54784, symSize: 0x24 }
+ - { offsetInCU: 0x3CD, offset: 0xAA1E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x547A8, symSize: 0x44 }
+ - { offsetInCU: 0x3E1, offset: 0xAA1F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x547EC, symSize: 0x24 }
+ - { offsetInCU: 0x3F5, offset: 0xAA208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x54810, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0xAA21C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x54840, symSize: 0x28 }
+ - { offsetInCU: 0x41D, offset: 0xAA230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x54868, symSize: 0x44 }
+ - { offsetInCU: 0x431, offset: 0xAA244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x548AC, symSize: 0x74 }
+ - { offsetInCU: 0x445, offset: 0xAA258, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x944, symBinAddr: 0x54920, symSize: 0x14 }
+ - { offsetInCU: 0x459, offset: 0xAA26C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwta', symObjAddr: 0x958, symBinAddr: 0x54934, symSize: 0x4C }
+ - { offsetInCU: 0x46D, offset: 0xAA280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x54980, symSize: 0x48 }
+ - { offsetInCU: 0x481, offset: 0xAA294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x549C8, symSize: 0x48 }
+ - { offsetInCU: 0x495, offset: 0xAA2A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x54A10, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xAA4EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x54A20, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xAA512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x54A20, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xAA52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11updatedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x54A28, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xAA54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x54A30, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0xAA566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0x54A38, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0xAA58B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x54A80, symSize: 0x35C }
+ - { offsetInCU: 0x1B5, offset: 0xAA67C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF011updatedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0VtcfC', symObjAddr: 0x628, symBinAddr: 0x54DFC, symSize: 0xE4 }
+ - { offsetInCU: 0x273, offset: 0xAA73A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF011updatedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x70C, symBinAddr: 0x54EE0, symSize: 0xBC }
+ - { offsetInCU: 0x361, offset: 0xAA828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x7C8, symBinAddr: 0x54F9C, symSize: 0x2C }
+ - { offsetInCU: 0x3C0, offset: 0xAA887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x7F4, symBinAddr: 0x54FC8, symSize: 0x2C }
+ - { offsetInCU: 0x41D, offset: 0xAA8E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfd', symObjAddr: 0x83C, symBinAddr: 0x55010, symSize: 0x3C }
+ - { offsetInCU: 0x46E, offset: 0xAA935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfD', symObjAddr: 0x88C, symBinAddr: 0x5504C, symSize: 0x44 }
+ - { offsetInCU: 0x4C8, offset: 0xAA98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0x54DDC, symSize: 0x20 }
+ - { offsetInCU: 0x57D, offset: 0xAAA44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfE', symObjAddr: 0x820, symBinAddr: 0x54FF4, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0xAAD17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC11participantAA0D0Cvg', symObjAddr: 0x0, symBinAddr: 0x550AC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xAAD33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6reasonAC0E6ReasonOvg', symObjAddr: 0x8, symBinAddr: 0x550B4, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xAAD4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4C, symBinAddr: 0x550F8, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0xAAD74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x94, symBinAddr: 0x55140, symSize: 0x2E8 }
+ - { offsetInCU: 0x18D, offset: 0xAAE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO8asStringSSvg', symObjAddr: 0x638, symBinAddr: 0x55594, symSize: 0x70 }
+ - { offsetInCU: 0x1AC, offset: 0xAAE78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO7asErrorAA8SBCErrorCvg', symObjAddr: 0x6A8, symBinAddr: 0x55604, symSize: 0xE4 }
+ - { offsetInCU: 0x218, offset: 0xAAEE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAESS_tcfC', symObjAddr: 0x78C, symBinAddr: 0x556E8, symSize: 0xF8 }
+ - { offsetInCU: 0x2BB, offset: 0xAAF87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO6encode2toys7Encoder_p_tKF', symObjAddr: 0x884, symBinAddr: 0x557E0, symSize: 0x104 }
+ - { offsetInCU: 0x336, offset: 0xAB002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x9B0, symBinAddr: 0x558E4, symSize: 0x14 }
+ - { offsetInCU: 0x360, offset: 0xAB02C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x9C4, symBinAddr: 0x558F8, symSize: 0x28 }
+ - { offsetInCU: 0x398, offset: 0xAB064, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9EC, symBinAddr: 0x55920, symSize: 0x18 }
+ - { offsetInCU: 0x3FD, offset: 0xAB0C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xAE8, symBinAddr: 0x55A1C, symSize: 0x198 }
+ - { offsetInCU: 0x4BB, offset: 0xAB187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId11participant6reason07messageI0ACSS_AA06RemoteD0CAC0E6ReasonOSStcfC', symObjAddr: 0x58C, symBinAddr: 0x554E8, symSize: 0x80 }
+ - { offsetInCU: 0x55F, offset: 0xAB22B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId11participant6reason07messageI0ACSS_AA06RemoteD0CAC0E6ReasonOSStcfc', symObjAddr: 0x60C, symBinAddr: 0x55568, symSize: 0x2C }
+ - { offsetInCU: 0x624, offset: 0xAB2F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0xA04, symBinAddr: 0x55938, symSize: 0x2C }
+ - { offsetInCU: 0x683, offset: 0xAB34F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0xA30, symBinAddr: 0x55964, symSize: 0x2C }
+ - { offsetInCU: 0x6DA, offset: 0xAB3A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfd', symObjAddr: 0xA78, symBinAddr: 0x559AC, symSize: 0x34 }
+ - { offsetInCU: 0x72B, offset: 0xAB3F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfD', symObjAddr: 0xAAC, symBinAddr: 0x559E0, symSize: 0x3C }
+ - { offsetInCU: 0x785, offset: 0xAB451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOWOy', symObjAddr: 0x38, symBinAddr: 0x550E4, symSize: 0x14 }
+ - { offsetInCU: 0x799, offset: 0xAB465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCMa', symObjAddr: 0x444, symBinAddr: 0x55428, symSize: 0x20 }
+ - { offsetInCU: 0x7AD, offset: 0xAB479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOWOe', symObjAddr: 0x464, symBinAddr: 0x55448, symSize: 0x14 }
+ - { offsetInCU: 0x7C1, offset: 0xAB48D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACSeAAWl', symObjAddr: 0x4BC, symBinAddr: 0x5545C, symSize: 0x48 }
+ - { offsetInCU: 0x7D5, offset: 0xAB4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOAESeAAWl', symObjAddr: 0x504, symBinAddr: 0x554A4, symSize: 0x44 }
+ - { offsetInCU: 0x909, offset: 0xAB5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfE', symObjAddr: 0xA5C, symBinAddr: 0x55990, symSize: 0x1C }
+ - { offsetInCU: 0x936, offset: 0xAB602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwCP', symObjAddr: 0xC94, symBinAddr: 0x55BC8, symSize: 0x48 }
+ - { offsetInCU: 0x94A, offset: 0xAB616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwxx', symObjAddr: 0xCDC, symBinAddr: 0x55C10, symSize: 0x18 }
+ - { offsetInCU: 0x95E, offset: 0xAB62A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwcp', symObjAddr: 0xCF4, symBinAddr: 0x55C28, symSize: 0x48 }
+ - { offsetInCU: 0x972, offset: 0xAB63E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwca', symObjAddr: 0xD3C, symBinAddr: 0x55C70, symSize: 0xA0 }
+ - { offsetInCU: 0x986, offset: 0xAB652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwta', symObjAddr: 0xDE8, symBinAddr: 0x55D10, symSize: 0x60 }
+ - { offsetInCU: 0x99A, offset: 0xAB666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwet', symObjAddr: 0xE48, symBinAddr: 0x55D70, symSize: 0x54 }
+ - { offsetInCU: 0x9AE, offset: 0xAB67A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwst', symObjAddr: 0xE9C, symBinAddr: 0x55DC4, symSize: 0x50 }
+ - { offsetInCU: 0x9C2, offset: 0xAB68E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwug', symObjAddr: 0xEEC, symBinAddr: 0x55E14, symSize: 0x18 }
+ - { offsetInCU: 0x9D6, offset: 0xAB6A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwup', symObjAddr: 0xF04, symBinAddr: 0x55E2C, symSize: 0x4 }
+ - { offsetInCU: 0x9EA, offset: 0xAB6B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwui', symObjAddr: 0xF08, symBinAddr: 0x55E30, symSize: 0x20 }
+ - { offsetInCU: 0x9FE, offset: 0xAB6CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOMa', symObjAddr: 0xF28, symBinAddr: 0x55E50, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xAB957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvg', symObjAddr: 0x0, symBinAddr: 0x55E60, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xAB973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvs', symObjAddr: 0x30, symBinAddr: 0x55E90, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0xAB98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvM', symObjAddr: 0x74, symBinAddr: 0x55ED4, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xAB9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x55F10, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0xAB9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC5limitSivg', symObjAddr: 0xB4, symBinAddr: 0x55F14, symSize: 0x8 }
+ - { offsetInCU: 0xD7, offset: 0xAB9E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCACycfC', symObjAddr: 0xBC, symBinAddr: 0x55F1C, symSize: 0x34 }
+ - { offsetInCU: 0xF5, offset: 0xABA01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCACycfc', symObjAddr: 0xF0, symBinAddr: 0x55F50, symSize: 0x330 }
+ - { offsetInCU: 0x2DA, offset: 0xABBE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCfd', symObjAddr: 0x678, symBinAddr: 0x564D8, symSize: 0x194 }
+ - { offsetInCU: 0x44E, offset: 0xABD5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCfD', symObjAddr: 0x80C, symBinAddr: 0x5666C, symSize: 0x1C }
+ - { offsetInCU: 0x47B, offset: 0xABD87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC7confirm5value10identifierAA0D7Command_pSgAaG_p_SStF', symObjAddr: 0x828, symBinAddr: 0x56688, symSize: 0x808 }
+ - { offsetInCU: 0xA12, offset: 0xAC31E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCAA9CheckableA2aDP7confirm5value10identifier8ItemTypeQzSgAJ_SStFTW', symObjAddr: 0x1030, symBinAddr: 0x56E90, symSize: 0x28 }
+ - { offsetInCU: 0xBF1, offset: 0xAC4FD, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x1108, symBinAddr: 0x56EB8, symSize: 0x48 }
+ - { offsetInCU: 0xC05, offset: 0xAC511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCMa', symObjAddr: 0x1150, symBinAddr: 0x56F00, symSize: 0x20 }
+ - { offsetInCU: 0xC19, offset: 0xAC525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pWOc', symObjAddr: 0x11AC, symBinAddr: 0x56F5C, symSize: 0x44 }
+ - { offsetInCU: 0xC2D, offset: 0xAC539, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x129C, symBinAddr: 0x5704C, symSize: 0x10 }
+ - { offsetInCU: 0xD5A, offset: 0xAC666, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSS_ypTg5', symObjAddr: 0x420, symBinAddr: 0x56280, symSize: 0x124 }
+ - { offsetInCU: 0x2B, offset: 0xACA8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x0, symBinAddr: 0x5705C, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0xACAB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x0, symBinAddr: 0x5705C, symSize: 0x10 }
+ - { offsetInCU: 0x7C, offset: 0xACADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC12inputAdaptorSo029AVAssetWriterInputPixelBufferG0Cvg', symObjAddr: 0x10, symBinAddr: 0x5706C, symSize: 0x10 }
+ - { offsetInCU: 0xA9, offset: 0xACB0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavg', symObjAddr: 0x20, symBinAddr: 0x5707C, symSize: 0x48 }
+ - { offsetInCU: 0xD8, offset: 0xACB3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavs', symObjAddr: 0x68, symBinAddr: 0x570C4, symSize: 0x6C }
+ - { offsetInCU: 0x117, offset: 0xACB79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavM', symObjAddr: 0xD4, symBinAddr: 0x57130, symSize: 0x44 }
+ - { offsetInCU: 0x146, offset: 0xACBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavM.resume.0', symObjAddr: 0x118, symBinAddr: 0x57174, symSize: 0x4 }
+ - { offsetInCU: 0x171, offset: 0xACBD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavg', symObjAddr: 0x11C, symBinAddr: 0x57178, symSize: 0x48 }
+ - { offsetInCU: 0x1BE, offset: 0xACC20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavs', symObjAddr: 0x46C, symBinAddr: 0x574C8, symSize: 0x1C }
+ - { offsetInCU: 0x1E5, offset: 0xACC47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavM', symObjAddr: 0x488, symBinAddr: 0x574E4, symSize: 0x40 }
+ - { offsetInCU: 0x23E, offset: 0xACCA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavM.resume.0', symObjAddr: 0x4C8, symBinAddr: 0x57524, symSize: 0x24 }
+ - { offsetInCU: 0x27D, offset: 0xACCDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvg', symObjAddr: 0x4EC, symBinAddr: 0x57548, symSize: 0x48 }
+ - { offsetInCU: 0x2AC, offset: 0xACD0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvs', symObjAddr: 0x534, symBinAddr: 0x57590, symSize: 0x58 }
+ - { offsetInCU: 0x2EB, offset: 0xACD4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvM', symObjAddr: 0x58C, symBinAddr: 0x575E8, symSize: 0x70 }
+ - { offsetInCU: 0x31A, offset: 0xACD7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvM.resume.0', symObjAddr: 0x5FC, symBinAddr: 0x57658, symSize: 0x6C }
+ - { offsetInCU: 0x345, offset: 0xACDA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC05otherE0AA10Recordable_pSgvg', symObjAddr: 0x668, symBinAddr: 0x576C4, symSize: 0x68 }
+ - { offsetInCU: 0x374, offset: 0xACDD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC4size8rotationACSo6CGSizeV_So16RTCVideoRotationVSgtcfC', symObjAddr: 0x6D0, symBinAddr: 0x5772C, symSize: 0x58 }
+ - { offsetInCU: 0x392, offset: 0xACDF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC4size8rotationACSo6CGSizeV_So16RTCVideoRotationVSgtcfc', symObjAddr: 0x728, symBinAddr: 0x57784, symSize: 0x354 }
+ - { offsetInCU: 0x4FC, offset: 0xACF5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC16registerToWriteryySo07AVAssetH0CF', symObjAddr: 0xABC, symBinAddr: 0x57AD8, symSize: 0x18 }
+ - { offsetInCU: 0x537, offset: 0xACF99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0xAD4, symBinAddr: 0x57AF0, symSize: 0x248 }
+ - { offsetInCU: 0x6E2, offset: 0xAD144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x1034, symBinAddr: 0x58050, symSize: 0x50 }
+ - { offsetInCU: 0x71C, offset: 0xAD17E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11recordFrame_2atySo11CVBufferRefa_So6CMTimeatF', symObjAddr: 0x1084, symBinAddr: 0x580A0, symSize: 0x154 }
+ - { offsetInCU: 0x7E3, offset: 0xAD245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfC', symObjAddr: 0x11D8, symBinAddr: 0x581F4, symSize: 0x20 }
+ - { offsetInCU: 0x801, offset: 0xAD263, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfc', symObjAddr: 0x11F8, symBinAddr: 0x58214, symSize: 0x2C }
+ - { offsetInCU: 0x864, offset: 0xAD2C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfcTo', symObjAddr: 0x1224, symBinAddr: 0x58240, symSize: 0x2C }
+ - { offsetInCU: 0x8CB, offset: 0xAD32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCfD', symObjAddr: 0x1250, symBinAddr: 0x5826C, symSize: 0x30 }
+ - { offsetInCU: 0x8F8, offset: 0xAD35A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavgTW', symObjAddr: 0x12C8, symBinAddr: 0x582E4, symSize: 0x1C }
+ - { offsetInCU: 0x90C, offset: 0xAD36E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavsTW', symObjAddr: 0x12E4, symBinAddr: 0x58300, symSize: 0x1C }
+ - { offsetInCU: 0x920, offset: 0xAD382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW', symObjAddr: 0x1300, symBinAddr: 0x5831C, symSize: 0x5C }
+ - { offsetInCU: 0x93C, offset: 0xAD39E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW.resume.0', symObjAddr: 0x135C, symBinAddr: 0x58378, symSize: 0x2C }
+ - { offsetInCU: 0x958, offset: 0xAD3BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP6offsetSo6CMTimeavgTW', symObjAddr: 0x1388, symBinAddr: 0x583A4, symSize: 0x1C }
+ - { offsetInCU: 0x96C, offset: 0xAD3CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8recorderAA0E0CSgvgTW', symObjAddr: 0x13A4, symBinAddr: 0x583C0, symSize: 0x1C }
+ - { offsetInCU: 0x988, offset: 0xAD3EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP05otherE0AaD_pSgvgTW', symObjAddr: 0x13C0, symBinAddr: 0x583DC, symSize: 0x1C }
+ - { offsetInCU: 0x99C, offset: 0xAD3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP16registerToWriteryySo07AVAssetI0CFTW', symObjAddr: 0x13DC, symBinAddr: 0x583F8, symSize: 0x1C }
+ - { offsetInCU: 0x9B9, offset: 0xAD41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayFAA13VideoRecorderC_Tg5', symObjAddr: 0x164, symBinAddr: 0x571C0, symSize: 0x194 }
+ - { offsetInCU: 0xA67, offset: 0xAD4C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayFAA13AudioRecorderC_Tg5', symObjAddr: 0x2F8, symBinAddr: 0x57354, symSize: 0x174 }
+ - { offsetInCU: 0xB8F, offset: 0xAD5F1, size: 0x8, addend: 0x0, symName: '_$sSo13RTCI420BufferC13SendBirdCallsE09asCVPixelB0So11CVBufferRefaSgvg', symObjAddr: 0xD1C, symBinAddr: 0x57D38, symSize: 0x318 }
+ - { offsetInCU: 0xE4D, offset: 0xAD8AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCfETo', symObjAddr: 0x1280, symBinAddr: 0x5829C, symSize: 0x48 }
+ - { offsetInCU: 0xEEA, offset: 0xAD94C, size: 0x8, addend: 0x0, symName: '_$sSo13RTCI420BufferC13SendBirdCallsE17convertI420ToNV12So11CVBufferRefaSgvg', symObjAddr: 0x13F8, symBinAddr: 0x58414, symSize: 0x43C }
+ - { offsetInCU: 0x1471, offset: 0xADED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCMa', symObjAddr: 0x1834, symBinAddr: 0x58850, symSize: 0x20 }
+ - { offsetInCU: 0x1485, offset: 0xADEE7, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaABSHSCWl', symObjAddr: 0x1854, symBinAddr: 0x58870, symSize: 0x48 }
+ - { offsetInCU: 0x4B, offset: 0xAE472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvg', symObjAddr: 0x0, symBinAddr: 0x58BDC, symSize: 0x48 }
+ - { offsetInCU: 0x67, offset: 0xAE48E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvs', symObjAddr: 0x48, symBinAddr: 0x58C24, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0xAE4AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvM', symObjAddr: 0x98, symBinAddr: 0x58C74, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xAE4C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvM.resume.0', symObjAddr: 0xD4, symBinAddr: 0x58CB0, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0xAE4E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvg', symObjAddr: 0xD8, symBinAddr: 0x58CB4, symSize: 0x48 }
+ - { offsetInCU: 0xD7, offset: 0xAE4FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvs', symObjAddr: 0x120, symBinAddr: 0x58CFC, symSize: 0x50 }
+ - { offsetInCU: 0xF3, offset: 0xAE51A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvM', symObjAddr: 0x170, symBinAddr: 0x58D4C, symSize: 0x3C }
+ - { offsetInCU: 0x10F, offset: 0xAE536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvg', symObjAddr: 0x1AC, symBinAddr: 0x58D88, symSize: 0x48 }
+ - { offsetInCU: 0x12B, offset: 0xAE552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvs', symObjAddr: 0x1F4, symBinAddr: 0x58DD0, symSize: 0x50 }
+ - { offsetInCU: 0x147, offset: 0xAE56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvM', symObjAddr: 0x244, symBinAddr: 0x58E20, symSize: 0x3C }
+ - { offsetInCU: 0x1A5, offset: 0xAE5CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolType010connectionG0013relayProtocolG0ACSS_S2StcfC', symObjAddr: 0x280, symBinAddr: 0x58E5C, symSize: 0xB0 }
+ - { offsetInCU: 0x200, offset: 0xAE627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolType010connectionG0013relayProtocolG0ACSS_S2Stcfc', symObjAddr: 0x330, symBinAddr: 0x58F0C, symSize: 0x9C }
+ - { offsetInCU: 0x23D, offset: 0xAE664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCyACSgAA10StatisticsCSgcfC', symObjAddr: 0x3CC, symBinAddr: 0x58FA8, symSize: 0x38 }
+ - { offsetInCU: 0x25B, offset: 0xAE682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCyACSgAA10StatisticsCSgcfc', symObjAddr: 0x404, symBinAddr: 0x58FE0, symSize: 0x2D0 }
+ - { offsetInCU: 0x3B0, offset: 0xAE7D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x6F4, symBinAddr: 0x592D0, symSize: 0x5C }
+ - { offsetInCU: 0x408, offset: 0xAE82F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x750, symBinAddr: 0x5932C, symSize: 0x5C }
+ - { offsetInCU: 0x470, offset: 0xAE897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x7AC, symBinAddr: 0x59388, symSize: 0x8 }
+ - { offsetInCU: 0x497, offset: 0xAE8BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x7B4, symBinAddr: 0x59390, symSize: 0xC }
+ - { offsetInCU: 0x4BE, offset: 0xAE8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8rawValueSSvg', symObjAddr: 0x7C0, symBinAddr: 0x5939C, symSize: 0x20 }
+ - { offsetInCU: 0x4F7, offset: 0xAE91E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueSSvg', symObjAddr: 0x7E0, symBinAddr: 0x593BC, symSize: 0x20 }
+ - { offsetInCU: 0x525, offset: 0xAE94C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueSSvg', symObjAddr: 0x7E0, symBinAddr: 0x593BC, symSize: 0x20 }
+ - { offsetInCU: 0x550, offset: 0xAE977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x984, symBinAddr: 0x59560, symSize: 0x64 }
+ - { offsetInCU: 0x5B6, offset: 0xAE9DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x9E8, symBinAddr: 0x595C4, symSize: 0x28 }
+ - { offsetInCU: 0x5CA, offset: 0xAE9F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xA10, symBinAddr: 0x595EC, symSize: 0x8 }
+ - { offsetInCU: 0x600, offset: 0xAEA27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA18, symBinAddr: 0x595F4, symSize: 0x68 }
+ - { offsetInCU: 0x685, offset: 0xAEAAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xA80, symBinAddr: 0x5965C, symSize: 0xC }
+ - { offsetInCU: 0x6A1, offset: 0xAEAC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xA8C, symBinAddr: 0x59668, symSize: 0xC }
+ - { offsetInCU: 0x6BE, offset: 0xAEAE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCfd', symObjAddr: 0xAE8, symBinAddr: 0x596C4, symSize: 0x2C }
+ - { offsetInCU: 0x6F9, offset: 0xAEB20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCfD', symObjAddr: 0xB14, symBinAddr: 0x596F0, symSize: 0x34 }
+ - { offsetInCU: 0x73C, offset: 0xAEB63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB48, symBinAddr: 0x59724, symSize: 0x18C }
+ - { offsetInCU: 0x77B, offset: 0xAEBA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCD4, symBinAddr: 0x598B0, symSize: 0x28 }
+ - { offsetInCU: 0x815, offset: 0xAEC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCMa', symObjAddr: 0x6D4, symBinAddr: 0x592B0, symSize: 0x20 }
+ - { offsetInCU: 0x84A, offset: 0xAEC71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVWOr', symObjAddr: 0xD84, symBinAddr: 0x598D8, symSize: 0xE4 }
+ - { offsetInCU: 0x85E, offset: 0xAEC85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVWOs', symObjAddr: 0x123C, symBinAddr: 0x599BC, symSize: 0xE8 }
+ - { offsetInCU: 0x872, offset: 0xAEC99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x1348, symBinAddr: 0x59AA4, symSize: 0x44 }
+ - { offsetInCU: 0x886, offset: 0xAECAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASQWb', symObjAddr: 0x138C, symBinAddr: 0x59AE8, symSize: 0x4 }
+ - { offsetInCU: 0x89A, offset: 0xAECC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAESQAAWl', symObjAddr: 0x1390, symBinAddr: 0x59AEC, symSize: 0x44 }
+ - { offsetInCU: 0x8AE, offset: 0xAECD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x13D4, symBinAddr: 0x59B30, symSize: 0x4 }
+ - { offsetInCU: 0x8C2, offset: 0xAECE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x13D8, symBinAddr: 0x59B34, symSize: 0x44 }
+ - { offsetInCU: 0x8D6, offset: 0xAECFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x141C, symBinAddr: 0x59B78, symSize: 0x4 }
+ - { offsetInCU: 0x8EA, offset: 0xAED11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1420, symBinAddr: 0x59B7C, symSize: 0x44 }
+ - { offsetInCU: 0x8FE, offset: 0xAED25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwet', symObjAddr: 0x1674, symBinAddr: 0x59DC0, symSize: 0x90 }
+ - { offsetInCU: 0x912, offset: 0xAED39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwst', symObjAddr: 0x1704, symBinAddr: 0x59E50, symSize: 0xBC }
+ - { offsetInCU: 0x926, offset: 0xAED4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwug', symObjAddr: 0x17C0, symBinAddr: 0x59F0C, symSize: 0x8 }
+ - { offsetInCU: 0x93A, offset: 0xAED61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwup', symObjAddr: 0x17C8, symBinAddr: 0x59F14, symSize: 0x4 }
+ - { offsetInCU: 0x94E, offset: 0xAED75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwui', symObjAddr: 0x17CC, symBinAddr: 0x59F18, symSize: 0x8 }
+ - { offsetInCU: 0x962, offset: 0xAED89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOMa', symObjAddr: 0x17D4, symBinAddr: 0x59F20, symSize: 0x10 }
+ - { offsetInCU: 0x9B7, offset: 0xAEDDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x800, symBinAddr: 0x593DC, symSize: 0x88 }
+ - { offsetInCU: 0xA66, offset: 0xAEE8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x888, symBinAddr: 0x59464, symSize: 0x60 }
+ - { offsetInCU: 0xAE4, offset: 0xAEF0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8E8, symBinAddr: 0x594C4, symSize: 0x40 }
+ - { offsetInCU: 0xB36, offset: 0xAEF5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x928, symBinAddr: 0x59504, symSize: 0x5C }
+ - { offsetInCU: 0xB92, offset: 0xAEFB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xA98, symBinAddr: 0x59674, symSize: 0x28 }
+ - { offsetInCU: 0xBAE, offset: 0xAEFD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xAC0, symBinAddr: 0x5969C, symSize: 0x28 }
+ - { offsetInCU: 0x43, offset: 0xAF216, size: 0x8, addend: 0x0, symName: '_$sIeg_IeyB_TR', symObjAddr: 0x0, symBinAddr: 0x59F38, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0xAF23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvg', symObjAddr: 0x2C, symBinAddr: 0x59F64, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0xAF256, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvs', symObjAddr: 0x70, symBinAddr: 0x59FA8, symSize: 0x60 }
+ - { offsetInCU: 0x9F, offset: 0xAF272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvM', symObjAddr: 0xD0, symBinAddr: 0x5A008, symSize: 0x6C }
+ - { offsetInCU: 0xBB, offset: 0xAF28E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvM.resume.0', symObjAddr: 0x13C, symBinAddr: 0x5A074, symSize: 0x70 }
+ - { offsetInCU: 0xD7, offset: 0xAF2AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvg', symObjAddr: 0x1AC, symBinAddr: 0x5A0E4, symSize: 0x34 }
+ - { offsetInCU: 0xF3, offset: 0xAF2C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvs', symObjAddr: 0x1E0, symBinAddr: 0x5A118, symSize: 0x44 }
+ - { offsetInCU: 0x10F, offset: 0xAF2E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvM', symObjAddr: 0x224, symBinAddr: 0x5A15C, symSize: 0x3C }
+ - { offsetInCU: 0x12B, offset: 0xAF2FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvg', symObjAddr: 0x260, symBinAddr: 0x5A198, symSize: 0x34 }
+ - { offsetInCU: 0x147, offset: 0xAF31A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvs', symObjAddr: 0x294, symBinAddr: 0x5A1CC, symSize: 0x44 }
+ - { offsetInCU: 0x163, offset: 0xAF336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvM', symObjAddr: 0x2D8, symBinAddr: 0x5A210, symSize: 0x3C }
+ - { offsetInCU: 0x17F, offset: 0xAF352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvM.resume.0', symObjAddr: 0x314, symBinAddr: 0x5A24C, symSize: 0x4 }
+ - { offsetInCU: 0x19B, offset: 0xAF36E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC05soundF0AA05SoundF0Cvg', symObjAddr: 0x318, symBinAddr: 0x5A250, symSize: 0x8 }
+ - { offsetInCU: 0x1B7, offset: 0xAF38A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvg', symObjAddr: 0x320, symBinAddr: 0x5A258, symSize: 0x34 }
+ - { offsetInCU: 0x1D3, offset: 0xAF3A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvs', symObjAddr: 0x354, symBinAddr: 0x5A28C, symSize: 0x44 }
+ - { offsetInCU: 0x1EF, offset: 0xAF3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvM', symObjAddr: 0x398, symBinAddr: 0x5A2D0, symSize: 0x3C }
+ - { offsetInCU: 0x20B, offset: 0xAF3DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0Vvg', symObjAddr: 0x3D4, symBinAddr: 0x5A30C, symSize: 0x30 }
+ - { offsetInCU: 0x227, offset: 0xAF3FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0Vvs', symObjAddr: 0x404, symBinAddr: 0x5A33C, symSize: 0x3C }
+ - { offsetInCU: 0x243, offset: 0xAF416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0VvM', symObjAddr: 0x440, symBinAddr: 0x5A378, symSize: 0x3C }
+ - { offsetInCU: 0x26E, offset: 0xAF441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfC', symObjAddr: 0x47C, symBinAddr: 0x5A3B4, symSize: 0x98 }
+ - { offsetInCU: 0x2AF, offset: 0xAF482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfc', symObjAddr: 0x514, symBinAddr: 0x5A44C, symSize: 0xA0 }
+ - { offsetInCU: 0x2D9, offset: 0xAF4AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC3add4callyAA0dE0C_tF', symObjAddr: 0x5B4, symBinAddr: 0x5A4EC, symSize: 0x1F4 }
+ - { offsetInCU: 0x472, offset: 0xAF645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctF', symObjAddr: 0x7A8, symBinAddr: 0x5A6E0, symSize: 0x384 }
+ - { offsetInCU: 0x642, offset: 0xAF815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_', symObjAddr: 0xB2C, symBinAddr: 0x5AA64, symSize: 0x218 }
+ - { offsetInCU: 0x7CF, offset: 0xAF9A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tF', symObjAddr: 0xD44, symBinAddr: 0x5AC7C, symSize: 0x668 }
+ - { offsetInCU: 0xB62, offset: 0xAFD35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyAA0dE0CXEfU0_yAGSgcfU_', symObjAddr: 0x13AC, symBinAddr: 0x5B2E4, symSize: 0xC0 }
+ - { offsetInCU: 0xC65, offset: 0xAFE38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyycfU1_', symObjAddr: 0x146C, symBinAddr: 0x5B3A4, symSize: 0x64 }
+ - { offsetInCU: 0xCA1, offset: 0xAFE74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0x14D0, symBinAddr: 0x5B408, symSize: 0x858 }
+ - { offsetInCU: 0x126A, offset: 0xB043D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010getOngoingE5CountSiyF', symObjAddr: 0x1D40, symBinAddr: 0x5BC78, symSize: 0x3AC }
+ - { offsetInCU: 0x1679, offset: 0xB084C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010getOngoingC0SayAA0dE0CGyF', symObjAddr: 0x20EC, symBinAddr: 0x5C024, symSize: 0x358 }
+ - { offsetInCU: 0x1A72, offset: 0xB0C45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF', symObjAddr: 0x2444, symBinAddr: 0x5C37C, symSize: 0x250 }
+ - { offsetInCU: 0x1C15, offset: 0xB0DE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010holdActiveC003newE2IdySS_tF', symObjAddr: 0x2694, symBinAddr: 0x5C5CC, symSize: 0x244 }
+ - { offsetInCU: 0x1FB8, offset: 0xB118B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC09endActiveC003newE2IdySS_tF', symObjAddr: 0x28D8, symBinAddr: 0x5C810, symSize: 0x240 }
+ - { offsetInCU: 0x235B, offset: 0xB152E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC20addRecordingDelegate8delegate10identifieryAA0abhI0_p_SStF', symObjAddr: 0x2B18, symBinAddr: 0x5CA50, symSize: 0x28 }
+ - { offsetInCU: 0x23AE, offset: 0xB1581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC23removeRecordingDelegate10identifierySS_tF', symObjAddr: 0x2B40, symBinAddr: 0x5CA78, symSize: 0x28 }
+ - { offsetInCU: 0x23F0, offset: 0xB15C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC27removeAllRecordingDelegatesyyF', symObjAddr: 0x2B68, symBinAddr: 0x5CAA0, symSize: 0x28 }
+ - { offsetInCU: 0x243F, offset: 0xB1612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCACycfC', symObjAddr: 0x2B90, symBinAddr: 0x5CAC8, symSize: 0x2C }
+ - { offsetInCU: 0x249E, offset: 0xB1671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCACycfc', symObjAddr: 0x2BBC, symBinAddr: 0x5CAF4, symSize: 0x2C }
+ - { offsetInCU: 0x24E3, offset: 0xB16B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfd', symObjAddr: 0x2C3C, symBinAddr: 0x5CB74, symSize: 0x5C }
+ - { offsetInCU: 0x2510, offset: 0xB16E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfD', symObjAddr: 0x2C98, symBinAddr: 0x5CBD0, symSize: 0x1C }
+ - { offsetInCU: 0x253D, offset: 0xB1710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC06createdE033_A92334C6980DC29DC2A7511E93F8A25DLL4withAA0dE0CSgAA7Command_p_tFTf4en_nAA09DialEventQ0C_Tg5', symObjAddr: 0x3148, symBinAddr: 0x5D080, symSize: 0xE58 }
+ - { offsetInCU: 0x2ECC, offset: 0xB209F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC06createdE033_A92334C6980DC29DC2A7511E93F8A25DLL4withAA0dE0CSgAA7Command_p_tFTf4en_nAA0de5EventQ0C_Tg5', symObjAddr: 0x3FA0, symBinAddr: 0x5DED8, symSize: 0xE5C }
+ - { offsetInCU: 0x385B, offset: 0xB2A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfcTf4ennnnn_nTf4ggggng_n', symObjAddr: 0x53E0, symBinAddr: 0x5F318, symSize: 0x184 }
+ - { offsetInCU: 0x3976, offset: 0xB2B49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfCTfq4ennnnn_nTf4ggggnn_n', symObjAddr: 0x5564, symBinAddr: 0x5F49C, symSize: 0x94 }
+ - { offsetInCU: 0x4024, offset: 0xB31F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfE', symObjAddr: 0x2BE8, symBinAddr: 0x5CB20, symSize: 0x54 }
+ - { offsetInCU: 0x4051, offset: 0xB3224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC22isUsingWebSocketClientSbyF', symObjAddr: 0x2CB4, symBinAddr: 0x5CBEC, symSize: 0x24 }
+ - { offsetInCU: 0x408E, offset: 0xB3261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC22isUsingWebSocketClientSbyFTo', symObjAddr: 0x2CD8, symBinAddr: 0x5CC10, symSize: 0x40 }
+ - { offsetInCU: 0x424C, offset: 0xB341F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tFTf4en_nAA0de5EventH0C_Tg5', symObjAddr: 0x4DFC, symBinAddr: 0x5ED34, symSize: 0x14C }
+ - { offsetInCU: 0x4369, offset: 0xB353C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_TA', symObjAddr: 0x5700, symBinAddr: 0x5F588, symSize: 0xC }
+ - { offsetInCU: 0x437D, offset: 0xB3550, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x570C, symBinAddr: 0x5F594, symSize: 0x10 }
+ - { offsetInCU: 0x4391, offset: 0xB3564, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x571C, symBinAddr: 0x5F5A4, symSize: 0x8 }
+ - { offsetInCU: 0x43A5, offset: 0xB3578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyAA0dE0CXEfU0_yAGSgcfU_TA', symObjAddr: 0x57F4, symBinAddr: 0x5F5FC, symSize: 0x8 }
+ - { offsetInCU: 0x43B9, offset: 0xB358C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyycfU1_TA', symObjAddr: 0x5830, symBinAddr: 0x5F638, symSize: 0xC }
+ - { offsetInCU: 0x43CD, offset: 0xB35A0, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8SBCErrorCGSgIegg_SgWOy', symObjAddr: 0x583C, symBinAddr: 0x5F644, symSize: 0x10 }
+ - { offsetInCU: 0x43E1, offset: 0xB35B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pWOc', symObjAddr: 0x58CC, symBinAddr: 0x5F6D4, symSize: 0x44 }
+ - { offsetInCU: 0x43F5, offset: 0xB35C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DirectCallManagerDelegate_pSgXwWOh', symObjAddr: 0x5930, symBinAddr: 0x5F718, symSize: 0x24 }
+ - { offsetInCU: 0x4409, offset: 0xB35DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCMa', symObjAddr: 0x5B58, symBinAddr: 0x5F940, symSize: 0x20 }
+ - { offsetInCU: 0x441D, offset: 0xB35F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x5CC8, symBinAddr: 0x5FAB0, symSize: 0x8 }
+ - { offsetInCU: 0x4431, offset: 0xB3604, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls10DirectCallCG_Tg504$s13ef7Calls17hI102ManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_SbAHXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x5CF0, symBinAddr: 0x5FAD8, symSize: 0xEC }
+ - { offsetInCU: 0x45D6, offset: 0xB37A9, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls10DirectCallCG_Tg504$s13hi7Calls17kL102ManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_SbAHXEfU_AITf1cn_nTf4ng_n', symObjAddr: 0x5DDC, symBinAddr: 0x5FBC4, symSize: 0x2E8 }
+ - { offsetInCU: 0x48DA, offset: 0xB3AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVWOs', symObjAddr: 0x6170, symBinAddr: 0x5FEAC, symSize: 0x78 }
+ - { offsetInCU: 0x48EE, offset: 0xB3AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_yycfU0_TA', symObjAddr: 0x6220, symBinAddr: 0x5FF5C, symSize: 0x28 }
+ - { offsetInCU: 0x4BD8, offset: 0xB3DAB, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF13SendBirdCalls10DirectCallC_SayAGGTg5', symObjAddr: 0x2D18, symBinAddr: 0x5CC50, symSize: 0x114 }
+ - { offsetInCU: 0x4D9E, offset: 0xB3F71, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFs5Int16V_SRyAFGTg5', symObjAddr: 0x2E2C, symBinAddr: 0x5CD64, symSize: 0x204 }
+ - { offsetInCU: 0xC5, offset: 0xB46C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC28arrangeLocalMediaConstraints14isAudioEnabled0j5VideoL007initialgI0ySb_SbAA0eI0CSgtF', symObjAddr: 0x0, symBinAddr: 0x5FFF8, symSize: 0x284 }
+ - { offsetInCU: 0x2A3, offset: 0xB48A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestTimeout4withyAA0G7RequestV6ReasonO_tF', symObjAddr: 0x284, symBinAddr: 0x6027C, symSize: 0x308 }
+ - { offsetInCU: 0x465, offset: 0xB4A67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x58C, symBinAddr: 0x60584, symSize: 0x2E4 }
+ - { offsetInCU: 0x62E, offset: 0xB4C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFTo', symObjAddr: 0x870, symBinAddr: 0x60868, symSize: 0x98 }
+ - { offsetInCU: 0x6D6, offset: 0xB4CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6accept4withyAA12AcceptParamsC_tF', symObjAddr: 0x908, symBinAddr: 0x60900, symSize: 0x33C }
+ - { offsetInCU: 0x83B, offset: 0xB4E3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6accept4withyAA12AcceptParamsC_tFTo', symObjAddr: 0xC44, symBinAddr: 0x60C3C, symSize: 0x50 }
+ - { offsetInCU: 0x857, offset: 0xB4E59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3endyyF', symObjAddr: 0xC94, symBinAddr: 0x60C8C, symSize: 0xC4 }
+ - { offsetInCU: 0x8D1, offset: 0xB4ED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3endyyFTo', symObjAddr: 0xD58, symBinAddr: 0x60D50, symSize: 0x2C }
+ - { offsetInCU: 0x8ED, offset: 0xB4EEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tF', symObjAddr: 0xD84, symBinAddr: 0x60D7C, symSize: 0x170 }
+ - { offsetInCU: 0x976, offset: 0xB4F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_', symObjAddr: 0xEF4, symBinAddr: 0x60EEC, symSize: 0x234 }
+ - { offsetInCU: 0xB5D, offset: 0xB515F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFTo', symObjAddr: 0x1128, symBinAddr: 0x61120, symSize: 0x88 }
+ - { offsetInCU: 0xBA6, offset: 0xB51A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x11B0, symBinAddr: 0x611A8, symSize: 0x1F0 }
+ - { offsetInCU: 0xCE1, offset: 0xB52E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x13A0, symBinAddr: 0x61398, symSize: 0x88 }
+ - { offsetInCU: 0xD8E, offset: 0xB5390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x1428, symBinAddr: 0x61420, symSize: 0x40C }
+ - { offsetInCU: 0xF1A, offset: 0xB551C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFyAA12HoldResponseCSg_AHtcfU_', symObjAddr: 0x1968, symBinAddr: 0x61960, symSize: 0x100 }
+ - { offsetInCU: 0xFC4, offset: 0xB55C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18handleHoldResponse_04isOnG0yAA0gH0C_SbtF', symObjAddr: 0x1A68, symBinAddr: 0x61A60, symSize: 0x1B4 }
+ - { offsetInCU: 0x1043, offset: 0xB5645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x1C1C, symBinAddr: 0x61C14, symSize: 0x88 }
+ - { offsetInCU: 0x108B, offset: 0xB568D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x1CA4, symBinAddr: 0x61C9C, symSize: 0x4FC }
+ - { offsetInCU: 0x11FB, offset: 0xB57FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyAA12HoldResponseCSg_AItcfU2_', symObjAddr: 0x21E4, symBinAddr: 0x621DC, symSize: 0x23C }
+ - { offsetInCU: 0x1358, offset: 0xB595A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFTo', symObjAddr: 0x2420, symBinAddr: 0x62418, symSize: 0x98 }
+ - { offsetInCU: 0x13ED, offset: 0xB59EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14muteMicrophoneyyFTo', symObjAddr: 0x2648, symBinAddr: 0x62640, symSize: 0x2C }
+ - { offsetInCU: 0x1409, offset: 0xB5A0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16unmuteMicrophoneyyFTo', symObjAddr: 0x28B0, symBinAddr: 0x628A8, symSize: 0x2C }
+ - { offsetInCU: 0x1425, offset: 0xB5A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x28DC, symBinAddr: 0x628D4, symSize: 0x268 }
+ - { offsetInCU: 0x1507, offset: 0xB5B09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAC_AA9SBCResultOyAA06UpdategH8ResponseCGtcfU0_', symObjAddr: 0x2B44, symBinAddr: 0x62B3C, symSize: 0x1E8 }
+ - { offsetInCU: 0x1647, offset: 0xB5C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x2D2C, symBinAddr: 0x62D24, symSize: 0xA4 }
+ - { offsetInCU: 0x1663, offset: 0xB5C65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctF', symObjAddr: 0x2DD0, symBinAddr: 0x62DC8, symSize: 0xE8 }
+ - { offsetInCU: 0x1787, offset: 0xB5D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems6target17completionHandleryAA06DeletegH7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x2EB8, symBinAddr: 0x62EB0, symSize: 0x20C }
+ - { offsetInCU: 0x1896, offset: 0xB5E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems6target17completionHandleryAA06DeletegH7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA0lgH8ResponseCGcfU0_', symObjAddr: 0x33D4, symBinAddr: 0x633CC, symSize: 0x420 }
+ - { offsetInCU: 0x1B84, offset: 0xB6186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x30C4, symBinAddr: 0x630BC, symSize: 0x98 }
+ - { offsetInCU: 0x1C0A, offset: 0xB620C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tF', symObjAddr: 0x315C, symBinAddr: 0x63154, symSize: 0x204 }
+ - { offsetInCU: 0x1CD5, offset: 0xB62D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tFTo', symObjAddr: 0x3360, symBinAddr: 0x63358, symSize: 0x74 }
+ - { offsetInCU: 0x1D1D, offset: 0xB631F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGIegg_AFIegn_TR', symObjAddr: 0x37F4, symBinAddr: 0x637EC, symSize: 0x30 }
+ - { offsetInCU: 0x1D51, offset: 0xB6353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tF', symObjAddr: 0x3824, symBinAddr: 0x6381C, symSize: 0x394 }
+ - { offsetInCU: 0x1E9F, offset: 0xB64A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFyAC_AA9SBCResultOyAA0G8ResponseCGtcfU_', symObjAddr: 0x3BB8, symBinAddr: 0x63BB0, symSize: 0x12C }
+ - { offsetInCU: 0x1F8C, offset: 0xB658E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFTo', symObjAddr: 0x3CE4, symBinAddr: 0x63CDC, symSize: 0x50 }
+ - { offsetInCU: 0x1FDF, offset: 0xB65E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x3D34, symBinAddr: 0x63D2C, symSize: 0x320 }
+ - { offsetInCU: 0x2130, offset: 0xB6732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x4054, symBinAddr: 0x6404C, symSize: 0x330 }
+ - { offsetInCU: 0x246C, offset: 0xB6A6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x4384, symBinAddr: 0x6437C, symSize: 0x88 }
+ - { offsetInCU: 0x24A4, offset: 0xB6AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tF', symObjAddr: 0x440C, symBinAddr: 0x64404, symSize: 0x3A4 }
+ - { offsetInCU: 0x25F2, offset: 0xB6BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x47B0, symBinAddr: 0x647A8, symSize: 0x214 }
+ - { offsetInCU: 0x286D, offset: 0xB6E6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFTo', symObjAddr: 0x49C4, symBinAddr: 0x649BC, symSize: 0x50 }
+ - { offsetInCU: 0x28C0, offset: 0xB6EC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x4A14, symBinAddr: 0x64A0C, symSize: 0x428 }
+ - { offsetInCU: 0x2AF8, offset: 0xB70FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x4E3C, symBinAddr: 0x64E34, symSize: 0x244 }
+ - { offsetInCU: 0x2D95, offset: 0xB7397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x5080, symBinAddr: 0x65078, symSize: 0x88 }
+ - { offsetInCU: 0x2DE8, offset: 0xB73EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyF', symObjAddr: 0x5108, symBinAddr: 0x65100, symSize: 0x3B4 }
+ - { offsetInCU: 0x2FA3, offset: 0xB75A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFyAA9SBCResultOyAA0gH8ResponseCGcfU_', symObjAddr: 0x54BC, symBinAddr: 0x654B4, symSize: 0x1A8 }
+ - { offsetInCU: 0x315B, offset: 0xB775D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFTo', symObjAddr: 0x5664, symBinAddr: 0x6565C, symSize: 0x2C }
+ - { offsetInCU: 0x3188, offset: 0xB778A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11createOfferyyF', symObjAddr: 0x5690, symBinAddr: 0x65688, symSize: 0x368 }
+ - { offsetInCU: 0x33CB, offset: 0xB79CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11createOfferyyFTo', symObjAddr: 0x59F8, symBinAddr: 0x659F0, symSize: 0x2C }
+ - { offsetInCU: 0x33E7, offset: 0xB79E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalAudioChange9isEnabledySb_tF', symObjAddr: 0x5A24, symBinAddr: 0x65A1C, symSize: 0x3A8 }
+ - { offsetInCU: 0x3559, offset: 0xB7B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x5DCC, symBinAddr: 0x65DC4, symSize: 0x44 }
+ - { offsetInCU: 0x356D, offset: 0xB7B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x5E10, symBinAddr: 0x65E08, symSize: 0x44 }
+ - { offsetInCU: 0x3581, offset: 0xB7B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalAudioChange9isEnabledySb_tFTo', symObjAddr: 0x5E54, symBinAddr: 0x65E4C, symSize: 0x3C }
+ - { offsetInCU: 0x359D, offset: 0xB7B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalVideoChange9isEnabledySb_tF', symObjAddr: 0x5E90, symBinAddr: 0x65E88, symSize: 0x3C4 }
+ - { offsetInCU: 0x370F, offset: 0xB7D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x6254, symBinAddr: 0x6624C, symSize: 0x44 }
+ - { offsetInCU: 0x3723, offset: 0xB7D25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x6298, symBinAddr: 0x66290, symSize: 0x44 }
+ - { offsetInCU: 0x3737, offset: 0xB7D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalVideoChange9isEnabledySb_tFTo', symObjAddr: 0x62DC, symBinAddr: 0x662D4, symSize: 0x3C }
+ - { offsetInCU: 0x3764, offset: 0xB7D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyF', symObjAddr: 0x6318, symBinAddr: 0x66310, symSize: 0x3D4 }
+ - { offsetInCU: 0x391A, offset: 0xB7F1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0x66EC, symBinAddr: 0x666E4, symSize: 0x1E8 }
+ - { offsetInCU: 0x39BA, offset: 0xB7FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0x68D4, symBinAddr: 0x668CC, symSize: 0x1E8 }
+ - { offsetInCU: 0x3B00, offset: 0xB8102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x6ABC, symBinAddr: 0x66AB4, symSize: 0x274 }
+ - { offsetInCU: 0x3DA3, offset: 0xB83A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA13AliveResponseCGIegg_AFIegn_TR04$s13ab25Calls10DirectCallC15starte36TimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9d7OyAA0G8F6CGcfU_Tf3npf_n', symObjAddr: 0x6D30, symBinAddr: 0x66D28, symSize: 0x10 }
+ - { offsetInCU: 0x3DBB, offset: 0xB83BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFTo', symObjAddr: 0x6D40, symBinAddr: 0x66D38, symSize: 0x2C }
+ - { offsetInCU: 0x3DD7, offset: 0xB83D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14stopAliveTimeryyF', symObjAddr: 0x6D6C, symBinAddr: 0x66D64, symSize: 0x30C }
+ - { offsetInCU: 0x3FA4, offset: 0xB85A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14stopAliveTimeryyFTo', symObjAddr: 0x7078, symBinAddr: 0x67070, symSize: 0x2C }
+ - { offsetInCU: 0x4043, offset: 0xB8645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16releaseResourcesyyF', symObjAddr: 0x70A4, symBinAddr: 0x6709C, symSize: 0x878 }
+ - { offsetInCU: 0x48EC, offset: 0xB8EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16releaseResourcesyyFTo', symObjAddr: 0x791C, symBinAddr: 0x67914, symSize: 0x2C }
+ - { offsetInCU: 0x49B3, offset: 0xB8FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update9remoteSDP16peerConnectionIdySo21RTCSessionDescriptionCSg_SSSgtF', symObjAddr: 0x7948, symBinAddr: 0x67940, symSize: 0x4C0 }
+ - { offsetInCU: 0x4D07, offset: 0xB9309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update9remoteSDP16peerConnectionIdySo21RTCSessionDescriptionCSg_SSSgtFTo', symObjAddr: 0x7E08, symBinAddr: 0x67E00, symSize: 0x8C }
+ - { offsetInCU: 0x4D84, offset: 0xB9386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12updateRemote11constraints14turnCredential12capabilitiesyAA0E11ConstraintsC_AA04TurnJ0CSayAA10CapabilityOGtF', symObjAddr: 0x7E94, symBinAddr: 0x67E8C, symSize: 0x274 }
+ - { offsetInCU: 0x5096, offset: 0xB9698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyF', symObjAddr: 0x8108, symBinAddr: 0x68100, symSize: 0x374 }
+ - { offsetInCU: 0x52A0, offset: 0xB98A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x847C, symBinAddr: 0x68474, symSize: 0x1D8 }
+ - { offsetInCU: 0x54B1, offset: 0xB9AB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab45Calls10DirectCallC18sendSummaryRequestyyFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x8654, symBinAddr: 0x6864C, symSize: 0x10 }
+ - { offsetInCU: 0x54C9, offset: 0xB9ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyFTo', symObjAddr: 0x8664, symBinAddr: 0x6865C, symSize: 0x2C }
+ - { offsetInCU: 0x54E5, offset: 0xB9AE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update06directE3LogyAA0deH0C_tF', symObjAddr: 0x8690, symBinAddr: 0x68688, symSize: 0x1B0 }
+ - { offsetInCU: 0x5606, offset: 0xB9C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update06directE3LogyAA0deH0C_tFTo', symObjAddr: 0x8840, symBinAddr: 0x68838, symSize: 0x50 }
+ - { offsetInCU: 0x5622, offset: 0xB9C24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC016updateLocalEndedE0yyF', symObjAddr: 0x8890, symBinAddr: 0x68888, symSize: 0x198 }
+ - { offsetInCU: 0x5732, offset: 0xB9D34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC016updateLocalEndedE0yyFTo', symObjAddr: 0x8A28, symBinAddr: 0x68A20, symSize: 0x2C }
+ - { offsetInCU: 0x57DD, offset: 0xB9DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC011updateLocaldE3Log9endResultyAA0de3EndJ0O_tF', symObjAddr: 0x8A54, symBinAddr: 0x68A4C, symSize: 0x59C }
+ - { offsetInCU: 0x5ABF, offset: 0xBA0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC011updateLocaldE3Log9endResultyAA0de3EndJ0O_tFTo', symObjAddr: 0x8FF0, symBinAddr: 0x68FE8, symSize: 0x3C }
+ - { offsetInCU: 0x5B12, offset: 0xBA114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x902C, symBinAddr: 0x69024, symSize: 0x320 }
+ - { offsetInCU: 0x5C63, offset: 0xBA265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x934C, symBinAddr: 0x69344, symSize: 0x33C }
+ - { offsetInCU: 0x602D, offset: 0xBA62F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x9688, symBinAddr: 0x69680, symSize: 0x88 }
+ - { offsetInCU: 0x6080, offset: 0xBA682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x9710, symBinAddr: 0x69708, symSize: 0x33C }
+ - { offsetInCU: 0x61D1, offset: 0xBA7D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0gH8ResponseCGcfU_', symObjAddr: 0x9A4C, symBinAddr: 0x69A44, symSize: 0x274 }
+ - { offsetInCU: 0x646E, offset: 0xBAA70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x9CC0, symBinAddr: 0x69CB8, symSize: 0x88 }
+ - { offsetInCU: 0x64A6, offset: 0xBAAA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyF', symObjAddr: 0x9D48, symBinAddr: 0x69D40, symSize: 0x2AC }
+ - { offsetInCU: 0x65E4, offset: 0xBABE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyFTo', symObjAddr: 0xA09C, symBinAddr: 0x6A094, symSize: 0x2C }
+ - { offsetInCU: 0x6600, offset: 0xBAC02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3add9candidate16peerConnectionIdyAA9CandidateC_SSSgtF', symObjAddr: 0xA0C8, symBinAddr: 0x6A0C0, symSize: 0x248 }
+ - { offsetInCU: 0x6778, offset: 0xBAD7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6remove10candidates16peerConnectionIdySayAA9CandidateCG_SSSgtF', symObjAddr: 0xA310, symBinAddr: 0x6A308, symSize: 0x248 }
+ - { offsetInCU: 0x6A31, offset: 0xBB033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestTimeout4withyAA0G7RequestV6ReasonO_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xA77C, symBinAddr: 0x6A6C4, symSize: 0x2C }
+ - { offsetInCU: 0x6A45, offset: 0xBB047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA11RequestableAAWl', symObjAddr: 0xA7AC, symBinAddr: 0x6A6F4, symSize: 0x44 }
+ - { offsetInCU: 0x6A59, offset: 0xBB05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA10ResultableAAWl', symObjAddr: 0xA7F0, symBinAddr: 0x6A738, symSize: 0x44 }
+ - { offsetInCU: 0x6A6D, offset: 0xBB06F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_TA', symObjAddr: 0xA868, symBinAddr: 0x6A7B0, symSize: 0xC }
+ - { offsetInCU: 0x6A81, offset: 0xBB083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_TA', symObjAddr: 0xA878, symBinAddr: 0x6A7C0, symSize: 0x8 }
+ - { offsetInCU: 0x6A95, offset: 0xBB097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_TA', symObjAddr: 0xA884, symBinAddr: 0x6A7CC, symSize: 0xC }
+ - { offsetInCU: 0x6AA9, offset: 0xBB0AB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xA890, symBinAddr: 0x6A7D8, symSize: 0x10 }
+ - { offsetInCU: 0x6ABD, offset: 0xBB0BF, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xA8A0, symBinAddr: 0x6A7E8, symSize: 0x8 }
+ - { offsetInCU: 0x6AD1, offset: 0xBB0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0xA8AC, symBinAddr: 0x6A7F4, symSize: 0xC }
+ - { offsetInCU: 0x6AFB, offset: 0xBB0FD, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0xA8C8, symBinAddr: 0x6A800, symSize: 0x1AC }
+ - { offsetInCU: 0x6BEA, offset: 0xBB1EC, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xAA74, symBinAddr: 0x6A9AC, symSize: 0x2CC }
+ - { offsetInCU: 0x6CBE, offset: 0xBB2C0, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxFSS_Tg5', symObjAddr: 0xAED4, symBinAddr: 0x6AE0C, symSize: 0x18C }
+ - { offsetInCU: 0x6DEA, offset: 0xBB3EC, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB060, symBinAddr: 0x6AF98, symSize: 0x1B8 }
+ - { offsetInCU: 0x6ECA, offset: 0xBB4CC, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV16_migrateToNative_8removingxs10__CocoaSetV_xtF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB218, symBinAddr: 0x6B150, symSize: 0x154 }
+ - { offsetInCU: 0x6F98, offset: 0xBB59A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tFSS_Tg5', symObjAddr: 0xB36C, symBinAddr: 0x6B2A4, symSize: 0x1DC }
+ - { offsetInCU: 0x7001, offset: 0xBB603, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB548, symBinAddr: 0x6B480, symSize: 0x1E4 }
+ - { offsetInCU: 0x706C, offset: 0xBB66E, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV16_unsafeInsertNewyyxnF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xB72C, symBinAddr: 0x6B664, symSize: 0x80 }
+ - { offsetInCU: 0x70D7, offset: 0xBB6D9, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0xB7AC, symBinAddr: 0x6B6E4, symSize: 0x1B4 }
+ - { offsetInCU: 0x7197, offset: 0xBB799, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xB960, symBinAddr: 0x6B898, symSize: 0x1AC }
+ - { offsetInCU: 0x7251, offset: 0xBB853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFyAA12HoldResponseCSg_AHtcfU_TA', symObjAddr: 0xBCF8, symBinAddr: 0x6BC30, symSize: 0xC }
+ - { offsetInCU: 0x7265, offset: 0xBB867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA11RequestableAAWl', symObjAddr: 0xBD08, symBinAddr: 0x6BC40, symSize: 0x44 }
+ - { offsetInCU: 0x7279, offset: 0xBB87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA10ResultableAAWl', symObjAddr: 0xBD4C, symBinAddr: 0x6BC84, symSize: 0x44 }
+ - { offsetInCU: 0x728D, offset: 0xBB88F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xBD94, symBinAddr: 0x6BCCC, symSize: 0x1C }
+ - { offsetInCU: 0x7367, offset: 0xBB969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyycfU1_TA', symObjAddr: 0xC014, symBinAddr: 0x6BF4C, symSize: 0x1C }
+ - { offsetInCU: 0x737B, offset: 0xBB97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyAA12HoldResponseCSg_AItcfU2_TA', symObjAddr: 0xC034, symBinAddr: 0x6BF6C, symSize: 0xC }
+ - { offsetInCU: 0x738F, offset: 0xBB991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAC_AA9SBCResultOyAA06UpdategH8ResponseCGtcfU0_TA', symObjAddr: 0xC090, symBinAddr: 0x6BFC8, symSize: 0xC }
+ - { offsetInCU: 0x73A3, offset: 0xBB9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0xC0A0, symBinAddr: 0x6BFD8, symSize: 0x44 }
+ - { offsetInCU: 0x73B7, offset: 0xBB9B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0xC0E4, symBinAddr: 0x6C01C, symSize: 0x44 }
+ - { offsetInCU: 0x73CB, offset: 0xBB9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0xC154, symBinAddr: 0x6C08C, symSize: 0x44 }
+ - { offsetInCU: 0x73DF, offset: 0xBB9E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0xC198, symBinAddr: 0x6C0D0, symSize: 0x44 }
+ - { offsetInCU: 0x7477, offset: 0xBBA79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFyAC_AA9SBCResultOyAA0G8ResponseCGtcfU_TA', symObjAddr: 0xC37C, symBinAddr: 0x6C2B4, symSize: 0xC }
+ - { offsetInCU: 0x748B, offset: 0xBBA8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA11RequestableAAWl', symObjAddr: 0xC3B8, symBinAddr: 0x6C2F0, symSize: 0x44 }
+ - { offsetInCU: 0x749F, offset: 0xBBAA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA10ResultableAAWl', symObjAddr: 0xC3FC, symBinAddr: 0x6C334, symSize: 0x44 }
+ - { offsetInCU: 0x74B3, offset: 0xBBAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVWOs', symObjAddr: 0xC440, symBinAddr: 0x6C378, symSize: 0x6C }
+ - { offsetInCU: 0x74C7, offset: 0xBBAC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC4B0, symBinAddr: 0x6C3E8, symSize: 0x10 }
+ - { offsetInCU: 0x74DB, offset: 0xBBADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA11RequestableAAWl', symObjAddr: 0xC4C0, symBinAddr: 0x6C3F8, symSize: 0x44 }
+ - { offsetInCU: 0x74EF, offset: 0xBBAF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA10ResultableAAWl', symObjAddr: 0xC504, symBinAddr: 0x6C43C, symSize: 0x44 }
+ - { offsetInCU: 0x7503, offset: 0xBBB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC548, symBinAddr: 0x6C480, symSize: 0xC }
+ - { offsetInCU: 0x7517, offset: 0xBBB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA11RequestableAAWl', symObjAddr: 0xC554, symBinAddr: 0x6C48C, symSize: 0x44 }
+ - { offsetInCU: 0x752B, offset: 0xBBB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA10ResultableAAWl', symObjAddr: 0xC598, symBinAddr: 0x6C4D0, symSize: 0x44 }
+ - { offsetInCU: 0x753F, offset: 0xBBB41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVWOs', symObjAddr: 0xC5DC, symBinAddr: 0x6C514, symSize: 0x60 }
+ - { offsetInCU: 0x7553, offset: 0xBBB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC640, symBinAddr: 0x6C578, symSize: 0x10 }
+ - { offsetInCU: 0x7567, offset: 0xBBB69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA11RequestableAAWl', symObjAddr: 0xC650, symBinAddr: 0x6C588, symSize: 0x44 }
+ - { offsetInCU: 0x757B, offset: 0xBBB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA10ResultableAAWl', symObjAddr: 0xC694, symBinAddr: 0x6C5CC, symSize: 0x44 }
+ - { offsetInCU: 0x758F, offset: 0xBBB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xC6D8, symBinAddr: 0x6C610, symSize: 0xC }
+ - { offsetInCU: 0x75A3, offset: 0xBBBA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA11RequestableAAWl', symObjAddr: 0xC6E4, symBinAddr: 0x6C61C, symSize: 0x44 }
+ - { offsetInCU: 0x75B7, offset: 0xBBBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA10ResultableAAWl', symObjAddr: 0xC728, symBinAddr: 0x6C660, symSize: 0x44 }
+ - { offsetInCU: 0x75CB, offset: 0xBBBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0xC7B0, symBinAddr: 0x6C6A4, symSize: 0x8 }
+ - { offsetInCU: 0x75DF, offset: 0xBBBE1, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0xC7B8, symBinAddr: 0x6C6AC, symSize: 0x4C }
+ - { offsetInCU: 0x75F3, offset: 0xBBBF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA11RequestableAAWl', symObjAddr: 0xC848, symBinAddr: 0x6C6F8, symSize: 0x44 }
+ - { offsetInCU: 0x7607, offset: 0xBBC09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA10ResultableAAWl', symObjAddr: 0xC88C, symBinAddr: 0x6C73C, symSize: 0x44 }
+ - { offsetInCU: 0x761B, offset: 0xBBC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_TA', symObjAddr: 0xC8D0, symBinAddr: 0x6C780, symSize: 0x8 }
+ - { offsetInCU: 0x762F, offset: 0xBBC31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA11RequestableAAWl', symObjAddr: 0xC8E8, symBinAddr: 0x6C798, symSize: 0x44 }
+ - { offsetInCU: 0x7643, offset: 0xBBC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA10ResultableAAWl', symObjAddr: 0xC92C, symBinAddr: 0x6C7DC, symSize: 0x44 }
+ - { offsetInCU: 0x7657, offset: 0xBBC59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xC9A8, symBinAddr: 0x6C858, symSize: 0x10 }
+ - { offsetInCU: 0x766B, offset: 0xBBC6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA11RequestableAAWl', symObjAddr: 0xC9E0, symBinAddr: 0x6C890, symSize: 0x44 }
+ - { offsetInCU: 0x767F, offset: 0xBBC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA10ResultableAAWl', symObjAddr: 0xCA24, symBinAddr: 0x6C8D4, symSize: 0x44 }
+ - { offsetInCU: 0x7693, offset: 0xBBC95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xCAA0, symBinAddr: 0x6C950, symSize: 0x10 }
+ - { offsetInCU: 0x76A7, offset: 0xBBCA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA11RequestableAAWl', symObjAddr: 0xCAB0, symBinAddr: 0x6C960, symSize: 0x44 }
+ - { offsetInCU: 0x76BB, offset: 0xBBCBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA10ResultableAAWl', symObjAddr: 0xCAF4, symBinAddr: 0x6C9A4, symSize: 0x44 }
+ - { offsetInCU: 0x76CF, offset: 0xBBCD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xCB38, symBinAddr: 0x6C9E8, symSize: 0x2C }
+ - { offsetInCU: 0x76E3, offset: 0xBBCE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA11RequestableAAWl', symObjAddr: 0xCB90, symBinAddr: 0x6CA40, symSize: 0x44 }
+ - { offsetInCU: 0x76F7, offset: 0xBBCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA10ResultableAAWl', symObjAddr: 0xCBD4, symBinAddr: 0x6CA84, symSize: 0x44 }
+ - { offsetInCU: 0x770B, offset: 0xBBD0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVWOs', symObjAddr: 0xCC18, symBinAddr: 0x6CAC8, symSize: 0x48 }
+ - { offsetInCU: 0x771F, offset: 0xBBD21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0xCC94, symBinAddr: 0x6CB34, symSize: 0x8 }
+ - { offsetInCU: 0x7733, offset: 0xBBD35, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0xCC9C, symBinAddr: 0x6CB3C, symSize: 0x8 }
+ - { offsetInCU: 0x7752, offset: 0xBBD54, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0xCCA4, symBinAddr: 0x6CB44, symSize: 0xC }
+ - { offsetInCU: 0x777B, offset: 0xBBD7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA11EndResponseCGWOe', symObjAddr: 0xCCF0, symBinAddr: 0x6CB90, symSize: 0xC }
+ - { offsetInCU: 0x778F, offset: 0xBBD91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGWOy', symObjAddr: 0xCCFC, symBinAddr: 0x6CB9C, symSize: 0xC }
+ - { offsetInCU: 0x77A3, offset: 0xBBDA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGWOe', symObjAddr: 0xCD58, symBinAddr: 0x6CBA8, symSize: 0xC }
+ - { offsetInCU: 0x77B7, offset: 0xBBDB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0xCDDC, symBinAddr: 0x6CBE8, symSize: 0xC }
+ - { offsetInCU: 0x77CB, offset: 0xBBDCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA10ResultableAAWl', symObjAddr: 0xCE2C, symBinAddr: 0x6CBF4, symSize: 0x44 }
+ - { offsetInCU: 0x77DF, offset: 0xBBDE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_TA', symObjAddr: 0xCE70, symBinAddr: 0x6CC38, symSize: 0x8 }
+ - { offsetInCU: 0x77F3, offset: 0xBBDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_TA', symObjAddr: 0xCEA8, symBinAddr: 0x6CC70, symSize: 0x8 }
+ - { offsetInCU: 0x7807, offset: 0xBBE09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12DialResponseCGWOy', symObjAddr: 0xCEB0, symBinAddr: 0x6CC78, symSize: 0xC }
+ - { offsetInCU: 0x781B, offset: 0xBBE1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12DialResponseCGWOe', symObjAddr: 0xCEBC, symBinAddr: 0x6CC84, symSize: 0xC }
+ - { offsetInCU: 0x782F, offset: 0xBBE31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGWOy', symObjAddr: 0xCED0, symBinAddr: 0x6CC98, symSize: 0xC }
+ - { offsetInCU: 0x7843, offset: 0xBBE45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_yycfU_TA', symObjAddr: 0xD084, symBinAddr: 0x6CE4C, symSize: 0x28 }
+ - { offsetInCU: 0x7B0A, offset: 0xBC10C, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x1834, symBinAddr: 0x6182C, symSize: 0x134 }
+ - { offsetInCU: 0x7BFC, offset: 0xBC1FE, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SD4KeysVyS2S_GTg5', symObjAddr: 0x24B8, symBinAddr: 0x624B0, symSize: 0x16C }
+ - { offsetInCU: 0x7F42, offset: 0xBC544, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySSG_Tg5', symObjAddr: 0xA558, symBinAddr: 0x6A550, symSize: 0xC4 }
+ - { offsetInCU: 0x80DC, offset: 0xBC6DE, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA61C, symBinAddr: 0x6A614, symSize: 0x8C }
+ - { offsetInCU: 0x8114, offset: 0xBC716, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA61C, symBinAddr: 0x6A614, symSize: 0x8C }
+ - { offsetInCU: 0x8128, offset: 0xBC72A, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA61C, symBinAddr: 0x6A614, symSize: 0x8C }
+ - { offsetInCU: 0x813C, offset: 0xBC73E, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA61C, symBinAddr: 0x6A614, symSize: 0x8C }
+ - { offsetInCU: 0x8150, offset: 0xBC752, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xA61C, symBinAddr: 0x6A614, symSize: 0x8C }
+ - { offsetInCU: 0x8278, offset: 0xBC87A, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xBC60, symBinAddr: 0x6BB98, symSize: 0x94 }
+ - { offsetInCU: 0x83BB, offset: 0xBC9BD, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls10DirectCallCG_Tg504$s13ef7Calls10hI67C6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFSbACXEfU0_AITf1cn_nTf4gg_n', symObjAddr: 0xBDB0, symBinAddr: 0x6BCE8, symSize: 0x260 }
+ - { offsetInCU: 0x85C5, offset: 0xBCBC7, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufC13SendBirdCalls14DirectCallUserC_SayAFGTg5Tf4gn_n', symObjAddr: 0xC26C, symBinAddr: 0x6C1A4, symSize: 0x110 }
+ - { offsetInCU: 0x8724, offset: 0xBCD26, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x873C, offset: 0xBCD3E, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x8750, offset: 0xBCD52, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x8764, offset: 0xBCD66, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x8778, offset: 0xBCD7A, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x878C, offset: 0xBCD8E, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x87A0, offset: 0xBCDA2, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xC8D8, symBinAddr: 0x6C788, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xBD30E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC8callLogsSayAA0deF0CGvg', symObjAddr: 0x0, symBinAddr: 0x6CF4C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xBD32A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC9nextTokenSSSgvg', symObjAddr: 0x8, symBinAddr: 0x6CF54, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0xBD346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC7hasNextSbvg', symObjAddr: 0x34, symBinAddr: 0x6CF80, symSize: 0x8 }
+ - { offsetInCU: 0xD4, offset: 0xBD397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x3C, symBinAddr: 0x6CF88, symSize: 0x5C }
+ - { offsetInCU: 0x12C, offset: 0xBD3EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xD8, symBinAddr: 0x6CFE4, symSize: 0x5C }
+ - { offsetInCU: 0x194, offset: 0xBD457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x134, symBinAddr: 0x6D040, symSize: 0x8 }
+ - { offsetInCU: 0x1BB, offset: 0xBD47E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x13C, symBinAddr: 0x6D048, symSize: 0xC }
+ - { offsetInCU: 0x1E2, offset: 0xBD4A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x148, symBinAddr: 0x6D054, symSize: 0x20 }
+ - { offsetInCU: 0x21B, offset: 0xBD4DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x168, symBinAddr: 0x6D074, symSize: 0x20 }
+ - { offsetInCU: 0x249, offset: 0xBD50C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x168, symBinAddr: 0x6D074, symSize: 0x20 }
+ - { offsetInCU: 0x274, offset: 0xBD537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x30C, symBinAddr: 0x6D218, symSize: 0x64 }
+ - { offsetInCU: 0x2DA, offset: 0xBD59D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x370, symBinAddr: 0x6D27C, symSize: 0x28 }
+ - { offsetInCU: 0x2EE, offset: 0xBD5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x398, symBinAddr: 0x6D2A4, symSize: 0x8 }
+ - { offsetInCU: 0x324, offset: 0xBD5E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x6D2AC, symSize: 0x68 }
+ - { offsetInCU: 0x3A9, offset: 0xBD66C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x408, symBinAddr: 0x6D314, symSize: 0xC }
+ - { offsetInCU: 0x3C5, offset: 0xBD688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x414, symBinAddr: 0x6D320, symSize: 0xC }
+ - { offsetInCU: 0x3E2, offset: 0xBD6A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x470, symBinAddr: 0x6D37C, symSize: 0x4C }
+ - { offsetInCU: 0x407, offset: 0xBD6CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4BC, symBinAddr: 0x6D3C8, symSize: 0x1CC }
+ - { offsetInCU: 0x463, offset: 0xBD726, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCfd', symObjAddr: 0x7F4, symBinAddr: 0x6D678, symSize: 0x24 }
+ - { offsetInCU: 0x49E, offset: 0xBD761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCfD', symObjAddr: 0x818, symBinAddr: 0x6D69C, symSize: 0x2C }
+ - { offsetInCU: 0x4E1, offset: 0xBD7A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA6C, symBinAddr: 0x6D8F0, symSize: 0x2C }
+ - { offsetInCU: 0x526, offset: 0xBD7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs0J3KeyAAWl', symObjAddr: 0x6AC, symBinAddr: 0x6D594, symSize: 0x44 }
+ - { offsetInCU: 0x53A, offset: 0xBD7FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCMa', symObjAddr: 0x6F0, symBinAddr: 0x6D5D8, symSize: 0x20 }
+ - { offsetInCU: 0x54E, offset: 0xBD811, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls13DirectCallLogCGSayxGSesSeRzlWl', symObjAddr: 0x730, symBinAddr: 0x6D5F8, symSize: 0x80 }
+ - { offsetInCU: 0x562, offset: 0xBD825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x844, symBinAddr: 0x6D6C8, symSize: 0x4 }
+ - { offsetInCU: 0x576, offset: 0xBD839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x848, symBinAddr: 0x6D6CC, symSize: 0x44 }
+ - { offsetInCU: 0x58A, offset: 0xBD84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x88C, symBinAddr: 0x6D710, symSize: 0x4 }
+ - { offsetInCU: 0x59E, offset: 0xBD861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x890, symBinAddr: 0x6D714, symSize: 0x44 }
+ - { offsetInCU: 0x5B2, offset: 0xBD875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8D4, symBinAddr: 0x6D758, symSize: 0x4 }
+ - { offsetInCU: 0x5C6, offset: 0xBD889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8D8, symBinAddr: 0x6D75C, symSize: 0x44 }
+ - { offsetInCU: 0x5DA, offset: 0xBD89D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA14APIRespondableAAWI', symObjAddr: 0x91C, symBinAddr: 0x6D7A0, symSize: 0x3C }
+ - { offsetInCU: 0x5EE, offset: 0xBD8B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA11RespondableAAWI', symObjAddr: 0x958, symBinAddr: 0x6D7DC, symSize: 0x5C }
+ - { offsetInCU: 0x602, offset: 0xBD8C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA0I0AAWI', symObjAddr: 0x9B4, symBinAddr: 0x6D838, symSize: 0x3C }
+ - { offsetInCU: 0x616, offset: 0xBD8D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA30, symBinAddr: 0x6D8B4, symSize: 0x3C }
+ - { offsetInCU: 0x62A, offset: 0xBD8ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwet', symObjAddr: 0xACC, symBinAddr: 0x6D940, symSize: 0x90 }
+ - { offsetInCU: 0x63E, offset: 0xBD901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwst', symObjAddr: 0xB5C, symBinAddr: 0x6D9D0, symSize: 0xBC }
+ - { offsetInCU: 0x652, offset: 0xBD915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwug', symObjAddr: 0xC18, symBinAddr: 0x6DA8C, symSize: 0x8 }
+ - { offsetInCU: 0x666, offset: 0xBD929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwup', symObjAddr: 0xC20, symBinAddr: 0x6DA94, symSize: 0x4 }
+ - { offsetInCU: 0x67A, offset: 0xBD93D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwui', symObjAddr: 0xC24, symBinAddr: 0x6DA98, symSize: 0x8 }
+ - { offsetInCU: 0x68E, offset: 0xBD951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOMa', symObjAddr: 0xC2C, symBinAddr: 0x6DAA0, symSize: 0x10 }
+ - { offsetInCU: 0x6D7, offset: 0xBD99A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x188, symBinAddr: 0x6D094, symSize: 0x88 }
+ - { offsetInCU: 0x786, offset: 0xBDA49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x210, symBinAddr: 0x6D11C, symSize: 0x60 }
+ - { offsetInCU: 0x804, offset: 0xBDAC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x270, symBinAddr: 0x6D17C, symSize: 0x40 }
+ - { offsetInCU: 0x856, offset: 0xBDB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2B0, symBinAddr: 0x6D1BC, symSize: 0x5C }
+ - { offsetInCU: 0x8B2, offset: 0xBDB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x420, symBinAddr: 0x6D32C, symSize: 0x28 }
+ - { offsetInCU: 0x8CE, offset: 0xBDB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x448, symBinAddr: 0x6D354, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0xBDDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x6DAB0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xBDDF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvs', symObjAddr: 0x30, symBinAddr: 0x6DAE0, symSize: 0x3C }
+ - { offsetInCU: 0x83, offset: 0xBDE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvM', symObjAddr: 0x6C, symBinAddr: 0x6DB1C, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xBDE2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvg', symObjAddr: 0xA8, symBinAddr: 0x6DB58, symSize: 0x34 }
+ - { offsetInCU: 0xBB, offset: 0xBDE4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvs', symObjAddr: 0xDC, symBinAddr: 0x6DB8C, symSize: 0x44 }
+ - { offsetInCU: 0xD7, offset: 0xBDE67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvM', symObjAddr: 0x120, symBinAddr: 0x6DBD0, symSize: 0x3C }
+ - { offsetInCU: 0xF3, offset: 0xBDE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7versionAA10APIVersionOvg', symObjAddr: 0x15C, symBinAddr: 0x6DC0C, symSize: 0x4 }
+ - { offsetInCU: 0x10F, offset: 0xBDE9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvg', symObjAddr: 0x160, symBinAddr: 0x6DC10, symSize: 0x34 }
+ - { offsetInCU: 0x12B, offset: 0xBDEBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvs', symObjAddr: 0x194, symBinAddr: 0x6DC44, symSize: 0x44 }
+ - { offsetInCU: 0x147, offset: 0xBDED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvM', symObjAddr: 0x1D8, symBinAddr: 0x6DC88, symSize: 0x3C }
+ - { offsetInCU: 0x163, offset: 0xBDEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvg', symObjAddr: 0x214, symBinAddr: 0x6DCC4, symSize: 0x30 }
+ - { offsetInCU: 0x17F, offset: 0xBDF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvs', symObjAddr: 0x244, symBinAddr: 0x6DCF4, symSize: 0x3C }
+ - { offsetInCU: 0x19B, offset: 0xBDF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvM', symObjAddr: 0x280, symBinAddr: 0x6DD30, symSize: 0x3C }
+ - { offsetInCU: 0x1B7, offset: 0xBDF47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0Sbvg', symObjAddr: 0x2BC, symBinAddr: 0x6DD6C, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0xBDF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0Sbvs', symObjAddr: 0x2EC, symBinAddr: 0x6DD9C, symSize: 0x3C }
+ - { offsetInCU: 0x1EF, offset: 0xBDF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0SbvM', symObjAddr: 0x328, symBinAddr: 0x6DDD8, symSize: 0x3C }
+ - { offsetInCU: 0x20B, offset: 0xBDF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0SbvM.resume.0', symObjAddr: 0x364, symBinAddr: 0x6DE14, symSize: 0x4 }
+ - { offsetInCU: 0x227, offset: 0xBDFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC4with15didLogsOverflowACSayAA0E9CollectorC0E4ItemCG_SbtcfC', symObjAddr: 0x368, symBinAddr: 0x6DE18, symSize: 0x4C }
+ - { offsetInCU: 0x245, offset: 0xBDFD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC4with15didLogsOverflowACSayAA0E9CollectorC0E4ItemCG_Sbtcfc', symObjAddr: 0x3B4, symBinAddr: 0x6DE64, symSize: 0xC4 }
+ - { offsetInCU: 0x319, offset: 0xBE0A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x4B8, symBinAddr: 0x6DF28, symSize: 0x5C }
+ - { offsetInCU: 0x371, offset: 0xBE101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x514, symBinAddr: 0x6DF84, symSize: 0x5C }
+ - { offsetInCU: 0x3D9, offset: 0xBE169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x570, symBinAddr: 0x6DFE0, symSize: 0x8 }
+ - { offsetInCU: 0x400, offset: 0xBE190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x578, symBinAddr: 0x6DFE8, symSize: 0xC }
+ - { offsetInCU: 0x427, offset: 0xBE1B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8rawValueSSvg', symObjAddr: 0x584, symBinAddr: 0x6DFF4, symSize: 0x54 }
+ - { offsetInCU: 0x460, offset: 0xBE1F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO11stringValueSSvg', symObjAddr: 0x5D8, symBinAddr: 0x6E048, symSize: 0x54 }
+ - { offsetInCU: 0x4B7, offset: 0xBE247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x6E220, symSize: 0x64 }
+ - { offsetInCU: 0x51D, offset: 0xBE2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x814, symBinAddr: 0x6E284, symSize: 0x28 }
+ - { offsetInCU: 0x531, offset: 0xBE2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x83C, symBinAddr: 0x6E2AC, symSize: 0x8 }
+ - { offsetInCU: 0x567, offset: 0xBE2F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x844, symBinAddr: 0x6E2B4, symSize: 0x68 }
+ - { offsetInCU: 0x5EC, offset: 0xBE37C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x8AC, symBinAddr: 0x6E31C, symSize: 0xC }
+ - { offsetInCU: 0x608, offset: 0xBE398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x8B8, symBinAddr: 0x6E328, symSize: 0xC }
+ - { offsetInCU: 0x625, offset: 0xBE3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC6encode2toys7Encoder_p_tKF', symObjAddr: 0x914, symBinAddr: 0x6E384, symSize: 0x184 }
+ - { offsetInCU: 0x681, offset: 0xBE411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCfd', symObjAddr: 0xC08, symBinAddr: 0x6E610, symSize: 0x24 }
+ - { offsetInCU: 0x6BC, offset: 0xBE44C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCfD', symObjAddr: 0xC2C, symBinAddr: 0x6E634, symSize: 0x2C }
+ - { offsetInCU: 0x6FF, offset: 0xBE48F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xE6C, symBinAddr: 0x6E830, symSize: 0x28 }
+ - { offsetInCU: 0x71B, offset: 0xBE4AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xE94, symBinAddr: 0x6E858, symSize: 0x28 }
+ - { offsetInCU: 0x737, offset: 0xBE4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP06shouldE0SbvgTW', symObjAddr: 0xEBC, symBinAddr: 0x6E880, symSize: 0x2C }
+ - { offsetInCU: 0x753, offset: 0xBE4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xFA0, symBinAddr: 0x6E964, symSize: 0x28 }
+ - { offsetInCU: 0x7B9, offset: 0xBE549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xABC, symBinAddr: 0x6E508, symSize: 0x44 }
+ - { offsetInCU: 0x7CD, offset: 0xBE55D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSEAAWl', symObjAddr: 0xB00, symBinAddr: 0x6E54C, symSize: 0x44 }
+ - { offsetInCU: 0x7E1, offset: 0xBE571, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls12LogCollectorC0D4ItemCGSayxGSEsSERzlWl', symObjAddr: 0xB44, symBinAddr: 0x6E590, symSize: 0x80 }
+ - { offsetInCU: 0x7F5, offset: 0xBE585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASQWb', symObjAddr: 0xC58, symBinAddr: 0x6E660, symSize: 0x4 }
+ - { offsetInCU: 0x809, offset: 0xBE599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAESQAAWl', symObjAddr: 0xC5C, symBinAddr: 0x6E664, symSize: 0x44 }
+ - { offsetInCU: 0x81D, offset: 0xBE5AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xCA0, symBinAddr: 0x6E6A8, symSize: 0x4 }
+ - { offsetInCU: 0x831, offset: 0xBE5C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xCA4, symBinAddr: 0x6E6AC, symSize: 0x44 }
+ - { offsetInCU: 0x845, offset: 0xBE5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xCE8, symBinAddr: 0x6E6F0, symSize: 0x4 }
+ - { offsetInCU: 0x859, offset: 0xBE5E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xCEC, symBinAddr: 0x6E6F4, symSize: 0x44 }
+ - { offsetInCU: 0x86D, offset: 0xBE5FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA14APIRequestableAAWI', symObjAddr: 0xD30, symBinAddr: 0x6E738, symSize: 0x3C }
+ - { offsetInCU: 0x881, offset: 0xBE611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCMa', symObjAddr: 0xD6C, symBinAddr: 0x6E774, symSize: 0x20 }
+ - { offsetInCU: 0x895, offset: 0xBE625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA15ResultIgnorableAAWI', symObjAddr: 0xD8C, symBinAddr: 0x6E794, symSize: 0x3C }
+ - { offsetInCU: 0x8A9, offset: 0xBE639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA11RequestableAAWI', symObjAddr: 0xDC8, symBinAddr: 0x6E7D0, symSize: 0x5C }
+ - { offsetInCU: 0x8BD, offset: 0xBE64D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xE24, symBinAddr: 0x6E82C, symSize: 0x4 }
+ - { offsetInCU: 0x8D1, offset: 0xBE661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0AAWI', symObjAddr: 0xEE8, symBinAddr: 0x6E8AC, symSize: 0x3C }
+ - { offsetInCU: 0x8E5, offset: 0xBE675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA17StrategyEncodableAAWI', symObjAddr: 0xF64, symBinAddr: 0x6E928, symSize: 0x3C }
+ - { offsetInCU: 0x8FF, offset: 0xBE68F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwet', symObjAddr: 0x1298, symBinAddr: 0x6EC4C, symSize: 0x90 }
+ - { offsetInCU: 0x913, offset: 0xBE6A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwst', symObjAddr: 0x1328, symBinAddr: 0x6ECDC, symSize: 0xBC }
+ - { offsetInCU: 0x927, offset: 0xBE6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwug', symObjAddr: 0x13E4, symBinAddr: 0x6ED98, symSize: 0x8 }
+ - { offsetInCU: 0x93B, offset: 0xBE6CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwup', symObjAddr: 0x13EC, symBinAddr: 0x6EDA0, symSize: 0x4 }
+ - { offsetInCU: 0x94F, offset: 0xBE6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwui', symObjAddr: 0x13F0, symBinAddr: 0x6EDA4, symSize: 0x8 }
+ - { offsetInCU: 0x963, offset: 0xBE6F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOMa', symObjAddr: 0x13F8, symBinAddr: 0x6EDAC, symSize: 0x10 }
+ - { offsetInCU: 0x9CF, offset: 0xBE75F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x62C, symBinAddr: 0x6E09C, symSize: 0x88 }
+ - { offsetInCU: 0xA7E, offset: 0xBE80E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x6B4, symBinAddr: 0x6E124, symSize: 0x60 }
+ - { offsetInCU: 0xAFC, offset: 0xBE88C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x714, symBinAddr: 0x6E184, symSize: 0x40 }
+ - { offsetInCU: 0xB4E, offset: 0xBE8DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x754, symBinAddr: 0x6E1C4, symSize: 0x5C }
+ - { offsetInCU: 0xBAA, offset: 0xBE93A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x8C4, symBinAddr: 0x6E334, symSize: 0x28 }
+ - { offsetInCU: 0xBC6, offset: 0xBE956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x8EC, symBinAddr: 0x6E35C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xBEBA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x6EDCC, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0xBEBC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x6EDCC, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xBEBD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC10candidatesSayAA9CandidateCGvg', symObjAddr: 0xC, symBinAddr: 0x6EDD8, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xBEBF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x14, symBinAddr: 0x6EDE0, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0xBEC09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x6EE0C, symSize: 0x48 }
+ - { offsetInCU: 0xB4, offset: 0xBEC2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x88, symBinAddr: 0x6EE54, symSize: 0x324 }
+ - { offsetInCU: 0x1B1, offset: 0xBED2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seq10candidates16peerConnectionId11commandType07messageL004callL012deliveryInfoACSiSg_SayAA9CandidateCGSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0VtcfC', symObjAddr: 0x60C, symBinAddr: 0x6F244, symSize: 0x108 }
+ - { offsetInCU: 0x26C, offset: 0xBEDE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seq10candidates16peerConnectionId11commandType07messageL004callL012deliveryInfoACSiSg_SayAA9CandidateCGSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x714, symBinAddr: 0x6F34C, symSize: 0xBC }
+ - { offsetInCU: 0x35D, offset: 0xBEED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x7D0, symBinAddr: 0x6F408, symSize: 0x2C }
+ - { offsetInCU: 0x3BC, offset: 0xBEF36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7FC, symBinAddr: 0x6F434, symSize: 0x2C }
+ - { offsetInCU: 0x419, offset: 0xBEF93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfd', symObjAddr: 0x844, symBinAddr: 0x6F47C, symSize: 0x3C }
+ - { offsetInCU: 0x46A, offset: 0xBEFE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfD', symObjAddr: 0x894, symBinAddr: 0x6F4B8, symSize: 0x44 }
+ - { offsetInCU: 0x4D2, offset: 0xBF04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x8D8, symBinAddr: 0x6F4FC, symSize: 0x10 }
+ - { offsetInCU: 0x513, offset: 0xBF08D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x8E8, symBinAddr: 0x6F50C, symSize: 0x30 }
+ - { offsetInCU: 0x546, offset: 0xBF0C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCMa', symObjAddr: 0x474, symBinAddr: 0x6F178, symSize: 0x20 }
+ - { offsetInCU: 0x55A, offset: 0xBF0D4, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGSayxGSesSeRzlWl', symObjAddr: 0x4D8, symBinAddr: 0x6F198, symSize: 0x64 }
+ - { offsetInCU: 0x56E, offset: 0xBF0E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCACSeAAWl', symObjAddr: 0x580, symBinAddr: 0x6F1FC, symSize: 0x48 }
+ - { offsetInCU: 0x63F, offset: 0xBF1B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfE', symObjAddr: 0x828, symBinAddr: 0x6F460, symSize: 0x1C }
+ - { offsetInCU: 0x4F, offset: 0xBF4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvpZ', symObjAddr: 0x1A81A, symBinAddr: 0x2C8D30, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0xBF4C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvpZ', symObjAddr: 0x1A81B, symBinAddr: 0x2C8D31, symSize: 0x0 }
+ - { offsetInCU: 0x83, offset: 0xBF4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvpZ', symObjAddr: 0x5B00, symBinAddr: 0x2BB5D0, symSize: 0x0 }
+ - { offsetInCU: 0x9D, offset: 0xBF4FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvpZ', symObjAddr: 0x5B08, symBinAddr: 0x2BB5D8, symSize: 0x0 }
+ - { offsetInCU: 0xB7, offset: 0xBF517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvpZ', symObjAddr: 0x5B10, symBinAddr: 0x2BB5E0, symSize: 0x0 }
+ - { offsetInCU: 0x12F, offset: 0xBF58F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvau', symObjAddr: 0x170, symBinAddr: 0x6F6DC, symSize: 0xC }
+ - { offsetInCU: 0x159, offset: 0xBF5B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvgZ', symObjAddr: 0x17C, symBinAddr: 0x6F6E8, symSize: 0x40 }
+ - { offsetInCU: 0x175, offset: 0xBF5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvsZ', symObjAddr: 0x1BC, symBinAddr: 0x6F728, symSize: 0x44 }
+ - { offsetInCU: 0x191, offset: 0xBF5F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvMZ', symObjAddr: 0x200, symBinAddr: 0x6F76C, symSize: 0x40 }
+ - { offsetInCU: 0x1AD, offset: 0xBF60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvgZ', symObjAddr: 0x24C, symBinAddr: 0x6F7B8, symSize: 0x40 }
+ - { offsetInCU: 0x1C9, offset: 0xBF629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvsZ', symObjAddr: 0x28C, symBinAddr: 0x6F7F8, symSize: 0x44 }
+ - { offsetInCU: 0x1E5, offset: 0xBF645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvMZ', symObjAddr: 0x2D0, symBinAddr: 0x6F83C, symSize: 0x40 }
+ - { offsetInCU: 0x201, offset: 0xBF661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvg', symObjAddr: 0x310, symBinAddr: 0x6F87C, symSize: 0x34 }
+ - { offsetInCU: 0x21D, offset: 0xBF67D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvs', symObjAddr: 0x344, symBinAddr: 0x6F8B0, symSize: 0x44 }
+ - { offsetInCU: 0x239, offset: 0xBF699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvM', symObjAddr: 0x388, symBinAddr: 0x6F8F4, symSize: 0x3C }
+ - { offsetInCU: 0x255, offset: 0xBF6B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvg', symObjAddr: 0x3C4, symBinAddr: 0x6F930, symSize: 0x44 }
+ - { offsetInCU: 0x271, offset: 0xBF6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvs', symObjAddr: 0x408, symBinAddr: 0x6F974, symSize: 0x44 }
+ - { offsetInCU: 0x28D, offset: 0xBF6ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvM', symObjAddr: 0x44C, symBinAddr: 0x6F9B8, symSize: 0x3C }
+ - { offsetInCU: 0x2A9, offset: 0xBF709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvM.resume.0', symObjAddr: 0x488, symBinAddr: 0x6F9F4, symSize: 0x4 }
+ - { offsetInCU: 0x2C5, offset: 0xBF725, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvg', symObjAddr: 0x5E0, symBinAddr: 0x6FB4C, symSize: 0x4C }
+ - { offsetInCU: 0x2E1, offset: 0xBF741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvs', symObjAddr: 0x63C, symBinAddr: 0x6FBA8, symSize: 0x50 }
+ - { offsetInCU: 0x2FD, offset: 0xBF75D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvM', symObjAddr: 0x69C, symBinAddr: 0x6FC08, symSize: 0x3C }
+ - { offsetInCU: 0x319, offset: 0xBF779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0Cvg', symObjAddr: 0x6D8, symBinAddr: 0x6FC44, symSize: 0x34 }
+ - { offsetInCU: 0x335, offset: 0xBF795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0Cvs', symObjAddr: 0x70C, symBinAddr: 0x6FC78, symSize: 0x44 }
+ - { offsetInCU: 0x351, offset: 0xBF7B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0CvM', symObjAddr: 0x750, symBinAddr: 0x6FCBC, symSize: 0x3C }
+ - { offsetInCU: 0x36D, offset: 0xBF7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0Cvg', symObjAddr: 0x78C, symBinAddr: 0x6FCF8, symSize: 0x30 }
+ - { offsetInCU: 0x389, offset: 0xBF7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0Cvs', symObjAddr: 0x7BC, symBinAddr: 0x6FD28, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0xBF805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0CvM', symObjAddr: 0x800, symBinAddr: 0x6FD6C, symSize: 0x3C }
+ - { offsetInCU: 0x3C1, offset: 0xBF821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCfd', symObjAddr: 0x83C, symBinAddr: 0x6FDA8, symSize: 0x144 }
+ - { offsetInCU: 0x4CC, offset: 0xBF92C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCfD', symObjAddr: 0x980, symBinAddr: 0x6FEEC, symSize: 0x1C }
+ - { offsetInCU: 0x4F9, offset: 0xBF959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyF', symObjAddr: 0x99C, symBinAddr: 0x6FF08, symSize: 0x1F0 }
+ - { offsetInCU: 0x593, offset: 0xBF9F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFyyYbcfU_', symObjAddr: 0xB8C, symBinAddr: 0x700F8, symSize: 0x33C }
+ - { offsetInCU: 0x979, offset: 0xBFDD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFTo', symObjAddr: 0xF80, symBinAddr: 0x704EC, symSize: 0x28 }
+ - { offsetInCU: 0x995, offset: 0xBFDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCAEycfC', symObjAddr: 0xFA8, symBinAddr: 0x70514, symSize: 0x34 }
+ - { offsetInCU: 0x9B3, offset: 0xBFE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCAEycfc', symObjAddr: 0xFDC, symBinAddr: 0x70548, symSize: 0x27C }
+ - { offsetInCU: 0xAD7, offset: 0xBFF37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvau', symObjAddr: 0x240, symBinAddr: 0x6F7AC, symSize: 0xC }
+ - { offsetInCU: 0xAF5, offset: 0xBFF55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvpAETK', symObjAddr: 0x48C, symBinAddr: 0x6F9F8, symSize: 0x6C }
+ - { offsetInCU: 0xB0D, offset: 0xBFF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvpAETk', symObjAddr: 0x4F8, symBinAddr: 0x6FA64, symSize: 0x88 }
+ - { offsetInCU: 0xB25, offset: 0xBFF85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVytIegnr_AGIegg_TR', symObjAddr: 0x580, symBinAddr: 0x6FAEC, symSize: 0x60 }
+ - { offsetInCU: 0xB3D, offset: 0xBFF9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_SgWOy', symObjAddr: 0x62C, symBinAddr: 0x6FB98, symSize: 0x10 }
+ - { offsetInCU: 0xB51, offset: 0xBFFB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_SgWOe', symObjAddr: 0x68C, symBinAddr: 0x6FBF8, symSize: 0x10 }
+ - { offsetInCU: 0xDCF, offset: 0xC022F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCF', symObjAddr: 0xEC8, symBinAddr: 0x70434, symSize: 0xB8 }
+ - { offsetInCU: 0xDF7, offset: 0xC0257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_', symObjAddr: 0x1C80, symBinAddr: 0x711EC, symSize: 0x34C }
+ - { offsetInCU: 0xEDE, offset: 0xC033E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_yyYbcfU_', symObjAddr: 0x2D6C, symBinAddr: 0x722D8, symSize: 0xAC }
+ - { offsetInCU: 0x101A, offset: 0xC047A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtF', symObjAddr: 0x1258, symBinAddr: 0x707C4, symSize: 0x488 }
+ - { offsetInCU: 0x1289, offset: 0xC06E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_', symObjAddr: 0x16E0, symBinAddr: 0x70C4C, symSize: 0x198 }
+ - { offsetInCU: 0x1347, offset: 0xC07A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvau', symObjAddr: 0x1878, symBinAddr: 0x70DE4, symSize: 0xC }
+ - { offsetInCU: 0x1365, offset: 0xC07C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyF', symObjAddr: 0x1884, symBinAddr: 0x70DF0, symSize: 0x32C }
+ - { offsetInCU: 0x1479, offset: 0xC08D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyFyyYbcfU_', symObjAddr: 0x1BB0, symBinAddr: 0x7111C, symSize: 0xD0 }
+ - { offsetInCU: 0x1601, offset: 0xC0A61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV_8previousAGSo19RTCStatisticsReportC_AJSgtcfC', symObjAddr: 0x1FCC, symBinAddr: 0x71538, symSize: 0xD98 }
+ - { offsetInCU: 0x185E, offset: 0xC0CBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tF', symObjAddr: 0x2D64, symBinAddr: 0x722D0, symSize: 0x4 }
+ - { offsetInCU: 0x1872, offset: 0xC0CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tFySS_So0K0CtXEfU_', symObjAddr: 0x2E68, symBinAddr: 0x723D4, symSize: 0x5EC }
+ - { offsetInCU: 0x1EAA, offset: 0xC130A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VF', symObjAddr: 0x2D68, symBinAddr: 0x722D4, symSize: 0x4 }
+ - { offsetInCU: 0x1EC2, offset: 0xC1322, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VF', symObjAddr: 0x2D68, symBinAddr: 0x722D4, symSize: 0x4 }
+ - { offsetInCU: 0x1ED3, offset: 0xC1333, size: 0x8, addend: 0x0, symName: '_$sSo19RTCStatisticsReportCIegg_ABIeyBy_TR', symObjAddr: 0x2E18, symBinAddr: 0x72384, symSize: 0x50 }
+ - { offsetInCU: 0x1FB3, offset: 0xC1413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvgAA10StatisticsC_Tg5', symObjAddr: 0x3454, symBinAddr: 0x729C0, symSize: 0x141C }
+ - { offsetInCU: 0x2250, offset: 0xC16B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvgZ', symObjAddr: 0x4870, symBinAddr: 0x73DDC, symSize: 0x8 }
+ - { offsetInCU: 0x226C, offset: 0xC16CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvgZ', symObjAddr: 0x4884, symBinAddr: 0x73DF0, symSize: 0xC }
+ - { offsetInCU: 0x2288, offset: 0xC16E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvgZ', symObjAddr: 0x489C, symBinAddr: 0x73E08, symSize: 0x10 }
+ - { offsetInCU: 0x22A4, offset: 0xC1704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantVAGycfC', symObjAddr: 0x48AC, symBinAddr: 0x73E18, symSize: 0x4 }
+ - { offsetInCU: 0x22C3, offset: 0xC1723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvau', symObjAddr: 0x4878, symBinAddr: 0x73DE4, symSize: 0xC }
+ - { offsetInCU: 0x22E1, offset: 0xC1741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvau', symObjAddr: 0x4890, symBinAddr: 0x73DFC, symSize: 0xC }
+ - { offsetInCU: 0x230B, offset: 0xC176B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9timestampSdvg', symObjAddr: 0x48B0, symBinAddr: 0x73E1C, symSize: 0x4 }
+ - { offsetInCU: 0x2327, offset: 0xC1787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9audioStatAA10StatisticsCvg', symObjAddr: 0x48B4, symBinAddr: 0x73E20, symSize: 0x4 }
+ - { offsetInCU: 0x233B, offset: 0xC179B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9videoStatAA10StatisticsCvg', symObjAddr: 0x48B8, symBinAddr: 0x73E24, symSize: 0x8 }
+ - { offsetInCU: 0x234F, offset: 0xC17AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9timestamp9audioStat05videoK0AGSd_AA10StatisticsCALtcfC', symObjAddr: 0x48C0, symBinAddr: 0x73E2C, symSize: 0x4 }
+ - { offsetInCU: 0x236D, offset: 0xC17CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9timestampSdvgTW', symObjAddr: 0x48C4, symBinAddr: 0x73E30, symSize: 0x8 }
+ - { offsetInCU: 0x2398, offset: 0xC17F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9audioStatAA10StatisticsCvgTW', symObjAddr: 0x48CC, symBinAddr: 0x73E38, symSize: 0x8 }
+ - { offsetInCU: 0x23D9, offset: 0xC1839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9videoStatAA10StatisticsCvgTW', symObjAddr: 0x48D4, symBinAddr: 0x73E40, symSize: 0x8 }
+ - { offsetInCU: 0x240C, offset: 0xC186C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFyyYbcfU_TA', symObjAddr: 0x49B0, symBinAddr: 0x73E6C, symSize: 0x8 }
+ - { offsetInCU: 0x2420, offset: 0xC1880, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x49B8, symBinAddr: 0x73E74, symSize: 0x10 }
+ - { offsetInCU: 0x2434, offset: 0xC1894, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x49C8, symBinAddr: 0x73E84, symSize: 0x8 }
+ - { offsetInCU: 0x2448, offset: 0xC18A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_TA', symObjAddr: 0x4A14, symBinAddr: 0x73E8C, symSize: 0x8 }
+ - { offsetInCU: 0x245C, offset: 0xC18BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_TA', symObjAddr: 0x4A90, symBinAddr: 0x73F08, symSize: 0xC }
+ - { offsetInCU: 0x249C, offset: 0xC18FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyFyyYbcfU_TA', symObjAddr: 0x4BC0, symBinAddr: 0x74038, symSize: 0x8 }
+ - { offsetInCU: 0x24B0, offset: 0xC1910, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0x4C10, symBinAddr: 0x74040, symSize: 0x10 }
+ - { offsetInCU: 0x24C4, offset: 0xC1924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVSgWOe', symObjAddr: 0x4C60, symBinAddr: 0x74090, symSize: 0x30 }
+ - { offsetInCU: 0x24D8, offset: 0xC1938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tFTf4nd_n', symObjAddr: 0x4C90, symBinAddr: 0x740C0, symSize: 0x398 }
+ - { offsetInCU: 0x277E, offset: 0xC1BDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VFTf4nd_nTf4x_n', symObjAddr: 0x5028, symBinAddr: 0x74458, symSize: 0x434 }
+ - { offsetInCU: 0x2B64, offset: 0xC1FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCMa', symObjAddr: 0x55F4, symBinAddr: 0x74A24, symSize: 0x20 }
+ - { offsetInCU: 0x2B78, offset: 0xC1FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantVMa', symObjAddr: 0x56E8, symBinAddr: 0x74B18, symSize: 0x10 }
+ - { offsetInCU: 0x2B8C, offset: 0xC1FEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwCP', symObjAddr: 0x5710, symBinAddr: 0x74B40, symSize: 0x3C }
+ - { offsetInCU: 0x2BA0, offset: 0xC2000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwxx', symObjAddr: 0x574C, symBinAddr: 0x74B7C, symSize: 0x28 }
+ - { offsetInCU: 0x2BB4, offset: 0xC2014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwcp', symObjAddr: 0x5774, symBinAddr: 0x74BA4, symSize: 0x3C }
+ - { offsetInCU: 0x2BC8, offset: 0xC2028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwca', symObjAddr: 0x57B0, symBinAddr: 0x74BE0, symSize: 0x64 }
+ - { offsetInCU: 0x2BDC, offset: 0xC203C, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x5814, symBinAddr: 0x74C44, symSize: 0x14 }
+ - { offsetInCU: 0x2BF0, offset: 0xC2050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwta', symObjAddr: 0x5828, symBinAddr: 0x74C58, symSize: 0x4C }
+ - { offsetInCU: 0x2C04, offset: 0xC2064, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwet', symObjAddr: 0x5874, symBinAddr: 0x74CA4, symSize: 0x48 }
+ - { offsetInCU: 0x2C18, offset: 0xC2078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwst', symObjAddr: 0x58BC, symBinAddr: 0x74CEC, symSize: 0x40 }
+ - { offsetInCU: 0x2C2C, offset: 0xC208C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVMa', symObjAddr: 0x58FC, symBinAddr: 0x74D2C, symSize: 0x10 }
+ - { offsetInCU: 0x2C40, offset: 0xC20A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVytIegnr_AGIegg_TRTA', symObjAddr: 0x5930, symBinAddr: 0x74D60, symSize: 0x8 }
+ - { offsetInCU: 0x2C5F, offset: 0xC20BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_AGytIegnr_TRTA', symObjAddr: 0x5938, symBinAddr: 0x74D68, symSize: 0x2C }
+ - { offsetInCU: 0x2C88, offset: 0xC20E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x599C, symBinAddr: 0x74DCC, symSize: 0xC }
+ - { offsetInCU: 0x2CA0, offset: 0xC2100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x599C, symBinAddr: 0x74DCC, symSize: 0xC }
+ - { offsetInCU: 0x2CBA, offset: 0xC211A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_yyYbcfU_TA', symObjAddr: 0x59DC, symBinAddr: 0x74E0C, symSize: 0x10 }
+ - { offsetInCU: 0x2CCE, offset: 0xC212E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_TA.38', symObjAddr: 0x59EC, symBinAddr: 0x74E1C, symSize: 0x8 }
+ - { offsetInCU: 0x2D11, offset: 0xC2171, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSDySSSo13RTCStatisticsCG_Tg508$sSSSo13D158Cs5Error_pIgggzo_SS3key_AB5valuetsAC_pIegnzo_TR071$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19A26ReportC_tFySS_So0K0CtXEfU_Tf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x6F56C, symSize: 0x170 }
+ - { offsetInCU: 0x3000, offset: 0xC2460, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCGG_Tg504$s13de101Calls12WebRTCClientC16RTPPacketMonitorC3add33_85D9A37F7C8634E104B29FE0B60CAB80LL14peerConnectionySo07i14S0CSg_tFSbAA13gH10CyAJGXEfU_AITf1cn_nTf4ng_n', symObjAddr: 0x4A9C, symBinAddr: 0x73F14, symSize: 0x124 }
+ - { offsetInCU: 0x27, offset: 0xC2970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7successxSgvg', symObjAddr: 0x0, symBinAddr: 0x74E68, symSize: 0xD0 }
+ - { offsetInCU: 0x3F, offset: 0xC2988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7successxSgvg', symObjAddr: 0x0, symBinAddr: 0x74E68, symSize: 0xD0 }
+ - { offsetInCU: 0x7C, offset: 0xC29C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7failureAA8SBCErrorCSgvg', symObjAddr: 0xD0, symBinAddr: 0x74F38, symSize: 0x88 }
+ - { offsetInCU: 0xAB, offset: 0xC29F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyACyxGxSg_AA8SBCErrorCSgtcfC', symObjAddr: 0x158, symBinAddr: 0x74FC0, symSize: 0x1EC }
+ - { offsetInCU: 0x10D, offset: 0xC2A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMa', symObjAddr: 0x388, symBinAddr: 0x751AC, symSize: 0xC }
+ - { offsetInCU: 0x121, offset: 0xC2A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3getxyKF', symObjAddr: 0x394, symBinAddr: 0x751B8, symSize: 0x110 }
+ - { offsetInCU: 0x164, offset: 0xC2AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3get12errorHandlerxSgyAA8SBCErrorCXE_tF', symObjAddr: 0x4A4, symBinAddr: 0x752C8, symSize: 0x144 }
+ - { offsetInCU: 0x1CE, offset: 0xC2B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO9isSuccessSbvg', symObjAddr: 0x5E8, symBinAddr: 0x7540C, symSize: 0x80 }
+ - { offsetInCU: 0x1FD, offset: 0xC2B46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO9isFailureSbvg', symObjAddr: 0x668, symBinAddr: 0x7548C, symSize: 0x94 }
+ - { offsetInCU: 0x22C, offset: 0xC2B75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3mapyACyqd__Gqd__xXElF', symObjAddr: 0x6FC, symBinAddr: 0x75520, symSize: 0x14C }
+ - { offsetInCU: 0x2B5, offset: 0xC2BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMi', symObjAddr: 0x848, symBinAddr: 0x7566C, symSize: 0x8 }
+ - { offsetInCU: 0x2C9, offset: 0xC2C12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMr', symObjAddr: 0x850, symBinAddr: 0x75674, symSize: 0x74 }
+ - { offsetInCU: 0x2DD, offset: 0xC2C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwCP', symObjAddr: 0x8C4, symBinAddr: 0x756E8, symSize: 0x11C }
+ - { offsetInCU: 0x2F1, offset: 0xC2C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwxx', symObjAddr: 0x9E0, symBinAddr: 0x75804, symSize: 0xA0 }
+ - { offsetInCU: 0x305, offset: 0xC2C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwcp', symObjAddr: 0xA80, symBinAddr: 0x758A4, symSize: 0xD8 }
+ - { offsetInCU: 0x319, offset: 0xC2C62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwca', symObjAddr: 0xB58, symBinAddr: 0x7597C, symSize: 0x190 }
+ - { offsetInCU: 0x32D, offset: 0xC2C76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwtk', symObjAddr: 0xCE8, symBinAddr: 0x75B0C, symSize: 0xD4 }
+ - { offsetInCU: 0x341, offset: 0xC2C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwta', symObjAddr: 0xDBC, symBinAddr: 0x75BE0, symSize: 0x18C }
+ - { offsetInCU: 0x355, offset: 0xC2C9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwet', symObjAddr: 0xF48, symBinAddr: 0x75D6C, symSize: 0x110 }
+ - { offsetInCU: 0x369, offset: 0xC2CB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwst', symObjAddr: 0x1058, symBinAddr: 0x75E7C, symSize: 0x1A8 }
+ - { offsetInCU: 0x37D, offset: 0xC2CC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwug', symObjAddr: 0x1200, symBinAddr: 0x76024, symSize: 0x90 }
+ - { offsetInCU: 0x391, offset: 0xC2CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwup', symObjAddr: 0x1290, symBinAddr: 0x760B4, symSize: 0x4 }
+ - { offsetInCU: 0x3A5, offset: 0xC2CEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwui', symObjAddr: 0x1294, symBinAddr: 0x760B8, symSize: 0xE0 }
+ - { offsetInCU: 0x71, offset: 0xC2FD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x76198, symSize: 0x48 }
+ - { offsetInCU: 0xC5, offset: 0xC302A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x48, symBinAddr: 0x761E0, symSize: 0x58 }
+ - { offsetInCU: 0x129, offset: 0xC308E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCACycfC', symObjAddr: 0x130, symBinAddr: 0x762C8, symSize: 0x10 }
+ - { offsetInCU: 0x147, offset: 0xC30AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCACycfc', symObjAddr: 0x140, symBinAddr: 0x762D8, symSize: 0x8 }
+ - { offsetInCU: 0x176, offset: 0xC30DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCfd', symObjAddr: 0x148, symBinAddr: 0x762E0, symSize: 0x8 }
+ - { offsetInCU: 0x1A5, offset: 0xC310A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCfD', symObjAddr: 0x150, symBinAddr: 0x762E8, symSize: 0x10 }
+ - { offsetInCU: 0x1D5, offset: 0xC313A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCMa', symObjAddr: 0x160, symBinAddr: 0x762F8, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xC332B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x76318, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xC3343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x76318, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xC335D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0x76338, symSize: 0x40 }
+ - { offsetInCU: 0x8A, offset: 0xC338E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0x76378, symSize: 0x68 }
+ - { offsetInCU: 0xAB, offset: 0xC33AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0xC8, symBinAddr: 0x763E0, symSize: 0x6C }
+ - { offsetInCU: 0xD4, offset: 0xC33D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x134, symBinAddr: 0x7644C, symSize: 0x6C }
+ - { offsetInCU: 0xFD, offset: 0xC3401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x764B8, symSize: 0x4 }
+ - { offsetInCU: 0x119, offset: 0xC341D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1A4, symBinAddr: 0x764BC, symSize: 0x4 }
+ - { offsetInCU: 0x135, offset: 0xC3439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1A8, symBinAddr: 0x764C0, symSize: 0x8 }
+ - { offsetInCU: 0x149, offset: 0xC344D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsSSvg', symObjAddr: 0x1B0, symBinAddr: 0x764C8, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0xC3469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsACSaySSG_tcfC', symObjAddr: 0x1E0, symBinAddr: 0x764F8, symSize: 0xE8 }
+ - { offsetInCU: 0x1F4, offset: 0xC34F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x398, symBinAddr: 0x765E0, symSize: 0x1C }
+ - { offsetInCU: 0x214, offset: 0xC3518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x3B4, symBinAddr: 0x765FC, symSize: 0x58 }
+ - { offsetInCU: 0x24D, offset: 0xC3551, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x40C, symBinAddr: 0x76654, symSize: 0x58 }
+ - { offsetInCU: 0x283, offset: 0xC3587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x464, symBinAddr: 0x766AC, symSize: 0x8 }
+ - { offsetInCU: 0x2AA, offset: 0xC35AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x46C, symBinAddr: 0x766B4, symSize: 0xC }
+ - { offsetInCU: 0x2D2, offset: 0xC35D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x478, symBinAddr: 0x766C0, symSize: 0x4 }
+ - { offsetInCU: 0x2E6, offset: 0xC35EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x47C, symBinAddr: 0x766C4, symSize: 0x4 }
+ - { offsetInCU: 0x318, offset: 0xC361C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x5E8, symBinAddr: 0x76830, symSize: 0x64 }
+ - { offsetInCU: 0x34C, offset: 0xC3650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x64C, symBinAddr: 0x76894, symSize: 0x24 }
+ - { offsetInCU: 0x384, offset: 0xC3688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x670, symBinAddr: 0x768B8, symSize: 0x4 }
+ - { offsetInCU: 0x3A4, offset: 0xC36A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x670, symBinAddr: 0x768B8, symSize: 0x4 }
+ - { offsetInCU: 0x3CF, offset: 0xC36D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x674, symBinAddr: 0x768BC, symSize: 0x68 }
+ - { offsetInCU: 0x41A, offset: 0xC371E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x6DC, symBinAddr: 0x76924, symSize: 0xC }
+ - { offsetInCU: 0x436, offset: 0xC373A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x6E8, symBinAddr: 0x76930, symSize: 0xC }
+ - { offsetInCU: 0x452, offset: 0xC3756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x8C8, symBinAddr: 0x76B10, symSize: 0x18 }
+ - { offsetInCU: 0x47E, offset: 0xC3782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x744, symBinAddr: 0x7698C, symSize: 0x68 }
+ - { offsetInCU: 0x4B5, offset: 0xC37B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x7AC, symBinAddr: 0x769F4, symSize: 0x8 }
+ - { offsetInCU: 0x4E0, offset: 0xC37E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x7B4, symBinAddr: 0x769FC, symSize: 0x8 }
+ - { offsetInCU: 0x528, offset: 0xC382C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7BC, symBinAddr: 0x76A04, symSize: 0x18 }
+ - { offsetInCU: 0x560, offset: 0xC3864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x7D4, symBinAddr: 0x76A1C, symSize: 0xF4 }
+ - { offsetInCU: 0x604, offset: 0xC3908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x8E0, symBinAddr: 0x76B28, symSize: 0x4 }
+ - { offsetInCU: 0x618, offset: 0xC391C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x8E4, symBinAddr: 0x76B2C, symSize: 0x44 }
+ - { offsetInCU: 0x62C, offset: 0xC3930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x928, symBinAddr: 0x76B70, symSize: 0x4 }
+ - { offsetInCU: 0x640, offset: 0xC3944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x92C, symBinAddr: 0x76B74, symSize: 0x44 }
+ - { offsetInCU: 0x654, offset: 0xC3958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x76BB8, symSize: 0x4 }
+ - { offsetInCU: 0x668, offset: 0xC396C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x974, symBinAddr: 0x76BBC, symSize: 0x44 }
+ - { offsetInCU: 0x67C, offset: 0xC3980, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA14APIRequestableAAWI', symObjAddr: 0x9B8, symBinAddr: 0x76C00, symSize: 0x24 }
+ - { offsetInCU: 0x690, offset: 0xC3994, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA11RequestableAAWl', symObjAddr: 0x9DC, symBinAddr: 0x76C24, symSize: 0x44 }
+ - { offsetInCU: 0x6A4, offset: 0xC39A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xA20, symBinAddr: 0x76C68, symSize: 0x4 }
+ - { offsetInCU: 0x6B8, offset: 0xC39BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAcA11RespondableAAWl', symObjAddr: 0xA24, symBinAddr: 0x76C6C, symSize: 0x48 }
+ - { offsetInCU: 0x6CC, offset: 0xC39D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA11RequestableAAWI', symObjAddr: 0xA6C, symBinAddr: 0x76CB4, symSize: 0x2C }
+ - { offsetInCU: 0x6E0, offset: 0xC39E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA0F0AAWl', symObjAddr: 0xA98, symBinAddr: 0x76CE0, symSize: 0x44 }
+ - { offsetInCU: 0x6F4, offset: 0xC39F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xADC, symBinAddr: 0x76D24, symSize: 0x44 }
+ - { offsetInCU: 0x708, offset: 0xC3A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0AAWI', symObjAddr: 0xB20, symBinAddr: 0x76D68, symSize: 0x24 }
+ - { offsetInCU: 0x71C, offset: 0xC3A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVACSEAAWl', symObjAddr: 0xB44, symBinAddr: 0x76D8C, symSize: 0x44 }
+ - { offsetInCU: 0x730, offset: 0xC3A34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB88, symBinAddr: 0x76DD0, symSize: 0x24 }
+ - { offsetInCU: 0x744, offset: 0xC3A48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwCP', symObjAddr: 0xBAC, symBinAddr: 0x76DF4, symSize: 0x30 }
+ - { offsetInCU: 0x758, offset: 0xC3A5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwxx', symObjAddr: 0xBDC, symBinAddr: 0x76E24, symSize: 0x28 }
+ - { offsetInCU: 0x76C, offset: 0xC3A70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwcp', symObjAddr: 0xC04, symBinAddr: 0x76E4C, symSize: 0x44 }
+ - { offsetInCU: 0x780, offset: 0xC3A84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwca', symObjAddr: 0xC48, symBinAddr: 0x76E90, symSize: 0x6C }
+ - { offsetInCU: 0x794, offset: 0xC3A98, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0xCB4, symBinAddr: 0x76EFC, symSize: 0xC }
+ - { offsetInCU: 0x7A8, offset: 0xC3AAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwta', symObjAddr: 0xCC0, symBinAddr: 0x76F08, symSize: 0x4C }
+ - { offsetInCU: 0x7BC, offset: 0xC3AC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwet', symObjAddr: 0xD0C, symBinAddr: 0x76F54, symSize: 0x48 }
+ - { offsetInCU: 0x7D0, offset: 0xC3AD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwst', symObjAddr: 0xD54, symBinAddr: 0x76F9C, symSize: 0x40 }
+ - { offsetInCU: 0x7E4, offset: 0xC3AE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVMa', symObjAddr: 0xD94, symBinAddr: 0x76FDC, symSize: 0x10 }
+ - { offsetInCU: 0x7F8, offset: 0xC3AFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwet', symObjAddr: 0xDAC, symBinAddr: 0x76FEC, symSize: 0x50 }
+ - { offsetInCU: 0x80C, offset: 0xC3B10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwst', symObjAddr: 0xDFC, symBinAddr: 0x7703C, symSize: 0x8C }
+ - { offsetInCU: 0x820, offset: 0xC3B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwug', symObjAddr: 0xE88, symBinAddr: 0x770C8, symSize: 0x8 }
+ - { offsetInCU: 0x834, offset: 0xC3B38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwup', symObjAddr: 0xE90, symBinAddr: 0x770D0, symSize: 0x4 }
+ - { offsetInCU: 0x848, offset: 0xC3B4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwui', symObjAddr: 0xE94, symBinAddr: 0x770D4, symSize: 0x4 }
+ - { offsetInCU: 0x85C, offset: 0xC3B60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOMa', symObjAddr: 0xE98, symBinAddr: 0x770D8, symSize: 0x10 }
+ - { offsetInCU: 0x870, offset: 0xC3B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xEA8, symBinAddr: 0x770E8, symSize: 0x44 }
+ - { offsetInCU: 0x8D4, offset: 0xC3BD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x480, symBinAddr: 0x766C8, symSize: 0x80 }
+ - { offsetInCU: 0x9B8, offset: 0xC3CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x500, symBinAddr: 0x76748, symSize: 0x58 }
+ - { offsetInCU: 0xA63, offset: 0xC3D67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x558, symBinAddr: 0x767A0, symSize: 0x3C }
+ - { offsetInCU: 0xACA, offset: 0xC3DCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x594, symBinAddr: 0x767DC, symSize: 0x54 }
+ - { offsetInCU: 0xB53, offset: 0xC3E57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6F4, symBinAddr: 0x7693C, symSize: 0x28 }
+ - { offsetInCU: 0xB6F, offset: 0xC3E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x71C, symBinAddr: 0x76964, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xC40C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x7712C, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xC40ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x7712C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xC4109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC9isRelayedSbvg', symObjAddr: 0x8, symBinAddr: 0x77134, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xC4125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC08isPeerOnD0Sbvg', symObjAddr: 0x10, symBinAddr: 0x7713C, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0xC4141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC08isCallOnD0Sbvg', symObjAddr: 0x18, symBinAddr: 0x77144, symSize: 0x14 }
+ - { offsetInCU: 0x1A7, offset: 0xC4249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC6callId07messageH012deliveryInfo8holdedBy9isRelayed0n6PeerOnD0ACSS_SSAA08DeliveryK0VSaySSGS2btcfC', symObjAddr: 0x2C, symBinAddr: 0x77158, symSize: 0xEC }
+ - { offsetInCU: 0x255, offset: 0xC42F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC6callId07messageH012deliveryInfo8holdedBy9isRelayed0n6PeerOnD0ACSS_SSAA08DeliveryK0VSaySSGS2btcfc', symObjAddr: 0x118, symBinAddr: 0x77244, symSize: 0xC4 }
+ - { offsetInCU: 0x2F5, offset: 0xC4397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1DC, symBinAddr: 0x77308, symSize: 0x48 }
+ - { offsetInCU: 0x31A, offset: 0xC43BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x224, symBinAddr: 0x77350, symSize: 0x304 }
+ - { offsetInCU: 0x3DF, offset: 0xC4481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x738, symBinAddr: 0x77674, symSize: 0x2C }
+ - { offsetInCU: 0x43E, offset: 0xC44E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x764, symBinAddr: 0x776A0, symSize: 0x2C }
+ - { offsetInCU: 0x49B, offset: 0xC453D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfd', symObjAddr: 0x798, symBinAddr: 0x776D4, symSize: 0x34 }
+ - { offsetInCU: 0x4EC, offset: 0xC458E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfD', symObjAddr: 0x7E0, symBinAddr: 0x77708, symSize: 0x3C }
+ - { offsetInCU: 0x5FD, offset: 0xC469F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCMa', symObjAddr: 0x5F0, symBinAddr: 0x77654, symSize: 0x20 }
+ - { offsetInCU: 0x627, offset: 0xC46C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfE', symObjAddr: 0x790, symBinAddr: 0x776CC, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0xC495C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7defaultACvgZ', symObjAddr: 0x0, symBinAddr: 0x7776C, symSize: 0x38 }
+ - { offsetInCU: 0x7A, offset: 0xC49AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7defaultACvgZ', symObjAddr: 0x0, symBinAddr: 0x7776C, symSize: 0x38 }
+ - { offsetInCU: 0xD9, offset: 0xC4A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCACycfC', symObjAddr: 0x38, symBinAddr: 0x777A4, symSize: 0x38 }
+ - { offsetInCU: 0x10C, offset: 0xC4A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvg', symObjAddr: 0x90, symBinAddr: 0x777FC, symSize: 0x30 }
+ - { offsetInCU: 0x128, offset: 0xC4A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvs', symObjAddr: 0xC0, symBinAddr: 0x7782C, symSize: 0x3C }
+ - { offsetInCU: 0x144, offset: 0xC4A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvM', symObjAddr: 0xFC, symBinAddr: 0x77868, symSize: 0x3C }
+ - { offsetInCU: 0x160, offset: 0xC4A95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvg', symObjAddr: 0x138, symBinAddr: 0x778A4, symSize: 0x30 }
+ - { offsetInCU: 0x17C, offset: 0xC4AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvs', symObjAddr: 0x168, symBinAddr: 0x778D4, symSize: 0x3C }
+ - { offsetInCU: 0x198, offset: 0xC4ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvM', symObjAddr: 0x1A4, symBinAddr: 0x77910, symSize: 0x3C }
+ - { offsetInCU: 0x1B4, offset: 0xC4AE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvg', symObjAddr: 0x1E0, symBinAddr: 0x7794C, symSize: 0x30 }
+ - { offsetInCU: 0x1D0, offset: 0xC4B05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvs', symObjAddr: 0x210, symBinAddr: 0x7797C, symSize: 0x3C }
+ - { offsetInCU: 0x1EC, offset: 0xC4B21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvM', symObjAddr: 0x24C, symBinAddr: 0x779B8, symSize: 0x3C }
+ - { offsetInCU: 0x208, offset: 0xC4B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvM.resume.0', symObjAddr: 0x288, symBinAddr: 0x779F4, symSize: 0x4 }
+ - { offsetInCU: 0x224, offset: 0xC4B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvg', symObjAddr: 0x28C, symBinAddr: 0x779F8, symSize: 0x30 }
+ - { offsetInCU: 0x240, offset: 0xC4B75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvs', symObjAddr: 0x2BC, symBinAddr: 0x77A28, symSize: 0x3C }
+ - { offsetInCU: 0x25C, offset: 0xC4B91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvM', symObjAddr: 0x2F8, symBinAddr: 0x77A64, symSize: 0x3C }
+ - { offsetInCU: 0x278, offset: 0xC4BAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvg', symObjAddr: 0x334, symBinAddr: 0x77AA0, symSize: 0x30 }
+ - { offsetInCU: 0x294, offset: 0xC4BC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvs', symObjAddr: 0x364, symBinAddr: 0x77AD0, symSize: 0x3C }
+ - { offsetInCU: 0x2B0, offset: 0xC4BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvM', symObjAddr: 0x3A0, symBinAddr: 0x77B0C, symSize: 0x3C }
+ - { offsetInCU: 0x2CC, offset: 0xC4C01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvg', symObjAddr: 0x3DC, symBinAddr: 0x77B48, symSize: 0x30 }
+ - { offsetInCU: 0x2E8, offset: 0xC4C1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvs', symObjAddr: 0x40C, symBinAddr: 0x77B78, symSize: 0x3C }
+ - { offsetInCU: 0x304, offset: 0xC4C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvM', symObjAddr: 0x448, symBinAddr: 0x77BB4, symSize: 0x3C }
+ - { offsetInCU: 0x320, offset: 0xC4C55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvg', symObjAddr: 0x484, symBinAddr: 0x77BF0, symSize: 0x30 }
+ - { offsetInCU: 0x33C, offset: 0xC4C71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvs', symObjAddr: 0x4B4, symBinAddr: 0x77C20, symSize: 0x3C }
+ - { offsetInCU: 0x358, offset: 0xC4C8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvM', symObjAddr: 0x4F0, symBinAddr: 0x77C5C, symSize: 0x3C }
+ - { offsetInCU: 0x374, offset: 0xC4CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvg', symObjAddr: 0x52C, symBinAddr: 0x77C98, symSize: 0x30 }
+ - { offsetInCU: 0x390, offset: 0xC4CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvs', symObjAddr: 0x55C, symBinAddr: 0x77CC8, symSize: 0x3C }
+ - { offsetInCU: 0x3AC, offset: 0xC4CE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvM', symObjAddr: 0x598, symBinAddr: 0x77D04, symSize: 0x3C }
+ - { offsetInCU: 0x3C8, offset: 0xC4CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCfd', symObjAddr: 0x5D4, symBinAddr: 0x77D40, symSize: 0x8 }
+ - { offsetInCU: 0x3F7, offset: 0xC4D2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCfD', symObjAddr: 0x5DC, symBinAddr: 0x77D48, symSize: 0x10 }
+ - { offsetInCU: 0x426, offset: 0xC4D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCACycfc', symObjAddr: 0x5EC, symBinAddr: 0x77D58, symSize: 0x20 }
+ - { offsetInCU: 0x446, offset: 0xC4D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCMa', symObjAddr: 0x70, symBinAddr: 0x777DC, symSize: 0x20 }
+ - { offsetInCU: 0x45A, offset: 0xC4D8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC2eeoiySbAC_ACtFZ', symObjAddr: 0x60C, symBinAddr: 0x77D78, symSize: 0x4 }
+ - { offsetInCU: 0x47D, offset: 0xC4DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x610, symBinAddr: 0x77D7C, symSize: 0xC }
+ - { offsetInCU: 0x4AF, offset: 0xC4DE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x61C, symBinAddr: 0x77D88, symSize: 0x198 }
+ - { offsetInCU: 0x2B, offset: 0xC5001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV_9onChangedACyxGx_yxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x78350, symSize: 0xA0 }
+ - { offsetInCU: 0x4A, offset: 0xC5020, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV_9onChangedACyxGx_yxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x78350, symSize: 0xA0 }
+ - { offsetInCU: 0x97, offset: 0xC506D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV5valuexvg', symObjAddr: 0xF0, symBinAddr: 0x783FC, symSize: 0xDC }
+ - { offsetInCU: 0xD4, offset: 0xC50AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV8setValueyyxF', symObjAddr: 0x1DC, symBinAddr: 0x784E8, symSize: 0x144 }
+ - { offsetInCU: 0x138, offset: 0xC510E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV9isInitialSbvg', symObjAddr: 0x320, symBinAddr: 0x7862C, symSize: 0xF0 }
+ - { offsetInCU: 0x176, offset: 0xC514C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMa', symObjAddr: 0xE4, symBinAddr: 0x783F0, symSize: 0xC }
+ - { offsetInCU: 0x18A, offset: 0xC5160, size: 0x8, addend: 0x0, symName: '_$sxlyxIsegn_SglWOe', symObjAddr: 0x1CC, symBinAddr: 0x784D8, symSize: 0x10 }
+ - { offsetInCU: 0x19E, offset: 0xC5174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMi', symObjAddr: 0x410, symBinAddr: 0x7871C, symSize: 0x8 }
+ - { offsetInCU: 0x1B2, offset: 0xC5188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMr', symObjAddr: 0x418, symBinAddr: 0x78724, symSize: 0x70 }
+ - { offsetInCU: 0x1C6, offset: 0xC519C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwCP', symObjAddr: 0x488, symBinAddr: 0x78794, symSize: 0x16C }
+ - { offsetInCU: 0x1DA, offset: 0xC51B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwxx', symObjAddr: 0x5F4, symBinAddr: 0x78900, symSize: 0xF4 }
+ - { offsetInCU: 0x1EE, offset: 0xC51C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwcp', symObjAddr: 0x6E8, symBinAddr: 0x789F4, symSize: 0x128 }
+ - { offsetInCU: 0x202, offset: 0xC51D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwca', symObjAddr: 0x810, symBinAddr: 0x78B1C, symSize: 0x1E4 }
+ - { offsetInCU: 0x216, offset: 0xC51EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwtk', symObjAddr: 0x9F4, symBinAddr: 0x78D00, symSize: 0x124 }
+ - { offsetInCU: 0x22A, offset: 0xC5200, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwta', symObjAddr: 0xB18, symBinAddr: 0x78E24, symSize: 0x1E0 }
+ - { offsetInCU: 0x23E, offset: 0xC5214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwet', symObjAddr: 0xCF8, symBinAddr: 0x79004, symSize: 0x118 }
+ - { offsetInCU: 0x252, offset: 0xC5228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwst', symObjAddr: 0xE10, symBinAddr: 0x7911C, symSize: 0x1B0 }
+ - { offsetInCU: 0x266, offset: 0xC523C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMa', symObjAddr: 0xFC0, symBinAddr: 0x792CC, symSize: 0xC }
+ - { offsetInCU: 0x27A, offset: 0xC5250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMi', symObjAddr: 0xFCC, symBinAddr: 0x792D8, symSize: 0x8 }
+ - { offsetInCU: 0x28E, offset: 0xC5264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMr', symObjAddr: 0xFD4, symBinAddr: 0x792E0, symSize: 0x88 }
+ - { offsetInCU: 0x2A2, offset: 0xC5278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwCP', symObjAddr: 0x105C, symBinAddr: 0x79368, symSize: 0x16C }
+ - { offsetInCU: 0x2B6, offset: 0xC528C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwxx', symObjAddr: 0x11C8, symBinAddr: 0x794D4, symSize: 0xF4 }
+ - { offsetInCU: 0x2CA, offset: 0xC52A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwcp', symObjAddr: 0x12BC, symBinAddr: 0x795C8, symSize: 0x128 }
+ - { offsetInCU: 0x2DE, offset: 0xC52B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwca', symObjAddr: 0x13E4, symBinAddr: 0x796F0, symSize: 0x1E4 }
+ - { offsetInCU: 0x2F2, offset: 0xC52C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwtk', symObjAddr: 0x15C8, symBinAddr: 0x798D4, symSize: 0x124 }
+ - { offsetInCU: 0x306, offset: 0xC52DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwta', symObjAddr: 0x16EC, symBinAddr: 0x799F8, symSize: 0x1E0 }
+ - { offsetInCU: 0x31A, offset: 0xC52F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwet', symObjAddr: 0x18CC, symBinAddr: 0x79BD8, symSize: 0x118 }
+ - { offsetInCU: 0x32E, offset: 0xC5304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwst', symObjAddr: 0x19E4, symBinAddr: 0x79CF0, symSize: 0x1B0 }
+ - { offsetInCU: 0x342, offset: 0xC5318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwug', symObjAddr: 0x1B94, symBinAddr: 0x79EA0, symSize: 0x98 }
+ - { offsetInCU: 0x356, offset: 0xC532C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwup', symObjAddr: 0x1C2C, symBinAddr: 0x79F38, symSize: 0x4 }
+ - { offsetInCU: 0x36A, offset: 0xC5340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwui', symObjAddr: 0x1C30, symBinAddr: 0x79F3C, symSize: 0xF0 }
+ - { offsetInCU: 0x4B, offset: 0xC559A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8wsClientAA011SBWebSocketG0Cvg', symObjAddr: 0x0, symBinAddr: 0x7A02C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xC55B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClientAA9APIClientCvg', symObjAddr: 0x8, symBinAddr: 0x7A034, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0xC55D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15connectionStateAA17SBWebSocketClientC010ConnectionG0Ovg', symObjAddr: 0x10, symBinAddr: 0x7A03C, symSize: 0x28 }
+ - { offsetInCU: 0xB2, offset: 0xC5601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15sequenceManagerAA08SequenceG0Cvg', symObjAddr: 0x38, symBinAddr: 0x7A064, symSize: 0x8 }
+ - { offsetInCU: 0xC6, offset: 0xC5615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15ackTimerManagerAA03AckgH0Cvg', symObjAddr: 0x40, symBinAddr: 0x7A06C, symSize: 0x8 }
+ - { offsetInCU: 0xE2, offset: 0xC5631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8receiverAA13EventReceiverCvg', symObjAddr: 0x48, symBinAddr: 0x7A074, symSize: 0x8 }
+ - { offsetInCU: 0xFE, offset: 0xC564D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8clientIdSSvg', symObjAddr: 0x50, symBinAddr: 0x7A07C, symSize: 0x28 }
+ - { offsetInCU: 0x12D, offset: 0xC567C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15setSessionTokenyySSSgF', symObjAddr: 0x78, symBinAddr: 0x7A0A4, symSize: 0x74 }
+ - { offsetInCU: 0x16C, offset: 0xC56BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10setTimeoutyyAA0G0CF', symObjAddr: 0xEC, symBinAddr: 0x7A118, symSize: 0x4C }
+ - { offsetInCU: 0x1AB, offset: 0xC56FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC5clearyyF', symObjAddr: 0x138, symBinAddr: 0x7A164, symSize: 0x3C }
+ - { offsetInCU: 0x1DA, offset: 0xC5729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfC', symObjAddr: 0x174, symBinAddr: 0x7A1A0, symSize: 0xB4 }
+ - { offsetInCU: 0x1F8, offset: 0xC5747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2Vtcfc', symObjAddr: 0x228, symBinAddr: 0x7A254, symSize: 0x73C }
+ - { offsetInCU: 0x47C, offset: 0xC59CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC4send7command17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0x9A0, symBinAddr: 0x7A9CC, symSize: 0x348 }
+ - { offsetInCU: 0x4D9, offset: 0xC5A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtF', symObjAddr: 0xCE8, symBinAddr: 0x7AD14, symSize: 0x440 }
+ - { offsetInCU: 0x6C5, offset: 0xC5C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU_', symObjAddr: 0x1128, symBinAddr: 0x7B154, symSize: 0x7C }
+ - { offsetInCU: 0x710, offset: 0xC5C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU0_', symObjAddr: 0x11A4, symBinAddr: 0x7B1D0, symSize: 0x9C }
+ - { offsetInCU: 0x76B, offset: 0xC5CBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x1240, symBinAddr: 0x7B26C, symSize: 0x20C }
+ - { offsetInCU: 0x8FD, offset: 0xC5E4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA0D12ListResponseCGcfU_', symObjAddr: 0x144C, symBinAddr: 0x7B478, symSize: 0xA1C }
+ - { offsetInCU: 0x1372, offset: 0xC68C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCfd', symObjAddr: 0x1E68, symBinAddr: 0x7BE94, symSize: 0x3C }
+ - { offsetInCU: 0x13AD, offset: 0xC68FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCfD', symObjAddr: 0x1EA4, symBinAddr: 0x7BED0, symSize: 0x44 }
+ - { offsetInCU: 0x13FF, offset: 0xC694E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15sequenceManagerAA08SequenceH0CvgTW', symObjAddr: 0x1EE8, symBinAddr: 0x7BF14, symSize: 0x8 }
+ - { offsetInCU: 0x141F, offset: 0xC696E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15sequenceManagerAA08SequenceH0CvgTW', symObjAddr: 0x1EE8, symBinAddr: 0x7BF14, symSize: 0x8 }
+ - { offsetInCU: 0x1431, offset: 0xC6980, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15connectionStateAA17SBWebSocketClientC010ConnectionH0OvgTW', symObjAddr: 0x1EF0, symBinAddr: 0x7BF1C, symSize: 0xC }
+ - { offsetInCU: 0x144D, offset: 0xC699C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15setSessionTokenyySSSgFTW', symObjAddr: 0x1EFC, symBinAddr: 0x7BF28, symSize: 0xC }
+ - { offsetInCU: 0x1469, offset: 0xC69B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP5clearyyFTW', symObjAddr: 0x1F08, symBinAddr: 0x7BF34, symSize: 0xC }
+ - { offsetInCU: 0x1485, offset: 0xC69D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP10setTimeoutyyAA0H0CFTW', symObjAddr: 0x1F14, symBinAddr: 0x7BF40, symSize: 0xC }
+ - { offsetInCU: 0x14A1, offset: 0xC69F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP4send7command17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x1F20, symBinAddr: 0x7BF4C, symSize: 0xC }
+ - { offsetInCU: 0x14BD, offset: 0xC6A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0x1F2C, symBinAddr: 0x7BF58, symSize: 0xC }
+ - { offsetInCU: 0x14D9, offset: 0xC6A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA23SequenceManagerDelegateA2aDP10didReceive7manager7command10completionyAA0fG0C_AA0D0_pyAA0F0C6ResultOcSgtFTW', symObjAddr: 0x1F38, symBinAddr: 0x7BF64, symSize: 0xC }
+ - { offsetInCU: 0x15F1, offset: 0xC6B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdACSS_tcfC', symObjAddr: 0x964, symBinAddr: 0x7A990, symSize: 0x3C }
+ - { offsetInCU: 0x162E, offset: 0xC6B7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdSSvg', symObjAddr: 0x1F44, symBinAddr: 0x7BF70, symSize: 0x2C }
+ - { offsetInCU: 0x164A, offset: 0xC6B99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdACSS_tcfc', symObjAddr: 0x1F70, symBinAddr: 0x7BF9C, symSize: 0xC }
+ - { offsetInCU: 0x1671, offset: 0xC6BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCfd', symObjAddr: 0x223C, symBinAddr: 0x7C228, symSize: 0x1C }
+ - { offsetInCU: 0x168E, offset: 0xC6BDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCfD', symObjAddr: 0x2258, symBinAddr: 0x7C244, symSize: 0x24 }
+ - { offsetInCU: 0x1B38, offset: 0xC7087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCMa', symObjAddr: 0x221C, symBinAddr: 0x7C208, symSize: 0x20 }
+ - { offsetInCU: 0x1BB3, offset: 0xC7102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_AA0D6RouterC_AA0D11ListRequestVTg5', symObjAddr: 0x227C, symBinAddr: 0x7C268, symSize: 0x98 }
+ - { offsetInCU: 0x1C01, offset: 0xC7150, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x2358, symBinAddr: 0x7C300, symSize: 0x3C }
+ - { offsetInCU: 0x1C15, offset: 0xC7164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOWOh', symObjAddr: 0x2448, symBinAddr: 0x7C33C, symSize: 0x34 }
+ - { offsetInCU: 0x1C29, offset: 0xC7178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11Respondable_pWOb', symObjAddr: 0x247C, symBinAddr: 0x7C370, symSize: 0x18 }
+ - { offsetInCU: 0x1C3D, offset: 0xC718C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU0_TA', symObjAddr: 0x2584, symBinAddr: 0x7C43C, symSize: 0xC }
+ - { offsetInCU: 0x1C51, offset: 0xC71A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU_TA', symObjAddr: 0x25C4, symBinAddr: 0x7C47C, symSize: 0xC }
+ - { offsetInCU: 0x1C65, offset: 0xC71B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA0D12ListResponseCGcfU_TA', symObjAddr: 0x26B8, symBinAddr: 0x7C4E0, symSize: 0x10 }
+ - { offsetInCU: 0x1C84, offset: 0xC71D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGIegg_AFIegn_TRTA', symObjAddr: 0x26EC, symBinAddr: 0x7C514, symSize: 0x2C }
+ - { offsetInCU: 0x1CB8, offset: 0xC7207, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_AA0D6RouterC_AA0D11ListRequestVTG5TA', symObjAddr: 0x2744, symBinAddr: 0x7C56C, symSize: 0xC }
+ - { offsetInCU: 0x1CE1, offset: 0xC7230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA10ResultableAAWl', symObjAddr: 0x27A4, symBinAddr: 0x7C578, symSize: 0x44 }
+ - { offsetInCU: 0x1CF5, offset: 0xC7244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCMa', symObjAddr: 0x27E8, symBinAddr: 0x7C5BC, symSize: 0x20 }
+ - { offsetInCU: 0x1D09, offset: 0xC7258, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGWOe', symObjAddr: 0x28B8, symBinAddr: 0x7C68C, symSize: 0xC }
+ - { offsetInCU: 0x1D1D, offset: 0xC726C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGWOy', symObjAddr: 0x28C4, symBinAddr: 0x7C698, symSize: 0xC }
+ - { offsetInCU: 0x1D31, offset: 0xC7280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOWOh', symObjAddr: 0x28D0, symBinAddr: 0x7C6A4, symSize: 0x34 }
+ - { offsetInCU: 0x1D45, offset: 0xC7294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pSgWOb', symObjAddr: 0x2904, symBinAddr: 0x7C6D8, symSize: 0x48 }
+ - { offsetInCU: 0x1D59, offset: 0xC72A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pSgWOc', symObjAddr: 0x294C, symBinAddr: 0x7C720, symSize: 0x48 }
+ - { offsetInCU: 0x4B, offset: 0xC793D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x7C768, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xC7951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0xC, symBinAddr: 0x7C774, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0xC796D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x3C, symBinAddr: 0x7C7A4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0xC7989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x7C7E8, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0xC79A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x7C824, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0xC79C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x7C828, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0xC79E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x7C870, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0xC7AD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x7CB74, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0xC7B88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x7CC7C, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0xC7C6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x7CD5C, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0xC7CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x7CD88, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0xC7D2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x7CDBC, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0xC7D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x7CDF0, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0xC7DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x870, symBinAddr: 0x7CE2C, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0xC7DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x7CE80, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0xC7E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x7CEA8, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0xC7E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x914, symBinAddr: 0x7CED0, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0xC7E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x7CF50, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0xC7E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x7CB54, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0xC7F58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x7CDB4, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0xC81E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x7D00C, symSize: 0x6C }
+ - { offsetInCU: 0x4B, offset: 0xC8205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x7D00C, symSize: 0x6C }
+ - { offsetInCU: 0x6A, offset: 0xC8224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueSSvg', symObjAddr: 0xAC, symBinAddr: 0x7D078, symSize: 0x38 }
+ - { offsetInCU: 0xBA, offset: 0xC8274, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2B0, symBinAddr: 0x7D27C, symSize: 0x70 }
+ - { offsetInCU: 0xEE, offset: 0xC82A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x320, symBinAddr: 0x7D2EC, symSize: 0x28 }
+ - { offsetInCU: 0x119, offset: 0xC82D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASQWb', symObjAddr: 0x16C, symBinAddr: 0x7D138, symSize: 0x4 }
+ - { offsetInCU: 0x12D, offset: 0xC82E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSQAAWl', symObjAddr: 0x170, symBinAddr: 0x7D13C, symSize: 0x44 }
+ - { offsetInCU: 0x14C, offset: 0xC8306, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwet', symObjAddr: 0x400, symBinAddr: 0x7D3BC, symSize: 0x90 }
+ - { offsetInCU: 0x160, offset: 0xC831A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwst', symObjAddr: 0x490, symBinAddr: 0x7D44C, symSize: 0xBC }
+ - { offsetInCU: 0x174, offset: 0xC832E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwug', symObjAddr: 0x54C, symBinAddr: 0x7D508, symSize: 0x8 }
+ - { offsetInCU: 0x188, offset: 0xC8342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwup', symObjAddr: 0x554, symBinAddr: 0x7D510, symSize: 0x4 }
+ - { offsetInCU: 0x19C, offset: 0xC8356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwui', symObjAddr: 0x558, symBinAddr: 0x7D514, symSize: 0xC }
+ - { offsetInCU: 0x1B0, offset: 0xC836A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOMa', symObjAddr: 0x564, symBinAddr: 0x7D520, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0xC837E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSYAAWl', symObjAddr: 0x574, symBinAddr: 0x7D530, symSize: 0x44 }
+ - { offsetInCU: 0x207, offset: 0xC83C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE4, symBinAddr: 0x7D0B0, symSize: 0x88 }
+ - { offsetInCU: 0x2B6, offset: 0xC8470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1B4, symBinAddr: 0x7D180, symSize: 0x60 }
+ - { offsetInCU: 0x34C, offset: 0xC8506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x214, symBinAddr: 0x7D1E0, symSize: 0x40 }
+ - { offsetInCU: 0x39E, offset: 0xC8558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x254, symBinAddr: 0x7D220, symSize: 0x5C }
+ - { offsetInCU: 0x418, offset: 0xC85D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x348, symBinAddr: 0x7D314, symSize: 0x5C }
+ - { offsetInCU: 0x43B, offset: 0xC85F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3A4, symBinAddr: 0x7D370, symSize: 0x4C }
+ - { offsetInCU: 0x4B, offset: 0xC8800, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvg', symObjAddr: 0x0, symBinAddr: 0x7D574, symSize: 0x54 }
+ - { offsetInCU: 0x7A, offset: 0xC882F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvs', symObjAddr: 0x54, symBinAddr: 0x7D5C8, symSize: 0x5C }
+ - { offsetInCU: 0xB9, offset: 0xC886E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvM', symObjAddr: 0xB0, symBinAddr: 0x7D624, symSize: 0x44 }
+ - { offsetInCU: 0xE8, offset: 0xC889D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvg', symObjAddr: 0xF4, symBinAddr: 0x7D668, symSize: 0x44 }
+ - { offsetInCU: 0x117, offset: 0xC88CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvs', symObjAddr: 0x138, symBinAddr: 0x7D6AC, symSize: 0x48 }
+ - { offsetInCU: 0x156, offset: 0xC890B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvM', symObjAddr: 0x180, symBinAddr: 0x7D6F4, symSize: 0x44 }
+ - { offsetInCU: 0x185, offset: 0xC893A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvg', symObjAddr: 0x1C4, symBinAddr: 0x7D738, symSize: 0x44 }
+ - { offsetInCU: 0x1B4, offset: 0xC8969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvs', symObjAddr: 0x208, symBinAddr: 0x7D77C, symSize: 0x48 }
+ - { offsetInCU: 0x1F3, offset: 0xC89A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvM', symObjAddr: 0x250, symBinAddr: 0x7D7C4, symSize: 0x44 }
+ - { offsetInCU: 0x222, offset: 0xC89D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvM.resume.0', symObjAddr: 0x294, symBinAddr: 0x7D808, symSize: 0x4 }
+ - { offsetInCU: 0x24D, offset: 0xC8A02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvg', symObjAddr: 0x298, symBinAddr: 0x7D80C, symSize: 0x48 }
+ - { offsetInCU: 0x27C, offset: 0xC8A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvs', symObjAddr: 0x2E0, symBinAddr: 0x7D854, symSize: 0x50 }
+ - { offsetInCU: 0x2BB, offset: 0xC8A70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvM', symObjAddr: 0x330, symBinAddr: 0x7D8A4, symSize: 0x44 }
+ - { offsetInCU: 0x2EA, offset: 0xC8A9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfC', symObjAddr: 0x374, symBinAddr: 0x7D8E8, symSize: 0x20 }
+ - { offsetInCU: 0x308, offset: 0xC8ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfc', symObjAddr: 0x394, symBinAddr: 0x7D908, symSize: 0xCC }
+ - { offsetInCU: 0x337, offset: 0xC8AEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfcTo', symObjAddr: 0x480, symBinAddr: 0x7D9F4, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0xC8B08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC3add8receiveryAA14SBCLogReceiver_p_tFZ', symObjAddr: 0x4A0, symBinAddr: 0x7DA14, symSize: 0x4 }
+ - { offsetInCU: 0x36F, offset: 0xC8B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC6remove8receiveryAA14SBCLogReceiver_p_tFZ', symObjAddr: 0x4B0, symBinAddr: 0x7DA24, symSize: 0x4 }
+ - { offsetInCU: 0x38B, offset: 0xC8B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZ', symObjAddr: 0x4F4, symBinAddr: 0x7DA68, symSize: 0x4 }
+ - { offsetInCU: 0x3B1, offset: 0xC8B66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZ', symObjAddr: 0x4F4, symBinAddr: 0x7DA68, symSize: 0x4 }
+ - { offsetInCU: 0x3ED, offset: 0xC8BA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZTo', symObjAddr: 0x4F8, symBinAddr: 0x7DA6C, symSize: 0x8 }
+ - { offsetInCU: 0x43D, offset: 0xC8BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCfD', symObjAddr: 0x500, symBinAddr: 0x7DA74, symSize: 0x30 }
+ - { offsetInCU: 0x46A, offset: 0xC8C1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10identifierSSvgTW', symObjAddr: 0x678, symBinAddr: 0x7DBEC, symSize: 0x1C }
+ - { offsetInCU: 0x486, offset: 0xC8C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvgTW', symObjAddr: 0x694, symBinAddr: 0x7DC08, symSize: 0x1C }
+ - { offsetInCU: 0x4A2, offset: 0xC8C57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvsTW', symObjAddr: 0x6B0, symBinAddr: 0x7DC24, symSize: 0x1C }
+ - { offsetInCU: 0x4BE, offset: 0xC8C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvMTW', symObjAddr: 0x6CC, symBinAddr: 0x7DC40, symSize: 0x5C }
+ - { offsetInCU: 0x4DA, offset: 0xC8C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvgTW', symObjAddr: 0x72C, symBinAddr: 0x7DCA0, symSize: 0x1C }
+ - { offsetInCU: 0x4F6, offset: 0xC8CAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvsTW', symObjAddr: 0x748, symBinAddr: 0x7DCBC, symSize: 0x1C }
+ - { offsetInCU: 0x512, offset: 0xC8CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvMTW', symObjAddr: 0x764, symBinAddr: 0x7DCD8, symSize: 0x5C }
+ - { offsetInCU: 0x52E, offset: 0xC8CE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvgTW', symObjAddr: 0x7C4, symBinAddr: 0x7DD38, symSize: 0x1C }
+ - { offsetInCU: 0x542, offset: 0xC8CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvsTW', symObjAddr: 0x7E0, symBinAddr: 0x7DD54, symSize: 0x1C }
+ - { offsetInCU: 0x55E, offset: 0xC8D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvMTW', symObjAddr: 0x7FC, symBinAddr: 0x7DD70, symSize: 0x5C }
+ - { offsetInCU: 0x590, offset: 0xC8D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC3add8receiveryAA14SBCLogReceiver_p_tFZTf4nd_n', symObjAddr: 0x98C, symBinAddr: 0x7DF00, symSize: 0x1BC }
+ - { offsetInCU: 0x702, offset: 0xC8EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC6remove8receiveryAA14SBCLogReceiver_p_tFZTf4nd_n', symObjAddr: 0xB48, symBinAddr: 0x7E0BC, symSize: 0x15C }
+ - { offsetInCU: 0x86D, offset: 0xC9022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCMa', symObjAddr: 0x460, symBinAddr: 0x7D9D4, symSize: 0x20 }
+ - { offsetInCU: 0x89C, offset: 0xC9051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelO8rawValueAESgSi_tcfC', symObjAddr: 0x888, symBinAddr: 0x7DDFC, symSize: 0x14 }
+ - { offsetInCU: 0x8BB, offset: 0xC9070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelO8rawValueSivg', symObjAddr: 0x89C, symBinAddr: 0x7DE10, symSize: 0x4 }
+ - { offsetInCU: 0x8FE, offset: 0xC90B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x960, symBinAddr: 0x7DED4, symSize: 0x20 }
+ - { offsetInCU: 0x92F, offset: 0xC90E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x980, symBinAddr: 0x7DEF4, symSize: 0xC }
+ - { offsetInCU: 0x94C, offset: 0xC9101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCfETo', symObjAddr: 0x530, symBinAddr: 0x7DAA4, symSize: 0x3C }
+ - { offsetInCU: 0x987, offset: 0xC913C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tF', symObjAddr: 0x56C, symBinAddr: 0x7DAE0, symSize: 0x4 }
+ - { offsetInCU: 0x99B, offset: 0xC9150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFyyYbcfU_', symObjAddr: 0x570, symBinAddr: 0x7DAE4, symSize: 0x84 }
+ - { offsetInCU: 0xA2A, offset: 0xC91DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFTo', symObjAddr: 0x5F4, symBinAddr: 0x7DB68, symSize: 0x54 }
+ - { offsetInCU: 0xA5C, offset: 0xC9211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCfd', symObjAddr: 0x648, symBinAddr: 0x7DBBC, symSize: 0x8 }
+ - { offsetInCU: 0xA8B, offset: 0xC9240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCfD', symObjAddr: 0x650, symBinAddr: 0x7DBC4, symSize: 0x10 }
+ - { offsetInCU: 0xABA, offset: 0xC926F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCACycfC', symObjAddr: 0x660, symBinAddr: 0x7DBD4, symSize: 0x10 }
+ - { offsetInCU: 0xAD8, offset: 0xC928D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCACycfc', symObjAddr: 0x670, symBinAddr: 0x7DBE4, symSize: 0x8 }
+ - { offsetInCU: 0xB07, offset: 0xC92BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFTf4nd_n', symObjAddr: 0xCA4, symBinAddr: 0x7E218, symSize: 0x214 }
+ - { offsetInCU: 0xD50, offset: 0xC9505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASQWb', symObjAddr: 0xEB8, symBinAddr: 0x7E42C, symSize: 0x4 }
+ - { offsetInCU: 0xD64, offset: 0xC9519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOAESQAAWl', symObjAddr: 0xEBC, symBinAddr: 0x7E430, symSize: 0x44 }
+ - { offsetInCU: 0xD90, offset: 0xC9545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCMa', symObjAddr: 0x1268, symBinAddr: 0x7E7DC, symSize: 0x20 }
+ - { offsetInCU: 0xDA4, offset: 0xC9559, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOMa', symObjAddr: 0x12A8, symBinAddr: 0x7E81C, symSize: 0x10 }
+ - { offsetInCU: 0xDB8, offset: 0xC956D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFyyYbcfU_TA', symObjAddr: 0x1318, symBinAddr: 0x7E850, symSize: 0x8 }
+ - { offsetInCU: 0xDCC, offset: 0xC9581, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1320, symBinAddr: 0x7E858, symSize: 0x10 }
+ - { offsetInCU: 0xDE0, offset: 0xC9595, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1330, symBinAddr: 0x7E868, symSize: 0x8 }
+ - { offsetInCU: 0xDF4, offset: 0xC95A9, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x1338, symBinAddr: 0x7E870, symSize: 0x48 }
+ - { offsetInCU: 0xE3D, offset: 0xC95F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8A0, symBinAddr: 0x7DE14, symSize: 0x14 }
+ - { offsetInCU: 0xECE, offset: 0xC9683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH9hashValueSivgTW', symObjAddr: 0x8B4, symBinAddr: 0x7DE28, symSize: 0x44 }
+ - { offsetInCU: 0xF7D, offset: 0xC9732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8F8, symBinAddr: 0x7DE6C, symSize: 0x28 }
+ - { offsetInCU: 0xFD0, offset: 0xC9785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x920, symBinAddr: 0x7DE94, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0xC9B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC4dial7context6params17completionHandleryAA0dE7Context_p_AA10DialParamsCyAA8SBCErrorCSgctF', symObjAddr: 0x0, symBinAddr: 0x7E8C4, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0xC9B42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC3end7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x2C, symBinAddr: 0x7E8F0, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0xC9B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveDialACK7context23initialLocalConstraintsyAA0dE7Context_p_AA0eN0CSgtF', symObjAddr: 0x58, symBinAddr: 0x7E91C, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0xC9B7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC23didFailToReceiveDialACK7context5erroryAA0dE7Context_p_AA8SBCErrorCtF', symObjAddr: 0x84, symBinAddr: 0x7E948, symSize: 0x2C }
+ - { offsetInCU: 0xBB, offset: 0xC9B96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCACycfc', symObjAddr: 0xB0, symBinAddr: 0x7E974, symSize: 0x8 }
+ - { offsetInCU: 0xEA, offset: 0xC9BC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCfd', symObjAddr: 0xB8, symBinAddr: 0x7E97C, symSize: 0x8 }
+ - { offsetInCU: 0x119, offset: 0xC9BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC7process7contextyAA0dE7Context_p_tF', symObjAddr: 0xC0, symBinAddr: 0x7E984, symSize: 0x2C }
+ - { offsetInCU: 0x135, offset: 0xC9C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC10startTimeryyAA0deH12Controllable_pF', symObjAddr: 0xEC, symBinAddr: 0x7E9B0, symSize: 0x19C }
+ - { offsetInCU: 0x259, offset: 0xC9D34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC9stopTimeryyAA0deH12Controllable_pF', symObjAddr: 0x288, symBinAddr: 0x7EB4C, symSize: 0x1C8 }
+ - { offsetInCU: 0x381, offset: 0xC9E5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC10unknownEnd7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x60C, symBinAddr: 0x7EED0, symSize: 0x2C }
+ - { offsetInCU: 0x39D, offset: 0xC9E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC13didReceiveEnd7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x638, symBinAddr: 0x7EEFC, symSize: 0x2C }
+ - { offsetInCU: 0x3B9, offset: 0xC9E94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveTimeout7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x664, symBinAddr: 0x7EF28, symSize: 0x2C }
+ - { offsetInCU: 0x3D5, offset: 0xC9EB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC18didReceiveNoAnswer7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x690, symBinAddr: 0x7EF54, symSize: 0x2C }
+ - { offsetInCU: 0x3F1, offset: 0xC9ECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC20didReceiveUnknownEnd7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x6BC, symBinAddr: 0x7EF80, symSize: 0x2C }
+ - { offsetInCU: 0x40D, offset: 0xC9EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC18didReleaseResource7contextyAA0dE7Context_p_tF', symObjAddr: 0x6E8, symBinAddr: 0x7EFAC, symSize: 0x2C }
+ - { offsetInCU: 0x429, offset: 0xC9F04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC24didReceiveConnectionLost7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x714, symBinAddr: 0x7EFD8, symSize: 0x2C }
+ - { offsetInCU: 0x445, offset: 0xC9F20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC24didConnectPeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x740, symBinAddr: 0x7F004, symSize: 0x2C }
+ - { offsetInCU: 0x461, offset: 0xC9F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC34didStartReconnectingPeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x76C, symBinAddr: 0x7F030, symSize: 0x2C }
+ - { offsetInCU: 0x47D, offset: 0xC9F58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC22didClosePeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x798, symBinAddr: 0x7F05C, symSize: 0x2C }
+ - { offsetInCU: 0x499, offset: 0xC9F74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA0dE7Context_p_AA0E11ConstraintsCAA04TurnM0CSayAA10CapabilityOGtF', symObjAddr: 0x7C4, symBinAddr: 0x7F088, symSize: 0x2C }
+ - { offsetInCU: 0x4B5, offset: 0xC9F90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC20didOtherDeviceAccept7contextyAA0dE7Context_p_tF', symObjAddr: 0x7F0, symBinAddr: 0x7F0B4, symSize: 0x2C }
+ - { offsetInCU: 0x4D1, offset: 0xC9FAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveDecline7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x81C, symBinAddr: 0x7F0E0, symSize: 0x2C }
+ - { offsetInCU: 0x4ED, offset: 0xC9FC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveAnswer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x848, symBinAddr: 0x7F10C, symSize: 0x58 }
+ - { offsetInCU: 0x509, offset: 0xC9FE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC14didReceiveDial7contextyAA0dE7Context_p_tF', symObjAddr: 0x8A0, symBinAddr: 0x7F164, symSize: 0x2C }
+ - { offsetInCU: 0x525, offset: 0xCA000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC6accept7context6paramsyAA0dE7Context_p_AA12AcceptParamsCtF', symObjAddr: 0x8CC, symBinAddr: 0x7F190, symSize: 0x2C }
+ - { offsetInCU: 0x541, offset: 0xCA01C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC19didReceiveAcceptACK7contextyAA0dE7Context_p_tF', symObjAddr: 0x8F8, symBinAddr: 0x7F1BC, symSize: 0x2C }
+ - { offsetInCU: 0x55D, offset: 0xCA038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC25didFailToReceiveAcceptACK7contextyAA0dE7Context_p_tF', symObjAddr: 0x924, symBinAddr: 0x7F1E8, symSize: 0x2C }
+ - { offsetInCU: 0x579, offset: 0xCA054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x950, symBinAddr: 0x7F214, symSize: 0x58 }
+ - { offsetInCU: 0x595, offset: 0xCA070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveCancel7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x9A8, symBinAddr: 0x7F26C, symSize: 0x2C }
+ - { offsetInCU: 0x5B1, offset: 0xCA08C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCfD', symObjAddr: 0x9D4, symBinAddr: 0x7F298, symSize: 0x10 }
+ - { offsetInCU: 0x5E0, offset: 0xCA0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCACycfC', symObjAddr: 0x9E4, symBinAddr: 0x7F2A8, symSize: 0x10 }
+ - { offsetInCU: 0x5FE, offset: 0xCA0D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP7process7contextyAA0dE7Context_p_tFTW', symObjAddr: 0x9F4, symBinAddr: 0x7F2B8, symSize: 0x28 }
+ - { offsetInCU: 0x61A, offset: 0xCA0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP10startTimeryyAA0deI12Controllable_pFTW', symObjAddr: 0xA1C, symBinAddr: 0x7F2E0, symSize: 0x28 }
+ - { offsetInCU: 0x636, offset: 0xCA111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP9stopTimeryyAA0deI12Controllable_pFTW', symObjAddr: 0xA44, symBinAddr: 0x7F308, symSize: 0x28 }
+ - { offsetInCU: 0x652, offset: 0xCA12D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP25didChangeLocalAudioStatus7context9isEnabledyAA0dE7Context_p_SbtFTW', symObjAddr: 0xA6C, symBinAddr: 0x7F330, symSize: 0x28 }
+ - { offsetInCU: 0x66E, offset: 0xCA149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP21didReceiveVideoStatus7context9isEnabledyAA0dE7Context_p_SbtFTW', symObjAddr: 0xA94, symBinAddr: 0x7F358, symSize: 0x28 }
+ - { offsetInCU: 0x68A, offset: 0xCA165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP3end7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0xABC, symBinAddr: 0x7F380, symSize: 0x28 }
+ - { offsetInCU: 0x6A6, offset: 0xCA181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP10unknownEnd7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0xAE4, symBinAddr: 0x7F3A8, symSize: 0x28 }
+ - { offsetInCU: 0x6C2, offset: 0xCA19D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP13didReceiveEnd7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xB0C, symBinAddr: 0x7F3D0, symSize: 0x28 }
+ - { offsetInCU: 0x6DE, offset: 0xCA1B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP17didReceiveTimeout7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xB34, symBinAddr: 0x7F3F8, symSize: 0x28 }
+ - { offsetInCU: 0x6FA, offset: 0xCA1D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP18didReceiveNoAnswer7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xB5C, symBinAddr: 0x7F420, symSize: 0x28 }
+ - { offsetInCU: 0x716, offset: 0xCA1F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP20didReceiveUnknownEnd7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xB84, symBinAddr: 0x7F448, symSize: 0x28 }
+ - { offsetInCU: 0x732, offset: 0xCA20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP18didReleaseResource7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xBAC, symBinAddr: 0x7F470, symSize: 0x28 }
+ - { offsetInCU: 0x74E, offset: 0xCA229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP24didReceiveConnectionLost7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xBD4, symBinAddr: 0x7F498, symSize: 0x28 }
+ - { offsetInCU: 0x76A, offset: 0xCA245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP24didConnectPeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xBFC, symBinAddr: 0x7F4C0, symSize: 0x28 }
+ - { offsetInCU: 0x786, offset: 0xCA261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP34didStartReconnectingPeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC24, symBinAddr: 0x7F4E8, symSize: 0x28 }
+ - { offsetInCU: 0x7A2, offset: 0xCA27D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP22didClosePeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC4C, symBinAddr: 0x7F510, symSize: 0x28 }
+ - { offsetInCU: 0x7BE, offset: 0xCA299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP14didReceiveDial7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC74, symBinAddr: 0x7F538, symSize: 0x28 }
+ - { offsetInCU: 0x7DA, offset: 0xCA2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP6accept7context6paramsyAA0dE7Context_p_AA12AcceptParamsCtFTW', symObjAddr: 0xC9C, symBinAddr: 0x7F560, symSize: 0x28 }
+ - { offsetInCU: 0x7F6, offset: 0xCA2D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP19didReceiveAcceptACK7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCC4, symBinAddr: 0x7F588, symSize: 0x28 }
+ - { offsetInCU: 0x812, offset: 0xCA2ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP25didFailToReceiveAcceptACK7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCEC, symBinAddr: 0x7F5B0, symSize: 0x28 }
+ - { offsetInCU: 0x82E, offset: 0xCA309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP15didReceiveOffer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtFTW', symObjAddr: 0xD14, symBinAddr: 0x7F5D8, symSize: 0x28 }
+ - { offsetInCU: 0x84A, offset: 0xCA325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP16didReceiveCancel7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xD3C, symBinAddr: 0x7F600, symSize: 0x28 }
+ - { offsetInCU: 0x866, offset: 0xCA341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP4dial7context6params17completionHandleryAA0dE7Context_p_AA10DialParamsCyAA8SBCErrorCSgctFTW', symObjAddr: 0xD64, symBinAddr: 0x7F628, symSize: 0x28 }
+ - { offsetInCU: 0x882, offset: 0xCA35D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP17didReceiveDialACK7context23initialLocalConstraintsyAA0dE7Context_p_AA0eO0CSgtFTW', symObjAddr: 0xD8C, symBinAddr: 0x7F650, symSize: 0x28 }
+ - { offsetInCU: 0x89E, offset: 0xCA379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP23didFailToReceiveDialACK7context5erroryAA0dE7Context_p_AA8SBCErrorCtFTW', symObjAddr: 0xDB4, symBinAddr: 0x7F678, symSize: 0x28 }
+ - { offsetInCU: 0x8BA, offset: 0xCA395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA0dE7Context_p_AA0E11ConstraintsCAA04TurnN0CSayAA10CapabilityOGtFTW', symObjAddr: 0xDDC, symBinAddr: 0x7F6A0, symSize: 0x28 }
+ - { offsetInCU: 0x8D6, offset: 0xCA3B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP20didOtherDeviceAccept7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xE04, symBinAddr: 0x7F6C8, symSize: 0x28 }
+ - { offsetInCU: 0x8F2, offset: 0xCA3CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP17didReceiveDecline7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xE2C, symBinAddr: 0x7F6F0, symSize: 0x28 }
+ - { offsetInCU: 0x90E, offset: 0xCA3E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP16didReceiveAnswer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtFTW', symObjAddr: 0xE54, symBinAddr: 0x7F718, symSize: 0x28 }
+ - { offsetInCU: 0x9C6, offset: 0xCA4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCMa', symObjAddr: 0xF84, symBinAddr: 0x7F7CC, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xCA727, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x0, symBinAddr: 0x801B8, symSize: 0xC0 }
+ - { offsetInCU: 0xD2, offset: 0xCA7D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x0, symBinAddr: 0x801B8, symSize: 0xC0 }
+ - { offsetInCU: 0x15F, offset: 0xCA85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfc', symObjAddr: 0xC0, symBinAddr: 0x80278, symSize: 0x74 }
+ - { offsetInCU: 0x1D8, offset: 0xCA8D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfcTo', symObjAddr: 0x134, symBinAddr: 0x802EC, symSize: 0xE8 }
+ - { offsetInCU: 0x297, offset: 0xCA997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x21C, symBinAddr: 0x803D4, symSize: 0x6C }
+ - { offsetInCU: 0x2E5, offset: 0xCA9E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x288, symBinAddr: 0x80440, symSize: 0x5C }
+ - { offsetInCU: 0x30E, offset: 0xCAA0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCfD', symObjAddr: 0x2E4, symBinAddr: 0x8049C, symSize: 0x30 }
+ - { offsetInCU: 0x34E, offset: 0xCAA4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCMa', symObjAddr: 0x378, symBinAddr: 0x804CC, symSize: 0x20 }
+ - { offsetInCU: 0x79, offset: 0xCACBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfC', symObjAddr: 0x0, symBinAddr: 0x804EC, symSize: 0x30 }
+ - { offsetInCU: 0xBE, offset: 0xCAD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfc', symObjAddr: 0x60C, symBinAddr: 0x80AF8, symSize: 0xC }
+ - { offsetInCU: 0xE5, offset: 0xCAD28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCfd', symObjAddr: 0x67C, symBinAddr: 0x80B28, symSize: 0x1C }
+ - { offsetInCU: 0x120, offset: 0xCAD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCfD', symObjAddr: 0x698, symBinAddr: 0x80B44, symSize: 0x24 }
+ - { offsetInCU: 0x16C, offset: 0xCADAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tF', symObjAddr: 0x30, symBinAddr: 0x8051C, symSize: 0x1AC }
+ - { offsetInCU: 0x1D8, offset: 0xCAE1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tFys5Error_pSgcfU_', symObjAddr: 0x9D8, symBinAddr: 0x80E84, symSize: 0x2C8 }
+ - { offsetInCU: 0x2CB, offset: 0xCAF0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x806C8, symSize: 0x5C }
+ - { offsetInCU: 0x314, offset: 0xCAF57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyO8rawValueSSvg', symObjAddr: 0x238, symBinAddr: 0x80724, symSize: 0x20 }
+ - { offsetInCU: 0x35D, offset: 0xCAFA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3DC, symBinAddr: 0x808C8, symSize: 0x64 }
+ - { offsetInCU: 0x3C3, offset: 0xCB006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x440, symBinAddr: 0x8092C, symSize: 0x28 }
+ - { offsetInCU: 0x410, offset: 0xCB053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO7isValidySbypSgF', symObjAddr: 0x468, symBinAddr: 0x80954, symSize: 0xA8 }
+ - { offsetInCU: 0x49A, offset: 0xCB0DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x510, symBinAddr: 0x809FC, symSize: 0x10 }
+ - { offsetInCU: 0x4B9, offset: 0xCB0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO8rawValueSivg', symObjAddr: 0x520, symBinAddr: 0x80A0C, symSize: 0x8 }
+ - { offsetInCU: 0x4FE, offset: 0xCB141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5E8, symBinAddr: 0x80AD4, symSize: 0x18 }
+ - { offsetInCU: 0x52F, offset: 0xCB172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x600, symBinAddr: 0x80AEC, symSize: 0xC }
+ - { offsetInCU: 0x5B5, offset: 0xCB1F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC13commandResult4fromAA07CommandH0OSgAA0J7FactoryV5InputO_tF', symObjAddr: 0x6BC, symBinAddr: 0x80B68, symSize: 0x31C }
+ - { offsetInCU: 0x67D, offset: 0xCB2C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tFys5Error_pSgcfU_TA', symObjAddr: 0xD1C, symBinAddr: 0x81180, symSize: 0xC }
+ - { offsetInCU: 0x691, offset: 0xCB2D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tF', symObjAddr: 0xD6C, symBinAddr: 0x811D0, symSize: 0x108 }
+ - { offsetInCU: 0x6FD, offset: 0xCB340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tFys0H0_pSgcfU_', symObjAddr: 0xE74, symBinAddr: 0x812D8, symSize: 0x2E0 }
+ - { offsetInCU: 0x7BB, offset: 0xCB3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlF', symObjAddr: 0x1154, symBinAddr: 0x815B8, symSize: 0x33C }
+ - { offsetInCU: 0x855, offset: 0xCB498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFys0H0_pSgcfU_', symObjAddr: 0x1490, symBinAddr: 0x818F4, symSize: 0x238 }
+ - { offsetInCU: 0x92B, offset: 0xCB56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlF', symObjAddr: 0x16C8, symBinAddr: 0x81B2C, symSize: 0x3EC }
+ - { offsetInCU: 0xA9E, offset: 0xCB6E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlFyAA7SBTimerCcfU0_', symObjAddr: 0x1AB4, symBinAddr: 0x81F18, symSize: 0x1D0 }
+ - { offsetInCU: 0xBBE, offset: 0xCB801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtF', symObjAddr: 0x1C84, symBinAddr: 0x820E8, symSize: 0x41C }
+ - { offsetInCU: 0xFF3, offset: 0xCBC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFys5Error_pSgcfU0_', symObjAddr: 0x20A0, symBinAddr: 0x82504, symSize: 0x424 }
+ - { offsetInCU: 0x12E8, offset: 0xCBF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnyResultable_pWOb', symObjAddr: 0x2830, symBinAddr: 0x82C94, symSize: 0x18 }
+ - { offsetInCU: 0x12FC, offset: 0xCBF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOWOb', symObjAddr: 0x28C4, symBinAddr: 0x82CAC, symSize: 0x3C }
+ - { offsetInCU: 0x1310, offset: 0xCBF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tFys0H0_pSgcfU_TA', symObjAddr: 0x2968, symBinAddr: 0x82D14, symSize: 0x8 }
+ - { offsetInCU: 0x1324, offset: 0xCBF67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFys0H0_pSgcfU_TA', symObjAddr: 0x299C, symBinAddr: 0x82D48, symSize: 0x10 }
+ - { offsetInCU: 0x1338, offset: 0xCBF7B, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x29AC, symBinAddr: 0x82D58, symSize: 0x3C }
+ - { offsetInCU: 0x134C, offset: 0xCBF8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlFyAA7SBTimerCcfU0_TA', symObjAddr: 0x29F8, symBinAddr: 0x82DA4, symSize: 0xC }
+ - { offsetInCU: 0x1360, offset: 0xCBFA3, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x2A28, symBinAddr: 0x82DD4, symSize: 0x10 }
+ - { offsetInCU: 0x1374, offset: 0xCBFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFys5Error_pSgcfU0_TA', symObjAddr: 0x2AB0, symBinAddr: 0x82E18, symSize: 0x10 }
+ - { offsetInCU: 0x1388, offset: 0xCBFCB, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x2AC0, symBinAddr: 0x82E28, symSize: 0x10 }
+ - { offsetInCU: 0x139C, offset: 0xCBFDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASQWb', symObjAddr: 0x2AD0, symBinAddr: 0x82E38, symSize: 0x4 }
+ - { offsetInCU: 0x13B0, offset: 0xCBFF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOACSQAAWl', symObjAddr: 0x2AD4, symBinAddr: 0x82E3C, symSize: 0x44 }
+ - { offsetInCU: 0x13C4, offset: 0xCC007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASQWb', symObjAddr: 0x2B18, symBinAddr: 0x82E80, symSize: 0x4 }
+ - { offsetInCU: 0x13D8, offset: 0xCC01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOACSQAAWl', symObjAddr: 0x2B1C, symBinAddr: 0x82E84, symSize: 0x44 }
+ - { offsetInCU: 0x13EC, offset: 0xCC02F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwet', symObjAddr: 0x2B70, symBinAddr: 0x82EC8, symSize: 0x90 }
+ - { offsetInCU: 0x1400, offset: 0xCC043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwst', symObjAddr: 0x2C00, symBinAddr: 0x82F58, symSize: 0xBC }
+ - { offsetInCU: 0x1414, offset: 0xCC057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwup', symObjAddr: 0x2CBC, symBinAddr: 0x83014, symSize: 0x4 }
+ - { offsetInCU: 0x1428, offset: 0xCC06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOMa', symObjAddr: 0x2CC0, symBinAddr: 0x83018, symSize: 0x10 }
+ - { offsetInCU: 0x143C, offset: 0xCC07F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwet', symObjAddr: 0x2CD0, symBinAddr: 0x83028, symSize: 0x90 }
+ - { offsetInCU: 0x1450, offset: 0xCC093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwst', symObjAddr: 0x2D60, symBinAddr: 0x830B8, symSize: 0xBC }
+ - { offsetInCU: 0x1464, offset: 0xCC0A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwug', symObjAddr: 0x2E1C, symBinAddr: 0x83174, symSize: 0x8 }
+ - { offsetInCU: 0x1478, offset: 0xCC0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwup', symObjAddr: 0x2E24, symBinAddr: 0x8317C, symSize: 0x4 }
+ - { offsetInCU: 0x148C, offset: 0xCC0CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwui', symObjAddr: 0x2E28, symBinAddr: 0x83180, symSize: 0x8 }
+ - { offsetInCU: 0x14A0, offset: 0xCC0E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOMa', symObjAddr: 0x2E30, symBinAddr: 0x83188, symSize: 0x10 }
+ - { offsetInCU: 0x14B4, offset: 0xCC0F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCMa', symObjAddr: 0x2E40, symBinAddr: 0x83198, symSize: 0x20 }
+ - { offsetInCU: 0x14C8, offset: 0xCC10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOWOe', symObjAddr: 0x2E84, symBinAddr: 0x831CC, symSize: 0x24 }
+ - { offsetInCU: 0x1531, offset: 0xCC174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x258, symBinAddr: 0x80744, symSize: 0x88 }
+ - { offsetInCU: 0x15E0, offset: 0xCC223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x2E0, symBinAddr: 0x807CC, symSize: 0x60 }
+ - { offsetInCU: 0x165E, offset: 0xCC2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x340, symBinAddr: 0x8082C, symSize: 0x40 }
+ - { offsetInCU: 0x16B0, offset: 0xCC2F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x8086C, symSize: 0x5C }
+ - { offsetInCU: 0x172A, offset: 0xCC36D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x528, symBinAddr: 0x80A14, symSize: 0x14 }
+ - { offsetInCU: 0x17BB, offset: 0xCC3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x53C, symBinAddr: 0x80A28, symSize: 0x44 }
+ - { offsetInCU: 0x186A, offset: 0xCC4AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x580, symBinAddr: 0x80A6C, symSize: 0x28 }
+ - { offsetInCU: 0x18BD, offset: 0xCC500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5A8, symBinAddr: 0x80A94, symSize: 0x40 }
+ - { offsetInCU: 0x1A66, offset: 0xCC6A9, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySSypSgG_s17_NativeDictionaryVySSypGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_dE248Vyxqd__Gz_x3key_q_5valuettKXEfU_SS_ypSgypTg50136$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcw43AA07RequestN0OSdtAA11RequestableRzAaJRzlFypW7AUXEfU_Tf3nnpf_nTf1ncn_n', symObjAddr: 0x24C4, symBinAddr: 0x82928, symSize: 0x36C }
+ - { offsetInCU: 0x4B, offset: 0xCCC24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC5roomsSayAA0D4DataVGvg', symObjAddr: 0x0, symBinAddr: 0x83254, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xCCC40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC9nextTokenSSSgvg', symObjAddr: 0x8, symBinAddr: 0x8325C, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0xCCC5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC9prevTokenSSSgvg', symObjAddr: 0x34, symBinAddr: 0x83288, symSize: 0x2C }
+ - { offsetInCU: 0xD4, offset: 0xCCCAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0x832B4, symSize: 0x5C }
+ - { offsetInCU: 0x12C, offset: 0xCCD05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xFC, symBinAddr: 0x83310, symSize: 0x5C }
+ - { offsetInCU: 0x194, offset: 0xCCD6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x158, symBinAddr: 0x8336C, symSize: 0x8 }
+ - { offsetInCU: 0x1BB, offset: 0xCCD94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x160, symBinAddr: 0x83374, symSize: 0xC }
+ - { offsetInCU: 0x1E2, offset: 0xCCDBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x16C, symBinAddr: 0x83380, symSize: 0x20 }
+ - { offsetInCU: 0x21B, offset: 0xCCDF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x18C, symBinAddr: 0x833A0, symSize: 0x20 }
+ - { offsetInCU: 0x249, offset: 0xCCE22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x18C, symBinAddr: 0x833A0, symSize: 0x20 }
+ - { offsetInCU: 0x274, offset: 0xCCE4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x330, symBinAddr: 0x83544, symSize: 0x64 }
+ - { offsetInCU: 0x2DA, offset: 0xCCEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x394, symBinAddr: 0x835A8, symSize: 0x28 }
+ - { offsetInCU: 0x2EE, offset: 0xCCEC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3BC, symBinAddr: 0x835D0, symSize: 0x8 }
+ - { offsetInCU: 0x324, offset: 0xCCEFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3C4, symBinAddr: 0x835D8, symSize: 0x68 }
+ - { offsetInCU: 0x3A9, offset: 0xCCF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x42C, symBinAddr: 0x83640, symSize: 0xC }
+ - { offsetInCU: 0x3C5, offset: 0xCCF9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x438, symBinAddr: 0x8364C, symSize: 0xC }
+ - { offsetInCU: 0x3E2, offset: 0xCCFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x494, symBinAddr: 0x836A8, symSize: 0x4C }
+ - { offsetInCU: 0x407, offset: 0xCCFE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4E0, symBinAddr: 0x836F4, symSize: 0x1D0 }
+ - { offsetInCU: 0x463, offset: 0xCD03C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCfd', symObjAddr: 0x844, symBinAddr: 0x839D0, symSize: 0x2C }
+ - { offsetInCU: 0x49E, offset: 0xCD077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCfD', symObjAddr: 0x870, symBinAddr: 0x839FC, symSize: 0x34 }
+ - { offsetInCU: 0x4E1, offset: 0xCD0BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAA0, symBinAddr: 0x83C2C, symSize: 0x2C }
+ - { offsetInCU: 0x526, offset: 0xCD0FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x6D4, symBinAddr: 0x838C4, symSize: 0x44 }
+ - { offsetInCU: 0x53A, offset: 0xCD113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCMa', symObjAddr: 0x718, symBinAddr: 0x83908, symSize: 0x20 }
+ - { offsetInCU: 0x54E, offset: 0xCD127, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8RoomDataVGSayxGSesSeRzlWl', symObjAddr: 0x758, symBinAddr: 0x83928, symSize: 0x64 }
+ - { offsetInCU: 0x562, offset: 0xCD13B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVACSeAAWl', symObjAddr: 0x800, symBinAddr: 0x8398C, symSize: 0x44 }
+ - { offsetInCU: 0x576, offset: 0xCD14F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8A4, symBinAddr: 0x83A30, symSize: 0x4 }
+ - { offsetInCU: 0x58A, offset: 0xCD163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8A8, symBinAddr: 0x83A34, symSize: 0x44 }
+ - { offsetInCU: 0x59E, offset: 0xCD177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8EC, symBinAddr: 0x83A78, symSize: 0x4 }
+ - { offsetInCU: 0x5B2, offset: 0xCD18B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8F0, symBinAddr: 0x83A7C, symSize: 0x44 }
+ - { offsetInCU: 0x5C6, offset: 0xCD19F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x934, symBinAddr: 0x83AC0, symSize: 0x4 }
+ - { offsetInCU: 0x5DA, offset: 0xCD1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x938, symBinAddr: 0x83AC4, symSize: 0x44 }
+ - { offsetInCU: 0x5EE, offset: 0xCD1C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA14APIRespondableAAWI', symObjAddr: 0x97C, symBinAddr: 0x83B08, symSize: 0x34 }
+ - { offsetInCU: 0x602, offset: 0xCD1DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA11RespondableAAWI', symObjAddr: 0x9B0, symBinAddr: 0x83B3C, symSize: 0x4C }
+ - { offsetInCU: 0x616, offset: 0xCD1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA0G0AAWI', symObjAddr: 0x9FC, symBinAddr: 0x83B88, symSize: 0x34 }
+ - { offsetInCU: 0x62A, offset: 0xCD203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA6C, symBinAddr: 0x83BF8, symSize: 0x34 }
+ - { offsetInCU: 0x63E, offset: 0xCD217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwet', symObjAddr: 0xB00, symBinAddr: 0x83C7C, symSize: 0x90 }
+ - { offsetInCU: 0x652, offset: 0xCD22B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwst', symObjAddr: 0xB90, symBinAddr: 0x83D0C, symSize: 0xBC }
+ - { offsetInCU: 0x666, offset: 0xCD23F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwug', symObjAddr: 0xC4C, symBinAddr: 0x83DC8, symSize: 0x8 }
+ - { offsetInCU: 0x67A, offset: 0xCD253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwup', symObjAddr: 0xC54, symBinAddr: 0x83DD0, symSize: 0x4 }
+ - { offsetInCU: 0x68E, offset: 0xCD267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwui', symObjAddr: 0xC58, symBinAddr: 0x83DD4, symSize: 0x8 }
+ - { offsetInCU: 0x6A2, offset: 0xCD27B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOMa', symObjAddr: 0xC60, symBinAddr: 0x83DDC, symSize: 0x10 }
+ - { offsetInCU: 0x6EB, offset: 0xCD2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1AC, symBinAddr: 0x833C0, symSize: 0x88 }
+ - { offsetInCU: 0x79A, offset: 0xCD373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x234, symBinAddr: 0x83448, symSize: 0x60 }
+ - { offsetInCU: 0x818, offset: 0xCD3F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x294, symBinAddr: 0x834A8, symSize: 0x40 }
+ - { offsetInCU: 0x86A, offset: 0xCD443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D4, symBinAddr: 0x834E8, symSize: 0x5C }
+ - { offsetInCU: 0x8C6, offset: 0xCD49F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x444, symBinAddr: 0x83658, symSize: 0x28 }
+ - { offsetInCU: 0x8E2, offset: 0xCD4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x46C, symBinAddr: 0x83680, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0xCD6F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10SequentialPA2A22DirectCallEventCommandCRbzrlE10identifierSSSgvg', symObjAddr: 0x0, symBinAddr: 0x83DEC, symSize: 0xC }
+ - { offsetInCU: 0x76, offset: 0xCD730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10SequentialPA2A18DirectCallResponseCRbzrlE10identifierSSSgvg', symObjAddr: 0xC, symBinAddr: 0x83DF8, symSize: 0xC }
+ - { offsetInCU: 0xB9, offset: 0xCD773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC3seqSivg', symObjAddr: 0x18, symBinAddr: 0x83E04, symSize: 0x8 }
+ - { offsetInCU: 0xD5, offset: 0xCD78F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10identifierSSvg', symObjAddr: 0x20, symBinAddr: 0x83E0C, symSize: 0x2C }
+ - { offsetInCU: 0xF1, offset: 0xCD7AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC5valueAA7Command_AA10Sequentialpvg', symObjAddr: 0x4C, symBinAddr: 0x83E38, symSize: 0xC }
+ - { offsetInCU: 0x10D, offset: 0xCD7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvg', symObjAddr: 0x190, symBinAddr: 0x83F7C, symSize: 0x4C }
+ - { offsetInCU: 0x129, offset: 0xCD7E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvs', symObjAddr: 0x1EC, symBinAddr: 0x83FD8, symSize: 0x50 }
+ - { offsetInCU: 0x145, offset: 0xCD7FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvM', symObjAddr: 0x24C, symBinAddr: 0x84038, symSize: 0x3C }
+ - { offsetInCU: 0x161, offset: 0xCD81B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvM.resume.0', symObjAddr: 0x288, symBinAddr: 0x84074, symSize: 0x4 }
+ - { offsetInCU: 0x189, offset: 0xCD843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultO9isSuccessSbvg', symObjAddr: 0x28C, symBinAddr: 0x84078, symSize: 0x44 }
+ - { offsetInCU: 0x1B8, offset: 0xCD872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultO7commandAA7Command_pSgvg', symObjAddr: 0x368, symBinAddr: 0x8411C, symSize: 0x54 }
+ - { offsetInCU: 0x1E8, offset: 0xCD8A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC_10completionACSgAA7Command_p_yAC6ResultOcSgtcfC', symObjAddr: 0x3D4, symBinAddr: 0x84188, symSize: 0x50 }
+ - { offsetInCU: 0x206, offset: 0xCD8C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC_10completionACSgAA7Command_p_yAC6ResultOcSgtcfc', symObjAddr: 0x424, symBinAddr: 0x841D8, symSize: 0x1DC }
+ - { offsetInCU: 0x298, offset: 0xCD952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC4hash4intoys6HasherVz_tF', symObjAddr: 0x740, symBinAddr: 0x84470, symSize: 0x50 }
+ - { offsetInCU: 0x340, offset: 0xCD9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC2eeoiySbAC_ACtFZ', symObjAddr: 0x790, symBinAddr: 0x844C0, symSize: 0x14 }
+ - { offsetInCU: 0x36D, offset: 0xCDA27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC1loiySbAC_ACtFZ', symObjAddr: 0x7A4, symBinAddr: 0x844D4, symSize: 0x14 }
+ - { offsetInCU: 0x39A, offset: 0xCDA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCfd', symObjAddr: 0x7B8, symBinAddr: 0x844E8, symSize: 0x2C }
+ - { offsetInCU: 0x3D5, offset: 0xCDA8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCfD', symObjAddr: 0x7E4, symBinAddr: 0x84514, symSize: 0x34 }
+ - { offsetInCU: 0x427, offset: 0xCDAE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC9hashValueSivg', symObjAddr: 0x818, symBinAddr: 0x84548, symSize: 0x44 }
+ - { offsetInCU: 0x4A5, offset: 0xCDB5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH9hashValueSivgTW', symObjAddr: 0x85C, symBinAddr: 0x8458C, symSize: 0x28 }
+ - { offsetInCU: 0x4C1, offset: 0xCDB7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x884, symBinAddr: 0x845B4, symSize: 0x28 }
+ - { offsetInCU: 0x50B, offset: 0xCDBC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL1loiySbx_xtFZTW', symObjAddr: 0x93C, symBinAddr: 0x8466C, symSize: 0x1C }
+ - { offsetInCU: 0x588, offset: 0xCDC42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x964, symBinAddr: 0x84694, symSize: 0x1C }
+ - { offsetInCU: 0x5D0, offset: 0xCDC8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpWOc', symObjAddr: 0x58, symBinAddr: 0x83E44, symSize: 0x44 }
+ - { offsetInCU: 0x5E4, offset: 0xCDC9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvpACTK', symObjAddr: 0x9C, symBinAddr: 0x83E88, symSize: 0x6C }
+ - { offsetInCU: 0x5FC, offset: 0xCDCB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvpACTk', symObjAddr: 0x108, symBinAddr: 0x83EF4, symSize: 0x88 }
+ - { offsetInCU: 0x614, offset: 0xCDCCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_SgWOy', symObjAddr: 0x1DC, symBinAddr: 0x83FC8, symSize: 0x10 }
+ - { offsetInCU: 0x628, offset: 0xCDCE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_SgWOe', symObjAddr: 0x23C, symBinAddr: 0x84028, symSize: 0x10 }
+ - { offsetInCU: 0x643, offset: 0xCDCFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOWOc', symObjAddr: 0x2D0, symBinAddr: 0x840BC, symSize: 0x60 }
+ - { offsetInCU: 0x673, offset: 0xCDD2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pWOb', symObjAddr: 0x3BC, symBinAddr: 0x84170, symSize: 0x18 }
+ - { offsetInCU: 0x687, offset: 0xCDD41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpSgWOh', symObjAddr: 0x684, symBinAddr: 0x843B4, symSize: 0x40 }
+ - { offsetInCU: 0x69B, offset: 0xCDD55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCMa', symObjAddr: 0x6C4, symBinAddr: 0x843F4, symSize: 0x20 }
+ - { offsetInCU: 0x6AF, offset: 0xCDD69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpWOb', symObjAddr: 0x6E4, symBinAddr: 0x84414, symSize: 0x18 }
+ - { offsetInCU: 0x6C3, offset: 0xCDD7D, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x6FC, symBinAddr: 0x8442C, symSize: 0x24 }
+ - { offsetInCU: 0x6F8, offset: 0xCDDB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASQWb', symObjAddr: 0x8AC, symBinAddr: 0x845DC, symSize: 0x4 }
+ - { offsetInCU: 0x70C, offset: 0xCDDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCACSQAAWl', symObjAddr: 0x8B0, symBinAddr: 0x845E0, symSize: 0x44 }
+ - { offsetInCU: 0x720, offset: 0xCDDDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASQWb', symObjAddr: 0x938, symBinAddr: 0x84668, symSize: 0x4 }
+ - { offsetInCU: 0x734, offset: 0xCDDEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwCP', symObjAddr: 0xA1C, symBinAddr: 0x8474C, symSize: 0x30 }
+ - { offsetInCU: 0x748, offset: 0xCDE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwxx', symObjAddr: 0xA4C, symBinAddr: 0x8477C, symSize: 0x24 }
+ - { offsetInCU: 0x75C, offset: 0xCDE16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwcp', symObjAddr: 0xA70, symBinAddr: 0x847A0, symSize: 0x5C }
+ - { offsetInCU: 0x770, offset: 0xCDE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwca', symObjAddr: 0xACC, symBinAddr: 0x847FC, symSize: 0x98 }
+ - { offsetInCU: 0x784, offset: 0xCDE3E, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xB64, symBinAddr: 0x84894, symSize: 0x168 }
+ - { offsetInCU: 0x798, offset: 0xCDE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwta', symObjAddr: 0xCE0, symBinAddr: 0x849FC, symSize: 0x4C }
+ - { offsetInCU: 0x7AC, offset: 0xCDE66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwet', symObjAddr: 0xD2C, symBinAddr: 0x84A48, symSize: 0x50 }
+ - { offsetInCU: 0x7C0, offset: 0xCDE7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwst', symObjAddr: 0xD7C, symBinAddr: 0x84A98, symSize: 0x5C }
+ - { offsetInCU: 0x7D4, offset: 0xCDE8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwug', symObjAddr: 0xDD8, symBinAddr: 0x84AF4, symSize: 0x18 }
+ - { offsetInCU: 0x7E8, offset: 0xCDEA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwup', symObjAddr: 0xDF0, symBinAddr: 0x84B0C, symSize: 0x4 }
+ - { offsetInCU: 0x7FC, offset: 0xCDEB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwui', symObjAddr: 0xDF4, symBinAddr: 0x84B10, symSize: 0x2C }
+ - { offsetInCU: 0x810, offset: 0xCDECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOMa', symObjAddr: 0xE20, symBinAddr: 0x84B3C, symSize: 0x10 }
+ - { offsetInCU: 0x82F, offset: 0xCDEE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOytIegnr_AEIegn_TRTA', symObjAddr: 0xE54, symBinAddr: 0x84B70, symSize: 0x20 }
+ - { offsetInCU: 0x863, offset: 0xCDF1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_AEytIegnr_TRTA', symObjAddr: 0xE74, symBinAddr: 0x84B90, symSize: 0x20 }
+ - { offsetInCU: 0x88C, offset: 0xCDF46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA10SequentialA2aDP10identifierSSSgvgTW', symObjAddr: 0xE94, symBinAddr: 0x84BB0, symSize: 0x20 }
+ - { offsetInCU: 0x8A8, offset: 0xCDF62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA10SequentialA2aDP10identifierSSSgvgTW', symObjAddr: 0xEB4, symBinAddr: 0x84BD0, symSize: 0x20 }
+ - { offsetInCU: 0x93C, offset: 0xCDFF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8F4, symBinAddr: 0x84624, symSize: 0x44 }
+ - { offsetInCU: 0x982, offset: 0xCE03C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x958, symBinAddr: 0x84688, symSize: 0x4 }
+ - { offsetInCU: 0x99E, offset: 0xCE058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x95C, symBinAddr: 0x8468C, symSize: 0x4 }
+ - { offsetInCU: 0x9BA, offset: 0xCE074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL1goiySbx_xtFZTW', symObjAddr: 0x960, symBinAddr: 0x84690, symSize: 0x4 }
+ - { offsetInCU: 0xB9, offset: 0xCE39C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0x84C48, symSize: 0xC0 }
+ - { offsetInCU: 0x124, offset: 0xCE407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xC0, symBinAddr: 0x84D08, symSize: 0x5C }
+ - { offsetInCU: 0x1B8, offset: 0xCE49B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionJ0CtF', symObjAddr: 0x11C, symBinAddr: 0x84D64, symSize: 0x10C }
+ - { offsetInCU: 0x23F, offset: 0xCE522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0x228, symBinAddr: 0x84E70, symSize: 0x54 }
+ - { offsetInCU: 0x2E6, offset: 0xCE5C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x27C, symBinAddr: 0x84EC4, symSize: 0x16C }
+ - { offsetInCU: 0x432, offset: 0xCE715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06createD07context3sdpyAA0D0C_SStF', symObjAddr: 0x3E8, symBinAddr: 0x85030, symSize: 0x190 }
+ - { offsetInCU: 0x498, offset: 0xCE77B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06updateD07context10endpointId3sdpyAA0D0C_S2StF', symObjAddr: 0x578, symBinAddr: 0x851C0, symSize: 0x198 }
+ - { offsetInCU: 0x50E, offset: 0xCE7F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06handleD8Response7context8response5erroryAA0D0C_AA0d6AnswerH0CSgAA8SBCErrorCSgtF', symObjAddr: 0x710, symBinAddr: 0x85358, symSize: 0xC0 }
+ - { offsetInCU: 0x5F9, offset: 0xCE8DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCACycfC', symObjAddr: 0x7D0, symBinAddr: 0x85418, symSize: 0x10 }
+ - { offsetInCU: 0x617, offset: 0xCE8FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCACycfc', symObjAddr: 0x7E0, symBinAddr: 0x85428, symSize: 0x8 }
+ - { offsetInCU: 0x646, offset: 0xCE929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCfd', symObjAddr: 0x7E8, symBinAddr: 0x85430, symSize: 0x8 }
+ - { offsetInCU: 0x675, offset: 0xCE958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCfD', symObjAddr: 0x7F0, symBinAddr: 0x85438, symSize: 0x10 }
+ - { offsetInCU: 0x818, offset: 0xCEAFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x924, symBinAddr: 0x85478, symSize: 0x44 }
+ - { offsetInCU: 0x82C, offset: 0xCEB0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0x968, symBinAddr: 0x854BC, symSize: 0x44 }
+ - { offsetInCU: 0x840, offset: 0xCEB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0xA3C, symBinAddr: 0x85590, symSize: 0x44 }
+ - { offsetInCU: 0x854, offset: 0xCEB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xA80, symBinAddr: 0x855D4, symSize: 0x44 }
+ - { offsetInCU: 0x868, offset: 0xCEB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCMa', symObjAddr: 0xAC4, symBinAddr: 0x85618, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0xCEE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvgTo', symObjAddr: 0x0, symBinAddr: 0x85694, symSize: 0x68 }
+ - { offsetInCU: 0xA6, offset: 0xCEEC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvg', symObjAddr: 0x68, symBinAddr: 0x856FC, symSize: 0x54 }
+ - { offsetInCU: 0xEF, offset: 0xCEF09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvsTo', symObjAddr: 0xBC, symBinAddr: 0x85750, symSize: 0x68 }
+ - { offsetInCU: 0x136, offset: 0xCEF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvs', symObjAddr: 0x124, symBinAddr: 0x857B8, symSize: 0x5C }
+ - { offsetInCU: 0x15F, offset: 0xCEF79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvM', symObjAddr: 0x180, symBinAddr: 0x85814, symSize: 0x44 }
+ - { offsetInCU: 0x18E, offset: 0xCEFA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvM.resume.0', symObjAddr: 0x1C4, symBinAddr: 0x85858, symSize: 0x4 }
+ - { offsetInCU: 0x1E3, offset: 0xCEFFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfC', symObjAddr: 0x1C8, symBinAddr: 0x8585C, symSize: 0x7C }
+ - { offsetInCU: 0x22A, offset: 0xCF044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfc', symObjAddr: 0x244, symBinAddr: 0x858D8, symSize: 0x6C }
+ - { offsetInCU: 0x253, offset: 0xCF06D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfcTo', symObjAddr: 0x2D0, symBinAddr: 0x85964, symSize: 0x78 }
+ - { offsetInCU: 0x2A4, offset: 0xCF0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x348, symBinAddr: 0x859DC, symSize: 0x58 }
+ - { offsetInCU: 0x2DD, offset: 0xCF0F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x3E0, symBinAddr: 0x85A34, symSize: 0x58 }
+ - { offsetInCU: 0x313, offset: 0xCF12D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x438, symBinAddr: 0x85A8C, symSize: 0x8 }
+ - { offsetInCU: 0x33A, offset: 0xCF154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x440, symBinAddr: 0x85A94, symSize: 0xC }
+ - { offsetInCU: 0x362, offset: 0xCF17C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8rawValueSSvg', symObjAddr: 0x44C, symBinAddr: 0x85AA0, symSize: 0x4 }
+ - { offsetInCU: 0x376, offset: 0xCF190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueSSvg', symObjAddr: 0x450, symBinAddr: 0x85AA4, symSize: 0x4 }
+ - { offsetInCU: 0x3A8, offset: 0xCF1C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x5BC, symBinAddr: 0x85C10, symSize: 0x64 }
+ - { offsetInCU: 0x3DC, offset: 0xCF1F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x620, symBinAddr: 0x85C74, symSize: 0x24 }
+ - { offsetInCU: 0x414, offset: 0xCF22E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x644, symBinAddr: 0x85C98, symSize: 0x4 }
+ - { offsetInCU: 0x434, offset: 0xCF24E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x644, symBinAddr: 0x85C98, symSize: 0x4 }
+ - { offsetInCU: 0x45F, offset: 0xCF279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x648, symBinAddr: 0x85C9C, symSize: 0x68 }
+ - { offsetInCU: 0x4AA, offset: 0xCF2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x6B0, symBinAddr: 0x85D04, symSize: 0xC }
+ - { offsetInCU: 0x4C6, offset: 0xCF2E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x6BC, symBinAddr: 0x85D10, symSize: 0xC }
+ - { offsetInCU: 0x4E2, offset: 0xCF2FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0xB04, symBinAddr: 0x86158, symSize: 0x20 }
+ - { offsetInCU: 0x4FF, offset: 0xCF319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfC', symObjAddr: 0x718, symBinAddr: 0x85D6C, symSize: 0x20 }
+ - { offsetInCU: 0x51D, offset: 0xCF337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfc', symObjAddr: 0x738, symBinAddr: 0x85D8C, symSize: 0x2C }
+ - { offsetInCU: 0x580, offset: 0xCF39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfcTo', symObjAddr: 0x764, symBinAddr: 0x85DB8, symSize: 0x2C }
+ - { offsetInCU: 0x5E7, offset: 0xCF401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCfD', symObjAddr: 0x790, symBinAddr: 0x85DE4, symSize: 0x30 }
+ - { offsetInCU: 0x614, offset: 0xCF42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7D4, symBinAddr: 0x85E28, symSize: 0xF8 }
+ - { offsetInCU: 0x653, offset: 0xCF46D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8CC, symBinAddr: 0x85F20, symSize: 0x40 }
+ - { offsetInCU: 0x676, offset: 0xCF490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x90C, symBinAddr: 0x85F60, symSize: 0x194 }
+ - { offsetInCU: 0x6A7, offset: 0xCF4C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAA0, symBinAddr: 0x860F4, symSize: 0x2C }
+ - { offsetInCU: 0x6CA, offset: 0xCF4E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xACC, symBinAddr: 0x86120, symSize: 0x38 }
+ - { offsetInCU: 0x6EE, offset: 0xCF508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCMa', symObjAddr: 0x2B0, symBinAddr: 0x85944, symSize: 0x20 }
+ - { offsetInCU: 0x739, offset: 0xCF553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCfETo', symObjAddr: 0x7C0, symBinAddr: 0x85E14, symSize: 0x14 }
+ - { offsetInCU: 0x768, offset: 0xCF582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xB48, symBinAddr: 0x86178, symSize: 0x44 }
+ - { offsetInCU: 0x77C, offset: 0xCF596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASQWb', symObjAddr: 0xBAC, symBinAddr: 0x861BC, symSize: 0x4 }
+ - { offsetInCU: 0x790, offset: 0xCF5AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAESQAAWl', symObjAddr: 0xBB0, symBinAddr: 0x861C0, symSize: 0x44 }
+ - { offsetInCU: 0x7A4, offset: 0xCF5BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBF4, symBinAddr: 0x86204, symSize: 0x4 }
+ - { offsetInCU: 0x7B8, offset: 0xCF5D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBF8, symBinAddr: 0x86208, symSize: 0x44 }
+ - { offsetInCU: 0x7CC, offset: 0xCF5E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC3C, symBinAddr: 0x8624C, symSize: 0x4 }
+ - { offsetInCU: 0x7E0, offset: 0xCF5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC40, symBinAddr: 0x86250, symSize: 0x44 }
+ - { offsetInCU: 0x7F4, offset: 0xCF60E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwet', symObjAddr: 0xDCC, symBinAddr: 0x863D4, symSize: 0x50 }
+ - { offsetInCU: 0x808, offset: 0xCF622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwst', symObjAddr: 0xE1C, symBinAddr: 0x86424, symSize: 0x8C }
+ - { offsetInCU: 0x81C, offset: 0xCF636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwug', symObjAddr: 0xEA8, symBinAddr: 0x864B0, symSize: 0x8 }
+ - { offsetInCU: 0x830, offset: 0xCF64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwup', symObjAddr: 0xEB0, symBinAddr: 0x864B8, symSize: 0x4 }
+ - { offsetInCU: 0x844, offset: 0xCF65E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwui', symObjAddr: 0xEB4, symBinAddr: 0x864BC, symSize: 0x4 }
+ - { offsetInCU: 0x858, offset: 0xCF672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOMa', symObjAddr: 0xEB8, symBinAddr: 0x864C0, symSize: 0x10 }
+ - { offsetInCU: 0x8A1, offset: 0xCF6BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x454, symBinAddr: 0x85AA8, symSize: 0x80 }
+ - { offsetInCU: 0x985, offset: 0xCF79F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x4D4, symBinAddr: 0x85B28, symSize: 0x58 }
+ - { offsetInCU: 0xA30, offset: 0xCF84A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x52C, symBinAddr: 0x85B80, symSize: 0x3C }
+ - { offsetInCU: 0xA97, offset: 0xCF8B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x568, symBinAddr: 0x85BBC, symSize: 0x54 }
+ - { offsetInCU: 0xB20, offset: 0xCF93A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6C8, symBinAddr: 0x85D1C, symSize: 0x28 }
+ - { offsetInCU: 0xB3C, offset: 0xCF956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6F0, symBinAddr: 0x85D44, symSize: 0x28 }
+ - { offsetInCU: 0x43, offset: 0xCFB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallContextPAAE4callAA0dE0CSgvg', symObjAddr: 0x0, symBinAddr: 0x864D0, symSize: 0x70 }
+ - { offsetInCU: 0x80, offset: 0xCFBB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallContextPAAE13timeoutReasonAA14TimeoutRequestV0H0Ovg', symObjAddr: 0x70, symBinAddr: 0x86540, symSize: 0xF8 }
+ - { offsetInCU: 0xBF, offset: 0xCFBF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x168, symBinAddr: 0x86638, symSize: 0x88 }
+ - { offsetInCU: 0x111, offset: 0xCFC48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_', symObjAddr: 0x5F00, symBinAddr: 0x8C3D0, symSize: 0x74 }
+ - { offsetInCU: 0x17B, offset: 0xCFCB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x204, symBinAddr: 0x866D4, symSize: 0x80 }
+ - { offsetInCU: 0x1BC, offset: 0xCFCF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_', symObjAddr: 0x60CC, symBinAddr: 0x8C59C, symSize: 0x64 }
+ - { offsetInCU: 0x20F, offset: 0xCFD46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSourcePA2A06DirectD0CRbzrlE06directD07contextAeA0hdE0_p_tF', symObjAddr: 0x320, symBinAddr: 0x867F0, symSize: 0x1C }
+ - { offsetInCU: 0x23A, offset: 0xCFD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvg', symObjAddr: 0x33C, symBinAddr: 0x8680C, symSize: 0x44 }
+ - { offsetInCU: 0x256, offset: 0xCFD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvs', symObjAddr: 0x380, symBinAddr: 0x86850, symSize: 0x60 }
+ - { offsetInCU: 0x272, offset: 0xCFDA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvM', symObjAddr: 0x3E0, symBinAddr: 0x868B0, symSize: 0x6C }
+ - { offsetInCU: 0x28E, offset: 0xCFDC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvM.resume.0', symObjAddr: 0x44C, symBinAddr: 0x8691C, symSize: 0x70 }
+ - { offsetInCU: 0x2AA, offset: 0xCFDE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x4BC, symBinAddr: 0x8698C, symSize: 0x30 }
+ - { offsetInCU: 0x2C6, offset: 0xCFDFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvs', symObjAddr: 0x4EC, symBinAddr: 0x869BC, symSize: 0x44 }
+ - { offsetInCU: 0x2E2, offset: 0xCFE19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvM', symObjAddr: 0x530, symBinAddr: 0x86A00, symSize: 0x3C }
+ - { offsetInCU: 0x2FE, offset: 0xCFE35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvM.resume.0', symObjAddr: 0x56C, symBinAddr: 0x86A3C, symSize: 0x4 }
+ - { offsetInCU: 0x31A, offset: 0xCFE51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvw', symObjAddr: 0x570, symBinAddr: 0x86A40, symSize: 0x240 }
+ - { offsetInCU: 0x546, offset: 0xD007D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvW', symObjAddr: 0x7B0, symBinAddr: 0x86C80, symSize: 0x2F4 }
+ - { offsetInCU: 0x772, offset: 0xD02A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvg', symObjAddr: 0xAA4, symBinAddr: 0x86F74, symSize: 0x34 }
+ - { offsetInCU: 0x78E, offset: 0xD02C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvs', symObjAddr: 0xAD8, symBinAddr: 0x86FA8, symSize: 0x84 }
+ - { offsetInCU: 0x7B7, offset: 0xD02EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvM', symObjAddr: 0xB5C, symBinAddr: 0x8702C, symSize: 0x68 }
+ - { offsetInCU: 0x7FD, offset: 0xD0334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvM.resume.0', symObjAddr: 0xBC4, symBinAddr: 0x87094, symSize: 0xCC }
+ - { offsetInCU: 0x826, offset: 0xD035D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10timerBoardAA07SBTimerI0Cvg', symObjAddr: 0xC90, symBinAddr: 0x87160, symSize: 0x8 }
+ - { offsetInCU: 0x842, offset: 0xD0379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvg', symObjAddr: 0xC98, symBinAddr: 0x87168, symSize: 0x34 }
+ - { offsetInCU: 0x85E, offset: 0xD0395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvs', symObjAddr: 0xCCC, symBinAddr: 0x8719C, symSize: 0x44 }
+ - { offsetInCU: 0x87A, offset: 0xD03B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvM', symObjAddr: 0xD10, symBinAddr: 0x871E0, symSize: 0x3C }
+ - { offsetInCU: 0x896, offset: 0xD03CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvg', symObjAddr: 0xD4C, symBinAddr: 0x8721C, symSize: 0x44 }
+ - { offsetInCU: 0x8B2, offset: 0xD03E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvs', symObjAddr: 0xD90, symBinAddr: 0x87260, symSize: 0x60 }
+ - { offsetInCU: 0x8CE, offset: 0xD0405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvM', symObjAddr: 0xDF0, symBinAddr: 0x872C0, symSize: 0x6C }
+ - { offsetInCU: 0x8EA, offset: 0xD0421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvM.resume.0', symObjAddr: 0xE5C, symBinAddr: 0x8732C, symSize: 0x70 }
+ - { offsetInCU: 0x915, offset: 0xD044C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfC', symObjAddr: 0xECC, symBinAddr: 0x8739C, symSize: 0x80 }
+ - { offsetInCU: 0x949, offset: 0xD0480, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfc', symObjAddr: 0xF4C, symBinAddr: 0x8741C, symSize: 0x50 }
+ - { offsetInCU: 0x95D, offset: 0xD0494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC11descriptionSSvg', symObjAddr: 0xF9C, symBinAddr: 0x8746C, symSize: 0x70 }
+ - { offsetInCU: 0x9A1, offset: 0xD04D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC2eeoiySbAE_AEtFZ', symObjAddr: 0x100C, symBinAddr: 0x874DC, symSize: 0x5C }
+ - { offsetInCU: 0x9D0, offset: 0xD0507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13performAction17completionHandleryyyc_tF', symObjAddr: 0x1068, symBinAddr: 0x87538, symSize: 0x1E0 }
+ - { offsetInCU: 0xA53, offset: 0xD058A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCfd', symObjAddr: 0x1248, symBinAddr: 0x87718, symSize: 0x44 }
+ - { offsetInCU: 0xA8E, offset: 0xD05C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCfD', symObjAddr: 0x128C, symBinAddr: 0x8775C, symSize: 0x4C }
+ - { offsetInCU: 0xAD1, offset: 0xD0608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP5stateAA0deF0CvgTW', symObjAddr: 0x12D8, symBinAddr: 0x877A8, symSize: 0xC }
+ - { offsetInCU: 0xAED, offset: 0xD0624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP10dataSourceAA0eh4DataJ0_pSgvgTW', symObjAddr: 0x12E4, symBinAddr: 0x877B4, symSize: 0xC }
+ - { offsetInCU: 0xB10, offset: 0xD0647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x16F0, symBinAddr: 0x87BC0, symSize: 0x28 }
+ - { offsetInCU: 0xB5A, offset: 0xD0691, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1718, symBinAddr: 0x87BE8, symSize: 0x5C }
+ - { offsetInCU: 0xB99, offset: 0xD06D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP7timeoutAA7TimeoutCvgTW', symObjAddr: 0x1774, symBinAddr: 0x87C44, symSize: 0x28 }
+ - { offsetInCU: 0xBC4, offset: 0xD06FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfcTf4gggn_n', symObjAddr: 0x660C, symBinAddr: 0x8CACC, symSize: 0x300 }
+ - { offsetInCU: 0xDE5, offset: 0xD091C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP8dispatch5eventyAA0dE12EventCommandC_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x877C0, symSize: 0x4 }
+ - { offsetInCU: 0xE10, offset: 0xD0947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tF', symObjAddr: 0x12F4, symBinAddr: 0x877C4, symSize: 0x170 }
+ - { offsetInCU: 0xF1D, offset: 0xD0A54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tFyycfU_', symObjAddr: 0x203C, symBinAddr: 0x8850C, symSize: 0x1C4 }
+ - { offsetInCU: 0x1140, offset: 0xD0C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP8dispatch3ackyAA0dE8ResponseC_tFTW', symObjAddr: 0x1464, symBinAddr: 0x87934, symSize: 0x6C }
+ - { offsetInCU: 0x117B, offset: 0xD0CB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tF', symObjAddr: 0x14D0, symBinAddr: 0x879A0, symSize: 0x6C }
+ - { offsetInCU: 0x11A3, offset: 0xD0CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_', symObjAddr: 0x56B4, symBinAddr: 0x8BB84, symSize: 0x1AC }
+ - { offsetInCU: 0x1301, offset: 0xD0E38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP06changeF02toyAA0deF0C_tFTW', symObjAddr: 0x153C, symBinAddr: 0x87A0C, symSize: 0x4 }
+ - { offsetInCU: 0x131D, offset: 0xD0E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC06changeF02toyAA0deF0C_tF', symObjAddr: 0x1540, symBinAddr: 0x87A10, symSize: 0x1B0 }
+ - { offsetInCU: 0x14A1, offset: 0xD0FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP5start_12timeInterval7expiredyAA0deH0C8CategoryO_SdyAA0dE7Context_pctFTW', symObjAddr: 0x179C, symBinAddr: 0x87C6C, symSize: 0x24 }
+ - { offsetInCU: 0x156D, offset: 0xD10A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctF', symObjAddr: 0x17C0, symBinAddr: 0x87C90, symSize: 0x194 }
+ - { offsetInCU: 0x162D, offset: 0xD1164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_', symObjAddr: 0x1D6C, symBinAddr: 0x8823C, symSize: 0x25C }
+ - { offsetInCU: 0x16B9, offset: 0xD11F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_yyYbcfU_', symObjAddr: 0x1FC8, symBinAddr: 0x88498, symSize: 0x74 }
+ - { offsetInCU: 0x170C, offset: 0xD1243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP4stopyyAA0deH0C8CategoryOFTW', symObjAddr: 0x1954, symBinAddr: 0x87E24, symSize: 0x24 }
+ - { offsetInCU: 0x17C2, offset: 0xD12F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4stopyyAA0dE5TimerC8CategoryOF', symObjAddr: 0x1978, symBinAddr: 0x87E48, symSize: 0x3F4 }
+ - { offsetInCU: 0x1F7A, offset: 0xD1AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC014didReceiveDialI07commandyAA0jI12EventCommandC_tF', symObjAddr: 0x2200, symBinAddr: 0x886D0, symSize: 0x4 }
+ - { offsetInCU: 0x1F8E, offset: 0xD1AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveAccept7commandyAA0J12EventCommandC_tF', symObjAddr: 0x2204, symBinAddr: 0x886D4, symSize: 0x1D4 }
+ - { offsetInCU: 0x21AF, offset: 0xD1CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC15didReceiveOffer7commandyAA0J12EventCommandC_tF', symObjAddr: 0x23D8, symBinAddr: 0x888A8, symSize: 0x42C }
+ - { offsetInCU: 0x2418, offset: 0xD1F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveAnswer7commandyAA0J12EventCommandC_tF', symObjAddr: 0x2804, symBinAddr: 0x88CD4, symSize: 0x554 }
+ - { offsetInCU: 0x26E9, offset: 0xD2220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC26didReceiveTurnChangedEvent7commandyAA0jkL7CommandC_tF', symObjAddr: 0x3144, symBinAddr: 0x89614, symSize: 0x518 }
+ - { offsetInCU: 0x2AB0, offset: 0xD25E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didOtherDeviceAccept7commandyAA0iJ20AcceptedEventCommandC_tF', symObjAddr: 0x365C, symBinAddr: 0x89B2C, symSize: 0x4 }
+ - { offsetInCU: 0x2AC4, offset: 0xD25FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveDecline7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3660, symBinAddr: 0x89B30, symSize: 0x1F0 }
+ - { offsetInCU: 0x2C30, offset: 0xD2767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveCancel7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3850, symBinAddr: 0x89D20, symSize: 0x1F0 }
+ - { offsetInCU: 0x2D94, offset: 0xD28CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13didReceiveEnd7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3A40, symBinAddr: 0x89F10, symSize: 0x1F0 }
+ - { offsetInCU: 0x2F00, offset: 0xD2A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didReceiveUnknownEnd7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x3C30, symBinAddr: 0x8A100, symSize: 0x1F0 }
+ - { offsetInCU: 0x306C, offset: 0xD2BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveTimeout7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3E20, symBinAddr: 0x8A2F0, symSize: 0x1F0 }
+ - { offsetInCU: 0x31D8, offset: 0xD2D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReceiveNoAnswer7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x4010, symBinAddr: 0x8A4E0, symSize: 0x1F0 }
+ - { offsetInCU: 0x3344, offset: 0xD2E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC24didReceiveConnectionLost7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x4200, symBinAddr: 0x8A6D0, symSize: 0x1F0 }
+ - { offsetInCU: 0x34B0, offset: 0xD2FE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14didReceiveDial7commandyAA0J12EventCommandC_tF', symObjAddr: 0x43F0, symBinAddr: 0x8A8C0, symSize: 0x4 }
+ - { offsetInCU: 0x3518, offset: 0xD304F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didReceiveRemoteAudioInfo7commandyAA0K19SettingEventCommandC_tF', symObjAddr: 0x43F4, symBinAddr: 0x8A8C4, symSize: 0x4B0 }
+ - { offsetInCU: 0x387E, offset: 0xD33B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didReceiveRemoteVideoInfo7commandyAA0K19SettingEventCommandC_tF', symObjAddr: 0x48A4, symBinAddr: 0x8AD74, symSize: 0x4DC }
+ - { offsetInCU: 0x3BE4, offset: 0xD371B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC30didChangeRemoteRecordingStatus7commandyAA0kL12EventCommandC_tF', symObjAddr: 0x50FC, symBinAddr: 0x8B5CC, symSize: 0x250 }
+ - { offsetInCU: 0x3D9C, offset: 0xD38D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC19didChangeHoldStatus7commandyAA0J12EventCommandC_tF', symObjAddr: 0x534C, symBinAddr: 0x8B81C, symSize: 0x368 }
+ - { offsetInCU: 0x4004, offset: 0xD3B3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveDialACK8responseyAA0J8ResponseC_tF', symObjAddr: 0x5860, symBinAddr: 0x8BD30, symSize: 0x78 }
+ - { offsetInCU: 0x402D, offset: 0xD3B64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC19didReceiveAcceptACK8responseyAA0J8ResponseC_tF', symObjAddr: 0x58D8, symBinAddr: 0x8BDA8, symSize: 0x48 }
+ - { offsetInCU: 0x40CC, offset: 0xD3C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC34isRemoteRecordingStatusChangeValid7commandSbAA0jK12EventCommandC_tF', symObjAddr: 0x5AF4, symBinAddr: 0x8BFC4, symSize: 0x214 }
+ - { offsetInCU: 0x423A, offset: 0xD3D71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didReceiveBaseEndAck7callLogyAA0deN0C_tF', symObjAddr: 0x5D08, symBinAddr: 0x8C1D8, symSize: 0x150 }
+ - { offsetInCU: 0x42FC, offset: 0xD3E33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_', symObjAddr: 0x5E58, symBinAddr: 0x8C328, symSize: 0x5C }
+ - { offsetInCU: 0x433B, offset: 0xD3E72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_', symObjAddr: 0x5EB4, symBinAddr: 0x8C384, symSize: 0x4C }
+ - { offsetInCU: 0x4365, offset: 0xD3E9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_TA', symObjAddr: 0x5FA8, symBinAddr: 0x8C478, symSize: 0x6C }
+ - { offsetInCU: 0x43AF, offset: 0xD3EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_', symObjAddr: 0x6014, symBinAddr: 0x8C4E4, symSize: 0x5C }
+ - { offsetInCU: 0x43EC, offset: 0xD3F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_TA', symObjAddr: 0x6074, symBinAddr: 0x8C544, symSize: 0x58 }
+ - { offsetInCU: 0x442A, offset: 0xD3F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0x6164, symBinAddr: 0x8C634, symSize: 0x60 }
+ - { offsetInCU: 0x4468, offset: 0xD3F9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_TA', symObjAddr: 0x6204, symBinAddr: 0x8C6C4, symSize: 0x58 }
+ - { offsetInCU: 0x44A6, offset: 0xD3FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_TA', symObjAddr: 0x625C, symBinAddr: 0x8C71C, symSize: 0x48 }
+ - { offsetInCU: 0x44DC, offset: 0xD4013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_', symObjAddr: 0x62B0, symBinAddr: 0x8C770, symSize: 0x4C }
+ - { offsetInCU: 0x4508, offset: 0xD403F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_', symObjAddr: 0x6308, symBinAddr: 0x8C7C8, symSize: 0x4C }
+ - { offsetInCU: 0x4534, offset: 0xD406B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_', symObjAddr: 0x6360, symBinAddr: 0x8C820, symSize: 0x4C }
+ - { offsetInCU: 0x4560, offset: 0xD4097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10unknownEndyyFyycfU_yAA8SBCErrorCSgcfU_', symObjAddr: 0x63FC, symBinAddr: 0x8C8BC, symSize: 0x158 }
+ - { offsetInCU: 0x4606, offset: 0xD413D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_', symObjAddr: 0x6554, symBinAddr: 0x8CA14, symSize: 0x4C }
+ - { offsetInCU: 0x4630, offset: 0xD4167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_TA', symObjAddr: 0x65A0, symBinAddr: 0x8CA60, symSize: 0x48 }
+ - { offsetInCU: 0x467E, offset: 0xD41B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA0E17ContextDataSourceA2aDP06directE07contextAcA0deF0_p_tFTW', symObjAddr: 0x65E8, symBinAddr: 0x8CAA8, symSize: 0x1C }
+ - { offsetInCU: 0x46B0, offset: 0xD41E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSourcePA2A06DirectD0CRbzrlE06directD07contextAeA0hdE0_p_tFTf4dn_g', symObjAddr: 0x6604, symBinAddr: 0x8CAC4, symSize: 0x8 }
+ - { offsetInCU: 0x46ED, offset: 0xD4224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13performAction17completionHandleryyyc_tFyyYbcfU_TA', symObjAddr: 0x6930, symBinAddr: 0x8CDF0, symSize: 0x20 }
+ - { offsetInCU: 0x4721, offset: 0xD4258, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x6950, symBinAddr: 0x8CE10, symSize: 0x10 }
+ - { offsetInCU: 0x4735, offset: 0xD426C, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x6960, symBinAddr: 0x8CE20, symSize: 0x8 }
+ - { offsetInCU: 0x4749, offset: 0xD4280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSource_pSgXwWOh', symObjAddr: 0x69EC, symBinAddr: 0x8CE28, symSize: 0x24 }
+ - { offsetInCU: 0x475D, offset: 0xD4294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tFyycfU_TA', symObjAddr: 0x6A14, symBinAddr: 0x8CE50, symSize: 0x8 }
+ - { offsetInCU: 0x4771, offset: 0xD42A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14didReceiveDial7commandyAA0J12EventCommandC_tFTf4dn_n', symObjAddr: 0x6A1C, symBinAddr: 0x8CE58, symSize: 0x1C0 }
+ - { offsetInCU: 0x48C5, offset: 0xD43FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x6BE0, symBinAddr: 0x8D01C, symSize: 0x8 }
+ - { offsetInCU: 0x48D9, offset: 0xD4410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_TA', symObjAddr: 0x6C80, symBinAddr: 0x8D04C, symSize: 0xC }
+ - { offsetInCU: 0x48ED, offset: 0xD4424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC014didReceiveDialI07commandyAA0jI12EventCommandC_tFTf4dn_n', symObjAddr: 0x6C8C, symBinAddr: 0x8D058, symSize: 0x1F8 }
+ - { offsetInCU: 0x4AAB, offset: 0xD45E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didOtherDeviceAccept7commandyAA0iJ20AcceptedEventCommandC_tFTf4dn_n', symObjAddr: 0x6EB0, symBinAddr: 0x8D27C, symSize: 0x1C0 }
+ - { offsetInCU: 0x4BFF, offset: 0xD4736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didUpdateCustomItems7commandyAA0ijK12EventCommandC_tFyycfU_TA', symObjAddr: 0x7098, symBinAddr: 0x8D464, symSize: 0x20 }
+ - { offsetInCU: 0x4C13, offset: 0xD474A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didDeleteCustomItems7commandyAA0ijK12EventCommandC_tFyycfU_TA', symObjAddr: 0x70BC, symBinAddr: 0x8D488, symSize: 0x20 }
+ - { offsetInCU: 0x4C27, offset: 0xD475E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_TA', symObjAddr: 0x70DC, symBinAddr: 0x8D4A8, symSize: 0x48 }
+ - { offsetInCU: 0x4C5B, offset: 0xD4792, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_TA', symObjAddr: 0x7124, symBinAddr: 0x8D4F0, symSize: 0x48 }
+ - { offsetInCU: 0x4C8F, offset: 0xD47C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_TA', symObjAddr: 0x716C, symBinAddr: 0x8D538, symSize: 0x48 }
+ - { offsetInCU: 0x4CC3, offset: 0xD47FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10unknownEndyyFyycfU_TA', symObjAddr: 0x71B4, symBinAddr: 0x8D580, symSize: 0x54 }
+ - { offsetInCU: 0x4CF7, offset: 0xD482E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCMa', symObjAddr: 0x7458, symBinAddr: 0x8D824, symSize: 0x20 }
+ - { offsetInCU: 0x4D0B, offset: 0xD4842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_yyYbcfU_TA', symObjAddr: 0x75B8, symBinAddr: 0x8D984, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0xD4FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0x0, symBinAddr: 0x8DA34, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xD4FC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0x0, symBinAddr: 0x8DA34, symSize: 0x4 }
+ - { offsetInCU: 0x62, offset: 0xD4FEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0x4, symBinAddr: 0x8DA38, symSize: 0x78 }
+ - { offsetInCU: 0x94, offset: 0xD501E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZ', symObjAddr: 0x7C, symBinAddr: 0x8DAB0, symSize: 0x4 }
+ - { offsetInCU: 0xB7, offset: 0xD5041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZTo', symObjAddr: 0x80, symBinAddr: 0x8DAB4, symSize: 0x38 }
+ - { offsetInCU: 0xE9, offset: 0xD5073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0xB8, symBinAddr: 0x8DAEC, symSize: 0x4 }
+ - { offsetInCU: 0x10C, offset: 0xD5096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0xBC, symBinAddr: 0x8DAF0, symSize: 0x80 }
+ - { offsetInCU: 0x1A8, offset: 0xD5132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x13C, symBinAddr: 0x8DB70, symSize: 0x130 }
+ - { offsetInCU: 0x23F, offset: 0xD51C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZTf4nd_n', symObjAddr: 0x26C, symBinAddr: 0x8DCA0, symSize: 0x130 }
+ - { offsetInCU: 0x2C6, offset: 0xD5250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x39C, symBinAddr: 0x8DDD0, symSize: 0x140 }
+ - { offsetInCU: 0x368, offset: 0xD52F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x500, symBinAddr: 0x8DF34, symSize: 0x14 }
+ - { offsetInCU: 0x169, offset: 0xD56BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC7isValid4withAC16ValidationResultOSS_tF', symObjAddr: 0x0, symBinAddr: 0x8DF50, symSize: 0x71C }
+ - { offsetInCU: 0xC2E, offset: 0xD6180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC6callIdSSvg', symObjAddr: 0x71C, symBinAddr: 0x8E66C, symSize: 0x2C }
+ - { offsetInCU: 0xC4A, offset: 0xD619C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8callTypeAC04CallG0Ovg', symObjAddr: 0x748, symBinAddr: 0x8E698, symSize: 0x4 }
+ - { offsetInCU: 0xC66, offset: 0xD61B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8userRoleAA10DirectCallC04UserG0Ovg', symObjAddr: 0x74C, symBinAddr: 0x8E69C, symSize: 0x8 }
+ - { offsetInCU: 0xC82, offset: 0xD61D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC9signalSeqSayAA0D0_pGvg', symObjAddr: 0x754, symBinAddr: 0x8E6A4, symSize: 0x8 }
+ - { offsetInCU: 0xC9E, offset: 0xD61F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14signalSnapshotAA06SignalG0CSgvg', symObjAddr: 0x75C, symBinAddr: 0x8E6AC, symSize: 0x8 }
+ - { offsetInCU: 0xCBA, offset: 0xD620C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14callerClientIdSSSgvg', symObjAddr: 0x764, symBinAddr: 0x8E6B4, symSize: 0x2C }
+ - { offsetInCU: 0xCD6, offset: 0xD6228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14calleeClientIdSSSgvg', symObjAddr: 0x790, symBinAddr: 0x8E6E0, symSize: 0x2C }
+ - { offsetInCU: 0xD27, offset: 0xD6279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x7BC, symBinAddr: 0x8E70C, symSize: 0x5C }
+ - { offsetInCU: 0xD7F, offset: 0xD62D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x818, symBinAddr: 0x8E768, symSize: 0x5C }
+ - { offsetInCU: 0xDE7, offset: 0xD6339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x874, symBinAddr: 0x8E7C4, symSize: 0x8 }
+ - { offsetInCU: 0xE0E, offset: 0xD6360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x87C, symBinAddr: 0x8E7CC, symSize: 0xC }
+ - { offsetInCU: 0xE35, offset: 0xD6387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueSSvg', symObjAddr: 0x888, symBinAddr: 0x8E7D8, symSize: 0xC4 }
+ - { offsetInCU: 0xE6E, offset: 0xD63C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueSSvg', symObjAddr: 0x94C, symBinAddr: 0x8E89C, symSize: 0xC4 }
+ - { offsetInCU: 0xEC7, offset: 0xD6419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xB94, symBinAddr: 0x8EAE4, symSize: 0x64 }
+ - { offsetInCU: 0xF2D, offset: 0xD647F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xBF8, symBinAddr: 0x8EB48, symSize: 0x28 }
+ - { offsetInCU: 0xF41, offset: 0xD6493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xC20, symBinAddr: 0x8EB70, symSize: 0x8 }
+ - { offsetInCU: 0xF77, offset: 0xD64C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC28, symBinAddr: 0x8EB78, symSize: 0x68 }
+ - { offsetInCU: 0xFFC, offset: 0xD654E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xC90, symBinAddr: 0x8EBE0, symSize: 0xC }
+ - { offsetInCU: 0x1018, offset: 0xD656A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xC9C, symBinAddr: 0x8EBEC, symSize: 0xC }
+ - { offsetInCU: 0x1035, offset: 0xD6587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xCF8, symBinAddr: 0x8EC48, symSize: 0x4C }
+ - { offsetInCU: 0x107A, offset: 0xD65CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xD44, symBinAddr: 0x8EC94, symSize: 0x538 }
+ - { offsetInCU: 0x1373, offset: 0xD68C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCfd', symObjAddr: 0x127C, symBinAddr: 0x8F1CC, symSize: 0x3C }
+ - { offsetInCU: 0x13AE, offset: 0xD6900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCfD', symObjAddr: 0x12B8, symBinAddr: 0x8F208, symSize: 0x44 }
+ - { offsetInCU: 0x13F1, offset: 0xD6943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x12FC, symBinAddr: 0x8F24C, symSize: 0x2C }
+ - { offsetInCU: 0x15DB, offset: 0xD6B2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC7commandAA0D0_pSgvg', symObjAddr: 0x1440, symBinAddr: 0x8F390, symSize: 0xC }
+ - { offsetInCU: 0x161D, offset: 0xD6B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x14B8, symBinAddr: 0x8F408, symSize: 0x58 }
+ - { offsetInCU: 0x1653, offset: 0xD6BA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1510, symBinAddr: 0x8F460, symSize: 0x8 }
+ - { offsetInCU: 0x167A, offset: 0xD6BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1518, symBinAddr: 0x8F468, symSize: 0xC }
+ - { offsetInCU: 0x16A2, offset: 0xD6BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1524, symBinAddr: 0x8F474, symSize: 0x4 }
+ - { offsetInCU: 0x16B6, offset: 0xD6C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1528, symBinAddr: 0x8F478, symSize: 0x4 }
+ - { offsetInCU: 0x16D9, offset: 0xD6C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x1750, symBinAddr: 0x8F6A0, symSize: 0x24 }
+ - { offsetInCU: 0x1719, offset: 0xD6C6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1774, symBinAddr: 0x8F6C4, symSize: 0x4 }
+ - { offsetInCU: 0x1739, offset: 0xD6C8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1774, symBinAddr: 0x8F6C4, symSize: 0x4 }
+ - { offsetInCU: 0x1764, offset: 0xD6CB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1778, symBinAddr: 0x8F6C8, symSize: 0x68 }
+ - { offsetInCU: 0x17AF, offset: 0xD6D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x17E0, symBinAddr: 0x8F730, symSize: 0xC }
+ - { offsetInCU: 0x17CB, offset: 0xD6D1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x17EC, symBinAddr: 0x8F73C, symSize: 0xC }
+ - { offsetInCU: 0x17E7, offset: 0xD6D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8rawValueSSvgTf4d_n', symObjAddr: 0x33BC, symBinAddr: 0x9130C, symSize: 0x10 }
+ - { offsetInCU: 0x1803, offset: 0xD6D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x3634, symBinAddr: 0x914A0, symSize: 0x10 }
+ - { offsetInCU: 0x1820, offset: 0xD6D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1848, symBinAddr: 0x8F798, symSize: 0x4C }
+ - { offsetInCU: 0x1845, offset: 0xD6D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1894, symBinAddr: 0x8F7E4, symSize: 0x17C }
+ - { offsetInCU: 0x1906, offset: 0xD6E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCfd', symObjAddr: 0x1A10, symBinAddr: 0x8F960, symSize: 0x24 }
+ - { offsetInCU: 0x1941, offset: 0xD6E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCfD', symObjAddr: 0x1A34, symBinAddr: 0x8F984, symSize: 0x2C }
+ - { offsetInCU: 0x198C, offset: 0xD6EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A60, symBinAddr: 0x8F9B0, symSize: 0x2C }
+ - { offsetInCU: 0x1A65, offset: 0xD6FB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeO8rawValueSSvg', symObjAddr: 0x1334, symBinAddr: 0x8F284, symSize: 0x4 }
+ - { offsetInCU: 0x1A88, offset: 0xD6FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x1374, symBinAddr: 0x8F2C4, symSize: 0x24 }
+ - { offsetInCU: 0x1AB9, offset: 0xD700B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeO8rawValueSSvgTf4d_n', symObjAddr: 0x339C, symBinAddr: 0x912EC, symSize: 0x20 }
+ - { offsetInCU: 0x1B38, offset: 0xD708A, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls7Command_pG_Tg504$s13fg7Calls11I51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1cn_n', symObjAddr: 0x1A8C, symBinAddr: 0x8F9DC, symSize: 0x68 }
+ - { offsetInCU: 0x1C3F, offset: 0xD7191, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1cn_n', symObjAddr: 0x1AF4, symBinAddr: 0x8FA44, symSize: 0xFC }
+ - { offsetInCU: 0x1E40, offset: 0xD7392, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nnncn_n', symObjAddr: 0x1BF0, symBinAddr: 0x8FB40, symSize: 0x9F4 }
+ - { offsetInCU: 0x2247, offset: 0xD7799, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls7Command_pG_Tg504$s13ij7Calls11L51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x25E4, symBinAddr: 0x90534, symSize: 0x314 }
+ - { offsetInCU: 0x23E8, offset: 0xD793A, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7Command_p_Tg504$s13fg7Calls11I51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x28F8, symBinAddr: 0x90848, symSize: 0x294 }
+ - { offsetInCU: 0x25D5, offset: 0xD7B27, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x2B8C, symBinAddr: 0x90ADC, symSize: 0x154 }
+ - { offsetInCU: 0x273B, offset: 0xD7C8D, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls7Command_p_Tg504$s13gh7Calls11J51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nnnnc_n', symObjAddr: 0x2CE0, symBinAddr: 0x90C30, symSize: 0x6BC }
+ - { offsetInCU: 0x27F3, offset: 0xD7D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x340C, symBinAddr: 0x9131C, symSize: 0x44 }
+ - { offsetInCU: 0x2807, offset: 0xD7D59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCMa', symObjAddr: 0x3450, symBinAddr: 0x91360, symSize: 0x20 }
+ - { offsetInCU: 0x281B, offset: 0xD7D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESeAAWl', symObjAddr: 0x3470, symBinAddr: 0x91380, symSize: 0x44 }
+ - { offsetInCU: 0x282F, offset: 0xD7D81, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls16CommandTypeModelCGSayxGSesSeRzlWl', symObjAddr: 0x34B4, symBinAddr: 0x913C4, symSize: 0x7C }
+ - { offsetInCU: 0x2843, offset: 0xD7D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCMa', symObjAddr: 0x3574, symBinAddr: 0x91440, symSize: 0x20 }
+ - { offsetInCU: 0x2857, offset: 0xD7DA9, size: 0x8, addend: 0x0, symName: ___swift_deallocate_boxed_opaque_existential_2, symObjAddr: 0x36D0, symBinAddr: 0x914F4, symSize: 0x34 }
+ - { offsetInCU: 0x286B, offset: 0xD7DBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASQWb', symObjAddr: 0x3784, symBinAddr: 0x915A8, symSize: 0x4 }
+ - { offsetInCU: 0x287F, offset: 0xD7DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAESQAAWl', symObjAddr: 0x3788, symBinAddr: 0x915AC, symSize: 0x44 }
+ - { offsetInCU: 0x2893, offset: 0xD7DE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x37CC, symBinAddr: 0x915F0, symSize: 0x4 }
+ - { offsetInCU: 0x28A7, offset: 0xD7DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x37D0, symBinAddr: 0x915F4, symSize: 0x44 }
+ - { offsetInCU: 0x28BB, offset: 0xD7E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3814, symBinAddr: 0x91638, symSize: 0x4 }
+ - { offsetInCU: 0x28CF, offset: 0xD7E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3818, symBinAddr: 0x9163C, symSize: 0x44 }
+ - { offsetInCU: 0x28E3, offset: 0xD7E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSHAASQWb', symObjAddr: 0x385C, symBinAddr: 0x91680, symSize: 0x4 }
+ - { offsetInCU: 0x28F7, offset: 0xD7E49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESQAAWl', symObjAddr: 0x3860, symBinAddr: 0x91684, symSize: 0x44 }
+ - { offsetInCU: 0x290B, offset: 0xD7E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOSHAASQWb', symObjAddr: 0x38A4, symBinAddr: 0x916C8, symSize: 0x4 }
+ - { offsetInCU: 0x291F, offset: 0xD7E71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAESQAAWl', symObjAddr: 0x38A8, symBinAddr: 0x916CC, symSize: 0x44 }
+ - { offsetInCU: 0x2933, offset: 0xD7E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x38EC, symBinAddr: 0x91710, symSize: 0x4 }
+ - { offsetInCU: 0x2947, offset: 0xD7E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x38F0, symBinAddr: 0x91714, symSize: 0x44 }
+ - { offsetInCU: 0x295B, offset: 0xD7EAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3934, symBinAddr: 0x91758, symSize: 0x4 }
+ - { offsetInCU: 0x296F, offset: 0xD7EC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3938, symBinAddr: 0x9175C, symSize: 0x44 }
+ - { offsetInCU: 0x2983, offset: 0xD7ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwet', symObjAddr: 0x39B0, symBinAddr: 0x917C4, symSize: 0x90 }
+ - { offsetInCU: 0x2997, offset: 0xD7EE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwst', symObjAddr: 0x3A40, symBinAddr: 0x91854, symSize: 0xBC }
+ - { offsetInCU: 0x29AB, offset: 0xD7EFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwug', symObjAddr: 0x3AFC, symBinAddr: 0x91910, symSize: 0x8 }
+ - { offsetInCU: 0x29BF, offset: 0xD7F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwup', symObjAddr: 0x3B04, symBinAddr: 0x91918, symSize: 0x4 }
+ - { offsetInCU: 0x29D3, offset: 0xD7F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwui', symObjAddr: 0x3B08, symBinAddr: 0x9191C, symSize: 0x8 }
+ - { offsetInCU: 0x29E7, offset: 0xD7F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOMa', symObjAddr: 0x3B10, symBinAddr: 0x91924, symSize: 0x10 }
+ - { offsetInCU: 0x29FB, offset: 0xD7F4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwug', symObjAddr: 0x3B2C, symBinAddr: 0x9193C, symSize: 0x8 }
+ - { offsetInCU: 0x2A0F, offset: 0xD7F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwup', symObjAddr: 0x3B34, symBinAddr: 0x91944, symSize: 0x4 }
+ - { offsetInCU: 0x2A23, offset: 0xD7F75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwui', symObjAddr: 0x3B38, symBinAddr: 0x91948, symSize: 0x4 }
+ - { offsetInCU: 0x2A37, offset: 0xD7F89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOMa', symObjAddr: 0x3B3C, symBinAddr: 0x9194C, symSize: 0x10 }
+ - { offsetInCU: 0x2A4B, offset: 0xD7F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwCP', symObjAddr: 0x3B4C, symBinAddr: 0x9195C, symSize: 0x30 }
+ - { offsetInCU: 0x2A5F, offset: 0xD7FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwxx', symObjAddr: 0x3B7C, symBinAddr: 0x9198C, symSize: 0x24 }
+ - { offsetInCU: 0x2A73, offset: 0xD7FC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwcp', symObjAddr: 0x3BA0, symBinAddr: 0x919B0, symSize: 0x70 }
+ - { offsetInCU: 0x2A87, offset: 0xD7FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwca', symObjAddr: 0x3C10, symBinAddr: 0x91A20, symSize: 0xCC }
+ - { offsetInCU: 0x2A9B, offset: 0xD7FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwta', symObjAddr: 0x3E58, symBinAddr: 0x91AEC, symSize: 0x4C }
+ - { offsetInCU: 0x2AAF, offset: 0xD8001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwet', symObjAddr: 0x3EA4, symBinAddr: 0x91B38, symSize: 0x5C }
+ - { offsetInCU: 0x2AC3, offset: 0xD8015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwst', symObjAddr: 0x3F00, symBinAddr: 0x91B94, symSize: 0x58 }
+ - { offsetInCU: 0x2AD7, offset: 0xD8029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwug', symObjAddr: 0x3F58, symBinAddr: 0x91BEC, symSize: 0x20 }
+ - { offsetInCU: 0x2AEB, offset: 0xD803D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwup', symObjAddr: 0x3F78, symBinAddr: 0x91C0C, symSize: 0x4 }
+ - { offsetInCU: 0x2AFF, offset: 0xD8051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwui', symObjAddr: 0x3F7C, symBinAddr: 0x91C10, symSize: 0x38 }
+ - { offsetInCU: 0x2B13, offset: 0xD8065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOMa', symObjAddr: 0x3FB4, symBinAddr: 0x91C48, symSize: 0x10 }
+ - { offsetInCU: 0x2B27, offset: 0xD8079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwug', symObjAddr: 0x40CC, symBinAddr: 0x91D60, symSize: 0x8 }
+ - { offsetInCU: 0x2B3B, offset: 0xD808D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwup', symObjAddr: 0x40D4, symBinAddr: 0x91D68, symSize: 0x4 }
+ - { offsetInCU: 0x2B4F, offset: 0xD80A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwui', symObjAddr: 0x40D8, symBinAddr: 0x91D6C, symSize: 0x4 }
+ - { offsetInCU: 0x2B63, offset: 0xD80B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOMa', symObjAddr: 0x40DC, symBinAddr: 0x91D70, symSize: 0x10 }
+ - { offsetInCU: 0x2B77, offset: 0xD80C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x40EC, symBinAddr: 0x91D80, symSize: 0x44 }
+ - { offsetInCU: 0x2B8B, offset: 0xD80DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESYAAWl', symObjAddr: 0x4130, symBinAddr: 0x91DC4, symSize: 0x44 }
+ - { offsetInCU: 0x2CDA, offset: 0xD822C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA10, symBinAddr: 0x8E960, symSize: 0x88 }
+ - { offsetInCU: 0x2D89, offset: 0xD82DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xA98, symBinAddr: 0x8E9E8, symSize: 0x60 }
+ - { offsetInCU: 0x2E07, offset: 0xD8359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xAF8, symBinAddr: 0x8EA48, symSize: 0x40 }
+ - { offsetInCU: 0x2E59, offset: 0xD83AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB38, symBinAddr: 0x8EA88, symSize: 0x5C }
+ - { offsetInCU: 0x2EB5, offset: 0xD8407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xCA8, symBinAddr: 0x8EBF8, symSize: 0x28 }
+ - { offsetInCU: 0x2ED1, offset: 0xD8423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0x8EC20, symSize: 0x28 }
+ - { offsetInCU: 0x2F92, offset: 0xD84E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1398, symBinAddr: 0x8F2E8, symSize: 0x5C }
+ - { offsetInCU: 0x2FB5, offset: 0xD8507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x13F4, symBinAddr: 0x8F344, symSize: 0x4C }
+ - { offsetInCU: 0x2FDE, offset: 0xD8530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x17F8, symBinAddr: 0x8F748, symSize: 0x28 }
+ - { offsetInCU: 0x2FFA, offset: 0xD854C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1820, symBinAddr: 0x8F770, symSize: 0x28 }
+ - { offsetInCU: 0x1F9, offset: 0xD8A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0x0, symBinAddr: 0x91E44, symSize: 0x7EC }
+ - { offsetInCU: 0x715, offset: 0xD8F35, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTR', symObjAddr: 0x7EC, symBinAddr: 0x92630, symSize: 0x24 }
+ - { offsetInCU: 0x741, offset: 0xD8F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorO2eeoiySbAE_AEtFZ', symObjAddr: 0x810, symBinAddr: 0x92654, symSize: 0x10 }
+ - { offsetInCU: 0x76F, offset: 0xD8F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x820, symBinAddr: 0x92664, symSize: 0x24 }
+ - { offsetInCU: 0x804, offset: 0xD9024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x848, symBinAddr: 0x9268C, symSize: 0x14 }
+ - { offsetInCU: 0x86A, offset: 0xD908A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x860, symBinAddr: 0x926A4, symSize: 0x28 }
+ - { offsetInCU: 0x8E5, offset: 0xD9105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvg', symObjAddr: 0x88C, symBinAddr: 0x926D0, symSize: 0x40 }
+ - { offsetInCU: 0x901, offset: 0xD9121, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvs', symObjAddr: 0x8CC, symBinAddr: 0x92710, symSize: 0x50 }
+ - { offsetInCU: 0x91D, offset: 0xD913D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvM', symObjAddr: 0x91C, symBinAddr: 0x92760, symSize: 0x68 }
+ - { offsetInCU: 0x939, offset: 0xD9159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvM.resume.0', symObjAddr: 0x984, symBinAddr: 0x927C8, symSize: 0x6C }
+ - { offsetInCU: 0x955, offset: 0xD9175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvg', symObjAddr: 0x9F0, symBinAddr: 0x92834, symSize: 0x40 }
+ - { offsetInCU: 0x971, offset: 0xD9191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvs', symObjAddr: 0xA30, symBinAddr: 0x92874, symSize: 0x50 }
+ - { offsetInCU: 0x98D, offset: 0xD91AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvM', symObjAddr: 0xA80, symBinAddr: 0x928C4, symSize: 0x68 }
+ - { offsetInCU: 0x9A9, offset: 0xD91C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvM.resume.0', symObjAddr: 0xAE8, symBinAddr: 0x9292C, symSize: 0x6C }
+ - { offsetInCU: 0x9C5, offset: 0xD91E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvg', symObjAddr: 0xB54, symBinAddr: 0x92998, symSize: 0x44 }
+ - { offsetInCU: 0x9E1, offset: 0xD9201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvs', symObjAddr: 0xB98, symBinAddr: 0x929DC, symSize: 0x60 }
+ - { offsetInCU: 0x9FD, offset: 0xD921D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvM', symObjAddr: 0xBF8, symBinAddr: 0x92A3C, symSize: 0x6C }
+ - { offsetInCU: 0xA19, offset: 0xD9239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvM.resume.0', symObjAddr: 0xC64, symBinAddr: 0x92AA8, symSize: 0x70 }
+ - { offsetInCU: 0xA35, offset: 0xD9255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvg', symObjAddr: 0xCD4, symBinAddr: 0x92B18, symSize: 0x34 }
+ - { offsetInCU: 0xA51, offset: 0xD9271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvs', symObjAddr: 0xD08, symBinAddr: 0x92B4C, symSize: 0x44 }
+ - { offsetInCU: 0xA6D, offset: 0xD928D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvM', symObjAddr: 0xD4C, symBinAddr: 0x92B90, symSize: 0x3C }
+ - { offsetInCU: 0xA89, offset: 0xD92A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvg', symObjAddr: 0xD88, symBinAddr: 0x92BCC, symSize: 0x30 }
+ - { offsetInCU: 0xAA5, offset: 0xD92C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvs', symObjAddr: 0xDB8, symBinAddr: 0x92BFC, symSize: 0x3C }
+ - { offsetInCU: 0xAC1, offset: 0xD92E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvM', symObjAddr: 0xDF4, symBinAddr: 0x92C38, symSize: 0x3C }
+ - { offsetInCU: 0xADD, offset: 0xD92FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0Cvg', symObjAddr: 0xE30, symBinAddr: 0x92C74, symSize: 0x34 }
+ - { offsetInCU: 0xAF9, offset: 0xD9319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0Cvs', symObjAddr: 0xE64, symBinAddr: 0x92CA8, symSize: 0x44 }
+ - { offsetInCU: 0xB15, offset: 0xD9335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0CvM', symObjAddr: 0xEA8, symBinAddr: 0x92CEC, symSize: 0x3C }
+ - { offsetInCU: 0xB31, offset: 0xD9351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xEE4, symBinAddr: 0x92D28, symSize: 0x8 }
+ - { offsetInCU: 0xB4D, offset: 0xD936D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13callbackQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xEEC, symBinAddr: 0x92D30, symSize: 0x8 }
+ - { offsetInCU: 0xB69, offset: 0xD9389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvg', symObjAddr: 0xEF4, symBinAddr: 0x92D38, symSize: 0x30 }
+ - { offsetInCU: 0xB85, offset: 0xD93A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvs', symObjAddr: 0xF24, symBinAddr: 0x92D68, symSize: 0x3C }
+ - { offsetInCU: 0xBA1, offset: 0xD93C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvM', symObjAddr: 0xF60, symBinAddr: 0x92DA4, symSize: 0x3C }
+ - { offsetInCU: 0xBBD, offset: 0xD93DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvg', symObjAddr: 0xF9C, symBinAddr: 0x92DE0, symSize: 0x30 }
+ - { offsetInCU: 0xBD9, offset: 0xD93F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvs', symObjAddr: 0xFCC, symBinAddr: 0x92E10, symSize: 0x3C }
+ - { offsetInCU: 0xBF5, offset: 0xD9415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvM', symObjAddr: 0x1008, symBinAddr: 0x92E4C, symSize: 0x3C }
+ - { offsetInCU: 0xC11, offset: 0xD9431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvg', symObjAddr: 0x1118, symBinAddr: 0x92F5C, symSize: 0x30 }
+ - { offsetInCU: 0xC2D, offset: 0xD944D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvs', symObjAddr: 0x1148, symBinAddr: 0x92F8C, symSize: 0x3C }
+ - { offsetInCU: 0xC49, offset: 0xD9469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvM', symObjAddr: 0x1184, symBinAddr: 0x92FC8, symSize: 0x3C }
+ - { offsetInCU: 0xC65, offset: 0xD9485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvg', symObjAddr: 0x11C0, symBinAddr: 0x93004, symSize: 0x48 }
+ - { offsetInCU: 0xC81, offset: 0xD94A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvs', symObjAddr: 0x1208, symBinAddr: 0x9304C, symSize: 0x50 }
+ - { offsetInCU: 0xC9D, offset: 0xD94BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvM', symObjAddr: 0x1258, symBinAddr: 0x9309C, symSize: 0x3C }
+ - { offsetInCU: 0xCB9, offset: 0xD94D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvg', symObjAddr: 0x1310, symBinAddr: 0x93154, symSize: 0x58 }
+ - { offsetInCU: 0xCD5, offset: 0xD94F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvs', symObjAddr: 0x1368, symBinAddr: 0x931AC, symSize: 0x68 }
+ - { offsetInCU: 0xCF1, offset: 0xD9511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvM', symObjAddr: 0x13D0, symBinAddr: 0x93214, symSize: 0x44 }
+ - { offsetInCU: 0xD0D, offset: 0xD952D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvg', symObjAddr: 0x1414, symBinAddr: 0x93258, symSize: 0x50 }
+ - { offsetInCU: 0xD29, offset: 0xD9549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvs', symObjAddr: 0x1464, symBinAddr: 0x932A8, symSize: 0x50 }
+ - { offsetInCU: 0xD45, offset: 0xD9565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvM', symObjAddr: 0x14B4, symBinAddr: 0x932F8, symSize: 0x44 }
+ - { offsetInCU: 0xD61, offset: 0xD9581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvM.resume.0', symObjAddr: 0x14F8, symBinAddr: 0x9333C, symSize: 0x4 }
+ - { offsetInCU: 0xD7D, offset: 0xD959D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14operationMutexSo21OS_dispatch_semaphoreCvg', symObjAddr: 0x14FC, symBinAddr: 0x93340, symSize: 0x10 }
+ - { offsetInCU: 0xD99, offset: 0xD95B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14operationQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x150C, symBinAddr: 0x93350, symSize: 0x10 }
+ - { offsetInCU: 0xDB5, offset: 0xD95D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvg', symObjAddr: 0x151C, symBinAddr: 0x93360, symSize: 0x48 }
+ - { offsetInCU: 0xDD1, offset: 0xD95F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvs', symObjAddr: 0x1564, symBinAddr: 0x933A8, symSize: 0x50 }
+ - { offsetInCU: 0xDED, offset: 0xD960D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvM', symObjAddr: 0x15B4, symBinAddr: 0x933F8, symSize: 0x44 }
+ - { offsetInCU: 0xE09, offset: 0xD9629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12sessionTokenSSSgvM', symObjAddr: 0x1610, symBinAddr: 0x93454, symSize: 0x44 }
+ - { offsetInCU: 0xE25, offset: 0xD9645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5appIdSSSgvM', symObjAddr: 0x1714, symBinAddr: 0x93558, symSize: 0x44 }
+ - { offsetInCU: 0xE41, offset: 0xD9661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0Ovg', symObjAddr: 0x1B60, symBinAddr: 0x939A4, symSize: 0x44 }
+ - { offsetInCU: 0xE8E, offset: 0xD96AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0Ovs', symObjAddr: 0x1BA4, symBinAddr: 0x939E8, symSize: 0x6C }
+ - { offsetInCU: 0xEEA, offset: 0xD970A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0OvM', symObjAddr: 0x1C10, symBinAddr: 0x93A54, symSize: 0x58 }
+ - { offsetInCU: 0xF19, offset: 0xD9739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0OvM.resume.0', symObjAddr: 0x1C68, symBinAddr: 0x93AAC, symSize: 0x50 }
+ - { offsetInCU: 0xF58, offset: 0xD9778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0Ovg', symObjAddr: 0x1CB8, symBinAddr: 0x93AFC, symSize: 0x58 }
+ - { offsetInCU: 0xF77, offset: 0xD9797, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0Ovs', symObjAddr: 0x1D10, symBinAddr: 0x93B54, symSize: 0x178 }
+ - { offsetInCU: 0x101B, offset: 0xD983B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvM', symObjAddr: 0x1E88, symBinAddr: 0x93CCC, symSize: 0x68 }
+ - { offsetInCU: 0x1057, offset: 0xD9877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvM.resume.0', symObjAddr: 0x1EF0, symBinAddr: 0x93D34, symSize: 0x24 }
+ - { offsetInCU: 0x1073, offset: 0xD9893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCfd', symObjAddr: 0x1F14, symBinAddr: 0x93D58, symSize: 0x1A0 }
+ - { offsetInCU: 0x10A2, offset: 0xD98C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCfD', symObjAddr: 0x20B4, symBinAddr: 0x93EF8, symSize: 0x20 }
+ - { offsetInCU: 0x10CF, offset: 0xD98EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfC', symObjAddr: 0x20D4, symBinAddr: 0x93F18, symSize: 0x94 }
+ - { offsetInCU: 0x10ED, offset: 0xD990D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfc', symObjAddr: 0x2168, symBinAddr: 0x93FAC, symSize: 0x8D0 }
+ - { offsetInCU: 0x14FA, offset: 0xD9D1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5clearyyF', symObjAddr: 0x2A38, symBinAddr: 0x9487C, symSize: 0x1DC }
+ - { offsetInCU: 0x164E, offset: 0xD9E6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10setTimeoutyyAA0H0CF', symObjAddr: 0x2C14, symBinAddr: 0x94A58, symSize: 0x60 }
+ - { offsetInCU: 0x168D, offset: 0xD9EAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyF', symObjAddr: 0x2C74, symBinAddr: 0x94AB8, symSize: 0x3F0 }
+ - { offsetInCU: 0x1853, offset: 0xDA073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_', symObjAddr: 0x3064, symBinAddr: 0x94EA8, symSize: 0x4C8 }
+ - { offsetInCU: 0x18D8, offset: 0xDA0F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_yycfU_', symObjAddr: 0x4070, symBinAddr: 0x95EB4, symSize: 0x364 }
+ - { offsetInCU: 0x1A74, offset: 0xDA294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_ys5Error_pSgcfU0_', symObjAddr: 0x43D4, symBinAddr: 0x96218, symSize: 0x364 }
+ - { offsetInCU: 0x1C8A, offset: 0xDA4AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tF', symObjAddr: 0x4738, symBinAddr: 0x9657C, symSize: 0x438 }
+ - { offsetInCU: 0x1E80, offset: 0xDA6A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFyycfU_', symObjAddr: 0x4B70, symBinAddr: 0x969B4, symSize: 0x154 }
+ - { offsetInCU: 0x1EE8, offset: 0xDA708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyF', symObjAddr: 0x4CC4, symBinAddr: 0x96B08, symSize: 0x3F8 }
+ - { offsetInCU: 0x2085, offset: 0xDA8A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_', symObjAddr: 0x50BC, symBinAddr: 0x96F00, symSize: 0x10C }
+ - { offsetInCU: 0x20E2, offset: 0xDA902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyF', symObjAddr: 0x51C8, symBinAddr: 0x9700C, symSize: 0x2C4 }
+ - { offsetInCU: 0x213C, offset: 0xDA95C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyFyyYbcfU_', symObjAddr: 0x548C, symBinAddr: 0x972D0, symSize: 0x90 }
+ - { offsetInCU: 0x2182, offset: 0xDA9A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tF', symObjAddr: 0x551C, symBinAddr: 0x97360, symSize: 0x218 }
+ - { offsetInCU: 0x21EF, offset: 0xDAA0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tFyyYbcfU_', symObjAddr: 0x5734, symBinAddr: 0x97578, symSize: 0x104 }
+ - { offsetInCU: 0x225C, offset: 0xDAA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvgTW', symObjAddr: 0x5838, symBinAddr: 0x9767C, symSize: 0x28 }
+ - { offsetInCU: 0x2278, offset: 0xDAA98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvsTW', symObjAddr: 0x5860, symBinAddr: 0x976A4, symSize: 0x28 }
+ - { offsetInCU: 0x2294, offset: 0xDAAB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvMTW', symObjAddr: 0x5888, symBinAddr: 0x976CC, symSize: 0x50 }
+ - { offsetInCU: 0x22B0, offset: 0xDAAD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvgTW', symObjAddr: 0x58DC, symBinAddr: 0x97720, symSize: 0x28 }
+ - { offsetInCU: 0x22CC, offset: 0xDAAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvsTW', symObjAddr: 0x5904, symBinAddr: 0x97748, symSize: 0x28 }
+ - { offsetInCU: 0x22E8, offset: 0xDAB08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvMTW', symObjAddr: 0x592C, symBinAddr: 0x97770, symSize: 0x50 }
+ - { offsetInCU: 0x2304, offset: 0xDAB24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvgTW', symObjAddr: 0x5980, symBinAddr: 0x977C4, symSize: 0x28 }
+ - { offsetInCU: 0x2320, offset: 0xDAB40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvsTW', symObjAddr: 0x59A8, symBinAddr: 0x977EC, symSize: 0x28 }
+ - { offsetInCU: 0x233C, offset: 0xDAB5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvMTW', symObjAddr: 0x59D0, symBinAddr: 0x97814, symSize: 0x50 }
+ - { offsetInCU: 0x2358, offset: 0xDAB78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvgTW', symObjAddr: 0x5A24, symBinAddr: 0x97868, symSize: 0x28 }
+ - { offsetInCU: 0x2374, offset: 0xDAB94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvsTW', symObjAddr: 0x5A4C, symBinAddr: 0x97890, symSize: 0x28 }
+ - { offsetInCU: 0x2390, offset: 0xDABB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvMTW', symObjAddr: 0x5A74, symBinAddr: 0x978B8, symSize: 0x50 }
+ - { offsetInCU: 0x23AC, offset: 0xDABCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvgTW', symObjAddr: 0x5AC8, symBinAddr: 0x9790C, symSize: 0x28 }
+ - { offsetInCU: 0x23C8, offset: 0xDABE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvsTW', symObjAddr: 0x5AF0, symBinAddr: 0x97934, symSize: 0x28 }
+ - { offsetInCU: 0x23E4, offset: 0xDAC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvMTW', symObjAddr: 0x5B18, symBinAddr: 0x9795C, symSize: 0x50 }
+ - { offsetInCU: 0x2400, offset: 0xDAC20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP10setTimeoutyyAA0H0CFTW', symObjAddr: 0x5B98, symBinAddr: 0x979DC, symSize: 0x28 }
+ - { offsetInCU: 0x241C, offset: 0xDAC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP5clearyyFTW', symObjAddr: 0x5BC0, symBinAddr: 0x97A04, symSize: 0x28 }
+ - { offsetInCU: 0x244F, offset: 0xDAC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvpACTk', symObjAddr: 0x1294, symBinAddr: 0x930D8, symSize: 0x7C }
+ - { offsetInCU: 0x2467, offset: 0xDAC87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyF', symObjAddr: 0x1758, symBinAddr: 0x9359C, symSize: 0x2C8 }
+ - { offsetInCU: 0x25A2, offset: 0xDADC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0x5EE0, symBinAddr: 0x97D24, symSize: 0x1A0 }
+ - { offsetInCU: 0x2643, offset: 0xDAE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0x6080, symBinAddr: 0x97EC4, symSize: 0x39C }
+ - { offsetInCU: 0x28BE, offset: 0xDB0DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14stopAliveTimeryyF', symObjAddr: 0x1A20, symBinAddr: 0x93864, symSize: 0x140 }
+ - { offsetInCU: 0x2A98, offset: 0xDB2B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7baseURL12sessionToken15timeoutInterval8clientIdACSg10Foundation0G0VSg_SSSgSdSStc33_837ED5C35CB9AFFFB3AD4C4EBB174BECLlfC', symObjAddr: 0x352C, symBinAddr: 0x95370, symSize: 0xB44 }
+ - { offsetInCU: 0x2F97, offset: 0xDB7B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP4send7request17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x5BE8, symBinAddr: 0x97A2C, symSize: 0x20 }
+ - { offsetInCU: 0x2FB3, offset: 0xDB7D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC19websocketDidConnect6socketyAA03WebeF0_p_tF', symObjAddr: 0x5C08, symBinAddr: 0x97A4C, symSize: 0x1E0 }
+ - { offsetInCU: 0x3140, offset: 0xDB960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC22websocketDidDisconnect6socket5erroryAA03WebeF0_p_s5Error_pSgtF', symObjAddr: 0x5DE8, symBinAddr: 0x97C2C, symSize: 0x8 }
+ - { offsetInCU: 0x3154, offset: 0xDB974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStF', symObjAddr: 0x5DF0, symBinAddr: 0x97C34, symSize: 0xC }
+ - { offsetInCU: 0x3168, offset: 0xDB988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFyAA8SequenceC6ResultOcfU_', symObjAddr: 0x5DFC, symBinAddr: 0x97C40, symSize: 0xC4 }
+ - { offsetInCU: 0x31FA, offset: 0xDBA1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23websocketDidReceiveData6socket4datayAA03WebeF0_p_10Foundation0J0VtF', symObjAddr: 0x5EC0, symBinAddr: 0x97D04, symSize: 0x4 }
+ - { offsetInCU: 0x320E, offset: 0xDBA2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP19websocketDidConnect6socketyAA0geF0_p_tFTW', symObjAddr: 0x5EC4, symBinAddr: 0x97D08, symSize: 0x4 }
+ - { offsetInCU: 0x3239, offset: 0xDBA59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP22websocketDidDisconnect6socket5erroryAA0geF0_p_s5Error_pSgtFTW', symObjAddr: 0x5EC8, symBinAddr: 0x97D0C, symSize: 0x8 }
+ - { offsetInCU: 0x327B, offset: 0xDBA9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP26websocketDidReceiveMessage6socket4textyAA0geF0_p_SStFTW', symObjAddr: 0x5ED0, symBinAddr: 0x97D14, symSize: 0xC }
+ - { offsetInCU: 0x32BD, offset: 0xDBADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP23websocketDidReceiveData6socket4datayAA0geF0_p_10Foundation0L0VtFTW', symObjAddr: 0x5EDC, symBinAddr: 0x97D20, symSize: 0x4 }
+ - { offsetInCU: 0x32DD, offset: 0xDBAFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP23websocketDidReceiveData6socket4datayAA0geF0_p_10Foundation0L0VtFTW', symObjAddr: 0x5EDC, symBinAddr: 0x97D20, symSize: 0x4 }
+ - { offsetInCU: 0x3356, offset: 0xDBB76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMa', symObjAddr: 0x6498, symBinAddr: 0x98260, symSize: 0x3C }
+ - { offsetInCU: 0x3375, offset: 0xDBB95, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x65E0, symBinAddr: 0x982C0, symSize: 0x24 }
+ - { offsetInCU: 0x33CA, offset: 0xDBBEA, size: 0x8, addend: 0x0, symName: '_$sS2sSTsWl', symObjAddr: 0x66D0, symBinAddr: 0x9836C, symSize: 0x44 }
+ - { offsetInCU: 0x33DE, offset: 0xDBBFE, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOf', symObjAddr: 0x6714, symBinAddr: 0x983B0, symSize: 0x48 }
+ - { offsetInCU: 0x33F2, offset: 0xDBC12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0x6780, symBinAddr: 0x9841C, symSize: 0x8 }
+ - { offsetInCU: 0x3406, offset: 0xDBC26, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x6788, symBinAddr: 0x98424, symSize: 0x10 }
+ - { offsetInCU: 0x341A, offset: 0xDBC3A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x6798, symBinAddr: 0x98434, symSize: 0x8 }
+ - { offsetInCU: 0x342E, offset: 0xDBC4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvsyyYbcfU_TA', symObjAddr: 0x67D8, symBinAddr: 0x98474, symSize: 0x30 }
+ - { offsetInCU: 0x3462, offset: 0xDBC82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SBWebSocketClientDelegate_pSgXwWOh', symObjAddr: 0x6850, symBinAddr: 0x984EC, symSize: 0x24 }
+ - { offsetInCU: 0x3476, offset: 0xDBC96, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x68F0, symBinAddr: 0x98550, symSize: 0x48 }
+ - { offsetInCU: 0x348A, offset: 0xDBCAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_TA', symObjAddr: 0x6938, symBinAddr: 0x98598, symSize: 0x8 }
+ - { offsetInCU: 0x349E, offset: 0xDBCBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFyycfU_TA', symObjAddr: 0x6964, symBinAddr: 0x985C4, symSize: 0xC }
+ - { offsetInCU: 0x34B2, offset: 0xDBCD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_TA', symObjAddr: 0x6970, symBinAddr: 0x985D0, symSize: 0x8 }
+ - { offsetInCU: 0x34C6, offset: 0xDBCE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyFyyYbcfU_TA', symObjAddr: 0x6978, symBinAddr: 0x985D8, symSize: 0x8 }
+ - { offsetInCU: 0x34DA, offset: 0xDBCFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tFyyYbcfU_TA', symObjAddr: 0x69AC, symBinAddr: 0x9860C, symSize: 0xC }
+ - { offsetInCU: 0x35B4, offset: 0xDBDD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC22websocketDidDisconnect6socket5erroryAA03WebeF0_p_s5Error_pSgtFTf4dnn_n', symObjAddr: 0x6B54, symBinAddr: 0x987B4, symSize: 0x214 }
+ - { offsetInCU: 0x37C1, offset: 0xDBFE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFTf4dnn_n', symObjAddr: 0x6D68, symBinAddr: 0x989C8, symSize: 0x3DC }
+ - { offsetInCU: 0x39F3, offset: 0xDC213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23websocketDidReceiveData6socket4datayAA03WebeF0_p_10Foundation0J0VtFTf4ddn_n', symObjAddr: 0x7144, symBinAddr: 0x98DA4, symSize: 0x1A4 }
+ - { offsetInCU: 0x3B6F, offset: 0xDC38F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSHAASQWb', symObjAddr: 0x72E8, symBinAddr: 0x98F48, symSize: 0x4 }
+ - { offsetInCU: 0x3B83, offset: 0xDC3A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOAESQAAWl', symObjAddr: 0x72EC, symBinAddr: 0x98F4C, symSize: 0x44 }
+ - { offsetInCU: 0x3B97, offset: 0xDC3B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOSHAASQWb', symObjAddr: 0x7330, symBinAddr: 0x98F90, symSize: 0x4 }
+ - { offsetInCU: 0x3BAB, offset: 0xDC3CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOAESQAAWl', symObjAddr: 0x7334, symBinAddr: 0x98F94, symSize: 0x44 }
+ - { offsetInCU: 0x3BBF, offset: 0xDC3DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMU', symObjAddr: 0x7A24, symBinAddr: 0x99684, symSize: 0x8 }
+ - { offsetInCU: 0x3BD3, offset: 0xDC3F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMr', symObjAddr: 0x7A2C, symBinAddr: 0x9968C, symSize: 0xF8 }
+ - { offsetInCU: 0x3BE7, offset: 0xDC407, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0x7DF0, symBinAddr: 0x99A50, symSize: 0x54 }
+ - { offsetInCU: 0x3BFB, offset: 0xDC41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwug', symObjAddr: 0x7E5C, symBinAddr: 0x99AAC, symSize: 0x8 }
+ - { offsetInCU: 0x3C0F, offset: 0xDC42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwup', symObjAddr: 0x7E64, symBinAddr: 0x99AB4, symSize: 0x4 }
+ - { offsetInCU: 0x3C23, offset: 0xDC443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwui', symObjAddr: 0x7E68, symBinAddr: 0x99AB8, symSize: 0x8 }
+ - { offsetInCU: 0x3C37, offset: 0xDC457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOMa', symObjAddr: 0x7E70, symBinAddr: 0x99AC0, symSize: 0x10 }
+ - { offsetInCU: 0x3C4B, offset: 0xDC46B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOwup', symObjAddr: 0x7FD4, symBinAddr: 0x99C24, symSize: 0x4 }
+ - { offsetInCU: 0x3C5F, offset: 0xDC47F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOMa', symObjAddr: 0x7FD8, symBinAddr: 0x99C28, symSize: 0x10 }
+ - { offsetInCU: 0x3C73, offset: 0xDC493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pWOb', symObjAddr: 0x7FE8, symBinAddr: 0x99C38, symSize: 0x18 }
+ - { offsetInCU: 0x3C87, offset: 0xDC4A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFyAA8SequenceC6ResultOcfU_TA', symObjAddr: 0x80A4, symBinAddr: 0x99C94, symSize: 0x8 }
+ - { offsetInCU: 0x3C9B, offset: 0xDC4BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_yycfU_TA', symObjAddr: 0x80E8, symBinAddr: 0x99C9C, symSize: 0x28 }
+ - { offsetInCU: 0x3CCF, offset: 0xDC4EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_yycfU_TA', symObjAddr: 0x8138, symBinAddr: 0x99CEC, symSize: 0xC }
+ - { offsetInCU: 0x3CE3, offset: 0xDC503, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_ys5Error_pSgcfU0_TA', symObjAddr: 0x817C, symBinAddr: 0x99D30, symSize: 0xC }
+ - { offsetInCU: 0x3CF7, offset: 0xDC517, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x8240, symBinAddr: 0x99DF4, symSize: 0x8 }
+ - { offsetInCU: 0x3EBA, offset: 0xDC6DA, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0x6648, symBinAddr: 0x982E4, symSize: 0x88 }
+ - { offsetInCU: 0x3F5A, offset: 0xDC77A, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSay13SendBirdCalls7SBTimerCG_Tg5Tf4ng_n', symObjAddr: 0x69B8, symBinAddr: 0x98618, symSize: 0x19C }
+ - { offsetInCU: 0x27, offset: 0xDCE3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x99E70, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xDCE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x99E70, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0xDCE6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x99E74, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xDCE9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x99EB0, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xDCEBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x99ED8, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xDCEEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x99F18, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xDCF0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x99F1C, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0xDCF27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x99F20, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0xDCF3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6roomIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x99F28, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0xDCF57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0xE8, symBinAddr: 0x99F58, symSize: 0x80 }
+ - { offsetInCU: 0x1D3, offset: 0xDCFE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A8, symBinAddr: 0x99FD8, symSize: 0x4 }
+ - { offsetInCU: 0x21F, offset: 0xDD032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x25C, symBinAddr: 0x9A048, symSize: 0x40 }
+ - { offsetInCU: 0x256, offset: 0xDD069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x3B8, symBinAddr: 0x9A1A4, symSize: 0x8 }
+ - { offsetInCU: 0x281, offset: 0xDD094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3C0, symBinAddr: 0x9A1AC, symSize: 0x8 }
+ - { offsetInCU: 0x2B3, offset: 0xDD0C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x454, symBinAddr: 0x9A240, symSize: 0x4 }
+ - { offsetInCU: 0x2F8, offset: 0xDD10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x1AC, symBinAddr: 0x99FDC, symSize: 0x24 }
+ - { offsetInCU: 0x30C, offset: 0xDD11F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1D0, symBinAddr: 0x9A000, symSize: 0x44 }
+ - { offsetInCU: 0x320, offset: 0xDD133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x214, symBinAddr: 0x9A044, symSize: 0x4 }
+ - { offsetInCU: 0x334, offset: 0xDD147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x29C, symBinAddr: 0x9A088, symSize: 0x24 }
+ - { offsetInCU: 0x348, offset: 0xDD15B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x2C0, symBinAddr: 0x9A0AC, symSize: 0x44 }
+ - { offsetInCU: 0x35C, offset: 0xDD16F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA11RequestableAAWI', symObjAddr: 0x304, symBinAddr: 0x9A0F0, symSize: 0x2C }
+ - { offsetInCU: 0x370, offset: 0xDD183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA0F0AAWl', symObjAddr: 0x330, symBinAddr: 0x9A11C, symSize: 0x44 }
+ - { offsetInCU: 0x384, offset: 0xDD197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x374, symBinAddr: 0x9A160, symSize: 0x44 }
+ - { offsetInCU: 0x398, offset: 0xDD1AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0AAWI', symObjAddr: 0x3C8, symBinAddr: 0x9A1B4, symSize: 0x24 }
+ - { offsetInCU: 0x3AC, offset: 0xDD1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVACSEAAWl', symObjAddr: 0x3EC, symBinAddr: 0x9A1D8, symSize: 0x44 }
+ - { offsetInCU: 0x3C0, offset: 0xDD1D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x430, symBinAddr: 0x9A21C, symSize: 0x24 }
+ - { offsetInCU: 0x3D4, offset: 0xDD1E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwCP', symObjAddr: 0x458, symBinAddr: 0x9A244, symSize: 0x30 }
+ - { offsetInCU: 0x3E8, offset: 0xDD1FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwxx', symObjAddr: 0x488, symBinAddr: 0x9A274, symSize: 0x28 }
+ - { offsetInCU: 0x3FC, offset: 0xDD20F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwcp', symObjAddr: 0x4B0, symBinAddr: 0x9A29C, symSize: 0x44 }
+ - { offsetInCU: 0x410, offset: 0xDD223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwca', symObjAddr: 0x4F4, symBinAddr: 0x9A2E0, symSize: 0x6C }
+ - { offsetInCU: 0x424, offset: 0xDD237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwta', symObjAddr: 0x56C, symBinAddr: 0x9A34C, symSize: 0x4C }
+ - { offsetInCU: 0x438, offset: 0xDD24B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwet', symObjAddr: 0x5B8, symBinAddr: 0x9A398, symSize: 0x48 }
+ - { offsetInCU: 0x44C, offset: 0xDD25F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwst', symObjAddr: 0x600, symBinAddr: 0x9A3E0, symSize: 0x40 }
+ - { offsetInCU: 0x460, offset: 0xDD273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVMa', symObjAddr: 0x640, symBinAddr: 0x9A420, symSize: 0x10 }
+ - { offsetInCU: 0x159, offset: 0xDD5D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15broadcastDialedyyF', symObjAddr: 0x0, symBinAddr: 0x9A434, symSize: 0x2C8 }
+ - { offsetInCU: 0x363, offset: 0xDD7DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15broadcastDialedyyFTo', symObjAddr: 0x2C8, symBinAddr: 0x9A6FC, symSize: 0x2C }
+ - { offsetInCU: 0x37F, offset: 0xDD7F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyF', symObjAddr: 0x2F4, symBinAddr: 0x9A728, symSize: 0x2E4 }
+ - { offsetInCU: 0x569, offset: 0xDD9E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyFTo', symObjAddr: 0x5D8, symBinAddr: 0x9AA0C, symSize: 0x2C }
+ - { offsetInCU: 0x585, offset: 0xDD9FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyF', symObjAddr: 0x604, symBinAddr: 0x9AA38, symSize: 0x2DC }
+ - { offsetInCU: 0x78F, offset: 0xDDC08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyFTo', symObjAddr: 0x8E0, symBinAddr: 0x9AD14, symSize: 0x2C }
+ - { offsetInCU: 0x7AB, offset: 0xDDC24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyF', symObjAddr: 0x90C, symBinAddr: 0x9AD40, symSize: 0x2E8 }
+ - { offsetInCU: 0x995, offset: 0xDDE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyFTo', symObjAddr: 0xBF4, symBinAddr: 0x9B028, symSize: 0x2C }
+ - { offsetInCU: 0x9B1, offset: 0xDDE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyF', symObjAddr: 0xC20, symBinAddr: 0x9B054, symSize: 0x2E4 }
+ - { offsetInCU: 0xB9B, offset: 0xDE014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyFTo', symObjAddr: 0xF04, symBinAddr: 0x9B338, symSize: 0x2C }
+ - { offsetInCU: 0xC05, offset: 0xDE07E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyF', symObjAddr: 0xF30, symBinAddr: 0x9B364, symSize: 0x300 }
+ - { offsetInCU: 0xE1F, offset: 0xDE298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyFTo', symObjAddr: 0x129C, symBinAddr: 0x9B6D0, symSize: 0x2C }
+ - { offsetInCU: 0xE51, offset: 0xDE2CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tF', symObjAddr: 0x12C8, symBinAddr: 0x9B6FC, symSize: 0x300 }
+ - { offsetInCU: 0x1059, offset: 0xDE4D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFyycfU_', symObjAddr: 0x15C8, symBinAddr: 0x9B9FC, symSize: 0x20C }
+ - { offsetInCU: 0x1221, offset: 0xDE69A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFTo', symObjAddr: 0x17D4, symBinAddr: 0x9BC08, symSize: 0x3C }
+ - { offsetInCU: 0x123D, offset: 0xDE6B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tF', symObjAddr: 0x1810, symBinAddr: 0x9BC44, symSize: 0x300 }
+ - { offsetInCU: 0x1445, offset: 0xDE8BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFyycfU_', symObjAddr: 0x1B10, symBinAddr: 0x9BF44, symSize: 0x20C }
+ - { offsetInCU: 0x1602, offset: 0xDEA7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFTo', symObjAddr: 0x1D1C, symBinAddr: 0x9C150, symSize: 0x3C }
+ - { offsetInCU: 0x161E, offset: 0xDEA97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyF', symObjAddr: 0x1D58, symBinAddr: 0x9C18C, symSize: 0x40C }
+ - { offsetInCU: 0x1919, offset: 0xDED92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyFTo', symObjAddr: 0x21E8, symBinAddr: 0x9C61C, symSize: 0x2C }
+ - { offsetInCU: 0x1935, offset: 0xDEDAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtF', symObjAddr: 0x2214, symBinAddr: 0x9C648, symSize: 0x474 }
+ - { offsetInCU: 0x1CCD, offset: 0xDF146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFyycfU_', symObjAddr: 0x2688, symBinAddr: 0x9CABC, symSize: 0xA0 }
+ - { offsetInCU: 0x1D39, offset: 0xDF1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFTo', symObjAddr: 0x2728, symBinAddr: 0x9CB5C, symSize: 0x48 }
+ - { offsetInCU: 0x1D55, offset: 0xDF1CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyF', symObjAddr: 0x2770, symBinAddr: 0x9CBA4, symSize: 0x294 }
+ - { offsetInCU: 0x1F01, offset: 0xDF37A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFyycfU_', symObjAddr: 0x2A04, symBinAddr: 0x9CE38, symSize: 0xB4 }
+ - { offsetInCU: 0x1F42, offset: 0xDF3BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFTo', symObjAddr: 0x2AB8, symBinAddr: 0x9CEEC, symSize: 0x2C }
+ - { offsetInCU: 0x1F5E, offset: 0xDF3D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyFyycfU_TA', symObjAddr: 0x2BB8, symBinAddr: 0x9CF3C, symSize: 0x20 }
+ - { offsetInCU: 0x1F72, offset: 0xDF3EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyFyycfU_TA', symObjAddr: 0x2BD8, symBinAddr: 0x9CF5C, symSize: 0x20 }
+ - { offsetInCU: 0x1F86, offset: 0xDF3FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyFyycfU_TA', symObjAddr: 0x2BF8, symBinAddr: 0x9CF7C, symSize: 0x20 }
+ - { offsetInCU: 0x1F9A, offset: 0xDF413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyFyycfU_TA', symObjAddr: 0x2C18, symBinAddr: 0x9CF9C, symSize: 0x20 }
+ - { offsetInCU: 0x1FAE, offset: 0xDF427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyFyycfU_TA', symObjAddr: 0x2C38, symBinAddr: 0x9CFBC, symSize: 0x20 }
+ - { offsetInCU: 0x1FC2, offset: 0xDF43B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFyycfU_TA', symObjAddr: 0x2C58, symBinAddr: 0x9CFDC, symSize: 0x8 }
+ - { offsetInCU: 0x1FD6, offset: 0xDF44F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFyycfU_TA', symObjAddr: 0x2C60, symBinAddr: 0x9CFE4, symSize: 0x8 }
+ - { offsetInCU: 0x1FEA, offset: 0xDF463, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyFyycfU_TA', symObjAddr: 0x2C68, symBinAddr: 0x9CFEC, symSize: 0x20 }
+ - { offsetInCU: 0x1FFE, offset: 0xDF477, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFyycfU_TA', symObjAddr: 0x2CAC, symBinAddr: 0x9D030, symSize: 0x10 }
+ - { offsetInCU: 0x2012, offset: 0xDF48B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFyycfU_TA', symObjAddr: 0x2CBC, symBinAddr: 0x9D040, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0xDF761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x9D068, symSize: 0x30 }
+ - { offsetInCU: 0x5A, offset: 0xDF794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x9D068, symSize: 0x30 }
+ - { offsetInCU: 0x92, offset: 0xDF7CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x30, symBinAddr: 0x9D098, symSize: 0x30 }
+ - { offsetInCU: 0xDA, offset: 0xDF814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8intValueACSgSi_tcfC', symObjAddr: 0x60, symBinAddr: 0x9D0C8, symSize: 0x8 }
+ - { offsetInCU: 0x101, offset: 0xDF83B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8intValueSiSgvg', symObjAddr: 0x68, symBinAddr: 0x9D0D0, symSize: 0xC }
+ - { offsetInCU: 0x128, offset: 0xDF862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueSSvg', symObjAddr: 0x74, symBinAddr: 0x9D0DC, symSize: 0x6E4 }
+ - { offsetInCU: 0x153, offset: 0xDF88D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueSSvg', symObjAddr: 0x758, symBinAddr: 0x9D7C0, symSize: 0x4 }
+ - { offsetInCU: 0x17F, offset: 0xDF8B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x8E0, symBinAddr: 0x9D948, symSize: 0x44 }
+ - { offsetInCU: 0x1C5, offset: 0xDF8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x924, symBinAddr: 0x9D98C, symSize: 0x28 }
+ - { offsetInCU: 0x1F3, offset: 0xDF92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValueSSvgTW', symObjAddr: 0x94C, symBinAddr: 0x9D9B4, symSize: 0x8 }
+ - { offsetInCU: 0x213, offset: 0xDF94D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValueSSvgTW', symObjAddr: 0x94C, symBinAddr: 0x9D9B4, symSize: 0x8 }
+ - { offsetInCU: 0x23E, offset: 0xDF978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x954, symBinAddr: 0x9D9BC, symSize: 0x3C }
+ - { offsetInCU: 0x2A3, offset: 0xDF9DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP8intValueSiSgvgTW', symObjAddr: 0x990, symBinAddr: 0x9D9F8, symSize: 0xC }
+ - { offsetInCU: 0x2BF, offset: 0xDF9F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x99C, symBinAddr: 0x9DA04, symSize: 0xC }
+ - { offsetInCU: 0x2DB, offset: 0xDFA15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x9F8, symBinAddr: 0x9DA60, symSize: 0x58 }
+ - { offsetInCU: 0x328, offset: 0xDFA62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASQWb', symObjAddr: 0xA50, symBinAddr: 0x9DAB8, symSize: 0x4 }
+ - { offsetInCU: 0x33C, offset: 0xDFA76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACSQAAWl', symObjAddr: 0xA54, symBinAddr: 0x9DABC, symSize: 0x44 }
+ - { offsetInCU: 0x350, offset: 0xDFA8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA98, symBinAddr: 0x9DB00, symSize: 0x4 }
+ - { offsetInCU: 0x364, offset: 0xDFA9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA9C, symBinAddr: 0x9DB04, symSize: 0x44 }
+ - { offsetInCU: 0x378, offset: 0xDFAB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAs23CustomStringConvertiblePWb', symObjAddr: 0xAE0, symBinAddr: 0x9DB48, symSize: 0x4 }
+ - { offsetInCU: 0x38C, offset: 0xDFAC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs23CustomStringConvertibleAAWl', symObjAddr: 0xAE4, symBinAddr: 0x9DB4C, symSize: 0x44 }
+ - { offsetInCU: 0x3A0, offset: 0xDFADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwet', symObjAddr: 0xB38, symBinAddr: 0x9DB90, symSize: 0x90 }
+ - { offsetInCU: 0x3B4, offset: 0xDFAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwst', symObjAddr: 0xBC8, symBinAddr: 0x9DC20, symSize: 0xBC }
+ - { offsetInCU: 0x3C8, offset: 0xDFB02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwug', symObjAddr: 0xC84, symBinAddr: 0x9DCDC, symSize: 0x8 }
+ - { offsetInCU: 0x3DC, offset: 0xDFB16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwup', symObjAddr: 0xC8C, symBinAddr: 0x9DCE4, symSize: 0x4 }
+ - { offsetInCU: 0x3F0, offset: 0xDFB2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwui', symObjAddr: 0xC90, symBinAddr: 0x9DCE8, symSize: 0x8 }
+ - { offsetInCU: 0x404, offset: 0xDFB3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOMa', symObjAddr: 0xC98, symBinAddr: 0x9DCF0, symSize: 0x10 }
+ - { offsetInCU: 0x44D, offset: 0xDFB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x75C, symBinAddr: 0x9D7C4, symSize: 0x88 }
+ - { offsetInCU: 0x4FC, offset: 0xDFC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x7E4, symBinAddr: 0x9D84C, symSize: 0x60 }
+ - { offsetInCU: 0x57A, offset: 0xDFCB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x844, symBinAddr: 0x9D8AC, symSize: 0x40 }
+ - { offsetInCU: 0x5CC, offset: 0xDFD06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x884, symBinAddr: 0x9D8EC, symSize: 0x5C }
+ - { offsetInCU: 0x628, offset: 0xDFD62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x9A8, symBinAddr: 0x9DA10, symSize: 0x28 }
+ - { offsetInCU: 0x644, offset: 0xDFD7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x9D0, symBinAddr: 0x9DA38, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0xDFF81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab105Calls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x9DD70, symSize: 0x10 }
+ - { offsetInCU: 0x1E9, offset: 0xE012B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtF', symObjAddr: 0x10, symBinAddr: 0x9DD80, symSize: 0x354 }
+ - { offsetInCU: 0x3EF, offset: 0xE0331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x364, symBinAddr: 0x9E0D4, symSize: 0x3B0 }
+ - { offsetInCU: 0x7C1, offset: 0xE0703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x720, symBinAddr: 0x9E490, symSize: 0x4D0 }
+ - { offsetInCU: 0xBD4, offset: 0xE0B16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtFTo', symObjAddr: 0xBF0, symBinAddr: 0x9E960, symSize: 0x98 }
+ - { offsetInCU: 0xCA8, offset: 0xE0BEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtF', symObjAddr: 0xC88, symBinAddr: 0x9E9F8, symSize: 0x378 }
+ - { offsetInCU: 0xF4D, offset: 0xE0E8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_', symObjAddr: 0x1000, symBinAddr: 0x9ED70, symSize: 0x3AC }
+ - { offsetInCU: 0x1000, offset: 0xE0F42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x13AC, symBinAddr: 0x9F11C, symSize: 0x2EC }
+ - { offsetInCU: 0x12FA, offset: 0xE123C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU0_', symObjAddr: 0x1698, symBinAddr: 0x9F408, symSize: 0x220 }
+ - { offsetInCU: 0x1613, offset: 0xE1555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtF', symObjAddr: 0x1948, symBinAddr: 0x9F6B8, symSize: 0xC }
+ - { offsetInCU: 0x1636, offset: 0xE1578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtFTo', symObjAddr: 0x1954, symBinAddr: 0x9F6C4, symSize: 0x8C }
+ - { offsetInCU: 0x16BD, offset: 0xE15FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didConnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x19E0, symBinAddr: 0x9F750, symSize: 0x2B0 }
+ - { offsetInCU: 0x1836, offset: 0xE1778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didConnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1C90, symBinAddr: 0x9FA00, symSize: 0x50 }
+ - { offsetInCU: 0x1872, offset: 0xE17B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1CE0, symBinAddr: 0x9FA50, symSize: 0x1DC }
+ - { offsetInCU: 0x198B, offset: 0xE18CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1EBC, symBinAddr: 0x9FC2C, symSize: 0x50 }
+ - { offsetInCU: 0x19A7, offset: 0xE18E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1F0C, symBinAddr: 0x9FC7C, symSize: 0x4 }
+ - { offsetInCU: 0x19CA, offset: 0xE190C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1F10, symBinAddr: 0x9FC80, symSize: 0x4 }
+ - { offsetInCU: 0x19EA, offset: 0xE192C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1F10, symBinAddr: 0x9FC80, symSize: 0x4 }
+ - { offsetInCU: 0x1A1C, offset: 0xE195E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didClosePeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1F14, symBinAddr: 0x9FC84, symSize: 0x288 }
+ - { offsetInCU: 0x1B77, offset: 0xE1AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didClosePeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x219C, symBinAddr: 0x9FF0C, symSize: 0x50 }
+ - { offsetInCU: 0x1B93, offset: 0xE1AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStF', symObjAddr: 0x21EC, symBinAddr: 0x9FF5C, symSize: 0x2D0 }
+ - { offsetInCU: 0x1DA6, offset: 0xE1CE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStFTo', symObjAddr: 0x24BC, symBinAddr: 0xA022C, symSize: 0x7C }
+ - { offsetInCU: 0x1E15, offset: 0xE1D57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtF', symObjAddr: 0x2538, symBinAddr: 0xA02A8, symSize: 0x19C }
+ - { offsetInCU: 0x1ECE, offset: 0xE1E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFyycfU_', symObjAddr: 0x26D4, symBinAddr: 0xA0444, symSize: 0xD0 }
+ - { offsetInCU: 0x1F4A, offset: 0xE1E8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFTo', symObjAddr: 0x27A4, symBinAddr: 0xA0514, symSize: 0xAC }
+ - { offsetInCU: 0x2016, offset: 0xE1F58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didReceiveStatisticsInfo6client4infoyAA12WebRTCClientC_AH16RTPPacketMonitorC0I0VtF', symObjAddr: 0x2850, symBinAddr: 0xA05C0, symSize: 0x380 }
+ - { offsetInCU: 0x213C, offset: 0xE207E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP23didGenerateICECandidate6client9candidateyAA0fG0C_So15RTCIceCandidateCtFTW', symObjAddr: 0x2BD0, symBinAddr: 0xA0940, symSize: 0x18 }
+ - { offsetInCU: 0x217D, offset: 0xE20BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP22didRemoveICECandidates6client10candidatesyAA0fG0C_SaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x2BE8, symBinAddr: 0xA0958, symSize: 0x6C }
+ - { offsetInCU: 0x21BE, offset: 0xE2100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP25didUpdateLocalDescription6client3sdpyAA0fG0C_So010RTCSessionL0CtFTW', symObjAddr: 0x2C54, symBinAddr: 0xA09C4, symSize: 0x18 }
+ - { offsetInCU: 0x21FF, offset: 0xE2141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP24didConnectPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2C88, symBinAddr: 0xA09F8, symSize: 0x14 }
+ - { offsetInCU: 0x2240, offset: 0xE2182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2C9C, symBinAddr: 0xA0A0C, symSize: 0x14 }
+ - { offsetInCU: 0x2281, offset: 0xE21C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2CB0, symBinAddr: 0xA0A20, symSize: 0x14 }
+ - { offsetInCU: 0x22C2, offset: 0xE2204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP22didClosePeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2CC4, symBinAddr: 0xA0A34, symSize: 0x14 }
+ - { offsetInCU: 0x2303, offset: 0xE2245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute6client7session6reason08previousM0yAA0fG0C_So08RTCAudioK0CSo07AVAudiokmL6ReasonVSo0skM11DescriptionCtFTW', symObjAddr: 0x2D50, symBinAddr: 0xA0AC0, symSize: 0x20 }
+ - { offsetInCU: 0x2335, offset: 0xE2277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo6client4infoyAA0fG0C_AJ16RTPPacketMonitorC0L0VtFTW', symObjAddr: 0x2D70, symBinAddr: 0xA0AE0, symSize: 0x4 }
+ - { offsetInCU: 0x2351, offset: 0xE2293, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x2E50, symBinAddr: 0xA0B10, symSize: 0x44 }
+ - { offsetInCU: 0x2365, offset: 0xE22A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA10ResultableAAWl', symObjAddr: 0x2E94, symBinAddr: 0xA0B54, symSize: 0x44 }
+ - { offsetInCU: 0x2379, offset: 0xE22BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVWOs', symObjAddr: 0x2ED8, symBinAddr: 0xA0B98, symSize: 0x50 }
+ - { offsetInCU: 0x238D, offset: 0xE22CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x2F28, symBinAddr: 0xA0BE8, symSize: 0x44 }
+ - { offsetInCU: 0x23A1, offset: 0xE22E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA10ResultableAAWl', symObjAddr: 0x2F6C, symBinAddr: 0xA0C2C, symSize: 0x44 }
+ - { offsetInCU: 0x23B5, offset: 0xE22F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVWOs', symObjAddr: 0x2FB0, symBinAddr: 0xA0C70, symSize: 0x50 }
+ - { offsetInCU: 0x23C9, offset: 0xE230B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_TA', symObjAddr: 0x3008, symBinAddr: 0xA0CC8, symSize: 0xC }
+ - { offsetInCU: 0x23DD, offset: 0xE231F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_SgWOe', symObjAddr: 0x3014, symBinAddr: 0xA0CD4, symSize: 0x10 }
+ - { offsetInCU: 0x23F1, offset: 0xE2333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtFTf4dnd_n', symObjAddr: 0x3024, symBinAddr: 0xA0CE4, symSize: 0x194 }
+ - { offsetInCU: 0x2545, offset: 0xE2487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_TA', symObjAddr: 0x31B8, symBinAddr: 0xA0E78, symSize: 0x8 }
+ - { offsetInCU: 0x2559, offset: 0xE249B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_TA', symObjAddr: 0x31F8, symBinAddr: 0xA0EB8, symSize: 0x8 }
+ - { offsetInCU: 0x256D, offset: 0xE24AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTf4dd_n', symObjAddr: 0x3200, symBinAddr: 0xA0EC0, symSize: 0x134 }
+ - { offsetInCU: 0x2648, offset: 0xE258A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_TA', symObjAddr: 0x3334, symBinAddr: 0xA0FF4, symSize: 0x8 }
+ - { offsetInCU: 0x265C, offset: 0xE259E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFyycfU_TA', symObjAddr: 0x3384, symBinAddr: 0xA1044, symSize: 0xC }
+ - { offsetInCU: 0x2670, offset: 0xE25B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOWOe', symObjAddr: 0x3390, symBinAddr: 0xA1050, symSize: 0x8 }
+ - { offsetInCU: 0x2684, offset: 0xE25C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA11RequestableAAWl', symObjAddr: 0x3398, symBinAddr: 0xA1058, symSize: 0x44 }
+ - { offsetInCU: 0x2698, offset: 0xE25DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA10ResultableAAWl', symObjAddr: 0x33DC, symBinAddr: 0xA109C, symSize: 0x44 }
+ - { offsetInCU: 0x26AC, offset: 0xE25EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU0_TA', symObjAddr: 0x3488, symBinAddr: 0xA1104, symSize: 0xC }
+ - { offsetInCU: 0x26C0, offset: 0xE2602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TRTA', symObjAddr: 0x3494, symBinAddr: 0xA1110, symSize: 0x8 }
+ - { offsetInCU: 0x26D4, offset: 0xE2616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA11RequestableAAWl', symObjAddr: 0x349C, symBinAddr: 0xA1118, symSize: 0x44 }
+ - { offsetInCU: 0x26E8, offset: 0xE262A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA10ResultableAAWl', symObjAddr: 0x34E0, symBinAddr: 0xA115C, symSize: 0x44 }
+ - { offsetInCU: 0x26FC, offset: 0xE263E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU_TA', symObjAddr: 0x3524, symBinAddr: 0xA11A0, symSize: 0xC }
+ - { offsetInCU: 0x2710, offset: 0xE2652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA11RequestableAAWl', symObjAddr: 0x3530, symBinAddr: 0xA11AC, symSize: 0x44 }
+ - { offsetInCU: 0x2724, offset: 0xE2666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA10ResultableAAWl', symObjAddr: 0x3574, symBinAddr: 0xA11F0, symSize: 0x44 }
+ - { offsetInCU: 0x134, offset: 0xE2D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21availableVideoDevicesSayAA0G6DeviceCGvg', symObjAddr: 0x1240, symBinAddr: 0xA248C, symSize: 0xB0 }
+ - { offsetInCU: 0x3D1, offset: 0xE2FAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10startVideoyyF', symObjAddr: 0x304, symBinAddr: 0xA1550, symSize: 0x3A0 }
+ - { offsetInCU: 0x558, offset: 0xE3133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10startVideoyyFTo', symObjAddr: 0x6B4, symBinAddr: 0xA1900, symSize: 0x2C }
+ - { offsetInCU: 0x574, offset: 0xE314F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9stopVideoyyF', symObjAddr: 0x6E0, symBinAddr: 0xA192C, symSize: 0x238 }
+ - { offsetInCU: 0x6AB, offset: 0xE3286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9stopVideoyyFTo', symObjAddr: 0x918, symBinAddr: 0xA1B64, symSize: 0x2C }
+ - { offsetInCU: 0x729, offset: 0xE3304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoViewyyAA0abhI0CF', symObjAddr: 0x944, symBinAddr: 0xA1B90, symSize: 0x4B4 }
+ - { offsetInCU: 0x9F8, offset: 0xE35D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoViewyyAA0abhI0CFTo', symObjAddr: 0xDF8, symBinAddr: 0xA2044, symSize: 0x50 }
+ - { offsetInCU: 0xA23, offset: 0xE35FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoViewyyAA0abhI0CF', symObjAddr: 0xE48, symBinAddr: 0xA2094, symSize: 0x2C4 }
+ - { offsetInCU: 0xBE8, offset: 0xE37C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoViewyyAA0abhI0CFTo', symObjAddr: 0x110C, symBinAddr: 0xA2358, symSize: 0x50 }
+ - { offsetInCU: 0xC40, offset: 0xE381B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21availableVideoDevicesSayAA0G6DeviceCGvgTo', symObjAddr: 0x115C, symBinAddr: 0xA23A8, symSize: 0xE4 }
+ - { offsetInCU: 0xC93, offset: 0xE386E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18currentVideoDeviceAA0gH0CSgvgTo', symObjAddr: 0x12F0, symBinAddr: 0xA253C, symSize: 0x38 }
+ - { offsetInCU: 0xCCD, offset: 0xE38A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18currentVideoDeviceAA0gH0CSgvg', symObjAddr: 0x1328, symBinAddr: 0xA2574, symSize: 0xE0 }
+ - { offsetInCU: 0xE06, offset: 0xE39E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctF', symObjAddr: 0x1408, symBinAddr: 0xA2654, symSize: 0x438 }
+ - { offsetInCU: 0x1016, offset: 0xE3BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctFyAJcfU1_', symObjAddr: 0x1840, symBinAddr: 0xA2A8C, symSize: 0x280 }
+ - { offsetInCU: 0x119D, offset: 0xE3D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctFTo', symObjAddr: 0x1AC0, symBinAddr: 0xA2D0C, symSize: 0x98 }
+ - { offsetInCU: 0x1210, offset: 0xE3DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0x1B58, symBinAddr: 0xA2DA4, symSize: 0x488 }
+ - { offsetInCU: 0x136E, offset: 0xE3F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_', symObjAddr: 0x1FE0, symBinAddr: 0xA322C, symSize: 0xE0 }
+ - { offsetInCU: 0x13BA, offset: 0xE3F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22captureRemoteVideoView17completionHandleryySo7UIImageCSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x20DC, symBinAddr: 0xA3328, symSize: 0x128 }
+ - { offsetInCU: 0x1486, offset: 0xE4061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x2204, symBinAddr: 0xA3450, symSize: 0x300 }
+ - { offsetInCU: 0x1519, offset: 0xE40F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_', symObjAddr: 0x26E8, symBinAddr: 0xA3934, symSize: 0xEC }
+ - { offsetInCU: 0x15B0, offset: 0xE418B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21captureLocalVideoView17completionHandleryySo7UIImageCSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x2520, symBinAddr: 0xA376C, symSize: 0x128 }
+ - { offsetInCU: 0x1693, offset: 0xE426E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tFTf4en_nAA0abhI0C_Tg5', symObjAddr: 0x2984, symBinAddr: 0xA3A20, symSize: 0x390 }
+ - { offsetInCU: 0x1868, offset: 0xE4443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tFTf4en_nAA0abhI0C_Tg5', symObjAddr: 0x2D14, symBinAddr: 0xA3DB0, symSize: 0x1F0 }
+ - { offsetInCU: 0x194C, offset: 0xE4527, size: 0x8, addend: 0x0, symName: '_$sSo15AVCaptureDeviceCMa', symObjAddr: 0x2F04, symBinAddr: 0xA3FA0, symSize: 0x3C }
+ - { offsetInCU: 0x19D8, offset: 0xE45B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x342C, symBinAddr: 0xA44C8, symSize: 0x8 }
+ - { offsetInCU: 0x19F7, offset: 0xE45D2, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSg13SendBirdCalls8SBCErrorCSgIeyByy_AcGIeggg_TRTA', symObjAddr: 0x3494, symBinAddr: 0xA4530, symSize: 0x14 }
+ - { offsetInCU: 0x1A20, offset: 0xE45FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x34A8, symBinAddr: 0xA4544, symSize: 0x8 }
+ - { offsetInCU: 0x1A34, offset: 0xE460F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_TA', symObjAddr: 0x3500, symBinAddr: 0xA459C, symSize: 0xC }
+ - { offsetInCU: 0x1A48, offset: 0xE4623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_TA', symObjAddr: 0x350C, symBinAddr: 0xA45A8, symSize: 0x8 }
+ - { offsetInCU: 0x1A5C, offset: 0xE4637, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3514, symBinAddr: 0xA45B0, symSize: 0x10 }
+ - { offsetInCU: 0x1A70, offset: 0xE464B, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3524, symBinAddr: 0xA45C0, symSize: 0x8 }
+ - { offsetInCU: 0x1A84, offset: 0xE465F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_yycfU_TA', symObjAddr: 0x35BC, symBinAddr: 0xA4658, symSize: 0x28 }
+ - { offsetInCU: 0x1B2A, offset: 0xE4705, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFSaySo15AVCaptureDeviceCG_13SendBirdCalls05VideoE0CTg506$sSo15de3C13fg7Calls05I131B0CSgs5Error_pIggozo_AbFsAG_pIegnrzo_TR04$s13cd29Calls10DirectCallC21availablef15DevicesSayAA0G6b12CGvgAFSgSo09A9I0CSgcfu_Tf3nnpf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0xA124C, symSize: 0x304 }
+ - { offsetInCU: 0x1F00, offset: 0xE4ADB, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5048$s13SendBirdCalls12WebRTCClientC20currentCapturee4So09D16H0CSgvgSbAFXEfU_0gH5Calls0jK0CTf1cn_nTf4ng_n', symObjAddr: 0x2F40, symBinAddr: 0xA3FDC, symSize: 0x2EC }
+ - { offsetInCU: 0x20B0, offset: 0xE4C8B, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5086$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFSbSo15dE6CXEfU_AGSgTf1cn_nTf4ng_n', symObjAddr: 0x32F4, symBinAddr: 0xA4390, symSize: 0x138 }
+ - { offsetInCU: 0x5C, offset: 0xE515A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xA4714, symSize: 0x3B4 }
+ - { offsetInCU: 0xDC, offset: 0xE51DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO0dE0O_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x590, symBinAddr: 0xA4B2C, symSize: 0xB0 }
+ - { offsetInCU: 0x123, offset: 0xE5221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCfd', symObjAddr: 0x640, symBinAddr: 0xA4BDC, symSize: 0x2C }
+ - { offsetInCU: 0x140, offset: 0xE523E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvg', symObjAddr: 0x66C, symBinAddr: 0xA4C08, symSize: 0x48 }
+ - { offsetInCU: 0x15C, offset: 0xE525A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvs', symObjAddr: 0x6B4, symBinAddr: 0xA4C50, symSize: 0x50 }
+ - { offsetInCU: 0x178, offset: 0xE5276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvM', symObjAddr: 0x704, symBinAddr: 0xA4CA0, symSize: 0x3C }
+ - { offsetInCU: 0x194, offset: 0xE5292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvg', symObjAddr: 0x740, symBinAddr: 0xA4CDC, symSize: 0x48 }
+ - { offsetInCU: 0x1B0, offset: 0xE52AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvs', symObjAddr: 0x788, symBinAddr: 0xA4D24, symSize: 0x50 }
+ - { offsetInCU: 0x1CC, offset: 0xE52CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvM', symObjAddr: 0x7D8, symBinAddr: 0xA4D74, symSize: 0x3C }
+ - { offsetInCU: 0x1E8, offset: 0xE52E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0Vvg', symObjAddr: 0x814, symBinAddr: 0xA4DB0, symSize: 0x4C }
+ - { offsetInCU: 0x204, offset: 0xE5302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0Vvs', symObjAddr: 0x860, symBinAddr: 0xA4DFC, symSize: 0x50 }
+ - { offsetInCU: 0x220, offset: 0xE531E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0VvM', symObjAddr: 0x8B0, symBinAddr: 0xA4E4C, symSize: 0x3C }
+ - { offsetInCU: 0x23C, offset: 0xE533A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0VvM.resume.0', symObjAddr: 0x8EC, symBinAddr: 0xA4E88, symSize: 0x4 }
+ - { offsetInCU: 0x258, offset: 0xE5356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvg', symObjAddr: 0x8F0, symBinAddr: 0xA4E8C, symSize: 0x30 }
+ - { offsetInCU: 0x274, offset: 0xE5372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvs', symObjAddr: 0x920, symBinAddr: 0xA4EBC, symSize: 0x3C }
+ - { offsetInCU: 0x290, offset: 0xE538E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvM', symObjAddr: 0x95C, symBinAddr: 0xA4EF8, symSize: 0x3C }
+ - { offsetInCU: 0x2AC, offset: 0xE53AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC014shouldWaitPushF0Sbvg', symObjAddr: 0x998, symBinAddr: 0xA4F34, symSize: 0x8 }
+ - { offsetInCU: 0x2D7, offset: 0xE53D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC7versionSivg', symObjAddr: 0x9A0, symBinAddr: 0xA4F3C, symSize: 0x8 }
+ - { offsetInCU: 0x2F3, offset: 0xE53F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandTypeAA0G5TypesO0dE0Ovg', symObjAddr: 0x9A8, symBinAddr: 0xA4F44, symSize: 0x8 }
+ - { offsetInCU: 0x35D, offset: 0xE545B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO0dE0O_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x9B0, symBinAddr: 0xA4F4C, symSize: 0xC8 }
+ - { offsetInCU: 0x3ED, offset: 0xE54EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xA78, symBinAddr: 0xA5014, symSize: 0x5C }
+ - { offsetInCU: 0x445, offset: 0xE5543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xAD4, symBinAddr: 0xA5070, symSize: 0x5C }
+ - { offsetInCU: 0x4AD, offset: 0xE55AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xB30, symBinAddr: 0xA50CC, symSize: 0x8 }
+ - { offsetInCU: 0x4D4, offset: 0xE55D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xB38, symBinAddr: 0xA50D4, symSize: 0xC }
+ - { offsetInCU: 0x4FB, offset: 0xE55F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0xB44, symBinAddr: 0xA50E0, symSize: 0x20 }
+ - { offsetInCU: 0x534, offset: 0xE5632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB64, symBinAddr: 0xA5100, symSize: 0x20 }
+ - { offsetInCU: 0x562, offset: 0xE5660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB64, symBinAddr: 0xA5100, symSize: 0x20 }
+ - { offsetInCU: 0x58D, offset: 0xE568B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xD08, symBinAddr: 0xA52A4, symSize: 0x64 }
+ - { offsetInCU: 0x5F3, offset: 0xE56F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xD6C, symBinAddr: 0xA5308, symSize: 0x28 }
+ - { offsetInCU: 0x607, offset: 0xE5705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD94, symBinAddr: 0xA5330, symSize: 0x8 }
+ - { offsetInCU: 0x63D, offset: 0xE573B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD9C, symBinAddr: 0xA5338, symSize: 0x68 }
+ - { offsetInCU: 0x6C2, offset: 0xE57C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xE04, symBinAddr: 0xA53A0, symSize: 0xC }
+ - { offsetInCU: 0x6DE, offset: 0xE57DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xE10, symBinAddr: 0xA53AC, symSize: 0xC }
+ - { offsetInCU: 0x705, offset: 0xE5803, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE6C, symBinAddr: 0xA5408, symSize: 0x4C }
+ - { offsetInCU: 0x748, offset: 0xE5846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCfD', symObjAddr: 0xEB8, symBinAddr: 0xA5454, symSize: 0x34 }
+ - { offsetInCU: 0x78B, offset: 0xE5889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xEEC, symBinAddr: 0xA5488, symSize: 0x2C }
+ - { offsetInCU: 0x7AE, offset: 0xE58AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0fG0A2aDP9inputTypeAA0f5InputI0OSgvgTW', symObjAddr: 0xF18, symBinAddr: 0xA54B4, symSize: 0x28 }
+ - { offsetInCU: 0x7CA, offset: 0xE58C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0fG0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0xF40, symBinAddr: 0xA54DC, symSize: 0x2C }
+ - { offsetInCU: 0x7E6, offset: 0xE58E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0deF11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xF6C, symBinAddr: 0xA5508, symSize: 0x28 }
+ - { offsetInCU: 0x803, offset: 0xE5901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCMa', symObjAddr: 0x45C, symBinAddr: 0xA4AC8, symSize: 0x20 }
+ - { offsetInCU: 0x817, offset: 0xE5915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVACSeAAWl', symObjAddr: 0x4F4, symBinAddr: 0xA4AE8, symSize: 0x44 }
+ - { offsetInCU: 0x84C, offset: 0xE594A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xF94, symBinAddr: 0xA5530, symSize: 0x4 }
+ - { offsetInCU: 0x860, offset: 0xE595E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xF98, symBinAddr: 0xA5534, symSize: 0x44 }
+ - { offsetInCU: 0x874, offset: 0xE5972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xFDC, symBinAddr: 0xA5578, symSize: 0x4 }
+ - { offsetInCU: 0x888, offset: 0xE5986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xFE0, symBinAddr: 0xA557C, symSize: 0x44 }
+ - { offsetInCU: 0x89C, offset: 0xE599A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1024, symBinAddr: 0xA55C0, symSize: 0x4 }
+ - { offsetInCU: 0x8B0, offset: 0xE59AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1028, symBinAddr: 0xA55C4, symSize: 0x44 }
+ - { offsetInCU: 0x8C4, offset: 0xE59C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0deF11CommandableAAWI', symObjAddr: 0x106C, symBinAddr: 0xA5608, symSize: 0x34 }
+ - { offsetInCU: 0x8D8, offset: 0xE59D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA11RespondableAAWI', symObjAddr: 0x10A0, symBinAddr: 0xA563C, symSize: 0x4C }
+ - { offsetInCU: 0x8EC, offset: 0xE59EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA8ResponseAAWI', symObjAddr: 0x10EC, symBinAddr: 0xA5688, symSize: 0x34 }
+ - { offsetInCU: 0x900, offset: 0xE59FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0x115C, symBinAddr: 0xA56F8, symSize: 0x34 }
+ - { offsetInCU: 0x914, offset: 0xE5A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwet', symObjAddr: 0x1424, symBinAddr: 0xA59B0, symSize: 0x90 }
+ - { offsetInCU: 0x928, offset: 0xE5A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwst', symObjAddr: 0x14B4, symBinAddr: 0xA5A40, symSize: 0xBC }
+ - { offsetInCU: 0x93C, offset: 0xE5A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwug', symObjAddr: 0x1570, symBinAddr: 0xA5AFC, symSize: 0x8 }
+ - { offsetInCU: 0x950, offset: 0xE5A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwup', symObjAddr: 0x1578, symBinAddr: 0xA5B04, symSize: 0x4 }
+ - { offsetInCU: 0x964, offset: 0xE5A62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwui', symObjAddr: 0x157C, symBinAddr: 0xA5B08, symSize: 0x8 }
+ - { offsetInCU: 0x978, offset: 0xE5A76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOMa', symObjAddr: 0x1584, symBinAddr: 0xA5B10, symSize: 0x10 }
+ - { offsetInCU: 0x9C1, offset: 0xE5ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB84, symBinAddr: 0xA5120, symSize: 0x88 }
+ - { offsetInCU: 0xA70, offset: 0xE5B6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xC0C, symBinAddr: 0xA51A8, symSize: 0x60 }
+ - { offsetInCU: 0xAEE, offset: 0xE5BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC6C, symBinAddr: 0xA5208, symSize: 0x40 }
+ - { offsetInCU: 0xB40, offset: 0xE5C3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCAC, symBinAddr: 0xA5248, symSize: 0x5C }
+ - { offsetInCU: 0xB9C, offset: 0xE5C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xE1C, symBinAddr: 0xA53B8, symSize: 0x28 }
+ - { offsetInCU: 0xBB8, offset: 0xE5CB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE44, symBinAddr: 0xA53E0, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xE5F05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0xA5B2C, symSize: 0x68 }
+ - { offsetInCU: 0x69, offset: 0xE5F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0xA5B2C, symSize: 0x68 }
+ - { offsetInCU: 0xA6, offset: 0xE5F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvg', symObjAddr: 0x68, symBinAddr: 0xA5B94, symSize: 0x54 }
+ - { offsetInCU: 0xEF, offset: 0xE5FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvsTo', symObjAddr: 0xBC, symBinAddr: 0xA5BE8, symSize: 0x68 }
+ - { offsetInCU: 0x136, offset: 0xE6014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvs', symObjAddr: 0x124, symBinAddr: 0xA5C50, symSize: 0x5C }
+ - { offsetInCU: 0x15F, offset: 0xE603D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvM', symObjAddr: 0x180, symBinAddr: 0xA5CAC, symSize: 0x44 }
+ - { offsetInCU: 0x1AC, offset: 0xE608A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvgTo', symObjAddr: 0x1C4, symBinAddr: 0xA5CF0, symSize: 0x78 }
+ - { offsetInCU: 0x1E1, offset: 0xE60BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvg', symObjAddr: 0x23C, symBinAddr: 0xA5D68, symSize: 0x54 }
+ - { offsetInCU: 0x22A, offset: 0xE6108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvsTo', symObjAddr: 0x290, symBinAddr: 0xA5DBC, symSize: 0x78 }
+ - { offsetInCU: 0x271, offset: 0xE614F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvs', symObjAddr: 0x308, symBinAddr: 0xA5E34, symSize: 0x5C }
+ - { offsetInCU: 0x29A, offset: 0xE6178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvM', symObjAddr: 0x364, symBinAddr: 0xA5E90, symSize: 0x44 }
+ - { offsetInCU: 0x2C9, offset: 0xE61A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvM.resume.0', symObjAddr: 0x3A8, symBinAddr: 0xA5ED4, symSize: 0x4 }
+ - { offsetInCU: 0x32A, offset: 0xE6208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfC', symObjAddr: 0x3AC, symBinAddr: 0xA5ED8, symSize: 0xEC }
+ - { offsetInCU: 0x373, offset: 0xE6251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfc', symObjAddr: 0x498, symBinAddr: 0xA5FC4, symSize: 0xE0 }
+ - { offsetInCU: 0x3A6, offset: 0xE6284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfcTo', symObjAddr: 0x598, symBinAddr: 0xA60C4, symSize: 0x104 }
+ - { offsetInCU: 0x423, offset: 0xE6301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfC', symObjAddr: 0x69C, symBinAddr: 0xA61C8, symSize: 0x74 }
+ - { offsetInCU: 0x46A, offset: 0xE6348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfc', symObjAddr: 0x710, symBinAddr: 0xA623C, symSize: 0x5C }
+ - { offsetInCU: 0x49D, offset: 0xE637B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfcTo', symObjAddr: 0x76C, symBinAddr: 0xA6298, symSize: 0x68 }
+ - { offsetInCU: 0x4E2, offset: 0xE63C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfC', symObjAddr: 0x7D4, symBinAddr: 0xA6300, symSize: 0x20 }
+ - { offsetInCU: 0x500, offset: 0xE63DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfc', symObjAddr: 0x7F4, symBinAddr: 0xA6320, symSize: 0x58 }
+ - { offsetInCU: 0x53B, offset: 0xE6419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfcTo', symObjAddr: 0x84C, symBinAddr: 0xA6378, symSize: 0x58 }
+ - { offsetInCU: 0x578, offset: 0xE6456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCfD', symObjAddr: 0x8A4, symBinAddr: 0xA63D0, symSize: 0x30 }
+ - { offsetInCU: 0x5A6, offset: 0xE6484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCMa', symObjAddr: 0x578, symBinAddr: 0xA60A4, symSize: 0x20 }
+ - { offsetInCU: 0x5BA, offset: 0xE6498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCfETo', symObjAddr: 0x9FC, symBinAddr: 0xA6528, symSize: 0x40 }
+ - { offsetInCU: 0x50, offset: 0xE66FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvpZ', symObjAddr: 0xC820, symBinAddr: 0x2BD0E8, symSize: 0x0 }
+ - { offsetInCU: 0x6B, offset: 0xE6719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvpZ', symObjAddr: 0xC830, symBinAddr: 0x2BD0F8, symSize: 0x0 }
+ - { offsetInCU: 0x86, offset: 0xE6734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvpZ', symObjAddr: 0xC840, symBinAddr: 0x2BD108, symSize: 0x0 }
+ - { offsetInCU: 0xA1, offset: 0xE674F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvpZ', symObjAddr: 0xC841, symBinAddr: 0x2BD109, symSize: 0x0 }
+ - { offsetInCU: 0xBC, offset: 0xE676A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvpZ', symObjAddr: 0xC842, symBinAddr: 0x2BD10A, symSize: 0x0 }
+ - { offsetInCU: 0xD7, offset: 0xE6785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvpZ', symObjAddr: 0x3AB09, symBinAddr: 0x2C8D80, symSize: 0x0 }
+ - { offsetInCU: 0x11A, offset: 0xE67C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO17canHaveLocalMediaSbvg', symObjAddr: 0x0, symBinAddr: 0xA6628, symSize: 0x128 }
+ - { offsetInCU: 0x265, offset: 0xE6913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO18canHaveRemoteMediaSbvg', symObjAddr: 0x128, symBinAddr: 0xA6750, symSize: 0x13C }
+ - { offsetInCU: 0x3E0, offset: 0xE6A8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO14asRTCDirectionSo017RTCRtpTransceiverF0Vvg', symObjAddr: 0x2ACC, symBinAddr: 0xA90F4, symSize: 0x14 }
+ - { offsetInCU: 0x3FF, offset: 0xE6AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8reversedAEvg', symObjAddr: 0x8158, symBinAddr: 0xAE780, symSize: 0x18 }
+ - { offsetInCU: 0x459, offset: 0xE6B07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8rawValueAESgSS_tcfC', symObjAddr: 0x8170, symBinAddr: 0xAE798, symSize: 0x5C }
+ - { offsetInCU: 0x4A2, offset: 0xE6B50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8rawValueSSvg', symObjAddr: 0x81CC, symBinAddr: 0xAE7F4, symSize: 0x20 }
+ - { offsetInCU: 0x4D0, offset: 0xE6B7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x8370, symBinAddr: 0xAE998, symSize: 0x64 }
+ - { offsetInCU: 0x536, offset: 0xE6BE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x83D4, symBinAddr: 0xAE9FC, symSize: 0x28 }
+ - { offsetInCU: 0x561, offset: 0xE6C0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO3keyAESSSg_tcfC', symObjAddr: 0x264, symBinAddr: 0xA688C, symSize: 0xC }
+ - { offsetInCU: 0x5B8, offset: 0xE6C66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO16peerConnectionIdSSSgvg', symObjAddr: 0x270, symBinAddr: 0xA6898, symSize: 0x34 }
+ - { offsetInCU: 0x605, offset: 0xE6CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO4hash4intoys6HasherVz_tF', symObjAddr: 0x7EDC, symBinAddr: 0xAE504, symSize: 0x5C }
+ - { offsetInCU: 0x67D, offset: 0xE6D2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO2eeoiySbAE_AEtFZ', symObjAddr: 0x7F38, symBinAddr: 0xAE560, symSize: 0x34 }
+ - { offsetInCU: 0x709, offset: 0xE6DB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO9hashValueSivg', symObjAddr: 0x7F6C, symBinAddr: 0xAE594, symSize: 0x70 }
+ - { offsetInCU: 0x80E, offset: 0xE6EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH9hashValueSivgTW', symObjAddr: 0x7FDC, symBinAddr: 0xAE604, symSize: 0x6C }
+ - { offsetInCU: 0x916, offset: 0xE6FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8048, symBinAddr: 0xAE670, symSize: 0x64 }
+ - { offsetInCU: 0x9BF, offset: 0xE706D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8114, symBinAddr: 0xAE73C, symSize: 0x44 }
+ - { offsetInCU: 0xA3B, offset: 0xE70E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifierAC10IdentifierOvg', symObjAddr: 0x2A4, symBinAddr: 0xA68CC, symSize: 0x38 }
+ - { offsetInCU: 0xA5A, offset: 0xE7108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6statusAA14NewValueStatusOvg', symObjAddr: 0x2DC, symBinAddr: 0xA6904, symSize: 0x44 }
+ - { offsetInCU: 0xA89, offset: 0xE7137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6statusAA14NewValueStatusOvM', symObjAddr: 0x32C, symBinAddr: 0xA6954, symSize: 0x44 }
+ - { offsetInCU: 0xAB8, offset: 0xE7166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x388, symBinAddr: 0xA69B0, symSize: 0x74 }
+ - { offsetInCU: 0xAE7, offset: 0xE7195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvw', symObjAddr: 0x400, symBinAddr: 0xA6A28, symSize: 0x244 }
+ - { offsetInCU: 0xD13, offset: 0xE73C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvW', symObjAddr: 0x644, symBinAddr: 0xA6C6C, symSize: 0x280 }
+ - { offsetInCU: 0xF3F, offset: 0xE75ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvg', symObjAddr: 0x8C4, symBinAddr: 0xA6EEC, symSize: 0x50 }
+ - { offsetInCU: 0xF6E, offset: 0xE761C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvs', symObjAddr: 0x914, symBinAddr: 0xA6F3C, symSize: 0xA0 }
+ - { offsetInCU: 0xF97, offset: 0xE7645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvM', symObjAddr: 0x9B4, symBinAddr: 0xA6FDC, symSize: 0x70 }
+ - { offsetInCU: 0xFF0, offset: 0xE769E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvM.resume.0', symObjAddr: 0xA24, symBinAddr: 0xA704C, symSize: 0x104 }
+ - { offsetInCU: 0x1032, offset: 0xE76E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11rtcClientIdSSvg', symObjAddr: 0xB28, symBinAddr: 0xA7150, symSize: 0x38 }
+ - { offsetInCU: 0x1061, offset: 0xE770F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14audioDirectionAC0G0Ovg', symObjAddr: 0xB60, symBinAddr: 0xA7188, symSize: 0x44 }
+ - { offsetInCU: 0x1090, offset: 0xE773E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14audioDirectionAC0G0OvM', symObjAddr: 0xBB0, symBinAddr: 0xA71D8, symSize: 0x44 }
+ - { offsetInCU: 0x10BF, offset: 0xE776D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14videoDirectionAC0G0Ovg', symObjAddr: 0xBF4, symBinAddr: 0xA721C, symSize: 0x44 }
+ - { offsetInCU: 0x10EE, offset: 0xE779C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14videoDirectionAC0G0OvM', symObjAddr: 0xC88, symBinAddr: 0xA72B0, symSize: 0x44 }
+ - { offsetInCU: 0x111D, offset: 0xE77CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10dataSourceAA0de4DataG0_pSgvM', symObjAddr: 0xD90, symBinAddr: 0xA73B8, symSize: 0x74 }
+ - { offsetInCU: 0x114C, offset: 0xE77FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12isICERestartSbvg', symObjAddr: 0xE7C, symBinAddr: 0xA74A4, symSize: 0x88 }
+ - { offsetInCU: 0x117B, offset: 0xE7829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11isInitiatorSbvg', symObjAddr: 0xF04, symBinAddr: 0xA752C, symSize: 0x10 }
+ - { offsetInCU: 0x11E1, offset: 0xE788F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16localDescription33_08B5134EDB172B155D44BB921E077E73LLAC9SDPStatusOvs', symObjAddr: 0xF4C, symBinAddr: 0xA7574, symSize: 0x214 }
+ - { offsetInCU: 0x12AA, offset: 0xE7958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16mediaConstraintsSo08RTCMediaG0Cvg', symObjAddr: 0x1160, symBinAddr: 0xA7788, symSize: 0x244 }
+ - { offsetInCU: 0x142C, offset: 0xE7ADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12audioSessionSo08RTCAudioG0CvgZ', symObjAddr: 0x13B0, symBinAddr: 0xA79D8, symSize: 0x2C }
+ - { offsetInCU: 0x1447, offset: 0xE7AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localAudioTrackSo08RTCAudioH0CSgvM', symObjAddr: 0x13F4, symBinAddr: 0xA7A1C, symSize: 0x44 }
+ - { offsetInCU: 0x1476, offset: 0xE7B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoSourceSo08RTCVideoG0Cvg', symObjAddr: 0x1438, symBinAddr: 0xA7A60, symSize: 0x10 }
+ - { offsetInCU: 0x14A3, offset: 0xE7B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localVideoTrackSo08RTCVideoH0CSgvW', symObjAddr: 0x1448, symBinAddr: 0xA7A70, symSize: 0xD8 }
+ - { offsetInCU: 0x151C, offset: 0xE7BCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localVideoTrackSo08RTCVideoH0CSgvM', symObjAddr: 0x1540, symBinAddr: 0xA7B68, symSize: 0x48 }
+ - { offsetInCU: 0x154B, offset: 0xE7BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvg', symObjAddr: 0x15EC, symBinAddr: 0xA7C14, symSize: 0x84 }
+ - { offsetInCU: 0x157A, offset: 0xE7C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvs', symObjAddr: 0x1670, symBinAddr: 0xA7C98, symSize: 0x8C }
+ - { offsetInCU: 0x15B9, offset: 0xE7C67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvM', symObjAddr: 0x16FC, symBinAddr: 0xA7D24, symSize: 0x44 }
+ - { offsetInCU: 0x15E8, offset: 0xE7C96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvM.resume.0', symObjAddr: 0x1740, symBinAddr: 0xA7D68, symSize: 0x4 }
+ - { offsetInCU: 0x1613, offset: 0xE7CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13videoCapturerSo08RTCVideoG0CSgvM', symObjAddr: 0x175C, symBinAddr: 0xA7D84, symSize: 0x44 }
+ - { offsetInCU: 0x1642, offset: 0xE7CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16remoteVideoTrackSo08RTCVideoH0CSgvW', symObjAddr: 0x17A0, symBinAddr: 0xA7DC8, symSize: 0x158 }
+ - { offsetInCU: 0x16E7, offset: 0xE7D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16remoteVideoTrackSo08RTCVideoH0CSgvM', symObjAddr: 0x1994, symBinAddr: 0xA7FBC, symSize: 0x48 }
+ - { offsetInCU: 0x1716, offset: 0xE7DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9audioSinkAA0ab5AudioG0Cvg', symObjAddr: 0x1A24, symBinAddr: 0xA804C, symSize: 0x10 }
+ - { offsetInCU: 0x1743, offset: 0xE7DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14localVideoSinkAA0abgH0CSgvM', symObjAddr: 0x1A4C, symBinAddr: 0xA8074, symSize: 0x44 }
+ - { offsetInCU: 0x1772, offset: 0xE7E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15remoteVideoSinkAA0abgH0CSgvM', symObjAddr: 0x1AA8, symBinAddr: 0xA80D0, symSize: 0x44 }
+ - { offsetInCU: 0x17A1, offset: 0xE7E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16audioTransceiverSo06RTCRtpG0CSgvM', symObjAddr: 0x1B04, symBinAddr: 0xA812C, symSize: 0x44 }
+ - { offsetInCU: 0x17D0, offset: 0xE7E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16videoTransceiverSo06RTCRtpG0CSgvM', symObjAddr: 0x1B60, symBinAddr: 0xA8188, symSize: 0x44 }
+ - { offsetInCU: 0x17FF, offset: 0xE7EAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnectionSo07RTCPeerG0CSgvM', symObjAddr: 0x1C54, symBinAddr: 0xA827C, symSize: 0x44 }
+ - { offsetInCU: 0x182E, offset: 0xE7EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC7factorySo24RTCPeerConnectionFactoryCvg', symObjAddr: 0x1C98, symBinAddr: 0xA82C0, symSize: 0x10 }
+ - { offsetInCU: 0x185B, offset: 0xE7F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19localSignalingStateSo012RTCSignalingH0VSgvM', symObjAddr: 0x1CC0, symBinAddr: 0xA82E8, symSize: 0x44 }
+ - { offsetInCU: 0x188A, offset: 0xE7F38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20remoteSignalingStateSo012RTCSignalingH0VSgvM', symObjAddr: 0x1DB8, symBinAddr: 0xA83E0, symSize: 0x44 }
+ - { offsetInCU: 0x18D7, offset: 0xE7F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15hasSetRemoteSDPSbvg', symObjAddr: 0x1DFC, symBinAddr: 0xA8424, symSize: 0x1C }
+ - { offsetInCU: 0x1907, offset: 0xE7FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15hasSetRemoteSDPSbvg', symObjAddr: 0x1DFC, symBinAddr: 0xA8424, symSize: 0x1C }
+ - { offsetInCU: 0x1942, offset: 0xE7FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvg', symObjAddr: 0x1E28, symBinAddr: 0xA8450, symSize: 0x48 }
+ - { offsetInCU: 0x1971, offset: 0xE801F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvs', symObjAddr: 0x1E70, symBinAddr: 0xA8498, symSize: 0x50 }
+ - { offsetInCU: 0x19B0, offset: 0xE805E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvM', symObjAddr: 0x1EC0, symBinAddr: 0xA84E8, symSize: 0x44 }
+ - { offsetInCU: 0x19DF, offset: 0xE808D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvg', symObjAddr: 0x1F04, symBinAddr: 0xA852C, symSize: 0x44 }
+ - { offsetInCU: 0x1A0E, offset: 0xE80BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvs', symObjAddr: 0x1F48, symBinAddr: 0xA8570, symSize: 0x48 }
+ - { offsetInCU: 0x1A49, offset: 0xE80F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvM', symObjAddr: 0x1F90, symBinAddr: 0xA85B8, symSize: 0x44 }
+ - { offsetInCU: 0x1A78, offset: 0xE8126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfC', symObjAddr: 0x1FD4, symBinAddr: 0xA85FC, symSize: 0xB0 }
+ - { offsetInCU: 0x1AFC, offset: 0xE81AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfc', symObjAddr: 0x2084, symBinAddr: 0xA86AC, symSize: 0x5F8 }
+ - { offsetInCU: 0x1DB1, offset: 0xE845F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21peerConnectionFactory4withSo07RTCPeergH0CAA0aB9AudioSinkC_tFZ', symObjAddr: 0x2680, symBinAddr: 0xA8CA8, symSize: 0x98 }
+ - { offsetInCU: 0x1E76, offset: 0xE8524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16peerConnectionId6client14turnCredential8delegateACSS_AcA04TurnK0CSgAA0dE8Delegate_pSgtcfC', symObjAddr: 0x2718, symBinAddr: 0xA8D40, symSize: 0xD4 }
+ - { offsetInCU: 0x1EE5, offset: 0xE8593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20createPeerConnection4withyAA14TurnCredentialCSg_tF', symObjAddr: 0x27EC, symBinAddr: 0xA8E14, symSize: 0x204 }
+ - { offsetInCU: 0x200C, offset: 0xE86BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC18rtpTransceiverInit3forSo06RTCRtpgH0CAC9DirectionO_tF', symObjAddr: 0x29F4, symBinAddr: 0xA901C, symSize: 0xD8 }
+ - { offsetInCU: 0x20F5, offset: 0xE87A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9configureyyF', symObjAddr: 0x2AE0, symBinAddr: 0xA9108, symSize: 0x14 }
+ - { offsetInCU: 0x2122, offset: 0xE87D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfD', symObjAddr: 0x2AF4, symBinAddr: 0xA911C, symSize: 0x168 }
+ - { offsetInCU: 0x222D, offset: 0xE88DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfDTo', symObjAddr: 0x2C5C, symBinAddr: 0xA9284, symSize: 0x24 }
+ - { offsetInCU: 0x2249, offset: 0xE88F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5clearyyF', symObjAddr: 0x2DFC, symBinAddr: 0xA9424, symSize: 0x1AC }
+ - { offsetInCU: 0x2354, offset: 0xE8A02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16releaseResourcesyyF', symObjAddr: 0x2FA8, symBinAddr: 0xA95D0, symSize: 0x168 }
+ - { offsetInCU: 0x2383, offset: 0xE8A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10clearSinksyyF', symObjAddr: 0x3110, symBinAddr: 0xA9738, symSize: 0xD0 }
+ - { offsetInCU: 0x23DC, offset: 0xE8A8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6update17remoteDescriptionySo010RTCSessionH0CSg_tF', symObjAddr: 0x31E0, symBinAddr: 0xA9808, symSize: 0x118 }
+ - { offsetInCU: 0x245A, offset: 0xE8B08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8updating17remoteDescriptionySo010RTCSessionH0CSg_tF', symObjAddr: 0x32F8, symBinAddr: 0xA9920, symSize: 0x48 }
+ - { offsetInCU: 0x24D8, offset: 0xE8B86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC23updateRemoteDescriptionyyF', symObjAddr: 0x3340, symBinAddr: 0xA9968, symSize: 0x78 }
+ - { offsetInCU: 0x255B, offset: 0xE8C09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5offer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tF', symObjAddr: 0x33EC, symBinAddr: 0xA9A14, symSize: 0x6C0 }
+ - { offsetInCU: 0x272A, offset: 0xE8DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6answer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tF', symObjAddr: 0x3B34, symBinAddr: 0xAA15C, symSize: 0x3B0 }
+ - { offsetInCU: 0x282B, offset: 0xE8ED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtF', symObjAddr: 0x3F78, symBinAddr: 0xAA5A0, symSize: 0x2B8 }
+ - { offsetInCU: 0x2A34, offset: 0xE90E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtFyALcfU_', symObjAddr: 0x4230, symBinAddr: 0xAA858, symSize: 0x2F4 }
+ - { offsetInCU: 0x2BE7, offset: 0xE9295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtF', symObjAddr: 0x4574, symBinAddr: 0xAAB9C, symSize: 0x36C }
+ - { offsetInCU: 0x2E01, offset: 0xE94AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_', symObjAddr: 0x48E0, symBinAddr: 0xAAF08, symSize: 0x36C }
+ - { offsetInCU: 0x3108, offset: 0xE97B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_ySo17RTCRtpTransceiverCXEfU_Tf0ns_n', symObjAddr: 0x4C4C, symBinAddr: 0xAB274, symSize: 0x6F4 }
+ - { offsetInCU: 0x3564, offset: 0xE9C12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3add9candidateyAA9CandidateC_tF', symObjAddr: 0x5340, symBinAddr: 0xAB968, symSize: 0x1A8 }
+ - { offsetInCU: 0x369D, offset: 0xE9D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6remove10candidatesySayAA9CandidateCG_tF', symObjAddr: 0x54E8, symBinAddr: 0xABB10, symSize: 0x350 }
+ - { offsetInCU: 0x3A38, offset: 0xEA0E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11reportError_8functionys0G0_pSg_SStF', symObjAddr: 0x5838, symBinAddr: 0xABE60, symSize: 0x280 }
+ - { offsetInCU: 0x3BF4, offset: 0xEA2A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11changeState2toyAA014PeerConnectionG0C_tF', symObjAddr: 0x5AB8, symBinAddr: 0xAC0E0, symSize: 0x20C }
+ - { offsetInCU: 0x3D8D, offset: 0xEA43B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5closeyyF', symObjAddr: 0x5CC4, symBinAddr: 0xAC2EC, symSize: 0x7C }
+ - { offsetInCU: 0x3DBE, offset: 0xEA46C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfC', symObjAddr: 0x5D40, symBinAddr: 0xAC368, symSize: 0x20 }
+ - { offsetInCU: 0x3DDC, offset: 0xEA48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfc', symObjAddr: 0x5D60, symBinAddr: 0xAC388, symSize: 0x2C }
+ - { offsetInCU: 0x3E3F, offset: 0xEA4ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfcTo', symObjAddr: 0x5D8C, symBinAddr: 0xAC3B4, symSize: 0x2C }
+ - { offsetInCU: 0x3EE2, offset: 0xEA590, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP10identifier10IdentifierQzvgTW', symObjAddr: 0x86B0, symBinAddr: 0xAEB10, symSize: 0x18 }
+ - { offsetInCU: 0x3F02, offset: 0xEA5B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP10identifier10IdentifierQzvgTW', symObjAddr: 0x86B0, symBinAddr: 0xAEB10, symSize: 0x18 }
+ - { offsetInCU: 0x3F1D, offset: 0xEA5CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvgTW', symObjAddr: 0x86C8, symBinAddr: 0xAEB28, symSize: 0x1C }
+ - { offsetInCU: 0x3F39, offset: 0xEA5E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvsTW', symObjAddr: 0x86E4, symBinAddr: 0xAEB44, symSize: 0x1C }
+ - { offsetInCU: 0x3F55, offset: 0xEA603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvMTW', symObjAddr: 0x8700, symBinAddr: 0xAEB60, symSize: 0x5C }
+ - { offsetInCU: 0x3F71, offset: 0xEA61F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvMTW.resume.0', symObjAddr: 0x875C, symBinAddr: 0xAEBBC, symSize: 0x2C }
+ - { offsetInCU: 0x4083, offset: 0xEA731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO9activeSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0xF14, symBinAddr: 0xA753C, symSize: 0x38 }
+ - { offsetInCU: 0x4112, offset: 0xEA7C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO12hasActiveSDPSbvg', symObjAddr: 0x1E18, symBinAddr: 0xA8440, symSize: 0x10 }
+ - { offsetInCU: 0x4171, offset: 0xEA81F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO11updatingSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x33B8, symBinAddr: 0xA99E0, symSize: 0x34 }
+ - { offsetInCU: 0x4211, offset: 0xEA8BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvau', symObjAddr: 0x13A4, symBinAddr: 0xA79CC, symSize: 0xC }
+ - { offsetInCU: 0x4289, offset: 0xEA937, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvpACTk', symObjAddr: 0x1594, symBinAddr: 0xA7BBC, symSize: 0x58 }
+ - { offsetInCU: 0x42DD, offset: 0xEA98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14createRandomId6suffixS2SSg_tFZ', symObjAddr: 0x267C, symBinAddr: 0xA8CA4, symSize: 0x4 }
+ - { offsetInCU: 0x4300, offset: 0xEA9AE, size: 0x8, addend: 0x0, symName: '_$sSo16RTCConfigurationC13SendBirdCallsE6create4withAbC14TurnCredentialCSg_tFZ', symObjAddr: 0x29F0, symBinAddr: 0xA9018, symSize: 0x4 }
+ - { offsetInCU: 0x4335, offset: 0xEA9E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfETo', symObjAddr: 0x2C80, symBinAddr: 0xA92A8, symSize: 0x17C }
+ - { offsetInCU: 0x4364, offset: 0xEAA12, size: 0x8, addend: 0x0, symName: '_$sSo21RTCSessionDescriptionCSgs5Error_pSgIeggg_ACSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x3ABC, symBinAddr: 0xAA0E4, symSize: 0x78 }
+ - { offsetInCU: 0x43B8, offset: 0xEAA66, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgIegg_So7NSErrorCSgIeyBy_TR', symObjAddr: 0x4524, symBinAddr: 0xAAB4C, symSize: 0x50 }
+ - { offsetInCU: 0x460C, offset: 0xEACBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CF', symObjAddr: 0x5DB8, symBinAddr: 0xAC3E0, symSize: 0x4 }
+ - { offsetInCU: 0x462F, offset: 0xEACDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CFTo', symObjAddr: 0x5DBC, symBinAddr: 0xAC3E4, symSize: 0x4C }
+ - { offsetInCU: 0x4680, offset: 0xEAD2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So17RTCSignalingStateVtF', symObjAddr: 0x5E08, symBinAddr: 0xAC430, symSize: 0x624 }
+ - { offsetInCU: 0x4AD8, offset: 0xEB186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So17RTCSignalingStateVtFTo', symObjAddr: 0x6474, symBinAddr: 0xACA9C, symSize: 0x64 }
+ - { offsetInCU: 0x4B21, offset: 0xEB1CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So06RTCIceG5StateVtF', symObjAddr: 0x64D8, symBinAddr: 0xACB00, symSize: 0x480 }
+ - { offsetInCU: 0x4DAC, offset: 0xEB45A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvau', symObjAddr: 0x6978, symBinAddr: 0xACFA0, symSize: 0xC }
+ - { offsetInCU: 0x4DCB, offset: 0xEB479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So06RTCIceG5StateVtFTo', symObjAddr: 0x6984, symBinAddr: 0xACFAC, symSize: 0x64 }
+ - { offsetInCU: 0x4DE7, offset: 0xEB495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtF', symObjAddr: 0x69E8, symBinAddr: 0xAD010, symSize: 0x4 }
+ - { offsetInCU: 0x4E0A, offset: 0xEB4B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtFTo', symObjAddr: 0x69EC, symBinAddr: 0xAD014, symSize: 0x54 }
+ - { offsetInCU: 0x4E3D, offset: 0xEB4EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_11didGenerateySo07RTCPeerG0C_So15RTCIceCandidateCtF', symObjAddr: 0x6A40, symBinAddr: 0xAD068, symSize: 0x2A8 }
+ - { offsetInCU: 0x5048, offset: 0xEB6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x6CF4, symBinAddr: 0xAD31C, symSize: 0x32C }
+ - { offsetInCU: 0x52C6, offset: 0xEB974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_SaySo15RTCIceCandidateCGtFTo', symObjAddr: 0x7020, symBinAddr: 0xAD648, symSize: 0x98 }
+ - { offsetInCU: 0x52E2, offset: 0xEB990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_7didOpenySo07RTCPeerG0C_So14RTCDataChannelCtF', symObjAddr: 0x70B8, symBinAddr: 0xAD6E0, symSize: 0x4 }
+ - { offsetInCU: 0x531C, offset: 0xEB9CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtF', symObjAddr: 0x70C8, symBinAddr: 0xAD6F0, symSize: 0x40C }
+ - { offsetInCU: 0x557A, offset: 0xEBC28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFyAC16RTPPacketMonitorC4InfoVcfU_', symObjAddr: 0x74EC, symBinAddr: 0xADB14, symSize: 0xCC }
+ - { offsetInCU: 0x55D1, offset: 0xEBC7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFTo', symObjAddr: 0x75B8, symBinAddr: 0xADBE0, symSize: 0x64 }
+ - { offsetInCU: 0x55ED, offset: 0xEBC9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAddySo07RTCPeerG0C_So14RTCMediaStreamCtF', symObjAddr: 0x761C, symBinAddr: 0xADC44, symSize: 0x2C }
+ - { offsetInCU: 0x5609, offset: 0xEBCB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_So14RTCMediaStreamCtF', symObjAddr: 0x76EC, symBinAddr: 0xADD14, symSize: 0x2C }
+ - { offsetInCU: 0x5625, offset: 0xEBCD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtF', symObjAddr: 0x7734, symBinAddr: 0xADD5C, symSize: 0x4 }
+ - { offsetInCU: 0x5648, offset: 0xEBCF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtFTo', symObjAddr: 0x7738, symBinAddr: 0xADD60, symSize: 0xB0 }
+ - { offsetInCU: 0x567B, offset: 0xEBD29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_So14RTCRtpReceiverCtF', symObjAddr: 0x77E8, symBinAddr: 0xADE10, symSize: 0x338 }
+ - { offsetInCU: 0x5899, offset: 0xEBF47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_19didStartReceivingOnySo07RTCPeerG0C_So17RTCRtpTransceiverCtF', symObjAddr: 0x7BB0, symBinAddr: 0xAE1D8, symSize: 0x4 }
+ - { offsetInCU: 0x58B5, offset: 0xEBF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvau', symObjAddr: 0x7C34, symBinAddr: 0xAE25C, symSize: 0xC }
+ - { offsetInCU: 0x58DB, offset: 0xEBF89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvgZ', symObjAddr: 0x7C40, symBinAddr: 0xAE268, symSize: 0x1C }
+ - { offsetInCU: 0x58F7, offset: 0xEBFA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvgZ', symObjAddr: 0x7C5C, symBinAddr: 0xAE284, symSize: 0x1C }
+ - { offsetInCU: 0x5913, offset: 0xEBFC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantVAEycfC', symObjAddr: 0x7C78, symBinAddr: 0xAE2A0, symSize: 0x4 }
+ - { offsetInCU: 0x5933, offset: 0xEBFE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvau', symObjAddr: 0x7C7C, symBinAddr: 0xAE2A4, symSize: 0xC }
+ - { offsetInCU: 0x5959, offset: 0xEC007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvgZ', symObjAddr: 0x7C88, symBinAddr: 0xAE2B0, symSize: 0x8 }
+ - { offsetInCU: 0x5975, offset: 0xEC023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvgZ', symObjAddr: 0x7C9C, symBinAddr: 0xAE2C4, symSize: 0x8 }
+ - { offsetInCU: 0x5991, offset: 0xEC03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvgZ', symObjAddr: 0x7CB0, symBinAddr: 0xAE2D8, symSize: 0x8 }
+ - { offsetInCU: 0x59AD, offset: 0xEC05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvgZ', symObjAddr: 0x7CB8, symBinAddr: 0xAE2E0, symSize: 0x8 }
+ - { offsetInCU: 0x59C9, offset: 0xEC077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionVAEycfC', symObjAddr: 0x7CC0, symBinAddr: 0xAE2E8, symSize: 0x4 }
+ - { offsetInCU: 0x59E9, offset: 0xEC097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvau', symObjAddr: 0x7C90, symBinAddr: 0xAE2B8, symSize: 0xC }
+ - { offsetInCU: 0x5A08, offset: 0xEC0B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvau', symObjAddr: 0x7CA4, symBinAddr: 0xAE2CC, symSize: 0xC }
+ - { offsetInCU: 0x5A53, offset: 0xEC101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10iceServers33_08B5134EDB172B155D44BB921E077E73LLSaySo12RTCIceServerCGvg', symObjAddr: 0x7CC4, symBinAddr: 0xAE2EC, symSize: 0x130 }
+ - { offsetInCU: 0x5B07, offset: 0xEC1B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10iceServers33_08B5134EDB172B155D44BB921E077E73LLSaySo12RTCIceServerCGvg4urlsL_SaySSGvg', symObjAddr: 0x7DF4, symBinAddr: 0xAE41C, symSize: 0xE8 }
+ - { offsetInCU: 0x5D69, offset: 0xEC417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22PeerConnectionStatable_pWOc', symObjAddr: 0x83FC, symBinAddr: 0xAEA24, symSize: 0x44 }
+ - { offsetInCU: 0x5D88, offset: 0xEC436, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_SSTg5', symObjAddr: 0x8788, symBinAddr: 0xAEBE8, symSize: 0x54 }
+ - { offsetInCU: 0x5E0A, offset: 0xEC4B8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x87E4, symBinAddr: 0xAEC44, symSize: 0x4C }
+ - { offsetInCU: 0x5EB3, offset: 0xEC561, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x8830, symBinAddr: 0xAEC90, symSize: 0x90 }
+ - { offsetInCU: 0x5F46, offset: 0xEC5F4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFSo8NSObjectC_ALTg5', symObjAddr: 0x899C, symBinAddr: 0xAEDD8, symSize: 0xD8 }
+ - { offsetInCU: 0x5FB2, offset: 0xEC660, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x8ABC, symBinAddr: 0xAEEF8, symSize: 0xC8 }
+ - { offsetInCU: 0x6013, offset: 0xEC6C1, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SSTg5', symObjAddr: 0x8C9C, symBinAddr: 0xAF0D8, symSize: 0xD8 }
+ - { offsetInCU: 0x60C9, offset: 0xEC777, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF13SendBirdCalls12WebRTCClientC10IdentifierO_AGTg5', symObjAddr: 0x8D74, symBinAddr: 0xAF1B0, symSize: 0x104 }
+ - { offsetInCU: 0x61FF, offset: 0xEC8AD, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSo8NSObjectC_AFTg5', symObjAddr: 0x8E78, symBinAddr: 0xAF2B4, symSize: 0x128 }
+ - { offsetInCU: 0x633F, offset: 0xEC9ED, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SiTg5', symObjAddr: 0x90D4, symBinAddr: 0xAF510, symSize: 0xF8 }
+ - { offsetInCU: 0x645F, offset: 0xECB0D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls13TaskOperationCTg5', symObjAddr: 0x91F4, symBinAddr: 0xAF630, symSize: 0x104 }
+ - { offsetInCU: 0x653D, offset: 0xECBEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14createRandomId6suffixS2SSg_tFZTf4nd_n', symObjAddr: 0x92F8, symBinAddr: 0xAF734, symSize: 0x1EC }
+ - { offsetInCU: 0x6632, offset: 0xECCE0, size: 0x8, addend: 0x0, symName: '_$sSo16RTCConfigurationC13SendBirdCallsE6create4withAbC14TurnCredentialCSg_tFZTf4nd_n', symObjAddr: 0x94E4, symBinAddr: 0xAF920, symSize: 0x2E4 }
+ - { offsetInCU: 0x682E, offset: 0xECEDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22PeerConnectionStatable_pWOb', symObjAddr: 0x990C, symBinAddr: 0xAFC04, symSize: 0x18 }
+ - { offsetInCU: 0x6842, offset: 0xECEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCMa', symObjAddr: 0x9924, symBinAddr: 0xAFC1C, symSize: 0x20 }
+ - { offsetInCU: 0x6856, offset: 0xECF04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5offer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tFyAH_AJtcfU_TA', symObjAddr: 0x9990, symBinAddr: 0xAFC64, symSize: 0x1C }
+ - { offsetInCU: 0x686A, offset: 0xECF18, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x99AC, symBinAddr: 0xAFC80, symSize: 0x10 }
+ - { offsetInCU: 0x687E, offset: 0xECF2C, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x99BC, symBinAddr: 0xAFC90, symSize: 0x8 }
+ - { offsetInCU: 0x6892, offset: 0xECF40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_TA', symObjAddr: 0x9A00, symBinAddr: 0xAFCD4, symSize: 0xC }
+ - { offsetInCU: 0x68A6, offset: 0xECF54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CFTf4nd_n', symObjAddr: 0x9A1C, symBinAddr: 0xAFCE0, symSize: 0x1B0 }
+ - { offsetInCU: 0x6A2C, offset: 0xED0DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtFTf4nnd_n', symObjAddr: 0x9BCC, symBinAddr: 0xAFE90, symSize: 0x25C }
+ - { offsetInCU: 0x6C7A, offset: 0xED328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_7didOpenySo07RTCPeerG0C_So14RTCDataChannelCtFTf4nnd_n', symObjAddr: 0x9E54, symBinAddr: 0xB0118, symSize: 0x22C }
+ - { offsetInCU: 0x6E77, offset: 0xED525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFyAC16RTPPacketMonitorC4InfoVcfU_TA', symObjAddr: 0xA080, symBinAddr: 0xB0344, symSize: 0x8 }
+ - { offsetInCU: 0x6E96, offset: 0xED544, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtFTf4nnnd_n', symObjAddr: 0xA29C, symBinAddr: 0xB0560, symSize: 0x298 }
+ - { offsetInCU: 0x7165, offset: 0xED813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_19didStartReceivingOnySo07RTCPeerG0C_So17RTCRtpTransceiverCtFTf4nnd_n', symObjAddr: 0xA534, symBinAddr: 0xB07F8, symSize: 0x2B4 }
+ - { offsetInCU: 0x736E, offset: 0xEDA1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASQWb', symObjAddr: 0xA7E8, symBinAddr: 0xB0AAC, symSize: 0x4 }
+ - { offsetInCU: 0x7382, offset: 0xEDA30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOAESQAAWl', symObjAddr: 0xA7EC, symBinAddr: 0xB0AB0, symSize: 0x44 }
+ - { offsetInCU: 0x7396, offset: 0xEDA44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASQWb', symObjAddr: 0xA830, symBinAddr: 0xB0AF4, symSize: 0x4 }
+ - { offsetInCU: 0x73AA, offset: 0xEDA58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESQAAWl', symObjAddr: 0xA834, symBinAddr: 0xB0AF8, symSize: 0x44 }
+ - { offsetInCU: 0x73CA, offset: 0xEDA78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantVMa', symObjAddr: 0xBC7C, symBinAddr: 0xB1F40, symSize: 0x10 }
+ - { offsetInCU: 0x73DE, offset: 0xEDA8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionVMa', symObjAddr: 0xBC8C, symBinAddr: 0xB1F50, symSize: 0x10 }
+ - { offsetInCU: 0x73F2, offset: 0xEDAA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwCP', symObjAddr: 0xBC9C, symBinAddr: 0xB1F60, symSize: 0x2C }
+ - { offsetInCU: 0x7406, offset: 0xEDAB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwxx', symObjAddr: 0xBCC8, symBinAddr: 0xB1F8C, symSize: 0x8 }
+ - { offsetInCU: 0x741A, offset: 0xEDAC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwcp', symObjAddr: 0xBCD0, symBinAddr: 0xB1F94, symSize: 0x2C }
+ - { offsetInCU: 0x742E, offset: 0xEDADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwca', symObjAddr: 0xBCFC, symBinAddr: 0xB1FC0, symSize: 0x40 }
+ - { offsetInCU: 0x7442, offset: 0xEDAF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwta', symObjAddr: 0xBD48, symBinAddr: 0xB2000, symSize: 0x30 }
+ - { offsetInCU: 0x7456, offset: 0xEDB04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwet', symObjAddr: 0xBD78, symBinAddr: 0xB2030, symSize: 0x50 }
+ - { offsetInCU: 0x746A, offset: 0xEDB18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwst', symObjAddr: 0xBDC8, symBinAddr: 0xB2080, symSize: 0x54 }
+ - { offsetInCU: 0x747E, offset: 0xEDB2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwug', symObjAddr: 0xBE1C, symBinAddr: 0xB20D4, symSize: 0x18 }
+ - { offsetInCU: 0x7492, offset: 0xEDB40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwup', symObjAddr: 0xBE34, symBinAddr: 0xB20EC, symSize: 0x4 }
+ - { offsetInCU: 0x74A6, offset: 0xEDB54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwui', symObjAddr: 0xBE38, symBinAddr: 0xB20F0, symSize: 0x20 }
+ - { offsetInCU: 0x74BA, offset: 0xEDB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOMa', symObjAddr: 0xBE58, symBinAddr: 0xB2110, symSize: 0x10 }
+ - { offsetInCU: 0x74CE, offset: 0xEDB7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwCP', symObjAddr: 0xBE68, symBinAddr: 0xB2120, symSize: 0x34 }
+ - { offsetInCU: 0x74E2, offset: 0xEDB90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwxx', symObjAddr: 0xBE9C, symBinAddr: 0xB2154, symSize: 0x8 }
+ - { offsetInCU: 0x74F6, offset: 0xEDBA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwcp', symObjAddr: 0xBEA4, symBinAddr: 0xB215C, symSize: 0x34 }
+ - { offsetInCU: 0x750A, offset: 0xEDBB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwca', symObjAddr: 0xBED8, symBinAddr: 0xB2190, symSize: 0x40 }
+ - { offsetInCU: 0x751E, offset: 0xEDBCC, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0xBF18, symBinAddr: 0xB21D0, symSize: 0x14 }
+ - { offsetInCU: 0x7532, offset: 0xEDBE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwta', symObjAddr: 0xBF2C, symBinAddr: 0xB21E4, symSize: 0x38 }
+ - { offsetInCU: 0x7546, offset: 0xEDBF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwet', symObjAddr: 0xBF64, symBinAddr: 0xB221C, symSize: 0x48 }
+ - { offsetInCU: 0x755A, offset: 0xEDC08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwst', symObjAddr: 0xBFAC, symBinAddr: 0xB2264, symSize: 0x44 }
+ - { offsetInCU: 0x756E, offset: 0xEDC1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwug', symObjAddr: 0xBFF0, symBinAddr: 0xB22A8, symSize: 0x18 }
+ - { offsetInCU: 0x7582, offset: 0xEDC30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwup', symObjAddr: 0xC008, symBinAddr: 0xB22C0, symSize: 0x4 }
+ - { offsetInCU: 0x7596, offset: 0xEDC44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwui', symObjAddr: 0xC00C, symBinAddr: 0xB22C4, symSize: 0x18 }
+ - { offsetInCU: 0x75AA, offset: 0xEDC58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOMa', symObjAddr: 0xC024, symBinAddr: 0xB22DC, symSize: 0x10 }
+ - { offsetInCU: 0x75BE, offset: 0xEDC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwet', symObjAddr: 0xC044, symBinAddr: 0xB22EC, symSize: 0x90 }
+ - { offsetInCU: 0x75D2, offset: 0xEDC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwst', symObjAddr: 0xC0D4, symBinAddr: 0xB237C, symSize: 0xBC }
+ - { offsetInCU: 0x75E6, offset: 0xEDC94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwug', symObjAddr: 0xC190, symBinAddr: 0xB2438, symSize: 0x8 }
+ - { offsetInCU: 0x75FA, offset: 0xEDCA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwup', symObjAddr: 0xC198, symBinAddr: 0xB2440, symSize: 0x4 }
+ - { offsetInCU: 0x760E, offset: 0xEDCBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwui', symObjAddr: 0xC19C, symBinAddr: 0xB2444, symSize: 0x8 }
+ - { offsetInCU: 0x7622, offset: 0xEDCD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOMa', symObjAddr: 0xC1A4, symBinAddr: 0xB244C, symSize: 0x10 }
+ - { offsetInCU: 0x7636, offset: 0xEDCE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtFyALcfU_TA', symObjAddr: 0xC1E0, symBinAddr: 0xB2488, symSize: 0x8 }
+ - { offsetInCU: 0x764A, offset: 0xEDCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20WebRTCClientDelegate_pSgXwWOh', symObjAddr: 0xC1E8, symBinAddr: 0xB2490, symSize: 0x24 }
+ - { offsetInCU: 0x765E, offset: 0xEDD0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOr', symObjAddr: 0xC20C, symBinAddr: 0xB24B4, symSize: 0x34 }
+ - { offsetInCU: 0x7672, offset: 0xEDD20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESYAAWl', symObjAddr: 0xC240, symBinAddr: 0xB24E8, symSize: 0x44 }
+ - { offsetInCU: 0x79DD, offset: 0xEE08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x80AC, symBinAddr: 0xAE6D4, symSize: 0x68 }
+ - { offsetInCU: 0x7A9A, offset: 0xEE148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x81EC, symBinAddr: 0xAE814, symSize: 0x88 }
+ - { offsetInCU: 0x7B41, offset: 0xEE1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x8274, symBinAddr: 0xAE89C, symSize: 0x60 }
+ - { offsetInCU: 0x7BBF, offset: 0xEE26D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x82D4, symBinAddr: 0xAE8FC, symSize: 0x40 }
+ - { offsetInCU: 0x7C11, offset: 0xEE2BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8314, symBinAddr: 0xAE93C, symSize: 0x5C }
+ - { offsetInCU: 0x7C6D, offset: 0xEE31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8608, symBinAddr: 0xAEA68, symSize: 0x5C }
+ - { offsetInCU: 0x7C90, offset: 0xEE33E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8664, symBinAddr: 0xAEAC4, symSize: 0x4C }
+ - { offsetInCU: 0xDE, offset: 0xEEB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11AudioChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tF', symObjAddr: 0x28, symBinAddr: 0xB25E8, symSize: 0x350 }
+ - { offsetInCU: 0x2BF, offset: 0xEED2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11VideoChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tF', symObjAddr: 0x4E8, symBinAddr: 0xB2AA8, symSize: 0x4B4 }
+ - { offsetInCU: 0x599, offset: 0xEF007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0xBD0, symBinAddr: 0xB3190, symSize: 0x5D4 }
+ - { offsetInCU: 0x78D, offset: 0xEF1FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_', symObjAddr: 0x11A4, symBinAddr: 0xB3764, symSize: 0xA8 }
+ - { offsetInCU: 0x7C1, offset: 0xEF22F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFTo', symObjAddr: 0x124C, symBinAddr: 0xB380C, symSize: 0x74 }
+ - { offsetInCU: 0x841, offset: 0xEF2AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x12C0, symBinAddr: 0xB3880, symSize: 0xC0 }
+ - { offsetInCU: 0x8CE, offset: 0xEF33C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfc', symObjAddr: 0x1380, symBinAddr: 0xB3940, symSize: 0x74 }
+ - { offsetInCU: 0x947, offset: 0xEF3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfcTo', symObjAddr: 0x13F4, symBinAddr: 0xB39B4, symSize: 0xE8 }
+ - { offsetInCU: 0xA06, offset: 0xEF474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x14DC, symBinAddr: 0xB3A9C, symSize: 0x6C }
+ - { offsetInCU: 0xA54, offset: 0xEF4C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1548, symBinAddr: 0xB3B08, symSize: 0x5C }
+ - { offsetInCU: 0xA7D, offset: 0xEF4EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCfD', symObjAddr: 0x15A4, symBinAddr: 0xB3B64, symSize: 0x30 }
+ - { offsetInCU: 0xAB7, offset: 0xEF525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_TA', symObjAddr: 0x17B8, symBinAddr: 0xB3C48, symSize: 0xC }
+ - { offsetInCU: 0xACB, offset: 0xEF539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x1810, symBinAddr: 0xB3C64, symSize: 0x8 }
+ - { offsetInCU: 0xADF, offset: 0xEF54D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCMa', symObjAddr: 0x18B8, symBinAddr: 0xB3CA8, symSize: 0x20 }
+ - { offsetInCU: 0xAF3, offset: 0xEF561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x1994, symBinAddr: 0xB3D84, symSize: 0x8 }
+ - { offsetInCU: 0xB07, offset: 0xEF575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x1A60, symBinAddr: 0xB3E10, symSize: 0x44 }
+ - { offsetInCU: 0xB1B, offset: 0xEF589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x1AA4, symBinAddr: 0xB3E54, symSize: 0x44 }
+ - { offsetInCU: 0xB2F, offset: 0xEF59D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11AudioChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tFyAA04RoomG15SettingResponseVSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x1B28, symBinAddr: 0xB3E98, symSize: 0x18 }
+ - { offsetInCU: 0xB43, offset: 0xEF5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x1B68, symBinAddr: 0xB3ED8, symSize: 0x44 }
+ - { offsetInCU: 0xB57, offset: 0xEF5C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x1BAC, symBinAddr: 0xB3F1C, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0xEF94E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB3F78, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xEF966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB3F78, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0xEF980, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0xB3F7C, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xEF9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xB3FB8, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xEF9D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0xB3FE0, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xEFA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0xB4020, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xEFA1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0xB4024, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0xEFA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB4, symBinAddr: 0xB402C, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0xEFA4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV9inviterIdSSvg', symObjAddr: 0xBC, symBinAddr: 0xB4034, symSize: 0x2C }
+ - { offsetInCU: 0x144, offset: 0xEFA6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0xE8, symBinAddr: 0xB4060, symSize: 0x8 }
+ - { offsetInCU: 0x158, offset: 0xEFA7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvs', symObjAddr: 0xF0, symBinAddr: 0xB4068, symSize: 0x28 }
+ - { offsetInCU: 0x174, offset: 0xEFA9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvM', symObjAddr: 0x118, symBinAddr: 0xB4090, symSize: 0x10 }
+ - { offsetInCU: 0x190, offset: 0xEFAB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvM.resume.0', symObjAddr: 0x128, symBinAddr: 0xB40A0, symSize: 0x4 }
+ - { offsetInCU: 0x1AC, offset: 0xEFAD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6roomId07inviterH015shortLivedTokenACSS_S2StcfC', symObjAddr: 0x12C, symBinAddr: 0xB40A4, symSize: 0xFC }
+ - { offsetInCU: 0x2AF, offset: 0xEFBD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x268, symBinAddr: 0xB41A0, symSize: 0x18 }
+ - { offsetInCU: 0x2CF, offset: 0xEFBF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x280, symBinAddr: 0xB41B8, symSize: 0x6C }
+ - { offsetInCU: 0x308, offset: 0xEFC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2EC, symBinAddr: 0xB4224, symSize: 0x6C }
+ - { offsetInCU: 0x33E, offset: 0xEFC65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x358, symBinAddr: 0xB4290, symSize: 0x8 }
+ - { offsetInCU: 0x365, offset: 0xEFC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x360, symBinAddr: 0xB4298, symSize: 0xC }
+ - { offsetInCU: 0x38C, offset: 0xEFCB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x36C, symBinAddr: 0xB42A4, symSize: 0x38 }
+ - { offsetInCU: 0x3B3, offset: 0xEFCDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x3A4, symBinAddr: 0xB42DC, symSize: 0x38 }
+ - { offsetInCU: 0x3E9, offset: 0xEFD10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x560, symBinAddr: 0xB4498, symSize: 0x70 }
+ - { offsetInCU: 0x41D, offset: 0xEFD44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0xB4508, symSize: 0x28 }
+ - { offsetInCU: 0x431, offset: 0xEFD58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5F8, symBinAddr: 0xB4530, symSize: 0x8 }
+ - { offsetInCU: 0x467, offset: 0xEFD8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x600, symBinAddr: 0xB4538, symSize: 0x74 }
+ - { offsetInCU: 0x4B2, offset: 0xEFDD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x674, symBinAddr: 0xB45AC, symSize: 0xC }
+ - { offsetInCU: 0x4CE, offset: 0xEFDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x680, symBinAddr: 0xB45B8, symSize: 0xC }
+ - { offsetInCU: 0x4FA, offset: 0xEFE21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x6DC, symBinAddr: 0xB4614, symSize: 0x40 }
+ - { offsetInCU: 0x531, offset: 0xEFE58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x71C, symBinAddr: 0xB4654, symSize: 0x8 }
+ - { offsetInCU: 0x55C, offset: 0xEFE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x724, symBinAddr: 0xB465C, symSize: 0x8 }
+ - { offsetInCU: 0x59D, offset: 0xEFEC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x72C, symBinAddr: 0xB4664, symSize: 0x8 }
+ - { offsetInCU: 0x5E5, offset: 0xEFF0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x734, symBinAddr: 0xB466C, symSize: 0x18 }
+ - { offsetInCU: 0x61D, offset: 0xEFF44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x74C, symBinAddr: 0xB4684, symSize: 0x124 }
+ - { offsetInCU: 0x6CD, offset: 0xEFFF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0xB47A8, symSize: 0x4 }
+ - { offsetInCU: 0x6E1, offset: 0xF0008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x874, symBinAddr: 0xB47AC, symSize: 0x44 }
+ - { offsetInCU: 0x6F5, offset: 0xF001C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B8, symBinAddr: 0xB47F0, symSize: 0x4 }
+ - { offsetInCU: 0x709, offset: 0xF0030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8BC, symBinAddr: 0xB47F4, symSize: 0x44 }
+ - { offsetInCU: 0x71D, offset: 0xF0044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0xB4838, symSize: 0x4 }
+ - { offsetInCU: 0x731, offset: 0xF0058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x904, symBinAddr: 0xB483C, symSize: 0x44 }
+ - { offsetInCU: 0x745, offset: 0xF006C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x948, symBinAddr: 0xB4880, symSize: 0x24 }
+ - { offsetInCU: 0x759, offset: 0xF0080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x96C, symBinAddr: 0xB48A4, symSize: 0x44 }
+ - { offsetInCU: 0x76D, offset: 0xF0094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x9B0, symBinAddr: 0xB48E8, symSize: 0x4 }
+ - { offsetInCU: 0x781, offset: 0xF00A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x9F8, symBinAddr: 0xB48EC, symSize: 0x24 }
+ - { offsetInCU: 0x795, offset: 0xF00BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0xA1C, symBinAddr: 0xB4910, symSize: 0x44 }
+ - { offsetInCU: 0x7A9, offset: 0xF00D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA11RequestableAAWI', symObjAddr: 0xA60, symBinAddr: 0xB4954, symSize: 0x2C }
+ - { offsetInCU: 0x7BD, offset: 0xF00E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA0F0AAWl', symObjAddr: 0xA8C, symBinAddr: 0xB4980, symSize: 0x44 }
+ - { offsetInCU: 0x7D1, offset: 0xF00F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xAD0, symBinAddr: 0xB49C4, symSize: 0x44 }
+ - { offsetInCU: 0x7E5, offset: 0xF010C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0AAWI', symObjAddr: 0xB14, symBinAddr: 0xB4A08, symSize: 0x24 }
+ - { offsetInCU: 0x7F9, offset: 0xF0120, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVACSEAAWl', symObjAddr: 0xB38, symBinAddr: 0xB4A2C, symSize: 0x44 }
+ - { offsetInCU: 0x80D, offset: 0xF0134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB7C, symBinAddr: 0xB4A70, symSize: 0x24 }
+ - { offsetInCU: 0x821, offset: 0xF0148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwCP', symObjAddr: 0xBA0, symBinAddr: 0xB4A94, symSize: 0x30 }
+ - { offsetInCU: 0x835, offset: 0xF015C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwxx', symObjAddr: 0xBD0, symBinAddr: 0xB4AC4, symSize: 0x30 }
+ - { offsetInCU: 0x849, offset: 0xF0170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwcp', symObjAddr: 0xC00, symBinAddr: 0xB4AF4, symSize: 0x54 }
+ - { offsetInCU: 0x85D, offset: 0xF0184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwca', symObjAddr: 0xC54, symBinAddr: 0xB4B48, symSize: 0x84 }
+ - { offsetInCU: 0x871, offset: 0xF0198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwta', symObjAddr: 0xCEC, symBinAddr: 0xB4BCC, symSize: 0x5C }
+ - { offsetInCU: 0x885, offset: 0xF01AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwet', symObjAddr: 0xD48, symBinAddr: 0xB4C28, symSize: 0x48 }
+ - { offsetInCU: 0x899, offset: 0xF01C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwst', symObjAddr: 0xD90, symBinAddr: 0xB4C70, symSize: 0x48 }
+ - { offsetInCU: 0x8AD, offset: 0xF01D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVMa', symObjAddr: 0xDD8, symBinAddr: 0xB4CB8, symSize: 0x10 }
+ - { offsetInCU: 0x8C1, offset: 0xF01E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwet', symObjAddr: 0xDF8, symBinAddr: 0xB4CC8, symSize: 0x90 }
+ - { offsetInCU: 0x8D5, offset: 0xF01FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwst', symObjAddr: 0xE88, symBinAddr: 0xB4D58, symSize: 0xBC }
+ - { offsetInCU: 0x8E9, offset: 0xF0210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwug', symObjAddr: 0xF44, symBinAddr: 0xB4E14, symSize: 0x8 }
+ - { offsetInCU: 0x8FD, offset: 0xF0224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwup', symObjAddr: 0xF4C, symBinAddr: 0xB4E1C, symSize: 0x4 }
+ - { offsetInCU: 0x911, offset: 0xF0238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwui', symObjAddr: 0xF50, symBinAddr: 0xB4E20, symSize: 0xC }
+ - { offsetInCU: 0x925, offset: 0xF024C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOMa', symObjAddr: 0xF5C, symBinAddr: 0xB4E2C, symSize: 0x10 }
+ - { offsetInCU: 0x939, offset: 0xF0260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xF6C, symBinAddr: 0xB4E3C, symSize: 0x44 }
+ - { offsetInCU: 0x9B2, offset: 0xF02D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3DC, symBinAddr: 0xB4314, symSize: 0x88 }
+ - { offsetInCU: 0xA61, offset: 0xF0388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x464, symBinAddr: 0xB439C, symSize: 0x60 }
+ - { offsetInCU: 0xAF7, offset: 0xF041E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C4, symBinAddr: 0xB43FC, symSize: 0x40 }
+ - { offsetInCU: 0xB49, offset: 0xF0470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x504, symBinAddr: 0xB443C, symSize: 0x5C }
+ - { offsetInCU: 0xBBD, offset: 0xF04E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x68C, symBinAddr: 0xB45C4, symSize: 0x28 }
+ - { offsetInCU: 0xBD9, offset: 0xF0500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6B4, symBinAddr: 0xB45EC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xF0740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xB4E84, symSize: 0x6C }
+ - { offsetInCU: 0x4B, offset: 0xF0764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xB4E84, symSize: 0x6C }
+ - { offsetInCU: 0x6A, offset: 0xF0783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueSSvg', symObjAddr: 0xAC, symBinAddr: 0xB4EF0, symSize: 0x40 }
+ - { offsetInCU: 0xBA, offset: 0xF07D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2B8, symBinAddr: 0xB50FC, symSize: 0x70 }
+ - { offsetInCU: 0xEE, offset: 0xF0807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x328, symBinAddr: 0xB516C, symSize: 0x28 }
+ - { offsetInCU: 0x119, offset: 0xF0832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASQWb', symObjAddr: 0x174, symBinAddr: 0xB4FB8, symSize: 0x4 }
+ - { offsetInCU: 0x12D, offset: 0xF0846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSQAAWl', symObjAddr: 0x178, symBinAddr: 0xB4FBC, symSize: 0x44 }
+ - { offsetInCU: 0x14C, offset: 0xF0865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwet', symObjAddr: 0x408, symBinAddr: 0xB523C, symSize: 0x90 }
+ - { offsetInCU: 0x160, offset: 0xF0879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwst', symObjAddr: 0x498, symBinAddr: 0xB52CC, symSize: 0xBC }
+ - { offsetInCU: 0x174, offset: 0xF088D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwug', symObjAddr: 0x554, symBinAddr: 0xB5388, symSize: 0x8 }
+ - { offsetInCU: 0x188, offset: 0xF08A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwup', symObjAddr: 0x55C, symBinAddr: 0xB5390, symSize: 0x4 }
+ - { offsetInCU: 0x19C, offset: 0xF08B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwui', symObjAddr: 0x560, symBinAddr: 0xB5394, symSize: 0xC }
+ - { offsetInCU: 0x1B0, offset: 0xF08C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOMa', symObjAddr: 0x56C, symBinAddr: 0xB53A0, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0xF08DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSYAAWl', symObjAddr: 0x57C, symBinAddr: 0xB53B0, symSize: 0x44 }
+ - { offsetInCU: 0x207, offset: 0xF0920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEC, symBinAddr: 0xB4F30, symSize: 0x88 }
+ - { offsetInCU: 0x2B6, offset: 0xF09CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1BC, symBinAddr: 0xB5000, symSize: 0x60 }
+ - { offsetInCU: 0x34C, offset: 0xF0A65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x21C, symBinAddr: 0xB5060, symSize: 0x40 }
+ - { offsetInCU: 0x39E, offset: 0xF0AB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x25C, symBinAddr: 0xB50A0, symSize: 0x5C }
+ - { offsetInCU: 0x418, offset: 0xF0B31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x350, symBinAddr: 0xB5194, symSize: 0x5C }
+ - { offsetInCU: 0x43B, offset: 0xF0B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3AC, symBinAddr: 0xB51F0, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0xF0D3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB53F4, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xF0D53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB53F4, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xF0D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0xB5414, symSize: 0x40 }
+ - { offsetInCU: 0x8A, offset: 0xF0D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0xB5454, symSize: 0x68 }
+ - { offsetInCU: 0xAB, offset: 0xF0DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xC8, symBinAddr: 0xB54BC, symSize: 0x6C }
+ - { offsetInCU: 0xD4, offset: 0xF0DE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x134, symBinAddr: 0xB5528, symSize: 0x6C }
+ - { offsetInCU: 0xFD, offset: 0xF0E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0xB5594, symSize: 0x4 }
+ - { offsetInCU: 0x119, offset: 0xF0E2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1A4, symBinAddr: 0xB5598, symSize: 0x4 }
+ - { offsetInCU: 0x135, offset: 0xF0E49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1A8, symBinAddr: 0xB559C, symSize: 0xC }
+ - { offsetInCU: 0x149, offset: 0xF0E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x1B4, symBinAddr: 0xB55A8, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0xF0E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV14customItemKeysSaySSGvg', symObjAddr: 0x1E4, symBinAddr: 0xB55D8, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0xF0E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6roomId14customItemKeysACSS_SaySSGtcfC', symObjAddr: 0x1EC, symBinAddr: 0xB55E0, symSize: 0x14 }
+ - { offsetInCU: 0x1D8, offset: 0xF0EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x200, symBinAddr: 0xB55F4, symSize: 0x58 }
+ - { offsetInCU: 0x211, offset: 0xF0F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x258, symBinAddr: 0xB564C, symSize: 0x58 }
+ - { offsetInCU: 0x247, offset: 0xF0F5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2B0, symBinAddr: 0xB56A4, symSize: 0x8 }
+ - { offsetInCU: 0x26E, offset: 0xF0F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2B8, symBinAddr: 0xB56AC, symSize: 0xC }
+ - { offsetInCU: 0x296, offset: 0xF0FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C4, symBinAddr: 0xB56B8, symSize: 0x4 }
+ - { offsetInCU: 0x2AA, offset: 0xF0FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x2C8, symBinAddr: 0xB56BC, symSize: 0x4 }
+ - { offsetInCU: 0x2DC, offset: 0xF0FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x434, symBinAddr: 0xB5828, symSize: 0x64 }
+ - { offsetInCU: 0x310, offset: 0xF1024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x498, symBinAddr: 0xB588C, symSize: 0x24 }
+ - { offsetInCU: 0x348, offset: 0xF105C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4BC, symBinAddr: 0xB58B0, symSize: 0x4 }
+ - { offsetInCU: 0x368, offset: 0xF107C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4BC, symBinAddr: 0xB58B0, symSize: 0x4 }
+ - { offsetInCU: 0x393, offset: 0xF10A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0xB58B4, symSize: 0x68 }
+ - { offsetInCU: 0x3DE, offset: 0xF10F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x528, symBinAddr: 0xB591C, symSize: 0xC }
+ - { offsetInCU: 0x3FA, offset: 0xF110E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x534, symBinAddr: 0xB5928, symSize: 0xC }
+ - { offsetInCU: 0x416, offset: 0xF112A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x70C, symBinAddr: 0xB5AC0, symSize: 0x10 }
+ - { offsetInCU: 0x433, offset: 0xF1147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x590, symBinAddr: 0xB5984, symSize: 0x18 }
+ - { offsetInCU: 0x456, offset: 0xF116A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x5A8, symBinAddr: 0xB599C, symSize: 0x68 }
+ - { offsetInCU: 0x48D, offset: 0xF11A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x610, symBinAddr: 0xB5A04, symSize: 0x8 }
+ - { offsetInCU: 0x4B8, offset: 0xF11CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x618, symBinAddr: 0xB5A0C, symSize: 0x8 }
+ - { offsetInCU: 0x500, offset: 0xF1214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x620, symBinAddr: 0xB5A14, symSize: 0x18 }
+ - { offsetInCU: 0x538, offset: 0xF124C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x638, symBinAddr: 0xB5A2C, symSize: 0x94 }
+ - { offsetInCU: 0x5AB, offset: 0xF12BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x71C, symBinAddr: 0xB5AD0, symSize: 0xFC }
+ - { offsetInCU: 0x68F, offset: 0xF13A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x818, symBinAddr: 0xB5BCC, symSize: 0x4 }
+ - { offsetInCU: 0x6A3, offset: 0xF13B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x81C, symBinAddr: 0xB5BD0, symSize: 0x44 }
+ - { offsetInCU: 0x6B7, offset: 0xF13CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x860, symBinAddr: 0xB5C14, symSize: 0x4 }
+ - { offsetInCU: 0x6CB, offset: 0xF13DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x864, symBinAddr: 0xB5C18, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0xF13F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0x8A8, symBinAddr: 0xB5C5C, symSize: 0x4 }
+ - { offsetInCU: 0x6F3, offset: 0xF1407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0x8AC, symBinAddr: 0xB5C60, symSize: 0x44 }
+ - { offsetInCU: 0x707, offset: 0xF141B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x8F0, symBinAddr: 0xB5CA4, symSize: 0x24 }
+ - { offsetInCU: 0x71B, offset: 0xF142F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x914, symBinAddr: 0xB5CC8, symSize: 0x44 }
+ - { offsetInCU: 0x72F, offset: 0xF1443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x958, symBinAddr: 0xB5D0C, symSize: 0x4 }
+ - { offsetInCU: 0x743, offset: 0xF1457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x95C, symBinAddr: 0xB5D10, symSize: 0x48 }
+ - { offsetInCU: 0x757, offset: 0xF146B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x9A4, symBinAddr: 0xB5D58, symSize: 0x2C }
+ - { offsetInCU: 0x76B, offset: 0xF147F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0x9D0, symBinAddr: 0xB5D84, symSize: 0x44 }
+ - { offsetInCU: 0x77F, offset: 0xF1493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA14, symBinAddr: 0xB5DC8, symSize: 0x44 }
+ - { offsetInCU: 0x793, offset: 0xF14A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0xA58, symBinAddr: 0xB5E0C, symSize: 0x24 }
+ - { offsetInCU: 0x7A7, offset: 0xF14BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0xA7C, symBinAddr: 0xB5E30, symSize: 0x44 }
+ - { offsetInCU: 0x7BB, offset: 0xF14CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAC0, symBinAddr: 0xB5E74, symSize: 0x24 }
+ - { offsetInCU: 0x7CF, offset: 0xF14E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwCP', symObjAddr: 0xAE4, symBinAddr: 0xB5E98, symSize: 0x30 }
+ - { offsetInCU: 0x7E3, offset: 0xF14F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwxx', symObjAddr: 0xB14, symBinAddr: 0xB5EC8, symSize: 0x28 }
+ - { offsetInCU: 0x7F7, offset: 0xF150B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwcp', symObjAddr: 0xB3C, symBinAddr: 0xB5EF0, symSize: 0x44 }
+ - { offsetInCU: 0x80B, offset: 0xF151F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwca', symObjAddr: 0xB80, symBinAddr: 0xB5F34, symSize: 0x6C }
+ - { offsetInCU: 0x81F, offset: 0xF1533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwta', symObjAddr: 0xBF8, symBinAddr: 0xB5FA0, symSize: 0x4C }
+ - { offsetInCU: 0x833, offset: 0xF1547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwet', symObjAddr: 0xC44, symBinAddr: 0xB5FEC, symSize: 0x48 }
+ - { offsetInCU: 0x847, offset: 0xF155B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwst', symObjAddr: 0xC8C, symBinAddr: 0xB6034, symSize: 0x40 }
+ - { offsetInCU: 0x85B, offset: 0xF156F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVMa', symObjAddr: 0xCCC, symBinAddr: 0xB6074, symSize: 0x10 }
+ - { offsetInCU: 0x86F, offset: 0xF1583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwet', symObjAddr: 0xCE4, symBinAddr: 0xB6084, symSize: 0x50 }
+ - { offsetInCU: 0x883, offset: 0xF1597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwst', symObjAddr: 0xD34, symBinAddr: 0xB60D4, symSize: 0x8C }
+ - { offsetInCU: 0x897, offset: 0xF15AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0xDC0, symBinAddr: 0xB6160, symSize: 0x8 }
+ - { offsetInCU: 0x8AB, offset: 0xF15BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0xDC8, symBinAddr: 0xB6168, symSize: 0x4 }
+ - { offsetInCU: 0x8BF, offset: 0xF15D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0xDCC, symBinAddr: 0xB616C, symSize: 0x4 }
+ - { offsetInCU: 0x8D3, offset: 0xF15E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0xDD0, symBinAddr: 0xB6170, symSize: 0x10 }
+ - { offsetInCU: 0x8E7, offset: 0xF15FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0xDE0, symBinAddr: 0xB6180, symSize: 0x44 }
+ - { offsetInCU: 0x8FB, offset: 0xF160F, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSEsSERzlWl', symObjAddr: 0xE48, symBinAddr: 0xB61C4, symSize: 0x5C }
+ - { offsetInCU: 0x94A, offset: 0xF165E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2CC, symBinAddr: 0xB56C0, symSize: 0x80 }
+ - { offsetInCU: 0xA2E, offset: 0xF1742, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x34C, symBinAddr: 0xB5740, symSize: 0x58 }
+ - { offsetInCU: 0xAD9, offset: 0xF17ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3A4, symBinAddr: 0xB5798, symSize: 0x3C }
+ - { offsetInCU: 0xB40, offset: 0xF1854, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xB57D4, symSize: 0x54 }
+ - { offsetInCU: 0xBC9, offset: 0xF18DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0xB5934, symSize: 0x28 }
+ - { offsetInCU: 0xBE5, offset: 0xF18F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x568, symBinAddr: 0xB595C, symSize: 0x28 }
+ - { offsetInCU: 0x79, offset: 0xF1BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0ACSo06RTCIceD0C_tcfC', symObjAddr: 0x0, symBinAddr: 0xB6220, symSize: 0x6C }
+ - { offsetInCU: 0xBE, offset: 0xF1C01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC3sdpSSSgvg', symObjAddr: 0x6C, symBinAddr: 0xB628C, symSize: 0x80 }
+ - { offsetInCU: 0xED, offset: 0xF1C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC13sdpMlineIndexs5Int32VSgvg', symObjAddr: 0xEC, symBinAddr: 0xB630C, symSize: 0x68 }
+ - { offsetInCU: 0x11C, offset: 0xF1C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC6sdpMidSSSgvg', symObjAddr: 0x154, symBinAddr: 0xB6374, symSize: 0x88 }
+ - { offsetInCU: 0x14B, offset: 0xF1C8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvg', symObjAddr: 0x1DC, symBinAddr: 0xB63FC, symSize: 0x44 }
+ - { offsetInCU: 0x167, offset: 0xF1CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvs', symObjAddr: 0x220, symBinAddr: 0xB6440, symSize: 0x44 }
+ - { offsetInCU: 0x183, offset: 0xF1CC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvM', symObjAddr: 0x264, symBinAddr: 0xB6484, symSize: 0x3C }
+ - { offsetInCU: 0x19F, offset: 0xF1CE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0xB64C0, symSize: 0x4 }
+ - { offsetInCU: 0x1BB, offset: 0xF1CFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0ACSo06RTCIceD0C_tcfc', symObjAddr: 0x2A4, symBinAddr: 0xB64C4, symSize: 0x58 }
+ - { offsetInCU: 0x1E4, offset: 0xF1D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC3sdp0E10MlineIndex0E3MidACSS_s5Int32VSSSgtcfC', symObjAddr: 0x2FC, symBinAddr: 0xB651C, symSize: 0xD4 }
+ - { offsetInCU: 0x25D, offset: 0xF1DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3D0, symBinAddr: 0xB65F0, symSize: 0x4C }
+ - { offsetInCU: 0x282, offset: 0xF1DC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x41C, symBinAddr: 0xB663C, symSize: 0x274 }
+ - { offsetInCU: 0x30B, offset: 0xF1E4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC6encode2toys7Encoder_p_tKF', symObjAddr: 0x758, symBinAddr: 0xB68F4, symSize: 0x2EC }
+ - { offsetInCU: 0x379, offset: 0xF1EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO8rawValueSSvg', symObjAddr: 0xADC, symBinAddr: 0xB6C34, symSize: 0x20 }
+ - { offsetInCU: 0x3B2, offset: 0xF1EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO11stringValueSSvg', symObjAddr: 0xAFC, symBinAddr: 0xB6C54, symSize: 0x20 }
+ - { offsetInCU: 0x3E0, offset: 0xF1F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO11stringValueSSvg', symObjAddr: 0xAFC, symBinAddr: 0xB6C54, symSize: 0x20 }
+ - { offsetInCU: 0x434, offset: 0xF1F77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xB40, symBinAddr: 0xB6C98, symSize: 0x64 }
+ - { offsetInCU: 0x49A, offset: 0xF1FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xBA4, symBinAddr: 0xB6CFC, symSize: 0x28 }
+ - { offsetInCU: 0x4B6, offset: 0xF1FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xBCC, symBinAddr: 0xB6D24, symSize: 0x8 }
+ - { offsetInCU: 0x4EC, offset: 0xF202F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBD4, symBinAddr: 0xB6D2C, symSize: 0x68 }
+ - { offsetInCU: 0x571, offset: 0xF20B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xC3C, symBinAddr: 0xB6D94, symSize: 0xC }
+ - { offsetInCU: 0x58D, offset: 0xF20D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xC48, symBinAddr: 0xB6DA0, symSize: 0xC }
+ - { offsetInCU: 0x5AB, offset: 0xF20EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCfd', symObjAddr: 0xCA4, symBinAddr: 0xB6DFC, symSize: 0x1C }
+ - { offsetInCU: 0x5E6, offset: 0xF2129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCfD', symObjAddr: 0xCC0, symBinAddr: 0xB6E18, symSize: 0x24 }
+ - { offsetInCU: 0x631, offset: 0xF2174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xCE4, symBinAddr: 0xB6E3C, symSize: 0x2C }
+ - { offsetInCU: 0x654, offset: 0xF2197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD10, symBinAddr: 0xB6E68, symSize: 0x28 }
+ - { offsetInCU: 0x678, offset: 0xF21BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs0E3KeyAAWl', symObjAddr: 0x6F4, symBinAddr: 0xB68B0, symSize: 0x44 }
+ - { offsetInCU: 0x68C, offset: 0xF21CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCMa', symObjAddr: 0xDA8, symBinAddr: 0xB6F00, symSize: 0x20 }
+ - { offsetInCU: 0x6A0, offset: 0xF21E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwet', symObjAddr: 0xE8C, symBinAddr: 0xB6FD4, symSize: 0x90 }
+ - { offsetInCU: 0x6B4, offset: 0xF21F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwst', symObjAddr: 0xF1C, symBinAddr: 0xB7064, symSize: 0xBC }
+ - { offsetInCU: 0x6C8, offset: 0xF220B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwug', symObjAddr: 0xFD8, symBinAddr: 0xB7120, symSize: 0x8 }
+ - { offsetInCU: 0x6DC, offset: 0xF221F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwup', symObjAddr: 0xFE0, symBinAddr: 0xB7128, symSize: 0x4 }
+ - { offsetInCU: 0x6F0, offset: 0xF2233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwui', symObjAddr: 0xFE4, symBinAddr: 0xB712C, symSize: 0x8 }
+ - { offsetInCU: 0x704, offset: 0xF2247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOMa', symObjAddr: 0xFEC, symBinAddr: 0xB7134, symSize: 0x10 }
+ - { offsetInCU: 0x718, offset: 0xF225B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASQWb', symObjAddr: 0xFFC, symBinAddr: 0xB7144, symSize: 0x4 }
+ - { offsetInCU: 0x72C, offset: 0xF226F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFSQAAWl', symObjAddr: 0x1000, symBinAddr: 0xB7148, symSize: 0x44 }
+ - { offsetInCU: 0x740, offset: 0xF2283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1044, symBinAddr: 0xB718C, symSize: 0x4 }
+ - { offsetInCU: 0x754, offset: 0xF2297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1048, symBinAddr: 0xB7190, symSize: 0x44 }
+ - { offsetInCU: 0x768, offset: 0xF22AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x108C, symBinAddr: 0xB71D4, symSize: 0x4 }
+ - { offsetInCU: 0x77C, offset: 0xF22BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1090, symBinAddr: 0xB71D8, symSize: 0x44 }
+ - { offsetInCU: 0x7A1, offset: 0xF22E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB1C, symBinAddr: 0xB6C74, symSize: 0xC }
+ - { offsetInCU: 0x7BD, offset: 0xF2300, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB28, symBinAddr: 0xB6C80, symSize: 0x8 }
+ - { offsetInCU: 0x7D9, offset: 0xF231C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB30, symBinAddr: 0xB6C88, symSize: 0x8 }
+ - { offsetInCU: 0x7F5, offset: 0xF2338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB38, symBinAddr: 0xB6C90, symSize: 0x8 }
+ - { offsetInCU: 0x817, offset: 0xF235A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xC54, symBinAddr: 0xB6DAC, symSize: 0x28 }
+ - { offsetInCU: 0x833, offset: 0xF2376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC7C, symBinAddr: 0xB6DD4, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xF2649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB721C, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0xF2661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xB721C, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0xF267B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0xB7220, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0xF26AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xB725C, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0xF26CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0xB7284, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0xF26FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0xB72C4, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0xF271A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAC, symBinAddr: 0xB72C8, symSize: 0x4 }
+ - { offsetInCU: 0x10C, offset: 0xF272E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0xB72CC, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0xF274A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfC', symObjAddr: 0xB8, symBinAddr: 0xB72D4, symSize: 0xC4 }
+ - { offsetInCU: 0x1D7, offset: 0xF27F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1BC, symBinAddr: 0xB7398, symSize: 0x4 }
+ - { offsetInCU: 0x223, offset: 0xF2845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x270, symBinAddr: 0xB7408, symSize: 0x40 }
+ - { offsetInCU: 0x25A, offset: 0xF287C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x3CC, symBinAddr: 0xB7564, symSize: 0x8 }
+ - { offsetInCU: 0x285, offset: 0xF28A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3D4, symBinAddr: 0xB756C, symSize: 0x8 }
+ - { offsetInCU: 0x2B7, offset: 0xF28D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x468, symBinAddr: 0xB7600, symSize: 0x4 }
+ - { offsetInCU: 0x2FC, offset: 0xF291E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x1C0, symBinAddr: 0xB739C, symSize: 0x24 }
+ - { offsetInCU: 0x310, offset: 0xF2932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1E4, symBinAddr: 0xB73C0, symSize: 0x44 }
+ - { offsetInCU: 0x324, offset: 0xF2946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x228, symBinAddr: 0xB7404, symSize: 0x4 }
+ - { offsetInCU: 0x338, offset: 0xF295A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x2B0, symBinAddr: 0xB7448, symSize: 0x24 }
+ - { offsetInCU: 0x34C, offset: 0xF296E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x2D4, symBinAddr: 0xB746C, symSize: 0x44 }
+ - { offsetInCU: 0x360, offset: 0xF2982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x318, symBinAddr: 0xB74B0, symSize: 0x2C }
+ - { offsetInCU: 0x374, offset: 0xF2996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA0F0AAWl', symObjAddr: 0x344, symBinAddr: 0xB74DC, symSize: 0x44 }
+ - { offsetInCU: 0x388, offset: 0xF29AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x388, symBinAddr: 0xB7520, symSize: 0x44 }
+ - { offsetInCU: 0x39C, offset: 0xF29BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0AAWI', symObjAddr: 0x3DC, symBinAddr: 0xB7574, symSize: 0x24 }
+ - { offsetInCU: 0x3B0, offset: 0xF29D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVACSEAAWl', symObjAddr: 0x400, symBinAddr: 0xB7598, symSize: 0x44 }
+ - { offsetInCU: 0x3C4, offset: 0xF29E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x444, symBinAddr: 0xB75DC, symSize: 0x24 }
+ - { offsetInCU: 0x3D8, offset: 0xF29FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwCP', symObjAddr: 0x46C, symBinAddr: 0xB7604, symSize: 0x34 }
+ - { offsetInCU: 0x3EC, offset: 0xF2A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwxx', symObjAddr: 0x4A0, symBinAddr: 0xB7638, symSize: 0x8 }
+ - { offsetInCU: 0x400, offset: 0xF2A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwcp', symObjAddr: 0x4A8, symBinAddr: 0xB7640, symSize: 0x34 }
+ - { offsetInCU: 0x414, offset: 0xF2A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwca', symObjAddr: 0x4DC, symBinAddr: 0xB7674, symSize: 0x4C }
+ - { offsetInCU: 0x428, offset: 0xF2A4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwta', symObjAddr: 0x53C, symBinAddr: 0xB76C0, symSize: 0x3C }
+ - { offsetInCU: 0x43C, offset: 0xF2A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwet', symObjAddr: 0x578, symBinAddr: 0xB76FC, symSize: 0x48 }
+ - { offsetInCU: 0x450, offset: 0xF2A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwst', symObjAddr: 0x5C0, symBinAddr: 0xB7744, symSize: 0x40 }
+ - { offsetInCU: 0x464, offset: 0xF2A86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVMa', symObjAddr: 0x600, symBinAddr: 0xB7784, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0xF2CB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvg', symObjAddr: 0x0, symBinAddr: 0xB7798, symSize: 0x4 }
+ - { offsetInCU: 0x4F, offset: 0xF2CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvg', symObjAddr: 0x0, symBinAddr: 0xB7798, symSize: 0x4 }
+ - { offsetInCU: 0x6B, offset: 0xF2CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvs', symObjAddr: 0x4, symBinAddr: 0xB779C, symSize: 0x28 }
+ - { offsetInCU: 0x87, offset: 0xF2D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvM', symObjAddr: 0x2C, symBinAddr: 0xB77C4, symSize: 0x10 }
+ - { offsetInCU: 0xA3, offset: 0xF2D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvM.resume.0', symObjAddr: 0x3C, symBinAddr: 0xB77D4, symSize: 0x4 }
+ - { offsetInCU: 0xBF, offset: 0xF2D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvg', symObjAddr: 0x40, symBinAddr: 0xB77D8, symSize: 0x8 }
+ - { offsetInCU: 0xDB, offset: 0xF2D67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvs', symObjAddr: 0x48, symBinAddr: 0xB77E0, symSize: 0x8 }
+ - { offsetInCU: 0xF7, offset: 0xF2D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvM', symObjAddr: 0x50, symBinAddr: 0xB77E8, symSize: 0x10 }
+ - { offsetInCU: 0x113, offset: 0xF2D9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvM.resume.0', symObjAddr: 0x60, symBinAddr: 0xB77F8, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0xF2DBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV17isVoIPPushEnabledSbvg', symObjAddr: 0x64, symBinAddr: 0xB77FC, symSize: 0x88 }
+ - { offsetInCU: 0x1C4, offset: 0xF2E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV5clearyyF', symObjAddr: 0xEC, symBinAddr: 0xB7884, symSize: 0xC }
+ - { offsetInCU: 0x1F2, offset: 0xF2E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV06updateD5Token4type5tokenSSSgAA0D4TypeO_AGtF', symObjAddr: 0xF8, symBinAddr: 0xB7890, symSize: 0xD0 }
+ - { offsetInCU: 0x280, offset: 0xF2F0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV06removeD5Token4type5tokenyAA0D4TypeO_SSSgtF', symObjAddr: 0x1E8, symBinAddr: 0xB7980, symSize: 0x98 }
+ - { offsetInCU: 0x350, offset: 0xF2FDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV10clearToken4typeyAA0D4TypeO_tF', symObjAddr: 0x280, symBinAddr: 0xB7A18, symSize: 0x48 }
+ - { offsetInCU: 0x3A9, offset: 0xF3035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVACycfC', symObjAddr: 0x2C8, symBinAddr: 0xB7A60, symSize: 0x84 }
+ - { offsetInCU: 0x40C, offset: 0xF3098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5Token12isVoIPPushOnAcA16FilteredPropertyCySSG_SbSgtcfC', symObjAddr: 0x40C, symBinAddr: 0xB7B64, symSize: 0x4 }
+ - { offsetInCU: 0x4C6, offset: 0xF3152, size: 0x8, addend: 0x0, symName: '_$sxSblySSIsegnd_SgWOy', symObjAddr: 0x1C8, symBinAddr: 0xB7960, symSize: 0x10 }
+ - { offsetInCU: 0x4DA, offset: 0xF3166, size: 0x8, addend: 0x0, symName: '_$sxSblySSIsegnd_SgWOe', symObjAddr: 0x1D8, symBinAddr: 0xB7970, symSize: 0x10 }
+ - { offsetInCU: 0x590, offset: 0xF321C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5Token12isVoIPPushOnAcA16FilteredPropertyCySSG_SbSgtcfcfA_', symObjAddr: 0x38C, symBinAddr: 0xB7AE4, symSize: 0x80 }
+ - { offsetInCU: 0x5E7, offset: 0xF3273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwCP', symObjAddr: 0x410, symBinAddr: 0xB7B68, symSize: 0x34 }
+ - { offsetInCU: 0x5FB, offset: 0xF3287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwxx', symObjAddr: 0x444, symBinAddr: 0xB7B9C, symSize: 0x8 }
+ - { offsetInCU: 0x60F, offset: 0xF329B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwcp', symObjAddr: 0x44C, symBinAddr: 0xB7BA4, symSize: 0x34 }
+ - { offsetInCU: 0x623, offset: 0xF32AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwca', symObjAddr: 0x480, symBinAddr: 0xB7BD8, symSize: 0x4C }
+ - { offsetInCU: 0x637, offset: 0xF32C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwta', symObjAddr: 0x4E0, symBinAddr: 0xB7C24, symSize: 0x3C }
+ - { offsetInCU: 0x64B, offset: 0xF32D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwet', symObjAddr: 0x51C, symBinAddr: 0xB7C60, symSize: 0x48 }
+ - { offsetInCU: 0x65F, offset: 0xF32EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwst', symObjAddr: 0x564, symBinAddr: 0xB7CA8, symSize: 0x40 }
+ - { offsetInCU: 0x673, offset: 0xF32FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVMa', symObjAddr: 0x5A4, symBinAddr: 0xB7CE8, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xF355C, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfC', symObjAddr: 0x0, symBinAddr: 0xB7CF8, symSize: 0x1F0 }
+ - { offsetInCU: 0x3F, offset: 0xF3574, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfC', symObjAddr: 0x0, symBinAddr: 0xB7CF8, symSize: 0x1F0 }
+ - { offsetInCU: 0xE4, offset: 0xF3619, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyF', symObjAddr: 0x1F0, symBinAddr: 0xB7EE8, symSize: 0x9C }
+ - { offsetInCU: 0x12E, offset: 0xF3663, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_', symObjAddr: 0x28C, symBinAddr: 0xB7F84, symSize: 0x42C }
+ - { offsetInCU: 0x29E, offset: 0xF37D3, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF', symObjAddr: 0x6B8, symBinAddr: 0xB83B0, symSize: 0x48 }
+ - { offsetInCU: 0x2C5, offset: 0xF37FA, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF', symObjAddr: 0x700, symBinAddr: 0xB83F8, symSize: 0x104 }
+ - { offsetInCU: 0x2EC, offset: 0xF3821, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFTf4nggn_n', symObjAddr: 0x804, symBinAddr: 0xB84FC, symSize: 0xD8 }
+ - { offsetInCU: 0x356, offset: 0xF388B, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_TA', symObjAddr: 0xB78, symBinAddr: 0xB87C8, symSize: 0x1C }
+ - { offsetInCU: 0x3CC, offset: 0xF3901, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCTf4gn_n', symObjAddr: 0x8DC, symBinAddr: 0xB85D4, symSize: 0x1F4 }
+ - { offsetInCU: 0x97, offset: 0xF3CAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callIdSSvgTo', symObjAddr: 0xC4, symBinAddr: 0xB88A8, symSize: 0x4C }
+ - { offsetInCU: 0xD2, offset: 0xF3CE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callIdSSvg', symObjAddr: 0x110, symBinAddr: 0xB88F4, symSize: 0x38 }
+ - { offsetInCU: 0x10F, offset: 0xF3D24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvgTo', symObjAddr: 0x148, symBinAddr: 0xB892C, symSize: 0x10 }
+ - { offsetInCU: 0x12F, offset: 0xF3D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvgTo', symObjAddr: 0x148, symBinAddr: 0xB892C, symSize: 0x10 }
+ - { offsetInCU: 0x14A, offset: 0xF3D5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvg', symObjAddr: 0x158, symBinAddr: 0xB893C, symSize: 0x10 }
+ - { offsetInCU: 0x167, offset: 0xF3D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedAts5Int64VvM', symObjAddr: 0x1BC, symBinAddr: 0xB89A0, symSize: 0x44 }
+ - { offsetInCU: 0x1D2, offset: 0xF3DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC8durations5Int64VvgTo', symObjAddr: 0x200, symBinAddr: 0xB89E4, symSize: 0x80 }
+ - { offsetInCU: 0x233, offset: 0xF3E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC8durations5Int64Vvg', symObjAddr: 0x280, symBinAddr: 0xB8A64, symSize: 0x68 }
+ - { offsetInCU: 0x29C, offset: 0xF3EB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvgTo', symObjAddr: 0x2E8, symBinAddr: 0xB8ACC, symSize: 0x70 }
+ - { offsetInCU: 0x303, offset: 0xF3F18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvsTo', symObjAddr: 0x364, symBinAddr: 0xB8B48, symSize: 0x6C }
+ - { offsetInCU: 0x348, offset: 0xF3F5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvs', symObjAddr: 0x3D0, symBinAddr: 0xB8BB4, symSize: 0x50 }
+ - { offsetInCU: 0x371, offset: 0xF3F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvM', symObjAddr: 0x420, symBinAddr: 0xB8C04, symSize: 0x44 }
+ - { offsetInCU: 0x3A0, offset: 0xF3FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7enderIdSSSgvM', symObjAddr: 0x494, symBinAddr: 0xB8C78, symSize: 0x44 }
+ - { offsetInCU: 0x3ED, offset: 0xF4002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedByAA0dE4UserCSgvgTo', symObjAddr: 0x4D8, symBinAddr: 0xB8CBC, symSize: 0x90 }
+ - { offsetInCU: 0x435, offset: 0xF404A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedByAA0dE4UserCSgvg', symObjAddr: 0x568, symBinAddr: 0xB8D4C, symSize: 0x7C }
+ - { offsetInCU: 0x495, offset: 0xF40AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callerAA0dE4UserCSgvgTo', symObjAddr: 0x5E4, symBinAddr: 0xB8DC8, symSize: 0x38 }
+ - { offsetInCU: 0x4B1, offset: 0xF40C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callerAA0dE4UserCSgvg', symObjAddr: 0x61C, symBinAddr: 0xB8E00, symSize: 0x154 }
+ - { offsetInCU: 0x62D, offset: 0xF4242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6calleeAA0dE4UserCSgvgTo', symObjAddr: 0x770, symBinAddr: 0xB8F54, symSize: 0x38 }
+ - { offsetInCU: 0x649, offset: 0xF425E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6calleeAA0dE4UserCSgvg', symObjAddr: 0x7A8, symBinAddr: 0xB8F8C, symSize: 0x15C }
+ - { offsetInCU: 0x7C5, offset: 0xF43DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC9endResultAA0de3EndH0OvM', symObjAddr: 0x978, symBinAddr: 0xB915C, symSize: 0x44 }
+ - { offsetInCU: 0x812, offset: 0xF4427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0SbvgTo', symObjAddr: 0xAA4, symBinAddr: 0xB9288, symSize: 0x44 }
+ - { offsetInCU: 0x84F, offset: 0xF4464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0Sbvg', symObjAddr: 0xAE8, symBinAddr: 0xB92CC, symSize: 0x44 }
+ - { offsetInCU: 0x898, offset: 0xF44AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0SbvsTo', symObjAddr: 0xB2C, symBinAddr: 0xB9310, symSize: 0x48 }
+ - { offsetInCU: 0x8F3, offset: 0xF4508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvgTo', symObjAddr: 0xB74, symBinAddr: 0xB9358, symSize: 0x74 }
+ - { offsetInCU: 0x930, offset: 0xF4545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvsTo', symObjAddr: 0xC38, symBinAddr: 0xB941C, symSize: 0x70 }
+ - { offsetInCU: 0x975, offset: 0xF458A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvg', symObjAddr: 0xD10, symBinAddr: 0xB94F4, symSize: 0x48 }
+ - { offsetInCU: 0x9A4, offset: 0xF45B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvs', symObjAddr: 0xD58, symBinAddr: 0xB953C, symSize: 0x5C }
+ - { offsetInCU: 0x9E3, offset: 0xF45F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvM', symObjAddr: 0xDB4, symBinAddr: 0xB9598, symSize: 0x44 }
+ - { offsetInCU: 0xA12, offset: 0xF4627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvM.resume.0', symObjAddr: 0xDF8, symBinAddr: 0xB95DC, symSize: 0x4 }
+ - { offsetInCU: 0xA3D, offset: 0xF4652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC13relayProtocolSSSgvM', symObjAddr: 0xFC0, symBinAddr: 0xB97A4, symSize: 0x44 }
+ - { offsetInCU: 0xA7B, offset: 0xF4690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfC', symObjAddr: 0x1004, symBinAddr: 0xB97E8, symSize: 0xF8 }
+ - { offsetInCU: 0xAAF, offset: 0xF46C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfc', symObjAddr: 0x10FC, symBinAddr: 0xB98E0, symSize: 0xA8 }
+ - { offsetInCU: 0xAD5, offset: 0xF46EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO8rawValueSSvg', symObjAddr: 0x11A4, symBinAddr: 0xB9988, symSize: 0x20 }
+ - { offsetInCU: 0xB0E, offset: 0xF4723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO11stringValueSSvg', symObjAddr: 0x11C4, symBinAddr: 0xB99A8, symSize: 0x20 }
+ - { offsetInCU: 0xB3C, offset: 0xF4751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO11stringValueSSvg', symObjAddr: 0x11C4, symBinAddr: 0xB99A8, symSize: 0x20 }
+ - { offsetInCU: 0xB85, offset: 0xF479A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0x1368, symBinAddr: 0xB9B4C, symSize: 0x44 }
+ - { offsetInCU: 0xBCB, offset: 0xF47E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0x13AC, symBinAddr: 0xB9B90, symSize: 0x28 }
+ - { offsetInCU: 0xBDF, offset: 0xF47F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x13D4, symBinAddr: 0xB9BB8, symSize: 0x8 }
+ - { offsetInCU: 0xC15, offset: 0xF482A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x13DC, symBinAddr: 0xB9BC0, symSize: 0x3C }
+ - { offsetInCU: 0xC7A, offset: 0xF488F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1418, symBinAddr: 0xB9BFC, symSize: 0xC }
+ - { offsetInCU: 0xC96, offset: 0xF48AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1424, symBinAddr: 0xB9C08, symSize: 0xC }
+ - { offsetInCU: 0xCB2, offset: 0xF48C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3BA8, symBinAddr: 0xBC1E0, symSize: 0x50 }
+ - { offsetInCU: 0xCDF, offset: 0xF48F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1480, symBinAddr: 0xB9C64, symSize: 0x40 }
+ - { offsetInCU: 0xD04, offset: 0xF4919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x14C0, symBinAddr: 0xB9CA4, symSize: 0x9A8 }
+ - { offsetInCU: 0xE0D, offset: 0xF4A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E68, symBinAddr: 0xBA64C, symSize: 0x508 }
+ - { offsetInCU: 0xE81, offset: 0xF4A96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfC', symObjAddr: 0x2370, symBinAddr: 0xBAB54, symSize: 0x20 }
+ - { offsetInCU: 0xE9F, offset: 0xF4AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfc', symObjAddr: 0x2390, symBinAddr: 0xBAB74, symSize: 0x2C }
+ - { offsetInCU: 0xF02, offset: 0xF4B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfcTo', symObjAddr: 0x23BC, symBinAddr: 0xBABA0, symSize: 0x2C }
+ - { offsetInCU: 0xF69, offset: 0xF4B7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCfD', symObjAddr: 0x23E8, symBinAddr: 0xBABCC, symSize: 0x30 }
+ - { offsetInCU: 0xF96, offset: 0xF4BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x248C, symBinAddr: 0xBAC70, symSize: 0x2C }
+ - { offsetInCU: 0xFB9, offset: 0xF4BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x24B8, symBinAddr: 0xBAC9C, symSize: 0x38 }
+ - { offsetInCU: 0x1006, offset: 0xF4C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcTf4gnggnnnnnggn_n', symObjAddr: 0x32C4, symBinAddr: 0xBBAA8, symSize: 0x32C }
+ - { offsetInCU: 0x10F0, offset: 0xF4D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update11customItems2atySDyS2SG_s5Int64VSgtF', symObjAddr: 0x0, symBinAddr: 0xB87E4, symSize: 0xC4 }
+ - { offsetInCU: 0x120C, offset: 0xF4E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvpACTk', symObjAddr: 0xCA8, symBinAddr: 0xB948C, symSize: 0x68 }
+ - { offsetInCU: 0x12D6, offset: 0xF4EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCfETo', symObjAddr: 0x2418, symBinAddr: 0xBABFC, symSize: 0x74 }
+ - { offsetInCU: 0x1310, offset: 0xF4F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update9startedAtySd_tF', symObjAddr: 0x24F0, symBinAddr: 0xBACD4, symSize: 0xB0 }
+ - { offsetInCU: 0x13C9, offset: 0xF4FDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update9startedAtySd_tFTo', symObjAddr: 0x25A0, symBinAddr: 0xBAD84, symSize: 0x20 }
+ - { offsetInCU: 0x1403, offset: 0xF5018, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4hashSivgTo', symObjAddr: 0x25C0, symBinAddr: 0xBADA4, symSize: 0x54 }
+ - { offsetInCU: 0x1438, offset: 0xF504D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4hashSivg', symObjAddr: 0x2614, symBinAddr: 0xBADF8, symSize: 0x14 }
+ - { offsetInCU: 0x1455, offset: 0xF506A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7isEqualySbypSgF', symObjAddr: 0x2628, symBinAddr: 0xBAE0C, symSize: 0x45C }
+ - { offsetInCU: 0x156E, offset: 0xF5183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7isEqualySbypSgFTo', symObjAddr: 0x2A84, symBinAddr: 0xBB268, symSize: 0x80 }
+ - { offsetInCU: 0x15A0, offset: 0xF51B5, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7isEqual2toSbs07__CocoaB0V_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x2B04, symBinAddr: 0xBB2E8, symSize: 0x15C }
+ - { offsetInCU: 0x162F, offset: 0xF5244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs0G3KeyAAWl', symObjAddr: 0x3654, symBinAddr: 0xBBDD4, symSize: 0x44 }
+ - { offsetInCU: 0x1643, offset: 0xF5258, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCMa', symObjAddr: 0x36B8, symBinAddr: 0xBBE18, symSize: 0x20 }
+ - { offsetInCU: 0x1699, offset: 0xF52AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwet', symObjAddr: 0x47D8, symBinAddr: 0xBCE00, symSize: 0x90 }
+ - { offsetInCU: 0x16AD, offset: 0xF52C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwst', symObjAddr: 0x4868, symBinAddr: 0xBCE90, symSize: 0xBC }
+ - { offsetInCU: 0x16C1, offset: 0xF52D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwug', symObjAddr: 0x4924, symBinAddr: 0xBCF4C, symSize: 0x8 }
+ - { offsetInCU: 0x16D5, offset: 0xF52EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwup', symObjAddr: 0x492C, symBinAddr: 0xBCF54, symSize: 0x4 }
+ - { offsetInCU: 0x16E9, offset: 0xF52FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwui', symObjAddr: 0x4930, symBinAddr: 0xBCF58, symSize: 0x8 }
+ - { offsetInCU: 0x16FD, offset: 0xF5312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOMa', symObjAddr: 0x4938, symBinAddr: 0xBCF60, symSize: 0x10 }
+ - { offsetInCU: 0x1711, offset: 0xF5326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASQWb', symObjAddr: 0x4948, symBinAddr: 0xBCF70, symSize: 0x4 }
+ - { offsetInCU: 0x1725, offset: 0xF533A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFSQAAWl', symObjAddr: 0x494C, symBinAddr: 0xBCF74, symSize: 0x44 }
+ - { offsetInCU: 0x1739, offset: 0xF534E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x4990, symBinAddr: 0xBCFB8, symSize: 0x4 }
+ - { offsetInCU: 0x174D, offset: 0xF5362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x4994, symBinAddr: 0xBCFBC, symSize: 0x44 }
+ - { offsetInCU: 0x1761, offset: 0xF5376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x49D8, symBinAddr: 0xBD000, symSize: 0x4 }
+ - { offsetInCU: 0x1775, offset: 0xF538A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x49DC, symBinAddr: 0xBD004, symSize: 0x44 }
+ - { offsetInCU: 0x184B, offset: 0xF5460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11E4, symBinAddr: 0xB99C8, symSize: 0x88 }
+ - { offsetInCU: 0x18FA, offset: 0xF550F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH9hashValueSivgTW', symObjAddr: 0x126C, symBinAddr: 0xB9A50, symSize: 0x60 }
+ - { offsetInCU: 0x1978, offset: 0xF558D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x12CC, symBinAddr: 0xB9AB0, symSize: 0x40 }
+ - { offsetInCU: 0x19CA, offset: 0xF55DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x130C, symBinAddr: 0xB9AF0, symSize: 0x5C }
+ - { offsetInCU: 0x1A2C, offset: 0xF5641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1430, symBinAddr: 0xB9C14, symSize: 0x28 }
+ - { offsetInCU: 0x1A48, offset: 0xF565D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1458, symBinAddr: 0xB9C3C, symSize: 0x28 }
+ - { offsetInCU: 0x1AD3, offset: 0xF56E8, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SdTg5Tf4nnd_n', symObjAddr: 0x2C60, symBinAddr: 0xBB444, symSize: 0x204 }
+ - { offsetInCU: 0x1B38, offset: 0xF574D, size: 0x8, addend: 0x0, symName: '_$sSh2eeoiySbShyxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x2E64, symBinAddr: 0xBB648, symSize: 0x288 }
+ - { offsetInCU: 0x1BC0, offset: 0xF57D5, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls14DirectCallUserCG_Tg504$s13de7Calls13gh18LogC7endedByAA0dE4I14CSgvgSbAFXEfU_AF0ghL0CTf1cn_nTf4ng_n', symObjAddr: 0x30EC, symBinAddr: 0xBB8D0, symSize: 0x1D8 }
+ - { offsetInCU: 0x1D44, offset: 0xF5959, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x391C, symBinAddr: 0xBBF54, symSize: 0x28C }
+ - { offsetInCU: 0x1DED, offset: 0xF5A02, size: 0x8, addend: 0x0, symName: '_$sSh2eeoiySbShyxG_ABtFZ13SendBirdCalls14DirectCallUserC_Tg5Tf4nnd_n', symObjAddr: 0x3BF8, symBinAddr: 0xBC230, symSize: 0x364 }
+ - { offsetInCU: 0x27, offset: 0xF5D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0xBD05C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xF5D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0xBD05C, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0xF5DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateC17didReceiveDialACK7context23initialLocalConstraintsyAA17DirectCallContext_p_AA0oM0CSgtF', symObjAddr: 0x10, symBinAddr: 0xBD06C, symSize: 0x9C }
+ - { offsetInCU: 0xDE, offset: 0xF5E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfc', symObjAddr: 0xAC, symBinAddr: 0xBD108, symSize: 0x8 }
+ - { offsetInCU: 0x10D, offset: 0xF5E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCfd', symObjAddr: 0xB4, symBinAddr: 0xBD110, symSize: 0x8 }
+ - { offsetInCU: 0x13C, offset: 0xF5E7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCfD', symObjAddr: 0xBC, symBinAddr: 0xBD118, symSize: 0x10 }
+ - { offsetInCU: 0x16C, offset: 0xF5EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCMa', symObjAddr: 0xCC, symBinAddr: 0xBD128, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xF60BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xBD148, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0xF60DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xBD148, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0xF6119, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0xBD244, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0xF613A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0xBD2AC, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0xF6163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0xBD318, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0xF618C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0xBD384, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0xF61A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0xBD388, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0xF61C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0xBD3B4, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0xF61E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0xBD3BC, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0xF61F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0xBD3E8, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0xF627C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0xBD560, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0xF62A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0xBD568, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0xF62ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0xBD5D0, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0xF631F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0xBD5FC, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0xF6343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0xBD1E4, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0xF635D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0xBD204, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0xF6398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0xBD634, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0xF63AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0xBD658, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0xF63C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0xBD69C, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0xF63D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0xBD6A0, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0xF63E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0xBD6E8, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0xF63FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0xBD70C, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0xF6410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0xBD738, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0xF6424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0xBD77C, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0xF6438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0xBD7C0, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0xF644C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0xBD7E4, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0xF6460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0xBD828, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0xF6474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwCP', symObjAddr: 0x834, symBinAddr: 0xBD84C, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0xF6488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwxx', symObjAddr: 0x864, symBinAddr: 0xBD87C, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0xF649C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0xBD8A4, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0xF64B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0xBD8E8, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0xF64C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwta', symObjAddr: 0x958, symBinAddr: 0xBD95C, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0xF64D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0xBD9A8, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0xF64EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0xBD9F0, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0xF6500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVMa', symObjAddr: 0xA34, symBinAddr: 0xBDA38, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xF6746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAA0D4DataVvg', symObjAddr: 0x0, symBinAddr: 0xBDA48, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0xF676A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAA0D4DataVvg', symObjAddr: 0x0, symBinAddr: 0xBDA48, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0xF6786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x70, symBinAddr: 0xBDAB8, symSize: 0x48 }
+ - { offsetInCU: 0x7B, offset: 0xF679A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAcA0D4DataV_tcfC', symObjAddr: 0xB8, symBinAddr: 0xBDB00, symSize: 0x24 }
+ - { offsetInCU: 0xD0, offset: 0xF67EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDC, symBinAddr: 0xBDB24, symSize: 0x48 }
+ - { offsetInCU: 0x108, offset: 0xF6827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x124, symBinAddr: 0xBDB6C, symSize: 0x16C }
+ - { offsetInCU: 0x165, offset: 0xF6884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA0D11RespondableAAWI', symObjAddr: 0x290, symBinAddr: 0xBDCD8, symSize: 0x24 }
+ - { offsetInCU: 0x179, offset: 0xF6898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x2B4, symBinAddr: 0xBDCFC, symSize: 0x44 }
+ - { offsetInCU: 0x18D, offset: 0xF68AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x2F8, symBinAddr: 0xBDD40, symSize: 0x24 }
+ - { offsetInCU: 0x1A1, offset: 0xF68C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA11RespondableAAWI', symObjAddr: 0x360, symBinAddr: 0xBDD64, symSize: 0x2C }
+ - { offsetInCU: 0x1B5, offset: 0xF68D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA0E0AAWl', symObjAddr: 0x38C, symBinAddr: 0xBDD90, symSize: 0x44 }
+ - { offsetInCU: 0x1C9, offset: 0xF68E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x3D0, symBinAddr: 0xBDDD4, symSize: 0x44 }
+ - { offsetInCU: 0x1DD, offset: 0xF68FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA0E0AAWI', symObjAddr: 0x414, symBinAddr: 0xBDE18, symSize: 0x24 }
+ - { offsetInCU: 0x1F1, offset: 0xF6910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x47C, symBinAddr: 0xBDE3C, symSize: 0x24 }
+ - { offsetInCU: 0x205, offset: 0xF6924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwCP', symObjAddr: 0x4A0, symBinAddr: 0xBDE60, symSize: 0x30 }
+ - { offsetInCU: 0x219, offset: 0xF6938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwxx', symObjAddr: 0x4D0, symBinAddr: 0xBDE90, symSize: 0x40 }
+ - { offsetInCU: 0x22D, offset: 0xF694C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwcp', symObjAddr: 0x510, symBinAddr: 0xBDED0, symSize: 0x7C }
+ - { offsetInCU: 0x241, offset: 0xF6960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwca', symObjAddr: 0x58C, symBinAddr: 0xBDF4C, symSize: 0xDC }
+ - { offsetInCU: 0x255, offset: 0xF6974, size: 0x8, addend: 0x0, symName: ___swift_memcpy96_8, symObjAddr: 0x668, symBinAddr: 0xBE028, symSize: 0x1C }
+ - { offsetInCU: 0x269, offset: 0xF6988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwta', symObjAddr: 0x684, symBinAddr: 0xBE044, symSize: 0x7C }
+ - { offsetInCU: 0x27D, offset: 0xF699C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwet', symObjAddr: 0x700, symBinAddr: 0xBE0C0, symSize: 0x48 }
+ - { offsetInCU: 0x291, offset: 0xF69B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwst', symObjAddr: 0x748, symBinAddr: 0xBE108, symSize: 0x58 }
+ - { offsetInCU: 0x2A5, offset: 0xF69C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVMa', symObjAddr: 0x7A0, symBinAddr: 0xBE160, symSize: 0x10 }
+ - { offsetInCU: 0x2B9, offset: 0xF69D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs0F3KeyAAWl', symObjAddr: 0x814, symBinAddr: 0xBE170, symSize: 0x44 }
+ - { offsetInCU: 0x4B, offset: 0xF6C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x0, symBinAddr: 0xBE1B4, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0xF6C3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x40, symBinAddr: 0xBE1F4, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0xF6C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0x90, symBinAddr: 0xBE244, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0xF6C75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvg', symObjAddr: 0xCC, symBinAddr: 0xBE280, symSize: 0x44 }
+ - { offsetInCU: 0xBB, offset: 0xF6C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvs', symObjAddr: 0x110, symBinAddr: 0xBE2C4, symSize: 0x60 }
+ - { offsetInCU: 0xD7, offset: 0xF6CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM', symObjAddr: 0x170, symBinAddr: 0xBE324, symSize: 0x6C }
+ - { offsetInCU: 0xF3, offset: 0xF6CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM.resume.0', symObjAddr: 0x1DC, symBinAddr: 0xBE390, symSize: 0x70 }
+ - { offsetInCU: 0x10F, offset: 0xF6CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvg', symObjAddr: 0x24C, symBinAddr: 0xBE400, symSize: 0x44 }
+ - { offsetInCU: 0x12B, offset: 0xF6D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvs', symObjAddr: 0x290, symBinAddr: 0xBE444, symSize: 0x60 }
+ - { offsetInCU: 0x147, offset: 0xF6D1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM', symObjAddr: 0x2F0, symBinAddr: 0xBE4A4, symSize: 0x6C }
+ - { offsetInCU: 0x163, offset: 0xF6D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM.resume.0', symObjAddr: 0x35C, symBinAddr: 0xBE510, symSize: 0x70 }
+ - { offsetInCU: 0x17F, offset: 0xF6D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvg', symObjAddr: 0x3CC, symBinAddr: 0xBE580, symSize: 0x34 }
+ - { offsetInCU: 0x19B, offset: 0xF6D71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvs', symObjAddr: 0x400, symBinAddr: 0xBE5B4, symSize: 0x44 }
+ - { offsetInCU: 0x1B7, offset: 0xF6D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvM', symObjAddr: 0x444, symBinAddr: 0xBE5F8, symSize: 0x3C }
+ - { offsetInCU: 0x1D3, offset: 0xF6DA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvM.resume.0', symObjAddr: 0x480, symBinAddr: 0xBE634, symSize: 0x4 }
+ - { offsetInCU: 0x225, offset: 0xF6DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6sender10dataSourceAcA13CommandSender_p_AA08RoomDataJ0_ptcfC', symObjAddr: 0x484, symBinAddr: 0xBE638, symSize: 0xD0 }
+ - { offsetInCU: 0x28B, offset: 0xF6E61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6sender10dataSourceAcA13CommandSender_p_AA08RoomDataJ0_ptcfc', symObjAddr: 0x554, symBinAddr: 0xBE708, symSize: 0xBC }
+ - { offsetInCU: 0x2D3, offset: 0xF6EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC03didF4ExityyAA06RemoteF0CF', symObjAddr: 0x610, symBinAddr: 0xBE7C4, symSize: 0x4 }
+ - { offsetInCU: 0x30A, offset: 0xF6EE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtF', symObjAddr: 0x614, symBinAddr: 0xBE7C8, symSize: 0x4 }
+ - { offsetInCU: 0x34D, offset: 0xF6F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC5clearyyF', symObjAddr: 0x618, symBinAddr: 0xBE7CC, symSize: 0x4 }
+ - { offsetInCU: 0x378, offset: 0xF6F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCfd', symObjAddr: 0x61C, symBinAddr: 0xBE7D0, symSize: 0x34 }
+ - { offsetInCU: 0x3B3, offset: 0xF6F89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCfD', symObjAddr: 0x650, symBinAddr: 0xBE804, symSize: 0x3C }
+ - { offsetInCU: 0x3F6, offset: 0xF6FCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x68C, symBinAddr: 0xBE840, symSize: 0x28 }
+ - { offsetInCU: 0x412, offset: 0xF6FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x6B4, symBinAddr: 0xBE868, symSize: 0x28 }
+ - { offsetInCU: 0x42E, offset: 0xF7004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x6DC, symBinAddr: 0xBE890, symSize: 0x28 }
+ - { offsetInCU: 0x44A, offset: 0xF7020, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x704, symBinAddr: 0xBE8B8, symSize: 0x50 }
+ - { offsetInCU: 0x466, offset: 0xF703C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvgTW', symObjAddr: 0x758, symBinAddr: 0xBE90C, symSize: 0x28 }
+ - { offsetInCU: 0x482, offset: 0xF7058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvsTW', symObjAddr: 0x780, symBinAddr: 0xBE934, symSize: 0x28 }
+ - { offsetInCU: 0x49E, offset: 0xF7074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvMTW', symObjAddr: 0x7A8, symBinAddr: 0xBE95C, symSize: 0x50 }
+ - { offsetInCU: 0x4BA, offset: 0xF7090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8didEnteryyAA0F0CFTW', symObjAddr: 0x828, symBinAddr: 0xBE9DC, symSize: 0x28 }
+ - { offsetInCU: 0x4D6, offset: 0xF70AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP7didExityyAA0F0CFTW', symObjAddr: 0x850, symBinAddr: 0xBEA04, symSize: 0x28 }
+ - { offsetInCU: 0x4F2, offset: 0xF70C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF5EnteryyAA06RemoteF0CFTW', symObjAddr: 0x878, symBinAddr: 0xBEA2C, symSize: 0x28 }
+ - { offsetInCU: 0x50E, offset: 0xF70E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF7ConnectyyAA06RemoteF0CFTW', symObjAddr: 0x8A0, symBinAddr: 0xBEA54, symSize: 0x28 }
+ - { offsetInCU: 0x52A, offset: 0xF7100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF4ExityyAA06RemoteF0CFTW', symObjAddr: 0x8C8, symBinAddr: 0xBEA7C, symSize: 0x28 }
+ - { offsetInCU: 0x546, offset: 0xF711C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x8F0, symBinAddr: 0xBEAA4, symSize: 0x28 }
+ - { offsetInCU: 0x562, offset: 0xF7138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP5clearyyFTW', symObjAddr: 0x918, symBinAddr: 0xBEACC, symSize: 0x28 }
+ - { offsetInCU: 0x58B, offset: 0xF7161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSource_pSgXwWOh', symObjAddr: 0x940, symBinAddr: 0xBEAF4, symSize: 0x24 }
+ - { offsetInCU: 0x59F, offset: 0xF7175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCMa', symObjAddr: 0xB14, symBinAddr: 0xBECC8, symSize: 0x20 }
+ - { offsetInCU: 0x73, offset: 0xF73E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x0, symBinAddr: 0xBEE04, symSize: 0x1A0 }
+ - { offsetInCU: 0xF1, offset: 0xF7461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x1A0, symBinAddr: 0xBEFA4, symSize: 0xDC }
+ - { offsetInCU: 0x12F, offset: 0xF749F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x27C, symBinAddr: 0xBF080, symSize: 0xB0 }
+ - { offsetInCU: 0x187, offset: 0xF74F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC19didReceiveAcceptACK7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x32C, symBinAddr: 0xBF130, symSize: 0xA8 }
+ - { offsetInCU: 0x216, offset: 0xF7586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC25didFailToReceiveAcceptACK7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x3D4, symBinAddr: 0xBF1D8, symSize: 0x9C }
+ - { offsetInCU: 0x27F, offset: 0xF75EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA17DirectCallContext_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x470, symBinAddr: 0xBF274, symSize: 0xF0 }
+ - { offsetInCU: 0x32F, offset: 0xF769F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCACycfC', symObjAddr: 0x774, symBinAddr: 0xBF578, symSize: 0x10 }
+ - { offsetInCU: 0x34D, offset: 0xF76BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCACycfc', symObjAddr: 0x784, symBinAddr: 0xBF588, symSize: 0x8 }
+ - { offsetInCU: 0x37C, offset: 0xF76EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCfd', symObjAddr: 0x78C, symBinAddr: 0xBF590, symSize: 0x8 }
+ - { offsetInCU: 0x3AB, offset: 0xF771B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCfD', symObjAddr: 0x794, symBinAddr: 0xBF598, symSize: 0x10 }
+ - { offsetInCU: 0x423, offset: 0xF7793, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7C8, symBinAddr: 0xBF5A8, symSize: 0x10 }
+ - { offsetInCU: 0x437, offset: 0xF77A7, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x7D8, symBinAddr: 0xBF5B8, symSize: 0x8 }
+ - { offsetInCU: 0x44B, offset: 0xF77BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCMa', symObjAddr: 0x7E0, symBinAddr: 0xBF5C0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xF7A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xBF5E8, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xF7A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0xBF5F4, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0xF7A53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0xBF624, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0xF7A6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0xBF668, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0xF7A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0xBF6A4, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0xF7AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0xBF6A8, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0xF7ACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0xBF6F0, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0xF7BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0xBF9F4, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0xF7C6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0xBFAFC, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0xF7D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x78C, symBinAddr: 0xBFBDC, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0xF7DB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0xBFC08, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0xF7E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0xBFC3C, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0xF7E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0xBFC70, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0xF7EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x870, symBinAddr: 0xBFCAC, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0xF7ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0xBFD00, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0xF7EF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0xBFD28, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0xF7F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x914, symBinAddr: 0xBFD50, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0xF7F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0xBFDD0, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0xF7F6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0xBF9D4, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0xF803E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0xBFC34, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xF82EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCfd', symObjAddr: 0x2B0, symBinAddr: 0xC00D4, symSize: 0x8 }
+ - { offsetInCU: 0x7A, offset: 0xF831A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCfD', symObjAddr: 0x2B8, symBinAddr: 0xC00DC, symSize: 0x10 }
+ - { offsetInCU: 0xA9, offset: 0xF8349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCACycfC', symObjAddr: 0x2C8, symBinAddr: 0xC00EC, symSize: 0x10 }
+ - { offsetInCU: 0xC7, offset: 0xF8367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCACycfc', symObjAddr: 0x2D8, symBinAddr: 0xC00FC, symSize: 0x8 }
+ - { offsetInCU: 0xF7, offset: 0xF8397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCMa', symObjAddr: 0x360, symBinAddr: 0xC0104, symSize: 0x20 }
+ - { offsetInCU: 0x9C, offset: 0xF85EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x1E00, symBinAddr: 0xC1F38, symSize: 0x28C }
+ - { offsetInCU: 0x12E, offset: 0xF867D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_', symObjAddr: 0x208C, symBinAddr: 0xC21C4, symSize: 0x14C }
+ - { offsetInCU: 0x1BD, offset: 0xF870C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_', symObjAddr: 0x21D8, symBinAddr: 0xC2310, symSize: 0x8C }
+ - { offsetInCU: 0x2B7, offset: 0xF8806, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvgTo', symObjAddr: 0x144, symBinAddr: 0xC027C, symSize: 0x44 }
+ - { offsetInCU: 0x2F4, offset: 0xF8843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvg', symObjAddr: 0x188, symBinAddr: 0xC02C0, symSize: 0x44 }
+ - { offsetInCU: 0x33D, offset: 0xF888C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvsTo', symObjAddr: 0x1CC, symBinAddr: 0xC0304, symSize: 0x48 }
+ - { offsetInCU: 0x382, offset: 0xF88D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvs', symObjAddr: 0x214, symBinAddr: 0xC034C, symSize: 0x48 }
+ - { offsetInCU: 0x3AB, offset: 0xF88FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvM', symObjAddr: 0x25C, symBinAddr: 0xC0394, symSize: 0x44 }
+ - { offsetInCU: 0x3DA, offset: 0xF8929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5typesShyAA0D4TypeOGvM', symObjAddr: 0x2B8, symBinAddr: 0xC03F0, symSize: 0x44 }
+ - { offsetInCU: 0x409, offset: 0xF8958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getTypesSo7NSArrayCyF', symObjAddr: 0x2FC, symBinAddr: 0xC0434, symSize: 0x10C }
+ - { offsetInCU: 0x540, offset: 0xF8A8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getTypesSo7NSArrayCyFTo', symObjAddr: 0x408, symBinAddr: 0xC0540, symSize: 0xD4 }
+ - { offsetInCU: 0x5B4, offset: 0xF8B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC6statesShyAA0D0C5StateOGvM', symObjAddr: 0x4F4, symBinAddr: 0xC062C, symSize: 0x44 }
+ - { offsetInCU: 0x5E3, offset: 0xF8B32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getStateSo7NSArrayCyF', symObjAddr: 0x538, symBinAddr: 0xC0670, symSize: 0x10C }
+ - { offsetInCU: 0x71A, offset: 0xF8C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getStateSo7NSArrayCyFTo', symObjAddr: 0x644, symBinAddr: 0xC077C, symSize: 0xD4 }
+ - { offsetInCU: 0x78E, offset: 0xF8CDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC16createdByUserIdsSaySSGvM', symObjAddr: 0x748, symBinAddr: 0xC0880, symSize: 0x44 }
+ - { offsetInCU: 0x7BD, offset: 0xF8D0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7roomIdsSaySSGvM', symObjAddr: 0x91C, symBinAddr: 0xC0A54, symSize: 0x44 }
+ - { offsetInCU: 0x7EC, offset: 0xF8D3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC14createdAtRangeAA0abJ0CvM', symObjAddr: 0x990, symBinAddr: 0xC0AC8, symSize: 0x44 }
+ - { offsetInCU: 0x81B, offset: 0xF8D6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC14createdAtRangeAA0abJ0CvM.resume.0', symObjAddr: 0x9D4, symBinAddr: 0xC0B0C, symSize: 0x4 }
+ - { offsetInCU: 0x846, offset: 0xF8D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC28currentParticipantCountRangeAA0abK0CvM', symObjAddr: 0xB38, symBinAddr: 0xC0C70, symSize: 0x44 }
+ - { offsetInCU: 0x875, offset: 0xF8DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setLimityAEXDSuF', symObjAddr: 0xB7C, symBinAddr: 0xC0CB4, symSize: 0x30 }
+ - { offsetInCU: 0x8B2, offset: 0xF8E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7setTypeyAEXDAA0dI0OF', symObjAddr: 0xBAC, symBinAddr: 0xC0CE4, symSize: 0x74 }
+ - { offsetInCU: 0x91A, offset: 0xF8E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7setTypeyAEXDAA0dI0OFTo', symObjAddr: 0xC20, symBinAddr: 0xC0D58, symSize: 0x7C }
+ - { offsetInCU: 0x96C, offset: 0xF8EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC19setCreatedByUserIdsyAEXDSaySSGF', symObjAddr: 0xC9C, symBinAddr: 0xC0DD4, symSize: 0x3C }
+ - { offsetInCU: 0x9AB, offset: 0xF8EFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC03setD3IdsyAEXDSaySSGF', symObjAddr: 0xCD8, symBinAddr: 0xC0E10, symSize: 0x3C }
+ - { offsetInCU: 0x9EA, offset: 0xF8F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setStateyAEXDAA0D0C0I0OF', symObjAddr: 0xD14, symBinAddr: 0xC0E4C, symSize: 0x74 }
+ - { offsetInCU: 0xA52, offset: 0xF8FA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setStateyAEXDAA0D0C0I0OFTo', symObjAddr: 0xD88, symBinAddr: 0xC0EC0, symSize: 0x7C }
+ - { offsetInCU: 0xAA4, offset: 0xF8FF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVF', symObjAddr: 0xE04, symBinAddr: 0xC0F3C, symSize: 0x14 }
+ - { offsetInCU: 0xAC0, offset: 0xF900F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDs07PartialI4FromVys6UInt32VGF', symObjAddr: 0xE24, symBinAddr: 0xC0F5C, symSize: 0xCC }
+ - { offsetInCU: 0xB72, offset: 0xF90C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDs07PartialI4UpToVys6UInt32VGF', symObjAddr: 0xEF0, symBinAddr: 0xC1028, symSize: 0xCC }
+ - { offsetInCU: 0xC24, offset: 0xF9173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSnys6UInt32VGF', symObjAddr: 0xFBC, symBinAddr: 0xC10F4, symSize: 0x100 }
+ - { offsetInCU: 0xCEB, offset: 0xF923A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDs07PartialI4FromVy10Foundation4DateVGF', symObjAddr: 0x10BC, symBinAddr: 0xC11F4, symSize: 0x12C }
+ - { offsetInCU: 0xDB2, offset: 0xF9301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDs07PartialI4UpToVy10Foundation4DateVGF', symObjAddr: 0x11E8, symBinAddr: 0xC1320, symSize: 0x12C }
+ - { offsetInCU: 0xE79, offset: 0xF93C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSny10Foundation4DateVGF', symObjAddr: 0x1314, symBinAddr: 0xC144C, symSize: 0x1D0 }
+ - { offsetInCU: 0xFD7, offset: 0xF9526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVF', symObjAddr: 0x14E4, symBinAddr: 0xC161C, symSize: 0x14 }
+ - { offsetInCU: 0x1004, offset: 0xF9553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC4copyAEyF', symObjAddr: 0x1568, symBinAddr: 0xC16A0, symSize: 0x194 }
+ - { offsetInCU: 0x1067, offset: 0xF95B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCAEycfc', symObjAddr: 0x1708, symBinAddr: 0xC1840, symSize: 0x100 }
+ - { offsetInCU: 0x10B8, offset: 0xF9607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCAEycfcTo', symObjAddr: 0x1808, symBinAddr: 0xC1940, symSize: 0x20 }
+ - { offsetInCU: 0x10D4, offset: 0xF9623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVFTf4nn_g', symObjAddr: 0x2BF0, symBinAddr: 0xC2D28, symSize: 0x100 }
+ - { offsetInCU: 0x1165, offset: 0xF96B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVFTf4nn_g', symObjAddr: 0x2D30, symBinAddr: 0xC2E28, symSize: 0x100 }
+ - { offsetInCU: 0x11F7, offset: 0xF9746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCfETo', symObjAddr: 0x1834, symBinAddr: 0xC196C, symSize: 0x78 }
+ - { offsetInCU: 0x1226, offset: 0xF9775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6senderAA13CommandSender_pvg', symObjAddr: 0x18AC, symBinAddr: 0xC19E4, symSize: 0x30 }
+ - { offsetInCU: 0x1255, offset: 0xF97A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC7serviceAA0aB7ServiceCvg', symObjAddr: 0x18DC, symBinAddr: 0xC1A14, symSize: 0x10 }
+ - { offsetInCU: 0x1282, offset: 0xF97D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC11roomManagerAA0dH0Cvg', symObjAddr: 0x18EC, symBinAddr: 0xC1A24, symSize: 0x10 }
+ - { offsetInCU: 0x12CD, offset: 0xF981C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvgTo', symObjAddr: 0x18FC, symBinAddr: 0xC1A34, symSize: 0x78 }
+ - { offsetInCU: 0x1302, offset: 0xF9851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvg', symObjAddr: 0x1974, symBinAddr: 0xC1AAC, symSize: 0x54 }
+ - { offsetInCU: 0x1369, offset: 0xF98B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvsTo', symObjAddr: 0x19C8, symBinAddr: 0xC1B00, symSize: 0xD0 }
+ - { offsetInCU: 0x13C3, offset: 0xF9912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvs', symObjAddr: 0x1A98, symBinAddr: 0xC1BD0, symSize: 0xA0 }
+ - { offsetInCU: 0x1409, offset: 0xF9958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvM', symObjAddr: 0x1B38, symBinAddr: 0xC1C70, symSize: 0x58 }
+ - { offsetInCU: 0x1438, offset: 0xF9987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvM.resume.0', symObjAddr: 0x1B90, symBinAddr: 0xC1CC8, symSize: 0x60 }
+ - { offsetInCU: 0x1495, offset: 0xF99E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x1BF0, symBinAddr: 0xC1D28, symSize: 0x10 }
+ - { offsetInCU: 0x14B5, offset: 0xF9A04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x1BF0, symBinAddr: 0xC1D28, symSize: 0x10 }
+ - { offsetInCU: 0x14D2, offset: 0xF9A21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvg', symObjAddr: 0x1C00, symBinAddr: 0xC1D38, symSize: 0x10 }
+ - { offsetInCU: 0x14EF, offset: 0xF9A3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9isLoadingSbvM', symObjAddr: 0x1C40, symBinAddr: 0xC1D78, symSize: 0x44 }
+ - { offsetInCU: 0x151E, offset: 0xF9A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC7hasNextSbvM', symObjAddr: 0x1DBC, symBinAddr: 0xC1EF4, symSize: 0x44 }
+ - { offsetInCU: 0x154D, offset: 0xF9A9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0x2264, symBinAddr: 0xC239C, symSize: 0x74 }
+ - { offsetInCU: 0x1578, offset: 0xF9AC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0CtcfC', symObjAddr: 0x2338, symBinAddr: 0xC2470, symSize: 0x88 }
+ - { offsetInCU: 0x15AE, offset: 0xF9AFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0Ctcfc', symObjAddr: 0x23C0, symBinAddr: 0xC24F8, symSize: 0x64 }
+ - { offsetInCU: 0x15C2, offset: 0xF9B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCACycfc', symObjAddr: 0x2460, symBinAddr: 0xC2598, symSize: 0x2C }
+ - { offsetInCU: 0x1625, offset: 0xF9B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCACycfcTo', symObjAddr: 0x248C, symBinAddr: 0xC25C4, symSize: 0x2C }
+ - { offsetInCU: 0x168C, offset: 0xF9BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0CtcfcTf4ggggn_n', symObjAddr: 0x3044, symBinAddr: 0xC313C, symSize: 0x10C }
+ - { offsetInCU: 0x1998, offset: 0xF9EE7, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD4RoomCGSgAGIeggg_TR', symObjAddr: 0x22D8, symBinAddr: 0xC2410, symSize: 0x60 }
+ - { offsetInCU: 0x19C6, offset: 0xF9F15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCfETo', symObjAddr: 0x24F4, symBinAddr: 0xC262C, symSize: 0x6C }
+ - { offsetInCU: 0x1A58, offset: 0xF9FA7, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFShySSG_Tg5', symObjAddr: 0x2560, symBinAddr: 0xC2698, symSize: 0x1B0 }
+ - { offsetInCU: 0x1B28, offset: 0xFA077, size: 0x8, addend: 0x0, symName: '_$sSh8IteratorV8_VariantOyx__GSHRzlWOe', symObjAddr: 0x2B2C, symBinAddr: 0xC2C64, symSize: 0x10 }
+ - { offsetInCU: 0x1B3C, offset: 0xFA08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCMa', symObjAddr: 0x2E30, symBinAddr: 0xC2F28, symSize: 0x20 }
+ - { offsetInCU: 0x1B50, offset: 0xFA09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyycfU0_TA', symObjAddr: 0x2E74, symBinAddr: 0xC2F6C, symSize: 0x2C }
+ - { offsetInCU: 0x1B84, offset: 0xFA0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_TA', symObjAddr: 0x2ECC, symBinAddr: 0xC2FC4, symSize: 0xC }
+ - { offsetInCU: 0x1BA3, offset: 0xFA0F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0x2ED8, symBinAddr: 0xC2FD0, symSize: 0x24 }
+ - { offsetInCU: 0x1BCC, offset: 0xFA11B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA11RequestableAAWl', symObjAddr: 0x2EFC, symBinAddr: 0xC2FF4, symSize: 0x44 }
+ - { offsetInCU: 0x1BE0, offset: 0xFA12F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA10ResultableAAWl', symObjAddr: 0x2F40, symBinAddr: 0xC3038, symSize: 0x44 }
+ - { offsetInCU: 0x1BF4, offset: 0xFA143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVWOs', symObjAddr: 0x2F84, symBinAddr: 0xC307C, symSize: 0x80 }
+ - { offsetInCU: 0x1C08, offset: 0xFA157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyycfU_TA', symObjAddr: 0x3004, symBinAddr: 0xC30FC, symSize: 0x40 }
+ - { offsetInCU: 0x1C3C, offset: 0xFA18B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCMa', symObjAddr: 0x3150, symBinAddr: 0xC3248, symSize: 0x20 }
+ - { offsetInCU: 0x1C50, offset: 0xFA19F, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD4RoomCGSgAGIeggg_TRTA', symObjAddr: 0x3BB0, symBinAddr: 0xC3CA8, symSize: 0x8 }
+ - { offsetInCU: 0x1C64, offset: 0xFA1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU_TA', symObjAddr: 0x3C24, symBinAddr: 0xC3D1C, symSize: 0x2C }
+ - { offsetInCU: 0x1CA0, offset: 0xFA1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_TA', symObjAddr: 0x3C84, symBinAddr: 0xC3D7C, symSize: 0xC }
+ - { offsetInCU: 0x1CB4, offset: 0xFA203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVWOr', symObjAddr: 0x3C90, symBinAddr: 0xC3D88, symSize: 0x64 }
+ - { offsetInCU: 0x1CC8, offset: 0xFA217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVWOs', symObjAddr: 0x3CF4, symBinAddr: 0xC3DEC, symSize: 0x64 }
+ - { offsetInCU: 0x1D11, offset: 0xFA260, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay13SendBirdCalls8RoomDataVG_AE0F0CTg504$s13cd7Calls13f109ListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_AgA0D4g2VcO22D7ManagerCcfu_AgQcfu0_AE0F7ManagerCTf1cn_n', symObjAddr: 0x0, symBinAddr: 0xC0138, symSize: 0x144 }
+ - { offsetInCU: 0x27, offset: 0xFA95F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0xC3E80, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0xFA983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0xC3E80, symSize: 0xAC }
+ - { offsetInCU: 0x92, offset: 0xFA9CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callIdSSvg', symObjAddr: 0xAC, symBinAddr: 0xC3F2C, symSize: 0x2C }
+ - { offsetInCU: 0xAE, offset: 0xFA9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV9isEnabledSbvg', symObjAddr: 0xD8, symBinAddr: 0xC3F58, symSize: 0x8 }
+ - { offsetInCU: 0xCA, offset: 0xFAA02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0xC3F60, symSize: 0x8 }
+ - { offsetInCU: 0xE6, offset: 0xFAA1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV9requestIdSSvg', symObjAddr: 0xE8, symBinAddr: 0xC3F68, symSize: 0x2C }
+ - { offsetInCU: 0xFA, offset: 0xFAA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x114, symBinAddr: 0xC3F94, symSize: 0x1A0 }
+ - { offsetInCU: 0x182, offset: 0xFAABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x2F4, symBinAddr: 0xC4134, symSize: 0x8 }
+ - { offsetInCU: 0x1AD, offset: 0xFAAE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x2FC, symBinAddr: 0xC413C, symSize: 0x2C }
+ - { offsetInCU: 0x1DF, offset: 0xFAB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x328, symBinAddr: 0xC4168, symSize: 0x38 }
+ - { offsetInCU: 0x219, offset: 0xFAB51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x40C, symBinAddr: 0xC41A0, symSize: 0x24 }
+ - { offsetInCU: 0x22D, offset: 0xFAB65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA13WSRequestableAAWl', symObjAddr: 0x430, symBinAddr: 0xC41C4, symSize: 0x44 }
+ - { offsetInCU: 0x241, offset: 0xFAB79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x474, symBinAddr: 0xC4208, symSize: 0x24 }
+ - { offsetInCU: 0x255, offset: 0xFAB8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13WSRequestableAAWI', symObjAddr: 0x4DC, symBinAddr: 0xC422C, symSize: 0x24 }
+ - { offsetInCU: 0x269, offset: 0xFABA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x544, symBinAddr: 0xC4250, symSize: 0x4 }
+ - { offsetInCU: 0x27D, offset: 0xFABB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA11RequestableAAWI', symObjAddr: 0x58C, symBinAddr: 0xC4254, symSize: 0x2C }
+ - { offsetInCU: 0x291, offset: 0xFABC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA0F0AAWl', symObjAddr: 0x5B8, symBinAddr: 0xC4280, symSize: 0x44 }
+ - { offsetInCU: 0x2A5, offset: 0xFABDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5FC, symBinAddr: 0xC42C4, symSize: 0x44 }
+ - { offsetInCU: 0x2B9, offset: 0xFABF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0AAWI', symObjAddr: 0x640, symBinAddr: 0xC4308, symSize: 0x24 }
+ - { offsetInCU: 0x2CD, offset: 0xFAC05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVACSEAAWl', symObjAddr: 0x664, symBinAddr: 0xC432C, symSize: 0x44 }
+ - { offsetInCU: 0x2E1, offset: 0xFAC19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6A8, symBinAddr: 0xC4370, symSize: 0x24 }
+ - { offsetInCU: 0x2F5, offset: 0xFAC2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwCP', symObjAddr: 0x6CC, symBinAddr: 0xC4394, symSize: 0x30 }
+ - { offsetInCU: 0x309, offset: 0xFAC41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwxx', symObjAddr: 0x6FC, symBinAddr: 0xC43C4, symSize: 0x28 }
+ - { offsetInCU: 0x31D, offset: 0xFAC55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwcp', symObjAddr: 0x724, symBinAddr: 0xC43EC, symSize: 0x44 }
+ - { offsetInCU: 0x331, offset: 0xFAC69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwca', symObjAddr: 0x768, symBinAddr: 0xC4430, symSize: 0x7C }
+ - { offsetInCU: 0x345, offset: 0xFAC7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwta', symObjAddr: 0x7F8, symBinAddr: 0xC44AC, symSize: 0x54 }
+ - { offsetInCU: 0x359, offset: 0xFAC91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwet', symObjAddr: 0x84C, symBinAddr: 0xC4500, symSize: 0x48 }
+ - { offsetInCU: 0x36D, offset: 0xFACA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwst', symObjAddr: 0x894, symBinAddr: 0xC4548, symSize: 0x48 }
+ - { offsetInCU: 0x381, offset: 0xFACB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVMa', symObjAddr: 0x8DC, symBinAddr: 0xC4590, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xFAEF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xC45A0, symSize: 0x1C }
+ - { offsetInCU: 0x77, offset: 0xFAF42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xC45A0, symSize: 0x1C }
+ - { offsetInCU: 0x12C, offset: 0xFAFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO9parameterSaySSGvg', symObjAddr: 0x1C, symBinAddr: 0xC45BC, symSize: 0x30 }
+ - { offsetInCU: 0x168, offset: 0xFB033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6callId14customItemKeysACSS_SaySSGtcfC', symObjAddr: 0x4C, symBinAddr: 0xC45EC, symSize: 0x14 }
+ - { offsetInCU: 0x1B3, offset: 0xFB07E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0xC0, symBinAddr: 0xC4660, symSize: 0x68 }
+ - { offsetInCU: 0x1D4, offset: 0xFB09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0x128, symBinAddr: 0xC46C8, symSize: 0x6C }
+ - { offsetInCU: 0x1FD, offset: 0xFB0C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x194, symBinAddr: 0xC4734, symSize: 0x6C }
+ - { offsetInCU: 0x226, offset: 0xFB0F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x200, symBinAddr: 0xC47A0, symSize: 0x4 }
+ - { offsetInCU: 0x242, offset: 0xFB10D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x204, symBinAddr: 0xC47A4, symSize: 0x4 }
+ - { offsetInCU: 0x25E, offset: 0xFB129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x208, symBinAddr: 0xC47A8, symSize: 0xC }
+ - { offsetInCU: 0x272, offset: 0xFB13D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6callIdSSvg', symObjAddr: 0x214, symBinAddr: 0xC47B4, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0xFB159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV14customItemKeysSaySSGvg', symObjAddr: 0x244, symBinAddr: 0xC47E4, symSize: 0x8 }
+ - { offsetInCU: 0x2B6, offset: 0xFB181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x24C, symBinAddr: 0xC47EC, symSize: 0x58 }
+ - { offsetInCU: 0x2EF, offset: 0xFB1BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2A4, symBinAddr: 0xC4844, symSize: 0x58 }
+ - { offsetInCU: 0x325, offset: 0xFB1F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2FC, symBinAddr: 0xC489C, symSize: 0x8 }
+ - { offsetInCU: 0x34C, offset: 0xFB217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x304, symBinAddr: 0xC48A4, symSize: 0xC }
+ - { offsetInCU: 0x374, offset: 0xFB23F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x310, symBinAddr: 0xC48B0, symSize: 0x4 }
+ - { offsetInCU: 0x388, offset: 0xFB253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x314, symBinAddr: 0xC48B4, symSize: 0x4 }
+ - { offsetInCU: 0x3BA, offset: 0xFB285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x480, symBinAddr: 0xC4A20, symSize: 0x64 }
+ - { offsetInCU: 0x3EE, offset: 0xFB2B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x4E4, symBinAddr: 0xC4A84, symSize: 0x24 }
+ - { offsetInCU: 0x426, offset: 0xFB2F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x508, symBinAddr: 0xC4AA8, symSize: 0x4 }
+ - { offsetInCU: 0x446, offset: 0xFB311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x508, symBinAddr: 0xC4AA8, symSize: 0x4 }
+ - { offsetInCU: 0x471, offset: 0xFB33C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x50C, symBinAddr: 0xC4AAC, symSize: 0x68 }
+ - { offsetInCU: 0x4BC, offset: 0xFB387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x574, symBinAddr: 0xC4B14, symSize: 0xC }
+ - { offsetInCU: 0x4D8, offset: 0xFB3A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x580, symBinAddr: 0xC4B20, symSize: 0xC }
+ - { offsetInCU: 0x4F4, offset: 0xFB3BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x764, symBinAddr: 0xC4CC4, symSize: 0x10 }
+ - { offsetInCU: 0x511, offset: 0xFB3DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5DC, symBinAddr: 0xC4B7C, symSize: 0x18 }
+ - { offsetInCU: 0x534, offset: 0xFB3FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x5F4, symBinAddr: 0xC4B94, symSize: 0x68 }
+ - { offsetInCU: 0x56B, offset: 0xFB436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x65C, symBinAddr: 0xC4BFC, symSize: 0x8 }
+ - { offsetInCU: 0x596, offset: 0xFB461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x664, symBinAddr: 0xC4C04, symSize: 0x8 }
+ - { offsetInCU: 0x5DE, offset: 0xFB4A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x66C, symBinAddr: 0xC4C0C, symSize: 0x18 }
+ - { offsetInCU: 0x616, offset: 0xFB4E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x684, symBinAddr: 0xC4C24, symSize: 0xA0 }
+ - { offsetInCU: 0x689, offset: 0xFB554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x774, symBinAddr: 0xC4CD4, symSize: 0xFC }
+ - { offsetInCU: 0x715, offset: 0xFB5E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultType_WZ', symObjAddr: 0x60, symBinAddr: 0xC4600, symSize: 0x20 }
+ - { offsetInCU: 0x72F, offset: 0xFB5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x80, symBinAddr: 0xC4620, symSize: 0x40 }
+ - { offsetInCU: 0x796, offset: 0xFB661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0xC4DD0, symSize: 0x4 }
+ - { offsetInCU: 0x7AA, offset: 0xFB675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x874, symBinAddr: 0xC4DD4, symSize: 0x44 }
+ - { offsetInCU: 0x7BE, offset: 0xFB689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0x8B8, symBinAddr: 0xC4E18, symSize: 0x4 }
+ - { offsetInCU: 0x7D2, offset: 0xFB69D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0x8BC, symBinAddr: 0xC4E1C, symSize: 0x44 }
+ - { offsetInCU: 0x7E6, offset: 0xFB6B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0xC4E60, symSize: 0x4 }
+ - { offsetInCU: 0x7FA, offset: 0xFB6C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0x904, symBinAddr: 0xC4E64, symSize: 0x44 }
+ - { offsetInCU: 0x80E, offset: 0xFB6D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x948, symBinAddr: 0xC4EA8, symSize: 0x24 }
+ - { offsetInCU: 0x822, offset: 0xFB6ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x9B0, symBinAddr: 0xC4ECC, symSize: 0x4 }
+ - { offsetInCU: 0x836, offset: 0xFB701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x9B4, symBinAddr: 0xC4ED0, symSize: 0x48 }
+ - { offsetInCU: 0x84A, offset: 0xFB715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x9FC, symBinAddr: 0xC4F18, symSize: 0x2C }
+ - { offsetInCU: 0x85E, offset: 0xFB729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA0G0AAWl', symObjAddr: 0xA28, symBinAddr: 0xC4F44, symSize: 0x44 }
+ - { offsetInCU: 0x872, offset: 0xFB73D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA6C, symBinAddr: 0xC4F88, symSize: 0x44 }
+ - { offsetInCU: 0x886, offset: 0xFB751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0AAWI', symObjAddr: 0xAB0, symBinAddr: 0xC4FCC, symSize: 0x24 }
+ - { offsetInCU: 0x89A, offset: 0xFB765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVACSEAAWl', symObjAddr: 0xAD4, symBinAddr: 0xC4FF0, symSize: 0x44 }
+ - { offsetInCU: 0x8AE, offset: 0xFB779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB18, symBinAddr: 0xC5034, symSize: 0x24 }
+ - { offsetInCU: 0x8C2, offset: 0xFB78D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwCP', symObjAddr: 0xB3C, symBinAddr: 0xC5058, symSize: 0x30 }
+ - { offsetInCU: 0x8D6, offset: 0xFB7A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwxx', symObjAddr: 0xB6C, symBinAddr: 0xC5088, symSize: 0x28 }
+ - { offsetInCU: 0x8EA, offset: 0xFB7B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwcp', symObjAddr: 0xB94, symBinAddr: 0xC50B0, symSize: 0x44 }
+ - { offsetInCU: 0x8FE, offset: 0xFB7C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwca', symObjAddr: 0xBD8, symBinAddr: 0xC50F4, symSize: 0x6C }
+ - { offsetInCU: 0x912, offset: 0xFB7DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwta', symObjAddr: 0xC50, symBinAddr: 0xC5160, symSize: 0x4C }
+ - { offsetInCU: 0x926, offset: 0xFB7F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwet', symObjAddr: 0xC9C, symBinAddr: 0xC51AC, symSize: 0x48 }
+ - { offsetInCU: 0x93A, offset: 0xFB805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwst', symObjAddr: 0xCE4, symBinAddr: 0xC51F4, symSize: 0x40 }
+ - { offsetInCU: 0x94E, offset: 0xFB819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVMa', symObjAddr: 0xD24, symBinAddr: 0xC5234, symSize: 0x10 }
+ - { offsetInCU: 0x962, offset: 0xFB82D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwet', symObjAddr: 0xD3C, symBinAddr: 0xC5244, symSize: 0x50 }
+ - { offsetInCU: 0x976, offset: 0xFB841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwst', symObjAddr: 0xD8C, symBinAddr: 0xC5294, symSize: 0x8C }
+ - { offsetInCU: 0x98A, offset: 0xFB855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0xE18, symBinAddr: 0xC5320, symSize: 0x8 }
+ - { offsetInCU: 0x99E, offset: 0xFB869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0xE20, symBinAddr: 0xC5328, symSize: 0x4 }
+ - { offsetInCU: 0x9B2, offset: 0xFB87D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0xE24, symBinAddr: 0xC532C, symSize: 0x4 }
+ - { offsetInCU: 0x9C6, offset: 0xFB891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0xE28, symBinAddr: 0xC5330, symSize: 0x10 }
+ - { offsetInCU: 0x9DA, offset: 0xFB8A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwCP', symObjAddr: 0xE38, symBinAddr: 0xC5340, symSize: 0x2C }
+ - { offsetInCU: 0x9EE, offset: 0xFB8B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwxx', symObjAddr: 0xE64, symBinAddr: 0xC536C, symSize: 0x8 }
+ - { offsetInCU: 0xA02, offset: 0xFB8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwcp', symObjAddr: 0xE6C, symBinAddr: 0xC5374, symSize: 0x2C }
+ - { offsetInCU: 0xA16, offset: 0xFB8E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwca', symObjAddr: 0xE98, symBinAddr: 0xC53A0, symSize: 0x38 }
+ - { offsetInCU: 0xA2A, offset: 0xFB8F5, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xED0, symBinAddr: 0xC53D8, symSize: 0xC }
+ - { offsetInCU: 0xA3E, offset: 0xFB909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwta', symObjAddr: 0xEDC, symBinAddr: 0xC53E4, symSize: 0x30 }
+ - { offsetInCU: 0xA52, offset: 0xFB91D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwet', symObjAddr: 0xF0C, symBinAddr: 0xC5414, symSize: 0x50 }
+ - { offsetInCU: 0xA66, offset: 0xFB931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwst', symObjAddr: 0xF5C, symBinAddr: 0xC5464, symSize: 0x54 }
+ - { offsetInCU: 0xA7A, offset: 0xFB945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwug', symObjAddr: 0xFB0, symBinAddr: 0xC54B8, symSize: 0x18 }
+ - { offsetInCU: 0xA8E, offset: 0xFB959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwup', symObjAddr: 0xFC8, symBinAddr: 0xC54D0, symSize: 0x4 }
+ - { offsetInCU: 0xAA2, offset: 0xFB96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwui', symObjAddr: 0xFCC, symBinAddr: 0xC54D4, symSize: 0x20 }
+ - { offsetInCU: 0xAB6, offset: 0xFB981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOMa', symObjAddr: 0xFEC, symBinAddr: 0xC54F4, symSize: 0x10 }
+ - { offsetInCU: 0xACA, offset: 0xFB995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0xFFC, symBinAddr: 0xC5504, symSize: 0x44 }
+ - { offsetInCU: 0xB28, offset: 0xFB9F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x318, symBinAddr: 0xC48B8, symSize: 0x80 }
+ - { offsetInCU: 0xC0C, offset: 0xFBAD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x398, symBinAddr: 0xC4938, symSize: 0x58 }
+ - { offsetInCU: 0xCB7, offset: 0xFBB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3F0, symBinAddr: 0xC4990, symSize: 0x3C }
+ - { offsetInCU: 0xD1E, offset: 0xFBBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x42C, symBinAddr: 0xC49CC, symSize: 0x54 }
+ - { offsetInCU: 0xDA7, offset: 0xFBC72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x58C, symBinAddr: 0xC4B2C, symSize: 0x28 }
+ - { offsetInCU: 0xDC3, offset: 0xFBC8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x5B4, symBinAddr: 0xC4B54, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0xFBF04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xC5548, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0xFBF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xC5548, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0xFBF3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC9candidateAA0D0Cvg', symObjAddr: 0xC, symBinAddr: 0xC5554, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xFBF58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x14, symBinAddr: 0xC555C, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0xFBF6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0xC5588, symSize: 0x48 }
+ - { offsetInCU: 0xB4, offset: 0xFBF91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x88, symBinAddr: 0xC55D0, symSize: 0x320 }
+ - { offsetInCU: 0x1B1, offset: 0xFC08E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seq9candidate16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_AA0D0CSSSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x560, symBinAddr: 0xC5910, symSize: 0x108 }
+ - { offsetInCU: 0x26C, offset: 0xFC149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seq9candidate16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_AA0D0CSSSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x668, symBinAddr: 0xC5A18, symSize: 0xBC }
+ - { offsetInCU: 0x35D, offset: 0xFC23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x724, symBinAddr: 0xC5AD4, symSize: 0x2C }
+ - { offsetInCU: 0x3BC, offset: 0xFC299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x750, symBinAddr: 0xC5B00, symSize: 0x2C }
+ - { offsetInCU: 0x419, offset: 0xFC2F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfd', symObjAddr: 0x798, symBinAddr: 0xC5B48, symSize: 0x3C }
+ - { offsetInCU: 0x46A, offset: 0xFC347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfD', symObjAddr: 0x7E8, symBinAddr: 0xC5B84, symSize: 0x44 }
+ - { offsetInCU: 0x4D2, offset: 0xFC3AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x82C, symBinAddr: 0xC5BC8, symSize: 0x10 }
+ - { offsetInCU: 0x513, offset: 0xFC3F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x83C, symBinAddr: 0xC5BD8, symSize: 0x30 }
+ - { offsetInCU: 0x546, offset: 0xFC423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0xC58F0, symSize: 0x20 }
+ - { offsetInCU: 0x617, offset: 0xFC4F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfE', symObjAddr: 0x77C, symBinAddr: 0xC5B2C, symSize: 0x1C }
+ - { offsetInCU: 0xA2, offset: 0xFC81D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5codecSSSgvg', symObjAddr: 0x0, symBinAddr: 0xC5C38, symSize: 0x5CC }
+ - { offsetInCU: 0x3A8, offset: 0xFCB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5delta2of4pathqd__Sgs7KeyPathCyAaB_pAA10PacketInfoVSgG_AIyAK0J6ValuesVAGGtSjRd__lF', symObjAddr: 0xBAC, symBinAddr: 0xC6204, symSize: 0x1ED0 }
+ - { offsetInCU: 0x441, offset: 0xFCBBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x2AB0, symBinAddr: 0xC8108, symSize: 0x74 }
+ - { offsetInCU: 0x47E, offset: 0xFCBF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x2B24, symBinAddr: 0xC817C, symSize: 0x74 }
+ - { offsetInCU: 0x4BB, offset: 0xFCC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8protocolSSSgvg', symObjAddr: 0x2B98, symBinAddr: 0xC81F0, symSize: 0xB8 }
+ - { offsetInCU: 0x4F8, offset: 0xFCC73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13relayProtocolSSSgvg', symObjAddr: 0x2C50, symBinAddr: 0xC82A8, symSize: 0xB8 }
+ - { offsetInCU: 0x535, offset: 0xFCCB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13candidateTypeSSSgvg', symObjAddr: 0x2D08, symBinAddr: 0xC8360, symSize: 0xB8 }
+ - { offsetInCU: 0x588, offset: 0xFCD03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvg', symObjAddr: 0x2DC0, symBinAddr: 0xC8418, symSize: 0x1418 }
+ - { offsetInCU: 0x836, offset: 0xFCFB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvgyAA10PacketInfoVXEfU0_', symObjAddr: 0x9FEC, symBinAddr: 0xCF644, symSize: 0x1184 }
+ - { offsetInCU: 0xB9B, offset: 0xFD316, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE6packet4typeAA10PacketInfoVSgAG0G4TypeO_tF', symObjAddr: 0x41D8, symBinAddr: 0xC9830, symSize: 0xE60 }
+ - { offsetInCU: 0xD7A, offset: 0xFD4F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE10allPackets4typeSayAA10PacketInfoVGAG0H4TypeO_tF', symObjAddr: 0x5038, symBinAddr: 0xCA690, symSize: 0xF78 }
+ - { offsetInCU: 0x101B, offset: 0xFD796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE9hasPacket4typeSbAA0F4InfoV0F4TypeO_tF', symObjAddr: 0x5FB0, symBinAddr: 0xCB608, symSize: 0x54 }
+ - { offsetInCU: 0x110A, offset: 0xFD885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsRateySdSgs5Int64VSg_AHtF', symObjAddr: 0x6004, symBinAddr: 0xCB65C, symSize: 0x4C }
+ - { offsetInCU: 0x118E, offset: 0xFD909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE7isValidSbvg', symObjAddr: 0x6050, symBinAddr: 0xCB6A8, symSize: 0x1A0 }
+ - { offsetInCU: 0x11CB, offset: 0xFD946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE3rttSdSgvg', symObjAddr: 0x61F0, symBinAddr: 0xCB848, symSize: 0x90 }
+ - { offsetInCU: 0x1227, offset: 0xFD9A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE6jitterSdSgvg', symObjAddr: 0x6280, symBinAddr: 0xCB8D8, symSize: 0x90 }
+ - { offsetInCU: 0x1283, offset: 0xFD9FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x6310, symBinAddr: 0xCB968, symSize: 0x74 }
+ - { offsetInCU: 0x12C0, offset: 0xFDA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x642C, symBinAddr: 0xCBA84, symSize: 0x74 }
+ - { offsetInCU: 0x12FD, offset: 0xFDA78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE21totalRemotePacketLosts5Int64VSgvg', symObjAddr: 0x64A0, symBinAddr: 0xCBAF8, symSize: 0x74 }
+ - { offsetInCU: 0x133A, offset: 0xFDAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16totalPacketsSents5Int64VSgvg', symObjAddr: 0x6644, symBinAddr: 0xCBC9C, symSize: 0x74 }
+ - { offsetInCU: 0x1377, offset: 0xFDAF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE14totalBytesSents5Int64VSgvg', symObjAddr: 0x66B8, symBinAddr: 0xCBD10, symSize: 0x74 }
+ - { offsetInCU: 0x13B4, offset: 0xFDB2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11networkTypeSSSgvg', symObjAddr: 0x6868, symBinAddr: 0xCBEC0, symSize: 0xB8 }
+ - { offsetInCU: 0x13F1, offset: 0xFDB6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8firCounts5Int64VSgvg', symObjAddr: 0x6920, symBinAddr: 0xCBF78, symSize: 0x74 }
+ - { offsetInCU: 0x142E, offset: 0xFDBA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8pliCounts5Int64VSgvg', symObjAddr: 0x6994, symBinAddr: 0xCBFEC, symSize: 0x74 }
+ - { offsetInCU: 0x146B, offset: 0xFDBE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE9nackCounts5Int64VSgvg', symObjAddr: 0x6A08, symBinAddr: 0xCC060, symSize: 0x74 }
+ - { offsetInCU: 0x14A8, offset: 0xFDC23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5qpSums5Int64VSgvg', symObjAddr: 0x6A7C, symBinAddr: 0xCC0D4, symSize: 0x74 }
+ - { offsetInCU: 0x14E5, offset: 0xFDC60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x6AF0, symBinAddr: 0xCC148, symSize: 0x74 }
+ - { offsetInCU: 0x1522, offset: 0xFDC9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x6B70, symBinAddr: 0xCC1C8, symSize: 0x74 }
+ - { offsetInCU: 0x155F, offset: 0xFDCDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x6BE4, symBinAddr: 0xCC23C, symSize: 0x74 }
+ - { offsetInCU: 0x159C, offset: 0xFDD17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE15totalDecodeTimeSdSgvg', symObjAddr: 0x6C58, symBinAddr: 0xCC2B0, symSize: 0x74 }
+ - { offsetInCU: 0x15D9, offset: 0xFDD54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalInterFrameDelaySdSgvg', symObjAddr: 0x6CCC, symBinAddr: 0xCC324, symSize: 0x74 }
+ - { offsetInCU: 0x1616, offset: 0xFDD91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x6D40, symBinAddr: 0xCC398, symSize: 0x74 }
+ - { offsetInCU: 0x1653, offset: 0xFDDCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE25outboundMediaSourcePacketAA0H4InfoVSgvg', symObjAddr: 0x6DB4, symBinAddr: 0xCC40C, symSize: 0xF14 }
+ - { offsetInCU: 0x17E3, offset: 0xFDF5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19outboundTrackPacketAA0G4InfoVSgvg', symObjAddr: 0x7CC8, symBinAddr: 0xCD320, symSize: 0xF14 }
+ - { offsetInCU: 0x1973, offset: 0xFE0EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18inboundTrackPacketAA0G4InfoVSgvg', symObjAddr: 0x8BDC, symBinAddr: 0xCE234, symSize: 0xF14 }
+ - { offsetInCU: 0x1B03, offset: 0xFE27E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x9AF0, symBinAddr: 0xCF148, symSize: 0x74 }
+ - { offsetInCU: 0x1B40, offset: 0xFE2BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x9B64, symBinAddr: 0xCF1BC, symSize: 0x74 }
+ - { offsetInCU: 0x1B7D, offset: 0xFE2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE12fractionLostSdSgvg', symObjAddr: 0x9BD8, symBinAddr: 0xCF230, symSize: 0x74 }
+ - { offsetInCU: 0x1BBA, offset: 0xFE335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16packetsDiscardeds5Int64VSgvg', symObjAddr: 0x9C4C, symBinAddr: 0xCF2A4, symSize: 0x74 }
+ - { offsetInCU: 0x1BF7, offset: 0xFE372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x9CC0, symBinAddr: 0xCF318, symSize: 0x74 }
+ - { offsetInCU: 0x1C34, offset: 0xFE3AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19fecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x9D34, symBinAddr: 0xCF38C, symSize: 0x74 }
+ - { offsetInCU: 0x1C71, offset: 0xFE3EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x9DA8, symBinAddr: 0xCF400, symSize: 0x74 }
+ - { offsetInCU: 0x1CAE, offset: 0xFE429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16concealedSampless5Int64VSgvg', symObjAddr: 0x9E1C, symBinAddr: 0xCF474, symSize: 0x74 }
+ - { offsetInCU: 0x1CEB, offset: 0xFE466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x9E90, symBinAddr: 0xCF4E8, symSize: 0x74 }
+ - { offsetInCU: 0x1D28, offset: 0xFE4A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0x9F04, symBinAddr: 0xCF55C, symSize: 0x74 }
+ - { offsetInCU: 0x1D65, offset: 0xFE4E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0x9F78, symBinAddr: 0xCF5D0, symSize: 0x74 }
+ - { offsetInCU: 0x1ED6, offset: 0xFE651, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKFSS_Tg5', symObjAddr: 0xB170, symBinAddr: 0xD07C8, symSize: 0x418 }
+ - { offsetInCU: 0x227C, offset: 0xFE9F7, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKF17appendSubsequenceL_3endSb5IndexQz_tSlRzlFSS_Tg5', symObjAddr: 0xB588, symBinAddr: 0xD0BE0, symSize: 0x10C }
+ - { offsetInCU: 0x23D5, offset: 0xFEB50, size: 0x8, addend: 0x0, symName: '_$sSa9_getCountSiyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB694, symBinAddr: 0xD0CEC, symSize: 0x8 }
+ - { offsetInCU: 0x23ED, offset: 0xFEB68, size: 0x8, addend: 0x0, symName: '_$sSa9_getCountSiyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB694, symBinAddr: 0xD0CEC, symSize: 0x8 }
+ - { offsetInCU: 0x23FE, offset: 0xFEB79, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12_endMutationyyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB69C, symBinAddr: 0xD0CF4, symSize: 0x4 }
+ - { offsetInCU: 0x2416, offset: 0xFEB91, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV034_makeUniqueAndReserveCapacityIfNotD0yyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB6A0, symBinAddr: 0xD0CF8, symSize: 0x48 }
+ - { offsetInCU: 0x2468, offset: 0xFEBE3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV36_reserveCapacityAssumingUniqueBuffer8oldCountySi_tF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB6E8, symBinAddr: 0xD0D40, symSize: 0x28 }
+ - { offsetInCU: 0x247C, offset: 0xFEBF7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xB710, symBinAddr: 0xD0D68, symSize: 0x20 }
+ - { offsetInCU: 0x24E1, offset: 0xFEC5C, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5', symObjAddr: 0xB730, symBinAddr: 0xD0D88, symSize: 0x54 }
+ - { offsetInCU: 0x2570, offset: 0xFECEB, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0xB784, symBinAddr: 0xD0DDC, symSize: 0x54 }
+ - { offsetInCU: 0x27, offset: 0xFF5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0xD0FCC, symSize: 0x314 }
+ - { offsetInCU: 0x56, offset: 0xFF60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0xD0FCC, symSize: 0x314 }
+ - { offsetInCU: 0x114, offset: 0xFF6CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tFyyYbcfU_', symObjAddr: 0x314, symBinAddr: 0xD12E0, symSize: 0x78 }
+ - { offsetInCU: 0x165, offset: 0xFF71C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x38C, symBinAddr: 0xD1358, symSize: 0x5C }
+ - { offsetInCU: 0x1F9, offset: 0xFF7B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCACycfC', symObjAddr: 0x3E8, symBinAddr: 0xD13B4, symSize: 0x10 }
+ - { offsetInCU: 0x217, offset: 0xFF7CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCACycfc', symObjAddr: 0x3F8, symBinAddr: 0xD13C4, symSize: 0x8 }
+ - { offsetInCU: 0x246, offset: 0xFF7FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCfd', symObjAddr: 0x400, symBinAddr: 0xD13CC, symSize: 0x8 }
+ - { offsetInCU: 0x275, offset: 0xFF82C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCfD', symObjAddr: 0x408, symBinAddr: 0xD13D4, symSize: 0x10 }
+ - { offsetInCU: 0x345, offset: 0xFF8FC, size: 0x8, addend: 0x0, symName: '_$sSGsE4next10upperBoundqd__qd___ts17FixedWidthIntegerRd__SURd__lFs27SystemRandomNumberGeneratorV_SuTg5', symObjAddr: 0x418, symBinAddr: 0xD13E4, symSize: 0x88 }
+ - { offsetInCU: 0x3E6, offset: 0xFF99D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x4F0, symBinAddr: 0xD14BC, symSize: 0x8 }
+ - { offsetInCU: 0x3FA, offset: 0xFF9B1, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4F8, symBinAddr: 0xD14C4, symSize: 0x10 }
+ - { offsetInCU: 0x40E, offset: 0xFF9C5, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x508, symBinAddr: 0xD14D4, symSize: 0x8 }
+ - { offsetInCU: 0x422, offset: 0xFF9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCMa', symObjAddr: 0x628, symBinAddr: 0xD14DC, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xFFC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0xD14FC, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0xFFC7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0xD14FC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0xFFC97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x8, symBinAddr: 0xD1504, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0xFFCAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV06systemE7EnabledSbvg', symObjAddr: 0x10, symBinAddr: 0xD150C, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0xFFCC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV18deviceManufacturerSSvg', symObjAddr: 0x18, symBinAddr: 0xD1514, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0xFFCE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV8deviceOSSSvg', symObjAddr: 0x44, symBinAddr: 0xD1540, symSize: 0x2C }
+ - { offsetInCU: 0xCF, offset: 0xFFCFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6userId8pushType5token06systemE7Enabled18deviceManufacturer0O2OSACSS_AA0eK0OSSSbS2StcfC', symObjAddr: 0x70, symBinAddr: 0xD156C, symSize: 0x54 }
+ - { offsetInCU: 0x120, offset: 0xFFD50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xC4, symBinAddr: 0xD15C0, symSize: 0x5C }
+ - { offsetInCU: 0x178, offset: 0xFFDA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x120, symBinAddr: 0xD161C, symSize: 0x5C }
+ - { offsetInCU: 0x1E0, offset: 0xFFE10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x17C, symBinAddr: 0xD1678, symSize: 0x8 }
+ - { offsetInCU: 0x207, offset: 0xFFE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x184, symBinAddr: 0xD1680, symSize: 0xC }
+ - { offsetInCU: 0x22E, offset: 0xFFE5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x190, symBinAddr: 0xD168C, symSize: 0x58 }
+ - { offsetInCU: 0x267, offset: 0xFFE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1E8, symBinAddr: 0xD16E4, symSize: 0x58 }
+ - { offsetInCU: 0x2BE, offset: 0xFFEEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x3C4, symBinAddr: 0xD18C0, symSize: 0x64 }
+ - { offsetInCU: 0x324, offset: 0xFFF54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x428, symBinAddr: 0xD1924, symSize: 0x28 }
+ - { offsetInCU: 0x338, offset: 0xFFF68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x450, symBinAddr: 0xD194C, symSize: 0x8 }
+ - { offsetInCU: 0x36E, offset: 0xFFF9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x458, symBinAddr: 0xD1954, symSize: 0x68 }
+ - { offsetInCU: 0x3F3, offset: 0x100023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4C0, symBinAddr: 0xD19BC, symSize: 0xC }
+ - { offsetInCU: 0x40F, offset: 0x10003F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4CC, symBinAddr: 0xD19C8, symSize: 0xC }
+ - { offsetInCU: 0x42C, offset: 0x10005C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x528, symBinAddr: 0xD1A24, symSize: 0x12C }
+ - { offsetInCU: 0x488, offset: 0x1000B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x654, symBinAddr: 0xD1B50, symSize: 0x8 }
+ - { offsetInCU: 0x4B3, offset: 0x1000E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x65C, symBinAddr: 0xD1B58, symSize: 0x8 }
+ - { offsetInCU: 0x4E5, offset: 0x100115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x664, symBinAddr: 0xD1B60, symSize: 0x40 }
+ - { offsetInCU: 0x508, offset: 0x100138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6userId8pushType5token06systemE7Enabled18deviceManufacturer0O2OSACSS_AA0eK0OSSSbS2StcfCTf4nnnnnnd_n', symObjAddr: 0x6A4, symBinAddr: 0xD1BA0, symSize: 0x128 }
+ - { offsetInCU: 0x5B1, offset: 0x1001E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x830, symBinAddr: 0xD1CC8, symSize: 0x44 }
+ - { offsetInCU: 0x5C5, offset: 0x1001F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x874, symBinAddr: 0xD1D0C, symSize: 0x4 }
+ - { offsetInCU: 0x5D9, offset: 0x100209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x878, symBinAddr: 0xD1D10, symSize: 0x44 }
+ - { offsetInCU: 0x5ED, offset: 0x10021D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8BC, symBinAddr: 0xD1D54, symSize: 0x4 }
+ - { offsetInCU: 0x601, offset: 0x100231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8C0, symBinAddr: 0xD1D58, symSize: 0x44 }
+ - { offsetInCU: 0x615, offset: 0x100245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x904, symBinAddr: 0xD1D9C, symSize: 0x4 }
+ - { offsetInCU: 0x629, offset: 0x100259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x908, symBinAddr: 0xD1DA0, symSize: 0x44 }
+ - { offsetInCU: 0x63D, offset: 0x10026D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0x94C, symBinAddr: 0xD1DE4, symSize: 0x24 }
+ - { offsetInCU: 0x651, offset: 0x100281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0x970, symBinAddr: 0xD1E08, symSize: 0x44 }
+ - { offsetInCU: 0x665, offset: 0x100295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x9B4, symBinAddr: 0xD1E4C, symSize: 0x24 }
+ - { offsetInCU: 0x679, offset: 0x1002A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0x9D8, symBinAddr: 0xD1E70, symSize: 0x44 }
+ - { offsetInCU: 0x68D, offset: 0x1002BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA11RequestableAAWI', symObjAddr: 0xA1C, symBinAddr: 0xD1EB4, symSize: 0x2C }
+ - { offsetInCU: 0x6A1, offset: 0x1002D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA0G0AAWl', symObjAddr: 0xA48, symBinAddr: 0xD1EE0, symSize: 0x44 }
+ - { offsetInCU: 0x6B5, offset: 0x1002E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA8C, symBinAddr: 0xD1F24, symSize: 0x44 }
+ - { offsetInCU: 0x6C9, offset: 0x1002F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xAD0, symBinAddr: 0xD1F68, symSize: 0x4 }
+ - { offsetInCU: 0x6DD, offset: 0x10030D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0AAWI', symObjAddr: 0xB18, symBinAddr: 0xD1F6C, symSize: 0x24 }
+ - { offsetInCU: 0x6F1, offset: 0x100321, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVACSEAAWl', symObjAddr: 0xB3C, symBinAddr: 0xD1F90, symSize: 0x44 }
+ - { offsetInCU: 0x705, offset: 0x100335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB80, symBinAddr: 0xD1FD4, symSize: 0x24 }
+ - { offsetInCU: 0x719, offset: 0x100349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwCP', symObjAddr: 0xBA4, symBinAddr: 0xD1FF8, symSize: 0x30 }
+ - { offsetInCU: 0x72D, offset: 0x10035D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwxx', symObjAddr: 0xBD4, symBinAddr: 0xD2028, symSize: 0x30 }
+ - { offsetInCU: 0x741, offset: 0x100371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwcp', symObjAddr: 0xC04, symBinAddr: 0xD2058, symSize: 0x64 }
+ - { offsetInCU: 0x755, offset: 0x100385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwca', symObjAddr: 0xC68, symBinAddr: 0xD20BC, symSize: 0x94 }
+ - { offsetInCU: 0x769, offset: 0x100399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwta', symObjAddr: 0xD18, symBinAddr: 0xD2150, symSize: 0x64 }
+ - { offsetInCU: 0x77D, offset: 0x1003AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwet', symObjAddr: 0xD7C, symBinAddr: 0xD21B4, symSize: 0x48 }
+ - { offsetInCU: 0x791, offset: 0x1003C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwst', symObjAddr: 0xDC4, symBinAddr: 0xD21FC, symSize: 0x4C }
+ - { offsetInCU: 0x7A5, offset: 0x1003D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVMa', symObjAddr: 0xE10, symBinAddr: 0xD2248, symSize: 0x10 }
+ - { offsetInCU: 0x7B9, offset: 0x1003E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwet', symObjAddr: 0xE30, symBinAddr: 0xD2258, symSize: 0x90 }
+ - { offsetInCU: 0x7CD, offset: 0x1003FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwst', symObjAddr: 0xEC0, symBinAddr: 0xD22E8, symSize: 0xBC }
+ - { offsetInCU: 0x7E1, offset: 0x100411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwug', symObjAddr: 0xF7C, symBinAddr: 0xD23A4, symSize: 0x8 }
+ - { offsetInCU: 0x7F5, offset: 0x100425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwup', symObjAddr: 0xF84, symBinAddr: 0xD23AC, symSize: 0x4 }
+ - { offsetInCU: 0x809, offset: 0x100439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwui', symObjAddr: 0xF88, symBinAddr: 0xD23B0, symSize: 0x8 }
+ - { offsetInCU: 0x81D, offset: 0x10044D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOMa', symObjAddr: 0xF90, symBinAddr: 0xD23B8, symSize: 0x10 }
+ - { offsetInCU: 0x86C, offset: 0x10049C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x240, symBinAddr: 0xD173C, symSize: 0x88 }
+ - { offsetInCU: 0x91B, offset: 0x10054B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2C8, symBinAddr: 0xD17C4, symSize: 0x60 }
+ - { offsetInCU: 0x999, offset: 0x1005C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x328, symBinAddr: 0xD1824, symSize: 0x40 }
+ - { offsetInCU: 0x9EB, offset: 0x10061B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x368, symBinAddr: 0xD1864, symSize: 0x5C }
+ - { offsetInCU: 0xA47, offset: 0x100677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4D8, symBinAddr: 0xD19D4, symSize: 0x28 }
+ - { offsetInCU: 0xA63, offset: 0x100693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x500, symBinAddr: 0xD19FC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1008AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomId011participantH008endpointH03sdpACSS_S3StcfC', symObjAddr: 0x0, symBinAddr: 0xD23C8, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0x1008D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomId011participantH008endpointH03sdpACSS_S3StcfC', symObjAddr: 0x0, symBinAddr: 0xD23C8, symSize: 0x1C }
+ - { offsetInCU: 0xBA, offset: 0x10093F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvgZ', symObjAddr: 0x7C, symBinAddr: 0xD2444, symSize: 0x68 }
+ - { offsetInCU: 0xDB, offset: 0x100960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvsZ', symObjAddr: 0xE4, symBinAddr: 0xD24AC, symSize: 0x6C }
+ - { offsetInCU: 0x104, offset: 0x100989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ', symObjAddr: 0x150, symBinAddr: 0xD2518, symSize: 0x6C }
+ - { offsetInCU: 0x12D, offset: 0x1009B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ.resume.0', symObjAddr: 0x1BC, symBinAddr: 0xD2584, symSize: 0x4 }
+ - { offsetInCU: 0x149, offset: 0x1009CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C0, symBinAddr: 0xD2588, symSize: 0xD8 }
+ - { offsetInCU: 0x1CC, offset: 0x100A51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x300, symBinAddr: 0xD2660, symSize: 0x8 }
+ - { offsetInCU: 0x1E8, offset: 0x100A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomIdSSvg', symObjAddr: 0x308, symBinAddr: 0xD2668, symSize: 0x2C }
+ - { offsetInCU: 0x204, offset: 0x100A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV13participantIdSSvg', symObjAddr: 0x334, symBinAddr: 0xD2694, symSize: 0x2C }
+ - { offsetInCU: 0x220, offset: 0x100AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10endpointIdSSvg', symObjAddr: 0x360, symBinAddr: 0xD26C0, symSize: 0x2C }
+ - { offsetInCU: 0x23C, offset: 0x100AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV3sdpSSvg', symObjAddr: 0x38C, symBinAddr: 0xD26EC, symSize: 0x2C }
+ - { offsetInCU: 0x258, offset: 0x100ADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B8, symBinAddr: 0xD2718, symSize: 0xE0 }
+ - { offsetInCU: 0x2A1, offset: 0x100B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x5B4, symBinAddr: 0xD28AC, symSize: 0x68 }
+ - { offsetInCU: 0x2D8, offset: 0x100B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x738, symBinAddr: 0xD29EC, symSize: 0x8 }
+ - { offsetInCU: 0x2F4, offset: 0x100B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x740, symBinAddr: 0xD29F4, symSize: 0x40 }
+ - { offsetInCU: 0x35E, offset: 0x100BE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x80C, symBinAddr: 0xD2AC0, symSize: 0xEC }
+ - { offsetInCU: 0x3AB, offset: 0x100C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultType_WZ', symObjAddr: 0x1C, symBinAddr: 0xD23E4, symSize: 0x20 }
+ - { offsetInCU: 0x3C5, offset: 0x100C4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvau', symObjAddr: 0x3C, symBinAddr: 0xD2404, symSize: 0x40 }
+ - { offsetInCU: 0x40B, offset: 0x100C90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x500, symBinAddr: 0xD27F8, symSize: 0x24 }
+ - { offsetInCU: 0x41F, offset: 0x100CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x524, symBinAddr: 0xD281C, symSize: 0x44 }
+ - { offsetInCU: 0x433, offset: 0x100CB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x568, symBinAddr: 0xD2860, symSize: 0x4 }
+ - { offsetInCU: 0x447, offset: 0x100CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAcA11RespondableAAWl', symObjAddr: 0x56C, symBinAddr: 0xD2864, symSize: 0x48 }
+ - { offsetInCU: 0x45B, offset: 0x100CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x61C, symBinAddr: 0xD2914, symSize: 0x24 }
+ - { offsetInCU: 0x46F, offset: 0x100CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x684, symBinAddr: 0xD2938, symSize: 0x2C }
+ - { offsetInCU: 0x483, offset: 0x100D08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA0F0AAWl', symObjAddr: 0x6B0, symBinAddr: 0xD2964, symSize: 0x44 }
+ - { offsetInCU: 0x497, offset: 0x100D1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6F4, symBinAddr: 0xD29A8, symSize: 0x44 }
+ - { offsetInCU: 0x4AB, offset: 0x100D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0AAWI', symObjAddr: 0x780, symBinAddr: 0xD2A34, symSize: 0x24 }
+ - { offsetInCU: 0x4BF, offset: 0x100D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVACSEAAWl', symObjAddr: 0x7A4, symBinAddr: 0xD2A58, symSize: 0x44 }
+ - { offsetInCU: 0x4D3, offset: 0x100D58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x7E8, symBinAddr: 0xD2A9C, symSize: 0x24 }
+ - { offsetInCU: 0x4FE, offset: 0x100D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwCP', symObjAddr: 0x8F8, symBinAddr: 0xD2BAC, symSize: 0x30 }
+ - { offsetInCU: 0x512, offset: 0x100D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwxx', symObjAddr: 0x928, symBinAddr: 0xD2BDC, symSize: 0x38 }
+ - { offsetInCU: 0x526, offset: 0x100DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwcp', symObjAddr: 0x960, symBinAddr: 0xD2C14, symSize: 0x6C }
+ - { offsetInCU: 0x53A, offset: 0x100DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwca', symObjAddr: 0x9CC, symBinAddr: 0xD2C80, symSize: 0xB4 }
+ - { offsetInCU: 0x54E, offset: 0x100DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwta', symObjAddr: 0xAA4, symBinAddr: 0xD2D34, symSize: 0x6C }
+ - { offsetInCU: 0x562, offset: 0x100DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwet', symObjAddr: 0xB10, symBinAddr: 0xD2DA0, symSize: 0x48 }
+ - { offsetInCU: 0x576, offset: 0x100DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwst', symObjAddr: 0xB58, symBinAddr: 0xD2DE8, symSize: 0x50 }
+ - { offsetInCU: 0x58A, offset: 0x100E0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVMa', symObjAddr: 0xBA8, symBinAddr: 0xD2E38, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x101074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xD2E48, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x101090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10affectedAts5Int64VSgvg', symObjAddr: 0x8, symBinAddr: 0xD2E50, symSize: 0xC }
+ - { offsetInCU: 0x8F, offset: 0x1010B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x14, symBinAddr: 0xD2E5C, symSize: 0x6C }
+ - { offsetInCU: 0xC8, offset: 0x1010F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0xD2EC8, symSize: 0x6C }
+ - { offsetInCU: 0xFE, offset: 0x101127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x12C, symBinAddr: 0xD2F34, symSize: 0x8 }
+ - { offsetInCU: 0x125, offset: 0x10114E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x134, symBinAddr: 0xD2F3C, symSize: 0xC }
+ - { offsetInCU: 0x14C, offset: 0x101175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x140, symBinAddr: 0xD2F48, symSize: 0x48 }
+ - { offsetInCU: 0x173, offset: 0x10119C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x188, symBinAddr: 0xD2F90, symSize: 0x48 }
+ - { offsetInCU: 0x1A9, offset: 0x1011D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x354, symBinAddr: 0xD315C, symSize: 0x70 }
+ - { offsetInCU: 0x1DD, offset: 0x101206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x3C4, symBinAddr: 0xD31CC, symSize: 0x28 }
+ - { offsetInCU: 0x1F1, offset: 0x10121A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3EC, symBinAddr: 0xD31F4, symSize: 0x8 }
+ - { offsetInCU: 0x227, offset: 0x101250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F4, symBinAddr: 0xD31FC, symSize: 0x74 }
+ - { offsetInCU: 0x272, offset: 0x10129B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x468, symBinAddr: 0xD3270, symSize: 0xC }
+ - { offsetInCU: 0x28E, offset: 0x1012B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x474, symBinAddr: 0xD327C, symSize: 0xC }
+ - { offsetInCU: 0x2AB, offset: 0x1012D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4D0, symBinAddr: 0xD32D8, symSize: 0x4C }
+ - { offsetInCU: 0x2D0, offset: 0x1012F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x51C, symBinAddr: 0xD3324, symSize: 0x1A0 }
+ - { offsetInCU: 0x362, offset: 0x10138B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG010affectedAtACSDyS2SG_s5Int64VSgtcfC', symObjAddr: 0x804, symBinAddr: 0xD3528, symSize: 0x48 }
+ - { offsetInCU: 0x3B1, offset: 0x1013DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG010affectedAtACSDyS2SG_s5Int64VSgtcfc', symObjAddr: 0x84C, symBinAddr: 0xD3570, symSize: 0x14 }
+ - { offsetInCU: 0x3E2, offset: 0x10140B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCfd', symObjAddr: 0x860, symBinAddr: 0xD3584, symSize: 0x1C }
+ - { offsetInCU: 0x41D, offset: 0x101446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCfD', symObjAddr: 0x87C, symBinAddr: 0xD35A0, symSize: 0x24 }
+ - { offsetInCU: 0x468, offset: 0x101491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA68, symBinAddr: 0xD378C, symSize: 0x2C }
+ - { offsetInCU: 0x4AD, offset: 0x1014D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x6E0, symBinAddr: 0xD34C4, symSize: 0x44 }
+ - { offsetInCU: 0x4C1, offset: 0x1014EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCMa', symObjAddr: 0x724, symBinAddr: 0xD3508, symSize: 0x20 }
+ - { offsetInCU: 0x4D5, offset: 0x1014FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8A0, symBinAddr: 0xD35C4, symSize: 0x4 }
+ - { offsetInCU: 0x4E9, offset: 0x101512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8A4, symBinAddr: 0xD35C8, symSize: 0x44 }
+ - { offsetInCU: 0x4FD, offset: 0x101526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x8E8, symBinAddr: 0xD360C, symSize: 0x4 }
+ - { offsetInCU: 0x511, offset: 0x10153A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x8EC, symBinAddr: 0xD3610, symSize: 0x44 }
+ - { offsetInCU: 0x525, offset: 0x10154E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0xD3654, symSize: 0x4 }
+ - { offsetInCU: 0x539, offset: 0x101562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0x934, symBinAddr: 0xD3658, symSize: 0x44 }
+ - { offsetInCU: 0x54D, offset: 0x101576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x978, symBinAddr: 0xD369C, symSize: 0x4C }
+ - { offsetInCU: 0x561, offset: 0x10158A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0x9C4, symBinAddr: 0xD36E8, symSize: 0x34 }
+ - { offsetInCU: 0x575, offset: 0x10159E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA34, symBinAddr: 0xD3758, symSize: 0x34 }
+ - { offsetInCU: 0x589, offset: 0x1015B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xAD4, symBinAddr: 0xD37E8, symSize: 0x90 }
+ - { offsetInCU: 0x59D, offset: 0x1015C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xB64, symBinAddr: 0xD3878, symSize: 0xBC }
+ - { offsetInCU: 0x5B1, offset: 0x1015DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xC20, symBinAddr: 0xD3934, symSize: 0x8 }
+ - { offsetInCU: 0x5C5, offset: 0x1015EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xC28, symBinAddr: 0xD393C, symSize: 0x4 }
+ - { offsetInCU: 0x5D9, offset: 0x101602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xC2C, symBinAddr: 0xD3940, symSize: 0xC }
+ - { offsetInCU: 0x5ED, offset: 0x101616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xC38, symBinAddr: 0xD394C, symSize: 0x10 }
+ - { offsetInCU: 0x636, offset: 0x10165F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D0, symBinAddr: 0xD2FD8, symSize: 0x88 }
+ - { offsetInCU: 0x6E5, offset: 0x10170E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x258, symBinAddr: 0xD3060, symSize: 0x60 }
+ - { offsetInCU: 0x77B, offset: 0x1017A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B8, symBinAddr: 0xD30C0, symSize: 0x40 }
+ - { offsetInCU: 0x7CD, offset: 0x1017F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2F8, symBinAddr: 0xD3100, symSize: 0x5C }
+ - { offsetInCU: 0x841, offset: 0x10186A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x480, symBinAddr: 0xD3288, symSize: 0x28 }
+ - { offsetInCU: 0x85D, offset: 0x101886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4A8, symBinAddr: 0xD32B0, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x101B14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfC', symObjAddr: 0x0, symBinAddr: 0xD395C, symSize: 0x8C }
+ - { offsetInCU: 0x67, offset: 0x101B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xEC, symBinAddr: 0xD3A48, symSize: 0x68 }
+ - { offsetInCU: 0x88, offset: 0x101B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x154, symBinAddr: 0xD3AB0, symSize: 0x6C }
+ - { offsetInCU: 0xB1, offset: 0x101B7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1C0, symBinAddr: 0xD3B1C, symSize: 0x6C }
+ - { offsetInCU: 0xDA, offset: 0x101BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x22C, symBinAddr: 0xD3B88, symSize: 0x4 }
+ - { offsetInCU: 0xF6, offset: 0x101BBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callIdSSvg', symObjAddr: 0x230, symBinAddr: 0xD3B8C, symSize: 0x2C }
+ - { offsetInCU: 0x112, offset: 0x101BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV11constraintsAA15CallConstraintsCvg', symObjAddr: 0x25C, symBinAddr: 0xD3BB8, symSize: 0x8 }
+ - { offsetInCU: 0x12E, offset: 0x101BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV8clientIdSSvg', symObjAddr: 0x264, symBinAddr: 0xD3BC0, symSize: 0x2C }
+ - { offsetInCU: 0x14A, offset: 0x101C13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x290, symBinAddr: 0xD3BEC, symSize: 0x8 }
+ - { offsetInCU: 0x166, offset: 0x101C2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x298, symBinAddr: 0xD3BF4, symSize: 0x8 }
+ - { offsetInCU: 0x182, offset: 0x101C4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV9requestIdSSvg', symObjAddr: 0x2A0, symBinAddr: 0xD3BFC, symSize: 0x2C }
+ - { offsetInCU: 0x196, offset: 0x101C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2CC, symBinAddr: 0xD3C28, symSize: 0x27C }
+ - { offsetInCU: 0x209, offset: 0x101CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x548, symBinAddr: 0xD3EA4, symSize: 0x8 }
+ - { offsetInCU: 0x234, offset: 0x101CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x550, symBinAddr: 0xD3EAC, symSize: 0x68 }
+ - { offsetInCU: 0x27A, offset: 0x101D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x5B8, symBinAddr: 0xD3F14, symSize: 0x2C }
+ - { offsetInCU: 0x2AC, offset: 0x101D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5E4, symBinAddr: 0xD3F40, symSize: 0x40 }
+ - { offsetInCU: 0x2CF, offset: 0x101D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfCTf4ggggd_n', symObjAddr: 0x624, symBinAddr: 0xD3F80, symSize: 0xE4 }
+ - { offsetInCU: 0x33F, offset: 0x101E08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultType_WZ', symObjAddr: 0x8C, symBinAddr: 0xD39E8, symSize: 0x20 }
+ - { offsetInCU: 0x359, offset: 0x101E22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xAC, symBinAddr: 0xD3A08, symSize: 0x40 }
+ - { offsetInCU: 0x37E, offset: 0x101E47, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGSayxGSEsSERzlWl', symObjAddr: 0x7F4, symBinAddr: 0xD4064, symSize: 0x64 }
+ - { offsetInCU: 0x392, offset: 0x101E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSEAAWl', symObjAddr: 0x89C, symBinAddr: 0xD40C8, symSize: 0x44 }
+ - { offsetInCU: 0x3A6, offset: 0x101E6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x8E0, symBinAddr: 0xD410C, symSize: 0x24 }
+ - { offsetInCU: 0x3BA, offset: 0x101E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA13WSRequestableAAWl', symObjAddr: 0x904, symBinAddr: 0xD4130, symSize: 0x44 }
+ - { offsetInCU: 0x3CE, offset: 0x101E97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x948, symBinAddr: 0xD4174, symSize: 0x2C }
+ - { offsetInCU: 0x3E2, offset: 0x101EAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13WSRequestableAAWI', symObjAddr: 0x9B4, symBinAddr: 0xD41E0, symSize: 0x24 }
+ - { offsetInCU: 0x3F6, offset: 0x101EBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA11RequestableAAWI', symObjAddr: 0xA1C, symBinAddr: 0xD4204, symSize: 0x2C }
+ - { offsetInCU: 0x40A, offset: 0x101ED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA0E0AAWl', symObjAddr: 0xA48, symBinAddr: 0xD4230, symSize: 0x44 }
+ - { offsetInCU: 0x41E, offset: 0x101EE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA8C, symBinAddr: 0xD4274, symSize: 0x44 }
+ - { offsetInCU: 0x432, offset: 0x101EFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0AAWI', symObjAddr: 0xAD0, symBinAddr: 0xD42B8, symSize: 0x24 }
+ - { offsetInCU: 0x446, offset: 0x101F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVACSEAAWl', symObjAddr: 0xAF4, symBinAddr: 0xD42DC, symSize: 0x44 }
+ - { offsetInCU: 0x45A, offset: 0x101F23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB38, symBinAddr: 0xD4320, symSize: 0x24 }
+ - { offsetInCU: 0x46E, offset: 0x101F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwCP', symObjAddr: 0xB5C, symBinAddr: 0xD4344, symSize: 0x30 }
+ - { offsetInCU: 0x482, offset: 0x101F4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwxx', symObjAddr: 0xB8C, symBinAddr: 0xD4374, symSize: 0x40 }
+ - { offsetInCU: 0x496, offset: 0x101F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwcp', symObjAddr: 0xBCC, symBinAddr: 0xD43B4, symSize: 0x7C }
+ - { offsetInCU: 0x4AA, offset: 0x101F73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwca', symObjAddr: 0xC48, symBinAddr: 0xD4430, symSize: 0xC4 }
+ - { offsetInCU: 0x4BE, offset: 0x101F87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwta', symObjAddr: 0xD30, symBinAddr: 0xD44F4, symSize: 0x7C }
+ - { offsetInCU: 0x4D2, offset: 0x101F9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwet', symObjAddr: 0xDAC, symBinAddr: 0xD4570, symSize: 0x48 }
+ - { offsetInCU: 0x4E6, offset: 0x101FAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwst', symObjAddr: 0xDF4, symBinAddr: 0xD45B8, symSize: 0x50 }
+ - { offsetInCU: 0x4FA, offset: 0x101FC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVMa', symObjAddr: 0xE44, symBinAddr: 0xD4608, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x102239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xD4618, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x10225D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xD4618, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x102279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC11deletedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0xD4620, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x102295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0xD4628, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1022B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0xD4630, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0x1022D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0xD4678, symSize: 0x35C }
+ - { offsetInCU: 0x1A9, offset: 0x1023BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId06customG011deletedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfC', symObjAddr: 0x628, symBinAddr: 0xD49F4, symSize: 0x8C }
+ - { offsetInCU: 0x252, offset: 0x102464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId06customG011deletedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfc', symObjAddr: 0x6B4, symBinAddr: 0xD4A80, symSize: 0x30 }
+ - { offsetInCU: 0x31D, offset: 0x10252F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0OtcfC', symObjAddr: 0x6E4, symBinAddr: 0xD4AB0, symSize: 0x2C }
+ - { offsetInCU: 0x37C, offset: 0x10258E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0Otcfc', symObjAddr: 0x710, symBinAddr: 0xD4ADC, symSize: 0x2C }
+ - { offsetInCU: 0x3D3, offset: 0x1025E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfd', symObjAddr: 0x758, symBinAddr: 0xD4B24, symSize: 0x34 }
+ - { offsetInCU: 0x424, offset: 0x102636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfD', symObjAddr: 0x78C, symBinAddr: 0xD4B58, symSize: 0x3C }
+ - { offsetInCU: 0x47E, offset: 0x102690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0xD49D4, symSize: 0x20 }
+ - { offsetInCU: 0x527, offset: 0x102739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfE', symObjAddr: 0x73C, symBinAddr: 0xD4B08, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x1029E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xD4BA8, symSize: 0x80 }
+ - { offsetInCU: 0x4B, offset: 0x102A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xD4BA8, symSize: 0x80 }
+ - { offsetInCU: 0x9F, offset: 0x102A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCACycfC', symObjAddr: 0x80, symBinAddr: 0xD4C28, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x102A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCACycfc', symObjAddr: 0x90, symBinAddr: 0xD4C38, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x102AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCfd', symObjAddr: 0x98, symBinAddr: 0xD4C40, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x102AD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCfD', symObjAddr: 0xA0, symBinAddr: 0xD4C48, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x102B07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCMa', symObjAddr: 0xB0, symBinAddr: 0xD4C58, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x102D03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x0, symBinAddr: 0xD4C78, symSize: 0x8 }
+ - { offsetInCU: 0x5B, offset: 0x102D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RoomRequestablePAAE12isWSRequiredSbvg', symObjAddr: 0x8, symBinAddr: 0xD4C80, symSize: 0x8 }
+ - { offsetInCU: 0x90, offset: 0x102D54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x10, symBinAddr: 0xD4C88, symSize: 0x8 }
+ - { offsetInCU: 0xAC, offset: 0x102D70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x18, symBinAddr: 0xD4C90, symSize: 0x8 }
+ - { offsetInCU: 0xC8, offset: 0x102D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x20, symBinAddr: 0xD4C98, symSize: 0x8 }
+ - { offsetInCU: 0xE4, offset: 0x102DA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x28, symBinAddr: 0xD4CA0, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x102DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x30, symBinAddr: 0xD4CA8, symSize: 0x30 }
+ - { offsetInCU: 0x153, offset: 0x102E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0xD4CD8, symSize: 0x30 }
+ - { offsetInCU: 0x19B, offset: 0x102E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x90, symBinAddr: 0xD4D08, symSize: 0x8 }
+ - { offsetInCU: 0x1C2, offset: 0x102E86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8intValueSiSgvg', symObjAddr: 0x98, symBinAddr: 0xD4D10, symSize: 0xC }
+ - { offsetInCU: 0x1E9, offset: 0x102EAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueSSvg', symObjAddr: 0xA4, symBinAddr: 0xD4D1C, symSize: 0x20 }
+ - { offsetInCU: 0x222, offset: 0x102EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueSSvg', symObjAddr: 0xC4, symBinAddr: 0xD4D3C, symSize: 0x20 }
+ - { offsetInCU: 0x250, offset: 0x102F14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueSSvg', symObjAddr: 0xC4, symBinAddr: 0xD4D3C, symSize: 0x20 }
+ - { offsetInCU: 0x27B, offset: 0x102F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x268, symBinAddr: 0xD4EE0, symSize: 0x44 }
+ - { offsetInCU: 0x2C1, offset: 0x102F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x2AC, symBinAddr: 0xD4F24, symSize: 0x28 }
+ - { offsetInCU: 0x2D5, offset: 0x102F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x2D4, symBinAddr: 0xD4F4C, symSize: 0x8 }
+ - { offsetInCU: 0x30B, offset: 0x102FCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2DC, symBinAddr: 0xD4F54, symSize: 0x3C }
+ - { offsetInCU: 0x370, offset: 0x103034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x318, symBinAddr: 0xD4F90, symSize: 0xC }
+ - { offsetInCU: 0x38C, offset: 0x103050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x324, symBinAddr: 0xD4F9C, symSize: 0xC }
+ - { offsetInCU: 0x3A8, offset: 0x10306C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueACSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x3C0, symBinAddr: 0xD5038, symSize: 0x50 }
+ - { offsetInCU: 0x3F5, offset: 0x1030B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x380, symBinAddr: 0xD4FF8, symSize: 0x8 }
+ - { offsetInCU: 0x411, offset: 0x1030D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x388, symBinAddr: 0xD5000, symSize: 0x8 }
+ - { offsetInCU: 0x42D, offset: 0x1030F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x390, symBinAddr: 0xD5008, symSize: 0x8 }
+ - { offsetInCU: 0x449, offset: 0x10310D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x398, symBinAddr: 0xD5010, symSize: 0x8 }
+ - { offsetInCU: 0x465, offset: 0x103129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3A0, symBinAddr: 0xD5018, symSize: 0x8 }
+ - { offsetInCU: 0x481, offset: 0x103145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3A8, symBinAddr: 0xD5020, symSize: 0x8 }
+ - { offsetInCU: 0x49D, offset: 0x103161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3B0, symBinAddr: 0xD5028, symSize: 0x8 }
+ - { offsetInCU: 0x4B9, offset: 0x10317D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3B8, symBinAddr: 0xD5030, symSize: 0x8 }
+ - { offsetInCU: 0x4D5, offset: 0x103199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASQWb', symObjAddr: 0x410, symBinAddr: 0xD5088, symSize: 0x4 }
+ - { offsetInCU: 0x4E9, offset: 0x1031AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACSQAAWl', symObjAddr: 0x414, symBinAddr: 0xD508C, symSize: 0x44 }
+ - { offsetInCU: 0x4FD, offset: 0x1031C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x458, symBinAddr: 0xD50D0, symSize: 0x4 }
+ - { offsetInCU: 0x511, offset: 0x1031D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x45C, symBinAddr: 0xD50D4, symSize: 0x44 }
+ - { offsetInCU: 0x525, offset: 0x1031E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x4A0, symBinAddr: 0xD5118, symSize: 0x4 }
+ - { offsetInCU: 0x539, offset: 0x1031FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x4A4, symBinAddr: 0xD511C, symSize: 0x44 }
+ - { offsetInCU: 0x54D, offset: 0x103211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwet', symObjAddr: 0x500, symBinAddr: 0xD5168, symSize: 0x90 }
+ - { offsetInCU: 0x561, offset: 0x103225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwst', symObjAddr: 0x590, symBinAddr: 0xD51F8, symSize: 0xBC }
+ - { offsetInCU: 0x575, offset: 0x103239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwug', symObjAddr: 0x64C, symBinAddr: 0xD52B4, symSize: 0x8 }
+ - { offsetInCU: 0x589, offset: 0x10324D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwup', symObjAddr: 0x654, symBinAddr: 0xD52BC, symSize: 0x4 }
+ - { offsetInCU: 0x59D, offset: 0x103261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwui', symObjAddr: 0x658, symBinAddr: 0xD52C0, symSize: 0x8 }
+ - { offsetInCU: 0x5B1, offset: 0x103275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOMa', symObjAddr: 0x660, symBinAddr: 0xD52C8, symSize: 0x10 }
+ - { offsetInCU: 0x5FA, offset: 0x1032BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE4, symBinAddr: 0xD4D5C, symSize: 0x88 }
+ - { offsetInCU: 0x6A9, offset: 0x10336D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x16C, symBinAddr: 0xD4DE4, symSize: 0x60 }
+ - { offsetInCU: 0x727, offset: 0x1033EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CC, symBinAddr: 0xD4E44, symSize: 0x40 }
+ - { offsetInCU: 0x779, offset: 0x10343D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20C, symBinAddr: 0xD4E84, symSize: 0x5C }
+ - { offsetInCU: 0x7D5, offset: 0x103499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x330, symBinAddr: 0xD4FA8, symSize: 0x28 }
+ - { offsetInCU: 0x7F1, offset: 0x1034B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x358, symBinAddr: 0xD4FD0, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1036C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0x0, symBinAddr: 0xD52D8, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x1036E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0x0, symBinAddr: 0xD52D8, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x103701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvs', symObjAddr: 0x30, symBinAddr: 0xD5308, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0x10371D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0CvM', symObjAddr: 0x74, symBinAddr: 0xD534C, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x103739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0xD5388, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0x103755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC9executeOn5queueySo012OS_dispatch_G0C_tF', symObjAddr: 0xB4, symBinAddr: 0xD538C, symSize: 0x2C }
+ - { offsetInCU: 0xF8, offset: 0x103792, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC7execute4taskyyycSg_tF', symObjAddr: 0xE0, symBinAddr: 0xD53B8, symSize: 0x1B8 }
+ - { offsetInCU: 0x17B, offset: 0x103815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCfd', symObjAddr: 0x42C, symBinAddr: 0xD55DC, symSize: 0x1C }
+ - { offsetInCU: 0x1B6, offset: 0x103850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCfD', symObjAddr: 0x448, symBinAddr: 0xD55F8, symSize: 0x24 }
+ - { offsetInCU: 0x21F, offset: 0x1038B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCACycfC', symObjAddr: 0x46C, symBinAddr: 0xD561C, symSize: 0x44 }
+ - { offsetInCU: 0x25C, offset: 0x1038F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCACycfc', symObjAddr: 0x4B0, symBinAddr: 0xD5660, symSize: 0x34 }
+ - { offsetInCU: 0x27C, offset: 0x103916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC7execute4taskyyycSg_tFyyYbcfU_TA', symObjAddr: 0x2C4, symBinAddr: 0xD559C, symSize: 0x28 }
+ - { offsetInCU: 0x2A8, offset: 0x103942, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2EC, symBinAddr: 0xD55C4, symSize: 0x10 }
+ - { offsetInCU: 0x2BC, offset: 0x103956, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2FC, symBinAddr: 0xD55D4, symSize: 0x8 }
+ - { offsetInCU: 0x2D0, offset: 0x10396A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCMa', symObjAddr: 0x580, symBinAddr: 0xD56F4, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x103BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x0, symBinAddr: 0xD5764, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x103BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x0, symBinAddr: 0xD5764, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0x103BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x70, symBinAddr: 0xD57D4, symSize: 0x48 }
+ - { offsetInCU: 0x7B, offset: 0x103C07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAcA0E4DataV_tcfC', symObjAddr: 0xB8, symBinAddr: 0xD581C, symSize: 0x24 }
+ - { offsetInCU: 0xD0, offset: 0x103C5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xDC, symBinAddr: 0xD5840, symSize: 0x48 }
+ - { offsetInCU: 0x108, offset: 0x103C94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x124, symBinAddr: 0xD5888, symSize: 0x16C }
+ - { offsetInCU: 0x165, offset: 0x103CF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA0E11RespondableAAWI', symObjAddr: 0x290, symBinAddr: 0xD59F4, symSize: 0x24 }
+ - { offsetInCU: 0x179, offset: 0x103D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x2B4, symBinAddr: 0xD5A18, symSize: 0x44 }
+ - { offsetInCU: 0x18D, offset: 0x103D19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x2F8, symBinAddr: 0xD5A5C, symSize: 0x24 }
+ - { offsetInCU: 0x1A1, offset: 0x103D2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA11RespondableAAWI', symObjAddr: 0x360, symBinAddr: 0xD5A80, symSize: 0x2C }
+ - { offsetInCU: 0x1B5, offset: 0x103D41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA0F0AAWl', symObjAddr: 0x38C, symBinAddr: 0xD5AAC, symSize: 0x44 }
+ - { offsetInCU: 0x1C9, offset: 0x103D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x3D0, symBinAddr: 0xD5AF0, symSize: 0x44 }
+ - { offsetInCU: 0x1DD, offset: 0x103D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA0F0AAWI', symObjAddr: 0x414, symBinAddr: 0xD5B34, symSize: 0x24 }
+ - { offsetInCU: 0x1F1, offset: 0x103D7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x47C, symBinAddr: 0xD5B58, symSize: 0x24 }
+ - { offsetInCU: 0x205, offset: 0x103D91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwCP', symObjAddr: 0x4A0, symBinAddr: 0xD5B7C, symSize: 0x30 }
+ - { offsetInCU: 0x219, offset: 0x103DA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwxx', symObjAddr: 0x4D0, symBinAddr: 0xD5BAC, symSize: 0x40 }
+ - { offsetInCU: 0x22D, offset: 0x103DB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwcp', symObjAddr: 0x510, symBinAddr: 0xD5BEC, symSize: 0x7C }
+ - { offsetInCU: 0x241, offset: 0x103DCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwca', symObjAddr: 0x58C, symBinAddr: 0xD5C68, symSize: 0xDC }
+ - { offsetInCU: 0x255, offset: 0x103DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwta', symObjAddr: 0x684, symBinAddr: 0xD5D44, symSize: 0x7C }
+ - { offsetInCU: 0x269, offset: 0x103DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwet', symObjAddr: 0x700, symBinAddr: 0xD5DC0, symSize: 0x48 }
+ - { offsetInCU: 0x27D, offset: 0x103E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwst', symObjAddr: 0x748, symBinAddr: 0xD5E08, symSize: 0x58 }
+ - { offsetInCU: 0x291, offset: 0x103E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVMa', symObjAddr: 0x7A0, symBinAddr: 0xD5E60, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x10405E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvpZ', symObjAddr: 0x40820, symBinAddr: 0x2C8DB0, symSize: 0x0 }
+ - { offsetInCU: 0x6A, offset: 0x104079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvpZ', symObjAddr: 0x40828, symBinAddr: 0x2C8DB8, symSize: 0x0 }
+ - { offsetInCU: 0x85, offset: 0x104094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvpZ', symObjAddr: 0xCD68, symBinAddr: 0x2BE620, symSize: 0x0 }
+ - { offsetInCU: 0x24D, offset: 0x10425C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR', symObjAddr: 0x5C4, symBinAddr: 0xD6434, symSize: 0x30 }
+ - { offsetInCU: 0x306, offset: 0x104315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvau', symObjAddr: 0x738, symBinAddr: 0xD65A8, symSize: 0xC }
+ - { offsetInCU: 0x331, offset: 0x104340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvg', symObjAddr: 0x744, symBinAddr: 0xD65B4, symSize: 0x40 }
+ - { offsetInCU: 0x34D, offset: 0x10435C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvs', symObjAddr: 0x784, symBinAddr: 0xD65F4, symSize: 0x50 }
+ - { offsetInCU: 0x369, offset: 0x104378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvM', symObjAddr: 0x7D4, symBinAddr: 0xD6644, symSize: 0x3C }
+ - { offsetInCU: 0x385, offset: 0x104394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvg', symObjAddr: 0x810, symBinAddr: 0xD6680, symSize: 0x34 }
+ - { offsetInCU: 0x3A1, offset: 0x1043B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvs', symObjAddr: 0x844, symBinAddr: 0xD66B4, symSize: 0x44 }
+ - { offsetInCU: 0x3BD, offset: 0x1043CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvM', symObjAddr: 0x888, symBinAddr: 0xD66F8, symSize: 0x3C }
+ - { offsetInCU: 0x3D9, offset: 0x1043E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0Cvg', symObjAddr: 0x8C4, symBinAddr: 0xD6734, symSize: 0x34 }
+ - { offsetInCU: 0x3F5, offset: 0x104404, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0Cvs', symObjAddr: 0x8F8, symBinAddr: 0xD6768, symSize: 0x44 }
+ - { offsetInCU: 0x411, offset: 0x104420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0CvM', symObjAddr: 0x93C, symBinAddr: 0xD67AC, symSize: 0x3C }
+ - { offsetInCU: 0x42D, offset: 0x10443C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0CvM.resume.0', symObjAddr: 0x978, symBinAddr: 0xD67E8, symSize: 0x4 }
+ - { offsetInCU: 0x449, offset: 0x104458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0Cvg', symObjAddr: 0x97C, symBinAddr: 0xD67EC, symSize: 0x34 }
+ - { offsetInCU: 0x465, offset: 0x104474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0Cvs', symObjAddr: 0x9B0, symBinAddr: 0xD6820, symSize: 0x44 }
+ - { offsetInCU: 0x481, offset: 0x104490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0CvM', symObjAddr: 0x9F4, symBinAddr: 0xD6864, symSize: 0x3C }
+ - { offsetInCU: 0x49D, offset: 0x1044AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvg', symObjAddr: 0xA30, symBinAddr: 0xD68A0, symSize: 0x48 }
+ - { offsetInCU: 0x4B9, offset: 0x1044C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvs', symObjAddr: 0xA78, symBinAddr: 0xD68E8, symSize: 0x50 }
+ - { offsetInCU: 0x4D5, offset: 0x1044E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvM', symObjAddr: 0xAC8, symBinAddr: 0xD6938, symSize: 0x3C }
+ - { offsetInCU: 0x4F1, offset: 0x104500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvg', symObjAddr: 0xB04, symBinAddr: 0xD6974, symSize: 0x34 }
+ - { offsetInCU: 0x53C, offset: 0x10454B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvs', symObjAddr: 0xB38, symBinAddr: 0xD69A8, symSize: 0xE8 }
+ - { offsetInCU: 0x592, offset: 0x1045A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvM', symObjAddr: 0xC20, symBinAddr: 0xD6A90, symSize: 0x40 }
+ - { offsetInCU: 0x5C1, offset: 0x1045D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvM.resume.0', symObjAddr: 0xC60, symBinAddr: 0xD6AD0, symSize: 0xC8 }
+ - { offsetInCU: 0x5F8, offset: 0x104607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0Cvg', symObjAddr: 0xD28, symBinAddr: 0xD6B98, symSize: 0x34 }
+ - { offsetInCU: 0x614, offset: 0x104623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0Cvs', symObjAddr: 0xD5C, symBinAddr: 0xD6BCC, symSize: 0x44 }
+ - { offsetInCU: 0x630, offset: 0x10463F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0CvM', symObjAddr: 0xDA0, symBinAddr: 0xD6C10, symSize: 0x3C }
+ - { offsetInCU: 0x65B, offset: 0x10466A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appIdSSSgvg', symObjAddr: 0xE38, symBinAddr: 0xD6CA8, symSize: 0x48 }
+ - { offsetInCU: 0x677, offset: 0x104686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7serviceAA0aB7ServiceCvg', symObjAddr: 0xE80, symBinAddr: 0xD6CF0, symSize: 0x8 }
+ - { offsetInCU: 0x693, offset: 0x1046A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvpfiAFyXEfU_', symObjAddr: 0xE88, symBinAddr: 0xD6CF8, symSize: 0x1C0 }
+ - { offsetInCU: 0x833, offset: 0x104842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvg', symObjAddr: 0x1088, symBinAddr: 0xD6EF8, symSize: 0x30 }
+ - { offsetInCU: 0x84F, offset: 0x10485E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvs', symObjAddr: 0x10B8, symBinAddr: 0xD6F28, symSize: 0x44 }
+ - { offsetInCU: 0x86B, offset: 0x10487A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvM', symObjAddr: 0x10FC, symBinAddr: 0xD6F6C, symSize: 0x3C }
+ - { offsetInCU: 0x887, offset: 0x104896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvgZ', symObjAddr: 0x1164, symBinAddr: 0xD6FD4, symSize: 0x40 }
+ - { offsetInCU: 0x8B0, offset: 0x1048BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC9executeOn5queueySo012OS_dispatch_H0C_tF', symObjAddr: 0x11A4, symBinAddr: 0xD7014, symSize: 0x28 }
+ - { offsetInCU: 0x8EF, offset: 0x1048FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvg', symObjAddr: 0x11CC, symBinAddr: 0xD703C, symSize: 0x48 }
+ - { offsetInCU: 0x93C, offset: 0x10494B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvs', symObjAddr: 0x1214, symBinAddr: 0xD7084, symSize: 0xB4 }
+ - { offsetInCU: 0x99A, offset: 0x1049A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvM', symObjAddr: 0x12C8, symBinAddr: 0xD7138, symSize: 0x40 }
+ - { offsetInCU: 0x9C9, offset: 0x1049D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvM.resume.0', symObjAddr: 0x1308, symBinAddr: 0xD7178, symSize: 0x88 }
+ - { offsetInCU: 0xA17, offset: 0x104A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11currentUserAA0G0CSgvg', symObjAddr: 0x13EC, symBinAddr: 0xD725C, symSize: 0x44 }
+ - { offsetInCU: 0xA33, offset: 0x104A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deviceInfoStorageAA010PushDevicegH0_pvg', symObjAddr: 0x1430, symBinAddr: 0xD72A0, symSize: 0x24 }
+ - { offsetInCU: 0xA4F, offset: 0x104A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId8receiver06clientG07timeout7apiHost02wsL018delegateDispatcherACSSSg_AA13EventReceiverCSSAA7TimeoutCA2kA0abdO0CtcfC', symObjAddr: 0x1454, symBinAddr: 0xD72C4, symSize: 0xB4 }
+ - { offsetInCU: 0xA6D, offset: 0x104A7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId8receiver06clientG07timeout7apiHost02wsL018delegateDispatcherACSSSg_AA13EventReceiverCSSAA7TimeoutCA2kA0abdO0Ctcfc', symObjAddr: 0x1508, symBinAddr: 0xD7378, symSize: 0x804 }
+ - { offsetInCU: 0xE4F, offset: 0x104E5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCfd', symObjAddr: 0x1D88, symBinAddr: 0xD7B7C, symSize: 0xC0 }
+ - { offsetInCU: 0xE95, offset: 0x104EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCfD', symObjAddr: 0x1E48, symBinAddr: 0xD7C3C, symSize: 0x1C }
+ - { offsetInCU: 0xEC2, offset: 0x104ED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCACycfC', symObjAddr: 0x1E64, symBinAddr: 0xD7C58, symSize: 0x110 }
+ - { offsetInCU: 0x102B, offset: 0x10503A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId18delegateDispatcher7timeoutACSSSg_AA0abdI0CAA7TimeoutCtcfC', symObjAddr: 0x1F74, symBinAddr: 0xD7D68, symSize: 0x1C8 }
+ - { offsetInCU: 0x117A, offset: 0x105189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId7apiHost02wsI018delegateDispatcher7timeoutACSSSg_A2iA0abdL0CAA7TimeoutCtcfC', symObjAddr: 0x213C, symBinAddr: 0xD7F30, symSize: 0x1E4 }
+ - { offsetInCU: 0x12E9, offset: 0x1052F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC22disconnectOnBackgroundyyF', symObjAddr: 0x2320, symBinAddr: 0xD8114, symSize: 0x170 }
+ - { offsetInCU: 0x1409, offset: 0x105418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10disconnect15shouldReconnectySb_tF', symObjAddr: 0x249C, symBinAddr: 0xD8290, symSize: 0x3A0 }
+ - { offsetInCU: 0x15E6, offset: 0x1055F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC19connectOnForegroundyyF', symObjAddr: 0x2880, symBinAddr: 0xD8674, symSize: 0x16C }
+ - { offsetInCU: 0x1706, offset: 0x105715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7connectyyF', symObjAddr: 0x2A24, symBinAddr: 0xD8818, symSize: 0x268 }
+ - { offsetInCU: 0x18AE, offset: 0x1058BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x2C8C, symBinAddr: 0xD8A80, symSize: 0x5F4 }
+ - { offsetInCU: 0x1A53, offset: 0x105A62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_', symObjAddr: 0x3280, symBinAddr: 0xD9074, symSize: 0x240 }
+ - { offsetInCU: 0x1B15, offset: 0x105B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_', symObjAddr: 0x3500, symBinAddr: 0xD92F4, symSize: 0x584 }
+ - { offsetInCU: 0x1E64, offset: 0x105E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU_', symObjAddr: 0x3A84, symBinAddr: 0xD9878, symSize: 0x98 }
+ - { offsetInCU: 0x1EBF, offset: 0x105ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU0_', symObjAddr: 0x3B1C, symBinAddr: 0xD9910, symSize: 0x90 }
+ - { offsetInCU: 0x1F61, offset: 0x105F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x3BAC, symBinAddr: 0xD99A0, symSize: 0x318 }
+ - { offsetInCU: 0x20CD, offset: 0x1060DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_yycfU_', symObjAddr: 0x3EC4, symBinAddr: 0xD9CB8, symSize: 0xD8 }
+ - { offsetInCU: 0x2119, offset: 0x106128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tF', symObjAddr: 0x3F9C, symBinAddr: 0xD9D90, symSize: 0x1E4 }
+ - { offsetInCU: 0x2219, offset: 0x106228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tFySayAA8SBCErrorCGSgcfU_', symObjAddr: 0x4180, symBinAddr: 0xD9F74, symSize: 0x2C0 }
+ - { offsetInCU: 0x2429, offset: 0x106438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC4dial6params17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctF', symObjAddr: 0x4440, symBinAddr: 0xDA234, symSize: 0x1A0 }
+ - { offsetInCU: 0x24DB, offset: 0x1064EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17setRingingTimeoutyySiF', symObjAddr: 0x45E0, symBinAddr: 0xDA3D4, symSize: 0x224 }
+ - { offsetInCU: 0x2668, offset: 0x106677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03setD17ConnectingTimeoutyySiF', symObjAddr: 0x4804, symBinAddr: 0xDA5F8, symSize: 0x1F4 }
+ - { offsetInCU: 0x27F5, offset: 0x106804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x49F8, symBinAddr: 0xDA7EC, symSize: 0x220 }
+ - { offsetInCU: 0x28D3, offset: 0x1068E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_', symObjAddr: 0x4C18, symBinAddr: 0xDAA0C, symSize: 0x224 }
+ - { offsetInCU: 0x29FD, offset: 0x106A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_yAC_AA9SBCResultOyAA06IgnoreN0VGtcfU_', symObjAddr: 0x4E3C, symBinAddr: 0xDAC30, symSize: 0x1BC }
+ - { offsetInCU: 0x2B15, offset: 0x106B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtF', symObjAddr: 0x4FF8, symBinAddr: 0xDADEC, symSize: 0x21C }
+ - { offsetInCU: 0x2BE8, offset: 0x106BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyAC_AA9SBCResultOyAA06IgnoreN0VGtcfU0_', symObjAddr: 0x5214, symBinAddr: 0xDB008, symSize: 0x1A0 }
+ - { offsetInCU: 0x2CAD, offset: 0x106CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x53B4, symBinAddr: 0xDB1A8, symSize: 0x2F8 }
+ - { offsetInCU: 0x2E84, offset: 0x106E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x56AC, symBinAddr: 0xDB4A0, symSize: 0x258 }
+ - { offsetInCU: 0x2FE5, offset: 0x106FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyF', symObjAddr: 0x5904, symBinAddr: 0xDB6F8, symSize: 0x120 }
+ - { offsetInCU: 0x3041, offset: 0x107050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_', symObjAddr: 0x5A24, symBinAddr: 0xDB818, symSize: 0x32C }
+ - { offsetInCU: 0x315B, offset: 0x10716A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15updatePushToken06offsetH08pushType10deviceInfo17completionHandlerySS_AA0gK0OAA0g6DeviceM0VyAA8SBCErrorCSgcSgtF', symObjAddr: 0x5D50, symBinAddr: 0xDBB44, symSize: 0x270 }
+ - { offsetInCU: 0x32CF, offset: 0x1072DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x5FC0, symBinAddr: 0xDBDB4, symSize: 0x164 }
+ - { offsetInCU: 0x33D0, offset: 0x1073DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtF', symObjAddr: 0x6124, symBinAddr: 0xDBF18, symSize: 0xB98 }
+ - { offsetInCU: 0x3A23, offset: 0x107A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFyAA8SequenceC6ResultOcfU_', symObjAddr: 0x6CBC, symBinAddr: 0xDCAB0, symSize: 0x274 }
+ - { offsetInCU: 0x3B13, offset: 0x107B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x6F30, symBinAddr: 0xDCD24, symSize: 0x244 }
+ - { offsetInCU: 0x3C84, offset: 0x107C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x71B8, symBinAddr: 0xDCFAC, symSize: 0x258 }
+ - { offsetInCU: 0x3DE5, offset: 0x107DF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x7410, symBinAddr: 0xDD204, symSize: 0x164 }
+ - { offsetInCU: 0x3EE6, offset: 0x107EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11application28didReceiveRemoteNotificationySDys11AnyHashableVypG_tF', symObjAddr: 0x7574, symBinAddr: 0xDD368, symSize: 0xB2C }
+ - { offsetInCU: 0x464E, offset: 0x10865D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x80A0, symBinAddr: 0xDDE94, symSize: 0x834 }
+ - { offsetInCU: 0x4A51, offset: 0x108A60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA10IgnoreTypeVGcfU2_', symObjAddr: 0x8918, symBinAddr: 0xDE70C, symSize: 0xA8 }
+ - { offsetInCU: 0x4AA1, offset: 0x108AB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11addDelegate_6forKeyyAA0abdG0_p_SStF', symObjAddr: 0x8A14, symBinAddr: 0xDE808, symSize: 0x58 }
+ - { offsetInCU: 0x4AF4, offset: 0x108B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14removeDelegate6forKeyySS_tF', symObjAddr: 0x8A6C, symBinAddr: 0xDE860, symSize: 0x50 }
+ - { offsetInCU: 0x4B36, offset: 0x108B45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18removeAllDelegatesyyF', symObjAddr: 0x8ABC, symBinAddr: 0xDE8B0, symSize: 0x38 }
+ - { offsetInCU: 0x4B67, offset: 0x108B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20addRecordingDelegate8delegate10identifieryAA0abgH0_p_SStF', symObjAddr: 0x8AF4, symBinAddr: 0xDE8E8, symSize: 0x58 }
+ - { offsetInCU: 0x4BBA, offset: 0x108BC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC23removeRecordingDelegate10identifierySS_tF', symObjAddr: 0x8B4C, symBinAddr: 0xDE940, symSize: 0x50 }
+ - { offsetInCU: 0x4BFC, offset: 0x108C0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC27removeAllRecordingDelegatesyyF', symObjAddr: 0x8B9C, symBinAddr: 0xDE990, symSize: 0x38 }
+ - { offsetInCU: 0x4C2D, offset: 0x108C3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC012createDirectD12LogListQuery4withAA0gdhiJ0CSgAG6ParamsC_tF', symObjAddr: 0x8BD4, symBinAddr: 0xDE9C8, symSize: 0x19C }
+ - { offsetInCU: 0x4CB4, offset: 0x108CC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC19createRoomListQuery4withAA0ghI0CSgAG6ParamsC_tF', symObjAddr: 0x8D70, symBinAddr: 0xDEB64, symSize: 0xD4 }
+ - { offsetInCU: 0x4D23, offset: 0x108D32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17updateCustomItems6callId06customH017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x8E44, symBinAddr: 0xDEC38, symSize: 0x380 }
+ - { offsetInCU: 0x4E1E, offset: 0x108E2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctF', symObjAddr: 0x9280, symBinAddr: 0xDF074, symSize: 0x4 }
+ - { offsetInCU: 0x4E7E, offset: 0x108E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x9284, symBinAddr: 0xDF078, symSize: 0x10 }
+ - { offsetInCU: 0x4ECF, offset: 0x108EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deleteCustomItems33_80330888ECD141CA15BC484D38D8EEEFLL6callId6target17completionHandlerySS_AA06DeletegH7RequestV10TargetTypeOySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x9294, symBinAddr: 0xDF088, symSize: 0x320 }
+ - { offsetInCU: 0x507A, offset: 0x109089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x999C, symBinAddr: 0xDF790, symSize: 0xF0 }
+ - { offsetInCU: 0x50BB, offset: 0x1090CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_', symObjAddr: 0x9A8C, symBinAddr: 0xDF880, symSize: 0xE0 }
+ - { offsetInCU: 0x5124, offset: 0x109133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appIdSSSgvpACTk', symObjAddr: 0xDDC, symBinAddr: 0xD6C4C, symSize: 0x5C }
+ - { offsetInCU: 0x52A6, offset: 0x1092B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvau', symObjAddr: 0x1048, symBinAddr: 0xD6EB8, symSize: 0x40 }
+ - { offsetInCU: 0x52BA, offset: 0x1092C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7console_WZ', symObjAddr: 0x1138, symBinAddr: 0xD6FA8, symSize: 0x2C }
+ - { offsetInCU: 0x52EA, offset: 0x1092F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11currentUserAA0G0CSgvpACTk', symObjAddr: 0x1390, symBinAddr: 0xD7200, symSize: 0x5C }
+ - { offsetInCU: 0x548A, offset: 0x109499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfcTf4ennnnn_nAA0L6RouterC_Tg5Tf4ggggng_n', symObjAddr: 0xACA4, symBinAddr: 0xE0A98, symSize: 0x188 }
+ - { offsetInCU: 0x59D3, offset: 0x1099E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC010getOngoingD5CountSiyF', symObjAddr: 0x283C, symBinAddr: 0xD8630, symSize: 0x44 }
+ - { offsetInCU: 0x5A0F, offset: 0x109A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvau', symObjAddr: 0x34C0, symBinAddr: 0xD92B4, symSize: 0x40 }
+ - { offsetInCU: 0x5E84, offset: 0x109E93, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSgSaySSGSg13SendBirdCalls8SBCErrorCSgIegggg_So12NSDictionaryCSgSo7NSArrayCSgAHIeyByyy_TR', symObjAddr: 0x91C4, symBinAddr: 0xDEFB8, symSize: 0xBC }
+ - { offsetInCU: 0x5F62, offset: 0x109F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC23audioSessionDidActivateyySo07AVAudioG0CF', symObjAddr: 0x9B6C, symBinAddr: 0xDF960, symSize: 0x2EC }
+ - { offsetInCU: 0x608C, offset: 0x10A09B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC25audioSessionDidDeactivateyySo07AVAudioG0CF', symObjAddr: 0x9E58, symBinAddr: 0xDFC4C, symSize: 0x130 }
+ - { offsetInCU: 0x60CE, offset: 0x10A0DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15routePickerView5frameSo6UIViewCSo6CGRectV_tF', symObjAddr: 0x9F88, symBinAddr: 0xDFD7C, symSize: 0x54 }
+ - { offsetInCU: 0x6137, offset: 0x10A146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC09addDirectD5Sound3url7forTypey10Foundation3URLV_AA0hK0OtF', symObjAddr: 0x9FDC, symBinAddr: 0xDFDD0, symSize: 0x130 }
+ - { offsetInCU: 0x61A0, offset: 0x10A1AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC012removeDirectD5Sound7forTypeyAA0hJ0O_tF', symObjAddr: 0xA10C, symBinAddr: 0xDFF00, symSize: 0xDC }
+ - { offsetInCU: 0x61E2, offset: 0x10A1F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tF', symObjAddr: 0xA1E8, symBinAddr: 0xDFFDC, symSize: 0x70 }
+ - { offsetInCU: 0x6224, offset: 0x10A233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifier_WZ', symObjAddr: 0xA258, symBinAddr: 0xE004C, symSize: 0x98 }
+ - { offsetInCU: 0x6246, offset: 0x10A255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvgZ', symObjAddr: 0xA2F0, symBinAddr: 0xE00E4, symSize: 0x5C }
+ - { offsetInCU: 0x626F, offset: 0x10A27E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationVACycfC', symObjAddr: 0xA34C, symBinAddr: 0xE0140, symSize: 0x4 }
+ - { offsetInCU: 0x628F, offset: 0x10A29E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03getD003forD2IdAA06DirectD0CSgSS_tF', symObjAddr: 0xA350, symBinAddr: 0xE0144, symSize: 0xDC }
+ - { offsetInCU: 0x62FC, offset: 0x10A30B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03getD07forUUIDAA06DirectD0CSg10Foundation0H0V_tF', symObjAddr: 0xA42C, symBinAddr: 0xE0220, symSize: 0xD8 }
+ - { offsetInCU: 0x6369, offset: 0x10A378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC010getOngoingC0SayAA06DirectD0CGyF', symObjAddr: 0xA504, symBinAddr: 0xE02F8, symSize: 0x44 }
+ - { offsetInCU: 0x639A, offset: 0x10A3A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF', symObjAddr: 0xA548, symBinAddr: 0xE033C, symSize: 0x44 }
+ - { offsetInCU: 0x63CB, offset: 0x10A3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvgZ', symObjAddr: 0xA58C, symBinAddr: 0xE0380, symSize: 0x50 }
+ - { offsetInCU: 0x63E7, offset: 0x10A3F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvsZ', symObjAddr: 0xA5DC, symBinAddr: 0xE03D0, symSize: 0x58 }
+ - { offsetInCU: 0x6403, offset: 0x10A412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvMZ', symObjAddr: 0xA634, symBinAddr: 0xE0428, symSize: 0x40 }
+ - { offsetInCU: 0x659B, offset: 0x10A5AA, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg5', symObjAddr: 0xA674, symBinAddr: 0xE0468, symSize: 0x360 }
+ - { offsetInCU: 0x6857, offset: 0x10A866, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg5', symObjAddr: 0xA9D4, symBinAddr: 0xE07C8, symSize: 0x11C }
+ - { offsetInCU: 0x6A3A, offset: 0x10AA49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZTf4en_nAA9SBCLoggerC_Tg5Tf4nd_n', symObjAddr: 0xAAF0, symBinAddr: 0xE08E4, symSize: 0x1B4 }
+ - { offsetInCU: 0x6C94, offset: 0x10ACA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0xAEC8, symBinAddr: 0xE0C4C, symSize: 0x44 }
+ - { offsetInCU: 0x6CC8, offset: 0x10ACD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_TA', symObjAddr: 0xAF6C, symBinAddr: 0xE0CF0, symSize: 0x10 }
+ - { offsetInCU: 0x6CDC, offset: 0x10ACEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU3_TA', symObjAddr: 0xAFA0, symBinAddr: 0xE0D24, symSize: 0x20 }
+ - { offsetInCU: 0x6D10, offset: 0x10AD1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU1_TA', symObjAddr: 0xAFEC, symBinAddr: 0xE0D70, symSize: 0x48 }
+ - { offsetInCU: 0x6D7E, offset: 0x10AD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC4dial6params17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFyycfU0_TA', symObjAddr: 0xB0E8, symBinAddr: 0xE0E5C, symSize: 0x44 }
+ - { offsetInCU: 0x6DF8, offset: 0x10AE07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_TA', symObjAddr: 0xB1F8, symBinAddr: 0xE0EDC, symSize: 0x10 }
+ - { offsetInCU: 0x6E0C, offset: 0x10AE1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15updatePushToken06offsetH08pushType10deviceInfo17completionHandlerySS_AA0gK0OAA0g6DeviceM0VyAA8SBCErrorCSgcSgtFyAA06IgnoreK0VSg_AOtcfU_TA', symObjAddr: 0xB210, symBinAddr: 0xE0EF4, symSize: 0x2C }
+ - { offsetInCU: 0x6E43, offset: 0x10AE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0xB23C, symBinAddr: 0xE0F20, symSize: 0x2C }
+ - { offsetInCU: 0x6E6C, offset: 0x10AE7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVWOs', symObjAddr: 0xB2F0, symBinAddr: 0xE0F4C, symSize: 0x48 }
+ - { offsetInCU: 0x6E80, offset: 0x10AE8F, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xB338, symBinAddr: 0xE0F94, symSize: 0x34 }
+ - { offsetInCU: 0x6E94, offset: 0x10AEA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFyAA8SequenceC6ResultOcfU_TA', symObjAddr: 0xB41C, symBinAddr: 0xE0FFC, symSize: 0xC }
+ - { offsetInCU: 0x6EA8, offset: 0x10AEB7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgIegn_SgWOy', symObjAddr: 0xB428, symBinAddr: 0xE1008, symSize: 0x10 }
+ - { offsetInCU: 0x6EBC, offset: 0x10AECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVACSeAAWl', symObjAddr: 0xB438, symBinAddr: 0xE1018, symSize: 0x44 }
+ - { offsetInCU: 0x6ED0, offset: 0x10AEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA11RequestableAAWl', symObjAddr: 0xB4C0, symBinAddr: 0xE105C, symSize: 0x44 }
+ - { offsetInCU: 0x6EE4, offset: 0x10AEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA10ResultableAAWl', symObjAddr: 0xB504, symBinAddr: 0xE10A0, symSize: 0x44 }
+ - { offsetInCU: 0x6EF8, offset: 0x10AF07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVWOs', symObjAddr: 0xB548, symBinAddr: 0xE10E4, symSize: 0x70 }
+ - { offsetInCU: 0x6F0C, offset: 0x10AF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyycfU0_TA', symObjAddr: 0xB634, symBinAddr: 0xE1194, symSize: 0x24 }
+ - { offsetInCU: 0x6F20, offset: 0x10AF2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA10IgnoreTypeVGcfU2_TA', symObjAddr: 0xB694, symBinAddr: 0xE11F4, symSize: 0x10 }
+ - { offsetInCU: 0x6F3F, offset: 0x10AF4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TRTA', symObjAddr: 0xB6A4, symBinAddr: 0xE1204, symSize: 0x2C }
+ - { offsetInCU: 0x6F68, offset: 0x10AF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xB6D8, symBinAddr: 0xE1238, symSize: 0x24 }
+ - { offsetInCU: 0x6F87, offset: 0x10AF96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25UpdateCustomItemsResponseCGIegg_AFIegn_TRTA', symObjAddr: 0xB724, symBinAddr: 0xE1284, symSize: 0x2C }
+ - { offsetInCU: 0x6FB0, offset: 0x10AFBF, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xB7D8, symBinAddr: 0xE12B0, symSize: 0x10 }
+ - { offsetInCU: 0x6FC4, offset: 0x10AFD3, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xB7E8, symBinAddr: 0xE12C0, symSize: 0x8 }
+ - { offsetInCU: 0x6FD8, offset: 0x10AFE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_TA', symObjAddr: 0xB7F4, symBinAddr: 0xE12CC, symSize: 0xC }
+ - { offsetInCU: 0x6FEC, offset: 0x10AFFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCMa', symObjAddr: 0xBC3C, symBinAddr: 0xE1714, symSize: 0x20 }
+ - { offsetInCU: 0x7000, offset: 0x10B00F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationVMa', symObjAddr: 0xBFA0, symBinAddr: 0xE1A78, symSize: 0x10 }
+ - { offsetInCU: 0x7014, offset: 0x10B023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGIegg_AFIegn_TRTA', symObjAddr: 0xC06C, symBinAddr: 0xE1B44, symSize: 0x8 }
+ - { offsetInCU: 0x7028, offset: 0x10B037, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgWOc', symObjAddr: 0xC228, symBinAddr: 0xE1BA0, symSize: 0x48 }
+ - { offsetInCU: 0x703C, offset: 0x10B04B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOe', symObjAddr: 0xC298, symBinAddr: 0xE1BE8, symSize: 0x30 }
+ - { offsetInCU: 0x7050, offset: 0x10B05F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_yAA8SBCErrorCSgcfU_TA', symObjAddr: 0xC2C8, symBinAddr: 0xE1C18, symSize: 0x28 }
+ - { offsetInCU: 0x708E, offset: 0x10B09D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOy', symObjAddr: 0xC2F0, symBinAddr: 0xE1C40, symSize: 0x30 }
+ - { offsetInCU: 0x70A2, offset: 0x10B0B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVyAA14PushDeviceInfoVGWOr', symObjAddr: 0xC320, symBinAddr: 0xE1C70, symSize: 0x50 }
+ - { offsetInCU: 0x70B6, offset: 0x10B0C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVyAA14PushDeviceInfoVGWOs', symObjAddr: 0xC3A4, symBinAddr: 0xE1CF4, symSize: 0x50 }
+ - { offsetInCU: 0x70CA, offset: 0x10B0D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyAC_AA9SBCResultOyAA06IgnoreN0VGtcfU0_TA', symObjAddr: 0xC3F8, symBinAddr: 0xE1D48, symSize: 0x30 }
+ - { offsetInCU: 0x70DE, offset: 0x10B0ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xC4BC, symBinAddr: 0xE1D84, symSize: 0x1C }
+ - { offsetInCU: 0x70F2, offset: 0x10B101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_TA', symObjAddr: 0xC544, symBinAddr: 0xE1E0C, symSize: 0x38 }
+ - { offsetInCU: 0x7106, offset: 0x10B115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyycfU0_TA', symObjAddr: 0xC584, symBinAddr: 0xE1E4C, symSize: 0x2C }
+ - { offsetInCU: 0x7132, offset: 0x10B141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_yAC_AA9SBCResultOyAA06IgnoreN0VGtcfU_TA', symObjAddr: 0xC628, symBinAddr: 0xE1EF0, symSize: 0x30 }
+ - { offsetInCU: 0x7146, offset: 0x10B155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0xC688, symBinAddr: 0xE1F50, symSize: 0x44 }
+ - { offsetInCU: 0x715A, offset: 0x10B169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0xC6CC, symBinAddr: 0xE1F94, symSize: 0x44 }
+ - { offsetInCU: 0x716E, offset: 0x10B17D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVWOs', symObjAddr: 0xC710, symBinAddr: 0xE1FD8, symSize: 0x54 }
+ - { offsetInCU: 0x7182, offset: 0x10B191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tFySayAA8SBCErrorCGSgcfU_TA', symObjAddr: 0xC840, symBinAddr: 0xE2108, symSize: 0xC }
+ - { offsetInCU: 0x7196, offset: 0x10B1A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_TA', symObjAddr: 0xC878, symBinAddr: 0xE2140, symSize: 0xC }
+ - { offsetInCU: 0x71B5, offset: 0x10B1C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGIegg_AFIegn_TRTA', symObjAddr: 0xC884, symBinAddr: 0xE214C, symSize: 0x3C }
+ - { offsetInCU: 0x71DE, offset: 0x10B1ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA10ResultableAAWl', symObjAddr: 0xC904, symBinAddr: 0xE2188, symSize: 0x44 }
+ - { offsetInCU: 0x71F2, offset: 0x10B201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVWOs', symObjAddr: 0xC948, symBinAddr: 0xE21CC, symSize: 0x68 }
+ - { offsetInCU: 0x7206, offset: 0x10B215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOe', symObjAddr: 0xCA2C, symBinAddr: 0xE22B0, symSize: 0x2C }
+ - { offsetInCU: 0x721A, offset: 0x10B229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU_TA', symObjAddr: 0xCA58, symBinAddr: 0xE22DC, symSize: 0xC }
+ - { offsetInCU: 0x722E, offset: 0x10B23D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOr', symObjAddr: 0xCA64, symBinAddr: 0xE22E8, symSize: 0x34 }
+ - { offsetInCU: 0x7242, offset: 0x10B251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOy', symObjAddr: 0xCA98, symBinAddr: 0xE231C, symSize: 0x30 }
+ - { offsetInCU: 0x7256, offset: 0x10B265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU0_TA', symObjAddr: 0xCAF4, symBinAddr: 0xE2378, symSize: 0xC }
+ - { offsetInCU: 0x726A, offset: 0x10B279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tFSbAA13WeakReferenceCyAaF_pGXEfU_TA', symObjAddr: 0xCB00, symBinAddr: 0xE2384, symSize: 0x1C }
+ - { offsetInCU: 0x727E, offset: 0x10B28D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_TA', symObjAddr: 0xCB1C, symBinAddr: 0xE23A0, symSize: 0x1C }
+ - { offsetInCU: 0x732C, offset: 0x10B33B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlF10Foundation4DataV_SSTg5015$s10Foundation4D49V13SendBirdCallsE11toHexStringSSyFSSs5UInt8VXEfU_Tf1cn_n', symObjAddr: 0x0, symBinAddr: 0xD5E70, symSize: 0x394 }
+ - { offsetInCU: 0x75A7, offset: 0x10B5B6, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0x3A4, symBinAddr: 0xD6214, symSize: 0xEC }
+ - { offsetInCU: 0x765A, offset: 0x10B669, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x490, symBinAddr: 0xD6300, symSize: 0x134 }
+ - { offsetInCU: 0x770E, offset: 0x10B71D, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAE14SBCLogReceiver_pGG_Tg5', symObjAddr: 0x5F4, symBinAddr: 0xD6464, symSize: 0x144 }
+ - { offsetInCU: 0x69, offset: 0x10C2E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0xE242C, symSize: 0x90 }
+ - { offsetInCU: 0xAB, offset: 0x10C322, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfc', symObjAddr: 0x6A8, symBinAddr: 0xE2AD4, symSize: 0x54 }
+ - { offsetInCU: 0xCA, offset: 0x10C341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCfd', symObjAddr: 0x6FC, symBinAddr: 0xE2B28, symSize: 0x5C }
+ - { offsetInCU: 0x107, offset: 0x10C37E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCfD', symObjAddr: 0x758, symBinAddr: 0xE2B84, symSize: 0x20 }
+ - { offsetInCU: 0x134, offset: 0x10C3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfcTf4ngnn_n', symObjAddr: 0x778, symBinAddr: 0xE2BA4, symSize: 0xD0 }
+ - { offsetInCU: 0x1A2, offset: 0x10C419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC6updateyxSgAEF', symObjAddr: 0x90, symBinAddr: 0xE24BC, symSize: 0x204 }
+ - { offsetInCU: 0x21D, offset: 0x10C494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC6removeyyxSgF', symObjAddr: 0x294, symBinAddr: 0xE26C0, symSize: 0x2D8 }
+ - { offsetInCU: 0x26A, offset: 0x10C4E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC5clearyyF', symObjAddr: 0x56C, symBinAddr: 0xE2998, symSize: 0xCC }
+ - { offsetInCU: 0x2A7, offset: 0x10C51E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC5valuexSgvg', symObjAddr: 0x638, symBinAddr: 0xE2A64, symSize: 0x70 }
+ - { offsetInCU: 0x2E4, offset: 0x10C55B, size: 0x8, addend: 0x0, symName: '_$sxSblyxIsegnd_SgSQRzlWOe', symObjAddr: 0x848, symBinAddr: 0xE2C74, symSize: 0x10 }
+ - { offsetInCU: 0x2F8, offset: 0x10C56F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMi', symObjAddr: 0x858, symBinAddr: 0xE2C84, symSize: 0x4 }
+ - { offsetInCU: 0x30C, offset: 0x10C583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMr', symObjAddr: 0x85C, symBinAddr: 0xE2C88, symSize: 0x78 }
+ - { offsetInCU: 0x320, offset: 0x10C597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMa', symObjAddr: 0x8D4, symBinAddr: 0xE2D00, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x10C832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvg', symObjAddr: 0x0, symBinAddr: 0xE2D20, symSize: 0x48 }
+ - { offsetInCU: 0x7A, offset: 0x10C861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvs', symObjAddr: 0x48, symBinAddr: 0xE2D68, symSize: 0x58 }
+ - { offsetInCU: 0xB9, offset: 0x10C8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvM', symObjAddr: 0xA0, symBinAddr: 0xE2DC0, symSize: 0x70 }
+ - { offsetInCU: 0xE8, offset: 0x10C8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvM.resume.0', symObjAddr: 0x110, symBinAddr: 0xE2E30, symSize: 0x6C }
+ - { offsetInCU: 0x113, offset: 0x10C8FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVF', symObjAddr: 0x17C, symBinAddr: 0xE2E9C, symSize: 0x1C8 }
+ - { offsetInCU: 0x17B, offset: 0x10C962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFyyScMYccfU_', symObjAddr: 0x380, symBinAddr: 0xE3064, symSize: 0x78 }
+ - { offsetInCU: 0x1B7, offset: 0x10C99E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFTo', symObjAddr: 0x558, symBinAddr: 0xE3124, symSize: 0x44 }
+ - { offsetInCU: 0x1D3, offset: 0x10C9BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC11renderFrameyySo08RTCVideoH0CSgF', symObjAddr: 0x59C, symBinAddr: 0xE3168, symSize: 0x60 }
+ - { offsetInCU: 0x226, offset: 0x10CA0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC11renderFrameyySo08RTCVideoH0CSgFTo', symObjAddr: 0x5FC, symBinAddr: 0xE31C8, symSize: 0xA0 }
+ - { offsetInCU: 0x265, offset: 0x10CA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfC', symObjAddr: 0x69C, symBinAddr: 0xE3268, symSize: 0x20 }
+ - { offsetInCU: 0x283, offset: 0x10CA6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfc', symObjAddr: 0x6BC, symBinAddr: 0xE3288, symSize: 0x44 }
+ - { offsetInCU: 0x2BE, offset: 0x10CAA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfcTo', symObjAddr: 0x720, symBinAddr: 0xE32EC, symSize: 0x50 }
+ - { offsetInCU: 0x2F9, offset: 0x10CAE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCfD', symObjAddr: 0x770, symBinAddr: 0xE333C, symSize: 0x30 }
+ - { offsetInCU: 0x327, offset: 0x10CB0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFyyScMYccfU_TA', symObjAddr: 0x41C, symBinAddr: 0xE3100, symSize: 0xC }
+ - { offsetInCU: 0x33B, offset: 0x10CB22, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x428, symBinAddr: 0xE310C, symSize: 0x10 }
+ - { offsetInCU: 0x34F, offset: 0x10CB36, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x438, symBinAddr: 0xE311C, symSize: 0x8 }
+ - { offsetInCU: 0x363, offset: 0x10CB4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCMa', symObjAddr: 0x700, symBinAddr: 0xE32CC, symSize: 0x20 }
+ - { offsetInCU: 0x377, offset: 0x10CB5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCfETo', symObjAddr: 0x820, symBinAddr: 0xE33EC, symSize: 0x10 }
+ - { offsetInCU: 0x3A6, offset: 0x10CB8D, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRenderer_pSgXwWOh', symObjAddr: 0x8C8, symBinAddr: 0xE3494, symSize: 0x24 }
+ - { offsetInCU: 0x4F, offset: 0x10CE33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfc', symObjAddr: 0x0, symBinAddr: 0xE34B8, symSize: 0x74 }
+ - { offsetInCU: 0x63, offset: 0x10CE47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x74, symBinAddr: 0xE352C, symSize: 0x920 }
+ - { offsetInCU: 0xCC, offset: 0x10CEB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvs', symObjAddr: 0x9A0, symBinAddr: 0xE3E58, symSize: 0x64 }
+ - { offsetInCU: 0xF5, offset: 0x10CED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvM', symObjAddr: 0xA04, symBinAddr: 0xE3EBC, symSize: 0x70 }
+ - { offsetInCU: 0x124, offset: 0x10CF08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvM.resume.0', symObjAddr: 0xA74, symBinAddr: 0xE3F2C, symSize: 0x74 }
+ - { offsetInCU: 0x14F, offset: 0x10CF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5stateAC5StateOvs', symObjAddr: 0xB64, symBinAddr: 0xE401C, symSize: 0x48 }
+ - { offsetInCU: 0x18E, offset: 0x10CF72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5stateAC5StateOvM', symObjAddr: 0xBAC, symBinAddr: 0xE4064, symSize: 0x44 }
+ - { offsetInCU: 0x1BD, offset: 0x10CFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14isAudioEnabledSbvM', symObjAddr: 0xC08, symBinAddr: 0xE40C0, symSize: 0x44 }
+ - { offsetInCU: 0x1EC, offset: 0x10CFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14isVideoEnabledSbvM', symObjAddr: 0xCE8, symBinAddr: 0xE41A0, symSize: 0x44 }
+ - { offsetInCU: 0x21B, offset: 0x10CFFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvg', symObjAddr: 0xD2C, symBinAddr: 0xE41E4, symSize: 0x54 }
+ - { offsetInCU: 0x23A, offset: 0x10D01E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvs', symObjAddr: 0xD80, symBinAddr: 0xE4238, symSize: 0x5C }
+ - { offsetInCU: 0x263, offset: 0x10D047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvM', symObjAddr: 0xDDC, symBinAddr: 0xE4294, symSize: 0x44 }
+ - { offsetInCU: 0x292, offset: 0x10D076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvg', symObjAddr: 0xE20, symBinAddr: 0xE42D8, symSize: 0x54 }
+ - { offsetInCU: 0x2B1, offset: 0x10D095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvs', symObjAddr: 0xE74, symBinAddr: 0xE432C, symSize: 0x5C }
+ - { offsetInCU: 0x2DA, offset: 0x10D0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvM', symObjAddr: 0xED0, symBinAddr: 0xE4388, symSize: 0x44 }
+ - { offsetInCU: 0x309, offset: 0x10D0ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvM.resume.0', symObjAddr: 0xF14, symBinAddr: 0xE43CC, symSize: 0x4 }
+ - { offsetInCU: 0x334, offset: 0x10D118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0Cvg', symObjAddr: 0xF18, symBinAddr: 0xE43D0, symSize: 0x44 }
+ - { offsetInCU: 0x353, offset: 0x10D137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0Cvs', symObjAddr: 0xF5C, symBinAddr: 0xE4414, symSize: 0x50 }
+ - { offsetInCU: 0x37C, offset: 0x10D160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvM', symObjAddr: 0xFAC, symBinAddr: 0xE4464, symSize: 0x44 }
+ - { offsetInCU: 0x3AB, offset: 0x10D18F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvg', symObjAddr: 0xFF0, symBinAddr: 0xE44A8, symSize: 0x4C }
+ - { offsetInCU: 0x3DA, offset: 0x10D1BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvs', symObjAddr: 0x103C, symBinAddr: 0xE44F4, symSize: 0x68 }
+ - { offsetInCU: 0x419, offset: 0x10D1FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvM', symObjAddr: 0x10A4, symBinAddr: 0xE455C, symSize: 0x74 }
+ - { offsetInCU: 0x448, offset: 0x10D22C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvM.resume.0', symObjAddr: 0x1118, symBinAddr: 0xE45D0, symSize: 0x74 }
+ - { offsetInCU: 0x473, offset: 0x10D257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvs', symObjAddr: 0x11DC, symBinAddr: 0xE4694, symSize: 0x58 }
+ - { offsetInCU: 0x49C, offset: 0x10D280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvM', symObjAddr: 0x1234, symBinAddr: 0xE46EC, symSize: 0x70 }
+ - { offsetInCU: 0x4CB, offset: 0x10D2AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvM.resume.0', symObjAddr: 0x12A4, symBinAddr: 0xE475C, symSize: 0x6C }
+ - { offsetInCU: 0x520, offset: 0x10D304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO11stringValueAESS_tcfC', symObjAddr: 0x1FB8, symBinAddr: 0xE5470, symSize: 0xE8 }
+ - { offsetInCU: 0x595, offset: 0x10D379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO11stringValueSSvg', symObjAddr: 0x20A0, symBinAddr: 0xE5558, symSize: 0x60 }
+ - { offsetInCU: 0x5B4, offset: 0x10D398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x2100, symBinAddr: 0xE55B8, symSize: 0x14 }
+ - { offsetInCU: 0x5C8, offset: 0x10D3AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO6encode2toys7Encoder_p_tKF', symObjAddr: 0x2114, symBinAddr: 0xE55CC, symSize: 0xE8 }
+ - { offsetInCU: 0x63B, offset: 0x10D41F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO8rawValueAESgSi_tcfC', symObjAddr: 0x21FC, symBinAddr: 0xE56B4, symSize: 0x14 }
+ - { offsetInCU: 0x65A, offset: 0x10D43E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO8rawValueSivg', symObjAddr: 0x2210, symBinAddr: 0xE56C8, symSize: 0x4 }
+ - { offsetInCU: 0x69D, offset: 0x10D481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x22D4, symBinAddr: 0xE578C, symSize: 0x20 }
+ - { offsetInCU: 0x6CE, offset: 0x10D4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x22F4, symBinAddr: 0xE57AC, symSize: 0xC }
+ - { offsetInCU: 0x700, offset: 0x10D4E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2300, symBinAddr: 0xE57B8, symSize: 0x28 }
+ - { offsetInCU: 0x738, offset: 0x10D51C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2328, symBinAddr: 0xE57E0, symSize: 0x18 }
+ - { offsetInCU: 0x79D, offset: 0x10D581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x370C, symBinAddr: 0xE6AC4, symSize: 0x18C }
+ - { offsetInCU: 0x83B, offset: 0x10D61F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1310, symBinAddr: 0xE47C8, symSize: 0x384 }
+ - { offsetInCU: 0x92D, offset: 0x10D711, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6updateyxSgxACRbzlF', symObjAddr: 0x1694, symBinAddr: 0xE4B4C, symSize: 0x204 }
+ - { offsetInCU: 0xA0A, offset: 0x10D7EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC13participantIdSSvgTo', symObjAddr: 0x1898, symBinAddr: 0xE4D50, symSize: 0x4C }
+ - { offsetInCU: 0xA45, offset: 0x10D829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC13participantIdSSvg', symObjAddr: 0x18E4, symBinAddr: 0xE4D9C, symSize: 0x38 }
+ - { offsetInCU: 0xA82, offset: 0x10D866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvgTo', symObjAddr: 0x191C, symBinAddr: 0xE4DD4, symSize: 0x10 }
+ - { offsetInCU: 0xAA2, offset: 0x10D886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvgTo', symObjAddr: 0x191C, symBinAddr: 0xE4DD4, symSize: 0x10 }
+ - { offsetInCU: 0xABF, offset: 0x10D8A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvg', symObjAddr: 0x192C, symBinAddr: 0xE4DE4, symSize: 0x10 }
+ - { offsetInCU: 0xB06, offset: 0x10D8EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvsTo', symObjAddr: 0x1948, symBinAddr: 0xE4E00, symSize: 0x88 }
+ - { offsetInCU: 0xB43, offset: 0x10D927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvW', symObjAddr: 0x19D0, symBinAddr: 0xE4E88, symSize: 0x1E4 }
+ - { offsetInCU: 0xB9B, offset: 0x10D97F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvWyyScMYccfU_', symObjAddr: 0x1BB4, symBinAddr: 0xE506C, symSize: 0x74 }
+ - { offsetInCU: 0xBC7, offset: 0x10D9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfD', symObjAddr: 0x1C28, symBinAddr: 0xE50E0, symSize: 0x98 }
+ - { offsetInCU: 0xC04, offset: 0x10D9E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfDTo', symObjAddr: 0x1CC0, symBinAddr: 0xE5178, symSize: 0xA4 }
+ - { offsetInCU: 0xC57, offset: 0x10DA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvgTo', symObjAddr: 0x2340, symBinAddr: 0xE57F8, symSize: 0x68 }
+ - { offsetInCU: 0xCBE, offset: 0x10DAA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvsTo', symObjAddr: 0x23A8, symBinAddr: 0xE5860, symSize: 0x68 }
+ - { offsetInCU: 0xD23, offset: 0x10DB07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvgTo', symObjAddr: 0x2410, symBinAddr: 0xE58C8, symSize: 0x78 }
+ - { offsetInCU: 0xD82, offset: 0x10DB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvsTo', symObjAddr: 0x2488, symBinAddr: 0xE5940, symSize: 0x78 }
+ - { offsetInCU: 0xDE7, offset: 0x10DBCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvgTo', symObjAddr: 0x2500, symBinAddr: 0xE59B8, symSize: 0x48 }
+ - { offsetInCU: 0xE4E, offset: 0x10DC32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvsTo', symObjAddr: 0x2548, symBinAddr: 0xE5A00, symSize: 0x64 }
+ - { offsetInCU: 0xEBD, offset: 0x10DCA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvsTo', symObjAddr: 0x25FC, symBinAddr: 0xE5AB4, symSize: 0x50 }
+ - { offsetInCU: 0xF14, offset: 0x10DCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO8rawValueSSvg', symObjAddr: 0x264C, symBinAddr: 0xE5B04, symSize: 0x20 }
+ - { offsetInCU: 0xF4D, offset: 0x10DD31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO11stringValueSSvg', symObjAddr: 0x266C, symBinAddr: 0xE5B24, symSize: 0x20 }
+ - { offsetInCU: 0xF7B, offset: 0x10DD5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO11stringValueSSvg', symObjAddr: 0x266C, symBinAddr: 0xE5B24, symSize: 0x20 }
+ - { offsetInCU: 0xFC4, offset: 0x10DDA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x2810, symBinAddr: 0xE5CC8, symSize: 0x44 }
+ - { offsetInCU: 0x100A, offset: 0x10DDEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x2854, symBinAddr: 0xE5D0C, symSize: 0x28 }
+ - { offsetInCU: 0x101E, offset: 0x10DE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x287C, symBinAddr: 0xE5D34, symSize: 0x8 }
+ - { offsetInCU: 0x1054, offset: 0x10DE38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2884, symBinAddr: 0xE5D3C, symSize: 0x3C }
+ - { offsetInCU: 0x10B9, offset: 0x10DE9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x28C0, symBinAddr: 0xE5D78, symSize: 0xC }
+ - { offsetInCU: 0x10D5, offset: 0x10DEB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x28CC, symBinAddr: 0xE5D84, symSize: 0xC }
+ - { offsetInCU: 0x10F1, offset: 0x10DED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x4624, symBinAddr: 0xE791C, symSize: 0x50 }
+ - { offsetInCU: 0x112D, offset: 0x10DF11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfC', symObjAddr: 0x2928, symBinAddr: 0xE5DE0, symSize: 0xC0 }
+ - { offsetInCU: 0x1161, offset: 0x10DF45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcTo', symObjAddr: 0x29E8, symBinAddr: 0xE5EA0, symSize: 0xE8 }
+ - { offsetInCU: 0x1193, offset: 0x10DF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfC', symObjAddr: 0x2AD0, symBinAddr: 0xE5F88, symSize: 0x30 }
+ - { offsetInCU: 0x11B1, offset: 0x10DF95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfc', symObjAddr: 0x2B00, symBinAddr: 0xE5FB8, symSize: 0x178 }
+ - { offsetInCU: 0x1200, offset: 0x10DFE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfcTo', symObjAddr: 0x2C78, symBinAddr: 0xE6130, symSize: 0x30 }
+ - { offsetInCU: 0x121C, offset: 0x10E000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6userId8nickname10profileURL8metadata6active011participantF006clientF05state9videoViewACSS_SSSgAMSDyS2SGSgSbSgS2SAC5StateOAA0ab5VideoP0CSgtcfC', symObjAddr: 0x2CA8, symBinAddr: 0xE6160, symSize: 0x114 }
+ - { offsetInCU: 0x1304, offset: 0x10E0E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2DBC, symBinAddr: 0xE6274, symSize: 0x40 }
+ - { offsetInCU: 0x1349, offset: 0x10E12D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4hashSivgTo', symObjAddr: 0x2DFC, symBinAddr: 0xE62B4, symSize: 0x94 }
+ - { offsetInCU: 0x138C, offset: 0x10E170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC7isEqualySbypSgF', symObjAddr: 0x2F0C, symBinAddr: 0xE6348, symSize: 0x2AC }
+ - { offsetInCU: 0x1411, offset: 0x10E1F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC7isEqualySbypSgFTo', symObjAddr: 0x31B8, symBinAddr: 0xE65F4, symSize: 0x80 }
+ - { offsetInCU: 0x142D, offset: 0x10E211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfC', symObjAddr: 0x3238, symBinAddr: 0xE6674, symSize: 0x20 }
+ - { offsetInCU: 0x144B, offset: 0x10E22F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfc', symObjAddr: 0x3258, symBinAddr: 0xE6694, symSize: 0x2C }
+ - { offsetInCU: 0x14AE, offset: 0x10E292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfcTo', symObjAddr: 0x3284, symBinAddr: 0xE66C0, symSize: 0x2C }
+ - { offsetInCU: 0x1515, offset: 0x10E2F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x32B0, symBinAddr: 0xE66EC, symSize: 0x2C }
+ - { offsetInCU: 0x1538, offset: 0x10E31C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x32DC, symBinAddr: 0xE6718, symSize: 0x38 }
+ - { offsetInCU: 0x155B, offset: 0x10E33F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcTf4ggggnnnn_n', symObjAddr: 0x3314, symBinAddr: 0xE6750, symSize: 0x2A8 }
+ - { offsetInCU: 0x163D, offset: 0x10E421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfETo', symObjAddr: 0x1D64, symBinAddr: 0xE521C, symSize: 0xA4 }
+ - { offsetInCU: 0x16C4, offset: 0x10E4A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs0E3KeyAAWl', symObjAddr: 0x3620, symBinAddr: 0xE69F8, symSize: 0x44 }
+ - { offsetInCU: 0x16D8, offset: 0x10E4BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomSender_pSgXwWOh', symObjAddr: 0x3684, symBinAddr: 0xE6A3C, symSize: 0x24 }
+ - { offsetInCU: 0x16EC, offset: 0x10E4D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCMa', symObjAddr: 0x36A8, symBinAddr: 0xE6A60, symSize: 0x20 }
+ - { offsetInCU: 0x1700, offset: 0x10E4E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOAESeAAWl', symObjAddr: 0x36C8, symBinAddr: 0xE6A80, symSize: 0x44 }
+ - { offsetInCU: 0x1714, offset: 0x10E4F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASQWb', symObjAddr: 0x3948, symBinAddr: 0xE6C50, symSize: 0x4 }
+ - { offsetInCU: 0x1728, offset: 0x10E50C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOAESQAAWl', symObjAddr: 0x394C, symBinAddr: 0xE6C54, symSize: 0x44 }
+ - { offsetInCU: 0x173C, offset: 0x10E520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOMa', symObjAddr: 0x43BC, symBinAddr: 0xE76C4, symSize: 0x10 }
+ - { offsetInCU: 0x1750, offset: 0x10E534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwet', symObjAddr: 0x43DC, symBinAddr: 0xE76D4, symSize: 0x90 }
+ - { offsetInCU: 0x1764, offset: 0x10E548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwst', symObjAddr: 0x446C, symBinAddr: 0xE7764, symSize: 0xBC }
+ - { offsetInCU: 0x1778, offset: 0x10E55C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwug', symObjAddr: 0x4528, symBinAddr: 0xE7820, symSize: 0x8 }
+ - { offsetInCU: 0x178C, offset: 0x10E570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwup', symObjAddr: 0x4530, symBinAddr: 0xE7828, symSize: 0x4 }
+ - { offsetInCU: 0x17A0, offset: 0x10E584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwui', symObjAddr: 0x4534, symBinAddr: 0xE782C, symSize: 0x8 }
+ - { offsetInCU: 0x17B4, offset: 0x10E598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOMa', symObjAddr: 0x453C, symBinAddr: 0xE7834, symSize: 0x10 }
+ - { offsetInCU: 0x17C8, offset: 0x10E5AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASQWb', symObjAddr: 0x454C, symBinAddr: 0xE7844, symSize: 0x4 }
+ - { offsetInCU: 0x17DC, offset: 0x10E5C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFSQAAWl', symObjAddr: 0x4550, symBinAddr: 0xE7848, symSize: 0x44 }
+ - { offsetInCU: 0x17F0, offset: 0x10E5D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x4594, symBinAddr: 0xE788C, symSize: 0x4 }
+ - { offsetInCU: 0x1804, offset: 0x10E5E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x4598, symBinAddr: 0xE7890, symSize: 0x44 }
+ - { offsetInCU: 0x1818, offset: 0x10E5FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x45DC, symBinAddr: 0xE78D4, symSize: 0x4 }
+ - { offsetInCU: 0x182C, offset: 0x10E610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x45E0, symBinAddr: 0xE78D8, symSize: 0x44 }
+ - { offsetInCU: 0x1840, offset: 0x10E624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvWyyScMYccfU_TA', symObjAddr: 0x46D0, symBinAddr: 0xE79C8, symSize: 0x8 }
+ - { offsetInCU: 0x1854, offset: 0x10E638, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x46D8, symBinAddr: 0xE79D0, symSize: 0x10 }
+ - { offsetInCU: 0x1868, offset: 0x10E64C, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x46E8, symBinAddr: 0xE79E0, symSize: 0x8 }
+ - { offsetInCU: 0x18C5, offset: 0x10E6A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2214, symBinAddr: 0xE56CC, symSize: 0x14 }
+ - { offsetInCU: 0x1956, offset: 0x10E73A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x2228, symBinAddr: 0xE56E0, symSize: 0x44 }
+ - { offsetInCU: 0x1A05, offset: 0x10E7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x226C, symBinAddr: 0xE5724, symSize: 0x28 }
+ - { offsetInCU: 0x1A58, offset: 0x10E83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2294, symBinAddr: 0xE574C, symSize: 0x40 }
+ - { offsetInCU: 0x1B24, offset: 0x10E908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x268C, symBinAddr: 0xE5B44, symSize: 0x88 }
+ - { offsetInCU: 0x1BD3, offset: 0x10E9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x2714, symBinAddr: 0xE5BCC, symSize: 0x60 }
+ - { offsetInCU: 0x1C51, offset: 0x10EA35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2774, symBinAddr: 0xE5C2C, symSize: 0x40 }
+ - { offsetInCU: 0x1CA3, offset: 0x10EA87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x27B4, symBinAddr: 0xE5C6C, symSize: 0x5C }
+ - { offsetInCU: 0x1D05, offset: 0x10EAE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x28D8, symBinAddr: 0xE5D90, symSize: 0x28 }
+ - { offsetInCU: 0x1D21, offset: 0x10EB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2900, symBinAddr: 0xE5DB8, symSize: 0x28 }
+ - { offsetInCU: 0x5E, offset: 0x10EE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfC', symObjAddr: 0x0, symBinAddr: 0xE7A3C, symSize: 0x48 }
+ - { offsetInCU: 0x92, offset: 0x10EECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valuexSgvg', symObjAddr: 0x48, symBinAddr: 0xE7A84, symSize: 0x40 }
+ - { offsetInCU: 0xAE, offset: 0x10EEE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC4hash4intoys6HasherVz_tF', symObjAddr: 0x88, symBinAddr: 0xE7AC4, symSize: 0xC4 }
+ - { offsetInCU: 0x1AF, offset: 0x10EFE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfc', symObjAddr: 0x14C, symBinAddr: 0xE7B88, symSize: 0x30 }
+ - { offsetInCU: 0x1C3, offset: 0x10EFFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCfd', symObjAddr: 0x17C, symBinAddr: 0xE7BB8, symSize: 0x1C }
+ - { offsetInCU: 0x1FE, offset: 0x10F037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCfD', symObjAddr: 0x198, symBinAddr: 0xE7BD4, symSize: 0x24 }
+ - { offsetInCU: 0x257, offset: 0x10F090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC9hashValueSivg', symObjAddr: 0x1BC, symBinAddr: 0xE7BF8, symSize: 0x44 }
+ - { offsetInCU: 0x2D5, offset: 0x10F10E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASH9hashValueSivgTW', symObjAddr: 0x200, symBinAddr: 0xE7C3C, symSize: 0x28 }
+ - { offsetInCU: 0x2F1, offset: 0x10F12A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x228, symBinAddr: 0xE7C64, symSize: 0x28 }
+ - { offsetInCU: 0x314, offset: 0x10F14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfcTf4gn_n', symObjAddr: 0x344, symBinAddr: 0xE7D80, symSize: 0x5C }
+ - { offsetInCU: 0x38F, offset: 0x10F1C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC2eeoiySbACyxG_AEtFZ', symObjAddr: 0x294, symBinAddr: 0xE7CD0, symSize: 0x90 }
+ - { offsetInCU: 0x3E7, offset: 0x10F220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x324, symBinAddr: 0xE7D60, symSize: 0x20 }
+ - { offsetInCU: 0x403, offset: 0x10F23C, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVSgWOh', symObjAddr: 0x3A0, symBinAddr: 0xE7DDC, symSize: 0x40 }
+ - { offsetInCU: 0x417, offset: 0x10F250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASQWb', symObjAddr: 0x454, symBinAddr: 0xE7E1C, symSize: 0x10 }
+ - { offsetInCU: 0x42B, offset: 0x10F264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMi', symObjAddr: 0x4F8, symBinAddr: 0xE7EC0, symSize: 0x4 }
+ - { offsetInCU: 0x43F, offset: 0x10F278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMr', symObjAddr: 0x4FC, symBinAddr: 0xE7EC4, symSize: 0x40 }
+ - { offsetInCU: 0x453, offset: 0x10F28C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMa', symObjAddr: 0x53C, symBinAddr: 0xE7F04, symSize: 0xC }
+ - { offsetInCU: 0x4DF, offset: 0x10F318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyqd__GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x250, symBinAddr: 0xE7C8C, symSize: 0x44 }
+ - { offsetInCU: 0x4F, offset: 0x10F5B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvg', symObjAddr: 0x0, symBinAddr: 0xE7F48, symSize: 0x34 }
+ - { offsetInCU: 0x6B, offset: 0x10F5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvs', symObjAddr: 0x34, symBinAddr: 0xE7F7C, symSize: 0x44 }
+ - { offsetInCU: 0x87, offset: 0x10F5EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvM', symObjAddr: 0x78, symBinAddr: 0xE7FC0, symSize: 0x3C }
+ - { offsetInCU: 0xA3, offset: 0x10F608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvg', symObjAddr: 0xB4, symBinAddr: 0xE7FFC, symSize: 0x48 }
+ - { offsetInCU: 0xBF, offset: 0x10F624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvs', symObjAddr: 0xFC, symBinAddr: 0xE8044, symSize: 0x50 }
+ - { offsetInCU: 0xDB, offset: 0x10F640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvM', symObjAddr: 0x14C, symBinAddr: 0xE8094, symSize: 0x3C }
+ - { offsetInCU: 0xF7, offset: 0x10F65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvg', symObjAddr: 0x188, symBinAddr: 0xE80D0, symSize: 0x48 }
+ - { offsetInCU: 0x113, offset: 0x10F678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvs', symObjAddr: 0x1D0, symBinAddr: 0xE8118, symSize: 0x50 }
+ - { offsetInCU: 0x12F, offset: 0x10F694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvM', symObjAddr: 0x220, symBinAddr: 0xE8168, symSize: 0x3C }
+ - { offsetInCU: 0x14B, offset: 0x10F6B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0Ovg', symObjAddr: 0x25C, symBinAddr: 0xE81A4, symSize: 0x30 }
+ - { offsetInCU: 0x167, offset: 0x10F6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0Ovs', symObjAddr: 0x28C, symBinAddr: 0xE81D4, symSize: 0x3C }
+ - { offsetInCU: 0x183, offset: 0x10F6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0OvM', symObjAddr: 0x2C8, symBinAddr: 0xE8210, symSize: 0x3C }
+ - { offsetInCU: 0x19F, offset: 0x10F704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvg', symObjAddr: 0x304, symBinAddr: 0xE824C, symSize: 0x30 }
+ - { offsetInCU: 0x1BB, offset: 0x10F720, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvs', symObjAddr: 0x334, symBinAddr: 0xE827C, symSize: 0x3C }
+ - { offsetInCU: 0x1D7, offset: 0x10F73C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvM', symObjAddr: 0x370, symBinAddr: 0xE82B8, symSize: 0x3C }
+ - { offsetInCU: 0x1F3, offset: 0x10F758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvM.resume.0', symObjAddr: 0x3AC, symBinAddr: 0xE82F4, symSize: 0x4 }
+ - { offsetInCU: 0x25D, offset: 0x10F7C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0OtcfC', symObjAddr: 0x3B0, symBinAddr: 0xE82F8, symSize: 0xCC }
+ - { offsetInCU: 0x2AC, offset: 0x10F811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0Otcfc', symObjAddr: 0x47C, symBinAddr: 0xE83C4, symSize: 0xB8 }
+ - { offsetInCU: 0x301, offset: 0x10F866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO8rawValueSSvg', symObjAddr: 0x534, symBinAddr: 0xE847C, symSize: 0x84 }
+ - { offsetInCU: 0x33A, offset: 0x10F89F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO11stringValueSSvg', symObjAddr: 0x5B8, symBinAddr: 0xE8500, symSize: 0x84 }
+ - { offsetInCU: 0x3BC, offset: 0x10F921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x660, symBinAddr: 0xE85A8, symSize: 0x64 }
+ - { offsetInCU: 0x422, offset: 0x10F987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x6C4, symBinAddr: 0xE860C, symSize: 0x28 }
+ - { offsetInCU: 0x43E, offset: 0x10F9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6EC, symBinAddr: 0xE8634, symSize: 0x8 }
+ - { offsetInCU: 0x474, offset: 0x10F9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6F4, symBinAddr: 0xE863C, symSize: 0x68 }
+ - { offsetInCU: 0x4F9, offset: 0x10FA5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x75C, symBinAddr: 0xE86A4, symSize: 0xC }
+ - { offsetInCU: 0x515, offset: 0x10FA7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x768, symBinAddr: 0xE86B0, symSize: 0xC }
+ - { offsetInCU: 0x533, offset: 0x10FA98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7C4, symBinAddr: 0xE870C, symSize: 0x4C }
+ - { offsetInCU: 0x558, offset: 0x10FABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x810, symBinAddr: 0xE8758, symSize: 0x2B8 }
+ - { offsetInCU: 0x5B4, offset: 0x10FB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCfd', symObjAddr: 0xC38, symBinAddr: 0xE8AB8, symSize: 0x2C }
+ - { offsetInCU: 0x5EF, offset: 0x10FB54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCfD', symObjAddr: 0xC64, symBinAddr: 0xE8AE4, symSize: 0x34 }
+ - { offsetInCU: 0x632, offset: 0x10FB97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC6encode2toys7Encoder_p_tKF', symObjAddr: 0xC98, symBinAddr: 0xE8B18, symSize: 0x220 }
+ - { offsetInCU: 0x671, offset: 0x10FBD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF5C, symBinAddr: 0xE8DDC, symSize: 0x2C }
+ - { offsetInCU: 0x694, offset: 0x10FBF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF88, symBinAddr: 0xE8E08, symSize: 0x28 }
+ - { offsetInCU: 0x6D5, offset: 0x10FC3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyO8rawValueACSgSS_tcfC', symObjAddr: 0xFB0, symBinAddr: 0xE8E30, symSize: 0x6C }
+ - { offsetInCU: 0x6F4, offset: 0x10FC59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyO8rawValueSSvg', symObjAddr: 0x101C, symBinAddr: 0xE8E9C, symSize: 0x2C }
+ - { offsetInCU: 0x744, offset: 0x10FCA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x11CC, symBinAddr: 0xE904C, symSize: 0x70 }
+ - { offsetInCU: 0x778, offset: 0x10FCDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x123C, symBinAddr: 0xE90BC, symSize: 0x28 }
+ - { offsetInCU: 0x78D, offset: 0x10FCF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs0F3KeyAAWl', symObjAddr: 0xB2C, symBinAddr: 0xE8A10, symSize: 0x44 }
+ - { offsetInCU: 0x7A1, offset: 0x10FD06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCMa', symObjAddr: 0xB70, symBinAddr: 0xE8A54, symSize: 0x20 }
+ - { offsetInCU: 0x7B5, offset: 0x10FD1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSeAAWl', symObjAddr: 0xBF4, symBinAddr: 0xE8A74, symSize: 0x44 }
+ - { offsetInCU: 0x7C9, offset: 0x10FD2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSEAAWl', symObjAddr: 0xF18, symBinAddr: 0xE8D98, symSize: 0x44 }
+ - { offsetInCU: 0x7FE, offset: 0x10FD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC2eeoiySbAC_ACtFZ', symObjAddr: 0x130C, symBinAddr: 0xE918C, symSize: 0x4 }
+ - { offsetInCU: 0x821, offset: 0x10FD86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1310, symBinAddr: 0xE9190, symSize: 0xC }
+ - { offsetInCU: 0x88A, offset: 0x10FDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4hash4intoys6HasherVz_tF', symObjAddr: 0x131C, symBinAddr: 0xE919C, symSize: 0xF4 }
+ - { offsetInCU: 0x9CF, offset: 0x10FF34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC9hashValueSivg', symObjAddr: 0x1410, symBinAddr: 0xE9290, symSize: 0x3C }
+ - { offsetInCU: 0xA5B, offset: 0x10FFC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH9hashValueSivgTW', symObjAddr: 0x144C, symBinAddr: 0xE92CC, symSize: 0x40 }
+ - { offsetInCU: 0xAEA, offset: 0x11004F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x148C, symBinAddr: 0xE930C, symSize: 0x20 }
+ - { offsetInCU: 0xAFE, offset: 0x110063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4copyACyF', symObjAddr: 0x14E8, symBinAddr: 0xE9368, symSize: 0xE4 }
+ - { offsetInCU: 0xB84, offset: 0x1100E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0x15CC, symBinAddr: 0xE944C, symSize: 0x28 }
+ - { offsetInCU: 0xBA0, offset: 0x110105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x15F4, symBinAddr: 0xE9474, symSize: 0x198 }
+ - { offsetInCU: 0xC62, offset: 0x1101C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASQWb', symObjAddr: 0x178C, symBinAddr: 0xE960C, symSize: 0x4 }
+ - { offsetInCU: 0xC76, offset: 0x1101DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSQAAWl', symObjAddr: 0x1790, symBinAddr: 0xE9610, symSize: 0x44 }
+ - { offsetInCU: 0xC8A, offset: 0x1101EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASQWb', symObjAddr: 0x17D4, symBinAddr: 0xE9654, symSize: 0x4 }
+ - { offsetInCU: 0xC9E, offset: 0x110203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCACSQAAWl', symObjAddr: 0x17D8, symBinAddr: 0xE9658, symSize: 0x44 }
+ - { offsetInCU: 0xCB2, offset: 0x110217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwet', symObjAddr: 0x1B54, symBinAddr: 0xE99C4, symSize: 0x90 }
+ - { offsetInCU: 0xCC6, offset: 0x11022B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwst', symObjAddr: 0x1BE4, symBinAddr: 0xE9A54, symSize: 0xBC }
+ - { offsetInCU: 0xCDA, offset: 0x11023F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwug', symObjAddr: 0x1CA0, symBinAddr: 0xE9B10, symSize: 0x8 }
+ - { offsetInCU: 0xCEE, offset: 0x110253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwup', symObjAddr: 0x1CA8, symBinAddr: 0xE9B18, symSize: 0x4 }
+ - { offsetInCU: 0xD02, offset: 0x110267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwui', symObjAddr: 0x1CAC, symBinAddr: 0xE9B1C, symSize: 0xC }
+ - { offsetInCU: 0xD16, offset: 0x11027B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOMa', symObjAddr: 0x1CB8, symBinAddr: 0xE9B28, symSize: 0x10 }
+ - { offsetInCU: 0xD2A, offset: 0x11028F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwet', symObjAddr: 0x1CC8, symBinAddr: 0xE9B38, symSize: 0x90 }
+ - { offsetInCU: 0xD3E, offset: 0x1102A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwst', symObjAddr: 0x1D58, symBinAddr: 0xE9BC8, symSize: 0xBC }
+ - { offsetInCU: 0xD52, offset: 0x1102B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwug', symObjAddr: 0x1E14, symBinAddr: 0xE9C84, symSize: 0x8 }
+ - { offsetInCU: 0xD66, offset: 0x1102CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwup', symObjAddr: 0x1E1C, symBinAddr: 0xE9C8C, symSize: 0x4 }
+ - { offsetInCU: 0xD7A, offset: 0x1102DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwui', symObjAddr: 0x1E20, symBinAddr: 0xE9C90, symSize: 0x8 }
+ - { offsetInCU: 0xD8E, offset: 0x1102F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOMa', symObjAddr: 0x1E28, symBinAddr: 0xE9C98, symSize: 0x10 }
+ - { offsetInCU: 0xDA2, offset: 0x110307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASQWb', symObjAddr: 0x1E38, symBinAddr: 0xE9CA8, symSize: 0x4 }
+ - { offsetInCU: 0xDB6, offset: 0x11031B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFSQAAWl', symObjAddr: 0x1E3C, symBinAddr: 0xE9CAC, symSize: 0x44 }
+ - { offsetInCU: 0xDCA, offset: 0x11032F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E80, symBinAddr: 0xE9CF0, symSize: 0x4 }
+ - { offsetInCU: 0xDDE, offset: 0x110343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E84, symBinAddr: 0xE9CF4, symSize: 0x44 }
+ - { offsetInCU: 0xDF2, offset: 0x110357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1EC8, symBinAddr: 0xE9D38, symSize: 0x4 }
+ - { offsetInCU: 0xE06, offset: 0x11036B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1ECC, symBinAddr: 0xE9D3C, symSize: 0x44 }
+ - { offsetInCU: 0xE1A, offset: 0x11037F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSYAAWl', symObjAddr: 0x1F10, symBinAddr: 0xE9D80, symSize: 0x44 }
+ - { offsetInCU: 0xE59, offset: 0x1103BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x63C, symBinAddr: 0xE8584, symSize: 0xC }
+ - { offsetInCU: 0xE75, offset: 0x1103DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH9hashValueSivgTW', symObjAddr: 0x648, symBinAddr: 0xE8590, symSize: 0x8 }
+ - { offsetInCU: 0xE91, offset: 0x1103F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x650, symBinAddr: 0xE8598, symSize: 0x8 }
+ - { offsetInCU: 0xEAD, offset: 0x110412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x658, symBinAddr: 0xE85A0, symSize: 0x8 }
+ - { offsetInCU: 0xECF, offset: 0x110434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x774, symBinAddr: 0xE86BC, symSize: 0x28 }
+ - { offsetInCU: 0xEEB, offset: 0x110450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x79C, symBinAddr: 0xE86E4, symSize: 0x28 }
+ - { offsetInCU: 0xF25, offset: 0x11048A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1048, symBinAddr: 0xE8EC8, symSize: 0x88 }
+ - { offsetInCU: 0xFD4, offset: 0x110539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH9hashValueSivgTW', symObjAddr: 0x10D0, symBinAddr: 0xE8F50, symSize: 0x60 }
+ - { offsetInCU: 0x106A, offset: 0x1105CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1130, symBinAddr: 0xE8FB0, symSize: 0x40 }
+ - { offsetInCU: 0x10BC, offset: 0x110621, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1170, symBinAddr: 0xE8FF0, symSize: 0x5C }
+ - { offsetInCU: 0x1136, offset: 0x11069B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1264, symBinAddr: 0xE90E4, symSize: 0x5C }
+ - { offsetInCU: 0x1159, offset: 0x1106BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x12C0, symBinAddr: 0xE9140, symSize: 0x4C }
+ - { offsetInCU: 0x1201, offset: 0x110766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14AC, symBinAddr: 0xE932C, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0x1109DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0xE9DD4, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x110A02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0xE9DD4, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x110A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4, symBinAddr: 0xE9DD8, symSize: 0x14 }
+ - { offsetInCU: 0x7B, offset: 0x110A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAcA05LocalI0C_tcfC', symObjAddr: 0x18, symBinAddr: 0xE9DEC, symSize: 0x4 }
+ - { offsetInCU: 0xCC, offset: 0x110A83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1C, symBinAddr: 0xE9DF0, symSize: 0x28 }
+ - { offsetInCU: 0x104, offset: 0x110ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x44, symBinAddr: 0xE9E18, symSize: 0x124 }
+ - { offsetInCU: 0x161, offset: 0x110B18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA0D11RespondableAAWI', symObjAddr: 0x168, symBinAddr: 0xE9F3C, symSize: 0x24 }
+ - { offsetInCU: 0x175, offset: 0x110B2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA14APIRespondableAAWl', symObjAddr: 0x18C, symBinAddr: 0xE9F60, symSize: 0x44 }
+ - { offsetInCU: 0x189, offset: 0x110B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA14APIRespondableAAWI', symObjAddr: 0x1D0, symBinAddr: 0xE9FA4, symSize: 0x24 }
+ - { offsetInCU: 0x19D, offset: 0x110B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA11RespondableAAWI', symObjAddr: 0x238, symBinAddr: 0xE9FC8, symSize: 0x2C }
+ - { offsetInCU: 0x1B1, offset: 0x110B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA0G0AAWl', symObjAddr: 0x264, symBinAddr: 0xE9FF4, symSize: 0x44 }
+ - { offsetInCU: 0x1C5, offset: 0x110B7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x2A8, symBinAddr: 0xEA038, symSize: 0x44 }
+ - { offsetInCU: 0x1D9, offset: 0x110B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA0G0AAWI', symObjAddr: 0x2EC, symBinAddr: 0xEA07C, symSize: 0x24 }
+ - { offsetInCU: 0x1ED, offset: 0x110BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x354, symBinAddr: 0xEA0A0, symSize: 0x24 }
+ - { offsetInCU: 0x201, offset: 0x110BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVMa', symObjAddr: 0x378, symBinAddr: 0xEA0C4, symSize: 0x10 }
+ - { offsetInCU: 0x215, offset: 0x110BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCAA0E0CSeAAWl', symObjAddr: 0x450, symBinAddr: 0xEA0D4, symSize: 0x48 }
+ - { offsetInCU: 0x4B, offset: 0x110E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xEA11C, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x110E25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC16didICEDisconnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x2C, symBinAddr: 0xEA148, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x110E41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0x58, symBinAddr: 0xEA174, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0x110E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x84, symBinAddr: 0xEA1A0, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x110E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC8didClose7contextyAA12WebRTCClientC_tF', symObjAddr: 0x8C, symBinAddr: 0xEA1A8, symSize: 0x2C }
+ - { offsetInCU: 0xD7, offset: 0x110E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCACycfc', symObjAddr: 0xB8, symBinAddr: 0xEA1D4, symSize: 0x8 }
+ - { offsetInCU: 0x106, offset: 0x110EC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCfd', symObjAddr: 0xC0, symBinAddr: 0xEA1DC, symSize: 0x8 }
+ - { offsetInCU: 0x135, offset: 0x110EF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC11createOffer7contextyAA12WebRTCClientC_tF', symObjAddr: 0xC8, symBinAddr: 0xEA1E4, symSize: 0x2C }
+ - { offsetInCU: 0x151, offset: 0x110F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0xF4, symBinAddr: 0xEA210, symSize: 0x2C }
+ - { offsetInCU: 0x16D, offset: 0x110F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC13didICEConnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x2F8, symBinAddr: 0xEA414, symSize: 0x2C }
+ - { offsetInCU: 0x189, offset: 0x110F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCfD', symObjAddr: 0x324, symBinAddr: 0xEA440, symSize: 0x10 }
+ - { offsetInCU: 0x1B8, offset: 0x110F76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCACycfC', symObjAddr: 0x334, symBinAddr: 0xEA450, symSize: 0x10 }
+ - { offsetInCU: 0x1D6, offset: 0x110F94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP7process7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x344, symBinAddr: 0xEA460, symSize: 0x28 }
+ - { offsetInCU: 0x1F2, offset: 0x110FB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP11createOffer7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x36C, symBinAddr: 0xEA488, symSize: 0x28 }
+ - { offsetInCU: 0x20E, offset: 0x110FCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTW', symObjAddr: 0x394, symBinAddr: 0xEA4B0, symSize: 0x28 }
+ - { offsetInCU: 0x22A, offset: 0x110FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTW', symObjAddr: 0x3BC, symBinAddr: 0xEA4D8, symSize: 0x28 }
+ - { offsetInCU: 0x246, offset: 0x111004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP10didConnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x3E4, symBinAddr: 0xEA500, symSize: 0x28 }
+ - { offsetInCU: 0x262, offset: 0x111020, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP13didDisconnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x40C, symBinAddr: 0xEA528, symSize: 0x28 }
+ - { offsetInCU: 0x27E, offset: 0x11103C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP7didFail7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x434, symBinAddr: 0xEA550, symSize: 0x28 }
+ - { offsetInCU: 0x29A, offset: 0x111058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP13didICEConnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x45C, symBinAddr: 0xEA578, symSize: 0x28 }
+ - { offsetInCU: 0x2B6, offset: 0x111074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP16didICEDisconnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x484, symBinAddr: 0xEA5A0, symSize: 0x28 }
+ - { offsetInCU: 0x2D2, offset: 0x111090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP10didICEFail7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4AC, symBinAddr: 0xEA5C8, symSize: 0x28 }
+ - { offsetInCU: 0x2EE, offset: 0x1110AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP8didClose7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4D4, symBinAddr: 0xEA5F0, symSize: 0x28 }
+ - { offsetInCU: 0x30A, offset: 0x1110C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTf4dnn_n', symObjAddr: 0x550, symBinAddr: 0xEA66C, symSize: 0x2D0 }
+ - { offsetInCU: 0x55C, offset: 0x11131A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCMa', symObjAddr: 0x8F0, symBinAddr: 0xEA990, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1115B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfC', symObjAddr: 0x0, symBinAddr: 0xEAC6C, symSize: 0x30 }
+ - { offsetInCU: 0x75, offset: 0x111605, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfC', symObjAddr: 0x0, symBinAddr: 0xEAC6C, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0x111642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerSbvg', symObjAddr: 0x30, symBinAddr: 0xEAC9C, symSize: 0x8 }
+ - { offsetInCU: 0xCE, offset: 0x11165E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfc', symObjAddr: 0x38, symBinAddr: 0xEACA4, symSize: 0xC }
+ - { offsetInCU: 0xF1, offset: 0x111681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x44, symBinAddr: 0xEACB0, symSize: 0x9C }
+ - { offsetInCU: 0x15A, offset: 0x1116EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xE0, symBinAddr: 0xEAD4C, symSize: 0x5C }
+ - { offsetInCU: 0x20C, offset: 0x11179C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCACycfC', symObjAddr: 0x13C, symBinAddr: 0xEADA8, symSize: 0x2C }
+ - { offsetInCU: 0x26B, offset: 0x1117FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCACycfc', symObjAddr: 0x168, symBinAddr: 0xEADD4, symSize: 0x2C }
+ - { offsetInCU: 0x2B0, offset: 0x111840, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCfd', symObjAddr: 0x194, symBinAddr: 0xEAE00, symSize: 0x8 }
+ - { offsetInCU: 0x2DF, offset: 0x11186F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCfD', symObjAddr: 0x19C, symBinAddr: 0xEAE08, symSize: 0x10 }
+ - { offsetInCU: 0x36D, offset: 0x1118FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCMa', symObjAddr: 0x1AC, symBinAddr: 0xEAE18, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x111AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfC', symObjAddr: 0x0, symBinAddr: 0xEAE4C, symSize: 0x168 }
+ - { offsetInCU: 0x9C, offset: 0x111B60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfC', symObjAddr: 0x0, symBinAddr: 0xEAE4C, symSize: 0x168 }
+ - { offsetInCU: 0x141, offset: 0x111C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvg', symObjAddr: 0x168, symBinAddr: 0xEAFB4, symSize: 0x30 }
+ - { offsetInCU: 0x15D, offset: 0x111C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvs', symObjAddr: 0x198, symBinAddr: 0xEAFE4, symSize: 0x3C }
+ - { offsetInCU: 0x179, offset: 0x111C3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvM', symObjAddr: 0x1D4, symBinAddr: 0xEB020, symSize: 0x3C }
+ - { offsetInCU: 0x195, offset: 0x111C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvM.resume.0', symObjAddr: 0x210, symBinAddr: 0xEB05C, symSize: 0x4 }
+ - { offsetInCU: 0x20B, offset: 0x111CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x214, symBinAddr: 0xEB060, symSize: 0xC8 }
+ - { offsetInCU: 0x2AA, offset: 0x111D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x2DC, symBinAddr: 0xEB128, symSize: 0xB0 }
+ - { offsetInCU: 0x337, offset: 0x111DFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0Vtcfc', symObjAddr: 0x38C, symBinAddr: 0xEB1D8, symSize: 0x30 }
+ - { offsetInCU: 0x387, offset: 0x111E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3BC, symBinAddr: 0xEB208, symSize: 0x7C }
+ - { offsetInCU: 0x3D5, offset: 0x111E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x438, symBinAddr: 0xEB284, symSize: 0x64 }
+ - { offsetInCU: 0x404, offset: 0x111EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCfd', symObjAddr: 0x49C, symBinAddr: 0xEB2E8, symSize: 0x2C }
+ - { offsetInCU: 0x455, offset: 0x111F19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCfD', symObjAddr: 0x4C8, symBinAddr: 0xEB314, symSize: 0x34 }
+ - { offsetInCU: 0x4AE, offset: 0x111F72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfcTf4gnn_n', symObjAddr: 0x4FC, symBinAddr: 0xEB348, symSize: 0x148 }
+ - { offsetInCU: 0x5C4, offset: 0x112088, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCMa', symObjAddr: 0x71C, symBinAddr: 0xEB4F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x11228A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xEB548, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x1122AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xEB548, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x1122E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0xEB644, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x11230A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0xEB6AC, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x112333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0xEB718, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x11235C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0xEB784, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x112378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0xEB788, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x112394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0xEB7B4, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x1123B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0xEB7BC, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x1123C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0xEB7E8, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x11244C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0xEB960, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x112477, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0xEB968, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x1124BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0xEB9D0, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x1124EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0xEB9FC, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x112513, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0xEB5E4, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x11252D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0xEB604, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x112568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0xEBA34, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x11257C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0xEBA58, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x112590, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0xEBA9C, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x1125A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0xEBAA0, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x1125B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0xEBAE8, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x1125CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0xEBB0C, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x1125E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0xEBB38, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x1125F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0xEBB7C, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x112608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0xEBBC0, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x11261C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0xEBBE4, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x112630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0xEBC28, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x112644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwCP', symObjAddr: 0x834, symBinAddr: 0xEBC4C, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x112658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwxx', symObjAddr: 0x864, symBinAddr: 0xEBC7C, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x11266C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0xEBCA4, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x112680, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0xEBCE8, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x112694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwta', symObjAddr: 0x958, symBinAddr: 0xEBD5C, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x1126A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0xEBDA8, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x1126BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0xEBDF0, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x1126D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVMa', symObjAddr: 0xA34, symBinAddr: 0xEBE38, symSize: 0x10 }
+ - { offsetInCU: 0x6D, offset: 0x11295C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16localParticipantAA05LocalF0CSgvgTo', symObjAddr: 0xD0, symBinAddr: 0xEBF18, symSize: 0x70 }
+ - { offsetInCU: 0xA2, offset: 0x112991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16localParticipantAA05LocalF0CSgvg', symObjAddr: 0x140, symBinAddr: 0xEBF88, symSize: 0x54 }
+ - { offsetInCU: 0xDF, offset: 0x1129CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC12participantsSayAA11ParticipantCGvgTo', symObjAddr: 0x194, symBinAddr: 0xEBFDC, symSize: 0x90 }
+ - { offsetInCU: 0x114, offset: 0x112A03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC12participantsSayAA11ParticipantCGvg', symObjAddr: 0x224, symBinAddr: 0xEC06C, symSize: 0x54 }
+ - { offsetInCU: 0x151, offset: 0x112A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18remoteParticipantsSayAA17RemoteParticipantCGvgTo', symObjAddr: 0x278, symBinAddr: 0xEC0C0, symSize: 0x90 }
+ - { offsetInCU: 0x186, offset: 0x112A75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18remoteParticipantsSayAA17RemoteParticipantCGvg', symObjAddr: 0x308, symBinAddr: 0xEC150, symSize: 0x54 }
+ - { offsetInCU: 0x1A5, offset: 0x112A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5stateAC5StateOvM', symObjAddr: 0x38C, symBinAddr: 0xEC1D4, symSize: 0x44 }
+ - { offsetInCU: 0x1F2, offset: 0x112AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvgTo', symObjAddr: 0x3D0, symBinAddr: 0xEC218, symSize: 0x10 }
+ - { offsetInCU: 0x212, offset: 0x112B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvgTo', symObjAddr: 0x3D0, symBinAddr: 0xEC218, symSize: 0x10 }
+ - { offsetInCU: 0x22D, offset: 0x112B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvg', symObjAddr: 0x3E0, symBinAddr: 0xEC228, symSize: 0x10 }
+ - { offsetInCU: 0x268, offset: 0x112B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvgTo', symObjAddr: 0x3F0, symBinAddr: 0xEC238, symSize: 0x74 }
+ - { offsetInCU: 0x2CF, offset: 0x112BBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvsTo', symObjAddr: 0x470, symBinAddr: 0xEC2B8, symSize: 0x70 }
+ - { offsetInCU: 0x314, offset: 0x112C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvM', symObjAddr: 0x4EC, symBinAddr: 0xEC334, symSize: 0x44 }
+ - { offsetInCU: 0x343, offset: 0x112C32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6senderAA13CommandSender_pvg', symObjAddr: 0x530, symBinAddr: 0xEC378, symSize: 0x30 }
+ - { offsetInCU: 0x362, offset: 0x112C51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC7serviceAA0aB7ServiceCvg', symObjAddr: 0x560, symBinAddr: 0xEC3A8, symSize: 0x10 }
+ - { offsetInCU: 0x37F, offset: 0x112C6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedBySSvs', symObjAddr: 0x6B0, symBinAddr: 0xEC4F8, symSize: 0x5C }
+ - { offsetInCU: 0x3BE, offset: 0x112CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedBySSvM', symObjAddr: 0x70C, symBinAddr: 0xEC554, symSize: 0x44 }
+ - { offsetInCU: 0x3ED, offset: 0x112CDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvg', symObjAddr: 0x750, symBinAddr: 0xEC598, symSize: 0x48 }
+ - { offsetInCU: 0x41C, offset: 0x112D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvs', symObjAddr: 0x798, symBinAddr: 0xEC5E0, symSize: 0x5C }
+ - { offsetInCU: 0x45B, offset: 0x112D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvM', symObjAddr: 0x7F4, symBinAddr: 0xEC63C, symSize: 0x44 }
+ - { offsetInCU: 0x48A, offset: 0x112D79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9updatedAts5Int64VvM', symObjAddr: 0x868, symBinAddr: 0xEC6B0, symSize: 0x44 }
+ - { offsetInCU: 0x4D7, offset: 0x112DC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvgTo', symObjAddr: 0x8AC, symBinAddr: 0xEC6F4, symSize: 0x44 }
+ - { offsetInCU: 0x514, offset: 0x112E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvg', symObjAddr: 0x8F0, symBinAddr: 0xEC738, symSize: 0x44 }
+ - { offsetInCU: 0x55D, offset: 0x112E4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvsTo', symObjAddr: 0x934, symBinAddr: 0xEC77C, symSize: 0x48 }
+ - { offsetInCU: 0x59A, offset: 0x112E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvs', symObjAddr: 0x97C, symBinAddr: 0xEC7C4, symSize: 0x48 }
+ - { offsetInCU: 0x5BF, offset: 0x112EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvM', symObjAddr: 0x9C4, symBinAddr: 0xEC80C, symSize: 0x44 }
+ - { offsetInCU: 0x5EE, offset: 0x112EDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvM.resume.0', symObjAddr: 0xA08, symBinAddr: 0xEC850, symSize: 0x4 }
+ - { offsetInCU: 0x619, offset: 0x112F08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21participantCollectionAA011ParticipantF0CvM', symObjAddr: 0xA24, symBinAddr: 0xEC86C, symSize: 0x44 }
+ - { offsetInCU: 0x648, offset: 0x112F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9delegatesSDySSAA13WeakReferenceCyAA0D8Delegate_pGGvM', symObjAddr: 0xB10, symBinAddr: 0xEC958, symSize: 0x44 }
+ - { offsetInCU: 0x677, offset: 0x112F66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0Cvg', symObjAddr: 0xB54, symBinAddr: 0xEC99C, symSize: 0x48 }
+ - { offsetInCU: 0x6A6, offset: 0x112F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0Cvs', symObjAddr: 0xB9C, symBinAddr: 0xEC9E4, symSize: 0x50 }
+ - { offsetInCU: 0x6E5, offset: 0x112FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0CvM', symObjAddr: 0xBEC, symBinAddr: 0xECA34, symSize: 0x44 }
+ - { offsetInCU: 0x714, offset: 0x113003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC24customItemsLastUpdatedAts5Int64VvM', symObjAddr: 0xC60, symBinAddr: 0xECAA8, symSize: 0x44 }
+ - { offsetInCU: 0x743, offset: 0x113032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15aliveTimerBoardAA07SBTimerG0CvM', symObjAddr: 0xD4C, symBinAddr: 0xECB94, symSize: 0x44 }
+ - { offsetInCU: 0x790, offset: 0x11307F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0xD90, symBinAddr: 0xECBD8, symSize: 0x10 }
+ - { offsetInCU: 0x7B0, offset: 0x11309F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0xD90, symBinAddr: 0xECBD8, symSize: 0x10 }
+ - { offsetInCU: 0x7CD, offset: 0x1130BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xDA0, symBinAddr: 0xECBE8, symSize: 0x10 }
+ - { offsetInCU: 0x7EA, offset: 0x1130D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17aliveFailureCountSivM', symObjAddr: 0xEE8, symBinAddr: 0xECD30, symSize: 0x44 }
+ - { offsetInCU: 0x819, offset: 0x113108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvg', symObjAddr: 0xF2C, symBinAddr: 0xECD74, symSize: 0x50 }
+ - { offsetInCU: 0x866, offset: 0x113155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvs', symObjAddr: 0x1004, symBinAddr: 0xECE0C, symSize: 0xF4 }
+ - { offsetInCU: 0x8C2, offset: 0x1131B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvM', symObjAddr: 0x11A8, symBinAddr: 0xECF88, symSize: 0x58 }
+ - { offsetInCU: 0x8F1, offset: 0x1131E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvM.resume.0', symObjAddr: 0x1200, symBinAddr: 0xECFE0, symSize: 0xEC }
+ - { offsetInCU: 0x937, offset: 0x113226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfC', symObjAddr: 0x12EC, symBinAddr: 0xED0CC, symSize: 0x88 }
+ - { offsetInCU: 0x96B, offset: 0x11325A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfc', symObjAddr: 0x1374, symBinAddr: 0xED154, symSize: 0x64 }
+ - { offsetInCU: 0x97F, offset: 0x11326E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x13D8, symBinAddr: 0xED1B8, symSize: 0x670 }
+ - { offsetInCU: 0xCCA, offset: 0x1135B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_', symObjAddr: 0x1A48, symBinAddr: 0xED828, symSize: 0x8AC }
+ - { offsetInCU: 0x101F, offset: 0x11390E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFTo', symObjAddr: 0x30EC, symBinAddr: 0xEEECC, symSize: 0x98 }
+ - { offsetInCU: 0x103B, offset: 0x11392A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4exityyKF', symObjAddr: 0x3184, symBinAddr: 0xEEF64, symSize: 0x460 }
+ - { offsetInCU: 0x1253, offset: 0x113B42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4exityyKFTo', symObjAddr: 0x35E4, symBinAddr: 0xEF3C4, symSize: 0x80 }
+ - { offsetInCU: 0x1285, offset: 0x113B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10handleExit5erroryAA8SBCErrorCSg_tF', symObjAddr: 0x3664, symBinAddr: 0xEF444, symSize: 0x178 }
+ - { offsetInCU: 0x12FB, offset: 0x113BEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10handleExit5erroryAA8SBCErrorCSg_tFTo', symObjAddr: 0x37DC, symBinAddr: 0xEF5BC, symSize: 0x50 }
+ - { offsetInCU: 0x1317, offset: 0x113C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x382C, symBinAddr: 0xEF60C, symSize: 0x2DC }
+ - { offsetInCU: 0x146F, offset: 0x113D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_', symObjAddr: 0x3B08, symBinAddr: 0xEF8E8, symSize: 0x37C }
+ - { offsetInCU: 0x17B4, offset: 0x1140A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x3F98, symBinAddr: 0xEFD78, symSize: 0x300 }
+ - { offsetInCU: 0x191D, offset: 0x11420C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA06UpdatedfG8ResponseCGcfU_', symObjAddr: 0x4298, symBinAddr: 0xF0078, symSize: 0x384 }
+ - { offsetInCU: 0x1C0A, offset: 0x1144F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x461C, symBinAddr: 0xF03FC, symSize: 0xA4 }
+ - { offsetInCU: 0x1C26, offset: 0x114515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctF', symObjAddr: 0x46C0, symBinAddr: 0xF04A0, symSize: 0x100 }
+ - { offsetInCU: 0x1CC6, offset: 0x1145B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x47C0, symBinAddr: 0xF05A0, symSize: 0x98 }
+ - { offsetInCU: 0x1CE2, offset: 0x1145D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tF', symObjAddr: 0x4858, symBinAddr: 0xF0638, symSize: 0xF4 }
+ - { offsetInCU: 0x1D71, offset: 0x114660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x49EC, symBinAddr: 0xF07CC, symSize: 0x374 }
+ - { offsetInCU: 0x1FAD, offset: 0x11489C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA0kdfG8ResponseCGcfU0_', symObjAddr: 0x4D60, symBinAddr: 0xF0B40, symSize: 0x384 }
+ - { offsetInCU: 0x22C3, offset: 0x114BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11addDelegate_10identifieryAA0dF0_p_SStF', symObjAddr: 0x50E4, symBinAddr: 0xF0EC4, symSize: 0x174 }
+ - { offsetInCU: 0x23B6, offset: 0x114CA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11addDelegate_10identifieryAA0dF0_p_SStFTo', symObjAddr: 0x5258, symBinAddr: 0xF1038, symSize: 0x74 }
+ - { offsetInCU: 0x23D2, offset: 0x114CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14removeDelegate10identifierySS_tF', symObjAddr: 0x52CC, symBinAddr: 0xF10AC, symSize: 0x118 }
+ - { offsetInCU: 0x2477, offset: 0x114D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18removeAllDelegatesyyF', symObjAddr: 0x53F0, symBinAddr: 0xF11D0, symSize: 0x104 }
+ - { offsetInCU: 0x2510, offset: 0x114DFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18removeAllDelegatesyyFTo', symObjAddr: 0x54F4, symBinAddr: 0xF12D4, symSize: 0x2C }
+ - { offsetInCU: 0x252C, offset: 0x114E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtF', symObjAddr: 0x5520, symBinAddr: 0xF1300, symSize: 0x1EC }
+ - { offsetInCU: 0x2615, offset: 0x114F04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_', symObjAddr: 0x570C, symBinAddr: 0xF14EC, symSize: 0x114 }
+ - { offsetInCU: 0x268D, offset: 0x114F7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_yycfU_', symObjAddr: 0x5820, symBinAddr: 0xF1600, symSize: 0x210 }
+ - { offsetInCU: 0x277C, offset: 0x11506B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFTo', symObjAddr: 0x5A30, symBinAddr: 0xF1810, symSize: 0xB4 }
+ - { offsetInCU: 0x2798, offset: 0x115087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x5AE4, symBinAddr: 0xF18C4, symSize: 0x188 }
+ - { offsetInCU: 0x285C, offset: 0x11514B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_', symObjAddr: 0x5C6C, symBinAddr: 0xF1A4C, symSize: 0x194 }
+ - { offsetInCU: 0x2935, offset: 0x115224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x61D4, symBinAddr: 0xF1FB4, symSize: 0x88 }
+ - { offsetInCU: 0x2951, offset: 0x115240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfC', symObjAddr: 0x625C, symBinAddr: 0xF203C, symSize: 0x20 }
+ - { offsetInCU: 0x296F, offset: 0x11525E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfc', symObjAddr: 0x627C, symBinAddr: 0xF205C, symSize: 0x2C }
+ - { offsetInCU: 0x29D2, offset: 0x1152C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfcTo', symObjAddr: 0x62A8, symBinAddr: 0xF2088, symSize: 0x2C }
+ - { offsetInCU: 0x2A39, offset: 0x115328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCfD', symObjAddr: 0x62D4, symBinAddr: 0xF20B4, symSize: 0x30 }
+ - { offsetInCU: 0x2A66, offset: 0x115355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP12participantsSayAA11ParticipantCGvgTW', symObjAddr: 0x63E8, symBinAddr: 0xF21C8, symSize: 0x1C }
+ - { offsetInCU: 0x2A7A, offset: 0x115369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP18remoteParticipantsSayAA17RemoteParticipantCGvgTW', symObjAddr: 0x6404, symBinAddr: 0xF21E4, symSize: 0x1C }
+ - { offsetInCU: 0x2A96, offset: 0x115385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP16localParticipantAA05LocalH0CSgvgTW', symObjAddr: 0x6420, symBinAddr: 0xF2200, symSize: 0x1C }
+ - { offsetInCU: 0x2AB2, offset: 0x1153A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP9delegatesSDySSAA13WeakReferenceCyAA0D8Delegate_pGGvgTW', symObjAddr: 0x643C, symBinAddr: 0xF221C, symSize: 0x1C }
+ - { offsetInCU: 0x2ACE, offset: 0x1153BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP6roomIdSSvgTW', symObjAddr: 0x6458, symBinAddr: 0xF2238, symSize: 0x1C }
+ - { offsetInCU: 0x2AEA, offset: 0x1153D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP4typeAA0D4TypeOvgTW', symObjAddr: 0x6474, symBinAddr: 0xF2254, symSize: 0x10 }
+ - { offsetInCU: 0x2B0A, offset: 0x1153F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP4typeAA0D4TypeOvgTW', symObjAddr: 0x6474, symBinAddr: 0xF2254, symSize: 0x10 }
+ - { offsetInCU: 0x2B43, offset: 0x115432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP6senderAA07CommandE0_pvgTW', symObjAddr: 0x6484, symBinAddr: 0xF2264, symSize: 0x30 }
+ - { offsetInCU: 0x2B9C, offset: 0x11548B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP7serviceAA0aB7ServiceCvgTW', symObjAddr: 0x64B4, symBinAddr: 0xF2294, symSize: 0x10 }
+ - { offsetInCU: 0x2BBC, offset: 0x1154AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP7serviceAA0aB7ServiceCvgTW', symObjAddr: 0x64B4, symBinAddr: 0xF2294, symSize: 0x10 }
+ - { offsetInCU: 0x2BE6, offset: 0x1154D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfcTf4ggggn_n', symObjAddr: 0x105EC, symBinAddr: 0xFC3CC, symSize: 0x594 }
+ - { offsetInCU: 0x2D5E, offset: 0x11564D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOc', symObjAddr: 0xF7C, symBinAddr: 0xECDC4, symSize: 0x48 }
+ - { offsetInCU: 0x2D72, offset: 0x115661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOf', symObjAddr: 0x10F8, symBinAddr: 0xECF00, symSize: 0x48 }
+ - { offsetInCU: 0x2D86, offset: 0x115675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOh', symObjAddr: 0x1140, symBinAddr: 0xECF48, symSize: 0x40 }
+ - { offsetInCU: 0x326F, offset: 0x115B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6update4withyAA0D4DataV_tF', symObjAddr: 0x22F4, symBinAddr: 0xEE0D4, symSize: 0xDF8 }
+ - { offsetInCU: 0x4291, offset: 0x116B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6update11customItems2atSbSDyS2SG_s5Int64VSgtF', symObjAddr: 0x3E84, symBinAddr: 0xEFC64, symSize: 0x90 }
+ - { offsetInCU: 0x42D5, offset: 0x116BC4, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSg13SendBirdCalls8SBCErrorCSgIeyByy_SDyS2SGSgAGIeggg_TR', symObjAddr: 0x3F30, symBinAddr: 0xEFD10, symSize: 0x68 }
+ - { offsetInCU: 0x464C, offset: 0x116F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC03didD6Delete7commandyAA0fD12EventCommandCSg_tF', symObjAddr: 0x5E00, symBinAddr: 0xF1BE0, symSize: 0x394 }
+ - { offsetInCU: 0x47F5, offset: 0x1170E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC03didD6Delete7commandyAA0fD12EventCommandCSg_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x88C8, symBinAddr: 0xF46A8, symSize: 0x64 }
+ - { offsetInCU: 0x4823, offset: 0x117112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TR', symObjAddr: 0x6194, symBinAddr: 0xF1F74, symSize: 0x40 }
+ - { offsetInCU: 0x484D, offset: 0x11713C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCfETo', symObjAddr: 0x6304, symBinAddr: 0xF20E4, symSize: 0xE4 }
+ - { offsetInCU: 0x4892, offset: 0x117181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CF', symObjAddr: 0x64C4, symBinAddr: 0xF22A4, symSize: 0x410 }
+ - { offsetInCU: 0x4ACF, offset: 0x1173BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctF', symObjAddr: 0x68D4, symBinAddr: 0xF26B4, symSize: 0x240 }
+ - { offsetInCU: 0x4BBC, offset: 0x1174AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU_', symObjAddr: 0x892C, symBinAddr: 0xF470C, symSize: 0xD8 }
+ - { offsetInCU: 0x4C16, offset: 0x117505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_n', symObjAddr: 0x8A04, symBinAddr: 0xF47E4, symSize: 0x20 }
+ - { offsetInCU: 0x4C81, offset: 0x117570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CFTo', symObjAddr: 0x6B14, symBinAddr: 0xF28F4, symSize: 0x50 }
+ - { offsetInCU: 0x4C9D, offset: 0x11758C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didParticipantConnectyyAA06RemoteF0CF', symObjAddr: 0x6B64, symBinAddr: 0xF2944, symSize: 0x2F4 }
+ - { offsetInCU: 0x4E96, offset: 0x117785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didParticipantConnectyyAA06RemoteF0CFTo', symObjAddr: 0x6E58, symBinAddr: 0xF2C38, symSize: 0x50 }
+ - { offsetInCU: 0x4EB2, offset: 0x1177A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CF', symObjAddr: 0x6EA8, symBinAddr: 0xF2C88, symSize: 0x420 }
+ - { offsetInCU: 0x5107, offset: 0x1179F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CFTo', symObjAddr: 0x72C8, symBinAddr: 0xF30A8, symSize: 0x50 }
+ - { offsetInCU: 0x5139, offset: 0x117A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtF', symObjAddr: 0x7318, symBinAddr: 0xF30F8, symSize: 0x40C }
+ - { offsetInCU: 0x5403, offset: 0x117CF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtFTo', symObjAddr: 0x7724, symBinAddr: 0xF3504, symSize: 0x64 }
+ - { offsetInCU: 0x541F, offset: 0x117D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtF', symObjAddr: 0x7788, symBinAddr: 0xF3568, symSize: 0x40C }
+ - { offsetInCU: 0x56E9, offset: 0x117FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtFTo', symObjAddr: 0x7B94, symBinAddr: 0xF3974, symSize: 0x64 }
+ - { offsetInCU: 0x5705, offset: 0x117FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsUpdate7commandyAA0hdfG12EventCommandC_tF', symObjAddr: 0x7BF8, symBinAddr: 0xF39D8, symSize: 0x384 }
+ - { offsetInCU: 0x597A, offset: 0x118269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsDelete7commandyAA0hdfG12EventCommandC_tF', symObjAddr: 0x7F7C, symBinAddr: 0xF3D5C, symSize: 0x384 }
+ - { offsetInCU: 0x5BEF, offset: 0x1184DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtF', symObjAddr: 0x83A8, symBinAddr: 0xF4188, symSize: 0x428 }
+ - { offsetInCU: 0x5F40, offset: 0x11882F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x87D0, symBinAddr: 0xF45B0, symSize: 0x80 }
+ - { offsetInCU: 0x5FB1, offset: 0x1188A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFTo', symObjAddr: 0x8850, symBinAddr: 0xF4630, symSize: 0x78 }
+ - { offsetInCU: 0x5FDC, offset: 0x1188CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5clearyyF', symObjAddr: 0x8A24, symBinAddr: 0xF4804, symSize: 0x270 }
+ - { offsetInCU: 0x618C, offset: 0x118A7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5clearyyFTo', symObjAddr: 0x8C94, symBinAddr: 0xF4A74, symSize: 0x2C }
+ - { offsetInCU: 0x61A8, offset: 0x118A97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tF', symObjAddr: 0x8CC0, symBinAddr: 0xF4AA0, symSize: 0x38 }
+ - { offsetInCU: 0x6216, offset: 0x118B05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15addIceCandidate10endpointId9candidateySS_AA0G0CtF', symObjAddr: 0x8CF8, symBinAddr: 0xF4AD8, symSize: 0x214 }
+ - { offsetInCU: 0x6348, offset: 0x118C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didConnectToEndpoint13participantIdySS_tF', symObjAddr: 0x8F48, symBinAddr: 0xF4D28, symSize: 0x36C }
+ - { offsetInCU: 0x65F9, offset: 0x118EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtF', symObjAddr: 0x92C0, symBinAddr: 0xF50A0, symSize: 0x38C }
+ - { offsetInCU: 0x68E3, offset: 0x1191D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x964C, symBinAddr: 0xF542C, symSize: 0x9C }
+ - { offsetInCU: 0x6976, offset: 0x119265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFTo', symObjAddr: 0x96E8, symBinAddr: 0xF54C8, symSize: 0xB4 }
+ - { offsetInCU: 0x6992, offset: 0x119281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didEndpointDisconnect13participantIdySS_tF', symObjAddr: 0x979C, symBinAddr: 0xF557C, symSize: 0x1C4 }
+ - { offsetInCU: 0x6A5B, offset: 0x11934A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtF', symObjAddr: 0x99D0, symBinAddr: 0xF57B0, symSize: 0x1CC }
+ - { offsetInCU: 0x6B35, offset: 0x119424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtFTo', symObjAddr: 0x9C18, symBinAddr: 0xF59F8, symSize: 0x68 }
+ - { offsetInCU: 0x6B60, offset: 0x11944F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA26ParticipantManagerDelegateA2aDP20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0rsP11DescriptionCSo0rspK6ReasonVtFTW', symObjAddr: 0x9C8C, symBinAddr: 0xF5A6C, symSize: 0x60 }
+ - { offsetInCU: 0x6BA2, offset: 0x119491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA26ParticipantManagerDelegateA2aDP18didEndpointConnect13participantId11reconnectedySS_SbtFTW', symObjAddr: 0x9CEC, symBinAddr: 0xF5ACC, symSize: 0x48 }
+ - { offsetInCU: 0x6BD5, offset: 0x1194C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyF', symObjAddr: 0x9D80, symBinAddr: 0xF5B60, symSize: 0x468 }
+ - { offsetInCU: 0x6DA3, offset: 0x119692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0xA1E8, symBinAddr: 0xF5FC8, symSize: 0x234 }
+ - { offsetInCU: 0x6EB2, offset: 0x1197A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0xA41C, symBinAddr: 0xF61FC, symSize: 0x124 }
+ - { offsetInCU: 0x6F19, offset: 0x119808, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA16EmptyAPIResponseVGcfU_', symObjAddr: 0xA540, symBinAddr: 0xF6320, symSize: 0x3F0 }
+ - { offsetInCU: 0x727A, offset: 0x119B69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFTo', symObjAddr: 0xA930, symBinAddr: 0xF6710, symSize: 0x2C }
+ - { offsetInCU: 0x72C1, offset: 0x119BB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14stopAliveTimeryyF', symObjAddr: 0xA95C, symBinAddr: 0xF673C, symSize: 0x340 }
+ - { offsetInCU: 0x75A5, offset: 0x119E94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14stopAliveTimeryyFTo', symObjAddr: 0xAC9C, symBinAddr: 0xF6A7C, symSize: 0x2C }
+ - { offsetInCU: 0x75ED, offset: 0x119EDC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0xACC8, symBinAddr: 0xF6AA8, symSize: 0x1F8 }
+ - { offsetInCU: 0x7684, offset: 0x119F73, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SSTg5', symObjAddr: 0xAEC0, symBinAddr: 0xF6CA0, symSize: 0x1C8 }
+ - { offsetInCU: 0x7715, offset: 0x11A004, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF13SendBirdCalls12WebRTCClientC10IdentifierO_AFTg5', symObjAddr: 0xB0A0, symBinAddr: 0xF6E80, symSize: 0x1C4 }
+ - { offsetInCU: 0x77B7, offset: 0x11A0A6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo8NSObjectC_AETg5', symObjAddr: 0xB270, symBinAddr: 0xF7050, symSize: 0x1B8 }
+ - { offsetInCU: 0x783D, offset: 0x11A12C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SiTg5', symObjAddr: 0xB44C, symBinAddr: 0xF722C, symSize: 0x1BC }
+ - { offsetInCU: 0x78DF, offset: 0x11A1CE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xB608, symBinAddr: 0xF73E8, symSize: 0x1C4 }
+ - { offsetInCU: 0x798C, offset: 0x11A27B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xB7CC, symBinAddr: 0xF75AC, symSize: 0x24C }
+ - { offsetInCU: 0x7A2E, offset: 0x11A31D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_13SendBirdCalls13WeakReferenceCyAD12RoomDelegate_pGTg5', symObjAddr: 0xBBE0, symBinAddr: 0xF79C0, symSize: 0x1C4 }
+ - { offsetInCU: 0x7AF1, offset: 0x11A3E0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0xBF6C, symBinAddr: 0xF7D4C, symSize: 0x3B4 }
+ - { offsetInCU: 0x7C11, offset: 0x11A500, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SSTg5', symObjAddr: 0xC320, symBinAddr: 0xF8100, symSize: 0x3AC }
+ - { offsetInCU: 0x7D2D, offset: 0x11A61C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_ypTg5', symObjAddr: 0xC6CC, symBinAddr: 0xF84AC, symSize: 0x3A0 }
+ - { offsetInCU: 0x7EAE, offset: 0x11A79D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF13SendBirdCalls12WebRTCClientC10IdentifierO_AHTg5', symObjAddr: 0xCA84, symBinAddr: 0xF8864, symSize: 0x3B0 }
+ - { offsetInCU: 0x8053, offset: 0x11A942, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo8NSObjectC_AGTg5', symObjAddr: 0xCE40, symBinAddr: 0xF8C20, symSize: 0x358 }
+ - { offsetInCU: 0x812E, offset: 0x11AA1D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SiTg5', symObjAddr: 0xD1BC, symBinAddr: 0xF8F9C, symSize: 0x390 }
+ - { offsetInCU: 0x823A, offset: 0x11AB29, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xD54C, symBinAddr: 0xF932C, symSize: 0x398 }
+ - { offsetInCU: 0x8346, offset: 0x11AC35, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xD8E4, symBinAddr: 0xF96C4, symSize: 0x3D4 }
+ - { offsetInCU: 0x84A6, offset: 0x11AD95, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_13SendBirdCalls13WeakReferenceCyAF12RoomDelegate_pGTg5', symObjAddr: 0xE058, symBinAddr: 0xF9E38, symSize: 0x398 }
+ - { offsetInCU: 0x85FF, offset: 0x11AEEE, size: 0x8, addend: 0x0, symName: '_$sSh9_subtractyyqd__7ElementQyd__RszSTRd__lFSS_ShySSGTg5', symObjAddr: 0xE790, symBinAddr: 0xFA570, symSize: 0x184 }
+ - { offsetInCU: 0x8776, offset: 0x11B065, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV11subtractingyAByxGqd__7ElementQyd__RszSTRd__lFSS_ShySSGTg5', symObjAddr: 0xE914, symBinAddr: 0xFA6F4, symSize: 0x3DC }
+ - { offsetInCU: 0x88ED, offset: 0x11B1DC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV11subtractingyAByxGqd__7ElementQyd__RszSTRd__lFADs13_UnsafeBitsetVXEfU_SS_ShySSGTg5', symObjAddr: 0xECF0, symBinAddr: 0xFAAD0, symSize: 0x290 }
+ - { offsetInCU: 0x89FF, offset: 0x11B2EE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13extractSubset5using5countAByxGs13_UnsafeBitsetV_SitFSS_Tg5', symObjAddr: 0xEF80, symBinAddr: 0xFAD60, symSize: 0x250 }
+ - { offsetInCU: 0x8BAD, offset: 0x11B49C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_n', symObjAddr: 0xF1D0, symBinAddr: 0xFAFB0, symSize: 0xC60 }
+ - { offsetInCU: 0x9272, offset: 0x11BB61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_TA', symObjAddr: 0x10C84, symBinAddr: 0xFC990, symSize: 0xC }
+ - { offsetInCU: 0x9291, offset: 0x11BB80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x10C90, symBinAddr: 0xFC99C, symSize: 0x3C }
+ - { offsetInCU: 0x92BA, offset: 0x11BBA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x10D10, symBinAddr: 0xFC9D8, symSize: 0x44 }
+ - { offsetInCU: 0x92CE, offset: 0x11BBBD, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGWOs', symObjAddr: 0x10D64, symBinAddr: 0xFCA2C, symSize: 0x28 }
+ - { offsetInCU: 0x92E2, offset: 0x11BBD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x10D8C, symBinAddr: 0xFCA54, symSize: 0x44 }
+ - { offsetInCU: 0x92F6, offset: 0x11BBE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x10DD0, symBinAddr: 0xFCA98, symSize: 0x44 }
+ - { offsetInCU: 0x930A, offset: 0x11BBF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x10E54, symBinAddr: 0xFCAF8, symSize: 0x44 }
+ - { offsetInCU: 0x931E, offset: 0x11BC0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x10E98, symBinAddr: 0xFCB3C, symSize: 0x44 }
+ - { offsetInCU: 0x9332, offset: 0x11BC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x10F08, symBinAddr: 0xFCBAC, symSize: 0x44 }
+ - { offsetInCU: 0x9346, offset: 0x11BC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x10F4C, symBinAddr: 0xFCBF0, symSize: 0x44 }
+ - { offsetInCU: 0x935A, offset: 0x11BC49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x1101C, symBinAddr: 0xFCC7C, symSize: 0x44 }
+ - { offsetInCU: 0x936E, offset: 0x11BC5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0x11084, symBinAddr: 0xFCCE4, symSize: 0x48 }
+ - { offsetInCU: 0x93A2, offset: 0x11BC91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_TA', symObjAddr: 0x110D0, symBinAddr: 0xFCD30, symSize: 0xC }
+ - { offsetInCU: 0x93C1, offset: 0x11BCB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0x110DC, symBinAddr: 0xFCD3C, symSize: 0x4C }
+ - { offsetInCU: 0x93EA, offset: 0x11BCD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeggg_SgWOy', symObjAddr: 0x11128, symBinAddr: 0xFCD88, symSize: 0x10 }
+ - { offsetInCU: 0x93FE, offset: 0x11BCED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x11138, symBinAddr: 0xFCD98, symSize: 0x44 }
+ - { offsetInCU: 0x9412, offset: 0x11BD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1117C, symBinAddr: 0xFCDDC, symSize: 0x44 }
+ - { offsetInCU: 0x9426, offset: 0x11BD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_TA', symObjAddr: 0x111F8, symBinAddr: 0xFCE58, symSize: 0xC }
+ - { offsetInCU: 0x9445, offset: 0x11BD34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x11204, symBinAddr: 0xFCE64, symSize: 0x3C }
+ - { offsetInCU: 0x946E, offset: 0x11BD5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x11240, symBinAddr: 0xFCEA0, symSize: 0x44 }
+ - { offsetInCU: 0x9482, offset: 0x11BD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x11284, symBinAddr: 0xFCEE4, symSize: 0x44 }
+ - { offsetInCU: 0x9496, offset: 0x11BD85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_nTA', symObjAddr: 0x112D0, symBinAddr: 0xFCF30, symSize: 0x20 }
+ - { offsetInCU: 0x94CA, offset: 0x11BDB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCMa', symObjAddr: 0x112F0, symBinAddr: 0xFCF50, symSize: 0x20 }
+ - { offsetInCU: 0x94DE, offset: 0x11BDCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11310, symBinAddr: 0xFCF70, symSize: 0x28 }
+ - { offsetInCU: 0x94F2, offset: 0x11BDE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11348, symBinAddr: 0xFCFA8, symSize: 0x28 }
+ - { offsetInCU: 0x9506, offset: 0x11BDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11378, symBinAddr: 0xFCFD8, symSize: 0x28 }
+ - { offsetInCU: 0x951A, offset: 0x11BE09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x113F0, symBinAddr: 0xFD050, symSize: 0x28 }
+ - { offsetInCU: 0x952E, offset: 0x11BE1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsUpdate7commandyAA0hdfG12EventCommandC_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11420, symBinAddr: 0xFD080, symSize: 0x20 }
+ - { offsetInCU: 0x9542, offset: 0x11BE31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsDelete7commandyAA0hdfG12EventCommandC_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11448, symBinAddr: 0xFD0A8, symSize: 0x20 }
+ - { offsetInCU: 0x9556, offset: 0x11BE45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x1149C, symBinAddr: 0xFD0FC, symSize: 0x8 }
+ - { offsetInCU: 0x956A, offset: 0x11BE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didConnectToEndpoint13participantIdySS_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x114AC, symBinAddr: 0xFD10C, symSize: 0x28 }
+ - { offsetInCU: 0x957E, offset: 0x11BE6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11510, symBinAddr: 0xFD170, symSize: 0xC }
+ - { offsetInCU: 0x9592, offset: 0x11BE81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didEndpointDisconnect13participantIdySS_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11524, symBinAddr: 0xFD184, symSize: 0x28 }
+ - { offsetInCU: 0x95A6, offset: 0x11BE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x11554, symBinAddr: 0xFD1B4, symSize: 0x28 }
+ - { offsetInCU: 0x95BA, offset: 0x11BEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0x11584, symBinAddr: 0xFD1E4, symSize: 0x8 }
+ - { offsetInCU: 0x95CE, offset: 0x11BEBD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1158C, symBinAddr: 0xFD1EC, symSize: 0x10 }
+ - { offsetInCU: 0x95E2, offset: 0x11BED1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1159C, symBinAddr: 0xFD1FC, symSize: 0x8 }
+ - { offsetInCU: 0x95F6, offset: 0x11BEE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x12510, symBinAddr: 0xFE0E0, symSize: 0x8 }
+ - { offsetInCU: 0x960A, offset: 0x11BEF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeggg_SgWOe', symObjAddr: 0x12518, symBinAddr: 0xFE0E8, symSize: 0x10 }
+ - { offsetInCU: 0x9629, offset: 0x11BF18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x12528, symBinAddr: 0xFE0F8, symSize: 0x14 }
+ - { offsetInCU: 0x9652, offset: 0x11BF41, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0x1253C, symBinAddr: 0xFE10C, symSize: 0x8 }
+ - { offsetInCU: 0x9666, offset: 0x11BF55, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSg13SendBirdCalls8SBCErrorCSgIeyByy_SDyS2SGSgAGIeggg_TRTA', symObjAddr: 0x12544, symBinAddr: 0xFE114, symSize: 0x8 }
+ - { offsetInCU: 0x967A, offset: 0x11BF69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x125A8, symBinAddr: 0xFE160, symSize: 0x10 }
+ - { offsetInCU: 0x968E, offset: 0x11BF7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA16EmptyAPIResponseVGcfU_TA', symObjAddr: 0x125B8, symBinAddr: 0xFE170, symSize: 0xC }
+ - { offsetInCU: 0x96A2, offset: 0x11BF91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x125C4, symBinAddr: 0xFE17C, symSize: 0x8 }
+ - { offsetInCU: 0x96B6, offset: 0x11BFA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA11RequestableAAWl', symObjAddr: 0x125CC, symBinAddr: 0xFE184, symSize: 0x44 }
+ - { offsetInCU: 0x96CA, offset: 0x11BFB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA10ResultableAAWl', symObjAddr: 0x12610, symBinAddr: 0xFE1C8, symSize: 0x44 }
+ - { offsetInCU: 0x96DE, offset: 0x11BFCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGWOe', symObjAddr: 0x12654, symBinAddr: 0xFE20C, symSize: 0xC }
+ - { offsetInCU: 0x96F2, offset: 0x11BFE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU3_TA', symObjAddr: 0x126E0, symBinAddr: 0xFE25C, symSize: 0x28 }
+ - { offsetInCU: 0x9706, offset: 0x11BFF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU2_TA', symObjAddr: 0x12710, symBinAddr: 0xFE28C, symSize: 0x28 }
+ - { offsetInCU: 0x971A, offset: 0x11C009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU1_TA', symObjAddr: 0x12740, symBinAddr: 0xFE2BC, symSize: 0x28 }
+ - { offsetInCU: 0x972E, offset: 0x11C01D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU0_TA', symObjAddr: 0x1288C, symBinAddr: 0xFE3BC, symSize: 0x28 }
+ - { offsetInCU: 0x9764, offset: 0x11C053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGWOr', symObjAddr: 0x128B4, symBinAddr: 0xFE3E4, symSize: 0x58 }
+ - { offsetInCU: 0x9778, offset: 0x11C067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGWOy', symObjAddr: 0x1290C, symBinAddr: 0xFE43C, symSize: 0x6C }
+ - { offsetInCU: 0x978C, offset: 0x11C07B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_TA', symObjAddr: 0x129A4, symBinAddr: 0xFE4D4, symSize: 0x2C }
+ - { offsetInCU: 0x97B8, offset: 0x11C0A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_yycfU_TA', symObjAddr: 0x12A50, symBinAddr: 0xFE580, symSize: 0x10 }
+ - { offsetInCU: 0x97CC, offset: 0x11C0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOr', symObjAddr: 0x12A60, symBinAddr: 0xFE590, symSize: 0x58 }
+ - { offsetInCU: 0x97E0, offset: 0x11C0CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOy', symObjAddr: 0x12AB8, symBinAddr: 0xFE5E8, symSize: 0x8C }
+ - { offsetInCU: 0x97F4, offset: 0x11C0E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_yycfU0_TA', symObjAddr: 0x12C5C, symBinAddr: 0xFE764, symSize: 0x2C }
+ - { offsetInCU: 0x9830, offset: 0x11C11F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA26GetRoomCustomItemsResponseCGWOy', symObjAddr: 0x12C88, symBinAddr: 0xFE790, symSize: 0xC }
+ - { offsetInCU: 0x9844, offset: 0x11C133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_yycfU_TA', symObjAddr: 0x12C98, symBinAddr: 0xFE7A0, symSize: 0x58 }
+ - { offsetInCU: 0x9882, offset: 0x11C171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGWOr', symObjAddr: 0x12DA0, symBinAddr: 0xFE898, symSize: 0x58 }
+ - { offsetInCU: 0x9896, offset: 0x11C185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGWOy', symObjAddr: 0x12DF8, symBinAddr: 0xFE8F0, symSize: 0x80 }
+ - { offsetInCU: 0x98AA, offset: 0x11C199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_yycfU0_TA', symObjAddr: 0x12E78, symBinAddr: 0xFE970, symSize: 0x24 }
+ - { offsetInCU: 0x9F25, offset: 0x11C814, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShySSG_13SendBirdCalls17RemoteParticipantCTg504$s13de41Calls4RoomC6update4withyAA0D4DataV_tFAA17gH11CSgSSXEfU2_AG0K0CTf1cn_nTf4ng_n', symObjAddr: 0xFE40, symBinAddr: 0xFBC20, symSize: 0x298 }
+ - { offsetInCU: 0xA122, offset: 0x11CA11, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13de46Calls14RoomDataSourcePAAE11participant3forAA11G17CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x10358, symBinAddr: 0xFC138, symSize: 0x144 }
+ - { offsetInCU: 0xA2DC, offset: 0x11CBCB, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF12RoomDelegate_pG_G_Tg504$s13ef6Calls4j81C15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13hI28CyAA0dF0_pGctFyycfU_yAKXEfU_AJIegg_Tf1cn_nTf4ng_n', symObjAddr: 0x1049C, symBinAddr: 0xFC27C, symSize: 0x150 }
+ - { offsetInCU: 0x27, offset: 0x11D287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xFEAB0, symSize: 0x58 }
+ - { offsetInCU: 0x46, offset: 0x11D2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xFEAB0, symSize: 0x58 }
+ - { offsetInCU: 0x65, offset: 0x11D2C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8allCasesSayACGvgZ', symObjAddr: 0x98, symBinAddr: 0xFEB08, symSize: 0x34 }
+ - { offsetInCU: 0xD4, offset: 0x11D334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueSSvg', symObjAddr: 0xCC, symBinAddr: 0xFEB3C, symSize: 0x4 }
+ - { offsetInCU: 0x120, offset: 0x11D380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x238, symBinAddr: 0xFECA8, symSize: 0x64 }
+ - { offsetInCU: 0x154, offset: 0x11D3B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x29C, symBinAddr: 0xFED0C, symSize: 0x24 }
+ - { offsetInCU: 0x197, offset: 0x11D3F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x368, symBinAddr: 0xFEDD8, symSize: 0x44 }
+ - { offsetInCU: 0x21C, offset: 0x11D47C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueSSvgTf4d_n', symObjAddr: 0x3AC, symBinAddr: 0xFEE1C, symSize: 0x20 }
+ - { offsetInCU: 0x27B, offset: 0x11D4DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASQWb', symObjAddr: 0x3CC, symBinAddr: 0xFEE3C, symSize: 0x4 }
+ - { offsetInCU: 0x28F, offset: 0x11D4EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSQAAWl', symObjAddr: 0x3D0, symBinAddr: 0xFEE40, symSize: 0x44 }
+ - { offsetInCU: 0x2A3, offset: 0x11D503, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x414, symBinAddr: 0xFEE84, symSize: 0x4 }
+ - { offsetInCU: 0x2B7, offset: 0x11D517, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGSayxGSlsWl', symObjAddr: 0x418, symBinAddr: 0xFEE88, symSize: 0x4C }
+ - { offsetInCU: 0x2CB, offset: 0x11D52B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwet', symObjAddr: 0x4B0, symBinAddr: 0xFEED4, symSize: 0x50 }
+ - { offsetInCU: 0x2DF, offset: 0x11D53F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwst', symObjAddr: 0x500, symBinAddr: 0xFEF24, symSize: 0x8C }
+ - { offsetInCU: 0x2F3, offset: 0x11D553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwug', symObjAddr: 0x58C, symBinAddr: 0xFEFB0, symSize: 0x8 }
+ - { offsetInCU: 0x307, offset: 0x11D567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwup', symObjAddr: 0x594, symBinAddr: 0xFEFB8, symSize: 0x4 }
+ - { offsetInCU: 0x31B, offset: 0x11D57B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwui', symObjAddr: 0x598, symBinAddr: 0xFEFBC, symSize: 0x4 }
+ - { offsetInCU: 0x32F, offset: 0x11D58F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOMa', symObjAddr: 0x59C, symBinAddr: 0xFEFC0, symSize: 0x10 }
+ - { offsetInCU: 0x343, offset: 0x11D5A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSYAAWl', symObjAddr: 0x5AC, symBinAddr: 0xFEFD0, symSize: 0x44 }
+ - { offsetInCU: 0x39B, offset: 0x11D5FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD0, symBinAddr: 0xFEB40, symSize: 0x80 }
+ - { offsetInCU: 0x47F, offset: 0x11D6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH9hashValueSivgTW', symObjAddr: 0x150, symBinAddr: 0xFEBC0, symSize: 0x58 }
+ - { offsetInCU: 0x52A, offset: 0x11D78A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A8, symBinAddr: 0xFEC18, symSize: 0x3C }
+ - { offsetInCU: 0x591, offset: 0x11D7F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E4, symBinAddr: 0xFEC54, symSize: 0x54 }
+ - { offsetInCU: 0x620, offset: 0x11D880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2C0, symBinAddr: 0xFED30, symSize: 0x5C }
+ - { offsetInCU: 0x643, offset: 0x11D8A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x31C, symBinAddr: 0xFED8C, symSize: 0x4C }
+ - { offsetInCU: 0x5E, offset: 0x11DADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvgTo', symObjAddr: 0x0, symBinAddr: 0xFF014, symSize: 0x40 }
+ - { offsetInCU: 0x90, offset: 0x11DB11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvg', symObjAddr: 0x40, symBinAddr: 0xFF054, symSize: 0x44 }
+ - { offsetInCU: 0xB3, offset: 0x11DB34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvsTo', symObjAddr: 0x84, symBinAddr: 0xFF098, symSize: 0x5C }
+ - { offsetInCU: 0xE5, offset: 0x11DB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvs', symObjAddr: 0xE0, symBinAddr: 0xFF0F4, symSize: 0x44 }
+ - { offsetInCU: 0xF9, offset: 0x11DB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvM', symObjAddr: 0x124, symBinAddr: 0xFF138, symSize: 0x3C }
+ - { offsetInCU: 0x115, offset: 0x11DB96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvM.resume.0', symObjAddr: 0x160, symBinAddr: 0xFF174, symSize: 0x4 }
+ - { offsetInCU: 0x14F, offset: 0x11DBD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivgTo', symObjAddr: 0x164, symBinAddr: 0xFF178, symSize: 0x10 }
+ - { offsetInCU: 0x16F, offset: 0x11DBF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivgTo', symObjAddr: 0x164, symBinAddr: 0xFF178, symSize: 0x10 }
+ - { offsetInCU: 0x18C, offset: 0x11DC0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0Sivg', symObjAddr: 0x174, symBinAddr: 0xFF188, symSize: 0x10 }
+ - { offsetInCU: 0x1D3, offset: 0x11DC54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivsTo', symObjAddr: 0x184, symBinAddr: 0xFF198, symSize: 0x1C }
+ - { offsetInCU: 0x1F3, offset: 0x11DC74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivsTo', symObjAddr: 0x184, symBinAddr: 0xFF198, symSize: 0x1C }
+ - { offsetInCU: 0x218, offset: 0x11DC99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0Sivs', symObjAddr: 0x1A0, symBinAddr: 0xFF1B4, symSize: 0x20 }
+ - { offsetInCU: 0x23F, offset: 0x11DCC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivM', symObjAddr: 0x1C0, symBinAddr: 0xFF1D4, symSize: 0x40 }
+ - { offsetInCU: 0x279, offset: 0x11DCFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivM.resume.0', symObjAddr: 0x200, symBinAddr: 0xFF214, symSize: 0x24 }
+ - { offsetInCU: 0x2CB, offset: 0x11DD4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfC', symObjAddr: 0x224, symBinAddr: 0xFF238, symSize: 0x34 }
+ - { offsetInCU: 0x2E9, offset: 0x11DD6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfc', symObjAddr: 0x258, symBinAddr: 0xFF26C, symSize: 0x314 }
+ - { offsetInCU: 0x498, offset: 0x11DF19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfcTo', symObjAddr: 0x62C, symBinAddr: 0xFF580, symSize: 0x24 }
+ - { offsetInCU: 0x4B4, offset: 0x11DF35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tF', symObjAddr: 0x650, symBinAddr: 0xFF5A4, symSize: 0x1CC }
+ - { offsetInCU: 0x533, offset: 0x11DFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tFyyYbcfU_', symObjAddr: 0x81C, symBinAddr: 0xFF770, symSize: 0xF8 }
+ - { offsetInCU: 0x584, offset: 0x11E005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyF', symObjAddr: 0x9EC, symBinAddr: 0xFF940, symSize: 0x14 }
+ - { offsetInCU: 0x5BF, offset: 0x11E040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyFTo', symObjAddr: 0xA00, symBinAddr: 0xFF954, symSize: 0x14 }
+ - { offsetInCU: 0x5DF, offset: 0x11E060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyFTo', symObjAddr: 0xA00, symBinAddr: 0xFF954, symSize: 0x14 }
+ - { offsetInCU: 0x5FC, offset: 0x11E07D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyF', symObjAddr: 0xA14, symBinAddr: 0xFF968, symSize: 0x14 }
+ - { offsetInCU: 0x637, offset: 0x11E0B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyFTo', symObjAddr: 0xA28, symBinAddr: 0xFF97C, symSize: 0x14 }
+ - { offsetInCU: 0x657, offset: 0x11E0D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyFTo', symObjAddr: 0xA28, symBinAddr: 0xFF97C, symSize: 0x14 }
+ - { offsetInCU: 0x674, offset: 0x11E0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tF', symObjAddr: 0xA3C, symBinAddr: 0xFF990, symSize: 0x1CC }
+ - { offsetInCU: 0x6F3, offset: 0x11E174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tFyyYbcfU_', symObjAddr: 0xC08, symBinAddr: 0xFFB5C, symSize: 0x84 }
+ - { offsetInCU: 0x744, offset: 0x11E1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCfd', symObjAddr: 0xD20, symBinAddr: 0xFFC74, symSize: 0x3C }
+ - { offsetInCU: 0x77F, offset: 0x11E200, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCfD', symObjAddr: 0xD5C, symBinAddr: 0xFFCB0, symSize: 0x44 }
+ - { offsetInCU: 0x7C2, offset: 0x11E243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCAA9QueueableA2aDP6remove9operationyAA0dE0CSg_tFTW', symObjAddr: 0xDA0, symBinAddr: 0xFFCF4, symSize: 0xC }
+ - { offsetInCU: 0x821, offset: 0x11E2A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tFyyYbcfU_TA', symObjAddr: 0x940, symBinAddr: 0xFF894, symSize: 0x8 }
+ - { offsetInCU: 0x835, offset: 0x11E2B6, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x948, symBinAddr: 0xFF89C, symSize: 0x10 }
+ - { offsetInCU: 0x849, offset: 0x11E2CA, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x958, symBinAddr: 0xFF8AC, symSize: 0x8 }
+ - { offsetInCU: 0x85D, offset: 0x11E2DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tFyyYbcfU_TA', symObjAddr: 0xCB8, symBinAddr: 0xFFC0C, symSize: 0x8 }
+ - { offsetInCU: 0x871, offset: 0x11E2F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCMa', symObjAddr: 0xE80, symBinAddr: 0xFFDD4, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x11E5E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC6update4withyAA0D7OptionsC_tF', symObjAddr: 0x0, symBinAddr: 0xFFE88, symSize: 0x10C }
+ - { offsetInCU: 0x3F, offset: 0x11E5FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC6update4withyAA0D7OptionsC_tF', symObjAddr: 0x0, symBinAddr: 0xFFE88, symSize: 0x10C }
+ - { offsetInCU: 0x7E, offset: 0x11E63D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC19isTurnChangeEnabledSbvg', symObjAddr: 0x10C, symBinAddr: 0xFFF94, symSize: 0x70 }
+ - { offsetInCU: 0xE3, offset: 0x11E6A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvg', symObjAddr: 0x17C, symBinAddr: 0x100004, symSize: 0x44 }
+ - { offsetInCU: 0xFF, offset: 0x11E6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvs', symObjAddr: 0x1C0, symBinAddr: 0x100048, symSize: 0x44 }
+ - { offsetInCU: 0x11B, offset: 0x11E6DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvM', symObjAddr: 0x204, symBinAddr: 0x10008C, symSize: 0x3C }
+ - { offsetInCU: 0x137, offset: 0x11E6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvg', symObjAddr: 0x240, symBinAddr: 0x1000C8, symSize: 0x44 }
+ - { offsetInCU: 0x153, offset: 0x11E712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvs', symObjAddr: 0x284, symBinAddr: 0x10010C, symSize: 0x44 }
+ - { offsetInCU: 0x16F, offset: 0x11E72E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvM', symObjAddr: 0x2C8, symBinAddr: 0x100150, symSize: 0x3C }
+ - { offsetInCU: 0x18B, offset: 0x11E74A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0Sbvg', symObjAddr: 0x304, symBinAddr: 0x10018C, symSize: 0x30 }
+ - { offsetInCU: 0x1A7, offset: 0x11E766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0Sbvs', symObjAddr: 0x334, symBinAddr: 0x1001BC, symSize: 0x3C }
+ - { offsetInCU: 0x1C3, offset: 0x11E782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0SbvM', symObjAddr: 0x370, symBinAddr: 0x1001F8, symSize: 0x3C }
+ - { offsetInCU: 0x1DF, offset: 0x11E79E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0SbvM.resume.0', symObjAddr: 0x3AC, symBinAddr: 0x100234, symSize: 0x4 }
+ - { offsetInCU: 0x1FB, offset: 0x11E7BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvg', symObjAddr: 0x3B0, symBinAddr: 0x100238, symSize: 0x34 }
+ - { offsetInCU: 0x217, offset: 0x11E7D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvs', symObjAddr: 0x3E4, symBinAddr: 0x10026C, symSize: 0x44 }
+ - { offsetInCU: 0x233, offset: 0x11E7F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvM', symObjAddr: 0x428, symBinAddr: 0x1002B0, symSize: 0x3C }
+ - { offsetInCU: 0x24F, offset: 0x11E80E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvg', symObjAddr: 0x464, symBinAddr: 0x1002EC, symSize: 0x34 }
+ - { offsetInCU: 0x26B, offset: 0x11E82A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvs', symObjAddr: 0x498, symBinAddr: 0x100320, symSize: 0x44 }
+ - { offsetInCU: 0x287, offset: 0x11E846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvM', symObjAddr: 0x4DC, symBinAddr: 0x100364, symSize: 0x3C }
+ - { offsetInCU: 0x2A3, offset: 0x11E862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvg', symObjAddr: 0x518, symBinAddr: 0x1003A0, symSize: 0x30 }
+ - { offsetInCU: 0x2BF, offset: 0x11E87E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvs', symObjAddr: 0x548, symBinAddr: 0x1003D0, symSize: 0x3C }
+ - { offsetInCU: 0x2DB, offset: 0x11E89A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvM', symObjAddr: 0x584, symBinAddr: 0x10040C, symSize: 0x3C }
+ - { offsetInCU: 0x2F7, offset: 0x11E8B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17localCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x5C0, symBinAddr: 0x100448, symSize: 0x34 }
+ - { offsetInCU: 0x38B, offset: 0x11E94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x5F4, symBinAddr: 0x10047C, symSize: 0x34 }
+ - { offsetInCU: 0x3A7, offset: 0x11E966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvs', symObjAddr: 0x628, symBinAddr: 0x1004B0, symSize: 0x44 }
+ - { offsetInCU: 0x3C3, offset: 0x11E982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvM', symObjAddr: 0x66C, symBinAddr: 0x1004F4, symSize: 0x3C }
+ - { offsetInCU: 0x3DF, offset: 0x11E99E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfC', symObjAddr: 0x6A8, symBinAddr: 0x100530, symSize: 0x84 }
+ - { offsetInCU: 0x3F3, offset: 0x11E9B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfc', symObjAddr: 0x72C, symBinAddr: 0x1005B4, symSize: 0x16C }
+ - { offsetInCU: 0x48A, offset: 0x11EA49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCfd', symObjAddr: 0x898, symBinAddr: 0x100720, symSize: 0x3C }
+ - { offsetInCU: 0x4C5, offset: 0x11EA84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCfD', symObjAddr: 0x8D4, symBinAddr: 0x10075C, symSize: 0x44 }
+ - { offsetInCU: 0x552, offset: 0x11EB11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC2eeoiySbAC_ACtFZ', symObjAddr: 0x918, symBinAddr: 0x1007A0, symSize: 0x4 }
+ - { offsetInCU: 0x575, offset: 0x11EB34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x91C, symBinAddr: 0x1007A4, symSize: 0xC }
+ - { offsetInCU: 0x6B8, offset: 0x11EC77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC4hash4intoys6HasherVz_tF', symObjAddr: 0x928, symBinAddr: 0x1007B0, symSize: 0x21C }
+ - { offsetInCU: 0xA7C, offset: 0x11F03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC9hashValueSivg', symObjAddr: 0xB44, symBinAddr: 0x1009CC, symSize: 0x3C }
+ - { offsetInCU: 0xB08, offset: 0x11F0C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH9hashValueSivgTW', symObjAddr: 0xB80, symBinAddr: 0x100A08, symSize: 0x40 }
+ - { offsetInCU: 0xB97, offset: 0x11F156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBC0, symBinAddr: 0x100A48, symSize: 0x20 }
+ - { offsetInCU: 0xBC9, offset: 0x11F188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC4copyACyF', symObjAddr: 0xC1C, symBinAddr: 0x100AA4, symSize: 0x218 }
+ - { offsetInCU: 0xCD9, offset: 0x11F298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0xE34, symBinAddr: 0x100CBC, symSize: 0x28 }
+ - { offsetInCU: 0xD1F, offset: 0x11F2DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xE5C, symBinAddr: 0x100CE4, symSize: 0x36C }
+ - { offsetInCU: 0xE07, offset: 0x11F3C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCMa', symObjAddr: 0x1208, symBinAddr: 0x101050, symSize: 0x20 }
+ - { offsetInCU: 0xE1B, offset: 0x11F3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASQWb', symObjAddr: 0x1228, symBinAddr: 0x101070, symSize: 0x4 }
+ - { offsetInCU: 0xE2F, offset: 0x11F3EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCACSQAAWl', symObjAddr: 0x122C, symBinAddr: 0x101074, symSize: 0x44 }
+ - { offsetInCU: 0xF30, offset: 0x11F4EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBE0, symBinAddr: 0x100A68, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0x11F79C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1014AC, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x11F7C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1014AC, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x11F7DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x10, symBinAddr: 0x1014BC, symSize: 0x40 }
+ - { offsetInCU: 0xBD, offset: 0x11F832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfc', symObjAddr: 0x50, symBinAddr: 0x1014FC, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x11F861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCfd', symObjAddr: 0x58, symBinAddr: 0x101504, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x11F890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCfD', symObjAddr: 0x60, symBinAddr: 0x10150C, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x11F8C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCMa', symObjAddr: 0x70, symBinAddr: 0x10151C, symSize: 0x20 }
+ - { offsetInCU: 0xBB, offset: 0x11FB38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvgTo', symObjAddr: 0x1068, symBinAddr: 0x1025A4, symSize: 0x44 }
+ - { offsetInCU: 0xF8, offset: 0x11FB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvg', symObjAddr: 0x10AC, symBinAddr: 0x1025E8, symSize: 0x44 }
+ - { offsetInCU: 0x141, offset: 0x11FBBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvsTo', symObjAddr: 0x10F0, symBinAddr: 0x10262C, symSize: 0x48 }
+ - { offsetInCU: 0x186, offset: 0x11FC03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvs', symObjAddr: 0x1138, symBinAddr: 0x102674, symSize: 0x48 }
+ - { offsetInCU: 0x1AF, offset: 0x11FC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvM', symObjAddr: 0x1180, symBinAddr: 0x1026BC, symSize: 0x44 }
+ - { offsetInCU: 0x1DE, offset: 0x11FC5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvg', symObjAddr: 0x11C4, symBinAddr: 0x102700, symSize: 0x48 }
+ - { offsetInCU: 0x20D, offset: 0x11FC8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvs', symObjAddr: 0x120C, symBinAddr: 0x102748, symSize: 0x50 }
+ - { offsetInCU: 0x24C, offset: 0x11FCC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvM', symObjAddr: 0x125C, symBinAddr: 0x102798, symSize: 0x44 }
+ - { offsetInCU: 0x27B, offset: 0x11FCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC15endResultsArraySo7NSArrayCvgTo', symObjAddr: 0x12A0, symBinAddr: 0x1027DC, symSize: 0x38 }
+ - { offsetInCU: 0x297, offset: 0x11FD14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC15endResultsArraySo7NSArrayCvg', symObjAddr: 0x12D8, symBinAddr: 0x102814, symSize: 0x304 }
+ - { offsetInCU: 0x493, offset: 0x11FF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC3add9endResultyAA0de3EndL0O_tF', symObjAddr: 0x15DC, symBinAddr: 0x102B18, symSize: 0xE0 }
+ - { offsetInCU: 0x5DA, offset: 0x120057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC3add9endResultyAA0de3EndL0O_tFTo', symObjAddr: 0x16BC, symBinAddr: 0x102BF8, symSize: 0xFC }
+ - { offsetInCU: 0x717, offset: 0x120194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6remove9endResultyAA0de3EndL0O_tF', symObjAddr: 0x17B8, symBinAddr: 0x102CF4, symSize: 0x884 }
+ - { offsetInCU: 0xC93, offset: 0x120710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6remove9endResultyAA0de3EndL0O_tFTo', symObjAddr: 0x20FC, symBinAddr: 0x103638, symSize: 0x3C }
+ - { offsetInCU: 0xCCD, offset: 0x12074A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvgTo', symObjAddr: 0x2138, symBinAddr: 0x103674, symSize: 0x44 }
+ - { offsetInCU: 0xD0A, offset: 0x120787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32Vvg', symObjAddr: 0x217C, symBinAddr: 0x1036B8, symSize: 0x44 }
+ - { offsetInCU: 0xD71, offset: 0x1207EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvsTo', symObjAddr: 0x21C0, symBinAddr: 0x1036FC, symSize: 0x68 }
+ - { offsetInCU: 0xDCA, offset: 0x120847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32Vvs', symObjAddr: 0x2228, symBinAddr: 0x103764, symSize: 0x70 }
+ - { offsetInCU: 0xE07, offset: 0x120884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvM', symObjAddr: 0x2298, symBinAddr: 0x1037D4, symSize: 0x58 }
+ - { offsetInCU: 0xE36, offset: 0x1208B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvM.resume.0', symObjAddr: 0x22F0, symBinAddr: 0x10382C, symSize: 0x58 }
+ - { offsetInCU: 0xE75, offset: 0x1208F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCAEycfc', symObjAddr: 0x2354, symBinAddr: 0x103890, symSize: 0x64 }
+ - { offsetInCU: 0xEB0, offset: 0x12092D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCAEycfcTo', symObjAddr: 0x23B8, symBinAddr: 0x1038F4, symSize: 0x70 }
+ - { offsetInCU: 0xEFC, offset: 0x120979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC4copyAEyF', symObjAddr: 0x2428, symBinAddr: 0x103964, symSize: 0xE0 }
+ - { offsetInCU: 0xF7E, offset: 0x1209FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6sender4user6paramsAcA13CommandSender_p_AA4UserCAC6ParamsCtcfC', symObjAddr: 0x0, symBinAddr: 0x10153C, symSize: 0x150 }
+ - { offsetInCU: 0xFDB, offset: 0x120A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO02asJ0AA0dE0C0iJ0OSgvg', symObjAddr: 0x150, symBinAddr: 0x10168C, symSize: 0x20 }
+ - { offsetInCU: 0x101A, offset: 0x120A97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO8rawValueSivg', symObjAddr: 0x170, symBinAddr: 0x1016AC, symSize: 0x4 }
+ - { offsetInCU: 0x1043, offset: 0x120AC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO8rawValueAESgSi_tcfC', symObjAddr: 0x174, symBinAddr: 0x1016B0, symSize: 0x14 }
+ - { offsetInCU: 0x107C, offset: 0x120AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x248, symBinAddr: 0x101784, symSize: 0x20 }
+ - { offsetInCU: 0x10AD, offset: 0x120B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x268, symBinAddr: 0x1017A4, symSize: 0xC }
+ - { offsetInCU: 0x10E8, offset: 0x120B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvg', symObjAddr: 0x274, symBinAddr: 0x1017B0, symSize: 0x4C }
+ - { offsetInCU: 0x1117, offset: 0x120B94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvs', symObjAddr: 0x2C0, symBinAddr: 0x1017FC, symSize: 0x5C }
+ - { offsetInCU: 0x1156, offset: 0x120BD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvM', symObjAddr: 0x31C, symBinAddr: 0x101858, symSize: 0x44 }
+ - { offsetInCU: 0x11A3, offset: 0x120C20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvgTo', symObjAddr: 0x360, symBinAddr: 0x10189C, symSize: 0x48 }
+ - { offsetInCU: 0x11E0, offset: 0x120C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvg', symObjAddr: 0x3A8, symBinAddr: 0x1018E4, symSize: 0x44 }
+ - { offsetInCU: 0x1229, offset: 0x120CA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvsTo', symObjAddr: 0x3EC, symBinAddr: 0x101928, symSize: 0x64 }
+ - { offsetInCU: 0x126E, offset: 0x120CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvs', symObjAddr: 0x450, symBinAddr: 0x10198C, symSize: 0x50 }
+ - { offsetInCU: 0x1297, offset: 0x120D14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvM', symObjAddr: 0x4A0, symBinAddr: 0x1019DC, symSize: 0x44 }
+ - { offsetInCU: 0x12C6, offset: 0x120D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvM.resume.0', symObjAddr: 0x4E4, symBinAddr: 0x101A20, symSize: 0x4 }
+ - { offsetInCU: 0x130F, offset: 0x120D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x4E8, symBinAddr: 0x101A24, symSize: 0x10 }
+ - { offsetInCU: 0x132F, offset: 0x120DAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x4E8, symBinAddr: 0x101A24, symSize: 0x10 }
+ - { offsetInCU: 0x134C, offset: 0x120DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvg', symObjAddr: 0x4F8, symBinAddr: 0x101A34, symSize: 0x10 }
+ - { offsetInCU: 0x1387, offset: 0x120E04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6myRoleAC04UserJ6FilterOvgTo', symObjAddr: 0x614, symBinAddr: 0x101B50, symSize: 0x60 }
+ - { offsetInCU: 0x13BC, offset: 0x120E39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6myRoleAC04UserJ6FilterOvg', symObjAddr: 0x674, symBinAddr: 0x101BB0, symSize: 0x40 }
+ - { offsetInCU: 0x13DB, offset: 0x120E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC10endResultsSayAA0dE9EndResultOGvg', symObjAddr: 0x6B4, symBinAddr: 0x101BF0, symSize: 0x40 }
+ - { offsetInCU: 0x1428, offset: 0x120EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC15endResultsArraySo7NSArrayCvgTo', symObjAddr: 0x6F4, symBinAddr: 0x101C30, symSize: 0x60 }
+ - { offsetInCU: 0x145D, offset: 0x120EDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC15endResultsArraySo7NSArrayCvg', symObjAddr: 0x754, symBinAddr: 0x101C90, symSize: 0x40 }
+ - { offsetInCU: 0x149A, offset: 0x120F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC5limits5Int32VvgTo', symObjAddr: 0x794, symBinAddr: 0x101CD0, symSize: 0x60 }
+ - { offsetInCU: 0x14CF, offset: 0x120F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC5limits5Int32Vvg', symObjAddr: 0x7F4, symBinAddr: 0x101D30, symSize: 0x40 }
+ - { offsetInCU: 0x14EE, offset: 0x120F6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6sender4user6paramsAcA13CommandSender_p_AA4UserCAC6ParamsCtcfc', symObjAddr: 0x834, symBinAddr: 0x101D70, symSize: 0x140 }
+ - { offsetInCU: 0x1573, offset: 0x120FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x994, symBinAddr: 0x101ED0, symSize: 0x3CC }
+ - { offsetInCU: 0x167F, offset: 0x1210FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_', symObjAddr: 0xD60, symBinAddr: 0x10229C, symSize: 0x234 }
+ - { offsetInCU: 0x1858, offset: 0x1212D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0xF94, symBinAddr: 0x1024D0, symSize: 0x74 }
+ - { offsetInCU: 0x1874, offset: 0x1212F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCfETo', symObjAddr: 0x2514, symBinAddr: 0x103A50, symSize: 0x10 }
+ - { offsetInCU: 0x18A3, offset: 0x121320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCACycfc', symObjAddr: 0x2560, symBinAddr: 0x103A9C, symSize: 0x2C }
+ - { offsetInCU: 0x1906, offset: 0x121383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCACycfcTo', symObjAddr: 0x258C, symBinAddr: 0x103AC8, symSize: 0x2C }
+ - { offsetInCU: 0x19B9, offset: 0x121436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCMa', symObjAddr: 0x974, symBinAddr: 0x101EB0, symSize: 0x20 }
+ - { offsetInCU: 0x19FA, offset: 0x121477, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD13DirectCallLogCGSgAGIeggg_TR', symObjAddr: 0x1008, symBinAddr: 0x102544, symSize: 0x60 }
+ - { offsetInCU: 0x1C75, offset: 0x1216F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCfETo', symObjAddr: 0x25F4, symBinAddr: 0x103B30, symSize: 0x5C }
+ - { offsetInCU: 0x1CA4, offset: 0x121721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyycfU0_TA', symObjAddr: 0x2674, symBinAddr: 0x103BB0, symSize: 0x2C }
+ - { offsetInCU: 0x1CD8, offset: 0x121755, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF13SendBirdCalls14StatisticValueCySdG_Tg5', symObjAddr: 0x26A0, symBinAddr: 0x103BDC, symSize: 0x4 }
+ - { offsetInCU: 0x1CF0, offset: 0x12176D, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF13SendBirdCalls14StatisticValueCys5Int64VG_Tg5', symObjAddr: 0x26A8, symBinAddr: 0x103BE0, symSize: 0x4 }
+ - { offsetInCU: 0x1D08, offset: 0x121785, size: 0x8, addend: 0x0, symName: '_$sSa21_makeMutableAndUniqueyyF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x26AC, symBinAddr: 0x103BE4, symSize: 0x3C }
+ - { offsetInCU: 0x1D35, offset: 0x1217B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_TA', symObjAddr: 0x2738, symBinAddr: 0x103C70, symSize: 0x10 }
+ - { offsetInCU: 0x1D54, offset: 0x1217D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA30DirectCallLogListQueryResponseCGIegg_AFIegn_TRTA', symObjAddr: 0x2748, symBinAddr: 0x103C80, symSize: 0x2C }
+ - { offsetInCU: 0x1D7D, offset: 0x1217FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA11RequestableAAWl', symObjAddr: 0x2774, symBinAddr: 0x103CAC, symSize: 0x44 }
+ - { offsetInCU: 0x1D91, offset: 0x12180E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA10ResultableAAWl', symObjAddr: 0x27B8, symBinAddr: 0x103CF0, symSize: 0x44 }
+ - { offsetInCU: 0x1DA5, offset: 0x121822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVWOs', symObjAddr: 0x27FC, symBinAddr: 0x103D34, symSize: 0x54 }
+ - { offsetInCU: 0x1DB9, offset: 0x121836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyycfU_TA', symObjAddr: 0x2850, symBinAddr: 0x103D88, symSize: 0x40 }
+ - { offsetInCU: 0x1DED, offset: 0x12186A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCMa', symObjAddr: 0x28A0, symBinAddr: 0x103DC8, symSize: 0x20 }
+ - { offsetInCU: 0x1E01, offset: 0x12187E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASQWb', symObjAddr: 0x28C0, symBinAddr: 0x103DE8, symSize: 0x4 }
+ - { offsetInCU: 0x1E15, offset: 0x121892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOAESQAAWl', symObjAddr: 0x28C4, symBinAddr: 0x103DEC, symSize: 0x44 }
+ - { offsetInCU: 0x1E29, offset: 0x1218A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOMa', symObjAddr: 0x2DDC, symBinAddr: 0x104304, symSize: 0x10 }
+ - { offsetInCU: 0x1E3D, offset: 0x1218BA, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD13DirectCallLogCGSgAGIeggg_TRTA', symObjAddr: 0x2F50, symBinAddr: 0x104478, symSize: 0x8 }
+ - { offsetInCU: 0x1E51, offset: 0x1218CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_yycfU0_TA', symObjAddr: 0x2F84, symBinAddr: 0x1044AC, symSize: 0x2C }
+ - { offsetInCU: 0x1E8D, offset: 0x12190A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA30DirectCallLogListQueryResponseCGWOy', symObjAddr: 0x2FB0, symBinAddr: 0x1044D8, symSize: 0xC }
+ - { offsetInCU: 0x1EA1, offset: 0x12191E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_yycfU_TA', symObjAddr: 0x2FE8, symBinAddr: 0x104510, symSize: 0x30 }
+ - { offsetInCU: 0x1F1D, offset: 0x12199A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x188, symBinAddr: 0x1016C4, symSize: 0x14 }
+ - { offsetInCU: 0x1FAE, offset: 0x121A2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH9hashValueSivgTW', symObjAddr: 0x19C, symBinAddr: 0x1016D8, symSize: 0x44 }
+ - { offsetInCU: 0x205D, offset: 0x121ADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x10171C, symSize: 0x28 }
+ - { offsetInCU: 0x20B0, offset: 0x121B2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x208, symBinAddr: 0x101744, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x121F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateVideoEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x0, symBinAddr: 0x104560, symSize: 0x1E4 }
+ - { offsetInCU: 0x1E0, offset: 0x1220DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateVideoEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x0, symBinAddr: 0x104560, symSize: 0x1E4 }
+ - { offsetInCU: 0x45C, offset: 0x12235B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateAudioEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x1E4, symBinAddr: 0x104744, symSize: 0x1E4 }
+ - { offsetInCU: 0x773, offset: 0x122672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tF', symObjAddr: 0x3C8, symBinAddr: 0x104928, symSize: 0x4F4 }
+ - { offsetInCU: 0xAFF, offset: 0x1229FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFyShySSGz_SStXEfU_', symObjAddr: 0x8BC, symBinAddr: 0x104E1C, symSize: 0x2BC }
+ - { offsetInCU: 0xD71, offset: 0x122C70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27updateRemoteRecordingStatus4withyAA0dE8SnapshotC_tF', symObjAddr: 0xB78, symBinAddr: 0x1050D8, symSize: 0x33C }
+ - { offsetInCU: 0xFF4, offset: 0x122EF3, size: 0x8, addend: 0x0, symName: '_$sSh9formUnionyyqd__n7ElementQyd__RszSTRd__lFSS_SD4KeysVyS2S_GTg5', symObjAddr: 0xEB4, symBinAddr: 0x105414, symSize: 0x144 }
+ - { offsetInCU: 0x12BF, offset: 0x1231BE, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFShySSG_AETg590$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFyShySSGz_SStXEfU_0eF5Calls0hI0CAG0hiO0C0K5ItemsCTf1ncn_nTf4nngg_n', symObjAddr: 0xFF8, symBinAddr: 0x105558, symSize: 0x1B4 }
+ - { offsetInCU: 0x13A2, offset: 0x1232A1, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSD4KeysVyS2S_G_SaySSGTg591$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFySaySSGz_SStXEfU0_0fG5Calls0ijP0C0L5ItemsCTf1ncn_nTf4nng_n', symObjAddr: 0x11AC, symBinAddr: 0x10570C, symSize: 0x224 }
+ - { offsetInCU: 0x4B, offset: 0x123703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvg', symObjAddr: 0x0, symBinAddr: 0x105930, symSize: 0x34 }
+ - { offsetInCU: 0x67, offset: 0x12371F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvs', symObjAddr: 0x34, symBinAddr: 0x105964, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0x12373B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvM', symObjAddr: 0x78, symBinAddr: 0x1059A8, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x123757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvM.resume.0', symObjAddr: 0xB4, symBinAddr: 0x1059E4, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0x123773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvg', symObjAddr: 0xB8, symBinAddr: 0x1059E8, symSize: 0x30 }
+ - { offsetInCU: 0xD7, offset: 0x12378F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvs', symObjAddr: 0xE8, symBinAddr: 0x105A18, symSize: 0x44 }
+ - { offsetInCU: 0xF3, offset: 0x1237AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvM', symObjAddr: 0x12C, symBinAddr: 0x105A5C, symSize: 0x3C }
+ - { offsetInCU: 0x10F, offset: 0x1237C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfC', symObjAddr: 0x168, symBinAddr: 0x105A98, symSize: 0x3C }
+ - { offsetInCU: 0x12D, offset: 0x1237E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfc', symObjAddr: 0x1A4, symBinAddr: 0x105AD4, symSize: 0x84 }
+ - { offsetInCU: 0x181, offset: 0x123839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC11addDelegate_6forKeyyx_SStF', symObjAddr: 0x228, symBinAddr: 0x105B58, symSize: 0x70 }
+ - { offsetInCU: 0x1D0, offset: 0x123888, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC14removeDelegate6forKeyySS_tF', symObjAddr: 0x298, symBinAddr: 0x105BC8, symSize: 0x68 }
+ - { offsetInCU: 0x20F, offset: 0x1238C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC18removeAllDelegatesyyF', symObjAddr: 0x300, symBinAddr: 0x105C30, symSize: 0x38 }
+ - { offsetInCU: 0x23E, offset: 0x1238F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCfd', symObjAddr: 0x338, symBinAddr: 0x105C68, symSize: 0x24 }
+ - { offsetInCU: 0x279, offset: 0x123931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCfD', symObjAddr: 0x35C, symBinAddr: 0x105C8C, symSize: 0x2C }
+ - { offsetInCU: 0x2C4, offset: 0x12397C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMi', symObjAddr: 0x46C, symBinAddr: 0x105D9C, symSize: 0x4 }
+ - { offsetInCU: 0x2D8, offset: 0x123990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMr', symObjAddr: 0x470, symBinAddr: 0x105DA0, symSize: 0x50 }
+ - { offsetInCU: 0x2EC, offset: 0x1239A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMa', symObjAddr: 0x4C0, symBinAddr: 0x105DF0, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x123BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callIdSSvg', symObjAddr: 0x0, symBinAddr: 0x105E84, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x123BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callIdSSvg', symObjAddr: 0x0, symBinAddr: 0x105E84, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x123BE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV11recordingIdSSvg', symObjAddr: 0x2C, symBinAddr: 0x105EB0, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x123C04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV13recordingTypeAA0D7OptionsC0dH0Ovg', symObjAddr: 0x58, symBinAddr: 0x105EDC, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x123C20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV09recordingE0AA0dE0Ovg', symObjAddr: 0x60, symBinAddr: 0x105EE4, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x123C3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x68, symBinAddr: 0x105EEC, symSize: 0x8 }
+ - { offsetInCU: 0xD7, offset: 0x123C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV9requestIdSSvg', symObjAddr: 0x70, symBinAddr: 0x105EF4, symSize: 0x2C }
+ - { offsetInCU: 0xEB, offset: 0x123C6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callId09recordingH00I4Type0iE0ACSS_SSAA0D7OptionsC0dJ0OAA0dE0OtcfC', symObjAddr: 0x9C, symBinAddr: 0x105F20, symSize: 0x6C }
+ - { offsetInCU: 0x107, offset: 0x123C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x108, symBinAddr: 0x105F8C, symSize: 0x328 }
+ - { offsetInCU: 0x192, offset: 0x123D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x430, symBinAddr: 0x1062B4, symSize: 0x8 }
+ - { offsetInCU: 0x1BD, offset: 0x123D3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x438, symBinAddr: 0x1062BC, symSize: 0x2C }
+ - { offsetInCU: 0x1EF, offset: 0x123D70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x464, symBinAddr: 0x1062E8, symSize: 0x40 }
+ - { offsetInCU: 0x212, offset: 0x123D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callId09recordingH00I4Type0iE0ACSS_SSAA0D7OptionsC0dJ0OAA0dE0OtcfCTf4ggnnd_n', symObjAddr: 0x4A4, symBinAddr: 0x106328, symSize: 0xD4 }
+ - { offsetInCU: 0x2B5, offset: 0x123E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSEAAWl', symObjAddr: 0x664, symBinAddr: 0x1063FC, symSize: 0x44 }
+ - { offsetInCU: 0x2C9, offset: 0x123E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x6A8, symBinAddr: 0x106440, symSize: 0x24 }
+ - { offsetInCU: 0x2DD, offset: 0x123E5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA13WSRequestableAAWl', symObjAddr: 0x6CC, symBinAddr: 0x106464, symSize: 0x44 }
+ - { offsetInCU: 0x2F1, offset: 0x123E72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x710, symBinAddr: 0x1064A8, symSize: 0x24 }
+ - { offsetInCU: 0x305, offset: 0x123E86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13WSRequestableAAWI', symObjAddr: 0x778, symBinAddr: 0x1064CC, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x123E9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x7E0, symBinAddr: 0x1064F0, symSize: 0x4 }
+ - { offsetInCU: 0x32D, offset: 0x123EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA11RequestableAAWI', symObjAddr: 0x828, symBinAddr: 0x1064F4, symSize: 0x2C }
+ - { offsetInCU: 0x341, offset: 0x123EC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA0F0AAWl', symObjAddr: 0x854, symBinAddr: 0x106520, symSize: 0x44 }
+ - { offsetInCU: 0x355, offset: 0x123ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x898, symBinAddr: 0x106564, symSize: 0x44 }
+ - { offsetInCU: 0x369, offset: 0x123EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0AAWI', symObjAddr: 0x8DC, symBinAddr: 0x1065A8, symSize: 0x24 }
+ - { offsetInCU: 0x37D, offset: 0x123EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVACSEAAWl', symObjAddr: 0x900, symBinAddr: 0x1065CC, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x123F12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x944, symBinAddr: 0x106610, symSize: 0x24 }
+ - { offsetInCU: 0x3A5, offset: 0x123F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwCP', symObjAddr: 0x968, symBinAddr: 0x106634, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x123F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwxx', symObjAddr: 0x998, symBinAddr: 0x106664, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x123F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwcp', symObjAddr: 0x9C8, symBinAddr: 0x106694, symSize: 0x64 }
+ - { offsetInCU: 0x3E1, offset: 0x123F62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwca', symObjAddr: 0xA2C, symBinAddr: 0x1066F8, symSize: 0xA4 }
+ - { offsetInCU: 0x3F5, offset: 0x123F76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwta', symObjAddr: 0xAF4, symBinAddr: 0x10679C, symSize: 0x64 }
+ - { offsetInCU: 0x409, offset: 0x123F8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwet', symObjAddr: 0xB58, symBinAddr: 0x106800, symSize: 0x48 }
+ - { offsetInCU: 0x41D, offset: 0x123F9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwst', symObjAddr: 0xBA0, symBinAddr: 0x106848, symSize: 0x50 }
+ - { offsetInCU: 0x431, offset: 0x123FB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVMa', symObjAddr: 0xBF0, symBinAddr: 0x106898, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1241F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15prepareNewValueyyF', symObjAddr: 0x0, symBinAddr: 0x1068A8, symSize: 0x94 }
+ - { offsetInCU: 0x3F, offset: 0x124208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15prepareNewValueyyF', symObjAddr: 0x0, symBinAddr: 0x1068A8, symSize: 0x94 }
+ - { offsetInCU: 0x5E, offset: 0x124227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15willSetNewValue4withyAC_tF', symObjAddr: 0xD8, symBinAddr: 0x10693C, symSize: 0x38 }
+ - { offsetInCU: 0x83, offset: 0x12424C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14didSetNewValue4withyAC_tF', symObjAddr: 0x110, symBinAddr: 0x106974, symSize: 0x9C }
+ - { offsetInCU: 0xAC, offset: 0x124275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19failedToSetNewValueyyF', symObjAddr: 0x1AC, symBinAddr: 0x106A10, symSize: 0x1C }
+ - { offsetInCU: 0xC9, offset: 0x124292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableAA10IdentifierAaDP_SHWT', symObjAddr: 0x1C8, symBinAddr: 0x106A2C, symSize: 0x4 }
+ - { offsetInCU: 0xDD, offset: 0x1242A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOAESHAAWl', symObjAddr: 0x1CC, symBinAddr: 0x106A30, symSize: 0x44 }
+ - { offsetInCU: 0x10F, offset: 0x1242D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP07prepareF5ValueyyFTW', symObjAddr: 0x210, symBinAddr: 0x106A74, symSize: 0x94 }
+ - { offsetInCU: 0x176, offset: 0x12433F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP07willSetF5Value4withyx_tFTW', symObjAddr: 0x2A4, symBinAddr: 0x106B08, symSize: 0x38 }
+ - { offsetInCU: 0x1E7, offset: 0x1243B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP06didSetF5Value4withyx_tFTW', symObjAddr: 0x2DC, symBinAddr: 0x106B40, symSize: 0x9C }
+ - { offsetInCU: 0x24C, offset: 0x124415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP011failedToSetF5ValueyyFTW', symObjAddr: 0x378, symBinAddr: 0x106BDC, symSize: 0x1C }
+ - { offsetInCU: 0x26C, offset: 0x124435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP011failedToSetF5ValueyyFTW', symObjAddr: 0x378, symBinAddr: 0x106BDC, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x124615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x106BF8, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x124639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x106BF8, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x124657, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x106C08, symSize: 0x70 }
+ - { offsetInCU: 0xBD, offset: 0x1246AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfc', symObjAddr: 0x80, symBinAddr: 0x106C78, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x1246DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCfd', symObjAddr: 0x88, symBinAddr: 0x106C80, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x124709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCfD', symObjAddr: 0x90, symBinAddr: 0x106C88, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x124739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCMa', symObjAddr: 0xA0, symBinAddr: 0x106C98, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x124935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x0, symBinAddr: 0x106CB8, symSize: 0x34 }
+ - { offsetInCU: 0x5B, offset: 0x124951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RespondablePAAE11keyStrategy10Foundation11JSONDecoderC011KeyDecodingF0OvgZ', symObjAddr: 0x34, symBinAddr: 0x106CEC, symSize: 0x44 }
+ - { offsetInCU: 0x90, offset: 0x124986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x78, symBinAddr: 0x106D30, symSize: 0x34 }
+ - { offsetInCU: 0xAC, offset: 0x1249A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0xB0, symBinAddr: 0x106D68, symSize: 0x34 }
+ - { offsetInCU: 0xC8, offset: 0x1249BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA17StrategyDecodableA2aDP03keyJ010Foundation11JSONDecoderC011KeyDecodingJ0OvgZTW', symObjAddr: 0xE4, symBinAddr: 0x106D9C, symSize: 0x34 }
+ - { offsetInCU: 0xE4, offset: 0x1249DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x118, symBinAddr: 0x106DD0, symSize: 0x34 }
+ - { offsetInCU: 0x100, offset: 0x1249F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x14C, symBinAddr: 0x106E04, symSize: 0x34 }
+ - { offsetInCU: 0x11C, offset: 0x124A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x184, symBinAddr: 0x106E3C, symSize: 0x34 }
+ - { offsetInCU: 0x138, offset: 0x124A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x1C4, symBinAddr: 0x106E7C, symSize: 0x34 }
+ - { offsetInCU: 0x154, offset: 0x124A4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x1F8, symBinAddr: 0x106EB0, symSize: 0x34 }
+ - { offsetInCU: 0x170, offset: 0x124A66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x22C, symBinAddr: 0x106EE4, symSize: 0x34 }
+ - { offsetInCU: 0x18C, offset: 0x124A82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x260, symBinAddr: 0x106F18, symSize: 0x34 }
+ - { offsetInCU: 0x1A8, offset: 0x124A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x294, symBinAddr: 0x106F4C, symSize: 0x34 }
+ - { offsetInCU: 0x1C4, offset: 0x124ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x2D0, symBinAddr: 0x106F88, symSize: 0x34 }
+ - { offsetInCU: 0x27, offset: 0x124CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x107008, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x124CD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x107008, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x124CE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x107014, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x124D04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x107044, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x124D20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x107088, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x124D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x1070C4, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x124D58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x1070C8, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x124D7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x107110, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x124E6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x107414, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x124F1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x107528, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x125006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x107614, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x125065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x107640, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x1250C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfd', symObjAddr: 0x804, symBinAddr: 0x107674, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x125113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x1076A8, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x12516C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x1076E4, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x125188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x10770C, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x1251A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x107734, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x1251C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x107784, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x1251EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x1077B0, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x12521E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x1073F4, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x1252EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x10766C, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x125578, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg5', symObjAddr: 0x0, symBinAddr: 0x107864, symSize: 0x128 }
+ - { offsetInCU: 0x153, offset: 0x1256A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfC', symObjAddr: 0x128, symBinAddr: 0x10798C, symSize: 0x48 }
+ - { offsetInCU: 0x187, offset: 0x1256D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvg', symObjAddr: 0x170, symBinAddr: 0x1079D4, symSize: 0x34 }
+ - { offsetInCU: 0x1A3, offset: 0x1256F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvs', symObjAddr: 0x1A4, symBinAddr: 0x107A08, symSize: 0x44 }
+ - { offsetInCU: 0x1BF, offset: 0x125710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvM', symObjAddr: 0x1E8, symBinAddr: 0x107A4C, symSize: 0x3C }
+ - { offsetInCU: 0x1DB, offset: 0x12572C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvM.resume.0', symObjAddr: 0x224, symBinAddr: 0x107A88, symSize: 0x4 }
+ - { offsetInCU: 0x1F7, offset: 0x125748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC18remoteParticipantsSayAA06RemoteD0CGvg', symObjAddr: 0x228, symBinAddr: 0x107A8C, symSize: 0x1BC }
+ - { offsetInCU: 0x4A4, offset: 0x1259F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC05localD0AA05LocalD0CSgvg', symObjAddr: 0x3E4, symBinAddr: 0x107C48, symSize: 0x110 }
+ - { offsetInCU: 0x646, offset: 0x125B97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfc', symObjAddr: 0x4F4, symBinAddr: 0x107D58, symSize: 0x30 }
+ - { offsetInCU: 0x65A, offset: 0x125BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlF', symObjAddr: 0x524, symBinAddr: 0x107D88, symSize: 0x498 }
+ - { offsetInCU: 0x9AB, offset: 0x125EFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlFSbAFXEfU_', symObjAddr: 0x9BC, symBinAddr: 0x108220, symSize: 0x64 }
+ - { offsetInCU: 0xA21, offset: 0x125F72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC5clearyyF', symObjAddr: 0xA20, symBinAddr: 0x108284, symSize: 0x1D0 }
+ - { offsetInCU: 0xB82, offset: 0x1260D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6removeyySSF', symObjAddr: 0xBF0, symBinAddr: 0x108454, symSize: 0x288 }
+ - { offsetInCU: 0xE8F, offset: 0x1263E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCyxxcAA0D0CRbzluig', symObjAddr: 0xE78, symBinAddr: 0x1086DC, symSize: 0x218 }
+ - { offsetInCU: 0x1016, offset: 0x126567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCyAA0D0CSgSScig', symObjAddr: 0x1090, symBinAddr: 0x1088F4, symSize: 0x22C }
+ - { offsetInCU: 0x1239, offset: 0x12678A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCfd', symObjAddr: 0x12BC, symBinAddr: 0x108B20, symSize: 0x1C }
+ - { offsetInCU: 0x1274, offset: 0x1267C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCfD', symObjAddr: 0x12D8, symBinAddr: 0x108B3C, symSize: 0x24 }
+ - { offsetInCU: 0x12DF, offset: 0x126830, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfcTf4gn_n', symObjAddr: 0x1440, symBinAddr: 0x108CA4, symSize: 0x2DC }
+ - { offsetInCU: 0x17A4, offset: 0x126CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCMa', symObjAddr: 0x1798, symBinAddr: 0x108F80, symSize: 0x20 }
+ - { offsetInCU: 0x17B8, offset: 0x126D09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlFSbAFXEfU_TA', symObjAddr: 0x17EC, symBinAddr: 0x108FA0, symSize: 0x1C }
+ - { offsetInCU: 0x17CC, offset: 0x126D1D, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13ef7Calls21H36CollectionC6removeyySSFSbAA0D0CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1808, symBinAddr: 0x108FBC, symSize: 0x148 }
+ - { offsetInCU: 0x19DA, offset: 0x126F2B, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13hi7Calls21K36CollectionC6removeyySSFSbAA0D0CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1950, symBinAddr: 0x109104, symSize: 0x348 }
+ - { offsetInCU: 0x1D33, offset: 0x127284, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg5', symObjAddr: 0x0, symBinAddr: 0x107864, symSize: 0x128 }
+ - { offsetInCU: 0x1FE4, offset: 0x127535, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13de7Calls21G34CollectionCyAA0D0CSgSScigSbAEXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x12FC, symBinAddr: 0x108B60, symSize: 0x144 }
+ - { offsetInCU: 0x4B, offset: 0x127984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x109538, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x127998, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x109544, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1279B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x109574, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x1279D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x1095B8, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x1279EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x1095F4, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x127A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x1095F8, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x127A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x109640, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x127B1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x109944, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x127BCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x109A4C, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x127CB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x109B2C, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x127D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x109B58, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x127D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x109B8C, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x127DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x109BC0, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x127E1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x870, symBinAddr: 0x109BFC, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x127E38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x109C50, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x127E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x109C78, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x127E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x914, symBinAddr: 0x109CA0, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x127E9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x109D20, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x127ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x109924, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x127F9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x109B84, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x128250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8Constant33_FD7A6189F1D8E487C75F4B346E142E52LLV7commandSSvpZ', symObjAddr: 0x1728, symBinAddr: 0x2BFE40, symSize: 0x0 }
+ - { offsetInCU: 0x8F, offset: 0x128290, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO10dictionarySDySSypGSgvg', symObjAddr: 0x0, symBinAddr: 0x109DDC, symSize: 0x214 }
+ - { offsetInCU: 0x14D, offset: 0x12834E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO4data10Foundation4DataVSgvg', symObjAddr: 0x214, symBinAddr: 0x109FF0, symSize: 0x2E4 }
+ - { offsetInCU: 0x210, offset: 0x128411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV7commandyAA0D0_pSgAC5InputOFZ', symObjAddr: 0x4F8, symBinAddr: 0x10A2D4, symSize: 0x1B4 }
+ - { offsetInCU: 0x2C2, offset: 0x1284C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryVACycfC', symObjAddr: 0xE14, symBinAddr: 0x10ABF0, symSize: 0x4 }
+ - { offsetInCU: 0x2E1, offset: 0x1284E2, size: 0x8, addend: 0x0, symName: '_$sSe13SendBirdCallsE6decode4withxSg10Foundation4DataVSg_tFZ', symObjAddr: 0x6AC, symBinAddr: 0x10A488, symSize: 0x1A8 }
+ - { offsetInCU: 0x4FA, offset: 0x1286FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO11commandTypeAA0D0_SepXpSgvg', symObjAddr: 0x854, symBinAddr: 0x10A630, symSize: 0x414 }
+ - { offsetInCU: 0x765, offset: 0x128966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7CommandPAASeRzrlE06decodeD04withAaB_pSg10Foundation4DataVSg_tFZ', symObjAddr: 0xC68, symBinAddr: 0x10AA44, symSize: 0x18C }
+ - { offsetInCU: 0x7F1, offset: 0x1289F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO9typeValueAA05EventF4TypeOvg', symObjAddr: 0xDF4, symBinAddr: 0x10ABD0, symSize: 0x20 }
+ - { offsetInCU: 0x810, offset: 0x128A11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8Constant33_FD7A6189F1D8E487C75F4B346E142E52LLV7command_WZ', symObjAddr: 0xE18, symBinAddr: 0x10ABF4, symSize: 0x24 }
+ - { offsetInCU: 0x82A, offset: 0x128A2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOWOy', symObjAddr: 0xE3C, symBinAddr: 0x10AC18, symSize: 0x2C }
+ - { offsetInCU: 0x83E, offset: 0x128A3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOWOy', symObjAddr: 0xE68, symBinAddr: 0x10AC44, symSize: 0x10 }
+ - { offsetInCU: 0x852, offset: 0x128A53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOWOe', symObjAddr: 0xEDC, symBinAddr: 0x10AC54, symSize: 0x2C }
+ - { offsetInCU: 0x866, offset: 0x128A67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOWOe', symObjAddr: 0xF08, symBinAddr: 0x10AC80, symSize: 0x10 }
+ - { offsetInCU: 0x87A, offset: 0x128A7B, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfCSS_ypTg5Tf4nd_n', symObjAddr: 0x1030, symBinAddr: 0x10AC90, symSize: 0x1A0 }
+ - { offsetInCU: 0x90E, offset: 0x128B0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCACSeAAWl', symObjAddr: 0x1268, symBinAddr: 0x10AE6C, symSize: 0x48 }
+ - { offsetInCU: 0x922, offset: 0x128B23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryVMa', symObjAddr: 0x12EC, symBinAddr: 0x10AEB4, symSize: 0x10 }
+ - { offsetInCU: 0x936, offset: 0x128B37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwCP', symObjAddr: 0x12FC, symBinAddr: 0x10AEC4, symSize: 0x48 }
+ - { offsetInCU: 0x94A, offset: 0x128B4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwxx', symObjAddr: 0x1344, symBinAddr: 0x10AF0C, symSize: 0x10 }
+ - { offsetInCU: 0x95E, offset: 0x128B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwcp', symObjAddr: 0x1354, symBinAddr: 0x10AF1C, symSize: 0x48 }
+ - { offsetInCU: 0x972, offset: 0x128B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwca', symObjAddr: 0x139C, symBinAddr: 0x10AF64, symSize: 0x54 }
+ - { offsetInCU: 0x986, offset: 0x128B87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwta', symObjAddr: 0x1404, symBinAddr: 0x10AFB8, symSize: 0x44 }
+ - { offsetInCU: 0x99A, offset: 0x128B9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwet', symObjAddr: 0x1448, symBinAddr: 0x10AFFC, symSize: 0x54 }
+ - { offsetInCU: 0x9AE, offset: 0x128BAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwst', symObjAddr: 0x149C, symBinAddr: 0x10B050, symSize: 0x54 }
+ - { offsetInCU: 0x9C2, offset: 0x128BC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwug', symObjAddr: 0x14F0, symBinAddr: 0x10B0A4, symSize: 0xC }
+ - { offsetInCU: 0x9D6, offset: 0x128BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwup', symObjAddr: 0x14FC, symBinAddr: 0x10B0B0, symSize: 0x10 }
+ - { offsetInCU: 0x9EA, offset: 0x128BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwui', symObjAddr: 0x150C, symBinAddr: 0x10B0C0, symSize: 0x14 }
+ - { offsetInCU: 0x9FE, offset: 0x128BFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOMa', symObjAddr: 0x1520, symBinAddr: 0x10B0D4, symSize: 0x10 }
+ - { offsetInCU: 0xA12, offset: 0x128C13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwCP', symObjAddr: 0x1530, symBinAddr: 0x10B0E4, symSize: 0x48 }
+ - { offsetInCU: 0xA26, offset: 0x128C27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwxx', symObjAddr: 0x1578, symBinAddr: 0x10B12C, symSize: 0x10 }
+ - { offsetInCU: 0xA3A, offset: 0x128C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwcp', symObjAddr: 0x1588, symBinAddr: 0x10B13C, symSize: 0x48 }
+ - { offsetInCU: 0xA4E, offset: 0x128C4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwca', symObjAddr: 0x15D0, symBinAddr: 0x10B184, symSize: 0x54 }
+ - { offsetInCU: 0xA62, offset: 0x128C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwta', symObjAddr: 0x1624, symBinAddr: 0x10B1D8, symSize: 0x44 }
+ - { offsetInCU: 0xA76, offset: 0x128C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwet', symObjAddr: 0x1668, symBinAddr: 0x10B21C, symSize: 0x48 }
+ - { offsetInCU: 0xA8A, offset: 0x128C8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwst', symObjAddr: 0x16B0, symBinAddr: 0x10B264, symSize: 0x44 }
+ - { offsetInCU: 0xA9E, offset: 0x128C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwug', symObjAddr: 0x16F4, symBinAddr: 0x10B2A8, symSize: 0x8 }
+ - { offsetInCU: 0xAB2, offset: 0x128CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwup', symObjAddr: 0x16FC, symBinAddr: 0x10B2B0, symSize: 0x4 }
+ - { offsetInCU: 0xAC6, offset: 0x128CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwui', symObjAddr: 0x1700, symBinAddr: 0x10B2B4, symSize: 0xC }
+ - { offsetInCU: 0xADA, offset: 0x128CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOMa', symObjAddr: 0x170C, symBinAddr: 0x10B2C0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x129042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x10B2D8, symSize: 0x68 }
+ - { offsetInCU: 0x4B, offset: 0x129066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x10B2D8, symSize: 0x68 }
+ - { offsetInCU: 0x67, offset: 0x129082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callIdSSvg', symObjAddr: 0x68, symBinAddr: 0x10B340, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x12909E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV10candidatesSayAA0E0CGvg', symObjAddr: 0x94, symBinAddr: 0x10B36C, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1290BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV16peerConnectionIdSSSgvg', symObjAddr: 0x9C, symBinAddr: 0x10B374, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x1290CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xC8, symBinAddr: 0x10B3A0, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x1290EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV9requestIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x10B3A8, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x1290FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xFC, symBinAddr: 0x10B3D4, symSize: 0x274 }
+ - { offsetInCU: 0x156, offset: 0x129171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x370, symBinAddr: 0x10B648, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x12919C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x378, symBinAddr: 0x10B650, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x1291DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3A4, symBinAddr: 0x10B67C, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x12920F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3D0, symBinAddr: 0x10B6A8, symSize: 0x38 }
+ - { offsetInCU: 0x217, offset: 0x129232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfCTf4gggd_n', symObjAddr: 0x408, symBinAddr: 0x10B6E0, symSize: 0xD8 }
+ - { offsetInCU: 0x277, offset: 0x129292, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGSayxGSEsSERzlWl', symObjAddr: 0x5CC, symBinAddr: 0x10B7B8, symSize: 0x64 }
+ - { offsetInCU: 0x28B, offset: 0x1292A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCACSEAAWl', symObjAddr: 0x674, symBinAddr: 0x10B81C, symSize: 0x48 }
+ - { offsetInCU: 0x29F, offset: 0x1292BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x7B0, symBinAddr: 0x10B864, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x1292CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7D4, symBinAddr: 0x10B888, symSize: 0x44 }
+ - { offsetInCU: 0x2C7, offset: 0x1292E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x818, symBinAddr: 0x10B8CC, symSize: 0x24 }
+ - { offsetInCU: 0x2DB, offset: 0x1292F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13WSRequestableAAWI', symObjAddr: 0x880, symBinAddr: 0x10B8F0, symSize: 0x24 }
+ - { offsetInCU: 0x2EF, offset: 0x12930A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8E8, symBinAddr: 0x10B914, symSize: 0x4 }
+ - { offsetInCU: 0x303, offset: 0x12931E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA11RequestableAAWI', symObjAddr: 0x930, symBinAddr: 0x10B918, symSize: 0x2C }
+ - { offsetInCU: 0x317, offset: 0x129332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA0F0AAWl', symObjAddr: 0x95C, symBinAddr: 0x10B944, symSize: 0x44 }
+ - { offsetInCU: 0x32B, offset: 0x129346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x9A0, symBinAddr: 0x10B988, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x12935A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0AAWI', symObjAddr: 0x9E4, symBinAddr: 0x10B9CC, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x12936E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVACSEAAWl', symObjAddr: 0xA08, symBinAddr: 0x10B9F0, symSize: 0x44 }
+ - { offsetInCU: 0x367, offset: 0x129382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA4C, symBinAddr: 0x10BA34, symSize: 0x24 }
+ - { offsetInCU: 0x37B, offset: 0x129396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwCP', symObjAddr: 0xA70, symBinAddr: 0x10BA58, symSize: 0x30 }
+ - { offsetInCU: 0x38F, offset: 0x1293AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwxx', symObjAddr: 0xAA0, symBinAddr: 0x10BA88, symSize: 0x38 }
+ - { offsetInCU: 0x3A3, offset: 0x1293BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwcp', symObjAddr: 0xAD8, symBinAddr: 0x10BAC0, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x1293D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwca', symObjAddr: 0xB44, symBinAddr: 0x10BB2C, symSize: 0xAC }
+ - { offsetInCU: 0x3CB, offset: 0x1293E6, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0xBF0, symBinAddr: 0x10BBD8, symSize: 0x14 }
+ - { offsetInCU: 0x3DF, offset: 0x1293FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwta', symObjAddr: 0xC04, symBinAddr: 0x10BBEC, symSize: 0x6C }
+ - { offsetInCU: 0x3F3, offset: 0x12940E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwet', symObjAddr: 0xC70, symBinAddr: 0x10BC58, symSize: 0x48 }
+ - { offsetInCU: 0x407, offset: 0x129422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwst', symObjAddr: 0xCB8, symBinAddr: 0x10BCA0, symSize: 0x50 }
+ - { offsetInCU: 0x41B, offset: 0x129436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVMa', symObjAddr: 0xD08, symBinAddr: 0x10BCF0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1296B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x10BD20, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x1296D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x10BD20, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1296F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC9candidateAA0F0Cvg', symObjAddr: 0x2C, symBinAddr: 0x10BD4C, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x129710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x34, symBinAddr: 0x10BD54, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x129735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x7C, symBinAddr: 0x10BD9C, symSize: 0x2C0 }
+ - { offsetInCU: 0x181, offset: 0x12980E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ008endpointJ09candidateACSS_S2SAA0F0CtcfC', symObjAddr: 0x4F4, symBinAddr: 0x10C07C, symSize: 0x80 }
+ - { offsetInCU: 0x225, offset: 0x1298B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ008endpointJ09candidateACSS_S2SAA0F0Ctcfc', symObjAddr: 0x574, symBinAddr: 0x10C0FC, symSize: 0x2C }
+ - { offsetInCU: 0x2EA, offset: 0x129977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x5A0, symBinAddr: 0x10C128, symSize: 0x2C }
+ - { offsetInCU: 0x349, offset: 0x1299D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5CC, symBinAddr: 0x10C154, symSize: 0x2C }
+ - { offsetInCU: 0x3A0, offset: 0x129A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfd', symObjAddr: 0x614, symBinAddr: 0x10C19C, symSize: 0x34 }
+ - { offsetInCU: 0x3F1, offset: 0x129A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfD', symObjAddr: 0x648, symBinAddr: 0x10C1D0, symSize: 0x3C }
+ - { offsetInCU: 0x44B, offset: 0x129AD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCMa', symObjAddr: 0x404, symBinAddr: 0x10C05C, symSize: 0x20 }
+ - { offsetInCU: 0x4F4, offset: 0x129B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfE', symObjAddr: 0x5F8, symBinAddr: 0x10C180, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x129DDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x10C220, symSize: 0x44 }
+ - { offsetInCU: 0x81, offset: 0x129E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x10C220, symSize: 0x44 }
+ - { offsetInCU: 0xD0, offset: 0x129E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callIdSSvg', symObjAddr: 0x44, symBinAddr: 0x10C264, symSize: 0x2C }
+ - { offsetInCU: 0xEC, offset: 0x129EA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC8snapshotAA06SignalD0CSgvg', symObjAddr: 0x70, symBinAddr: 0x10C290, symSize: 0x8 }
+ - { offsetInCU: 0x108, offset: 0x129EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfc', symObjAddr: 0x78, symBinAddr: 0x10C298, symSize: 0x10 }
+ - { offsetInCU: 0x137, offset: 0x129EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCfd', symObjAddr: 0x88, symBinAddr: 0x10C2A8, symSize: 0x24 }
+ - { offsetInCU: 0x172, offset: 0x129F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCfD', symObjAddr: 0xAC, symBinAddr: 0x10C2CC, symSize: 0x2C }
+ - { offsetInCU: 0x1BC, offset: 0x129F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCMa', symObjAddr: 0xD8, symBinAddr: 0x10C2F8, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x12A1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabledSbvM', symObjAddr: 0x30, symBinAddr: 0x10C35C, symSize: 0x44 }
+ - { offsetInCU: 0x7A, offset: 0x12A1D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isAudioEnabledSbvM', symObjAddr: 0xA4, symBinAddr: 0x10C3D0, symSize: 0x44 }
+ - { offsetInCU: 0xA9, offset: 0x12A206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC12kickSiblingsSbvM', symObjAddr: 0x220, symBinAddr: 0x10C54C, symSize: 0x44 }
+ - { offsetInCU: 0xD8, offset: 0x12A235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC12kickSiblingsSbvM.resume.0', symObjAddr: 0x264, symBinAddr: 0x10C590, symSize: 0x4 }
+ - { offsetInCU: 0x151, offset: 0x12A2AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfC', symObjAddr: 0x268, symBinAddr: 0x10C594, symSize: 0xC8 }
+ - { offsetInCU: 0x18E, offset: 0x12A2EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfc', symObjAddr: 0x330, symBinAddr: 0x10C65C, symSize: 0xC0 }
+ - { offsetInCU: 0x1C9, offset: 0x12A326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfcTo', symObjAddr: 0x410, symBinAddr: 0x10C73C, symSize: 0xC4 }
+ - { offsetInCU: 0x204, offset: 0x12A361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfC', symObjAddr: 0x4D4, symBinAddr: 0x10C800, symSize: 0x20 }
+ - { offsetInCU: 0x222, offset: 0x12A37F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfc', symObjAddr: 0x4F4, symBinAddr: 0x10C820, symSize: 0x1C }
+ - { offsetInCU: 0x271, offset: 0x12A3CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfcTo', symObjAddr: 0x510, symBinAddr: 0x10C83C, symSize: 0x18 }
+ - { offsetInCU: 0x291, offset: 0x12A3EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfcTo', symObjAddr: 0x510, symBinAddr: 0x10C83C, symSize: 0x18 }
+ - { offsetInCU: 0x2AC, offset: 0x12A409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCfD', symObjAddr: 0x528, symBinAddr: 0x10C854, symSize: 0x30 }
+ - { offsetInCU: 0x2DA, offset: 0x12A437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCMa', symObjAddr: 0x3F0, symBinAddr: 0x10C71C, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x12A613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClient3forAA03WebG0CSgAG10IdentifierO_tF', symObjAddr: 0x0, symBinAddr: 0x10CB1C, symSize: 0xDC }
+ - { offsetInCU: 0x4A, offset: 0x12A636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClient3forAA03WebG0CSgAG10IdentifierO_tF', symObjAddr: 0x0, symBinAddr: 0x10CB1C, symSize: 0xDC }
+ - { offsetInCU: 0x11D, offset: 0x12A709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27createSecondaryWebRTCClient4with14turnCredential18sessionDescriptionySSSg_AA04TurnL0CSgSo010RTCSessionN0CSgtF', symObjAddr: 0xDC, symBinAddr: 0x10CBF8, symSize: 0x1AC }
+ - { offsetInCU: 0x1F9, offset: 0x12A7E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31didConnectSecondaryWebRTCClientyyF', symObjAddr: 0x288, symBinAddr: 0x10CDA4, symSize: 0x5C }
+ - { offsetInCU: 0x236, offset: 0x12A822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31didConnectSecondaryWebRTCClientyyFTo', symObjAddr: 0x2E4, symBinAddr: 0x10CE00, symSize: 0x74 }
+ - { offsetInCU: 0x26B, offset: 0x12A857, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC37didFailToConnectSecondaryWebRTCClientyyF', symObjAddr: 0x358, symBinAddr: 0x10CE74, symSize: 0x48 }
+ - { offsetInCU: 0x2A8, offset: 0x12A894, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC37didFailToConnectSecondaryWebRTCClientyyFTo', symObjAddr: 0x3A0, symBinAddr: 0x10CEBC, symSize: 0x64 }
+ - { offsetInCU: 0x2DD, offset: 0x12A8C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19setNewValueDelegateyyAA0ghI0_pF', symObjAddr: 0x404, symBinAddr: 0x10CF20, symSize: 0x60 }
+ - { offsetInCU: 0x27, offset: 0x12AB97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x10CF80, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x12ABBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x10CF80, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x12ABD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC02isE7EnabledSbvg', symObjAddr: 0x8, symBinAddr: 0x10CF88, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x12ABF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x10CF90, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x12AC18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x58, symBinAddr: 0x10CFD8, symSize: 0x2D0 }
+ - { offsetInCU: 0x181, offset: 0x12ACF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfC', symObjAddr: 0x4E0, symBinAddr: 0x10D2C8, symSize: 0x80 }
+ - { offsetInCU: 0x21B, offset: 0x12AD8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfc', symObjAddr: 0x560, symBinAddr: 0x10D348, symSize: 0x30 }
+ - { offsetInCU: 0x2DC, offset: 0x12AE4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x590, symBinAddr: 0x10D378, symSize: 0x2C }
+ - { offsetInCU: 0x33B, offset: 0x12AEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5BC, symBinAddr: 0x10D3A4, symSize: 0x2C }
+ - { offsetInCU: 0x392, offset: 0x12AF02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfd', symObjAddr: 0x5F0, symBinAddr: 0x10D3D8, symSize: 0x2C }
+ - { offsetInCU: 0x3E3, offset: 0x12AF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfD', symObjAddr: 0x61C, symBinAddr: 0x10D404, symSize: 0x34 }
+ - { offsetInCU: 0x43D, offset: 0x12AFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCMa', symObjAddr: 0x3F0, symBinAddr: 0x10D2A8, symSize: 0x20 }
+ - { offsetInCU: 0x4E6, offset: 0x12B056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfE', symObjAddr: 0x5E8, symBinAddr: 0x10D3D0, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x12B2D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6roomIdSSvg', symObjAddr: 0x30, symBinAddr: 0x10D47C, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x12B2F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x5C, symBinAddr: 0x10D4A8, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x12B311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x9C, symBinAddr: 0x10D4E8, symSize: 0x50 }
+ - { offsetInCU: 0x9F, offset: 0x12B32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0xEC, symBinAddr: 0x10D538, symSize: 0x3C }
+ - { offsetInCU: 0xBB, offset: 0x12B349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvM.resume.0', symObjAddr: 0x128, symBinAddr: 0x10D574, symSize: 0x4 }
+ - { offsetInCU: 0xD7, offset: 0x12B365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvg', symObjAddr: 0x12C, symBinAddr: 0x10D578, symSize: 0x44 }
+ - { offsetInCU: 0xF3, offset: 0x12B381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvs', symObjAddr: 0x170, symBinAddr: 0x10D5BC, symSize: 0x60 }
+ - { offsetInCU: 0x10F, offset: 0x12B39D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM', symObjAddr: 0x1D0, symBinAddr: 0x10D61C, symSize: 0x6C }
+ - { offsetInCU: 0x12B, offset: 0x12B3B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM.resume.0', symObjAddr: 0x23C, symBinAddr: 0x10D688, symSize: 0x70 }
+ - { offsetInCU: 0x147, offset: 0x12B3D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvg', symObjAddr: 0x2AC, symBinAddr: 0x10D6F8, symSize: 0x44 }
+ - { offsetInCU: 0x163, offset: 0x12B3F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvs', symObjAddr: 0x2F0, symBinAddr: 0x10D73C, symSize: 0x60 }
+ - { offsetInCU: 0x17F, offset: 0x12B40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM', symObjAddr: 0x350, symBinAddr: 0x10D79C, symSize: 0x6C }
+ - { offsetInCU: 0x19B, offset: 0x12B429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM.resume.0', symObjAddr: 0x3BC, symBinAddr: 0x10D808, symSize: 0x70 }
+ - { offsetInCU: 0x1B7, offset: 0x12B445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC05localF2IdSSvg', symObjAddr: 0x42C, symBinAddr: 0x10D878, symSize: 0x2C }
+ - { offsetInCU: 0x1D3, offset: 0x12B461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvg', symObjAddr: 0x458, symBinAddr: 0x10D8A4, symSize: 0x34 }
+ - { offsetInCU: 0x1EF, offset: 0x12B47D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvs', symObjAddr: 0x48C, symBinAddr: 0x10D8D8, symSize: 0x44 }
+ - { offsetInCU: 0x20B, offset: 0x12B499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvM', symObjAddr: 0x4D0, symBinAddr: 0x10D91C, symSize: 0x3C }
+ - { offsetInCU: 0x227, offset: 0x12B4B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC17currentResolutionAA0I0V0I4TypeOvg', symObjAddr: 0x50C, symBinAddr: 0x10D958, symSize: 0x21C }
+ - { offsetInCU: 0x4A9, offset: 0x12B737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC11descriptionSSvg', symObjAddr: 0x728, symBinAddr: 0x10DB74, symSize: 0xD8 }
+ - { offsetInCU: 0x613, offset: 0x12B8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC5clearyyF', symObjAddr: 0x8F4, symBinAddr: 0x10DD40, symSize: 0x2F4 }
+ - { offsetInCU: 0x897, offset: 0x12BB25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8didEnteryyAA0F0CF', symObjAddr: 0xBE8, symBinAddr: 0x10E034, symSize: 0x5D8 }
+ - { offsetInCU: 0xE64, offset: 0x12C0F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC7didExityyAA0F0CF', symObjAddr: 0x11C0, symBinAddr: 0x10E60C, symSize: 0x224 }
+ - { offsetInCU: 0x1068, offset: 0x12C2F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF5EnteryyAA06RemoteF0CF', symObjAddr: 0x13E4, symBinAddr: 0x10E830, symSize: 0x20C }
+ - { offsetInCU: 0x128C, offset: 0x12C51A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF7ConnectyyAA06RemoteF0CF', symObjAddr: 0x15F0, symBinAddr: 0x10EA3C, symSize: 0x35C }
+ - { offsetInCU: 0x1515, offset: 0x12C7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF4ExityyAA06RemoteF0CF', symObjAddr: 0x194C, symBinAddr: 0x10ED98, symSize: 0x2F8 }
+ - { offsetInCU: 0x178D, offset: 0x12CA1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC21updateVideoResolutionyyF', symObjAddr: 0x1C44, symBinAddr: 0x10F090, symSize: 0x428 }
+ - { offsetInCU: 0x1B0C, offset: 0x12CD9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtF', symObjAddr: 0x207C, symBinAddr: 0x10F4C8, symSize: 0xA8 }
+ - { offsetInCU: 0x1B90, offset: 0x12CE1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCfd', symObjAddr: 0x2124, symBinAddr: 0x10F570, symSize: 0x44 }
+ - { offsetInCU: 0x1BCB, offset: 0x12CE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCfD', symObjAddr: 0x2168, symBinAddr: 0x10F5B4, symSize: 0x4C }
+ - { offsetInCU: 0x1C0E, offset: 0x12CE9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x21B4, symBinAddr: 0x10F600, symSize: 0x28 }
+ - { offsetInCU: 0x1C2A, offset: 0x12CEB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x21DC, symBinAddr: 0x10F628, symSize: 0x28 }
+ - { offsetInCU: 0x1C46, offset: 0x12CED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x2204, symBinAddr: 0x10F650, symSize: 0x28 }
+ - { offsetInCU: 0x1C62, offset: 0x12CEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x222C, symBinAddr: 0x10F678, symSize: 0x50 }
+ - { offsetInCU: 0x1C7E, offset: 0x12CF0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvgTW', symObjAddr: 0x2280, symBinAddr: 0x10F6CC, symSize: 0x28 }
+ - { offsetInCU: 0x1C9A, offset: 0x12CF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvsTW', symObjAddr: 0x22A8, symBinAddr: 0x10F6F4, symSize: 0x28 }
+ - { offsetInCU: 0x1CB6, offset: 0x12CF44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvMTW', symObjAddr: 0x22D0, symBinAddr: 0x10F71C, symSize: 0x50 }
+ - { offsetInCU: 0x1CD2, offset: 0x12CF60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8didEnteryyAA0F0CFTW', symObjAddr: 0x2350, symBinAddr: 0x10F79C, symSize: 0x28 }
+ - { offsetInCU: 0x1CEE, offset: 0x12CF7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP7didExityyAA0F0CFTW', symObjAddr: 0x2378, symBinAddr: 0x10F7C4, symSize: 0x28 }
+ - { offsetInCU: 0x1D0A, offset: 0x12CF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF5EnteryyAA06RemoteF0CFTW', symObjAddr: 0x23A0, symBinAddr: 0x10F7EC, symSize: 0x28 }
+ - { offsetInCU: 0x1D26, offset: 0x12CFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF7ConnectyyAA06RemoteF0CFTW', symObjAddr: 0x23C8, symBinAddr: 0x10F814, symSize: 0x28 }
+ - { offsetInCU: 0x1D42, offset: 0x12CFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF4ExityyAA06RemoteF0CFTW', symObjAddr: 0x23F0, symBinAddr: 0x10F83C, symSize: 0x28 }
+ - { offsetInCU: 0x1D5E, offset: 0x12CFEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x2418, symBinAddr: 0x10F864, symSize: 0x28 }
+ - { offsetInCU: 0x1D7A, offset: 0x12D008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP5clearyyFTW', symObjAddr: 0x2440, symBinAddr: 0x10F88C, symSize: 0x28 }
+ - { offsetInCU: 0x1D96, offset: 0x12D024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2468, symBinAddr: 0x10F8B4, symSize: 0x28 }
+ - { offsetInCU: 0x1DB2, offset: 0x12D040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6sender6roomId05localfJ010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0fG8Delegate_ptcfcTf4nnneen_nTf4nnnggn_n', symObjAddr: 0x3700, symBinAddr: 0x110B4C, symSize: 0x114 }
+ - { offsetInCU: 0x1E7D, offset: 0x12D10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6sender6roomId05localfJ010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0fG8Delegate_ptcfCTfq4nnneen_nTf4nnnggn_n', symObjAddr: 0x3814, symBinAddr: 0x110C60, symSize: 0x9C }
+ - { offsetInCU: 0x215E, offset: 0x12D3EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfcTf4nnneennnn_nAA0N0C_AA26AudioMCUParticipantManagerCTg5Tf4ggggggnnn_n', symObjAddr: 0x2EF8, symBinAddr: 0x110344, symSize: 0x404 }
+ - { offsetInCU: 0x242C, offset: 0x12D6BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC21didEndpointDisconnectyyAA0I0CF', symObjAddr: 0x2490, symBinAddr: 0x10F8DC, symSize: 0x118 }
+ - { offsetInCU: 0x2482, offset: 0x12D710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC18didEndpointConnect_11reconnectedyAA0I0C_SbtF', symObjAddr: 0x25A8, symBinAddr: 0x10F9F4, symSize: 0x1D8 }
+ - { offsetInCU: 0x24E8, offset: 0x12D776, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC16didEndpointCloseyyAA0I0CF', symObjAddr: 0x2780, symBinAddr: 0x10FBCC, symSize: 0xC }
+ - { offsetInCU: 0x250B, offset: 0x12D799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC26didAudioSessionChangeRoute_6client7session6reason08previousL0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0ujL11DescriptionCtF', symObjAddr: 0x278C, symBinAddr: 0x10FBD8, symSize: 0x14 }
+ - { offsetInCU: 0x251F, offset: 0x12D7AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC20didEndpointEstablishyyAA0I0CF', symObjAddr: 0x27A0, symBinAddr: 0x10FBEC, symSize: 0xCC }
+ - { offsetInCU: 0x2575, offset: 0x12D803, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC17didEndpointAttach_13participantIdyAA0I0C_SStF', symObjAddr: 0x286C, symBinAddr: 0x10FCB8, symSize: 0x70 }
+ - { offsetInCU: 0x25A4, offset: 0x12D832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH10DisconnectyyAA0H0CFTW', symObjAddr: 0x28DC, symBinAddr: 0x10FD28, symSize: 0x4 }
+ - { offsetInCU: 0x25C0, offset: 0x12D84E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH7Connect_11reconnectedyAA0H0C_SbtFTW', symObjAddr: 0x28E0, symBinAddr: 0x10FD2C, symSize: 0x4 }
+ - { offsetInCU: 0x2606, offset: 0x12D894, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH5CloseyyAA0H0CFTW', symObjAddr: 0x28E4, symBinAddr: 0x10FD30, symSize: 0xC }
+ - { offsetInCU: 0x2626, offset: 0x12D8B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH5CloseyyAA0H0CFTW', symObjAddr: 0x28E4, symBinAddr: 0x10FD30, symSize: 0xC }
+ - { offsetInCU: 0x2681, offset: 0x12D90F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH6Attach_13participantIdyAA0H0C_SStFTW', symObjAddr: 0x28F0, symBinAddr: 0x10FD3C, symSize: 0x70 }
+ - { offsetInCU: 0x26D2, offset: 0x12D960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH9EstablishyyAA0H0CFTW', symObjAddr: 0x2960, symBinAddr: 0x10FDAC, symSize: 0x4 }
+ - { offsetInCU: 0x26FD, offset: 0x12D98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP26didAudioSessionChangeRoute_6client7session6reason08previousN0yAA0H0C_AA12WebRTCClientCSo08RTCAudioL0CSo07AVAudiolnM6ReasonVSo0vlN11DescriptionCtFTW', symObjAddr: 0x2964, symBinAddr: 0x10FDB0, symSize: 0x14 }
+ - { offsetInCU: 0x2771, offset: 0x12D9FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC26didAudioSessionChangeRoute_6client7session6reason08previousL0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0ujL11DescriptionCtFTf4dnnnnn_n', symObjAddr: 0x2B8C, symBinAddr: 0x10FFD8, symSize: 0x36C }
+ - { offsetInCU: 0x2A39, offset: 0x12DCC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCMa', symObjAddr: 0x3B34, symBinAddr: 0x110EAC, symSize: 0x20 }
+ - { offsetInCU: 0x2A4D, offset: 0x12DCDB, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueC8DispatchE10AttributesVAEs10SetAlgebraACWl', symObjAddr: 0x3CB4, symBinAddr: 0x110FF0, symSize: 0x48 }
+ - { offsetInCU: 0x2A61, offset: 0x12DCEF, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGSayxGSTsWl', symObjAddr: 0x3CFC, symBinAddr: 0x111038, symSize: 0x4C }
+ - { offsetInCU: 0x2D42, offset: 0x12DFD0, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSDySS13SendBirdCalls8EndpointCG_Tg504$s13de97Calls26FullMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtFSbSS3key_AA8G15C5valuet_tXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x2978, symBinAddr: 0x10FDC4, symSize: 0x214 }
+ - { offsetInCU: 0x27, offset: 0x12E3AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x111088, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x12E3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x111088, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x12E3DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x11108C, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x12E40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x1110C8, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x12E42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x1110F0, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x12E45F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x111130, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x12E47B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x111134, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x12E497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x111138, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x12E4AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV9inviterIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x111140, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x12E4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6roomId07inviterH0ACSS_SStcfC', symObjAddr: 0xE8, symBinAddr: 0x111170, symSize: 0x98 }
+ - { offsetInCU: 0x1E3, offset: 0x12E566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x111208, symSize: 0x1C }
+ - { offsetInCU: 0x203, offset: 0x12E586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x111224, symSize: 0x6C }
+ - { offsetInCU: 0x23C, offset: 0x12E5BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x248, symBinAddr: 0x111290, symSize: 0x6C }
+ - { offsetInCU: 0x272, offset: 0x12E5F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2B4, symBinAddr: 0x1112FC, symSize: 0x8 }
+ - { offsetInCU: 0x299, offset: 0x12E61C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2BC, symBinAddr: 0x111304, symSize: 0xC }
+ - { offsetInCU: 0x2C0, offset: 0x12E643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C8, symBinAddr: 0x111310, symSize: 0x38 }
+ - { offsetInCU: 0x2E7, offset: 0x12E66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x300, symBinAddr: 0x111348, symSize: 0x38 }
+ - { offsetInCU: 0x31D, offset: 0x12E6A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4BC, symBinAddr: 0x111504, symSize: 0x70 }
+ - { offsetInCU: 0x351, offset: 0x12E6D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x52C, symBinAddr: 0x111574, symSize: 0x28 }
+ - { offsetInCU: 0x365, offset: 0x12E6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x554, symBinAddr: 0x11159C, symSize: 0x8 }
+ - { offsetInCU: 0x39B, offset: 0x12E71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0x1115A4, symSize: 0x74 }
+ - { offsetInCU: 0x3E6, offset: 0x12E769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x5D0, symBinAddr: 0x111618, symSize: 0xC }
+ - { offsetInCU: 0x402, offset: 0x12E785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x5DC, symBinAddr: 0x111624, symSize: 0xC }
+ - { offsetInCU: 0x42E, offset: 0x12E7B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x638, symBinAddr: 0x111680, symSize: 0x40 }
+ - { offsetInCU: 0x465, offset: 0x12E7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x678, symBinAddr: 0x1116C0, symSize: 0x8 }
+ - { offsetInCU: 0x490, offset: 0x12E813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x680, symBinAddr: 0x1116C8, symSize: 0x8 }
+ - { offsetInCU: 0x4D8, offset: 0x12E85B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x688, symBinAddr: 0x1116D0, symSize: 0x18 }
+ - { offsetInCU: 0x510, offset: 0x12E893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x6A0, symBinAddr: 0x1116E8, symSize: 0x124 }
+ - { offsetInCU: 0x59F, offset: 0x12E922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7C4, symBinAddr: 0x11180C, symSize: 0x4 }
+ - { offsetInCU: 0x5B3, offset: 0x12E936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x7C8, symBinAddr: 0x111810, symSize: 0x44 }
+ - { offsetInCU: 0x5C7, offset: 0x12E94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x80C, symBinAddr: 0x111854, symSize: 0x4 }
+ - { offsetInCU: 0x5DB, offset: 0x12E95E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x810, symBinAddr: 0x111858, symSize: 0x44 }
+ - { offsetInCU: 0x5EF, offset: 0x12E972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x854, symBinAddr: 0x11189C, symSize: 0x4 }
+ - { offsetInCU: 0x603, offset: 0x12E986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x858, symBinAddr: 0x1118A0, symSize: 0x44 }
+ - { offsetInCU: 0x617, offset: 0x12E99A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x89C, symBinAddr: 0x1118E4, symSize: 0x24 }
+ - { offsetInCU: 0x62B, offset: 0x12E9AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x8C0, symBinAddr: 0x111908, symSize: 0x44 }
+ - { offsetInCU: 0x63F, offset: 0x12E9C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x904, symBinAddr: 0x11194C, symSize: 0x4 }
+ - { offsetInCU: 0x653, offset: 0x12E9D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x94C, symBinAddr: 0x111950, symSize: 0x24 }
+ - { offsetInCU: 0x667, offset: 0x12E9EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x970, symBinAddr: 0x111974, symSize: 0x44 }
+ - { offsetInCU: 0x67B, offset: 0x12E9FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA11RequestableAAWI', symObjAddr: 0x9B4, symBinAddr: 0x1119B8, symSize: 0x2C }
+ - { offsetInCU: 0x68F, offset: 0x12EA12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA0F0AAWl', symObjAddr: 0x9E0, symBinAddr: 0x1119E4, symSize: 0x44 }
+ - { offsetInCU: 0x6A3, offset: 0x12EA26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA24, symBinAddr: 0x111A28, symSize: 0x44 }
+ - { offsetInCU: 0x6B7, offset: 0x12EA3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0AAWI', symObjAddr: 0xA68, symBinAddr: 0x111A6C, symSize: 0x24 }
+ - { offsetInCU: 0x6CB, offset: 0x12EA4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVACSEAAWl', symObjAddr: 0xA8C, symBinAddr: 0x111A90, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0x12EA62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAD0, symBinAddr: 0x111AD4, symSize: 0x24 }
+ - { offsetInCU: 0x6F3, offset: 0x12EA76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwCP', symObjAddr: 0xAF4, symBinAddr: 0x111AF8, symSize: 0x30 }
+ - { offsetInCU: 0x707, offset: 0x12EA8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwxx', symObjAddr: 0xB24, symBinAddr: 0x111B28, symSize: 0x28 }
+ - { offsetInCU: 0x71B, offset: 0x12EA9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwcp', symObjAddr: 0xB4C, symBinAddr: 0x111B50, symSize: 0x44 }
+ - { offsetInCU: 0x72F, offset: 0x12EAB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwca', symObjAddr: 0xB90, symBinAddr: 0x111B94, symSize: 0x6C }
+ - { offsetInCU: 0x743, offset: 0x12EAC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwta', symObjAddr: 0xC08, symBinAddr: 0x111C00, symSize: 0x4C }
+ - { offsetInCU: 0x757, offset: 0x12EADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwet', symObjAddr: 0xC54, symBinAddr: 0x111C4C, symSize: 0x48 }
+ - { offsetInCU: 0x76B, offset: 0x12EAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwst', symObjAddr: 0xC9C, symBinAddr: 0x111C94, symSize: 0x40 }
+ - { offsetInCU: 0x77F, offset: 0x12EB02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVMa', symObjAddr: 0xCDC, symBinAddr: 0x111CD4, symSize: 0x10 }
+ - { offsetInCU: 0x793, offset: 0x12EB16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwet', symObjAddr: 0xCFC, symBinAddr: 0x111CE4, symSize: 0x90 }
+ - { offsetInCU: 0x7A7, offset: 0x12EB2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwst', symObjAddr: 0xD8C, symBinAddr: 0x111D74, symSize: 0xBC }
+ - { offsetInCU: 0x7BB, offset: 0x12EB3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE48, symBinAddr: 0x111E30, symSize: 0x8 }
+ - { offsetInCU: 0x7CF, offset: 0x12EB52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwup', symObjAddr: 0xE50, symBinAddr: 0x111E38, symSize: 0x4 }
+ - { offsetInCU: 0x7E3, offset: 0x12EB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwui', symObjAddr: 0xE54, symBinAddr: 0x111E3C, symSize: 0xC }
+ - { offsetInCU: 0x7F7, offset: 0x12EB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOMa', symObjAddr: 0xE60, symBinAddr: 0x111E48, symSize: 0x10 }
+ - { offsetInCU: 0x80B, offset: 0x12EB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xE70, symBinAddr: 0x111E58, symSize: 0x44 }
+ - { offsetInCU: 0x86F, offset: 0x12EBF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x338, symBinAddr: 0x111380, symSize: 0x88 }
+ - { offsetInCU: 0x91E, offset: 0x12ECA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3C0, symBinAddr: 0x111408, symSize: 0x60 }
+ - { offsetInCU: 0x9B4, offset: 0x12ED37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x420, symBinAddr: 0x111468, symSize: 0x40 }
+ - { offsetInCU: 0xA06, offset: 0x12ED89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x460, symBinAddr: 0x1114A8, symSize: 0x5C }
+ - { offsetInCU: 0xA7A, offset: 0x12EDFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x5E8, symBinAddr: 0x111630, symSize: 0x28 }
+ - { offsetInCU: 0xA96, offset: 0x12EE19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x610, symBinAddr: 0x111658, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x12F047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x111EA0, symSize: 0x54 }
+ - { offsetInCU: 0x4B, offset: 0x12F06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x111EA0, symSize: 0x54 }
+ - { offsetInCU: 0x67, offset: 0x12F087, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xB4, symBinAddr: 0x111F54, symSize: 0x68 }
+ - { offsetInCU: 0x88, offset: 0x12F0A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x11C, symBinAddr: 0x111FBC, symSize: 0x6C }
+ - { offsetInCU: 0xB1, offset: 0x12F0D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x188, symBinAddr: 0x112028, symSize: 0x6C }
+ - { offsetInCU: 0xDA, offset: 0x12F0FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1F4, symBinAddr: 0x112094, symSize: 0x4 }
+ - { offsetInCU: 0xF6, offset: 0x12F116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdSSvg', symObjAddr: 0x1F8, symBinAddr: 0x112098, symSize: 0x2C }
+ - { offsetInCU: 0x112, offset: 0x12F132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6reasonSSvg', symObjAddr: 0x224, symBinAddr: 0x1120C4, symSize: 0x2C }
+ - { offsetInCU: 0x12E, offset: 0x12F14E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x250, symBinAddr: 0x1120F0, symSize: 0x8 }
+ - { offsetInCU: 0x14A, offset: 0x12F16A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV9requestIdSSvg', symObjAddr: 0x258, symBinAddr: 0x1120F8, symSize: 0x2C }
+ - { offsetInCU: 0x15E, offset: 0x12F17E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x284, symBinAddr: 0x112124, symSize: 0x19C }
+ - { offsetInCU: 0x1D1, offset: 0x12F1F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x420, symBinAddr: 0x1122C0, symSize: 0x8 }
+ - { offsetInCU: 0x1FC, offset: 0x12F21C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x428, symBinAddr: 0x1122C8, symSize: 0x68 }
+ - { offsetInCU: 0x242, offset: 0x12F262, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x490, symBinAddr: 0x112330, symSize: 0x2C }
+ - { offsetInCU: 0x274, offset: 0x12F294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4BC, symBinAddr: 0x11235C, symSize: 0x40 }
+ - { offsetInCU: 0x297, offset: 0x12F2B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfCTf4gd_n', symObjAddr: 0x4FC, symBinAddr: 0x11239C, symSize: 0xD0 }
+ - { offsetInCU: 0x2D7, offset: 0x12F2F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultType_WZ', symObjAddr: 0x54, symBinAddr: 0x111EF4, symSize: 0x20 }
+ - { offsetInCU: 0x2F1, offset: 0x12F311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0x74, symBinAddr: 0x111F14, symSize: 0x40 }
+ - { offsetInCU: 0x316, offset: 0x12F336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x6B8, symBinAddr: 0x11246C, symSize: 0x24 }
+ - { offsetInCU: 0x32A, offset: 0x12F34A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA13WSRequestableAAWl', symObjAddr: 0x6DC, symBinAddr: 0x112490, symSize: 0x44 }
+ - { offsetInCU: 0x33E, offset: 0x12F35E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x720, symBinAddr: 0x1124D4, symSize: 0x4 }
+ - { offsetInCU: 0x352, offset: 0x12F372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x724, symBinAddr: 0x1124D8, symSize: 0x48 }
+ - { offsetInCU: 0x366, offset: 0x12F386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13WSRequestableAAWI', symObjAddr: 0x76C, symBinAddr: 0x112520, symSize: 0x24 }
+ - { offsetInCU: 0x37A, offset: 0x12F39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA11RequestableAAWI', symObjAddr: 0x7D4, symBinAddr: 0x112544, symSize: 0x2C }
+ - { offsetInCU: 0x38E, offset: 0x12F3AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA0F0AAWl', symObjAddr: 0x800, symBinAddr: 0x112570, symSize: 0x44 }
+ - { offsetInCU: 0x3A2, offset: 0x12F3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x844, symBinAddr: 0x1125B4, symSize: 0x44 }
+ - { offsetInCU: 0x3B6, offset: 0x12F3D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0AAWI', symObjAddr: 0x888, symBinAddr: 0x1125F8, symSize: 0x24 }
+ - { offsetInCU: 0x3CA, offset: 0x12F3EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVACSEAAWl', symObjAddr: 0x8AC, symBinAddr: 0x11261C, symSize: 0x44 }
+ - { offsetInCU: 0x3DE, offset: 0x12F3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x8F0, symBinAddr: 0x112660, symSize: 0x24 }
+ - { offsetInCU: 0x3F2, offset: 0x12F412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwCP', symObjAddr: 0x914, symBinAddr: 0x112684, symSize: 0x30 }
+ - { offsetInCU: 0x406, offset: 0x12F426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwxx', symObjAddr: 0x944, symBinAddr: 0x1126B4, symSize: 0x30 }
+ - { offsetInCU: 0x41A, offset: 0x12F43A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwcp', symObjAddr: 0x974, symBinAddr: 0x1126E4, symSize: 0x5C }
+ - { offsetInCU: 0x42E, offset: 0x12F44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwca', symObjAddr: 0x9D0, symBinAddr: 0x112740, symSize: 0x94 }
+ - { offsetInCU: 0x442, offset: 0x12F462, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwta', symObjAddr: 0xA80, symBinAddr: 0x1127D4, symSize: 0x5C }
+ - { offsetInCU: 0x456, offset: 0x12F476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwet', symObjAddr: 0xADC, symBinAddr: 0x112830, symSize: 0x48 }
+ - { offsetInCU: 0x46A, offset: 0x12F48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwst', symObjAddr: 0xB24, symBinAddr: 0x112878, symSize: 0x4C }
+ - { offsetInCU: 0x47E, offset: 0x12F49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVMa', symObjAddr: 0xB70, symBinAddr: 0x1128C4, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x12F6E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1128D4, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x12F6FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1128D4, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x12F716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x1128D8, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x12F747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x112914, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x12F768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x11293C, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x12F799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x11297C, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x12F7B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAC, symBinAddr: 0x112980, symSize: 0x8 }
+ - { offsetInCU: 0x10C, offset: 0x12F7C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB4, symBinAddr: 0x112988, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x12F7E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0xBC, symBinAddr: 0x112990, symSize: 0x8 }
+ - { offsetInCU: 0x144, offset: 0x12F801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10endpointIdSSvg', symObjAddr: 0xC4, symBinAddr: 0x112998, symSize: 0x2C }
+ - { offsetInCU: 0x160, offset: 0x12F81D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV13participantIdSSvg', symObjAddr: 0xF0, symBinAddr: 0x1129C4, symSize: 0x2C }
+ - { offsetInCU: 0x17C, offset: 0x12F839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomIdSSvg', symObjAddr: 0x11C, symBinAddr: 0x1129F0, symSize: 0x2C }
+ - { offsetInCU: 0x198, offset: 0x12F855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfC', symObjAddr: 0x148, symBinAddr: 0x112A1C, symSize: 0x3C }
+ - { offsetInCU: 0x1B4, offset: 0x12F871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x184, symBinAddr: 0x112A58, symSize: 0x4 }
+ - { offsetInCU: 0x1F1, offset: 0x12F8AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x188, symBinAddr: 0x112A5C, symSize: 0x8 }
+ - { offsetInCU: 0x21C, offset: 0x12F8D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x190, symBinAddr: 0x112A64, symSize: 0x40 }
+ - { offsetInCU: 0x253, offset: 0x12F910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x1D0, symBinAddr: 0x112AA4, symSize: 0x8 }
+ - { offsetInCU: 0x27E, offset: 0x12F93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x1D8, symBinAddr: 0x112AAC, symSize: 0x8 }
+ - { offsetInCU: 0x2B0, offset: 0x12F96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1E0, symBinAddr: 0x112AB4, symSize: 0x4 }
+ - { offsetInCU: 0x2D3, offset: 0x12F990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfCTf4nnnd_n', symObjAddr: 0x1E4, symBinAddr: 0x112AB8, symSize: 0x118 }
+ - { offsetInCU: 0x3A8, offset: 0x12FA65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x2FC, symBinAddr: 0x112BD0, symSize: 0x24 }
+ - { offsetInCU: 0x3BC, offset: 0x12FA79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x320, symBinAddr: 0x112BF4, symSize: 0x44 }
+ - { offsetInCU: 0x3D0, offset: 0x12FA8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x364, symBinAddr: 0x112C38, symSize: 0x4 }
+ - { offsetInCU: 0x3E4, offset: 0x12FAA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x3AC, symBinAddr: 0x112C3C, symSize: 0x24 }
+ - { offsetInCU: 0x3F8, offset: 0x12FAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x3D0, symBinAddr: 0x112C60, symSize: 0x44 }
+ - { offsetInCU: 0x40C, offset: 0x12FAC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x414, symBinAddr: 0x112CA4, symSize: 0x2C }
+ - { offsetInCU: 0x420, offset: 0x12FADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA0F0AAWl', symObjAddr: 0x440, symBinAddr: 0x112CD0, symSize: 0x44 }
+ - { offsetInCU: 0x434, offset: 0x12FAF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x484, symBinAddr: 0x112D14, symSize: 0x44 }
+ - { offsetInCU: 0x448, offset: 0x12FB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0AAWI', symObjAddr: 0x4C8, symBinAddr: 0x112D58, symSize: 0x24 }
+ - { offsetInCU: 0x45C, offset: 0x12FB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVACSEAAWl', symObjAddr: 0x4EC, symBinAddr: 0x112D7C, symSize: 0x44 }
+ - { offsetInCU: 0x470, offset: 0x12FB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x530, symBinAddr: 0x112DC0, symSize: 0x24 }
+ - { offsetInCU: 0x484, offset: 0x12FB41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwCP', symObjAddr: 0x554, symBinAddr: 0x112DE4, symSize: 0x30 }
+ - { offsetInCU: 0x498, offset: 0x12FB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwxx', symObjAddr: 0x584, symBinAddr: 0x112E14, symSize: 0x38 }
+ - { offsetInCU: 0x4AC, offset: 0x12FB69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwcp', symObjAddr: 0x5BC, symBinAddr: 0x112E4C, symSize: 0x6C }
+ - { offsetInCU: 0x4C0, offset: 0x12FB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwca', symObjAddr: 0x628, symBinAddr: 0x112EB8, symSize: 0xB4 }
+ - { offsetInCU: 0x4D4, offset: 0x12FB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwta', symObjAddr: 0x6F0, symBinAddr: 0x112F6C, symSize: 0x74 }
+ - { offsetInCU: 0x4E8, offset: 0x12FBA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwet', symObjAddr: 0x764, symBinAddr: 0x112FE0, symSize: 0x48 }
+ - { offsetInCU: 0x4FC, offset: 0x12FBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwst', symObjAddr: 0x7AC, symBinAddr: 0x113028, symSize: 0x50 }
+ - { offsetInCU: 0x510, offset: 0x12FBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVMa', symObjAddr: 0x7FC, symBinAddr: 0x113078, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x12FDFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11308C, symSize: 0x3C }
+ - { offsetInCU: 0x79, offset: 0x12FE4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11308C, symSize: 0x3C }
+ - { offsetInCU: 0xC0, offset: 0x12FE93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPSSvg', symObjAddr: 0x3C, symBinAddr: 0x1130C8, symSize: 0x2C }
+ - { offsetInCU: 0xDC, offset: 0x12FEAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfc', symObjAddr: 0x68, symBinAddr: 0x1130F4, symSize: 0xC }
+ - { offsetInCU: 0x148, offset: 0x12FF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x74, symBinAddr: 0x113100, symSize: 0x108 }
+ - { offsetInCU: 0x1F5, offset: 0x12FFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC24didConnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x17C, symBinAddr: 0x113208, symSize: 0x168 }
+ - { offsetInCU: 0x31B, offset: 0x1300EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x2E4, symBinAddr: 0x113370, symSize: 0x16C }
+ - { offsetInCU: 0x467, offset: 0x13023A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0x450, symBinAddr: 0x1134DC, symSize: 0x54 }
+ - { offsetInCU: 0x50E, offset: 0x1302E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x4A4, symBinAddr: 0x113530, symSize: 0x5C }
+ - { offsetInCU: 0x5C0, offset: 0x130393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCACycfC', symObjAddr: 0x500, symBinAddr: 0x11358C, symSize: 0x2C }
+ - { offsetInCU: 0x61F, offset: 0x1303F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCACycfc', symObjAddr: 0x52C, symBinAddr: 0x1135B8, symSize: 0x2C }
+ - { offsetInCU: 0x664, offset: 0x130437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfd', symObjAddr: 0x560, symBinAddr: 0x1135EC, symSize: 0x1C }
+ - { offsetInCU: 0x69F, offset: 0x130472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfD', symObjAddr: 0x57C, symBinAddr: 0x113608, symSize: 0x24 }
+ - { offsetInCU: 0x8D3, offset: 0x1306A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfE', symObjAddr: 0x558, symBinAddr: 0x1135E4, symSize: 0x8 }
+ - { offsetInCU: 0x900, offset: 0x1306D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCMa', symObjAddr: 0x650, symBinAddr: 0x11362C, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1309D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x113660, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1309EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11isVideoCallSbvg', symObjAddr: 0xC, symBinAddr: 0x11366C, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x130A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC6callerAA14DirectCallUserCvg', symObjAddr: 0x14, symBinAddr: 0x113674, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x130A24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC6calleeAA14DirectCallUserCvg', symObjAddr: 0x1C, symBinAddr: 0x11367C, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x130A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC14turnCredentialAA04TurnH0Cvg', symObjAddr: 0x24, symBinAddr: 0x113684, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x130A5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC17remoteConstraintsAA04CallH0Cvg', symObjAddr: 0x2C, symBinAddr: 0x11368C, symSize: 0x8 }
+ - { offsetInCU: 0xEB, offset: 0x130A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC15shortLivedTokenSSvg', symObjAddr: 0x34, symBinAddr: 0x113694, symSize: 0x2C }
+ - { offsetInCU: 0x107, offset: 0x130A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11customItemsSDyS2SGvg', symObjAddr: 0x60, symBinAddr: 0x1136C0, symSize: 0x8 }
+ - { offsetInCU: 0x123, offset: 0x130AB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x68, symBinAddr: 0x1136C8, symSize: 0x8 }
+ - { offsetInCU: 0x13F, offset: 0x130ACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0x70, symBinAddr: 0x1136D0, symSize: 0x8 }
+ - { offsetInCU: 0x16A, offset: 0x130AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x78, symBinAddr: 0x1136D8, symSize: 0x48 }
+ - { offsetInCU: 0x1AD, offset: 0x130B3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xC0, symBinAddr: 0x113720, symSize: 0x7FC }
+ - { offsetInCU: 0x3ED, offset: 0x130D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfC', symObjAddr: 0xB68, symBinAddr: 0x113F7C, symSize: 0xE0 }
+ - { offsetInCU: 0x40B, offset: 0x130D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfc', symObjAddr: 0xC48, symBinAddr: 0x11405C, symSize: 0xCC }
+ - { offsetInCU: 0x598, offset: 0x130F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0xD14, symBinAddr: 0x114128, symSize: 0x2C }
+ - { offsetInCU: 0x5F7, offset: 0x130F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0xD40, symBinAddr: 0x114154, symSize: 0x2C }
+ - { offsetInCU: 0x654, offset: 0x130FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfd', symObjAddr: 0xDB0, symBinAddr: 0x1141C4, symSize: 0x64 }
+ - { offsetInCU: 0x697, offset: 0x131024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfD', symObjAddr: 0xE14, symBinAddr: 0x114228, symSize: 0x1C }
+ - { offsetInCU: 0x6D3, offset: 0x131060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xE30, symBinAddr: 0x114244, symSize: 0x10 }
+ - { offsetInCU: 0x7D8, offset: 0x131165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCMa', symObjAddr: 0x984, symBinAddr: 0x113F1C, symSize: 0x20 }
+ - { offsetInCU: 0x8A9, offset: 0x131236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfE', symObjAddr: 0xD6C, symBinAddr: 0x114180, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0x13156D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivgTo', symObjAddr: 0x0, symBinAddr: 0x1142A4, symSize: 0x8C }
+ - { offsetInCU: 0x5D, offset: 0x1315A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivgTo', symObjAddr: 0x0, symBinAddr: 0x1142A4, symSize: 0x8C }
+ - { offsetInCU: 0x92, offset: 0x1315D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivg', symObjAddr: 0x8C, symBinAddr: 0x114330, symSize: 0x70 }
+ - { offsetInCU: 0x102, offset: 0x131648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEqualySbypSgF', symObjAddr: 0xFC, symBinAddr: 0x1143A0, symSize: 0x448 }
+ - { offsetInCU: 0x1E8, offset: 0x13172E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEqualySbypSgFTo', symObjAddr: 0x60C, symBinAddr: 0x1147E8, symSize: 0x80 }
+ - { offsetInCU: 0x204, offset: 0x13174A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x68C, symBinAddr: 0x114868, symSize: 0x3E4 }
+ - { offsetInCU: 0x2AD, offset: 0x1317F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xA70, symBinAddr: 0x114C4C, symSize: 0x64 }
+ - { offsetInCU: 0x2C9, offset: 0x13180F, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0xB10, symBinAddr: 0x114CB0, symSize: 0x24 }
+ - { offsetInCU: 0x2DD, offset: 0x131823, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0xB34, symBinAddr: 0x114CD4, symSize: 0x20 }
+ - { offsetInCU: 0x105, offset: 0x131B68, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE7averageSdSgyF', symObjAddr: 0x0, symBinAddr: 0x114CF4, symSize: 0x3F4 }
+ - { offsetInCU: 0x924, offset: 0x132387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvg', symObjAddr: 0x3F4, symBinAddr: 0x1150E8, symSize: 0x3C }
+ - { offsetInCU: 0x940, offset: 0x1323A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvs', symObjAddr: 0x430, symBinAddr: 0x115124, symSize: 0x3C }
+ - { offsetInCU: 0x95C, offset: 0x1323BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvM', symObjAddr: 0x46C, symBinAddr: 0x115160, symSize: 0x10 }
+ - { offsetInCU: 0x978, offset: 0x1323DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvM.resume.0', symObjAddr: 0x47C, symBinAddr: 0x115170, symSize: 0x4 }
+ - { offsetInCU: 0x994, offset: 0x1323F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvg', symObjAddr: 0x480, symBinAddr: 0x115174, symSize: 0x44 }
+ - { offsetInCU: 0x9B0, offset: 0x132413, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvs', symObjAddr: 0x4C4, symBinAddr: 0x1151B8, symSize: 0x44 }
+ - { offsetInCU: 0x9CC, offset: 0x13242F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvM', symObjAddr: 0x508, symBinAddr: 0x1151FC, symSize: 0x14 }
+ - { offsetInCU: 0x9E8, offset: 0x13244B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvM.resume.0', symObjAddr: 0x51C, symBinAddr: 0x115210, symSize: 0x4 }
+ - { offsetInCU: 0xA04, offset: 0x132467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvg', symObjAddr: 0x520, symBinAddr: 0x115214, symSize: 0x1C }
+ - { offsetInCU: 0xA20, offset: 0x132483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvs', symObjAddr: 0x53C, symBinAddr: 0x115230, symSize: 0x20 }
+ - { offsetInCU: 0xA3C, offset: 0x13249F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvM', symObjAddr: 0x55C, symBinAddr: 0x115250, symSize: 0x14 }
+ - { offsetInCU: 0xA58, offset: 0x1324BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvM.resume.0', symObjAddr: 0x570, symBinAddr: 0x115264, symSize: 0x4 }
+ - { offsetInCU: 0xA74, offset: 0x1324D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivg', symObjAddr: 0x574, symBinAddr: 0x115268, symSize: 0xC }
+ - { offsetInCU: 0xA90, offset: 0x1324F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivs', symObjAddr: 0x580, symBinAddr: 0x115274, symSize: 0xC }
+ - { offsetInCU: 0xAAC, offset: 0x13250F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivM', symObjAddr: 0x58C, symBinAddr: 0x115280, symSize: 0x14 }
+ - { offsetInCU: 0xAC8, offset: 0x13252B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivM.resume.0', symObjAddr: 0x5A0, symBinAddr: 0x115294, symSize: 0x4 }
+ - { offsetInCU: 0xAE4, offset: 0x132547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5merge3new4prevAEyx_GAI_AItFZ', symObjAddr: 0x5A4, symBinAddr: 0x115298, symSize: 0x360 }
+ - { offsetInCU: 0xBB2, offset: 0x132615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5first4last3sum5countAEyx_GxSg_AKxSitcfC', symObjAddr: 0x904, symBinAddr: 0x1155F8, symSize: 0xE4 }
+ - { offsetInCU: 0xBEC, offset: 0x13264F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO2eeoiySbAEyx_G_AGtFZ', symObjAddr: 0x9E8, symBinAddr: 0x1156DC, symSize: 0x10 }
+ - { offsetInCU: 0xC38, offset: 0x13269B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x9F8, symBinAddr: 0x1156EC, symSize: 0x24 }
+ - { offsetInCU: 0xCE2, offset: 0x132745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO04hashE0Sivg', symObjAddr: 0xA1C, symBinAddr: 0x115710, symSize: 0x44 }
+ - { offsetInCU: 0xDD1, offset: 0x132834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA60, symBinAddr: 0x115754, symSize: 0xC }
+ - { offsetInCU: 0xDED, offset: 0x132850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH04hashE0SivgTW', symObjAddr: 0xA6C, symBinAddr: 0x115760, symSize: 0x8 }
+ - { offsetInCU: 0xE09, offset: 0x13286C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA74, symBinAddr: 0x115768, symSize: 0x8 }
+ - { offsetInCU: 0xE1E, offset: 0x132881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC4typeAC0E4TypeOyx_Gvg', symObjAddr: 0xAB8, symBinAddr: 0x1157AC, symSize: 0x8 }
+ - { offsetInCU: 0xE3A, offset: 0x13289D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvg', symObjAddr: 0xB58, symBinAddr: 0x11584C, symSize: 0x8C }
+ - { offsetInCU: 0xE56, offset: 0x1328B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvs', symObjAddr: 0xBE4, symBinAddr: 0x1158D8, symSize: 0xA8 }
+ - { offsetInCU: 0xE72, offset: 0x1328D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvM', symObjAddr: 0xC8C, symBinAddr: 0x115980, symSize: 0x44 }
+ - { offsetInCU: 0xE8E, offset: 0x1328F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvg', symObjAddr: 0xCD0, symBinAddr: 0x1159C4, symSize: 0x48 }
+ - { offsetInCU: 0xEAA, offset: 0x13290D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvs', symObjAddr: 0xD18, symBinAddr: 0x115A0C, symSize: 0x50 }
+ - { offsetInCU: 0xEC6, offset: 0x132929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvM', symObjAddr: 0xD68, symBinAddr: 0x115A5C, symSize: 0x44 }
+ - { offsetInCU: 0xEE2, offset: 0x132945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvM.resume.0', symObjAddr: 0xDAC, symBinAddr: 0x115AA0, symSize: 0x4 }
+ - { offsetInCU: 0xEFE, offset: 0x132961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07wrappedE0xSgvg', symObjAddr: 0xDB0, symBinAddr: 0x115AA4, symSize: 0x10 }
+ - { offsetInCU: 0xF2B, offset: 0x13298E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07initialE04typeACyxGxSg_AC0E4TypeOyx_GtcfC', symObjAddr: 0xDC0, symBinAddr: 0x115AB4, symSize: 0x4C }
+ - { offsetInCU: 0xF49, offset: 0x1329AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07initialE04typeACyxGxSg_AC0E4TypeOyx_Gtcfc', symObjAddr: 0xE0C, symBinAddr: 0x115B00, symSize: 0x1DC }
+ - { offsetInCU: 0xFE7, offset: 0x132A4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC6update4withyxSg_tF', symObjAddr: 0xFE8, symBinAddr: 0x115CDC, symSize: 0x12C }
+ - { offsetInCU: 0x1060, offset: 0x132AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC9summarize4withxSgAC0E4TypeOyx_G_tF', symObjAddr: 0x1114, symBinAddr: 0x115E08, symSize: 0x1E0 }
+ - { offsetInCU: 0x10C3, offset: 0x132B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC9summarize4withxSgAC0E4TypeOyx_G_tFAFyXEfU_', symObjAddr: 0x12F4, symBinAddr: 0x115FE8, symSize: 0x260 }
+ - { offsetInCU: 0x1124, offset: 0x132B87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC04castE02toxSgAC0E4TypeOyx_G_tF', symObjAddr: 0x1554, symBinAddr: 0x116248, symSize: 0x8 }
+ - { offsetInCU: 0x1160, offset: 0x132BC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC04castE02toxSgAC0E4TypeOyx_G_tFAFyXEfU_', symObjAddr: 0x155C, symBinAddr: 0x116250, symSize: 0x378 }
+ - { offsetInCU: 0x11AA, offset: 0x132C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5flushyyF', symObjAddr: 0x18D4, symBinAddr: 0x1165C8, symSize: 0x570 }
+ - { offsetInCU: 0x1215, offset: 0x132C78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCfd', symObjAddr: 0x1E44, symBinAddr: 0x116B38, symSize: 0x80 }
+ - { offsetInCU: 0x124E, offset: 0x132CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCfD', symObjAddr: 0x1EC4, symBinAddr: 0x116BB8, symSize: 0x20 }
+ - { offsetInCU: 0x1292, offset: 0x132CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvpAA9DividableRzSeRzSERzSjRzlACyxGTk', symObjAddr: 0xAC0, symBinAddr: 0x1157B4, symSize: 0x98 }
+ - { offsetInCU: 0x12B9, offset: 0x132D1C, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5totalSdSgyF', symObjAddr: 0x1EE4, symBinAddr: 0x116BD8, symSize: 0x230 }
+ - { offsetInCU: 0x162F, offset: 0x133092, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5total8multiplys5Int64VSgAH_tF', symObjAddr: 0x2114, symBinAddr: 0x116E08, symSize: 0x3C0 }
+ - { offsetInCU: 0x1F94, offset: 0x1339F7, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE7averageAESgyF', symObjAddr: 0x24D4, symBinAddr: 0x1171C8, symSize: 0x3C8 }
+ - { offsetInCU: 0x2677, offset: 0x1340DA, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE5total8multiplyAESgAE_tF', symObjAddr: 0x289C, symBinAddr: 0x117590, symSize: 0x2B8 }
+ - { offsetInCU: 0x2C77, offset: 0x1346DA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x2B54, symBinAddr: 0x117848, symSize: 0x118 }
+ - { offsetInCU: 0x2E0A, offset: 0x13486D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x2C6C, symBinAddr: 0x117960, symSize: 0xFC }
+ - { offsetInCU: 0x2FA2, offset: 0x134A05, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2D68, symBinAddr: 0x117A5C, symSize: 0x104 }
+ - { offsetInCU: 0x3140, offset: 0x134BA3, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x2E6C, symBinAddr: 0x117B60, symSize: 0x128 }
+ - { offsetInCU: 0x32F9, offset: 0x134D5C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSs_Tg5', symObjAddr: 0x2F94, symBinAddr: 0x117C88, symSize: 0x104 }
+ - { offsetInCU: 0x3481, offset: 0x134EE4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3098, symBinAddr: 0x117D8C, symSize: 0xFC }
+ - { offsetInCU: 0x3624, offset: 0x135087, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs5Int16V_Tg5', symObjAddr: 0x34AC, symBinAddr: 0x1181A0, symSize: 0xF8 }
+ - { offsetInCU: 0x37D2, offset: 0x135235, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSays5Int16VG4data_So6CMTimea4timet_Tg5', symObjAddr: 0x35A4, symBinAddr: 0x118298, symSize: 0x128 }
+ - { offsetInCU: 0x398B, offset: 0x1353EE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo15RTCIceCandidateC_Tg5', symObjAddr: 0x36CC, symBinAddr: 0x1183C0, symSize: 0x170 }
+ - { offsetInCU: 0x3B57, offset: 0x1355BA, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo17RTCPeerConnectionC_Tg5', symObjAddr: 0x383C, symBinAddr: 0x118530, symSize: 0x16C }
+ - { offsetInCU: 0x3D2C, offset: 0x13578F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pG_Tg5', symObjAddr: 0x39F8, symBinAddr: 0x1186EC, symSize: 0x150 }
+ - { offsetInCU: 0x3F03, offset: 0x135966, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls7Command_p_Tg5', symObjAddr: 0x3CBC, symBinAddr: 0x1189B0, symSize: 0x138 }
+ - { offsetInCU: 0x40C7, offset: 0x135B2A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x3E00, symBinAddr: 0x118AF4, symSize: 0x174 }
+ - { offsetInCU: 0x4282, offset: 0x135CE5, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x3FC4, symBinAddr: 0x118CB8, symSize: 0xFC }
+ - { offsetInCU: 0x441A, offset: 0x135E7D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x40D4, symBinAddr: 0x118DC8, symSize: 0x104 }
+ - { offsetInCU: 0x456B, offset: 0x135FCE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo15RTCIceCandidateC_Tg5', symObjAddr: 0x4660, symBinAddr: 0x119354, symSize: 0x11C }
+ - { offsetInCU: 0x468A, offset: 0x1360ED, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtF13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pG_Tg5', symObjAddr: 0x477C, symBinAddr: 0x119470, symSize: 0x114 }
+ - { offsetInCU: 0x4772, offset: 0x1361D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMa', symObjAddr: 0x49C4, symBinAddr: 0x1196B8, symSize: 0xC }
+ - { offsetInCU: 0x47A7, offset: 0x13620A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiF13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCG_Tg5', symObjAddr: 0x4E00, symBinAddr: 0x119AF4, symSize: 0x1FC }
+ - { offsetInCU: 0x4804, offset: 0x136267, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiF13SendBirdCalls0gH17RecordingDelegate_p_Tg5', symObjAddr: 0x52EC, symBinAddr: 0x119FE0, symSize: 0x1EC }
+ - { offsetInCU: 0x4861, offset: 0x1362C4, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiFyXl_Tg5', symObjAddr: 0x54F8, symBinAddr: 0x11A1EC, symSize: 0x94 }
+ - { offsetInCU: 0x489A, offset: 0x1362FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASQWb', symObjAddr: 0x57D4, symBinAddr: 0x11A4C8, symSize: 0x10 }
+ - { offsetInCU: 0x48AE, offset: 0x136311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMi', symObjAddr: 0x58C0, symBinAddr: 0x11A5B4, symSize: 0x4 }
+ - { offsetInCU: 0x48C2, offset: 0x136325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMr', symObjAddr: 0x58C4, symBinAddr: 0x11A5B8, symSize: 0xA0 }
+ - { offsetInCU: 0x48D6, offset: 0x136339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMa', symObjAddr: 0x5964, symBinAddr: 0x11A658, symSize: 0xC }
+ - { offsetInCU: 0x48EA, offset: 0x13634D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMi', symObjAddr: 0x5A08, symBinAddr: 0x11A6FC, symSize: 0x8 }
+ - { offsetInCU: 0x48FE, offset: 0x136361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMr', symObjAddr: 0x5A10, symBinAddr: 0x11A704, symSize: 0x9C }
+ - { offsetInCU: 0x4912, offset: 0x136375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwCP', symObjAddr: 0x5AAC, symBinAddr: 0x11A7A0, symSize: 0x1EC }
+ - { offsetInCU: 0x4926, offset: 0x136389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwxx', symObjAddr: 0x5C98, symBinAddr: 0x11A98C, symSize: 0xC8 }
+ - { offsetInCU: 0x493A, offset: 0x13639D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwcp', symObjAddr: 0x5D60, symBinAddr: 0x11AA54, symSize: 0x170 }
+ - { offsetInCU: 0x494E, offset: 0x1363B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwca', symObjAddr: 0x5ED0, symBinAddr: 0x11ABC4, symSize: 0x204 }
+ - { offsetInCU: 0x4962, offset: 0x1363C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwtk', symObjAddr: 0x60D4, symBinAddr: 0x11ADC8, symSize: 0x170 }
+ - { offsetInCU: 0x4976, offset: 0x1363D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwta', symObjAddr: 0x6244, symBinAddr: 0x11AF38, symSize: 0x204 }
+ - { offsetInCU: 0x498A, offset: 0x1363ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwet', symObjAddr: 0x6448, symBinAddr: 0x11B13C, symSize: 0x174 }
+ - { offsetInCU: 0x499E, offset: 0x136401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwst', symObjAddr: 0x65BC, symBinAddr: 0x11B2B0, symSize: 0x260 }
+ - { offsetInCU: 0x49B2, offset: 0x136415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOMi', symObjAddr: 0x681C, symBinAddr: 0x11B510, symSize: 0x8 }
+ - { offsetInCU: 0x49C6, offset: 0x136429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwet', symObjAddr: 0x6834, symBinAddr: 0x11B518, symSize: 0x90 }
+ - { offsetInCU: 0x49DA, offset: 0x13643D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwst', symObjAddr: 0x68C4, symBinAddr: 0x11B5A8, symSize: 0xBC }
+ - { offsetInCU: 0x49EE, offset: 0x136451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwug', symObjAddr: 0x6980, symBinAddr: 0x11B664, symSize: 0x8 }
+ - { offsetInCU: 0x4A02, offset: 0x136465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwup', symObjAddr: 0x6988, symBinAddr: 0x11B66C, symSize: 0x4 }
+ - { offsetInCU: 0x4A16, offset: 0x136479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwui', symObjAddr: 0x698C, symBinAddr: 0x11B670, symSize: 0x8 }
+ - { offsetInCU: 0x4A2A, offset: 0x13648D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOMa', symObjAddr: 0x6994, symBinAddr: 0x11B678, symSize: 0xC }
+ - { offsetInCU: 0x4A75, offset: 0x1364D8, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo17RTCPeerConnectionC_Tg5Tf4nng_n', symObjAddr: 0x69A0, symBinAddr: 0x11B684, symSize: 0x120 }
+ - { offsetInCU: 0x4C92, offset: 0x1366F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH08_rawHashE04seedS2i_tFTW', symObjAddr: 0xA7C, symBinAddr: 0x115770, symSize: 0x3C }
+ - { offsetInCU: 0x27, offset: 0x136CE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x11BB68, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x136D0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x11BB68, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x136D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x11BB74, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x136D3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x11BBA4, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x136D59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x11BBE8, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x136D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x11BC24, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x136D91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x11BC28, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x136DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x11BC70, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x136EA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x11BF74, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x136F58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x11C088, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x13703F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x11C174, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x13709E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x11C1A0, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x1370FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfd', symObjAddr: 0x804, symBinAddr: 0x11C1D4, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x13714C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x11C208, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x1371A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvgTW', symObjAddr: 0x888, symBinAddr: 0x11C244, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x1371C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x11C26C, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x1371DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x11C294, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x1371F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x11C2E4, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x137224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x11C310, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x137257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x11BF54, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x137328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x11C1CC, symSize: 0x8 }
+ - { offsetInCU: 0x8B, offset: 0x137615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCACycfC', symObjAddr: 0x0, symBinAddr: 0x11C3C4, symSize: 0x74 }
+ - { offsetInCU: 0x114, offset: 0x13769E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0Cvg', symObjAddr: 0x74, symBinAddr: 0x11C438, symSize: 0x34 }
+ - { offsetInCU: 0x130, offset: 0x1376BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0Cvs', symObjAddr: 0xA8, symBinAddr: 0x11C46C, symSize: 0x44 }
+ - { offsetInCU: 0x14C, offset: 0x1376D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0CvM', symObjAddr: 0xEC, symBinAddr: 0x11C4B0, symSize: 0x3C }
+ - { offsetInCU: 0x168, offset: 0x1376F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvg', symObjAddr: 0x128, symBinAddr: 0x11C4EC, symSize: 0x34 }
+ - { offsetInCU: 0x184, offset: 0x13770E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvs', symObjAddr: 0x15C, symBinAddr: 0x11C520, symSize: 0x44 }
+ - { offsetInCU: 0x1A0, offset: 0x13772A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvM', symObjAddr: 0x1A0, symBinAddr: 0x11C564, symSize: 0x3C }
+ - { offsetInCU: 0x1BC, offset: 0x137746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvM.resume.0', symObjAddr: 0x1DC, symBinAddr: 0x11C5A0, symSize: 0x4 }
+ - { offsetInCU: 0x1D8, offset: 0x137762, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0Vvg', symObjAddr: 0x1E0, symBinAddr: 0x11C5A4, symSize: 0x44 }
+ - { offsetInCU: 0x1F4, offset: 0x13777E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0Vvs', symObjAddr: 0x224, symBinAddr: 0x11C5E8, symSize: 0x54 }
+ - { offsetInCU: 0x210, offset: 0x13779A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0VvM', symObjAddr: 0x278, symBinAddr: 0x11C63C, symSize: 0x3C }
+ - { offsetInCU: 0x262, offset: 0x1377EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcher14messageCheckerAcA0dG0C_AA0D12DeduplicatorCtcfC', symObjAddr: 0x2B4, symBinAddr: 0x11C678, symSize: 0xEC }
+ - { offsetInCU: 0x2ED, offset: 0x137877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcher14messageCheckerAcA0dG0C_AA0D12DeduplicatorCtcfc', symObjAddr: 0x3A0, symBinAddr: 0x11C764, symSize: 0xD4 }
+ - { offsetInCU: 0x366, offset: 0x1378F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC3add8delegate10identifieryAA0d8DelegateE0C_SStF', symObjAddr: 0x474, symBinAddr: 0x11C838, symSize: 0x58 }
+ - { offsetInCU: 0x3B5, offset: 0x13793F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14removeDelegate10identifierySS_tF', symObjAddr: 0x4CC, symBinAddr: 0x11C890, symSize: 0x50 }
+ - { offsetInCU: 0x3F4, offset: 0x13797E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC010didReceiveD07command10completionyAA7Command_pSg_ySbcSgtF', symObjAddr: 0x51C, symBinAddr: 0x11C8E0, symSize: 0x360 }
+ - { offsetInCU: 0x5B1, offset: 0x137B3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC8dispatch33_06FC16B4E52357FA481A79998725B305LL7command10completionyAA7Command_pSg_ySbcSgtF', symObjAddr: 0x87C, symBinAddr: 0x11CC40, symSize: 0x43C }
+ - { offsetInCU: 0x6C4, offset: 0x137C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCfd', symObjAddr: 0xCB8, symBinAddr: 0x11D07C, symSize: 0x2C }
+ - { offsetInCU: 0x6FF, offset: 0x137C89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCfD', symObjAddr: 0xCE4, symBinAddr: 0x11D0A8, symSize: 0x34 }
+ - { offsetInCU: 0x867, offset: 0x137DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCMa', symObjAddr: 0xEE8, symBinAddr: 0x11D214, symSize: 0x20 }
+ - { offsetInCU: 0x87B, offset: 0x137E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pSgWOb', symObjAddr: 0x1020, symBinAddr: 0x11D314, symSize: 0x48 }
+ - { offsetInCU: 0x27, offset: 0x138121, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x11D364, symSize: 0x14 }
+ - { offsetInCU: 0x4B, offset: 0x138145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x11D364, symSize: 0x14 }
+ - { offsetInCU: 0x96, offset: 0x138190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x54, symBinAddr: 0x11D3B8, symSize: 0x28 }
+ - { offsetInCU: 0xB7, offset: 0x1381B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x7C, symBinAddr: 0x11D3E0, symSize: 0x40 }
+ - { offsetInCU: 0xE8, offset: 0x1381E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xBC, symBinAddr: 0x11D420, symSize: 0x4 }
+ - { offsetInCU: 0x104, offset: 0x1381FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC0, symBinAddr: 0x11D424, symSize: 0x8 }
+ - { offsetInCU: 0x120, offset: 0x13821A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC8, symBinAddr: 0x11D42C, symSize: 0xA8 }
+ - { offsetInCU: 0x1A3, offset: 0x13829D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomIdSSvg', symObjAddr: 0x1D8, symBinAddr: 0x11D4D4, symSize: 0x2C }
+ - { offsetInCU: 0x1BF, offset: 0x1382B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV13participantIdSSvg', symObjAddr: 0x204, symBinAddr: 0x11D500, symSize: 0x2C }
+ - { offsetInCU: 0x1DB, offset: 0x1382D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x230, symBinAddr: 0x11D52C, symSize: 0x4 }
+ - { offsetInCU: 0x227, offset: 0x138321, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x2E4, symBinAddr: 0x11D59C, symSize: 0x40 }
+ - { offsetInCU: 0x25E, offset: 0x138358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x440, symBinAddr: 0x11D6B4, symSize: 0x8 }
+ - { offsetInCU: 0x27A, offset: 0x138374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x448, symBinAddr: 0x11D6BC, symSize: 0x38 }
+ - { offsetInCU: 0x296, offset: 0x138390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x50C, symBinAddr: 0x11D780, symSize: 0x4 }
+ - { offsetInCU: 0x2BA, offset: 0x1383B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultType_WZ', symObjAddr: 0x14, symBinAddr: 0x11D378, symSize: 0x4 }
+ - { offsetInCU: 0x2D4, offset: 0x1383CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x18, symBinAddr: 0x11D37C, symSize: 0x3C }
+ - { offsetInCU: 0x31A, offset: 0x138414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x234, symBinAddr: 0x11D530, symSize: 0x24 }
+ - { offsetInCU: 0x32E, offset: 0x138428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x258, symBinAddr: 0x11D554, symSize: 0x44 }
+ - { offsetInCU: 0x342, offset: 0x13843C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x29C, symBinAddr: 0x11D598, symSize: 0x4 }
+ - { offsetInCU: 0x356, offset: 0x138450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x324, symBinAddr: 0x11D5DC, symSize: 0x24 }
+ - { offsetInCU: 0x36A, offset: 0x138464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA11RequestableAAWI', symObjAddr: 0x38C, symBinAddr: 0x11D600, symSize: 0x2C }
+ - { offsetInCU: 0x37E, offset: 0x138478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA0F0AAWl', symObjAddr: 0x3B8, symBinAddr: 0x11D62C, symSize: 0x44 }
+ - { offsetInCU: 0x392, offset: 0x13848C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x3FC, symBinAddr: 0x11D670, symSize: 0x44 }
+ - { offsetInCU: 0x3A6, offset: 0x1384A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0AAWI', symObjAddr: 0x480, symBinAddr: 0x11D6F4, symSize: 0x24 }
+ - { offsetInCU: 0x3BA, offset: 0x1384B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVACSEAAWl', symObjAddr: 0x4A4, symBinAddr: 0x11D718, symSize: 0x44 }
+ - { offsetInCU: 0x3CE, offset: 0x1384C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x4E8, symBinAddr: 0x11D75C, symSize: 0x24 }
+ - { offsetInCU: 0x3E2, offset: 0x1384DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwCP', symObjAddr: 0x510, symBinAddr: 0x11D784, symSize: 0x30 }
+ - { offsetInCU: 0x3F6, offset: 0x1384F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwxx', symObjAddr: 0x540, symBinAddr: 0x11D7B4, symSize: 0x28 }
+ - { offsetInCU: 0x40A, offset: 0x138504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwcp', symObjAddr: 0x568, symBinAddr: 0x11D7DC, symSize: 0x44 }
+ - { offsetInCU: 0x41E, offset: 0x138518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwca', symObjAddr: 0x5AC, symBinAddr: 0x11D820, symSize: 0x74 }
+ - { offsetInCU: 0x432, offset: 0x13852C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwta', symObjAddr: 0x634, symBinAddr: 0x11D894, symSize: 0x4C }
+ - { offsetInCU: 0x446, offset: 0x138540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwet', symObjAddr: 0x680, symBinAddr: 0x11D8E0, symSize: 0x48 }
+ - { offsetInCU: 0x45A, offset: 0x138554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwst', symObjAddr: 0x6C8, symBinAddr: 0x11D928, symSize: 0x48 }
+ - { offsetInCU: 0x46E, offset: 0x138568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVMa', symObjAddr: 0x710, symBinAddr: 0x11D970, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x138793, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11D984, symSize: 0x5C }
+ - { offsetInCU: 0x74, offset: 0x1387E0, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11D984, symSize: 0x5C }
+ - { offsetInCU: 0xBD, offset: 0x138829, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueSSvg', symObjAddr: 0x9C, symBinAddr: 0x11D9E0, symSize: 0x20 }
+ - { offsetInCU: 0xFA, offset: 0x138866, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSYACSY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x240, symBinAddr: 0x11DB84, symSize: 0x64 }
+ - { offsetInCU: 0x160, offset: 0x1388CC, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSYACSY8rawValue03RawI0QzvgTW', symObjAddr: 0x2A4, symBinAddr: 0x11DBE8, symSize: 0x28 }
+ - { offsetInCU: 0x1BF, offset: 0x13892B, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClassSSvgZ', symObjAddr: 0x2CC, symBinAddr: 0x11DC10, symSize: 0xB8 }
+ - { offsetInCU: 0x26C, offset: 0x1389D8, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClass4fromAbCE0bH0OSSSg_tFZ', symObjAddr: 0x384, symBinAddr: 0x11DCC8, symSize: 0x4 }
+ - { offsetInCU: 0x280, offset: 0x1389EC, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE11carrierNameSSSgvgZ', symObjAddr: 0x388, symBinAddr: 0x11DCCC, symSize: 0xB8 }
+ - { offsetInCU: 0x2EC, offset: 0x138A58, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClass4fromAbCE0bH0OSSSg_tFZTf4nd_n', symObjAddr: 0x440, symBinAddr: 0x11DD84, symSize: 0x47C }
+ - { offsetInCU: 0x4C9, offset: 0x138C35, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSQWb', symObjAddr: 0x8BC, symBinAddr: 0x11E200, symSize: 0x4 }
+ - { offsetInCU: 0x4DD, offset: 0x138C49, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOAESQACWl', symObjAddr: 0x8C0, symBinAddr: 0x11E204, symSize: 0x44 }
+ - { offsetInCU: 0x4F1, offset: 0x138C5D, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwet', symObjAddr: 0x914, symBinAddr: 0x11E248, symSize: 0x90 }
+ - { offsetInCU: 0x505, offset: 0x138C71, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwst', symObjAddr: 0x9A4, symBinAddr: 0x11E2D8, symSize: 0xBC }
+ - { offsetInCU: 0x519, offset: 0x138C85, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwug', symObjAddr: 0xA60, symBinAddr: 0x11E394, symSize: 0x8 }
+ - { offsetInCU: 0x52D, offset: 0x138C99, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwup', symObjAddr: 0xA68, symBinAddr: 0x11E39C, symSize: 0x4 }
+ - { offsetInCU: 0x541, offset: 0x138CAD, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwui', symObjAddr: 0xA6C, symBinAddr: 0x11E3A0, symSize: 0x8 }
+ - { offsetInCU: 0x555, offset: 0x138CC1, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOMa', symObjAddr: 0xA74, symBinAddr: 0x11E3A8, symSize: 0x10 }
+ - { offsetInCU: 0x59E, offset: 0x138D0A, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSQACSQ2eeoiySbx_xtFZTW', symObjAddr: 0xBC, symBinAddr: 0x11DA00, symSize: 0x88 }
+ - { offsetInCU: 0x64D, offset: 0x138DB9, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH9hashValueSivgTW', symObjAddr: 0x144, symBinAddr: 0x11DA88, symSize: 0x60 }
+ - { offsetInCU: 0x6CB, offset: 0x138E37, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A4, symBinAddr: 0x11DAE8, symSize: 0x40 }
+ - { offsetInCU: 0x71D, offset: 0x138E89, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E4, symBinAddr: 0x11DB28, symSize: 0x5C }
+ - { offsetInCU: 0x27, offset: 0x139155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x11E3B8, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x139179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x11E3B8, symSize: 0xD0 }
+ - { offsetInCU: 0xAA, offset: 0x1391D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0x11E488, symSize: 0x8 }
+ - { offsetInCU: 0xC6, offset: 0x1391F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xD8, symBinAddr: 0x11E490, symSize: 0x48 }
+ - { offsetInCU: 0xEB, offset: 0x139219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x120, symBinAddr: 0x11E4D8, symSize: 0x21C }
+ - { offsetInCU: 0x1D0, offset: 0x1392FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfC', symObjAddr: 0x4AC, symBinAddr: 0x11E714, symSize: 0xD8 }
+ - { offsetInCU: 0x26F, offset: 0x13939D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0Vtcfc', symObjAddr: 0x584, symBinAddr: 0x11E7EC, symSize: 0xB4 }
+ - { offsetInCU: 0x348, offset: 0x139476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x638, symBinAddr: 0x11E8A0, symSize: 0x2C }
+ - { offsetInCU: 0x3A7, offset: 0x1394D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x664, symBinAddr: 0x11E8CC, symSize: 0x2C }
+ - { offsetInCU: 0x404, offset: 0x139532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCfd', symObjAddr: 0x690, symBinAddr: 0x11E8F8, symSize: 0x2C }
+ - { offsetInCU: 0x455, offset: 0x139583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCfD', symObjAddr: 0x6D0, symBinAddr: 0x11E924, symSize: 0x34 }
+ - { offsetInCU: 0x4AF, offset: 0x1395DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCMa', symObjAddr: 0x404, symBinAddr: 0x11E6F4, symSize: 0x20 }
+ - { offsetInCU: 0x50, offset: 0x1398F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACSgSo13RTCStatisticsC_tcfC', symObjAddr: 0x0, symBinAddr: 0x11E96C, symSize: 0x38 }
+ - { offsetInCU: 0x6C, offset: 0x13990E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvg', symObjAddr: 0x38, symBinAddr: 0x11E9A4, symSize: 0x2C }
+ - { offsetInCU: 0x88, offset: 0x13992A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvs', symObjAddr: 0x64, symBinAddr: 0x11E9D0, symSize: 0x34 }
+ - { offsetInCU: 0xA4, offset: 0x139946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvM', symObjAddr: 0x98, symBinAddr: 0x11EA04, symSize: 0x10 }
+ - { offsetInCU: 0xC0, offset: 0x139962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvM.resume.0', symObjAddr: 0xA8, symBinAddr: 0x11EA14, symSize: 0x4 }
+ - { offsetInCU: 0xDC, offset: 0x13997E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvg', symObjAddr: 0xAC, symBinAddr: 0x11EA18, symSize: 0x8 }
+ - { offsetInCU: 0xF8, offset: 0x13999A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvs', symObjAddr: 0xB4, symBinAddr: 0x11EA20, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x1399B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvM', symObjAddr: 0xBC, symBinAddr: 0x11EA28, symSize: 0x10 }
+ - { offsetInCU: 0x130, offset: 0x1399D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvM.resume.0', symObjAddr: 0xCC, symBinAddr: 0x11EA38, symSize: 0x4 }
+ - { offsetInCU: 0x14C, offset: 0x1399EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvg', symObjAddr: 0xD0, symBinAddr: 0x11EA3C, symSize: 0x8 }
+ - { offsetInCU: 0x168, offset: 0x139A0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvs', symObjAddr: 0xD8, symBinAddr: 0x11EA44, symSize: 0x8 }
+ - { offsetInCU: 0x184, offset: 0x139A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvM', symObjAddr: 0xE0, symBinAddr: 0x11EA4C, symSize: 0x10 }
+ - { offsetInCU: 0x1A0, offset: 0x139A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvM.resume.0', symObjAddr: 0xF0, symBinAddr: 0x11EA5C, symSize: 0x4 }
+ - { offsetInCU: 0x1BC, offset: 0x139A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvg', symObjAddr: 0xF4, symBinAddr: 0x11EA60, symSize: 0x488 }
+ - { offsetInCU: 0x1D8, offset: 0x139A7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvs', symObjAddr: 0x57C, symBinAddr: 0x11EEE8, symSize: 0xEC }
+ - { offsetInCU: 0x1F4, offset: 0x139A96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvM', symObjAddr: 0x668, symBinAddr: 0x11EFD4, symSize: 0x10 }
+ - { offsetInCU: 0x210, offset: 0x139AB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvM.resume.0', symObjAddr: 0x678, symBinAddr: 0x11EFE4, symSize: 0x4 }
+ - { offsetInCU: 0x22C, offset: 0x139ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifier9timestamp4type10dictionaryACSgSS_SdAC0D4TypeOSDySSypGtcfC', symObjAddr: 0x6AC, symBinAddr: 0x11F018, symSize: 0xC54 }
+ - { offsetInCU: 0x2E2, offset: 0x139B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifier9timestamp4type6valuesACSS_SdAC0D4TypeOAC0D6ValuesVtcfC', symObjAddr: 0x1300, symBinAddr: 0x11FC6C, symSize: 0xAA4 }
+ - { offsetInCU: 0x363, offset: 0x139C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueSSvg', symObjAddr: 0x1DA4, symBinAddr: 0x120710, symSize: 0x20 }
+ - { offsetInCU: 0x38E, offset: 0x139C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1DCC, symBinAddr: 0x120738, symSize: 0x8 }
+ - { offsetInCU: 0x3B9, offset: 0x139C5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1DD4, symBinAddr: 0x120740, symSize: 0x24 }
+ - { offsetInCU: 0x3EA, offset: 0x139C8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1DF8, symBinAddr: 0x120764, symSize: 0xC }
+ - { offsetInCU: 0x406, offset: 0x139CA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1E04, symBinAddr: 0x120770, symSize: 0xC }
+ - { offsetInCU: 0x422, offset: 0x139CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xB93C, symBinAddr: 0x129F3C, symSize: 0x198 }
+ - { offsetInCU: 0x468, offset: 0x139D0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E60, symBinAddr: 0x1207CC, symSize: 0x50 }
+ - { offsetInCU: 0x492, offset: 0x139D34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1EB0, symBinAddr: 0x12081C, symSize: 0x50 }
+ - { offsetInCU: 0x4C9, offset: 0x139D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACSgSo13RTCStatisticsC_tcfCTf4nd_n', symObjAddr: 0x5474, symBinAddr: 0x123DE0, symSize: 0xD24 }
+ - { offsetInCU: 0x579, offset: 0x139E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x816C, symBinAddr: 0x126840, symSize: 0xB1C }
+ - { offsetInCU: 0x5C6, offset: 0x139E68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueAESgSS_tcfC', symObjAddr: 0x67C, symBinAddr: 0x11EFE8, symSize: 0x30 }
+ - { offsetInCU: 0x5EF, offset: 0x139E91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueSSvg', symObjAddr: 0x42D0, symBinAddr: 0x122C3C, symSize: 0x154 }
+ - { offsetInCU: 0x629, offset: 0x139ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x45E4, symBinAddr: 0x122F50, symSize: 0x44 }
+ - { offsetInCU: 0x66F, offset: 0x139F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4628, symBinAddr: 0x122F94, symSize: 0x28 }
+ - { offsetInCU: 0x68B, offset: 0x139F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x5424, symBinAddr: 0x123D90, symSize: 0x50 }
+ - { offsetInCU: 0x6C4, offset: 0x139F66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvg', symObjAddr: 0x1F00, symBinAddr: 0x12086C, symSize: 0x8 }
+ - { offsetInCU: 0x6E0, offset: 0x139F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvs', symObjAddr: 0x1F08, symBinAddr: 0x120874, symSize: 0x8 }
+ - { offsetInCU: 0x6FC, offset: 0x139F9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvM', symObjAddr: 0x1F10, symBinAddr: 0x12087C, symSize: 0x10 }
+ - { offsetInCU: 0x718, offset: 0x139FBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvM.resume.0', symObjAddr: 0x1F20, symBinAddr: 0x12088C, symSize: 0x4 }
+ - { offsetInCU: 0x734, offset: 0x139FD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvg', symObjAddr: 0x1F24, symBinAddr: 0x120890, symSize: 0xC }
+ - { offsetInCU: 0x750, offset: 0x139FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvs', symObjAddr: 0x1F30, symBinAddr: 0x12089C, symSize: 0x10 }
+ - { offsetInCU: 0x76C, offset: 0x13A00E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvM', symObjAddr: 0x1F40, symBinAddr: 0x1208AC, symSize: 0x10 }
+ - { offsetInCU: 0x788, offset: 0x13A02A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvM.resume.0', symObjAddr: 0x1F50, symBinAddr: 0x1208BC, symSize: 0x4 }
+ - { offsetInCU: 0x7A4, offset: 0x13A046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvg', symObjAddr: 0x1F54, symBinAddr: 0x1208C0, symSize: 0xC }
+ - { offsetInCU: 0x7C0, offset: 0x13A062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvs', symObjAddr: 0x1F60, symBinAddr: 0x1208CC, symSize: 0x10 }
+ - { offsetInCU: 0x7DC, offset: 0x13A07E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvM', symObjAddr: 0x1F70, symBinAddr: 0x1208DC, symSize: 0x10 }
+ - { offsetInCU: 0x7F8, offset: 0x13A09A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvM.resume.0', symObjAddr: 0x1F80, symBinAddr: 0x1208EC, symSize: 0x4 }
+ - { offsetInCU: 0x814, offset: 0x13A0B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvg', symObjAddr: 0x1F84, symBinAddr: 0x1208F0, symSize: 0xC }
+ - { offsetInCU: 0x830, offset: 0x13A0D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvs', symObjAddr: 0x1F90, symBinAddr: 0x1208FC, symSize: 0x10 }
+ - { offsetInCU: 0x84C, offset: 0x13A0EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvM', symObjAddr: 0x1FA0, symBinAddr: 0x12090C, symSize: 0x10 }
+ - { offsetInCU: 0x868, offset: 0x13A10A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x1FB0, symBinAddr: 0x12091C, symSize: 0x4 }
+ - { offsetInCU: 0x884, offset: 0x13A126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvg', symObjAddr: 0x1FB4, symBinAddr: 0x120920, symSize: 0xC }
+ - { offsetInCU: 0x8A0, offset: 0x13A142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvs', symObjAddr: 0x1FC0, symBinAddr: 0x12092C, symSize: 0x10 }
+ - { offsetInCU: 0x8BC, offset: 0x13A15E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvM', symObjAddr: 0x1FD0, symBinAddr: 0x12093C, symSize: 0x10 }
+ - { offsetInCU: 0x8D8, offset: 0x13A17A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvM.resume.0', symObjAddr: 0x1FE0, symBinAddr: 0x12094C, symSize: 0x4 }
+ - { offsetInCU: 0x8F4, offset: 0x13A196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvg', symObjAddr: 0x1FE4, symBinAddr: 0x120950, symSize: 0xC }
+ - { offsetInCU: 0x910, offset: 0x13A1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvs', symObjAddr: 0x1FF0, symBinAddr: 0x12095C, symSize: 0x10 }
+ - { offsetInCU: 0x92C, offset: 0x13A1CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvM', symObjAddr: 0x2000, symBinAddr: 0x12096C, symSize: 0x10 }
+ - { offsetInCU: 0x948, offset: 0x13A1EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvM.resume.0', symObjAddr: 0x2010, symBinAddr: 0x12097C, symSize: 0x4 }
+ - { offsetInCU: 0x964, offset: 0x13A206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvg', symObjAddr: 0x2014, symBinAddr: 0x120980, symSize: 0xC }
+ - { offsetInCU: 0x980, offset: 0x13A222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvs', symObjAddr: 0x2020, symBinAddr: 0x12098C, symSize: 0x10 }
+ - { offsetInCU: 0x99C, offset: 0x13A23E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvM', symObjAddr: 0x2030, symBinAddr: 0x12099C, symSize: 0x10 }
+ - { offsetInCU: 0x9B8, offset: 0x13A25A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvM.resume.0', symObjAddr: 0x2040, symBinAddr: 0x1209AC, symSize: 0x4 }
+ - { offsetInCU: 0x9D4, offset: 0x13A276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvg', symObjAddr: 0x2044, symBinAddr: 0x1209B0, symSize: 0xC }
+ - { offsetInCU: 0x9F0, offset: 0x13A292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvs', symObjAddr: 0x2050, symBinAddr: 0x1209BC, symSize: 0x10 }
+ - { offsetInCU: 0xA0C, offset: 0x13A2AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvM', symObjAddr: 0x2060, symBinAddr: 0x1209CC, symSize: 0x10 }
+ - { offsetInCU: 0xA28, offset: 0x13A2CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvM.resume.0', symObjAddr: 0x2070, symBinAddr: 0x1209DC, symSize: 0x4 }
+ - { offsetInCU: 0xA44, offset: 0x13A2E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvg', symObjAddr: 0x2074, symBinAddr: 0x1209E0, symSize: 0x2C }
+ - { offsetInCU: 0xA60, offset: 0x13A302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvs', symObjAddr: 0x20A0, symBinAddr: 0x120A0C, symSize: 0x34 }
+ - { offsetInCU: 0xA7C, offset: 0x13A31E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvM', symObjAddr: 0x20D4, symBinAddr: 0x120A40, symSize: 0x10 }
+ - { offsetInCU: 0xA98, offset: 0x13A33A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvM.resume.0', symObjAddr: 0x20E4, symBinAddr: 0x120A50, symSize: 0x4 }
+ - { offsetInCU: 0xAB4, offset: 0x13A356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvg', symObjAddr: 0x20E8, symBinAddr: 0x120A54, symSize: 0x2C }
+ - { offsetInCU: 0xAD0, offset: 0x13A372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvs', symObjAddr: 0x2114, symBinAddr: 0x120A80, symSize: 0x34 }
+ - { offsetInCU: 0xAEC, offset: 0x13A38E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvM', symObjAddr: 0x2148, symBinAddr: 0x120AB4, symSize: 0x10 }
+ - { offsetInCU: 0xB08, offset: 0x13A3AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvM.resume.0', symObjAddr: 0x2158, symBinAddr: 0x120AC4, symSize: 0x4 }
+ - { offsetInCU: 0xB24, offset: 0x13A3C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvg', symObjAddr: 0x215C, symBinAddr: 0x120AC8, symSize: 0x2C }
+ - { offsetInCU: 0xB40, offset: 0x13A3E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvs', symObjAddr: 0x2188, symBinAddr: 0x120AF4, symSize: 0x34 }
+ - { offsetInCU: 0xB5C, offset: 0x13A3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvM', symObjAddr: 0x21BC, symBinAddr: 0x120B28, symSize: 0x10 }
+ - { offsetInCU: 0xB78, offset: 0x13A41A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvM.resume.0', symObjAddr: 0x21CC, symBinAddr: 0x120B38, symSize: 0x4 }
+ - { offsetInCU: 0xB94, offset: 0x13A436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvg', symObjAddr: 0x21D0, symBinAddr: 0x120B3C, symSize: 0x2C }
+ - { offsetInCU: 0xBB0, offset: 0x13A452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvs', symObjAddr: 0x21FC, symBinAddr: 0x120B68, symSize: 0x34 }
+ - { offsetInCU: 0xBCC, offset: 0x13A46E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvM', symObjAddr: 0x2230, symBinAddr: 0x120B9C, symSize: 0x10 }
+ - { offsetInCU: 0xBE8, offset: 0x13A48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvM.resume.0', symObjAddr: 0x2240, symBinAddr: 0x120BAC, symSize: 0x4 }
+ - { offsetInCU: 0xC04, offset: 0x13A4A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvg', symObjAddr: 0x2244, symBinAddr: 0x120BB0, symSize: 0x2C }
+ - { offsetInCU: 0xC20, offset: 0x13A4C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvs', symObjAddr: 0x2270, symBinAddr: 0x120BDC, symSize: 0x34 }
+ - { offsetInCU: 0xC3C, offset: 0x13A4DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvM', symObjAddr: 0x22A4, symBinAddr: 0x120C10, symSize: 0x10 }
+ - { offsetInCU: 0xC58, offset: 0x13A4FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvM.resume.0', symObjAddr: 0x22B4, symBinAddr: 0x120C20, symSize: 0x4 }
+ - { offsetInCU: 0xC74, offset: 0x13A516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvg', symObjAddr: 0x22B8, symBinAddr: 0x120C24, symSize: 0x2C }
+ - { offsetInCU: 0xC90, offset: 0x13A532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvs', symObjAddr: 0x22E4, symBinAddr: 0x120C50, symSize: 0x34 }
+ - { offsetInCU: 0xCAC, offset: 0x13A54E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvM', symObjAddr: 0x2318, symBinAddr: 0x120C84, symSize: 0x10 }
+ - { offsetInCU: 0xCC8, offset: 0x13A56A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvM.resume.0', symObjAddr: 0x2328, symBinAddr: 0x120C94, symSize: 0x4 }
+ - { offsetInCU: 0xCE4, offset: 0x13A586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvg', symObjAddr: 0x232C, symBinAddr: 0x120C98, symSize: 0xC }
+ - { offsetInCU: 0xD00, offset: 0x13A5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvs', symObjAddr: 0x2338, symBinAddr: 0x120CA4, symSize: 0x10 }
+ - { offsetInCU: 0xD1C, offset: 0x13A5BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvM', symObjAddr: 0x2348, symBinAddr: 0x120CB4, symSize: 0x10 }
+ - { offsetInCU: 0xD38, offset: 0x13A5DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvM.resume.0', symObjAddr: 0x2358, symBinAddr: 0x120CC4, symSize: 0x4 }
+ - { offsetInCU: 0xD54, offset: 0x13A5F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvg', symObjAddr: 0x235C, symBinAddr: 0x120CC8, symSize: 0xC }
+ - { offsetInCU: 0xD70, offset: 0x13A612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvs', symObjAddr: 0x2368, symBinAddr: 0x120CD4, symSize: 0x10 }
+ - { offsetInCU: 0xD8C, offset: 0x13A62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvM', symObjAddr: 0x2378, symBinAddr: 0x120CE4, symSize: 0x10 }
+ - { offsetInCU: 0xDA8, offset: 0x13A64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvM.resume.0', symObjAddr: 0x2388, symBinAddr: 0x120CF4, symSize: 0x4 }
+ - { offsetInCU: 0xDC4, offset: 0x13A666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvg', symObjAddr: 0x238C, symBinAddr: 0x120CF8, symSize: 0x2C }
+ - { offsetInCU: 0xDE0, offset: 0x13A682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvs', symObjAddr: 0x23B8, symBinAddr: 0x120D24, symSize: 0x34 }
+ - { offsetInCU: 0xDFC, offset: 0x13A69E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvM', symObjAddr: 0x23EC, symBinAddr: 0x120D58, symSize: 0x10 }
+ - { offsetInCU: 0xE18, offset: 0x13A6BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvM.resume.0', symObjAddr: 0x23FC, symBinAddr: 0x120D68, symSize: 0x4 }
+ - { offsetInCU: 0xE34, offset: 0x13A6D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvg', symObjAddr: 0x2400, symBinAddr: 0x120D6C, symSize: 0x2C }
+ - { offsetInCU: 0xE50, offset: 0x13A6F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvs', symObjAddr: 0x242C, symBinAddr: 0x120D98, symSize: 0x34 }
+ - { offsetInCU: 0xE6C, offset: 0x13A70E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvM', symObjAddr: 0x2460, symBinAddr: 0x120DCC, symSize: 0x10 }
+ - { offsetInCU: 0xE88, offset: 0x13A72A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvM.resume.0', symObjAddr: 0x2470, symBinAddr: 0x120DDC, symSize: 0x4 }
+ - { offsetInCU: 0xEA4, offset: 0x13A746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvg', symObjAddr: 0x2474, symBinAddr: 0x120DE0, symSize: 0x2C }
+ - { offsetInCU: 0xEC0, offset: 0x13A762, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvs', symObjAddr: 0x24A0, symBinAddr: 0x120E0C, symSize: 0x34 }
+ - { offsetInCU: 0xEDC, offset: 0x13A77E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvM', symObjAddr: 0x24D4, symBinAddr: 0x120E40, symSize: 0x10 }
+ - { offsetInCU: 0xEF8, offset: 0x13A79A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvM.resume.0', symObjAddr: 0x24E4, symBinAddr: 0x120E50, symSize: 0x4 }
+ - { offsetInCU: 0xF14, offset: 0x13A7B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvg', symObjAddr: 0x24E8, symBinAddr: 0x120E54, symSize: 0x2C }
+ - { offsetInCU: 0xF30, offset: 0x13A7D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvs', symObjAddr: 0x2514, symBinAddr: 0x120E80, symSize: 0x34 }
+ - { offsetInCU: 0xF4C, offset: 0x13A7EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvM', symObjAddr: 0x2548, symBinAddr: 0x120EB4, symSize: 0x10 }
+ - { offsetInCU: 0xF68, offset: 0x13A80A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvM.resume.0', symObjAddr: 0x2558, symBinAddr: 0x120EC4, symSize: 0x4 }
+ - { offsetInCU: 0xF84, offset: 0x13A826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvg', symObjAddr: 0x255C, symBinAddr: 0x120EC8, symSize: 0x2C }
+ - { offsetInCU: 0xFA0, offset: 0x13A842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvs', symObjAddr: 0x2588, symBinAddr: 0x120EF4, symSize: 0x34 }
+ - { offsetInCU: 0xFBC, offset: 0x13A85E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvM', symObjAddr: 0x25BC, symBinAddr: 0x120F28, symSize: 0x10 }
+ - { offsetInCU: 0xFD8, offset: 0x13A87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvM.resume.0', symObjAddr: 0x25CC, symBinAddr: 0x120F38, symSize: 0x4 }
+ - { offsetInCU: 0xFF4, offset: 0x13A896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvg', symObjAddr: 0x25D0, symBinAddr: 0x120F3C, symSize: 0x2C }
+ - { offsetInCU: 0x1010, offset: 0x13A8B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvs', symObjAddr: 0x25FC, symBinAddr: 0x120F68, symSize: 0x34 }
+ - { offsetInCU: 0x102C, offset: 0x13A8CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvM', symObjAddr: 0x2630, symBinAddr: 0x120F9C, symSize: 0x10 }
+ - { offsetInCU: 0x1048, offset: 0x13A8EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvM.resume.0', symObjAddr: 0x2640, symBinAddr: 0x120FAC, symSize: 0x4 }
+ - { offsetInCU: 0x1064, offset: 0x13A906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvg', symObjAddr: 0x2644, symBinAddr: 0x120FB0, symSize: 0x8 }
+ - { offsetInCU: 0x1080, offset: 0x13A922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvs', symObjAddr: 0x264C, symBinAddr: 0x120FB8, symSize: 0x28 }
+ - { offsetInCU: 0x109C, offset: 0x13A93E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvM', symObjAddr: 0x2674, symBinAddr: 0x120FE0, symSize: 0x10 }
+ - { offsetInCU: 0x10B8, offset: 0x13A95A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvM.resume.0', symObjAddr: 0x2684, symBinAddr: 0x120FF0, symSize: 0x4 }
+ - { offsetInCU: 0x10D4, offset: 0x13A976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvg', symObjAddr: 0x2688, symBinAddr: 0x120FF4, symSize: 0x10 }
+ - { offsetInCU: 0x10F0, offset: 0x13A992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvs', symObjAddr: 0x2698, symBinAddr: 0x121004, symSize: 0x10 }
+ - { offsetInCU: 0x110C, offset: 0x13A9AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvM', symObjAddr: 0x26A8, symBinAddr: 0x121014, symSize: 0x10 }
+ - { offsetInCU: 0x1128, offset: 0x13A9CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvM.resume.0', symObjAddr: 0x26B8, symBinAddr: 0x121024, symSize: 0x4 }
+ - { offsetInCU: 0x1144, offset: 0x13A9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x26BC, symBinAddr: 0x121028, symSize: 0x10 }
+ - { offsetInCU: 0x1160, offset: 0x13AA02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvs', symObjAddr: 0x26CC, symBinAddr: 0x121038, symSize: 0x10 }
+ - { offsetInCU: 0x117C, offset: 0x13AA1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvM', symObjAddr: 0x26DC, symBinAddr: 0x121048, symSize: 0x10 }
+ - { offsetInCU: 0x1198, offset: 0x13AA3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvM.resume.0', symObjAddr: 0x26EC, symBinAddr: 0x121058, symSize: 0x4 }
+ - { offsetInCU: 0x11B4, offset: 0x13AA56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x26F0, symBinAddr: 0x12105C, symSize: 0x10 }
+ - { offsetInCU: 0x11D0, offset: 0x13AA72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvs', symObjAddr: 0x2700, symBinAddr: 0x12106C, symSize: 0x10 }
+ - { offsetInCU: 0x11EC, offset: 0x13AA8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvM', symObjAddr: 0x2710, symBinAddr: 0x12107C, symSize: 0x10 }
+ - { offsetInCU: 0x1208, offset: 0x13AAAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvM.resume.0', symObjAddr: 0x2720, symBinAddr: 0x12108C, symSize: 0x4 }
+ - { offsetInCU: 0x1224, offset: 0x13AAC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvg', symObjAddr: 0x2724, symBinAddr: 0x121090, symSize: 0x10 }
+ - { offsetInCU: 0x1240, offset: 0x13AAE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvs', symObjAddr: 0x2734, symBinAddr: 0x1210A0, symSize: 0x10 }
+ - { offsetInCU: 0x125C, offset: 0x13AAFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvM', symObjAddr: 0x2744, symBinAddr: 0x1210B0, symSize: 0x10 }
+ - { offsetInCU: 0x1278, offset: 0x13AB1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2754, symBinAddr: 0x1210C0, symSize: 0x4 }
+ - { offsetInCU: 0x1294, offset: 0x13AB36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x2758, symBinAddr: 0x1210C4, symSize: 0x10 }
+ - { offsetInCU: 0x12B0, offset: 0x13AB52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvs', symObjAddr: 0x2768, symBinAddr: 0x1210D4, symSize: 0x10 }
+ - { offsetInCU: 0x12CC, offset: 0x13AB6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvM', symObjAddr: 0x2778, symBinAddr: 0x1210E4, symSize: 0x10 }
+ - { offsetInCU: 0x12E8, offset: 0x13AB8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2788, symBinAddr: 0x1210F4, symSize: 0x4 }
+ - { offsetInCU: 0x1304, offset: 0x13ABA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x278C, symBinAddr: 0x1210F8, symSize: 0x10 }
+ - { offsetInCU: 0x1320, offset: 0x13ABC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvs', symObjAddr: 0x279C, symBinAddr: 0x121108, symSize: 0x10 }
+ - { offsetInCU: 0x133C, offset: 0x13ABDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvM', symObjAddr: 0x27AC, symBinAddr: 0x121118, symSize: 0x10 }
+ - { offsetInCU: 0x1358, offset: 0x13ABFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvM.resume.0', symObjAddr: 0x27BC, symBinAddr: 0x121128, symSize: 0x4 }
+ - { offsetInCU: 0x1374, offset: 0x13AC16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvg', symObjAddr: 0x27C0, symBinAddr: 0x12112C, symSize: 0x10 }
+ - { offsetInCU: 0x1390, offset: 0x13AC32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvs', symObjAddr: 0x27D0, symBinAddr: 0x12113C, symSize: 0x10 }
+ - { offsetInCU: 0x13AC, offset: 0x13AC4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvM', symObjAddr: 0x27E0, symBinAddr: 0x12114C, symSize: 0x10 }
+ - { offsetInCU: 0x13C8, offset: 0x13AC6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvM.resume.0', symObjAddr: 0x27F0, symBinAddr: 0x12115C, symSize: 0x4 }
+ - { offsetInCU: 0x13E4, offset: 0x13AC86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvg', symObjAddr: 0x27F4, symBinAddr: 0x121160, symSize: 0x10 }
+ - { offsetInCU: 0x1400, offset: 0x13ACA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvs', symObjAddr: 0x2804, symBinAddr: 0x121170, symSize: 0x10 }
+ - { offsetInCU: 0x141C, offset: 0x13ACBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvM', symObjAddr: 0x2814, symBinAddr: 0x121180, symSize: 0x10 }
+ - { offsetInCU: 0x1438, offset: 0x13ACDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvM.resume.0', symObjAddr: 0x2824, symBinAddr: 0x121190, symSize: 0x4 }
+ - { offsetInCU: 0x1454, offset: 0x13ACF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x2828, symBinAddr: 0x121194, symSize: 0x10 }
+ - { offsetInCU: 0x1470, offset: 0x13AD12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvs', symObjAddr: 0x2838, symBinAddr: 0x1211A4, symSize: 0x10 }
+ - { offsetInCU: 0x148C, offset: 0x13AD2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvM', symObjAddr: 0x2848, symBinAddr: 0x1211B4, symSize: 0x10 }
+ - { offsetInCU: 0x14A8, offset: 0x13AD4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvM.resume.0', symObjAddr: 0x2858, symBinAddr: 0x1211C4, symSize: 0x4 }
+ - { offsetInCU: 0x14C4, offset: 0x13AD66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvg', symObjAddr: 0x285C, symBinAddr: 0x1211C8, symSize: 0x10 }
+ - { offsetInCU: 0x14E0, offset: 0x13AD82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvs', symObjAddr: 0x286C, symBinAddr: 0x1211D8, symSize: 0x10 }
+ - { offsetInCU: 0x14FC, offset: 0x13AD9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvM', symObjAddr: 0x287C, symBinAddr: 0x1211E8, symSize: 0x10 }
+ - { offsetInCU: 0x1518, offset: 0x13ADBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvM.resume.0', symObjAddr: 0x288C, symBinAddr: 0x1211F8, symSize: 0x4 }
+ - { offsetInCU: 0x1534, offset: 0x13ADD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvg', symObjAddr: 0x2890, symBinAddr: 0x1211FC, symSize: 0x10 }
+ - { offsetInCU: 0x1550, offset: 0x13ADF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvs', symObjAddr: 0x28A0, symBinAddr: 0x12120C, symSize: 0x10 }
+ - { offsetInCU: 0x156C, offset: 0x13AE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvM', symObjAddr: 0x28B0, symBinAddr: 0x12121C, symSize: 0x10 }
+ - { offsetInCU: 0x1588, offset: 0x13AE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvM.resume.0', symObjAddr: 0x28C0, symBinAddr: 0x12122C, symSize: 0x4 }
+ - { offsetInCU: 0x15A4, offset: 0x13AE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvg', symObjAddr: 0x28C4, symBinAddr: 0x121230, symSize: 0x10 }
+ - { offsetInCU: 0x15C0, offset: 0x13AE62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvs', symObjAddr: 0x28D4, symBinAddr: 0x121240, symSize: 0x10 }
+ - { offsetInCU: 0x15DC, offset: 0x13AE7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvM', symObjAddr: 0x28E4, symBinAddr: 0x121250, symSize: 0x10 }
+ - { offsetInCU: 0x15F8, offset: 0x13AE9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvM.resume.0', symObjAddr: 0x28F4, symBinAddr: 0x121260, symSize: 0x4 }
+ - { offsetInCU: 0x1614, offset: 0x13AEB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvg', symObjAddr: 0x28F8, symBinAddr: 0x121264, symSize: 0x10 }
+ - { offsetInCU: 0x1630, offset: 0x13AED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvs', symObjAddr: 0x2908, symBinAddr: 0x121274, symSize: 0x10 }
+ - { offsetInCU: 0x164C, offset: 0x13AEEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvM', symObjAddr: 0x2918, symBinAddr: 0x121284, symSize: 0x10 }
+ - { offsetInCU: 0x1668, offset: 0x13AF0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvM.resume.0', symObjAddr: 0x2928, symBinAddr: 0x121294, symSize: 0x4 }
+ - { offsetInCU: 0x1684, offset: 0x13AF26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvg', symObjAddr: 0x292C, symBinAddr: 0x121298, symSize: 0x10 }
+ - { offsetInCU: 0x16A0, offset: 0x13AF42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvs', symObjAddr: 0x293C, symBinAddr: 0x1212A8, symSize: 0x10 }
+ - { offsetInCU: 0x16BC, offset: 0x13AF5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvM', symObjAddr: 0x294C, symBinAddr: 0x1212B8, symSize: 0x10 }
+ - { offsetInCU: 0x16D8, offset: 0x13AF7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvM.resume.0', symObjAddr: 0x295C, symBinAddr: 0x1212C8, symSize: 0x4 }
+ - { offsetInCU: 0x16F4, offset: 0x13AF96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvg', symObjAddr: 0x2960, symBinAddr: 0x1212CC, symSize: 0x10 }
+ - { offsetInCU: 0x1710, offset: 0x13AFB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvs', symObjAddr: 0x2970, symBinAddr: 0x1212DC, symSize: 0x10 }
+ - { offsetInCU: 0x172C, offset: 0x13AFCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvM', symObjAddr: 0x2980, symBinAddr: 0x1212EC, symSize: 0x10 }
+ - { offsetInCU: 0x1748, offset: 0x13AFEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvM.resume.0', symObjAddr: 0x2990, symBinAddr: 0x1212FC, symSize: 0x4 }
+ - { offsetInCU: 0x1764, offset: 0x13B006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvg', symObjAddr: 0x2994, symBinAddr: 0x121300, symSize: 0x10 }
+ - { offsetInCU: 0x1780, offset: 0x13B022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvs', symObjAddr: 0x29A4, symBinAddr: 0x121310, symSize: 0x10 }
+ - { offsetInCU: 0x179C, offset: 0x13B03E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvM', symObjAddr: 0x29B4, symBinAddr: 0x121320, symSize: 0x10 }
+ - { offsetInCU: 0x17B8, offset: 0x13B05A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvM.resume.0', symObjAddr: 0x29C4, symBinAddr: 0x121330, symSize: 0x4 }
+ - { offsetInCU: 0x17D4, offset: 0x13B076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x29C8, symBinAddr: 0x121334, symSize: 0x10 }
+ - { offsetInCU: 0x17F0, offset: 0x13B092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvs', symObjAddr: 0x29D8, symBinAddr: 0x121344, symSize: 0x10 }
+ - { offsetInCU: 0x180C, offset: 0x13B0AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvM', symObjAddr: 0x29E8, symBinAddr: 0x121354, symSize: 0x10 }
+ - { offsetInCU: 0x1828, offset: 0x13B0CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvM.resume.0', symObjAddr: 0x29F8, symBinAddr: 0x121364, symSize: 0x4 }
+ - { offsetInCU: 0x1844, offset: 0x13B0E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x29FC, symBinAddr: 0x121368, symSize: 0x10 }
+ - { offsetInCU: 0x1860, offset: 0x13B102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvs', symObjAddr: 0x2A0C, symBinAddr: 0x121378, symSize: 0x10 }
+ - { offsetInCU: 0x187C, offset: 0x13B11E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvM', symObjAddr: 0x2A1C, symBinAddr: 0x121388, symSize: 0x10 }
+ - { offsetInCU: 0x1898, offset: 0x13B13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvM.resume.0', symObjAddr: 0x2A2C, symBinAddr: 0x121398, symSize: 0x4 }
+ - { offsetInCU: 0x18B4, offset: 0x13B156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvg', symObjAddr: 0x2A30, symBinAddr: 0x12139C, symSize: 0x10 }
+ - { offsetInCU: 0x18D0, offset: 0x13B172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvs', symObjAddr: 0x2A40, symBinAddr: 0x1213AC, symSize: 0x10 }
+ - { offsetInCU: 0x18EC, offset: 0x13B18E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvM', symObjAddr: 0x2A50, symBinAddr: 0x1213BC, symSize: 0x10 }
+ - { offsetInCU: 0x1908, offset: 0x13B1AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvM.resume.0', symObjAddr: 0x2A60, symBinAddr: 0x1213CC, symSize: 0x4 }
+ - { offsetInCU: 0x1924, offset: 0x13B1C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvg', symObjAddr: 0x2A64, symBinAddr: 0x1213D0, symSize: 0x10 }
+ - { offsetInCU: 0x1940, offset: 0x13B1E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvs', symObjAddr: 0x2A74, symBinAddr: 0x1213E0, symSize: 0x10 }
+ - { offsetInCU: 0x195C, offset: 0x13B1FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvM', symObjAddr: 0x2A84, symBinAddr: 0x1213F0, symSize: 0x10 }
+ - { offsetInCU: 0x1978, offset: 0x13B21A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvM.resume.0', symObjAddr: 0x2A94, symBinAddr: 0x121400, symSize: 0x4 }
+ - { offsetInCU: 0x1994, offset: 0x13B236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvg', symObjAddr: 0x2A98, symBinAddr: 0x121404, symSize: 0x10 }
+ - { offsetInCU: 0x19B0, offset: 0x13B252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvs', symObjAddr: 0x2AA8, symBinAddr: 0x121414, symSize: 0x10 }
+ - { offsetInCU: 0x19CC, offset: 0x13B26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvM', symObjAddr: 0x2AB8, symBinAddr: 0x121424, symSize: 0x10 }
+ - { offsetInCU: 0x19E8, offset: 0x13B28A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2AC8, symBinAddr: 0x121434, symSize: 0x4 }
+ - { offsetInCU: 0x1A04, offset: 0x13B2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvg', symObjAddr: 0x2ACC, symBinAddr: 0x121438, symSize: 0x10 }
+ - { offsetInCU: 0x1A20, offset: 0x13B2C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvs', symObjAddr: 0x2ADC, symBinAddr: 0x121448, symSize: 0x10 }
+ - { offsetInCU: 0x1A3C, offset: 0x13B2DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvM', symObjAddr: 0x2AEC, symBinAddr: 0x121458, symSize: 0x10 }
+ - { offsetInCU: 0x1A58, offset: 0x13B2FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvM.resume.0', symObjAddr: 0x2AFC, symBinAddr: 0x121468, symSize: 0x4 }
+ - { offsetInCU: 0x1A74, offset: 0x13B316, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvg', symObjAddr: 0x2B00, symBinAddr: 0x12146C, symSize: 0x10 }
+ - { offsetInCU: 0x1A90, offset: 0x13B332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvs', symObjAddr: 0x2B10, symBinAddr: 0x12147C, symSize: 0x10 }
+ - { offsetInCU: 0x1AAC, offset: 0x13B34E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvM', symObjAddr: 0x2B20, symBinAddr: 0x12148C, symSize: 0x10 }
+ - { offsetInCU: 0x1AC8, offset: 0x13B36A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvM.resume.0', symObjAddr: 0x2B30, symBinAddr: 0x12149C, symSize: 0x4 }
+ - { offsetInCU: 0x1AE4, offset: 0x13B386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvg', symObjAddr: 0x2B34, symBinAddr: 0x1214A0, symSize: 0x10 }
+ - { offsetInCU: 0x1B00, offset: 0x13B3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvs', symObjAddr: 0x2B44, symBinAddr: 0x1214B0, symSize: 0x10 }
+ - { offsetInCU: 0x1B1C, offset: 0x13B3BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvM', symObjAddr: 0x2B54, symBinAddr: 0x1214C0, symSize: 0x10 }
+ - { offsetInCU: 0x1B38, offset: 0x13B3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvM.resume.0', symObjAddr: 0x2B64, symBinAddr: 0x1214D0, symSize: 0x4 }
+ - { offsetInCU: 0x1B54, offset: 0x13B3F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvg', symObjAddr: 0x2B68, symBinAddr: 0x1214D4, symSize: 0x10 }
+ - { offsetInCU: 0x1B70, offset: 0x13B412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvs', symObjAddr: 0x2B78, symBinAddr: 0x1214E4, symSize: 0x10 }
+ - { offsetInCU: 0x1B8C, offset: 0x13B42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvM', symObjAddr: 0x2B88, symBinAddr: 0x1214F4, symSize: 0x10 }
+ - { offsetInCU: 0x1BA8, offset: 0x13B44A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvM.resume.0', symObjAddr: 0x2B98, symBinAddr: 0x121504, symSize: 0x4 }
+ - { offsetInCU: 0x1BC4, offset: 0x13B466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvg', symObjAddr: 0x2B9C, symBinAddr: 0x121508, symSize: 0x10 }
+ - { offsetInCU: 0x1BE0, offset: 0x13B482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvs', symObjAddr: 0x2BAC, symBinAddr: 0x121518, symSize: 0x10 }
+ - { offsetInCU: 0x1BFC, offset: 0x13B49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvM', symObjAddr: 0x2BBC, symBinAddr: 0x121528, symSize: 0x10 }
+ - { offsetInCU: 0x1C18, offset: 0x13B4BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvM.resume.0', symObjAddr: 0x2BCC, symBinAddr: 0x121538, symSize: 0x4 }
+ - { offsetInCU: 0x1C34, offset: 0x13B4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvg', symObjAddr: 0x2BD0, symBinAddr: 0x12153C, symSize: 0x10 }
+ - { offsetInCU: 0x1C50, offset: 0x13B4F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvs', symObjAddr: 0x2BE0, symBinAddr: 0x12154C, symSize: 0x10 }
+ - { offsetInCU: 0x1C6C, offset: 0x13B50E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvM', symObjAddr: 0x2BF0, symBinAddr: 0x12155C, symSize: 0x10 }
+ - { offsetInCU: 0x1C88, offset: 0x13B52A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvM.resume.0', symObjAddr: 0x2C00, symBinAddr: 0x12156C, symSize: 0x4 }
+ - { offsetInCU: 0x1CA4, offset: 0x13B546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvg', symObjAddr: 0x2C04, symBinAddr: 0x121570, symSize: 0x10 }
+ - { offsetInCU: 0x1CC0, offset: 0x13B562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvs', symObjAddr: 0x2C14, symBinAddr: 0x121580, symSize: 0x10 }
+ - { offsetInCU: 0x1CDC, offset: 0x13B57E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvM', symObjAddr: 0x2C24, symBinAddr: 0x121590, symSize: 0x10 }
+ - { offsetInCU: 0x1CF8, offset: 0x13B59A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvM.resume.0', symObjAddr: 0x2C34, symBinAddr: 0x1215A0, symSize: 0x4 }
+ - { offsetInCU: 0x1D14, offset: 0x13B5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvg', symObjAddr: 0x2C38, symBinAddr: 0x1215A4, symSize: 0x10 }
+ - { offsetInCU: 0x1D30, offset: 0x13B5D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvs', symObjAddr: 0x2C48, symBinAddr: 0x1215B4, symSize: 0x10 }
+ - { offsetInCU: 0x1D4C, offset: 0x13B5EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvM', symObjAddr: 0x2C58, symBinAddr: 0x1215C4, symSize: 0x10 }
+ - { offsetInCU: 0x1D68, offset: 0x13B60A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvM.resume.0', symObjAddr: 0x2C68, symBinAddr: 0x1215D4, symSize: 0x4 }
+ - { offsetInCU: 0x1D84, offset: 0x13B626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvg', symObjAddr: 0x2C6C, symBinAddr: 0x1215D8, symSize: 0x10 }
+ - { offsetInCU: 0x1DA0, offset: 0x13B642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvs', symObjAddr: 0x2C7C, symBinAddr: 0x1215E8, symSize: 0x10 }
+ - { offsetInCU: 0x1DBC, offset: 0x13B65E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvM', symObjAddr: 0x2C8C, symBinAddr: 0x1215F8, symSize: 0x10 }
+ - { offsetInCU: 0x1DD8, offset: 0x13B67A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvM.resume.0', symObjAddr: 0x2C9C, symBinAddr: 0x121608, symSize: 0x4 }
+ - { offsetInCU: 0x1DF4, offset: 0x13B696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvg', symObjAddr: 0x2CA0, symBinAddr: 0x12160C, symSize: 0x10 }
+ - { offsetInCU: 0x1E10, offset: 0x13B6B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvs', symObjAddr: 0x2CB0, symBinAddr: 0x12161C, symSize: 0x10 }
+ - { offsetInCU: 0x1E2C, offset: 0x13B6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvM', symObjAddr: 0x2CC0, symBinAddr: 0x12162C, symSize: 0x10 }
+ - { offsetInCU: 0x1E48, offset: 0x13B6EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvM.resume.0', symObjAddr: 0x2CD0, symBinAddr: 0x12163C, symSize: 0x4 }
+ - { offsetInCU: 0x1E64, offset: 0x13B706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvg', symObjAddr: 0x2CD4, symBinAddr: 0x121640, symSize: 0x10 }
+ - { offsetInCU: 0x1E80, offset: 0x13B722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvs', symObjAddr: 0x2CE4, symBinAddr: 0x121650, symSize: 0x10 }
+ - { offsetInCU: 0x1E9C, offset: 0x13B73E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvM', symObjAddr: 0x2CF4, symBinAddr: 0x121660, symSize: 0x10 }
+ - { offsetInCU: 0x1EB8, offset: 0x13B75A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvM.resume.0', symObjAddr: 0x2D04, symBinAddr: 0x121670, symSize: 0x4 }
+ - { offsetInCU: 0x1ED4, offset: 0x13B776, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvg', symObjAddr: 0x2D08, symBinAddr: 0x121674, symSize: 0x10 }
+ - { offsetInCU: 0x1EF0, offset: 0x13B792, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvs', symObjAddr: 0x2D18, symBinAddr: 0x121684, symSize: 0x10 }
+ - { offsetInCU: 0x1F0C, offset: 0x13B7AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvM', symObjAddr: 0x2D28, symBinAddr: 0x121694, symSize: 0x10 }
+ - { offsetInCU: 0x1F28, offset: 0x13B7CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvM.resume.0', symObjAddr: 0x2D38, symBinAddr: 0x1216A4, symSize: 0x4 }
+ - { offsetInCU: 0x1F44, offset: 0x13B7E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvg', symObjAddr: 0x2D3C, symBinAddr: 0x1216A8, symSize: 0x10 }
+ - { offsetInCU: 0x1F60, offset: 0x13B802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvs', symObjAddr: 0x2D4C, symBinAddr: 0x1216B8, symSize: 0x10 }
+ - { offsetInCU: 0x1F7C, offset: 0x13B81E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvM', symObjAddr: 0x2D5C, symBinAddr: 0x1216C8, symSize: 0x10 }
+ - { offsetInCU: 0x1F98, offset: 0x13B83A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvM.resume.0', symObjAddr: 0x2D6C, symBinAddr: 0x1216D8, symSize: 0x4 }
+ - { offsetInCU: 0x1FB4, offset: 0x13B856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x2D70, symBinAddr: 0x1216DC, symSize: 0x10 }
+ - { offsetInCU: 0x1FD0, offset: 0x13B872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvs', symObjAddr: 0x2D80, symBinAddr: 0x1216EC, symSize: 0x10 }
+ - { offsetInCU: 0x1FEC, offset: 0x13B88E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvM', symObjAddr: 0x2D90, symBinAddr: 0x1216FC, symSize: 0x10 }
+ - { offsetInCU: 0x2008, offset: 0x13B8AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvM.resume.0', symObjAddr: 0x2DA0, symBinAddr: 0x12170C, symSize: 0x4 }
+ - { offsetInCU: 0x2024, offset: 0x13B8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x2DA4, symBinAddr: 0x121710, symSize: 0x10 }
+ - { offsetInCU: 0x2040, offset: 0x13B8E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvs', symObjAddr: 0x2DB4, symBinAddr: 0x121720, symSize: 0x10 }
+ - { offsetInCU: 0x205C, offset: 0x13B8FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvM', symObjAddr: 0x2DC4, symBinAddr: 0x121730, symSize: 0x10 }
+ - { offsetInCU: 0x2078, offset: 0x13B91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvM.resume.0', symObjAddr: 0x2DD4, symBinAddr: 0x121740, symSize: 0x4 }
+ - { offsetInCU: 0x2094, offset: 0x13B936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvg', symObjAddr: 0x2DD8, symBinAddr: 0x121744, symSize: 0x10 }
+ - { offsetInCU: 0x20B0, offset: 0x13B952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvs', symObjAddr: 0x2DE8, symBinAddr: 0x121754, symSize: 0x10 }
+ - { offsetInCU: 0x20CC, offset: 0x13B96E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvM', symObjAddr: 0x2DF8, symBinAddr: 0x121764, symSize: 0x10 }
+ - { offsetInCU: 0x20E8, offset: 0x13B98A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvM.resume.0', symObjAddr: 0x2E08, symBinAddr: 0x121774, symSize: 0x4 }
+ - { offsetInCU: 0x2104, offset: 0x13B9A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvg', symObjAddr: 0x2E0C, symBinAddr: 0x121778, symSize: 0x10 }
+ - { offsetInCU: 0x2120, offset: 0x13B9C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvs', symObjAddr: 0x2E1C, symBinAddr: 0x121788, symSize: 0x10 }
+ - { offsetInCU: 0x213C, offset: 0x13B9DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvM', symObjAddr: 0x2E2C, symBinAddr: 0x121798, symSize: 0x10 }
+ - { offsetInCU: 0x2158, offset: 0x13B9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvM.resume.0', symObjAddr: 0x2E3C, symBinAddr: 0x1217A8, symSize: 0x4 }
+ - { offsetInCU: 0x2174, offset: 0x13BA16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x2E40, symBinAddr: 0x1217AC, symSize: 0x10 }
+ - { offsetInCU: 0x2190, offset: 0x13BA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvs', symObjAddr: 0x2E50, symBinAddr: 0x1217BC, symSize: 0x10 }
+ - { offsetInCU: 0x21AC, offset: 0x13BA4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvM', symObjAddr: 0x2E60, symBinAddr: 0x1217CC, symSize: 0x10 }
+ - { offsetInCU: 0x21C8, offset: 0x13BA6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2E70, symBinAddr: 0x1217DC, symSize: 0x4 }
+ - { offsetInCU: 0x21E4, offset: 0x13BA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x2E74, symBinAddr: 0x1217E0, symSize: 0x10 }
+ - { offsetInCU: 0x2200, offset: 0x13BAA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvs', symObjAddr: 0x2E84, symBinAddr: 0x1217F0, symSize: 0x10 }
+ - { offsetInCU: 0x221C, offset: 0x13BABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvM', symObjAddr: 0x2E94, symBinAddr: 0x121800, symSize: 0x10 }
+ - { offsetInCU: 0x2238, offset: 0x13BADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvM.resume.0', symObjAddr: 0x2EA4, symBinAddr: 0x121810, symSize: 0x4 }
+ - { offsetInCU: 0x2254, offset: 0x13BAF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x2EA8, symBinAddr: 0x121814, symSize: 0x10 }
+ - { offsetInCU: 0x2270, offset: 0x13BB12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvs', symObjAddr: 0x2EB8, symBinAddr: 0x121824, symSize: 0x10 }
+ - { offsetInCU: 0x228C, offset: 0x13BB2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvM', symObjAddr: 0x2EC8, symBinAddr: 0x121834, symSize: 0x10 }
+ - { offsetInCU: 0x22A8, offset: 0x13BB4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x2ED8, symBinAddr: 0x121844, symSize: 0x4 }
+ - { offsetInCU: 0x22C4, offset: 0x13BB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvg', symObjAddr: 0x2EDC, symBinAddr: 0x121848, symSize: 0x10 }
+ - { offsetInCU: 0x22E0, offset: 0x13BB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvs', symObjAddr: 0x2EEC, symBinAddr: 0x121858, symSize: 0x10 }
+ - { offsetInCU: 0x22FC, offset: 0x13BB9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvM', symObjAddr: 0x2EFC, symBinAddr: 0x121868, symSize: 0x10 }
+ - { offsetInCU: 0x2318, offset: 0x13BBBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvM.resume.0', symObjAddr: 0x2F0C, symBinAddr: 0x121878, symSize: 0x4 }
+ - { offsetInCU: 0x2334, offset: 0x13BBD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x2F10, symBinAddr: 0x12187C, symSize: 0x10 }
+ - { offsetInCU: 0x2350, offset: 0x13BBF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvs', symObjAddr: 0x2F20, symBinAddr: 0x12188C, symSize: 0x10 }
+ - { offsetInCU: 0x236C, offset: 0x13BC0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvM', symObjAddr: 0x2F30, symBinAddr: 0x12189C, symSize: 0x10 }
+ - { offsetInCU: 0x2388, offset: 0x13BC2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvM.resume.0', symObjAddr: 0x2F40, symBinAddr: 0x1218AC, symSize: 0x4 }
+ - { offsetInCU: 0x23A4, offset: 0x13BC46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0x2F44, symBinAddr: 0x1218B0, symSize: 0x10 }
+ - { offsetInCU: 0x23C0, offset: 0x13BC62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvs', symObjAddr: 0x2F54, symBinAddr: 0x1218C0, symSize: 0x10 }
+ - { offsetInCU: 0x23DC, offset: 0x13BC7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvM', symObjAddr: 0x2F64, symBinAddr: 0x1218D0, symSize: 0x10 }
+ - { offsetInCU: 0x23F8, offset: 0x13BC9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvM.resume.0', symObjAddr: 0x2F74, symBinAddr: 0x1218E0, symSize: 0x4 }
+ - { offsetInCU: 0x2414, offset: 0x13BCB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0x2F78, symBinAddr: 0x1218E4, symSize: 0x10 }
+ - { offsetInCU: 0x2430, offset: 0x13BCD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvs', symObjAddr: 0x2F88, symBinAddr: 0x1218F4, symSize: 0x10 }
+ - { offsetInCU: 0x244C, offset: 0x13BCEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvM', symObjAddr: 0x2F98, symBinAddr: 0x121904, symSize: 0x10 }
+ - { offsetInCU: 0x2468, offset: 0x13BD0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvM.resume.0', symObjAddr: 0x2FA8, symBinAddr: 0x121914, symSize: 0x4 }
+ - { offsetInCU: 0x2484, offset: 0x13BD26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV2eeoiySbAE_AEtFZ', symObjAddr: 0x2FAC, symBinAddr: 0x121918, symSize: 0x4 }
+ - { offsetInCU: 0x24AA, offset: 0x13BD4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueSSvg', symObjAddr: 0x2FB0, symBinAddr: 0x12191C, symSize: 0x65C }
+ - { offsetInCU: 0x24F9, offset: 0x13BD9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360C, symBinAddr: 0x121F78, symSize: 0x14 }
+ - { offsetInCU: 0x255F, offset: 0x13BE01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3668, symBinAddr: 0x121FD4, symSize: 0x28 }
+ - { offsetInCU: 0x25D9, offset: 0x13BE7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP11stringValueSSvgTW', symObjAddr: 0x36D4, symBinAddr: 0x122040, symSize: 0x8 }
+ - { offsetInCU: 0x2604, offset: 0x13BEA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP11stringValuexSgSS_tcfCTW', symObjAddr: 0x36DC, symBinAddr: 0x122048, symSize: 0x24 }
+ - { offsetInCU: 0x2635, offset: 0x13BED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP8intValueSiSgvgTW', symObjAddr: 0x3700, symBinAddr: 0x12206C, symSize: 0xC }
+ - { offsetInCU: 0x2651, offset: 0x13BEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP8intValuexSgSi_tcfCTW', symObjAddr: 0x370C, symBinAddr: 0x122078, symSize: 0xC }
+ - { offsetInCU: 0x266D, offset: 0x13BF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueAHSgSS_tcfCTf4nd_n', symObjAddr: 0xBAD4, symBinAddr: 0x12A0D4, symSize: 0x1910 }
+ - { offsetInCU: 0x26B3, offset: 0x13BF55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVAEycfC', symObjAddr: 0x3768, symBinAddr: 0x1220D4, symSize: 0x20C }
+ - { offsetInCU: 0x26E2, offset: 0x13BF84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x3974, symBinAddr: 0x1222E0, symSize: 0x50 }
+ - { offsetInCU: 0x26F6, offset: 0x13BF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kind4ssrc11packetsLost0I8Received0I4Sent05bytesL06jitter13roundTripTime11transportId021selectedCandidatePairS005localuS011networkType05codecS004mimeY013targetBitrate17outboundNackCount05trackS0011mediaSourceS08protocol13relayProtocol09candidateY023qualityLimitationReason26qualityLimitationDurations34qualityLimitationResolutionChanges24availableOutgoingBitrate24availableIncomingBitrate0mK0011headerBytesK016keyFramesDecoded011totalDecodeQ020totalInterFrameDelay27totalSquaredInterFrameDelay8firCount8pliCount9nackCount5qpSum5width6height0N11BufferDelay0N17BufferTargetDelay0N18BufferEmittedCount10frameWidth11frameHeight06framesK013framesDecoded13framesDropped13framesEncoded16keyFramesEncoded06framesL0010hugeFramesL011freezeCount10pauseCount20totalFreezesDuration19totalPausesDuration19totalFramesDuration26sumOfSquaredFramesDuration15framesPerSecond020retransmittedPacketsL0018retransmittedBytesL008fractionJ00I9Discarded010fecPacketsK019fecPacketsDiscarded012totalSamplesK016concealedSamples22silentConcealedSamples30insertedSamplesForDeceleration29removedSamplesForAccelerationAeC4KindOSg_s5Int64VSgA51_A51_A51_A51_SdSgA52_SSSgA53_A53_A53_A53_A53_A51_A51_A53_A53_A53_A53_A53_A53_SDySSSdGSgA51_A51_A51_A51_A51_A51_A52_A52_A52_A51_A51_A51_A51_A51_A51_A52_A52_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A52_A52_A52_A52_A51_A51_A51_A52_A51_A51_A51_A51_A51_A51_A51_A51_tcfC', symObjAddr: 0x39C4, symBinAddr: 0x122330, symSize: 0x4A8 }
+ - { offsetInCU: 0x272A, offset: 0x13BFCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3E6C, symBinAddr: 0x1227D8, symSize: 0x50 }
+ - { offsetInCU: 0x2770, offset: 0x13C012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3EBC, symBinAddr: 0x122828, symSize: 0x54 }
+ - { offsetInCU: 0x27A1, offset: 0x13C043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x46F8, symBinAddr: 0x123064, symSize: 0xD2C }
+ - { offsetInCU: 0x281B, offset: 0x13C0BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x6474, symBinAddr: 0x124B48, symSize: 0x1CF8 }
+ - { offsetInCU: 0x2898, offset: 0x13C13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindO8rawValueAESgSS_tcfC', symObjAddr: 0x3F10, symBinAddr: 0x12287C, symSize: 0x5C }
+ - { offsetInCU: 0x28E1, offset: 0x13C183, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindO8rawValueSSvg', symObjAddr: 0x3F6C, symBinAddr: 0x1228D8, symSize: 0x20 }
+ - { offsetInCU: 0x291B, offset: 0x13C1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x3FBC, symBinAddr: 0x122928, symSize: 0x64 }
+ - { offsetInCU: 0x2981, offset: 0x13C223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4020, symBinAddr: 0x12298C, symSize: 0x28 }
+ - { offsetInCU: 0x29D3, offset: 0x13C275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkO8rawValueAESgSS_tcfC', symObjAddr: 0x40F0, symBinAddr: 0x122A5C, symSize: 0x5C }
+ - { offsetInCU: 0x2A1C, offset: 0x13C2BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkO8rawValueSSvg', symObjAddr: 0x414C, symBinAddr: 0x122AB8, symSize: 0x20 }
+ - { offsetInCU: 0x2A56, offset: 0x13C2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x419C, symBinAddr: 0x122B08, symSize: 0x64 }
+ - { offsetInCU: 0x2ABC, offset: 0x13C35E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4200, symBinAddr: 0x122B6C, symSize: 0x28 }
+ - { offsetInCU: 0x2AE4, offset: 0x13C386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVAESeAAWl', symObjAddr: 0x6220, symBinAddr: 0x124B04, symSize: 0x44 }
+ - { offsetInCU: 0x2AF8, offset: 0x13C39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSHAASQWb', symObjAddr: 0x8C88, symBinAddr: 0x12735C, symSize: 0x4 }
+ - { offsetInCU: 0x2B0C, offset: 0x13C3AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESQAAWl', symObjAddr: 0x8C8C, symBinAddr: 0x127360, symSize: 0x44 }
+ - { offsetInCU: 0x2B20, offset: 0x13C3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSHAASQWb', symObjAddr: 0x8CD0, symBinAddr: 0x1273A4, symSize: 0x4 }
+ - { offsetInCU: 0x2B34, offset: 0x13C3D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOAESQAAWl', symObjAddr: 0x8CD4, symBinAddr: 0x1273A8, symSize: 0x44 }
+ - { offsetInCU: 0x2B48, offset: 0x13C3EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSHAASQWb', symObjAddr: 0x8D18, symBinAddr: 0x1273EC, symSize: 0x4 }
+ - { offsetInCU: 0x2B5C, offset: 0x13C3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESQAAWl', symObjAddr: 0x8D1C, symBinAddr: 0x1273F0, symSize: 0x44 }
+ - { offsetInCU: 0x2B70, offset: 0x13C412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwxx', symObjAddr: 0x8D60, symBinAddr: 0x127434, symSize: 0x88 }
+ - { offsetInCU: 0x2B84, offset: 0x13C426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwcp', symObjAddr: 0x8DE8, symBinAddr: 0x1274BC, symSize: 0x4A4 }
+ - { offsetInCU: 0x2B98, offset: 0x13C43A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwca', symObjAddr: 0x928C, symBinAddr: 0x127960, symSize: 0x55C }
+ - { offsetInCU: 0x2BAC, offset: 0x13C44E, size: 0x8, addend: 0x0, symName: ___swift_memcpy1097_8, symObjAddr: 0x97E8, symBinAddr: 0x127EBC, symSize: 0x8 }
+ - { offsetInCU: 0x2BC0, offset: 0x13C462, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwta', symObjAddr: 0x97F0, symBinAddr: 0x127EC4, symSize: 0x47C }
+ - { offsetInCU: 0x2BD4, offset: 0x13C476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwet', symObjAddr: 0x9C6C, symBinAddr: 0x128340, symSize: 0x48 }
+ - { offsetInCU: 0x2BE8, offset: 0x13C48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwst', symObjAddr: 0x9CB4, symBinAddr: 0x128388, symSize: 0x164 }
+ - { offsetInCU: 0x2BFC, offset: 0x13C49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVMa', symObjAddr: 0x9E18, symBinAddr: 0x1284EC, symSize: 0x10 }
+ - { offsetInCU: 0x2C10, offset: 0x13C4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwCP', symObjAddr: 0x9E28, symBinAddr: 0x1284FC, symSize: 0x30 }
+ - { offsetInCU: 0x2C24, offset: 0x13C4C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwxx', symObjAddr: 0x9E58, symBinAddr: 0x12852C, symSize: 0x80 }
+ - { offsetInCU: 0x2C38, offset: 0x13C4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwcp', symObjAddr: 0x9ED8, symBinAddr: 0x1285AC, symSize: 0x480 }
+ - { offsetInCU: 0x2C4C, offset: 0x13C4EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwca', symObjAddr: 0xA358, symBinAddr: 0x128A2C, symSize: 0x52C }
+ - { offsetInCU: 0x2C60, offset: 0x13C502, size: 0x8, addend: 0x0, symName: ___swift_memcpy1065_8, symObjAddr: 0xA884, symBinAddr: 0x128F58, symSize: 0x8 }
+ - { offsetInCU: 0x2C74, offset: 0x13C516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwta', symObjAddr: 0xA88C, symBinAddr: 0x128F60, symSize: 0x45C }
+ - { offsetInCU: 0x2C88, offset: 0x13C52A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwet', symObjAddr: 0xACE8, symBinAddr: 0x1293BC, symSize: 0x5C }
+ - { offsetInCU: 0x2C9C, offset: 0x13C53E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwst', symObjAddr: 0xAD44, symBinAddr: 0x129418, symSize: 0x170 }
+ - { offsetInCU: 0x2CB0, offset: 0x13C552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVMa', symObjAddr: 0xAEB4, symBinAddr: 0x129588, symSize: 0x10 }
+ - { offsetInCU: 0x2CC4, offset: 0x13C566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwet', symObjAddr: 0xAED4, symBinAddr: 0x129598, symSize: 0x90 }
+ - { offsetInCU: 0x2CD8, offset: 0x13C57A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwst', symObjAddr: 0xAF64, symBinAddr: 0x129628, symSize: 0xBC }
+ - { offsetInCU: 0x2CEC, offset: 0x13C58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwup', symObjAddr: 0xB020, symBinAddr: 0x1296E4, symSize: 0x4 }
+ - { offsetInCU: 0x2D00, offset: 0x13C5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOMa', symObjAddr: 0xB024, symBinAddr: 0x1296E8, symSize: 0x10 }
+ - { offsetInCU: 0x2D14, offset: 0x13C5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOwup', symObjAddr: 0xB03C, symBinAddr: 0x129700, symSize: 0x4 }
+ - { offsetInCU: 0x2D28, offset: 0x13C5CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOMa', symObjAddr: 0xB040, symBinAddr: 0x129704, symSize: 0x10 }
+ - { offsetInCU: 0x2D3C, offset: 0x13C5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwet', symObjAddr: 0xB050, symBinAddr: 0x129714, symSize: 0x90 }
+ - { offsetInCU: 0x2D50, offset: 0x13C5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwst', symObjAddr: 0xB0E0, symBinAddr: 0x1297A4, symSize: 0xBC }
+ - { offsetInCU: 0x2D64, offset: 0x13C606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwug', symObjAddr: 0xB19C, symBinAddr: 0x129860, symSize: 0x8 }
+ - { offsetInCU: 0x2D78, offset: 0x13C61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwup', symObjAddr: 0xB1A4, symBinAddr: 0x129868, symSize: 0x4 }
+ - { offsetInCU: 0x2D8C, offset: 0x13C62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwui', symObjAddr: 0xB1A8, symBinAddr: 0x12986C, symSize: 0x8 }
+ - { offsetInCU: 0x2DA0, offset: 0x13C642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOMa', symObjAddr: 0xB1B0, symBinAddr: 0x129874, symSize: 0x10 }
+ - { offsetInCU: 0x2DB4, offset: 0x13C656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESYAAWl', symObjAddr: 0xB1C0, symBinAddr: 0x129884, symSize: 0x44 }
+ - { offsetInCU: 0x2DC8, offset: 0x13C66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOAESYAAWl', symObjAddr: 0xB204, symBinAddr: 0x1298C8, symSize: 0x44 }
+ - { offsetInCU: 0x2DDC, offset: 0x13C67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESYAAWl', symObjAddr: 0xB248, symBinAddr: 0x12990C, symSize: 0x44 }
+ - { offsetInCU: 0x2DF0, offset: 0x13C692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs0G3KeyAAWl', symObjAddr: 0xB2B0, symBinAddr: 0x129950, symSize: 0x44 }
+ - { offsetInCU: 0x2E04, offset: 0x13C6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESeAAWl', symObjAddr: 0xB314, symBinAddr: 0x129994, symSize: 0x44 }
+ - { offsetInCU: 0x2E18, offset: 0x13C6BA, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0xB358, symBinAddr: 0x1299D8, symSize: 0x64 }
+ - { offsetInCU: 0x2E2C, offset: 0x13C6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs0F3KeyAAWl', symObjAddr: 0xB400, symBinAddr: 0x129A3C, symSize: 0x44 }
+ - { offsetInCU: 0x2E40, offset: 0x13C6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESeAAWl', symObjAddr: 0xB444, symBinAddr: 0x129A80, symSize: 0x44 }
+ - { offsetInCU: 0x2E54, offset: 0x13C6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwup', symObjAddr: 0xB618, symBinAddr: 0x129C18, symSize: 0x4 }
+ - { offsetInCU: 0x2E68, offset: 0x13C70A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOMa', symObjAddr: 0xB61C, symBinAddr: 0x129C1C, symSize: 0x10 }
+ - { offsetInCU: 0x2E7C, offset: 0x13C71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwet', symObjAddr: 0xB62C, symBinAddr: 0x129C2C, symSize: 0x90 }
+ - { offsetInCU: 0x2E90, offset: 0x13C732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwst', symObjAddr: 0xB6BC, symBinAddr: 0x129CBC, symSize: 0xBC }
+ - { offsetInCU: 0x2EA4, offset: 0x13C746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwup', symObjAddr: 0xB778, symBinAddr: 0x129D78, symSize: 0x4 }
+ - { offsetInCU: 0x2EB8, offset: 0x13C75A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOMa', symObjAddr: 0xB77C, symBinAddr: 0x129D7C, symSize: 0x10 }
+ - { offsetInCU: 0x2ECC, offset: 0x13C76E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASQWb', symObjAddr: 0xB78C, symBinAddr: 0x129D8C, symSize: 0x4 }
+ - { offsetInCU: 0x2EE0, offset: 0x13C782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHSQAAWl', symObjAddr: 0xB790, symBinAddr: 0x129D90, symSize: 0x44 }
+ - { offsetInCU: 0x2EF4, offset: 0x13C796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASQWb', symObjAddr: 0xB7D4, symBinAddr: 0x129DD4, symSize: 0x4 }
+ - { offsetInCU: 0x2F08, offset: 0x13C7AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFSQAAWl', symObjAddr: 0xB7D8, symBinAddr: 0x129DD8, symSize: 0x44 }
+ - { offsetInCU: 0x2F1C, offset: 0x13C7BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB81C, symBinAddr: 0x129E1C, symSize: 0x4 }
+ - { offsetInCU: 0x2F30, offset: 0x13C7D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB820, symBinAddr: 0x129E20, symSize: 0x44 }
+ - { offsetInCU: 0x2F44, offset: 0x13C7E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB864, symBinAddr: 0x129E64, symSize: 0x4 }
+ - { offsetInCU: 0x2F58, offset: 0x13C7FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xB868, symBinAddr: 0x129E68, symSize: 0x44 }
+ - { offsetInCU: 0x2F6C, offset: 0x13C80E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB8AC, symBinAddr: 0x129EAC, symSize: 0x4 }
+ - { offsetInCU: 0x2F80, offset: 0x13C822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB8B0, symBinAddr: 0x129EB0, symSize: 0x44 }
+ - { offsetInCU: 0x2F94, offset: 0x13C836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB8F4, symBinAddr: 0x129EF4, symSize: 0x4 }
+ - { offsetInCU: 0x2FA8, offset: 0x13C84A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs23CustomStringConvertibleAAWl', symObjAddr: 0xB8F8, symBinAddr: 0x129EF8, symSize: 0x44 }
+ - { offsetInCU: 0x2FD9, offset: 0x13C87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1E10, symBinAddr: 0x12077C, symSize: 0x28 }
+ - { offsetInCU: 0x2FF5, offset: 0x13C897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1E38, symBinAddr: 0x1207A4, symSize: 0x28 }
+ - { offsetInCU: 0x3017, offset: 0x13C8B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs28CustomDebugStringConvertibleAAsAIP16debugDescriptionSSvgTW', symObjAddr: 0x3718, symBinAddr: 0x122084, symSize: 0x28 }
+ - { offsetInCU: 0x3033, offset: 0x13C8D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs23CustomStringConvertibleAAsAIP11descriptionSSvgTW', symObjAddr: 0x3740, symBinAddr: 0x1220AC, symSize: 0x28 }
+ - { offsetInCU: 0x3055, offset: 0x13C8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4048, symBinAddr: 0x1229B4, symSize: 0x5C }
+ - { offsetInCU: 0x3078, offset: 0x13C91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x40A4, symBinAddr: 0x122A10, symSize: 0x4C }
+ - { offsetInCU: 0x30A1, offset: 0x13C943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4228, symBinAddr: 0x122B94, symSize: 0x5C }
+ - { offsetInCU: 0x30C4, offset: 0x13C966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4284, symBinAddr: 0x122BF0, symSize: 0x4C }
+ - { offsetInCU: 0x30E7, offset: 0x13C989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4650, symBinAddr: 0x122FBC, symSize: 0x5C }
+ - { offsetInCU: 0x310A, offset: 0x13C9AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x46AC, symBinAddr: 0x123018, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x13CC7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x0, symBinAddr: 0x12BA10, symSize: 0xCC }
+ - { offsetInCU: 0x3F, offset: 0x13CC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x0, symBinAddr: 0x12BA10, symSize: 0xCC }
+ - { offsetInCU: 0xA9, offset: 0x13CCFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_', symObjAddr: 0x1D0, symBinAddr: 0x12BBE0, symSize: 0x128 }
+ - { offsetInCU: 0x111, offset: 0x13CD64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lF', symObjAddr: 0xCC, symBinAddr: 0x12BADC, symSize: 0x104 }
+ - { offsetInCU: 0x199, offset: 0x13CDEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyANSg_AA8SBCErrorCSgtcfU_', symObjAddr: 0x378, symBinAddr: 0x12BD88, symSize: 0x15C }
+ - { offsetInCU: 0x236, offset: 0x13CE89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x324, symBinAddr: 0x12BD34, symSize: 0x30 }
+ - { offsetInCU: 0x24A, offset: 0x13CE9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyANSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x508, symBinAddr: 0x12BF18, symSize: 0x38 }
+ - { offsetInCU: 0x25E, offset: 0x13CEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x540, symBinAddr: 0x12BF50, symSize: 0x100 }
+ - { offsetInCU: 0x2E7, offset: 0x13CF3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lFyAA9SBCResultOyALGcfU_', symObjAddr: 0x640, symBinAddr: 0x12C050, symSize: 0x14C }
+ - { offsetInCU: 0x394, offset: 0x13CFE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lFyAA9SBCResultOyALGcfU_TA', symObjAddr: 0x7D8, symBinAddr: 0x12C1E8, symSize: 0x3C }
+ - { offsetInCU: 0x3A8, offset: 0x13CFFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCIegg_SgWOy', symObjAddr: 0x814, symBinAddr: 0x12C224, symSize: 0x10 }
+ - { offsetInCU: 0x3BC, offset: 0x13D00F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lF', symObjAddr: 0x824, symBinAddr: 0x12C234, symSize: 0x140 }
+ - { offsetInCU: 0x461, offset: 0x13D0B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyAA9SBCResultOyANGcfU_', symObjAddr: 0x964, symBinAddr: 0x12C374, symSize: 0x194 }
+ - { offsetInCU: 0x541, offset: 0x13D194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyAA9SBCResultOyANGcfU_TA', symObjAddr: 0xB4C, symBinAddr: 0x12C55C, symSize: 0x3C }
+ - { offsetInCU: 0x2B, offset: 0x13D660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvg', symObjAddr: 0x0, symBinAddr: 0x12C5D0, symSize: 0x8 }
+ - { offsetInCU: 0x4A, offset: 0x13D67F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvg', symObjAddr: 0x0, symBinAddr: 0x12C5D0, symSize: 0x8 }
+ - { offsetInCU: 0x66, offset: 0x13D69B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvs', symObjAddr: 0x8, symBinAddr: 0x12C5D8, symSize: 0x28 }
+ - { offsetInCU: 0x82, offset: 0x13D6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0CvM', symObjAddr: 0x30, symBinAddr: 0x12C600, symSize: 0x10 }
+ - { offsetInCU: 0x9E, offset: 0x13D6D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0CvM.resume.0', symObjAddr: 0x40, symBinAddr: 0x12C610, symSize: 0x4 }
+ - { offsetInCU: 0xBA, offset: 0x13D6EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV_12userDefaultsACyxGSS_So06NSUserH0CtcfC', symObjAddr: 0x44, symBinAddr: 0x12C614, symSize: 0x4 }
+ - { offsetInCU: 0x101, offset: 0x13D736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvg', symObjAddr: 0x48, symBinAddr: 0x12C618, symSize: 0x310 }
+ - { offsetInCU: 0x2A6, offset: 0x13D8DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvs', symObjAddr: 0x4C0, symBinAddr: 0x12C9C8, symSize: 0x38C }
+ - { offsetInCU: 0x49A, offset: 0x13DACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvM', symObjAddr: 0x84C, symBinAddr: 0x12CD54, symSize: 0xA4 }
+ - { offsetInCU: 0x4B6, offset: 0x13DAEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvM.resume.0', symObjAddr: 0x8F0, symBinAddr: 0x12CDF8, symSize: 0x98 }
+ - { offsetInCU: 0x584, offset: 0x13DBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvpSeRzSERzlACyxGTk', symObjAddr: 0x420, symBinAddr: 0x12C928, symSize: 0xA0 }
+ - { offsetInCU: 0x5AB, offset: 0x13DBE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVMi', symObjAddr: 0xA80, symBinAddr: 0x12CED4, symSize: 0x8 }
+ - { offsetInCU: 0x5BF, offset: 0x13DBF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwCP', symObjAddr: 0xA88, symBinAddr: 0x12CEDC, symSize: 0x3C }
+ - { offsetInCU: 0x5D3, offset: 0x13DC08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwxx', symObjAddr: 0xAC4, symBinAddr: 0x12CF18, symSize: 0x28 }
+ - { offsetInCU: 0x5E7, offset: 0x13DC1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwcp', symObjAddr: 0xAEC, symBinAddr: 0x12CF40, symSize: 0x3C }
+ - { offsetInCU: 0x5FB, offset: 0x13DC30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwca', symObjAddr: 0xB28, symBinAddr: 0x12CF7C, symSize: 0x64 }
+ - { offsetInCU: 0x60F, offset: 0x13DC44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwta', symObjAddr: 0xBA0, symBinAddr: 0x12CFE0, symSize: 0x44 }
+ - { offsetInCU: 0x623, offset: 0x13DC58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwet', symObjAddr: 0xBE4, symBinAddr: 0x12D024, symSize: 0x48 }
+ - { offsetInCU: 0x637, offset: 0x13DC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwst', symObjAddr: 0xC2C, symBinAddr: 0x12D06C, symSize: 0x40 }
+ - { offsetInCU: 0x64B, offset: 0x13DC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVMa', symObjAddr: 0xC6C, symBinAddr: 0x12D0AC, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x13DFB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x12D0B8, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x13DFD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x12D0B8, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x13DFF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4, symBinAddr: 0x12D0BC, symSize: 0x14 }
+ - { offsetInCU: 0x7B, offset: 0x13E006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAcA05LocalI0C_tcfC', symObjAddr: 0x18, symBinAddr: 0x12D0D0, symSize: 0x4 }
+ - { offsetInCU: 0xCC, offset: 0x13E057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1C, symBinAddr: 0x12D0D4, symSize: 0x28 }
+ - { offsetInCU: 0x104, offset: 0x13E08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x44, symBinAddr: 0x12D0FC, symSize: 0x124 }
+ - { offsetInCU: 0x161, offset: 0x13E0EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA0D11RespondableAAWI', symObjAddr: 0x168, symBinAddr: 0x12D220, symSize: 0x24 }
+ - { offsetInCU: 0x175, offset: 0x13E100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA14APIRespondableAAWl', symObjAddr: 0x18C, symBinAddr: 0x12D244, symSize: 0x44 }
+ - { offsetInCU: 0x189, offset: 0x13E114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA14APIRespondableAAWI', symObjAddr: 0x1D0, symBinAddr: 0x12D288, symSize: 0x24 }
+ - { offsetInCU: 0x19D, offset: 0x13E128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA11RespondableAAWI', symObjAddr: 0x238, symBinAddr: 0x12D2AC, symSize: 0x2C }
+ - { offsetInCU: 0x1B1, offset: 0x13E13C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA0G0AAWl', symObjAddr: 0x264, symBinAddr: 0x12D2D8, symSize: 0x44 }
+ - { offsetInCU: 0x1C5, offset: 0x13E150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x2A8, symBinAddr: 0x12D31C, symSize: 0x44 }
+ - { offsetInCU: 0x1D9, offset: 0x13E164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA0G0AAWI', symObjAddr: 0x2EC, symBinAddr: 0x12D360, symSize: 0x24 }
+ - { offsetInCU: 0x1ED, offset: 0x13E178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x354, symBinAddr: 0x12D384, symSize: 0x24 }
+ - { offsetInCU: 0x201, offset: 0x13E18C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVMa', symObjAddr: 0x378, symBinAddr: 0x12D3A8, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x13E3CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6params9nextToken04prevJ0AcA0deF0C6ParamsC_SSSgAKtcfC', symObjAddr: 0x0, symBinAddr: 0x12D3B8, symSize: 0x6C }
+ - { offsetInCU: 0x6B, offset: 0x13E3E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0xCC, symBinAddr: 0x12D484, symSize: 0x68 }
+ - { offsetInCU: 0x8C, offset: 0x13E40A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0x134, symBinAddr: 0x12D4EC, symSize: 0x6C }
+ - { offsetInCU: 0xB5, offset: 0x13E433, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x1A0, symBinAddr: 0x12D558, symSize: 0x6C }
+ - { offsetInCU: 0xDE, offset: 0x13E45C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x20C, symBinAddr: 0x12D5C4, symSize: 0x4 }
+ - { offsetInCU: 0xFA, offset: 0x13E478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x210, symBinAddr: 0x12D5C8, symSize: 0x8 }
+ - { offsetInCU: 0x116, offset: 0x13E494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x218, symBinAddr: 0x12D5D0, symSize: 0x8 }
+ - { offsetInCU: 0x12A, offset: 0x13E4A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV5limitSuvg', symObjAddr: 0x220, symBinAddr: 0x12D5D8, symSize: 0x8 }
+ - { offsetInCU: 0x146, offset: 0x13E4C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV4typeShyAA0D4TypeOGvg', symObjAddr: 0x228, symBinAddr: 0x12D5E0, symSize: 0x8 }
+ - { offsetInCU: 0x162, offset: 0x13E4E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV5stateShyAA0D0C5StateOGvg', symObjAddr: 0x230, symBinAddr: 0x12D5E8, symSize: 0x8 }
+ - { offsetInCU: 0x17E, offset: 0x13E4FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV7roomIdsSaySSGSgvg', symObjAddr: 0x238, symBinAddr: 0x12D5F0, symSize: 0x8 }
+ - { offsetInCU: 0x19A, offset: 0x13E518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV13cpcLowerBounds5Int64VSgvg', symObjAddr: 0x240, symBinAddr: 0x12D5F8, symSize: 0xC }
+ - { offsetInCU: 0x1B6, offset: 0x13E534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV13cpcUpperBounds5Int64VSgvg', symObjAddr: 0x24C, symBinAddr: 0x12D604, symSize: 0xC }
+ - { offsetInCU: 0x1D2, offset: 0x13E550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV18createdAtStartDates5Int64VSgvg', symObjAddr: 0x258, symBinAddr: 0x12D610, symSize: 0xC }
+ - { offsetInCU: 0x1EE, offset: 0x13E56C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV16createdAtEndDates5Int64VSgvg', symObjAddr: 0x264, symBinAddr: 0x12D61C, symSize: 0xC }
+ - { offsetInCU: 0x20A, offset: 0x13E588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV9nextTokenSSSgvg', symObjAddr: 0x270, symBinAddr: 0x12D628, symSize: 0x2C }
+ - { offsetInCU: 0x226, offset: 0x13E5A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV9prevTokenSSSgvg', symObjAddr: 0x29C, symBinAddr: 0x12D654, symSize: 0x2C }
+ - { offsetInCU: 0x242, offset: 0x13E5C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV16createdByUserIdsSaySSGvg', symObjAddr: 0x2C8, symBinAddr: 0x12D680, symSize: 0x8 }
+ - { offsetInCU: 0x270, offset: 0x13E5EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO8rawValueSSvg', symObjAddr: 0x2D0, symBinAddr: 0x12D688, symSize: 0xFC }
+ - { offsetInCU: 0x2A9, offset: 0x13E627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO11stringValueSSvg', symObjAddr: 0x3CC, symBinAddr: 0x12D784, symSize: 0xFC }
+ - { offsetInCU: 0x320, offset: 0x13E69E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSYAASY8rawValuexSg03RawS0Qz_tcfCTW', symObjAddr: 0x64C, symBinAddr: 0x12DA04, symSize: 0x44 }
+ - { offsetInCU: 0x366, offset: 0x13E6E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSYAASY8rawValue03RawS0QzvgTW', symObjAddr: 0x690, symBinAddr: 0x12DA48, symSize: 0x28 }
+ - { offsetInCU: 0x37A, offset: 0x13E6F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6B8, symBinAddr: 0x12DA70, symSize: 0x8 }
+ - { offsetInCU: 0x3B0, offset: 0x13E72E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6C0, symBinAddr: 0x12DA78, symSize: 0x3C }
+ - { offsetInCU: 0x415, offset: 0x13E793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6FC, symBinAddr: 0x12DAB4, symSize: 0xC }
+ - { offsetInCU: 0x431, offset: 0x13E7AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x708, symBinAddr: 0x12DAC0, symSize: 0xC }
+ - { offsetInCU: 0x44D, offset: 0x13E7CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO8rawValueAFSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1F04, symBinAddr: 0x12F170, symSize: 0x50 }
+ - { offsetInCU: 0x47A, offset: 0x13E7F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x764, symBinAddr: 0x12DB1C, symSize: 0x7B8 }
+ - { offsetInCU: 0x4E5, offset: 0x13E863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0xF1C, symBinAddr: 0x12E2D4, symSize: 0x68 }
+ - { offsetInCU: 0x51C, offset: 0x13E89A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF84, symBinAddr: 0x12E33C, symSize: 0x8 }
+ - { offsetInCU: 0x547, offset: 0x13E8C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF8C, symBinAddr: 0x12E344, symSize: 0x8 }
+ - { offsetInCU: 0x579, offset: 0x13E8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF94, symBinAddr: 0x12E34C, symSize: 0x58 }
+ - { offsetInCU: 0x59C, offset: 0x13E91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6params9nextToken04prevJ0AcA0deF0C6ParamsC_SSSgAKtcfCTf4nnnd_n', symObjAddr: 0xFEC, symBinAddr: 0x12E3A4, symSize: 0x2AC }
+ - { offsetInCU: 0x650, offset: 0x13E9CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultType_WZ', symObjAddr: 0x6C, symBinAddr: 0x12D424, symSize: 0x20 }
+ - { offsetInCU: 0x66A, offset: 0x13E9E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x8C, symBinAddr: 0x12D444, symSize: 0x40 }
+ - { offsetInCU: 0x6D1, offset: 0x13EA4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs0H3KeyAAWl', symObjAddr: 0x12FC, symBinAddr: 0x12E650, symSize: 0x44 }
+ - { offsetInCU: 0x6E5, offset: 0x13EA63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSEAAWl', symObjAddr: 0x13D4, symBinAddr: 0x12E694, symSize: 0x44 }
+ - { offsetInCU: 0x6F9, offset: 0x13EA77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESEAAWl', symObjAddr: 0x147C, symBinAddr: 0x12E73C, symSize: 0x44 }
+ - { offsetInCU: 0x70D, offset: 0x13EA8B, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOr', symObjAddr: 0x14C0, symBinAddr: 0x12E780, symSize: 0x28 }
+ - { offsetInCU: 0x721, offset: 0x13EA9F, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgxSgSEsSERzlWl', symObjAddr: 0x14E8, symBinAddr: 0x12E7A8, symSize: 0x84 }
+ - { offsetInCU: 0x735, offset: 0x13EAB3, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOs', symObjAddr: 0x156C, symBinAddr: 0x12E82C, symSize: 0x28 }
+ - { offsetInCU: 0x749, offset: 0x13EAC7, size: 0x8, addend: 0x0, symName: '_$sSaySSGWOs', symObjAddr: 0x1594, symBinAddr: 0x12E854, symSize: 0x28 }
+ - { offsetInCU: 0x75D, offset: 0x13EADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA14APIRequestableAAWI', symObjAddr: 0x165C, symBinAddr: 0x12E91C, symSize: 0x24 }
+ - { offsetInCU: 0x771, offset: 0x13EAEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x16C4, symBinAddr: 0x12E940, symSize: 0x4 }
+ - { offsetInCU: 0x785, offset: 0x13EB03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAcA11RespondableAAWl', symObjAddr: 0x16C8, symBinAddr: 0x12E944, symSize: 0x48 }
+ - { offsetInCU: 0x799, offset: 0x13EB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA11RequestableAAWI', symObjAddr: 0x1710, symBinAddr: 0x12E98C, symSize: 0x2C }
+ - { offsetInCU: 0x7AD, offset: 0x13EB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA0G0AAWl', symObjAddr: 0x173C, symBinAddr: 0x12E9B8, symSize: 0x44 }
+ - { offsetInCU: 0x7C1, offset: 0x13EB3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1780, symBinAddr: 0x12E9FC, symSize: 0x44 }
+ - { offsetInCU: 0x7D5, offset: 0x13EB53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0AAWI', symObjAddr: 0x17C4, symBinAddr: 0x12EA40, symSize: 0x24 }
+ - { offsetInCU: 0x7E9, offset: 0x13EB67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVACSEAAWl', symObjAddr: 0x17E8, symBinAddr: 0x12EA64, symSize: 0x44 }
+ - { offsetInCU: 0x7FD, offset: 0x13EB7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x182C, symBinAddr: 0x12EAA8, symSize: 0x24 }
+ - { offsetInCU: 0x811, offset: 0x13EB8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwCP', symObjAddr: 0x1850, symBinAddr: 0x12EACC, symSize: 0x30 }
+ - { offsetInCU: 0x825, offset: 0x13EBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwxx', symObjAddr: 0x1880, symBinAddr: 0x12EAFC, symSize: 0x50 }
+ - { offsetInCU: 0x839, offset: 0x13EBB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwcp', symObjAddr: 0x18D0, symBinAddr: 0x12EB4C, symSize: 0xDC }
+ - { offsetInCU: 0x84D, offset: 0x13EBCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwca', symObjAddr: 0x19AC, symBinAddr: 0x12EC28, symSize: 0x134 }
+ - { offsetInCU: 0x861, offset: 0x13EBDF, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x1AE0, symBinAddr: 0x12ED5C, symSize: 0x34 }
+ - { offsetInCU: 0x875, offset: 0x13EBF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwta', symObjAddr: 0x1B14, symBinAddr: 0x12ED90, symSize: 0xDC }
+ - { offsetInCU: 0x889, offset: 0x13EC07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwet', symObjAddr: 0x1BF0, symBinAddr: 0x12EE6C, symSize: 0x48 }
+ - { offsetInCU: 0x89D, offset: 0x13EC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwst', symObjAddr: 0x1C38, symBinAddr: 0x12EEB4, symSize: 0x64 }
+ - { offsetInCU: 0x8B1, offset: 0x13EC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVMa', symObjAddr: 0x1C9C, symBinAddr: 0x12EF18, symSize: 0x10 }
+ - { offsetInCU: 0x8C5, offset: 0x13EC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwet', symObjAddr: 0x1CBC, symBinAddr: 0x12EF28, symSize: 0x90 }
+ - { offsetInCU: 0x8D9, offset: 0x13EC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwst', symObjAddr: 0x1D4C, symBinAddr: 0x12EFB8, symSize: 0xBC }
+ - { offsetInCU: 0x8ED, offset: 0x13EC6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwug', symObjAddr: 0x1E08, symBinAddr: 0x12F074, symSize: 0x8 }
+ - { offsetInCU: 0x901, offset: 0x13EC7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwup', symObjAddr: 0x1E10, symBinAddr: 0x12F07C, symSize: 0x4 }
+ - { offsetInCU: 0x915, offset: 0x13EC93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwui', symObjAddr: 0x1E14, symBinAddr: 0x12F080, symSize: 0x8 }
+ - { offsetInCU: 0x929, offset: 0x13ECA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOMa', symObjAddr: 0x1E1C, symBinAddr: 0x12F088, symSize: 0x10 }
+ - { offsetInCU: 0x93D, offset: 0x13ECBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASQWb', symObjAddr: 0x1E2C, symBinAddr: 0x12F098, symSize: 0x4 }
+ - { offsetInCU: 0x951, offset: 0x13ECCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFSQAAWl', symObjAddr: 0x1E30, symBinAddr: 0x12F09C, symSize: 0x44 }
+ - { offsetInCU: 0x965, offset: 0x13ECE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E74, symBinAddr: 0x12F0E0, symSize: 0x4 }
+ - { offsetInCU: 0x979, offset: 0x13ECF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E78, symBinAddr: 0x12F0E4, symSize: 0x44 }
+ - { offsetInCU: 0x98D, offset: 0x13ED0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1EBC, symBinAddr: 0x12F128, symSize: 0x4 }
+ - { offsetInCU: 0x9A1, offset: 0x13ED1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1EC0, symBinAddr: 0x12F12C, symSize: 0x44 }
+ - { offsetInCU: 0x9EA, offset: 0x13ED68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C8, symBinAddr: 0x12D880, symSize: 0x88 }
+ - { offsetInCU: 0xA99, offset: 0x13EE17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH9hashValueSivgTW', symObjAddr: 0x550, symBinAddr: 0x12D908, symSize: 0x60 }
+ - { offsetInCU: 0xB17, offset: 0x13EE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x12D968, symSize: 0x40 }
+ - { offsetInCU: 0xB69, offset: 0x13EEE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x12D9A8, symSize: 0x5C }
+ - { offsetInCU: 0xBCB, offset: 0x13EF49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x714, symBinAddr: 0x12DACC, symSize: 0x28 }
+ - { offsetInCU: 0xBE7, offset: 0x13EF65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x73C, symBinAddr: 0x12DAF4, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x13F1EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfC', symObjAddr: 0x0, symBinAddr: 0x12F1C0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x13F20E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfC', symObjAddr: 0x0, symBinAddr: 0x12F1C0, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x13F22C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvg', symObjAddr: 0x20, symBinAddr: 0x12F1E0, symSize: 0x44 }
+ - { offsetInCU: 0x98, offset: 0x13F25B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvs', symObjAddr: 0x64, symBinAddr: 0x12F224, symSize: 0x50 }
+ - { offsetInCU: 0xD7, offset: 0x13F29A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvM', symObjAddr: 0xB4, symBinAddr: 0x12F274, symSize: 0x44 }
+ - { offsetInCU: 0x106, offset: 0x13F2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvM.resume.0', symObjAddr: 0xF8, symBinAddr: 0x12F2B8, symSize: 0x4 }
+ - { offsetInCU: 0x131, offset: 0x13F2F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvg', symObjAddr: 0xFC, symBinAddr: 0x12F2BC, symSize: 0x48 }
+ - { offsetInCU: 0x160, offset: 0x13F323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvs', symObjAddr: 0x144, symBinAddr: 0x12F304, symSize: 0x5C }
+ - { offsetInCU: 0x19F, offset: 0x13F362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvM', symObjAddr: 0x1A0, symBinAddr: 0x12F360, symSize: 0x44 }
+ - { offsetInCU: 0x1CE, offset: 0x13F391, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvg', symObjAddr: 0x1E4, symBinAddr: 0x12F3A4, symSize: 0x48 }
+ - { offsetInCU: 0x1FD, offset: 0x13F3C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvs', symObjAddr: 0x22C, symBinAddr: 0x12F3EC, symSize: 0x50 }
+ - { offsetInCU: 0x23C, offset: 0x13F3FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvM', symObjAddr: 0x27C, symBinAddr: 0x12F43C, symSize: 0x44 }
+ - { offsetInCU: 0x26B, offset: 0x13F42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC03addE0_6forKeyyAA0dE8Delegate_p_SStF', symObjAddr: 0x2C0, symBinAddr: 0x12F480, symSize: 0xD4 }
+ - { offsetInCU: 0x30B, offset: 0x13F4CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC06removeE06forKeyySS_tF', symObjAddr: 0x3D4, symBinAddr: 0x12F554, symSize: 0x7C }
+ - { offsetInCU: 0x35F, offset: 0x13F522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5clearyyF', symObjAddr: 0x450, symBinAddr: 0x12F5D0, symSize: 0x68 }
+ - { offsetInCU: 0x3A8, offset: 0x13F56B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC7setSizeyySo6CGSizeVF', symObjAddr: 0x4B8, symBinAddr: 0x12F638, symSize: 0x20 }
+ - { offsetInCU: 0x3F9, offset: 0x13F5BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC7setSizeyySo6CGSizeVFTo', symObjAddr: 0x4D8, symBinAddr: 0x12F658, symSize: 0x5C }
+ - { offsetInCU: 0x436, offset: 0x13F5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0x534, symBinAddr: 0x12F6B4, symSize: 0xA4 }
+ - { offsetInCU: 0x4CA, offset: 0x13F68D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x5D8, symBinAddr: 0x12F758, symSize: 0xE8 }
+ - { offsetInCU: 0x51E, offset: 0x13F6E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfc', symObjAddr: 0x6C0, symBinAddr: 0x12F840, symSize: 0x90 }
+ - { offsetInCU: 0x570, offset: 0x13F733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfcTo', symObjAddr: 0x750, symBinAddr: 0x12F8D0, symSize: 0x90 }
+ - { offsetInCU: 0x5B8, offset: 0x13F77B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCfD', symObjAddr: 0x7E0, symBinAddr: 0x12F960, symSize: 0x30 }
+ - { offsetInCU: 0x64C, offset: 0x13F80F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCfETo', symObjAddr: 0x810, symBinAddr: 0x12F990, symSize: 0x10 }
+ - { offsetInCU: 0x6C8, offset: 0x13F88B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCMa', symObjAddr: 0x9A4, symBinAddr: 0x12FB24, symSize: 0x20 }
+ - { offsetInCU: 0x7A9, offset: 0x13F96C, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF17VideoSinkDelegate_pG_G_Tg504$s13ef9Calls0aB9jk39C11renderFrameyySo08RTCVideoG0CSgFyAA13hi8CyAA0dE8L8_pGXEfU_So0S5FrameCSgTf1cn_nTf4ng_n', symObjAddr: 0x820, symBinAddr: 0x12F9A0, symSize: 0x184 }
+ - { offsetInCU: 0x27, offset: 0x13FC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x12FE8C, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x13FCA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x12FE8C, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x13FCBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x12FE90, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x13FCEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x12FECC, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x13FD10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x12FEF4, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x13FD41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x12FF34, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x13FD5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x12FF38, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x13FD79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x12FF3C, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x13FD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6paramsAA0E6ParamsCvg', symObjAddr: 0xB8, symBinAddr: 0x12FF44, symSize: 0x8 }
+ - { offsetInCU: 0x144, offset: 0x13FDA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV8roomTypeAcA0eH0O_tcfC', symObjAddr: 0xC0, symBinAddr: 0x12FF4C, symSize: 0x100 }
+ - { offsetInCU: 0x1FF, offset: 0x13FE64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6paramsAcA0E6ParamsC_tcfC', symObjAddr: 0x200, symBinAddr: 0x13004C, symSize: 0x60 }
+ - { offsetInCU: 0x28E, offset: 0x13FEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x1300AC, symSize: 0x38 }
+ - { offsetInCU: 0x2C6, offset: 0x13FF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x298, symBinAddr: 0x1300E4, symSize: 0x40 }
+ - { offsetInCU: 0x2FD, offset: 0x13FF62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x2D8, symBinAddr: 0x130124, symSize: 0x8 }
+ - { offsetInCU: 0x328, offset: 0x13FF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x2E0, symBinAddr: 0x13012C, symSize: 0x8 }
+ - { offsetInCU: 0x38A, offset: 0x13FFEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2E8, symBinAddr: 0x130134, symSize: 0x38 }
+ - { offsetInCU: 0x436, offset: 0x14009B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x320, symBinAddr: 0x13016C, symSize: 0x24 }
+ - { offsetInCU: 0x44A, offset: 0x1400AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x344, symBinAddr: 0x130190, symSize: 0x44 }
+ - { offsetInCU: 0x45E, offset: 0x1400C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x388, symBinAddr: 0x1301D4, symSize: 0x4 }
+ - { offsetInCU: 0x472, offset: 0x1400D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x3D0, symBinAddr: 0x1301D8, symSize: 0x24 }
+ - { offsetInCU: 0x486, offset: 0x1400EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x3F4, symBinAddr: 0x1301FC, symSize: 0x44 }
+ - { offsetInCU: 0x49A, offset: 0x1400FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA11RequestableAAWI', symObjAddr: 0x438, symBinAddr: 0x130240, symSize: 0x2C }
+ - { offsetInCU: 0x4AE, offset: 0x140113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA0F0AAWl', symObjAddr: 0x464, symBinAddr: 0x13026C, symSize: 0x44 }
+ - { offsetInCU: 0x4C2, offset: 0x140127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x4A8, symBinAddr: 0x1302B0, symSize: 0x44 }
+ - { offsetInCU: 0x4D6, offset: 0x14013B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0AAWI', symObjAddr: 0x4EC, symBinAddr: 0x1302F4, symSize: 0x24 }
+ - { offsetInCU: 0x4EA, offset: 0x14014F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVACSEAAWl', symObjAddr: 0x510, symBinAddr: 0x130318, symSize: 0x44 }
+ - { offsetInCU: 0x4FE, offset: 0x140163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x554, symBinAddr: 0x13035C, symSize: 0x24 }
+ - { offsetInCU: 0x512, offset: 0x140177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwCP', symObjAddr: 0x578, symBinAddr: 0x130380, symSize: 0x3C }
+ - { offsetInCU: 0x526, offset: 0x14018B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwxx', symObjAddr: 0x5B4, symBinAddr: 0x1303BC, symSize: 0x28 }
+ - { offsetInCU: 0x53A, offset: 0x14019F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwcp', symObjAddr: 0x5DC, symBinAddr: 0x1303E4, symSize: 0x3C }
+ - { offsetInCU: 0x54E, offset: 0x1401B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwca', symObjAddr: 0x618, symBinAddr: 0x130420, symSize: 0x64 }
+ - { offsetInCU: 0x562, offset: 0x1401C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwta', symObjAddr: 0x690, symBinAddr: 0x130484, symSize: 0x4C }
+ - { offsetInCU: 0x576, offset: 0x1401DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwet', symObjAddr: 0x6DC, symBinAddr: 0x1304D0, symSize: 0x48 }
+ - { offsetInCU: 0x58A, offset: 0x1401EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwst', symObjAddr: 0x724, symBinAddr: 0x130518, symSize: 0x40 }
+ - { offsetInCU: 0x59E, offset: 0x140203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVMa', symObjAddr: 0x764, symBinAddr: 0x130558, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x140433, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x13056C, symSize: 0x18 }
+ - { offsetInCU: 0x4B, offset: 0x140457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x13056C, symSize: 0x18 }
+ - { offsetInCU: 0xA6, offset: 0x1404B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvgZ', symObjAddr: 0x58, symBinAddr: 0x1305C4, symSize: 0x28 }
+ - { offsetInCU: 0xC7, offset: 0x1404D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvMZ', symObjAddr: 0x80, symBinAddr: 0x1305EC, symSize: 0x40 }
+ - { offsetInCU: 0xF8, offset: 0x140504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvMZ.resume.0', symObjAddr: 0xC0, symBinAddr: 0x13062C, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x140520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC4, symBinAddr: 0x130630, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x14053C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xCC, symBinAddr: 0x130638, symSize: 0xB8 }
+ - { offsetInCU: 0x1B3, offset: 0x1405BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV12isWSRequiredSbvg', symObjAddr: 0x1EC, symBinAddr: 0x1306F0, symSize: 0x8 }
+ - { offsetInCU: 0x1CF, offset: 0x1405DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomIdSSvg', symObjAddr: 0x1F4, symBinAddr: 0x1306F8, symSize: 0x2C }
+ - { offsetInCU: 0x1EB, offset: 0x1405F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV13participantIdSSvg', symObjAddr: 0x220, symBinAddr: 0x130724, symSize: 0x2C }
+ - { offsetInCU: 0x207, offset: 0x140613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV02isE7EnabledSbvg', symObjAddr: 0x24C, symBinAddr: 0x130750, symSize: 0x8 }
+ - { offsetInCU: 0x223, offset: 0x14062F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x254, symBinAddr: 0x130758, symSize: 0xE0 }
+ - { offsetInCU: 0x25D, offset: 0x140669, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0D11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x39C, symBinAddr: 0x130838, symSize: 0x8 }
+ - { offsetInCU: 0x288, offset: 0x140694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x454, symBinAddr: 0x1308AC, symSize: 0x40 }
+ - { offsetInCU: 0x2BF, offset: 0x1406CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5B0, symBinAddr: 0x1309C4, symSize: 0x8 }
+ - { offsetInCU: 0x2DB, offset: 0x1406E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5B8, symBinAddr: 0x1309CC, symSize: 0x38 }
+ - { offsetInCU: 0x345, offset: 0x140751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x67C, symBinAddr: 0x130A90, symSize: 0xE4 }
+ - { offsetInCU: 0x392, offset: 0x14079E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultType_WZ', symObjAddr: 0x18, symBinAddr: 0x130584, symSize: 0x4 }
+ - { offsetInCU: 0x3AC, offset: 0x1407B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvau', symObjAddr: 0x1C, symBinAddr: 0x130588, symSize: 0x3C }
+ - { offsetInCU: 0x3F2, offset: 0x1407FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0D11RequestableAAWI', symObjAddr: 0x3A4, symBinAddr: 0x130840, symSize: 0x24 }
+ - { offsetInCU: 0x406, offset: 0x140812, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3C8, symBinAddr: 0x130864, symSize: 0x44 }
+ - { offsetInCU: 0x41A, offset: 0x140826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x40C, symBinAddr: 0x1308A8, symSize: 0x4 }
+ - { offsetInCU: 0x42E, offset: 0x14083A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA14APIRequestableAAWI', symObjAddr: 0x494, symBinAddr: 0x1308EC, symSize: 0x24 }
+ - { offsetInCU: 0x442, offset: 0x14084E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA11RequestableAAWI', symObjAddr: 0x4FC, symBinAddr: 0x130910, symSize: 0x2C }
+ - { offsetInCU: 0x456, offset: 0x140862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA0G0AAWl', symObjAddr: 0x528, symBinAddr: 0x13093C, symSize: 0x44 }
+ - { offsetInCU: 0x46A, offset: 0x140876, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x56C, symBinAddr: 0x130980, symSize: 0x44 }
+ - { offsetInCU: 0x47E, offset: 0x14088A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0AAWI', symObjAddr: 0x5F0, symBinAddr: 0x130A04, symSize: 0x24 }
+ - { offsetInCU: 0x492, offset: 0x14089E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVACSEAAWl', symObjAddr: 0x614, symBinAddr: 0x130A28, symSize: 0x44 }
+ - { offsetInCU: 0x4A6, offset: 0x1408B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x658, symBinAddr: 0x130A6C, symSize: 0x24 }
+ - { offsetInCU: 0x4CC, offset: 0x1408D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwCP', symObjAddr: 0x760, symBinAddr: 0x130B74, symSize: 0x30 }
+ - { offsetInCU: 0x4E0, offset: 0x1408EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwxx', symObjAddr: 0x790, symBinAddr: 0x130BA4, symSize: 0x28 }
+ - { offsetInCU: 0x4F4, offset: 0x140900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwcp', symObjAddr: 0x7B8, symBinAddr: 0x130BCC, symSize: 0x4C }
+ - { offsetInCU: 0x508, offset: 0x140914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwca', symObjAddr: 0x804, symBinAddr: 0x130C18, symSize: 0x84 }
+ - { offsetInCU: 0x51C, offset: 0x140928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwta', symObjAddr: 0x89C, symBinAddr: 0x130C9C, symSize: 0x5C }
+ - { offsetInCU: 0x530, offset: 0x14093C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwet', symObjAddr: 0x8F8, symBinAddr: 0x130CF8, symSize: 0x48 }
+ - { offsetInCU: 0x544, offset: 0x140950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwst', symObjAddr: 0x940, symBinAddr: 0x130D40, symSize: 0x4C }
+ - { offsetInCU: 0x558, offset: 0x140964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVMa', symObjAddr: 0x98C, symBinAddr: 0x130D8C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x140BD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvpZ', symObjAddr: 0x85B0, symBinAddr: 0x2C8DE0, symSize: 0x0 }
+ - { offsetInCU: 0x59, offset: 0x140BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy_WZ', symObjAddr: 0x0, symBinAddr: 0x130DA0, symSize: 0x58 }
+ - { offsetInCU: 0x73, offset: 0x140BFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0Ovau', symObjAddr: 0x58, symBinAddr: 0x130DF8, symSize: 0x48 }
+ - { offsetInCU: 0xA4, offset: 0x140C2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvgZ', symObjAddr: 0xB8, symBinAddr: 0x130E40, symSize: 0x98 }
+ - { offsetInCU: 0xC5, offset: 0x140C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvsZ', symObjAddr: 0x150, symBinAddr: 0x130ED8, symSize: 0xB0 }
+ - { offsetInCU: 0xEE, offset: 0x140C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvMZ', symObjAddr: 0x200, symBinAddr: 0x130F88, symSize: 0x78 }
+ - { offsetInCU: 0x117, offset: 0x140CA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvMZ.resume.0', symObjAddr: 0x278, symBinAddr: 0x131000, symSize: 0x4 }
+ - { offsetInCU: 0x133, offset: 0x140CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC06customF0SDyS2SGvg', symObjAddr: 0x27C, symBinAddr: 0x131004, symSize: 0x8 }
+ - { offsetInCU: 0x14F, offset: 0x140CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11deletedKeysSaySSGvg', symObjAddr: 0x284, symBinAddr: 0x13100C, symSize: 0x8 }
+ - { offsetInCU: 0x16B, offset: 0x140CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x28C, symBinAddr: 0x131014, symSize: 0x8 }
+ - { offsetInCU: 0x1BC, offset: 0x140D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x294, symBinAddr: 0x13101C, symSize: 0x5C }
+ - { offsetInCU: 0x214, offset: 0x140D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x330, symBinAddr: 0x131078, symSize: 0x5C }
+ - { offsetInCU: 0x27C, offset: 0x140E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x38C, symBinAddr: 0x1310D4, symSize: 0x8 }
+ - { offsetInCU: 0x2A3, offset: 0x140E2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x394, symBinAddr: 0x1310DC, symSize: 0xC }
+ - { offsetInCU: 0x2CA, offset: 0x140E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x1310E8, symSize: 0x20 }
+ - { offsetInCU: 0x303, offset: 0x140E8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x131108, symSize: 0x20 }
+ - { offsetInCU: 0x331, offset: 0x140EBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x131108, symSize: 0x20 }
+ - { offsetInCU: 0x35C, offset: 0x140EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x564, symBinAddr: 0x1312AC, symSize: 0x64 }
+ - { offsetInCU: 0x3C2, offset: 0x140F4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x5C8, symBinAddr: 0x131310, symSize: 0x28 }
+ - { offsetInCU: 0x3D6, offset: 0x140F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5F0, symBinAddr: 0x131338, symSize: 0x8 }
+ - { offsetInCU: 0x40C, offset: 0x140F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5F8, symBinAddr: 0x131340, symSize: 0x68 }
+ - { offsetInCU: 0x491, offset: 0x14101A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x660, symBinAddr: 0x1313A8, symSize: 0xC }
+ - { offsetInCU: 0x4AD, offset: 0x141036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x66C, symBinAddr: 0x1313B4, symSize: 0xC }
+ - { offsetInCU: 0x4CA, offset: 0x141053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6C8, symBinAddr: 0x131410, symSize: 0x4C }
+ - { offsetInCU: 0x4EF, offset: 0x141078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x714, symBinAddr: 0x13145C, symSize: 0x1FC }
+ - { offsetInCU: 0x54B, offset: 0x1410D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCfd', symObjAddr: 0xAB4, symBinAddr: 0x1316BC, symSize: 0x24 }
+ - { offsetInCU: 0x586, offset: 0x14110F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCfD', symObjAddr: 0xAD8, symBinAddr: 0x1316E0, symSize: 0x2C }
+ - { offsetInCU: 0x5D8, offset: 0x141161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0xC98, symBinAddr: 0x1318A0, symSize: 0x98 }
+ - { offsetInCU: 0x60F, offset: 0x141198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD64, symBinAddr: 0x13196C, symSize: 0x2C }
+ - { offsetInCU: 0x654, offset: 0x1411DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x934, symBinAddr: 0x131658, symSize: 0x44 }
+ - { offsetInCU: 0x668, offset: 0x1411F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCMa', symObjAddr: 0x978, symBinAddr: 0x13169C, symSize: 0x20 }
+ - { offsetInCU: 0x67C, offset: 0x141205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xB04, symBinAddr: 0x13170C, symSize: 0x4 }
+ - { offsetInCU: 0x690, offset: 0x141219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xB08, symBinAddr: 0x131710, symSize: 0x44 }
+ - { offsetInCU: 0x6A4, offset: 0x14122D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0xB4C, symBinAddr: 0x131754, symSize: 0x4 }
+ - { offsetInCU: 0x6B8, offset: 0x141241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0xB50, symBinAddr: 0x131758, symSize: 0x44 }
+ - { offsetInCU: 0x6CC, offset: 0x141255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0xB94, symBinAddr: 0x13179C, symSize: 0x4 }
+ - { offsetInCU: 0x6E0, offset: 0x141269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0xB98, symBinAddr: 0x1317A0, symSize: 0x44 }
+ - { offsetInCU: 0x6F4, offset: 0x14127D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xBDC, symBinAddr: 0x1317E4, symSize: 0x4C }
+ - { offsetInCU: 0x708, offset: 0x141291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA0G0AAWI', symObjAddr: 0xC28, symBinAddr: 0x131830, symSize: 0x34 }
+ - { offsetInCU: 0x71C, offset: 0x1412A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xD30, symBinAddr: 0x131938, symSize: 0x34 }
+ - { offsetInCU: 0x730, offset: 0x1412B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xDC4, symBinAddr: 0x1319BC, symSize: 0x90 }
+ - { offsetInCU: 0x744, offset: 0x1412CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xE54, symBinAddr: 0x131A4C, symSize: 0xBC }
+ - { offsetInCU: 0x758, offset: 0x1412E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xF10, symBinAddr: 0x131B08, symSize: 0x8 }
+ - { offsetInCU: 0x76C, offset: 0x1412F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xF18, symBinAddr: 0x131B10, symSize: 0x4 }
+ - { offsetInCU: 0x780, offset: 0x141309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xF1C, symBinAddr: 0x131B14, symSize: 0x8 }
+ - { offsetInCU: 0x794, offset: 0x14131D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xF24, symBinAddr: 0x131B1C, symSize: 0x10 }
+ - { offsetInCU: 0x7A8, offset: 0x141331, size: 0x8, addend: 0x0, symName: ___swift_allocate_value_buffer, symObjAddr: 0xF34, symBinAddr: 0x131B2C, symSize: 0x40 }
+ - { offsetInCU: 0x82B, offset: 0x1413B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x131128, symSize: 0x88 }
+ - { offsetInCU: 0x8DA, offset: 0x141463, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x468, symBinAddr: 0x1311B0, symSize: 0x60 }
+ - { offsetInCU: 0x958, offset: 0x1414E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4C8, symBinAddr: 0x131210, symSize: 0x40 }
+ - { offsetInCU: 0x9AA, offset: 0x141533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x508, symBinAddr: 0x131250, symSize: 0x5C }
+ - { offsetInCU: 0xA06, offset: 0x14158F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x678, symBinAddr: 0x1313C0, symSize: 0x28 }
+ - { offsetInCU: 0xA22, offset: 0x1415AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0x1313E8, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x1417F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO4dataSdSgvg', symObjAddr: 0x0, symBinAddr: 0x131B6C, symSize: 0x7C }
+ - { offsetInCU: 0xA1, offset: 0x141847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV7latencySdvg', symObjAddr: 0x94, symBinAddr: 0x131BE8, symSize: 0x4 }
+ - { offsetInCU: 0xBD, offset: 0x141863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV6jitterSdvg', symObjAddr: 0x98, symBinAddr: 0x131BEC, symSize: 0x8 }
+ - { offsetInCU: 0xD9, offset: 0x14187F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV10packetLostSdvg', symObjAddr: 0xA0, symBinAddr: 0x131BF4, symSize: 0x8 }
+ - { offsetInCU: 0xF5, offset: 0x14189B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV7latency6jitter10packetLostAESd_S2dtcfC', symObjAddr: 0xA8, symBinAddr: 0x131BFC, symSize: 0x4 }
+ - { offsetInCU: 0x149, offset: 0x1418EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidO8rawValueAESgSS_tcfC', symObjAddr: 0xAC, symBinAddr: 0x131C00, symSize: 0x5C }
+ - { offsetInCU: 0x192, offset: 0x141938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidO8rawValueSSvg', symObjAddr: 0x148, symBinAddr: 0x131C5C, symSize: 0x20 }
+ - { offsetInCU: 0x1DB, offset: 0x141981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2EC, symBinAddr: 0x131E00, symSize: 0x64 }
+ - { offsetInCU: 0x241, offset: 0x1419E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x350, symBinAddr: 0x131E64, symSize: 0x28 }
+ - { offsetInCU: 0x256, offset: 0x1419FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZ', symObjAddr: 0x378, symBinAddr: 0x131E8C, symSize: 0x44 }
+ - { offsetInCU: 0x272, offset: 0x141A18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO10debugValueSSvg', symObjAddr: 0x3BC, symBinAddr: 0x131ED0, symSize: 0x2E8 }
+ - { offsetInCU: 0x547, offset: 0x141CED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZTf4nnnnd_n', symObjAddr: 0x7B8, symBinAddr: 0x1322CC, symSize: 0x158 }
+ - { offsetInCU: 0x6BC, offset: 0x141E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVACycfC', symObjAddr: 0x6A4, symBinAddr: 0x1321B8, symSize: 0x4 }
+ - { offsetInCU: 0x798, offset: 0x141F3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x6A8, symBinAddr: 0x1321BC, symSize: 0x58 }
+ - { offsetInCU: 0x7B8, offset: 0x141F5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x6A8, symBinAddr: 0x1321BC, symSize: 0x58 }
+ - { offsetInCU: 0x7F2, offset: 0x141F98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x6A8, symBinAddr: 0x1321BC, symSize: 0x58 }
+ - { offsetInCU: 0x8D1, offset: 0x142077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE6factoryS2d_S2dtFZ', symObjAddr: 0x700, symBinAddr: 0x132214, symSize: 0x58 }
+ - { offsetInCU: 0x938, offset: 0x1420DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE6factoryS2d_S2dtFZ', symObjAddr: 0x700, symBinAddr: 0x132214, symSize: 0x58 }
+ - { offsetInCU: 0x97F, offset: 0x142125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE16effectiveLatencyyS2d_SdtFZ', symObjAddr: 0x758, symBinAddr: 0x13226C, symSize: 0x14 }
+ - { offsetInCU: 0x9B4, offset: 0x14215A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE9calculateyS2d_SdtFZ', symObjAddr: 0x76C, symBinAddr: 0x132280, symSize: 0x4C }
+ - { offsetInCU: 0x9FE, offset: 0x1421A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASQWb', symObjAddr: 0x910, symBinAddr: 0x132424, symSize: 0x4 }
+ - { offsetInCU: 0xA12, offset: 0x1421B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOAESQAAWl', symObjAddr: 0x914, symBinAddr: 0x132428, symSize: 0x44 }
+ - { offsetInCU: 0xA26, offset: 0x1421CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwet', symObjAddr: 0x970, symBinAddr: 0x13246C, symSize: 0x54 }
+ - { offsetInCU: 0xA3A, offset: 0x1421E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwst', symObjAddr: 0x9C4, symBinAddr: 0x1324C0, symSize: 0x5C }
+ - { offsetInCU: 0xA4E, offset: 0x1421F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwug', symObjAddr: 0xA20, symBinAddr: 0x13251C, symSize: 0xC }
+ - { offsetInCU: 0xA62, offset: 0x142208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwup', symObjAddr: 0xA2C, symBinAddr: 0x132528, symSize: 0x10 }
+ - { offsetInCU: 0xA76, offset: 0x14221C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwui', symObjAddr: 0xA3C, symBinAddr: 0x132538, symSize: 0x14 }
+ - { offsetInCU: 0xA8A, offset: 0x142230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOMa', symObjAddr: 0xA50, symBinAddr: 0x13254C, symSize: 0x10 }
+ - { offsetInCU: 0xA9E, offset: 0x142244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVwet', symObjAddr: 0xA74, symBinAddr: 0x13255C, symSize: 0x20 }
+ - { offsetInCU: 0xAB2, offset: 0x142258, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVwst', symObjAddr: 0xA94, symBinAddr: 0x13257C, symSize: 0x2C }
+ - { offsetInCU: 0xAC6, offset: 0x14226C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVMa', symObjAddr: 0xAC0, symBinAddr: 0x1325A8, symSize: 0x10 }
+ - { offsetInCU: 0xADA, offset: 0x142280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwCP', symObjAddr: 0xAD0, symBinAddr: 0x1325B8, symSize: 0x30 }
+ - { offsetInCU: 0xAEE, offset: 0x142294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwet', symObjAddr: 0xB00, symBinAddr: 0x1325E8, symSize: 0x48 }
+ - { offsetInCU: 0xB02, offset: 0x1422A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwst', symObjAddr: 0xB48, symBinAddr: 0x132630, symSize: 0x48 }
+ - { offsetInCU: 0xB16, offset: 0x1422BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwug', symObjAddr: 0xB90, symBinAddr: 0x132678, symSize: 0x8 }
+ - { offsetInCU: 0xB2A, offset: 0x1422D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwup', symObjAddr: 0xB98, symBinAddr: 0x132680, symSize: 0x4 }
+ - { offsetInCU: 0xB3E, offset: 0x1422E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwui', symObjAddr: 0xB9C, symBinAddr: 0x132684, symSize: 0x8 }
+ - { offsetInCU: 0xB52, offset: 0x1422F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOMa', symObjAddr: 0xBA4, symBinAddr: 0x13268C, symSize: 0x10 }
+ - { offsetInCU: 0xB66, offset: 0x14230C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwet', symObjAddr: 0xBC0, symBinAddr: 0x13269C, symSize: 0x90 }
+ - { offsetInCU: 0xB7A, offset: 0x142320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwst', symObjAddr: 0xC50, symBinAddr: 0x13272C, symSize: 0xBC }
+ - { offsetInCU: 0xB8E, offset: 0x142334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwug', symObjAddr: 0xD0C, symBinAddr: 0x1327E8, symSize: 0x8 }
+ - { offsetInCU: 0xBA2, offset: 0x142348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwup', symObjAddr: 0xD14, symBinAddr: 0x1327F0, symSize: 0x4 }
+ - { offsetInCU: 0xBB6, offset: 0x14235C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwui', symObjAddr: 0xD18, symBinAddr: 0x1327F4, symSize: 0x8 }
+ - { offsetInCU: 0xBCA, offset: 0x142370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOMa', symObjAddr: 0xD20, symBinAddr: 0x1327FC, symSize: 0x10 }
+ - { offsetInCU: 0xBDE, offset: 0x142384, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVMa', symObjAddr: 0xD38, symBinAddr: 0x132814, symSize: 0x10 }
+ - { offsetInCU: 0xC27, offset: 0x1423CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x168, symBinAddr: 0x131C7C, symSize: 0x88 }
+ - { offsetInCU: 0xCD6, offset: 0x14247C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH9hashValueSivgTW', symObjAddr: 0x1F0, symBinAddr: 0x131D04, symSize: 0x60 }
+ - { offsetInCU: 0xD54, offset: 0x1424FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x250, symBinAddr: 0x131D64, symSize: 0x40 }
+ - { offsetInCU: 0xDA6, offset: 0x14254C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x290, symBinAddr: 0x131DA4, symSize: 0x5C }
+ - { offsetInCU: 0x27, offset: 0x142835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x132828, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x142859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x132828, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x142875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedBySSvg', symObjAddr: 0x8, symBinAddr: 0x132830, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x142891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x34, symBinAddr: 0x13285C, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x1428B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x7C, symBinAddr: 0x1328A4, symSize: 0x25C }
+ - { offsetInCU: 0x181, offset: 0x14298F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI09deletedAt0K2ByACSS_SSs5Int64VSStcfC', symObjAddr: 0x448, symBinAddr: 0x132B20, symSize: 0x84 }
+ - { offsetInCU: 0x225, offset: 0x142A33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI09deletedAt0K2ByACSS_SSs5Int64VSStcfc', symObjAddr: 0x4CC, symBinAddr: 0x132BA4, symSize: 0x30 }
+ - { offsetInCU: 0x2EA, offset: 0x142AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO0E0OtcfC', symObjAddr: 0x4FC, symBinAddr: 0x132BD4, symSize: 0x2C }
+ - { offsetInCU: 0x349, offset: 0x142B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO0E0Otcfc', symObjAddr: 0x528, symBinAddr: 0x132C00, symSize: 0x2C }
+ - { offsetInCU: 0x3A0, offset: 0x142BAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfd', symObjAddr: 0x55C, symBinAddr: 0x132C34, symSize: 0x2C }
+ - { offsetInCU: 0x3F1, offset: 0x142BFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfD', symObjAddr: 0x588, symBinAddr: 0x132C60, symSize: 0x34 }
+ - { offsetInCU: 0x44B, offset: 0x142C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCMa', symObjAddr: 0x3A0, symBinAddr: 0x132B00, symSize: 0x20 }
+ - { offsetInCU: 0x4F4, offset: 0x142D02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfE', symObjAddr: 0x554, symBinAddr: 0x132C2C, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x142F5C, size: 0x8, addend: 0x0, symName: '_$sSo17RTCSignalingStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x132CA8, symSize: 0xA0 }
+ - { offsetInCU: 0x3F, offset: 0x142F74, size: 0x8, addend: 0x0, symName: '_$sSo17RTCSignalingStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x132CA8, symSize: 0xA0 }
+ - { offsetInCU: 0x6E, offset: 0x142FA3, size: 0x8, addend: 0x0, symName: '_$sSo21RTCIceConnectionStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0xA0, symBinAddr: 0x132D48, symSize: 0xC0 }
+ - { offsetInCU: 0x9D, offset: 0x142FD2, size: 0x8, addend: 0x0, symName: '_$sSo20RTCIceGatheringStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x160, symBinAddr: 0x132E08, symSize: 0x7C }
+ - { offsetInCU: 0xCC, offset: 0x143001, size: 0x8, addend: 0x0, symName: '_$sSo22RTCPeerConnectionStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x1DC, symBinAddr: 0x132E84, symSize: 0xB0 }
+ - { offsetInCU: 0xFB, offset: 0x143030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11descriptionSSvgTo', symObjAddr: 0x28C, symBinAddr: 0x132F34, symSize: 0x5C }
+ - { offsetInCU: 0x16F, offset: 0x1430A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11descriptionSSvg', symObjAddr: 0x2E8, symBinAddr: 0x132F90, symSize: 0x3C8 }
+ - { offsetInCU: 0x27, offset: 0x1436A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x133358, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x1436C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x133358, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1436DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3sdpSSSgvg', symObjAddr: 0xC, symBinAddr: 0x133364, symSize: 0x2C }
+ - { offsetInCU: 0x7B, offset: 0x1436F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x38, symBinAddr: 0x133390, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0x14370C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC18sessionDescriptionSo010RTCSessionH0CSgvg', symObjAddr: 0x64, symBinAddr: 0x1333BC, symSize: 0x8C }
+ - { offsetInCU: 0xE0, offset: 0x14375D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x133448, symSize: 0x48 }
+ - { offsetInCU: 0x105, offset: 0x143782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x138, symBinAddr: 0x133490, symSize: 0x430 }
+ - { offsetInCU: 0x24F, offset: 0x1438CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_S2SSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x71C, symBinAddr: 0x1338E0, symSize: 0x118 }
+ - { offsetInCU: 0x30C, offset: 0x143989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_S2SSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x834, symBinAddr: 0x1339F8, symSize: 0xBC }
+ - { offsetInCU: 0x3FD, offset: 0x143A7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x8F0, symBinAddr: 0x133AB4, symSize: 0x2C }
+ - { offsetInCU: 0x45C, offset: 0x143AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x91C, symBinAddr: 0x133AE0, symSize: 0x2C }
+ - { offsetInCU: 0x4B9, offset: 0x143B36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfd', symObjAddr: 0x964, symBinAddr: 0x133B28, symSize: 0x3C }
+ - { offsetInCU: 0x50A, offset: 0x143B87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfD', symObjAddr: 0x9B4, symBinAddr: 0x133B64, symSize: 0x44 }
+ - { offsetInCU: 0x572, offset: 0x143BEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x9F8, symBinAddr: 0x133BA8, symSize: 0x10 }
+ - { offsetInCU: 0x5B3, offset: 0x143C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0xA08, symBinAddr: 0x133BB8, symSize: 0x30 }
+ - { offsetInCU: 0x613, offset: 0x143C90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCMa', symObjAddr: 0x630, symBinAddr: 0x1338C0, symSize: 0x20 }
+ - { offsetInCU: 0x6E4, offset: 0x143D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfE', symObjAddr: 0x948, symBinAddr: 0x133B0C, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0x144057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x133C24, symSize: 0x48 }
+ - { offsetInCU: 0x9F, offset: 0x1440AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCACycfC', symObjAddr: 0xD8, symBinAddr: 0x133CFC, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x1440C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCACycfc', symObjAddr: 0xE8, symBinAddr: 0x133D0C, symSize: 0x8 }
+ - { offsetInCU: 0xEC, offset: 0x1440F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCfd', symObjAddr: 0xF0, symBinAddr: 0x133D14, symSize: 0x8 }
+ - { offsetInCU: 0x11B, offset: 0x144127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCfD', symObjAddr: 0xF8, symBinAddr: 0x133D1C, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x144157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCMa', symObjAddr: 0x108, symBinAddr: 0x133D2C, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x144367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvpZ', symObjAddr: 0x5468, symBinAddr: 0x2C1488, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x144381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8rawValueSivg', symObjAddr: 0x87C, symBinAddr: 0x1345C8, symSize: 0x4 }
+ - { offsetInCU: 0x81, offset: 0x14439D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvgZ', symObjAddr: 0x898, symBinAddr: 0x1345E4, symSize: 0x8 }
+ - { offsetInCU: 0x9D, offset: 0x1443B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvgZ', symObjAddr: 0x8AC, symBinAddr: 0x1345F8, symSize: 0x8 }
+ - { offsetInCU: 0xB9, offset: 0x1443D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvgZ', symObjAddr: 0x8C0, symBinAddr: 0x13460C, symSize: 0x8 }
+ - { offsetInCU: 0xD5, offset: 0x1443F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvgZ', symObjAddr: 0x8D4, symBinAddr: 0x134620, symSize: 0x8 }
+ - { offsetInCU: 0xF1, offset: 0x14440D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvgZ', symObjAddr: 0x8E8, symBinAddr: 0x134634, symSize: 0x8 }
+ - { offsetInCU: 0x10D, offset: 0x144429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvgZ', symObjAddr: 0x8FC, symBinAddr: 0x134648, symSize: 0x8 }
+ - { offsetInCU: 0x129, offset: 0x144445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvgZ', symObjAddr: 0x910, symBinAddr: 0x13465C, symSize: 0x8 }
+ - { offsetInCU: 0x145, offset: 0x144461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvgZ', symObjAddr: 0x924, symBinAddr: 0x134670, symSize: 0x8 }
+ - { offsetInCU: 0x161, offset: 0x14447D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvgZ', symObjAddr: 0x938, symBinAddr: 0x134684, symSize: 0x8 }
+ - { offsetInCU: 0x17D, offset: 0x144499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvgZ', symObjAddr: 0x94C, symBinAddr: 0x134698, symSize: 0x8 }
+ - { offsetInCU: 0x199, offset: 0x1444B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvgZ', symObjAddr: 0x960, symBinAddr: 0x1346AC, symSize: 0x8 }
+ - { offsetInCU: 0x1B5, offset: 0x1444D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvgZ', symObjAddr: 0x974, symBinAddr: 0x1346C0, symSize: 0x8 }
+ - { offsetInCU: 0x1D1, offset: 0x1444ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvgZ', symObjAddr: 0x988, symBinAddr: 0x1346D4, symSize: 0x8 }
+ - { offsetInCU: 0x1ED, offset: 0x144509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvgZ', symObjAddr: 0x99C, symBinAddr: 0x1346E8, symSize: 0x8 }
+ - { offsetInCU: 0x209, offset: 0x144525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvgZ', symObjAddr: 0x9B0, symBinAddr: 0x1346FC, symSize: 0x8 }
+ - { offsetInCU: 0x225, offset: 0x144541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvgZ', symObjAddr: 0x9C4, symBinAddr: 0x134710, symSize: 0x8 }
+ - { offsetInCU: 0x241, offset: 0x14455D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvgZ', symObjAddr: 0x9D8, symBinAddr: 0x134724, symSize: 0x8 }
+ - { offsetInCU: 0x25D, offset: 0x144579, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvgZ', symObjAddr: 0x9EC, symBinAddr: 0x134738, symSize: 0x8 }
+ - { offsetInCU: 0x279, offset: 0x144595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvgZ', symObjAddr: 0xA44, symBinAddr: 0x134790, symSize: 0x40 }
+ - { offsetInCU: 0x2A2, offset: 0x1445BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8priorityAC8PriorityOvg', symObjAddr: 0xA84, symBinAddr: 0x1347D0, symSize: 0x8 }
+ - { offsetInCU: 0x2CD, offset: 0x1445E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6symbolSSSgvg', symObjAddr: 0xA8C, symBinAddr: 0x1347D8, symSize: 0x278 }
+ - { offsetInCU: 0x2FC, offset: 0x144618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV13wrappedSymbolSSSgvg', symObjAddr: 0xD04, symBinAddr: 0x134A50, symSize: 0x5C }
+ - { offsetInCU: 0x3C0, offset: 0x1446DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8rawValueAESi_tcfC', symObjAddr: 0xD60, symBinAddr: 0x134AAC, symSize: 0x4 }
+ - { offsetInCU: 0x3DE, offset: 0x1446FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAAsAFP8rawValuex03RawI0Qz_tcfCTW', symObjAddr: 0xD64, symBinAddr: 0x134AB0, symSize: 0xC }
+ - { offsetInCU: 0x3F2, offset: 0x14470E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0xD70, symBinAddr: 0x134ABC, symSize: 0x8 }
+ - { offsetInCU: 0x40E, offset: 0x14472A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0xD78, symBinAddr: 0x134AC4, symSize: 0x8 }
+ - { offsetInCU: 0x42A, offset: 0x144746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0xD80, symBinAddr: 0x134ACC, symSize: 0x8 }
+ - { offsetInCU: 0x446, offset: 0x144762, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xD94, symBinAddr: 0x134AE0, symSize: 0x10 }
+ - { offsetInCU: 0x462, offset: 0x14477E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xDA4, symBinAddr: 0x134AF0, symSize: 0xC }
+ - { offsetInCU: 0x4A1, offset: 0x1447BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvpZ', symObjAddr: 0x5470, symBinAddr: 0x2C1490, symSize: 0x0 }
+ - { offsetInCU: 0x4BB, offset: 0x1447D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvpZ', symObjAddr: 0x5478, symBinAddr: 0x2C1498, symSize: 0x0 }
+ - { offsetInCU: 0x4D5, offset: 0x1447F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvpZ', symObjAddr: 0x5480, symBinAddr: 0x2C14A0, symSize: 0x0 }
+ - { offsetInCU: 0x4EF, offset: 0x14480B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvpZ', symObjAddr: 0x5488, symBinAddr: 0x2C14A8, symSize: 0x0 }
+ - { offsetInCU: 0x509, offset: 0x144825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvpZ', symObjAddr: 0x5490, symBinAddr: 0x2C14B0, symSize: 0x0 }
+ - { offsetInCU: 0x523, offset: 0x14483F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvpZ', symObjAddr: 0x5498, symBinAddr: 0x2C14B8, symSize: 0x0 }
+ - { offsetInCU: 0x53D, offset: 0x144859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvpZ', symObjAddr: 0x54A0, symBinAddr: 0x2C14C0, symSize: 0x0 }
+ - { offsetInCU: 0x557, offset: 0x144873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvpZ', symObjAddr: 0x54A8, symBinAddr: 0x2C14C8, symSize: 0x0 }
+ - { offsetInCU: 0x571, offset: 0x14488D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvpZ', symObjAddr: 0x54B0, symBinAddr: 0x2C14D0, symSize: 0x0 }
+ - { offsetInCU: 0x58B, offset: 0x1448A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvpZ', symObjAddr: 0x54B8, symBinAddr: 0x2C14D8, symSize: 0x0 }
+ - { offsetInCU: 0x5A5, offset: 0x1448C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvpZ', symObjAddr: 0x54C0, symBinAddr: 0x2C14E0, symSize: 0x0 }
+ - { offsetInCU: 0x5BF, offset: 0x1448DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvpZ', symObjAddr: 0x54C8, symBinAddr: 0x2C14E8, symSize: 0x0 }
+ - { offsetInCU: 0x5D9, offset: 0x1448F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvpZ', symObjAddr: 0x54D0, symBinAddr: 0x2C14F0, symSize: 0x0 }
+ - { offsetInCU: 0x5F3, offset: 0x14490F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvpZ', symObjAddr: 0x54D8, symBinAddr: 0x2C14F8, symSize: 0x0 }
+ - { offsetInCU: 0x60D, offset: 0x144929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvpZ', symObjAddr: 0x54E0, symBinAddr: 0x2C1500, symSize: 0x0 }
+ - { offsetInCU: 0x627, offset: 0x144943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvpZ', symObjAddr: 0x54E8, symBinAddr: 0x2C1508, symSize: 0x0 }
+ - { offsetInCU: 0x641, offset: 0x14495D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvpZ', symObjAddr: 0x54F0, symBinAddr: 0x2C1510, symSize: 0x0 }
+ - { offsetInCU: 0x65B, offset: 0x144977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvpZ', symObjAddr: 0x1E870, symBinAddr: 0x2C8DF8, symSize: 0x0 }
+ - { offsetInCU: 0x676, offset: 0x144992, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvpZ', symObjAddr: 0x54F8, symBinAddr: 0x2C1518, symSize: 0x0 }
+ - { offsetInCU: 0x684, offset: 0x1449A0, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA9LogSymbol_pRszlE6sortedSayAaB_pGyF', symObjAddr: 0x0, symBinAddr: 0x133D4C, symSize: 0x48 }
+ - { offsetInCU: 0x707, offset: 0x144A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityO10identifierSSvg', symObjAddr: 0x278, symBinAddr: 0x133FC4, symSize: 0x40 }
+ - { offsetInCU: 0x750, offset: 0x144A6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityO8rawValueAESgSi_tcfC', symObjAddr: 0x5E4, symBinAddr: 0x134330, symSize: 0x10 }
+ - { offsetInCU: 0x789, offset: 0x144AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5FC, symBinAddr: 0x134348, symSize: 0x18 }
+ - { offsetInCU: 0x7C6, offset: 0x144AE2, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsSSRszAA9LogSymbol_pRs_rlE8categoryAA6LoggerV10CategoriesVSgvg', symObjAddr: 0x48, symBinAddr: 0x133D94, symSize: 0x124 }
+ - { offsetInCU: 0x846, offset: 0x144B62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvau', symObjAddr: 0x16C, symBinAddr: 0x133EB8, symSize: 0xC }
+ - { offsetInCU: 0x864, offset: 0x144B80, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvau', symObjAddr: 0x178, symBinAddr: 0x133EC4, symSize: 0xC }
+ - { offsetInCU: 0x88F, offset: 0x144BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7maskingACSS_AA9LogSymbol_pSgtcfC', symObjAddr: 0x184, symBinAddr: 0x133ED0, symSize: 0x4 }
+ - { offsetInCU: 0x8AB, offset: 0x144BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7contentACSS_AA9LogSymbol_pSgtcfC', symObjAddr: 0x188, symBinAddr: 0x133ED4, symSize: 0x58 }
+ - { offsetInCU: 0x8C7, offset: 0x144BE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x26B8, symBinAddr: 0x136404, symSize: 0x8 }
+ - { offsetInCU: 0x8F4, offset: 0x144C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvg', symObjAddr: 0x26C0, symBinAddr: 0x13640C, symSize: 0x30 }
+ - { offsetInCU: 0x910, offset: 0x144C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvs', symObjAddr: 0x26F0, symBinAddr: 0x13643C, symSize: 0x34 }
+ - { offsetInCU: 0x92C, offset: 0x144C48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvM', symObjAddr: 0x2724, symBinAddr: 0x136470, symSize: 0x10 }
+ - { offsetInCU: 0x948, offset: 0x144C64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvM.resume.0', symObjAddr: 0x2734, symBinAddr: 0x136480, symSize: 0x4 }
+ - { offsetInCU: 0x964, offset: 0x144C80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV13wrappedSymbolSSSgvg', symObjAddr: 0x2738, symBinAddr: 0x136484, symSize: 0x30 }
+ - { offsetInCU: 0x983, offset: 0x144C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvg', symObjAddr: 0x2768, symBinAddr: 0x1364B4, symSize: 0x30 }
+ - { offsetInCU: 0x997, offset: 0x144CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvs', symObjAddr: 0x2798, symBinAddr: 0x1364E4, symSize: 0x34 }
+ - { offsetInCU: 0x9B3, offset: 0x144CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvM', symObjAddr: 0x27CC, symBinAddr: 0x136518, symSize: 0x10 }
+ - { offsetInCU: 0x9CF, offset: 0x144CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvM.resume.0', symObjAddr: 0x27DC, symBinAddr: 0x136528, symSize: 0x4 }
+ - { offsetInCU: 0x9EB, offset: 0x144D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x27E0, symBinAddr: 0x13652C, symSize: 0x8 }
+ - { offsetInCU: 0xA27, offset: 0x144D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x27E8, symBinAddr: 0x136534, symSize: 0x2C }
+ - { offsetInCU: 0xA69, offset: 0x144D85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2814, symBinAddr: 0x136560, symSize: 0x2C }
+ - { offsetInCU: 0xA9C, offset: 0x144DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7maskingACSS_AA9LogSymbol_pSgtcfCTf4nnd_n', symObjAddr: 0x3068, symBinAddr: 0x136D30, symSize: 0x1B0 }
+ - { offsetInCU: 0xC55, offset: 0x144F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7contentACSS_AA9LogSymbol_pSgtcfCTf4gnd_n', symObjAddr: 0x3218, symBinAddr: 0x136EE0, symSize: 0x148 }
+ - { offsetInCU: 0xD8F, offset: 0x1450AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO13toLoggerLevelAA0I0V0J0OyF', symObjAddr: 0x1E0, symBinAddr: 0x133F2C, symSize: 0x50 }
+ - { offsetInCU: 0xDC0, offset: 0x1450DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE9symbolKeySSvg', symObjAddr: 0x230, symBinAddr: 0x133F7C, symSize: 0x48 }
+ - { offsetInCU: 0xE62, offset: 0x14517E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO8priorityAC8PriorityOvg', symObjAddr: 0x10A4, symBinAddr: 0x134DF0, symSize: 0x8 }
+ - { offsetInCU: 0xE8D, offset: 0x1451A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO8rawValueSSvg', symObjAddr: 0x10AC, symBinAddr: 0x134DF8, symSize: 0x4C }
+ - { offsetInCU: 0xECA, offset: 0x1451E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO6symbolSSSgvg', symObjAddr: 0x10F8, symBinAddr: 0x134E44, symSize: 0x230 }
+ - { offsetInCU: 0xF5A, offset: 0x145276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1328, symBinAddr: 0x135074, symSize: 0x8 }
+ - { offsetInCU: 0xF6E, offset: 0x14528A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1330, symBinAddr: 0x13507C, symSize: 0x8 }
+ - { offsetInCU: 0xFB7, offset: 0x1452D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV10DateFormatO_Tg5', symObjAddr: 0x2B8, symBinAddr: 0x134004, symSize: 0x80 }
+ - { offsetInCU: 0x10C9, offset: 0x1453E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO8priorityAC8PriorityOvg', symObjAddr: 0x614, symBinAddr: 0x134360, symSize: 0x8 }
+ - { offsetInCU: 0x10F4, offset: 0x145410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO6symbolSSSgvg', symObjAddr: 0x61C, symBinAddr: 0x134368, symSize: 0x20 }
+ - { offsetInCU: 0x1113, offset: 0x14542F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x63C, symBinAddr: 0x134388, symSize: 0x14 }
+ - { offsetInCU: 0x1127, offset: 0x145443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO6encode2toys7Encoder_p_tKF', symObjAddr: 0x650, symBinAddr: 0x13439C, symSize: 0x11C }
+ - { offsetInCU: 0x11B9, offset: 0x1454D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO1loiySbAE_AEtFZ', symObjAddr: 0x76C, symBinAddr: 0x1344B8, symSize: 0x10 }
+ - { offsetInCU: 0x11E7, offset: 0x145503, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO2eeoiySbAE_AEtFZ', symObjAddr: 0x77C, symBinAddr: 0x1344C8, symSize: 0x10 }
+ - { offsetInCU: 0x1215, offset: 0x145531, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO8rawValueAESgSi_tcfC', symObjAddr: 0x78C, symBinAddr: 0x1344D8, symSize: 0x10 }
+ - { offsetInCU: 0x126A, offset: 0x145586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x79C, symBinAddr: 0x1344E8, symSize: 0x14 }
+ - { offsetInCU: 0x12C7, offset: 0x1455E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x7B0, symBinAddr: 0x1344FC, symSize: 0x18 }
+ - { offsetInCU: 0x12F8, offset: 0x145614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x7C8, symBinAddr: 0x134514, symSize: 0x8 }
+ - { offsetInCU: 0x130C, offset: 0x145628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x7D0, symBinAddr: 0x13451C, symSize: 0x8 }
+ - { offsetInCU: 0x135E, offset: 0x14567A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL1loiySbx_xtFZTW', symObjAddr: 0x7EC, symBinAddr: 0x134538, symSize: 0x14 }
+ - { offsetInCU: 0x13BE, offset: 0x1456DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x83C, symBinAddr: 0x134588, symSize: 0x28 }
+ - { offsetInCU: 0x13F6, offset: 0x145712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x864, symBinAddr: 0x1345B0, symSize: 0x18 }
+ - { offsetInCU: 0x1419, offset: 0x145735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x3360, symBinAddr: 0x137028, symSize: 0x280 }
+ - { offsetInCU: 0x1582, offset: 0x14589E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV5LevelO_Tg5', symObjAddr: 0x338, symBinAddr: 0x134084, symSize: 0x104 }
+ - { offsetInCU: 0x16EC, offset: 0x145A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8priorityAC8PriorityOvg', symObjAddr: 0x14F4, symBinAddr: 0x135240, symSize: 0x8 }
+ - { offsetInCU: 0x1717, offset: 0x145A33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO5valueSSvg', symObjAddr: 0x14FC, symBinAddr: 0x135248, symSize: 0xA4 }
+ - { offsetInCU: 0x1756, offset: 0x145A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8rawValueSSvg', symObjAddr: 0x15A0, symBinAddr: 0x1352EC, symSize: 0xA4 }
+ - { offsetInCU: 0x1775, offset: 0x145A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO6symbolSSSgvg', symObjAddr: 0x1644, symBinAddr: 0x135390, symSize: 0xA4 }
+ - { offsetInCU: 0x17FD, offset: 0x145B19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8rawValueAESgSS_tcfC', symObjAddr: 0x16E8, symBinAddr: 0x135434, symSize: 0x5C }
+ - { offsetInCU: 0x1864, offset: 0x145B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x18C8, symBinAddr: 0x135614, symSize: 0x64 }
+ - { offsetInCU: 0x18CA, offset: 0x145BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x192C, symBinAddr: 0x135678, symSize: 0x28 }
+ - { offsetInCU: 0x18DE, offset: 0x145BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1954, symBinAddr: 0x1356A0, symSize: 0x8 }
+ - { offsetInCU: 0x18F2, offset: 0x145C0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x195C, symBinAddr: 0x1356A8, symSize: 0x8 }
+ - { offsetInCU: 0x190F, offset: 0x145C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV6TargetO_Tg5', symObjAddr: 0x43C, symBinAddr: 0x134188, symSize: 0x118 }
+ - { offsetInCU: 0x1A48, offset: 0x145D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvg', symObjAddr: 0x554, symBinAddr: 0x1342A0, symSize: 0x84 }
+ - { offsetInCU: 0x1B1A, offset: 0x145E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE06maskedE0SSSgvg', symObjAddr: 0x5D8, symBinAddr: 0x134324, symSize: 0xC }
+ - { offsetInCU: 0x1B41, offset: 0x145E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x7D8, symBinAddr: 0x134524, symSize: 0x8 }
+ - { offsetInCU: 0x1B5D, offset: 0x145E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x7E0, symBinAddr: 0x13452C, symSize: 0xC }
+ - { offsetInCU: 0x1B79, offset: 0x145E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3rawA2E3RawO_tcfC', symObjAddr: 0x880, symBinAddr: 0x1345CC, symSize: 0x18 }
+ - { offsetInCU: 0x1BA8, offset: 0x145EC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvau', symObjAddr: 0x8A0, symBinAddr: 0x1345EC, symSize: 0xC }
+ - { offsetInCU: 0x1BC6, offset: 0x145EE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvau', symObjAddr: 0x8B4, symBinAddr: 0x134600, symSize: 0xC }
+ - { offsetInCU: 0x1BE4, offset: 0x145F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvau', symObjAddr: 0x8C8, symBinAddr: 0x134614, symSize: 0xC }
+ - { offsetInCU: 0x1C02, offset: 0x145F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvau', symObjAddr: 0x8DC, symBinAddr: 0x134628, symSize: 0xC }
+ - { offsetInCU: 0x1C20, offset: 0x145F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvau', symObjAddr: 0x8F0, symBinAddr: 0x13463C, symSize: 0xC }
+ - { offsetInCU: 0x1C3E, offset: 0x145F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvau', symObjAddr: 0x904, symBinAddr: 0x134650, symSize: 0xC }
+ - { offsetInCU: 0x1C5C, offset: 0x145F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvau', symObjAddr: 0x918, symBinAddr: 0x134664, symSize: 0xC }
+ - { offsetInCU: 0x1C7A, offset: 0x145F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvau', symObjAddr: 0x92C, symBinAddr: 0x134678, symSize: 0xC }
+ - { offsetInCU: 0x1C98, offset: 0x145FB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvau', symObjAddr: 0x940, symBinAddr: 0x13468C, symSize: 0xC }
+ - { offsetInCU: 0x1CB6, offset: 0x145FD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvau', symObjAddr: 0x954, symBinAddr: 0x1346A0, symSize: 0xC }
+ - { offsetInCU: 0x1CD4, offset: 0x145FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvau', symObjAddr: 0x968, symBinAddr: 0x1346B4, symSize: 0xC }
+ - { offsetInCU: 0x1CF2, offset: 0x14600E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvau', symObjAddr: 0x97C, symBinAddr: 0x1346C8, symSize: 0xC }
+ - { offsetInCU: 0x1D10, offset: 0x14602C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvau', symObjAddr: 0x990, symBinAddr: 0x1346DC, symSize: 0xC }
+ - { offsetInCU: 0x1D2E, offset: 0x14604A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvau', symObjAddr: 0x9A4, symBinAddr: 0x1346F0, symSize: 0xC }
+ - { offsetInCU: 0x1D4C, offset: 0x146068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvau', symObjAddr: 0x9B8, symBinAddr: 0x134704, symSize: 0xC }
+ - { offsetInCU: 0x1D6A, offset: 0x146086, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvau', symObjAddr: 0x9CC, symBinAddr: 0x134718, symSize: 0xC }
+ - { offsetInCU: 0x1D88, offset: 0x1460A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvau', symObjAddr: 0x9E0, symBinAddr: 0x13472C, symSize: 0xC }
+ - { offsetInCU: 0x1DA6, offset: 0x1460C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3all_WZ', symObjAddr: 0x9F4, symBinAddr: 0x134740, symSize: 0x10 }
+ - { offsetInCU: 0x1DC0, offset: 0x1460DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvau', symObjAddr: 0xA04, symBinAddr: 0x134750, symSize: 0x40 }
+ - { offsetInCU: 0x1DE5, offset: 0x146101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0xD88, symBinAddr: 0x134AD4, symSize: 0xC }
+ - { offsetInCU: 0x1E39, offset: 0x146155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueAGSgSi_tcfC', symObjAddr: 0xF9C, symBinAddr: 0x134CE8, symSize: 0x4 }
+ - { offsetInCU: 0x1E4D, offset: 0x146169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueSivg', symObjAddr: 0xFA0, symBinAddr: 0x134CEC, symSize: 0x8 }
+ - { offsetInCU: 0x1E87, offset: 0x1461A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSYAASY8rawValuexSg0fH0Qz_tcfCTW', symObjAddr: 0x1070, symBinAddr: 0x134DBC, symSize: 0x28 }
+ - { offsetInCU: 0x1EB8, offset: 0x1461D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSYAASY8rawValue0fH0QzvgTW', symObjAddr: 0x1098, symBinAddr: 0x134DE4, symSize: 0xC }
+ - { offsetInCU: 0x1ED4, offset: 0x1461F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueAGSgSi_tcfCTf4nd_n', symObjAddr: 0x3688, symBinAddr: 0x1372E4, symSize: 0x10 }
+ - { offsetInCU: 0x1F16, offset: 0x146232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP07wrappedH0SSSgvgTW', symObjAddr: 0x1338, symBinAddr: 0x135084, symSize: 0x8 }
+ - { offsetInCU: 0x1F32, offset: 0x14624E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP06maskedH0SSSgvgTW', symObjAddr: 0x1340, symBinAddr: 0x13508C, symSize: 0xC }
+ - { offsetInCU: 0x1F5A, offset: 0x146276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO8priorityAC8PriorityOvg', symObjAddr: 0x134C, symBinAddr: 0x135098, symSize: 0x8 }
+ - { offsetInCU: 0x1F85, offset: 0x1462A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO6symbolSSSgvg', symObjAddr: 0x1354, symBinAddr: 0x1350A0, symSize: 0x7C }
+ - { offsetInCU: 0x1FCF, offset: 0x1462EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO13wrappedSymbolSSSgvg', symObjAddr: 0x13D0, symBinAddr: 0x13511C, symSize: 0xF8 }
+ - { offsetInCU: 0x2019, offset: 0x146335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x14C8, symBinAddr: 0x135214, symSize: 0xC }
+ - { offsetInCU: 0x2035, offset: 0x146351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x14D4, symBinAddr: 0x135220, symSize: 0x8 }
+ - { offsetInCU: 0x2051, offset: 0x14636D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x14DC, symBinAddr: 0x135228, symSize: 0xC }
+ - { offsetInCU: 0x206E, offset: 0x14638A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x14E8, symBinAddr: 0x135234, symSize: 0xC }
+ - { offsetInCU: 0x20AB, offset: 0x1463C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x1964, symBinAddr: 0x1356B0, symSize: 0x8 }
+ - { offsetInCU: 0x20C7, offset: 0x1463E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x196C, symBinAddr: 0x1356B8, symSize: 0xC }
+ - { offsetInCU: 0x20EF, offset: 0x14640B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO8priorityAC8PriorityOvg', symObjAddr: 0x1978, symBinAddr: 0x1356C4, symSize: 0x8 }
+ - { offsetInCU: 0x211C, offset: 0x146438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO6symbolSSSgvg', symObjAddr: 0x1980, symBinAddr: 0x1356CC, symSize: 0x4C8 }
+ - { offsetInCU: 0x25C9, offset: 0x1468E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO13wrappedSymbolSSSgvg', symObjAddr: 0x1EC8, symBinAddr: 0x135C14, symSize: 0x4 }
+ - { offsetInCU: 0x25E8, offset: 0x146904, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1ECC, symBinAddr: 0x135C18, symSize: 0x10 }
+ - { offsetInCU: 0x2604, offset: 0x146920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1EDC, symBinAddr: 0x135C28, symSize: 0x8 }
+ - { offsetInCU: 0x2640, offset: 0x14695C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x1EE4, symBinAddr: 0x135C30, symSize: 0x10 }
+ - { offsetInCU: 0x26A6, offset: 0x1469C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x1EF4, symBinAddr: 0x135C40, symSize: 0xC }
+ - { offsetInCU: 0x26C2, offset: 0x1469DE, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x1F00, symBinAddr: 0x135C4C, symSize: 0x8 }
+ - { offsetInCU: 0x26EF, offset: 0x146A0B, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE6symbolSSSgvg', symObjAddr: 0x1F08, symBinAddr: 0x135C54, symSize: 0x30 }
+ - { offsetInCU: 0x272E, offset: 0x146A4A, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE13wrappedSymbolSSSgvg', symObjAddr: 0x1F38, symBinAddr: 0x135C84, symSize: 0x30 }
+ - { offsetInCU: 0x276E, offset: 0x146A8A, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9symbolKeySSvg', symObjAddr: 0x1F68, symBinAddr: 0x135CB4, symSize: 0x30 }
+ - { offsetInCU: 0x279F, offset: 0x146ABB, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvgZ', symObjAddr: 0x1F98, symBinAddr: 0x135CE4, symSize: 0x1C }
+ - { offsetInCU: 0x27BB, offset: 0x146AD7, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP6symbolSSSgvgTW', symObjAddr: 0x1FB4, symBinAddr: 0x135D00, symSize: 0x2C }
+ - { offsetInCU: 0x27F9, offset: 0x146B15, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x1FE0, symBinAddr: 0x135D2C, symSize: 0x8 }
+ - { offsetInCU: 0x2835, offset: 0x146B51, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP07wrappedE0SSSgvgTW', symObjAddr: 0x1FE8, symBinAddr: 0x135D34, symSize: 0x2C }
+ - { offsetInCU: 0x2894, offset: 0x146BB0, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP06maskedE0SSSgvgTW', symObjAddr: 0x2014, symBinAddr: 0x135D60, symSize: 0xC }
+ - { offsetInCU: 0x28B0, offset: 0x146BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x2020, symBinAddr: 0x135D6C, symSize: 0x8 }
+ - { offsetInCU: 0x28DD, offset: 0x146BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6symbolSSSgvg', symObjAddr: 0x2028, symBinAddr: 0x135D74, symSize: 0x58 }
+ - { offsetInCU: 0x28FC, offset: 0x146C18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC13wrappedSymbolSSSgvg', symObjAddr: 0x2080, symBinAddr: 0x135DCC, symSize: 0xEC }
+ - { offsetInCU: 0x29C3, offset: 0x146CDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9symbolKeySSvg', symObjAddr: 0x216C, symBinAddr: 0x135EB8, symSize: 0x58 }
+ - { offsetInCU: 0x2A14, offset: 0x146D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP6symbolSSSgvgTW', symObjAddr: 0x21C4, symBinAddr: 0x135F10, symSize: 0x58 }
+ - { offsetInCU: 0x2A47, offset: 0x146D63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x221C, symBinAddr: 0x135F68, symSize: 0x8 }
+ - { offsetInCU: 0x2A63, offset: 0x146D7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x2224, symBinAddr: 0x135F70, symSize: 0x20 }
+ - { offsetInCU: 0x2A7F, offset: 0x146D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2244, symBinAddr: 0x135F90, symSize: 0xC }
+ - { offsetInCU: 0x2A9B, offset: 0x146DB7, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsSSRszAA9LogSymbol_pRs_rlE5levelAA6LoggerV5LevelOSgvg', symObjAddr: 0x2250, symBinAddr: 0x135F9C, symSize: 0x11C }
+ - { offsetInCU: 0x2B27, offset: 0x146E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x236C, symBinAddr: 0x1360B8, symSize: 0x8 }
+ - { offsetInCU: 0x2B54, offset: 0x146E70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO6symbolSSSgvg', symObjAddr: 0x2374, symBinAddr: 0x1360C0, symSize: 0x110 }
+ - { offsetInCU: 0x2BC4, offset: 0x146EE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO13wrappedSymbolSSSgvg', symObjAddr: 0x2484, symBinAddr: 0x1361D0, symSize: 0x110 }
+ - { offsetInCU: 0x2C27, offset: 0x146F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO12maskedSymbolSSSgvg', symObjAddr: 0x2594, symBinAddr: 0x1362E0, symSize: 0x110 }
+ - { offsetInCU: 0x2C70, offset: 0x146F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP6symbolSSSgvgTW', symObjAddr: 0x26A4, symBinAddr: 0x1363F0, symSize: 0x4 }
+ - { offsetInCU: 0x2C8C, offset: 0x146FA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x26A8, symBinAddr: 0x1363F4, symSize: 0x8 }
+ - { offsetInCU: 0x2CA8, offset: 0x146FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x26B0, symBinAddr: 0x1363FC, symSize: 0x4 }
+ - { offsetInCU: 0x2CC4, offset: 0x146FE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x26B4, symBinAddr: 0x136400, symSize: 0x4 }
+ - { offsetInCU: 0x2CF7, offset: 0x147013, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0x2840, symBinAddr: 0x13658C, symSize: 0x64 }
+ - { offsetInCU: 0x2D39, offset: 0x147055, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF13SendBirdCalls9SoundTypeO_Tg5', symObjAddr: 0x28A4, symBinAddr: 0x1365F0, symSize: 0x58 }
+ - { offsetInCU: 0x2DCF, offset: 0x1470EB, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo11CFStringRefa_Tg5', symObjAddr: 0x28FC, symBinAddr: 0x136648, symSize: 0x70 }
+ - { offsetInCU: 0x2E31, offset: 0x14714D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x296C, symBinAddr: 0x1366B8, symSize: 0x30 }
+ - { offsetInCU: 0x2ED1, offset: 0x1471ED, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF13SendBirdCalls12WebRTCClientC10IdentifierO_Tg5', symObjAddr: 0x299C, symBinAddr: 0x1366E8, symSize: 0x80 }
+ - { offsetInCU: 0x2FAC, offset: 0x1472C8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo8NSObjectC_Tg5', symObjAddr: 0x2A1C, symBinAddr: 0x136768, symSize: 0x30 }
+ - { offsetInCU: 0x2FD9, offset: 0x1472F5, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0x2A4C, symBinAddr: 0x136798, symSize: 0xE0 }
+ - { offsetInCU: 0x3018, offset: 0x147334, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF13SendBirdCalls9SoundTypeO_Tg5', symObjAddr: 0x2B2C, symBinAddr: 0x136878, symSize: 0x9C }
+ - { offsetInCU: 0x306F, offset: 0x14738B, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo11CFStringRefa_Tg5', symObjAddr: 0x2BC8, symBinAddr: 0x136914, symSize: 0x140 }
+ - { offsetInCU: 0x309F, offset: 0x1473BB, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x2D08, symBinAddr: 0x136A54, symSize: 0xC4 }
+ - { offsetInCU: 0x30CC, offset: 0x1473E8, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF13SendBirdCalls12WebRTCClientC10IdentifierO_Tg5', symObjAddr: 0x2DCC, symBinAddr: 0x136B18, symSize: 0xC8 }
+ - { offsetInCU: 0x3147, offset: 0x147463, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo8NSObjectC_Tg5', symObjAddr: 0x2E94, symBinAddr: 0x136BE0, symSize: 0x110 }
+ - { offsetInCU: 0x316C, offset: 0x147488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOh', symObjAddr: 0x2FA4, symBinAddr: 0x136CF0, symSize: 0x40 }
+ - { offsetInCU: 0x3180, offset: 0x14749C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOWOc', symObjAddr: 0x3698, symBinAddr: 0x1372F4, symSize: 0x34 }
+ - { offsetInCU: 0x3194, offset: 0x1474B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOb', symObjAddr: 0x36CC, symBinAddr: 0x137328, symSize: 0x48 }
+ - { offsetInCU: 0x31A8, offset: 0x1474C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOc', symObjAddr: 0x3714, symBinAddr: 0x137370, symSize: 0x48 }
+ - { offsetInCU: 0x31BC, offset: 0x1474D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOSHAASQWb', symObjAddr: 0x375C, symBinAddr: 0x1373B8, symSize: 0x4 }
+ - { offsetInCU: 0x31D0, offset: 0x1474EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOAESQAAWl', symObjAddr: 0x3760, symBinAddr: 0x1373BC, symSize: 0x44 }
+ - { offsetInCU: 0x31E4, offset: 0x147500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSHAASQWb', symObjAddr: 0x37A4, symBinAddr: 0x137400, symSize: 0x4 }
+ - { offsetInCU: 0x31F8, offset: 0x147514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESQAAWl', symObjAddr: 0x37A8, symBinAddr: 0x137404, symSize: 0x44 }
+ - { offsetInCU: 0x320C, offset: 0x147528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASQWb', symObjAddr: 0x37EC, symBinAddr: 0x137448, symSize: 0x4 }
+ - { offsetInCU: 0x3220, offset: 0x14753C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAASYWb', symObjAddr: 0x37F0, symBinAddr: 0x13744C, symSize: 0x4 }
+ - { offsetInCU: 0x3234, offset: 0x147550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAESYAAWl', symObjAddr: 0x37F4, symBinAddr: 0x137450, symSize: 0x44 }
+ - { offsetInCU: 0x3248, offset: 0x147564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAAs0G7AlgebraPWb', symObjAddr: 0x3838, symBinAddr: 0x137494, symSize: 0x4 }
+ - { offsetInCU: 0x325C, offset: 0x147578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAEs10SetAlgebraAAWl', symObjAddr: 0x383C, symBinAddr: 0x137498, symSize: 0x44 }
+ - { offsetInCU: 0x3270, offset: 0x14758C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAASQWb', symObjAddr: 0x3880, symBinAddr: 0x1374DC, symSize: 0x4 }
+ - { offsetInCU: 0x3284, offset: 0x1475A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAESQAAWl', symObjAddr: 0x3884, symBinAddr: 0x1374E0, symSize: 0x44 }
+ - { offsetInCU: 0x3298, offset: 0x1475B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x38C8, symBinAddr: 0x137524, symSize: 0x4 }
+ - { offsetInCU: 0x32AC, offset: 0x1475C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAEs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x38CC, symBinAddr: 0x137528, symSize: 0x44 }
+ - { offsetInCU: 0x32C0, offset: 0x1475DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSHAASQWb', symObjAddr: 0x3910, symBinAddr: 0x13756C, symSize: 0x4 }
+ - { offsetInCU: 0x32D4, offset: 0x1475F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOAGSQAAWl', symObjAddr: 0x3914, symBinAddr: 0x137570, symSize: 0x44 }
+ - { offsetInCU: 0x32E8, offset: 0x147604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASQWb', symObjAddr: 0x3958, symBinAddr: 0x1375B4, symSize: 0x4 }
+ - { offsetInCU: 0x32FC, offset: 0x147618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAESQAAWl', symObjAddr: 0x395C, symBinAddr: 0x1375B8, symSize: 0x44 }
+ - { offsetInCU: 0x3310, offset: 0x14762C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwet', symObjAddr: 0x39D0, symBinAddr: 0x13761C, symSize: 0x90 }
+ - { offsetInCU: 0x3324, offset: 0x147640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwst', symObjAddr: 0x3A60, symBinAddr: 0x1376AC, symSize: 0xBC }
+ - { offsetInCU: 0x3338, offset: 0x147654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwup', symObjAddr: 0x3B1C, symBinAddr: 0x137768, symSize: 0x4 }
+ - { offsetInCU: 0x334C, offset: 0x147668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOMa', symObjAddr: 0x3B20, symBinAddr: 0x13776C, symSize: 0x10 }
+ - { offsetInCU: 0x3360, offset: 0x14767C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwet', symObjAddr: 0x3B30, symBinAddr: 0x13777C, symSize: 0x90 }
+ - { offsetInCU: 0x3374, offset: 0x147690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwst', symObjAddr: 0x3BC0, symBinAddr: 0x13780C, symSize: 0xBC }
+ - { offsetInCU: 0x3388, offset: 0x1476A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwup', symObjAddr: 0x3C7C, symBinAddr: 0x1378C8, symSize: 0x4 }
+ - { offsetInCU: 0x339C, offset: 0x1476B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOMa', symObjAddr: 0x3C80, symBinAddr: 0x1378CC, symSize: 0x10 }
+ - { offsetInCU: 0x33B0, offset: 0x1476CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVMa', symObjAddr: 0x3C90, symBinAddr: 0x1378DC, symSize: 0x10 }
+ - { offsetInCU: 0x33C4, offset: 0x1476E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwet', symObjAddr: 0x3CA0, symBinAddr: 0x1378EC, symSize: 0x90 }
+ - { offsetInCU: 0x33D8, offset: 0x1476F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwst', symObjAddr: 0x3D30, symBinAddr: 0x13797C, symSize: 0xBC }
+ - { offsetInCU: 0x33EC, offset: 0x147708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwug', symObjAddr: 0x3DEC, symBinAddr: 0x137A38, symSize: 0x8 }
+ - { offsetInCU: 0x3400, offset: 0x14771C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwup', symObjAddr: 0x3DF4, symBinAddr: 0x137A40, symSize: 0x4 }
+ - { offsetInCU: 0x3414, offset: 0x147730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwui', symObjAddr: 0x3DF8, symBinAddr: 0x137A44, symSize: 0x8 }
+ - { offsetInCU: 0x3428, offset: 0x147744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOMa', symObjAddr: 0x3E00, symBinAddr: 0x137A4C, symSize: 0x10 }
+ - { offsetInCU: 0x343C, offset: 0x147758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwCP', symObjAddr: 0x3E10, symBinAddr: 0x137A5C, symSize: 0x2C }
+ - { offsetInCU: 0x3450, offset: 0x14776C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwxx', symObjAddr: 0x3E3C, symBinAddr: 0x137A88, symSize: 0x8 }
+ - { offsetInCU: 0x3464, offset: 0x147780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwcp', symObjAddr: 0x3E44, symBinAddr: 0x137A90, symSize: 0x2C }
+ - { offsetInCU: 0x3478, offset: 0x147794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwca', symObjAddr: 0x3E70, symBinAddr: 0x137ABC, symSize: 0x40 }
+ - { offsetInCU: 0x348C, offset: 0x1477A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwta', symObjAddr: 0x3EBC, symBinAddr: 0x137AFC, symSize: 0x30 }
+ - { offsetInCU: 0x34A0, offset: 0x1477BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwet', symObjAddr: 0x3EEC, symBinAddr: 0x137B2C, symSize: 0x50 }
+ - { offsetInCU: 0x34B4, offset: 0x1477D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwst', symObjAddr: 0x3F3C, symBinAddr: 0x137B7C, symSize: 0x54 }
+ - { offsetInCU: 0x34C8, offset: 0x1477E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwug', symObjAddr: 0x3F90, symBinAddr: 0x137BD0, symSize: 0x18 }
+ - { offsetInCU: 0x34DC, offset: 0x1477F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwup', symObjAddr: 0x3FA8, symBinAddr: 0x137BE8, symSize: 0x4 }
+ - { offsetInCU: 0x34F0, offset: 0x14780C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwui', symObjAddr: 0x3FAC, symBinAddr: 0x137BEC, symSize: 0x20 }
+ - { offsetInCU: 0x3504, offset: 0x147820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOMa', symObjAddr: 0x3FCC, symBinAddr: 0x137C0C, symSize: 0x10 }
+ - { offsetInCU: 0x3518, offset: 0x147834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwCP', symObjAddr: 0x3FDC, symBinAddr: 0x137C1C, symSize: 0x48 }
+ - { offsetInCU: 0x352C, offset: 0x147848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOWOy', symObjAddr: 0x4024, symBinAddr: 0x137C64, symSize: 0x18 }
+ - { offsetInCU: 0x3540, offset: 0x14785C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwxx', symObjAddr: 0x403C, symBinAddr: 0x137C7C, symSize: 0x10 }
+ - { offsetInCU: 0x3554, offset: 0x147870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOWOe', symObjAddr: 0x404C, symBinAddr: 0x137C8C, symSize: 0x18 }
+ - { offsetInCU: 0x3568, offset: 0x147884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwcp', symObjAddr: 0x4064, symBinAddr: 0x137CA4, symSize: 0x48 }
+ - { offsetInCU: 0x357C, offset: 0x147898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwca', symObjAddr: 0x40AC, symBinAddr: 0x137CEC, symSize: 0x54 }
+ - { offsetInCU: 0x3590, offset: 0x1478AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwta', symObjAddr: 0x4114, symBinAddr: 0x137D40, symSize: 0x44 }
+ - { offsetInCU: 0x35A4, offset: 0x1478C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwet', symObjAddr: 0x4158, symBinAddr: 0x137D84, symSize: 0x48 }
+ - { offsetInCU: 0x35B8, offset: 0x1478D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwst', symObjAddr: 0x41A0, symBinAddr: 0x137DCC, symSize: 0x44 }
+ - { offsetInCU: 0x35CC, offset: 0x1478E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwug', symObjAddr: 0x41E4, symBinAddr: 0x137E10, symSize: 0x8 }
+ - { offsetInCU: 0x35E0, offset: 0x1478FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwup', symObjAddr: 0x41EC, symBinAddr: 0x137E18, symSize: 0x4 }
+ - { offsetInCU: 0x35F4, offset: 0x147910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwui', symObjAddr: 0x41F0, symBinAddr: 0x137E1C, symSize: 0x8 }
+ - { offsetInCU: 0x3608, offset: 0x147924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOMa', symObjAddr: 0x41F8, symBinAddr: 0x137E24, symSize: 0x10 }
+ - { offsetInCU: 0x361C, offset: 0x147938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwet', symObjAddr: 0x4208, symBinAddr: 0x137E34, symSize: 0x90 }
+ - { offsetInCU: 0x3630, offset: 0x14794C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwst', symObjAddr: 0x4298, symBinAddr: 0x137EC4, symSize: 0xBC }
+ - { offsetInCU: 0x3644, offset: 0x147960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwup', symObjAddr: 0x4354, symBinAddr: 0x137F80, symSize: 0x4 }
+ - { offsetInCU: 0x3658, offset: 0x147974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOMa', symObjAddr: 0x4358, symBinAddr: 0x137F84, symSize: 0x10 }
+ - { offsetInCU: 0x366C, offset: 0x147988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwCP', symObjAddr: 0x4368, symBinAddr: 0x137F94, symSize: 0x30 }
+ - { offsetInCU: 0x3680, offset: 0x14799C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOWOy', symObjAddr: 0x4398, symBinAddr: 0x137FC4, symSize: 0x2C }
+ - { offsetInCU: 0x3694, offset: 0x1479B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwxx', symObjAddr: 0x43C4, symBinAddr: 0x137FF0, symSize: 0x14 }
+ - { offsetInCU: 0x36A8, offset: 0x1479C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOWOe', symObjAddr: 0x43D8, symBinAddr: 0x138004, symSize: 0x2C }
+ - { offsetInCU: 0x36BC, offset: 0x1479D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwcp', symObjAddr: 0x4404, symBinAddr: 0x138030, symSize: 0x5C }
+ - { offsetInCU: 0x36D0, offset: 0x1479EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwca', symObjAddr: 0x4460, symBinAddr: 0x13808C, symSize: 0x6C }
+ - { offsetInCU: 0x36E4, offset: 0x147A00, size: 0x8, addend: 0x0, symName: ___swift_memcpy25_8, symObjAddr: 0x44CC, symBinAddr: 0x1380F8, symSize: 0x14 }
+ - { offsetInCU: 0x36F8, offset: 0x147A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwta', symObjAddr: 0x44E0, symBinAddr: 0x13810C, symSize: 0x4C }
+ - { offsetInCU: 0x370C, offset: 0x147A28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwet', symObjAddr: 0x452C, symBinAddr: 0x138158, symSize: 0x48 }
+ - { offsetInCU: 0x3720, offset: 0x147A3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwst', symObjAddr: 0x4574, symBinAddr: 0x1381A0, symSize: 0x48 }
+ - { offsetInCU: 0x3734, offset: 0x147A50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwug', symObjAddr: 0x45BC, symBinAddr: 0x1381E8, symSize: 0x18 }
+ - { offsetInCU: 0x3748, offset: 0x147A64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwup', symObjAddr: 0x45D4, symBinAddr: 0x138200, symSize: 0x4 }
+ - { offsetInCU: 0x375C, offset: 0x147A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwui', symObjAddr: 0x45D8, symBinAddr: 0x138204, symSize: 0x1C }
+ - { offsetInCU: 0x3770, offset: 0x147A8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOMa', symObjAddr: 0x45F4, symBinAddr: 0x138220, symSize: 0x10 }
+ - { offsetInCU: 0x3784, offset: 0x147AA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwxx', symObjAddr: 0x4604, symBinAddr: 0x138230, symSize: 0x44 }
+ - { offsetInCU: 0x3798, offset: 0x147AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwcp', symObjAddr: 0x4648, symBinAddr: 0x138274, symSize: 0x94 }
+ - { offsetInCU: 0x37AC, offset: 0x147AC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwca', symObjAddr: 0x46DC, symBinAddr: 0x138308, symSize: 0xF0 }
+ - { offsetInCU: 0x37C0, offset: 0x147ADC, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x4934, symBinAddr: 0x1383F8, symSize: 0x1C }
+ - { offsetInCU: 0x37D4, offset: 0x147AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwta', symObjAddr: 0x4950, symBinAddr: 0x138414, symSize: 0x74 }
+ - { offsetInCU: 0x37E8, offset: 0x147B04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwet', symObjAddr: 0x49C4, symBinAddr: 0x138488, symSize: 0x5C }
+ - { offsetInCU: 0x37FC, offset: 0x147B18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwst', symObjAddr: 0x4A20, symBinAddr: 0x1384E4, symSize: 0x68 }
+ - { offsetInCU: 0x3810, offset: 0x147B2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwug', symObjAddr: 0x4A88, symBinAddr: 0x13854C, symSize: 0x8 }
+ - { offsetInCU: 0x3824, offset: 0x147B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwup', symObjAddr: 0x4A90, symBinAddr: 0x138554, symSize: 0x4 }
+ - { offsetInCU: 0x3838, offset: 0x147B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwui', symObjAddr: 0x4A94, symBinAddr: 0x138558, symSize: 0x4 }
+ - { offsetInCU: 0x384C, offset: 0x147B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOMa', symObjAddr: 0x4A98, symBinAddr: 0x13855C, symSize: 0x10 }
+ - { offsetInCU: 0x3860, offset: 0x147B7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwxx', symObjAddr: 0x4AA8, symBinAddr: 0x13856C, symSize: 0x28 }
+ - { offsetInCU: 0x3874, offset: 0x147B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwcp', symObjAddr: 0x4AD0, symBinAddr: 0x138594, symSize: 0x3C }
+ - { offsetInCU: 0x3888, offset: 0x147BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwca', symObjAddr: 0x4B0C, symBinAddr: 0x1385D0, symSize: 0x6C }
+ - { offsetInCU: 0x389C, offset: 0x147BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwta', symObjAddr: 0x4B84, symBinAddr: 0x13863C, symSize: 0x44 }
+ - { offsetInCU: 0x38B0, offset: 0x147BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwet', symObjAddr: 0x4BC8, symBinAddr: 0x138680, symSize: 0x5C }
+ - { offsetInCU: 0x38C4, offset: 0x147BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwst', symObjAddr: 0x4C24, symBinAddr: 0x1386DC, symSize: 0x54 }
+ - { offsetInCU: 0x38D8, offset: 0x147BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVMa', symObjAddr: 0x4C78, symBinAddr: 0x138730, symSize: 0x10 }
+ - { offsetInCU: 0x38EC, offset: 0x147C08, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0x4CC4, symBinAddr: 0x138740, symSize: 0x3C }
+ - { offsetInCU: 0x3900, offset: 0x147C1C, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x4D34, symBinAddr: 0x13877C, symSize: 0x48 }
+ - { offsetInCU: 0x3990, offset: 0x147CAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x800, symBinAddr: 0x13454C, symSize: 0x14 }
+ - { offsetInCU: 0x3A0C, offset: 0x147D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x814, symBinAddr: 0x134560, symSize: 0x14 }
+ - { offsetInCU: 0x3A88, offset: 0x147DA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL1goiySbx_xtFZTW', symObjAddr: 0x828, symBinAddr: 0x134574, symSize: 0x14 }
+ - { offsetInCU: 0x3AF5, offset: 0x147E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFPxycfCTW', symObjAddr: 0xDB0, symBinAddr: 0x134AFC, symSize: 0x8 }
+ - { offsetInCU: 0x3B3E, offset: 0x147E5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP5unionyxxnFTW', symObjAddr: 0xDB8, symBinAddr: 0x134B04, symSize: 0x14 }
+ - { offsetInCU: 0x3BDB, offset: 0x147EF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP12intersectionyxxFTW', symObjAddr: 0xDCC, symBinAddr: 0x134B18, symSize: 0x14 }
+ - { offsetInCU: 0x3C70, offset: 0x147F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP19symmetricDifferenceyxxnFTW', symObjAddr: 0xDE0, symBinAddr: 0x134B2C, symSize: 0x14 }
+ - { offsetInCU: 0x3D1C, offset: 0x148038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6insertySb8inserted_7ElementQz17memberAfterInserttAKnFTW', symObjAddr: 0xDF4, symBinAddr: 0x134B40, symSize: 0x30 }
+ - { offsetInCU: 0x3E97, offset: 0x1481B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6removey7ElementQzSgAJFTW', symObjAddr: 0xE24, symBinAddr: 0x134B70, symSize: 0x2C }
+ - { offsetInCU: 0x4024, offset: 0x148340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6update4with7ElementQzSgAKn_tFTW', symObjAddr: 0xE50, symBinAddr: 0x134B9C, symSize: 0x24 }
+ - { offsetInCU: 0x4110, offset: 0x14842C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP9formUnionyyxnFTW', symObjAddr: 0xE74, symBinAddr: 0x134BC0, symSize: 0x14 }
+ - { offsetInCU: 0x4176, offset: 0x148492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP16formIntersectionyyxFTW', symObjAddr: 0xE88, symBinAddr: 0x134BD4, symSize: 0x14 }
+ - { offsetInCU: 0x41DC, offset: 0x1484F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0xE9C, symBinAddr: 0x134BE8, symSize: 0x14 }
+ - { offsetInCU: 0x4251, offset: 0x14856D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP11subtractingyxxFTW', symObjAddr: 0xEB0, symBinAddr: 0x134BFC, symSize: 0x14 }
+ - { offsetInCU: 0x42FA, offset: 0x148616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP8isSubset2ofSbx_tFTW', symObjAddr: 0xEC4, symBinAddr: 0x134C10, symSize: 0x14 }
+ - { offsetInCU: 0x4371, offset: 0x14868D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP10isDisjoint4withSbx_tFTW', symObjAddr: 0xED8, symBinAddr: 0x134C24, symSize: 0x14 }
+ - { offsetInCU: 0x4429, offset: 0x148745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP10isSuperset2ofSbx_tFTW', symObjAddr: 0xEEC, symBinAddr: 0x134C38, symSize: 0x14 }
+ - { offsetInCU: 0x44C3, offset: 0x1487DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP7isEmptySbvgTW', symObjAddr: 0xF00, symBinAddr: 0x134C4C, symSize: 0x10 }
+ - { offsetInCU: 0x452B, offset: 0x148847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFPyxqd__ncSTRd__7ElementQyd__AHRtzlufCTW', symObjAddr: 0xF10, symBinAddr: 0x134C5C, symSize: 0x28 }
+ - { offsetInCU: 0x4547, offset: 0x148863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP8subtractyyxFTW', symObjAddr: 0xF38, symBinAddr: 0x134C84, symSize: 0x14 }
+ - { offsetInCU: 0x45C3, offset: 0x1488DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF4C, symBinAddr: 0x134C98, symSize: 0x14 }
+ - { offsetInCU: 0x4610, offset: 0x14892C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs25ExpressibleByArrayLiteralAAsAFP05arrayI0x0hI7ElementQzd_tcfCTW', symObjAddr: 0xF60, symBinAddr: 0x134CAC, symSize: 0x3C }
+ - { offsetInCU: 0x4650, offset: 0x14896C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xFA8, symBinAddr: 0x134CF4, symSize: 0x14 }
+ - { offsetInCU: 0x46A5, offset: 0x1489C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1004, symBinAddr: 0x134D50, symSize: 0x28 }
+ - { offsetInCU: 0x472A, offset: 0x148A46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1744, symBinAddr: 0x135490, symSize: 0x88 }
+ - { offsetInCU: 0x47D9, offset: 0x148AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH9hashValueSivgTW', symObjAddr: 0x17CC, symBinAddr: 0x135518, symSize: 0x60 }
+ - { offsetInCU: 0x4857, offset: 0x148B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x182C, symBinAddr: 0x135578, symSize: 0x40 }
+ - { offsetInCU: 0x48A9, offset: 0x148BC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x186C, symBinAddr: 0x1355B8, symSize: 0x5C }
+ - { offsetInCU: 0x4B, offset: 0x149028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x138810, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x149046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x138820, symSize: 0xC4 }
+ - { offsetInCU: 0xBD, offset: 0x14909A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateC9stopTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0xD4, symBinAddr: 0x1388E4, symSize: 0x50 }
+ - { offsetInCU: 0xFC, offset: 0x1490D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCACycfc', symObjAddr: 0x1AC, symBinAddr: 0x1389BC, symSize: 0x8 }
+ - { offsetInCU: 0x12B, offset: 0x149108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCfd', symObjAddr: 0x1B4, symBinAddr: 0x1389C4, symSize: 0x8 }
+ - { offsetInCU: 0x15A, offset: 0x149137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCfD', symObjAddr: 0x1BC, symBinAddr: 0x1389CC, symSize: 0x10 }
+ - { offsetInCU: 0x18A, offset: 0x149167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCMa', symObjAddr: 0x1F0, symBinAddr: 0x1389DC, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x149372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1389FC, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x149390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x138A0C, symSize: 0x144 }
+ - { offsetInCU: 0xBD, offset: 0x1493E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x154, symBinAddr: 0x138B50, symSize: 0xDC }
+ - { offsetInCU: 0xFB, offset: 0x149422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x230, symBinAddr: 0x138C2C, symSize: 0x194 }
+ - { offsetInCU: 0x22F, offset: 0x149556, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC6accept7context6paramsyAA17DirectCallContext_p_AA12AcceptParamsCtF', symObjAddr: 0x3C4, symBinAddr: 0x138DC0, symSize: 0x168 }
+ - { offsetInCU: 0x2A8, offset: 0x1495CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC20didOtherDeviceAccept7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x52C, symBinAddr: 0x138F28, symSize: 0x9C }
+ - { offsetInCU: 0x311, offset: 0x149638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCACycfc', symObjAddr: 0x7DC, symBinAddr: 0x1391D8, symSize: 0x8 }
+ - { offsetInCU: 0x340, offset: 0x149667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCfd', symObjAddr: 0x7E4, symBinAddr: 0x1391E0, symSize: 0x8 }
+ - { offsetInCU: 0x36F, offset: 0x149696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCfD', symObjAddr: 0x7EC, symBinAddr: 0x1391E8, symSize: 0x10 }
+ - { offsetInCU: 0x434, offset: 0x14975B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x820, symBinAddr: 0x1391F8, symSize: 0x10 }
+ - { offsetInCU: 0x448, offset: 0x14976F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x830, symBinAddr: 0x139208, symSize: 0x8 }
+ - { offsetInCU: 0x45C, offset: 0x149783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCMa', symObjAddr: 0x838, symBinAddr: 0x139210, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x149A16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x139238, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x149A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x139238, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x149A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3sdpSSSgvg', symObjAddr: 0xC, symBinAddr: 0x139244, symSize: 0x2C }
+ - { offsetInCU: 0x7B, offset: 0x149A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x38, symBinAddr: 0x139270, symSize: 0x2C }
+ - { offsetInCU: 0x8F, offset: 0x149A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC18sessionDescriptionSo010RTCSessionH0CSgvg', symObjAddr: 0x64, symBinAddr: 0x13929C, symSize: 0x8C }
+ - { offsetInCU: 0xE0, offset: 0x149ACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x139328, symSize: 0x48 }
+ - { offsetInCU: 0x105, offset: 0x149AF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x138, symBinAddr: 0x139370, symSize: 0x430 }
+ - { offsetInCU: 0x24F, offset: 0x149C3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_SSSgAlA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x71C, symBinAddr: 0x1397C0, symSize: 0x118 }
+ - { offsetInCU: 0x30C, offset: 0x149CFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_SSSgAlA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x834, symBinAddr: 0x1398D8, symSize: 0xBC }
+ - { offsetInCU: 0x3FD, offset: 0x149DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x8F0, symBinAddr: 0x139994, symSize: 0x2C }
+ - { offsetInCU: 0x45C, offset: 0x149E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x91C, symBinAddr: 0x1399C0, symSize: 0x2C }
+ - { offsetInCU: 0x4B9, offset: 0x149EA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfd', symObjAddr: 0x964, symBinAddr: 0x139A08, symSize: 0x3C }
+ - { offsetInCU: 0x50A, offset: 0x149EF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfD', symObjAddr: 0x9B4, symBinAddr: 0x139A44, symSize: 0x44 }
+ - { offsetInCU: 0x572, offset: 0x149F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x9F8, symBinAddr: 0x139A88, symSize: 0x10 }
+ - { offsetInCU: 0x5B3, offset: 0x149FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0xA08, symBinAddr: 0x139A98, symSize: 0x30 }
+ - { offsetInCU: 0x613, offset: 0x14A002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCMa', symObjAddr: 0x630, symBinAddr: 0x1397A0, symSize: 0x20 }
+ - { offsetInCU: 0x6E4, offset: 0x14A0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfE', symObjAddr: 0x948, symBinAddr: 0x1399EC, symSize: 0x1C }
+ - { offsetInCU: 0xBE, offset: 0x14A43C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO2eeoiySbAE_AEtFZ', symObjAddr: 0x12C, symBinAddr: 0x139C30, symSize: 0x10 }
+ - { offsetInCU: 0xE6, offset: 0x14A464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO4hash4intoys6HasherVz_tF', symObjAddr: 0x13C, symBinAddr: 0x139C40, symSize: 0x24 }
+ - { offsetInCU: 0x17C, offset: 0x14A4FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO9hashValueSivg', symObjAddr: 0x160, symBinAddr: 0x139C64, symSize: 0x44 }
+ - { offsetInCU: 0x276, offset: 0x14A5F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1A4, symBinAddr: 0x139CA8, symSize: 0x18 }
+ - { offsetInCU: 0x2D4, offset: 0x14A652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH9hashValueSivgTW', symObjAddr: 0x1BC, symBinAddr: 0x139CC0, symSize: 0x44 }
+ - { offsetInCU: 0x3B7, offset: 0x14A735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x200, symBinAddr: 0x139D04, symSize: 0x28 }
+ - { offsetInCU: 0x42A, offset: 0x14A7A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8category7onBoard7expiredACSd_AC8CategoryOAA07SBTimerK8Delegate_pSgyAA0N0CctcfC', symObjAddr: 0x0, symBinAddr: 0x139B04, symSize: 0x12C }
+ - { offsetInCU: 0x4A1, offset: 0x14A81F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvg', symObjAddr: 0x268, symBinAddr: 0x139D6C, symSize: 0x44 }
+ - { offsetInCU: 0x4D0, offset: 0x14A84E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvs', symObjAddr: 0x2AC, symBinAddr: 0x139DB0, symSize: 0x50 }
+ - { offsetInCU: 0x50B, offset: 0x14A889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvM', symObjAddr: 0x2FC, symBinAddr: 0x139E00, symSize: 0x44 }
+ - { offsetInCU: 0x53A, offset: 0x14A8B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvM.resume.0', symObjAddr: 0x340, symBinAddr: 0x139E44, symSize: 0x4 }
+ - { offsetInCU: 0x565, offset: 0x14A8E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8category7onBoard7expiredACSd_AC8CategoryOAA07SBTimerK8Delegate_pSgyAA0N0Cctcfc', symObjAddr: 0x344, symBinAddr: 0x139E48, symSize: 0x120 }
+ - { offsetInCU: 0x62E, offset: 0x14A9AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA07SBTimerL8Delegate_pSgSSSbyAA0P0CctcfC', symObjAddr: 0x464, symBinAddr: 0x139F68, symSize: 0x2C }
+ - { offsetInCU: 0x68D, offset: 0x14AA0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA07SBTimerL8Delegate_pSgSSSbyAA0P0Cctcfc', symObjAddr: 0x490, symBinAddr: 0x139F94, symSize: 0x2C }
+ - { offsetInCU: 0x6F6, offset: 0x14AA74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerCfD', symObjAddr: 0x4BC, symBinAddr: 0x139FC0, symSize: 0x30 }
+ - { offsetInCU: 0x756, offset: 0x14AAD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerCMa', symObjAddr: 0x4EC, symBinAddr: 0x139FF0, symSize: 0x20 }
+ - { offsetInCU: 0x76A, offset: 0x14AAE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASQWb', symObjAddr: 0x50C, symBinAddr: 0x13A010, symSize: 0x4 }
+ - { offsetInCU: 0x77E, offset: 0x14AAFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOAESQAAWl', symObjAddr: 0x510, symBinAddr: 0x13A014, symSize: 0x44 }
+ - { offsetInCU: 0x792, offset: 0x14AB10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwet', symObjAddr: 0x670, symBinAddr: 0x13A164, symSize: 0x90 }
+ - { offsetInCU: 0x7A6, offset: 0x14AB24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwst', symObjAddr: 0x700, symBinAddr: 0x13A1F4, symSize: 0xBC }
+ - { offsetInCU: 0x7BA, offset: 0x14AB38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwug', symObjAddr: 0x7BC, symBinAddr: 0x13A2B0, symSize: 0x8 }
+ - { offsetInCU: 0x7CE, offset: 0x14AB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwup', symObjAddr: 0x7C4, symBinAddr: 0x13A2B8, symSize: 0x4 }
+ - { offsetInCU: 0x7E2, offset: 0x14AB60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwui', symObjAddr: 0x7C8, symBinAddr: 0x13A2BC, symSize: 0xC }
+ - { offsetInCU: 0x7F6, offset: 0x14AB74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOMa', symObjAddr: 0x7D4, symBinAddr: 0x13A2C8, symSize: 0x10 }
+ - { offsetInCU: 0x862, offset: 0x14ABE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x228, symBinAddr: 0x139D2C, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x14AECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfo5tokenAcA0dhI0V_SSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x13A2D8, symSize: 0x4C }
+ - { offsetInCU: 0x67, offset: 0x14AEEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x4C, symBinAddr: 0x13A324, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x14AF07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x54, symBinAddr: 0x13A32C, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x14AF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x5C, symBinAddr: 0x13A334, symSize: 0x8 }
+ - { offsetInCU: 0xAB, offset: 0x14AF2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfoAA0dhI0Vvg', symObjAddr: 0x64, symBinAddr: 0x13A33C, symSize: 0x40 }
+ - { offsetInCU: 0xC7, offset: 0x14AF4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV5tokenSSSgvg', symObjAddr: 0xA4, symBinAddr: 0x13A37C, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x14AF67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0xD0, symBinAddr: 0x13A3A8, symSize: 0x8 }
+ - { offsetInCU: 0x134, offset: 0x14AFB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xD8, symBinAddr: 0x13A3B0, symSize: 0x5C }
+ - { offsetInCU: 0x18C, offset: 0x14B010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x134, symBinAddr: 0x13A40C, symSize: 0x5C }
+ - { offsetInCU: 0x1F4, offset: 0x14B078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x190, symBinAddr: 0x13A468, symSize: 0x8 }
+ - { offsetInCU: 0x21B, offset: 0x14B09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x198, symBinAddr: 0x13A470, symSize: 0xC }
+ - { offsetInCU: 0x242, offset: 0x14B0C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1A4, symBinAddr: 0x13A47C, symSize: 0x60 }
+ - { offsetInCU: 0x27B, offset: 0x14B0FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x204, symBinAddr: 0x13A4DC, symSize: 0x60 }
+ - { offsetInCU: 0x2D2, offset: 0x14B156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3E8, symBinAddr: 0x13A6C0, symSize: 0x64 }
+ - { offsetInCU: 0x338, offset: 0x14B1BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x44C, symBinAddr: 0x13A724, symSize: 0x28 }
+ - { offsetInCU: 0x34C, offset: 0x14B1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x474, symBinAddr: 0x13A74C, symSize: 0x8 }
+ - { offsetInCU: 0x382, offset: 0x14B206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x47C, symBinAddr: 0x13A754, symSize: 0x68 }
+ - { offsetInCU: 0x407, offset: 0x14B28B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4E4, symBinAddr: 0x13A7BC, symSize: 0xC }
+ - { offsetInCU: 0x423, offset: 0x14B2A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x13A7C8, symSize: 0xC }
+ - { offsetInCU: 0x440, offset: 0x14B2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x54C, symBinAddr: 0x13A824, symSize: 0x178 }
+ - { offsetInCU: 0x49C, offset: 0x14B320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6C4, symBinAddr: 0x13A99C, symSize: 0x8 }
+ - { offsetInCU: 0x4C7, offset: 0x14B34B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6CC, symBinAddr: 0x13A9A4, symSize: 0x8 }
+ - { offsetInCU: 0x508, offset: 0x14B38C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x6D4, symBinAddr: 0x13A9AC, symSize: 0x8 }
+ - { offsetInCU: 0x53A, offset: 0x14B3BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x6DC, symBinAddr: 0x13A9B4, symSize: 0x8 }
+ - { offsetInCU: 0x556, offset: 0x14B3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6E4, symBinAddr: 0x13A9BC, symSize: 0x48 }
+ - { offsetInCU: 0x579, offset: 0x14B3FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfo5tokenAcA0dhI0V_SSSgtcfCTf4nnd_n', symObjAddr: 0x1154, symBinAddr: 0x13B42C, symSize: 0x1B0 }
+ - { offsetInCU: 0x69E, offset: 0x14B522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV04pushE2IdSSvg', symObjAddr: 0x72C, symBinAddr: 0x13AA04, symSize: 0x2C }
+ - { offsetInCU: 0x6BA, offset: 0x14B53E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10sessionKeySSvg', symObjAddr: 0x758, symBinAddr: 0x13AA30, symSize: 0x2C }
+ - { offsetInCU: 0x6D6, offset: 0x14B55A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV7vierKeySSvg', symObjAddr: 0x784, symBinAddr: 0x13AA5C, symSize: 0x2C }
+ - { offsetInCU: 0x70A, offset: 0x14B58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8intValueAGSgSi_tcfC', symObjAddr: 0x7C8, symBinAddr: 0x13AAA0, symSize: 0x8 }
+ - { offsetInCU: 0x731, offset: 0x14B5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8intValueSiSgvg', symObjAddr: 0x7D0, symBinAddr: 0x13AAA8, symSize: 0xC }
+ - { offsetInCU: 0x758, offset: 0x14B5DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8rawValueSSvg', symObjAddr: 0x7DC, symBinAddr: 0x13AAB4, symSize: 0x30 }
+ - { offsetInCU: 0x77F, offset: 0x14B603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O11stringValueSSvg', symObjAddr: 0x80C, symBinAddr: 0x13AAE4, symSize: 0x30 }
+ - { offsetInCU: 0x7A6, offset: 0x14B62A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x884, symBinAddr: 0x13AB5C, symSize: 0x8 }
+ - { offsetInCU: 0x7C2, offset: 0x14B646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x898, symBinAddr: 0x13AB70, symSize: 0xC }
+ - { offsetInCU: 0x7DE, offset: 0x14B662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x8A4, symBinAddr: 0x13AB7C, symSize: 0xC }
+ - { offsetInCU: 0x7FB, offset: 0x14B67F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x9F0, symBinAddr: 0x13ACC8, symSize: 0x8 }
+ - { offsetInCU: 0x822, offset: 0x14B6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x9F8, symBinAddr: 0x13ACD0, symSize: 0xC }
+ - { offsetInCU: 0x849, offset: 0x14B6CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8rawValueSSvg', symObjAddr: 0xA04, symBinAddr: 0x13ACDC, symSize: 0x44 }
+ - { offsetInCU: 0x870, offset: 0x14B6F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO11stringValueSSvg', symObjAddr: 0xA48, symBinAddr: 0x13AD20, symSize: 0x44 }
+ - { offsetInCU: 0x897, offset: 0x14B71B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD0C, symBinAddr: 0x13AFE4, symSize: 0x8 }
+ - { offsetInCU: 0x8B3, offset: 0x14B737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xDA4, symBinAddr: 0x13B07C, symSize: 0xC }
+ - { offsetInCU: 0x8D0, offset: 0x14B754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE00, symBinAddr: 0x13B0D8, symSize: 0x40 }
+ - { offsetInCU: 0x8FA, offset: 0x14B77E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE40, symBinAddr: 0x13B118, symSize: 0x40 }
+ - { offsetInCU: 0x932, offset: 0x14B7B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE80, symBinAddr: 0x13B158, symSize: 0x2D4 }
+ - { offsetInCU: 0x9E8, offset: 0x14B86C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x1368, symBinAddr: 0x13B5DC, symSize: 0x44 }
+ - { offsetInCU: 0x9FC, offset: 0x14B880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1494, symBinAddr: 0x13B620, symSize: 0x4 }
+ - { offsetInCU: 0xA10, offset: 0x14B894, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1498, symBinAddr: 0x13B624, symSize: 0x44 }
+ - { offsetInCU: 0xA24, offset: 0x14B8A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x14DC, symBinAddr: 0x13B668, symSize: 0x4 }
+ - { offsetInCU: 0xA38, offset: 0x14B8BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x14E0, symBinAddr: 0x13B66C, symSize: 0x44 }
+ - { offsetInCU: 0xA4C, offset: 0x14B8D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1524, symBinAddr: 0x13B6B0, symSize: 0x4 }
+ - { offsetInCU: 0xA60, offset: 0x14B8E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1528, symBinAddr: 0x13B6B4, symSize: 0x44 }
+ - { offsetInCU: 0xA74, offset: 0x14B8F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA14APIRequestableAAWI', symObjAddr: 0x156C, symBinAddr: 0x13B6F8, symSize: 0x24 }
+ - { offsetInCU: 0xA88, offset: 0x14B90C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x15D4, symBinAddr: 0x13B71C, symSize: 0x24 }
+ - { offsetInCU: 0xA9C, offset: 0x14B920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA11RequestableAAWI', symObjAddr: 0x163C, symBinAddr: 0x13B740, symSize: 0x2C }
+ - { offsetInCU: 0xAB0, offset: 0x14B934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA0F0AAWl', symObjAddr: 0x1668, symBinAddr: 0x13B76C, symSize: 0x44 }
+ - { offsetInCU: 0xAC4, offset: 0x14B948, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x16AC, symBinAddr: 0x13B7B0, symSize: 0x44 }
+ - { offsetInCU: 0xAD8, offset: 0x14B95C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x16F0, symBinAddr: 0x13B7F4, symSize: 0x4 }
+ - { offsetInCU: 0xAEC, offset: 0x14B970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0AAWI', symObjAddr: 0x1738, symBinAddr: 0x13B7F8, symSize: 0x24 }
+ - { offsetInCU: 0xB00, offset: 0x14B984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVACSEAAWl', symObjAddr: 0x175C, symBinAddr: 0x13B81C, symSize: 0x44 }
+ - { offsetInCU: 0xB14, offset: 0x14B998, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x17A0, symBinAddr: 0x13B860, symSize: 0x24 }
+ - { offsetInCU: 0xB28, offset: 0x14B9AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OSHAASQWb', symObjAddr: 0x17C4, symBinAddr: 0x13B884, symSize: 0x4 }
+ - { offsetInCU: 0xB3C, offset: 0x14B9C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGSQAAWl', symObjAddr: 0x17C8, symBinAddr: 0x13B888, symSize: 0x44 }
+ - { offsetInCU: 0xB50, offset: 0x14B9D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x180C, symBinAddr: 0x13B8CC, symSize: 0x4 }
+ - { offsetInCU: 0xB64, offset: 0x14B9E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1810, symBinAddr: 0x13B8D0, symSize: 0x44 }
+ - { offsetInCU: 0xB78, offset: 0x14B9FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1854, symBinAddr: 0x13B914, symSize: 0x4 }
+ - { offsetInCU: 0xB8C, offset: 0x14BA10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1858, symBinAddr: 0x13B918, symSize: 0x44 }
+ - { offsetInCU: 0xBA0, offset: 0x14BA24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOSHAASQWb', symObjAddr: 0x189C, symBinAddr: 0x13B95C, symSize: 0x4 }
+ - { offsetInCU: 0xBB4, offset: 0x14BA38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAESQAAWl', symObjAddr: 0x18A0, symBinAddr: 0x13B960, symSize: 0x44 }
+ - { offsetInCU: 0xBC8, offset: 0x14BA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x18E4, symBinAddr: 0x13B9A4, symSize: 0x4 }
+ - { offsetInCU: 0xBDC, offset: 0x14BA60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x18E8, symBinAddr: 0x13B9A8, symSize: 0x44 }
+ - { offsetInCU: 0xBF0, offset: 0x14BA74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x192C, symBinAddr: 0x13B9EC, symSize: 0x4 }
+ - { offsetInCU: 0xC04, offset: 0x14BA88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1930, symBinAddr: 0x13B9F0, symSize: 0x44 }
+ - { offsetInCU: 0xC18, offset: 0x14BA9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwCP', symObjAddr: 0x1974, symBinAddr: 0x13BA34, symSize: 0x30 }
+ - { offsetInCU: 0xC2C, offset: 0x14BAB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwxx', symObjAddr: 0x19A4, symBinAddr: 0x13BA64, symSize: 0x48 }
+ - { offsetInCU: 0xC40, offset: 0x14BAC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwcp', symObjAddr: 0x19EC, symBinAddr: 0x13BAAC, symSize: 0x94 }
+ - { offsetInCU: 0xC54, offset: 0x14BAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwca', symObjAddr: 0x1A80, symBinAddr: 0x13BB40, symSize: 0xEC }
+ - { offsetInCU: 0xC68, offset: 0x14BAEC, size: 0x8, addend: 0x0, symName: ___swift_memcpy89_8, symObjAddr: 0x1B6C, symBinAddr: 0x13BC2C, symSize: 0x24 }
+ - { offsetInCU: 0xC7C, offset: 0x14BB00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwta', symObjAddr: 0x1B90, symBinAddr: 0x13BC50, symSize: 0x94 }
+ - { offsetInCU: 0xC90, offset: 0x14BB14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwet', symObjAddr: 0x1C24, symBinAddr: 0x13BCE4, symSize: 0x48 }
+ - { offsetInCU: 0xCA4, offset: 0x14BB28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwst', symObjAddr: 0x1C6C, symBinAddr: 0x13BD2C, symSize: 0x58 }
+ - { offsetInCU: 0xCB8, offset: 0x14BB3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVMa', symObjAddr: 0x1CC4, symBinAddr: 0x13BD84, symSize: 0x10 }
+ - { offsetInCU: 0xCCC, offset: 0x14BB50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwet', symObjAddr: 0x1CE4, symBinAddr: 0x13BD94, symSize: 0x90 }
+ - { offsetInCU: 0xCE0, offset: 0x14BB64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwst', symObjAddr: 0x1D74, symBinAddr: 0x13BE24, symSize: 0xBC }
+ - { offsetInCU: 0xCF4, offset: 0x14BB78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwug', symObjAddr: 0x1E30, symBinAddr: 0x13BEE0, symSize: 0x8 }
+ - { offsetInCU: 0xD08, offset: 0x14BB8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwup', symObjAddr: 0x1E38, symBinAddr: 0x13BEE8, symSize: 0x4 }
+ - { offsetInCU: 0xD1C, offset: 0x14BBA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwui', symObjAddr: 0x1E3C, symBinAddr: 0x13BEEC, symSize: 0x8 }
+ - { offsetInCU: 0xD30, offset: 0x14BBB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOMa', symObjAddr: 0x1E44, symBinAddr: 0x13BEF4, symSize: 0x10 }
+ - { offsetInCU: 0xD44, offset: 0x14BBC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwxx', symObjAddr: 0x1E54, symBinAddr: 0x13BF04, symSize: 0x30 }
+ - { offsetInCU: 0xD58, offset: 0x14BBDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwcp', symObjAddr: 0x1E84, symBinAddr: 0x13BF34, symSize: 0x54 }
+ - { offsetInCU: 0xD6C, offset: 0x14BBF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwca', symObjAddr: 0x1ED8, symBinAddr: 0x13BF88, symSize: 0x8C }
+ - { offsetInCU: 0xD80, offset: 0x14BC04, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x1F64, symBinAddr: 0x13C014, symSize: 0x14 }
+ - { offsetInCU: 0xD94, offset: 0x14BC18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwta', symObjAddr: 0x1F78, symBinAddr: 0x13C028, symSize: 0x54 }
+ - { offsetInCU: 0xDA8, offset: 0x14BC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwet', symObjAddr: 0x1FCC, symBinAddr: 0x13C07C, symSize: 0x48 }
+ - { offsetInCU: 0xDBC, offset: 0x14BC40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwst', symObjAddr: 0x2014, symBinAddr: 0x13C0C4, symSize: 0x4C }
+ - { offsetInCU: 0xDD0, offset: 0x14BC54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVMa', symObjAddr: 0x2060, symBinAddr: 0x13C110, symSize: 0x10 }
+ - { offsetInCU: 0xDE4, offset: 0x14BC68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOwup', symObjAddr: 0x2078, symBinAddr: 0x13C128, symSize: 0x4 }
+ - { offsetInCU: 0xDF8, offset: 0x14BC7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOMa', symObjAddr: 0x207C, symBinAddr: 0x13C12C, symSize: 0x10 }
+ - { offsetInCU: 0xE0C, offset: 0x14BC90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owug', symObjAddr: 0x21E0, symBinAddr: 0x13C290, symSize: 0x8 }
+ - { offsetInCU: 0xE20, offset: 0x14BCA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owup', symObjAddr: 0x21E8, symBinAddr: 0x13C298, symSize: 0x4 }
+ - { offsetInCU: 0xE34, offset: 0x14BCB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owui', symObjAddr: 0x21EC, symBinAddr: 0x13C29C, symSize: 0xC }
+ - { offsetInCU: 0xE48, offset: 0x14BCCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OMa', symObjAddr: 0x21F8, symBinAddr: 0x13C2A8, symSize: 0x10 }
+ - { offsetInCU: 0xE5C, offset: 0x14BCE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2208, symBinAddr: 0x13C2B8, symSize: 0x44 }
+ - { offsetInCU: 0xE70, offset: 0x14BCF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs0G3KeyAAWl', symObjAddr: 0x224C, symBinAddr: 0x13C2FC, symSize: 0x44 }
+ - { offsetInCU: 0xE84, offset: 0x14BD08, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x22D8, symBinAddr: 0x13C340, symSize: 0x28 }
+ - { offsetInCU: 0xED3, offset: 0x14BD57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x264, symBinAddr: 0x13A53C, symSize: 0x88 }
+ - { offsetInCU: 0xF82, offset: 0x14BE06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2EC, symBinAddr: 0x13A5C4, symSize: 0x60 }
+ - { offsetInCU: 0x1000, offset: 0x14BE84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x34C, symBinAddr: 0x13A624, symSize: 0x40 }
+ - { offsetInCU: 0x1052, offset: 0x14BED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x38C, symBinAddr: 0x13A664, symSize: 0x5C }
+ - { offsetInCU: 0x10AE, offset: 0x14BF32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4FC, symBinAddr: 0x13A7D4, symSize: 0x28 }
+ - { offsetInCU: 0x10CA, offset: 0x14BF4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x524, symBinAddr: 0x13A7FC, symSize: 0x28 }
+ - { offsetInCU: 0x10EC, offset: 0x14BF70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x8B0, symBinAddr: 0x13AB88, symSize: 0x28 }
+ - { offsetInCU: 0x1108, offset: 0x14BF8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x8D8, symBinAddr: 0x13ABB0, symSize: 0x28 }
+ - { offsetInCU: 0x1124, offset: 0x14BFA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xDB0, symBinAddr: 0x13B088, symSize: 0x28 }
+ - { offsetInCU: 0x1140, offset: 0x14BFC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xDD8, symBinAddr: 0x13B0B0, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x14C2BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabledSbSgvg', symObjAddr: 0x0, symBinAddr: 0x13C388, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x14C2D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isVideoEnabledSbSgvg', symObjAddr: 0x8, symBinAddr: 0x13C390, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x14C2F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11customItemsAC06CustomH0CSgvg', symObjAddr: 0x10, symBinAddr: 0x13C398, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x14C310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13recordingInfoAC09RecordingH0CSgvg', symObjAddr: 0x18, symBinAddr: 0x13C3A0, symSize: 0x8 }
+ - { offsetInCU: 0xF0, offset: 0x14C361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x20, symBinAddr: 0x13C3A8, symSize: 0x5C }
+ - { offsetInCU: 0x148, offset: 0x14C3B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xBC, symBinAddr: 0x13C404, symSize: 0x5C }
+ - { offsetInCU: 0x1B0, offset: 0x14C421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x118, symBinAddr: 0x13C460, symSize: 0x8 }
+ - { offsetInCU: 0x1D7, offset: 0x14C448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x120, symBinAddr: 0x13C468, symSize: 0xC }
+ - { offsetInCU: 0x1FE, offset: 0x14C46F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8rawValueSSvg', symObjAddr: 0x12C, symBinAddr: 0x13C474, symSize: 0x88 }
+ - { offsetInCU: 0x237, offset: 0x14C4A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1B4, symBinAddr: 0x13C4FC, symSize: 0x88 }
+ - { offsetInCU: 0x290, offset: 0x14C501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x13C708, symSize: 0x64 }
+ - { offsetInCU: 0x2F6, offset: 0x14C567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x424, symBinAddr: 0x13C76C, symSize: 0x28 }
+ - { offsetInCU: 0x30A, offset: 0x14C57B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x44C, symBinAddr: 0x13C794, symSize: 0x8 }
+ - { offsetInCU: 0x340, offset: 0x14C5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x454, symBinAddr: 0x13C79C, symSize: 0x68 }
+ - { offsetInCU: 0x3C5, offset: 0x14C636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4BC, symBinAddr: 0x13C804, symSize: 0xC }
+ - { offsetInCU: 0x3E1, offset: 0x14C652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C8, symBinAddr: 0x13C810, symSize: 0xC }
+ - { offsetInCU: 0x3FE, offset: 0x14C66F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x524, symBinAddr: 0x13C86C, symSize: 0x4C }
+ - { offsetInCU: 0x423, offset: 0x14C694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x570, symBinAddr: 0x13C8B8, symSize: 0x2A0 }
+ - { offsetInCU: 0x4F5, offset: 0x14C766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabled0g5VideoI011customItems10affectedAt13recordingInfoACSb_SbSDyS2SGs5Int64VAC09RecordingP0CtcfC', symObjAddr: 0x934, symBinAddr: 0x13CC38, symSize: 0x74 }
+ - { offsetInCU: 0x596, offset: 0x14C807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabled0g5VideoI011customItems10affectedAt13recordingInfoACSb_SbSDyS2SGs5Int64VAC09RecordingP0Ctcfc', symObjAddr: 0x9A8, symBinAddr: 0x13CCAC, symSize: 0x50 }
+ - { offsetInCU: 0x64B, offset: 0x14C8BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCACycfC', symObjAddr: 0xA34, symBinAddr: 0x13CD38, symSize: 0x2C }
+ - { offsetInCU: 0x6AA, offset: 0x14C91B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCACycfc', symObjAddr: 0xA60, symBinAddr: 0x13CD64, symSize: 0x2C }
+ - { offsetInCU: 0x6EF, offset: 0x14C960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfd', symObjAddr: 0xAA8, symBinAddr: 0x13CDAC, symSize: 0x24 }
+ - { offsetInCU: 0x72A, offset: 0x14C99B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfD', symObjAddr: 0xACC, symBinAddr: 0x13CDD0, symSize: 0x2C }
+ - { offsetInCU: 0x78F, offset: 0x14CA00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x834, symBinAddr: 0x13CB58, symSize: 0x44 }
+ - { offsetInCU: 0x7A3, offset: 0x14CA14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCMa', symObjAddr: 0x898, symBinAddr: 0x13CB9C, symSize: 0x20 }
+ - { offsetInCU: 0x7B7, offset: 0x14CA28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCMa', symObjAddr: 0x8B8, symBinAddr: 0x13CBBC, symSize: 0x20 }
+ - { offsetInCU: 0x7CB, offset: 0x14CA3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCMa', symObjAddr: 0x8D8, symBinAddr: 0x13CBDC, symSize: 0x20 }
+ - { offsetInCU: 0x7EB, offset: 0x14CA5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingIdSSvg', symObjAddr: 0xFBC, symBinAddr: 0x13D220, symSize: 0x2C }
+ - { offsetInCU: 0x807, offset: 0x14CA78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC13recordingTypeAA0G7OptionsC0gJ0Ovg', symObjAddr: 0xFE8, symBinAddr: 0x13D24C, symSize: 0x8 }
+ - { offsetInCU: 0x82F, offset: 0x14CAA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0x10E0, symBinAddr: 0x13D344, symSize: 0x8 }
+ - { offsetInCU: 0x856, offset: 0x14CAC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x10E8, symBinAddr: 0x13D34C, symSize: 0xC }
+ - { offsetInCU: 0x87D, offset: 0x14CAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8rawValueSSvg', symObjAddr: 0x10F4, symBinAddr: 0x13D358, symSize: 0x24 }
+ - { offsetInCU: 0x8A4, offset: 0x14CB15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1118, symBinAddr: 0x13D37C, symSize: 0x24 }
+ - { offsetInCU: 0x8CB, offset: 0x14CB3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x13BC, symBinAddr: 0x13D620, symSize: 0x8 }
+ - { offsetInCU: 0x8E7, offset: 0x14CB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x1454, symBinAddr: 0x13D6B8, symSize: 0xC }
+ - { offsetInCU: 0x904, offset: 0x14CB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x14B0, symBinAddr: 0x13D714, symSize: 0x4C }
+ - { offsetInCU: 0x929, offset: 0x14CB9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC4fromAEs7Decoder_p_tKcfc', symObjAddr: 0x14FC, symBinAddr: 0x13D760, symSize: 0x17C }
+ - { offsetInCU: 0x9BB, offset: 0x14CC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingId0I4TypeAESS_AA0G7OptionsC0gK0OtcfC', symObjAddr: 0x1700, symBinAddr: 0x13D964, symSize: 0x44 }
+ - { offsetInCU: 0xA0A, offset: 0x14CC7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingId0I4TypeAESS_AA0G7OptionsC0gK0Otcfc', symObjAddr: 0x1744, symBinAddr: 0x13D9A8, symSize: 0x10 }
+ - { offsetInCU: 0xA39, offset: 0x14CCAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCfd', symObjAddr: 0x1754, symBinAddr: 0x13D9B8, symSize: 0x1C }
+ - { offsetInCU: 0xA74, offset: 0x14CCE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCfD', symObjAddr: 0x1770, symBinAddr: 0x13D9D4, symSize: 0x24 }
+ - { offsetInCU: 0xB13, offset: 0x14CD84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC06customH010affectedAtAESDyS2SG_s5Int64VtcfC', symObjAddr: 0x9F8, symBinAddr: 0x13CCFC, symSize: 0x3C }
+ - { offsetInCU: 0xB56, offset: 0x14CDC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC5valueSDyS2SGvg', symObjAddr: 0xAF8, symBinAddr: 0x13CDFC, symSize: 0x8 }
+ - { offsetInCU: 0xB72, offset: 0x14CDE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10affectedAts5Int64Vvg', symObjAddr: 0xB00, symBinAddr: 0x13CE04, symSize: 0x8 }
+ - { offsetInCU: 0xB9A, offset: 0x14CE0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0xB20, symBinAddr: 0x13CE24, symSize: 0x8 }
+ - { offsetInCU: 0xBC1, offset: 0x14CE32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xB28, symBinAddr: 0x13CE2C, symSize: 0xC }
+ - { offsetInCU: 0xBE8, offset: 0x14CE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8rawValueSSvg', symObjAddr: 0xB34, symBinAddr: 0x13CE38, symSize: 0x48 }
+ - { offsetInCU: 0xC0F, offset: 0x14CE80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB7C, symBinAddr: 0x13CE80, symSize: 0x48 }
+ - { offsetInCU: 0xC36, offset: 0x14CEA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0xC0C, symBinAddr: 0x13CF10, symSize: 0x8 }
+ - { offsetInCU: 0xC52, offset: 0x14CEC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0xC20, symBinAddr: 0x13CF24, symSize: 0xC }
+ - { offsetInCU: 0xC6E, offset: 0x14CEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xC2C, symBinAddr: 0x13CF30, symSize: 0xC }
+ - { offsetInCU: 0xC8B, offset: 0x14CEFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC4fromAEs7Decoder_p_tKcfC', symObjAddr: 0xC88, symBinAddr: 0x13CF8C, symSize: 0x4C }
+ - { offsetInCU: 0xCB0, offset: 0x14CF21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC4fromAEs7Decoder_p_tKcfc', symObjAddr: 0xCD4, symBinAddr: 0x13CFD8, symSize: 0x18C }
+ - { offsetInCU: 0xD0C, offset: 0x14CF7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC06customH010affectedAtAESDyS2SG_s5Int64Vtcfc', symObjAddr: 0xE60, symBinAddr: 0x13D164, symSize: 0xC }
+ - { offsetInCU: 0xD3B, offset: 0x14CFAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCfd', symObjAddr: 0xF50, symBinAddr: 0x13D1B4, symSize: 0x1C }
+ - { offsetInCU: 0xD76, offset: 0x14CFE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCfD', symObjAddr: 0xF6C, symBinAddr: 0x13D1D0, symSize: 0x24 }
+ - { offsetInCU: 0xDC1, offset: 0x14D032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF90, symBinAddr: 0x13D1F4, symSize: 0x2C }
+ - { offsetInCU: 0xDFB, offset: 0x14D06C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfE', symObjAddr: 0xA8C, symBinAddr: 0x13CD90, symSize: 0x1C }
+ - { offsetInCU: 0xE28, offset: 0x14D099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0I3KeyAAWl', symObjAddr: 0xE6C, symBinAddr: 0x13D170, symSize: 0x44 }
+ - { offsetInCU: 0xE3C, offset: 0x14D0AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs0I3KeyAAWl', symObjAddr: 0x1678, symBinAddr: 0x13D8DC, symSize: 0x44 }
+ - { offsetInCU: 0xE50, offset: 0x14D0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESeAAWl', symObjAddr: 0x16BC, symBinAddr: 0x13D920, symSize: 0x44 }
+ - { offsetInCU: 0xE64, offset: 0x14D0D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASQWb', symObjAddr: 0x1794, symBinAddr: 0x13D9F8, symSize: 0x4 }
+ - { offsetInCU: 0xE78, offset: 0x14D0E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAESQAAWl', symObjAddr: 0x1798, symBinAddr: 0x13D9FC, symSize: 0x44 }
+ - { offsetInCU: 0xE8C, offset: 0x14D0FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x17DC, symBinAddr: 0x13DA40, symSize: 0x4 }
+ - { offsetInCU: 0xEA0, offset: 0x14D111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x17E0, symBinAddr: 0x13DA44, symSize: 0x44 }
+ - { offsetInCU: 0xEB4, offset: 0x14D125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1824, symBinAddr: 0x13DA88, symSize: 0x4 }
+ - { offsetInCU: 0xEC8, offset: 0x14D139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1828, symBinAddr: 0x13DA8C, symSize: 0x44 }
+ - { offsetInCU: 0xEDC, offset: 0x14D14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOSHAASQWb', symObjAddr: 0x186C, symBinAddr: 0x13DAD0, symSize: 0x4 }
+ - { offsetInCU: 0xEF0, offset: 0x14D161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGSQAAWl', symObjAddr: 0x1870, symBinAddr: 0x13DAD4, symSize: 0x44 }
+ - { offsetInCU: 0xF04, offset: 0x14D175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAs0G22DebugStringConvertiblePWb', symObjAddr: 0x18B4, symBinAddr: 0x13DB18, symSize: 0x4 }
+ - { offsetInCU: 0xF18, offset: 0x14D189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0G22DebugStringConvertibleAAWl', symObjAddr: 0x18B8, symBinAddr: 0x13DB1C, symSize: 0x44 }
+ - { offsetInCU: 0xF2C, offset: 0x14D19D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAs0G17StringConvertiblePWb', symObjAddr: 0x18FC, symBinAddr: 0x13DB60, symSize: 0x4 }
+ - { offsetInCU: 0xF40, offset: 0x14D1B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0G17StringConvertibleAAWl', symObjAddr: 0x1900, symBinAddr: 0x13DB64, symSize: 0x44 }
+ - { offsetInCU: 0xF54, offset: 0x14D1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOSHAASQWb', symObjAddr: 0x1944, symBinAddr: 0x13DBA8, symSize: 0x4 }
+ - { offsetInCU: 0xF68, offset: 0x14D1D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGSQAAWl', symObjAddr: 0x1948, symBinAddr: 0x13DBAC, symSize: 0x44 }
+ - { offsetInCU: 0xF7C, offset: 0x14D1ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x198C, symBinAddr: 0x13DBF0, symSize: 0x4 }
+ - { offsetInCU: 0xF90, offset: 0x14D201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1990, symBinAddr: 0x13DBF4, symSize: 0x44 }
+ - { offsetInCU: 0xFA4, offset: 0x14D215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x19D4, symBinAddr: 0x13DC38, symSize: 0x4 }
+ - { offsetInCU: 0xFB8, offset: 0x14D229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x19D8, symBinAddr: 0x13DC3C, symSize: 0x44 }
+ - { offsetInCU: 0xFCC, offset: 0x14D23D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwet', symObjAddr: 0x1A40, symBinAddr: 0x13DC94, symSize: 0x90 }
+ - { offsetInCU: 0xFE0, offset: 0x14D251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwst', symObjAddr: 0x1AD0, symBinAddr: 0x13DD24, symSize: 0xBC }
+ - { offsetInCU: 0xFF4, offset: 0x14D265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwug', symObjAddr: 0x1B8C, symBinAddr: 0x13DDE0, symSize: 0x8 }
+ - { offsetInCU: 0x1008, offset: 0x14D279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwup', symObjAddr: 0x1B94, symBinAddr: 0x13DDE8, symSize: 0x4 }
+ - { offsetInCU: 0x101C, offset: 0x14D28D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwui', symObjAddr: 0x1B98, symBinAddr: 0x13DDEC, symSize: 0x8 }
+ - { offsetInCU: 0x1030, offset: 0x14D2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOMa', symObjAddr: 0x1BA0, symBinAddr: 0x13DDF4, symSize: 0x10 }
+ - { offsetInCU: 0x1044, offset: 0x14D2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwug', symObjAddr: 0x1BE4, symBinAddr: 0x13DE38, symSize: 0x8 }
+ - { offsetInCU: 0x1058, offset: 0x14D2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwup', symObjAddr: 0x1BEC, symBinAddr: 0x13DE40, symSize: 0x4 }
+ - { offsetInCU: 0x106C, offset: 0x14D2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwui', symObjAddr: 0x1BF0, symBinAddr: 0x13DE44, symSize: 0xC }
+ - { offsetInCU: 0x1080, offset: 0x14D2F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOMa', symObjAddr: 0x1BFC, symBinAddr: 0x13DE50, symSize: 0x10 }
+ - { offsetInCU: 0x1094, offset: 0x14D305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOwup', symObjAddr: 0x1D74, symBinAddr: 0x13DFC8, symSize: 0x4 }
+ - { offsetInCU: 0x10A8, offset: 0x14D319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOMa', symObjAddr: 0x1D78, symBinAddr: 0x13DFCC, symSize: 0x10 }
+ - { offsetInCU: 0x10F1, offset: 0x14D362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x23C, symBinAddr: 0x13C584, symSize: 0x88 }
+ - { offsetInCU: 0x11A0, offset: 0x14D411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2C4, symBinAddr: 0x13C60C, symSize: 0x60 }
+ - { offsetInCU: 0x121E, offset: 0x14D48F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x324, symBinAddr: 0x13C66C, symSize: 0x40 }
+ - { offsetInCU: 0x1270, offset: 0x14D4E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x364, symBinAddr: 0x13C6AC, symSize: 0x5C }
+ - { offsetInCU: 0x12CC, offset: 0x14D53D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4D4, symBinAddr: 0x13C81C, symSize: 0x28 }
+ - { offsetInCU: 0x12E8, offset: 0x14D559, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4FC, symBinAddr: 0x13C844, symSize: 0x28 }
+ - { offsetInCU: 0x1324, offset: 0x14D595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0G22DebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xC38, symBinAddr: 0x13CF3C, symSize: 0x28 }
+ - { offsetInCU: 0x1340, offset: 0x14D5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0G17StringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xC60, symBinAddr: 0x13CF64, symSize: 0x28 }
+ - { offsetInCU: 0x135C, offset: 0x14D5CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x1460, symBinAddr: 0x13D6C4, symSize: 0x28 }
+ - { offsetInCU: 0x1378, offset: 0x14D5E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x1488, symBinAddr: 0x13D6EC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x14D88D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x13E020, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x14D8B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x13E020, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x14D8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9createdAts5Int64Vvg', symObjAddr: 0x2C, symBinAddr: 0x13E04C, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x14D8E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9updatedAts5Int64Vvg', symObjAddr: 0x34, symBinAddr: 0x13E054, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x14D905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV5stateAA0D0C5StateOvg', symObjAddr: 0x3C, symBinAddr: 0x13E05C, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x14D921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9createdBySSvg', symObjAddr: 0x44, symBinAddr: 0x13E064, symSize: 0x2C }
+ - { offsetInCU: 0xD7, offset: 0x14D93D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV12participantsSayAA11ParticipantCGvg', symObjAddr: 0x70, symBinAddr: 0x13E090, symSize: 0x8 }
+ - { offsetInCU: 0xF3, offset: 0x14D959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4typeAA0D4TypeOvg', symObjAddr: 0x78, symBinAddr: 0x13E098, symSize: 0x8 }
+ - { offsetInCU: 0x10F, offset: 0x14D975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV11customItemsSDyS2SGvg', symObjAddr: 0x80, symBinAddr: 0x13E0A0, symSize: 0x8 }
+ - { offsetInCU: 0x12B, offset: 0x14D991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9deletedBySSvg', symObjAddr: 0x88, symBinAddr: 0x13E0A8, symSize: 0x2C }
+ - { offsetInCU: 0x162, offset: 0x14D9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xB4, symBinAddr: 0x13E0D4, symSize: 0x30 }
+ - { offsetInCU: 0x19A, offset: 0x14DA00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xE4, symBinAddr: 0x13E104, symSize: 0x30 }
+ - { offsetInCU: 0x1E2, offset: 0x14DA48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x114, symBinAddr: 0x13E134, symSize: 0x8 }
+ - { offsetInCU: 0x209, offset: 0x14DA6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x11C, symBinAddr: 0x13E13C, symSize: 0xC }
+ - { offsetInCU: 0x230, offset: 0x14DA96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueSSvg', symObjAddr: 0x128, symBinAddr: 0x13E148, symSize: 0x110 }
+ - { offsetInCU: 0x269, offset: 0x14DACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueSSvg', symObjAddr: 0x238, symBinAddr: 0x13E258, symSize: 0x110 }
+ - { offsetInCU: 0x2C2, offset: 0x14DB28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x4CC, symBinAddr: 0x13E4EC, symSize: 0x44 }
+ - { offsetInCU: 0x308, offset: 0x14DB6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x510, symBinAddr: 0x13E530, symSize: 0x28 }
+ - { offsetInCU: 0x31C, offset: 0x14DB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x538, symBinAddr: 0x13E558, symSize: 0x8 }
+ - { offsetInCU: 0x352, offset: 0x14DBB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x13E560, symSize: 0x3C }
+ - { offsetInCU: 0x3B7, offset: 0x14DC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x57C, symBinAddr: 0x13E59C, symSize: 0xC }
+ - { offsetInCU: 0x3D3, offset: 0x14DC39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x588, symBinAddr: 0x13E5A8, symSize: 0xC }
+ - { offsetInCU: 0x3EF, offset: 0x14DC55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueAESgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0xB40, symBinAddr: 0x13EB60, symSize: 0x50 }
+ - { offsetInCU: 0x41B, offset: 0x14DC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x5E4, symBinAddr: 0x13E604, symSize: 0x48 }
+ - { offsetInCU: 0x42F, offset: 0x14DC95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomId9createdAt07updatedI05state0H2By12participants4type11customItems07deletedL0ACSS_s5Int64VAnA0D0C5StateOSSSayAA11ParticipantCGAA0D4TypeOSDyS2SGSStcfC', symObjAddr: 0x62C, symBinAddr: 0x13E64C, symSize: 0x24 }
+ - { offsetInCU: 0x4FA, offset: 0x14DD60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x650, symBinAddr: 0x13E670, symSize: 0x48 }
+ - { offsetInCU: 0x532, offset: 0x14DD98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x698, symBinAddr: 0x13E6B8, symSize: 0x4A8 }
+ - { offsetInCU: 0x5C5, offset: 0x14DE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASQWb', symObjAddr: 0xB90, symBinAddr: 0x13EBB0, symSize: 0x4 }
+ - { offsetInCU: 0x5D9, offset: 0x14DE3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAESQAAWl', symObjAddr: 0xB94, symBinAddr: 0x13EBB4, symSize: 0x44 }
+ - { offsetInCU: 0x5ED, offset: 0x14DE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBD8, symBinAddr: 0x13EBF8, symSize: 0x4 }
+ - { offsetInCU: 0x601, offset: 0x14DE67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBDC, symBinAddr: 0x13EBFC, symSize: 0x44 }
+ - { offsetInCU: 0x615, offset: 0x14DE7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC20, symBinAddr: 0x13EC40, symSize: 0x4 }
+ - { offsetInCU: 0x629, offset: 0x14DE8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC24, symBinAddr: 0x13EC44, symSize: 0x44 }
+ - { offsetInCU: 0x63D, offset: 0x14DEA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwCP', symObjAddr: 0xC68, symBinAddr: 0x13EC88, symSize: 0x30 }
+ - { offsetInCU: 0x651, offset: 0x14DEB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwxx', symObjAddr: 0xC98, symBinAddr: 0x13ECB8, symSize: 0x40 }
+ - { offsetInCU: 0x665, offset: 0x14DECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwcp', symObjAddr: 0xCD8, symBinAddr: 0x13ECF8, symSize: 0x7C }
+ - { offsetInCU: 0x679, offset: 0x14DEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwca', symObjAddr: 0xD54, symBinAddr: 0x13ED74, symSize: 0xDC }
+ - { offsetInCU: 0x68D, offset: 0x14DEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwta', symObjAddr: 0xE4C, symBinAddr: 0x13EE50, symSize: 0x7C }
+ - { offsetInCU: 0x6A1, offset: 0x14DF07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwet', symObjAddr: 0xEC8, symBinAddr: 0x13EECC, symSize: 0x48 }
+ - { offsetInCU: 0x6B5, offset: 0x14DF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwst', symObjAddr: 0xF10, symBinAddr: 0x13EF14, symSize: 0x58 }
+ - { offsetInCU: 0x6C9, offset: 0x14DF2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVMa', symObjAddr: 0xF68, symBinAddr: 0x13EF6C, symSize: 0x10 }
+ - { offsetInCU: 0x6DD, offset: 0x14DF43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwet', symObjAddr: 0xF88, symBinAddr: 0x13EF7C, symSize: 0x90 }
+ - { offsetInCU: 0x6F1, offset: 0x14DF57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwst', symObjAddr: 0x1018, symBinAddr: 0x13F00C, symSize: 0xBC }
+ - { offsetInCU: 0x705, offset: 0x14DF6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwug', symObjAddr: 0x10D4, symBinAddr: 0x13F0C8, symSize: 0x8 }
+ - { offsetInCU: 0x719, offset: 0x14DF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwup', symObjAddr: 0x10DC, symBinAddr: 0x13F0D0, symSize: 0x4 }
+ - { offsetInCU: 0x72D, offset: 0x14DF93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwui', symObjAddr: 0x10E0, symBinAddr: 0x13F0D4, symSize: 0x8 }
+ - { offsetInCU: 0x741, offset: 0x14DFA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOMa', symObjAddr: 0x10E8, symBinAddr: 0x13F0DC, symSize: 0x10 }
+ - { offsetInCU: 0x755, offset: 0x14DFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x10F8, symBinAddr: 0x13F0EC, symSize: 0x44 }
+ - { offsetInCU: 0x769, offset: 0x14DFCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESeAAWl', symObjAddr: 0x11C0, symBinAddr: 0x13F130, symSize: 0x44 }
+ - { offsetInCU: 0x77D, offset: 0x14DFE3, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGSayxGSesSeRzlWl', symObjAddr: 0x1204, symBinAddr: 0x13F174, symSize: 0x64 }
+ - { offsetInCU: 0x791, offset: 0x14DFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSeAAWl', symObjAddr: 0x12F4, symBinAddr: 0x13F1D8, symSize: 0x44 }
+ - { offsetInCU: 0x7DA, offset: 0x14E040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x348, symBinAddr: 0x13E368, symSize: 0x88 }
+ - { offsetInCU: 0x889, offset: 0x14E0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x13E3F0, symSize: 0x60 }
+ - { offsetInCU: 0x907, offset: 0x14E16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x430, symBinAddr: 0x13E450, symSize: 0x40 }
+ - { offsetInCU: 0x959, offset: 0x14E1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x470, symBinAddr: 0x13E490, symSize: 0x5C }
+ - { offsetInCU: 0x9B5, offset: 0x14E21B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x594, symBinAddr: 0x13E5B4, symSize: 0x28 }
+ - { offsetInCU: 0x9D1, offset: 0x14E237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x5BC, symBinAddr: 0x13E5DC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x14E4B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfC', symObjAddr: 0x0, symBinAddr: 0x13F21C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x14E4D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfC', symObjAddr: 0x0, symBinAddr: 0x13F21C, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x14E4F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCfd', symObjAddr: 0x30, symBinAddr: 0x13F24C, symSize: 0x8 }
+ - { offsetInCU: 0x98, offset: 0x14E525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCfD', symObjAddr: 0x38, symBinAddr: 0x13F254, symSize: 0x10 }
+ - { offsetInCU: 0xC7, offset: 0x14E554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfc', symObjAddr: 0x48, symBinAddr: 0x13F264, symSize: 0x8 }
+ - { offsetInCU: 0xF7, offset: 0x14E584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCAA05EventE0A2aDP9inputTypeAA0f5InputH0OSgvgTW', symObjAddr: 0x10, symBinAddr: 0x13F22C, symSize: 0x8 }
+ - { offsetInCU: 0x113, offset: 0x14E5A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15InternalCommandPAAE9inputTypeAA010EventInputG0OSgvg', symObjAddr: 0x18, symBinAddr: 0x13F234, symSize: 0x8 }
+ - { offsetInCU: 0x13A, offset: 0x14E5C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCAA05EventE0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0x20, symBinAddr: 0x13F23C, symSize: 0x8 }
+ - { offsetInCU: 0x156, offset: 0x14E5E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15InternalCommandPAAE19shouldWaitPushEventSbvg', symObjAddr: 0x28, symBinAddr: 0x13F244, symSize: 0x8 }
+ - { offsetInCU: 0x17D, offset: 0x14E60A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCAA0dF0A2aDP9inputTypeAA0d5InputH0OSgvgTW', symObjAddr: 0x50, symBinAddr: 0x13F26C, symSize: 0x8 }
+ - { offsetInCU: 0x199, offset: 0x14E626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCAA0dF0A2aDP014shouldWaitPushD0SbvgTW', symObjAddr: 0x58, symBinAddr: 0x13F274, symSize: 0x8 }
+ - { offsetInCU: 0x1B5, offset: 0x14E642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCMa', symObjAddr: 0x60, symBinAddr: 0x13F27C, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x14E856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x13F2B0, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x14E86A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC14turnCredentialAA04TurnH0Cvg', symObjAddr: 0xC, symBinAddr: 0x13F2BC, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x14E886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11constraintsAA15CallConstraintsCvg', symObjAddr: 0x14, symBinAddr: 0x13F2C4, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x14E8A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x1C, symBinAddr: 0x13F2CC, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x14E8BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x24, symBinAddr: 0x13F2D4, symSize: 0x48 }
+ - { offsetInCU: 0xF6, offset: 0x14E901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x6C, symBinAddr: 0x13F31C, symSize: 0x530 }
+ - { offsetInCU: 0x3C0, offset: 0x14EBCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x7EC, symBinAddr: 0x13F8AC, symSize: 0x108 }
+ - { offsetInCU: 0x481, offset: 0x14EC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x8F4, symBinAddr: 0x13F9B4, symSize: 0xBC }
+ - { offsetInCU: 0x57C, offset: 0x14ED87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x9B0, symBinAddr: 0x13FA70, symSize: 0x2C }
+ - { offsetInCU: 0x5DB, offset: 0x14EDE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x9DC, symBinAddr: 0x13FA9C, symSize: 0x2C }
+ - { offsetInCU: 0x638, offset: 0x14EE43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfd', symObjAddr: 0xA2C, symBinAddr: 0x13FAEC, symSize: 0x44 }
+ - { offsetInCU: 0x689, offset: 0x14EE94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfD', symObjAddr: 0xA70, symBinAddr: 0x13FB30, symSize: 0x4C }
+ - { offsetInCU: 0x6F1, offset: 0x14EEFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xABC, symBinAddr: 0x13FB7C, symSize: 0x10 }
+ - { offsetInCU: 0x7F6, offset: 0x14F001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCMa', symObjAddr: 0x664, symBinAddr: 0x13F84C, symSize: 0x20 }
+ - { offsetInCU: 0x8C7, offset: 0x14F0D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfE', symObjAddr: 0xA08, symBinAddr: 0x13FAC8, symSize: 0x24 }
+ - { offsetInCU: 0x2B, offset: 0x14F3D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayF', symObjAddr: 0x0, symBinAddr: 0x13FBBC, symSize: 0x1AC }
+ - { offsetInCU: 0x43, offset: 0x14F3F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayF', symObjAddr: 0x0, symBinAddr: 0x13FBBC, symSize: 0x1AC }
+ - { offsetInCU: 0x80, offset: 0x14F42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE12adjustedTimeySo6CMTimeaAFF', symObjAddr: 0x1AC, symBinAddr: 0x13FD68, symSize: 0x6C }
+ - { offsetInCU: 0xD9, offset: 0x14F486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC6writerSo13AVAssetWriterCvg', symObjAddr: 0x218, symBinAddr: 0x13FDD4, symSize: 0x8 }
+ - { offsetInCU: 0xF5, offset: 0x14F4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC11isRecordingSbvg', symObjAddr: 0x220, symBinAddr: 0x13FDDC, symSize: 0x28 }
+ - { offsetInCU: 0x14C, offset: 0x14F4F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvg', symObjAddr: 0x248, symBinAddr: 0x13FE04, symSize: 0x30 }
+ - { offsetInCU: 0x168, offset: 0x14F515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvs', symObjAddr: 0x278, symBinAddr: 0x13FE34, symSize: 0x3C }
+ - { offsetInCU: 0x184, offset: 0x14F531, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvM', symObjAddr: 0x2B4, symBinAddr: 0x13FE70, symSize: 0x3C }
+ - { offsetInCU: 0x1A0, offset: 0x14F54D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvM.resume.0', symObjAddr: 0x2F0, symBinAddr: 0x13FEAC, symSize: 0x4 }
+ - { offsetInCU: 0x1BC, offset: 0x14F569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC05audioD0AA05AudioD0Cvg', symObjAddr: 0x2F4, symBinAddr: 0x13FEB0, symSize: 0x8 }
+ - { offsetInCU: 0x1D8, offset: 0x14F585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC05videoD0AA05VideoD0CSgvg', symObjAddr: 0x2FC, symBinAddr: 0x13FEB8, symSize: 0x28 }
+ - { offsetInCU: 0x1F4, offset: 0x14F5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC7optionsAA16RecordingOptionsCvg', symObjAddr: 0x324, symBinAddr: 0x13FEE0, symSize: 0x8 }
+ - { offsetInCU: 0x210, offset: 0x14F5BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC11recordingIdSSvg', symObjAddr: 0x32C, symBinAddr: 0x13FEE8, symSize: 0x40 }
+ - { offsetInCU: 0x23F, offset: 0x14F5EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC9outputURL10Foundation0F0Vvg', symObjAddr: 0x36C, symBinAddr: 0x13FF28, symSize: 0x44 }
+ - { offsetInCU: 0x25B, offset: 0x14F608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvg', symObjAddr: 0x3B0, symBinAddr: 0x13FF6C, symSize: 0x48 }
+ - { offsetInCU: 0x277, offset: 0x14F624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvs', symObjAddr: 0x3F8, symBinAddr: 0x13FFB4, symSize: 0x58 }
+ - { offsetInCU: 0x293, offset: 0x14F640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvM', symObjAddr: 0x450, symBinAddr: 0x14000C, symSize: 0x70 }
+ - { offsetInCU: 0x2AF, offset: 0x14F65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvM.resume.0', symObjAddr: 0x4C0, symBinAddr: 0x14007C, symSize: 0x6C }
+ - { offsetInCU: 0x2CB, offset: 0x14F678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvg', symObjAddr: 0x52C, symBinAddr: 0x1400E8, symSize: 0x4C }
+ - { offsetInCU: 0x2E7, offset: 0x14F694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvs', symObjAddr: 0x578, symBinAddr: 0x140134, symSize: 0x68 }
+ - { offsetInCU: 0x303, offset: 0x14F6B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvM', symObjAddr: 0x5E0, symBinAddr: 0x14019C, symSize: 0x74 }
+ - { offsetInCU: 0x31F, offset: 0x14F6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvM.resume.0', symObjAddr: 0x654, symBinAddr: 0x140210, symSize: 0x74 }
+ - { offsetInCU: 0x33B, offset: 0x14F6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4call7options05audioD005videoD0AcA10DirectCallC_AA16RecordingOptionsCAA05AudioD0CAA05VideoD0CSgtKcfC', symObjAddr: 0x6C8, symBinAddr: 0x140284, symSize: 0x6C }
+ - { offsetInCU: 0x360, offset: 0x14F70D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4call7options05audioD005videoD0AcA10DirectCallC_AA16RecordingOptionsCAA05AudioD0CAA05VideoD0CSgtKcfc', symObjAddr: 0x734, symBinAddr: 0x1402F0, symSize: 0x748 }
+ - { offsetInCU: 0x4CD, offset: 0x14F87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC12startSession2atySo6CMTimea_tF', symObjAddr: 0xE90, symBinAddr: 0x140A4C, symSize: 0x54 }
+ - { offsetInCU: 0x50A, offset: 0x14F8B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyF', symObjAddr: 0xEE4, symBinAddr: 0x140AA0, symSize: 0x390 }
+ - { offsetInCU: 0x6A2, offset: 0x14FA4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyFyycfU0_', symObjAddr: 0x1274, symBinAddr: 0x140E30, symSize: 0x24C }
+ - { offsetInCU: 0x70C, offset: 0x14FAB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCfd', symObjAddr: 0x14C0, symBinAddr: 0x14107C, symSize: 0x84 }
+ - { offsetInCU: 0x749, offset: 0x14FAF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCfD', symObjAddr: 0x1544, symBinAddr: 0x141100, symSize: 0x90 }
+ - { offsetInCU: 0x8A3, offset: 0x14FC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingDispatcherDelegate_pSgXwWOh', symObjAddr: 0x170C, symBinAddr: 0x1412C8, symSize: 0x24 }
+ - { offsetInCU: 0x8B7, offset: 0x14FC64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMa', symObjAddr: 0x1730, symBinAddr: 0x1412EC, symSize: 0x3C }
+ - { offsetInCU: 0x8CB, offset: 0x14FC78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOAEs0D0AAWl', symObjAddr: 0x176C, symBinAddr: 0x141328, symSize: 0x44 }
+ - { offsetInCU: 0x8DF, offset: 0x14FC8C, size: 0x8, addend: 0x0, symName: '_$sSo18AVAssetWriterInputCMa', symObjAddr: 0x17B0, symBinAddr: 0x14136C, symSize: 0x3C }
+ - { offsetInCU: 0x8F3, offset: 0x14FCA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyFyycfU0_TA', symObjAddr: 0x183C, symBinAddr: 0x1413F8, symSize: 0x8 }
+ - { offsetInCU: 0x907, offset: 0x14FCB4, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1844, symBinAddr: 0x141400, symSize: 0x10 }
+ - { offsetInCU: 0x91B, offset: 0x14FCC8, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1854, symBinAddr: 0x141410, symSize: 0x8 }
+ - { offsetInCU: 0x92F, offset: 0x14FCDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMU', symObjAddr: 0x199C, symBinAddr: 0x141558, symSize: 0x8 }
+ - { offsetInCU: 0x943, offset: 0x14FCF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMr', symObjAddr: 0x19A4, symBinAddr: 0x141560, symSize: 0xB4 }
+ - { offsetInCU: 0xB14, offset: 0x14FEC1, size: 0x8, addend: 0x0, symName: '_$sSo13AVAssetWriterC9outputURL8fileTypeAB10Foundation0D0V_So06AVFileF0atKcfcTO', symObjAddr: 0x15D4, symBinAddr: 0x141190, symSize: 0x138 }
+ - { offsetInCU: 0x27, offset: 0x1500A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x14170C, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0x1500CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x14170C, symSize: 0xAC }
+ - { offsetInCU: 0x92, offset: 0x150112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callIdSSvg', symObjAddr: 0xAC, symBinAddr: 0x1417B8, symSize: 0x2C }
+ - { offsetInCU: 0xAE, offset: 0x15012E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV9isEnabledSbvg', symObjAddr: 0xD8, symBinAddr: 0x1417E4, symSize: 0x8 }
+ - { offsetInCU: 0xCA, offset: 0x15014A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0x1417EC, symSize: 0x8 }
+ - { offsetInCU: 0xE6, offset: 0x150166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV9requestIdSSvg', symObjAddr: 0xE8, symBinAddr: 0x1417F4, symSize: 0x2C }
+ - { offsetInCU: 0xFA, offset: 0x15017A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x114, symBinAddr: 0x141820, symSize: 0x1A0 }
+ - { offsetInCU: 0x182, offset: 0x150202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x2F4, symBinAddr: 0x1419C0, symSize: 0x8 }
+ - { offsetInCU: 0x1AD, offset: 0x15022D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x2FC, symBinAddr: 0x1419C8, symSize: 0x2C }
+ - { offsetInCU: 0x1DF, offset: 0x15025F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x328, symBinAddr: 0x1419F4, symSize: 0x38 }
+ - { offsetInCU: 0x219, offset: 0x150299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x40C, symBinAddr: 0x141A2C, symSize: 0x24 }
+ - { offsetInCU: 0x22D, offset: 0x1502AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA13WSRequestableAAWl', symObjAddr: 0x430, symBinAddr: 0x141A50, symSize: 0x44 }
+ - { offsetInCU: 0x241, offset: 0x1502C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x474, symBinAddr: 0x141A94, symSize: 0x24 }
+ - { offsetInCU: 0x255, offset: 0x1502D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13WSRequestableAAWI', symObjAddr: 0x4DC, symBinAddr: 0x141AB8, symSize: 0x24 }
+ - { offsetInCU: 0x269, offset: 0x1502E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x544, symBinAddr: 0x141ADC, symSize: 0x4 }
+ - { offsetInCU: 0x27D, offset: 0x1502FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA11RequestableAAWI', symObjAddr: 0x58C, symBinAddr: 0x141AE0, symSize: 0x2C }
+ - { offsetInCU: 0x291, offset: 0x150311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA0F0AAWl', symObjAddr: 0x5B8, symBinAddr: 0x141B0C, symSize: 0x44 }
+ - { offsetInCU: 0x2A5, offset: 0x150325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x141B50, symSize: 0x44 }
+ - { offsetInCU: 0x2B9, offset: 0x150339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0AAWI', symObjAddr: 0x640, symBinAddr: 0x141B94, symSize: 0x24 }
+ - { offsetInCU: 0x2CD, offset: 0x15034D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVACSEAAWl', symObjAddr: 0x664, symBinAddr: 0x141BB8, symSize: 0x44 }
+ - { offsetInCU: 0x2E1, offset: 0x150361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6A8, symBinAddr: 0x141BFC, symSize: 0x24 }
+ - { offsetInCU: 0x2F5, offset: 0x150375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwCP', symObjAddr: 0x6CC, symBinAddr: 0x141C20, symSize: 0x30 }
+ - { offsetInCU: 0x309, offset: 0x150389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwxx', symObjAddr: 0x6FC, symBinAddr: 0x141C50, symSize: 0x28 }
+ - { offsetInCU: 0x31D, offset: 0x15039D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwcp', symObjAddr: 0x724, symBinAddr: 0x141C78, symSize: 0x44 }
+ - { offsetInCU: 0x331, offset: 0x1503B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwca', symObjAddr: 0x768, symBinAddr: 0x141CBC, symSize: 0x7C }
+ - { offsetInCU: 0x345, offset: 0x1503C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwta', symObjAddr: 0x7F8, symBinAddr: 0x141D38, symSize: 0x54 }
+ - { offsetInCU: 0x359, offset: 0x1503D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwet', symObjAddr: 0x84C, symBinAddr: 0x141D8C, symSize: 0x48 }
+ - { offsetInCU: 0x36D, offset: 0x1503ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwst', symObjAddr: 0x894, symBinAddr: 0x141DD4, symSize: 0x48 }
+ - { offsetInCU: 0x381, offset: 0x150401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVMa', symObjAddr: 0x8DC, symBinAddr: 0x141E1C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x15063A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x141E2C, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x15065E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x141E2C, symSize: 0x58 }
+ - { offsetInCU: 0x6A, offset: 0x15067D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO3cmdAA0E3KeyOSgvg', symObjAddr: 0x98, symBinAddr: 0x141E84, symSize: 0x8 }
+ - { offsetInCU: 0x96, offset: 0x1506A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO05valueF0AA0E0_SepXpSgvg', symObjAddr: 0xA0, symBinAddr: 0x141E8C, symSize: 0x38 }
+ - { offsetInCU: 0xCC, offset: 0x1506DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfC', symObjAddr: 0x120, symBinAddr: 0x141EC4, symSize: 0x58 }
+ - { offsetInCU: 0x102, offset: 0x150715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfC', symObjAddr: 0x178, symBinAddr: 0x141F1C, symSize: 0x8 }
+ - { offsetInCU: 0x129, offset: 0x15073C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8intValueSiSgvg', symObjAddr: 0x180, symBinAddr: 0x141F24, symSize: 0xC }
+ - { offsetInCU: 0x151, offset: 0x150764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg', symObjAddr: 0x18C, symBinAddr: 0x141F30, symSize: 0x4 }
+ - { offsetInCU: 0x165, offset: 0x150778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg', symObjAddr: 0x190, symBinAddr: 0x141F34, symSize: 0x4 }
+ - { offsetInCU: 0x197, offset: 0x1507AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x2FC, symBinAddr: 0x1420A0, symSize: 0x64 }
+ - { offsetInCU: 0x1CB, offset: 0x1507DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x360, symBinAddr: 0x142104, symSize: 0x24 }
+ - { offsetInCU: 0x212, offset: 0x150825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0A2aDP05valueF0AA0E0_SepXpSgvgTW', symObjAddr: 0x384, symBinAddr: 0x142128, symSize: 0x38 }
+ - { offsetInCU: 0x244, offset: 0x150857, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0A2aDP3cmdAA0E3KeyOSgvgTW', symObjAddr: 0x3BC, symBinAddr: 0x142160, symSize: 0x8 }
+ - { offsetInCU: 0x26F, offset: 0x150882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x3C4, symBinAddr: 0x142168, symSize: 0x4 }
+ - { offsetInCU: 0x28F, offset: 0x1508A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x3C4, symBinAddr: 0x142168, symSize: 0x4 }
+ - { offsetInCU: 0x2BA, offset: 0x1508CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3C8, symBinAddr: 0x14216C, symSize: 0x68 }
+ - { offsetInCU: 0x305, offset: 0x150918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x430, symBinAddr: 0x1421D4, symSize: 0xC }
+ - { offsetInCU: 0x321, offset: 0x150934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x43C, symBinAddr: 0x1421E0, symSize: 0xC }
+ - { offsetInCU: 0x33D, offset: 0x150950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvgTf4d_n', symObjAddr: 0x540, symBinAddr: 0x1422E4, symSize: 0x10 }
+ - { offsetInCU: 0x37B, offset: 0x15098E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASQWb', symObjAddr: 0x550, symBinAddr: 0x1422F4, symSize: 0x4 }
+ - { offsetInCU: 0x38F, offset: 0x1509A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSQAAWl', symObjAddr: 0x554, symBinAddr: 0x1422F8, symSize: 0x44 }
+ - { offsetInCU: 0x3A3, offset: 0x1509B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0AAWI', symObjAddr: 0x598, symBinAddr: 0x14233C, symSize: 0x34 }
+ - { offsetInCU: 0x3B7, offset: 0x1509CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs9CodingKeyAAWl', symObjAddr: 0x5CC, symBinAddr: 0x142370, symSize: 0x44 }
+ - { offsetInCU: 0x3CB, offset: 0x1509DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSeAAWl', symObjAddr: 0x610, symBinAddr: 0x1423B4, symSize: 0x44 }
+ - { offsetInCU: 0x3DF, offset: 0x1509F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSEAAWl', symObjAddr: 0x654, symBinAddr: 0x1423F8, symSize: 0x44 }
+ - { offsetInCU: 0x3F3, offset: 0x150A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x698, symBinAddr: 0x14243C, symSize: 0x4 }
+ - { offsetInCU: 0x407, offset: 0x150A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x69C, symBinAddr: 0x142440, symSize: 0x44 }
+ - { offsetInCU: 0x41B, offset: 0x150A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x6E0, symBinAddr: 0x142484, symSize: 0x4 }
+ - { offsetInCU: 0x42F, offset: 0x150A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs23CustomStringConvertibleAAWl', symObjAddr: 0x6E4, symBinAddr: 0x142488, symSize: 0x44 }
+ - { offsetInCU: 0x443, offset: 0x150A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwet', symObjAddr: 0x730, symBinAddr: 0x1424CC, symSize: 0x50 }
+ - { offsetInCU: 0x457, offset: 0x150A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwst', symObjAddr: 0x780, symBinAddr: 0x14251C, symSize: 0x8C }
+ - { offsetInCU: 0x46B, offset: 0x150A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwug', symObjAddr: 0x80C, symBinAddr: 0x1425A8, symSize: 0x8 }
+ - { offsetInCU: 0x47F, offset: 0x150A92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwup', symObjAddr: 0x814, symBinAddr: 0x1425B0, symSize: 0x4 }
+ - { offsetInCU: 0x493, offset: 0x150AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwui', symObjAddr: 0x818, symBinAddr: 0x1425B4, symSize: 0x4 }
+ - { offsetInCU: 0x4A7, offset: 0x150ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOMa', symObjAddr: 0x81C, symBinAddr: 0x1425B8, symSize: 0x10 }
+ - { offsetInCU: 0x4BB, offset: 0x150ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSYAAWl', symObjAddr: 0x82C, symBinAddr: 0x1425C8, symSize: 0x44 }
+ - { offsetInCU: 0x504, offset: 0x150B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x194, symBinAddr: 0x141F38, symSize: 0x80 }
+ - { offsetInCU: 0x5E8, offset: 0x150BFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x214, symBinAddr: 0x141FB8, symSize: 0x58 }
+ - { offsetInCU: 0x693, offset: 0x150CA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26C, symBinAddr: 0x142010, symSize: 0x3C }
+ - { offsetInCU: 0x6FA, offset: 0x150D0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2A8, symBinAddr: 0x14204C, symSize: 0x54 }
+ - { offsetInCU: 0x789, offset: 0x150D9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x448, symBinAddr: 0x1421EC, symSize: 0x5C }
+ - { offsetInCU: 0x7AC, offset: 0x150DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4A4, symBinAddr: 0x142248, symSize: 0x4C }
+ - { offsetInCU: 0x7CF, offset: 0x150DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x4F0, symBinAddr: 0x142294, symSize: 0x28 }
+ - { offsetInCU: 0x7EB, offset: 0x150DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x518, symBinAddr: 0x1422BC, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x150FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x14264C, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x151013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x14264C, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x151027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x142658, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x151043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x142688, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x15105F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x1426CC, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x15107B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x142708, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x151097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x14270C, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x1510BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x142754, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x1511AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x142A58, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x15125E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x142B6C, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x151345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x142C58, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x1513A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x142C84, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x151401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfd', symObjAddr: 0x804, symBinAddr: 0x142CB8, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x151452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x142CEC, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x1514AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x888, symBinAddr: 0x142D28, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x1514C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x142D50, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x1514E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x142D78, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x1514FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x142DC8, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x15152A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x142DF4, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x15155D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x142A38, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x15162E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x142CB0, symSize: 0x8 }
+ - { offsetInCU: 0x2B, offset: 0x1518BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19createVideoRecorder7optionsAA0gH0CSgAA16RecordingOptionsC_tKF', symObjAddr: 0x0, symBinAddr: 0x142EA8, symSize: 0x270 }
+ - { offsetInCU: 0x43, offset: 0x1518D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19createVideoRecorder7optionsAA0gH0CSgAA16RecordingOptionsC_tKF', symObjAddr: 0x0, symBinAddr: 0x142EA8, symSize: 0x270 }
+ - { offsetInCU: 0x101, offset: 0x151991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19registVideoRecorderyyAA0H0CKF', symObjAddr: 0x2B4, symBinAddr: 0x143118, symSize: 0x148 }
+ - { offsetInCU: 0x146, offset: 0x1519D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21registerAudioRecorderyyAA0H0CF', symObjAddr: 0x3FC, symBinAddr: 0x143260, symSize: 0xC8 }
+ - { offsetInCU: 0x185, offset: 0x151A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC18unregisterRecorderyyAA0G0CF', symObjAddr: 0x4C4, symBinAddr: 0x143328, symSize: 0x140 }
+ - { offsetInCU: 0x8D, offset: 0x151CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0VtcfC', symObjAddr: 0x0, symBinAddr: 0x143468, symSize: 0xEC }
+ - { offsetInCU: 0xF3, offset: 0x151D40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0Vtcfc', symObjAddr: 0xEC, symBinAddr: 0x143554, symSize: 0xE4 }
+ - { offsetInCU: 0x145, offset: 0x151D92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0VtcfcTo', symObjAddr: 0x1F0, symBinAddr: 0x143658, symSize: 0xE4 }
+ - { offsetInCU: 0x19F, offset: 0x151DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x2D4, symBinAddr: 0x14373C, symSize: 0x50 }
+ - { offsetInCU: 0x1BD, offset: 0x151E0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x324, symBinAddr: 0x14378C, symSize: 0xC0 }
+ - { offsetInCU: 0x23B, offset: 0x151E88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x3E4, symBinAddr: 0x14384C, symSize: 0xC0 }
+ - { offsetInCU: 0x283, offset: 0x151ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x4A4, symBinAddr: 0x14390C, symSize: 0x44 }
+ - { offsetInCU: 0x2A1, offset: 0x151EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x4E8, symBinAddr: 0x143950, symSize: 0xB0 }
+ - { offsetInCU: 0x31B, offset: 0x151F68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x598, symBinAddr: 0x143A00, symSize: 0xBC }
+ - { offsetInCU: 0x36D, offset: 0x151FBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfC', symObjAddr: 0x654, symBinAddr: 0x143ABC, symSize: 0x20 }
+ - { offsetInCU: 0x38B, offset: 0x151FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfc', symObjAddr: 0x674, symBinAddr: 0x143ADC, symSize: 0xA0 }
+ - { offsetInCU: 0x3F3, offset: 0x152040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfcTo', symObjAddr: 0x714, symBinAddr: 0x143B7C, symSize: 0xA0 }
+ - { offsetInCU: 0x459, offset: 0x1520A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvgTo', symObjAddr: 0x7B4, symBinAddr: 0x143C1C, symSize: 0x3C }
+ - { offsetInCU: 0x4CB, offset: 0x152118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvsTo', symObjAddr: 0x820, symBinAddr: 0x143C58, symSize: 0x44 }
+ - { offsetInCU: 0x521, offset: 0x15216E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5embed2inySo6UIViewC_tF', symObjAddr: 0x8A4, symBinAddr: 0x143C9C, symSize: 0x340 }
+ - { offsetInCU: 0x6B0, offset: 0x1522FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5embed2inySo6UIViewC_tFTo', symObjAddr: 0xBE4, symBinAddr: 0x143FDC, symSize: 0x50 }
+ - { offsetInCU: 0x6EA, offset: 0x152337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvgTo', symObjAddr: 0xC34, symBinAddr: 0x14402C, symSize: 0x44 }
+ - { offsetInCU: 0x727, offset: 0x152374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvg', symObjAddr: 0xC78, symBinAddr: 0x144070, symSize: 0x44 }
+ - { offsetInCU: 0x770, offset: 0x1523BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvsTo', symObjAddr: 0xCBC, symBinAddr: 0x1440B4, symSize: 0x48 }
+ - { offsetInCU: 0x7AD, offset: 0x1523FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvs', symObjAddr: 0xD04, symBinAddr: 0x1440FC, symSize: 0x48 }
+ - { offsetInCU: 0x7D2, offset: 0x15241F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvM', symObjAddr: 0xD4C, symBinAddr: 0x144144, symSize: 0x44 }
+ - { offsetInCU: 0x801, offset: 0x15244E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvM.resume.0', symObjAddr: 0xD90, symBinAddr: 0x144188, symSize: 0x4 }
+ - { offsetInCU: 0x82C, offset: 0x152479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC10timerBoardAA07SBTimerG0Cvg', symObjAddr: 0xD94, symBinAddr: 0x14418C, symSize: 0x10 }
+ - { offsetInCU: 0x859, offset: 0x1524A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC7isValid4withSbAC_tF', symObjAddr: 0xDA4, symBinAddr: 0x14419C, symSize: 0x6C }
+ - { offsetInCU: 0x8AC, offset: 0x1524F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC7isValid4withSbAC_tFTo', symObjAddr: 0xE10, symBinAddr: 0x144208, symSize: 0xB8 }
+ - { offsetInCU: 0x8EB, offset: 0x152538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCfD', symObjAddr: 0xEC8, symBinAddr: 0x1442C0, symSize: 0x30 }
+ - { offsetInCU: 0x919, offset: 0x152566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCMa', symObjAddr: 0x1D0, symBinAddr: 0x143638, symSize: 0x20 }
+ - { offsetInCU: 0x96F, offset: 0x1525BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCfETo', symObjAddr: 0xEF8, symBinAddr: 0x1442F0, symSize: 0x10 }
+ - { offsetInCU: 0x99E, offset: 0x1525EB, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvg', symObjAddr: 0xF08, symBinAddr: 0x144300, symSize: 0x50 }
+ - { offsetInCU: 0x9D7, offset: 0x152624, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvs', symObjAddr: 0xF58, symBinAddr: 0x144350, symSize: 0x54 }
+ - { offsetInCU: 0xA20, offset: 0x15266D, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvM', symObjAddr: 0xFAC, symBinAddr: 0x1443A4, symSize: 0x38 }
+ - { offsetInCU: 0xA3C, offset: 0x152689, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvM.resume.0', symObjAddr: 0xFE4, symBinAddr: 0x1443DC, symSize: 0x24 }
+ - { offsetInCU: 0xA58, offset: 0x1526A5, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE7isValid4withSbSoAA_p_tF', symObjAddr: 0x1008, symBinAddr: 0x144400, symSize: 0x3C }
+ - { offsetInCU: 0xB39, offset: 0x152786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0x1044, symBinAddr: 0x14443C, symSize: 0x398 }
+ - { offsetInCU: 0x102B, offset: 0x152C78, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoFrameC13SendBirdCallsE7asImageSo7UIImageCSgvg', symObjAddr: 0x13DC, symBinAddr: 0x1447D4, symSize: 0x2B0 }
+ - { offsetInCU: 0x12CF, offset: 0x152F1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x168C, symBinAddr: 0x144A84, symSize: 0x50 }
+ - { offsetInCU: 0x12F8, offset: 0x152F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tF', symObjAddr: 0x16DC, symBinAddr: 0x144AD4, symSize: 0x1F8 }
+ - { offsetInCU: 0x1447, offset: 0x153094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tFTo', symObjAddr: 0x18D4, symBinAddr: 0x144CCC, symSize: 0x74 }
+ - { offsetInCU: 0x1463, offset: 0x1530B0, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoFrameC13SendBirdCallsE11pixelBufferSo11CVBufferRefaSgvg', symObjAddr: 0x1948, symBinAddr: 0x144D40, symSize: 0xAC }
+ - { offsetInCU: 0x14B4, offset: 0x153101, size: 0x8, addend: 0x0, symName: '_$sSo18NSLayoutConstraintCMa', symObjAddr: 0x1A34, symBinAddr: 0x144DEC, symSize: 0x3C }
+ - { offsetInCU: 0x14D3, offset: 0x153120, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIegg_ACytIegnr_TRTA', symObjAddr: 0x1B80, symBinAddr: 0x144E4C, symSize: 0x24 }
+ - { offsetInCU: 0x14FC, offset: 0x153149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tFyAA7SBTimerCcfU_TA', symObjAddr: 0x1BA4, symBinAddr: 0x144E70, symSize: 0x24 }
+ - { offsetInCU: 0x153B, offset: 0x153188, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIeyBy_ACIegg_TRTA', symObjAddr: 0x1D74, symBinAddr: 0x145040, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x153689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x145054, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x1536AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x145054, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1536C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC, symBinAddr: 0x145060, symSize: 0x48 }
+ - { offsetInCU: 0x84, offset: 0x1536E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x54, symBinAddr: 0x1450A8, symSize: 0x198 }
+ - { offsetInCU: 0x152, offset: 0x1537B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seq6callId07requestH011commandType12deliveryInfoACSiSg_S2SAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x318, symBinAddr: 0x145260, symSize: 0xF0 }
+ - { offsetInCU: 0x1FB, offset: 0x15385D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seq6callId07requestH011commandType12deliveryInfoACSiSg_S2SAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x408, symBinAddr: 0x145350, symSize: 0xCC }
+ - { offsetInCU: 0x2D8, offset: 0x15393A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x4D4, symBinAddr: 0x14541C, symSize: 0x2C }
+ - { offsetInCU: 0x337, offset: 0x153999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x500, symBinAddr: 0x145448, symSize: 0x2C }
+ - { offsetInCU: 0x394, offset: 0x1539F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCfd', symObjAddr: 0x52C, symBinAddr: 0x145474, symSize: 0x2C }
+ - { offsetInCU: 0x3E5, offset: 0x153A47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCfD', symObjAddr: 0x56C, symBinAddr: 0x1454A0, symSize: 0x34 }
+ - { offsetInCU: 0x44D, offset: 0x153AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1454D4, symSize: 0x10 }
+ - { offsetInCU: 0x480, offset: 0x153AE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCMa', symObjAddr: 0x2B4, symBinAddr: 0x145240, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x153E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x145504, symSize: 0x90 }
+ - { offsetInCU: 0x67, offset: 0x153E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xF0, symBinAddr: 0x1455F4, symSize: 0x68 }
+ - { offsetInCU: 0x88, offset: 0x153E40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x158, symBinAddr: 0x14565C, symSize: 0x6C }
+ - { offsetInCU: 0xB1, offset: 0x153E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1C4, symBinAddr: 0x1456C8, symSize: 0x6C }
+ - { offsetInCU: 0xDA, offset: 0x153E92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x230, symBinAddr: 0x145734, symSize: 0x4 }
+ - { offsetInCU: 0xF6, offset: 0x153EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeIdSSvg', symObjAddr: 0x234, symBinAddr: 0x145738, symSize: 0x2C }
+ - { offsetInCU: 0x112, offset: 0x153ECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11isVideoCallSbvg', symObjAddr: 0x260, symBinAddr: 0x145764, symSize: 0x8 }
+ - { offsetInCU: 0x12E, offset: 0x153EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11constraintsAA15CallConstraintsCvg', symObjAddr: 0x268, symBinAddr: 0x14576C, symSize: 0x8 }
+ - { offsetInCU: 0x14A, offset: 0x153F02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11customItemsSDyS2SGvg', symObjAddr: 0x270, symBinAddr: 0x145774, symSize: 0x8 }
+ - { offsetInCU: 0x166, offset: 0x153F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x278, symBinAddr: 0x14577C, symSize: 0x8 }
+ - { offsetInCU: 0x182, offset: 0x153F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV19sendbirdChatOptionsAA0abgH0CSgvg', symObjAddr: 0x280, symBinAddr: 0x145784, symSize: 0x28 }
+ - { offsetInCU: 0x19E, offset: 0x153F56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x2A8, symBinAddr: 0x1457AC, symSize: 0x8 }
+ - { offsetInCU: 0x1BA, offset: 0x153F72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV9requestIdSSvg', symObjAddr: 0x2B0, symBinAddr: 0x1457B4, symSize: 0x2C }
+ - { offsetInCU: 0x1CE, offset: 0x153F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2DC, symBinAddr: 0x1457E0, symSize: 0x348 }
+ - { offsetInCU: 0x241, offset: 0x153FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x624, symBinAddr: 0x145B28, symSize: 0x8 }
+ - { offsetInCU: 0x26C, offset: 0x154024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x62C, symBinAddr: 0x145B30, symSize: 0x68 }
+ - { offsetInCU: 0x2B2, offset: 0x15406A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x694, symBinAddr: 0x145B98, symSize: 0x2C }
+ - { offsetInCU: 0x2E4, offset: 0x15409C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6C0, symBinAddr: 0x145BC4, symSize: 0x40 }
+ - { offsetInCU: 0x307, offset: 0x1540BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfCTf4gnggggd_n', symObjAddr: 0x700, symBinAddr: 0x145C04, symSize: 0xF8 }
+ - { offsetInCU: 0x393, offset: 0x15414B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0x145594, symSize: 0x20 }
+ - { offsetInCU: 0x3AD, offset: 0x154165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0x1455B4, symSize: 0x40 }
+ - { offsetInCU: 0x3D2, offset: 0x15418A, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x8E4, symBinAddr: 0x145CFC, symSize: 0x5C }
+ - { offsetInCU: 0x3E6, offset: 0x15419E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOb', symObjAddr: 0xA2C, symBinAddr: 0x145D58, symSize: 0x48 }
+ - { offsetInCU: 0x3FA, offset: 0x1541B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOr', symObjAddr: 0xA74, symBinAddr: 0x145DA0, symSize: 0x28 }
+ - { offsetInCU: 0x40E, offset: 0x1541C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgxSgSEsSERzlWl', symObjAddr: 0xA9C, symBinAddr: 0x145DC8, symSize: 0x7C }
+ - { offsetInCU: 0x422, offset: 0x1541DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOs', symObjAddr: 0xB18, symBinAddr: 0x145E44, symSize: 0x28 }
+ - { offsetInCU: 0x436, offset: 0x1541EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0xB40, symBinAddr: 0x145E6C, symSize: 0x24 }
+ - { offsetInCU: 0x44A, offset: 0x154202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA13WSRequestableAAWl', symObjAddr: 0xB64, symBinAddr: 0x145E90, symSize: 0x44 }
+ - { offsetInCU: 0x45E, offset: 0x154216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xBA8, symBinAddr: 0x145ED4, symSize: 0x2C }
+ - { offsetInCU: 0x472, offset: 0x15422A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13WSRequestableAAWI', symObjAddr: 0xC14, symBinAddr: 0x145F40, symSize: 0x24 }
+ - { offsetInCU: 0x486, offset: 0x15423E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA11RequestableAAWI', symObjAddr: 0xC7C, symBinAddr: 0x145F64, symSize: 0x2C }
+ - { offsetInCU: 0x49A, offset: 0x154252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA0E0AAWl', symObjAddr: 0xCA8, symBinAddr: 0x145F90, symSize: 0x44 }
+ - { offsetInCU: 0x4AE, offset: 0x154266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xCEC, symBinAddr: 0x145FD4, symSize: 0x44 }
+ - { offsetInCU: 0x4C2, offset: 0x15427A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0AAWI', symObjAddr: 0xD30, symBinAddr: 0x146018, symSize: 0x24 }
+ - { offsetInCU: 0x4D6, offset: 0x15428E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVACSEAAWl', symObjAddr: 0xD54, symBinAddr: 0x14603C, symSize: 0x44 }
+ - { offsetInCU: 0x4EA, offset: 0x1542A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xD98, symBinAddr: 0x146080, symSize: 0x24 }
+ - { offsetInCU: 0x4FE, offset: 0x1542B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwCP', symObjAddr: 0xDBC, symBinAddr: 0x1460A4, symSize: 0x30 }
+ - { offsetInCU: 0x512, offset: 0x1542CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwxx', symObjAddr: 0xDEC, symBinAddr: 0x1460D4, symSize: 0x48 }
+ - { offsetInCU: 0x526, offset: 0x1542DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwcp', symObjAddr: 0xE34, symBinAddr: 0x14611C, symSize: 0x8C }
+ - { offsetInCU: 0x53A, offset: 0x1542F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwca', symObjAddr: 0xEC0, symBinAddr: 0x1461A8, symSize: 0xDC }
+ - { offsetInCU: 0x54E, offset: 0x154306, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwta', symObjAddr: 0xFB8, symBinAddr: 0x146284, symSize: 0x94 }
+ - { offsetInCU: 0x562, offset: 0x15431A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwet', symObjAddr: 0x104C, symBinAddr: 0x146318, symSize: 0x48 }
+ - { offsetInCU: 0x576, offset: 0x15432E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwst', symObjAddr: 0x1094, symBinAddr: 0x146360, symSize: 0x54 }
+ - { offsetInCU: 0x58A, offset: 0x154342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVMa', symObjAddr: 0x10E8, symBinAddr: 0x1463B4, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x154635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC7messageSSvg', symObjAddr: 0x0, symBinAddr: 0x1463C4, symSize: 0x2C }
+ - { offsetInCU: 0x6B, offset: 0x154651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4codeSivg', symObjAddr: 0x2C, symBinAddr: 0x1463F0, symSize: 0x8 }
+ - { offsetInCU: 0x87, offset: 0x15466D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC9requestIdSSSgvg', symObjAddr: 0x34, symBinAddr: 0x1463F8, symSize: 0x2C }
+ - { offsetInCU: 0xA3, offset: 0x154689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4typeSSSgvg', symObjAddr: 0x60, symBinAddr: 0x146424, symSize: 0x2C }
+ - { offsetInCU: 0xBF, offset: 0x1546A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC02isD0Sbvg', symObjAddr: 0x8C, symBinAddr: 0x146450, symSize: 0x8 }
+ - { offsetInCU: 0xED, offset: 0x1546D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO8rawValueSSvg', symObjAddr: 0x94, symBinAddr: 0x146458, symSize: 0x20 }
+ - { offsetInCU: 0x126, offset: 0x15470C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO11stringValueSSvg', symObjAddr: 0xB4, symBinAddr: 0x146478, symSize: 0x20 }
+ - { offsetInCU: 0x154, offset: 0x15473A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO11stringValueSSvg', symObjAddr: 0xB4, symBinAddr: 0x146478, symSize: 0x20 }
+ - { offsetInCU: 0x1A8, offset: 0x15478E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0xF8, symBinAddr: 0x1464BC, symSize: 0x64 }
+ - { offsetInCU: 0x20E, offset: 0x1547F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x15C, symBinAddr: 0x146520, symSize: 0x28 }
+ - { offsetInCU: 0x22A, offset: 0x154810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x184, symBinAddr: 0x146548, symSize: 0x8 }
+ - { offsetInCU: 0x260, offset: 0x154846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x18C, symBinAddr: 0x146550, symSize: 0x68 }
+ - { offsetInCU: 0x2E5, offset: 0x1548CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1F4, symBinAddr: 0x1465B8, symSize: 0xC }
+ - { offsetInCU: 0x301, offset: 0x1548E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x1465C4, symSize: 0xC }
+ - { offsetInCU: 0x31F, offset: 0x154905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x25C, symBinAddr: 0x146620, symSize: 0x4C }
+ - { offsetInCU: 0x344, offset: 0x15492A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x2A8, symBinAddr: 0x14666C, symSize: 0x254 }
+ - { offsetInCU: 0x3CA, offset: 0x1549B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACSg10Foundation4DataV_tcfC', symObjAddr: 0x5E4, symBinAddr: 0x146924, symSize: 0x48 }
+ - { offsetInCU: 0x3E8, offset: 0x1549CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACSg10Foundation4DataV_tcfc', symObjAddr: 0x62C, symBinAddr: 0x14696C, symSize: 0x140 }
+ - { offsetInCU: 0x451, offset: 0x154A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC9errorCodeAA8SBCErrorC0dH0Ovg', symObjAddr: 0x7B0, symBinAddr: 0x146AAC, symSize: 0x28 }
+ - { offsetInCU: 0x493, offset: 0x154A79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCfd', symObjAddr: 0x7D8, symBinAddr: 0x146AD4, symSize: 0x2C }
+ - { offsetInCU: 0x4CE, offset: 0x154AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCfD', symObjAddr: 0x804, symBinAddr: 0x146B00, symSize: 0x34 }
+ - { offsetInCU: 0x511, offset: 0x154AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x838, symBinAddr: 0x146B34, symSize: 0x2C }
+ - { offsetInCU: 0x535, offset: 0x154B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs0G3KeyAAWl', symObjAddr: 0x560, symBinAddr: 0x1468C0, symSize: 0x44 }
+ - { offsetInCU: 0x549, offset: 0x154B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCMa', symObjAddr: 0x5A4, symBinAddr: 0x146904, symSize: 0x20 }
+ - { offsetInCU: 0x57C, offset: 0x154B62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA11RespondableAAWI', symObjAddr: 0x864, symBinAddr: 0x146B60, symSize: 0x4C }
+ - { offsetInCU: 0x590, offset: 0x154B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA0E0AAWI', symObjAddr: 0x8EC, symBinAddr: 0x146BE8, symSize: 0x34 }
+ - { offsetInCU: 0x5A4, offset: 0x154B8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA17StrategyDecodableAAWI', symObjAddr: 0x920, symBinAddr: 0x146C1C, symSize: 0x34 }
+ - { offsetInCU: 0x5B8, offset: 0x154B9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwet', symObjAddr: 0x99C, symBinAddr: 0x146C88, symSize: 0x90 }
+ - { offsetInCU: 0x5CC, offset: 0x154BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwst', symObjAddr: 0xA2C, symBinAddr: 0x146D18, symSize: 0xBC }
+ - { offsetInCU: 0x5E0, offset: 0x154BC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwug', symObjAddr: 0xAE8, symBinAddr: 0x146DD4, symSize: 0x8 }
+ - { offsetInCU: 0x5F4, offset: 0x154BDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwup', symObjAddr: 0xAF0, symBinAddr: 0x146DDC, symSize: 0x4 }
+ - { offsetInCU: 0x608, offset: 0x154BEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwui', symObjAddr: 0xAF4, symBinAddr: 0x146DE0, symSize: 0x8 }
+ - { offsetInCU: 0x61C, offset: 0x154C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOMa', symObjAddr: 0xAFC, symBinAddr: 0x146DE8, symSize: 0x10 }
+ - { offsetInCU: 0x630, offset: 0x154C16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASQWb', symObjAddr: 0xB0C, symBinAddr: 0x146DF8, symSize: 0x4 }
+ - { offsetInCU: 0x644, offset: 0x154C2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFSQAAWl', symObjAddr: 0xB10, symBinAddr: 0x146DFC, symSize: 0x44 }
+ - { offsetInCU: 0x658, offset: 0x154C3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xB54, symBinAddr: 0x146E40, symSize: 0x4 }
+ - { offsetInCU: 0x66C, offset: 0x154C52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB58, symBinAddr: 0x146E44, symSize: 0x44 }
+ - { offsetInCU: 0x680, offset: 0x154C66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB9C, symBinAddr: 0x146E88, symSize: 0x4 }
+ - { offsetInCU: 0x694, offset: 0x154C7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xBA0, symBinAddr: 0x146E8C, symSize: 0x44 }
+ - { offsetInCU: 0x6B9, offset: 0x154C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD4, symBinAddr: 0x146498, symSize: 0xC }
+ - { offsetInCU: 0x6D5, offset: 0x154CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE0, symBinAddr: 0x1464A4, symSize: 0x8 }
+ - { offsetInCU: 0x6F1, offset: 0x154CD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE8, symBinAddr: 0x1464AC, symSize: 0x8 }
+ - { offsetInCU: 0x70D, offset: 0x154CF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xF0, symBinAddr: 0x1464B4, symSize: 0x8 }
+ - { offsetInCU: 0x72F, offset: 0x154D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x20C, symBinAddr: 0x1465D0, symSize: 0x28 }
+ - { offsetInCU: 0x74B, offset: 0x154D31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x234, symBinAddr: 0x1465F8, symSize: 0x28 }
+ - { offsetInCU: 0x81, offset: 0x155009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x146ED0, symSize: 0x90 }
+ - { offsetInCU: 0xC5, offset: 0x15504D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvg', symObjAddr: 0x140, symBinAddr: 0x147010, symSize: 0x30 }
+ - { offsetInCU: 0xE1, offset: 0x155069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvs', symObjAddr: 0x170, symBinAddr: 0x147040, symSize: 0x3C }
+ - { offsetInCU: 0xFD, offset: 0x155085, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvM', symObjAddr: 0x1AC, symBinAddr: 0x14707C, symSize: 0x3C }
+ - { offsetInCU: 0x119, offset: 0x1550A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvM.resume.0', symObjAddr: 0x1E8, symBinAddr: 0x1470B8, symSize: 0x4 }
+ - { offsetInCU: 0x135, offset: 0x1550BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvg', symObjAddr: 0x1EC, symBinAddr: 0x1470BC, symSize: 0x30 }
+ - { offsetInCU: 0x151, offset: 0x1550D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvs', symObjAddr: 0x21C, symBinAddr: 0x1470EC, symSize: 0x3C }
+ - { offsetInCU: 0x16D, offset: 0x1550F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvM', symObjAddr: 0x258, symBinAddr: 0x147128, symSize: 0x3C }
+ - { offsetInCU: 0x195, offset: 0x15511D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO2eeoiySbAE_AEtFZ', symObjAddr: 0x294, symBinAddr: 0x147164, symSize: 0x10 }
+ - { offsetInCU: 0x1BD, offset: 0x155145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO4hash4intoys6HasherVz_tF', symObjAddr: 0x2A4, symBinAddr: 0x147174, symSize: 0x24 }
+ - { offsetInCU: 0x220, offset: 0x1551A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2C8, symBinAddr: 0x147198, symSize: 0x4 }
+ - { offsetInCU: 0x234, offset: 0x1551BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2CC, symBinAddr: 0x14719C, symSize: 0x8 }
+ - { offsetInCU: 0x28E, offset: 0x155216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO9hashValueSivg', symObjAddr: 0x2D4, symBinAddr: 0x1471A4, symSize: 0x44 }
+ - { offsetInCU: 0x35A, offset: 0x1552E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x318, symBinAddr: 0x1471E8, symSize: 0xC }
+ - { offsetInCU: 0x381, offset: 0x155309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueSSvg', symObjAddr: 0x324, symBinAddr: 0x1471F4, symSize: 0x28 }
+ - { offsetInCU: 0x3D6, offset: 0x15535E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x34C, symBinAddr: 0x14721C, symSize: 0x18 }
+ - { offsetInCU: 0x434, offset: 0x1553BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x364, symBinAddr: 0x147234, symSize: 0x44 }
+ - { offsetInCU: 0x517, offset: 0x15549F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3A8, symBinAddr: 0x147278, symSize: 0x28 }
+ - { offsetInCU: 0x589, offset: 0x155511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x410, symBinAddr: 0x1472E0, symSize: 0x8 }
+ - { offsetInCU: 0x5B4, offset: 0x15553C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x418, symBinAddr: 0x1472E8, symSize: 0x24 }
+ - { offsetInCU: 0x5E5, offset: 0x15556D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x43C, symBinAddr: 0x14730C, symSize: 0xC }
+ - { offsetInCU: 0x601, offset: 0x155589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x448, symBinAddr: 0x147318, symSize: 0xC }
+ - { offsetInCU: 0x61D, offset: 0x1555A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueAESgSS_tcfCTf4nd_n', symObjAddr: 0xDC8, symBinAddr: 0x147C98, symSize: 0xD8 }
+ - { offsetInCU: 0x662, offset: 0x1555EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4A4, symBinAddr: 0x147374, symSize: 0x4C }
+ - { offsetInCU: 0x687, offset: 0x15560F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4F0, symBinAddr: 0x1473C0, symSize: 0x1A8 }
+ - { offsetInCU: 0x6E3, offset: 0x15566B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_Sbtcfc', symObjAddr: 0x698, symBinAddr: 0x147568, symSize: 0x7C }
+ - { offsetInCU: 0x70E, offset: 0x155696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCfd', symObjAddr: 0x734, symBinAddr: 0x147604, symSize: 0x8 }
+ - { offsetInCU: 0x73D, offset: 0x1556C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCfD', symObjAddr: 0x73C, symBinAddr: 0x14760C, symSize: 0x10 }
+ - { offsetInCU: 0x76C, offset: 0x1556F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x74C, symBinAddr: 0x14761C, symSize: 0x124 }
+ - { offsetInCU: 0x7AB, offset: 0x155733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x870, symBinAddr: 0x147740, symSize: 0x2C }
+ - { offsetInCU: 0x7CE, offset: 0x155756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x89C, symBinAddr: 0x14776C, symSize: 0x28 }
+ - { offsetInCU: 0x7F2, offset: 0x15577A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4copyACyF', symObjAddr: 0x90, symBinAddr: 0x146F60, symSize: 0xB0 }
+ - { offsetInCU: 0x86F, offset: 0x1557F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCMa', symObjAddr: 0x714, symBinAddr: 0x1475E4, symSize: 0x20 }
+ - { offsetInCU: 0x8AF, offset: 0x155837, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC11descriptionSSvg', symObjAddr: 0x8C4, symBinAddr: 0x147794, symSize: 0x110 }
+ - { offsetInCU: 0x9BD, offset: 0x155945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x9D4, symBinAddr: 0x1478A4, symSize: 0x20 }
+ - { offsetInCU: 0x9D9, offset: 0x155961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC2eeoiySbAC_ACtFZ', symObjAddr: 0x9F4, symBinAddr: 0x1478C4, symSize: 0x8C }
+ - { offsetInCU: 0xA3E, offset: 0x1559C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA80, symBinAddr: 0x147950, symSize: 0x8C }
+ - { offsetInCU: 0xA9B, offset: 0x155A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4hash4intoys6HasherVz_tF', symObjAddr: 0xB0C, symBinAddr: 0x1479DC, symSize: 0x5C }
+ - { offsetInCU: 0xB7B, offset: 0x155B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC9hashValueSivg', symObjAddr: 0xB68, symBinAddr: 0x147A38, symSize: 0x6C }
+ - { offsetInCU: 0xCAE, offset: 0x155C36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH9hashValueSivgTW', symObjAddr: 0xBD4, symBinAddr: 0x147AA4, symSize: 0x70 }
+ - { offsetInCU: 0xDE4, offset: 0x155D6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC44, symBinAddr: 0x147B14, symSize: 0x60 }
+ - { offsetInCU: 0xEBF, offset: 0x155E47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0xD10, symBinAddr: 0x147BE0, symSize: 0xB8 }
+ - { offsetInCU: 0xF4F, offset: 0x155ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xF04, symBinAddr: 0x147D70, symSize: 0x44 }
+ - { offsetInCU: 0xF63, offset: 0x155EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASQWb', symObjAddr: 0xF68, symBinAddr: 0x147DB4, symSize: 0x4 }
+ - { offsetInCU: 0xF77, offset: 0x155EFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAESQAAWl', symObjAddr: 0xF6C, symBinAddr: 0x147DB8, symSize: 0x44 }
+ - { offsetInCU: 0xF8B, offset: 0x155F13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xFB0, symBinAddr: 0x147DFC, symSize: 0x4 }
+ - { offsetInCU: 0xF9F, offset: 0x155F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xFB4, symBinAddr: 0x147E00, symSize: 0x44 }
+ - { offsetInCU: 0xFB3, offset: 0x155F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xFF8, symBinAddr: 0x147E44, symSize: 0x4 }
+ - { offsetInCU: 0xFC7, offset: 0x155F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xFFC, symBinAddr: 0x147E48, symSize: 0x44 }
+ - { offsetInCU: 0xFDB, offset: 0x155F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASQWb', symObjAddr: 0x1040, symBinAddr: 0x147E8C, symSize: 0x4 }
+ - { offsetInCU: 0xFEF, offset: 0x155F77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCACSQAAWl', symObjAddr: 0x1044, symBinAddr: 0x147E90, symSize: 0x44 }
+ - { offsetInCU: 0x1003, offset: 0x155F8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwet', symObjAddr: 0x11E8, symBinAddr: 0x148024, symSize: 0x90 }
+ - { offsetInCU: 0x1017, offset: 0x155F9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwst', symObjAddr: 0x1278, symBinAddr: 0x1480B4, symSize: 0xBC }
+ - { offsetInCU: 0x102B, offset: 0x155FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwug', symObjAddr: 0x1334, symBinAddr: 0x148170, symSize: 0x8 }
+ - { offsetInCU: 0x103F, offset: 0x155FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwup', symObjAddr: 0x133C, symBinAddr: 0x148178, symSize: 0x4 }
+ - { offsetInCU: 0x1053, offset: 0x155FDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwui', symObjAddr: 0x1340, symBinAddr: 0x14817C, symSize: 0xC }
+ - { offsetInCU: 0x1067, offset: 0x155FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOMa', symObjAddr: 0x134C, symBinAddr: 0x148188, symSize: 0x10 }
+ - { offsetInCU: 0x10B9, offset: 0x156041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x1472A0, symSize: 0x40 }
+ - { offsetInCU: 0x115B, offset: 0x1560E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x454, symBinAddr: 0x147324, symSize: 0x28 }
+ - { offsetInCU: 0x1177, offset: 0x1560FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x47C, symBinAddr: 0x14734C, symSize: 0x28 }
+ - { offsetInCU: 0x11CF, offset: 0x156157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCA4, symBinAddr: 0x147B74, symSize: 0x6C }
+ - { offsetInCU: 0x4B, offset: 0x1564A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x14819C, symSize: 0x28 }
+ - { offsetInCU: 0x91, offset: 0x1564E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0x28, symBinAddr: 0x1481C4, symSize: 0x30 }
+ - { offsetInCU: 0xD6, offset: 0x15652E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x58, symBinAddr: 0x1481F4, symSize: 0xC }
+ - { offsetInCU: 0xFD, offset: 0x156555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x64, symBinAddr: 0x148200, symSize: 0xA4 }
+ - { offsetInCU: 0x168, offset: 0x1565C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x11C, symBinAddr: 0x1482B8, symSize: 0x90 }
+ - { offsetInCU: 0x1EA, offset: 0x156642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCACycfC', symObjAddr: 0x228, symBinAddr: 0x1483C4, symSize: 0x2C }
+ - { offsetInCU: 0x249, offset: 0x1566A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCACycfc', symObjAddr: 0x254, symBinAddr: 0x1483F0, symSize: 0x2C }
+ - { offsetInCU: 0x28E, offset: 0x1566E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfd', symObjAddr: 0x288, symBinAddr: 0x148424, symSize: 0x1C }
+ - { offsetInCU: 0x2C9, offset: 0x156721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfD', symObjAddr: 0x2A4, symBinAddr: 0x148440, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x156783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfE', symObjAddr: 0x280, symBinAddr: 0x14841C, symSize: 0x8 }
+ - { offsetInCU: 0x358, offset: 0x1567B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCMa', symObjAddr: 0x334, symBinAddr: 0x1484D0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1569D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x148508, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x1569F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x148508, symSize: 0xD0 }
+ - { offsetInCU: 0xAA, offset: 0x156A54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0x1485D8, symSize: 0x8 }
+ - { offsetInCU: 0xC6, offset: 0x156A70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xD8, symBinAddr: 0x1485E0, symSize: 0x48 }
+ - { offsetInCU: 0xEB, offset: 0x156A95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x120, symBinAddr: 0x148628, symSize: 0x21C }
+ - { offsetInCU: 0x1D0, offset: 0x156B7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfC', symObjAddr: 0x4AC, symBinAddr: 0x148864, symSize: 0xD8 }
+ - { offsetInCU: 0x26F, offset: 0x156C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0Vtcfc', symObjAddr: 0x584, symBinAddr: 0x14893C, symSize: 0xB4 }
+ - { offsetInCU: 0x348, offset: 0x156CF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x638, symBinAddr: 0x1489F0, symSize: 0x2C }
+ - { offsetInCU: 0x3A7, offset: 0x156D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x664, symBinAddr: 0x148A1C, symSize: 0x2C }
+ - { offsetInCU: 0x404, offset: 0x156DAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCfd', symObjAddr: 0x690, symBinAddr: 0x148A48, symSize: 0x2C }
+ - { offsetInCU: 0x455, offset: 0x156DFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCfD', symObjAddr: 0x6D0, symBinAddr: 0x148A74, symSize: 0x34 }
+ - { offsetInCU: 0x4AF, offset: 0x156E59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCMa', symObjAddr: 0x404, symBinAddr: 0x148844, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x157145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x148ABC, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x157169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x148ABC, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x157187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x148ACC, symSize: 0x1B0 }
+ - { offsetInCU: 0x188, offset: 0x1572A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfc', symObjAddr: 0x1C0, symBinAddr: 0x148C7C, symSize: 0x8 }
+ - { offsetInCU: 0x1B7, offset: 0x1572D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCfd', symObjAddr: 0x1C8, symBinAddr: 0x148C84, symSize: 0x8 }
+ - { offsetInCU: 0x1E6, offset: 0x157304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCfD', symObjAddr: 0x1D0, symBinAddr: 0x148C8C, symSize: 0x10 }
+ - { offsetInCU: 0x286, offset: 0x1573A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0x264, symBinAddr: 0x148C9C, symSize: 0x44 }
+ - { offsetInCU: 0x29A, offset: 0x1573B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCMa', symObjAddr: 0x2A8, symBinAddr: 0x148CE0, symSize: 0x20 }
+ - { offsetInCU: 0xC9, offset: 0x157674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC4kind7packets8previousAcA10PacketInfoV4KindO_SayAHGAA13Statisticable_pSgtcfC', symObjAddr: 0x1E98, symBinAddr: 0x14AB98, symSize: 0x54 }
+ - { offsetInCU: 0xF6, offset: 0x1576A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvg', symObjAddr: 0x217C, symBinAddr: 0x14AE7C, symSize: 0x34 }
+ - { offsetInCU: 0x112, offset: 0x1576BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvs', symObjAddr: 0x21B0, symBinAddr: 0x14AEB0, symSize: 0x44 }
+ - { offsetInCU: 0x12E, offset: 0x1576D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvM', symObjAddr: 0x21F4, symBinAddr: 0x14AEF4, symSize: 0x3C }
+ - { offsetInCU: 0x14A, offset: 0x1576F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvg', symObjAddr: 0x2230, symBinAddr: 0x14AF30, symSize: 0x34 }
+ - { offsetInCU: 0x166, offset: 0x157711, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvs', symObjAddr: 0x2264, symBinAddr: 0x14AF64, symSize: 0x44 }
+ - { offsetInCU: 0x182, offset: 0x15772D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvM', symObjAddr: 0x22A8, symBinAddr: 0x14AFA8, symSize: 0x3C }
+ - { offsetInCU: 0x19E, offset: 0x157749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvM.resume.0', symObjAddr: 0x22E4, symBinAddr: 0x14AFE4, symSize: 0x4 }
+ - { offsetInCU: 0x1BA, offset: 0x157765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvg', symObjAddr: 0x22E8, symBinAddr: 0x14AFE8, symSize: 0x48 }
+ - { offsetInCU: 0x1D6, offset: 0x157781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvs', symObjAddr: 0x2330, symBinAddr: 0x14B030, symSize: 0x58 }
+ - { offsetInCU: 0x1F2, offset: 0x15779D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvM', symObjAddr: 0x2388, symBinAddr: 0x14B088, symSize: 0x3C }
+ - { offsetInCU: 0x20E, offset: 0x1577B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvg', symObjAddr: 0x23C4, symBinAddr: 0x14B0C4, symSize: 0xBB4 }
+ - { offsetInCU: 0x22A, offset: 0x1577D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvs', symObjAddr: 0x2F78, symBinAddr: 0x14BC78, symSize: 0x430 }
+ - { offsetInCU: 0x246, offset: 0x1577F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvM', symObjAddr: 0x33A8, symBinAddr: 0x14C0A8, symSize: 0x3C }
+ - { offsetInCU: 0x262, offset: 0x15780D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvg', symObjAddr: 0x33E4, symBinAddr: 0x14C0E4, symSize: 0xBB4 }
+ - { offsetInCU: 0x27E, offset: 0x157829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvs', symObjAddr: 0x3F98, symBinAddr: 0x14CC98, symSize: 0x43C }
+ - { offsetInCU: 0x29A, offset: 0x157845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvM', symObjAddr: 0x43D4, symBinAddr: 0x14D0D4, symSize: 0x3C }
+ - { offsetInCU: 0x2B6, offset: 0x157861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvg', symObjAddr: 0x4410, symBinAddr: 0x14D110, symSize: 0xBB4 }
+ - { offsetInCU: 0x2D2, offset: 0x15787D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvs', symObjAddr: 0x4FC4, symBinAddr: 0x14DCC4, symSize: 0x43C }
+ - { offsetInCU: 0x2EE, offset: 0x157899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvM', symObjAddr: 0x5400, symBinAddr: 0x14E100, symSize: 0x3C }
+ - { offsetInCU: 0x30A, offset: 0x1578B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvg', symObjAddr: 0x543C, symBinAddr: 0x14E13C, symSize: 0xBBC }
+ - { offsetInCU: 0x326, offset: 0x1578D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvs', symObjAddr: 0x5FF8, symBinAddr: 0x14ECF8, symSize: 0x43C }
+ - { offsetInCU: 0x342, offset: 0x1578ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvM', symObjAddr: 0x6434, symBinAddr: 0x14F134, symSize: 0x3C }
+ - { offsetInCU: 0x35E, offset: 0x157909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvg', symObjAddr: 0x6470, symBinAddr: 0x14F170, symSize: 0xBC0 }
+ - { offsetInCU: 0x37A, offset: 0x157925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvs', symObjAddr: 0x7030, symBinAddr: 0x14FD30, symSize: 0x440 }
+ - { offsetInCU: 0x396, offset: 0x157941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvM', symObjAddr: 0x7470, symBinAddr: 0x150170, symSize: 0x40 }
+ - { offsetInCU: 0x41D, offset: 0x1579C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC4kind7packets8previousAcA10PacketInfoV4KindO_SayAHGAA13Statisticable_pSgtcfc', symObjAddr: 0x74B0, symBinAddr: 0x1501B0, symSize: 0x6A2C }
+ - { offsetInCU: 0xE2B, offset: 0x1583D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCfd', symObjAddr: 0xDFF4, symBinAddr: 0x156CF4, symSize: 0x1B70 }
+ - { offsetInCU: 0xE5A, offset: 0x158405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCfD', symObjAddr: 0xFB64, symBinAddr: 0x158864, symSize: 0x1C }
+ - { offsetInCU: 0xE87, offset: 0x158432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP7packetsSayAA10PacketInfoVGvgTW', symObjAddr: 0xFB80, symBinAddr: 0x158880, symSize: 0x28 }
+ - { offsetInCU: 0xEA3, offset: 0x15844E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP10allPacketsSayAA10PacketInfoVGvgTW', symObjAddr: 0xFBA8, symBinAddr: 0x1588A8, symSize: 0x28 }
+ - { offsetInCU: 0xEB7, offset: 0x158462, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP8previousAaD_pSgvgTW', symObjAddr: 0xFBD0, symBinAddr: 0x1588D0, symSize: 0x28 }
+ - { offsetInCU: 0xECB, offset: 0x158476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP7inboundAA10PacketInfoVSgvgTW', symObjAddr: 0xFBF8, symBinAddr: 0x1588F8, symSize: 0x4C }
+ - { offsetInCU: 0xEDF, offset: 0x15848A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP8outboundAA10PacketInfoVSgvgTW', symObjAddr: 0xFC44, symBinAddr: 0x158944, symSize: 0x4C }
+ - { offsetInCU: 0xEFB, offset: 0x1584A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP13remoteInboundAA10PacketInfoVSgvgTW', symObjAddr: 0xFC90, symBinAddr: 0x158990, symSize: 0x4C }
+ - { offsetInCU: 0xF0F, offset: 0x1584BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP14localCandidateAA10PacketInfoVSgvgTW', symObjAddr: 0xFD64, symBinAddr: 0x1589DC, symSize: 0x4C }
+ - { offsetInCU: 0xF2B, offset: 0x1584D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP21selectedCandidatePairAA10PacketInfoVSgvgTW', symObjAddr: 0xFDB0, symBinAddr: 0x158A28, symSize: 0x4C }
+ - { offsetInCU: 0x1026, offset: 0x1585D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC6getMOSAA8MOSValueOyF', symObjAddr: 0x0, symBinAddr: 0x148D00, symSize: 0x1CC }
+ - { offsetInCU: 0x122D, offset: 0x1587D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE15packetsReceiveds5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x1EEC, symBinAddr: 0x14ABEC, symSize: 0x148 }
+ - { offsetInCU: 0x12F6, offset: 0x1588A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsLosts5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x2034, symBinAddr: 0x14AD34, symSize: 0x148 }
+ - { offsetInCU: 0x1402, offset: 0x1589AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0xFDFC, symBinAddr: 0x158A74, symSize: 0x34 }
+ - { offsetInCU: 0x141E, offset: 0x1589C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOc', symObjAddr: 0xFF60, symBinAddr: 0x158AA8, symSize: 0x48 }
+ - { offsetInCU: 0x1432, offset: 0x1589DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOf', symObjAddr: 0xFFA8, symBinAddr: 0x158AF0, symSize: 0x48 }
+ - { offsetInCU: 0x1446, offset: 0x1589F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOh', symObjAddr: 0xFFF0, symBinAddr: 0x158B38, symSize: 0x40 }
+ - { offsetInCU: 0x145A, offset: 0x158A05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOy', symObjAddr: 0x10030, symBinAddr: 0x158B78, symSize: 0xF0 }
+ - { offsetInCU: 0x146E, offset: 0x158A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVWOr', symObjAddr: 0x10120, symBinAddr: 0x158C68, symSize: 0xF0 }
+ - { offsetInCU: 0x1482, offset: 0x158A2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVWOs', symObjAddr: 0x10210, symBinAddr: 0x158D58, symSize: 0xF4 }
+ - { offsetInCU: 0x1496, offset: 0x158A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableAAWI', symObjAddr: 0x105E8, symBinAddr: 0x159130, symSize: 0x24 }
+ - { offsetInCU: 0x14AA, offset: 0x158A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCACs23CustomStringConvertibleAAWl', symObjAddr: 0x1060C, symBinAddr: 0x159154, symSize: 0x44 }
+ - { offsetInCU: 0x14BE, offset: 0x158A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCMa', symObjAddr: 0x10650, symBinAddr: 0x159198, symSize: 0x20 }
+ - { offsetInCU: 0x154D, offset: 0x158AF8, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU3_SSSgTf1ncn_n', symObjAddr: 0x1CC, symBinAddr: 0x148ECC, symSize: 0x9AC }
+ - { offsetInCU: 0x1667, offset: 0x158C12, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU4_AHSgTf1ncn_n', symObjAddr: 0xB78, symBinAddr: 0x149878, symSize: 0x990 }
+ - { offsetInCU: 0x1782, offset: 0x158D2D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU5_AHSgTf1ncn_n', symObjAddr: 0x1508, symBinAddr: 0x14A208, symSize: 0x990 }
+ - { offsetInCU: 0x27, offset: 0x1590E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x159E08, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x159106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x159E08, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x159141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0x159F04, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x159162, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0x159F6C, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x15918B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0x159FD8, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x1591B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0x15A044, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1591D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0x15A048, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x1591EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0x15A074, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x159208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0x15A07C, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x15921C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x15A0A8, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x1592A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x458, symBinAddr: 0x15A220, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x1592CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x15A228, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x159315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x15A290, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x159347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x15A2BC, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x15936B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0x159EA4, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x159385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0x159EC4, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x1593C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x15A2F4, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x1593D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x15A318, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x1593E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x15A35C, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x1593FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x15A360, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x159410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x15A3A8, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x159424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x15A3CC, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x159438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA0F0AAWl', symObjAddr: 0x720, symBinAddr: 0x15A3F8, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x15944C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x15A43C, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x159460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x15A480, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x159474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x15A4A4, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x159488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x15A4E8, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x15949C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x15A50C, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x1594B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x15A53C, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x1594C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x15A564, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x1594D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x15A5A8, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x1594EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwta', symObjAddr: 0x958, symBinAddr: 0x15A61C, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x159500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x15A668, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x159514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x15A6B0, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x159528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x15A6F8, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x15976E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x15A798, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x159786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x15A798, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x1597A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x15A79C, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x1597D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x15A7D8, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x1597F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x15A800, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x159823, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x15A840, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x15983F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x15A844, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x15985B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x15A848, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x15986F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV9inviterIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x15A850, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x15988B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6roomId07inviterH0ACSS_SStcfC', symObjAddr: 0xE8, symBinAddr: 0x15A880, symSize: 0x98 }
+ - { offsetInCU: 0x1E3, offset: 0x15992A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x15A918, symSize: 0x1C }
+ - { offsetInCU: 0x203, offset: 0x15994A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1DC, symBinAddr: 0x15A934, symSize: 0x6C }
+ - { offsetInCU: 0x23C, offset: 0x159983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x248, symBinAddr: 0x15A9A0, symSize: 0x6C }
+ - { offsetInCU: 0x272, offset: 0x1599B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2B4, symBinAddr: 0x15AA0C, symSize: 0x8 }
+ - { offsetInCU: 0x299, offset: 0x1599E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2BC, symBinAddr: 0x15AA14, symSize: 0xC }
+ - { offsetInCU: 0x2C0, offset: 0x159A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C8, symBinAddr: 0x15AA20, symSize: 0x38 }
+ - { offsetInCU: 0x2E7, offset: 0x159A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x300, symBinAddr: 0x15AA58, symSize: 0x38 }
+ - { offsetInCU: 0x31D, offset: 0x159A64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4BC, symBinAddr: 0x15AC14, symSize: 0x70 }
+ - { offsetInCU: 0x351, offset: 0x159A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x52C, symBinAddr: 0x15AC84, symSize: 0x28 }
+ - { offsetInCU: 0x365, offset: 0x159AAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x554, symBinAddr: 0x15ACAC, symSize: 0x8 }
+ - { offsetInCU: 0x39B, offset: 0x159AE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x55C, symBinAddr: 0x15ACB4, symSize: 0x74 }
+ - { offsetInCU: 0x3E6, offset: 0x159B2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x5D0, symBinAddr: 0x15AD28, symSize: 0xC }
+ - { offsetInCU: 0x402, offset: 0x159B49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x5DC, symBinAddr: 0x15AD34, symSize: 0xC }
+ - { offsetInCU: 0x42E, offset: 0x159B75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x638, symBinAddr: 0x15AD90, symSize: 0x40 }
+ - { offsetInCU: 0x465, offset: 0x159BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x678, symBinAddr: 0x15ADD0, symSize: 0x8 }
+ - { offsetInCU: 0x490, offset: 0x159BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x680, symBinAddr: 0x15ADD8, symSize: 0x8 }
+ - { offsetInCU: 0x4D8, offset: 0x159C1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x688, symBinAddr: 0x15ADE0, symSize: 0x18 }
+ - { offsetInCU: 0x510, offset: 0x159C57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x6A0, symBinAddr: 0x15ADF8, symSize: 0x120 }
+ - { offsetInCU: 0x59F, offset: 0x159CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7C0, symBinAddr: 0x15AF18, symSize: 0x4 }
+ - { offsetInCU: 0x5B3, offset: 0x159CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x7C4, symBinAddr: 0x15AF1C, symSize: 0x44 }
+ - { offsetInCU: 0x5C7, offset: 0x159D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x808, symBinAddr: 0x15AF60, symSize: 0x4 }
+ - { offsetInCU: 0x5DB, offset: 0x159D22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x80C, symBinAddr: 0x15AF64, symSize: 0x44 }
+ - { offsetInCU: 0x5EF, offset: 0x159D36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x850, symBinAddr: 0x15AFA8, symSize: 0x4 }
+ - { offsetInCU: 0x603, offset: 0x159D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x854, symBinAddr: 0x15AFAC, symSize: 0x44 }
+ - { offsetInCU: 0x617, offset: 0x159D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x898, symBinAddr: 0x15AFF0, symSize: 0x24 }
+ - { offsetInCU: 0x62B, offset: 0x159D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x8BC, symBinAddr: 0x15B014, symSize: 0x44 }
+ - { offsetInCU: 0x63F, offset: 0x159D86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x900, symBinAddr: 0x15B058, symSize: 0x4 }
+ - { offsetInCU: 0x653, offset: 0x159D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x948, symBinAddr: 0x15B05C, symSize: 0x24 }
+ - { offsetInCU: 0x667, offset: 0x159DAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x96C, symBinAddr: 0x15B080, symSize: 0x44 }
+ - { offsetInCU: 0x67B, offset: 0x159DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA11RequestableAAWI', symObjAddr: 0x9B0, symBinAddr: 0x15B0C4, symSize: 0x2C }
+ - { offsetInCU: 0x68F, offset: 0x159DD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA0F0AAWl', symObjAddr: 0x9DC, symBinAddr: 0x15B0F0, symSize: 0x44 }
+ - { offsetInCU: 0x6A3, offset: 0x159DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA20, symBinAddr: 0x15B134, symSize: 0x44 }
+ - { offsetInCU: 0x6B7, offset: 0x159DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0AAWI', symObjAddr: 0xA64, symBinAddr: 0x15B178, symSize: 0x24 }
+ - { offsetInCU: 0x6CB, offset: 0x159E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVACSEAAWl', symObjAddr: 0xA88, symBinAddr: 0x15B19C, symSize: 0x44 }
+ - { offsetInCU: 0x6DF, offset: 0x159E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xACC, symBinAddr: 0x15B1E0, symSize: 0x24 }
+ - { offsetInCU: 0x6F3, offset: 0x159E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwCP', symObjAddr: 0xAF0, symBinAddr: 0x15B204, symSize: 0x30 }
+ - { offsetInCU: 0x707, offset: 0x159E4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwxx', symObjAddr: 0xB20, symBinAddr: 0x15B234, symSize: 0x28 }
+ - { offsetInCU: 0x71B, offset: 0x159E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwcp', symObjAddr: 0xB48, symBinAddr: 0x15B25C, symSize: 0x44 }
+ - { offsetInCU: 0x72F, offset: 0x159E76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwca', symObjAddr: 0xB8C, symBinAddr: 0x15B2A0, symSize: 0x6C }
+ - { offsetInCU: 0x743, offset: 0x159E8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwta', symObjAddr: 0xC04, symBinAddr: 0x15B30C, symSize: 0x4C }
+ - { offsetInCU: 0x757, offset: 0x159E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwet', symObjAddr: 0xC50, symBinAddr: 0x15B358, symSize: 0x48 }
+ - { offsetInCU: 0x76B, offset: 0x159EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwst', symObjAddr: 0xC98, symBinAddr: 0x15B3A0, symSize: 0x40 }
+ - { offsetInCU: 0x77F, offset: 0x159EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVMa', symObjAddr: 0xCD8, symBinAddr: 0x15B3E0, symSize: 0x10 }
+ - { offsetInCU: 0x793, offset: 0x159EDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwet', symObjAddr: 0xCF8, symBinAddr: 0x15B3F0, symSize: 0x90 }
+ - { offsetInCU: 0x7A7, offset: 0x159EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwst', symObjAddr: 0xD88, symBinAddr: 0x15B480, symSize: 0xBC }
+ - { offsetInCU: 0x7BB, offset: 0x159F02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE44, symBinAddr: 0x15B53C, symSize: 0x8 }
+ - { offsetInCU: 0x7CF, offset: 0x159F16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwup', symObjAddr: 0xE4C, symBinAddr: 0x15B544, symSize: 0x4 }
+ - { offsetInCU: 0x7E3, offset: 0x159F2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwui', symObjAddr: 0xE50, symBinAddr: 0x15B548, symSize: 0xC }
+ - { offsetInCU: 0x7F7, offset: 0x159F3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOMa', symObjAddr: 0xE5C, symBinAddr: 0x15B554, symSize: 0x10 }
+ - { offsetInCU: 0x80B, offset: 0x159F52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xE6C, symBinAddr: 0x15B564, symSize: 0x44 }
+ - { offsetInCU: 0x86F, offset: 0x159FB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x338, symBinAddr: 0x15AA90, symSize: 0x88 }
+ - { offsetInCU: 0x91E, offset: 0x15A065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3C0, symBinAddr: 0x15AB18, symSize: 0x60 }
+ - { offsetInCU: 0x9B4, offset: 0x15A0FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x420, symBinAddr: 0x15AB78, symSize: 0x40 }
+ - { offsetInCU: 0xA06, offset: 0x15A14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x460, symBinAddr: 0x15ABB8, symSize: 0x5C }
+ - { offsetInCU: 0xA7A, offset: 0x15A1C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x5E8, symBinAddr: 0x15AD40, symSize: 0x28 }
+ - { offsetInCU: 0xA96, offset: 0x15A1DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x610, symBinAddr: 0x15AD68, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x15A40F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvg', symObjAddr: 0x0, symBinAddr: 0x15B5AC, symSize: 0x8 }
+ - { offsetInCU: 0x4A, offset: 0x15A42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvg', symObjAddr: 0x0, symBinAddr: 0x15B5AC, symSize: 0x8 }
+ - { offsetInCU: 0x66, offset: 0x15A44A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvs', symObjAddr: 0x8, symBinAddr: 0x15B5B4, symSize: 0x28 }
+ - { offsetInCU: 0x82, offset: 0x15A466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0CvM', symObjAddr: 0x30, symBinAddr: 0x15B5DC, symSize: 0x10 }
+ - { offsetInCU: 0x9E, offset: 0x15A482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0CvM.resume.0', symObjAddr: 0x40, symBinAddr: 0x15B5EC, symSize: 0x4 }
+ - { offsetInCU: 0xBA, offset: 0x15A49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV_12userDefaultsACyxGSS_So06NSUserG0CtcfC', symObjAddr: 0x44, symBinAddr: 0x15B5F0, symSize: 0x4 }
+ - { offsetInCU: 0x101, offset: 0x15A4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvg', symObjAddr: 0x48, symBinAddr: 0x15B5F4, symSize: 0xD4 }
+ - { offsetInCU: 0x13E, offset: 0x15A522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvs', symObjAddr: 0x1F0, symBinAddr: 0x15B74C, symSize: 0x17C }
+ - { offsetInCU: 0x1A2, offset: 0x15A586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvM', symObjAddr: 0x36C, symBinAddr: 0x15B8C8, symSize: 0x98 }
+ - { offsetInCU: 0x1BE, offset: 0x15A5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvM.resume.0', symObjAddr: 0x404, symBinAddr: 0x15B960, symSize: 0x98 }
+ - { offsetInCU: 0x1DB, offset: 0x15A5BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvplACyxGTk', symObjAddr: 0x16C, symBinAddr: 0x15B6C8, symSize: 0x84 }
+ - { offsetInCU: 0x202, offset: 0x15A5E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVMi', symObjAddr: 0x4D0, symBinAddr: 0x15BA2C, symSize: 0x8 }
+ - { offsetInCU: 0x216, offset: 0x15A5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwCP', symObjAddr: 0x4D8, symBinAddr: 0x15BA34, symSize: 0x3C }
+ - { offsetInCU: 0x22A, offset: 0x15A60E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwxx', symObjAddr: 0x514, symBinAddr: 0x15BA70, symSize: 0x28 }
+ - { offsetInCU: 0x23E, offset: 0x15A622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwcp', symObjAddr: 0x53C, symBinAddr: 0x15BA98, symSize: 0x3C }
+ - { offsetInCU: 0x252, offset: 0x15A636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwca', symObjAddr: 0x578, symBinAddr: 0x15BAD4, symSize: 0x64 }
+ - { offsetInCU: 0x266, offset: 0x15A64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwta', symObjAddr: 0x5F0, symBinAddr: 0x15BB38, symSize: 0x44 }
+ - { offsetInCU: 0x27A, offset: 0x15A65E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwet', symObjAddr: 0x634, symBinAddr: 0x15BB7C, symSize: 0x48 }
+ - { offsetInCU: 0x28E, offset: 0x15A672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwst', symObjAddr: 0x67C, symBinAddr: 0x15BBC4, symSize: 0x40 }
+ - { offsetInCU: 0x2A2, offset: 0x15A686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVMa', symObjAddr: 0x6BC, symBinAddr: 0x15BC04, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x15A8DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC7aliveAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x15BC10, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x15A8FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC7aliveAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x15BC10, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x15A91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x15BC18, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x15A93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x15BC60, symSize: 0x218 }
+ - { offsetInCU: 0x165, offset: 0x15AA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG07aliveAt12deliveryInfoACSS_SSs5Int64VAA08DeliveryL0VtcfC', symObjAddr: 0x3D8, symBinAddr: 0x15BE98, symSize: 0xE0 }
+ - { offsetInCU: 0x213, offset: 0x15AAC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG07aliveAt12deliveryInfoACSS_SSs5Int64VAA08DeliveryL0Vtcfc', symObjAddr: 0x4B8, symBinAddr: 0x15BF78, symSize: 0xC4 }
+ - { offsetInCU: 0x2ED, offset: 0x15ABA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x57C, symBinAddr: 0x15C03C, symSize: 0x2C }
+ - { offsetInCU: 0x34C, offset: 0x15ABFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x5A8, symBinAddr: 0x15C068, symSize: 0x2C }
+ - { offsetInCU: 0x3A9, offset: 0x15AC5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCfd', symObjAddr: 0x5D4, symBinAddr: 0x15C094, symSize: 0x2C }
+ - { offsetInCU: 0x3FA, offset: 0x15ACAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCfD', symObjAddr: 0x614, symBinAddr: 0x15C0C0, symSize: 0x34 }
+ - { offsetInCU: 0x454, offset: 0x15AD07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCMa', symObjAddr: 0x330, symBinAddr: 0x15BE78, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x15AFEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab65Calls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x15C108, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x15B006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab65Calls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x15C108, symSize: 0x10 }
+ - { offsetInCU: 0x57, offset: 0x15B01E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC28setConnectionQualityDelegate_14monitoringModeyAA0ghI0_p_AA0gH15MonitoringModesOtF', symObjAddr: 0x10, symBinAddr: 0x15C118, symSize: 0xE4 }
+ - { offsetInCU: 0xA2, offset: 0x15B069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31removeConnectionQualityDelegateyyF', symObjAddr: 0xF4, symBinAddr: 0x15C1FC, symSize: 0xC8 }
+ - { offsetInCU: 0xD1, offset: 0x15B098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31removeConnectionQualityDelegateyyFTo', symObjAddr: 0x1BC, symBinAddr: 0x15C2C4, symSize: 0x2C }
+ - { offsetInCU: 0x133, offset: 0x15B0FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tF', symObjAddr: 0x1E8, symBinAddr: 0x15C2F0, symSize: 0x2C8 }
+ - { offsetInCU: 0x1B4, offset: 0x15B17B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x4B0, symBinAddr: 0x15C5B8, symSize: 0x1D8 }
+ - { offsetInCU: 0x432, offset: 0x15B3F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA16StatsLogDelegateA2aDP08sendStatG7Request7summaryyAA7SummaryC_tFTW', symObjAddr: 0x688, symBinAddr: 0x15C790, symSize: 0x4 }
+ - { offsetInCU: 0x44E, offset: 0x15B415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOb', symObjAddr: 0x68C, symBinAddr: 0x15C794, symSize: 0x48 }
+ - { offsetInCU: 0x462, offset: 0x15B429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA11RequestableAAWl', symObjAddr: 0x714, symBinAddr: 0x15C7DC, symSize: 0x44 }
+ - { offsetInCU: 0x476, offset: 0x15B43D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA10ResultableAAWl', symObjAddr: 0x758, symBinAddr: 0x15C820, symSize: 0x44 }
+ - { offsetInCU: 0x48A, offset: 0x15B451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOs', symObjAddr: 0x79C, symBinAddr: 0x15C864, symSize: 0x58 }
+ - { offsetInCU: 0x49E, offset: 0x15B465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOe', symObjAddr: 0x7F4, symBinAddr: 0x15C8BC, symSize: 0x78 }
+ - { offsetInCU: 0x27, offset: 0x15B744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryC6create10identifier14audioDirection05videoJ08delegate10dataSource14monitorPackets14turnCredential19shouldUseIceRestartAA0dE0CSS_AN0J0OApA0dE8Delegate_pSgAA0de4DataN0_pSgSbAA04TurnR0CSgSbtFZ', symObjAddr: 0x0, symBinAddr: 0x15C934, symSize: 0x150 }
+ - { offsetInCU: 0x58, offset: 0x15B775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryC6create10identifier14audioDirection05videoJ08delegate10dataSource14monitorPackets14turnCredential19shouldUseIceRestartAA0dE0CSS_AN0J0OApA0dE8Delegate_pSgAA0de4DataN0_pSgSbAA04TurnR0CSgSbtFZ', symObjAddr: 0x0, symBinAddr: 0x15C934, symSize: 0x150 }
+ - { offsetInCU: 0x149, offset: 0x15B866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCfd', symObjAddr: 0x150, symBinAddr: 0x15CA84, symSize: 0x8 }
+ - { offsetInCU: 0x178, offset: 0x15B895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCfD', symObjAddr: 0x158, symBinAddr: 0x15CA8C, symSize: 0x10 }
+ - { offsetInCU: 0x1A7, offset: 0x15B8C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCACycfC', symObjAddr: 0x168, symBinAddr: 0x15CA9C, symSize: 0x10 }
+ - { offsetInCU: 0x1C5, offset: 0x15B8E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCACycfc', symObjAddr: 0x178, symBinAddr: 0x15CAAC, symSize: 0x8 }
+ - { offsetInCU: 0x1F5, offset: 0x15B912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCMa', symObjAddr: 0x180, symBinAddr: 0x15CAB4, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x15BBB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x15CAE8, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x15BBCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x2C, symBinAddr: 0x15CB14, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x15BBE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC11updatedKeysSaySSGvg', symObjAddr: 0x34, symBinAddr: 0x15CB1C, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x15BC04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x3C, symBinAddr: 0x15CB24, symSize: 0x8 }
+ - { offsetInCU: 0xF0, offset: 0x15BC55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x44, symBinAddr: 0x15CB2C, symSize: 0x5C }
+ - { offsetInCU: 0x148, offset: 0x15BCAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xE0, symBinAddr: 0x15CB88, symSize: 0x5C }
+ - { offsetInCU: 0x1B0, offset: 0x15BD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x13C, symBinAddr: 0x15CBE4, symSize: 0x8 }
+ - { offsetInCU: 0x1D7, offset: 0x15BD3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x144, symBinAddr: 0x15CBEC, symSize: 0xC }
+ - { offsetInCU: 0x1FE, offset: 0x15BD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x150, symBinAddr: 0x15CBF8, symSize: 0x20 }
+ - { offsetInCU: 0x237, offset: 0x15BD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x170, symBinAddr: 0x15CC18, symSize: 0x20 }
+ - { offsetInCU: 0x265, offset: 0x15BDCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x170, symBinAddr: 0x15CC18, symSize: 0x20 }
+ - { offsetInCU: 0x290, offset: 0x15BDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x314, symBinAddr: 0x15CDBC, symSize: 0x64 }
+ - { offsetInCU: 0x2F6, offset: 0x15BE5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x378, symBinAddr: 0x15CE20, symSize: 0x28 }
+ - { offsetInCU: 0x30A, offset: 0x15BE6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3A0, symBinAddr: 0x15CE48, symSize: 0x8 }
+ - { offsetInCU: 0x340, offset: 0x15BEA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3A8, symBinAddr: 0x15CE50, symSize: 0x68 }
+ - { offsetInCU: 0x3C5, offset: 0x15BF2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x410, symBinAddr: 0x15CEB8, symSize: 0xC }
+ - { offsetInCU: 0x3E1, offset: 0x15BF46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x41C, symBinAddr: 0x15CEC4, symSize: 0xC }
+ - { offsetInCU: 0x3FE, offset: 0x15BF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x478, symBinAddr: 0x15CF20, symSize: 0x4C }
+ - { offsetInCU: 0x423, offset: 0x15BF88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4C4, symBinAddr: 0x15CF6C, symSize: 0x25C }
+ - { offsetInCU: 0x4CD, offset: 0x15C032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomId06customG011updatedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64VtcfC', symObjAddr: 0x8C4, symBinAddr: 0x15D22C, symSize: 0x58 }
+ - { offsetInCU: 0x52C, offset: 0x15C091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomId06customG011updatedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64Vtcfc', symObjAddr: 0x91C, symBinAddr: 0x15D284, symSize: 0x14 }
+ - { offsetInCU: 0x56B, offset: 0x15C0D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCfd', symObjAddr: 0x930, symBinAddr: 0x15D298, symSize: 0x2C }
+ - { offsetInCU: 0x5A6, offset: 0x15C10B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCfD', symObjAddr: 0x95C, symBinAddr: 0x15D2C4, symSize: 0x34 }
+ - { offsetInCU: 0x5E9, offset: 0x15C14E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB8C, symBinAddr: 0x15D4F4, symSize: 0x2C }
+ - { offsetInCU: 0x62E, offset: 0x15C193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x744, symBinAddr: 0x15D1C8, symSize: 0x44 }
+ - { offsetInCU: 0x642, offset: 0x15C1A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCMa', symObjAddr: 0x788, symBinAddr: 0x15D20C, symSize: 0x20 }
+ - { offsetInCU: 0x656, offset: 0x15C1BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x990, symBinAddr: 0x15D2F8, symSize: 0x4 }
+ - { offsetInCU: 0x66A, offset: 0x15C1CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x994, symBinAddr: 0x15D2FC, symSize: 0x44 }
+ - { offsetInCU: 0x67E, offset: 0x15C1E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x9D8, symBinAddr: 0x15D340, symSize: 0x4 }
+ - { offsetInCU: 0x692, offset: 0x15C1F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x9DC, symBinAddr: 0x15D344, symSize: 0x44 }
+ - { offsetInCU: 0x6A6, offset: 0x15C20B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0xA20, symBinAddr: 0x15D388, symSize: 0x4 }
+ - { offsetInCU: 0x6BA, offset: 0x15C21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0xA24, symBinAddr: 0x15D38C, symSize: 0x44 }
+ - { offsetInCU: 0x6CE, offset: 0x15C233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0xA68, symBinAddr: 0x15D3D0, symSize: 0x34 }
+ - { offsetInCU: 0x6E2, offset: 0x15C247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xA9C, symBinAddr: 0x15D404, symSize: 0x4C }
+ - { offsetInCU: 0x6F6, offset: 0x15C25B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0xAE8, symBinAddr: 0x15D450, symSize: 0x34 }
+ - { offsetInCU: 0x70A, offset: 0x15C26F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xB58, symBinAddr: 0x15D4C0, symSize: 0x34 }
+ - { offsetInCU: 0x71E, offset: 0x15C283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xBF4, symBinAddr: 0x15D54C, symSize: 0x90 }
+ - { offsetInCU: 0x732, offset: 0x15C297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xC84, symBinAddr: 0x15D5DC, symSize: 0xBC }
+ - { offsetInCU: 0x746, offset: 0x15C2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xD40, symBinAddr: 0x15D698, symSize: 0x8 }
+ - { offsetInCU: 0x75A, offset: 0x15C2BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xD48, symBinAddr: 0x15D6A0, symSize: 0x4 }
+ - { offsetInCU: 0x76E, offset: 0x15C2D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xD4C, symBinAddr: 0x15D6A4, symSize: 0x8 }
+ - { offsetInCU: 0x782, offset: 0x15C2E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xD54, symBinAddr: 0x15D6AC, symSize: 0x10 }
+ - { offsetInCU: 0x7CB, offset: 0x15C330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x190, symBinAddr: 0x15CC38, symSize: 0x88 }
+ - { offsetInCU: 0x87A, offset: 0x15C3DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x218, symBinAddr: 0x15CCC0, symSize: 0x60 }
+ - { offsetInCU: 0x8F8, offset: 0x15C45D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x278, symBinAddr: 0x15CD20, symSize: 0x40 }
+ - { offsetInCU: 0x94A, offset: 0x15C4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2B8, symBinAddr: 0x15CD60, symSize: 0x5C }
+ - { offsetInCU: 0x9A6, offset: 0x15C50B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x428, symBinAddr: 0x15CED0, symSize: 0x28 }
+ - { offsetInCU: 0x9C2, offset: 0x15C527, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x450, symBinAddr: 0x15CEF8, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x15C7BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCACycfc', symObjAddr: 0x0, symBinAddr: 0x15D6BC, symSize: 0x8 }
+ - { offsetInCU: 0x7A, offset: 0x15C7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC7process7contextyAA0D0C_tF', symObjAddr: 0x8, symBinAddr: 0x15D6C4, symSize: 0x2C }
+ - { offsetInCU: 0x96, offset: 0x15C805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCfd', symObjAddr: 0x50, symBinAddr: 0x15D70C, symSize: 0x8 }
+ - { offsetInCU: 0xC5, offset: 0x15C834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC7connect7contextyAA0D0C_tF', symObjAddr: 0x58, symBinAddr: 0x15D714, symSize: 0x2C }
+ - { offsetInCU: 0xE1, offset: 0x15C850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC6attach7context2to17completionHandleryAA0D0C_SSySbctF', symObjAddr: 0x84, symBinAddr: 0x15D740, symSize: 0x2F0 }
+ - { offsetInCU: 0x3BD, offset: 0x15CB2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x374, symBinAddr: 0x15DA30, symSize: 0x2C }
+ - { offsetInCU: 0x3D9, offset: 0x15CB48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC23didGenerateICECandidate7context6client9candidateyAA0D0C_AA12WebRTCClientCSo15RTCIceCandidateCtF', symObjAddr: 0x3A0, symBinAddr: 0x15DA5C, symSize: 0x1EC }
+ - { offsetInCU: 0x55C, offset: 0x15CCCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC22didRemoveICECandidates7context6client10candidatesyAA0D0C_AA12WebRTCClientCSaySo15RTCIceCandidateCGtF', symObjAddr: 0x58C, symBinAddr: 0x15DC48, symSize: 0x1D0 }
+ - { offsetInCU: 0x6AA, offset: 0x15CE19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionI0CtF', symObjAddr: 0x75C, symBinAddr: 0x15DE18, symSize: 0x8 }
+ - { offsetInCU: 0x6C6, offset: 0x15CE35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC14didReceiveData7context6client4datayAA0D0C_AA12WebRTCClientC10Foundation0H0VtF', symObjAddr: 0x764, symBinAddr: 0x15DE20, symSize: 0x194 }
+ - { offsetInCU: 0x83E, offset: 0x15CFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0xA54, symBinAddr: 0x15E110, symSize: 0x134 }
+ - { offsetInCU: 0x93D, offset: 0x15D0AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0xB88, symBinAddr: 0x15E244, symSize: 0xC }
+ - { offsetInCU: 0x959, offset: 0x15D0C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC26didAudioSessionChangeRoute7context6client7session6reason08previousJ0yAA0D0C_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtF', symObjAddr: 0xB94, symBinAddr: 0x15E250, symSize: 0x1A4 }
+ - { offsetInCU: 0xA90, offset: 0x15D1FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC24didReceiveStatisticsInfo7context6client4infoyAA0D0C_AA12WebRTCClientCAK16RTPPacketMonitorC0I0VtF', symObjAddr: 0xD38, symBinAddr: 0x15E3F4, symSize: 0x134 }
+ - { offsetInCU: 0xB9B, offset: 0x15D30A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCfD', symObjAddr: 0xE6C, symBinAddr: 0x15E528, symSize: 0x10 }
+ - { offsetInCU: 0xBCA, offset: 0x15D339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCACycfC', symObjAddr: 0xE7C, symBinAddr: 0x15E538, symSize: 0x10 }
+ - { offsetInCU: 0xBE8, offset: 0x15D357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP7process7contextyAA0D0C_tFTW', symObjAddr: 0xE8C, symBinAddr: 0x15E548, symSize: 0x28 }
+ - { offsetInCU: 0xC04, offset: 0x15D373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP7connect7contextyAA0D0C_tFTW', symObjAddr: 0xEB4, symBinAddr: 0x15E570, symSize: 0x28 }
+ - { offsetInCU: 0xC20, offset: 0x15D38F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP6attach7context2to17completionHandleryAA0D0C_SSySbctFTW', symObjAddr: 0xEDC, symBinAddr: 0x15E598, symSize: 0x28 }
+ - { offsetInCU: 0xC3C, offset: 0x15D3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP5close7context012shouldDeleteD0yAA0D0C_SbtFTW', symObjAddr: 0xF04, symBinAddr: 0x15E5C0, symSize: 0x28 }
+ - { offsetInCU: 0xC58, offset: 0x15D3C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP23didGenerateICECandidate7context6client9candidateyAA0D0C_AA0fG0CSo15RTCIceCandidateCtFTW', symObjAddr: 0xF2C, symBinAddr: 0x15E5E8, symSize: 0xC }
+ - { offsetInCU: 0xC74, offset: 0x15D3E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP22didRemoveICECandidates7context6client10candidatesyAA0D0C_AA0fG0CSaySo15RTCIceCandidateCGtFTW', symObjAddr: 0xF38, symBinAddr: 0x15E5F4, symSize: 0xC }
+ - { offsetInCU: 0xC90, offset: 0x15D3FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA0fG0CSo010RTCSessionL0CtFTW', symObjAddr: 0xF44, symBinAddr: 0x15E600, symSize: 0xC }
+ - { offsetInCU: 0xCAC, offset: 0x15D41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP14didReceiveData7context6client4datayAA0D0C_AA0fG0C10Foundation0K0VtFTW', symObjAddr: 0xF50, symBinAddr: 0x15E60C, symSize: 0xC }
+ - { offsetInCU: 0xCC8, offset: 0x15D437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP24didConnectPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF5C, symBinAddr: 0x15E618, symSize: 0xC }
+ - { offsetInCU: 0xCE4, offset: 0x15D453, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF68, symBinAddr: 0x15E624, symSize: 0xC }
+ - { offsetInCU: 0xD00, offset: 0x15D46F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF74, symBinAddr: 0x15E630, symSize: 0xC }
+ - { offsetInCU: 0xD1C, offset: 0x15D48B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP22didClosePeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0xF80, symBinAddr: 0x15E63C, symSize: 0xC }
+ - { offsetInCU: 0xD38, offset: 0x15D4A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA0fG0CSStFTW', symObjAddr: 0xF8C, symBinAddr: 0x15E648, symSize: 0xC }
+ - { offsetInCU: 0xD54, offset: 0x15D4C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute7context6client7session6reason08previousM0yAA0D0C_AA0fG0CSo08RTCAudioK0CSo07AVAudiokmL6ReasonVSo0tkM11DescriptionCtFTW', symObjAddr: 0xF98, symBinAddr: 0x15E654, symSize: 0xC }
+ - { offsetInCU: 0xD70, offset: 0x15D4DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo7context6client4infoyAA0D0C_AA0fG0CAM16RTPPacketMonitorC0L0VtFTW', symObjAddr: 0xFA4, symBinAddr: 0x15E660, symSize: 0xC }
+ - { offsetInCU: 0xD8C, offset: 0x15D4FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionI0CtFTf4ddnd_n', symObjAddr: 0x12C0, symBinAddr: 0x15E8CC, symSize: 0x1EC }
+ - { offsetInCU: 0xEEB, offset: 0x15D65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStFTf4ddnd_n', symObjAddr: 0x14AC, symBinAddr: 0x15EAB8, symSize: 0x184 }
+ - { offsetInCU: 0x11D5, offset: 0x15D944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCMa', symObjAddr: 0x1098, symBinAddr: 0x15E6A4, symSize: 0x20 }
+ - { offsetInCU: 0x11E9, offset: 0x15D958, size: 0x8, addend: 0x0, symName: '_$sSo15RTCIceCandidateCMa', symObjAddr: 0x1284, symBinAddr: 0x15E890, symSize: 0x3C }
+ - { offsetInCU: 0x4B, offset: 0x15DCEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x15ED04, symSize: 0x48 }
+ - { offsetInCU: 0x9F, offset: 0x15DD42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x48, symBinAddr: 0x15ED4C, symSize: 0x58 }
+ - { offsetInCU: 0x103, offset: 0x15DDA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCACycfC', symObjAddr: 0x130, symBinAddr: 0x15EE34, symSize: 0x10 }
+ - { offsetInCU: 0x121, offset: 0x15DDC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCACycfc', symObjAddr: 0x140, symBinAddr: 0x15EE44, symSize: 0x8 }
+ - { offsetInCU: 0x150, offset: 0x15DDF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCfd', symObjAddr: 0x148, symBinAddr: 0x15EE4C, symSize: 0x8 }
+ - { offsetInCU: 0x17F, offset: 0x15DE22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCfD', symObjAddr: 0x150, symBinAddr: 0x15EE54, symSize: 0x10 }
+ - { offsetInCU: 0x1AF, offset: 0x15DE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCMa', symObjAddr: 0x160, symBinAddr: 0x15EE64, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x15E043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO11isConnectedSbvg', symObjAddr: 0x0, symBinAddr: 0x15EE84, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x15E067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO11isConnectedSbvg', symObjAddr: 0x0, symBinAddr: 0x15EE84, symSize: 0x10 }
+ - { offsetInCU: 0x7A, offset: 0x15E096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO7command6callId4statAA16ConnectedRequestVSgSS_AA10StatisticsCSgtF', symObjAddr: 0x10, symBinAddr: 0x15EE94, symSize: 0x17C }
+ - { offsetInCU: 0x12A, offset: 0x15E146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO2eeoiySbAC_ACtFZ', symObjAddr: 0x4CC, symBinAddr: 0x15F350, symSize: 0x60 }
+ - { offsetInCU: 0x1E6, offset: 0x15E202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x52C, symBinAddr: 0x15F3B0, symSize: 0x60 }
+ - { offsetInCU: 0x298, offset: 0x15E2B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callIdSSvg', symObjAddr: 0x18C, symBinAddr: 0x15F010, symSize: 0x2C }
+ - { offsetInCU: 0x2B4, offset: 0x15E2D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV13iceConnectionAA03IceG0Cvg', symObjAddr: 0x1B8, symBinAddr: 0x15F03C, symSize: 0x8 }
+ - { offsetInCU: 0x2D0, offset: 0x15E2EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV9reconnectSbvg', symObjAddr: 0x1C0, symBinAddr: 0x15F044, symSize: 0x8 }
+ - { offsetInCU: 0x2EC, offset: 0x15E308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1C8, symBinAddr: 0x15F04C, symSize: 0x8 }
+ - { offsetInCU: 0x308, offset: 0x15E324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV9requestIdSSvg', symObjAddr: 0x1D0, symBinAddr: 0x15F054, symSize: 0x2C }
+ - { offsetInCU: 0x31C, offset: 0x15E338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callId13iceConnection9reconnectACSS_AA03IceI0CSbtcfC', symObjAddr: 0x1FC, symBinAddr: 0x15F080, symSize: 0x5C }
+ - { offsetInCU: 0x330, offset: 0x15E34C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x258, symBinAddr: 0x15F0DC, symSize: 0x208 }
+ - { offsetInCU: 0x3A3, offset: 0x15E3BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x460, symBinAddr: 0x15F2E4, symSize: 0x8 }
+ - { offsetInCU: 0x3CE, offset: 0x15E3EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x468, symBinAddr: 0x15F2EC, symSize: 0x2C }
+ - { offsetInCU: 0x400, offset: 0x15E41C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x494, symBinAddr: 0x15F318, symSize: 0x38 }
+ - { offsetInCU: 0x423, offset: 0x15E43F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callId13iceConnection9reconnectACSS_AA03IceI0CSbtcfCTf4ggnd_n', symObjAddr: 0x58C, symBinAddr: 0x15F410, symSize: 0xC4 }
+ - { offsetInCU: 0x45D, offset: 0x15E479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCACSEAAWl', symObjAddr: 0x73C, symBinAddr: 0x15F4D4, symSize: 0x48 }
+ - { offsetInCU: 0x471, offset: 0x15E48D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x784, symBinAddr: 0x15F51C, symSize: 0x24 }
+ - { offsetInCU: 0x485, offset: 0x15E4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7A8, symBinAddr: 0x15F540, symSize: 0x44 }
+ - { offsetInCU: 0x499, offset: 0x15E4B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7EC, symBinAddr: 0x15F584, symSize: 0x24 }
+ - { offsetInCU: 0x4AD, offset: 0x15E4C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13WSRequestableAAWI', symObjAddr: 0x854, symBinAddr: 0x15F5A8, symSize: 0x24 }
+ - { offsetInCU: 0x4C1, offset: 0x15E4DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8BC, symBinAddr: 0x15F5CC, symSize: 0x4 }
+ - { offsetInCU: 0x4D5, offset: 0x15E4F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA11RequestableAAWI', symObjAddr: 0x904, symBinAddr: 0x15F5D0, symSize: 0x2C }
+ - { offsetInCU: 0x4E9, offset: 0x15E505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA0E0AAWl', symObjAddr: 0x930, symBinAddr: 0x15F5FC, symSize: 0x44 }
+ - { offsetInCU: 0x4FD, offset: 0x15E519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x974, symBinAddr: 0x15F640, symSize: 0x44 }
+ - { offsetInCU: 0x511, offset: 0x15E52D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0AAWI', symObjAddr: 0x9B8, symBinAddr: 0x15F684, symSize: 0x24 }
+ - { offsetInCU: 0x525, offset: 0x15E541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVACSEAAWl', symObjAddr: 0x9DC, symBinAddr: 0x15F6A8, symSize: 0x44 }
+ - { offsetInCU: 0x539, offset: 0x15E555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA20, symBinAddr: 0x15F6EC, symSize: 0x24 }
+ - { offsetInCU: 0x54D, offset: 0x15E569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwCP', symObjAddr: 0xA44, symBinAddr: 0x15F710, symSize: 0x30 }
+ - { offsetInCU: 0x561, offset: 0x15E57D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwxx', symObjAddr: 0xA74, symBinAddr: 0x15F740, symSize: 0x30 }
+ - { offsetInCU: 0x575, offset: 0x15E591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwcp', symObjAddr: 0xAA4, symBinAddr: 0x15F770, symSize: 0x5C }
+ - { offsetInCU: 0x589, offset: 0x15E5A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwca', symObjAddr: 0xB00, symBinAddr: 0x15F7CC, symSize: 0x94 }
+ - { offsetInCU: 0x59D, offset: 0x15E5B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwta', symObjAddr: 0xBA8, symBinAddr: 0x15F860, symSize: 0x64 }
+ - { offsetInCU: 0x5B1, offset: 0x15E5CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwet', symObjAddr: 0xC0C, symBinAddr: 0x15F8C4, symSize: 0x48 }
+ - { offsetInCU: 0x5C5, offset: 0x15E5E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwst', symObjAddr: 0xC54, symBinAddr: 0x15F90C, symSize: 0x4C }
+ - { offsetInCU: 0x5D9, offset: 0x15E5F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVMa', symObjAddr: 0xCA0, symBinAddr: 0x15F958, symSize: 0x10 }
+ - { offsetInCU: 0x5ED, offset: 0x15E609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwet', symObjAddr: 0xCC0, symBinAddr: 0x15F968, symSize: 0xA8 }
+ - { offsetInCU: 0x601, offset: 0x15E61D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwst', symObjAddr: 0xD68, symBinAddr: 0x15FA10, symSize: 0xC4 }
+ - { offsetInCU: 0x615, offset: 0x15E631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwug', symObjAddr: 0xE2C, symBinAddr: 0x15FAD4, symSize: 0x1C }
+ - { offsetInCU: 0x629, offset: 0x15E645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwup', symObjAddr: 0xE48, symBinAddr: 0x15FAF0, symSize: 0x4 }
+ - { offsetInCU: 0x63D, offset: 0x15E659, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwui', symObjAddr: 0xE4C, symBinAddr: 0x15FAF4, symSize: 0x18 }
+ - { offsetInCU: 0x651, offset: 0x15E66D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOMa', symObjAddr: 0xE64, symBinAddr: 0x15FB0C, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x15E90E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvw', symObjAddr: 0x0, symBinAddr: 0x15FB1C, symSize: 0x8C }
+ - { offsetInCU: 0x9C, offset: 0x15E95B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvW', symObjAddr: 0x8C, symBinAddr: 0x15FBA8, symSize: 0xE4 }
+ - { offsetInCU: 0xE9, offset: 0x15E9A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvg', symObjAddr: 0x170, symBinAddr: 0x15FC8C, symSize: 0x34 }
+ - { offsetInCU: 0x105, offset: 0x15E9C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvs', symObjAddr: 0x1A4, symBinAddr: 0x15FCC0, symSize: 0x84 }
+ - { offsetInCU: 0x144, offset: 0x15EA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvM', symObjAddr: 0x228, symBinAddr: 0x15FD44, symSize: 0x68 }
+ - { offsetInCU: 0x160, offset: 0x15EA1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvM.resume.0', symObjAddr: 0x290, symBinAddr: 0x15FDAC, symSize: 0x50 }
+ - { offsetInCU: 0x17C, offset: 0x15EA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC9preparingxSgvg', symObjAddr: 0x2E0, symBinAddr: 0x15FDFC, symSize: 0x104 }
+ - { offsetInCU: 0x1C8, offset: 0x15EA87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6cachesSDy10IdentifierQzxGvg', symObjAddr: 0x458, symBinAddr: 0x15FF74, symSize: 0x34 }
+ - { offsetInCU: 0x1E4, offset: 0x15EAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE003newE0ACyxGx_xSgtcfC', symObjAddr: 0x48C, symBinAddr: 0x15FFA8, symSize: 0x4C }
+ - { offsetInCU: 0x202, offset: 0x15EAC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE003newE0ACyxGx_xSgtcfc', symObjAddr: 0x4D8, symBinAddr: 0x15FFF4, symSize: 0x1BC }
+ - { offsetInCU: 0x276, offset: 0x15EB35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC7prepare4withyx_tF', symObjAddr: 0x694, symBinAddr: 0x1601B0, symSize: 0x140 }
+ - { offsetInCU: 0x2C3, offset: 0x15EB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC8completeyyF', symObjAddr: 0x7D4, symBinAddr: 0x1602F0, symSize: 0x30 }
+ - { offsetInCU: 0x2F0, offset: 0x15EBAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6failedyyF', symObjAddr: 0x804, symBinAddr: 0x160320, symSize: 0x140 }
+ - { offsetInCU: 0x357, offset: 0x15EC16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC11setDelegateyyAA0deG0_pF', symObjAddr: 0x9F0, symBinAddr: 0x16050C, symSize: 0x14 }
+ - { offsetInCU: 0x394, offset: 0x15EC53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCfd', symObjAddr: 0xA04, symBinAddr: 0x160520, symSize: 0x2C }
+ - { offsetInCU: 0x3C1, offset: 0x15EC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCfD', symObjAddr: 0xA54, symBinAddr: 0x160570, symSize: 0x1C }
+ - { offsetInCU: 0x3EF, offset: 0x15ECAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6cachesSDy10IdentifierQzxGvpAA0D8ValuableRzlACyxGTk', symObjAddr: 0x3FC, symBinAddr: 0x15FF18, symSize: 0x5C }
+ - { offsetInCU: 0x42A, offset: 0x15ECE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6failedyyFyxXEfU0_TA', symObjAddr: 0x99C, symBinAddr: 0x1604B8, symSize: 0x54 }
+ - { offsetInCU: 0x466, offset: 0x15ED25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NewValueDelegate_pSgXwWOh', symObjAddr: 0xA30, symBinAddr: 0x16054C, symSize: 0x24 }
+ - { offsetInCU: 0x486, offset: 0x15ED45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusO03rawE0ACSgSi_tcfC', symObjAddr: 0xA70, symBinAddr: 0x16058C, symSize: 0x10 }
+ - { offsetInCU: 0x4A5, offset: 0x15ED64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusO03rawE0Sivg', symObjAddr: 0xA80, symBinAddr: 0x16059C, symSize: 0x8 }
+ - { offsetInCU: 0x4EA, offset: 0x15EDA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSYAASY03rawE0xSg03RawE0Qz_tcfCTW', symObjAddr: 0xB90, symBinAddr: 0x1606AC, symSize: 0x18 }
+ - { offsetInCU: 0x51B, offset: 0x15EDDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSYAASY03rawE003RawE0QzvgTW', symObjAddr: 0xBA8, symBinAddr: 0x1606C4, symSize: 0xC }
+ - { offsetInCU: 0x543, offset: 0x15EE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASQWb', symObjAddr: 0xA9C, symBinAddr: 0x1605B8, symSize: 0x4 }
+ - { offsetInCU: 0x557, offset: 0x15EE16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOACSQAAWl', symObjAddr: 0xAA0, symBinAddr: 0x1605BC, symSize: 0x44 }
+ - { offsetInCU: 0x581, offset: 0x15EE40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMi', symObjAddr: 0xC80, symBinAddr: 0x16079C, symSize: 0x4 }
+ - { offsetInCU: 0x595, offset: 0x15EE54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMr', symObjAddr: 0xC84, symBinAddr: 0x1607A0, symSize: 0x58 }
+ - { offsetInCU: 0x5A9, offset: 0x15EE68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMa', symObjAddr: 0xCDC, symBinAddr: 0x1607F8, symSize: 0xC }
+ - { offsetInCU: 0x5BD, offset: 0x15EE7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwet', symObjAddr: 0xDB8, symBinAddr: 0x1608C4, symSize: 0x90 }
+ - { offsetInCU: 0x5D1, offset: 0x15EE90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwst', symObjAddr: 0xE48, symBinAddr: 0x160954, symSize: 0xBC }
+ - { offsetInCU: 0x5E5, offset: 0x15EEA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwug', symObjAddr: 0xF04, symBinAddr: 0x160A10, symSize: 0x8 }
+ - { offsetInCU: 0x5F9, offset: 0x15EEB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwup', symObjAddr: 0xF0C, symBinAddr: 0x160A18, symSize: 0x4 }
+ - { offsetInCU: 0x60D, offset: 0x15EECC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwui', symObjAddr: 0xF10, symBinAddr: 0x160A1C, symSize: 0x8 }
+ - { offsetInCU: 0x621, offset: 0x15EEE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOMa', symObjAddr: 0xF18, symBinAddr: 0x160A24, symSize: 0x10 }
+ - { offsetInCU: 0x655, offset: 0x15EF14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA88, symBinAddr: 0x1605A4, symSize: 0x14 }
+ - { offsetInCU: 0x6E6, offset: 0x15EFA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH04hashE0SivgTW', symObjAddr: 0xAE4, symBinAddr: 0x160600, symSize: 0x44 }
+ - { offsetInCU: 0x795, offset: 0x15F054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB28, symBinAddr: 0x160644, symSize: 0x28 }
+ - { offsetInCU: 0x7E8, offset: 0x15F0A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH08_rawHashE04seedS2i_tFTW', symObjAddr: 0xB50, symBinAddr: 0x16066C, symSize: 0x40 }
+ - { offsetInCU: 0xC3, offset: 0x15F46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherC7serviceAcA0aB7ServiceC_tcfC', symObjAddr: 0x0, symBinAddr: 0x160A44, symSize: 0x98 }
+ - { offsetInCU: 0x146, offset: 0x15F4ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherC7serviceAcA0aB7ServiceC_tcfc', symObjAddr: 0x3A0, symBinAddr: 0x160DE4, symSize: 0x84 }
+ - { offsetInCU: 0x1AB, offset: 0x15F552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCfd', symObjAddr: 0x518, symBinAddr: 0x160EB0, symSize: 0x24 }
+ - { offsetInCU: 0x1FC, offset: 0x15F5A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCfD', symObjAddr: 0x53C, symBinAddr: 0x160ED4, symSize: 0x2C }
+ - { offsetInCU: 0x256, offset: 0x15F5FD, size: 0x8, addend: 0x0, symName: '_$s10Foundation25NSFastEnumerationIteratorVACStAAWl', symObjAddr: 0x424, symBinAddr: 0x160E68, symSize: 0x48 }
+ - { offsetInCU: 0x26A, offset: 0x15F611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCMa', symObjAddr: 0x568, symBinAddr: 0x160F00, symSize: 0x3C }
+ - { offsetInCU: 0x27E, offset: 0x15F625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCMr', symObjAddr: 0x5A4, symBinAddr: 0x160F3C, symSize: 0x34 }
+ - { offsetInCU: 0x27, offset: 0x15F833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x160F94, symSize: 0x5C }
+ - { offsetInCU: 0x74, offset: 0x15F880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x160F94, symSize: 0x5C }
+ - { offsetInCU: 0xCC, offset: 0x15F8D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x9C, symBinAddr: 0x160FF0, symSize: 0x5C }
+ - { offsetInCU: 0x134, offset: 0x15F940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0xF8, symBinAddr: 0x16104C, symSize: 0x8 }
+ - { offsetInCU: 0x15B, offset: 0x15F967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8intValueSiSgvg', symObjAddr: 0x100, symBinAddr: 0x161054, symSize: 0xC }
+ - { offsetInCU: 0x182, offset: 0x15F98E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueSSvg', symObjAddr: 0x10C, symBinAddr: 0x161060, symSize: 0x20 }
+ - { offsetInCU: 0x1BB, offset: 0x15F9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueSSvg', symObjAddr: 0x12C, symBinAddr: 0x161080, symSize: 0x20 }
+ - { offsetInCU: 0x1E9, offset: 0x15F9F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueSSvg', symObjAddr: 0x12C, symBinAddr: 0x161080, symSize: 0x20 }
+ - { offsetInCU: 0x214, offset: 0x15FA20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x318, symBinAddr: 0x16126C, symSize: 0x64 }
+ - { offsetInCU: 0x27A, offset: 0x15FA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x37C, symBinAddr: 0x1612D0, symSize: 0x28 }
+ - { offsetInCU: 0x28E, offset: 0x15FA9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x434, symBinAddr: 0x161388, symSize: 0x8 }
+ - { offsetInCU: 0x2C4, offset: 0x15FAD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x43C, symBinAddr: 0x161390, symSize: 0x68 }
+ - { offsetInCU: 0x349, offset: 0x15FB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x4A4, symBinAddr: 0x1613F8, symSize: 0xC }
+ - { offsetInCU: 0x365, offset: 0x15FB71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x161404, symSize: 0xC }
+ - { offsetInCU: 0x398, offset: 0x15FBA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASQWb', symObjAddr: 0x1D4, symBinAddr: 0x161128, symSize: 0x4 }
+ - { offsetInCU: 0x3AC, offset: 0x15FBB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACSQAAWl', symObjAddr: 0x1D8, symBinAddr: 0x16112C, symSize: 0x44 }
+ - { offsetInCU: 0x3CB, offset: 0x15FBD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3A4, symBinAddr: 0x1612F8, symSize: 0x4 }
+ - { offsetInCU: 0x3DF, offset: 0x15FBEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3A8, symBinAddr: 0x1612FC, symSize: 0x44 }
+ - { offsetInCU: 0x3F3, offset: 0x15FBFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3EC, symBinAddr: 0x161340, symSize: 0x4 }
+ - { offsetInCU: 0x407, offset: 0x15FC13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x3F0, symBinAddr: 0x161344, symSize: 0x44 }
+ - { offsetInCU: 0x41B, offset: 0x15FC27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwet', symObjAddr: 0x51C, symBinAddr: 0x161460, symSize: 0x90 }
+ - { offsetInCU: 0x42F, offset: 0x15FC3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwst', symObjAddr: 0x5AC, symBinAddr: 0x1614F0, symSize: 0xBC }
+ - { offsetInCU: 0x443, offset: 0x15FC4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwug', symObjAddr: 0x668, symBinAddr: 0x1615AC, symSize: 0x8 }
+ - { offsetInCU: 0x457, offset: 0x15FC63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwup', symObjAddr: 0x670, symBinAddr: 0x1615B4, symSize: 0x4 }
+ - { offsetInCU: 0x46B, offset: 0x15FC77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwui', symObjAddr: 0x674, symBinAddr: 0x1615B8, symSize: 0x8 }
+ - { offsetInCU: 0x47F, offset: 0x15FC8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOMa', symObjAddr: 0x67C, symBinAddr: 0x1615C0, symSize: 0x10 }
+ - { offsetInCU: 0x4C8, offset: 0x15FCD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x14C, symBinAddr: 0x1610A0, symSize: 0x88 }
+ - { offsetInCU: 0x577, offset: 0x15FD83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x21C, symBinAddr: 0x161170, symSize: 0x60 }
+ - { offsetInCU: 0x5F5, offset: 0x15FE01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x27C, symBinAddr: 0x1611D0, symSize: 0x40 }
+ - { offsetInCU: 0x647, offset: 0x15FE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2BC, symBinAddr: 0x161210, symSize: 0x5C }
+ - { offsetInCU: 0x6A3, offset: 0x15FEAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x161410, symSize: 0x28 }
+ - { offsetInCU: 0x6BF, offset: 0x15FECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x4E4, symBinAddr: 0x161438, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x1600DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1615D0, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1600F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x1615E0, symSize: 0x18C }
+ - { offsetInCU: 0xBD, offset: 0x16014C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x19C, symBinAddr: 0x16176C, symSize: 0xDC }
+ - { offsetInCU: 0xFB, offset: 0x16018A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x278, symBinAddr: 0x161848, symSize: 0x194 }
+ - { offsetInCU: 0x22F, offset: 0x1602BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA17DirectCallContext_p_AA0O11ConstraintsCAA04TurnL0CSayAA10CapabilityOGtF', symObjAddr: 0x40C, symBinAddr: 0x1619DC, symSize: 0x140 }
+ - { offsetInCU: 0x2EE, offset: 0x16037D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCACycfc', symObjAddr: 0x760, symBinAddr: 0x161D30, symSize: 0x8 }
+ - { offsetInCU: 0x31D, offset: 0x1603AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCfd', symObjAddr: 0x768, symBinAddr: 0x161D38, symSize: 0x8 }
+ - { offsetInCU: 0x34C, offset: 0x1603DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCfD', symObjAddr: 0x770, symBinAddr: 0x161D40, symSize: 0x10 }
+ - { offsetInCU: 0x459, offset: 0x1604E8, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x7A4, symBinAddr: 0x161D50, symSize: 0x10 }
+ - { offsetInCU: 0x46D, offset: 0x1604FC, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x7B4, symBinAddr: 0x161D60, symSize: 0x8 }
+ - { offsetInCU: 0x481, offset: 0x160510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCMa', symObjAddr: 0x7BC, symBinAddr: 0x161D68, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1607E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x161D90, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x16080D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x161D90, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x160848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0x161E8C, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x160869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0x161EF4, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x160892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0x161F60, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x1608BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0x161FCC, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1608D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0x161FD0, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x1608F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0x161FFC, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x16090F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0x162004, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x160923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x162030, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x1609AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x458, symBinAddr: 0x1621A8, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x1609D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x1621B0, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x160A1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x162218, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x160A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x162244, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x160A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0x161E2C, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x160A8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0x161E4C, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x160AC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x16227C, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x160ADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x1622A0, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x160AEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x1622E4, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x160B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x1622E8, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x160B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x162330, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x160B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x162354, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x160B3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA0F0AAWl', symObjAddr: 0x720, symBinAddr: 0x162380, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x160B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x1623C4, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x160B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x162408, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x160B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x16242C, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x160B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x162470, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x160BA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x162494, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x160BB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x1624C4, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x160BCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x1624EC, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x160BDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x162530, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x160BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwta', symObjAddr: 0x958, symBinAddr: 0x1625A4, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x160C07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x1625F0, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x160C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x162638, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x160C2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x162680, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x160E75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfC', symObjAddr: 0x0, symBinAddr: 0x162690, symSize: 0xA8 }
+ - { offsetInCU: 0x75, offset: 0x160EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfC', symObjAddr: 0x0, symBinAddr: 0x162690, symSize: 0xA8 }
+ - { offsetInCU: 0xD0, offset: 0x160F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvgTo', symObjAddr: 0xA8, symBinAddr: 0x162738, symSize: 0x44 }
+ - { offsetInCU: 0x10D, offset: 0x160F5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0Ovg', symObjAddr: 0xEC, symBinAddr: 0x16277C, symSize: 0x44 }
+ - { offsetInCU: 0x156, offset: 0x160FA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvsTo', symObjAddr: 0x130, symBinAddr: 0x1627C0, symSize: 0x48 }
+ - { offsetInCU: 0x19B, offset: 0x160FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0Ovs', symObjAddr: 0x178, symBinAddr: 0x162808, symSize: 0x48 }
+ - { offsetInCU: 0x1C4, offset: 0x161012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvM', symObjAddr: 0x1C0, symBinAddr: 0x162850, symSize: 0x44 }
+ - { offsetInCU: 0x211, offset: 0x16105F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvgTo', symObjAddr: 0x204, symBinAddr: 0x162894, symSize: 0x80 }
+ - { offsetInCU: 0x24E, offset: 0x16109C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvg', symObjAddr: 0x284, symBinAddr: 0x162914, symSize: 0x48 }
+ - { offsetInCU: 0x297, offset: 0x1610E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvsTo', symObjAddr: 0x2CC, symBinAddr: 0x16295C, symSize: 0x7C }
+ - { offsetInCU: 0x2DC, offset: 0x16112A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvs', symObjAddr: 0x348, symBinAddr: 0x1629D8, symSize: 0x50 }
+ - { offsetInCU: 0x305, offset: 0x161153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvM', symObjAddr: 0x398, symBinAddr: 0x162A28, symSize: 0x44 }
+ - { offsetInCU: 0x334, offset: 0x161182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvM.resume.0', symObjAddr: 0x3DC, symBinAddr: 0x162A6C, symSize: 0x4 }
+ - { offsetInCU: 0x35F, offset: 0x1611AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfc', symObjAddr: 0x3E0, symBinAddr: 0x162A70, symSize: 0x98 }
+ - { offsetInCU: 0x388, offset: 0x1611D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfcTo', symObjAddr: 0x498, symBinAddr: 0x162B28, symSize: 0x9C }
+ - { offsetInCU: 0x3F9, offset: 0x161247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfC', symObjAddr: 0x534, symBinAddr: 0x162BC4, symSize: 0xC8 }
+ - { offsetInCU: 0x440, offset: 0x16128E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfc', symObjAddr: 0x5FC, symBinAddr: 0x162C8C, symSize: 0xC0 }
+ - { offsetInCU: 0x473, offset: 0x1612C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfcTo', symObjAddr: 0x6BC, symBinAddr: 0x162D4C, symSize: 0xE4 }
+ - { offsetInCU: 0x4B8, offset: 0x161306, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfC', symObjAddr: 0x7A0, symBinAddr: 0x162E30, symSize: 0x20 }
+ - { offsetInCU: 0x4D6, offset: 0x161324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfc', symObjAddr: 0x7C0, symBinAddr: 0x162E50, symSize: 0x54 }
+ - { offsetInCU: 0x511, offset: 0x16135F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfcTo', symObjAddr: 0x814, symBinAddr: 0x162EA4, symSize: 0x54 }
+ - { offsetInCU: 0x54E, offset: 0x16139C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x868, symBinAddr: 0x162EF8, symSize: 0x18C }
+ - { offsetInCU: 0x5AA, offset: 0x1613F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCfD', symObjAddr: 0xB80, symBinAddr: 0x163084, symSize: 0x30 }
+ - { offsetInCU: 0x5D7, offset: 0x161425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xBC0, symBinAddr: 0x1630C4, symSize: 0x38 }
+ - { offsetInCU: 0x5FB, offset: 0x161449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCMa', symObjAddr: 0x478, symBinAddr: 0x162B08, symSize: 0x20 }
+ - { offsetInCU: 0x60F, offset: 0x16145D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCfETo', symObjAddr: 0xBB0, symBinAddr: 0x1630B4, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x1616EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvpACTK', symObjAddr: 0x0, symBinAddr: 0x1632EC, symSize: 0x6C }
+ - { offsetInCU: 0x57, offset: 0x161706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvpACTk', symObjAddr: 0x6C, symBinAddr: 0x163358, symSize: 0x88 }
+ - { offsetInCU: 0x7B, offset: 0x16172A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvg', symObjAddr: 0xF4, symBinAddr: 0x1633E0, symSize: 0x4C }
+ - { offsetInCU: 0x97, offset: 0x161746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvs', symObjAddr: 0x150, symBinAddr: 0x16342C, symSize: 0x50 }
+ - { offsetInCU: 0xB3, offset: 0x161762, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvM', symObjAddr: 0x1B0, symBinAddr: 0x16348C, symSize: 0x3C }
+ - { offsetInCU: 0xCF, offset: 0x16177E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvg', symObjAddr: 0x1EC, symBinAddr: 0x1634C8, symSize: 0x44 }
+ - { offsetInCU: 0xEB, offset: 0x16179A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvs', symObjAddr: 0x230, symBinAddr: 0x16350C, symSize: 0x44 }
+ - { offsetInCU: 0x107, offset: 0x1617B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvM', symObjAddr: 0x274, symBinAddr: 0x163550, symSize: 0x3C }
+ - { offsetInCU: 0x123, offset: 0x1617D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvM.resume.0', symObjAddr: 0x2B0, symBinAddr: 0x16358C, symSize: 0x4 }
+ - { offsetInCU: 0x13F, offset: 0x1617EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC7executeyyF', symObjAddr: 0x2B4, symBinAddr: 0x163590, symSize: 0x1E4 }
+ - { offsetInCU: 0x1B2, offset: 0x161861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC8completeyyF', symObjAddr: 0x610, symBinAddr: 0x1637D4, symSize: 0x14 }
+ - { offsetInCU: 0x209, offset: 0x1618B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC4taskACyyc_tcfC', symObjAddr: 0x624, symBinAddr: 0x1637E8, symSize: 0x7C }
+ - { offsetInCU: 0x250, offset: 0x1618FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC4taskACyyc_tcfc', symObjAddr: 0x6A0, symBinAddr: 0x163864, symSize: 0x68 }
+ - { offsetInCU: 0x279, offset: 0x161928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCfd', symObjAddr: 0x708, symBinAddr: 0x1638CC, symSize: 0x24 }
+ - { offsetInCU: 0x2B4, offset: 0x161963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCfD', symObjAddr: 0x72C, symBinAddr: 0x1638F0, symSize: 0x2C }
+ - { offsetInCU: 0x2F7, offset: 0x1619A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvgTW', symObjAddr: 0x758, symBinAddr: 0x16391C, symSize: 0x28 }
+ - { offsetInCU: 0x313, offset: 0x1619C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvsTW', symObjAddr: 0x780, symBinAddr: 0x163944, symSize: 0x28 }
+ - { offsetInCU: 0x32F, offset: 0x1619DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvMTW', symObjAddr: 0x7A8, symBinAddr: 0x16396C, symSize: 0x50 }
+ - { offsetInCU: 0x34B, offset: 0x1619FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvMTW.resume.0', symObjAddr: 0x7F8, symBinAddr: 0x1639BC, symSize: 0x2C }
+ - { offsetInCU: 0x367, offset: 0x161A16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP7executeyyFTW', symObjAddr: 0x824, symBinAddr: 0x1639E8, symSize: 0x28 }
+ - { offsetInCU: 0x383, offset: 0x161A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP8completeyyFTW', symObjAddr: 0x84C, symBinAddr: 0x163A10, symSize: 0x28 }
+ - { offsetInCU: 0x3A0, offset: 0x161A4F, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x1A0, symBinAddr: 0x16347C, symSize: 0x10 }
+ - { offsetInCU: 0x3B4, offset: 0x161A63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC7executeyyFyyYbcfU_TA', symObjAddr: 0x498, symBinAddr: 0x163774, symSize: 0x48 }
+ - { offsetInCU: 0x3E8, offset: 0x161A97, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4E0, symBinAddr: 0x1637BC, symSize: 0x10 }
+ - { offsetInCU: 0x3FC, offset: 0x161AAB, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4F0, symBinAddr: 0x1637CC, symSize: 0x8 }
+ - { offsetInCU: 0x410, offset: 0x161ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCMa', symObjAddr: 0x914, symBinAddr: 0x163AD8, symSize: 0x20 }
+ - { offsetInCU: 0x424, offset: 0x161AD3, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x9CC, symBinAddr: 0x163B90, symSize: 0x8 }
+ - { offsetInCU: 0x438, offset: 0x161AE7, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x9D4, symBinAddr: 0x163B98, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x161D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfC', symObjAddr: 0x0, symBinAddr: 0x163BA8, symSize: 0x20 }
+ - { offsetInCU: 0x93, offset: 0x161D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfC', symObjAddr: 0x20, symBinAddr: 0x163BC8, symSize: 0xC8 }
+ - { offsetInCU: 0x120, offset: 0x161E22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4FromVys5Int64VGcfC', symObjAddr: 0xE8, symBinAddr: 0x163C90, symSize: 0x94 }
+ - { offsetInCU: 0x18F, offset: 0x161E91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4UpToVys5Int64VGcfC', symObjAddr: 0x17C, symBinAddr: 0x163D24, symSize: 0x94 }
+ - { offsetInCU: 0x1FE, offset: 0x161F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSnys5Int64VGcfC', symObjAddr: 0x210, symBinAddr: 0x163DB8, symSize: 0xBC }
+ - { offsetInCU: 0x245, offset: 0x161F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalLowerBounds5Int64VSgvM', symObjAddr: 0x2E4, symBinAddr: 0x163E8C, symSize: 0x44 }
+ - { offsetInCU: 0x274, offset: 0x161F76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalLowerBounds5Int64VSgvM.resume.0', symObjAddr: 0x328, symBinAddr: 0x163ED0, symSize: 0x4 }
+ - { offsetInCU: 0x29F, offset: 0x161FA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalUpperBounds5Int64VSgvM', symObjAddr: 0x3E0, symBinAddr: 0x163F88, symSize: 0x44 }
+ - { offsetInCU: 0x2CE, offset: 0x161FD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC27internalUpperBoundInclusives5Int64VSgvg', symObjAddr: 0x424, symBinAddr: 0x163FCC, symSize: 0x48 }
+ - { offsetInCU: 0x319, offset: 0x16201B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvgTo', symObjAddr: 0x46C, symBinAddr: 0x164014, symSize: 0x64 }
+ - { offsetInCU: 0x34E, offset: 0x162050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64Vvg', symObjAddr: 0x4D0, symBinAddr: 0x164078, symSize: 0x38 }
+ - { offsetInCU: 0x395, offset: 0x162097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvsTo', symObjAddr: 0x508, symBinAddr: 0x1640B0, symSize: 0x58 }
+ - { offsetInCU: 0x3D0, offset: 0x1620D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64Vvs', symObjAddr: 0x560, symBinAddr: 0x164108, symSize: 0x20 }
+ - { offsetInCU: 0x3F5, offset: 0x1620F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvM', symObjAddr: 0x580, symBinAddr: 0x164128, symSize: 0x58 }
+ - { offsetInCU: 0x441, offset: 0x162143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvM.resume.0', symObjAddr: 0x5D8, symBinAddr: 0x164180, symSize: 0x3C }
+ - { offsetInCU: 0x49E, offset: 0x1621A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvgTo', symObjAddr: 0x614, symBinAddr: 0x1641BC, symSize: 0x64 }
+ - { offsetInCU: 0x4D3, offset: 0x1621D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64Vvg', symObjAddr: 0x678, symBinAddr: 0x164220, symSize: 0x38 }
+ - { offsetInCU: 0x51A, offset: 0x16221C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvsTo', symObjAddr: 0x6B0, symBinAddr: 0x164258, symSize: 0x58 }
+ - { offsetInCU: 0x555, offset: 0x162257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64Vvs', symObjAddr: 0x708, symBinAddr: 0x1642B0, symSize: 0x20 }
+ - { offsetInCU: 0x57A, offset: 0x16227C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvM', symObjAddr: 0x728, symBinAddr: 0x1642D0, symSize: 0x58 }
+ - { offsetInCU: 0x5C6, offset: 0x1622C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvM.resume.0', symObjAddr: 0x780, symBinAddr: 0x164328, symSize: 0x3C }
+ - { offsetInCU: 0x605, offset: 0x162307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfc', symObjAddr: 0x7BC, symBinAddr: 0x164364, symSize: 0x5C }
+ - { offsetInCU: 0x640, offset: 0x162342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfcTo', symObjAddr: 0x818, symBinAddr: 0x1643C0, symSize: 0x68 }
+ - { offsetInCU: 0x67B, offset: 0x16237D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4FromVys5Int64VGcfc', symObjAddr: 0x880, symBinAddr: 0x164428, symSize: 0x8C }
+ - { offsetInCU: 0x6CE, offset: 0x1623D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD7ThroughVys5Int64VGcfC', symObjAddr: 0x90C, symBinAddr: 0x1644B4, symSize: 0xA0 }
+ - { offsetInCU: 0x715, offset: 0x162417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD7ThroughVys5Int64VGcfc', symObjAddr: 0x9AC, symBinAddr: 0x164554, symSize: 0x94 }
+ - { offsetInCU: 0x73E, offset: 0x162440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4UpToVys5Int64VGcfc', symObjAddr: 0xA40, symBinAddr: 0x1645E8, symSize: 0x8C }
+ - { offsetInCU: 0x767, offset: 0x162469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSnys5Int64VGcfc', symObjAddr: 0xACC, symBinAddr: 0x164674, symSize: 0xB4 }
+ - { offsetInCU: 0x790, offset: 0x162492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfc', symObjAddr: 0xB80, symBinAddr: 0x164728, symSize: 0xC0 }
+ - { offsetInCU: 0x7DB, offset: 0x1624DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfcTo', symObjAddr: 0xC60, symBinAddr: 0x164808, symSize: 0xC4 }
+ - { offsetInCU: 0x83C, offset: 0x16253E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCfD', symObjAddr: 0xD24, symBinAddr: 0x1648CC, symSize: 0x30 }
+ - { offsetInCU: 0x86A, offset: 0x16256C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCMa', symObjAddr: 0xC40, symBinAddr: 0x1647E8, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x162835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appId04callH006callerH006calleeH04role11isVideoCall7summary12measureCount0Q8IntervalACSgSSSg_SSA2nA06DirectO0C8UserRoleOSbAA7SummaryCS2itcfC', symObjAddr: 0x0, symBinAddr: 0x164D44, symSize: 0x60 }
+ - { offsetInCU: 0x67, offset: 0x162851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x60, symBinAddr: 0x164DA4, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x162865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x68, symBinAddr: 0x164DAC, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x162881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8logGroupSSvg', symObjAddr: 0x70, symBinAddr: 0x164DB4, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x16289D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV15deviceTimestamps5Int64Vvg', symObjAddr: 0x9C, symBinAddr: 0x164DE0, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x1628B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appIdSSvg', symObjAddr: 0xA4, symBinAddr: 0x164DE8, symSize: 0x2C }
+ - { offsetInCU: 0xEB, offset: 0x1628D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV6callIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x164E14, symSize: 0x2C }
+ - { offsetInCU: 0x107, offset: 0x1628F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8callerIdSSSgvg', symObjAddr: 0xFC, symBinAddr: 0x164E40, symSize: 0x2C }
+ - { offsetInCU: 0x123, offset: 0x16290D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8calleeIdSSSgvg', symObjAddr: 0x128, symBinAddr: 0x164E6C, symSize: 0x2C }
+ - { offsetInCU: 0x13F, offset: 0x162929, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV4roleAA10DirectCallC8UserRoleOvg', symObjAddr: 0x154, symBinAddr: 0x164E98, symSize: 0x8 }
+ - { offsetInCU: 0x15B, offset: 0x162945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV11isVideoCallSbvg', symObjAddr: 0x15C, symBinAddr: 0x164EA0, symSize: 0x8 }
+ - { offsetInCU: 0x177, offset: 0x162961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV7summaryAA7SummaryCvg', symObjAddr: 0x164, symBinAddr: 0x164EA8, symSize: 0x8 }
+ - { offsetInCU: 0x193, offset: 0x16297D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV12measureCountSivg', symObjAddr: 0x16C, symBinAddr: 0x164EB0, symSize: 0x8 }
+ - { offsetInCU: 0x1AF, offset: 0x162999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV15measureIntervalSivg', symObjAddr: 0x174, symBinAddr: 0x164EB8, symSize: 0x8 }
+ - { offsetInCU: 0x1EF, offset: 0x1629D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8intValueAISgSi_tcfC', symObjAddr: 0x194, symBinAddr: 0x164ED8, symSize: 0x8 }
+ - { offsetInCU: 0x216, offset: 0x162A00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8intValueSiSgvg', symObjAddr: 0x19C, symBinAddr: 0x164EE0, symSize: 0xC }
+ - { offsetInCU: 0x23D, offset: 0x162A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8rawValueSSvg', symObjAddr: 0x1A8, symBinAddr: 0x164EEC, symSize: 0x48 }
+ - { offsetInCU: 0x264, offset: 0x162A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O11stringValueSSvg', symObjAddr: 0x1F0, symBinAddr: 0x164F34, symSize: 0x48 }
+ - { offsetInCU: 0x28B, offset: 0x162A75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP11stringValueSSvgTW', symObjAddr: 0x280, symBinAddr: 0x164FC4, symSize: 0x8 }
+ - { offsetInCU: 0x2A7, offset: 0x162A91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP8intValueSiSgvgTW', symObjAddr: 0x294, symBinAddr: 0x164FD8, symSize: 0xC }
+ - { offsetInCU: 0x2C3, offset: 0x162AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP8intValuexSgSi_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0x164FE4, symSize: 0xC }
+ - { offsetInCU: 0x2EF, offset: 0x162AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueAGSgSS_tcfC', symObjAddr: 0x2FC, symBinAddr: 0x165040, symSize: 0x30 }
+ - { offsetInCU: 0x327, offset: 0x162B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueAGSgSS_tcfC', symObjAddr: 0x32C, symBinAddr: 0x165070, symSize: 0x30 }
+ - { offsetInCU: 0x36F, offset: 0x162B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8intValueAGSgSi_tcfC', symObjAddr: 0x35C, symBinAddr: 0x1650A0, symSize: 0x8 }
+ - { offsetInCU: 0x396, offset: 0x162B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8intValueSiSgvg', symObjAddr: 0x364, symBinAddr: 0x1650A8, symSize: 0xC }
+ - { offsetInCU: 0x3BD, offset: 0x162BA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueSSvg', symObjAddr: 0x370, symBinAddr: 0x1650B4, symSize: 0x160 }
+ - { offsetInCU: 0x3F6, offset: 0x162BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueSSvg', symObjAddr: 0x4D0, symBinAddr: 0x165214, symSize: 0x160 }
+ - { offsetInCU: 0x44F, offset: 0x162C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x7B4, symBinAddr: 0x1654F8, symSize: 0x44 }
+ - { offsetInCU: 0x495, offset: 0x162C7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x7F8, symBinAddr: 0x16553C, symSize: 0x28 }
+ - { offsetInCU: 0x4A9, offset: 0x162C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x820, symBinAddr: 0x165564, symSize: 0x8 }
+ - { offsetInCU: 0x4DF, offset: 0x162CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x828, symBinAddr: 0x16556C, symSize: 0x3C }
+ - { offsetInCU: 0x544, offset: 0x162D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x864, symBinAddr: 0x1655A8, symSize: 0xC }
+ - { offsetInCU: 0x560, offset: 0x162D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x870, symBinAddr: 0x1655B4, symSize: 0xC }
+ - { offsetInCU: 0x57C, offset: 0x162D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueAGSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x19FC, symBinAddr: 0x166700, symSize: 0x50 }
+ - { offsetInCU: 0x5A8, offset: 0x162D92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x9BC, symBinAddr: 0x165700, symSize: 0x8 }
+ - { offsetInCU: 0x5CF, offset: 0x162DB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x9C4, symBinAddr: 0x165708, symSize: 0xC }
+ - { offsetInCU: 0x5F6, offset: 0x162DE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x9D0, symBinAddr: 0x165714, symSize: 0x3C }
+ - { offsetInCU: 0x61D, offset: 0x162E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0xA0C, symBinAddr: 0x165750, symSize: 0x3C }
+ - { offsetInCU: 0x644, offset: 0x162E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xCC8, symBinAddr: 0x165A0C, symSize: 0x8 }
+ - { offsetInCU: 0x660, offset: 0x162E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD60, symBinAddr: 0x165AA4, symSize: 0xC }
+ - { offsetInCU: 0x67D, offset: 0x162E67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xDBC, symBinAddr: 0x165B00, symSize: 0x8F8 }
+ - { offsetInCU: 0x7E9, offset: 0x162FD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x16B4, symBinAddr: 0x1663F8, symSize: 0x8 }
+ - { offsetInCU: 0x814, offset: 0x162FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x16BC, symBinAddr: 0x166400, symSize: 0x8 }
+ - { offsetInCU: 0x846, offset: 0x163030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x16C4, symBinAddr: 0x166408, symSize: 0x50 }
+ - { offsetInCU: 0x869, offset: 0x163053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appId04callH006callerH006calleeH04role11isVideoCall7summary12measureCount0Q8IntervalACSgSSSg_SSA2nA06DirectO0C8UserRoleOSbAA7SummaryCS2itcfCTf4nnnnnnnnnd_n', symObjAddr: 0x1714, symBinAddr: 0x166458, symSize: 0x2A8 }
+ - { offsetInCU: 0xA8D, offset: 0x163277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x1A70, symBinAddr: 0x166750, symSize: 0x44 }
+ - { offsetInCU: 0xAA1, offset: 0x16328B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs0G3KeyAAWl', symObjAddr: 0x1AB4, symBinAddr: 0x166794, symSize: 0x44 }
+ - { offsetInCU: 0xAB5, offset: 0x16329F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs0G3KeyAAWl', symObjAddr: 0x1C2C, symBinAddr: 0x16681C, symSize: 0x44 }
+ - { offsetInCU: 0xAC9, offset: 0x1632B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OSHAASQWb', symObjAddr: 0x1C90, symBinAddr: 0x166860, symSize: 0x4 }
+ - { offsetInCU: 0xADD, offset: 0x1632C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAISQAAWl', symObjAddr: 0x1C94, symBinAddr: 0x166864, symSize: 0x44 }
+ - { offsetInCU: 0xAF1, offset: 0x1632DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1CD8, symBinAddr: 0x1668A8, symSize: 0x4 }
+ - { offsetInCU: 0xB05, offset: 0x1632EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1CDC, symBinAddr: 0x1668AC, symSize: 0x44 }
+ - { offsetInCU: 0xB19, offset: 0x163303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D20, symBinAddr: 0x1668F0, symSize: 0x4 }
+ - { offsetInCU: 0xB2D, offset: 0x163317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs23CustomStringConvertibleAAWl', symObjAddr: 0x1D24, symBinAddr: 0x1668F4, symSize: 0x44 }
+ - { offsetInCU: 0xB41, offset: 0x16332B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASQWb', symObjAddr: 0x1D68, symBinAddr: 0x166938, symSize: 0x4 }
+ - { offsetInCU: 0xB55, offset: 0x16333F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGSQAAWl', symObjAddr: 0x1D6C, symBinAddr: 0x16693C, symSize: 0x44 }
+ - { offsetInCU: 0xB69, offset: 0x163353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1DB0, symBinAddr: 0x166980, symSize: 0x4 }
+ - { offsetInCU: 0xB7D, offset: 0x163367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1DB4, symBinAddr: 0x166984, symSize: 0x44 }
+ - { offsetInCU: 0xB91, offset: 0x16337B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1DF8, symBinAddr: 0x1669C8, symSize: 0x4 }
+ - { offsetInCU: 0xBA5, offset: 0x16338F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1DFC, symBinAddr: 0x1669CC, symSize: 0x44 }
+ - { offsetInCU: 0xBB9, offset: 0x1633A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1E40, symBinAddr: 0x166A10, symSize: 0x4 }
+ - { offsetInCU: 0xBCD, offset: 0x1633B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1E44, symBinAddr: 0x166A14, symSize: 0x44 }
+ - { offsetInCU: 0xBE1, offset: 0x1633CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1E88, symBinAddr: 0x166A58, symSize: 0x4 }
+ - { offsetInCU: 0xBF5, offset: 0x1633DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1E8C, symBinAddr: 0x166A5C, symSize: 0x44 }
+ - { offsetInCU: 0xC09, offset: 0x1633F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1ED0, symBinAddr: 0x166AA0, symSize: 0x4 }
+ - { offsetInCU: 0xC1D, offset: 0x163407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1ED4, symBinAddr: 0x166AA4, symSize: 0x44 }
+ - { offsetInCU: 0xC31, offset: 0x16341B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA14APIRequestableAAWI', symObjAddr: 0x1F18, symBinAddr: 0x166AE8, symSize: 0x24 }
+ - { offsetInCU: 0xC45, offset: 0x16342F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x1F80, symBinAddr: 0x166B0C, symSize: 0x24 }
+ - { offsetInCU: 0xC59, offset: 0x163443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA11RequestableAAWI', symObjAddr: 0x1FE8, symBinAddr: 0x166B30, symSize: 0x2C }
+ - { offsetInCU: 0xC6D, offset: 0x163457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA0F0AAWl', symObjAddr: 0x2014, symBinAddr: 0x166B5C, symSize: 0x44 }
+ - { offsetInCU: 0xC81, offset: 0x16346B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x2058, symBinAddr: 0x166BA0, symSize: 0x44 }
+ - { offsetInCU: 0xC95, offset: 0x16347F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x209C, symBinAddr: 0x166BE4, symSize: 0x4 }
+ - { offsetInCU: 0xCA9, offset: 0x163493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0AAWI', symObjAddr: 0x20E4, symBinAddr: 0x166BE8, symSize: 0x24 }
+ - { offsetInCU: 0xCBD, offset: 0x1634A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVACSEAAWl', symObjAddr: 0x2108, symBinAddr: 0x166C0C, symSize: 0x44 }
+ - { offsetInCU: 0xCD1, offset: 0x1634BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x214C, symBinAddr: 0x166C50, symSize: 0x24 }
+ - { offsetInCU: 0xCE5, offset: 0x1634CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwCP', symObjAddr: 0x2170, symBinAddr: 0x166C74, symSize: 0x30 }
+ - { offsetInCU: 0xCF9, offset: 0x1634E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwxx', symObjAddr: 0x21A0, symBinAddr: 0x166CA4, symSize: 0x50 }
+ - { offsetInCU: 0xD0D, offset: 0x1634F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwcp', symObjAddr: 0x21F0, symBinAddr: 0x166CF4, symSize: 0xC4 }
+ - { offsetInCU: 0xD21, offset: 0x16350B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwca', symObjAddr: 0x22B4, symBinAddr: 0x166DB8, symSize: 0x12C }
+ - { offsetInCU: 0xD35, offset: 0x16351F, size: 0x8, addend: 0x0, symName: ___swift_memcpy144_8, symObjAddr: 0x23E0, symBinAddr: 0x166EE4, symSize: 0x2C }
+ - { offsetInCU: 0xD49, offset: 0x163533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwta', symObjAddr: 0x240C, symBinAddr: 0x166F10, symSize: 0xBC }
+ - { offsetInCU: 0xD5D, offset: 0x163547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwet', symObjAddr: 0x24C8, symBinAddr: 0x166FCC, symSize: 0x48 }
+ - { offsetInCU: 0xD71, offset: 0x16355B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwst', symObjAddr: 0x2510, symBinAddr: 0x167014, symSize: 0x64 }
+ - { offsetInCU: 0xD85, offset: 0x16356F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVMa', symObjAddr: 0x2574, symBinAddr: 0x167078, symSize: 0x10 }
+ - { offsetInCU: 0xD99, offset: 0x163583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOwup', symObjAddr: 0x259C, symBinAddr: 0x167090, symSize: 0x4 }
+ - { offsetInCU: 0xDAD, offset: 0x163597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOMa', symObjAddr: 0x25A0, symBinAddr: 0x167094, symSize: 0x10 }
+ - { offsetInCU: 0xDC1, offset: 0x1635AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwet', symObjAddr: 0x25B0, symBinAddr: 0x1670A4, symSize: 0x90 }
+ - { offsetInCU: 0xDD5, offset: 0x1635BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwst', symObjAddr: 0x2640, symBinAddr: 0x167134, symSize: 0xBC }
+ - { offsetInCU: 0xDE9, offset: 0x1635D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwug', symObjAddr: 0x26FC, symBinAddr: 0x1671F0, symSize: 0x8 }
+ - { offsetInCU: 0xDFD, offset: 0x1635E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwup', symObjAddr: 0x2704, symBinAddr: 0x1671F8, symSize: 0x4 }
+ - { offsetInCU: 0xE11, offset: 0x1635FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwui', symObjAddr: 0x2708, symBinAddr: 0x1671FC, symSize: 0x8 }
+ - { offsetInCU: 0xE25, offset: 0x16360F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOMa', symObjAddr: 0x2710, symBinAddr: 0x167204, symSize: 0x10 }
+ - { offsetInCU: 0xE39, offset: 0x163623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owug', symObjAddr: 0x2874, symBinAddr: 0x167368, symSize: 0x8 }
+ - { offsetInCU: 0xE4D, offset: 0x163637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owup', symObjAddr: 0x287C, symBinAddr: 0x167370, symSize: 0x4 }
+ - { offsetInCU: 0xE61, offset: 0x16364B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owui', symObjAddr: 0x2880, symBinAddr: 0x167374, symSize: 0xC }
+ - { offsetInCU: 0xE75, offset: 0x16365F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OMa', symObjAddr: 0x288C, symBinAddr: 0x167380, symSize: 0x10 }
+ - { offsetInCU: 0xEA0, offset: 0x16368A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os28CustomDebugStringConvertibleAAsAJP16debugDescriptionSSvgTW', symObjAddr: 0x2AC, symBinAddr: 0x164FF0, symSize: 0x28 }
+ - { offsetInCU: 0xEBC, offset: 0x1636A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os23CustomStringConvertibleAAsAJP11descriptionSSvgTW', symObjAddr: 0x2D4, symBinAddr: 0x165018, symSize: 0x28 }
+ - { offsetInCU: 0xEFC, offset: 0x1636E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x630, symBinAddr: 0x165374, symSize: 0x88 }
+ - { offsetInCU: 0xFAB, offset: 0x163795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH9hashValueSivgTW', symObjAddr: 0x6B8, symBinAddr: 0x1653FC, symSize: 0x60 }
+ - { offsetInCU: 0x1029, offset: 0x163813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x718, symBinAddr: 0x16545C, symSize: 0x40 }
+ - { offsetInCU: 0x107B, offset: 0x163865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x758, symBinAddr: 0x16549C, symSize: 0x5C }
+ - { offsetInCU: 0x10D7, offset: 0x1638C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x87C, symBinAddr: 0x1655C0, symSize: 0x28 }
+ - { offsetInCU: 0x10F3, offset: 0x1638DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x8A4, symBinAddr: 0x1655E8, symSize: 0x28 }
+ - { offsetInCU: 0x110F, offset: 0x1638F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD6C, symBinAddr: 0x165AB0, symSize: 0x28 }
+ - { offsetInCU: 0x112B, offset: 0x163915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD94, symBinAddr: 0x165AD8, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0x163C35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestablePAAE11keyStrategy10Foundation11JSONEncoderC011KeyEncodingF0OvgZ', symObjAddr: 0x4, symBinAddr: 0x1673B0, symSize: 0x44 }
+ - { offsetInCU: 0x74, offset: 0x163C6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA17StrategyEncodableA2aDP03keyG010Foundation11JSONEncoderC011KeyEncodingG0OvgZTW', symObjAddr: 0x60, symBinAddr: 0x16740C, symSize: 0x34 }
+ - { offsetInCU: 0x4B, offset: 0x163E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x167540, symSize: 0x44 }
+ - { offsetInCU: 0x67, offset: 0x163EA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvs', symObjAddr: 0x44, symBinAddr: 0x167584, symSize: 0x44 }
+ - { offsetInCU: 0x83, offset: 0x163EBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvM', symObjAddr: 0x88, symBinAddr: 0x1675C8, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x163ED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvM.resume.0', symObjAddr: 0xC4, symBinAddr: 0x167604, symSize: 0x4 }
+ - { offsetInCU: 0xBB, offset: 0x163EF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC16peerConnectionIdSSSgvg', symObjAddr: 0xC8, symBinAddr: 0x167608, symSize: 0x2C }
+ - { offsetInCU: 0x10D, offset: 0x163F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdp16peerConnectionIdACSo21RTCSessionDescriptionCSg_SSSgtcfC', symObjAddr: 0xF4, symBinAddr: 0x167634, symSize: 0xA8 }
+ - { offsetInCU: 0x156, offset: 0x163F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdp16peerConnectionIdACSo21RTCSessionDescriptionCSg_SSSgtcfc', symObjAddr: 0x19C, symBinAddr: 0x1676DC, symSize: 0x94 }
+ - { offsetInCU: 0x189, offset: 0x163FC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x230, symBinAddr: 0x167770, symSize: 0x1CC }
+ - { offsetInCU: 0x1DD, offset: 0x164016, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x3FC, symBinAddr: 0x16793C, symSize: 0xDC }
+ - { offsetInCU: 0x21B, offset: 0x164054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x4D8, symBinAddr: 0x167A18, symSize: 0x148 }
+ - { offsetInCU: 0x2B7, offset: 0x1640F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC24didConnectPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x6EC, symBinAddr: 0x167C2C, symSize: 0x78 }
+ - { offsetInCU: 0x34F, offset: 0x164188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC24didReceiveConnectionLost7context13directCallLogyAA06DirectL7Context_p_AA0nlM0CtF', symObjAddr: 0x8C4, symBinAddr: 0x167E04, symSize: 0x9C }
+ - { offsetInCU: 0x3E6, offset: 0x16421F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCACycfC', symObjAddr: 0xA08, symBinAddr: 0x167F48, symSize: 0x2C }
+ - { offsetInCU: 0x445, offset: 0x16427E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCACycfc', symObjAddr: 0xA34, symBinAddr: 0x167F74, symSize: 0x2C }
+ - { offsetInCU: 0x48A, offset: 0x1642C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfd', symObjAddr: 0xA7C, symBinAddr: 0x167FBC, symSize: 0x24 }
+ - { offsetInCU: 0x4C5, offset: 0x1642FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfD', symObjAddr: 0xAA0, symBinAddr: 0x167FE0, symSize: 0x2C }
+ - { offsetInCU: 0x567, offset: 0x1643A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfE', symObjAddr: 0xA60, symBinAddr: 0x167FA0, symSize: 0x1C }
+ - { offsetInCU: 0x594, offset: 0x1643CD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xAF0, symBinAddr: 0x16800C, symSize: 0x10 }
+ - { offsetInCU: 0x5A8, offset: 0x1643E1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xB00, symBinAddr: 0x16801C, symSize: 0x8 }
+ - { offsetInCU: 0x5BC, offset: 0x1643F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCMa', symObjAddr: 0xB78, symBinAddr: 0x168094, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x16464F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x1680F4, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x164673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x1680F4, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x16468F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC11updatedKeysSaySSGvg', symObjAddr: 0x8, symBinAddr: 0x1680FC, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1646AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x10, symBinAddr: 0x168104, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1646C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x18, symBinAddr: 0x16810C, symSize: 0x48 }
+ - { offsetInCU: 0xC4, offset: 0x1646EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x168154, symSize: 0x35C }
+ - { offsetInCU: 0x1A9, offset: 0x1647D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId06customG011updatedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfC', symObjAddr: 0x628, symBinAddr: 0x1684D0, symSize: 0x84 }
+ - { offsetInCU: 0x252, offset: 0x16487A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId06customG011updatedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfc', symObjAddr: 0x6AC, symBinAddr: 0x168554, symSize: 0x30 }
+ - { offsetInCU: 0x31D, offset: 0x164945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0OtcfC', symObjAddr: 0x6DC, symBinAddr: 0x168584, symSize: 0x2C }
+ - { offsetInCU: 0x37C, offset: 0x1649A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0Otcfc', symObjAddr: 0x708, symBinAddr: 0x1685B0, symSize: 0x2C }
+ - { offsetInCU: 0x3D3, offset: 0x1649FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfd', symObjAddr: 0x750, symBinAddr: 0x1685F8, symSize: 0x34 }
+ - { offsetInCU: 0x424, offset: 0x164A4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfD', symObjAddr: 0x784, symBinAddr: 0x16862C, symSize: 0x3C }
+ - { offsetInCU: 0x47E, offset: 0x164AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCMa', symObjAddr: 0x484, symBinAddr: 0x1684B0, symSize: 0x20 }
+ - { offsetInCU: 0x527, offset: 0x164B4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfE', symObjAddr: 0x734, symBinAddr: 0x1685DC, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x164DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17StrategyEncodablePAAE03keyD010Foundation11JSONEncoderC011KeyEncodingD0Ovg', symObjAddr: 0x0, symBinAddr: 0x16867C, symSize: 0x24 }
+ - { offsetInCU: 0x3F, offset: 0x164E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17StrategyEncodablePAAE03keyD010Foundation11JSONEncoderC011KeyEncodingD0Ovg', symObjAddr: 0x0, symBinAddr: 0x16867C, symSize: 0x24 }
+ - { offsetInCU: 0x27, offset: 0x165034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1686AC, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x165058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1686AC, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x165076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x1686BC, symSize: 0xBC }
+ - { offsetInCU: 0xD2, offset: 0x1650DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfc', symObjAddr: 0xCC, symBinAddr: 0x168778, symSize: 0x8 }
+ - { offsetInCU: 0x101, offset: 0x16510E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCfd', symObjAddr: 0xD4, symBinAddr: 0x168780, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x16513D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCfD', symObjAddr: 0xDC, symBinAddr: 0x168788, symSize: 0x10 }
+ - { offsetInCU: 0x160, offset: 0x16516D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCMa', symObjAddr: 0xEC, symBinAddr: 0x168798, symSize: 0x20 }
+ - { offsetInCU: 0x164, offset: 0x16548C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO8rawValueSSvg', symObjAddr: 0xB6C, symBinAddr: 0x169324, symSize: 0x20 }
+ - { offsetInCU: 0x183, offset: 0x1654AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO11stringValueSSvg', symObjAddr: 0xB8C, symBinAddr: 0x169344, symSize: 0x20 }
+ - { offsetInCU: 0x1B1, offset: 0x1654D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO11stringValueSSvg', symObjAddr: 0xB8C, symBinAddr: 0x169344, symSize: 0x20 }
+ - { offsetInCU: 0x205, offset: 0x16552D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0xBD0, symBinAddr: 0x169388, symSize: 0x64 }
+ - { offsetInCU: 0x26B, offset: 0x165593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0xC34, symBinAddr: 0x1693EC, symSize: 0x28 }
+ - { offsetInCU: 0x27F, offset: 0x1655A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC5C, symBinAddr: 0x169414, symSize: 0x8 }
+ - { offsetInCU: 0x2B5, offset: 0x1655DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC64, symBinAddr: 0x16941C, symSize: 0x68 }
+ - { offsetInCU: 0x33A, offset: 0x165662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCCC, symBinAddr: 0x169484, symSize: 0xC }
+ - { offsetInCU: 0x356, offset: 0x16567E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCD8, symBinAddr: 0x169490, symSize: 0xC }
+ - { offsetInCU: 0x374, offset: 0x16569C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6userId4role10endResults5limit9nextTokenACSS_AA0dE0C8UserRoleOSgSayAA0dE9EndResultOGSgs5Int32VSSSgtcfC', symObjAddr: 0x8FC, symBinAddr: 0x1690B4, symSize: 0x48 }
+ - { offsetInCU: 0x390, offset: 0x1656B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvgZ', symObjAddr: 0x9A4, symBinAddr: 0x16915C, symSize: 0x68 }
+ - { offsetInCU: 0x3B1, offset: 0x1656D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvsZ', symObjAddr: 0xA0C, symBinAddr: 0x1691C4, symSize: 0x6C }
+ - { offsetInCU: 0x3DA, offset: 0x165702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvMZ', symObjAddr: 0xA78, symBinAddr: 0x169230, symSize: 0x6C }
+ - { offsetInCU: 0x403, offset: 0x16572B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvMZ.resume.0', symObjAddr: 0xAE4, symBinAddr: 0x16929C, symSize: 0x4 }
+ - { offsetInCU: 0x41F, offset: 0x165747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAE8, symBinAddr: 0x1692A0, symSize: 0x8 }
+ - { offsetInCU: 0x43B, offset: 0x165763, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xAF0, symBinAddr: 0x1692A8, symSize: 0x8 }
+ - { offsetInCU: 0x44F, offset: 0x165777, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV4roleAA0dE0C8UserRoleOSgvg', symObjAddr: 0xAF8, symBinAddr: 0x1692B0, symSize: 0xC }
+ - { offsetInCU: 0x46B, offset: 0x165793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10endResultsSayAA0dE9EndResultOGSgvg', symObjAddr: 0xB04, symBinAddr: 0x1692BC, symSize: 0x8 }
+ - { offsetInCU: 0x487, offset: 0x1657AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV5limits5Int32Vvg', symObjAddr: 0xB0C, symBinAddr: 0x1692C4, symSize: 0x8 }
+ - { offsetInCU: 0x4A3, offset: 0x1657CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV9nextTokenSSSgvg', symObjAddr: 0xB14, symBinAddr: 0x1692CC, symSize: 0x2C }
+ - { offsetInCU: 0x4BF, offset: 0x1657E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV4typeSSvg', symObjAddr: 0xB40, symBinAddr: 0x1692F8, symSize: 0x2C }
+ - { offsetInCU: 0x4DB, offset: 0x165803, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xD34, symBinAddr: 0x1694EC, symSize: 0x308 }
+ - { offsetInCU: 0x55E, offset: 0x165886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableA2aDP10resultType06ResultL0QzmvgZTW', symObjAddr: 0x103C, symBinAddr: 0x1697F4, symSize: 0x68 }
+ - { offsetInCU: 0x595, offset: 0x1658BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x10A4, symBinAddr: 0x16985C, symSize: 0x8 }
+ - { offsetInCU: 0x5C0, offset: 0x1658E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x10AC, symBinAddr: 0x169864, symSize: 0x8 }
+ - { offsetInCU: 0x5F2, offset: 0x16591A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x10B4, symBinAddr: 0x16986C, symSize: 0x40 }
+ - { offsetInCU: 0x615, offset: 0x16593D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6userId4role10endResults5limit9nextTokenACSS_AA0dE0C8UserRoleOSgSayAA0dE9EndResultOGSgs5Int32VSSSgtcfCTf4nnnnnd_n', symObjAddr: 0x1190, symBinAddr: 0x169948, symSize: 0x10C }
+ - { offsetInCU: 0x7AE, offset: 0x165AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultType_WZ', symObjAddr: 0x944, symBinAddr: 0x1690FC, symSize: 0x20 }
+ - { offsetInCU: 0x7C8, offset: 0x165AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvau', symObjAddr: 0x964, symBinAddr: 0x16911C, symSize: 0x40 }
+ - { offsetInCU: 0x841, offset: 0x165B69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs0J3KeyAAWl', symObjAddr: 0x1300, symBinAddr: 0x169A54, symSize: 0x44 }
+ - { offsetInCU: 0x855, offset: 0x165B7D, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgWOr', symObjAddr: 0x1344, symBinAddr: 0x169A98, symSize: 0x28 }
+ - { offsetInCU: 0x869, offset: 0x165B91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSEAAWl', symObjAddr: 0x1438, symBinAddr: 0x169B48, symSize: 0x44 }
+ - { offsetInCU: 0x87D, offset: 0x165BA5, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgWOs', symObjAddr: 0x147C, symBinAddr: 0x169B8C, symSize: 0x28 }
+ - { offsetInCU: 0x891, offset: 0x165BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA14APIRequestableAAWI', symObjAddr: 0x1594, symBinAddr: 0x169BF8, symSize: 0x24 }
+ - { offsetInCU: 0x8A5, offset: 0x165BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x15FC, symBinAddr: 0x169C1C, symSize: 0x4 }
+ - { offsetInCU: 0x8B9, offset: 0x165BE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAcA11RespondableAAWl', symObjAddr: 0x1600, symBinAddr: 0x169C20, symSize: 0x48 }
+ - { offsetInCU: 0x8CD, offset: 0x165BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA11RequestableAAWI', symObjAddr: 0x1648, symBinAddr: 0x169C68, symSize: 0x2C }
+ - { offsetInCU: 0x8E1, offset: 0x165C09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA0I0AAWl', symObjAddr: 0x1674, symBinAddr: 0x169C94, symSize: 0x44 }
+ - { offsetInCU: 0x8F5, offset: 0x165C1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x16B8, symBinAddr: 0x169CD8, symSize: 0x44 }
+ - { offsetInCU: 0x909, offset: 0x165C31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0AAWI', symObjAddr: 0x16FC, symBinAddr: 0x169D1C, symSize: 0x24 }
+ - { offsetInCU: 0x91D, offset: 0x165C45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVACSEAAWl', symObjAddr: 0x1720, symBinAddr: 0x169D40, symSize: 0x44 }
+ - { offsetInCU: 0x931, offset: 0x165C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1764, symBinAddr: 0x169D84, symSize: 0x24 }
+ - { offsetInCU: 0x945, offset: 0x165C6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwCP', symObjAddr: 0x1788, symBinAddr: 0x169DA8, symSize: 0x30 }
+ - { offsetInCU: 0x959, offset: 0x165C81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwxx', symObjAddr: 0x17B8, symBinAddr: 0x169DD8, symSize: 0x38 }
+ - { offsetInCU: 0x96D, offset: 0x165C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwcp', symObjAddr: 0x17F0, symBinAddr: 0x169E10, symSize: 0x7C }
+ - { offsetInCU: 0x981, offset: 0x165CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwca', symObjAddr: 0x186C, symBinAddr: 0x169E8C, symSize: 0xBC }
+ - { offsetInCU: 0x995, offset: 0x165CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwta', symObjAddr: 0x1944, symBinAddr: 0x169F48, symSize: 0x84 }
+ - { offsetInCU: 0x9A9, offset: 0x165CD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwet', symObjAddr: 0x19C8, symBinAddr: 0x169FCC, symSize: 0x48 }
+ - { offsetInCU: 0x9BD, offset: 0x165CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwst', symObjAddr: 0x1A10, symBinAddr: 0x16A014, symSize: 0x54 }
+ - { offsetInCU: 0x9D1, offset: 0x165CF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVMa', symObjAddr: 0x1A64, symBinAddr: 0x16A068, symSize: 0x10 }
+ - { offsetInCU: 0x9E5, offset: 0x165D0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwet', symObjAddr: 0x1A84, symBinAddr: 0x16A078, symSize: 0x90 }
+ - { offsetInCU: 0x9F9, offset: 0x165D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwst', symObjAddr: 0x1B14, symBinAddr: 0x16A108, symSize: 0xBC }
+ - { offsetInCU: 0xA0D, offset: 0x165D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwug', symObjAddr: 0x1BD0, symBinAddr: 0x16A1C4, symSize: 0x8 }
+ - { offsetInCU: 0xA21, offset: 0x165D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwup', symObjAddr: 0x1BD8, symBinAddr: 0x16A1CC, symSize: 0x4 }
+ - { offsetInCU: 0xA35, offset: 0x165D5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwui', symObjAddr: 0x1BDC, symBinAddr: 0x16A1D0, symSize: 0x8 }
+ - { offsetInCU: 0xA49, offset: 0x165D71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOMa', symObjAddr: 0x1BE4, symBinAddr: 0x16A1D8, symSize: 0x10 }
+ - { offsetInCU: 0xA5D, offset: 0x165D85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASQWb', symObjAddr: 0x1BF4, symBinAddr: 0x16A1E8, symSize: 0x4 }
+ - { offsetInCU: 0xA71, offset: 0x165D99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFSQAAWl', symObjAddr: 0x1BF8, symBinAddr: 0x16A1EC, symSize: 0x44 }
+ - { offsetInCU: 0xA85, offset: 0x165DAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1C3C, symBinAddr: 0x16A230, symSize: 0x4 }
+ - { offsetInCU: 0xA99, offset: 0x165DC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1C40, symBinAddr: 0x16A234, symSize: 0x44 }
+ - { offsetInCU: 0xAAD, offset: 0x165DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1C84, symBinAddr: 0x16A278, symSize: 0x4 }
+ - { offsetInCU: 0xAC1, offset: 0x165DE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1C88, symBinAddr: 0x16A27C, symSize: 0x44 }
+ - { offsetInCU: 0xB28, offset: 0x165E50, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x1687B8, symSize: 0x68 }
+ - { offsetInCU: 0xC02, offset: 0x165F2A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x68, symBinAddr: 0x168820, symSize: 0xC8 }
+ - { offsetInCU: 0xCE7, offset: 0x16600F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x130, symBinAddr: 0x1688E8, symSize: 0x68 }
+ - { offsetInCU: 0xDC1, offset: 0x1660E9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x198, symBinAddr: 0x168950, symSize: 0x68 }
+ - { offsetInCU: 0xE9B, offset: 0x1661C3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x200, symBinAddr: 0x1689B8, symSize: 0x68 }
+ - { offsetInCU: 0xF75, offset: 0x16629D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x268, symBinAddr: 0x168A20, symSize: 0xA4 }
+ - { offsetInCU: 0x1004, offset: 0x16632C, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x30C, symBinAddr: 0x168AC4, symSize: 0x40 }
+ - { offsetInCU: 0x1061, offset: 0x166389, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x34C, symBinAddr: 0x168B04, symSize: 0x40 }
+ - { offsetInCU: 0x10BE, offset: 0x1663E6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x38C, symBinAddr: 0x168B44, symSize: 0x40 }
+ - { offsetInCU: 0x111B, offset: 0x166443, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x3CC, symBinAddr: 0x168B84, symSize: 0x40 }
+ - { offsetInCU: 0x1178, offset: 0x1664A0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls16RecordingOptionsC0I4TypeO_Tgq5', symObjAddr: 0x40C, symBinAddr: 0x168BC4, symSize: 0xDC }
+ - { offsetInCU: 0x11CE, offset: 0x1664F6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x4E8, symBinAddr: 0x168CA0, symSize: 0xA4 }
+ - { offsetInCU: 0x122B, offset: 0x166553, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x58C, symBinAddr: 0x168D44, symSize: 0x7C }
+ - { offsetInCU: 0x126E, offset: 0x166596, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x608, symBinAddr: 0x168DC0, symSize: 0xA0 }
+ - { offsetInCU: 0x12DB, offset: 0x166603, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x6A8, symBinAddr: 0x168E60, symSize: 0xC4 }
+ - { offsetInCU: 0x1362, offset: 0x16668A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x76C, symBinAddr: 0x168F24, symSize: 0x64 }
+ - { offsetInCU: 0x13DE, offset: 0x166706, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x7D0, symBinAddr: 0x168F88, symSize: 0x64 }
+ - { offsetInCU: 0x145A, offset: 0x166782, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x834, symBinAddr: 0x168FEC, symSize: 0x64 }
+ - { offsetInCU: 0x14D6, offset: 0x1667FE, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x898, symBinAddr: 0x169050, symSize: 0x64 }
+ - { offsetInCU: 0x1552, offset: 0x16687A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBAC, symBinAddr: 0x169364, symSize: 0xC }
+ - { offsetInCU: 0x156E, offset: 0x166896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH9hashValueSivgTW', symObjAddr: 0xBB8, symBinAddr: 0x169370, symSize: 0x8 }
+ - { offsetInCU: 0x158A, offset: 0x1668B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBC0, symBinAddr: 0x169378, symSize: 0x8 }
+ - { offsetInCU: 0x159E, offset: 0x1668C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBC8, symBinAddr: 0x169380, symSize: 0x8 }
+ - { offsetInCU: 0x15B8, offset: 0x1668E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCE4, symBinAddr: 0x16949C, symSize: 0x28 }
+ - { offsetInCU: 0x15D4, offset: 0x1668FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xD0C, symBinAddr: 0x1694C4, symSize: 0x28 }
+ - { offsetInCU: 0x162C, offset: 0x166954, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4d_n', symObjAddr: 0x10F4, symBinAddr: 0x1698AC, symSize: 0x48 }
+ - { offsetInCU: 0x16B1, offset: 0x1669D9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x113C, symBinAddr: 0x1698F4, symSize: 0x10 }
+ - { offsetInCU: 0x16D1, offset: 0x1669F9, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x113C, symBinAddr: 0x1698F4, symSize: 0x10 }
+ - { offsetInCU: 0x16E2, offset: 0x166A0A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x114C, symBinAddr: 0x169904, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0x166D23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callId04isOnD010wasRelayedACSS_S2btcfC', symObjAddr: 0x0, symBinAddr: 0x16A2C0, symSize: 0xB4 }
+ - { offsetInCU: 0x4B, offset: 0x166D47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvpZ', symObjAddr: 0x5AF8, symBinAddr: 0x2C8E38, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x166D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callId04isOnD010wasRelayedACSS_S2btcfC', symObjAddr: 0x0, symBinAddr: 0x16A2C0, symSize: 0xB4 }
+ - { offsetInCU: 0xBC, offset: 0x166DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x114, symBinAddr: 0x16A3D4, symSize: 0x40 }
+ - { offsetInCU: 0xDD, offset: 0x166DD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callIdSSvg', symObjAddr: 0x154, symBinAddr: 0x16A414, symSize: 0x2C }
+ - { offsetInCU: 0xF9, offset: 0x166DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x180, symBinAddr: 0x16A440, symSize: 0x8 }
+ - { offsetInCU: 0x115, offset: 0x166E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV9requestIdSSvg', symObjAddr: 0x188, symBinAddr: 0x16A448, symSize: 0x2C }
+ - { offsetInCU: 0x129, offset: 0x166E25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV04isOnD0Sbvg', symObjAddr: 0x1B4, symBinAddr: 0x16A474, symSize: 0x8 }
+ - { offsetInCU: 0x145, offset: 0x166E41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10wasRelayedSbvg', symObjAddr: 0x1BC, symBinAddr: 0x16A47C, symSize: 0x8 }
+ - { offsetInCU: 0x161, offset: 0x166E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C4, symBinAddr: 0x16A484, symSize: 0x1E8 }
+ - { offsetInCU: 0x1D4, offset: 0x166ED0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x498, symBinAddr: 0x16A66C, symSize: 0x8 }
+ - { offsetInCU: 0x1FF, offset: 0x166EFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x554, symBinAddr: 0x16A728, symSize: 0x40 }
+ - { offsetInCU: 0x245, offset: 0x166F41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x594, symBinAddr: 0x16A768, symSize: 0x2C }
+ - { offsetInCU: 0x277, offset: 0x166F73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x768, symBinAddr: 0x16A8F8, symSize: 0x38 }
+ - { offsetInCU: 0x29B, offset: 0x166F97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultType_WZ', symObjAddr: 0xB4, symBinAddr: 0x16A374, symSize: 0x20 }
+ - { offsetInCU: 0x2B5, offset: 0x166FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xD4, symBinAddr: 0x16A394, symSize: 0x40 }
+ - { offsetInCU: 0x2DA, offset: 0x166FD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x4A0, symBinAddr: 0x16A674, symSize: 0x24 }
+ - { offsetInCU: 0x2EE, offset: 0x166FEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA13WSRequestableAAWl', symObjAddr: 0x4C4, symBinAddr: 0x16A698, symSize: 0x44 }
+ - { offsetInCU: 0x302, offset: 0x166FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x508, symBinAddr: 0x16A6DC, symSize: 0x4 }
+ - { offsetInCU: 0x316, offset: 0x167012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x50C, symBinAddr: 0x16A6E0, symSize: 0x48 }
+ - { offsetInCU: 0x32A, offset: 0x167026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13WSRequestableAAWI', symObjAddr: 0x5C0, symBinAddr: 0x16A794, symSize: 0x24 }
+ - { offsetInCU: 0x33E, offset: 0x16703A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA11RequestableAAWI', symObjAddr: 0x628, symBinAddr: 0x16A7B8, symSize: 0x2C }
+ - { offsetInCU: 0x352, offset: 0x16704E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA0E0AAWl', symObjAddr: 0x654, symBinAddr: 0x16A7E4, symSize: 0x44 }
+ - { offsetInCU: 0x366, offset: 0x167062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x698, symBinAddr: 0x16A828, symSize: 0x44 }
+ - { offsetInCU: 0x37A, offset: 0x167076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0AAWI', symObjAddr: 0x6DC, symBinAddr: 0x16A86C, symSize: 0x24 }
+ - { offsetInCU: 0x38E, offset: 0x16708A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x16A890, symSize: 0x44 }
+ - { offsetInCU: 0x3A2, offset: 0x16709E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x744, symBinAddr: 0x16A8D4, symSize: 0x24 }
+ - { offsetInCU: 0x3B6, offset: 0x1670B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwCP', symObjAddr: 0x7A0, symBinAddr: 0x16A930, symSize: 0x30 }
+ - { offsetInCU: 0x3CA, offset: 0x1670C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwxx', symObjAddr: 0x7D0, symBinAddr: 0x16A960, symSize: 0x28 }
+ - { offsetInCU: 0x3DE, offset: 0x1670DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwcp', symObjAddr: 0x7F8, symBinAddr: 0x16A988, symSize: 0x4C }
+ - { offsetInCU: 0x3F2, offset: 0x1670EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwca', symObjAddr: 0x844, symBinAddr: 0x16A9D4, symSize: 0x84 }
+ - { offsetInCU: 0x406, offset: 0x167102, size: 0x8, addend: 0x0, symName: ___swift_memcpy42_8, symObjAddr: 0x8C8, symBinAddr: 0x16AA58, symSize: 0x14 }
+ - { offsetInCU: 0x41A, offset: 0x167116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwta', symObjAddr: 0x8DC, symBinAddr: 0x16AA6C, symSize: 0x5C }
+ - { offsetInCU: 0x42E, offset: 0x16712A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwet', symObjAddr: 0x938, symBinAddr: 0x16AAC8, symSize: 0x48 }
+ - { offsetInCU: 0x442, offset: 0x16713E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwst', symObjAddr: 0x980, symBinAddr: 0x16AB10, symSize: 0x4C }
+ - { offsetInCU: 0x456, offset: 0x167152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVMa', symObjAddr: 0x9CC, symBinAddr: 0x16AB5C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1673C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10callSignalSayAA0dE0CGvg', symObjAddr: 0x0, symBinAddr: 0x16AB6C, symSize: 0x8 }
+ - { offsetInCU: 0x73, offset: 0x1673EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x8, symBinAddr: 0x16AB74, symSize: 0x58 }
+ - { offsetInCU: 0xAC, offset: 0x167427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xA0, symBinAddr: 0x16ABCC, symSize: 0x58 }
+ - { offsetInCU: 0xE2, offset: 0x16745D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xF8, symBinAddr: 0x16AC24, symSize: 0x8 }
+ - { offsetInCU: 0x109, offset: 0x167484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x100, symBinAddr: 0x16AC2C, symSize: 0xC }
+ - { offsetInCU: 0x131, offset: 0x1674AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x10C, symBinAddr: 0x16AC38, symSize: 0x4 }
+ - { offsetInCU: 0x145, offset: 0x1674C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x110, symBinAddr: 0x16AC3C, symSize: 0x4 }
+ - { offsetInCU: 0x177, offset: 0x1674F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x27C, symBinAddr: 0x16ADA8, symSize: 0x64 }
+ - { offsetInCU: 0x1AB, offset: 0x167526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x2E0, symBinAddr: 0x16AE0C, symSize: 0x24 }
+ - { offsetInCU: 0x1E3, offset: 0x16755E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x304, symBinAddr: 0x16AE30, symSize: 0x4 }
+ - { offsetInCU: 0x203, offset: 0x16757E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x304, symBinAddr: 0x16AE30, symSize: 0x4 }
+ - { offsetInCU: 0x22E, offset: 0x1675A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x308, symBinAddr: 0x16AE34, symSize: 0x68 }
+ - { offsetInCU: 0x279, offset: 0x1675F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x370, symBinAddr: 0x16AE9C, symSize: 0xC }
+ - { offsetInCU: 0x295, offset: 0x167610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x37C, symBinAddr: 0x16AEA8, symSize: 0xC }
+ - { offsetInCU: 0x2B1, offset: 0x16762C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x75C, symBinAddr: 0x16B288, symSize: 0x20 }
+ - { offsetInCU: 0x2CE, offset: 0x167649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3D8, symBinAddr: 0x16AF04, symSize: 0x4C }
+ - { offsetInCU: 0x2F3, offset: 0x16766E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x424, symBinAddr: 0x16AF50, symSize: 0x138 }
+ - { offsetInCU: 0x34F, offset: 0x1676CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4find6callIdAA0dE0CSgSS_tF', symObjAddr: 0x55C, symBinAddr: 0x16B088, symSize: 0x6C }
+ - { offsetInCU: 0x3CF, offset: 0x16774A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCfd', symObjAddr: 0x5C8, symBinAddr: 0x16B0F4, symSize: 0x1C }
+ - { offsetInCU: 0x40A, offset: 0x167785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCfD', symObjAddr: 0x5E4, symBinAddr: 0x16B110, symSize: 0x24 }
+ - { offsetInCU: 0x455, offset: 0x1677D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x608, symBinAddr: 0x16B134, symSize: 0x2C }
+ - { offsetInCU: 0x53F, offset: 0x1678BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x7A0, symBinAddr: 0x16B2A8, symSize: 0x44 }
+ - { offsetInCU: 0x553, offset: 0x1678CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCMa', symObjAddr: 0x7E4, symBinAddr: 0x16B2EC, symSize: 0x20 }
+ - { offsetInCU: 0x567, offset: 0x1678E2, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11CommandListCGSayxGSesSeRzlWl', symObjAddr: 0x824, symBinAddr: 0x16B30C, symSize: 0x80 }
+ - { offsetInCU: 0x57B, offset: 0x1678F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8E8, symBinAddr: 0x16B38C, symSize: 0x4 }
+ - { offsetInCU: 0x58F, offset: 0x16790A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8EC, symBinAddr: 0x16B390, symSize: 0x44 }
+ - { offsetInCU: 0x5A3, offset: 0x16791E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x16B3D4, symSize: 0x4 }
+ - { offsetInCU: 0x5B7, offset: 0x167932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x934, symBinAddr: 0x16B3D8, symSize: 0x44 }
+ - { offsetInCU: 0x5CB, offset: 0x167946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x978, symBinAddr: 0x16B41C, symSize: 0x4 }
+ - { offsetInCU: 0x5DF, offset: 0x16795A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x97C, symBinAddr: 0x16B420, symSize: 0x44 }
+ - { offsetInCU: 0x5F3, offset: 0x16796E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA14APIRespondableAAWI', symObjAddr: 0x9C0, symBinAddr: 0x16B464, symSize: 0x3C }
+ - { offsetInCU: 0x607, offset: 0x167982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA11RespondableAAWI', symObjAddr: 0x9FC, symBinAddr: 0x16B4A0, symSize: 0x5C }
+ - { offsetInCU: 0x61B, offset: 0x167996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA0F0AAWI', symObjAddr: 0xA58, symBinAddr: 0x16B4FC, symSize: 0x3C }
+ - { offsetInCU: 0x62F, offset: 0x1679AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xAD4, symBinAddr: 0x16B578, symSize: 0x3C }
+ - { offsetInCU: 0x643, offset: 0x1679BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwet', symObjAddr: 0xB48, symBinAddr: 0x16B5E4, symSize: 0x50 }
+ - { offsetInCU: 0x657, offset: 0x1679D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwst', symObjAddr: 0xB98, symBinAddr: 0x16B634, symSize: 0x8C }
+ - { offsetInCU: 0x66B, offset: 0x1679E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwug', symObjAddr: 0xC24, symBinAddr: 0x16B6C0, symSize: 0x8 }
+ - { offsetInCU: 0x67F, offset: 0x1679FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwup', symObjAddr: 0xC2C, symBinAddr: 0x16B6C8, symSize: 0x4 }
+ - { offsetInCU: 0x693, offset: 0x167A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwui', symObjAddr: 0xC30, symBinAddr: 0x16B6CC, symSize: 0x4 }
+ - { offsetInCU: 0x6A7, offset: 0x167A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOMa', symObjAddr: 0xC34, symBinAddr: 0x16B6D0, symSize: 0x10 }
+ - { offsetInCU: 0x6F0, offset: 0x167A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x114, symBinAddr: 0x16AC40, symSize: 0x80 }
+ - { offsetInCU: 0x7D4, offset: 0x167B4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x194, symBinAddr: 0x16ACC0, symSize: 0x58 }
+ - { offsetInCU: 0x87F, offset: 0x167BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1EC, symBinAddr: 0x16AD18, symSize: 0x3C }
+ - { offsetInCU: 0x8E6, offset: 0x167C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x228, symBinAddr: 0x16AD54, symSize: 0x54 }
+ - { offsetInCU: 0x96F, offset: 0x167CEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x388, symBinAddr: 0x16AEB4, symSize: 0x28 }
+ - { offsetInCU: 0x98B, offset: 0x167D06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x3B0, symBinAddr: 0x16AEDC, symSize: 0x28 }
+ - { offsetInCU: 0x9DE, offset: 0x167D59, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11CommandListCG_Tg504$s13de7Calls19gH44ResponseC4find6callIdAA0dE0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x634, symBinAddr: 0x16B160, symSize: 0x128 }
+ - { offsetInCU: 0x3F, offset: 0x1680FD, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCallsE1doiyS2d_SitFZ', symObjAddr: 0x0, symBinAddr: 0x16B6E0, symSize: 0xC }
+ - { offsetInCU: 0x6D, offset: 0x16812B, size: 0x8, addend: 0x0, symName: '_$ss5Int64V13SendBirdCallsE1doiyA2B_SitFZ', symObjAddr: 0xC, symBinAddr: 0x16B6EC, symSize: 0x28 }
+ - { offsetInCU: 0xFB, offset: 0x1681B9, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCalls9DividableA2aBP1doiyxx_SitFZTW', symObjAddr: 0x78, symBinAddr: 0x16B758, symSize: 0x14 }
+ - { offsetInCU: 0x16C, offset: 0x16822A, size: 0x8, addend: 0x0, symName: '_$ss5Int64V13SendBirdCalls9DividableA2cDP1doiyxx_SitFZTW', symObjAddr: 0xD0, symBinAddr: 0x16B7B0, symSize: 0x2C }
+ - { offsetInCU: 0x1E9, offset: 0x1682A7, size: 0x8, addend: 0x0, symName: '_$sSi13SendBirdCalls9DividableA2aBP1doiyxx_SitFZTW', symObjAddr: 0x38, symBinAddr: 0x16B718, symSize: 0x2C }
+ - { offsetInCU: 0x24A, offset: 0x168308, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCalls9DividableA2aBP1doiyxx_xtFZTW', symObjAddr: 0x64, symBinAddr: 0x16B744, symSize: 0x14 }
+ - { offsetInCU: 0x4F, offset: 0x168554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfc', symObjAddr: 0x0, symBinAddr: 0x16B7EC, symSize: 0x64 }
+ - { offsetInCU: 0x63, offset: 0x168568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x64, symBinAddr: 0x16B850, symSize: 0x410 }
+ - { offsetInCU: 0xBF, offset: 0x1685C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6encode2toys7Encoder_p_tKF', symObjAddr: 0x474, symBinAddr: 0x16BC60, symSize: 0x264 }
+ - { offsetInCU: 0xFE, offset: 0x168603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8nicknameSSSgvM', symObjAddr: 0x6F0, symBinAddr: 0x16BEDC, symSize: 0x44 }
+ - { offsetInCU: 0x12D, offset: 0x168632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10profileURLSSSgvM', symObjAddr: 0x7F4, symBinAddr: 0x16BFE0, symSize: 0x44 }
+ - { offsetInCU: 0x15C, offset: 0x168661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10profileURLSSSgvM.resume.0', symObjAddr: 0x838, symBinAddr: 0x16C024, symSize: 0x4 }
+ - { offsetInCU: 0x187, offset: 0x16868C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvg', symObjAddr: 0x83C, symBinAddr: 0x16C028, symSize: 0x48 }
+ - { offsetInCU: 0x1A6, offset: 0x1686AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvs', symObjAddr: 0x884, symBinAddr: 0x16C070, symSize: 0x50 }
+ - { offsetInCU: 0x1CF, offset: 0x1686D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvM', symObjAddr: 0x8D4, symBinAddr: 0x16C0C0, symSize: 0x44 }
+ - { offsetInCU: 0x1FE, offset: 0x168703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvg', symObjAddr: 0x918, symBinAddr: 0x16C104, symSize: 0x44 }
+ - { offsetInCU: 0x21D, offset: 0x168722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvs', symObjAddr: 0x95C, symBinAddr: 0x16C148, symSize: 0x48 }
+ - { offsetInCU: 0x242, offset: 0x168747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvM', symObjAddr: 0x9A4, symBinAddr: 0x16C190, symSize: 0x44 }
+ - { offsetInCU: 0x280, offset: 0x168785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfC', symObjAddr: 0x9E8, symBinAddr: 0x16C1D4, symSize: 0xB0 }
+ - { offsetInCU: 0x2C8, offset: 0x1687CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userIdSSvgTo', symObjAddr: 0xA98, symBinAddr: 0x16C284, symSize: 0x4C }
+ - { offsetInCU: 0x303, offset: 0x168808, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userIdSSvg', symObjAddr: 0xAE4, symBinAddr: 0x16C2D0, symSize: 0x38 }
+ - { offsetInCU: 0x340, offset: 0x168845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvgTo', symObjAddr: 0xC38, symBinAddr: 0x16C424, symSize: 0x80 }
+ - { offsetInCU: 0x3A7, offset: 0x1688AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvsTo', symObjAddr: 0xCB8, symBinAddr: 0x16C4A4, symSize: 0x7C }
+ - { offsetInCU: 0x40A, offset: 0x16890F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvgTo', symObjAddr: 0xD34, symBinAddr: 0x16C520, symSize: 0x44 }
+ - { offsetInCU: 0x471, offset: 0x168976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvsTo', symObjAddr: 0xD78, symBinAddr: 0x16C564, symSize: 0x48 }
+ - { offsetInCU: 0x4AE, offset: 0x1689B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDC0, symBinAddr: 0x16C5AC, symSize: 0x40 }
+ - { offsetInCU: 0x4E5, offset: 0x1689EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO8rawValueSSvg', symObjAddr: 0xE00, symBinAddr: 0x16C5EC, symSize: 0x20 }
+ - { offsetInCU: 0x51E, offset: 0x168A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO11stringValueSSvg', symObjAddr: 0xE20, symBinAddr: 0x16C60C, symSize: 0x20 }
+ - { offsetInCU: 0x54C, offset: 0x168A51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO11stringValueSSvg', symObjAddr: 0xE20, symBinAddr: 0x16C60C, symSize: 0x20 }
+ - { offsetInCU: 0x5A0, offset: 0x168AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xE64, symBinAddr: 0x16C650, symSize: 0x64 }
+ - { offsetInCU: 0x606, offset: 0x168B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xEC8, symBinAddr: 0x16C6B4, symSize: 0x28 }
+ - { offsetInCU: 0x622, offset: 0x168B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xEF0, symBinAddr: 0x16C6DC, symSize: 0x8 }
+ - { offsetInCU: 0x658, offset: 0x168B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xEF8, symBinAddr: 0x16C6E4, symSize: 0x68 }
+ - { offsetInCU: 0x6DD, offset: 0x168BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xF60, symBinAddr: 0x16C74C, symSize: 0xC }
+ - { offsetInCU: 0x6F9, offset: 0x168BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF6C, symBinAddr: 0x16C758, symSize: 0xC }
+ - { offsetInCU: 0x717, offset: 0x168C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfC', symObjAddr: 0xFC8, symBinAddr: 0x16C7B4, symSize: 0x20 }
+ - { offsetInCU: 0x735, offset: 0x168C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfc', symObjAddr: 0xFE8, symBinAddr: 0x16C7D4, symSize: 0x2C }
+ - { offsetInCU: 0x798, offset: 0x168C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfcTo', symObjAddr: 0x1014, symBinAddr: 0x16C800, symSize: 0x2C }
+ - { offsetInCU: 0x7FF, offset: 0x168D04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCfD', symObjAddr: 0x1040, symBinAddr: 0x16C82C, symSize: 0x30 }
+ - { offsetInCU: 0x82C, offset: 0x168D31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10D4, symBinAddr: 0x16C8C0, symSize: 0x2C }
+ - { offsetInCU: 0x84F, offset: 0x168D54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1100, symBinAddr: 0x16C8EC, symSize: 0x38 }
+ - { offsetInCU: 0x883, offset: 0x168D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfcTf4ggggnn_n', symObjAddr: 0x1754, symBinAddr: 0x16CF40, symSize: 0x1A0 }
+ - { offsetInCU: 0x919, offset: 0x168E1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCfETo', symObjAddr: 0x1070, symBinAddr: 0x16C85C, symSize: 0x64 }
+ - { offsetInCU: 0x966, offset: 0x168E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4hashSivgTo', symObjAddr: 0x1138, symBinAddr: 0x16C924, symSize: 0x54 }
+ - { offsetInCU: 0x99B, offset: 0x168EA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4hashSivg', symObjAddr: 0x118C, symBinAddr: 0x16C978, symSize: 0x14 }
+ - { offsetInCU: 0x9C3, offset: 0x168EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC7isEqualySbypSgF', symObjAddr: 0x11A0, symBinAddr: 0x16C98C, symSize: 0x2DC }
+ - { offsetInCU: 0xAAC, offset: 0x168FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC7isEqualySbypSgFTo', symObjAddr: 0x147C, symBinAddr: 0x16CC68, symSize: 0x80 }
+ - { offsetInCU: 0xAC8, offset: 0x168FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x14FC, symBinAddr: 0x16CCE8, symSize: 0x128 }
+ - { offsetInCU: 0xB79, offset: 0x16907E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0x1624, symBinAddr: 0x16CE10, symSize: 0x130 }
+ - { offsetInCU: 0xBD9, offset: 0x1690DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs0E3KeyAAWl', symObjAddr: 0x1958, symBinAddr: 0x16D0E0, symSize: 0x44 }
+ - { offsetInCU: 0xBED, offset: 0x1690F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCMa', symObjAddr: 0x19BC, symBinAddr: 0x16D124, symSize: 0x20 }
+ - { offsetInCU: 0xC01, offset: 0x169106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwet', symObjAddr: 0x1EE8, symBinAddr: 0x16D574, symSize: 0x90 }
+ - { offsetInCU: 0xC15, offset: 0x16911A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwst', symObjAddr: 0x1F78, symBinAddr: 0x16D604, symSize: 0xBC }
+ - { offsetInCU: 0xC29, offset: 0x16912E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwug', symObjAddr: 0x2034, symBinAddr: 0x16D6C0, symSize: 0x8 }
+ - { offsetInCU: 0xC3D, offset: 0x169142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwup', symObjAddr: 0x203C, symBinAddr: 0x16D6C8, symSize: 0x4 }
+ - { offsetInCU: 0xC51, offset: 0x169156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwui', symObjAddr: 0x2040, symBinAddr: 0x16D6CC, symSize: 0x8 }
+ - { offsetInCU: 0xC65, offset: 0x16916A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOMa', symObjAddr: 0x2048, symBinAddr: 0x16D6D4, symSize: 0x10 }
+ - { offsetInCU: 0xC79, offset: 0x16917E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASQWb', symObjAddr: 0x2058, symBinAddr: 0x16D6E4, symSize: 0x4 }
+ - { offsetInCU: 0xC8D, offset: 0x169192, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFSQAAWl', symObjAddr: 0x205C, symBinAddr: 0x16D6E8, symSize: 0x44 }
+ - { offsetInCU: 0xCA1, offset: 0x1691A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20A0, symBinAddr: 0x16D72C, symSize: 0x4 }
+ - { offsetInCU: 0xCB5, offset: 0x1691BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20A4, symBinAddr: 0x16D730, symSize: 0x44 }
+ - { offsetInCU: 0xCC9, offset: 0x1691CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x20E8, symBinAddr: 0x16D774, symSize: 0x4 }
+ - { offsetInCU: 0xCDD, offset: 0x1691E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x20EC, symBinAddr: 0x16D778, symSize: 0x44 }
+ - { offsetInCU: 0xD28, offset: 0x16922D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE40, symBinAddr: 0x16C62C, symSize: 0xC }
+ - { offsetInCU: 0xD44, offset: 0x169249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH9hashValueSivgTW', symObjAddr: 0xE4C, symBinAddr: 0x16C638, symSize: 0x8 }
+ - { offsetInCU: 0xD60, offset: 0x169265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xE54, symBinAddr: 0x16C640, symSize: 0x8 }
+ - { offsetInCU: 0xD7C, offset: 0x169281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE5C, symBinAddr: 0x16C648, symSize: 0x8 }
+ - { offsetInCU: 0xD9E, offset: 0x1692A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xF78, symBinAddr: 0x16C764, symSize: 0x28 }
+ - { offsetInCU: 0xDBA, offset: 0x1692BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xFA0, symBinAddr: 0x16C78C, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x1695D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callId06customF04modeACSS_SDyS2SGAC4ModeOtcfC', symObjAddr: 0x0, symBinAddr: 0x16D7C8, symSize: 0x1C }
+ - { offsetInCU: 0xA0, offset: 0x169627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0x7C, symBinAddr: 0x16D844, symSize: 0x68 }
+ - { offsetInCU: 0xC1, offset: 0x169648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0xE4, symBinAddr: 0x16D8AC, symSize: 0x6C }
+ - { offsetInCU: 0xEA, offset: 0x169671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x150, symBinAddr: 0x16D918, symSize: 0x6C }
+ - { offsetInCU: 0x113, offset: 0x16969A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x1BC, symBinAddr: 0x16D984, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0x1696B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1C0, symBinAddr: 0x16D988, symSize: 0x8 }
+ - { offsetInCU: 0x14B, offset: 0x1696D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C8, symBinAddr: 0x16D990, symSize: 0x8 }
+ - { offsetInCU: 0x15F, offset: 0x1696E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callIdSSvg', symObjAddr: 0x1D0, symBinAddr: 0x16D998, symSize: 0x2C }
+ - { offsetInCU: 0x17B, offset: 0x169702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV06customF0SDyS2SGvg', symObjAddr: 0x1FC, symBinAddr: 0x16D9C4, symSize: 0x8 }
+ - { offsetInCU: 0x197, offset: 0x16971E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4modeAC4ModeOvg', symObjAddr: 0x204, symBinAddr: 0x16D9CC, symSize: 0x8 }
+ - { offsetInCU: 0x1D9, offset: 0x169760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x218, symBinAddr: 0x16D9E0, symSize: 0x6C }
+ - { offsetInCU: 0x20F, offset: 0x169796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x284, symBinAddr: 0x16DA4C, symSize: 0x8 }
+ - { offsetInCU: 0x236, offset: 0x1697BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x28C, symBinAddr: 0x16DA54, symSize: 0xC }
+ - { offsetInCU: 0x25D, offset: 0x1697E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x298, symBinAddr: 0x16DA60, symSize: 0x38 }
+ - { offsetInCU: 0x284, offset: 0x16980B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x2D0, symBinAddr: 0x16DA98, symSize: 0x38 }
+ - { offsetInCU: 0x2AB, offset: 0x169832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x350, symBinAddr: 0x16DB18, symSize: 0x8 }
+ - { offsetInCU: 0x2E1, offset: 0x169868, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x358, symBinAddr: 0x16DB20, symSize: 0x74 }
+ - { offsetInCU: 0x32C, offset: 0x1698B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3CC, symBinAddr: 0x16DB94, symSize: 0xC }
+ - { offsetInCU: 0x348, offset: 0x1698CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3D8, symBinAddr: 0x16DBA0, symSize: 0xC }
+ - { offsetInCU: 0x365, offset: 0x1698EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x434, symBinAddr: 0x16DBFC, symSize: 0x1C }
+ - { offsetInCU: 0x388, offset: 0x16990F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x470, symBinAddr: 0x16DC38, symSize: 0x68 }
+ - { offsetInCU: 0x3BF, offset: 0x169946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x4D8, symBinAddr: 0x16DCA0, symSize: 0x8 }
+ - { offsetInCU: 0x3EA, offset: 0x169971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x4E0, symBinAddr: 0x16DCA8, symSize: 0x8 }
+ - { offsetInCU: 0x432, offset: 0x1699B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4E8, symBinAddr: 0x16DCB0, symSize: 0x1C }
+ - { offsetInCU: 0x46A, offset: 0x1699F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x8A4, symBinAddr: 0x16E06C, symSize: 0xA0 }
+ - { offsetInCU: 0x4DD, offset: 0x169A64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x984, symBinAddr: 0x16E10C, symSize: 0x164 }
+ - { offsetInCU: 0x52A, offset: 0x169AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultType_WZ', symObjAddr: 0x1C, symBinAddr: 0x16D7E4, symSize: 0x20 }
+ - { offsetInCU: 0x544, offset: 0x169ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x3C, symBinAddr: 0x16D804, symSize: 0x40 }
+ - { offsetInCU: 0x575, offset: 0x169AFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeO8rawValueSSvg', symObjAddr: 0x450, symBinAddr: 0x16DC18, symSize: 0x20 }
+ - { offsetInCU: 0x5BE, offset: 0x169B45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xAE8, symBinAddr: 0x16E270, symSize: 0x4 }
+ - { offsetInCU: 0x5D2, offset: 0x169B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xAEC, symBinAddr: 0x16E274, symSize: 0x44 }
+ - { offsetInCU: 0x5E6, offset: 0x169B6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0xB30, symBinAddr: 0x16E2B8, symSize: 0x4 }
+ - { offsetInCU: 0x5FA, offset: 0x169B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0xB34, symBinAddr: 0x16E2BC, symSize: 0x44 }
+ - { offsetInCU: 0x60E, offset: 0x169B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0xB78, symBinAddr: 0x16E300, symSize: 0x4 }
+ - { offsetInCU: 0x622, offset: 0x169BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0xB7C, symBinAddr: 0x16E304, symSize: 0x44 }
+ - { offsetInCU: 0x636, offset: 0x169BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0xBC0, symBinAddr: 0x16E348, symSize: 0x24 }
+ - { offsetInCU: 0x64A, offset: 0x169BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC28, symBinAddr: 0x16E36C, symSize: 0x4 }
+ - { offsetInCU: 0x65E, offset: 0x169BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xC2C, symBinAddr: 0x16E370, symSize: 0x48 }
+ - { offsetInCU: 0x672, offset: 0x169BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xC74, symBinAddr: 0x16E3B8, symSize: 0x2C }
+ - { offsetInCU: 0x686, offset: 0x169C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA0G0AAWl', symObjAddr: 0xCA0, symBinAddr: 0x16E3E4, symSize: 0x44 }
+ - { offsetInCU: 0x69A, offset: 0x169C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xCE4, symBinAddr: 0x16E428, symSize: 0x44 }
+ - { offsetInCU: 0x6AE, offset: 0x169C35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0AAWI', symObjAddr: 0xD28, symBinAddr: 0x16E46C, symSize: 0x24 }
+ - { offsetInCU: 0x6C2, offset: 0x169C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVACSEAAWl', symObjAddr: 0xD4C, symBinAddr: 0x16E490, symSize: 0x44 }
+ - { offsetInCU: 0x6D6, offset: 0x169C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xD90, symBinAddr: 0x16E4D4, symSize: 0x24 }
+ - { offsetInCU: 0x6EA, offset: 0x169C71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSHAASQWb', symObjAddr: 0xDB4, symBinAddr: 0x16E4F8, symSize: 0x4 }
+ - { offsetInCU: 0x6FE, offset: 0x169C85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOAESQAAWl', symObjAddr: 0xDB8, symBinAddr: 0x16E4FC, symSize: 0x44 }
+ - { offsetInCU: 0x712, offset: 0x169C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwCP', symObjAddr: 0xDFC, symBinAddr: 0x16E540, symSize: 0x30 }
+ - { offsetInCU: 0x726, offset: 0x169CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwxx', symObjAddr: 0xE2C, symBinAddr: 0x16E570, symSize: 0x28 }
+ - { offsetInCU: 0x73A, offset: 0x169CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwcp', symObjAddr: 0xE54, symBinAddr: 0x16E598, symSize: 0x4C }
+ - { offsetInCU: 0x74E, offset: 0x169CD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwca', symObjAddr: 0xEA0, symBinAddr: 0x16E5E4, symSize: 0x74 }
+ - { offsetInCU: 0x762, offset: 0x169CE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwta', symObjAddr: 0xF28, symBinAddr: 0x16E658, symSize: 0x54 }
+ - { offsetInCU: 0x776, offset: 0x169CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwet', symObjAddr: 0xF7C, symBinAddr: 0x16E6AC, symSize: 0x48 }
+ - { offsetInCU: 0x78A, offset: 0x169D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwst', symObjAddr: 0xFC4, symBinAddr: 0x16E6F4, symSize: 0x44 }
+ - { offsetInCU: 0x79E, offset: 0x169D25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVMa', symObjAddr: 0x1008, symBinAddr: 0x16E738, symSize: 0x10 }
+ - { offsetInCU: 0x7B2, offset: 0x169D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0x1030, symBinAddr: 0x16E750, symSize: 0x8 }
+ - { offsetInCU: 0x7C6, offset: 0x169D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0x1038, symBinAddr: 0x16E758, symSize: 0x4 }
+ - { offsetInCU: 0x7DA, offset: 0x169D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0x103C, symBinAddr: 0x16E75C, symSize: 0xC }
+ - { offsetInCU: 0x7EE, offset: 0x169D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0x1048, symBinAddr: 0x16E768, symSize: 0x10 }
+ - { offsetInCU: 0x802, offset: 0x169D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOwup', symObjAddr: 0x11AC, symBinAddr: 0x16E8CC, symSize: 0x4 }
+ - { offsetInCU: 0x816, offset: 0x169D9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOMa', symObjAddr: 0x11B0, symBinAddr: 0x16E8D0, symSize: 0x10 }
+ - { offsetInCU: 0x82A, offset: 0x169DB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOAESYAAWl', symObjAddr: 0x11C0, symBinAddr: 0x16E8E0, symSize: 0x44 }
+ - { offsetInCU: 0x83E, offset: 0x169DC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x1204, symBinAddr: 0x16E924, symSize: 0x44 }
+ - { offsetInCU: 0x86F, offset: 0x169DF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x3E4, symBinAddr: 0x16DBAC, symSize: 0x28 }
+ - { offsetInCU: 0x88B, offset: 0x169E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x40C, symBinAddr: 0x16DBD4, symSize: 0x28 }
+ - { offsetInCU: 0x8A7, offset: 0x169E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7FC, symBinAddr: 0x16DFC4, symSize: 0x5C }
+ - { offsetInCU: 0x8CA, offset: 0x169E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x858, symBinAddr: 0x16E020, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x16A0C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x16E970, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x16A0E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x16E970, symSize: 0x58 }
+ - { offsetInCU: 0x67, offset: 0x16A105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callIdSSvg', symObjAddr: 0x58, symBinAddr: 0x16E9C8, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x16A121, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV10gzippedSDPSSSgvg', symObjAddr: 0x84, symBinAddr: 0x16E9F4, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0x16A13D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xB0, symBinAddr: 0x16EA20, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x16A151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xDC, symBinAddr: 0x16EA4C, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x16A16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV9requestIdSSvg', symObjAddr: 0xE4, symBinAddr: 0x16EA54, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x16A181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110, symBinAddr: 0x16EA80, symSize: 0x288 }
+ - { offsetInCU: 0x156, offset: 0x16A1F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x398, symBinAddr: 0x16ED08, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x16A21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x16ED10, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x16A260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3CC, symBinAddr: 0x16ED3C, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x16A292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3F8, symBinAddr: 0x16ED68, symSize: 0x40 }
+ - { offsetInCU: 0x217, offset: 0x16A2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfCTf4gnnd_n', symObjAddr: 0x438, symBinAddr: 0x16EDA8, symSize: 0x12C }
+ - { offsetInCU: 0x277, offset: 0x16A315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x788, symBinAddr: 0x16EED4, symSize: 0x24 }
+ - { offsetInCU: 0x28B, offset: 0x16A329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7AC, symBinAddr: 0x16EEF8, symSize: 0x44 }
+ - { offsetInCU: 0x29F, offset: 0x16A33D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7F0, symBinAddr: 0x16EF3C, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x16A351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13WSRequestableAAWI', symObjAddr: 0x858, symBinAddr: 0x16EF60, symSize: 0x24 }
+ - { offsetInCU: 0x2C7, offset: 0x16A365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8C0, symBinAddr: 0x16EF84, symSize: 0x4 }
+ - { offsetInCU: 0x2DB, offset: 0x16A379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA11RequestableAAWI', symObjAddr: 0x908, symBinAddr: 0x16EF88, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x16A38D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA0E0AAWl', symObjAddr: 0x934, symBinAddr: 0x16EFB4, symSize: 0x44 }
+ - { offsetInCU: 0x303, offset: 0x16A3A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x978, symBinAddr: 0x16EFF8, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x16A3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0AAWI', symObjAddr: 0x9BC, symBinAddr: 0x16F03C, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x16A3C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVACSEAAWl', symObjAddr: 0x9E0, symBinAddr: 0x16F060, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x16A3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA24, symBinAddr: 0x16F0A4, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x16A3F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwCP', symObjAddr: 0xA48, symBinAddr: 0x16F0C8, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x16A405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwxx', symObjAddr: 0xA78, symBinAddr: 0x16F0F8, symSize: 0x38 }
+ - { offsetInCU: 0x37B, offset: 0x16A419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwcp', symObjAddr: 0xAB0, symBinAddr: 0x16F130, symSize: 0x6C }
+ - { offsetInCU: 0x38F, offset: 0x16A42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwca', symObjAddr: 0xB1C, symBinAddr: 0x16F19C, symSize: 0xB4 }
+ - { offsetInCU: 0x3A3, offset: 0x16A441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwta', symObjAddr: 0xBF4, symBinAddr: 0x16F250, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x16A455, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwet', symObjAddr: 0xC60, symBinAddr: 0x16F2BC, symSize: 0x48 }
+ - { offsetInCU: 0x3CB, offset: 0x16A469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwst', symObjAddr: 0xCA8, symBinAddr: 0x16F304, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x16A47D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVMa', symObjAddr: 0xCF8, symBinAddr: 0x16F354, symSize: 0x10 }
+ - { offsetInCU: 0x5C, offset: 0x16A70B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x16F3BC, symSize: 0x3BC }
+ - { offsetInCU: 0xDC, offset: 0x16A78B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO0dE0OAA08DeliveryM0Vtcfc', symObjAddr: 0x598, symBinAddr: 0x16F798, symSize: 0xC0 }
+ - { offsetInCU: 0x123, offset: 0x16A7D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCfd', symObjAddr: 0x658, symBinAddr: 0x16F858, symSize: 0x2C }
+ - { offsetInCU: 0x140, offset: 0x16A7EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivg', symObjAddr: 0x684, symBinAddr: 0x16F884, symSize: 0x30 }
+ - { offsetInCU: 0x15C, offset: 0x16A80B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivs', symObjAddr: 0x6B4, symBinAddr: 0x16F8B4, symSize: 0x3C }
+ - { offsetInCU: 0x178, offset: 0x16A827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivM', symObjAddr: 0x6F0, symBinAddr: 0x16F8F0, symSize: 0x3C }
+ - { offsetInCU: 0x194, offset: 0x16A843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0Ovg', symObjAddr: 0x72C, symBinAddr: 0x16F92C, symSize: 0x30 }
+ - { offsetInCU: 0x1B0, offset: 0x16A85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0Ovs', symObjAddr: 0x75C, symBinAddr: 0x16F95C, symSize: 0x3C }
+ - { offsetInCU: 0x1CC, offset: 0x16A87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0OvM', symObjAddr: 0x798, symBinAddr: 0x16F998, symSize: 0x3C }
+ - { offsetInCU: 0x1E8, offset: 0x16A897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0OvM.resume.0', symObjAddr: 0x7D4, symBinAddr: 0x16F9D4, symSize: 0x4 }
+ - { offsetInCU: 0x204, offset: 0x16A8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvg', symObjAddr: 0x7D8, symBinAddr: 0x16F9D8, symSize: 0x48 }
+ - { offsetInCU: 0x220, offset: 0x16A8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvs', symObjAddr: 0x820, symBinAddr: 0x16FA20, symSize: 0x50 }
+ - { offsetInCU: 0x23C, offset: 0x16A8EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvM', symObjAddr: 0x870, symBinAddr: 0x16FA70, symSize: 0x3C }
+ - { offsetInCU: 0x258, offset: 0x16A907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvg', symObjAddr: 0x8AC, symBinAddr: 0x16FAAC, symSize: 0x48 }
+ - { offsetInCU: 0x274, offset: 0x16A923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvs', symObjAddr: 0x8F4, symBinAddr: 0x16FAF4, symSize: 0x50 }
+ - { offsetInCU: 0x290, offset: 0x16A93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvM', symObjAddr: 0x944, symBinAddr: 0x16FB44, symSize: 0x3C }
+ - { offsetInCU: 0x2AC, offset: 0x16A95B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0Vvg', symObjAddr: 0x980, symBinAddr: 0x16FB80, symSize: 0x4C }
+ - { offsetInCU: 0x2C8, offset: 0x16A977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0Vvs', symObjAddr: 0x9CC, symBinAddr: 0x16FBCC, symSize: 0x50 }
+ - { offsetInCU: 0x2E4, offset: 0x16A993, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0VvM', symObjAddr: 0xA1C, symBinAddr: 0x16FC1C, symSize: 0x3C }
+ - { offsetInCU: 0x335, offset: 0x16A9E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xA58, symBinAddr: 0x16FC58, symSize: 0x5C }
+ - { offsetInCU: 0x38D, offset: 0x16AA3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xAB4, symBinAddr: 0x16FCB4, symSize: 0x5C }
+ - { offsetInCU: 0x3F5, offset: 0x16AAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xB10, symBinAddr: 0x16FD10, symSize: 0x8 }
+ - { offsetInCU: 0x41C, offset: 0x16AACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xB18, symBinAddr: 0x16FD18, symSize: 0xC }
+ - { offsetInCU: 0x443, offset: 0x16AAF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0xB24, symBinAddr: 0x16FD24, symSize: 0x20 }
+ - { offsetInCU: 0x47C, offset: 0x16AB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB44, symBinAddr: 0x16FD44, symSize: 0x20 }
+ - { offsetInCU: 0x4AA, offset: 0x16AB59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0xB44, symBinAddr: 0x16FD44, symSize: 0x20 }
+ - { offsetInCU: 0x4D5, offset: 0x16AB84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0xCE8, symBinAddr: 0x16FEE8, symSize: 0x64 }
+ - { offsetInCU: 0x53B, offset: 0x16ABEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0xD4C, symBinAddr: 0x16FF4C, symSize: 0x28 }
+ - { offsetInCU: 0x54F, offset: 0x16ABFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD74, symBinAddr: 0x16FF74, symSize: 0x8 }
+ - { offsetInCU: 0x585, offset: 0x16AC34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD7C, symBinAddr: 0x16FF7C, symSize: 0x68 }
+ - { offsetInCU: 0x60A, offset: 0x16ACB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xDE4, symBinAddr: 0x16FFE4, symSize: 0xC }
+ - { offsetInCU: 0x626, offset: 0x16ACD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xDF0, symBinAddr: 0x16FFF0, symSize: 0xC }
+ - { offsetInCU: 0x64D, offset: 0x16ACFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE4C, symBinAddr: 0x17004C, symSize: 0x4C }
+ - { offsetInCU: 0x6C0, offset: 0x16AD6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO0dE0OAA08DeliveryM0VtcfC', symObjAddr: 0xE98, symBinAddr: 0x170098, symSize: 0xD8 }
+ - { offsetInCU: 0x739, offset: 0x16ADE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCfD', symObjAddr: 0xF70, symBinAddr: 0x170170, symSize: 0x34 }
+ - { offsetInCU: 0x77C, offset: 0x16AE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP7versionSivgTW', symObjAddr: 0x107C, symBinAddr: 0x17027C, symSize: 0x28 }
+ - { offsetInCU: 0x798, offset: 0x16AE47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP11commandTypeAA12CommandTypesO0dE0OvgTW', symObjAddr: 0x10A4, symBinAddr: 0x1702A4, symSize: 0x28 }
+ - { offsetInCU: 0x7B4, offset: 0x16AE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP12deliveryInfoAA08DeliveryI0VvgTW', symObjAddr: 0x10CC, symBinAddr: 0x1702CC, symSize: 0x28 }
+ - { offsetInCU: 0x7D0, offset: 0x16AE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1218, symBinAddr: 0x170418, symSize: 0x2C }
+ - { offsetInCU: 0x7F4, offset: 0x16AEA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCMa', symObjAddr: 0x464, symBinAddr: 0x16F778, symSize: 0x20 }
+ - { offsetInCU: 0x829, offset: 0x16AED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xFA4, symBinAddr: 0x1701A4, symSize: 0x4 }
+ - { offsetInCU: 0x83D, offset: 0x16AEEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xFA8, symBinAddr: 0x1701A8, symSize: 0x44 }
+ - { offsetInCU: 0x851, offset: 0x16AF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xFEC, symBinAddr: 0x1701EC, symSize: 0x4 }
+ - { offsetInCU: 0x865, offset: 0x16AF14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xFF0, symBinAddr: 0x1701F0, symSize: 0x44 }
+ - { offsetInCU: 0x879, offset: 0x16AF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1034, symBinAddr: 0x170234, symSize: 0x4 }
+ - { offsetInCU: 0x88D, offset: 0x16AF3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1038, symBinAddr: 0x170238, symSize: 0x44 }
+ - { offsetInCU: 0x8A1, offset: 0x16AF50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableAAWI', symObjAddr: 0x10F4, symBinAddr: 0x1702F4, symSize: 0x34 }
+ - { offsetInCU: 0x8B5, offset: 0x16AF64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA11RespondableAAWI', symObjAddr: 0x1128, symBinAddr: 0x170328, symSize: 0x4C }
+ - { offsetInCU: 0x8C9, offset: 0x16AF78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0F0AAWI', symObjAddr: 0x1174, symBinAddr: 0x170374, symSize: 0x34 }
+ - { offsetInCU: 0x8DD, offset: 0x16AF8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x11E4, symBinAddr: 0x1703E4, symSize: 0x34 }
+ - { offsetInCU: 0x8F1, offset: 0x16AFA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwet', symObjAddr: 0x154C, symBinAddr: 0x17073C, symSize: 0x90 }
+ - { offsetInCU: 0x905, offset: 0x16AFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwst', symObjAddr: 0x15DC, symBinAddr: 0x1707CC, symSize: 0xBC }
+ - { offsetInCU: 0x919, offset: 0x16AFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwug', symObjAddr: 0x1698, symBinAddr: 0x170888, symSize: 0x8 }
+ - { offsetInCU: 0x92D, offset: 0x16AFDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwup', symObjAddr: 0x16A0, symBinAddr: 0x170890, symSize: 0x4 }
+ - { offsetInCU: 0x941, offset: 0x16AFF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwui', symObjAddr: 0x16A4, symBinAddr: 0x170894, symSize: 0x8 }
+ - { offsetInCU: 0x955, offset: 0x16B004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOMa', symObjAddr: 0x16AC, symBinAddr: 0x17089C, symSize: 0x10 }
+ - { offsetInCU: 0x99E, offset: 0x16B04D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB64, symBinAddr: 0x16FD64, symSize: 0x88 }
+ - { offsetInCU: 0xA4D, offset: 0x16B0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xBEC, symBinAddr: 0x16FDEC, symSize: 0x60 }
+ - { offsetInCU: 0xACB, offset: 0x16B17A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC4C, symBinAddr: 0x16FE4C, symSize: 0x40 }
+ - { offsetInCU: 0xB1D, offset: 0x16B1CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC8C, symBinAddr: 0x16FE8C, symSize: 0x5C }
+ - { offsetInCU: 0xB79, offset: 0x16B228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xDFC, symBinAddr: 0x16FFFC, symSize: 0x28 }
+ - { offsetInCU: 0xB95, offset: 0x16B244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x170024, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x16B4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1708BC, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x16B4C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0xC, symBinAddr: 0x1708C8, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x16B4E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x3C, symBinAddr: 0x1708F8, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x16B4FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x17093C, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x16B519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x170978, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x16B535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x17097C, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x16B55A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x1709C4, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x16B64B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x170CC8, symSize: 0x108 }
+ - { offsetInCU: 0x296, offset: 0x16B6FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6AC, symBinAddr: 0x170DD0, symSize: 0xE0 }
+ - { offsetInCU: 0x37D, offset: 0x16B7E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x78C, symBinAddr: 0x170EB0, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x16B842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B8, symBinAddr: 0x170EDC, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x16B89F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfd', symObjAddr: 0x7EC, symBinAddr: 0x170F10, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x16B8F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfD', symObjAddr: 0x834, symBinAddr: 0x170F44, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x16B949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x870, symBinAddr: 0x170F80, symSize: 0x50 }
+ - { offsetInCU: 0x4FF, offset: 0x16B965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvgTW', symObjAddr: 0x8C4, symBinAddr: 0x170FD4, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x16B981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvsTW', symObjAddr: 0x8EC, symBinAddr: 0x170FFC, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x16B99D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x914, symBinAddr: 0x171024, symSize: 0x50 }
+ - { offsetInCU: 0x562, offset: 0x16B9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x994, symBinAddr: 0x1710A4, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x16B9FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCMa', symObjAddr: 0x4B4, symBinAddr: 0x170CA8, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x16BACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfE', symObjAddr: 0x7E4, symBinAddr: 0x170F08, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x16BD7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x171160, symSize: 0x14 }
+ - { offsetInCU: 0x82, offset: 0x16BDB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO4hash4intoys6HasherVz_tF', symObjAddr: 0x14, symBinAddr: 0x171174, symSize: 0x28 }
+ - { offsetInCU: 0x118, offset: 0x16BE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO9hashValueSivg', symObjAddr: 0x3C, symBinAddr: 0x17119C, symSize: 0x44 }
+ - { offsetInCU: 0x212, offset: 0x16BF40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x80, symBinAddr: 0x1711E0, symSize: 0x14 }
+ - { offsetInCU: 0x232, offset: 0x16BF60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x80, symBinAddr: 0x1711E0, symSize: 0x14 }
+ - { offsetInCU: 0x272, offset: 0x16BFA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH9hashValueSivgTW', symObjAddr: 0x94, symBinAddr: 0x1711F4, symSize: 0x44 }
+ - { offsetInCU: 0x355, offset: 0x16C083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD8, symBinAddr: 0x171238, symSize: 0x28 }
+ - { offsetInCU: 0x3EA, offset: 0x16C118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO2eeoiySbAC_ACtFZ', symObjAddr: 0x140, symBinAddr: 0x1712A0, symSize: 0x18 }
+ - { offsetInCU: 0x41D, offset: 0x16C14B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO4hash4intoys6HasherVz_tF', symObjAddr: 0x158, symBinAddr: 0x1712B8, symSize: 0x28 }
+ - { offsetInCU: 0x4B3, offset: 0x16C1E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO9hashValueSivg', symObjAddr: 0x180, symBinAddr: 0x1712E0, symSize: 0x44 }
+ - { offsetInCU: 0x5AD, offset: 0x16C2DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C4, symBinAddr: 0x171324, symSize: 0x18 }
+ - { offsetInCU: 0x5CD, offset: 0x16C2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C4, symBinAddr: 0x171324, symSize: 0x18 }
+ - { offsetInCU: 0x60D, offset: 0x16C33B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH9hashValueSivgTW', symObjAddr: 0x1DC, symBinAddr: 0x17133C, symSize: 0x44 }
+ - { offsetInCU: 0x6F0, offset: 0x16C41E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x220, symBinAddr: 0x171380, symSize: 0x28 }
+ - { offsetInCU: 0x76F, offset: 0x16C49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvg', symObjAddr: 0x288, symBinAddr: 0x1713E8, symSize: 0x34 }
+ - { offsetInCU: 0x79C, offset: 0x16C4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvs', symObjAddr: 0x2BC, symBinAddr: 0x17141C, symSize: 0x50 }
+ - { offsetInCU: 0x7DB, offset: 0x16C509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvM', symObjAddr: 0x30C, symBinAddr: 0x17146C, symSize: 0x3C }
+ - { offsetInCU: 0x80A, offset: 0x16C538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvg', symObjAddr: 0x348, symBinAddr: 0x1714A8, symSize: 0x34 }
+ - { offsetInCU: 0x837, offset: 0x16C565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvs', symObjAddr: 0x37C, symBinAddr: 0x1714DC, symSize: 0x50 }
+ - { offsetInCU: 0x876, offset: 0x16C5A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvM', symObjAddr: 0x3CC, symBinAddr: 0x17152C, symSize: 0x3C }
+ - { offsetInCU: 0x8A5, offset: 0x16C5D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvM.resume.0', symObjAddr: 0x408, symBinAddr: 0x171568, symSize: 0x4 }
+ - { offsetInCU: 0x8D0, offset: 0x16C5FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvg', symObjAddr: 0x40C, symBinAddr: 0x17156C, symSize: 0x34 }
+ - { offsetInCU: 0x8FD, offset: 0x16C62B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvs', symObjAddr: 0x440, symBinAddr: 0x1715A0, symSize: 0x50 }
+ - { offsetInCU: 0x93C, offset: 0x16C66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvM', symObjAddr: 0x490, symBinAddr: 0x1715F0, symSize: 0x3C }
+ - { offsetInCU: 0x96B, offset: 0x16C699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvg', symObjAddr: 0x4CC, symBinAddr: 0x17162C, symSize: 0x34 }
+ - { offsetInCU: 0x998, offset: 0x16C6C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvs', symObjAddr: 0x500, symBinAddr: 0x171660, symSize: 0x50 }
+ - { offsetInCU: 0x9D7, offset: 0x16C705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvM', symObjAddr: 0x550, symBinAddr: 0x1716B0, symSize: 0x3C }
+ - { offsetInCU: 0xA54, offset: 0x16C782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRate3rtt6jitter3mosACSdSg_A3HtcfC', symObjAddr: 0x58C, symBinAddr: 0x1716EC, symSize: 0x138 }
+ - { offsetInCU: 0xAAF, offset: 0x16C7DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRate3rtt6jitter3mosACSdSg_A3Htcfc', symObjAddr: 0x6C4, symBinAddr: 0x171824, symSize: 0x124 }
+ - { offsetInCU: 0xAF6, offset: 0x16C824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC17connectionQualityAA0dG0Ovg', symObjAddr: 0x7E8, symBinAddr: 0x171948, symSize: 0xD8 }
+ - { offsetInCU: 0xC77, offset: 0x16C9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCfd', symObjAddr: 0x8C0, symBinAddr: 0x171A20, symSize: 0x8 }
+ - { offsetInCU: 0xCA6, offset: 0x16C9D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCfD', symObjAddr: 0x8C8, symBinAddr: 0x171A28, symSize: 0x10 }
+ - { offsetInCU: 0xD09, offset: 0x16CA37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvg', symObjAddr: 0x8D8, symBinAddr: 0x171A38, symSize: 0x34 }
+ - { offsetInCU: 0xD25, offset: 0x16CA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvs', symObjAddr: 0x90C, symBinAddr: 0x171A6C, symSize: 0x44 }
+ - { offsetInCU: 0xD41, offset: 0x16CA6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvM', symObjAddr: 0x950, symBinAddr: 0x171AB0, symSize: 0x3C }
+ - { offsetInCU: 0xD5D, offset: 0x16CA8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvg', symObjAddr: 0x98C, symBinAddr: 0x171AEC, symSize: 0x40 }
+ - { offsetInCU: 0xDA3, offset: 0x16CAD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvs', symObjAddr: 0x9CC, symBinAddr: 0x171B2C, symSize: 0x5C }
+ - { offsetInCU: 0xDF3, offset: 0x16CB21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvM', symObjAddr: 0xA28, symBinAddr: 0x171B88, symSize: 0x60 }
+ - { offsetInCU: 0xE39, offset: 0x16CB67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvM.resume.0', symObjAddr: 0xA88, symBinAddr: 0x171BE8, symSize: 0x78 }
+ - { offsetInCU: 0xE6F, offset: 0x16CB9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvg', symObjAddr: 0xB00, symBinAddr: 0x171C60, symSize: 0x44 }
+ - { offsetInCU: 0xE8B, offset: 0x16CBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvs', symObjAddr: 0xB44, symBinAddr: 0x171CA4, symSize: 0x60 }
+ - { offsetInCU: 0xEA7, offset: 0x16CBD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvM', symObjAddr: 0xBA4, symBinAddr: 0x171D04, symSize: 0x6C }
+ - { offsetInCU: 0xEC3, offset: 0x16CBF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvM.resume.0', symObjAddr: 0xC10, symBinAddr: 0x171D70, symSize: 0x70 }
+ - { offsetInCU: 0xEDF, offset: 0x16CC0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvg', symObjAddr: 0xC80, symBinAddr: 0x171DE0, symSize: 0x44 }
+ - { offsetInCU: 0xEFB, offset: 0x16CC29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvs', symObjAddr: 0xCC4, symBinAddr: 0x171E24, symSize: 0x44 }
+ - { offsetInCU: 0xF17, offset: 0x16CC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvM', symObjAddr: 0xD08, symBinAddr: 0x171E68, symSize: 0x3C }
+ - { offsetInCU: 0xF33, offset: 0x16CC61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvg', symObjAddr: 0xD44, symBinAddr: 0x171EA4, symSize: 0x30 }
+ - { offsetInCU: 0xF4F, offset: 0x16CC7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvs', symObjAddr: 0xD74, symBinAddr: 0x171ED4, symSize: 0x3C }
+ - { offsetInCU: 0xF6B, offset: 0x16CC99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvM', symObjAddr: 0xDB0, symBinAddr: 0x171F10, symSize: 0x3C }
+ - { offsetInCU: 0xF87, offset: 0x16CCB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC04stopF0yyF', symObjAddr: 0xDEC, symBinAddr: 0x171F4C, symSize: 0x58 }
+ - { offsetInCU: 0xFB6, offset: 0x16CCE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tF', symObjAddr: 0xE44, symBinAddr: 0x171FA4, symSize: 0x1FC }
+ - { offsetInCU: 0x101E, offset: 0x16CD4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tFyyScMYccfU_', symObjAddr: 0x107C, symBinAddr: 0x1721A0, symSize: 0x94 }
+ - { offsetInCU: 0x104A, offset: 0x16CD78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC20didStartReconnectingyyF', symObjAddr: 0x1248, symBinAddr: 0x172254, symSize: 0x118 }
+ - { offsetInCU: 0x10EC, offset: 0x16CE1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvg', symObjAddr: 0x1380, symBinAddr: 0x17238C, symSize: 0x30 }
+ - { offsetInCU: 0x1108, offset: 0x16CE36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvs', symObjAddr: 0x13B0, symBinAddr: 0x1723BC, symSize: 0x3C }
+ - { offsetInCU: 0x1124, offset: 0x16CE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvM', symObjAddr: 0x13EC, symBinAddr: 0x1723F8, symSize: 0x3C }
+ - { offsetInCU: 0x1140, offset: 0x16CE6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivg', symObjAddr: 0x1428, symBinAddr: 0x172434, symSize: 0x30 }
+ - { offsetInCU: 0x115C, offset: 0x16CE8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivs', symObjAddr: 0x1458, symBinAddr: 0x172464, symSize: 0x3C }
+ - { offsetInCU: 0x1178, offset: 0x16CEA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivM', symObjAddr: 0x1494, symBinAddr: 0x1724A0, symSize: 0x3C }
+ - { offsetInCU: 0x1194, offset: 0x16CEC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateStats4withyAA12WebRTCClientC09RTPPacketF0C4InfoV_tF', symObjAddr: 0x14D0, symBinAddr: 0x1724DC, symSize: 0x41C }
+ - { offsetInCU: 0x1412, offset: 0x16D140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06notifydE6ChangeyyF', symObjAddr: 0x1D80, symBinAddr: 0x1728F8, symSize: 0x80 }
+ - { offsetInCU: 0x147E, offset: 0x16D1AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06notifydE6ChangeyyFTo', symObjAddr: 0x1E00, symBinAddr: 0x172978, symSize: 0x98 }
+ - { offsetInCU: 0x14C8, offset: 0x16D1F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCfd', symObjAddr: 0x1E98, symBinAddr: 0x172A10, symSize: 0x2C }
+ - { offsetInCU: 0x1503, offset: 0x16D231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCfD', symObjAddr: 0x1EE8, symBinAddr: 0x172A60, symSize: 0x34 }
+ - { offsetInCU: 0x1564, offset: 0x16D292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCACycfC', symObjAddr: 0x1F1C, symBinAddr: 0x172A94, symSize: 0x5C }
+ - { offsetInCU: 0x15A1, offset: 0x16D2CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCACycfc', symObjAddr: 0x1F78, symBinAddr: 0x172AF0, symSize: 0x40 }
+ - { offsetInCU: 0x15BF, offset: 0x16D2ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tFyyScMYccfU_TA', symObjAddr: 0x1110, symBinAddr: 0x172234, symSize: 0x8 }
+ - { offsetInCU: 0x15D3, offset: 0x16D301, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1118, symBinAddr: 0x17223C, symSize: 0x10 }
+ - { offsetInCU: 0x15E7, offset: 0x16D315, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1128, symBinAddr: 0x17224C, symSize: 0x8 }
+ - { offsetInCU: 0x15FB, offset: 0x16D329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCMa', symObjAddr: 0x1360, symBinAddr: 0x17236C, symSize: 0x20 }
+ - { offsetInCU: 0x1752, offset: 0x16D480, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ConnectionQualityDelegate_pSgXwWOh', symObjAddr: 0x1EC4, symBinAddr: 0x172A3C, symSize: 0x24 }
+ - { offsetInCU: 0x1766, offset: 0x16D494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASQWb', symObjAddr: 0x1FB8, symBinAddr: 0x172B30, symSize: 0x4 }
+ - { offsetInCU: 0x177A, offset: 0x16D4A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOACSQAAWl', symObjAddr: 0x1FBC, symBinAddr: 0x172B34, symSize: 0x44 }
+ - { offsetInCU: 0x178E, offset: 0x16D4BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASQWb', symObjAddr: 0x2000, symBinAddr: 0x172B78, symSize: 0x4 }
+ - { offsetInCU: 0x17A2, offset: 0x16D4D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOACSQAAWl', symObjAddr: 0x2004, symBinAddr: 0x172B7C, symSize: 0x44 }
+ - { offsetInCU: 0x17B6, offset: 0x16D4E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwet', symObjAddr: 0x24EC, symBinAddr: 0x173054, symSize: 0x90 }
+ - { offsetInCU: 0x17CA, offset: 0x16D4F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwst', symObjAddr: 0x257C, symBinAddr: 0x1730E4, symSize: 0xBC }
+ - { offsetInCU: 0x17DE, offset: 0x16D50C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwug', symObjAddr: 0x2638, symBinAddr: 0x1731A0, symSize: 0x8 }
+ - { offsetInCU: 0x17F2, offset: 0x16D520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwup', symObjAddr: 0x2640, symBinAddr: 0x1731A8, symSize: 0x4 }
+ - { offsetInCU: 0x1806, offset: 0x16D534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwui', symObjAddr: 0x2644, symBinAddr: 0x1731AC, symSize: 0x8 }
+ - { offsetInCU: 0x181A, offset: 0x16D548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOMa', symObjAddr: 0x264C, symBinAddr: 0x1731B4, symSize: 0x10 }
+ - { offsetInCU: 0x182E, offset: 0x16D55C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwet', symObjAddr: 0x265C, symBinAddr: 0x1731C4, symSize: 0x90 }
+ - { offsetInCU: 0x1842, offset: 0x16D570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwst', symObjAddr: 0x26EC, symBinAddr: 0x173254, symSize: 0xBC }
+ - { offsetInCU: 0x1856, offset: 0x16D584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwug', symObjAddr: 0x27A8, symBinAddr: 0x173310, symSize: 0x8 }
+ - { offsetInCU: 0x186A, offset: 0x16D598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwup', symObjAddr: 0x27B0, symBinAddr: 0x173318, symSize: 0x4 }
+ - { offsetInCU: 0x187E, offset: 0x16D5AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwui', symObjAddr: 0x27B4, symBinAddr: 0x17331C, symSize: 0xC }
+ - { offsetInCU: 0x1892, offset: 0x16D5C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOMa', symObjAddr: 0x27C0, symBinAddr: 0x173328, symSize: 0x10 }
+ - { offsetInCU: 0x18A6, offset: 0x16D5D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCMa', symObjAddr: 0x2918, symBinAddr: 0x173480, symSize: 0x20 }
+ - { offsetInCU: 0x18F8, offset: 0x16D626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x100, symBinAddr: 0x171260, symSize: 0x40 }
+ - { offsetInCU: 0x19C1, offset: 0x16D6EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x248, symBinAddr: 0x1713A8, symSize: 0x40 }
+ - { offsetInCU: 0xC3, offset: 0x16DB0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC7serviceAcA0aB7ServiceC_tcfC', symObjAddr: 0x0, symBinAddr: 0x1735F4, symSize: 0x98 }
+ - { offsetInCU: 0x146, offset: 0x16DB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtF', symObjAddr: 0x98, symBinAddr: 0x17368C, symSize: 0x15C }
+ - { offsetInCU: 0x278, offset: 0x16DCC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtFyycfU_', symObjAddr: 0x1F4, symBinAddr: 0x1737E8, symSize: 0x428 }
+ - { offsetInCU: 0x72F, offset: 0x16E177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC7serviceAcA0aB7ServiceC_tcfc', symObjAddr: 0x61C, symBinAddr: 0x173C10, symSize: 0x84 }
+ - { offsetInCU: 0x794, offset: 0x16E1DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCfd', symObjAddr: 0x76C, symBinAddr: 0x173D60, symSize: 0x24 }
+ - { offsetInCU: 0x7E5, offset: 0x16E22D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCfD', symObjAddr: 0x790, symBinAddr: 0x173D84, symSize: 0x2C }
+ - { offsetInCU: 0x83E, offset: 0x16E286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCAA0dE8DelegateA2aDP08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0M0VAA8SBCErrorCSgtFTW', symObjAddr: 0x7BC, symBinAddr: 0x173DB0, symSize: 0xC }
+ - { offsetInCU: 0x963, offset: 0x16E3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtFyycfU_TA', symObjAddr: 0x734, symBinAddr: 0x173D28, symSize: 0x38 }
+ - { offsetInCU: 0x977, offset: 0x16E3BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCMa', symObjAddr: 0x7C8, symBinAddr: 0x173DBC, symSize: 0x3C }
+ - { offsetInCU: 0x98B, offset: 0x16E3D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCMr', symObjAddr: 0x804, symBinAddr: 0x173DF8, symSize: 0x34 }
+ - { offsetInCU: 0x43, offset: 0x16E700, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvg', symObjAddr: 0x0, symBinAddr: 0x173E4C, symSize: 0x24C }
+ - { offsetInCU: 0x211, offset: 0x16E8CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueSivg', symObjAddr: 0x3E8, symBinAddr: 0x17420C, symSize: 0x4 }
+ - { offsetInCU: 0x23A, offset: 0x16E8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfC', symObjAddr: 0x3EC, symBinAddr: 0x174210, symSize: 0x18 }
+ - { offsetInCU: 0x25D, offset: 0x16E91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x4C4, symBinAddr: 0x1742E8, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0x16E94B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4F4, symBinAddr: 0x174318, symSize: 0xC }
+ - { offsetInCU: 0x2AA, offset: 0x16E967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfCTf4nd_n', symObjAddr: 0x1A6C, symBinAddr: 0x175850, symSize: 0x14C }
+ - { offsetInCU: 0x2F4, offset: 0x16E9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9errorCodeAC05ErrorF0OvgTo', symObjAddr: 0x5A8, symBinAddr: 0x1743CC, symSize: 0x64 }
+ - { offsetInCU: 0x33E, offset: 0x16E9FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9errorCodeAC05ErrorF0Ovg', symObjAddr: 0x60C, symBinAddr: 0x174430, symSize: 0x34 }
+ - { offsetInCU: 0x372, offset: 0x16EA2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfC', symObjAddr: 0x640, symBinAddr: 0x174464, symSize: 0xBC }
+ - { offsetInCU: 0x386, offset: 0x16EA43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc', symObjAddr: 0x6FC, symBinAddr: 0x174520, symSize: 0xD0 }
+ - { offsetInCU: 0x41B, offset: 0x16EAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfcTo', symObjAddr: 0x7CC, symBinAddr: 0x1745F0, symSize: 0x120 }
+ - { offsetInCU: 0x46A, offset: 0x16EB27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9fromErrorACSo7NSErrorC_tcfC', symObjAddr: 0x8EC, symBinAddr: 0x174710, symSize: 0x30 }
+ - { offsetInCU: 0x488, offset: 0x16EB45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9fromErrorACSo7NSErrorC_tcfc', symObjAddr: 0x91C, symBinAddr: 0x174740, symSize: 0x148 }
+ - { offsetInCU: 0x4D7, offset: 0x16EB94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0xA64, symBinAddr: 0x174888, symSize: 0x44 }
+ - { offsetInCU: 0x4F5, offset: 0x16EBB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xAA8, symBinAddr: 0x1748CC, symSize: 0x50 }
+ - { offsetInCU: 0x55A, offset: 0x16EC17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xAF8, symBinAddr: 0x17491C, symSize: 0x44 }
+ - { offsetInCU: 0x59D, offset: 0x16EC5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCfD', symObjAddr: 0xB3C, symBinAddr: 0x174960, symSize: 0x30 }
+ - { offsetInCU: 0x5CB, offset: 0x16EC88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO02asD0AA8SBCErrorCvg', symObjAddr: 0x24C, symBinAddr: 0x174098, symSize: 0x15C }
+ - { offsetInCU: 0x6D5, offset: 0x16ED92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO5error11requestTypeAcA07RequestG0OSg_tFZ', symObjAddr: 0x3D0, symBinAddr: 0x1741F4, symSize: 0x18 }
+ - { offsetInCU: 0x741, offset: 0x16EDFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorO9errorCodeSivg', symObjAddr: 0xB6C, symBinAddr: 0x174990, symSize: 0x10 }
+ - { offsetInCU: 0x76C, offset: 0x16EE29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorO20localizedDescriptionSSvg', symObjAddr: 0xB7C, symBinAddr: 0x1749A0, symSize: 0x3C }
+ - { offsetInCU: 0x7A4, offset: 0x16EE61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallO2eeoiySbAE_AEtFZ', symObjAddr: 0xBC4, symBinAddr: 0x1749E8, symSize: 0x10 }
+ - { offsetInCU: 0x7CC, offset: 0x16EE89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallO4hash4intoys6HasherVz_tF', symObjAddr: 0xBD4, symBinAddr: 0x1749F8, symSize: 0x24 }
+ - { offsetInCU: 0x85D, offset: 0x16EF1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xC40, symBinAddr: 0x174A64, symSize: 0x18 }
+ - { offsetInCU: 0x8C5, offset: 0x16EF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xCA0, symBinAddr: 0x174AC4, symSize: 0x28 }
+ - { offsetInCU: 0x94C, offset: 0x16F009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareO2eeoiySbAE_AEtFZ', symObjAddr: 0xD34, symBinAddr: 0x174B58, symSize: 0x10 }
+ - { offsetInCU: 0x97A, offset: 0x16F037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareO4hash4intoys6HasherVz_tF', symObjAddr: 0xD44, symBinAddr: 0x174B68, symSize: 0x24 }
+ - { offsetInCU: 0xA0F, offset: 0x16F0CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xD6C, symBinAddr: 0x174B90, symSize: 0x14 }
+ - { offsetInCU: 0xA75, offset: 0x16F132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xD84, symBinAddr: 0x174BA8, symSize: 0x28 }
+ - { offsetInCU: 0xB25, offset: 0x16F1E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueAESgSS_tcfC', symObjAddr: 0xE8C, symBinAddr: 0x174CB0, symSize: 0x5C }
+ - { offsetInCU: 0xB6E, offset: 0x16F22B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueSSvg', symObjAddr: 0xEE8, symBinAddr: 0x174D0C, symSize: 0x20 }
+ - { offsetInCU: 0xBAB, offset: 0x16F268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x108C, symBinAddr: 0x174EB0, symSize: 0x64 }
+ - { offsetInCU: 0xC11, offset: 0x16F2CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x10F0, symBinAddr: 0x174F14, symSize: 0x28 }
+ - { offsetInCU: 0xC61, offset: 0x16F31E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO8rawValueSivg', symObjAddr: 0x1118, symBinAddr: 0x174F3C, symSize: 0x4 }
+ - { offsetInCU: 0xC80, offset: 0x16F33D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9errorType33_B80DF7C98112D970C6482B0C6CCF4AF6LLAA8SBCErrorC0D4CodeOvg', symObjAddr: 0x111C, symBinAddr: 0x174F40, symSize: 0x144 }
+ - { offsetInCU: 0xCC9, offset: 0x16F386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6domainSSvg', symObjAddr: 0x1260, symBinAddr: 0x175084, symSize: 0x1C }
+ - { offsetInCU: 0xD38, offset: 0x16F3F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO20localizedDescriptionSSvg', symObjAddr: 0x12BC, symBinAddr: 0x1750A0, symSize: 0x720 }
+ - { offsetInCU: 0x1130, offset: 0x16F7ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCMa', symObjAddr: 0x1CC8, symBinAddr: 0x175AAC, symSize: 0x20 }
+ - { offsetInCU: 0x1144, offset: 0x16F801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASQWb', symObjAddr: 0x1CE8, symBinAddr: 0x175ACC, symSize: 0x4 }
+ - { offsetInCU: 0x1158, offset: 0x16F815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOAESQAAWl', symObjAddr: 0x1CEC, symBinAddr: 0x175AD0, symSize: 0x44 }
+ - { offsetInCU: 0x116C, offset: 0x16F829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOSHAASQWb', symObjAddr: 0x1D30, symBinAddr: 0x175B14, symSize: 0x4 }
+ - { offsetInCU: 0x1180, offset: 0x16F83D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOACSQAAWl', symObjAddr: 0x1D34, symBinAddr: 0x175B18, symSize: 0x44 }
+ - { offsetInCU: 0x1194, offset: 0x16F851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSHAASQWb', symObjAddr: 0x1D78, symBinAddr: 0x175B5C, symSize: 0x4 }
+ - { offsetInCU: 0x11A8, offset: 0x16F865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAESQAAWl', symObjAddr: 0x1D7C, symBinAddr: 0x175B60, symSize: 0x44 }
+ - { offsetInCU: 0x11BC, offset: 0x16F879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAA0aB9ErrorableAAWI', symObjAddr: 0x1DC0, symBinAddr: 0x175BA4, symSize: 0x24 }
+ - { offsetInCU: 0x11D0, offset: 0x16F88D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAEs0D0AAWl', symObjAddr: 0x1DE4, symBinAddr: 0x175BC8, symSize: 0x44 }
+ - { offsetInCU: 0x11E4, offset: 0x16F8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOSHAASQWb', symObjAddr: 0x1E28, symBinAddr: 0x175C0C, symSize: 0x4 }
+ - { offsetInCU: 0x11F8, offset: 0x16F8B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAESQAAWl', symObjAddr: 0x1E2C, symBinAddr: 0x175C10, symSize: 0x44 }
+ - { offsetInCU: 0x120C, offset: 0x16F8C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAA0aB9ErrorableAAWI', symObjAddr: 0x1E70, symBinAddr: 0x175C54, symSize: 0x24 }
+ - { offsetInCU: 0x1220, offset: 0x16F8DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAEs0D0AAWl', symObjAddr: 0x1E94, symBinAddr: 0x175C78, symSize: 0x44 }
+ - { offsetInCU: 0x1234, offset: 0x16F8F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOSHAASQWb', symObjAddr: 0x1ED8, symBinAddr: 0x175CBC, symSize: 0x4 }
+ - { offsetInCU: 0x1248, offset: 0x16F905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAESQAAWl', symObjAddr: 0x1EDC, symBinAddr: 0x175CC0, symSize: 0x44 }
+ - { offsetInCU: 0x125C, offset: 0x16F919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAA0aB9ErrorableAAWI', symObjAddr: 0x1F20, symBinAddr: 0x175D04, symSize: 0x24 }
+ - { offsetInCU: 0x1270, offset: 0x16F92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAEs0D0AAWl', symObjAddr: 0x1F44, symBinAddr: 0x175D28, symSize: 0x44 }
+ - { offsetInCU: 0x1284, offset: 0x16F941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOAA0aB9ErrorableAAWI', symObjAddr: 0x1F88, symBinAddr: 0x175D6C, symSize: 0x24 }
+ - { offsetInCU: 0x1298, offset: 0x16F955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOAEs0D0AAWl', symObjAddr: 0x1FAC, symBinAddr: 0x175D90, symSize: 0x44 }
+ - { offsetInCU: 0x12AC, offset: 0x16F969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOSHAASQWb', symObjAddr: 0x1FF0, symBinAddr: 0x175DD4, symSize: 0x4 }
+ - { offsetInCU: 0x12C0, offset: 0x16F97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAESQAAWl', symObjAddr: 0x1FF4, symBinAddr: 0x175DD8, symSize: 0x44 }
+ - { offsetInCU: 0x12D4, offset: 0x16F991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAA0aB9ErrorableAAWI', symObjAddr: 0x2038, symBinAddr: 0x175E1C, symSize: 0x24 }
+ - { offsetInCU: 0x12E8, offset: 0x16F9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAEs0D0AAWl', symObjAddr: 0x205C, symBinAddr: 0x175E40, symSize: 0x44 }
+ - { offsetInCU: 0x12FC, offset: 0x16F9B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOAA0aB9ErrorableAAWI', symObjAddr: 0x20A0, symBinAddr: 0x175E84, symSize: 0x24 }
+ - { offsetInCU: 0x1310, offset: 0x16F9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOSHAASQWb', symObjAddr: 0x2108, symBinAddr: 0x175EA8, symSize: 0x4 }
+ - { offsetInCU: 0x1324, offset: 0x16F9E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAESQAAWl', symObjAddr: 0x210C, symBinAddr: 0x175EAC, symSize: 0x44 }
+ - { offsetInCU: 0x1338, offset: 0x16F9F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAA0aB9ErrorableAAWI', symObjAddr: 0x2150, symBinAddr: 0x175EF0, symSize: 0x24 }
+ - { offsetInCU: 0x134C, offset: 0x16FA09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAEs0D0AAWl', symObjAddr: 0x2174, symBinAddr: 0x175F14, symSize: 0x44 }
+ - { offsetInCU: 0x1360, offset: 0x16FA1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSHAASQWb', symObjAddr: 0x21B8, symBinAddr: 0x175F58, symSize: 0x4 }
+ - { offsetInCU: 0x1374, offset: 0x16FA31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAESQAAWl', symObjAddr: 0x21BC, symBinAddr: 0x175F5C, symSize: 0x44 }
+ - { offsetInCU: 0x1388, offset: 0x16FA45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAA0aB9ErrorableAAWI', symObjAddr: 0x2200, symBinAddr: 0x175FA0, symSize: 0x24 }
+ - { offsetInCU: 0x139C, offset: 0x16FA59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAEs0D0AAWl', symObjAddr: 0x2224, symBinAddr: 0x175FC4, symSize: 0x44 }
+ - { offsetInCU: 0x13B0, offset: 0x16FA6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOSHAASQWb', symObjAddr: 0x2268, symBinAddr: 0x176008, symSize: 0x4 }
+ - { offsetInCU: 0x13C4, offset: 0x16FA81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAESQAAWl', symObjAddr: 0x226C, symBinAddr: 0x17600C, symSize: 0x44 }
+ - { offsetInCU: 0x13D8, offset: 0x16FA95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAA0aB9ErrorableAAWI', symObjAddr: 0x22B0, symBinAddr: 0x176050, symSize: 0x24 }
+ - { offsetInCU: 0x13EC, offset: 0x16FAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAEs0D0AAWl', symObjAddr: 0x22D4, symBinAddr: 0x176074, symSize: 0x44 }
+ - { offsetInCU: 0x1400, offset: 0x16FABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASQWb', symObjAddr: 0x2318, symBinAddr: 0x1760B8, symSize: 0x4 }
+ - { offsetInCU: 0x1414, offset: 0x16FAD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOAESQAAWl', symObjAddr: 0x231C, symBinAddr: 0x1760BC, symSize: 0x44 }
+ - { offsetInCU: 0x1428, offset: 0x16FAE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOMa', symObjAddr: 0x2390, symBinAddr: 0x176130, symSize: 0x10 }
+ - { offsetInCU: 0x143C, offset: 0x16FAF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOwup', symObjAddr: 0x23B8, symBinAddr: 0x176148, symSize: 0x4 }
+ - { offsetInCU: 0x1450, offset: 0x16FB0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOMa', symObjAddr: 0x23BC, symBinAddr: 0x17614C, symSize: 0x10 }
+ - { offsetInCU: 0x1464, offset: 0x16FB21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOWOy', symObjAddr: 0x23D8, symBinAddr: 0x176168, symSize: 0x24 }
+ - { offsetInCU: 0x1478, offset: 0x16FB35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwxx', symObjAddr: 0x23FC, symBinAddr: 0x17618C, symSize: 0x10 }
+ - { offsetInCU: 0x148C, offset: 0x16FB49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwcp', symObjAddr: 0x2430, symBinAddr: 0x17619C, symSize: 0x44 }
+ - { offsetInCU: 0x14A0, offset: 0x16FB5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwca', symObjAddr: 0x2474, symBinAddr: 0x1761E0, symSize: 0x50 }
+ - { offsetInCU: 0x14B4, offset: 0x16FB71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwta', symObjAddr: 0x24D8, symBinAddr: 0x176230, symSize: 0x3C }
+ - { offsetInCU: 0x14C8, offset: 0x16FB85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwet', symObjAddr: 0x2514, symBinAddr: 0x17626C, symSize: 0x54 }
+ - { offsetInCU: 0x14DC, offset: 0x16FB99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwst', symObjAddr: 0x2568, symBinAddr: 0x1762C0, symSize: 0x54 }
+ - { offsetInCU: 0x14F0, offset: 0x16FBAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwug', symObjAddr: 0x25BC, symBinAddr: 0x176314, symSize: 0xC }
+ - { offsetInCU: 0x1504, offset: 0x16FBC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwup', symObjAddr: 0x25C8, symBinAddr: 0x176320, symSize: 0x10 }
+ - { offsetInCU: 0x1518, offset: 0x16FBD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwui', symObjAddr: 0x25D8, symBinAddr: 0x176330, symSize: 0x14 }
+ - { offsetInCU: 0x152C, offset: 0x16FBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOMa', symObjAddr: 0x25EC, symBinAddr: 0x176344, symSize: 0x10 }
+ - { offsetInCU: 0x1540, offset: 0x16FBFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwug', symObjAddr: 0x2750, symBinAddr: 0x1764A8, symSize: 0x8 }
+ - { offsetInCU: 0x1554, offset: 0x16FC11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwup', symObjAddr: 0x2758, symBinAddr: 0x1764B0, symSize: 0x4 }
+ - { offsetInCU: 0x1568, offset: 0x16FC25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwui', symObjAddr: 0x275C, symBinAddr: 0x1764B4, symSize: 0xC }
+ - { offsetInCU: 0x157C, offset: 0x16FC39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOMa', symObjAddr: 0x2768, symBinAddr: 0x1764C0, symSize: 0x10 }
+ - { offsetInCU: 0x1590, offset: 0x16FC4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwet', symObjAddr: 0x2778, symBinAddr: 0x1764D0, symSize: 0x90 }
+ - { offsetInCU: 0x15A4, offset: 0x16FC61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwst', symObjAddr: 0x2808, symBinAddr: 0x176560, symSize: 0xBC }
+ - { offsetInCU: 0x15B8, offset: 0x16FC75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwup', symObjAddr: 0x28C4, symBinAddr: 0x17661C, symSize: 0x4 }
+ - { offsetInCU: 0x15CC, offset: 0x16FC89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOMa', symObjAddr: 0x28C8, symBinAddr: 0x176620, symSize: 0x10 }
+ - { offsetInCU: 0x15E0, offset: 0x16FC9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwet', symObjAddr: 0x28D8, symBinAddr: 0x176630, symSize: 0x90 }
+ - { offsetInCU: 0x15F4, offset: 0x16FCB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwst', symObjAddr: 0x2968, symBinAddr: 0x1766C0, symSize: 0xBC }
+ - { offsetInCU: 0x1608, offset: 0x16FCC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwup', symObjAddr: 0x2A24, symBinAddr: 0x17677C, symSize: 0x4 }
+ - { offsetInCU: 0x161C, offset: 0x16FCD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOMa', symObjAddr: 0x2A28, symBinAddr: 0x176780, symSize: 0x10 }
+ - { offsetInCU: 0x1630, offset: 0x16FCED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwet', symObjAddr: 0x2A38, symBinAddr: 0x176790, symSize: 0xA0 }
+ - { offsetInCU: 0x1644, offset: 0x16FD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwst', symObjAddr: 0x2AD8, symBinAddr: 0x176830, symSize: 0xC8 }
+ - { offsetInCU: 0x1658, offset: 0x16FD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwug', symObjAddr: 0x2BA0, symBinAddr: 0x1768F8, symSize: 0x24 }
+ - { offsetInCU: 0x166C, offset: 0x16FD29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwup', symObjAddr: 0x2BC4, symBinAddr: 0x17691C, symSize: 0x10 }
+ - { offsetInCU: 0x1680, offset: 0x16FD3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwui', symObjAddr: 0x2BD4, symBinAddr: 0x17692C, symSize: 0x38 }
+ - { offsetInCU: 0x1694, offset: 0x16FD51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOMa', symObjAddr: 0x2C0C, symBinAddr: 0x176964, symSize: 0x10 }
+ - { offsetInCU: 0x16A8, offset: 0x16FD65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwet', symObjAddr: 0x2C1C, symBinAddr: 0x176974, symSize: 0x90 }
+ - { offsetInCU: 0x16BC, offset: 0x16FD79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwst', symObjAddr: 0x2CAC, symBinAddr: 0x176A04, symSize: 0xBC }
+ - { offsetInCU: 0x16D0, offset: 0x16FD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwup', symObjAddr: 0x2D68, symBinAddr: 0x176AC0, symSize: 0x4 }
+ - { offsetInCU: 0x16E4, offset: 0x16FDA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOMa', symObjAddr: 0x2D6C, symBinAddr: 0x176AC4, symSize: 0x10 }
+ - { offsetInCU: 0x16F8, offset: 0x16FDB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwxx', symObjAddr: 0x2DCC, symBinAddr: 0x176B24, symSize: 0x10 }
+ - { offsetInCU: 0x170C, offset: 0x16FDC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwcp', symObjAddr: 0x2DDC, symBinAddr: 0x176B34, symSize: 0x44 }
+ - { offsetInCU: 0x1720, offset: 0x16FDDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwca', symObjAddr: 0x2E20, symBinAddr: 0x176B78, symSize: 0x50 }
+ - { offsetInCU: 0x1734, offset: 0x16FDF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwta', symObjAddr: 0x2E70, symBinAddr: 0x176BC8, symSize: 0x3C }
+ - { offsetInCU: 0x1748, offset: 0x16FE05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwet', symObjAddr: 0x2EAC, symBinAddr: 0x176C04, symSize: 0x48 }
+ - { offsetInCU: 0x175C, offset: 0x16FE19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwst', symObjAddr: 0x2EF4, symBinAddr: 0x176C4C, symSize: 0x44 }
+ - { offsetInCU: 0x1770, offset: 0x16FE2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwug', symObjAddr: 0x2F38, symBinAddr: 0x176C90, symSize: 0x18 }
+ - { offsetInCU: 0x1784, offset: 0x16FE41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwup', symObjAddr: 0x2F50, symBinAddr: 0x176CA8, symSize: 0x4 }
+ - { offsetInCU: 0x1798, offset: 0x16FE55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwui', symObjAddr: 0x2F54, symBinAddr: 0x176CAC, symSize: 0x18 }
+ - { offsetInCU: 0x17AC, offset: 0x16FE69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOMa', symObjAddr: 0x2F6C, symBinAddr: 0x176CC4, symSize: 0x10 }
+ - { offsetInCU: 0x17C0, offset: 0x16FE7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOwup', symObjAddr: 0x2F84, symBinAddr: 0x176CDC, symSize: 0x4 }
+ - { offsetInCU: 0x17D4, offset: 0x16FE91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOMa', symObjAddr: 0x2F88, symBinAddr: 0x176CE0, symSize: 0x10 }
+ - { offsetInCU: 0x17E8, offset: 0x16FEA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwug', symObjAddr: 0x2FA0, symBinAddr: 0x176CF8, symSize: 0x8 }
+ - { offsetInCU: 0x17FC, offset: 0x16FEB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwup', symObjAddr: 0x2FA8, symBinAddr: 0x176D00, symSize: 0x4 }
+ - { offsetInCU: 0x1810, offset: 0x16FECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwui', symObjAddr: 0x2FAC, symBinAddr: 0x176D04, symSize: 0x8 }
+ - { offsetInCU: 0x1824, offset: 0x16FEE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOMa', symObjAddr: 0x2FB4, symBinAddr: 0x176D0C, symSize: 0x10 }
+ - { offsetInCU: 0x1838, offset: 0x16FEF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOwup', symObjAddr: 0x3118, symBinAddr: 0x176E70, symSize: 0x4 }
+ - { offsetInCU: 0x184C, offset: 0x16FF09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOMa', symObjAddr: 0x311C, symBinAddr: 0x176E74, symSize: 0x10 }
+ - { offsetInCU: 0x1860, offset: 0x16FF1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwet', symObjAddr: 0x312C, symBinAddr: 0x176E84, symSize: 0xA0 }
+ - { offsetInCU: 0x1874, offset: 0x16FF31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwst', symObjAddr: 0x31CC, symBinAddr: 0x176F24, symSize: 0xC8 }
+ - { offsetInCU: 0x1888, offset: 0x16FF45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwug', symObjAddr: 0x3294, symBinAddr: 0x176FEC, symSize: 0xC }
+ - { offsetInCU: 0x189C, offset: 0x16FF59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwup', symObjAddr: 0x32A0, symBinAddr: 0x176FF8, symSize: 0x10 }
+ - { offsetInCU: 0x18B0, offset: 0x16FF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwui', symObjAddr: 0x32B0, symBinAddr: 0x177008, symSize: 0x14 }
+ - { offsetInCU: 0x18C4, offset: 0x16FF81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOMa', symObjAddr: 0x32C4, symBinAddr: 0x17701C, symSize: 0x10 }
+ - { offsetInCU: 0x18D8, offset: 0x16FF95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwet', symObjAddr: 0x32D4, symBinAddr: 0x17702C, symSize: 0x90 }
+ - { offsetInCU: 0x18EC, offset: 0x16FFA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwst', symObjAddr: 0x3364, symBinAddr: 0x1770BC, symSize: 0xBC }
+ - { offsetInCU: 0x1900, offset: 0x16FFBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwup', symObjAddr: 0x3420, symBinAddr: 0x177178, symSize: 0x4 }
+ - { offsetInCU: 0x1914, offset: 0x16FFD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOMa', symObjAddr: 0x3424, symBinAddr: 0x17717C, symSize: 0x10 }
+ - { offsetInCU: 0x1B90, offset: 0x17024D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOAESYAAWl', symObjAddr: 0x3DB8, symBinAddr: 0x177B10, symSize: 0x44 }
+ - { offsetInCU: 0x1BF4, offset: 0x1702B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x404, symBinAddr: 0x174228, symSize: 0x14 }
+ - { offsetInCU: 0x1C85, offset: 0x170342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x418, symBinAddr: 0x17423C, symSize: 0x44 }
+ - { offsetInCU: 0x1D34, offset: 0x1703F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x45C, symBinAddr: 0x174280, symSize: 0x28 }
+ - { offsetInCU: 0x1D87, offset: 0x170444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x484, symBinAddr: 0x1742A8, symSize: 0x40 }
+ - { offsetInCU: 0x1E0A, offset: 0x1704C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x500, symBinAddr: 0x174324, symSize: 0x5C }
+ - { offsetInCU: 0x1E2D, offset: 0x1704EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x55C, symBinAddr: 0x174380, symSize: 0x4C }
+ - { offsetInCU: 0x1E70, offset: 0x17052D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x174B44, symSize: 0x4 }
+ - { offsetInCU: 0x1E8C, offset: 0x170549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0xD24, symBinAddr: 0x174B48, symSize: 0x4 }
+ - { offsetInCU: 0x1EA8, offset: 0x170565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD28, symBinAddr: 0x174B4C, symSize: 0x4 }
+ - { offsetInCU: 0x1EC4, offset: 0x170581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD2C, symBinAddr: 0x174B50, symSize: 0x4 }
+ - { offsetInCU: 0x1EE0, offset: 0x17059D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0xDB0, symBinAddr: 0x174BD4, symSize: 0x4 }
+ - { offsetInCU: 0x1EFC, offset: 0x1705B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0xDB4, symBinAddr: 0x174BD8, symSize: 0x4 }
+ - { offsetInCU: 0x1F18, offset: 0x1705D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xDB8, symBinAddr: 0x174BDC, symSize: 0x4 }
+ - { offsetInCU: 0x1F34, offset: 0x1705F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xDBC, symBinAddr: 0x174BE0, symSize: 0x4 }
+ - { offsetInCU: 0x1F74, offset: 0x170631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF08, symBinAddr: 0x174D2C, symSize: 0x88 }
+ - { offsetInCU: 0x2023, offset: 0x1706E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH9hashValueSivgTW', symObjAddr: 0xF90, symBinAddr: 0x174DB4, symSize: 0x60 }
+ - { offsetInCU: 0x20A1, offset: 0x17075E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xFF0, symBinAddr: 0x174E14, symSize: 0x40 }
+ - { offsetInCU: 0x20F3, offset: 0x1707B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1030, symBinAddr: 0x174E54, symSize: 0x5C }
+ - { offsetInCU: 0x217F, offset: 0x17083C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0x1BB8, symBinAddr: 0x17599C, symSize: 0x110 }
+ - { offsetInCU: 0x22C6, offset: 0x170983, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypSgTg5Tf4gd_n', symObjAddr: 0x3434, symBinAddr: 0x17718C, symSize: 0x110 }
+ - { offsetInCU: 0x2407, offset: 0x170AC4, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTg5Tf4gd_n', symObjAddr: 0x3544, symBinAddr: 0x17729C, symSize: 0xFC }
+ - { offsetInCU: 0x2532, offset: 0x170BEF, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_ypTg5Tf4gd_n', symObjAddr: 0x364C, symBinAddr: 0x1773A4, symSize: 0x114 }
+ - { offsetInCU: 0x2679, offset: 0x170D36, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo11CFStringRefa_ypTg5Tf4gd_n', symObjAddr: 0x3760, symBinAddr: 0x1774B8, symSize: 0x100 }
+ - { offsetInCU: 0x27C0, offset: 0x170E7D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo11CFStringRefa_SDys11AnyHashableVypGTg5Tf4gd_n', symObjAddr: 0x3860, symBinAddr: 0x1775B8, symSize: 0xE4 }
+ - { offsetInCU: 0x290D, offset: 0x170FCA, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfC13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5Tf4gd_n', symObjAddr: 0x3B74, symBinAddr: 0x1778CC, symSize: 0x158 }
+ - { offsetInCU: 0x2A3C, offset: 0x1710F9, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_s5Error_pTg5Tf4gd_n', symObjAddr: 0x3CCC, symBinAddr: 0x177A24, symSize: 0xEC }
+ - { offsetInCU: 0x27, offset: 0x17154E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x177CE0, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x171572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x177CE0, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x171586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0xC, symBinAddr: 0x177CEC, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1715A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x3C, symBinAddr: 0x177D1C, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x1715BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x177D60, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x1715DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x177D9C, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x1715F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x177DA0, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x17161B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x177DE8, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x17170C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x1780EC, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x1717BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x178200, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x1718A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x1782EC, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x171903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x178318, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x171960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfd', symObjAddr: 0x804, symBinAddr: 0x17834C, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x1719B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x178380, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x171A0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x1783BC, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x171A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x1783E4, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x171A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x17840C, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x171A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x17845C, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x171A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x178488, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x171ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x1780CC, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x171B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x178344, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x171E16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TR', symObjAddr: 0x0, symBinAddr: 0x17853C, symSize: 0x30 }
+ - { offsetInCU: 0x3F, offset: 0x171E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TR', symObjAddr: 0x0, symBinAddr: 0x17853C, symSize: 0x30 }
+ - { offsetInCU: 0x5F, offset: 0x171E4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCACycfC', symObjAddr: 0x30, symBinAddr: 0x17856C, symSize: 0x10 }
+ - { offsetInCU: 0x7D, offset: 0x171E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x40, symBinAddr: 0x17857C, symSize: 0xE4 }
+ - { offsetInCU: 0xE6, offset: 0x171ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC04sendE7Request7contextyAA0D0C_tF', symObjAddr: 0x124, symBinAddr: 0x178660, symSize: 0x144 }
+ - { offsetInCU: 0x164, offset: 0x171F53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x268, symBinAddr: 0x1787A4, symSize: 0x178 }
+ - { offsetInCU: 0x2B9, offset: 0x1720A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x3E0, symBinAddr: 0x17891C, symSize: 0x178 }
+ - { offsetInCU: 0x40E, offset: 0x1721FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC6attach7context2to17completionHandleryAA0D0C_SSySbctF', symObjAddr: 0x558, symBinAddr: 0x178A94, symSize: 0x4EC }
+ - { offsetInCU: 0x8A8, offset: 0x172697, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xA44, symBinAddr: 0x178F80, symSize: 0x5C }
+ - { offsetInCU: 0x93C, offset: 0x17272B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCACycfc', symObjAddr: 0xAA0, symBinAddr: 0x178FDC, symSize: 0x8 }
+ - { offsetInCU: 0x96B, offset: 0x17275A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCfd', symObjAddr: 0xAA8, symBinAddr: 0x178FE4, symSize: 0x8 }
+ - { offsetInCU: 0x99A, offset: 0x172789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCfD', symObjAddr: 0xAB0, symBinAddr: 0x178FEC, symSize: 0x10 }
+ - { offsetInCU: 0xB84, offset: 0x172973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xB04, symBinAddr: 0x178FFC, symSize: 0x44 }
+ - { offsetInCU: 0xB98, offset: 0x172987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVWOs', symObjAddr: 0xB48, symBinAddr: 0x179040, symSize: 0x54 }
+ - { offsetInCU: 0xBC6, offset: 0x1729B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC6attach7context2to17completionHandleryAA0D0C_SSySbctFyAA9SBCResultOyAA16EmptyAPIResponseVGcfU_TA', symObjAddr: 0xC70, symBinAddr: 0x1790B8, symSize: 0x28 }
+ - { offsetInCU: 0xC0F, offset: 0x1729FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TRTA', symObjAddr: 0xC98, symBinAddr: 0x1790E0, symSize: 0x2C }
+ - { offsetInCU: 0xC38, offset: 0x172A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xD08, symBinAddr: 0x17910C, symSize: 0x44 }
+ - { offsetInCU: 0xC4C, offset: 0x172A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCMa', symObjAddr: 0xD4C, symBinAddr: 0x179150, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x172CF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7EnabledSbvg', symObjAddr: 0x0, symBinAddr: 0x17918C, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x172D1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7EnabledSbvg', symObjAddr: 0x0, symBinAddr: 0x17918C, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x172D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV18deviceManufacturerSSvg', symObjAddr: 0x8, symBinAddr: 0x179194, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x172D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV8deviceOSSSvg', symObjAddr: 0x34, symBinAddr: 0x1791C0, symSize: 0x2C }
+ - { offsetInCU: 0xD4, offset: 0x172DA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0x1791EC, symSize: 0x5C }
+ - { offsetInCU: 0x12C, offset: 0x172DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xFC, symBinAddr: 0x179248, symSize: 0x5C }
+ - { offsetInCU: 0x194, offset: 0x172E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x158, symBinAddr: 0x1792A4, symSize: 0x8 }
+ - { offsetInCU: 0x1BB, offset: 0x172E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x160, symBinAddr: 0x1792AC, symSize: 0xC }
+ - { offsetInCU: 0x1E2, offset: 0x172EB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8rawValueSSvg', symObjAddr: 0x16C, symBinAddr: 0x1792B8, symSize: 0x58 }
+ - { offsetInCU: 0x21B, offset: 0x172EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1C4, symBinAddr: 0x179310, symSize: 0x58 }
+ - { offsetInCU: 0x272, offset: 0x172F44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3A0, symBinAddr: 0x1794EC, symSize: 0x64 }
+ - { offsetInCU: 0x2D8, offset: 0x172FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x404, symBinAddr: 0x179550, symSize: 0x28 }
+ - { offsetInCU: 0x2EC, offset: 0x172FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x42C, symBinAddr: 0x179578, symSize: 0x8 }
+ - { offsetInCU: 0x322, offset: 0x172FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x434, symBinAddr: 0x179580, symSize: 0x68 }
+ - { offsetInCU: 0x3A7, offset: 0x173079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x49C, symBinAddr: 0x1795E8, symSize: 0xC }
+ - { offsetInCU: 0x3C3, offset: 0x173095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4A8, symBinAddr: 0x1795F4, symSize: 0xC }
+ - { offsetInCU: 0x3E0, offset: 0x1730B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV6encode2toys7Encoder_p_tKF', symObjAddr: 0x504, symBinAddr: 0x179650, symSize: 0x12C }
+ - { offsetInCU: 0x41F, offset: 0x1730F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x698, symBinAddr: 0x1797C0, symSize: 0x44 }
+ - { offsetInCU: 0x433, offset: 0x173105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7Enabled18deviceManufacturer0I2OSACSb_S2StcfC', symObjAddr: 0x6DC, symBinAddr: 0x179804, symSize: 0x10 }
+ - { offsetInCU: 0x467, offset: 0x173139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6EC, symBinAddr: 0x179814, symSize: 0x44 }
+ - { offsetInCU: 0x49E, offset: 0x173170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x730, symBinAddr: 0x179858, symSize: 0x38 }
+ - { offsetInCU: 0x4C1, offset: 0x173193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x89C, symBinAddr: 0x1799C4, symSize: 0x1D0 }
+ - { offsetInCU: 0x514, offset: 0x1731E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x654, symBinAddr: 0x17977C, symSize: 0x44 }
+ - { offsetInCU: 0x528, offset: 0x1731FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV2eeoiySbAC_ACtFZ', symObjAddr: 0x768, symBinAddr: 0x179890, symSize: 0x8C }
+ - { offsetInCU: 0x5E2, offset: 0x1732B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x7F4, symBinAddr: 0x17991C, symSize: 0xA8 }
+ - { offsetInCU: 0x661, offset: 0x173333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASQWb', symObjAddr: 0xA6C, symBinAddr: 0x179B94, symSize: 0x4 }
+ - { offsetInCU: 0x675, offset: 0x173347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAESQAAWl', symObjAddr: 0xA70, symBinAddr: 0x179B98, symSize: 0x44 }
+ - { offsetInCU: 0x689, offset: 0x17335B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xAB4, symBinAddr: 0x179BDC, symSize: 0x4 }
+ - { offsetInCU: 0x69D, offset: 0x17336F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xAB8, symBinAddr: 0x179BE0, symSize: 0x44 }
+ - { offsetInCU: 0x6B1, offset: 0x173383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xAFC, symBinAddr: 0x179C24, symSize: 0x4 }
+ - { offsetInCU: 0x6C5, offset: 0x173397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xB00, symBinAddr: 0x179C28, symSize: 0x44 }
+ - { offsetInCU: 0x6D9, offset: 0x1733AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwCP', symObjAddr: 0xB44, symBinAddr: 0x179C6C, symSize: 0x30 }
+ - { offsetInCU: 0x6ED, offset: 0x1733BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwxx', symObjAddr: 0xB74, symBinAddr: 0x179C9C, symSize: 0x28 }
+ - { offsetInCU: 0x701, offset: 0x1733D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwcp', symObjAddr: 0xB9C, symBinAddr: 0x179CC4, symSize: 0x44 }
+ - { offsetInCU: 0x715, offset: 0x1733E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwca', symObjAddr: 0xBE0, symBinAddr: 0x179D08, symSize: 0x74 }
+ - { offsetInCU: 0x729, offset: 0x1733FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwta', symObjAddr: 0xC68, symBinAddr: 0x179D7C, symSize: 0x4C }
+ - { offsetInCU: 0x73D, offset: 0x17340F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwet', symObjAddr: 0xCB4, symBinAddr: 0x179DC8, symSize: 0x48 }
+ - { offsetInCU: 0x751, offset: 0x173423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwst', symObjAddr: 0xCFC, symBinAddr: 0x179E10, symSize: 0x48 }
+ - { offsetInCU: 0x765, offset: 0x173437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVMa', symObjAddr: 0xD44, symBinAddr: 0x179E58, symSize: 0x10 }
+ - { offsetInCU: 0x779, offset: 0x17344B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwet', symObjAddr: 0xD64, symBinAddr: 0x179E68, symSize: 0x90 }
+ - { offsetInCU: 0x78D, offset: 0x17345F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwst', symObjAddr: 0xDF4, symBinAddr: 0x179EF8, symSize: 0xBC }
+ - { offsetInCU: 0x7A1, offset: 0x173473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwug', symObjAddr: 0xEB0, symBinAddr: 0x179FB4, symSize: 0x8 }
+ - { offsetInCU: 0x7B5, offset: 0x173487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwup', symObjAddr: 0xEB8, symBinAddr: 0x179FBC, symSize: 0x4 }
+ - { offsetInCU: 0x7C9, offset: 0x17349B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwui', symObjAddr: 0xEBC, symBinAddr: 0x179FC0, symSize: 0x8 }
+ - { offsetInCU: 0x7DD, offset: 0x1734AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOMa', symObjAddr: 0xEC4, symBinAddr: 0x179FC8, symSize: 0x10 }
+ - { offsetInCU: 0x826, offset: 0x1734F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x21C, symBinAddr: 0x179368, symSize: 0x88 }
+ - { offsetInCU: 0x8D5, offset: 0x1735A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2A4, symBinAddr: 0x1793F0, symSize: 0x60 }
+ - { offsetInCU: 0x953, offset: 0x173625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x304, symBinAddr: 0x179450, symSize: 0x40 }
+ - { offsetInCU: 0x9A5, offset: 0x173677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x344, symBinAddr: 0x179490, symSize: 0x5C }
+ - { offsetInCU: 0xA01, offset: 0x1736D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4B4, symBinAddr: 0x179600, symSize: 0x28 }
+ - { offsetInCU: 0xA1D, offset: 0x1736EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4DC, symBinAddr: 0x179628, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x1738FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC6decode4with9containerAcA11CommandListC8CallTypeO_s22KeyedDecodingContainerVyAH10CodingKeysOGtKFZ', symObjAddr: 0x0, symBinAddr: 0x179FD8, symSize: 0x84 }
+ - { offsetInCU: 0x43, offset: 0x173916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC6decode4with9containerAcA11CommandListC8CallTypeO_s22KeyedDecodingContainerVyAH10CodingKeysOGtKFZ', symObjAddr: 0x0, symBinAddr: 0x179FD8, symSize: 0x84 }
+ - { offsetInCU: 0x91, offset: 0x173964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCAA06SignalF0CSeAAWl', symObjAddr: 0xC4, symBinAddr: 0x17A05C, symSize: 0x48 }
+ - { offsetInCU: 0xB1, offset: 0x173984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x10C, symBinAddr: 0x17A0A4, symSize: 0x28 }
+ - { offsetInCU: 0xD0, offset: 0x1739A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCACycfc', symObjAddr: 0x154, symBinAddr: 0x17A0CC, symSize: 0x8 }
+ - { offsetInCU: 0xFF, offset: 0x1739D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCfd', symObjAddr: 0x15C, symBinAddr: 0x17A0D4, symSize: 0x8 }
+ - { offsetInCU: 0x12E, offset: 0x173A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCfD', symObjAddr: 0x164, symBinAddr: 0x17A0DC, symSize: 0x10 }
+ - { offsetInCU: 0x15D, offset: 0x173A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCACycfC', symObjAddr: 0x174, symBinAddr: 0x17A0EC, symSize: 0x10 }
+ - { offsetInCU: 0x19B, offset: 0x173A6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x184, symBinAddr: 0x17A0FC, symSize: 0x4C }
+ - { offsetInCU: 0x1DB, offset: 0x173AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1D0, symBinAddr: 0x17A148, symSize: 0x2C }
+ - { offsetInCU: 0x1FF, offset: 0x173AD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCMa', symObjAddr: 0x1FC, symBinAddr: 0x17A174, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x173D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomId06customG04modeACSS_SDyS2SGAC4ModeOtcfC', symObjAddr: 0x0, symBinAddr: 0x17A1C0, symSize: 0x1C }
+ - { offsetInCU: 0xA0, offset: 0x173D76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x7C, symBinAddr: 0x17A23C, symSize: 0x68 }
+ - { offsetInCU: 0xC1, offset: 0x173D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xE4, symBinAddr: 0x17A2A4, symSize: 0x6C }
+ - { offsetInCU: 0xEA, offset: 0x173DC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x150, symBinAddr: 0x17A310, symSize: 0x6C }
+ - { offsetInCU: 0x113, offset: 0x173DE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x1BC, symBinAddr: 0x17A37C, symSize: 0x4 }
+ - { offsetInCU: 0x12F, offset: 0x173E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1C0, symBinAddr: 0x17A380, symSize: 0x8 }
+ - { offsetInCU: 0x14B, offset: 0x173E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C8, symBinAddr: 0x17A388, symSize: 0x8 }
+ - { offsetInCU: 0x15F, offset: 0x173E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x1D0, symBinAddr: 0x17A390, symSize: 0x2C }
+ - { offsetInCU: 0x17B, offset: 0x173E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV06customG0SDyS2SGvg', symObjAddr: 0x1FC, symBinAddr: 0x17A3BC, symSize: 0x8 }
+ - { offsetInCU: 0x197, offset: 0x173E6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4modeAC4ModeOvg', symObjAddr: 0x204, symBinAddr: 0x17A3C4, symSize: 0x8 }
+ - { offsetInCU: 0x1BF, offset: 0x173E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeO8rawValueSSvg', symObjAddr: 0x218, symBinAddr: 0x17A3D8, symSize: 0x20 }
+ - { offsetInCU: 0x20D, offset: 0x173EE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x3A0, symBinAddr: 0x17A560, symSize: 0x6C }
+ - { offsetInCU: 0x243, offset: 0x173F19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x40C, symBinAddr: 0x17A5CC, symSize: 0x8 }
+ - { offsetInCU: 0x26A, offset: 0x173F40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x414, symBinAddr: 0x17A5D4, symSize: 0xC }
+ - { offsetInCU: 0x291, offset: 0x173F67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x420, symBinAddr: 0x17A5E0, symSize: 0x38 }
+ - { offsetInCU: 0x2B8, offset: 0x173F8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x458, symBinAddr: 0x17A618, symSize: 0x38 }
+ - { offsetInCU: 0x2DF, offset: 0x173FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x710, symBinAddr: 0x17A8D0, symSize: 0x8 }
+ - { offsetInCU: 0x315, offset: 0x173FEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x718, symBinAddr: 0x17A8D8, symSize: 0x74 }
+ - { offsetInCU: 0x360, offset: 0x174036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x78C, symBinAddr: 0x17A94C, symSize: 0xC }
+ - { offsetInCU: 0x37C, offset: 0x174052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x798, symBinAddr: 0x17A958, symSize: 0xC }
+ - { offsetInCU: 0x399, offset: 0x17406F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x7F4, symBinAddr: 0x17A9B4, symSize: 0x1C }
+ - { offsetInCU: 0x3BC, offset: 0x174092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x810, symBinAddr: 0x17A9D0, symSize: 0x68 }
+ - { offsetInCU: 0x3F3, offset: 0x1740C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x878, symBinAddr: 0x17AA38, symSize: 0x8 }
+ - { offsetInCU: 0x41E, offset: 0x1740F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x880, symBinAddr: 0x17AA40, symSize: 0x8 }
+ - { offsetInCU: 0x466, offset: 0x17413C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x888, symBinAddr: 0x17AA48, symSize: 0x1C }
+ - { offsetInCU: 0x49E, offset: 0x174174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x8A4, symBinAddr: 0x17AA64, symSize: 0x94 }
+ - { offsetInCU: 0x511, offset: 0x1741E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x978, symBinAddr: 0x17AAF8, symSize: 0x164 }
+ - { offsetInCU: 0x55E, offset: 0x174234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x1C, symBinAddr: 0x17A1DC, symSize: 0x20 }
+ - { offsetInCU: 0x578, offset: 0x17424E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x3C, symBinAddr: 0x17A1FC, symSize: 0x40 }
+ - { offsetInCU: 0x5BE, offset: 0x174294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSHAASQWb', symObjAddr: 0xADC, symBinAddr: 0x17AC5C, symSize: 0x4 }
+ - { offsetInCU: 0x5D2, offset: 0x1742A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOAESQAAWl', symObjAddr: 0xAE0, symBinAddr: 0x17AC60, symSize: 0x44 }
+ - { offsetInCU: 0x5E6, offset: 0x1742BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xB24, symBinAddr: 0x17ACA4, symSize: 0x4 }
+ - { offsetInCU: 0x5FA, offset: 0x1742D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xB28, symBinAddr: 0x17ACA8, symSize: 0x44 }
+ - { offsetInCU: 0x60E, offset: 0x1742E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0xB6C, symBinAddr: 0x17ACEC, symSize: 0x4 }
+ - { offsetInCU: 0x622, offset: 0x1742F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0xB70, symBinAddr: 0x17ACF0, symSize: 0x44 }
+ - { offsetInCU: 0x636, offset: 0x17430C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0xBB4, symBinAddr: 0x17AD34, symSize: 0x4 }
+ - { offsetInCU: 0x64A, offset: 0x174320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0xBB8, symBinAddr: 0x17AD38, symSize: 0x44 }
+ - { offsetInCU: 0x65E, offset: 0x174334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0xBFC, symBinAddr: 0x17AD7C, symSize: 0x24 }
+ - { offsetInCU: 0x672, offset: 0x174348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC64, symBinAddr: 0x17ADA0, symSize: 0x4 }
+ - { offsetInCU: 0x686, offset: 0x17435C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xC68, symBinAddr: 0x17ADA4, symSize: 0x48 }
+ - { offsetInCU: 0x69A, offset: 0x174370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xCB0, symBinAddr: 0x17ADEC, symSize: 0x2C }
+ - { offsetInCU: 0x6AE, offset: 0x174384, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0xCDC, symBinAddr: 0x17AE18, symSize: 0x44 }
+ - { offsetInCU: 0x6C2, offset: 0x174398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xD20, symBinAddr: 0x17AE5C, symSize: 0x44 }
+ - { offsetInCU: 0x6D6, offset: 0x1743AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0xD64, symBinAddr: 0x17AEA0, symSize: 0x24 }
+ - { offsetInCU: 0x6EA, offset: 0x1743C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0xD88, symBinAddr: 0x17AEC4, symSize: 0x44 }
+ - { offsetInCU: 0x6FE, offset: 0x1743D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xDCC, symBinAddr: 0x17AF08, symSize: 0x24 }
+ - { offsetInCU: 0x712, offset: 0x1743E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwCP', symObjAddr: 0xDF0, symBinAddr: 0x17AF2C, symSize: 0x30 }
+ - { offsetInCU: 0x726, offset: 0x1743FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwxx', symObjAddr: 0xE20, symBinAddr: 0x17AF5C, symSize: 0x28 }
+ - { offsetInCU: 0x73A, offset: 0x174410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwcp', symObjAddr: 0xE48, symBinAddr: 0x17AF84, symSize: 0x4C }
+ - { offsetInCU: 0x74E, offset: 0x174424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwca', symObjAddr: 0xE94, symBinAddr: 0x17AFD0, symSize: 0x74 }
+ - { offsetInCU: 0x762, offset: 0x174438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwta', symObjAddr: 0xF1C, symBinAddr: 0x17B044, symSize: 0x54 }
+ - { offsetInCU: 0x776, offset: 0x17444C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwet', symObjAddr: 0xF70, symBinAddr: 0x17B098, symSize: 0x48 }
+ - { offsetInCU: 0x78A, offset: 0x174460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwst', symObjAddr: 0xFB8, symBinAddr: 0x17B0E0, symSize: 0x44 }
+ - { offsetInCU: 0x79E, offset: 0x174474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVMa', symObjAddr: 0xFFC, symBinAddr: 0x17B124, symSize: 0x10 }
+ - { offsetInCU: 0x7B2, offset: 0x174488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOwup', symObjAddr: 0x1024, symBinAddr: 0x17B13C, symSize: 0x4 }
+ - { offsetInCU: 0x7C6, offset: 0x17449C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOMa', symObjAddr: 0x1028, symBinAddr: 0x17B140, symSize: 0x10 }
+ - { offsetInCU: 0x7DA, offset: 0x1744B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0x118C, symBinAddr: 0x17B2A4, symSize: 0x8 }
+ - { offsetInCU: 0x7EE, offset: 0x1744C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0x1194, symBinAddr: 0x17B2AC, symSize: 0x4 }
+ - { offsetInCU: 0x802, offset: 0x1744D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0x1198, symBinAddr: 0x17B2B0, symSize: 0xC }
+ - { offsetInCU: 0x816, offset: 0x1744EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0x11A4, symBinAddr: 0x17B2BC, symSize: 0x10 }
+ - { offsetInCU: 0x82A, offset: 0x174500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x11B4, symBinAddr: 0x17B2CC, symSize: 0x44 }
+ - { offsetInCU: 0x83E, offset: 0x174514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOAESYAAWl', symObjAddr: 0x11F8, symBinAddr: 0x17B310, symSize: 0x44 }
+ - { offsetInCU: 0x869, offset: 0x17453F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x280, symBinAddr: 0x17A440, symSize: 0x5C }
+ - { offsetInCU: 0x88C, offset: 0x174562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2DC, symBinAddr: 0x17A49C, symSize: 0x4C }
+ - { offsetInCU: 0x8B5, offset: 0x17458B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x7A4, symBinAddr: 0x17A964, symSize: 0x28 }
+ - { offsetInCU: 0x8D1, offset: 0x1745A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x7CC, symBinAddr: 0x17A98C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x174814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC15addIceCandidate9candidateyAA0G0C_tF', symObjAddr: 0x0, symBinAddr: 0x17B35C, symSize: 0x234 }
+ - { offsetInCU: 0x116, offset: 0x174903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC15addIceCandidate9candidateyAA0G0C_tF', symObjAddr: 0x0, symBinAddr: 0x17B35C, symSize: 0x234 }
+ - { offsetInCU: 0x30E, offset: 0x174AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtF', symObjAddr: 0x234, symBinAddr: 0x17B590, symSize: 0x240 }
+ - { offsetInCU: 0x518, offset: 0x174D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x474, symBinAddr: 0x17B7D0, symSize: 0x294 }
+ - { offsetInCU: 0x76B, offset: 0x174F58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionH0CtF', symObjAddr: 0x708, symBinAddr: 0x17BA64, symSize: 0x2A0 }
+ - { offsetInCU: 0x9C1, offset: 0x1751AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0G0VtF', symObjAddr: 0x9A8, symBinAddr: 0x17BD04, symSize: 0x284 }
+ - { offsetInCU: 0xBFF, offset: 0x1753EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24didConnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0xC2C, symBinAddr: 0x17BF88, symSize: 0x230 }
+ - { offsetInCU: 0xDEE, offset: 0x1755DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0xE5C, symBinAddr: 0x17C1B8, symSize: 0x230 }
+ - { offsetInCU: 0xFDD, offset: 0x1757CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x108C, symBinAddr: 0x17C3E8, symSize: 0x230 }
+ - { offsetInCU: 0x11CC, offset: 0x1759B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC22didClosePeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x12BC, symBinAddr: 0x17C618, symSize: 0x230 }
+ - { offsetInCU: 0x13BB, offset: 0x175BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStF', symObjAddr: 0x14EC, symBinAddr: 0x17C848, symSize: 0x28C }
+ - { offsetInCU: 0x164D, offset: 0x175E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC26didAudioSessionChangeRoute6client7session6reason08previousI0yAA12WebRTCClientC_So08RTCAudioG0CSo07AVAudiogiH6ReasonVSo0qgI11DescriptionCtF', symObjAddr: 0x1778, symBinAddr: 0x17CAD4, symSize: 0x318 }
+ - { offsetInCU: 0x18F7, offset: 0x1760E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24didReceiveStatisticsInfo6client4infoyAA12WebRTCClientC_AH16RTPPacketMonitorC0H0VtF', symObjAddr: 0x1A90, symBinAddr: 0x17CDEC, symSize: 0x23C }
+ - { offsetInCU: 0x1AE9, offset: 0x1762D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP23didGenerateICECandidate6client9candidateyAA0eF0C_So15RTCIceCandidateCtFTW', symObjAddr: 0x1CCC, symBinAddr: 0x17D028, symSize: 0x4 }
+ - { offsetInCU: 0x1B05, offset: 0x1762F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP22didRemoveICECandidates6client10candidatesyAA0eF0C_SaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x1CD0, symBinAddr: 0x17D02C, symSize: 0x4 }
+ - { offsetInCU: 0x1B21, offset: 0x17630E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP25didUpdateLocalDescription6client3sdpyAA0eF0C_So010RTCSessionK0CtFTW', symObjAddr: 0x1CD4, symBinAddr: 0x17D030, symSize: 0x4 }
+ - { offsetInCU: 0x1B3D, offset: 0x17632A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP14didReceiveData6client4datayAA0eF0C_10Foundation0J0VtFTW', symObjAddr: 0x1CD8, symBinAddr: 0x17D034, symSize: 0x4 }
+ - { offsetInCU: 0x1B59, offset: 0x176346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP24didConnectPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CDC, symBinAddr: 0x17D038, symSize: 0x4 }
+ - { offsetInCU: 0x1B75, offset: 0x176362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CE0, symBinAddr: 0x17D03C, symSize: 0x4 }
+ - { offsetInCU: 0x1B91, offset: 0x17637E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CE4, symBinAddr: 0x17D040, symSize: 0x4 }
+ - { offsetInCU: 0x1BAD, offset: 0x17639A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP22didClosePeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1CE8, symBinAddr: 0x17D044, symSize: 0x4 }
+ - { offsetInCU: 0x1BC9, offset: 0x1763B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP29didReceivePeerConnectionError6client11descriptionyAA0eF0C_SStFTW', symObjAddr: 0x1CEC, symBinAddr: 0x17D048, symSize: 0x4 }
+ - { offsetInCU: 0x1BE5, offset: 0x1763D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute6client7session6reason08previousL0yAA0eF0C_So08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0rjL11DescriptionCtFTW', symObjAddr: 0x1CF0, symBinAddr: 0x17D04C, symSize: 0x4 }
+ - { offsetInCU: 0x1C01, offset: 0x1763EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo6client4infoyAA0eF0C_AJ16RTPPacketMonitorC0K0VtFTW', symObjAddr: 0x1CF4, symBinAddr: 0x17D050, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x1767C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x17D054, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1767E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x2C, symBinAddr: 0x17D080, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1767FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC11deletedKeysSaySSGvg', symObjAddr: 0x34, symBinAddr: 0x17D088, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x176818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x3C, symBinAddr: 0x17D090, symSize: 0x8 }
+ - { offsetInCU: 0xBB, offset: 0x176834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x44, symBinAddr: 0x17D098, symSize: 0x4C }
+ - { offsetInCU: 0xE0, offset: 0x176859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x90, symBinAddr: 0x17D0E4, symSize: 0x260 }
+ - { offsetInCU: 0x18A, offset: 0x176903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomId06customG011deletedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64VtcfC', symObjAddr: 0x4D4, symBinAddr: 0x17D364, symSize: 0x58 }
+ - { offsetInCU: 0x1E9, offset: 0x176962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomId06customG011deletedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64Vtcfc', symObjAddr: 0x52C, symBinAddr: 0x17D3BC, symSize: 0x14 }
+ - { offsetInCU: 0x228, offset: 0x1769A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCfd', symObjAddr: 0x540, symBinAddr: 0x17D3D0, symSize: 0x2C }
+ - { offsetInCU: 0x263, offset: 0x1769DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCfD', symObjAddr: 0x56C, symBinAddr: 0x17D3FC, symSize: 0x34 }
+ - { offsetInCU: 0x2A6, offset: 0x176A1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6F8, symBinAddr: 0x17D588, symSize: 0x2C }
+ - { offsetInCU: 0x2CA, offset: 0x176A43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCMa', symObjAddr: 0x398, symBinAddr: 0x17D344, symSize: 0x20 }
+ - { offsetInCU: 0x2DE, offset: 0x176A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA0E11RespondableAAWI', symObjAddr: 0x5A0, symBinAddr: 0x17D430, symSize: 0x34 }
+ - { offsetInCU: 0x2F2, offset: 0x176A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0x5D4, symBinAddr: 0x17D464, symSize: 0x34 }
+ - { offsetInCU: 0x306, offset: 0x176A7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x608, symBinAddr: 0x17D498, symSize: 0x4C }
+ - { offsetInCU: 0x31A, offset: 0x176A93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0x654, symBinAddr: 0x17D4E4, symSize: 0x34 }
+ - { offsetInCU: 0x32E, offset: 0x176AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x6C4, symBinAddr: 0x17D554, symSize: 0x34 }
+ - { offsetInCU: 0x65, offset: 0x176D5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x17D600, symSize: 0x18 }
+ - { offsetInCU: 0x93, offset: 0x176D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x17D600, symSize: 0x18 }
+ - { offsetInCU: 0xD6, offset: 0x176DD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x18, symBinAddr: 0x17D618, symSize: 0x5C }
+ - { offsetInCU: 0x12E, offset: 0x176E28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x74, symBinAddr: 0x17D674, symSize: 0x5C }
+ - { offsetInCU: 0x196, offset: 0x176E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfC', symObjAddr: 0xD0, symBinAddr: 0x17D6D0, symSize: 0x8 }
+ - { offsetInCU: 0x1BD, offset: 0x176EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8intValueSiSgvg', symObjAddr: 0xD8, symBinAddr: 0x17D6D8, symSize: 0xC }
+ - { offsetInCU: 0x1E4, offset: 0x176EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8rawValueSSvg', symObjAddr: 0xE4, symBinAddr: 0x17D6E4, symSize: 0x18 }
+ - { offsetInCU: 0x212, offset: 0x176F0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x308, symBinAddr: 0x17D8C8, symSize: 0x64 }
+ - { offsetInCU: 0x278, offset: 0x176F72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x36C, symBinAddr: 0x17D92C, symSize: 0x28 }
+ - { offsetInCU: 0x28C, offset: 0x176F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP11stringValueSSvgTW', symObjAddr: 0x424, symBinAddr: 0x17D9E4, symSize: 0x8 }
+ - { offsetInCU: 0x2C2, offset: 0x176FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x42C, symBinAddr: 0x17D9EC, symSize: 0x68 }
+ - { offsetInCU: 0x347, offset: 0x177041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP8intValueSiSgvgTW', symObjAddr: 0x494, symBinAddr: 0x17DA54, symSize: 0xC }
+ - { offsetInCU: 0x363, offset: 0x17705D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x4A0, symBinAddr: 0x17DA60, symSize: 0xC }
+ - { offsetInCU: 0x396, offset: 0x177090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASQWb', symObjAddr: 0x1C4, symBinAddr: 0x17D784, symSize: 0x4 }
+ - { offsetInCU: 0x3AA, offset: 0x1770A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACSQAAWl', symObjAddr: 0x1C8, symBinAddr: 0x17D788, symSize: 0x44 }
+ - { offsetInCU: 0x3C9, offset: 0x1770C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x394, symBinAddr: 0x17D954, symSize: 0x4 }
+ - { offsetInCU: 0x3DD, offset: 0x1770D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x398, symBinAddr: 0x17D958, symSize: 0x44 }
+ - { offsetInCU: 0x3F1, offset: 0x1770EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x3DC, symBinAddr: 0x17D99C, symSize: 0x4 }
+ - { offsetInCU: 0x405, offset: 0x1770FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs23CustomStringConvertibleAAWl', symObjAddr: 0x3E0, symBinAddr: 0x17D9A0, symSize: 0x44 }
+ - { offsetInCU: 0x419, offset: 0x177113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwet', symObjAddr: 0x5C4, symBinAddr: 0x17DB74, symSize: 0x90 }
+ - { offsetInCU: 0x42D, offset: 0x177127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwst', symObjAddr: 0x654, symBinAddr: 0x17DC04, symSize: 0xBC }
+ - { offsetInCU: 0x441, offset: 0x17713B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwug', symObjAddr: 0x710, symBinAddr: 0x17DCC0, symSize: 0x8 }
+ - { offsetInCU: 0x455, offset: 0x17714F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwup', symObjAddr: 0x718, symBinAddr: 0x17DCC8, symSize: 0x4 }
+ - { offsetInCU: 0x469, offset: 0x177163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwui', symObjAddr: 0x71C, symBinAddr: 0x17DCCC, symSize: 0x8 }
+ - { offsetInCU: 0x47D, offset: 0x177177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOMa', symObjAddr: 0x724, symBinAddr: 0x17DCD4, symSize: 0x10 }
+ - { offsetInCU: 0x491, offset: 0x17718B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs06CodingE0AAWl', symObjAddr: 0x734, symBinAddr: 0x17DCE4, symSize: 0x44 }
+ - { offsetInCU: 0x4A5, offset: 0x17719F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACSYAAWl', symObjAddr: 0x778, symBinAddr: 0x17DD28, symSize: 0x44 }
+ - { offsetInCU: 0x4EE, offset: 0x1771E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x13C, symBinAddr: 0x17D6FC, symSize: 0x88 }
+ - { offsetInCU: 0x59D, offset: 0x177297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x20C, symBinAddr: 0x17D7CC, symSize: 0x60 }
+ - { offsetInCU: 0x61B, offset: 0x177315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x26C, symBinAddr: 0x17D82C, symSize: 0x40 }
+ - { offsetInCU: 0x66D, offset: 0x177367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2AC, symBinAddr: 0x17D86C, symSize: 0x5C }
+ - { offsetInCU: 0x6C9, offset: 0x1773C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4AC, symBinAddr: 0x17DA6C, symSize: 0x5C }
+ - { offsetInCU: 0x6EC, offset: 0x1773E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x508, symBinAddr: 0x17DAC8, symSize: 0x4C }
+ - { offsetInCU: 0x70F, offset: 0x177409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x554, symBinAddr: 0x17DB14, symSize: 0x28 }
+ - { offsetInCU: 0x72B, offset: 0x177425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x57C, symBinAddr: 0x17DB3C, symSize: 0x28 }
+ - { offsetInCU: 0x3F, offset: 0x177628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x0, symBinAddr: 0x17DD6C, symSize: 0x8 }
+ - { offsetInCU: 0x5B, offset: 0x177644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallRequestablePAAE7versionSivg', symObjAddr: 0x8, symBinAddr: 0x17DD74, symSize: 0x8 }
+ - { offsetInCU: 0x90, offset: 0x177679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x18, symBinAddr: 0x17DD84, symSize: 0x8 }
+ - { offsetInCU: 0xAC, offset: 0x177695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x20, symBinAddr: 0x17DD8C, symSize: 0x8 }
+ - { offsetInCU: 0xC8, offset: 0x1776B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x28, symBinAddr: 0x17DD94, symSize: 0x8 }
+ - { offsetInCU: 0xE4, offset: 0x1776CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x30, symBinAddr: 0x17DD9C, symSize: 0x8 }
+ - { offsetInCU: 0x100, offset: 0x1776E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x38, symBinAddr: 0x17DDA4, symSize: 0x8 }
+ - { offsetInCU: 0x11C, offset: 0x177705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x40, symBinAddr: 0x17DDAC, symSize: 0x8 }
+ - { offsetInCU: 0x138, offset: 0x177721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x48, symBinAddr: 0x17DDB4, symSize: 0x8 }
+ - { offsetInCU: 0x154, offset: 0x17773D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x50, symBinAddr: 0x17DDBC, symSize: 0x8 }
+ - { offsetInCU: 0x170, offset: 0x177759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x58, symBinAddr: 0x17DDC4, symSize: 0x8 }
+ - { offsetInCU: 0x18C, offset: 0x177775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x60, symBinAddr: 0x17DDCC, symSize: 0x8 }
+ - { offsetInCU: 0x1A8, offset: 0x177791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x68, symBinAddr: 0x17DDD4, symSize: 0x8 }
+ - { offsetInCU: 0x1C4, offset: 0x1777AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x70, symBinAddr: 0x17DDDC, symSize: 0x8 }
+ - { offsetInCU: 0x1E0, offset: 0x1777C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x78, symBinAddr: 0x17DDE4, symSize: 0x8 }
+ - { offsetInCU: 0x1FC, offset: 0x1777E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x80, symBinAddr: 0x17DDEC, symSize: 0x8 }
+ - { offsetInCU: 0x218, offset: 0x177801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x88, symBinAddr: 0x17DDF4, symSize: 0x8 }
+ - { offsetInCU: 0x234, offset: 0x17781D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x90, symBinAddr: 0x17DDFC, symSize: 0x8 }
+ - { offsetInCU: 0x250, offset: 0x177839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x98, symBinAddr: 0x17DE04, symSize: 0x8 }
+ - { offsetInCU: 0x26C, offset: 0x177855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xA0, symBinAddr: 0x17DE0C, symSize: 0x8 }
+ - { offsetInCU: 0x288, offset: 0x177871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xA8, symBinAddr: 0x17DE14, symSize: 0x8 }
+ - { offsetInCU: 0x2A4, offset: 0x17788D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xB0, symBinAddr: 0x17DE1C, symSize: 0x8 }
+ - { offsetInCU: 0x2C0, offset: 0x1778A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xB8, symBinAddr: 0x17DE24, symSize: 0x8 }
+ - { offsetInCU: 0x2DC, offset: 0x1778C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xC0, symBinAddr: 0x17DE2C, symSize: 0x8 }
+ - { offsetInCU: 0x2F8, offset: 0x1778E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xC8, symBinAddr: 0x17DE34, symSize: 0x8 }
+ - { offsetInCU: 0x314, offset: 0x1778FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xD0, symBinAddr: 0x17DE3C, symSize: 0x8 }
+ - { offsetInCU: 0x330, offset: 0x177919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xD8, symBinAddr: 0x17DE44, symSize: 0x8 }
+ - { offsetInCU: 0x34C, offset: 0x177935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xE0, symBinAddr: 0x17DE4C, symSize: 0x8 }
+ - { offsetInCU: 0x368, offset: 0x177951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xE8, symBinAddr: 0x17DE54, symSize: 0x8 }
+ - { offsetInCU: 0x384, offset: 0x17796D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xF0, symBinAddr: 0x17DE5C, symSize: 0x8 }
+ - { offsetInCU: 0x3A0, offset: 0x177989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xF8, symBinAddr: 0x17DE64, symSize: 0x8 }
+ - { offsetInCU: 0x3BC, offset: 0x1779A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x100, symBinAddr: 0x17DE6C, symSize: 0x8 }
+ - { offsetInCU: 0x3D8, offset: 0x1779C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x108, symBinAddr: 0x17DE74, symSize: 0x8 }
+ - { offsetInCU: 0x3F4, offset: 0x1779DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x110, symBinAddr: 0x17DE7C, symSize: 0x8 }
+ - { offsetInCU: 0x410, offset: 0x1779F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x118, symBinAddr: 0x17DE84, symSize: 0x8 }
+ - { offsetInCU: 0x42C, offset: 0x177A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x120, symBinAddr: 0x17DE8C, symSize: 0x8 }
+ - { offsetInCU: 0x448, offset: 0x177A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x128, symBinAddr: 0x17DE94, symSize: 0x8 }
+ - { offsetInCU: 0x464, offset: 0x177A4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x130, symBinAddr: 0x17DE9C, symSize: 0x8 }
+ - { offsetInCU: 0x480, offset: 0x177A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x138, symBinAddr: 0x17DEA4, symSize: 0x8 }
+ - { offsetInCU: 0x49C, offset: 0x177A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x140, symBinAddr: 0x17DEAC, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x177CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC12userDefaultsACSo06NSUserJ0C_tcfC', symObjAddr: 0x0, symBinAddr: 0x17DEB4, symSize: 0x3C }
+ - { offsetInCU: 0x6D, offset: 0x177CC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvg', symObjAddr: 0xD94, symBinAddr: 0x17EC48, symSize: 0x48 }
+ - { offsetInCU: 0x89, offset: 0x177CDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvs', symObjAddr: 0xDDC, symBinAddr: 0x17EC90, symSize: 0x50 }
+ - { offsetInCU: 0xA5, offset: 0x177CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvM', symObjAddr: 0xE2C, symBinAddr: 0x17ECE0, symSize: 0x3C }
+ - { offsetInCU: 0xC1, offset: 0x177D16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvM.resume.0', symObjAddr: 0xE68, symBinAddr: 0x17ED1C, symSize: 0x4 }
+ - { offsetInCU: 0xDD, offset: 0x177D32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvg', symObjAddr: 0xE6C, symBinAddr: 0x17ED20, symSize: 0x84 }
+ - { offsetInCU: 0x10C, offset: 0x177D61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvs', symObjAddr: 0xEF0, symBinAddr: 0x17EDA4, symSize: 0x6C }
+ - { offsetInCU: 0x14B, offset: 0x177DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvM', symObjAddr: 0xF5C, symBinAddr: 0x17EE10, symSize: 0x68 }
+ - { offsetInCU: 0x17A, offset: 0x177DCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvM.resume.0', symObjAddr: 0xFC4, symBinAddr: 0x17EE78, symSize: 0x70 }
+ - { offsetInCU: 0x1A5, offset: 0x177DFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvg', symObjAddr: 0x1034, symBinAddr: 0x17EEE8, symSize: 0x90 }
+ - { offsetInCU: 0x1D4, offset: 0x177E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvs', symObjAddr: 0x10C4, symBinAddr: 0x17EF78, symSize: 0x6C }
+ - { offsetInCU: 0x213, offset: 0x177E68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvM', symObjAddr: 0x1130, symBinAddr: 0x17EFE4, symSize: 0x80 }
+ - { offsetInCU: 0x242, offset: 0x177E97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvM.resume.0', symObjAddr: 0x11B0, symBinAddr: 0x17F064, symSize: 0xA4 }
+ - { offsetInCU: 0x26D, offset: 0x177EC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvg', symObjAddr: 0x1254, symBinAddr: 0x17F108, symSize: 0x7C }
+ - { offsetInCU: 0x29C, offset: 0x177EF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvs', symObjAddr: 0x12D0, symBinAddr: 0x17F184, symSize: 0x4C }
+ - { offsetInCU: 0x2DB, offset: 0x177F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvM', symObjAddr: 0x131C, symBinAddr: 0x17F1D0, symSize: 0x68 }
+ - { offsetInCU: 0x30A, offset: 0x177F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvM.resume.0', symObjAddr: 0x1384, symBinAddr: 0x17F238, symSize: 0x44 }
+ - { offsetInCU: 0x335, offset: 0x177F8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC12userDefaultsACSo06NSUserJ0C_tcfc', symObjAddr: 0x13C8, symBinAddr: 0x17F27C, symSize: 0x174 }
+ - { offsetInCU: 0x3B3, offset: 0x178008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC6update8appGroupySSSg_tF', symObjAddr: 0x1610, symBinAddr: 0x17F424, symSize: 0x18C }
+ - { offsetInCU: 0x47B, offset: 0x1780D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCfd', symObjAddr: 0x179C, symBinAddr: 0x17F5B0, symSize: 0x54 }
+ - { offsetInCU: 0x4B8, offset: 0x17810D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCfD', symObjAddr: 0x17F0, symBinAddr: 0x17F604, symSize: 0x5C }
+ - { offsetInCU: 0x4FD, offset: 0x178152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvgTW', symObjAddr: 0x184C, symBinAddr: 0x17F660, symSize: 0xC }
+ - { offsetInCU: 0x519, offset: 0x17816E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvsTW', symObjAddr: 0x1858, symBinAddr: 0x17F66C, symSize: 0xC }
+ - { offsetInCU: 0x535, offset: 0x17818A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvMTW', symObjAddr: 0x1864, symBinAddr: 0x17F678, symSize: 0x4C }
+ - { offsetInCU: 0x551, offset: 0x1781A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvgTW', symObjAddr: 0x18B4, symBinAddr: 0x17F6C8, symSize: 0xC }
+ - { offsetInCU: 0x56D, offset: 0x1781C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvsTW', symObjAddr: 0x18C0, symBinAddr: 0x17F6D4, symSize: 0xC }
+ - { offsetInCU: 0x589, offset: 0x1781DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvMTW', symObjAddr: 0x18CC, symBinAddr: 0x17F6E0, symSize: 0x4C }
+ - { offsetInCU: 0x5A5, offset: 0x1781FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvgTW', symObjAddr: 0x191C, symBinAddr: 0x17F730, symSize: 0x48 }
+ - { offsetInCU: 0x5C1, offset: 0x178216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvsTW', symObjAddr: 0x1964, symBinAddr: 0x17F778, symSize: 0xC }
+ - { offsetInCU: 0x5DD, offset: 0x178232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvMTW', symObjAddr: 0x1970, symBinAddr: 0x17F784, symSize: 0x4C }
+ - { offsetInCU: 0x5F9, offset: 0x17824E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvgTW', symObjAddr: 0x19C0, symBinAddr: 0x17F7D4, symSize: 0xC }
+ - { offsetInCU: 0x615, offset: 0x17826A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvsTW', symObjAddr: 0x19CC, symBinAddr: 0x17F7E0, symSize: 0xC }
+ - { offsetInCU: 0x631, offset: 0x178286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvMTW', symObjAddr: 0x19D8, symBinAddr: 0x17F7EC, symSize: 0x4C }
+ - { offsetInCU: 0x64D, offset: 0x1782A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP6update8appGroupySSSg_tFTW', symObjAddr: 0x1A54, symBinAddr: 0x17F868, symSize: 0xC }
+ - { offsetInCU: 0x71C, offset: 0x178371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvgAA8PushTypeO_Tg5', symObjAddr: 0x3C, symBinAddr: 0x17DEF0, symSize: 0x2F4 }
+ - { offsetInCU: 0x8B3, offset: 0x178508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvgAA14PushDeviceInfoV_Tg5', symObjAddr: 0x330, symBinAddr: 0x17E1E4, symSize: 0x31C }
+ - { offsetInCU: 0xA4A, offset: 0x17869F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvsAA8PushTypeO_Tg5', symObjAddr: 0x64C, symBinAddr: 0x17E500, symSize: 0x2B0 }
+ - { offsetInCU: 0xC2F, offset: 0x178884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvsAA14PushDeviceInfoV_Tg5', symObjAddr: 0x8FC, symBinAddr: 0x17E7B0, symSize: 0x328 }
+ - { offsetInCU: 0xE15, offset: 0x178A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvgSS_Tg5', symObjAddr: 0xC24, symBinAddr: 0x17EAD8, symSize: 0xBC }
+ - { offsetInCU: 0xE44, offset: 0x178A99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvsSS_Tg5', symObjAddr: 0xCE0, symBinAddr: 0x17EB94, symSize: 0xB4 }
+ - { offsetInCU: 0xEDA, offset: 0x178B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCMa', symObjAddr: 0x1C48, symBinAddr: 0x17FA5C, symSize: 0x20 }
+ - { offsetInCU: 0xEEE, offset: 0x178B43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSEAAWl', symObjAddr: 0x1D44, symBinAddr: 0x17FB58, symSize: 0x44 }
+ - { offsetInCU: 0xF02, offset: 0x178B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSeAAWl', symObjAddr: 0x1EC0, symBinAddr: 0x17FBE0, symSize: 0x44 }
+ - { offsetInCU: 0xF16, offset: 0x178B6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVACSEAAWl', symObjAddr: 0x1F04, symBinAddr: 0x17FC24, symSize: 0x44 }
+ - { offsetInCU: 0xF2A, offset: 0x178B7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVACSeAAWl', symObjAddr: 0x1F48, symBinAddr: 0x17FC68, symSize: 0x44 }
+ - { offsetInCU: 0x4F, offset: 0x178FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeO8rawValueACSgSi_tcfC', symObjAddr: 0xC, symBinAddr: 0x17FCB8, symSize: 0x14 }
+ - { offsetInCU: 0x6E, offset: 0x178FC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeO8rawValueSivg', symObjAddr: 0x20, symBinAddr: 0x17FCCC, symSize: 0x4 }
+ - { offsetInCU: 0xB1, offset: 0x179004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xE4, symBinAddr: 0x17FD90, symSize: 0x20 }
+ - { offsetInCU: 0xE2, offset: 0x179035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x104, symBinAddr: 0x17FDB0, symSize: 0xC }
+ - { offsetInCU: 0x138, offset: 0x17908B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4uuid10Foundation4UUIDVvg', symObjAddr: 0x110, symBinAddr: 0x17FDBC, symSize: 0x44 }
+ - { offsetInCU: 0x167, offset: 0x1790BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4typeAA0D4TypeOvg', symObjAddr: 0x154, symBinAddr: 0x17FE00, symSize: 0x10 }
+ - { offsetInCU: 0x194, offset: 0x1790E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC16previousCategorySo014AVAudioSessionH0aSgvM', symObjAddr: 0x17C, symBinAddr: 0x17FE28, symSize: 0x44 }
+ - { offsetInCU: 0x1C3, offset: 0x179116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHint03forJ0AE10Foundation3URLV_SSSgAA0dJ0OtKcfC', symObjAddr: 0x1C0, symBinAddr: 0x17FE6C, symSize: 0x60 }
+ - { offsetInCU: 0x1D7, offset: 0x17912A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHint03forJ0AE10Foundation3URLV_SSSgAA0dJ0OtKcfc', symObjAddr: 0x220, symBinAddr: 0x17FECC, symSize: 0x1C0 }
+ - { offsetInCU: 0x24C, offset: 0x17919F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC13stopIfPlayingyyF', symObjAddr: 0x41C, symBinAddr: 0x1800C8, symSize: 0x38 }
+ - { offsetInCU: 0x279, offset: 0x1791CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfC', symObjAddr: 0x454, symBinAddr: 0x180100, symSize: 0x124 }
+ - { offsetInCU: 0x29E, offset: 0x1791F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfc', symObjAddr: 0x578, symBinAddr: 0x180224, symSize: 0x2C }
+ - { offsetInCU: 0x317, offset: 0x17926A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfcTo', symObjAddr: 0x5A4, symBinAddr: 0x180250, symSize: 0x60 }
+ - { offsetInCU: 0x374, offset: 0x1792C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfC', symObjAddr: 0x604, symBinAddr: 0x1802B0, symSize: 0xFC }
+ - { offsetInCU: 0x399, offset: 0x1792EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfc', symObjAddr: 0x744, symBinAddr: 0x1803AC, symSize: 0x2C }
+ - { offsetInCU: 0x412, offset: 0x179365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfcTo', symObjAddr: 0x770, symBinAddr: 0x1803D8, symSize: 0x50 }
+ - { offsetInCU: 0x46F, offset: 0x1793C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfC', symObjAddr: 0x7C0, symBinAddr: 0x180428, symSize: 0x154 }
+ - { offsetInCU: 0x494, offset: 0x1793E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfc', symObjAddr: 0x914, symBinAddr: 0x18057C, symSize: 0x2C }
+ - { offsetInCU: 0x51D, offset: 0x179470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfcTo', symObjAddr: 0x940, symBinAddr: 0x1805A8, symSize: 0x60 }
+ - { offsetInCU: 0x57A, offset: 0x1794CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfC', symObjAddr: 0x9A0, symBinAddr: 0x180608, symSize: 0x12C }
+ - { offsetInCU: 0x59F, offset: 0x1794F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfc', symObjAddr: 0xACC, symBinAddr: 0x180734, symSize: 0x2C }
+ - { offsetInCU: 0x628, offset: 0x17957B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfcTo', symObjAddr: 0xAF8, symBinAddr: 0x180760, symSize: 0x68 }
+ - { offsetInCU: 0x685, offset: 0x1795D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCAEycfc', symObjAddr: 0xB9C, symBinAddr: 0x180804, symSize: 0x2C }
+ - { offsetInCU: 0x6E8, offset: 0x17963B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCAEycfcTo', symObjAddr: 0xBC8, symBinAddr: 0x180830, symSize: 0x2C }
+ - { offsetInCU: 0x768, offset: 0x1796BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCfETo', symObjAddr: 0xC04, symBinAddr: 0x18086C, symSize: 0x50 }
+ - { offsetInCU: 0x797, offset: 0x1796EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvg', symObjAddr: 0xC54, symBinAddr: 0x1808BC, symSize: 0x48 }
+ - { offsetInCU: 0x7C6, offset: 0x179719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvs', symObjAddr: 0xC9C, symBinAddr: 0x180904, symSize: 0x50 }
+ - { offsetInCU: 0x805, offset: 0x179758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvM', symObjAddr: 0xCEC, symBinAddr: 0x180954, symSize: 0x44 }
+ - { offsetInCU: 0x834, offset: 0x179787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC10loopPlayerAC0dG0CSgvM', symObjAddr: 0xD48, symBinAddr: 0x1809B0, symSize: 0x44 }
+ - { offsetInCU: 0x863, offset: 0x1797B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC12effectPlayerAC0dG0CSgvM', symObjAddr: 0xE3C, symBinAddr: 0x180AA4, symSize: 0x44 }
+ - { offsetInCU: 0x892, offset: 0x1797E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0Sbvg', symObjAddr: 0xE80, symBinAddr: 0x180AE8, symSize: 0x44 }
+ - { offsetInCU: 0x8C1, offset: 0x179814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0Sbvs', symObjAddr: 0xEC4, symBinAddr: 0x180B2C, symSize: 0x48 }
+ - { offsetInCU: 0x8FC, offset: 0x17984F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0SbvM', symObjAddr: 0xF0C, symBinAddr: 0x180B74, symSize: 0x44 }
+ - { offsetInCU: 0x92B, offset: 0x17987E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0SbvM.resume.0', symObjAddr: 0xF50, symBinAddr: 0x180BB8, symSize: 0x4 }
+ - { offsetInCU: 0x983, offset: 0x1798D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCACycfc', symObjAddr: 0xF54, symBinAddr: 0x180BBC, symSize: 0xF8 }
+ - { offsetInCU: 0xA04, offset: 0x179957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCACycfcTo', symObjAddr: 0x104C, symBinAddr: 0x180CB4, symSize: 0x20 }
+ - { offsetInCU: 0xA20, offset: 0x179973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC8playLoop_12forceSpeakeryAA0D4TypeO_SbSgtF', symObjAddr: 0x106C, symBinAddr: 0x180CD4, symSize: 0x2B0 }
+ - { offsetInCU: 0xB6C, offset: 0x179ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC10playEffect_12forceSpeakeryAA0D4TypeO_SbSgtF', symObjAddr: 0x131C, symBinAddr: 0x180F84, symSize: 0x2AC }
+ - { offsetInCU: 0xCB8, offset: 0x179C0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC04playD033_9EAAA29EB0632003E6E11FAAEEC349D5LL3url9soundType7looping12forceSpeakery10Foundation3URLV_AA0dO0OS2bSgtF', symObjAddr: 0x15C8, symBinAddr: 0x181230, symSize: 0x560 }
+ - { offsetInCU: 0xEFD, offset: 0x179E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC04stopD07loopingySb_tF', symObjAddr: 0x1B28, symBinAddr: 0x181790, symSize: 0x1C8 }
+ - { offsetInCU: 0xFF8, offset: 0x179F4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF', symObjAddr: 0x1CF0, symBinAddr: 0x181958, symSize: 0x4 }
+ - { offsetInCU: 0x101B, offset: 0x179F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtFTo', symObjAddr: 0x1CF4, symBinAddr: 0x18195C, symSize: 0x50 }
+ - { offsetInCU: 0x105C, offset: 0x179FAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC18handleInterruption33_9EAAA29EB0632003E6E11FAAEEC349D5LL12notificationy10Foundation12NotificationV_tFTo', symObjAddr: 0x1D44, symBinAddr: 0x1819AC, symSize: 0x94 }
+ - { offsetInCU: 0x108E, offset: 0x179FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtFTf4ndn_n', symObjAddr: 0x1F2C, symBinAddr: 0x181AE4, symSize: 0x184 }
+ - { offsetInCU: 0x11A9, offset: 0x17A0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC18handleInterruption33_9EAAA29EB0632003E6E11FAAEEC349D5LL12notificationy10Foundation12NotificationV_tFTf4nd_n', symObjAddr: 0x26A4, symBinAddr: 0x18225C, symSize: 0x2F4 }
+ - { offsetInCU: 0x135D, offset: 0x17A2B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMa', symObjAddr: 0x3E0, symBinAddr: 0x18008C, symSize: 0x3C }
+ - { offsetInCU: 0x149F, offset: 0x17A3F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCfETo', symObjAddr: 0x1E14, symBinAddr: 0x181A7C, symSize: 0x48 }
+ - { offsetInCU: 0x14CE, offset: 0x17A421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCMa', symObjAddr: 0x1E5C, symBinAddr: 0x181AC4, symSize: 0x20 }
+ - { offsetInCU: 0x14E2, offset: 0x17A435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASQWb', symObjAddr: 0x20B0, symBinAddr: 0x181C68, symSize: 0x4 }
+ - { offsetInCU: 0x14F6, offset: 0x17A449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOACSQAAWl', symObjAddr: 0x20B4, symBinAddr: 0x181C6C, symSize: 0x44 }
+ - { offsetInCU: 0x150A, offset: 0x17A45D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOMa', symObjAddr: 0x23A8, symBinAddr: 0x181F60, symSize: 0x10 }
+ - { offsetInCU: 0x151E, offset: 0x17A471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMU', symObjAddr: 0x2584, symBinAddr: 0x18213C, symSize: 0x8 }
+ - { offsetInCU: 0x1532, offset: 0x17A485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMr', symObjAddr: 0x258C, symBinAddr: 0x182144, symSize: 0x84 }
+ - { offsetInCU: 0x1571, offset: 0x17A4C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x24, symBinAddr: 0x17FCD0, symSize: 0x14 }
+ - { offsetInCU: 0x1602, offset: 0x17A555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x38, symBinAddr: 0x17FCE4, symSize: 0x44 }
+ - { offsetInCU: 0x16B1, offset: 0x17A604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7C, symBinAddr: 0x17FD28, symSize: 0x28 }
+ - { offsetInCU: 0x1704, offset: 0x17A657, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA4, symBinAddr: 0x17FD50, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x17AB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvg', symObjAddr: 0x0, symBinAddr: 0x18259C, symSize: 0x4C }
+ - { offsetInCU: 0x67, offset: 0x17AB49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvs', symObjAddr: 0xB0, symBinAddr: 0x1825E8, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0x17AB65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvM', symObjAddr: 0x158, symBinAddr: 0x182638, symSize: 0x3C }
+ - { offsetInCU: 0x9F, offset: 0x17AB81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvg', symObjAddr: 0x194, symBinAddr: 0x182674, symSize: 0x44 }
+ - { offsetInCU: 0xBB, offset: 0x17AB9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvs', symObjAddr: 0x1D8, symBinAddr: 0x1826B8, symSize: 0x44 }
+ - { offsetInCU: 0xD7, offset: 0x17ABB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvM', symObjAddr: 0x21C, symBinAddr: 0x1826FC, symSize: 0x3C }
+ - { offsetInCU: 0x11D, offset: 0x17ABFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0x258, symBinAddr: 0x182738, symSize: 0x84 }
+ - { offsetInCU: 0x15A, offset: 0x17AC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0x2DC, symBinAddr: 0x1827BC, symSize: 0x70 }
+ - { offsetInCU: 0x1AD, offset: 0x17AC8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keyACSo9SecKeyRefa_tcfC', symObjAddr: 0x34C, symBinAddr: 0x18282C, symSize: 0x78 }
+ - { offsetInCU: 0x1F2, offset: 0x17ACD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keyACSo9SecKeyRefa_tcfc', symObjAddr: 0x3C4, symBinAddr: 0x1828A4, symSize: 0x64 }
+ - { offsetInCU: 0x21B, offset: 0x17ACFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCfd', symObjAddr: 0x428, symBinAddr: 0x182908, symSize: 0x24 }
+ - { offsetInCU: 0x256, offset: 0x17AD38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCfD', symObjAddr: 0x44C, symBinAddr: 0x18292C, symSize: 0x2C }
+ - { offsetInCU: 0x2B7, offset: 0x17AD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvg', symObjAddr: 0x478, symBinAddr: 0x182958, symSize: 0x30 }
+ - { offsetInCU: 0x2D3, offset: 0x17ADB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvs', symObjAddr: 0x4A8, symBinAddr: 0x182988, symSize: 0x3C }
+ - { offsetInCU: 0x2EF, offset: 0x17ADD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvM', symObjAddr: 0x4E4, symBinAddr: 0x1829C4, symSize: 0x3C }
+ - { offsetInCU: 0x30B, offset: 0x17ADED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvM.resume.0', symObjAddr: 0x520, symBinAddr: 0x182A00, symSize: 0x4 }
+ - { offsetInCU: 0x327, offset: 0x17AE09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvg', symObjAddr: 0x524, symBinAddr: 0x182A04, symSize: 0x30 }
+ - { offsetInCU: 0x343, offset: 0x17AE25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvs', symObjAddr: 0x554, symBinAddr: 0x182A34, symSize: 0x3C }
+ - { offsetInCU: 0x35F, offset: 0x17AE41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvM', symObjAddr: 0x590, symBinAddr: 0x182A70, symSize: 0x3C }
+ - { offsetInCU: 0x37B, offset: 0x17AE5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvg', symObjAddr: 0x5CC, symBinAddr: 0x182AAC, symSize: 0x30 }
+ - { offsetInCU: 0x397, offset: 0x17AE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvs', symObjAddr: 0x5FC, symBinAddr: 0x182ADC, symSize: 0x3C }
+ - { offsetInCU: 0x3B3, offset: 0x17AE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvM', symObjAddr: 0x638, symBinAddr: 0x182B18, symSize: 0x3C }
+ - { offsetInCU: 0x3CF, offset: 0x17AEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvg', symObjAddr: 0x674, symBinAddr: 0x182B54, symSize: 0x34 }
+ - { offsetInCU: 0x3EB, offset: 0x17AECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvs', symObjAddr: 0x6A8, symBinAddr: 0x182B88, symSize: 0x44 }
+ - { offsetInCU: 0x407, offset: 0x17AEE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvM', symObjAddr: 0x6EC, symBinAddr: 0x182BCC, symSize: 0x3C }
+ - { offsetInCU: 0x423, offset: 0x17AF05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvg', symObjAddr: 0x728, symBinAddr: 0x182C08, symSize: 0x34 }
+ - { offsetInCU: 0x43F, offset: 0x17AF21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvs', symObjAddr: 0x75C, symBinAddr: 0x182C3C, symSize: 0x44 }
+ - { offsetInCU: 0x45B, offset: 0x17AF3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvM', symObjAddr: 0x7A0, symBinAddr: 0x182C80, symSize: 0x3C }
+ - { offsetInCU: 0x477, offset: 0x17AF59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvg', symObjAddr: 0x7DC, symBinAddr: 0x182CBC, symSize: 0x30 }
+ - { offsetInCU: 0x493, offset: 0x17AF75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvs', symObjAddr: 0x80C, symBinAddr: 0x182CEC, symSize: 0x3C }
+ - { offsetInCU: 0x4AF, offset: 0x17AF91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvM', symObjAddr: 0x848, symBinAddr: 0x182D28, symSize: 0x3C }
+ - { offsetInCU: 0x4EB, offset: 0x17AFCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysACSb_tcfC', symObjAddr: 0x884, symBinAddr: 0x182D64, symSize: 0x2FC }
+ - { offsetInCU: 0x7B2, offset: 0x17B294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfC', symObjAddr: 0xBA0, symBinAddr: 0x183080, symSize: 0x4C }
+ - { offsetInCU: 0x7FF, offset: 0x17B2E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_Sbtcfc', symObjAddr: 0xBEC, symBinAddr: 0x1830CC, symSize: 0x420 }
+ - { offsetInCU: 0xAD1, offset: 0x17B5B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfcyyYbcfU_', symObjAddr: 0x100C, symBinAddr: 0x1834EC, symSize: 0x84 }
+ - { offsetInCU: 0xB36, offset: 0x17B618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isValid_6domainSbSo11SecTrustRefa_SSSgtF', symObjAddr: 0x1090, symBinAddr: 0x183570, symSize: 0xAB0 }
+ - { offsetInCU: 0x1391, offset: 0x17BE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16extractPublicKeyySo03SecG3RefaSg10Foundation4DataVF', symObjAddr: 0x1B70, symBinAddr: 0x184050, symSize: 0x80 }
+ - { offsetInCU: 0x13E7, offset: 0x17BEC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16extractPublicKey_6policySo03SecG3RefaSgSo0i11CertificateJ0a_So0i6PolicyJ0atF', symObjAddr: 0x1BF0, symBinAddr: 0x1840D0, symSize: 0xA0 }
+ - { offsetInCU: 0x1476, offset: 0x17BF58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16certificateChainySay10Foundation4DataVGSo11SecTrustRefaF', symObjAddr: 0x1C90, symBinAddr: 0x184170, symSize: 0x74 }
+ - { offsetInCU: 0x1516, offset: 0x17BFF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC14publicKeyChainySaySo03SecF3RefaGSo0h5TrustI0aF', symObjAddr: 0x1D04, symBinAddr: 0x1841E4, symSize: 0xBC }
+ - { offsetInCU: 0x15F8, offset: 0x17C0DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCfd', symObjAddr: 0x1DC0, symBinAddr: 0x1842A0, symSize: 0x24 }
+ - { offsetInCU: 0x1633, offset: 0x17C115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCfD', symObjAddr: 0x1DE4, symBinAddr: 0x1842C4, symSize: 0x2C }
+ - { offsetInCU: 0x1676, offset: 0x17C158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCAA17SSLTrustValidatorA2aDP7isValid_6domainSbSo11SecTrustRefa_SSSgtFTW', symObjAddr: 0x1E10, symBinAddr: 0x1842F0, symSize: 0x2C }
+ - { offsetInCU: 0x17C4, offset: 0x17C2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCMa', symObjAddr: 0xB80, symBinAddr: 0x183060, symSize: 0x20 }
+ - { offsetInCU: 0x1AC3, offset: 0x17C5A5, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV2eeoiySbAC_ACtFZSbSWXEfU_', symObjAddr: 0x1E3C, symBinAddr: 0x18431C, symSize: 0x1F8 }
+ - { offsetInCU: 0x1B0E, offset: 0x17C5F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfcyyYbcfU_TA', symObjAddr: 0x20AC, symBinAddr: 0x184550, symSize: 0x8 }
+ - { offsetInCU: 0x1B22, offset: 0x17C604, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x20B4, symBinAddr: 0x184558, symSize: 0x10 }
+ - { offsetInCU: 0x1B36, offset: 0x17C618, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x20C4, symBinAddr: 0x184568, symSize: 0x8 }
+ - { offsetInCU: 0x1BE4, offset: 0x17C6C6, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV24storesOnlyElementsOfTypeySbqd__mlFSo9SecKeyRefa_yXlTg5Tf4dn_n', symObjAddr: 0x2774, symBinAddr: 0x184B00, symSize: 0x68 }
+ - { offsetInCU: 0x1C26, offset: 0x17C708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCMa', symObjAddr: 0x2B70, symBinAddr: 0x184EFC, symSize: 0x20 }
+ - { offsetInCU: 0x1E18, offset: 0x17C8FA, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSay13SendBirdCalls7SSLCertCG_SaySo9SecKeyRefaGTg504$s13cd48Calls11SSLSecurityC5certs13usePublicKeysACSayAA7f23CG_SbtcfcyyYbcfU_SaySo9gH16RefaGAK_AGtXEfU_AD0L0CTf1ncn_nTf4nng_n', symObjAddr: 0x21E4, symBinAddr: 0x184570, symSize: 0x284 }
+ - { offsetInCU: 0x20C2, offset: 0x17CBA4, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSnySiG_SaySo9SecKeyRefaGTg5039$s13SendBirdCalls11SSLSecurityC14publicd13ChainySaySo03C33F3RefaGSo0h5TrustI0aFA2G_SitXEfU_So0crE0a0gH5Calls0J0CSo0c6PolicyE0aTf1ncn_nTf4nnggg_n', symObjAddr: 0x2468, symBinAddr: 0x1847F4, symSize: 0x1B0 }
+ - { offsetInCU: 0x22A3, offset: 0x17CD85, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSnySiG_Say10Foundation4DataVGTg5066$s13SendBirdCalls11SSLSecurityC16certificateChainySay10Foundation4D31VGSo11SecTrustRefaFA2H_SitXEfU_So0oP3RefaTf1ncn_nTf4nng_n', symObjAddr: 0x2618, symBinAddr: 0x1849A4, symSize: 0x15C }
+ - { offsetInCU: 0x27, offset: 0x17D32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x185060, symSize: 0xA8 }
+ - { offsetInCU: 0x6C, offset: 0x17D372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x185060, symSize: 0xA8 }
+ - { offsetInCU: 0x10B, offset: 0x17D411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x128, symBinAddr: 0x185148, symSize: 0x28 }
+ - { offsetInCU: 0x12C, offset: 0x17D432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x150, symBinAddr: 0x185170, symSize: 0x40 }
+ - { offsetInCU: 0x15D, offset: 0x17D463, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x1851B0, symSize: 0x4 }
+ - { offsetInCU: 0x179, offset: 0x17D47F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x194, symBinAddr: 0x1851B4, symSize: 0x4 }
+ - { offsetInCU: 0x195, offset: 0x17D49B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x198, symBinAddr: 0x1851B8, symSize: 0x8 }
+ - { offsetInCU: 0x1A9, offset: 0x17D4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1A0, symBinAddr: 0x1851C0, symSize: 0x4 }
+ - { offsetInCU: 0x1F5, offset: 0x17D4FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x254, symBinAddr: 0x185230, symSize: 0x40 }
+ - { offsetInCU: 0x22C, offset: 0x17D532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x3B0, symBinAddr: 0x185348, symSize: 0x8 }
+ - { offsetInCU: 0x257, offset: 0x17D55D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3B8, symBinAddr: 0x185350, symSize: 0x8 }
+ - { offsetInCU: 0x289, offset: 0x17D58F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x44C, symBinAddr: 0x1853E4, symSize: 0x4 }
+ - { offsetInCU: 0x2AD, offset: 0x17D5B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultType_WZ', symObjAddr: 0xE8, symBinAddr: 0x185108, symSize: 0x4 }
+ - { offsetInCU: 0x2C7, offset: 0x17D5CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0xEC, symBinAddr: 0x18510C, symSize: 0x3C }
+ - { offsetInCU: 0x2EC, offset: 0x17D5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15RoomRequestableAAWI', symObjAddr: 0x1A4, symBinAddr: 0x1851C4, symSize: 0x24 }
+ - { offsetInCU: 0x300, offset: 0x17D606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1C8, symBinAddr: 0x1851E8, symSize: 0x44 }
+ - { offsetInCU: 0x314, offset: 0x17D61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x20C, symBinAddr: 0x18522C, symSize: 0x4 }
+ - { offsetInCU: 0x328, offset: 0x17D62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA14APIRequestableAAWI', symObjAddr: 0x294, symBinAddr: 0x185270, symSize: 0x24 }
+ - { offsetInCU: 0x33C, offset: 0x17D642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA11RequestableAAWI', symObjAddr: 0x2FC, symBinAddr: 0x185294, symSize: 0x2C }
+ - { offsetInCU: 0x350, offset: 0x17D656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA0F0AAWl', symObjAddr: 0x328, symBinAddr: 0x1852C0, symSize: 0x44 }
+ - { offsetInCU: 0x364, offset: 0x17D66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x36C, symBinAddr: 0x185304, symSize: 0x44 }
+ - { offsetInCU: 0x378, offset: 0x17D67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0AAWI', symObjAddr: 0x3C0, symBinAddr: 0x185358, symSize: 0x24 }
+ - { offsetInCU: 0x38C, offset: 0x17D692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVACSEAAWl', symObjAddr: 0x3E4, symBinAddr: 0x18537C, symSize: 0x44 }
+ - { offsetInCU: 0x3A0, offset: 0x17D6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x428, symBinAddr: 0x1853C0, symSize: 0x24 }
+ - { offsetInCU: 0x3B4, offset: 0x17D6BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwCP', symObjAddr: 0x450, symBinAddr: 0x1853E8, symSize: 0x34 }
+ - { offsetInCU: 0x3C8, offset: 0x17D6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwxx', symObjAddr: 0x484, symBinAddr: 0x18541C, symSize: 0x8 }
+ - { offsetInCU: 0x3DC, offset: 0x17D6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwcp', symObjAddr: 0x48C, symBinAddr: 0x185424, symSize: 0x34 }
+ - { offsetInCU: 0x3F0, offset: 0x17D6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwca', symObjAddr: 0x4C0, symBinAddr: 0x185458, symSize: 0x40 }
+ - { offsetInCU: 0x404, offset: 0x17D70A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwta', symObjAddr: 0x50C, symBinAddr: 0x185498, symSize: 0x38 }
+ - { offsetInCU: 0x418, offset: 0x17D71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwet', symObjAddr: 0x544, symBinAddr: 0x1854D0, symSize: 0x48 }
+ - { offsetInCU: 0x42C, offset: 0x17D732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwst', symObjAddr: 0x58C, symBinAddr: 0x185518, symSize: 0x3C }
+ - { offsetInCU: 0x440, offset: 0x17D746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVMa', symObjAddr: 0x5C8, symBinAddr: 0x185554, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x17D973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC18calleeDeliveryInfoAA0iJ0VSgvg', symObjAddr: 0x0, symBinAddr: 0x185568, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x17D997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC18calleeDeliveryInfoAA0iJ0VSgvg', symObjAddr: 0x0, symBinAddr: 0x185568, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x17D9B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC12receivedTypeAA0fI0OSgvg', symObjAddr: 0x54, symBinAddr: 0x1855A8, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x17D9CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x84, symBinAddr: 0x1855D8, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x17D9F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xCC, symBinAddr: 0x185620, symSize: 0x2C0 }
+ - { offsetInCU: 0x199, offset: 0x17DAE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfo014calleeDeliveryN008receivedI0AcA0G5TypesO10DirectCallO_S2SAA0pN0VAoA0fI0OSgtcfC', symObjAddr: 0x5A8, symBinAddr: 0x185910, symSize: 0xF4 }
+ - { offsetInCU: 0x24C, offset: 0x17DB98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfo014calleeDeliveryN008receivedI0AcA0G5TypesO10DirectCallO_S2SAA0pN0VAoA0fI0OSgtcfc', symObjAddr: 0x69C, symBinAddr: 0x185A04, symSize: 0xC4 }
+ - { offsetInCU: 0x333, offset: 0x17DC7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x760, symBinAddr: 0x185AC8, symSize: 0x2C }
+ - { offsetInCU: 0x392, offset: 0x17DCDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x78C, symBinAddr: 0x185AF4, symSize: 0x2C }
+ - { offsetInCU: 0x3EF, offset: 0x17DD3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfd', symObjAddr: 0x7D4, symBinAddr: 0x185B3C, symSize: 0x3C }
+ - { offsetInCU: 0x440, offset: 0x17DD8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfD', symObjAddr: 0x810, symBinAddr: 0x185B78, symSize: 0x44 }
+ - { offsetInCU: 0x49A, offset: 0x17DDE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSgWOy', symObjAddr: 0x30, symBinAddr: 0x185598, symSize: 0x10 }
+ - { offsetInCU: 0x4AE, offset: 0x17DDFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCMa', symObjAddr: 0x454, symBinAddr: 0x1858E0, symSize: 0x20 }
+ - { offsetInCU: 0x4C2, offset: 0x17DE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSgWOe', symObjAddr: 0x488, symBinAddr: 0x185900, symSize: 0x10 }
+ - { offsetInCU: 0x593, offset: 0x17DEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfE', symObjAddr: 0x7B8, symBinAddr: 0x185B20, symSize: 0x1C }
+ - { offsetInCU: 0x66, offset: 0x17E1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11stringValueAESSSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x185BE0, symSize: 0x98 }
+ - { offsetInCU: 0xC7, offset: 0x17E209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11stringValueSSvg', symObjAddr: 0x98, symBinAddr: 0x185C78, symSize: 0x60 }
+ - { offsetInCU: 0xF6, offset: 0x17E238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO8rawValueAESgSi_tcfC', symObjAddr: 0x424, symBinAddr: 0x186004, symSize: 0x20 }
+ - { offsetInCU: 0x115, offset: 0x17E257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x520, symBinAddr: 0x186100, symSize: 0xC }
+ - { offsetInCU: 0x137, offset: 0x17E279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x520, symBinAddr: 0x186100, symSize: 0xC }
+ - { offsetInCU: 0x14C, offset: 0x17E28E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x520, symBinAddr: 0x186100, symSize: 0xC }
+ - { offsetInCU: 0x15E, offset: 0x17E2A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO8rawValueSivg', symObjAddr: 0x52C, symBinAddr: 0x18610C, symSize: 0x4 }
+ - { offsetInCU: 0x1A1, offset: 0x17E2E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x5F0, symBinAddr: 0x1861D0, symSize: 0x2C }
+ - { offsetInCU: 0x1D2, offset: 0x17E314, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x61C, symBinAddr: 0x1861FC, symSize: 0xC }
+ - { offsetInCU: 0x20D, offset: 0x17E34F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout07isVideoE011callOptions11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSbAA0eP0CSDyS2SGAA05StatsT0VtcfC', symObjAddr: 0xF8, symBinAddr: 0x185CD8, symSize: 0xCC }
+ - { offsetInCU: 0x31A, offset: 0x17E45C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout6callId6caller6callee07isVideoE00M7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSSAA0dE4UserCSgA5_SbAA0eS0CAA04TurnU0CSgSayAA10CapabilityOGSgSDyS2SGAA18StatsConfigurationVtcfC', symObjAddr: 0x1C4, symBinAddr: 0x185DA4, symSize: 0xD0 }
+ - { offsetInCU: 0x45C, offset: 0x17E59E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfC', symObjAddr: 0x444, symBinAddr: 0x186024, symSize: 0xDC }
+ - { offsetInCU: 0x499, offset: 0x17E5DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvgTo', symObjAddr: 0x628, symBinAddr: 0x186208, symSize: 0x68 }
+ - { offsetInCU: 0x4D6, offset: 0x17E618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvg', symObjAddr: 0x690, symBinAddr: 0x186270, symSize: 0x54 }
+ - { offsetInCU: 0x51F, offset: 0x17E661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvsTo', symObjAddr: 0x6E4, symBinAddr: 0x1862C4, symSize: 0x68 }
+ - { offsetInCU: 0x566, offset: 0x17E6A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvs', symObjAddr: 0x74C, symBinAddr: 0x18632C, symSize: 0x5C }
+ - { offsetInCU: 0x58F, offset: 0x17E6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvM', symObjAddr: 0x7A8, symBinAddr: 0x186388, symSize: 0x44 }
+ - { offsetInCU: 0x5DC, offset: 0x17E71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callUUID10Foundation0G0VSgvgTo', symObjAddr: 0x7EC, symBinAddr: 0x1863CC, symSize: 0xE4 }
+ - { offsetInCU: 0x611, offset: 0x17E753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callUUID10Foundation0G0VSgvg', symObjAddr: 0x8D0, symBinAddr: 0x1864B0, symSize: 0x48 }
+ - { offsetInCU: 0x64E, offset: 0x17E790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8clientIdSSvgTo', symObjAddr: 0x918, symBinAddr: 0x1864F8, symSize: 0x4C }
+ - { offsetInCU: 0x689, offset: 0x17E7CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8clientIdSSvg', symObjAddr: 0x964, symBinAddr: 0x186544, symSize: 0x38 }
+ - { offsetInCU: 0x6A8, offset: 0x17E7EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callerAA0dE4UserCSgvM', symObjAddr: 0x9CC, symBinAddr: 0x1865AC, symSize: 0x44 }
+ - { offsetInCU: 0x6D7, offset: 0x17E819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6calleeAA0dE4UserCSgvM', symObjAddr: 0xB7C, symBinAddr: 0x18675C, symSize: 0x44 }
+ - { offsetInCU: 0x724, offset: 0x17E866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11customItemsSDyS2SGvgTo', symObjAddr: 0xBC0, symBinAddr: 0x1867A0, symSize: 0xA0 }
+ - { offsetInCU: 0x759, offset: 0x17E89B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11customItemsSDyS2SGvg', symObjAddr: 0xC60, symBinAddr: 0x186840, symSize: 0x5C }
+ - { offsetInCU: 0x796, offset: 0x17E8D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10remoteUserAA0deG0CSgvgTo', symObjAddr: 0xCBC, symBinAddr: 0x18689C, symSize: 0x7C }
+ - { offsetInCU: 0x7C9, offset: 0x17E90B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10remoteUserAA0deG0CSgvg', symObjAddr: 0xD38, symBinAddr: 0x186918, symSize: 0x54 }
+ - { offsetInCU: 0x806, offset: 0x17E948, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9localUserAA0deG0CSgvgTo', symObjAddr: 0xD8C, symBinAddr: 0x18696C, symSize: 0x7C }
+ - { offsetInCU: 0x839, offset: 0x17E97B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9localUserAA0deG0CSgvg', symObjAddr: 0xE08, symBinAddr: 0x1869E8, symSize: 0x54 }
+ - { offsetInCU: 0x858, offset: 0x17E99A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6myRoleAC04UserG0OvM', symObjAddr: 0xE8C, symBinAddr: 0x186A6C, symSize: 0x44 }
+ - { offsetInCU: 0x8A5, offset: 0x17E9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7callLogAA0deG0CSgvgTo', symObjAddr: 0xED0, symBinAddr: 0x186AB0, symSize: 0x80 }
+ - { offsetInCU: 0x8D8, offset: 0x17EA1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7callLogAA0deG0CSgvg', symObjAddr: 0xF50, symBinAddr: 0x186B30, symSize: 0x54 }
+ - { offsetInCU: 0x915, offset: 0x17EA57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvgTo', symObjAddr: 0xFA4, symBinAddr: 0x186B84, symSize: 0x48 }
+ - { offsetInCU: 0x952, offset: 0x17EA94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0Cvg', symObjAddr: 0xFEC, symBinAddr: 0x186BCC, symSize: 0x44 }
+ - { offsetInCU: 0x99B, offset: 0x17EADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvsTo', symObjAddr: 0x1030, symBinAddr: 0x186C10, symSize: 0x64 }
+ - { offsetInCU: 0x9E0, offset: 0x17EB22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0Cvs', symObjAddr: 0x1094, symBinAddr: 0x186C74, symSize: 0x50 }
+ - { offsetInCU: 0xA09, offset: 0x17EB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvM', symObjAddr: 0x10E4, symBinAddr: 0x186CC4, symSize: 0x44 }
+ - { offsetInCU: 0xA38, offset: 0x17EB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvM.resume.0', symObjAddr: 0x1128, symBinAddr: 0x186D08, symSize: 0x4 }
+ - { offsetInCU: 0xA81, offset: 0x17EBC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedByAA0dE4UserCSgvgTo', symObjAddr: 0x112C, symBinAddr: 0x186D0C, symSize: 0x78 }
+ - { offsetInCU: 0xAB6, offset: 0x17EBF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedByAA0dE4UserCSgvg', symObjAddr: 0x11A4, symBinAddr: 0x186D84, symSize: 0x5C }
+ - { offsetInCU: 0xAF3, offset: 0x17EC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9endResultAA0de3EndG0OvgTo', symObjAddr: 0x1200, symBinAddr: 0x186DE0, symSize: 0x78 }
+ - { offsetInCU: 0xB28, offset: 0x17EC6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9endResultAA0de3EndG0Ovg', symObjAddr: 0x1278, symBinAddr: 0x186E58, symSize: 0x5C }
+ - { offsetInCU: 0xB65, offset: 0x17ECA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEndedSbvgTo', symObjAddr: 0x12D4, symBinAddr: 0x186EB4, symSize: 0xB4 }
+ - { offsetInCU: 0xC17, offset: 0x17ED59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEndedSbvg', symObjAddr: 0x1388, symBinAddr: 0x186F68, symSize: 0x98 }
+ - { offsetInCU: 0xCD1, offset: 0x17EE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9isOngoingSbvgTo', symObjAddr: 0x1420, symBinAddr: 0x187000, symSize: 0x5C }
+ - { offsetInCU: 0xD04, offset: 0x17EE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9isOngoingSbvg', symObjAddr: 0x147C, symBinAddr: 0x18705C, symSize: 0x34 }
+ - { offsetInCU: 0xD3F, offset: 0x17EE81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9startedAts5Int64VvgTo', symObjAddr: 0x14B0, symBinAddr: 0x187090, symSize: 0x78 }
+ - { offsetInCU: 0xD74, offset: 0x17EEB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9startedAts5Int64Vvg', symObjAddr: 0x1528, symBinAddr: 0x187108, symSize: 0x5C }
+ - { offsetInCU: 0xDB1, offset: 0x17EEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedAts5Int64VvgTo', symObjAddr: 0x1584, symBinAddr: 0x187164, symSize: 0x78 }
+ - { offsetInCU: 0xDE6, offset: 0x17EF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedAts5Int64Vvg', symObjAddr: 0x15FC, symBinAddr: 0x1871DC, symSize: 0x5C }
+ - { offsetInCU: 0xE05, offset: 0x17EF47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8durations5Int64VvgTo', symObjAddr: 0x1658, symBinAddr: 0x187238, symSize: 0x38 }
+ - { offsetInCU: 0xE21, offset: 0x17EF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8durations5Int64Vvg', symObjAddr: 0x1690, symBinAddr: 0x187270, symSize: 0x160 }
+ - { offsetInCU: 0xF00, offset: 0x17F042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callInfoAA0eG0CvM', symObjAddr: 0x1808, symBinAddr: 0x1873E8, symSize: 0x44 }
+ - { offsetInCU: 0xF4D, offset: 0x17F08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteAudioEnabledSbvgTo', symObjAddr: 0x184C, symBinAddr: 0x18742C, symSize: 0xA0 }
+ - { offsetInCU: 0xF82, offset: 0x17F0C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteAudioEnabledSbvg', symObjAddr: 0x18EC, symBinAddr: 0x1874CC, symSize: 0x7C }
+ - { offsetInCU: 0xFBF, offset: 0x17F101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalAudioEnabledSbvgTo', symObjAddr: 0x1968, symBinAddr: 0x187548, symSize: 0xA0 }
+ - { offsetInCU: 0xFF4, offset: 0x17F136, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalAudioEnabledSbvg', symObjAddr: 0x1A08, symBinAddr: 0x1875E8, symSize: 0x7C }
+ - { offsetInCU: 0x1031, offset: 0x17F173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoViewAA0abgH0CSgvgTo', symObjAddr: 0x1A84, symBinAddr: 0x187664, symSize: 0x70 }
+ - { offsetInCU: 0x1066, offset: 0x17F1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoViewAA0abgH0CSgvg', symObjAddr: 0x1AF4, symBinAddr: 0x1876D4, symSize: 0x54 }
+ - { offsetInCU: 0x10A3, offset: 0x17F1E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoViewAA0abgH0CSgvgTo', symObjAddr: 0x1B48, symBinAddr: 0x187728, symSize: 0x70 }
+ - { offsetInCU: 0x10D8, offset: 0x17F21A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoViewAA0abgH0CSgvg', symObjAddr: 0x1BB8, symBinAddr: 0x187798, symSize: 0x54 }
+ - { offsetInCU: 0x1117, offset: 0x17F259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalVideoEnabledSbvgTo', symObjAddr: 0x1C0C, symBinAddr: 0x1877EC, symSize: 0xA0 }
+ - { offsetInCU: 0x114D, offset: 0x17F28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalVideoEnabledSbvg', symObjAddr: 0x1CAC, symBinAddr: 0x18788C, symSize: 0x7C }
+ - { offsetInCU: 0x118C, offset: 0x17F2CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteVideoEnabledSbvgTo', symObjAddr: 0x1D28, symBinAddr: 0x187908, symSize: 0xA0 }
+ - { offsetInCU: 0x11C2, offset: 0x17F304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteVideoEnabledSbvg', symObjAddr: 0x1DC8, symBinAddr: 0x1879A8, symSize: 0x7C }
+ - { offsetInCU: 0x11E1, offset: 0x17F323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10wasRelayedSbvM', symObjAddr: 0x1E74, symBinAddr: 0x187A54, symSize: 0x44 }
+ - { offsetInCU: 0x1232, offset: 0x17F374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8isOnHoldSbvgTo', symObjAddr: 0x1EB8, symBinAddr: 0x187A98, symSize: 0x68 }
+ - { offsetInCU: 0x128B, offset: 0x17F3CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8isOnHoldSbvg', symObjAddr: 0x1F20, symBinAddr: 0x187B00, symSize: 0x44 }
+ - { offsetInCU: 0x12ED, offset: 0x17F42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvgTo', symObjAddr: 0x1F64, symBinAddr: 0x187B44, symSize: 0x70 }
+ - { offsetInCU: 0x1358, offset: 0x17F49A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvsTo', symObjAddr: 0x1FE0, symBinAddr: 0x187BC0, symSize: 0xA8 }
+ - { offsetInCU: 0x1394, offset: 0x17F4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvs', symObjAddr: 0x2088, symBinAddr: 0x187C68, symSize: 0x74 }
+ - { offsetInCU: 0x13BD, offset: 0x17F4FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvW', symObjAddr: 0x20FC, symBinAddr: 0x187CDC, symSize: 0x794 }
+ - { offsetInCU: 0x1649, offset: 0x17F78B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvM', symObjAddr: 0x2890, symBinAddr: 0x188470, symSize: 0x74 }
+ - { offsetInCU: 0x167A, offset: 0x17F7BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvM.resume.0', symObjAddr: 0x2904, symBinAddr: 0x1884E4, symSize: 0x98 }
+ - { offsetInCU: 0x16B3, offset: 0x17F7F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE0SbvM', symObjAddr: 0x29CC, symBinAddr: 0x1885AC, symSize: 0x44 }
+ - { offsetInCU: 0x16E4, offset: 0x17F826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15aliveTimerBoardAA07SBTimerH0CvM', symObjAddr: 0x2A28, symBinAddr: 0x188608, symSize: 0x44 }
+ - { offsetInCU: 0x1735, offset: 0x17F877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0x2A6C, symBinAddr: 0x18864C, symSize: 0x10 }
+ - { offsetInCU: 0x1755, offset: 0x17F897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0x2A6C, symBinAddr: 0x18864C, symSize: 0x10 }
+ - { offsetInCU: 0x1773, offset: 0x17F8B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x2A7C, symBinAddr: 0x18865C, symSize: 0x10 }
+ - { offsetInCU: 0x1790, offset: 0x17F8D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7contextAC12StateManagerCvg', symObjAddr: 0x2A8C, symBinAddr: 0x18866C, symSize: 0x10 }
+ - { offsetInCU: 0x17BF, offset: 0x17F901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7serviceAA0aB7ServiceCvg', symObjAddr: 0x2A9C, symBinAddr: 0x18867C, symSize: 0x10 }
+ - { offsetInCU: 0x17EE, offset: 0x17F930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0Ovg', symObjAddr: 0x2AAC, symBinAddr: 0x18868C, symSize: 0x44 }
+ - { offsetInCU: 0x181F, offset: 0x17F961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0Ovs', symObjAddr: 0x2AF0, symBinAddr: 0x1886D0, symSize: 0x48 }
+ - { offsetInCU: 0x1861, offset: 0x17F9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0OvM', symObjAddr: 0x2B38, symBinAddr: 0x188718, symSize: 0x44 }
+ - { offsetInCU: 0x18B2, offset: 0x17F9F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0CvgTo', symObjAddr: 0x2B7C, symBinAddr: 0x18875C, symSize: 0x10 }
+ - { offsetInCU: 0x18D2, offset: 0x17FA14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0CvgTo', symObjAddr: 0x2B7C, symBinAddr: 0x18875C, symSize: 0x10 }
+ - { offsetInCU: 0x18F0, offset: 0x17FA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0Cvg', symObjAddr: 0x2B8C, symBinAddr: 0x18876C, symSize: 0x10 }
+ - { offsetInCU: 0x192D, offset: 0x17FA6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvgTo', symObjAddr: 0x2B9C, symBinAddr: 0x18877C, symSize: 0x48 }
+ - { offsetInCU: 0x196B, offset: 0x17FAAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvg', symObjAddr: 0x2BE4, symBinAddr: 0x1887C4, symSize: 0x48 }
+ - { offsetInCU: 0x19B7, offset: 0x17FAF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvsTo', symObjAddr: 0x2C2C, symBinAddr: 0x18880C, symSize: 0x50 }
+ - { offsetInCU: 0x19FD, offset: 0x17FB3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvs', symObjAddr: 0x2C7C, symBinAddr: 0x18885C, symSize: 0x58 }
+ - { offsetInCU: 0x1A26, offset: 0x17FB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x2CD4, symBinAddr: 0x1888B4, symSize: 0x70 }
+ - { offsetInCU: 0x1A57, offset: 0x17FB99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvg', symObjAddr: 0x2D58, symBinAddr: 0x188938, symSize: 0x48 }
+ - { offsetInCU: 0x1A88, offset: 0x17FBCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvs', symObjAddr: 0x2DA0, symBinAddr: 0x188980, symSize: 0x50 }
+ - { offsetInCU: 0x1ACA, offset: 0x17FC0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvM', symObjAddr: 0x2DF0, symBinAddr: 0x1889D0, symSize: 0x44 }
+ - { offsetInCU: 0x1AFB, offset: 0x17FC3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvg', symObjAddr: 0x2E34, symBinAddr: 0x188A14, symSize: 0x30 }
+ - { offsetInCU: 0x1B1A, offset: 0x17FC5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvs', symObjAddr: 0x2E64, symBinAddr: 0x188A44, symSize: 0x30 }
+ - { offsetInCU: 0x1B63, offset: 0x17FCA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvM', symObjAddr: 0x2E94, symBinAddr: 0x188A74, symSize: 0x48 }
+ - { offsetInCU: 0x1BD8, offset: 0x17FD1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvM.resume.0', symObjAddr: 0x2EDC, symBinAddr: 0x188ABC, symSize: 0x60 }
+ - { offsetInCU: 0x1C25, offset: 0x17FD67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvg', symObjAddr: 0x2F3C, symBinAddr: 0x188B1C, symSize: 0x4C }
+ - { offsetInCU: 0x1C56, offset: 0x17FD98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvs', symObjAddr: 0x2F88, symBinAddr: 0x188B68, symSize: 0x5C }
+ - { offsetInCU: 0x1C98, offset: 0x17FDDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvM', symObjAddr: 0x2FE4, symBinAddr: 0x188BC4, symSize: 0x44 }
+ - { offsetInCU: 0x1CC9, offset: 0x17FE0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvg', symObjAddr: 0x3028, symBinAddr: 0x188C08, symSize: 0x48 }
+ - { offsetInCU: 0x1CFA, offset: 0x17FE3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvs', symObjAddr: 0x3070, symBinAddr: 0x188C50, symSize: 0x58 }
+ - { offsetInCU: 0x1D3C, offset: 0x17FE7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvM', symObjAddr: 0x30C8, symBinAddr: 0x188CA8, symSize: 0x70 }
+ - { offsetInCU: 0x1D6D, offset: 0x17FEAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvW', symObjAddr: 0x31BC, symBinAddr: 0x188D9C, symSize: 0x1AC }
+ - { offsetInCU: 0x1DE2, offset: 0x17FF24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvs', symObjAddr: 0x3374, symBinAddr: 0x188F54, symSize: 0x70 }
+ - { offsetInCU: 0x1E24, offset: 0x17FF66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvM', symObjAddr: 0x33E4, symBinAddr: 0x188FC4, symSize: 0x48 }
+ - { offsetInCU: 0x1E55, offset: 0x17FF97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvM.resume.0', symObjAddr: 0x342C, symBinAddr: 0x18900C, symSize: 0x30 }
+ - { offsetInCU: 0x1E82, offset: 0x17FFC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvg', symObjAddr: 0x345C, symBinAddr: 0x18903C, symSize: 0x4C }
+ - { offsetInCU: 0x1EB3, offset: 0x17FFF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvs', symObjAddr: 0x34A8, symBinAddr: 0x189088, symSize: 0x68 }
+ - { offsetInCU: 0x1EF5, offset: 0x180037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvM', symObjAddr: 0x3510, symBinAddr: 0x1890F0, symSize: 0x74 }
+ - { offsetInCU: 0x1F26, offset: 0x180068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvM.resume.0', symObjAddr: 0x3584, symBinAddr: 0x189164, symSize: 0x74 }
+ - { offsetInCU: 0x1F53, offset: 0x180095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9recordersSayAA8RecorderCGvM', symObjAddr: 0x3610, symBinAddr: 0x1891F0, symSize: 0x44 }
+ - { offsetInCU: 0x1F84, offset: 0x1800C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17localCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x3654, symBinAddr: 0x189234, symSize: 0x54 }
+ - { offsetInCU: 0x1FB5, offset: 0x1800F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18remoteCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x36A8, symBinAddr: 0x189288, symSize: 0x54 }
+ - { offsetInCU: 0x2006, offset: 0x180148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isTurnChangeEnabledSbvgTo', symObjAddr: 0x36FC, symBinAddr: 0x1892DC, symSize: 0xB4 }
+ - { offsetInCU: 0x207D, offset: 0x1801BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isTurnChangeEnabledSbvg', symObjAddr: 0x37B0, symBinAddr: 0x189390, symSize: 0x98 }
+ - { offsetInCU: 0x20FD, offset: 0x18023F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11isRecordingSbvgTo', symObjAddr: 0x3848, symBinAddr: 0x189428, symSize: 0xD8 }
+ - { offsetInCU: 0x21A5, offset: 0x1802E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11isRecordingSbvg', symObjAddr: 0x3920, symBinAddr: 0x189500, symSize: 0xBC }
+ - { offsetInCU: 0x2236, offset: 0x180378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20localRecordingStatusAA0gH0OvgTo', symObjAddr: 0x39DC, symBinAddr: 0x1895BC, symSize: 0x38 }
+ - { offsetInCU: 0x2252, offset: 0x180394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20localRecordingStatusAA0gH0Ovg', symObjAddr: 0x3A14, symBinAddr: 0x1895F4, symSize: 0x16C }
+ - { offsetInCU: 0x23D3, offset: 0x180515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21remoteRecordingStatusAA0gH0OvM', symObjAddr: 0x3CB8, symBinAddr: 0x189898, symSize: 0x44 }
+ - { offsetInCU: 0x2404, offset: 0x180546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19remoteRecordingInfoAA0dE8SnapshotC0gH0CSgvM', symObjAddr: 0x3D14, symBinAddr: 0x1898F4, symSize: 0x44 }
+ - { offsetInCU: 0x2455, offset: 0x180597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25isLocalScreenShareEnabledSbvgTo', symObjAddr: 0x3D58, symBinAddr: 0x189938, symSize: 0x68 }
+ - { offsetInCU: 0x248B, offset: 0x1805CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25isLocalScreenShareEnabledSbvg', symObjAddr: 0x3DC0, symBinAddr: 0x1899A0, symSize: 0x4C }
+ - { offsetInCU: 0x24AA, offset: 0x1805EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11screenShareAA06ScreenG0CSgvM', symObjAddr: 0x3EB4, symBinAddr: 0x189A94, symSize: 0x44 }
+ - { offsetInCU: 0x24DB, offset: 0x18061D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM', symObjAddr: 0x4030, symBinAddr: 0x189C10, symSize: 0x44 }
+ - { offsetInCU: 0x2518, offset: 0x18065A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ', symObjAddr: 0x4074, symBinAddr: 0x189C54, symSize: 0x14 }
+ - { offsetInCU: 0x254B, offset: 0x18068D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF', symObjAddr: 0x4088, symBinAddr: 0x189C68, symSize: 0x28 }
+ - { offsetInCU: 0x25E1, offset: 0x180723, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg', symObjAddr: 0x40B0, symBinAddr: 0x189C90, symSize: 0x44 }
+ - { offsetInCU: 0x26DB, offset: 0x18081D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x40F4, symBinAddr: 0x189CD4, symSize: 0x14 }
+ - { offsetInCU: 0x26FB, offset: 0x18083D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x40F4, symBinAddr: 0x189CD4, symSize: 0x14 }
+ - { offsetInCU: 0x273B, offset: 0x18087D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH9hashValueSivgTW', symObjAddr: 0x4108, symBinAddr: 0x189CE8, symSize: 0x44 }
+ - { offsetInCU: 0x281E, offset: 0x180960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x414C, symBinAddr: 0x189D2C, symSize: 0x28 }
+ - { offsetInCU: 0x2891, offset: 0x1809D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg', symObjAddr: 0x41B4, symBinAddr: 0x189D94, symSize: 0x4C }
+ - { offsetInCU: 0x28C2, offset: 0x180A04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs', symObjAddr: 0x4200, symBinAddr: 0x189DE0, symSize: 0x50 }
+ - { offsetInCU: 0x2904, offset: 0x180A46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM', symObjAddr: 0x4250, symBinAddr: 0x189E30, symSize: 0x44 }
+ - { offsetInCU: 0x2935, offset: 0x180A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12statsManagerAA05StatsG0CvM', symObjAddr: 0x433C, symBinAddr: 0x189F1C, symSize: 0x44 }
+ - { offsetInCU: 0x2966, offset: 0x180AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9resendersSayAA15RequestResenderCGvM', symObjAddr: 0x4428, symBinAddr: 0x18A008, symSize: 0x44 }
+ - { offsetInCU: 0x29B7, offset: 0x180AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvgTo', symObjAddr: 0x446C, symBinAddr: 0x18A04C, symSize: 0x60 }
+ - { offsetInCU: 0x29ED, offset: 0x180B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0Cvg', symObjAddr: 0x44CC, symBinAddr: 0x18A0AC, symSize: 0x48 }
+ - { offsetInCU: 0x2A1B, offset: 0x180B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvsTo', symObjAddr: 0x4514, symBinAddr: 0x18A0F4, symSize: 0x50 }
+ - { offsetInCU: 0x2A4E, offset: 0x180B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19managedWebRTCClientAA8NewValueCyAA0gH0CGvg', symObjAddr: 0x4594, symBinAddr: 0x18A174, symSize: 0x10 }
+ - { offsetInCU: 0x2A7D, offset: 0x180BBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfc', symObjAddr: 0x45A4, symBinAddr: 0x18A184, symSize: 0xDE8 }
+ - { offsetInCU: 0x2F14, offset: 0x181056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfD', symObjAddr: 0x538C, symBinAddr: 0x18AF6C, symSize: 0x140 }
+ - { offsetInCU: 0x3024, offset: 0x181166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfDTo', symObjAddr: 0x54CC, symBinAddr: 0x18B0AC, symSize: 0x24 }
+ - { offsetInCU: 0x3040, offset: 0x181182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6callIdySS_tF', symObjAddr: 0x5690, symBinAddr: 0x18B270, symSize: 0x60 }
+ - { offsetInCU: 0x3096, offset: 0x1811D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6callIdySS_tFTo', symObjAddr: 0x56F0, symBinAddr: 0x18B2D0, symSize: 0x80 }
+ - { offsetInCU: 0x30D4, offset: 0x181216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleryAA0dE4UserC_tF', symObjAddr: 0x5770, symBinAddr: 0x18B350, symSize: 0x50 }
+ - { offsetInCU: 0x312A, offset: 0x18126C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleryAA0dE4UserC_tFTo', symObjAddr: 0x57C0, symBinAddr: 0x18B3A0, symSize: 0x74 }
+ - { offsetInCU: 0x3166, offset: 0x1812A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleeyAA0dE4UserC_tF', symObjAddr: 0x5834, symBinAddr: 0x18B414, symSize: 0x50 }
+ - { offsetInCU: 0x31BC, offset: 0x1812FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleeyAA0dE4UserC_tFTo', symObjAddr: 0x5884, symBinAddr: 0x18B464, symSize: 0x74 }
+ - { offsetInCU: 0x31F8, offset: 0x18133A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15updateStartedAtyySdF', symObjAddr: 0x58F8, symBinAddr: 0x18B4D8, symSize: 0x58 }
+ - { offsetInCU: 0x324E, offset: 0x181390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15updateStartedAtyySdFTo', symObjAddr: 0x5950, symBinAddr: 0x18B530, symSize: 0x74 }
+ - { offsetInCU: 0x328D, offset: 0x1813CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfC', symObjAddr: 0x59C4, symBinAddr: 0x18B5A4, symSize: 0x20 }
+ - { offsetInCU: 0x32AB, offset: 0x1813ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfc', symObjAddr: 0x59E4, symBinAddr: 0x18B5C4, symSize: 0x2C }
+ - { offsetInCU: 0x330E, offset: 0x181450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfcTo', symObjAddr: 0x5A10, symBinAddr: 0x18B5F0, symSize: 0x2C }
+ - { offsetInCU: 0x3395, offset: 0x1814D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvsTf4gn_n', symObjAddr: 0x80B8, symBinAddr: 0x18DB78, symSize: 0x114 }
+ - { offsetInCU: 0x3429, offset: 0x18156B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tF', symObjAddr: 0x294, symBinAddr: 0x185E74, symSize: 0x38 }
+ - { offsetInCU: 0x3445, offset: 0x181587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update8snapshotyAA14SignalSnapshotCSg_tF', symObjAddr: 0x2CC, symBinAddr: 0x185EAC, symSize: 0x80 }
+ - { offsetInCU: 0x34DB, offset: 0x18161D, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE14createRandomIdSSyFZ', symObjAddr: 0x34C, symBinAddr: 0x185F2C, symSize: 0xD8 }
+ - { offsetInCU: 0x3816, offset: 0x181958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvpACTk', symObjAddr: 0x4564, symBinAddr: 0x18A144, symSize: 0x30 }
+ - { offsetInCU: 0x39DF, offset: 0x181B21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfETo', symObjAddr: 0x54F0, symBinAddr: 0x18B0D0, symSize: 0x1A0 }
+ - { offsetInCU: 0x3A25, offset: 0x181B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE03forSbAA12WebRTCClientC_tF', symObjAddr: 0x5A3C, symBinAddr: 0x18B61C, symSize: 0x1C }
+ - { offsetInCU: 0x3A75, offset: 0x181BB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE03forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x5A58, symBinAddr: 0x18B638, symSize: 0x70 }
+ - { offsetInCU: 0x3AB3, offset: 0x181BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x5AC8, symBinAddr: 0x18B6A8, symSize: 0x54 }
+ - { offsetInCU: 0x3B05, offset: 0x181C47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tFTo', symObjAddr: 0x5B1C, symBinAddr: 0x18B6FC, symSize: 0x88 }
+ - { offsetInCU: 0x3B45, offset: 0x181C87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x5BA4, symBinAddr: 0x18B784, symSize: 0x54 }
+ - { offsetInCU: 0x3B97, offset: 0x181CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tFTo', symObjAddr: 0x5BF8, symBinAddr: 0x18B7D8, symSize: 0x88 }
+ - { offsetInCU: 0x3BD7, offset: 0x181D19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x5C80, symBinAddr: 0x18B860, symSize: 0x54 }
+ - { offsetInCU: 0x3C29, offset: 0x181D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14useFrontCamera3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x5CD4, symBinAddr: 0x18B8B4, symSize: 0x88 }
+ - { offsetInCU: 0x3C69, offset: 0x181DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16localConstraints3forAA0eG0CSgAA12WebRTCClientC_tF', symObjAddr: 0x5D5C, symBinAddr: 0x18B93C, symSize: 0x54 }
+ - { offsetInCU: 0x3C8E, offset: 0x181DD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17remoteConstraints3forAA0eG0CSgAA12WebRTCClientC_tF', symObjAddr: 0x5DB0, symBinAddr: 0x18B990, symSize: 0x54 }
+ - { offsetInCU: 0x3CB3, offset: 0x181DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x5E04, symBinAddr: 0x18B9E4, symSize: 0x8C }
+ - { offsetInCU: 0x3D4D, offset: 0x181E8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x5E90, symBinAddr: 0x18BA70, symSize: 0xD8 }
+ - { offsetInCU: 0x3DA4, offset: 0x181EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x5F68, symBinAddr: 0x18BB48, symSize: 0x8C }
+ - { offsetInCU: 0x3E3E, offset: 0x181F80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x5FF4, symBinAddr: 0x18BBD4, symSize: 0xD8 }
+ - { offsetInCU: 0x3EA4, offset: 0x181FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0fG0C_tFTW', symObjAddr: 0x60CC, symBinAddr: 0x18BCAC, symSize: 0x28 }
+ - { offsetInCU: 0x3EE6, offset: 0x182028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0fG0C_tFTW', symObjAddr: 0x60F4, symBinAddr: 0x18BCD4, symSize: 0x28 }
+ - { offsetInCU: 0x3F28, offset: 0x18206A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP07isVideoE03forSbAA0fG0C_tFTW', symObjAddr: 0x611C, symBinAddr: 0x18BCFC, symSize: 0x24 }
+ - { offsetInCU: 0x3F6A, offset: 0x1820AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0fG0C_tFTW', symObjAddr: 0x6140, symBinAddr: 0x18BD20, symSize: 0x24 }
+ - { offsetInCU: 0x3FCA, offset: 0x18210C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA0eK0CSgAA0fG0C_tFTW', symObjAddr: 0x6164, symBinAddr: 0x18BD44, symSize: 0x54 }
+ - { offsetInCU: 0x403F, offset: 0x182181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA0eK0CSgAA0fG0C_tFTW', symObjAddr: 0x61B8, symBinAddr: 0x18BD98, symSize: 0x54 }
+ - { offsetInCU: 0x4096, offset: 0x1821D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0fG0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x620C, symBinAddr: 0x18BDEC, symSize: 0x18 }
+ - { offsetInCU: 0x40D8, offset: 0x18221A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0fG0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x6224, symBinAddr: 0x18BE04, symSize: 0x18 }
+ - { offsetInCU: 0x4135, offset: 0x182277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tFTf4en_n', symObjAddr: 0x623C, symBinAddr: 0x18BE1C, symSize: 0x14C }
+ - { offsetInCU: 0x41DC, offset: 0x18231E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCMa', symObjAddr: 0x6428, symBinAddr: 0x18BF68, symSize: 0x20 }
+ - { offsetInCU: 0x41F0, offset: 0x182332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASQWb', symObjAddr: 0x64B8, symBinAddr: 0x18BF88, symSize: 0x4 }
+ - { offsetInCU: 0x4204, offset: 0x182346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOAESQAAWl', symObjAddr: 0x64BC, symBinAddr: 0x18BF8C, symSize: 0x44 }
+ - { offsetInCU: 0x4218, offset: 0x18235A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASQWb', symObjAddr: 0x6500, symBinAddr: 0x18BFD0, symSize: 0x4 }
+ - { offsetInCU: 0x422C, offset: 0x18236E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOAESQAAWl', symObjAddr: 0x6504, symBinAddr: 0x18BFD4, symSize: 0x44 }
+ - { offsetInCU: 0x4240, offset: 0x182382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOMa', symObjAddr: 0x7F28, symBinAddr: 0x18D9F8, symSize: 0x10 }
+ - { offsetInCU: 0x4254, offset: 0x182396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwet', symObjAddr: 0x7F48, symBinAddr: 0x18DA08, symSize: 0x90 }
+ - { offsetInCU: 0x4268, offset: 0x1823AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwst', symObjAddr: 0x7FD8, symBinAddr: 0x18DA98, symSize: 0xBC }
+ - { offsetInCU: 0x427C, offset: 0x1823BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwug', symObjAddr: 0x8094, symBinAddr: 0x18DB54, symSize: 0x8 }
+ - { offsetInCU: 0x4290, offset: 0x1823D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwup', symObjAddr: 0x809C, symBinAddr: 0x18DB5C, symSize: 0x4 }
+ - { offsetInCU: 0x42A4, offset: 0x1823E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwui', symObjAddr: 0x80A0, symBinAddr: 0x18DB60, symSize: 0x8 }
+ - { offsetInCU: 0x42B8, offset: 0x1823FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOMa', symObjAddr: 0x80A8, symBinAddr: 0x18DB68, symSize: 0x10 }
+ - { offsetInCU: 0x42CC, offset: 0x18240E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallDelegate_pSgXwWOh', symObjAddr: 0x81CC, symBinAddr: 0x18DC8C, symSize: 0x24 }
+ - { offsetInCU: 0x42E0, offset: 0x182422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x82BC, symBinAddr: 0x18DCDC, symSize: 0x8 }
+ - { offsetInCU: 0x434D, offset: 0x18248F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x530, symBinAddr: 0x186110, symSize: 0x14 }
+ - { offsetInCU: 0x43DE, offset: 0x182520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH9hashValueSivgTW', symObjAddr: 0x544, symBinAddr: 0x186124, symSize: 0x44 }
+ - { offsetInCU: 0x448D, offset: 0x1825CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x588, symBinAddr: 0x186168, symSize: 0x28 }
+ - { offsetInCU: 0x44E0, offset: 0x182622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5B0, symBinAddr: 0x186190, symSize: 0x40 }
+ - { offsetInCU: 0x473B, offset: 0x18287D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4174, symBinAddr: 0x189D54, symSize: 0x40 }
+ - { offsetInCU: 0x22A, offset: 0x183054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5codecSSSgvgAA10StatisticsC_Tg5', symObjAddr: 0x0, symBinAddr: 0x18DD30, symSize: 0x1328 }
+ - { offsetInCU: 0x6E0, offset: 0x18350A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticableP8outboundAA10PacketInfoVSgvpAaB_pTK', symObjAddr: 0x1328, symBinAddr: 0x18F058, symSize: 0x6C }
+ - { offsetInCU: 0x703, offset: 0x18352D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5delta2of4pathqd__Sgs7KeyPathCyAaB_pAA10PacketInfoVSgG_AIyAK0J6ValuesVAGGtSjRd__lFAA10StatisticsC_s5Int64VTg5', symObjAddr: 0x1394, symBinAddr: 0x18F0C4, symSize: 0x1CA4 }
+ - { offsetInCU: 0x7B7, offset: 0x1835E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticableP7inboundAA10PacketInfoVSgvpAaB_pTK', symObjAddr: 0x3038, symBinAddr: 0x190D68, symSize: 0x6C }
+ - { offsetInCU: 0x7ED, offset: 0x183617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16remotePacketLosts5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x30A4, symBinAddr: 0x190DD4, symSize: 0x150 }
+ - { offsetInCU: 0x8D5, offset: 0x1836FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsSents5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x31F4, symBinAddr: 0x190F24, symSize: 0x150 }
+ - { offsetInCU: 0x9BD, offset: 0x1837E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13bytesReceiveds5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x3344, symBinAddr: 0x191074, symSize: 0x150 }
+ - { offsetInCU: 0xAAA, offset: 0x1838D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE25outboundMediaSourcePacketAA0H4InfoVSgvgAA10StatisticsC_Tg5', symObjAddr: 0x3494, symBinAddr: 0x1911C4, symSize: 0x1D10 }
+ - { offsetInCU: 0x161A, offset: 0x184444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x51A4, symBinAddr: 0x192ED4, symSize: 0x19F0 }
+ - { offsetInCU: 0x1C54, offset: 0x184A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvg', symObjAddr: 0x6C3C, symBinAddr: 0x1948C4, symSize: 0x30 }
+ - { offsetInCU: 0x1C68, offset: 0x184A92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvs', symObjAddr: 0x6C6C, symBinAddr: 0x1948F4, symSize: 0x3C }
+ - { offsetInCU: 0x1C7C, offset: 0x184AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvM', symObjAddr: 0x6CA8, symBinAddr: 0x194930, symSize: 0x3C }
+ - { offsetInCU: 0x1C90, offset: 0x184ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11packetsSents5Int64VSgvg', symObjAddr: 0x6CE4, symBinAddr: 0x19496C, symSize: 0x4C }
+ - { offsetInCU: 0x1CAF, offset: 0x184AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16totalPacketsSents5Int64VSgvg', symObjAddr: 0x6D30, symBinAddr: 0x1949B8, symSize: 0x4C }
+ - { offsetInCU: 0x1CCE, offset: 0x184AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC9bytesSents5Int64VSgvg', symObjAddr: 0x6D7C, symBinAddr: 0x194A04, symSize: 0x4C }
+ - { offsetInCU: 0x1CED, offset: 0x184B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14totalBytesSents5Int64VSgvg', symObjAddr: 0x6DC8, symBinAddr: 0x194A50, symSize: 0x4C }
+ - { offsetInCU: 0x1D0C, offset: 0x184B36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x6E14, symBinAddr: 0x194A9C, symSize: 0x4C }
+ - { offsetInCU: 0x1D2B, offset: 0x184B55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC29totalRetransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x6E60, symBinAddr: 0x194AE8, symSize: 0x4C }
+ - { offsetInCU: 0x1D4A, offset: 0x184B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x6EAC, symBinAddr: 0x194B34, symSize: 0x4C }
+ - { offsetInCU: 0x1D69, offset: 0x184B93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC27totalRetransmittedBytesSents5Int64VSgvg', symObjAddr: 0x6EF8, symBinAddr: 0x194B80, symSize: 0x4C }
+ - { offsetInCU: 0x1D88, offset: 0x184BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13targetBitrates5Int64VSgvg', symObjAddr: 0x6F44, symBinAddr: 0x194BCC, symSize: 0x4C }
+ - { offsetInCU: 0x1DA7, offset: 0x184BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17outboundNackCounts5Int64VSgvg', symObjAddr: 0x6F90, symBinAddr: 0x194C18, symSize: 0x4C }
+ - { offsetInCU: 0x1DC6, offset: 0x184BF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesEncodeds5Int64VSgvg', symObjAddr: 0x6FDC, symBinAddr: 0x194C64, symSize: 0x4C }
+ - { offsetInCU: 0x1DE5, offset: 0x184C0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13framesEncodeds5Int64VSgvg', symObjAddr: 0x7028, symBinAddr: 0x194CB0, symSize: 0x4C }
+ - { offsetInCU: 0x1E04, offset: 0x184C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21totalKeyFramesEncodeds5Int64VSgvg', symObjAddr: 0x7074, symBinAddr: 0x194CFC, symSize: 0x4C }
+ - { offsetInCU: 0x1E23, offset: 0x184C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16keyFramesEncodeds5Int64VSgvg', symObjAddr: 0x70C0, symBinAddr: 0x194D48, symSize: 0x4C }
+ - { offsetInCU: 0x1E42, offset: 0x184C6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15sentFrameHeights5Int64VSgvg', symObjAddr: 0x710C, symBinAddr: 0x194D94, symSize: 0x4C }
+ - { offsetInCU: 0x1E61, offset: 0x184C8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14sentFrameWidths5Int64VSgvg', symObjAddr: 0x7158, symBinAddr: 0x194DE0, symSize: 0x4C }
+ - { offsetInCU: 0x1E80, offset: 0x184CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15totalFramesSents5Int64VSgvg', symObjAddr: 0x71A4, symBinAddr: 0x194E2C, symSize: 0x4C }
+ - { offsetInCU: 0x1E9F, offset: 0x184CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC10framesSents5Int64VSgvg', symObjAddr: 0x71F0, symBinAddr: 0x194E78, symSize: 0x4C }
+ - { offsetInCU: 0x1EBE, offset: 0x184CE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14hugeFramesSents5Int64VSgvg', symObjAddr: 0x723C, symBinAddr: 0x194EC4, symSize: 0x4C }
+ - { offsetInCU: 0x1EDD, offset: 0x184D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvg', symObjAddr: 0x7330, symBinAddr: 0x194F74, symSize: 0x48 }
+ - { offsetInCU: 0x1EF9, offset: 0x184D23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvs', symObjAddr: 0x7378, symBinAddr: 0x194FBC, symSize: 0x50 }
+ - { offsetInCU: 0x1F15, offset: 0x184D3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvM', symObjAddr: 0x73C8, symBinAddr: 0x19500C, symSize: 0x3C }
+ - { offsetInCU: 0x1F31, offset: 0x184D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvM.resume.0', symObjAddr: 0x7404, symBinAddr: 0x195048, symSize: 0x4 }
+ - { offsetInCU: 0x1F4D, offset: 0x184D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvg', symObjAddr: 0x7408, symBinAddr: 0x19504C, symSize: 0x34 }
+ - { offsetInCU: 0x1F69, offset: 0x184D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvs', symObjAddr: 0x743C, symBinAddr: 0x195080, symSize: 0x44 }
+ - { offsetInCU: 0x1F85, offset: 0x184DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvM', symObjAddr: 0x7480, symBinAddr: 0x1950C4, symSize: 0x3C }
+ - { offsetInCU: 0x1FA1, offset: 0x184DCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC34qualityLimitationResolutionChangess5Int64VSgvg', symObjAddr: 0x74BC, symBinAddr: 0x195100, symSize: 0x4C }
+ - { offsetInCU: 0x1FC0, offset: 0x184DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16outboundFirCounts5Int64VSgvg', symObjAddr: 0x7508, symBinAddr: 0x19514C, symSize: 0x4C }
+ - { offsetInCU: 0x1FDF, offset: 0x184E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16outboundPliCounts5Int64VSgvg', symObjAddr: 0x7554, symBinAddr: 0x195198, symSize: 0x4C }
+ - { offsetInCU: 0x1FFE, offset: 0x184E28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC6jitterSdSgvg', symObjAddr: 0x75A0, symBinAddr: 0x1951E4, symSize: 0x4C }
+ - { offsetInCU: 0x201D, offset: 0x184E47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11packetsLosts5Int64VSgvg', symObjAddr: 0x75EC, symBinAddr: 0x195230, symSize: 0x4C }
+ - { offsetInCU: 0x203C, offset: 0x184E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x7638, symBinAddr: 0x19527C, symSize: 0x4C }
+ - { offsetInCU: 0x205B, offset: 0x184E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15packetsReceiveds5Int64VSgvg', symObjAddr: 0x7684, symBinAddr: 0x1952C8, symSize: 0x4C }
+ - { offsetInCU: 0x207A, offset: 0x184EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x76D0, symBinAddr: 0x195314, symSize: 0x4C }
+ - { offsetInCU: 0x2099, offset: 0x184EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13bytesReceiveds5Int64VSgvg', symObjAddr: 0x771C, symBinAddr: 0x195360, symSize: 0x4C }
+ - { offsetInCU: 0x20B8, offset: 0x184EE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x7768, symBinAddr: 0x1953AC, symSize: 0x4C }
+ - { offsetInCU: 0x20D7, offset: 0x184F01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17jitterBufferDelaySdSgvg', symObjAddr: 0x77B4, symBinAddr: 0x1953F8, symSize: 0x4C }
+ - { offsetInCU: 0x20F6, offset: 0x184F20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x7800, symBinAddr: 0x195444, symSize: 0x4C }
+ - { offsetInCU: 0x2115, offset: 0x184F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x784C, symBinAddr: 0x195490, symSize: 0x4C }
+ - { offsetInCU: 0x2134, offset: 0x184F5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFramesReceiveds5Int64VSgvg', symObjAddr: 0x7898, symBinAddr: 0x1954DC, symSize: 0x4C }
+ - { offsetInCU: 0x2153, offset: 0x184F7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14framesReceiveds5Int64VSgvg', symObjAddr: 0x78E4, symBinAddr: 0x195528, symSize: 0x4C }
+ - { offsetInCU: 0x2172, offset: 0x184F9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19receivedFrameHeights5Int64VSgvg', symObjAddr: 0x7930, symBinAddr: 0x195574, symSize: 0x4C }
+ - { offsetInCU: 0x2191, offset: 0x184FBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18receivedFrameWidths5Int64VSgvg', symObjAddr: 0x797C, symBinAddr: 0x1955C0, symSize: 0x4C }
+ - { offsetInCU: 0x21B0, offset: 0x184FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13framesDecodeds5Int64VSgvg', symObjAddr: 0x79C8, symBinAddr: 0x19560C, symSize: 0x4C }
+ - { offsetInCU: 0x21CF, offset: 0x184FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesDecodeds5Int64VSgvg', symObjAddr: 0x7A14, symBinAddr: 0x195658, symSize: 0x4C }
+ - { offsetInCU: 0x21EE, offset: 0x185018, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x7A60, symBinAddr: 0x1956A4, symSize: 0x4C }
+ - { offsetInCU: 0x220D, offset: 0x185037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21totalKeyFramesDecodeds5Int64VSgvg', symObjAddr: 0x7AAC, symBinAddr: 0x1956F0, symSize: 0x4C }
+ - { offsetInCU: 0x222C, offset: 0x185056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesDroppeds5Int64VSgvg', symObjAddr: 0x7AF8, symBinAddr: 0x19573C, symSize: 0x4C }
+ - { offsetInCU: 0x224B, offset: 0x185075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalInterFrameDelaySdSgvg', symObjAddr: 0x7B44, symBinAddr: 0x195788, symSize: 0x4C }
+ - { offsetInCU: 0x226A, offset: 0x185094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22averageInterFrameDelaySdSgvg', symObjAddr: 0x7B90, symBinAddr: 0x1957D4, symSize: 0x4C }
+ - { offsetInCU: 0x2289, offset: 0x1850B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x7BDC, symBinAddr: 0x195820, symSize: 0x4C }
+ - { offsetInCU: 0x22A8, offset: 0x1850D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC10pauseCounts5Int64VSgvg', symObjAddr: 0x7C28, symBinAddr: 0x19586C, symSize: 0x4C }
+ - { offsetInCU: 0x22C7, offset: 0x1850F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalPausesDurationSdSgvg', symObjAddr: 0x7C74, symBinAddr: 0x1958B8, symSize: 0x4C }
+ - { offsetInCU: 0x22E6, offset: 0x185110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11freezeCounts5Int64VSgvg', symObjAddr: 0x7CC0, symBinAddr: 0x195904, symSize: 0x4C }
+ - { offsetInCU: 0x2305, offset: 0x18512F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFreezeDurationSdSgvg', symObjAddr: 0x7D0C, symBinAddr: 0x195950, symSize: 0x4C }
+ - { offsetInCU: 0x2324, offset: 0x18514E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15inboundFirCounts5Int64VSgvg', symObjAddr: 0x7D58, symBinAddr: 0x19599C, symSize: 0x4C }
+ - { offsetInCU: 0x2343, offset: 0x18516D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15inboundPliCounts5Int64VSgvg', symObjAddr: 0x7DA4, symBinAddr: 0x1959E8, symSize: 0x4C }
+ - { offsetInCU: 0x2362, offset: 0x18518C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16inboundNackCounts5Int64VSgvg', symObjAddr: 0x7DF0, symBinAddr: 0x195A34, symSize: 0x4C }
+ - { offsetInCU: 0x2381, offset: 0x1851AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC12remoteJitterSdSgvg', symObjAddr: 0x7E3C, symBinAddr: 0x195A80, symSize: 0x4C }
+ - { offsetInCU: 0x23A0, offset: 0x1851CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22remoteTotalPacketsLosts5Int64VSgvg', symObjAddr: 0x7E88, symBinAddr: 0x195ACC, symSize: 0x4C }
+ - { offsetInCU: 0x23BF, offset: 0x1851E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC9remoteRttSdSgvg', symObjAddr: 0x7ED4, symBinAddr: 0x195B18, symSize: 0x4C }
+ - { offsetInCU: 0x23DE, offset: 0x185208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18remoteFractionLostSdSgvg', symObjAddr: 0x7F20, symBinAddr: 0x195B64, symSize: 0x4C }
+ - { offsetInCU: 0x23FD, offset: 0x185227, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26sumOfSquaredFramesDurationSdSgvg', symObjAddr: 0x7F6C, symBinAddr: 0x195BB0, symSize: 0x4C }
+ - { offsetInCU: 0x241C, offset: 0x185246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15totalDecodeTimeSdSgvg', symObjAddr: 0x7FB8, symBinAddr: 0x195BFC, symSize: 0x4C }
+ - { offsetInCU: 0x243B, offset: 0x185265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFramesDurationSdSgvg', symObjAddr: 0x8004, symBinAddr: 0x195C48, symSize: 0x4C }
+ - { offsetInCU: 0x245A, offset: 0x185284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalFreezesDurationSdSgvg', symObjAddr: 0x8050, symBinAddr: 0x195C94, symSize: 0x4C }
+ - { offsetInCU: 0x2479, offset: 0x1852A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x809C, symBinAddr: 0x195CE0, symSize: 0x4C }
+ - { offsetInCU: 0x24A8, offset: 0x1852D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21remotePacketsLostRateSdSgvg', symObjAddr: 0x80E8, symBinAddr: 0x195D2C, symSize: 0x4C }
+ - { offsetInCU: 0x24C7, offset: 0x1852F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15packetsLostRateSdSgvg', symObjAddr: 0x8134, symBinAddr: 0x195D78, symSize: 0x4C }
+ - { offsetInCU: 0x24E6, offset: 0x185310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26videoSourceFramesPerSecondSdSgvg', symObjAddr: 0x8180, symBinAddr: 0x195DC4, symSize: 0x4C }
+ - { offsetInCU: 0x2505, offset: 0x18532F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17videoSourceHeights5Int64VSgvg', symObjAddr: 0x81CC, symBinAddr: 0x195E10, symSize: 0x4C }
+ - { offsetInCU: 0x2524, offset: 0x18534E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16videoSourceWidths5Int64VSgvg', symObjAddr: 0x8218, symBinAddr: 0x195E5C, symSize: 0x4C }
+ - { offsetInCU: 0x2543, offset: 0x18536D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17remotePacketsLosts5Int64VSgvg', symObjAddr: 0x8264, symBinAddr: 0x195EA8, symSize: 0x4C }
+ - { offsetInCU: 0x2562, offset: 0x18538C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x82B0, symBinAddr: 0x195EF4, symSize: 0x4C }
+ - { offsetInCU: 0x2581, offset: 0x1853AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x82FC, symBinAddr: 0x195F40, symSize: 0x4C }
+ - { offsetInCU: 0x25A0, offset: 0x1853CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x8348, symBinAddr: 0x195F8C, symSize: 0x8 }
+ - { offsetInCU: 0x25B4, offset: 0x1853DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11flushValuesyyF', symObjAddr: 0x8350, symBinAddr: 0x195F94, symSize: 0x8EC }
+ - { offsetInCU: 0x25E5, offset: 0x18540F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x8C3C, symBinAddr: 0x196880, symSize: 0x930 }
+ - { offsetInCU: 0x29E5, offset: 0x18580F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0x956C, symBinAddr: 0x1971B0, symSize: 0x4 }
+ - { offsetInCU: 0x2C1A, offset: 0x185A44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCfd', symObjAddr: 0x9570, symBinAddr: 0x1971B4, symSize: 0x24C }
+ - { offsetInCU: 0x2C47, offset: 0x185A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCfD', symObjAddr: 0x97BC, symBinAddr: 0x197400, symSize: 0x1C }
+ - { offsetInCU: 0x2C74, offset: 0x185A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCACycfC', symObjAddr: 0x97D8, symBinAddr: 0x19741C, symSize: 0x34 }
+ - { offsetInCU: 0x2C92, offset: 0x185ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCACycfc', symObjAddr: 0x980C, symBinAddr: 0x197450, symSize: 0x1390 }
+ - { offsetInCU: 0x3A56, offset: 0x186880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0xAB9C, symBinAddr: 0x1987E0, symSize: 0x30 }
+ - { offsetInCU: 0x3A97, offset: 0x1868C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0xABCC, symBinAddr: 0x198810, symSize: 0x3C }
+ - { offsetInCU: 0x3AD8, offset: 0x186902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0xAC08, symBinAddr: 0x19884C, symSize: 0x3C }
+ - { offsetInCU: 0x3B19, offset: 0x186943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xAC44, symBinAddr: 0x198888, symSize: 0x8 }
+ - { offsetInCU: 0x3B4B, offset: 0x186975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0xAC4C, symBinAddr: 0x198890, symSize: 0x14 }
+ - { offsetInCU: 0x3B6E, offset: 0x186998, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0xAC60, symBinAddr: 0x1988A4, symSize: 0x14 }
+ - { offsetInCU: 0x3BA0, offset: 0x1869CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xAC74, symBinAddr: 0x1988B8, symSize: 0x4 }
+ - { offsetInCU: 0x3BC0, offset: 0x1869EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xAC74, symBinAddr: 0x1988B8, symSize: 0x4 }
+ - { offsetInCU: 0x3BD3, offset: 0x1869FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xAD34, symBinAddr: 0x1988BC, symSize: 0x1D78 }
+ - { offsetInCU: 0x579F, offset: 0x1885C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0xCAAC, symBinAddr: 0x19A634, symSize: 0x10F84 }
+ - { offsetInCU: 0x5AD0, offset: 0x1888FA, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x7288, symBinAddr: 0x194F10, symSize: 0x64 }
+ - { offsetInCU: 0x5EBD, offset: 0x188CE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs06CodingE0AAWl', symObjAddr: 0x1DA30, symBinAddr: 0x1AB5B8, symSize: 0x44 }
+ - { offsetInCU: 0x5ED1, offset: 0x188CFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCMa', symObjAddr: 0x1DA74, symBinAddr: 0x1AB5FC, symSize: 0x20 }
+ - { offsetInCU: 0x5EE5, offset: 0x188D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAcA13StatisticableAAWl', symObjAddr: 0x1E248, symBinAddr: 0x1AB67C, symSize: 0x48 }
+ - { offsetInCU: 0x5EF9, offset: 0x188D23, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0x1E290, symBinAddr: 0x1AB6C4, symSize: 0x1C }
+ - { offsetInCU: 0x27, offset: 0x189215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x1AB6EC, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x189239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x1AB6EC, symSize: 0x58 }
+ - { offsetInCU: 0x67, offset: 0x189255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callIdSSvg', symObjAddr: 0x58, symBinAddr: 0x1AB744, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x189271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV10gzippedSDPSSSgvg', symObjAddr: 0x84, symBinAddr: 0x1AB770, symSize: 0x2C }
+ - { offsetInCU: 0x9F, offset: 0x18928D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xB0, symBinAddr: 0x1AB79C, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x1892A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xDC, symBinAddr: 0x1AB7C8, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x1892BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV9requestIdSSvg', symObjAddr: 0xE4, symBinAddr: 0x1AB7D0, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x1892D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x110, symBinAddr: 0x1AB7FC, symSize: 0x288 }
+ - { offsetInCU: 0x156, offset: 0x189344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x398, symBinAddr: 0x1ABA84, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x18936F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x1ABA8C, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x1893B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3CC, symBinAddr: 0x1ABAB8, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x1893E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3F8, symBinAddr: 0x1ABAE4, symSize: 0x40 }
+ - { offsetInCU: 0x217, offset: 0x189405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfCTf4gnnd_n', symObjAddr: 0x438, symBinAddr: 0x1ABB24, symSize: 0x12C }
+ - { offsetInCU: 0x277, offset: 0x189465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x788, symBinAddr: 0x1ABC50, symSize: 0x24 }
+ - { offsetInCU: 0x28B, offset: 0x189479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7AC, symBinAddr: 0x1ABC74, symSize: 0x44 }
+ - { offsetInCU: 0x29F, offset: 0x18948D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7F0, symBinAddr: 0x1ABCB8, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x1894A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13WSRequestableAAWI', symObjAddr: 0x858, symBinAddr: 0x1ABCDC, symSize: 0x24 }
+ - { offsetInCU: 0x2C7, offset: 0x1894B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8C0, symBinAddr: 0x1ABD00, symSize: 0x4 }
+ - { offsetInCU: 0x2DB, offset: 0x1894C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA11RequestableAAWI', symObjAddr: 0x908, symBinAddr: 0x1ABD04, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x1894DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA0E0AAWl', symObjAddr: 0x934, symBinAddr: 0x1ABD30, symSize: 0x44 }
+ - { offsetInCU: 0x303, offset: 0x1894F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x978, symBinAddr: 0x1ABD74, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x189505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0AAWI', symObjAddr: 0x9BC, symBinAddr: 0x1ABDB8, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x189519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVACSEAAWl', symObjAddr: 0x9E0, symBinAddr: 0x1ABDDC, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x18952D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA24, symBinAddr: 0x1ABE20, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x189541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwCP', symObjAddr: 0xA48, symBinAddr: 0x1ABE44, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x189555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwxx', symObjAddr: 0xA78, symBinAddr: 0x1ABE74, symSize: 0x38 }
+ - { offsetInCU: 0x37B, offset: 0x189569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwcp', symObjAddr: 0xAB0, symBinAddr: 0x1ABEAC, symSize: 0x6C }
+ - { offsetInCU: 0x38F, offset: 0x18957D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwca', symObjAddr: 0xB1C, symBinAddr: 0x1ABF18, symSize: 0xB4 }
+ - { offsetInCU: 0x3A3, offset: 0x189591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwta', symObjAddr: 0xBF4, symBinAddr: 0x1ABFCC, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x1895A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwet', symObjAddr: 0xC60, symBinAddr: 0x1AC038, symSize: 0x48 }
+ - { offsetInCU: 0x3CB, offset: 0x1895B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwst', symObjAddr: 0xCA8, symBinAddr: 0x1AC080, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x1895CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVMa', symObjAddr: 0xCF8, symBinAddr: 0x1AC0D0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x189826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1AC0E0, symSize: 0x9C }
+ - { offsetInCU: 0x4B, offset: 0x18984A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1AC0E0, symSize: 0x9C }
+ - { offsetInCU: 0x86, offset: 0x189885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xFC, symBinAddr: 0x1AC1DC, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x1898A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x164, symBinAddr: 0x1AC244, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x1898CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1D0, symBinAddr: 0x1AC2B0, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x1898F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x23C, symBinAddr: 0x1AC31C, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x189914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdSSvg', symObjAddr: 0x240, symBinAddr: 0x1AC320, symSize: 0x2C }
+ - { offsetInCU: 0x131, offset: 0x189930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x26C, symBinAddr: 0x1AC34C, symSize: 0x8 }
+ - { offsetInCU: 0x14D, offset: 0x18994C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV9requestIdSSvg', symObjAddr: 0x274, symBinAddr: 0x1AC354, symSize: 0x2C }
+ - { offsetInCU: 0x161, offset: 0x189960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x1AC380, symSize: 0x178 }
+ - { offsetInCU: 0x1E9, offset: 0x1899E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x458, symBinAddr: 0x1AC4F8, symSize: 0x8 }
+ - { offsetInCU: 0x214, offset: 0x189A13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x1AC500, symSize: 0x68 }
+ - { offsetInCU: 0x25A, offset: 0x189A59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4C8, symBinAddr: 0x1AC568, symSize: 0x2C }
+ - { offsetInCU: 0x28C, offset: 0x189A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4F4, symBinAddr: 0x1AC594, symSize: 0x38 }
+ - { offsetInCU: 0x2B0, offset: 0x189AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultType_WZ', symObjAddr: 0x9C, symBinAddr: 0x1AC17C, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x189AC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xBC, symBinAddr: 0x1AC19C, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x189B04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x1AC5CC, symSize: 0x24 }
+ - { offsetInCU: 0x319, offset: 0x189B18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA13WSRequestableAAWl', symObjAddr: 0x5FC, symBinAddr: 0x1AC5F0, symSize: 0x44 }
+ - { offsetInCU: 0x32D, offset: 0x189B2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x640, symBinAddr: 0x1AC634, symSize: 0x4 }
+ - { offsetInCU: 0x341, offset: 0x189B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x644, symBinAddr: 0x1AC638, symSize: 0x48 }
+ - { offsetInCU: 0x355, offset: 0x189B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13WSRequestableAAWI', symObjAddr: 0x68C, symBinAddr: 0x1AC680, symSize: 0x24 }
+ - { offsetInCU: 0x369, offset: 0x189B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA11RequestableAAWI', symObjAddr: 0x6F4, symBinAddr: 0x1AC6A4, symSize: 0x2C }
+ - { offsetInCU: 0x37D, offset: 0x189B7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA0E0AAWl', symObjAddr: 0x720, symBinAddr: 0x1AC6D0, symSize: 0x44 }
+ - { offsetInCU: 0x391, offset: 0x189B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x764, symBinAddr: 0x1AC714, symSize: 0x44 }
+ - { offsetInCU: 0x3A5, offset: 0x189BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0AAWI', symObjAddr: 0x7A8, symBinAddr: 0x1AC758, symSize: 0x24 }
+ - { offsetInCU: 0x3B9, offset: 0x189BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVACSEAAWl', symObjAddr: 0x7CC, symBinAddr: 0x1AC77C, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x189BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x1AC7C0, symSize: 0x24 }
+ - { offsetInCU: 0x3E1, offset: 0x189BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwCP', symObjAddr: 0x834, symBinAddr: 0x1AC7E4, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x189BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwxx', symObjAddr: 0x864, symBinAddr: 0x1AC814, symSize: 0x28 }
+ - { offsetInCU: 0x409, offset: 0x189C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwcp', symObjAddr: 0x88C, symBinAddr: 0x1AC83C, symSize: 0x44 }
+ - { offsetInCU: 0x41D, offset: 0x189C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwca', symObjAddr: 0x8D0, symBinAddr: 0x1AC880, symSize: 0x74 }
+ - { offsetInCU: 0x431, offset: 0x189C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwta', symObjAddr: 0x958, symBinAddr: 0x1AC8F4, symSize: 0x4C }
+ - { offsetInCU: 0x445, offset: 0x189C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwet', symObjAddr: 0x9A4, symBinAddr: 0x1AC940, symSize: 0x48 }
+ - { offsetInCU: 0x459, offset: 0x189C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwst', symObjAddr: 0x9EC, symBinAddr: 0x1AC988, symSize: 0x48 }
+ - { offsetInCU: 0x46D, offset: 0x189C6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVMa', symObjAddr: 0xA34, symBinAddr: 0x1AC9D0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x189EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8hasVideoSbvg', symObjAddr: 0x0, symBinAddr: 0x1AC9E0, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x189ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8hasVideoSbvg', symObjAddr: 0x0, symBinAddr: 0x1AC9E0, symSize: 0xC }
+ - { offsetInCU: 0x7A, offset: 0x189F05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO11stringValueACSS_tcfC', symObjAddr: 0xC, symBinAddr: 0x1AC9EC, symSize: 0xD4 }
+ - { offsetInCU: 0xEF, offset: 0x189F7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO11stringValueSSvg', symObjAddr: 0xE0, symBinAddr: 0x1ACAC0, symSize: 0x6C }
+ - { offsetInCU: 0x10E, offset: 0x189F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x14C, symBinAddr: 0x1ACB2C, symSize: 0x14 }
+ - { offsetInCU: 0x140, offset: 0x189FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO6encode2toys7Encoder_p_tKF', symObjAddr: 0x160, symBinAddr: 0x1ACB40, symSize: 0xF4 }
+ - { offsetInCU: 0x1B3, offset: 0x18A03E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x254, symBinAddr: 0x1ACC34, symSize: 0x20 }
+ - { offsetInCU: 0x1D2, offset: 0x18A05D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8rawValueSivg', symObjAddr: 0x274, symBinAddr: 0x1ACC54, symSize: 0x4 }
+ - { offsetInCU: 0x215, offset: 0x18A0A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x338, symBinAddr: 0x1ACD18, symSize: 0x2C }
+ - { offsetInCU: 0x246, offset: 0x18A0D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x364, symBinAddr: 0x1ACD44, symSize: 0xC }
+ - { offsetInCU: 0x278, offset: 0x18A103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x370, symBinAddr: 0x1ACD50, symSize: 0x28 }
+ - { offsetInCU: 0x2B0, offset: 0x18A13B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x398, symBinAddr: 0x1ACD78, symSize: 0x18 }
+ - { offsetInCU: 0x315, offset: 0x18A1A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x3B0, symBinAddr: 0x1ACD90, symSize: 0x170 }
+ - { offsetInCU: 0x3E9, offset: 0x18A274, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASQWb', symObjAddr: 0x58C, symBinAddr: 0x1ACF00, symSize: 0x4 }
+ - { offsetInCU: 0x3FD, offset: 0x18A288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSQAAWl', symObjAddr: 0x590, symBinAddr: 0x1ACF04, symSize: 0x44 }
+ - { offsetInCU: 0x411, offset: 0x18A29C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOMa', symObjAddr: 0x5D4, symBinAddr: 0x1ACF48, symSize: 0x10 }
+ - { offsetInCU: 0x454, offset: 0x18A2DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x278, symBinAddr: 0x1ACC58, symSize: 0x14 }
+ - { offsetInCU: 0x4E5, offset: 0x18A370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x28C, symBinAddr: 0x1ACC6C, symSize: 0x44 }
+ - { offsetInCU: 0x594, offset: 0x18A41F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2D0, symBinAddr: 0x1ACCB0, symSize: 0x28 }
+ - { offsetInCU: 0x5E7, offset: 0x18A472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2F8, symBinAddr: 0x1ACCD8, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x18A6CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5widths5Int32Vvg', symObjAddr: 0x0, symBinAddr: 0x1ACF58, symSize: 0x4 }
+ - { offsetInCU: 0x4B, offset: 0x18A6F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5widths5Int32Vvg', symObjAddr: 0x0, symBinAddr: 0x1ACF58, symSize: 0x4 }
+ - { offsetInCU: 0x67, offset: 0x18A70D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV6heights5Int32Vvg', symObjAddr: 0x4, symBinAddr: 0x1ACF5C, symSize: 0x8 }
+ - { offsetInCU: 0x8F, offset: 0x18A735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO8toStringSSvg', symObjAddr: 0xC, symBinAddr: 0x1ACF64, symSize: 0x20 }
+ - { offsetInCU: 0xBE, offset: 0x18A764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO2eeoiySbAE_AEtFZ', symObjAddr: 0x2C, symBinAddr: 0x1ACF84, symSize: 0x10 }
+ - { offsetInCU: 0xEC, offset: 0x18A792, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x3C, symBinAddr: 0x1ACF94, symSize: 0x24 }
+ - { offsetInCU: 0x186, offset: 0x18A82C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO9hashValueSivg', symObjAddr: 0x60, symBinAddr: 0x1ACFB8, symSize: 0x44 }
+ - { offsetInCU: 0x28E, offset: 0x18A934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA4, symBinAddr: 0x1ACFFC, symSize: 0x14 }
+ - { offsetInCU: 0x2EA, offset: 0x18A990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH9hashValueSivgTW', symObjAddr: 0xB8, symBinAddr: 0x1AD010, symSize: 0x44 }
+ - { offsetInCU: 0x3CD, offset: 0x18AA73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xFC, symBinAddr: 0x1AD054, symSize: 0x28 }
+ - { offsetInCU: 0x440, offset: 0x18AAE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV4typeA2C0D4TypeO_tcfC', symObjAddr: 0x164, symBinAddr: 0x1AD0BC, symSize: 0x24 }
+ - { offsetInCU: 0x46F, offset: 0x18AB15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5width6heightACs5Int32V_AGtcfC', symObjAddr: 0x188, symBinAddr: 0x1AD0E0, symSize: 0xC }
+ - { offsetInCU: 0x4D3, offset: 0x18AB79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASQWb', symObjAddr: 0x194, symBinAddr: 0x1AD0EC, symSize: 0x4 }
+ - { offsetInCU: 0x4E7, offset: 0x18AB8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOAESQAAWl', symObjAddr: 0x198, symBinAddr: 0x1AD0F0, symSize: 0x44 }
+ - { offsetInCU: 0x4FB, offset: 0x18ABA1, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_4, symObjAddr: 0x1DC, symBinAddr: 0x1AD134, symSize: 0xC }
+ - { offsetInCU: 0x50F, offset: 0x18ABB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVwet', symObjAddr: 0x1EC, symBinAddr: 0x1AD140, symSize: 0x20 }
+ - { offsetInCU: 0x523, offset: 0x18ABC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVwst', symObjAddr: 0x20C, symBinAddr: 0x1AD160, symSize: 0x28 }
+ - { offsetInCU: 0x537, offset: 0x18ABDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVMa', symObjAddr: 0x234, symBinAddr: 0x1AD188, symSize: 0x10 }
+ - { offsetInCU: 0x54B, offset: 0x18ABF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwet', symObjAddr: 0x250, symBinAddr: 0x1AD198, symSize: 0x90 }
+ - { offsetInCU: 0x55F, offset: 0x18AC05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwst', symObjAddr: 0x2E0, symBinAddr: 0x1AD228, symSize: 0xBC }
+ - { offsetInCU: 0x573, offset: 0x18AC19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwug', symObjAddr: 0x39C, symBinAddr: 0x1AD2E4, symSize: 0x8 }
+ - { offsetInCU: 0x587, offset: 0x18AC2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwup', symObjAddr: 0x3A4, symBinAddr: 0x1AD2EC, symSize: 0x4 }
+ - { offsetInCU: 0x59B, offset: 0x18AC41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwui', symObjAddr: 0x3A8, symBinAddr: 0x1AD2F0, symSize: 0x8 }
+ - { offsetInCU: 0x5AF, offset: 0x18AC55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOMa', symObjAddr: 0x3B0, symBinAddr: 0x1AD2F8, symSize: 0x10 }
+ - { offsetInCU: 0x601, offset: 0x18ACA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x124, symBinAddr: 0x1AD07C, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x18AF18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1AD308, symSize: 0x64 }
+ - { offsetInCU: 0x4B, offset: 0x18AF3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1AD308, symSize: 0x64 }
+ - { offsetInCU: 0x6A, offset: 0x18AF5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueAESS_tcfC', symObjAddr: 0x64, symBinAddr: 0x1AD36C, symSize: 0xD0 }
+ - { offsetInCU: 0xDF, offset: 0x18AFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x134, symBinAddr: 0x1AD43C, symSize: 0x14 }
+ - { offsetInCU: 0x111, offset: 0x18B002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO6encode2toys7Encoder_p_tKF', symObjAddr: 0x148, symBinAddr: 0x1AD450, symSize: 0xF4 }
+ - { offsetInCU: 0x184, offset: 0x18B075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO8rawValueAESgSi_tcfC', symObjAddr: 0x23C, symBinAddr: 0x1AD544, symSize: 0x20 }
+ - { offsetInCU: 0x1A3, offset: 0x18B094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO8rawValueSivg', symObjAddr: 0x25C, symBinAddr: 0x1AD564, symSize: 0x4 }
+ - { offsetInCU: 0x1E6, offset: 0x18B0D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x320, symBinAddr: 0x1AD628, symSize: 0x2C }
+ - { offsetInCU: 0x217, offset: 0x18B108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x34C, symBinAddr: 0x1AD654, symSize: 0xC }
+ - { offsetInCU: 0x249, offset: 0x18B13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x358, symBinAddr: 0x1AD660, symSize: 0x28 }
+ - { offsetInCU: 0x281, offset: 0x18B172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x380, symBinAddr: 0x1AD688, symSize: 0x18 }
+ - { offsetInCU: 0x2E6, offset: 0x18B1D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x398, symBinAddr: 0x1AD6A0, symSize: 0x174 }
+ - { offsetInCU: 0x3B0, offset: 0x18B2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASQWb', symObjAddr: 0x578, symBinAddr: 0x1AD814, symSize: 0x4 }
+ - { offsetInCU: 0x3C4, offset: 0x18B2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESQAAWl', symObjAddr: 0x57C, symBinAddr: 0x1AD818, symSize: 0x44 }
+ - { offsetInCU: 0x3D8, offset: 0x18B2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOMa', symObjAddr: 0x5C0, symBinAddr: 0x1AD85C, symSize: 0x10 }
+ - { offsetInCU: 0x41B, offset: 0x18B30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x260, symBinAddr: 0x1AD568, symSize: 0x14 }
+ - { offsetInCU: 0x4AC, offset: 0x18B39D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x274, symBinAddr: 0x1AD57C, symSize: 0x44 }
+ - { offsetInCU: 0x55B, offset: 0x18B44C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B8, symBinAddr: 0x1AD5C0, symSize: 0x28 }
+ - { offsetInCU: 0x5AE, offset: 0x18B49F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x1AD5E8, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x18B71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg', symObjAddr: 0x0, symBinAddr: 0x1AD874, symSize: 0x20 }
+ - { offsetInCU: 0x78, offset: 0x18B74B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO05eventF0AA0dF0OSgvg', symObjAddr: 0x20, symBinAddr: 0x1AD894, symSize: 0x18 }
+ - { offsetInCU: 0xD0, offset: 0x18B7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x38, symBinAddr: 0x1AD8AC, symSize: 0x5C }
+ - { offsetInCU: 0x119, offset: 0x18B7EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO8rawValueSSvg', symObjAddr: 0xD4, symBinAddr: 0x1AD908, symSize: 0x20 }
+ - { offsetInCU: 0x162, offset: 0x18B835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x1ADAF4, symSize: 0x64 }
+ - { offsetInCU: 0x1C8, offset: 0x18B89B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x324, symBinAddr: 0x1ADB58, symSize: 0x28 }
+ - { offsetInCU: 0x1F3, offset: 0x18B8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASQWb', symObjAddr: 0x17C, symBinAddr: 0x1AD9B0, symSize: 0x4 }
+ - { offsetInCU: 0x207, offset: 0x18B8DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOACSQAAWl', symObjAddr: 0x180, symBinAddr: 0x1AD9B4, symSize: 0x44 }
+ - { offsetInCU: 0x226, offset: 0x18B8F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwet', symObjAddr: 0x36C, symBinAddr: 0x1ADB90, symSize: 0x90 }
+ - { offsetInCU: 0x23A, offset: 0x18B90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwst', symObjAddr: 0x3FC, symBinAddr: 0x1ADC20, symSize: 0xBC }
+ - { offsetInCU: 0x24E, offset: 0x18B921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwug', symObjAddr: 0x4B8, symBinAddr: 0x1ADCDC, symSize: 0x8 }
+ - { offsetInCU: 0x262, offset: 0x18B935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwup', symObjAddr: 0x4C0, symBinAddr: 0x1ADCE4, symSize: 0x4 }
+ - { offsetInCU: 0x276, offset: 0x18B949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwui', symObjAddr: 0x4C4, symBinAddr: 0x1ADCE8, symSize: 0x8 }
+ - { offsetInCU: 0x28A, offset: 0x18B95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOMa', symObjAddr: 0x4CC, symBinAddr: 0x1ADCF0, symSize: 0x10 }
+ - { offsetInCU: 0x2D3, offset: 0x18B9A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF4, symBinAddr: 0x1AD928, symSize: 0x88 }
+ - { offsetInCU: 0x382, offset: 0x18BA55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1C4, symBinAddr: 0x1AD9F8, symSize: 0x60 }
+ - { offsetInCU: 0x400, offset: 0x18BAD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x224, symBinAddr: 0x1ADA58, symSize: 0x40 }
+ - { offsetInCU: 0x452, offset: 0x18BB25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x264, symBinAddr: 0x1ADA98, symSize: 0x5C }
+ - { offsetInCU: 0x6D, offset: 0x18BD8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfC', symObjAddr: 0x0, symBinAddr: 0x1ADD00, symSize: 0x110 }
+ - { offsetInCU: 0xB7, offset: 0x18BDD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0x110, symBinAddr: 0x1ADE10, symSize: 0x8 }
+ - { offsetInCU: 0xD3, offset: 0x18BDF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvg', symObjAddr: 0x118, symBinAddr: 0x1ADE18, symSize: 0x40 }
+ - { offsetInCU: 0xEF, offset: 0x18BE11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvs', symObjAddr: 0x158, symBinAddr: 0x1ADE58, symSize: 0x50 }
+ - { offsetInCU: 0x10B, offset: 0x18BE2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvM', symObjAddr: 0x1A8, symBinAddr: 0x1ADEA8, symSize: 0x3C }
+ - { offsetInCU: 0x127, offset: 0x18BE49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifierSSvg', symObjAddr: 0x1E4, symBinAddr: 0x1ADEE4, symSize: 0x2C }
+ - { offsetInCU: 0x143, offset: 0x18BE65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11descriptionSSvg', symObjAddr: 0x210, symBinAddr: 0x1ADF10, symSize: 0x1B0 }
+ - { offsetInCU: 0x301, offset: 0x18C023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvg', symObjAddr: 0x3C0, symBinAddr: 0x1AE0C0, symSize: 0x48 }
+ - { offsetInCU: 0x31D, offset: 0x18C03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvs', symObjAddr: 0x408, symBinAddr: 0x1AE108, symSize: 0x50 }
+ - { offsetInCU: 0x339, offset: 0x18C05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvM', symObjAddr: 0x458, symBinAddr: 0x1AE158, symSize: 0x3C }
+ - { offsetInCU: 0x355, offset: 0x18C077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvM.resume.0', symObjAddr: 0x494, symBinAddr: 0x1AE194, symSize: 0x4 }
+ - { offsetInCU: 0x371, offset: 0x18C093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvg', symObjAddr: 0x498, symBinAddr: 0x1AE198, symSize: 0x48 }
+ - { offsetInCU: 0x38D, offset: 0x18C0AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvs', symObjAddr: 0x4E0, symBinAddr: 0x1AE1E0, symSize: 0x50 }
+ - { offsetInCU: 0x3A9, offset: 0x18C0CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvM', symObjAddr: 0x530, symBinAddr: 0x1AE230, symSize: 0x3C }
+ - { offsetInCU: 0x3C5, offset: 0x18C0E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6roomIdSSvg', symObjAddr: 0x56C, symBinAddr: 0x1AE26C, symSize: 0x2C }
+ - { offsetInCU: 0x3E1, offset: 0x18C103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvg', symObjAddr: 0x598, symBinAddr: 0x1AE298, symSize: 0x48 }
+ - { offsetInCU: 0x3FD, offset: 0x18C11F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvs', symObjAddr: 0x5E0, symBinAddr: 0x1AE2E0, symSize: 0x50 }
+ - { offsetInCU: 0x419, offset: 0x18C13B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvM', symObjAddr: 0x630, symBinAddr: 0x1AE330, symSize: 0x3C }
+ - { offsetInCU: 0x435, offset: 0x18C157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvg', symObjAddr: 0x66C, symBinAddr: 0x1AE36C, symSize: 0x44 }
+ - { offsetInCU: 0x451, offset: 0x18C173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvs', symObjAddr: 0x6B0, symBinAddr: 0x1AE3B0, symSize: 0x60 }
+ - { offsetInCU: 0x46D, offset: 0x18C18F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvM', symObjAddr: 0x710, symBinAddr: 0x1AE410, symSize: 0x6C }
+ - { offsetInCU: 0x489, offset: 0x18C1AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvM.resume.0', symObjAddr: 0x77C, symBinAddr: 0x1AE47C, symSize: 0x70 }
+ - { offsetInCU: 0x4A5, offset: 0x18C1C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11isConnectedSbvg', symObjAddr: 0x7EC, symBinAddr: 0x1AE4EC, symSize: 0x50 }
+ - { offsetInCU: 0x4D4, offset: 0x18C1F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivg', symObjAddr: 0x83C, symBinAddr: 0x1AE53C, symSize: 0x30 }
+ - { offsetInCU: 0x4F0, offset: 0x18C212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivs', symObjAddr: 0x86C, symBinAddr: 0x1AE56C, symSize: 0x3C }
+ - { offsetInCU: 0x50C, offset: 0x18C22E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivM', symObjAddr: 0x8A8, symBinAddr: 0x1AE5A8, symSize: 0x3C }
+ - { offsetInCU: 0x528, offset: 0x18C24A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0Ovg', symObjAddr: 0x95C, symBinAddr: 0x1AE65C, symSize: 0x64 }
+ - { offsetInCU: 0x544, offset: 0x18C266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0Ovs', symObjAddr: 0x9C0, symBinAddr: 0x1AE6C0, symSize: 0x88 }
+ - { offsetInCU: 0x560, offset: 0x18C282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0OvM', symObjAddr: 0xA48, symBinAddr: 0x1AE748, symSize: 0x44 }
+ - { offsetInCU: 0x57C, offset: 0x18C29E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvw', symObjAddr: 0xA8C, symBinAddr: 0x1AE78C, symSize: 0x214 }
+ - { offsetInCU: 0x7A8, offset: 0x18C4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvW', symObjAddr: 0xCA0, symBinAddr: 0x1AE9A0, symSize: 0x238 }
+ - { offsetInCU: 0x9D4, offset: 0x18C6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvg', symObjAddr: 0xED8, symBinAddr: 0x1AEBD8, symSize: 0x48 }
+ - { offsetInCU: 0x9F0, offset: 0x18C712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvs', symObjAddr: 0xF20, symBinAddr: 0x1AEC20, symSize: 0x98 }
+ - { offsetInCU: 0xA19, offset: 0x18C73B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvM', symObjAddr: 0xFB8, symBinAddr: 0x1AECB8, symSize: 0x74 }
+ - { offsetInCU: 0xA5F, offset: 0x18C781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvM.resume.0', symObjAddr: 0x102C, symBinAddr: 0x1AED2C, symSize: 0xD4 }
+ - { offsetInCU: 0xA88, offset: 0x18C7AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14audioDirectionAA12WebRTCClientC0F0Ovg', symObjAddr: 0x1100, symBinAddr: 0x1AEE00, symSize: 0x10 }
+ - { offsetInCU: 0xAA4, offset: 0x18C7C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14videoDirectionAA12WebRTCClientC0F0Ovg', symObjAddr: 0x1110, symBinAddr: 0x1AEE10, symSize: 0x10 }
+ - { offsetInCU: 0xAC0, offset: 0x18C7E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvg', symObjAddr: 0x1120, symBinAddr: 0x1AEE20, symSize: 0x4C }
+ - { offsetInCU: 0xADC, offset: 0x18C7FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvs', symObjAddr: 0x116C, symBinAddr: 0x1AEE6C, symSize: 0x68 }
+ - { offsetInCU: 0xAF8, offset: 0x18C81A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvM', symObjAddr: 0x11D4, symBinAddr: 0x1AEED4, symSize: 0x74 }
+ - { offsetInCU: 0xB14, offset: 0x18C836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvM.resume.0', symObjAddr: 0x1248, symBinAddr: 0x1AEF48, symSize: 0x74 }
+ - { offsetInCU: 0xB30, offset: 0x18C852, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0Cvg', symObjAddr: 0x12BC, symBinAddr: 0x1AEFBC, symSize: 0x64 }
+ - { offsetInCU: 0xB5E, offset: 0x18C880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvgAFyXEfU_', symObjAddr: 0x1320, symBinAddr: 0x1AF020, symSize: 0x154 }
+ - { offsetInCU: 0xC23, offset: 0x18C945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0Cvs', symObjAddr: 0x1474, symBinAddr: 0x1AF174, symSize: 0x18 }
+ - { offsetInCU: 0xC4A, offset: 0x18C96C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvM', symObjAddr: 0x148C, symBinAddr: 0x1AF18C, symSize: 0x34 }
+ - { offsetInCU: 0xC90, offset: 0x18C9B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvM.resume.0', symObjAddr: 0x14C0, symBinAddr: 0x1AF1C0, symSize: 0x18 }
+ - { offsetInCU: 0xCC1, offset: 0x18C9E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfc', symObjAddr: 0x14D8, symBinAddr: 0x1AF1D8, symSize: 0xF8 }
+ - { offsetInCU: 0xCEB, offset: 0x18CA0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCfd', symObjAddr: 0x15D0, symBinAddr: 0x1AF2D0, symSize: 0x25C }
+ - { offsetInCU: 0xE7E, offset: 0x18CBA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCfD', symObjAddr: 0x182C, symBinAddr: 0x1AF52C, symSize: 0x20 }
+ - { offsetInCU: 0xEAB, offset: 0x18CBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11changeState2toyAA0dF0C_tF', symObjAddr: 0x184C, symBinAddr: 0x1AF54C, symSize: 0x344 }
+ - { offsetInCU: 0x108C, offset: 0x18CDAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC7connectyyF', symObjAddr: 0x1B90, symBinAddr: 0x1AF890, symSize: 0x33C }
+ - { offsetInCU: 0x1263, offset: 0x18CF85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6attach2toySS_tF', symObjAddr: 0x1ECC, symBinAddr: 0x1AFBCC, symSize: 0x270 }
+ - { offsetInCU: 0x14A8, offset: 0x18D1CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCF', symObjAddr: 0x213C, symBinAddr: 0x1AFE3C, symSize: 0x478 }
+ - { offsetInCU: 0x18D8, offset: 0x18D5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFySbcfU_', symObjAddr: 0x25B4, symBinAddr: 0x1B02B4, symSize: 0x418 }
+ - { offsetInCU: 0x1D04, offset: 0x18DA26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFTo', symObjAddr: 0x29CC, symBinAddr: 0x1B06CC, symSize: 0x4C }
+ - { offsetInCU: 0x1D20, offset: 0x18DA42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5close012shouldDeleteD0ySb_tF', symObjAddr: 0x2A18, symBinAddr: 0x1B0718, symSize: 0x368 }
+ - { offsetInCU: 0x1F13, offset: 0x18DC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC17renewWebRTCClientyyF', symObjAddr: 0x2D80, symBinAddr: 0x1B0A80, symSize: 0x1D0 }
+ - { offsetInCU: 0x1FDB, offset: 0x18DCFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfcTf4nnneennnn_nTf4ggggggnnn_n', symObjAddr: 0x2F50, symBinAddr: 0x1B0C50, symSize: 0x430 }
+ - { offsetInCU: 0x21B0, offset: 0x18DED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0OvpACTk', symObjAddr: 0x8E4, symBinAddr: 0x1AE5E4, symSize: 0x78 }
+ - { offsetInCU: 0x2313, offset: 0x18E035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EndpointDelegate_pSgXwWOh', symObjAddr: 0x3430, symBinAddr: 0x1B1080, symSize: 0x24 }
+ - { offsetInCU: 0x2327, offset: 0x18E049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMa', symObjAddr: 0x3454, symBinAddr: 0x1B10A4, symSize: 0x3C }
+ - { offsetInCU: 0x233B, offset: 0x18E05D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11changeState2toyAA0dF0C_tFyyYbcfU_TA', symObjAddr: 0x34BC, symBinAddr: 0x1B110C, symSize: 0x38 }
+ - { offsetInCU: 0x2377, offset: 0x18E099, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x34F4, symBinAddr: 0x1B1144, symSize: 0x10 }
+ - { offsetInCU: 0x238B, offset: 0x18E0AD, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3504, symBinAddr: 0x1B1154, symSize: 0x8 }
+ - { offsetInCU: 0x239F, offset: 0x18E0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC7connectyyFyyYbcfU_TA', symObjAddr: 0x3550, symBinAddr: 0x1B115C, symSize: 0x40 }
+ - { offsetInCU: 0x23D3, offset: 0x18E0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFySbcfU_TA', symObjAddr: 0x3644, symBinAddr: 0x1B11C8, symSize: 0x10 }
+ - { offsetInCU: 0x23E7, offset: 0x18E109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5close012shouldDeleteD0ySb_tFyyYbcfU_TA', symObjAddr: 0x3678, symBinAddr: 0x1B11FC, symSize: 0x54 }
+ - { offsetInCU: 0x241B, offset: 0x18E13D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMU', symObjAddr: 0x3AC0, symBinAddr: 0x1B1644, symSize: 0x8 }
+ - { offsetInCU: 0x242F, offset: 0x18E151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMr', symObjAddr: 0x3AC8, symBinAddr: 0x1B164C, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x18E5B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6roomIdSSvg', symObjAddr: 0x30, symBinAddr: 0x1B19EC, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x18E5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x5C, symBinAddr: 0x1B1A18, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x18E5EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x9C, symBinAddr: 0x1B1A58, symSize: 0x50 }
+ - { offsetInCU: 0x9F, offset: 0x18E608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0xEC, symBinAddr: 0x1B1AA8, symSize: 0x3C }
+ - { offsetInCU: 0xBB, offset: 0x18E624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvM.resume.0', symObjAddr: 0x128, symBinAddr: 0x1B1AE4, symSize: 0x4 }
+ - { offsetInCU: 0xD7, offset: 0x18E640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvg', symObjAddr: 0x12C, symBinAddr: 0x1B1AE8, symSize: 0x44 }
+ - { offsetInCU: 0xF3, offset: 0x18E65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvs', symObjAddr: 0x170, symBinAddr: 0x1B1B2C, symSize: 0x60 }
+ - { offsetInCU: 0x10F, offset: 0x18E678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvM', symObjAddr: 0x1D0, symBinAddr: 0x1B1B8C, symSize: 0x6C }
+ - { offsetInCU: 0x12B, offset: 0x18E694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvM.resume.0', symObjAddr: 0x23C, symBinAddr: 0x1B1BF8, symSize: 0x70 }
+ - { offsetInCU: 0x147, offset: 0x18E6B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvg', symObjAddr: 0x2AC, symBinAddr: 0x1B1C68, symSize: 0x44 }
+ - { offsetInCU: 0x163, offset: 0x18E6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvs', symObjAddr: 0x2F0, symBinAddr: 0x1B1CAC, symSize: 0x60 }
+ - { offsetInCU: 0x17F, offset: 0x18E6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvM', symObjAddr: 0x350, symBinAddr: 0x1B1D0C, symSize: 0x6C }
+ - { offsetInCU: 0x19B, offset: 0x18E704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvM.resume.0', symObjAddr: 0x3BC, symBinAddr: 0x1B1D78, symSize: 0x70 }
+ - { offsetInCU: 0x1B7, offset: 0x18E720, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC18localParticipantIdSSvg', symObjAddr: 0x42C, symBinAddr: 0x1B1DE8, symSize: 0x2C }
+ - { offsetInCU: 0x1D3, offset: 0x18E73C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvg', symObjAddr: 0x458, symBinAddr: 0x1B1E14, symSize: 0x34 }
+ - { offsetInCU: 0x1EF, offset: 0x18E758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvs', symObjAddr: 0x48C, symBinAddr: 0x1B1E48, symSize: 0x44 }
+ - { offsetInCU: 0x20B, offset: 0x18E774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvM', symObjAddr: 0x4D0, symBinAddr: 0x1B1E8C, symSize: 0x3C }
+ - { offsetInCU: 0x227, offset: 0x18E790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC11descriptionSSvg', symObjAddr: 0x50C, symBinAddr: 0x1B1EC8, symSize: 0xCC }
+ - { offsetInCU: 0x37C, offset: 0x18E8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC5clearyyF', symObjAddr: 0x6CC, symBinAddr: 0x1B2088, symSize: 0x1D0 }
+ - { offsetInCU: 0x50F, offset: 0x18EA78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8didEnteryyAA11ParticipantCF', symObjAddr: 0x89C, symBinAddr: 0x1B2258, symSize: 0x538 }
+ - { offsetInCU: 0xAA0, offset: 0x18F009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC7didExityyAA11ParticipantCF', symObjAddr: 0xDD4, symBinAddr: 0x1B2790, symSize: 0x224 }
+ - { offsetInCU: 0xCA4, offset: 0x18F20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC21didParticipantConnectyyAA06RemoteH0CF', symObjAddr: 0x1014, symBinAddr: 0x1B29D0, symSize: 0x25C }
+ - { offsetInCU: 0xEC8, offset: 0x18F431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0I0CtF', symObjAddr: 0x148C, symBinAddr: 0x1B2E48, symSize: 0x48 }
+ - { offsetInCU: 0xF13, offset: 0x18F47C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCfd', symObjAddr: 0x14D4, symBinAddr: 0x1B2E90, symSize: 0x44 }
+ - { offsetInCU: 0xF4E, offset: 0x18F4B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCfD', symObjAddr: 0x1518, symBinAddr: 0x1B2ED4, symSize: 0x4C }
+ - { offsetInCU: 0xF91, offset: 0x18F4FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x1564, symBinAddr: 0x1B2F20, symSize: 0x28 }
+ - { offsetInCU: 0xFAD, offset: 0x18F516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x158C, symBinAddr: 0x1B2F48, symSize: 0x28 }
+ - { offsetInCU: 0xFC9, offset: 0x18F532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x15B4, symBinAddr: 0x1B2F70, symSize: 0x28 }
+ - { offsetInCU: 0xFE5, offset: 0x18F54E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x15DC, symBinAddr: 0x1B2F98, symSize: 0x50 }
+ - { offsetInCU: 0x1001, offset: 0x18F56A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvgTW', symObjAddr: 0x1630, symBinAddr: 0x1B2FEC, symSize: 0x28 }
+ - { offsetInCU: 0x101D, offset: 0x18F586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvsTW', symObjAddr: 0x1658, symBinAddr: 0x1B3014, symSize: 0x28 }
+ - { offsetInCU: 0x1039, offset: 0x18F5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvMTW', symObjAddr: 0x1680, symBinAddr: 0x1B303C, symSize: 0x50 }
+ - { offsetInCU: 0x1055, offset: 0x18F5BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8didEnteryyAA0G0CFTW', symObjAddr: 0x1700, symBinAddr: 0x1B30BC, symSize: 0x28 }
+ - { offsetInCU: 0x1071, offset: 0x18F5DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP7didExityyAA0G0CFTW', symObjAddr: 0x1728, symBinAddr: 0x1B30E4, symSize: 0x28 }
+ - { offsetInCU: 0x108D, offset: 0x18F5F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG5EnteryyAA06RemoteG0CFTW', symObjAddr: 0x1750, symBinAddr: 0x1B310C, symSize: 0x28 }
+ - { offsetInCU: 0x10A9, offset: 0x18F612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG7ConnectyyAA06RemoteG0CFTW', symObjAddr: 0x1778, symBinAddr: 0x1B3134, symSize: 0x28 }
+ - { offsetInCU: 0x10C5, offset: 0x18F62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG4ExityyAA06RemoteG0CFTW', symObjAddr: 0x17A0, symBinAddr: 0x1B315C, symSize: 0x28 }
+ - { offsetInCU: 0x10E1, offset: 0x18F64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x17C8, symBinAddr: 0x1B3184, symSize: 0x28 }
+ - { offsetInCU: 0x10FD, offset: 0x18F666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP5clearyyFTW', symObjAddr: 0x17F0, symBinAddr: 0x1B31AC, symSize: 0x28 }
+ - { offsetInCU: 0x1119, offset: 0x18F682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x1818, symBinAddr: 0x1B31D4, symSize: 0x28 }
+ - { offsetInCU: 0x1135, offset: 0x18F69E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6sender6roomId016localParticipantI010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0kF8Delegate_ptcfcTf4nnneen_nTf4nnnggn_n', symObjAddr: 0x21E8, symBinAddr: 0x1B3BA4, symSize: 0x108 }
+ - { offsetInCU: 0x11EB, offset: 0x18F754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6sender6roomId016localParticipantI010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0kF8Delegate_ptcfCTfq4nnneen_nTf4nnnggn_n', symObjAddr: 0x22F0, symBinAddr: 0x1B3CAC, symSize: 0x9C }
+ - { offsetInCU: 0x1481, offset: 0x18F9EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC21didEndpointDisconnectyyAA0H0CF', symObjAddr: 0x1840, symBinAddr: 0x1B31FC, symSize: 0x68 }
+ - { offsetInCU: 0x14A6, offset: 0x18FA0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC18didEndpointConnect_11reconnectedyAA0H0C_SbtF', symObjAddr: 0x18A8, symBinAddr: 0x1B3264, symSize: 0x160 }
+ - { offsetInCU: 0x14F5, offset: 0x18FA5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC20didEndpointEstablishyyAA0H0CF', symObjAddr: 0x1A08, symBinAddr: 0x1B33C4, symSize: 0x120 }
+ - { offsetInCU: 0x1534, offset: 0x18FA9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC17didEndpointAttach_13participantIdyAA0H0C_SStF', symObjAddr: 0x1B28, symBinAddr: 0x1B34E4, symSize: 0x4 }
+ - { offsetInCU: 0x1577, offset: 0x18FAE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16didEndpointCloseyyAA0H0CF', symObjAddr: 0x1B2C, symBinAddr: 0x1B34E8, symSize: 0x4 }
+ - { offsetInCU: 0x15AE, offset: 0x18FB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC03didD18SessionChangeRoute_6client7session6reason08previousJ0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtF', symObjAddr: 0x1B30, symBinAddr: 0x1B34EC, symSize: 0x14 }
+ - { offsetInCU: 0x15EC, offset: 0x18FB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG10DisconnectyyAA0G0CFTW', symObjAddr: 0x1B44, symBinAddr: 0x1B3500, symSize: 0x68 }
+ - { offsetInCU: 0x1633, offset: 0x18FB9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG7Connect_11reconnectedyAA0G0C_SbtFTW', symObjAddr: 0x1BAC, symBinAddr: 0x1B3568, symSize: 0x4 }
+ - { offsetInCU: 0x164F, offset: 0x18FBB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG5CloseyyAA0G0CFTW', symObjAddr: 0x1BB0, symBinAddr: 0x1B356C, symSize: 0x4 }
+ - { offsetInCU: 0x166B, offset: 0x18FBD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG6Attach_13participantIdyAA0G0C_SStFTW', symObjAddr: 0x1BB4, symBinAddr: 0x1B3570, symSize: 0x4 }
+ - { offsetInCU: 0x1687, offset: 0x18FBF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG9EstablishyyAA0G0CFTW', symObjAddr: 0x1BB8, symBinAddr: 0x1B3574, symSize: 0x4 }
+ - { offsetInCU: 0x16B2, offset: 0x18FC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didD18SessionChangeRoute_6client7session6reason08previousL0yAA0G0C_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0tjL11DescriptionCtFTW', symObjAddr: 0x1BBC, symBinAddr: 0x1B3578, symSize: 0x14 }
+ - { offsetInCU: 0x16E4, offset: 0x18FC4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x1BD0, symBinAddr: 0x1B358C, symSize: 0x8 }
+ - { offsetInCU: 0x171B, offset: 0x18FC84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC11isVideoCall3forSbAA12WebRTCClientC_tF', symObjAddr: 0x1BD8, symBinAddr: 0x1B3594, symSize: 0x8 }
+ - { offsetInCU: 0x1752, offset: 0x18FCBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x1BE0, symBinAddr: 0x1B359C, symSize: 0x8 }
+ - { offsetInCU: 0x1789, offset: 0x18FCF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16localConstraints3forAA04CallH0CSgAA12WebRTCClientC_tF', symObjAddr: 0x1BE8, symBinAddr: 0x1B35A4, symSize: 0x4 }
+ - { offsetInCU: 0x17F1, offset: 0x18FD5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC17remoteConstraints3forAA04CallH0CSgAA12WebRTCClientC_tF', symObjAddr: 0x1BEC, symBinAddr: 0x1B35A8, symSize: 0x88 }
+ - { offsetInCU: 0x185D, offset: 0x18FDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x1C74, symBinAddr: 0x1B3630, symSize: 0x4 }
+ - { offsetInCU: 0x18A0, offset: 0x18FE09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0gH0C_tFTW', symObjAddr: 0x1C78, symBinAddr: 0x1B3634, symSize: 0x8 }
+ - { offsetInCU: 0x18BC, offset: 0x18FE25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0gH0C_tFTW', symObjAddr: 0x1C80, symBinAddr: 0x1B363C, symSize: 0x8 }
+ - { offsetInCU: 0x18D8, offset: 0x18FE41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP11isVideoCall3forSbAA0gH0C_tFTW', symObjAddr: 0x1C88, symBinAddr: 0x1B3644, symSize: 0x8 }
+ - { offsetInCU: 0x18F4, offset: 0x18FE5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0gH0C_tFTW', symObjAddr: 0x1C90, symBinAddr: 0x1B364C, symSize: 0x8 }
+ - { offsetInCU: 0x191F, offset: 0x18FE88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1C98, symBinAddr: 0x1B3654, symSize: 0x4 }
+ - { offsetInCU: 0x193F, offset: 0x18FEA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1C98, symBinAddr: 0x1B3654, symSize: 0x4 }
+ - { offsetInCU: 0x197B, offset: 0x18FEE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1C9C, symBinAddr: 0x1B3658, symSize: 0x88 }
+ - { offsetInCU: 0x19F9, offset: 0x18FF62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0gH0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x1D24, symBinAddr: 0x1B36E0, symSize: 0x4 }
+ - { offsetInCU: 0x1A15, offset: 0x18FF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0gH0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x1D28, symBinAddr: 0x1B36E4, symSize: 0x4 }
+ - { offsetInCU: 0x1A31, offset: 0x18FF9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16localConstraints3forAA04CallH0CSgAA12WebRTCClientC_tFTf4dn_n', symObjAddr: 0x1D2C, symBinAddr: 0x1B36E8, symSize: 0x150 }
+ - { offsetInCU: 0x1B04, offset: 0x19006D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC03didD18SessionChangeRoute_6client7session6reason08previousJ0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtFTf4dnnnnn_n', symObjAddr: 0x1E7C, symBinAddr: 0x1B3838, symSize: 0x36C }
+ - { offsetInCU: 0x1DAE, offset: 0x190317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCMa', symObjAddr: 0x2610, symBinAddr: 0x1B3EF8, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x190666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1B4030, symSize: 0x18 }
+ - { offsetInCU: 0x4B, offset: 0x19068A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1B4030, symSize: 0x18 }
+ - { offsetInCU: 0xA6, offset: 0x1906E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvgZ', symObjAddr: 0x58, symBinAddr: 0x1B4088, symSize: 0x28 }
+ - { offsetInCU: 0xC7, offset: 0x190706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvMZ', symObjAddr: 0x80, symBinAddr: 0x1B40B0, symSize: 0x40 }
+ - { offsetInCU: 0xF8, offset: 0x190737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvMZ.resume.0', symObjAddr: 0xC0, symBinAddr: 0x1B40F0, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x190753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC4, symBinAddr: 0x1B40F4, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x19076F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xCC, symBinAddr: 0x1B40FC, symSize: 0xB8 }
+ - { offsetInCU: 0x1B3, offset: 0x1907F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV12isWSRequiredSbvg', symObjAddr: 0x1EC, symBinAddr: 0x1B41B4, symSize: 0x8 }
+ - { offsetInCU: 0x1CF, offset: 0x19080E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomIdSSvg', symObjAddr: 0x1F4, symBinAddr: 0x1B41BC, symSize: 0x2C }
+ - { offsetInCU: 0x1EB, offset: 0x19082A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV13participantIdSSvg', symObjAddr: 0x220, symBinAddr: 0x1B41E8, symSize: 0x2C }
+ - { offsetInCU: 0x207, offset: 0x190846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV02isE7EnabledSbvg', symObjAddr: 0x24C, symBinAddr: 0x1B4214, symSize: 0x8 }
+ - { offsetInCU: 0x223, offset: 0x190862, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x254, symBinAddr: 0x1B421C, symSize: 0xE0 }
+ - { offsetInCU: 0x25D, offset: 0x19089C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0D11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x39C, symBinAddr: 0x1B42FC, symSize: 0x8 }
+ - { offsetInCU: 0x288, offset: 0x1908C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x454, symBinAddr: 0x1B4370, symSize: 0x40 }
+ - { offsetInCU: 0x2BF, offset: 0x1908FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5B0, symBinAddr: 0x1B4488, symSize: 0x8 }
+ - { offsetInCU: 0x2DB, offset: 0x19091A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5B8, symBinAddr: 0x1B4490, symSize: 0x38 }
+ - { offsetInCU: 0x345, offset: 0x190984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x67C, symBinAddr: 0x1B4554, symSize: 0xE4 }
+ - { offsetInCU: 0x392, offset: 0x1909D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultType_WZ', symObjAddr: 0x18, symBinAddr: 0x1B4048, symSize: 0x4 }
+ - { offsetInCU: 0x3AC, offset: 0x1909EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvau', symObjAddr: 0x1C, symBinAddr: 0x1B404C, symSize: 0x3C }
+ - { offsetInCU: 0x3F2, offset: 0x190A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0D11RequestableAAWI', symObjAddr: 0x3A4, symBinAddr: 0x1B4304, symSize: 0x24 }
+ - { offsetInCU: 0x406, offset: 0x190A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3C8, symBinAddr: 0x1B4328, symSize: 0x44 }
+ - { offsetInCU: 0x41A, offset: 0x190A59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x40C, symBinAddr: 0x1B436C, symSize: 0x4 }
+ - { offsetInCU: 0x42E, offset: 0x190A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA14APIRequestableAAWI', symObjAddr: 0x494, symBinAddr: 0x1B43B0, symSize: 0x24 }
+ - { offsetInCU: 0x442, offset: 0x190A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA11RequestableAAWI', symObjAddr: 0x4FC, symBinAddr: 0x1B43D4, symSize: 0x2C }
+ - { offsetInCU: 0x456, offset: 0x190A95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA0G0AAWl', symObjAddr: 0x528, symBinAddr: 0x1B4400, symSize: 0x44 }
+ - { offsetInCU: 0x46A, offset: 0x190AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x56C, symBinAddr: 0x1B4444, symSize: 0x44 }
+ - { offsetInCU: 0x47E, offset: 0x190ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0AAWI', symObjAddr: 0x5F0, symBinAddr: 0x1B44C8, symSize: 0x24 }
+ - { offsetInCU: 0x492, offset: 0x190AD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVACSEAAWl', symObjAddr: 0x614, symBinAddr: 0x1B44EC, symSize: 0x44 }
+ - { offsetInCU: 0x4A6, offset: 0x190AE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x658, symBinAddr: 0x1B4530, symSize: 0x24 }
+ - { offsetInCU: 0x4CC, offset: 0x190B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwCP', symObjAddr: 0x760, symBinAddr: 0x1B4638, symSize: 0x30 }
+ - { offsetInCU: 0x4E0, offset: 0x190B1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwxx', symObjAddr: 0x790, symBinAddr: 0x1B4668, symSize: 0x28 }
+ - { offsetInCU: 0x4F4, offset: 0x190B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwcp', symObjAddr: 0x7B8, symBinAddr: 0x1B4690, symSize: 0x4C }
+ - { offsetInCU: 0x508, offset: 0x190B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwca', symObjAddr: 0x804, symBinAddr: 0x1B46DC, symSize: 0x84 }
+ - { offsetInCU: 0x51C, offset: 0x190B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwta', symObjAddr: 0x89C, symBinAddr: 0x1B4760, symSize: 0x5C }
+ - { offsetInCU: 0x530, offset: 0x190B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwet', symObjAddr: 0x8F8, symBinAddr: 0x1B47BC, symSize: 0x48 }
+ - { offsetInCU: 0x544, offset: 0x190B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwst', symObjAddr: 0x940, symBinAddr: 0x1B4804, symSize: 0x4C }
+ - { offsetInCU: 0x558, offset: 0x190B97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVMa', symObjAddr: 0x98C, symBinAddr: 0x1B4850, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x190DE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0OtcfC', symObjAddr: 0x0, symBinAddr: 0x1B4864, symSize: 0xEC }
+ - { offsetInCU: 0xBD, offset: 0x190E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0OtcfC', symObjAddr: 0x0, symBinAddr: 0x1B4864, symSize: 0xEC }
+ - { offsetInCU: 0x17D, offset: 0x190F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11recordingIdSSvg', symObjAddr: 0xEC, symBinAddr: 0x1B4950, symSize: 0x2C }
+ - { offsetInCU: 0x199, offset: 0x190F55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC13recordingTypeAA0D7OptionsC0dI0Ovg', symObjAddr: 0x118, symBinAddr: 0x1B497C, symSize: 0x8 }
+ - { offsetInCU: 0x1B5, offset: 0x190F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC09recordingE0AA0dE0Ovg', symObjAddr: 0x120, symBinAddr: 0x1B4984, symSize: 0x8 }
+ - { offsetInCU: 0x1D1, offset: 0x190F8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0Otcfc', symObjAddr: 0x128, symBinAddr: 0x1B498C, symSize: 0xC0 }
+ - { offsetInCU: 0x277, offset: 0x191033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E8, symBinAddr: 0x1B4A4C, symSize: 0x48 }
+ - { offsetInCU: 0x29C, offset: 0x191058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x230, symBinAddr: 0x1B4A94, symSize: 0x30C }
+ - { offsetInCU: 0x31B, offset: 0x1910D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC02asD4InfoAA18DirectCallSnapshotC0dI0Cvg', symObjAddr: 0x734, symBinAddr: 0x1B4E04, symSize: 0x54 }
+ - { offsetInCU: 0x3D6, offset: 0x191192, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x788, symBinAddr: 0x1B4E58, symSize: 0x2C }
+ - { offsetInCU: 0x435, offset: 0x1911F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x7B4, symBinAddr: 0x1B4E84, symSize: 0x2C }
+ - { offsetInCU: 0x492, offset: 0x19124E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfd', symObjAddr: 0x7E8, symBinAddr: 0x1B4EB8, symSize: 0x34 }
+ - { offsetInCU: 0x4E3, offset: 0x19129F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfD', symObjAddr: 0x830, symBinAddr: 0x1B4EEC, symSize: 0x3C }
+ - { offsetInCU: 0x5C8, offset: 0x191384, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCMa', symObjAddr: 0x604, symBinAddr: 0x1B4DA0, symSize: 0x20 }
+ - { offsetInCU: 0x5DC, offset: 0x191398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSeAAWl', symObjAddr: 0x6AC, symBinAddr: 0x1B4DC0, symSize: 0x44 }
+ - { offsetInCU: 0x65A, offset: 0x191416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfE', symObjAddr: 0x7E0, symBinAddr: 0x1B4EB0, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x1916A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10windowBitsACSgSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1B4F50, symSize: 0x38 }
+ - { offsetInCU: 0x6D, offset: 0x1916C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC11initInflate33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LLSbyF', symObjAddr: 0x44, symBinAddr: 0x1B4F94, symSize: 0xA8 }
+ - { offsetInCU: 0xE7, offset: 0x19173F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKF', symObjAddr: 0x16C, symBinAddr: 0x1B50BC, symSize: 0x60 }
+ - { offsetInCU: 0x12F, offset: 0x191787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKFAHSPys5UInt8VGKXEfU_', symObjAddr: 0x1CC, symBinAddr: 0x1B511C, symSize: 0x88 }
+ - { offsetInCU: 0x1B1, offset: 0x191809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress5bytes5count6finish10Foundation4DataVSPys5UInt8VG_SiSbtKF', symObjAddr: 0x284, symBinAddr: 0x1B51D4, symSize: 0x8C }
+ - { offsetInCU: 0x27E, offset: 0x1918D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LL5bytes5count3outySPys5UInt8VG_Si10Foundation4DataVztKF', symObjAddr: 0x310, symBinAddr: 0x1B5260, symSize: 0x1B0 }
+ - { offsetInCU: 0x563, offset: 0x191BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVACs5ErrorAAWl', symObjAddr: 0x128, symBinAddr: 0x1B5078, symSize: 0x44 }
+ - { offsetInCU: 0x577, offset: 0x191BCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKFAHSPys5UInt8VGKXEfU_TA', symObjAddr: 0x264, symBinAddr: 0x1B51B4, symSize: 0x20 }
+ - { offsetInCU: 0x61B, offset: 0x191C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC10windowBitsACSgSi_tcfC', symObjAddr: 0x55C, symBinAddr: 0x1B5428, symSize: 0x38 }
+ - { offsetInCU: 0x639, offset: 0x191C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC11initDeflate33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LLSbyF', symObjAddr: 0x644, symBinAddr: 0x1B5510, symSize: 0xB8 }
+ - { offsetInCU: 0x6B3, offset: 0x191D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKF', symObjAddr: 0x80C, symBinAddr: 0x1B56D8, symSize: 0x138 }
+ - { offsetInCU: 0x75C, offset: 0x191DB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKFySPys5UInt8VGXEfU_', symObjAddr: 0x944, symBinAddr: 0x1B5810, symSize: 0x1A0 }
+ - { offsetInCU: 0xA14, offset: 0x19206C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKFySPys5UInt8VGXEfU_TA', symObjAddr: 0xAF4, symBinAddr: 0x1B59C0, symSize: 0x20 }
+ - { offsetInCU: 0xA8B, offset: 0x1920E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorCMa', symObjAddr: 0xD28, symBinAddr: 0x1B5BF4, symSize: 0x20 }
+ - { offsetInCU: 0xA9F, offset: 0x1920F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorCMa', symObjAddr: 0xD8C, symBinAddr: 0x1B5C58, symSize: 0x20 }
+ - { offsetInCU: 0xAB3, offset: 0x19210B, size: 0x8, addend: 0x0, symName: '_$sSksSx5IndexRpzSnyABG7IndicesRtzSiAA_6StrideRTzrlE5index_8offsetByA2B_SitF10Foundation4DataV_Tgq5', symObjAddr: 0xDF8, symBinAddr: 0x1B5CC4, symSize: 0x64 }
+ - { offsetInCU: 0xAF4, offset: 0x19214C, size: 0x8, addend: 0x0, symName: '_$sSksSx5IndexRpzSnyABG7IndicesRtzSiAA_6StrideRTzrlE8distance4from2toSiAB_ABtF10Foundation4DataV_Tgq5', symObjAddr: 0xE6C, symBinAddr: 0x1B5D38, symSize: 0xB8 }
+ - { offsetInCU: 0xB2D, offset: 0x192185, size: 0x8, addend: 0x0, symName: '_$sSmsSKRz11SubSequenceSlQzRszrlE17_customRemoveLastySbSiF10Foundation4DataV_Tgq5', symObjAddr: 0xF44, symBinAddr: 0x1B5E10, symSize: 0x14C }
+ - { offsetInCU: 0xBCA, offset: 0x192222, size: 0x8, addend: 0x0, symName: '_$sSmsSKRz11SubSequenceSlQzRszrlE10removeLastyySiF10Foundation4DataV_Tg5', symObjAddr: 0xB14, symBinAddr: 0x1B59E0, symSize: 0xF0 }
+ - { offsetInCU: 0x4B, offset: 0x1925AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfC', symObjAddr: 0x0, symBinAddr: 0x1B5F94, symSize: 0x20 }
+ - { offsetInCU: 0x78, offset: 0x1925D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfC', symObjAddr: 0x20, symBinAddr: 0x1B5FB4, symSize: 0x78 }
+ - { offsetInCU: 0xA2, offset: 0x192603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14localVideoViewAA0abgH0CSgvM', symObjAddr: 0xC8, symBinAddr: 0x1B605C, symSize: 0x70 }
+ - { offsetInCU: 0xD1, offset: 0x192632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC15remoteVideoViewAA0abgH0CSgvM', symObjAddr: 0x294, symBinAddr: 0x1B6228, symSize: 0x70 }
+ - { offsetInCU: 0x11E, offset: 0x19267F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvgTo', symObjAddr: 0x374, symBinAddr: 0x1B6308, symSize: 0x44 }
+ - { offsetInCU: 0x15B, offset: 0x1926BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvg', symObjAddr: 0x3B8, symBinAddr: 0x1B634C, symSize: 0x44 }
+ - { offsetInCU: 0x1A4, offset: 0x192705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvsTo', symObjAddr: 0x3FC, symBinAddr: 0x1B6390, symSize: 0x48 }
+ - { offsetInCU: 0x1E1, offset: 0x192742, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvs', symObjAddr: 0x444, symBinAddr: 0x1B63D8, symSize: 0x48 }
+ - { offsetInCU: 0x206, offset: 0x192767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvM', symObjAddr: 0x48C, symBinAddr: 0x1B6420, symSize: 0x44 }
+ - { offsetInCU: 0x235, offset: 0x192796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvM.resume.0', symObjAddr: 0x4D0, symBinAddr: 0x1B6464, symSize: 0x4 }
+ - { offsetInCU: 0x27E, offset: 0x1927DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvgTo', symObjAddr: 0x4D4, symBinAddr: 0x1B6468, symSize: 0x70 }
+ - { offsetInCU: 0x2B3, offset: 0x192814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvg', symObjAddr: 0x544, symBinAddr: 0x1B64D8, symSize: 0x54 }
+ - { offsetInCU: 0x2FC, offset: 0x19285D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvsTo', symObjAddr: 0x598, symBinAddr: 0x1B652C, symSize: 0x6C }
+ - { offsetInCU: 0x339, offset: 0x19289A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvs', symObjAddr: 0x604, symBinAddr: 0x1B6598, symSize: 0x50 }
+ - { offsetInCU: 0x362, offset: 0x1928C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvM', symObjAddr: 0x654, symBinAddr: 0x1B65E8, symSize: 0x78 }
+ - { offsetInCU: 0x3B0, offset: 0x192911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvM.resume.0', symObjAddr: 0x6CC, symBinAddr: 0x1B6660, symSize: 0x3C }
+ - { offsetInCU: 0x40D, offset: 0x19296E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvgTo', symObjAddr: 0x708, symBinAddr: 0x1B669C, symSize: 0x70 }
+ - { offsetInCU: 0x442, offset: 0x1929A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvg', symObjAddr: 0x778, symBinAddr: 0x1B670C, symSize: 0x54 }
+ - { offsetInCU: 0x48B, offset: 0x1929EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvsTo', symObjAddr: 0x7CC, symBinAddr: 0x1B6760, symSize: 0x6C }
+ - { offsetInCU: 0x4C8, offset: 0x192A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvs', symObjAddr: 0x838, symBinAddr: 0x1B67CC, symSize: 0x50 }
+ - { offsetInCU: 0x4F1, offset: 0x192A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvM', symObjAddr: 0x888, symBinAddr: 0x1B681C, symSize: 0x78 }
+ - { offsetInCU: 0x53F, offset: 0x192AA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvM.resume.0', symObjAddr: 0x900, symBinAddr: 0x1B6894, symSize: 0x3C }
+ - { offsetInCU: 0x57E, offset: 0x192ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0Cvg', symObjAddr: 0x93C, symBinAddr: 0x1B68D0, symSize: 0x48 }
+ - { offsetInCU: 0x5AD, offset: 0x192B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0Cvs', symObjAddr: 0x984, symBinAddr: 0x1B6918, symSize: 0x50 }
+ - { offsetInCU: 0x5EC, offset: 0x192B4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0CvM', symObjAddr: 0x9D4, symBinAddr: 0x1B6968, symSize: 0x44 }
+ - { offsetInCU: 0x651, offset: 0x192BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfC', symObjAddr: 0xA18, symBinAddr: 0x1B69AC, symSize: 0x40 }
+ - { offsetInCU: 0x698, offset: 0x192BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfc', symObjAddr: 0xA58, symBinAddr: 0x1B69EC, symSize: 0x24 }
+ - { offsetInCU: 0x6C7, offset: 0x192C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfcTo', symObjAddr: 0xA7C, symBinAddr: 0x1B6A10, symSize: 0x1C }
+ - { offsetInCU: 0x6E7, offset: 0x192C48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfcTo', symObjAddr: 0xA7C, symBinAddr: 0x1B6A10, symSize: 0x1C }
+ - { offsetInCU: 0x702, offset: 0x192C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfc', symObjAddr: 0xA98, symBinAddr: 0x1B6A2C, symSize: 0x44 }
+ - { offsetInCU: 0x716, offset: 0x192C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfcTo', symObjAddr: 0xADC, symBinAddr: 0x1B6A70, symSize: 0x94 }
+ - { offsetInCU: 0x748, offset: 0x192CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfc', symObjAddr: 0xB70, symBinAddr: 0x1B6B04, symSize: 0x24 }
+ - { offsetInCU: 0x797, offset: 0x192CF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfcTo', symObjAddr: 0xB94, symBinAddr: 0x1B6B28, symSize: 0x20 }
+ - { offsetInCU: 0x7B7, offset: 0x192D18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfcTo', symObjAddr: 0xB94, symBinAddr: 0x1B6B28, symSize: 0x20 }
+ - { offsetInCU: 0x7D2, offset: 0x192D33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCfD', symObjAddr: 0xBB4, symBinAddr: 0x1B6B48, symSize: 0x30 }
+ - { offsetInCU: 0x810, offset: 0x192D71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfcTf4nnggnn_n', symObjAddr: 0xE2C, symBinAddr: 0x1B6DC0, symSize: 0x180 }
+ - { offsetInCU: 0x8B8, offset: 0x192E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCfETo', symObjAddr: 0xBE4, symBinAddr: 0x1B6B78, symSize: 0x48 }
+ - { offsetInCU: 0x8E7, offset: 0x192E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0xC2C, symBinAddr: 0x1B6BC0, symSize: 0xFC }
+ - { offsetInCU: 0x998, offset: 0x192EF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xD28, symBinAddr: 0x1B6CBC, symSize: 0x104 }
+ - { offsetInCU: 0xA4C, offset: 0x192FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCMa', symObjAddr: 0xFAC, symBinAddr: 0x1B6F40, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x193224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO6callId014peerConnectionG0AESS_SSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1B7490, symSize: 0x44 }
+ - { offsetInCU: 0xAE, offset: 0x193283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO2eeoiySbAE_AEtFZ', symObjAddr: 0x1764, symBinAddr: 0x1B8BB4, symSize: 0xC }
+ - { offsetInCU: 0xDE, offset: 0x1932B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO4hash4intoys6HasherVz_tF', symObjAddr: 0x19E0, symBinAddr: 0x1B8E30, symSize: 0x90 }
+ - { offsetInCU: 0x138, offset: 0x19330D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO9hashValueSivg', symObjAddr: 0x1A70, symBinAddr: 0x1B8EC0, symSize: 0x5C }
+ - { offsetInCU: 0x208, offset: 0x1933DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1ACC, symBinAddr: 0x1B8F1C, symSize: 0x1C }
+ - { offsetInCU: 0x254, offset: 0x193429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH9hashValueSivgTW', symObjAddr: 0x1AE8, symBinAddr: 0x1B8F38, symSize: 0x58 }
+ - { offsetInCU: 0x2E3, offset: 0x1934B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B40, symBinAddr: 0x1B8F90, symSize: 0xC }
+ - { offsetInCU: 0x2F7, offset: 0x1934CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1BA0, symBinAddr: 0x1B8FF0, symSize: 0x44 }
+ - { offsetInCU: 0x35B, offset: 0x193530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8intValueAGSgSi_tcfC', symObjAddr: 0x9C, symBinAddr: 0x1B74EC, symSize: 0x8 }
+ - { offsetInCU: 0x382, offset: 0x193557, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8intValueSiSgvg', symObjAddr: 0xA4, symBinAddr: 0x1B74F4, symSize: 0xC }
+ - { offsetInCU: 0x3A9, offset: 0x19357E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8rawValueSSvg', symObjAddr: 0xB0, symBinAddr: 0x1B7500, symSize: 0x94 }
+ - { offsetInCU: 0x3E2, offset: 0x1935B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO11stringValueSSvg', symObjAddr: 0x144, symBinAddr: 0x1B7594, symSize: 0x94 }
+ - { offsetInCU: 0x42C, offset: 0x193601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x214, symBinAddr: 0x1B7664, symSize: 0x28 }
+ - { offsetInCU: 0x448, offset: 0x19361D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0x23C, symBinAddr: 0x1B768C, symSize: 0x8 }
+ - { offsetInCU: 0x464, offset: 0x193639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x250, symBinAddr: 0x1B76A0, symSize: 0xC }
+ - { offsetInCU: 0x48D, offset: 0x193662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8intValueAGSgSi_tcfC', symObjAddr: 0x38C, symBinAddr: 0x1B77DC, symSize: 0x8 }
+ - { offsetInCU: 0x4B4, offset: 0x193689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8intValueSiSgvg', symObjAddr: 0x394, symBinAddr: 0x1B77E4, symSize: 0xC }
+ - { offsetInCU: 0x4DB, offset: 0x1936B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8rawValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x1B77F0, symSize: 0x94 }
+ - { offsetInCU: 0x514, offset: 0x1936E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO11stringValueSSvg', symObjAddr: 0x434, symBinAddr: 0x1B7884, symSize: 0x94 }
+ - { offsetInCU: 0x55E, offset: 0x193733, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x578, symBinAddr: 0x1B79C8, symSize: 0x28 }
+ - { offsetInCU: 0x57A, offset: 0x19374F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1B79F0, symSize: 0x8 }
+ - { offsetInCU: 0x596, offset: 0x19376B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x62C, symBinAddr: 0x1B7A7C, symSize: 0xC }
+ - { offsetInCU: 0x5B2, offset: 0x193787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x638, symBinAddr: 0x1B7A88, symSize: 0xC }
+ - { offsetInCU: 0x5EA, offset: 0x1937BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueAGSgSS_tcfC', symObjAddr: 0x694, symBinAddr: 0x1B7AE4, symSize: 0x30 }
+ - { offsetInCU: 0x622, offset: 0x1937F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueAGSgSS_tcfC', symObjAddr: 0x6C4, symBinAddr: 0x1B7B14, symSize: 0x30 }
+ - { offsetInCU: 0x66A, offset: 0x19383F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8intValueAGSgSi_tcfC', symObjAddr: 0x6F4, symBinAddr: 0x1B7B44, symSize: 0x8 }
+ - { offsetInCU: 0x691, offset: 0x193866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8intValueSiSgvg', symObjAddr: 0x6FC, symBinAddr: 0x1B7B4C, symSize: 0xC }
+ - { offsetInCU: 0x6B8, offset: 0x19388D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueSSvg', symObjAddr: 0x708, symBinAddr: 0x1B7B58, symSize: 0x160 }
+ - { offsetInCU: 0x6F1, offset: 0x1938C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueSSvg', symObjAddr: 0x868, symBinAddr: 0x1B7CB8, symSize: 0x160 }
+ - { offsetInCU: 0x73B, offset: 0x193910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0xB88, symBinAddr: 0x1B7FD8, symSize: 0x44 }
+ - { offsetInCU: 0x781, offset: 0x193956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0xBCC, symBinAddr: 0x1B801C, symSize: 0x28 }
+ - { offsetInCU: 0x79D, offset: 0x193972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0xBF4, symBinAddr: 0x1B8044, symSize: 0x8 }
+ - { offsetInCU: 0x7D3, offset: 0x1939A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0xBFC, symBinAddr: 0x1B804C, symSize: 0x3C }
+ - { offsetInCU: 0x838, offset: 0x193A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0xC38, symBinAddr: 0x1B8088, symSize: 0xC }
+ - { offsetInCU: 0x854, offset: 0x193A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xC44, symBinAddr: 0x1B8094, symSize: 0xC }
+ - { offsetInCU: 0x870, offset: 0x193A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueAGSgSS_tcfCTf4nd_nTf4g_n', symObjAddr: 0x1D68, symBinAddr: 0x1B91B8, symSize: 0x58 }
+ - { offsetInCU: 0x89C, offset: 0x193A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO11stringValueAESgSS_tcfC', symObjAddr: 0xCA0, symBinAddr: 0x1B80F0, symSize: 0x1C }
+ - { offsetInCU: 0x8C7, offset: 0x193A9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO8intValueAESgSi_tcfC', symObjAddr: 0xCBC, symBinAddr: 0x1B810C, symSize: 0x8 }
+ - { offsetInCU: 0x8EE, offset: 0x193AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO8intValueSiSgvg', symObjAddr: 0xCC4, symBinAddr: 0x1B8114, symSize: 0xC }
+ - { offsetInCU: 0x916, offset: 0x193AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO11stringValueSSvg', symObjAddr: 0xCD0, symBinAddr: 0x1B8120, symSize: 0xC }
+ - { offsetInCU: 0x93E, offset: 0x193B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP11stringValueSSvgTW', symObjAddr: 0xCDC, symBinAddr: 0x1B812C, symSize: 0xC }
+ - { offsetInCU: 0x95A, offset: 0x193B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xCE8, symBinAddr: 0x1B8138, symSize: 0x2C }
+ - { offsetInCU: 0x976, offset: 0x193B4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP8intValueSiSgvgTW', symObjAddr: 0xD14, symBinAddr: 0x1B8164, symSize: 0xC }
+ - { offsetInCU: 0x992, offset: 0x193B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD20, symBinAddr: 0x1B8170, symSize: 0xC }
+ - { offsetInCU: 0x9AF, offset: 0x193B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvg', symObjAddr: 0xD7C, symBinAddr: 0x1B81CC, symSize: 0x44 }
+ - { offsetInCU: 0x9CB, offset: 0x193BA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvs', symObjAddr: 0xDC0, symBinAddr: 0x1B8210, symSize: 0x60 }
+ - { offsetInCU: 0x9E7, offset: 0x193BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvM', symObjAddr: 0xE20, symBinAddr: 0x1B8270, symSize: 0x6C }
+ - { offsetInCU: 0xA03, offset: 0x193BD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvM.resume.0', symObjAddr: 0xE8C, symBinAddr: 0x1B82DC, symSize: 0x70 }
+ - { offsetInCU: 0xA1F, offset: 0x193BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierAC10IdentifierOvg', symObjAddr: 0xEFC, symBinAddr: 0x1B834C, symSize: 0x44 }
+ - { offsetInCU: 0xA3B, offset: 0x193C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC9createdAts5Int64Vvg', symObjAddr: 0xF40, symBinAddr: 0x1B8390, symSize: 0x8 }
+ - { offsetInCU: 0xA57, offset: 0x193C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvg', symObjAddr: 0xF48, symBinAddr: 0x1B8398, symSize: 0x74 }
+ - { offsetInCU: 0xA9B, offset: 0x193C70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvs', symObjAddr: 0xFBC, symBinAddr: 0x1B840C, symSize: 0x10 }
+ - { offsetInCU: 0xAC2, offset: 0x193C97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvM', symObjAddr: 0xFCC, symBinAddr: 0x1B841C, symSize: 0x34 }
+ - { offsetInCU: 0xB08, offset: 0x193CDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvM.resume.0', symObjAddr: 0x1000, symBinAddr: 0x1B8450, symSize: 0x10 }
+ - { offsetInCU: 0xB39, offset: 0x193D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvg', symObjAddr: 0x1010, symBinAddr: 0x1B8460, symSize: 0x74 }
+ - { offsetInCU: 0xB7D, offset: 0x193D52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvs', symObjAddr: 0x1084, symBinAddr: 0x1B84D4, symSize: 0x10 }
+ - { offsetInCU: 0xBA4, offset: 0x193D79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvM', symObjAddr: 0x1094, symBinAddr: 0x1B84E4, symSize: 0x34 }
+ - { offsetInCU: 0xBEA, offset: 0x193DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvM.resume.0', symObjAddr: 0x10C8, symBinAddr: 0x1B8518, symSize: 0x10 }
+ - { offsetInCU: 0xC1B, offset: 0x193DF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvg', symObjAddr: 0x10D8, symBinAddr: 0x1B8528, symSize: 0x84 }
+ - { offsetInCU: 0xC7E, offset: 0x193E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvs', symObjAddr: 0x115C, symBinAddr: 0x1B85AC, symSize: 0x10 }
+ - { offsetInCU: 0xCA5, offset: 0x193E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvM', symObjAddr: 0x116C, symBinAddr: 0x1B85BC, symSize: 0x34 }
+ - { offsetInCU: 0xCEB, offset: 0x193EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvM.resume.0', symObjAddr: 0x11A0, symBinAddr: 0x1B85F0, symSize: 0x10 }
+ - { offsetInCU: 0xD1C, offset: 0x193EF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvg', symObjAddr: 0x11B0, symBinAddr: 0x1B8600, symSize: 0x34 }
+ - { offsetInCU: 0xD38, offset: 0x193F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvs', symObjAddr: 0x11E4, symBinAddr: 0x1B8634, symSize: 0x50 }
+ - { offsetInCU: 0xD54, offset: 0x193F29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvM', symObjAddr: 0x1234, symBinAddr: 0x1B8684, symSize: 0x3C }
+ - { offsetInCU: 0xD70, offset: 0x193F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivg', symObjAddr: 0x1270, symBinAddr: 0x1B86C0, symSize: 0x30 }
+ - { offsetInCU: 0xD8C, offset: 0x193F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivs', symObjAddr: 0x12A0, symBinAddr: 0x1B86F0, symSize: 0x3C }
+ - { offsetInCU: 0xDA8, offset: 0x193F7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivM', symObjAddr: 0x12DC, symBinAddr: 0x1B872C, symSize: 0x3C }
+ - { offsetInCU: 0xDC4, offset: 0x193F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivM.resume.0', symObjAddr: 0x1318, symBinAddr: 0x1B8768, symSize: 0x4 }
+ - { offsetInCU: 0xDEF, offset: 0x193FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfC', symObjAddr: 0x131C, symBinAddr: 0x1B876C, symSize: 0x6C }
+ - { offsetInCU: 0xE23, offset: 0x193FF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfc', symObjAddr: 0x1388, symBinAddr: 0x1B87D8, symSize: 0x4C }
+ - { offsetInCU: 0xE37, offset: 0x19400C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8flushAllyyF', symObjAddr: 0x13D4, symBinAddr: 0x1B8824, symSize: 0x54 }
+ - { offsetInCU: 0xE66, offset: 0x19403B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x1428, symBinAddr: 0x1B8878, symSize: 0xC0 }
+ - { offsetInCU: 0xEE4, offset: 0x1940B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC26incrementReconnectionCountyyF', symObjAddr: 0x14E8, symBinAddr: 0x1B8938, symSize: 0x30 }
+ - { offsetInCU: 0xF3C, offset: 0x194111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC21incrementMeasureCountyyF', symObjAddr: 0x1518, symBinAddr: 0x1B8968, symSize: 0x4C }
+ - { offsetInCU: 0xF7E, offset: 0x194153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1564, symBinAddr: 0x1B89B4, symSize: 0x14C }
+ - { offsetInCU: 0xFDA, offset: 0x1941AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCfd', symObjAddr: 0x16B0, symBinAddr: 0x1B8B00, symSize: 0x40 }
+ - { offsetInCU: 0x1015, offset: 0x1941EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCfD', symObjAddr: 0x16F0, symBinAddr: 0x1B8B40, symSize: 0x48 }
+ - { offsetInCU: 0x1058, offset: 0x19422D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1738, symBinAddr: 0x1B8B88, symSize: 0x28 }
+ - { offsetInCU: 0x107B, offset: 0x194250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfcTf4gn_n', symObjAddr: 0x1C38, symBinAddr: 0x1B9088, symSize: 0x130 }
+ - { offsetInCU: 0x11D2, offset: 0x1943A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC2eeoiySbAC_ACtFZ', symObjAddr: 0x1760, symBinAddr: 0x1B8BB0, symSize: 0x4 }
+ - { offsetInCU: 0x11E6, offset: 0x1943BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC1loiySbAC_ACtFZ', symObjAddr: 0x1770, symBinAddr: 0x1B8BC0, symSize: 0x14 }
+ - { offsetInCU: 0x1213, offset: 0x1943E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC4hash4intoys6HasherVz_tF', symObjAddr: 0x1784, symBinAddr: 0x1B8BD4, symSize: 0x5C }
+ - { offsetInCU: 0x129F, offset: 0x194474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC9hashValueSivg', symObjAddr: 0x17E0, symBinAddr: 0x1B8C30, symSize: 0x78 }
+ - { offsetInCU: 0x1384, offset: 0x194559, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL1loiySbx_xtFZTW', symObjAddr: 0x1858, symBinAddr: 0x1B8CA8, symSize: 0x1C }
+ - { offsetInCU: 0x13E5, offset: 0x1945BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH9hashValueSivgTW', symObjAddr: 0x1880, symBinAddr: 0x1B8CD0, symSize: 0x7C }
+ - { offsetInCU: 0x14A9, offset: 0x19467E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x18FC, symBinAddr: 0x1B8D4C, symSize: 0x60 }
+ - { offsetInCU: 0x1520, offset: 0x1946F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19D4, symBinAddr: 0x1B8E24, symSize: 0xC }
+ - { offsetInCU: 0x1552, offset: 0x194727, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1BE4, symBinAddr: 0x1B9034, symSize: 0x54 }
+ - { offsetInCU: 0x15C6, offset: 0x19479B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOWOy', symObjAddr: 0x1DC0, symBinAddr: 0x1B9210, symSize: 0x8 }
+ - { offsetInCU: 0x15DA, offset: 0x1947AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs06CodingE0AAWl', symObjAddr: 0x1DF4, symBinAddr: 0x1B9218, symSize: 0x44 }
+ - { offsetInCU: 0x15EE, offset: 0x1947C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16StatsLogDelegate_pSgXwWOh', symObjAddr: 0x1E38, symBinAddr: 0x1B925C, symSize: 0x24 }
+ - { offsetInCU: 0x1602, offset: 0x1947D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOSHAASQWb', symObjAddr: 0x1E5C, symBinAddr: 0x1B9280, symSize: 0x4 }
+ - { offsetInCU: 0x1616, offset: 0x1947EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGSQAAWl', symObjAddr: 0x1E60, symBinAddr: 0x1B9284, symSize: 0x44 }
+ - { offsetInCU: 0x162A, offset: 0x1947FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1EA4, symBinAddr: 0x1B92C8, symSize: 0x4 }
+ - { offsetInCU: 0x163E, offset: 0x194813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1EA8, symBinAddr: 0x1B92CC, symSize: 0x44 }
+ - { offsetInCU: 0x1652, offset: 0x194827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1EEC, symBinAddr: 0x1B9310, symSize: 0x4 }
+ - { offsetInCU: 0x1666, offset: 0x19483B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1EF0, symBinAddr: 0x1B9314, symSize: 0x44 }
+ - { offsetInCU: 0x167A, offset: 0x19484F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOSHAASQWb', symObjAddr: 0x1F34, symBinAddr: 0x1B9358, symSize: 0x4 }
+ - { offsetInCU: 0x168E, offset: 0x194863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGSQAAWl', symObjAddr: 0x1F38, symBinAddr: 0x1B935C, symSize: 0x44 }
+ - { offsetInCU: 0x16A2, offset: 0x194877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1F7C, symBinAddr: 0x1B93A0, symSize: 0x4 }
+ - { offsetInCU: 0x16B6, offset: 0x19488B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1F80, symBinAddr: 0x1B93A4, symSize: 0x44 }
+ - { offsetInCU: 0x16CA, offset: 0x19489F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x1FC4, symBinAddr: 0x1B93E8, symSize: 0x4 }
+ - { offsetInCU: 0x16DE, offset: 0x1948B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1FC8, symBinAddr: 0x1B93EC, symSize: 0x44 }
+ - { offsetInCU: 0x16F2, offset: 0x1948C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSHAASQWb', symObjAddr: 0x200C, symBinAddr: 0x1B9430, symSize: 0x4 }
+ - { offsetInCU: 0x1706, offset: 0x1948DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGSQAAWl', symObjAddr: 0x2010, symBinAddr: 0x1B9434, symSize: 0x44 }
+ - { offsetInCU: 0x171A, offset: 0x1948EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2054, symBinAddr: 0x1B9478, symSize: 0x4 }
+ - { offsetInCU: 0x172E, offset: 0x194903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2058, symBinAddr: 0x1B947C, symSize: 0x44 }
+ - { offsetInCU: 0x1742, offset: 0x194917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x209C, symBinAddr: 0x1B94C0, symSize: 0x4 }
+ - { offsetInCU: 0x1756, offset: 0x19492B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x20A0, symBinAddr: 0x1B94C4, symSize: 0x44 }
+ - { offsetInCU: 0x176A, offset: 0x19493F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x20E4, symBinAddr: 0x1B9508, symSize: 0x4 }
+ - { offsetInCU: 0x177E, offset: 0x194953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x20E8, symBinAddr: 0x1B950C, symSize: 0x44 }
+ - { offsetInCU: 0x1792, offset: 0x194967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x212C, symBinAddr: 0x1B9550, symSize: 0x4 }
+ - { offsetInCU: 0x17A6, offset: 0x19497B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2130, symBinAddr: 0x1B9554, symSize: 0x44 }
+ - { offsetInCU: 0x17BA, offset: 0x19498F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASQWb', symObjAddr: 0x2174, symBinAddr: 0x1B9598, symSize: 0x4 }
+ - { offsetInCU: 0x17CE, offset: 0x1949A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCACSQAAWl', symObjAddr: 0x2178, symBinAddr: 0x1B959C, symSize: 0x44 }
+ - { offsetInCU: 0x17E2, offset: 0x1949B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCMa', symObjAddr: 0x21BC, symBinAddr: 0x1B95E0, symSize: 0x20 }
+ - { offsetInCU: 0x17F6, offset: 0x1949CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASQWb', symObjAddr: 0x21DC, symBinAddr: 0x1B9600, symSize: 0x4 }
+ - { offsetInCU: 0x180A, offset: 0x1949DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASQWb', symObjAddr: 0x21E0, symBinAddr: 0x1B9604, symSize: 0x4 }
+ - { offsetInCU: 0x181E, offset: 0x1949F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOAESQAAWl', symObjAddr: 0x21E4, symBinAddr: 0x1B9608, symSize: 0x44 }
+ - { offsetInCU: 0x1832, offset: 0x194A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOMa', symObjAddr: 0x25E8, symBinAddr: 0x1B9A0C, symSize: 0x10 }
+ - { offsetInCU: 0x1846, offset: 0x194A1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOwup', symObjAddr: 0x2610, symBinAddr: 0x1B9A24, symSize: 0x4 }
+ - { offsetInCU: 0x185A, offset: 0x194A2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOMa', symObjAddr: 0x2614, symBinAddr: 0x1B9A28, symSize: 0x10 }
+ - { offsetInCU: 0x186E, offset: 0x194A43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwug', symObjAddr: 0x2778, symBinAddr: 0x1B9B8C, symSize: 0x8 }
+ - { offsetInCU: 0x1882, offset: 0x194A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwup', symObjAddr: 0x2780, symBinAddr: 0x1B9B94, symSize: 0x4 }
+ - { offsetInCU: 0x1896, offset: 0x194A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwui', symObjAddr: 0x2784, symBinAddr: 0x1B9B98, symSize: 0x8 }
+ - { offsetInCU: 0x18AA, offset: 0x194A7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOMa', symObjAddr: 0x278C, symBinAddr: 0x1B9BA0, symSize: 0x10 }
+ - { offsetInCU: 0x18BE, offset: 0x194A93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwet', symObjAddr: 0x279C, symBinAddr: 0x1B9BB0, symSize: 0x90 }
+ - { offsetInCU: 0x18D2, offset: 0x194AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwst', symObjAddr: 0x282C, symBinAddr: 0x1B9C40, symSize: 0xBC }
+ - { offsetInCU: 0x18E6, offset: 0x194ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwup', symObjAddr: 0x28E8, symBinAddr: 0x1B9CFC, symSize: 0x4 }
+ - { offsetInCU: 0x18FA, offset: 0x194ACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOMa', symObjAddr: 0x28EC, symBinAddr: 0x1B9D00, symSize: 0x10 }
+ - { offsetInCU: 0x190E, offset: 0x194AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwCP', symObjAddr: 0x28FC, symBinAddr: 0x1B9D10, symSize: 0x48 }
+ - { offsetInCU: 0x1922, offset: 0x194AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwxx', symObjAddr: 0x2944, symBinAddr: 0x1B9D58, symSize: 0x10 }
+ - { offsetInCU: 0x1936, offset: 0x194B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwcp', symObjAddr: 0x2954, symBinAddr: 0x1B9D68, symSize: 0x48 }
+ - { offsetInCU: 0x194A, offset: 0x194B1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwca', symObjAddr: 0x299C, symBinAddr: 0x1B9DB0, symSize: 0x54 }
+ - { offsetInCU: 0x195E, offset: 0x194B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwta', symObjAddr: 0x2A04, symBinAddr: 0x1B9E04, symSize: 0x44 }
+ - { offsetInCU: 0x1972, offset: 0x194B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwet', symObjAddr: 0x2A48, symBinAddr: 0x1B9E48, symSize: 0x48 }
+ - { offsetInCU: 0x1986, offset: 0x194B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwst', symObjAddr: 0x2A90, symBinAddr: 0x1B9E90, symSize: 0x44 }
+ - { offsetInCU: 0x199A, offset: 0x194B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwug', symObjAddr: 0x2AD4, symBinAddr: 0x1B9ED4, symSize: 0x8 }
+ - { offsetInCU: 0x19AE, offset: 0x194B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwup', symObjAddr: 0x2ADC, symBinAddr: 0x1B9EDC, symSize: 0x4 }
+ - { offsetInCU: 0x19C2, offset: 0x194B97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwui', symObjAddr: 0x2AE0, symBinAddr: 0x1B9EE0, symSize: 0xC }
+ - { offsetInCU: 0x19D6, offset: 0x194BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOMa', symObjAddr: 0x2AEC, symBinAddr: 0x1B9EEC, symSize: 0x10 }
+ - { offsetInCU: 0x19EA, offset: 0x194BBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs06CodingE0AAWl', symObjAddr: 0x2B84, symBinAddr: 0x1B9EFC, symSize: 0x44 }
+ - { offsetInCU: 0x1A0F, offset: 0x194BE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x25C, symBinAddr: 0x1B76AC, symSize: 0x28 }
+ - { offsetInCU: 0x1A2B, offset: 0x194C00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x284, symBinAddr: 0x1B76D4, symSize: 0x28 }
+ - { offsetInCU: 0x1A47, offset: 0x194C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x644, symBinAddr: 0x1B7A94, symSize: 0x28 }
+ - { offsetInCU: 0x1A63, offset: 0x194C38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x66C, symBinAddr: 0x1B7ABC, symSize: 0x28 }
+ - { offsetInCU: 0x1A85, offset: 0x194C5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xC50, symBinAddr: 0x1B80A0, symSize: 0x28 }
+ - { offsetInCU: 0x1AA1, offset: 0x194C76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xC78, symBinAddr: 0x1B80C8, symSize: 0x28 }
+ - { offsetInCU: 0x1ABD, offset: 0x194C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xD2C, symBinAddr: 0x1B817C, symSize: 0x28 }
+ - { offsetInCU: 0x1AD9, offset: 0x194CAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xD54, symBinAddr: 0x1B81A4, symSize: 0x28 }
+ - { offsetInCU: 0x1B3E, offset: 0x194D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x1874, symBinAddr: 0x1B8CC4, symSize: 0x4 }
+ - { offsetInCU: 0x1B5A, offset: 0x194D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x1878, symBinAddr: 0x1B8CC8, symSize: 0x4 }
+ - { offsetInCU: 0x1B76, offset: 0x194D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL1goiySbx_xtFZTW', symObjAddr: 0x187C, symBinAddr: 0x1B8CCC, symSize: 0x4 }
+ - { offsetInCU: 0x1BA1, offset: 0x194D76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x195C, symBinAddr: 0x1B8DAC, symSize: 0x78 }
+ - { offsetInCU: 0x1C61, offset: 0x194E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B4C, symBinAddr: 0x1B8F9C, symSize: 0x54 }
+ - { offsetInCU: 0x4B, offset: 0x195128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1B9F68, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x195146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x10, symBinAddr: 0x1B9F78, symSize: 0x4 }
+ - { offsetInCU: 0xA5, offset: 0x195182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x10, symBinAddr: 0x1B9F78, symSize: 0x4 }
+ - { offsetInCU: 0xB7, offset: 0x195194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x28, symBinAddr: 0x1B9F90, symSize: 0x90 }
+ - { offsetInCU: 0x11A, offset: 0x1951F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFyycfU_', symObjAddr: 0xB8, symBinAddr: 0x1BA020, symSize: 0x54 }
+ - { offsetInCU: 0x15B, offset: 0x195238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCACycfc', symObjAddr: 0x188, symBinAddr: 0x1BA0F0, symSize: 0x8 }
+ - { offsetInCU: 0x18A, offset: 0x195267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCfd', symObjAddr: 0x190, symBinAddr: 0x1BA0F8, symSize: 0x8 }
+ - { offsetInCU: 0x1B9, offset: 0x195296, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCfD', symObjAddr: 0x198, symBinAddr: 0x1BA100, symSize: 0x10 }
+ - { offsetInCU: 0x1E9, offset: 0x1952C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFyycfU_TA', symObjAddr: 0x1CC, symBinAddr: 0x1BA134, symSize: 0x8 }
+ - { offsetInCU: 0x1FD, offset: 0x1952DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCMa', symObjAddr: 0x1D4, symBinAddr: 0x1BA13C, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1954CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x0, symBinAddr: 0x1BA15C, symSize: 0x1E8 }
+ - { offsetInCU: 0xD4, offset: 0x195578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x0, symBinAddr: 0x1BA15C, symSize: 0x1E8 }
+ - { offsetInCU: 0x208, offset: 0x1956AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC13getCachedRoom2byAA0H0CSgSS_tF', symObjAddr: 0x1E8, symBinAddr: 0x1BA344, symSize: 0x180 }
+ - { offsetInCU: 0x303, offset: 0x1957A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC9fetchRoom2by17completionHandlerySS_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x368, symBinAddr: 0x1BA4C4, symSize: 0x190 }
+ - { offsetInCU: 0x40E, offset: 0x1958B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0x5CC, symBinAddr: 0x1BA678, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x195B86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1BA6B8, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x195BAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1BA6B8, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x195BC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x1BA6C0, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x195BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x1BA708, symSize: 0x23C }
+ - { offsetInCU: 0x159, offset: 0x195CB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x444, symBinAddr: 0x1BA964, symSize: 0x70 }
+ - { offsetInCU: 0x1F3, offset: 0x195D52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x4B4, symBinAddr: 0x1BA9D4, symSize: 0x2C }
+ - { offsetInCU: 0x2AE, offset: 0x195E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4E0, symBinAddr: 0x1BAA00, symSize: 0x2C }
+ - { offsetInCU: 0x30D, offset: 0x195E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x50C, symBinAddr: 0x1BAA2C, symSize: 0x2C }
+ - { offsetInCU: 0x364, offset: 0x195EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfd', symObjAddr: 0x540, symBinAddr: 0x1BAA60, symSize: 0x2C }
+ - { offsetInCU: 0x3B5, offset: 0x195F14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfD', symObjAddr: 0x56C, symBinAddr: 0x1BAA8C, symSize: 0x34 }
+ - { offsetInCU: 0x40F, offset: 0x195F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCMa', symObjAddr: 0x354, symBinAddr: 0x1BA944, symSize: 0x20 }
+ - { offsetInCU: 0x4B8, offset: 0x196017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfE', symObjAddr: 0x538, symBinAddr: 0x1BAA58, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x196271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomId011participantH03sdp14audioAttribute05videoL0ACSS_S2SAA12WebRTCClientC9DirectionOALtcfC', symObjAddr: 0x0, symBinAddr: 0x1BAAD4, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x196295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomId011participantH03sdp14audioAttribute05videoL0ACSS_S2SAA12WebRTCClientC9DirectionOALtcfC', symObjAddr: 0x0, symBinAddr: 0x1BAAD4, symSize: 0x20 }
+ - { offsetInCU: 0xC6, offset: 0x196310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvgZ', symObjAddr: 0x80, symBinAddr: 0x1BAB54, symSize: 0x68 }
+ - { offsetInCU: 0xE7, offset: 0x196331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvsZ', symObjAddr: 0xE8, symBinAddr: 0x1BABBC, symSize: 0x6C }
+ - { offsetInCU: 0x110, offset: 0x19635A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ', symObjAddr: 0x154, symBinAddr: 0x1BAC28, symSize: 0x6C }
+ - { offsetInCU: 0x139, offset: 0x196383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x1BAC94, symSize: 0x4 }
+ - { offsetInCU: 0x155, offset: 0x19639F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1C4, symBinAddr: 0x1BAC98, symSize: 0xC4 }
+ - { offsetInCU: 0x1D8, offset: 0x196422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x2F0, symBinAddr: 0x1BAD5C, symSize: 0x8 }
+ - { offsetInCU: 0x1F4, offset: 0x19643E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0x2F8, symBinAddr: 0x1BAD64, symSize: 0x8 }
+ - { offsetInCU: 0x210, offset: 0x19645A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomIdSSvg', symObjAddr: 0x300, symBinAddr: 0x1BAD6C, symSize: 0x2C }
+ - { offsetInCU: 0x22C, offset: 0x196476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV13participantIdSSvg', symObjAddr: 0x32C, symBinAddr: 0x1BAD98, symSize: 0x2C }
+ - { offsetInCU: 0x248, offset: 0x196492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV3sdpSSvg', symObjAddr: 0x358, symBinAddr: 0x1BADC4, symSize: 0x2C }
+ - { offsetInCU: 0x264, offset: 0x1964AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV14audioAttributeAA12WebRTCClientC9DirectionOvg', symObjAddr: 0x384, symBinAddr: 0x1BADF0, symSize: 0x8 }
+ - { offsetInCU: 0x280, offset: 0x1964CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV14videoAttributeAA12WebRTCClientC9DirectionOvg', symObjAddr: 0x38C, symBinAddr: 0x1BADF8, symSize: 0x8 }
+ - { offsetInCU: 0x29C, offset: 0x1964E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x394, symBinAddr: 0x1BAE00, symSize: 0x160 }
+ - { offsetInCU: 0x2F8, offset: 0x196542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1BAFA4, symSize: 0x8 }
+ - { offsetInCU: 0x323, offset: 0x19656D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x65C, symBinAddr: 0x1BB018, symSize: 0x68 }
+ - { offsetInCU: 0x35A, offset: 0x1965A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x7E0, symBinAddr: 0x1BB158, symSize: 0x8 }
+ - { offsetInCU: 0x376, offset: 0x1965C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x7E8, symBinAddr: 0x1BB160, symSize: 0x40 }
+ - { offsetInCU: 0x392, offset: 0x1965DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8B4, symBinAddr: 0x1BB22C, symSize: 0x40 }
+ - { offsetInCU: 0x3B6, offset: 0x196600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultType_WZ', symObjAddr: 0x20, symBinAddr: 0x1BAAF4, symSize: 0x20 }
+ - { offsetInCU: 0x3D0, offset: 0x19661A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvau', symObjAddr: 0x40, symBinAddr: 0x1BAB14, symSize: 0x40 }
+ - { offsetInCU: 0x416, offset: 0x196660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESEAAWl', symObjAddr: 0x55C, symBinAddr: 0x1BAF60, symSize: 0x44 }
+ - { offsetInCU: 0x42A, offset: 0x196674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x5A8, symBinAddr: 0x1BAFAC, symSize: 0x24 }
+ - { offsetInCU: 0x43E, offset: 0x196688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x5CC, symBinAddr: 0x1BAFD0, symSize: 0x44 }
+ - { offsetInCU: 0x452, offset: 0x19669C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x610, symBinAddr: 0x1BB014, symSize: 0x4 }
+ - { offsetInCU: 0x466, offset: 0x1966B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x6C4, symBinAddr: 0x1BB080, symSize: 0x24 }
+ - { offsetInCU: 0x47A, offset: 0x1966C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x72C, symBinAddr: 0x1BB0A4, symSize: 0x2C }
+ - { offsetInCU: 0x48E, offset: 0x1966D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA0F0AAWl', symObjAddr: 0x758, symBinAddr: 0x1BB0D0, symSize: 0x44 }
+ - { offsetInCU: 0x4A2, offset: 0x1966EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x79C, symBinAddr: 0x1BB114, symSize: 0x44 }
+ - { offsetInCU: 0x4B6, offset: 0x196700, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0AAWI', symObjAddr: 0x828, symBinAddr: 0x1BB1A0, symSize: 0x24 }
+ - { offsetInCU: 0x4CA, offset: 0x196714, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVACSEAAWl', symObjAddr: 0x84C, symBinAddr: 0x1BB1C4, symSize: 0x44 }
+ - { offsetInCU: 0x4DE, offset: 0x196728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x890, symBinAddr: 0x1BB208, symSize: 0x24 }
+ - { offsetInCU: 0x4F2, offset: 0x19673C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwCP', symObjAddr: 0x8F4, symBinAddr: 0x1BB26C, symSize: 0x30 }
+ - { offsetInCU: 0x506, offset: 0x196750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwxx', symObjAddr: 0x924, symBinAddr: 0x1BB29C, symSize: 0x30 }
+ - { offsetInCU: 0x51A, offset: 0x196764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwcp', symObjAddr: 0x954, symBinAddr: 0x1BB2CC, symSize: 0x6C }
+ - { offsetInCU: 0x52E, offset: 0x196778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwca', symObjAddr: 0x9C0, symBinAddr: 0x1BB338, symSize: 0xAC }
+ - { offsetInCU: 0x542, offset: 0x19678C, size: 0x8, addend: 0x0, symName: ___swift_memcpy58_8, symObjAddr: 0xA6C, symBinAddr: 0x1BB3E4, symSize: 0x1C }
+ - { offsetInCU: 0x556, offset: 0x1967A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwta', symObjAddr: 0xA88, symBinAddr: 0x1BB400, symSize: 0x6C }
+ - { offsetInCU: 0x56A, offset: 0x1967B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwet', symObjAddr: 0xAF4, symBinAddr: 0x1BB46C, symSize: 0x48 }
+ - { offsetInCU: 0x57E, offset: 0x1967C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwst', symObjAddr: 0xB3C, symBinAddr: 0x1BB4B4, symSize: 0x50 }
+ - { offsetInCU: 0x592, offset: 0x1967DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVMa', symObjAddr: 0xB8C, symBinAddr: 0x1BB504, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x196A34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1BB514, symSize: 0x68 }
+ - { offsetInCU: 0x4B, offset: 0x196A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1BB514, symSize: 0x68 }
+ - { offsetInCU: 0x67, offset: 0x196A74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callIdSSvg', symObjAddr: 0x68, symBinAddr: 0x1BB57C, symSize: 0x2C }
+ - { offsetInCU: 0x83, offset: 0x196A90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV9candidateAA0D0Cvg', symObjAddr: 0x94, symBinAddr: 0x1BB5A8, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x196AAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV16peerConnectionIdSSSgvg', symObjAddr: 0x9C, symBinAddr: 0x1BB5B0, symSize: 0x2C }
+ - { offsetInCU: 0xB3, offset: 0x196AC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xC8, symBinAddr: 0x1BB5DC, symSize: 0x8 }
+ - { offsetInCU: 0xCF, offset: 0x196ADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV9requestIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x1BB5E4, symSize: 0x2C }
+ - { offsetInCU: 0xE3, offset: 0x196AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xFC, symBinAddr: 0x1BB610, symSize: 0x270 }
+ - { offsetInCU: 0x156, offset: 0x196B63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x36C, symBinAddr: 0x1BB880, symSize: 0x8 }
+ - { offsetInCU: 0x181, offset: 0x196B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x374, symBinAddr: 0x1BB888, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x196BCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3A0, symBinAddr: 0x1BB8B4, symSize: 0x2C }
+ - { offsetInCU: 0x1F4, offset: 0x196C01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3CC, symBinAddr: 0x1BB8E0, symSize: 0x38 }
+ - { offsetInCU: 0x217, offset: 0x196C24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfCTf4gggd_n', symObjAddr: 0x404, symBinAddr: 0x1BB918, symSize: 0xD8 }
+ - { offsetInCU: 0x277, offset: 0x196C84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x748, symBinAddr: 0x1BB9F0, symSize: 0x24 }
+ - { offsetInCU: 0x28B, offset: 0x196C98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA13WSRequestableAAWl', symObjAddr: 0x76C, symBinAddr: 0x1BBA14, symSize: 0x44 }
+ - { offsetInCU: 0x29F, offset: 0x196CAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7B0, symBinAddr: 0x1BBA58, symSize: 0x24 }
+ - { offsetInCU: 0x2B3, offset: 0x196CC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13WSRequestableAAWI', symObjAddr: 0x818, symBinAddr: 0x1BBA7C, symSize: 0x24 }
+ - { offsetInCU: 0x2C7, offset: 0x196CD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x880, symBinAddr: 0x1BBAA0, symSize: 0x4 }
+ - { offsetInCU: 0x2DB, offset: 0x196CE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA11RequestableAAWI', symObjAddr: 0x8C8, symBinAddr: 0x1BBAA4, symSize: 0x2C }
+ - { offsetInCU: 0x2EF, offset: 0x196CFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA0E0AAWl', symObjAddr: 0x8F4, symBinAddr: 0x1BBAD0, symSize: 0x44 }
+ - { offsetInCU: 0x303, offset: 0x196D10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x938, symBinAddr: 0x1BBB14, symSize: 0x44 }
+ - { offsetInCU: 0x317, offset: 0x196D24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0AAWI', symObjAddr: 0x97C, symBinAddr: 0x1BBB58, symSize: 0x24 }
+ - { offsetInCU: 0x32B, offset: 0x196D38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVACSEAAWl', symObjAddr: 0x9A0, symBinAddr: 0x1BBB7C, symSize: 0x44 }
+ - { offsetInCU: 0x33F, offset: 0x196D4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x9E4, symBinAddr: 0x1BBBC0, symSize: 0x24 }
+ - { offsetInCU: 0x353, offset: 0x196D60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwCP', symObjAddr: 0xA08, symBinAddr: 0x1BBBE4, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x196D74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwxx', symObjAddr: 0xA38, symBinAddr: 0x1BBC14, symSize: 0x38 }
+ - { offsetInCU: 0x37B, offset: 0x196D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwcp', symObjAddr: 0xA70, symBinAddr: 0x1BBC4C, symSize: 0x6C }
+ - { offsetInCU: 0x38F, offset: 0x196D9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwca', symObjAddr: 0xADC, symBinAddr: 0x1BBCB8, symSize: 0xAC }
+ - { offsetInCU: 0x3A3, offset: 0x196DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwta', symObjAddr: 0xB9C, symBinAddr: 0x1BBD64, symSize: 0x6C }
+ - { offsetInCU: 0x3B7, offset: 0x196DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwet', symObjAddr: 0xC08, symBinAddr: 0x1BBDD0, symSize: 0x48 }
+ - { offsetInCU: 0x3CB, offset: 0x196DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwst', symObjAddr: 0xC50, symBinAddr: 0x1BBE18, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x196DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVMa', symObjAddr: 0xCA0, symBinAddr: 0x1BBE68, symSize: 0x10 }
+ - { offsetInCU: 0x75, offset: 0x197098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x1BBE78, symSize: 0x30 }
+ - { offsetInCU: 0xBA, offset: 0x1970DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x30, symBinAddr: 0x1BBEA8, symSize: 0x28 }
+ - { offsetInCU: 0xD6, offset: 0x1970F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x58, symBinAddr: 0x1BBED0, symSize: 0xC }
+ - { offsetInCU: 0xFD, offset: 0x197120, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x64, symBinAddr: 0x1BBEDC, symSize: 0x9C }
+ - { offsetInCU: 0x170, offset: 0x197193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0x114, symBinAddr: 0x1BBF8C, symSize: 0xC8 }
+ - { offsetInCU: 0x229, offset: 0x19724C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x1DC, symBinAddr: 0x1BC054, symSize: 0x84 }
+ - { offsetInCU: 0x2E7, offset: 0x19730A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCACycfC', symObjAddr: 0x2DC, symBinAddr: 0x1BC154, symSize: 0x2C }
+ - { offsetInCU: 0x346, offset: 0x197369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCACycfc', symObjAddr: 0x308, symBinAddr: 0x1BC180, symSize: 0x2C }
+ - { offsetInCU: 0x38B, offset: 0x1973AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfd', symObjAddr: 0x33C, symBinAddr: 0x1BC1B4, symSize: 0x1C }
+ - { offsetInCU: 0x3C6, offset: 0x1973E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfD', symObjAddr: 0x358, symBinAddr: 0x1BC1D0, symSize: 0x24 }
+ - { offsetInCU: 0x470, offset: 0x197493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfE', symObjAddr: 0x334, symBinAddr: 0x1BC1AC, symSize: 0x8 }
+ - { offsetInCU: 0x49D, offset: 0x1974C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCMa', symObjAddr: 0x37C, symBinAddr: 0x1BC1F4, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x197728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0x1BC228, symSize: 0x68 }
+ - { offsetInCU: 0xA6, offset: 0x197765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvg', symObjAddr: 0x68, symBinAddr: 0x1BC290, symSize: 0x54 }
+ - { offsetInCU: 0xEF, offset: 0x1977AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvsTo', symObjAddr: 0xBC, symBinAddr: 0x1BC2E4, symSize: 0x68 }
+ - { offsetInCU: 0x136, offset: 0x1977F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvs', symObjAddr: 0x124, symBinAddr: 0x1BC34C, symSize: 0x5C }
+ - { offsetInCU: 0x15F, offset: 0x19781E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvM', symObjAddr: 0x180, symBinAddr: 0x1BC3A8, symSize: 0x44 }
+ - { offsetInCU: 0x18E, offset: 0x19784D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11isVideoCallSbvM', symObjAddr: 0x1F4, symBinAddr: 0x1BC41C, symSize: 0x44 }
+ - { offsetInCU: 0x1DB, offset: 0x19789A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x238, symBinAddr: 0x1BC460, symSize: 0x48 }
+ - { offsetInCU: 0x218, offset: 0x1978D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0Cvg', symObjAddr: 0x280, symBinAddr: 0x1BC4A8, symSize: 0x44 }
+ - { offsetInCU: 0x261, offset: 0x197920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvsTo', symObjAddr: 0x2C4, symBinAddr: 0x1BC4EC, symSize: 0x64 }
+ - { offsetInCU: 0x2A6, offset: 0x197965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0Cvs', symObjAddr: 0x328, symBinAddr: 0x1BC550, symSize: 0x50 }
+ - { offsetInCU: 0x2CF, offset: 0x19798E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvM', symObjAddr: 0x378, symBinAddr: 0x1BC5A0, symSize: 0x44 }
+ - { offsetInCU: 0x2FE, offset: 0x1979BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvM.resume.0', symObjAddr: 0x3BC, symBinAddr: 0x1BC5E4, symSize: 0x4 }
+ - { offsetInCU: 0x347, offset: 0x197A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvgTo', symObjAddr: 0x3C0, symBinAddr: 0x1BC5E8, symSize: 0x74 }
+ - { offsetInCU: 0x384, offset: 0x197A43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvg', symObjAddr: 0x434, symBinAddr: 0x1BC65C, symSize: 0x48 }
+ - { offsetInCU: 0x3CD, offset: 0x197A8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvsTo', symObjAddr: 0x47C, symBinAddr: 0x1BC6A4, symSize: 0x70 }
+ - { offsetInCU: 0x412, offset: 0x197AD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvs', symObjAddr: 0x4EC, symBinAddr: 0x1BC714, symSize: 0x50 }
+ - { offsetInCU: 0x43B, offset: 0x197AFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvM', symObjAddr: 0x53C, symBinAddr: 0x1BC764, symSize: 0x44 }
+ - { offsetInCU: 0x488, offset: 0x197B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvgTo', symObjAddr: 0x580, symBinAddr: 0x1BC7A8, symSize: 0x48 }
+ - { offsetInCU: 0x4C5, offset: 0x197B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvg', symObjAddr: 0x5C8, symBinAddr: 0x1BC7F0, symSize: 0x50 }
+ - { offsetInCU: 0x50E, offset: 0x197BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvsTo', symObjAddr: 0x618, symBinAddr: 0x1BC840, symSize: 0x64 }
+ - { offsetInCU: 0x553, offset: 0x197C12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvs', symObjAddr: 0x67C, symBinAddr: 0x1BC8A4, symSize: 0x50 }
+ - { offsetInCU: 0x57C, offset: 0x197C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvM', symObjAddr: 0x6CC, symBinAddr: 0x1BC8F4, symSize: 0x44 }
+ - { offsetInCU: 0x5AB, offset: 0x197C6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC14holdActiveCallSbvM', symObjAddr: 0x848, symBinAddr: 0x1BCA70, symSize: 0x44 }
+ - { offsetInCU: 0x5E9, offset: 0x197CA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfC', symObjAddr: 0x88C, symBinAddr: 0x1BCAB4, symSize: 0xA0 }
+ - { offsetInCU: 0x613, offset: 0x197CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfc', symObjAddr: 0x92C, symBinAddr: 0x1BCB54, symSize: 0x64 }
+ - { offsetInCU: 0x627, offset: 0x197CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfcTo', symObjAddr: 0x990, symBinAddr: 0x1BCBB8, symSize: 0xE4 }
+ - { offsetInCU: 0x6B3, offset: 0x197D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfC', symObjAddr: 0xA74, symBinAddr: 0x1BCC9C, symSize: 0xD8 }
+ - { offsetInCU: 0x714, offset: 0x197DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfc', symObjAddr: 0xB4C, symBinAddr: 0x1BCD74, symSize: 0xC0 }
+ - { offsetInCU: 0x765, offset: 0x197E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfcTo', symObjAddr: 0xC0C, symBinAddr: 0x1BCE34, symSize: 0x104 }
+ - { offsetInCU: 0x7E8, offset: 0x197EA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfC', symObjAddr: 0xD10, symBinAddr: 0x1BCF38, symSize: 0xE4 }
+ - { offsetInCU: 0x851, offset: 0x197F10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfc', symObjAddr: 0xDF4, symBinAddr: 0x1BD01C, symSize: 0xD0 }
+ - { offsetInCU: 0x8AE, offset: 0x197F6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfcTo', symObjAddr: 0xEC4, symBinAddr: 0x1BD0EC, symSize: 0xD8 }
+ - { offsetInCU: 0x915, offset: 0x197FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfC', symObjAddr: 0xF9C, symBinAddr: 0x1BD1C4, symSize: 0x20 }
+ - { offsetInCU: 0x933, offset: 0x197FF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfc', symObjAddr: 0xFBC, symBinAddr: 0x1BD1E4, symSize: 0x54 }
+ - { offsetInCU: 0x96E, offset: 0x19802D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfcTo', symObjAddr: 0x1010, symBinAddr: 0x1BD238, symSize: 0x54 }
+ - { offsetInCU: 0x9AB, offset: 0x19806A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCfD', symObjAddr: 0x1064, symBinAddr: 0x1BD28C, symSize: 0x30 }
+ - { offsetInCU: 0x9E9, offset: 0x1980A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfcTf4gngggnn_n', symObjAddr: 0x1324, symBinAddr: 0x1BD54C, symSize: 0x194 }
+ - { offsetInCU: 0xA71, offset: 0x198130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCfETo', symObjAddr: 0x1094, symBinAddr: 0x1BD2BC, symSize: 0x5C }
+ - { offsetInCU: 0xAA0, offset: 0x19815F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x10F0, symBinAddr: 0x1BD318, symSize: 0x1D0 }
+ - { offsetInCU: 0xB49, offset: 0x198208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0x12C0, symBinAddr: 0x1BD4E8, symSize: 0x64 }
+ - { offsetInCU: 0xB65, offset: 0x198224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCMa', symObjAddr: 0x14B8, symBinAddr: 0x1BD6E0, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x1984F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0SivpZ', symObjAddr: 0x2190, symBinAddr: 0x2C6598, symSize: 0x0 }
+ - { offsetInCU: 0x75, offset: 0x19851B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4times5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x1BDC44, symSize: 0x8 }
+ - { offsetInCU: 0x91, offset: 0x198537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC8logLevelAA6LoggerV0H0Ovg', symObjAddr: 0x8, symBinAddr: 0x1BDC4C, symSize: 0x8 }
+ - { offsetInCU: 0xAD, offset: 0x198553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvg', symObjAddr: 0x10, symBinAddr: 0x1BDC54, symSize: 0x48 }
+ - { offsetInCU: 0xC9, offset: 0x19856F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvs', symObjAddr: 0x58, symBinAddr: 0x1BDC9C, symSize: 0x50 }
+ - { offsetInCU: 0xE5, offset: 0x19858B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvM', symObjAddr: 0xA8, symBinAddr: 0x1BDCEC, symSize: 0x3C }
+ - { offsetInCU: 0x143, offset: 0x1985E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4time8logLevel7messageAEs5Int64V_AA6LoggerV0I0OSStcfC', symObjAddr: 0xE4, symBinAddr: 0x1BDD28, symSize: 0x78 }
+ - { offsetInCU: 0x192, offset: 0x198638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4time8logLevel7messageAEs5Int64V_AA6LoggerV0I0OSStcfc', symObjAddr: 0x15C, symBinAddr: 0x1BDDA0, symSize: 0x54 }
+ - { offsetInCU: 0x204, offset: 0x1986AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8rawValueAGSgSS_tcfC', symObjAddr: 0x1B0, symBinAddr: 0x1BDDF4, symSize: 0x5C }
+ - { offsetInCU: 0x25C, offset: 0x198702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueAGSgSS_tcfC', symObjAddr: 0x24C, symBinAddr: 0x1BDE50, symSize: 0x5C }
+ - { offsetInCU: 0x2C4, offset: 0x19876A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0x2A8, symBinAddr: 0x1BDEAC, symSize: 0x8 }
+ - { offsetInCU: 0x2EB, offset: 0x198791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2B0, symBinAddr: 0x1BDEB4, symSize: 0xC }
+ - { offsetInCU: 0x312, offset: 0x1987B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2BC, symBinAddr: 0x1BDEC0, symSize: 0x20 }
+ - { offsetInCU: 0x34B, offset: 0x1987F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2DC, symBinAddr: 0x1BDEE0, symSize: 0x20 }
+ - { offsetInCU: 0x379, offset: 0x19881F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2DC, symBinAddr: 0x1BDEE0, symSize: 0x20 }
+ - { offsetInCU: 0x3A4, offset: 0x19884A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x480, symBinAddr: 0x1BE084, symSize: 0x64 }
+ - { offsetInCU: 0x40A, offset: 0x1988B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x4E4, symBinAddr: 0x1BE0E8, symSize: 0x28 }
+ - { offsetInCU: 0x41E, offset: 0x1988C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x50C, symBinAddr: 0x1BE110, symSize: 0x8 }
+ - { offsetInCU: 0x454, offset: 0x1988FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x514, symBinAddr: 0x1BE118, symSize: 0x68 }
+ - { offsetInCU: 0x4D9, offset: 0x19897F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x57C, symBinAddr: 0x1BE180, symSize: 0xC }
+ - { offsetInCU: 0x4F5, offset: 0x19899B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x588, symBinAddr: 0x1BE18C, symSize: 0xC }
+ - { offsetInCU: 0x512, offset: 0x1989B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCfd', symObjAddr: 0x5E4, symBinAddr: 0x1BE1E8, symSize: 0x1C }
+ - { offsetInCU: 0x54D, offset: 0x1989F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCfD', symObjAddr: 0x600, symBinAddr: 0x1BE204, symSize: 0x24 }
+ - { offsetInCU: 0x598, offset: 0x198A3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x624, symBinAddr: 0x1BE228, symSize: 0x170 }
+ - { offsetInCU: 0x5D7, offset: 0x198A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x840, symBinAddr: 0x1BE420, symSize: 0x28 }
+ - { offsetInCU: 0x5FB, offset: 0x198AA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvg', symObjAddr: 0x868, symBinAddr: 0x1BE448, symSize: 0x30 }
+ - { offsetInCU: 0x617, offset: 0x198ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvs', symObjAddr: 0x898, symBinAddr: 0x1BE478, symSize: 0x44 }
+ - { offsetInCU: 0x633, offset: 0x198AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvM', symObjAddr: 0x8DC, symBinAddr: 0x1BE4BC, symSize: 0x3C }
+ - { offsetInCU: 0x64F, offset: 0x198AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvM.resume.0', symObjAddr: 0x918, symBinAddr: 0x1BE4F8, symSize: 0x4 }
+ - { offsetInCU: 0x66B, offset: 0x198B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvg', symObjAddr: 0x91C, symBinAddr: 0x1BE4FC, symSize: 0x30 }
+ - { offsetInCU: 0x687, offset: 0x198B2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvs', symObjAddr: 0x94C, symBinAddr: 0x1BE52C, symSize: 0x3C }
+ - { offsetInCU: 0x6A3, offset: 0x198B49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvM', symObjAddr: 0x988, symBinAddr: 0x1BE568, symSize: 0x3C }
+ - { offsetInCU: 0x6BF, offset: 0x198B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvg', symObjAddr: 0x9C4, symBinAddr: 0x1BE5A4, symSize: 0x34 }
+ - { offsetInCU: 0x6DB, offset: 0x198B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvs', symObjAddr: 0x9F8, symBinAddr: 0x1BE5D8, symSize: 0x44 }
+ - { offsetInCU: 0x6F7, offset: 0x198B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvM', symObjAddr: 0xA3C, symBinAddr: 0x1BE61C, symSize: 0x3C }
+ - { offsetInCU: 0x713, offset: 0x198BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0SivgZ', symObjAddr: 0xA84, symBinAddr: 0x1BE664, symSize: 0x8 }
+ - { offsetInCU: 0x72F, offset: 0x198BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC9configure4withyAA13CommandSender_p_tF', symObjAddr: 0xA8C, symBinAddr: 0x1BE66C, symSize: 0x28 }
+ - { offsetInCU: 0x76E, offset: 0x198C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tF', symObjAddr: 0xAB4, symBinAddr: 0x1BE694, symSize: 0x1E8 }
+ - { offsetInCU: 0x7D6, offset: 0x198C7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tFyyYbcfU_', symObjAddr: 0xC9C, symBinAddr: 0x1BE87C, symSize: 0x1B4 }
+ - { offsetInCU: 0xA31, offset: 0x198ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0xEE4, symBinAddr: 0x1BEA80, symSize: 0x1F4 }
+ - { offsetInCU: 0xAF0, offset: 0x198F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_', symObjAddr: 0x111C, symBinAddr: 0x1BEC74, symSize: 0x3C4 }
+ - { offsetInCU: 0xF16, offset: 0x1993BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfC', symObjAddr: 0x1520, symBinAddr: 0x1BF078, symSize: 0x40 }
+ - { offsetInCU: 0xF4A, offset: 0x1993F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfc', symObjAddr: 0x1560, symBinAddr: 0x1BF0B8, symSize: 0x30 }
+ - { offsetInCU: 0xF5E, offset: 0x199404, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfd', symObjAddr: 0x15B4, symBinAddr: 0x1BF10C, symSize: 0x2C }
+ - { offsetInCU: 0xF99, offset: 0x19943F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfD', symObjAddr: 0x15E0, symBinAddr: 0x1BF138, symSize: 0x34 }
+ - { offsetInCU: 0xFDC, offset: 0x199482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfcTf4g_n', symObjAddr: 0x17A4, symBinAddr: 0x1BF2FC, symSize: 0x1AC }
+ - { offsetInCU: 0x106C, offset: 0x199512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs0G3KeyAAWl', symObjAddr: 0x7B8, symBinAddr: 0x1BE398, symSize: 0x44 }
+ - { offsetInCU: 0x1080, offset: 0x199526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESEAAWl', symObjAddr: 0x7FC, symBinAddr: 0x1BE3DC, symSize: 0x44 }
+ - { offsetInCU: 0x1094, offset: 0x19953A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0Sivau', symObjAddr: 0xA78, symBinAddr: 0x1BE658, symSize: 0xC }
+ - { offsetInCU: 0x1178, offset: 0x19961E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tFyyYbcfU_TA', symObjAddr: 0xE7C, symBinAddr: 0x1BEA5C, symSize: 0xC }
+ - { offsetInCU: 0x118C, offset: 0x199632, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE88, symBinAddr: 0x1BEA68, symSize: 0x10 }
+ - { offsetInCU: 0x11A0, offset: 0x199646, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE98, symBinAddr: 0x1BEA78, symSize: 0x8 }
+ - { offsetInCU: 0x1378, offset: 0x19981E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_TA', symObjAddr: 0x1514, symBinAddr: 0x1BF06C, symSize: 0xC }
+ - { offsetInCU: 0x138C, offset: 0x199832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfE', symObjAddr: 0x1590, symBinAddr: 0x1BF0E8, symSize: 0x24 }
+ - { offsetInCU: 0x141D, offset: 0x1998C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASQWb', symObjAddr: 0x1950, symBinAddr: 0x1BF4A8, symSize: 0x4 }
+ - { offsetInCU: 0x1431, offset: 0x1998D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGSQAAWl', symObjAddr: 0x1954, symBinAddr: 0x1BF4AC, symSize: 0x44 }
+ - { offsetInCU: 0x1445, offset: 0x1998EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1998, symBinAddr: 0x1BF4F0, symSize: 0x4 }
+ - { offsetInCU: 0x1459, offset: 0x1998FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x199C, symBinAddr: 0x1BF4F4, symSize: 0x44 }
+ - { offsetInCU: 0x146D, offset: 0x199913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x19E0, symBinAddr: 0x1BF538, symSize: 0x4 }
+ - { offsetInCU: 0x1481, offset: 0x199927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x19E4, symBinAddr: 0x1BF53C, symSize: 0x44 }
+ - { offsetInCU: 0x1495, offset: 0x19993B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCMa', symObjAddr: 0x1BBC, symBinAddr: 0x1BF714, symSize: 0x20 }
+ - { offsetInCU: 0x14A9, offset: 0x19994F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCMa', symObjAddr: 0x1C6C, symBinAddr: 0x1BF7C4, symSize: 0x20 }
+ - { offsetInCU: 0x14BD, offset: 0x199963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwet', symObjAddr: 0x1CF0, symBinAddr: 0x1BF838, symSize: 0x90 }
+ - { offsetInCU: 0x14D1, offset: 0x199977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwst', symObjAddr: 0x1D80, symBinAddr: 0x1BF8C8, symSize: 0xBC }
+ - { offsetInCU: 0x14E5, offset: 0x19998B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwug', symObjAddr: 0x1E3C, symBinAddr: 0x1BF984, symSize: 0x8 }
+ - { offsetInCU: 0x14F9, offset: 0x19999F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwup', symObjAddr: 0x1E44, symBinAddr: 0x1BF98C, symSize: 0x4 }
+ - { offsetInCU: 0x150D, offset: 0x1999B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwui', symObjAddr: 0x1E48, symBinAddr: 0x1BF990, symSize: 0x8 }
+ - { offsetInCU: 0x1521, offset: 0x1999C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOMa', symObjAddr: 0x1E50, symBinAddr: 0x1BF998, symSize: 0x10 }
+ - { offsetInCU: 0x1569, offset: 0x199A0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2FC, symBinAddr: 0x1BDF00, symSize: 0x88 }
+ - { offsetInCU: 0x1618, offset: 0x199ABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x384, symBinAddr: 0x1BDF88, symSize: 0x60 }
+ - { offsetInCU: 0x1696, offset: 0x199B3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E4, symBinAddr: 0x1BDFE8, symSize: 0x40 }
+ - { offsetInCU: 0x16E8, offset: 0x199B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x424, symBinAddr: 0x1BE028, symSize: 0x5C }
+ - { offsetInCU: 0x1744, offset: 0x199BEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x594, symBinAddr: 0x1BE198, symSize: 0x28 }
+ - { offsetInCU: 0x1760, offset: 0x199C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x5BC, symBinAddr: 0x1BE1C0, symSize: 0x28 }
+ - { offsetInCU: 0x187D, offset: 0x199D23, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls12LogCollectorC0H4ItemCG_Tg504$s13ef7Calls12hi57C15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_SbAC0D4J6CXEfU_AG06Uploadh5EventQ0CTf1cn_nTf4gg_n', symObjAddr: 0x1614, symBinAddr: 0x1BF16C, symSize: 0x190 }
+ - { offsetInCU: 0x4F, offset: 0x19A1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvpZ', symObjAddr: 0x12038, symBinAddr: 0x2C8EA0, symSize: 0x0 }
+ - { offsetInCU: 0x81, offset: 0x19A1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC9urlString5appId06clientH018ackTimeoutIntervalACSSSg_AHSSSdtcfC', symObjAddr: 0x0, symBinAddr: 0x1BFA3C, symSize: 0xEC }
+ - { offsetInCU: 0x13A, offset: 0x19A29D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvg', symObjAddr: 0x12C, symBinAddr: 0x1BFB28, symSize: 0x40 }
+ - { offsetInCU: 0x156, offset: 0x19A2B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvs', symObjAddr: 0x16C, symBinAddr: 0x1BFB68, symSize: 0x50 }
+ - { offsetInCU: 0x172, offset: 0x19A2D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvM', symObjAddr: 0x1BC, symBinAddr: 0x1BFBB8, symSize: 0x68 }
+ - { offsetInCU: 0x18E, offset: 0x19A2F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvM.resume.0', symObjAddr: 0x224, symBinAddr: 0x1BFC20, symSize: 0x6C }
+ - { offsetInCU: 0x1AA, offset: 0x19A30D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvg', symObjAddr: 0x290, symBinAddr: 0x1BFC8C, symSize: 0x40 }
+ - { offsetInCU: 0x1C6, offset: 0x19A329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvs', symObjAddr: 0x2D0, symBinAddr: 0x1BFCCC, symSize: 0x50 }
+ - { offsetInCU: 0x1E2, offset: 0x19A345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvM', symObjAddr: 0x320, symBinAddr: 0x1BFD1C, symSize: 0x68 }
+ - { offsetInCU: 0x1FE, offset: 0x19A361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvM.resume.0', symObjAddr: 0x388, symBinAddr: 0x1BFD84, symSize: 0x6C }
+ - { offsetInCU: 0x21A, offset: 0x19A37D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvg', symObjAddr: 0x3F4, symBinAddr: 0x1BFDF0, symSize: 0x30 }
+ - { offsetInCU: 0x236, offset: 0x19A399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvs', symObjAddr: 0x424, symBinAddr: 0x1BFE20, symSize: 0x3C }
+ - { offsetInCU: 0x252, offset: 0x19A3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvM', symObjAddr: 0x460, symBinAddr: 0x1BFE5C, symSize: 0x3C }
+ - { offsetInCU: 0x26E, offset: 0x19A3D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvg', symObjAddr: 0x49C, symBinAddr: 0x1BFE98, symSize: 0x48 }
+ - { offsetInCU: 0x28A, offset: 0x19A3ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvs', symObjAddr: 0x4E4, symBinAddr: 0x1BFEE0, symSize: 0x50 }
+ - { offsetInCU: 0x2A6, offset: 0x19A409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvM', symObjAddr: 0x534, symBinAddr: 0x1BFF30, symSize: 0x3C }
+ - { offsetInCU: 0x2C2, offset: 0x19A425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvgZ', symObjAddr: 0x5CC, symBinAddr: 0x1BFFC8, symSize: 0x5C }
+ - { offsetInCU: 0x2EB, offset: 0x19A44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvg', symObjAddr: 0x628, symBinAddr: 0x1C0024, symSize: 0x48 }
+ - { offsetInCU: 0x307, offset: 0x19A46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvs', symObjAddr: 0x670, symBinAddr: 0x1C006C, symSize: 0x50 }
+ - { offsetInCU: 0x323, offset: 0x19A486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvM', symObjAddr: 0x6C0, symBinAddr: 0x1C00BC, symSize: 0x3C }
+ - { offsetInCU: 0x33F, offset: 0x19A4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvM.resume.0', symObjAddr: 0x6FC, symBinAddr: 0x1C00F8, symSize: 0x4 }
+ - { offsetInCU: 0x35B, offset: 0x19A4BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvg', symObjAddr: 0x77C, symBinAddr: 0x1C0178, symSize: 0x58 }
+ - { offsetInCU: 0x377, offset: 0x19A4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvs', symObjAddr: 0x7D4, symBinAddr: 0x1C01D0, symSize: 0x68 }
+ - { offsetInCU: 0x393, offset: 0x19A4F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvM', symObjAddr: 0x884, symBinAddr: 0x1C0238, symSize: 0x44 }
+ - { offsetInCU: 0x3AF, offset: 0x19A512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvg', symObjAddr: 0x8C8, symBinAddr: 0x1C027C, symSize: 0x54 }
+ - { offsetInCU: 0x3CB, offset: 0x19A52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvs', symObjAddr: 0x91C, symBinAddr: 0x1C02D0, symSize: 0x5C }
+ - { offsetInCU: 0x3E7, offset: 0x19A54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvM', symObjAddr: 0x978, symBinAddr: 0x1C032C, symSize: 0x44 }
+ - { offsetInCU: 0x403, offset: 0x19A566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfC', symObjAddr: 0x9BC, symBinAddr: 0x1C0370, symSize: 0x7C }
+ - { offsetInCU: 0x421, offset: 0x19A584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfc', symObjAddr: 0xA38, symBinAddr: 0x1C03EC, symSize: 0x140 }
+ - { offsetInCU: 0x490, offset: 0x19A5F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5clearyyF', symObjAddr: 0xB78, symBinAddr: 0x1C052C, symSize: 0x58 }
+ - { offsetInCU: 0x4BF, offset: 0x19A622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC10setTimeoutyyAA0F0CF', symObjAddr: 0xBD0, symBinAddr: 0x1C0584, symSize: 0x34 }
+ - { offsetInCU: 0x4FE, offset: 0x19A661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0xC04, symBinAddr: 0x1C05B8, symSize: 0xBF0 }
+ - { offsetInCU: 0xAF4, offset: 0x19AC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_', symObjAddr: 0x17F4, symBinAddr: 0x1C11A8, symSize: 0xC78 }
+ - { offsetInCU: 0x116A, offset: 0x19B2CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yAA8SequenceC0I0OcfU_', symObjAddr: 0x246C, symBinAddr: 0x1C1E20, symSize: 0xC4 }
+ - { offsetInCU: 0x11C5, offset: 0x19B328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCfd', symObjAddr: 0x25FC, symBinAddr: 0x1C1FB0, symSize: 0x60 }
+ - { offsetInCU: 0x1200, offset: 0x19B363, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCfD', symObjAddr: 0x265C, symBinAddr: 0x1C2010, symSize: 0x6C }
+ - { offsetInCU: 0x1243, offset: 0x19B3A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvgTW', symObjAddr: 0x26C8, symBinAddr: 0x1C207C, symSize: 0x28 }
+ - { offsetInCU: 0x125F, offset: 0x19B3C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvsTW', symObjAddr: 0x26F0, symBinAddr: 0x1C20A4, symSize: 0x28 }
+ - { offsetInCU: 0x127B, offset: 0x19B3DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvMTW', symObjAddr: 0x2718, symBinAddr: 0x1C20CC, symSize: 0x50 }
+ - { offsetInCU: 0x1297, offset: 0x19B3FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvgTW', symObjAddr: 0x276C, symBinAddr: 0x1C2120, symSize: 0x28 }
+ - { offsetInCU: 0x12B3, offset: 0x19B416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvsTW', symObjAddr: 0x2794, symBinAddr: 0x1C2148, symSize: 0x28 }
+ - { offsetInCU: 0x12CF, offset: 0x19B432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvMTW', symObjAddr: 0x27BC, symBinAddr: 0x1C2170, symSize: 0x50 }
+ - { offsetInCU: 0x12EB, offset: 0x19B44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvgTW', symObjAddr: 0x2810, symBinAddr: 0x1C21C4, symSize: 0x28 }
+ - { offsetInCU: 0x1307, offset: 0x19B46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvsTW', symObjAddr: 0x2838, symBinAddr: 0x1C21EC, symSize: 0x28 }
+ - { offsetInCU: 0x1323, offset: 0x19B486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvMTW', symObjAddr: 0x2860, symBinAddr: 0x1C2214, symSize: 0x50 }
+ - { offsetInCU: 0x133F, offset: 0x19B4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvgTW', symObjAddr: 0x28B4, symBinAddr: 0x1C2268, symSize: 0x28 }
+ - { offsetInCU: 0x135B, offset: 0x19B4BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvsTW', symObjAddr: 0x28DC, symBinAddr: 0x1C2290, symSize: 0x28 }
+ - { offsetInCU: 0x1377, offset: 0x19B4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvMTW', symObjAddr: 0x2904, symBinAddr: 0x1C22B8, symSize: 0x50 }
+ - { offsetInCU: 0x1393, offset: 0x19B4F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvgTW', symObjAddr: 0x2958, symBinAddr: 0x1C230C, symSize: 0x28 }
+ - { offsetInCU: 0x13AF, offset: 0x19B512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvsTW', symObjAddr: 0x2980, symBinAddr: 0x1C2334, symSize: 0x28 }
+ - { offsetInCU: 0x13CB, offset: 0x19B52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvMTW', symObjAddr: 0x29A8, symBinAddr: 0x1C235C, symSize: 0x50 }
+ - { offsetInCU: 0x13E7, offset: 0x19B54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP10setTimeoutyyAA0G0CFTW', symObjAddr: 0x2A28, symBinAddr: 0x1C23DC, symSize: 0x28 }
+ - { offsetInCU: 0x1403, offset: 0x19B566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP5clearyyFTW', symObjAddr: 0x2A50, symBinAddr: 0x1C2404, symSize: 0x28 }
+ - { offsetInCU: 0x141F, offset: 0x19B582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP4send7request17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x2A78, symBinAddr: 0x1C242C, symSize: 0x28 }
+ - { offsetInCU: 0x144E, offset: 0x19B5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPath_WZ', symObjAddr: 0x570, symBinAddr: 0x1BFF6C, symSize: 0x1C }
+ - { offsetInCU: 0x1468, offset: 0x19B5CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvau', symObjAddr: 0x58C, symBinAddr: 0x1BFF88, symSize: 0x40 }
+ - { offsetInCU: 0x148D, offset: 0x19B5F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvpACTk', symObjAddr: 0x700, symBinAddr: 0x1C00FC, symSize: 0x7C }
+ - { offsetInCU: 0x1708, offset: 0x19B86B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2530, symBinAddr: 0x1C1EE4, symSize: 0xCC }
+ - { offsetInCU: 0x1731, offset: 0x19B894, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestV13SendBirdCallsE03addcD6Header33_DBD09091E21F8ADC8C80A9783E8E6248LL12sessionToken5appId06clientS0ySSSg_AJSStFTf4ndnn_n', symObjAddr: 0x2B10, symBinAddr: 0x1C2454, symSize: 0x2A8 }
+ - { offsetInCU: 0x18A8, offset: 0x19BA0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_TA', symObjAddr: 0x2E58, symBinAddr: 0x1C279C, symSize: 0x44 }
+ - { offsetInCU: 0x18BC, offset: 0x19BA1F, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2E9C, symBinAddr: 0x1C27E0, symSize: 0x10 }
+ - { offsetInCU: 0x18D0, offset: 0x19BA33, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2EAC, symBinAddr: 0x1C27F0, symSize: 0x8 }
+ - { offsetInCU: 0x18E4, offset: 0x19BA47, size: 0x8, addend: 0x0, symName: '_$sxSg13SendBirdCalls8SBCErrorCSgly10ResultTypeAB10ResultablePQzIsegng_SgAB11RequestableRzAbGRzlWOy', symObjAddr: 0x2EB4, symBinAddr: 0x1C27F8, symSize: 0x10 }
+ - { offsetInCU: 0x18F8, offset: 0x19BA5B, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACs23CustomStringConvertibleAAWl', symObjAddr: 0x2EC4, symBinAddr: 0x1C2808, symSize: 0x48 }
+ - { offsetInCU: 0x190C, offset: 0x19BA6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMU', symObjAddr: 0x3288, symBinAddr: 0x1C2AF4, symSize: 0x8 }
+ - { offsetInCU: 0x1920, offset: 0x19BA83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMa', symObjAddr: 0x3290, symBinAddr: 0x1C2AFC, symSize: 0x3C }
+ - { offsetInCU: 0x1934, offset: 0x19BA97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMr', symObjAddr: 0x32CC, symBinAddr: 0x1C2B38, symSize: 0x9C }
+ - { offsetInCU: 0x1948, offset: 0x19BAAB, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x353C, symBinAddr: 0x1C2D2C, symSize: 0x10 }
+ - { offsetInCU: 0x195C, offset: 0x19BABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yAA8SequenceC0I0OcfU_TA', symObjAddr: 0x35EC, symBinAddr: 0x1C2D80, symSize: 0x8 }
+ - { offsetInCU: 0x52, offset: 0x19C094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15startLocalVideoyyF', symObjAddr: 0x0, symBinAddr: 0x1C2DF4, symSize: 0x19C }
+ - { offsetInCU: 0x1AB, offset: 0x19C1ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16updateLocalVideo9isEnabledySb_tF', symObjAddr: 0x19C, symBinAddr: 0x1C2F90, symSize: 0x30C }
+ - { offsetInCU: 0x417, offset: 0x19C459, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC17updateRemoteVideo9isEnabledySb_tF', symObjAddr: 0x4A8, symBinAddr: 0x1C329C, symSize: 0x30C }
+ - { offsetInCU: 0x889, offset: 0x19C8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x7B4, symBinAddr: 0x1C35A8, symSize: 0x978 }
+ - { offsetInCU: 0xCF1, offset: 0x19CD33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tF', symObjAddr: 0x116C, symBinAddr: 0x1C3F60, symSize: 0x2C }
+ - { offsetInCU: 0xD05, offset: 0x19CD47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tF', symObjAddr: 0x1198, symBinAddr: 0x1C3F8C, symSize: 0x2C }
+ - { offsetInCU: 0xD21, offset: 0x19CD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC23availableCaptureDevicesSaySo15AVCaptureDeviceCGvg', symObjAddr: 0x11C4, symBinAddr: 0x1C3FB8, symSize: 0x70 }
+ - { offsetInCU: 0xD5A, offset: 0x19CD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20currentCaptureDeviceSo09AVCaptureH0CSgvg', symObjAddr: 0x1234, symBinAddr: 0x1C4028, symSize: 0xB0 }
+ - { offsetInCU: 0xDCA, offset: 0x19CE0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0x12E4, symBinAddr: 0x1C40D8, symSize: 0x250 }
+ - { offsetInCU: 0xED5, offset: 0x19CF17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_', symObjAddr: 0x19EC, symBinAddr: 0x1C47E0, symSize: 0x20 }
+ - { offsetInCU: 0xF25, offset: 0x19CF67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x1534, symBinAddr: 0x1C4328, symSize: 0xD0 }
+ - { offsetInCU: 0xF73, offset: 0x19CFB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_', symObjAddr: 0x1A0C, symBinAddr: 0x1C4800, symSize: 0x60 }
+ - { offsetInCU: 0xFBE, offset: 0x19D000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21createLocalVideoTrackSo08RTCVideoI0CSgyF', symObjAddr: 0x1604, symBinAddr: 0x1C43F8, symSize: 0x158 }
+ - { offsetInCU: 0x1019, offset: 0x19D05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21updateVideoResolution2to3fpsyAA0H0V0H4TypeO_s5Int32VtF', symObjAddr: 0x175C, symBinAddr: 0x1C4550, symSize: 0x1C8 }
+ - { offsetInCU: 0x122D, offset: 0x19D26F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14stopLocalVideoyyF', symObjAddr: 0x1924, symBinAddr: 0x1C4718, symSize: 0x84 }
+ - { offsetInCU: 0x1273, offset: 0x19D2B5, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoTrackC13SendBirdCallsE12addVideoViewyySo0A8Renderer_pF', symObjAddr: 0x19A8, symBinAddr: 0x1C479C, symSize: 0x40 }
+ - { offsetInCU: 0x129C, offset: 0x19D2DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21selectFormatForDevice_8capturerSo09AVCaptureiG0CSgSo0kI0C_So22RTCCameraVideoCapturerCtF', symObjAddr: 0x19E8, symBinAddr: 0x1C47DC, symSize: 0x4 }
+ - { offsetInCU: 0x12B0, offset: 0x19D2F2, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIegg_ACIeyBy_TR', symObjAddr: 0x1A6C, symBinAddr: 0x1C4860, symSize: 0x50 }
+ - { offsetInCU: 0x1335, offset: 0x19D377, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVySo16AVFrameRateRangeCG_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16fgH10C_APtXEfU_Tf1cn_n', symObjAddr: 0x1ABC, symBinAddr: 0x1C48B0, symSize: 0x68 }
+ - { offsetInCU: 0x1431, offset: 0x19D473, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1cn_n', symObjAddr: 0x1B24, symBinAddr: 0x1C4918, symSize: 0x110 }
+ - { offsetInCU: 0x1670, offset: 0x19D6B2, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_So16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1nnncn_n', symObjAddr: 0x1C34, symBinAddr: 0x1C4A28, symSize: 0x458 }
+ - { offsetInCU: 0x1A42, offset: 0x19DA84, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSrySo16AVFrameRateRangeCG_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16ijK10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x208C, symBinAddr: 0x1C4E80, symSize: 0x148 }
+ - { offsetInCU: 0x1C06, offset: 0x19DC48, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16fgH10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x21D4, symBinAddr: 0x1C4FC8, symSize: 0x290 }
+ - { offsetInCU: 0x1DF3, offset: 0x19DE35, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x2464, symBinAddr: 0x1C5258, symSize: 0x150 }
+ - { offsetInCU: 0x1F59, offset: 0x19DF9B, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16ghI10C_APtXEfU_Tf1nnnnc_n', symObjAddr: 0x25B4, symBinAddr: 0x1C53A8, symSize: 0x3C8 }
+ - { offsetInCU: 0x1FE7, offset: 0x19E029, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tFSo16AVFrameRateRangeC_Tg5', symObjAddr: 0x297C, symBinAddr: 0x1C5770, symSize: 0x160 }
+ - { offsetInCU: 0x222B, offset: 0x19E26D, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF13SendBirdCalls10DirectCallC_Tg5', symObjAddr: 0x2ADC, symBinAddr: 0x1C58D0, symSize: 0x150 }
+ - { offsetInCU: 0x23FA, offset: 0x19E43C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tFTf4en_n', symObjAddr: 0x2C2C, symBinAddr: 0x1C5A20, symSize: 0x37C }
+ - { offsetInCU: 0x258A, offset: 0x19E5CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tFTf4en_n', symObjAddr: 0x3058, symBinAddr: 0x1C5D9C, symSize: 0x1DC }
+ - { offsetInCU: 0x26C3, offset: 0x19E705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21selectFormatForDevice_8capturerSo09AVCaptureiG0CSgSo0kI0C_So22RTCCameraVideoCapturerCtFTf4nnd_n', symObjAddr: 0x3324, symBinAddr: 0x1C5FD8, symSize: 0x228 }
+ - { offsetInCU: 0x2920, offset: 0x19E962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x357C, symBinAddr: 0x1C6230, symSize: 0x20 }
+ - { offsetInCU: 0x295C, offset: 0x19E99E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_TA', symObjAddr: 0x359C, symBinAddr: 0x1C6250, symSize: 0x8 }
+ - { offsetInCU: 0x2970, offset: 0x19E9B2, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x35A4, symBinAddr: 0x1C6258, symSize: 0x10 }
+ - { offsetInCU: 0x2984, offset: 0x19E9C6, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x35B4, symBinAddr: 0x1C6268, symSize: 0x8 }
+ - { offsetInCU: 0x29A3, offset: 0x19E9E5, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCSS_Tg5Tf4nnd_n', symObjAddr: 0x3604, symBinAddr: 0x1C62B8, symSize: 0x78 }
+ - { offsetInCU: 0x27, offset: 0x19F102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16startScreenShareAA0gH0CyF', symObjAddr: 0x0, symBinAddr: 0x1C6550, symSize: 0x170 }
+ - { offsetInCU: 0x93, offset: 0x19F16E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16startScreenShareAA0gH0CyF', symObjAddr: 0x0, symBinAddr: 0x1C6550, symSize: 0x170 }
+ - { offsetInCU: 0x18E, offset: 0x19F269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15stopScreenShareyyF', symObjAddr: 0x170, symBinAddr: 0x1C66C0, symSize: 0xE0 }
+ - { offsetInCU: 0x27, offset: 0x19F53A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1C67A0, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x19F55E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvg', symObjAddr: 0x0, symBinAddr: 0x1C67A0, symSize: 0x30 }
+ - { offsetInCU: 0x5F, offset: 0x19F572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvs', symObjAddr: 0x30, symBinAddr: 0x1C67D0, symSize: 0x34 }
+ - { offsetInCU: 0x7B, offset: 0x19F58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvM', symObjAddr: 0x64, symBinAddr: 0x1C6804, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x19F5AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvM.resume.0', symObjAddr: 0x74, symBinAddr: 0x1C6814, symSize: 0x4 }
+ - { offsetInCU: 0xB3, offset: 0x19F5C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionACSS_tcfC', symObjAddr: 0x78, symBinAddr: 0x1C6818, symSize: 0x4 }
+ - { offsetInCU: 0xFD, offset: 0x19F610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x7C, symBinAddr: 0x1C681C, symSize: 0x2C }
+ - { offsetInCU: 0x13C, offset: 0x19F64F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC21streamSSLCertificatesSo7NSArrayCvg', symObjAddr: 0xC4, symBinAddr: 0x1C6864, symSize: 0x8 }
+ - { offsetInCU: 0x158, offset: 0x19F66B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC10pkcs12Path8passwordACSS_SStKcfC', symObjAddr: 0xCC, symBinAddr: 0x1C686C, symSize: 0x104 }
+ - { offsetInCU: 0x1DB, offset: 0x19F6EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url8passwordAC10Foundation3URLV_SStKcfC', symObjAddr: 0x1D0, symBinAddr: 0x1C6970, symSize: 0x198 }
+ - { offsetInCU: 0x33C, offset: 0x19F84F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC8identity0fE0ACSo14SecIdentityRefa_So0geI0atcfC', symObjAddr: 0x3A8, symBinAddr: 0x1C6B08, symSize: 0xA8 }
+ - { offsetInCU: 0x3DD, offset: 0x19F8F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC8identity0fE0ACSo14SecIdentityRefa_So0geI0atcfc', symObjAddr: 0x450, symBinAddr: 0x1C6BB0, symSize: 0x9C }
+ - { offsetInCU: 0x464, offset: 0x19F977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url13importOptionsAC10Foundation3URLV_So15CFDictionaryRefatKcfC', symObjAddr: 0x4EC, symBinAddr: 0x1C6C4C, symSize: 0x54 }
+ - { offsetInCU: 0x489, offset: 0x19F99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url13importOptionsAC10Foundation3URLV_So15CFDictionaryRefatKcfc', symObjAddr: 0x540, symBinAddr: 0x1C6CA0, symSize: 0x5B8 }
+ - { offsetInCU: 0x7FA, offset: 0x19FD0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCfd', symObjAddr: 0xAF8, symBinAddr: 0x1C7258, symSize: 0x1C }
+ - { offsetInCU: 0x835, offset: 0x19FD48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCfD', symObjAddr: 0xB14, symBinAddr: 0x1C7274, symSize: 0x24 }
+ - { offsetInCU: 0x968, offset: 0x19FE7B, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xB38, symBinAddr: 0x1C7298, symSize: 0x120 }
+ - { offsetInCU: 0x987, offset: 0x19FE9A, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCMa', symObjAddr: 0xC58, symBinAddr: 0x1C73B8, symSize: 0x3C }
+ - { offsetInCU: 0x99B, offset: 0x19FEAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCMa', symObjAddr: 0xC94, symBinAddr: 0x1C73F4, symSize: 0x20 }
+ - { offsetInCU: 0x9AF, offset: 0x19FEC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVACs0F0AAWl', symObjAddr: 0xCB4, symBinAddr: 0x1C7414, symSize: 0x44 }
+ - { offsetInCU: 0x9C3, offset: 0x19FED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AAs0F0PWb', symObjAddr: 0xD88, symBinAddr: 0x1C7458, symSize: 0x4 }
+ - { offsetInCU: 0x9D7, offset: 0x19FEEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwCP', symObjAddr: 0xD8C, symBinAddr: 0x1C745C, symSize: 0x2C }
+ - { offsetInCU: 0x9EB, offset: 0x19FEFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwxx', symObjAddr: 0xDB8, symBinAddr: 0x1C7488, symSize: 0x8 }
+ - { offsetInCU: 0x9FF, offset: 0x19FF12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwcp', symObjAddr: 0xDC0, symBinAddr: 0x1C7490, symSize: 0x2C }
+ - { offsetInCU: 0xA13, offset: 0x19FF26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwca', symObjAddr: 0xDEC, symBinAddr: 0x1C74BC, symSize: 0x40 }
+ - { offsetInCU: 0xA27, offset: 0x19FF3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwta', symObjAddr: 0xE38, symBinAddr: 0x1C74FC, symSize: 0x30 }
+ - { offsetInCU: 0xA3B, offset: 0x19FF4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwet', symObjAddr: 0xE68, symBinAddr: 0x1C752C, symSize: 0x5C }
+ - { offsetInCU: 0xA4F, offset: 0x19FF62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwst', symObjAddr: 0xEC4, symBinAddr: 0x1C7588, symSize: 0x50 }
+ - { offsetInCU: 0xA63, offset: 0x19FF76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVMa', symObjAddr: 0xF14, symBinAddr: 0x1C75D8, symSize: 0x10 }
+ - { offsetInCU: 0xA8E, offset: 0x19FFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP7_domainSSvgTW', symObjAddr: 0xB4, symBinAddr: 0x1C6854, symSize: 0x4 }
+ - { offsetInCU: 0xAAA, offset: 0x19FFBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP5_codeSivgTW', symObjAddr: 0xB8, symBinAddr: 0x1C6858, symSize: 0x4 }
+ - { offsetInCU: 0xAC6, offset: 0x19FFD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0xBC, symBinAddr: 0x1C685C, symSize: 0x4 }
+ - { offsetInCU: 0xAE2, offset: 0x19FFF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xC0, symBinAddr: 0x1C6860, symSize: 0x4 }
+ - { offsetInCU: 0xC39, offset: 0x1A014C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP13failureReasonSSSgvgTW', symObjAddr: 0xA8, symBinAddr: 0x1C6848, symSize: 0x4 }
+ - { offsetInCU: 0xC55, offset: 0x1A0168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0xAC, symBinAddr: 0x1C684C, symSize: 0x4 }
+ - { offsetInCU: 0xC71, offset: 0x1A0184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP10helpAnchorSSSgvgTW', symObjAddr: 0xB0, symBinAddr: 0x1C6850, symSize: 0x4 }
+ - { offsetInCU: 0x27, offset: 0x1A040C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipantAA05LocalH0Cvg', symObjAddr: 0x0, symBinAddr: 0x1C7614, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1A0430, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipantAA05LocalH0Cvg', symObjAddr: 0x0, symBinAddr: 0x1C7614, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1A044C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x8, symBinAddr: 0x1C761C, symSize: 0x74 }
+ - { offsetInCU: 0x83, offset: 0x1A0468, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7C, symBinAddr: 0x1C7690, symSize: 0x5C }
+ - { offsetInCU: 0x97, offset: 0x1A047C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipant4dataAcA05LocalH0C_AA0E4DataVtcfC', symObjAddr: 0xD8, symBinAddr: 0x1C76EC, symSize: 0x11C }
+ - { offsetInCU: 0xFC, offset: 0x1A04E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F4, symBinAddr: 0x1C7808, symSize: 0x5C }
+ - { offsetInCU: 0x134, offset: 0x1A0519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x250, symBinAddr: 0x1C7864, symSize: 0x258 }
+ - { offsetInCU: 0x191, offset: 0x1A0576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA0E11RespondableAAWI', symObjAddr: 0x570, symBinAddr: 0x1C7ABC, symSize: 0x24 }
+ - { offsetInCU: 0x1A5, offset: 0x1A058A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x594, symBinAddr: 0x1C7AE0, symSize: 0x44 }
+ - { offsetInCU: 0x1B9, offset: 0x1A059E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x5D8, symBinAddr: 0x1C7B24, symSize: 0x24 }
+ - { offsetInCU: 0x1CD, offset: 0x1A05B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA11RespondableAAWI', symObjAddr: 0x640, symBinAddr: 0x1C7B48, symSize: 0x2C }
+ - { offsetInCU: 0x1E1, offset: 0x1A05C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA0F0AAWl', symObjAddr: 0x66C, symBinAddr: 0x1C7B74, symSize: 0x44 }
+ - { offsetInCU: 0x1F5, offset: 0x1A05DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x1C7BB8, symSize: 0x44 }
+ - { offsetInCU: 0x209, offset: 0x1A05EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA0F0AAWI', symObjAddr: 0x6F4, symBinAddr: 0x1C7BFC, symSize: 0x24 }
+ - { offsetInCU: 0x21D, offset: 0x1A0602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x75C, symBinAddr: 0x1C7C20, symSize: 0x24 }
+ - { offsetInCU: 0x231, offset: 0x1A0616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwCP', symObjAddr: 0x780, symBinAddr: 0x1C7C44, symSize: 0x30 }
+ - { offsetInCU: 0x245, offset: 0x1A062A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwxx', symObjAddr: 0x7B0, symBinAddr: 0x1C7C74, symSize: 0x48 }
+ - { offsetInCU: 0x259, offset: 0x1A063E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwcp', symObjAddr: 0x7F8, symBinAddr: 0x1C7CBC, symSize: 0x94 }
+ - { offsetInCU: 0x26D, offset: 0x1A0652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwca', symObjAddr: 0x88C, symBinAddr: 0x1C7D50, symSize: 0xF4 }
+ - { offsetInCU: 0x281, offset: 0x1A0666, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0x980, symBinAddr: 0x1C7E44, symSize: 0x2C }
+ - { offsetInCU: 0x295, offset: 0x1A067A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwta', symObjAddr: 0x9AC, symBinAddr: 0x1C7E70, symSize: 0x94 }
+ - { offsetInCU: 0x2A9, offset: 0x1A068E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwet', symObjAddr: 0xA40, symBinAddr: 0x1C7F04, symSize: 0x48 }
+ - { offsetInCU: 0x2BD, offset: 0x1A06A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwst', symObjAddr: 0xA88, symBinAddr: 0x1C7F4C, symSize: 0x58 }
+ - { offsetInCU: 0x2D1, offset: 0x1A06B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVMa', symObjAddr: 0xAE0, symBinAddr: 0x1C7FA4, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x1A08D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACycfC', symObjAddr: 0x0, symBinAddr: 0x1C7FB4, symSize: 0x4 }
+ - { offsetInCU: 0x4A, offset: 0x1A08F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACycfC', symObjAddr: 0x0, symBinAddr: 0x1C7FB4, symSize: 0x4 }
+ - { offsetInCU: 0x68, offset: 0x1A090E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4, symBinAddr: 0x1C7FB8, symSize: 0x24 }
+ - { offsetInCU: 0x92, offset: 0x1A0938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1F0, symBinAddr: 0x1C80FC, symSize: 0x24 }
+ - { offsetInCU: 0xCA, offset: 0x1A0970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA14APIRespondableAAWI', symObjAddr: 0x48, symBinAddr: 0x1C7FDC, symSize: 0x24 }
+ - { offsetInCU: 0xDE, offset: 0x1A0984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA11RespondableAAWI', symObjAddr: 0xB0, symBinAddr: 0x1C8000, symSize: 0x2C }
+ - { offsetInCU: 0xF2, offset: 0x1A0998, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA8ResponseAAWl', symObjAddr: 0xDC, symBinAddr: 0x1C802C, symSize: 0x44 }
+ - { offsetInCU: 0x106, offset: 0x1A09AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x120, symBinAddr: 0x1C8070, symSize: 0x44 }
+ - { offsetInCU: 0x11A, offset: 0x1A09C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA8ResponseAAWI', symObjAddr: 0x164, symBinAddr: 0x1C80B4, symSize: 0x24 }
+ - { offsetInCU: 0x12E, offset: 0x1A09D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x1CC, symBinAddr: 0x1C80D8, symSize: 0x24 }
+ - { offsetInCU: 0x142, offset: 0x1A09E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVMa', symObjAddr: 0x214, symBinAddr: 0x1C8120, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x1A0BDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10identifierSSvg', symObjAddr: 0x0, symBinAddr: 0x1C8130, symSize: 0x38 }
+ - { offsetInCU: 0x8A, offset: 0x1A0C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateO8rawValueSSvg', symObjAddr: 0x38, symBinAddr: 0x1C8168, symSize: 0x20 }
+ - { offsetInCU: 0xD2, offset: 0x1A0C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateO8rawValueAESgSS_tcfC', symObjAddr: 0x58, symBinAddr: 0x1C8188, symSize: 0x5C }
+ - { offsetInCU: 0x139, offset: 0x1A0CC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x278, symBinAddr: 0x1C8368, symSize: 0x64 }
+ - { offsetInCU: 0x19F, offset: 0x1A0D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x2DC, symBinAddr: 0x1C83CC, symSize: 0x28 }
+ - { offsetInCU: 0x1EC, offset: 0x1A0D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvg', symObjAddr: 0x304, symBinAddr: 0x1C83F4, symSize: 0x60 }
+ - { offsetInCU: 0x249, offset: 0x1A0DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvs', symObjAddr: 0x37C, symBinAddr: 0x1C846C, symSize: 0x320 }
+ - { offsetInCU: 0x472, offset: 0x1A1001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvM', symObjAddr: 0x6B4, symBinAddr: 0x1C87A4, symSize: 0x70 }
+ - { offsetInCU: 0x4C0, offset: 0x1A104F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvM.resume.0', symObjAddr: 0x724, symBinAddr: 0x1C8814, symSize: 0x24 }
+ - { offsetInCU: 0x4EB, offset: 0x1A107A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4task33_6B71097F65C9ED0758EAE495A3004678LLAA10Executable_pSgvM', symObjAddr: 0x748, symBinAddr: 0x1C8838, symSize: 0x44 }
+ - { offsetInCU: 0x51A, offset: 0x1A10A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4task33_6B71097F65C9ED0758EAE495A3004678LLAA10Executable_pSgvM.resume.0', symObjAddr: 0x78C, symBinAddr: 0x1C887C, symSize: 0x4 }
+ - { offsetInCU: 0x554, offset: 0x1A10E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_SbtcfC', symObjAddr: 0x790, symBinAddr: 0x1C8880, symSize: 0x58 }
+ - { offsetInCU: 0x588, offset: 0x1A1117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_Sbtcfc', symObjAddr: 0x7E8, symBinAddr: 0x1C88D8, symSize: 0x30 }
+ - { offsetInCU: 0x59C, offset: 0x1A112B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC04syncD0ACyyc_tcfC', symObjAddr: 0x818, symBinAddr: 0x1C8908, symSize: 0xC }
+ - { offsetInCU: 0x5D7, offset: 0x1A1166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC05asyncD0ACyyc_tcfC', symObjAddr: 0x824, symBinAddr: 0x1C8914, symSize: 0xC }
+ - { offsetInCU: 0x63C, offset: 0x1A11CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC3set14operationQueue10taskThreadyAA9Queueable_pSg_So17OS_dispatch_queueCSgtF', symObjAddr: 0x830, symBinAddr: 0x1C8920, symSize: 0xA0 }
+ - { offsetInCU: 0x6B3, offset: 0x1A1242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC19provisionalCompleteyyF', symObjAddr: 0x8D0, symBinAddr: 0x1C89C0, symSize: 0x20 }
+ - { offsetInCU: 0x71C, offset: 0x1A12AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC8completeyyF', symObjAddr: 0x8F0, symBinAddr: 0x1C89E0, symSize: 0x120 }
+ - { offsetInCU: 0x7BB, offset: 0x1A134A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA10, symBinAddr: 0x1C8B00, symSize: 0x1C }
+ - { offsetInCU: 0x7DB, offset: 0x1A136A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA10, symBinAddr: 0x1C8B00, symSize: 0x1C }
+ - { offsetInCU: 0x7F8, offset: 0x1A1387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA10, symBinAddr: 0x1C8B00, symSize: 0x1C }
+ - { offsetInCU: 0x814, offset: 0x1A13A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvg', symObjAddr: 0xA2C, symBinAddr: 0x1C8B1C, symSize: 0x1C }
+ - { offsetInCU: 0x834, offset: 0x1A13C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvg', symObjAddr: 0xA2C, symBinAddr: 0x1C8B1C, symSize: 0x1C }
+ - { offsetInCU: 0x86D, offset: 0x1A13FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC11isExecutingSbvgTo', symObjAddr: 0xA48, symBinAddr: 0x1C8B38, symSize: 0xD0 }
+ - { offsetInCU: 0x928, offset: 0x1A14B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC11isExecutingSbvg', symObjAddr: 0xB18, symBinAddr: 0x1C8C08, symSize: 0xB4 }
+ - { offsetInCU: 0x9EB, offset: 0x1A157A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10isFinishedSbvgTo', symObjAddr: 0xBCC, symBinAddr: 0x1C8CBC, symSize: 0xCC }
+ - { offsetInCU: 0xAA6, offset: 0x1A1635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10isFinishedSbvg', symObjAddr: 0xC98, symBinAddr: 0x1C8D88, symSize: 0xB0 }
+ - { offsetInCU: 0xB4B, offset: 0x1A16DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5startyyF', symObjAddr: 0xD48, symBinAddr: 0x1C8E38, symSize: 0x58 }
+ - { offsetInCU: 0xB86, offset: 0x1A1715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5startyyFTo', symObjAddr: 0xDA0, symBinAddr: 0x1C8E90, symSize: 0x80 }
+ - { offsetInCU: 0xBB9, offset: 0x1A1748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4mainyyF', symObjAddr: 0xE20, symBinAddr: 0x1C8F10, symSize: 0x134 }
+ - { offsetInCU: 0xC24, offset: 0x1A17B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4mainyyFTo', symObjAddr: 0xF54, symBinAddr: 0x1C9044, symSize: 0x2C }
+ - { offsetInCU: 0xC40, offset: 0x1A17CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfC', symObjAddr: 0xF80, symBinAddr: 0x1C9070, symSize: 0x20 }
+ - { offsetInCU: 0xC5E, offset: 0x1A17ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfc', symObjAddr: 0xFA0, symBinAddr: 0x1C9090, symSize: 0x2C }
+ - { offsetInCU: 0xCC1, offset: 0x1A1850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfcTo', symObjAddr: 0xFCC, symBinAddr: 0x1C90BC, symSize: 0x2C }
+ - { offsetInCU: 0xD28, offset: 0x1A18B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCfD', symObjAddr: 0xFF8, symBinAddr: 0x1C90E8, symSize: 0x30 }
+ - { offsetInCU: 0xD55, offset: 0x1A18E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_SbtcfcTf4gnn_n', symObjAddr: 0x1084, symBinAddr: 0x1C9174, symSize: 0x2B0 }
+ - { offsetInCU: 0xE41, offset: 0x1A19D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvgAFyXEfU_TA', symObjAddr: 0x364, symBinAddr: 0x1C8454, symSize: 0x18 }
+ - { offsetInCU: 0xE80, offset: 0x1A1A0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvsyyXEfU_TA', symObjAddr: 0x69C, symBinAddr: 0x1C878C, symSize: 0x18 }
+ - { offsetInCU: 0xEEC, offset: 0x1A1A7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCfETo', symObjAddr: 0x1028, symBinAddr: 0x1C9118, symSize: 0x5C }
+ - { offsetInCU: 0xF63, offset: 0x1A1AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOc', symObjAddr: 0x135C, symBinAddr: 0x1C9424, symSize: 0x48 }
+ - { offsetInCU: 0xF77, offset: 0x1A1B06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOh', symObjAddr: 0x13A4, symBinAddr: 0x1C946C, symSize: 0x40 }
+ - { offsetInCU: 0xF8B, offset: 0x1A1B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pWOc', symObjAddr: 0x13E4, symBinAddr: 0x1C94AC, symSize: 0x44 }
+ - { offsetInCU: 0xF9F, offset: 0x1A1B2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCMa', symObjAddr: 0x146C, symBinAddr: 0x1C94F0, symSize: 0x20 }
+ - { offsetInCU: 0xFB3, offset: 0x1A1B42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASQWb', symObjAddr: 0x148C, symBinAddr: 0x1C9510, symSize: 0x4 }
+ - { offsetInCU: 0xFC7, offset: 0x1A1B56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOAESQAAWl', symObjAddr: 0x1490, symBinAddr: 0x1C9514, symSize: 0x44 }
+ - { offsetInCU: 0xFDB, offset: 0x1A1B6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwet', symObjAddr: 0x161C, symBinAddr: 0x1C9690, symSize: 0x90 }
+ - { offsetInCU: 0xFEF, offset: 0x1A1B7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwst', symObjAddr: 0x16AC, symBinAddr: 0x1C9720, symSize: 0xBC }
+ - { offsetInCU: 0x1003, offset: 0x1A1B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwug', symObjAddr: 0x1768, symBinAddr: 0x1C97DC, symSize: 0x8 }
+ - { offsetInCU: 0x1017, offset: 0x1A1BA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwup', symObjAddr: 0x1770, symBinAddr: 0x1C97E4, symSize: 0x4 }
+ - { offsetInCU: 0x102B, offset: 0x1A1BBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwui', symObjAddr: 0x1774, symBinAddr: 0x1C97E8, symSize: 0x8 }
+ - { offsetInCU: 0x103F, offset: 0x1A1BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOMa', symObjAddr: 0x177C, symBinAddr: 0x1C97F0, symSize: 0x10 }
+ - { offsetInCU: 0x1053, offset: 0x1A1BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9Queueable_pSgXwWOh', symObjAddr: 0x178C, symBinAddr: 0x1C9800, symSize: 0x24 }
+ - { offsetInCU: 0x1067, offset: 0x1A1BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOd', symObjAddr: 0x17FC, symBinAddr: 0x1C9824, symSize: 0x48 }
+ - { offsetInCU: 0x10B0, offset: 0x1A1C3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF4, symBinAddr: 0x1C81E4, symSize: 0x88 }
+ - { offsetInCU: 0x1157, offset: 0x1A1CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x17C, symBinAddr: 0x1C826C, symSize: 0x60 }
+ - { offsetInCU: 0x11D5, offset: 0x1A1D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1DC, symBinAddr: 0x1C82CC, symSize: 0x40 }
+ - { offsetInCU: 0x1227, offset: 0x1A1DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x21C, symBinAddr: 0x1C830C, symSize: 0x5C }
+ - { offsetInCU: 0xBA, offset: 0x1A2146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCACycfC', symObjAddr: 0x184, symBinAddr: 0x1C9A04, symSize: 0x40 }
+ - { offsetInCU: 0x10C, offset: 0x1A2198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC3add8listener13forIdentifieryAA0D16DelegateReceiverC_SStF', symObjAddr: 0x1C4, symBinAddr: 0x1C9A44, symSize: 0x128 }
+ - { offsetInCU: 0x1D0, offset: 0x1A225C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC14removeListener13forIdentifierySS_tF', symObjAddr: 0x2EC, symBinAddr: 0x1C9B6C, symSize: 0xE8 }
+ - { offsetInCU: 0x2A7, offset: 0x1A2333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tF', symObjAddr: 0x3D4, symBinAddr: 0x1C9C54, symSize: 0x70 }
+ - { offsetInCU: 0x2E5, offset: 0x1A2371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tFyAA13WeakReferenceCyAA0D16DelegateReceiverCGXEfU_', symObjAddr: 0x444, symBinAddr: 0x1C9CC4, symSize: 0xB0 }
+ - { offsetInCU: 0x327, offset: 0x1A23B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCfd', symObjAddr: 0x4F4, symBinAddr: 0x1C9D74, symSize: 0x1C }
+ - { offsetInCU: 0x362, offset: 0x1A23EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCfD', symObjAddr: 0x510, symBinAddr: 0x1C9D90, symSize: 0x24 }
+ - { offsetInCU: 0x3AD, offset: 0x1A2439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCACycfc', symObjAddr: 0x534, symBinAddr: 0x1C9DB4, symSize: 0x24 }
+ - { offsetInCU: 0x4C9, offset: 0x1A2555, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0x558, symBinAddr: 0x1C9DD8, symSize: 0x1F4 }
+ - { offsetInCU: 0x57B, offset: 0x1A2607, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo8NSObjectC_AJTg5', symObjAddr: 0x754, symBinAddr: 0x1C9FD4, symSize: 0x1CC }
+ - { offsetInCU: 0x609, offset: 0x1A2695, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x920, symBinAddr: 0x1CA1A0, symSize: 0x1DC }
+ - { offsetInCU: 0x6D1, offset: 0x1A275D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xAFC, symBinAddr: 0x1CA37C, symSize: 0x1E8 }
+ - { offsetInCU: 0x7BB, offset: 0x1A2847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tFyAA13WeakReferenceCyAA0D16DelegateReceiverCGXEfU_TA', symObjAddr: 0x110C, symBinAddr: 0x1CA94C, symSize: 0x18 }
+ - { offsetInCU: 0x7CF, offset: 0x1A285B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCMa', symObjAddr: 0x1124, symBinAddr: 0x1CA964, symSize: 0x20 }
+ - { offsetInCU: 0x812, offset: 0x1A289E, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF21EventDelegateReceiverCG_G_Tg5', symObjAddr: 0x0, symBinAddr: 0x1C9880, symSize: 0x184 }
+ - { offsetInCU: 0x27, offset: 0x1A2C09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1CA9BC, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1A2C2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1CA9BC, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1A2C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8, symBinAddr: 0x1CA9C4, symSize: 0x48 }
+ - { offsetInCU: 0x8C, offset: 0x1A2C6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x1CAA0C, symSize: 0x23C }
+ - { offsetInCU: 0x159, offset: 0x1A2D3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x444, symBinAddr: 0x1CAC68, symSize: 0x6C }
+ - { offsetInCU: 0x1F3, offset: 0x1A2DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x4B0, symBinAddr: 0x1CACD4, symSize: 0x28 }
+ - { offsetInCU: 0x2AE, offset: 0x1A2E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D8, symBinAddr: 0x1CACFC, symSize: 0x2C }
+ - { offsetInCU: 0x30D, offset: 0x1A2EEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x504, symBinAddr: 0x1CAD28, symSize: 0x2C }
+ - { offsetInCU: 0x364, offset: 0x1A2F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfd', symObjAddr: 0x538, symBinAddr: 0x1CAD5C, symSize: 0x2C }
+ - { offsetInCU: 0x3B5, offset: 0x1A2F97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfD', symObjAddr: 0x564, symBinAddr: 0x1CAD88, symSize: 0x34 }
+ - { offsetInCU: 0x40F, offset: 0x1A2FF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCMa', symObjAddr: 0x354, symBinAddr: 0x1CAC48, symSize: 0x20 }
+ - { offsetInCU: 0x4B8, offset: 0x1A309A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0x1CAD54, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x1A32F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSourcePAAE11participant3forAA11ParticipantCSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x1CADD0, symSize: 0x78 }
+ - { offsetInCU: 0x3F, offset: 0x1A330C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSourcePAAE11participant3forAA11ParticipantCSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x1CADD0, symSize: 0x78 }
+ - { offsetInCU: 0x27, offset: 0x1A3575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1CAE68, symSize: 0x8 }
+ - { offsetInCU: 0x4B, offset: 0x1A3599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1CAE68, symSize: 0x8 }
+ - { offsetInCU: 0x67, offset: 0x1A35B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC02isE7EnabledSbvg', symObjAddr: 0x8, symBinAddr: 0x1CAE70, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1A35D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x1CAE78, symSize: 0x48 }
+ - { offsetInCU: 0xA8, offset: 0x1A35F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x58, symBinAddr: 0x1CAEC0, symSize: 0x2D0 }
+ - { offsetInCU: 0x181, offset: 0x1A36CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfC', symObjAddr: 0x4E0, symBinAddr: 0x1CB1B0, symSize: 0x80 }
+ - { offsetInCU: 0x21B, offset: 0x1A3769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfc', symObjAddr: 0x560, symBinAddr: 0x1CB230, symSize: 0x30 }
+ - { offsetInCU: 0x2DC, offset: 0x1A382A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x590, symBinAddr: 0x1CB260, symSize: 0x2C }
+ - { offsetInCU: 0x33B, offset: 0x1A3889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5BC, symBinAddr: 0x1CB28C, symSize: 0x2C }
+ - { offsetInCU: 0x392, offset: 0x1A38E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfd', symObjAddr: 0x5F0, symBinAddr: 0x1CB2C0, symSize: 0x2C }
+ - { offsetInCU: 0x3E3, offset: 0x1A3931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfD', symObjAddr: 0x61C, symBinAddr: 0x1CB2EC, symSize: 0x34 }
+ - { offsetInCU: 0x43D, offset: 0x1A398B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCMa', symObjAddr: 0x3F0, symBinAddr: 0x1CB190, symSize: 0x20 }
+ - { offsetInCU: 0x4E6, offset: 0x1A3A34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfE', symObjAddr: 0x5E8, symBinAddr: 0x1CB2B8, symSize: 0x8 }
+ - { offsetInCU: 0x27, offset: 0x1A3C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6roomId07inviteeG0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1CB334, symSize: 0x98 }
+ - { offsetInCU: 0x6C, offset: 0x1A3CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6roomId07inviteeG0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1CB334, symSize: 0x98 }
+ - { offsetInCU: 0x10B, offset: 0x1A3D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvgZ', symObjAddr: 0x118, symBinAddr: 0x1CB40C, symSize: 0x28 }
+ - { offsetInCU: 0x12C, offset: 0x1A3D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvMZ', symObjAddr: 0x140, symBinAddr: 0x1CB434, symSize: 0x40 }
+ - { offsetInCU: 0x15D, offset: 0x1A3DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvMZ.resume.0', symObjAddr: 0x180, symBinAddr: 0x1CB474, symSize: 0x4 }
+ - { offsetInCU: 0x179, offset: 0x1A3DE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x184, symBinAddr: 0x1CB478, symSize: 0x4 }
+ - { offsetInCU: 0x195, offset: 0x1A3E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x188, symBinAddr: 0x1CB47C, symSize: 0x8 }
+ - { offsetInCU: 0x1A9, offset: 0x1A3E15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV9inviteeIdSSvg', symObjAddr: 0x190, symBinAddr: 0x1CB484, symSize: 0x30 }
+ - { offsetInCU: 0x1C5, offset: 0x1A3E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1CB4B4, symSize: 0xE0 }
+ - { offsetInCU: 0x20B, offset: 0x1A3E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x308, symBinAddr: 0x1CB5D8, symSize: 0x58 }
+ - { offsetInCU: 0x244, offset: 0x1A3EB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x360, symBinAddr: 0x1CB630, symSize: 0x58 }
+ - { offsetInCU: 0x27A, offset: 0x1A3EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3B8, symBinAddr: 0x1CB688, symSize: 0x8 }
+ - { offsetInCU: 0x2A1, offset: 0x1A3F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3C0, symBinAddr: 0x1CB690, symSize: 0xC }
+ - { offsetInCU: 0x2C9, offset: 0x1A3F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x3CC, symBinAddr: 0x1CB69C, symSize: 0x4 }
+ - { offsetInCU: 0x2DD, offset: 0x1A3F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x3D0, symBinAddr: 0x1CB6A0, symSize: 0x4 }
+ - { offsetInCU: 0x30F, offset: 0x1A3F7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x53C, symBinAddr: 0x1CB80C, symSize: 0x64 }
+ - { offsetInCU: 0x343, offset: 0x1A3FAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1CB870, symSize: 0x24 }
+ - { offsetInCU: 0x37B, offset: 0x1A3FE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5C4, symBinAddr: 0x1CB894, symSize: 0x4 }
+ - { offsetInCU: 0x39B, offset: 0x1A4007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5C4, symBinAddr: 0x1CB894, symSize: 0x4 }
+ - { offsetInCU: 0x3C6, offset: 0x1A4032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5C8, symBinAddr: 0x1CB898, symSize: 0x68 }
+ - { offsetInCU: 0x411, offset: 0x1A407D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x630, symBinAddr: 0x1CB900, symSize: 0xC }
+ - { offsetInCU: 0x42D, offset: 0x1A4099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x63C, symBinAddr: 0x1CB90C, symSize: 0xC }
+ - { offsetInCU: 0x449, offset: 0x1A40B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x7C4, symBinAddr: 0x1CBA94, symSize: 0x1C }
+ - { offsetInCU: 0x475, offset: 0x1A40E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x698, symBinAddr: 0x1CB968, symSize: 0x40 }
+ - { offsetInCU: 0x4AC, offset: 0x1A4118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6D8, symBinAddr: 0x1CB9A8, symSize: 0x8 }
+ - { offsetInCU: 0x4D7, offset: 0x1A4143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6E0, symBinAddr: 0x1CB9B0, symSize: 0x8 }
+ - { offsetInCU: 0x557, offset: 0x1A41C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6E8, symBinAddr: 0x1CB9B8, symSize: 0xDC }
+ - { offsetInCU: 0x5A4, offset: 0x1A4210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultType_WZ', symObjAddr: 0xD8, symBinAddr: 0x1CB3CC, symSize: 0x4 }
+ - { offsetInCU: 0x5BE, offset: 0x1A422A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvau', symObjAddr: 0xDC, symBinAddr: 0x1CB3D0, symSize: 0x3C }
+ - { offsetInCU: 0x5E3, offset: 0x1A424F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2C4, symBinAddr: 0x1CB594, symSize: 0x44 }
+ - { offsetInCU: 0x618, offset: 0x1A4284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7E0, symBinAddr: 0x1CBAB0, symSize: 0x4 }
+ - { offsetInCU: 0x62C, offset: 0x1A4298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x7E4, symBinAddr: 0x1CBAB4, symSize: 0x44 }
+ - { offsetInCU: 0x640, offset: 0x1A42AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x828, symBinAddr: 0x1CBAF8, symSize: 0x4 }
+ - { offsetInCU: 0x654, offset: 0x1A42C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x82C, symBinAddr: 0x1CBAFC, symSize: 0x44 }
+ - { offsetInCU: 0x668, offset: 0x1A42D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x870, symBinAddr: 0x1CBB40, symSize: 0x4 }
+ - { offsetInCU: 0x67C, offset: 0x1A42E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x874, symBinAddr: 0x1CBB44, symSize: 0x44 }
+ - { offsetInCU: 0x690, offset: 0x1A42FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8B8, symBinAddr: 0x1CBB88, symSize: 0x24 }
+ - { offsetInCU: 0x6A4, offset: 0x1A4310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x8DC, symBinAddr: 0x1CBBAC, symSize: 0x44 }
+ - { offsetInCU: 0x6B8, offset: 0x1A4324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x920, symBinAddr: 0x1CBBF0, symSize: 0x4 }
+ - { offsetInCU: 0x6CC, offset: 0x1A4338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x968, symBinAddr: 0x1CBBF4, symSize: 0x24 }
+ - { offsetInCU: 0x6E0, offset: 0x1A434C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA11RequestableAAWI', symObjAddr: 0x9D0, symBinAddr: 0x1CBC18, symSize: 0x2C }
+ - { offsetInCU: 0x6F4, offset: 0x1A4360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA0E0AAWl', symObjAddr: 0x9FC, symBinAddr: 0x1CBC44, symSize: 0x44 }
+ - { offsetInCU: 0x708, offset: 0x1A4374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA40, symBinAddr: 0x1CBC88, symSize: 0x44 }
+ - { offsetInCU: 0x71C, offset: 0x1A4388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0AAWI', symObjAddr: 0xA84, symBinAddr: 0x1CBCCC, symSize: 0x24 }
+ - { offsetInCU: 0x730, offset: 0x1A439C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVACSEAAWl', symObjAddr: 0xAA8, symBinAddr: 0x1CBCF0, symSize: 0x44 }
+ - { offsetInCU: 0x744, offset: 0x1A43B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAEC, symBinAddr: 0x1CBD34, symSize: 0x24 }
+ - { offsetInCU: 0x758, offset: 0x1A43C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwCP', symObjAddr: 0xB10, symBinAddr: 0x1CBD58, symSize: 0x30 }
+ - { offsetInCU: 0x76C, offset: 0x1A43D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwxx', symObjAddr: 0xB40, symBinAddr: 0x1CBD88, symSize: 0x28 }
+ - { offsetInCU: 0x780, offset: 0x1A43EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwcp', symObjAddr: 0xB68, symBinAddr: 0x1CBDB0, symSize: 0x44 }
+ - { offsetInCU: 0x794, offset: 0x1A4400, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwca', symObjAddr: 0xBAC, symBinAddr: 0x1CBDF4, symSize: 0x6C }
+ - { offsetInCU: 0x7A8, offset: 0x1A4414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwta', symObjAddr: 0xC24, symBinAddr: 0x1CBE60, symSize: 0x4C }
+ - { offsetInCU: 0x7BC, offset: 0x1A4428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwet', symObjAddr: 0xC70, symBinAddr: 0x1CBEAC, symSize: 0x48 }
+ - { offsetInCU: 0x7D0, offset: 0x1A443C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwst', symObjAddr: 0xCB8, symBinAddr: 0x1CBEF4, symSize: 0x40 }
+ - { offsetInCU: 0x7E4, offset: 0x1A4450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVMa', symObjAddr: 0xCF8, symBinAddr: 0x1CBF34, symSize: 0x10 }
+ - { offsetInCU: 0x7F8, offset: 0x1A4464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwet', symObjAddr: 0xD10, symBinAddr: 0x1CBF44, symSize: 0x50 }
+ - { offsetInCU: 0x80C, offset: 0x1A4478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwst', symObjAddr: 0xD60, symBinAddr: 0x1CBF94, symSize: 0x8C }
+ - { offsetInCU: 0x820, offset: 0x1A448C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwug', symObjAddr: 0xDEC, symBinAddr: 0x1CC020, symSize: 0x8 }
+ - { offsetInCU: 0x834, offset: 0x1A44A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwup', symObjAddr: 0xDF4, symBinAddr: 0x1CC028, symSize: 0x4 }
+ - { offsetInCU: 0x848, offset: 0x1A44B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwui', symObjAddr: 0xDF8, symBinAddr: 0x1CC02C, symSize: 0x4 }
+ - { offsetInCU: 0x85C, offset: 0x1A44C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOMa', symObjAddr: 0xDFC, symBinAddr: 0x1CC030, symSize: 0x10 }
+ - { offsetInCU: 0x8C0, offset: 0x1A452C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D4, symBinAddr: 0x1CB6A4, symSize: 0x80 }
+ - { offsetInCU: 0x9A4, offset: 0x1A4610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x454, symBinAddr: 0x1CB724, symSize: 0x58 }
+ - { offsetInCU: 0xA4F, offset: 0x1A46BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x1CB77C, symSize: 0x3C }
+ - { offsetInCU: 0xAB6, offset: 0x1A4722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4E8, symBinAddr: 0x1CB7B8, symSize: 0x54 }
+ - { offsetInCU: 0xB3F, offset: 0x1A47AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x648, symBinAddr: 0x1CB918, symSize: 0x28 }
+ - { offsetInCU: 0xB5B, offset: 0x1A47C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x670, symBinAddr: 0x1CB940, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1A49FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1CC044, symSize: 0x18 }
+ - { offsetInCU: 0x46, offset: 0x1A4A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1CC044, symSize: 0x18 }
+ - { offsetInCU: 0x74, offset: 0x1A4A47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1CC044, symSize: 0x18 }
+ - { offsetInCU: 0x8F, offset: 0x1A4A62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1CC044, symSize: 0x18 }
+ - { offsetInCU: 0xAD, offset: 0x1A4A80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalSivg', symObjAddr: 0x18, symBinAddr: 0x1CC05C, symSize: 0x4 }
+ - { offsetInCU: 0xCA, offset: 0x1A4A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationVMa', symObjAddr: 0x1C, symBinAddr: 0x1CC060, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1A4C70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1CC070, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x1A4C94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1CC070, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1A4CA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC14turnCredentialAA0dI0Cvg', symObjAddr: 0xC, symBinAddr: 0x1CC07C, symSize: 0x8 }
+ - { offsetInCU: 0x7B, offset: 0x1A4CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC7eventIdSSSgvg', symObjAddr: 0x14, symBinAddr: 0x1CC084, symSize: 0x2C }
+ - { offsetInCU: 0x97, offset: 0x1A4CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x1CC0B0, symSize: 0x48 }
+ - { offsetInCU: 0xBC, offset: 0x1A4D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x88, symBinAddr: 0x1CC0F8, symSize: 0x320 }
+ - { offsetInCU: 0x1B9, offset: 0x1A4E02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seq14turnCredential7eventId11commandType07messageL004callL012deliveryInfoACSiSg_AA0dJ0CSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0VtcfC', symObjAddr: 0x560, symBinAddr: 0x1CC480, symSize: 0x108 }
+ - { offsetInCU: 0x274, offset: 0x1A4EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seq14turnCredential7eventId11commandType07messageL004callL012deliveryInfoACSiSg_AA0dJ0CSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x668, symBinAddr: 0x1CC588, symSize: 0xBC }
+ - { offsetInCU: 0x365, offset: 0x1A4FAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x724, symBinAddr: 0x1CC644, symSize: 0x2C }
+ - { offsetInCU: 0x3C4, offset: 0x1A500D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x1CC670, symSize: 0x2C }
+ - { offsetInCU: 0x421, offset: 0x1A506A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfd', symObjAddr: 0x798, symBinAddr: 0x1CC6B8, symSize: 0x3C }
+ - { offsetInCU: 0x472, offset: 0x1A50BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfD', symObjAddr: 0x7E8, symBinAddr: 0x1CC6F4, symSize: 0x44 }
+ - { offsetInCU: 0x4DA, offset: 0x1A5123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x82C, symBinAddr: 0x1CC738, symSize: 0x10 }
+ - { offsetInCU: 0x50D, offset: 0x1A5156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0x1CC418, symSize: 0x20 }
+ - { offsetInCU: 0x521, offset: 0x1A516A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCACSeAAWl', symObjAddr: 0x4D4, symBinAddr: 0x1CC438, symSize: 0x48 }
+ - { offsetInCU: 0x5F2, offset: 0x1A523B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfE', symObjAddr: 0x77C, symBinAddr: 0x1CC69C, symSize: 0x1C }
+ - { offsetInCU: 0x4B, offset: 0x1A550D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvpZ', symObjAddr: 0x1FF00, symBinAddr: 0x2C8EC0, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x1A5527, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvpZ', symObjAddr: 0x64E0, symBinAddr: 0x2C6F88, symSize: 0x0 }
+ - { offsetInCU: 0x73, offset: 0x1A5535, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TR', symObjAddr: 0x0, symBinAddr: 0x1CC778, symSize: 0x94 }
+ - { offsetInCU: 0x8B, offset: 0x1A554D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvau', symObjAddr: 0x94, symBinAddr: 0x1CC80C, symSize: 0x40 }
+ - { offsetInCU: 0xBC, offset: 0x1A557E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC5appIdSSSgvgZ', symObjAddr: 0xD4, symBinAddr: 0x1CC84C, symSize: 0x9C }
+ - { offsetInCU: 0xE4, offset: 0x1A55A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvgZ', symObjAddr: 0x1A0, symBinAddr: 0x1CC918, symSize: 0x6C }
+ - { offsetInCU: 0x11B, offset: 0x1A55DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvsZ', symObjAddr: 0x20C, symBinAddr: 0x1CC984, symSize: 0x74 }
+ - { offsetInCU: 0x162, offset: 0x1A5624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvMZ', symObjAddr: 0x280, symBinAddr: 0x1CC9F8, symSize: 0x6C }
+ - { offsetInCU: 0x199, offset: 0x1A565B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvMZ.resume.0', symObjAddr: 0x2EC, symBinAddr: 0x1CCA64, symSize: 0x4 }
+ - { offsetInCU: 0x1E2, offset: 0x1A56A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC5appIdSSSgvgZTo', symObjAddr: 0x2F0, symBinAddr: 0x1CCA68, symSize: 0xC0 }
+ - { offsetInCU: 0x21A, offset: 0x1A56DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZ', symObjAddr: 0x3B0, symBinAddr: 0x1CCB28, symSize: 0x4 }
+ - { offsetInCU: 0x22E, offset: 0x1A56F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZ', symObjAddr: 0x3B4, symBinAddr: 0x1CCB2C, symSize: 0x4 }
+ - { offsetInCU: 0x251, offset: 0x1A5713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZTo', symObjAddr: 0x3B8, symBinAddr: 0x1CCB30, symSize: 0x38 }
+ - { offsetInCU: 0x292, offset: 0x1A5754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZTo', symObjAddr: 0x3F0, symBinAddr: 0x1CCB68, symSize: 0xB0 }
+ - { offsetInCU: 0x2C4, offset: 0x1A5786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvgZ', symObjAddr: 0x4C4, symBinAddr: 0x1CCC3C, symSize: 0x5C }
+ - { offsetInCU: 0x309, offset: 0x1A57CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvgZTo', symObjAddr: 0x520, symBinAddr: 0x1CCC98, symSize: 0x70 }
+ - { offsetInCU: 0x340, offset: 0x1A5802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZ', symObjAddr: 0x590, symBinAddr: 0x1CCD08, symSize: 0x4 }
+ - { offsetInCU: 0x363, offset: 0x1A5825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZTo', symObjAddr: 0x594, symBinAddr: 0x1CCD0C, symSize: 0x14 }
+ - { offsetInCU: 0x395, offset: 0x1A5857, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZ', symObjAddr: 0x5A8, symBinAddr: 0x1CCD20, symSize: 0x4 }
+ - { offsetInCU: 0x3B8, offset: 0x1A587A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZTo', symObjAddr: 0x5AC, symBinAddr: 0x1CCD24, symSize: 0x34 }
+ - { offsetInCU: 0x3EA, offset: 0x1A58AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11setAppGroupyySSFZ', symObjAddr: 0x5E0, symBinAddr: 0x1CCD58, symSize: 0xA8 }
+ - { offsetInCU: 0x446, offset: 0x1A5908, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11setAppGroupyySSFZTo', symObjAddr: 0x688, symBinAddr: 0x1CCE00, symSize: 0xB8 }
+ - { offsetInCU: 0x488, offset: 0x1A594A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZ', symObjAddr: 0x740, symBinAddr: 0x1CCEB8, symSize: 0x4 }
+ - { offsetInCU: 0x4AB, offset: 0x1A596D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZTo', symObjAddr: 0x744, symBinAddr: 0x1CCEBC, symSize: 0x54 }
+ - { offsetInCU: 0x4DD, offset: 0x1A599F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZ', symObjAddr: 0x798, symBinAddr: 0x1CCF10, symSize: 0x4 }
+ - { offsetInCU: 0x500, offset: 0x1A59C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZTo', symObjAddr: 0x79C, symBinAddr: 0x1CCF14, symSize: 0x2C }
+ - { offsetInCU: 0x532, offset: 0x1A59F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZ', symObjAddr: 0x7C8, symBinAddr: 0x1CCF40, symSize: 0x4 }
+ - { offsetInCU: 0x555, offset: 0x1A5A17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTo', symObjAddr: 0x7CC, symBinAddr: 0x1CCF44, symSize: 0x4 }
+ - { offsetInCU: 0x575, offset: 0x1A5A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTo', symObjAddr: 0x7CC, symBinAddr: 0x1CCF44, symSize: 0x4 }
+ - { offsetInCU: 0x587, offset: 0x1A5A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20addRecordingDelegate_10identifieryAA0abfG0_p_SStFZ', symObjAddr: 0x7D0, symBinAddr: 0x1CCF48, symSize: 0xB0 }
+ - { offsetInCU: 0x5F9, offset: 0x1A5ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20addRecordingDelegate_10identifieryAA0abfG0_p_SStFZTo', symObjAddr: 0x880, symBinAddr: 0x1CCFF8, symSize: 0xD0 }
+ - { offsetInCU: 0x645, offset: 0x1A5B07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23removeRecordingDelegate10identifierySS_tFZ', symObjAddr: 0x950, symBinAddr: 0x1CD0C8, symSize: 0xA0 }
+ - { offsetInCU: 0x6A1, offset: 0x1A5B63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23removeRecordingDelegate10identifierySS_tFZTo', symObjAddr: 0x9F0, symBinAddr: 0x1CD168, symSize: 0xB0 }
+ - { offsetInCU: 0x6E3, offset: 0x1A5BA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27removeAllRecordingDelegatesyyFZ', symObjAddr: 0xAA0, symBinAddr: 0x1CD218, symSize: 0x84 }
+ - { offsetInCU: 0x729, offset: 0x1A5BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27removeAllRecordingDelegatesyyFZTo', symObjAddr: 0xB24, symBinAddr: 0x1CD29C, symSize: 0x84 }
+ - { offsetInCU: 0x761, offset: 0x1A5C23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZ', symObjAddr: 0xBA8, symBinAddr: 0x1CD320, symSize: 0x4 }
+ - { offsetInCU: 0x784, offset: 0x1A5C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZTo', symObjAddr: 0xBAC, symBinAddr: 0x1CD324, symSize: 0x38 }
+ - { offsetInCU: 0x7B6, offset: 0x1A5C78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZ', symObjAddr: 0xBE4, symBinAddr: 0x1CD35C, symSize: 0x4 }
+ - { offsetInCU: 0x7D9, offset: 0x1A5C9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZTo', symObjAddr: 0xBE8, symBinAddr: 0x1CD360, symSize: 0x7C }
+ - { offsetInCU: 0x80C, offset: 0x1A5CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZ', symObjAddr: 0xC64, symBinAddr: 0x1CD3DC, symSize: 0x4 }
+ - { offsetInCU: 0x82F, offset: 0x1A5CF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTo', symObjAddr: 0xC68, symBinAddr: 0x1CD3E0, symSize: 0x4 }
+ - { offsetInCU: 0x84F, offset: 0x1A5D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTo', symObjAddr: 0xC68, symBinAddr: 0x1CD3E0, symSize: 0x4 }
+ - { offsetInCU: 0x862, offset: 0x1A5D24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingC0SayAA06DirectD0CGyFZ', symObjAddr: 0xC6C, symBinAddr: 0x1CD3E4, symSize: 0x4 }
+ - { offsetInCU: 0x87E, offset: 0x1A5D40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZ', symObjAddr: 0xC7C, symBinAddr: 0x1CD3F4, symSize: 0x4 }
+ - { offsetInCU: 0x8BA, offset: 0x1A5D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11currentUserAA0F0CSgvgZTo', symObjAddr: 0xCD0, symBinAddr: 0x1CD448, symSize: 0x8C }
+ - { offsetInCU: 0x8F4, offset: 0x1A5DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11currentUserAA0F0CSgvgZ', symObjAddr: 0xD5C, symBinAddr: 0x1CD4D4, symSize: 0x8C }
+ - { offsetInCU: 0x91D, offset: 0x1A5DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0xDE8, symBinAddr: 0x1CD560, symSize: 0x4 }
+ - { offsetInCU: 0x940, offset: 0x1A5E02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0xDEC, symBinAddr: 0x1CD564, symSize: 0x78 }
+ - { offsetInCU: 0x973, offset: 0x1A5E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0xE64, symBinAddr: 0x1CD5DC, symSize: 0x4 }
+ - { offsetInCU: 0x996, offset: 0x1A5E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0xE68, symBinAddr: 0x1CD5E0, symSize: 0x68 }
+ - { offsetInCU: 0x9C9, offset: 0x1A5E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZ', symObjAddr: 0xED0, symBinAddr: 0x1CD648, symSize: 0x4 }
+ - { offsetInCU: 0x9EC, offset: 0x1A5EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZTo', symObjAddr: 0x10B4, symBinAddr: 0x1CD82C, symSize: 0x84 }
+ - { offsetInCU: 0xA1F, offset: 0x1A5EE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZ', symObjAddr: 0x1138, symBinAddr: 0x1CD8B0, symSize: 0x4 }
+ - { offsetInCU: 0xA42, offset: 0x1A5F04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZTo', symObjAddr: 0x113C, symBinAddr: 0x1CD8B4, symSize: 0x8 }
+ - { offsetInCU: 0xA75, offset: 0x1A5F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZ', symObjAddr: 0x1144, symBinAddr: 0x1CD8BC, symSize: 0x4 }
+ - { offsetInCU: 0xA98, offset: 0x1A5F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZTo', symObjAddr: 0x1148, symBinAddr: 0x1CD8C0, symSize: 0x8 }
+ - { offsetInCU: 0xACB, offset: 0x1A5F8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZ', symObjAddr: 0x1150, symBinAddr: 0x1CD8C8, symSize: 0x4 }
+ - { offsetInCU: 0xADF, offset: 0x1A5FA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZyAQcfU_', symObjAddr: 0x1154, symBinAddr: 0x1CD8CC, symSize: 0x1D0 }
+ - { offsetInCU: 0xBC9, offset: 0x1A608B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZTo', symObjAddr: 0x1324, symBinAddr: 0x1CDA9C, symSize: 0xD4 }
+ - { offsetInCU: 0xBFC, offset: 0x1A60BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x14C0, symBinAddr: 0x1CDC38, symSize: 0x4 }
+ - { offsetInCU: 0xC10, offset: 0x1A60D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_', symObjAddr: 0x14C4, symBinAddr: 0x1CDC3C, symSize: 0x338 }
+ - { offsetInCU: 0xEBA, offset: 0x1A637C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x17FC, symBinAddr: 0x1CDF74, symSize: 0xC8 }
+ - { offsetInCU: 0xEED, offset: 0x1A63AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x18C4, symBinAddr: 0x1CE03C, symSize: 0x4 }
+ - { offsetInCU: 0xF10, offset: 0x1A63D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x18C8, symBinAddr: 0x1CE040, symSize: 0xB8 }
+ - { offsetInCU: 0xF43, offset: 0x1A6405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x1980, symBinAddr: 0x1CE0F8, symSize: 0x4 }
+ - { offsetInCU: 0xF66, offset: 0x1A6428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x1984, symBinAddr: 0x1CE0FC, symSize: 0x68 }
+ - { offsetInCU: 0xF99, offset: 0x1A645B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZ', symObjAddr: 0x19EC, symBinAddr: 0x1CE164, symSize: 0x8 }
+ - { offsetInCU: 0xFBC, offset: 0x1A647E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZTo', symObjAddr: 0x19F4, symBinAddr: 0x1CE16C, symSize: 0x64 }
+ - { offsetInCU: 0xFEF, offset: 0x1A64B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1A58, symBinAddr: 0x1CE1D0, symSize: 0x4 }
+ - { offsetInCU: 0x1012, offset: 0x1A64D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1A5C, symBinAddr: 0x1CE1D4, symSize: 0xA8 }
+ - { offsetInCU: 0x1045, offset: 0x1A6507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1B04, symBinAddr: 0x1CE27C, symSize: 0x4 }
+ - { offsetInCU: 0x1068, offset: 0x1A652A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1B08, symBinAddr: 0x1CE280, symSize: 0xC8 }
+ - { offsetInCU: 0x109B, offset: 0x1A655D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1BD0, symBinAddr: 0x1CE348, symSize: 0x4 }
+ - { offsetInCU: 0x10BE, offset: 0x1A6580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1BD4, symBinAddr: 0x1CE34C, symSize: 0xB8 }
+ - { offsetInCU: 0x10F1, offset: 0x1A65B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x1C8C, symBinAddr: 0x1CE404, symSize: 0x4 }
+ - { offsetInCU: 0x1114, offset: 0x1A65D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x1E68, symBinAddr: 0x1CE5E0, symSize: 0x68 }
+ - { offsetInCU: 0x1147, offset: 0x1A6609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZ', symObjAddr: 0x1ED0, symBinAddr: 0x1CE648, symSize: 0x4 }
+ - { offsetInCU: 0x116A, offset: 0x1A662C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZTo', symObjAddr: 0x1ED4, symBinAddr: 0x1CE64C, symSize: 0x40 }
+ - { offsetInCU: 0x119D, offset: 0x1A665F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC19createRoomListQuery4withAA0fgH0CSgAG6ParamsC_tFZ', symObjAddr: 0x1F14, symBinAddr: 0x1CE68C, symSize: 0x9C }
+ - { offsetInCU: 0x11FD, offset: 0x1A66BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC19createRoomListQuery4withAA0fgH0CSgAG6ParamsC_tFZTo', symObjAddr: 0x1FB0, symBinAddr: 0x1CE728, symSize: 0xAC }
+ - { offsetInCU: 0x1241, offset: 0x1A6703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x205C, symBinAddr: 0x1CE7D4, symSize: 0x4 }
+ - { offsetInCU: 0x1264, offset: 0x1A6726, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x2060, symBinAddr: 0x1CE7D8, symSize: 0xB8 }
+ - { offsetInCU: 0x1297, offset: 0x1A6759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x2118, symBinAddr: 0x1CE890, symSize: 0x4 }
+ - { offsetInCU: 0x12BA, offset: 0x1A677C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x211C, symBinAddr: 0x1CE894, symSize: 0xAC }
+ - { offsetInCU: 0x12ED, offset: 0x1A67AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x21C8, symBinAddr: 0x1CE940, symSize: 0x4 }
+ - { offsetInCU: 0x1310, offset: 0x1A67D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x21CC, symBinAddr: 0x1CE944, symSize: 0x80 }
+ - { offsetInCU: 0x1343, offset: 0x1A6805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23audioSessionDidActivateyySo07AVAudioF0CFZ', symObjAddr: 0x224C, symBinAddr: 0x1CE9C4, symSize: 0x34 }
+ - { offsetInCU: 0x1366, offset: 0x1A6828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23audioSessionDidActivateyySo07AVAudioF0CFZTo', symObjAddr: 0x2280, symBinAddr: 0x1CE9F8, symSize: 0x54 }
+ - { offsetInCU: 0x1399, offset: 0x1A685B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC25audioSessionDidDeactivateyySo07AVAudioF0CFZ', symObjAddr: 0x22D4, symBinAddr: 0x1CEA4C, symSize: 0x34 }
+ - { offsetInCU: 0x13BC, offset: 0x1A687E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC25audioSessionDidDeactivateyySo07AVAudioF0CFZTo', symObjAddr: 0x2308, symBinAddr: 0x1CEA80, symSize: 0x54 }
+ - { offsetInCU: 0x13EF, offset: 0x1A68B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZ', symObjAddr: 0x235C, symBinAddr: 0x1CEAD4, symSize: 0x4 }
+ - { offsetInCU: 0x1412, offset: 0x1A68D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZTo', symObjAddr: 0x2360, symBinAddr: 0x1CEAD8, symSize: 0x6C }
+ - { offsetInCU: 0x1445, offset: 0x1A6907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZ', symObjAddr: 0x23CC, symBinAddr: 0x1CEB44, symSize: 0x4 }
+ - { offsetInCU: 0x1468, offset: 0x1A692A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZTo', symObjAddr: 0x23D0, symBinAddr: 0x1CEB48, symSize: 0x8 }
+ - { offsetInCU: 0x149B, offset: 0x1A695D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZ', symObjAddr: 0x23D8, symBinAddr: 0x1CEB50, symSize: 0x4 }
+ - { offsetInCU: 0x14BE, offset: 0x1A6980, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZTo', symObjAddr: 0x23DC, symBinAddr: 0x1CEB54, symSize: 0x84 }
+ - { offsetInCU: 0x14F1, offset: 0x1A69B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZ', symObjAddr: 0x2460, symBinAddr: 0x1CEBD8, symSize: 0x4 }
+ - { offsetInCU: 0x1514, offset: 0x1A69D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZTo', symObjAddr: 0x2464, symBinAddr: 0x1CEBDC, symSize: 0x8 }
+ - { offsetInCU: 0x1547, offset: 0x1A6A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x246C, symBinAddr: 0x1CEBE4, symSize: 0x4 }
+ - { offsetInCU: 0x156A, offset: 0x1A6A2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x2470, symBinAddr: 0x1CEBE8, symSize: 0x68 }
+ - { offsetInCU: 0x159D, offset: 0x1A6A5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfC', symObjAddr: 0x24D8, symBinAddr: 0x1CEC50, symSize: 0x20 }
+ - { offsetInCU: 0x15BC, offset: 0x1A6A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfc', symObjAddr: 0x24F8, symBinAddr: 0x1CEC70, symSize: 0x48 }
+ - { offsetInCU: 0x15F7, offset: 0x1A6AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfcTo', symObjAddr: 0x2540, symBinAddr: 0x1CECB8, symSize: 0x48 }
+ - { offsetInCU: 0x1635, offset: 0x1A6AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCfD', symObjAddr: 0x2588, symBinAddr: 0x1CED00, symSize: 0x30 }
+ - { offsetInCU: 0x1662, offset: 0x1A6B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZTf4nnnd_n', symObjAddr: 0x25BC, symBinAddr: 0x1CED34, symSize: 0x4D0 }
+ - { offsetInCU: 0x18F4, offset: 0x1A6DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZTf4nd_n', symObjAddr: 0x2A8C, symBinAddr: 0x1CF204, symSize: 0xE4 }
+ - { offsetInCU: 0x1983, offset: 0x1A6E45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZTf4nd_n', symObjAddr: 0x2B70, symBinAddr: 0x1CF2E8, symSize: 0x124 }
+ - { offsetInCU: 0x1A55, offset: 0x1A6F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZTf4nd_n', symObjAddr: 0x2C94, symBinAddr: 0x1CF40C, symSize: 0x128 }
+ - { offsetInCU: 0x1ADC, offset: 0x1A6F9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZTf4nnd_n', symObjAddr: 0x2DBC, symBinAddr: 0x1CF534, symSize: 0x140 }
+ - { offsetInCU: 0x1B73, offset: 0x1A7035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZTf4nd_n', symObjAddr: 0x2EFC, symBinAddr: 0x1CF674, symSize: 0x130 }
+ - { offsetInCU: 0x1BFA, offset: 0x1A70BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTf4d_n', symObjAddr: 0x302C, symBinAddr: 0x1CF7A4, symSize: 0x118 }
+ - { offsetInCU: 0x1C71, offset: 0x1A7133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZTf4nd_n', symObjAddr: 0x3144, symBinAddr: 0x1CF8BC, symSize: 0x1D4 }
+ - { offsetInCU: 0x1D47, offset: 0x1A7209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZTf4nd_n', symObjAddr: 0x3318, symBinAddr: 0x1CFA90, symSize: 0x1D8 }
+ - { offsetInCU: 0x1E1F, offset: 0x1A72E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTf4d_n', symObjAddr: 0x34F0, symBinAddr: 0x1CFC68, symSize: 0x144 }
+ - { offsetInCU: 0x1EB1, offset: 0x1A7373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingC0SayAA06DirectD0CGyFZTf4d_n', symObjAddr: 0x3634, symBinAddr: 0x1CFDAC, symSize: 0x144 }
+ - { offsetInCU: 0x1F43, offset: 0x1A7405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZTf4d_n', symObjAddr: 0x3778, symBinAddr: 0x1CFEF0, symSize: 0x144 }
+ - { offsetInCU: 0x1FD5, offset: 0x1A7497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x38BC, symBinAddr: 0x1D0034, symSize: 0x170 }
+ - { offsetInCU: 0x2072, offset: 0x1A7534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x3A2C, symBinAddr: 0x1D01A4, symSize: 0x130 }
+ - { offsetInCU: 0x20FE, offset: 0x1A75C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3B5C, symBinAddr: 0x1D02D4, symSize: 0x178 }
+ - { offsetInCU: 0x219B, offset: 0x1A765D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZTf4nd_n', symObjAddr: 0x3CD4, symBinAddr: 0x1D044C, symSize: 0x21C }
+ - { offsetInCU: 0x2325, offset: 0x1A77E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZTf4nd_n', symObjAddr: 0x3EF0, symBinAddr: 0x1D0668, symSize: 0x21C }
+ - { offsetInCU: 0x24AF, offset: 0x1A7971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZTf4nnnnd_n', symObjAddr: 0x410C, symBinAddr: 0x1D0884, symSize: 0x18C }
+ - { offsetInCU: 0x256E, offset: 0x1A7A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTf4nnnd_n', symObjAddr: 0x4298, symBinAddr: 0x1D0A10, symSize: 0x19C }
+ - { offsetInCU: 0x261C, offset: 0x1A7ADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x4434, symBinAddr: 0x1D0BAC, symSize: 0x184 }
+ - { offsetInCU: 0x26B9, offset: 0x1A7B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x45B8, symBinAddr: 0x1D0D30, symSize: 0x16C }
+ - { offsetInCU: 0x2745, offset: 0x1A7C07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZTf4dnd_n', symObjAddr: 0x4724, symBinAddr: 0x1D0E9C, symSize: 0x128 }
+ - { offsetInCU: 0x27D1, offset: 0x1A7C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x484C, symBinAddr: 0x1D0FC4, symSize: 0x140 }
+ - { offsetInCU: 0x286E, offset: 0x1A7D30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTf4nnnd_n', symObjAddr: 0x498C, symBinAddr: 0x1D1104, symSize: 0x18C }
+ - { offsetInCU: 0x291C, offset: 0x1A7DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x4B18, symBinAddr: 0x1D1290, symSize: 0x184 }
+ - { offsetInCU: 0x29B9, offset: 0x1A7E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x4C9C, symBinAddr: 0x1D1414, symSize: 0x16C }
+ - { offsetInCU: 0x2A45, offset: 0x1A7F07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZTf4nd_n', symObjAddr: 0x4E08, symBinAddr: 0x1D1580, symSize: 0x130 }
+ - { offsetInCU: 0x2AD1, offset: 0x1A7F93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZTf4nnnd_n', symObjAddr: 0x4F38, symBinAddr: 0x1D16B0, symSize: 0x158 }
+ - { offsetInCU: 0x2B7F, offset: 0x1A8041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZTf4nnnd_n', symObjAddr: 0x5090, symBinAddr: 0x1D1808, symSize: 0x158 }
+ - { offsetInCU: 0x2C2D, offset: 0x1A80EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x51E8, symBinAddr: 0x1D1960, symSize: 0x148 }
+ - { offsetInCU: 0x2CCA, offset: 0x1A818C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZTf4nnnd_n', symObjAddr: 0x5454, symBinAddr: 0x1D1BCC, symSize: 0x3FC }
+ - { offsetInCU: 0x2F7D, offset: 0x1A843F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZTf4nd_n', symObjAddr: 0x5850, symBinAddr: 0x1D1FC8, symSize: 0x16C }
+ - { offsetInCU: 0x3028, offset: 0x1A84EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZTf4nnd_n', symObjAddr: 0x59BC, symBinAddr: 0x1D2134, symSize: 0x220 }
+ - { offsetInCU: 0x3109, offset: 0x1A85CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZTf4nd_n', symObjAddr: 0x5BDC, symBinAddr: 0x1D2354, symSize: 0x1CC }
+ - { offsetInCU: 0x31B9, offset: 0x1A867B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x5DA8, symBinAddr: 0x1D2520, symSize: 0x130 }
+ - { offsetInCU: 0x3246, offset: 0x1A8708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4main_WZ', symObjAddr: 0x170, symBinAddr: 0x1CC8E8, symSize: 0x30 }
+ - { offsetInCU: 0x3260, offset: 0x1A8722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersion_WZ', symObjAddr: 0x4A0, symBinAddr: 0x1CCC18, symSize: 0x24 }
+ - { offsetInCU: 0x3320, offset: 0x1A87E2, size: 0x8, addend: 0x0, symName: '_$sSo6NSUUIDCSgIeyBy_10Foundation4UUIDVSgIegn_TR', symObjAddr: 0x13F8, symBinAddr: 0x1CDB70, symSize: 0xC8 }
+ - { offsetInCU: 0x33DA, offset: 0x1A889C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCfETo', symObjAddr: 0x25B8, symBinAddr: 0x1CED30, symSize: 0x4 }
+ - { offsetInCU: 0x35F4, offset: 0x1A8AB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCMa', symObjAddr: 0x5ED8, symBinAddr: 0x1D2650, symSize: 0x20 }
+ - { offsetInCU: 0x3608, offset: 0x1A8ACA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x5F1C, symBinAddr: 0x1D2694, symSize: 0x8 }
+ - { offsetInCU: 0x361C, offset: 0x1A8ADE, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0x5F24, symBinAddr: 0x1D269C, symSize: 0x8 }
+ - { offsetInCU: 0x3630, offset: 0x1A8AF2, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgIegn_SgWOe', symObjAddr: 0x5F84, symBinAddr: 0x1D26A4, symSize: 0x10 }
+ - { offsetInCU: 0x3644, offset: 0x1A8B06, size: 0x8, addend: 0x0, symName: '_$sSo6NSUUIDCSgIeyBy_10Foundation4UUIDVSgIegn_TRTA', symObjAddr: 0x5F94, symBinAddr: 0x1D26B4, symSize: 0x8 }
+ - { offsetInCU: 0x3663, offset: 0x1A8B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x6024, symBinAddr: 0x1D26BC, symSize: 0x14 }
+ - { offsetInCU: 0x368C, offset: 0x1A8B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZyAHcfU_TA', symObjAddr: 0x60AC, symBinAddr: 0x1D26D4, symSize: 0x30 }
+ - { offsetInCU: 0x36A0, offset: 0x1A8B62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZyAMcfU_TA', symObjAddr: 0x60E0, symBinAddr: 0x1D2708, symSize: 0x30 }
+ - { offsetInCU: 0x36B4, offset: 0x1A8B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_TA', symObjAddr: 0x6114, symBinAddr: 0x1D273C, symSize: 0x30 }
+ - { offsetInCU: 0x36C8, offset: 0x1A8B8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZyAHcfU_TA', symObjAddr: 0x6148, symBinAddr: 0x1D2770, symSize: 0x30 }
+ - { offsetInCU: 0x36DC, offset: 0x1A8B9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZyAMcfU_TA', symObjAddr: 0x617C, symBinAddr: 0x1D27A4, symSize: 0x30 }
+ - { offsetInCU: 0x36F0, offset: 0x1A8BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_TA', symObjAddr: 0x61F0, symBinAddr: 0x1D2818, symSize: 0xC }
+ - { offsetInCU: 0x3704, offset: 0x1A8BC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZyAQcfU_TA', symObjAddr: 0x6320, symBinAddr: 0x1D2854, symSize: 0x8 }
+ - { offsetInCU: 0x3718, offset: 0x1A8BDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZyAI_ANtcfU_TA', symObjAddr: 0x6398, symBinAddr: 0x1D28BC, symSize: 0x30 }
+ - { offsetInCU: 0x372C, offset: 0x1A8BEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZyAK_ANtcfU_TA', symObjAddr: 0x63C8, symBinAddr: 0x1D28EC, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0x1A9163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1D2984, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1A9187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1D2984, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1A91A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x10, symBinAddr: 0x1D2994, symSize: 0x94 }
+ - { offsetInCU: 0xD2, offset: 0x1A920E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfc', symObjAddr: 0xA4, symBinAddr: 0x1D2A28, symSize: 0x8 }
+ - { offsetInCU: 0x101, offset: 0x1A923D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCfd', symObjAddr: 0xAC, symBinAddr: 0x1D2A30, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x1A926C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCfD', symObjAddr: 0xB4, symBinAddr: 0x1D2A38, symSize: 0x10 }
+ - { offsetInCU: 0x160, offset: 0x1A929C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCMa', symObjAddr: 0xC4, symBinAddr: 0x1D2A48, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1A94A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC9inputTypeAA0f5InputI0OSgvg', symObjAddr: 0x0, symBinAddr: 0x1D2A68, symSize: 0x8 }
+ - { offsetInCU: 0x76, offset: 0x1A94CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0Sbvg', symObjAddr: 0x8, symBinAddr: 0x1D2A70, symSize: 0x30 }
+ - { offsetInCU: 0x92, offset: 0x1A94E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0Sbvs', symObjAddr: 0x38, symBinAddr: 0x1D2AA0, symSize: 0x3C }
+ - { offsetInCU: 0xAE, offset: 0x1A9505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0SbvM', symObjAddr: 0x74, symBinAddr: 0x1D2ADC, symSize: 0x3C }
+ - { offsetInCU: 0xCA, offset: 0x1A9521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0SbvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x1D2B18, symSize: 0x4 }
+ - { offsetInCU: 0xE6, offset: 0x1A953D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivg', symObjAddr: 0xB4, symBinAddr: 0x1D2B1C, symSize: 0x30 }
+ - { offsetInCU: 0x102, offset: 0x1A9559, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivs', symObjAddr: 0xE4, symBinAddr: 0x1D2B4C, symSize: 0x3C }
+ - { offsetInCU: 0x11E, offset: 0x1A9575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivM', symObjAddr: 0x120, symBinAddr: 0x1D2B88, symSize: 0x3C }
+ - { offsetInCU: 0x13A, offset: 0x1A9591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandTypeAA04UtilgI0Ovg', symObjAddr: 0x15C, symBinAddr: 0x1D2BC4, symSize: 0x4 }
+ - { offsetInCU: 0x156, offset: 0x1A95AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC8logLevelAA6LoggerV0I0Ovg', symObjAddr: 0x160, symBinAddr: 0x1D2BC8, symSize: 0x8 }
+ - { offsetInCU: 0x1B4, offset: 0x1A960B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandType7version8logLevelAcA04UtilgI0O_SiAA6LoggerV0L0OtcfC', symObjAddr: 0x168, symBinAddr: 0x1D2BD0, symSize: 0x68 }
+ - { offsetInCU: 0x200, offset: 0x1A9657, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandType7version8logLevelAcA04UtilgI0O_SiAA6LoggerV0L0Otcfc', symObjAddr: 0x1D0, symBinAddr: 0x1D2C38, symSize: 0x54 }
+ - { offsetInCU: 0x252, offset: 0x1A96A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8rawValueAGSgSS_tcfC', symObjAddr: 0x224, symBinAddr: 0x1D2C8C, symSize: 0x58 }
+ - { offsetInCU: 0x28B, offset: 0x1A96E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueAGSgSS_tcfC', symObjAddr: 0x2BC, symBinAddr: 0x1D2CE4, symSize: 0x58 }
+ - { offsetInCU: 0x2C1, offset: 0x1A9718, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8intValueAGSgSi_tcfC', symObjAddr: 0x314, symBinAddr: 0x1D2D3C, symSize: 0x8 }
+ - { offsetInCU: 0x2E8, offset: 0x1A973F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8intValueSiSgvg', symObjAddr: 0x31C, symBinAddr: 0x1D2D44, symSize: 0xC }
+ - { offsetInCU: 0x310, offset: 0x1A9767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8rawValueSSvg', symObjAddr: 0x328, symBinAddr: 0x1D2D50, symSize: 0x4 }
+ - { offsetInCU: 0x324, offset: 0x1A977B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueSSvg', symObjAddr: 0x32C, symBinAddr: 0x1D2D54, symSize: 0x4 }
+ - { offsetInCU: 0x356, offset: 0x1A97AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x498, symBinAddr: 0x1D2EC0, symSize: 0x64 }
+ - { offsetInCU: 0x38A, offset: 0x1A97E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x4FC, symBinAddr: 0x1D2F24, symSize: 0x24 }
+ - { offsetInCU: 0x3C2, offset: 0x1A9819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x520, symBinAddr: 0x1D2F48, symSize: 0x4 }
+ - { offsetInCU: 0x3E2, offset: 0x1A9839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x520, symBinAddr: 0x1D2F48, symSize: 0x4 }
+ - { offsetInCU: 0x40D, offset: 0x1A9864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x524, symBinAddr: 0x1D2F4C, symSize: 0x68 }
+ - { offsetInCU: 0x458, offset: 0x1A98AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x58C, symBinAddr: 0x1D2FB4, symSize: 0xC }
+ - { offsetInCU: 0x474, offset: 0x1A98CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x598, symBinAddr: 0x1D2FC0, symSize: 0xC }
+ - { offsetInCU: 0x490, offset: 0x1A98E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueSSvgTf4d_n', symObjAddr: 0xECC, symBinAddr: 0x1D38F4, symSize: 0x1C }
+ - { offsetInCU: 0x4D6, offset: 0x1A992D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x5F4, symBinAddr: 0x1D301C, symSize: 0x5C }
+ - { offsetInCU: 0x52E, offset: 0x1A9985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x650, symBinAddr: 0x1D3078, symSize: 0x5C }
+ - { offsetInCU: 0x596, offset: 0x1A99ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x6AC, symBinAddr: 0x1D30D4, symSize: 0x8 }
+ - { offsetInCU: 0x5BD, offset: 0x1A9A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x6B4, symBinAddr: 0x1D30DC, symSize: 0xC }
+ - { offsetInCU: 0x5E4, offset: 0x1A9A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x6C0, symBinAddr: 0x1D30E8, symSize: 0x20 }
+ - { offsetInCU: 0x61D, offset: 0x1A9A74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x1D3108, symSize: 0x20 }
+ - { offsetInCU: 0x64B, offset: 0x1A9AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x6E0, symBinAddr: 0x1D3108, symSize: 0x20 }
+ - { offsetInCU: 0x676, offset: 0x1A9ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x884, symBinAddr: 0x1D32AC, symSize: 0x64 }
+ - { offsetInCU: 0x6DC, offset: 0x1A9B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x8E8, symBinAddr: 0x1D3310, symSize: 0x28 }
+ - { offsetInCU: 0x6F0, offset: 0x1A9B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x910, symBinAddr: 0x1D3338, symSize: 0x8 }
+ - { offsetInCU: 0x726, offset: 0x1A9B7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x918, symBinAddr: 0x1D3340, symSize: 0x68 }
+ - { offsetInCU: 0x7AB, offset: 0x1A9C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x980, symBinAddr: 0x1D33A8, symSize: 0xC }
+ - { offsetInCU: 0x7C7, offset: 0x1A9C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x98C, symBinAddr: 0x1D33B4, symSize: 0xC }
+ - { offsetInCU: 0x7E4, offset: 0x1A9C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x9E8, symBinAddr: 0x1D3410, symSize: 0x4C }
+ - { offsetInCU: 0x809, offset: 0x1A9C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xA34, symBinAddr: 0x1D345C, symSize: 0x400 }
+ - { offsetInCU: 0x93D, offset: 0x1A9D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCfd', symObjAddr: 0xE34, symBinAddr: 0x1D385C, symSize: 0x8 }
+ - { offsetInCU: 0x96C, offset: 0x1A9DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCfD', symObjAddr: 0xE3C, symBinAddr: 0x1D3864, symSize: 0x10 }
+ - { offsetInCU: 0x99B, offset: 0x1A9DF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCAA0fG0A2aDP9inputTypeAA0f5InputI0OSgvgTW', symObjAddr: 0xE4C, symBinAddr: 0x1D3874, symSize: 0x28 }
+ - { offsetInCU: 0x9B7, offset: 0x1A9E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCAA0fG0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0xE74, symBinAddr: 0x1D389C, symSize: 0x2C }
+ - { offsetInCU: 0x9D3, offset: 0x1A9E2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xEA0, symBinAddr: 0x1D38C8, symSize: 0x2C }
+ - { offsetInCU: 0xA7A, offset: 0x1A9ED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0xF0C, symBinAddr: 0x1D3910, symSize: 0x44 }
+ - { offsetInCU: 0xA8E, offset: 0x1A9EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCMa', symObjAddr: 0xF50, symBinAddr: 0x1D3954, symSize: 0x20 }
+ - { offsetInCU: 0xAA2, offset: 0x1A9EF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs0H3KeyAAWl', symObjAddr: 0xF90, symBinAddr: 0x1D3974, symSize: 0x44 }
+ - { offsetInCU: 0xAB6, offset: 0x1A9F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESeAAWl', symObjAddr: 0xFD4, symBinAddr: 0x1D39B8, symSize: 0x44 }
+ - { offsetInCU: 0xACA, offset: 0x1A9F21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASQWb', symObjAddr: 0x1018, symBinAddr: 0x1D39FC, symSize: 0x4 }
+ - { offsetInCU: 0xADE, offset: 0x1A9F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGSQAAWl', symObjAddr: 0x101C, symBinAddr: 0x1D3A00, symSize: 0x44 }
+ - { offsetInCU: 0xAF2, offset: 0x1A9F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1060, symBinAddr: 0x1D3A44, symSize: 0x4 }
+ - { offsetInCU: 0xB06, offset: 0x1A9F5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1064, symBinAddr: 0x1D3A48, symSize: 0x44 }
+ - { offsetInCU: 0xB1A, offset: 0x1A9F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10A8, symBinAddr: 0x1D3A8C, symSize: 0x4 }
+ - { offsetInCU: 0xB2E, offset: 0x1A9F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs23CustomStringConvertibleAAWl', symObjAddr: 0x10AC, symBinAddr: 0x1D3A90, symSize: 0x44 }
+ - { offsetInCU: 0xB42, offset: 0x1A9F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0x10F0, symBinAddr: 0x1D3AD4, symSize: 0x4 }
+ - { offsetInCU: 0xB56, offset: 0x1A9FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0x10F4, symBinAddr: 0x1D3AD8, symSize: 0x44 }
+ - { offsetInCU: 0xB6A, offset: 0x1A9FC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1138, symBinAddr: 0x1D3B1C, symSize: 0x4 }
+ - { offsetInCU: 0xB7E, offset: 0x1A9FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x113C, symBinAddr: 0x1D3B20, symSize: 0x44 }
+ - { offsetInCU: 0xB92, offset: 0x1A9FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1180, symBinAddr: 0x1D3B64, symSize: 0x4 }
+ - { offsetInCU: 0xBA6, offset: 0x1A9FFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1184, symBinAddr: 0x1D3B68, symSize: 0x44 }
+ - { offsetInCU: 0xBBA, offset: 0x1AA011, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwet', symObjAddr: 0x1314, symBinAddr: 0x1D3CE8, symSize: 0x90 }
+ - { offsetInCU: 0xBCE, offset: 0x1AA025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwst', symObjAddr: 0x13A4, symBinAddr: 0x1D3D78, symSize: 0xBC }
+ - { offsetInCU: 0xBE2, offset: 0x1AA039, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwug', symObjAddr: 0x1460, symBinAddr: 0x1D3E34, symSize: 0x8 }
+ - { offsetInCU: 0xBF6, offset: 0x1AA04D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwup', symObjAddr: 0x1468, symBinAddr: 0x1D3E3C, symSize: 0x4 }
+ - { offsetInCU: 0xC0A, offset: 0x1AA061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwui', symObjAddr: 0x146C, symBinAddr: 0x1D3E40, symSize: 0x8 }
+ - { offsetInCU: 0xC1E, offset: 0x1AA075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOMa', symObjAddr: 0x1474, symBinAddr: 0x1D3E48, symSize: 0x10 }
+ - { offsetInCU: 0xC32, offset: 0x1AA089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owet', symObjAddr: 0x1488, symBinAddr: 0x1D3E58, symSize: 0x50 }
+ - { offsetInCU: 0xC46, offset: 0x1AA09D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owst', symObjAddr: 0x14D8, symBinAddr: 0x1D3EA8, symSize: 0x8C }
+ - { offsetInCU: 0xC5A, offset: 0x1AA0B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owug', symObjAddr: 0x1564, symBinAddr: 0x1D3F34, symSize: 0x8 }
+ - { offsetInCU: 0xC6E, offset: 0x1AA0C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owup', symObjAddr: 0x156C, symBinAddr: 0x1D3F3C, symSize: 0x4 }
+ - { offsetInCU: 0xC82, offset: 0x1AA0D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owui', symObjAddr: 0x1570, symBinAddr: 0x1D3F40, symSize: 0x4 }
+ - { offsetInCU: 0xC96, offset: 0x1AA0ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OMa', symObjAddr: 0x1574, symBinAddr: 0x1D3F44, symSize: 0x10 }
+ - { offsetInCU: 0xCDF, offset: 0x1AA136, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x330, symBinAddr: 0x1D2D58, symSize: 0x80 }
+ - { offsetInCU: 0xDC3, offset: 0x1AA21A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH9hashValueSivgTW', symObjAddr: 0x3B0, symBinAddr: 0x1D2DD8, symSize: 0x58 }
+ - { offsetInCU: 0xE6E, offset: 0x1AA2C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x408, symBinAddr: 0x1D2E30, symSize: 0x3C }
+ - { offsetInCU: 0xED5, offset: 0x1AA32C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x444, symBinAddr: 0x1D2E6C, symSize: 0x54 }
+ - { offsetInCU: 0xF5E, offset: 0x1AA3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x5A4, symBinAddr: 0x1D2FCC, symSize: 0x28 }
+ - { offsetInCU: 0xF7A, offset: 0x1AA3D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x5CC, symBinAddr: 0x1D2FF4, symSize: 0x28 }
+ - { offsetInCU: 0xFAB, offset: 0x1AA402, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x700, symBinAddr: 0x1D3128, symSize: 0x88 }
+ - { offsetInCU: 0x105A, offset: 0x1AA4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x788, symBinAddr: 0x1D31B0, symSize: 0x60 }
+ - { offsetInCU: 0x10D8, offset: 0x1AA52F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x7E8, symBinAddr: 0x1D3210, symSize: 0x40 }
+ - { offsetInCU: 0x112A, offset: 0x1AA581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x828, symBinAddr: 0x1D3250, symSize: 0x5C }
+ - { offsetInCU: 0x1186, offset: 0x1AA5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x998, symBinAddr: 0x1D33C0, symSize: 0x28 }
+ - { offsetInCU: 0x11A2, offset: 0x1AA5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x9C0, symBinAddr: 0x1D33E8, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1AA86E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1D3F58, symSize: 0x4 }
+ - { offsetInCU: 0x3F, offset: 0x1AA886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x1D3F58, symSize: 0x4 }
+ - { offsetInCU: 0x59, offset: 0x1AA8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x4, symBinAddr: 0x1D3F5C, symSize: 0x3C }
+ - { offsetInCU: 0x8A, offset: 0x1AA8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x1D3F98, symSize: 0x28 }
+ - { offsetInCU: 0xAB, offset: 0x1AA8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x68, symBinAddr: 0x1D3FC0, symSize: 0x40 }
+ - { offsetInCU: 0xDC, offset: 0x1AA923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA8, symBinAddr: 0x1D4000, symSize: 0x4 }
+ - { offsetInCU: 0xF8, offset: 0x1AA93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xAC, symBinAddr: 0x1D4004, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x1AA95B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x1D4008, symSize: 0x8 }
+ - { offsetInCU: 0x128, offset: 0x1AA96F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV9inviteeIdSSvg', symObjAddr: 0xB8, symBinAddr: 0x1D4010, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x1AA98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV6roomId07inviteeH0ACSS_SStcfC', symObjAddr: 0xE8, symBinAddr: 0x1D4040, symSize: 0x98 }
+ - { offsetInCU: 0x1E3, offset: 0x1AAA2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1D40D8, symSize: 0xE0 }
+ - { offsetInCU: 0x229, offset: 0x1AAA70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x308, symBinAddr: 0x1D41FC, symSize: 0x58 }
+ - { offsetInCU: 0x262, offset: 0x1AAAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x360, symBinAddr: 0x1D4254, symSize: 0x58 }
+ - { offsetInCU: 0x298, offset: 0x1AAADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3B8, symBinAddr: 0x1D42AC, symSize: 0x8 }
+ - { offsetInCU: 0x2BF, offset: 0x1AAB06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3C0, symBinAddr: 0x1D42B4, symSize: 0xC }
+ - { offsetInCU: 0x2E7, offset: 0x1AAB2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x3CC, symBinAddr: 0x1D42C0, symSize: 0x4 }
+ - { offsetInCU: 0x2FB, offset: 0x1AAB42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x3D0, symBinAddr: 0x1D42C4, symSize: 0x4 }
+ - { offsetInCU: 0x32D, offset: 0x1AAB74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x53C, symBinAddr: 0x1D4430, symSize: 0x64 }
+ - { offsetInCU: 0x361, offset: 0x1AABA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1D4494, symSize: 0x24 }
+ - { offsetInCU: 0x399, offset: 0x1AABE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5C4, symBinAddr: 0x1D44B8, symSize: 0x4 }
+ - { offsetInCU: 0x3B9, offset: 0x1AAC00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5C4, symBinAddr: 0x1D44B8, symSize: 0x4 }
+ - { offsetInCU: 0x3E4, offset: 0x1AAC2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5C8, symBinAddr: 0x1D44BC, symSize: 0x68 }
+ - { offsetInCU: 0x42F, offset: 0x1AAC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x630, symBinAddr: 0x1D4524, symSize: 0xC }
+ - { offsetInCU: 0x44B, offset: 0x1AAC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x63C, symBinAddr: 0x1D4530, symSize: 0xC }
+ - { offsetInCU: 0x467, offset: 0x1AACAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x7C4, symBinAddr: 0x1D46B8, symSize: 0x1C }
+ - { offsetInCU: 0x493, offset: 0x1AACDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x698, symBinAddr: 0x1D458C, symSize: 0x40 }
+ - { offsetInCU: 0x4CA, offset: 0x1AAD11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6D8, symBinAddr: 0x1D45CC, symSize: 0x8 }
+ - { offsetInCU: 0x4F5, offset: 0x1AAD3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6E0, symBinAddr: 0x1D45D4, symSize: 0x8 }
+ - { offsetInCU: 0x575, offset: 0x1AADBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6E8, symBinAddr: 0x1D45DC, symSize: 0xDC }
+ - { offsetInCU: 0x5E3, offset: 0x1AAE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2C4, symBinAddr: 0x1D41B8, symSize: 0x44 }
+ - { offsetInCU: 0x618, offset: 0x1AAE5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7E0, symBinAddr: 0x1D46D4, symSize: 0x4 }
+ - { offsetInCU: 0x62C, offset: 0x1AAE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x7E4, symBinAddr: 0x1D46D8, symSize: 0x44 }
+ - { offsetInCU: 0x640, offset: 0x1AAE87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x828, symBinAddr: 0x1D471C, symSize: 0x4 }
+ - { offsetInCU: 0x654, offset: 0x1AAE9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x82C, symBinAddr: 0x1D4720, symSize: 0x44 }
+ - { offsetInCU: 0x668, offset: 0x1AAEAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x870, symBinAddr: 0x1D4764, symSize: 0x4 }
+ - { offsetInCU: 0x67C, offset: 0x1AAEC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x874, symBinAddr: 0x1D4768, symSize: 0x44 }
+ - { offsetInCU: 0x690, offset: 0x1AAED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8B8, symBinAddr: 0x1D47AC, symSize: 0x24 }
+ - { offsetInCU: 0x6A4, offset: 0x1AAEEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x8DC, symBinAddr: 0x1D47D0, symSize: 0x44 }
+ - { offsetInCU: 0x6B8, offset: 0x1AAEFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x920, symBinAddr: 0x1D4814, symSize: 0x4 }
+ - { offsetInCU: 0x6CC, offset: 0x1AAF13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x968, symBinAddr: 0x1D4818, symSize: 0x24 }
+ - { offsetInCU: 0x6E0, offset: 0x1AAF27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x98C, symBinAddr: 0x1D483C, symSize: 0x44 }
+ - { offsetInCU: 0x6F4, offset: 0x1AAF3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA11RequestableAAWI', symObjAddr: 0x9D0, symBinAddr: 0x1D4880, symSize: 0x2C }
+ - { offsetInCU: 0x708, offset: 0x1AAF4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA0F0AAWl', symObjAddr: 0x9FC, symBinAddr: 0x1D48AC, symSize: 0x44 }
+ - { offsetInCU: 0x71C, offset: 0x1AAF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA40, symBinAddr: 0x1D48F0, symSize: 0x44 }
+ - { offsetInCU: 0x730, offset: 0x1AAF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0AAWI', symObjAddr: 0xA84, symBinAddr: 0x1D4934, symSize: 0x24 }
+ - { offsetInCU: 0x744, offset: 0x1AAF8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVACSEAAWl', symObjAddr: 0xAA8, symBinAddr: 0x1D4958, symSize: 0x44 }
+ - { offsetInCU: 0x758, offset: 0x1AAF9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAEC, symBinAddr: 0x1D499C, symSize: 0x24 }
+ - { offsetInCU: 0x76C, offset: 0x1AAFB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwCP', symObjAddr: 0xB10, symBinAddr: 0x1D49C0, symSize: 0x30 }
+ - { offsetInCU: 0x780, offset: 0x1AAFC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwxx', symObjAddr: 0xB40, symBinAddr: 0x1D49F0, symSize: 0x28 }
+ - { offsetInCU: 0x794, offset: 0x1AAFDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwcp', symObjAddr: 0xB68, symBinAddr: 0x1D4A18, symSize: 0x44 }
+ - { offsetInCU: 0x7A8, offset: 0x1AAFEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwca', symObjAddr: 0xBAC, symBinAddr: 0x1D4A5C, symSize: 0x6C }
+ - { offsetInCU: 0x7BC, offset: 0x1AB003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwta', symObjAddr: 0xC24, symBinAddr: 0x1D4AC8, symSize: 0x4C }
+ - { offsetInCU: 0x7D0, offset: 0x1AB017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwet', symObjAddr: 0xC70, symBinAddr: 0x1D4B14, symSize: 0x48 }
+ - { offsetInCU: 0x7E4, offset: 0x1AB02B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwst', symObjAddr: 0xCB8, symBinAddr: 0x1D4B5C, symSize: 0x40 }
+ - { offsetInCU: 0x7F8, offset: 0x1AB03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVMa', symObjAddr: 0xCF8, symBinAddr: 0x1D4B9C, symSize: 0x10 }
+ - { offsetInCU: 0x80C, offset: 0x1AB053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwet', symObjAddr: 0xD10, symBinAddr: 0x1D4BAC, symSize: 0x50 }
+ - { offsetInCU: 0x820, offset: 0x1AB067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwst', symObjAddr: 0xD60, symBinAddr: 0x1D4BFC, symSize: 0x8C }
+ - { offsetInCU: 0x834, offset: 0x1AB07B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwug', symObjAddr: 0xDEC, symBinAddr: 0x1D4C88, symSize: 0x8 }
+ - { offsetInCU: 0x848, offset: 0x1AB08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwup', symObjAddr: 0xDF4, symBinAddr: 0x1D4C90, symSize: 0x4 }
+ - { offsetInCU: 0x85C, offset: 0x1AB0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwui', symObjAddr: 0xDF8, symBinAddr: 0x1D4C94, symSize: 0x4 }
+ - { offsetInCU: 0x870, offset: 0x1AB0B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOMa', symObjAddr: 0xDFC, symBinAddr: 0x1D4C98, symSize: 0x10 }
+ - { offsetInCU: 0x8D4, offset: 0x1AB11B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D4, symBinAddr: 0x1D42C8, symSize: 0x80 }
+ - { offsetInCU: 0x9B8, offset: 0x1AB1FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x454, symBinAddr: 0x1D4348, symSize: 0x58 }
+ - { offsetInCU: 0xA63, offset: 0x1AB2AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4AC, symBinAddr: 0x1D43A0, symSize: 0x3C }
+ - { offsetInCU: 0xACA, offset: 0x1AB311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4E8, symBinAddr: 0x1D43DC, symSize: 0x54 }
+ - { offsetInCU: 0xB53, offset: 0x1AB39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x648, symBinAddr: 0x1D453C, symSize: 0x28 }
+ - { offsetInCU: 0xB6F, offset: 0x1AB3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x670, symBinAddr: 0x1D4564, symSize: 0x28 }
+ - { offsetInCU: 0x4B, offset: 0x1AB60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x1D4CAC, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1AB629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC3sdpSSvg', symObjAddr: 0x2C, symBinAddr: 0x1D4CD8, symSize: 0x2C }
+ - { offsetInCU: 0xB9, offset: 0x1AB67B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointId3sdpACSS_SStcfC', symObjAddr: 0x58, symBinAddr: 0x1D4D04, symSize: 0x50 }
+ - { offsetInCU: 0x10A, offset: 0x1AB6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointId3sdpACSS_SStcfc', symObjAddr: 0xA8, symBinAddr: 0x1D4D54, symSize: 0x10 }
+ - { offsetInCU: 0x13B, offset: 0x1AB6FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC18sessionDescriptionSo010RTCSessionH0Cvg', symObjAddr: 0xB8, symBinAddr: 0x1D4D64, symSize: 0x7C }
+ - { offsetInCU: 0x18C, offset: 0x1AB74E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x134, symBinAddr: 0x1D4DE0, symSize: 0x4C }
+ - { offsetInCU: 0x1B1, offset: 0x1AB773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x180, symBinAddr: 0x1D4E2C, symSize: 0x17C }
+ - { offsetInCU: 0x20D, offset: 0x1AB7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCfd', symObjAddr: 0x3E4, symBinAddr: 0x1D4FC8, symSize: 0x24 }
+ - { offsetInCU: 0x248, offset: 0x1AB80A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCfD', symObjAddr: 0x408, symBinAddr: 0x1D4FEC, symSize: 0x2C }
+ - { offsetInCU: 0x28B, offset: 0x1AB84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x58C, symBinAddr: 0x1D5170, symSize: 0x2C }
+ - { offsetInCU: 0x2AF, offset: 0x1AB871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCMa', symObjAddr: 0x3A4, symBinAddr: 0x1D4FA8, symSize: 0x20 }
+ - { offsetInCU: 0x2C3, offset: 0x1AB885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA15RoomRespondableAAWI', symObjAddr: 0x434, symBinAddr: 0x1D5018, symSize: 0x34 }
+ - { offsetInCU: 0x2D7, offset: 0x1AB899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA14APIRespondableAAWI', symObjAddr: 0x468, symBinAddr: 0x1D504C, symSize: 0x34 }
+ - { offsetInCU: 0x2EB, offset: 0x1AB8AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA11RespondableAAWI', symObjAddr: 0x49C, symBinAddr: 0x1D5080, symSize: 0x4C }
+ - { offsetInCU: 0x2FF, offset: 0x1AB8C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA0F0AAWI', symObjAddr: 0x4E8, symBinAddr: 0x1D50CC, symSize: 0x34 }
+ - { offsetInCU: 0x313, offset: 0x1AB8D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x558, symBinAddr: 0x1D513C, symSize: 0x34 }
+ - { offsetInCU: 0x27, offset: 0x1ABAF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24stopRecorderAndBroadcastyyAA0G0CF', symObjAddr: 0x0, symBinAddr: 0x1D51D4, symSize: 0x184 }
+ - { offsetInCU: 0x3F, offset: 0x1ABB08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24stopRecorderAndBroadcastyyAA0G0CF', symObjAddr: 0x0, symBinAddr: 0x1D51D4, symSize: 0x184 }
+ - { offsetInCU: 0x1D6, offset: 0x1ABC9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctF', symObjAddr: 0x184, symBinAddr: 0x1D5358, symSize: 0x65C }
+ - { offsetInCU: 0x472, offset: 0x1ABF3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctFTo', symObjAddr: 0x7E0, symBinAddr: 0x1D59B4, symSize: 0x84 }
+ - { offsetInCU: 0x4A4, offset: 0x1ABF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13stopRecording11recordingIdSbSS_tF', symObjAddr: 0x864, symBinAddr: 0x1D5A38, symSize: 0x13C }
+ - { offsetInCU: 0x586, offset: 0x1AC04F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13stopRecording11recordingIdSbSS_tFTo', symObjAddr: 0x9A0, symBinAddr: 0x1D5B74, symSize: 0x64 }
+ - { offsetInCU: 0x6A9, offset: 0x1AC172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18stopRemoteRecorderyyF', symObjAddr: 0xA04, symBinAddr: 0x1D5BD8, symSize: 0x2A0 }
+ - { offsetInCU: 0x848, offset: 0x1AC311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18stopRemoteRecorderyyFTo', symObjAddr: 0xCA4, symBinAddr: 0x1D5E78, symSize: 0x2C }
+ - { offsetInCU: 0x8EE, offset: 0x1AC3B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32resumeRecordingsAfterTurnChangedyyF', symObjAddr: 0xCD0, symBinAddr: 0x1D5EA4, symSize: 0x25C }
+ - { offsetInCU: 0xAED, offset: 0x1AC5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32resumeRecordingsAfterTurnChangedyyFTo', symObjAddr: 0xF2C, symBinAddr: 0x1D6100, symSize: 0x2C }
+ - { offsetInCU: 0xB09, offset: 0x1AC5D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVWOs', symObjAddr: 0x1158, symBinAddr: 0x1D62A4, symSize: 0x48 }
+ - { offsetInCU: 0xB28, offset: 0x1AC5F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctF018$sSo8NSStringCSg13ab6Calls8M24CSgIeyByy_SSSgAGIeggg_TRSo0P0CSgALIeyByy_Tf1ncn_nTf4nng_n', symObjAddr: 0x128C, symBinAddr: 0x1D62EC, symSize: 0x698 }
+ - { offsetInCU: 0xED6, offset: 0x1AC99F, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls8RecorderCG_Tg504$s13de58Calls10DirectCallC13stopRecording11recordingIdSbSS_tFSbAA8G6CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0xF58, symBinAddr: 0x1D612C, symSize: 0x178 }
+ - { offsetInCU: 0x4B, offset: 0x1ACD96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCACycfc', symObjAddr: 0x0, symBinAddr: 0x1D6984, symSize: 0x8 }
+ - { offsetInCU: 0x7A, offset: 0x1ACDC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCfd', symObjAddr: 0x8, symBinAddr: 0x1D698C, symSize: 0x8 }
+ - { offsetInCU: 0xA9, offset: 0x1ACDF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverC010didReceiveD07commandyAA7Command_p_tF', symObjAddr: 0x10, symBinAddr: 0x1D6994, symSize: 0x4 }
+ - { offsetInCU: 0xE0, offset: 0x1ACE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCfD', symObjAddr: 0x14, symBinAddr: 0x1D6998, symSize: 0x10 }
+ - { offsetInCU: 0x10F, offset: 0x1ACE5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCACycfC', symObjAddr: 0x24, symBinAddr: 0x1D69A8, symSize: 0x10 }
+ - { offsetInCU: 0x12D, offset: 0x1ACE78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCAA0dE0A2aDP010didReceiveD07commandyAA7Command_p_tFTW', symObjAddr: 0x34, symBinAddr: 0x1D69B8, symSize: 0xC }
+ - { offsetInCU: 0x14A, offset: 0x1ACE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCMa', symObjAddr: 0x48, symBinAddr: 0x1D69CC, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1AD077, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE11toHexStringSSyF', symObjAddr: 0x0, symBinAddr: 0x1D6A0C, symSize: 0x7C }
+ - { offsetInCU: 0x3F, offset: 0x1AD08F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE11toHexStringSSyF', symObjAddr: 0x0, symBinAddr: 0x1D6A0C, symSize: 0x7C }
+ - { offsetInCU: 0x3F, offset: 0x1AD2A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TR', symObjAddr: 0x0, symBinAddr: 0x1D6A88, symSize: 0x24 }
+ - { offsetInCU: 0x53, offset: 0x1AD2B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TR', symObjAddr: 0x24, symBinAddr: 0x1D6AAC, symSize: 0x48 }
+ - { offsetInCU: 0xB5, offset: 0x1AD318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6action13backoffPeriod8maxCountACyyAA8SBCErrorCSgcc_SdSitcfC', symObjAddr: 0x6C, symBinAddr: 0x1D6AF4, symSize: 0xF0 }
+ - { offsetInCU: 0x11A, offset: 0x1AD37D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvg', symObjAddr: 0x338, symBinAddr: 0x1D6DC0, symSize: 0x4C }
+ - { offsetInCU: 0x136, offset: 0x1AD399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvs', symObjAddr: 0x384, symBinAddr: 0x1D6E0C, symSize: 0x50 }
+ - { offsetInCU: 0x152, offset: 0x1AD3B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvM', symObjAddr: 0x3D4, symBinAddr: 0x1D6E5C, symSize: 0x3C }
+ - { offsetInCU: 0x16E, offset: 0x1AD3D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC13backoffPeriodSdvg', symObjAddr: 0x410, symBinAddr: 0x1D6E98, symSize: 0x8 }
+ - { offsetInCU: 0x18A, offset: 0x1AD3ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC8maxCountSivg', symObjAddr: 0x418, symBinAddr: 0x1D6EA0, symSize: 0x8 }
+ - { offsetInCU: 0x1A6, offset: 0x1AD409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC5boardAA12SBTimerBoardCvg', symObjAddr: 0x420, symBinAddr: 0x1D6EA8, symSize: 0x8 }
+ - { offsetInCU: 0x1C2, offset: 0x1AD425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvg', symObjAddr: 0x428, symBinAddr: 0x1D6EB0, symSize: 0x30 }
+ - { offsetInCU: 0x1DE, offset: 0x1AD441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvs', symObjAddr: 0x458, symBinAddr: 0x1D6EE0, symSize: 0x3C }
+ - { offsetInCU: 0x1FA, offset: 0x1AD45D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvM', symObjAddr: 0x494, symBinAddr: 0x1D6F1C, symSize: 0x3C }
+ - { offsetInCU: 0x216, offset: 0x1AD479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvM.resume.0', symObjAddr: 0x4D0, symBinAddr: 0x1D6F58, symSize: 0x4 }
+ - { offsetInCU: 0x232, offset: 0x1AD495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivg', symObjAddr: 0x4D4, symBinAddr: 0x1D6F5C, symSize: 0x30 }
+ - { offsetInCU: 0x24E, offset: 0x1AD4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivs', symObjAddr: 0x504, symBinAddr: 0x1D6F8C, symSize: 0x3C }
+ - { offsetInCU: 0x26A, offset: 0x1AD4CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivM', symObjAddr: 0x540, symBinAddr: 0x1D6FC8, symSize: 0x3C }
+ - { offsetInCU: 0x286, offset: 0x1AD4E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6action13backoffPeriod8maxCountACyyAA8SBCErrorCSgcc_SdSitcfc', symObjAddr: 0x57C, symBinAddr: 0x1D7004, symSize: 0xE8 }
+ - { offsetInCU: 0x2D8, offset: 0x1AD53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyF', symObjAddr: 0x674, symBinAddr: 0x1D70EC, symSize: 0x148 }
+ - { offsetInCU: 0x33E, offset: 0x1AD5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyFyAA7SBTimerCcfU_', symObjAddr: 0x7BC, symBinAddr: 0x1D7234, symSize: 0x8C }
+ - { offsetInCU: 0x391, offset: 0x1AD5F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyF', symObjAddr: 0x848, symBinAddr: 0x1D72C0, symSize: 0xCC }
+ - { offsetInCU: 0x3D4, offset: 0x1AD637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyFyAA8SBCErrorCSgcfU_', symObjAddr: 0x950, symBinAddr: 0x1D73C8, symSize: 0x70 }
+ - { offsetInCU: 0x427, offset: 0x1AD68A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC8finishedyyF', symObjAddr: 0x9C0, symBinAddr: 0x1D7438, symSize: 0x4C }
+ - { offsetInCU: 0x456, offset: 0x1AD6B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCfd', symObjAddr: 0xA0C, symBinAddr: 0x1D7484, symSize: 0x24 }
+ - { offsetInCU: 0x491, offset: 0x1AD6F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCfD', symObjAddr: 0xA30, symBinAddr: 0x1D74A8, symSize: 0x2C }
+ - { offsetInCU: 0x4D5, offset: 0x1AD738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvpACTK', symObjAddr: 0x15C, symBinAddr: 0x1D6BE4, symSize: 0x6C }
+ - { offsetInCU: 0x4ED, offset: 0x1AD750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_xq_r0_lyADytIsegnr_ytIegnr_TR', symObjAddr: 0x1C8, symBinAddr: 0x1D6C50, symSize: 0x6C }
+ - { offsetInCU: 0x505, offset: 0x1AD768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvpACTk', symObjAddr: 0x234, symBinAddr: 0x1D6CBC, symSize: 0x88 }
+ - { offsetInCU: 0x51D, offset: 0x1AD780, size: 0x8, addend: 0x0, symName: '_$sxq_r0_ly13SendBirdCalls8SBCErrorCSgytIsegnr_ytIegnr_ADIegg_Iegg_TR', symObjAddr: 0x2BC, symBinAddr: 0x1D6D44, symSize: 0x7C }
+ - { offsetInCU: 0x542, offset: 0x1AD7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_SgWOy', symObjAddr: 0x914, symBinAddr: 0x1D738C, symSize: 0x10 }
+ - { offsetInCU: 0x556, offset: 0x1AD7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyFyAA7SBTimerCcfU_TA', symObjAddr: 0x948, symBinAddr: 0x1D73C0, symSize: 0x8 }
+ - { offsetInCU: 0x56A, offset: 0x1AD7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyFyAA8SBCErrorCSgcfU_TA', symObjAddr: 0xA5C, symBinAddr: 0x1D74D4, symSize: 0x8 }
+ - { offsetInCU: 0x57E, offset: 0x1AD7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCMa', symObjAddr: 0xB28, symBinAddr: 0x1D75A0, symSize: 0x20 }
+ - { offsetInCU: 0x592, offset: 0x1AD7F5, size: 0x8, addend: 0x0, symName: '_$sxq_r0_ly13SendBirdCalls8SBCErrorCSgytIsegnr_ytIegnr_ADIegg_Iegg_TRTA', symObjAddr: 0xBEC, symBinAddr: 0x1D7664, symSize: 0x8 }
+ - { offsetInCU: 0x5B1, offset: 0x1AD814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TRTA', symObjAddr: 0xC18, symBinAddr: 0x1D7690, symSize: 0x24 }
+ - { offsetInCU: 0x5DA, offset: 0x1AD83D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_xq_r0_lyADytIsegnr_ytIegnr_TRTA', symObjAddr: 0xC3C, symBinAddr: 0x1D76B4, symSize: 0x8 }
+ - { offsetInCU: 0x5F9, offset: 0x1AD85C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TRTA', symObjAddr: 0xC44, symBinAddr: 0x1D76BC, symSize: 0x44 }
+ - { offsetInCU: 0x27, offset: 0x1ADAE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6callId8userRole5statsACSS_AA10DirectCallC04UserI0OAA12StatsManagerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1D7714, symSize: 0xB0 }
+ - { offsetInCU: 0x6C, offset: 0x1ADB27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6callId8userRole5statsACSS_AA10DirectCallC04UserI0OAA12StatsManagerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1D7714, symSize: 0xB0 }
+ - { offsetInCU: 0x11B, offset: 0x1ADBD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV7versionSivg', symObjAddr: 0xF0, symBinAddr: 0x1D77C4, symSize: 0x8 }
+ - { offsetInCU: 0x137, offset: 0x1ADBF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xF8, symBinAddr: 0x1D77CC, symSize: 0x8 }
+ - { offsetInCU: 0x153, offset: 0x1ADC0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x100, symBinAddr: 0x1D77D4, symSize: 0x8 }
+ - { offsetInCU: 0x167, offset: 0x1ADC22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV8userRoleAA10DirectCallC04UserG0Ovg', symObjAddr: 0x108, symBinAddr: 0x1D77DC, symSize: 0x8 }
+ - { offsetInCU: 0x183, offset: 0x1ADC3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV5statsAA12StatsManagerCvg', symObjAddr: 0x110, symBinAddr: 0x1D77E4, symSize: 0x8 }
+ - { offsetInCU: 0x1D4, offset: 0x1ADC8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x118, symBinAddr: 0x1D77EC, symSize: 0x5C }
+ - { offsetInCU: 0x22C, offset: 0x1ADCE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x174, symBinAddr: 0x1D7848, symSize: 0x5C }
+ - { offsetInCU: 0x294, offset: 0x1ADD4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1D0, symBinAddr: 0x1D78A4, symSize: 0x8 }
+ - { offsetInCU: 0x2BB, offset: 0x1ADD76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1D8, symBinAddr: 0x1D78AC, symSize: 0xC }
+ - { offsetInCU: 0x2E2, offset: 0x1ADD9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1E4, symBinAddr: 0x1D78B8, symSize: 0x20 }
+ - { offsetInCU: 0x31B, offset: 0x1ADDD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x204, symBinAddr: 0x1D78D8, symSize: 0x20 }
+ - { offsetInCU: 0x349, offset: 0x1ADE04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x204, symBinAddr: 0x1D78D8, symSize: 0x20 }
+ - { offsetInCU: 0x374, offset: 0x1ADE2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x3A8, symBinAddr: 0x1D7A7C, symSize: 0x64 }
+ - { offsetInCU: 0x3DA, offset: 0x1ADE95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x40C, symBinAddr: 0x1D7AE0, symSize: 0x28 }
+ - { offsetInCU: 0x3EE, offset: 0x1ADEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x434, symBinAddr: 0x1D7B08, symSize: 0x8 }
+ - { offsetInCU: 0x424, offset: 0x1ADEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x43C, symBinAddr: 0x1D7B10, symSize: 0x68 }
+ - { offsetInCU: 0x4A9, offset: 0x1ADF64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4A4, symBinAddr: 0x1D7B78, symSize: 0xC }
+ - { offsetInCU: 0x4C5, offset: 0x1ADF80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x1D7B84, symSize: 0xC }
+ - { offsetInCU: 0x4E2, offset: 0x1ADF9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x50C, symBinAddr: 0x1D7BE0, symSize: 0x1C }
+ - { offsetInCU: 0x4F6, offset: 0x1ADFB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x528, symBinAddr: 0x1D7BFC, symSize: 0x8 }
+ - { offsetInCU: 0x521, offset: 0x1ADFDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x530, symBinAddr: 0x1D7C04, symSize: 0x8 }
+ - { offsetInCU: 0x569, offset: 0x1AE024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x538, symBinAddr: 0x1D7C0C, symSize: 0x1C }
+ - { offsetInCU: 0x5A1, offset: 0x1AE05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x554, symBinAddr: 0x1D7C28, symSize: 0x1D4 }
+ - { offsetInCU: 0x61C, offset: 0x1AE0D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x728, symBinAddr: 0x1D7DFC, symSize: 0x4 }
+ - { offsetInCU: 0x630, offset: 0x1AE0EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x72C, symBinAddr: 0x1D7E00, symSize: 0x44 }
+ - { offsetInCU: 0x644, offset: 0x1AE0FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x770, symBinAddr: 0x1D7E44, symSize: 0x4 }
+ - { offsetInCU: 0x658, offset: 0x1AE113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x774, symBinAddr: 0x1D7E48, symSize: 0x44 }
+ - { offsetInCU: 0x66C, offset: 0x1AE127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7B8, symBinAddr: 0x1D7E8C, symSize: 0x4 }
+ - { offsetInCU: 0x680, offset: 0x1AE13B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x7BC, symBinAddr: 0x1D7E90, symSize: 0x44 }
+ - { offsetInCU: 0x694, offset: 0x1AE14F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA14APIRequestableAAWI', symObjAddr: 0x800, symBinAddr: 0x1D7ED4, symSize: 0x24 }
+ - { offsetInCU: 0x6A8, offset: 0x1AE163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x868, symBinAddr: 0x1D7EF8, symSize: 0x24 }
+ - { offsetInCU: 0x6BC, offset: 0x1AE177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA11RequestableAAWI', symObjAddr: 0x8D0, symBinAddr: 0x1D7F1C, symSize: 0x2C }
+ - { offsetInCU: 0x6D0, offset: 0x1AE18B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA0E0AAWl', symObjAddr: 0x8FC, symBinAddr: 0x1D7F48, symSize: 0x44 }
+ - { offsetInCU: 0x6E4, offset: 0x1AE19F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x940, symBinAddr: 0x1D7F8C, symSize: 0x44 }
+ - { offsetInCU: 0x6F8, offset: 0x1AE1B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x984, symBinAddr: 0x1D7FD0, symSize: 0x4 }
+ - { offsetInCU: 0x70C, offset: 0x1AE1C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0AAWI', symObjAddr: 0x9CC, symBinAddr: 0x1D7FD4, symSize: 0x24 }
+ - { offsetInCU: 0x720, offset: 0x1AE1DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVACSEAAWl', symObjAddr: 0x9F0, symBinAddr: 0x1D7FF8, symSize: 0x44 }
+ - { offsetInCU: 0x734, offset: 0x1AE1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA34, symBinAddr: 0x1D803C, symSize: 0x24 }
+ - { offsetInCU: 0x748, offset: 0x1AE203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwCP', symObjAddr: 0xA58, symBinAddr: 0x1D8060, symSize: 0x30 }
+ - { offsetInCU: 0x75C, offset: 0x1AE217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwxx', symObjAddr: 0xA88, symBinAddr: 0x1D8090, symSize: 0x28 }
+ - { offsetInCU: 0x770, offset: 0x1AE22B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwcp', symObjAddr: 0xAB0, symBinAddr: 0x1D80B8, symSize: 0x4C }
+ - { offsetInCU: 0x784, offset: 0x1AE23F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwca', symObjAddr: 0xAFC, symBinAddr: 0x1D8104, symSize: 0x74 }
+ - { offsetInCU: 0x798, offset: 0x1AE253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwta', symObjAddr: 0xB84, symBinAddr: 0x1D8178, symSize: 0x54 }
+ - { offsetInCU: 0x7AC, offset: 0x1AE267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwet', symObjAddr: 0xBD8, symBinAddr: 0x1D81CC, symSize: 0x48 }
+ - { offsetInCU: 0x7C0, offset: 0x1AE27B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwst', symObjAddr: 0xC20, symBinAddr: 0x1D8214, symSize: 0x48 }
+ - { offsetInCU: 0x7D4, offset: 0x1AE28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVMa', symObjAddr: 0xC68, symBinAddr: 0x1D825C, symSize: 0x10 }
+ - { offsetInCU: 0x7E8, offset: 0x1AE2A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwet', symObjAddr: 0xC88, symBinAddr: 0x1D826C, symSize: 0x90 }
+ - { offsetInCU: 0x7FC, offset: 0x1AE2B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwst', symObjAddr: 0xD18, symBinAddr: 0x1D82FC, symSize: 0xBC }
+ - { offsetInCU: 0x810, offset: 0x1AE2CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwug', symObjAddr: 0xDD4, symBinAddr: 0x1D83B8, symSize: 0x8 }
+ - { offsetInCU: 0x824, offset: 0x1AE2DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwup', symObjAddr: 0xDDC, symBinAddr: 0x1D83C0, symSize: 0x4 }
+ - { offsetInCU: 0x838, offset: 0x1AE2F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwui', symObjAddr: 0xDE0, symBinAddr: 0x1D83C4, symSize: 0x8 }
+ - { offsetInCU: 0x84C, offset: 0x1AE307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOMa', symObjAddr: 0xDE8, symBinAddr: 0x1D83CC, symSize: 0x10 }
+ - { offsetInCU: 0x860, offset: 0x1AE31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xDF8, symBinAddr: 0x1D83DC, symSize: 0x44 }
+ - { offsetInCU: 0x874, offset: 0x1AE32F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCACSEAAWl', symObjAddr: 0xE60, symBinAddr: 0x1D8420, symSize: 0x48 }
+ - { offsetInCU: 0x8D8, offset: 0x1AE393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x224, symBinAddr: 0x1D78F8, symSize: 0x88 }
+ - { offsetInCU: 0x987, offset: 0x1AE442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2AC, symBinAddr: 0x1D7980, symSize: 0x60 }
+ - { offsetInCU: 0xA05, offset: 0x1AE4C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x30C, symBinAddr: 0x1D79E0, symSize: 0x40 }
+ - { offsetInCU: 0xA57, offset: 0x1AE512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x34C, symBinAddr: 0x1D7A20, symSize: 0x5C }
+ - { offsetInCU: 0xAB3, offset: 0x1AE56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4BC, symBinAddr: 0x1D7B90, symSize: 0x28 }
+ - { offsetInCU: 0xACF, offset: 0x1AE58A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4E4, symBinAddr: 0x1D7BB8, symSize: 0x28 }
+ - { offsetInCU: 0x4F, offset: 0x1AE7D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvpZ', symObjAddr: 0x1B7C0, symBinAddr: 0x2C8EC8, symSize: 0x0 }
+ - { offsetInCU: 0xF6, offset: 0x1AE879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvpZ', symObjAddr: 0x1B7C8, symBinAddr: 0x2C8ED0, symSize: 0x0 }
+ - { offsetInCU: 0x110, offset: 0x1AE893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvg', symObjAddr: 0x510, symBinAddr: 0x1D8998, symSize: 0x1C }
+ - { offsetInCU: 0x12C, offset: 0x1AE8AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvs', symObjAddr: 0x52C, symBinAddr: 0x1D89B4, symSize: 0x2C }
+ - { offsetInCU: 0x148, offset: 0x1AE8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvM', symObjAddr: 0x558, symBinAddr: 0x1D89E0, symSize: 0x10 }
+ - { offsetInCU: 0x164, offset: 0x1AE8E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvM.resume.0', symObjAddr: 0x568, symBinAddr: 0x1D89F0, symSize: 0x4 }
+ - { offsetInCU: 0x180, offset: 0x1AE903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvg', symObjAddr: 0x56C, symBinAddr: 0x1D89F4, symSize: 0x8 }
+ - { offsetInCU: 0x19C, offset: 0x1AE91F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvs', symObjAddr: 0x574, symBinAddr: 0x1D89FC, symSize: 0x28 }
+ - { offsetInCU: 0x1B8, offset: 0x1AE93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvM', symObjAddr: 0x59C, symBinAddr: 0x1D8A24, symSize: 0x10 }
+ - { offsetInCU: 0x1D4, offset: 0x1AE957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvM.resume.0', symObjAddr: 0x5AC, symBinAddr: 0x1D8A34, symSize: 0x4 }
+ - { offsetInCU: 0x1F0, offset: 0x1AE973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvgZ', symObjAddr: 0x5F8, symBinAddr: 0x1D8A80, symSize: 0x6C }
+ - { offsetInCU: 0x219, offset: 0x1AE99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvsZ', symObjAddr: 0x664, symBinAddr: 0x1D8AEC, symSize: 0x74 }
+ - { offsetInCU: 0x242, offset: 0x1AE9C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvMZ', symObjAddr: 0x6D8, symBinAddr: 0x1D8B60, symSize: 0x6C }
+ - { offsetInCU: 0x26B, offset: 0x1AE9EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvMZ.resume.0', symObjAddr: 0x744, symBinAddr: 0x1D8BCC, symSize: 0x4 }
+ - { offsetInCU: 0x287, offset: 0x1AEA0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfC', symObjAddr: 0x748, symBinAddr: 0x1D8BD0, symSize: 0x1E8 }
+ - { offsetInCU: 0x3B9, offset: 0x1AEB3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3apiACvpZ', symObjAddr: 0x1B7F8, symBinAddr: 0x2C8F00, symSize: 0x0 }
+ - { offsetInCU: 0x3D3, offset: 0x1AEB56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socketACvpZ', symObjAddr: 0x1B828, symBinAddr: 0x2C8F30, symSize: 0x0 }
+ - { offsetInCU: 0x3ED, offset: 0x1AEB70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCallACvpZ', symObjAddr: 0x1B858, symBinAddr: 0x2C8F60, symSize: 0x0 }
+ - { offsetInCU: 0x407, offset: 0x1AEB8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4roomACvpZ', symObjAddr: 0x1B888, symBinAddr: 0x2C8F90, symSize: 0x0 }
+ - { offsetInCU: 0x421, offset: 0x1AEBA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpointACvpZ', symObjAddr: 0x1B8B8, symBinAddr: 0x2C8FC0, symSize: 0x0 }
+ - { offsetInCU: 0x43B, offset: 0x1AEBBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtcACvpZ', symObjAddr: 0x1B8E8, symBinAddr: 0x2C8FF0, symSize: 0x0 }
+ - { offsetInCU: 0x455, offset: 0x1AEBD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statisticACvpZ', symObjAddr: 0x1B918, symBinAddr: 0x2C9020, symSize: 0x0 }
+ - { offsetInCU: 0x46F, offset: 0x1AEBF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequenceACvpZ', symObjAddr: 0x1B948, symBinAddr: 0x2C9050, symSize: 0x0 }
+ - { offsetInCU: 0x489, offset: 0x1AEC0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManagerACvpZ', symObjAddr: 0x1B978, symBinAddr: 0x2C9080, symSize: 0x0 }
+ - { offsetInCU: 0x4A3, offset: 0x1AEC26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManagerACvpZ', symObjAddr: 0x1B9A8, symBinAddr: 0x2C90B0, symSize: 0x0 }
+ - { offsetInCU: 0x4BD, offset: 0x1AEC40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManagerACvpZ', symObjAddr: 0x1B9D8, symBinAddr: 0x2C90E0, symSize: 0x0 }
+ - { offsetInCU: 0x4D7, offset: 0x1AEC5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5videoACvpZ', symObjAddr: 0x1BA08, symBinAddr: 0x2C9110, symSize: 0x0 }
+ - { offsetInCU: 0x4F1, offset: 0x1AEC74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKitACvpZ', symObjAddr: 0x1BA38, symBinAddr: 0x2C9140, symSize: 0x0 }
+ - { offsetInCU: 0x50B, offset: 0x1AEC8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePushACvpZ', symObjAddr: 0x1BA68, symBinAddr: 0x2C9170, symSize: 0x0 }
+ - { offsetInCU: 0x525, offset: 0x1AECA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4mainACvpZ', symObjAddr: 0x1BA98, symBinAddr: 0x2C91A0, symSize: 0x0 }
+ - { offsetInCU: 0x53F, offset: 0x1AECC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recordingACvpZ', symObjAddr: 0x1BAC8, symBinAddr: 0x2C91D0, symSize: 0x0 }
+ - { offsetInCU: 0x559, offset: 0x1AECDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvpZ', symObjAddr: 0x1BAF8, symBinAddr: 0x2C9200, symSize: 0x0 }
+ - { offsetInCU: 0x573, offset: 0x1AECF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9observers33_6B0965D4B2F8E3F23E7360484D0D083ALLSayAC12ObserverInfoCGvpZ', symObjAddr: 0x4CF0, symBinAddr: 0x2C7630, symSize: 0x0 }
+ - { offsetInCU: 0x5C9, offset: 0x1AED4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvau', symObjAddr: 0x0, symBinAddr: 0x1D8488, symSize: 0x40 }
+ - { offsetInCU: 0x5DD, offset: 0x1AED60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCallACvau', symObjAddr: 0x48, symBinAddr: 0x1D84D0, symSize: 0x40 }
+ - { offsetInCU: 0x5FB, offset: 0x1AED7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvau', symObjAddr: 0x88, symBinAddr: 0x1D8510, symSize: 0x40 }
+ - { offsetInCU: 0x60F, offset: 0x1AED92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManagerACvau', symObjAddr: 0xD0, symBinAddr: 0x1D8558, symSize: 0x40 }
+ - { offsetInCU: 0x62D, offset: 0x1AEDB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtcACvau', symObjAddr: 0x118, symBinAddr: 0x1D85A0, symSize: 0x40 }
+ - { offsetInCU: 0x64B, offset: 0x1AEDCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequenceACvau', symObjAddr: 0x160, symBinAddr: 0x1D85E8, symSize: 0x40 }
+ - { offsetInCU: 0x669, offset: 0x1AEDEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV03setD5LevelyyAA9SBCLoggerC0F0OFZ', symObjAddr: 0x1A0, symBinAddr: 0x1D8628, symSize: 0x4 }
+ - { offsetInCU: 0x6B2, offset: 0x1AEE35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socketACvau', symObjAddr: 0x1A4, symBinAddr: 0x1D862C, symSize: 0x40 }
+ - { offsetInCU: 0x6D0, offset: 0x1AEE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4send5level8category3tag_yAC5LevelO_AC10CategoriesVSgAC3TagOSgAA9LogSymbol_pdtF', symObjAddr: 0x1E4, symBinAddr: 0x1D866C, symSize: 0x8 }
+ - { offsetInCU: 0x73A, offset: 0x1AEEBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5videoACvau', symObjAddr: 0x1EC, symBinAddr: 0x1D8674, symSize: 0x40 }
+ - { offsetInCU: 0x758, offset: 0x1AEEDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4roomACvau', symObjAddr: 0x260, symBinAddr: 0x1D86E8, symSize: 0x40 }
+ - { offsetInCU: 0x776, offset: 0x1AEEF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZ', symObjAddr: 0x2A0, symBinAddr: 0x1D8728, symSize: 0x30 }
+ - { offsetInCU: 0x792, offset: 0x1AEF15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4mainACvau', symObjAddr: 0x2D0, symBinAddr: 0x1D8758, symSize: 0x40 }
+ - { offsetInCU: 0x7B0, offset: 0x1AEF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKitACvau', symObjAddr: 0x310, symBinAddr: 0x1D8798, symSize: 0x40 }
+ - { offsetInCU: 0x7CE, offset: 0x1AEF51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePushACvau', symObjAddr: 0x350, symBinAddr: 0x1D87D8, symSize: 0x40 }
+ - { offsetInCU: 0x7EC, offset: 0x1AEF6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManagerACvau', symObjAddr: 0x390, symBinAddr: 0x1D8818, symSize: 0x40 }
+ - { offsetInCU: 0x80A, offset: 0x1AEF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpointACvau', symObjAddr: 0x3D0, symBinAddr: 0x1D8858, symSize: 0x40 }
+ - { offsetInCU: 0x828, offset: 0x1AEFAB, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE13removePrivateyyF', symObjAddr: 0x410, symBinAddr: 0x1D8898, symSize: 0x40 }
+ - { offsetInCU: 0x857, offset: 0x1AEFDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3apiACvau', symObjAddr: 0x450, symBinAddr: 0x1D88D8, symSize: 0x40 }
+ - { offsetInCU: 0x875, offset: 0x1AEFF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0Cvau', symObjAddr: 0x490, symBinAddr: 0x1D8918, symSize: 0x40 }
+ - { offsetInCU: 0x889, offset: 0x1AF00C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recordingACvau', symObjAddr: 0x4D0, symBinAddr: 0x1D8958, symSize: 0x40 }
+ - { offsetInCU: 0x8A7, offset: 0x1AF02A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollector_WZ', symObjAddr: 0x5B0, symBinAddr: 0x1D8A38, symSize: 0x48 }
+ - { offsetInCU: 0x95D, offset: 0x1AF0E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6common_WZ', symObjAddr: 0x930, symBinAddr: 0x1D8DB8, symSize: 0x48 }
+ - { offsetInCU: 0x99E, offset: 0x1AF121, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvMZ', symObjAddr: 0x9B8, symBinAddr: 0x1D8E40, symSize: 0x6C }
+ - { offsetInCU: 0x9C7, offset: 0x1AF14A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3api_WZ', symObjAddr: 0xA24, symBinAddr: 0x1D8EAC, symSize: 0x48 }
+ - { offsetInCU: 0x9F7, offset: 0x1AF17A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socket_WZ', symObjAddr: 0xA88, symBinAddr: 0x1D8F10, symSize: 0x48 }
+ - { offsetInCU: 0xA27, offset: 0x1AF1AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCall_WZ', symObjAddr: 0xAEC, symBinAddr: 0x1D8F74, symSize: 0x48 }
+ - { offsetInCU: 0xA57, offset: 0x1AF1DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4room_WZ', symObjAddr: 0xB50, symBinAddr: 0x1D8FD8, symSize: 0x48 }
+ - { offsetInCU: 0xA87, offset: 0x1AF20A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpoint_WZ', symObjAddr: 0xBB4, symBinAddr: 0x1D903C, symSize: 0x48 }
+ - { offsetInCU: 0xAB7, offset: 0x1AF23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtc_WZ', symObjAddr: 0xC18, symBinAddr: 0x1D90A0, symSize: 0x48 }
+ - { offsetInCU: 0xAE7, offset: 0x1AF26A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statistic_WZ', symObjAddr: 0xC7C, symBinAddr: 0x1D9104, symSize: 0x48 }
+ - { offsetInCU: 0xB17, offset: 0x1AF29A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statisticACvau', symObjAddr: 0xCC4, symBinAddr: 0x1D914C, symSize: 0x40 }
+ - { offsetInCU: 0xB35, offset: 0x1AF2B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequence_WZ', symObjAddr: 0xD20, symBinAddr: 0x1D91A8, symSize: 0x48 }
+ - { offsetInCU: 0xB65, offset: 0x1AF2E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManager_WZ', symObjAddr: 0xD84, symBinAddr: 0x1D920C, symSize: 0x48 }
+ - { offsetInCU: 0xB95, offset: 0x1AF318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManager_WZ', symObjAddr: 0xDE8, symBinAddr: 0x1D9270, symSize: 0x48 }
+ - { offsetInCU: 0xBC5, offset: 0x1AF348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManagerACvau', symObjAddr: 0xE30, symBinAddr: 0x1D92B8, symSize: 0x40 }
+ - { offsetInCU: 0xBE3, offset: 0x1AF366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManager_WZ', symObjAddr: 0xE8C, symBinAddr: 0x1D9314, symSize: 0x48 }
+ - { offsetInCU: 0xC13, offset: 0x1AF396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5video_WZ', symObjAddr: 0xEF0, symBinAddr: 0x1D9378, symSize: 0x48 }
+ - { offsetInCU: 0xC43, offset: 0x1AF3C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKit_WZ', symObjAddr: 0xF54, symBinAddr: 0x1D93DC, symSize: 0x48 }
+ - { offsetInCU: 0xC73, offset: 0x1AF3F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePush_WZ', symObjAddr: 0xFB8, symBinAddr: 0x1D9440, symSize: 0x48 }
+ - { offsetInCU: 0xCA3, offset: 0x1AF426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4main_WZ', symObjAddr: 0x101C, symBinAddr: 0x1D94A4, symSize: 0x48 }
+ - { offsetInCU: 0xCD3, offset: 0x1AF456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recording_WZ', symObjAddr: 0x1080, symBinAddr: 0x1D9508, symSize: 0x48 }
+ - { offsetInCU: 0xD03, offset: 0x1AF486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8external_WZ', symObjAddr: 0x1124, symBinAddr: 0x1D95AC, symSize: 0x48 }
+ - { offsetInCU: 0xD2E, offset: 0x1AF4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvMZ', symObjAddr: 0x1298, symBinAddr: 0x1D9720, symSize: 0x6C }
+ - { offsetInCU: 0xD57, offset: 0x1AF4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6filteryA2C10CategoriesVFZ', symObjAddr: 0x1304, symBinAddr: 0x1D978C, symSize: 0x3C }
+ - { offsetInCU: 0xE8A, offset: 0x1AF60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3log33_6B0965D4B2F8E3F23E7360484D0D083ALLyyAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA9LogSymbol_pGtF', symObjAddr: 0x1340, symBinAddr: 0x1D97C8, symSize: 0x640 }
+ - { offsetInCU: 0x196F, offset: 0x1B00F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9createLog33_6B0965D4B2F8E3F23E7360484D0D083ALL____9isMasking012shouldAlwaysF0SSSgAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA0F6Symbol_pGS2btF', symObjAddr: 0x1980, symBinAddr: 0x1D9E08, symSize: 0x4FC }
+ - { offsetInCU: 0x1D1F, offset: 0x1B04A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9createLog33_6B0965D4B2F8E3F23E7360484D0D083ALL____9isMasking012shouldAlwaysF0SSSgAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA0F6Symbol_pGS2btFyAaQ_pXEfU_', symObjAddr: 0x1E7C, symBinAddr: 0x1DA304, symSize: 0x678 }
+ - { offsetInCU: 0x1F45, offset: 0x1B06C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9observers33_6B0965D4B2F8E3F23E7360484D0D083ALL_WZ', symObjAddr: 0x24F4, symBinAddr: 0x1DA97C, symSize: 0x14 }
+ - { offsetInCU: 0x1FB3, offset: 0x1B0736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZ', symObjAddr: 0x2508, symBinAddr: 0x1DA990, symSize: 0x108 }
+ - { offsetInCU: 0x20E4, offset: 0x1B0867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_', symObjAddr: 0x2610, symBinAddr: 0x1DAA98, symSize: 0xEC }
+ - { offsetInCU: 0x216F, offset: 0x1B08F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV13setCategoriesyyAC0F0VFZ', symObjAddr: 0x26FC, symBinAddr: 0x1DAB84, symSize: 0x16C }
+ - { offsetInCU: 0x2327, offset: 0x1B0AAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6updateyAcA9LogSymbol_pd_tF', symObjAddr: 0x2868, symBinAddr: 0x1DACF0, symSize: 0x12C }
+ - { offsetInCU: 0x2450, offset: 0x1B0BD3, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE12maskingItemsSaySSGvgZ', symObjAddr: 0x2994, symBinAddr: 0x1DAE1C, symSize: 0x4 }
+ - { offsetInCU: 0x253A, offset: 0x1B0CBD, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7maskingyySSF', symObjAddr: 0x2998, symBinAddr: 0x1DAE20, symSize: 0x8D8 }
+ - { offsetInCU: 0x2E11, offset: 0x1B1594, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE15removingPrivateSSyF', symObjAddr: 0x3270, symBinAddr: 0x1DB6F8, symSize: 0xB0 }
+ - { offsetInCU: 0x2FAC, offset: 0x1B172F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV5LevelO_Tg5', symObjAddr: 0x3404, symBinAddr: 0x1DB88C, symSize: 0x90 }
+ - { offsetInCU: 0x3029, offset: 0x1B17AC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV10CategoriesV_Tg5', symObjAddr: 0x3494, symBinAddr: 0x1DB91C, symSize: 0x94 }
+ - { offsetInCU: 0x30A6, offset: 0x1B1829, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV3TagO_Tg5', symObjAddr: 0x3528, symBinAddr: 0x1DB9B0, symSize: 0xE4 }
+ - { offsetInCU: 0x3123, offset: 0x1B18A6, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_n', symObjAddr: 0x368C, symBinAddr: 0x1DBB14, symSize: 0xBC }
+ - { offsetInCU: 0x321A, offset: 0x1B199D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZTf4en_n', symObjAddr: 0x3748, symBinAddr: 0x1DBBD0, symSize: 0x1B0 }
+ - { offsetInCU: 0x3453, offset: 0x1B1BD6, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls9LogSymbol_pTg5Tf4enn_nAE6LoggerV10CategoriesV_Tg5', symObjAddr: 0x38F8, symBinAddr: 0x1DBD80, symSize: 0x130 }
+ - { offsetInCU: 0x34D1, offset: 0x1B1C54, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls9LogSymbol_pTg5Tf4enn_n', symObjAddr: 0x3B68, symBinAddr: 0x1DBFF0, symSize: 0x158 }
+ - { offsetInCU: 0x357B, offset: 0x1B1CFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV03setD5LevelyyAA9SBCLoggerC0F0OFZTf4nd_n', symObjAddr: 0x3CC0, symBinAddr: 0x1DC148, symSize: 0x19C }
+ - { offsetInCU: 0x3729, offset: 0x1B1EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15LogDescriptable_pWOb', symObjAddr: 0x3E7C, symBinAddr: 0x1DC2E4, symSize: 0x18 }
+ - { offsetInCU: 0x3744, offset: 0x1B1EC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOf', symObjAddr: 0x3F08, symBinAddr: 0x1DC2FC, symSize: 0x34 }
+ - { offsetInCU: 0x3780, offset: 0x1B1F03, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE12maskingItemsSaySSGvgZTf4d_n', symObjAddr: 0x3F68, symBinAddr: 0x1DC330, symSize: 0x1CC }
+ - { offsetInCU: 0x37F3, offset: 0x1B1F76, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg504$s13ef6Calls6h23V6remove8observeryAA0D8i13_p_tFZSbAC0G4J6CXEfU_AH0hI0_pTf1cn_nTf4ng_n', symObjAddr: 0x4134, symBinAddr: 0x1DC4FC, symSize: 0x1F0 }
+ - { offsetInCU: 0x39F6, offset: 0x1B2179, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg504$s13hi6Calls6k23V6remove8observeryAA0D8l13_p_tFZSbAC0G4M6CXEfU_AG0kL0_pTf1cn_nTf4ng_n', symObjAddr: 0x4324, symBinAddr: 0x1DC6EC, symSize: 0x3E8 }
+ - { offsetInCU: 0x3D11, offset: 0x1B2494, size: 0x8, addend: 0x0, symName: '_$sSo20NSTextCheckingResultCMa', symObjAddr: 0x4774, symBinAddr: 0x1DCB18, symSize: 0x3C }
+ - { offsetInCU: 0x3D25, offset: 0x1B24A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwCP', symObjAddr: 0x47B0, symBinAddr: 0x1DCB54, symSize: 0x30 }
+ - { offsetInCU: 0x3D39, offset: 0x1B24BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwxx', symObjAddr: 0x47E0, symBinAddr: 0x1DCB84, symSize: 0x24 }
+ - { offsetInCU: 0x3D4D, offset: 0x1B24D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwcp', symObjAddr: 0x4804, symBinAddr: 0x1DCBA8, symSize: 0x44 }
+ - { offsetInCU: 0x3D61, offset: 0x1B24E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwca', symObjAddr: 0x4848, symBinAddr: 0x1DCBEC, symSize: 0x40 }
+ - { offsetInCU: 0x3D75, offset: 0x1B24F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwta', symObjAddr: 0x4A04, symBinAddr: 0x1DCC2C, symSize: 0x40 }
+ - { offsetInCU: 0x3D89, offset: 0x1B250C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwet', symObjAddr: 0x4A44, symBinAddr: 0x1DCC6C, symSize: 0x48 }
+ - { offsetInCU: 0x3D9D, offset: 0x1B2520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwst', symObjAddr: 0x4A8C, symBinAddr: 0x1DCCB4, symSize: 0x4C }
+ - { offsetInCU: 0x3DB1, offset: 0x1B2534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVMa', symObjAddr: 0x4AD8, symBinAddr: 0x1DCD00, symSize: 0x10 }
+ - { offsetInCU: 0x3DC5, offset: 0x1B2548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_TA', symObjAddr: 0x4B64, symBinAddr: 0x1DCD10, symSize: 0x1C }
+ - { offsetInCU: 0x411A, offset: 0x1B289D, size: 0x8, addend: 0x0, symName: '_$sSo19NSRegularExpressionC7pattern7optionsABSS_So0aB7OptionsVtKcfcTO', symObjAddr: 0x3320, symBinAddr: 0x1DB7A8, symSize: 0xE4 }
+ - { offsetInCU: 0x4F, offset: 0x1B2B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCACycfC', symObjAddr: 0x0, symBinAddr: 0x1DCD60, symSize: 0x34 }
+ - { offsetInCU: 0x6D, offset: 0x1B2B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvg', symObjAddr: 0x34, symBinAddr: 0x1DCD94, symSize: 0x44 }
+ - { offsetInCU: 0x89, offset: 0x1B2B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvs', symObjAddr: 0x78, symBinAddr: 0x1DCDD8, symSize: 0x60 }
+ - { offsetInCU: 0xA5, offset: 0x1B2BAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0xD8, symBinAddr: 0x1DCE38, symSize: 0x6C }
+ - { offsetInCU: 0xC1, offset: 0x1B2BCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvM.resume.0', symObjAddr: 0x144, symBinAddr: 0x1DCEA4, symSize: 0x70 }
+ - { offsetInCU: 0xDD, offset: 0x1B2BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4list33_14C85D4849D2DDEFCB46F0C3E89450F5LLSDySSShyAA0D0CGGvM', symObjAddr: 0x1B4, symBinAddr: 0x1DCF14, symSize: 0x3C }
+ - { offsetInCU: 0xF9, offset: 0x1B2C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4list33_14C85D4849D2DDEFCB46F0C3E89450F5LLSDySSShyAA0D0CGGvM.resume.0', symObjAddr: 0x1F0, symBinAddr: 0x1DCF50, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1B2C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC5queueSo012OS_dispatch_F0Cvg', symObjAddr: 0x1F4, symBinAddr: 0x1DCF54, symSize: 0x8 }
+ - { offsetInCU: 0x131, offset: 0x1B2C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC6bypass7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtF', symObjAddr: 0x1FC, symBinAddr: 0x1DCF5C, symSize: 0x3E0 }
+ - { offsetInCU: 0x434, offset: 0x1B2F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtF', symObjAddr: 0xBE8, symBinAddr: 0x1DD948, symSize: 0x230 }
+ - { offsetInCU: 0x4AC, offset: 0x1B2FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_', symObjAddr: 0xE18, symBinAddr: 0x1DDB78, symSize: 0x4D4 }
+ - { offsetInCU: 0x82D, offset: 0x1B3336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCfd', symObjAddr: 0x1344, symBinAddr: 0x1DE0A4, symSize: 0x34 }
+ - { offsetInCU: 0x868, offset: 0x1B3371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCfD', symObjAddr: 0x1378, symBinAddr: 0x1DE0D8, symSize: 0x3C }
+ - { offsetInCU: 0x8AB, offset: 0x1B33B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCACycfc', symObjAddr: 0x13B4, symBinAddr: 0x1DE114, symSize: 0x1AC }
+ - { offsetInCU: 0xAD3, offset: 0x1B35DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC7resolve33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withyAA0D0C_tF', symObjAddr: 0x5DC, symBinAddr: 0x1DD33C, symSize: 0x1A0 }
+ - { offsetInCU: 0xC6E, offset: 0x1B3777, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC7execute33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withySS_tF', symObjAddr: 0x77C, symBinAddr: 0x1DD4DC, symSize: 0x46C }
+ - { offsetInCU: 0x104C, offset: 0x1B3B55, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls8SequenceCGIgo_ADIegr_TR04$s13ab7Calls15D95ManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_ShyAIGyXEfu_Tf3npf_n', symObjAddr: 0x12EC, symBinAddr: 0x1DE04C, symSize: 0x58 }
+ - { offsetInCU: 0x110B, offset: 0x1B3C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC9sequences33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withSayAA0D0CGSS_tF', symObjAddr: 0x16F8, symBinAddr: 0x1DE364, symSize: 0x1FC }
+ - { offsetInCU: 0x1317, offset: 0x1B3E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL8sequenceyAA0D0C_tFyAH6ResultOcfU_', symObjAddr: 0x18F4, symBinAddr: 0x1DE560, symSize: 0x9C }
+ - { offsetInCU: 0x13EE, offset: 0x1B3EF7, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls8SequenceCG_Tg508$sSTsSL7c38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls8I14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x1990, symBinAddr: 0x1DE5FC, symSize: 0x68 }
+ - { offsetInCU: 0x14EA, offset: 0x1B3FF3, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x19F8, symBinAddr: 0x1DE664, symSize: 0x100 }
+ - { offsetInCU: 0x174D, offset: 0x1B4256, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1nnncn_n', symObjAddr: 0x1AF8, symBinAddr: 0x1DE764, symSize: 0x304 }
+ - { offsetInCU: 0x1B6D, offset: 0x1B4676, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls8SequenceCG_Tg508$sSTsSL7h38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ij6Calls8L14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x1DFC, symBinAddr: 0x1DEA68, symSize: 0xC4 }
+ - { offsetInCU: 0x1D63, offset: 0x1B486C, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls8I14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x1EC0, symBinAddr: 0x1DEB2C, symSize: 0x290 }
+ - { offsetInCU: 0x1F50, offset: 0x1B4A59, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x2150, symBinAddr: 0x1DEDBC, symSize: 0x150 }
+ - { offsetInCU: 0x20B6, offset: 0x1B4BBF, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13gh6Calls8J14CG_TG5Tf4nnd_nTf1nnnnc_n', symObjAddr: 0x22A0, symBinAddr: 0x1DEF0C, symSize: 0x250 }
+ - { offsetInCU: 0x214B, offset: 0x1B4C54, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x24F0, symBinAddr: 0x1DF15C, symSize: 0x8C }
+ - { offsetInCU: 0x2178, offset: 0x1B4C81, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x257C, symBinAddr: 0x1DF1E8, symSize: 0x50 }
+ - { offsetInCU: 0x21B0, offset: 0x1B4CB9, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x25CC, symBinAddr: 0x1DF238, symSize: 0x94 }
+ - { offsetInCU: 0x21F1, offset: 0x1B4CFA, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x2660, symBinAddr: 0x1DF2CC, symSize: 0x3C }
+ - { offsetInCU: 0x2209, offset: 0x1B4D12, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x269C, symBinAddr: 0x1DF308, symSize: 0x20 }
+ - { offsetInCU: 0x2221, offset: 0x1B4D2A, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x26BC, symBinAddr: 0x1DF328, symSize: 0x10 }
+ - { offsetInCU: 0x226F, offset: 0x1B4D78, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciM6$deferL_yySHRzr0_lFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x26CC, symBinAddr: 0x1DF338, symSize: 0x9C }
+ - { offsetInCU: 0x22D8, offset: 0x1B4DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFTf4enn_n', symObjAddr: 0x2768, symBinAddr: 0x1DF3D4, symSize: 0xB4 }
+ - { offsetInCU: 0x2335, offset: 0x1B4E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_TA', symObjAddr: 0x28B4, symBinAddr: 0x1DF4E8, symSize: 0x10 }
+ - { offsetInCU: 0x2349, offset: 0x1B4E52, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x28C4, symBinAddr: 0x1DF4F8, symSize: 0x10 }
+ - { offsetInCU: 0x235D, offset: 0x1B4E66, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x28D4, symBinAddr: 0x1DF508, symSize: 0x8 }
+ - { offsetInCU: 0x2371, offset: 0x1B4E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23SequenceManagerDelegate_pSgXwWOh', symObjAddr: 0x2930, symBinAddr: 0x1DF510, symSize: 0x24 }
+ - { offsetInCU: 0x2385, offset: 0x1B4E8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCMa', symObjAddr: 0x2A80, symBinAddr: 0x1DF624, symSize: 0x20 }
+ - { offsetInCU: 0x251D, offset: 0x1B5026, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfC13SendBirdCalls7SummaryC_Tg5Tf4gd_n', symObjAddr: 0x2AF8, symBinAddr: 0x1DF69C, symSize: 0x39C }
+ - { offsetInCU: 0x2751, offset: 0x1B525A, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfC13SendBirdCalls8SequenceC_Tg5Tf4gd_n', symObjAddr: 0x2E94, symBinAddr: 0x1DFA38, symSize: 0x204 }
+ - { offsetInCU: 0x2928, offset: 0x1B5431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL8sequenceyAA0D0C_tFyAH6ResultOcfU_TA', symObjAddr: 0x3124, symBinAddr: 0x1DFC8C, symSize: 0x8 }
+ - { offsetInCU: 0x2ABA, offset: 0x1B55C3, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x1654, symBinAddr: 0x1DE2C0, symSize: 0x6C }
+ - { offsetInCU: 0x2AD6, offset: 0x1B55DF, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x16C0, symBinAddr: 0x1DE32C, symSize: 0x38 }
+ - { offsetInCU: 0x3F, offset: 0x1B5A7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE6update11latestToken8pushTypeySS_AA0dL0OtF', symObjAddr: 0x0, symBinAddr: 0x1DFC94, symSize: 0x74 }
+ - { offsetInCU: 0x98, offset: 0x1B5AD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE5clearyyF', symObjAddr: 0x74, symBinAddr: 0x1DFD08, symSize: 0x78 }
+ - { offsetInCU: 0xC1, offset: 0x1B5B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tF', symObjAddr: 0xEC, symBinAddr: 0x1DFD80, symSize: 0x4 }
+ - { offsetInCU: 0xDD, offset: 0x1B5B1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFySbcfU_', symObjAddr: 0xB48, symBinAddr: 0x1E07DC, symSize: 0x70 }
+ - { offsetInCU: 0x156, offset: 0x1B5B96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE6remove5tokenySS_tF', symObjAddr: 0xF0, symBinAddr: 0x1DFD84, symSize: 0xE0 }
+ - { offsetInCU: 0x1F3, offset: 0x1B5C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVAASQRzlE10didChangedSbvg', symObjAddr: 0x1D0, symBinAddr: 0x1DFE64, symSize: 0x2E0 }
+ - { offsetInCU: 0x24A, offset: 0x1B5C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tF', symObjAddr: 0x4B0, symBinAddr: 0x1E0144, symSize: 0xA4 }
+ - { offsetInCU: 0x2AB, offset: 0x1B5CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_', symObjAddr: 0x554, symBinAddr: 0x1E01E8, symSize: 0x160 }
+ - { offsetInCU: 0x347, offset: 0x1B5D87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_ySbcfU_', symObjAddr: 0x72C, symBinAddr: 0x1E03C0, symSize: 0x78 }
+ - { offsetInCU: 0x3B9, offset: 0x1B5DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previous7currentACyxGxSg_xtcfC', symObjAddr: 0x6B4, symBinAddr: 0x1E0348, symSize: 0x78 }
+ - { offsetInCU: 0x3E6, offset: 0x1B5E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvg', symObjAddr: 0x7A4, symBinAddr: 0x1E0438, symSize: 0x3C }
+ - { offsetInCU: 0x402, offset: 0x1B5E42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvs', symObjAddr: 0x7E0, symBinAddr: 0x1E0474, symSize: 0x3C }
+ - { offsetInCU: 0x41E, offset: 0x1B5E5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvM', symObjAddr: 0x81C, symBinAddr: 0x1E04B0, symSize: 0x10 }
+ - { offsetInCU: 0x43A, offset: 0x1B5E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvM.resume.0', symObjAddr: 0x82C, symBinAddr: 0x1E04C0, symSize: 0x4 }
+ - { offsetInCU: 0x456, offset: 0x1B5E96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvg', symObjAddr: 0x830, symBinAddr: 0x1E04C4, symSize: 0x1C }
+ - { offsetInCU: 0x472, offset: 0x1B5EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvs', symObjAddr: 0x84C, symBinAddr: 0x1E04E0, symSize: 0x20 }
+ - { offsetInCU: 0x48E, offset: 0x1B5ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvM', symObjAddr: 0x86C, symBinAddr: 0x1E0500, symSize: 0x14 }
+ - { offsetInCU: 0x4AA, offset: 0x1B5EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvM.resume.0', symObjAddr: 0x880, symBinAddr: 0x1E0514, symSize: 0x4 }
+ - { offsetInCU: 0x4CD, offset: 0x1B5F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE09getSystemD7Enabled17completionHandleryySbc_tFZ', symObjAddr: 0x884, symBinAddr: 0x1E0518, symSize: 0x28 }
+ - { offsetInCU: 0x503, offset: 0x1B5F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE03getE12ManufacturerSSyFZ', symObjAddr: 0x8AC, symBinAddr: 0x1E0540, symSize: 0x194 }
+ - { offsetInCU: 0x5B4, offset: 0x1B5FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE03getE2OSSSyFZ', symObjAddr: 0xA40, symBinAddr: 0x1E06D4, symSize: 0x108 }
+ - { offsetInCU: 0x65E, offset: 0x1B609E, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0xBB8, symBinAddr: 0x1E084C, symSize: 0xC4 }
+ - { offsetInCU: 0x6D4, offset: 0x1B6114, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0xC7C, symBinAddr: 0x1E0910, symSize: 0x78 }
+ - { offsetInCU: 0x701, offset: 0x1B6141, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0xCF4, symBinAddr: 0x1E0988, symSize: 0x80 }
+ - { offsetInCU: 0x777, offset: 0x1B61B7, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0xD74, symBinAddr: 0x1E0A08, symSize: 0x68 }
+ - { offsetInCU: 0x807, offset: 0x1B6247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFTf4nd_n', symObjAddr: 0xDDC, symBinAddr: 0x1E0A70, symSize: 0x7C }
+ - { offsetInCU: 0x88B, offset: 0x1B62CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_TA', symObjAddr: 0xEA8, symBinAddr: 0x1E0B3C, symSize: 0x10 }
+ - { offsetInCU: 0x89F, offset: 0x1B62DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMa', symObjAddr: 0xEB8, symBinAddr: 0x1E0B4C, symSize: 0xC }
+ - { offsetInCU: 0x8B3, offset: 0x1B62F3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVACSTAAWl', symObjAddr: 0xEC4, symBinAddr: 0x1E0B58, symSize: 0x44 }
+ - { offsetInCU: 0x8C7, offset: 0x1B6307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMi', symObjAddr: 0x10F4, symBinAddr: 0x1E0C30, symSize: 0x8 }
+ - { offsetInCU: 0x8DB, offset: 0x1B631B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMr', symObjAddr: 0x10FC, symBinAddr: 0x1E0C38, symSize: 0x90 }
+ - { offsetInCU: 0x8EF, offset: 0x1B632F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwCP', symObjAddr: 0x118C, symBinAddr: 0x1E0CC8, symSize: 0x10C }
+ - { offsetInCU: 0x903, offset: 0x1B6343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwxx', symObjAddr: 0x1298, symBinAddr: 0x1E0DD4, symSize: 0x84 }
+ - { offsetInCU: 0x917, offset: 0x1B6357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwcp', symObjAddr: 0x131C, symBinAddr: 0x1E0E58, symSize: 0xDC }
+ - { offsetInCU: 0x92B, offset: 0x1B636B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwca', symObjAddr: 0x13F8, symBinAddr: 0x1E0F34, symSize: 0x114 }
+ - { offsetInCU: 0x93F, offset: 0x1B637F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwtk', symObjAddr: 0x150C, symBinAddr: 0x1E1048, symSize: 0xDC }
+ - { offsetInCU: 0x953, offset: 0x1B6393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwta', symObjAddr: 0x15E8, symBinAddr: 0x1E1124, symSize: 0x114 }
+ - { offsetInCU: 0x967, offset: 0x1B63A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwet', symObjAddr: 0x16FC, symBinAddr: 0x1E1238, symSize: 0x17C }
+ - { offsetInCU: 0x97B, offset: 0x1B63BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwst', symObjAddr: 0x1878, symBinAddr: 0x1E13B4, symSize: 0x294 }
+ - { offsetInCU: 0x98F, offset: 0x1B63CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOb', symObjAddr: 0x1B0C, symBinAddr: 0x1E1648, symSize: 0x48 }
+ - { offsetInCU: 0x9A3, offset: 0x1B63E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_ySbcfU_TA', symObjAddr: 0x1B9C, symBinAddr: 0x1E16D8, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x1B6817, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31WebsocketDidConnectNotificationSSvp', symObjAddr: 0x110D0, symBinAddr: 0x2C77E8, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1B6831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDidDisconnectNotificationSSvp', symObjAddr: 0x110E0, symBinAddr: 0x2C77F8, symSize: 0x0 }
+ - { offsetInCU: 0x83, offset: 0x1B684B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDisconnectionErrorKeyNameSSvp', symObjAddr: 0x110F0, symBinAddr: 0x2C7808, symSize: 0x0 }
+ - { offsetInCU: 0x9E, offset: 0x1B6866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvpZ', symObjAddr: 0x553D0, symBinAddr: 0x2C9230, symSize: 0x0 }
+ - { offsetInCU: 0xB9, offset: 0x1B6881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11emptyBuffer33_D42086F0C373FDDC085C452FC58F623CLLSRys5UInt8VGvp', symObjAddr: 0x11100, symBinAddr: 0x2C7818, symSize: 0x0 }
+ - { offsetInCU: 0xC7, offset: 0x1B688F, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TR', symObjAddr: 0x0, symBinAddr: 0x1E170C, symSize: 0x20 }
+ - { offsetInCU: 0xDB, offset: 0x1B68A3, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TR', symObjAddr: 0x20, symBinAddr: 0x1E172C, symSize: 0x20 }
+ - { offsetInCU: 0xF6, offset: 0x1B68BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4type7message4codeAcA9ErrorTypeO_SSSitcfC', symObjAddr: 0x40, symBinAddr: 0x1E174C, symSize: 0x4 }
+ - { offsetInCU: 0x114, offset: 0x1B68DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4typeAA9ErrorTypeOvg', symObjAddr: 0x328, symBinAddr: 0x1E1A34, symSize: 0x4 }
+ - { offsetInCU: 0x130, offset: 0x1B68F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV7messageSSvg', symObjAddr: 0x32C, symBinAddr: 0x1E1A38, symSize: 0x30 }
+ - { offsetInCU: 0x14C, offset: 0x1B6914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4codeSivg', symObjAddr: 0x35C, symBinAddr: 0x1E1A68, symSize: 0x8 }
+ - { offsetInCU: 0x169, offset: 0x1B6931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31WebsocketDidConnectNotificationSSvau', symObjAddr: 0x44, symBinAddr: 0x1E1750, symSize: 0xC }
+ - { offsetInCU: 0x187, offset: 0x1B694F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDidDisconnectNotificationSSvau', symObjAddr: 0x50, symBinAddr: 0x1E175C, symSize: 0xC }
+ - { offsetInCU: 0x1A5, offset: 0x1B696D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDisconnectionErrorKeyNameSSvau', symObjAddr: 0x5C, symBinAddr: 0x1E1768, symSize: 0xC }
+ - { offsetInCU: 0x1CF, offset: 0x1B6997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeO8rawValueACSgs6UInt16V_tcfC', symObjAddr: 0x68, symBinAddr: 0x1E1774, symSize: 0x2C }
+ - { offsetInCU: 0x1EE, offset: 0x1B69B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeO8rawValues6UInt16Vvg', symObjAddr: 0x94, symBinAddr: 0x1E17A0, symSize: 0x14 }
+ - { offsetInCU: 0x250, offset: 0x1B6A18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x194, symBinAddr: 0x1E18A0, symSize: 0x34 }
+ - { offsetInCU: 0x281, offset: 0x1B6A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1C8, symBinAddr: 0x1E18D4, symSize: 0x18 }
+ - { offsetInCU: 0x2D8, offset: 0x1B6AA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO2eeoiySbAC_ACtFZ', symObjAddr: 0x1E0, symBinAddr: 0x1E18EC, symSize: 0x10 }
+ - { offsetInCU: 0x306, offset: 0x1B6ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x1F0, symBinAddr: 0x1E18FC, symSize: 0x24 }
+ - { offsetInCU: 0x3A0, offset: 0x1B6B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO9hashValueSivg', symObjAddr: 0x214, symBinAddr: 0x1E1920, symSize: 0x44 }
+ - { offsetInCU: 0x4A8, offset: 0x1B6C70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x258, symBinAddr: 0x1E1964, symSize: 0x14 }
+ - { offsetInCU: 0x504, offset: 0x1B6CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x26C, symBinAddr: 0x1E1978, symSize: 0x44 }
+ - { offsetInCU: 0x5E7, offset: 0x1B6DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B0, symBinAddr: 0x1E19BC, symSize: 0x28 }
+ - { offsetInCU: 0x670, offset: 0x1B6E38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write6stringySS_tF', symObjAddr: 0x374, symBinAddr: 0x1E1A80, symSize: 0x18 }
+ - { offsetInCU: 0x6BB, offset: 0x1B6E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4datay10Foundation4DataV_tF', symObjAddr: 0x38C, symBinAddr: 0x1E1A98, symSize: 0x18 }
+ - { offsetInCU: 0x706, offset: 0x1B6ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4pingy10Foundation4DataV_tF', symObjAddr: 0x3A4, symBinAddr: 0x1E1AB0, symSize: 0x18 }
+ - { offsetInCU: 0x751, offset: 0x1B6F19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4pongy10Foundation4DataV_tF', symObjAddr: 0x3BC, symBinAddr: 0x1E1AC8, symSize: 0x18 }
+ - { offsetInCU: 0x79C, offset: 0x1B6F64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE10disconnectyyF', symObjAddr: 0x3D4, symBinAddr: 0x1E1AE0, symSize: 0x1C }
+ - { offsetInCU: 0x7E3, offset: 0x1B6FAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV6useSSLSbvg', symObjAddr: 0x3F0, symBinAddr: 0x1E1AFC, symSize: 0x8 }
+ - { offsetInCU: 0x7FF, offset: 0x1B6FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21disableCertValidationSbvg', symObjAddr: 0x3F8, symBinAddr: 0x1E1B04, symSize: 0x8 }
+ - { offsetInCU: 0x81B, offset: 0x1B6FE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvg', symObjAddr: 0x400, symBinAddr: 0x1E1B0C, symSize: 0x8 }
+ - { offsetInCU: 0x837, offset: 0x1B6FFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvs', symObjAddr: 0x408, symBinAddr: 0x1E1B14, symSize: 0x8 }
+ - { offsetInCU: 0x853, offset: 0x1B701B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvM', symObjAddr: 0x410, symBinAddr: 0x1E1B1C, symSize: 0x10 }
+ - { offsetInCU: 0x86F, offset: 0x1B7037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvM.resume.0', symObjAddr: 0x420, symBinAddr: 0x1E1B2C, symSize: 0x4 }
+ - { offsetInCU: 0x88B, offset: 0x1B7053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvg', symObjAddr: 0x424, symBinAddr: 0x1E1B30, symSize: 0x2C }
+ - { offsetInCU: 0x8A7, offset: 0x1B706F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvs', symObjAddr: 0x450, symBinAddr: 0x1E1B5C, symSize: 0x34 }
+ - { offsetInCU: 0x8C3, offset: 0x1B708B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvM', symObjAddr: 0x484, symBinAddr: 0x1E1B90, symSize: 0x10 }
+ - { offsetInCU: 0x8DF, offset: 0x1B70A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvM.resume.0', symObjAddr: 0x494, symBinAddr: 0x1E1BA0, symSize: 0x4 }
+ - { offsetInCU: 0x8FB, offset: 0x1B70C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20sslClientCertificateAA09SSLClientG0CSgvg', symObjAddr: 0x498, symBinAddr: 0x1E1BA4, symSize: 0x8 }
+ - { offsetInCU: 0x917, offset: 0x1B70DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV12cipherSuitesSays6UInt16VGSgvg', symObjAddr: 0x4A0, symBinAddr: 0x1E1BAC, symSize: 0x8 }
+ - { offsetInCU: 0x933, offset: 0x1B70FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV6useSSL21disableCertValidation21overrideTrustHostname07desiredkL020sslClientCertificate12cipherSuitesACSb_S2bSSSgAA09SSLClientP0CSgSays6UInt16VGSgtcfC', symObjAddr: 0x4A8, symBinAddr: 0x1E1BB4, symSize: 0x18 }
+ - { offsetInCU: 0x95E, offset: 0x1B7126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8delegateAA16WSStreamDelegate_pSgvM', symObjAddr: 0x4D8, symBinAddr: 0x1E1BE4, symSize: 0x74 }
+ - { offsetInCU: 0x98D, offset: 0x1B7155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC10BUFFER_MAXSivg', symObjAddr: 0x550, symBinAddr: 0x1E1C5C, symSize: 0x8 }
+ - { offsetInCU: 0x9B8, offset: 0x1B7180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC16enableSOCKSProxySbvM', symObjAddr: 0x570, symBinAddr: 0x1E1C7C, symSize: 0x44 }
+ - { offsetInCU: 0x9E7, offset: 0x1B71AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC16enableSOCKSProxySbvM.resume.0', symObjAddr: 0x5B4, symBinAddr: 0x1E1CC0, symSize: 0x4 }
+ - { offsetInCU: 0xAA2, offset: 0x1B726A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctF', symObjAddr: 0x5B8, symBinAddr: 0x1E1CC4, symSize: 0xAD8 }
+ - { offsetInCU: 0x110E, offset: 0x1B78D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFyyYbcfU_', symObjAddr: 0x10A0, symBinAddr: 0x1E27AC, symSize: 0x1C8 }
+ - { offsetInCU: 0x1181, offset: 0x1B7949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC5write4dataSi0D04DataV_tF', symObjAddr: 0x1350, symBinAddr: 0x1E29D8, symSize: 0xF0 }
+ - { offsetInCU: 0x1226, offset: 0x1B79EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC4read0D04DataVSgyF', symObjAddr: 0x1450, symBinAddr: 0x1E2AD8, symSize: 0x100 }
+ - { offsetInCU: 0x1328, offset: 0x1B7AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7cleanupyyF', symObjAddr: 0x1550, symBinAddr: 0x1E2BD8, symSize: 0xF4 }
+ - { offsetInCU: 0x1412, offset: 0x1B7BDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8sslTrustSo03SecG3RefaSg5trust_SSSg6domaintyF', symObjAddr: 0x1644, symBinAddr: 0x1E2CCC, symSize: 0x448 }
+ - { offsetInCU: 0x1613, offset: 0x1B7DDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC6stream_6handleySo8NSStreamC_So0H5EventVtF', symObjAddr: 0x1A8C, symBinAddr: 0x1E3114, symSize: 0x1C8 }
+ - { offsetInCU: 0x1685, offset: 0x1B7E4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC6stream_6handleySo8NSStreamC_So0H5EventVtFTo', symObjAddr: 0x1C54, symBinAddr: 0x1E32DC, symSize: 0x64 }
+ - { offsetInCU: 0x16A1, offset: 0x1B7E69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCACycfc', symObjAddr: 0x1CC4, symBinAddr: 0x1E334C, symSize: 0x22C }
+ - { offsetInCU: 0x1707, offset: 0x1B7ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCACycfcTo', symObjAddr: 0x1EF0, symBinAddr: 0x1E3578, symSize: 0x20 }
+ - { offsetInCU: 0x1723, offset: 0x1B7EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCfD', symObjAddr: 0x1F10, symBinAddr: 0x1E3598, symSize: 0x30 }
+ - { offsetInCU: 0x1750, offset: 0x1B7F18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvgTW', symObjAddr: 0x1F98, symBinAddr: 0x1E3620, symSize: 0x38 }
+ - { offsetInCU: 0x176C, offset: 0x1B7F34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvsTW', symObjAddr: 0x1FD0, symBinAddr: 0x1E3658, symSize: 0x38 }
+ - { offsetInCU: 0x1788, offset: 0x1B7F50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvMTW', symObjAddr: 0x2008, symBinAddr: 0x1E3690, symSize: 0x60 }
+ - { offsetInCU: 0x17A4, offset: 0x1B7F6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFTW', symObjAddr: 0x206C, symBinAddr: 0x1E36F4, symSize: 0x38 }
+ - { offsetInCU: 0x17C0, offset: 0x1B7F88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP5write4dataSi0D04DataV_tFTW', symObjAddr: 0x20A4, symBinAddr: 0x1E372C, symSize: 0x38 }
+ - { offsetInCU: 0x17DC, offset: 0x1B7FA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP4read0D04DataVSgyFTW', symObjAddr: 0x20DC, symBinAddr: 0x1E3764, symSize: 0x38 }
+ - { offsetInCU: 0x17F8, offset: 0x1B7FC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP7cleanupyyFTW', symObjAddr: 0x2114, symBinAddr: 0x1E379C, symSize: 0x38 }
+ - { offsetInCU: 0x1814, offset: 0x1B7FDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8sslTrustSo03SecH3RefaSg5trust_SSSg6domaintyFTW', symObjAddr: 0x214C, symBinAddr: 0x1E37D4, symSize: 0x38 }
+ - { offsetInCU: 0x18B0, offset: 0x1B8078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFyyYbcfU_TA', symObjAddr: 0x12A4, symBinAddr: 0x1E29B0, symSize: 0x10 }
+ - { offsetInCU: 0x18C4, offset: 0x1B808C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x12B4, symBinAddr: 0x1E29C0, symSize: 0x10 }
+ - { offsetInCU: 0x18D8, offset: 0x1B80A0, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x12C4, symBinAddr: 0x1E29D0, symSize: 0x8 }
+ - { offsetInCU: 0x1902, offset: 0x1B80CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCfETo', symObjAddr: 0x1F40, symBinAddr: 0x1E35C8, symSize: 0x58 }
+ - { offsetInCU: 0x1949, offset: 0x1B8111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeO8rawValueAESgs5UInt8V_tcfC', symObjAddr: 0x2184, symBinAddr: 0x1E380C, symSize: 0x28 }
+ - { offsetInCU: 0x1968, offset: 0x1B8130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeO8rawValues5UInt8Vvg', symObjAddr: 0x21AC, symBinAddr: 0x1E3834, symSize: 0x1C }
+ - { offsetInCU: 0x19CA, offset: 0x1B8192, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x22DC, symBinAddr: 0x1E3964, symSize: 0x2C }
+ - { offsetInCU: 0x19FB, offset: 0x1B81C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x2308, symBinAddr: 0x1E3990, symSize: 0x20 }
+ - { offsetInCU: 0x1A25, offset: 0x1B81ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvgZ', symObjAddr: 0x2390, symBinAddr: 0x1E3A18, symSize: 0x5C }
+ - { offsetInCU: 0x1A5E, offset: 0x1B8226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x23EC, symBinAddr: 0x1E3A74, symSize: 0x44 }
+ - { offsetInCU: 0x1A8F, offset: 0x1B8257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvs', symObjAddr: 0x2430, symBinAddr: 0x1E3AB8, symSize: 0x50 }
+ - { offsetInCU: 0x1AD1, offset: 0x1B8299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvM', symObjAddr: 0x2480, symBinAddr: 0x1E3B08, symSize: 0x44 }
+ - { offsetInCU: 0x1B02, offset: 0x1B82CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10BUFFER_MAXSivg', symObjAddr: 0x2588, symBinAddr: 0x1E3C10, symSize: 0x8 }
+ - { offsetInCU: 0x1B2F, offset: 0x1B82F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7FinMasks5UInt8Vvg', symObjAddr: 0x2590, symBinAddr: 0x1E3C18, symSize: 0x8 }
+ - { offsetInCU: 0x1B5C, offset: 0x1B8324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10OpCodeMasks5UInt8Vvg', symObjAddr: 0x2598, symBinAddr: 0x1E3C20, symSize: 0x8 }
+ - { offsetInCU: 0x1B89, offset: 0x1B8351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7RSVMasks5UInt8Vvg', symObjAddr: 0x25A0, symBinAddr: 0x1E3C28, symSize: 0x8 }
+ - { offsetInCU: 0x1BB6, offset: 0x1B837E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8RSV1Masks5UInt8Vvg', symObjAddr: 0x25A8, symBinAddr: 0x1E3C30, symSize: 0x8 }
+ - { offsetInCU: 0x1BE3, offset: 0x1B83AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC04MaskF0s5UInt8Vvg', symObjAddr: 0x25B0, symBinAddr: 0x1E3C38, symSize: 0x8 }
+ - { offsetInCU: 0x1C10, offset: 0x1B83D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC14PayloadLenMasks5UInt8Vvg', symObjAddr: 0x25B8, symBinAddr: 0x1E3C40, symSize: 0x8 }
+ - { offsetInCU: 0x1C3D, offset: 0x1B8405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12MaxFrameSizeSivg', symObjAddr: 0x25C0, symBinAddr: 0x1E3C48, symSize: 0x8 }
+ - { offsetInCU: 0x1C6A, offset: 0x1B8432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22httpSwitchProtocolCodeSivg', symObjAddr: 0x25C8, symBinAddr: 0x1E3C50, symSize: 0x8 }
+ - { offsetInCU: 0x1C97, offset: 0x1B845F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19supportedSSLSchemesSaySSGvg', symObjAddr: 0x25D0, symBinAddr: 0x1E3C58, symSize: 0x10 }
+ - { offsetInCU: 0x1CD2, offset: 0x1B849A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvg', symObjAddr: 0x25E0, symBinAddr: 0x1E3C68, symSize: 0x30 }
+ - { offsetInCU: 0x1CEE, offset: 0x1B84B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvs', symObjAddr: 0x2610, symBinAddr: 0x1E3C98, symSize: 0x3C }
+ - { offsetInCU: 0x1D0A, offset: 0x1B84D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvM', symObjAddr: 0x264C, symBinAddr: 0x1E3CD4, symSize: 0x3C }
+ - { offsetInCU: 0x1D26, offset: 0x1B84EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvg', symObjAddr: 0x2688, symBinAddr: 0x1E3D10, symSize: 0x30 }
+ - { offsetInCU: 0x1D42, offset: 0x1B850A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvs', symObjAddr: 0x26B8, symBinAddr: 0x1E3D40, symSize: 0x3C }
+ - { offsetInCU: 0x1D56, offset: 0x1B851E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvM', symObjAddr: 0x26F4, symBinAddr: 0x1E3D7C, symSize: 0x3C }
+ - { offsetInCU: 0x1D72, offset: 0x1B853A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivg', symObjAddr: 0x2730, symBinAddr: 0x1E3DB8, symSize: 0x30 }
+ - { offsetInCU: 0x1D8E, offset: 0x1B8556, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivs', symObjAddr: 0x2760, symBinAddr: 0x1E3DE8, symSize: 0x3C }
+ - { offsetInCU: 0x1DA2, offset: 0x1B856A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivM', symObjAddr: 0x279C, symBinAddr: 0x1E3E24, symSize: 0x3C }
+ - { offsetInCU: 0x1DBE, offset: 0x1B8586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivg', symObjAddr: 0x27D8, symBinAddr: 0x1E3E60, symSize: 0x30 }
+ - { offsetInCU: 0x1DDA, offset: 0x1B85A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivs', symObjAddr: 0x2808, symBinAddr: 0x1E3E90, symSize: 0x3C }
+ - { offsetInCU: 0x1DF6, offset: 0x1B85BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivM', symObjAddr: 0x2844, symBinAddr: 0x1E3ECC, symSize: 0x3C }
+ - { offsetInCU: 0x1E12, offset: 0x1B85DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvg', symObjAddr: 0x2880, symBinAddr: 0x1E3F08, symSize: 0x44 }
+ - { offsetInCU: 0x1E2E, offset: 0x1B85F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvs', symObjAddr: 0x28C4, symBinAddr: 0x1E3F4C, symSize: 0x44 }
+ - { offsetInCU: 0x1E42, offset: 0x1B860A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvM', symObjAddr: 0x2908, symBinAddr: 0x1E3F90, symSize: 0x3C }
+ - { offsetInCU: 0x1E5E, offset: 0x1B8626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10firstFrame10Foundation4DateVvg', symObjAddr: 0x2944, symBinAddr: 0x1E3FCC, symSize: 0x44 }
+ - { offsetInCU: 0x1E7A, offset: 0x1B8642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCfd', symObjAddr: 0x2988, symBinAddr: 0x1E4010, symSize: 0x4C }
+ - { offsetInCU: 0x1EB9, offset: 0x1B8681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCfD', symObjAddr: 0x29D4, symBinAddr: 0x1E405C, symSize: 0x58 }
+ - { offsetInCU: 0x1F2F, offset: 0x1B86F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCAEycfC', symObjAddr: 0x2A2C, symBinAddr: 0x1E40B4, symSize: 0x4C }
+ - { offsetInCU: 0x1F79, offset: 0x1B8741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCAEycfc', symObjAddr: 0x2A78, symBinAddr: 0x1E4100, symSize: 0x30 }
+ - { offsetInCU: 0x1FEC, offset: 0x1B87B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x2AC0, symBinAddr: 0x1E4148, symSize: 0x74 }
+ - { offsetInCU: 0x201D, offset: 0x1B87E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16advancedDelegateAA0de8AdvancedG0_pSgvM', symObjAddr: 0x2B50, symBinAddr: 0x1E41D8, symSize: 0x74 }
+ - { offsetInCU: 0x204E, offset: 0x1B8816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12pongDelegateAA0de4PongG0_pSgvM', symObjAddr: 0x2C8C, symBinAddr: 0x1E4314, symSize: 0x74 }
+ - { offsetInCU: 0x207F, offset: 0x1B8847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvM', symObjAddr: 0x2EB4, symBinAddr: 0x1E453C, symSize: 0x44 }
+ - { offsetInCU: 0x20B0, offset: 0x1B8878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvM', symObjAddr: 0x3034, symBinAddr: 0x1E46BC, symSize: 0x44 }
+ - { offsetInCU: 0x20E1, offset: 0x1B88A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvM', symObjAddr: 0x31B4, symBinAddr: 0x1E483C, symSize: 0x44 }
+ - { offsetInCU: 0x2112, offset: 0x1B88DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvM', symObjAddr: 0x3334, symBinAddr: 0x1E49BC, symSize: 0x44 }
+ - { offsetInCU: 0x2143, offset: 0x1B890B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvM', symObjAddr: 0x34B4, symBinAddr: 0x1E4B3C, symSize: 0x44 }
+ - { offsetInCU: 0x2174, offset: 0x1B893C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvM', symObjAddr: 0x36F0, symBinAddr: 0x1E4D78, symSize: 0x44 }
+ - { offsetInCU: 0x21A5, offset: 0x1B896D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC24disableSSLCertValidationSbvM', symObjAddr: 0x374C, symBinAddr: 0x1E4DD4, symSize: 0x44 }
+ - { offsetInCU: 0x21D6, offset: 0x1B899E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21overrideTrustHostnameSbvM', symObjAddr: 0x37A8, symBinAddr: 0x1E4E30, symSize: 0x44 }
+ - { offsetInCU: 0x2207, offset: 0x1B89CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvg', symObjAddr: 0x37EC, symBinAddr: 0x1E4E74, symSize: 0x54 }
+ - { offsetInCU: 0x2238, offset: 0x1B8A00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvs', symObjAddr: 0x3840, symBinAddr: 0x1E4EC8, symSize: 0x5C }
+ - { offsetInCU: 0x227A, offset: 0x1B8A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvM', symObjAddr: 0x389C, symBinAddr: 0x1E4F24, symSize: 0x44 }
+ - { offsetInCU: 0x22AB, offset: 0x1B8A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20sslClientCertificateAA09SSLClientH0CSgvg', symObjAddr: 0x38E0, symBinAddr: 0x1E4F68, symSize: 0x48 }
+ - { offsetInCU: 0x22DC, offset: 0x1B8AA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20sslClientCertificateAA09SSLClientH0CSgvM', symObjAddr: 0x393C, symBinAddr: 0x1E4FC4, symSize: 0x44 }
+ - { offsetInCU: 0x230D, offset: 0x1B8AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC17enableCompressionSbvM', symObjAddr: 0x3998, symBinAddr: 0x1E5020, symSize: 0x44 }
+ - { offsetInCU: 0x233E, offset: 0x1B8B06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvg', symObjAddr: 0x39DC, symBinAddr: 0x1E5064, symSize: 0x50 }
+ - { offsetInCU: 0x236F, offset: 0x1B8B37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvs', symObjAddr: 0x3A2C, symBinAddr: 0x1E50B4, symSize: 0x68 }
+ - { offsetInCU: 0x23B1, offset: 0x1B8B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvM', symObjAddr: 0x3A94, symBinAddr: 0x1E511C, symSize: 0x44 }
+ - { offsetInCU: 0x23E2, offset: 0x1B8BAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22enabledSSLCipherSuitesSays6UInt16VGSgvg', symObjAddr: 0x3AD8, symBinAddr: 0x1E5160, symSize: 0x48 }
+ - { offsetInCU: 0x2413, offset: 0x1B8BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22enabledSSLCipherSuitesSays6UInt16VGSgvM', symObjAddr: 0x3B8C, symBinAddr: 0x1E5214, symSize: 0x44 }
+ - { offsetInCU: 0x2464, offset: 0x1B8C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11isConnectedSbvg', symObjAddr: 0x3BD0, symBinAddr: 0x1E5258, symSize: 0x58 }
+ - { offsetInCU: 0x24D0, offset: 0x1B8C98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvg', symObjAddr: 0x3CB0, symBinAddr: 0x1E5338, symSize: 0x64 }
+ - { offsetInCU: 0x2501, offset: 0x1B8CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvs', symObjAddr: 0x3D14, symBinAddr: 0x1E539C, symSize: 0x88 }
+ - { offsetInCU: 0x2543, offset: 0x1B8D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvM', symObjAddr: 0x3D9C, symBinAddr: 0x1E5424, symSize: 0x44 }
+ - { offsetInCU: 0x2574, offset: 0x1B8D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10currentURL10Foundation0G0Vvg', symObjAddr: 0x3DE0, symBinAddr: 0x1E5468, symSize: 0x100 }
+ - { offsetInCU: 0x25BB, offset: 0x1B8D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21respondToPingWithPongSbvM', symObjAddr: 0x3F7C, symBinAddr: 0x1E5604, symSize: 0x44 }
+ - { offsetInCU: 0x25FB, offset: 0x1B8DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfC', symObjAddr: 0x3FC0, symBinAddr: 0x1E5648, symSize: 0x58 }
+ - { offsetInCU: 0x2631, offset: 0x1B8DF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfc', symObjAddr: 0x4018, symBinAddr: 0x1E56A0, symSize: 0x30 }
+ - { offsetInCU: 0x2645, offset: 0x1B8E0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC3url9protocolsAC10Foundation3URLV_SaySSGSgtcfC', symObjAddr: 0x4048, symBinAddr: 0x1E56D0, symSize: 0x15C }
+ - { offsetInCU: 0x26DD, offset: 0x1B8EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC3url13writeQueueQOS9protocolsAC10Foundation3URLV_So18NSQualityOfServiceVSaySSGSgtcfC', symObjAddr: 0x41A4, symBinAddr: 0x1E582C, symSize: 0xFC }
+ - { offsetInCU: 0x27BB, offset: 0x1B8F83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7connectyyF', symObjAddr: 0x42A0, symBinAddr: 0x1E5928, symSize: 0x2C }
+ - { offsetInCU: 0x27ED, offset: 0x1B8FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7connectyyF', symObjAddr: 0x42A0, symBinAddr: 0x1E5928, symSize: 0x2C }
+ - { offsetInCU: 0x285E, offset: 0x1B9026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtF', symObjAddr: 0x42CC, symBinAddr: 0x1E5954, symSize: 0x3A4 }
+ - { offsetInCU: 0x2968, offset: 0x1B9130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFyyYbcfU_', symObjAddr: 0x4670, symBinAddr: 0x1E5CF8, symSize: 0x5C }
+ - { offsetInCU: 0x2996, offset: 0x1B915E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC5write6string10completionySS_yycSgtF', symObjAddr: 0x46CC, symBinAddr: 0x1E5D54, symSize: 0x118 }
+ - { offsetInCU: 0x2A5B, offset: 0x1B9223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC17createHTTPRequest33_D42086F0C373FDDC085C452FC58F623CLLyyF', symObjAddr: 0x4880, symBinAddr: 0x1E5F08, symSize: 0xCBC }
+ - { offsetInCU: 0x311E, offset: 0x1B98E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitF', symObjAddr: 0x553C, symBinAddr: 0x1E6BC4, symSize: 0x45C }
+ - { offsetInCU: 0x326A, offset: 0x1B9A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_', symObjAddr: 0x5998, symBinAddr: 0x1E7020, symSize: 0x1A0 }
+ - { offsetInCU: 0x3333, offset: 0x1B9AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_yyYbcfU_', symObjAddr: 0x5B38, symBinAddr: 0x1E71C0, symSize: 0x2E0 }
+ - { offsetInCU: 0x3563, offset: 0x1B9D2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16newBytesInStreamyyF', symObjAddr: 0x5E18, symBinAddr: 0x1E74A0, symSize: 0x17C }
+ - { offsetInCU: 0x37BF, offset: 0x1B9F87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC14streamDidError5errorys0H0_pSg_tF', symObjAddr: 0x5F94, symBinAddr: 0x1E761C, symSize: 0x8 }
+ - { offsetInCU: 0x3877, offset: 0x1BA03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16disconnectStream33_D42086F0C373FDDC085C452FC58F623CLL_11runDelegateys5Error_pSg_SbtF', symObjAddr: 0x5F9C, symBinAddr: 0x1E7624, symSize: 0x12C }
+ - { offsetInCU: 0x3A62, offset: 0x1BA22A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueInput33_D42086F0C373FDDC085C452FC58F623CLLyyFyyXEfU_', symObjAddr: 0x60C8, symBinAddr: 0x1E7750, symSize: 0x36C }
+ - { offsetInCU: 0x3D8C, offset: 0x1BA554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitF', symObjAddr: 0x6444, symBinAddr: 0x1E7ACC, symSize: 0x394 }
+ - { offsetInCU: 0x4092, offset: 0x1BA85A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitFyyYbcfU_', symObjAddr: 0x67D8, symBinAddr: 0x1E7E60, symSize: 0x190 }
+ - { offsetInCU: 0x40D8, offset: 0x1BA8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16validateResponse33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitF', symObjAddr: 0x6968, symBinAddr: 0x1E7FF0, symSize: 0xA4C }
+ - { offsetInCU: 0x47E6, offset: 0x1BAFAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22processExtensionHeaderyySSF', symObjAddr: 0x73B4, symBinAddr: 0x1E8A3C, symSize: 0x71C }
+ - { offsetInCU: 0x4E75, offset: 0x1BB63D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tF', symObjAddr: 0x7AD0, symBinAddr: 0x1E9158, symSize: 0x1660 }
+ - { offsetInCU: 0x5C30, offset: 0x1BC3F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tFyyYbcfU_', symObjAddr: 0x9178, symBinAddr: 0x1EA800, symSize: 0x184 }
+ - { offsetInCU: 0x5CA9, offset: 0x1BC471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCF', symObjAddr: 0x930C, symBinAddr: 0x1EA994, symSize: 0x720 }
+ - { offsetInCU: 0x6093, offset: 0x1BC85B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU_', symObjAddr: 0x9A2C, symBinAddr: 0x1EB0B4, symSize: 0x15C }
+ - { offsetInCU: 0x60FA, offset: 0x1BC8C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU0_', symObjAddr: 0x9B88, symBinAddr: 0x1EB210, symSize: 0x1C0 }
+ - { offsetInCU: 0x619C, offset: 0x1BC964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10writeError33_D42086F0C373FDDC085C452FC58F623CLLyys6UInt16VF', symObjAddr: 0x9D48, symBinAddr: 0x1EB3D0, symSize: 0xAC }
+ - { offsetInCU: 0x62A9, offset: 0x1BCA71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtF', symObjAddr: 0x9DF4, symBinAddr: 0x1EB47C, symSize: 0x184 }
+ - { offsetInCU: 0x636E, offset: 0x1BCB36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_', symObjAddr: 0x9F78, symBinAddr: 0x1EB600, symSize: 0xBEC }
+ - { offsetInCU: 0x6992, offset: 0x1BD15A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgF', symObjAddr: 0xAB84, symBinAddr: 0x1EC20C, symSize: 0x2AC }
+ - { offsetInCU: 0x6AF9, offset: 0x1BD2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgFyyYbcfU_', symObjAddr: 0xAE30, symBinAddr: 0x1EC4B8, symSize: 0x2A0 }
+ - { offsetInCU: 0x6C36, offset: 0x1BD3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfD', symObjAddr: 0xB4E8, symBinAddr: 0x1ECB70, symSize: 0x114 }
+ - { offsetInCU: 0x6CCE, offset: 0x1BD496, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfDTo', symObjAddr: 0xB5FC, symBinAddr: 0x1ECC84, symSize: 0x24 }
+ - { offsetInCU: 0x6CEA, offset: 0x1BD4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCACycfc', symObjAddr: 0xB934, symBinAddr: 0x1ECFBC, symSize: 0x2C }
+ - { offsetInCU: 0x6D50, offset: 0x1BD518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCACycfcTo', symObjAddr: 0xB960, symBinAddr: 0x1ECFE8, symSize: 0x2C }
+ - { offsetInCU: 0x6DB9, offset: 0x1BD581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvgTW', symObjAddr: 0xB98C, symBinAddr: 0x1ED014, symSize: 0x1C }
+ - { offsetInCU: 0x6DD5, offset: 0x1BD59D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvsTW', symObjAddr: 0xB9A8, symBinAddr: 0x1ED030, symSize: 0x1C }
+ - { offsetInCU: 0x6DF1, offset: 0x1BD5B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvMTW', symObjAddr: 0xB9C4, symBinAddr: 0x1ED04C, symSize: 0x5C }
+ - { offsetInCU: 0x6E0D, offset: 0x1BD5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvgTW', symObjAddr: 0xBA24, symBinAddr: 0x1ED0AC, symSize: 0x1C }
+ - { offsetInCU: 0x6E29, offset: 0x1BD5F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvsTW', symObjAddr: 0xBA40, symBinAddr: 0x1ED0C8, symSize: 0x1C }
+ - { offsetInCU: 0x6E45, offset: 0x1BD60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvMTW', symObjAddr: 0xBA5C, symBinAddr: 0x1ED0E4, symSize: 0x5C }
+ - { offsetInCU: 0x6E61, offset: 0x1BD629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvgTW', symObjAddr: 0xBABC, symBinAddr: 0x1ED144, symSize: 0x1C }
+ - { offsetInCU: 0x6E7D, offset: 0x1BD645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvsTW', symObjAddr: 0xBAD8, symBinAddr: 0x1ED160, symSize: 0x1C }
+ - { offsetInCU: 0x6E99, offset: 0x1BD661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvMTW', symObjAddr: 0xBAF4, symBinAddr: 0x1ED17C, symSize: 0x5C }
+ - { offsetInCU: 0x6EB5, offset: 0x1BD67D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvgTW', symObjAddr: 0xBB54, symBinAddr: 0x1ED1DC, symSize: 0x1C }
+ - { offsetInCU: 0x6ED1, offset: 0x1BD699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvsTW', symObjAddr: 0xBB70, symBinAddr: 0x1ED1F8, symSize: 0x1C }
+ - { offsetInCU: 0x6EED, offset: 0x1BD6B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvMTW', symObjAddr: 0xBB8C, symBinAddr: 0x1ED214, symSize: 0x5C }
+ - { offsetInCU: 0x6F09, offset: 0x1BD6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvgTW', symObjAddr: 0xBBEC, symBinAddr: 0x1ED274, symSize: 0x1C }
+ - { offsetInCU: 0x6F25, offset: 0x1BD6ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvsTW', symObjAddr: 0xBC08, symBinAddr: 0x1ED290, symSize: 0x1C }
+ - { offsetInCU: 0x6F41, offset: 0x1BD709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvMTW', symObjAddr: 0xBC24, symBinAddr: 0x1ED2AC, symSize: 0x5C }
+ - { offsetInCU: 0x6F5D, offset: 0x1BD725, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvgTW', symObjAddr: 0xBC84, symBinAddr: 0x1ED30C, symSize: 0x1C }
+ - { offsetInCU: 0x6F79, offset: 0x1BD741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvsTW', symObjAddr: 0xBCA0, symBinAddr: 0x1ED328, symSize: 0x1C }
+ - { offsetInCU: 0x6F95, offset: 0x1BD75D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvMTW', symObjAddr: 0xBCBC, symBinAddr: 0x1ED344, symSize: 0x5C }
+ - { offsetInCU: 0x6FB1, offset: 0x1BD779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvgTW', symObjAddr: 0xBD1C, symBinAddr: 0x1ED3A4, symSize: 0x1C }
+ - { offsetInCU: 0x6FCD, offset: 0x1BD795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvsTW', symObjAddr: 0xBD38, symBinAddr: 0x1ED3C0, symSize: 0x1C }
+ - { offsetInCU: 0x6FE9, offset: 0x1BD7B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvMTW', symObjAddr: 0xBD54, symBinAddr: 0x1ED3DC, symSize: 0x5C }
+ - { offsetInCU: 0x7005, offset: 0x1BD7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvgTW', symObjAddr: 0xBDB4, symBinAddr: 0x1ED43C, symSize: 0x1C }
+ - { offsetInCU: 0x7021, offset: 0x1BD7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvsTW', symObjAddr: 0xBDD0, symBinAddr: 0x1ED458, symSize: 0x1C }
+ - { offsetInCU: 0x703D, offset: 0x1BD805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvMTW', symObjAddr: 0xBDEC, symBinAddr: 0x1ED474, symSize: 0x5C }
+ - { offsetInCU: 0x7059, offset: 0x1BD821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP11isConnectedSbvgTW', symObjAddr: 0xBE78, symBinAddr: 0x1ED500, symSize: 0x1C }
+ - { offsetInCU: 0x7075, offset: 0x1BD83D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP7connectyyFTW', symObjAddr: 0xBE94, symBinAddr: 0x1ED51C, symSize: 0x1C }
+ - { offsetInCU: 0x7091, offset: 0x1BD859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFTW', symObjAddr: 0xBEB0, symBinAddr: 0x1ED538, symSize: 0x20 }
+ - { offsetInCU: 0x70AD, offset: 0x1BD875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write6string10completionySS_yycSgtFTW', symObjAddr: 0xBED0, symBinAddr: 0x1ED558, symSize: 0x1C }
+ - { offsetInCU: 0x70C9, offset: 0x1BD891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4data10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xBEEC, symBinAddr: 0x1ED574, symSize: 0x1C }
+ - { offsetInCU: 0x70E5, offset: 0x1BD8AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4ping10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xBF08, symBinAddr: 0x1ED590, symSize: 0x1C }
+ - { offsetInCU: 0x7101, offset: 0x1BD8C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4pong10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xBF24, symBinAddr: 0x1ED5AC, symSize: 0x1C }
+ - { offsetInCU: 0x711D, offset: 0x1BD8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA16WSStreamDelegateA2aDP16newBytesInStreamyyFTW', symObjAddr: 0xBF40, symBinAddr: 0x1ED5C8, symSize: 0x1C }
+ - { offsetInCU: 0x7139, offset: 0x1BD901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA16WSStreamDelegateA2aDP14streamDidError5errorys0J0_pSg_tFTW', symObjAddr: 0xBF5C, symBinAddr: 0x1ED5E4, symSize: 0x1C }
+ - { offsetInCU: 0x7184, offset: 0x1BD94C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfcTf4ngnn_n', symObjAddr: 0xD328, symBinAddr: 0x1EE884, symSize: 0xA34 }
+ - { offsetInCU: 0x7373, offset: 0x1BDB3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC08generatedE3Key33_D42086F0C373FDDC085C452FC58F623CLLSSyFTf4d_n', symObjAddr: 0x10264, symBinAddr: 0x1F16D0, symSize: 0x258 }
+ - { offsetInCU: 0x7526, offset: 0x1BDCEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10readUint6433_D42086F0C373FDDC085C452FC58F623CLL_6offsets6UInt64VSPys5UInt8VG_SitFZTf4nnd_n', symObjAddr: 0x104BC, symBinAddr: 0x1F1928, symSize: 0x54 }
+ - { offsetInCU: 0x7565, offset: 0x1BDD2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10readUint6433_D42086F0C373FDDC085C452FC58F623CLL_6offsets6UInt64VSPys5UInt8VG_SitFZTf4nnd_n', symObjAddr: 0x104BC, symBinAddr: 0x1F1928, symSize: 0x54 }
+ - { offsetInCU: 0x75BA, offset: 0x1BDD82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomain_WZ', symObjAddr: 0x2328, symBinAddr: 0x1E39B0, symSize: 0x28 }
+ - { offsetInCU: 0x75D5, offset: 0x1BDD9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvau', symObjAddr: 0x2350, symBinAddr: 0x1E39D8, symSize: 0x40 }
+ - { offsetInCU: 0x75FB, offset: 0x1BDDC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvpACTK', symObjAddr: 0x2D78, symBinAddr: 0x1E4400, symSize: 0x7C }
+ - { offsetInCU: 0x7613, offset: 0x1BDDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvpACTk', symObjAddr: 0x2DF4, symBinAddr: 0x1E447C, symSize: 0x98 }
+ - { offsetInCU: 0x762B, offset: 0x1BDDF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvpACTK', symObjAddr: 0x2EF8, symBinAddr: 0x1E4580, symSize: 0x7C }
+ - { offsetInCU: 0x7643, offset: 0x1BDE0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvpACTk', symObjAddr: 0x2F74, symBinAddr: 0x1E45FC, symSize: 0x98 }
+ - { offsetInCU: 0x765B, offset: 0x1BDE23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvpACTK', symObjAddr: 0x3078, symBinAddr: 0x1E4700, symSize: 0x7C }
+ - { offsetInCU: 0x7673, offset: 0x1BDE3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvpACTk', symObjAddr: 0x30F4, symBinAddr: 0x1E477C, symSize: 0x98 }
+ - { offsetInCU: 0x768B, offset: 0x1BDE53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvpACTK', symObjAddr: 0x31F8, symBinAddr: 0x1E4880, symSize: 0x7C }
+ - { offsetInCU: 0x76A3, offset: 0x1BDE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvpACTk', symObjAddr: 0x3274, symBinAddr: 0x1E48FC, symSize: 0x98 }
+ - { offsetInCU: 0x76BB, offset: 0x1BDE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvpACTK', symObjAddr: 0x3378, symBinAddr: 0x1E4A00, symSize: 0x7C }
+ - { offsetInCU: 0x76D3, offset: 0x1BDE9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvpACTk', symObjAddr: 0x33F4, symBinAddr: 0x1E4A7C, symSize: 0x98 }
+ - { offsetInCU: 0x76EB, offset: 0x1BDEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvpACTK', symObjAddr: 0x34F8, symBinAddr: 0x1E4B80, symSize: 0x7C }
+ - { offsetInCU: 0x7703, offset: 0x1BDECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvpACTk', symObjAddr: 0x3574, symBinAddr: 0x1E4BFC, symSize: 0x98 }
+ - { offsetInCU: 0x771B, offset: 0x1BDEE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvpACTk', symObjAddr: 0x3C28, symBinAddr: 0x1E52B0, symSize: 0x88 }
+ - { offsetInCU: 0x7DAE, offset: 0x1BE576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfETo', symObjAddr: 0xB620, symBinAddr: 0x1ECCA8, symSize: 0x2D8 }
+ - { offsetInCU: 0x7E63, offset: 0x1BE62B, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10sha1Base6433_D42086F0C373FDDC085C452FC58F623CLLSSyFySPyytGXEfU_', symObjAddr: 0xBF78, symBinAddr: 0x1ED600, symSize: 0xDC }
+ - { offsetInCU: 0x7FDB, offset: 0x1BE7A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11emptyBuffer33_D42086F0C373FDDC085C452FC58F623CLL_WZ', symObjAddr: 0xC064, symBinAddr: 0x1ED6EC, symSize: 0x10 }
+ - { offsetInCU: 0x7FF6, offset: 0x1BE7BE, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCABSH10ObjectiveCWl', symObjAddr: 0xC074, symBinAddr: 0x1ED6FC, symSize: 0x58 }
+ - { offsetInCU: 0x8036, offset: 0x1BE7FE, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF13SendBirdCalls9WebSocketC10WSResponseC_Tg5', symObjAddr: 0xC110, symBinAddr: 0x1ED754, symSize: 0xA0 }
+ - { offsetInCU: 0x8127, offset: 0x1BE8EF, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFSS_SiTg5', symObjAddr: 0xC1B0, symBinAddr: 0x1ED7F4, symSize: 0xE0 }
+ - { offsetInCU: 0x8242, offset: 0x1BEA0A, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixxSgSRys5UInt8VG_Sits010FixedWidthB0RzlFSi_Tg5', symObjAddr: 0xC290, symBinAddr: 0x1ED8D4, symSize: 0x298 }
+ - { offsetInCU: 0x82B9, offset: 0x1BEA81, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingyS2SFZ', symObjAddr: 0xC528, symBinAddr: 0x1EDB6C, symSize: 0x8C }
+ - { offsetInCU: 0x82D1, offset: 0x1BEA99, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTgq5', symObjAddr: 0xC5B4, symBinAddr: 0x1EDBF8, symSize: 0x4C }
+ - { offsetInCU: 0x8326, offset: 0x1BEAEE, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingySSSsFZ', symObjAddr: 0xC600, symBinAddr: 0x1EDC44, symSize: 0x154 }
+ - { offsetInCU: 0x8394, offset: 0x1BEB5C, size: 0x8, addend: 0x0, symName: '_$sSlsE5countSivgSs8UTF8ViewV_Tgq5', symObjAddr: 0xC754, symBinAddr: 0x1EDD98, symSize: 0xF0 }
+ - { offsetInCU: 0x83B9, offset: 0x1BEB81, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSs8UTF8ViewV_Tgq5', symObjAddr: 0xC844, symBinAddr: 0x1EDE88, symSize: 0x214 }
+ - { offsetInCU: 0x83F2, offset: 0x1BEBBA, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV27_slowEnsureMatchingEncodingySS5IndexVAEF', symObjAddr: 0xCA58, symBinAddr: 0x1EE09C, symSize: 0x78 }
+ - { offsetInCU: 0x8415, offset: 0x1BEBDD, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyF13SendBirdCalls9WebSocketC10WSResponseC_Tg5', symObjAddr: 0xCAD0, symBinAddr: 0x1EE114, symSize: 0x60 }
+ - { offsetInCU: 0x85AE, offset: 0x1BED76, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5UInt8V_Tgq5Tf4nnd_n', symObjAddr: 0xD01C, symBinAddr: 0x1EE660, symSize: 0x64 }
+ - { offsetInCU: 0x85E4, offset: 0x1BEDAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8sslTrustSo03SecG3RefaSg5trust_SSSg6domaintyFs5Int32VSpys4Int8VGXEfU_TA', symObjAddr: 0xD0C4, symBinAddr: 0x1EE708, symSize: 0x34 }
+ - { offsetInCU: 0x8622, offset: 0x1BEDEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCMa', symObjAddr: 0xD258, symBinAddr: 0x1EE7B4, symSize: 0x20 }
+ - { offsetInCU: 0x8636, offset: 0x1BEDFE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVIegg_SgWOy', symObjAddr: 0xD278, symBinAddr: 0x1EE7D4, symSize: 0x10 }
+ - { offsetInCU: 0x864A, offset: 0x1BEE12, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVIegg_SgWOe', symObjAddr: 0xD288, symBinAddr: 0x1EE7E4, symSize: 0x10 }
+ - { offsetInCU: 0x865E, offset: 0x1BEE26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pSgWOc', symObjAddr: 0xD298, symBinAddr: 0x1EE7F4, symSize: 0x48 }
+ - { offsetInCU: 0x8672, offset: 0x1BEE3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pSgWOf', symObjAddr: 0xD2E0, symBinAddr: 0x1EE83C, symSize: 0x48 }
+ - { offsetInCU: 0x86A7, offset: 0x1BEE6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFyyYbcfU_TA', symObjAddr: 0xDD5C, symBinAddr: 0x1EF2B8, symSize: 0x8 }
+ - { offsetInCU: 0x86BB, offset: 0x1BEE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8WSStream_pWOc', symObjAddr: 0xDDBC, symBinAddr: 0x1EF2C0, symSize: 0x44 }
+ - { offsetInCU: 0x86CF, offset: 0x1BEE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASQWb', symObjAddr: 0xDE58, symBinAddr: 0x1EF318, symSize: 0x4 }
+ - { offsetInCU: 0x86E3, offset: 0x1BEEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOACSQAAWl', symObjAddr: 0xDE5C, symBinAddr: 0x1EF31C, symSize: 0x44 }
+ - { offsetInCU: 0x86F7, offset: 0x1BEEBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASQWb', symObjAddr: 0xDEA0, symBinAddr: 0x1EF360, symSize: 0x4 }
+ - { offsetInCU: 0x870B, offset: 0x1BEED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOACSQAAWl', symObjAddr: 0xDEA4, symBinAddr: 0x1EF364, symSize: 0x44 }
+ - { offsetInCU: 0x871F, offset: 0x1BEEE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASQWb', symObjAddr: 0xDEE8, symBinAddr: 0x1EF3A8, symSize: 0x4 }
+ - { offsetInCU: 0x8733, offset: 0x1BEEFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOAESQAAWl', symObjAddr: 0xDEEC, symBinAddr: 0x1EF3AC, symSize: 0x44 }
+ - { offsetInCU: 0x8747, offset: 0x1BEF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwet', symObjAddr: 0xE8EC, symBinAddr: 0x1EFD9C, symSize: 0x90 }
+ - { offsetInCU: 0x875B, offset: 0x1BEF23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwst', symObjAddr: 0xE97C, symBinAddr: 0x1EFE2C, symSize: 0xBC }
+ - { offsetInCU: 0x876F, offset: 0x1BEF37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwug', symObjAddr: 0xEA38, symBinAddr: 0x1EFEE8, symSize: 0x8 }
+ - { offsetInCU: 0x8783, offset: 0x1BEF4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwup', symObjAddr: 0xEA40, symBinAddr: 0x1EFEF0, symSize: 0x4 }
+ - { offsetInCU: 0x8797, offset: 0x1BEF5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwui', symObjAddr: 0xEA44, symBinAddr: 0x1EFEF4, symSize: 0x8 }
+ - { offsetInCU: 0x87AB, offset: 0x1BEF73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOMa', symObjAddr: 0xEA4C, symBinAddr: 0x1EFEFC, symSize: 0x10 }
+ - { offsetInCU: 0x87BF, offset: 0x1BEF87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwet', symObjAddr: 0xEA5C, symBinAddr: 0x1EFF0C, symSize: 0x90 }
+ - { offsetInCU: 0x87D3, offset: 0x1BEF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwst', symObjAddr: 0xEAEC, symBinAddr: 0x1EFF9C, symSize: 0xBC }
+ - { offsetInCU: 0x87E7, offset: 0x1BEFAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwup', symObjAddr: 0xEBA8, symBinAddr: 0x1F0058, symSize: 0x4 }
+ - { offsetInCU: 0x87FB, offset: 0x1BEFC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOMa', symObjAddr: 0xEBAC, symBinAddr: 0x1F005C, symSize: 0x10 }
+ - { offsetInCU: 0x880F, offset: 0x1BEFD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwxx', symObjAddr: 0xEBBC, symBinAddr: 0x1F006C, symSize: 0x8 }
+ - { offsetInCU: 0x8823, offset: 0x1BEFEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwcp', symObjAddr: 0xEBC4, symBinAddr: 0x1F0074, symSize: 0x3C }
+ - { offsetInCU: 0x8837, offset: 0x1BEFFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwca', symObjAddr: 0xEC00, symBinAddr: 0x1F00B0, symSize: 0x5C }
+ - { offsetInCU: 0x884B, offset: 0x1BF013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwta', symObjAddr: 0xEC68, symBinAddr: 0x1F010C, symSize: 0x44 }
+ - { offsetInCU: 0x885F, offset: 0x1BF027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwet', symObjAddr: 0xECAC, symBinAddr: 0x1F0150, symSize: 0x48 }
+ - { offsetInCU: 0x8873, offset: 0x1BF03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwst', symObjAddr: 0xECF4, symBinAddr: 0x1F0198, symSize: 0x40 }
+ - { offsetInCU: 0x8887, offset: 0x1BF04F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVMa', symObjAddr: 0xED34, symBinAddr: 0x1F01D8, symSize: 0x10 }
+ - { offsetInCU: 0x889B, offset: 0x1BF063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwCP', symObjAddr: 0xEE40, symBinAddr: 0x1F02E4, symSize: 0x30 }
+ - { offsetInCU: 0x88AF, offset: 0x1BF077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwxx', symObjAddr: 0xEE70, symBinAddr: 0x1F0314, symSize: 0x30 }
+ - { offsetInCU: 0x88C3, offset: 0x1BF08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwcp', symObjAddr: 0xEEA0, symBinAddr: 0x1F0344, symSize: 0x5C }
+ - { offsetInCU: 0x88D7, offset: 0x1BF09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwca', symObjAddr: 0xEEFC, symBinAddr: 0x1F03A0, symSize: 0x94 }
+ - { offsetInCU: 0x88EB, offset: 0x1BF0B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwta', symObjAddr: 0xEFA4, symBinAddr: 0x1F0434, symSize: 0x6C }
+ - { offsetInCU: 0x88FF, offset: 0x1BF0C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwet', symObjAddr: 0xF010, symBinAddr: 0x1F04A0, symSize: 0x5C }
+ - { offsetInCU: 0x8913, offset: 0x1BF0DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwst', symObjAddr: 0xF06C, symBinAddr: 0x1F04FC, symSize: 0x5C }
+ - { offsetInCU: 0x8927, offset: 0x1BF0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVMa', symObjAddr: 0xF0C8, symBinAddr: 0x1F0558, symSize: 0x10 }
+ - { offsetInCU: 0x893B, offset: 0x1BF103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCMU', symObjAddr: 0xF344, symBinAddr: 0x1F07D4, symSize: 0x8 }
+ - { offsetInCU: 0x894F, offset: 0x1BF117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCMr', symObjAddr: 0xF34C, symBinAddr: 0x1F07DC, symSize: 0x15C }
+ - { offsetInCU: 0x8963, offset: 0x1BF12B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwet', symObjAddr: 0xFC30, symBinAddr: 0x1F10C0, symSize: 0x90 }
+ - { offsetInCU: 0x8977, offset: 0x1BF13F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwst', symObjAddr: 0xFCC0, symBinAddr: 0x1F1150, symSize: 0xBC }
+ - { offsetInCU: 0x898B, offset: 0x1BF153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwup', symObjAddr: 0xFD7C, symBinAddr: 0x1F120C, symSize: 0x4 }
+ - { offsetInCU: 0x899F, offset: 0x1BF167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOMa', symObjAddr: 0xFD80, symBinAddr: 0x1F1210, symSize: 0x10 }
+ - { offsetInCU: 0x89B3, offset: 0x1BF17B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCMU', symObjAddr: 0xFD90, symBinAddr: 0x1F1220, symSize: 0x8 }
+ - { offsetInCU: 0x89C7, offset: 0x1BF18F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCMr', symObjAddr: 0xFDE0, symBinAddr: 0x1F1270, symSize: 0x9C }
+ - { offsetInCU: 0x89DB, offset: 0x1BF1A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwxx', symObjAddr: 0xFF44, symBinAddr: 0x1F13D4, symSize: 0x28 }
+ - { offsetInCU: 0x89EF, offset: 0x1BF1B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwcp', symObjAddr: 0xFF6C, symBinAddr: 0x1F13FC, symSize: 0x4C }
+ - { offsetInCU: 0x8A03, offset: 0x1BF1CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwca', symObjAddr: 0xFFB8, symBinAddr: 0x1F1448, symSize: 0x8C }
+ - { offsetInCU: 0x8A17, offset: 0x1BF1DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwta', symObjAddr: 0x10058, symBinAddr: 0x1F14D4, symSize: 0x6C }
+ - { offsetInCU: 0x8A2B, offset: 0x1BF1F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwet', symObjAddr: 0x100C4, symBinAddr: 0x1F1540, symSize: 0x5C }
+ - { offsetInCU: 0x8A3F, offset: 0x1BF207, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwst', symObjAddr: 0x10120, symBinAddr: 0x1F159C, symSize: 0x60 }
+ - { offsetInCU: 0x8A53, offset: 0x1BF21B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVMa', symObjAddr: 0x10180, symBinAddr: 0x1F15FC, symSize: 0x10 }
+ - { offsetInCU: 0x8A67, offset: 0x1BF22F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgFyyYbcfU_TA', symObjAddr: 0x101BC, symBinAddr: 0x1F1638, symSize: 0x8 }
+ - { offsetInCU: 0x8A7B, offset: 0x1BF243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU0_TA', symObjAddr: 0x10208, symBinAddr: 0x1F1674, symSize: 0xC }
+ - { offsetInCU: 0x8A8F, offset: 0x1BF257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU_TA', symObjAddr: 0x10248, symBinAddr: 0x1F16B4, symSize: 0xC }
+ - { offsetInCU: 0x8AA3, offset: 0x1BF26B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tFyyYbcfU_TA', symObjAddr: 0x10258, symBinAddr: 0x1F16C4, symSize: 0xC }
+ - { offsetInCU: 0x8B1C, offset: 0x1BF2E4, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10sha1Base6433_D42086F0C373FDDC085C452FC58F623CLLSSyFySPyytGXEfU_TA', symObjAddr: 0x10510, symBinAddr: 0x1F197C, symSize: 0x1C }
+ - { offsetInCU: 0x8B30, offset: 0x1BF2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitFyyYbcfU_TA', symObjAddr: 0x1052C, symBinAddr: 0x1F1998, symSize: 0x8 }
+ - { offsetInCU: 0x8B44, offset: 0x1BF30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_TA', symObjAddr: 0x1058C, symBinAddr: 0x1F19D0, symSize: 0xC }
+ - { offsetInCU: 0x8B58, offset: 0x1BF320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_yyYbcfU_TA', symObjAddr: 0x105F0, symBinAddr: 0x1F1A34, symSize: 0xC }
+ - { offsetInCU: 0x8B6C, offset: 0x1BF334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pWOb', symObjAddr: 0x105FC, symBinAddr: 0x1F1A40, symSize: 0x18 }
+ - { offsetInCU: 0x8B80, offset: 0x1BF348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16WSStreamDelegate_pSgXwWOh', symObjAddr: 0x10614, symBinAddr: 0x1F1A58, symSize: 0x24 }
+ - { offsetInCU: 0x8B9F, offset: 0x1BF367, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGytIegnr_AAIegg_TRTA', symObjAddr: 0x1065C, symBinAddr: 0x1F1AA0, symSize: 0x44 }
+ - { offsetInCU: 0x8BD3, offset: 0x1BF39B, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGIegg_AAytIegnr_TRTA', symObjAddr: 0x106A0, symBinAddr: 0x1F1AE4, symSize: 0x24 }
+ - { offsetInCU: 0x8C07, offset: 0x1BF3CF, size: 0x8, addend: 0x0, symName: '_$sSSytIegnr_SSIegg_TRTA', symObjAddr: 0x10784, symBinAddr: 0x1F1BB4, symSize: 0x48 }
+ - { offsetInCU: 0x8C3B, offset: 0x1BF403, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SSytIegnr_TRTA', symObjAddr: 0x107CC, symBinAddr: 0x1F1BFC, symSize: 0x28 }
+ - { offsetInCU: 0x8C6F, offset: 0x1BF437, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgytIegnr_ABIegg_TRTA', symObjAddr: 0x107F4, symBinAddr: 0x1F1C24, symSize: 0x44 }
+ - { offsetInCU: 0x8CA3, offset: 0x1BF46B, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgIegg_ABytIegnr_TRTA', symObjAddr: 0x10838, symBinAddr: 0x1F1C68, symSize: 0x24 }
+ - { offsetInCU: 0x8CD7, offset: 0x1BF49F, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x1085C, symBinAddr: 0x1F1C8C, symSize: 0x20 }
+ - { offsetInCU: 0x8D0B, offset: 0x1BF4D3, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x1087C, symBinAddr: 0x1F1CAC, symSize: 0x20 }
+ - { offsetInCU: 0x8D34, offset: 0x1BF4FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_TA', symObjAddr: 0x108E0, symBinAddr: 0x1F1D10, symSize: 0x14 }
+ - { offsetInCU: 0x8D48, offset: 0x1BF510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_yyYbcfU_TA', symObjAddr: 0x108F4, symBinAddr: 0x1F1D24, symSize: 0x20 }
+ - { offsetInCU: 0x8DCD, offset: 0x1BF595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA8, symBinAddr: 0x1E17B4, symSize: 0x24 }
+ - { offsetInCU: 0x8E6F, offset: 0x1BF637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH9hashValueSivgTW', symObjAddr: 0xCC, symBinAddr: 0x1E17D8, symSize: 0x4C }
+ - { offsetInCU: 0x8F47, offset: 0x1BF70F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x118, symBinAddr: 0x1E1824, symSize: 0x34 }
+ - { offsetInCU: 0x8FC3, offset: 0x1BF78B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x14C, symBinAddr: 0x1E1858, symSize: 0x48 }
+ - { offsetInCU: 0x909C, offset: 0x1BF864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D8, symBinAddr: 0x1E19E4, symSize: 0x40 }
+ - { offsetInCU: 0x9138, offset: 0x1BF900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP7_domainSSvgTW', symObjAddr: 0x318, symBinAddr: 0x1E1A24, symSize: 0x4 }
+ - { offsetInCU: 0x9154, offset: 0x1BF91C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP5_codeSivgTW', symObjAddr: 0x31C, symBinAddr: 0x1E1A28, symSize: 0x4 }
+ - { offsetInCU: 0x9170, offset: 0x1BF938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x320, symBinAddr: 0x1E1A2C, symSize: 0x4 }
+ - { offsetInCU: 0x918C, offset: 0x1BF954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x324, symBinAddr: 0x1E1A30, symSize: 0x4 }
+ - { offsetInCU: 0x91A8, offset: 0x1BF970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP7_domainSSvgTW', symObjAddr: 0x364, symBinAddr: 0x1E1A70, symSize: 0x4 }
+ - { offsetInCU: 0x91C4, offset: 0x1BF98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP5_codeSivgTW', symObjAddr: 0x368, symBinAddr: 0x1E1A74, symSize: 0x4 }
+ - { offsetInCU: 0x91E0, offset: 0x1BF9A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x36C, symBinAddr: 0x1E1A78, symSize: 0x4 }
+ - { offsetInCU: 0x91FC, offset: 0x1BF9C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x370, symBinAddr: 0x1E1A7C, symSize: 0x4 }
+ - { offsetInCU: 0x92FD, offset: 0x1BFAC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x21C8, symBinAddr: 0x1E3850, symSize: 0x34 }
+ - { offsetInCU: 0x93B7, offset: 0x1BFB7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x21FC, symBinAddr: 0x1E3884, symSize: 0x54 }
+ - { offsetInCU: 0x948F, offset: 0x1BFC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2250, symBinAddr: 0x1E38D8, symSize: 0x3C }
+ - { offsetInCU: 0x950B, offset: 0x1BFCD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x228C, symBinAddr: 0x1E3914, symSize: 0x50 }
+ - { offsetInCU: 0x99B7, offset: 0x1C017F, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_s5Error_ps11AnyHashableVypTg5', symObjAddr: 0xB0D0, symBinAddr: 0x1EC758, symSize: 0x418 }
+ - { offsetInCU: 0x9B08, offset: 0x1C02D0, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay10Foundation4DataVG_Tg50104$s13SendBirdCalls9WebSocketC12dequeueInput33_D42086F0C373FDDC085C452FC58F623CLLyyFyyXEfU_Sb10Foundation4F6VXEfU_AITf1cn_nTf4gg_n', symObjAddr: 0xCB30, symBinAddr: 0x1EE174, symSize: 0x4BC }
+ - { offsetInCU: 0x27, offset: 0x1C10CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x0, symBinAddr: 0x1F1ED8, symSize: 0x48 }
+ - { offsetInCU: 0x69, offset: 0x1C1111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x0, symBinAddr: 0x1F1ED8, symSize: 0x48 }
+ - { offsetInCU: 0xA6, offset: 0x1C114E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0Cvg', symObjAddr: 0x48, symBinAddr: 0x1F1F20, symSize: 0x44 }
+ - { offsetInCU: 0xEF, offset: 0x1C1197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvsTo', symObjAddr: 0x8C, symBinAddr: 0x1F1F64, symSize: 0x64 }
+ - { offsetInCU: 0x134, offset: 0x1C11DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0Cvs', symObjAddr: 0xF0, symBinAddr: 0x1F1FC8, symSize: 0x50 }
+ - { offsetInCU: 0x15D, offset: 0x1C1205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvM', symObjAddr: 0x140, symBinAddr: 0x1F2018, symSize: 0x44 }
+ - { offsetInCU: 0x18C, offset: 0x1C1234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvM.resume.0', symObjAddr: 0x184, symBinAddr: 0x1F205C, symSize: 0x4 }
+ - { offsetInCU: 0x1D5, offset: 0x1C127D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvgTo', symObjAddr: 0x188, symBinAddr: 0x1F2060, symSize: 0x44 }
+ - { offsetInCU: 0x212, offset: 0x1C12BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvg', symObjAddr: 0x1CC, symBinAddr: 0x1F20A4, symSize: 0x44 }
+ - { offsetInCU: 0x25B, offset: 0x1C1303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvsTo', symObjAddr: 0x210, symBinAddr: 0x1F20E8, symSize: 0x48 }
+ - { offsetInCU: 0x298, offset: 0x1C1340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvs', symObjAddr: 0x258, symBinAddr: 0x1F2130, symSize: 0x48 }
+ - { offsetInCU: 0x2BD, offset: 0x1C1365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvM', symObjAddr: 0x2A0, symBinAddr: 0x1F2178, symSize: 0x44 }
+ - { offsetInCU: 0x32E, offset: 0x1C13D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_SbtcfC', symObjAddr: 0x2E4, symBinAddr: 0x1F21BC, symSize: 0xA0 }
+ - { offsetInCU: 0x375, offset: 0x1C141D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_Sbtcfc', symObjAddr: 0x384, symBinAddr: 0x1F225C, symSize: 0x90 }
+ - { offsetInCU: 0x3AE, offset: 0x1C1456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_SbtcfcTo', symObjAddr: 0x434, symBinAddr: 0x1F230C, symSize: 0xA0 }
+ - { offsetInCU: 0x41F, offset: 0x1C14C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfC', symObjAddr: 0x4D4, symBinAddr: 0x1F23AC, symSize: 0x48 }
+ - { offsetInCU: 0x466, offset: 0x1C150E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfc', symObjAddr: 0x51C, symBinAddr: 0x1F23F4, symSize: 0x44 }
+ - { offsetInCU: 0x499, offset: 0x1C1541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfcTo', symObjAddr: 0x560, symBinAddr: 0x1F2438, symSize: 0x10 }
+ - { offsetInCU: 0x4B9, offset: 0x1C1561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfcTo', symObjAddr: 0x560, symBinAddr: 0x1F2438, symSize: 0x10 }
+ - { offsetInCU: 0x4DC, offset: 0x1C1584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfC', symObjAddr: 0x570, symBinAddr: 0x1F2448, symSize: 0x20 }
+ - { offsetInCU: 0x4FA, offset: 0x1C15A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfc', symObjAddr: 0x590, symBinAddr: 0x1F2468, symSize: 0x58 }
+ - { offsetInCU: 0x562, offset: 0x1C160A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfcTo', symObjAddr: 0x5E8, symBinAddr: 0x1F24C0, symSize: 0x5C }
+ - { offsetInCU: 0x5B4, offset: 0x1C165C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCfD', symObjAddr: 0x644, symBinAddr: 0x1F251C, symSize: 0x30 }
+ - { offsetInCU: 0x5E2, offset: 0x1C168A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCMa', symObjAddr: 0x414, symBinAddr: 0x1F22EC, symSize: 0x20 }
+ - { offsetInCU: 0x5F6, offset: 0x1C169E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCfETo', symObjAddr: 0x774, symBinAddr: 0x1F264C, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1C18AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1F271C, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1C18D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1F271C, symSize: 0x10 }
+ - { offsetInCU: 0x86, offset: 0x1C190C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x70, symBinAddr: 0x1F278C, symSize: 0x68 }
+ - { offsetInCU: 0xA7, offset: 0x1C192D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xD8, symBinAddr: 0x1F27F4, symSize: 0x6C }
+ - { offsetInCU: 0xD0, offset: 0x1C1956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x144, symBinAddr: 0x1F2860, symSize: 0x6C }
+ - { offsetInCU: 0xF9, offset: 0x1C197F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x1B0, symBinAddr: 0x1F28CC, symSize: 0x4 }
+ - { offsetInCU: 0x115, offset: 0x1C199B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1B4, symBinAddr: 0x1F28D0, symSize: 0x4 }
+ - { offsetInCU: 0x131, offset: 0x1C19B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1B8, symBinAddr: 0x1F28D4, symSize: 0x94 }
+ - { offsetInCU: 0x1B4, offset: 0x1C1A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x28C, symBinAddr: 0x1F2968, symSize: 0x30 }
+ - { offsetInCU: 0x1D0, offset: 0x1C1A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2BC, symBinAddr: 0x1F2998, symSize: 0x4 }
+ - { offsetInCU: 0x21C, offset: 0x1C1AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x374, symBinAddr: 0x1F2A0C, symSize: 0x68 }
+ - { offsetInCU: 0x253, offset: 0x1C1AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x490, symBinAddr: 0x1F2B28, symSize: 0x8 }
+ - { offsetInCU: 0x26F, offset: 0x1C1AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x498, symBinAddr: 0x1F2B30, symSize: 0x8 }
+ - { offsetInCU: 0x28B, offset: 0x1C1B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x52C, symBinAddr: 0x1F2BC4, symSize: 0x4 }
+ - { offsetInCU: 0x2AF, offset: 0x1C1B35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x10, symBinAddr: 0x1F272C, symSize: 0x20 }
+ - { offsetInCU: 0x2C9, offset: 0x1C1B4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x30, symBinAddr: 0x1F274C, symSize: 0x40 }
+ - { offsetInCU: 0x30F, offset: 0x1C1B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x2C0, symBinAddr: 0x1F299C, symSize: 0x24 }
+ - { offsetInCU: 0x323, offset: 0x1C1BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x328, symBinAddr: 0x1F29C0, symSize: 0x4 }
+ - { offsetInCU: 0x337, offset: 0x1C1BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x32C, symBinAddr: 0x1F29C4, symSize: 0x48 }
+ - { offsetInCU: 0x34B, offset: 0x1C1BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x3DC, symBinAddr: 0x1F2A74, symSize: 0x2C }
+ - { offsetInCU: 0x35F, offset: 0x1C1BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0x408, symBinAddr: 0x1F2AA0, symSize: 0x44 }
+ - { offsetInCU: 0x373, offset: 0x1C1BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x44C, symBinAddr: 0x1F2AE4, symSize: 0x44 }
+ - { offsetInCU: 0x387, offset: 0x1C1C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0x4A0, symBinAddr: 0x1F2B38, symSize: 0x24 }
+ - { offsetInCU: 0x39B, offset: 0x1C1C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0x4C4, symBinAddr: 0x1F2B5C, symSize: 0x44 }
+ - { offsetInCU: 0x3AF, offset: 0x1C1C35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x508, symBinAddr: 0x1F2BA0, symSize: 0x24 }
+ - { offsetInCU: 0x3C3, offset: 0x1C1C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwCP', symObjAddr: 0x530, symBinAddr: 0x1F2BC8, symSize: 0x34 }
+ - { offsetInCU: 0x3D7, offset: 0x1C1C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwxx', symObjAddr: 0x564, symBinAddr: 0x1F2BFC, symSize: 0x8 }
+ - { offsetInCU: 0x3EB, offset: 0x1C1C71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwcp', symObjAddr: 0x56C, symBinAddr: 0x1F2C04, symSize: 0x34 }
+ - { offsetInCU: 0x3FF, offset: 0x1C1C85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwca', symObjAddr: 0x5A0, symBinAddr: 0x1F2C38, symSize: 0x48 }
+ - { offsetInCU: 0x413, offset: 0x1C1C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwta', symObjAddr: 0x5FC, symBinAddr: 0x1F2C80, symSize: 0x38 }
+ - { offsetInCU: 0x427, offset: 0x1C1CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwet', symObjAddr: 0x634, symBinAddr: 0x1F2CB8, symSize: 0x48 }
+ - { offsetInCU: 0x43B, offset: 0x1C1CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwst', symObjAddr: 0x67C, symBinAddr: 0x1F2D00, symSize: 0x40 }
+ - { offsetInCU: 0x44F, offset: 0x1C1CD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVMa', symObjAddr: 0x6BC, symBinAddr: 0x1F2D40, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x1C1F14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TR', symObjAddr: 0x0, symBinAddr: 0x1F2D50, symSize: 0x14 }
+ - { offsetInCU: 0xD4, offset: 0x1C1FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfC', symObjAddr: 0x14, symBinAddr: 0x1F2D64, symSize: 0x19C }
+ - { offsetInCU: 0x150, offset: 0x1C2025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4roomAA0D0Cvg', symObjAddr: 0x1B0, symBinAddr: 0x1F2F00, symSize: 0x10 }
+ - { offsetInCU: 0x19B, offset: 0x1C2070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvgTo', symObjAddr: 0x1C0, symBinAddr: 0x1F2F10, symSize: 0x10 }
+ - { offsetInCU: 0x1BB, offset: 0x1C2090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvgTo', symObjAddr: 0x1C0, symBinAddr: 0x1F2F10, symSize: 0x10 }
+ - { offsetInCU: 0x1D8, offset: 0x1C20AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvg', symObjAddr: 0x1D0, symBinAddr: 0x1F2F20, symSize: 0x10 }
+ - { offsetInCU: 0x213, offset: 0x1C20E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvgTo', symObjAddr: 0x1E0, symBinAddr: 0x1F2F30, symSize: 0x10 }
+ - { offsetInCU: 0x233, offset: 0x1C2108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvgTo', symObjAddr: 0x1E0, symBinAddr: 0x1F2F30, symSize: 0x10 }
+ - { offsetInCU: 0x250, offset: 0x1C2125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvg', symObjAddr: 0x1F0, symBinAddr: 0x1F2F40, symSize: 0x10 }
+ - { offsetInCU: 0x26D, offset: 0x1C2142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC15shortLivedTokenSSSgvg', symObjAddr: 0x200, symBinAddr: 0x1F2F50, symSize: 0x38 }
+ - { offsetInCU: 0x29C, offset: 0x1C2171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvg', symObjAddr: 0x238, symBinAddr: 0x1F2F88, symSize: 0x4C }
+ - { offsetInCU: 0x2CB, offset: 0x1C21A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvs', symObjAddr: 0x284, symBinAddr: 0x1F2FD4, symSize: 0x68 }
+ - { offsetInCU: 0x30A, offset: 0x1C21DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvM', symObjAddr: 0x2EC, symBinAddr: 0x1F303C, symSize: 0x74 }
+ - { offsetInCU: 0x339, offset: 0x1C220E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvM.resume.0', symObjAddr: 0x360, symBinAddr: 0x1F30B0, symSize: 0x74 }
+ - { offsetInCU: 0x364, offset: 0x1C2239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvg', symObjAddr: 0x3D4, symBinAddr: 0x1F3124, symSize: 0x48 }
+ - { offsetInCU: 0x393, offset: 0x1C2268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvs', symObjAddr: 0x41C, symBinAddr: 0x1F316C, symSize: 0x58 }
+ - { offsetInCU: 0x3D2, offset: 0x1C22A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvM', symObjAddr: 0x474, symBinAddr: 0x1F31C4, symSize: 0x70 }
+ - { offsetInCU: 0x401, offset: 0x1C22D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvM.resume.0', symObjAddr: 0x4E4, symBinAddr: 0x1F3234, symSize: 0x6C }
+ - { offsetInCU: 0x42C, offset: 0x1C2301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x550, symBinAddr: 0x1F32A0, symSize: 0x1F4 }
+ - { offsetInCU: 0x517, offset: 0x1C23EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x744, symBinAddr: 0x1F3494, symSize: 0x88 }
+ - { offsetInCU: 0x533, offset: 0x1C2408, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x7CC, symBinAddr: 0x1F351C, symSize: 0x1F4 }
+ - { offsetInCU: 0x61E, offset: 0x1C24F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x9C0, symBinAddr: 0x1F3710, symSize: 0x88 }
+ - { offsetInCU: 0x63A, offset: 0x1C250F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0xA48, symBinAddr: 0x1F3798, symSize: 0x1F4 }
+ - { offsetInCU: 0x725, offset: 0x1C25FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0xD10, symBinAddr: 0x1F3A60, symSize: 0x88 }
+ - { offsetInCU: 0x741, offset: 0x1C2616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfc', symObjAddr: 0xD98, symBinAddr: 0x1F3AE8, symSize: 0x84 }
+ - { offsetInCU: 0x755, offset: 0x1C262A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfC', symObjAddr: 0xE1C, symBinAddr: 0x1F3B6C, symSize: 0x20 }
+ - { offsetInCU: 0x773, offset: 0x1C2648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfc', symObjAddr: 0xE3C, symBinAddr: 0x1F3B8C, symSize: 0x2C }
+ - { offsetInCU: 0x7D6, offset: 0x1C26AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfcTo', symObjAddr: 0xE68, symBinAddr: 0x1F3BB8, symSize: 0x2C }
+ - { offsetInCU: 0x83D, offset: 0x1C2712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCfD', symObjAddr: 0xE94, symBinAddr: 0x1F3BE4, symSize: 0x30 }
+ - { offsetInCU: 0x86A, offset: 0x1C273F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfcTf4ggggggn_n', symObjAddr: 0x19E8, symBinAddr: 0x1F4738, symSize: 0x148 }
+ - { offsetInCU: 0x9C6, offset: 0x1C289B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCfETo', symObjAddr: 0xEC4, symBinAddr: 0x1F3C14, symSize: 0x7C }
+ - { offsetInCU: 0xA01, offset: 0x1C28D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4roomAA0D4DataVvg', symObjAddr: 0xF40, symBinAddr: 0x1F3C90, symSize: 0x70 }
+ - { offsetInCU: 0xA1D, offset: 0x1C28F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV7inviterAA4UserCvg', symObjAddr: 0xFB0, symBinAddr: 0x1F3D00, symSize: 0x8 }
+ - { offsetInCU: 0xA39, offset: 0x1C290E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV7inviteeAA4UserCvg', symObjAddr: 0xFB8, symBinAddr: 0x1F3D08, symSize: 0x8 }
+ - { offsetInCU: 0xA55, offset: 0x1C292A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV15shortLivedTokenSSSgvg', symObjAddr: 0xFC0, symBinAddr: 0x1F3D10, symSize: 0x2C }
+ - { offsetInCU: 0xA71, offset: 0x1C2946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xFEC, symBinAddr: 0x1F3D3C, symSize: 0x50 }
+ - { offsetInCU: 0xABA, offset: 0x1C298F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x103C, symBinAddr: 0x1F3D8C, symSize: 0x5C }
+ - { offsetInCU: 0xB12, offset: 0x1C29E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1098, symBinAddr: 0x1F3DE8, symSize: 0x5C }
+ - { offsetInCU: 0xB7A, offset: 0x1C2A4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x10F4, symBinAddr: 0x1F3E44, symSize: 0x8 }
+ - { offsetInCU: 0xBA1, offset: 0x1C2A76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x10FC, symBinAddr: 0x1F3E4C, symSize: 0xC }
+ - { offsetInCU: 0xBC8, offset: 0x1C2A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1108, symBinAddr: 0x1F3E58, symSize: 0x78 }
+ - { offsetInCU: 0xC01, offset: 0x1C2AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1180, symBinAddr: 0x1F3ED0, symSize: 0x78 }
+ - { offsetInCU: 0xC5A, offset: 0x1C2B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x137C, symBinAddr: 0x1F40CC, symSize: 0x64 }
+ - { offsetInCU: 0xCC0, offset: 0x1C2B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x13E0, symBinAddr: 0x1F4130, symSize: 0x28 }
+ - { offsetInCU: 0xCD4, offset: 0x1C2BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1408, symBinAddr: 0x1F4158, symSize: 0x8 }
+ - { offsetInCU: 0xD0A, offset: 0x1C2BDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1410, symBinAddr: 0x1F4160, symSize: 0x68 }
+ - { offsetInCU: 0xD8F, offset: 0x1C2C64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1478, symBinAddr: 0x1F41C8, symSize: 0xC }
+ - { offsetInCU: 0xDAB, offset: 0x1C2C80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1484, symBinAddr: 0x1F41D4, symSize: 0xC }
+ - { offsetInCU: 0xDDE, offset: 0x1C2CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x14E0, symBinAddr: 0x1F4230, symSize: 0x50 }
+ - { offsetInCU: 0xE16, offset: 0x1C2CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1530, symBinAddr: 0x1F4280, symSize: 0x4B8 }
+ - { offsetInCU: 0xE94, offset: 0x1C2D69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1B74, symBinAddr: 0x1F4884, symSize: 0x30 }
+ - { offsetInCU: 0xEA8, offset: 0x1C2D7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1BFC, symBinAddr: 0x1F48B8, symSize: 0x44 }
+ - { offsetInCU: 0xEBC, offset: 0x1C2D91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1C44, symBinAddr: 0x1F4900, symSize: 0x30 }
+ - { offsetInCU: 0xED0, offset: 0x1C2DA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1CBC, symBinAddr: 0x1F4934, symSize: 0x44 }
+ - { offsetInCU: 0xEE4, offset: 0x1C2DB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1D38, symBinAddr: 0x1F49B0, symSize: 0x30 }
+ - { offsetInCU: 0xEF8, offset: 0x1C2DCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1DF8, symBinAddr: 0x1F4A2C, symSize: 0x44 }
+ - { offsetInCU: 0xF0C, offset: 0x1C2DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCMa', symObjAddr: 0x1E3C, symBinAddr: 0x1F4A70, symSize: 0x20 }
+ - { offsetInCU: 0xF20, offset: 0x1C2DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASQWb', symObjAddr: 0x1E5C, symBinAddr: 0x1F4A90, symSize: 0x4 }
+ - { offsetInCU: 0xF34, offset: 0x1C2E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAESQAAWl', symObjAddr: 0x1E60, symBinAddr: 0x1F4A94, symSize: 0x44 }
+ - { offsetInCU: 0xF48, offset: 0x1C2E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1EA4, symBinAddr: 0x1F4AD8, symSize: 0x4 }
+ - { offsetInCU: 0xF5C, offset: 0x1C2E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1EA8, symBinAddr: 0x1F4ADC, symSize: 0x44 }
+ - { offsetInCU: 0xF70, offset: 0x1C2E45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1EEC, symBinAddr: 0x1F4B20, symSize: 0x4 }
+ - { offsetInCU: 0xF84, offset: 0x1C2E59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1EF0, symBinAddr: 0x1F4B24, symSize: 0x44 }
+ - { offsetInCU: 0xF98, offset: 0x1C2E6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA11RespondableAAWI', symObjAddr: 0x1F34, symBinAddr: 0x1F4B68, symSize: 0x2C }
+ - { offsetInCU: 0xFAC, offset: 0x1C2E81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA8ResponseAAWl', symObjAddr: 0x1F60, symBinAddr: 0x1F4B94, symSize: 0x44 }
+ - { offsetInCU: 0xFC0, offset: 0x1C2E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA17StrategyDecodableAAWl', symObjAddr: 0x1FA4, symBinAddr: 0x1F4BD8, symSize: 0x44 }
+ - { offsetInCU: 0xFD4, offset: 0x1C2EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA8ResponseAAWI', symObjAddr: 0x1FE8, symBinAddr: 0x1F4C1C, symSize: 0x24 }
+ - { offsetInCU: 0xFE8, offset: 0x1C2EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA17StrategyDecodableAAWI', symObjAddr: 0x2050, symBinAddr: 0x1F4C40, symSize: 0x24 }
+ - { offsetInCU: 0xFFC, offset: 0x1C2ED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwCP', symObjAddr: 0x2294, symBinAddr: 0x1F4E84, symSize: 0x30 }
+ - { offsetInCU: 0x1010, offset: 0x1C2EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwxx', symObjAddr: 0x22C4, symBinAddr: 0x1F4EB4, symSize: 0x58 }
+ - { offsetInCU: 0x1024, offset: 0x1C2EF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwcp', symObjAddr: 0x231C, symBinAddr: 0x1F4F0C, symSize: 0xAC }
+ - { offsetInCU: 0x1038, offset: 0x1C2F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwca', symObjAddr: 0x23C8, symBinAddr: 0x1F4FB8, symSize: 0x12C }
+ - { offsetInCU: 0x104C, offset: 0x1C2F21, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x24F4, symBinAddr: 0x1F50E4, symSize: 0x24 }
+ - { offsetInCU: 0x1060, offset: 0x1C2F35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwta', symObjAddr: 0x2518, symBinAddr: 0x1F5108, symSize: 0xAC }
+ - { offsetInCU: 0x1074, offset: 0x1C2F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwet', symObjAddr: 0x25C4, symBinAddr: 0x1F51B4, symSize: 0x48 }
+ - { offsetInCU: 0x1088, offset: 0x1C2F5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwst', symObjAddr: 0x260C, symBinAddr: 0x1F51FC, symSize: 0x60 }
+ - { offsetInCU: 0x109C, offset: 0x1C2F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVMa', symObjAddr: 0x266C, symBinAddr: 0x1F525C, symSize: 0x10 }
+ - { offsetInCU: 0x10B0, offset: 0x1C2F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwet', symObjAddr: 0x268C, symBinAddr: 0x1F526C, symSize: 0x90 }
+ - { offsetInCU: 0x10C4, offset: 0x1C2F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwst', symObjAddr: 0x271C, symBinAddr: 0x1F52FC, symSize: 0xBC }
+ - { offsetInCU: 0x10D8, offset: 0x1C2FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwug', symObjAddr: 0x27D8, symBinAddr: 0x1F53B8, symSize: 0x8 }
+ - { offsetInCU: 0x10EC, offset: 0x1C2FC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwup', symObjAddr: 0x27E0, symBinAddr: 0x1F53C0, symSize: 0x4 }
+ - { offsetInCU: 0x1100, offset: 0x1C2FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwui', symObjAddr: 0x27E4, symBinAddr: 0x1F53C4, symSize: 0x8 }
+ - { offsetInCU: 0x1114, offset: 0x1C2FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOMa', symObjAddr: 0x27EC, symBinAddr: 0x1F53CC, symSize: 0x10 }
+ - { offsetInCU: 0x1133, offset: 0x1C3008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x2830, symBinAddr: 0x1F5400, symSize: 0x10 }
+ - { offsetInCU: 0x115C, offset: 0x1C3031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSender_pSgXwWOh', symObjAddr: 0x2840, symBinAddr: 0x1F5410, symSize: 0x24 }
+ - { offsetInCU: 0x1170, offset: 0x1C3045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2864, symBinAddr: 0x1F5434, symSize: 0x44 }
+ - { offsetInCU: 0x1184, offset: 0x1C3059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACSeAAWl', symObjAddr: 0x2930, symBinAddr: 0x1F5478, symSize: 0x48 }
+ - { offsetInCU: 0x11FC, offset: 0x1C30D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11F8, symBinAddr: 0x1F3F48, symSize: 0x88 }
+ - { offsetInCU: 0x12AB, offset: 0x1C3180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1280, symBinAddr: 0x1F3FD0, symSize: 0x60 }
+ - { offsetInCU: 0x1329, offset: 0x1C31FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x12E0, symBinAddr: 0x1F4030, symSize: 0x40 }
+ - { offsetInCU: 0x137B, offset: 0x1C3250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1320, symBinAddr: 0x1F4070, symSize: 0x5C }
+ - { offsetInCU: 0x13D7, offset: 0x1C32AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1490, symBinAddr: 0x1F41E0, symSize: 0x28 }
+ - { offsetInCU: 0x13F3, offset: 0x1C32C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x14B8, symBinAddr: 0x1F4208, symSize: 0x28 }
+ - { offsetInCU: 0x2B, offset: 0x1C3589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1F554C, symSize: 0xC0 }
+ - { offsetInCU: 0x85, offset: 0x1C35E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfC', symObjAddr: 0x0, symBinAddr: 0x1F554C, symSize: 0xC0 }
+ - { offsetInCU: 0xCA, offset: 0x1C3628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvg', symObjAddr: 0xC0, symBinAddr: 0x1F560C, symSize: 0x40 }
+ - { offsetInCU: 0xE6, offset: 0x1C3644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvs', symObjAddr: 0x100, symBinAddr: 0x1F564C, symSize: 0x50 }
+ - { offsetInCU: 0x102, offset: 0x1C3660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvM', symObjAddr: 0x150, symBinAddr: 0x1F569C, symSize: 0x68 }
+ - { offsetInCU: 0x11E, offset: 0x1C367C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvM.resume.0', symObjAddr: 0x1B8, symBinAddr: 0x1F5704, symSize: 0x6C }
+ - { offsetInCU: 0x13A, offset: 0x1C3698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvg', symObjAddr: 0x224, symBinAddr: 0x1F5770, symSize: 0x40 }
+ - { offsetInCU: 0x156, offset: 0x1C36B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvs', symObjAddr: 0x264, symBinAddr: 0x1F57B0, symSize: 0x50 }
+ - { offsetInCU: 0x172, offset: 0x1C36D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvM', symObjAddr: 0x2B4, symBinAddr: 0x1F5800, symSize: 0x68 }
+ - { offsetInCU: 0x18E, offset: 0x1C36EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvM.resume.0', symObjAddr: 0x31C, symBinAddr: 0x1F5868, symSize: 0x6C }
+ - { offsetInCU: 0x1AA, offset: 0x1C3708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfc', symObjAddr: 0x388, symBinAddr: 0x1F58D4, symSize: 0xAC }
+ - { offsetInCU: 0x1DD, offset: 0x1C373B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC12processFrame_5errorySo17CMSampleBufferRefa_s5Error_pSgtF', symObjAddr: 0x434, symBinAddr: 0x1F5980, symSize: 0x70 }
+ - { offsetInCU: 0x243, offset: 0x1C37A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC12deliverFrame33_C07CB5873D3A4F077E45565C287D47C8LLyySo17CMSampleBufferRefaF', symObjAddr: 0x4A4, symBinAddr: 0x1F59F0, symSize: 0x2E8 }
+ - { offsetInCU: 0x4B2, offset: 0x1C3A10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCfd', symObjAddr: 0x78C, symBinAddr: 0x1F5CD8, symSize: 0x24 }
+ - { offsetInCU: 0x4ED, offset: 0x1C3A4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCfD', symObjAddr: 0x7B0, symBinAddr: 0x1F5CFC, symSize: 0x2C }
+ - { offsetInCU: 0x544, offset: 0x1C3AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCMa', symObjAddr: 0x8BC, symBinAddr: 0x1F5E08, symSize: 0x20 }
+ - { offsetInCU: 0x75, offset: 0x1C3E30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusA2C6StatusO_tcfC', symObjAddr: 0x0, symBinAddr: 0x1F5E90, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0x1C3E6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusAC6StatusOvg', symObjAddr: 0x30, symBinAddr: 0x1F5EC0, symSize: 0x8 }
+ - { offsetInCU: 0xCE, offset: 0x1C3E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusA2C6StatusO_tcfc', symObjAddr: 0x38, symBinAddr: 0x1F5EC8, symSize: 0x10 }
+ - { offsetInCU: 0xF1, offset: 0x1C3EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x48, symBinAddr: 0x1F5ED8, symSize: 0x1D8 }
+ - { offsetInCU: 0x145, offset: 0x1C3F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC9stopTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x228, symBinAddr: 0x1F60B8, symSize: 0x50 }
+ - { offsetInCU: 0x184, offset: 0x1C3F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA17DirectCallContext_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x278, symBinAddr: 0x1F6108, symSize: 0x10C }
+ - { offsetInCU: 0x22E, offset: 0x1C3FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC34didStartReconnectingPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x384, symBinAddr: 0x1F6214, symSize: 0xC0 }
+ - { offsetInCU: 0x2D5, offset: 0x1C4090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCACycfC', symObjAddr: 0x64C, symBinAddr: 0x1F64DC, symSize: 0x2C }
+ - { offsetInCU: 0x334, offset: 0x1C40EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCACycfc', symObjAddr: 0x678, symBinAddr: 0x1F6508, symSize: 0x2C }
+ - { offsetInCU: 0x379, offset: 0x1C4134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCfd', symObjAddr: 0x6A4, symBinAddr: 0x1F6534, symSize: 0x8 }
+ - { offsetInCU: 0x3A8, offset: 0x1C4163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCfD', symObjAddr: 0x6AC, symBinAddr: 0x1F653C, symSize: 0x10 }
+ - { offsetInCU: 0x3E4, offset: 0x1C419F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO13isReconnectedSbvg', symObjAddr: 0x220, symBinAddr: 0x1F60B0, symSize: 0x8 }
+ - { offsetInCU: 0x40F, offset: 0x1C41CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO2eeoiySbAE_AEtFZ', symObjAddr: 0x6BC, symBinAddr: 0x1F654C, symSize: 0x10 }
+ - { offsetInCU: 0x437, offset: 0x1C41F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO4hash4intoys6HasherVz_tF', symObjAddr: 0x6CC, symBinAddr: 0x1F655C, symSize: 0x24 }
+ - { offsetInCU: 0x4CD, offset: 0x1C4288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO9hashValueSivg', symObjAddr: 0x6F0, symBinAddr: 0x1F6580, symSize: 0x44 }
+ - { offsetInCU: 0x5C7, offset: 0x1C4382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x734, symBinAddr: 0x1F65C4, symSize: 0x18 }
+ - { offsetInCU: 0x625, offset: 0x1C43E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH9hashValueSivgTW', symObjAddr: 0x74C, symBinAddr: 0x1F65DC, symSize: 0x44 }
+ - { offsetInCU: 0x708, offset: 0x1C44C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x790, symBinAddr: 0x1F6620, symSize: 0x28 }
+ - { offsetInCU: 0x7FB, offset: 0x1C45B6, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x81C, symBinAddr: 0x1F6688, symSize: 0x10 }
+ - { offsetInCU: 0x80F, offset: 0x1C45CA, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x82C, symBinAddr: 0x1F6698, symSize: 0x8 }
+ - { offsetInCU: 0x823, offset: 0x1C45DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASQWb', symObjAddr: 0x834, symBinAddr: 0x1F66A0, symSize: 0x4 }
+ - { offsetInCU: 0x837, offset: 0x1C45F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOAESQAAWl', symObjAddr: 0x838, symBinAddr: 0x1F66A4, symSize: 0x44 }
+ - { offsetInCU: 0x84B, offset: 0x1C4606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCMa', symObjAddr: 0x87C, symBinAddr: 0x1F66E8, symSize: 0x20 }
+ - { offsetInCU: 0x85F, offset: 0x1C461A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwet', symObjAddr: 0x8C4, symBinAddr: 0x1F6720, symSize: 0x90 }
+ - { offsetInCU: 0x873, offset: 0x1C462E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwst', symObjAddr: 0x954, symBinAddr: 0x1F67B0, symSize: 0xBC }
+ - { offsetInCU: 0x887, offset: 0x1C4642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwug', symObjAddr: 0xA10, symBinAddr: 0x1F686C, symSize: 0x8 }
+ - { offsetInCU: 0x89B, offset: 0x1C4656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwup', symObjAddr: 0xA18, symBinAddr: 0x1F6874, symSize: 0x4 }
+ - { offsetInCU: 0x8AF, offset: 0x1C466A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwui', symObjAddr: 0xA1C, symBinAddr: 0x1F6878, symSize: 0xC }
+ - { offsetInCU: 0x8C3, offset: 0x1C467E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOMa', symObjAddr: 0xA28, symBinAddr: 0x1F6884, symSize: 0x10 }
+ - { offsetInCU: 0x949, offset: 0x1C4704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x7B8, symBinAddr: 0x1F6648, symSize: 0x40 }
+ - { offsetInCU: 0x2B, offset: 0x1C499E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvau', symObjAddr: 0x0, symBinAddr: 0x1F689C, symSize: 0xC }
+ - { offsetInCU: 0x4F, offset: 0x1C49C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvpZ', symObjAddr: 0x1ADA4, symBinAddr: 0x2C9260, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1C49DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV8rawValues5Int32Vvg', symObjAddr: 0x2DF4, symBinAddr: 0x1F9690, symSize: 0x4 }
+ - { offsetInCU: 0x85, offset: 0x1C49F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV8rawValueACs5Int32V_tcfC', symObjAddr: 0x2DF8, symBinAddr: 0x1F9694, symSize: 0x4 }
+ - { offsetInCU: 0xC0, offset: 0x1C4A33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvgZ', symObjAddr: 0x2E08, symBinAddr: 0x1F96A4, symSize: 0x8 }
+ - { offsetInCU: 0xDC, offset: 0x1C4A4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvgZ', symObjAddr: 0x2E1C, symBinAddr: 0x1F96B8, symSize: 0x8 }
+ - { offsetInCU: 0xF8, offset: 0x1C4A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvgZ', symObjAddr: 0x2E24, symBinAddr: 0x1F96C0, symSize: 0x8 }
+ - { offsetInCU: 0x114, offset: 0x1C4A87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvgZ', symObjAddr: 0x2E38, symBinAddr: 0x1F96D4, symSize: 0x8 }
+ - { offsetInCU: 0x130, offset: 0x1C4AA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2E40, symBinAddr: 0x1F96DC, symSize: 0x10 }
+ - { offsetInCU: 0x14C, offset: 0x1C4ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x2E50, symBinAddr: 0x1F96EC, symSize: 0xC }
+ - { offsetInCU: 0x175, offset: 0x1C4AE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvpZ', symObjAddr: 0x3868, symBinAddr: 0x2C7FC8, symSize: 0x0 }
+ - { offsetInCU: 0x18F, offset: 0x1C4B02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvpZ', symObjAddr: 0x386C, symBinAddr: 0x2C7FCC, symSize: 0x0 }
+ - { offsetInCU: 0x1A9, offset: 0x1C4B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvpZ', symObjAddr: 0x3870, symBinAddr: 0x2C7FD0, symSize: 0x0 }
+ - { offsetInCU: 0x1B7, offset: 0x1C4B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvau', symObjAddr: 0x0, symBinAddr: 0x1F689C, symSize: 0xC }
+ - { offsetInCU: 0x212, offset: 0x1C4B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindO2eeoiySbAE_AEtFZ', symObjAddr: 0x2E5C, symBinAddr: 0x1F96F8, symSize: 0x94 }
+ - { offsetInCU: 0x270, offset: 0x1C4BE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2EF0, symBinAddr: 0x1F978C, symSize: 0x84 }
+ - { offsetInCU: 0x2AF, offset: 0x1C4C22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4kindAC4KindOvg', symObjAddr: 0x2F74, symBinAddr: 0x1F9810, symSize: 0x8 }
+ - { offsetInCU: 0x2CB, offset: 0x1C4C3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV7messageSSvg', symObjAddr: 0x2F7C, symBinAddr: 0x1F9818, symSize: 0x30 }
+ - { offsetInCU: 0x2E7, offset: 0x1C4C5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4code3msgACs5Int32V_SPys4Int8VGSgtcfC', symObjAddr: 0x2FAC, symBinAddr: 0x1F9848, symSize: 0x20 }
+ - { offsetInCU: 0x2FB, offset: 0x1C4C6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV20localizedDescriptionSSvg', symObjAddr: 0x2FCC, symBinAddr: 0x1F9868, symSize: 0x30 }
+ - { offsetInCU: 0x36D, offset: 0x1C4CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4code3msgACs5Int32V_SPys4Int8VGSgtcfCTf4nnd_n', symObjAddr: 0x3290, symBinAddr: 0x1F9B2C, symSize: 0xC8 }
+ - { offsetInCU: 0x450, offset: 0x1C4DC3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE7gzipped5levelAcD16CompressionLevelV_tKF', symObjAddr: 0xC, symBinAddr: 0x1F68A8, symSize: 0x15F0 }
+ - { offsetInCU: 0x1371, offset: 0x1C5CE4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE9gunzippedACyKF', symObjAddr: 0x168C, symBinAddr: 0x1F7F28, symSize: 0x16B8 }
+ - { offsetInCU: 0x2180, offset: 0x1C6AF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvau', symObjAddr: 0x2DFC, symBinAddr: 0x1F9698, symSize: 0xC }
+ - { offsetInCU: 0x219E, offset: 0x1C6B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvau', symObjAddr: 0x2E10, symBinAddr: 0x1F96AC, symSize: 0xC }
+ - { offsetInCU: 0x21BC, offset: 0x1C6B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvau', symObjAddr: 0x2E2C, symBinAddr: 0x1F96C8, symSize: 0xC }
+ - { offsetInCU: 0x21DA, offset: 0x1C6B4D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE9isGzippedSbvg', symObjAddr: 0x300C, symBinAddr: 0x1F98A8, symSize: 0x40 }
+ - { offsetInCU: 0x22C0, offset: 0x1C6C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVACs0E0AAWl', symObjAddr: 0x3358, symBinAddr: 0x1F9BF4, symSize: 0x44 }
+ - { offsetInCU: 0x22D4, offset: 0x1C6C47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVMa', symObjAddr: 0x3470, symBinAddr: 0x1F9C38, symSize: 0x10 }
+ - { offsetInCU: 0x22E8, offset: 0x1C6C5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwCP', symObjAddr: 0x3480, symBinAddr: 0x1F9C48, symSize: 0x30 }
+ - { offsetInCU: 0x22FC, offset: 0x1C6C6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwxx', symObjAddr: 0x34B0, symBinAddr: 0x1F9C78, symSize: 0x8 }
+ - { offsetInCU: 0x2310, offset: 0x1C6C83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwcp', symObjAddr: 0x34B8, symBinAddr: 0x1F9C80, symSize: 0x3C }
+ - { offsetInCU: 0x2324, offset: 0x1C6C97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwca', symObjAddr: 0x34F4, symBinAddr: 0x1F9CBC, symSize: 0x50 }
+ - { offsetInCU: 0x2338, offset: 0x1C6CAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwta', symObjAddr: 0x3550, symBinAddr: 0x1F9D0C, symSize: 0x40 }
+ - { offsetInCU: 0x234C, offset: 0x1C6CBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwet', symObjAddr: 0x3590, symBinAddr: 0x1F9D4C, symSize: 0x48 }
+ - { offsetInCU: 0x2360, offset: 0x1C6CD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwst', symObjAddr: 0x35D8, symBinAddr: 0x1F9D94, symSize: 0x40 }
+ - { offsetInCU: 0x2374, offset: 0x1C6CE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVMa', symObjAddr: 0x3618, symBinAddr: 0x1F9DD4, symSize: 0x10 }
+ - { offsetInCU: 0x2388, offset: 0x1C6CFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwet', symObjAddr: 0x3640, symBinAddr: 0x1F9DE4, symSize: 0x20 }
+ - { offsetInCU: 0x239C, offset: 0x1C6D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwst', symObjAddr: 0x3660, symBinAddr: 0x1F9E04, symSize: 0x30 }
+ - { offsetInCU: 0x23B0, offset: 0x1C6D23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwug', symObjAddr: 0x3690, symBinAddr: 0x1F9E34, symSize: 0x1C }
+ - { offsetInCU: 0x23C4, offset: 0x1C6D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwup', symObjAddr: 0x36AC, symBinAddr: 0x1F9E50, symSize: 0x4 }
+ - { offsetInCU: 0x23D8, offset: 0x1C6D4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwui', symObjAddr: 0x36B0, symBinAddr: 0x1F9E54, symSize: 0x20 }
+ - { offsetInCU: 0x23EC, offset: 0x1C6D5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOMa', symObjAddr: 0x36D0, symBinAddr: 0x1F9E74, symSize: 0x10 }
+ - { offsetInCU: 0x2400, offset: 0x1C6D73, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV8IteratorVAEStAAWl', symObjAddr: 0x36E0, symBinAddr: 0x1F9E84, symSize: 0x48 }
+ - { offsetInCU: 0x2472, offset: 0x1C6DE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP7_domainSSvgTW', symObjAddr: 0x2FFC, symBinAddr: 0x1F9898, symSize: 0x4 }
+ - { offsetInCU: 0x248E, offset: 0x1C6E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP5_codeSivgTW', symObjAddr: 0x3000, symBinAddr: 0x1F989C, symSize: 0x4 }
+ - { offsetInCU: 0x24AA, offset: 0x1C6E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3004, symBinAddr: 0x1F98A0, symSize: 0x4 }
+ - { offsetInCU: 0x24C6, offset: 0x1C6E39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3008, symBinAddr: 0x1F98A4, symSize: 0x4 }
+ - { offsetInCU: 0x24FD, offset: 0x1C6E70, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE6starts4withSbqd___tSTRd__AAQyd__ABRSlF10Foundation4DataV_Says5UInt8VGTg5', symObjAddr: 0x304C, symBinAddr: 0x1F98E8, symSize: 0x1A0 }
+ - { offsetInCU: 0x2703, offset: 0x1C7076, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV8capacityACSi_tcfCTf4nd_n', symObjAddr: 0x31FC, symBinAddr: 0x1F9A98, symSize: 0x94 }
+ - { offsetInCU: 0x27, offset: 0x1C72BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfC', symObjAddr: 0x0, symBinAddr: 0x1F9ECC, symSize: 0x58 }
+ - { offsetInCU: 0x4B, offset: 0x1C72E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfC', symObjAddr: 0x0, symBinAddr: 0x1F9ECC, symSize: 0x58 }
+ - { offsetInCU: 0x67, offset: 0x1C72FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x58, symBinAddr: 0x1F9F24, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1C7319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x60, symBinAddr: 0x1F9F2C, symSize: 0x8 }
+ - { offsetInCU: 0x97, offset: 0x1C732D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV6uniqueSbvg', symObjAddr: 0x68, symBinAddr: 0x1F9F34, symSize: 0x8 }
+ - { offsetInCU: 0xB3, offset: 0x1C7349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV5tokenSSvg', symObjAddr: 0x70, symBinAddr: 0x1F9F3C, symSize: 0x2C }
+ - { offsetInCU: 0xCF, offset: 0x1C7365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV06systemE7EnabledSbvg', symObjAddr: 0x9C, symBinAddr: 0x1F9F68, symSize: 0x8 }
+ - { offsetInCU: 0xEB, offset: 0x1C7381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV18deviceManufacturerSSvg', symObjAddr: 0xA4, symBinAddr: 0x1F9F70, symSize: 0x2C }
+ - { offsetInCU: 0x107, offset: 0x1C739D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8deviceOSSSvg', symObjAddr: 0xD0, symBinAddr: 0x1F9F9C, symSize: 0x2C }
+ - { offsetInCU: 0x158, offset: 0x1C73EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xFC, symBinAddr: 0x1F9FC8, symSize: 0x5C }
+ - { offsetInCU: 0x1B0, offset: 0x1C7446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x158, symBinAddr: 0x1FA024, symSize: 0x5C }
+ - { offsetInCU: 0x218, offset: 0x1C74AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1B4, symBinAddr: 0x1FA080, symSize: 0x8 }
+ - { offsetInCU: 0x23F, offset: 0x1C74D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1BC, symBinAddr: 0x1FA088, symSize: 0xC }
+ - { offsetInCU: 0x266, offset: 0x1C74FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1C8, symBinAddr: 0x1FA094, symSize: 0x9C }
+ - { offsetInCU: 0x29F, offset: 0x1C7535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x264, symBinAddr: 0x1FA130, symSize: 0x9C }
+ - { offsetInCU: 0x2F8, offset: 0x1C758E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x484, symBinAddr: 0x1FA350, symSize: 0x64 }
+ - { offsetInCU: 0x35E, offset: 0x1C75F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x4E8, symBinAddr: 0x1FA3B4, symSize: 0x28 }
+ - { offsetInCU: 0x372, offset: 0x1C7608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x510, symBinAddr: 0x1FA3DC, symSize: 0x8 }
+ - { offsetInCU: 0x3A8, offset: 0x1C763E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x518, symBinAddr: 0x1FA3E4, symSize: 0x68 }
+ - { offsetInCU: 0x42D, offset: 0x1C76C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x580, symBinAddr: 0x1FA44C, symSize: 0xC }
+ - { offsetInCU: 0x449, offset: 0x1C76DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x58C, symBinAddr: 0x1FA458, symSize: 0xC }
+ - { offsetInCU: 0x466, offset: 0x1C76FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5E8, symBinAddr: 0x1FA4B4, symSize: 0x17C }
+ - { offsetInCU: 0x4C2, offset: 0x1C7758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x764, symBinAddr: 0x1FA630, symSize: 0x8 }
+ - { offsetInCU: 0x4ED, offset: 0x1C7783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x76C, symBinAddr: 0x1FA638, symSize: 0x8 }
+ - { offsetInCU: 0x51F, offset: 0x1C77B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x774, symBinAddr: 0x1FA640, symSize: 0x40 }
+ - { offsetInCU: 0x542, offset: 0x1C77D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfCTf4nnnnnnnd_n', symObjAddr: 0x7B4, symBinAddr: 0x1FA680, symSize: 0x148 }
+ - { offsetInCU: 0x5F7, offset: 0x1C788D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x960, symBinAddr: 0x1FA7C8, symSize: 0x44 }
+ - { offsetInCU: 0x60B, offset: 0x1C78A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x9A4, symBinAddr: 0x1FA80C, symSize: 0x4 }
+ - { offsetInCU: 0x61F, offset: 0x1C78B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x9A8, symBinAddr: 0x1FA810, symSize: 0x44 }
+ - { offsetInCU: 0x633, offset: 0x1C78C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x9EC, symBinAddr: 0x1FA854, symSize: 0x4 }
+ - { offsetInCU: 0x647, offset: 0x1C78DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x9F0, symBinAddr: 0x1FA858, symSize: 0x44 }
+ - { offsetInCU: 0x65B, offset: 0x1C78F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xA34, symBinAddr: 0x1FA89C, symSize: 0x4 }
+ - { offsetInCU: 0x66F, offset: 0x1C7905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xA38, symBinAddr: 0x1FA8A0, symSize: 0x44 }
+ - { offsetInCU: 0x683, offset: 0x1C7919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0xA7C, symBinAddr: 0x1FA8E4, symSize: 0x24 }
+ - { offsetInCU: 0x697, offset: 0x1C792D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0xAE4, symBinAddr: 0x1FA908, symSize: 0x24 }
+ - { offsetInCU: 0x6AB, offset: 0x1C7941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA11RequestableAAWI', symObjAddr: 0xB4C, symBinAddr: 0x1FA92C, symSize: 0x2C }
+ - { offsetInCU: 0x6BF, offset: 0x1C7955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA0G0AAWl', symObjAddr: 0xB78, symBinAddr: 0x1FA958, symSize: 0x44 }
+ - { offsetInCU: 0x6D3, offset: 0x1C7969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xBBC, symBinAddr: 0x1FA99C, symSize: 0x44 }
+ - { offsetInCU: 0x6E7, offset: 0x1C797D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC00, symBinAddr: 0x1FA9E0, symSize: 0x4 }
+ - { offsetInCU: 0x6FB, offset: 0x1C7991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0AAWI', symObjAddr: 0xC48, symBinAddr: 0x1FA9E4, symSize: 0x24 }
+ - { offsetInCU: 0x70F, offset: 0x1C79A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVACSEAAWl', symObjAddr: 0xC6C, symBinAddr: 0x1FAA08, symSize: 0x44 }
+ - { offsetInCU: 0x723, offset: 0x1C79B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xCB0, symBinAddr: 0x1FAA4C, symSize: 0x24 }
+ - { offsetInCU: 0x737, offset: 0x1C79CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwCP', symObjAddr: 0xCD4, symBinAddr: 0x1FAA70, symSize: 0x30 }
+ - { offsetInCU: 0x74B, offset: 0x1C79E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwxx', symObjAddr: 0xD04, symBinAddr: 0x1FAAA0, symSize: 0x38 }
+ - { offsetInCU: 0x75F, offset: 0x1C79F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwcp', symObjAddr: 0xD3C, symBinAddr: 0x1FAAD8, symSize: 0x7C }
+ - { offsetInCU: 0x773, offset: 0x1C7A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwca', symObjAddr: 0xDB8, symBinAddr: 0x1FAB54, symSize: 0xBC }
+ - { offsetInCU: 0x787, offset: 0x1C7A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwta', symObjAddr: 0xE90, symBinAddr: 0x1FAC10, symSize: 0x7C }
+ - { offsetInCU: 0x79B, offset: 0x1C7A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwet', symObjAddr: 0xF0C, symBinAddr: 0x1FAC8C, symSize: 0x48 }
+ - { offsetInCU: 0x7AF, offset: 0x1C7A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwst', symObjAddr: 0xF54, symBinAddr: 0x1FACD4, symSize: 0x54 }
+ - { offsetInCU: 0x7C3, offset: 0x1C7A59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVMa', symObjAddr: 0xFA8, symBinAddr: 0x1FAD28, symSize: 0x10 }
+ - { offsetInCU: 0x7D7, offset: 0x1C7A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwet', symObjAddr: 0xFC8, symBinAddr: 0x1FAD38, symSize: 0x90 }
+ - { offsetInCU: 0x7EB, offset: 0x1C7A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwst', symObjAddr: 0x1058, symBinAddr: 0x1FADC8, symSize: 0xBC }
+ - { offsetInCU: 0x7FF, offset: 0x1C7A95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwug', symObjAddr: 0x1114, symBinAddr: 0x1FAE84, symSize: 0x8 }
+ - { offsetInCU: 0x813, offset: 0x1C7AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwup', symObjAddr: 0x111C, symBinAddr: 0x1FAE8C, symSize: 0x4 }
+ - { offsetInCU: 0x827, offset: 0x1C7ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwui', symObjAddr: 0x1120, symBinAddr: 0x1FAE90, symSize: 0x8 }
+ - { offsetInCU: 0x83B, offset: 0x1C7AD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOMa', symObjAddr: 0x1128, symBinAddr: 0x1FAE98, symSize: 0x10 }
+ - { offsetInCU: 0x88A, offset: 0x1C7B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x300, symBinAddr: 0x1FA1CC, symSize: 0x88 }
+ - { offsetInCU: 0x939, offset: 0x1C7BCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x388, symBinAddr: 0x1FA254, symSize: 0x60 }
+ - { offsetInCU: 0x9B7, offset: 0x1C7C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E8, symBinAddr: 0x1FA2B4, symSize: 0x40 }
+ - { offsetInCU: 0xA09, offset: 0x1C7C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x428, symBinAddr: 0x1FA2F4, symSize: 0x5C }
+ - { offsetInCU: 0xA65, offset: 0x1C7CFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x598, symBinAddr: 0x1FA464, symSize: 0x28 }
+ - { offsetInCU: 0xA81, offset: 0x1C7D17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x5C0, symBinAddr: 0x1FA48C, symSize: 0x28 }
+ - { offsetInCU: 0x4F, offset: 0x1C7F56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x0, symBinAddr: 0x1FAEA8, symSize: 0x27C }
+ - { offsetInCU: 0x125, offset: 0x1C802C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCACycfC', symObjAddr: 0x324, symBinAddr: 0x1FB168, symSize: 0x48 }
+ - { offsetInCU: 0x162, offset: 0x1C8069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x36C, symBinAddr: 0x1FB1B0, symSize: 0x4 }
+ - { offsetInCU: 0x176, offset: 0x1C807D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC26incrementReconnectionCountyyF', symObjAddr: 0x370, symBinAddr: 0x1FB1B4, symSize: 0x18 }
+ - { offsetInCU: 0x1B8, offset: 0x1C80BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x388, symBinAddr: 0x1FB1CC, symSize: 0x240 }
+ - { offsetInCU: 0x259, offset: 0x1C8160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvg', symObjAddr: 0x5C8, symBinAddr: 0x1FB40C, symSize: 0x30 }
+ - { offsetInCU: 0x26D, offset: 0x1C8174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvs', symObjAddr: 0x5F8, symBinAddr: 0x1FB43C, symSize: 0x3C }
+ - { offsetInCU: 0x281, offset: 0x1C8188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvM', symObjAddr: 0x634, symBinAddr: 0x1FB478, symSize: 0x3C }
+ - { offsetInCU: 0x295, offset: 0x1C819C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvg', symObjAddr: 0x670, symBinAddr: 0x1FB4B4, symSize: 0x34 }
+ - { offsetInCU: 0x2B1, offset: 0x1C81B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvs', symObjAddr: 0x6A4, symBinAddr: 0x1FB4E8, symSize: 0x50 }
+ - { offsetInCU: 0x2CD, offset: 0x1C81D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvM', symObjAddr: 0x6F4, symBinAddr: 0x1FB538, symSize: 0x3C }
+ - { offsetInCU: 0x2E9, offset: 0x1C81F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvg', symObjAddr: 0x730, symBinAddr: 0x1FB574, symSize: 0x48 }
+ - { offsetInCU: 0x305, offset: 0x1C820C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvs', symObjAddr: 0x778, symBinAddr: 0x1FB5BC, symSize: 0x50 }
+ - { offsetInCU: 0x321, offset: 0x1C8228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvM', symObjAddr: 0x7C8, symBinAddr: 0x1FB60C, symSize: 0x3C }
+ - { offsetInCU: 0x33D, offset: 0x1C8244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvM.resume.0', symObjAddr: 0x804, symBinAddr: 0x1FB648, symSize: 0x4 }
+ - { offsetInCU: 0x38E, offset: 0x1C8295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x808, symBinAddr: 0x1FB64C, symSize: 0x5C }
+ - { offsetInCU: 0x3E6, offset: 0x1C82ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x864, symBinAddr: 0x1FB6A8, symSize: 0x5C }
+ - { offsetInCU: 0x44E, offset: 0x1C8355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x8C0, symBinAddr: 0x1FB704, symSize: 0x8 }
+ - { offsetInCU: 0x475, offset: 0x1C837C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8intValueSiSgvg', symObjAddr: 0x8C8, symBinAddr: 0x1FB70C, symSize: 0xC }
+ - { offsetInCU: 0x49C, offset: 0x1C83A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8rawValueSSvg', symObjAddr: 0x8D4, symBinAddr: 0x1FB718, symSize: 0x20 }
+ - { offsetInCU: 0x4D5, offset: 0x1C83DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueSSvg', symObjAddr: 0x8F4, symBinAddr: 0x1FB738, symSize: 0x20 }
+ - { offsetInCU: 0x503, offset: 0x1C840A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueSSvg', symObjAddr: 0x8F4, symBinAddr: 0x1FB738, symSize: 0x20 }
+ - { offsetInCU: 0x52E, offset: 0x1C8435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xA98, symBinAddr: 0x1FB8DC, symSize: 0x64 }
+ - { offsetInCU: 0x594, offset: 0x1C849B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xAFC, symBinAddr: 0x1FB940, symSize: 0x28 }
+ - { offsetInCU: 0x5A8, offset: 0x1C84AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xB24, symBinAddr: 0x1FB968, symSize: 0x8 }
+ - { offsetInCU: 0x5DE, offset: 0x1C84E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB2C, symBinAddr: 0x1FB970, symSize: 0x68 }
+ - { offsetInCU: 0x663, offset: 0x1C856A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB94, symBinAddr: 0x1FB9D8, symSize: 0xC }
+ - { offsetInCU: 0x67F, offset: 0x1C8586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xBA0, symBinAddr: 0x1FB9E4, symSize: 0xC }
+ - { offsetInCU: 0x69C, offset: 0x1C85A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15updateSetupTimeyys5Int64VF', symObjAddr: 0xBFC, symBinAddr: 0x1FBA40, symSize: 0x40 }
+ - { offsetInCU: 0x6DB, offset: 0x1C85E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0xC3C, symBinAddr: 0x1FBA80, symSize: 0x4 }
+ - { offsetInCU: 0x76C, offset: 0x1C8673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCfd', symObjAddr: 0xC40, symBinAddr: 0x1FBA84, symSize: 0x34 }
+ - { offsetInCU: 0x7A7, offset: 0x1C86AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCfD', symObjAddr: 0xC74, symBinAddr: 0x1FBAB8, symSize: 0x3C }
+ - { offsetInCU: 0x7EA, offset: 0x1C86F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCACycfc', symObjAddr: 0xCB0, symBinAddr: 0x1FBAF4, symSize: 0x30 }
+ - { offsetInCU: 0x818, offset: 0x1C871F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0xCE0, symBinAddr: 0x1FBB24, symSize: 0x30 }
+ - { offsetInCU: 0x859, offset: 0x1C8760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0xD10, symBinAddr: 0x1FBB54, symSize: 0x3C }
+ - { offsetInCU: 0x89A, offset: 0x1C87A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0xD4C, symBinAddr: 0x1FBB90, symSize: 0x3C }
+ - { offsetInCU: 0x8DB, offset: 0x1C87E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xD88, symBinAddr: 0x1FBBCC, symSize: 0x4 }
+ - { offsetInCU: 0x8FB, offset: 0x1C8802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xD88, symBinAddr: 0x1FBBCC, symSize: 0x4 }
+ - { offsetInCU: 0x90D, offset: 0x1C8814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0xD8C, symBinAddr: 0x1FBBD0, symSize: 0x14 }
+ - { offsetInCU: 0x930, offset: 0x1C8837, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0xDA0, symBinAddr: 0x1FBBE4, symSize: 0x14 }
+ - { offsetInCU: 0x962, offset: 0x1C8869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xDB4, symBinAddr: 0x1FBBF8, symSize: 0x4 }
+ - { offsetInCU: 0x982, offset: 0x1C8889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xDB4, symBinAddr: 0x1FBBF8, symSize: 0x4 }
+ - { offsetInCU: 0x994, offset: 0x1C889B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xDB8, symBinAddr: 0x1FBBFC, symSize: 0x6D8 }
+ - { offsetInCU: 0x113D, offset: 0x1C9044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0x1490, symBinAddr: 0x1FC2D4, symSize: 0x438 }
+ - { offsetInCU: 0x11D9, offset: 0x1C90E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2E0, symBinAddr: 0x1FB124, symSize: 0x44 }
+ - { offsetInCU: 0x13E6, offset: 0x1C92ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASQWb', symObjAddr: 0x190C, symBinAddr: 0x1FC70C, symSize: 0x4 }
+ - { offsetInCU: 0x13FA, offset: 0x1C9301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAESQAAWl', symObjAddr: 0x1910, symBinAddr: 0x1FC710, symSize: 0x44 }
+ - { offsetInCU: 0x140E, offset: 0x1C9315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1954, symBinAddr: 0x1FC754, symSize: 0x4 }
+ - { offsetInCU: 0x1422, offset: 0x1C9329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1958, symBinAddr: 0x1FC758, symSize: 0x44 }
+ - { offsetInCU: 0x1436, offset: 0x1C933D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x199C, symBinAddr: 0x1FC79C, symSize: 0x4 }
+ - { offsetInCU: 0x144A, offset: 0x1C9351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x19A0, symBinAddr: 0x1FC7A0, symSize: 0x44 }
+ - { offsetInCU: 0x145E, offset: 0x1C9365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCMa', symObjAddr: 0x19E4, symBinAddr: 0x1FC7E4, symSize: 0x20 }
+ - { offsetInCU: 0x1472, offset: 0x1C9379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwet', symObjAddr: 0x1A28, symBinAddr: 0x1FC818, symSize: 0x90 }
+ - { offsetInCU: 0x1486, offset: 0x1C938D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwst', symObjAddr: 0x1AB8, symBinAddr: 0x1FC8A8, symSize: 0xBC }
+ - { offsetInCU: 0x149A, offset: 0x1C93A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwug', symObjAddr: 0x1B74, symBinAddr: 0x1FC964, symSize: 0x8 }
+ - { offsetInCU: 0x14AE, offset: 0x1C93B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwup', symObjAddr: 0x1B7C, symBinAddr: 0x1FC96C, symSize: 0x4 }
+ - { offsetInCU: 0x14C2, offset: 0x1C93C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwui', symObjAddr: 0x1B80, symBinAddr: 0x1FC970, symSize: 0x8 }
+ - { offsetInCU: 0x14D6, offset: 0x1C93DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOMa', symObjAddr: 0x1B88, symBinAddr: 0x1FC978, symSize: 0x10 }
+ - { offsetInCU: 0x151F, offset: 0x1C9426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x914, symBinAddr: 0x1FB758, symSize: 0x88 }
+ - { offsetInCU: 0x15CE, offset: 0x1C94D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x99C, symBinAddr: 0x1FB7E0, symSize: 0x60 }
+ - { offsetInCU: 0x164C, offset: 0x1C9553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9FC, symBinAddr: 0x1FB840, symSize: 0x40 }
+ - { offsetInCU: 0x169E, offset: 0x1C95A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA3C, symBinAddr: 0x1FB880, symSize: 0x5C }
+ - { offsetInCU: 0x16FA, offset: 0x1C9601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xBAC, symBinAddr: 0x1FB9F0, symSize: 0x28 }
+ - { offsetInCU: 0x1716, offset: 0x1C961D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBD4, symBinAddr: 0x1FBA18, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1C9943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1FC994, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1C9967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1FC994, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0x1C9985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x1FC9A4, symSize: 0x4 }
+ - { offsetInCU: 0xA5, offset: 0x1C99C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x1FC9A4, symSize: 0x4 }
+ - { offsetInCU: 0xB7, offset: 0x1C99D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7connect7contextyAA0D0C_tF', symObjAddr: 0x14, symBinAddr: 0x1FC9A8, symSize: 0x54 }
+ - { offsetInCU: 0x120, offset: 0x1C9A3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x68, symBinAddr: 0x1FC9FC, symSize: 0x5C }
+ - { offsetInCU: 0x1B4, offset: 0x1C9AD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfc', symObjAddr: 0xC4, symBinAddr: 0x1FCA58, symSize: 0x8 }
+ - { offsetInCU: 0x1E3, offset: 0x1C9AFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCfd', symObjAddr: 0xCC, symBinAddr: 0x1FCA60, symSize: 0x8 }
+ - { offsetInCU: 0x212, offset: 0x1C9B2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCfD', symObjAddr: 0xD4, symBinAddr: 0x1FCA68, symSize: 0x10 }
+ - { offsetInCU: 0x28A, offset: 0x1C9BA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCMa', symObjAddr: 0xE4, symBinAddr: 0x1FCA78, symSize: 0x20 }
+ - { offsetInCU: 0xE9, offset: 0x1C9E56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x22AC, symBinAddr: 0x1FED44, symSize: 0x248 }
+ - { offsetInCU: 0x3C1, offset: 0x1CA12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0VtcfC', symObjAddr: 0x90C, symBinAddr: 0x1FD3A4, symSize: 0x7C }
+ - { offsetInCU: 0x3F5, offset: 0x1CA162, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6targetAA7SummaryCvg', symObjAddr: 0x988, symBinAddr: 0x1FD420, symSize: 0x34 }
+ - { offsetInCU: 0x43B, offset: 0x1CA1A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6targetAA7SummaryCvs', symObjAddr: 0x9BC, symBinAddr: 0x1FD454, symSize: 0xAC }
+ - { offsetInCU: 0x4A5, offset: 0x1CA212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvW', symObjAddr: 0xA68, symBinAddr: 0x1FD500, symSize: 0x23C }
+ - { offsetInCU: 0x700, offset: 0x1CA46D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvg', symObjAddr: 0xCA4, symBinAddr: 0x1FD73C, symSize: 0x34 }
+ - { offsetInCU: 0x72D, offset: 0x1CA49A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvs', symObjAddr: 0xCD8, symBinAddr: 0x1FD770, symSize: 0x64 }
+ - { offsetInCU: 0x76C, offset: 0x1CA4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvM', symObjAddr: 0xD3C, symBinAddr: 0x1FD7D4, symSize: 0x40 }
+ - { offsetInCU: 0x79B, offset: 0x1CA508, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvM.resume.0', symObjAddr: 0xD7C, symBinAddr: 0x1FD814, symSize: 0x30 }
+ - { offsetInCU: 0x7C6, offset: 0x1CA533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvg', symObjAddr: 0xDAC, symBinAddr: 0x1FD844, symSize: 0x34 }
+ - { offsetInCU: 0x7E2, offset: 0x1CA54F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvs', symObjAddr: 0xDE0, symBinAddr: 0x1FD878, symSize: 0x44 }
+ - { offsetInCU: 0x7FE, offset: 0x1CA56B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvM', symObjAddr: 0xE24, symBinAddr: 0x1FD8BC, symSize: 0x3C }
+ - { offsetInCU: 0x81A, offset: 0x1CA587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvg', symObjAddr: 0xE60, symBinAddr: 0x1FD8F8, symSize: 0x34 }
+ - { offsetInCU: 0x836, offset: 0x1CA5A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvs', symObjAddr: 0xE94, symBinAddr: 0x1FD92C, symSize: 0x50 }
+ - { offsetInCU: 0x852, offset: 0x1CA5BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvM', symObjAddr: 0xEE4, symBinAddr: 0x1FD97C, symSize: 0x3C }
+ - { offsetInCU: 0x86E, offset: 0x1CA5DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvM.resume.0', symObjAddr: 0xF20, symBinAddr: 0x1FD9B8, symSize: 0x4 }
+ - { offsetInCU: 0x88A, offset: 0x1CA5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC18statsConfigurationAA0dG0Vvg', symObjAddr: 0xF24, symBinAddr: 0x1FD9BC, symSize: 0x8 }
+ - { offsetInCU: 0x8A6, offset: 0x1CA613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvg', symObjAddr: 0xF2C, symBinAddr: 0x1FD9C4, symSize: 0x34 }
+ - { offsetInCU: 0x8C2, offset: 0x1CA62F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvs', symObjAddr: 0xF60, symBinAddr: 0x1FD9F8, symSize: 0x50 }
+ - { offsetInCU: 0x8DE, offset: 0x1CA64B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvM', symObjAddr: 0xFB0, symBinAddr: 0x1FDA48, symSize: 0x3C }
+ - { offsetInCU: 0x8FA, offset: 0x1CA667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12measureCountSivg', symObjAddr: 0xFEC, symBinAddr: 0x1FDA84, symSize: 0x1C8 }
+ - { offsetInCU: 0xB1E, offset: 0x1CA88B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0Cvg', symObjAddr: 0x11B4, symBinAddr: 0x1FDC4C, symSize: 0x34 }
+ - { offsetInCU: 0xB3A, offset: 0x1CA8A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0Cvs', symObjAddr: 0x11E8, symBinAddr: 0x1FDC80, symSize: 0x44 }
+ - { offsetInCU: 0xB56, offset: 0x1CA8C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0CvM', symObjAddr: 0x122C, symBinAddr: 0x1FDCC4, symSize: 0x3C }
+ - { offsetInCU: 0xB72, offset: 0x1CA8DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvg', symObjAddr: 0x1268, symBinAddr: 0x1FDD00, symSize: 0x44 }
+ - { offsetInCU: 0xB8E, offset: 0x1CA8FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvs', symObjAddr: 0x12AC, symBinAddr: 0x1FDD44, symSize: 0x60 }
+ - { offsetInCU: 0xBAA, offset: 0x1CA917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvM', symObjAddr: 0x130C, symBinAddr: 0x1FDDA4, symSize: 0x6C }
+ - { offsetInCU: 0xBC6, offset: 0x1CA933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvM.resume.0', symObjAddr: 0x1378, symBinAddr: 0x1FDE10, symSize: 0x70 }
+ - { offsetInCU: 0xBE2, offset: 0x1CA94F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0Vtcfc', symObjAddr: 0x13E8, symBinAddr: 0x1FDE80, symSize: 0x4C }
+ - { offsetInCU: 0xBF6, offset: 0x1CA963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCfd', symObjAddr: 0x1434, symBinAddr: 0x1FDECC, symSize: 0xDC }
+ - { offsetInCU: 0xC33, offset: 0x1CA9A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCfD', symObjAddr: 0x1510, symBinAddr: 0x1FDFA8, symSize: 0xE8 }
+ - { offsetInCU: 0xC78, offset: 0x1CA9E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12setStartedAtyyF', symObjAddr: 0x15F8, symBinAddr: 0x1FE090, symSize: 0xE0 }
+ - { offsetInCU: 0xCFB, offset: 0x1CAA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC15updateSetupTimeyyF', symObjAddr: 0x16D8, symBinAddr: 0x1FE170, symSize: 0x14C }
+ - { offsetInCU: 0xDFE, offset: 0x1CAB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC06updateD04with4statyAA7SummaryC10IdentifierO_AA12WebRTCClientC16RTPPacketMonitorC4InfoVtF', symObjAddr: 0x1824, symBinAddr: 0x1FE2BC, symSize: 0x258 }
+ - { offsetInCU: 0xF37, offset: 0x1CACA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC26incrementReconnectionCountyyF', symObjAddr: 0x1A7C, symBinAddr: 0x1FE514, symSize: 0x58 }
+ - { offsetInCU: 0xF93, offset: 0x1CAD00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9removeAllyyF', symObjAddr: 0x1AD4, symBinAddr: 0x1FE56C, symSize: 0x84 }
+ - { offsetInCU: 0xFDC, offset: 0x1CAD49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC05checkD8Interval33_0AF982F53FCB183435CA18E22A2BBBEALLyyF', symObjAddr: 0x1B58, symBinAddr: 0x1FE5F0, symSize: 0x2C8 }
+ - { offsetInCU: 0x1269, offset: 0x1CAFD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0VtcfcTf4gnn_n', symObjAddr: 0x68B0, symBinAddr: 0x203348, symSize: 0x190 }
+ - { offsetInCU: 0x1728, offset: 0x1CB495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1E20, symBinAddr: 0x1FE8B8, symSize: 0x6C }
+ - { offsetInCU: 0x1761, offset: 0x1CB4CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1E8C, symBinAddr: 0x1FE924, symSize: 0x6C }
+ - { offsetInCU: 0x1797, offset: 0x1CB504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1EF8, symBinAddr: 0x1FE990, symSize: 0x8 }
+ - { offsetInCU: 0x17BE, offset: 0x1CB52B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1F00, symBinAddr: 0x1FE998, symSize: 0xC }
+ - { offsetInCU: 0x17E5, offset: 0x1CB552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1F0C, symBinAddr: 0x1FE9A4, symSize: 0x50 }
+ - { offsetInCU: 0x180C, offset: 0x1CB579, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1F5C, symBinAddr: 0x1FE9F4, symSize: 0x50 }
+ - { offsetInCU: 0x1842, offset: 0x1CB5AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x2130, symBinAddr: 0x1FEBC8, symSize: 0x70 }
+ - { offsetInCU: 0x1876, offset: 0x1CB5E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x21A0, symBinAddr: 0x1FEC38, symSize: 0x28 }
+ - { offsetInCU: 0x188A, offset: 0x1CB5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x21C8, symBinAddr: 0x1FEC60, symSize: 0x8 }
+ - { offsetInCU: 0x18C0, offset: 0x1CB62D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x21D0, symBinAddr: 0x1FEC68, symSize: 0x74 }
+ - { offsetInCU: 0x190B, offset: 0x1CB678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2244, symBinAddr: 0x1FECDC, symSize: 0xC }
+ - { offsetInCU: 0x1927, offset: 0x1CB694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2250, symBinAddr: 0x1FECE8, symSize: 0xC }
+ - { offsetInCU: 0x19D8, offset: 0x1CB745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x24F4, symBinAddr: 0x1FEF8C, symSize: 0x20 }
+ - { offsetInCU: 0x1A5E, offset: 0x1CB7CB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x2528, symBinAddr: 0x1FEFC0, symSize: 0x124 }
+ - { offsetInCU: 0x1BC1, offset: 0x1CB92E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x264C, symBinAddr: 0x1FF0E4, symSize: 0x118 }
+ - { offsetInCU: 0x1D1C, offset: 0x1CBA89, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2778, symBinAddr: 0x1FF210, symSize: 0x104 }
+ - { offsetInCU: 0x1E7F, offset: 0x1CBBEC, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x287C, symBinAddr: 0x1FF314, symSize: 0x174 }
+ - { offsetInCU: 0x1FFA, offset: 0x1CBD67, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x2A04, symBinAddr: 0x1FF49C, symSize: 0x108 }
+ - { offsetInCU: 0x215D, offset: 0x1CBECA, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x2E08, symBinAddr: 0x1FF8A0, symSize: 0x104 }
+ - { offsetInCU: 0x22C2, offset: 0x1CC02F, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls7SummaryCG_Tg508$sSTsSL7c38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls7I14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x2F0C, symBinAddr: 0x1FF9A4, symSize: 0x68 }
+ - { offsetInCU: 0x23C9, offset: 0x1CC136, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x2F74, symBinAddr: 0x1FFA0C, symSize: 0x100 }
+ - { offsetInCU: 0x2665, offset: 0x1CC3D2, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1nnncn_n', symObjAddr: 0x3074, symBinAddr: 0x1FFB0C, symSize: 0x304 }
+ - { offsetInCU: 0x2A85, offset: 0x1CC7F2, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls7SummaryCG_Tg508$sSTsSL7h38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ij6Calls7L14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x3378, symBinAddr: 0x1FFE10, symSize: 0xC4 }
+ - { offsetInCU: 0x2C7B, offset: 0x1CC9E8, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls7I14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x343C, symBinAddr: 0x1FFED4, symSize: 0x290 }
+ - { offsetInCU: 0x2E68, offset: 0x1CCBD5, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x36CC, symBinAddr: 0x200164, symSize: 0x150 }
+ - { offsetInCU: 0x2FCE, offset: 0x1CCD3B, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13gh6Calls7J14CG_TG5Tf4nnd_nTf1nnnnc_n', symObjAddr: 0x381C, symBinAddr: 0x2002B4, symSize: 0x250 }
+ - { offsetInCU: 0x3063, offset: 0x1CCDD0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x3A6C, symBinAddr: 0x200504, symSize: 0x14 }
+ - { offsetInCU: 0x309C, offset: 0x1CCE09, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x3A80, symBinAddr: 0x200518, symSize: 0xFC }
+ - { offsetInCU: 0x3144, offset: 0x1CCEB1, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x3B7C, symBinAddr: 0x200614, symSize: 0x1AC }
+ - { offsetInCU: 0x31B3, offset: 0x1CCF20, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x3D28, symBinAddr: 0x2007C0, symSize: 0x1A4 }
+ - { offsetInCU: 0x3238, offset: 0x1CCFA5, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4214, symBinAddr: 0x200CAC, symSize: 0x290 }
+ - { offsetInCU: 0x3324, offset: 0x1CD091, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x44A4, symBinAddr: 0x200F3C, symSize: 0x2CC }
+ - { offsetInCU: 0x343A, offset: 0x1CD1A7, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x4770, symBinAddr: 0x201208, symSize: 0x274 }
+ - { offsetInCU: 0x3553, offset: 0x1CD2C0, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x4C5C, symBinAddr: 0x2016F4, symSize: 0x28C }
+ - { offsetInCU: 0x361E, offset: 0x1CD38B, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x4EE8, symBinAddr: 0x201980, symSize: 0x328 }
+ - { offsetInCU: 0x370B, offset: 0x1CD478, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x5210, symBinAddr: 0x201CA8, symSize: 0x2DC }
+ - { offsetInCU: 0x383A, offset: 0x1CD5A7, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x54EC, symBinAddr: 0x201F84, symSize: 0x2EC }
+ - { offsetInCU: 0x391D, offset: 0x1CD68A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x5AF4, symBinAddr: 0x20258C, symSize: 0x310 }
+ - { offsetInCU: 0x3A61, offset: 0x1CD7CE, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x5EFC, symBinAddr: 0x202994, symSize: 0x340 }
+ - { offsetInCU: 0x3BC0, offset: 0x1CD92D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtFSS_Tg5', symObjAddr: 0x623C, symBinAddr: 0x202CD4, symSize: 0x2E4 }
+ - { offsetInCU: 0x3CB4, offset: 0x1CDA21, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x6520, symBinAddr: 0x202FB8, symSize: 0x28C }
+ - { offsetInCU: 0x3DBE, offset: 0x1CDB2B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls9LogSymbol_p_Tg5', symObjAddr: 0x67AC, symBinAddr: 0x203244, symSize: 0x34 }
+ - { offsetInCU: 0x3DF6, offset: 0x1CDB63, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyFSo16AVFrameRateRangeC_Tg5', symObjAddr: 0x67E0, symBinAddr: 0x203278, symSize: 0x34 }
+ - { offsetInCU: 0x3E2E, offset: 0x1CDB9B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x6814, symBinAddr: 0x2032AC, symSize: 0x34 }
+ - { offsetInCU: 0x3E66, offset: 0x1CDBD3, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls7Command_p_Tg5', symObjAddr: 0x6848, symBinAddr: 0x2032E0, symSize: 0x34 }
+ - { offsetInCU: 0x3E9E, offset: 0x1CDC0B, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x687C, symBinAddr: 0x203314, symSize: 0x34 }
+ - { offsetInCU: 0x3F75, offset: 0x1CDCE2, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls14DirectCallUserC_Tg5Tf4nnd_n', symObjAddr: 0x6A48, symBinAddr: 0x2034D8, symSize: 0x208 }
+ - { offsetInCU: 0x4019, offset: 0x1CDD86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x6CF0, symBinAddr: 0x2036E0, symSize: 0x44 }
+ - { offsetInCU: 0x402D, offset: 0x1CDD9A, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSEsSERzlWl', symObjAddr: 0x6D34, symBinAddr: 0x203724, symSize: 0x5C }
+ - { offsetInCU: 0x4041, offset: 0x1CDDAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASQWb', symObjAddr: 0x6DD4, symBinAddr: 0x203780, symSize: 0x4 }
+ - { offsetInCU: 0x4055, offset: 0x1CDDC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAESQAAWl', symObjAddr: 0x6DD8, symBinAddr: 0x203784, symSize: 0x44 }
+ - { offsetInCU: 0x4069, offset: 0x1CDDD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x6E1C, symBinAddr: 0x2037C8, symSize: 0x4 }
+ - { offsetInCU: 0x407D, offset: 0x1CDDEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x6E20, symBinAddr: 0x2037CC, symSize: 0x44 }
+ - { offsetInCU: 0x4091, offset: 0x1CDDFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x6E64, symBinAddr: 0x203810, symSize: 0x4 }
+ - { offsetInCU: 0x40A5, offset: 0x1CDE12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x6E68, symBinAddr: 0x203814, symSize: 0x44 }
+ - { offsetInCU: 0x40B9, offset: 0x1CDE26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCMa', symObjAddr: 0x7174, symBinAddr: 0x203B20, symSize: 0x20 }
+ - { offsetInCU: 0x40CD, offset: 0x1CDE3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwet', symObjAddr: 0x732C, symBinAddr: 0x203CC8, symSize: 0x90 }
+ - { offsetInCU: 0x40E1, offset: 0x1CDE4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwst', symObjAddr: 0x73BC, symBinAddr: 0x203D58, symSize: 0xBC }
+ - { offsetInCU: 0x40F5, offset: 0x1CDE62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwug', symObjAddr: 0x7478, symBinAddr: 0x203E14, symSize: 0x8 }
+ - { offsetInCU: 0x4109, offset: 0x1CDE76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwup', symObjAddr: 0x7480, symBinAddr: 0x203E1C, symSize: 0x4 }
+ - { offsetInCU: 0x411D, offset: 0x1CDE8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwui', symObjAddr: 0x7484, symBinAddr: 0x203E20, symSize: 0xC }
+ - { offsetInCU: 0x4131, offset: 0x1CDE9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOMa', symObjAddr: 0x7490, symBinAddr: 0x203E2C, symSize: 0x10 }
+ - { offsetInCU: 0x4145, offset: 0x1CDEB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCACSHAAWl', symObjAddr: 0x74A0, symBinAddr: 0x203E3C, symSize: 0x48 }
+ - { offsetInCU: 0x4164, offset: 0x1CDED1, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls7SummaryC_Tg5Tf4nnd_n', symObjAddr: 0x74E8, symBinAddr: 0x203E84, symSize: 0x1DC }
+ - { offsetInCU: 0x426A, offset: 0x1CDFD7, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls8SequenceC_Tg5Tf4nnd_n', symObjAddr: 0x76C4, symBinAddr: 0x204060, symSize: 0x224 }
+ - { offsetInCU: 0x4338, offset: 0x1CE0A5, size: 0x8, addend: 0x0, symName: '_$sSo16AVFrameRateRangeCMa', symObjAddr: 0x78E8, symBinAddr: 0x204284, symSize: 0x3C }
+ - { offsetInCU: 0x43BD, offset: 0x1CE12A, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF19TransportStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA19hi6CSgAA7G6CXEfU_Tf1cn_n', symObjAddr: 0x0, symBinAddr: 0x1FCA98, symSize: 0x304 }
+ - { offsetInCU: 0x461C, offset: 0x1CE389, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF15AudioStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA15hi6CSgAA7G7CXEfU0_Tf1cn_n', symObjAddr: 0x304, symBinAddr: 0x1FCD9C, symSize: 0x304 }
+ - { offsetInCU: 0x487B, offset: 0x1CE5E8, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF15VideoStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA15hi6CSgAA7G7CXEfU1_Tf1cn_n', symObjAddr: 0x608, symBinAddr: 0x1FD0A0, symSize: 0x304 }
+ - { offsetInCU: 0x4B8F, offset: 0x1CE8FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1FAC, symBinAddr: 0x1FEA44, symSize: 0x88 }
+ - { offsetInCU: 0x4C3E, offset: 0x1CE9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2034, symBinAddr: 0x1FEACC, symSize: 0x60 }
+ - { offsetInCU: 0x4CD4, offset: 0x1CEA41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2094, symBinAddr: 0x1FEB2C, symSize: 0x40 }
+ - { offsetInCU: 0x4D26, offset: 0x1CEA93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x20D4, symBinAddr: 0x1FEB6C, symSize: 0x5C }
+ - { offsetInCU: 0x4D9A, offset: 0x1CEB07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x225C, symBinAddr: 0x1FECF4, symSize: 0x28 }
+ - { offsetInCU: 0x4DB6, offset: 0x1CEB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x2284, symBinAddr: 0x1FED1C, symSize: 0x28 }
+ - { offsetInCU: 0x27, offset: 0x1CF01A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11updateAudio9isEnabledySb_tF', symObjAddr: 0x0, symBinAddr: 0x2042CC, symSize: 0x334 }
+ - { offsetInCU: 0x137, offset: 0x1CF12A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11updateAudio9isEnabledySb_tF', symObjAddr: 0x0, symBinAddr: 0x2042CC, symSize: 0x334 }
+ - { offsetInCU: 0x3A3, offset: 0x1CF396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC22deactivateAudioSessionyyFZ', symObjAddr: 0x334, symBinAddr: 0x204600, symSize: 0x4 }
+ - { offsetInCU: 0x3CE, offset: 0x1CF3C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10setupAudioyyF', symObjAddr: 0x338, symBinAddr: 0x204604, symSize: 0x1BC }
+ - { offsetInCU: 0x436, offset: 0x1CF429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21createLocalAudioTrackSo08RTCAudioI0CSgyF', symObjAddr: 0x4F4, symBinAddr: 0x2047C0, symSize: 0x194 }
+ - { offsetInCU: 0x4A8, offset: 0x1CF49B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20activateAudioSession11isVideoCallySb_tFZ', symObjAddr: 0x688, symBinAddr: 0x204954, symSize: 0x4 }
+ - { offsetInCU: 0x4BC, offset: 0x1CF4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC28rtcAudioSessionConfiguration11isVideoCallSo08RTCAudiohI0CSb_tFZ', symObjAddr: 0x73C, symBinAddr: 0x204958, symSize: 0x4 }
+ - { offsetInCU: 0x4D0, offset: 0x1CF4C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC26audioSessionDidChangeRoute_6reason08previousJ0ySo08RTCAudioG0C_So07AVAudiogjI6ReasonVSo0ngJ11DescriptionCtF', symObjAddr: 0x740, symBinAddr: 0x20495C, symSize: 0x9C }
+ - { offsetInCU: 0x54F, offset: 0x1CF542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC26audioSessionDidChangeRoute_6reason08previousJ0ySo08RTCAudioG0C_So07AVAudiogjI6ReasonVSo0ngJ11DescriptionCtFTo', symObjAddr: 0x7DC, symBinAddr: 0x2049F8, symSize: 0xE0 }
+ - { offsetInCU: 0x5A3, offset: 0x1CF596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC28rtcAudioSessionConfiguration11isVideoCallSo08RTCAudiohI0CSb_tFZTf4nd_n', symObjAddr: 0x8BC, symBinAddr: 0x204AD8, symSize: 0xFC }
+ - { offsetInCU: 0x6A0, offset: 0x1CF693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20activateAudioSession11isVideoCallySb_tFZTf4nd_n', symObjAddr: 0x9B8, symBinAddr: 0x204BD4, symSize: 0x510 }
+ - { offsetInCU: 0xAC3, offset: 0x1CFAB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC22deactivateAudioSessionyyFZTf4d_n', symObjAddr: 0xEC8, symBinAddr: 0x2050E4, symSize: 0x390 }
+ - { offsetInCU: 0x27, offset: 0x1D00C6, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE4dataSSSg10Foundation4DataVSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x205474, symSize: 0x9C }
+ - { offsetInCU: 0x3F, offset: 0x1D00DE, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE4dataSSSg10Foundation4DataVSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x205474, symSize: 0x9C }
+ - { offsetInCU: 0xD2, offset: 0x1D0171, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE5trunc6length8trailingSSSi_SStF', symObjAddr: 0xF4, symBinAddr: 0x205510, symSize: 0x134 }
+ - { offsetInCU: 0x1E5, offset: 0x1D0284, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE6prefixS2S_tcfC', symObjAddr: 0x228, symBinAddr: 0x205644, symSize: 0x134 }
+ - { offsetInCU: 0x259, offset: 0x1D02F8, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10urlEncodedSSvg', symObjAddr: 0x35C, symBinAddr: 0x205778, symSize: 0x154 }
+ - { offsetInCU: 0x4F, offset: 0x1D05B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV12arrayLiteralACSSd_tcfC', symObjAddr: 0x0, symBinAddr: 0x2058CC, symSize: 0x4 }
+ - { offsetInCU: 0x8A, offset: 0x1D05F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV6appendyySSF', symObjAddr: 0x324, symBinAddr: 0x205BF0, symSize: 0xA8 }
+ - { offsetInCU: 0x1B3, offset: 0x1D071B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV11encodedPathSSvg', symObjAddr: 0x22D8, symBinAddr: 0x207BA4, symSize: 0x254 }
+ - { offsetInCU: 0x3EB, offset: 0x1D0953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvg', symObjAddr: 0x29CC, symBinAddr: 0x208298, symSize: 0x4 }
+ - { offsetInCU: 0x407, offset: 0x1D096F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvs', symObjAddr: 0x29D0, symBinAddr: 0x20829C, symSize: 0x28 }
+ - { offsetInCU: 0x423, offset: 0x1D098B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvM', symObjAddr: 0x29F8, symBinAddr: 0x2082C4, symSize: 0x10 }
+ - { offsetInCU: 0x43F, offset: 0x1D09A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvM.resume.0', symObjAddr: 0x2A08, symBinAddr: 0x2082D4, symSize: 0x4 }
+ - { offsetInCU: 0x485, offset: 0x1D09ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV9appendingyACSSF', symObjAddr: 0x2A0C, symBinAddr: 0x2082D8, symSize: 0xB0 }
+ - { offsetInCU: 0x5D0, offset: 0x1D0B38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x2ABC, symBinAddr: 0x208388, symSize: 0x8 }
+ - { offsetInCU: 0x5ED, offset: 0x1D0B55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x4, symBinAddr: 0x2058D0, symSize: 0xC }
+ - { offsetInCU: 0x609, offset: 0x1D0B71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE7headersSayAA0D6HeaderOGvg', symObjAddr: 0x10, symBinAddr: 0x2058DC, symSize: 0xC }
+ - { offsetInCU: 0x63F, offset: 0x1D0BA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1C, symBinAddr: 0x2058E8, symSize: 0x4 }
+ - { offsetInCU: 0x65F, offset: 0x1D0BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1C, symBinAddr: 0x2058E8, symSize: 0x4 }
+ - { offsetInCU: 0x671, offset: 0x1D0BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10apiVersionSSvg', symObjAddr: 0x20, symBinAddr: 0x2058EC, symSize: 0x4 }
+ - { offsetInCU: 0x68C, offset: 0x1D0BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x24, symBinAddr: 0x2058F0, symSize: 0x8 }
+ - { offsetInCU: 0x6A8, offset: 0x1D0C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE22isSessionTokenRequiredSbvg', symObjAddr: 0x2C, symBinAddr: 0x2058F8, symSize: 0x8 }
+ - { offsetInCU: 0x6CF, offset: 0x1D0C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x34, symBinAddr: 0x205900, symSize: 0x8 }
+ - { offsetInCU: 0x6EB, offset: 0x1D0C53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE9shouldLogSbvg', symObjAddr: 0x3C, symBinAddr: 0x205908, symSize: 0x8 }
+ - { offsetInCU: 0x7DB, offset: 0x1D0D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyF', symObjAddr: 0x1D38, symBinAddr: 0x207604, symSize: 0x2A4 }
+ - { offsetInCU: 0x8DA, offset: 0x1D0E42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2E0, symBinAddr: 0x205BAC, symSize: 0x4 }
+ - { offsetInCU: 0x8FA, offset: 0x1D0E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2E0, symBinAddr: 0x205BAC, symSize: 0x4 }
+ - { offsetInCU: 0x90C, offset: 0x1D0E74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x2E4, symBinAddr: 0x205BB0, symSize: 0x8 }
+ - { offsetInCU: 0x928, offset: 0x1D0E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x2EC, symBinAddr: 0x205BB8, symSize: 0xC }
+ - { offsetInCU: 0x953, offset: 0x1D0EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2F8, symBinAddr: 0x205BC4, symSize: 0x4 }
+ - { offsetInCU: 0x973, offset: 0x1D0EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2F8, symBinAddr: 0x205BC4, symSize: 0x4 }
+ - { offsetInCU: 0x985, offset: 0x1D0EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x2FC, symBinAddr: 0x205BC8, symSize: 0x8 }
+ - { offsetInCU: 0x9A1, offset: 0x1D0F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x304, symBinAddr: 0x205BD0, symSize: 0x8 }
+ - { offsetInCU: 0x9BD, offset: 0x1D0F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x30C, symBinAddr: 0x205BD8, symSize: 0xC }
+ - { offsetInCU: 0x9E8, offset: 0x1D0F50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x318, symBinAddr: 0x205BE4, symSize: 0x4 }
+ - { offsetInCU: 0xA08, offset: 0x1D0F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x318, symBinAddr: 0x205BE4, symSize: 0x4 }
+ - { offsetInCU: 0xA1A, offset: 0x1D0F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x31C, symBinAddr: 0x205BE8, symSize: 0x8 }
+ - { offsetInCU: 0xAAF, offset: 0x1D1017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x3CC, symBinAddr: 0x205C98, symSize: 0xC }
+ - { offsetInCU: 0xADA, offset: 0x1D1042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3D8, symBinAddr: 0x205CA4, symSize: 0x4 }
+ - { offsetInCU: 0xAFA, offset: 0x1D1062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3D8, symBinAddr: 0x205CA4, symSize: 0x4 }
+ - { offsetInCU: 0xB0C, offset: 0x1D1074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0x3DC, symBinAddr: 0x205CA8, symSize: 0x8 }
+ - { offsetInCU: 0xB28, offset: 0x1D1090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x3E4, symBinAddr: 0x205CB0, symSize: 0x8 }
+ - { offsetInCU: 0xB44, offset: 0x1D10AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x3EC, symBinAddr: 0x205CB8, symSize: 0xC }
+ - { offsetInCU: 0xB6F, offset: 0x1D10D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3F8, symBinAddr: 0x205CC4, symSize: 0x4 }
+ - { offsetInCU: 0xB8F, offset: 0x1D10F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3F8, symBinAddr: 0x205CC4, symSize: 0x4 }
+ - { offsetInCU: 0xBA1, offset: 0x1D1109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x3FC, symBinAddr: 0x205CC8, symSize: 0x8 }
+ - { offsetInCU: 0xBBD, offset: 0x1D1125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x404, symBinAddr: 0x205CD0, symSize: 0x8 }
+ - { offsetInCU: 0xBD9, offset: 0x1D1141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x40C, symBinAddr: 0x205CD8, symSize: 0xC }
+ - { offsetInCU: 0xC04, offset: 0x1D116C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x418, symBinAddr: 0x205CE4, symSize: 0x4 }
+ - { offsetInCU: 0xC24, offset: 0x1D118C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x418, symBinAddr: 0x205CE4, symSize: 0x4 }
+ - { offsetInCU: 0xC36, offset: 0x1D119E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x41C, symBinAddr: 0x205CE8, symSize: 0x8 }
+ - { offsetInCU: 0xC52, offset: 0x1D11BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x424, symBinAddr: 0x205CF0, symSize: 0x8 }
+ - { offsetInCU: 0xC6E, offset: 0x1D11D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x42C, symBinAddr: 0x205CF8, symSize: 0xC }
+ - { offsetInCU: 0xCA4, offset: 0x1D120C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x438, symBinAddr: 0x205D04, symSize: 0x4 }
+ - { offsetInCU: 0xCC4, offset: 0x1D122C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x438, symBinAddr: 0x205D04, symSize: 0x4 }
+ - { offsetInCU: 0xCD6, offset: 0x1D123E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x43C, symBinAddr: 0x205D08, symSize: 0x8 }
+ - { offsetInCU: 0xCF2, offset: 0x1D125A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x444, symBinAddr: 0x205D10, symSize: 0xC }
+ - { offsetInCU: 0xD1D, offset: 0x1D1285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x450, symBinAddr: 0x205D1C, symSize: 0x4 }
+ - { offsetInCU: 0xD3D, offset: 0x1D12A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x450, symBinAddr: 0x205D1C, symSize: 0x4 }
+ - { offsetInCU: 0xD4F, offset: 0x1D12B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x454, symBinAddr: 0x205D20, symSize: 0x8 }
+ - { offsetInCU: 0xD6B, offset: 0x1D12D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x45C, symBinAddr: 0x205D28, symSize: 0x8 }
+ - { offsetInCU: 0xD87, offset: 0x1D12EF, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONEncoderC13SendBirdCallsE11keyStrategyA2C011KeyEncodingG0O_tcfC', symObjAddr: 0x464, symBinAddr: 0x205D30, symSize: 0xA0 }
+ - { offsetInCU: 0xDB0, offset: 0x1D1318, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x504, symBinAddr: 0x205DD0, symSize: 0xC }
+ - { offsetInCU: 0xDDB, offset: 0x1D1343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x510, symBinAddr: 0x205DDC, symSize: 0x4 }
+ - { offsetInCU: 0xDFB, offset: 0x1D1363, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x510, symBinAddr: 0x205DDC, symSize: 0x4 }
+ - { offsetInCU: 0xE0D, offset: 0x1D1375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x514, symBinAddr: 0x205DE0, symSize: 0x8 }
+ - { offsetInCU: 0xE29, offset: 0x1D1391, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x51C, symBinAddr: 0x205DE8, symSize: 0x8 }
+ - { offsetInCU: 0xE54, offset: 0x1D13BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x524, symBinAddr: 0x205DF0, symSize: 0x4 }
+ - { offsetInCU: 0xE74, offset: 0x1D13DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x524, symBinAddr: 0x205DF0, symSize: 0x4 }
+ - { offsetInCU: 0xE86, offset: 0x1D13EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x528, symBinAddr: 0x205DF4, symSize: 0x8 }
+ - { offsetInCU: 0xEA2, offset: 0x1D140A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x530, symBinAddr: 0x205DFC, symSize: 0x8 }
+ - { offsetInCU: 0xEBE, offset: 0x1D1426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x538, symBinAddr: 0x205E04, symSize: 0xC }
+ - { offsetInCU: 0xEE9, offset: 0x1D1451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x544, symBinAddr: 0x205E10, symSize: 0x4 }
+ - { offsetInCU: 0xF09, offset: 0x1D1471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x544, symBinAddr: 0x205E10, symSize: 0x4 }
+ - { offsetInCU: 0xF1B, offset: 0x1D1483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x548, symBinAddr: 0x205E14, symSize: 0x8 }
+ - { offsetInCU: 0xF37, offset: 0x1D149F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x550, symBinAddr: 0x205E1C, symSize: 0x8 }
+ - { offsetInCU: 0xF53, offset: 0x1D14BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x558, symBinAddr: 0x205E24, symSize: 0xC }
+ - { offsetInCU: 0xF7E, offset: 0x1D14E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x564, symBinAddr: 0x205E30, symSize: 0x4 }
+ - { offsetInCU: 0xF9E, offset: 0x1D1506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x564, symBinAddr: 0x205E30, symSize: 0x4 }
+ - { offsetInCU: 0xFB0, offset: 0x1D1518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x568, symBinAddr: 0x205E34, symSize: 0x8 }
+ - { offsetInCU: 0xFCC, offset: 0x1D1534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x570, symBinAddr: 0x205E3C, symSize: 0x8 }
+ - { offsetInCU: 0x1040, offset: 0x1D15A8, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFSS_ypTg5', symObjAddr: 0x578, symBinAddr: 0x205E44, symSize: 0x1C0 }
+ - { offsetInCU: 0x1134, offset: 0x1D169C, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_SS_ypTg5', symObjAddr: 0x738, symBinAddr: 0x206004, symSize: 0x314 }
+ - { offsetInCU: 0x11ED, offset: 0x1D1755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xA4C, symBinAddr: 0x206318, symSize: 0xC }
+ - { offsetInCU: 0x1218, offset: 0x1D1780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xA58, symBinAddr: 0x206324, symSize: 0x4 }
+ - { offsetInCU: 0x1238, offset: 0x1D17A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xA58, symBinAddr: 0x206324, symSize: 0x4 }
+ - { offsetInCU: 0x124A, offset: 0x1D17B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xA5C, symBinAddr: 0x206328, symSize: 0x8 }
+ - { offsetInCU: 0x1266, offset: 0x1D17CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xA64, symBinAddr: 0x206330, symSize: 0x8 }
+ - { offsetInCU: 0x1282, offset: 0x1D17EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xA6C, symBinAddr: 0x206338, symSize: 0xC }
+ - { offsetInCU: 0x12AD, offset: 0x1D1815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xA78, symBinAddr: 0x206344, symSize: 0x4 }
+ - { offsetInCU: 0x12CD, offset: 0x1D1835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xA78, symBinAddr: 0x206344, symSize: 0x4 }
+ - { offsetInCU: 0x12DF, offset: 0x1D1847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xA7C, symBinAddr: 0x206348, symSize: 0x8 }
+ - { offsetInCU: 0x12FB, offset: 0x1D1863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xA84, symBinAddr: 0x206350, symSize: 0x8 }
+ - { offsetInCU: 0x1317, offset: 0x1D187F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xA8C, symBinAddr: 0x206358, symSize: 0xC }
+ - { offsetInCU: 0x1342, offset: 0x1D18AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xA98, symBinAddr: 0x206364, symSize: 0x4 }
+ - { offsetInCU: 0x1362, offset: 0x1D18CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xA98, symBinAddr: 0x206364, symSize: 0x4 }
+ - { offsetInCU: 0x1374, offset: 0x1D18DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xA9C, symBinAddr: 0x206368, symSize: 0x8 }
+ - { offsetInCU: 0x1390, offset: 0x1D18F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xAA4, symBinAddr: 0x206370, symSize: 0x8 }
+ - { offsetInCU: 0x13AC, offset: 0x1D1914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xAAC, symBinAddr: 0x206378, symSize: 0xC }
+ - { offsetInCU: 0x13D7, offset: 0x1D193F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xAB8, symBinAddr: 0x206384, symSize: 0x4 }
+ - { offsetInCU: 0x13F7, offset: 0x1D195F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xAB8, symBinAddr: 0x206384, symSize: 0x4 }
+ - { offsetInCU: 0x1409, offset: 0x1D1971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0xABC, symBinAddr: 0x206388, symSize: 0x8 }
+ - { offsetInCU: 0x1425, offset: 0x1D198D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xAC4, symBinAddr: 0x206390, symSize: 0x8 }
+ - { offsetInCU: 0x1441, offset: 0x1D19A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xACC, symBinAddr: 0x206398, symSize: 0xC }
+ - { offsetInCU: 0x146C, offset: 0x1D19D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x2063A4, symSize: 0x4 }
+ - { offsetInCU: 0x148C, offset: 0x1D19F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xAD8, symBinAddr: 0x2063A4, symSize: 0x4 }
+ - { offsetInCU: 0x149E, offset: 0x1D1A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xADC, symBinAddr: 0x2063A8, symSize: 0x8 }
+ - { offsetInCU: 0x14BA, offset: 0x1D1A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xAE4, symBinAddr: 0x2063B0, symSize: 0x8 }
+ - { offsetInCU: 0x14D6, offset: 0x1D1A3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xAEC, symBinAddr: 0x2063B8, symSize: 0xC }
+ - { offsetInCU: 0x1501, offset: 0x1D1A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xAF8, symBinAddr: 0x2063C4, symSize: 0x4 }
+ - { offsetInCU: 0x1521, offset: 0x1D1A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xAF8, symBinAddr: 0x2063C4, symSize: 0x4 }
+ - { offsetInCU: 0x1533, offset: 0x1D1A9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xAFC, symBinAddr: 0x2063C8, symSize: 0x8 }
+ - { offsetInCU: 0x154F, offset: 0x1D1AB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB04, symBinAddr: 0x2063D0, symSize: 0x8 }
+ - { offsetInCU: 0x156B, offset: 0x1D1AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xB0C, symBinAddr: 0x2063D8, symSize: 0xC }
+ - { offsetInCU: 0x1596, offset: 0x1D1AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB18, symBinAddr: 0x2063E4, symSize: 0x4 }
+ - { offsetInCU: 0x15B6, offset: 0x1D1B1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB18, symBinAddr: 0x2063E4, symSize: 0x4 }
+ - { offsetInCU: 0x15C8, offset: 0x1D1B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB1C, symBinAddr: 0x2063E8, symSize: 0x8 }
+ - { offsetInCU: 0x15E4, offset: 0x1D1B4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB24, symBinAddr: 0x2063F0, symSize: 0x8 }
+ - { offsetInCU: 0x1600, offset: 0x1D1B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xB2C, symBinAddr: 0x2063F8, symSize: 0xC }
+ - { offsetInCU: 0x162B, offset: 0x1D1B93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB38, symBinAddr: 0x206404, symSize: 0x4 }
+ - { offsetInCU: 0x164B, offset: 0x1D1BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB38, symBinAddr: 0x206404, symSize: 0x4 }
+ - { offsetInCU: 0x165D, offset: 0x1D1BC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB3C, symBinAddr: 0x206408, symSize: 0x8 }
+ - { offsetInCU: 0x1679, offset: 0x1D1BE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB44, symBinAddr: 0x206410, symSize: 0x8 }
+ - { offsetInCU: 0x1695, offset: 0x1D1BFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xB4C, symBinAddr: 0x206418, symSize: 0xC }
+ - { offsetInCU: 0x16C0, offset: 0x1D1C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB58, symBinAddr: 0x206424, symSize: 0x4 }
+ - { offsetInCU: 0x16E0, offset: 0x1D1C48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB58, symBinAddr: 0x206424, symSize: 0x4 }
+ - { offsetInCU: 0x16F2, offset: 0x1D1C5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB5C, symBinAddr: 0x206428, symSize: 0x8 }
+ - { offsetInCU: 0x170E, offset: 0x1D1C76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB64, symBinAddr: 0x206430, symSize: 0x8 }
+ - { offsetInCU: 0x172A, offset: 0x1D1C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xB6C, symBinAddr: 0x206438, symSize: 0xC }
+ - { offsetInCU: 0x1755, offset: 0x1D1CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB78, symBinAddr: 0x206444, symSize: 0x4 }
+ - { offsetInCU: 0x1775, offset: 0x1D1CDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB78, symBinAddr: 0x206444, symSize: 0x4 }
+ - { offsetInCU: 0x1787, offset: 0x1D1CEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB7C, symBinAddr: 0x206448, symSize: 0x8 }
+ - { offsetInCU: 0x17A3, offset: 0x1D1D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xB84, symBinAddr: 0x206450, symSize: 0x8 }
+ - { offsetInCU: 0x17BF, offset: 0x1D1D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xB8C, symBinAddr: 0x206458, symSize: 0xC }
+ - { offsetInCU: 0x17EA, offset: 0x1D1D52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB98, symBinAddr: 0x206464, symSize: 0x4 }
+ - { offsetInCU: 0x180A, offset: 0x1D1D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xB98, symBinAddr: 0x206464, symSize: 0x4 }
+ - { offsetInCU: 0x181C, offset: 0x1D1D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xB9C, symBinAddr: 0x206468, symSize: 0x8 }
+ - { offsetInCU: 0x1838, offset: 0x1D1DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xBA4, symBinAddr: 0x206470, symSize: 0x8 }
+ - { offsetInCU: 0x1854, offset: 0x1D1DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xBAC, symBinAddr: 0x206478, symSize: 0xC }
+ - { offsetInCU: 0x187F, offset: 0x1D1DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0x206484, symSize: 0x4 }
+ - { offsetInCU: 0x189F, offset: 0x1D1E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBB8, symBinAddr: 0x206484, symSize: 0x4 }
+ - { offsetInCU: 0x18B1, offset: 0x1D1E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xBBC, symBinAddr: 0x206488, symSize: 0x8 }
+ - { offsetInCU: 0x18CD, offset: 0x1D1E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xBC4, symBinAddr: 0x206490, symSize: 0x8 }
+ - { offsetInCU: 0x18E9, offset: 0x1D1E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xBCC, symBinAddr: 0x206498, symSize: 0xC }
+ - { offsetInCU: 0x1914, offset: 0x1D1E7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBD8, symBinAddr: 0x2064A4, symSize: 0x4 }
+ - { offsetInCU: 0x1934, offset: 0x1D1E9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBD8, symBinAddr: 0x2064A4, symSize: 0x4 }
+ - { offsetInCU: 0x1946, offset: 0x1D1EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xBDC, symBinAddr: 0x2064A8, symSize: 0x8 }
+ - { offsetInCU: 0x1962, offset: 0x1D1ECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xBE4, symBinAddr: 0x2064B0, symSize: 0x8 }
+ - { offsetInCU: 0x197E, offset: 0x1D1EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xBEC, symBinAddr: 0x2064B8, symSize: 0xC }
+ - { offsetInCU: 0x19A9, offset: 0x1D1F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBF8, symBinAddr: 0x2064C4, symSize: 0x4 }
+ - { offsetInCU: 0x19C9, offset: 0x1D1F31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xBF8, symBinAddr: 0x2064C4, symSize: 0x4 }
+ - { offsetInCU: 0x19DB, offset: 0x1D1F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xBFC, symBinAddr: 0x2064C8, symSize: 0x8 }
+ - { offsetInCU: 0x19F7, offset: 0x1D1F5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC04, symBinAddr: 0x2064D0, symSize: 0x8 }
+ - { offsetInCU: 0x1A13, offset: 0x1D1F7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xC0C, symBinAddr: 0x2064D8, symSize: 0xC }
+ - { offsetInCU: 0x1A3E, offset: 0x1D1FA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC18, symBinAddr: 0x2064E4, symSize: 0x4 }
+ - { offsetInCU: 0x1A5E, offset: 0x1D1FC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC18, symBinAddr: 0x2064E4, symSize: 0x4 }
+ - { offsetInCU: 0x1A70, offset: 0x1D1FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC1C, symBinAddr: 0x2064E8, symSize: 0x8 }
+ - { offsetInCU: 0x1A8C, offset: 0x1D1FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC24, symBinAddr: 0x2064F0, symSize: 0x8 }
+ - { offsetInCU: 0x1AA8, offset: 0x1D2010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xC2C, symBinAddr: 0x2064F8, symSize: 0xC }
+ - { offsetInCU: 0x1AD3, offset: 0x1D203B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC38, symBinAddr: 0x206504, symSize: 0x4 }
+ - { offsetInCU: 0x1AF3, offset: 0x1D205B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC38, symBinAddr: 0x206504, symSize: 0x4 }
+ - { offsetInCU: 0x1B05, offset: 0x1D206D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC3C, symBinAddr: 0x206508, symSize: 0x8 }
+ - { offsetInCU: 0x1B21, offset: 0x1D2089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC44, symBinAddr: 0x206510, symSize: 0x8 }
+ - { offsetInCU: 0x1B4C, offset: 0x1D20B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0x206518, symSize: 0x4 }
+ - { offsetInCU: 0x1B6C, offset: 0x1D20D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC4C, symBinAddr: 0x206518, symSize: 0x4 }
+ - { offsetInCU: 0x1B7E, offset: 0x1D20E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC50, symBinAddr: 0x20651C, symSize: 0x8 }
+ - { offsetInCU: 0x1B9A, offset: 0x1D2102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xC58, symBinAddr: 0x206524, symSize: 0xC }
+ - { offsetInCU: 0x1BC5, offset: 0x1D212D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC64, symBinAddr: 0x206530, symSize: 0x4 }
+ - { offsetInCU: 0x1BE5, offset: 0x1D214D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC64, symBinAddr: 0x206530, symSize: 0x4 }
+ - { offsetInCU: 0x1BF7, offset: 0x1D215F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC68, symBinAddr: 0x206534, symSize: 0x8 }
+ - { offsetInCU: 0x1C13, offset: 0x1D217B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC70, symBinAddr: 0x20653C, symSize: 0x8 }
+ - { offsetInCU: 0x1C2F, offset: 0x1D2197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xC78, symBinAddr: 0x206544, symSize: 0xC }
+ - { offsetInCU: 0x1C5A, offset: 0x1D21C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC84, symBinAddr: 0x206550, symSize: 0x4 }
+ - { offsetInCU: 0x1C7A, offset: 0x1D21E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xC84, symBinAddr: 0x206550, symSize: 0x4 }
+ - { offsetInCU: 0x1C8C, offset: 0x1D21F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xC88, symBinAddr: 0x206554, symSize: 0x8 }
+ - { offsetInCU: 0x1CA8, offset: 0x1D2210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xC90, symBinAddr: 0x20655C, symSize: 0x8 }
+ - { offsetInCU: 0x1CC4, offset: 0x1D222C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xC98, symBinAddr: 0x206564, symSize: 0xC }
+ - { offsetInCU: 0x1CEF, offset: 0x1D2257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCA4, symBinAddr: 0x206570, symSize: 0x4 }
+ - { offsetInCU: 0x1D0F, offset: 0x1D2277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCA4, symBinAddr: 0x206570, symSize: 0x4 }
+ - { offsetInCU: 0x1D21, offset: 0x1D2289, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xCA8, symBinAddr: 0x206574, symSize: 0x8 }
+ - { offsetInCU: 0x1D3D, offset: 0x1D22A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xCB0, symBinAddr: 0x20657C, symSize: 0x8 }
+ - { offsetInCU: 0x1D59, offset: 0x1D22C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xCB8, symBinAddr: 0x206584, symSize: 0xC }
+ - { offsetInCU: 0x1D84, offset: 0x1D22EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCC4, symBinAddr: 0x206590, symSize: 0x4 }
+ - { offsetInCU: 0x1DA4, offset: 0x1D230C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCC4, symBinAddr: 0x206590, symSize: 0x4 }
+ - { offsetInCU: 0x1DB6, offset: 0x1D231E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xCC8, symBinAddr: 0x206594, symSize: 0x8 }
+ - { offsetInCU: 0x1DD2, offset: 0x1D233A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xCD0, symBinAddr: 0x20659C, symSize: 0x8 }
+ - { offsetInCU: 0x1DEE, offset: 0x1D2356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xCD8, symBinAddr: 0x2065A4, symSize: 0xC }
+ - { offsetInCU: 0x1E19, offset: 0x1D2381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCE4, symBinAddr: 0x2065B0, symSize: 0x4 }
+ - { offsetInCU: 0x1E39, offset: 0x1D23A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xCE4, symBinAddr: 0x2065B0, symSize: 0x4 }
+ - { offsetInCU: 0x1E4B, offset: 0x1D23B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xCE8, symBinAddr: 0x2065B4, symSize: 0x8 }
+ - { offsetInCU: 0x1E67, offset: 0x1D23CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xCF0, symBinAddr: 0x2065BC, symSize: 0x8 }
+ - { offsetInCU: 0x1E83, offset: 0x1D23EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xCF8, symBinAddr: 0x2065C4, symSize: 0xC }
+ - { offsetInCU: 0x1EAE, offset: 0x1D2416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD04, symBinAddr: 0x2065D0, symSize: 0x4 }
+ - { offsetInCU: 0x1ECE, offset: 0x1D2436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD04, symBinAddr: 0x2065D0, symSize: 0x4 }
+ - { offsetInCU: 0x1EE0, offset: 0x1D2448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD08, symBinAddr: 0x2065D4, symSize: 0x8 }
+ - { offsetInCU: 0x1EFC, offset: 0x1D2464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xD10, symBinAddr: 0x2065DC, symSize: 0x8 }
+ - { offsetInCU: 0x1F18, offset: 0x1D2480, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xD18, symBinAddr: 0x2065E4, symSize: 0xC }
+ - { offsetInCU: 0x1F43, offset: 0x1D24AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD24, symBinAddr: 0x2065F0, symSize: 0x4 }
+ - { offsetInCU: 0x1F63, offset: 0x1D24CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD24, symBinAddr: 0x2065F0, symSize: 0x4 }
+ - { offsetInCU: 0x1F75, offset: 0x1D24DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD28, symBinAddr: 0x2065F4, symSize: 0x8 }
+ - { offsetInCU: 0x1F91, offset: 0x1D24F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP06shouldE0SbvgTW', symObjAddr: 0xD30, symBinAddr: 0x2065FC, symSize: 0x8 }
+ - { offsetInCU: 0x1FAD, offset: 0x1D2515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP7headersSayAA0I6HeaderOGvgTW', symObjAddr: 0xD38, symBinAddr: 0x206604, symSize: 0xC }
+ - { offsetInCU: 0x1FD8, offset: 0x1D2540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD44, symBinAddr: 0x206610, symSize: 0x4 }
+ - { offsetInCU: 0x1FF8, offset: 0x1D2560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD44, symBinAddr: 0x206610, symSize: 0x4 }
+ - { offsetInCU: 0x200A, offset: 0x1D2572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD48, symBinAddr: 0x206614, symSize: 0x8 }
+ - { offsetInCU: 0x2026, offset: 0x1D258E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP06shouldF0SbvgTW', symObjAddr: 0xD50, symBinAddr: 0x20661C, symSize: 0x8 }
+ - { offsetInCU: 0x2042, offset: 0x1D25AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xD58, symBinAddr: 0x206624, symSize: 0xC }
+ - { offsetInCU: 0x206D, offset: 0x1D25D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD64, symBinAddr: 0x206630, symSize: 0x4 }
+ - { offsetInCU: 0x208D, offset: 0x1D25F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD64, symBinAddr: 0x206630, symSize: 0x4 }
+ - { offsetInCU: 0x209F, offset: 0x1D2607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD68, symBinAddr: 0x206634, symSize: 0x8 }
+ - { offsetInCU: 0x20BB, offset: 0x1D2623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xD70, symBinAddr: 0x20663C, symSize: 0x8 }
+ - { offsetInCU: 0x20D7, offset: 0x1D263F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xD78, symBinAddr: 0x206644, symSize: 0xC }
+ - { offsetInCU: 0x2102, offset: 0x1D266A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD84, symBinAddr: 0x206650, symSize: 0x4 }
+ - { offsetInCU: 0x2122, offset: 0x1D268A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xD84, symBinAddr: 0x206650, symSize: 0x4 }
+ - { offsetInCU: 0x2134, offset: 0x1D269C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xD88, symBinAddr: 0x206654, symSize: 0x8 }
+ - { offsetInCU: 0x2150, offset: 0x1D26B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xD90, symBinAddr: 0x20665C, symSize: 0x8 }
+ - { offsetInCU: 0x216C, offset: 0x1D26D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xD98, symBinAddr: 0x206664, symSize: 0xC }
+ - { offsetInCU: 0x2197, offset: 0x1D26FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDA4, symBinAddr: 0x206670, symSize: 0x4 }
+ - { offsetInCU: 0x21B7, offset: 0x1D271F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDA4, symBinAddr: 0x206670, symSize: 0x4 }
+ - { offsetInCU: 0x21C9, offset: 0x1D2731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDA8, symBinAddr: 0x206674, symSize: 0x8 }
+ - { offsetInCU: 0x21E5, offset: 0x1D274D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xDB0, symBinAddr: 0x20667C, symSize: 0x8 }
+ - { offsetInCU: 0x2201, offset: 0x1D2769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0xDB8, symBinAddr: 0x206684, symSize: 0xC }
+ - { offsetInCU: 0x222C, offset: 0x1D2794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDC4, symBinAddr: 0x206690, symSize: 0x4 }
+ - { offsetInCU: 0x224C, offset: 0x1D27B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDC4, symBinAddr: 0x206690, symSize: 0x4 }
+ - { offsetInCU: 0x225E, offset: 0x1D27C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDC8, symBinAddr: 0x206694, symSize: 0x8 }
+ - { offsetInCU: 0x227A, offset: 0x1D27E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0xDD0, symBinAddr: 0x20669C, symSize: 0x8 }
+ - { offsetInCU: 0x2296, offset: 0x1D27FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xDD8, symBinAddr: 0x2066A4, symSize: 0xC }
+ - { offsetInCU: 0x22C1, offset: 0x1D2829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDE4, symBinAddr: 0x2066B0, symSize: 0x4 }
+ - { offsetInCU: 0x22E1, offset: 0x1D2849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDE4, symBinAddr: 0x2066B0, symSize: 0x4 }
+ - { offsetInCU: 0x22F3, offset: 0x1D285B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDE8, symBinAddr: 0x2066B4, symSize: 0x8 }
+ - { offsetInCU: 0x230F, offset: 0x1D2877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xDF0, symBinAddr: 0x2066BC, symSize: 0x8 }
+ - { offsetInCU: 0x232B, offset: 0x1D2893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xDF8, symBinAddr: 0x2066C4, symSize: 0xC }
+ - { offsetInCU: 0x2356, offset: 0x1D28BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE04, symBinAddr: 0x2066D0, symSize: 0x4 }
+ - { offsetInCU: 0x2376, offset: 0x1D28DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE04, symBinAddr: 0x2066D0, symSize: 0x4 }
+ - { offsetInCU: 0x2388, offset: 0x1D28F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE08, symBinAddr: 0x2066D4, symSize: 0x8 }
+ - { offsetInCU: 0x23A4, offset: 0x1D290C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE10, symBinAddr: 0x2066DC, symSize: 0x8 }
+ - { offsetInCU: 0x23C0, offset: 0x1D2928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xE18, symBinAddr: 0x2066E4, symSize: 0xC }
+ - { offsetInCU: 0x23EB, offset: 0x1D2953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x2066F0, symSize: 0x4 }
+ - { offsetInCU: 0x240B, offset: 0x1D2973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE24, symBinAddr: 0x2066F0, symSize: 0x4 }
+ - { offsetInCU: 0x241D, offset: 0x1D2985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE28, symBinAddr: 0x2066F4, symSize: 0x8 }
+ - { offsetInCU: 0x2439, offset: 0x1D29A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE30, symBinAddr: 0x2066FC, symSize: 0x8 }
+ - { offsetInCU: 0x2455, offset: 0x1D29BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xE38, symBinAddr: 0x206704, symSize: 0xC }
+ - { offsetInCU: 0x2480, offset: 0x1D29E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE44, symBinAddr: 0x206710, symSize: 0x4 }
+ - { offsetInCU: 0x24A0, offset: 0x1D2A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE44, symBinAddr: 0x206710, symSize: 0x4 }
+ - { offsetInCU: 0x24B2, offset: 0x1D2A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE48, symBinAddr: 0x206714, symSize: 0x8 }
+ - { offsetInCU: 0x24CE, offset: 0x1D2A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE50, symBinAddr: 0x20671C, symSize: 0x8 }
+ - { offsetInCU: 0x24EA, offset: 0x1D2A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xE58, symBinAddr: 0x206724, symSize: 0xC }
+ - { offsetInCU: 0x2515, offset: 0x1D2A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE64, symBinAddr: 0x206730, symSize: 0x4 }
+ - { offsetInCU: 0x2535, offset: 0x1D2A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE64, symBinAddr: 0x206730, symSize: 0x4 }
+ - { offsetInCU: 0x2547, offset: 0x1D2AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE68, symBinAddr: 0x206734, symSize: 0x8 }
+ - { offsetInCU: 0x2563, offset: 0x1D2ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE70, symBinAddr: 0x20673C, symSize: 0x8 }
+ - { offsetInCU: 0x257F, offset: 0x1D2AE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xE78, symBinAddr: 0x206744, symSize: 0xC }
+ - { offsetInCU: 0x25AA, offset: 0x1D2B12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE84, symBinAddr: 0x206750, symSize: 0x4 }
+ - { offsetInCU: 0x25CA, offset: 0x1D2B32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE84, symBinAddr: 0x206750, symSize: 0x4 }
+ - { offsetInCU: 0x25DC, offset: 0x1D2B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE88, symBinAddr: 0x206754, symSize: 0x8 }
+ - { offsetInCU: 0x25F8, offset: 0x1D2B60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE90, symBinAddr: 0x20675C, symSize: 0x8 }
+ - { offsetInCU: 0x26EB, offset: 0x1D2C53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE03urlD07baseURL10Foundation10URLRequestVSgAF0G0V_tF', symObjAddr: 0xE98, symBinAddr: 0x206764, symSize: 0x470 }
+ - { offsetInCU: 0x290D, offset: 0x1D2E75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderO4dataSS3key_SS5valuetvg', symObjAddr: 0x1308, symBinAddr: 0x206BD4, symSize: 0x50 }
+ - { offsetInCU: 0x293C, offset: 0x1D2EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderO11descriptionSSvg', symObjAddr: 0x27C4, symBinAddr: 0x208090, symSize: 0x7C }
+ - { offsetInCU: 0x2A96, offset: 0x1D2FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x2840, symBinAddr: 0x20810C, symSize: 0xC }
+ - { offsetInCU: 0x2AB3, offset: 0x1D301B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1358, symBinAddr: 0x206C24, symSize: 0xC }
+ - { offsetInCU: 0x2ADE, offset: 0x1D3046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1364, symBinAddr: 0x206C30, symSize: 0x4 }
+ - { offsetInCU: 0x2AFE, offset: 0x1D3066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1364, symBinAddr: 0x206C30, symSize: 0x4 }
+ - { offsetInCU: 0x2B10, offset: 0x1D3078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1368, symBinAddr: 0x206C34, symSize: 0x8 }
+ - { offsetInCU: 0x2B2C, offset: 0x1D3094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1370, symBinAddr: 0x206C3C, symSize: 0x8 }
+ - { offsetInCU: 0x2B48, offset: 0x1D30B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1378, symBinAddr: 0x206C44, symSize: 0xC }
+ - { offsetInCU: 0x2B73, offset: 0x1D30DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1384, symBinAddr: 0x206C50, symSize: 0x4 }
+ - { offsetInCU: 0x2B93, offset: 0x1D30FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1384, symBinAddr: 0x206C50, symSize: 0x4 }
+ - { offsetInCU: 0x2BA5, offset: 0x1D310D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1388, symBinAddr: 0x206C54, symSize: 0x8 }
+ - { offsetInCU: 0x2BC1, offset: 0x1D3129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1390, symBinAddr: 0x206C5C, symSize: 0x8 }
+ - { offsetInCU: 0x2BDD, offset: 0x1D3145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1398, symBinAddr: 0x206C64, symSize: 0xC }
+ - { offsetInCU: 0x2C08, offset: 0x1D3170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13A4, symBinAddr: 0x206C70, symSize: 0x4 }
+ - { offsetInCU: 0x2C28, offset: 0x1D3190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13A4, symBinAddr: 0x206C70, symSize: 0x4 }
+ - { offsetInCU: 0x2C3A, offset: 0x1D31A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x13A8, symBinAddr: 0x206C74, symSize: 0x8 }
+ - { offsetInCU: 0x2C56, offset: 0x1D31BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x13B0, symBinAddr: 0x206C7C, symSize: 0x8 }
+ - { offsetInCU: 0x2C72, offset: 0x1D31DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x13B8, symBinAddr: 0x206C84, symSize: 0xC }
+ - { offsetInCU: 0x2C9D, offset: 0x1D3205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13C4, symBinAddr: 0x206C90, symSize: 0x4 }
+ - { offsetInCU: 0x2CBD, offset: 0x1D3225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13C4, symBinAddr: 0x206C90, symSize: 0x4 }
+ - { offsetInCU: 0x2CCF, offset: 0x1D3237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x13C8, symBinAddr: 0x206C94, symSize: 0x8 }
+ - { offsetInCU: 0x2CEB, offset: 0x1D3253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x13D0, symBinAddr: 0x206C9C, symSize: 0x8 }
+ - { offsetInCU: 0x2D07, offset: 0x1D326F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x13D8, symBinAddr: 0x206CA4, symSize: 0xC }
+ - { offsetInCU: 0x2D32, offset: 0x1D329A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13E4, symBinAddr: 0x206CB0, symSize: 0x4 }
+ - { offsetInCU: 0x2D52, offset: 0x1D32BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13E4, symBinAddr: 0x206CB0, symSize: 0x4 }
+ - { offsetInCU: 0x2D64, offset: 0x1D32CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0x13E8, symBinAddr: 0x206CB4, symSize: 0x8 }
+ - { offsetInCU: 0x2D80, offset: 0x1D32E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x13F0, symBinAddr: 0x206CBC, symSize: 0x8 }
+ - { offsetInCU: 0x2DD1, offset: 0x1D3339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodO8rawValueACSgSS_tcfC', symObjAddr: 0x13F8, symBinAddr: 0x206CC4, symSize: 0x5C }
+ - { offsetInCU: 0x2E1A, offset: 0x1D3382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodO8rawValueSSvg', symObjAddr: 0x1454, symBinAddr: 0x206D20, symSize: 0x20 }
+ - { offsetInCU: 0x2E57, offset: 0x1D33BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x15F8, symBinAddr: 0x206EC4, symSize: 0x64 }
+ - { offsetInCU: 0x2EBD, offset: 0x1D3425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x165C, symBinAddr: 0x206F28, symSize: 0x28 }
+ - { offsetInCU: 0x2FF6, offset: 0x1D355E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE14makeComponents33_76D926E0BC75255962A1E1B5B2BA44B9LL7baseURL10Foundation13URLComponentsVAG0Q0VSg_tKF', symObjAddr: 0x1684, symBinAddr: 0x206F50, symSize: 0x508 }
+ - { offsetInCU: 0x32E8, offset: 0x1D3850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE04makeD033_76D926E0BC75255962A1E1B5B2BA44B9LL3url10Foundation10URLRequestVAG3URLVSg_tKF', symObjAddr: 0x1B8C, symBinAddr: 0x207458, symSize: 0x1AC }
+ - { offsetInCU: 0x3391, offset: 0x1D38F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE8httpBody33_76D926E0BC75255962A1E1B5B2BA44B9LL10Foundation4DataVSgyF', symObjAddr: 0x1FDC, symBinAddr: 0x2078A8, symSize: 0x2FC }
+ - { offsetInCU: 0x3407, offset: 0x1D396F, size: 0x8, addend: 0x0, symName: '_$sSE13SendBirdCallsE12toDictionary11keyStrategySDySSypGSg10Foundation11JSONEncoderC011KeyEncodingG0O_tF', symObjAddr: 0x252C, symBinAddr: 0x207DF8, symSize: 0x298 }
+ - { offsetInCU: 0x34EF, offset: 0x1D3A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO20localizedDescriptionSSvg', symObjAddr: 0x284C, symBinAddr: 0x208118, symSize: 0x34 }
+ - { offsetInCU: 0x351A, offset: 0x1D3A82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO2eeoiySbAC_ACtFZ', symObjAddr: 0x2880, symBinAddr: 0x20814C, symSize: 0x10 }
+ - { offsetInCU: 0x3542, offset: 0x1D3AAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x2890, symBinAddr: 0x20815C, symSize: 0x24 }
+ - { offsetInCU: 0x35D8, offset: 0x1D3B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO9hashValueSivg', symObjAddr: 0x28B4, symBinAddr: 0x208180, symSize: 0x44 }
+ - { offsetInCU: 0x36D2, offset: 0x1D3C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x28F8, symBinAddr: 0x2081C4, symSize: 0x18 }
+ - { offsetInCU: 0x3730, offset: 0x1D3C98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x2910, symBinAddr: 0x2081DC, symSize: 0x44 }
+ - { offsetInCU: 0x3813, offset: 0x1D3D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2954, symBinAddr: 0x208220, symSize: 0x28 }
+ - { offsetInCU: 0x389C, offset: 0x1D3E04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x2AC4, symBinAddr: 0x208390, symSize: 0xC }
+ - { offsetInCU: 0x38C7, offset: 0x1D3E2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2AD0, symBinAddr: 0x20839C, symSize: 0x4 }
+ - { offsetInCU: 0x38E7, offset: 0x1D3E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2AD0, symBinAddr: 0x20839C, symSize: 0x4 }
+ - { offsetInCU: 0x38F9, offset: 0x1D3E61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x2AD4, symBinAddr: 0x2083A0, symSize: 0x8 }
+ - { offsetInCU: 0x3915, offset: 0x1D3E7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x2ADC, symBinAddr: 0x2083A8, symSize: 0x8 }
+ - { offsetInCU: 0x3931, offset: 0x1D3E99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x2AE4, symBinAddr: 0x2083B0, symSize: 0xC }
+ - { offsetInCU: 0x395C, offset: 0x1D3EC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2AF0, symBinAddr: 0x2083BC, symSize: 0x4 }
+ - { offsetInCU: 0x397C, offset: 0x1D3EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x2AF0, symBinAddr: 0x2083BC, symSize: 0x4 }
+ - { offsetInCU: 0x398E, offset: 0x1D3EF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x2AF4, symBinAddr: 0x2083C0, symSize: 0x8 }
+ - { offsetInCU: 0x39AA, offset: 0x1D3F12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x2AFC, symBinAddr: 0x2083C8, symSize: 0x8 }
+ - { offsetInCU: 0x3A36, offset: 0x1D3F9E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV6filteryAByxq_GSbx3key_q_5valuet_tKXEKFSS_SSTg5138$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyFSbSS3key_SS5valuet_tXEfU_Tf1cn_n', symObjAddr: 0x2B04, symBinAddr: 0x2083D0, symSize: 0x218 }
+ - { offsetInCU: 0x3ACE, offset: 0x1D4036, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV6filteryAByxq_GSbx3key_q_5valuet_tKXEKFADs13_UnsafeBitsetVKXEfU_SS_SSTg5138$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyFSbSS3key_SS5valuet_tXEfU_Tf1nnc_n', symObjAddr: 0x2D1C, symBinAddr: 0x2085E8, symSize: 0x18C }
+ - { offsetInCU: 0x3B83, offset: 0x1D40EB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV07extractB05using5countAByxq_Gs13_UnsafeBitsetV_SitFSS_SSTg5', symObjAddr: 0x2EA8, symBinAddr: 0x208774, symSize: 0x288 }
+ - { offsetInCU: 0x3C4B, offset: 0x1D41B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10apiVersionSSvgAA010CreateRoomD0V_Tg5Tf4d_n', symObjAddr: 0x3130, symBinAddr: 0x2089FC, symSize: 0x10 }
+ - { offsetInCU: 0x3C69, offset: 0x1D41D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASQWb', symObjAddr: 0x3354, symBinAddr: 0x208A0C, symSize: 0x4 }
+ - { offsetInCU: 0x3C7D, offset: 0x1D41E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOACSQAAWl', symObjAddr: 0x3358, symBinAddr: 0x208A10, symSize: 0x44 }
+ - { offsetInCU: 0x3C91, offset: 0x1D41F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASQWb', symObjAddr: 0x339C, symBinAddr: 0x208A54, symSize: 0x4 }
+ - { offsetInCU: 0x3CA5, offset: 0x1D420D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOACSQAAWl', symObjAddr: 0x33A0, symBinAddr: 0x208A58, symSize: 0x44 }
+ - { offsetInCU: 0x3CB9, offset: 0x1D4221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwet', symObjAddr: 0x33F4, symBinAddr: 0x208A9C, symSize: 0x90 }
+ - { offsetInCU: 0x3CCD, offset: 0x1D4235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwst', symObjAddr: 0x3484, symBinAddr: 0x208B2C, symSize: 0xBC }
+ - { offsetInCU: 0x3CE1, offset: 0x1D4249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwug', symObjAddr: 0x3540, symBinAddr: 0x208BE8, symSize: 0x8 }
+ - { offsetInCU: 0x3CF5, offset: 0x1D425D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwup', symObjAddr: 0x3548, symBinAddr: 0x208BF0, symSize: 0x4 }
+ - { offsetInCU: 0x3D09, offset: 0x1D4271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwui', symObjAddr: 0x354C, symBinAddr: 0x208BF4, symSize: 0x8 }
+ - { offsetInCU: 0x3D1D, offset: 0x1D4285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOMa', symObjAddr: 0x3554, symBinAddr: 0x208BFC, symSize: 0x10 }
+ - { offsetInCU: 0x3D31, offset: 0x1D4299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwCP', symObjAddr: 0x3594, symBinAddr: 0x208C3C, symSize: 0x30 }
+ - { offsetInCU: 0x3D45, offset: 0x1D42AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwxx', symObjAddr: 0x35C4, symBinAddr: 0x208C6C, symSize: 0x28 }
+ - { offsetInCU: 0x3D59, offset: 0x1D42C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwcp', symObjAddr: 0x35EC, symBinAddr: 0x208C94, symSize: 0x3C }
+ - { offsetInCU: 0x3D6D, offset: 0x1D42D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwca', symObjAddr: 0x3628, symBinAddr: 0x208CD0, symSize: 0x6C }
+ - { offsetInCU: 0x3D81, offset: 0x1D42E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwta', symObjAddr: 0x36A0, symBinAddr: 0x208D3C, symSize: 0x44 }
+ - { offsetInCU: 0x3D95, offset: 0x1D42FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwet', symObjAddr: 0x36E4, symBinAddr: 0x208D80, symSize: 0x48 }
+ - { offsetInCU: 0x3DA9, offset: 0x1D4311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwst', symObjAddr: 0x372C, symBinAddr: 0x208DC8, symSize: 0x40 }
+ - { offsetInCU: 0x3DBD, offset: 0x1D4325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwug', symObjAddr: 0x376C, symBinAddr: 0x208E08, symSize: 0x8 }
+ - { offsetInCU: 0x3DD1, offset: 0x1D4339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwup', symObjAddr: 0x3774, symBinAddr: 0x208E10, symSize: 0x4 }
+ - { offsetInCU: 0x3DE5, offset: 0x1D434D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwui', symObjAddr: 0x3778, symBinAddr: 0x208E14, symSize: 0x4 }
+ - { offsetInCU: 0x3DF9, offset: 0x1D4361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOMa', symObjAddr: 0x377C, symBinAddr: 0x208E18, symSize: 0x10 }
+ - { offsetInCU: 0x3E0D, offset: 0x1D4375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwet', symObjAddr: 0x378C, symBinAddr: 0x208E28, symSize: 0x90 }
+ - { offsetInCU: 0x3E21, offset: 0x1D4389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwst', symObjAddr: 0x381C, symBinAddr: 0x208EB8, symSize: 0xBC }
+ - { offsetInCU: 0x3E35, offset: 0x1D439D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwug', symObjAddr: 0x38D8, symBinAddr: 0x208F74, symSize: 0x8 }
+ - { offsetInCU: 0x3E49, offset: 0x1D43B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwup', symObjAddr: 0x38E0, symBinAddr: 0x208F7C, symSize: 0x4 }
+ - { offsetInCU: 0x3E5D, offset: 0x1D43C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwui', symObjAddr: 0x38E4, symBinAddr: 0x208F80, symSize: 0xC }
+ - { offsetInCU: 0x3E71, offset: 0x1D43D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOMa', symObjAddr: 0x38F0, symBinAddr: 0x208F8C, symSize: 0x10 }
+ - { offsetInCU: 0x3E85, offset: 0x1D43ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathVMa', symObjAddr: 0x3900, symBinAddr: 0x208F9C, symSize: 0x10 }
+ - { offsetInCU: 0x3E99, offset: 0x1D4401, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONEncoderC19KeyEncodingStrategyOSgWOb', symObjAddr: 0x3910, symBinAddr: 0x208FAC, symSize: 0x48 }
+ - { offsetInCU: 0x3EAD, offset: 0x1D4415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOACs0F0AAWl', symObjAddr: 0x39E0, symBinAddr: 0x209058, symSize: 0x44 }
+ - { offsetInCU: 0x3F13, offset: 0x1D447B, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSDyS2SG_10Foundation12URLQueryItemVTg5019$sS2S10Foundation12de56Vs5Error_pIgggrzo_SS3key_SS5valuetACsAD_pIegnrzo_TR021$sG196SSg10Foundation12bc8VIegggr_h5SADs5D148_pIegggrzo_TR095$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12bC23VGSgyFAHSSh_SSSghtcfu0_Tf3nnnpf_nTf3nnpf_nTf1cn_n', symObjAddr: 0x44, symBinAddr: 0x205910, symSize: 0x29C }
+ - { offsetInCU: 0x427B, offset: 0x1D47E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1474, symBinAddr: 0x206D40, symSize: 0x88 }
+ - { offsetInCU: 0x432A, offset: 0x1D4892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH9hashValueSivgTW', symObjAddr: 0x14FC, symBinAddr: 0x206DC8, symSize: 0x60 }
+ - { offsetInCU: 0x43A8, offset: 0x1D4910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x155C, symBinAddr: 0x206E28, symSize: 0x40 }
+ - { offsetInCU: 0x43FA, offset: 0x1D4962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x159C, symBinAddr: 0x206E68, symSize: 0x5C }
+ - { offsetInCU: 0x44D2, offset: 0x1D4A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x297C, symBinAddr: 0x208248, symSize: 0x40 }
+ - { offsetInCU: 0x456E, offset: 0x1D4AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP7_domainSSvgTW', symObjAddr: 0x29BC, symBinAddr: 0x208288, symSize: 0x4 }
+ - { offsetInCU: 0x458A, offset: 0x1D4AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP5_codeSivgTW', symObjAddr: 0x29C0, symBinAddr: 0x20828C, symSize: 0x4 }
+ - { offsetInCU: 0x45A6, offset: 0x1D4B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x29C4, symBinAddr: 0x208290, symSize: 0x4 }
+ - { offsetInCU: 0x45C2, offset: 0x1D4B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x29C8, symBinAddr: 0x208294, symSize: 0x4 }
+ - { offsetInCU: 0x27, offset: 0x1D4F52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x2090D8, symSize: 0xC }
+ - { offsetInCU: 0x4B, offset: 0x1D4F76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x2090D8, symSize: 0xC }
+ - { offsetInCU: 0x5F, offset: 0x1D4F8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0xC, symBinAddr: 0x2090E4, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1D4FA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x3C, symBinAddr: 0x209114, symSize: 0x44 }
+ - { offsetInCU: 0x97, offset: 0x1D4FC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x209158, symSize: 0x3C }
+ - { offsetInCU: 0xB3, offset: 0x1D4FDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xBC, symBinAddr: 0x209194, symSize: 0x4 }
+ - { offsetInCU: 0xCF, offset: 0x1D4FFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x209198, symSize: 0x48 }
+ - { offsetInCU: 0xF4, offset: 0x1D501F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x108, symBinAddr: 0x2091E0, symSize: 0x2E4 }
+ - { offsetInCU: 0x1E5, offset: 0x1D5110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x5A4, symBinAddr: 0x2094E4, symSize: 0x114 }
+ - { offsetInCU: 0x296, offset: 0x1D51C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x6B8, symBinAddr: 0x2095F8, symSize: 0xEC }
+ - { offsetInCU: 0x37D, offset: 0x1D52A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x7A4, symBinAddr: 0x2096E4, symSize: 0x2C }
+ - { offsetInCU: 0x3DC, offset: 0x1D5307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x7D0, symBinAddr: 0x209710, symSize: 0x2C }
+ - { offsetInCU: 0x439, offset: 0x1D5364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfd', symObjAddr: 0x804, symBinAddr: 0x209744, symSize: 0x34 }
+ - { offsetInCU: 0x48A, offset: 0x1D53B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfD', symObjAddr: 0x84C, symBinAddr: 0x209778, symSize: 0x3C }
+ - { offsetInCU: 0x4E3, offset: 0x1D540E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x888, symBinAddr: 0x2097B4, symSize: 0x28 }
+ - { offsetInCU: 0x4FF, offset: 0x1D542A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x2097DC, symSize: 0x28 }
+ - { offsetInCU: 0x51B, offset: 0x1D5446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D8, symBinAddr: 0x209804, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0x1D5462, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x928, symBinAddr: 0x209854, symSize: 0x2C }
+ - { offsetInCU: 0x562, offset: 0x1D548D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x954, symBinAddr: 0x209880, symSize: 0x10 }
+ - { offsetInCU: 0x595, offset: 0x1D54C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCMa', symObjAddr: 0x4B4, symBinAddr: 0x2094C4, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x1D5591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfE', symObjAddr: 0x7FC, symBinAddr: 0x20973C, symSize: 0x8 }
+ - { offsetInCU: 0x4F, offset: 0x1D5842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfC', symObjAddr: 0x0, symBinAddr: 0x209934, symSize: 0x54 }
+ - { offsetInCU: 0x6B, offset: 0x1D585E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvg', symObjAddr: 0x54, symBinAddr: 0x209988, symSize: 0x34 }
+ - { offsetInCU: 0x87, offset: 0x1D587A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvs', symObjAddr: 0x88, symBinAddr: 0x2099BC, symSize: 0x44 }
+ - { offsetInCU: 0xA3, offset: 0x1D5896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvM', symObjAddr: 0xCC, symBinAddr: 0x209A00, symSize: 0x3C }
+ - { offsetInCU: 0xBF, offset: 0x1D58B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvM.resume.0', symObjAddr: 0x108, symBinAddr: 0x209A3C, symSize: 0x4 }
+ - { offsetInCU: 0xEA, offset: 0x1D58DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfc', symObjAddr: 0x10C, symBinAddr: 0x209A40, symSize: 0x68 }
+ - { offsetInCU: 0x114, offset: 0x1D5907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC3add4roomyAA0D0C_tF', symObjAddr: 0x174, symBinAddr: 0x209AA8, symSize: 0x1D0 }
+ - { offsetInCU: 0x2AD, offset: 0x1D5AA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6upsert8roomDataAA0D0CAA0dH0V_tF', symObjAddr: 0x344, symBinAddr: 0x209C78, symSize: 0x2D8 }
+ - { offsetInCU: 0x4BD, offset: 0x1D5CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x61C, symBinAddr: 0x209F50, symSize: 0x294 }
+ - { offsetInCU: 0x650, offset: 0x1D5E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_', symObjAddr: 0x8B0, symBinAddr: 0x20A1E4, symSize: 0x1DC }
+ - { offsetInCU: 0x6F1, offset: 0x1D5EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_', symObjAddr: 0xA8C, symBinAddr: 0x20A3C0, symSize: 0x64 }
+ - { offsetInCU: 0x72D, offset: 0x1D5F20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC09getCachedD02byAA0D0CSgSS_tF', symObjAddr: 0xAF0, symBinAddr: 0x20A424, symSize: 0x1DC }
+ - { offsetInCU: 0x852, offset: 0x1D6045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0xCCC, symBinAddr: 0x20A600, symSize: 0x29C }
+ - { offsetInCU: 0x9E7, offset: 0x1D61DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA03GetD8ResponseVGcfU_', symObjAddr: 0xF68, symBinAddr: 0x20A89C, symSize: 0x198 }
+ - { offsetInCU: 0xAF7, offset: 0x1D62EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0x1100, symBinAddr: 0x20AA34, symSize: 0x5D4 }
+ - { offsetInCU: 0xDDB, offset: 0x1D65CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCACycfC', symObjAddr: 0x16D4, symBinAddr: 0x20B008, symSize: 0x2C }
+ - { offsetInCU: 0xE3A, offset: 0x1D662D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCACycfc', symObjAddr: 0x1700, symBinAddr: 0x20B034, symSize: 0x2C }
+ - { offsetInCU: 0xE7F, offset: 0x1D6672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfd', symObjAddr: 0x1758, symBinAddr: 0x20B08C, symSize: 0x34 }
+ - { offsetInCU: 0xEBA, offset: 0x1D66AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfD', symObjAddr: 0x178C, symBinAddr: 0x20B0C0, symSize: 0x3C }
+ - { offsetInCU: 0xF64, offset: 0x1D6757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfCTfq4ennn_n', symObjAddr: 0x19A0, symBinAddr: 0x20B2D4, symSize: 0x74 }
+ - { offsetInCU: 0x1011, offset: 0x1D6804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfcTf4ennn_nTf4nnng_n', symObjAddr: 0x3320, symBinAddr: 0x20CC54, symSize: 0x60 }
+ - { offsetInCU: 0x12AB, offset: 0x1D6A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfE', symObjAddr: 0x172C, symBinAddr: 0x20B060, symSize: 0x2C }
+ - { offsetInCU: 0x131A, offset: 0x1D6B0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC22isUsingWebSocketClientSbyF', symObjAddr: 0x17C8, symBinAddr: 0x20B0FC, symSize: 0x1A4 }
+ - { offsetInCU: 0x13FA, offset: 0x1D6BED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC22isUsingWebSocketClientSbyFTo', symObjAddr: 0x196C, symBinAddr: 0x20B2A0, symSize: 0x34 }
+ - { offsetInCU: 0x1694, offset: 0x1D6E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_nAA0dG7CommandC_Tg5', symObjAddr: 0x1A14, symBinAddr: 0x20B348, symSize: 0xC78 }
+ - { offsetInCU: 0x1C13, offset: 0x1D7406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_nAA010InvitationG7CommandC_Tg5', symObjAddr: 0x269C, symBinAddr: 0x20BFD0, symSize: 0xC74 }
+ - { offsetInCU: 0x2192, offset: 0x1D7985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x352C, symBinAddr: 0x20CCE8, symSize: 0x8 }
+ - { offsetInCU: 0x21A6, offset: 0x1D7999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x3578, symBinAddr: 0x20CCF0, symSize: 0x44 }
+ - { offsetInCU: 0x21C5, offset: 0x1D79B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA15GetRoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x362C, symBinAddr: 0x20CDA4, symSize: 0x3C }
+ - { offsetInCU: 0x21EE, offset: 0x1D79E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x36AC, symBinAddr: 0x20CDE0, symSize: 0x44 }
+ - { offsetInCU: 0x2202, offset: 0x1D79F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x3734, symBinAddr: 0x20CE24, symSize: 0x44 }
+ - { offsetInCU: 0x2216, offset: 0x1D7A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCMa', symObjAddr: 0x37E8, symBinAddr: 0x20CEC8, symSize: 0x20 }
+ - { offsetInCU: 0x222A, offset: 0x1D7A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU3_TA', symObjAddr: 0x3920, symBinAddr: 0x20D000, symSize: 0x8 }
+ - { offsetInCU: 0x223E, offset: 0x1D7A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_nTA', symObjAddr: 0x3954, symBinAddr: 0x20D034, symSize: 0x8 }
+ - { offsetInCU: 0x2252, offset: 0x1D7A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU2_TA', symObjAddr: 0x395C, symBinAddr: 0x20D03C, symSize: 0x8 }
+ - { offsetInCU: 0x2266, offset: 0x1D7A59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU1_TA', symObjAddr: 0x396C, symBinAddr: 0x20D04C, symSize: 0x8 }
+ - { offsetInCU: 0x227A, offset: 0x1D7A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA03GetD8ResponseVGcfU_yycfU_TA', symObjAddr: 0x3A88, symBinAddr: 0x20D11C, symSize: 0x2C }
+ - { offsetInCU: 0x22B6, offset: 0x1D7AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_TA', symObjAddr: 0x3C48, symBinAddr: 0x20D2DC, symSize: 0xC }
+ - { offsetInCU: 0x27, offset: 0x1D800F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callId6reasonACSS_AC6ReasonOtcfC', symObjAddr: 0x0, symBinAddr: 0x20D390, symSize: 0xAC }
+ - { offsetInCU: 0x4B, offset: 0x1D8033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callId6reasonACSS_AC6ReasonOtcfC', symObjAddr: 0x0, symBinAddr: 0x20D390, symSize: 0xAC }
+ - { offsetInCU: 0x96, offset: 0x1D807E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x10C, symBinAddr: 0x20D49C, symSize: 0x68 }
+ - { offsetInCU: 0xB7, offset: 0x1D809F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x174, symBinAddr: 0x20D504, symSize: 0x6C }
+ - { offsetInCU: 0xE0, offset: 0x1D80C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x1E0, symBinAddr: 0x20D570, symSize: 0x6C }
+ - { offsetInCU: 0x109, offset: 0x1D80F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x24C, symBinAddr: 0x20D5DC, symSize: 0x4 }
+ - { offsetInCU: 0x125, offset: 0x1D810D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callIdSSvg', symObjAddr: 0x250, symBinAddr: 0x20D5E0, symSize: 0x2C }
+ - { offsetInCU: 0x141, offset: 0x1D8129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6reasonAC6ReasonOvg', symObjAddr: 0x27C, symBinAddr: 0x20D60C, symSize: 0x8 }
+ - { offsetInCU: 0x15D, offset: 0x1D8145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x284, symBinAddr: 0x20D614, symSize: 0x8 }
+ - { offsetInCU: 0x179, offset: 0x1D8161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV9requestIdSSvg', symObjAddr: 0x28C, symBinAddr: 0x20D61C, symSize: 0x2C }
+ - { offsetInCU: 0x1C2, offset: 0x1D81AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonO8rawValueAESgSS_tcfC', symObjAddr: 0x2B8, symBinAddr: 0x20D648, symSize: 0x5C }
+ - { offsetInCU: 0x20B, offset: 0x1D81F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonO8rawValueSSvg', symObjAddr: 0x354, symBinAddr: 0x20D6A4, symSize: 0x5C }
+ - { offsetInCU: 0x239, offset: 0x1D8221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x3D4, symBinAddr: 0x20D724, symSize: 0x64 }
+ - { offsetInCU: 0x29F, offset: 0x1D8287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x438, symBinAddr: 0x20D788, symSize: 0x28 }
+ - { offsetInCU: 0x2D6, offset: 0x1D82BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x508, symBinAddr: 0x20D858, symSize: 0x228 }
+ - { offsetInCU: 0x37C, offset: 0x1D8364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x730, symBinAddr: 0x20DA80, symSize: 0x8 }
+ - { offsetInCU: 0x3A7, offset: 0x1D838F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x738, symBinAddr: 0x20DA88, symSize: 0x68 }
+ - { offsetInCU: 0x3ED, offset: 0x1D83D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x7A0, symBinAddr: 0x20DAF0, symSize: 0x2C }
+ - { offsetInCU: 0x41F, offset: 0x1D8407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7CC, symBinAddr: 0x20DB1C, symSize: 0x38 }
+ - { offsetInCU: 0x443, offset: 0x1D842B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultType_WZ', symObjAddr: 0xAC, symBinAddr: 0x20D43C, symSize: 0x20 }
+ - { offsetInCU: 0x45D, offset: 0x1D8445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xCC, symBinAddr: 0x20D45C, symSize: 0x40 }
+ - { offsetInCU: 0x498, offset: 0x1D8480, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASQWb', symObjAddr: 0x8B0, symBinAddr: 0x20DB54, symSize: 0x4 }
+ - { offsetInCU: 0x4AC, offset: 0x1D8494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOAESQAAWl', symObjAddr: 0x8B4, symBinAddr: 0x20DB58, symSize: 0x44 }
+ - { offsetInCU: 0x4C0, offset: 0x1D84A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x8F8, symBinAddr: 0x20DB9C, symSize: 0x24 }
+ - { offsetInCU: 0x4D4, offset: 0x1D84BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA13WSRequestableAAWl', symObjAddr: 0x91C, symBinAddr: 0x20DBC0, symSize: 0x44 }
+ - { offsetInCU: 0x4E8, offset: 0x1D84D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x960, symBinAddr: 0x20DC04, symSize: 0x4 }
+ - { offsetInCU: 0x4FC, offset: 0x1D84E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x964, symBinAddr: 0x20DC08, symSize: 0x48 }
+ - { offsetInCU: 0x510, offset: 0x1D84F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13WSRequestableAAWI', symObjAddr: 0x9AC, symBinAddr: 0x20DC50, symSize: 0x24 }
+ - { offsetInCU: 0x524, offset: 0x1D850C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA11RequestableAAWI', symObjAddr: 0xA14, symBinAddr: 0x20DC74, symSize: 0x2C }
+ - { offsetInCU: 0x538, offset: 0x1D8520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA0E0AAWl', symObjAddr: 0xA40, symBinAddr: 0x20DCA0, symSize: 0x44 }
+ - { offsetInCU: 0x54C, offset: 0x1D8534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA84, symBinAddr: 0x20DCE4, symSize: 0x44 }
+ - { offsetInCU: 0x560, offset: 0x1D8548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0AAWI', symObjAddr: 0xAC8, symBinAddr: 0x20DD28, symSize: 0x24 }
+ - { offsetInCU: 0x574, offset: 0x1D855C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVACSEAAWl', symObjAddr: 0xAEC, symBinAddr: 0x20DD4C, symSize: 0x44 }
+ - { offsetInCU: 0x588, offset: 0x1D8570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB30, symBinAddr: 0x20DD90, symSize: 0x24 }
+ - { offsetInCU: 0x59C, offset: 0x1D8584, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwCP', symObjAddr: 0xB54, symBinAddr: 0x20DDB4, symSize: 0x30 }
+ - { offsetInCU: 0x5B0, offset: 0x1D8598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwxx', symObjAddr: 0xB84, symBinAddr: 0x20DDE4, symSize: 0x28 }
+ - { offsetInCU: 0x5C4, offset: 0x1D85AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwcp', symObjAddr: 0xBAC, symBinAddr: 0x20DE0C, symSize: 0x44 }
+ - { offsetInCU: 0x5D8, offset: 0x1D85C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwca', symObjAddr: 0xBF0, symBinAddr: 0x20DE50, symSize: 0x7C }
+ - { offsetInCU: 0x5EC, offset: 0x1D85D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwta', symObjAddr: 0xC80, symBinAddr: 0x20DECC, symSize: 0x4C }
+ - { offsetInCU: 0x600, offset: 0x1D85E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwet', symObjAddr: 0xCCC, symBinAddr: 0x20DF18, symSize: 0x48 }
+ - { offsetInCU: 0x614, offset: 0x1D85FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwst', symObjAddr: 0xD14, symBinAddr: 0x20DF60, symSize: 0x48 }
+ - { offsetInCU: 0x628, offset: 0x1D8610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVMa', symObjAddr: 0xD5C, symBinAddr: 0x20DFA8, symSize: 0x10 }
+ - { offsetInCU: 0x63C, offset: 0x1D8624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwet', symObjAddr: 0xD7C, symBinAddr: 0x20DFB8, symSize: 0x90 }
+ - { offsetInCU: 0x650, offset: 0x1D8638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwst', symObjAddr: 0xE0C, symBinAddr: 0x20E048, symSize: 0xBC }
+ - { offsetInCU: 0x664, offset: 0x1D864C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwug', symObjAddr: 0xEC8, symBinAddr: 0x20E104, symSize: 0x8 }
+ - { offsetInCU: 0x678, offset: 0x1D8660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwup', symObjAddr: 0xED0, symBinAddr: 0x20E10C, symSize: 0x4 }
+ - { offsetInCU: 0x68C, offset: 0x1D8674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwui', symObjAddr: 0xED4, symBinAddr: 0x20E110, symSize: 0x8 }
+ - { offsetInCU: 0x6A0, offset: 0x1D8688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOMa', symObjAddr: 0xEDC, symBinAddr: 0x20E118, symSize: 0x10 }
+ - { offsetInCU: 0x6B4, offset: 0x1D869C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOAESYAAWl', symObjAddr: 0xEEC, symBinAddr: 0x20E128, symSize: 0x44 }
+ - { offsetInCU: 0x6F1, offset: 0x1D86D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B0, symBinAddr: 0x20D700, symSize: 0xC }
+ - { offsetInCU: 0x70D, offset: 0x1D86F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH9hashValueSivgTW', symObjAddr: 0x3BC, symBinAddr: 0x20D70C, symSize: 0x8 }
+ - { offsetInCU: 0x729, offset: 0x1D8711, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3C4, symBinAddr: 0x20D714, symSize: 0x8 }
+ - { offsetInCU: 0x745, offset: 0x1D872D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3CC, symBinAddr: 0x20D71C, symSize: 0x8 }
+ - { offsetInCU: 0x761, offset: 0x1D8749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x460, symBinAddr: 0x20D7B0, symSize: 0x5C }
+ - { offsetInCU: 0x784, offset: 0x1D876C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4BC, symBinAddr: 0x20D80C, symSize: 0x4C }
+ - { offsetInCU: 0x27, offset: 0x1D89A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionTokenSSvg', symObjAddr: 0x0, symBinAddr: 0x20E16C, symSize: 0x2C }
+ - { offsetInCU: 0x4B, offset: 0x1D89C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionTokenSSvg', symObjAddr: 0x0, symBinAddr: 0x20E16C, symSize: 0x2C }
+ - { offsetInCU: 0x67, offset: 0x1D89E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV11currentUserAA0G0Cvg', symObjAddr: 0x2C, symBinAddr: 0x20E198, symSize: 0x8 }
+ - { offsetInCU: 0x83, offset: 0x1D89FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV8isPushOnSbvg', symObjAddr: 0x34, symBinAddr: 0x20E1A0, symSize: 0x8 }
+ - { offsetInCU: 0x9F, offset: 0x1D8A1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV13statsIntervalSivg', symObjAddr: 0x3C, symBinAddr: 0x20E1A8, symSize: 0x8 }
+ - { offsetInCU: 0xF0, offset: 0x1D8A6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x44, symBinAddr: 0x20E1B0, symSize: 0x5C }
+ - { offsetInCU: 0x148, offset: 0x1D8AC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xE0, symBinAddr: 0x20E20C, symSize: 0x5C }
+ - { offsetInCU: 0x1B0, offset: 0x1D8B2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x13C, symBinAddr: 0x20E268, symSize: 0x8 }
+ - { offsetInCU: 0x1D7, offset: 0x1D8B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x144, symBinAddr: 0x20E270, symSize: 0xC }
+ - { offsetInCU: 0x1FE, offset: 0x1D8B7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8rawValueSSvg', symObjAddr: 0x150, symBinAddr: 0x20E27C, symSize: 0x88 }
+ - { offsetInCU: 0x237, offset: 0x1D8BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1D8, symBinAddr: 0x20E304, symSize: 0x88 }
+ - { offsetInCU: 0x290, offset: 0x1D8C0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x3E4, symBinAddr: 0x20E510, symSize: 0x64 }
+ - { offsetInCU: 0x2F6, offset: 0x1D8C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x448, symBinAddr: 0x20E574, symSize: 0x28 }
+ - { offsetInCU: 0x30A, offset: 0x1D8C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x470, symBinAddr: 0x20E59C, symSize: 0x8 }
+ - { offsetInCU: 0x340, offset: 0x1D8CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x478, symBinAddr: 0x20E5A4, symSize: 0x68 }
+ - { offsetInCU: 0x3C5, offset: 0x1D8D41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4E0, symBinAddr: 0x20E60C, symSize: 0xC }
+ - { offsetInCU: 0x3E1, offset: 0x1D8D5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4EC, symBinAddr: 0x20E618, symSize: 0xC }
+ - { offsetInCU: 0x3FE, offset: 0x1D8D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x548, symBinAddr: 0x20E674, symSize: 0x44 }
+ - { offsetInCU: 0x412, offset: 0x1D8D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionToken11currentUser8isPushOn13statsIntervalACSS_AA0I0CSbSitcfC', symObjAddr: 0x58C, symBinAddr: 0x20E6B8, symSize: 0x14 }
+ - { offsetInCU: 0x48F, offset: 0x1D8E0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x20E6CC, symSize: 0x44 }
+ - { offsetInCU: 0x4C7, offset: 0x1D8E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x5E4, symBinAddr: 0x20E710, symSize: 0x274 }
+ - { offsetInCU: 0x545, offset: 0x1D8EC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASQWb', symObjAddr: 0x858, symBinAddr: 0x20E984, symSize: 0x4 }
+ - { offsetInCU: 0x559, offset: 0x1D8ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAESQAAWl', symObjAddr: 0x85C, symBinAddr: 0x20E988, symSize: 0x44 }
+ - { offsetInCU: 0x56D, offset: 0x1D8EE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8A0, symBinAddr: 0x20E9CC, symSize: 0x4 }
+ - { offsetInCU: 0x581, offset: 0x1D8EFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8A4, symBinAddr: 0x20E9D0, symSize: 0x44 }
+ - { offsetInCU: 0x595, offset: 0x1D8F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8E8, symBinAddr: 0x20EA14, symSize: 0x4 }
+ - { offsetInCU: 0x5A9, offset: 0x1D8F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8EC, symBinAddr: 0x20EA18, symSize: 0x44 }
+ - { offsetInCU: 0x5BD, offset: 0x1D8F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA14APIRespondableAAWI', symObjAddr: 0x930, symBinAddr: 0x20EA5C, symSize: 0x24 }
+ - { offsetInCU: 0x5D1, offset: 0x1D8F4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA11RespondableAAWI', symObjAddr: 0x998, symBinAddr: 0x20EA80, symSize: 0x2C }
+ - { offsetInCU: 0x5E5, offset: 0x1D8F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA0E0AAWl', symObjAddr: 0x9C4, symBinAddr: 0x20EAAC, symSize: 0x44 }
+ - { offsetInCU: 0x5F9, offset: 0x1D8F75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0xA08, symBinAddr: 0x20EAF0, symSize: 0x44 }
+ - { offsetInCU: 0x60D, offset: 0x1D8F89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA0E0AAWI', symObjAddr: 0xA4C, symBinAddr: 0x20EB34, symSize: 0x24 }
+ - { offsetInCU: 0x621, offset: 0x1D8F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA17StrategyDecodableAAWI', symObjAddr: 0xAB4, symBinAddr: 0x20EB58, symSize: 0x24 }
+ - { offsetInCU: 0x635, offset: 0x1D8FB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwCP', symObjAddr: 0xAD8, symBinAddr: 0x20EB7C, symSize: 0x30 }
+ - { offsetInCU: 0x649, offset: 0x1D8FC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwxx', symObjAddr: 0xB08, symBinAddr: 0x20EBAC, symSize: 0x28 }
+ - { offsetInCU: 0x65D, offset: 0x1D8FD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwcp', symObjAddr: 0xB30, symBinAddr: 0x20EBD4, symSize: 0x4C }
+ - { offsetInCU: 0x671, offset: 0x1D8FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwca', symObjAddr: 0xB7C, symBinAddr: 0x20EC20, symSize: 0x74 }
+ - { offsetInCU: 0x685, offset: 0x1D9001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwta', symObjAddr: 0xC04, symBinAddr: 0x20EC94, symSize: 0x54 }
+ - { offsetInCU: 0x699, offset: 0x1D9015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwet', symObjAddr: 0xC58, symBinAddr: 0x20ECE8, symSize: 0x48 }
+ - { offsetInCU: 0x6AD, offset: 0x1D9029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwst', symObjAddr: 0xCA0, symBinAddr: 0x20ED30, symSize: 0x48 }
+ - { offsetInCU: 0x6C1, offset: 0x1D903D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVMa', symObjAddr: 0xCE8, symBinAddr: 0x20ED78, symSize: 0x10 }
+ - { offsetInCU: 0x6D5, offset: 0x1D9051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwet', symObjAddr: 0xD08, symBinAddr: 0x20ED88, symSize: 0x90 }
+ - { offsetInCU: 0x6E9, offset: 0x1D9065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwst', symObjAddr: 0xD98, symBinAddr: 0x20EE18, symSize: 0xBC }
+ - { offsetInCU: 0x6FD, offset: 0x1D9079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwug', symObjAddr: 0xE54, symBinAddr: 0x20EED4, symSize: 0x8 }
+ - { offsetInCU: 0x711, offset: 0x1D908D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwup', symObjAddr: 0xE5C, symBinAddr: 0x20EEDC, symSize: 0x4 }
+ - { offsetInCU: 0x725, offset: 0x1D90A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwui', symObjAddr: 0xE60, symBinAddr: 0x20EEE0, symSize: 0x8 }
+ - { offsetInCU: 0x739, offset: 0x1D90B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOMa', symObjAddr: 0xE68, symBinAddr: 0x20EEE8, symSize: 0x10 }
+ - { offsetInCU: 0x74D, offset: 0x1D90C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xE78, symBinAddr: 0x20EEF8, symSize: 0x44 }
+ - { offsetInCU: 0x796, offset: 0x1D9112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x260, symBinAddr: 0x20E38C, symSize: 0x88 }
+ - { offsetInCU: 0x845, offset: 0x1D91C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2E8, symBinAddr: 0x20E414, symSize: 0x60 }
+ - { offsetInCU: 0x8C3, offset: 0x1D923F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x348, symBinAddr: 0x20E474, symSize: 0x40 }
+ - { offsetInCU: 0x915, offset: 0x1D9291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x388, symBinAddr: 0x20E4B4, symSize: 0x5C }
+ - { offsetInCU: 0x971, offset: 0x1D92ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4F8, symBinAddr: 0x20E624, symSize: 0x28 }
+ - { offsetInCU: 0x98D, offset: 0x1D9309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x520, symBinAddr: 0x20E64C, symSize: 0x28 }
+ - { offsetInCU: 0x4F, offset: 0x1D954A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvpZ', symObjAddr: 0x2C98, symBinAddr: 0x2C8808, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1D9564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC7optionsAcA16RecordingOptionsC_tcfC', symObjAddr: 0x0, symBinAddr: 0x20EF3C, symSize: 0x3C }
+ - { offsetInCU: 0x87, offset: 0x1D9582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x3C, symBinAddr: 0x20EF78, symSize: 0x30 }
+ - { offsetInCU: 0xA3, offset: 0x1D959E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0Cvs', symObjAddr: 0x6C, symBinAddr: 0x20EFA8, symSize: 0x44 }
+ - { offsetInCU: 0xBF, offset: 0x1D95BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0CvM', symObjAddr: 0xB0, symBinAddr: 0x20EFEC, symSize: 0x3C }
+ - { offsetInCU: 0xDB, offset: 0x1D95D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0CvM.resume.0', symObjAddr: 0xEC, symBinAddr: 0x20F028, symSize: 0x4 }
+ - { offsetInCU: 0xF7, offset: 0x1D95F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC16recordingOptionsAA09RecordingG0Cvg', symObjAddr: 0xF0, symBinAddr: 0x20F02C, symSize: 0x8 }
+ - { offsetInCU: 0x113, offset: 0x1D960E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavg', symObjAddr: 0xF8, symBinAddr: 0x20F034, symSize: 0x34 }
+ - { offsetInCU: 0x12F, offset: 0x1D962A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavs', symObjAddr: 0x12C, symBinAddr: 0x20F068, symSize: 0x60 }
+ - { offsetInCU: 0x14B, offset: 0x1D9646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavM', symObjAddr: 0x18C, symBinAddr: 0x20F0C8, symSize: 0x3C }
+ - { offsetInCU: 0x167, offset: 0x1D9662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavg', symObjAddr: 0x1C8, symBinAddr: 0x20F104, symSize: 0x38 }
+ - { offsetInCU: 0x194, offset: 0x1D968F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavs', symObjAddr: 0x200, symBinAddr: 0x20F13C, symSize: 0x10 }
+ - { offsetInCU: 0x1BB, offset: 0x1D96B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavM', symObjAddr: 0x210, symBinAddr: 0x20F14C, symSize: 0x40 }
+ - { offsetInCU: 0x201, offset: 0x1D96FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavM.resume.0', symObjAddr: 0x250, symBinAddr: 0x20F18C, symSize: 0x18 }
+ - { offsetInCU: 0x232, offset: 0x1D972D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvg', symObjAddr: 0x268, symBinAddr: 0x20F1A4, symSize: 0x40 }
+ - { offsetInCU: 0x24E, offset: 0x1D9749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvs', symObjAddr: 0x2A8, symBinAddr: 0x20F1E4, symSize: 0x50 }
+ - { offsetInCU: 0x26A, offset: 0x1D9765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvM', symObjAddr: 0x2F8, symBinAddr: 0x20F234, symSize: 0x68 }
+ - { offsetInCU: 0x286, offset: 0x1D9781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvM.resume.0', symObjAddr: 0x360, symBinAddr: 0x20F29C, symSize: 0x6C }
+ - { offsetInCU: 0x2A2, offset: 0x1D979D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC05otherE0AA10Recordable_pSgvg', symObjAddr: 0x3CC, symBinAddr: 0x20F308, symSize: 0x60 }
+ - { offsetInCU: 0x2D1, offset: 0x1D97CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvW', symObjAddr: 0x478, symBinAddr: 0x20F3B4, symSize: 0x1F0 }
+ - { offsetInCU: 0x700, offset: 0x1D9BFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvg', symObjAddr: 0x668, symBinAddr: 0x20F5A4, symSize: 0x50 }
+ - { offsetInCU: 0x72F, offset: 0x1D9C2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvs', symObjAddr: 0x6B8, symBinAddr: 0x20F5F4, symSize: 0x5C }
+ - { offsetInCU: 0x75E, offset: 0x1D9C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvM', symObjAddr: 0x714, symBinAddr: 0x20F650, symSize: 0x40 }
+ - { offsetInCU: 0x78D, offset: 0x1D9C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvM.resume.0', symObjAddr: 0x754, symBinAddr: 0x20F690, symSize: 0x30 }
+ - { offsetInCU: 0x7B8, offset: 0x1D9CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10sampleRateSdvgZ', symObjAddr: 0x784, symBinAddr: 0x20F6C0, symSize: 0x60 }
+ - { offsetInCU: 0x7D3, offset: 0x1D9CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvgZ', symObjAddr: 0x7F0, symBinAddr: 0x20F72C, symSize: 0x40 }
+ - { offsetInCU: 0x7EF, offset: 0x1D9CEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvsZ', symObjAddr: 0x830, symBinAddr: 0x20F76C, symSize: 0x44 }
+ - { offsetInCU: 0x80B, offset: 0x1D9D06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvMZ', symObjAddr: 0x874, symBinAddr: 0x20F7B0, symSize: 0x40 }
+ - { offsetInCU: 0x845, offset: 0x1D9D40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC7optionsAcA16RecordingOptionsC_tcfc', symObjAddr: 0x8B4, symBinAddr: 0x20F7F0, symSize: 0x240 }
+ - { offsetInCU: 0x991, offset: 0x1D9E8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC16registerToWriteryySo07AVAssetH0CF', symObjAddr: 0xB34, symBinAddr: 0x20FA30, symSize: 0x44 }
+ - { offsetInCU: 0x9D0, offset: 0x1D9ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0xB78, symBinAddr: 0x20FA74, symSize: 0xC }
+ - { offsetInCU: 0x9EC, offset: 0x1D9EE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0xB90, symBinAddr: 0x20FA8C, symSize: 0xC }
+ - { offsetInCU: 0xA26, offset: 0x1D9F21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11recordFrame6ioData4timeySays5Int16VG_So6CMTimeatF', symObjAddr: 0xBF0, symBinAddr: 0x20FAEC, symSize: 0x158 }
+ - { offsetInCU: 0xB0C, offset: 0x1DA007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC9serializeySays5Int16VGSpySo0D10BufferListVGF', symObjAddr: 0xD48, symBinAddr: 0x20FC44, symSize: 0x48 }
+ - { offsetInCU: 0xB81, offset: 0x1DA07C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC03mixD10BufferList3lhs3rhsSays5Int16VG7buffers_So6CMTimea4timetAI4data_AlMt_AiN_AlMttF', symObjAddr: 0xD90, symBinAddr: 0x20FC8C, symSize: 0x190 }
+ - { offsetInCU: 0xDF9, offset: 0x1DA2F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6mixPCM3lhs3rhss5Int16VAH_AHtF', symObjAddr: 0xF20, symBinAddr: 0x20FE1C, symSize: 0xB8 }
+ - { offsetInCU: 0xF1D, offset: 0x1DA418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC12sampleBuffer4time6ioDataSo08CMSampleG3RefaSgSo6CMTimea_Says5Int16VGtF', symObjAddr: 0xFD8, symBinAddr: 0x20FED4, symSize: 0xA0 }
+ - { offsetInCU: 0xFC3, offset: 0x1DA4BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC12sampleBuffer4time6ioDataSo08CMSampleG3RefaSgSo6CMTimea_Says5Int16VGtFAISryAMGzXEfU_', symObjAddr: 0x1078, symBinAddr: 0x20FF74, symSize: 0x690 }
+ - { offsetInCU: 0x14B7, offset: 0x1DA9B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC05flushD0yyF', symObjAddr: 0x1708, symBinAddr: 0x210604, symSize: 0x36C }
+ - { offsetInCU: 0x1992, offset: 0x1DAE8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCfd', symObjAddr: 0x1A74, symBinAddr: 0x210970, symSize: 0x44 }
+ - { offsetInCU: 0x19CF, offset: 0x1DAECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCfD', symObjAddr: 0x1AB8, symBinAddr: 0x2109B4, symSize: 0x4C }
+ - { offsetInCU: 0x1A14, offset: 0x1DAF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavgTW', symObjAddr: 0x1B04, symBinAddr: 0x210A00, symSize: 0xC }
+ - { offsetInCU: 0x1A30, offset: 0x1DAF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavsTW', symObjAddr: 0x1B10, symBinAddr: 0x210A0C, symSize: 0xC }
+ - { offsetInCU: 0x1A44, offset: 0x1DAF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW', symObjAddr: 0x1B1C, symBinAddr: 0x210A18, symSize: 0x4C }
+ - { offsetInCU: 0x1A60, offset: 0x1DAF5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW.resume.0', symObjAddr: 0x1B68, symBinAddr: 0x210A64, symSize: 0x2C }
+ - { offsetInCU: 0x1A7C, offset: 0x1DAF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP6offsetSo6CMTimeavgTW', symObjAddr: 0x1B94, symBinAddr: 0x210A90, symSize: 0xC }
+ - { offsetInCU: 0x1A90, offset: 0x1DAF8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8recorderAA0E0CSgvgTW', symObjAddr: 0x1BA0, symBinAddr: 0x210A9C, symSize: 0xC }
+ - { offsetInCU: 0x1AAC, offset: 0x1DAFA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP05otherE0AaD_pSgvgTW', symObjAddr: 0x1BAC, symBinAddr: 0x210AA8, symSize: 0xC }
+ - { offsetInCU: 0x1AC8, offset: 0x1DAFC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP16registerToWriteryySo07AVAssetI0CFTW', symObjAddr: 0x1BB8, symBinAddr: 0x210AB4, symSize: 0xC }
+ - { offsetInCU: 0x1AE4, offset: 0x1DAFDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTf4dnddnn_n', symObjAddr: 0x23D8, symBinAddr: 0x2112D4, symSize: 0x228 }
+ - { offsetInCU: 0x1D33, offset: 0x1DB22E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTf4dnddnn_n', symObjAddr: 0x2600, symBinAddr: 0x2114FC, symSize: 0x22C }
+ - { offsetInCU: 0x1F8C, offset: 0x1DB487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvpACTk', symObjAddr: 0x42C, symBinAddr: 0x20F368, symSize: 0x4C }
+ - { offsetInCU: 0x20B0, offset: 0x1DB5AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32Vvau', symObjAddr: 0x7E4, symBinAddr: 0x20F720, symSize: 0xC }
+ - { offsetInCU: 0x2350, offset: 0x1DB84B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFs5Int16V_Tg5', symObjAddr: 0x1BDC, symBinAddr: 0x210AD8, symSize: 0x14 }
+ - { offsetInCU: 0x2388, offset: 0x1DB883, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x1C14, symBinAddr: 0x210B10, symSize: 0x14 }
+ - { offsetInCU: 0x23D6, offset: 0x1DB8D1, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySays5Int16VG4data_So6CMTimea4timetG_s15EmptyCollectionVyAnO_AqRtGTg5Tf4nndn_n', symObjAddr: 0x1CBC, symBinAddr: 0x210BB8, symSize: 0x198 }
+ - { offsetInCU: 0x2572, offset: 0x1DBA6D, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy13SendBirdCalls13WeakReferenceCyAL14SBCLogReceiver_pGG_s15EmptyCollectionVyAPGTg5Tf4nndn_n', symObjAddr: 0x1E60, symBinAddr: 0x210D5C, symSize: 0x1F8 }
+ - { offsetInCU: 0x2776, offset: 0x1DBC71, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy13SendBirdCalls19DirectCallEndResultOG_s15EmptyCollectionVyANGTg5Tf4nndn_n', symObjAddr: 0x2070, symBinAddr: 0x210F6C, symSize: 0x15C }
+ - { offsetInCU: 0x28DC, offset: 0x1DBDD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCMa', symObjAddr: 0x2A00, symBinAddr: 0x2118FC, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1DC41C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x211A64, symSize: 0x64 }
+ - { offsetInCU: 0x6C, offset: 0x1DC461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x211A64, symSize: 0x64 }
+ - { offsetInCU: 0xFB, offset: 0x1DC4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvgZ', symObjAddr: 0xE4, symBinAddr: 0x211B08, symSize: 0x28 }
+ - { offsetInCU: 0x11C, offset: 0x1DC511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvMZ', symObjAddr: 0x10C, symBinAddr: 0x211B30, symSize: 0x40 }
+ - { offsetInCU: 0x14D, offset: 0x1DC542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvMZ.resume.0', symObjAddr: 0x14C, symBinAddr: 0x211B70, symSize: 0x4 }
+ - { offsetInCU: 0x169, offset: 0x1DC55E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x150, symBinAddr: 0x211B74, symSize: 0x4 }
+ - { offsetInCU: 0x185, offset: 0x1DC57A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x154, symBinAddr: 0x211B78, symSize: 0x8 }
+ - { offsetInCU: 0x199, offset: 0x1DC58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x15C, symBinAddr: 0x211B80, symSize: 0x4 }
+ - { offsetInCU: 0x1E5, offset: 0x1DC5DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x210, symBinAddr: 0x211BF0, symSize: 0x40 }
+ - { offsetInCU: 0x21C, offset: 0x1DC611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x36C, symBinAddr: 0x211D08, symSize: 0x8 }
+ - { offsetInCU: 0x247, offset: 0x1DC63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x374, symBinAddr: 0x211D10, symSize: 0x8 }
+ - { offsetInCU: 0x279, offset: 0x1DC66E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x408, symBinAddr: 0x211DA4, symSize: 0x4 }
+ - { offsetInCU: 0x29D, offset: 0x1DC692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultType_WZ', symObjAddr: 0xA4, symBinAddr: 0x211AC8, symSize: 0x4 }
+ - { offsetInCU: 0x2B7, offset: 0x1DC6AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvau', symObjAddr: 0xA8, symBinAddr: 0x211ACC, symSize: 0x3C }
+ - { offsetInCU: 0x2DC, offset: 0x1DC6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x160, symBinAddr: 0x211B84, symSize: 0x24 }
+ - { offsetInCU: 0x2F0, offset: 0x1DC6E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x184, symBinAddr: 0x211BA8, symSize: 0x44 }
+ - { offsetInCU: 0x304, offset: 0x1DC6F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1C8, symBinAddr: 0x211BEC, symSize: 0x4 }
+ - { offsetInCU: 0x318, offset: 0x1DC70D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x250, symBinAddr: 0x211C30, symSize: 0x24 }
+ - { offsetInCU: 0x32C, offset: 0x1DC721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA11RequestableAAWI', symObjAddr: 0x2B8, symBinAddr: 0x211C54, symSize: 0x2C }
+ - { offsetInCU: 0x340, offset: 0x1DC735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA0F0AAWl', symObjAddr: 0x2E4, symBinAddr: 0x211C80, symSize: 0x44 }
+ - { offsetInCU: 0x354, offset: 0x1DC749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x328, symBinAddr: 0x211CC4, symSize: 0x44 }
+ - { offsetInCU: 0x368, offset: 0x1DC75D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0AAWI', symObjAddr: 0x37C, symBinAddr: 0x211D18, symSize: 0x24 }
+ - { offsetInCU: 0x37C, offset: 0x1DC771, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVACSEAAWl', symObjAddr: 0x3A0, symBinAddr: 0x211D3C, symSize: 0x44 }
+ - { offsetInCU: 0x390, offset: 0x1DC785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3E4, symBinAddr: 0x211D80, symSize: 0x24 }
+ - { offsetInCU: 0x3A4, offset: 0x1DC799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwCP', symObjAddr: 0x40C, symBinAddr: 0x211DA8, symSize: 0x34 }
+ - { offsetInCU: 0x3B8, offset: 0x1DC7AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwxx', symObjAddr: 0x440, symBinAddr: 0x211DDC, symSize: 0x8 }
+ - { offsetInCU: 0x3CC, offset: 0x1DC7C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwcp', symObjAddr: 0x448, symBinAddr: 0x211DE4, symSize: 0x34 }
+ - { offsetInCU: 0x3E0, offset: 0x1DC7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwca', symObjAddr: 0x47C, symBinAddr: 0x211E18, symSize: 0x40 }
+ - { offsetInCU: 0x3F4, offset: 0x1DC7E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwta', symObjAddr: 0x4C8, symBinAddr: 0x211E58, symSize: 0x38 }
+ - { offsetInCU: 0x408, offset: 0x1DC7FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwet', symObjAddr: 0x500, symBinAddr: 0x211E90, symSize: 0x48 }
+ - { offsetInCU: 0x41C, offset: 0x1DC811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwst', symObjAddr: 0x548, symBinAddr: 0x211ED8, symSize: 0x3C }
+ - { offsetInCU: 0x430, offset: 0x1DC825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVMa', symObjAddr: 0x584, symBinAddr: 0x211F14, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x1DCAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tF', symObjAddr: 0x0, symBinAddr: 0x211F28, symSize: 0x13C }
+ - { offsetInCU: 0x20D, offset: 0x1DCC32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tFSbAA13WeakReferenceCyAaF_pGXEfU_', symObjAddr: 0x528, symBinAddr: 0x212450, symSize: 0x50 }
+ - { offsetInCU: 0x303, offset: 0x1DCD28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE6remove8receiveryAA14SBCLogReceiver_p_tF', symObjAddr: 0x13C, symBinAddr: 0x212064, symSize: 0xF0 }
+ - { offsetInCU: 0x47B, offset: 0x1DCEA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP3log7messageySS_tFTW', symObjAddr: 0x22C, symBinAddr: 0x212154, symSize: 0x4 }
+ - { offsetInCU: 0x568, offset: 0x1DCF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3log7messageySS_tF', symObjAddr: 0x230, symBinAddr: 0x212158, symSize: 0x274 }
+ - { offsetInCU: 0xA42, offset: 0x1DD467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAeA0dE0_p_tcfC', symObjAddr: 0x4A4, symBinAddr: 0x2123CC, symSize: 0x84 }
+ - { offsetInCU: 0xA89, offset: 0x1DD4AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvg', symObjAddr: 0x578, symBinAddr: 0x2124A0, symSize: 0x44 }
+ - { offsetInCU: 0xAA5, offset: 0x1DD4CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvs', symObjAddr: 0x5BC, symBinAddr: 0x2124E4, symSize: 0x60 }
+ - { offsetInCU: 0xAC1, offset: 0x1DD4E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvM', symObjAddr: 0x61C, symBinAddr: 0x212544, symSize: 0x6C }
+ - { offsetInCU: 0xADD, offset: 0x1DD502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvM.resume.0', symObjAddr: 0x688, symBinAddr: 0x2125B0, symSize: 0x70 }
+ - { offsetInCU: 0xAF9, offset: 0x1DD51E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAeA0dE0_p_tcfc', symObjAddr: 0x6F8, symBinAddr: 0x212620, symSize: 0x70 }
+ - { offsetInCU: 0xB22, offset: 0x1DD547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCfd', symObjAddr: 0x768, symBinAddr: 0x212690, symSize: 0x1C }
+ - { offsetInCU: 0xB5D, offset: 0x1DD582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCfD', symObjAddr: 0x784, symBinAddr: 0x2126AC, symSize: 0x24 }
+ - { offsetInCU: 0xBA9, offset: 0x1DD5CE, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pGG_Tg504$s13ef46Calls14LoggerObserverPAAE6remove8receiveryAA14jk11_p_tFSbAA13hI13CyAaF_pGXEfU_AhK_pTf1cn_nTf4ng_n', symObjAddr: 0xB34, symBinAddr: 0x212A1C, symSize: 0x11C }
+ - { offsetInCU: 0xD9E, offset: 0x1DD7C3, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAG14SBCLogReceiver_pGG_Tg504$s13hi46Calls14LoggerObserverPAAE6remove8receiveryAA14mn11_p_tFSbAA13kL13CyAaF_pGXEfU_AgJ_pTf1cn_nTf4ng_n', symObjAddr: 0xC50, symBinAddr: 0x212B38, symSize: 0x31C }
+ - { offsetInCU: 0x108B, offset: 0x1DDAB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserver_pSgXwWOh', symObjAddr: 0xF80, symBinAddr: 0x212E68, symSize: 0x24 }
+ - { offsetInCU: 0x109F, offset: 0x1DDAC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCMa', symObjAddr: 0x106C, symBinAddr: 0x212F54, symSize: 0x20 }
+ - { offsetInCU: 0x11C6, offset: 0x1DDBEB, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAE14SBCLogReceiver_pGG_Tg504$s13de43Calls14LoggerObserverPAAE3add8receiveryAA14ij11_p_tFSbAA13gH13CyAaF_pGXEfU_AeH_pTf1cn_nTf4ng_n', symObjAddr: 0x9D0, symBinAddr: 0x2128F8, symSize: 0x124 }
+...
diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/x86_64/SendBirdCalls.yml b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/x86_64/SendBirdCalls.yml
new file mode 100644
index 0000000..c40a9cd
--- /dev/null
+++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/Relocations/x86_64/SendBirdCalls.yml
@@ -0,0 +1,14397 @@
+---
+triple: 'x86_64-apple-darwin'
+binary-path: '/Users/distiller/Library/Developer/Xcode/DerivedData/SendBirdCalls-dbjqlfwikkijbkgvuxucoxlahpdv/Build/Intermediates.noindex/ArchiveIntermediates/SendBirdCalls/InstallationBuildProductsLocation/Library/Frameworks/SendBirdCalls.framework/SendBirdCalls'
+relocations:
+ - { offsetInCU: 0x34, offset: 0x7577F, size: 0x8, addend: 0x0, symName: _SendBirdCallsVersionString, symObjAddr: 0x0, symBinAddr: 0x25F650, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x757B4, size: 0x8, addend: 0x0, symName: _SendBirdCallsVersionNumber, symObjAddr: 0x38, symBinAddr: 0x25F688, symSize: 0x0 }
+ - { offsetInCU: 0x75, offset: 0x7583F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueSSvg', symObjAddr: 0x550, symBinAddr: 0x3F90, symSize: 0xB0 }
+ - { offsetInCU: 0xA4, offset: 0x7586E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueAESgSS_tcfC', symObjAddr: 0x600, symBinAddr: 0x4040, symSize: 0x10 }
+ - { offsetInCU: 0xCC, offset: 0x75896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO8hasLocalSbvg', symObjAddr: 0x610, symBinAddr: 0x4050, symSize: 0x10 }
+ - { offsetInCU: 0xF9, offset: 0x758C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO9hasRemoteSbvg', symObjAddr: 0x620, symBinAddr: 0x4060, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x758F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO2eeoiySbAG_AGtFZ', symObjAddr: 0x630, symBinAddr: 0x4070, symSize: 0x10 }
+ - { offsetInCU: 0x154, offset: 0x7591E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO4hash4intoys6HasherVz_tF', symObjAddr: 0x640, symBinAddr: 0x4080, symSize: 0x20 }
+ - { offsetInCU: 0x1EE, offset: 0x759B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionO9hashValueSivg', symObjAddr: 0x660, symBinAddr: 0x40A0, symSize: 0x40 }
+ - { offsetInCU: 0x2F7, offset: 0x75AC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6A0, symBinAddr: 0x40E0, symSize: 0x10 }
+ - { offsetInCU: 0x34B, offset: 0x75B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH9hashValueSivgTW', symObjAddr: 0x6B0, symBinAddr: 0x40F0, symSize: 0x40 }
+ - { offsetInCU: 0x42F, offset: 0x75BF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6F0, symBinAddr: 0x4130, symSize: 0x20 }
+ - { offsetInCU: 0x4A2, offset: 0x75C6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x7E0, symBinAddr: 0x4220, symSize: 0x20 }
+ - { offsetInCU: 0x4BE, offset: 0x75C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1F00, symBinAddr: 0x5910, symSize: 0x1E0 }
+ - { offsetInCU: 0x5C3, offset: 0x75D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0OvgTo', symObjAddr: 0x0, symBinAddr: 0x3A40, symSize: 0x20 }
+ - { offsetInCU: 0x5FE, offset: 0x75DC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingTypeAC0dG0Ovg', symObjAddr: 0x20, symBinAddr: 0x3A60, symSize: 0x20 }
+ - { offsetInCU: 0x639, offset: 0x75E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13directoryPath10Foundation3URLVvgTo', symObjAddr: 0x40, symBinAddr: 0x3A80, symSize: 0x30 }
+ - { offsetInCU: 0x674, offset: 0x75E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13directoryPath10Foundation3URLVvg', symObjAddr: 0x70, symBinAddr: 0x3AB0, symSize: 0x30 }
+ - { offsetInCU: 0x6B1, offset: 0x75E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC8fileNameSSSgvgTo', symObjAddr: 0xA0, symBinAddr: 0x3AE0, symSize: 0x50 }
+ - { offsetInCU: 0x6E4, offset: 0x75EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC8fileNameSSSgvg', symObjAddr: 0xF0, symBinAddr: 0x3B30, symSize: 0x30 }
+ - { offsetInCU: 0x71F, offset: 0x75EE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11recordingIdSSvgTo', symObjAddr: 0x120, symBinAddr: 0x3B60, symSize: 0x50 }
+ - { offsetInCU: 0x75A, offset: 0x75F24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11recordingIdSSvg', symObjAddr: 0x170, symBinAddr: 0x3BB0, symSize: 0x30 }
+ - { offsetInCU: 0x7B7, offset: 0x75F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfC', symObjAddr: 0x1A0, symBinAddr: 0x3BE0, symSize: 0x140 }
+ - { offsetInCU: 0x80C, offset: 0x75FD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfc', symObjAddr: 0x2E0, symBinAddr: 0x3D20, symSize: 0x30 }
+ - { offsetInCU: 0x839, offset: 0x76003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfcTo', symObjAddr: 0x310, symBinAddr: 0x3D50, symSize: 0xA0 }
+ - { offsetInCU: 0x86B, offset: 0x76035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfC', symObjAddr: 0x3B0, symBinAddr: 0x3DF0, symSize: 0x20 }
+ - { offsetInCU: 0x889, offset: 0x76053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfc', symObjAddr: 0x3D0, symBinAddr: 0x3E10, symSize: 0xC0 }
+ - { offsetInCU: 0x8C6, offset: 0x76090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCACycfcTo', symObjAddr: 0x490, symBinAddr: 0x3ED0, symSize: 0xC0 }
+ - { offsetInCU: 0x8FB, offset: 0x760C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11audioOptionAC0D4TypeO0G0Ovg', symObjAddr: 0x890, symBinAddr: 0x42D0, symSize: 0x50 }
+ - { offsetInCU: 0x928, offset: 0x760F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC11videoOptionAC0D4TypeO0G0Ovg', symObjAddr: 0x8E0, symBinAddr: 0x4320, symSize: 0x50 }
+ - { offsetInCU: 0x955, offset: 0x7611F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCfD', symObjAddr: 0x930, symBinAddr: 0x4370, symSize: 0x30 }
+ - { offsetInCU: 0x982, offset: 0x7614C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC13recordingType13directoryPath8fileNameA2C0dG0O_10Foundation3URLVSSSgtcfcTf4nngn_n', symObjAddr: 0x1DD0, symBinAddr: 0x57E0, symSize: 0x130 }
+ - { offsetInCU: 0x9F8, offset: 0x761C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCfETo', symObjAddr: 0x960, symBinAddr: 0x43A0, symSize: 0x50 }
+ - { offsetInCU: 0xA33, offset: 0x761FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueACSgSS_tcfC', symObjAddr: 0x9B0, symBinAddr: 0x43F0, symSize: 0x10 }
+ - { offsetInCU: 0xA4F, offset: 0x76219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueSSvg', symObjAddr: 0x9C0, symBinAddr: 0x4400, symSize: 0x60 }
+ - { offsetInCU: 0xA7E, offset: 0x76248, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO7isValid4withSbAC_tF', symObjAddr: 0xA20, symBinAddr: 0x4460, symSize: 0x30 }
+ - { offsetInCU: 0xAC8, offset: 0x76292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xC50, symBinAddr: 0x4690, symSize: 0x20 }
+ - { offsetInCU: 0xADC, offset: 0x762A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x2110, symBinAddr: 0x5B20, symSize: 0xB0 }
+ - { offsetInCU: 0xB73, offset: 0x7633D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfcfA_', symObjAddr: 0xD10, symBinAddr: 0x4750, symSize: 0x10 }
+ - { offsetInCU: 0xB8D, offset: 0x76357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcfA3_', symObjAddr: 0xD20, symBinAddr: 0x4760, symSize: 0x10 }
+ - { offsetInCU: 0xBA7, offset: 0x76371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfcfA_', symObjAddr: 0xD40, symBinAddr: 0x4780, symSize: 0x10 }
+ - { offsetInCU: 0xBE9, offset: 0x763B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout6callId6caller6callee07isVideoE00M7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSSAA0dE4UserCSgA5_SbAA0eS0CAA04TurnU0CSgSayAA10CapabilityOGSgSDyS2SGAA18StatsConfigurationVtcfcfA9_', symObjAddr: 0xD50, symBinAddr: 0x4790, symSize: 0x40 }
+ - { offsetInCU: 0xC31, offset: 0x763FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callId06customF04modeACSS_SDyS2SGAC4ModeOtcfcfA1_', symObjAddr: 0xD90, symBinAddr: 0x47D0, symSize: 0x10 }
+ - { offsetInCU: 0xC4B, offset: 0x76415, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsACSaySSG_tcfcfA_', symObjAddr: 0xDA0, symBinAddr: 0x47E0, symSize: 0x20 }
+ - { offsetInCU: 0xC7C, offset: 0x76446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfcfA2_', symObjAddr: 0xDC0, symBinAddr: 0x4800, symSize: 0x30 }
+ - { offsetInCU: 0xD1F, offset: 0x764E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfcfA3_', symObjAddr: 0xDF0, symBinAddr: 0x4830, symSize: 0x60 }
+ - { offsetInCU: 0xDA1, offset: 0x7656B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfcfA_', symObjAddr: 0xE50, symBinAddr: 0x4890, symSize: 0x40 }
+ - { offsetInCU: 0xDD8, offset: 0x765A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFfA0_', symObjAddr: 0xE90, symBinAddr: 0x48D0, symSize: 0x20 }
+ - { offsetInCU: 0xE0F, offset: 0x765D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFfA_', symObjAddr: 0xEB0, symBinAddr: 0x48F0, symSize: 0x10 }
+ - { offsetInCU: 0xE29, offset: 0x765F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfcfA_', symObjAddr: 0xEC0, symBinAddr: 0x4900, symSize: 0x10 }
+ - { offsetInCU: 0xE43, offset: 0x7660D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfcfA_', symObjAddr: 0xED0, symBinAddr: 0x4910, symSize: 0x10 }
+ - { offsetInCU: 0xE5D, offset: 0x76627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfcfA0_', symObjAddr: 0xEE0, symBinAddr: 0x4920, symSize: 0x10 }
+ - { offsetInCU: 0xE77, offset: 0x76641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFfA0_', symObjAddr: 0xEF0, symBinAddr: 0x4930, symSize: 0x10 }
+ - { offsetInCU: 0xE92, offset: 0x7665C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfcfA2_', symObjAddr: 0xF00, symBinAddr: 0x4940, symSize: 0x10 }
+ - { offsetInCU: 0xEAC, offset: 0x76676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfcfA3_', symObjAddr: 0xF10, symBinAddr: 0x4950, symSize: 0x10 }
+ - { offsetInCU: 0xEC6, offset: 0x76690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFfA_', symObjAddr: 0xF20, symBinAddr: 0x4960, symSize: 0x10 }
+ - { offsetInCU: 0xEF9, offset: 0x766C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfcfA1_', symObjAddr: 0xF30, symBinAddr: 0x4970, symSize: 0x50 }
+ - { offsetInCU: 0xF2B, offset: 0x766F5, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE5trunc6length8trailingSSSi_SStFfA0_', symObjAddr: 0xF80, symBinAddr: 0x49C0, symSize: 0x20 }
+ - { offsetInCU: 0xF45, offset: 0x7670F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfcfA8_', symObjAddr: 0xFC0, symBinAddr: 0x4A00, symSize: 0x10 }
+ - { offsetInCU: 0xF5F, offset: 0x76729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcfA0_', symObjAddr: 0xFD0, symBinAddr: 0x4A10, symSize: 0x10 }
+ - { offsetInCU: 0xF79, offset: 0x76743, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfcfA2_', symObjAddr: 0xFF0, symBinAddr: 0x4A30, symSize: 0x20 }
+ - { offsetInCU: 0xFDA, offset: 0x767A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfcfA_', symObjAddr: 0x1020, symBinAddr: 0x4A60, symSize: 0x40 }
+ - { offsetInCU: 0x1046, offset: 0x76810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10disconnect15shouldReconnectySb_tFfA_', symObjAddr: 0x11B0, symBinAddr: 0x4BF0, symSize: 0x10 }
+ - { offsetInCU: 0x1060, offset: 0x7682A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFfA0_', symObjAddr: 0x11C0, symBinAddr: 0x4C00, symSize: 0x10 }
+ - { offsetInCU: 0x107B, offset: 0x76845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFfA0_', symObjAddr: 0x11D0, symBinAddr: 0x4C10, symSize: 0x10 }
+ - { offsetInCU: 0x1096, offset: 0x76860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfcfA_', symObjAddr: 0x11E0, symBinAddr: 0x4C20, symSize: 0x10 }
+ - { offsetInCU: 0x10BD, offset: 0x76887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcfA4_', symObjAddr: 0x11F0, symBinAddr: 0x4C30, symSize: 0x10 }
+ - { offsetInCU: 0x10D7, offset: 0x768A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcfA5_', symObjAddr: 0x1200, symBinAddr: 0x4C40, symSize: 0x10 }
+ - { offsetInCU: 0x10F1, offset: 0x768BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6userId8nickname10profileURL8metadata6active011participantF006clientF05state9videoViewACSS_SSSgAMSDyS2SGSgSbSgS2SAC5StateOAA0ab5VideoP0CSgtcfcfA6_', symObjAddr: 0x1210, symBinAddr: 0x4C50, symSize: 0x10 }
+ - { offsetInCU: 0x110B, offset: 0x768D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0OtcfcfA2_', symObjAddr: 0x1220, symBinAddr: 0x4C60, symSize: 0x10 }
+ - { offsetInCU: 0x1125, offset: 0x768EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFfA_', symObjAddr: 0x1230, symBinAddr: 0x4C70, symSize: 0x10 }
+ - { offsetInCU: 0x1140, offset: 0x7690A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFfA0_', symObjAddr: 0x1240, symBinAddr: 0x4C80, symSize: 0x10 }
+ - { offsetInCU: 0x115B, offset: 0x76925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfcfA_', symObjAddr: 0x1250, symBinAddr: 0x4C90, symSize: 0x10 }
+ - { offsetInCU: 0x1175, offset: 0x7693F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfcfA4_', symObjAddr: 0x1260, symBinAddr: 0x4CA0, symSize: 0x10 }
+ - { offsetInCU: 0x118F, offset: 0x76959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21updateVideoResolution2to3fpsyAA0H0V0H4TypeO_s5Int32VtFfA0_', symObjAddr: 0x1270, symBinAddr: 0x4CB0, symSize: 0x10 }
+ - { offsetInCU: 0x11A9, offset: 0x76973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfcfA10_', symObjAddr: 0x1290, symBinAddr: 0x4CD0, symSize: 0x20 }
+ - { offsetInCU: 0x11C1, offset: 0x7698B, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5total8multiplys5Int64VSgAH_tFfA_', symObjAddr: 0x12B0, symBinAddr: 0x4CF0, symSize: 0x10 }
+ - { offsetInCU: 0x11DB, offset: 0x769A5, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE5total8multiplyAESgAE_tFfA_', symObjAddr: 0x12C0, symBinAddr: 0x4D00, symSize: 0x10 }
+ - { offsetInCU: 0x11F5, offset: 0x769BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfcfA0_', symObjAddr: 0x12E0, symBinAddr: 0x4D20, symSize: 0x10 }
+ - { offsetInCU: 0x121C, offset: 0x769E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV_12userDefaultsACyxGSS_So06NSUserH0CtcfcfA0_', symObjAddr: 0x12F0, symBinAddr: 0x4D30, symSize: 0x30 }
+ - { offsetInCU: 0x1253, offset: 0x76A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZfA2_', symObjAddr: 0x1320, symBinAddr: 0x4D60, symSize: 0x20 }
+ - { offsetInCU: 0x126D, offset: 0x76A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0VtcfcfA2_', symObjAddr: 0x1340, symBinAddr: 0x4D80, symSize: 0x20 }
+ - { offsetInCU: 0x1285, offset: 0x76A4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfcfA3_', symObjAddr: 0x1360, symBinAddr: 0x4DA0, symSize: 0x20 }
+ - { offsetInCU: 0x129D, offset: 0x76A67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfcfA0_', symObjAddr: 0x1380, symBinAddr: 0x4DC0, symSize: 0x10 }
+ - { offsetInCU: 0x12C4, offset: 0x76A8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV_12userDefaultsACyxGSS_So06NSUserG0CtcfcfA0_', symObjAddr: 0x1390, symBinAddr: 0x4DD0, symSize: 0x30 }
+ - { offsetInCU: 0x12FB, offset: 0x76AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomId06customG04modeACSS_SDyS2SGAC4ModeOtcfcfA1_', symObjAddr: 0x13C0, symBinAddr: 0x4E00, symSize: 0x10 }
+ - { offsetInCU: 0x1315, offset: 0x76ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysACSb_tcfcfA_', symObjAddr: 0x13D0, symBinAddr: 0x4E10, symSize: 0x10 }
+ - { offsetInCU: 0x132F, offset: 0x76AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA6_', symObjAddr: 0x13E0, symBinAddr: 0x4E20, symSize: 0x20 }
+ - { offsetInCU: 0x134A, offset: 0x76B14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfcfA10_', symObjAddr: 0x1400, symBinAddr: 0x4E40, symSize: 0x10 }
+ - { offsetInCU: 0x1365, offset: 0x76B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfcfA2_', symObjAddr: 0x1520, symBinAddr: 0x4F60, symSize: 0x10 }
+ - { offsetInCU: 0x137F, offset: 0x76B49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC9urlString5appId06clientH018ackTimeoutIntervalACSSSg_AHSSSdtcfcfA2_', symObjAddr: 0x1530, symBinAddr: 0x4F70, symSize: 0x10 }
+ - { offsetInCU: 0x1399, offset: 0x76B63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA_', symObjAddr: 0x1540, symBinAddr: 0x4F80, symSize: 0x10 }
+ - { offsetInCU: 0x13B3, offset: 0x76B7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA0_', symObjAddr: 0x1550, symBinAddr: 0x4F90, symSize: 0x10 }
+ - { offsetInCU: 0x13CD, offset: 0x76B97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfcfA1_', symObjAddr: 0x1560, symBinAddr: 0x4FA0, symSize: 0x20 }
+ - { offsetInCU: 0x13E7, offset: 0x76BB1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE7gzipped5levelAcD16CompressionLevelV_tKFfA_', symObjAddr: 0x1580, symBinAddr: 0x4FC0, symSize: 0x10 }
+ - { offsetInCU: 0x1401, offset: 0x76BCB, size: 0x8, addend: 0x0, symName: '_$sSE13SendBirdCallsE12toDictionary11keyStrategySDySSypGSg10Foundation11JSONEncoderC011KeyEncodingG0O_tFfA_', symObjAddr: 0x1590, symBinAddr: 0x4FD0, symSize: 0x40 }
+ - { offsetInCU: 0x1426, offset: 0x76BF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionToken11currentUser8isPushOn13statsIntervalACSS_AA0I0CSbSitcfcfA2_', symObjAddr: 0x1640, symBinAddr: 0x5080, symSize: 0x10 }
+ - { offsetInCU: 0x1482, offset: 0x76C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMa', symObjAddr: 0x20E0, symBinAddr: 0x5AF0, symSize: 0x30 }
+ - { offsetInCU: 0x1496, offset: 0x76C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOy', symObjAddr: 0x21C0, symBinAddr: 0x5BD0, symSize: 0x20 }
+ - { offsetInCU: 0x14AA, offset: 0x76C74, size: 0x8, addend: 0x0, symName: '_$sSo17OS_dispatch_queueCMa', symObjAddr: 0x21E0, symBinAddr: 0x5BF0, symSize: 0x30 }
+ - { offsetInCU: 0x14BE, offset: 0x76C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASQWb', symObjAddr: 0x2210, symBinAddr: 0x5C20, symSize: 0x10 }
+ - { offsetInCU: 0x14D2, offset: 0x76C9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOAGSQAAWl', symObjAddr: 0x2220, symBinAddr: 0x5C30, symSize: 0x30 }
+ - { offsetInCU: 0x14E6, offset: 0x76CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSHAASQWb', symObjAddr: 0x2250, symBinAddr: 0x5C60, symSize: 0x10 }
+ - { offsetInCU: 0x14FA, offset: 0x76CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESQAAWl', symObjAddr: 0x2260, symBinAddr: 0x5C70, symSize: 0x30 }
+ - { offsetInCU: 0x150E, offset: 0x76CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSHAASQWb', symObjAddr: 0x2290, symBinAddr: 0x5CA0, symSize: 0x10 }
+ - { offsetInCU: 0x1522, offset: 0x76CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSQAAWl', symObjAddr: 0x22A0, symBinAddr: 0x5CB0, symSize: 0x30 }
+ - { offsetInCU: 0x1536, offset: 0x76D00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMU', symObjAddr: 0x22D0, symBinAddr: 0x5CE0, symSize: 0x10 }
+ - { offsetInCU: 0x154A, offset: 0x76D14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsCMr', symObjAddr: 0x22E0, symBinAddr: 0x5CF0, symSize: 0x80 }
+ - { offsetInCU: 0x155E, offset: 0x76D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOMa', symObjAddr: 0x23D0, symBinAddr: 0x5DE0, symSize: 0x10 }
+ - { offsetInCU: 0x1572, offset: 0x76D3C, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x23E0, symBinAddr: 0x5DF0, symSize: 0x10 }
+ - { offsetInCU: 0x1586, offset: 0x76D50, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0x23F0, symBinAddr: 0x5E00, symSize: 0x10 }
+ - { offsetInCU: 0x159A, offset: 0x76D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwet', symObjAddr: 0x2400, symBinAddr: 0x5E10, symSize: 0x80 }
+ - { offsetInCU: 0x15AE, offset: 0x76D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwst', symObjAddr: 0x2480, symBinAddr: 0x5E90, symSize: 0xD0 }
+ - { offsetInCU: 0x15C2, offset: 0x76D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwug', symObjAddr: 0x2550, symBinAddr: 0x5F60, symSize: 0x10 }
+ - { offsetInCU: 0x15D6, offset: 0x76DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwup', symObjAddr: 0x2560, symBinAddr: 0x5F70, symSize: 0x10 }
+ - { offsetInCU: 0x15EA, offset: 0x76DB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOwui', symObjAddr: 0x2570, symBinAddr: 0x5F80, symSize: 0x10 }
+ - { offsetInCU: 0x15FE, offset: 0x76DC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOMa', symObjAddr: 0x2580, symBinAddr: 0x5F90, symSize: 0x10 }
+ - { offsetInCU: 0x1612, offset: 0x76DDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOMa', symObjAddr: 0x2590, symBinAddr: 0x5FA0, symSize: 0x10 }
+ - { offsetInCU: 0x1626, offset: 0x76DF0, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwCP', symObjAddr: 0x25A0, symBinAddr: 0x5FB0, symSize: 0x30 }
+ - { offsetInCU: 0x163A, offset: 0x76E04, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x25D0, symBinAddr: 0x5FE0, symSize: 0x40 }
+ - { offsetInCU: 0x164E, offset: 0x76E18, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwet', symObjAddr: 0x2610, symBinAddr: 0x6020, symSize: 0x50 }
+ - { offsetInCU: 0x1662, offset: 0x76E2C, size: 0x8, addend: 0x0, symName: '_$sSo10z_stream_sVwst', symObjAddr: 0x2660, symBinAddr: 0x6070, symSize: 0x60 }
+ - { offsetInCU: 0x1676, offset: 0x76E40, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_4, symObjAddr: 0x2760, symBinAddr: 0x6170, symSize: 0x20 }
+ - { offsetInCU: 0x168A, offset: 0x76E54, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawet', symObjAddr: 0x2780, symBinAddr: 0x6190, symSize: 0x20 }
+ - { offsetInCU: 0x169E, offset: 0x76E68, size: 0x8, addend: 0x0, symName: '_$sSo6CMTimeawst', symObjAddr: 0x27A0, symBinAddr: 0x61B0, symSize: 0x30 }
+ - { offsetInCU: 0x16B2, offset: 0x76E7C, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x2870, symBinAddr: 0x6280, symSize: 0x10 }
+ - { offsetInCU: 0x16C6, offset: 0x76E90, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwet', symObjAddr: 0x2880, symBinAddr: 0x6290, symSize: 0x20 }
+ - { offsetInCU: 0x16DA, offset: 0x76EA4, size: 0x8, addend: 0x0, symName: '_$sSo6CGSizeVwst', symObjAddr: 0x28A0, symBinAddr: 0x62B0, symSize: 0x30 }
+ - { offsetInCU: 0x16EE, offset: 0x76EB8, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefa14CoreFoundation9_CFObjectSCSHWb', symObjAddr: 0x2970, symBinAddr: 0x6380, symSize: 0x20 }
+ - { offsetInCU: 0x1702, offset: 0x76ECC, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2990, symBinAddr: 0x63A0, symSize: 0x20 }
+ - { offsetInCU: 0x1716, offset: 0x76EE0, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x29E0, symBinAddr: 0x63F0, symSize: 0x20 }
+ - { offsetInCU: 0x172A, offset: 0x76EF4, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeaSHSCSQWb', symObjAddr: 0x2A00, symBinAddr: 0x6410, symSize: 0x20 }
+ - { offsetInCU: 0x173E, offset: 0x76F08, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x2A20, symBinAddr: 0x6430, symSize: 0x20 }
+ - { offsetInCU: 0x1752, offset: 0x76F1C, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x2A40, symBinAddr: 0x6450, symSize: 0x20 }
+ - { offsetInCU: 0x1766, offset: 0x76F30, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryaSHSCSQWb', symObjAddr: 0x2A60, symBinAddr: 0x6470, symSize: 0x20 }
+ - { offsetInCU: 0x177A, offset: 0x76F44, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSQWb', symObjAddr: 0x2A80, symBinAddr: 0x6490, symSize: 0x20 }
+ - { offsetInCU: 0x178E, offset: 0x76F58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSYAAWl', symObjAddr: 0x2BA0, symBinAddr: 0x65B0, symSize: 0x30 }
+ - { offsetInCU: 0x17A2, offset: 0x76F6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESYAAWl', symObjAddr: 0x2BD0, symBinAddr: 0x65E0, symSize: 0x30 }
+ - { offsetInCU: 0x17B6, offset: 0x76F80, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCSQWb', symObjAddr: 0x2C90, symBinAddr: 0x66A0, symSize: 0x20 }
+ - { offsetInCU: 0x17CA, offset: 0x76F94, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x2CB0, symBinAddr: 0x66C0, symSize: 0x20 }
+ - { offsetInCU: 0x17DE, offset: 0x76FA8, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs9OptionSetSCSYWb', symObjAddr: 0x2CD0, symBinAddr: 0x66E0, symSize: 0x20 }
+ - { offsetInCU: 0x17F2, offset: 0x76FBC, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs9OptionSetSCs0F7AlgebraPWb', symObjAddr: 0x2CF0, symBinAddr: 0x6700, symSize: 0x20 }
+ - { offsetInCU: 0x18F8, offset: 0x770C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeO6OptionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x710, symBinAddr: 0x4150, symSize: 0x40 }
+ - { offsetInCU: 0x1995, offset: 0x7715F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x790, symBinAddr: 0x41D0, symSize: 0x10 }
+ - { offsetInCU: 0x19B1, offset: 0x7717B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x800, symBinAddr: 0x4240, symSize: 0x50 }
+ - { offsetInCU: 0x19D4, offset: 0x7719E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x850, symBinAddr: 0x4290, symSize: 0x40 }
+ - { offsetInCU: 0x1A06, offset: 0x771D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB60, symBinAddr: 0x45A0, symSize: 0x30 }
+ - { offsetInCU: 0x1A60, offset: 0x7722A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC70, symBinAddr: 0x46B0, symSize: 0x50 }
+ - { offsetInCU: 0x1A83, offset: 0x7724D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCC0, symBinAddr: 0x4700, symSize: 0x40 }
+ - { offsetInCU: 0x1ABB, offset: 0x77285, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRotationVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1650, symBinAddr: 0x5090, symSize: 0x10 }
+ - { offsetInCU: 0x1B10, offset: 0x772DA, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x16D0, symBinAddr: 0x5110, symSize: 0x50 }
+ - { offsetInCU: 0x1B65, offset: 0x7732F, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromC1C_6resulty01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x1740, symBinAddr: 0x5180, symSize: 0x10 }
+ - { offsetInCU: 0x1BA5, offset: 0x7736F, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromC1C_6resultSb01_C5CTypeQz_xSgztFZTW', symObjAddr: 0x1750, symBinAddr: 0x5190, symSize: 0x10 }
+ - { offsetInCU: 0x1BE5, offset: 0x773AF, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromD1C_6resulty01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x1790, symBinAddr: 0x51D0, symSize: 0x10 }
+ - { offsetInCU: 0x1C25, offset: 0x773EF, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromD1C_6resultSb01_D5CTypeQz_xSgztFZTW', symObjAddr: 0x17A0, symBinAddr: 0x51E0, symSize: 0x10 }
+ - { offsetInCU: 0x1C89, offset: 0x77453, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP5unionyxxnFTW', symObjAddr: 0x1800, symBinAddr: 0x5240, symSize: 0x10 }
+ - { offsetInCU: 0x1D26, offset: 0x774F0, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP12intersectionyxxFTW', symObjAddr: 0x1810, symBinAddr: 0x5250, symSize: 0x10 }
+ - { offsetInCU: 0x1DBB, offset: 0x77585, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP19symmetricDifferenceyxxnFTW', symObjAddr: 0x1820, symBinAddr: 0x5260, symSize: 0x10 }
+ - { offsetInCU: 0x1E9A, offset: 0x77664, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP6removey7ElementQzSgAGFTW', symObjAddr: 0x1830, symBinAddr: 0x5270, symSize: 0x30 }
+ - { offsetInCU: 0x1F97, offset: 0x77761, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP6update4with7ElementQzSgAHn_tFTW', symObjAddr: 0x1860, symBinAddr: 0x52A0, symSize: 0x30 }
+ - { offsetInCU: 0x2083, offset: 0x7784D, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP16formIntersectionyyxFTW', symObjAddr: 0x1890, symBinAddr: 0x52D0, symSize: 0x10 }
+ - { offsetInCU: 0x20C1, offset: 0x7788B, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x18A0, symBinAddr: 0x52E0, symSize: 0x10 }
+ - { offsetInCU: 0x211D, offset: 0x778E7, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP11subtractingyxxFTW', symObjAddr: 0x18B0, symBinAddr: 0x52F0, symSize: 0x20 }
+ - { offsetInCU: 0x21C6, offset: 0x77990, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP8isSubset2ofSbx_tFTW', symObjAddr: 0x18D0, symBinAddr: 0x5310, symSize: 0x20 }
+ - { offsetInCU: 0x223D, offset: 0x77A07, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP10isDisjoint4withSbx_tFTW', symObjAddr: 0x18F0, symBinAddr: 0x5330, symSize: 0x10 }
+ - { offsetInCU: 0x22F5, offset: 0x77ABF, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP10isSuperset2ofSbx_tFTW', symObjAddr: 0x1900, symBinAddr: 0x5340, symSize: 0x20 }
+ - { offsetInCU: 0x238F, offset: 0x77B59, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP7isEmptySbvgTW', symObjAddr: 0x1920, symBinAddr: 0x5360, symSize: 0x10 }
+ - { offsetInCU: 0x23F7, offset: 0x77BC1, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACPyxqd__ncSTRd__7ElementQyd__AERtzlufCTW', symObjAddr: 0x1930, symBinAddr: 0x5370, symSize: 0x20 }
+ - { offsetInCU: 0x2413, offset: 0x77BDD, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs10SetAlgebraSCsACP8subtractyyxFTW', symObjAddr: 0x1950, symBinAddr: 0x5390, symSize: 0x10 }
+ - { offsetInCU: 0x2516, offset: 0x77CE0, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP6insertySb8inserted_7ElementQz17memberAfterInserttAHnFTW', symObjAddr: 0x1970, symBinAddr: 0x53A0, symSize: 0x30 }
+ - { offsetInCU: 0x2628, offset: 0x77DF2, size: 0x8, addend: 0x0, symName: '_$sSo20NSJSONReadingOptionsVs10SetAlgebraSCsACP9formUnionyyxnFTW', symObjAddr: 0x19A0, symBinAddr: 0x53D0, symSize: 0x10 }
+ - { offsetInCU: 0x2666, offset: 0x77E30, size: 0x8, addend: 0x0, symName: '_$sSo17NSMatchingOptionsVs10SetAlgebraSCsACPxycfCTW', symObjAddr: 0x19B0, symBinAddr: 0x53E0, symSize: 0x10 }
+ - { offsetInCU: 0x2691, offset: 0x77E5B, size: 0x8, addend: 0x0, symName: '_$sSo29AVAudioSessionCategoryOptionsVs25ExpressibleByArrayLiteralSCsACP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x1A20, symBinAddr: 0x5450, symSize: 0x30 }
+ - { offsetInCU: 0x26C2, offset: 0x77E8C, size: 0x8, addend: 0x0, symName: '_$sSo10PKPushTypeas35_HasCustomAnyHashableRepresentationSCsACP03_todeF0s0eF0VSgyFTW', symObjAddr: 0x1AA0, symBinAddr: 0x54B0, symSize: 0x70 }
+ - { offsetInCU: 0x26DE, offset: 0x77EA8, size: 0x8, addend: 0x0, symName: '_$sSo22AVAudioSessionCategoryas35_HasCustomAnyHashableRepresentationSCsACP03_toefG0s0fG0VSgyFTW', symObjAddr: 0x1B70, symBinAddr: 0x5580, symSize: 0x70 }
+ - { offsetInCU: 0x27A9, offset: 0x77F73, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRotationVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x19D0, symBinAddr: 0x5400, symSize: 0x10 }
+ - { offsetInCU: 0x2870, offset: 0x7803A, size: 0x8, addend: 0x0, symName: '_$sSo13NSStreamEventVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x19C0, symBinAddr: 0x53F0, symSize: 0x10 }
+ - { offsetInCU: 0x289B, offset: 0x78065, size: 0x8, addend: 0x0, symName: '_$sSo17NSMatchingOptionsVs9OptionSetSCsACP8rawValuex03RawF0Qz_tcfCTW', symObjAddr: 0x1A50, symBinAddr: 0x5480, symSize: 0x10 }
+ - { offsetInCU: 0x29E8, offset: 0x781B2, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH9hashValueSivgTW', symObjAddr: 0x1660, symBinAddr: 0x50A0, symSize: 0x30 }
+ - { offsetInCU: 0x2A04, offset: 0x781CE, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1690, symBinAddr: 0x50D0, symSize: 0x40 }
+ - { offsetInCU: 0x2A27, offset: 0x781F1, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x19E0, symBinAddr: 0x5410, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x782FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x6A50, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x78323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x6A50, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x7833F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x6A60, symSize: 0x40 }
+ - { offsetInCU: 0x8C, offset: 0x78364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x6AA0, symSize: 0x240 }
+ - { offsetInCU: 0x159, offset: 0x78431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x420, symBinAddr: 0x6E70, symSize: 0x70 }
+ - { offsetInCU: 0x1F3, offset: 0x784CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x490, symBinAddr: 0x6EE0, symSize: 0x40 }
+ - { offsetInCU: 0x2A9, offset: 0x78581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D0, symBinAddr: 0x6F20, symSize: 0x30 }
+ - { offsetInCU: 0x308, offset: 0x785E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x500, symBinAddr: 0x6F50, symSize: 0x30 }
+ - { offsetInCU: 0x35F, offset: 0x78637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfd', symObjAddr: 0x540, symBinAddr: 0x6F90, symSize: 0x30 }
+ - { offsetInCU: 0x3B0, offset: 0x78688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfD', symObjAddr: 0x570, symBinAddr: 0x6FC0, symSize: 0x40 }
+ - { offsetInCU: 0x40A, offset: 0x786E2, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x290, symBinAddr: 0x6CE0, symSize: 0x40 }
+ - { offsetInCU: 0x41E, offset: 0x786F6, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x2D0, symBinAddr: 0x6D20, symSize: 0x30 }
+ - { offsetInCU: 0x432, offset: 0x7870A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x300, symBinAddr: 0x6D50, symSize: 0x30 }
+ - { offsetInCU: 0x446, offset: 0x7871E, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x330, symBinAddr: 0x6D80, symSize: 0x30 }
+ - { offsetInCU: 0x45A, offset: 0x78732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCMa', symObjAddr: 0x360, symBinAddr: 0x6DB0, symSize: 0x20 }
+ - { offsetInCU: 0x46E, offset: 0x78746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs9CodingKeyAAWl', symObjAddr: 0x380, symBinAddr: 0x6DD0, symSize: 0x30 }
+ - { offsetInCU: 0x482, offset: 0x7875A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCAA0E0CSeAAWl', symObjAddr: 0x3B0, symBinAddr: 0x6E00, symSize: 0x40 }
+ - { offsetInCU: 0x496, offset: 0x7876E, size: 0x8, addend: 0x0, symName: '_$ss7Decoder_pWOc', symObjAddr: 0x3F0, symBinAddr: 0x6E40, symSize: 0x30 }
+ - { offsetInCU: 0x56F, offset: 0x78847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30ParticipantEnteredEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0x6F80, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x78AB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x7030, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x78ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x7030, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x78AE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x7040, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x78B16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x7070, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x78B37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x70A0, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x78B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x70D0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x78B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x70E0, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x78BA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x70F0, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x78BB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6roomIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x7100, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x78BD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV10endpointIdSSvg', symObjAddr: 0x100, symBinAddr: 0x7130, symSize: 0x30 }
+ - { offsetInCU: 0x160, offset: 0x78BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV9candidateAA0F0Cvg', symObjAddr: 0x130, symBinAddr: 0x7160, symSize: 0x10 }
+ - { offsetInCU: 0x17C, offset: 0x78C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x140, symBinAddr: 0x7170, symSize: 0x10 }
+ - { offsetInCU: 0x1B9, offset: 0x78C45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestV6roomId08endpointI09candidateACSS_SSAA0F0CtcfC', symObjAddr: 0x150, symBinAddr: 0x7180, symSize: 0x30 }
+ - { offsetInCU: 0x1E6, offset: 0x78C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x210, symBinAddr: 0x7240, symSize: 0x30 }
+ - { offsetInCU: 0x21D, offset: 0x78CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x320, symBinAddr: 0x7350, symSize: 0x10 }
+ - { offsetInCU: 0x248, offset: 0x78CD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x330, symBinAddr: 0x7360, symSize: 0x10 }
+ - { offsetInCU: 0x27A, offset: 0x78D06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3B0, symBinAddr: 0x73E0, symSize: 0x10 }
+ - { offsetInCU: 0x29E, offset: 0x78D2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15RoomRequestableAAWI', symObjAddr: 0x180, symBinAddr: 0x71B0, symSize: 0x20 }
+ - { offsetInCU: 0x2B2, offset: 0x78D3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1A0, symBinAddr: 0x71D0, symSize: 0x30 }
+ - { offsetInCU: 0x2C6, offset: 0x78D52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1D0, symBinAddr: 0x7200, symSize: 0x10 }
+ - { offsetInCU: 0x2DA, offset: 0x78D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA11RespondableAAWl', symObjAddr: 0x1E0, symBinAddr: 0x7210, symSize: 0x30 }
+ - { offsetInCU: 0x2EE, offset: 0x78D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA14APIRequestableAAWI', symObjAddr: 0x240, symBinAddr: 0x7270, symSize: 0x20 }
+ - { offsetInCU: 0x302, offset: 0x78D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x260, symBinAddr: 0x7290, symSize: 0x30 }
+ - { offsetInCU: 0x316, offset: 0x78DA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA11RequestableAAWI', symObjAddr: 0x290, symBinAddr: 0x72C0, symSize: 0x30 }
+ - { offsetInCU: 0x32A, offset: 0x78DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA0G0AAWl', symObjAddr: 0x2C0, symBinAddr: 0x72F0, symSize: 0x30 }
+ - { offsetInCU: 0x33E, offset: 0x78DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x2F0, symBinAddr: 0x7320, symSize: 0x30 }
+ - { offsetInCU: 0x35E, offset: 0x78DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0AAWI', symObjAddr: 0x340, symBinAddr: 0x7370, symSize: 0x20 }
+ - { offsetInCU: 0x372, offset: 0x78DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVACSEAAWl', symObjAddr: 0x360, symBinAddr: 0x7390, symSize: 0x30 }
+ - { offsetInCU: 0x386, offset: 0x78E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x390, symBinAddr: 0x73C0, symSize: 0x20 }
+ - { offsetInCU: 0x39A, offset: 0x78E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwCP', symObjAddr: 0x3C0, symBinAddr: 0x73F0, symSize: 0x30 }
+ - { offsetInCU: 0x3AE, offset: 0x78E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwxx', symObjAddr: 0x3F0, symBinAddr: 0x7420, symSize: 0x40 }
+ - { offsetInCU: 0x3C2, offset: 0x78E4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwcp', symObjAddr: 0x430, symBinAddr: 0x7460, symSize: 0x70 }
+ - { offsetInCU: 0x3D6, offset: 0x78E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwca', symObjAddr: 0x4A0, symBinAddr: 0x74D0, symSize: 0xA0 }
+ - { offsetInCU: 0x3EA, offset: 0x78E76, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x540, symBinAddr: 0x7570, symSize: 0x30 }
+ - { offsetInCU: 0x3FE, offset: 0x78E8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwta', symObjAddr: 0x570, symBinAddr: 0x75A0, symSize: 0x70 }
+ - { offsetInCU: 0x412, offset: 0x78E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwet', symObjAddr: 0x5E0, symBinAddr: 0x7610, symSize: 0x40 }
+ - { offsetInCU: 0x426, offset: 0x78EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVwst', symObjAddr: 0x620, symBinAddr: 0x7650, symSize: 0x50 }
+ - { offsetInCU: 0x43A, offset: 0x78EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVMa', symObjAddr: 0x670, symBinAddr: 0x76A0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x79103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x76C0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x7911F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC11updatedKeysSaySSGvg', symObjAddr: 0x10, symBinAddr: 0x76D0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x7913B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x20, symBinAddr: 0x76E0, symSize: 0x10 }
+ - { offsetInCU: 0xC5, offset: 0x7917D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x30, symBinAddr: 0x76F0, symSize: 0x70 }
+ - { offsetInCU: 0x100, offset: 0x791B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xE0, symBinAddr: 0x7760, symSize: 0x70 }
+ - { offsetInCU: 0x143, offset: 0x791FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x150, symBinAddr: 0x77D0, symSize: 0x10 }
+ - { offsetInCU: 0x16A, offset: 0x79222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x160, symBinAddr: 0x77E0, symSize: 0x10 }
+ - { offsetInCU: 0x191, offset: 0x79249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x170, symBinAddr: 0x77F0, symSize: 0x20 }
+ - { offsetInCU: 0x1C8, offset: 0x79280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x190, symBinAddr: 0x7810, symSize: 0x20 }
+ - { offsetInCU: 0x21D, offset: 0x792D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x300, symBinAddr: 0x7980, symSize: 0x80 }
+ - { offsetInCU: 0x25E, offset: 0x79316, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x380, symBinAddr: 0x7A00, symSize: 0x30 }
+ - { offsetInCU: 0x272, offset: 0x7932A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3B0, symBinAddr: 0x7A30, symSize: 0x10 }
+ - { offsetInCU: 0x2A8, offset: 0x79360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x7A40, symSize: 0x80 }
+ - { offsetInCU: 0x300, offset: 0x793B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x440, symBinAddr: 0x7AC0, symSize: 0x10 }
+ - { offsetInCU: 0x31C, offset: 0x793D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x7AD0, symSize: 0x10 }
+ - { offsetInCU: 0x339, offset: 0x793F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4A0, symBinAddr: 0x7B20, symSize: 0x40 }
+ - { offsetInCU: 0x35E, offset: 0x79416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x4E0, symBinAddr: 0x7B60, symSize: 0x200 }
+ - { offsetInCU: 0x3BA, offset: 0x79472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCfd', symObjAddr: 0x8A0, symBinAddr: 0x7EC0, symSize: 0x20 }
+ - { offsetInCU: 0x3F5, offset: 0x794AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCfD', symObjAddr: 0x8C0, symBinAddr: 0x7EE0, symSize: 0x30 }
+ - { offsetInCU: 0x438, offset: 0x794F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAB0, symBinAddr: 0x80D0, symSize: 0x20 }
+ - { offsetInCU: 0x47D, offset: 0x79535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x710, symBinAddr: 0x7D60, symSize: 0x30 }
+ - { offsetInCU: 0x491, offset: 0x79549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCMa', symObjAddr: 0x740, symBinAddr: 0x7D90, symSize: 0x20 }
+ - { offsetInCU: 0x4A5, offset: 0x7955D, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0x790, symBinAddr: 0x7DB0, symSize: 0x50 }
+ - { offsetInCU: 0x4B9, offset: 0x79571, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGMa', symObjAddr: 0x7E0, symBinAddr: 0x7E00, symSize: 0x40 }
+ - { offsetInCU: 0x4CD, offset: 0x79585, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSesSeRzlWl', symObjAddr: 0x820, symBinAddr: 0x7E40, symSize: 0x50 }
+ - { offsetInCU: 0x4E1, offset: 0x79599, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0x870, symBinAddr: 0x7E90, symSize: 0x30 }
+ - { offsetInCU: 0x4F5, offset: 0x795AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8F0, symBinAddr: 0x7F10, symSize: 0x10 }
+ - { offsetInCU: 0x509, offset: 0x795C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x900, symBinAddr: 0x7F20, symSize: 0x30 }
+ - { offsetInCU: 0x51D, offset: 0x795D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x7F50, symSize: 0x10 }
+ - { offsetInCU: 0x531, offset: 0x795E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x7F60, symSize: 0x30 }
+ - { offsetInCU: 0x545, offset: 0x795FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x7F90, symSize: 0x10 }
+ - { offsetInCU: 0x559, offset: 0x79611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0x7FA0, symSize: 0x30 }
+ - { offsetInCU: 0x56D, offset: 0x79625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0x9B0, symBinAddr: 0x7FD0, symSize: 0x30 }
+ - { offsetInCU: 0x581, offset: 0x79639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x9E0, symBinAddr: 0x8000, symSize: 0x40 }
+ - { offsetInCU: 0x595, offset: 0x7964D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA0G0AAWI', symObjAddr: 0xA20, symBinAddr: 0x8040, symSize: 0x30 }
+ - { offsetInCU: 0x5A9, offset: 0x79661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA80, symBinAddr: 0x80A0, symSize: 0x30 }
+ - { offsetInCU: 0x5BD, offset: 0x79675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xB20, symBinAddr: 0x8120, symSize: 0x80 }
+ - { offsetInCU: 0x5D1, offset: 0x79689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xBA0, symBinAddr: 0x81A0, symSize: 0xD0 }
+ - { offsetInCU: 0x5E5, offset: 0x7969D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xC70, symBinAddr: 0x8270, symSize: 0x10 }
+ - { offsetInCU: 0x5F9, offset: 0x796B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xC80, symBinAddr: 0x8280, symSize: 0x10 }
+ - { offsetInCU: 0x60D, offset: 0x796C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xC90, symBinAddr: 0x8290, symSize: 0x10 }
+ - { offsetInCU: 0x621, offset: 0x796D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xCA0, symBinAddr: 0x82A0, symSize: 0xA }
+ - { offsetInCU: 0x670, offset: 0x79728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B0, symBinAddr: 0x7830, symSize: 0x80 }
+ - { offsetInCU: 0x73F, offset: 0x797F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x230, symBinAddr: 0x78B0, symSize: 0x50 }
+ - { offsetInCU: 0x7BD, offset: 0x79875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x280, symBinAddr: 0x7900, symSize: 0x30 }
+ - { offsetInCU: 0x80F, offset: 0x798C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2B0, symBinAddr: 0x7930, symSize: 0x50 }
+ - { offsetInCU: 0x86B, offset: 0x79923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x460, symBinAddr: 0x7AE0, symSize: 0x20 }
+ - { offsetInCU: 0x887, offset: 0x7993F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseC10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x480, symBinAddr: 0x7B00, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x79B6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x82B0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x79B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x82B0, symSize: 0x10 }
+ - { offsetInCU: 0x6E, offset: 0x79BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x10, symBinAddr: 0x82C0, symSize: 0x10 }
+ - { offsetInCU: 0xA1, offset: 0x79BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8intValueACSgSi_tcfC', symObjAddr: 0x20, symBinAddr: 0x82D0, symSize: 0x10 }
+ - { offsetInCU: 0xC8, offset: 0x79C0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8intValueSiSgvg', symObjAddr: 0x30, symBinAddr: 0x82E0, symSize: 0x10 }
+ - { offsetInCU: 0xEF, offset: 0x79C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueSSvg', symObjAddr: 0x40, symBinAddr: 0x82F0, symSize: 0x4D0 }
+ - { offsetInCU: 0x11A, offset: 0x79C5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO11stringValueSSvg', symObjAddr: 0x510, symBinAddr: 0x87C0, symSize: 0x10 }
+ - { offsetInCU: 0x146, offset: 0x79C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x670, symBinAddr: 0x8920, symSize: 0x30 }
+ - { offsetInCU: 0x177, offset: 0x79CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x8950, symSize: 0x30 }
+ - { offsetInCU: 0x1A5, offset: 0x79CE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x6D0, symBinAddr: 0x8980, symSize: 0x10 }
+ - { offsetInCU: 0x1F0, offset: 0x79D34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6E0, symBinAddr: 0x8990, symSize: 0x20 }
+ - { offsetInCU: 0x240, offset: 0x79D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x700, symBinAddr: 0x89B0, symSize: 0x10 }
+ - { offsetInCU: 0x25C, offset: 0x79DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x710, symBinAddr: 0x89C0, symSize: 0x10 }
+ - { offsetInCU: 0x278, offset: 0x79DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x760, symBinAddr: 0x8A10, symSize: 0x80 }
+ - { offsetInCU: 0x2C5, offset: 0x79E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASQWb', symObjAddr: 0x7E0, symBinAddr: 0x8A90, symSize: 0x10 }
+ - { offsetInCU: 0x2D9, offset: 0x79E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACSQAAWl', symObjAddr: 0x7F0, symBinAddr: 0x8AA0, symSize: 0x30 }
+ - { offsetInCU: 0x2ED, offset: 0x79E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x820, symBinAddr: 0x8AD0, symSize: 0x10 }
+ - { offsetInCU: 0x301, offset: 0x79E45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x830, symBinAddr: 0x8AE0, symSize: 0x30 }
+ - { offsetInCU: 0x315, offset: 0x79E59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x860, symBinAddr: 0x8B10, symSize: 0x10 }
+ - { offsetInCU: 0x329, offset: 0x79E6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x870, symBinAddr: 0x8B20, symSize: 0x30 }
+ - { offsetInCU: 0x33D, offset: 0x79E81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwet', symObjAddr: 0x8C0, symBinAddr: 0x8B50, symSize: 0x80 }
+ - { offsetInCU: 0x351, offset: 0x79E95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwst', symObjAddr: 0x940, symBinAddr: 0x8BD0, symSize: 0xD0 }
+ - { offsetInCU: 0x365, offset: 0x79EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwug', symObjAddr: 0xA10, symBinAddr: 0x8CA0, symSize: 0x10 }
+ - { offsetInCU: 0x379, offset: 0x79EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwup', symObjAddr: 0xA20, symBinAddr: 0x8CB0, symSize: 0x10 }
+ - { offsetInCU: 0x38D, offset: 0x79ED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOwui', symObjAddr: 0xA30, symBinAddr: 0x8CC0, symSize: 0x10 }
+ - { offsetInCU: 0x3A1, offset: 0x79EE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOMa', symObjAddr: 0xA40, symBinAddr: 0x8CD0, symSize: 0x10 }
+ - { offsetInCU: 0x3F0, offset: 0x79F34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x520, symBinAddr: 0x87D0, symSize: 0x80 }
+ - { offsetInCU: 0x4BF, offset: 0x7A003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x5A0, symBinAddr: 0x8850, symSize: 0x50 }
+ - { offsetInCU: 0x53D, offset: 0x7A081, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x88A0, symSize: 0x30 }
+ - { offsetInCU: 0x58F, offset: 0x7A0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x620, symBinAddr: 0x88D0, symSize: 0x50 }
+ - { offsetInCU: 0x5EB, offset: 0x7A12F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x720, symBinAddr: 0x89D0, symSize: 0x20 }
+ - { offsetInCU: 0x607, offset: 0x7A14B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22CallCommandPayloadKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x740, symBinAddr: 0x89F0, symSize: 0x20 }
+ - { offsetInCU: 0x2B, offset: 0x7A33A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x8CE0, symSize: 0x70 }
+ - { offsetInCU: 0x4F, offset: 0x7A35E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvpZ', symObjAddr: 0xBD80, symBinAddr: 0x32BF78, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x7A378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvg', symObjAddr: 0x550, symBinAddr: 0x9230, symSize: 0x20 }
+ - { offsetInCU: 0x85, offset: 0x7A394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvs', symObjAddr: 0x590, symBinAddr: 0x9250, symSize: 0x30 }
+ - { offsetInCU: 0xA1, offset: 0x7A3B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvM', symObjAddr: 0x5E0, symBinAddr: 0x92A0, symSize: 0x10 }
+ - { offsetInCU: 0xBD, offset: 0x7A3CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAA9EventTypeOvM.resume.0', symObjAddr: 0x5F0, symBinAddr: 0x92B0, symSize: 0x10 }
+ - { offsetInCU: 0xD9, offset: 0x7A3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4typeAcA9EventTypeO_tcfC', symObjAddr: 0x620, symBinAddr: 0x92E0, symSize: 0x10 }
+ - { offsetInCU: 0xF7, offset: 0x7A406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvgZ', symObjAddr: 0x660, symBinAddr: 0x9320, symSize: 0x70 }
+ - { offsetInCU: 0x120, offset: 0x7A42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvsZ', symObjAddr: 0x6D0, symBinAddr: 0x9390, symSize: 0xA0 }
+ - { offsetInCU: 0x149, offset: 0x7A458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvMZ', symObjAddr: 0x770, symBinAddr: 0x9430, symSize: 0x60 }
+ - { offsetInCU: 0x172, offset: 0x7A481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvMZ.resume.0', symObjAddr: 0x7D0, symBinAddr: 0x9490, symSize: 0x10 }
+ - { offsetInCU: 0x18E, offset: 0x7A49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV2eeoiySbAC_ACtFZ', symObjAddr: 0x7E0, symBinAddr: 0x94A0, symSize: 0x70 }
+ - { offsetInCU: 0x1CB, offset: 0x7A4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x850, symBinAddr: 0x9510, symSize: 0x10 }
+ - { offsetInCU: 0x21F, offset: 0x7A52E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH9hashValueSivgTW', symObjAddr: 0x860, symBinAddr: 0x9520, symSize: 0x30 }
+ - { offsetInCU: 0x303, offset: 0x7A612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x890, symBinAddr: 0x9550, symSize: 0x20 }
+ - { offsetInCU: 0x384, offset: 0x7A693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x8E0, symBinAddr: 0x95A0, symSize: 0x10 }
+ - { offsetInCU: 0x3C4, offset: 0x7A6D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x8F0, symBinAddr: 0x95B0, symSize: 0x20 }
+ - { offsetInCU: 0x3F5, offset: 0x7A704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x910, symBinAddr: 0x95D0, symSize: 0x10 }
+ - { offsetInCU: 0x411, offset: 0x7A720, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x920, symBinAddr: 0x95E0, symSize: 0x10 }
+ - { offsetInCU: 0x42D, offset: 0x7A73C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xDD0, symBinAddr: 0x9A20, symSize: 0x60 }
+ - { offsetInCU: 0x471, offset: 0x7A780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLO11stringValueSSvgTf4d_n', symObjAddr: 0xE30, symBinAddr: 0x9A80, symSize: 0x20 }
+ - { offsetInCU: 0x48F, offset: 0x7A79E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV6encode2toys7Encoder_p_tKF', symObjAddr: 0x970, symBinAddr: 0x9630, symSize: 0xE0 }
+ - { offsetInCU: 0x4CE, offset: 0x7A7DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xB20, symBinAddr: 0x9770, symSize: 0x10 }
+ - { offsetInCU: 0x4F8, offset: 0x7A807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB30, symBinAddr: 0x9780, symSize: 0x30 }
+ - { offsetInCU: 0x52F, offset: 0x7A83E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB60, symBinAddr: 0x97B0, symSize: 0x20 }
+ - { offsetInCU: 0x580, offset: 0x7A88F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB80, symBinAddr: 0x97D0, symSize: 0x70 }
+ - { offsetInCU: 0x5B1, offset: 0x7A8C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xE50, symBinAddr: 0x9AA0, symSize: 0x100 }
+ - { offsetInCU: 0x7C9, offset: 0x7AAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueACSgSS_tcfC', symObjAddr: 0xBF0, symBinAddr: 0x9840, symSize: 0x10 }
+ - { offsetInCU: 0x7DD, offset: 0x7AAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueSSvg', symObjAddr: 0xC00, symBinAddr: 0x9850, symSize: 0x40 }
+ - { offsetInCU: 0x80B, offset: 0x7AB1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0x9890, symSize: 0x30 }
+ - { offsetInCU: 0x83D, offset: 0x7AB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xC70, symBinAddr: 0x98C0, symSize: 0x30 }
+ - { offsetInCU: 0x851, offset: 0x7AB60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0xF50, symBinAddr: 0x9BA0, symSize: 0x1C0 }
+ - { offsetInCU: 0x9E8, offset: 0x7ACF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOe', symObjAddr: 0x5C0, symBinAddr: 0x9280, symSize: 0x20 }
+ - { offsetInCU: 0x9FC, offset: 0x7AD0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7default_WZ', symObjAddr: 0x600, symBinAddr: 0x92C0, symSize: 0x20 }
+ - { offsetInCU: 0xA16, offset: 0x7AD25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV7defaultACvau', symObjAddr: 0x630, symBinAddr: 0x92F0, symSize: 0x30 }
+ - { offsetInCU: 0xA51, offset: 0x7AD60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs0F3KeyAAWl', symObjAddr: 0xAC0, symBinAddr: 0x9710, symSize: 0x30 }
+ - { offsetInCU: 0xA65, offset: 0x7AD74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSEAAWl', symObjAddr: 0xAF0, symBinAddr: 0x9740, symSize: 0x30 }
+ - { offsetInCU: 0xA79, offset: 0x7AD88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwCP', symObjAddr: 0x1110, symBinAddr: 0x9D60, symSize: 0x40 }
+ - { offsetInCU: 0xA8D, offset: 0x7AD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwxx', symObjAddr: 0x1150, symBinAddr: 0x9DA0, symSize: 0x20 }
+ - { offsetInCU: 0xAA1, offset: 0x7ADB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwcp', symObjAddr: 0x1170, symBinAddr: 0x9DC0, symSize: 0x40 }
+ - { offsetInCU: 0xAB5, offset: 0x7ADC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwca', symObjAddr: 0x11B0, symBinAddr: 0x9E00, symSize: 0x80 }
+ - { offsetInCU: 0xAC9, offset: 0x7ADD8, size: 0x8, addend: 0x0, symName: '_$sSS3raw_tWOh', symObjAddr: 0x1230, symBinAddr: 0x9E80, symSize: 0x30 }
+ - { offsetInCU: 0xADD, offset: 0x7ADEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwta', symObjAddr: 0x1270, symBinAddr: 0x9EB0, symSize: 0x50 }
+ - { offsetInCU: 0xAF1, offset: 0x7AE00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwet', symObjAddr: 0x12C0, symBinAddr: 0x9F00, symSize: 0x50 }
+ - { offsetInCU: 0xB05, offset: 0x7AE14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVwst', symObjAddr: 0x1310, symBinAddr: 0x9F50, symSize: 0x50 }
+ - { offsetInCU: 0xB19, offset: 0x7AE28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVMa', symObjAddr: 0x1360, symBinAddr: 0x9FA0, symSize: 0x10 }
+ - { offsetInCU: 0xB2D, offset: 0x7AE3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwCP', symObjAddr: 0x1370, symBinAddr: 0x9FB0, symSize: 0x40 }
+ - { offsetInCU: 0xB41, offset: 0x7AE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwxx', symObjAddr: 0x13B0, symBinAddr: 0x9FF0, symSize: 0x20 }
+ - { offsetInCU: 0xB55, offset: 0x7AE64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwcp', symObjAddr: 0x13D0, symBinAddr: 0xA010, symSize: 0x40 }
+ - { offsetInCU: 0xB69, offset: 0x7AE78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwca', symObjAddr: 0x1410, symBinAddr: 0xA050, symSize: 0x80 }
+ - { offsetInCU: 0xB7D, offset: 0x7AE8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwta', symObjAddr: 0x1490, symBinAddr: 0xA0D0, symSize: 0x50 }
+ - { offsetInCU: 0xB91, offset: 0x7AEA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwet', symObjAddr: 0x14E0, symBinAddr: 0xA120, symSize: 0x50 }
+ - { offsetInCU: 0xBA5, offset: 0x7AEB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwst', symObjAddr: 0x1530, symBinAddr: 0xA170, symSize: 0x50 }
+ - { offsetInCU: 0xBB9, offset: 0x7AEC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwug', symObjAddr: 0x1580, symBinAddr: 0xA1C0, symSize: 0x20 }
+ - { offsetInCU: 0xBCD, offset: 0x7AEDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwup', symObjAddr: 0x15A0, symBinAddr: 0xA1E0, symSize: 0x10 }
+ - { offsetInCU: 0xBE1, offset: 0x7AEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOwui', symObjAddr: 0x15B0, symBinAddr: 0xA1F0, symSize: 0x30 }
+ - { offsetInCU: 0xBF5, offset: 0x7AF04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOMa', symObjAddr: 0x15E0, symBinAddr: 0xA220, symSize: 0x10 }
+ - { offsetInCU: 0xC09, offset: 0x7AF18, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0x15F0, symBinAddr: 0xA230, symSize: 0x10 }
+ - { offsetInCU: 0xC1D, offset: 0x7AF2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwet', symObjAddr: 0x1610, symBinAddr: 0xA240, symSize: 0x50 }
+ - { offsetInCU: 0xC31, offset: 0x7AF40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwst', symObjAddr: 0x1660, symBinAddr: 0xA290, symSize: 0xA0 }
+ - { offsetInCU: 0xC45, offset: 0x7AF54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwug', symObjAddr: 0x1700, symBinAddr: 0xA330, symSize: 0x10 }
+ - { offsetInCU: 0xC59, offset: 0x7AF68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwup', symObjAddr: 0x1710, symBinAddr: 0xA340, symSize: 0x10 }
+ - { offsetInCU: 0xC6D, offset: 0x7AF7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOwui', symObjAddr: 0x1720, symBinAddr: 0xA350, symSize: 0x10 }
+ - { offsetInCU: 0xC81, offset: 0x7AF90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOMa', symObjAddr: 0x1730, symBinAddr: 0xA360, symSize: 0x10 }
+ - { offsetInCU: 0xC95, offset: 0x7AFA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASQWb', symObjAddr: 0x1740, symBinAddr: 0xA370, symSize: 0x10 }
+ - { offsetInCU: 0xCA9, offset: 0x7AFB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFSQAAWl', symObjAddr: 0x1750, symBinAddr: 0xA380, symSize: 0x30 }
+ - { offsetInCU: 0xCBD, offset: 0x7AFCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1780, symBinAddr: 0xA3B0, symSize: 0x10 }
+ - { offsetInCU: 0xCD1, offset: 0x7AFE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1790, symBinAddr: 0xA3C0, symSize: 0x30 }
+ - { offsetInCU: 0xCE5, offset: 0x7AFF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x17C0, symBinAddr: 0xA3F0, symSize: 0x10 }
+ - { offsetInCU: 0xCF9, offset: 0x7B008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x17D0, symBinAddr: 0xA400, symSize: 0x30 }
+ - { offsetInCU: 0xD0D, offset: 0x7B01C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSYAAWl', symObjAddr: 0x1800, symBinAddr: 0xA430, symSize: 0x30 }
+ - { offsetInCU: 0xD21, offset: 0x7B030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOACSeAAWl', symObjAddr: 0x1860, symBinAddr: 0xA460, symSize: 0x2E }
+ - { offsetInCU: 0xD5B, offset: 0x7B06A, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x8CE0, symSize: 0x70 }
+ - { offsetInCU: 0xDEA, offset: 0x7B0F9, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x70, symBinAddr: 0x8D50, symSize: 0x70 }
+ - { offsetInCU: 0xE79, offset: 0x7B188, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0xE0, symBinAddr: 0x8DC0, symSize: 0x70 }
+ - { offsetInCU: 0xF08, offset: 0x7B217, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x150, symBinAddr: 0x8E30, symSize: 0x70 }
+ - { offsetInCU: 0xF97, offset: 0x7B2A6, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x1C0, symBinAddr: 0x8EA0, symSize: 0x190 }
+ - { offsetInCU: 0x1026, offset: 0x7B335, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x350, symBinAddr: 0x9030, symSize: 0xD0 }
+ - { offsetInCU: 0x10B5, offset: 0x7B3C4, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls9EventTypeO_Tg5', symObjAddr: 0x420, symBinAddr: 0x9100, symSize: 0xB0 }
+ - { offsetInCU: 0x1145, offset: 0x7B454, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls10PacketInfoV4KindO_Tgq5', symObjAddr: 0x4D0, symBinAddr: 0x91B0, symSize: 0x80 }
+ - { offsetInCU: 0x11E1, offset: 0x7B4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8B0, symBinAddr: 0x9570, symSize: 0x30 }
+ - { offsetInCU: 0x1284, offset: 0x7B593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x930, symBinAddr: 0x95F0, symSize: 0x20 }
+ - { offsetInCU: 0x12A0, offset: 0x7B5AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoV10CodingKeys33_3E4BE291C126D66AA01B1C29B18AF23FLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x950, symBinAddr: 0x9610, symSize: 0x20 }
+ - { offsetInCU: 0x12D1, offset: 0x7B5E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xCA0, symBinAddr: 0x98F0, symSize: 0x90 }
+ - { offsetInCU: 0x1355, offset: 0x7B664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD30, symBinAddr: 0x9980, symSize: 0x50 }
+ - { offsetInCU: 0x1378, offset: 0x7B687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD80, symBinAddr: 0x99D0, symSize: 0x40 }
+ - { offsetInCU: 0x139B, offset: 0x7B6AA, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4dd_n', symObjAddr: 0xDC0, symBinAddr: 0x9A10, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x7B8FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xA490, symSize: 0x30 }
+ - { offsetInCU: 0x63, offset: 0x7B910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvs', symObjAddr: 0x30, symBinAddr: 0xA4C0, symSize: 0x30 }
+ - { offsetInCU: 0x77, offset: 0x7B924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvM', symObjAddr: 0x60, symBinAddr: 0xA4F0, symSize: 0x30 }
+ - { offsetInCU: 0x8B, offset: 0x7B938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC7isValidSbvM.resume.0', symObjAddr: 0x90, symBinAddr: 0xA520, symSize: 0x10 }
+ - { offsetInCU: 0xA7, offset: 0x7B954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC3mosSdSgvg', symObjAddr: 0xA0, symBinAddr: 0xA530, symSize: 0x50 }
+ - { offsetInCU: 0xC6, offset: 0x7B973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11packetsSents5Int64VSgvg', symObjAddr: 0xF0, symBinAddr: 0xA580, symSize: 0x50 }
+ - { offsetInCU: 0xE5, offset: 0x7B992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16totalPacketsSents5Int64VSgvg', symObjAddr: 0x140, symBinAddr: 0xA5D0, symSize: 0x50 }
+ - { offsetInCU: 0x104, offset: 0x7B9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC9bytesSents5Int64VSgvg', symObjAddr: 0x190, symBinAddr: 0xA620, symSize: 0x50 }
+ - { offsetInCU: 0x123, offset: 0x7B9D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC14totalBytesSents5Int64VSgvg', symObjAddr: 0x1E0, symBinAddr: 0xA670, symSize: 0x50 }
+ - { offsetInCU: 0x142, offset: 0x7B9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x230, symBinAddr: 0xA6C0, symSize: 0x50 }
+ - { offsetInCU: 0x161, offset: 0x7BA0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC29totalRetransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x280, symBinAddr: 0xA710, symSize: 0x50 }
+ - { offsetInCU: 0x180, offset: 0x7BA2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x2D0, symBinAddr: 0xA760, symSize: 0x50 }
+ - { offsetInCU: 0x19F, offset: 0x7BA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC27totalRetransmittedBytesSents5Int64VSgvg', symObjAddr: 0x320, symBinAddr: 0xA7B0, symSize: 0x50 }
+ - { offsetInCU: 0x1BE, offset: 0x7BA6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13targetBitrates5Int64VSgvg', symObjAddr: 0x370, symBinAddr: 0xA800, symSize: 0x50 }
+ - { offsetInCU: 0x1DD, offset: 0x7BA8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17outboundNackCounts5Int64VSgvg', symObjAddr: 0x3C0, symBinAddr: 0xA850, symSize: 0x50 }
+ - { offsetInCU: 0x1FC, offset: 0x7BAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC6jitterSdSgvg', symObjAddr: 0x410, symBinAddr: 0xA8A0, symSize: 0x50 }
+ - { offsetInCU: 0x21B, offset: 0x7BAC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11packetsLosts5Int64VSgvg', symObjAddr: 0x460, symBinAddr: 0xA8F0, symSize: 0x50 }
+ - { offsetInCU: 0x23A, offset: 0x7BAE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x4B0, symBinAddr: 0xA940, symSize: 0x50 }
+ - { offsetInCU: 0x259, offset: 0x7BB06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15packetsReceiveds5Int64VSgvg', symObjAddr: 0x500, symBinAddr: 0xA990, symSize: 0x50 }
+ - { offsetInCU: 0x278, offset: 0x7BB25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x550, symBinAddr: 0xA9E0, symSize: 0x50 }
+ - { offsetInCU: 0x297, offset: 0x7BB44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21totalPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x5A0, symBinAddr: 0xAA30, symSize: 0x50 }
+ - { offsetInCU: 0x2B6, offset: 0x7BB63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC23totalFecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x5F0, symBinAddr: 0xAA80, symSize: 0x50 }
+ - { offsetInCU: 0x2D5, offset: 0x7BB82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x640, symBinAddr: 0xAAD0, symSize: 0x50 }
+ - { offsetInCU: 0x2F4, offset: 0x7BBA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24totalFecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x690, symBinAddr: 0xAB20, symSize: 0x50 }
+ - { offsetInCU: 0x313, offset: 0x7BBC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13bytesReceiveds5Int64VSgvg', symObjAddr: 0x6E0, symBinAddr: 0xAB70, symSize: 0x50 }
+ - { offsetInCU: 0x332, offset: 0x7BBDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x730, symBinAddr: 0xABC0, symSize: 0x50 }
+ - { offsetInCU: 0x351, offset: 0x7BBFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17jitterBufferDelaySdSgvg', symObjAddr: 0x780, symBinAddr: 0xAC10, symSize: 0x50 }
+ - { offsetInCU: 0x370, offset: 0x7BC1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x7D0, symBinAddr: 0xAC60, symSize: 0x50 }
+ - { offsetInCU: 0x38F, offset: 0x7BC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x820, symBinAddr: 0xACB0, symSize: 0x50 }
+ - { offsetInCU: 0x3AE, offset: 0x7BC5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x870, symBinAddr: 0xAD00, symSize: 0x50 }
+ - { offsetInCU: 0x3CD, offset: 0x7BC7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15samplesReceiveds5Int64VSgvg', symObjAddr: 0x8C0, symBinAddr: 0xAD50, symSize: 0x50 }
+ - { offsetInCU: 0x3EC, offset: 0x7BC99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21totalConcealedSampless5Int64VSgvg', symObjAddr: 0x910, symBinAddr: 0xADA0, symSize: 0x50 }
+ - { offsetInCU: 0x40B, offset: 0x7BCB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC16concealedSampless5Int64VSgvg', symObjAddr: 0x960, symBinAddr: 0xADF0, symSize: 0x50 }
+ - { offsetInCU: 0x42A, offset: 0x7BCD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21concealedSamplesRatioSdSgvg', symObjAddr: 0x9B0, symBinAddr: 0xAE40, symSize: 0x50 }
+ - { offsetInCU: 0x449, offset: 0x7BCF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC27totalSilentConcealedSampless5Int64VSgvg', symObjAddr: 0xA00, symBinAddr: 0xAE90, symSize: 0x50 }
+ - { offsetInCU: 0x468, offset: 0x7BD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22silentConcealedSampless5Int64VSgvg', symObjAddr: 0xA50, symBinAddr: 0xAEE0, symSize: 0x50 }
+ - { offsetInCU: 0x487, offset: 0x7BD34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC35totalInsertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xAA0, symBinAddr: 0xAF30, symSize: 0x50 }
+ - { offsetInCU: 0x4A6, offset: 0x7BD53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xAF0, symBinAddr: 0xAF80, symSize: 0x50 }
+ - { offsetInCU: 0x4C5, offset: 0x7BD72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC34totalRemovedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xB40, symBinAddr: 0xAFD0, symSize: 0x50 }
+ - { offsetInCU: 0x4F4, offset: 0x7BDA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xB90, symBinAddr: 0xB020, symSize: 0x50 }
+ - { offsetInCU: 0x523, offset: 0x7BDD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC12remoteJitterSdSgvg', symObjAddr: 0xBE0, symBinAddr: 0xB070, symSize: 0x50 }
+ - { offsetInCU: 0x542, offset: 0x7BDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC22remoteTotalPacketsLosts5Int64VSgvg', symObjAddr: 0xC30, symBinAddr: 0xB0C0, symSize: 0x50 }
+ - { offsetInCU: 0x561, offset: 0x7BE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC21remotePacketsLostRateSdSgvg', symObjAddr: 0xC80, symBinAddr: 0xB110, symSize: 0x50 }
+ - { offsetInCU: 0x580, offset: 0x7BE2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC9remoteRttSdSgvg', symObjAddr: 0xCD0, symBinAddr: 0xB160, symSize: 0x50 }
+ - { offsetInCU: 0x59F, offset: 0x7BE4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC18remoteFractionLostSdSgvg', symObjAddr: 0xD20, symBinAddr: 0xB1B0, symSize: 0x50 }
+ - { offsetInCU: 0x5BE, offset: 0x7BE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC17remotePacketsLosts5Int64VSgvg', symObjAddr: 0xD70, symBinAddr: 0xB200, symSize: 0x50 }
+ - { offsetInCU: 0x5DD, offset: 0x7BE8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15packetsLostRateSdSgvg', symObjAddr: 0xDC0, symBinAddr: 0xB250, symSize: 0x50 }
+ - { offsetInCU: 0x5FC, offset: 0x7BEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0xE10, symBinAddr: 0xB2A0, symSize: 0x50 }
+ - { offsetInCU: 0x61B, offset: 0x7BEC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0xE60, symBinAddr: 0xB2F0, symSize: 0x50 }
+ - { offsetInCU: 0x63A, offset: 0x7BEE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0xEB0, symBinAddr: 0xB340, symSize: 0x10 }
+ - { offsetInCU: 0x64E, offset: 0x7BEFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11flushValuesyyF', symObjAddr: 0xEC0, symBinAddr: 0xB350, symSize: 0x680 }
+ - { offsetInCU: 0xB87, offset: 0x7C434, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x1540, symBinAddr: 0xB9D0, symSize: 0x10B0 }
+ - { offsetInCU: 0xFC2, offset: 0x7C86F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x25F0, symBinAddr: 0xCA80, symSize: 0x250 }
+ - { offsetInCU: 0x1092, offset: 0x7C93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0x2840, symBinAddr: 0xCCD0, symSize: 0x10 }
+ - { offsetInCU: 0x110D, offset: 0x7C9BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCfd', symObjAddr: 0x2850, symBinAddr: 0xCCE0, symSize: 0x210 }
+ - { offsetInCU: 0x113A, offset: 0x7C9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCfD', symObjAddr: 0x2A60, symBinAddr: 0xCEF0, symSize: 0x20 }
+ - { offsetInCU: 0x1167, offset: 0x7CA14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCACycfC', symObjAddr: 0x2A80, symBinAddr: 0xCF10, symSize: 0x30 }
+ - { offsetInCU: 0x1185, offset: 0x7CA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCACycfc', symObjAddr: 0x2AB0, symBinAddr: 0xCF40, symSize: 0x1010 }
+ - { offsetInCU: 0x1970, offset: 0x7D21D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0x3AC0, symBinAddr: 0xDF50, symSize: 0x30 }
+ - { offsetInCU: 0x19B1, offset: 0x7D25E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0x3AF0, symBinAddr: 0xDF80, symSize: 0x30 }
+ - { offsetInCU: 0x19F2, offset: 0x7D29F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0x3B20, symBinAddr: 0xDFB0, symSize: 0x30 }
+ - { offsetInCU: 0x1A33, offset: 0x7D2E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0x3B50, symBinAddr: 0xDFE0, symSize: 0x10 }
+ - { offsetInCU: 0x1A65, offset: 0x7D312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0x3B60, symBinAddr: 0xDFF0, symSize: 0x10 }
+ - { offsetInCU: 0x1A88, offset: 0x7D335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0x3B70, symBinAddr: 0xE000, symSize: 0x10 }
+ - { offsetInCU: 0x1ABA, offset: 0x7D367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0x3B80, symBinAddr: 0xE010, symSize: 0x10 }
+ - { offsetInCU: 0x1AED, offset: 0x7D39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0x3B90, symBinAddr: 0xE020, symSize: 0x16990 }
+ - { offsetInCU: 0x1CDA, offset: 0x7D587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0x1A5F0, symBinAddr: 0x24A10, symSize: 0xB60 }
+ - { offsetInCU: 0x2607, offset: 0x7DEB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs0eF0AAWl', symObjAddr: 0x1A590, symBinAddr: 0x249B0, symSize: 0x30 }
+ - { offsetInCU: 0x261B, offset: 0x7DEC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs06CodingE0AAWl', symObjAddr: 0x1A5C0, symBinAddr: 0x249E0, symSize: 0x30 }
+ - { offsetInCU: 0x27A5, offset: 0x7E052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AudioStatisticsCMa', symObjAddr: 0x1B150, symBinAddr: 0x25570, symSize: 0x20 }
+ - { offsetInCU: 0x27B9, offset: 0x7E066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOb', symObjAddr: 0x1B1A0, symBinAddr: 0x255C0, symSize: 0x40 }
+ - { offsetInCU: 0x27CD, offset: 0x7E07A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOWOb', symObjAddr: 0x1B1E0, symBinAddr: 0x25600, symSize: 0x30 }
+ - { offsetInCU: 0x27E1, offset: 0x7E08E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOe', symObjAddr: 0x1B220, symBinAddr: 0x25640, symSize: 0x120 }
+ - { offsetInCU: 0x27F5, offset: 0x7E0A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSgWOe', symObjAddr: 0x1B350, symBinAddr: 0x25770, symSize: 0x120 }
+ - { offsetInCU: 0x2809, offset: 0x7E0B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOs', symObjAddr: 0x1B470, symBinAddr: 0x25890, symSize: 0x6A0 }
+ - { offsetInCU: 0x281D, offset: 0x7E0CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOWOb', symObjAddr: 0x1BB10, symBinAddr: 0x25F30, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x7E4A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x25F70, symSize: 0x260 }
+ - { offsetInCU: 0xBE, offset: 0x7E519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomId07messageH011commandTypeACSS_SSAA0F5TypesO0D0Otcfc', symObjAddr: 0x3B0, symBinAddr: 0x26220, symSize: 0x30 }
+ - { offsetInCU: 0xF7, offset: 0x7E552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCfd', symObjAddr: 0x3E0, symBinAddr: 0x26250, symSize: 0x20 }
+ - { offsetInCU: 0x114, offset: 0x7E56F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvg', symObjAddr: 0x400, symBinAddr: 0x26270, symSize: 0x30 }
+ - { offsetInCU: 0x130, offset: 0x7E58B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvs', symObjAddr: 0x430, symBinAddr: 0x262A0, symSize: 0x30 }
+ - { offsetInCU: 0x14C, offset: 0x7E5A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvM', symObjAddr: 0x460, symBinAddr: 0x262D0, symSize: 0x30 }
+ - { offsetInCU: 0x168, offset: 0x7E5C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9inputTypeAA0e5InputH0OSgvM.resume.0', symObjAddr: 0x490, symBinAddr: 0x26300, symSize: 0x10 }
+ - { offsetInCU: 0x184, offset: 0x7E5DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC9messageIdSSvg', symObjAddr: 0x4A0, symBinAddr: 0x26310, symSize: 0x30 }
+ - { offsetInCU: 0x198, offset: 0x7E5F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC11commandTypeAA0F5TypesO0D0Ovg', symObjAddr: 0x4D0, symBinAddr: 0x26340, symSize: 0x10 }
+ - { offsetInCU: 0x1B4, offset: 0x7E60F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC7versionSivg', symObjAddr: 0x4E0, symBinAddr: 0x26350, symSize: 0x10 }
+ - { offsetInCU: 0x1D0, offset: 0x7E62B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomIdSSvg', symObjAddr: 0x4F0, symBinAddr: 0x26360, symSize: 0x30 }
+ - { offsetInCU: 0x1EC, offset: 0x7E647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0x520, symBinAddr: 0x26390, symSize: 0x10 }
+ - { offsetInCU: 0x22E, offset: 0x7E689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x530, symBinAddr: 0x263A0, symSize: 0x70 }
+ - { offsetInCU: 0x269, offset: 0x7E6C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x5A0, symBinAddr: 0x26410, symSize: 0x70 }
+ - { offsetInCU: 0x2AC, offset: 0x7E707, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x610, symBinAddr: 0x26480, symSize: 0x10 }
+ - { offsetInCU: 0x2D3, offset: 0x7E72E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x620, symBinAddr: 0x26490, symSize: 0x10 }
+ - { offsetInCU: 0x2FA, offset: 0x7E755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x630, symBinAddr: 0x264A0, symSize: 0x20 }
+ - { offsetInCU: 0x331, offset: 0x7E78C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x650, symBinAddr: 0x264C0, symSize: 0x20 }
+ - { offsetInCU: 0x386, offset: 0x7E7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x7C0, symBinAddr: 0x26630, symSize: 0x80 }
+ - { offsetInCU: 0x3C7, offset: 0x7E822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x840, symBinAddr: 0x266B0, symSize: 0x30 }
+ - { offsetInCU: 0x3DB, offset: 0x7E836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x870, symBinAddr: 0x266E0, symSize: 0x10 }
+ - { offsetInCU: 0x411, offset: 0x7E86C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x880, symBinAddr: 0x266F0, symSize: 0x80 }
+ - { offsetInCU: 0x469, offset: 0x7E8C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x900, symBinAddr: 0x26770, symSize: 0x10 }
+ - { offsetInCU: 0x485, offset: 0x7E8E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x910, symBinAddr: 0x26780, symSize: 0x10 }
+ - { offsetInCU: 0x4AC, offset: 0x7E907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x960, symBinAddr: 0x267D0, symSize: 0x40 }
+ - { offsetInCU: 0x513, offset: 0x7E96E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC6roomId07messageH011commandTypeACSS_SSAA0F5TypesO0D0OtcfC', symObjAddr: 0x9A0, symBinAddr: 0x26810, symSize: 0x70 }
+ - { offsetInCU: 0x58B, offset: 0x7E9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCfD', symObjAddr: 0xA10, symBinAddr: 0x26880, symSize: 0x30 }
+ - { offsetInCU: 0x5CE, offset: 0x7EA29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xB00, symBinAddr: 0x26970, symSize: 0x20 }
+ - { offsetInCU: 0x5F1, offset: 0x7EA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableA2aDP7versionSivgTW', symObjAddr: 0xB20, symBinAddr: 0x26990, symSize: 0x10 }
+ - { offsetInCU: 0x61C, offset: 0x7EA77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xB30, symBinAddr: 0x269A0, symSize: 0x30 }
+ - { offsetInCU: 0x64E, offset: 0x7EAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0eF0A2aDP9inputTypeAA0e5InputH0OSgvgTW', symObjAddr: 0xB90, symBinAddr: 0x26A00, symSize: 0x20 }
+ - { offsetInCU: 0x66A, offset: 0x7EAC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0eF0A2aDP014shouldWaitPushE0SbvgTW', symObjAddr: 0xBB0, symBinAddr: 0x26A20, symSize: 0x10 }
+ - { offsetInCU: 0x687, offset: 0x7EAE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCMa', symObjAddr: 0x300, symBinAddr: 0x261D0, symSize: 0x20 }
+ - { offsetInCU: 0x69B, offset: 0x7EAF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESeAAWl', symObjAddr: 0x350, symBinAddr: 0x261F0, symSize: 0x30 }
+ - { offsetInCU: 0x6D0, offset: 0x7EB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xA40, symBinAddr: 0x268B0, symSize: 0x10 }
+ - { offsetInCU: 0x6E4, offset: 0x7EB3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xA50, symBinAddr: 0x268C0, symSize: 0x30 }
+ - { offsetInCU: 0x6F8, offset: 0x7EB53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA80, symBinAddr: 0x268F0, symSize: 0x10 }
+ - { offsetInCU: 0x70C, offset: 0x7EB67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xA90, symBinAddr: 0x26900, symSize: 0x30 }
+ - { offsetInCU: 0x720, offset: 0x7EB7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xAC0, symBinAddr: 0x26930, symSize: 0x10 }
+ - { offsetInCU: 0x734, offset: 0x7EB8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xAD0, symBinAddr: 0x26940, symSize: 0x30 }
+ - { offsetInCU: 0x748, offset: 0x7EBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA0dE11CommandableAAWI', symObjAddr: 0xB60, symBinAddr: 0x269D0, symSize: 0x30 }
+ - { offsetInCU: 0x75C, offset: 0x7EBB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA11RespondableAAWI', symObjAddr: 0xBC0, symBinAddr: 0x26A30, symSize: 0x40 }
+ - { offsetInCU: 0x770, offset: 0x7EBCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA8ResponseAAWI', symObjAddr: 0xC00, symBinAddr: 0x26A70, symSize: 0x30 }
+ - { offsetInCU: 0x784, offset: 0x7EBDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0xC60, symBinAddr: 0x26AD0, symSize: 0x30 }
+ - { offsetInCU: 0x798, offset: 0x7EBF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwet', symObjAddr: 0xDA0, symBinAddr: 0x26BF0, symSize: 0x80 }
+ - { offsetInCU: 0x7AC, offset: 0x7EC07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwst', symObjAddr: 0xE20, symBinAddr: 0x26C70, symSize: 0xD0 }
+ - { offsetInCU: 0x7C0, offset: 0x7EC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwug', symObjAddr: 0xEF0, symBinAddr: 0x26D40, symSize: 0x10 }
+ - { offsetInCU: 0x7D4, offset: 0x7EC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwup', symObjAddr: 0xF00, symBinAddr: 0x26D50, symSize: 0x10 }
+ - { offsetInCU: 0x7E8, offset: 0x7EC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOwui', symObjAddr: 0xF10, symBinAddr: 0x26D60, symSize: 0x10 }
+ - { offsetInCU: 0x7FC, offset: 0x7EC57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOMa', symObjAddr: 0xF20, symBinAddr: 0x26D70, symSize: 0xA }
+ - { offsetInCU: 0x84B, offset: 0x7ECA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x670, symBinAddr: 0x264E0, symSize: 0x80 }
+ - { offsetInCU: 0x91A, offset: 0x7ED75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x6F0, symBinAddr: 0x26560, symSize: 0x50 }
+ - { offsetInCU: 0x998, offset: 0x7EDF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x740, symBinAddr: 0x265B0, symSize: 0x30 }
+ - { offsetInCU: 0x9EA, offset: 0x7EE45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x770, symBinAddr: 0x265E0, symSize: 0x50 }
+ - { offsetInCU: 0xA46, offset: 0x7EEA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x920, symBinAddr: 0x26790, symSize: 0x20 }
+ - { offsetInCU: 0xA62, offset: 0x7EEBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x940, symBinAddr: 0x267B0, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x7F119, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvpACTK', symObjAddr: 0x0, symBinAddr: 0x26D80, symSize: 0x70 }
+ - { offsetInCU: 0x57, offset: 0x7F131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvpACTk', symObjAddr: 0x70, symBinAddr: 0x26DF0, symSize: 0x90 }
+ - { offsetInCU: 0x7B, offset: 0x7F155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvg', symObjAddr: 0x100, symBinAddr: 0x26E80, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x7F171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvs', symObjAddr: 0x160, symBinAddr: 0x26EE0, symSize: 0x50 }
+ - { offsetInCU: 0xB3, offset: 0x7F18D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvM', symObjAddr: 0x1D0, symBinAddr: 0x26F50, symSize: 0x30 }
+ - { offsetInCU: 0xCF, offset: 0x7F1A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC21dialCompletionHandleryAA8SBCErrorCSgcSgvM.resume.0', symObjAddr: 0x200, symBinAddr: 0x26F80, symSize: 0x10 }
+ - { offsetInCU: 0xEB, offset: 0x7F1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC4dial7context6params17completionHandleryAA17DirectCallContext_p_AA10DialParamsCyAA8SBCErrorCSgctF', symObjAddr: 0x210, symBinAddr: 0x26F90, symSize: 0x140 }
+ - { offsetInCU: 0x15F, offset: 0x7F239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC3end7context12errorHandleryAA17DirectCallContext_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x350, symBinAddr: 0x270D0, symSize: 0x100 }
+ - { offsetInCU: 0x232, offset: 0x7F30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC17didReceiveDialACK7context23initialLocalConstraintsyAA17DirectCallContext_p_AA0oM0CSgtF', symObjAddr: 0x450, symBinAddr: 0x271D0, symSize: 0x120 }
+ - { offsetInCU: 0x2DF, offset: 0x7F3B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateC23didFailToReceiveDialACK7context5erroryAA17DirectCallContext_p_AA8SBCErrorCtF', symObjAddr: 0x570, symBinAddr: 0x272F0, symSize: 0xF0 }
+ - { offsetInCU: 0x395, offset: 0x7F46F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCACycfC', symObjAddr: 0x660, symBinAddr: 0x273E0, symSize: 0x20 }
+ - { offsetInCU: 0x3D2, offset: 0x7F4AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCACycfc', symObjAddr: 0x680, symBinAddr: 0x27400, symSize: 0x20 }
+ - { offsetInCU: 0x3EF, offset: 0x7F4C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfd', symObjAddr: 0x6C0, symBinAddr: 0x27440, symSize: 0x20 }
+ - { offsetInCU: 0x42A, offset: 0x7F504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfD', symObjAddr: 0x6E0, symBinAddr: 0x27460, symSize: 0x30 }
+ - { offsetInCU: 0x476, offset: 0x7F550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_SgWOy', symObjAddr: 0x140, symBinAddr: 0x26EC0, symSize: 0x20 }
+ - { offsetInCU: 0x48A, offset: 0x7F564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_SgWOe', symObjAddr: 0x1B0, symBinAddr: 0x26F30, symSize: 0x20 }
+ - { offsetInCU: 0x584, offset: 0x7F65E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCfE', symObjAddr: 0x6A0, symBinAddr: 0x27420, symSize: 0x20 }
+ - { offsetInCU: 0x5B1, offset: 0x7F68B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9IdleStateCMa', symObjAddr: 0x730, symBinAddr: 0x274B0, symSize: 0x20 }
+ - { offsetInCU: 0x5C5, offset: 0x7F69F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TRTA', symObjAddr: 0x7E0, symBinAddr: 0x27560, symSize: 0x20 }
+ - { offsetInCU: 0x5D9, offset: 0x7F6B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TRTA', symObjAddr: 0x800, symBinAddr: 0x27580, symSize: 0x20 }
+ - { offsetInCU: 0x6D, offset: 0x7F981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvgTo', symObjAddr: 0x0, symBinAddr: 0x275B0, symSize: 0x20 }
+ - { offsetInCU: 0xA8, offset: 0x7F9BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4roleAA0dE0C0F4RoleOvg', symObjAddr: 0x20, symBinAddr: 0x275D0, symSize: 0x20 }
+ - { offsetInCU: 0x137, offset: 0x7FA4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6active4roleACSS_SSSgAJSDyS2SGSgSbSgAA0dE0C0F4RoleOtcfC', symObjAddr: 0x40, symBinAddr: 0x275F0, symSize: 0xB0 }
+ - { offsetInCU: 0x19F, offset: 0x7FAB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6active4roleACSS_SSSgAJSDyS2SGSgSbSgAA0dE0C0F4RoleOtcfc', symObjAddr: 0xF0, symBinAddr: 0x276A0, symSize: 0x80 }
+ - { offsetInCU: 0x216, offset: 0x7FB2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x170, symBinAddr: 0x27720, symSize: 0x40 }
+ - { offsetInCU: 0x23B, offset: 0x7FB4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1B0, symBinAddr: 0x27760, symSize: 0x1D0 }
+ - { offsetInCU: 0x2F6, offset: 0x7FC0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6encode2toys7Encoder_p_tKF', symObjAddr: 0x380, symBinAddr: 0x27930, symSize: 0x140 }
+ - { offsetInCU: 0x391, offset: 0x7FCA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0x500, symBinAddr: 0x27AB0, symSize: 0x70 }
+ - { offsetInCU: 0x3D4, offset: 0x7FCE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0x570, symBinAddr: 0x27B20, symSize: 0x20 }
+ - { offsetInCU: 0x414, offset: 0x7FD28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x590, symBinAddr: 0x27B40, symSize: 0x10 }
+ - { offsetInCU: 0x45F, offset: 0x7FD73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x27B50, symSize: 0x70 }
+ - { offsetInCU: 0x4AA, offset: 0x7FDBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x610, symBinAddr: 0x27BC0, symSize: 0x10 }
+ - { offsetInCU: 0x4C6, offset: 0x7FDDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x27BD0, symSize: 0x10 }
+ - { offsetInCU: 0x4E2, offset: 0x7FDF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO11stringValueSSvgTf4d_n', symObjAddr: 0xF40, symBinAddr: 0x28460, symSize: 0x15 }
+ - { offsetInCU: 0x550, offset: 0x7FE64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfC', symObjAddr: 0x670, symBinAddr: 0x27C20, symSize: 0x30 }
+ - { offsetInCU: 0x5AF, offset: 0x7FEC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfc', symObjAddr: 0x6A0, symBinAddr: 0x27C50, symSize: 0x30 }
+ - { offsetInCU: 0x612, offset: 0x7FF26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCfD', symObjAddr: 0x6D0, symBinAddr: 0x27C80, symSize: 0x30 }
+ - { offsetInCU: 0x71A, offset: 0x8002E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4hashSivgTo', symObjAddr: 0x700, symBinAddr: 0x27CB0, symSize: 0x90 }
+ - { offsetInCU: 0x7E2, offset: 0x800F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4hashSivg', symObjAddr: 0x790, symBinAddr: 0x27D40, symSize: 0x70 }
+ - { offsetInCU: 0x89F, offset: 0x801B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC7isEqualySbypSgF', symObjAddr: 0x800, symBinAddr: 0x27DB0, symSize: 0x140 }
+ - { offsetInCU: 0x91B, offset: 0x8022F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC7isEqualySbypSgFTo', symObjAddr: 0x940, symBinAddr: 0x27EF0, symSize: 0x90 }
+ - { offsetInCU: 0x937, offset: 0x8024B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x9D0, symBinAddr: 0x27F80, symSize: 0x130 }
+ - { offsetInCU: 0xA0D, offset: 0x80321, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xB00, symBinAddr: 0x280B0, symSize: 0x70 }
+ - { offsetInCU: 0xA29, offset: 0x8033D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs0G3KeyAAWl', symObjAddr: 0xBB0, symBinAddr: 0x28120, symSize: 0x30 }
+ - { offsetInCU: 0xA3D, offset: 0x80351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCMa', symObjAddr: 0xBE0, symBinAddr: 0x28150, symSize: 0x20 }
+ - { offsetInCU: 0xA51, offset: 0x80365, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0xC30, symBinAddr: 0x28170, symSize: 0x40 }
+ - { offsetInCU: 0xA65, offset: 0x80379, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0xC70, symBinAddr: 0x281B0, symSize: 0x30 }
+ - { offsetInCU: 0xA79, offset: 0x8038D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwet', symObjAddr: 0xD50, symBinAddr: 0x28270, symSize: 0x50 }
+ - { offsetInCU: 0xA8D, offset: 0x803A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwst', symObjAddr: 0xDA0, symBinAddr: 0x282C0, symSize: 0xA0 }
+ - { offsetInCU: 0xAA1, offset: 0x803B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwug', symObjAddr: 0xE40, symBinAddr: 0x28360, symSize: 0x10 }
+ - { offsetInCU: 0xAB5, offset: 0x803C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwup', symObjAddr: 0xE50, symBinAddr: 0x28370, symSize: 0x10 }
+ - { offsetInCU: 0xAC9, offset: 0x803DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOwui', symObjAddr: 0xE60, symBinAddr: 0x28380, symSize: 0x10 }
+ - { offsetInCU: 0xADD, offset: 0x803F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOMa', symObjAddr: 0xE70, symBinAddr: 0x28390, symSize: 0x10 }
+ - { offsetInCU: 0xAF1, offset: 0x80405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASQWb', symObjAddr: 0xE80, symBinAddr: 0x283A0, symSize: 0x10 }
+ - { offsetInCU: 0xB05, offset: 0x80419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFSQAAWl', symObjAddr: 0xE90, symBinAddr: 0x283B0, symSize: 0x30 }
+ - { offsetInCU: 0xB19, offset: 0x8042D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xEC0, symBinAddr: 0x283E0, symSize: 0x10 }
+ - { offsetInCU: 0xB2D, offset: 0x80441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xED0, symBinAddr: 0x283F0, symSize: 0x30 }
+ - { offsetInCU: 0xB41, offset: 0x80455, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF00, symBinAddr: 0x28420, symSize: 0x10 }
+ - { offsetInCU: 0xB55, offset: 0x80469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xF10, symBinAddr: 0x28430, symSize: 0x30 }
+ - { offsetInCU: 0xBF2, offset: 0x80506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C0, symBinAddr: 0x27A70, symSize: 0x10 }
+ - { offsetInCU: 0xC32, offset: 0x80546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH9hashValueSivgTW', symObjAddr: 0x4D0, symBinAddr: 0x27A80, symSize: 0x10 }
+ - { offsetInCU: 0xC72, offset: 0x80586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x27A90, symSize: 0x10 }
+ - { offsetInCU: 0xCB2, offset: 0x805C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x27AA0, symSize: 0x10 }
+ - { offsetInCU: 0xCE9, offset: 0x805FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x630, symBinAddr: 0x27BE0, symSize: 0x20 }
+ - { offsetInCU: 0xD05, offset: 0x80619, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x650, symBinAddr: 0x27C00, symSize: 0x20 }
+ - { offsetInCU: 0x43, offset: 0x8092D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x0, symBinAddr: 0x28480, symSize: 0x40 }
+ - { offsetInCU: 0x187, offset: 0x80A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0x40, symBinAddr: 0x284C0, symSize: 0x270 }
+ - { offsetInCU: 0x452, offset: 0x80D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x2B0, symBinAddr: 0x28730, symSize: 0x3F0 }
+ - { offsetInCU: 0x70B, offset: 0x80FF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA10EndRequestV_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x28B20, symSize: 0x290 }
+ - { offsetInCU: 0x980, offset: 0x8126A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA11DialRequestV_Tg5', symObjAddr: 0x930, symBinAddr: 0x28DB0, symSize: 0x290 }
+ - { offsetInCU: 0xBF5, offset: 0x814DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA11HoldRequestV_Tg5', symObjAddr: 0xBC0, symBinAddr: 0x29040, symSize: 0x290 }
+ - { offsetInCU: 0xE6A, offset: 0x81754, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA12AliveRequestV_Tg5', symObjAddr: 0xE50, symBinAddr: 0x292D0, symSize: 0x290 }
+ - { offsetInCU: 0x10DF, offset: 0x819C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA13AcceptRequestV_Tg5', symObjAddr: 0x10E0, symBinAddr: 0x29560, symSize: 0x290 }
+ - { offsetInCU: 0x1354, offset: 0x81C3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA13CancelRequestV_Tg5', symObjAddr: 0x1370, symBinAddr: 0x297F0, symSize: 0x290 }
+ - { offsetInCU: 0x15C9, offset: 0x81EB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14DeclineRequestV_Tg5', symObjAddr: 0x1600, symBinAddr: 0x29A80, symSize: 0x290 }
+ - { offsetInCU: 0x186E, offset: 0x82158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14GetRoomRequestV_Tg5', symObjAddr: 0x1890, symBinAddr: 0x29D10, symSize: 0x3C0 }
+ - { offsetInCU: 0x1B27, offset: 0x82411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA14TimeoutRequestV_Tg5', symObjAddr: 0x1C50, symBinAddr: 0x2A0D0, symSize: 0x290 }
+ - { offsetInCU: 0x1D9C, offset: 0x82686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA15NoAnswerRequestV_Tg5', symObjAddr: 0x1EE0, symBinAddr: 0x2A360, symSize: 0x290 }
+ - { offsetInCU: 0x2041, offset: 0x8292B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA16EnterRoomRequestV_Tg5', symObjAddr: 0x2170, symBinAddr: 0x2A5F0, symSize: 0x3E0 }
+ - { offsetInCU: 0x232A, offset: 0x82C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x2550, symBinAddr: 0x2A9D0, symSize: 0x3C0 }
+ - { offsetInCU: 0x25C3, offset: 0x82EAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x2910, symBinAddr: 0x2AD90, symSize: 0x3C0 }
+ - { offsetInCU: 0x287C, offset: 0x83166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA17UnknownEndRequestV_Tg5', symObjAddr: 0x2CD0, symBinAddr: 0x2B150, symSize: 0x290 }
+ - { offsetInCU: 0x2AF1, offset: 0x833DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA18CommandListRequestV_Tg5', symObjAddr: 0x2F60, symBinAddr: 0x2B3E0, symSize: 0x290 }
+ - { offsetInCU: 0x2D66, offset: 0x83650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA19AuthenticateRequestV_Tg5', symObjAddr: 0x31F0, symBinAddr: 0x2B670, symSize: 0x2F0 }
+ - { offsetInCU: 0x2FDB, offset: 0x838C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0x34E0, symBinAddr: 0x2B960, symSize: 0x290 }
+ - { offsetInCU: 0x3230, offset: 0x83B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0x3770, symBinAddr: 0x2BBF0, symSize: 0x270 }
+ - { offsetInCU: 0x34A1, offset: 0x83D8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0x39E0, symBinAddr: 0x2BE60, symSize: 0x290 }
+ - { offsetInCU: 0x3716, offset: 0x84000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0x3C70, symBinAddr: 0x2C0F0, symSize: 0x290 }
+ - { offsetInCU: 0x396B, offset: 0x84255, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0x3F00, symBinAddr: 0x2C380, symSize: 0x270 }
+ - { offsetInCU: 0x3BBC, offset: 0x844A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA21UpdateEndpointRequestV_Tg5', symObjAddr: 0x4170, symBinAddr: 0x2C5F0, symSize: 0x290 }
+ - { offsetInCU: 0x3E11, offset: 0x846FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0x4400, symBinAddr: 0x2C880, symSize: 0x270 }
+ - { offsetInCU: 0x4082, offset: 0x8496C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23RoomAudioSettingRequestV_Tg5', symObjAddr: 0x4670, symBinAddr: 0x2CAF0, symSize: 0x260 }
+ - { offsetInCU: 0x42F7, offset: 0x84BE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA23RoomVideoSettingRequestV_Tg5', symObjAddr: 0x48D0, symBinAddr: 0x2CD50, symSize: 0x260 }
+ - { offsetInCU: 0x454C, offset: 0x84E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0x4B30, symBinAddr: 0x2CFB0, symSize: 0x270 }
+ - { offsetInCU: 0x47D9, offset: 0x850C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24DeleteCustomItemsRequestV_Tg5', symObjAddr: 0x5010, symBinAddr: 0x2D490, symSize: 0x2E0 }
+ - { offsetInCU: 0x4A4B, offset: 0x85335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA24UpdateCustomItemsRequestV_Tg5', symObjAddr: 0x52F0, symBinAddr: 0x2D770, symSize: 0x290 }
+ - { offsetInCU: 0x4CC0, offset: 0x855AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0x5580, symBinAddr: 0x2DA00, symSize: 0x290 }
+ - { offsetInCU: 0x4F35, offset: 0x8581F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA28DeleteRoomCustomItemsRequestV_Tg5', symObjAddr: 0x5A80, symBinAddr: 0x2DF00, symSize: 0x290 }
+ - { offsetInCU: 0x51AA, offset: 0x85A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA28UpdateRoomCustomItemsRequestV_Tg5', symObjAddr: 0x5D10, symBinAddr: 0x2E190, symSize: 0x290 }
+ - { offsetInCU: 0x541F, offset: 0x85D09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFAA29DirectCallLogListQueryRequestV_Tg5', symObjAddr: 0x5FA0, symBinAddr: 0x2E420, symSize: 0x290 }
+ - { offsetInCU: 0x5638, offset: 0x85F22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tF', symObjAddr: 0x6230, symBinAddr: 0x2E6B0, symSize: 0x400 }
+ - { offsetInCU: 0x5808, offset: 0x860F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x6630, symBinAddr: 0x2EAB0, symSize: 0x40 }
+ - { offsetInCU: 0x5857, offset: 0x86141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0x6670, symBinAddr: 0x2EAF0, symSize: 0x350 }
+ - { offsetInCU: 0x5AE8, offset: 0x863D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x69C0, symBinAddr: 0x2EE40, symSize: 0x470 }
+ - { offsetInCU: 0x5D78, offset: 0x86662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA11DialRequestV_Tg5', symObjAddr: 0x6E30, symBinAddr: 0x2F2B0, symSize: 0x360 }
+ - { offsetInCU: 0x600A, offset: 0x868F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA11HoldRequestV_Tg5', symObjAddr: 0x7190, symBinAddr: 0x2F610, symSize: 0x360 }
+ - { offsetInCU: 0x629C, offset: 0x86B86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA13AcceptRequestV_Tg5', symObjAddr: 0x7860, symBinAddr: 0x2FCE0, symSize: 0x360 }
+ - { offsetInCU: 0x652E, offset: 0x86E18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA14GetRoomRequestV_Tg5', symObjAddr: 0x7F30, symBinAddr: 0x303B0, symSize: 0x440 }
+ - { offsetInCU: 0x67DC, offset: 0x870C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA14PushAckRequestV_Tg5', symObjAddr: 0x8370, symBinAddr: 0x307F0, symSize: 0x370 }
+ - { offsetInCU: 0x6AAB, offset: 0x87395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA15StatsLogRequestV_Tg5', symObjAddr: 0x86E0, symBinAddr: 0x30B60, symSize: 0x370 }
+ - { offsetInCU: 0x6D7A, offset: 0x87664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA16ConnectedRequestV_Tg5', symObjAddr: 0x8A50, symBinAddr: 0x30ED0, symSize: 0x370 }
+ - { offsetInCU: 0x702B, offset: 0x87915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA16EnterRoomRequestV_Tg5', symObjAddr: 0x8DC0, symBinAddr: 0x31240, symSize: 0x450 }
+ - { offsetInCU: 0x72BF, offset: 0x87BA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x9210, symBinAddr: 0x31690, symSize: 0x430 }
+ - { offsetInCU: 0x754F, offset: 0x87E39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x9640, symBinAddr: 0x31AC0, symSize: 0x420 }
+ - { offsetInCU: 0x77DF, offset: 0x880C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA0F11ListRequestV_Tg5', symObjAddr: 0x9A60, symBinAddr: 0x31EE0, symSize: 0x390 }
+ - { offsetInCU: 0x7A8F, offset: 0x88379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA18DialReceiveRequestV_Tg5', symObjAddr: 0x9DF0, symBinAddr: 0x32270, symSize: 0x370 }
+ - { offsetInCU: 0x7D40, offset: 0x8862A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA19AuthenticateRequestV_Tg5', symObjAddr: 0xA4D0, symBinAddr: 0x32950, symSize: 0x3A0 }
+ - { offsetInCU: 0x7FD4, offset: 0x888BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0xA870, symBinAddr: 0x32CF0, symSize: 0x360 }
+ - { offsetInCU: 0x8266, offset: 0x88B50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0xABD0, symBinAddr: 0x33050, symSize: 0x350 }
+ - { offsetInCU: 0x84F7, offset: 0x88DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0xAF20, symBinAddr: 0x333A0, symSize: 0x360 }
+ - { offsetInCU: 0x8789, offset: 0x89073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0xB280, symBinAddr: 0x33700, symSize: 0x360 }
+ - { offsetInCU: 0x8A1B, offset: 0x89305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0xB5E0, symBinAddr: 0x33A60, symSize: 0x360 }
+ - { offsetInCU: 0x8CAC, offset: 0x89596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA21UpdateEndpointRequestV_Tg5', symObjAddr: 0xB940, symBinAddr: 0x33DC0, symSize: 0x360 }
+ - { offsetInCU: 0x8F5C, offset: 0x89846, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA22UpdatePushTokenRequestV_Tg5', symObjAddr: 0xC010, symBinAddr: 0x34490, symSize: 0x370 }
+ - { offsetInCU: 0x920D, offset: 0x89AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0xC710, symBinAddr: 0x34B90, symSize: 0x360 }
+ - { offsetInCU: 0x949E, offset: 0x89D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0xCDE0, symBinAddr: 0x35260, symSize: 0x350 }
+ - { offsetInCU: 0x972F, offset: 0x8A019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24DeleteCustomItemsRequestV_Tg5', symObjAddr: 0xD130, symBinAddr: 0x355B0, symSize: 0x390 }
+ - { offsetInCU: 0x99DF, offset: 0x8A2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24RegisterPushTokenRequestV_Tg5', symObjAddr: 0xD4C0, symBinAddr: 0x35940, symSize: 0x370 }
+ - { offsetInCU: 0x9C90, offset: 0x8A57A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA24UpdateCustomItemsRequestV_Tg5', symObjAddr: 0xD830, symBinAddr: 0x35CB0, symSize: 0x360 }
+ - { offsetInCU: 0x9F22, offset: 0x8A80C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0xDB90, symBinAddr: 0x36010, symSize: 0x380 }
+ - { offsetInCU: 0xA1D2, offset: 0x8AABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA26UnregisterPushTokenRequestV_Tg5', symObjAddr: 0xE280, symBinAddr: 0x36700, symSize: 0x370 }
+ - { offsetInCU: 0xA483, offset: 0x8AD6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA28DeleteRoomCustomItemsRequestV_Tg5', symObjAddr: 0xE5F0, symBinAddr: 0x36A70, symSize: 0x390 }
+ - { offsetInCU: 0xA715, offset: 0x8AFFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA28UpdateRoomCustomItemsRequestV_Tg5', symObjAddr: 0xE980, symBinAddr: 0x36E00, symSize: 0x360 }
+ - { offsetInCU: 0xA9A7, offset: 0x8B291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tFAA29DirectCallLogListQueryRequestV_Tg5', symObjAddr: 0xECE0, symBinAddr: 0x37160, symSize: 0x360 }
+ - { offsetInCU: 0xAC2A, offset: 0x8B514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE19decodeCommandResult4fromAA0fG0OSg10Foundation4DataVSg_tF', symObjAddr: 0xF040, symBinAddr: 0x374C0, symSize: 0x4A0 }
+ - { offsetInCU: 0xAEA0, offset: 0x8B78A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0xF4E0, symBinAddr: 0x37960, symSize: 0x40 }
+ - { offsetInCU: 0xAED6, offset: 0x8B7C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA22AddIceCandidateRequestV_Tg5', symObjAddr: 0xF520, symBinAddr: 0x379A0, symSize: 0x1C0 }
+ - { offsetInCU: 0xAFC9, offset: 0x8B8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA18DialReceiveRequestV_Tg5', symObjAddr: 0xF6E0, symBinAddr: 0x37B60, symSize: 0x220 }
+ - { offsetInCU: 0xB0B4, offset: 0x8B99E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21AttachEndpointRequestV_Tg5', symObjAddr: 0xF900, symBinAddr: 0x37D80, symSize: 0x1C0 }
+ - { offsetInCU: 0xB1A7, offset: 0x8BA91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA19AuthenticateRequestV_Tg5', symObjAddr: 0xFAC0, symBinAddr: 0x37F40, symSize: 0x280 }
+ - { offsetInCU: 0xB292, offset: 0x8BB7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA26UnregisterPushTokenRequestV_Tg5', symObjAddr: 0xFD40, symBinAddr: 0x381C0, symSize: 0x230 }
+ - { offsetInCU: 0xB37D, offset: 0x8BC67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA16EnterRoomRequestV_Tg5', symObjAddr: 0xFF70, symBinAddr: 0x383F0, symSize: 0x3E0 }
+ - { offsetInCU: 0xB468, offset: 0x8BD52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA12AliveRequestV_Tg5', symObjAddr: 0x10350, symBinAddr: 0x387D0, symSize: 0x210 }
+ - { offsetInCU: 0xB553, offset: 0x8BE3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14GetRoomRequestV_Tg5', symObjAddr: 0x10560, symBinAddr: 0x389E0, symSize: 0x390 }
+ - { offsetInCU: 0xB63E, offset: 0x8BF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21DeleteEndpointRequestV_Tg5', symObjAddr: 0x108F0, symBinAddr: 0x38D70, symSize: 0x1C0 }
+ - { offsetInCU: 0xB731, offset: 0x8C01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA13CancelRequestV_Tg5', symObjAddr: 0x10AB0, symBinAddr: 0x38F30, symSize: 0x210 }
+ - { offsetInCU: 0xB81C, offset: 0x8C106, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA22UpdatePushTokenRequestV_Tg5', symObjAddr: 0x10EE0, symBinAddr: 0x39360, symSize: 0x220 }
+ - { offsetInCU: 0xB907, offset: 0x8C1F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14DeclineRequestV_Tg5', symObjAddr: 0x11300, symBinAddr: 0x39780, symSize: 0x210 }
+ - { offsetInCU: 0xB9F2, offset: 0x8C2DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21ConnectionLostRequestV_Tg5', symObjAddr: 0x11510, symBinAddr: 0x39990, symSize: 0x1F0 }
+ - { offsetInCU: 0xBADD, offset: 0x8C3C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA24ConnectedEndpointRequestV_Tg5', symObjAddr: 0x11700, symBinAddr: 0x39B80, symSize: 0x1C0 }
+ - { offsetInCU: 0xBBD0, offset: 0x8C4BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA20RoomListQueryRequestV_Tg5', symObjAddr: 0x11AA0, symBinAddr: 0x39F20, symSize: 0x1F0 }
+ - { offsetInCU: 0xBCBB, offset: 0x8C5A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17CreateRoomRequestV_Tg5', symObjAddr: 0x11C90, symBinAddr: 0x3A110, symSize: 0x380 }
+ - { offsetInCU: 0xBDA6, offset: 0x8C690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23RoomAudioSettingRequestV_Tg5', symObjAddr: 0x12010, symBinAddr: 0x3A490, symSize: 0x210 }
+ - { offsetInCU: 0xBE91, offset: 0x8C77B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14PushAckRequestV_Tg5', symObjAddr: 0x12220, symBinAddr: 0x3A6A0, symSize: 0x220 }
+ - { offsetInCU: 0xBF7C, offset: 0x8C866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA15NoAnswerRequestV_Tg5', symObjAddr: 0x12440, symBinAddr: 0x3A8C0, symSize: 0x220 }
+ - { offsetInCU: 0xC067, offset: 0x8C951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA16ConnectedRequestV_Tg5', symObjAddr: 0x12660, symBinAddr: 0x3AAE0, symSize: 0x220 }
+ - { offsetInCU: 0xC152, offset: 0x8CA3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17UnknownEndRequestV_Tg5', symObjAddr: 0x12880, symBinAddr: 0x3AD00, symSize: 0x220 }
+ - { offsetInCU: 0xC23D, offset: 0x8CB27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA15StatsLogRequestV_Tg5', symObjAddr: 0x12AA0, symBinAddr: 0x3AF20, symSize: 0x220 }
+ - { offsetInCU: 0xC328, offset: 0x8CC12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA11HoldRequestV_Tg5', symObjAddr: 0x12EC0, symBinAddr: 0x3B340, symSize: 0x1F0 }
+ - { offsetInCU: 0xC413, offset: 0x8CCFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23ParticipantAliveRequestV_Tg5', symObjAddr: 0x132B0, symBinAddr: 0x3B730, symSize: 0x1C0 }
+ - { offsetInCU: 0xC506, offset: 0x8CDF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA10EndRequestV_Tg5', symObjAddr: 0x136A0, symBinAddr: 0x3BB20, symSize: 0x210 }
+ - { offsetInCU: 0xC5F1, offset: 0x8CEDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA23RoomVideoSettingRequestV_Tg5', symObjAddr: 0x138B0, symBinAddr: 0x3BD30, symSize: 0x210 }
+ - { offsetInCU: 0xC6DC, offset: 0x8CFC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA21CreateEndpointRequestV_Tg5', symObjAddr: 0x13AC0, symBinAddr: 0x3BF40, symSize: 0x1F0 }
+ - { offsetInCU: 0xC7C7, offset: 0x8D0B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA0A17InvitationRequestV_Tg5', symObjAddr: 0x13EE0, symBinAddr: 0x3C360, symSize: 0x470 }
+ - { offsetInCU: 0xC8B2, offset: 0x8D19C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA14TimeoutRequestV_Tg5', symObjAddr: 0x14580, symBinAddr: 0x3CA00, symSize: 0x210 }
+ - { offsetInCU: 0xC99D, offset: 0x8D287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA17DeleteRoomRequestV_Tg5', symObjAddr: 0x14790, symBinAddr: 0x3CC10, symSize: 0x360 }
+ - { offsetInCU: 0xCA88, offset: 0x8D372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA24RegisterPushTokenRequestV_Tg5', symObjAddr: 0x14CE0, symBinAddr: 0x3D160, symSize: 0x220 }
+ - { offsetInCU: 0xCB73, offset: 0x8D45D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFAA25GetRoomCustomItemsRequestV_Tg5', symObjAddr: 0x14F00, symBinAddr: 0x3D380, symSize: 0x210 }
+ - { offsetInCU: 0xCC4F, offset: 0x8D539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE14handleResponse4with7handlery10Foundation4DataVSg_ypSgtF', symObjAddr: 0x15110, symBinAddr: 0x3D590, symSize: 0x360 }
+ - { offsetInCU: 0xCD30, offset: 0x8D61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x15470, symBinAddr: 0x3D8F0, symSize: 0x10 }
+ - { offsetInCU: 0xCD62, offset: 0x8D64C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtF', symObjAddr: 0x15480, symBinAddr: 0x3D900, symSize: 0x10 }
+ - { offsetInCU: 0xCD8E, offset: 0x8D678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x15490, symBinAddr: 0x3D910, symSize: 0x10 }
+ - { offsetInCU: 0xCDC0, offset: 0x8D6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtF', symObjAddr: 0x154A0, symBinAddr: 0x3D920, symSize: 0x10 }
+ - { offsetInCU: 0xCDDD, offset: 0x8D6C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O6ClientO_Tg5', symObjAddr: 0x154B0, symBinAddr: 0x3D930, symSize: 0x80 }
+ - { offsetInCU: 0xCE62, offset: 0x8D74C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O6DeviceO_Tg5', symObjAddr: 0x15530, symBinAddr: 0x3D9B0, symSize: 0xE0 }
+ - { offsetInCU: 0xCF1F, offset: 0x8D809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O7GeneralO_Tg5', symObjAddr: 0x15610, symBinAddr: 0x3DA90, symSize: 0xB0 }
+ - { offsetInCU: 0xCFC0, offset: 0x8D8AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O11ScreenShareO_Tg5', symObjAddr: 0x156C0, symBinAddr: 0x3DB40, symSize: 0x1B0 }
+ - { offsetInCU: 0xD0CD, offset: 0x8D9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O4HoldO_Tg5', symObjAddr: 0x15870, symBinAddr: 0x3DCF0, symSize: 0x1E0 }
+ - { offsetInCU: 0xD1F6, offset: 0x8DAE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O9RecordingO_Tg5', symObjAddr: 0x15A50, symBinAddr: 0x3DED0, symSize: 0x160 }
+ - { offsetInCU: 0xD2CB, offset: 0x8DBB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvgAA0abF0O7CaptureO_Tg5', symObjAddr: 0x15BB0, symBinAddr: 0x3E030, symSize: 0x180 }
+ - { offsetInCU: 0xD3BC, offset: 0x8DCA6, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD16EmptyAPIResponseVSg_Tg5', symObjAddr: 0x15D30, symBinAddr: 0x3E1B0, symSize: 0x110 }
+ - { offsetInCU: 0xD423, offset: 0x8DD0D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD20AuthenticateResponseVSg_Tg5', symObjAddr: 0x15E40, symBinAddr: 0x3E2C0, symSize: 0x130 }
+ - { offsetInCU: 0xD48A, offset: 0x8DD74, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD24RoomAudioSettingResponseVSg_Tg5', symObjAddr: 0x15F70, symBinAddr: 0x3E3F0, symSize: 0x110 }
+ - { offsetInCU: 0xD4F1, offset: 0x8DDDB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlFAD24RoomVideoSettingResponseVSg_Tg5', symObjAddr: 0x16080, symBinAddr: 0x3E500, symSize: 0x110 }
+ - { offsetInCU: 0xD558, offset: 0x8DE42, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE5parse33_9F42BD06128E9FB3CB140AFD2E526BCALL11keyStrategyxAA11JSONDecoderC011KeyDecodingP0O_tKSeRzlF', symObjAddr: 0x16290, symBinAddr: 0x3E710, symSize: 0xF0 }
+ - { offsetInCU: 0xD5D9, offset: 0x8DEC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4data10Foundation4DataVvg', symObjAddr: 0x16380, symBinAddr: 0x3E800, symSize: 0x20 }
+ - { offsetInCU: 0xD5F5, offset: 0x8DEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV11descriptionSSvg', symObjAddr: 0x163A0, symBinAddr: 0x3E820, symSize: 0x90 }
+ - { offsetInCU: 0xD64B, offset: 0x8DF35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16430, symBinAddr: 0x3E8B0, symSize: 0x10 }
+ - { offsetInCU: 0xD69F, offset: 0x8DF89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH9hashValueSivgTW', symObjAddr: 0x16440, symBinAddr: 0x3E8C0, symSize: 0x30 }
+ - { offsetInCU: 0xD783, offset: 0x8E06D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x16470, symBinAddr: 0x3E8F0, symSize: 0x20 }
+ - { offsetInCU: 0xD804, offset: 0x8E0EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x164C0, symBinAddr: 0x3E940, symSize: 0x10 }
+ - { offsetInCU: 0xD844, offset: 0x8E12E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x164D0, symBinAddr: 0x3E950, symSize: 0x20 }
+ - { offsetInCU: 0xD875, offset: 0x8E15F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x164F0, symBinAddr: 0x3E970, symSize: 0x10 }
+ - { offsetInCU: 0xD891, offset: 0x8E17B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x16500, symBinAddr: 0x3E980, symSize: 0x10 }
+ - { offsetInCU: 0xD8AD, offset: 0x8E197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x1BA00, symBinAddr: 0x43E10, symSize: 0x60 }
+ - { offsetInCU: 0xD8F1, offset: 0x8E1DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLO11stringValueSSvgTf4d_n', symObjAddr: 0x1BA60, symBinAddr: 0x43E70, symSize: 0x20 }
+ - { offsetInCU: 0xD90F, offset: 0x8E1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4dataAC10Foundation4DataV_tcfC', symObjAddr: 0x16550, symBinAddr: 0x3E9D0, symSize: 0x10 }
+ - { offsetInCU: 0xD92D, offset: 0x8E217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x16560, symBinAddr: 0x3E9E0, symSize: 0x10 }
+ - { offsetInCU: 0xD95F, offset: 0x8E249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x16570, symBinAddr: 0x3E9F0, symSize: 0x90 }
+ - { offsetInCU: 0xD9D4, offset: 0x8E2BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x16600, symBinAddr: 0x3EA80, symSize: 0x30 }
+ - { offsetInCU: 0xDA0B, offset: 0x8E2F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1BA80, symBinAddr: 0x43E90, symSize: 0x100 }
+ - { offsetInCU: 0xDA5E, offset: 0x8E348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ResultIgnorablePAAE10resultTypeAA06IgnoreG0VmvgZ', symObjAddr: 0x16630, symBinAddr: 0x3EAB0, symSize: 0x10 }
+ - { offsetInCU: 0xDA93, offset: 0x8E37D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ResultIgnorablePAAE06decodeD04fromAA11Respondable_pSg10Foundation4DataV_tF', symObjAddr: 0x16640, symBinAddr: 0x3EAC0, symSize: 0x50 }
+ - { offsetInCU: 0xDAD8, offset: 0x8E3C2, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONDecoderC13SendBirdCallsE11keyStrategyA2C011KeyDecodingG0O_tcfC', symObjAddr: 0x16690, symBinAddr: 0x3EB10, symSize: 0x80 }
+ - { offsetInCU: 0xDB01, offset: 0x8E3EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16710, symBinAddr: 0x3EB90, symSize: 0x10 }
+ - { offsetInCU: 0xDB1D, offset: 0x8E407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16720, symBinAddr: 0x3EBA0, symSize: 0x50 }
+ - { offsetInCU: 0xDB52, offset: 0x8E43C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16770, symBinAddr: 0x3EBF0, symSize: 0x50 }
+ - { offsetInCU: 0xDB66, offset: 0x8E450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x167C0, symBinAddr: 0x3EC40, symSize: 0x50 }
+ - { offsetInCU: 0xDB91, offset: 0x8E47B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16810, symBinAddr: 0x3EC90, symSize: 0x10 }
+ - { offsetInCU: 0xDBD2, offset: 0x8E4BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16820, symBinAddr: 0x3ECA0, symSize: 0x10 }
+ - { offsetInCU: 0xDC04, offset: 0x8E4EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16830, symBinAddr: 0x3ECB0, symSize: 0x50 }
+ - { offsetInCU: 0xDC18, offset: 0x8E502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16880, symBinAddr: 0x3ED00, symSize: 0x50 }
+ - { offsetInCU: 0xDC2C, offset: 0x8E516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x168D0, symBinAddr: 0x3ED50, symSize: 0x50 }
+ - { offsetInCU: 0xDC57, offset: 0x8E541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16920, symBinAddr: 0x3EDA0, symSize: 0x10 }
+ - { offsetInCU: 0xDC98, offset: 0x8E582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16930, symBinAddr: 0x3EDB0, symSize: 0x10 }
+ - { offsetInCU: 0xDCCA, offset: 0x8E5B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16940, symBinAddr: 0x3EDC0, symSize: 0x50 }
+ - { offsetInCU: 0xDCDE, offset: 0x8E5C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16990, symBinAddr: 0x3EE10, symSize: 0x50 }
+ - { offsetInCU: 0xDCF2, offset: 0x8E5DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x169E0, symBinAddr: 0x3EE60, symSize: 0x50 }
+ - { offsetInCU: 0xDD1D, offset: 0x8E607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x16A30, symBinAddr: 0x3EEB0, symSize: 0x10 }
+ - { offsetInCU: 0xDD5E, offset: 0x8E648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16A40, symBinAddr: 0x3EEC0, symSize: 0x10 }
+ - { offsetInCU: 0xDD90, offset: 0x8E67A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x16A50, symBinAddr: 0x3EED0, symSize: 0x10 }
+ - { offsetInCU: 0xDDAC, offset: 0x8E696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16A60, symBinAddr: 0x3EEE0, symSize: 0x50 }
+ - { offsetInCU: 0xDDE1, offset: 0x8E6CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16AB0, symBinAddr: 0x3EF30, symSize: 0x20 }
+ - { offsetInCU: 0xDDF5, offset: 0x8E6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16AD0, symBinAddr: 0x3EF50, symSize: 0x20 }
+ - { offsetInCU: 0xDE20, offset: 0x8E70A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x16AF0, symBinAddr: 0x3EF70, symSize: 0x10 }
+ - { offsetInCU: 0xDE61, offset: 0x8E74B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16B00, symBinAddr: 0x3EF80, symSize: 0x10 }
+ - { offsetInCU: 0xDE93, offset: 0x8E77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16B10, symBinAddr: 0x3EF90, symSize: 0x40 }
+ - { offsetInCU: 0xDEA7, offset: 0x8E791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16B50, symBinAddr: 0x3EFD0, symSize: 0x40 }
+ - { offsetInCU: 0xDEBB, offset: 0x8E7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16B90, symBinAddr: 0x3F010, symSize: 0x50 }
+ - { offsetInCU: 0xDEE6, offset: 0x8E7D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16BE0, symBinAddr: 0x3F060, symSize: 0x10 }
+ - { offsetInCU: 0xDF27, offset: 0x8E811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16BF0, symBinAddr: 0x3F070, symSize: 0x10 }
+ - { offsetInCU: 0xDF59, offset: 0x8E843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16C00, symBinAddr: 0x3F080, symSize: 0x40 }
+ - { offsetInCU: 0xDF75, offset: 0x8E85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16C40, symBinAddr: 0x3F0C0, symSize: 0x60 }
+ - { offsetInCU: 0xDF89, offset: 0x8E873, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16CA0, symBinAddr: 0x3F120, symSize: 0x40 }
+ - { offsetInCU: 0xDFB4, offset: 0x8E89E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x16CE0, symBinAddr: 0x3F160, symSize: 0x20 }
+ - { offsetInCU: 0xDFF5, offset: 0x8E8DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16D00, symBinAddr: 0x3F180, symSize: 0x20 }
+ - { offsetInCU: 0xE027, offset: 0x8E911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x16D20, symBinAddr: 0x3F1A0, symSize: 0x10 }
+ - { offsetInCU: 0xE043, offset: 0x8E92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16D30, symBinAddr: 0x3F1B0, symSize: 0x40 }
+ - { offsetInCU: 0xE05F, offset: 0x8E949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16D70, symBinAddr: 0x3F1F0, symSize: 0x50 }
+ - { offsetInCU: 0xE07B, offset: 0x8E965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16DC0, symBinAddr: 0x3F240, symSize: 0x50 }
+ - { offsetInCU: 0xE0B1, offset: 0x8E99B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16E10, symBinAddr: 0x3F290, symSize: 0x40 }
+ - { offsetInCU: 0xE0FD, offset: 0x8E9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16E50, symBinAddr: 0x3F2D0, symSize: 0x40 }
+ - { offsetInCU: 0xE12F, offset: 0x8EA19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16E90, symBinAddr: 0x3F310, symSize: 0x20 }
+ - { offsetInCU: 0xE143, offset: 0x8EA2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP06decodeD6Result4fromAA0dJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16EB0, symBinAddr: 0x3F330, symSize: 0x20 }
+ - { offsetInCU: 0xE15F, offset: 0x8EA49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16ED0, symBinAddr: 0x3F350, symSize: 0x40 }
+ - { offsetInCU: 0xE18A, offset: 0x8EA74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP06handleD0_7handleryAA0D0_pSg_ypSgtFTW', symObjAddr: 0x16F10, symBinAddr: 0x3F390, symSize: 0x20 }
+ - { offsetInCU: 0xE1CB, offset: 0x8EAB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16F30, symBinAddr: 0x3F3B0, symSize: 0x20 }
+ - { offsetInCU: 0xE1FD, offset: 0x8EAE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x16F50, symBinAddr: 0x3F3D0, symSize: 0x20 }
+ - { offsetInCU: 0xE211, offset: 0x8EAFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x16F70, symBinAddr: 0x3F3F0, symSize: 0x20 }
+ - { offsetInCU: 0xE225, offset: 0x8EB0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x16F90, symBinAddr: 0x3F410, symSize: 0x30 }
+ - { offsetInCU: 0xE250, offset: 0x8EB3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x16FC0, symBinAddr: 0x3F440, symSize: 0x20 }
+ - { offsetInCU: 0xE291, offset: 0x8EB7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x16FE0, symBinAddr: 0x3F460, symSize: 0x20 }
+ - { offsetInCU: 0xE2C3, offset: 0x8EBAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17000, symBinAddr: 0x3F480, symSize: 0x50 }
+ - { offsetInCU: 0xE2DF, offset: 0x8EBC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17050, symBinAddr: 0x3F4D0, symSize: 0x50 }
+ - { offsetInCU: 0xE2FB, offset: 0x8EBE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x170A0, symBinAddr: 0x3F520, symSize: 0x60 }
+ - { offsetInCU: 0xE326, offset: 0x8EC10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17100, symBinAddr: 0x3F580, symSize: 0x10 }
+ - { offsetInCU: 0xE367, offset: 0x8EC51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17110, symBinAddr: 0x3F590, symSize: 0x10 }
+ - { offsetInCU: 0xE399, offset: 0x8EC83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17120, symBinAddr: 0x3F5A0, symSize: 0x20 }
+ - { offsetInCU: 0xE3AD, offset: 0x8EC97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17140, symBinAddr: 0x3F5C0, symSize: 0x20 }
+ - { offsetInCU: 0xE3C9, offset: 0x8ECB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17160, symBinAddr: 0x3F5E0, symSize: 0x40 }
+ - { offsetInCU: 0xE3F4, offset: 0x8ECDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x171A0, symBinAddr: 0x3F620, symSize: 0x20 }
+ - { offsetInCU: 0xE435, offset: 0x8ED1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x171C0, symBinAddr: 0x3F640, symSize: 0x20 }
+ - { offsetInCU: 0xE467, offset: 0x8ED51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x171E0, symBinAddr: 0x3F660, symSize: 0x20 }
+ - { offsetInCU: 0xE47B, offset: 0x8ED65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17200, symBinAddr: 0x3F680, symSize: 0x20 }
+ - { offsetInCU: 0xE48F, offset: 0x8ED79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17220, symBinAddr: 0x3F6A0, symSize: 0x20 }
+ - { offsetInCU: 0xE4BA, offset: 0x8EDA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17240, symBinAddr: 0x3F6C0, symSize: 0x10 }
+ - { offsetInCU: 0xE4FB, offset: 0x8EDE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17250, symBinAddr: 0x3F6D0, symSize: 0x10 }
+ - { offsetInCU: 0xE52D, offset: 0x8EE17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17260, symBinAddr: 0x3F6E0, symSize: 0x40 }
+ - { offsetInCU: 0xE549, offset: 0x8EE33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x172A0, symBinAddr: 0x3F720, symSize: 0x60 }
+ - { offsetInCU: 0xE55D, offset: 0x8EE47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17300, symBinAddr: 0x3F780, symSize: 0x40 }
+ - { offsetInCU: 0xE588, offset: 0x8EE72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17340, symBinAddr: 0x3F7C0, symSize: 0x20 }
+ - { offsetInCU: 0xE5C9, offset: 0x8EEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17360, symBinAddr: 0x3F7E0, symSize: 0x20 }
+ - { offsetInCU: 0xE5FB, offset: 0x8EEE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x17380, symBinAddr: 0x3F800, symSize: 0x10 }
+ - { offsetInCU: 0xE617, offset: 0x8EF01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x173A0, symBinAddr: 0x3F820, symSize: 0x40 }
+ - { offsetInCU: 0xE642, offset: 0x8EF2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x173E0, symBinAddr: 0x3F860, symSize: 0x10 }
+ - { offsetInCU: 0xE683, offset: 0x8EF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x173F0, symBinAddr: 0x3F870, symSize: 0x10 }
+ - { offsetInCU: 0xE6B5, offset: 0x8EF9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17400, symBinAddr: 0x3F880, symSize: 0x20 }
+ - { offsetInCU: 0xE6C9, offset: 0x8EFB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17420, symBinAddr: 0x3F8A0, symSize: 0x20 }
+ - { offsetInCU: 0xE6E5, offset: 0x8EFCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17440, symBinAddr: 0x3F8C0, symSize: 0x40 }
+ - { offsetInCU: 0xE710, offset: 0x8EFFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x17480, symBinAddr: 0x3F900, symSize: 0x20 }
+ - { offsetInCU: 0xE751, offset: 0x8F03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x174A0, symBinAddr: 0x3F920, symSize: 0x20 }
+ - { offsetInCU: 0xE783, offset: 0x8F06D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x174C0, symBinAddr: 0x3F940, symSize: 0x10 }
+ - { offsetInCU: 0xE79F, offset: 0x8F089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x174D0, symBinAddr: 0x3F950, symSize: 0x50 }
+ - { offsetInCU: 0xE7D4, offset: 0x8F0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17520, symBinAddr: 0x3F9A0, symSize: 0x40 }
+ - { offsetInCU: 0xE7E8, offset: 0x8F0D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17560, symBinAddr: 0x3F9E0, symSize: 0x40 }
+ - { offsetInCU: 0xE813, offset: 0x8F0FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x175A0, symBinAddr: 0x3FA20, symSize: 0x10 }
+ - { offsetInCU: 0xE854, offset: 0x8F13E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x175B0, symBinAddr: 0x3FA30, symSize: 0x10 }
+ - { offsetInCU: 0xE886, offset: 0x8F170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x175C0, symBinAddr: 0x3FA40, symSize: 0x50 }
+ - { offsetInCU: 0xE89A, offset: 0x8F184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17610, symBinAddr: 0x3FA90, symSize: 0x50 }
+ - { offsetInCU: 0xE8B6, offset: 0x8F1A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17660, symBinAddr: 0x3FAE0, symSize: 0x60 }
+ - { offsetInCU: 0xE8E1, offset: 0x8F1CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x176C0, symBinAddr: 0x3FB40, symSize: 0x20 }
+ - { offsetInCU: 0xE922, offset: 0x8F20C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x176E0, symBinAddr: 0x3FB60, symSize: 0x20 }
+ - { offsetInCU: 0xE954, offset: 0x8F23E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17700, symBinAddr: 0x3FB80, symSize: 0x50 }
+ - { offsetInCU: 0xE968, offset: 0x8F252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17750, symBinAddr: 0x3FBD0, symSize: 0x50 }
+ - { offsetInCU: 0xE984, offset: 0x8F26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x177A0, symBinAddr: 0x3FC20, symSize: 0x60 }
+ - { offsetInCU: 0xE9AF, offset: 0x8F299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17800, symBinAddr: 0x3FC80, symSize: 0x20 }
+ - { offsetInCU: 0xE9F0, offset: 0x8F2DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17820, symBinAddr: 0x3FCA0, symSize: 0x20 }
+ - { offsetInCU: 0xEA22, offset: 0x8F30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17840, symBinAddr: 0x3FCC0, symSize: 0x40 }
+ - { offsetInCU: 0xEA3E, offset: 0x8F328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17880, symBinAddr: 0x3FD00, symSize: 0x60 }
+ - { offsetInCU: 0xEA52, offset: 0x8F33C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x178E0, symBinAddr: 0x3FD60, symSize: 0x40 }
+ - { offsetInCU: 0xEA7D, offset: 0x8F367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x17920, symBinAddr: 0x3FDA0, symSize: 0x20 }
+ - { offsetInCU: 0xEABE, offset: 0x8F3A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17940, symBinAddr: 0x3FDC0, symSize: 0x20 }
+ - { offsetInCU: 0xEAF0, offset: 0x8F3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x17960, symBinAddr: 0x3FDE0, symSize: 0x10 }
+ - { offsetInCU: 0xEB0C, offset: 0x8F3F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17980, symBinAddr: 0x3FE00, symSize: 0x50 }
+ - { offsetInCU: 0xEB28, offset: 0x8F412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x179D0, symBinAddr: 0x3FE50, symSize: 0x50 }
+ - { offsetInCU: 0xEB53, offset: 0x8F43D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17A20, symBinAddr: 0x3FEA0, symSize: 0x10 }
+ - { offsetInCU: 0xEB94, offset: 0x8F47E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17A30, symBinAddr: 0x3FEB0, symSize: 0x10 }
+ - { offsetInCU: 0xEBC6, offset: 0x8F4B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x17A40, symBinAddr: 0x3FEC0, symSize: 0x10 }
+ - { offsetInCU: 0xEBE2, offset: 0x8F4CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17A60, symBinAddr: 0x3FEE0, symSize: 0x40 }
+ - { offsetInCU: 0xEBFE, offset: 0x8F4E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17AA0, symBinAddr: 0x3FF20, symSize: 0x50 }
+ - { offsetInCU: 0xEC29, offset: 0x8F513, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17AF0, symBinAddr: 0x3FF70, symSize: 0x10 }
+ - { offsetInCU: 0xEC6A, offset: 0x8F554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17B00, symBinAddr: 0x3FF80, symSize: 0x10 }
+ - { offsetInCU: 0xEC9C, offset: 0x8F586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17B10, symBinAddr: 0x3FF90, symSize: 0x40 }
+ - { offsetInCU: 0xECB8, offset: 0x8F5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17B50, symBinAddr: 0x3FFD0, symSize: 0x40 }
+ - { offsetInCU: 0xECD4, offset: 0x8F5BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17B90, symBinAddr: 0x40010, symSize: 0x40 }
+ - { offsetInCU: 0xECFF, offset: 0x8F5E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17BD0, symBinAddr: 0x40050, symSize: 0x10 }
+ - { offsetInCU: 0xED40, offset: 0x8F62A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17BE0, symBinAddr: 0x40060, symSize: 0x10 }
+ - { offsetInCU: 0xED72, offset: 0x8F65C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17BF0, symBinAddr: 0x40070, symSize: 0x40 }
+ - { offsetInCU: 0xED86, offset: 0x8F670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17C30, symBinAddr: 0x400B0, symSize: 0x40 }
+ - { offsetInCU: 0xED9A, offset: 0x8F684, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17C70, symBinAddr: 0x400F0, symSize: 0x40 }
+ - { offsetInCU: 0xEDC5, offset: 0x8F6AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17CB0, symBinAddr: 0x40130, symSize: 0x20 }
+ - { offsetInCU: 0xEE06, offset: 0x8F6F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17CD0, symBinAddr: 0x40150, symSize: 0x20 }
+ - { offsetInCU: 0xEE38, offset: 0x8F722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17CF0, symBinAddr: 0x40170, symSize: 0x40 }
+ - { offsetInCU: 0xEE4C, offset: 0x8F736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17D30, symBinAddr: 0x401B0, symSize: 0x40 }
+ - { offsetInCU: 0xEE60, offset: 0x8F74A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17D70, symBinAddr: 0x401F0, symSize: 0x40 }
+ - { offsetInCU: 0xEE8B, offset: 0x8F775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17DB0, symBinAddr: 0x40230, symSize: 0x10 }
+ - { offsetInCU: 0xEECC, offset: 0x8F7B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17DC0, symBinAddr: 0x40240, symSize: 0x10 }
+ - { offsetInCU: 0xEEFE, offset: 0x8F7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17DD0, symBinAddr: 0x40250, symSize: 0x50 }
+ - { offsetInCU: 0xEF1A, offset: 0x8F804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17E20, symBinAddr: 0x402A0, symSize: 0x50 }
+ - { offsetInCU: 0xEF36, offset: 0x8F820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17E70, symBinAddr: 0x402F0, symSize: 0x60 }
+ - { offsetInCU: 0xEF61, offset: 0x8F84B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x17ED0, symBinAddr: 0x40350, symSize: 0x10 }
+ - { offsetInCU: 0xEFA2, offset: 0x8F88C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x17EE0, symBinAddr: 0x40360, symSize: 0x10 }
+ - { offsetInCU: 0xEFD4, offset: 0x8F8BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x17EF0, symBinAddr: 0x40370, symSize: 0x60 }
+ - { offsetInCU: 0xEFE8, offset: 0x8F8D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x17F50, symBinAddr: 0x403D0, symSize: 0x60 }
+ - { offsetInCU: 0xEFFC, offset: 0x8F8E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x17FB0, symBinAddr: 0x40430, symSize: 0x60 }
+ - { offsetInCU: 0xF027, offset: 0x8F911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x18010, symBinAddr: 0x40490, symSize: 0x20 }
+ - { offsetInCU: 0xF068, offset: 0x8F952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18030, symBinAddr: 0x404B0, symSize: 0x20 }
+ - { offsetInCU: 0xF09A, offset: 0x8F984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18050, symBinAddr: 0x404D0, symSize: 0x20 }
+ - { offsetInCU: 0xF0AE, offset: 0x8F998, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18070, symBinAddr: 0x404F0, symSize: 0x20 }
+ - { offsetInCU: 0xF0C2, offset: 0x8F9AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18090, symBinAddr: 0x40510, symSize: 0x20 }
+ - { offsetInCU: 0xF0ED, offset: 0x8F9D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x180B0, symBinAddr: 0x40530, symSize: 0x20 }
+ - { offsetInCU: 0xF12E, offset: 0x8FA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x180D0, symBinAddr: 0x40550, symSize: 0x20 }
+ - { offsetInCU: 0xF160, offset: 0x8FA4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x180F0, symBinAddr: 0x40570, symSize: 0x40 }
+ - { offsetInCU: 0xF17C, offset: 0x8FA66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18130, symBinAddr: 0x405B0, symSize: 0x60 }
+ - { offsetInCU: 0xF190, offset: 0x8FA7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18190, symBinAddr: 0x40610, symSize: 0x40 }
+ - { offsetInCU: 0xF1BB, offset: 0x8FAA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x181D0, symBinAddr: 0x40650, symSize: 0x20 }
+ - { offsetInCU: 0xF1FC, offset: 0x8FAE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x181F0, symBinAddr: 0x40670, symSize: 0x20 }
+ - { offsetInCU: 0xF22E, offset: 0x8FB18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x18210, symBinAddr: 0x40690, symSize: 0x10 }
+ - { offsetInCU: 0xF24A, offset: 0x8FB34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18220, symBinAddr: 0x406A0, symSize: 0x50 }
+ - { offsetInCU: 0xF27F, offset: 0x8FB69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18270, symBinAddr: 0x406F0, symSize: 0x60 }
+ - { offsetInCU: 0xF293, offset: 0x8FB7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x182D0, symBinAddr: 0x40750, symSize: 0x60 }
+ - { offsetInCU: 0xF2BE, offset: 0x8FBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18330, symBinAddr: 0x407B0, symSize: 0x10 }
+ - { offsetInCU: 0xF2FF, offset: 0x8FBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18340, symBinAddr: 0x407C0, symSize: 0x10 }
+ - { offsetInCU: 0xF331, offset: 0x8FC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x18350, symBinAddr: 0x407D0, symSize: 0x10 }
+ - { offsetInCU: 0xF34D, offset: 0x8FC37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18360, symBinAddr: 0x407E0, symSize: 0x40 }
+ - { offsetInCU: 0xF369, offset: 0x8FC53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x183A0, symBinAddr: 0x40820, symSize: 0x40 }
+ - { offsetInCU: 0xF394, offset: 0x8FC7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x183E0, symBinAddr: 0x40860, symSize: 0x10 }
+ - { offsetInCU: 0xF3D5, offset: 0x8FCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x183F0, symBinAddr: 0x40870, symSize: 0x10 }
+ - { offsetInCU: 0xF407, offset: 0x8FCF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18400, symBinAddr: 0x40880, symSize: 0x50 }
+ - { offsetInCU: 0xF41B, offset: 0x8FD05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18450, symBinAddr: 0x408D0, symSize: 0x50 }
+ - { offsetInCU: 0xF437, offset: 0x8FD21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x184A0, symBinAddr: 0x40920, symSize: 0x60 }
+ - { offsetInCU: 0xF462, offset: 0x8FD4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18500, symBinAddr: 0x40980, symSize: 0x20 }
+ - { offsetInCU: 0xF4A3, offset: 0x8FD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18520, symBinAddr: 0x409A0, symSize: 0x20 }
+ - { offsetInCU: 0xF4D5, offset: 0x8FDBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18540, symBinAddr: 0x409C0, symSize: 0x40 }
+ - { offsetInCU: 0xF4F1, offset: 0x8FDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18580, symBinAddr: 0x40A00, symSize: 0x70 }
+ - { offsetInCU: 0xF505, offset: 0x8FDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x185F0, symBinAddr: 0x40A70, symSize: 0x40 }
+ - { offsetInCU: 0xF530, offset: 0x8FE1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18630, symBinAddr: 0x40AB0, symSize: 0x20 }
+ - { offsetInCU: 0xF571, offset: 0x8FE5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18650, symBinAddr: 0x40AD0, symSize: 0x20 }
+ - { offsetInCU: 0xF5A3, offset: 0x8FE8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18670, symBinAddr: 0x40AF0, symSize: 0x40 }
+ - { offsetInCU: 0xF5BF, offset: 0x8FEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x186B0, symBinAddr: 0x40B30, symSize: 0x40 }
+ - { offsetInCU: 0xF5DB, offset: 0x8FEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x186F0, symBinAddr: 0x40B70, symSize: 0x40 }
+ - { offsetInCU: 0xF606, offset: 0x8FEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18730, symBinAddr: 0x40BB0, symSize: 0x10 }
+ - { offsetInCU: 0xF647, offset: 0x8FF31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18740, symBinAddr: 0x40BC0, symSize: 0x10 }
+ - { offsetInCU: 0xF679, offset: 0x8FF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x18750, symBinAddr: 0x40BD0, symSize: 0x10 }
+ - { offsetInCU: 0xF695, offset: 0x8FF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18760, symBinAddr: 0x40BE0, symSize: 0x50 }
+ - { offsetInCU: 0xF6CA, offset: 0x8FFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x187B0, symBinAddr: 0x40C30, symSize: 0x40 }
+ - { offsetInCU: 0xF6DE, offset: 0x8FFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x187F0, symBinAddr: 0x40C70, symSize: 0x40 }
+ - { offsetInCU: 0xF709, offset: 0x8FFF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18830, symBinAddr: 0x40CB0, symSize: 0x10 }
+ - { offsetInCU: 0xF74A, offset: 0x90034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18840, symBinAddr: 0x40CC0, symSize: 0x10 }
+ - { offsetInCU: 0xF77C, offset: 0x90066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18850, symBinAddr: 0x40CD0, symSize: 0x40 }
+ - { offsetInCU: 0xF798, offset: 0x90082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18890, symBinAddr: 0x40D10, symSize: 0x70 }
+ - { offsetInCU: 0xF7AC, offset: 0x90096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18900, symBinAddr: 0x40D80, symSize: 0x40 }
+ - { offsetInCU: 0xF7D7, offset: 0x900C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18940, symBinAddr: 0x40DC0, symSize: 0x20 }
+ - { offsetInCU: 0xF818, offset: 0x90102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18960, symBinAddr: 0x40DE0, symSize: 0x20 }
+ - { offsetInCU: 0xF84A, offset: 0x90134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x18980, symBinAddr: 0x40E00, symSize: 0x10 }
+ - { offsetInCU: 0xF866, offset: 0x90150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18990, symBinAddr: 0x40E10, symSize: 0x50 }
+ - { offsetInCU: 0xF89B, offset: 0x90185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x189E0, symBinAddr: 0x40E60, symSize: 0x60 }
+ - { offsetInCU: 0xF8AF, offset: 0x90199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18A40, symBinAddr: 0x40EC0, symSize: 0x60 }
+ - { offsetInCU: 0xF8DA, offset: 0x901C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x18AA0, symBinAddr: 0x40F20, symSize: 0x10 }
+ - { offsetInCU: 0xF91B, offset: 0x90205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18AB0, symBinAddr: 0x40F30, symSize: 0x10 }
+ - { offsetInCU: 0xF94D, offset: 0x90237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18AC0, symBinAddr: 0x40F40, symSize: 0x50 }
+ - { offsetInCU: 0xF961, offset: 0x9024B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0mN0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18B10, symBinAddr: 0x40F90, symSize: 0x50 }
+ - { offsetInCU: 0xF97D, offset: 0x90267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18B60, symBinAddr: 0x40FE0, symSize: 0x60 }
+ - { offsetInCU: 0xF9A8, offset: 0x90292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0M0_pSg_ypSgtFTW', symObjAddr: 0x18BC0, symBinAddr: 0x41040, symSize: 0x20 }
+ - { offsetInCU: 0xF9E9, offset: 0x902D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18BE0, symBinAddr: 0x41060, symSize: 0x20 }
+ - { offsetInCU: 0xFA1B, offset: 0x90305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18C00, symBinAddr: 0x41080, symSize: 0x40 }
+ - { offsetInCU: 0xFA2F, offset: 0x90319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18C40, symBinAddr: 0x410C0, symSize: 0x40 }
+ - { offsetInCU: 0xFA43, offset: 0x9032D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18C80, symBinAddr: 0x41100, symSize: 0x40 }
+ - { offsetInCU: 0xFA6E, offset: 0x90358, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18CC0, symBinAddr: 0x41140, symSize: 0x20 }
+ - { offsetInCU: 0xFAAF, offset: 0x90399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18CE0, symBinAddr: 0x41160, symSize: 0x20 }
+ - { offsetInCU: 0xFAE1, offset: 0x903CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18D00, symBinAddr: 0x41180, symSize: 0x40 }
+ - { offsetInCU: 0xFAF5, offset: 0x903DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18D40, symBinAddr: 0x411C0, symSize: 0x40 }
+ - { offsetInCU: 0xFB11, offset: 0x903FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18D80, symBinAddr: 0x41200, symSize: 0x50 }
+ - { offsetInCU: 0xFB3C, offset: 0x90426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x18DD0, symBinAddr: 0x41250, symSize: 0x20 }
+ - { offsetInCU: 0xFB7D, offset: 0x90467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18DF0, symBinAddr: 0x41270, symSize: 0x20 }
+ - { offsetInCU: 0xFBAF, offset: 0x90499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x18E10, symBinAddr: 0x41290, symSize: 0x10 }
+ - { offsetInCU: 0xFBCB, offset: 0x904B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18E30, symBinAddr: 0x412B0, symSize: 0x50 }
+ - { offsetInCU: 0xFBE7, offset: 0x904D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18E80, symBinAddr: 0x41300, symSize: 0x50 }
+ - { offsetInCU: 0xFC12, offset: 0x904FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x18ED0, symBinAddr: 0x41350, symSize: 0x10 }
+ - { offsetInCU: 0xFC53, offset: 0x9053D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18EE0, symBinAddr: 0x41360, symSize: 0x10 }
+ - { offsetInCU: 0xFC85, offset: 0x9056F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x18EF0, symBinAddr: 0x41370, symSize: 0x40 }
+ - { offsetInCU: 0xFC99, offset: 0x90583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x18F30, symBinAddr: 0x413B0, symSize: 0x40 }
+ - { offsetInCU: 0xFCB5, offset: 0x9059F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x18F70, symBinAddr: 0x413F0, symSize: 0x50 }
+ - { offsetInCU: 0xFCE0, offset: 0x905CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x18FC0, symBinAddr: 0x41440, symSize: 0x20 }
+ - { offsetInCU: 0xFD21, offset: 0x9060B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x18FE0, symBinAddr: 0x41460, symSize: 0x20 }
+ - { offsetInCU: 0xFD53, offset: 0x9063D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x19000, symBinAddr: 0x41480, symSize: 0x20 }
+ - { offsetInCU: 0xFD67, offset: 0x90651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19020, symBinAddr: 0x414A0, symSize: 0x20 }
+ - { offsetInCU: 0xFD7B, offset: 0x90665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19040, symBinAddr: 0x414C0, symSize: 0x20 }
+ - { offsetInCU: 0xFDA6, offset: 0x90690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x19060, symBinAddr: 0x414E0, symSize: 0x10 }
+ - { offsetInCU: 0xFDE7, offset: 0x906D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19070, symBinAddr: 0x414F0, symSize: 0x10 }
+ - { offsetInCU: 0xFE19, offset: 0x90703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x19080, symBinAddr: 0x41500, symSize: 0x10 }
+ - { offsetInCU: 0xFE35, offset: 0x9071F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x190E0, symBinAddr: 0x41560, symSize: 0x50 }
+ - { offsetInCU: 0xFE51, offset: 0x9073B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19130, symBinAddr: 0x415B0, symSize: 0x50 }
+ - { offsetInCU: 0xFE7C, offset: 0x90766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x19180, symBinAddr: 0x41600, symSize: 0x10 }
+ - { offsetInCU: 0xFEBD, offset: 0x907A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19190, symBinAddr: 0x41610, symSize: 0x10 }
+ - { offsetInCU: 0xFEEF, offset: 0x907D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x191A0, symBinAddr: 0x41620, symSize: 0x40 }
+ - { offsetInCU: 0xFF0B, offset: 0x907F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x191E0, symBinAddr: 0x41660, symSize: 0x60 }
+ - { offsetInCU: 0xFF1F, offset: 0x90809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19240, symBinAddr: 0x416C0, symSize: 0x40 }
+ - { offsetInCU: 0xFF4A, offset: 0x90834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x19280, symBinAddr: 0x41700, symSize: 0x20 }
+ - { offsetInCU: 0xFF8B, offset: 0x90875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x192A0, symBinAddr: 0x41720, symSize: 0x20 }
+ - { offsetInCU: 0xFFBD, offset: 0x908A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x192C0, symBinAddr: 0x41740, symSize: 0x40 }
+ - { offsetInCU: 0xFFD9, offset: 0x908C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19300, symBinAddr: 0x41780, symSize: 0x60 }
+ - { offsetInCU: 0xFFED, offset: 0x908D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19360, symBinAddr: 0x417E0, symSize: 0x40 }
+ - { offsetInCU: 0x10018, offset: 0x90902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x193A0, symBinAddr: 0x41820, symSize: 0x20 }
+ - { offsetInCU: 0x10059, offset: 0x90943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x193C0, symBinAddr: 0x41840, symSize: 0x20 }
+ - { offsetInCU: 0x1008B, offset: 0x90975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x193E0, symBinAddr: 0x41860, symSize: 0x40 }
+ - { offsetInCU: 0x1009F, offset: 0x90989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19420, symBinAddr: 0x418A0, symSize: 0x40 }
+ - { offsetInCU: 0x100B3, offset: 0x9099D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19460, symBinAddr: 0x418E0, symSize: 0x40 }
+ - { offsetInCU: 0x100DE, offset: 0x909C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x194A0, symBinAddr: 0x41920, symSize: 0x20 }
+ - { offsetInCU: 0x1011F, offset: 0x90A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x194C0, symBinAddr: 0x41940, symSize: 0x20 }
+ - { offsetInCU: 0x10151, offset: 0x90A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x194E0, symBinAddr: 0x41960, symSize: 0x10 }
+ - { offsetInCU: 0x1016D, offset: 0x90A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19550, symBinAddr: 0x419D0, symSize: 0x40 }
+ - { offsetInCU: 0x10189, offset: 0x90A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19590, symBinAddr: 0x41A10, symSize: 0x50 }
+ - { offsetInCU: 0x101B4, offset: 0x90A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x195E0, symBinAddr: 0x41A60, symSize: 0x10 }
+ - { offsetInCU: 0x101F5, offset: 0x90ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x195F0, symBinAddr: 0x41A70, symSize: 0x10 }
+ - { offsetInCU: 0x10227, offset: 0x90B11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x19600, symBinAddr: 0x41A80, symSize: 0x20 }
+ - { offsetInCU: 0x1023B, offset: 0x90B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19620, symBinAddr: 0x41AA0, symSize: 0x20 }
+ - { offsetInCU: 0x1024F, offset: 0x90B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19640, symBinAddr: 0x41AC0, symSize: 0x30 }
+ - { offsetInCU: 0x1027A, offset: 0x90B64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x19670, symBinAddr: 0x41AF0, symSize: 0x10 }
+ - { offsetInCU: 0x102BB, offset: 0x90BA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19680, symBinAddr: 0x41B00, symSize: 0x10 }
+ - { offsetInCU: 0x102ED, offset: 0x90BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x19690, symBinAddr: 0x41B10, symSize: 0x40 }
+ - { offsetInCU: 0x10309, offset: 0x90BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x196D0, symBinAddr: 0x41B50, symSize: 0x40 }
+ - { offsetInCU: 0x10325, offset: 0x90C0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19710, symBinAddr: 0x41B90, symSize: 0x40 }
+ - { offsetInCU: 0x10350, offset: 0x90C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x19750, symBinAddr: 0x41BD0, symSize: 0x10 }
+ - { offsetInCU: 0x10391, offset: 0x90C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19760, symBinAddr: 0x41BE0, symSize: 0x10 }
+ - { offsetInCU: 0x103C3, offset: 0x90CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x19770, symBinAddr: 0x41BF0, symSize: 0x10 }
+ - { offsetInCU: 0x103DF, offset: 0x90CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x197E0, symBinAddr: 0x41C60, symSize: 0x40 }
+ - { offsetInCU: 0x103FB, offset: 0x90CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19820, symBinAddr: 0x41CA0, symSize: 0x40 }
+ - { offsetInCU: 0x10426, offset: 0x90D10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x19860, symBinAddr: 0x41CE0, symSize: 0x10 }
+ - { offsetInCU: 0x10467, offset: 0x90D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19870, symBinAddr: 0x41CF0, symSize: 0x10 }
+ - { offsetInCU: 0x10499, offset: 0x90D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOc', symObjAddr: 0x19880, symBinAddr: 0x41D00, symSize: 0x30 }
+ - { offsetInCU: 0x104AD, offset: 0x90D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOh', symObjAddr: 0x198F0, symBinAddr: 0x41D30, symSize: 0x30 }
+ - { offsetInCU: 0x104C1, offset: 0x90DAB, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0x19920, symBinAddr: 0x41D60, symSize: 0x30 }
+ - { offsetInCU: 0x104D5, offset: 0x90DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x199B0, symBinAddr: 0x41DC0, symSize: 0x20 }
+ - { offsetInCU: 0x104E9, offset: 0x90DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0lM0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x199D0, symBinAddr: 0x41DE0, symSize: 0x20 }
+ - { offsetInCU: 0x104FD, offset: 0x90DE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x199F0, symBinAddr: 0x41E00, symSize: 0x20 }
+ - { offsetInCU: 0x10528, offset: 0x90E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0L0_pSg_ypSgtFTW', symObjAddr: 0x19A10, symBinAddr: 0x41E20, symSize: 0x20 }
+ - { offsetInCU: 0x10569, offset: 0x90E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19A30, symBinAddr: 0x41E40, symSize: 0x20 }
+ - { offsetInCU: 0x1059B, offset: 0x90E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x19A50, symBinAddr: 0x41E60, symSize: 0x10 }
+ - { offsetInCU: 0x105B7, offset: 0x90EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x19A60, symBinAddr: 0x41E70, symSize: 0x50 }
+ - { offsetInCU: 0x105EC, offset: 0x90ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0kL0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19AB0, symBinAddr: 0x41EC0, symSize: 0x50 }
+ - { offsetInCU: 0x10600, offset: 0x90EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19B00, symBinAddr: 0x41F10, symSize: 0x50 }
+ - { offsetInCU: 0x1062B, offset: 0x90F15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0K0_pSg_ypSgtFTW', symObjAddr: 0x19B50, symBinAddr: 0x41F60, symSize: 0x10 }
+ - { offsetInCU: 0x1066C, offset: 0x90F56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19B60, symBinAddr: 0x41F70, symSize: 0x10 }
+ - { offsetInCU: 0x1069E, offset: 0x90F88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x19B70, symBinAddr: 0x41F80, symSize: 0x40 }
+ - { offsetInCU: 0x106BA, offset: 0x90FA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0iJ0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19BB0, symBinAddr: 0x41FC0, symSize: 0x60 }
+ - { offsetInCU: 0x106CE, offset: 0x90FB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19C10, symBinAddr: 0x42020, symSize: 0x40 }
+ - { offsetInCU: 0x106F9, offset: 0x90FE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0I0_pSg_ypSgtFTW', symObjAddr: 0x19C50, symBinAddr: 0x42060, symSize: 0x20 }
+ - { offsetInCU: 0x1073A, offset: 0x91024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19C70, symBinAddr: 0x42080, symSize: 0x20 }
+ - { offsetInCU: 0x1076C, offset: 0x91056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableA2aDP12decodeResult4fromAA11Respondable_pSg10Foundation4DataV_tFTW', symObjAddr: 0x19C90, symBinAddr: 0x420A0, symSize: 0x20 }
+ - { offsetInCU: 0x10780, offset: 0x9106A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP19decodeCommandResult4fromAA0jK0OSg10Foundation4DataVSg_tFTW', symObjAddr: 0x19CB0, symBinAddr: 0x420C0, symSize: 0x20 }
+ - { offsetInCU: 0x10794, offset: 0x9107E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP14handleResponse4with7handlery10Foundation4DataVSg_ypSgtFTW', symObjAddr: 0x19CD0, symBinAddr: 0x420E0, symSize: 0x20 }
+ - { offsetInCU: 0x107BF, offset: 0x910A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP13handleCommand_7handleryAA0J0_pSg_ypSgtFTW', symObjAddr: 0x19CF0, symBinAddr: 0x42100, symSize: 0x20 }
+ - { offsetInCU: 0x10800, offset: 0x910EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA13AnyResultableA2aDP11handleError_7handleryAA8SBCErrorCSg_ypSgtFTW', symObjAddr: 0x19D10, symBinAddr: 0x42120, symSize: 0x20 }
+ - { offsetInCU: 0x10832, offset: 0x9111C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA19AuthenticateRequestV_Tg5Tf4nnd_n', symObjAddr: 0x19E60, symBinAddr: 0x42270, symSize: 0x1A0 }
+ - { offsetInCU: 0x108AA, offset: 0x91194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA16EnterRoomRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1A170, symBinAddr: 0x42580, symSize: 0x340 }
+ - { offsetInCU: 0x10922, offset: 0x9120C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFAA0A17InvitationRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1A600, symBinAddr: 0x42A10, symSize: 0x3D0 }
+ - { offsetInCU: 0x1099A, offset: 0x91284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE13handleCommand_7handleryAA0F0_pSg_ypSgtFTf4nnd_n', symObjAddr: 0x1AE10, symBinAddr: 0x43220, symSize: 0x280 }
+ - { offsetInCU: 0x10A28, offset: 0x91312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA19AuthenticateRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1B180, symBinAddr: 0x43590, symSize: 0xF0 }
+ - { offsetInCU: 0x10A74, offset: 0x9135E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA16EnterRoomRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1B370, symBinAddr: 0x43780, symSize: 0x120 }
+ - { offsetInCU: 0x10AC0, offset: 0x913AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFAA0A17InvitationRequestV_Tg5Tf4nnd_n', symObjAddr: 0x1B580, symBinAddr: 0x43990, symSize: 0x130 }
+ - { offsetInCU: 0x10B0C, offset: 0x913F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResultablePAAE11handleError_7handleryAA8SBCErrorCSg_ypSgtFTf4nnd_n', symObjAddr: 0x1B7C0, symBinAddr: 0x43BD0, symSize: 0x1A0 }
+ - { offsetInCU: 0x10B66, offset: 0x91450, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x1B960, symBinAddr: 0x43D70, symSize: 0x60 }
+ - { offsetInCU: 0x10B7A, offset: 0x91464, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x1B9C0, symBinAddr: 0x43DD0, symSize: 0x40 }
+ - { offsetInCU: 0x10B99, offset: 0x91483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA11RespondableAAWl', symObjAddr: 0x1BB80, symBinAddr: 0x43F90, symSize: 0x30 }
+ - { offsetInCU: 0x10BAD, offset: 0x91497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA11RespondableAAWI', symObjAddr: 0x1BBB0, symBinAddr: 0x43FC0, symSize: 0x30 }
+ - { offsetInCU: 0x10BC1, offset: 0x914AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA8ResponseAAWl', symObjAddr: 0x1BBE0, symBinAddr: 0x43FF0, symSize: 0x30 }
+ - { offsetInCU: 0x10BD5, offset: 0x914BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAcA17StrategyDecodableAAWl', symObjAddr: 0x1BC10, symBinAddr: 0x44020, symSize: 0x30 }
+ - { offsetInCU: 0x10BE9, offset: 0x914D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA8ResponseAAWI', symObjAddr: 0x1BC40, symBinAddr: 0x44050, symSize: 0x20 }
+ - { offsetInCU: 0x10BFD, offset: 0x914E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVACSeAAWl', symObjAddr: 0x1BC60, symBinAddr: 0x44070, symSize: 0x30 }
+ - { offsetInCU: 0x10C11, offset: 0x914FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVAA17StrategyDecodableAAWI', symObjAddr: 0x1BC90, symBinAddr: 0x440A0, symSize: 0x20 }
+ - { offsetInCU: 0x10C25, offset: 0x9150F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwCP', symObjAddr: 0x1BCB0, symBinAddr: 0x440C0, symSize: 0x30 }
+ - { offsetInCU: 0x10C39, offset: 0x91523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwxx', symObjAddr: 0x1BCE0, symBinAddr: 0x440F0, symSize: 0x30 }
+ - { offsetInCU: 0x10C4D, offset: 0x91537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwcp', symObjAddr: 0x1BD10, symBinAddr: 0x44120, symSize: 0x60 }
+ - { offsetInCU: 0x10C61, offset: 0x9154B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwca', symObjAddr: 0x1BD70, symBinAddr: 0x44180, symSize: 0x90 }
+ - { offsetInCU: 0x10C75, offset: 0x9155F, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x1BE00, symBinAddr: 0x44210, symSize: 0x20 }
+ - { offsetInCU: 0x10C89, offset: 0x91573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwta', symObjAddr: 0x1BE20, symBinAddr: 0x44230, symSize: 0x80 }
+ - { offsetInCU: 0x10C9D, offset: 0x91587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwet', symObjAddr: 0x1BEA0, symBinAddr: 0x442B0, symSize: 0x40 }
+ - { offsetInCU: 0x10CB1, offset: 0x9159B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwst', symObjAddr: 0x1BEE0, symBinAddr: 0x442F0, symSize: 0x50 }
+ - { offsetInCU: 0x10CC5, offset: 0x915AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwug', symObjAddr: 0x1BF30, symBinAddr: 0x44340, symSize: 0x20 }
+ - { offsetInCU: 0x10CD9, offset: 0x915C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwup', symObjAddr: 0x1BF50, symBinAddr: 0x44360, symSize: 0x10 }
+ - { offsetInCU: 0x10CED, offset: 0x915D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOwui', symObjAddr: 0x1BF60, symBinAddr: 0x44370, symSize: 0x30 }
+ - { offsetInCU: 0x10D01, offset: 0x915EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOMa', symObjAddr: 0x1BF90, symBinAddr: 0x443A0, symSize: 0x10 }
+ - { offsetInCU: 0x10D15, offset: 0x915FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwCP', symObjAddr: 0x1C000, symBinAddr: 0x44410, symSize: 0x40 }
+ - { offsetInCU: 0x10D29, offset: 0x91613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwxx', symObjAddr: 0x1C040, symBinAddr: 0x44450, symSize: 0x20 }
+ - { offsetInCU: 0x10D3D, offset: 0x91627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwcp', symObjAddr: 0x1C060, symBinAddr: 0x44470, symSize: 0x40 }
+ - { offsetInCU: 0x10D51, offset: 0x9163B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwca', symObjAddr: 0x1C0A0, symBinAddr: 0x444B0, symSize: 0x40 }
+ - { offsetInCU: 0x10D65, offset: 0x9164F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwta', symObjAddr: 0x1C0F0, symBinAddr: 0x444F0, symSize: 0x30 }
+ - { offsetInCU: 0x10D79, offset: 0x91663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwet', symObjAddr: 0x1C120, symBinAddr: 0x44520, symSize: 0x50 }
+ - { offsetInCU: 0x10D8D, offset: 0x91677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVwst', symObjAddr: 0x1C170, symBinAddr: 0x44570, symSize: 0x60 }
+ - { offsetInCU: 0x10DA1, offset: 0x9168B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVMa', symObjAddr: 0x1C1D0, symBinAddr: 0x445D0, symSize: 0x10 }
+ - { offsetInCU: 0x10DB5, offset: 0x9169F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVACSeAAWl', symObjAddr: 0x1C220, symBinAddr: 0x44620, symSize: 0x30 }
+ - { offsetInCU: 0x10DC9, offset: 0x916B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1C250, symBinAddr: 0x44650, symSize: 0x30 }
+ - { offsetInCU: 0x10DDD, offset: 0x916C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C280, symBinAddr: 0x44680, symSize: 0x80 }
+ - { offsetInCU: 0x10DF1, offset: 0x916DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSgWOe', symObjAddr: 0x1C300, symBinAddr: 0x44700, symSize: 0x20 }
+ - { offsetInCU: 0x10E05, offset: 0x916EF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x1C320, symBinAddr: 0x44720, symSize: 0x20 }
+ - { offsetInCU: 0x10E19, offset: 0x91703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C340, symBinAddr: 0x44740, symSize: 0x80 }
+ - { offsetInCU: 0x10E2D, offset: 0x91717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACSeAAWl', symObjAddr: 0x1C440, symBinAddr: 0x44810, symSize: 0x30 }
+ - { offsetInCU: 0x10E41, offset: 0x9172B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOe', symObjAddr: 0x1C470, symBinAddr: 0x44840, symSize: 0x90 }
+ - { offsetInCU: 0x10E55, offset: 0x9173F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVACSeAAWl', symObjAddr: 0x1C570, symBinAddr: 0x44940, symSize: 0x30 }
+ - { offsetInCU: 0x10E69, offset: 0x91753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA11RespondableAAWl', symObjAddr: 0x1C5A0, symBinAddr: 0x44970, symSize: 0x30 }
+ - { offsetInCU: 0x10E7D, offset: 0x91767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C5D0, symBinAddr: 0x449A0, symSize: 0x80 }
+ - { offsetInCU: 0x10E91, offset: 0x9177B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA11RespondableAAWl', symObjAddr: 0x1C650, symBinAddr: 0x44A20, symSize: 0x30 }
+ - { offsetInCU: 0x10EA5, offset: 0x9178F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVACSeAAWl', symObjAddr: 0x1C680, symBinAddr: 0x44A50, symSize: 0x30 }
+ - { offsetInCU: 0x10EB9, offset: 0x917A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C6B0, symBinAddr: 0x44A80, symSize: 0x80 }
+ - { offsetInCU: 0x10ECD, offset: 0x917B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C730, symBinAddr: 0x44B00, symSize: 0x80 }
+ - { offsetInCU: 0x10EE1, offset: 0x917CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C7B0, symBinAddr: 0x44B80, symSize: 0x80 }
+ - { offsetInCU: 0x10EF5, offset: 0x917DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C830, symBinAddr: 0x44C00, symSize: 0x80 }
+ - { offsetInCU: 0x10F09, offset: 0x917F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C8B0, symBinAddr: 0x44C80, symSize: 0x80 }
+ - { offsetInCU: 0x10F1D, offset: 0x91807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C930, symBinAddr: 0x44D00, symSize: 0x80 }
+ - { offsetInCU: 0x10F31, offset: 0x9181B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1C9B0, symBinAddr: 0x44D80, symSize: 0x80 }
+ - { offsetInCU: 0x10F45, offset: 0x9182F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CA30, symBinAddr: 0x44E00, symSize: 0x80 }
+ - { offsetInCU: 0x10F59, offset: 0x91843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA11RespondableAAWl', symObjAddr: 0x1CAB0, symBinAddr: 0x44E80, symSize: 0x30 }
+ - { offsetInCU: 0x10F6D, offset: 0x91857, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVACSeAAWl', symObjAddr: 0x1CAE0, symBinAddr: 0x44EB0, symSize: 0x30 }
+ - { offsetInCU: 0x10F81, offset: 0x9186B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CB10, symBinAddr: 0x44EE0, symSize: 0x80 }
+ - { offsetInCU: 0x10F95, offset: 0x9187F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CB90, symBinAddr: 0x44F60, symSize: 0x80 }
+ - { offsetInCU: 0x10FA9, offset: 0x91893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CC10, symBinAddr: 0x44FE0, symSize: 0x80 }
+ - { offsetInCU: 0x10FBD, offset: 0x918A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CC90, symBinAddr: 0x45060, symSize: 0x80 }
+ - { offsetInCU: 0x10FD1, offset: 0x918BB, size: 0x8, addend: 0x0, symName: ___swift_project_value_buffer, symObjAddr: 0x1CD10, symBinAddr: 0x450E0, symSize: 0x20 }
+ - { offsetInCU: 0x10FE5, offset: 0x918CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CD30, symBinAddr: 0x45100, symSize: 0x80 }
+ - { offsetInCU: 0x10FF9, offset: 0x918E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CDB0, symBinAddr: 0x45180, symSize: 0x80 }
+ - { offsetInCU: 0x1100D, offset: 0x918F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CE30, symBinAddr: 0x45200, symSize: 0x80 }
+ - { offsetInCU: 0x11021, offset: 0x9190B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVACSeAAWl', symObjAddr: 0x1CF70, symBinAddr: 0x45340, symSize: 0x30 }
+ - { offsetInCU: 0x11035, offset: 0x9191F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1CFA0, symBinAddr: 0x45370, symSize: 0x30 }
+ - { offsetInCU: 0x11049, offset: 0x91933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1CFD0, symBinAddr: 0x453A0, symSize: 0x80 }
+ - { offsetInCU: 0x1105D, offset: 0x91947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCSgxSgSesSeRzlWl', symObjAddr: 0x1D050, symBinAddr: 0x45420, symSize: 0x80 }
+ - { offsetInCU: 0x11071, offset: 0x9195B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVSgWOe', symObjAddr: 0x1D140, symBinAddr: 0x45510, symSize: 0x80 }
+ - { offsetInCU: 0x11085, offset: 0x9196F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVACSeAAWl', symObjAddr: 0x1D210, symBinAddr: 0x455E0, symSize: 0x30 }
+ - { offsetInCU: 0x11099, offset: 0x91983, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA11RespondableAAWl', symObjAddr: 0x1D240, symBinAddr: 0x45610, symSize: 0x30 }
+ - { offsetInCU: 0x110AD, offset: 0x91997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSgWOe', symObjAddr: 0x1D270, symBinAddr: 0x45640, symSize: 0x30 }
+ - { offsetInCU: 0x110C1, offset: 0x919AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSgWOb', symObjAddr: 0x1D2D0, symBinAddr: 0x456A0, symSize: 0x40 }
+ - { offsetInCU: 0x110D5, offset: 0x919BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA11RespondableAAWl', symObjAddr: 0x1D310, symBinAddr: 0x456E0, symSize: 0x30 }
+ - { offsetInCU: 0x110E9, offset: 0x919D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVACSeAAWl', symObjAddr: 0x1D370, symBinAddr: 0x45740, symSize: 0x30 }
+ - { offsetInCU: 0x110FD, offset: 0x919E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOWOy', symObjAddr: 0x1D3A0, symBinAddr: 0x45770, symSize: 0x20 }
+ - { offsetInCU: 0x11111, offset: 0x919FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOWOe', symObjAddr: 0x1D3C0, symBinAddr: 0x45790, symSize: 0x20 }
+ - { offsetInCU: 0x11125, offset: 0x91A0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs0F3KeyAAWl', symObjAddr: 0x1D410, symBinAddr: 0x457B0, symSize: 0x30 }
+ - { offsetInCU: 0x11139, offset: 0x91A23, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVACSeAAWl', symObjAddr: 0x1D440, symBinAddr: 0x457E0, symSize: 0x30 }
+ - { offsetInCU: 0x1114D, offset: 0x91A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwet', symObjAddr: 0x1D490, symBinAddr: 0x45810, symSize: 0x50 }
+ - { offsetInCU: 0x11161, offset: 0x91A4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwst', symObjAddr: 0x1D4E0, symBinAddr: 0x45860, symSize: 0xA0 }
+ - { offsetInCU: 0x11175, offset: 0x91A5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwug', symObjAddr: 0x1D580, symBinAddr: 0x45900, symSize: 0x10 }
+ - { offsetInCU: 0x11189, offset: 0x91A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwup', symObjAddr: 0x1D590, symBinAddr: 0x45910, symSize: 0x10 }
+ - { offsetInCU: 0x1119D, offset: 0x91A87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOwui', symObjAddr: 0x1D5A0, symBinAddr: 0x45920, symSize: 0x10 }
+ - { offsetInCU: 0x111B1, offset: 0x91A9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOMa', symObjAddr: 0x1D5B0, symBinAddr: 0x45930, symSize: 0x10 }
+ - { offsetInCU: 0x111C5, offset: 0x91AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASQWb', symObjAddr: 0x1D5C0, symBinAddr: 0x45940, symSize: 0x10 }
+ - { offsetInCU: 0x111D9, offset: 0x91AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFSQAAWl', symObjAddr: 0x1D5D0, symBinAddr: 0x45950, symSize: 0x30 }
+ - { offsetInCU: 0x111ED, offset: 0x91AD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1D600, symBinAddr: 0x45980, symSize: 0x10 }
+ - { offsetInCU: 0x11201, offset: 0x91AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1D610, symBinAddr: 0x45990, symSize: 0x30 }
+ - { offsetInCU: 0x11215, offset: 0x91AFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1D640, symBinAddr: 0x459C0, symSize: 0x10 }
+ - { offsetInCU: 0x11229, offset: 0x91B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1D650, symBinAddr: 0x459D0, symSize: 0x30 }
+ - { offsetInCU: 0x1156E, offset: 0x91E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x16490, symBinAddr: 0x3E910, symSize: 0x30 }
+ - { offsetInCU: 0x11611, offset: 0x91EFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x16510, symBinAddr: 0x3E990, symSize: 0x20 }
+ - { offsetInCU: 0x1162D, offset: 0x91F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeV10CodingKeys33_9F42BD06128E9FB3CB140AFD2E526BCALLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x16530, symBinAddr: 0x3E9B0, symSize: 0x20 }
+ - { offsetInCU: 0x8B, offset: 0x928BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueSSvg', symObjAddr: 0x150, symBinAddr: 0x45B80, symSize: 0x110 }
+ - { offsetInCU: 0xF2, offset: 0x92926, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO11stringValueAESgSS_tcfC', symObjAddr: 0x2E0, symBinAddr: 0x45D10, symSize: 0x10 }
+ - { offsetInCU: 0x125, offset: 0x92959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0xE40, symBinAddr: 0x46870, symSize: 0x1A0 }
+ - { offsetInCU: 0x154, offset: 0x92988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO3cmdAA0D3KeyOSgvg', symObjAddr: 0xFE0, symBinAddr: 0x46A10, symSize: 0x10 }
+ - { offsetInCU: 0x17F, offset: 0x929B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueAESgSS_tcfC', symObjAddr: 0xFF0, symBinAddr: 0x46A20, symSize: 0x10 }
+ - { offsetInCU: 0x193, offset: 0x929C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8intValueAESgSi_tcfC', symObjAddr: 0x1000, symBinAddr: 0x46A30, symSize: 0x10 }
+ - { offsetInCU: 0x1BA, offset: 0x929EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8intValueSiSgvg', symObjAddr: 0x1010, symBinAddr: 0x46A40, symSize: 0x10 }
+ - { offsetInCU: 0x1E1, offset: 0x92A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueSSvg', symObjAddr: 0x1020, symBinAddr: 0x46A50, symSize: 0x110 }
+ - { offsetInCU: 0x200, offset: 0x92A34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x1300, symBinAddr: 0x46D30, symSize: 0x30 }
+ - { offsetInCU: 0x231, offset: 0x92A65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x1330, symBinAddr: 0x46D60, symSize: 0x30 }
+ - { offsetInCU: 0x24D, offset: 0x92A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAA0D4TypeA2aFP05valueG0AA0D0_SepXpSgvgTW', symObjAddr: 0x1360, symBinAddr: 0x46D90, symSize: 0x10 }
+ - { offsetInCU: 0x269, offset: 0x92A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAA0D4TypeA2aFP3cmdAA0D3KeyOSgvgTW', symObjAddr: 0x1370, symBinAddr: 0x46DA0, symSize: 0x10 }
+ - { offsetInCU: 0x285, offset: 0x92AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x1380, symBinAddr: 0x46DB0, symSize: 0x10 }
+ - { offsetInCU: 0x2A1, offset: 0x92AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1390, symBinAddr: 0x46DC0, symSize: 0x20 }
+ - { offsetInCU: 0x2F1, offset: 0x92B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x13B0, symBinAddr: 0x46DE0, symSize: 0x10 }
+ - { offsetInCU: 0x30D, offset: 0x92B41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x13C0, symBinAddr: 0x46DF0, symSize: 0x10 }
+ - { offsetInCU: 0x329, offset: 0x92B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1B90, symBinAddr: 0x475C0, symSize: 0x70 }
+ - { offsetInCU: 0x37B, offset: 0x92BAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueSSvg', symObjAddr: 0x140, symBinAddr: 0x45B70, symSize: 0x10 }
+ - { offsetInCU: 0x3C1, offset: 0x92BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO11stringValueAESgSS_tcfC', symObjAddr: 0x2D0, symBinAddr: 0x45D00, symSize: 0x10 }
+ - { offsetInCU: 0x3F4, offset: 0x92C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO3cmdAA0D3KeyOSgvg', symObjAddr: 0x3D0, symBinAddr: 0x45E00, symSize: 0x20 }
+ - { offsetInCU: 0x411, offset: 0x92C45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0x3F0, symBinAddr: 0x45E20, symSize: 0x490 }
+ - { offsetInCU: 0x440, offset: 0x92C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueAESgSS_tcfC', symObjAddr: 0x880, symBinAddr: 0x462B0, symSize: 0x10 }
+ - { offsetInCU: 0x454, offset: 0x92C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8intValueAESgSi_tcfC', symObjAddr: 0x890, symBinAddr: 0x462C0, symSize: 0x10 }
+ - { offsetInCU: 0x47B, offset: 0x92CAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8intValueSiSgvg', symObjAddr: 0x8A0, symBinAddr: 0x462D0, symSize: 0x10 }
+ - { offsetInCU: 0x4A2, offset: 0x92CD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueSSvg', symObjAddr: 0x8B0, symBinAddr: 0x462E0, symSize: 0x360 }
+ - { offsetInCU: 0x4CD, offset: 0x92D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xC90, symBinAddr: 0x466C0, symSize: 0x30 }
+ - { offsetInCU: 0x4FE, offset: 0x92D32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xCC0, symBinAddr: 0x466F0, symSize: 0x30 }
+ - { offsetInCU: 0x51A, offset: 0x92D4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAA0D4TypeA2aFP05valueH0AA0D0_SepXpSgvgTW', symObjAddr: 0xCF0, symBinAddr: 0x46720, symSize: 0x10 }
+ - { offsetInCU: 0x554, offset: 0x92D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAA0D4TypeA2aFP3cmdAA0D3KeyOSgvgTW', symObjAddr: 0xD00, symBinAddr: 0x46730, symSize: 0x20 }
+ - { offsetInCU: 0x586, offset: 0x92DBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD20, symBinAddr: 0x46750, symSize: 0x10 }
+ - { offsetInCU: 0x5B7, offset: 0x92DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD30, symBinAddr: 0x46760, symSize: 0x20 }
+ - { offsetInCU: 0x607, offset: 0x92E3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD50, symBinAddr: 0x46780, symSize: 0x10 }
+ - { offsetInCU: 0x623, offset: 0x92E57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD60, symBinAddr: 0x46790, symSize: 0x10 }
+ - { offsetInCU: 0x63F, offset: 0x92E73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x1B10, symBinAddr: 0x47540, symSize: 0x80 }
+ - { offsetInCU: 0x66B, offset: 0x92E9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValueSSvg', symObjAddr: 0x0, symBinAddr: 0x45A30, symSize: 0x140 }
+ - { offsetInCU: 0x737, offset: 0x92F6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValueACSgSS_tcfC', symObjAddr: 0x260, symBinAddr: 0x45C90, symSize: 0x70 }
+ - { offsetInCU: 0x7D0, offset: 0x93004, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO8rawValue8callTypeACSgSS_AA04CallI0OtcfC', symObjAddr: 0x2F0, symBinAddr: 0x45D20, symSize: 0x30 }
+ - { offsetInCU: 0x8AC, offset: 0x930E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO6encode2toys7Encoder_p_tKF', symObjAddr: 0x320, symBinAddr: 0x45D50, symSize: 0xA0 }
+ - { offsetInCU: 0x8E6, offset: 0x9311A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3C0, symBinAddr: 0x45DF0, symSize: 0x10 }
+ - { offsetInCU: 0x8FA, offset: 0x9312E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO3cmdAA0D3KeyOSgvg', symObjAddr: 0x14A0, symBinAddr: 0x46ED0, symSize: 0x20 }
+ - { offsetInCU: 0x964, offset: 0x93198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO9valueTypeAA0D0_SepXpSgvg', symObjAddr: 0x14C0, symBinAddr: 0x46EF0, symSize: 0x40 }
+ - { offsetInCU: 0x9DD, offset: 0x93211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1500, symBinAddr: 0x46F30, symSize: 0x80 }
+ - { offsetInCU: 0xA16, offset: 0x9324A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1580, symBinAddr: 0x46FB0, symSize: 0x80 }
+ - { offsetInCU: 0xA4C, offset: 0x93280, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1600, symBinAddr: 0x47030, symSize: 0x10 }
+ - { offsetInCU: 0xA73, offset: 0x932A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1610, symBinAddr: 0x47040, symSize: 0x10 }
+ - { offsetInCU: 0xA9A, offset: 0x932CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO8rawValueSSvg', symObjAddr: 0x1620, symBinAddr: 0x47050, symSize: 0x40 }
+ - { offsetInCU: 0xAC1, offset: 0x932F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysO11stringValueSSvg', symObjAddr: 0x1660, symBinAddr: 0x47090, symSize: 0x40 }
+ - { offsetInCU: 0xAF7, offset: 0x9332B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x17F0, symBinAddr: 0x47220, symSize: 0x90 }
+ - { offsetInCU: 0xB2B, offset: 0x9335F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x1880, symBinAddr: 0x472B0, symSize: 0x30 }
+ - { offsetInCU: 0xB3F, offset: 0x93373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x18B0, symBinAddr: 0x472E0, symSize: 0x10 }
+ - { offsetInCU: 0xB75, offset: 0x933A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x18C0, symBinAddr: 0x472F0, symSize: 0x90 }
+ - { offsetInCU: 0xBC0, offset: 0x933F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1950, symBinAddr: 0x47380, symSize: 0x10 }
+ - { offsetInCU: 0xBDC, offset: 0x93410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1960, symBinAddr: 0x47390, symSize: 0x10 }
+ - { offsetInCU: 0xC77, offset: 0x934AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x19B0, symBinAddr: 0x473E0, symSize: 0x70 }
+ - { offsetInCU: 0xD1C, offset: 0x93550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1A20, symBinAddr: 0x47450, symSize: 0x30 }
+ - { offsetInCU: 0xD4E, offset: 0x93582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1A50, symBinAddr: 0x47480, symSize: 0x20 }
+ - { offsetInCU: 0xDD4, offset: 0x93608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A70, symBinAddr: 0x474A0, symSize: 0xA0 }
+ - { offsetInCU: 0xE28, offset: 0x9365C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1C90, symBinAddr: 0x47660, symSize: 0x330 }
+ - { offsetInCU: 0xF26, offset: 0x9375A, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x1C30, symBinAddr: 0x47630, symSize: 0x30 }
+ - { offsetInCU: 0xF3A, offset: 0x9376E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSHAASQWb', symObjAddr: 0x2030, symBinAddr: 0x479C0, symSize: 0x10 }
+ - { offsetInCU: 0xF4E, offset: 0x93782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESQAAWl', symObjAddr: 0x2040, symBinAddr: 0x479D0, symSize: 0x30 }
+ - { offsetInCU: 0xF62, offset: 0x93796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs9CodingKeyAAWl', symObjAddr: 0x2090, symBinAddr: 0x47A20, symSize: 0x30 }
+ - { offsetInCU: 0xF76, offset: 0x937AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESeAAWl', symObjAddr: 0x20C0, symBinAddr: 0x47A50, symSize: 0x30 }
+ - { offsetInCU: 0xF8A, offset: 0x937BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESEAAWl', symObjAddr: 0x20F0, symBinAddr: 0x47A80, symSize: 0x30 }
+ - { offsetInCU: 0xF9E, offset: 0x937D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2120, symBinAddr: 0x47AB0, symSize: 0x10 }
+ - { offsetInCU: 0xFB2, offset: 0x937E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2130, symBinAddr: 0x47AC0, symSize: 0x30 }
+ - { offsetInCU: 0xFC6, offset: 0x937FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2160, symBinAddr: 0x47AF0, symSize: 0x10 }
+ - { offsetInCU: 0xFDA, offset: 0x9380E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2170, symBinAddr: 0x47B00, symSize: 0x30 }
+ - { offsetInCU: 0xFEE, offset: 0x93822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSHAASQWb', symObjAddr: 0x21A0, symBinAddr: 0x47B30, symSize: 0x10 }
+ - { offsetInCU: 0x1002, offset: 0x93836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESQAAWl', symObjAddr: 0x21B0, symBinAddr: 0x47B40, symSize: 0x30 }
+ - { offsetInCU: 0x1016, offset: 0x9384A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs9CodingKeyAAWl', symObjAddr: 0x2240, symBinAddr: 0x47BD0, symSize: 0x30 }
+ - { offsetInCU: 0x102A, offset: 0x9385E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESEAAWl', symObjAddr: 0x22A0, symBinAddr: 0x47C00, symSize: 0x30 }
+ - { offsetInCU: 0x103E, offset: 0x93872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x22D0, symBinAddr: 0x47C30, symSize: 0x10 }
+ - { offsetInCU: 0x1052, offset: 0x93886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x22E0, symBinAddr: 0x47C40, symSize: 0x30 }
+ - { offsetInCU: 0x1066, offset: 0x9389A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2310, symBinAddr: 0x47C70, symSize: 0x10 }
+ - { offsetInCU: 0x107A, offset: 0x938AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2320, symBinAddr: 0x47C80, symSize: 0x30 }
+ - { offsetInCU: 0x108E, offset: 0x938C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASQWb', symObjAddr: 0x2350, symBinAddr: 0x47CB0, symSize: 0x10 }
+ - { offsetInCU: 0x10A2, offset: 0x938D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAESQAAWl', symObjAddr: 0x2360, symBinAddr: 0x47CC0, symSize: 0x30 }
+ - { offsetInCU: 0x10B6, offset: 0x938EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2390, symBinAddr: 0x47CF0, symSize: 0x10 }
+ - { offsetInCU: 0x10CA, offset: 0x938FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x23A0, symBinAddr: 0x47D00, symSize: 0x30 }
+ - { offsetInCU: 0x10DE, offset: 0x93912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x23D0, symBinAddr: 0x47D30, symSize: 0x10 }
+ - { offsetInCU: 0x10F2, offset: 0x93926, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x23E0, symBinAddr: 0x47D40, symSize: 0x30 }
+ - { offsetInCU: 0x1106, offset: 0x9393A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwet', symObjAddr: 0x2430, symBinAddr: 0x47D70, symSize: 0x90 }
+ - { offsetInCU: 0x111A, offset: 0x9394E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwst', symObjAddr: 0x24C0, symBinAddr: 0x47E00, symSize: 0xD0 }
+ - { offsetInCU: 0x112E, offset: 0x93962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwug', symObjAddr: 0x2590, symBinAddr: 0x47ED0, symSize: 0x30 }
+ - { offsetInCU: 0x1142, offset: 0x93976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwup', symObjAddr: 0x25C0, symBinAddr: 0x47F00, symSize: 0x10 }
+ - { offsetInCU: 0x1156, offset: 0x9398A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOwui', symObjAddr: 0x25D0, symBinAddr: 0x47F10, symSize: 0x30 }
+ - { offsetInCU: 0x116A, offset: 0x9399E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesOMa', symObjAddr: 0x2600, symBinAddr: 0x47F40, symSize: 0x10 }
+ - { offsetInCU: 0x117E, offset: 0x939B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwet', symObjAddr: 0x2610, symBinAddr: 0x47F50, symSize: 0x80 }
+ - { offsetInCU: 0x1192, offset: 0x939C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwst', symObjAddr: 0x2690, symBinAddr: 0x47FD0, symSize: 0xD0 }
+ - { offsetInCU: 0x11A6, offset: 0x939DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwug', symObjAddr: 0x2760, symBinAddr: 0x480A0, symSize: 0x10 }
+ - { offsetInCU: 0x11BA, offset: 0x939EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwup', symObjAddr: 0x2770, symBinAddr: 0x480B0, symSize: 0x10 }
+ - { offsetInCU: 0x11CE, offset: 0x93A02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOwui', symObjAddr: 0x2780, symBinAddr: 0x480C0, symSize: 0x10 }
+ - { offsetInCU: 0x11E2, offset: 0x93A16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOMa', symObjAddr: 0x2790, symBinAddr: 0x480D0, symSize: 0x10 }
+ - { offsetInCU: 0x11F6, offset: 0x93A2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwet', symObjAddr: 0x27A0, symBinAddr: 0x480E0, symSize: 0x80 }
+ - { offsetInCU: 0x120A, offset: 0x93A3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwst', symObjAddr: 0x2820, symBinAddr: 0x48160, symSize: 0xD0 }
+ - { offsetInCU: 0x121E, offset: 0x93A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOwup', symObjAddr: 0x28F0, symBinAddr: 0x48230, symSize: 0x10 }
+ - { offsetInCU: 0x1232, offset: 0x93A66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOMa', symObjAddr: 0x2900, symBinAddr: 0x48240, symSize: 0x10 }
+ - { offsetInCU: 0x1246, offset: 0x93A7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwet', symObjAddr: 0x2910, symBinAddr: 0x48250, symSize: 0x80 }
+ - { offsetInCU: 0x125A, offset: 0x93A8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwst', symObjAddr: 0x2990, symBinAddr: 0x482D0, symSize: 0xD0 }
+ - { offsetInCU: 0x126E, offset: 0x93AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwug', symObjAddr: 0x2A60, symBinAddr: 0x483A0, symSize: 0x10 }
+ - { offsetInCU: 0x1282, offset: 0x93AB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwup', symObjAddr: 0x2A70, symBinAddr: 0x483B0, symSize: 0x10 }
+ - { offsetInCU: 0x1296, offset: 0x93ACA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOwui', symObjAddr: 0x2A80, symBinAddr: 0x483C0, symSize: 0x10 }
+ - { offsetInCU: 0x12AA, offset: 0x93ADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOMa', symObjAddr: 0x2A90, symBinAddr: 0x483D0, symSize: 0x10 }
+ - { offsetInCU: 0x12BE, offset: 0x93AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2AA0, symBinAddr: 0x483E0, symSize: 0x30 }
+ - { offsetInCU: 0x12D2, offset: 0x93B06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOAESYAAWl', symObjAddr: 0x2AD0, symBinAddr: 0x48410, symSize: 0x30 }
+ - { offsetInCU: 0x12E6, offset: 0x93B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOAESYAAWl', symObjAddr: 0x2B00, symBinAddr: 0x48440, symSize: 0x30 }
+ - { offsetInCU: 0x12FA, offset: 0x93B2E, size: 0x8, addend: 0x0, symName: '_$ss22KeyedDecodingContainerVy13SendBirdCalls12CommandTypesO10CodingKeysOGSgWOh', symObjAddr: 0x2B30, symBinAddr: 0x48470, symSize: 0x30 }
+ - { offsetInCU: 0x130E, offset: 0x93B42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSeAAWl', symObjAddr: 0x2B60, symBinAddr: 0x484A0, symSize: 0x30 }
+ - { offsetInCU: 0x1351, offset: 0x93B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD70, symBinAddr: 0x467A0, symSize: 0x50 }
+ - { offsetInCU: 0x1374, offset: 0x93BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xDC0, symBinAddr: 0x467F0, symSize: 0x40 }
+ - { offsetInCU: 0x1397, offset: 0x93BCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xE00, symBinAddr: 0x46830, symSize: 0x20 }
+ - { offsetInCU: 0x13B3, offset: 0x93BE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10DirectCallOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xE20, symBinAddr: 0x46850, symSize: 0x20 }
+ - { offsetInCU: 0x13CF, offset: 0x93C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x13D0, symBinAddr: 0x46E00, symSize: 0x50 }
+ - { offsetInCU: 0x13F2, offset: 0x93C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1420, symBinAddr: 0x46E50, symSize: 0x40 }
+ - { offsetInCU: 0x1415, offset: 0x93C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1460, symBinAddr: 0x46E90, symSize: 0x20 }
+ - { offsetInCU: 0x1431, offset: 0x93C65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO4RoomOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1480, symBinAddr: 0x46EB0, symSize: 0x20 }
+ - { offsetInCU: 0x1477, offset: 0x93CAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x16A0, symBinAddr: 0x470D0, symSize: 0x80 }
+ - { offsetInCU: 0x1546, offset: 0x93D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1720, symBinAddr: 0x47150, symSize: 0x50 }
+ - { offsetInCU: 0x15DC, offset: 0x93E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1770, symBinAddr: 0x471A0, symSize: 0x30 }
+ - { offsetInCU: 0x162E, offset: 0x93E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x17A0, symBinAddr: 0x471D0, symSize: 0x50 }
+ - { offsetInCU: 0x16A2, offset: 0x93ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1970, symBinAddr: 0x473A0, symSize: 0x20 }
+ - { offsetInCU: 0x16BE, offset: 0x93EF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12CommandTypesO10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1990, symBinAddr: 0x473C0, symSize: 0x20 }
+ - { offsetInCU: 0xB8, offset: 0x941D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15LogDescriptablePAAE6result8filteredSSSgSDySSAA0D6Symbol_pG_tF', symObjAddr: 0x0, symBinAddr: 0x484F0, symSize: 0x5A0 }
+ - { offsetInCU: 0x704, offset: 0x94820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorV6result4with15shouldAlwaysLogSSSgSDySSAA0K6Symbol_pG_SbtF', symObjAddr: 0x5A0, symBinAddr: 0x48A90, symSize: 0x20 }
+ - { offsetInCU: 0x749, offset: 0x94865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAEycfC', symObjAddr: 0x5C0, symBinAddr: 0x48AB0, symSize: 0x10 }
+ - { offsetInCU: 0x79D, offset: 0x948B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x5D0, symBinAddr: 0x48AC0, symSize: 0x20 }
+ - { offsetInCU: 0x7BD, offset: 0x948D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x5D0, symBinAddr: 0x48AC0, symSize: 0x20 }
+ - { offsetInCU: 0x815, offset: 0x94931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorV6result4with15shouldAlwaysLogSSSgSDySSAA0K6Symbol_pG_SbtF', symObjAddr: 0x5F0, symBinAddr: 0x48AE0, symSize: 0x40 }
+ - { offsetInCU: 0x856, offset: 0x94972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVAEycfC', symObjAddr: 0x630, symBinAddr: 0x48B20, symSize: 0x10 }
+ - { offsetInCU: 0x8AA, offset: 0x949C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVAA15LogDescriptableA2aFP6result4with012shouldAlwaysG0SSSgSDySSAA0G6Symbol_pG_SbtFTW', symObjAddr: 0x640, symBinAddr: 0x48B30, symSize: 0x40 }
+ - { offsetInCU: 0x907, offset: 0x94A23, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls9LogSymbol_p_Tg5', symObjAddr: 0x680, symBinAddr: 0x48B70, symSize: 0x20 }
+ - { offsetInCU: 0x91F, offset: 0x94A3B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x6A0, symBinAddr: 0x48B90, symSize: 0x20 }
+ - { offsetInCU: 0x937, offset: 0x94A53, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x6C0, symBinAddr: 0x48BB0, symSize: 0x20 }
+ - { offsetInCU: 0x94F, offset: 0x94A6B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls15DirectCallTimerC_Tg5', symObjAddr: 0x6E0, symBinAddr: 0x48BD0, symSize: 0x20 }
+ - { offsetInCU: 0x967, offset: 0x94A83, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x700, symBinAddr: 0x48BF0, symSize: 0x20 }
+ - { offsetInCU: 0x97F, offset: 0x94A9B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x720, symBinAddr: 0x48C10, symSize: 0x20 }
+ - { offsetInCU: 0x997, offset: 0x94AB3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls7SBTimerC_Tg5', symObjAddr: 0x740, symBinAddr: 0x48C30, symSize: 0x20 }
+ - { offsetInCU: 0x9AF, offset: 0x94ACB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x760, symBinAddr: 0x48C50, symSize: 0x20 }
+ - { offsetInCU: 0x9C7, offset: 0x94AE3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls10DirectCallC_Tg5', symObjAddr: 0x780, symBinAddr: 0x48C70, symSize: 0x20 }
+ - { offsetInCU: 0x9DF, offset: 0x94AFB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls8RecorderC_Tg5', symObjAddr: 0x7A0, symBinAddr: 0x48C90, symSize: 0x20 }
+ - { offsetInCU: 0x9F7, offset: 0x94B13, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls9CandidateC_Tg5', symObjAddr: 0x7C0, symBinAddr: 0x48CB0, symSize: 0x20 }
+ - { offsetInCU: 0xA0F, offset: 0x94B2B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls4RoomC_Tg5', symObjAddr: 0x7E0, symBinAddr: 0x48CD0, symSize: 0x20 }
+ - { offsetInCU: 0xA27, offset: 0x94B43, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls11ParticipantC_Tg5', symObjAddr: 0x800, symBinAddr: 0x48CF0, symSize: 0x20 }
+ - { offsetInCU: 0xA3F, offset: 0x94B5B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls17RemoteParticipantC_Tg5', symObjAddr: 0x820, symBinAddr: 0x48D10, symSize: 0x20 }
+ - { offsetInCU: 0xA57, offset: 0x94B73, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF13SendBirdCalls12LogCollectorC0Q4ItemC_Tg5', symObjAddr: 0x840, symBinAddr: 0x48D30, symSize: 0x20 }
+ - { offsetInCU: 0xA6F, offset: 0x94B8B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x860, symBinAddr: 0x48D50, symSize: 0x20 }
+ - { offsetInCU: 0xAE9, offset: 0x94C05, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls9LogSymbol_pG_Tg506$sSa13fgh3AA9ij27_pRszlE6sortedSayAaB_pGyFSbq4B_p_Q9B_ptXEfU_Tf1cn_n', symObjAddr: 0x880, symBinAddr: 0x48D70, symSize: 0x60 }
+ - { offsetInCU: 0xBDA, offset: 0x94CF6, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1cn_n', symObjAddr: 0x8E0, symBinAddr: 0x48DD0, symSize: 0xF0 }
+ - { offsetInCU: 0xE02, offset: 0x94F1E, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1nnncn_n', symObjAddr: 0x9D0, symBinAddr: 0x48EC0, symSize: 0x640 }
+ - { offsetInCU: 0x118F, offset: 0x952AB, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls9LogSymbol_pG_Tg506$sSa13ijk3AA9lm27_pRszlE6sortedSayAaB_pGyFSbt4B_p_T9B_ptXEfU_Tf1nncn_n', symObjAddr: 0x1010, symBinAddr: 0x49500, symSize: 0x1B0 }
+ - { offsetInCU: 0x1311, offset: 0x9542D, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13fgh3AA9ij27_pRszlE6sortedSayAaB_pGyFSbq4B_p_Q9B_ptXEfU_Tf1nncn_n', symObjAddr: 0x11C0, symBinAddr: 0x496B0, symSize: 0x2E0 }
+ - { offsetInCU: 0x1512, offset: 0x9562E, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls9LogSymbol_p_Tg506$sSa13efg3AA9hi27_pRszlE6sortedSayAaB_pGyFSbp4B_p_P9B_ptXEfU_Tf1nncn_n', symObjAddr: 0x14A0, symBinAddr: 0x49990, symSize: 0x180 }
+ - { offsetInCU: 0x1697, offset: 0x957B3, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls9LogSymbol_p_Tg506$sSa13ghi3AA9jk27_pRszlE6sortedSayAaB_pGyFSbr4B_p_R9B_ptXEfU_Tf1nnnnc_n', symObjAddr: 0x1620, symBinAddr: 0x49B10, symSize: 0x3E0 }
+ - { offsetInCU: 0x1727, offset: 0x95843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pWOc', symObjAddr: 0x1A10, symBinAddr: 0x49F00, symSize: 0x30 }
+ - { offsetInCU: 0x173B, offset: 0x95857, size: 0x8, addend: 0x0, symName: '_$sSS3key_13SendBirdCalls9LogSymbol_p5valuetWOh', symObjAddr: 0x1A40, symBinAddr: 0x49F30, symSize: 0x30 }
+ - { offsetInCU: 0x174F, offset: 0x9586B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pWOb', symObjAddr: 0x1AB0, symBinAddr: 0x49F60, symSize: 0x20 }
+ - { offsetInCU: 0x1763, offset: 0x9587F, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x1B30, symBinAddr: 0x49F80, symSize: 0x40 }
+ - { offsetInCU: 0x1777, offset: 0x95893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18InternalDescriptorVMa', symObjAddr: 0x2210, symBinAddr: 0x4A630, symSize: 0x10 }
+ - { offsetInCU: 0x178B, offset: 0x958A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18ExternalDescriptorVMa', symObjAddr: 0x2220, symBinAddr: 0x4A640, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x95C5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5types_WZ', symObjAddr: 0x0, symBinAddr: 0x4A660, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0x95C7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvpZ', symObjAddr: 0x63A8, symBinAddr: 0x32BF88, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x95C98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvgZ', symObjAddr: 0xD0, symBinAddr: 0x4A730, symSize: 0x30 }
+ - { offsetInCU: 0x8E, offset: 0x95CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueSSvg', symObjAddr: 0x100, symBinAddr: 0x4A760, symSize: 0x1A0 }
+ - { offsetInCU: 0xBD, offset: 0x95CF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSS_tcfC', symObjAddr: 0x2A0, symBinAddr: 0x4A900, symSize: 0x10 }
+ - { offsetInCU: 0xD1, offset: 0x95D04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSSSg_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x4A910, symSize: 0x10 }
+ - { offsetInCU: 0x10B, offset: 0x95D3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x410, symBinAddr: 0x4AA70, symSize: 0x30 }
+ - { offsetInCU: 0x13D, offset: 0x95D70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x440, symBinAddr: 0x4AAA0, symSize: 0x20 }
+ - { offsetInCU: 0x17D, offset: 0x95DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSS_tcfCTf4nd_n', symObjAddr: 0x4F0, symBinAddr: 0x4AB50, symSize: 0x140 }
+ - { offsetInCU: 0x361, offset: 0x95F94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO8rawValueACSSSg_tcfCTf4nd_n', symObjAddr: 0x630, symBinAddr: 0x4AC90, symSize: 0x170 }
+ - { offsetInCU: 0x552, offset: 0x96185, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5types_WZ', symObjAddr: 0x0, symBinAddr: 0x4A660, symSize: 0xA0 }
+ - { offsetInCU: 0x5C1, offset: 0x961F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO5typesSayACGvau', symObjAddr: 0xA0, symBinAddr: 0x4A700, symSize: 0x30 }
+ - { offsetInCU: 0x66A, offset: 0x9629D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASQWb', symObjAddr: 0x7A0, symBinAddr: 0x4AE00, symSize: 0x10 }
+ - { offsetInCU: 0x67E, offset: 0x962B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSQAAWl', symObjAddr: 0x7B0, symBinAddr: 0x4AE10, symSize: 0x30 }
+ - { offsetInCU: 0x692, offset: 0x962C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOMa', symObjAddr: 0x7E0, symBinAddr: 0x4AE40, symSize: 0x10 }
+ - { offsetInCU: 0x6A6, offset: 0x962D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSYAAWl', symObjAddr: 0x7F0, symBinAddr: 0x4AE50, symSize: 0x30 }
+ - { offsetInCU: 0x717, offset: 0x9634A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C0, symBinAddr: 0x4A920, symSize: 0x80 }
+ - { offsetInCU: 0x7E6, offset: 0x96419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x4A9A0, symSize: 0x50 }
+ - { offsetInCU: 0x87C, offset: 0x964AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0x4A9F0, symSize: 0x30 }
+ - { offsetInCU: 0x8CE, offset: 0x96501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x4AA20, symSize: 0x50 }
+ - { offsetInCU: 0x942, offset: 0x96575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x460, symBinAddr: 0x4AAC0, symSize: 0x50 }
+ - { offsetInCU: 0x965, offset: 0x96598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4B0, symBinAddr: 0x4AB10, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x9681A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x4AE80, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x9682E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0x10, symBinAddr: 0x4AE90, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9684A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x40, symBinAddr: 0x4AEC0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x96866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x4AF00, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x96882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x4AF30, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x9689E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x4AF40, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x968C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x4AF80, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x969B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seq11commandType9messageId04callL013directCallLog12deliveryInfoACSiSg_AA0G5TypesO06DirectO0OS2SAA0toP0CAA08DeliveryR0VtcfC', symObjAddr: 0x570, symBinAddr: 0x4B2F0, symSize: 0xF0 }
+ - { offsetInCU: 0x28A, offset: 0x96A59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC3seq11commandType9messageId04callL013directCallLog12deliveryInfoACSiSg_AA0G5TypesO06DirectO0OS2SAA0toP0CAA08DeliveryR0Vtcfc', symObjAddr: 0x660, symBinAddr: 0x4B3E0, symSize: 0xC0 }
+ - { offsetInCU: 0x36A, offset: 0x96B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x720, symBinAddr: 0x4B4A0, symSize: 0x30 }
+ - { offsetInCU: 0x3C9, offset: 0x96B98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x4B4D0, symSize: 0x30 }
+ - { offsetInCU: 0x426, offset: 0x96BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfd', symObjAddr: 0x790, symBinAddr: 0x4B510, symSize: 0x40 }
+ - { offsetInCU: 0x477, offset: 0x96C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfD', symObjAddr: 0x7F0, symBinAddr: 0x4B550, symSize: 0x40 }
+ - { offsetInCU: 0x4D0, offset: 0x96C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x830, symBinAddr: 0x4B590, symSize: 0x50 }
+ - { offsetInCU: 0x4EC, offset: 0x96CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x890, symBinAddr: 0x4B5F0, symSize: 0x20 }
+ - { offsetInCU: 0x508, offset: 0x96CD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x4B610, symSize: 0x20 }
+ - { offsetInCU: 0x524, offset: 0x96CF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA0E10SequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D0, symBinAddr: 0x4B630, symSize: 0x50 }
+ - { offsetInCU: 0x54F, offset: 0x96D1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x950, symBinAddr: 0x4B6B0, symSize: 0x20 }
+ - { offsetInCU: 0x582, offset: 0x96D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x450, symBinAddr: 0x4B260, symSize: 0x30 }
+ - { offsetInCU: 0x596, offset: 0x96D65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0x4B290, symSize: 0x20 }
+ - { offsetInCU: 0x5AA, offset: 0x96D79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACSeAAWl', symObjAddr: 0x500, symBinAddr: 0x4B2B0, symSize: 0x40 }
+ - { offsetInCU: 0x687, offset: 0x96E56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UnknownEndEventCommandCfE', symObjAddr: 0x780, symBinAddr: 0x4B500, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x970DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x4B7D0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x97103, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x4B7D0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x97117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0x4B7E0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x97133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0x4B810, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x9714F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x4B850, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x9716B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x4B880, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x97187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x4B890, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x971AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x4B8D0, symSize: 0x2E0 }
+ - { offsetInCU: 0x173, offset: 0x9722B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC8response12deliveryInfoAcA0D8ResponseC_AA08DeliveryI0VtcfC', symObjAddr: 0x570, symBinAddr: 0x4BBD0, symSize: 0x100 }
+ - { offsetInCU: 0x234, offset: 0x972EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x670, symBinAddr: 0x4BCD0, symSize: 0xF0 }
+ - { offsetInCU: 0x2CD, offset: 0x97385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x760, symBinAddr: 0x4BDC0, symSize: 0xC0 }
+ - { offsetInCU: 0x3A4, offset: 0x9745C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x820, symBinAddr: 0x4BE80, symSize: 0x30 }
+ - { offsetInCU: 0x403, offset: 0x974BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x850, symBinAddr: 0x4BEB0, symSize: 0x30 }
+ - { offsetInCU: 0x460, offset: 0x97518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfd', symObjAddr: 0x890, symBinAddr: 0x4BEF0, symSize: 0x40 }
+ - { offsetInCU: 0x4B1, offset: 0x97569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfD', symObjAddr: 0x8F0, symBinAddr: 0x4BF30, symSize: 0x40 }
+ - { offsetInCU: 0x50A, offset: 0x975C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x930, symBinAddr: 0x4BF70, symSize: 0x20 }
+ - { offsetInCU: 0x526, offset: 0x975DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x950, symBinAddr: 0x4BF90, symSize: 0x20 }
+ - { offsetInCU: 0x542, offset: 0x975FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x970, symBinAddr: 0x4BFB0, symSize: 0x50 }
+ - { offsetInCU: 0x55E, offset: 0x97616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x9C0, symBinAddr: 0x4C000, symSize: 0x20 }
+ - { offsetInCU: 0x589, offset: 0x97641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x9E0, symBinAddr: 0x4C020, symSize: 0x20 }
+ - { offsetInCU: 0x5BC, offset: 0x97674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0x4BBB0, symSize: 0x20 }
+ - { offsetInCU: 0x68D, offset: 0x97745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DeclineEventCommandCfE', symObjAddr: 0x880, symBinAddr: 0x4BEE0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x979D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x4C120, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x979F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x4C120, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x97A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x20, symBinAddr: 0x4C140, symSize: 0x220 }
+ - { offsetInCU: 0x25A, offset: 0x97C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCACycfc', symObjAddr: 0x240, symBinAddr: 0x4C360, symSize: 0x10 }
+ - { offsetInCU: 0x287, offset: 0x97C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCfd', symObjAddr: 0x250, symBinAddr: 0x4C370, symSize: 0x10 }
+ - { offsetInCU: 0x2B4, offset: 0x97C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCfD', symObjAddr: 0x260, symBinAddr: 0x4C380, symSize: 0x20 }
+ - { offsetInCU: 0x3E7, offset: 0x97D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndedStateCMa', symObjAddr: 0x320, symBinAddr: 0x4C3A0, symSize: 0x14 }
+ - { offsetInCU: 0x3F, offset: 0x9802D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x4C3C0, symSize: 0x10 }
+ - { offsetInCU: 0x95, offset: 0x98083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE7urlPathAA7URLPathVvg', symObjAddr: 0x10, symBinAddr: 0x4C3D0, symSize: 0x70 }
+ - { offsetInCU: 0x16B, offset: 0x98159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKF', symObjAddr: 0xC0, symBinAddr: 0x4C440, symSize: 0x220 }
+ - { offsetInCU: 0x216, offset: 0x98204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionO8rawValueACSgSi_tcfC', symObjAddr: 0x2E0, symBinAddr: 0x4C660, symSize: 0x10 }
+ - { offsetInCU: 0x233, offset: 0x98221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionO8rawValueSivg', symObjAddr: 0x2F0, symBinAddr: 0x4C670, symSize: 0x10 }
+ - { offsetInCU: 0x275, offset: 0x98263, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x390, symBinAddr: 0x4C710, symSize: 0x10 }
+ - { offsetInCU: 0x2A6, offset: 0x98294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x3A0, symBinAddr: 0x4C720, symSize: 0x10 }
+ - { offsetInCU: 0x2FF, offset: 0x982ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x440, symBinAddr: 0x4C7C0, symSize: 0x70 }
+ - { offsetInCU: 0x33A, offset: 0x98328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x4B0, symBinAddr: 0x4C830, symSize: 0x70 }
+ - { offsetInCU: 0x37D, offset: 0x9836B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x520, symBinAddr: 0x4C8A0, symSize: 0x10 }
+ - { offsetInCU: 0x3A4, offset: 0x98392, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8intValueSiSgvg', symObjAddr: 0x530, symBinAddr: 0x4C8B0, symSize: 0x10 }
+ - { offsetInCU: 0x3CB, offset: 0x983B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO8rawValueSSvg', symObjAddr: 0x540, symBinAddr: 0x4C8C0, symSize: 0x20 }
+ - { offsetInCU: 0x402, offset: 0x983F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysO11stringValueSSvg', symObjAddr: 0x560, symBinAddr: 0x4C8E0, symSize: 0x20 }
+ - { offsetInCU: 0x457, offset: 0x98445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x6D0, symBinAddr: 0x4CA50, symSize: 0x80 }
+ - { offsetInCU: 0x498, offset: 0x98486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x750, symBinAddr: 0x4CAD0, symSize: 0x30 }
+ - { offsetInCU: 0x4AC, offset: 0x9849A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x780, symBinAddr: 0x4CB00, symSize: 0x10 }
+ - { offsetInCU: 0x4E2, offset: 0x984D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x790, symBinAddr: 0x4CB10, symSize: 0x80 }
+ - { offsetInCU: 0x53A, offset: 0x98528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x810, symBinAddr: 0x4CB90, symSize: 0x10 }
+ - { offsetInCU: 0x556, offset: 0x98544, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x820, symBinAddr: 0x4CBA0, symSize: 0x10 }
+ - { offsetInCU: 0x594, offset: 0x98582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x870, symBinAddr: 0x4CBF0, symSize: 0x10 }
+ - { offsetInCU: 0x5BF, offset: 0x985AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x880, symBinAddr: 0x4CC00, symSize: 0x10 }
+ - { offsetInCU: 0x5F1, offset: 0x985DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x890, symBinAddr: 0x4CC10, symSize: 0x10 }
+ - { offsetInCU: 0x61C, offset: 0x9860A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8A0, symBinAddr: 0x4CC20, symSize: 0x10 }
+ - { offsetInCU: 0x64E, offset: 0x9863C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8B0, symBinAddr: 0x4CC30, symSize: 0x10 }
+ - { offsetInCU: 0x679, offset: 0x98667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8C0, symBinAddr: 0x4CC40, symSize: 0x10 }
+ - { offsetInCU: 0x6AB, offset: 0x98699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8D0, symBinAddr: 0x4CC50, symSize: 0x10 }
+ - { offsetInCU: 0x6D6, offset: 0x986C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x8E0, symBinAddr: 0x4CC60, symSize: 0x10 }
+ - { offsetInCU: 0x708, offset: 0x986F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x8F0, symBinAddr: 0x4CC70, symSize: 0x10 }
+ - { offsetInCU: 0x733, offset: 0x98721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x900, symBinAddr: 0x4CC80, symSize: 0x10 }
+ - { offsetInCU: 0x765, offset: 0x98753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x910, symBinAddr: 0x4CC90, symSize: 0x10 }
+ - { offsetInCU: 0x790, offset: 0x9877E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x920, symBinAddr: 0x4CCA0, symSize: 0x10 }
+ - { offsetInCU: 0x7C2, offset: 0x987B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x930, symBinAddr: 0x4CCB0, symSize: 0x10 }
+ - { offsetInCU: 0x7ED, offset: 0x987DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x940, symBinAddr: 0x4CCC0, symSize: 0x10 }
+ - { offsetInCU: 0x81F, offset: 0x9880D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x950, symBinAddr: 0x4CCD0, symSize: 0x10 }
+ - { offsetInCU: 0x84A, offset: 0x98838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x960, symBinAddr: 0x4CCE0, symSize: 0x10 }
+ - { offsetInCU: 0x87C, offset: 0x9886A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x970, symBinAddr: 0x4CCF0, symSize: 0x10 }
+ - { offsetInCU: 0x8A7, offset: 0x98895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x980, symBinAddr: 0x4CD00, symSize: 0x10 }
+ - { offsetInCU: 0x8D9, offset: 0x988C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x990, symBinAddr: 0x4CD10, symSize: 0x10 }
+ - { offsetInCU: 0x904, offset: 0x988F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9A0, symBinAddr: 0x4CD20, symSize: 0x10 }
+ - { offsetInCU: 0x936, offset: 0x98924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9B0, symBinAddr: 0x4CD30, symSize: 0x10 }
+ - { offsetInCU: 0x961, offset: 0x9894F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9C0, symBinAddr: 0x4CD40, symSize: 0x10 }
+ - { offsetInCU: 0x993, offset: 0x98981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9D0, symBinAddr: 0x4CD50, symSize: 0x10 }
+ - { offsetInCU: 0x9BE, offset: 0x989AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9E0, symBinAddr: 0x4CD60, symSize: 0x10 }
+ - { offsetInCU: 0x9F0, offset: 0x989DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x9F0, symBinAddr: 0x4CD70, symSize: 0x10 }
+ - { offsetInCU: 0xA1B, offset: 0x98A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA00, symBinAddr: 0x4CD80, symSize: 0x10 }
+ - { offsetInCU: 0xA4D, offset: 0x98A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA10, symBinAddr: 0x4CD90, symSize: 0x10 }
+ - { offsetInCU: 0xA78, offset: 0x98A66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA20, symBinAddr: 0x4CDA0, symSize: 0x10 }
+ - { offsetInCU: 0xAAA, offset: 0x98A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA30, symBinAddr: 0x4CDB0, symSize: 0x10 }
+ - { offsetInCU: 0xAD5, offset: 0x98AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA40, symBinAddr: 0x4CDC0, symSize: 0x10 }
+ - { offsetInCU: 0xB07, offset: 0x98AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xA50, symBinAddr: 0x4CDD0, symSize: 0x10 }
+ - { offsetInCU: 0xB32, offset: 0x98B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xA60, symBinAddr: 0x4CDE0, symSize: 0x10 }
+ - { offsetInCU: 0xB64, offset: 0x98B52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs0G3KeyAAWl', symObjAddr: 0xAA0, symBinAddr: 0x4CDF0, symSize: 0x30 }
+ - { offsetInCU: 0xB78, offset: 0x98B66, size: 0x8, addend: 0x0, symName: '_$sSSSgxSgSEsSERzlWl', symObjAddr: 0xAD0, symBinAddr: 0x4CE20, symSize: 0x50 }
+ - { offsetInCU: 0xB8C, offset: 0x98B7A, size: 0x8, addend: 0x0, symName: '_$sSSSgMa', symObjAddr: 0xB20, symBinAddr: 0x4CE70, symSize: 0x30 }
+ - { offsetInCU: 0xBA0, offset: 0x98B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASQWb', symObjAddr: 0xB50, symBinAddr: 0x4CEA0, symSize: 0x10 }
+ - { offsetInCU: 0xBB4, offset: 0x98BA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSQAAWl', symObjAddr: 0xB60, symBinAddr: 0x4CEB0, symSize: 0x30 }
+ - { offsetInCU: 0xBC8, offset: 0x98BB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASQWb', symObjAddr: 0xB90, symBinAddr: 0x4CEE0, symSize: 0x10 }
+ - { offsetInCU: 0xBDC, offset: 0x98BCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACSQAAWl', symObjAddr: 0xBA0, symBinAddr: 0x4CEF0, symSize: 0x30 }
+ - { offsetInCU: 0xBF0, offset: 0x98BDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBD0, symBinAddr: 0x4CF20, symSize: 0x10 }
+ - { offsetInCU: 0xC04, offset: 0x98BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBE0, symBinAddr: 0x4CF30, symSize: 0x30 }
+ - { offsetInCU: 0xC18, offset: 0x98C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC10, symBinAddr: 0x4CF60, symSize: 0x10 }
+ - { offsetInCU: 0xC2C, offset: 0x98C1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0xC20, symBinAddr: 0x4CF70, symSize: 0x30 }
+ - { offsetInCU: 0xC40, offset: 0x98C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwet', symObjAddr: 0xC80, symBinAddr: 0x4CFB0, symSize: 0x50 }
+ - { offsetInCU: 0xC54, offset: 0x98C42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwst', symObjAddr: 0xCD0, symBinAddr: 0x4D000, symSize: 0xA0 }
+ - { offsetInCU: 0xC68, offset: 0x98C56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwug', symObjAddr: 0xD70, symBinAddr: 0x4D0A0, symSize: 0x10 }
+ - { offsetInCU: 0xC7C, offset: 0x98C6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwup', symObjAddr: 0xD80, symBinAddr: 0x4D0B0, symSize: 0x10 }
+ - { offsetInCU: 0xC90, offset: 0x98C7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOwui', symObjAddr: 0xD90, symBinAddr: 0x4D0C0, symSize: 0x10 }
+ - { offsetInCU: 0xCA4, offset: 0x98C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOMa', symObjAddr: 0xDA0, symBinAddr: 0x4D0D0, symSize: 0x10 }
+ - { offsetInCU: 0xCB8, offset: 0x98CA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwet', symObjAddr: 0xDC0, symBinAddr: 0x4D0E0, symSize: 0x80 }
+ - { offsetInCU: 0xCCC, offset: 0x98CBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwst', symObjAddr: 0xE40, symBinAddr: 0x4D160, symSize: 0xD0 }
+ - { offsetInCU: 0xCE0, offset: 0x98CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwug', symObjAddr: 0xF10, symBinAddr: 0x4D230, symSize: 0x10 }
+ - { offsetInCU: 0xCF4, offset: 0x98CE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwup', symObjAddr: 0xF20, symBinAddr: 0x4D240, symSize: 0x10 }
+ - { offsetInCU: 0xD08, offset: 0x98CF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOwui', symObjAddr: 0xF30, symBinAddr: 0x4D250, symSize: 0x10 }
+ - { offsetInCU: 0xD1C, offset: 0x98D0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOMa', symObjAddr: 0xF40, symBinAddr: 0x4D260, symSize: 0x10 }
+ - { offsetInCU: 0xD30, offset: 0x98D1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF50, symBinAddr: 0x4D270, symSize: 0x10 }
+ - { offsetInCU: 0xD5B, offset: 0x98D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF60, symBinAddr: 0x4D280, symSize: 0x10 }
+ - { offsetInCU: 0xD8D, offset: 0x98D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF70, symBinAddr: 0x4D290, symSize: 0x10 }
+ - { offsetInCU: 0xDB8, offset: 0x98DA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF80, symBinAddr: 0x4D2A0, symSize: 0x10 }
+ - { offsetInCU: 0xDEA, offset: 0x98DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF90, symBinAddr: 0x4D2B0, symSize: 0x10 }
+ - { offsetInCU: 0xE15, offset: 0x98E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xFA0, symBinAddr: 0x4D2C0, symSize: 0x10 }
+ - { offsetInCU: 0xE47, offset: 0x98E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xFB0, symBinAddr: 0x4D2D0, symSize: 0x10 }
+ - { offsetInCU: 0xE72, offset: 0x98E60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xFC0, symBinAddr: 0x4D2E0, symSize: 0x10 }
+ - { offsetInCU: 0xEA4, offset: 0x98E92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSYAAWl', symObjAddr: 0x1040, symBinAddr: 0x4D360, symSize: 0x2E }
+ - { offsetInCU: 0xEFC, offset: 0x98EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x300, symBinAddr: 0x4C680, symSize: 0x10 }
+ - { offsetInCU: 0xF63, offset: 0x98F51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x4C690, symSize: 0x30 }
+ - { offsetInCU: 0x1012, offset: 0x99000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x340, symBinAddr: 0x4C6C0, symSize: 0x20 }
+ - { offsetInCU: 0x1065, offset: 0x99053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x360, symBinAddr: 0x4C6E0, symSize: 0x30 }
+ - { offsetInCU: 0x10E8, offset: 0x990D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3B0, symBinAddr: 0x4C730, symSize: 0x50 }
+ - { offsetInCU: 0x110B, offset: 0x990F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x400, symBinAddr: 0x4C780, symSize: 0x40 }
+ - { offsetInCU: 0x1152, offset: 0x99140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x580, symBinAddr: 0x4C900, symSize: 0x80 }
+ - { offsetInCU: 0x1221, offset: 0x9920F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x600, symBinAddr: 0x4C980, symSize: 0x50 }
+ - { offsetInCU: 0x129F, offset: 0x9928D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x650, symBinAddr: 0x4C9D0, symSize: 0x30 }
+ - { offsetInCU: 0x12F1, offset: 0x992DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x680, symBinAddr: 0x4CA00, symSize: 0x50 }
+ - { offsetInCU: 0x134D, offset: 0x9933B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x830, symBinAddr: 0x4CBB0, symSize: 0x20 }
+ - { offsetInCU: 0x1369, offset: 0x99357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27DirectCallRequestCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x850, symBinAddr: 0x4CBD0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x995C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA011DialReceiveH0V_Tg5', symObjAddr: 0x0, symBinAddr: 0x4D390, symSize: 0x1F0 }
+ - { offsetInCU: 0x69, offset: 0x99604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callIdSSvg', symObjAddr: 0x1550, symBinAddr: 0x4E8E0, symSize: 0x30 }
+ - { offsetInCU: 0x85, offset: 0x99620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV18calleeDeliveryInfoAA0hI0Vvg', symObjAddr: 0x1580, symBinAddr: 0x4E910, symSize: 0x30 }
+ - { offsetInCU: 0xA1, offset: 0x9963C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV12receivedTypeAA05EventH0OSgvg', symObjAddr: 0x15D0, symBinAddr: 0x4E940, symSize: 0x30 }
+ - { offsetInCU: 0xBD, offset: 0x99658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x1620, symBinAddr: 0x4E990, symSize: 0x10 }
+ - { offsetInCU: 0xD1, offset: 0x9966C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x1630, symBinAddr: 0x4E9A0, symSize: 0x10 }
+ - { offsetInCU: 0xED, offset: 0x99688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV9requestIdSSvg', symObjAddr: 0x1640, symBinAddr: 0x4E9B0, symSize: 0x30 }
+ - { offsetInCU: 0x101, offset: 0x9969C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x1670, symBinAddr: 0x4E9E0, symSize: 0x10 }
+ - { offsetInCU: 0x11D, offset: 0x996B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvs', symObjAddr: 0x1680, symBinAddr: 0x4E9F0, symSize: 0x10 }
+ - { offsetInCU: 0x139, offset: 0x996D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvM', symObjAddr: 0x1690, symBinAddr: 0x4EA00, symSize: 0x20 }
+ - { offsetInCU: 0x155, offset: 0x996F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV22isSessionTokenRequiredSbvM.resume.0', symObjAddr: 0x16B0, symBinAddr: 0x4EA20, symSize: 0x10 }
+ - { offsetInCU: 0x171, offset: 0x9970C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callId18calleeDeliveryInfo12receivedType15shortLivedTokenACSS_AA0jK0VAA05EventM0OSgSStcfC', symObjAddr: 0x16C0, symBinAddr: 0x4EA30, symSize: 0xA0 }
+ - { offsetInCU: 0x18D, offset: 0x99728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1760, symBinAddr: 0x4EAD0, symSize: 0x250 }
+ - { offsetInCU: 0x200, offset: 0x9979B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x19B0, symBinAddr: 0x4ED20, symSize: 0x10 }
+ - { offsetInCU: 0x21C, offset: 0x997B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x19C0, symBinAddr: 0x4ED30, symSize: 0x30 }
+ - { offsetInCU: 0x255, offset: 0x997F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x19F0, symBinAddr: 0x4ED60, symSize: 0x10 }
+ - { offsetInCU: 0x287, offset: 0x99822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1A00, symBinAddr: 0x4ED70, symSize: 0x10 }
+ - { offsetInCU: 0x2A3, offset: 0x9983E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1A10, symBinAddr: 0x4ED80, symSize: 0x50 }
+ - { offsetInCU: 0x2C6, offset: 0x99861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestV6callId18calleeDeliveryInfo12receivedType15shortLivedTokenACSS_AA0jK0VAA05EventM0OSgSStcfCTf4gggnd_n', symObjAddr: 0x2B40, symBinAddr: 0x4FEB0, symSize: 0x1C0 }
+ - { offsetInCU: 0x38A, offset: 0x99925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA011DialReceiveH0V_Tg5', symObjAddr: 0x0, symBinAddr: 0x4D390, symSize: 0x1F0 }
+ - { offsetInCU: 0x466, offset: 0x99A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06AcceptH0V_Tg5', symObjAddr: 0x1F0, symBinAddr: 0x4D580, symSize: 0x1F0 }
+ - { offsetInCU: 0x542, offset: 0x99ADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA015RecordingStatusH0V_Tg5', symObjAddr: 0x3E0, symBinAddr: 0x4D770, symSize: 0x1F0 }
+ - { offsetInCU: 0x61E, offset: 0x99BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA015RemoveCandidateH0V_Tg5', symObjAddr: 0x5D0, symBinAddr: 0x4D960, symSize: 0x1F0 }
+ - { offsetInCU: 0x6FA, offset: 0x99C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA014ConnectionLostH0V_Tg5', symObjAddr: 0x7C0, symBinAddr: 0x4DB50, symSize: 0x1F0 }
+ - { offsetInCU: 0x7D6, offset: 0x99D71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA04DialH0V_Tg5', symObjAddr: 0x9B0, symBinAddr: 0x4DD40, symSize: 0x1F0 }
+ - { offsetInCU: 0x8B2, offset: 0x99E4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA09ConnectedH0V_Tg5', symObjAddr: 0xBA0, symBinAddr: 0x4DF30, symSize: 0x1F0 }
+ - { offsetInCU: 0x98E, offset: 0x99F29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA04HoldH0V_Tg5', symObjAddr: 0xD90, symBinAddr: 0x4E120, symSize: 0x1F0 }
+ - { offsetInCU: 0xA6A, offset: 0x9A005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA05OfferH0V_Tg5', symObjAddr: 0xF80, symBinAddr: 0x4E310, symSize: 0x1F0 }
+ - { offsetInCU: 0xB46, offset: 0x9A0E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06AnswerH0V_Tg5', symObjAddr: 0x1170, symBinAddr: 0x4E500, symSize: 0x1F0 }
+ - { offsetInCU: 0xC22, offset: 0x9A1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA09CandidateH0V_Tg5', symObjAddr: 0x1360, symBinAddr: 0x4E6F0, symSize: 0x1F0 }
+ - { offsetInCU: 0xCD3, offset: 0x9A26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOy', symObjAddr: 0x1600, symBinAddr: 0x4E970, symSize: 0x20 }
+ - { offsetInCU: 0xCE7, offset: 0x9A282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA05AliveH0V_Tg5Tf4nx_n', symObjAddr: 0x1A60, symBinAddr: 0x4EDD0, symSize: 0x1E0 }
+ - { offsetInCU: 0xD5D, offset: 0x9A2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA06CancelH0V_Tg5Tf4nx_n', symObjAddr: 0x1C40, symBinAddr: 0x4EFB0, symSize: 0x1E0 }
+ - { offsetInCU: 0xDD3, offset: 0x9A36E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA012VideoSettingH0V_Tg5Tf4nx_n', symObjAddr: 0x1E20, symBinAddr: 0x4F190, symSize: 0x1E0 }
+ - { offsetInCU: 0xE49, offset: 0x9A3E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA07DeclineH0V_Tg5Tf4nx_n', symObjAddr: 0x2000, symBinAddr: 0x4F370, symSize: 0x1E0 }
+ - { offsetInCU: 0xEBF, offset: 0x9A45A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA012AudioSettingH0V_Tg5Tf4nx_n', symObjAddr: 0x21E0, symBinAddr: 0x4F550, symSize: 0x1E0 }
+ - { offsetInCU: 0xF35, offset: 0x9A4D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA08NoAnswerH0V_Tg5Tf4nx_n', symObjAddr: 0x23C0, symBinAddr: 0x4F730, symSize: 0x1E0 }
+ - { offsetInCU: 0xFAB, offset: 0x9A546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA010UnknownEndH0V_Tg5Tf4nx_n', symObjAddr: 0x25A0, symBinAddr: 0x4F910, symSize: 0x1E0 }
+ - { offsetInCU: 0x1021, offset: 0x9A5BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA03EndH0V_Tg5Tf4nx_n', symObjAddr: 0x2780, symBinAddr: 0x4FAF0, symSize: 0x1E0 }
+ - { offsetInCU: 0x1097, offset: 0x9A632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DirectCallRequestablePAAE13encodeRequest2toys7Encoder_p_tKFAA07TimeoutH0V_Tg5Tf4nx_n', symObjAddr: 0x2960, symBinAddr: 0x4FCD0, symSize: 0x1E0 }
+ - { offsetInCU: 0x112E, offset: 0x9A6C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOe', symObjAddr: 0x2D00, symBinAddr: 0x50070, symSize: 0x20 }
+ - { offsetInCU: 0x1142, offset: 0x9A6DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVACSEAAWl', symObjAddr: 0x2E10, symBinAddr: 0x50090, symSize: 0x30 }
+ - { offsetInCU: 0x1156, offset: 0x9A6F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOb', symObjAddr: 0x2E40, symBinAddr: 0x500C0, symSize: 0x40 }
+ - { offsetInCU: 0x116A, offset: 0x9A705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOr', symObjAddr: 0x2E80, symBinAddr: 0x50100, symSize: 0x20 }
+ - { offsetInCU: 0x117E, offset: 0x9A719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgxSgSEsSERzlWl', symObjAddr: 0x2EA0, symBinAddr: 0x50120, symSize: 0x60 }
+ - { offsetInCU: 0x1192, offset: 0x9A72D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOSgWOs', symObjAddr: 0x2F30, symBinAddr: 0x50180, symSize: 0x20 }
+ - { offsetInCU: 0x11A6, offset: 0x9A741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x2F50, symBinAddr: 0x501A0, symSize: 0x20 }
+ - { offsetInCU: 0x11BA, offset: 0x9A755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA13WSRequestableAAWl', symObjAddr: 0x2F70, symBinAddr: 0x501C0, symSize: 0x30 }
+ - { offsetInCU: 0x11CE, offset: 0x9A769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x2FA0, symBinAddr: 0x501F0, symSize: 0x20 }
+ - { offsetInCU: 0x11E2, offset: 0x9A77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA10ResultableAAWl', symObjAddr: 0x2FC0, symBinAddr: 0x50210, symSize: 0x30 }
+ - { offsetInCU: 0x11F6, offset: 0x9A791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA13WSRequestableAAWI', symObjAddr: 0x2FF0, symBinAddr: 0x50240, symSize: 0x20 }
+ - { offsetInCU: 0x120A, offset: 0x9A7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA11RequestableAAWl', symObjAddr: 0x3010, symBinAddr: 0x50260, symSize: 0x30 }
+ - { offsetInCU: 0x121E, offset: 0x9A7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x3040, symBinAddr: 0x50290, symSize: 0x10 }
+ - { offsetInCU: 0x1232, offset: 0x9A7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA11RequestableAAWI', symObjAddr: 0x3080, symBinAddr: 0x502A0, symSize: 0x30 }
+ - { offsetInCU: 0x1246, offset: 0x9A7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA0F0AAWl', symObjAddr: 0x30B0, symBinAddr: 0x502D0, symSize: 0x30 }
+ - { offsetInCU: 0x125A, offset: 0x9A7F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x30E0, symBinAddr: 0x50300, symSize: 0x30 }
+ - { offsetInCU: 0x126E, offset: 0x9A809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0AAWI', symObjAddr: 0x3110, symBinAddr: 0x50330, symSize: 0x20 }
+ - { offsetInCU: 0x1282, offset: 0x9A81D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVACSEAAWl', symObjAddr: 0x3130, symBinAddr: 0x50350, symSize: 0x30 }
+ - { offsetInCU: 0x1296, offset: 0x9A831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3160, symBinAddr: 0x50380, symSize: 0x20 }
+ - { offsetInCU: 0x12AA, offset: 0x9A845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwCP', symObjAddr: 0x3180, symBinAddr: 0x503A0, symSize: 0x30 }
+ - { offsetInCU: 0x12BE, offset: 0x9A859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwxx', symObjAddr: 0x31B0, symBinAddr: 0x503D0, symSize: 0x50 }
+ - { offsetInCU: 0x12D2, offset: 0x9A86D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwcp', symObjAddr: 0x3200, symBinAddr: 0x50420, symSize: 0xD0 }
+ - { offsetInCU: 0x12E6, offset: 0x9A881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwca', symObjAddr: 0x32D0, symBinAddr: 0x504F0, symSize: 0x190 }
+ - { offsetInCU: 0x12FA, offset: 0x9A895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9EventTypeOWOh', symObjAddr: 0x3490, symBinAddr: 0x50680, symSize: 0x30 }
+ - { offsetInCU: 0x130E, offset: 0x9A8A9, size: 0x8, addend: 0x0, symName: ___swift_memcpy81_8, symObjAddr: 0x34C0, symBinAddr: 0x506B0, symSize: 0x40 }
+ - { offsetInCU: 0x1322, offset: 0x9A8BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwta', symObjAddr: 0x3500, symBinAddr: 0x506F0, symSize: 0x110 }
+ - { offsetInCU: 0x1336, offset: 0x9A8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwet', symObjAddr: 0x3610, symBinAddr: 0x50800, symSize: 0x40 }
+ - { offsetInCU: 0x134A, offset: 0x9A8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVwst', symObjAddr: 0x3650, symBinAddr: 0x50840, symSize: 0x60 }
+ - { offsetInCU: 0x135E, offset: 0x9A8F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVMa', symObjAddr: 0x36B0, symBinAddr: 0x508A0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9ABE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x508E0, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x9ABFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x508E0, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x9AC18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x508F0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x9AC49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x50920, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x9AC6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x50950, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x9AC9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x50980, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x9ACB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x50990, symSize: 0x110 }
+ - { offsetInCU: 0x17A, offset: 0x9AD39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x220, symBinAddr: 0x50AC0, symSize: 0x10 }
+ - { offsetInCU: 0x196, offset: 0x9AD55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0x230, symBinAddr: 0x50AD0, symSize: 0x10 }
+ - { offsetInCU: 0x1B2, offset: 0x9AD71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV8attachToSSvg', symObjAddr: 0x240, symBinAddr: 0x50AE0, symSize: 0x30 }
+ - { offsetInCU: 0x1CE, offset: 0x9AD8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6roomIdSSvg', symObjAddr: 0x270, symBinAddr: 0x50B10, symSize: 0x30 }
+ - { offsetInCU: 0x1EA, offset: 0x9ADA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV13participantIdSSvg', symObjAddr: 0x2A0, symBinAddr: 0x50B40, symSize: 0x30 }
+ - { offsetInCU: 0x206, offset: 0x9ADC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV10endpointIdSSvg', symObjAddr: 0x2D0, symBinAddr: 0x50B70, symSize: 0x30 }
+ - { offsetInCU: 0x222, offset: 0x9ADE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6roomId011participantH008endpointH08attachToACSS_S3StcfC', symObjAddr: 0x300, symBinAddr: 0x50BA0, symSize: 0x30 }
+ - { offsetInCU: 0x291, offset: 0x9AE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x330, symBinAddr: 0x50BD0, symSize: 0xD0 }
+ - { offsetInCU: 0x2CB, offset: 0x9AE8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x460, symBinAddr: 0x50CD0, symSize: 0x10 }
+ - { offsetInCU: 0x2F6, offset: 0x9AEB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x500, symBinAddr: 0x50D40, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0x9AEEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x610, symBinAddr: 0x50E50, symSize: 0x10 }
+ - { offsetInCU: 0x349, offset: 0x9AF08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x620, symBinAddr: 0x50E60, symSize: 0x50 }
+ - { offsetInCU: 0x3B3, offset: 0x9AF72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6E0, symBinAddr: 0x50F20, symSize: 0xE0 }
+ - { offsetInCU: 0x421, offset: 0x9AFE0, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x200, symBinAddr: 0x50AA0, symSize: 0x20 }
+ - { offsetInCU: 0x435, offset: 0x9AFF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs0F3KeyAAWl', symObjAddr: 0x430, symBinAddr: 0x50CA0, symSize: 0x30 }
+ - { offsetInCU: 0x449, offset: 0x9B008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x470, symBinAddr: 0x50CE0, symSize: 0x20 }
+ - { offsetInCU: 0x45D, offset: 0x9B01C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x490, symBinAddr: 0x50D00, symSize: 0x30 }
+ - { offsetInCU: 0x471, offset: 0x9B030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x4C0, symBinAddr: 0x50D30, symSize: 0x10 }
+ - { offsetInCU: 0x485, offset: 0x9B044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x530, symBinAddr: 0x50D70, symSize: 0x20 }
+ - { offsetInCU: 0x499, offset: 0x9B058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x550, symBinAddr: 0x50D90, symSize: 0x30 }
+ - { offsetInCU: 0x4AD, offset: 0x9B06C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x580, symBinAddr: 0x50DC0, symSize: 0x30 }
+ - { offsetInCU: 0x4C1, offset: 0x9B080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA0F0AAWl', symObjAddr: 0x5B0, symBinAddr: 0x50DF0, symSize: 0x30 }
+ - { offsetInCU: 0x4D5, offset: 0x9B094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5E0, symBinAddr: 0x50E20, symSize: 0x30 }
+ - { offsetInCU: 0x4E9, offset: 0x9B0A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0AAWI', symObjAddr: 0x670, symBinAddr: 0x50EB0, symSize: 0x20 }
+ - { offsetInCU: 0x4FD, offset: 0x9B0BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVACSEAAWl', symObjAddr: 0x690, symBinAddr: 0x50ED0, symSize: 0x30 }
+ - { offsetInCU: 0x511, offset: 0x9B0D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6C0, symBinAddr: 0x50F00, symSize: 0x20 }
+ - { offsetInCU: 0x53C, offset: 0x9B0FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwCP', symObjAddr: 0x7C0, symBinAddr: 0x51000, symSize: 0x30 }
+ - { offsetInCU: 0x550, offset: 0x9B10F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwxx', symObjAddr: 0x7F0, symBinAddr: 0x51030, symSize: 0x40 }
+ - { offsetInCU: 0x564, offset: 0x9B123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwcp', symObjAddr: 0x830, symBinAddr: 0x51070, symSize: 0x90 }
+ - { offsetInCU: 0x578, offset: 0x9B137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwca', symObjAddr: 0x8C0, symBinAddr: 0x51100, symSize: 0xB0 }
+ - { offsetInCU: 0x58C, offset: 0x9B14B, size: 0x8, addend: 0x0, symName: ___swift_memcpy72_8, symObjAddr: 0x970, symBinAddr: 0x511B0, symSize: 0x30 }
+ - { offsetInCU: 0x5A0, offset: 0x9B15F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwta', symObjAddr: 0x9A0, symBinAddr: 0x511E0, symSize: 0x90 }
+ - { offsetInCU: 0x5B4, offset: 0x9B173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwet', symObjAddr: 0xA30, symBinAddr: 0x51270, symSize: 0x40 }
+ - { offsetInCU: 0x5C8, offset: 0x9B187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVwst', symObjAddr: 0xA70, symBinAddr: 0x512B0, symSize: 0x50 }
+ - { offsetInCU: 0x5DC, offset: 0x9B19B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVMa', symObjAddr: 0xAC0, symBinAddr: 0x51300, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9B3E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x51320, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x9B406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x51320, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x9B41A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0x51330, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9B436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0x51360, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x9B452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x513A0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x9B46E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x513D0, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x9B48A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x513E0, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x9B4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x51420, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x9B5A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x570, symBinAddr: 0x51750, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x9B63D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x51860, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x9B715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x760, symBinAddr: 0x51940, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x9B774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x51970, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x9B7D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x519B0, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x9B822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfD', symObjAddr: 0x830, symBinAddr: 0x519F0, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x9B87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x870, symBinAddr: 0x51A30, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x9B897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x890, symBinAddr: 0x51A50, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x9B8B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x51A70, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x9B8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x51AC0, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x9B8FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x51AE0, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x9B92D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x450, symBinAddr: 0x51700, symSize: 0x30 }
+ - { offsetInCU: 0x586, offset: 0x9B941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x51730, symSize: 0x20 }
+ - { offsetInCU: 0x657, offset: 0x9BA12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x519A0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9BC9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x51BE0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x9BCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x51BE0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x9BCDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC9isRelayedSbvg', symObjAddr: 0x10, symBinAddr: 0x51BF0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x9BCF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC04isOnD0Sbvg', symObjAddr: 0x20, symBinAddr: 0x51C00, symSize: 0x20 }
+ - { offsetInCU: 0x155, offset: 0x9BDC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG012deliveryInfo8holdedBy9isRelayedACSS_SSAA08DeliveryJ0VSaySSGSbtcfC', symObjAddr: 0x40, symBinAddr: 0x51C20, symSize: 0xF0 }
+ - { offsetInCU: 0x205, offset: 0x9BE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG012deliveryInfo8holdedBy9isRelayedACSS_SSAA08DeliveryJ0VSaySSGSbtcfc', symObjAddr: 0x130, symBinAddr: 0x51D10, symSize: 0xD0 }
+ - { offsetInCU: 0x29E, offset: 0x9BF12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x200, symBinAddr: 0x51DE0, symSize: 0x40 }
+ - { offsetInCU: 0x2C3, offset: 0x9BF37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x240, symBinAddr: 0x51E20, symSize: 0x2B0 }
+ - { offsetInCU: 0x388, offset: 0x9BFFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x6C0, symBinAddr: 0x520F0, symSize: 0x30 }
+ - { offsetInCU: 0x3E7, offset: 0x9C05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x6F0, symBinAddr: 0x52120, symSize: 0x30 }
+ - { offsetInCU: 0x444, offset: 0x9C0B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfd', symObjAddr: 0x730, symBinAddr: 0x52160, symSize: 0x40 }
+ - { offsetInCU: 0x495, offset: 0x9C109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfD', symObjAddr: 0x790, symBinAddr: 0x521A0, symSize: 0x40 }
+ - { offsetInCU: 0x590, offset: 0x9C204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCMa', symObjAddr: 0x5C0, symBinAddr: 0x520D0, symSize: 0x20 }
+ - { offsetInCU: 0x5BA, offset: 0x9C22E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCfE', symObjAddr: 0x720, symBinAddr: 0x52150, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x9C4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x52220, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x9C4F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC11isVideoCallSbvg', symObjAddr: 0x10, symBinAddr: 0x52230, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x9C515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callerAA14DirectCallUserCvg', symObjAddr: 0x20, symBinAddr: 0x52240, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x9C531, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6calleeAA14DirectCallUserCvg', symObjAddr: 0x30, symBinAddr: 0x52250, symSize: 0x10 }
+ - { offsetInCU: 0xB3, offset: 0x9C54D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvg', symObjAddr: 0x40, symBinAddr: 0x52260, symSize: 0x30 }
+ - { offsetInCU: 0xCF, offset: 0x9C569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvs', symObjAddr: 0x70, symBinAddr: 0x52290, symSize: 0x40 }
+ - { offsetInCU: 0xEB, offset: 0x9C585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvM', symObjAddr: 0xB0, symBinAddr: 0x522D0, symSize: 0x30 }
+ - { offsetInCU: 0x107, offset: 0x9C5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC15callConstraintsAA04CallG0CSgvM.resume.0', symObjAddr: 0xE0, symBinAddr: 0x52300, symSize: 0x10 }
+ - { offsetInCU: 0x123, offset: 0x9C5BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC11customItemsSDyS2SGvg', symObjAddr: 0xF0, symBinAddr: 0x52310, symSize: 0x10 }
+ - { offsetInCU: 0x13F, offset: 0x9C5D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x100, symBinAddr: 0x52320, symSize: 0x40 }
+ - { offsetInCU: 0x164, offset: 0x9C5FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x140, symBinAddr: 0x52360, symSize: 0x440 }
+ - { offsetInCU: 0x1FC, offset: 0x9C696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0VtcfC', symObjAddr: 0x770, symBinAddr: 0x52800, symSize: 0xA0 }
+ - { offsetInCU: 0x21A, offset: 0x9C6B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC3seq6caller6callee11isVideoCall6callId07requestM011commandType11customItems12deliveryInfoACSiSg_AA06DirectK4UserCAOSbS2SAA12CommandTypesO0uK0OSDyS2SGAA08DeliveryT0Vtcfc', symObjAddr: 0x810, symBinAddr: 0x528A0, symSize: 0xD0 }
+ - { offsetInCU: 0x313, offset: 0x9C7AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6update4withyAA10DirectCallC_tF', symObjAddr: 0x8E0, symBinAddr: 0x52970, symSize: 0x1E0 }
+ - { offsetInCU: 0x440, offset: 0x9C8DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0xAC0, symBinAddr: 0x52B50, symSize: 0x30 }
+ - { offsetInCU: 0x49F, offset: 0x9C939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0xAF0, symBinAddr: 0x52B80, symSize: 0x30 }
+ - { offsetInCU: 0x4FC, offset: 0x9C996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfd', symObjAddr: 0xB60, symBinAddr: 0x52BF0, symSize: 0x60 }
+ - { offsetInCU: 0x53F, offset: 0x9C9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfD', symObjAddr: 0xBC0, symBinAddr: 0x52C50, symSize: 0x20 }
+ - { offsetInCU: 0x57B, offset: 0x9CA15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xBE0, symBinAddr: 0x52C70, symSize: 0x20 }
+ - { offsetInCU: 0x5AE, offset: 0x9CA48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCMa', symObjAddr: 0x650, symBinAddr: 0x527A0, symSize: 0x20 }
+ - { offsetInCU: 0x5C2, offset: 0x9CA5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DirectCallUserCAA0F0CSeAAWl', symObjAddr: 0x6A0, symBinAddr: 0x527C0, symSize: 0x40 }
+ - { offsetInCU: 0x72C, offset: 0x9CBC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialResponseCfE', symObjAddr: 0xB20, symBinAddr: 0x52BB0, symSize: 0x40 }
+ - { offsetInCU: 0x759, offset: 0x9CBF3, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14SBCLogReceiver_p_Tg5Tf4d_n', symObjAddr: 0xC00, symBinAddr: 0x52C90, symSize: 0x20 }
+ - { offsetInCU: 0x77C, offset: 0x9CC16, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14StatisticValueCySdG_Tg5Tf4d_n', symObjAddr: 0xC20, symBinAddr: 0x52CB0, symSize: 0x50 }
+ - { offsetInCU: 0x7A9, offset: 0x9CC43, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls11VideoDeviceC_Tg5Tf4d_n', symObjAddr: 0xC70, symBinAddr: 0x52D00, symSize: 0x50 }
+ - { offsetInCU: 0x7D6, offset: 0x9CC70, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls17RemoteParticipantC_Tg5Tf4d_n', symObjAddr: 0xCC0, symBinAddr: 0x52D50, symSize: 0x50 }
+ - { offsetInCU: 0x803, offset: 0x9CC9D, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls11ParticipantC_Tg5Tf4d_n', symObjAddr: 0xD10, symBinAddr: 0x52DA0, symSize: 0x50 }
+ - { offsetInCU: 0x830, offset: 0x9CCCA, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls19TransportStatisticsC_Tg5Tf4d_n', symObjAddr: 0xD60, symBinAddr: 0x52DF0, symSize: 0x50 }
+ - { offsetInCU: 0x85D, offset: 0x9CCF7, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15AudioStatisticsC_Tg5Tf4d_n', symObjAddr: 0xDB0, symBinAddr: 0x52E40, symSize: 0x50 }
+ - { offsetInCU: 0x88A, offset: 0x9CD24, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15VideoStatisticsC_Tg5Tf4d_n', symObjAddr: 0xE00, symBinAddr: 0x52E90, symSize: 0x50 }
+ - { offsetInCU: 0x8B7, offset: 0x9CD51, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo16AVFrameRateRangeC_Tg5Tf4d_n', symObjAddr: 0xE50, symBinAddr: 0x52EE0, symSize: 0x60 }
+ - { offsetInCU: 0x8E4, offset: 0x9CD7E, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15DirectCallTimerC_Tg5Tf4d_n', symObjAddr: 0xEB0, symBinAddr: 0x52F40, symSize: 0x50 }
+ - { offsetInCU: 0x911, offset: 0x9CDAB, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls4RoomC_Tg5Tf4d_n', symObjAddr: 0xF00, symBinAddr: 0x52F90, symSize: 0x50 }
+ - { offsetInCU: 0x93E, offset: 0x9CDD8, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo12RTCIceServerC_Tg5Tf4d_n', symObjAddr: 0xF50, symBinAddr: 0x52FE0, symSize: 0x60 }
+ - { offsetInCU: 0x96B, offset: 0x9CE05, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14DirectCallUserC_Tg5Tf4d_n', symObjAddr: 0xFE0, symBinAddr: 0x53040, symSize: 0x50 }
+ - { offsetInCU: 0x998, offset: 0x9CE32, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SBTimerC_Tg5Tf4d_n', symObjAddr: 0x1160, symBinAddr: 0x531A0, symSize: 0x50 }
+ - { offsetInCU: 0x9C5, offset: 0x9CE5F, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls10DirectCallC_Tg5Tf4d_n', symObjAddr: 0x11B0, symBinAddr: 0x531F0, symSize: 0x50 }
+ - { offsetInCU: 0x9F2, offset: 0x9CE8C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls12LogCollectorC0J4ItemC_Tg5Tf4d_n', symObjAddr: 0x1200, symBinAddr: 0x53240, symSize: 0x50 }
+ - { offsetInCU: 0xA1F, offset: 0x9CEB9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14StatisticValueCys5Int64VG_Tg5Tf4d_n', symObjAddr: 0x1250, symBinAddr: 0x53290, symSize: 0x50 }
+ - { offsetInCU: 0xA4C, offset: 0x9CEE6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SummaryC_Tg5Tf4d_n', symObjAddr: 0x12A0, symBinAddr: 0x532E0, symSize: 0x50 }
+ - { offsetInCU: 0xA79, offset: 0x9CF13, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8SBCErrorC_Tg5Tf4d_n', symObjAddr: 0x12F0, symBinAddr: 0x53330, symSize: 0x50 }
+ - { offsetInCU: 0xAA6, offset: 0x9CF40, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls0gH12CallDelegate_p_Tg5Tf4d_n', symObjAddr: 0x1340, symBinAddr: 0x53380, symSize: 0x20 }
+ - { offsetInCU: 0xABE, offset: 0x9CF58, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8RecorderC_Tg5Tf4d_n', symObjAddr: 0x1360, symBinAddr: 0x533A0, symSize: 0x50 }
+ - { offsetInCU: 0xAEB, offset: 0x9CF85, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo15RTCIceCandidateC_Tg5Tf4d_n', symObjAddr: 0x13B0, symBinAddr: 0x533F0, symSize: 0x60 }
+ - { offsetInCU: 0xB18, offset: 0x9CFB2, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo17RTCPeerConnectionC_Tg5Tf4d_n', symObjAddr: 0x1410, symBinAddr: 0x53450, symSize: 0x60 }
+ - { offsetInCU: 0xB45, offset: 0x9CFDF, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCG_Tg5Tf4d_n', symObjAddr: 0x1470, symBinAddr: 0x534B0, symSize: 0x50 }
+ - { offsetInCU: 0xB72, offset: 0x9D00C, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls22DirectCallEventCommandC_Tg5Tf4d_n', symObjAddr: 0x14C0, symBinAddr: 0x53500, symSize: 0x50 }
+ - { offsetInCU: 0xB9F, offset: 0x9D039, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls14AcceptResponseC_Tg5Tf4d_n', symObjAddr: 0x1510, symBinAddr: 0x53550, symSize: 0x50 }
+ - { offsetInCU: 0xBCC, offset: 0x9D066, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15DeclineResponseC_Tg5Tf4d_n', symObjAddr: 0x1560, symBinAddr: 0x535A0, symSize: 0x50 }
+ - { offsetInCU: 0xBF9, offset: 0x9D093, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls13WeakReferenceCyAF14SBCLogReceiver_pG_Tg5Tf4d_n', symObjAddr: 0x15B0, symBinAddr: 0x535F0, symSize: 0x50 }
+ - { offsetInCU: 0xC26, offset: 0x9D0C0, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls9CandidateC_Tg5Tf4d_n', symObjAddr: 0x1600, symBinAddr: 0x53640, symSize: 0x50 }
+ - { offsetInCU: 0xC53, offset: 0x9D0ED, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls15RequestResenderC_Tg5Tf4d_n', symObjAddr: 0x1650, symBinAddr: 0x53690, symSize: 0x50 }
+ - { offsetInCU: 0xC80, offset: 0x9D11A, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls6LoggerV12ObserverInfoC_Tg5Tf4d_n', symObjAddr: 0x16A0, symBinAddr: 0x536E0, symSize: 0x50 }
+ - { offsetInCU: 0xCAD, offset: 0x9D147, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls8SequenceC_Tg5Tf4d_n', symObjAddr: 0x16F0, symBinAddr: 0x53730, symSize: 0x50 }
+ - { offsetInCU: 0xCDA, offset: 0x9D174, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo9SecKeyRefa_Tg5Tf4d_n', symObjAddr: 0x1740, symBinAddr: 0x53780, symSize: 0x50 }
+ - { offsetInCU: 0xD07, offset: 0x9D1A1, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls0gH17RecordingDelegate_p_Tg5Tf4d_n', symObjAddr: 0x1790, symBinAddr: 0x537D0, symSize: 0x20 }
+ - { offsetInCU: 0xD1F, offset: 0x9D1B9, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls7SSLCertC_Tg5Tf4d_n', symObjAddr: 0x17B0, symBinAddr: 0x537F0, symSize: 0x50 }
+ - { offsetInCU: 0xD4C, offset: 0x9D1E6, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo17SecCertificateRefa_Tg5Tf4d_n', symObjAddr: 0x1800, symBinAddr: 0x53840, symSize: 0x50 }
+ - { offsetInCU: 0xD79, offset: 0x9D213, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlF13SendBirdCalls9WebSocketC10WSResponseC_Tg5Tf4d_n', symObjAddr: 0x1850, symBinAddr: 0x53890, symSize: 0x50 }
+ - { offsetInCU: 0x4B, offset: 0x9D633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x53910, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x9D647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0x53920, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9D663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0x53950, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x9D67F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x53990, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x9D69B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x539C0, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x9D6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x539D0, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x9D6DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x53A10, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x9D7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x570, symBinAddr: 0x53D10, symSize: 0xF0 }
+ - { offsetInCU: 0x27E, offset: 0x9D866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x660, symBinAddr: 0x53E00, symSize: 0xC0 }
+ - { offsetInCU: 0x355, offset: 0x9D93D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x720, symBinAddr: 0x53EC0, symSize: 0x30 }
+ - { offsetInCU: 0x3B4, offset: 0x9D99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x53EF0, symSize: 0x30 }
+ - { offsetInCU: 0x411, offset: 0x9D9F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfd', symObjAddr: 0x790, symBinAddr: 0x53F30, symSize: 0x40 }
+ - { offsetInCU: 0x462, offset: 0x9DA4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfD', symObjAddr: 0x7F0, symBinAddr: 0x53F70, symSize: 0x40 }
+ - { offsetInCU: 0x4BB, offset: 0x9DAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x830, symBinAddr: 0x53FB0, symSize: 0x50 }
+ - { offsetInCU: 0x4D7, offset: 0x9DABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x890, symBinAddr: 0x54010, symSize: 0x20 }
+ - { offsetInCU: 0x4F3, offset: 0x9DADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x54030, symSize: 0x20 }
+ - { offsetInCU: 0x50F, offset: 0x9DAF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D0, symBinAddr: 0x54050, symSize: 0x50 }
+ - { offsetInCU: 0x53A, offset: 0x9DB22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x950, symBinAddr: 0x540D0, symSize: 0x20 }
+ - { offsetInCU: 0x56D, offset: 0x9DB55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0x53CF0, symSize: 0x20 }
+ - { offsetInCU: 0x63E, offset: 0x9DC26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CancelEventCommandCfE', symObjAddr: 0x780, symBinAddr: 0x53F20, symSize: 0x10 }
+ - { offsetInCU: 0x8F, offset: 0x9DF17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateC14didReceiveDial7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x0, symBinAddr: 0x541F0, symSize: 0x70 }
+ - { offsetInCU: 0xF8, offset: 0x9DF80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateC20didOtherDeviceAccept7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x90, symBinAddr: 0x54280, symSize: 0xA0 }
+ - { offsetInCU: 0x161, offset: 0x9DFE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCACycfC', symObjAddr: 0x290, symBinAddr: 0x54480, symSize: 0x20 }
+ - { offsetInCU: 0x17F, offset: 0x9E007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCACycfc', symObjAddr: 0x2B0, symBinAddr: 0x544A0, symSize: 0x10 }
+ - { offsetInCU: 0x1AC, offset: 0x9E034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCfd', symObjAddr: 0x2C0, symBinAddr: 0x544B0, symSize: 0x10 }
+ - { offsetInCU: 0x1D9, offset: 0x9E061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCfD', symObjAddr: 0x2D0, symBinAddr: 0x544C0, symSize: 0x20 }
+ - { offsetInCU: 0x225, offset: 0x9E0AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9NoneStateCMa', symObjAddr: 0x2F0, symBinAddr: 0x544E0, symSize: 0x14 }
+ - { offsetInCU: 0x27, offset: 0x9E28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x54500, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x9E2B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x54500, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x9E2C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0x10, symBinAddr: 0x54510, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x9E2E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x40, symBinAddr: 0x54540, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x9E2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x54580, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x9E31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x545B0, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x9E337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x545C0, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x9E35C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x54600, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x9E44D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x570, symBinAddr: 0x54900, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x9E4EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x54A10, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x9E5C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x760, symBinAddr: 0x54AF0, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x9E621, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x54B20, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x9E67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x54B60, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x9E6CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfD', symObjAddr: 0x830, symBinAddr: 0x54BA0, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x9E728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x870, symBinAddr: 0x54BE0, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x9E744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x890, symBinAddr: 0x54C00, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x9E760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x54C20, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x9E77C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x54C70, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x9E7A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x54C90, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x9E7DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x548E0, symSize: 0x20 }
+ - { offsetInCU: 0x643, offset: 0x9E8AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x54B50, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x9EB34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x54D90, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x9EB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x54D90, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x9EB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x54DA0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x9EB97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x54DD0, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x9EBB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x54E00, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x9EBE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10resultTypeAA0D8ResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x54E30, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x9EC05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x54E40, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x9EC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x54E50, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x9EC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x54E60, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0x9EC51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV11accessTokenSSSgvg', symObjAddr: 0x100, symBinAddr: 0x54E90, symSize: 0x30 }
+ - { offsetInCU: 0x160, offset: 0x9EC6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV8bundleIdSSSgvg', symObjAddr: 0x130, symBinAddr: 0x54EC0, symSize: 0x30 }
+ - { offsetInCU: 0x17C, offset: 0x9EC89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV4typeSSvg', symObjAddr: 0x160, symBinAddr: 0x54EF0, symSize: 0x30 }
+ - { offsetInCU: 0x198, offset: 0x9ECA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x190, symBinAddr: 0x54F20, symSize: 0x10 }
+ - { offsetInCU: 0x1B4, offset: 0x9ECC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvs', symObjAddr: 0x1A0, symBinAddr: 0x54F30, symSize: 0x10 }
+ - { offsetInCU: 0x1D0, offset: 0x9ECDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvM', symObjAddr: 0x1B0, symBinAddr: 0x54F40, symSize: 0x20 }
+ - { offsetInCU: 0x1EC, offset: 0x9ECF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV22isSessionTokenRequiredSbvM.resume.0', symObjAddr: 0x1D0, symBinAddr: 0x54F60, symSize: 0x10 }
+ - { offsetInCU: 0x208, offset: 0x9ED15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appId04userG011accessToken06bundleG0ACSS_S2SSgAHtcfC', symObjAddr: 0x1E0, symBinAddr: 0x54F70, symSize: 0x60 }
+ - { offsetInCU: 0x23C, offset: 0x9ED49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8rawValueAGSgSS_tcfC', symObjAddr: 0x240, symBinAddr: 0x54FD0, symSize: 0x80 }
+ - { offsetInCU: 0x275, offset: 0x9ED82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO11stringValueAGSgSS_tcfC', symObjAddr: 0x2C0, symBinAddr: 0x55050, symSize: 0x80 }
+ - { offsetInCU: 0x2AB, offset: 0x9EDB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8intValueAGSgSi_tcfC', symObjAddr: 0x340, symBinAddr: 0x550D0, symSize: 0x10 }
+ - { offsetInCU: 0x2D2, offset: 0x9EDDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8intValueSiSgvg', symObjAddr: 0x350, symBinAddr: 0x550E0, symSize: 0x10 }
+ - { offsetInCU: 0x2F9, offset: 0x9EE06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO8rawValueSSvg', symObjAddr: 0x360, symBinAddr: 0x550F0, symSize: 0x40 }
+ - { offsetInCU: 0x320, offset: 0x9EE2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyO11stringValueSSvg', symObjAddr: 0x3A0, symBinAddr: 0x55130, symSize: 0x40 }
+ - { offsetInCU: 0x356, offset: 0x9EE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x552C0, symSize: 0x90 }
+ - { offsetInCU: 0x38A, offset: 0x9EE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x5C0, symBinAddr: 0x55350, symSize: 0x30 }
+ - { offsetInCU: 0x39E, offset: 0x9EEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP11stringValueSSvgTW', symObjAddr: 0x5F0, symBinAddr: 0x55380, symSize: 0x10 }
+ - { offsetInCU: 0x3D4, offset: 0x9EEE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x55390, symSize: 0x90 }
+ - { offsetInCU: 0x41F, offset: 0x9EF2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x690, symBinAddr: 0x55420, symSize: 0x10 }
+ - { offsetInCU: 0x43B, offset: 0x9EF48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x6A0, symBinAddr: 0x55430, symSize: 0x10 }
+ - { offsetInCU: 0x472, offset: 0x9EF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x6F0, symBinAddr: 0x55480, symSize: 0x70 }
+ - { offsetInCU: 0x4AD, offset: 0x9EFBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x760, symBinAddr: 0x554F0, symSize: 0x70 }
+ - { offsetInCU: 0x4F0, offset: 0x9EFFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x7D0, symBinAddr: 0x55560, symSize: 0x10 }
+ - { offsetInCU: 0x517, offset: 0x9F024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x7E0, symBinAddr: 0x55570, symSize: 0x10 }
+ - { offsetInCU: 0x53E, offset: 0x9F04B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x7F0, symBinAddr: 0x55580, symSize: 0x20 }
+ - { offsetInCU: 0x575, offset: 0x9F082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x810, symBinAddr: 0x555A0, symSize: 0x20 }
+ - { offsetInCU: 0x5CA, offset: 0x9F0D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x980, symBinAddr: 0x55710, symSize: 0x80 }
+ - { offsetInCU: 0x60B, offset: 0x9F118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xA00, symBinAddr: 0x55790, symSize: 0x30 }
+ - { offsetInCU: 0x61F, offset: 0x9F12C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xA30, symBinAddr: 0x557C0, symSize: 0x10 }
+ - { offsetInCU: 0x655, offset: 0x9F162, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA40, symBinAddr: 0x557D0, symSize: 0x80 }
+ - { offsetInCU: 0x6AD, offset: 0x9F1BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xAC0, symBinAddr: 0x55850, symSize: 0x10 }
+ - { offsetInCU: 0x6C9, offset: 0x9F1D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xAD0, symBinAddr: 0x55860, symSize: 0x10 }
+ - { offsetInCU: 0x6E6, offset: 0x9F1F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xB20, symBinAddr: 0x558B0, symSize: 0x280 }
+ - { offsetInCU: 0x768, offset: 0x9F275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0xDA0, symBinAddr: 0x55B30, symSize: 0x30 }
+ - { offsetInCU: 0x79F, offset: 0x9F2AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xDD0, symBinAddr: 0x55B60, symSize: 0x10 }
+ - { offsetInCU: 0x7CA, offset: 0x9F2D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xDE0, symBinAddr: 0x55B70, symSize: 0x10 }
+ - { offsetInCU: 0x7FC, offset: 0x9F309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDF0, symBinAddr: 0x55B80, symSize: 0x10 }
+ - { offsetInCU: 0x818, offset: 0x9F325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xE00, symBinAddr: 0x55B90, symSize: 0x50 }
+ - { offsetInCU: 0x83B, offset: 0x9F348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV5appId04userG011accessToken06bundleG0ACSS_S2SSgAHtcfCTf4nnnnd_n', symObjAddr: 0xE50, symBinAddr: 0x55BE0, symSize: 0x130 }
+ - { offsetInCU: 0x941, offset: 0x9F44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xFF0, symBinAddr: 0x55D10, symSize: 0x30 }
+ - { offsetInCU: 0x955, offset: 0x9F462, size: 0x8, addend: 0x0, symName: '_$sSSSgWOb', symObjAddr: 0x1020, symBinAddr: 0x55D40, symSize: 0x40 }
+ - { offsetInCU: 0x969, offset: 0x9F476, size: 0x8, addend: 0x0, symName: '_$sSSSgWOr', symObjAddr: 0x1060, symBinAddr: 0x55D80, symSize: 0x20 }
+ - { offsetInCU: 0x97D, offset: 0x9F48A, size: 0x8, addend: 0x0, symName: '_$sSSSgWOs', symObjAddr: 0x1100, symBinAddr: 0x55DA0, symSize: 0x20 }
+ - { offsetInCU: 0x991, offset: 0x9F49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs0fJ0AAWl', symObjAddr: 0x1120, symBinAddr: 0x55DC0, symSize: 0x30 }
+ - { offsetInCU: 0x9A5, offset: 0x9F4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASQWb', symObjAddr: 0x1150, symBinAddr: 0x55DF0, symSize: 0x10 }
+ - { offsetInCU: 0x9B9, offset: 0x9F4C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGSQAAWl', symObjAddr: 0x1160, symBinAddr: 0x55E00, symSize: 0x30 }
+ - { offsetInCU: 0x9CD, offset: 0x9F4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1190, symBinAddr: 0x55E30, symSize: 0x10 }
+ - { offsetInCU: 0x9E1, offset: 0x9F4EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x11A0, symBinAddr: 0x55E40, symSize: 0x30 }
+ - { offsetInCU: 0x9F5, offset: 0x9F502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs0fJ0AAs23CustomStringConvertiblePWb', symObjAddr: 0x11D0, symBinAddr: 0x55E70, symSize: 0x10 }
+ - { offsetInCU: 0xA09, offset: 0x9F516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x11E0, symBinAddr: 0x55E80, symSize: 0x30 }
+ - { offsetInCU: 0xA1D, offset: 0x9F52A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1210, symBinAddr: 0x55EB0, symSize: 0x10 }
+ - { offsetInCU: 0xA31, offset: 0x9F53E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1220, symBinAddr: 0x55EC0, symSize: 0x30 }
+ - { offsetInCU: 0xA45, offset: 0x9F552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1250, symBinAddr: 0x55EF0, symSize: 0x10 }
+ - { offsetInCU: 0xA59, offset: 0x9F566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1260, symBinAddr: 0x55F00, symSize: 0x30 }
+ - { offsetInCU: 0xA6D, offset: 0x9F57A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1290, symBinAddr: 0x55F30, symSize: 0x10 }
+ - { offsetInCU: 0xA81, offset: 0x9F58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x12A0, symBinAddr: 0x55F40, symSize: 0x30 }
+ - { offsetInCU: 0xA95, offset: 0x9F5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA14APIRequestableAAWI', symObjAddr: 0x12D0, symBinAddr: 0x55F70, symSize: 0x20 }
+ - { offsetInCU: 0xAA9, offset: 0x9F5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA11RequestableAAWl', symObjAddr: 0x12F0, symBinAddr: 0x55F90, symSize: 0x30 }
+ - { offsetInCU: 0xABD, offset: 0x9F5CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1320, symBinAddr: 0x55FC0, symSize: 0x10 }
+ - { offsetInCU: 0xAD1, offset: 0x9F5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA11RequestableAAWI', symObjAddr: 0x1360, symBinAddr: 0x55FD0, symSize: 0x30 }
+ - { offsetInCU: 0xAE5, offset: 0x9F5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA0E0AAWl', symObjAddr: 0x1390, symBinAddr: 0x56000, symSize: 0x30 }
+ - { offsetInCU: 0xAF9, offset: 0x9F606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x13C0, symBinAddr: 0x56030, symSize: 0x30 }
+ - { offsetInCU: 0xB0D, offset: 0x9F61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0AAWI', symObjAddr: 0x13F0, symBinAddr: 0x56060, symSize: 0x20 }
+ - { offsetInCU: 0xB21, offset: 0x9F62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVACSEAAWl', symObjAddr: 0x1410, symBinAddr: 0x56080, symSize: 0x30 }
+ - { offsetInCU: 0xB35, offset: 0x9F642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1440, symBinAddr: 0x560B0, symSize: 0x20 }
+ - { offsetInCU: 0xB49, offset: 0x9F656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwCP', symObjAddr: 0x1460, symBinAddr: 0x560D0, symSize: 0x30 }
+ - { offsetInCU: 0xB5D, offset: 0x9F66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwxx', symObjAddr: 0x1490, symBinAddr: 0x56100, symSize: 0x40 }
+ - { offsetInCU: 0xB71, offset: 0x9F67E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwcp', symObjAddr: 0x14D0, symBinAddr: 0x56140, symSize: 0xA0 }
+ - { offsetInCU: 0xB85, offset: 0x9F692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwca', symObjAddr: 0x1570, symBinAddr: 0x561E0, symSize: 0xD0 }
+ - { offsetInCU: 0xB99, offset: 0x9F6A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwta', symObjAddr: 0x1680, symBinAddr: 0x562B0, symSize: 0xA0 }
+ - { offsetInCU: 0xBAD, offset: 0x9F6BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwet', symObjAddr: 0x1720, symBinAddr: 0x56350, symSize: 0x40 }
+ - { offsetInCU: 0xBC1, offset: 0x9F6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVwst', symObjAddr: 0x1760, symBinAddr: 0x56390, symSize: 0x60 }
+ - { offsetInCU: 0xBD5, offset: 0x9F6E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVMa', symObjAddr: 0x17C0, symBinAddr: 0x563F0, symSize: 0x10 }
+ - { offsetInCU: 0xBE9, offset: 0x9F6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwet', symObjAddr: 0x17F0, symBinAddr: 0x56400, symSize: 0x80 }
+ - { offsetInCU: 0xBFD, offset: 0x9F70A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwst', symObjAddr: 0x1870, symBinAddr: 0x56480, symSize: 0xD0 }
+ - { offsetInCU: 0xC11, offset: 0x9F71E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwug', symObjAddr: 0x1940, symBinAddr: 0x56550, symSize: 0x10 }
+ - { offsetInCU: 0xC25, offset: 0x9F732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwup', symObjAddr: 0x1950, symBinAddr: 0x56560, symSize: 0x10 }
+ - { offsetInCU: 0xC39, offset: 0x9F746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOwui', symObjAddr: 0x1960, symBinAddr: 0x56570, symSize: 0x10 }
+ - { offsetInCU: 0xC4D, offset: 0x9F75A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOMa', symObjAddr: 0x1970, symBinAddr: 0x56580, symSize: 0x10 }
+ - { offsetInCU: 0xC61, offset: 0x9F76E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwet', symObjAddr: 0x1980, symBinAddr: 0x56590, symSize: 0x80 }
+ - { offsetInCU: 0xC75, offset: 0x9F782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwst', symObjAddr: 0x1A00, symBinAddr: 0x56610, symSize: 0xD0 }
+ - { offsetInCU: 0xC89, offset: 0x9F796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwug', symObjAddr: 0x1AD0, symBinAddr: 0x566E0, symSize: 0x10 }
+ - { offsetInCU: 0xC9D, offset: 0x9F7AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwup', symObjAddr: 0x1AE0, symBinAddr: 0x566F0, symSize: 0x10 }
+ - { offsetInCU: 0xCB1, offset: 0x9F7BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOwui', symObjAddr: 0x1AF0, symBinAddr: 0x56700, symSize: 0x10 }
+ - { offsetInCU: 0xCC5, offset: 0x9F7D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOMa', symObjAddr: 0x1B00, symBinAddr: 0x56710, symSize: 0x10 }
+ - { offsetInCU: 0xD14, offset: 0x9F821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E0, symBinAddr: 0x55170, symSize: 0x80 }
+ - { offsetInCU: 0xDE3, offset: 0x9F8F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x460, symBinAddr: 0x551F0, symSize: 0x50 }
+ - { offsetInCU: 0xE79, offset: 0x9F986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4B0, symBinAddr: 0x55240, symSize: 0x30 }
+ - { offsetInCU: 0xECB, offset: 0x9F9D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x55270, symSize: 0x50 }
+ - { offsetInCU: 0xF3F, offset: 0x9FA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0x55440, symSize: 0x20 }
+ - { offsetInCU: 0xF5B, offset: 0x9FA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysO11PushInfoKeyOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x6D0, symBinAddr: 0x55460, symSize: 0x20 }
+ - { offsetInCU: 0xF8C, offset: 0x9FA99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x830, symBinAddr: 0x555C0, symSize: 0x80 }
+ - { offsetInCU: 0x105B, offset: 0x9FB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x8B0, symBinAddr: 0x55640, symSize: 0x50 }
+ - { offsetInCU: 0x10D9, offset: 0x9FBE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x900, symBinAddr: 0x55690, symSize: 0x30 }
+ - { offsetInCU: 0x112B, offset: 0x9FC38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x930, symBinAddr: 0x556C0, symSize: 0x50 }
+ - { offsetInCU: 0x1187, offset: 0x9FC94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xAE0, symBinAddr: 0x55870, symSize: 0x20 }
+ - { offsetInCU: 0x11A3, offset: 0x9FCB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xB00, symBinAddr: 0x55890, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x9FF3C, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7gzippedSSSgyF', symObjAddr: 0x0, symBinAddr: 0x56730, symSize: 0x130 }
+ - { offsetInCU: 0x3F, offset: 0x9FF54, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7gzippedSSSgyF', symObjAddr: 0x0, symBinAddr: 0x56730, symSize: 0x130 }
+ - { offsetInCU: 0xB3, offset: 0x9FFC8, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x130, symBinAddr: 0x56860, symSize: 0x30 }
+ - { offsetInCU: 0xC7, offset: 0x9FFDC, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x160, symBinAddr: 0x56890, symSize: 0x20 }
+ - { offsetInCU: 0xDB, offset: 0x9FFF0, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9gunzippedSSSgyF', symObjAddr: 0x220, symBinAddr: 0x568B0, symSize: 0x123 }
+ - { offsetInCU: 0x27, offset: 0xA024D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x569E0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xA0271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x569E0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xA028D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x10, symBinAddr: 0x569F0, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0xA02A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV8pushType5token6userIdAcA0eI0O_SSSgSStcfC', symObjAddr: 0x20, symBinAddr: 0x56A00, symSize: 0x50 }
+ - { offsetInCU: 0xD2, offset: 0xA02F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV8pushType5token6userIdAcA0eI0O_SSSgSStcfcAA7URLPathVyXEfU_', symObjAddr: 0x70, symBinAddr: 0x56A50, symSize: 0x170 }
+ - { offsetInCU: 0x219, offset: 0xA043F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E0, symBinAddr: 0x56BC0, symSize: 0x10 }
+ - { offsetInCU: 0x256, offset: 0xA047C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x360, symBinAddr: 0x56D10, symSize: 0x10 }
+ - { offsetInCU: 0x281, offset: 0xA04A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x370, symBinAddr: 0x56D20, symSize: 0x10 }
+ - { offsetInCU: 0x2B3, offset: 0xA04D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3F0, symBinAddr: 0x56DA0, symSize: 0x10 }
+ - { offsetInCU: 0x360, offset: 0xA0586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0x1F0, symBinAddr: 0x56BD0, symSize: 0x20 }
+ - { offsetInCU: 0x374, offset: 0xA059A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0x210, symBinAddr: 0x56BF0, symSize: 0x30 }
+ - { offsetInCU: 0x388, offset: 0xA05AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x240, symBinAddr: 0x56C20, symSize: 0x20 }
+ - { offsetInCU: 0x39C, offset: 0xA05C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0x260, symBinAddr: 0x56C40, symSize: 0x30 }
+ - { offsetInCU: 0x3B0, offset: 0xA05D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA11RequestableAAWI', symObjAddr: 0x290, symBinAddr: 0x56C70, symSize: 0x30 }
+ - { offsetInCU: 0x3C4, offset: 0xA05EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA0G0AAWl', symObjAddr: 0x2C0, symBinAddr: 0x56CA0, symSize: 0x30 }
+ - { offsetInCU: 0x3D8, offset: 0xA05FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x2F0, symBinAddr: 0x56CD0, symSize: 0x30 }
+ - { offsetInCU: 0x3EC, offset: 0xA0612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x320, symBinAddr: 0x56D00, symSize: 0x10 }
+ - { offsetInCU: 0x400, offset: 0xA0626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0AAWI', symObjAddr: 0x380, symBinAddr: 0x56D30, symSize: 0x20 }
+ - { offsetInCU: 0x414, offset: 0xA063A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVACSEAAWl', symObjAddr: 0x3A0, symBinAddr: 0x56D50, symSize: 0x30 }
+ - { offsetInCU: 0x428, offset: 0xA064E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3D0, symBinAddr: 0x56D80, symSize: 0x20 }
+ - { offsetInCU: 0x43C, offset: 0xA0662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwCP', symObjAddr: 0x400, symBinAddr: 0x56DB0, symSize: 0x30 }
+ - { offsetInCU: 0x450, offset: 0xA0676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwxx', symObjAddr: 0x430, symBinAddr: 0x56DE0, symSize: 0x10 }
+ - { offsetInCU: 0x464, offset: 0xA068A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwcp', symObjAddr: 0x440, symBinAddr: 0x56DF0, symSize: 0x30 }
+ - { offsetInCU: 0x478, offset: 0xA069E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwca', symObjAddr: 0x470, symBinAddr: 0x56E20, symSize: 0x30 }
+ - { offsetInCU: 0x48C, offset: 0xA06B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwta', symObjAddr: 0x4B0, symBinAddr: 0x56E50, symSize: 0x30 }
+ - { offsetInCU: 0x4A0, offset: 0xA06C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwet', symObjAddr: 0x4E0, symBinAddr: 0x56E80, symSize: 0x40 }
+ - { offsetInCU: 0x4B4, offset: 0xA06DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVwst', symObjAddr: 0x520, symBinAddr: 0x56EC0, symSize: 0x40 }
+ - { offsetInCU: 0x4C8, offset: 0xA06EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVMa', symObjAddr: 0x560, symBinAddr: 0x56F00, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xA092E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x56F10, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0xA0946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x56F10, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0xA0960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x56F20, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xA0991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x56F50, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0xA09B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x56F80, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0xA09E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10resultTypeAA0dE8ResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x56FB0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0xA09FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x56FC0, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0xA0A1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x56FD0, symSize: 0xA0 }
+ - { offsetInCU: 0x197, offset: 0xA0A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV12isWSRequiredSbvg', symObjAddr: 0x1A0, symBinAddr: 0x57070, symSize: 0x10 }
+ - { offsetInCU: 0x1B3, offset: 0xA0ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6roomIdSSvg', symObjAddr: 0x1B0, symBinAddr: 0x57080, symSize: 0x20 }
+ - { offsetInCU: 0x1CF, offset: 0xA0AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV14isAudioEnabledSbvg', symObjAddr: 0x1D0, symBinAddr: 0x570A0, symSize: 0x10 }
+ - { offsetInCU: 0x1EB, offset: 0xA0AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV14isVideoEnabledSbvg', symObjAddr: 0x1E0, symBinAddr: 0x570B0, symSize: 0x10 }
+ - { offsetInCU: 0x207, offset: 0xA0B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV12kickSiblingsSbvg', symObjAddr: 0x1F0, symBinAddr: 0x570C0, symSize: 0x10 }
+ - { offsetInCU: 0x223, offset: 0xA0B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6roomId14isAudioEnabled0i5VideoK012kickSiblingsACSS_S3btcfC', symObjAddr: 0x200, symBinAddr: 0x570D0, symSize: 0x30 }
+ - { offsetInCU: 0x292, offset: 0xA0B99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x230, symBinAddr: 0x57100, symSize: 0x130 }
+ - { offsetInCU: 0x2EE, offset: 0xA0BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x57230, symSize: 0x10 }
+ - { offsetInCU: 0x319, offset: 0xA0C20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x572A0, symSize: 0x30 }
+ - { offsetInCU: 0x350, offset: 0xA0C57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x570, symBinAddr: 0x573B0, symSize: 0x10 }
+ - { offsetInCU: 0x36C, offset: 0xA0C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x580, symBinAddr: 0x573C0, symSize: 0x20 }
+ - { offsetInCU: 0x388, offset: 0xA0C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x610, symBinAddr: 0x57450, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0xA0CD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x3D0, symBinAddr: 0x57240, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0xA0CE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3F0, symBinAddr: 0x57260, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0xA0CFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x420, symBinAddr: 0x57290, symSize: 0x10 }
+ - { offsetInCU: 0x409, offset: 0xA0D10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x490, symBinAddr: 0x572D0, symSize: 0x20 }
+ - { offsetInCU: 0x41D, offset: 0xA0D24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x4B0, symBinAddr: 0x572F0, symSize: 0x30 }
+ - { offsetInCU: 0x431, offset: 0xA0D38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA11RequestableAAWI', symObjAddr: 0x4E0, symBinAddr: 0x57320, symSize: 0x30 }
+ - { offsetInCU: 0x445, offset: 0xA0D4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA0F0AAWl', symObjAddr: 0x510, symBinAddr: 0x57350, symSize: 0x30 }
+ - { offsetInCU: 0x459, offset: 0xA0D60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x540, symBinAddr: 0x57380, symSize: 0x30 }
+ - { offsetInCU: 0x46D, offset: 0xA0D74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0AAWI', symObjAddr: 0x5A0, symBinAddr: 0x573E0, symSize: 0x20 }
+ - { offsetInCU: 0x481, offset: 0xA0D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVACSEAAWl', symObjAddr: 0x5C0, symBinAddr: 0x57400, symSize: 0x30 }
+ - { offsetInCU: 0x495, offset: 0xA0D9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x5F0, symBinAddr: 0x57430, symSize: 0x20 }
+ - { offsetInCU: 0x4A9, offset: 0xA0DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwCP', symObjAddr: 0x640, symBinAddr: 0x57480, symSize: 0x30 }
+ - { offsetInCU: 0x4BD, offset: 0xA0DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwxx', symObjAddr: 0x670, symBinAddr: 0x574B0, symSize: 0x10 }
+ - { offsetInCU: 0x4D1, offset: 0xA0DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwcp', symObjAddr: 0x680, symBinAddr: 0x574C0, symSize: 0x50 }
+ - { offsetInCU: 0x4E5, offset: 0xA0DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwca', symObjAddr: 0x6D0, symBinAddr: 0x57510, symSize: 0x70 }
+ - { offsetInCU: 0x4F9, offset: 0xA0E00, size: 0x8, addend: 0x0, symName: ___swift_memcpy27_8, symObjAddr: 0x740, symBinAddr: 0x57580, symSize: 0x20 }
+ - { offsetInCU: 0x50D, offset: 0xA0E14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwta', symObjAddr: 0x760, symBinAddr: 0x575A0, symSize: 0x60 }
+ - { offsetInCU: 0x521, offset: 0xA0E28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwet', symObjAddr: 0x7C0, symBinAddr: 0x57600, symSize: 0x40 }
+ - { offsetInCU: 0x535, offset: 0xA0E3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVwst', symObjAddr: 0x800, symBinAddr: 0x57640, symSize: 0x50 }
+ - { offsetInCU: 0x549, offset: 0xA0E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVMa', symObjAddr: 0x850, symBinAddr: 0x57690, symSize: 0x10 }
+ - { offsetInCU: 0x69, offset: 0xA10F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvgTo', symObjAddr: 0xF0, symBinAddr: 0x577A0, symSize: 0x20 }
+ - { offsetInCU: 0xA4, offset: 0xA112E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8positionAC8PositionOvg', symObjAddr: 0x110, symBinAddr: 0x577C0, symSize: 0x20 }
+ - { offsetInCU: 0x103, offset: 0xA118D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfC', symObjAddr: 0x130, symBinAddr: 0x577E0, symSize: 0x80 }
+ - { offsetInCU: 0x15D, offset: 0xA11E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfc', symObjAddr: 0x1B0, symBinAddr: 0x57860, symSize: 0x60 }
+ - { offsetInCU: 0x198, offset: 0xA1222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8uniqueId13localizedName8positionACSS_SSAC8PositionOtcfcTo', symObjAddr: 0x230, symBinAddr: 0x578E0, symSize: 0x90 }
+ - { offsetInCU: 0x1EF, offset: 0xA1279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfC', symObjAddr: 0x2C0, symBinAddr: 0x57970, symSize: 0x30 }
+ - { offsetInCU: 0x20D, offset: 0xA1297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfc', symObjAddr: 0x2F0, symBinAddr: 0x579A0, symSize: 0x170 }
+ - { offsetInCU: 0x291, offset: 0xA131B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC6deviceACSgSo09AVCaptureE0CSg_tcfcTo', symObjAddr: 0x480, symBinAddr: 0x57B30, symSize: 0x30 }
+ - { offsetInCU: 0x2AD, offset: 0xA1337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfC', symObjAddr: 0x4B0, symBinAddr: 0x57B60, symSize: 0x20 }
+ - { offsetInCU: 0x2CB, offset: 0xA1355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfc', symObjAddr: 0x4D0, symBinAddr: 0x57B80, symSize: 0x30 }
+ - { offsetInCU: 0x32E, offset: 0xA13B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCACycfcTo', symObjAddr: 0x500, symBinAddr: 0x57BB0, symSize: 0x30 }
+ - { offsetInCU: 0x395, offset: 0xA141F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCfD', symObjAddr: 0x530, symBinAddr: 0x57BE0, symSize: 0x30 }
+ - { offsetInCU: 0x3CF, offset: 0xA1459, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8rawValueAESgSi_tcfC', symObjAddr: 0x5A0, symBinAddr: 0x57C50, symSize: 0x20 }
+ - { offsetInCU: 0x3EC, offset: 0xA1476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8rawValueSivg', symObjAddr: 0x5C0, symBinAddr: 0x57C70, symSize: 0x10 }
+ - { offsetInCU: 0x42F, offset: 0xA14B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x680, symBinAddr: 0x57D30, symSize: 0x20 }
+ - { offsetInCU: 0x460, offset: 0xA14EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x6A0, symBinAddr: 0x57D50, symSize: 0x10 }
+ - { offsetInCU: 0x47D, offset: 0xA1507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCMa', symObjAddr: 0x210, symBinAddr: 0x578C0, symSize: 0x20 }
+ - { offsetInCU: 0x4DF, offset: 0xA1569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO8positionAESo09AVCaptureeF0V_tcfC', symObjAddr: 0x460, symBinAddr: 0x57B10, symSize: 0x20 }
+ - { offsetInCU: 0x52A, offset: 0xA15B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceCfETo', symObjAddr: 0x560, symBinAddr: 0x57C10, symSize: 0x40 }
+ - { offsetInCU: 0x57A, offset: 0xA1604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionO5valueSo09AVCaptureeF0Vvg', symObjAddr: 0x6B0, symBinAddr: 0x57D60, symSize: 0x40 }
+ - { offsetInCU: 0x599, offset: 0xA1623, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsSo15AVCaptureDeviceCRszlE8filtered9predicateACSgAA05VideoE0C9PredicateO_tF', symObjAddr: 0x6F0, symBinAddr: 0x57DA0, symSize: 0x60 }
+ - { offsetInCU: 0x661, offset: 0xA16EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO12currentValueSSSgvg', symObjAddr: 0x750, symBinAddr: 0x57E00, symSize: 0x80 }
+ - { offsetInCU: 0x695, offset: 0xA171F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO8newValueSSSgvg', symObjAddr: 0x7D0, symBinAddr: 0x57E80, symSize: 0x80 }
+ - { offsetInCU: 0x6F6, offset: 0xA1780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO12isInProgressSbvg', symObjAddr: 0x850, symBinAddr: 0x57F00, symSize: 0x30 }
+ - { offsetInCU: 0x77B, offset: 0xA1805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO8progress9deviceKeyySS_tF', symObjAddr: 0x880, symBinAddr: 0x57F30, symSize: 0x1C0 }
+ - { offsetInCU: 0x80B, offset: 0xA1895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO7successyyF', symObjAddr: 0xA40, symBinAddr: 0x580F0, symSize: 0x80 }
+ - { offsetInCU: 0x858, offset: 0xA18E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionO6revertyyF', symObjAddr: 0xAC0, symBinAddr: 0x58170, symSize: 0xE0 }
+ - { offsetInCU: 0x9A7, offset: 0xA1A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOWOy', symObjAddr: 0xE60, symBinAddr: 0x58510, symSize: 0x30 }
+ - { offsetInCU: 0x9BB, offset: 0xA1A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOWOe', symObjAddr: 0xE90, symBinAddr: 0x58540, symSize: 0x30 }
+ - { offsetInCU: 0x9D6, offset: 0xA1A60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOb', symObjAddr: 0xEC0, symBinAddr: 0x58570, symSize: 0x20 }
+ - { offsetInCU: 0x9FF, offset: 0xA1A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOe', symObjAddr: 0xEE0, symBinAddr: 0x58590, symSize: 0x40 }
+ - { offsetInCU: 0xA13, offset: 0xA1A9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASQWb', symObjAddr: 0xF20, symBinAddr: 0x585D0, symSize: 0x10 }
+ - { offsetInCU: 0xA27, offset: 0xA1AB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOAESQAAWl', symObjAddr: 0xF30, symBinAddr: 0x585E0, symSize: 0x30 }
+ - { offsetInCU: 0xA3B, offset: 0xA1AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOMa', symObjAddr: 0xF90, symBinAddr: 0x58640, symSize: 0x10 }
+ - { offsetInCU: 0xA4F, offset: 0xA1AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwCP', symObjAddr: 0xFA0, symBinAddr: 0x58650, symSize: 0x40 }
+ - { offsetInCU: 0xA63, offset: 0xA1AED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwxx', symObjAddr: 0xFE0, symBinAddr: 0x58690, symSize: 0x20 }
+ - { offsetInCU: 0xA77, offset: 0xA1B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwcp', symObjAddr: 0x1000, symBinAddr: 0x586B0, symSize: 0x40 }
+ - { offsetInCU: 0xA8B, offset: 0xA1B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwca', symObjAddr: 0x1040, symBinAddr: 0x586F0, symSize: 0x50 }
+ - { offsetInCU: 0xA9F, offset: 0xA1B29, size: 0x8, addend: 0x0, symName: ___swift_memcpy17_8, symObjAddr: 0x1090, symBinAddr: 0x58740, symSize: 0x20 }
+ - { offsetInCU: 0xAB3, offset: 0xA1B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwta', symObjAddr: 0x10B0, symBinAddr: 0x58760, symSize: 0x40 }
+ - { offsetInCU: 0xAC7, offset: 0xA1B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwet', symObjAddr: 0x10F0, symBinAddr: 0x587A0, symSize: 0x50 }
+ - { offsetInCU: 0xADB, offset: 0xA1B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwst', symObjAddr: 0x1140, symBinAddr: 0x587F0, symSize: 0x50 }
+ - { offsetInCU: 0xAEF, offset: 0xA1B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwug', symObjAddr: 0x1190, symBinAddr: 0x58840, symSize: 0x10 }
+ - { offsetInCU: 0xB03, offset: 0xA1B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwup', symObjAddr: 0x11A0, symBinAddr: 0x58850, symSize: 0x10 }
+ - { offsetInCU: 0xB17, offset: 0xA1BA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOwui', symObjAddr: 0x11B0, symBinAddr: 0x58860, symSize: 0x10 }
+ - { offsetInCU: 0xB2B, offset: 0xA1BB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9PredicateOMa', symObjAddr: 0x11C0, symBinAddr: 0x58870, symSize: 0x10 }
+ - { offsetInCU: 0xB3F, offset: 0xA1BC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwCP', symObjAddr: 0x11D0, symBinAddr: 0x58880, symSize: 0x30 }
+ - { offsetInCU: 0xB53, offset: 0xA1BDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOy', symObjAddr: 0x1200, symBinAddr: 0x588B0, symSize: 0x40 }
+ - { offsetInCU: 0xB67, offset: 0xA1BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwxx', symObjAddr: 0x1240, symBinAddr: 0x588F0, symSize: 0x20 }
+ - { offsetInCU: 0xB7B, offset: 0xA1C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwcp', symObjAddr: 0x1260, symBinAddr: 0x58910, symSize: 0x60 }
+ - { offsetInCU: 0xB8F, offset: 0xA1C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwca', symObjAddr: 0x12C0, symBinAddr: 0x58970, symSize: 0x80 }
+ - { offsetInCU: 0xBA3, offset: 0xA1C2D, size: 0x8, addend: 0x0, symName: ___swift_memcpy33_8, symObjAddr: 0x1340, symBinAddr: 0x589F0, symSize: 0x20 }
+ - { offsetInCU: 0xBB7, offset: 0xA1C41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwta', symObjAddr: 0x1360, symBinAddr: 0x58A10, symSize: 0x50 }
+ - { offsetInCU: 0xBCB, offset: 0xA1C55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwet', symObjAddr: 0x13B0, symBinAddr: 0x58A60, symSize: 0x50 }
+ - { offsetInCU: 0xBDF, offset: 0xA1C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwst', symObjAddr: 0x1400, symBinAddr: 0x58AB0, symSize: 0x50 }
+ - { offsetInCU: 0xBF3, offset: 0xA1C7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwug', symObjAddr: 0x1450, symBinAddr: 0x58B00, symSize: 0x20 }
+ - { offsetInCU: 0xC07, offset: 0xA1C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwup', symObjAddr: 0x1470, symBinAddr: 0x58B20, symSize: 0x10 }
+ - { offsetInCU: 0xC1B, offset: 0xA1CA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOwui', symObjAddr: 0x1480, symBinAddr: 0x58B30, symSize: 0x30 }
+ - { offsetInCU: 0xC2F, offset: 0xA1CB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOMa', symObjAddr: 0x14B0, symBinAddr: 0x58B60, symSize: 0xA }
+ - { offsetInCU: 0xC63, offset: 0xA1CED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5D0, symBinAddr: 0x57C80, symSize: 0x10 }
+ - { offsetInCU: 0xCF4, offset: 0xA1D7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH9hashValueSivgTW', symObjAddr: 0x5E0, symBinAddr: 0x57C90, symSize: 0x40 }
+ - { offsetInCU: 0xDA3, offset: 0xA1E2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x620, symBinAddr: 0x57CD0, symSize: 0x20 }
+ - { offsetInCU: 0xDF6, offset: 0xA1E80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC8PositionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x640, symBinAddr: 0x57CF0, symSize: 0x40 }
+ - { offsetInCU: 0xED4, offset: 0xA1F5E, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5023$sSa13SendBirdCallsSo15dE64CRszlE8filtered9predicateACSgAA05VideoE0C9PredicateO_tFSbACXEfU_0hiJ00pE0C0S0OTf1cn_nTf4ng_n', symObjAddr: 0xBA0, symBinAddr: 0x58250, symSize: 0x2C0 }
+ - { offsetInCU: 0x27, offset: 0xA23DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x58B70, symSize: 0x70 }
+ - { offsetInCU: 0x9E, offset: 0xA2455, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x58B70, symSize: 0x70 }
+ - { offsetInCU: 0xF2, offset: 0xA24A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC16didICEDisconnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x70, symBinAddr: 0x58BE0, symSize: 0x70 }
+ - { offsetInCU: 0x181, offset: 0xA2538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0xE0, symBinAddr: 0x58C50, symSize: 0xB0 }
+ - { offsetInCU: 0x210, offset: 0xA25C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x190, symBinAddr: 0x58D00, symSize: 0x80 }
+ - { offsetInCU: 0x2B0, offset: 0xA2667, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateC8didClose7contextyAA12WebRTCClientC_tF', symObjAddr: 0x210, symBinAddr: 0x58D80, symSize: 0x60 }
+ - { offsetInCU: 0x319, offset: 0xA26D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCACycfC', symObjAddr: 0x270, symBinAddr: 0x58DE0, symSize: 0x20 }
+ - { offsetInCU: 0x337, offset: 0xA26EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCACycfc', symObjAddr: 0x290, symBinAddr: 0x58E00, symSize: 0x10 }
+ - { offsetInCU: 0x364, offset: 0xA271B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCfd', symObjAddr: 0x2A0, symBinAddr: 0x58E10, symSize: 0x10 }
+ - { offsetInCU: 0x391, offset: 0xA2748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCfD', symObjAddr: 0x2B0, symBinAddr: 0x58E20, symSize: 0x20 }
+ - { offsetInCU: 0x425, offset: 0xA27DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionConnectedStateCMa', symObjAddr: 0x330, symBinAddr: 0x58E40, symSize: 0x14 }
+ - { offsetInCU: 0x43, offset: 0xA2A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegatePAAE3add5timeryAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0x58E60, symSize: 0x10 }
+ - { offsetInCU: 0x6A, offset: 0xA2A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegatePAAE6remove5timeryAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x58E70, symSize: 0x10 }
+ - { offsetInCU: 0x9D, offset: 0xA2A9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvg', symObjAddr: 0x20, symBinAddr: 0x58E80, symSize: 0x140 }
+ - { offsetInCU: 0x129, offset: 0xA2B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvgyyXEfU_', symObjAddr: 0x160, symBinAddr: 0x58FC0, symSize: 0x1E0 }
+ - { offsetInCU: 0x36C, offset: 0xA2D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC10timerQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x410, symBinAddr: 0x59270, symSize: 0x10 }
+ - { offsetInCU: 0x388, offset: 0xA2D87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC5firstAA0D0CSgvg', symObjAddr: 0x420, symBinAddr: 0x59280, symSize: 0xA0 }
+ - { offsetInCU: 0x4D9, offset: 0xA2ED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfC', symObjAddr: 0x4C0, symBinAddr: 0x59320, symSize: 0x30 }
+ - { offsetInCU: 0x4F7, offset: 0xA2EF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC8capacityACSi_tcfc', symObjAddr: 0x4F0, symBinAddr: 0x59350, symSize: 0x1E0 }
+ - { offsetInCU: 0x5F0, offset: 0xA2FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC5timer10identifierAA0D0CSgSS_tF', symObjAddr: 0x6D0, symBinAddr: 0x59530, symSize: 0xF0 }
+ - { offsetInCU: 0x7A9, offset: 0xA31A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyF', symObjAddr: 0x7C0, symBinAddr: 0x59620, symSize: 0x150 }
+ - { offsetInCU: 0x80C, offset: 0xA320B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyFyyYbcfU_', symObjAddr: 0x910, symBinAddr: 0x59770, symSize: 0x150 }
+ - { offsetInCU: 0x98B, offset: 0xA338A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tF', symObjAddr: 0xA90, symBinAddr: 0x598F0, symSize: 0x180 }
+ - { offsetInCU: 0xA1E, offset: 0xA341D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tFyyYbcfU_', symObjAddr: 0xC10, symBinAddr: 0x59A70, symSize: 0x380 }
+ - { offsetInCU: 0xEDC, offset: 0xA38DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tF', symObjAddr: 0xF90, symBinAddr: 0x59DF0, symSize: 0x170 }
+ - { offsetInCU: 0xF2F, offset: 0xA392E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tFyyYbcfU_', symObjAddr: 0x1100, symBinAddr: 0x59F60, symSize: 0xD0 }
+ - { offsetInCU: 0x10A6, offset: 0xA3AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCfd', symObjAddr: 0x11D0, symBinAddr: 0x5A030, symSize: 0x20 }
+ - { offsetInCU: 0x10E1, offset: 0xA3AE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCfD', symObjAddr: 0x11F0, symBinAddr: 0x5A050, symSize: 0x30 }
+ - { offsetInCU: 0x1124, offset: 0xA3B23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCAA0dE8DelegateA2aDP3add5timeryAA0D0C_tFTW', symObjAddr: 0x1220, symBinAddr: 0x5A080, symSize: 0x20 }
+ - { offsetInCU: 0x1140, offset: 0xA3B3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCAA0dE8DelegateA2aDP6remove5timeryAA0D0C_tFTW', symObjAddr: 0x1240, symBinAddr: 0x5A0A0, symSize: 0x20 }
+ - { offsetInCU: 0x127C, offset: 0xA3C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6timersSayAA0D0CGvgyyXEfU_TA', symObjAddr: 0x360, symBinAddr: 0x591C0, symSize: 0x20 }
+ - { offsetInCU: 0x129B, offset: 0xA3C9A, size: 0x8, addend: 0x0, symName: '_$sIg_Ieg_TRTA', symObjAddr: 0x3A0, symBinAddr: 0x59200, symSize: 0x20 }
+ - { offsetInCU: 0x12C4, offset: 0xA3CC3, size: 0x8, addend: 0x0, symName: '_$sIeg_IyB_TR', symObjAddr: 0x3C0, symBinAddr: 0x59220, symSize: 0x20 }
+ - { offsetInCU: 0x12DC, offset: 0xA3CDB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3E0, symBinAddr: 0x59240, symSize: 0x20 }
+ - { offsetInCU: 0x12F0, offset: 0xA3CEF, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x400, symBinAddr: 0x59260, symSize: 0x10 }
+ - { offsetInCU: 0x1351, offset: 0xA3D50, size: 0x8, addend: 0x0, symName: '_$sIegh_IeyBh_TR', symObjAddr: 0xA60, symBinAddr: 0x598C0, symSize: 0x30 }
+ - { offsetInCU: 0x146D, offset: 0xA3E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1260, symBinAddr: 0x5A0C0, symSize: 0x10 }
+ - { offsetInCU: 0x1489, offset: 0xA3E88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1270, symBinAddr: 0x5A0D0, symSize: 0x10 }
+ - { offsetInCU: 0x14A5, offset: 0xA3EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0G0C_tFTW', symObjAddr: 0x1280, symBinAddr: 0x5A0E0, symSize: 0x10 }
+ - { offsetInCU: 0x14C1, offset: 0xA3EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0G0C_tFTW', symObjAddr: 0x1290, symBinAddr: 0x5A0F0, symSize: 0x10 }
+ - { offsetInCU: 0x14DD, offset: 0xA3EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x12A0, symBinAddr: 0x5A100, symSize: 0x10 }
+ - { offsetInCU: 0x14F9, offset: 0xA3EF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x12B0, symBinAddr: 0x5A110, symSize: 0x10 }
+ - { offsetInCU: 0x1515, offset: 0xA3F14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0E0C_tFTW', symObjAddr: 0x12C0, symBinAddr: 0x5A120, symSize: 0x10 }
+ - { offsetInCU: 0x1531, offset: 0xA3F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0E0C_tFTW', symObjAddr: 0x12D0, symBinAddr: 0x5A130, symSize: 0x10 }
+ - { offsetInCU: 0x154D, offset: 0xA3F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x12E0, symBinAddr: 0x5A140, symSize: 0x10 }
+ - { offsetInCU: 0x1569, offset: 0xA3F68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x12F0, symBinAddr: 0x5A150, symSize: 0x10 }
+ - { offsetInCU: 0x1585, offset: 0xA3F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1300, symBinAddr: 0x5A160, symSize: 0x10 }
+ - { offsetInCU: 0x15A1, offset: 0xA3FA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1310, symBinAddr: 0x5A170, symSize: 0x10 }
+ - { offsetInCU: 0x15BD, offset: 0xA3FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1320, symBinAddr: 0x5A180, symSize: 0x10 }
+ - { offsetInCU: 0x15D9, offset: 0xA3FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1330, symBinAddr: 0x5A190, symSize: 0x10 }
+ - { offsetInCU: 0x15F5, offset: 0xA3FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCAA20SBTimerBoardDelegateA2aDP3add5timeryAA0F0C_tFTW', symObjAddr: 0x1340, symBinAddr: 0x5A1A0, symSize: 0x10 }
+ - { offsetInCU: 0x1611, offset: 0xA4010, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCAA20SBTimerBoardDelegateA2aDP6remove5timeryAA0F0C_tFTW', symObjAddr: 0x1350, symBinAddr: 0x5A1B0, symSize: 0x10 }
+ - { offsetInCU: 0x1638, offset: 0xA4037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC7stopAllyyFyyYbcfU_TA', symObjAddr: 0x1590, symBinAddr: 0x5A3C0, symSize: 0x10 }
+ - { offsetInCU: 0x164C, offset: 0xA404B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC3add5timeryAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x15D0, symBinAddr: 0x5A400, symSize: 0x20 }
+ - { offsetInCU: 0x1660, offset: 0xA405F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardC6remove5timeryAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x1640, symBinAddr: 0x5A470, symSize: 0x20 }
+ - { offsetInCU: 0x1674, offset: 0xA4073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SBTimerBoardCMa', symObjAddr: 0x1680, symBinAddr: 0x5A4B0, symSize: 0x20 }
+ - { offsetInCU: 0x1688, offset: 0xA4087, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls7SBTimerCG_Tg504$s13ef7Calls12H46BoardC6remove5timeryAA0D0C_tFyyYbcfU_SbAGXEfU_AJSgXwz_XxTf1cn_nTf4ng_n', symObjAddr: 0x1760, symBinAddr: 0x5A590, symSize: 0x150 }
+ - { offsetInCU: 0x18A3, offset: 0xA42A2, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls7SBTimerCG_Tg504$s13hi7Calls12K46BoardC6remove5timeryAA0D0C_tFyyYbcfU_SbAGXEfU_AISgXwz_XxTf1cn_nTf4ng_n', symObjAddr: 0x18B0, symBinAddr: 0x5A6E0, symSize: 0x440 }
+ - { offsetInCU: 0x1CC3, offset: 0xA46C2, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls7SBTimerCG_Tg504$s13ef7Calls12H46BoardC5timer10identifierAA0D0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4gg_n', symObjAddr: 0x1390, symBinAddr: 0x5A1C0, symSize: 0x1E0 }
+ - { offsetInCU: 0x4F, offset: 0xA4BE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvg', symObjAddr: 0x0, symBinAddr: 0x5AB80, symSize: 0x40 }
+ - { offsetInCU: 0x7C, offset: 0xA4C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvs', symObjAddr: 0x40, symBinAddr: 0x5ABC0, symSize: 0x50 }
+ - { offsetInCU: 0xB9, offset: 0xA4C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5timerSo019OS_dispatch_source_E0_pSgvM', symObjAddr: 0x90, symBinAddr: 0x5AC10, symSize: 0x40 }
+ - { offsetInCU: 0xE8, offset: 0xA4C7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC8userInfoSDySSypGSgvg', symObjAddr: 0xD0, symBinAddr: 0x5AC50, symSize: 0x20 }
+ - { offsetInCU: 0x115, offset: 0xA4CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvg', symObjAddr: 0xF0, symBinAddr: 0x5AC70, symSize: 0x40 }
+ - { offsetInCU: 0x142, offset: 0xA4CD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvs', symObjAddr: 0x130, symBinAddr: 0x5ACB0, symSize: 0x60 }
+ - { offsetInCU: 0x17F, offset: 0xA4D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvM', symObjAddr: 0x190, symBinAddr: 0x5AD10, symSize: 0x70 }
+ - { offsetInCU: 0x1AC, offset: 0xA4D40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5boardAA0D13BoardDelegate_pSgvM.resume.0', symObjAddr: 0x200, symBinAddr: 0x5AD80, symSize: 0x70 }
+ - { offsetInCU: 0x1D7, offset: 0xA4D6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC10identifierSSvg', symObjAddr: 0x270, symBinAddr: 0x5ADF0, symSize: 0x30 }
+ - { offsetInCU: 0x204, offset: 0xA4D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvg', symObjAddr: 0x2A0, symBinAddr: 0x5AE20, symSize: 0x30 }
+ - { offsetInCU: 0x24F, offset: 0xA4DE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvs', symObjAddr: 0x2D0, symBinAddr: 0x5AE50, symSize: 0xA0 }
+ - { offsetInCU: 0x2A5, offset: 0xA4E39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvM', symObjAddr: 0x370, symBinAddr: 0x5AEF0, symSize: 0x50 }
+ - { offsetInCU: 0x2D2, offset: 0xA4E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5stateAC5StateOvM.resume.0', symObjAddr: 0x3C0, symBinAddr: 0x5AF40, symSize: 0x90 }
+ - { offsetInCU: 0x309, offset: 0xA4E9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5queue33_89BFEFD105F20BBB1C40C67157DFF469LLSo012OS_dispatch_E0Cvg', symObjAddr: 0x450, symBinAddr: 0x5AFD0, symSize: 0x60 }
+ - { offsetInCU: 0x335, offset: 0xA4EC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5queue33_89BFEFD105F20BBB1C40C67157DFF469LLSo012OS_dispatch_E0CvgAGyXEfU_', symObjAddr: 0x4B0, symBinAddr: 0x5B030, symSize: 0x200 }
+ - { offsetInCU: 0x440, offset: 0xA4FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvg', symObjAddr: 0x7C0, symBinAddr: 0x5B340, symSize: 0x50 }
+ - { offsetInCU: 0x46D, offset: 0xA5001, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvs', symObjAddr: 0x830, symBinAddr: 0x5B3B0, symSize: 0x60 }
+ - { offsetInCU: 0x4AA, offset: 0xA503E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvM', symObjAddr: 0x8B0, symBinAddr: 0x5B430, symSize: 0x40 }
+ - { offsetInCU: 0x4D9, offset: 0xA506D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvM.resume.0', symObjAddr: 0x8F0, symBinAddr: 0x5B470, symSize: 0x10 }
+ - { offsetInCU: 0x504, offset: 0xA5098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC10repeatableSbvg', symObjAddr: 0x900, symBinAddr: 0x5B480, symSize: 0x30 }
+ - { offsetInCU: 0x531, offset: 0xA50C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5validSbvg', symObjAddr: 0x930, symBinAddr: 0x5B4B0, symSize: 0x80 }
+ - { offsetInCU: 0x5F5, offset: 0xA5189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfC', symObjAddr: 0x9B0, symBinAddr: 0x5B530, symSize: 0xA0 }
+ - { offsetInCU: 0x629, offset: 0xA51BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfc', symObjAddr: 0xA50, symBinAddr: 0x5B5D0, symSize: 0x60 }
+ - { offsetInCU: 0x63D, offset: 0xA51D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcyycfU_', symObjAddr: 0xAB0, symBinAddr: 0x5B630, symSize: 0xB0 }
+ - { offsetInCU: 0x69C, offset: 0xA5230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5abortyyF', symObjAddr: 0xC00, symBinAddr: 0x5B780, symSize: 0xE0 }
+ - { offsetInCU: 0x76B, offset: 0xA52FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tF', symObjAddr: 0xCE0, symBinAddr: 0x5B860, symSize: 0x210 }
+ - { offsetInCU: 0x7CB, offset: 0xA535F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tFyyYbcfU_', symObjAddr: 0xEF0, symBinAddr: 0x5BA70, symSize: 0x150 }
+ - { offsetInCU: 0x83C, offset: 0xA53D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfC', symObjAddr: 0x1040, symBinAddr: 0x5BBC0, symSize: 0x20 }
+ - { offsetInCU: 0x85A, offset: 0xA53EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfc', symObjAddr: 0x1060, symBinAddr: 0x5BBE0, symSize: 0x30 }
+ - { offsetInCU: 0x8BD, offset: 0xA5451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCACycfcTo', symObjAddr: 0x1090, symBinAddr: 0x5BC10, symSize: 0x30 }
+ - { offsetInCU: 0x924, offset: 0xA54B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCfD', symObjAddr: 0x10C0, symBinAddr: 0x5BC40, symSize: 0x30 }
+ - { offsetInCU: 0x951, offset: 0xA54E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcTf4ngggngn_n', symObjAddr: 0x14C0, symBinAddr: 0x5C040, symSize: 0x610 }
+ - { offsetInCU: 0xA8B, offset: 0xA561F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvpACTK', symObjAddr: 0x6B0, symBinAddr: 0x5B230, symSize: 0x70 }
+ - { offsetInCU: 0xAA3, offset: 0xA5637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC14expiredHandleryACcSgvpACTk', symObjAddr: 0x720, symBinAddr: 0x5B2A0, symSize: 0xA0 }
+ - { offsetInCU: 0xABB, offset: 0xA564F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_SgWOy', symObjAddr: 0x810, symBinAddr: 0x5B390, symSize: 0x20 }
+ - { offsetInCU: 0xACF, offset: 0xA5663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_SgWOe', symObjAddr: 0x890, symBinAddr: 0x5B410, symSize: 0x20 }
+ - { offsetInCU: 0xB32, offset: 0xA56C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateO8rawValueAESgSS_tcfC', symObjAddr: 0x1230, symBinAddr: 0x5BDB0, symSize: 0x70 }
+ - { offsetInCU: 0xB5E, offset: 0xA56F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateO8rawValueSSvg', symObjAddr: 0x12A0, symBinAddr: 0x5BE20, symSize: 0x20 }
+ - { offsetInCU: 0xB8A, offset: 0xA571E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1410, symBinAddr: 0x5BF90, symSize: 0x80 }
+ - { offsetInCU: 0xBCB, offset: 0xA575F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1490, symBinAddr: 0x5C010, symSize: 0x30 }
+ - { offsetInCU: 0xC66, offset: 0xA57FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCfETo', symObjAddr: 0x10F0, symBinAddr: 0x5BC70, symSize: 0x80 }
+ - { offsetInCU: 0xC95, offset: 0xA5829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC11executeOnce33_89BFEFD105F20BBB1C40C67157DFF469LLyyF', symObjAddr: 0x1170, symBinAddr: 0x5BCF0, symSize: 0xC0 }
+ - { offsetInCU: 0xCEF, offset: 0xA5883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC4stop17completionHandleryys5Error_pSgcSg_tFyyYbcfU_TA', symObjAddr: 0x1B20, symBinAddr: 0x5C6A0, symSize: 0x20 }
+ - { offsetInCU: 0xD03, offset: 0xA5897, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1B40, symBinAddr: 0x5C6C0, symSize: 0x20 }
+ - { offsetInCU: 0xD17, offset: 0xA58AB, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1B60, symBinAddr: 0x5C6E0, symSize: 0x10 }
+ - { offsetInCU: 0xD2B, offset: 0xA58BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCMa', symObjAddr: 0x1BF0, symBinAddr: 0x5C730, symSize: 0x20 }
+ - { offsetInCU: 0xD3F, offset: 0xA58D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASQWb', symObjAddr: 0x1C10, symBinAddr: 0x5C750, symSize: 0x10 }
+ - { offsetInCU: 0xD53, offset: 0xA58E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOAESQAAWl', symObjAddr: 0x1C20, symBinAddr: 0x5C760, symSize: 0x30 }
+ - { offsetInCU: 0xD67, offset: 0xA58FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwet', symObjAddr: 0x2080, symBinAddr: 0x5CBA0, symSize: 0x80 }
+ - { offsetInCU: 0xD7B, offset: 0xA590F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwst', symObjAddr: 0x2100, symBinAddr: 0x5CC20, symSize: 0xD0 }
+ - { offsetInCU: 0xD8F, offset: 0xA5923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwug', symObjAddr: 0x21D0, symBinAddr: 0x5CCF0, symSize: 0x10 }
+ - { offsetInCU: 0xDA3, offset: 0xA5937, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwup', symObjAddr: 0x21E0, symBinAddr: 0x5CD00, symSize: 0x10 }
+ - { offsetInCU: 0xDB7, offset: 0xA594B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOwui', symObjAddr: 0x21F0, symBinAddr: 0x5CD10, symSize: 0x10 }
+ - { offsetInCU: 0xDCB, offset: 0xA595F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOMa', symObjAddr: 0x2200, symBinAddr: 0x5CD20, symSize: 0x10 }
+ - { offsetInCU: 0xDDF, offset: 0xA5973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SBTimerBoardDelegate_pSgXwWOh', symObjAddr: 0x2210, symBinAddr: 0x5CD30, symSize: 0x20 }
+ - { offsetInCU: 0xDFE, offset: 0xA5992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCytIegnr_ACIegg_TRTA', symObjAddr: 0x2250, symBinAddr: 0x5CD70, symSize: 0x40 }
+ - { offsetInCU: 0xE32, offset: 0xA59C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerCIegg_ACytIegnr_TRTA', symObjAddr: 0x2290, symBinAddr: 0x5CDB0, symSize: 0x20 }
+ - { offsetInCU: 0xE5B, offset: 0xA59EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOACs0E0AAWl', symObjAddr: 0x22B0, symBinAddr: 0x5CDD0, symSize: 0x30 }
+ - { offsetInCU: 0xE6F, offset: 0xA5A03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA0dJ8Delegate_pSgSSSbyACctcfcyycfU_TA', symObjAddr: 0x2380, symBinAddr: 0x5CEA0, symSize: 0x10 }
+ - { offsetInCU: 0xECD, offset: 0xA5A61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x12C0, symBinAddr: 0x5BE40, symSize: 0x80 }
+ - { offsetInCU: 0xF9C, offset: 0xA5B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x1340, symBinAddr: 0x5BEC0, symSize: 0x50 }
+ - { offsetInCU: 0x101A, offset: 0xA5BAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1390, symBinAddr: 0x5BF10, symSize: 0x30 }
+ - { offsetInCU: 0x106C, offset: 0xA5C00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SBTimerC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x13C0, symBinAddr: 0x5BF40, symSize: 0x50 }
+ - { offsetInCU: 0x137B, offset: 0xA5F0F, size: 0x8, addend: 0x0, symName: '_$sSo18OS_dispatch_sourceP8DispatchE15setEventHandler3qos5flags7handleryAC0D3QoSV_AC0D13WorkItemFlagsVyyXBSgtFfA0_', symObjAddr: 0xB60, symBinAddr: 0x5B6E0, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0xA6048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9isEnabledSbvM', symObjAddr: 0x40, symBinAddr: 0x5CF30, symSize: 0x40 }
+ - { offsetInCU: 0x7A, offset: 0xA6077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07isLocalD7EnabledSbvM', symObjAddr: 0x130, symBinAddr: 0x5D020, symSize: 0x40 }
+ - { offsetInCU: 0xA9, offset: 0xA60A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07isLocalD7EnabledSbvM.resume.0', symObjAddr: 0x170, symBinAddr: 0x5D060, symSize: 0x10 }
+ - { offsetInCU: 0xD4, offset: 0xA60D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvg', symObjAddr: 0x180, symBinAddr: 0x5D070, symSize: 0x40 }
+ - { offsetInCU: 0x101, offset: 0xA60FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvs', symObjAddr: 0x1C0, symBinAddr: 0x5D0B0, symSize: 0x50 }
+ - { offsetInCU: 0x13E, offset: 0xA613B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvM', symObjAddr: 0x210, symBinAddr: 0x5D100, symSize: 0x40 }
+ - { offsetInCU: 0x16D, offset: 0xA616A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC03addE0_6forKeyyAA0dE8Delegate_p_SStF', symObjAddr: 0x250, symBinAddr: 0x5D140, symSize: 0xD0 }
+ - { offsetInCU: 0x20D, offset: 0xA620A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC06removeE06forKeyySS_tF', symObjAddr: 0x360, symBinAddr: 0x5D210, symSize: 0x80 }
+ - { offsetInCU: 0x261, offset: 0xA625E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0x3E0, symBinAddr: 0x5D290, symSize: 0x210 }
+ - { offsetInCU: 0x424, offset: 0xA6421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTo', symObjAddr: 0x5F0, symBinAddr: 0x5D4A0, symSize: 0x60 }
+ - { offsetInCU: 0x440, offset: 0xA643D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0x650, symBinAddr: 0x5D500, symSize: 0x200 }
+ - { offsetInCU: 0x603, offset: 0xA6600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTo', symObjAddr: 0x850, symBinAddr: 0x5D700, symSize: 0x60 }
+ - { offsetInCU: 0x61F, offset: 0xA661C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkC5clearyyF', symObjAddr: 0x8B0, symBinAddr: 0x5D760, symSize: 0x70 }
+ - { offsetInCU: 0x668, offset: 0xA6665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfC', symObjAddr: 0x920, symBinAddr: 0x5D7D0, symSize: 0x20 }
+ - { offsetInCU: 0x686, offset: 0xA6683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfc', symObjAddr: 0x940, symBinAddr: 0x5D7F0, symSize: 0xA0 }
+ - { offsetInCU: 0x6D6, offset: 0xA66D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCACycfcTo', symObjAddr: 0x9E0, symBinAddr: 0x5D890, symSize: 0xA0 }
+ - { offsetInCU: 0x71E, offset: 0xA671B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCfD', symObjAddr: 0xA80, symBinAddr: 0x5D930, symSize: 0x30 }
+ - { offsetInCU: 0x7FF, offset: 0xA67FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCfETo', symObjAddr: 0xAB0, symBinAddr: 0x5D960, symSize: 0x20 }
+ - { offsetInCU: 0x870, offset: 0xA686D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11updateValue_6forKeyq_Sgq_n_xtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xB10, symBinAddr: 0x5D9C0, symSize: 0x110 }
+ - { offsetInCU: 0x970, offset: 0xA696D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSo8NSObjectC_AGTg5', symObjAddr: 0xD10, symBinAddr: 0x5DBC0, symSize: 0x1C0 }
+ - { offsetInCU: 0xA3F, offset: 0xA6A3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9AudioSinkCMa', symObjAddr: 0x1000, symBinAddr: 0x5DEB0, symSize: 0x20 }
+ - { offsetInCU: 0xAA0, offset: 0xA6A9D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8capacityAByxq_Gs07__CocoaB0Vn_SitcfCSo8NSObjectC_AHTg5Tf4nnd_n', symObjAddr: 0x12F0, symBinAddr: 0x5E1A0, symSize: 0x280 }
+ - { offsetInCU: 0xB71, offset: 0xA6B6E, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCMa', symObjAddr: 0x1570, symBinAddr: 0x5E420, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0xA6F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x5E470, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xA6F6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x5E470, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xA6F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11deletedKeysSaySSGvg', symObjAddr: 0x10, symBinAddr: 0x5E480, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0xA6FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x20, symBinAddr: 0x5E490, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0xA6FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x30, symBinAddr: 0x5E4A0, symSize: 0x40 }
+ - { offsetInCU: 0xC4, offset: 0xA6FE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x70, symBinAddr: 0x5E4E0, symSize: 0x350 }
+ - { offsetInCU: 0x1B5, offset: 0xA70D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF011deletedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0VtcfC', symObjAddr: 0x620, symBinAddr: 0x5E850, symSize: 0xD0 }
+ - { offsetInCU: 0x25F, offset: 0xA717E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC06customF011deletedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6F0, symBinAddr: 0x5E920, symSize: 0xA0 }
+ - { offsetInCU: 0x33F, offset: 0xA725E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x790, symBinAddr: 0x5E9C0, symSize: 0x30 }
+ - { offsetInCU: 0x39E, offset: 0xA72BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x7C0, symBinAddr: 0x5E9F0, symSize: 0x30 }
+ - { offsetInCU: 0x3FB, offset: 0xA731A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfd', symObjAddr: 0x810, symBinAddr: 0x5EA40, symSize: 0x40 }
+ - { offsetInCU: 0x44C, offset: 0xA736B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfD', symObjAddr: 0x870, symBinAddr: 0x5EA80, symSize: 0x50 }
+ - { offsetInCU: 0x4A6, offset: 0xA73C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCMa', symObjAddr: 0x490, symBinAddr: 0x5E830, symSize: 0x20 }
+ - { offsetInCU: 0x55B, offset: 0xA747A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteCustomItemsEventCommandCfE', symObjAddr: 0x7F0, symBinAddr: 0x5EA20, symSize: 0x20 }
+ - { offsetInCU: 0x8B, offset: 0xA778D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC11isVideoCall3forSbAA12WebRTCClientC_tF', symObjAddr: 0x180, symBinAddr: 0x5EC80, symSize: 0xC0 }
+ - { offsetInCU: 0x183, offset: 0xA7885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC11isVideoCall3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x240, symBinAddr: 0x5ED40, symSize: 0x100 }
+ - { offsetInCU: 0x25D, offset: 0xA795F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x340, symBinAddr: 0x5EE40, symSize: 0x10 }
+ - { offsetInCU: 0x294, offset: 0xA7996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14useFrontCamera3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x350, symBinAddr: 0x5EE50, symSize: 0x10 }
+ - { offsetInCU: 0x2B0, offset: 0xA79B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x4A0, symBinAddr: 0x5EFA0, symSize: 0x10 }
+ - { offsetInCU: 0x2F3, offset: 0xA79F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x4B0, symBinAddr: 0x5EFB0, symSize: 0x10 }
+ - { offsetInCU: 0x30F, offset: 0xA7A11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x4C0, symBinAddr: 0x5EFC0, symSize: 0x10 }
+ - { offsetInCU: 0x33A, offset: 0xA7A3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0eF0C_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x5EFD0, symSize: 0x20 }
+ - { offsetInCU: 0x37B, offset: 0xA7A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0eF0C_tFTW', symObjAddr: 0x4F0, symBinAddr: 0x5EFF0, symSize: 0x20 }
+ - { offsetInCU: 0x3BC, offset: 0xA7ABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP11isVideoCall3forSbAA0eF0C_tFTW', symObjAddr: 0x510, symBinAddr: 0x5F010, symSize: 0x20 }
+ - { offsetInCU: 0x3FD, offset: 0xA7AFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0eF0C_tFTW', symObjAddr: 0x530, symBinAddr: 0x5F030, symSize: 0x20 }
+ - { offsetInCU: 0x42F, offset: 0xA7B31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallJ0CSgAA0eF0C_tFTW', symObjAddr: 0x550, symBinAddr: 0x5F050, symSize: 0x10 }
+ - { offsetInCU: 0x44B, offset: 0xA7B4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA04CallJ0CSgAA0eF0C_tFTW', symObjAddr: 0x560, symBinAddr: 0x5F060, symSize: 0x10 }
+ - { offsetInCU: 0x476, offset: 0xA7B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0eF0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x570, symBinAddr: 0x5F070, symSize: 0x20 }
+ - { offsetInCU: 0x4B7, offset: 0xA7BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0eF0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x590, symBinAddr: 0x5F090, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xA7E3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0Sbvg', symObjAddr: 0x0, symBinAddr: 0x5F0C0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xA7E5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0Sbvg', symObjAddr: 0x0, symBinAddr: 0x5F0C0, symSize: 0x10 }
+ - { offsetInCU: 0x91, offset: 0xA7EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0ACSb_tcfC', symObjAddr: 0x10, symBinAddr: 0x5F0D0, symSize: 0x30 }
+ - { offsetInCU: 0xD8, offset: 0xA7EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC012shouldDeleteD0ACSb_tcfc', symObjAddr: 0x40, symBinAddr: 0x5F100, symSize: 0x20 }
+ - { offsetInCU: 0xFF, offset: 0xA7F12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x60, symBinAddr: 0x5F120, symSize: 0x40 }
+ - { offsetInCU: 0x153, offset: 0xA7F66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0xA0, symBinAddr: 0x5F160, symSize: 0x1A0 }
+ - { offsetInCU: 0x2E4, offset: 0xA80F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCACycfC', symObjAddr: 0x240, symBinAddr: 0x5F300, symSize: 0x30 }
+ - { offsetInCU: 0x343, offset: 0xA8156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCACycfc', symObjAddr: 0x270, symBinAddr: 0x5F330, symSize: 0x30 }
+ - { offsetInCU: 0x388, offset: 0xA819B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCfd', symObjAddr: 0x2A0, symBinAddr: 0x5F360, symSize: 0x10 }
+ - { offsetInCU: 0x3B5, offset: 0xA81C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCfD', symObjAddr: 0x2B0, symBinAddr: 0x5F370, symSize: 0x20 }
+ - { offsetInCU: 0x52E, offset: 0xA8341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20EndpointClosingStateCMa', symObjAddr: 0x370, symBinAddr: 0x5F390, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xA85CF, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA12SummarizableRzlE15encodeSummaries2toys7Encoder_p_tF', symObjAddr: 0x0, symBinAddr: 0x5F3E0, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xA85E7, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA12SummarizableRzlE15encodeSummaries2toys7Encoder_p_tF', symObjAddr: 0x0, symBinAddr: 0x5F3E0, symSize: 0x20 }
+ - { offsetInCU: 0x8C, offset: 0xA8634, size: 0x8, addend: 0x0, symName: '_$sSi13SendBirdCallsE16isPositiveNumberSiSgvg', symObjAddr: 0x20, symBinAddr: 0x5F400, symSize: 0x20 }
+ - { offsetInCU: 0x2B, offset: 0xA8865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV5countSivg', symObjAddr: 0x90, symBinAddr: 0x5F530, symSize: 0x10 }
+ - { offsetInCU: 0x4A, offset: 0xA8884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV5countSivg', symObjAddr: 0x90, symBinAddr: 0x5F530, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0xA88BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7isEmptySbvg', symObjAddr: 0xA0, symBinAddr: 0x5F540, symSize: 0x40 }
+ - { offsetInCU: 0xC0, offset: 0xA88FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV10hasElementSbvg', symObjAddr: 0xE0, symBinAddr: 0x5F580, symSize: 0x50 }
+ - { offsetInCU: 0xFD, offset: 0xA8937, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7enqueueyyxF', symObjAddr: 0x130, symBinAddr: 0x5F5D0, symSize: 0x30 }
+ - { offsetInCU: 0x15E, offset: 0xA8998, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueV7dequeuexSgyF', symObjAddr: 0x160, symBinAddr: 0x5F600, symSize: 0xA0 }
+ - { offsetInCU: 0x19B, offset: 0xA89D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVACyxGycfC', symObjAddr: 0x200, symBinAddr: 0x5F6A0, symSize: 0x10 }
+ - { offsetInCU: 0x20A, offset: 0xA8A44, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntFTf4ngn_n', symObjAddr: 0x210, symBinAddr: 0x5F6B0, symSize: 0xC0 }
+ - { offsetInCU: 0x268, offset: 0xA8AA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVMi', symObjAddr: 0x330, symBinAddr: 0x5F7D0, symSize: 0x10 }
+ - { offsetInCU: 0x27C, offset: 0xA8AB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls5QueueVMa', symObjAddr: 0x340, symBinAddr: 0x5F7E0, symSize: 0x10 }
+ - { offsetInCU: 0x290, offset: 0xA8ACA, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x350, symBinAddr: 0x5F7F0, symSize: 0x26 }
+ - { offsetInCU: 0x2F3, offset: 0xA8B2D, size: 0x8, addend: 0x0, symName: '_$sSa6appendyyxnFTf4gn_n', symObjAddr: 0x2D0, symBinAddr: 0x5F770, symSize: 0x60 }
+ - { offsetInCU: 0x4B, offset: 0xA8D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x5F820, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0xA8D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvs', symObjAddr: 0x40, symBinAddr: 0x5F860, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0xA8DA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvM', symObjAddr: 0x80, symBinAddr: 0x5F8A0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0xA8DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC9remoteSDPSo21RTCSessionDescriptionCSgvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x5F8D0, symSize: 0x10 }
+ - { offsetInCU: 0xE5, offset: 0xA8E08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0xC0, symBinAddr: 0x5F8E0, symSize: 0x60 }
+ - { offsetInCU: 0x12A, offset: 0xA8E4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x120, symBinAddr: 0x5F940, symSize: 0x40 }
+ - { offsetInCU: 0x151, offset: 0xA8E74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x160, symBinAddr: 0x5F980, symSize: 0x190 }
+ - { offsetInCU: 0x1A5, offset: 0xA8EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x2F0, symBinAddr: 0x5FB10, symSize: 0xC0 }
+ - { offsetInCU: 0x1E3, offset: 0xA8F06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x3B0, symBinAddr: 0x5FBD0, symSize: 0xB0 }
+ - { offsetInCU: 0x23B, offset: 0xA8F5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateC24didConnectPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x460, symBinAddr: 0x5FC80, symSize: 0x70 }
+ - { offsetInCU: 0x2E8, offset: 0xA900B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCACycfC', symObjAddr: 0x950, symBinAddr: 0x60170, symSize: 0x30 }
+ - { offsetInCU: 0x347, offset: 0xA906A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCACycfc', symObjAddr: 0x980, symBinAddr: 0x601A0, symSize: 0x30 }
+ - { offsetInCU: 0x38C, offset: 0xA90AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfd', symObjAddr: 0x9C0, symBinAddr: 0x601E0, symSize: 0x20 }
+ - { offsetInCU: 0x3C7, offset: 0xA90EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfD', symObjAddr: 0x9E0, symBinAddr: 0x60200, symSize: 0x30 }
+ - { offsetInCU: 0x4AB, offset: 0xA91CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADIeyBy_TR', symObjAddr: 0x690, symBinAddr: 0x5FEB0, symSize: 0x50 }
+ - { offsetInCU: 0x4D9, offset: 0xA91FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCfE', symObjAddr: 0x9B0, symBinAddr: 0x601D0, symSize: 0x10 }
+ - { offsetInCU: 0x506, offset: 0xA9229, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xA40, symBinAddr: 0x60230, symSize: 0x20 }
+ - { offsetInCU: 0x51A, offset: 0xA923D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xA60, symBinAddr: 0x60250, symSize: 0x10 }
+ - { offsetInCU: 0x52E, offset: 0xA9251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EstablishedStateCMa', symObjAddr: 0xAD0, symBinAddr: 0x602C0, symSize: 0x20 }
+ - { offsetInCU: 0x9E, offset: 0xA9502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x0, symBinAddr: 0x60380, symSize: 0x2F0 }
+ - { offsetInCU: 0x179, offset: 0xA95DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0x2F0, symBinAddr: 0x60670, symSize: 0x70 }
+ - { offsetInCU: 0x195, offset: 0xA95F9, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefaSo7NSErrorCSgIeyByy_Sg13SendBirdCalls8SBCErrorCSgIeyByy_ABs5Error_pSgIeggg_SgAJIeggg_TR', symObjAddr: 0x360, symBinAddr: 0x606E0, symSize: 0xA0 }
+ - { offsetInCU: 0x1AD, offset: 0xA9611, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefas5Error_pSgIeggg_ABSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x400, symBinAddr: 0x60780, symSize: 0x80 }
+ - { offsetInCU: 0x23B, offset: 0xA969F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x480, symBinAddr: 0x60800, symSize: 0x360 }
+ - { offsetInCU: 0x355, offset: 0xA97B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x830, symBinAddr: 0x60BB0, symSize: 0x80 }
+ - { offsetInCU: 0x371, offset: 0xA97D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_TA', symObjAddr: 0x980, symBinAddr: 0x60CA0, symSize: 0x70 }
+ - { offsetInCU: 0x3AF, offset: 0xA9813, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU0_TA', symObjAddr: 0xAA0, symBinAddr: 0x60DC0, symSize: 0x20 }
+ - { offsetInCU: 0x3C3, offset: 0xA9827, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU1_TA', symObjAddr: 0xAF0, symBinAddr: 0x60DF0, symSize: 0x20 }
+ - { offsetInCU: 0x3D7, offset: 0xA983B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOs', symObjAddr: 0xB40, symBinAddr: 0x60E10, symSize: 0x30 }
+ - { offsetInCU: 0x3EB, offset: 0xA984F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU2_TA', symObjAddr: 0xBC0, symBinAddr: 0x60E50, symSize: 0x20 }
+ - { offsetInCU: 0x417, offset: 0xA987B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15stopScreenShare17completionHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0xC20, symBinAddr: 0x60EB0, symSize: 0x20 }
+ - { offsetInCU: 0x42B, offset: 0xA988F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0xC80, symBinAddr: 0x60EF0, symSize: 0x10 }
+ - { offsetInCU: 0x43F, offset: 0xA98A3, size: 0x8, addend: 0x0, symName: '_$sSo17CMSampleBufferRefaSo7NSErrorCSgIeyByy_Sg13SendBirdCalls8SBCErrorCSgIeyByy_ABs5Error_pSgIeggg_SgAJIeggg_TRTA', symObjAddr: 0xC90, symBinAddr: 0x60F00, symSize: 0x10 }
+ - { offsetInCU: 0x453, offset: 0xA98B7, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xCA0, symBinAddr: 0x60F10, symSize: 0x20 }
+ - { offsetInCU: 0x467, offset: 0xA98CB, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xCC0, symBinAddr: 0x60F30, symSize: 0x10 }
+ - { offsetInCU: 0x487, offset: 0xA98EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16startScreenShare17completionHandleryyySo17CMSampleBufferRefa_s5Error_pSgtcSg_AA8SBCErrorCSgtc_tFyycfU3_yAG_AItcAA0gH0Ccfu_yAG_AItcfu0_TA', symObjAddr: 0xCD0, symBinAddr: 0x60F40, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xA9C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9messageIdSSvg', symObjAddr: 0x0, symBinAddr: 0x60FA0, symSize: 0x30 }
+ - { offsetInCU: 0x5F, offset: 0xA9C2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC11commandTypeAA0F5TypesO4RoomOvg', symObjAddr: 0x30, symBinAddr: 0x60FD0, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0xA9C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvg', symObjAddr: 0x40, symBinAddr: 0x60FE0, symSize: 0x30 }
+ - { offsetInCU: 0x97, offset: 0xA9C65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvs', symObjAddr: 0x70, symBinAddr: 0x61010, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0xA9C81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvM', symObjAddr: 0xA0, symBinAddr: 0x61040, symSize: 0x30 }
+ - { offsetInCU: 0xCF, offset: 0xA9C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC9inputTypeAA0e5InputH0OSgvM.resume.0', symObjAddr: 0xD0, symBinAddr: 0x61070, symSize: 0x10 }
+ - { offsetInCU: 0xEB, offset: 0xA9CB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC7versionSivg', symObjAddr: 0xE0, symBinAddr: 0x61080, symSize: 0x10 }
+ - { offsetInCU: 0x107, offset: 0xA9CD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0xF0, symBinAddr: 0x61090, symSize: 0x70 }
+ - { offsetInCU: 0x17C, offset: 0xA9D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitationAA04RoomD5ModelVvg', symObjAddr: 0x160, symBinAddr: 0x61100, symSize: 0xF0 }
+ - { offsetInCU: 0x1BE, offset: 0xA9D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x250, symBinAddr: 0x611F0, symSize: 0x70 }
+ - { offsetInCU: 0x1F9, offset: 0xA9DC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x300, symBinAddr: 0x61260, symSize: 0x70 }
+ - { offsetInCU: 0x23C, offset: 0xA9E0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x370, symBinAddr: 0x612D0, symSize: 0x10 }
+ - { offsetInCU: 0x263, offset: 0xA9E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x380, symBinAddr: 0x612E0, symSize: 0x10 }
+ - { offsetInCU: 0x28A, offset: 0xA9E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x390, symBinAddr: 0x612F0, symSize: 0x20 }
+ - { offsetInCU: 0x2C1, offset: 0xA9E8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x3B0, symBinAddr: 0x61310, symSize: 0x20 }
+ - { offsetInCU: 0x316, offset: 0xA9EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x61480, symSize: 0x80 }
+ - { offsetInCU: 0x357, offset: 0xA9F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5A0, symBinAddr: 0x61500, symSize: 0x30 }
+ - { offsetInCU: 0x36B, offset: 0xA9F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0x61530, symSize: 0x10 }
+ - { offsetInCU: 0x3A1, offset: 0xA9F6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x61540, symSize: 0x80 }
+ - { offsetInCU: 0x3F9, offset: 0xA9FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x660, symBinAddr: 0x615C0, symSize: 0x10 }
+ - { offsetInCU: 0x415, offset: 0xA9FE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x670, symBinAddr: 0x615D0, symSize: 0x10 }
+ - { offsetInCU: 0x432, offset: 0xAA000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6C0, symBinAddr: 0x61620, symSize: 0x40 }
+ - { offsetInCU: 0x457, offset: 0xAA025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x700, symBinAddr: 0x61660, symSize: 0x230 }
+ - { offsetInCU: 0x4F5, offset: 0xAA0C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitation9messageId11commandTypeAcA04RoomD5ModelV_SSAA0F5TypesO0L0OtcfC', symObjAddr: 0xA40, symBinAddr: 0x618E0, symSize: 0xA0 }
+ - { offsetInCU: 0x54D, offset: 0xAA11B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10invitation9messageId11commandTypeAcA04RoomD5ModelV_SSAA0F5TypesO0L0Otcfc', symObjAddr: 0xAE0, symBinAddr: 0x61980, symSize: 0x80 }
+ - { offsetInCU: 0x585, offset: 0xAA153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCfd', symObjAddr: 0xB60, symBinAddr: 0x61A00, symSize: 0xB0 }
+ - { offsetInCU: 0x5C0, offset: 0xAA18E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCfD', symObjAddr: 0xC10, symBinAddr: 0x61AB0, symSize: 0xC0 }
+ - { offsetInCU: 0x603, offset: 0xAA1D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD90, symBinAddr: 0x61C30, symSize: 0x20 }
+ - { offsetInCU: 0x626, offset: 0xAA1F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableA2aDP7versionSivgTW', symObjAddr: 0xDB0, symBinAddr: 0x61C50, symSize: 0x10 }
+ - { offsetInCU: 0x651, offset: 0xAA21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xDC0, symBinAddr: 0x61C60, symSize: 0x30 }
+ - { offsetInCU: 0x683, offset: 0xAA251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA0eF0A2aDP9inputTypeAA0e5InputH0OSgvgTW', symObjAddr: 0xE20, symBinAddr: 0x61CC0, symSize: 0x20 }
+ - { offsetInCU: 0x69F, offset: 0xAA26D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA0eF0A2aDP014shouldWaitPushE0SbvgTW', symObjAddr: 0xE40, symBinAddr: 0x61CE0, symSize: 0x20 }
+ - { offsetInCU: 0x6DD, offset: 0xAA2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x960, symBinAddr: 0x61890, symSize: 0x30 }
+ - { offsetInCU: 0x6F1, offset: 0xAA2BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCMa', symObjAddr: 0x990, symBinAddr: 0x618C0, symSize: 0x20 }
+ - { offsetInCU: 0x717, offset: 0xAA2E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xCD0, symBinAddr: 0x61B70, symSize: 0x10 }
+ - { offsetInCU: 0x72B, offset: 0xAA2F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xCE0, symBinAddr: 0x61B80, symSize: 0x30 }
+ - { offsetInCU: 0x73F, offset: 0xAA30D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xD10, symBinAddr: 0x61BB0, symSize: 0x10 }
+ - { offsetInCU: 0x753, offset: 0xAA321, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xD20, symBinAddr: 0x61BC0, symSize: 0x30 }
+ - { offsetInCU: 0x767, offset: 0xAA335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xD50, symBinAddr: 0x61BF0, symSize: 0x10 }
+ - { offsetInCU: 0x77B, offset: 0xAA349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xD60, symBinAddr: 0x61C00, symSize: 0x30 }
+ - { offsetInCU: 0x78F, offset: 0xAA35D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA04RoomE11CommandableAAWI', symObjAddr: 0xDF0, symBinAddr: 0x61C90, symSize: 0x30 }
+ - { offsetInCU: 0x7A3, offset: 0xAA371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA11RespondableAAWI', symObjAddr: 0xE60, symBinAddr: 0x61D00, symSize: 0x40 }
+ - { offsetInCU: 0x7B7, offset: 0xAA385, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA8ResponseAAWI', symObjAddr: 0xEA0, symBinAddr: 0x61D40, symSize: 0x30 }
+ - { offsetInCU: 0x7CB, offset: 0xAA399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0xF00, symBinAddr: 0x61DA0, symSize: 0x30 }
+ - { offsetInCU: 0x7DF, offset: 0xAA3AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwet', symObjAddr: 0x1080, symBinAddr: 0x61F00, symSize: 0x80 }
+ - { offsetInCU: 0x7F3, offset: 0xAA3C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwst', symObjAddr: 0x1100, symBinAddr: 0x61F80, symSize: 0xD0 }
+ - { offsetInCU: 0x807, offset: 0xAA3D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwug', symObjAddr: 0x11D0, symBinAddr: 0x62050, symSize: 0x10 }
+ - { offsetInCU: 0x81B, offset: 0xAA3E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwup', symObjAddr: 0x11E0, symBinAddr: 0x62060, symSize: 0x10 }
+ - { offsetInCU: 0x82F, offset: 0xAA3FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOwui', symObjAddr: 0x11F0, symBinAddr: 0x62070, symSize: 0x10 }
+ - { offsetInCU: 0x843, offset: 0xAA411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOMa', symObjAddr: 0x1200, symBinAddr: 0x62080, symSize: 0xA }
+ - { offsetInCU: 0x89B, offset: 0xAA469, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3D0, symBinAddr: 0x61330, symSize: 0x80 }
+ - { offsetInCU: 0x96A, offset: 0xAA538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x450, symBinAddr: 0x613B0, symSize: 0x50 }
+ - { offsetInCU: 0x9E8, offset: 0xAA5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x61400, symSize: 0x30 }
+ - { offsetInCU: 0xA3A, offset: 0xAA608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x61430, symSize: 0x50 }
+ - { offsetInCU: 0xA96, offset: 0xAA664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x680, symBinAddr: 0x615E0, symSize: 0x20 }
+ - { offsetInCU: 0xAB2, offset: 0xAA680, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0x61600, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xAA8AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x62090, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xAA8C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x62090, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xAA8DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0x620B0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xAA90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x50, symBinAddr: 0x620E0, symSize: 0x50 }
+ - { offsetInCU: 0xAB, offset: 0xAA92E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0xA0, symBinAddr: 0x62130, symSize: 0x50 }
+ - { offsetInCU: 0xD4, offset: 0xAA957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0xF0, symBinAddr: 0x62180, symSize: 0x60 }
+ - { offsetInCU: 0xFD, offset: 0xAA980, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x150, symBinAddr: 0x621E0, symSize: 0x10 }
+ - { offsetInCU: 0x119, offset: 0xAA99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6callIdSSvg', symObjAddr: 0x160, symBinAddr: 0x621F0, symSize: 0x30 }
+ - { offsetInCU: 0x135, offset: 0xAA9B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x190, symBinAddr: 0x62220, symSize: 0x10 }
+ - { offsetInCU: 0x151, offset: 0xAA9D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV9requestIdSSvg', symObjAddr: 0x1A0, symBinAddr: 0x62230, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0xAA9E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6callIdACSS_tcfC', symObjAddr: 0x1D0, symBinAddr: 0x62260, symSize: 0x90 }
+ - { offsetInCU: 0x1A0, offset: 0xAAA23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x622F0, symSize: 0x160 }
+ - { offsetInCU: 0x228, offset: 0xAAAAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x400, symBinAddr: 0x62450, symSize: 0x10 }
+ - { offsetInCU: 0x253, offset: 0xAAAD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x410, symBinAddr: 0x62460, symSize: 0x50 }
+ - { offsetInCU: 0x299, offset: 0xAAB1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x460, symBinAddr: 0x624B0, symSize: 0x30 }
+ - { offsetInCU: 0x2CB, offset: 0xAAB4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x490, symBinAddr: 0x624E0, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0xAAB88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x560, symBinAddr: 0x62520, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0xAAB9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA13WSRequestableAAWl', symObjAddr: 0x580, symBinAddr: 0x62540, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0xAABB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5B0, symBinAddr: 0x62570, symSize: 0x10 }
+ - { offsetInCU: 0x341, offset: 0xAABC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x5C0, symBinAddr: 0x62580, symSize: 0x40 }
+ - { offsetInCU: 0x355, offset: 0xAABD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA13WSRequestableAAWI', symObjAddr: 0x600, symBinAddr: 0x625C0, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0xAABEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA11RequestableAAWl', symObjAddr: 0x620, symBinAddr: 0x625E0, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0xAAC00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA11RequestableAAWI', symObjAddr: 0x650, symBinAddr: 0x62610, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0xAAC14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA0E0AAWl', symObjAddr: 0x680, symBinAddr: 0x62640, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0xAAC28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x62670, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0xAAC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0AAWI', symObjAddr: 0x6E0, symBinAddr: 0x626A0, symSize: 0x20 }
+ - { offsetInCU: 0x3CD, offset: 0xAAC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x626C0, symSize: 0x30 }
+ - { offsetInCU: 0x3E1, offset: 0xAAC64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x730, symBinAddr: 0x626F0, symSize: 0x20 }
+ - { offsetInCU: 0x3F5, offset: 0xAAC78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwCP', symObjAddr: 0x750, symBinAddr: 0x62710, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0xAAC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwxx', symObjAddr: 0x780, symBinAddr: 0x62740, symSize: 0x30 }
+ - { offsetInCU: 0x41D, offset: 0xAACA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwcp', symObjAddr: 0x7B0, symBinAddr: 0x62770, symSize: 0x50 }
+ - { offsetInCU: 0x431, offset: 0xAACB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwca', symObjAddr: 0x800, symBinAddr: 0x627C0, symSize: 0x70 }
+ - { offsetInCU: 0x445, offset: 0xAACC8, size: 0x8, addend: 0x0, symName: ___swift_memcpy40_8, symObjAddr: 0x870, symBinAddr: 0x62830, symSize: 0x20 }
+ - { offsetInCU: 0x459, offset: 0xAACDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwta', symObjAddr: 0x890, symBinAddr: 0x62850, symSize: 0x50 }
+ - { offsetInCU: 0x46D, offset: 0xAACF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwet', symObjAddr: 0x8E0, symBinAddr: 0x628A0, symSize: 0x40 }
+ - { offsetInCU: 0x481, offset: 0xAAD04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVwst', symObjAddr: 0x920, symBinAddr: 0x628E0, symSize: 0x40 }
+ - { offsetInCU: 0x495, offset: 0xAAD18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVMa', symObjAddr: 0x960, symBinAddr: 0x62920, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0xAAF5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x62930, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xAAF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x62930, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xAAF9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11updatedKeysSaySSGvg', symObjAddr: 0x10, symBinAddr: 0x62940, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0xAAFBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x20, symBinAddr: 0x62950, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0xAAFD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x30, symBinAddr: 0x62960, symSize: 0x40 }
+ - { offsetInCU: 0xC4, offset: 0xAAFFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x70, symBinAddr: 0x629A0, symSize: 0x350 }
+ - { offsetInCU: 0x1B5, offset: 0xAB0EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF011updatedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0VtcfC', symObjAddr: 0x620, symBinAddr: 0x62D10, symSize: 0xD0 }
+ - { offsetInCU: 0x25F, offset: 0xAB196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC06customF011updatedKeys10affectedAt9messageId04callO012deliveryInfoACSDyS2SG_SaySSGs5Int64VS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6F0, symBinAddr: 0x62DE0, symSize: 0xA0 }
+ - { offsetInCU: 0x33F, offset: 0xAB276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x790, symBinAddr: 0x62E80, symSize: 0x30 }
+ - { offsetInCU: 0x39E, offset: 0xAB2D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x7C0, symBinAddr: 0x62EB0, symSize: 0x30 }
+ - { offsetInCU: 0x3FB, offset: 0xAB332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfd', symObjAddr: 0x810, symBinAddr: 0x62F00, symSize: 0x40 }
+ - { offsetInCU: 0x44C, offset: 0xAB383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfD', symObjAddr: 0x870, symBinAddr: 0x62F40, symSize: 0x50 }
+ - { offsetInCU: 0x4A6, offset: 0xAB3DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCMa', symObjAddr: 0x490, symBinAddr: 0x62CF0, symSize: 0x20 }
+ - { offsetInCU: 0x55B, offset: 0xAB492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateCustomItemsEventCommandCfE', symObjAddr: 0x7F0, symBinAddr: 0x62EE0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xAB765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC11participantAA0D0Cvg', symObjAddr: 0x0, symBinAddr: 0x62FC0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xAB781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6reasonAC0E6ReasonOvg', symObjAddr: 0x10, symBinAddr: 0x62FD0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xAB79D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x60, symBinAddr: 0x63020, symSize: 0x40 }
+ - { offsetInCU: 0xA8, offset: 0xAB7C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xA0, symBinAddr: 0x63060, symSize: 0x2C0 }
+ - { offsetInCU: 0x18D, offset: 0xAB8A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO8asStringSSvg', symObjAddr: 0x600, symBinAddr: 0x63490, symSize: 0x60 }
+ - { offsetInCU: 0x1AC, offset: 0xAB8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO7asErrorAA8SBCErrorCvg', symObjAddr: 0x660, symBinAddr: 0x634F0, symSize: 0xC0 }
+ - { offsetInCU: 0x223, offset: 0xAB93D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAESS_tcfC', symObjAddr: 0x720, symBinAddr: 0x635B0, symSize: 0xA0 }
+ - { offsetInCU: 0x2C6, offset: 0xAB9E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO6encode2toys7Encoder_p_tKF', symObjAddr: 0x7C0, symBinAddr: 0x63650, symSize: 0xF0 }
+ - { offsetInCU: 0x342, offset: 0xABA5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x8E0, symBinAddr: 0x63740, symSize: 0x10 }
+ - { offsetInCU: 0x36C, offset: 0xABA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8F0, symBinAddr: 0x63750, symSize: 0x30 }
+ - { offsetInCU: 0x3A4, offset: 0xABABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x920, symBinAddr: 0x63780, symSize: 0x20 }
+ - { offsetInCU: 0x409, offset: 0xABB23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xA40, symBinAddr: 0x638A0, symSize: 0x160 }
+ - { offsetInCU: 0x4B8, offset: 0xABBD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId11participant6reason07messageI0ACSS_AA06RemoteD0CAC0E6ReasonOSStcfC', symObjAddr: 0x540, symBinAddr: 0x633D0, symSize: 0x80 }
+ - { offsetInCU: 0x55C, offset: 0xABC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId11participant6reason07messageI0ACSS_AA06RemoteD0CAC0E6ReasonOSStcfc', symObjAddr: 0x5C0, symBinAddr: 0x63450, symSize: 0x40 }
+ - { offsetInCU: 0x61C, offset: 0xABD36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x940, symBinAddr: 0x637A0, symSize: 0x30 }
+ - { offsetInCU: 0x67B, offset: 0xABD95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x970, symBinAddr: 0x637D0, symSize: 0x30 }
+ - { offsetInCU: 0x6D2, offset: 0xABDEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfd', symObjAddr: 0x9C0, symBinAddr: 0x63820, symSize: 0x40 }
+ - { offsetInCU: 0x723, offset: 0xABE3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfD', symObjAddr: 0xA00, symBinAddr: 0x63860, symSize: 0x40 }
+ - { offsetInCU: 0x77D, offset: 0xABE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOWOy', symObjAddr: 0x40, symBinAddr: 0x63000, symSize: 0x20 }
+ - { offsetInCU: 0x791, offset: 0xABEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCMa', symObjAddr: 0x430, symBinAddr: 0x63320, symSize: 0x20 }
+ - { offsetInCU: 0x7A5, offset: 0xABEBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOWOe', symObjAddr: 0x450, symBinAddr: 0x63340, symSize: 0x20 }
+ - { offsetInCU: 0x7B9, offset: 0xABED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACSeAAWl', symObjAddr: 0x4A0, symBinAddr: 0x63360, symSize: 0x40 }
+ - { offsetInCU: 0x7CD, offset: 0xABEE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOAESeAAWl', symObjAddr: 0x4E0, symBinAddr: 0x633A0, symSize: 0x30 }
+ - { offsetInCU: 0x901, offset: 0xAC01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandCfE', symObjAddr: 0x9A0, symBinAddr: 0x63800, symSize: 0x20 }
+ - { offsetInCU: 0x92E, offset: 0xAC048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwCP', symObjAddr: 0xBD0, symBinAddr: 0x63A30, symSize: 0x40 }
+ - { offsetInCU: 0x942, offset: 0xAC05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwxx', symObjAddr: 0xC10, symBinAddr: 0x63A70, symSize: 0x20 }
+ - { offsetInCU: 0x956, offset: 0xAC070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwcp', symObjAddr: 0xC30, symBinAddr: 0x63A90, symSize: 0x40 }
+ - { offsetInCU: 0x96A, offset: 0xAC084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwca', symObjAddr: 0xC70, symBinAddr: 0x63AD0, symSize: 0x80 }
+ - { offsetInCU: 0x97E, offset: 0xAC098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwta', symObjAddr: 0xD00, symBinAddr: 0x63B50, symSize: 0x50 }
+ - { offsetInCU: 0x992, offset: 0xAC0AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwet', symObjAddr: 0xD50, symBinAddr: 0x63BA0, symSize: 0x50 }
+ - { offsetInCU: 0x9A6, offset: 0xAC0C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwst', symObjAddr: 0xDA0, symBinAddr: 0x63BF0, symSize: 0x40 }
+ - { offsetInCU: 0x9BA, offset: 0xAC0D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwug', symObjAddr: 0xDE0, symBinAddr: 0x63C30, symSize: 0x20 }
+ - { offsetInCU: 0x9CE, offset: 0xAC0E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwup', symObjAddr: 0xE00, symBinAddr: 0x63C50, symSize: 0x10 }
+ - { offsetInCU: 0x9E2, offset: 0xAC0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOwui', symObjAddr: 0xE10, symBinAddr: 0x63C60, symSize: 0x30 }
+ - { offsetInCU: 0x9F6, offset: 0xAC110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantDisconnectedEventCommandC0E6ReasonOMa', symObjAddr: 0xE40, symBinAddr: 0x63C90, symSize: 0xA }
+ - { offsetInCU: 0x4B, offset: 0xAC39D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvg', symObjAddr: 0x0, symBinAddr: 0x63CA0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xAC3B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvs', symObjAddr: 0x30, symBinAddr: 0x63CD0, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0xAC3D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvM', symObjAddr: 0x70, symBinAddr: 0x63D10, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0xAC3F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC11identifiersSo19NSMutableOrderedSetCvM.resume.0', symObjAddr: 0xA0, symBinAddr: 0x63D40, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0xAC40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC5limitSivg', symObjAddr: 0xB0, symBinAddr: 0x63D50, symSize: 0x10 }
+ - { offsetInCU: 0xD7, offset: 0xAC429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCACycfC', symObjAddr: 0xC0, symBinAddr: 0x63D60, symSize: 0x30 }
+ - { offsetInCU: 0xF5, offset: 0xAC447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCACycfc', symObjAddr: 0xF0, symBinAddr: 0x63D90, symSize: 0x370 }
+ - { offsetInCU: 0x2DE, offset: 0xAC630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCfd', symObjAddr: 0x720, symBinAddr: 0x643C0, symSize: 0x1C0 }
+ - { offsetInCU: 0x456, offset: 0xAC7A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCfD', symObjAddr: 0x8E0, symBinAddr: 0x64580, symSize: 0x20 }
+ - { offsetInCU: 0x483, offset: 0xAC7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorC7confirm5value10identifierAA0D7Command_pSgAaG_p_SStF', symObjAddr: 0x900, symBinAddr: 0x645A0, symSize: 0x8D0 }
+ - { offsetInCU: 0xA26, offset: 0xACD78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCAA9CheckableA2aDP7confirm5value10identifier8ItemTypeQzSgAJ_SStFTW', symObjAddr: 0x11D0, symBinAddr: 0x64E70, symSize: 0x20 }
+ - { offsetInCU: 0xC05, offset: 0xACF57, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x1290, symBinAddr: 0x64E90, symSize: 0x40 }
+ - { offsetInCU: 0xC19, offset: 0xACF6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EventDeduplicatorCMa', symObjAddr: 0x12D0, symBinAddr: 0x64ED0, symSize: 0x20 }
+ - { offsetInCU: 0xC2D, offset: 0xACF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pWOc', symObjAddr: 0x1320, symBinAddr: 0x64F20, symSize: 0x30 }
+ - { offsetInCU: 0xC41, offset: 0xACF93, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x1430, symBinAddr: 0x65030, symSize: 0x17 }
+ - { offsetInCU: 0xD6E, offset: 0xAD0C0, size: 0x8, addend: 0x0, symName: '_$ss15_arrayForceCastySayq_GSayxGr0_lFSS_ypTg5', symObjAddr: 0x460, symBinAddr: 0x64100, symSize: 0x140 }
+ - { offsetInCU: 0x2B, offset: 0xAD4C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x0, symBinAddr: 0x65050, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0xAD4E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x0, symBinAddr: 0x65050, symSize: 0x20 }
+ - { offsetInCU: 0x7C, offset: 0xAD514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC12inputAdaptorSo029AVAssetWriterInputPixelBufferG0Cvg', symObjAddr: 0x20, symBinAddr: 0x65070, symSize: 0x20 }
+ - { offsetInCU: 0xA9, offset: 0xAD541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavg', symObjAddr: 0x40, symBinAddr: 0x65090, symSize: 0x40 }
+ - { offsetInCU: 0xD6, offset: 0xAD56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavs', symObjAddr: 0x80, symBinAddr: 0x650D0, symSize: 0x60 }
+ - { offsetInCU: 0x113, offset: 0xAD5AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavM', symObjAddr: 0xE0, symBinAddr: 0x65130, symSize: 0x40 }
+ - { offsetInCU: 0x142, offset: 0xAD5DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8lastTimeSo6CMTimeavM.resume.0', symObjAddr: 0x120, symBinAddr: 0x65170, symSize: 0x10 }
+ - { offsetInCU: 0x16D, offset: 0xAD605, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavg', symObjAddr: 0x130, symBinAddr: 0x65180, symSize: 0x50 }
+ - { offsetInCU: 0x1B8, offset: 0xAD650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavs', symObjAddr: 0x490, symBinAddr: 0x654E0, symSize: 0x30 }
+ - { offsetInCU: 0x1DF, offset: 0xAD677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavM', symObjAddr: 0x4C0, symBinAddr: 0x65510, symSize: 0x40 }
+ - { offsetInCU: 0x236, offset: 0xAD6CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC6offsetSo6CMTimeavM.resume.0', symObjAddr: 0x500, symBinAddr: 0x65550, symSize: 0x30 }
+ - { offsetInCU: 0x289, offset: 0xAD721, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvg', symObjAddr: 0x530, symBinAddr: 0x65580, symSize: 0x40 }
+ - { offsetInCU: 0x2B8, offset: 0xAD750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvs', symObjAddr: 0x570, symBinAddr: 0x655C0, symSize: 0x50 }
+ - { offsetInCU: 0x2F7, offset: 0xAD78F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvM', symObjAddr: 0x5C0, symBinAddr: 0x65610, symSize: 0x70 }
+ - { offsetInCU: 0x324, offset: 0xAD7BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC8recorderAA0E0CSgvM.resume.0', symObjAddr: 0x630, symBinAddr: 0x65680, symSize: 0x60 }
+ - { offsetInCU: 0x34F, offset: 0xAD7E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC05otherE0AA10Recordable_pSgvg', symObjAddr: 0x690, symBinAddr: 0x656E0, symSize: 0x50 }
+ - { offsetInCU: 0x37C, offset: 0xAD814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC4size8rotationACSo6CGSizeV_So16RTCVideoRotationVSgtcfC', symObjAddr: 0x6E0, symBinAddr: 0x65730, symSize: 0x50 }
+ - { offsetInCU: 0x39A, offset: 0xAD832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC4size8rotationACSo6CGSizeV_So16RTCVideoRotationVSgtcfc', symObjAddr: 0x730, symBinAddr: 0x65780, symSize: 0x370 }
+ - { offsetInCU: 0x518, offset: 0xAD9B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC16registerToWriteryySo07AVAssetH0CF', symObjAddr: 0xAE0, symBinAddr: 0x65AF0, symSize: 0x20 }
+ - { offsetInCU: 0x553, offset: 0xAD9EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0xB00, symBinAddr: 0x65B10, symSize: 0x200 }
+ - { offsetInCU: 0x6FE, offset: 0xADB96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x1070, symBinAddr: 0x66080, symSize: 0x50 }
+ - { offsetInCU: 0x738, offset: 0xADBD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderC11recordFrame_2atySo11CVBufferRefa_So6CMTimeatF', symObjAddr: 0x10C0, symBinAddr: 0x660D0, symSize: 0x140 }
+ - { offsetInCU: 0x801, offset: 0xADC99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfC', symObjAddr: 0x1200, symBinAddr: 0x66210, symSize: 0x20 }
+ - { offsetInCU: 0x81F, offset: 0xADCB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfc', symObjAddr: 0x1220, symBinAddr: 0x66230, symSize: 0x30 }
+ - { offsetInCU: 0x882, offset: 0xADD1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCACycfcTo', symObjAddr: 0x1250, symBinAddr: 0x66260, symSize: 0x30 }
+ - { offsetInCU: 0x8E9, offset: 0xADD81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCfD', symObjAddr: 0x1280, symBinAddr: 0x66290, symSize: 0x30 }
+ - { offsetInCU: 0x916, offset: 0xADDAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavgTW', symObjAddr: 0x12F0, symBinAddr: 0x66300, symSize: 0x20 }
+ - { offsetInCU: 0x92A, offset: 0xADDC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavsTW', symObjAddr: 0x1310, symBinAddr: 0x66320, symSize: 0x20 }
+ - { offsetInCU: 0x93E, offset: 0xADDD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW', symObjAddr: 0x1330, symBinAddr: 0x66340, symSize: 0x50 }
+ - { offsetInCU: 0x95A, offset: 0xADDF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW.resume.0', symObjAddr: 0x1380, symBinAddr: 0x66390, symSize: 0x20 }
+ - { offsetInCU: 0x976, offset: 0xADE0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP6offsetSo6CMTimeavgTW', symObjAddr: 0x13A0, symBinAddr: 0x663B0, symSize: 0x20 }
+ - { offsetInCU: 0x98A, offset: 0xADE22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP8recorderAA0E0CSgvgTW', symObjAddr: 0x13C0, symBinAddr: 0x663D0, symSize: 0x20 }
+ - { offsetInCU: 0x9A6, offset: 0xADE3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP05otherE0AaD_pSgvgTW', symObjAddr: 0x13E0, symBinAddr: 0x663F0, symSize: 0x20 }
+ - { offsetInCU: 0x9BA, offset: 0xADE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCAA10RecordableA2aDP16registerToWriteryySo07AVAssetI0CFTW', symObjAddr: 0x1400, symBinAddr: 0x66410, symSize: 0x20 }
+ - { offsetInCU: 0x9D7, offset: 0xADE6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayFAA13VideoRecorderC_Tg5', symObjAddr: 0x180, symBinAddr: 0x651D0, symSize: 0x190 }
+ - { offsetInCU: 0xA85, offset: 0xADF1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayFAA13AudioRecorderC_Tg5', symObjAddr: 0x310, symBinAddr: 0x65360, symSize: 0x180 }
+ - { offsetInCU: 0xBC3, offset: 0xAE05B, size: 0x8, addend: 0x0, symName: '_$sSo13RTCI420BufferC13SendBirdCallsE09asCVPixelB0So11CVBufferRefaSgvg', symObjAddr: 0xD00, symBinAddr: 0x65D10, symSize: 0x370 }
+ - { offsetInCU: 0xE95, offset: 0xAE32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCfETo', symObjAddr: 0x12B0, symBinAddr: 0x662C0, symSize: 0x40 }
+ - { offsetInCU: 0xF48, offset: 0xAE3E0, size: 0x8, addend: 0x0, symName: '_$sSo13RTCI420BufferC13SendBirdCallsE17convertI420ToNV12So11CVBufferRefaSgvg', symObjAddr: 0x1420, symBinAddr: 0x66430, symSize: 0x4A0 }
+ - { offsetInCU: 0x155B, offset: 0xAE9F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13VideoRecorderCMa', symObjAddr: 0x18C0, symBinAddr: 0x668D0, symSize: 0x20 }
+ - { offsetInCU: 0x156F, offset: 0xAEA07, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaABSHSCWl', symObjAddr: 0x18E0, symBinAddr: 0x668F0, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0xAEFA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvg', symObjAddr: 0x0, symBinAddr: 0x66C80, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0xAEFC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvs', symObjAddr: 0x40, symBinAddr: 0x66CC0, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0xAEFDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvM', symObjAddr: 0x80, symBinAddr: 0x66D00, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0xAEFF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolTypeSSvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x66D30, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0xAF014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvg', symObjAddr: 0xC0, symBinAddr: 0x66D40, symSize: 0x40 }
+ - { offsetInCU: 0xD7, offset: 0xAF030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvs', symObjAddr: 0x100, symBinAddr: 0x66D80, symSize: 0x40 }
+ - { offsetInCU: 0xF3, offset: 0xAF04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC14connectionTypeSSvM', symObjAddr: 0x140, symBinAddr: 0x66DC0, symSize: 0x30 }
+ - { offsetInCU: 0x10F, offset: 0xAF068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvg', symObjAddr: 0x170, symBinAddr: 0x66DF0, symSize: 0x40 }
+ - { offsetInCU: 0x12B, offset: 0xAF084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvs', symObjAddr: 0x1B0, symBinAddr: 0x66E30, symSize: 0x40 }
+ - { offsetInCU: 0x147, offset: 0xAF0A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC17relayProtocolTypeSSvM', symObjAddr: 0x1F0, symBinAddr: 0x66E70, symSize: 0x30 }
+ - { offsetInCU: 0x1A5, offset: 0xAF0FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolType010connectionG0013relayProtocolG0ACSS_S2StcfC', symObjAddr: 0x220, symBinAddr: 0x66EA0, symSize: 0xC0 }
+ - { offsetInCU: 0x200, offset: 0xAF159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC12protocolType010connectionG0013relayProtocolG0ACSS_S2Stcfc', symObjAddr: 0x2E0, symBinAddr: 0x66F60, symSize: 0x90 }
+ - { offsetInCU: 0x23B, offset: 0xAF194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCyACSgAA10StatisticsCSgcfC', symObjAddr: 0x370, symBinAddr: 0x66FF0, symSize: 0x30 }
+ - { offsetInCU: 0x259, offset: 0xAF1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCyACSgAA10StatisticsCSgcfc', symObjAddr: 0x3A0, symBinAddr: 0x67020, symSize: 0x320 }
+ - { offsetInCU: 0x39F, offset: 0xAF2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x6E0, symBinAddr: 0x67360, symSize: 0x70 }
+ - { offsetInCU: 0x3DA, offset: 0xAF333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x750, symBinAddr: 0x673D0, symSize: 0x70 }
+ - { offsetInCU: 0x41D, offset: 0xAF376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x7C0, symBinAddr: 0x67440, symSize: 0x10 }
+ - { offsetInCU: 0x444, offset: 0xAF39D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x7D0, symBinAddr: 0x67450, symSize: 0x10 }
+ - { offsetInCU: 0x46B, offset: 0xAF3C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO8rawValueSSvg', symObjAddr: 0x7E0, symBinAddr: 0x67460, symSize: 0x20 }
+ - { offsetInCU: 0x4A2, offset: 0xAF3FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysO11stringValueSSvg', symObjAddr: 0x800, symBinAddr: 0x67480, symSize: 0x20 }
+ - { offsetInCU: 0x4F7, offset: 0xAF450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x970, symBinAddr: 0x675F0, symSize: 0x80 }
+ - { offsetInCU: 0x538, offset: 0xAF491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x9F0, symBinAddr: 0x67670, symSize: 0x30 }
+ - { offsetInCU: 0x54C, offset: 0xAF4A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xA20, symBinAddr: 0x676A0, symSize: 0x10 }
+ - { offsetInCU: 0x582, offset: 0xAF4DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA30, symBinAddr: 0x676B0, symSize: 0x80 }
+ - { offsetInCU: 0x5DA, offset: 0xAF533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xAB0, symBinAddr: 0x67730, symSize: 0x10 }
+ - { offsetInCU: 0x5F6, offset: 0xAF54F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xAC0, symBinAddr: 0x67740, symSize: 0x10 }
+ - { offsetInCU: 0x613, offset: 0xAF56C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCfd', symObjAddr: 0xB10, symBinAddr: 0x67790, symSize: 0x30 }
+ - { offsetInCU: 0x64E, offset: 0xAF5A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCfD', symObjAddr: 0xB40, symBinAddr: 0x677C0, symSize: 0x40 }
+ - { offsetInCU: 0x691, offset: 0xAF5EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC6encode2toys7Encoder_p_tKF', symObjAddr: 0xB80, symBinAddr: 0x67800, symSize: 0x180 }
+ - { offsetInCU: 0x6D0, offset: 0xAF629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xD00, symBinAddr: 0x67980, symSize: 0x20 }
+ - { offsetInCU: 0x76A, offset: 0xAF6C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCMa', symObjAddr: 0x6C0, symBinAddr: 0x67340, symSize: 0x20 }
+ - { offsetInCU: 0x79F, offset: 0xAF6F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVWOr', symObjAddr: 0xDA0, symBinAddr: 0x679A0, symSize: 0x110 }
+ - { offsetInCU: 0x7B3, offset: 0xAF70C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVWOs', symObjAddr: 0x1670, symBinAddr: 0x67AB0, symSize: 0x110 }
+ - { offsetInCU: 0x7C7, offset: 0xAF720, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x17B0, symBinAddr: 0x67BC0, symSize: 0x30 }
+ - { offsetInCU: 0x7DB, offset: 0xAF734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASQWb', symObjAddr: 0x17E0, symBinAddr: 0x67BF0, symSize: 0x10 }
+ - { offsetInCU: 0x7EF, offset: 0xAF748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAESQAAWl', symObjAddr: 0x17F0, symBinAddr: 0x67C00, symSize: 0x30 }
+ - { offsetInCU: 0x803, offset: 0xAF75C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1820, symBinAddr: 0x67C30, symSize: 0x10 }
+ - { offsetInCU: 0x817, offset: 0xAF770, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1830, symBinAddr: 0x67C40, symSize: 0x30 }
+ - { offsetInCU: 0x82B, offset: 0xAF784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1860, symBinAddr: 0x67C70, symSize: 0x10 }
+ - { offsetInCU: 0x83F, offset: 0xAF798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1870, symBinAddr: 0x67C80, symSize: 0x30 }
+ - { offsetInCU: 0x853, offset: 0xAF7AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwet', symObjAddr: 0x1B20, symBinAddr: 0x67F10, symSize: 0x80 }
+ - { offsetInCU: 0x867, offset: 0xAF7C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwst', symObjAddr: 0x1BA0, symBinAddr: 0x67F90, symSize: 0xD0 }
+ - { offsetInCU: 0x87B, offset: 0xAF7D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwug', symObjAddr: 0x1C70, symBinAddr: 0x68060, symSize: 0x10 }
+ - { offsetInCU: 0x88F, offset: 0xAF7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwup', symObjAddr: 0x1C80, symBinAddr: 0x68070, symSize: 0x10 }
+ - { offsetInCU: 0x8A3, offset: 0xAF7FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOwui', symObjAddr: 0x1C90, symBinAddr: 0x68080, symSize: 0x10 }
+ - { offsetInCU: 0x8B7, offset: 0xAF810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOMa', symObjAddr: 0x1CA0, symBinAddr: 0x68090, symSize: 0x10 }
+ - { offsetInCU: 0x90C, offset: 0xAF865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x820, symBinAddr: 0x674A0, symSize: 0x80 }
+ - { offsetInCU: 0x9DB, offset: 0xAF934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x8A0, symBinAddr: 0x67520, symSize: 0x50 }
+ - { offsetInCU: 0xA59, offset: 0xAF9B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8F0, symBinAddr: 0x67570, symSize: 0x30 }
+ - { offsetInCU: 0xAAB, offset: 0xAFA04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x920, symBinAddr: 0x675A0, symSize: 0x50 }
+ - { offsetInCU: 0xB07, offset: 0xAFA60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xAD0, symBinAddr: 0x67750, symSize: 0x20 }
+ - { offsetInCU: 0xB23, offset: 0xAFA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xAF0, symBinAddr: 0x67770, symSize: 0x20 }
+ - { offsetInCU: 0x43, offset: 0xAFCBD, size: 0x8, addend: 0x0, symName: '_$sIeg_IeyB_TR', symObjAddr: 0x0, symBinAddr: 0x680C0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xAFCE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvg', symObjAddr: 0x30, symBinAddr: 0x680F0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xAFCFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvs', symObjAddr: 0x60, symBinAddr: 0x68120, symSize: 0x50 }
+ - { offsetInCU: 0x9F, offset: 0xAFD19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvM', symObjAddr: 0xB0, symBinAddr: 0x68170, symSize: 0x70 }
+ - { offsetInCU: 0xBB, offset: 0xAFD35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC8delegateAA0deF8Delegate_pSgvM.resume.0', symObjAddr: 0x120, symBinAddr: 0x681E0, symSize: 0x70 }
+ - { offsetInCU: 0xD7, offset: 0xAFD51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvg', symObjAddr: 0x190, symBinAddr: 0x68250, symSize: 0x30 }
+ - { offsetInCU: 0xF3, offset: 0xAFD6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvs', symObjAddr: 0x1C0, symBinAddr: 0x68280, symSize: 0x40 }
+ - { offsetInCU: 0x10F, offset: 0xAFD89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC5callsSDySSAA0dE0CGvM', symObjAddr: 0x200, symBinAddr: 0x682C0, symSize: 0x30 }
+ - { offsetInCU: 0x12B, offset: 0xAFDA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvg', symObjAddr: 0x230, symBinAddr: 0x682F0, symSize: 0x30 }
+ - { offsetInCU: 0x147, offset: 0xAFDC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvs', symObjAddr: 0x260, symBinAddr: 0x68320, symSize: 0x40 }
+ - { offsetInCU: 0x163, offset: 0xAFDDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvM', symObjAddr: 0x2A0, symBinAddr: 0x68360, symSize: 0x30 }
+ - { offsetInCU: 0x17F, offset: 0xAFDF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC07pendingC0SayAA0dE0CGvM.resume.0', symObjAddr: 0x2D0, symBinAddr: 0x68390, symSize: 0x10 }
+ - { offsetInCU: 0x19B, offset: 0xAFE15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC05soundF0AA05SoundF0Cvg', symObjAddr: 0x2E0, symBinAddr: 0x683A0, symSize: 0x10 }
+ - { offsetInCU: 0x1B7, offset: 0xAFE31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvg', symObjAddr: 0x2F0, symBinAddr: 0x683B0, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0xAFE4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvs', symObjAddr: 0x320, symBinAddr: 0x683E0, symSize: 0x40 }
+ - { offsetInCU: 0x1EF, offset: 0xAFE69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC7timeoutAA7TimeoutCvM', symObjAddr: 0x360, symBinAddr: 0x68420, symSize: 0x30 }
+ - { offsetInCU: 0x20B, offset: 0xAFE85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0Vvg', symObjAddr: 0x390, symBinAddr: 0x68450, symSize: 0x30 }
+ - { offsetInCU: 0x227, offset: 0xAFEA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0Vvs', symObjAddr: 0x3C0, symBinAddr: 0x68480, symSize: 0x30 }
+ - { offsetInCU: 0x243, offset: 0xAFEBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC18statsConfigurationAA05StatsH0VvM', symObjAddr: 0x3F0, symBinAddr: 0x684B0, symSize: 0x30 }
+ - { offsetInCU: 0x26E, offset: 0xAFEE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfC', symObjAddr: 0x420, symBinAddr: 0x684E0, symSize: 0x90 }
+ - { offsetInCU: 0x2AF, offset: 0xAFF29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfc', symObjAddr: 0x4B0, symBinAddr: 0x68570, symSize: 0x90 }
+ - { offsetInCU: 0x2D9, offset: 0xAFF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC3add4callyAA0dE0C_tF', symObjAddr: 0x540, symBinAddr: 0x68600, symSize: 0x1E0 }
+ - { offsetInCU: 0x486, offset: 0xB0100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctF', symObjAddr: 0x720, symBinAddr: 0x687E0, symSize: 0x410 }
+ - { offsetInCU: 0x63E, offset: 0xB02B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_', symObjAddr: 0xB30, symBinAddr: 0x68BF0, symSize: 0x230 }
+ - { offsetInCU: 0x81F, offset: 0xB0499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tF', symObjAddr: 0xD60, symBinAddr: 0x68E20, symSize: 0x7B0 }
+ - { offsetInCU: 0xBBA, offset: 0xB0834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyAA0dE0CXEfU0_yAGSgcfU_', symObjAddr: 0x1510, symBinAddr: 0x695D0, symSize: 0xD0 }
+ - { offsetInCU: 0xCA8, offset: 0xB0922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyycfU1_', symObjAddr: 0x15E0, symBinAddr: 0x696A0, symSize: 0x50 }
+ - { offsetInCU: 0xCE4, offset: 0xB095E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0x1630, symBinAddr: 0x696F0, symSize: 0x910 }
+ - { offsetInCU: 0x12B3, offset: 0xB0F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010getOngoingE5CountSiyF', symObjAddr: 0x1F40, symBinAddr: 0x6A000, symSize: 0x490 }
+ - { offsetInCU: 0x1704, offset: 0xB137E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010getOngoingC0SayAA0dE0CGyF', symObjAddr: 0x23D0, symBinAddr: 0x6A490, symSize: 0x400 }
+ - { offsetInCU: 0x1B11, offset: 0xB178B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF', symObjAddr: 0x27D0, symBinAddr: 0x6A890, symSize: 0x2D0 }
+ - { offsetInCU: 0x1CD3, offset: 0xB194D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC010holdActiveC003newE2IdySS_tF', symObjAddr: 0x2AA0, symBinAddr: 0x6AB60, symSize: 0x290 }
+ - { offsetInCU: 0x20C3, offset: 0xB1D3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC09endActiveC003newE2IdySS_tF', symObjAddr: 0x2D30, symBinAddr: 0x6ADF0, symSize: 0x280 }
+ - { offsetInCU: 0x24B3, offset: 0xB212D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC20addRecordingDelegate8delegate10identifieryAA0abhI0_p_SStF', symObjAddr: 0x2FB0, symBinAddr: 0x6B070, symSize: 0x20 }
+ - { offsetInCU: 0x2506, offset: 0xB2180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC23removeRecordingDelegate10identifierySS_tF', symObjAddr: 0x2FD0, symBinAddr: 0x6B090, symSize: 0x20 }
+ - { offsetInCU: 0x2548, offset: 0xB21C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC27removeAllRecordingDelegatesyyF', symObjAddr: 0x2FF0, symBinAddr: 0x6B0B0, symSize: 0x20 }
+ - { offsetInCU: 0x2597, offset: 0xB2211, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCACycfC', symObjAddr: 0x3010, symBinAddr: 0x6B0D0, symSize: 0x30 }
+ - { offsetInCU: 0x25F6, offset: 0xB2270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCACycfc', symObjAddr: 0x3040, symBinAddr: 0x6B100, symSize: 0x30 }
+ - { offsetInCU: 0x263B, offset: 0xB22B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfd', symObjAddr: 0x30D0, symBinAddr: 0x6B190, symSize: 0x60 }
+ - { offsetInCU: 0x2668, offset: 0xB22E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfD', symObjAddr: 0x3130, symBinAddr: 0x6B1F0, symSize: 0x20 }
+ - { offsetInCU: 0x2695, offset: 0xB230F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC06createdE033_A92334C6980DC29DC2A7511E93F8A25DLL4withAA0dE0CSgAA7Command_p_tFTf4en_nAA09DialEventQ0C_Tg5', symObjAddr: 0x36E0, symBinAddr: 0x6B7A0, symSize: 0x1120 }
+ - { offsetInCU: 0x307D, offset: 0xB2CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC06createdE033_A92334C6980DC29DC2A7511E93F8A25DLL4withAA0dE0CSgAA7Command_p_tFTf4en_nAA0de5EventQ0C_Tg5', symObjAddr: 0x4800, symBinAddr: 0x6C8C0, symSize: 0x1120 }
+ - { offsetInCU: 0x3A65, offset: 0xB36DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfcTf4ennnnn_nTf4ggggng_n', symObjAddr: 0x5FC0, symBinAddr: 0x6E080, symSize: 0x1A0 }
+ - { offsetInCU: 0x3B7B, offset: 0xB37F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfCTfq4ennnnn_nTf4ggggnn_n', symObjAddr: 0x6160, symBinAddr: 0x6E220, symSize: 0x80 }
+ - { offsetInCU: 0x4249, offset: 0xB3EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCfE', symObjAddr: 0x3070, symBinAddr: 0x6B130, symSize: 0x60 }
+ - { offsetInCU: 0x4276, offset: 0xB3EF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC22isUsingWebSocketClientSbyF', symObjAddr: 0x3150, symBinAddr: 0x6B210, symSize: 0x20 }
+ - { offsetInCU: 0x42B3, offset: 0xB3F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC22isUsingWebSocketClientSbyFTo', symObjAddr: 0x3170, symBinAddr: 0x6B230, symSize: 0x40 }
+ - { offsetInCU: 0x443A, offset: 0xB40B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tFTf4en_nAA0de5EventH0C_Tg5', symObjAddr: 0x5920, symBinAddr: 0x6D9E0, symSize: 0x150 }
+ - { offsetInCU: 0x4558, offset: 0xB41D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_TA', symObjAddr: 0x62E0, symBinAddr: 0x6E300, symSize: 0x20 }
+ - { offsetInCU: 0x456C, offset: 0xB41E6, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x6300, symBinAddr: 0x6E320, symSize: 0x20 }
+ - { offsetInCU: 0x4580, offset: 0xB41FA, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x6320, symBinAddr: 0x6E340, symSize: 0x10 }
+ - { offsetInCU: 0x4594, offset: 0xB420E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyAA0dE0CXEfU0_yAGSgcfU_TA', symObjAddr: 0x63F0, symBinAddr: 0x6E3E0, symSize: 0x20 }
+ - { offsetInCU: 0x45A8, offset: 0xB4222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC10forceToEnd13errorsHandleryySayAA8SBCErrorCGSgcSg_tFyycfU1_TA', symObjAddr: 0x6440, symBinAddr: 0x6E430, symSize: 0x20 }
+ - { offsetInCU: 0x45BC, offset: 0xB4236, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8SBCErrorCGSgIegg_SgWOy', symObjAddr: 0x6460, symBinAddr: 0x6E450, symSize: 0x20 }
+ - { offsetInCU: 0x45D0, offset: 0xB424A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pWOc', symObjAddr: 0x64F0, symBinAddr: 0x6E4E0, symSize: 0x30 }
+ - { offsetInCU: 0x45E4, offset: 0xB425E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DirectCallManagerDelegate_pSgXwWOh', symObjAddr: 0x6550, symBinAddr: 0x6E510, symSize: 0x20 }
+ - { offsetInCU: 0x45F8, offset: 0xB4272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerCMa', symObjAddr: 0x6750, symBinAddr: 0x6E710, symSize: 0x20 }
+ - { offsetInCU: 0x460C, offset: 0xB4286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x6A60, symBinAddr: 0x6EA20, symSize: 0x20 }
+ - { offsetInCU: 0x4620, offset: 0xB429A, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls10DirectCallCG_Tg504$s13ef7Calls17hI102ManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_SbAHXEfU_AJTf1cn_nTf4ng_n', symObjAddr: 0x6B00, symBinAddr: 0x6EAC0, symSize: 0xD0 }
+ - { offsetInCU: 0x4832, offset: 0xB44AC, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls10DirectCallCG_Tg504$s13hi7Calls17kL102ManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_SbAHXEfU_AITf1cn_nTf4ng_n', symObjAddr: 0x6BD0, symBinAddr: 0x6EB90, symSize: 0x430 }
+ - { offsetInCU: 0x4B58, offset: 0xB47D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVWOs', symObjAddr: 0x70A0, symBinAddr: 0x6EFC0, symSize: 0x80 }
+ - { offsetInCU: 0x4B6C, offset: 0xB47E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC4dial6params17completionHandlerAA0dE0CAA10DialParamsC_yAHSg_AA8SBCErrorCSgtctFyANcfU_yycfU0_TA', symObjAddr: 0x7170, symBinAddr: 0x6F090, symSize: 0x30 }
+ - { offsetInCU: 0x4E5F, offset: 0xB4AD9, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF13SendBirdCalls10DirectCallC_SayAGGTg5', symObjAddr: 0x31B0, symBinAddr: 0x6B270, symSize: 0x140 }
+ - { offsetInCU: 0x501E, offset: 0xB4C98, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFs5Int16V_SRyAFGTg5', symObjAddr: 0x32F0, symBinAddr: 0x6B3B0, symSize: 0x1F0 }
+ - { offsetInCU: 0xC5, offset: 0xB53D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC28arrangeLocalMediaConstraints14isAudioEnabled0j5VideoL007initialgI0ySb_SbAA0eI0CSgtF', symObjAddr: 0x0, symBinAddr: 0x6F210, symSize: 0x260 }
+ - { offsetInCU: 0x2AE, offset: 0xB55BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestTimeout4withyAA0G7RequestV6ReasonO_tF', symObjAddr: 0x260, symBinAddr: 0x6F470, symSize: 0x330 }
+ - { offsetInCU: 0x484, offset: 0xB5793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x590, symBinAddr: 0x6F7A0, symSize: 0x320 }
+ - { offsetInCU: 0x663, offset: 0xB5972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFTo', symObjAddr: 0x8B0, symBinAddr: 0x6FAC0, symSize: 0x90 }
+ - { offsetInCU: 0x70B, offset: 0xB5A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6accept4withyAA12AcceptParamsC_tF', symObjAddr: 0x940, symBinAddr: 0x6FB50, symSize: 0x350 }
+ - { offsetInCU: 0x8A3, offset: 0xB5BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6accept4withyAA12AcceptParamsC_tFTo', symObjAddr: 0xC90, symBinAddr: 0x6FEA0, symSize: 0x50 }
+ - { offsetInCU: 0x8BF, offset: 0xB5BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3endyyF', symObjAddr: 0xCE0, symBinAddr: 0x6FEF0, symSize: 0xD0 }
+ - { offsetInCU: 0x938, offset: 0xB5C47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3endyyFTo', symObjAddr: 0xDB0, symBinAddr: 0x6FFC0, symSize: 0x30 }
+ - { offsetInCU: 0x954, offset: 0xB5C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tF', symObjAddr: 0xDE0, symBinAddr: 0x6FFF0, symSize: 0x180 }
+ - { offsetInCU: 0x9DC, offset: 0xB5CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_', symObjAddr: 0xF60, symBinAddr: 0x70170, symSize: 0x260 }
+ - { offsetInCU: 0xBD5, offset: 0xB5EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFTo', symObjAddr: 0x11C0, symBinAddr: 0x703D0, symSize: 0x80 }
+ - { offsetInCU: 0xC1E, offset: 0xB5F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x1240, symBinAddr: 0x70450, symSize: 0x210 }
+ - { offsetInCU: 0xD6D, offset: 0xB607C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x1450, symBinAddr: 0x70660, symSize: 0x80 }
+ - { offsetInCU: 0xE25, offset: 0xB6134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x14D0, symBinAddr: 0x706E0, symSize: 0x430 }
+ - { offsetInCU: 0xFC3, offset: 0xB62D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFyAA12HoldResponseCSg_AHtcfU_', symObjAddr: 0x19F0, symBinAddr: 0x70C00, symSize: 0x100 }
+ - { offsetInCU: 0x106D, offset: 0xB637C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18handleHoldResponse_04isOnG0yAA0gH0C_SbtF', symObjAddr: 0x1AF0, symBinAddr: 0x70D00, symSize: 0x190 }
+ - { offsetInCU: 0x10F0, offset: 0xB63FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x1C80, symBinAddr: 0x70E90, symSize: 0x80 }
+ - { offsetInCU: 0x1143, offset: 0xB6452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x1D00, symBinAddr: 0x70F10, symSize: 0x530 }
+ - { offsetInCU: 0x12C5, offset: 0xB65D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyAA12HoldResponseCSg_AItcfU2_', symObjAddr: 0x2280, symBinAddr: 0x71490, symSize: 0x210 }
+ - { offsetInCU: 0x1422, offset: 0xB6731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFTo', symObjAddr: 0x2490, symBinAddr: 0x716A0, symSize: 0x90 }
+ - { offsetInCU: 0x14B7, offset: 0xB67C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14muteMicrophoneyyFTo', symObjAddr: 0x26E0, symBinAddr: 0x718F0, symSize: 0x30 }
+ - { offsetInCU: 0x14D3, offset: 0xB67E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16unmuteMicrophoneyyFTo', symObjAddr: 0x2990, symBinAddr: 0x71BA0, symSize: 0x30 }
+ - { offsetInCU: 0x14EF, offset: 0xB67FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x29C0, symBinAddr: 0x71BD0, symSize: 0x290 }
+ - { offsetInCU: 0x15BA, offset: 0xB68C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAC_AA9SBCResultOyAA06UpdategH8ResponseCGtcfU0_', symObjAddr: 0x2C50, symBinAddr: 0x71E60, symSize: 0x1D0 }
+ - { offsetInCU: 0x16FB, offset: 0xB6A0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x2E20, symBinAddr: 0x72030, symSize: 0xA0 }
+ - { offsetInCU: 0x1717, offset: 0xB6A26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctF', symObjAddr: 0x2EC0, symBinAddr: 0x720D0, symSize: 0xF0 }
+ - { offsetInCU: 0x1824, offset: 0xB6B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems6target17completionHandleryAA06DeletegH7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x2FB0, symBinAddr: 0x721C0, symSize: 0x210 }
+ - { offsetInCU: 0x1901, offset: 0xB6C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems6target17completionHandleryAA06DeletegH7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA0lgH8ResponseCGcfU0_', symObjAddr: 0x34E0, symBinAddr: 0x726F0, symSize: 0x460 }
+ - { offsetInCU: 0x1BF7, offset: 0xB6F06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x31C0, symBinAddr: 0x723D0, symSize: 0x90 }
+ - { offsetInCU: 0x1C7D, offset: 0xB6F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tF', symObjAddr: 0x3250, symBinAddr: 0x72460, symSize: 0x220 }
+ - { offsetInCU: 0x1D3F, offset: 0xB704E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tFTo', symObjAddr: 0x3470, symBinAddr: 0x72680, symSize: 0x70 }
+ - { offsetInCU: 0x1D87, offset: 0xB7096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGIegg_AFIegn_TR', symObjAddr: 0x3940, symBinAddr: 0x72B50, symSize: 0x30 }
+ - { offsetInCU: 0x1DBB, offset: 0xB70CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tF', symObjAddr: 0x3970, symBinAddr: 0x72B80, symSize: 0x3D0 }
+ - { offsetInCU: 0x1F1D, offset: 0xB722C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFyAC_AA9SBCResultOyAA0G8ResponseCGtcfU_', symObjAddr: 0x3D40, symBinAddr: 0x72F50, symSize: 0x110 }
+ - { offsetInCU: 0x200A, offset: 0xB7319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFTo', symObjAddr: 0x3E50, symBinAddr: 0x73060, symSize: 0x50 }
+ - { offsetInCU: 0x205D, offset: 0xB736C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x3EA0, symBinAddr: 0x730B0, symSize: 0x360 }
+ - { offsetInCU: 0x21C2, offset: 0xB74D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x4200, symBinAddr: 0x73410, symSize: 0x370 }
+ - { offsetInCU: 0x2526, offset: 0xB7835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x4570, symBinAddr: 0x73780, symSize: 0x80 }
+ - { offsetInCU: 0x2569, offset: 0xB7878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tF', symObjAddr: 0x45F0, symBinAddr: 0x73800, symSize: 0x3F0 }
+ - { offsetInCU: 0x26F6, offset: 0xB7A05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x49E0, symBinAddr: 0x73BF0, symSize: 0x230 }
+ - { offsetInCU: 0x2985, offset: 0xB7C94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFTo', symObjAddr: 0x4C10, symBinAddr: 0x73E20, symSize: 0x50 }
+ - { offsetInCU: 0x29D8, offset: 0xB7CE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x4C60, symBinAddr: 0x73E70, symSize: 0x4B0 }
+ - { offsetInCU: 0x2C38, offset: 0xB7F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x5110, symBinAddr: 0x74320, symSize: 0x270 }
+ - { offsetInCU: 0x2ED9, offset: 0xB81E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x5380, symBinAddr: 0x74590, symSize: 0x80 }
+ - { offsetInCU: 0x2F2C, offset: 0xB823B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyF', symObjAddr: 0x5400, symBinAddr: 0x74610, symSize: 0x3F0 }
+ - { offsetInCU: 0x310F, offset: 0xB841E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFyAA9SBCResultOyAA0gH8ResponseCGcfU_', symObjAddr: 0x57F0, symBinAddr: 0x74A00, symSize: 0x1C0 }
+ - { offsetInCU: 0x32DB, offset: 0xB85EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFTo', symObjAddr: 0x59B0, symBinAddr: 0x74BC0, symSize: 0x30 }
+ - { offsetInCU: 0x3308, offset: 0xB8617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11createOfferyyF', symObjAddr: 0x59E0, symBinAddr: 0x74BF0, symSize: 0x3C0 }
+ - { offsetInCU: 0x3573, offset: 0xB8882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11createOfferyyFTo', symObjAddr: 0x5DA0, symBinAddr: 0x74FB0, symSize: 0x30 }
+ - { offsetInCU: 0x358F, offset: 0xB889E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalAudioChange9isEnabledySb_tF', symObjAddr: 0x5DD0, symBinAddr: 0x74FE0, symSize: 0x3A0 }
+ - { offsetInCU: 0x370B, offset: 0xB8A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x6170, symBinAddr: 0x75380, symSize: 0x30 }
+ - { offsetInCU: 0x371F, offset: 0xB8A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x61A0, symBinAddr: 0x753B0, symSize: 0x30 }
+ - { offsetInCU: 0x3733, offset: 0xB8A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalAudioChange9isEnabledySb_tFTo', symObjAddr: 0x61D0, symBinAddr: 0x753E0, symSize: 0x40 }
+ - { offsetInCU: 0x374F, offset: 0xB8A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalVideoChange9isEnabledySb_tF', symObjAddr: 0x6210, symBinAddr: 0x75420, symSize: 0x3D0 }
+ - { offsetInCU: 0x38CB, offset: 0xB8BDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x65E0, symBinAddr: 0x757F0, symSize: 0x30 }
+ - { offsetInCU: 0x38DF, offset: 0xB8BEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x6610, symBinAddr: 0x75820, symSize: 0x30 }
+ - { offsetInCU: 0x38F3, offset: 0xB8C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23requestLocalVideoChange9isEnabledySb_tFTo', symObjAddr: 0x6640, symBinAddr: 0x75850, symSize: 0x40 }
+ - { offsetInCU: 0x3920, offset: 0xB8C2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyF', symObjAddr: 0x6680, symBinAddr: 0x75890, symSize: 0x430 }
+ - { offsetInCU: 0x3AF6, offset: 0xB8E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0x6AB0, symBinAddr: 0x75CC0, symSize: 0x1E0 }
+ - { offsetInCU: 0x3B96, offset: 0xB8EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0x6C90, symBinAddr: 0x75EA0, symSize: 0x1F0 }
+ - { offsetInCU: 0x3CF0, offset: 0xB8FFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x6E80, symBinAddr: 0x76090, symSize: 0x2F0 }
+ - { offsetInCU: 0x400F, offset: 0xB931E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA13AliveResponseCGIegg_AFIegn_TR04$s13ab25Calls10DirectCallC15starte36TimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9d7OyAA0G8F6CGcfU_Tf3npf_n', symObjAddr: 0x7170, symBinAddr: 0x76380, symSize: 0x20 }
+ - { offsetInCU: 0x4027, offset: 0xB9336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFTo', symObjAddr: 0x7190, symBinAddr: 0x763A0, symSize: 0x30 }
+ - { offsetInCU: 0x4043, offset: 0xB9352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14stopAliveTimeryyF', symObjAddr: 0x71C0, symBinAddr: 0x763D0, symSize: 0x380 }
+ - { offsetInCU: 0x4238, offset: 0xB9547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14stopAliveTimeryyFTo', symObjAddr: 0x7540, symBinAddr: 0x76750, symSize: 0x30 }
+ - { offsetInCU: 0x42D7, offset: 0xB95E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16releaseResourcesyyF', symObjAddr: 0x7570, symBinAddr: 0x76780, symSize: 0x8D0 }
+ - { offsetInCU: 0x4C16, offset: 0xB9F25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16releaseResourcesyyFTo', symObjAddr: 0x7E40, symBinAddr: 0x77050, symSize: 0x30 }
+ - { offsetInCU: 0x4CDD, offset: 0xB9FEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update9remoteSDP16peerConnectionIdySo21RTCSessionDescriptionCSg_SSSgtF', symObjAddr: 0x7E70, symBinAddr: 0x77080, symSize: 0x520 }
+ - { offsetInCU: 0x508F, offset: 0xBA39E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update9remoteSDP16peerConnectionIdySo21RTCSessionDescriptionCSg_SSSgtFTo', symObjAddr: 0x8390, symBinAddr: 0x775A0, symSize: 0x90 }
+ - { offsetInCU: 0x50F6, offset: 0xBA405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12updateRemote11constraints14turnCredential12capabilitiesyAA0E11ConstraintsC_AA04TurnJ0CSayAA10CapabilityOGtF', symObjAddr: 0x8420, symBinAddr: 0x77630, symSize: 0x2B0 }
+ - { offsetInCU: 0x53C8, offset: 0xBA6D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyF', symObjAddr: 0x86D0, symBinAddr: 0x778E0, symSize: 0x390 }
+ - { offsetInCU: 0x55E7, offset: 0xBA8F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x8A60, symBinAddr: 0x77C70, symSize: 0x200 }
+ - { offsetInCU: 0x580C, offset: 0xBAB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab45Calls10DirectCallC18sendSummaryRequestyyFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x8C60, symBinAddr: 0x77E70, symSize: 0x20 }
+ - { offsetInCU: 0x5824, offset: 0xBAB33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendSummaryRequestyyFTo', symObjAddr: 0x8C80, symBinAddr: 0x77E90, symSize: 0x30 }
+ - { offsetInCU: 0x5840, offset: 0xBAB4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update06directE3LogyAA0deH0C_tF', symObjAddr: 0x8CB0, symBinAddr: 0x77EC0, symSize: 0x1D0 }
+ - { offsetInCU: 0x5975, offset: 0xBAC84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update06directE3LogyAA0deH0C_tFTo', symObjAddr: 0x8E80, symBinAddr: 0x78090, symSize: 0x50 }
+ - { offsetInCU: 0x5991, offset: 0xBACA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC016updateLocalEndedE0yyF', symObjAddr: 0x8ED0, symBinAddr: 0x780E0, symSize: 0x1B0 }
+ - { offsetInCU: 0x5AB5, offset: 0xBADC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC016updateLocalEndedE0yyFTo', symObjAddr: 0x9080, symBinAddr: 0x78290, symSize: 0x30 }
+ - { offsetInCU: 0x5B60, offset: 0xBAE6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC011updateLocaldE3Log9endResultyAA0de3EndJ0O_tF', symObjAddr: 0x90B0, symBinAddr: 0x782C0, symSize: 0x5F0 }
+ - { offsetInCU: 0x5E72, offset: 0xBB181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC011updateLocaldE3Log9endResultyAA0de3EndJ0O_tFTo', symObjAddr: 0x96A0, symBinAddr: 0x788B0, symSize: 0x40 }
+ - { offsetInCU: 0x5EC5, offset: 0xBB1D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x96E0, symBinAddr: 0x788F0, symSize: 0x360 }
+ - { offsetInCU: 0x602A, offset: 0xBB339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_', symObjAddr: 0x9A40, symBinAddr: 0x78C50, symSize: 0x3C0 }
+ - { offsetInCU: 0x6406, offset: 0xBB715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x9E00, symBinAddr: 0x79010, symSize: 0x80 }
+ - { offsetInCU: 0x6459, offset: 0xBB768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x9E80, symBinAddr: 0x79090, symSize: 0x370 }
+ - { offsetInCU: 0x65BE, offset: 0xBB8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0gH8ResponseCGcfU_', symObjAddr: 0xA1F0, symBinAddr: 0x79400, symSize: 0x2A0 }
+ - { offsetInCU: 0x6861, offset: 0xBBB70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0xA490, symBinAddr: 0x796A0, symSize: 0x80 }
+ - { offsetInCU: 0x6899, offset: 0xBBBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyF', symObjAddr: 0xA510, symBinAddr: 0x79720, symSize: 0x2D0 }
+ - { offsetInCU: 0x69EB, offset: 0xBBCFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyFTo', symObjAddr: 0xA870, symBinAddr: 0x79A80, symSize: 0x30 }
+ - { offsetInCU: 0x6A07, offset: 0xBBD16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3add9candidate16peerConnectionIdyAA9CandidateC_SSSgtF', symObjAddr: 0xA8A0, symBinAddr: 0x79AB0, symSize: 0x240 }
+ - { offsetInCU: 0x6BB3, offset: 0xBBEC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6remove10candidates16peerConnectionIdySayAA9CandidateCG_SSSgtF', symObjAddr: 0xAAE0, symBinAddr: 0x79CF0, symSize: 0x240 }
+ - { offsetInCU: 0x6E95, offset: 0xBC1A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestTimeout4withyAA0G7RequestV6ReasonO_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xAF20, symBinAddr: 0x7A090, symSize: 0x30 }
+ - { offsetInCU: 0x6EA9, offset: 0xBC1B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA11RequestableAAWl', symObjAddr: 0xAF60, symBinAddr: 0x7A0D0, symSize: 0x30 }
+ - { offsetInCU: 0x6EBD, offset: 0xBC1CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA10ResultableAAWl', symObjAddr: 0xAF90, symBinAddr: 0x7A100, symSize: 0x30 }
+ - { offsetInCU: 0x6ED1, offset: 0xBC1E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_TA', symObjAddr: 0xB000, symBinAddr: 0x7A170, symSize: 0x20 }
+ - { offsetInCU: 0x6EE5, offset: 0xBC1F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_TA', symObjAddr: 0xB030, symBinAddr: 0x7A1A0, symSize: 0x20 }
+ - { offsetInCU: 0x6EF9, offset: 0xBC208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_TA', symObjAddr: 0xB060, symBinAddr: 0x7A1D0, symSize: 0x20 }
+ - { offsetInCU: 0x6F0D, offset: 0xBC21C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xB080, symBinAddr: 0x7A1F0, symSize: 0x20 }
+ - { offsetInCU: 0x6F21, offset: 0xBC230, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xB0A0, symBinAddr: 0x7A210, symSize: 0x10 }
+ - { offsetInCU: 0x6F35, offset: 0xBC244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0xB0C0, symBinAddr: 0x7A230, symSize: 0x20 }
+ - { offsetInCU: 0x6F5F, offset: 0xBC26E, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnFSS_Tg5', symObjAddr: 0xB100, symBinAddr: 0x7A250, symSize: 0x210 }
+ - { offsetInCU: 0x704E, offset: 0xBC35D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6insertySb8inserted_x17memberAfterInserttxnF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xB310, symBinAddr: 0x7A460, symSize: 0x310 }
+ - { offsetInCU: 0x711A, offset: 0xBC429, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxFSS_Tg5', symObjAddr: 0xB7B0, symBinAddr: 0x7A900, symSize: 0x160 }
+ - { offsetInCU: 0x725E, offset: 0xBC56D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV6removeyxSgxF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xB910, symBinAddr: 0x7AA60, symSize: 0x1B0 }
+ - { offsetInCU: 0x733E, offset: 0xBC64D, size: 0x8, addend: 0x0, symName: '_$sSh8_VariantV16_migrateToNative_8removingxs10__CocoaSetV_xtF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xBAC0, symBinAddr: 0x7AC10, symSize: 0x140 }
+ - { offsetInCU: 0x740C, offset: 0xBC71B, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tFSS_Tg5', symObjAddr: 0xBC00, symBinAddr: 0x7AD50, symSize: 0x210 }
+ - { offsetInCU: 0x7475, offset: 0xBC784, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7_delete2atys10_HashTableV6BucketV_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0xBE10, symBinAddr: 0x7AF60, symSize: 0x1F0 }
+ - { offsetInCU: 0x74E0, offset: 0xBC7EF, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV16_unsafeInsertNewyyxnF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xC000, symBinAddr: 0x7B150, symSize: 0x60 }
+ - { offsetInCU: 0x754B, offset: 0xBC85A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtFSS_Tg5', symObjAddr: 0xC060, symBinAddr: 0x7B1B0, symSize: 0x190 }
+ - { offsetInCU: 0x7623, offset: 0xBC932, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV9insertNew_2at8isUniqueyxn_s10_HashTableV6BucketVSbtF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0xC1F0, symBinAddr: 0x7B340, symSize: 0x1B0 }
+ - { offsetInCU: 0x76CA, offset: 0xBC9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hold17completionHandleryyAA8SBCErrorCSgcSg_tFyAA12HoldResponseCSg_AHtcfU_TA', symObjAddr: 0xC570, symBinAddr: 0x7B6C0, symSize: 0x20 }
+ - { offsetInCU: 0x76DE, offset: 0xBC9ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA11RequestableAAWl', symObjAddr: 0xC5A0, symBinAddr: 0x7B6F0, symSize: 0x30 }
+ - { offsetInCU: 0x76F2, offset: 0xBCA01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA10ResultableAAWl', symObjAddr: 0xC5D0, symBinAddr: 0x7B720, symSize: 0x30 }
+ - { offsetInCU: 0x7706, offset: 0xBCA15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xC610, symBinAddr: 0x7B760, symSize: 0x20 }
+ - { offsetInCU: 0x77D5, offset: 0xBCAE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyycfU1_TA', symObjAddr: 0xC8B0, symBinAddr: 0x7BA00, symSize: 0x20 }
+ - { offsetInCU: 0x77E9, offset: 0xBCAF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFyAA12HoldResponseCSg_AItcfU2_TA', symObjAddr: 0xC8E0, symBinAddr: 0x7BA30, symSize: 0x20 }
+ - { offsetInCU: 0x77FD, offset: 0xBCB0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems06customH017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAC_AA9SBCResultOyAA06UpdategH8ResponseCGtcfU0_TA', symObjAddr: 0xC960, symBinAddr: 0x7BAB0, symSize: 0x20 }
+ - { offsetInCU: 0x7811, offset: 0xBCB20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0xC990, symBinAddr: 0x7BAE0, symSize: 0x30 }
+ - { offsetInCU: 0x7825, offset: 0xBCB34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0xC9C0, symBinAddr: 0x7BB10, symSize: 0x30 }
+ - { offsetInCU: 0x7839, offset: 0xBCB48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0xCA30, symBinAddr: 0x7BB80, symSize: 0x30 }
+ - { offsetInCU: 0x784D, offset: 0xBCB5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0xCA60, symBinAddr: 0x7BBB0, symSize: 0x30 }
+ - { offsetInCU: 0x78E5, offset: 0xBCBF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11requestDial6paramsyAA0G6ParamsC_tFyAC_AA9SBCResultOyAA0G8ResponseCGtcfU_TA', symObjAddr: 0xCC80, symBinAddr: 0x7BDD0, symSize: 0x20 }
+ - { offsetInCU: 0x78F9, offset: 0xBCC08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA11RequestableAAWl', symObjAddr: 0xCCE0, symBinAddr: 0x7BE30, symSize: 0x30 }
+ - { offsetInCU: 0x790D, offset: 0xBCC1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA10ResultableAAWl', symObjAddr: 0xCD10, symBinAddr: 0x7BE60, symSize: 0x30 }
+ - { offsetInCU: 0x7921, offset: 0xBCC30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVWOs', symObjAddr: 0xCD40, symBinAddr: 0x7BE90, symSize: 0x70 }
+ - { offsetInCU: 0x7935, offset: 0xBCC44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestCancel12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xCDC0, symBinAddr: 0x7BF10, symSize: 0x20 }
+ - { offsetInCU: 0x7949, offset: 0xBCC58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA11RequestableAAWl', symObjAddr: 0xCDE0, symBinAddr: 0x7BF30, symSize: 0x30 }
+ - { offsetInCU: 0x795D, offset: 0xBCC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA10ResultableAAWl', symObjAddr: 0xCE10, symBinAddr: 0x7BF60, symSize: 0x30 }
+ - { offsetInCU: 0x7971, offset: 0xBCC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13requestAccept6paramsyAA0G6ParamsC_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xCE40, symBinAddr: 0x7BF90, symSize: 0x20 }
+ - { offsetInCU: 0x7985, offset: 0xBCC94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA11RequestableAAWl', symObjAddr: 0xCE60, symBinAddr: 0x7BFB0, symSize: 0x30 }
+ - { offsetInCU: 0x7999, offset: 0xBCCA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA10ResultableAAWl', symObjAddr: 0xCE90, symBinAddr: 0x7BFE0, symSize: 0x30 }
+ - { offsetInCU: 0x79AD, offset: 0xBCCBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVWOs', symObjAddr: 0xCEC0, symBinAddr: 0x7C010, symSize: 0x60 }
+ - { offsetInCU: 0x79C1, offset: 0xBCCD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14requestDecline12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xCF30, symBinAddr: 0x7C080, symSize: 0x20 }
+ - { offsetInCU: 0x79D5, offset: 0xBCCE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA11RequestableAAWl', symObjAddr: 0xCF50, symBinAddr: 0x7C0A0, symSize: 0x30 }
+ - { offsetInCU: 0x79E9, offset: 0xBCCF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA10ResultableAAWl', symObjAddr: 0xCF80, symBinAddr: 0x7C0D0, symSize: 0x30 }
+ - { offsetInCU: 0x79FD, offset: 0xBCD0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15requestNoAnsweryyFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xCFB0, symBinAddr: 0x7C100, symSize: 0x20 }
+ - { offsetInCU: 0x7A11, offset: 0xBCD20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA11RequestableAAWl', symObjAddr: 0xCFD0, symBinAddr: 0x7C120, symSize: 0x30 }
+ - { offsetInCU: 0x7A25, offset: 0xBCD34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA10ResultableAAWl', symObjAddr: 0xD000, symBinAddr: 0x7C150, symSize: 0x30 }
+ - { offsetInCU: 0x7A39, offset: 0xBCD48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0xD090, symBinAddr: 0x7C180, symSize: 0x10 }
+ - { offsetInCU: 0x7A4D, offset: 0xBCD5C, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0xD0A0, symBinAddr: 0x7C190, symSize: 0x50 }
+ - { offsetInCU: 0x7A61, offset: 0xBCD70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA11RequestableAAWl', symObjAddr: 0xD0F0, symBinAddr: 0x7C1E0, symSize: 0x30 }
+ - { offsetInCU: 0x7A75, offset: 0xBCD84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA10ResultableAAWl', symObjAddr: 0xD120, symBinAddr: 0x7C210, symSize: 0x30 }
+ - { offsetInCU: 0x7A89, offset: 0xBCD98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_TA', symObjAddr: 0xD150, symBinAddr: 0x7C240, symSize: 0x10 }
+ - { offsetInCU: 0x7A9D, offset: 0xBCDAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA11RequestableAAWl', symObjAddr: 0xD170, symBinAddr: 0x7C260, symSize: 0x30 }
+ - { offsetInCU: 0x7AB1, offset: 0xBCDC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA10ResultableAAWl', symObjAddr: 0xD1A0, symBinAddr: 0x7C290, symSize: 0x30 }
+ - { offsetInCU: 0x7AC5, offset: 0xBCDD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10requestEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0G8ResponseCGcfU_TA', symObjAddr: 0xD220, symBinAddr: 0x7C310, symSize: 0x20 }
+ - { offsetInCU: 0x7AD9, offset: 0xBCDE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA11RequestableAAWl', symObjAddr: 0xD270, symBinAddr: 0x7C360, symSize: 0x30 }
+ - { offsetInCU: 0x7AED, offset: 0xBCDFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA10ResultableAAWl', symObjAddr: 0xD2A0, symBinAddr: 0x7C390, symSize: 0x30 }
+ - { offsetInCU: 0x7B01, offset: 0xBCE10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17requestUnknownEnd12errorHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xD310, symBinAddr: 0x7C400, symSize: 0x20 }
+ - { offsetInCU: 0x7B15, offset: 0xBCE24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA11RequestableAAWl', symObjAddr: 0xD330, symBinAddr: 0x7C420, symSize: 0x30 }
+ - { offsetInCU: 0x7B29, offset: 0xBCE38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA10ResultableAAWl', symObjAddr: 0xD360, symBinAddr: 0x7C450, symSize: 0x30 }
+ - { offsetInCU: 0x7B3D, offset: 0xBCE4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21requestConnectionLostyyFyAA9SBCResultOyAA0gH8ResponseCGcfU_TA', symObjAddr: 0xD390, symBinAddr: 0x7C480, symSize: 0x30 }
+ - { offsetInCU: 0x7B51, offset: 0xBCE60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA11RequestableAAWl', symObjAddr: 0xD3F0, symBinAddr: 0x7C4E0, symSize: 0x30 }
+ - { offsetInCU: 0x7B65, offset: 0xBCE74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA10ResultableAAWl', symObjAddr: 0xD420, symBinAddr: 0x7C510, symSize: 0x30 }
+ - { offsetInCU: 0x7B79, offset: 0xBCE88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVWOs', symObjAddr: 0xD450, symBinAddr: 0x7C540, symSize: 0x40 }
+ - { offsetInCU: 0x7B8D, offset: 0xBCE9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0xD4D0, symBinAddr: 0x7C5A0, symSize: 0x10 }
+ - { offsetInCU: 0x7BA1, offset: 0xBCEB0, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0xD4E0, symBinAddr: 0x7C5B0, symSize: 0x10 }
+ - { offsetInCU: 0x7BC0, offset: 0xBCECF, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0xD4F0, symBinAddr: 0x7C5C0, symSize: 0x10 }
+ - { offsetInCU: 0x7BE9, offset: 0xBCEF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA11EndResponseCGWOe', symObjAddr: 0xD530, symBinAddr: 0x7C600, symSize: 0x20 }
+ - { offsetInCU: 0x7BFD, offset: 0xBCF0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGWOy', symObjAddr: 0xD550, symBinAddr: 0x7C620, symSize: 0x20 }
+ - { offsetInCU: 0x7C11, offset: 0xBCF20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGWOe', symObjAddr: 0xD5D0, symBinAddr: 0x7C640, symSize: 0x20 }
+ - { offsetInCU: 0x7C25, offset: 0xBCF34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0xD670, symBinAddr: 0x7C6A0, symSize: 0x20 }
+ - { offsetInCU: 0x7C39, offset: 0xBCF48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAcA10ResultableAAWl', symObjAddr: 0xD6C0, symBinAddr: 0x7C6C0, symSize: 0x30 }
+ - { offsetInCU: 0x7C4D, offset: 0xBCF5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_TA', symObjAddr: 0xD6F0, symBinAddr: 0x7C6F0, symSize: 0x10 }
+ - { offsetInCU: 0x7C61, offset: 0xBCF70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_TA', symObjAddr: 0xD740, symBinAddr: 0x7C740, symSize: 0x20 }
+ - { offsetInCU: 0x7C75, offset: 0xBCF84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12DialResponseCGWOy', symObjAddr: 0xD760, symBinAddr: 0x7C760, symSize: 0x20 }
+ - { offsetInCU: 0x7C89, offset: 0xBCF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12DialResponseCGWOe', symObjAddr: 0xD780, symBinAddr: 0x7C780, symSize: 0x20 }
+ - { offsetInCU: 0x7C9D, offset: 0xBCFAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGWOy', symObjAddr: 0xD7C0, symBinAddr: 0x7C7C0, symSize: 0x20 }
+ - { offsetInCU: 0x7CB1, offset: 0xBCFC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC3end12closeHandleryyycSg_tFyAA8SBCErrorCSgcfU_yycfU_TA', symObjAddr: 0xDA50, symBinAddr: 0x7CA50, symSize: 0x20 }
+ - { offsetInCU: 0x7F84, offset: 0xBD293, size: 0x8, addend: 0x0, symName: '_$sSh8containsySbxFSS_Tg5', symObjAddr: 0x1900, symBinAddr: 0x70B10, symSize: 0xF0 }
+ - { offsetInCU: 0x808E, offset: 0xBD39D, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SD4KeysVyS2S_GTg5', symObjAddr: 0x2520, symBinAddr: 0x71730, symSize: 0x190 }
+ - { offsetInCU: 0x83C8, offset: 0xBD6D7, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySSG_Tg5', symObjAddr: 0xAD20, symBinAddr: 0x79F30, symSize: 0xB0 }
+ - { offsetInCU: 0x857B, offset: 0xBD88A, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls9WebSocketC6OpCodeOG_Tg5', symObjAddr: 0xADD0, symBinAddr: 0x79FE0, symSize: 0x80 }
+ - { offsetInCU: 0x86E2, offset: 0xBD9F1, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufCSS_SaySSGTg5Tf4gn_n', symObjAddr: 0xC4D0, symBinAddr: 0x7B620, symSize: 0x90 }
+ - { offsetInCU: 0x881F, offset: 0xBDB2E, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls10DirectCallCG_Tg504$s13ef7Calls10hI67C6unhold5force17completionHandlerySb_yAA8SBCErrorCSgcSgtFSbACXEfU0_AITf1cn_nTf4gg_n', symObjAddr: 0xC630, symBinAddr: 0x7B780, symSize: 0x270 }
+ - { offsetInCU: 0x8A30, offset: 0xBDD3F, size: 0x8, addend: 0x0, symName: '_$sShyShyxGqd__nc7ElementQyd__RszSTRd__lufC13SendBirdCalls14DirectCallUserC_SayAFGTg5Tf4gn_n', symObjAddr: 0xCB50, symBinAddr: 0x7BCA0, symSize: 0x130 }
+ - { offsetInCU: 0x8B93, offset: 0xBDEA2, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSay13SendBirdCalls10CapabilityOG_Tg5Tf4dn_n', symObjAddr: 0xD160, symBinAddr: 0x7C250, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xBE460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC8callLogsSayAA0deF0CGvg', symObjAddr: 0x0, symBinAddr: 0x7CDC0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xBE47C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC9nextTokenSSSgvg', symObjAddr: 0x10, symBinAddr: 0x7CDD0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xBE498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC7hasNextSbvg', symObjAddr: 0x40, symBinAddr: 0x7CE00, symSize: 0x10 }
+ - { offsetInCU: 0xC5, offset: 0xBE4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x50, symBinAddr: 0x7CE10, symSize: 0x70 }
+ - { offsetInCU: 0x100, offset: 0xBE515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x100, symBinAddr: 0x7CE80, symSize: 0x70 }
+ - { offsetInCU: 0x143, offset: 0xBE558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x170, symBinAddr: 0x7CEF0, symSize: 0x10 }
+ - { offsetInCU: 0x16A, offset: 0xBE57F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x180, symBinAddr: 0x7CF00, symSize: 0x10 }
+ - { offsetInCU: 0x191, offset: 0xBE5A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x190, symBinAddr: 0x7CF10, symSize: 0x20 }
+ - { offsetInCU: 0x1C8, offset: 0xBE5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1B0, symBinAddr: 0x7CF30, symSize: 0x20 }
+ - { offsetInCU: 0x21D, offset: 0xBE632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x320, symBinAddr: 0x7D0A0, symSize: 0x80 }
+ - { offsetInCU: 0x25E, offset: 0xBE673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x3A0, symBinAddr: 0x7D120, symSize: 0x30 }
+ - { offsetInCU: 0x272, offset: 0xBE687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3D0, symBinAddr: 0x7D150, symSize: 0x10 }
+ - { offsetInCU: 0x2A8, offset: 0xBE6BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x7D160, symSize: 0x80 }
+ - { offsetInCU: 0x300, offset: 0xBE715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x460, symBinAddr: 0x7D1E0, symSize: 0x10 }
+ - { offsetInCU: 0x31C, offset: 0xBE731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x470, symBinAddr: 0x7D1F0, symSize: 0x10 }
+ - { offsetInCU: 0x339, offset: 0xBE74E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4C0, symBinAddr: 0x7D240, symSize: 0x40 }
+ - { offsetInCU: 0x35E, offset: 0xBE773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x500, symBinAddr: 0x7D280, symSize: 0x1D0 }
+ - { offsetInCU: 0x3BA, offset: 0xBE7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCfd', symObjAddr: 0x840, symBinAddr: 0x7D560, symSize: 0x20 }
+ - { offsetInCU: 0x3F5, offset: 0xBE80A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCfD', symObjAddr: 0x860, symBinAddr: 0x7D580, symSize: 0x30 }
+ - { offsetInCU: 0x438, offset: 0xBE84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA60, symBinAddr: 0x7D780, symSize: 0x20 }
+ - { offsetInCU: 0x47D, offset: 0xBE892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs0J3KeyAAWl', symObjAddr: 0x700, symBinAddr: 0x7D450, symSize: 0x30 }
+ - { offsetInCU: 0x491, offset: 0xBE8A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCMa', symObjAddr: 0x730, symBinAddr: 0x7D480, symSize: 0x20 }
+ - { offsetInCU: 0x4A5, offset: 0xBE8BA, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls13DirectCallLogCGSayxGSesSeRzlWl', symObjAddr: 0x780, symBinAddr: 0x7D4A0, symSize: 0x70 }
+ - { offsetInCU: 0x4B9, offset: 0xBE8CE, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls13DirectCallLogCGMa', symObjAddr: 0x7F0, symBinAddr: 0x7D510, symSize: 0x50 }
+ - { offsetInCU: 0x4CD, offset: 0xBE8E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x890, symBinAddr: 0x7D5B0, symSize: 0x10 }
+ - { offsetInCU: 0x4E1, offset: 0xBE8F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8A0, symBinAddr: 0x7D5C0, symSize: 0x30 }
+ - { offsetInCU: 0x4F5, offset: 0xBE90A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8D0, symBinAddr: 0x7D5F0, symSize: 0x10 }
+ - { offsetInCU: 0x509, offset: 0xBE91E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E0, symBinAddr: 0x7D600, symSize: 0x30 }
+ - { offsetInCU: 0x51D, offset: 0xBE932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs0J3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x910, symBinAddr: 0x7D630, symSize: 0x10 }
+ - { offsetInCU: 0x531, offset: 0xBE946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x920, symBinAddr: 0x7D640, symSize: 0x30 }
+ - { offsetInCU: 0x545, offset: 0xBE95A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA14APIRespondableAAWI', symObjAddr: 0x950, symBinAddr: 0x7D670, symSize: 0x30 }
+ - { offsetInCU: 0x559, offset: 0xBE96E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA11RespondableAAWI', symObjAddr: 0x980, symBinAddr: 0x7D6A0, symSize: 0x50 }
+ - { offsetInCU: 0x56D, offset: 0xBE982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA0I0AAWI', symObjAddr: 0x9D0, symBinAddr: 0x7D6F0, symSize: 0x30 }
+ - { offsetInCU: 0x581, offset: 0xBE996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA30, symBinAddr: 0x7D750, symSize: 0x30 }
+ - { offsetInCU: 0x595, offset: 0xBE9AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwet', symObjAddr: 0xAD0, symBinAddr: 0x7D7D0, symSize: 0x80 }
+ - { offsetInCU: 0x5A9, offset: 0xBE9BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwst', symObjAddr: 0xB50, symBinAddr: 0x7D850, symSize: 0xD0 }
+ - { offsetInCU: 0x5BD, offset: 0xBE9D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwug', symObjAddr: 0xC20, symBinAddr: 0x7D920, symSize: 0x10 }
+ - { offsetInCU: 0x5D1, offset: 0xBE9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwup', symObjAddr: 0xC30, symBinAddr: 0x7D930, symSize: 0x10 }
+ - { offsetInCU: 0x5E5, offset: 0xBE9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOwui', symObjAddr: 0xC40, symBinAddr: 0x7D940, symSize: 0x10 }
+ - { offsetInCU: 0x5F9, offset: 0xBEA0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOMa', symObjAddr: 0xC50, symBinAddr: 0x7D950, symSize: 0xA }
+ - { offsetInCU: 0x642, offset: 0xBEA57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1D0, symBinAddr: 0x7CF50, symSize: 0x80 }
+ - { offsetInCU: 0x711, offset: 0xBEB26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x250, symBinAddr: 0x7CFD0, symSize: 0x50 }
+ - { offsetInCU: 0x78F, offset: 0xBEBA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2A0, symBinAddr: 0x7D020, symSize: 0x30 }
+ - { offsetInCU: 0x7E1, offset: 0xBEBF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D0, symBinAddr: 0x7D050, symSize: 0x50 }
+ - { offsetInCU: 0x83D, offset: 0xBEC52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x480, symBinAddr: 0x7D200, symSize: 0x20 }
+ - { offsetInCU: 0x859, offset: 0xBEC6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0x7D220, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xBEEB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0x7D960, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xBEED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvs', symObjAddr: 0x30, symBinAddr: 0x7D990, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xBEEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10httpMethodAA10HTTPMethodOvM', symObjAddr: 0x60, symBinAddr: 0x7D9C0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0xBEF0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvg', symObjAddr: 0x90, symBinAddr: 0x7D9F0, symSize: 0x30 }
+ - { offsetInCU: 0xBB, offset: 0xBEF28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvs', symObjAddr: 0xC0, symBinAddr: 0x7DA20, symSize: 0x40 }
+ - { offsetInCU: 0xD7, offset: 0xBEF44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7urlPathAA7URLPathVvM', symObjAddr: 0x100, symBinAddr: 0x7DA60, symSize: 0x30 }
+ - { offsetInCU: 0xF3, offset: 0xBEF60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC7versionAA10APIVersionOvg', symObjAddr: 0x130, symBinAddr: 0x7DA90, symSize: 0x10 }
+ - { offsetInCU: 0x10F, offset: 0xBEF7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvg', symObjAddr: 0x140, symBinAddr: 0x7DAA0, symSize: 0x30 }
+ - { offsetInCU: 0x12B, offset: 0xBEF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvs', symObjAddr: 0x170, symBinAddr: 0x7DAD0, symSize: 0x40 }
+ - { offsetInCU: 0x147, offset: 0xBEFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC8logItemsSayAA0E9CollectorC0E4ItemCGvM', symObjAddr: 0x1B0, symBinAddr: 0x7DB10, symSize: 0x30 }
+ - { offsetInCU: 0x163, offset: 0xBEFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvg', symObjAddr: 0x1E0, symBinAddr: 0x7DB40, symSize: 0x30 }
+ - { offsetInCU: 0x17F, offset: 0xBEFEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvs', symObjAddr: 0x210, symBinAddr: 0x7DB70, symSize: 0x30 }
+ - { offsetInCU: 0x19B, offset: 0xBF008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC15didLogsOverflowSbvM', symObjAddr: 0x240, symBinAddr: 0x7DBA0, symSize: 0x30 }
+ - { offsetInCU: 0x1B7, offset: 0xBF024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0Sbvg', symObjAddr: 0x270, symBinAddr: 0x7DBD0, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0xBF040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0Sbvs', symObjAddr: 0x2A0, symBinAddr: 0x7DC00, symSize: 0x30 }
+ - { offsetInCU: 0x1EF, offset: 0xBF05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0SbvM', symObjAddr: 0x2D0, symBinAddr: 0x7DC30, symSize: 0x30 }
+ - { offsetInCU: 0x20B, offset: 0xBF078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC06shouldE0SbvM.resume.0', symObjAddr: 0x300, symBinAddr: 0x7DC60, symSize: 0x10 }
+ - { offsetInCU: 0x227, offset: 0xBF094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC4with15didLogsOverflowACSayAA0E9CollectorC0E4ItemCG_SbtcfC', symObjAddr: 0x310, symBinAddr: 0x7DC70, symSize: 0x40 }
+ - { offsetInCU: 0x245, offset: 0xBF0B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC4with15didLogsOverflowACSayAA0E9CollectorC0E4ItemCG_Sbtcfc', symObjAddr: 0x350, symBinAddr: 0x7DCB0, symSize: 0xC0 }
+ - { offsetInCU: 0x30C, offset: 0xBF179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x450, symBinAddr: 0x7DD70, symSize: 0x70 }
+ - { offsetInCU: 0x347, offset: 0xBF1B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x4C0, symBinAddr: 0x7DDE0, symSize: 0x70 }
+ - { offsetInCU: 0x38A, offset: 0xBF1F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x530, symBinAddr: 0x7DE50, symSize: 0x10 }
+ - { offsetInCU: 0x3B1, offset: 0xBF21E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x540, symBinAddr: 0x7DE60, symSize: 0x10 }
+ - { offsetInCU: 0x3D8, offset: 0xBF245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO8rawValueSSvg', symObjAddr: 0x550, symBinAddr: 0x7DE70, symSize: 0x60 }
+ - { offsetInCU: 0x40F, offset: 0xBF27C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysO11stringValueSSvg', symObjAddr: 0x5B0, symBinAddr: 0x7DED0, symSize: 0x60 }
+ - { offsetInCU: 0x464, offset: 0xBF2D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x760, symBinAddr: 0x7E080, symSize: 0x80 }
+ - { offsetInCU: 0x4A5, offset: 0xBF312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x7E0, symBinAddr: 0x7E100, symSize: 0x30 }
+ - { offsetInCU: 0x4B9, offset: 0xBF326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x810, symBinAddr: 0x7E130, symSize: 0x10 }
+ - { offsetInCU: 0x4EF, offset: 0xBF35C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x820, symBinAddr: 0x7E140, symSize: 0x80 }
+ - { offsetInCU: 0x547, offset: 0xBF3B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x8A0, symBinAddr: 0x7E1C0, symSize: 0x10 }
+ - { offsetInCU: 0x563, offset: 0xBF3D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x8B0, symBinAddr: 0x7E1D0, symSize: 0x10 }
+ - { offsetInCU: 0x580, offset: 0xBF3ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC6encode2toys7Encoder_p_tKF', symObjAddr: 0x900, symBinAddr: 0x7E220, symSize: 0x170 }
+ - { offsetInCU: 0x5DC, offset: 0xBF449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCfd', symObjAddr: 0xBC0, symBinAddr: 0x7E4B0, symSize: 0x20 }
+ - { offsetInCU: 0x617, offset: 0xBF484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCfD', symObjAddr: 0xBE0, symBinAddr: 0x7E4D0, symSize: 0x30 }
+ - { offsetInCU: 0x65A, offset: 0xBF4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xDE0, symBinAddr: 0x7E6A0, symSize: 0x20 }
+ - { offsetInCU: 0x676, offset: 0xBF4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xE00, symBinAddr: 0x7E6C0, symSize: 0x20 }
+ - { offsetInCU: 0x692, offset: 0xBF4FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP06shouldE0SbvgTW', symObjAddr: 0xE20, symBinAddr: 0x7E6E0, symSize: 0x20 }
+ - { offsetInCU: 0x6AE, offset: 0xBF51B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xED0, symBinAddr: 0x7E790, symSize: 0x20 }
+ - { offsetInCU: 0x714, offset: 0xBF581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xAA0, symBinAddr: 0x7E390, symSize: 0x30 }
+ - { offsetInCU: 0x728, offset: 0xBF595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10APIVersionOACSEAAWl', symObjAddr: 0xAD0, symBinAddr: 0x7E3C0, symSize: 0x30 }
+ - { offsetInCU: 0x73C, offset: 0xBF5A9, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls12LogCollectorC0D4ItemCGSayxGSEsSERzlWl', symObjAddr: 0xB00, symBinAddr: 0x7E3F0, symSize: 0x70 }
+ - { offsetInCU: 0x750, offset: 0xBF5BD, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls12LogCollectorC0D4ItemCGMa', symObjAddr: 0xB70, symBinAddr: 0x7E460, symSize: 0x50 }
+ - { offsetInCU: 0x764, offset: 0xBF5D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0x7E500, symSize: 0x10 }
+ - { offsetInCU: 0x778, offset: 0xBF5E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAESQAAWl', symObjAddr: 0xC20, symBinAddr: 0x7E510, symSize: 0x30 }
+ - { offsetInCU: 0x78C, offset: 0xBF5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC50, symBinAddr: 0x7E540, symSize: 0x10 }
+ - { offsetInCU: 0x7A0, offset: 0xBF60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC60, symBinAddr: 0x7E550, symSize: 0x30 }
+ - { offsetInCU: 0x7B4, offset: 0xBF621, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC90, symBinAddr: 0x7E580, symSize: 0x10 }
+ - { offsetInCU: 0x7C8, offset: 0xBF635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xCA0, symBinAddr: 0x7E590, symSize: 0x30 }
+ - { offsetInCU: 0x7DC, offset: 0xBF649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA14APIRequestableAAWI', symObjAddr: 0xCD0, symBinAddr: 0x7E5C0, symSize: 0x30 }
+ - { offsetInCU: 0x7F0, offset: 0xBF65D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCMa', symObjAddr: 0xD00, symBinAddr: 0x7E5F0, symSize: 0x20 }
+ - { offsetInCU: 0x804, offset: 0xBF671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA15ResultIgnorableAAWI', symObjAddr: 0xD20, symBinAddr: 0x7E610, symSize: 0x30 }
+ - { offsetInCU: 0x818, offset: 0xBF685, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA11RequestableAAWI', symObjAddr: 0xD50, symBinAddr: 0x7E640, symSize: 0x50 }
+ - { offsetInCU: 0x82C, offset: 0xBF699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xDA0, symBinAddr: 0x7E690, symSize: 0x10 }
+ - { offsetInCU: 0x840, offset: 0xBF6AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0AAWI', symObjAddr: 0xE40, symBinAddr: 0x7E700, symSize: 0x30 }
+ - { offsetInCU: 0x854, offset: 0xBF6C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA17StrategyEncodableAAWI', symObjAddr: 0xEA0, symBinAddr: 0x7E760, symSize: 0x30 }
+ - { offsetInCU: 0x86E, offset: 0xBF6DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwet', symObjAddr: 0x1260, symBinAddr: 0x7EB00, symSize: 0x80 }
+ - { offsetInCU: 0x882, offset: 0xBF6EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwst', symObjAddr: 0x12E0, symBinAddr: 0x7EB80, symSize: 0xD0 }
+ - { offsetInCU: 0x896, offset: 0xBF703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwug', symObjAddr: 0x13B0, symBinAddr: 0x7EC50, symSize: 0x10 }
+ - { offsetInCU: 0x8AA, offset: 0xBF717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwup', symObjAddr: 0x13C0, symBinAddr: 0x7EC60, symSize: 0x10 }
+ - { offsetInCU: 0x8BE, offset: 0xBF72B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOwui', symObjAddr: 0x13D0, symBinAddr: 0x7EC70, symSize: 0x10 }
+ - { offsetInCU: 0x8D2, offset: 0xBF73F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOMa', symObjAddr: 0x13E0, symBinAddr: 0x7EC80, symSize: 0x10 }
+ - { offsetInCU: 0x93E, offset: 0xBF7AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x610, symBinAddr: 0x7DF30, symSize: 0x80 }
+ - { offsetInCU: 0xA0D, offset: 0xBF87A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x690, symBinAddr: 0x7DFB0, symSize: 0x50 }
+ - { offsetInCU: 0xA8B, offset: 0xBF8F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x6E0, symBinAddr: 0x7E000, symSize: 0x30 }
+ - { offsetInCU: 0xADD, offset: 0xBF94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x710, symBinAddr: 0x7E030, symSize: 0x50 }
+ - { offsetInCU: 0xB39, offset: 0xBF9A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x8C0, symBinAddr: 0x7E1E0, symSize: 0x20 }
+ - { offsetInCU: 0xB55, offset: 0xBF9C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x8E0, symBinAddr: 0x7E200, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xBFC0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x7ECD0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xBFC31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x7ECD0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0xBFC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC10candidatesSayAA9CandidateCGvg', symObjAddr: 0x10, symBinAddr: 0x7ECE0, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0xBFC61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x20, symBinAddr: 0x7ECF0, symSize: 0x30 }
+ - { offsetInCU: 0x8F, offset: 0xBFC75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x50, symBinAddr: 0x7ED20, symSize: 0x40 }
+ - { offsetInCU: 0xB4, offset: 0xBFC9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x90, symBinAddr: 0x7ED60, symSize: 0x310 }
+ - { offsetInCU: 0x1B1, offset: 0xBFD97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seq10candidates16peerConnectionId11commandType07messageL004callL012deliveryInfoACSiSg_SayAA9CandidateCGSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0VtcfC', symObjAddr: 0x5D0, symBinAddr: 0x7F170, symSize: 0xD0 }
+ - { offsetInCU: 0x242, offset: 0xBFE28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC3seq10candidates16peerConnectionId11commandType07messageL004callL012deliveryInfoACSiSg_SayAA9CandidateCGSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x6A0, symBinAddr: 0x7F240, symSize: 0x90 }
+ - { offsetInCU: 0x31B, offset: 0xBFF01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x730, symBinAddr: 0x7F2D0, symSize: 0x30 }
+ - { offsetInCU: 0x37A, offset: 0xBFF60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x760, symBinAddr: 0x7F300, symSize: 0x30 }
+ - { offsetInCU: 0x3D7, offset: 0xBFFBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfd', symObjAddr: 0x7B0, symBinAddr: 0x7F350, symSize: 0x40 }
+ - { offsetInCU: 0x428, offset: 0xC000E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfD', symObjAddr: 0x810, symBinAddr: 0x7F390, symSize: 0x50 }
+ - { offsetInCU: 0x490, offset: 0xC0076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x860, symBinAddr: 0x7F3E0, symSize: 0x20 }
+ - { offsetInCU: 0x4D1, offset: 0xC00B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x880, symBinAddr: 0x7F400, symSize: 0x30 }
+ - { offsetInCU: 0x504, offset: 0xC00EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0x7F070, symSize: 0x20 }
+ - { offsetInCU: 0x518, offset: 0xC00FE, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGSayxGSesSeRzlWl', symObjAddr: 0x4C0, symBinAddr: 0x7F090, symSize: 0x50 }
+ - { offsetInCU: 0x52C, offset: 0xC0112, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGMa', symObjAddr: 0x510, symBinAddr: 0x7F0E0, symSize: 0x50 }
+ - { offsetInCU: 0x540, offset: 0xC0126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCACSeAAWl', symObjAddr: 0x560, symBinAddr: 0x7F130, symSize: 0x40 }
+ - { offsetInCU: 0x611, offset: 0xC01F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28RemoveCandidatesEventCommandCfE', symObjAddr: 0x790, symBinAddr: 0x7F330, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0xC04ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvpZ', symObjAddr: 0x1F505, symBinAddr: 0x32BF98, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0xC0507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvpZ', symObjAddr: 0x1F506, symBinAddr: 0x32BF99, symSize: 0x0 }
+ - { offsetInCU: 0x83, offset: 0xC0521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvpZ', symObjAddr: 0x7040, symBinAddr: 0x2F56A8, symSize: 0x0 }
+ - { offsetInCU: 0x9D, offset: 0xC053B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvpZ', symObjAddr: 0x7048, symBinAddr: 0x2F56B0, symSize: 0x0 }
+ - { offsetInCU: 0xB7, offset: 0xC0555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvpZ', symObjAddr: 0x7050, symBinAddr: 0x2F56B8, symSize: 0x0 }
+ - { offsetInCU: 0x13A, offset: 0xC05D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvau', symObjAddr: 0x1B0, symBinAddr: 0x7F620, symSize: 0x10 }
+ - { offsetInCU: 0x164, offset: 0xC0602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvgZ', symObjAddr: 0x1C0, symBinAddr: 0x7F630, symSize: 0x30 }
+ - { offsetInCU: 0x180, offset: 0xC061E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvsZ', symObjAddr: 0x1F0, symBinAddr: 0x7F660, symSize: 0x40 }
+ - { offsetInCU: 0x19C, offset: 0xC063A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintRowsSbvMZ', symObjAddr: 0x230, symBinAddr: 0x7F6A0, symSize: 0x30 }
+ - { offsetInCU: 0x1B8, offset: 0xC0656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvgZ', symObjAddr: 0x270, symBinAddr: 0x7F6E0, symSize: 0x30 }
+ - { offsetInCU: 0x1D4, offset: 0xC0672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvsZ', symObjAddr: 0x2A0, symBinAddr: 0x7F710, symSize: 0x40 }
+ - { offsetInCU: 0x1F0, offset: 0xC068E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvMZ', symObjAddr: 0x2E0, symBinAddr: 0x7F750, symSize: 0x30 }
+ - { offsetInCU: 0x20C, offset: 0xC06AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvg', symObjAddr: 0x310, symBinAddr: 0x7F780, symSize: 0x30 }
+ - { offsetInCU: 0x228, offset: 0xC06C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvs', symObjAddr: 0x340, symBinAddr: 0x7F7B0, symSize: 0x40 }
+ - { offsetInCU: 0x244, offset: 0xC06E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11connectionsSayAA13WeakReferenceCySo17RTCPeerConnectionCGGvM', symObjAddr: 0x380, symBinAddr: 0x7F7F0, symSize: 0x30 }
+ - { offsetInCU: 0x260, offset: 0xC06FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvg', symObjAddr: 0x3B0, symBinAddr: 0x7F820, symSize: 0x40 }
+ - { offsetInCU: 0x27C, offset: 0xC071A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvs', symObjAddr: 0x3F0, symBinAddr: 0x7F860, symSize: 0x40 }
+ - { offsetInCU: 0x298, offset: 0xC0736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvM', symObjAddr: 0x430, symBinAddr: 0x7F8A0, symSize: 0x30 }
+ - { offsetInCU: 0x2B4, offset: 0xC0752, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10prevReportSo013RTCStatisticsI0CSgvM.resume.0', symObjAddr: 0x460, symBinAddr: 0x7F8D0, symSize: 0x10 }
+ - { offsetInCU: 0x2D0, offset: 0xC076E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvg', symObjAddr: 0x5D0, symBinAddr: 0x7FA40, symSize: 0x40 }
+ - { offsetInCU: 0x2EC, offset: 0xC078A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvs', symObjAddr: 0x630, symBinAddr: 0x7FAA0, symSize: 0x50 }
+ - { offsetInCU: 0x308, offset: 0xC07A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvM', symObjAddr: 0x6A0, symBinAddr: 0x7FB10, symSize: 0x30 }
+ - { offsetInCU: 0x324, offset: 0xC07C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0Cvg', symObjAddr: 0x6D0, symBinAddr: 0x7FB40, symSize: 0x30 }
+ - { offsetInCU: 0x340, offset: 0xC07DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0Cvs', symObjAddr: 0x700, symBinAddr: 0x7FB70, symSize: 0x40 }
+ - { offsetInCU: 0x35C, offset: 0xC07FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10timerBoardAA07SBTimerI0CvM', symObjAddr: 0x740, symBinAddr: 0x7FBB0, symSize: 0x30 }
+ - { offsetInCU: 0x378, offset: 0xC0816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0Cvg', symObjAddr: 0x770, symBinAddr: 0x7FBE0, symSize: 0x30 }
+ - { offsetInCU: 0x394, offset: 0xC0832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0Cvs', symObjAddr: 0x7A0, symBinAddr: 0x7FC10, symSize: 0x40 }
+ - { offsetInCU: 0x3B0, offset: 0xC084E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5queueSo012OS_dispatch_H0CvM', symObjAddr: 0x7E0, symBinAddr: 0x7FC50, symSize: 0x30 }
+ - { offsetInCU: 0x3CC, offset: 0xC086A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCfd', symObjAddr: 0x810, symBinAddr: 0x7FC80, symSize: 0x160 }
+ - { offsetInCU: 0x4EB, offset: 0xC0989, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCfD', symObjAddr: 0x970, symBinAddr: 0x7FDE0, symSize: 0x20 }
+ - { offsetInCU: 0x518, offset: 0xC09B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyF', symObjAddr: 0x990, symBinAddr: 0x7FE00, symSize: 0x1E0 }
+ - { offsetInCU: 0x5AA, offset: 0xC0A48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFyyYbcfU_', symObjAddr: 0xB70, symBinAddr: 0x7FFE0, symSize: 0x3D0 }
+ - { offsetInCU: 0xA06, offset: 0xC0EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFTo', symObjAddr: 0xFF0, symBinAddr: 0x80460, symSize: 0x30 }
+ - { offsetInCU: 0xA22, offset: 0xC0EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCAEycfC', symObjAddr: 0x1020, symBinAddr: 0x80490, symSize: 0x30 }
+ - { offsetInCU: 0xA40, offset: 0xC0EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCAEycfc', symObjAddr: 0x1050, symBinAddr: 0x804C0, symSize: 0x290 }
+ - { offsetInCU: 0xB5C, offset: 0xC0FFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC11isPrintInfoSbvau', symObjAddr: 0x260, symBinAddr: 0x7F6D0, symSize: 0x10 }
+ - { offsetInCU: 0xB7A, offset: 0xC1018, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvpAETK', symObjAddr: 0x470, symBinAddr: 0x7F8E0, symSize: 0x70 }
+ - { offsetInCU: 0xB92, offset: 0xC1030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC12eventHandleryAE4InfoVcSgvpAETk', symObjAddr: 0x4E0, symBinAddr: 0x7F950, symSize: 0x90 }
+ - { offsetInCU: 0xBAA, offset: 0xC1048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVytIegnr_AGIegg_TR', symObjAddr: 0x570, symBinAddr: 0x7F9E0, symSize: 0x60 }
+ - { offsetInCU: 0xBC2, offset: 0xC1060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_SgWOy', symObjAddr: 0x610, symBinAddr: 0x7FA80, symSize: 0x20 }
+ - { offsetInCU: 0xBD6, offset: 0xC1074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_SgWOe', symObjAddr: 0x680, symBinAddr: 0x7FAF0, symSize: 0x20 }
+ - { offsetInCU: 0xE75, offset: 0xC1313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCF', symObjAddr: 0xF40, symBinAddr: 0x803B0, symSize: 0xB0 }
+ - { offsetInCU: 0xE9B, offset: 0xC1339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_', symObjAddr: 0x1D30, symBinAddr: 0x811A0, symSize: 0x380 }
+ - { offsetInCU: 0xF7A, offset: 0xC1418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_yyYbcfU_', symObjAddr: 0x3630, symBinAddr: 0x82AA0, symSize: 0x90 }
+ - { offsetInCU: 0x10AB, offset: 0xC1549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtF', symObjAddr: 0x12E0, symBinAddr: 0x80750, symSize: 0x4C0 }
+ - { offsetInCU: 0x1311, offset: 0xC17AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_', symObjAddr: 0x17A0, symBinAddr: 0x80C10, symSize: 0x180 }
+ - { offsetInCU: 0x13CF, offset: 0xC186D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvau', symObjAddr: 0x1920, symBinAddr: 0x80D90, symSize: 0x10 }
+ - { offsetInCU: 0x13ED, offset: 0xC188B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyF', symObjAddr: 0x1930, symBinAddr: 0x80DA0, symSize: 0x340 }
+ - { offsetInCU: 0x152D, offset: 0xC19CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyFyyYbcfU_', symObjAddr: 0x1C70, symBinAddr: 0x810E0, symSize: 0xC0 }
+ - { offsetInCU: 0x169F, offset: 0xC1B3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV_8previousAGSo19RTCStatisticsReportC_AJSgtcfC', symObjAddr: 0x20B0, symBinAddr: 0x81520, symSize: 0x1560 }
+ - { offsetInCU: 0x18E6, offset: 0xC1D84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tF', symObjAddr: 0x3610, symBinAddr: 0x82A80, symSize: 0x10 }
+ - { offsetInCU: 0x18FA, offset: 0xC1D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tFySS_So0K0CtXEfU_', symObjAddr: 0x3710, symBinAddr: 0x82B80, symSize: 0x6F0 }
+ - { offsetInCU: 0x1F86, offset: 0xC2424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VF', symObjAddr: 0x3620, symBinAddr: 0x82A90, symSize: 0x10 }
+ - { offsetInCU: 0x1FAF, offset: 0xC244D, size: 0x8, addend: 0x0, symName: '_$sSo19RTCStatisticsReportCIegg_ABIeyBy_TR', symObjAddr: 0x36C0, symBinAddr: 0x82B30, symSize: 0x50 }
+ - { offsetInCU: 0x2084, offset: 0xC2522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvgAA10StatisticsC_Tg5', symObjAddr: 0x3E00, symBinAddr: 0x83270, symSize: 0x1CA0 }
+ - { offsetInCU: 0x230C, offset: 0xC27AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8intervalSdvgZ', symObjAddr: 0x5AA0, symBinAddr: 0x84F10, symSize: 0x10 }
+ - { offsetInCU: 0x2328, offset: 0xC27C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvgZ', symObjAddr: 0x5AC0, symBinAddr: 0x84F30, symSize: 0x10 }
+ - { offsetInCU: 0x2344, offset: 0xC27E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvgZ', symObjAddr: 0x5AE0, symBinAddr: 0x84F50, symSize: 0x10 }
+ - { offsetInCU: 0x2360, offset: 0xC27FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantVAGycfC', symObjAddr: 0x5AF0, symBinAddr: 0x84F60, symSize: 0x10 }
+ - { offsetInCU: 0x237F, offset: 0xC281D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV7timeoutSdvau', symObjAddr: 0x5AB0, symBinAddr: 0x84F20, symSize: 0x10 }
+ - { offsetInCU: 0x239D, offset: 0xC283B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantV8thousandSdvau', symObjAddr: 0x5AD0, symBinAddr: 0x84F40, symSize: 0x10 }
+ - { offsetInCU: 0x23C7, offset: 0xC2865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9timestampSdvg', symObjAddr: 0x5B00, symBinAddr: 0x84F70, symSize: 0x10 }
+ - { offsetInCU: 0x23E3, offset: 0xC2881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9audioStatAA10StatisticsCvg', symObjAddr: 0x5B10, symBinAddr: 0x84F80, symSize: 0x10 }
+ - { offsetInCU: 0x23F7, offset: 0xC2895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9videoStatAA10StatisticsCvg', symObjAddr: 0x5B20, symBinAddr: 0x84F90, symSize: 0x10 }
+ - { offsetInCU: 0x240B, offset: 0xC28A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoV9timestamp9audioStat05videoK0AGSd_AA10StatisticsCALtcfC', symObjAddr: 0x5B30, symBinAddr: 0x84FA0, symSize: 0x10 }
+ - { offsetInCU: 0x2429, offset: 0xC28C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9timestampSdvgTW', symObjAddr: 0x5B40, symBinAddr: 0x84FB0, symSize: 0x10 }
+ - { offsetInCU: 0x2454, offset: 0xC28F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9audioStatAA10StatisticsCvgTW', symObjAddr: 0x5B50, symBinAddr: 0x84FC0, symSize: 0x10 }
+ - { offsetInCU: 0x2495, offset: 0xC2933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVAA09RTCPacketH7SupportA2aHP9videoStatAA10StatisticsCvgTW', symObjAddr: 0x5B60, symBinAddr: 0x84FD0, symSize: 0x10 }
+ - { offsetInCU: 0x24C8, offset: 0xC2966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC10monitoringyyFyyYbcfU_TA', symObjAddr: 0x5C30, symBinAddr: 0x85000, symSize: 0x10 }
+ - { offsetInCU: 0x24DC, offset: 0xC297A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x5C40, symBinAddr: 0x85010, symSize: 0x20 }
+ - { offsetInCU: 0x24F0, offset: 0xC298E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x5C60, symBinAddr: 0x85030, symSize: 0x10 }
+ - { offsetInCU: 0x2504, offset: 0xC29A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_TA', symObjAddr: 0x5CB0, symBinAddr: 0x85080, symSize: 0x10 }
+ - { offsetInCU: 0x2518, offset: 0xC29B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_TA', symObjAddr: 0x5D60, symBinAddr: 0x85130, symSize: 0x20 }
+ - { offsetInCU: 0x2558, offset: 0xC29F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4stopyyFyyYbcfU_TA', symObjAddr: 0x5EB0, symBinAddr: 0x85280, symSize: 0x10 }
+ - { offsetInCU: 0x256C, offset: 0xC2A0A, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0x5F00, symBinAddr: 0x85290, symSize: 0x20 }
+ - { offsetInCU: 0x2580, offset: 0xC2A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVSgWOe', symObjAddr: 0x5F20, symBinAddr: 0x852B0, symSize: 0x30 }
+ - { offsetInCU: 0x2594, offset: 0xC2A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19RTCStatisticsReportC_tFTf4nd_n', symObjAddr: 0x5F50, symBinAddr: 0x852E0, symSize: 0x410 }
+ - { offsetInCU: 0x288A, offset: 0xC2D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printInfoyyAE0I0VFTf4nd_nTf4x_n', symObjAddr: 0x6360, symBinAddr: 0x856F0, symSize: 0x4D0 }
+ - { offsetInCU: 0x2CC0, offset: 0xC315E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorCMa', symObjAddr: 0x69C0, symBinAddr: 0x85D50, symSize: 0x20 }
+ - { offsetInCU: 0x2CD4, offset: 0xC3172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8ConstantVMa', symObjAddr: 0x6BB0, symBinAddr: 0x85F40, symSize: 0x10 }
+ - { offsetInCU: 0x2CE8, offset: 0xC3186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwCP', symObjAddr: 0x6BF0, symBinAddr: 0x85F80, symSize: 0x40 }
+ - { offsetInCU: 0x2CFC, offset: 0xC319A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwxx', symObjAddr: 0x6C30, symBinAddr: 0x85FC0, symSize: 0x30 }
+ - { offsetInCU: 0x2D10, offset: 0xC31AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwcp', symObjAddr: 0x6C60, symBinAddr: 0x85FF0, symSize: 0x40 }
+ - { offsetInCU: 0x2D24, offset: 0xC31C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwca', symObjAddr: 0x6CA0, symBinAddr: 0x86030, symSize: 0x60 }
+ - { offsetInCU: 0x2D38, offset: 0xC31D6, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x6D00, symBinAddr: 0x86090, symSize: 0x20 }
+ - { offsetInCU: 0x2D4C, offset: 0xC31EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwta', symObjAddr: 0x6D20, symBinAddr: 0x860B0, symSize: 0x40 }
+ - { offsetInCU: 0x2D60, offset: 0xC31FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwet', symObjAddr: 0x6D60, symBinAddr: 0x860F0, symSize: 0x40 }
+ - { offsetInCU: 0x2D74, offset: 0xC3212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVwst', symObjAddr: 0x6DA0, symBinAddr: 0x86130, symSize: 0x40 }
+ - { offsetInCU: 0x2D88, offset: 0xC3226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVMa', symObjAddr: 0x6DE0, symBinAddr: 0x86170, symSize: 0x10 }
+ - { offsetInCU: 0x2D9C, offset: 0xC323A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVytIegnr_AGIegg_TRTA', symObjAddr: 0x6E10, symBinAddr: 0x861A0, symSize: 0x20 }
+ - { offsetInCU: 0x2DBB, offset: 0xC3259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC4InfoVIegg_AGytIegnr_TRTA', symObjAddr: 0x6E30, symBinAddr: 0x861C0, symSize: 0x30 }
+ - { offsetInCU: 0x2DE4, offset: 0xC3282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC5start4with12eventHandlerySo17RTCPeerConnectionCSg_yAE4InfoVcSgtFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x6E90, symBinAddr: 0x86220, symSize: 0x10 }
+ - { offsetInCU: 0x2E16, offset: 0xC32B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_yyYbcfU_TA', symObjAddr: 0x6EE0, symBinAddr: 0x86270, symSize: 0x20 }
+ - { offsetInCU: 0x2E2A, offset: 0xC32C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC8getStatsyySo17RTCPeerConnectionCFySo19RTCStatisticsReportCcfU_TA.38', symObjAddr: 0x6F00, symBinAddr: 0x86290, symSize: 0x10 }
+ - { offsetInCU: 0x2E73, offset: 0xC3311, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSDySSSo13RTCStatisticsCG_Tg508$sSSSo13D158Cs5Error_pIgggzo_SS3key_AB5valuetsAC_pIegnzo_TR071$s13SendBirdCalls12WebRTCClientC16RTPPacketMonitorC9printRows4withySo19A26ReportC_tFySS_So0K0CtXEfU_Tf3npf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x7F470, symSize: 0x1B0 }
+ - { offsetInCU: 0x3164, offset: 0xC3602, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCGG_Tg504$s13de101Calls12WebRTCClientC16RTPPacketMonitorC3add33_85D9A37F7C8634E104B29FE0B60CAB80LL14peerConnectionySo07i14S0CSg_tFSbAA13gH10CyAJGXEfU_AITf1cn_nTf4ng_n', symObjAddr: 0x5D80, symBinAddr: 0x85150, symSize: 0x130 }
+ - { offsetInCU: 0x27, offset: 0xC3B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7successxSgvg', symObjAddr: 0x0, symBinAddr: 0x863B0, symSize: 0xB0 }
+ - { offsetInCU: 0x3F, offset: 0xC3B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7successxSgvg', symObjAddr: 0x0, symBinAddr: 0x863B0, symSize: 0xB0 }
+ - { offsetInCU: 0x7B, offset: 0xC3B94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO7failureAA8SBCErrorCSgvg', symObjAddr: 0xB0, symBinAddr: 0x86460, symSize: 0x60 }
+ - { offsetInCU: 0xA9, offset: 0xC3BC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyACyxGxSg_AA8SBCErrorCSgtcfC', symObjAddr: 0x110, symBinAddr: 0x864C0, symSize: 0x1C0 }
+ - { offsetInCU: 0x10C, offset: 0xC3C25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgMa', symObjAddr: 0x2D0, symBinAddr: 0x86680, symSize: 0x50 }
+ - { offsetInCU: 0x120, offset: 0xC3C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMa', symObjAddr: 0x320, symBinAddr: 0x866D0, symSize: 0x10 }
+ - { offsetInCU: 0x134, offset: 0xC3C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3getxyKF', symObjAddr: 0x330, symBinAddr: 0x866E0, symSize: 0xE0 }
+ - { offsetInCU: 0x177, offset: 0xC3C90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3get12errorHandlerxSgyAA8SBCErrorCXE_tF', symObjAddr: 0x410, symBinAddr: 0x867C0, symSize: 0x110 }
+ - { offsetInCU: 0x1E1, offset: 0xC3CFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO9isSuccessSbvg', symObjAddr: 0x520, symBinAddr: 0x868D0, symSize: 0x70 }
+ - { offsetInCU: 0x20F, offset: 0xC3D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO9isFailureSbvg', symObjAddr: 0x590, symBinAddr: 0x86940, symSize: 0x80 }
+ - { offsetInCU: 0x23D, offset: 0xC3D56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultO3mapyACyqd__Gqd__xXElF', symObjAddr: 0x610, symBinAddr: 0x869C0, symSize: 0x120 }
+ - { offsetInCU: 0x2C6, offset: 0xC3DDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMi', symObjAddr: 0x730, symBinAddr: 0x86AE0, symSize: 0x10 }
+ - { offsetInCU: 0x2DA, offset: 0xC3DF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOMr', symObjAddr: 0x740, symBinAddr: 0x86AF0, symSize: 0x70 }
+ - { offsetInCU: 0x2EE, offset: 0xC3E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwCP', symObjAddr: 0x7B0, symBinAddr: 0x86B60, symSize: 0x120 }
+ - { offsetInCU: 0x302, offset: 0xC3E1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwxx', symObjAddr: 0x8D0, symBinAddr: 0x86C80, symSize: 0xC0 }
+ - { offsetInCU: 0x316, offset: 0xC3E2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwcp', symObjAddr: 0x990, symBinAddr: 0x86D40, symSize: 0xE0 }
+ - { offsetInCU: 0x32A, offset: 0xC3E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwca', symObjAddr: 0xA70, symBinAddr: 0x86E20, symSize: 0x1A0 }
+ - { offsetInCU: 0x33E, offset: 0xC3E57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwtk', symObjAddr: 0xC10, symBinAddr: 0x86FC0, symSize: 0xE0 }
+ - { offsetInCU: 0x352, offset: 0xC3E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwta', symObjAddr: 0xCF0, symBinAddr: 0x870A0, symSize: 0x190 }
+ - { offsetInCU: 0x366, offset: 0xC3E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwet', symObjAddr: 0xE80, symBinAddr: 0x87230, symSize: 0x110 }
+ - { offsetInCU: 0x37A, offset: 0xC3E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwst', symObjAddr: 0xF90, symBinAddr: 0x87340, symSize: 0x200 }
+ - { offsetInCU: 0x38E, offset: 0xC3EA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwug', symObjAddr: 0x1190, symBinAddr: 0x87540, symSize: 0xA0 }
+ - { offsetInCU: 0x3A2, offset: 0xC3EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwup', symObjAddr: 0x1230, symBinAddr: 0x875E0, symSize: 0x10 }
+ - { offsetInCU: 0x3B6, offset: 0xC3ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOwui', symObjAddr: 0x1240, symBinAddr: 0x875F0, symSize: 0xD0 }
+ - { offsetInCU: 0x71, offset: 0xC41B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x876C0, symSize: 0x30 }
+ - { offsetInCU: 0xC5, offset: 0xC420B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x30, symBinAddr: 0x876F0, symSize: 0x40 }
+ - { offsetInCU: 0x129, offset: 0xC426F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCACycfC', symObjAddr: 0x110, symBinAddr: 0x877D0, symSize: 0x20 }
+ - { offsetInCU: 0x147, offset: 0xC428D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCACycfc', symObjAddr: 0x130, symBinAddr: 0x877F0, symSize: 0x10 }
+ - { offsetInCU: 0x174, offset: 0xC42BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCfd', symObjAddr: 0x140, symBinAddr: 0x87800, symSize: 0x10 }
+ - { offsetInCU: 0x1A1, offset: 0xC42E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCfD', symObjAddr: 0x150, symBinAddr: 0x87810, symSize: 0x20 }
+ - { offsetInCU: 0x1CF, offset: 0xC4315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionIceRestartOfferingStateCMa', symObjAddr: 0x170, symBinAddr: 0x87830, symSize: 0x14 }
+ - { offsetInCU: 0x3F, offset: 0xC451E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x87850, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xC4538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0x87870, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xC4569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0x50, symBinAddr: 0x878A0, symSize: 0x50 }
+ - { offsetInCU: 0xAB, offset: 0xC458A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0xA0, symBinAddr: 0x878F0, symSize: 0x50 }
+ - { offsetInCU: 0xD4, offset: 0xC45B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0xF0, symBinAddr: 0x87940, symSize: 0x60 }
+ - { offsetInCU: 0xFD, offset: 0xC45DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x150, symBinAddr: 0x879A0, symSize: 0x10 }
+ - { offsetInCU: 0x119, offset: 0xC45F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x160, symBinAddr: 0x879B0, symSize: 0x10 }
+ - { offsetInCU: 0x135, offset: 0xC4614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x170, symBinAddr: 0x879C0, symSize: 0x10 }
+ - { offsetInCU: 0x149, offset: 0xC4628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsSSvg', symObjAddr: 0x180, symBinAddr: 0x879D0, symSize: 0x20 }
+ - { offsetInCU: 0x165, offset: 0xC4644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV7callIdsACSaySSG_tcfC', symObjAddr: 0x1A0, symBinAddr: 0x879F0, symSize: 0xF0 }
+ - { offsetInCU: 0x1F4, offset: 0xC46D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x300, symBinAddr: 0x87AE0, symSize: 0x20 }
+ - { offsetInCU: 0x214, offset: 0xC46F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x320, symBinAddr: 0x87B00, symSize: 0x70 }
+ - { offsetInCU: 0x24D, offset: 0xC472C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x390, symBinAddr: 0x87B70, symSize: 0x70 }
+ - { offsetInCU: 0x283, offset: 0xC4762, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x400, symBinAddr: 0x87BE0, symSize: 0x10 }
+ - { offsetInCU: 0x2AA, offset: 0xC4789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x410, symBinAddr: 0x87BF0, symSize: 0x10 }
+ - { offsetInCU: 0x2D2, offset: 0xC47B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x420, symBinAddr: 0x87C00, symSize: 0x10 }
+ - { offsetInCU: 0x2E6, offset: 0xC47C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x430, symBinAddr: 0x87C10, symSize: 0x10 }
+ - { offsetInCU: 0x318, offset: 0xC47F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x570, symBinAddr: 0x87D50, symSize: 0x70 }
+ - { offsetInCU: 0x34C, offset: 0xC482B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5E0, symBinAddr: 0x87DC0, symSize: 0x20 }
+ - { offsetInCU: 0x384, offset: 0xC4863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0x87DE0, symSize: 0x10 }
+ - { offsetInCU: 0x3CF, offset: 0xC48AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x87DF0, symSize: 0x70 }
+ - { offsetInCU: 0x41A, offset: 0xC48F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x680, symBinAddr: 0x87E60, symSize: 0x10 }
+ - { offsetInCU: 0x436, offset: 0xC4915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x690, symBinAddr: 0x87E70, symSize: 0x10 }
+ - { offsetInCU: 0x452, offset: 0xC4931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x870, symBinAddr: 0x88050, symSize: 0x20 }
+ - { offsetInCU: 0x47E, offset: 0xC495D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x6E0, symBinAddr: 0x87EC0, symSize: 0x50 }
+ - { offsetInCU: 0x4B5, offset: 0xC4994, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x730, symBinAddr: 0x87F10, symSize: 0x10 }
+ - { offsetInCU: 0x4E0, offset: 0xC49BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x740, symBinAddr: 0x87F20, symSize: 0x10 }
+ - { offsetInCU: 0x528, offset: 0xC4A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x750, symBinAddr: 0x87F30, symSize: 0x20 }
+ - { offsetInCU: 0x560, offset: 0xC4A3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x770, symBinAddr: 0x87F50, symSize: 0x100 }
+ - { offsetInCU: 0x604, offset: 0xC4AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x890, symBinAddr: 0x88070, symSize: 0x10 }
+ - { offsetInCU: 0x618, offset: 0xC4AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x8A0, symBinAddr: 0x88080, symSize: 0x30 }
+ - { offsetInCU: 0x62C, offset: 0xC4B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8D0, symBinAddr: 0x880B0, symSize: 0x10 }
+ - { offsetInCU: 0x640, offset: 0xC4B1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x8E0, symBinAddr: 0x880C0, symSize: 0x30 }
+ - { offsetInCU: 0x654, offset: 0xC4B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x910, symBinAddr: 0x880F0, symSize: 0x10 }
+ - { offsetInCU: 0x668, offset: 0xC4B47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x920, symBinAddr: 0x88100, symSize: 0x30 }
+ - { offsetInCU: 0x67C, offset: 0xC4B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA14APIRequestableAAWI', symObjAddr: 0x950, symBinAddr: 0x88130, symSize: 0x20 }
+ - { offsetInCU: 0x690, offset: 0xC4B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA11RequestableAAWl', symObjAddr: 0x970, symBinAddr: 0x88150, symSize: 0x30 }
+ - { offsetInCU: 0x6A4, offset: 0xC4B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x9A0, symBinAddr: 0x88180, symSize: 0x20 }
+ - { offsetInCU: 0x6B8, offset: 0xC4B97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA11RequestableAAWI', symObjAddr: 0x9F0, symBinAddr: 0x881D0, symSize: 0x30 }
+ - { offsetInCU: 0x6CC, offset: 0xC4BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA0F0AAWl', symObjAddr: 0xA20, symBinAddr: 0x88200, symSize: 0x30 }
+ - { offsetInCU: 0x6E0, offset: 0xC4BBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA50, symBinAddr: 0x88230, symSize: 0x30 }
+ - { offsetInCU: 0x6F4, offset: 0xC4BD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0AAWI', symObjAddr: 0xA80, symBinAddr: 0x88260, symSize: 0x20 }
+ - { offsetInCU: 0x708, offset: 0xC4BE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVACSEAAWl', symObjAddr: 0xAA0, symBinAddr: 0x88280, symSize: 0x30 }
+ - { offsetInCU: 0x71C, offset: 0xC4BFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAD0, symBinAddr: 0x882B0, symSize: 0x20 }
+ - { offsetInCU: 0x730, offset: 0xC4C0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwCP', symObjAddr: 0xAF0, symBinAddr: 0x882D0, symSize: 0x30 }
+ - { offsetInCU: 0x744, offset: 0xC4C23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwxx', symObjAddr: 0xB20, symBinAddr: 0x88300, symSize: 0x30 }
+ - { offsetInCU: 0x758, offset: 0xC4C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwcp', symObjAddr: 0xB50, symBinAddr: 0x88330, symSize: 0x40 }
+ - { offsetInCU: 0x76C, offset: 0xC4C4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwca', symObjAddr: 0xB90, symBinAddr: 0x88370, symSize: 0x60 }
+ - { offsetInCU: 0x780, offset: 0xC4C5F, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0xBF0, symBinAddr: 0x883D0, symSize: 0x20 }
+ - { offsetInCU: 0x794, offset: 0xC4C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwta', symObjAddr: 0xC10, symBinAddr: 0x883F0, symSize: 0x50 }
+ - { offsetInCU: 0x7A8, offset: 0xC4C87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwet', symObjAddr: 0xC60, symBinAddr: 0x88440, symSize: 0x40 }
+ - { offsetInCU: 0x7BC, offset: 0xC4C9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVwst', symObjAddr: 0xCA0, symBinAddr: 0x88480, symSize: 0x50 }
+ - { offsetInCU: 0x7D0, offset: 0xC4CAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVMa', symObjAddr: 0xCF0, symBinAddr: 0x884D0, symSize: 0x10 }
+ - { offsetInCU: 0x7E4, offset: 0xC4CC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwet', symObjAddr: 0xD20, symBinAddr: 0x884E0, symSize: 0x50 }
+ - { offsetInCU: 0x7F8, offset: 0xC4CD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwst', symObjAddr: 0xD70, symBinAddr: 0x88530, symSize: 0xA0 }
+ - { offsetInCU: 0x80C, offset: 0xC4CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwug', symObjAddr: 0xE10, symBinAddr: 0x885D0, symSize: 0x10 }
+ - { offsetInCU: 0x820, offset: 0xC4CFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwup', symObjAddr: 0xE20, symBinAddr: 0x885E0, symSize: 0x10 }
+ - { offsetInCU: 0x834, offset: 0xC4D13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOwui', symObjAddr: 0xE30, symBinAddr: 0x885F0, symSize: 0x10 }
+ - { offsetInCU: 0x848, offset: 0xC4D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOMa', symObjAddr: 0xE40, symBinAddr: 0x88600, symSize: 0x10 }
+ - { offsetInCU: 0x85C, offset: 0xC4D3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xE50, symBinAddr: 0x88610, symSize: 0x30 }
+ - { offsetInCU: 0x8C0, offset: 0xC4D9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x440, symBinAddr: 0x87C20, symSize: 0x70 }
+ - { offsetInCU: 0x9A4, offset: 0xC4E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x4B0, symBinAddr: 0x87C90, symSize: 0x50 }
+ - { offsetInCU: 0xA4F, offset: 0xC4F2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x500, symBinAddr: 0x87CE0, symSize: 0x30 }
+ - { offsetInCU: 0xAB6, offset: 0xC4F95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x530, symBinAddr: 0x87D10, symSize: 0x40 }
+ - { offsetInCU: 0xB3F, offset: 0xC501E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0x87E80, symSize: 0x20 }
+ - { offsetInCU: 0xB5B, offset: 0xC503A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x87EA0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xC5290, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x88640, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xC52B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC8holdedBySaySSGvg', symObjAddr: 0x0, symBinAddr: 0x88640, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xC52D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC9isRelayedSbvg', symObjAddr: 0x10, symBinAddr: 0x88650, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0xC52EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC08isPeerOnD0Sbvg', symObjAddr: 0x20, symBinAddr: 0x88660, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0xC5308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC08isCallOnD0Sbvg', symObjAddr: 0x30, symBinAddr: 0x88670, symSize: 0x20 }
+ - { offsetInCU: 0x17D, offset: 0xC53E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC6callId07messageH012deliveryInfo8holdedBy9isRelayed0n6PeerOnD0ACSS_SSAA08DeliveryK0VSaySSGS2btcfC', symObjAddr: 0x50, symBinAddr: 0x88690, symSize: 0xF0 }
+ - { offsetInCU: 0x237, offset: 0xC54A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC6callId07messageH012deliveryInfo8holdedBy9isRelayed0n6PeerOnD0ACSS_SSAA08DeliveryK0VSaySSGS2btcfc', symObjAddr: 0x140, symBinAddr: 0x88780, symSize: 0xC0 }
+ - { offsetInCU: 0x2DA, offset: 0xC5543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x200, symBinAddr: 0x88840, symSize: 0x40 }
+ - { offsetInCU: 0x2FF, offset: 0xC5568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x240, symBinAddr: 0x88880, symSize: 0x2F0 }
+ - { offsetInCU: 0x3C4, offset: 0xC562D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x700, symBinAddr: 0x88B90, symSize: 0x30 }
+ - { offsetInCU: 0x423, offset: 0xC568C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x730, symBinAddr: 0x88BC0, symSize: 0x30 }
+ - { offsetInCU: 0x480, offset: 0xC56E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfd', symObjAddr: 0x770, symBinAddr: 0x88C00, symSize: 0x40 }
+ - { offsetInCU: 0x4D1, offset: 0xC573A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfD', symObjAddr: 0x7D0, symBinAddr: 0x88C40, symSize: 0x40 }
+ - { offsetInCU: 0x5CC, offset: 0xC5835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCMa', symObjAddr: 0x600, symBinAddr: 0x88B70, symSize: 0x20 }
+ - { offsetInCU: 0x5F6, offset: 0xC585F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16HoldEventCommandCfE', symObjAddr: 0x760, symBinAddr: 0x88BF0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xC5AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7defaultACvgZ', symObjAddr: 0x0, symBinAddr: 0x88CC0, symSize: 0x40 }
+ - { offsetInCU: 0x7A, offset: 0xC5B45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7defaultACvgZ', symObjAddr: 0x0, symBinAddr: 0x88CC0, symSize: 0x40 }
+ - { offsetInCU: 0xD9, offset: 0xC5BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCACycfC', symObjAddr: 0x40, symBinAddr: 0x88D00, symSize: 0x40 }
+ - { offsetInCU: 0x10C, offset: 0xC5BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvg', symObjAddr: 0xA0, symBinAddr: 0x88D60, symSize: 0x30 }
+ - { offsetInCU: 0x128, offset: 0xC5BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvs', symObjAddr: 0xD0, symBinAddr: 0x88D90, symSize: 0x40 }
+ - { offsetInCU: 0x144, offset: 0xC5C0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC19webSocketConnectionSdvM', symObjAddr: 0x110, symBinAddr: 0x88DD0, symSize: 0x30 }
+ - { offsetInCU: 0x160, offset: 0xC5C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvg', symObjAddr: 0x140, symBinAddr: 0x88E00, symSize: 0x30 }
+ - { offsetInCU: 0x17C, offset: 0xC5C47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvs', symObjAddr: 0x170, symBinAddr: 0x88E30, symSize: 0x40 }
+ - { offsetInCU: 0x198, offset: 0xC5C63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12webSocketAckSdvM', symObjAddr: 0x1B0, symBinAddr: 0x88E70, symSize: 0x30 }
+ - { offsetInCU: 0x1B4, offset: 0xC5C7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvg', symObjAddr: 0x1E0, symBinAddr: 0x88EA0, symSize: 0x30 }
+ - { offsetInCU: 0x1D0, offset: 0xC5C9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvs', symObjAddr: 0x210, symBinAddr: 0x88ED0, symSize: 0x40 }
+ - { offsetInCU: 0x1EC, offset: 0xC5CB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvM', symObjAddr: 0x250, symBinAddr: 0x88F10, symSize: 0x30 }
+ - { offsetInCU: 0x208, offset: 0xC5CD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10apiRequestSdvM.resume.0', symObjAddr: 0x280, symBinAddr: 0x88F40, symSize: 0x10 }
+ - { offsetInCU: 0x224, offset: 0xC5CEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvg', symObjAddr: 0x290, symBinAddr: 0x88F50, symSize: 0x30 }
+ - { offsetInCU: 0x240, offset: 0xC5D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvs', symObjAddr: 0x2C0, symBinAddr: 0x88F80, symSize: 0x40 }
+ - { offsetInCU: 0x25C, offset: 0xC5D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7ringingSdvM', symObjAddr: 0x300, symBinAddr: 0x88FC0, symSize: 0x30 }
+ - { offsetInCU: 0x278, offset: 0xC5D43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvg', symObjAddr: 0x330, symBinAddr: 0x88FF0, symSize: 0x30 }
+ - { offsetInCU: 0x294, offset: 0xC5D5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvs', symObjAddr: 0x360, symBinAddr: 0x89020, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0xC5D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC10packetLostSdvM', symObjAddr: 0x3A0, symBinAddr: 0x89060, symSize: 0x30 }
+ - { offsetInCU: 0x2CC, offset: 0xC5D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvg', symObjAddr: 0x3D0, symBinAddr: 0x89090, symSize: 0x30 }
+ - { offsetInCU: 0x2E8, offset: 0xC5DB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvs', symObjAddr: 0x400, symBinAddr: 0x890C0, symSize: 0x40 }
+ - { offsetInCU: 0x304, offset: 0xC5DCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC7dialingSdvM', symObjAddr: 0x440, symBinAddr: 0x89100, symSize: 0x30 }
+ - { offsetInCU: 0x320, offset: 0xC5DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvg', symObjAddr: 0x470, symBinAddr: 0x89130, symSize: 0x30 }
+ - { offsetInCU: 0x33C, offset: 0xC5E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvs', symObjAddr: 0x4A0, symBinAddr: 0x89160, symSize: 0x40 }
+ - { offsetInCU: 0x358, offset: 0xC5E23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC16webRTCConnectingSdvM', symObjAddr: 0x4E0, symBinAddr: 0x891A0, symSize: 0x30 }
+ - { offsetInCU: 0x374, offset: 0xC5E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvg', symObjAddr: 0x510, symBinAddr: 0x891D0, symSize: 0x30 }
+ - { offsetInCU: 0x390, offset: 0xC5E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvs', symObjAddr: 0x540, symBinAddr: 0x89200, symSize: 0x40 }
+ - { offsetInCU: 0x3AC, offset: 0xC5E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC12reconnectingSdvM', symObjAddr: 0x580, symBinAddr: 0x89240, symSize: 0x30 }
+ - { offsetInCU: 0x3C8, offset: 0xC5E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCfd', symObjAddr: 0x5B0, symBinAddr: 0x89270, symSize: 0x10 }
+ - { offsetInCU: 0x3F5, offset: 0xC5EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCfD', symObjAddr: 0x5C0, symBinAddr: 0x89280, symSize: 0x20 }
+ - { offsetInCU: 0x422, offset: 0xC5EED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCACycfc', symObjAddr: 0x5E0, symBinAddr: 0x892A0, symSize: 0x30 }
+ - { offsetInCU: 0x440, offset: 0xC5F0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCMa', symObjAddr: 0x80, symBinAddr: 0x88D40, symSize: 0x20 }
+ - { offsetInCU: 0x454, offset: 0xC5F1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC2eeoiySbAC_ACtFZ', symObjAddr: 0x610, symBinAddr: 0x892D0, symSize: 0x10 }
+ - { offsetInCU: 0x477, offset: 0xC5F42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x620, symBinAddr: 0x892E0, symSize: 0x10 }
+ - { offsetInCU: 0x4A9, offset: 0xC5F74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7TimeoutC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x630, symBinAddr: 0x892F0, symSize: 0x1A0 }
+ - { offsetInCU: 0x2B, offset: 0xC6191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV_9onChangedACyxGx_yxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x899B0, symSize: 0x90 }
+ - { offsetInCU: 0x4A, offset: 0xC61B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV_9onChangedACyxGx_yxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0x899B0, symSize: 0x90 }
+ - { offsetInCU: 0x97, offset: 0xC61FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV5valuexvg', symObjAddr: 0x120, symBinAddr: 0x89AD0, symSize: 0xB0 }
+ - { offsetInCU: 0xD3, offset: 0xC6239, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV8setValueyyxF', symObjAddr: 0x1F0, symBinAddr: 0x89BA0, symSize: 0x110 }
+ - { offsetInCU: 0x137, offset: 0xC629D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV9isInitialSbvg', symObjAddr: 0x300, symBinAddr: 0x89CB0, symSize: 0xC0 }
+ - { offsetInCU: 0x175, offset: 0xC62DB, size: 0x8, addend: 0x0, symName: '_$syycSgMa', symObjAddr: 0x90, symBinAddr: 0x89A40, symSize: 0x50 }
+ - { offsetInCU: 0x189, offset: 0xC62EF, size: 0x8, addend: 0x0, symName: '_$syycMa', symObjAddr: 0xE0, symBinAddr: 0x89A90, symSize: 0x30 }
+ - { offsetInCU: 0x19D, offset: 0xC6303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMa', symObjAddr: 0x110, symBinAddr: 0x89AC0, symSize: 0x10 }
+ - { offsetInCU: 0x1B1, offset: 0xC6317, size: 0x8, addend: 0x0, symName: '_$sxlyxIsegn_SglWOe', symObjAddr: 0x1D0, symBinAddr: 0x89B80, symSize: 0x20 }
+ - { offsetInCU: 0x1C5, offset: 0xC632B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMi', symObjAddr: 0x3C0, symBinAddr: 0x89D70, symSize: 0x10 }
+ - { offsetInCU: 0x1D9, offset: 0xC633F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMr', symObjAddr: 0x3D0, symBinAddr: 0x89D80, symSize: 0x70 }
+ - { offsetInCU: 0x1ED, offset: 0xC6353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwCP', symObjAddr: 0x440, symBinAddr: 0x89DF0, symSize: 0x160 }
+ - { offsetInCU: 0x201, offset: 0xC6367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwxx', symObjAddr: 0x5A0, symBinAddr: 0x89F50, symSize: 0xF0 }
+ - { offsetInCU: 0x215, offset: 0xC637B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwcp', symObjAddr: 0x690, symBinAddr: 0x8A040, symSize: 0x120 }
+ - { offsetInCU: 0x229, offset: 0xC638F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwca', symObjAddr: 0x7B0, symBinAddr: 0x8A160, symSize: 0x1F0 }
+ - { offsetInCU: 0x23D, offset: 0xC63A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwtk', symObjAddr: 0x9A0, symBinAddr: 0x8A350, symSize: 0x110 }
+ - { offsetInCU: 0x251, offset: 0xC63B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwta', symObjAddr: 0xAB0, symBinAddr: 0x8A460, symSize: 0x1E0 }
+ - { offsetInCU: 0x265, offset: 0xC63CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwet', symObjAddr: 0xC90, symBinAddr: 0x8A640, symSize: 0x120 }
+ - { offsetInCU: 0x279, offset: 0xC63DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVwst', symObjAddr: 0xDB0, symBinAddr: 0x8A760, symSize: 0x200 }
+ - { offsetInCU: 0x28D, offset: 0xC63F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceVMa', symObjAddr: 0xFB0, symBinAddr: 0x8A960, symSize: 0x10 }
+ - { offsetInCU: 0x2A1, offset: 0xC6407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMi', symObjAddr: 0xFC0, symBinAddr: 0x8A970, symSize: 0x10 }
+ - { offsetInCU: 0x2B5, offset: 0xC641B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOMr', symObjAddr: 0xFD0, symBinAddr: 0x8A980, symSize: 0x80 }
+ - { offsetInCU: 0x2C9, offset: 0xC642F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwCP', symObjAddr: 0x1050, symBinAddr: 0x8AA00, symSize: 0x160 }
+ - { offsetInCU: 0x2DD, offset: 0xC6443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwxx', symObjAddr: 0x11B0, symBinAddr: 0x8AB60, symSize: 0xF0 }
+ - { offsetInCU: 0x2F1, offset: 0xC6457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwcp', symObjAddr: 0x12A0, symBinAddr: 0x8AC50, symSize: 0x120 }
+ - { offsetInCU: 0x305, offset: 0xC646B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwca', symObjAddr: 0x13C0, symBinAddr: 0x8AD70, symSize: 0x1F0 }
+ - { offsetInCU: 0x319, offset: 0xC647F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwtk', symObjAddr: 0x15B0, symBinAddr: 0x8AF60, symSize: 0x110 }
+ - { offsetInCU: 0x32D, offset: 0xC6493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwta', symObjAddr: 0x16C0, symBinAddr: 0x8B070, symSize: 0x1E0 }
+ - { offsetInCU: 0x341, offset: 0xC64A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwet', symObjAddr: 0x18A0, symBinAddr: 0x8B250, symSize: 0x120 }
+ - { offsetInCU: 0x355, offset: 0xC64BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwst', symObjAddr: 0x19C0, symBinAddr: 0x8B370, symSize: 0x200 }
+ - { offsetInCU: 0x369, offset: 0xC64CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwug', symObjAddr: 0x1BC0, symBinAddr: 0x8B570, symSize: 0xA0 }
+ - { offsetInCU: 0x37D, offset: 0xC64E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwup', symObjAddr: 0x1C60, symBinAddr: 0x8B610, symSize: 0x10 }
+ - { offsetInCU: 0x391, offset: 0xC64F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SetOnceV0dE5ValueOwui', symObjAddr: 0x1C70, symBinAddr: 0x8B620, symSize: 0xE0 }
+ - { offsetInCU: 0x4B, offset: 0xC6751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8wsClientAA011SBWebSocketG0Cvg', symObjAddr: 0x0, symBinAddr: 0x8B700, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xC676D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClientAA9APIClientCvg', symObjAddr: 0x10, symBinAddr: 0x8B710, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0xC6789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15connectionStateAA17SBWebSocketClientC010ConnectionG0Ovg', symObjAddr: 0x20, symBinAddr: 0x8B720, symSize: 0x20 }
+ - { offsetInCU: 0xB2, offset: 0xC67B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15sequenceManagerAA08SequenceG0Cvg', symObjAddr: 0x40, symBinAddr: 0x8B740, symSize: 0x10 }
+ - { offsetInCU: 0xC6, offset: 0xC67CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15ackTimerManagerAA03AckgH0Cvg', symObjAddr: 0x50, symBinAddr: 0x8B750, symSize: 0x10 }
+ - { offsetInCU: 0xE2, offset: 0xC67E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8receiverAA13EventReceiverCvg', symObjAddr: 0x60, symBinAddr: 0x8B760, symSize: 0x10 }
+ - { offsetInCU: 0xFE, offset: 0xC6804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC8clientIdSSvg', symObjAddr: 0x70, symBinAddr: 0x8B770, symSize: 0x20 }
+ - { offsetInCU: 0x12D, offset: 0xC6833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC15setSessionTokenyySSSgF', symObjAddr: 0x90, symBinAddr: 0x8B790, symSize: 0x70 }
+ - { offsetInCU: 0x16C, offset: 0xC6872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10setTimeoutyyAA0G0CF', symObjAddr: 0x100, symBinAddr: 0x8B800, symSize: 0x40 }
+ - { offsetInCU: 0x1AB, offset: 0xC68B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC5clearyyF', symObjAddr: 0x140, symBinAddr: 0x8B840, symSize: 0x30 }
+ - { offsetInCU: 0x1DA, offset: 0xC68E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2VtcfC', symObjAddr: 0x170, symBinAddr: 0x8B870, symSize: 0x80 }
+ - { offsetInCU: 0x1F8, offset: 0xC68FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC9apiClient02wsG08receiver15sequenceManager08ackTimerK05appId0F4Host0hP0AcA9APIClientC_AA011SBWebSocketG0CAA13EventReceiverCAA08SequenceK0CAA03AckmK0CSSSgA2Vtcfc', symObjAddr: 0x1F0, symBinAddr: 0x8B8F0, symSize: 0x790 }
+ - { offsetInCU: 0x458, offset: 0xC6B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC4send7command17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0x9B0, symBinAddr: 0x8C0B0, symSize: 0x3B0 }
+ - { offsetInCU: 0x4F1, offset: 0xC6BF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtF', symObjAddr: 0xD60, symBinAddr: 0x8C460, symSize: 0x4E0 }
+ - { offsetInCU: 0x6F1, offset: 0xC6DF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU_', symObjAddr: 0x1240, symBinAddr: 0x8C940, symSize: 0x80 }
+ - { offsetInCU: 0x73C, offset: 0xC6E42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU0_', symObjAddr: 0x12C0, symBinAddr: 0x8C9C0, symSize: 0xA0 }
+ - { offsetInCU: 0x797, offset: 0xC6E9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x1360, symBinAddr: 0x8CA60, symSize: 0x220 }
+ - { offsetInCU: 0x92B, offset: 0xC7031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA0D12ListResponseCGcfU_', symObjAddr: 0x1580, symBinAddr: 0x8CC80, symSize: 0xC90 }
+ - { offsetInCU: 0x1486, offset: 0xC7B8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCfd', symObjAddr: 0x2210, symBinAddr: 0x8D910, symSize: 0x40 }
+ - { offsetInCU: 0x14C1, offset: 0xC7BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCfD', symObjAddr: 0x2250, symBinAddr: 0x8D950, symSize: 0x50 }
+ - { offsetInCU: 0x1513, offset: 0xC7C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15sequenceManagerAA08SequenceH0CvgTW', symObjAddr: 0x22A0, symBinAddr: 0x8D9A0, symSize: 0x10 }
+ - { offsetInCU: 0x1545, offset: 0xC7C4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15connectionStateAA17SBWebSocketClientC010ConnectionH0OvgTW', symObjAddr: 0x22B0, symBinAddr: 0x8D9B0, symSize: 0x10 }
+ - { offsetInCU: 0x1561, offset: 0xC7C67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP15setSessionTokenyySSSgFTW', symObjAddr: 0x22C0, symBinAddr: 0x8D9C0, symSize: 0x20 }
+ - { offsetInCU: 0x157D, offset: 0xC7C83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP5clearyyFTW', symObjAddr: 0x22E0, symBinAddr: 0x8D9E0, symSize: 0x10 }
+ - { offsetInCU: 0x1599, offset: 0xC7C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP10setTimeoutyyAA0H0CFTW', symObjAddr: 0x22F0, symBinAddr: 0x8D9F0, symSize: 0x20 }
+ - { offsetInCU: 0x15B5, offset: 0xC7CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP4send7command17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x2310, symBinAddr: 0x8DA10, symSize: 0x20 }
+ - { offsetInCU: 0x15D1, offset: 0xC7CD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA0D6SenderA2aDP16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0x2330, symBinAddr: 0x8DA30, symSize: 0x20 }
+ - { offsetInCU: 0x15ED, offset: 0xC7CF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCAA23SequenceManagerDelegateA2aDP10didReceive7manager7command10completionyAA0fG0C_AA0D0_pyAA0F0C6ResultOcSgtFTW', symObjAddr: 0x2350, symBinAddr: 0x8DA50, symSize: 0x20 }
+ - { offsetInCU: 0x1705, offset: 0xC7E0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdACSS_tcfC', symObjAddr: 0x980, symBinAddr: 0x8C080, symSize: 0x30 }
+ - { offsetInCU: 0x1742, offset: 0xC7E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdSSvg', symObjAddr: 0x2370, symBinAddr: 0x8DA70, symSize: 0x30 }
+ - { offsetInCU: 0x175E, offset: 0xC7E64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryC5appIdACSS_tcfc', symObjAddr: 0x23A0, symBinAddr: 0x8DAA0, symSize: 0x20 }
+ - { offsetInCU: 0x1785, offset: 0xC7E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCfd', symObjAddr: 0x26B0, symBinAddr: 0x8DD70, symSize: 0x20 }
+ - { offsetInCU: 0x17A2, offset: 0xC7EA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCfD', symObjAddr: 0x26D0, symBinAddr: 0x8DD90, symSize: 0x20 }
+ - { offsetInCU: 0x1C8B, offset: 0xC8391, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14HostURLFactoryCMa', symObjAddr: 0x2690, symBinAddr: 0x8DD50, symSize: 0x20 }
+ - { offsetInCU: 0x1D06, offset: 0xC840C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_AA0D6RouterC_AA0D11ListRequestVTg5', symObjAddr: 0x26F0, symBinAddr: 0x8DDB0, symSize: 0x90 }
+ - { offsetInCU: 0x1D54, offset: 0xC845A, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0x27B0, symBinAddr: 0x8DE40, symSize: 0x30 }
+ - { offsetInCU: 0x1D68, offset: 0xC846E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOWOh', symObjAddr: 0x28A0, symBinAddr: 0x8DE70, symSize: 0x30 }
+ - { offsetInCU: 0x1D7C, offset: 0xC8482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11Respondable_pWOb', symObjAddr: 0x28D0, symBinAddr: 0x8DEA0, symSize: 0x20 }
+ - { offsetInCU: 0x1D90, offset: 0xC8496, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU0_TA', symObjAddr: 0x29B0, symBinAddr: 0x8DF50, symSize: 0x20 }
+ - { offsetInCU: 0x1DA4, offset: 0xC84AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC10didReceive7manager7command10completionyAA15SequenceManagerC_AA0D0_pyAA0K0C6ResultOcSgtFySbcfU_TA', symObjAddr: 0x2A00, symBinAddr: 0x8DFA0, symSize: 0x20 }
+ - { offsetInCU: 0x1DB8, offset: 0xC84BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterC16retrieveCommands4with17completionHandlerySaySSG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA0D12ListResponseCGcfU_TA', symObjAddr: 0x2AE0, symBinAddr: 0x8E010, symSize: 0x20 }
+ - { offsetInCU: 0x1DD7, offset: 0xC84DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGIegg_AFIegn_TRTA', symObjAddr: 0x2B20, symBinAddr: 0x8E050, symSize: 0x30 }
+ - { offsetInCU: 0x1E0B, offset: 0xC8511, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_AA0D6RouterC_AA0D11ListRequestVTG5TA', symObjAddr: 0x2B80, symBinAddr: 0x8E0B0, symSize: 0x20 }
+ - { offsetInCU: 0x1E34, offset: 0xC853A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAcA10ResultableAAWl', symObjAddr: 0x2BF0, symBinAddr: 0x8E0D0, symSize: 0x30 }
+ - { offsetInCU: 0x1E48, offset: 0xC854E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandRouterCMa', symObjAddr: 0x2C20, symBinAddr: 0x8E100, symSize: 0x20 }
+ - { offsetInCU: 0x1E5C, offset: 0xC8562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGWOe', symObjAddr: 0x2D90, symBinAddr: 0x8E270, symSize: 0x20 }
+ - { offsetInCU: 0x1E70, offset: 0xC8576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA19CommandListResponseCGWOy', symObjAddr: 0x2DB0, symBinAddr: 0x8E290, symSize: 0x20 }
+ - { offsetInCU: 0x1E84, offset: 0xC858A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOWOh', symObjAddr: 0x2DD0, symBinAddr: 0x8E2B0, symSize: 0x30 }
+ - { offsetInCU: 0x1E98, offset: 0xC859E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pSgWOb', symObjAddr: 0x2E00, symBinAddr: 0x8E2E0, symSize: 0x40 }
+ - { offsetInCU: 0x1EAC, offset: 0xC85B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pSgWOc', symObjAddr: 0x2E40, symBinAddr: 0x8E320, symSize: 0x31 }
+ - { offsetInCU: 0x4B, offset: 0xC8C2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x8E360, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0xC8C41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0x10, symBinAddr: 0x8E370, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0xC8C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x40, symBinAddr: 0x8E3A0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0xC8C79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x8E3E0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0xC8C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x8E410, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0xC8CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x8E420, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0xC8CD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x8E460, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0xC8DC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x570, symBinAddr: 0x8E760, symSize: 0xF0 }
+ - { offsetInCU: 0x27E, offset: 0xC8E60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x660, symBinAddr: 0x8E850, symSize: 0xC0 }
+ - { offsetInCU: 0x355, offset: 0xC8F37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x720, symBinAddr: 0x8E910, symSize: 0x30 }
+ - { offsetInCU: 0x3B4, offset: 0xC8F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x8E940, symSize: 0x30 }
+ - { offsetInCU: 0x411, offset: 0xC8FF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfd', symObjAddr: 0x790, symBinAddr: 0x8E980, symSize: 0x40 }
+ - { offsetInCU: 0x462, offset: 0xC9044, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfD', symObjAddr: 0x7F0, symBinAddr: 0x8E9C0, symSize: 0x40 }
+ - { offsetInCU: 0x4BB, offset: 0xC909D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x830, symBinAddr: 0x8EA00, symSize: 0x50 }
+ - { offsetInCU: 0x4D7, offset: 0xC90B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvgTW', symObjAddr: 0x890, symBinAddr: 0x8EA60, symSize: 0x20 }
+ - { offsetInCU: 0x4F3, offset: 0xC90D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x8EA80, symSize: 0x20 }
+ - { offsetInCU: 0x50F, offset: 0xC90F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x8D0, symBinAddr: 0x8EAA0, symSize: 0x50 }
+ - { offsetInCU: 0x53A, offset: 0xC911C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x950, symBinAddr: 0x8EB20, symSize: 0x20 }
+ - { offsetInCU: 0x56D, offset: 0xC914F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0x8E740, symSize: 0x20 }
+ - { offsetInCU: 0x63E, offset: 0xC9220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26ConnectionLostEventCommandCfE', symObjAddr: 0x780, symBinAddr: 0x8E970, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xC94A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x8EC40, symSize: 0x80 }
+ - { offsetInCU: 0x4B, offset: 0xC94CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x8EC40, symSize: 0x80 }
+ - { offsetInCU: 0x6A, offset: 0xC94EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeO8rawValueSSvg', symObjAddr: 0xC0, symBinAddr: 0x8ECC0, symSize: 0x40 }
+ - { offsetInCU: 0xBA, offset: 0xC953C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x290, symBinAddr: 0x8EE90, symSize: 0x90 }
+ - { offsetInCU: 0xEE, offset: 0xC9570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x320, symBinAddr: 0x8EF20, symSize: 0x30 }
+ - { offsetInCU: 0x119, offset: 0xC959B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASQWb', symObjAddr: 0x180, symBinAddr: 0x8ED80, symSize: 0x10 }
+ - { offsetInCU: 0x12D, offset: 0xC95AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSQAAWl', symObjAddr: 0x190, symBinAddr: 0x8ED90, symSize: 0x30 }
+ - { offsetInCU: 0x14C, offset: 0xC95CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwet', symObjAddr: 0x400, symBinAddr: 0x8EFE0, symSize: 0x80 }
+ - { offsetInCU: 0x160, offset: 0xC95E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwst', symObjAddr: 0x480, symBinAddr: 0x8F060, symSize: 0xD0 }
+ - { offsetInCU: 0x174, offset: 0xC95F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwug', symObjAddr: 0x550, symBinAddr: 0x8F130, symSize: 0x10 }
+ - { offsetInCU: 0x188, offset: 0xC960A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwup', symObjAddr: 0x560, symBinAddr: 0x8F140, symSize: 0x10 }
+ - { offsetInCU: 0x19C, offset: 0xC961E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOwui', symObjAddr: 0x570, symBinAddr: 0x8F150, symSize: 0x10 }
+ - { offsetInCU: 0x1B0, offset: 0xC9632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOMa', symObjAddr: 0x580, symBinAddr: 0x8F160, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0xC9646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOACSYAAWl', symObjAddr: 0x590, symBinAddr: 0x8F170, symSize: 0x2E }
+ - { offsetInCU: 0x207, offset: 0xC9689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x100, symBinAddr: 0x8ED00, symSize: 0x80 }
+ - { offsetInCU: 0x2D6, offset: 0xC9758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1C0, symBinAddr: 0x8EDC0, symSize: 0x50 }
+ - { offsetInCU: 0x36C, offset: 0xC97EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x210, symBinAddr: 0x8EE10, symSize: 0x30 }
+ - { offsetInCU: 0x3BE, offset: 0xC9840, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x240, symBinAddr: 0x8EE40, symSize: 0x50 }
+ - { offsetInCU: 0x438, offset: 0xC98BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x350, symBinAddr: 0x8EF50, symSize: 0x50 }
+ - { offsetInCU: 0x45B, offset: 0xC98DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3A0, symBinAddr: 0x8EFA0, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0xC9AE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvg', symObjAddr: 0x0, symBinAddr: 0x8F1A0, symSize: 0x50 }
+ - { offsetInCU: 0x78, offset: 0xC9B15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvs', symObjAddr: 0x50, symBinAddr: 0x8F1F0, symSize: 0x50 }
+ - { offsetInCU: 0xB5, offset: 0xC9B52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10identifierSSvM', symObjAddr: 0xA0, symBinAddr: 0x8F240, symSize: 0x40 }
+ - { offsetInCU: 0xE4, offset: 0xC9B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvg', symObjAddr: 0xE0, symBinAddr: 0x8F280, symSize: 0x30 }
+ - { offsetInCU: 0x111, offset: 0xC9BAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvs', symObjAddr: 0x110, symBinAddr: 0x8F2B0, symSize: 0x40 }
+ - { offsetInCU: 0x14E, offset: 0xC9BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5limitAA6LoggerV5LevelOvM', symObjAddr: 0x150, symBinAddr: 0x8F2F0, symSize: 0x40 }
+ - { offsetInCU: 0x17D, offset: 0xC9C1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvg', symObjAddr: 0x190, symBinAddr: 0x8F330, symSize: 0x30 }
+ - { offsetInCU: 0x1AA, offset: 0xC9C47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvs', symObjAddr: 0x1C0, symBinAddr: 0x8F360, symSize: 0x40 }
+ - { offsetInCU: 0x1E7, offset: 0xC9C84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvM', symObjAddr: 0x200, symBinAddr: 0x8F3A0, symSize: 0x40 }
+ - { offsetInCU: 0x216, offset: 0xC9CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC10categoriesAA6LoggerV10CategoriesVvM.resume.0', symObjAddr: 0x240, symBinAddr: 0x8F3E0, symSize: 0x10 }
+ - { offsetInCU: 0x241, offset: 0xC9CDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvg', symObjAddr: 0x250, symBinAddr: 0x8F3F0, symSize: 0x40 }
+ - { offsetInCU: 0x26E, offset: 0xC9D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvs', symObjAddr: 0x290, symBinAddr: 0x8F430, symSize: 0x50 }
+ - { offsetInCU: 0x2AB, offset: 0xC9D48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvM', symObjAddr: 0x2E0, symBinAddr: 0x8F480, symSize: 0x40 }
+ - { offsetInCU: 0x2DA, offset: 0xC9D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfC', symObjAddr: 0x320, symBinAddr: 0x8F4C0, symSize: 0x20 }
+ - { offsetInCU: 0x2F8, offset: 0xC9D95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfc', symObjAddr: 0x340, symBinAddr: 0x8F4E0, symSize: 0xD0 }
+ - { offsetInCU: 0x325, offset: 0xC9DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCACycfcTo', symObjAddr: 0x430, symBinAddr: 0x8F5D0, symSize: 0x20 }
+ - { offsetInCU: 0x341, offset: 0xC9DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC3add8receiveryAA14SBCLogReceiver_p_tFZ', symObjAddr: 0x450, symBinAddr: 0x8F5F0, symSize: 0x10 }
+ - { offsetInCU: 0x35D, offset: 0xC9DFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC6remove8receiveryAA14SBCLogReceiver_p_tFZ', symObjAddr: 0x480, symBinAddr: 0x8F620, symSize: 0x10 }
+ - { offsetInCU: 0x379, offset: 0xC9E16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZ', symObjAddr: 0x4E0, symBinAddr: 0x8F680, symSize: 0x10 }
+ - { offsetInCU: 0x3DB, offset: 0xC9E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC14setLoggerLevelyyAC0G0OFZTo', symObjAddr: 0x4F0, symBinAddr: 0x8F690, symSize: 0x10 }
+ - { offsetInCU: 0x42B, offset: 0xC9EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCfD', symObjAddr: 0x500, symBinAddr: 0x8F6A0, symSize: 0x30 }
+ - { offsetInCU: 0x458, offset: 0xC9EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10identifierSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0x8F850, symSize: 0x20 }
+ - { offsetInCU: 0x474, offset: 0xC9F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvgTW', symObjAddr: 0x6D0, symBinAddr: 0x8F870, symSize: 0x20 }
+ - { offsetInCU: 0x490, offset: 0xC9F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvsTW', symObjAddr: 0x6F0, symBinAddr: 0x8F890, symSize: 0x20 }
+ - { offsetInCU: 0x4AC, offset: 0xC9F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP5limitAA0E0V5LevelOvMTW', symObjAddr: 0x710, symBinAddr: 0x8F8B0, symSize: 0x50 }
+ - { offsetInCU: 0x4C8, offset: 0xC9F65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvgTW', symObjAddr: 0x770, symBinAddr: 0x8F910, symSize: 0x20 }
+ - { offsetInCU: 0x4E4, offset: 0xC9F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvsTW', symObjAddr: 0x790, symBinAddr: 0x8F930, symSize: 0x20 }
+ - { offsetInCU: 0x500, offset: 0xC9F9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP10categoriesAA0E0V10CategoriesVvMTW', symObjAddr: 0x7B0, symBinAddr: 0x8F950, symSize: 0x50 }
+ - { offsetInCU: 0x51C, offset: 0xC9FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvgTW', symObjAddr: 0x810, symBinAddr: 0x8F9B0, symSize: 0x20 }
+ - { offsetInCU: 0x530, offset: 0xC9FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvsTW', symObjAddr: 0x830, symBinAddr: 0x8F9D0, symSize: 0x20 }
+ - { offsetInCU: 0x54C, offset: 0xC9FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP9receiversSayAA13WeakReferenceCyAA14SBCLogReceiver_pGGvMTW', symObjAddr: 0x850, symBinAddr: 0x8F9F0, symSize: 0x50 }
+ - { offsetInCU: 0x57E, offset: 0xCA01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC3add8receiveryAA14SBCLogReceiver_p_tFZTf4nd_n', symObjAddr: 0x9E0, symBinAddr: 0x8FB80, symSize: 0x1C0 }
+ - { offsetInCU: 0x6DB, offset: 0xCA178, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC6remove8receiveryAA14SBCLogReceiver_p_tFZTf4nd_n', symObjAddr: 0xBA0, symBinAddr: 0x8FD40, symSize: 0x140 }
+ - { offsetInCU: 0x866, offset: 0xCA303, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCMa', symObjAddr: 0x410, symBinAddr: 0x8F5B0, symSize: 0x20 }
+ - { offsetInCU: 0x895, offset: 0xCA332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelO8rawValueAESgSi_tcfC', symObjAddr: 0x8D0, symBinAddr: 0x8FA70, symSize: 0x20 }
+ - { offsetInCU: 0x8B2, offset: 0xCA34F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelO8rawValueSivg', symObjAddr: 0x8F0, symBinAddr: 0x8FA90, symSize: 0x10 }
+ - { offsetInCU: 0x8F5, offset: 0xCA392, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x9B0, symBinAddr: 0x8FB50, symSize: 0x20 }
+ - { offsetInCU: 0x926, offset: 0xCA3C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x9D0, symBinAddr: 0x8FB70, symSize: 0x10 }
+ - { offsetInCU: 0x943, offset: 0xCA3E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCfETo', symObjAddr: 0x530, symBinAddr: 0x8F6D0, symSize: 0x30 }
+ - { offsetInCU: 0x97E, offset: 0xCA41B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tF', symObjAddr: 0x560, symBinAddr: 0x8F700, symSize: 0x10 }
+ - { offsetInCU: 0x992, offset: 0xCA42F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFyyYbcfU_', symObjAddr: 0x570, symBinAddr: 0x8F710, symSize: 0x90 }
+ - { offsetInCU: 0xA21, offset: 0xCA4BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFTo', symObjAddr: 0x600, symBinAddr: 0x8F7A0, symSize: 0x50 }
+ - { offsetInCU: 0xA53, offset: 0xCA4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCfd', symObjAddr: 0x650, symBinAddr: 0x8F7F0, symSize: 0x10 }
+ - { offsetInCU: 0xA80, offset: 0xCA51D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCfD', symObjAddr: 0x660, symBinAddr: 0x8F800, symSize: 0x20 }
+ - { offsetInCU: 0xAAD, offset: 0xCA54A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCACycfC', symObjAddr: 0x680, symBinAddr: 0x8F820, symSize: 0x20 }
+ - { offsetInCU: 0xACB, offset: 0xCA568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCACycfc', symObjAddr: 0x6A0, symBinAddr: 0x8F840, symSize: 0x10 }
+ - { offsetInCU: 0xAF8, offset: 0xCA595, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFTf4nd_n', symObjAddr: 0xCE0, symBinAddr: 0x8FE80, symSize: 0x220 }
+ - { offsetInCU: 0xD44, offset: 0xCA7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASQWb', symObjAddr: 0xF00, symBinAddr: 0x900A0, symSize: 0x10 }
+ - { offsetInCU: 0xD58, offset: 0xCA7F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOAESQAAWl', symObjAddr: 0xF10, symBinAddr: 0x900B0, symSize: 0x30 }
+ - { offsetInCU: 0xD84, offset: 0xCA821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverCMa', symObjAddr: 0x1290, symBinAddr: 0x90430, symSize: 0x20 }
+ - { offsetInCU: 0xD98, offset: 0xCA835, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOMa', symObjAddr: 0x12F0, symBinAddr: 0x90490, symSize: 0x10 }
+ - { offsetInCU: 0xDAC, offset: 0xCA849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ConsoleReceiverC3log7messageySS_tFyyYbcfU_TA', symObjAddr: 0x1350, symBinAddr: 0x904C0, symSize: 0x20 }
+ - { offsetInCU: 0xDC0, offset: 0xCA85D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1370, symBinAddr: 0x904E0, symSize: 0x20 }
+ - { offsetInCU: 0xDD4, offset: 0xCA871, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1390, symBinAddr: 0x90500, symSize: 0x10 }
+ - { offsetInCU: 0xE1D, offset: 0xCA8BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x900, symBinAddr: 0x8FAA0, symSize: 0x10 }
+ - { offsetInCU: 0xEAE, offset: 0xCA94B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH9hashValueSivgTW', symObjAddr: 0x910, symBinAddr: 0x8FAB0, symSize: 0x40 }
+ - { offsetInCU: 0xF5D, offset: 0xCA9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x950, symBinAddr: 0x8FAF0, symSize: 0x20 }
+ - { offsetInCU: 0xFB0, offset: 0xCAA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerC5LevelOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x970, symBinAddr: 0x8FB10, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0xCADE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC4dial7context6params17completionHandleryAA0dE7Context_p_AA10DialParamsCyAA8SBCErrorCSgctF', symObjAddr: 0x0, symBinAddr: 0x90570, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0xCAE04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC3end7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x30, symBinAddr: 0x905A0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xCAE20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveDialACK7context23initialLocalConstraintsyAA0dE7Context_p_AA0eN0CSgtF', symObjAddr: 0x60, symBinAddr: 0x905D0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0xCAE3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC23didFailToReceiveDialACK7context5erroryAA0dE7Context_p_AA8SBCErrorCtF', symObjAddr: 0x90, symBinAddr: 0x90600, symSize: 0x30 }
+ - { offsetInCU: 0xBB, offset: 0xCAE58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCACycfc', symObjAddr: 0xC0, symBinAddr: 0x90630, symSize: 0x10 }
+ - { offsetInCU: 0xE8, offset: 0xCAE85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCfd', symObjAddr: 0xD0, symBinAddr: 0x90640, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0xCAEB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC7process7contextyAA0dE7Context_p_tF', symObjAddr: 0xE0, symBinAddr: 0x90650, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0xCAECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC10startTimeryyAA0deH12Controllable_pF', symObjAddr: 0x110, symBinAddr: 0x90680, symSize: 0x1B0 }
+ - { offsetInCU: 0x269, offset: 0xCB006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC9stopTimeryyAA0deH12Controllable_pF', symObjAddr: 0x2C0, symBinAddr: 0x90830, symSize: 0x1E0 }
+ - { offsetInCU: 0x3A5, offset: 0xCB142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC10unknownEnd7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x6B0, symBinAddr: 0x90C20, symSize: 0x30 }
+ - { offsetInCU: 0x3C1, offset: 0xCB15E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC13didReceiveEnd7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x6E0, symBinAddr: 0x90C50, symSize: 0x30 }
+ - { offsetInCU: 0x3DD, offset: 0xCB17A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveTimeout7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x710, symBinAddr: 0x90C80, symSize: 0x30 }
+ - { offsetInCU: 0x3F9, offset: 0xCB196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC18didReceiveNoAnswer7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x740, symBinAddr: 0x90CB0, symSize: 0x30 }
+ - { offsetInCU: 0x415, offset: 0xCB1B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC20didReceiveUnknownEnd7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x770, symBinAddr: 0x90CE0, symSize: 0x30 }
+ - { offsetInCU: 0x431, offset: 0xCB1CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC18didReleaseResource7contextyAA0dE7Context_p_tF', symObjAddr: 0x7A0, symBinAddr: 0x90D10, symSize: 0x30 }
+ - { offsetInCU: 0x44D, offset: 0xCB1EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC24didReceiveConnectionLost7context06directE3LogyAA0dE7Context_p_AA0deM0CtF', symObjAddr: 0x7D0, symBinAddr: 0x90D40, symSize: 0x30 }
+ - { offsetInCU: 0x469, offset: 0xCB206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC24didConnectPeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x800, symBinAddr: 0x90D70, symSize: 0x30 }
+ - { offsetInCU: 0x485, offset: 0xCB222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC34didStartReconnectingPeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x830, symBinAddr: 0x90DA0, symSize: 0x30 }
+ - { offsetInCU: 0x4A1, offset: 0xCB23E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC22didClosePeerConnection7contextyAA0dE7Context_p_tF', symObjAddr: 0x860, symBinAddr: 0x90DD0, symSize: 0x30 }
+ - { offsetInCU: 0x4BD, offset: 0xCB25A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA0dE7Context_p_AA0E11ConstraintsCAA04TurnM0CSayAA10CapabilityOGtF', symObjAddr: 0x890, symBinAddr: 0x90E00, symSize: 0x30 }
+ - { offsetInCU: 0x4D9, offset: 0xCB276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC20didOtherDeviceAccept7contextyAA0dE7Context_p_tF', symObjAddr: 0x8C0, symBinAddr: 0x90E30, symSize: 0x30 }
+ - { offsetInCU: 0x4F5, offset: 0xCB292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC17didReceiveDecline7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0x8F0, symBinAddr: 0x90E60, symSize: 0x30 }
+ - { offsetInCU: 0x511, offset: 0xCB2AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveAnswer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x920, symBinAddr: 0x90E90, symSize: 0x60 }
+ - { offsetInCU: 0x52D, offset: 0xCB2CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC14didReceiveDial7contextyAA0dE7Context_p_tF', symObjAddr: 0x980, symBinAddr: 0x90EF0, symSize: 0x30 }
+ - { offsetInCU: 0x549, offset: 0xCB2E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC6accept7context6paramsyAA0dE7Context_p_AA12AcceptParamsCtF', symObjAddr: 0x9B0, symBinAddr: 0x90F20, symSize: 0x30 }
+ - { offsetInCU: 0x565, offset: 0xCB302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC19didReceiveAcceptACK7contextyAA0dE7Context_p_tF', symObjAddr: 0x9E0, symBinAddr: 0x90F50, symSize: 0x30 }
+ - { offsetInCU: 0x581, offset: 0xCB31E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC25didFailToReceiveAcceptACK7contextyAA0dE7Context_p_tF', symObjAddr: 0xA10, symBinAddr: 0x90F80, symSize: 0x30 }
+ - { offsetInCU: 0x59D, offset: 0xCB33A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0xA40, symBinAddr: 0x90FB0, symSize: 0x60 }
+ - { offsetInCU: 0x5B9, offset: 0xCB356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateC16didReceiveCancel7context06directE3LogyAA0dE7Context_p_AA0deL0CtF', symObjAddr: 0xAA0, symBinAddr: 0x91010, symSize: 0x30 }
+ - { offsetInCU: 0x5D5, offset: 0xCB372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCfD', symObjAddr: 0xAD0, symBinAddr: 0x91040, symSize: 0x20 }
+ - { offsetInCU: 0x602, offset: 0xCB39F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCACycfC', symObjAddr: 0xAF0, symBinAddr: 0x91060, symSize: 0x20 }
+ - { offsetInCU: 0x620, offset: 0xCB3BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP7process7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xB10, symBinAddr: 0x91080, symSize: 0x20 }
+ - { offsetInCU: 0x63C, offset: 0xCB3D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP10startTimeryyAA0deI12Controllable_pFTW', symObjAddr: 0xB30, symBinAddr: 0x910A0, symSize: 0x20 }
+ - { offsetInCU: 0x658, offset: 0xCB3F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP9stopTimeryyAA0deI12Controllable_pFTW', symObjAddr: 0xB50, symBinAddr: 0x910C0, symSize: 0x20 }
+ - { offsetInCU: 0x674, offset: 0xCB411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP25didChangeLocalAudioStatus7context9isEnabledyAA0dE7Context_p_SbtFTW', symObjAddr: 0xB70, symBinAddr: 0x910E0, symSize: 0x20 }
+ - { offsetInCU: 0x690, offset: 0xCB42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP21didReceiveVideoStatus7context9isEnabledyAA0dE7Context_p_SbtFTW', symObjAddr: 0xB90, symBinAddr: 0x91100, symSize: 0x20 }
+ - { offsetInCU: 0x6AC, offset: 0xCB449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP3end7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0xBB0, symBinAddr: 0x91120, symSize: 0x20 }
+ - { offsetInCU: 0x6C8, offset: 0xCB465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP10unknownEnd7context12errorHandleryAA0dE7Context_p_yAA8SBCErrorCSgcSgtFTW', symObjAddr: 0xBD0, symBinAddr: 0x91140, symSize: 0x20 }
+ - { offsetInCU: 0x6E4, offset: 0xCB481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP13didReceiveEnd7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xBF0, symBinAddr: 0x91160, symSize: 0x20 }
+ - { offsetInCU: 0x700, offset: 0xCB49D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP17didReceiveTimeout7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xC10, symBinAddr: 0x91180, symSize: 0x20 }
+ - { offsetInCU: 0x71C, offset: 0xCB4B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP18didReceiveNoAnswer7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xC30, symBinAddr: 0x911A0, symSize: 0x20 }
+ - { offsetInCU: 0x738, offset: 0xCB4D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP20didReceiveUnknownEnd7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xC50, symBinAddr: 0x911C0, symSize: 0x20 }
+ - { offsetInCU: 0x754, offset: 0xCB4F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP18didReleaseResource7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xC70, symBinAddr: 0x911E0, symSize: 0x20 }
+ - { offsetInCU: 0x770, offset: 0xCB50D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP24didReceiveConnectionLost7context06directE3LogyAA0dE7Context_p_AA0deN0CtFTW', symObjAddr: 0xC90, symBinAddr: 0x91200, symSize: 0x20 }
+ - { offsetInCU: 0x78C, offset: 0xCB529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP24didConnectPeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCB0, symBinAddr: 0x91220, symSize: 0x20 }
+ - { offsetInCU: 0x7A8, offset: 0xCB545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP34didStartReconnectingPeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCD0, symBinAddr: 0x91240, symSize: 0x20 }
+ - { offsetInCU: 0x7C4, offset: 0xCB561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CommonF0A2aDP22didClosePeerConnection7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xCF0, symBinAddr: 0x91260, symSize: 0x20 }
+ - { offsetInCU: 0x7E0, offset: 0xCB57D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP14didReceiveDial7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xD10, symBinAddr: 0x91280, symSize: 0x20 }
+ - { offsetInCU: 0x7FC, offset: 0xCB599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP6accept7context6paramsyAA0dE7Context_p_AA12AcceptParamsCtFTW', symObjAddr: 0xD30, symBinAddr: 0x912A0, symSize: 0x20 }
+ - { offsetInCU: 0x818, offset: 0xCB5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP19didReceiveAcceptACK7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xD50, symBinAddr: 0x912C0, symSize: 0x20 }
+ - { offsetInCU: 0x834, offset: 0xCB5D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP25didFailToReceiveAcceptACK7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xD70, symBinAddr: 0x912E0, symSize: 0x20 }
+ - { offsetInCU: 0x850, offset: 0xCB5ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP15didReceiveOffer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtFTW', symObjAddr: 0xD90, symBinAddr: 0x91300, symSize: 0x20 }
+ - { offsetInCU: 0x86C, offset: 0xCB609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CalleeF0A2aDP16didReceiveCancel7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xDB0, symBinAddr: 0x91320, symSize: 0x20 }
+ - { offsetInCU: 0x888, offset: 0xCB625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP4dial7context6params17completionHandleryAA0dE7Context_p_AA10DialParamsCyAA8SBCErrorCSgctFTW', symObjAddr: 0xDD0, symBinAddr: 0x91340, symSize: 0x20 }
+ - { offsetInCU: 0x8A4, offset: 0xCB641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP17didReceiveDialACK7context23initialLocalConstraintsyAA0dE7Context_p_AA0eO0CSgtFTW', symObjAddr: 0xDF0, symBinAddr: 0x91360, symSize: 0x20 }
+ - { offsetInCU: 0x8C0, offset: 0xCB65D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP23didFailToReceiveDialACK7context5erroryAA0dE7Context_p_AA8SBCErrorCtFTW', symObjAddr: 0xE10, symBinAddr: 0x91380, symSize: 0x20 }
+ - { offsetInCU: 0x8DC, offset: 0xCB679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA0dE7Context_p_AA0E11ConstraintsCAA04TurnN0CSayAA10CapabilityOGtFTW', symObjAddr: 0xE30, symBinAddr: 0x913A0, symSize: 0x20 }
+ - { offsetInCU: 0x8F8, offset: 0xCB695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP20didOtherDeviceAccept7contextyAA0dE7Context_p_tFTW', symObjAddr: 0xE50, symBinAddr: 0x913C0, symSize: 0x20 }
+ - { offsetInCU: 0x914, offset: 0xCB6B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP17didReceiveDecline7context06directE3LogyAA0dE7Context_p_AA0deM0CtFTW', symObjAddr: 0xE70, symBinAddr: 0x913E0, symSize: 0x20 }
+ - { offsetInCU: 0x930, offset: 0xCB6CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCAA0de6CallerF0A2aDP16didReceiveAnswer7context3sdp16peerConnectionIdyAA0dE7Context_p_So21RTCSessionDescriptionCSgSSSgtFTW', symObjAddr: 0xE90, symBinAddr: 0x91400, symSize: 0x20 }
+ - { offsetInCU: 0x9F3, offset: 0xCB790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallStateCMa', symObjAddr: 0x1010, symBinAddr: 0x91510, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xCBA1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x0, symBinAddr: 0x92470, symSize: 0xA0 }
+ - { offsetInCU: 0xD2, offset: 0xCBAC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x0, symBinAddr: 0x92470, symSize: 0xA0 }
+ - { offsetInCU: 0x14A, offset: 0xCBB3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfc', symObjAddr: 0xA0, symBinAddr: 0x92510, symSize: 0x70 }
+ - { offsetInCU: 0x1BA, offset: 0xCBBAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfcTo', symObjAddr: 0x110, symBinAddr: 0x92580, symSize: 0xD0 }
+ - { offsetInCU: 0x25F, offset: 0xCBC54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E0, symBinAddr: 0x92650, symSize: 0x60 }
+ - { offsetInCU: 0x2AB, offset: 0xCBCA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x240, symBinAddr: 0x926B0, symSize: 0x50 }
+ - { offsetInCU: 0x2D2, offset: 0xCBCC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCfD', symObjAddr: 0x290, symBinAddr: 0x92700, symSize: 0x30 }
+ - { offsetInCU: 0x312, offset: 0xCBD07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17RemoteParticipantCMa', symObjAddr: 0x320, symBinAddr: 0x92730, symSize: 0x14 }
+ - { offsetInCU: 0x79, offset: 0xCBF75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfC', symObjAddr: 0x0, symBinAddr: 0x92750, symSize: 0x30 }
+ - { offsetInCU: 0xBE, offset: 0xCBFBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5boardAcA12SBTimerBoardC_tcfc', symObjAddr: 0x600, symBinAddr: 0x92D50, symSize: 0x10 }
+ - { offsetInCU: 0xE3, offset: 0xCBFDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCfd', symObjAddr: 0x670, symBinAddr: 0x92D80, symSize: 0x20 }
+ - { offsetInCU: 0x11E, offset: 0xCC01A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCfD', symObjAddr: 0x690, symBinAddr: 0x92DA0, symSize: 0x20 }
+ - { offsetInCU: 0x16A, offset: 0xCC066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tF', symObjAddr: 0x30, symBinAddr: 0x92780, symSize: 0x1A0 }
+ - { offsetInCU: 0x1D6, offset: 0xCC0D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tFys5Error_pSgcfU_', symObjAddr: 0xA50, symBinAddr: 0x93160, symSize: 0x320 }
+ - { offsetInCU: 0x290, offset: 0xCC18C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x1D0, symBinAddr: 0x92920, symSize: 0x70 }
+ - { offsetInCU: 0x2BC, offset: 0xCC1B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyO8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x92990, symSize: 0x20 }
+ - { offsetInCU: 0x303, offset: 0xCC1FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x3B0, symBinAddr: 0x92B00, symSize: 0x80 }
+ - { offsetInCU: 0x344, offset: 0xCC240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x430, symBinAddr: 0x92B80, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0xCC28D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO7isValidySbypSgF', symObjAddr: 0x460, symBinAddr: 0x92BB0, symSize: 0x90 }
+ - { offsetInCU: 0x41F, offset: 0xCC31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x4F0, symBinAddr: 0x92C40, symSize: 0x20 }
+ - { offsetInCU: 0x43C, offset: 0xCC338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeO8rawValueSivg', symObjAddr: 0x510, symBinAddr: 0x92C60, symSize: 0x10 }
+ - { offsetInCU: 0x47F, offset: 0xCC37B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x5D0, symBinAddr: 0x92D20, symSize: 0x20 }
+ - { offsetInCU: 0x4B0, offset: 0xCC3AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x5F0, symBinAddr: 0x92D40, symSize: 0x10 }
+ - { offsetInCU: 0x52B, offset: 0xCC427, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC13commandResult4fromAA07CommandH0OSgAA0J7FactoryV5InputO_tF', symObjAddr: 0x6B0, symBinAddr: 0x92DC0, symSize: 0x3A0 }
+ - { offsetInCU: 0x5C9, offset: 0xCC4C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC06handleD8Response4withyAA7Command_pSg_tFys5Error_pSgcfU_TA', symObjAddr: 0xDE0, symBinAddr: 0x934B0, symSize: 0x20 }
+ - { offsetInCU: 0x5DD, offset: 0xCC4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tF', symObjAddr: 0xE30, symBinAddr: 0x93500, symSize: 0x100 }
+ - { offsetInCU: 0x649, offset: 0xCC545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tFys0H0_pSgcfU_', symObjAddr: 0xF30, symBinAddr: 0x93600, symSize: 0x340 }
+ - { offsetInCU: 0x6DD, offset: 0xCC5D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlF', symObjAddr: 0x1270, symBinAddr: 0x93940, symSize: 0x330 }
+ - { offsetInCU: 0x777, offset: 0xCC673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFys0H0_pSgcfU_', symObjAddr: 0x15A0, symBinAddr: 0x93C70, symSize: 0x240 }
+ - { offsetInCU: 0x843, offset: 0xCC73F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlF', symObjAddr: 0x17E0, symBinAddr: 0x93EB0, symSize: 0x3E0 }
+ - { offsetInCU: 0x9CA, offset: 0xCC8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlFyAA7SBTimerCcfU0_', symObjAddr: 0x1BC0, symBinAddr: 0x94290, symSize: 0x1D0 }
+ - { offsetInCU: 0xAA9, offset: 0xCC9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtF', symObjAddr: 0x1D90, symBinAddr: 0x94460, symSize: 0x4E0 }
+ - { offsetInCU: 0xF83, offset: 0xCCE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFys5Error_pSgcfU0_', symObjAddr: 0x2270, symBinAddr: 0x94940, symSize: 0x4D0 }
+ - { offsetInCU: 0x1235, offset: 0xCD131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnyResultable_pWOb', symObjAddr: 0x2B70, symBinAddr: 0x95240, symSize: 0x20 }
+ - { offsetInCU: 0x1249, offset: 0xCD145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandResultOWOb', symObjAddr: 0x2C20, symBinAddr: 0x95260, symSize: 0x30 }
+ - { offsetInCU: 0x125D, offset: 0xCD159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError12errorCommandyAA0h8ResponseJ0C_tFys0H0_pSgcfU_TA', symObjAddr: 0x2CB0, symBinAddr: 0x952C0, symSize: 0x20 }
+ - { offsetInCU: 0x1271, offset: 0xCD16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC11handleError7request5error17completionHandleryx_AA8SBCErrorCSgy10ResultTypeAA10ResultablePQzSg_AJtcSgtAA11RequestableRzAaLRzlFys0H0_pSgcfU_TA', symObjAddr: 0x2D00, symBinAddr: 0x95310, symSize: 0x20 }
+ - { offsetInCU: 0x1285, offset: 0xCD181, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0x2D20, symBinAddr: 0x95330, symSize: 0x30 }
+ - { offsetInCU: 0x1299, offset: 0xCD195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgAA07RequestN0OSdtAA11RequestableRzAaJRzlFyAA7SBTimerCcfU0_TA', symObjAddr: 0x2D70, symBinAddr: 0x95380, symSize: 0x20 }
+ - { offsetInCU: 0x12AD, offset: 0xCD1A9, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x2DB0, symBinAddr: 0x953C0, symSize: 0x30 }
+ - { offsetInCU: 0x12C1, offset: 0xCD1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerC5clear4type10completionyAA11RequestTypeO_yycSgtFys5Error_pSgcfU0_TA', symObjAddr: 0x2E60, symBinAddr: 0x95420, symSize: 0x20 }
+ - { offsetInCU: 0x12D5, offset: 0xCD1D1, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOy', symObjAddr: 0x2E80, symBinAddr: 0x95440, symSize: 0x20 }
+ - { offsetInCU: 0x12E9, offset: 0xCD1E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASQWb', symObjAddr: 0x2EA0, symBinAddr: 0x95460, symSize: 0x10 }
+ - { offsetInCU: 0x12FD, offset: 0xCD1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOACSQAAWl', symObjAddr: 0x2EB0, symBinAddr: 0x95470, symSize: 0x30 }
+ - { offsetInCU: 0x1311, offset: 0xCD20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASQWb', symObjAddr: 0x2EE0, symBinAddr: 0x954A0, symSize: 0x10 }
+ - { offsetInCU: 0x1325, offset: 0xCD221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOACSQAAWl', symObjAddr: 0x2EF0, symBinAddr: 0x954B0, symSize: 0x30 }
+ - { offsetInCU: 0x1339, offset: 0xCD235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwet', symObjAddr: 0x2F40, symBinAddr: 0x954E0, symSize: 0x80 }
+ - { offsetInCU: 0x134D, offset: 0xCD249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwst', symObjAddr: 0x2FC0, symBinAddr: 0x95560, symSize: 0xD0 }
+ - { offsetInCU: 0x1361, offset: 0xCD25D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOwup', symObjAddr: 0x3090, symBinAddr: 0x95630, symSize: 0x10 }
+ - { offsetInCU: 0x1375, offset: 0xCD271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOMa', symObjAddr: 0x30A0, symBinAddr: 0x95640, symSize: 0x10 }
+ - { offsetInCU: 0x1389, offset: 0xCD285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwet', symObjAddr: 0x30B0, symBinAddr: 0x95650, symSize: 0x80 }
+ - { offsetInCU: 0x139D, offset: 0xCD299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwst', symObjAddr: 0x3130, symBinAddr: 0x956D0, symSize: 0xD0 }
+ - { offsetInCU: 0x13B1, offset: 0xCD2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwug', symObjAddr: 0x3200, symBinAddr: 0x957A0, symSize: 0x10 }
+ - { offsetInCU: 0x13C5, offset: 0xCD2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwup', symObjAddr: 0x3210, symBinAddr: 0x957B0, symSize: 0x10 }
+ - { offsetInCU: 0x13D9, offset: 0xCD2D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOwui', symObjAddr: 0x3220, symBinAddr: 0x957C0, symSize: 0x10 }
+ - { offsetInCU: 0x13ED, offset: 0xCD2E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOMa', symObjAddr: 0x3230, symBinAddr: 0x957D0, symSize: 0x10 }
+ - { offsetInCU: 0x1401, offset: 0xCD2FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15AckTimerManagerCMa', symObjAddr: 0x3240, symBinAddr: 0x957E0, symSize: 0x20 }
+ - { offsetInCU: 0x1415, offset: 0xCD311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOWOe', symObjAddr: 0x32B0, symBinAddr: 0x95830, symSize: 0x30 }
+ - { offsetInCU: 0x147E, offset: 0xCD37A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x260, symBinAddr: 0x929B0, symSize: 0x80 }
+ - { offsetInCU: 0x154D, offset: 0xCD449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x2E0, symBinAddr: 0x92A30, symSize: 0x50 }
+ - { offsetInCU: 0x15CB, offset: 0xCD4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x330, symBinAddr: 0x92A80, symSize: 0x30 }
+ - { offsetInCU: 0x161D, offset: 0xCD519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6ACKKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x360, symBinAddr: 0x92AB0, symSize: 0x50 }
+ - { offsetInCU: 0x1697, offset: 0xCD593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x520, symBinAddr: 0x92C70, symSize: 0x10 }
+ - { offsetInCU: 0x1728, offset: 0xCD624, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x530, symBinAddr: 0x92C80, symSize: 0x40 }
+ - { offsetInCU: 0x17D7, offset: 0xCD6D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x570, symBinAddr: 0x92CC0, symSize: 0x20 }
+ - { offsetInCU: 0x182A, offset: 0xCD726, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x590, symBinAddr: 0x92CE0, symSize: 0x40 }
+ - { offsetInCU: 0x19CD, offset: 0xCD8C9, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySSypSgG_s17_NativeDictionaryVySSypGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_dE248Vyxqd__Gz_x3key_q_5valuettKXEfU_SS_ypSgypTg50136$s13SendBirdCalls15AckTimerManagerC8register7request17completionHandler4type7timeoutyx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcw43AA07RequestN0OSdtAA11RequestableRzAaJRzlFypW7AUXEfU_Tf3nnpf_nTf1ncn_n', symObjAddr: 0x2740, symBinAddr: 0x94E10, symSize: 0x430 }
+ - { offsetInCU: 0x4B, offset: 0xCDE26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC5roomsSayAA0D4DataVGvg', symObjAddr: 0x0, symBinAddr: 0x958E0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0xCDE42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC9nextTokenSSSgvg', symObjAddr: 0x10, symBinAddr: 0x958F0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0xCDE5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC9prevTokenSSSgvg', symObjAddr: 0x40, symBinAddr: 0x95920, symSize: 0x30 }
+ - { offsetInCU: 0xC5, offset: 0xCDEA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x70, symBinAddr: 0x95950, symSize: 0x70 }
+ - { offsetInCU: 0x100, offset: 0xCDEDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x120, symBinAddr: 0x959C0, symSize: 0x70 }
+ - { offsetInCU: 0x143, offset: 0xCDF1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x190, symBinAddr: 0x95A30, symSize: 0x10 }
+ - { offsetInCU: 0x16A, offset: 0xCDF45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1A0, symBinAddr: 0x95A40, symSize: 0x10 }
+ - { offsetInCU: 0x191, offset: 0xCDF6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1B0, symBinAddr: 0x95A50, symSize: 0x20 }
+ - { offsetInCU: 0x1C8, offset: 0xCDFA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1D0, symBinAddr: 0x95A70, symSize: 0x20 }
+ - { offsetInCU: 0x21D, offset: 0xCDFF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x95BE0, symSize: 0x80 }
+ - { offsetInCU: 0x25E, offset: 0xCE039, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x3C0, symBinAddr: 0x95C60, symSize: 0x30 }
+ - { offsetInCU: 0x272, offset: 0xCE04D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0x95C90, symSize: 0x10 }
+ - { offsetInCU: 0x2A8, offset: 0xCE083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x400, symBinAddr: 0x95CA0, symSize: 0x80 }
+ - { offsetInCU: 0x300, offset: 0xCE0DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x480, symBinAddr: 0x95D20, symSize: 0x10 }
+ - { offsetInCU: 0x31C, offset: 0xCE0F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x95D30, symSize: 0x10 }
+ - { offsetInCU: 0x339, offset: 0xCE114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4E0, symBinAddr: 0x95D80, symSize: 0x40 }
+ - { offsetInCU: 0x35E, offset: 0xCE139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x520, symBinAddr: 0x95DC0, symSize: 0x1D0 }
+ - { offsetInCU: 0x3BA, offset: 0xCE195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCfd', symObjAddr: 0x850, symBinAddr: 0x96090, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0xCE1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCfD', symObjAddr: 0x880, symBinAddr: 0x960C0, symSize: 0x40 }
+ - { offsetInCU: 0x438, offset: 0xCE213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA80, symBinAddr: 0x962C0, symSize: 0x20 }
+ - { offsetInCU: 0x47D, offset: 0xCE258, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x720, symBinAddr: 0x95F90, symSize: 0x30 }
+ - { offsetInCU: 0x491, offset: 0xCE26C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCMa', symObjAddr: 0x750, symBinAddr: 0x95FC0, symSize: 0x20 }
+ - { offsetInCU: 0x4A5, offset: 0xCE280, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8RoomDataVGSayxGSesSeRzlWl', symObjAddr: 0x7A0, symBinAddr: 0x95FE0, symSize: 0x50 }
+ - { offsetInCU: 0x4B9, offset: 0xCE294, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls8RoomDataVGMa', symObjAddr: 0x7F0, symBinAddr: 0x96030, symSize: 0x30 }
+ - { offsetInCU: 0x4CD, offset: 0xCE2A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVACSeAAWl', symObjAddr: 0x820, symBinAddr: 0x96060, symSize: 0x30 }
+ - { offsetInCU: 0x4E1, offset: 0xCE2BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8C0, symBinAddr: 0x96100, symSize: 0x10 }
+ - { offsetInCU: 0x4F5, offset: 0xCE2D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8D0, symBinAddr: 0x96110, symSize: 0x30 }
+ - { offsetInCU: 0x509, offset: 0xCE2E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0x96140, symSize: 0x10 }
+ - { offsetInCU: 0x51D, offset: 0xCE2F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x910, symBinAddr: 0x96150, symSize: 0x30 }
+ - { offsetInCU: 0x531, offset: 0xCE30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x940, symBinAddr: 0x96180, symSize: 0x10 }
+ - { offsetInCU: 0x545, offset: 0xCE320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x950, symBinAddr: 0x96190, symSize: 0x30 }
+ - { offsetInCU: 0x559, offset: 0xCE334, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA14APIRespondableAAWI', symObjAddr: 0x980, symBinAddr: 0x961C0, symSize: 0x30 }
+ - { offsetInCU: 0x56D, offset: 0xCE348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA11RespondableAAWI', symObjAddr: 0x9B0, symBinAddr: 0x961F0, symSize: 0x40 }
+ - { offsetInCU: 0x581, offset: 0xCE35C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA0G0AAWI', symObjAddr: 0x9F0, symBinAddr: 0x96230, symSize: 0x30 }
+ - { offsetInCU: 0x595, offset: 0xCE370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA50, symBinAddr: 0x96290, symSize: 0x30 }
+ - { offsetInCU: 0x5A9, offset: 0xCE384, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwet', symObjAddr: 0xAF0, symBinAddr: 0x96310, symSize: 0x80 }
+ - { offsetInCU: 0x5BD, offset: 0xCE398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwst', symObjAddr: 0xB70, symBinAddr: 0x96390, symSize: 0xD0 }
+ - { offsetInCU: 0x5D1, offset: 0xCE3AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwug', symObjAddr: 0xC40, symBinAddr: 0x96460, symSize: 0x10 }
+ - { offsetInCU: 0x5E5, offset: 0xCE3C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwup', symObjAddr: 0xC50, symBinAddr: 0x96470, symSize: 0x10 }
+ - { offsetInCU: 0x5F9, offset: 0xCE3D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOwui', symObjAddr: 0xC60, symBinAddr: 0x96480, symSize: 0x10 }
+ - { offsetInCU: 0x60D, offset: 0xCE3E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOMa', symObjAddr: 0xC70, symBinAddr: 0x96490, symSize: 0xA }
+ - { offsetInCU: 0x656, offset: 0xCE431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1F0, symBinAddr: 0x95A90, symSize: 0x80 }
+ - { offsetInCU: 0x725, offset: 0xCE500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x270, symBinAddr: 0x95B10, symSize: 0x50 }
+ - { offsetInCU: 0x7A3, offset: 0xCE57E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2C0, symBinAddr: 0x95B60, symSize: 0x30 }
+ - { offsetInCU: 0x7F5, offset: 0xCE5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2F0, symBinAddr: 0x95B90, symSize: 0x50 }
+ - { offsetInCU: 0x851, offset: 0xCE62C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4A0, symBinAddr: 0x95D40, symSize: 0x20 }
+ - { offsetInCU: 0x86D, offset: 0xCE648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x95D60, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xCE886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10SequentialPA2A22DirectCallEventCommandCRbzrlE10identifierSSSgvg', symObjAddr: 0x0, symBinAddr: 0x964A0, symSize: 0x10 }
+ - { offsetInCU: 0x76, offset: 0xCE8BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10SequentialPA2A18DirectCallResponseCRbzrlE10identifierSSSgvg', symObjAddr: 0x10, symBinAddr: 0x964B0, symSize: 0x10 }
+ - { offsetInCU: 0xB9, offset: 0xCE900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC3seqSivg', symObjAddr: 0x20, symBinAddr: 0x964C0, symSize: 0x10 }
+ - { offsetInCU: 0xD5, offset: 0xCE91C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10identifierSSvg', symObjAddr: 0x30, symBinAddr: 0x964D0, symSize: 0x30 }
+ - { offsetInCU: 0xF1, offset: 0xCE938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC5valueAA7Command_AA10Sequentialpvg', symObjAddr: 0x60, symBinAddr: 0x96500, symSize: 0x20 }
+ - { offsetInCU: 0x10D, offset: 0xCE954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvg', symObjAddr: 0x1A0, symBinAddr: 0x96640, symSize: 0x40 }
+ - { offsetInCU: 0x129, offset: 0xCE970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvs', symObjAddr: 0x200, symBinAddr: 0x966A0, symSize: 0x50 }
+ - { offsetInCU: 0x145, offset: 0xCE98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvM', symObjAddr: 0x270, symBinAddr: 0x96710, symSize: 0x30 }
+ - { offsetInCU: 0x161, offset: 0xCE9A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0x96740, symSize: 0x10 }
+ - { offsetInCU: 0x189, offset: 0xCE9D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultO9isSuccessSbvg', symObjAddr: 0x2B0, symBinAddr: 0x96750, symSize: 0x40 }
+ - { offsetInCU: 0x1B7, offset: 0xCE9FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultO7commandAA7Command_pSgvg', symObjAddr: 0x380, symBinAddr: 0x967F0, symSize: 0x50 }
+ - { offsetInCU: 0x1E6, offset: 0xCEA2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC_10completionACSgAA7Command_p_yAC6ResultOcSgtcfC', symObjAddr: 0x3F0, symBinAddr: 0x96860, symSize: 0x40 }
+ - { offsetInCU: 0x204, offset: 0xCEA4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC_10completionACSgAA7Command_p_yAC6ResultOcSgtcfc', symObjAddr: 0x430, symBinAddr: 0x968A0, symSize: 0x210 }
+ - { offsetInCU: 0x296, offset: 0xCEADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC4hash4intoys6HasherVz_tF', symObjAddr: 0x780, symBinAddr: 0x96B80, symSize: 0x50 }
+ - { offsetInCU: 0x33E, offset: 0xCEB85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC2eeoiySbAC_ACtFZ', symObjAddr: 0x7D0, symBinAddr: 0x96BD0, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0xCEBB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC1loiySbAC_ACtFZ', symObjAddr: 0x7F0, symBinAddr: 0x96BF0, symSize: 0x20 }
+ - { offsetInCU: 0x394, offset: 0xCEBDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCfd', symObjAddr: 0x810, symBinAddr: 0x96C10, symSize: 0x30 }
+ - { offsetInCU: 0x3CF, offset: 0xCEC16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCfD', symObjAddr: 0x840, symBinAddr: 0x96C40, symSize: 0x40 }
+ - { offsetInCU: 0x421, offset: 0xCEC68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC9hashValueSivg', symObjAddr: 0x880, symBinAddr: 0x96C80, symSize: 0x40 }
+ - { offsetInCU: 0x49F, offset: 0xCECE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH9hashValueSivgTW', symObjAddr: 0x8C0, symBinAddr: 0x96CC0, symSize: 0x20 }
+ - { offsetInCU: 0x4BB, offset: 0xCED02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8E0, symBinAddr: 0x96CE0, symSize: 0x20 }
+ - { offsetInCU: 0x505, offset: 0xCED4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL1loiySbx_xtFZTW', symObjAddr: 0x990, symBinAddr: 0x96D90, symSize: 0x20 }
+ - { offsetInCU: 0x580, offset: 0xCEDC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9E0, symBinAddr: 0x96DE0, symSize: 0x20 }
+ - { offsetInCU: 0x5C6, offset: 0xCEE0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpWOc', symObjAddr: 0x80, symBinAddr: 0x96520, symSize: 0x30 }
+ - { offsetInCU: 0x5DA, offset: 0xCEE21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvpACTK', symObjAddr: 0xB0, symBinAddr: 0x96550, symSize: 0x60 }
+ - { offsetInCU: 0x5F2, offset: 0xCEE39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC10completionyAC6ResultOcSgvpACTk', symObjAddr: 0x110, symBinAddr: 0x965B0, symSize: 0x90 }
+ - { offsetInCU: 0x60A, offset: 0xCEE51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_SgWOy', symObjAddr: 0x1E0, symBinAddr: 0x96680, symSize: 0x20 }
+ - { offsetInCU: 0x61E, offset: 0xCEE65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_SgWOe', symObjAddr: 0x250, symBinAddr: 0x966F0, symSize: 0x20 }
+ - { offsetInCU: 0x639, offset: 0xCEE80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOWOc', symObjAddr: 0x2F0, symBinAddr: 0x96790, symSize: 0x60 }
+ - { offsetInCU: 0x669, offset: 0xCEEB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_pWOb', symObjAddr: 0x3D0, symBinAddr: 0x96840, symSize: 0x20 }
+ - { offsetInCU: 0x67D, offset: 0xCEEC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpSgWOh', symObjAddr: 0x6B0, symBinAddr: 0x96AB0, symSize: 0x30 }
+ - { offsetInCU: 0x691, offset: 0xCEED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCMa', symObjAddr: 0x6E0, symBinAddr: 0x96AE0, symSize: 0x20 }
+ - { offsetInCU: 0x6A5, offset: 0xCEEEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7Command_AA10SequentialpWOb', symObjAddr: 0x700, symBinAddr: 0x96B00, symSize: 0x20 }
+ - { offsetInCU: 0x6B9, offset: 0xCEF00, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_2, symObjAddr: 0x720, symBinAddr: 0x96B20, symSize: 0x30 }
+ - { offsetInCU: 0x6EE, offset: 0xCEF35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASQWb', symObjAddr: 0x900, symBinAddr: 0x96D00, symSize: 0x10 }
+ - { offsetInCU: 0x702, offset: 0xCEF49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCACSQAAWl', symObjAddr: 0x910, symBinAddr: 0x96D10, symSize: 0x30 }
+ - { offsetInCU: 0x716, offset: 0xCEF5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASQWb', symObjAddr: 0x980, symBinAddr: 0x96D80, symSize: 0x10 }
+ - { offsetInCU: 0x72A, offset: 0xCEF71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwCP', symObjAddr: 0xB20, symBinAddr: 0x96F20, symSize: 0x30 }
+ - { offsetInCU: 0x73E, offset: 0xCEF85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwxx', symObjAddr: 0xB50, symBinAddr: 0x96F50, symSize: 0x20 }
+ - { offsetInCU: 0x752, offset: 0xCEF99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwcp', symObjAddr: 0xB70, symBinAddr: 0x96F70, symSize: 0x50 }
+ - { offsetInCU: 0x766, offset: 0xCEFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwca', symObjAddr: 0xBC0, symBinAddr: 0x96FC0, symSize: 0x80 }
+ - { offsetInCU: 0x77A, offset: 0xCEFC1, size: 0x8, addend: 0x0, symName: ___swift_assign_boxed_opaque_existential_1, symObjAddr: 0xC40, symBinAddr: 0x97040, symSize: 0x130 }
+ - { offsetInCU: 0x78E, offset: 0xCEFD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwta', symObjAddr: 0xD90, symBinAddr: 0x97170, symSize: 0x40 }
+ - { offsetInCU: 0x7A2, offset: 0xCEFE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwet', symObjAddr: 0xDD0, symBinAddr: 0x971B0, symSize: 0x40 }
+ - { offsetInCU: 0x7B6, offset: 0xCEFFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwst', symObjAddr: 0xE10, symBinAddr: 0x971F0, symSize: 0x50 }
+ - { offsetInCU: 0x7CA, offset: 0xCF011, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwug', symObjAddr: 0xE60, symBinAddr: 0x97240, symSize: 0x20 }
+ - { offsetInCU: 0x7DE, offset: 0xCF025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwup', symObjAddr: 0xE80, symBinAddr: 0x97260, symSize: 0x10 }
+ - { offsetInCU: 0x7F2, offset: 0xCF039, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOwui', symObjAddr: 0xE90, symBinAddr: 0x97270, symSize: 0x30 }
+ - { offsetInCU: 0x806, offset: 0xCF04D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOMa', symObjAddr: 0xEC0, symBinAddr: 0x972A0, symSize: 0x10 }
+ - { offsetInCU: 0x825, offset: 0xCF06C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOytIegnr_AEIegn_TRTA', symObjAddr: 0xEF0, symBinAddr: 0x972D0, symSize: 0x20 }
+ - { offsetInCU: 0x859, offset: 0xCF0A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceC6ResultOIegn_AEytIegnr_TRTA', symObjAddr: 0xF10, symBinAddr: 0x972F0, symSize: 0x20 }
+ - { offsetInCU: 0x882, offset: 0xCF0C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA10SequentialA2aDP10identifierSSSgvgTW', symObjAddr: 0xF30, symBinAddr: 0x97310, symSize: 0x20 }
+ - { offsetInCU: 0x89E, offset: 0xCF0E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA10SequentialA2aDP10identifierSSSgvgTW', symObjAddr: 0xF50, symBinAddr: 0x97330, symSize: 0x20 }
+ - { offsetInCU: 0x932, offset: 0xCF179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x940, symBinAddr: 0x96D40, symSize: 0x40 }
+ - { offsetInCU: 0x978, offset: 0xCF1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x9B0, symBinAddr: 0x96DB0, symSize: 0x10 }
+ - { offsetInCU: 0x994, offset: 0xCF1DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x9C0, symBinAddr: 0x96DC0, symSize: 0x10 }
+ - { offsetInCU: 0x9B0, offset: 0xCF1F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SequenceCSLAASL1goiySbx_xtFZTW', symObjAddr: 0x9D0, symBinAddr: 0x96DD0, symSize: 0x10 }
+ - { offsetInCU: 0xB9, offset: 0xCF51F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0x974B0, symSize: 0xA0 }
+ - { offsetInCU: 0x124, offset: 0xCF58A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xA0, symBinAddr: 0x97550, symSize: 0x60 }
+ - { offsetInCU: 0x1C6, offset: 0xCF62C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionJ0CtF', symObjAddr: 0x100, symBinAddr: 0x975B0, symSize: 0x100 }
+ - { offsetInCU: 0x24D, offset: 0xCF6B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0x200, symBinAddr: 0x976B0, symSize: 0x50 }
+ - { offsetInCU: 0x2F4, offset: 0xCF75A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x250, symBinAddr: 0x97700, symSize: 0x180 }
+ - { offsetInCU: 0x474, offset: 0xCF8DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06createD07context3sdpyAA0D0C_SStF', symObjAddr: 0x3D0, symBinAddr: 0x97880, symSize: 0x1E0 }
+ - { offsetInCU: 0x4DA, offset: 0xCF940, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06updateD07context10endpointId3sdpyAA0D0C_S2StF', symObjAddr: 0x5B0, symBinAddr: 0x97A60, symSize: 0x1E0 }
+ - { offsetInCU: 0x550, offset: 0xCF9B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateC06handleD8Response7context8response5erroryAA0D0C_AA0d6AnswerH0CSgAA8SBCErrorCSgtF', symObjAddr: 0x790, symBinAddr: 0x97C40, symSize: 0xD0 }
+ - { offsetInCU: 0x63B, offset: 0xCFAA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCACycfC', symObjAddr: 0x860, symBinAddr: 0x97D10, symSize: 0x20 }
+ - { offsetInCU: 0x659, offset: 0xCFABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCACycfc', symObjAddr: 0x880, symBinAddr: 0x97D30, symSize: 0x10 }
+ - { offsetInCU: 0x686, offset: 0xCFAEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCfd', symObjAddr: 0x890, symBinAddr: 0x97D40, symSize: 0x10 }
+ - { offsetInCU: 0x6B3, offset: 0xCFB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCfD', symObjAddr: 0x8A0, symBinAddr: 0x97D50, symSize: 0x20 }
+ - { offsetInCU: 0x85F, offset: 0xCFCC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0xA10, symBinAddr: 0x97DC0, symSize: 0x30 }
+ - { offsetInCU: 0x873, offset: 0xCFCD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xA40, symBinAddr: 0x97DF0, symSize: 0x30 }
+ - { offsetInCU: 0x887, offset: 0xCFCED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0xB20, symBinAddr: 0x97ED0, symSize: 0x30 }
+ - { offsetInCU: 0x89B, offset: 0xCFD01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xB50, symBinAddr: 0x97F00, symSize: 0x30 }
+ - { offsetInCU: 0x8AF, offset: 0xCFD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointOfferingStateCMa', symObjAddr: 0xB80, symBinAddr: 0x97F30, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0xD0053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvgTo', symObjAddr: 0x0, symBinAddr: 0x98030, symSize: 0x60 }
+ - { offsetInCU: 0xA4, offset: 0xD008E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvg', symObjAddr: 0x60, symBinAddr: 0x98090, symSize: 0x50 }
+ - { offsetInCU: 0xEB, offset: 0xD00D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvsTo', symObjAddr: 0xB0, symBinAddr: 0x980E0, symSize: 0x60 }
+ - { offsetInCU: 0x130, offset: 0xD011A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvs', symObjAddr: 0x110, symBinAddr: 0x98140, symSize: 0x50 }
+ - { offsetInCU: 0x157, offset: 0xD0141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvM', symObjAddr: 0x160, symBinAddr: 0x98190, symSize: 0x40 }
+ - { offsetInCU: 0x186, offset: 0xD0170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLSSvM.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x981D0, symSize: 0x10 }
+ - { offsetInCU: 0x1DB, offset: 0xD01C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfC', symObjAddr: 0x1B0, symBinAddr: 0x981E0, symSize: 0x70 }
+ - { offsetInCU: 0x222, offset: 0xD020C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfc', symObjAddr: 0x220, symBinAddr: 0x98250, symSize: 0x60 }
+ - { offsetInCU: 0x249, offset: 0xD0233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10channelURLACSS_tcfcTo', symObjAddr: 0x2A0, symBinAddr: 0x982D0, symSize: 0x70 }
+ - { offsetInCU: 0x29A, offset: 0xD0284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x310, symBinAddr: 0x98340, symSize: 0x70 }
+ - { offsetInCU: 0x2D3, offset: 0xD02BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x3C0, symBinAddr: 0x983B0, symSize: 0x70 }
+ - { offsetInCU: 0x309, offset: 0xD02F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x430, symBinAddr: 0x98420, symSize: 0x10 }
+ - { offsetInCU: 0x330, offset: 0xD031A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x440, symBinAddr: 0x98430, symSize: 0x10 }
+ - { offsetInCU: 0x358, offset: 0xD0342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO8rawValueSSvg', symObjAddr: 0x450, symBinAddr: 0x98440, symSize: 0x10 }
+ - { offsetInCU: 0x36C, offset: 0xD0356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueSSvg', symObjAddr: 0x460, symBinAddr: 0x98450, symSize: 0x10 }
+ - { offsetInCU: 0x39E, offset: 0xD0388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0x98590, symSize: 0x70 }
+ - { offsetInCU: 0x3D2, offset: 0xD03BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x610, symBinAddr: 0x98600, symSize: 0x20 }
+ - { offsetInCU: 0x40A, offset: 0xD03F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x630, symBinAddr: 0x98620, symSize: 0x10 }
+ - { offsetInCU: 0x455, offset: 0xD043F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x640, symBinAddr: 0x98630, symSize: 0x70 }
+ - { offsetInCU: 0x4A0, offset: 0xD048A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x6B0, symBinAddr: 0x986A0, symSize: 0x10 }
+ - { offsetInCU: 0x4BC, offset: 0xD04A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x6C0, symBinAddr: 0x986B0, symSize: 0x10 }
+ - { offsetInCU: 0x4D8, offset: 0xD04C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0xAE0, symBinAddr: 0x98AD0, symSize: 0x20 }
+ - { offsetInCU: 0x4F5, offset: 0xD04DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfC', symObjAddr: 0x710, symBinAddr: 0x98700, symSize: 0x20 }
+ - { offsetInCU: 0x513, offset: 0xD04FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfc', symObjAddr: 0x730, symBinAddr: 0x98720, symSize: 0x30 }
+ - { offsetInCU: 0x576, offset: 0xD0560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCACycfcTo', symObjAddr: 0x760, symBinAddr: 0x98750, symSize: 0x30 }
+ - { offsetInCU: 0x5DD, offset: 0xD05C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCfD', symObjAddr: 0x790, symBinAddr: 0x98780, symSize: 0x30 }
+ - { offsetInCU: 0x60A, offset: 0xD05F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x7E0, symBinAddr: 0x987D0, symSize: 0xE0 }
+ - { offsetInCU: 0x649, offset: 0xD0633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x8C0, symBinAddr: 0x988B0, symSize: 0x40 }
+ - { offsetInCU: 0x66C, offset: 0xD0656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x900, symBinAddr: 0x988F0, symSize: 0x190 }
+ - { offsetInCU: 0x69D, offset: 0xD0687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA90, symBinAddr: 0x98A80, symSize: 0x20 }
+ - { offsetInCU: 0x6C0, offset: 0xD06AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xAB0, symBinAddr: 0x98AA0, symSize: 0x30 }
+ - { offsetInCU: 0x6E4, offset: 0xD06CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCMa', symObjAddr: 0x280, symBinAddr: 0x982B0, symSize: 0x20 }
+ - { offsetInCU: 0x72F, offset: 0xD0719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCfETo', symObjAddr: 0x7C0, symBinAddr: 0x987B0, symSize: 0x20 }
+ - { offsetInCU: 0x75E, offset: 0xD0748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xB30, symBinAddr: 0x98AF0, symSize: 0x30 }
+ - { offsetInCU: 0x772, offset: 0xD075C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASQWb', symObjAddr: 0xB90, symBinAddr: 0x98B20, symSize: 0x10 }
+ - { offsetInCU: 0x786, offset: 0xD0770, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAESQAAWl', symObjAddr: 0xBA0, symBinAddr: 0x98B30, symSize: 0x30 }
+ - { offsetInCU: 0x79A, offset: 0xD0784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBD0, symBinAddr: 0x98B60, symSize: 0x10 }
+ - { offsetInCU: 0x7AE, offset: 0xD0798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBE0, symBinAddr: 0x98B70, symSize: 0x30 }
+ - { offsetInCU: 0x7C2, offset: 0xD07AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC10, symBinAddr: 0x98BA0, symSize: 0x10 }
+ - { offsetInCU: 0x7D6, offset: 0xD07C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xC20, symBinAddr: 0x98BB0, symSize: 0x30 }
+ - { offsetInCU: 0x7EA, offset: 0xD07D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwet', symObjAddr: 0xDB0, symBinAddr: 0x98D20, symSize: 0x50 }
+ - { offsetInCU: 0x7FE, offset: 0xD07E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwst', symObjAddr: 0xE00, symBinAddr: 0x98D70, symSize: 0xA0 }
+ - { offsetInCU: 0x812, offset: 0xD07FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwug', symObjAddr: 0xEA0, symBinAddr: 0x98E10, symSize: 0x10 }
+ - { offsetInCU: 0x826, offset: 0xD0810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwup', symObjAddr: 0xEB0, symBinAddr: 0x98E20, symSize: 0x10 }
+ - { offsetInCU: 0x83A, offset: 0xD0824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOwui', symObjAddr: 0xEC0, symBinAddr: 0x98E30, symSize: 0x10 }
+ - { offsetInCU: 0x84E, offset: 0xD0838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOMa', symObjAddr: 0xED0, symBinAddr: 0x98E40, symSize: 0xA }
+ - { offsetInCU: 0x897, offset: 0xD0881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x470, symBinAddr: 0x98460, symSize: 0x70 }
+ - { offsetInCU: 0x97B, offset: 0xD0965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x4E0, symBinAddr: 0x984D0, symSize: 0x50 }
+ - { offsetInCU: 0xA26, offset: 0xD0A10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x530, symBinAddr: 0x98520, symSize: 0x30 }
+ - { offsetInCU: 0xA8D, offset: 0xD0A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x560, symBinAddr: 0x98550, symSize: 0x40 }
+ - { offsetInCU: 0xB16, offset: 0xD0B00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6D0, symBinAddr: 0x986C0, symSize: 0x20 }
+ - { offsetInCU: 0xB32, offset: 0xD0B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6F0, symBinAddr: 0x986E0, symSize: 0x20 }
+ - { offsetInCU: 0x43, offset: 0xD0D40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallContextPAAE4callAA0dE0CSgvg', symObjAddr: 0x0, symBinAddr: 0x98E50, symSize: 0x60 }
+ - { offsetInCU: 0x80, offset: 0xD0D7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallContextPAAE13timeoutReasonAA14TimeoutRequestV0H0Ovg', symObjAddr: 0x60, symBinAddr: 0x98EB0, symSize: 0xE0 }
+ - { offsetInCU: 0xBF, offset: 0xD0DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x140, symBinAddr: 0x98F90, symSize: 0x80 }
+ - { offsetInCU: 0x10F, offset: 0xD0E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_', symObjAddr: 0x6300, symBinAddr: 0x9F150, symSize: 0x60 }
+ - { offsetInCU: 0x179, offset: 0xD0E76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x1E0, symBinAddr: 0x99030, symSize: 0x80 }
+ - { offsetInCU: 0x1B8, offset: 0xD0EB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_', symObjAddr: 0x64B0, symBinAddr: 0x9F300, symSize: 0x50 }
+ - { offsetInCU: 0x20B, offset: 0xD0F08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSourcePA2A06DirectD0CRbzrlE06directD07contextAeA0hdE0_p_tF', symObjAddr: 0x330, symBinAddr: 0x99180, symSize: 0x20 }
+ - { offsetInCU: 0x236, offset: 0xD0F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvg', symObjAddr: 0x350, symBinAddr: 0x991A0, symSize: 0x30 }
+ - { offsetInCU: 0x252, offset: 0xD0F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvs', symObjAddr: 0x380, symBinAddr: 0x991D0, symSize: 0x50 }
+ - { offsetInCU: 0x26E, offset: 0xD0F6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvM', symObjAddr: 0x3D0, symBinAddr: 0x99220, symSize: 0x70 }
+ - { offsetInCU: 0x28A, offset: 0xD0F87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13stateObserverAA0deF10Observable_pSgvM.resume.0', symObjAddr: 0x440, symBinAddr: 0x99290, symSize: 0x70 }
+ - { offsetInCU: 0x2A6, offset: 0xD0FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x4B0, symBinAddr: 0x99300, symSize: 0x30 }
+ - { offsetInCU: 0x2C2, offset: 0xD0FBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvs', symObjAddr: 0x4E0, symBinAddr: 0x99330, symSize: 0x40 }
+ - { offsetInCU: 0x2DE, offset: 0xD0FDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvM', symObjAddr: 0x520, symBinAddr: 0x99370, symSize: 0x30 }
+ - { offsetInCU: 0x2FA, offset: 0xD0FF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14operationQueueSo17OS_dispatch_queueCvM.resume.0', symObjAddr: 0x550, symBinAddr: 0x993A0, symSize: 0x10 }
+ - { offsetInCU: 0x316, offset: 0xD1013, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvw', symObjAddr: 0x560, symBinAddr: 0x993B0, symSize: 0x260 }
+ - { offsetInCU: 0x546, offset: 0xD1243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvW', symObjAddr: 0x7C0, symBinAddr: 0x99610, symSize: 0x310 }
+ - { offsetInCU: 0x776, offset: 0xD1473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvg', symObjAddr: 0xAD0, symBinAddr: 0x99920, symSize: 0x30 }
+ - { offsetInCU: 0x792, offset: 0xD148F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0Cvs', symObjAddr: 0xB00, symBinAddr: 0x99950, symSize: 0x80 }
+ - { offsetInCU: 0x7B9, offset: 0xD14B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvM', symObjAddr: 0xB80, symBinAddr: 0x999D0, symSize: 0x60 }
+ - { offsetInCU: 0x7FF, offset: 0xD14FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5stateAA0deF0CvM.resume.0', symObjAddr: 0xBE0, symBinAddr: 0x99A30, symSize: 0xE0 }
+ - { offsetInCU: 0x83D, offset: 0xD153A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10timerBoardAA07SBTimerI0Cvg', symObjAddr: 0xCC0, symBinAddr: 0x99B10, symSize: 0x10 }
+ - { offsetInCU: 0x859, offset: 0xD1556, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvg', symObjAddr: 0xCD0, symBinAddr: 0x99B20, symSize: 0x30 }
+ - { offsetInCU: 0x875, offset: 0xD1572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvs', symObjAddr: 0xD00, symBinAddr: 0x99B50, symSize: 0x40 }
+ - { offsetInCU: 0x891, offset: 0xD158E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC7timeoutAA7TimeoutCvM', symObjAddr: 0xD40, symBinAddr: 0x99B90, symSize: 0x30 }
+ - { offsetInCU: 0x8AD, offset: 0xD15AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvg', symObjAddr: 0xD70, symBinAddr: 0x99BC0, symSize: 0x30 }
+ - { offsetInCU: 0x8C9, offset: 0xD15C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvs', symObjAddr: 0xDA0, symBinAddr: 0x99BF0, symSize: 0x50 }
+ - { offsetInCU: 0x8E5, offset: 0xD15E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvM', symObjAddr: 0xDF0, symBinAddr: 0x99C40, symSize: 0x70 }
+ - { offsetInCU: 0x901, offset: 0xD15FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10dataSourceAA0e11ContextDataI0_pSgvM.resume.0', symObjAddr: 0xE60, symBinAddr: 0x99CB0, symSize: 0x70 }
+ - { offsetInCU: 0x92C, offset: 0xD1629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfC', symObjAddr: 0xED0, symBinAddr: 0x99D20, symSize: 0x70 }
+ - { offsetInCU: 0x960, offset: 0xD165D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfc', symObjAddr: 0xF40, symBinAddr: 0x99D90, symSize: 0x40 }
+ - { offsetInCU: 0x974, offset: 0xD1671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC11descriptionSSvg', symObjAddr: 0xF80, symBinAddr: 0x99DD0, symSize: 0x70 }
+ - { offsetInCU: 0x9B6, offset: 0xD16B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC2eeoiySbAE_AEtFZ', symObjAddr: 0xFF0, symBinAddr: 0x99E40, symSize: 0x50 }
+ - { offsetInCU: 0x9E5, offset: 0xD16E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13performAction17completionHandleryyyc_tF', symObjAddr: 0x1040, symBinAddr: 0x99E90, symSize: 0x1D0 }
+ - { offsetInCU: 0xA60, offset: 0xD175D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCfd', symObjAddr: 0x1210, symBinAddr: 0x9A060, symSize: 0x40 }
+ - { offsetInCU: 0xA9B, offset: 0xD1798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCfD', symObjAddr: 0x1250, symBinAddr: 0x9A0A0, symSize: 0x50 }
+ - { offsetInCU: 0xADE, offset: 0xD17DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP5stateAA0deF0CvgTW', symObjAddr: 0x12A0, symBinAddr: 0x9A0F0, symSize: 0x10 }
+ - { offsetInCU: 0xAFA, offset: 0xD17F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP10dataSourceAA0eh4DataJ0_pSgvgTW', symObjAddr: 0x12B0, symBinAddr: 0x9A100, symSize: 0x10 }
+ - { offsetInCU: 0xB1D, offset: 0xD181A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1720, symBinAddr: 0x9A570, symSize: 0x20 }
+ - { offsetInCU: 0xB67, offset: 0xD1864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1740, symBinAddr: 0x9A590, symSize: 0x50 }
+ - { offsetInCU: 0xBA6, offset: 0xD18A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP7timeoutAA7TimeoutCvgTW', symObjAddr: 0x1790, symBinAddr: 0x9A5E0, symSize: 0x20 }
+ - { offsetInCU: 0xBD1, offset: 0xD18CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5state10dataSource7timeoutAeA0deF0C_AA0e11ContextDataJ0_pSgAA7TimeoutCtcfcTf4gggn_n', symObjAddr: 0x6A10, symBinAddr: 0x9F840, symSize: 0x330 }
+ - { offsetInCU: 0xDF5, offset: 0xD1AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP8dispatch5eventyAA0dE12EventCommandC_tFTW', symObjAddr: 0x12C0, symBinAddr: 0x9A110, symSize: 0x10 }
+ - { offsetInCU: 0xE20, offset: 0xD1B1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tF', symObjAddr: 0x12D0, symBinAddr: 0x9A120, symSize: 0x190 }
+ - { offsetInCU: 0xF2B, offset: 0xD1C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tFyycfU_', symObjAddr: 0x2120, symBinAddr: 0x9AF70, symSize: 0x220 }
+ - { offsetInCU: 0x114E, offset: 0xD1E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP8dispatch3ackyAA0dE8ResponseC_tFTW', symObjAddr: 0x1460, symBinAddr: 0x9A2B0, symSize: 0x70 }
+ - { offsetInCU: 0x118B, offset: 0xD1E88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tF', symObjAddr: 0x14D0, symBinAddr: 0x9A320, symSize: 0x70 }
+ - { offsetInCU: 0x11B1, offset: 0xD1EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_', symObjAddr: 0x5B10, symBinAddr: 0x9E960, symSize: 0x1A0 }
+ - { offsetInCU: 0x130F, offset: 0xD200C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE7ContextA2aFP06changeF02toyAA0deF0C_tFTW', symObjAddr: 0x1540, symBinAddr: 0x9A390, symSize: 0x10 }
+ - { offsetInCU: 0x132B, offset: 0xD2028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC06changeF02toyAA0deF0C_tF', symObjAddr: 0x1550, symBinAddr: 0x9A3A0, symSize: 0x1D0 }
+ - { offsetInCU: 0x14C3, offset: 0xD21C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP5start_12timeInterval7expiredyAA0deH0C8CategoryO_SdyAA0dE7Context_pctFTW', symObjAddr: 0x17B0, symBinAddr: 0x9A600, symSize: 0x20 }
+ - { offsetInCU: 0x158F, offset: 0xD228C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctF', symObjAddr: 0x17D0, symBinAddr: 0x9A620, symSize: 0x180 }
+ - { offsetInCU: 0x1652, offset: 0xD234F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_', symObjAddr: 0x1E50, symBinAddr: 0x9ACA0, symSize: 0x260 }
+ - { offsetInCU: 0x16D6, offset: 0xD23D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_yyYbcfU_', symObjAddr: 0x20B0, symBinAddr: 0x9AF00, symSize: 0x70 }
+ - { offsetInCU: 0x1729, offset: 0xD2426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCAA0dE17TimerControllableA2aFP4stopyyAA0deH0C8CategoryOFTW', symObjAddr: 0x1950, symBinAddr: 0x9A7A0, symSize: 0x20 }
+ - { offsetInCU: 0x17F5, offset: 0xD24F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4stopyyAA0dE5TimerC8CategoryOF', symObjAddr: 0x1970, symBinAddr: 0x9A7C0, symSize: 0x4E0 }
+ - { offsetInCU: 0x204A, offset: 0xD2D47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC014didReceiveDialI07commandyAA0jI12EventCommandC_tF', symObjAddr: 0x2340, symBinAddr: 0x9B190, symSize: 0x10 }
+ - { offsetInCU: 0x205E, offset: 0xD2D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveAccept7commandyAA0J12EventCommandC_tF', symObjAddr: 0x2350, symBinAddr: 0x9B1A0, symSize: 0x1F0 }
+ - { offsetInCU: 0x22B3, offset: 0xD2FB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC15didReceiveOffer7commandyAA0J12EventCommandC_tF', symObjAddr: 0x2540, symBinAddr: 0x9B390, symSize: 0x480 }
+ - { offsetInCU: 0x2554, offset: 0xD3251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveAnswer7commandyAA0J12EventCommandC_tF', symObjAddr: 0x29C0, symBinAddr: 0x9B810, symSize: 0x5C0 }
+ - { offsetInCU: 0x2871, offset: 0xD356E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC26didReceiveTurnChangedEvent7commandyAA0jkL7CommandC_tF', symObjAddr: 0x33E0, symBinAddr: 0x9C230, symSize: 0x590 }
+ - { offsetInCU: 0x2C76, offset: 0xD3973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didOtherDeviceAccept7commandyAA0iJ20AcceptedEventCommandC_tF', symObjAddr: 0x3970, symBinAddr: 0x9C7C0, symSize: 0x10 }
+ - { offsetInCU: 0x2C8A, offset: 0xD3987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveDecline7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3980, symBinAddr: 0x9C7D0, symSize: 0x200 }
+ - { offsetInCU: 0x2E2A, offset: 0xD3B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC16didReceiveCancel7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3B80, symBinAddr: 0x9C9D0, symSize: 0x200 }
+ - { offsetInCU: 0x2FC2, offset: 0xD3CBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13didReceiveEnd7commandyAA0J12EventCommandC_tF', symObjAddr: 0x3D80, symBinAddr: 0x9CBD0, symSize: 0x200 }
+ - { offsetInCU: 0x3162, offset: 0xD3E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didReceiveUnknownEnd7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x3F80, symBinAddr: 0x9CDD0, symSize: 0x200 }
+ - { offsetInCU: 0x3302, offset: 0xD3FFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveTimeout7commandyAA0J12EventCommandC_tF', symObjAddr: 0x4180, symBinAddr: 0x9CFD0, symSize: 0x200 }
+ - { offsetInCU: 0x34A2, offset: 0xD419F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReceiveNoAnswer7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x4380, symBinAddr: 0x9D1D0, symSize: 0x200 }
+ - { offsetInCU: 0x3642, offset: 0xD433F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC24didReceiveConnectionLost7commandyAA0jK12EventCommandC_tF', symObjAddr: 0x4580, symBinAddr: 0x9D3D0, symSize: 0x200 }
+ - { offsetInCU: 0x37E2, offset: 0xD44DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14didReceiveDial7commandyAA0J12EventCommandC_tF', symObjAddr: 0x4780, symBinAddr: 0x9D5D0, symSize: 0x10 }
+ - { offsetInCU: 0x384A, offset: 0xD4547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didReceiveRemoteAudioInfo7commandyAA0K19SettingEventCommandC_tF', symObjAddr: 0x4790, symBinAddr: 0x9D5E0, symSize: 0x500 }
+ - { offsetInCU: 0x3BEC, offset: 0xD48E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didReceiveRemoteVideoInfo7commandyAA0K19SettingEventCommandC_tF', symObjAddr: 0x4C90, symBinAddr: 0x9DAE0, symSize: 0x530 }
+ - { offsetInCU: 0x3F8E, offset: 0xD4C8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC30didChangeRemoteRecordingStatus7commandyAA0kL12EventCommandC_tF', symObjAddr: 0x5560, symBinAddr: 0x9E3B0, symSize: 0x250 }
+ - { offsetInCU: 0x417C, offset: 0xD4E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC19didChangeHoldStatus7commandyAA0J12EventCommandC_tF', symObjAddr: 0x57B0, symBinAddr: 0x9E600, symSize: 0x360 }
+ - { offsetInCU: 0x441E, offset: 0xD511B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC17didReceiveDialACK8responseyAA0J8ResponseC_tF', symObjAddr: 0x5CB0, symBinAddr: 0x9EB00, symSize: 0x60 }
+ - { offsetInCU: 0x4447, offset: 0xD5144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC19didReceiveAcceptACK8responseyAA0J8ResponseC_tF', symObjAddr: 0x5D10, symBinAddr: 0x9EB60, symSize: 0x40 }
+ - { offsetInCU: 0x44E6, offset: 0xD51E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC34isRemoteRecordingStatusChangeValid7commandSbAA0jK12EventCommandC_tF', symObjAddr: 0x5F40, symBinAddr: 0x9ED90, symSize: 0x200 }
+ - { offsetInCU: 0x4648, offset: 0xD5345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didReceiveBaseEndAck7callLogyAA0deN0C_tF', symObjAddr: 0x6140, symBinAddr: 0x9EF90, symSize: 0x130 }
+ - { offsetInCU: 0x470E, offset: 0xD540B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_', symObjAddr: 0x6270, symBinAddr: 0x9F0C0, symSize: 0x50 }
+ - { offsetInCU: 0x474D, offset: 0xD544A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_', symObjAddr: 0x62C0, symBinAddr: 0x9F110, symSize: 0x40 }
+ - { offsetInCU: 0x4777, offset: 0xD5474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC4dial6params17completionHandleryAA10DialParamsC_yAA8SBCErrorCSgctFyycfU_TA', symObjAddr: 0x63A0, symBinAddr: 0x9F1F0, symSize: 0x60 }
+ - { offsetInCU: 0x47C1, offset: 0xD54BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_', symObjAddr: 0x6400, symBinAddr: 0x9F250, symSize: 0x50 }
+ - { offsetInCU: 0x47FE, offset: 0xD54FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC6accept6paramsyAA12AcceptParamsC_tFyycfU_TA', symObjAddr: 0x6460, symBinAddr: 0x9F2B0, symSize: 0x50 }
+ - { offsetInCU: 0x483C, offset: 0xD5539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC3end12errorHandleryyAA8SBCErrorCSgcSg_tFyycfU_TA', symObjAddr: 0x6530, symBinAddr: 0x9F380, symSize: 0x50 }
+ - { offsetInCU: 0x487A, offset: 0xD5577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC23didFailToReceiveDialACK5erroryAA8SBCErrorC_tFyycfU_TA', symObjAddr: 0x65E0, symBinAddr: 0x9F410, symSize: 0x50 }
+ - { offsetInCU: 0x48B8, offset: 0xD55B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC25didFailToReceiveAcceptACKyyFyycfU_TA', symObjAddr: 0x6630, symBinAddr: 0x9F460, symSize: 0x40 }
+ - { offsetInCU: 0x48EE, offset: 0xD55EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_', symObjAddr: 0x6690, symBinAddr: 0x9F4C0, symSize: 0x40 }
+ - { offsetInCU: 0x491A, offset: 0xD5617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_', symObjAddr: 0x66F0, symBinAddr: 0x9F520, symSize: 0x40 }
+ - { offsetInCU: 0x4946, offset: 0xD5643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_', symObjAddr: 0x6750, symBinAddr: 0x9F580, symSize: 0x40 }
+ - { offsetInCU: 0x4972, offset: 0xD566F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10unknownEndyyFyycfU_yAA8SBCErrorCSgcfU_', symObjAddr: 0x67F0, symBinAddr: 0x9F620, symSize: 0x170 }
+ - { offsetInCU: 0x4A20, offset: 0xD571D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_', symObjAddr: 0x6960, symBinAddr: 0x9F790, symSize: 0x40 }
+ - { offsetInCU: 0x4A4A, offset: 0xD5747, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC18didReleaseResourceyyFyycfU_TA', symObjAddr: 0x69A0, symBinAddr: 0x9F7D0, symSize: 0x40 }
+ - { offsetInCU: 0x4A98, offset: 0xD5795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA0E17ContextDataSourceA2aDP06directE07contextAcA0deF0_p_tFTW', symObjAddr: 0x69E0, symBinAddr: 0x9F810, symSize: 0x20 }
+ - { offsetInCU: 0x4ACA, offset: 0xD57C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSourcePA2A06DirectD0CRbzrlE06directD07contextAeA0hdE0_p_tFTf4dn_g', symObjAddr: 0x6A00, symBinAddr: 0x9F830, symSize: 0x10 }
+ - { offsetInCU: 0x4B03, offset: 0xD5800, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC13performAction17completionHandleryyyc_tFyyYbcfU_TA', symObjAddr: 0x6D60, symBinAddr: 0x9FB90, symSize: 0x20 }
+ - { offsetInCU: 0x4B37, offset: 0xD5834, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x6D80, symBinAddr: 0x9FBB0, symSize: 0x20 }
+ - { offsetInCU: 0x4B4B, offset: 0xD5848, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x6DA0, symBinAddr: 0x9FBD0, symSize: 0x10 }
+ - { offsetInCU: 0x4B5F, offset: 0xD585C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CallContextDataSource_pSgXwWOh', symObjAddr: 0x6E30, symBinAddr: 0x9FC20, symSize: 0x20 }
+ - { offsetInCU: 0x4B73, offset: 0xD5870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch5eventyAA0dE12EventCommandC_tFyycfU_TA', symObjAddr: 0x6E60, symBinAddr: 0x9FC50, symSize: 0x20 }
+ - { offsetInCU: 0x4B87, offset: 0xD5884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC14didReceiveDial7commandyAA0J12EventCommandC_tFTf4dn_n', symObjAddr: 0x6E80, symBinAddr: 0x9FC70, symSize: 0x1E0 }
+ - { offsetInCU: 0x4D0F, offset: 0xD5A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x7070, symBinAddr: 0x9FE60, symSize: 0x20 }
+ - { offsetInCU: 0x4D23, offset: 0xD5A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_TA', symObjAddr: 0x7120, symBinAddr: 0x9FEB0, symSize: 0x20 }
+ - { offsetInCU: 0x4D37, offset: 0xD5A34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC014didReceiveDialI07commandyAA0jI12EventCommandC_tFTf4dn_n', symObjAddr: 0x7140, symBinAddr: 0x9FED0, symSize: 0x210 }
+ - { offsetInCU: 0x4F0B, offset: 0xD5C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didOtherDeviceAccept7commandyAA0iJ20AcceptedEventCommandC_tFTf4dn_n', symObjAddr: 0x7380, symBinAddr: 0xA0110, symSize: 0x1E0 }
+ - { offsetInCU: 0x5093, offset: 0xD5D90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didUpdateCustomItems7commandyAA0ijK12EventCommandC_tFyycfU_TA', symObjAddr: 0x7590, symBinAddr: 0xA0320, symSize: 0x20 }
+ - { offsetInCU: 0x50A7, offset: 0xD5DA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC20didDeleteCustomItems7commandyAA0ijK12EventCommandC_tFyycfU_TA', symObjAddr: 0x75C0, symBinAddr: 0xA0350, symSize: 0x20 }
+ - { offsetInCU: 0x50BB, offset: 0xD5DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_TA', symObjAddr: 0x75E0, symBinAddr: 0xA0370, symSize: 0x40 }
+ - { offsetInCU: 0x50EF, offset: 0xD5DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_TA', symObjAddr: 0x7620, symBinAddr: 0xA03B0, symSize: 0x40 }
+ - { offsetInCU: 0x5123, offset: 0xD5E20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_TA', symObjAddr: 0x7660, symBinAddr: 0xA03F0, symSize: 0x40 }
+ - { offsetInCU: 0x5157, offset: 0xD5E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10unknownEndyyFyycfU_TA', symObjAddr: 0x76A0, symBinAddr: 0xA0430, symSize: 0x40 }
+ - { offsetInCU: 0x518B, offset: 0xD5E88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerCMa', symObjAddr: 0x7980, symBinAddr: 0xA0710, symSize: 0x20 }
+ - { offsetInCU: 0x519F, offset: 0xD5E9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC5start_12timeInterval7expiredyAA0dE5TimerC8CategoryO_SdyAA0dE7Context_pctFyAA7SBTimerCcfU_yyYbcfU_TA', symObjAddr: 0x7C10, symBinAddr: 0xA09A0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xD660B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0x0, symBinAddr: 0xA0AC0, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0xD6623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0x0, symBinAddr: 0xA0AC0, symSize: 0x10 }
+ - { offsetInCU: 0x62, offset: 0xD6646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0x10, symBinAddr: 0xA0AD0, symSize: 0x70 }
+ - { offsetInCU: 0x94, offset: 0xD6678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZ', symObjAddr: 0x80, symBinAddr: 0xA0B40, symSize: 0x10 }
+ - { offsetInCU: 0xB7, offset: 0xD669B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZTo', symObjAddr: 0x90, symBinAddr: 0xA0B50, symSize: 0x40 }
+ - { offsetInCU: 0xE9, offset: 0xD66CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0xD0, symBinAddr: 0xA0B90, symSize: 0x10 }
+ - { offsetInCU: 0x10C, offset: 0xD66F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0xE0, symBinAddr: 0xA0BA0, symSize: 0x80 }
+ - { offsetInCU: 0x1A8, offset: 0xD678C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10createRoom4with17completionHandleryAA0F6ParamsC_yAA0F0CSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x160, symBinAddr: 0xA0C20, symSize: 0x130 }
+ - { offsetInCU: 0x23E, offset: 0xD6822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC13getCachedRoom2byAA0G0CSgSS_tFZTf4nd_n', symObjAddr: 0x290, symBinAddr: 0xA0D50, symSize: 0x120 }
+ - { offsetInCU: 0x2C4, offset: 0xD68A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9fetchRoom2by17completionHandlerySS_yAA0F0CSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3B0, symBinAddr: 0xA0E70, symSize: 0x130 }
+ - { offsetInCU: 0x365, offset: 0xD6949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x500, symBinAddr: 0xA0FC0, symSize: 0x20 }
+ - { offsetInCU: 0xFB, offset: 0xD6CA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC7isValid4withAC16ValidationResultOSS_tF', symObjAddr: 0x0, symBinAddr: 0xA1000, symSize: 0x910 }
+ - { offsetInCU: 0xC84, offset: 0xD782D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC6callIdSSvg', symObjAddr: 0x910, symBinAddr: 0xA1910, symSize: 0x30 }
+ - { offsetInCU: 0xCA0, offset: 0xD7849, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8callTypeAC04CallG0Ovg', symObjAddr: 0x940, symBinAddr: 0xA1940, symSize: 0x10 }
+ - { offsetInCU: 0xCBC, offset: 0xD7865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8userRoleAA10DirectCallC04UserG0Ovg', symObjAddr: 0x950, symBinAddr: 0xA1950, symSize: 0x10 }
+ - { offsetInCU: 0xCD8, offset: 0xD7881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC9signalSeqSayAA0D0_pGvg', symObjAddr: 0x960, symBinAddr: 0xA1960, symSize: 0x10 }
+ - { offsetInCU: 0xCF4, offset: 0xD789D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14signalSnapshotAA06SignalG0CSgvg', symObjAddr: 0x970, symBinAddr: 0xA1970, symSize: 0x10 }
+ - { offsetInCU: 0xD10, offset: 0xD78B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14callerClientIdSSSgvg', symObjAddr: 0x980, symBinAddr: 0xA1980, symSize: 0x30 }
+ - { offsetInCU: 0xD2C, offset: 0xD78D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC14calleeClientIdSSSgvg', symObjAddr: 0x9B0, symBinAddr: 0xA19B0, symSize: 0x30 }
+ - { offsetInCU: 0xD54, offset: 0xD78FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x9E0, symBinAddr: 0xA19E0, symSize: 0x10 }
+ - { offsetInCU: 0xD77, offset: 0xD7920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x9F0, symBinAddr: 0xA19F0, symSize: 0x10 }
+ - { offsetInCU: 0xDAA, offset: 0xD7953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xA00, symBinAddr: 0xA1A00, symSize: 0x10 }
+ - { offsetInCU: 0xDD1, offset: 0xD797A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xA10, symBinAddr: 0xA1A10, symSize: 0x10 }
+ - { offsetInCU: 0xDF8, offset: 0xD79A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueSSvg', symObjAddr: 0xA20, symBinAddr: 0xA1A20, symSize: 0xC0 }
+ - { offsetInCU: 0xE31, offset: 0xD79DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAE0, symBinAddr: 0xA1AE0, symSize: 0xC0 }
+ - { offsetInCU: 0xE8A, offset: 0xD7A33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xCF0, symBinAddr: 0xA1CF0, symSize: 0x30 }
+ - { offsetInCU: 0xEBB, offset: 0xD7A64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xD20, symBinAddr: 0xA1D20, symSize: 0x30 }
+ - { offsetInCU: 0xECF, offset: 0xD7A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD50, symBinAddr: 0xA1D50, symSize: 0x10 }
+ - { offsetInCU: 0xF05, offset: 0xD7AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD60, symBinAddr: 0xA1D60, symSize: 0x20 }
+ - { offsetInCU: 0xF55, offset: 0xD7AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD80, symBinAddr: 0xA1D80, symSize: 0x10 }
+ - { offsetInCU: 0xF71, offset: 0xD7B1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD90, symBinAddr: 0xA1D90, symSize: 0x10 }
+ - { offsetInCU: 0xF8D, offset: 0xD7B36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x38A0, symBinAddr: 0xA4860, symSize: 0x70 }
+ - { offsetInCU: 0xFB9, offset: 0xD7B62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDE0, symBinAddr: 0xA1DE0, symSize: 0x40 }
+ - { offsetInCU: 0xFFE, offset: 0xD7BA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE20, symBinAddr: 0xA1E20, symSize: 0x590 }
+ - { offsetInCU: 0x130A, offset: 0xD7EB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCfd', symObjAddr: 0x13B0, symBinAddr: 0xA23B0, symSize: 0x40 }
+ - { offsetInCU: 0x1345, offset: 0xD7EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCfD', symObjAddr: 0x13F0, symBinAddr: 0xA23F0, symSize: 0x50 }
+ - { offsetInCU: 0x1388, offset: 0xD7F31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1440, symBinAddr: 0xA2440, symSize: 0x20 }
+ - { offsetInCU: 0x157D, offset: 0xD8126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC7commandAA0D0_pSgvg', symObjAddr: 0x15E0, symBinAddr: 0xA25E0, symSize: 0x20 }
+ - { offsetInCU: 0x15BF, offset: 0xD8168, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1690, symBinAddr: 0xA2690, symSize: 0x70 }
+ - { offsetInCU: 0x15F5, offset: 0xD819E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1700, symBinAddr: 0xA2700, symSize: 0x10 }
+ - { offsetInCU: 0x161C, offset: 0xD81C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1710, symBinAddr: 0xA2710, symSize: 0x10 }
+ - { offsetInCU: 0x1644, offset: 0xD81ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1720, symBinAddr: 0xA2720, symSize: 0x10 }
+ - { offsetInCU: 0x1658, offset: 0xD8201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1730, symBinAddr: 0xA2730, symSize: 0x10 }
+ - { offsetInCU: 0x167B, offset: 0xD8224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x1980, symBinAddr: 0xA2980, symSize: 0x20 }
+ - { offsetInCU: 0x16BB, offset: 0xD8264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x19A0, symBinAddr: 0xA29A0, symSize: 0x10 }
+ - { offsetInCU: 0x1706, offset: 0xD82AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x19B0, symBinAddr: 0xA29B0, symSize: 0x70 }
+ - { offsetInCU: 0x1751, offset: 0xD82FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1A20, symBinAddr: 0xA2A20, symSize: 0x10 }
+ - { offsetInCU: 0x176D, offset: 0xD8316, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1A30, symBinAddr: 0xA2A30, symSize: 0x10 }
+ - { offsetInCU: 0x1789, offset: 0xD8332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO8rawValueSSvgTf4d_n', symObjAddr: 0x3840, symBinAddr: 0xA4840, symSize: 0x20 }
+ - { offsetInCU: 0x17A5, offset: 0xD834E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x3AE0, symBinAddr: 0xA4A40, symSize: 0x20 }
+ - { offsetInCU: 0x17C2, offset: 0xD836B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A80, symBinAddr: 0xA2A80, symSize: 0x40 }
+ - { offsetInCU: 0x17E7, offset: 0xD8390, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1AC0, symBinAddr: 0xA2AC0, symSize: 0x1C0 }
+ - { offsetInCU: 0x189E, offset: 0xD8447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCfd', symObjAddr: 0x1C80, symBinAddr: 0xA2C80, symSize: 0x20 }
+ - { offsetInCU: 0x18D9, offset: 0xD8482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCfD', symObjAddr: 0x1CA0, symBinAddr: 0xA2CA0, symSize: 0x30 }
+ - { offsetInCU: 0x1924, offset: 0xD84CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1CD0, symBinAddr: 0xA2CD0, symSize: 0x20 }
+ - { offsetInCU: 0x19F2, offset: 0xD859B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeO8rawValueSSvg', symObjAddr: 0x1480, symBinAddr: 0xA2480, symSize: 0x10 }
+ - { offsetInCU: 0x1A15, offset: 0xD85BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x1530, symBinAddr: 0xA2530, symSize: 0x20 }
+ - { offsetInCU: 0x1A46, offset: 0xD85EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeO8rawValueSSvgTf4d_n', symObjAddr: 0x3820, symBinAddr: 0xA4820, symSize: 0x20 }
+ - { offsetInCU: 0x1AD0, offset: 0xD8679, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls7Command_pG_Tg504$s13fg7Calls11I51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1cn_n', symObjAddr: 0x1CF0, symBinAddr: 0xA2CF0, symSize: 0x60 }
+ - { offsetInCU: 0x1BD7, offset: 0xD8780, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1cn_n', symObjAddr: 0x1D50, symBinAddr: 0xA2D50, symSize: 0xF0 }
+ - { offsetInCU: 0x1DCD, offset: 0xD8976, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nnncn_n', symObjAddr: 0x1E40, symBinAddr: 0xA2E40, symSize: 0xAB0 }
+ - { offsetInCU: 0x21D6, offset: 0xD8D7F, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls7Command_pG_Tg504$s13ij7Calls11L51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x28F0, symBinAddr: 0xA38F0, symSize: 0x340 }
+ - { offsetInCU: 0x2380, offset: 0xD8F29, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7Command_p_Tg504$s13fg7Calls11I51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x2C30, symBinAddr: 0xA3C30, symSize: 0x2E0 }
+ - { offsetInCU: 0x2581, offset: 0xD912A, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7Command_p_Tg504$s13ef7Calls11H51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nncn_n', symObjAddr: 0x2F10, symBinAddr: 0xA3F10, symSize: 0x180 }
+ - { offsetInCU: 0x2706, offset: 0xD92AF, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls7Command_p_Tg504$s13gh7Calls11J51ListC4fromACs7Decoder_p_tKcfcSbAA0D0_p_AaF_ptXEfU0_Tf1nnnnc_n', symObjAddr: 0x3090, symBinAddr: 0xA4090, symSize: 0x790 }
+ - { offsetInCU: 0x27E9, offset: 0xD9392, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x3910, symBinAddr: 0xA48D0, symSize: 0x30 }
+ - { offsetInCU: 0x27FD, offset: 0xD93A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListCMa', symObjAddr: 0x3940, symBinAddr: 0xA4900, symSize: 0x20 }
+ - { offsetInCU: 0x2811, offset: 0xD93BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESeAAWl', symObjAddr: 0x3960, symBinAddr: 0xA4920, symSize: 0x30 }
+ - { offsetInCU: 0x2825, offset: 0xD93CE, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls16CommandTypeModelCGSayxGSesSeRzlWl', symObjAddr: 0x3990, symBinAddr: 0xA4950, symSize: 0x60 }
+ - { offsetInCU: 0x2839, offset: 0xD93E2, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls16CommandTypeModelCGMa', symObjAddr: 0x39F0, symBinAddr: 0xA49B0, symSize: 0x40 }
+ - { offsetInCU: 0x284D, offset: 0xD93F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelCMa', symObjAddr: 0x3A30, symBinAddr: 0xA49F0, symSize: 0x20 }
+ - { offsetInCU: 0x2861, offset: 0xD940A, size: 0x8, addend: 0x0, symName: ___swift_deallocate_boxed_opaque_existential_2, symObjAddr: 0x3B70, symBinAddr: 0xA4A90, symSize: 0x40 }
+ - { offsetInCU: 0x2875, offset: 0xD941E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASQWb', symObjAddr: 0x3C40, symBinAddr: 0xA4B60, symSize: 0x10 }
+ - { offsetInCU: 0x2889, offset: 0xD9432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAESQAAWl', symObjAddr: 0x3C50, symBinAddr: 0xA4B70, symSize: 0x30 }
+ - { offsetInCU: 0x289D, offset: 0xD9446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3C80, symBinAddr: 0xA4BA0, symSize: 0x10 }
+ - { offsetInCU: 0x28B1, offset: 0xD945A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3C90, symBinAddr: 0xA4BB0, symSize: 0x30 }
+ - { offsetInCU: 0x28C5, offset: 0xD946E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3CC0, symBinAddr: 0xA4BE0, symSize: 0x10 }
+ - { offsetInCU: 0x28D9, offset: 0xD9482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3CD0, symBinAddr: 0xA4BF0, symSize: 0x30 }
+ - { offsetInCU: 0x28ED, offset: 0xD9496, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSHAASQWb', symObjAddr: 0x3D00, symBinAddr: 0xA4C20, symSize: 0x10 }
+ - { offsetInCU: 0x2901, offset: 0xD94AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESQAAWl', symObjAddr: 0x3D10, symBinAddr: 0xA4C30, symSize: 0x30 }
+ - { offsetInCU: 0x2915, offset: 0xD94BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOSHAASQWb', symObjAddr: 0x3D40, symBinAddr: 0xA4C60, symSize: 0x10 }
+ - { offsetInCU: 0x2929, offset: 0xD94D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAESQAAWl', symObjAddr: 0x3D50, symBinAddr: 0xA4C70, symSize: 0x30 }
+ - { offsetInCU: 0x293D, offset: 0xD94E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3D80, symBinAddr: 0xA4CA0, symSize: 0x10 }
+ - { offsetInCU: 0x2951, offset: 0xD94FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3D90, symBinAddr: 0xA4CB0, symSize: 0x30 }
+ - { offsetInCU: 0x2965, offset: 0xD950E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3DC0, symBinAddr: 0xA4CE0, symSize: 0x10 }
+ - { offsetInCU: 0x2979, offset: 0xD9522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x3DD0, symBinAddr: 0xA4CF0, symSize: 0x30 }
+ - { offsetInCU: 0x298D, offset: 0xD9536, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwet', symObjAddr: 0x3E50, symBinAddr: 0xA4D50, symSize: 0x80 }
+ - { offsetInCU: 0x29A1, offset: 0xD954A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwst', symObjAddr: 0x3ED0, symBinAddr: 0xA4DD0, symSize: 0xD0 }
+ - { offsetInCU: 0x29B5, offset: 0xD955E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwug', symObjAddr: 0x3FA0, symBinAddr: 0xA4EA0, symSize: 0x10 }
+ - { offsetInCU: 0x29C9, offset: 0xD9572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwup', symObjAddr: 0x3FB0, symBinAddr: 0xA4EB0, symSize: 0x10 }
+ - { offsetInCU: 0x29DD, offset: 0xD9586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOwui', symObjAddr: 0x3FC0, symBinAddr: 0xA4EC0, symSize: 0x10 }
+ - { offsetInCU: 0x29F1, offset: 0xD959A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOMa', symObjAddr: 0x3FD0, symBinAddr: 0xA4ED0, symSize: 0x10 }
+ - { offsetInCU: 0x2A05, offset: 0xD95AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwug', symObjAddr: 0x4010, symBinAddr: 0xA4F00, symSize: 0x10 }
+ - { offsetInCU: 0x2A19, offset: 0xD95C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwup', symObjAddr: 0x4020, symBinAddr: 0xA4F10, symSize: 0x10 }
+ - { offsetInCU: 0x2A2D, offset: 0xD95D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOwui', symObjAddr: 0x4030, symBinAddr: 0xA4F20, symSize: 0x10 }
+ - { offsetInCU: 0x2A41, offset: 0xD95EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOMa', symObjAddr: 0x4040, symBinAddr: 0xA4F30, symSize: 0x10 }
+ - { offsetInCU: 0x2A55, offset: 0xD95FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwCP', symObjAddr: 0x4050, symBinAddr: 0xA4F40, symSize: 0x30 }
+ - { offsetInCU: 0x2A69, offset: 0xD9612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwxx', symObjAddr: 0x4080, symBinAddr: 0xA4F70, symSize: 0x20 }
+ - { offsetInCU: 0x2A7D, offset: 0xD9626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwcp', symObjAddr: 0x40A0, symBinAddr: 0xA4F90, symSize: 0x60 }
+ - { offsetInCU: 0x2A91, offset: 0xD963A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwca', symObjAddr: 0x4100, symBinAddr: 0xA4FF0, symSize: 0xB0 }
+ - { offsetInCU: 0x2AA5, offset: 0xD964E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwta', symObjAddr: 0x4300, symBinAddr: 0xA50A0, symSize: 0x40 }
+ - { offsetInCU: 0x2AB9, offset: 0xD9662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwet', symObjAddr: 0x4340, symBinAddr: 0xA50E0, symSize: 0x50 }
+ - { offsetInCU: 0x2ACD, offset: 0xD9676, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwst', symObjAddr: 0x4390, symBinAddr: 0xA5130, symSize: 0x50 }
+ - { offsetInCU: 0x2AE1, offset: 0xD968A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwug', symObjAddr: 0x43E0, symBinAddr: 0xA5180, symSize: 0x30 }
+ - { offsetInCU: 0x2AF5, offset: 0xD969E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwup', symObjAddr: 0x4410, symBinAddr: 0xA51B0, symSize: 0x10 }
+ - { offsetInCU: 0x2B09, offset: 0xD96B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOwui', symObjAddr: 0x4420, symBinAddr: 0xA51C0, symSize: 0x40 }
+ - { offsetInCU: 0x2B1D, offset: 0xD96C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC16ValidationResultOMa', symObjAddr: 0x4460, symBinAddr: 0xA5200, symSize: 0x10 }
+ - { offsetInCU: 0x2B31, offset: 0xD96DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwug', symObjAddr: 0x45B0, symBinAddr: 0xA5350, symSize: 0x10 }
+ - { offsetInCU: 0x2B45, offset: 0xD96EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwup', symObjAddr: 0x45C0, symBinAddr: 0xA5360, symSize: 0x10 }
+ - { offsetInCU: 0x2B59, offset: 0xD9702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOwui', symObjAddr: 0x45D0, symBinAddr: 0xA5370, symSize: 0x10 }
+ - { offsetInCU: 0x2B6D, offset: 0xD9716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOMa', symObjAddr: 0x45E0, symBinAddr: 0xA5380, symSize: 0x10 }
+ - { offsetInCU: 0x2B81, offset: 0xD972A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x45F0, symBinAddr: 0xA5390, symSize: 0x30 }
+ - { offsetInCU: 0x2B95, offset: 0xD973E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOAESYAAWl', symObjAddr: 0x4620, symBinAddr: 0xA53C0, symSize: 0x30 }
+ - { offsetInCU: 0x2CD8, offset: 0xD9881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBA0, symBinAddr: 0xA1BA0, symSize: 0x80 }
+ - { offsetInCU: 0x2DA7, offset: 0xD9950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xC20, symBinAddr: 0xA1C20, symSize: 0x50 }
+ - { offsetInCU: 0x2E25, offset: 0xD99CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC70, symBinAddr: 0xA1C70, symSize: 0x30 }
+ - { offsetInCU: 0x2E77, offset: 0xD9A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xCA0, symBinAddr: 0xA1CA0, symSize: 0x50 }
+ - { offsetInCU: 0x2ED3, offset: 0xD9A7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xDA0, symBinAddr: 0xA1DA0, symSize: 0x20 }
+ - { offsetInCU: 0x2EEF, offset: 0xD9A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xDC0, symBinAddr: 0xA1DC0, symSize: 0x20 }
+ - { offsetInCU: 0x2FAA, offset: 0xD9B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1550, symBinAddr: 0xA2550, symSize: 0x50 }
+ - { offsetInCU: 0x2FCD, offset: 0xD9B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CommandListC8CallTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x15A0, symBinAddr: 0xA25A0, symSize: 0x40 }
+ - { offsetInCU: 0x2FF6, offset: 0xD9B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1A40, symBinAddr: 0xA2A40, symSize: 0x20 }
+ - { offsetInCU: 0x3012, offset: 0xD9BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CommandTypeModelC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1A60, symBinAddr: 0xA2A60, symSize: 0x20 }
+ - { offsetInCU: 0x204, offset: 0xDA0A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0x0, symBinAddr: 0xA5420, symSize: 0x960 }
+ - { offsetInCU: 0x74C, offset: 0xDA5EA, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTR', symObjAddr: 0x960, symBinAddr: 0xA5D80, symSize: 0x20 }
+ - { offsetInCU: 0x778, offset: 0xDA616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorO2eeoiySbAE_AEtFZ', symObjAddr: 0x980, symBinAddr: 0xA5DA0, symSize: 0x10 }
+ - { offsetInCU: 0x7A4, offset: 0xDA642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x990, symBinAddr: 0xA5DB0, symSize: 0x20 }
+ - { offsetInCU: 0x839, offset: 0xDA6D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9C0, symBinAddr: 0xA5DE0, symSize: 0x10 }
+ - { offsetInCU: 0x897, offset: 0xDA735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9E0, symBinAddr: 0xA5E00, symSize: 0x20 }
+ - { offsetInCU: 0x912, offset: 0xDA7B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvg', symObjAddr: 0xA10, symBinAddr: 0xA5E30, symSize: 0x30 }
+ - { offsetInCU: 0x92E, offset: 0xDA7CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvs', symObjAddr: 0xA40, symBinAddr: 0xA5E60, symSize: 0x50 }
+ - { offsetInCU: 0x94A, offset: 0xDA7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvM', symObjAddr: 0xA90, symBinAddr: 0xA5EB0, symSize: 0x60 }
+ - { offsetInCU: 0x966, offset: 0xDA804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ackTimerManagerAA03AckhI0CSgvM.resume.0', symObjAddr: 0xAF0, symBinAddr: 0xA5F10, symSize: 0x60 }
+ - { offsetInCU: 0x982, offset: 0xDA820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvg', symObjAddr: 0xB50, symBinAddr: 0xA5F70, symSize: 0x30 }
+ - { offsetInCU: 0x99E, offset: 0xDA83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvs', symObjAddr: 0xB80, symBinAddr: 0xA5FA0, symSize: 0x50 }
+ - { offsetInCU: 0x9BA, offset: 0xDA858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvM', symObjAddr: 0xBD0, symBinAddr: 0xA5FF0, symSize: 0x60 }
+ - { offsetInCU: 0x9D6, offset: 0xDA874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15sequenceManagerAA08SequenceH0CSgvM.resume.0', symObjAddr: 0xC30, symBinAddr: 0xA6050, symSize: 0x60 }
+ - { offsetInCU: 0x9F2, offset: 0xDA890, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvg', symObjAddr: 0xC90, symBinAddr: 0xA60B0, symSize: 0x30 }
+ - { offsetInCU: 0xA0E, offset: 0xDA8AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvs', symObjAddr: 0xCC0, symBinAddr: 0xA60E0, symSize: 0x50 }
+ - { offsetInCU: 0xA2A, offset: 0xDA8C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvM', symObjAddr: 0xD10, symBinAddr: 0xA6130, symSize: 0x70 }
+ - { offsetInCU: 0xA46, offset: 0xDA8E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8delegateAA0deF8Delegate_pSgvM.resume.0', symObjAddr: 0xD80, symBinAddr: 0xA61A0, symSize: 0x70 }
+ - { offsetInCU: 0xA62, offset: 0xDA900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvg', symObjAddr: 0xDF0, symBinAddr: 0xA6210, symSize: 0x30 }
+ - { offsetInCU: 0xA7E, offset: 0xDA91C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvs', symObjAddr: 0xE20, symBinAddr: 0xA6240, symSize: 0x40 }
+ - { offsetInCU: 0xA9A, offset: 0xDA938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE14AliveDelegatesSDySSAA13WeakReferenceCyAA0defH8Delegate_pGGvM', symObjAddr: 0xE60, symBinAddr: 0xA6280, symSize: 0x30 }
+ - { offsetInCU: 0xAB6, offset: 0xDA954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvg', symObjAddr: 0xE90, symBinAddr: 0xA62B0, symSize: 0x30 }
+ - { offsetInCU: 0xAD2, offset: 0xDA970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvs', symObjAddr: 0xEC0, symBinAddr: 0xA62E0, symSize: 0x40 }
+ - { offsetInCU: 0xAEE, offset: 0xDA98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17aliveTimeIntervalSdvM', symObjAddr: 0xF00, symBinAddr: 0xA6320, symSize: 0x30 }
+ - { offsetInCU: 0xB0A, offset: 0xDA9A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0Cvg', symObjAddr: 0xF30, symBinAddr: 0xA6350, symSize: 0x30 }
+ - { offsetInCU: 0xB26, offset: 0xDA9C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0Cvs', symObjAddr: 0xF60, symBinAddr: 0xA6380, symSize: 0x40 }
+ - { offsetInCU: 0xB42, offset: 0xDA9E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15aliveTimerBoardAA07SBTimerI0CvM', symObjAddr: 0xFA0, symBinAddr: 0xA63C0, symSize: 0x30 }
+ - { offsetInCU: 0xB5E, offset: 0xDA9FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xFD0, symBinAddr: 0xA63F0, symSize: 0x10 }
+ - { offsetInCU: 0xB7A, offset: 0xDAA18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13callbackQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xFE0, symBinAddr: 0xA6400, symSize: 0x10 }
+ - { offsetInCU: 0xB96, offset: 0xDAA34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvg', symObjAddr: 0xFF0, symBinAddr: 0xA6410, symSize: 0x30 }
+ - { offsetInCU: 0xBB2, offset: 0xDAA50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvs', symObjAddr: 0x1020, symBinAddr: 0xA6440, symSize: 0x40 }
+ - { offsetInCU: 0xBCE, offset: 0xDAA6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC18ackTimeoutIntervalSdvM', symObjAddr: 0x1060, symBinAddr: 0xA6480, symSize: 0x30 }
+ - { offsetInCU: 0xBEA, offset: 0xDAA88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvg', symObjAddr: 0x1090, symBinAddr: 0xA64B0, symSize: 0x30 }
+ - { offsetInCU: 0xC06, offset: 0xDAAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvs', symObjAddr: 0x10C0, symBinAddr: 0xA64E0, symSize: 0x40 }
+ - { offsetInCU: 0xC22, offset: 0xDAAC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC25connectionTimeoutIntervalSdvM', symObjAddr: 0x1100, symBinAddr: 0xA6520, symSize: 0x30 }
+ - { offsetInCU: 0xC3E, offset: 0xDAADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvg', symObjAddr: 0x1220, symBinAddr: 0xA6640, symSize: 0x30 }
+ - { offsetInCU: 0xC5A, offset: 0xDAAF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvs', symObjAddr: 0x1250, symBinAddr: 0xA6670, symSize: 0x30 }
+ - { offsetInCU: 0xC76, offset: 0xDAB14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC13autoReconnectSbvM', symObjAddr: 0x1280, symBinAddr: 0xA66A0, symSize: 0x30 }
+ - { offsetInCU: 0xC92, offset: 0xDAB30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvg', symObjAddr: 0x12B0, symBinAddr: 0xA66D0, symSize: 0x40 }
+ - { offsetInCU: 0xCAE, offset: 0xDAB4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvs', symObjAddr: 0x12F0, symBinAddr: 0xA6710, symSize: 0x40 }
+ - { offsetInCU: 0xCCA, offset: 0xDAB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC8clientIdSSvM', symObjAddr: 0x1330, symBinAddr: 0xA6750, symSize: 0x30 }
+ - { offsetInCU: 0xCE6, offset: 0xDAB84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvg', symObjAddr: 0x13D0, symBinAddr: 0xA67F0, symSize: 0x40 }
+ - { offsetInCU: 0xD02, offset: 0xDABA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvs', symObjAddr: 0x1410, symBinAddr: 0xA6830, symSize: 0x60 }
+ - { offsetInCU: 0xD1E, offset: 0xDABBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvM', symObjAddr: 0x1470, symBinAddr: 0xA6890, symSize: 0x40 }
+ - { offsetInCU: 0xD3A, offset: 0xDABD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvg', symObjAddr: 0x14B0, symBinAddr: 0xA68D0, symSize: 0x40 }
+ - { offsetInCU: 0xD56, offset: 0xDABF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvs', symObjAddr: 0x14F0, symBinAddr: 0xA6910, symSize: 0x50 }
+ - { offsetInCU: 0xD72, offset: 0xDAC10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvM', symObjAddr: 0x1540, symBinAddr: 0xA6960, symSize: 0x40 }
+ - { offsetInCU: 0xD8E, offset: 0xDAC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE0AA03WebE0CSgvM.resume.0', symObjAddr: 0x1580, symBinAddr: 0xA69A0, symSize: 0x10 }
+ - { offsetInCU: 0xDAA, offset: 0xDAC48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14operationMutexSo21OS_dispatch_semaphoreCvg', symObjAddr: 0x1590, symBinAddr: 0xA69B0, symSize: 0x20 }
+ - { offsetInCU: 0xDC6, offset: 0xDAC64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14operationQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x15B0, symBinAddr: 0xA69D0, symSize: 0x20 }
+ - { offsetInCU: 0xDE2, offset: 0xDAC80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvg', symObjAddr: 0x15D0, symBinAddr: 0xA69F0, symSize: 0x40 }
+ - { offsetInCU: 0xDFE, offset: 0xDAC9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvs', symObjAddr: 0x1610, symBinAddr: 0xA6A30, symSize: 0x50 }
+ - { offsetInCU: 0xE1A, offset: 0xDACB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC17operationWorkItem8Dispatch0jhI0CSgvM', symObjAddr: 0x1660, symBinAddr: 0xA6A80, symSize: 0x40 }
+ - { offsetInCU: 0xE36, offset: 0xDACD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12sessionTokenSSSgvM', symObjAddr: 0x16E0, symBinAddr: 0xA6B00, symSize: 0x40 }
+ - { offsetInCU: 0xE52, offset: 0xDACF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5appIdSSSgvM', symObjAddr: 0x17F0, symBinAddr: 0xA6C10, symSize: 0x40 }
+ - { offsetInCU: 0xE6E, offset: 0xDAD0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0Ovg', symObjAddr: 0x1C50, symBinAddr: 0xA7070, symSize: 0x30 }
+ - { offsetInCU: 0xEB9, offset: 0xDAD57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0Ovs', symObjAddr: 0x1C80, symBinAddr: 0xA70A0, symSize: 0x50 }
+ - { offsetInCU: 0xF13, offset: 0xDADB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0OvM', symObjAddr: 0x1CD0, symBinAddr: 0xA70F0, symSize: 0x50 }
+ - { offsetInCU: 0xF40, offset: 0xDADDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23internalConnectionStateAC0hI0OvM.resume.0', symObjAddr: 0x1D20, symBinAddr: 0xA7140, symSize: 0x60 }
+ - { offsetInCU: 0xF7F, offset: 0xDAE1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0Ovg', symObjAddr: 0x1D80, symBinAddr: 0xA71A0, symSize: 0x50 }
+ - { offsetInCU: 0xFD9, offset: 0xDAE77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0Ovs', symObjAddr: 0x1DD0, symBinAddr: 0xA71F0, symSize: 0x150 }
+ - { offsetInCU: 0x1097, offset: 0xDAF35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvM', symObjAddr: 0x1F20, symBinAddr: 0xA7340, symSize: 0x50 }
+ - { offsetInCU: 0x10D3, offset: 0xDAF71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvM.resume.0', symObjAddr: 0x1F70, symBinAddr: 0xA7390, symSize: 0x20 }
+ - { offsetInCU: 0x10EF, offset: 0xDAF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCfd', symObjAddr: 0x1F90, symBinAddr: 0xA73B0, symSize: 0x1A0 }
+ - { offsetInCU: 0x111E, offset: 0xDAFBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCfD', symObjAddr: 0x2130, symBinAddr: 0xA7550, symSize: 0x20 }
+ - { offsetInCU: 0x114B, offset: 0xDAFE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfC', symObjAddr: 0x2150, symBinAddr: 0xA7570, symSize: 0x80 }
+ - { offsetInCU: 0x1169, offset: 0xDB007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC03webE4Host5appId06clientJ025connectionTimeoutInterval03ackmN0ACSSSg_AISSS2dtcfc', symObjAddr: 0x21D0, symBinAddr: 0xA75F0, symSize: 0x910 }
+ - { offsetInCU: 0x154D, offset: 0xDB3EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5clearyyF', symObjAddr: 0x2AE0, symBinAddr: 0xA7F00, symSize: 0x1D0 }
+ - { offsetInCU: 0x16D5, offset: 0xDB573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10setTimeoutyyAA0H0CF', symObjAddr: 0x2CB0, symBinAddr: 0xA80D0, symSize: 0x50 }
+ - { offsetInCU: 0x1714, offset: 0xDB5B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyF', symObjAddr: 0x2D00, symBinAddr: 0xA8120, symSize: 0x3F0 }
+ - { offsetInCU: 0x1906, offset: 0xDB7A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_', symObjAddr: 0x30F0, symBinAddr: 0xA8510, symSize: 0x490 }
+ - { offsetInCU: 0x19A9, offset: 0xDB847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_yycfU_', symObjAddr: 0x4060, symBinAddr: 0xA9480, symSize: 0x350 }
+ - { offsetInCU: 0x1B79, offset: 0xDBA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_ys5Error_pSgcfU0_', symObjAddr: 0x43B0, symBinAddr: 0xA97D0, symSize: 0x340 }
+ - { offsetInCU: 0x1DC3, offset: 0xDBC61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tF', symObjAddr: 0x46F0, symBinAddr: 0xA9B10, symSize: 0x430 }
+ - { offsetInCU: 0x1FC5, offset: 0xDBE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFyycfU_', symObjAddr: 0x4B20, symBinAddr: 0xA9F40, symSize: 0x130 }
+ - { offsetInCU: 0x204B, offset: 0xDBEE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyF', symObjAddr: 0x4C50, symBinAddr: 0xAA070, symSize: 0x3F0 }
+ - { offsetInCU: 0x21F4, offset: 0xDC092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_', symObjAddr: 0x5040, symBinAddr: 0xAA460, symSize: 0xF0 }
+ - { offsetInCU: 0x2251, offset: 0xDC0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyF', symObjAddr: 0x5130, symBinAddr: 0xAA550, symSize: 0x2D0 }
+ - { offsetInCU: 0x22A3, offset: 0xDC141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyFyyYbcfU_', symObjAddr: 0x5400, symBinAddr: 0xAA820, symSize: 0x80 }
+ - { offsetInCU: 0x22E9, offset: 0xDC187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tF', symObjAddr: 0x5480, symBinAddr: 0xAA8A0, symSize: 0x210 }
+ - { offsetInCU: 0x234E, offset: 0xDC1EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tFyyYbcfU_', symObjAddr: 0x5690, symBinAddr: 0xAAAB0, symSize: 0x100 }
+ - { offsetInCU: 0x23BB, offset: 0xDC259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvgTW', symObjAddr: 0x5790, symBinAddr: 0xAABB0, symSize: 0x20 }
+ - { offsetInCU: 0x23D7, offset: 0xDC275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvsTW', symObjAddr: 0x57B0, symBinAddr: 0xAABD0, symSize: 0x20 }
+ - { offsetInCU: 0x23F3, offset: 0xDC291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP8clientIdSSvMTW', symObjAddr: 0x57D0, symBinAddr: 0xAABF0, symSize: 0x50 }
+ - { offsetInCU: 0x240F, offset: 0xDC2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvgTW', symObjAddr: 0x5830, symBinAddr: 0xAAC50, symSize: 0x20 }
+ - { offsetInCU: 0x242B, offset: 0xDC2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvsTW', symObjAddr: 0x5850, symBinAddr: 0xAAC70, symSize: 0x20 }
+ - { offsetInCU: 0x2447, offset: 0xDC2E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP12sessionTokenSSSgvMTW', symObjAddr: 0x5870, symBinAddr: 0xAAC90, symSize: 0x50 }
+ - { offsetInCU: 0x2463, offset: 0xDC301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvgTW', symObjAddr: 0x58D0, symBinAddr: 0xAACF0, symSize: 0x20 }
+ - { offsetInCU: 0x247F, offset: 0xDC31D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvsTW', symObjAddr: 0x58F0, symBinAddr: 0xAAD10, symSize: 0x20 }
+ - { offsetInCU: 0x249B, offset: 0xDC339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15ackTimerManagerAA03AckhI0CSgvMTW', symObjAddr: 0x5910, symBinAddr: 0xAAD30, symSize: 0x50 }
+ - { offsetInCU: 0x24B7, offset: 0xDC355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvgTW', symObjAddr: 0x5970, symBinAddr: 0xAAD90, symSize: 0x20 }
+ - { offsetInCU: 0x24D3, offset: 0xDC371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvsTW', symObjAddr: 0x5990, symBinAddr: 0xAADB0, symSize: 0x20 }
+ - { offsetInCU: 0x24EF, offset: 0xDC38D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP15sequenceManagerAA08SequenceH0CSgvMTW', symObjAddr: 0x59B0, symBinAddr: 0xAADD0, symSize: 0x50 }
+ - { offsetInCU: 0x250B, offset: 0xDC3A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvgTW', symObjAddr: 0x5A10, symBinAddr: 0xAAE30, symSize: 0x20 }
+ - { offsetInCU: 0x2527, offset: 0xDC3C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvsTW', symObjAddr: 0x5A30, symBinAddr: 0xAAE50, symSize: 0x20 }
+ - { offsetInCU: 0x2543, offset: 0xDC3E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP18ackTimeoutIntervalSdvMTW', symObjAddr: 0x5A50, symBinAddr: 0xAAE70, symSize: 0x50 }
+ - { offsetInCU: 0x255F, offset: 0xDC3FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP10setTimeoutyyAA0H0CFTW', symObjAddr: 0x5AD0, symBinAddr: 0xAAEF0, symSize: 0x20 }
+ - { offsetInCU: 0x257B, offset: 0xDC419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP5clearyyFTW', symObjAddr: 0x5AF0, symBinAddr: 0xAAF10, symSize: 0x20 }
+ - { offsetInCU: 0x25AE, offset: 0xDC44C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7baseURL10Foundation0H0VSgvpACTk', symObjAddr: 0x1360, symBinAddr: 0xA6780, symSize: 0x70 }
+ - { offsetInCU: 0x25C6, offset: 0xDC464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyF', symObjAddr: 0x1830, symBinAddr: 0xA6C50, symSize: 0x2E0 }
+ - { offsetInCU: 0x270D, offset: 0xDC5AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0x5E40, symBinAddr: 0xAB260, symSize: 0x180 }
+ - { offsetInCU: 0x27AE, offset: 0xDC64C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0x5FC0, symBinAddr: 0xAB3E0, symSize: 0x3F0 }
+ - { offsetInCU: 0x2A51, offset: 0xDC8EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC14stopAliveTimeryyF', symObjAddr: 0x1B10, symBinAddr: 0xA6F30, symSize: 0x140 }
+ - { offsetInCU: 0x2C4A, offset: 0xDCAE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7baseURL12sessionToken15timeoutInterval8clientIdACSg10Foundation0G0VSg_SSSgSdSStc33_837ED5C35CB9AFFFB3AD4C4EBB174BECLlfC', symObjAddr: 0x3580, symBinAddr: 0xA89A0, symSize: 0xAE0 }
+ - { offsetInCU: 0x3191, offset: 0xDD02F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA0F0A2aDP4send7request17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x5B10, symBinAddr: 0xAAF30, symSize: 0x20 }
+ - { offsetInCU: 0x31AD, offset: 0xDD04B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC19websocketDidConnect6socketyAA03WebeF0_p_tF', symObjAddr: 0x5B30, symBinAddr: 0xAAF50, symSize: 0x1E0 }
+ - { offsetInCU: 0x3364, offset: 0xDD202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC22websocketDidDisconnect6socket5erroryAA03WebeF0_p_s5Error_pSgtF', symObjAddr: 0x5D10, symBinAddr: 0xAB130, symSize: 0x10 }
+ - { offsetInCU: 0x3378, offset: 0xDD216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStF', symObjAddr: 0x5D20, symBinAddr: 0xAB140, symSize: 0x10 }
+ - { offsetInCU: 0x338C, offset: 0xDD22A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFyAA8SequenceC6ResultOcfU_', symObjAddr: 0x5D30, symBinAddr: 0xAB150, symSize: 0xC0 }
+ - { offsetInCU: 0x341E, offset: 0xDD2BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23websocketDidReceiveData6socket4datayAA03WebeF0_p_10Foundation0J0VtF', symObjAddr: 0x5DF0, symBinAddr: 0xAB210, symSize: 0x10 }
+ - { offsetInCU: 0x3432, offset: 0xDD2D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP19websocketDidConnect6socketyAA0geF0_p_tFTW', symObjAddr: 0x5E00, symBinAddr: 0xAB220, symSize: 0x10 }
+ - { offsetInCU: 0x345D, offset: 0xDD2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP22websocketDidDisconnect6socket5erroryAA0geF0_p_s5Error_pSgtFTW', symObjAddr: 0x5E10, symBinAddr: 0xAB230, symSize: 0x10 }
+ - { offsetInCU: 0x349F, offset: 0xDD33D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP26websocketDidReceiveMessage6socket4textyAA0geF0_p_SStFTW', symObjAddr: 0x5E20, symBinAddr: 0xAB240, symSize: 0x10 }
+ - { offsetInCU: 0x34E1, offset: 0xDD37F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCAA03WebE8DelegateA2aDP23websocketDidReceiveData6socket4datayAA0geF0_p_10Foundation0L0VtFTW', symObjAddr: 0x5E30, symBinAddr: 0xAB250, symSize: 0x10 }
+ - { offsetInCU: 0x357A, offset: 0xDD418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMa', symObjAddr: 0x6420, symBinAddr: 0xAB7D0, symSize: 0x30 }
+ - { offsetInCU: 0x3599, offset: 0xDD437, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x6570, symBinAddr: 0xAB820, symSize: 0x20 }
+ - { offsetInCU: 0x35EE, offset: 0xDD48C, size: 0x8, addend: 0x0, symName: '_$sS2sSTsWl', symObjAddr: 0x6620, symBinAddr: 0xAB8D0, symSize: 0x30 }
+ - { offsetInCU: 0x3602, offset: 0xDD4A0, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOf', symObjAddr: 0x6650, symBinAddr: 0xAB900, symSize: 0x40 }
+ - { offsetInCU: 0x3616, offset: 0xDD4B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0x66B0, symBinAddr: 0xAB960, symSize: 0x10 }
+ - { offsetInCU: 0x362A, offset: 0xDD4C8, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x66C0, symBinAddr: 0xAB970, symSize: 0x20 }
+ - { offsetInCU: 0x363E, offset: 0xDD4DC, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x66E0, symBinAddr: 0xAB990, symSize: 0x10 }
+ - { offsetInCU: 0x3652, offset: 0xDD4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15connectionStateAC010ConnectionH0OvsyyYbcfU_TA', symObjAddr: 0x6760, symBinAddr: 0xABA10, symSize: 0x30 }
+ - { offsetInCU: 0x3686, offset: 0xDD524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SBWebSocketClientDelegate_pSgXwWOh', symObjAddr: 0x67D0, symBinAddr: 0xABA80, symSize: 0x20 }
+ - { offsetInCU: 0x369A, offset: 0xDD538, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0x6850, symBinAddr: 0xABAD0, symSize: 0x40 }
+ - { offsetInCU: 0x36AE, offset: 0xDD54C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_TA', symObjAddr: 0x6890, symBinAddr: 0xABB10, symSize: 0x10 }
+ - { offsetInCU: 0x36C2, offset: 0xDD560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC10disconnect15shouldReconnectySb_tFyycfU_TA', symObjAddr: 0x68C0, symBinAddr: 0xABB40, symSize: 0x20 }
+ - { offsetInCU: 0x36D6, offset: 0xDD574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_TA', symObjAddr: 0x68E0, symBinAddr: 0xABB60, symSize: 0x10 }
+ - { offsetInCU: 0x36EA, offset: 0xDD588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC9reconnectyyFyyYbcfU_TA', symObjAddr: 0x68F0, symBinAddr: 0xABB70, symSize: 0x10 }
+ - { offsetInCU: 0x36FE, offset: 0xDD59C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC5write7messageySS_tFyyYbcfU_TA', symObjAddr: 0x6930, symBinAddr: 0xABBB0, symSize: 0x20 }
+ - { offsetInCU: 0x37E3, offset: 0xDD681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC22websocketDidDisconnect6socket5erroryAA03WebeF0_p_s5Error_pSgtFTf4dnn_n', symObjAddr: 0x6B20, symBinAddr: 0xABDA0, symSize: 0x220 }
+ - { offsetInCU: 0x3A04, offset: 0xDD8A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFTf4dnn_n', symObjAddr: 0x6D40, symBinAddr: 0xABFC0, symSize: 0x430 }
+ - { offsetInCU: 0x3C4B, offset: 0xDDAE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC23websocketDidReceiveData6socket4datayAA03WebeF0_p_10Foundation0J0VtFTf4ddn_n', symObjAddr: 0x7170, symBinAddr: 0xAC3F0, symSize: 0x1B0 }
+ - { offsetInCU: 0x3DDB, offset: 0xDDC79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOSHAASQWb', symObjAddr: 0x7320, symBinAddr: 0xAC5A0, symSize: 0x10 }
+ - { offsetInCU: 0x3DEF, offset: 0xDDC8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOAESQAAWl', symObjAddr: 0x7330, symBinAddr: 0xAC5B0, symSize: 0x30 }
+ - { offsetInCU: 0x3E03, offset: 0xDDCA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOSHAASQWb', symObjAddr: 0x7360, symBinAddr: 0xAC5E0, symSize: 0x10 }
+ - { offsetInCU: 0x3E17, offset: 0xDDCB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOAESQAAWl', symObjAddr: 0x7370, symBinAddr: 0xAC5F0, symSize: 0x30 }
+ - { offsetInCU: 0x3E2B, offset: 0xDDCC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMU', symObjAddr: 0x79C0, symBinAddr: 0xACC40, symSize: 0x10 }
+ - { offsetInCU: 0x3E3F, offset: 0xDDCDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientCMr', symObjAddr: 0x79D0, symBinAddr: 0xACC50, symSize: 0x140 }
+ - { offsetInCU: 0x3E53, offset: 0xDDCF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwug', symObjAddr: 0x81D0, symBinAddr: 0xAD430, symSize: 0x10 }
+ - { offsetInCU: 0x3E67, offset: 0xDDD05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwup', symObjAddr: 0x81E0, symBinAddr: 0xAD440, symSize: 0x10 }
+ - { offsetInCU: 0x3E7B, offset: 0xDDD19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOwui', symObjAddr: 0x81F0, symBinAddr: 0xAD450, symSize: 0x10 }
+ - { offsetInCU: 0x3E8F, offset: 0xDDD2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC12ConnectErrorOMa', symObjAddr: 0x8200, symBinAddr: 0xAD460, symSize: 0x10 }
+ - { offsetInCU: 0x3EA3, offset: 0xDDD41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOwup', symObjAddr: 0x8380, symBinAddr: 0xAD5E0, symSize: 0x10 }
+ - { offsetInCU: 0x3EB7, offset: 0xDDD55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15ConnectionStateOMa', symObjAddr: 0x8390, symBinAddr: 0xAD5F0, symSize: 0x10 }
+ - { offsetInCU: 0x3ECB, offset: 0xDDD69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pWOb', symObjAddr: 0x83A0, symBinAddr: 0xAD600, symSize: 0x20 }
+ - { offsetInCU: 0x3EDF, offset: 0xDDD7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC26websocketDidReceiveMessage6socket4textyAA03WebeF0_p_SStFyAA8SequenceC6ResultOcfU_TA', symObjAddr: 0x8450, symBinAddr: 0xAD650, symSize: 0x10 }
+ - { offsetInCU: 0x3EF3, offset: 0xDDD91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC16handleDisconnectyyFyyYbcfU_yycfU_TA', symObjAddr: 0x8490, symBinAddr: 0xAD660, symSize: 0x20 }
+ - { offsetInCU: 0x3F27, offset: 0xDDDC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_yycfU_TA', symObjAddr: 0x84E0, symBinAddr: 0xAD6B0, symSize: 0x20 }
+ - { offsetInCU: 0x3F3B, offset: 0xDDDD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC7connectyyFyycfU_ys5Error_pSgcfU0_TA', symObjAddr: 0x8550, symBinAddr: 0xAD720, symSize: 0x20 }
+ - { offsetInCU: 0x3F4F, offset: 0xDDDED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SBWebSocketClientC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x85E0, symBinAddr: 0xAD7B0, symSize: 0x10 }
+ - { offsetInCU: 0x4127, offset: 0xDDFC5, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0x6590, symBinAddr: 0xAB840, symSize: 0x90 }
+ - { offsetInCU: 0x41C7, offset: 0xDE065, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSay13SendBirdCalls7SBTimerCG_Tg5Tf4ng_n', symObjAddr: 0x6950, symBinAddr: 0xABBD0, symSize: 0x1D0 }
+ - { offsetInCU: 0x27, offset: 0xDE732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xAD990, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0xDE74A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xAD990, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0xDE764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvau', symObjAddr: 0x10, symBinAddr: 0xAD9A0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xDE795, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xAD9D0, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0xDE7B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0xADA00, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0xDE7E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10resultTypeAA0dE8ResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0xADA30, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0xDE803, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0xADA40, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0xDE81F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0xADA50, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0xDE833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6roomIdSSvg', symObjAddr: 0xD0, symBinAddr: 0xADA60, symSize: 0x20 }
+ - { offsetInCU: 0x144, offset: 0xDE84F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0xF0, symBinAddr: 0xADA80, symSize: 0x90 }
+ - { offsetInCU: 0x1D3, offset: 0xDE8DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0xADB10, symSize: 0x10 }
+ - { offsetInCU: 0x21F, offset: 0xDE92A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x260, symBinAddr: 0xADB80, symSize: 0x30 }
+ - { offsetInCU: 0x256, offset: 0xDE961, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x370, symBinAddr: 0xADC90, symSize: 0x10 }
+ - { offsetInCU: 0x281, offset: 0xDE98C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x380, symBinAddr: 0xADCA0, symSize: 0x10 }
+ - { offsetInCU: 0x2B3, offset: 0xDE9BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x400, symBinAddr: 0xADD20, symSize: 0x10 }
+ - { offsetInCU: 0x2F8, offset: 0xDEA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x1D0, symBinAddr: 0xADB20, symSize: 0x20 }
+ - { offsetInCU: 0x30C, offset: 0xDEA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1F0, symBinAddr: 0xADB40, symSize: 0x30 }
+ - { offsetInCU: 0x320, offset: 0xDEA2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x220, symBinAddr: 0xADB70, symSize: 0x10 }
+ - { offsetInCU: 0x334, offset: 0xDEA3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x290, symBinAddr: 0xADBB0, symSize: 0x20 }
+ - { offsetInCU: 0x348, offset: 0xDEA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x2B0, symBinAddr: 0xADBD0, symSize: 0x30 }
+ - { offsetInCU: 0x35C, offset: 0xDEA67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA11RequestableAAWI', symObjAddr: 0x2E0, symBinAddr: 0xADC00, symSize: 0x30 }
+ - { offsetInCU: 0x370, offset: 0xDEA7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA0F0AAWl', symObjAddr: 0x310, symBinAddr: 0xADC30, symSize: 0x30 }
+ - { offsetInCU: 0x384, offset: 0xDEA8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x340, symBinAddr: 0xADC60, symSize: 0x30 }
+ - { offsetInCU: 0x398, offset: 0xDEAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0AAWI', symObjAddr: 0x390, symBinAddr: 0xADCB0, symSize: 0x20 }
+ - { offsetInCU: 0x3AC, offset: 0xDEAB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVACSEAAWl', symObjAddr: 0x3B0, symBinAddr: 0xADCD0, symSize: 0x30 }
+ - { offsetInCU: 0x3C0, offset: 0xDEACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3E0, symBinAddr: 0xADD00, symSize: 0x20 }
+ - { offsetInCU: 0x3D4, offset: 0xDEADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwCP', symObjAddr: 0x410, symBinAddr: 0xADD30, symSize: 0x30 }
+ - { offsetInCU: 0x3E8, offset: 0xDEAF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwxx', symObjAddr: 0x440, symBinAddr: 0xADD60, symSize: 0x30 }
+ - { offsetInCU: 0x3FC, offset: 0xDEB07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwcp', symObjAddr: 0x470, symBinAddr: 0xADD90, symSize: 0x40 }
+ - { offsetInCU: 0x410, offset: 0xDEB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwca', symObjAddr: 0x4B0, symBinAddr: 0xADDD0, symSize: 0x60 }
+ - { offsetInCU: 0x424, offset: 0xDEB2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwta', symObjAddr: 0x530, symBinAddr: 0xADE30, symSize: 0x50 }
+ - { offsetInCU: 0x438, offset: 0xDEB43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwet', symObjAddr: 0x580, symBinAddr: 0xADE80, symSize: 0x40 }
+ - { offsetInCU: 0x44C, offset: 0xDEB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVwst', symObjAddr: 0x5C0, symBinAddr: 0xADEC0, symSize: 0x50 }
+ - { offsetInCU: 0x460, offset: 0xDEB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVMa', symObjAddr: 0x610, symBinAddr: 0xADF10, symSize: 0x10 }
+ - { offsetInCU: 0x164, offset: 0xDEED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15broadcastDialedyyF', symObjAddr: 0x0, symBinAddr: 0xADF30, symSize: 0x300 }
+ - { offsetInCU: 0x380, offset: 0xDF0F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15broadcastDialedyyFTo', symObjAddr: 0x300, symBinAddr: 0xAE230, symSize: 0x30 }
+ - { offsetInCU: 0x39C, offset: 0xDF10D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyF', symObjAddr: 0x330, symBinAddr: 0xAE260, symSize: 0x320 }
+ - { offsetInCU: 0x5B8, offset: 0xDF329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyFTo', symObjAddr: 0x650, symBinAddr: 0xAE580, symSize: 0x30 }
+ - { offsetInCU: 0x5D4, offset: 0xDF345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyF', symObjAddr: 0x680, symBinAddr: 0xAE5B0, symSize: 0x320 }
+ - { offsetInCU: 0x7F0, offset: 0xDF561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyFTo', symObjAddr: 0x9A0, symBinAddr: 0xAE8D0, symSize: 0x30 }
+ - { offsetInCU: 0x80C, offset: 0xDF57D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyF', symObjAddr: 0x9D0, symBinAddr: 0xAE900, symSize: 0x320 }
+ - { offsetInCU: 0xA28, offset: 0xDF799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyFTo', symObjAddr: 0xCF0, symBinAddr: 0xAEC20, symSize: 0x30 }
+ - { offsetInCU: 0xA44, offset: 0xDF7B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyF', symObjAddr: 0xD20, symBinAddr: 0xAEC50, symSize: 0x320 }
+ - { offsetInCU: 0xC60, offset: 0xDF9D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyFTo', symObjAddr: 0x1040, symBinAddr: 0xAEF70, symSize: 0x30 }
+ - { offsetInCU: 0xCCA, offset: 0xDFA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyF', symObjAddr: 0x1070, symBinAddr: 0xAEFA0, symSize: 0x350 }
+ - { offsetInCU: 0xEF8, offset: 0xDFC69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyFTo', symObjAddr: 0x1420, symBinAddr: 0xAF350, symSize: 0x30 }
+ - { offsetInCU: 0xF2A, offset: 0xDFC9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tF', symObjAddr: 0x1450, symBinAddr: 0xAF380, symSize: 0x320 }
+ - { offsetInCU: 0x1164, offset: 0xDFED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFyycfU_', symObjAddr: 0x1770, symBinAddr: 0xAF6A0, symSize: 0x210 }
+ - { offsetInCU: 0x1330, offset: 0xE00A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFTo', symObjAddr: 0x1980, symBinAddr: 0xAF8B0, symSize: 0x40 }
+ - { offsetInCU: 0x134C, offset: 0xE00BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tF', symObjAddr: 0x19C0, symBinAddr: 0xAF8F0, symSize: 0x320 }
+ - { offsetInCU: 0x1586, offset: 0xE02F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFyycfU_', symObjAddr: 0x1CE0, symBinAddr: 0xAFC10, symSize: 0x210 }
+ - { offsetInCU: 0x1747, offset: 0xE04B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFTo', symObjAddr: 0x1EF0, symBinAddr: 0xAFE20, symSize: 0x40 }
+ - { offsetInCU: 0x1763, offset: 0xE04D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyF', symObjAddr: 0x1F30, symBinAddr: 0xAFE60, symSize: 0x470 }
+ - { offsetInCU: 0x1A74, offset: 0xE07E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyFTo', symObjAddr: 0x2410, symBinAddr: 0xB0340, symSize: 0x30 }
+ - { offsetInCU: 0x1A90, offset: 0xE0801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtF', symObjAddr: 0x2440, symBinAddr: 0xB0370, symSize: 0x4D0 }
+ - { offsetInCU: 0x1E3E, offset: 0xE0BAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFyycfU_', symObjAddr: 0x2910, symBinAddr: 0xB0840, symSize: 0x90 }
+ - { offsetInCU: 0x1EAA, offset: 0xE0C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFTo', symObjAddr: 0x29A0, symBinAddr: 0xB08D0, symSize: 0x40 }
+ - { offsetInCU: 0x1EC6, offset: 0xE0C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyF', symObjAddr: 0x29E0, symBinAddr: 0xB0910, symSize: 0x2C0 }
+ - { offsetInCU: 0x20A4, offset: 0xE0E15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFyycfU_', symObjAddr: 0x2CA0, symBinAddr: 0xB0BD0, symSize: 0x90 }
+ - { offsetInCU: 0x20E5, offset: 0xE0E56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFTo', symObjAddr: 0x2D30, symBinAddr: 0xB0C60, symSize: 0x30 }
+ - { offsetInCU: 0x2101, offset: 0xE0E72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastEstablishedyyFyycfU_TA', symObjAddr: 0x2E30, symBinAddr: 0xB0CC0, symSize: 0x20 }
+ - { offsetInCU: 0x2115, offset: 0xE0E86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18broadcastConnectedyyFyycfU_TA', symObjAddr: 0x2E50, symBinAddr: 0xB0CE0, symSize: 0x20 }
+ - { offsetInCU: 0x2129, offset: 0xE0E9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21broadcastReconnectingyyFyycfU_TA', symObjAddr: 0x2E70, symBinAddr: 0xB0D00, symSize: 0x20 }
+ - { offsetInCU: 0x213D, offset: 0xE0EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastReconnectedyyFyycfU_TA', symObjAddr: 0x2E90, symBinAddr: 0xB0D20, symSize: 0x20 }
+ - { offsetInCU: 0x2151, offset: 0xE0EC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14broadcastEndedyyFyycfU_TA', symObjAddr: 0x2EB0, symBinAddr: 0xB0D40, symSize: 0x20 }
+ - { offsetInCU: 0x2165, offset: 0xE0ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteAudio9isEnabledySb_tFyycfU_TA', symObjAddr: 0x2ED0, symBinAddr: 0xB0D60, symSize: 0x10 }
+ - { offsetInCU: 0x2179, offset: 0xE0EEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20broadcastRemoteVideo9isEnabledySb_tFyycfU_TA', symObjAddr: 0x2EE0, symBinAddr: 0xB0D70, symSize: 0x10 }
+ - { offsetInCU: 0x218D, offset: 0xE0EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC30broadcastRemoteRecordingStatusyyFyycfU_TA', symObjAddr: 0x2EF0, symBinAddr: 0xB0D80, symSize: 0x20 }
+ - { offsetInCU: 0x21A1, offset: 0xE0F12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19broadcastHoldStatus11isLocalUser0ik2OnG0ySb_SbtFyycfU_TA', symObjAddr: 0x2F40, symBinAddr: 0xB0DD0, symSize: 0x20 }
+ - { offsetInCU: 0x21B5, offset: 0xE0F26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyFyycfU_TA', symObjAddr: 0x2F60, symBinAddr: 0xB0DF0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0xE1202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xB0E80, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xE1226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xB0E80, symSize: 0x10 }
+ - { offsetInCU: 0x6E, offset: 0xE1249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x10, symBinAddr: 0xB0E90, symSize: 0x10 }
+ - { offsetInCU: 0xA1, offset: 0xE127C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8intValueACSgSi_tcfC', symObjAddr: 0x20, symBinAddr: 0xB0EA0, symSize: 0x10 }
+ - { offsetInCU: 0xC8, offset: 0xE12A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8intValueSiSgvg', symObjAddr: 0x30, symBinAddr: 0xB0EB0, symSize: 0x10 }
+ - { offsetInCU: 0xEF, offset: 0xE12CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueSSvg', symObjAddr: 0x40, symBinAddr: 0xB0EC0, symSize: 0x750 }
+ - { offsetInCU: 0x11A, offset: 0xE12F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO11stringValueSSvg', symObjAddr: 0x790, symBinAddr: 0xB1610, symSize: 0x10 }
+ - { offsetInCU: 0x146, offset: 0xE1321, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x8F0, symBinAddr: 0xB1770, symSize: 0x30 }
+ - { offsetInCU: 0x177, offset: 0xE1352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x920, symBinAddr: 0xB17A0, symSize: 0x30 }
+ - { offsetInCU: 0x1A5, offset: 0xE1380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValueSSvgTW', symObjAddr: 0x950, symBinAddr: 0xB17D0, symSize: 0x10 }
+ - { offsetInCU: 0x1F0, offset: 0xE13CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x960, symBinAddr: 0xB17E0, symSize: 0x20 }
+ - { offsetInCU: 0x240, offset: 0xE141B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP8intValueSiSgvgTW', symObjAddr: 0x980, symBinAddr: 0xB1800, symSize: 0x10 }
+ - { offsetInCU: 0x25C, offset: 0xE1437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x990, symBinAddr: 0xB1810, symSize: 0x10 }
+ - { offsetInCU: 0x278, offset: 0xE1453, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x9E0, symBinAddr: 0xB1860, symSize: 0x80 }
+ - { offsetInCU: 0x2C5, offset: 0xE14A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASQWb', symObjAddr: 0xA60, symBinAddr: 0xB18E0, symSize: 0x10 }
+ - { offsetInCU: 0x2D9, offset: 0xE14B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACSQAAWl', symObjAddr: 0xA70, symBinAddr: 0xB18F0, symSize: 0x30 }
+ - { offsetInCU: 0x2ED, offset: 0xE14C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xAA0, symBinAddr: 0xB1920, symSize: 0x10 }
+ - { offsetInCU: 0x301, offset: 0xE14DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xAB0, symBinAddr: 0xB1930, symSize: 0x30 }
+ - { offsetInCU: 0x315, offset: 0xE14F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs0eF0AAs23CustomStringConvertiblePWb', symObjAddr: 0xAE0, symBinAddr: 0xB1960, symSize: 0x10 }
+ - { offsetInCU: 0x329, offset: 0xE1504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOACs23CustomStringConvertibleAAWl', symObjAddr: 0xAF0, symBinAddr: 0xB1970, symSize: 0x30 }
+ - { offsetInCU: 0x33D, offset: 0xE1518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwet', symObjAddr: 0xB40, symBinAddr: 0xB19A0, symSize: 0x80 }
+ - { offsetInCU: 0x351, offset: 0xE152C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwst', symObjAddr: 0xBC0, symBinAddr: 0xB1A20, symSize: 0xD0 }
+ - { offsetInCU: 0x365, offset: 0xE1540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwug', symObjAddr: 0xC90, symBinAddr: 0xB1AF0, symSize: 0x10 }
+ - { offsetInCU: 0x379, offset: 0xE1554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwup', symObjAddr: 0xCA0, symBinAddr: 0xB1B00, symSize: 0x10 }
+ - { offsetInCU: 0x38D, offset: 0xE1568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOwui', symObjAddr: 0xCB0, symBinAddr: 0xB1B10, symSize: 0x10 }
+ - { offsetInCU: 0x3A1, offset: 0xE157C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOMa', symObjAddr: 0xCC0, symBinAddr: 0xB1B20, symSize: 0x10 }
+ - { offsetInCU: 0x3EA, offset: 0xE15C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x7A0, symBinAddr: 0xB1620, symSize: 0x80 }
+ - { offsetInCU: 0x4B9, offset: 0xE1694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x820, symBinAddr: 0xB16A0, symSize: 0x50 }
+ - { offsetInCU: 0x537, offset: 0xE1712, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x870, symBinAddr: 0xB16F0, symSize: 0x30 }
+ - { offsetInCU: 0x589, offset: 0xE1764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8A0, symBinAddr: 0xB1720, symSize: 0x50 }
+ - { offsetInCU: 0x5E5, offset: 0xE17C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x9A0, symBinAddr: 0xB1820, symSize: 0x20 }
+ - { offsetInCU: 0x601, offset: 0xE17DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19StatisticsCodingKeyOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x9C0, symBinAddr: 0xB1840, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xE19DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab105Calls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0xB1C10, symSize: 0x20 }
+ - { offsetInCU: 0x1F4, offset: 0xE1B94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtF', symObjAddr: 0x20, symBinAddr: 0xB1C30, symSize: 0x390 }
+ - { offsetInCU: 0x40F, offset: 0xE1DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x3B0, symBinAddr: 0xB1FC0, symSize: 0x3D0 }
+ - { offsetInCU: 0x811, offset: 0xE21B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x7A0, symBinAddr: 0xB23B0, symSize: 0x570 }
+ - { offsetInCU: 0xC29, offset: 0xE25C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtFTo', symObjAddr: 0xD10, symBinAddr: 0xB2920, symSize: 0x90 }
+ - { offsetInCU: 0xCF2, offset: 0xE2692, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtF', symObjAddr: 0xDA0, symBinAddr: 0xB29B0, symSize: 0x3E0 }
+ - { offsetInCU: 0xF96, offset: 0xE2936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_', symObjAddr: 0x1180, symBinAddr: 0xB2D90, symSize: 0x420 }
+ - { offsetInCU: 0x1067, offset: 0xE2A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x15A0, symBinAddr: 0xB31B0, symSize: 0x350 }
+ - { offsetInCU: 0x1365, offset: 0xE2D05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU0_', symObjAddr: 0x18F0, symBinAddr: 0xB3500, symSize: 0x240 }
+ - { offsetInCU: 0x16B1, offset: 0xE3051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtF', symObjAddr: 0x1BC0, symBinAddr: 0xB37D0, symSize: 0x10 }
+ - { offsetInCU: 0x16D4, offset: 0xE3074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtFTo', symObjAddr: 0x1BD0, symBinAddr: 0xB37E0, symSize: 0x80 }
+ - { offsetInCU: 0x175B, offset: 0xE30FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didConnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1C50, symBinAddr: 0xB3860, symSize: 0x2B0 }
+ - { offsetInCU: 0x1908, offset: 0xE32A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didConnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x1F00, symBinAddr: 0xB3B10, symSize: 0x50 }
+ - { offsetInCU: 0x1944, offset: 0xE32E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1F50, symBinAddr: 0xB3B60, symSize: 0x1E0 }
+ - { offsetInCU: 0x1A91, offset: 0xE3431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x2130, symBinAddr: 0xB3D40, symSize: 0x50 }
+ - { offsetInCU: 0x1AAD, offset: 0xE344D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x2180, symBinAddr: 0xB3D90, symSize: 0x10 }
+ - { offsetInCU: 0x1AD0, offset: 0xE3470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x2190, symBinAddr: 0xB3DA0, symSize: 0x10 }
+ - { offsetInCU: 0x1B22, offset: 0xE34C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didClosePeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x21A0, symBinAddr: 0xB3DB0, symSize: 0x280 }
+ - { offsetInCU: 0x1CB1, offset: 0xE3651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22didClosePeerConnection6clientyAA12WebRTCClientC_tFTo', symObjAddr: 0x2420, symBinAddr: 0xB4030, symSize: 0x50 }
+ - { offsetInCU: 0x1CCD, offset: 0xE366D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStF', symObjAddr: 0x2470, symBinAddr: 0xB4080, symSize: 0x2E0 }
+ - { offsetInCU: 0x1F15, offset: 0xE38B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStFTo', symObjAddr: 0x2750, symBinAddr: 0xB4360, symSize: 0x80 }
+ - { offsetInCU: 0x1F84, offset: 0xE3924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtF', symObjAddr: 0x27D0, symBinAddr: 0xB43E0, symSize: 0x1A0 }
+ - { offsetInCU: 0x203C, offset: 0xE39DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFyycfU_', symObjAddr: 0x2970, symBinAddr: 0xB4580, symSize: 0xC0 }
+ - { offsetInCU: 0x20B8, offset: 0xE3A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFTo', symObjAddr: 0x2A30, symBinAddr: 0xB4640, symSize: 0x90 }
+ - { offsetInCU: 0x2184, offset: 0xE3B24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24didReceiveStatisticsInfo6client4infoyAA12WebRTCClientC_AH16RTPPacketMonitorC0I0VtF', symObjAddr: 0x2AC0, symBinAddr: 0xB46D0, symSize: 0x360 }
+ - { offsetInCU: 0x22B1, offset: 0xE3C51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP23didGenerateICECandidate6client9candidateyAA0fG0C_So15RTCIceCandidateCtFTW', symObjAddr: 0x2E20, symBinAddr: 0xB4A30, symSize: 0x20 }
+ - { offsetInCU: 0x22F2, offset: 0xE3C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP22didRemoveICECandidates6client10candidatesyAA0fG0C_SaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x2E40, symBinAddr: 0xB4A50, symSize: 0x60 }
+ - { offsetInCU: 0x2333, offset: 0xE3CD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP25didUpdateLocalDescription6client3sdpyAA0fG0C_So010RTCSessionL0CtFTW', symObjAddr: 0x2EA0, symBinAddr: 0xB4AB0, symSize: 0x20 }
+ - { offsetInCU: 0x2374, offset: 0xE3D14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP24didConnectPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2EF0, symBinAddr: 0xB4B00, symSize: 0x20 }
+ - { offsetInCU: 0x23B5, offset: 0xE3D55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2F10, symBinAddr: 0xB4B20, symSize: 0x20 }
+ - { offsetInCU: 0x23F6, offset: 0xE3D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2F30, symBinAddr: 0xB4B40, symSize: 0x20 }
+ - { offsetInCU: 0x2437, offset: 0xE3DD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP22didClosePeerConnection6clientyAA0fG0C_tFTW', symObjAddr: 0x2F50, symBinAddr: 0xB4B60, symSize: 0x20 }
+ - { offsetInCU: 0x2478, offset: 0xE3E18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute6client7session6reason08previousM0yAA0fG0C_So08RTCAudioK0CSo07AVAudiokmL6ReasonVSo0skM11DescriptionCtFTW', symObjAddr: 0x2FE0, symBinAddr: 0xB4BF0, symSize: 0x20 }
+ - { offsetInCU: 0x24AA, offset: 0xE3E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo6client4infoyAA0fG0C_AJ16RTPPacketMonitorC0L0VtFTW', symObjAddr: 0x3000, symBinAddr: 0xB4C10, symSize: 0x10 }
+ - { offsetInCU: 0x24C6, offset: 0xE3E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x30E0, symBinAddr: 0xB4C50, symSize: 0x30 }
+ - { offsetInCU: 0x24DA, offset: 0xE3E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA10ResultableAAWl', symObjAddr: 0x3110, symBinAddr: 0xB4C80, symSize: 0x30 }
+ - { offsetInCU: 0x24EE, offset: 0xE3E8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVWOs', symObjAddr: 0x3140, symBinAddr: 0xB4CB0, symSize: 0x50 }
+ - { offsetInCU: 0x2502, offset: 0xE3EA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA11RequestableAAWl', symObjAddr: 0x3190, symBinAddr: 0xB4D00, symSize: 0x30 }
+ - { offsetInCU: 0x2516, offset: 0xE3EB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA10ResultableAAWl', symObjAddr: 0x31C0, symBinAddr: 0xB4D30, symSize: 0x30 }
+ - { offsetInCU: 0x252A, offset: 0xE3ECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVWOs', symObjAddr: 0x31F0, symBinAddr: 0xB4D60, symSize: 0x50 }
+ - { offsetInCU: 0x253E, offset: 0xE3EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_TA', symObjAddr: 0x3250, symBinAddr: 0xB4DC0, symSize: 0x20 }
+ - { offsetInCU: 0x2552, offset: 0xE3EF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_SgWOe', symObjAddr: 0x3270, symBinAddr: 0xB4DE0, symSize: 0x20 }
+ - { offsetInCU: 0x2566, offset: 0xE3F06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0H0VtFTf4dnd_n', symObjAddr: 0x3290, symBinAddr: 0xB4E00, symSize: 0x1C0 }
+ - { offsetInCU: 0x26EE, offset: 0xE408E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC10didConnectyyFyycfU_TA', symObjAddr: 0x3450, symBinAddr: 0xB4FC0, symSize: 0x10 }
+ - { offsetInCU: 0x2702, offset: 0xE40A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC12didReconnectyyFyycfU_TA', symObjAddr: 0x3490, symBinAddr: 0xB5000, symSize: 0x10 }
+ - { offsetInCU: 0x2716, offset: 0xE40B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tFTf4dd_n', symObjAddr: 0x34A0, symBinAddr: 0xB5010, symSize: 0x140 }
+ - { offsetInCU: 0x2825, offset: 0xE41C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8didCloseyyFyycfU_TA', symObjAddr: 0x35E0, symBinAddr: 0xB5150, symSize: 0x10 }
+ - { offsetInCU: 0x2839, offset: 0xE41D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC26didAudioSessionChangeRoute6client7session6reason08previousJ0yAA12WebRTCClientC_So08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0rhJ11DescriptionCtFyycfU_TA', symObjAddr: 0x3640, symBinAddr: 0xB51B0, symSize: 0x20 }
+ - { offsetInCU: 0x284D, offset: 0xE41ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOWOe', symObjAddr: 0x3660, symBinAddr: 0xB51D0, symSize: 0x10 }
+ - { offsetInCU: 0x2861, offset: 0xE4201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA11RequestableAAWl', symObjAddr: 0x3670, symBinAddr: 0xB51E0, symSize: 0x30 }
+ - { offsetInCU: 0x2875, offset: 0xE4215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA10ResultableAAWl', symObjAddr: 0x36A0, symBinAddr: 0xB5210, symSize: 0x30 }
+ - { offsetInCU: 0x2889, offset: 0xE4229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU0_TA', symObjAddr: 0x3730, symBinAddr: 0xB5260, symSize: 0x20 }
+ - { offsetInCU: 0x289D, offset: 0xE423D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TRTA', symObjAddr: 0x3750, symBinAddr: 0xB5280, symSize: 0x20 }
+ - { offsetInCU: 0x28B1, offset: 0xE4251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA11RequestableAAWl', symObjAddr: 0x3770, symBinAddr: 0xB52A0, symSize: 0x30 }
+ - { offsetInCU: 0x28C5, offset: 0xE4265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA10ResultableAAWl', symObjAddr: 0x37A0, symBinAddr: 0xB52D0, symSize: 0x30 }
+ - { offsetInCU: 0x28D9, offset: 0xE4279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionI0CtFyyAA8SBCErrorCSgccfU_yAA9SBCResultOyAA10IgnoreTypeVGcfU_TA', symObjAddr: 0x37D0, symBinAddr: 0xB5300, symSize: 0x20 }
+ - { offsetInCU: 0x28ED, offset: 0xE428D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA11RequestableAAWl', symObjAddr: 0x37F0, symBinAddr: 0xB5320, symSize: 0x30 }
+ - { offsetInCU: 0x2901, offset: 0xE42A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA10ResultableAAWl', symObjAddr: 0x3820, symBinAddr: 0xB5350, symSize: 0x30 }
+ - { offsetInCU: 0x14A, offset: 0xE495F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21availableVideoDevicesSayAA0G6DeviceCGvg', symObjAddr: 0x13D0, symBinAddr: 0xB67B0, symSize: 0xA0 }
+ - { offsetInCU: 0x3F0, offset: 0xE4C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10startVideoyyF', symObjAddr: 0x3C0, symBinAddr: 0xB57A0, symSize: 0x3B0 }
+ - { offsetInCU: 0x5AD, offset: 0xE4DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10startVideoyyFTo', symObjAddr: 0x770, symBinAddr: 0xB5B50, symSize: 0x30 }
+ - { offsetInCU: 0x5C9, offset: 0xE4DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9stopVideoyyF', symObjAddr: 0x7A0, symBinAddr: 0xB5B80, symSize: 0x250 }
+ - { offsetInCU: 0x732, offset: 0xE4F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9stopVideoyyFTo', symObjAddr: 0x9F0, symBinAddr: 0xB5DD0, symSize: 0x30 }
+ - { offsetInCU: 0x7B0, offset: 0xE4FC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoViewyyAA0abhI0CF', symObjAddr: 0xA20, symBinAddr: 0xB5E00, symSize: 0x530 }
+ - { offsetInCU: 0xACF, offset: 0xE52E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoViewyyAA0abhI0CFTo', symObjAddr: 0xF50, symBinAddr: 0xB6330, symSize: 0x50 }
+ - { offsetInCU: 0xAFA, offset: 0xE530F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoViewyyAA0abhI0CF', symObjAddr: 0xFA0, symBinAddr: 0xB6380, symSize: 0x300 }
+ - { offsetInCU: 0xCE7, offset: 0xE54FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoViewyyAA0abhI0CFTo', symObjAddr: 0x12A0, symBinAddr: 0xB6680, symSize: 0x50 }
+ - { offsetInCU: 0xD3F, offset: 0xE5554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21availableVideoDevicesSayAA0G6DeviceCGvgTo', symObjAddr: 0x12F0, symBinAddr: 0xB66D0, symSize: 0xE0 }
+ - { offsetInCU: 0xD92, offset: 0xE55A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18currentVideoDeviceAA0gH0CSgvgTo', symObjAddr: 0x1470, symBinAddr: 0xB6850, symSize: 0x40 }
+ - { offsetInCU: 0xDCC, offset: 0xE55E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18currentVideoDeviceAA0gH0CSgvg', symObjAddr: 0x14B0, symBinAddr: 0xB6890, symSize: 0xD0 }
+ - { offsetInCU: 0xF0D, offset: 0xE5722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctF', symObjAddr: 0x1580, symBinAddr: 0xB6960, symSize: 0x460 }
+ - { offsetInCU: 0x1143, offset: 0xE5958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctFyAJcfU1_', symObjAddr: 0x19E0, symBinAddr: 0xB6DC0, symSize: 0x2A0 }
+ - { offsetInCU: 0x12E0, offset: 0xE5AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17selectVideoDevice_17completionHandleryAA0gH0C_yAA8SBCErrorCSgctFTo', symObjAddr: 0x1C80, symBinAddr: 0xB7060, symSize: 0x90 }
+ - { offsetInCU: 0x1353, offset: 0xE5B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0x1D10, symBinAddr: 0xB70F0, symSize: 0x4E0 }
+ - { offsetInCU: 0x14B4, offset: 0xE5CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_', symObjAddr: 0x21F0, symBinAddr: 0xB75D0, symSize: 0xD0 }
+ - { offsetInCU: 0x1500, offset: 0xE5D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22captureRemoteVideoView17completionHandleryySo7UIImageCSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x22E0, symBinAddr: 0xB76C0, symSize: 0x120 }
+ - { offsetInCU: 0x15CB, offset: 0xE5DE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x2400, symBinAddr: 0xB77E0, symSize: 0x2F0 }
+ - { offsetInCU: 0x165F, offset: 0xE5E74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_', symObjAddr: 0x28D0, symBinAddr: 0xB7CB0, symSize: 0xF0 }
+ - { offsetInCU: 0x16F6, offset: 0xE5F0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21captureLocalVideoView17completionHandleryySo7UIImageCSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x2710, symBinAddr: 0xB7AF0, symSize: 0x120 }
+ - { offsetInCU: 0x17D8, offset: 0xE5FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tFTf4en_nAA0abhI0C_Tg5', symObjAddr: 0x2B60, symBinAddr: 0xB7DA0, symSize: 0x360 }
+ - { offsetInCU: 0x19C6, offset: 0xE61DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tFTf4en_nAA0abhI0C_Tg5', symObjAddr: 0x2EC0, symBinAddr: 0xB8100, symSize: 0x1D0 }
+ - { offsetInCU: 0x1AAB, offset: 0xE62C0, size: 0x8, addend: 0x0, symName: '_$sSo15AVCaptureDeviceCMa', symObjAddr: 0x3090, symBinAddr: 0xB82D0, symSize: 0x30 }
+ - { offsetInCU: 0x1B37, offset: 0xE634C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x3670, symBinAddr: 0xB88B0, symSize: 0x20 }
+ - { offsetInCU: 0x1B56, offset: 0xE636B, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSg13SendBirdCalls8SBCErrorCSgIeyByy_AcGIeggg_TRTA', symObjAddr: 0x3700, symBinAddr: 0xB8940, symSize: 0x20 }
+ - { offsetInCU: 0x1B7F, offset: 0xE6394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x3720, symBinAddr: 0xB8960, symSize: 0x10 }
+ - { offsetInCU: 0x1B93, offset: 0xE63A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_TA', symObjAddr: 0x37B0, symBinAddr: 0xB89F0, symSize: 0x20 }
+ - { offsetInCU: 0x1BA7, offset: 0xE63BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_TA', symObjAddr: 0x37D0, symBinAddr: 0xB8A10, symSize: 0x20 }
+ - { offsetInCU: 0x1BBB, offset: 0xE63D0, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x37F0, symBinAddr: 0xB8A30, symSize: 0x20 }
+ - { offsetInCU: 0x1BCF, offset: 0xE63E4, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3810, symBinAddr: 0xB8A50, symSize: 0x10 }
+ - { offsetInCU: 0x1BE3, offset: 0xE63F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15captureSnapshot33_621973C370BAD764D0E32CBD2D7CA9FELL4with17completionHandleryAA0aB9VideoViewCSg_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAM_APtcfU3_yycfU_TA', symObjAddr: 0x38E0, symBinAddr: 0xB8B20, symSize: 0x30 }
+ - { offsetInCU: 0x1C83, offset: 0xE6498, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFSaySo15AVCaptureDeviceCG_13SendBirdCalls05VideoE0CTg506$sSo15de3C13fg7Calls05I131B0CSgs5Error_pIggozo_AbFsAG_pIegnrzo_TR04$s13cd29Calls10DirectCallC21availablef15DevicesSayAA0G6b12CGvgAFSgSo09A9I0CSgcfu_Tf3nnpf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0xB53E0, symSize: 0x3C0 }
+ - { offsetInCU: 0x20BF, offset: 0xE68D4, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5048$s13SendBirdCalls12WebRTCClientC20currentCapturee4So09D16H0CSgvgSbAFXEfU_0gH5Calls0jK0CTf1cn_nTf4ng_n', symObjAddr: 0x30C0, symBinAddr: 0xB8300, symSize: 0x350 }
+ - { offsetInCU: 0x22DA, offset: 0xE6AEF, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15AVCaptureDeviceCG_Tg5086$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFSbSo15dE6CXEfU_AGSgTf1cn_nTf4ng_n', symObjAddr: 0x3540, symBinAddr: 0xB8780, symSize: 0x130 }
+ - { offsetInCU: 0x5C, offset: 0xE7000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0xB8CA0, symSize: 0x370 }
+ - { offsetInCU: 0xDC, offset: 0xE7080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO0dE0O_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x530, symBinAddr: 0xB9060, symSize: 0xA0 }
+ - { offsetInCU: 0x121, offset: 0xE70C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCfd', symObjAddr: 0x5D0, symBinAddr: 0xB9100, symSize: 0x30 }
+ - { offsetInCU: 0x13E, offset: 0xE70E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvg', symObjAddr: 0x600, symBinAddr: 0xB9130, symSize: 0x40 }
+ - { offsetInCU: 0x15A, offset: 0xE70FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvs', symObjAddr: 0x640, symBinAddr: 0xB9170, symSize: 0x40 }
+ - { offsetInCU: 0x176, offset: 0xE711A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC6callIdSSvM', symObjAddr: 0x680, symBinAddr: 0xB91B0, symSize: 0x30 }
+ - { offsetInCU: 0x192, offset: 0xE7136, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvg', symObjAddr: 0x6B0, symBinAddr: 0xB91E0, symSize: 0x40 }
+ - { offsetInCU: 0x1AE, offset: 0xE7152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvs', symObjAddr: 0x6F0, symBinAddr: 0xB9220, symSize: 0x40 }
+ - { offsetInCU: 0x1CA, offset: 0xE716E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9messageIdSSvM', symObjAddr: 0x730, symBinAddr: 0xB9260, symSize: 0x30 }
+ - { offsetInCU: 0x1E6, offset: 0xE718A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0Vvg', symObjAddr: 0x760, symBinAddr: 0xB9290, symSize: 0x40 }
+ - { offsetInCU: 0x202, offset: 0xE71A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0Vvs', symObjAddr: 0x7A0, symBinAddr: 0xB92D0, symSize: 0x50 }
+ - { offsetInCU: 0x21E, offset: 0xE71C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0VvM', symObjAddr: 0x7F0, symBinAddr: 0xB9320, symSize: 0x30 }
+ - { offsetInCU: 0x23A, offset: 0xE71DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC12deliveryInfoAA08DeliveryI0VvM.resume.0', symObjAddr: 0x820, symBinAddr: 0xB9350, symSize: 0x10 }
+ - { offsetInCU: 0x256, offset: 0xE71FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvg', symObjAddr: 0x830, symBinAddr: 0xB9360, symSize: 0x30 }
+ - { offsetInCU: 0x272, offset: 0xE7216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvs', symObjAddr: 0x860, symBinAddr: 0xB9390, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0xE7232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC9inputTypeAA0f5InputI0OSgvM', symObjAddr: 0x890, symBinAddr: 0xB93C0, symSize: 0x30 }
+ - { offsetInCU: 0x2AA, offset: 0xE724E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC014shouldWaitPushF0Sbvg', symObjAddr: 0x8C0, symBinAddr: 0xB93F0, symSize: 0x10 }
+ - { offsetInCU: 0x2D5, offset: 0xE7279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC7versionSivg', symObjAddr: 0x8D0, symBinAddr: 0xB9400, symSize: 0x10 }
+ - { offsetInCU: 0x2F1, offset: 0xE7295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandTypeAA0G5TypesO0dE0Ovg', symObjAddr: 0x8E0, symBinAddr: 0xB9410, symSize: 0x10 }
+ - { offsetInCU: 0x35B, offset: 0xE72FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO0dE0O_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x8F0, symBinAddr: 0xB9420, symSize: 0xC0 }
+ - { offsetInCU: 0x3E4, offset: 0xE7388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x9B0, symBinAddr: 0xB94E0, symSize: 0x70 }
+ - { offsetInCU: 0x41F, offset: 0xE73C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xA20, symBinAddr: 0xB9550, symSize: 0x70 }
+ - { offsetInCU: 0x462, offset: 0xE7406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xA90, symBinAddr: 0xB95C0, symSize: 0x10 }
+ - { offsetInCU: 0x489, offset: 0xE742D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xAA0, symBinAddr: 0xB95D0, symSize: 0x10 }
+ - { offsetInCU: 0x4B0, offset: 0xE7454, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAB0, symBinAddr: 0xB95E0, symSize: 0x20 }
+ - { offsetInCU: 0x4E7, offset: 0xE748B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAD0, symBinAddr: 0xB9600, symSize: 0x20 }
+ - { offsetInCU: 0x53C, offset: 0xE74E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0xC40, symBinAddr: 0xB9770, symSize: 0x80 }
+ - { offsetInCU: 0x57D, offset: 0xE7521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0xCC0, symBinAddr: 0xB97F0, symSize: 0x30 }
+ - { offsetInCU: 0x591, offset: 0xE7535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xCF0, symBinAddr: 0xB9820, symSize: 0x10 }
+ - { offsetInCU: 0x5C7, offset: 0xE756B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD00, symBinAddr: 0xB9830, symSize: 0x80 }
+ - { offsetInCU: 0x61F, offset: 0xE75C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD80, symBinAddr: 0xB98B0, symSize: 0x10 }
+ - { offsetInCU: 0x63B, offset: 0xE75DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xD90, symBinAddr: 0xB98C0, symSize: 0x10 }
+ - { offsetInCU: 0x662, offset: 0xE7606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDE0, symBinAddr: 0xB9910, symSize: 0x40 }
+ - { offsetInCU: 0x6A5, offset: 0xE7649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCfD', symObjAddr: 0xE20, symBinAddr: 0xB9950, symSize: 0x40 }
+ - { offsetInCU: 0x6E8, offset: 0xE768C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xE60, symBinAddr: 0xB9990, symSize: 0x20 }
+ - { offsetInCU: 0x70B, offset: 0xE76AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0fG0A2aDP9inputTypeAA0f5InputI0OSgvgTW', symObjAddr: 0xE80, symBinAddr: 0xB99B0, symSize: 0x20 }
+ - { offsetInCU: 0x727, offset: 0xE76CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0fG0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0xEA0, symBinAddr: 0xB99D0, symSize: 0x20 }
+ - { offsetInCU: 0x743, offset: 0xE76E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0deF11CommandableA2aDP9messageIdSSvgTW', symObjAddr: 0xEC0, symBinAddr: 0xB99F0, symSize: 0x20 }
+ - { offsetInCU: 0x760, offset: 0xE7704, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCMa', symObjAddr: 0x410, symBinAddr: 0xB9010, symSize: 0x20 }
+ - { offsetInCU: 0x774, offset: 0xE7718, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVACSeAAWl', symObjAddr: 0x4B0, symBinAddr: 0xB9030, symSize: 0x30 }
+ - { offsetInCU: 0x7A9, offset: 0xE774D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0xEE0, symBinAddr: 0xB9A10, symSize: 0x10 }
+ - { offsetInCU: 0x7BD, offset: 0xE7761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0xEF0, symBinAddr: 0xB9A20, symSize: 0x30 }
+ - { offsetInCU: 0x7D1, offset: 0xE7775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF20, symBinAddr: 0xB9A50, symSize: 0x10 }
+ - { offsetInCU: 0x7E5, offset: 0xE7789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xF30, symBinAddr: 0xB9A60, symSize: 0x30 }
+ - { offsetInCU: 0x7F9, offset: 0xE779D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF60, symBinAddr: 0xB9A90, symSize: 0x10 }
+ - { offsetInCU: 0x80D, offset: 0xE77B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xF70, symBinAddr: 0xB9AA0, symSize: 0x30 }
+ - { offsetInCU: 0x821, offset: 0xE77C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA0deF11CommandableAAWI', symObjAddr: 0xFA0, symBinAddr: 0xB9AD0, symSize: 0x30 }
+ - { offsetInCU: 0x835, offset: 0xE77D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA11RespondableAAWI', symObjAddr: 0xFD0, symBinAddr: 0xB9B00, symSize: 0x40 }
+ - { offsetInCU: 0x849, offset: 0xE77ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA8ResponseAAWI', symObjAddr: 0x1010, symBinAddr: 0xB9B40, symSize: 0x30 }
+ - { offsetInCU: 0x85D, offset: 0xE7801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA17StrategyDecodableAAWI', symObjAddr: 0x1070, symBinAddr: 0xB9BA0, symSize: 0x30 }
+ - { offsetInCU: 0x871, offset: 0xE7815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwet', symObjAddr: 0x13E0, symBinAddr: 0xB9EF0, symSize: 0x80 }
+ - { offsetInCU: 0x885, offset: 0xE7829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwst', symObjAddr: 0x1460, symBinAddr: 0xB9F70, symSize: 0xD0 }
+ - { offsetInCU: 0x899, offset: 0xE783D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwug', symObjAddr: 0x1530, symBinAddr: 0xBA040, symSize: 0x10 }
+ - { offsetInCU: 0x8AD, offset: 0xE7851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwup', symObjAddr: 0x1540, symBinAddr: 0xBA050, symSize: 0x10 }
+ - { offsetInCU: 0x8C1, offset: 0xE7865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOwui', symObjAddr: 0x1550, symBinAddr: 0xBA060, symSize: 0x10 }
+ - { offsetInCU: 0x8D5, offset: 0xE7879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOMa', symObjAddr: 0x1560, symBinAddr: 0xBA070, symSize: 0x10 }
+ - { offsetInCU: 0x91E, offset: 0xE78C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAF0, symBinAddr: 0xB9620, symSize: 0x80 }
+ - { offsetInCU: 0x9ED, offset: 0xE7991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB70, symBinAddr: 0xB96A0, symSize: 0x50 }
+ - { offsetInCU: 0xA6B, offset: 0xE7A0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBC0, symBinAddr: 0xB96F0, symSize: 0x30 }
+ - { offsetInCU: 0xABD, offset: 0xE7A61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xBF0, symBinAddr: 0xB9720, symSize: 0x50 }
+ - { offsetInCU: 0xB19, offset: 0xE7ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xDA0, symBinAddr: 0xB98D0, symSize: 0x20 }
+ - { offsetInCU: 0xB35, offset: 0xE7AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xDC0, symBinAddr: 0xB98F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xE7D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0xBA0B0, symSize: 0x60 }
+ - { offsetInCU: 0x69, offset: 0xE7D6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0xBA0B0, symSize: 0x60 }
+ - { offsetInCU: 0xA4, offset: 0xE7DA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvg', symObjAddr: 0x60, symBinAddr: 0xBA110, symSize: 0x50 }
+ - { offsetInCU: 0xEB, offset: 0xE7DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvsTo', symObjAddr: 0xB0, symBinAddr: 0xBA160, symSize: 0x60 }
+ - { offsetInCU: 0x130, offset: 0xE7E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvs', symObjAddr: 0x110, symBinAddr: 0xBA1C0, symSize: 0x50 }
+ - { offsetInCU: 0x157, offset: 0xE7E58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdSSvM', symObjAddr: 0x160, symBinAddr: 0xBA210, symSize: 0x40 }
+ - { offsetInCU: 0x1A4, offset: 0xE7EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvgTo', symObjAddr: 0x1A0, symBinAddr: 0xBA250, symSize: 0x70 }
+ - { offsetInCU: 0x1D9, offset: 0xE7EDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvg', symObjAddr: 0x210, symBinAddr: 0xBA2C0, symSize: 0x50 }
+ - { offsetInCU: 0x220, offset: 0xE7F21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvsTo', symObjAddr: 0x260, symBinAddr: 0xBA310, symSize: 0x70 }
+ - { offsetInCU: 0x265, offset: 0xE7F66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvs', symObjAddr: 0x2D0, symBinAddr: 0xBA380, symSize: 0x50 }
+ - { offsetInCU: 0x28C, offset: 0xE7F8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvM', symObjAddr: 0x320, symBinAddr: 0xBA3D0, symSize: 0x40 }
+ - { offsetInCU: 0x2BB, offset: 0xE7FBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC11accessTokenSSSgvM.resume.0', symObjAddr: 0x360, symBinAddr: 0xBA410, symSize: 0x10 }
+ - { offsetInCU: 0x31C, offset: 0xE801D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfC', symObjAddr: 0x370, symBinAddr: 0xBA420, symSize: 0xF0 }
+ - { offsetInCU: 0x365, offset: 0xE8066, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfc', symObjAddr: 0x460, symBinAddr: 0xBA510, symSize: 0xE0 }
+ - { offsetInCU: 0x396, offset: 0xE8097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userId11accessTokenACSS_SSSgtcfcTo', symObjAddr: 0x560, symBinAddr: 0xBA610, symSize: 0x110 }
+ - { offsetInCU: 0x413, offset: 0xE8114, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfC', symObjAddr: 0x670, symBinAddr: 0xBA720, symSize: 0x60 }
+ - { offsetInCU: 0x45A, offset: 0xE815B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfc', symObjAddr: 0x6D0, symBinAddr: 0xBA780, symSize: 0x50 }
+ - { offsetInCU: 0x48B, offset: 0xE818C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsC6userIdACSS_tcfcTo', symObjAddr: 0x720, symBinAddr: 0xBA7D0, symSize: 0x60 }
+ - { offsetInCU: 0x4D0, offset: 0xE81D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfC', symObjAddr: 0x780, symBinAddr: 0xBA830, symSize: 0x20 }
+ - { offsetInCU: 0x4EE, offset: 0xE81EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfc', symObjAddr: 0x7A0, symBinAddr: 0xBA850, symSize: 0x50 }
+ - { offsetInCU: 0x529, offset: 0xE822A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCACycfcTo', symObjAddr: 0x7F0, symBinAddr: 0xBA8A0, symSize: 0x50 }
+ - { offsetInCU: 0x566, offset: 0xE8267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCfD', symObjAddr: 0x840, symBinAddr: 0xBA8F0, symSize: 0x30 }
+ - { offsetInCU: 0x594, offset: 0xE8295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCMa', symObjAddr: 0x540, symBinAddr: 0xBA5F0, symSize: 0x20 }
+ - { offsetInCU: 0x5A8, offset: 0xE82A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AuthenticateParamsCfETo', symObjAddr: 0x970, symBinAddr: 0xBAA20, symSize: 0x40 }
+ - { offsetInCU: 0x50, offset: 0xE850F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvpZ', symObjAddr: 0xCAE0, symBinAddr: 0x2F7218, symSize: 0x0 }
+ - { offsetInCU: 0x6B, offset: 0xE852A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvpZ', symObjAddr: 0xCAF0, symBinAddr: 0x2F7228, symSize: 0x0 }
+ - { offsetInCU: 0x86, offset: 0xE8545, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvpZ', symObjAddr: 0xCB00, symBinAddr: 0x2F7238, symSize: 0x0 }
+ - { offsetInCU: 0xA1, offset: 0xE8560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvpZ', symObjAddr: 0xCB01, symBinAddr: 0x2F7239, symSize: 0x0 }
+ - { offsetInCU: 0xBC, offset: 0xE857B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvpZ', symObjAddr: 0xCB02, symBinAddr: 0x2F723A, symSize: 0x0 }
+ - { offsetInCU: 0xD7, offset: 0xE8596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvpZ', symObjAddr: 0x3FDCD, symBinAddr: 0x32BFA8, symSize: 0x0 }
+ - { offsetInCU: 0x11A, offset: 0xE85D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO17canHaveLocalMediaSbvg', symObjAddr: 0x0, symBinAddr: 0xBAB60, symSize: 0x120 }
+ - { offsetInCU: 0x275, offset: 0xE8734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO18canHaveRemoteMediaSbvg', symObjAddr: 0x120, symBinAddr: 0xBAC80, symSize: 0x140 }
+ - { offsetInCU: 0x3F0, offset: 0xE88AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO14asRTCDirectionSo017RTCRtpTransceiverF0Vvg', symObjAddr: 0x2CB0, symBinAddr: 0xBD810, symSize: 0x20 }
+ - { offsetInCU: 0x40D, offset: 0xE88CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8reversedAEvg', symObjAddr: 0x8690, symBinAddr: 0xC31F0, symSize: 0x20 }
+ - { offsetInCU: 0x456, offset: 0xE8915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8rawValueAESgSS_tcfC', symObjAddr: 0x86B0, symBinAddr: 0xC3210, symSize: 0x70 }
+ - { offsetInCU: 0x482, offset: 0xE8941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionO8rawValueSSvg', symObjAddr: 0x8720, symBinAddr: 0xC3280, symSize: 0x20 }
+ - { offsetInCU: 0x4AE, offset: 0xE896D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x8890, symBinAddr: 0xC33F0, symSize: 0x80 }
+ - { offsetInCU: 0x4EF, offset: 0xE89AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x8910, symBinAddr: 0xC3470, symSize: 0x30 }
+ - { offsetInCU: 0x51A, offset: 0xE89D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO3keyAESSSg_tcfC', symObjAddr: 0x260, symBinAddr: 0xBADC0, symSize: 0x20 }
+ - { offsetInCU: 0x571, offset: 0xE8A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO16peerConnectionIdSSSgvg', symObjAddr: 0x280, symBinAddr: 0xBADE0, symSize: 0x30 }
+ - { offsetInCU: 0x5BE, offset: 0xE8A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO4hash4intoys6HasherVz_tF', symObjAddr: 0x8430, symBinAddr: 0xC2F90, symSize: 0x50 }
+ - { offsetInCU: 0x636, offset: 0xE8AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO2eeoiySbAE_AEtFZ', symObjAddr: 0x8480, symBinAddr: 0xC2FE0, symSize: 0x40 }
+ - { offsetInCU: 0x6B2, offset: 0xE8B71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierO9hashValueSivg', symObjAddr: 0x84C0, symBinAddr: 0xC3020, symSize: 0x60 }
+ - { offsetInCU: 0x7B8, offset: 0xE8C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH9hashValueSivgTW', symObjAddr: 0x8520, symBinAddr: 0xC3080, symSize: 0x60 }
+ - { offsetInCU: 0x8C1, offset: 0xE8D80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8580, symBinAddr: 0xC30E0, symSize: 0x60 }
+ - { offsetInCU: 0x96A, offset: 0xE8E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8640, symBinAddr: 0xC31A0, symSize: 0x50 }
+ - { offsetInCU: 0x9CE, offset: 0xE8E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifierAC10IdentifierOvg', symObjAddr: 0x2B0, symBinAddr: 0xBAE10, symSize: 0x30 }
+ - { offsetInCU: 0x9EB, offset: 0xE8EAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6statusAA14NewValueStatusOvg', symObjAddr: 0x2E0, symBinAddr: 0xBAE40, symSize: 0x30 }
+ - { offsetInCU: 0xA18, offset: 0xE8ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6statusAA14NewValueStatusOvM', symObjAddr: 0x330, symBinAddr: 0xBAE90, symSize: 0x40 }
+ - { offsetInCU: 0xA47, offset: 0xE8F06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x3B0, symBinAddr: 0xBAF10, symSize: 0x70 }
+ - { offsetInCU: 0xA74, offset: 0xE8F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvw', symObjAddr: 0x430, symBinAddr: 0xBAF90, symSize: 0x250 }
+ - { offsetInCU: 0xCA4, offset: 0xE9163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvW', symObjAddr: 0x680, symBinAddr: 0xBB1E0, symSize: 0x2A0 }
+ - { offsetInCU: 0xED4, offset: 0xE9393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvg', symObjAddr: 0x920, symBinAddr: 0xBB480, symSize: 0x40 }
+ - { offsetInCU: 0xF03, offset: 0xE93C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvs', symObjAddr: 0x960, symBinAddr: 0xBB4C0, symSize: 0xA0 }
+ - { offsetInCU: 0xF2A, offset: 0xE93E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvM', symObjAddr: 0xA00, symBinAddr: 0xBB560, symSize: 0x60 }
+ - { offsetInCU: 0xF81, offset: 0xE9440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5stateAA22PeerConnectionStatable_pvM.resume.0', symObjAddr: 0xA60, symBinAddr: 0xBB5C0, symSize: 0x110 }
+ - { offsetInCU: 0xFCD, offset: 0xE948C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11rtcClientIdSSvg', symObjAddr: 0xB70, symBinAddr: 0xBB6D0, symSize: 0x30 }
+ - { offsetInCU: 0xFFA, offset: 0xE94B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14audioDirectionAC0G0Ovg', symObjAddr: 0xBA0, symBinAddr: 0xBB700, symSize: 0x30 }
+ - { offsetInCU: 0x1027, offset: 0xE94E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14audioDirectionAC0G0OvM', symObjAddr: 0xBF0, symBinAddr: 0xBB750, symSize: 0x40 }
+ - { offsetInCU: 0x1056, offset: 0xE9515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14videoDirectionAC0G0Ovg', symObjAddr: 0xC30, symBinAddr: 0xBB790, symSize: 0x30 }
+ - { offsetInCU: 0x1083, offset: 0xE9542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14videoDirectionAC0G0OvM', symObjAddr: 0xCC0, symBinAddr: 0xBB820, symSize: 0x40 }
+ - { offsetInCU: 0x10B2, offset: 0xE9571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10dataSourceAA0de4DataG0_pSgvM', symObjAddr: 0xDE0, symBinAddr: 0xBB940, symSize: 0x70 }
+ - { offsetInCU: 0x10DF, offset: 0xE959E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12isICERestartSbvg', symObjAddr: 0xED0, symBinAddr: 0xBBA30, symSize: 0x80 }
+ - { offsetInCU: 0x110C, offset: 0xE95CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11isInitiatorSbvg', symObjAddr: 0xF50, symBinAddr: 0xBBAB0, symSize: 0x20 }
+ - { offsetInCU: 0x1172, offset: 0xE9631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16localDescription33_08B5134EDB172B155D44BB921E077E73LLAC9SDPStatusOvs', symObjAddr: 0xFA0, symBinAddr: 0xBBB00, symSize: 0x200 }
+ - { offsetInCU: 0x1235, offset: 0xE96F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16mediaConstraintsSo08RTCMediaG0Cvg', symObjAddr: 0x11A0, symBinAddr: 0xBBD00, symSize: 0x270 }
+ - { offsetInCU: 0x13CB, offset: 0xE988A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12audioSessionSo08RTCAudioG0CvgZ', symObjAddr: 0x1420, symBinAddr: 0xBBF80, symSize: 0x30 }
+ - { offsetInCU: 0x13E6, offset: 0xE98A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localAudioTrackSo08RTCAudioH0CSgvM', symObjAddr: 0x1490, symBinAddr: 0xBBFF0, symSize: 0x40 }
+ - { offsetInCU: 0x1415, offset: 0xE98D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoSourceSo08RTCVideoG0Cvg', symObjAddr: 0x14D0, symBinAddr: 0xBC030, symSize: 0x20 }
+ - { offsetInCU: 0x1442, offset: 0xE9901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localVideoTrackSo08RTCVideoH0CSgvW', symObjAddr: 0x14F0, symBinAddr: 0xBC050, symSize: 0xD0 }
+ - { offsetInCU: 0x14B9, offset: 0xE9978, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15localVideoTrackSo08RTCVideoH0CSgvM', symObjAddr: 0x1600, symBinAddr: 0xBC160, symSize: 0x40 }
+ - { offsetInCU: 0x14E8, offset: 0xE99A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvg', symObjAddr: 0x16B0, symBinAddr: 0xBC210, symSize: 0x90 }
+ - { offsetInCU: 0x1517, offset: 0xE99D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvs', symObjAddr: 0x1740, symBinAddr: 0xBC2A0, symSize: 0x90 }
+ - { offsetInCU: 0x1556, offset: 0xE9A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvM', symObjAddr: 0x17D0, symBinAddr: 0xBC330, symSize: 0x40 }
+ - { offsetInCU: 0x1585, offset: 0xE9A44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvM.resume.0', symObjAddr: 0x1810, symBinAddr: 0xBC370, symSize: 0x10 }
+ - { offsetInCU: 0x15B0, offset: 0xE9A6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13videoCapturerSo08RTCVideoG0CSgvM', symObjAddr: 0x1860, symBinAddr: 0xBC3C0, symSize: 0x40 }
+ - { offsetInCU: 0x15DF, offset: 0xE9A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16remoteVideoTrackSo08RTCVideoH0CSgvW', symObjAddr: 0x18A0, symBinAddr: 0xBC400, symSize: 0x140 }
+ - { offsetInCU: 0x1684, offset: 0xE9B43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16remoteVideoTrackSo08RTCVideoH0CSgvM', symObjAddr: 0x1A90, symBinAddr: 0xBC5F0, symSize: 0x40 }
+ - { offsetInCU: 0x16B3, offset: 0xE9B72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9audioSinkAA0ab5AudioG0Cvg', symObjAddr: 0x1B20, symBinAddr: 0xBC680, symSize: 0x20 }
+ - { offsetInCU: 0x16E0, offset: 0xE9B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14localVideoSinkAA0abgH0CSgvM', symObjAddr: 0x1B80, symBinAddr: 0xBC6E0, symSize: 0x40 }
+ - { offsetInCU: 0x170F, offset: 0xE9BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15remoteVideoSinkAA0abgH0CSgvM', symObjAddr: 0x1C00, symBinAddr: 0xBC760, symSize: 0x40 }
+ - { offsetInCU: 0x173E, offset: 0xE9BFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16audioTransceiverSo06RTCRtpG0CSgvM', symObjAddr: 0x1C80, symBinAddr: 0xBC7E0, symSize: 0x40 }
+ - { offsetInCU: 0x176D, offset: 0xE9C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16videoTransceiverSo06RTCRtpG0CSgvM', symObjAddr: 0x1D00, symBinAddr: 0xBC860, symSize: 0x40 }
+ - { offsetInCU: 0x179C, offset: 0xE9C5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnectionSo07RTCPeerG0CSgvM', symObjAddr: 0x1E00, symBinAddr: 0xBC960, symSize: 0x40 }
+ - { offsetInCU: 0x17CB, offset: 0xE9C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC7factorySo24RTCPeerConnectionFactoryCvg', symObjAddr: 0x1E40, symBinAddr: 0xBC9A0, symSize: 0x20 }
+ - { offsetInCU: 0x17F8, offset: 0xE9CB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19localSignalingStateSo012RTCSignalingH0VSgvM', symObjAddr: 0x1EA0, symBinAddr: 0xBCA00, symSize: 0x40 }
+ - { offsetInCU: 0x1827, offset: 0xE9CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20remoteSignalingStateSo012RTCSignalingH0VSgvM', symObjAddr: 0x1FA0, symBinAddr: 0xBCB00, symSize: 0x40 }
+ - { offsetInCU: 0x1874, offset: 0xE9D33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15hasSetRemoteSDPSbvg', symObjAddr: 0x1FE0, symBinAddr: 0xBCB40, symSize: 0x20 }
+ - { offsetInCU: 0x18D4, offset: 0xE9D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvg', symObjAddr: 0x2010, symBinAddr: 0xBCB70, symSize: 0x40 }
+ - { offsetInCU: 0x1901, offset: 0xE9DC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvs', symObjAddr: 0x2050, symBinAddr: 0xBCBB0, symSize: 0x50 }
+ - { offsetInCU: 0x193E, offset: 0xE9DFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13packetMonitorAC09RTPPacketG0CSgvM', symObjAddr: 0x20A0, symBinAddr: 0xBCC00, symSize: 0x40 }
+ - { offsetInCU: 0x196D, offset: 0xE9E2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvg', symObjAddr: 0x20E0, symBinAddr: 0xBCC40, symSize: 0x30 }
+ - { offsetInCU: 0x199A, offset: 0xE9E59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvs', symObjAddr: 0x2110, symBinAddr: 0xBCC70, symSize: 0x40 }
+ - { offsetInCU: 0x19D7, offset: 0xE9E96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19shouldUseIceRestartSbvM', symObjAddr: 0x2150, symBinAddr: 0xBCCB0, symSize: 0x40 }
+ - { offsetInCU: 0x1A06, offset: 0xE9EC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfC', symObjAddr: 0x2190, symBinAddr: 0xBCCF0, symSize: 0x80 }
+ - { offsetInCU: 0x1A8A, offset: 0xE9F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10identifier14audioDirection05videoH011rtcClientId11isInitiator14turnCredential0G4Sink7factory8delegate14monitorPacketsA2C10IdentifierO_AC0H0OAQSSSgSbAA04TurnP0CSgAA0ab5AudioQ0CSo24RTCPeerConnectionFactoryCSgAA0dE8Delegate_pSgSbtcfc', symObjAddr: 0x2210, symBinAddr: 0xBCD70, symSize: 0x630 }
+ - { offsetInCU: 0x1D66, offset: 0xEA225, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21peerConnectionFactory4withSo07RTCPeergH0CAA0aB9AudioSinkC_tFZ', symObjAddr: 0x2850, symBinAddr: 0xBD3B0, symSize: 0xA0 }
+ - { offsetInCU: 0x1E2B, offset: 0xEA2EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16peerConnectionId6client14turnCredential8delegateACSS_AcA04TurnK0CSgAA0dE8Delegate_pSgtcfC', symObjAddr: 0x28F0, symBinAddr: 0xBD450, symSize: 0xC0 }
+ - { offsetInCU: 0x1E96, offset: 0xEA355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20createPeerConnection4withyAA14TurnCredentialCSg_tF', symObjAddr: 0x29B0, symBinAddr: 0xBD510, symSize: 0x210 }
+ - { offsetInCU: 0x1FF1, offset: 0xEA4B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC18rtpTransceiverInit3forSo06RTCRtpgH0CAC9DirectionO_tF', symObjAddr: 0x2BD0, symBinAddr: 0xBD730, symSize: 0xE0 }
+ - { offsetInCU: 0x20D8, offset: 0xEA597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9configureyyF', symObjAddr: 0x2CD0, symBinAddr: 0xBD830, symSize: 0x10 }
+ - { offsetInCU: 0x2105, offset: 0xEA5C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfD', symObjAddr: 0x2CE0, symBinAddr: 0xBD840, symSize: 0x170 }
+ - { offsetInCU: 0x2224, offset: 0xEA6E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfDTo', symObjAddr: 0x2E50, symBinAddr: 0xBD9B0, symSize: 0x20 }
+ - { offsetInCU: 0x2240, offset: 0xEA6FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5clearyyF', symObjAddr: 0x2FD0, symBinAddr: 0xBDB30, symSize: 0x190 }
+ - { offsetInCU: 0x235F, offset: 0xEA81E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16releaseResourcesyyF', symObjAddr: 0x3160, symBinAddr: 0xBDCC0, symSize: 0x110 }
+ - { offsetInCU: 0x238E, offset: 0xEA84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10clearSinksyyF', symObjAddr: 0x3270, symBinAddr: 0xBDDD0, symSize: 0xA0 }
+ - { offsetInCU: 0x23E7, offset: 0xEA8A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6update17remoteDescriptionySo010RTCSessionH0CSg_tF', symObjAddr: 0x3310, symBinAddr: 0xBDE70, symSize: 0x100 }
+ - { offsetInCU: 0x2465, offset: 0xEA924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8updating17remoteDescriptionySo010RTCSessionH0CSg_tF', symObjAddr: 0x3410, symBinAddr: 0xBDF70, symSize: 0x40 }
+ - { offsetInCU: 0x24E1, offset: 0xEA9A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC23updateRemoteDescriptionyyF', symObjAddr: 0x3450, symBinAddr: 0xBDFB0, symSize: 0x70 }
+ - { offsetInCU: 0x2557, offset: 0xEAA16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5offer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tF', symObjAddr: 0x34F0, symBinAddr: 0xBE050, symSize: 0x660 }
+ - { offsetInCU: 0x275A, offset: 0xEAC19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6answer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tF', symObjAddr: 0x3BD0, symBinAddr: 0xBE730, symSize: 0x3A0 }
+ - { offsetInCU: 0x288F, offset: 0xEAD4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtF', symObjAddr: 0x3FF0, symBinAddr: 0xBEB50, symSize: 0x2D0 }
+ - { offsetInCU: 0x2AAC, offset: 0xEAF6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtFyALcfU_', symObjAddr: 0x42C0, symBinAddr: 0xBEE20, symSize: 0x340 }
+ - { offsetInCU: 0x2C73, offset: 0xEB132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtF', symObjAddr: 0x4650, symBinAddr: 0xBF1B0, symSize: 0x3D0 }
+ - { offsetInCU: 0x2ED5, offset: 0xEB394, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_', symObjAddr: 0x4A20, symBinAddr: 0xBF580, symSize: 0x3C0 }
+ - { offsetInCU: 0x3210, offset: 0xEB6CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_ySo17RTCRtpTransceiverCXEfU_Tf0ns_n', symObjAddr: 0x4DE0, symBinAddr: 0xBF940, symSize: 0x810 }
+ - { offsetInCU: 0x368C, offset: 0xEBB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3add9candidateyAA9CandidateC_tF', symObjAddr: 0x55F0, symBinAddr: 0xC0150, symSize: 0x1A0 }
+ - { offsetInCU: 0x37D9, offset: 0xEBC98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC6remove10candidatesySayAA9CandidateCG_tF', symObjAddr: 0x5790, symBinAddr: 0xC02F0, symSize: 0x3D0 }
+ - { offsetInCU: 0x3BFC, offset: 0xEC0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11reportError_8functionys0G0_pSg_SStF', symObjAddr: 0x5B60, symBinAddr: 0xC06C0, symSize: 0x270 }
+ - { offsetInCU: 0x3DEC, offset: 0xEC2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11changeState2toyAA014PeerConnectionG0C_tF', symObjAddr: 0x5DD0, symBinAddr: 0xC0930, symSize: 0x220 }
+ - { offsetInCU: 0x3F99, offset: 0xEC458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5closeyyF', symObjAddr: 0x5FF0, symBinAddr: 0xC0B50, symSize: 0x70 }
+ - { offsetInCU: 0x3FCA, offset: 0xEC489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfC', symObjAddr: 0x6060, symBinAddr: 0xC0BC0, symSize: 0x20 }
+ - { offsetInCU: 0x3FE8, offset: 0xEC4A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfc', symObjAddr: 0x6080, symBinAddr: 0xC0BE0, symSize: 0x30 }
+ - { offsetInCU: 0x404B, offset: 0xEC50A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCACycfcTo', symObjAddr: 0x60B0, symBinAddr: 0xC0C10, symSize: 0x30 }
+ - { offsetInCU: 0x40EE, offset: 0xEC5AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP10identifier10IdentifierQzvgTW', symObjAddr: 0x8BA0, symBinAddr: 0xC3560, symSize: 0x30 }
+ - { offsetInCU: 0x4129, offset: 0xEC5E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvgTW', symObjAddr: 0x8BD0, symBinAddr: 0xC3590, symSize: 0x20 }
+ - { offsetInCU: 0x4145, offset: 0xEC604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvsTW', symObjAddr: 0x8BF0, symBinAddr: 0xC35B0, symSize: 0x20 }
+ - { offsetInCU: 0x4161, offset: 0xEC620, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvMTW', symObjAddr: 0x8C10, symBinAddr: 0xC35D0, symSize: 0x50 }
+ - { offsetInCU: 0x417D, offset: 0xEC63C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP6statusAA0F11ValueStatusOvMTW.resume.0', symObjAddr: 0x8C60, symBinAddr: 0xC3620, symSize: 0x20 }
+ - { offsetInCU: 0x429A, offset: 0xEC759, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO9activeSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0xF70, symBinAddr: 0xBBAD0, symSize: 0x30 }
+ - { offsetInCU: 0x4329, offset: 0xEC7E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO12hasActiveSDPSbvg', symObjAddr: 0x2000, symBinAddr: 0xBCB60, symSize: 0x10 }
+ - { offsetInCU: 0x4388, offset: 0xEC847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusO11updatingSDPSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x34C0, symBinAddr: 0xBE020, symSize: 0x30 }
+ - { offsetInCU: 0x4433, offset: 0xEC8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvau', symObjAddr: 0x1410, symBinAddr: 0xBBF70, symSize: 0x10 }
+ - { offsetInCU: 0x44AB, offset: 0xEC96A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11videoDeviceAA05VideoG0C9SelectionOvpACTk', symObjAddr: 0x1660, symBinAddr: 0xBC1C0, symSize: 0x50 }
+ - { offsetInCU: 0x44FF, offset: 0xEC9BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14createRandomId6suffixS2SSg_tFZ', symObjAddr: 0x2840, symBinAddr: 0xBD3A0, symSize: 0x10 }
+ - { offsetInCU: 0x4522, offset: 0xEC9E1, size: 0x8, addend: 0x0, symName: '_$sSo16RTCConfigurationC13SendBirdCallsE6create4withAbC14TurnCredentialCSg_tFZ', symObjAddr: 0x2BC0, symBinAddr: 0xBD720, symSize: 0x10 }
+ - { offsetInCU: 0x4557, offset: 0xECA16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCfETo', symObjAddr: 0x2E70, symBinAddr: 0xBD9D0, symSize: 0x160 }
+ - { offsetInCU: 0x4586, offset: 0xECA45, size: 0x8, addend: 0x0, symName: '_$sSo21RTCSessionDescriptionCSgs5Error_pSgIeggg_ACSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x3B50, symBinAddr: 0xBE6B0, symSize: 0x80 }
+ - { offsetInCU: 0x45DA, offset: 0xECA99, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgIegg_So7NSErrorCSgIeyBy_TR', symObjAddr: 0x4600, symBinAddr: 0xBF160, symSize: 0x50 }
+ - { offsetInCU: 0x484F, offset: 0xECD0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CF', symObjAddr: 0x60E0, symBinAddr: 0xC0C40, symSize: 0x10 }
+ - { offsetInCU: 0x4872, offset: 0xECD31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CFTo', symObjAddr: 0x60F0, symBinAddr: 0xC0C50, symSize: 0x50 }
+ - { offsetInCU: 0x48C3, offset: 0xECD82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So17RTCSignalingStateVtF', symObjAddr: 0x6140, symBinAddr: 0xC0CA0, symSize: 0x690 }
+ - { offsetInCU: 0x4D30, offset: 0xED1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So17RTCSignalingStateVtFTo', symObjAddr: 0x67D0, symBinAddr: 0xC1330, symSize: 0x60 }
+ - { offsetInCU: 0x4D79, offset: 0xED238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So06RTCIceG5StateVtF', symObjAddr: 0x6830, symBinAddr: 0xC1390, symSize: 0x4E0 }
+ - { offsetInCU: 0x501A, offset: 0xED4D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvau', symObjAddr: 0x6D10, symBinAddr: 0xC1870, symSize: 0x10 }
+ - { offsetInCU: 0x5039, offset: 0xED4F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So06RTCIceG5StateVtFTo', symObjAddr: 0x6D20, symBinAddr: 0xC1880, symSize: 0x60 }
+ - { offsetInCU: 0x5055, offset: 0xED514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtF', symObjAddr: 0x6D80, symBinAddr: 0xC18E0, symSize: 0x10 }
+ - { offsetInCU: 0x5078, offset: 0xED537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtFTo', symObjAddr: 0x6D90, symBinAddr: 0xC18F0, symSize: 0x50 }
+ - { offsetInCU: 0x50AB, offset: 0xED56A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_11didGenerateySo07RTCPeerG0C_So15RTCIceCandidateCtF', symObjAddr: 0x6DE0, symBinAddr: 0xC1940, symSize: 0x2E0 }
+ - { offsetInCU: 0x52CA, offset: 0xED789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x70E0, symBinAddr: 0xC1C40, symSize: 0x390 }
+ - { offsetInCU: 0x5570, offset: 0xEDA2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_SaySo15RTCIceCandidateCGtFTo', symObjAddr: 0x7470, symBinAddr: 0xC1FD0, symSize: 0x90 }
+ - { offsetInCU: 0x558C, offset: 0xEDA4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_7didOpenySo07RTCPeerG0C_So14RTCDataChannelCtF', symObjAddr: 0x7500, symBinAddr: 0xC2060, symSize: 0x10 }
+ - { offsetInCU: 0x55C6, offset: 0xEDA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtF', symObjAddr: 0x7530, symBinAddr: 0xC2090, symSize: 0x450 }
+ - { offsetInCU: 0x583A, offset: 0xEDCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFyAC16RTPPacketMonitorC4InfoVcfU_', symObjAddr: 0x7980, symBinAddr: 0xC24E0, symSize: 0xB0 }
+ - { offsetInCU: 0x5891, offset: 0xEDD50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFTo', symObjAddr: 0x7A30, symBinAddr: 0xC2590, symSize: 0x60 }
+ - { offsetInCU: 0x58AD, offset: 0xEDD6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAddySo07RTCPeerG0C_So14RTCMediaStreamCtF', symObjAddr: 0x7A90, symBinAddr: 0xC25F0, symSize: 0x30 }
+ - { offsetInCU: 0x58C9, offset: 0xEDD88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_So14RTCMediaStreamCtF', symObjAddr: 0x7B70, symBinAddr: 0xC26D0, symSize: 0x30 }
+ - { offsetInCU: 0x58E5, offset: 0xEDDA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtF', symObjAddr: 0x7BD0, symBinAddr: 0xC2730, symSize: 0x10 }
+ - { offsetInCU: 0x5908, offset: 0xEDDC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtFTo', symObjAddr: 0x7BE0, symBinAddr: 0xC2740, symSize: 0xA0 }
+ - { offsetInCU: 0x593B, offset: 0xEDDFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didRemoveySo07RTCPeerG0C_So14RTCRtpReceiverCtF', symObjAddr: 0x7C80, symBinAddr: 0xC27E0, symSize: 0x360 }
+ - { offsetInCU: 0x5B8D, offset: 0xEE04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_19didStartReceivingOnySo07RTCPeerG0C_So17RTCRtpTransceiverCtF', symObjAddr: 0x8070, symBinAddr: 0xC2BD0, symSize: 0x10 }
+ - { offsetInCU: 0x5BA9, offset: 0xEE068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvau', symObjAddr: 0x8110, symBinAddr: 0xC2C70, symSize: 0x10 }
+ - { offsetInCU: 0x5BCF, offset: 0xEE08E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV14randomIdPrefixSSvgZ', symObjAddr: 0x8120, symBinAddr: 0xC2C80, symSize: 0x30 }
+ - { offsetInCU: 0x5BEB, offset: 0xEE0AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantV20dtlsSrtpKeyAgreementSSvgZ', symObjAddr: 0x8150, symBinAddr: 0xC2CB0, symSize: 0x30 }
+ - { offsetInCU: 0x5C07, offset: 0xEE0C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantVAEycfC', symObjAddr: 0x8180, symBinAddr: 0xC2CE0, symSize: 0x10 }
+ - { offsetInCU: 0x5C27, offset: 0xEE0E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvau', symObjAddr: 0x8190, symBinAddr: 0xC2CF0, symSize: 0x10 }
+ - { offsetInCU: 0x5C4D, offset: 0xEE10C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5videoSbvgZ', symObjAddr: 0x81A0, symBinAddr: 0xC2D00, symSize: 0x10 }
+ - { offsetInCU: 0x5C69, offset: 0xEE128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvgZ', symObjAddr: 0x81C0, symBinAddr: 0xC2D20, symSize: 0x10 }
+ - { offsetInCU: 0x5C85, offset: 0xEE144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvgZ', symObjAddr: 0x81E0, symBinAddr: 0xC2D40, symSize: 0x10 }
+ - { offsetInCU: 0x5CA1, offset: 0xEE160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV11isVideoCallSbvgZ', symObjAddr: 0x81F0, symBinAddr: 0xC2D50, symSize: 0x10 }
+ - { offsetInCU: 0x5CBD, offset: 0xEE17C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionVAEycfC', symObjAddr: 0x8200, symBinAddr: 0xC2D60, symSize: 0x10 }
+ - { offsetInCU: 0x5CDD, offset: 0xEE19C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV5audioSbvau', symObjAddr: 0x81B0, symBinAddr: 0xC2D10, symSize: 0x10 }
+ - { offsetInCU: 0x5CFC, offset: 0xEE1BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionV14useFrontCameraSbvau', symObjAddr: 0x81D0, symBinAddr: 0xC2D30, symSize: 0x10 }
+ - { offsetInCU: 0x5D47, offset: 0xEE206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10iceServers33_08B5134EDB172B155D44BB921E077E73LLSaySo12RTCIceServerCGvg', symObjAddr: 0x8210, symBinAddr: 0xC2D70, symSize: 0x120 }
+ - { offsetInCU: 0x5DFB, offset: 0xEE2BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10iceServers33_08B5134EDB172B155D44BB921E077E73LLSaySo12RTCIceServerCGvg4urlsL_SaySSGvg', symObjAddr: 0x8330, symBinAddr: 0xC2E90, symSize: 0x100 }
+ - { offsetInCU: 0x5FFD, offset: 0xEE4BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22PeerConnectionStatable_pWOc', symObjAddr: 0x8940, symBinAddr: 0xC34A0, symSize: 0x30 }
+ - { offsetInCU: 0x601C, offset: 0xEE4DB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_SSTg5', symObjAddr: 0x8C80, symBinAddr: 0xC3640, symSize: 0x50 }
+ - { offsetInCU: 0x609E, offset: 0xEE55D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x8CF0, symBinAddr: 0xC36B0, symSize: 0x50 }
+ - { offsetInCU: 0x6147, offset: 0xEE606, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x8D40, symBinAddr: 0xC3700, symSize: 0x70 }
+ - { offsetInCU: 0x61DA, offset: 0xEE699, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtFSo8NSObjectC_ALTg5', symObjAddr: 0x8F00, symBinAddr: 0xC3880, symSize: 0xC0 }
+ - { offsetInCU: 0x6246, offset: 0xEE705, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV12mutatingFind_8isUniques10_HashTableV6BucketV6bucket_Sb5foundtx_SbtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x9040, symBinAddr: 0xC39C0, symSize: 0xA0 }
+ - { offsetInCU: 0x62A7, offset: 0xEE766, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SSTg5', symObjAddr: 0x91D0, symBinAddr: 0xC3B50, symSize: 0xE0 }
+ - { offsetInCU: 0x635D, offset: 0xEE81C, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtF13SendBirdCalls12WebRTCClientC10IdentifierO_AGTg5', symObjAddr: 0x92B0, symBinAddr: 0xC3C30, symSize: 0x100 }
+ - { offsetInCU: 0x6493, offset: 0xEE952, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSo8NSObjectC_AFTg5', symObjAddr: 0x93B0, symBinAddr: 0xC3D30, symSize: 0x120 }
+ - { offsetInCU: 0x65D3, offset: 0xEEA92, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SiTg5', symObjAddr: 0x9620, symBinAddr: 0xC3FA0, symSize: 0xF0 }
+ - { offsetInCU: 0x66F3, offset: 0xEEBB2, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls13TaskOperationCTg5', symObjAddr: 0x9750, symBinAddr: 0xC40D0, symSize: 0x100 }
+ - { offsetInCU: 0x67C6, offset: 0xEEC85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14createRandomId6suffixS2SSg_tFZTf4nd_n', symObjAddr: 0x9850, symBinAddr: 0xC41D0, symSize: 0x230 }
+ - { offsetInCU: 0x689A, offset: 0xEED59, size: 0x8, addend: 0x0, symName: '_$sSo16RTCConfigurationC13SendBirdCallsE6create4withAbC14TurnCredentialCSg_tFZTf4nd_n', symObjAddr: 0x9A80, symBinAddr: 0xC4400, symSize: 0x300 }
+ - { offsetInCU: 0x6ACC, offset: 0xEEF8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22PeerConnectionStatable_pWOb', symObjAddr: 0x9E90, symBinAddr: 0xC4700, symSize: 0x20 }
+ - { offsetInCU: 0x6AE0, offset: 0xEEF9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCMa', symObjAddr: 0x9EB0, symBinAddr: 0xC4720, symSize: 0x20 }
+ - { offsetInCU: 0x6AF4, offset: 0xEEFB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC5offer17completionHandleryySo21RTCSessionDescriptionCSg_s5Error_pSgtcSg_tFyAH_AJtcfU_TA', symObjAddr: 0x9F30, symBinAddr: 0xC4770, symSize: 0x20 }
+ - { offsetInCU: 0x6B08, offset: 0xEEFC7, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x9F50, symBinAddr: 0xC4790, symSize: 0x20 }
+ - { offsetInCU: 0x6B1C, offset: 0xEEFDB, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x9F70, symBinAddr: 0xC47B0, symSize: 0x10 }
+ - { offsetInCU: 0x6B30, offset: 0xEEFEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set17remoteDescription17completionHandlerySo010RTCSessionH0C_yycSgtFys5Error_pSgcfU_TA', symObjAddr: 0x9FD0, symBinAddr: 0xC4810, symSize: 0x20 }
+ - { offsetInCU: 0x6B44, offset: 0xEF003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC29peerConnectionShouldNegotiateyySo07RTCPeerG0CFTf4nd_n', symObjAddr: 0xA010, symBinAddr: 0xC4830, symSize: 0x1D0 }
+ - { offsetInCU: 0x6CFE, offset: 0xEF1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So20RTCIceGatheringStateVtFTf4nnd_n', symObjAddr: 0xA1E0, symBinAddr: 0xC4A00, symSize: 0x260 }
+ - { offsetInCU: 0x6F61, offset: 0xEF420, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_7didOpenySo07RTCPeerG0C_So14RTCDataChannelCtFTf4nnd_n', symObjAddr: 0xA470, symBinAddr: 0xC4C90, symSize: 0x240 }
+ - { offsetInCU: 0x7172, offset: 0xEF631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_9didChangeySo07RTCPeerG0C_So0jG5StateVtFyAC16RTPPacketMonitorC4InfoVcfU_TA', symObjAddr: 0xA6B0, symBinAddr: 0xC4ED0, symSize: 0x10 }
+ - { offsetInCU: 0x7191, offset: 0xEF650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_6didAdd7streamsySo07RTCPeerG0C_So14RTCRtpReceiverCSaySo14RTCMediaStreamCGtFTf4nnnd_n', symObjAddr: 0xA8F0, symBinAddr: 0xC5110, symSize: 0x2B0 }
+ - { offsetInCU: 0x7466, offset: 0xEF925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14peerConnection_19didStartReceivingOnySo07RTCPeerG0C_So17RTCRtpTransceiverCtFTf4nnd_n', symObjAddr: 0xABA0, symBinAddr: 0xC53C0, symSize: 0x2D0 }
+ - { offsetInCU: 0x76A3, offset: 0xEFB62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASQWb', symObjAddr: 0xAE70, symBinAddr: 0xC5690, symSize: 0x10 }
+ - { offsetInCU: 0x76B7, offset: 0xEFB76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOAESQAAWl', symObjAddr: 0xAE80, symBinAddr: 0xC56A0, symSize: 0x30 }
+ - { offsetInCU: 0x76CB, offset: 0xEFB8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASQWb', symObjAddr: 0xAEB0, symBinAddr: 0xC56D0, symSize: 0x10 }
+ - { offsetInCU: 0x76DF, offset: 0xEFB9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESQAAWl', symObjAddr: 0xAEC0, symBinAddr: 0xC56E0, symSize: 0x30 }
+ - { offsetInCU: 0x76FF, offset: 0xEFBBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC8ConstantVMa', symObjAddr: 0xC220, symBinAddr: 0xC6A40, symSize: 0x10 }
+ - { offsetInCU: 0x7713, offset: 0xEFBD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC13DefaultOptionVMa', symObjAddr: 0xC230, symBinAddr: 0xC6A50, symSize: 0x10 }
+ - { offsetInCU: 0x7727, offset: 0xEFBE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwCP', symObjAddr: 0xC240, symBinAddr: 0xC6A60, symSize: 0x30 }
+ - { offsetInCU: 0x773B, offset: 0xEFBFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwxx', symObjAddr: 0xC270, symBinAddr: 0xC6A90, symSize: 0x10 }
+ - { offsetInCU: 0x774F, offset: 0xEFC0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwcp', symObjAddr: 0xC280, symBinAddr: 0xC6AA0, symSize: 0x30 }
+ - { offsetInCU: 0x7763, offset: 0xEFC22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwca', symObjAddr: 0xC2B0, symBinAddr: 0xC6AD0, symSize: 0x40 }
+ - { offsetInCU: 0x7777, offset: 0xEFC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwta', symObjAddr: 0xC300, symBinAddr: 0xC6B10, symSize: 0x30 }
+ - { offsetInCU: 0x778B, offset: 0xEFC4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwet', symObjAddr: 0xC330, symBinAddr: 0xC6B40, symSize: 0x40 }
+ - { offsetInCU: 0x779F, offset: 0xEFC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwst', symObjAddr: 0xC370, symBinAddr: 0xC6B80, symSize: 0x40 }
+ - { offsetInCU: 0x77B3, offset: 0xEFC72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwug', symObjAddr: 0xC3B0, symBinAddr: 0xC6BC0, symSize: 0x20 }
+ - { offsetInCU: 0x77C7, offset: 0xEFC86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwup', symObjAddr: 0xC3D0, symBinAddr: 0xC6BE0, symSize: 0x10 }
+ - { offsetInCU: 0x77DB, offset: 0xEFC9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOwui', symObjAddr: 0xC3E0, symBinAddr: 0xC6BF0, symSize: 0x30 }
+ - { offsetInCU: 0x77EF, offset: 0xEFCAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOMa', symObjAddr: 0xC410, symBinAddr: 0xC6C20, symSize: 0x10 }
+ - { offsetInCU: 0x7803, offset: 0xEFCC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwCP', symObjAddr: 0xC420, symBinAddr: 0xC6C30, symSize: 0x30 }
+ - { offsetInCU: 0x7817, offset: 0xEFCD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwxx', symObjAddr: 0xC450, symBinAddr: 0xC6C60, symSize: 0x10 }
+ - { offsetInCU: 0x782B, offset: 0xEFCEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwcp', symObjAddr: 0xC460, symBinAddr: 0xC6C70, symSize: 0x30 }
+ - { offsetInCU: 0x783F, offset: 0xEFCFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwca', symObjAddr: 0xC490, symBinAddr: 0xC6CA0, symSize: 0x40 }
+ - { offsetInCU: 0x7853, offset: 0xEFD12, size: 0x8, addend: 0x0, symName: ___swift_memcpy9_8, symObjAddr: 0xC4D0, symBinAddr: 0xC6CE0, symSize: 0x20 }
+ - { offsetInCU: 0x7867, offset: 0xEFD26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwta', symObjAddr: 0xC4F0, symBinAddr: 0xC6D00, symSize: 0x30 }
+ - { offsetInCU: 0x787B, offset: 0xEFD3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwet', symObjAddr: 0xC520, symBinAddr: 0xC6D30, symSize: 0x50 }
+ - { offsetInCU: 0x788F, offset: 0xEFD4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwst', symObjAddr: 0xC570, symBinAddr: 0xC6D80, symSize: 0x40 }
+ - { offsetInCU: 0x78A3, offset: 0xEFD62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwug', symObjAddr: 0xC5B0, symBinAddr: 0xC6DC0, symSize: 0x20 }
+ - { offsetInCU: 0x78B7, offset: 0xEFD76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwup', symObjAddr: 0xC5D0, symBinAddr: 0xC6DE0, symSize: 0x10 }
+ - { offsetInCU: 0x78CB, offset: 0xEFD8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOwui', symObjAddr: 0xC5E0, symBinAddr: 0xC6DF0, symSize: 0x20 }
+ - { offsetInCU: 0x78DF, offset: 0xEFD9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9SDPStatusOMa', symObjAddr: 0xC600, symBinAddr: 0xC6E10, symSize: 0x10 }
+ - { offsetInCU: 0x78F3, offset: 0xEFDB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwet', symObjAddr: 0xC630, symBinAddr: 0xC6E20, symSize: 0x80 }
+ - { offsetInCU: 0x7907, offset: 0xEFDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwst', symObjAddr: 0xC6B0, symBinAddr: 0xC6EA0, symSize: 0xD0 }
+ - { offsetInCU: 0x791B, offset: 0xEFDDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwug', symObjAddr: 0xC780, symBinAddr: 0xC6F70, symSize: 0x10 }
+ - { offsetInCU: 0x792F, offset: 0xEFDEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwup', symObjAddr: 0xC790, symBinAddr: 0xC6F80, symSize: 0x10 }
+ - { offsetInCU: 0x7943, offset: 0xEFE02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOwui', symObjAddr: 0xC7A0, symBinAddr: 0xC6F90, symSize: 0x10 }
+ - { offsetInCU: 0x7957, offset: 0xEFE16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOMa', symObjAddr: 0xC7B0, symBinAddr: 0xC6FA0, symSize: 0x10 }
+ - { offsetInCU: 0x796B, offset: 0xEFE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC3set33_08B5134EDB172B155D44BB921E077E73LL16localDescription5errorySo010RTCSessionO0CSg_s5Error_pSgtFyALcfU_TA', symObjAddr: 0xC7F0, symBinAddr: 0xC6FE0, symSize: 0x20 }
+ - { offsetInCU: 0x797F, offset: 0xEFE3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20WebRTCClientDelegate_pSgXwWOh', symObjAddr: 0xC810, symBinAddr: 0xC7000, symSize: 0x20 }
+ - { offsetInCU: 0x7993, offset: 0xEFE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11VideoDeviceC9SelectionOWOr', symObjAddr: 0xC830, symBinAddr: 0xC7020, symSize: 0x30 }
+ - { offsetInCU: 0x79A7, offset: 0xEFE66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESYAAWl', symObjAddr: 0xC860, symBinAddr: 0xC7050, symSize: 0x30 }
+ - { offsetInCU: 0x7D18, offset: 0xF01D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x85E0, symBinAddr: 0xC3140, symSize: 0x60 }
+ - { offsetInCU: 0x7DD6, offset: 0xF0295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8740, symBinAddr: 0xC32A0, symSize: 0x80 }
+ - { offsetInCU: 0x7E9D, offset: 0xF035C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH9hashValueSivgTW', symObjAddr: 0x87C0, symBinAddr: 0xC3320, symSize: 0x50 }
+ - { offsetInCU: 0x7F1B, offset: 0xF03DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x8810, symBinAddr: 0xC3370, symSize: 0x30 }
+ - { offsetInCU: 0x7F6D, offset: 0xF042C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x8840, symBinAddr: 0xC33A0, symSize: 0x50 }
+ - { offsetInCU: 0x7FC9, offset: 0xF0488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8B10, symBinAddr: 0xC34D0, symSize: 0x50 }
+ - { offsetInCU: 0x7FEC, offset: 0xF04AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8B60, symBinAddr: 0xC3520, symSize: 0x40 }
+ - { offsetInCU: 0xE9, offset: 0xF0CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11AudioChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tF', symObjAddr: 0x40, symBinAddr: 0xC7260, symSize: 0x390 }
+ - { offsetInCU: 0x28F, offset: 0xF0E6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11VideoChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tF', symObjAddr: 0x580, symBinAddr: 0xC77A0, symSize: 0x500 }
+ - { offsetInCU: 0x541, offset: 0xF111C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0xCD0, symBinAddr: 0xC7EF0, symSize: 0x640 }
+ - { offsetInCU: 0x710, offset: 0xF12EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_', symObjAddr: 0x1310, symBinAddr: 0xC8530, symSize: 0xA0 }
+ - { offsetInCU: 0x744, offset: 0xF131F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFTo', symObjAddr: 0x13B0, symBinAddr: 0xC85D0, symSize: 0x70 }
+ - { offsetInCU: 0x7C4, offset: 0xF139F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfC', symObjAddr: 0x1420, symBinAddr: 0xC8640, symSize: 0xA0 }
+ - { offsetInCU: 0x83C, offset: 0xF1417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfc', symObjAddr: 0x14C0, symBinAddr: 0xC86E0, symSize: 0x70 }
+ - { offsetInCU: 0x8AC, offset: 0xF1487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4user13participantId06clientH09videoView5state14isVideoEnabled0m5AudioO0AcA4UserC_S2SAA0abnK0CSgAA0E0C5StateOS2btcfcTo', symObjAddr: 0x1530, symBinAddr: 0xC8750, symSize: 0xD0 }
+ - { offsetInCU: 0x951, offset: 0xF152C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1600, symBinAddr: 0xC8820, symSize: 0x60 }
+ - { offsetInCU: 0x99D, offset: 0xF1578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1660, symBinAddr: 0xC8880, symSize: 0x50 }
+ - { offsetInCU: 0x9C4, offset: 0xF159F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCfD', symObjAddr: 0x16B0, symBinAddr: 0xC88D0, symSize: 0x30 }
+ - { offsetInCU: 0x9FE, offset: 0xF15D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC12switchCamera17completionHandleryyAA8SBCErrorCSgc_tFyAHcfU1_TA', symObjAddr: 0x18A0, symBinAddr: 0xC89C0, symSize: 0x20 }
+ - { offsetInCU: 0xA12, offset: 0xF15ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x1930, symBinAddr: 0xC8A20, symSize: 0x20 }
+ - { offsetInCU: 0xA26, offset: 0xF1601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCMa', symObjAddr: 0x1A00, symBinAddr: 0xC8A90, symSize: 0x20 }
+ - { offsetInCU: 0xA3A, offset: 0xF1615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x1B00, symBinAddr: 0xC8B90, symSize: 0x10 }
+ - { offsetInCU: 0xA4E, offset: 0xF1629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x1C00, symBinAddr: 0xC8C50, symSize: 0x30 }
+ - { offsetInCU: 0xA62, offset: 0xF163D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x1C30, symBinAddr: 0xC8C80, symSize: 0x30 }
+ - { offsetInCU: 0xA76, offset: 0xF1651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantC07requestD11AudioChange33_B5452F38EB6DDEAACE806900303499DDLL9isEnabledySb_tFyAA04RoomG15SettingResponseVSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x1CC0, symBinAddr: 0xC8CB0, symSize: 0x10 }
+ - { offsetInCU: 0xA8A, offset: 0xF1665, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA11RequestableAAWl', symObjAddr: 0x1D00, symBinAddr: 0xC8CF0, symSize: 0x30 }
+ - { offsetInCU: 0xA9E, offset: 0xF1679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA10ResultableAAWl', symObjAddr: 0x1D30, symBinAddr: 0xC8D20, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0xF1A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xC8DB0, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0xF1A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xC8DB0, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0xF1A3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0xC8DC0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xF1A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xC8DF0, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0xF1A8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0xC8E20, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0xF1ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0xC8E50, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0xF1AD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0xC8E60, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0xF1AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0xC8E70, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0xF1B09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV9inviterIdSSvg', symObjAddr: 0xD0, symBinAddr: 0xC8E80, symSize: 0x30 }
+ - { offsetInCU: 0x144, offset: 0xF1B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x100, symBinAddr: 0xC8EB0, symSize: 0x10 }
+ - { offsetInCU: 0x158, offset: 0xF1B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvs', symObjAddr: 0x110, symBinAddr: 0xC8EC0, symSize: 0x20 }
+ - { offsetInCU: 0x174, offset: 0xF1B55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvM', symObjAddr: 0x130, symBinAddr: 0xC8EE0, symSize: 0x20 }
+ - { offsetInCU: 0x190, offset: 0xF1B71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV7headersSayAA0F6HeaderOGvM.resume.0', symObjAddr: 0x150, symBinAddr: 0xC8F00, symSize: 0x10 }
+ - { offsetInCU: 0x1AC, offset: 0xF1B8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6roomId07inviterH015shortLivedTokenACSS_S2StcfC', symObjAddr: 0x160, symBinAddr: 0xC8F10, symSize: 0x130 }
+ - { offsetInCU: 0x2AF, offset: 0xF1C90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2D0, symBinAddr: 0xC9040, symSize: 0x20 }
+ - { offsetInCU: 0x2CF, offset: 0xF1CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0xC9060, symSize: 0x80 }
+ - { offsetInCU: 0x308, offset: 0xF1CE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x370, symBinAddr: 0xC90E0, symSize: 0x80 }
+ - { offsetInCU: 0x33E, offset: 0xF1D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3F0, symBinAddr: 0xC9160, symSize: 0x10 }
+ - { offsetInCU: 0x365, offset: 0xF1D46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x400, symBinAddr: 0xC9170, symSize: 0x10 }
+ - { offsetInCU: 0x38C, offset: 0xF1D6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x410, symBinAddr: 0xC9180, symSize: 0x40 }
+ - { offsetInCU: 0x3B3, offset: 0xF1D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x450, symBinAddr: 0xC91C0, symSize: 0x40 }
+ - { offsetInCU: 0x3E9, offset: 0xF1DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0xC9350, symSize: 0x90 }
+ - { offsetInCU: 0x41D, offset: 0xF1DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x670, symBinAddr: 0xC93E0, symSize: 0x30 }
+ - { offsetInCU: 0x431, offset: 0xF1E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x6A0, symBinAddr: 0xC9410, symSize: 0x10 }
+ - { offsetInCU: 0x467, offset: 0xF1E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6B0, symBinAddr: 0xC9420, symSize: 0x90 }
+ - { offsetInCU: 0x4B2, offset: 0xF1E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x740, symBinAddr: 0xC94B0, symSize: 0x10 }
+ - { offsetInCU: 0x4CE, offset: 0xF1EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x750, symBinAddr: 0xC94C0, symSize: 0x10 }
+ - { offsetInCU: 0x4FA, offset: 0xF1EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x7A0, symBinAddr: 0xC9510, symSize: 0x30 }
+ - { offsetInCU: 0x531, offset: 0xF1F12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x7D0, symBinAddr: 0xC9540, symSize: 0x10 }
+ - { offsetInCU: 0x55C, offset: 0xF1F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x7E0, symBinAddr: 0xC9550, symSize: 0x10 }
+ - { offsetInCU: 0x59D, offset: 0xF1F7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x7F0, symBinAddr: 0xC9560, symSize: 0x10 }
+ - { offsetInCU: 0x5E5, offset: 0xF1FC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x800, symBinAddr: 0xC9570, symSize: 0x20 }
+ - { offsetInCU: 0x61D, offset: 0xF1FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x820, symBinAddr: 0xC9590, symSize: 0x110 }
+ - { offsetInCU: 0x6CD, offset: 0xF20AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x930, symBinAddr: 0xC96A0, symSize: 0x10 }
+ - { offsetInCU: 0x6E1, offset: 0xF20C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x940, symBinAddr: 0xC96B0, symSize: 0x30 }
+ - { offsetInCU: 0x6F5, offset: 0xF20D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0xC96E0, symSize: 0x10 }
+ - { offsetInCU: 0x709, offset: 0xF20EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0xC96F0, symSize: 0x30 }
+ - { offsetInCU: 0x71D, offset: 0xF20FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x9B0, symBinAddr: 0xC9720, symSize: 0x10 }
+ - { offsetInCU: 0x731, offset: 0xF2112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x9C0, symBinAddr: 0xC9730, symSize: 0x30 }
+ - { offsetInCU: 0x745, offset: 0xF2126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x9F0, symBinAddr: 0xC9760, symSize: 0x20 }
+ - { offsetInCU: 0x759, offset: 0xF213A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0xA10, symBinAddr: 0xC9780, symSize: 0x30 }
+ - { offsetInCU: 0x76D, offset: 0xF214E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xA40, symBinAddr: 0xC97B0, symSize: 0x10 }
+ - { offsetInCU: 0x781, offset: 0xF2162, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0xA80, symBinAddr: 0xC97C0, symSize: 0x20 }
+ - { offsetInCU: 0x795, offset: 0xF2176, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0xAA0, symBinAddr: 0xC97E0, symSize: 0x30 }
+ - { offsetInCU: 0x7A9, offset: 0xF218A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA11RequestableAAWI', symObjAddr: 0xAD0, symBinAddr: 0xC9810, symSize: 0x30 }
+ - { offsetInCU: 0x7BD, offset: 0xF219E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA0F0AAWl', symObjAddr: 0xB00, symBinAddr: 0xC9840, symSize: 0x30 }
+ - { offsetInCU: 0x7D1, offset: 0xF21B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xB30, symBinAddr: 0xC9870, symSize: 0x30 }
+ - { offsetInCU: 0x7E5, offset: 0xF21C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0AAWI', symObjAddr: 0xB60, symBinAddr: 0xC98A0, symSize: 0x20 }
+ - { offsetInCU: 0x7F9, offset: 0xF21DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVACSEAAWl', symObjAddr: 0xB80, symBinAddr: 0xC98C0, symSize: 0x30 }
+ - { offsetInCU: 0x80D, offset: 0xF21EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xBB0, symBinAddr: 0xC98F0, symSize: 0x20 }
+ - { offsetInCU: 0x821, offset: 0xF2202, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwCP', symObjAddr: 0xBD0, symBinAddr: 0xC9910, symSize: 0x30 }
+ - { offsetInCU: 0x835, offset: 0xF2216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwxx', symObjAddr: 0xC00, symBinAddr: 0xC9940, symSize: 0x30 }
+ - { offsetInCU: 0x849, offset: 0xF222A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwcp', symObjAddr: 0xC30, symBinAddr: 0xC9970, symSize: 0x60 }
+ - { offsetInCU: 0x85D, offset: 0xF223E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwca', symObjAddr: 0xC90, symBinAddr: 0xC99D0, symSize: 0x80 }
+ - { offsetInCU: 0x871, offset: 0xF2252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwta', symObjAddr: 0xD30, symBinAddr: 0xC9A50, symSize: 0x50 }
+ - { offsetInCU: 0x885, offset: 0xF2266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwet', symObjAddr: 0xD80, symBinAddr: 0xC9AA0, symSize: 0x40 }
+ - { offsetInCU: 0x899, offset: 0xF227A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVwst', symObjAddr: 0xDC0, symBinAddr: 0xC9AE0, symSize: 0x40 }
+ - { offsetInCU: 0x8AD, offset: 0xF228E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVMa', symObjAddr: 0xE00, symBinAddr: 0xC9B20, symSize: 0x10 }
+ - { offsetInCU: 0x8C1, offset: 0xF22A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwet', symObjAddr: 0xE30, symBinAddr: 0xC9B30, symSize: 0x80 }
+ - { offsetInCU: 0x8D5, offset: 0xF22B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwst', symObjAddr: 0xEB0, symBinAddr: 0xC9BB0, symSize: 0xD0 }
+ - { offsetInCU: 0x8E9, offset: 0xF22CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwug', symObjAddr: 0xF80, symBinAddr: 0xC9C80, symSize: 0x10 }
+ - { offsetInCU: 0x8FD, offset: 0xF22DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwup', symObjAddr: 0xF90, symBinAddr: 0xC9C90, symSize: 0x10 }
+ - { offsetInCU: 0x911, offset: 0xF22F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOwui', symObjAddr: 0xFA0, symBinAddr: 0xC9CA0, symSize: 0x10 }
+ - { offsetInCU: 0x925, offset: 0xF2306, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOMa', symObjAddr: 0xFB0, symBinAddr: 0xC9CB0, symSize: 0x10 }
+ - { offsetInCU: 0x939, offset: 0xF231A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xFC0, symBinAddr: 0xC9CC0, symSize: 0x30 }
+ - { offsetInCU: 0x9B2, offset: 0xF2393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x490, symBinAddr: 0xC9200, symSize: 0x80 }
+ - { offsetInCU: 0xA81, offset: 0xF2462, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x510, symBinAddr: 0xC9280, symSize: 0x50 }
+ - { offsetInCU: 0xB17, offset: 0xF24F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x560, symBinAddr: 0xC92D0, symSize: 0x30 }
+ - { offsetInCU: 0xB69, offset: 0xF254A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x590, symBinAddr: 0xC9300, symSize: 0x50 }
+ - { offsetInCU: 0xBDD, offset: 0xF25BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x760, symBinAddr: 0xC94D0, symSize: 0x20 }
+ - { offsetInCU: 0xBF9, offset: 0xF25DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x780, symBinAddr: 0xC94F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xF281A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC9D00, symSize: 0x80 }
+ - { offsetInCU: 0x4B, offset: 0xF283E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xC9D00, symSize: 0x80 }
+ - { offsetInCU: 0x6A, offset: 0xF285D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeO8rawValueSSvg', symObjAddr: 0xC0, symBinAddr: 0xC9D80, symSize: 0x50 }
+ - { offsetInCU: 0xBA, offset: 0xF28AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0xC9F60, symSize: 0x90 }
+ - { offsetInCU: 0xEE, offset: 0xF28E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x330, symBinAddr: 0xC9FF0, symSize: 0x30 }
+ - { offsetInCU: 0x119, offset: 0xF290C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASQWb', symObjAddr: 0x190, symBinAddr: 0xC9E50, symSize: 0x10 }
+ - { offsetInCU: 0x12D, offset: 0xF2920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSQAAWl', symObjAddr: 0x1A0, symBinAddr: 0xC9E60, symSize: 0x30 }
+ - { offsetInCU: 0x14C, offset: 0xF293F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwet', symObjAddr: 0x410, symBinAddr: 0xCA0B0, symSize: 0x80 }
+ - { offsetInCU: 0x160, offset: 0xF2953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwst', symObjAddr: 0x490, symBinAddr: 0xCA130, symSize: 0xD0 }
+ - { offsetInCU: 0x174, offset: 0xF2967, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwug', symObjAddr: 0x560, symBinAddr: 0xCA200, symSize: 0x10 }
+ - { offsetInCU: 0x188, offset: 0xF297B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwup', symObjAddr: 0x570, symBinAddr: 0xCA210, symSize: 0x10 }
+ - { offsetInCU: 0x19C, offset: 0xF298F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOwui', symObjAddr: 0x580, symBinAddr: 0xCA220, symSize: 0x10 }
+ - { offsetInCU: 0x1B0, offset: 0xF29A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOMa', symObjAddr: 0x590, symBinAddr: 0xCA230, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0xF29B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSYAAWl', symObjAddr: 0x5A0, symBinAddr: 0xCA240, symSize: 0x2E }
+ - { offsetInCU: 0x207, offset: 0xF29FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x110, symBinAddr: 0xC9DD0, symSize: 0x80 }
+ - { offsetInCU: 0x2D6, offset: 0xF2AC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0xC9E90, symSize: 0x50 }
+ - { offsetInCU: 0x36C, offset: 0xF2B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x220, symBinAddr: 0xC9EE0, symSize: 0x30 }
+ - { offsetInCU: 0x3BE, offset: 0xF2BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x250, symBinAddr: 0xC9F10, symSize: 0x50 }
+ - { offsetInCU: 0x438, offset: 0xF2C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x360, symBinAddr: 0xCA020, symSize: 0x50 }
+ - { offsetInCU: 0x45B, offset: 0xF2C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3B0, symBinAddr: 0xCA070, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0xF2E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xCA270, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0xF2E4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xCA270, symSize: 0x20 }
+ - { offsetInCU: 0x59, offset: 0xF2E67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x20, symBinAddr: 0xCA290, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xF2E98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x50, symBinAddr: 0xCA2C0, symSize: 0x50 }
+ - { offsetInCU: 0xAB, offset: 0xF2EB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xA0, symBinAddr: 0xCA310, symSize: 0x50 }
+ - { offsetInCU: 0xD4, offset: 0xF2EE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0xF0, symBinAddr: 0xCA360, symSize: 0x60 }
+ - { offsetInCU: 0xFD, offset: 0xF2F0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x150, symBinAddr: 0xCA3C0, symSize: 0x10 }
+ - { offsetInCU: 0x119, offset: 0xF2F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x160, symBinAddr: 0xCA3D0, symSize: 0x10 }
+ - { offsetInCU: 0x135, offset: 0xF2F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x170, symBinAddr: 0xCA3E0, symSize: 0x10 }
+ - { offsetInCU: 0x149, offset: 0xF2F57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x180, symBinAddr: 0xCA3F0, symSize: 0x20 }
+ - { offsetInCU: 0x165, offset: 0xF2F73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV14customItemKeysSaySSGvg', symObjAddr: 0x1A0, symBinAddr: 0xCA410, symSize: 0x10 }
+ - { offsetInCU: 0x181, offset: 0xF2F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6roomId14customItemKeysACSS_SaySSGtcfC', symObjAddr: 0x1B0, symBinAddr: 0xCA420, symSize: 0x20 }
+ - { offsetInCU: 0x1D8, offset: 0xF2FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1D0, symBinAddr: 0xCA440, symSize: 0x70 }
+ - { offsetInCU: 0x211, offset: 0xF301F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x240, symBinAddr: 0xCA4B0, symSize: 0x70 }
+ - { offsetInCU: 0x247, offset: 0xF3055, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2B0, symBinAddr: 0xCA520, symSize: 0x10 }
+ - { offsetInCU: 0x26E, offset: 0xF307C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2C0, symBinAddr: 0xCA530, symSize: 0x10 }
+ - { offsetInCU: 0x296, offset: 0xF30A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2D0, symBinAddr: 0xCA540, symSize: 0x10 }
+ - { offsetInCU: 0x2AA, offset: 0xF30B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0xCA550, symSize: 0x10 }
+ - { offsetInCU: 0x2DC, offset: 0xF30EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0xCA690, symSize: 0x70 }
+ - { offsetInCU: 0x310, offset: 0xF311E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x490, symBinAddr: 0xCA700, symSize: 0x20 }
+ - { offsetInCU: 0x348, offset: 0xF3156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0xCA720, symSize: 0x10 }
+ - { offsetInCU: 0x393, offset: 0xF31A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0xCA730, symSize: 0x70 }
+ - { offsetInCU: 0x3DE, offset: 0xF31EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x530, symBinAddr: 0xCA7A0, symSize: 0x10 }
+ - { offsetInCU: 0x3FA, offset: 0xF3208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x540, symBinAddr: 0xCA7B0, symSize: 0x10 }
+ - { offsetInCU: 0x416, offset: 0xF3224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x710, symBinAddr: 0xCA940, symSize: 0x20 }
+ - { offsetInCU: 0x433, offset: 0xF3241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x590, symBinAddr: 0xCA800, symSize: 0x10 }
+ - { offsetInCU: 0x456, offset: 0xF3264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x5A0, symBinAddr: 0xCA810, symSize: 0x50 }
+ - { offsetInCU: 0x48D, offset: 0xF329B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5F0, symBinAddr: 0xCA860, symSize: 0x10 }
+ - { offsetInCU: 0x4B8, offset: 0xF32C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x600, symBinAddr: 0xCA870, symSize: 0x20 }
+ - { offsetInCU: 0x500, offset: 0xF330E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x620, symBinAddr: 0xCA890, symSize: 0x10 }
+ - { offsetInCU: 0x538, offset: 0xF3346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x630, symBinAddr: 0xCA8A0, symSize: 0xA0 }
+ - { offsetInCU: 0x5AB, offset: 0xF33B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x730, symBinAddr: 0xCA960, symSize: 0xF0 }
+ - { offsetInCU: 0x63A, offset: 0xF3448, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x820, symBinAddr: 0xCAA50, symSize: 0x10 }
+ - { offsetInCU: 0x64E, offset: 0xF345C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x830, symBinAddr: 0xCAA60, symSize: 0x30 }
+ - { offsetInCU: 0x662, offset: 0xF3470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x860, symBinAddr: 0xCAA90, symSize: 0x10 }
+ - { offsetInCU: 0x676, offset: 0xF3484, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x870, symBinAddr: 0xCAAA0, symSize: 0x30 }
+ - { offsetInCU: 0x68A, offset: 0xF3498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0x8A0, symBinAddr: 0xCAAD0, symSize: 0x10 }
+ - { offsetInCU: 0x69E, offset: 0xF34AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0x8B0, symBinAddr: 0xCAAE0, symSize: 0x30 }
+ - { offsetInCU: 0x6B2, offset: 0xF34C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x8E0, symBinAddr: 0xCAB10, symSize: 0x20 }
+ - { offsetInCU: 0x6C6, offset: 0xF34D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x900, symBinAddr: 0xCAB30, symSize: 0x30 }
+ - { offsetInCU: 0x6DA, offset: 0xF34E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x930, symBinAddr: 0xCAB60, symSize: 0x10 }
+ - { offsetInCU: 0x6EE, offset: 0xF34FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x940, symBinAddr: 0xCAB70, symSize: 0x40 }
+ - { offsetInCU: 0x702, offset: 0xF3510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x980, symBinAddr: 0xCABB0, symSize: 0x30 }
+ - { offsetInCU: 0x716, offset: 0xF3524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0x9B0, symBinAddr: 0xCABE0, symSize: 0x30 }
+ - { offsetInCU: 0x72A, offset: 0xF3538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x9E0, symBinAddr: 0xCAC10, symSize: 0x30 }
+ - { offsetInCU: 0x73E, offset: 0xF354C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0xA10, symBinAddr: 0xCAC40, symSize: 0x20 }
+ - { offsetInCU: 0x752, offset: 0xF3560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0xA30, symBinAddr: 0xCAC60, symSize: 0x30 }
+ - { offsetInCU: 0x766, offset: 0xF3574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA60, symBinAddr: 0xCAC90, symSize: 0x20 }
+ - { offsetInCU: 0x77A, offset: 0xF3588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwCP', symObjAddr: 0xA80, symBinAddr: 0xCACB0, symSize: 0x30 }
+ - { offsetInCU: 0x78E, offset: 0xF359C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwxx', symObjAddr: 0xAB0, symBinAddr: 0xCACE0, symSize: 0x30 }
+ - { offsetInCU: 0x7A2, offset: 0xF35B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwcp', symObjAddr: 0xAE0, symBinAddr: 0xCAD10, symSize: 0x40 }
+ - { offsetInCU: 0x7B6, offset: 0xF35C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwca', symObjAddr: 0xB20, symBinAddr: 0xCAD50, symSize: 0x60 }
+ - { offsetInCU: 0x7CA, offset: 0xF35D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwta', symObjAddr: 0xBA0, symBinAddr: 0xCADB0, symSize: 0x40 }
+ - { offsetInCU: 0x7DE, offset: 0xF35EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwet', symObjAddr: 0xBE0, symBinAddr: 0xCADF0, symSize: 0x40 }
+ - { offsetInCU: 0x7F2, offset: 0xF3600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVwst', symObjAddr: 0xC20, symBinAddr: 0xCAE30, symSize: 0x50 }
+ - { offsetInCU: 0x806, offset: 0xF3614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVMa', symObjAddr: 0xC70, symBinAddr: 0xCAE80, symSize: 0x10 }
+ - { offsetInCU: 0x81A, offset: 0xF3628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwet', symObjAddr: 0xCA0, symBinAddr: 0xCAE90, symSize: 0x50 }
+ - { offsetInCU: 0x82E, offset: 0xF363C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwst', symObjAddr: 0xCF0, symBinAddr: 0xCAEE0, symSize: 0xA0 }
+ - { offsetInCU: 0x842, offset: 0xF3650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0xD90, symBinAddr: 0xCAF80, symSize: 0x10 }
+ - { offsetInCU: 0x856, offset: 0xF3664, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0xDA0, symBinAddr: 0xCAF90, symSize: 0x10 }
+ - { offsetInCU: 0x86A, offset: 0xF3678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0xDB0, symBinAddr: 0xCAFA0, symSize: 0x10 }
+ - { offsetInCU: 0x87E, offset: 0xF368C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0xDC0, symBinAddr: 0xCAFB0, symSize: 0x10 }
+ - { offsetInCU: 0x892, offset: 0xF36A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0xDD0, symBinAddr: 0xCAFC0, symSize: 0x30 }
+ - { offsetInCU: 0x8A6, offset: 0xF36B4, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSEsSERzlWl', symObjAddr: 0xE30, symBinAddr: 0xCAFF0, symSize: 0x50 }
+ - { offsetInCU: 0x8F5, offset: 0xF3703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0xCA560, symSize: 0x70 }
+ - { offsetInCU: 0x9D9, offset: 0xF37E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x360, symBinAddr: 0xCA5D0, symSize: 0x50 }
+ - { offsetInCU: 0xA84, offset: 0xF3892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0xCA620, symSize: 0x30 }
+ - { offsetInCU: 0xAEB, offset: 0xF38F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3E0, symBinAddr: 0xCA650, symSize: 0x40 }
+ - { offsetInCU: 0xB74, offset: 0xF3982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0xCA7C0, symSize: 0x20 }
+ - { offsetInCU: 0xB90, offset: 0xF399E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestV10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0xCA7E0, symSize: 0x20 }
+ - { offsetInCU: 0x79, offset: 0xF3C52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0ACSo06RTCIceD0C_tcfC', symObjAddr: 0x0, symBinAddr: 0xCB040, symSize: 0x60 }
+ - { offsetInCU: 0xBE, offset: 0xF3C97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC3sdpSSSgvg', symObjAddr: 0x60, symBinAddr: 0xCB0A0, symSize: 0x70 }
+ - { offsetInCU: 0xEB, offset: 0xF3CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC13sdpMlineIndexs5Int32VSgvg', symObjAddr: 0xD0, symBinAddr: 0xCB110, symSize: 0x60 }
+ - { offsetInCU: 0x118, offset: 0xF3CF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC6sdpMidSSSgvg', symObjAddr: 0x130, symBinAddr: 0xCB170, symSize: 0x70 }
+ - { offsetInCU: 0x145, offset: 0xF3D1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvg', symObjAddr: 0x1A0, symBinAddr: 0xCB1E0, symSize: 0x40 }
+ - { offsetInCU: 0x161, offset: 0xF3D3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvs', symObjAddr: 0x1E0, symBinAddr: 0xCB220, symSize: 0x40 }
+ - { offsetInCU: 0x17D, offset: 0xF3D56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvM', symObjAddr: 0x220, symBinAddr: 0xCB260, symSize: 0x30 }
+ - { offsetInCU: 0x199, offset: 0xF3D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0So06RTCIceD0CSgvM.resume.0', symObjAddr: 0x250, symBinAddr: 0xCB290, symSize: 0x10 }
+ - { offsetInCU: 0x1B5, offset: 0xF3D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC03iceD0ACSo06RTCIceD0C_tcfc', symObjAddr: 0x260, symBinAddr: 0xCB2A0, symSize: 0x40 }
+ - { offsetInCU: 0x1DC, offset: 0xF3DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC3sdp0E10MlineIndex0E3MidACSS_s5Int32VSSSgtcfC', symObjAddr: 0x2A0, symBinAddr: 0xCB2E0, symSize: 0xD0 }
+ - { offsetInCU: 0x255, offset: 0xF3E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x370, symBinAddr: 0xCB3B0, symSize: 0x40 }
+ - { offsetInCU: 0x27A, offset: 0xF3E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x3B0, symBinAddr: 0xCB3F0, symSize: 0x250 }
+ - { offsetInCU: 0x303, offset: 0xF3EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC6encode2toys7Encoder_p_tKF', symObjAddr: 0x6D0, symBinAddr: 0xCB670, symSize: 0x2C0 }
+ - { offsetInCU: 0x371, offset: 0xF3F4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO8rawValueSSvg', symObjAddr: 0xA10, symBinAddr: 0xCB9B0, symSize: 0x20 }
+ - { offsetInCU: 0x3A8, offset: 0xF3F81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO11stringValueSSvg', symObjAddr: 0xA30, symBinAddr: 0xCB9D0, symSize: 0x20 }
+ - { offsetInCU: 0x417, offset: 0xF3FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSYAASY8rawValuexSg03RawN0Qz_tcfCTW', symObjAddr: 0xA90, symBinAddr: 0xCBA30, symSize: 0x80 }
+ - { offsetInCU: 0x458, offset: 0xF4031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSYAASY8rawValue03RawN0QzvgTW', symObjAddr: 0xB10, symBinAddr: 0xCBAB0, symSize: 0x30 }
+ - { offsetInCU: 0x474, offset: 0xF404D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xB40, symBinAddr: 0xCBAE0, symSize: 0x10 }
+ - { offsetInCU: 0x4AA, offset: 0xF4083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xB50, symBinAddr: 0xCBAF0, symSize: 0x80 }
+ - { offsetInCU: 0x502, offset: 0xF40DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xBD0, symBinAddr: 0xCBB70, symSize: 0x10 }
+ - { offsetInCU: 0x51E, offset: 0xF40F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xBE0, symBinAddr: 0xCBB80, symSize: 0x10 }
+ - { offsetInCU: 0x53C, offset: 0xF4115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCfd', symObjAddr: 0xC30, symBinAddr: 0xCBBD0, symSize: 0x20 }
+ - { offsetInCU: 0x577, offset: 0xF4150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCfD', symObjAddr: 0xC50, symBinAddr: 0xCBBF0, symSize: 0x30 }
+ - { offsetInCU: 0x5C2, offset: 0xF419B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xC80, symBinAddr: 0xCBC20, symSize: 0x20 }
+ - { offsetInCU: 0x5E5, offset: 0xF41BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xCA0, symBinAddr: 0xCBC40, symSize: 0x20 }
+ - { offsetInCU: 0x609, offset: 0xF41E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs0E3KeyAAWl', symObjAddr: 0x670, symBinAddr: 0xCB640, symSize: 0x30 }
+ - { offsetInCU: 0x61D, offset: 0xF41F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCMa', symObjAddr: 0xD20, symBinAddr: 0xCBCC0, symSize: 0x20 }
+ - { offsetInCU: 0x631, offset: 0xF420A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwet', symObjAddr: 0xE40, symBinAddr: 0xCBDC0, symSize: 0x80 }
+ - { offsetInCU: 0x645, offset: 0xF421E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwst', symObjAddr: 0xEC0, symBinAddr: 0xCBE40, symSize: 0xD0 }
+ - { offsetInCU: 0x659, offset: 0xF4232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwug', symObjAddr: 0xF90, symBinAddr: 0xCBF10, symSize: 0x10 }
+ - { offsetInCU: 0x66D, offset: 0xF4246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwup', symObjAddr: 0xFA0, symBinAddr: 0xCBF20, symSize: 0x10 }
+ - { offsetInCU: 0x681, offset: 0xF425A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOwui', symObjAddr: 0xFB0, symBinAddr: 0xCBF30, symSize: 0x10 }
+ - { offsetInCU: 0x695, offset: 0xF426E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOMa', symObjAddr: 0xFC0, symBinAddr: 0xCBF40, symSize: 0x10 }
+ - { offsetInCU: 0x6A9, offset: 0xF4282, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASQWb', symObjAddr: 0xFD0, symBinAddr: 0xCBF50, symSize: 0x10 }
+ - { offsetInCU: 0x6BD, offset: 0xF4296, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFSQAAWl', symObjAddr: 0xFE0, symBinAddr: 0xCBF60, symSize: 0x30 }
+ - { offsetInCU: 0x6D1, offset: 0xF42AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1010, symBinAddr: 0xCBF90, symSize: 0x10 }
+ - { offsetInCU: 0x6E5, offset: 0xF42BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1020, symBinAddr: 0xCBFA0, symSize: 0x30 }
+ - { offsetInCU: 0x6F9, offset: 0xF42D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1050, symBinAddr: 0xCBFD0, symSize: 0x10 }
+ - { offsetInCU: 0x70D, offset: 0xF42E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1060, symBinAddr: 0xCBFE0, symSize: 0x2E }
+ - { offsetInCU: 0x732, offset: 0xF430B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA50, symBinAddr: 0xCB9F0, symSize: 0x10 }
+ - { offsetInCU: 0x74E, offset: 0xF4327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH9hashValueSivgTW', symObjAddr: 0xA60, symBinAddr: 0xCBA00, symSize: 0x10 }
+ - { offsetInCU: 0x76A, offset: 0xF4343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA70, symBinAddr: 0xCBA10, symSize: 0x10 }
+ - { offsetInCU: 0x786, offset: 0xF435F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xA80, symBinAddr: 0xCBA20, symSize: 0x10 }
+ - { offsetInCU: 0x7A8, offset: 0xF4381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xBF0, symBinAddr: 0xCBB90, symSize: 0x20 }
+ - { offsetInCU: 0x7C4, offset: 0xF439D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xC10, symBinAddr: 0xCBBB0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xF4670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xCC010, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0xF4688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0xCC010, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0xF46A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0xCC020, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0xF46D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0xCC050, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0xF46F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0xCC080, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0xF4725, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0xCC0B0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0xF4741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0xCC0C0, symSize: 0x10 }
+ - { offsetInCU: 0x10C, offset: 0xF4755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC0, symBinAddr: 0xCC0D0, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0xF4771, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfC', symObjAddr: 0xD0, symBinAddr: 0xCC0E0, symSize: 0xD0 }
+ - { offsetInCU: 0x1D7, offset: 0xF4820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1E0, symBinAddr: 0xCC1B0, symSize: 0x10 }
+ - { offsetInCU: 0x223, offset: 0xF486C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x280, symBinAddr: 0xCC220, symSize: 0x30 }
+ - { offsetInCU: 0x25A, offset: 0xF48A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x390, symBinAddr: 0xCC330, symSize: 0x10 }
+ - { offsetInCU: 0x285, offset: 0xF48CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x3A0, symBinAddr: 0xCC340, symSize: 0x10 }
+ - { offsetInCU: 0x2B7, offset: 0xF4900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x420, symBinAddr: 0xCC3C0, symSize: 0x10 }
+ - { offsetInCU: 0x2FC, offset: 0xF4945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x1F0, symBinAddr: 0xCC1C0, symSize: 0x20 }
+ - { offsetInCU: 0x310, offset: 0xF4959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x210, symBinAddr: 0xCC1E0, symSize: 0x30 }
+ - { offsetInCU: 0x324, offset: 0xF496D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x240, symBinAddr: 0xCC210, symSize: 0x10 }
+ - { offsetInCU: 0x338, offset: 0xF4981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x2B0, symBinAddr: 0xCC250, symSize: 0x20 }
+ - { offsetInCU: 0x34C, offset: 0xF4995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x2D0, symBinAddr: 0xCC270, symSize: 0x30 }
+ - { offsetInCU: 0x360, offset: 0xF49A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x300, symBinAddr: 0xCC2A0, symSize: 0x30 }
+ - { offsetInCU: 0x374, offset: 0xF49BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA0F0AAWl', symObjAddr: 0x330, symBinAddr: 0xCC2D0, symSize: 0x30 }
+ - { offsetInCU: 0x388, offset: 0xF49D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x360, symBinAddr: 0xCC300, symSize: 0x30 }
+ - { offsetInCU: 0x39C, offset: 0xF49E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0AAWI', symObjAddr: 0x3B0, symBinAddr: 0xCC350, symSize: 0x20 }
+ - { offsetInCU: 0x3B0, offset: 0xF49F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVACSEAAWl', symObjAddr: 0x3D0, symBinAddr: 0xCC370, symSize: 0x30 }
+ - { offsetInCU: 0x3C4, offset: 0xF4A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x400, symBinAddr: 0xCC3A0, symSize: 0x20 }
+ - { offsetInCU: 0x3D8, offset: 0xF4A21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwCP', symObjAddr: 0x430, symBinAddr: 0xCC3D0, symSize: 0x30 }
+ - { offsetInCU: 0x3EC, offset: 0xF4A35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwxx', symObjAddr: 0x460, symBinAddr: 0xCC400, symSize: 0x10 }
+ - { offsetInCU: 0x400, offset: 0xF4A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwcp', symObjAddr: 0x470, symBinAddr: 0xCC410, symSize: 0x30 }
+ - { offsetInCU: 0x414, offset: 0xF4A5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwca', symObjAddr: 0x4A0, symBinAddr: 0xCC440, symSize: 0x40 }
+ - { offsetInCU: 0x428, offset: 0xF4A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwta', symObjAddr: 0x500, symBinAddr: 0xCC480, symSize: 0x30 }
+ - { offsetInCU: 0x43C, offset: 0xF4A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwet', symObjAddr: 0x530, symBinAddr: 0xCC4B0, symSize: 0x40 }
+ - { offsetInCU: 0x450, offset: 0xF4A99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVwst', symObjAddr: 0x570, symBinAddr: 0xCC4F0, symSize: 0x40 }
+ - { offsetInCU: 0x464, offset: 0xF4AAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVMa', symObjAddr: 0x5B0, symBinAddr: 0xCC530, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0xF4CDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvg', symObjAddr: 0x0, symBinAddr: 0xCC550, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0xF4D02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvg', symObjAddr: 0x0, symBinAddr: 0xCC550, symSize: 0x10 }
+ - { offsetInCU: 0x6B, offset: 0xF4D1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvs', symObjAddr: 0x10, symBinAddr: 0xCC560, symSize: 0x20 }
+ - { offsetInCU: 0x87, offset: 0xF4D3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvM', symObjAddr: 0x30, symBinAddr: 0xCC580, symSize: 0x10 }
+ - { offsetInCU: 0xA3, offset: 0xF4D56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5TokenAA16FilteredPropertyCySSGvM.resume.0', symObjAddr: 0x40, symBinAddr: 0xCC590, symSize: 0x10 }
+ - { offsetInCU: 0xBF, offset: 0xF4D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvg', symObjAddr: 0x50, symBinAddr: 0xCC5A0, symSize: 0x10 }
+ - { offsetInCU: 0xDB, offset: 0xF4D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvs', symObjAddr: 0x60, symBinAddr: 0xCC5B0, symSize: 0x10 }
+ - { offsetInCU: 0xF7, offset: 0xF4DAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvM', symObjAddr: 0x70, symBinAddr: 0xCC5C0, symSize: 0x20 }
+ - { offsetInCU: 0x113, offset: 0xF4DC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV12isVoIPPushOnSbSgvM.resume.0', symObjAddr: 0x90, symBinAddr: 0xCC5E0, symSize: 0x10 }
+ - { offsetInCU: 0x12F, offset: 0xF4DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV17isVoIPPushEnabledSbvg', symObjAddr: 0xA0, symBinAddr: 0xCC5F0, symSize: 0x70 }
+ - { offsetInCU: 0x1C4, offset: 0xF4E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV5clearyyF', symObjAddr: 0x110, symBinAddr: 0xCC660, symSize: 0x10 }
+ - { offsetInCU: 0x1F2, offset: 0xF4EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV06updateD5Token4type5tokenSSSgAA0D4TypeO_AGtF', symObjAddr: 0x120, symBinAddr: 0xCC670, symSize: 0xD0 }
+ - { offsetInCU: 0x280, offset: 0xF4F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV06removeD5Token4type5tokenyAA0D4TypeO_SSSgtF', symObjAddr: 0x230, symBinAddr: 0xCC780, symSize: 0x90 }
+ - { offsetInCU: 0x350, offset: 0xF5003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV10clearToken4typeyAA0D4TypeO_tF', symObjAddr: 0x2C0, symBinAddr: 0xCC810, symSize: 0x40 }
+ - { offsetInCU: 0x3A9, offset: 0xF505C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVACycfC', symObjAddr: 0x300, symBinAddr: 0xCC850, symSize: 0x80 }
+ - { offsetInCU: 0x40C, offset: 0xF50BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5Token12isVoIPPushOnAcA16FilteredPropertyCySSG_SbSgtcfC', symObjAddr: 0x440, symBinAddr: 0xCC950, symSize: 0x10 }
+ - { offsetInCU: 0x4C6, offset: 0xF5179, size: 0x8, addend: 0x0, symName: '_$sxSblySSIsegnd_SgWOy', symObjAddr: 0x1F0, symBinAddr: 0xCC740, symSize: 0x20 }
+ - { offsetInCU: 0x4DA, offset: 0xF518D, size: 0x8, addend: 0x0, symName: '_$sxSblySSIsegnd_SgWOe', symObjAddr: 0x210, symBinAddr: 0xCC760, symSize: 0x20 }
+ - { offsetInCU: 0x590, offset: 0xF5243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceV04voipD5Token12isVoIPPushOnAcA16FilteredPropertyCySSG_SbSgtcfcfA_', symObjAddr: 0x3C0, symBinAddr: 0xCC8D0, symSize: 0x80 }
+ - { offsetInCU: 0x5E7, offset: 0xF529A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwCP', symObjAddr: 0x450, symBinAddr: 0xCC960, symSize: 0x30 }
+ - { offsetInCU: 0x5FB, offset: 0xF52AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwxx', symObjAddr: 0x480, symBinAddr: 0xCC990, symSize: 0x10 }
+ - { offsetInCU: 0x60F, offset: 0xF52C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwcp', symObjAddr: 0x490, symBinAddr: 0xCC9A0, symSize: 0x30 }
+ - { offsetInCU: 0x623, offset: 0xF52D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwca', symObjAddr: 0x4C0, symBinAddr: 0xCC9D0, symSize: 0x40 }
+ - { offsetInCU: 0x637, offset: 0xF52EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwta', symObjAddr: 0x520, symBinAddr: 0xCCA10, symSize: 0x30 }
+ - { offsetInCU: 0x64B, offset: 0xF52FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwet', symObjAddr: 0x550, symBinAddr: 0xCCA40, symSize: 0x40 }
+ - { offsetInCU: 0x65F, offset: 0xF5312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVwst', symObjAddr: 0x590, symBinAddr: 0xCCA80, symSize: 0x40 }
+ - { offsetInCU: 0x673, offset: 0xF5326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushPreferenceVMa', symObjAddr: 0x5D0, symBinAddr: 0xCCAC0, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0xF5583, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCCAD0, symSize: 0x1F0 }
+ - { offsetInCU: 0x3F, offset: 0xF559B, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfC', symObjAddr: 0x0, symBinAddr: 0xCCAD0, symSize: 0x1F0 }
+ - { offsetInCU: 0xE4, offset: 0xF5640, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyF', symObjAddr: 0x1F0, symBinAddr: 0xCCCC0, symSize: 0xA0 }
+ - { offsetInCU: 0x12E, offset: 0xF568A, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_', symObjAddr: 0x290, symBinAddr: 0xCCD60, symSize: 0x490 }
+ - { offsetInCU: 0x2A2, offset: 0xF57FE, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF', symObjAddr: 0x720, symBinAddr: 0xCD1F0, symSize: 0x40 }
+ - { offsetInCU: 0x2C9, offset: 0xF5825, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF', symObjAddr: 0x760, symBinAddr: 0xCD230, symSize: 0x100 }
+ - { offsetInCU: 0x2F0, offset: 0xF584C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFTf4nggn_n', symObjAddr: 0x860, symBinAddr: 0xCD330, symSize: 0xC0 }
+ - { offsetInCU: 0x35A, offset: 0xF58B6, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_TA', symObjAddr: 0xBB0, symBinAddr: 0xCD5C0, symSize: 0x20 }
+ - { offsetInCU: 0x3D0, offset: 0xF592C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCTf4gn_n', symObjAddr: 0x920, symBinAddr: 0xCD3F0, symSize: 0x1D0 }
+ - { offsetInCU: 0x97, offset: 0xF5CD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callIdSSvgTo', symObjAddr: 0xB0, symBinAddr: 0xCD690, symSize: 0x50 }
+ - { offsetInCU: 0xD2, offset: 0xF5D12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callIdSSvg', symObjAddr: 0x100, symBinAddr: 0xCD6E0, symSize: 0x30 }
+ - { offsetInCU: 0x10D, offset: 0xF5D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvgTo', symObjAddr: 0x130, symBinAddr: 0xCD710, symSize: 0x20 }
+ - { offsetInCU: 0x148, offset: 0xF5D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12isFromServerSbvg', symObjAddr: 0x150, symBinAddr: 0xCD730, symSize: 0x20 }
+ - { offsetInCU: 0x165, offset: 0xF5DA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedAts5Int64VvM', symObjAddr: 0x250, symBinAddr: 0xCD830, symSize: 0x40 }
+ - { offsetInCU: 0x1D0, offset: 0xF5E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC8durations5Int64VvgTo', symObjAddr: 0x290, symBinAddr: 0xCD870, symSize: 0x70 }
+ - { offsetInCU: 0x231, offset: 0xF5E71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC8durations5Int64Vvg', symObjAddr: 0x300, symBinAddr: 0xCD8E0, symSize: 0x40 }
+ - { offsetInCU: 0x29A, offset: 0xF5EDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvgTo', symObjAddr: 0x340, symBinAddr: 0xCD920, symSize: 0x70 }
+ - { offsetInCU: 0x2FF, offset: 0xF5F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvsTo', symObjAddr: 0x3D0, symBinAddr: 0xCD9B0, symSize: 0x60 }
+ - { offsetInCU: 0x342, offset: 0xF5F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvs', symObjAddr: 0x430, symBinAddr: 0xCDA10, symSize: 0x50 }
+ - { offsetInCU: 0x369, offset: 0xF5FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC12participantsSayAA0dE4UserCGvM', symObjAddr: 0x480, symBinAddr: 0xCDA60, symSize: 0x40 }
+ - { offsetInCU: 0x398, offset: 0xF5FD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7enderIdSSSgvM', symObjAddr: 0x540, symBinAddr: 0xCDB20, symSize: 0x40 }
+ - { offsetInCU: 0x3E5, offset: 0xF6025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedByAA0dE4UserCSgvgTo', symObjAddr: 0x580, symBinAddr: 0xCDB60, symSize: 0x90 }
+ - { offsetInCU: 0x42D, offset: 0xF606D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7endedByAA0dE4UserCSgvg', symObjAddr: 0x610, symBinAddr: 0xCDBF0, symSize: 0x70 }
+ - { offsetInCU: 0x48B, offset: 0xF60CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callerAA0dE4UserCSgvgTo', symObjAddr: 0x680, symBinAddr: 0xCDC60, symSize: 0x40 }
+ - { offsetInCU: 0x4A7, offset: 0xF60E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callerAA0dE4UserCSgvg', symObjAddr: 0x6C0, symBinAddr: 0xCDCA0, symSize: 0x160 }
+ - { offsetInCU: 0x64D, offset: 0xF628D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6calleeAA0dE4UserCSgvgTo', symObjAddr: 0x820, symBinAddr: 0xCDE00, symSize: 0x40 }
+ - { offsetInCU: 0x669, offset: 0xF62A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6calleeAA0dE4UserCSgvg', symObjAddr: 0x860, symBinAddr: 0xCDE40, symSize: 0x160 }
+ - { offsetInCU: 0x80F, offset: 0xF644F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC9endResultAA0de3EndH0OvM', symObjAddr: 0xA80, symBinAddr: 0xCE060, symSize: 0x40 }
+ - { offsetInCU: 0x85C, offset: 0xF649C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0SbvgTo', symObjAddr: 0xBC0, symBinAddr: 0xCE1A0, symSize: 0x40 }
+ - { offsetInCU: 0x897, offset: 0xF64D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0Sbvg', symObjAddr: 0xC00, symBinAddr: 0xCE1E0, symSize: 0x30 }
+ - { offsetInCU: 0x8DE, offset: 0xF651E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC07isVideoE0SbvsTo', symObjAddr: 0xC30, symBinAddr: 0xCE210, symSize: 0x40 }
+ - { offsetInCU: 0x937, offset: 0xF6577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvgTo', symObjAddr: 0xC70, symBinAddr: 0xCE250, symSize: 0x70 }
+ - { offsetInCU: 0x972, offset: 0xF65B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvsTo', symObjAddr: 0xD40, symBinAddr: 0xCE320, symSize: 0x60 }
+ - { offsetInCU: 0x9B5, offset: 0xF65F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvg', symObjAddr: 0xE00, symBinAddr: 0xCE3E0, symSize: 0x40 }
+ - { offsetInCU: 0x9E2, offset: 0xF6622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvs', symObjAddr: 0xE40, symBinAddr: 0xCE420, symSize: 0x50 }
+ - { offsetInCU: 0xA1F, offset: 0xF665F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvM', symObjAddr: 0xE90, symBinAddr: 0xCE470, symSize: 0x40 }
+ - { offsetInCU: 0xA4E, offset: 0xF668E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10affectedAts5Int64VSgvM.resume.0', symObjAddr: 0xED0, symBinAddr: 0xCE4B0, symSize: 0x10 }
+ - { offsetInCU: 0xA79, offset: 0xF66B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC13relayProtocolSSSgvM', symObjAddr: 0x10D0, symBinAddr: 0xCE6B0, symSize: 0x40 }
+ - { offsetInCU: 0xAB7, offset: 0xF66F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfC', symObjAddr: 0x1110, symBinAddr: 0xCE6F0, symSize: 0xF0 }
+ - { offsetInCU: 0xAEB, offset: 0xF672B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfc', symObjAddr: 0x1200, symBinAddr: 0xCE7E0, symSize: 0xD0 }
+ - { offsetInCU: 0xB11, offset: 0xF6751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO8rawValueSSvg', symObjAddr: 0x12D0, symBinAddr: 0xCE8B0, symSize: 0x20 }
+ - { offsetInCU: 0xB48, offset: 0xF6788, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO11stringValueSSvg', symObjAddr: 0x12F0, symBinAddr: 0xCE8D0, symSize: 0x20 }
+ - { offsetInCU: 0xBAC, offset: 0xF67EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0x1460, symBinAddr: 0xCEA40, symSize: 0x30 }
+ - { offsetInCU: 0xBDD, offset: 0xF681D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0x1490, symBinAddr: 0xCEA70, symSize: 0x30 }
+ - { offsetInCU: 0xBF1, offset: 0xF6831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x14C0, symBinAddr: 0xCEAA0, symSize: 0x10 }
+ - { offsetInCU: 0xC27, offset: 0xF6867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x14D0, symBinAddr: 0xCEAB0, symSize: 0x20 }
+ - { offsetInCU: 0xC77, offset: 0xF68B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x14F0, symBinAddr: 0xCEAD0, symSize: 0x10 }
+ - { offsetInCU: 0xC93, offset: 0xF68D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1500, symBinAddr: 0xCEAE0, symSize: 0x10 }
+ - { offsetInCU: 0xCAF, offset: 0xF68EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x3C90, symBinAddr: 0xD10A0, symSize: 0x70 }
+ - { offsetInCU: 0xCDC, offset: 0xF691C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1550, symBinAddr: 0xCEB30, symSize: 0x40 }
+ - { offsetInCU: 0xD01, offset: 0xF6941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x1590, symBinAddr: 0xCEB70, symSize: 0x930 }
+ - { offsetInCU: 0xE49, offset: 0xF6A89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1EC0, symBinAddr: 0xCF4A0, symSize: 0x4F0 }
+ - { offsetInCU: 0xEBD, offset: 0xF6AFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfC', symObjAddr: 0x23B0, symBinAddr: 0xCF990, symSize: 0x20 }
+ - { offsetInCU: 0xEDB, offset: 0xF6B1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfc', symObjAddr: 0x23D0, symBinAddr: 0xCF9B0, symSize: 0x30 }
+ - { offsetInCU: 0xF3E, offset: 0xF6B7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCACycfcTo', symObjAddr: 0x2400, symBinAddr: 0xCF9E0, symSize: 0x30 }
+ - { offsetInCU: 0xFA5, offset: 0xF6BE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCfD', symObjAddr: 0x2430, symBinAddr: 0xCFA10, symSize: 0x30 }
+ - { offsetInCU: 0xFD2, offset: 0xF6C12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x24D0, symBinAddr: 0xCFAB0, symSize: 0x20 }
+ - { offsetInCU: 0xFF5, offset: 0xF6C35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x24F0, symBinAddr: 0xCFAD0, symSize: 0x30 }
+ - { offsetInCU: 0x1042, offset: 0xF6C82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6callId12isFromServer12participants7endedBy9startedAt0mP09endResult6myRole0i5VideoE011customItems13relayProtocolACSS_SbSayAA0dE4UserCGSSSgs5Int64VSgAuA0de3EndR0OAA0dE0C0zT0OSbSDyS2SGARtcfcTf4gnggnnnnnggn_n', symObjAddr: 0x32F0, symBinAddr: 0xD08D0, symSize: 0x360 }
+ - { offsetInCU: 0x1135, offset: 0xF6D75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update11customItems2atySDyS2SG_s5Int64VSgtF', symObjAddr: 0x0, symBinAddr: 0xCD5E0, symSize: 0xB0 }
+ - { offsetInCU: 0x1264, offset: 0xF6EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC11customItemsSDyS2SGvpACTk', symObjAddr: 0xDA0, symBinAddr: 0xCE380, symSize: 0x60 }
+ - { offsetInCU: 0x1344, offset: 0xF6F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCfETo', symObjAddr: 0x2460, symBinAddr: 0xCFA40, symSize: 0x70 }
+ - { offsetInCU: 0x137E, offset: 0xF6FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update9startedAtySd_tF', symObjAddr: 0x2520, symBinAddr: 0xCFB00, symSize: 0x90 }
+ - { offsetInCU: 0x1435, offset: 0xF7075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC6update9startedAtySd_tFTo', symObjAddr: 0x25B0, symBinAddr: 0xCFB90, symSize: 0x20 }
+ - { offsetInCU: 0x146F, offset: 0xF70AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4hashSivgTo', symObjAddr: 0x25D0, symBinAddr: 0xCFBB0, symSize: 0x50 }
+ - { offsetInCU: 0x14A4, offset: 0xF70E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC4hashSivg', symObjAddr: 0x2620, symBinAddr: 0xCFC00, symSize: 0x20 }
+ - { offsetInCU: 0x14C1, offset: 0xF7101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7isEqualySbypSgF', symObjAddr: 0x2640, symBinAddr: 0xCFC20, symSize: 0x3E0 }
+ - { offsetInCU: 0x1604, offset: 0xF7244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC7isEqualySbypSgFTo', symObjAddr: 0x2A20, symBinAddr: 0xD0000, symSize: 0x90 }
+ - { offsetInCU: 0x1636, offset: 0xF7276, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV7isEqual2toSbs07__CocoaB0V_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x2AB0, symBinAddr: 0xD0090, symSize: 0x190 }
+ - { offsetInCU: 0x16D0, offset: 0xF7310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs0G3KeyAAWl', symObjAddr: 0x36C0, symBinAddr: 0xD0C30, symSize: 0x30 }
+ - { offsetInCU: 0x16E4, offset: 0xF7324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogCMa', symObjAddr: 0x3720, symBinAddr: 0xD0C60, symSize: 0x20 }
+ - { offsetInCU: 0x16F8, offset: 0xF7338, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls14DirectCallUserCGMa', symObjAddr: 0x3740, symBinAddr: 0xD0C80, symSize: 0x50 }
+ - { offsetInCU: 0x174E, offset: 0xF738E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwet', symObjAddr: 0x4890, symBinAddr: 0xD1C80, symSize: 0x80 }
+ - { offsetInCU: 0x1762, offset: 0xF73A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwst', symObjAddr: 0x4910, symBinAddr: 0xD1D00, symSize: 0xD0 }
+ - { offsetInCU: 0x1776, offset: 0xF73B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwug', symObjAddr: 0x49E0, symBinAddr: 0xD1DD0, symSize: 0x10 }
+ - { offsetInCU: 0x178A, offset: 0xF73CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwup', symObjAddr: 0x49F0, symBinAddr: 0xD1DE0, symSize: 0x10 }
+ - { offsetInCU: 0x179E, offset: 0xF73DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOwui', symObjAddr: 0x4A00, symBinAddr: 0xD1DF0, symSize: 0x10 }
+ - { offsetInCU: 0x17B2, offset: 0xF73F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOMa', symObjAddr: 0x4A10, symBinAddr: 0xD1E00, symSize: 0x10 }
+ - { offsetInCU: 0x17C6, offset: 0xF7406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASQWb', symObjAddr: 0x4A20, symBinAddr: 0xD1E10, symSize: 0x10 }
+ - { offsetInCU: 0x17DA, offset: 0xF741A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFSQAAWl', symObjAddr: 0x4A30, symBinAddr: 0xD1E20, symSize: 0x30 }
+ - { offsetInCU: 0x17EE, offset: 0xF742E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x4A60, symBinAddr: 0xD1E50, symSize: 0x10 }
+ - { offsetInCU: 0x1802, offset: 0xF7442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x4A70, symBinAddr: 0xD1E60, symSize: 0x30 }
+ - { offsetInCU: 0x1816, offset: 0xF7456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x4AA0, symBinAddr: 0xD1E90, symSize: 0x10 }
+ - { offsetInCU: 0x182A, offset: 0xF746A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x4AB0, symBinAddr: 0xD1EA0, symSize: 0x30 }
+ - { offsetInCU: 0x190F, offset: 0xF754F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1310, symBinAddr: 0xCE8F0, symSize: 0x80 }
+ - { offsetInCU: 0x19DE, offset: 0xF761E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH9hashValueSivgTW', symObjAddr: 0x1390, symBinAddr: 0xCE970, symSize: 0x50 }
+ - { offsetInCU: 0x1A5C, offset: 0xF769C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x13E0, symBinAddr: 0xCE9C0, symSize: 0x30 }
+ - { offsetInCU: 0x1AAE, offset: 0xF76EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1410, symBinAddr: 0xCE9F0, symSize: 0x50 }
+ - { offsetInCU: 0x1B10, offset: 0xF7750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1510, symBinAddr: 0xCEAF0, symSize: 0x20 }
+ - { offsetInCU: 0x1B2C, offset: 0xF776C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13DirectCallLogC10CodingKeys33_B0CDEE14AD7B9D42BC487B5C76CF3C8ELLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1530, symBinAddr: 0xCEB10, symSize: 0x20 }
+ - { offsetInCU: 0x1BCC, offset: 0xF780C, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SdTg5Tf4nnd_n', symObjAddr: 0x2C40, symBinAddr: 0xD0220, symSize: 0x270 }
+ - { offsetInCU: 0x1C3D, offset: 0xF787D, size: 0x8, addend: 0x0, symName: '_$sSh2eeoiySbShyxG_ABtFZSS_Tg5Tf4nnd_n', symObjAddr: 0x2EB0, symBinAddr: 0xD0490, symSize: 0x280 }
+ - { offsetInCU: 0x1CDD, offset: 0xF791D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls14DirectCallUserCG_Tg504$s13de7Calls13gh18LogC7endedByAA0dE4I14CSgvgSbAFXEfU_AF0ghL0CTf1cn_nTf4ng_n', symObjAddr: 0x3130, symBinAddr: 0xD0710, symSize: 0x1C0 }
+ - { offsetInCU: 0x1E99, offset: 0xF7AD9, size: 0x8, addend: 0x0, symName: '_$sSDsSQR_rlE2eeoiySbSDyxq_G_ABtFZSS_SSTg5Tf4nnd_n', symObjAddr: 0x39B0, symBinAddr: 0xD0DC0, symSize: 0x2E0 }
+ - { offsetInCU: 0x1F22, offset: 0xF7B62, size: 0x8, addend: 0x0, symName: '_$sSh2eeoiySbShyxG_ABtFZ13SendBirdCalls14DirectCallUserC_Tg5Tf4nnd_n', symObjAddr: 0x3D00, symBinAddr: 0xD1110, symSize: 0x320 }
+ - { offsetInCU: 0x27, offset: 0xF7ED5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0xD1F20, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xF7EF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0xD1F20, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0xF7F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateC17didReceiveDialACK7context23initialLocalConstraintsyAA17DirectCallContext_p_AA0oM0CSgtF', symObjAddr: 0x20, symBinAddr: 0xD1F40, symSize: 0xA0 }
+ - { offsetInCU: 0xDE, offset: 0xF7F8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCACycfc', symObjAddr: 0xC0, symBinAddr: 0xD1FE0, symSize: 0x10 }
+ - { offsetInCU: 0x10B, offset: 0xF7FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCfd', symObjAddr: 0xD0, symBinAddr: 0xD1FF0, symSize: 0x10 }
+ - { offsetInCU: 0x138, offset: 0xF7FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCfD', symObjAddr: 0xE0, symBinAddr: 0xD2000, symSize: 0x20 }
+ - { offsetInCU: 0x166, offset: 0xF8014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AbortedStateCMa', symObjAddr: 0x100, symBinAddr: 0xD2020, symSize: 0x14 }
+ - { offsetInCU: 0x27, offset: 0xF8220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xD2040, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0xF8244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0xD2040, symSize: 0x90 }
+ - { offsetInCU: 0x86, offset: 0xF827F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xE0, symBinAddr: 0xD2120, symSize: 0x50 }
+ - { offsetInCU: 0xA7, offset: 0xF82A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x130, symBinAddr: 0xD2170, symSize: 0x50 }
+ - { offsetInCU: 0xD0, offset: 0xF82C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x180, symBinAddr: 0xD21C0, symSize: 0x60 }
+ - { offsetInCU: 0xF9, offset: 0xF82F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1E0, symBinAddr: 0xD2220, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0xF830E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6callIdSSvg', symObjAddr: 0x1F0, symBinAddr: 0xD2230, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0xF832A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x220, symBinAddr: 0xD2260, symSize: 0x10 }
+ - { offsetInCU: 0x14D, offset: 0xF8346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV9requestIdSSvg', symObjAddr: 0x230, symBinAddr: 0xD2270, symSize: 0x30 }
+ - { offsetInCU: 0x161, offset: 0xF835A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0xD22A0, symSize: 0x160 }
+ - { offsetInCU: 0x1E9, offset: 0xF83E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x400, symBinAddr: 0xD2400, symSize: 0x10 }
+ - { offsetInCU: 0x214, offset: 0xF840D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x410, symBinAddr: 0xD2410, symSize: 0x50 }
+ - { offsetInCU: 0x25A, offset: 0xF8453, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x460, symBinAddr: 0xD2460, symSize: 0x30 }
+ - { offsetInCU: 0x28C, offset: 0xF8485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x490, symBinAddr: 0xD2490, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0xF84A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0xD20D0, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0xF84C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0xD20F0, symSize: 0x30 }
+ - { offsetInCU: 0x305, offset: 0xF84FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x560, symBinAddr: 0xD24D0, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0xF8512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA13WSRequestableAAWl', symObjAddr: 0x580, symBinAddr: 0xD24F0, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0xF8526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5B0, symBinAddr: 0xD2520, symSize: 0x10 }
+ - { offsetInCU: 0x341, offset: 0xF853A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x5C0, symBinAddr: 0xD2530, symSize: 0x40 }
+ - { offsetInCU: 0x355, offset: 0xF854E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA13WSRequestableAAWI', symObjAddr: 0x600, symBinAddr: 0xD2570, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0xF8562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA11RequestableAAWI', symObjAddr: 0x650, symBinAddr: 0xD2590, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0xF8576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA0E0AAWl', symObjAddr: 0x680, symBinAddr: 0xD25C0, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0xF858A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0xD25F0, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0xF859E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0AAWI', symObjAddr: 0x6E0, symBinAddr: 0xD2620, symSize: 0x20 }
+ - { offsetInCU: 0x3B9, offset: 0xF85B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0xD2640, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0xF85C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x730, symBinAddr: 0xD2670, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0xF85DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwCP', symObjAddr: 0x750, symBinAddr: 0xD2690, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0xF85EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwxx', symObjAddr: 0x780, symBinAddr: 0xD26C0, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0xF8602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwcp', symObjAddr: 0x7B0, symBinAddr: 0xD26F0, symSize: 0x50 }
+ - { offsetInCU: 0x41D, offset: 0xF8616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwca', symObjAddr: 0x800, symBinAddr: 0xD2740, symSize: 0x70 }
+ - { offsetInCU: 0x431, offset: 0xF862A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwta', symObjAddr: 0x890, symBinAddr: 0xD27B0, symSize: 0x50 }
+ - { offsetInCU: 0x445, offset: 0xF863E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwet', symObjAddr: 0x8E0, symBinAddr: 0xD2800, symSize: 0x40 }
+ - { offsetInCU: 0x459, offset: 0xF8652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVwst', symObjAddr: 0x920, symBinAddr: 0xD2840, symSize: 0x40 }
+ - { offsetInCU: 0x46D, offset: 0xF8666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVMa', symObjAddr: 0x960, symBinAddr: 0xD2880, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0xF88AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAA0D4DataVvg', symObjAddr: 0x0, symBinAddr: 0xD2890, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0xF88D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAA0D4DataVvg', symObjAddr: 0x0, symBinAddr: 0xD2890, symSize: 0x90 }
+ - { offsetInCU: 0x67, offset: 0xF88EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x90, symBinAddr: 0xD2920, symSize: 0x50 }
+ - { offsetInCU: 0x7B, offset: 0xF8900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4dataAcA0D4DataV_tcfC', symObjAddr: 0xE0, symBinAddr: 0xD2970, symSize: 0x40 }
+ - { offsetInCU: 0xC8, offset: 0xF894D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x120, symBinAddr: 0xD29B0, symSize: 0x50 }
+ - { offsetInCU: 0x100, offset: 0xF8985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x170, symBinAddr: 0xD2A00, symSize: 0x190 }
+ - { offsetInCU: 0x159, offset: 0xF89DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA0D11RespondableAAWI', symObjAddr: 0x300, symBinAddr: 0xD2B90, symSize: 0x20 }
+ - { offsetInCU: 0x16D, offset: 0xF89F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x320, symBinAddr: 0xD2BB0, symSize: 0x30 }
+ - { offsetInCU: 0x181, offset: 0xF8A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x350, symBinAddr: 0xD2BE0, symSize: 0x20 }
+ - { offsetInCU: 0x195, offset: 0xF8A1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA11RespondableAAWI', symObjAddr: 0x3A0, symBinAddr: 0xD2C00, symSize: 0x30 }
+ - { offsetInCU: 0x1A9, offset: 0xF8A2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA0E0AAWl', symObjAddr: 0x3D0, symBinAddr: 0xD2C30, symSize: 0x30 }
+ - { offsetInCU: 0x1BD, offset: 0xF8A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x400, symBinAddr: 0xD2C60, symSize: 0x30 }
+ - { offsetInCU: 0x1D1, offset: 0xF8A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA0E0AAWI', symObjAddr: 0x430, symBinAddr: 0xD2C90, symSize: 0x20 }
+ - { offsetInCU: 0x1E5, offset: 0xF8A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x480, symBinAddr: 0xD2CB0, symSize: 0x20 }
+ - { offsetInCU: 0x1F9, offset: 0xF8A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwCP', symObjAddr: 0x4A0, symBinAddr: 0xD2CD0, symSize: 0x30 }
+ - { offsetInCU: 0x20D, offset: 0xF8A92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwxx', symObjAddr: 0x4D0, symBinAddr: 0xD2D00, symSize: 0x40 }
+ - { offsetInCU: 0x221, offset: 0xF8AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwcp', symObjAddr: 0x510, symBinAddr: 0xD2D40, symSize: 0xA0 }
+ - { offsetInCU: 0x235, offset: 0xF8ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwca', symObjAddr: 0x5B0, symBinAddr: 0xD2DE0, symSize: 0xE0 }
+ - { offsetInCU: 0x249, offset: 0xF8ACE, size: 0x8, addend: 0x0, symName: ___swift_memcpy96_8, symObjAddr: 0x690, symBinAddr: 0xD2EC0, symSize: 0x40 }
+ - { offsetInCU: 0x25D, offset: 0xF8AE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwta', symObjAddr: 0x6D0, symBinAddr: 0xD2F00, symSize: 0x90 }
+ - { offsetInCU: 0x271, offset: 0xF8AF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwet', symObjAddr: 0x760, symBinAddr: 0xD2F90, symSize: 0x40 }
+ - { offsetInCU: 0x285, offset: 0xF8B0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVwst', symObjAddr: 0x7A0, symBinAddr: 0xD2FD0, symSize: 0x60 }
+ - { offsetInCU: 0x299, offset: 0xF8B1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RoomResponseVMa', symObjAddr: 0x800, symBinAddr: 0xD3030, symSize: 0x10 }
+ - { offsetInCU: 0x2AD, offset: 0xF8B32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs0F3KeyAAWl', symObjAddr: 0x880, symBinAddr: 0xD3040, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0xF8D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x0, symBinAddr: 0xD3070, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0xF8D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0x40, symBinAddr: 0xD30B0, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0xF8DB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0x80, symBinAddr: 0xD30F0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0xF8DCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvg', symObjAddr: 0xB0, symBinAddr: 0xD3120, symSize: 0x30 }
+ - { offsetInCU: 0xBB, offset: 0xF8DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvs', symObjAddr: 0xE0, symBinAddr: 0xD3150, symSize: 0x50 }
+ - { offsetInCU: 0xD7, offset: 0xF8E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM', symObjAddr: 0x130, symBinAddr: 0xD31A0, symSize: 0x70 }
+ - { offsetInCU: 0xF3, offset: 0xF8E23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM.resume.0', symObjAddr: 0x1A0, symBinAddr: 0xD3210, symSize: 0x70 }
+ - { offsetInCU: 0x10F, offset: 0xF8E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvg', symObjAddr: 0x210, symBinAddr: 0xD3280, symSize: 0x30 }
+ - { offsetInCU: 0x12B, offset: 0xF8E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvs', symObjAddr: 0x240, symBinAddr: 0xD32B0, symSize: 0x50 }
+ - { offsetInCU: 0x147, offset: 0xF8E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM', symObjAddr: 0x290, symBinAddr: 0xD3300, symSize: 0x70 }
+ - { offsetInCU: 0x163, offset: 0xF8E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM.resume.0', symObjAddr: 0x300, symBinAddr: 0xD3370, symSize: 0x70 }
+ - { offsetInCU: 0x17F, offset: 0xF8EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvg', symObjAddr: 0x370, symBinAddr: 0xD33E0, symSize: 0x30 }
+ - { offsetInCU: 0x19B, offset: 0xF8ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvs', symObjAddr: 0x3A0, symBinAddr: 0xD3410, symSize: 0x40 }
+ - { offsetInCU: 0x1B7, offset: 0xF8EE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvM', symObjAddr: 0x3E0, symBinAddr: 0xD3450, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0xF8F03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15peerConnectionsSDySSAA12WebRTCClientCGvM.resume.0', symObjAddr: 0x410, symBinAddr: 0xD3480, symSize: 0x10 }
+ - { offsetInCU: 0x225, offset: 0xF8F55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6sender10dataSourceAcA13CommandSender_p_AA08RoomDataJ0_ptcfC', symObjAddr: 0x420, symBinAddr: 0xD3490, symSize: 0xF0 }
+ - { offsetInCU: 0x283, offset: 0xF8FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC6sender10dataSourceAcA13CommandSender_p_AA08RoomDataJ0_ptcfc', symObjAddr: 0x510, symBinAddr: 0xD3580, symSize: 0xD0 }
+ - { offsetInCU: 0x2C9, offset: 0xF8FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC03didF4ExityyAA06RemoteF0CF', symObjAddr: 0x5E0, symBinAddr: 0xD3650, symSize: 0x10 }
+ - { offsetInCU: 0x300, offset: 0xF9030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtF', symObjAddr: 0x5F0, symBinAddr: 0xD3660, symSize: 0x10 }
+ - { offsetInCU: 0x343, offset: 0xF9073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerC5clearyyF', symObjAddr: 0x600, symBinAddr: 0xD3670, symSize: 0x10 }
+ - { offsetInCU: 0x36E, offset: 0xF909E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCfd', symObjAddr: 0x610, symBinAddr: 0xD3680, symSize: 0x30 }
+ - { offsetInCU: 0x3A9, offset: 0xF90D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCfD', symObjAddr: 0x640, symBinAddr: 0xD36B0, symSize: 0x40 }
+ - { offsetInCU: 0x3EC, offset: 0xF911C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x680, symBinAddr: 0xD36F0, symSize: 0x20 }
+ - { offsetInCU: 0x408, offset: 0xF9138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x6A0, symBinAddr: 0xD3710, symSize: 0x20 }
+ - { offsetInCU: 0x424, offset: 0xF9154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x6C0, symBinAddr: 0xD3730, symSize: 0x20 }
+ - { offsetInCU: 0x440, offset: 0xF9170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x6E0, symBinAddr: 0xD3750, symSize: 0x50 }
+ - { offsetInCU: 0x45C, offset: 0xF918C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvgTW', symObjAddr: 0x740, symBinAddr: 0xD37B0, symSize: 0x20 }
+ - { offsetInCU: 0x478, offset: 0xF91A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvsTW', symObjAddr: 0x760, symBinAddr: 0xD37D0, symSize: 0x20 }
+ - { offsetInCU: 0x494, offset: 0xF91C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvMTW', symObjAddr: 0x780, symBinAddr: 0xD37F0, symSize: 0x50 }
+ - { offsetInCU: 0x4B0, offset: 0xF91E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP8didEnteryyAA0F0CFTW', symObjAddr: 0x800, symBinAddr: 0xD3870, symSize: 0x20 }
+ - { offsetInCU: 0x4CC, offset: 0xF91FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP7didExityyAA0F0CFTW', symObjAddr: 0x820, symBinAddr: 0xD3890, symSize: 0x20 }
+ - { offsetInCU: 0x4E8, offset: 0xF9218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF5EnteryyAA06RemoteF0CFTW', symObjAddr: 0x840, symBinAddr: 0xD38B0, symSize: 0x20 }
+ - { offsetInCU: 0x504, offset: 0xF9234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF7ConnectyyAA06RemoteF0CFTW', symObjAddr: 0x860, symBinAddr: 0xD38D0, symSize: 0x20 }
+ - { offsetInCU: 0x520, offset: 0xF9250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP03didF4ExityyAA06RemoteF0CFTW', symObjAddr: 0x880, symBinAddr: 0xD38F0, symSize: 0x20 }
+ - { offsetInCU: 0x53C, offset: 0xF926C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x8A0, symBinAddr: 0xD3910, symSize: 0x20 }
+ - { offsetInCU: 0x558, offset: 0xF9288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCAA0fG0A2aDP5clearyyFTW', symObjAddr: 0x8C0, symBinAddr: 0xD3930, symSize: 0x20 }
+ - { offsetInCU: 0x581, offset: 0xF92B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSource_pSgXwWOh', symObjAddr: 0x8E0, symBinAddr: 0xD3950, symSize: 0x20 }
+ - { offsetInCU: 0x595, offset: 0xF92C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29PartialMeshParticipantManagerCMa', symObjAddr: 0xAA0, symBinAddr: 0xD3B10, symSize: 0x20 }
+ - { offsetInCU: 0x73, offset: 0xF9533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x0, symBinAddr: 0xD3DE0, symSize: 0x1A0 }
+ - { offsetInCU: 0xF1, offset: 0xF95B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x1A0, symBinAddr: 0xD3F80, symSize: 0xC0 }
+ - { offsetInCU: 0x12F, offset: 0xF95EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x260, symBinAddr: 0xD4040, symSize: 0xB0 }
+ - { offsetInCU: 0x187, offset: 0xF9647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC19didReceiveAcceptACK7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x310, symBinAddr: 0xD40F0, symSize: 0xA0 }
+ - { offsetInCU: 0x216, offset: 0xF96D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC25didFailToReceiveAcceptACK7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x3B0, symBinAddr: 0xD4190, symSize: 0xA0 }
+ - { offsetInCU: 0x27F, offset: 0xF973F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA17DirectCallContext_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x450, symBinAddr: 0xD4230, symSize: 0xE0 }
+ - { offsetInCU: 0x32F, offset: 0xF97EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCACycfC', symObjAddr: 0x7B0, symBinAddr: 0xD4590, symSize: 0x20 }
+ - { offsetInCU: 0x34D, offset: 0xF980D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCACycfc', symObjAddr: 0x7D0, symBinAddr: 0xD45B0, symSize: 0x10 }
+ - { offsetInCU: 0x37A, offset: 0xF983A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCfd', symObjAddr: 0x7E0, symBinAddr: 0xD45C0, symSize: 0x10 }
+ - { offsetInCU: 0x3A7, offset: 0xF9867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCfD', symObjAddr: 0x7F0, symBinAddr: 0xD45D0, symSize: 0x20 }
+ - { offsetInCU: 0x41D, offset: 0xF98DD, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x840, symBinAddr: 0xD45F0, symSize: 0x20 }
+ - { offsetInCU: 0x431, offset: 0xF98F1, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x860, symBinAddr: 0xD4610, symSize: 0x10 }
+ - { offsetInCU: 0x445, offset: 0xF9905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptingStateCMa', symObjAddr: 0x870, symBinAddr: 0xD4620, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0xF9B6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xD4660, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0xF9B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0xD4670, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0xF9B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0xD46A0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0xF9BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0xD46E0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0xF9BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0xD4710, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0xF9BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0xD4720, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0xF9C16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0xD4760, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0xF9D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x570, symBinAddr: 0xD4A60, symSize: 0xF0 }
+ - { offsetInCU: 0x27E, offset: 0xF9DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x660, symBinAddr: 0xD4B50, symSize: 0xC0 }
+ - { offsetInCU: 0x355, offset: 0xF9E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x720, symBinAddr: 0xD4C10, symSize: 0x30 }
+ - { offsetInCU: 0x3B4, offset: 0xF9ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x750, symBinAddr: 0xD4C40, symSize: 0x30 }
+ - { offsetInCU: 0x411, offset: 0xF9F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfd', symObjAddr: 0x790, symBinAddr: 0xD4C80, symSize: 0x40 }
+ - { offsetInCU: 0x462, offset: 0xF9F84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfD', symObjAddr: 0x7F0, symBinAddr: 0xD4CC0, symSize: 0x40 }
+ - { offsetInCU: 0x4BB, offset: 0xF9FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x830, symBinAddr: 0xD4D00, symSize: 0x50 }
+ - { offsetInCU: 0x4D7, offset: 0xF9FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x890, symBinAddr: 0xD4D60, symSize: 0x20 }
+ - { offsetInCU: 0x4F3, offset: 0xFA015, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0xD4D80, symSize: 0x20 }
+ - { offsetInCU: 0x50F, offset: 0xFA031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA0D10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8D0, symBinAddr: 0xD4DA0, symSize: 0x50 }
+ - { offsetInCU: 0x53A, offset: 0xFA05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x950, symBinAddr: 0xD4E20, symSize: 0x20 }
+ - { offsetInCU: 0x56D, offset: 0xFA08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0xD4A40, symSize: 0x20 }
+ - { offsetInCU: 0x63E, offset: 0xFA160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EndEventCommandCfE', symObjAddr: 0x780, symBinAddr: 0xD4C70, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xFA40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCfd', symObjAddr: 0x2C0, symBinAddr: 0xD51C0, symSize: 0x10 }
+ - { offsetInCU: 0x78, offset: 0xFA43A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCfD', symObjAddr: 0x2D0, symBinAddr: 0xD51D0, symSize: 0x20 }
+ - { offsetInCU: 0xA5, offset: 0xFA467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCACycfC', symObjAddr: 0x2F0, symBinAddr: 0xD51F0, symSize: 0x20 }
+ - { offsetInCU: 0xC3, offset: 0xFA485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCACycfc', symObjAddr: 0x310, symBinAddr: 0xD5210, symSize: 0x10 }
+ - { offsetInCU: 0xF1, offset: 0xFA4B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13ConfigurationCMa', symObjAddr: 0x380, symBinAddr: 0xD5220, symSize: 0x20 }
+ - { offsetInCU: 0x9C, offset: 0xFA707, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x1F30, symBinAddr: 0xD71A0, symSize: 0x250 }
+ - { offsetInCU: 0x12E, offset: 0xFA799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_', symObjAddr: 0x2180, symBinAddr: 0xD73F0, symSize: 0x160 }
+ - { offsetInCU: 0x1BD, offset: 0xFA828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_', symObjAddr: 0x22E0, symBinAddr: 0xD7550, symSize: 0x80 }
+ - { offsetInCU: 0x2B7, offset: 0xFA922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvgTo', symObjAddr: 0x1A0, symBinAddr: 0xD5410, symSize: 0x40 }
+ - { offsetInCU: 0x2F2, offset: 0xFA95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvg', symObjAddr: 0x1E0, symBinAddr: 0xD5450, symSize: 0x30 }
+ - { offsetInCU: 0x339, offset: 0xFA9A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvsTo', symObjAddr: 0x210, symBinAddr: 0xD5480, symSize: 0x40 }
+ - { offsetInCU: 0x37C, offset: 0xFA9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvs', symObjAddr: 0x250, symBinAddr: 0xD54C0, symSize: 0x40 }
+ - { offsetInCU: 0x3A3, offset: 0xFAA0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5limitSuvM', symObjAddr: 0x290, symBinAddr: 0xD5500, symSize: 0x40 }
+ - { offsetInCU: 0x3D2, offset: 0xFAA3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC5typesShyAA0D4TypeOGvM', symObjAddr: 0x310, symBinAddr: 0xD5580, symSize: 0x40 }
+ - { offsetInCU: 0x401, offset: 0xFAA6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getTypesSo7NSArrayCyF', symObjAddr: 0x350, symBinAddr: 0xD55C0, symSize: 0xB0 }
+ - { offsetInCU: 0x47B, offset: 0xFAAE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getTypesSo7NSArrayCyFTo', symObjAddr: 0x400, symBinAddr: 0xD5670, symSize: 0xE0 }
+ - { offsetInCU: 0x4ED, offset: 0xFAB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC6statesShyAA0D0C5StateOGvM', symObjAddr: 0x520, symBinAddr: 0xD5790, symSize: 0x40 }
+ - { offsetInCU: 0x51C, offset: 0xFAB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getStateSo7NSArrayCyF', symObjAddr: 0x560, symBinAddr: 0xD57D0, symSize: 0xB0 }
+ - { offsetInCU: 0x596, offset: 0xFAC01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8getStateSo7NSArrayCyFTo', symObjAddr: 0x610, symBinAddr: 0xD5880, symSize: 0xE0 }
+ - { offsetInCU: 0x608, offset: 0xFAC73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC16createdByUserIdsSaySSGvM', symObjAddr: 0x770, symBinAddr: 0xD59E0, symSize: 0x40 }
+ - { offsetInCU: 0x637, offset: 0xFACA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7roomIdsSaySSGvM', symObjAddr: 0x970, symBinAddr: 0xD5BE0, symSize: 0x40 }
+ - { offsetInCU: 0x666, offset: 0xFACD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC14createdAtRangeAA0abJ0CvM', symObjAddr: 0xA30, symBinAddr: 0xD5CA0, symSize: 0x40 }
+ - { offsetInCU: 0x695, offset: 0xFAD00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC14createdAtRangeAA0abJ0CvM.resume.0', symObjAddr: 0xA70, symBinAddr: 0xD5CE0, symSize: 0x10 }
+ - { offsetInCU: 0x6C0, offset: 0xFAD2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC28currentParticipantCountRangeAA0abK0CvM', symObjAddr: 0xC10, symBinAddr: 0xD5E80, symSize: 0x40 }
+ - { offsetInCU: 0x6EF, offset: 0xFAD5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setLimityAEXDSuF', symObjAddr: 0xC50, symBinAddr: 0xD5EC0, symSize: 0x30 }
+ - { offsetInCU: 0x72C, offset: 0xFAD97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7setTypeyAEXDAA0dI0OF', symObjAddr: 0xC80, symBinAddr: 0xD5EF0, symSize: 0x70 }
+ - { offsetInCU: 0x794, offset: 0xFADFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC7setTypeyAEXDAA0dI0OFTo', symObjAddr: 0xCF0, symBinAddr: 0xD5F60, symSize: 0x70 }
+ - { offsetInCU: 0x7E6, offset: 0xFAE51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC19setCreatedByUserIdsyAEXDSaySSGF', symObjAddr: 0xD60, symBinAddr: 0xD5FD0, symSize: 0x40 }
+ - { offsetInCU: 0x823, offset: 0xFAE8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC03setD3IdsyAEXDSaySSGF', symObjAddr: 0xDA0, symBinAddr: 0xD6010, symSize: 0x40 }
+ - { offsetInCU: 0x860, offset: 0xFAECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setStateyAEXDAA0D0C0I0OF', symObjAddr: 0xDE0, symBinAddr: 0xD6050, symSize: 0x70 }
+ - { offsetInCU: 0x8C8, offset: 0xFAF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC8setStateyAEXDAA0D0C0I0OFTo', symObjAddr: 0xE50, symBinAddr: 0xD60C0, symSize: 0x70 }
+ - { offsetInCU: 0x91A, offset: 0xFAF85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVF', symObjAddr: 0xEC0, symBinAddr: 0xD6130, symSize: 0x20 }
+ - { offsetInCU: 0x93D, offset: 0xFAFA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVFTo', symObjAddr: 0xEE0, symBinAddr: 0xD6150, symSize: 0x50 }
+ - { offsetInCU: 0x96F, offset: 0xFAFDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDs07PartialI4FromVys6UInt32VGF', symObjAddr: 0xF30, symBinAddr: 0xD61A0, symSize: 0xC0 }
+ - { offsetInCU: 0xA1F, offset: 0xFB08A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDs07PartialI4UpToVys6UInt32VGF', symObjAddr: 0xFF0, symBinAddr: 0xD6260, symSize: 0xC0 }
+ - { offsetInCU: 0xACF, offset: 0xFB13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSnys6UInt32VGF', symObjAddr: 0x10B0, symBinAddr: 0xD6320, symSize: 0x110 }
+ - { offsetInCU: 0xB96, offset: 0xFB201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDs07PartialI4FromVy10Foundation4DateVGF', symObjAddr: 0x11C0, symBinAddr: 0xD6430, symSize: 0x120 }
+ - { offsetInCU: 0xC5D, offset: 0xFB2C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDs07PartialI4UpToVy10Foundation4DateVGF', symObjAddr: 0x12E0, symBinAddr: 0xD6550, symSize: 0x120 }
+ - { offsetInCU: 0xD24, offset: 0xFB38F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSny10Foundation4DateVGF', symObjAddr: 0x1400, symBinAddr: 0xD6670, symSize: 0x1C0 }
+ - { offsetInCU: 0xE82, offset: 0xFB4ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVF', symObjAddr: 0x15C0, symBinAddr: 0xD6830, symSize: 0x20 }
+ - { offsetInCU: 0xEA5, offset: 0xFB510, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVFTo', symObjAddr: 0x15E0, symBinAddr: 0xD6850, symSize: 0x50 }
+ - { offsetInCU: 0xEE8, offset: 0xFB553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC4copyAEyF', symObjAddr: 0x1630, symBinAddr: 0xD68A0, symSize: 0x130 }
+ - { offsetInCU: 0xF4B, offset: 0xFB5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCAEycfc', symObjAddr: 0x1780, symBinAddr: 0xD69F0, symSize: 0x120 }
+ - { offsetInCU: 0xF9A, offset: 0xFB605, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCAEycfcTo', symObjAddr: 0x18A0, symBinAddr: 0xD6B10, symSize: 0x20 }
+ - { offsetInCU: 0xFB6, offset: 0xFB621, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC34setRangeForCurrentParticipantCountyAEXDSo8_NSRangeVFTf4nn_g', symObjAddr: 0x2750, symBinAddr: 0xD79C0, symSize: 0xF0 }
+ - { offsetInCU: 0x1047, offset: 0xFB6B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsC20setRangeForCreatedAtyAEXDSo8_NSRangeVFTf4nn_g', symObjAddr: 0x2880, symBinAddr: 0xD7AB0, symSize: 0xF0 }
+ - { offsetInCU: 0x10D9, offset: 0xFB744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCfETo', symObjAddr: 0x18E0, symBinAddr: 0xD6B50, symSize: 0x80 }
+ - { offsetInCU: 0x1108, offset: 0xFB773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6senderAA13CommandSender_pvg', symObjAddr: 0x1960, symBinAddr: 0xD6BD0, symSize: 0x30 }
+ - { offsetInCU: 0x1135, offset: 0xFB7A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC7serviceAA0aB7ServiceCvg', symObjAddr: 0x1990, symBinAddr: 0xD6C00, symSize: 0x20 }
+ - { offsetInCU: 0x1162, offset: 0xFB7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC11roomManagerAA0dH0Cvg', symObjAddr: 0x19B0, symBinAddr: 0xD6C20, symSize: 0x20 }
+ - { offsetInCU: 0x11AD, offset: 0xFB818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvgTo', symObjAddr: 0x19D0, symBinAddr: 0xD6C40, symSize: 0x70 }
+ - { offsetInCU: 0x11E2, offset: 0xFB84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvg', symObjAddr: 0x1A40, symBinAddr: 0xD6CB0, symSize: 0x50 }
+ - { offsetInCU: 0x1247, offset: 0xFB8B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvsTo', symObjAddr: 0x1A90, symBinAddr: 0xD6D00, symSize: 0xC0 }
+ - { offsetInCU: 0x12A1, offset: 0xFB90C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvs', symObjAddr: 0x1B50, symBinAddr: 0xD6DC0, symSize: 0x90 }
+ - { offsetInCU: 0x12E5, offset: 0xFB950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvM', symObjAddr: 0x1BE0, symBinAddr: 0xD6E50, symSize: 0x50 }
+ - { offsetInCU: 0x1312, offset: 0xFB97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9nextTokenSSSgvM.resume.0', symObjAddr: 0x1C30, symBinAddr: 0xD6EA0, symSize: 0x60 }
+ - { offsetInCU: 0x136F, offset: 0xFB9DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x1C90, symBinAddr: 0xD6F00, symSize: 0x20 }
+ - { offsetInCU: 0x13AC, offset: 0xFBA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6paramsAC6ParamsCvg', symObjAddr: 0x1CB0, symBinAddr: 0xD6F20, symSize: 0x20 }
+ - { offsetInCU: 0x13C9, offset: 0xFBA34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC9isLoadingSbvM', symObjAddr: 0x1D50, symBinAddr: 0xD6FC0, symSize: 0x40 }
+ - { offsetInCU: 0x13F8, offset: 0xFBA63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC7hasNextSbvM', symObjAddr: 0x1EF0, symBinAddr: 0xD7160, symSize: 0x40 }
+ - { offsetInCU: 0x1427, offset: 0xFBA92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0x2360, symBinAddr: 0xD75D0, symSize: 0x70 }
+ - { offsetInCU: 0x1452, offset: 0xFBABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0CtcfC', symObjAddr: 0x2430, symBinAddr: 0xD76A0, symSize: 0x80 }
+ - { offsetInCU: 0x1488, offset: 0xFBAF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0Ctcfc', symObjAddr: 0x24B0, symBinAddr: 0xD7720, symSize: 0x60 }
+ - { offsetInCU: 0x149C, offset: 0xFBB07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCACycfc', symObjAddr: 0x2560, symBinAddr: 0xD77D0, symSize: 0x30 }
+ - { offsetInCU: 0x14FF, offset: 0xFBB6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCACycfcTo', symObjAddr: 0x2590, symBinAddr: 0xD7800, symSize: 0x30 }
+ - { offsetInCU: 0x1566, offset: 0xFBBD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4with6sender7service11roomManagerA2C6ParamsC_AA13CommandSender_pAA0aB7ServiceCAA0dK0CtcfcTf4ggggn_n', symObjAddr: 0x2B90, symBinAddr: 0xD7DC0, symSize: 0x100 }
+ - { offsetInCU: 0x17B7, offset: 0xFBE22, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD4RoomCGSgAGIeggg_TR', symObjAddr: 0x23D0, symBinAddr: 0xD7640, symSize: 0x60 }
+ - { offsetInCU: 0x17E5, offset: 0xFBE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCfETo', symObjAddr: 0x2610, symBinAddr: 0xD7880, symSize: 0x70 }
+ - { offsetInCU: 0x1814, offset: 0xFBE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC6ParamsCMa', symObjAddr: 0x2970, symBinAddr: 0xD7BA0, symSize: 0x20 }
+ - { offsetInCU: 0x1828, offset: 0xFBE93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyycfU0_TA', symObjAddr: 0x29B0, symBinAddr: 0xD7BE0, symSize: 0x40 }
+ - { offsetInCU: 0x185C, offset: 0xFBEC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_TA', symObjAddr: 0x2A20, symBinAddr: 0xD7C50, symSize: 0x20 }
+ - { offsetInCU: 0x187B, offset: 0xFBEE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0x2A40, symBinAddr: 0xD7C70, symSize: 0x20 }
+ - { offsetInCU: 0x18A4, offset: 0xFBF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA11RequestableAAWl', symObjAddr: 0x2A60, symBinAddr: 0xD7C90, symSize: 0x30 }
+ - { offsetInCU: 0x18B8, offset: 0xFBF23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA10ResultableAAWl', symObjAddr: 0x2A90, symBinAddr: 0xD7CC0, symSize: 0x30 }
+ - { offsetInCU: 0x18CC, offset: 0xFBF37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVWOs', symObjAddr: 0x2AC0, symBinAddr: 0xD7CF0, symSize: 0x90 }
+ - { offsetInCU: 0x18E0, offset: 0xFBF4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyycfU_TA', symObjAddr: 0x2B50, symBinAddr: 0xD7D80, symSize: 0x40 }
+ - { offsetInCU: 0x1914, offset: 0xFBF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryCMa', symObjAddr: 0x2C90, symBinAddr: 0xD7EC0, symSize: 0x20 }
+ - { offsetInCU: 0x1928, offset: 0xFBF93, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD4RoomCGSgAGIeggg_TRTA', symObjAddr: 0x3700, symBinAddr: 0xD8930, symSize: 0x10 }
+ - { offsetInCU: 0x193C, offset: 0xFBFA7, size: 0x8, addend: 0x0, symName: '_$sSh8IteratorV8_VariantOyx__GSHRzlWOe', symObjAddr: 0x3710, symBinAddr: 0xD8940, symSize: 0x20 }
+ - { offsetInCU: 0x1950, offset: 0xFBFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU_TA', symObjAddr: 0x3760, symBinAddr: 0xD8990, symSize: 0x20 }
+ - { offsetInCU: 0x198C, offset: 0xFBFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RoomListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_TA', symObjAddr: 0x37C0, symBinAddr: 0xD89F0, symSize: 0x20 }
+ - { offsetInCU: 0x19A0, offset: 0xFC00B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVWOr', symObjAddr: 0x37E0, symBinAddr: 0xD8A10, symSize: 0x60 }
+ - { offsetInCU: 0x19B4, offset: 0xFC01F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVWOs', symObjAddr: 0x3840, symBinAddr: 0xD8A70, symSize: 0x60 }
+ - { offsetInCU: 0x19F7, offset: 0xFC062, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSay13SendBirdCalls8RoomDataVG_AE0F0CTg504$s13cd7Calls13f109ListQueryC4next17completionHandleryySayAA0D0CGSg_AA8SBCErrorCSgtc_tFyAA0deF8ResponseCSg_ALtcfU1_yycfU0_AgA0D4g2VcO22D7ManagerCcfu_AgQcfu0_AE0F7ManagerCTf1cn_n', symObjAddr: 0x0, symBinAddr: 0xD5270, symSize: 0x1A0 }
+ - { offsetInCU: 0x27, offset: 0xFC6B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0xD8B90, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0xFC6DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0xD8B90, symSize: 0xA0 }
+ - { offsetInCU: 0x96, offset: 0xFC728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6callIdSSvg', symObjAddr: 0xA0, symBinAddr: 0xD8C30, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0xFC744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV9isEnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0xD8C60, symSize: 0x10 }
+ - { offsetInCU: 0xCE, offset: 0xFC760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0xD8C70, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0xFC77C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV9requestIdSSvg', symObjAddr: 0xF0, symBinAddr: 0xD8C80, symSize: 0x30 }
+ - { offsetInCU: 0xFE, offset: 0xFC790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x120, symBinAddr: 0xD8CB0, symSize: 0x1B0 }
+ - { offsetInCU: 0x186, offset: 0xFC818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x310, symBinAddr: 0xD8E60, symSize: 0x10 }
+ - { offsetInCU: 0x1B1, offset: 0xFC843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x320, symBinAddr: 0xD8E70, symSize: 0x30 }
+ - { offsetInCU: 0x1E3, offset: 0xFC875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x350, symBinAddr: 0xD8EA0, symSize: 0x40 }
+ - { offsetInCU: 0x21D, offset: 0xFC8AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x420, symBinAddr: 0xD8EE0, symSize: 0x20 }
+ - { offsetInCU: 0x231, offset: 0xFC8C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA13WSRequestableAAWl', symObjAddr: 0x440, symBinAddr: 0xD8F00, symSize: 0x30 }
+ - { offsetInCU: 0x245, offset: 0xFC8D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x470, symBinAddr: 0xD8F30, symSize: 0x20 }
+ - { offsetInCU: 0x259, offset: 0xFC8EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA13WSRequestableAAWI', symObjAddr: 0x4C0, symBinAddr: 0xD8F50, symSize: 0x20 }
+ - { offsetInCU: 0x26D, offset: 0xFC8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x510, symBinAddr: 0xD8F70, symSize: 0x10 }
+ - { offsetInCU: 0x281, offset: 0xFC913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA11RequestableAAWI', symObjAddr: 0x550, symBinAddr: 0xD8F80, symSize: 0x30 }
+ - { offsetInCU: 0x295, offset: 0xFC927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA0F0AAWl', symObjAddr: 0x580, symBinAddr: 0xD8FB0, symSize: 0x30 }
+ - { offsetInCU: 0x2A9, offset: 0xFC93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5B0, symBinAddr: 0xD8FE0, symSize: 0x30 }
+ - { offsetInCU: 0x2BD, offset: 0xFC94F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0AAWI', symObjAddr: 0x5E0, symBinAddr: 0xD9010, symSize: 0x20 }
+ - { offsetInCU: 0x2D1, offset: 0xFC963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVACSEAAWl', symObjAddr: 0x600, symBinAddr: 0xD9030, symSize: 0x30 }
+ - { offsetInCU: 0x2E5, offset: 0xFC977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x630, symBinAddr: 0xD9060, symSize: 0x20 }
+ - { offsetInCU: 0x2F9, offset: 0xFC98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwCP', symObjAddr: 0x650, symBinAddr: 0xD9080, symSize: 0x30 }
+ - { offsetInCU: 0x30D, offset: 0xFC99F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwxx', symObjAddr: 0x680, symBinAddr: 0xD90B0, symSize: 0x30 }
+ - { offsetInCU: 0x321, offset: 0xFC9B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwcp', symObjAddr: 0x6B0, symBinAddr: 0xD90E0, symSize: 0x50 }
+ - { offsetInCU: 0x335, offset: 0xFC9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwca', symObjAddr: 0x700, symBinAddr: 0xD9130, symSize: 0x70 }
+ - { offsetInCU: 0x349, offset: 0xFC9DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwta', symObjAddr: 0x790, symBinAddr: 0xD91A0, symSize: 0x60 }
+ - { offsetInCU: 0x35D, offset: 0xFC9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwet', symObjAddr: 0x7F0, symBinAddr: 0xD9200, symSize: 0x40 }
+ - { offsetInCU: 0x371, offset: 0xFCA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVwst', symObjAddr: 0x830, symBinAddr: 0xD9240, symSize: 0x40 }
+ - { offsetInCU: 0x385, offset: 0xFCA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVMa', symObjAddr: 0x870, symBinAddr: 0xD9280, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0xFCC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xD9290, symSize: 0x20 }
+ - { offsetInCU: 0x61, offset: 0xFCC8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO7isValidSbvg', symObjAddr: 0x0, symBinAddr: 0xD9290, symSize: 0x20 }
+ - { offsetInCU: 0xEA, offset: 0xFCD13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeO9parameterSaySSGvg', symObjAddr: 0x20, symBinAddr: 0xD92B0, symSize: 0x40 }
+ - { offsetInCU: 0x126, offset: 0xFCD4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6callId14customItemKeysACSS_SaySSGtcfC', symObjAddr: 0x60, symBinAddr: 0xD92F0, symSize: 0x20 }
+ - { offsetInCU: 0x171, offset: 0xFCD9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0xD0, symBinAddr: 0xD9360, symSize: 0x50 }
+ - { offsetInCU: 0x192, offset: 0xFCDBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0x120, symBinAddr: 0xD93B0, symSize: 0x50 }
+ - { offsetInCU: 0x1BB, offset: 0xFCDE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x170, symBinAddr: 0xD9400, symSize: 0x60 }
+ - { offsetInCU: 0x1E4, offset: 0xFCE0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xD9460, symSize: 0x10 }
+ - { offsetInCU: 0x200, offset: 0xFCE29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1E0, symBinAddr: 0xD9470, symSize: 0x10 }
+ - { offsetInCU: 0x21C, offset: 0xFCE45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1F0, symBinAddr: 0xD9480, symSize: 0x10 }
+ - { offsetInCU: 0x230, offset: 0xFCE59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6callIdSSvg', symObjAddr: 0x200, symBinAddr: 0xD9490, symSize: 0x20 }
+ - { offsetInCU: 0x24C, offset: 0xFCE75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV14customItemKeysSaySSGvg', symObjAddr: 0x220, symBinAddr: 0xD94B0, symSize: 0x10 }
+ - { offsetInCU: 0x274, offset: 0xFCE9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x230, symBinAddr: 0xD94C0, symSize: 0x70 }
+ - { offsetInCU: 0x2AD, offset: 0xFCED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x2A0, symBinAddr: 0xD9530, symSize: 0x70 }
+ - { offsetInCU: 0x2E3, offset: 0xFCF0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x310, symBinAddr: 0xD95A0, symSize: 0x10 }
+ - { offsetInCU: 0x30A, offset: 0xFCF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x320, symBinAddr: 0xD95B0, symSize: 0x10 }
+ - { offsetInCU: 0x332, offset: 0xFCF5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x330, symBinAddr: 0xD95C0, symSize: 0x10 }
+ - { offsetInCU: 0x346, offset: 0xFCF6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x340, symBinAddr: 0xD95D0, symSize: 0x10 }
+ - { offsetInCU: 0x378, offset: 0xFCFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x480, symBinAddr: 0xD9710, symSize: 0x70 }
+ - { offsetInCU: 0x3AC, offset: 0xFCFD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x4F0, symBinAddr: 0xD9780, symSize: 0x20 }
+ - { offsetInCU: 0x3E4, offset: 0xFD00D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x510, symBinAddr: 0xD97A0, symSize: 0x10 }
+ - { offsetInCU: 0x42F, offset: 0xFD058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x520, symBinAddr: 0xD97B0, symSize: 0x70 }
+ - { offsetInCU: 0x47A, offset: 0xFD0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x590, symBinAddr: 0xD9820, symSize: 0x10 }
+ - { offsetInCU: 0x496, offset: 0xFD0BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x5A0, symBinAddr: 0xD9830, symSize: 0x10 }
+ - { offsetInCU: 0x4B2, offset: 0xFD0DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x770, symBinAddr: 0xD99C0, symSize: 0x20 }
+ - { offsetInCU: 0x4CF, offset: 0xFD0F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5F0, symBinAddr: 0xD9880, symSize: 0x10 }
+ - { offsetInCU: 0x4F2, offset: 0xFD11B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x600, symBinAddr: 0xD9890, symSize: 0x50 }
+ - { offsetInCU: 0x529, offset: 0xFD152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x650, symBinAddr: 0xD98E0, symSize: 0x10 }
+ - { offsetInCU: 0x554, offset: 0xFD17D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x660, symBinAddr: 0xD98F0, symSize: 0x20 }
+ - { offsetInCU: 0x59C, offset: 0xFD1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x680, symBinAddr: 0xD9910, symSize: 0x10 }
+ - { offsetInCU: 0x5D4, offset: 0xFD1FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x690, symBinAddr: 0xD9920, symSize: 0xA0 }
+ - { offsetInCU: 0x647, offset: 0xFD270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x790, symBinAddr: 0xD99E0, symSize: 0xF0 }
+ - { offsetInCU: 0x694, offset: 0xFD2BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultType_WZ', symObjAddr: 0x80, symBinAddr: 0xD9310, symSize: 0x20 }
+ - { offsetInCU: 0x6AE, offset: 0xFD2D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0xA0, symBinAddr: 0xD9330, symSize: 0x30 }
+ - { offsetInCU: 0x715, offset: 0xFD33E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x880, symBinAddr: 0xD9AD0, symSize: 0x10 }
+ - { offsetInCU: 0x729, offset: 0xFD352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x890, symBinAddr: 0xD9AE0, symSize: 0x30 }
+ - { offsetInCU: 0x73D, offset: 0xFD366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0x8C0, symBinAddr: 0xD9B10, symSize: 0x10 }
+ - { offsetInCU: 0x751, offset: 0xFD37A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0x8D0, symBinAddr: 0xD9B20, symSize: 0x30 }
+ - { offsetInCU: 0x765, offset: 0xFD38E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0x900, symBinAddr: 0xD9B50, symSize: 0x10 }
+ - { offsetInCU: 0x779, offset: 0xFD3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0x910, symBinAddr: 0xD9B60, symSize: 0x30 }
+ - { offsetInCU: 0x78D, offset: 0xFD3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x940, symBinAddr: 0xD9B90, symSize: 0x20 }
+ - { offsetInCU: 0x7A1, offset: 0xFD3CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x990, symBinAddr: 0xD9BB0, symSize: 0x10 }
+ - { offsetInCU: 0x7B5, offset: 0xFD3DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x9A0, symBinAddr: 0xD9BC0, symSize: 0x40 }
+ - { offsetInCU: 0x7C9, offset: 0xFD3F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x9E0, symBinAddr: 0xD9C00, symSize: 0x30 }
+ - { offsetInCU: 0x7DD, offset: 0xFD406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA0G0AAWl', symObjAddr: 0xA10, symBinAddr: 0xD9C30, symSize: 0x30 }
+ - { offsetInCU: 0x7F1, offset: 0xFD41A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA40, symBinAddr: 0xD9C60, symSize: 0x30 }
+ - { offsetInCU: 0x805, offset: 0xFD42E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0AAWI', symObjAddr: 0xA70, symBinAddr: 0xD9C90, symSize: 0x20 }
+ - { offsetInCU: 0x819, offset: 0xFD442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVACSEAAWl', symObjAddr: 0xA90, symBinAddr: 0xD9CB0, symSize: 0x30 }
+ - { offsetInCU: 0x82D, offset: 0xFD456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAC0, symBinAddr: 0xD9CE0, symSize: 0x20 }
+ - { offsetInCU: 0x841, offset: 0xFD46A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwCP', symObjAddr: 0xAE0, symBinAddr: 0xD9D00, symSize: 0x30 }
+ - { offsetInCU: 0x855, offset: 0xFD47E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwxx', symObjAddr: 0xB10, symBinAddr: 0xD9D30, symSize: 0x30 }
+ - { offsetInCU: 0x869, offset: 0xFD492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwcp', symObjAddr: 0xB40, symBinAddr: 0xD9D60, symSize: 0x40 }
+ - { offsetInCU: 0x87D, offset: 0xFD4A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwca', symObjAddr: 0xB80, symBinAddr: 0xD9DA0, symSize: 0x60 }
+ - { offsetInCU: 0x891, offset: 0xFD4BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwta', symObjAddr: 0xC00, symBinAddr: 0xD9E00, symSize: 0x40 }
+ - { offsetInCU: 0x8A5, offset: 0xFD4CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwet', symObjAddr: 0xC40, symBinAddr: 0xD9E40, symSize: 0x40 }
+ - { offsetInCU: 0x8B9, offset: 0xFD4E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVwst', symObjAddr: 0xC80, symBinAddr: 0xD9E80, symSize: 0x50 }
+ - { offsetInCU: 0x8CD, offset: 0xFD4F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVMa', symObjAddr: 0xCD0, symBinAddr: 0xD9ED0, symSize: 0x10 }
+ - { offsetInCU: 0x8E1, offset: 0xFD50A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwet', symObjAddr: 0xD00, symBinAddr: 0xD9EE0, symSize: 0x50 }
+ - { offsetInCU: 0x8F5, offset: 0xFD51E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwst', symObjAddr: 0xD50, symBinAddr: 0xD9F30, symSize: 0xA0 }
+ - { offsetInCU: 0x909, offset: 0xFD532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0xDF0, symBinAddr: 0xD9FD0, symSize: 0x10 }
+ - { offsetInCU: 0x91D, offset: 0xFD546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0xE00, symBinAddr: 0xD9FE0, symSize: 0x10 }
+ - { offsetInCU: 0x931, offset: 0xFD55A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0xE10, symBinAddr: 0xD9FF0, symSize: 0x10 }
+ - { offsetInCU: 0x945, offset: 0xFD56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0xE20, symBinAddr: 0xDA000, symSize: 0x10 }
+ - { offsetInCU: 0x959, offset: 0xFD582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwCP', symObjAddr: 0xE30, symBinAddr: 0xDA010, symSize: 0x20 }
+ - { offsetInCU: 0x96D, offset: 0xFD596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwxx', symObjAddr: 0xE50, symBinAddr: 0xDA030, symSize: 0x10 }
+ - { offsetInCU: 0x981, offset: 0xFD5AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwcp', symObjAddr: 0xE60, symBinAddr: 0xDA040, symSize: 0x20 }
+ - { offsetInCU: 0x995, offset: 0xFD5BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwca', symObjAddr: 0xE80, symBinAddr: 0xDA060, symSize: 0x30 }
+ - { offsetInCU: 0x9A9, offset: 0xFD5D2, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0xEB0, symBinAddr: 0xDA090, symSize: 0x10 }
+ - { offsetInCU: 0x9BD, offset: 0xFD5E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwta', symObjAddr: 0xEC0, symBinAddr: 0xDA0A0, symSize: 0x30 }
+ - { offsetInCU: 0x9D1, offset: 0xFD5FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwet', symObjAddr: 0xEF0, symBinAddr: 0xDA0D0, symSize: 0x40 }
+ - { offsetInCU: 0x9E5, offset: 0xFD60E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwst', symObjAddr: 0xF30, symBinAddr: 0xDA110, symSize: 0x40 }
+ - { offsetInCU: 0x9F9, offset: 0xFD622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwug', symObjAddr: 0xF70, symBinAddr: 0xDA150, symSize: 0x20 }
+ - { offsetInCU: 0xA0D, offset: 0xFD636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwup', symObjAddr: 0xF90, symBinAddr: 0xDA170, symSize: 0x10 }
+ - { offsetInCU: 0xA21, offset: 0xFD64A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOwui', symObjAddr: 0xFA0, symBinAddr: 0xDA180, symSize: 0x20 }
+ - { offsetInCU: 0xA35, offset: 0xFD65E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10TargetTypeOMa', symObjAddr: 0xFC0, symBinAddr: 0xDA1A0, symSize: 0x10 }
+ - { offsetInCU: 0xA49, offset: 0xFD672, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0xFD0, symBinAddr: 0xDA1B0, symSize: 0x30 }
+ - { offsetInCU: 0xAA7, offset: 0xFD6D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x350, symBinAddr: 0xD95E0, symSize: 0x70 }
+ - { offsetInCU: 0xB8B, offset: 0xFD7B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3C0, symBinAddr: 0xD9650, symSize: 0x50 }
+ - { offsetInCU: 0xC36, offset: 0xFD85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x410, symBinAddr: 0xD96A0, symSize: 0x30 }
+ - { offsetInCU: 0xC9D, offset: 0xFD8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x440, symBinAddr: 0xD96D0, symSize: 0x40 }
+ - { offsetInCU: 0xD26, offset: 0xFD94F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x5B0, symBinAddr: 0xD9840, symSize: 0x20 }
+ - { offsetInCU: 0xD42, offset: 0xFD96B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestV10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0xD9860, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0xFDBD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xDA1E0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0xFDBF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0xDA1E0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0xFDC0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC9candidateAA0D0Cvg', symObjAddr: 0x10, symBinAddr: 0xDA1F0, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0xFDC26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x20, symBinAddr: 0xDA200, symSize: 0x30 }
+ - { offsetInCU: 0x8F, offset: 0xFDC3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x50, symBinAddr: 0xDA230, symSize: 0x40 }
+ - { offsetInCU: 0xB4, offset: 0xFDC5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x90, symBinAddr: 0xDA270, symSize: 0x310 }
+ - { offsetInCU: 0x1B1, offset: 0xFDD5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seq9candidate16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_AA0D0CSSSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x530, symBinAddr: 0xDA5A0, symSize: 0xD0 }
+ - { offsetInCU: 0x242, offset: 0xFDDED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC3seq9candidate16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_AA0D0CSSSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x600, symBinAddr: 0xDA670, symSize: 0x90 }
+ - { offsetInCU: 0x31B, offset: 0xFDEC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x690, symBinAddr: 0xDA700, symSize: 0x30 }
+ - { offsetInCU: 0x37A, offset: 0xFDF25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x6C0, symBinAddr: 0xDA730, symSize: 0x30 }
+ - { offsetInCU: 0x3D7, offset: 0xFDF82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfd', symObjAddr: 0x710, symBinAddr: 0xDA780, symSize: 0x40 }
+ - { offsetInCU: 0x428, offset: 0xFDFD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfD', symObjAddr: 0x770, symBinAddr: 0xDA7C0, symSize: 0x50 }
+ - { offsetInCU: 0x490, offset: 0xFE03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x7C0, symBinAddr: 0xDA810, symSize: 0x20 }
+ - { offsetInCU: 0x4D1, offset: 0xFE07C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x7E0, symBinAddr: 0xDA830, symSize: 0x30 }
+ - { offsetInCU: 0x504, offset: 0xFE0AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0xDA580, symSize: 0x20 }
+ - { offsetInCU: 0x5D5, offset: 0xFE180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CandidateEventCommandCfE', symObjAddr: 0x6F0, symBinAddr: 0xDA760, symSize: 0x20 }
+ - { offsetInCU: 0xA2, offset: 0xFE4A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5codecSSSgvg', symObjAddr: 0x0, symBinAddr: 0xDA8A0, symSize: 0x640 }
+ - { offsetInCU: 0x3E7, offset: 0xFE7EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5delta2of4pathqd__Sgs7KeyPathCyAaB_pAA10PacketInfoVSgG_AIyAK0J6ValuesVAGGtSjRd__lF', symObjAddr: 0x1060, symBinAddr: 0xDAEE0, symSize: 0x29B0 }
+ - { offsetInCU: 0x480, offset: 0xFE887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x3A70, symBinAddr: 0xDD8F0, symSize: 0x70 }
+ - { offsetInCU: 0x4BC, offset: 0xFE8C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x3AE0, symBinAddr: 0xDD960, symSize: 0x70 }
+ - { offsetInCU: 0x4F8, offset: 0xFE8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8protocolSSSgvg', symObjAddr: 0x3B50, symBinAddr: 0xDD9D0, symSize: 0xC0 }
+ - { offsetInCU: 0x534, offset: 0xFE93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13relayProtocolSSSgvg', symObjAddr: 0x3C10, symBinAddr: 0xDDA90, symSize: 0xC0 }
+ - { offsetInCU: 0x570, offset: 0xFE977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13candidateTypeSSSgvg', symObjAddr: 0x3CD0, symBinAddr: 0xDDB50, symSize: 0xC0 }
+ - { offsetInCU: 0x5C2, offset: 0xFE9C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvg', symObjAddr: 0x3D90, symBinAddr: 0xDDC10, symSize: 0x1C90 }
+ - { offsetInCU: 0x85B, offset: 0xFEC62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11descriptionSSvgyAA10PacketInfoVXEfU0_', symObjAddr: 0xDCA0, symBinAddr: 0xE7B20, symSize: 0x1290 }
+ - { offsetInCU: 0xB9D, offset: 0xFEFA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE6packet4typeAA10PacketInfoVSgAG0G4TypeO_tF', symObjAddr: 0x5A20, symBinAddr: 0xDF8A0, symSize: 0x1CB0 }
+ - { offsetInCU: 0xD85, offset: 0xFF18C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE10allPackets4typeSayAA10PacketInfoVGAG0H4TypeO_tF', symObjAddr: 0x76D0, symBinAddr: 0xE1550, symSize: 0x1690 }
+ - { offsetInCU: 0xFF7, offset: 0xFF3FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE9hasPacket4typeSbAA0F4InfoV0F4TypeO_tF', symObjAddr: 0x8D60, symBinAddr: 0xE2BE0, symSize: 0x60 }
+ - { offsetInCU: 0x10E5, offset: 0xFF4EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsRateySdSgs5Int64VSg_AHtF', symObjAddr: 0x8DC0, symBinAddr: 0xE2C40, symSize: 0x40 }
+ - { offsetInCU: 0x1169, offset: 0xFF570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE7isValidSbvg', symObjAddr: 0x8E00, symBinAddr: 0xE2C80, symSize: 0x1A0 }
+ - { offsetInCU: 0x11A6, offset: 0xFF5AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE3rttSdSgvg', symObjAddr: 0x8FA0, symBinAddr: 0xE2E20, symSize: 0x90 }
+ - { offsetInCU: 0x1201, offset: 0xFF608, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE6jitterSdSgvg', symObjAddr: 0x9030, symBinAddr: 0xE2EB0, symSize: 0x90 }
+ - { offsetInCU: 0x125C, offset: 0xFF663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x90C0, symBinAddr: 0xE2F40, symSize: 0x70 }
+ - { offsetInCU: 0x1298, offset: 0xFF69F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x91D0, symBinAddr: 0xE3050, symSize: 0x70 }
+ - { offsetInCU: 0x12D4, offset: 0xFF6DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE21totalRemotePacketLosts5Int64VSgvg', symObjAddr: 0x9240, symBinAddr: 0xE30C0, symSize: 0x70 }
+ - { offsetInCU: 0x1310, offset: 0xFF717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16totalPacketsSents5Int64VSgvg', symObjAddr: 0x93D0, symBinAddr: 0xE3250, symSize: 0x70 }
+ - { offsetInCU: 0x134C, offset: 0xFF753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE14totalBytesSents5Int64VSgvg', symObjAddr: 0x9440, symBinAddr: 0xE32C0, symSize: 0x70 }
+ - { offsetInCU: 0x1388, offset: 0xFF78F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11networkTypeSSSgvg', symObjAddr: 0x9600, symBinAddr: 0xE3480, symSize: 0xC0 }
+ - { offsetInCU: 0x13C4, offset: 0xFF7CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8firCounts5Int64VSgvg', symObjAddr: 0x96C0, symBinAddr: 0xE3540, symSize: 0x70 }
+ - { offsetInCU: 0x1400, offset: 0xFF807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE8pliCounts5Int64VSgvg', symObjAddr: 0x9730, symBinAddr: 0xE35B0, symSize: 0x70 }
+ - { offsetInCU: 0x143C, offset: 0xFF843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE9nackCounts5Int64VSgvg', symObjAddr: 0x97A0, symBinAddr: 0xE3620, symSize: 0x70 }
+ - { offsetInCU: 0x1478, offset: 0xFF87F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5qpSums5Int64VSgvg', symObjAddr: 0x9810, symBinAddr: 0xE3690, symSize: 0x70 }
+ - { offsetInCU: 0x14B4, offset: 0xFF8BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x9880, symBinAddr: 0xE3700, symSize: 0x70 }
+ - { offsetInCU: 0x14F0, offset: 0xFF8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x9910, symBinAddr: 0xE3790, symSize: 0x70 }
+ - { offsetInCU: 0x152C, offset: 0xFF933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x9980, symBinAddr: 0xE3800, symSize: 0x70 }
+ - { offsetInCU: 0x1568, offset: 0xFF96F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE15totalDecodeTimeSdSgvg', symObjAddr: 0x99F0, symBinAddr: 0xE3870, symSize: 0x70 }
+ - { offsetInCU: 0x15A4, offset: 0xFF9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalInterFrameDelaySdSgvg', symObjAddr: 0x9A60, symBinAddr: 0xE38E0, symSize: 0x70 }
+ - { offsetInCU: 0x15E0, offset: 0xFF9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x9AD0, symBinAddr: 0xE3950, symSize: 0x70 }
+ - { offsetInCU: 0x161C, offset: 0xFFA23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE25outboundMediaSourcePacketAA0H4InfoVSgvg', symObjAddr: 0x9B40, symBinAddr: 0xE39C0, symSize: 0x1430 }
+ - { offsetInCU: 0x17AC, offset: 0xFFBB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19outboundTrackPacketAA0G4InfoVSgvg', symObjAddr: 0xAF70, symBinAddr: 0xE4DF0, symSize: 0x1430 }
+ - { offsetInCU: 0x193C, offset: 0xFFD43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18inboundTrackPacketAA0G4InfoVSgvg', symObjAddr: 0xC3A0, symBinAddr: 0xE6220, symSize: 0x1430 }
+ - { offsetInCU: 0x1ACC, offset: 0xFFED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0xD7D0, symBinAddr: 0xE7650, symSize: 0x70 }
+ - { offsetInCU: 0x1B08, offset: 0xFFF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0xD840, symBinAddr: 0xE76C0, symSize: 0x70 }
+ - { offsetInCU: 0x1B44, offset: 0xFFF4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE12fractionLostSdSgvg', symObjAddr: 0xD8B0, symBinAddr: 0xE7730, symSize: 0x70 }
+ - { offsetInCU: 0x1B80, offset: 0xFFF87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16packetsDiscardeds5Int64VSgvg', symObjAddr: 0xD920, symBinAddr: 0xE77A0, symSize: 0x70 }
+ - { offsetInCU: 0x1BBC, offset: 0xFFFC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0xD990, symBinAddr: 0xE7810, symSize: 0x70 }
+ - { offsetInCU: 0x1BF8, offset: 0xFFFFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE19fecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0xDA00, symBinAddr: 0xE7880, symSize: 0x70 }
+ - { offsetInCU: 0x1C34, offset: 0x10003B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0xDA70, symBinAddr: 0xE78F0, symSize: 0x70 }
+ - { offsetInCU: 0x1C70, offset: 0x100077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16concealedSampless5Int64VSgvg', symObjAddr: 0xDAE0, symBinAddr: 0xE7960, symSize: 0x70 }
+ - { offsetInCU: 0x1CAC, offset: 0x1000B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE22silentConcealedSampless5Int64VSgvg', symObjAddr: 0xDB50, symBinAddr: 0xE79D0, symSize: 0x70 }
+ - { offsetInCU: 0x1CE8, offset: 0x1000EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0xDBC0, symBinAddr: 0xE7A40, symSize: 0x70 }
+ - { offsetInCU: 0x1D24, offset: 0x10012B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0xDC30, symBinAddr: 0xE7AB0, symSize: 0x70 }
+ - { offsetInCU: 0x1E9F, offset: 0x1002A6, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKFSS_Tg5', symObjAddr: 0xEF30, symBinAddr: 0xE8DB0, symSize: 0x540 }
+ - { offsetInCU: 0x223F, offset: 0x100646, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKF17appendSubsequenceL_3endSb5IndexQz_tSlRzlFSS_Tg5', symObjAddr: 0xF470, symBinAddr: 0xE92F0, symSize: 0x120 }
+ - { offsetInCU: 0x23AC, offset: 0x1007B3, size: 0x8, addend: 0x0, symName: '_$sSa9_getCountSiyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xF590, symBinAddr: 0xE9410, symSize: 0x10 }
+ - { offsetInCU: 0x23D5, offset: 0x1007DC, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV12_endMutationyyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xF5A0, symBinAddr: 0xE9420, symSize: 0x10 }
+ - { offsetInCU: 0x23ED, offset: 0x1007F4, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV034_makeUniqueAndReserveCapacityIfNotD0yyF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xF5B0, symBinAddr: 0xE9430, symSize: 0x40 }
+ - { offsetInCU: 0x243F, offset: 0x100846, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV36_reserveCapacityAssumingUniqueBuffer8oldCountySi_tF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xF5F0, symBinAddr: 0xE9470, symSize: 0x40 }
+ - { offsetInCU: 0x2453, offset: 0x10085A, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV37_appendElementAssumeUniqueAndCapacity_03newD0ySi_xntF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0xF630, symBinAddr: 0xE94B0, symSize: 0x30 }
+ - { offsetInCU: 0x24A4, offset: 0x1008AB, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5', symObjAddr: 0xF660, symBinAddr: 0xE94E0, symSize: 0x40 }
+ - { offsetInCU: 0x2533, offset: 0x10093A, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0xF6A0, symBinAddr: 0xE9520, symSize: 0x40 }
+ - { offsetInCU: 0x56, offset: 0x101250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x0, symBinAddr: 0xE9780, symSize: 0x390 }
+ - { offsetInCU: 0x10C, offset: 0x101306, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tFyyYbcfU_', symObjAddr: 0x390, symBinAddr: 0xE9B10, symSize: 0x80 }
+ - { offsetInCU: 0x15D, offset: 0x101357, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x410, symBinAddr: 0xE9B90, symSize: 0x60 }
+ - { offsetInCU: 0x1FF, offset: 0x1013F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCACycfC', symObjAddr: 0x470, symBinAddr: 0xE9BF0, symSize: 0x20 }
+ - { offsetInCU: 0x21D, offset: 0x101417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCACycfc', symObjAddr: 0x490, symBinAddr: 0xE9C10, symSize: 0x10 }
+ - { offsetInCU: 0x24A, offset: 0x101444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCfd', symObjAddr: 0x4A0, symBinAddr: 0xE9C20, symSize: 0x10 }
+ - { offsetInCU: 0x277, offset: 0x101471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCfD', symObjAddr: 0x4B0, symBinAddr: 0xE9C30, symSize: 0x20 }
+ - { offsetInCU: 0x35B, offset: 0x101555, size: 0x8, addend: 0x0, symName: '_$sSGsE4next10upperBoundqd__qd___ts17FixedWidthIntegerRd__SURd__lFs27SystemRandomNumberGeneratorV_SuTg5', symObjAddr: 0x4D0, symBinAddr: 0xE9C50, symSize: 0xB0 }
+ - { offsetInCU: 0x428, offset: 0x101622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateC7process7contextyAA0D0C_tFyyYbcfU_TA', symObjAddr: 0x5D0, symBinAddr: 0xE9D50, symSize: 0x20 }
+ - { offsetInCU: 0x43C, offset: 0x101636, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x5F0, symBinAddr: 0xE9D70, symSize: 0x20 }
+ - { offsetInCU: 0x450, offset: 0x10164A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x610, symBinAddr: 0xE9D90, symSize: 0x10 }
+ - { offsetInCU: 0x464, offset: 0x10165E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointReconnectingStateCMa', symObjAddr: 0x6E0, symBinAddr: 0xE9DD0, symSize: 0x14 }
+ - { offsetInCU: 0x27, offset: 0x1018DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0xE9DF0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x101900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x0, symBinAddr: 0xE9DF0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x10191C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x10, symBinAddr: 0xE9E00, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x101930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV06systemE7EnabledSbvg', symObjAddr: 0x20, symBinAddr: 0xE9E10, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x10194C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV18deviceManufacturerSSvg', symObjAddr: 0x30, symBinAddr: 0xE9E20, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x101968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV8deviceOSSSvg', symObjAddr: 0x60, symBinAddr: 0xE9E50, symSize: 0x30 }
+ - { offsetInCU: 0xCF, offset: 0x101984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6userId8pushType5token06systemE7Enabled18deviceManufacturer0O2OSACSS_AA0eK0OSSSbS2StcfC', symObjAddr: 0x90, symBinAddr: 0xE9E80, symSize: 0x60 }
+ - { offsetInCU: 0x111, offset: 0x1019C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xF0, symBinAddr: 0xE9EE0, symSize: 0x70 }
+ - { offsetInCU: 0x14C, offset: 0x101A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x160, symBinAddr: 0xE9F50, symSize: 0x70 }
+ - { offsetInCU: 0x18F, offset: 0x101A44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1D0, symBinAddr: 0xE9FC0, symSize: 0x10 }
+ - { offsetInCU: 0x1B6, offset: 0x101A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1E0, symBinAddr: 0xE9FD0, symSize: 0x10 }
+ - { offsetInCU: 0x1DD, offset: 0x101A92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1F0, symBinAddr: 0xE9FE0, symSize: 0x60 }
+ - { offsetInCU: 0x214, offset: 0x101AC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x250, symBinAddr: 0xEA040, symSize: 0x60 }
+ - { offsetInCU: 0x26B, offset: 0x101B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x400, symBinAddr: 0xEA1F0, symSize: 0x80 }
+ - { offsetInCU: 0x2AC, offset: 0x101B61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x480, symBinAddr: 0xEA270, symSize: 0x30 }
+ - { offsetInCU: 0x2C0, offset: 0x101B75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0xEA2A0, symSize: 0x10 }
+ - { offsetInCU: 0x2F6, offset: 0x101BAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0xEA2B0, symSize: 0x80 }
+ - { offsetInCU: 0x34E, offset: 0x101C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x540, symBinAddr: 0xEA330, symSize: 0x10 }
+ - { offsetInCU: 0x36A, offset: 0x101C1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x550, symBinAddr: 0xEA340, symSize: 0x10 }
+ - { offsetInCU: 0x387, offset: 0x101C3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5A0, symBinAddr: 0xEA390, symSize: 0x130 }
+ - { offsetInCU: 0x3E3, offset: 0x101C98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6D0, symBinAddr: 0xEA4C0, symSize: 0x10 }
+ - { offsetInCU: 0x40E, offset: 0x101CC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6E0, symBinAddr: 0xEA4D0, symSize: 0x10 }
+ - { offsetInCU: 0x440, offset: 0x101CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6F0, symBinAddr: 0xEA4E0, symSize: 0x40 }
+ - { offsetInCU: 0x463, offset: 0x101D18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV6userId8pushType5token06systemE7Enabled18deviceManufacturer0O2OSACSS_AA0eK0OSSSbS2StcfCTf4nnnnnnd_n', symObjAddr: 0x730, symBinAddr: 0xEA520, symSize: 0x140 }
+ - { offsetInCU: 0x510, offset: 0x101DC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x8E0, symBinAddr: 0xEA660, symSize: 0x30 }
+ - { offsetInCU: 0x524, offset: 0x101DD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x910, symBinAddr: 0xEA690, symSize: 0x10 }
+ - { offsetInCU: 0x538, offset: 0x101DED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x920, symBinAddr: 0xEA6A0, symSize: 0x30 }
+ - { offsetInCU: 0x54C, offset: 0x101E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0xEA6D0, symSize: 0x10 }
+ - { offsetInCU: 0x560, offset: 0x101E15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x960, symBinAddr: 0xEA6E0, symSize: 0x30 }
+ - { offsetInCU: 0x574, offset: 0x101E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x990, symBinAddr: 0xEA710, symSize: 0x10 }
+ - { offsetInCU: 0x588, offset: 0x101E3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x9A0, symBinAddr: 0xEA720, symSize: 0x30 }
+ - { offsetInCU: 0x59C, offset: 0x101E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0x9D0, symBinAddr: 0xEA750, symSize: 0x20 }
+ - { offsetInCU: 0x5B0, offset: 0x101E65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0x9F0, symBinAddr: 0xEA770, symSize: 0x30 }
+ - { offsetInCU: 0x5C4, offset: 0x101E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0xA20, symBinAddr: 0xEA7A0, symSize: 0x20 }
+ - { offsetInCU: 0x5D8, offset: 0x101E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0xA40, symBinAddr: 0xEA7C0, symSize: 0x30 }
+ - { offsetInCU: 0x5EC, offset: 0x101EA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA11RequestableAAWI', symObjAddr: 0xA70, symBinAddr: 0xEA7F0, symSize: 0x30 }
+ - { offsetInCU: 0x600, offset: 0x101EB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA0G0AAWl', symObjAddr: 0xAA0, symBinAddr: 0xEA820, symSize: 0x30 }
+ - { offsetInCU: 0x614, offset: 0x101EC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xAD0, symBinAddr: 0xEA850, symSize: 0x30 }
+ - { offsetInCU: 0x628, offset: 0x101EDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xB00, symBinAddr: 0xEA880, symSize: 0x10 }
+ - { offsetInCU: 0x63C, offset: 0x101EF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0AAWI', symObjAddr: 0xB40, symBinAddr: 0xEA890, symSize: 0x20 }
+ - { offsetInCU: 0x650, offset: 0x101F05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVACSEAAWl', symObjAddr: 0xB60, symBinAddr: 0xEA8B0, symSize: 0x30 }
+ - { offsetInCU: 0x664, offset: 0x101F19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xB90, symBinAddr: 0xEA8E0, symSize: 0x20 }
+ - { offsetInCU: 0x678, offset: 0x101F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwCP', symObjAddr: 0xBB0, symBinAddr: 0xEA900, symSize: 0x30 }
+ - { offsetInCU: 0x68C, offset: 0x101F41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwxx', symObjAddr: 0xBE0, symBinAddr: 0xEA930, symSize: 0x30 }
+ - { offsetInCU: 0x6A0, offset: 0x101F55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwcp', symObjAddr: 0xC10, symBinAddr: 0xEA960, symSize: 0x70 }
+ - { offsetInCU: 0x6B4, offset: 0x101F69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwca', symObjAddr: 0xC80, symBinAddr: 0xEA9D0, symSize: 0x90 }
+ - { offsetInCU: 0x6C8, offset: 0x101F7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwta', symObjAddr: 0xD40, symBinAddr: 0xEAA60, symSize: 0x70 }
+ - { offsetInCU: 0x6DC, offset: 0x101F91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwet', symObjAddr: 0xDB0, symBinAddr: 0xEAAD0, symSize: 0x40 }
+ - { offsetInCU: 0x6F0, offset: 0x101FA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVwst', symObjAddr: 0xDF0, symBinAddr: 0xEAB10, symSize: 0x50 }
+ - { offsetInCU: 0x704, offset: 0x101FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVMa', symObjAddr: 0xE40, symBinAddr: 0xEAB60, symSize: 0x10 }
+ - { offsetInCU: 0x718, offset: 0x101FCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwet', symObjAddr: 0xE70, symBinAddr: 0xEAB70, symSize: 0x80 }
+ - { offsetInCU: 0x72C, offset: 0x101FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwst', symObjAddr: 0xEF0, symBinAddr: 0xEABF0, symSize: 0xD0 }
+ - { offsetInCU: 0x740, offset: 0x101FF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwug', symObjAddr: 0xFC0, symBinAddr: 0xEACC0, symSize: 0x10 }
+ - { offsetInCU: 0x754, offset: 0x102009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwup', symObjAddr: 0xFD0, symBinAddr: 0xEACD0, symSize: 0x10 }
+ - { offsetInCU: 0x768, offset: 0x10201D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOwui', symObjAddr: 0xFE0, symBinAddr: 0xEACE0, symSize: 0x10 }
+ - { offsetInCU: 0x77C, offset: 0x102031, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOMa', symObjAddr: 0xFF0, symBinAddr: 0xEACF0, symSize: 0xA }
+ - { offsetInCU: 0x7CB, offset: 0x102080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2B0, symBinAddr: 0xEA0A0, symSize: 0x80 }
+ - { offsetInCU: 0x89A, offset: 0x10214F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x330, symBinAddr: 0xEA120, symSize: 0x50 }
+ - { offsetInCU: 0x918, offset: 0x1021CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x380, symBinAddr: 0xEA170, symSize: 0x30 }
+ - { offsetInCU: 0x96A, offset: 0x10221F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3B0, symBinAddr: 0xEA1A0, symSize: 0x50 }
+ - { offsetInCU: 0x9C6, offset: 0x10227B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0xEA350, symSize: 0x20 }
+ - { offsetInCU: 0x9E2, offset: 0x102297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0xEA370, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1024B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomId011participantH008endpointH03sdpACSS_S3StcfC', symObjAddr: 0x0, symBinAddr: 0xEAD00, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x1024D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomId011participantH008endpointH03sdpACSS_S3StcfC', symObjAddr: 0x0, symBinAddr: 0xEAD00, symSize: 0x30 }
+ - { offsetInCU: 0xBA, offset: 0x102543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvgZ', symObjAddr: 0x80, symBinAddr: 0xEAD80, symSize: 0x50 }
+ - { offsetInCU: 0xDB, offset: 0x102564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvsZ', symObjAddr: 0xD0, symBinAddr: 0xEADD0, symSize: 0x50 }
+ - { offsetInCU: 0x104, offset: 0x10258D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ', symObjAddr: 0x120, symBinAddr: 0xEAE20, symSize: 0x60 }
+ - { offsetInCU: 0x12D, offset: 0x1025B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ.resume.0', symObjAddr: 0x180, symBinAddr: 0xEAE80, symSize: 0x10 }
+ - { offsetInCU: 0x149, offset: 0x1025D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x190, symBinAddr: 0xEAE90, symSize: 0xF0 }
+ - { offsetInCU: 0x1CB, offset: 0x102654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x2E0, symBinAddr: 0xEAF80, symSize: 0x10 }
+ - { offsetInCU: 0x1E7, offset: 0x102670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6roomIdSSvg', symObjAddr: 0x2F0, symBinAddr: 0xEAF90, symSize: 0x30 }
+ - { offsetInCU: 0x203, offset: 0x10268C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV13participantIdSSvg', symObjAddr: 0x320, symBinAddr: 0xEAFC0, symSize: 0x30 }
+ - { offsetInCU: 0x21F, offset: 0x1026A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10endpointIdSSvg', symObjAddr: 0x350, symBinAddr: 0xEAFF0, symSize: 0x30 }
+ - { offsetInCU: 0x23B, offset: 0x1026C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV3sdpSSvg', symObjAddr: 0x380, symBinAddr: 0xEB020, symSize: 0x30 }
+ - { offsetInCU: 0x257, offset: 0x1026E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x3B0, symBinAddr: 0xEB050, symSize: 0xD0 }
+ - { offsetInCU: 0x2A0, offset: 0x102729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x580, symBinAddr: 0xEB1C0, symSize: 0x50 }
+ - { offsetInCU: 0x2D7, offset: 0x102760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6B0, symBinAddr: 0xEB2C0, symSize: 0x10 }
+ - { offsetInCU: 0x2F3, offset: 0x10277C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6C0, symBinAddr: 0xEB2D0, symSize: 0x50 }
+ - { offsetInCU: 0x35D, offset: 0x1027E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x780, symBinAddr: 0xEB390, symSize: 0xE0 }
+ - { offsetInCU: 0x3AA, offset: 0x102833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultType_WZ', symObjAddr: 0x30, symBinAddr: 0xEAD30, symSize: 0x20 }
+ - { offsetInCU: 0x3C4, offset: 0x10284D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvau', symObjAddr: 0x50, symBinAddr: 0xEAD50, symSize: 0x30 }
+ - { offsetInCU: 0x40A, offset: 0x102893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x4E0, symBinAddr: 0xEB120, symSize: 0x20 }
+ - { offsetInCU: 0x41E, offset: 0x1028A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x500, symBinAddr: 0xEB140, symSize: 0x30 }
+ - { offsetInCU: 0x432, offset: 0x1028BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x530, symBinAddr: 0xEB170, symSize: 0x10 }
+ - { offsetInCU: 0x446, offset: 0x1028CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAcA11RespondableAAWl', symObjAddr: 0x540, symBinAddr: 0xEB180, symSize: 0x40 }
+ - { offsetInCU: 0x45A, offset: 0x1028E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x5D0, symBinAddr: 0xEB210, symSize: 0x20 }
+ - { offsetInCU: 0x46E, offset: 0x1028F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x620, symBinAddr: 0xEB230, symSize: 0x30 }
+ - { offsetInCU: 0x482, offset: 0x10290B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA0F0AAWl', symObjAddr: 0x650, symBinAddr: 0xEB260, symSize: 0x30 }
+ - { offsetInCU: 0x496, offset: 0x10291F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x680, symBinAddr: 0xEB290, symSize: 0x30 }
+ - { offsetInCU: 0x4AA, offset: 0x102933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0AAWI', symObjAddr: 0x710, symBinAddr: 0xEB320, symSize: 0x20 }
+ - { offsetInCU: 0x4BE, offset: 0x102947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVACSEAAWl', symObjAddr: 0x730, symBinAddr: 0xEB340, symSize: 0x30 }
+ - { offsetInCU: 0x4D2, offset: 0x10295B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x760, symBinAddr: 0xEB370, symSize: 0x20 }
+ - { offsetInCU: 0x4FD, offset: 0x102986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwCP', symObjAddr: 0x860, symBinAddr: 0xEB470, symSize: 0x30 }
+ - { offsetInCU: 0x511, offset: 0x10299A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwxx', symObjAddr: 0x890, symBinAddr: 0xEB4A0, symSize: 0x40 }
+ - { offsetInCU: 0x525, offset: 0x1029AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwcp', symObjAddr: 0x8D0, symBinAddr: 0xEB4E0, symSize: 0x80 }
+ - { offsetInCU: 0x539, offset: 0x1029C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwca', symObjAddr: 0x950, symBinAddr: 0xEB560, symSize: 0xB0 }
+ - { offsetInCU: 0x54D, offset: 0x1029D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwta', symObjAddr: 0xA30, symBinAddr: 0xEB610, symSize: 0x80 }
+ - { offsetInCU: 0x561, offset: 0x1029EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwet', symObjAddr: 0xAB0, symBinAddr: 0xEB690, symSize: 0x40 }
+ - { offsetInCU: 0x575, offset: 0x1029FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVwst', symObjAddr: 0xAF0, symBinAddr: 0xEB6D0, symSize: 0x50 }
+ - { offsetInCU: 0x589, offset: 0x102A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVMa', symObjAddr: 0xB40, symBinAddr: 0xEB720, symSize: 0xA }
+ - { offsetInCU: 0x4B, offset: 0x102C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xEB730, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x102C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10affectedAts5Int64VSgvg', symObjAddr: 0x10, symBinAddr: 0xEB740, symSize: 0x10 }
+ - { offsetInCU: 0x8F, offset: 0x102CBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x20, symBinAddr: 0xEB750, symSize: 0x80 }
+ - { offsetInCU: 0xC8, offset: 0x102CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xE0, symBinAddr: 0xEB7D0, symSize: 0x80 }
+ - { offsetInCU: 0xFE, offset: 0x102D2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x160, symBinAddr: 0xEB850, symSize: 0x10 }
+ - { offsetInCU: 0x125, offset: 0x102D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x170, symBinAddr: 0xEB860, symSize: 0x10 }
+ - { offsetInCU: 0x14C, offset: 0x102D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x180, symBinAddr: 0xEB870, symSize: 0x40 }
+ - { offsetInCU: 0x173, offset: 0x102D9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1C0, symBinAddr: 0xEB8B0, symSize: 0x40 }
+ - { offsetInCU: 0x1A9, offset: 0x102DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x350, symBinAddr: 0xEBA40, symSize: 0x90 }
+ - { offsetInCU: 0x1DD, offset: 0x102E09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x3E0, symBinAddr: 0xEBAD0, symSize: 0x30 }
+ - { offsetInCU: 0x1F1, offset: 0x102E1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x410, symBinAddr: 0xEBB00, symSize: 0x10 }
+ - { offsetInCU: 0x227, offset: 0x102E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x420, symBinAddr: 0xEBB10, symSize: 0x90 }
+ - { offsetInCU: 0x272, offset: 0x102E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4B0, symBinAddr: 0xEBBA0, symSize: 0x10 }
+ - { offsetInCU: 0x28E, offset: 0x102EBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0xEBBB0, symSize: 0x10 }
+ - { offsetInCU: 0x2AB, offset: 0x102ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x510, symBinAddr: 0xEBC00, symSize: 0x40 }
+ - { offsetInCU: 0x2D0, offset: 0x102EFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x550, symBinAddr: 0xEBC40, symSize: 0x1A0 }
+ - { offsetInCU: 0x362, offset: 0x102F8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG010affectedAtACSDyS2SG_s5Int64VSgtcfC', symObjAddr: 0x830, symBinAddr: 0xEBE30, symSize: 0x40 }
+ - { offsetInCU: 0x3B1, offset: 0x102FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC06customG010affectedAtACSDyS2SG_s5Int64VSgtcfc', symObjAddr: 0x870, symBinAddr: 0xEBE70, symSize: 0x20 }
+ - { offsetInCU: 0x3E0, offset: 0x10300C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCfd', symObjAddr: 0x890, symBinAddr: 0xEBE90, symSize: 0x20 }
+ - { offsetInCU: 0x41B, offset: 0x103047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCfD', symObjAddr: 0x8B0, symBinAddr: 0xEBEB0, symSize: 0x20 }
+ - { offsetInCU: 0x466, offset: 0x103092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xA60, symBinAddr: 0xEC060, symSize: 0x20 }
+ - { offsetInCU: 0x4AB, offset: 0x1030D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x720, symBinAddr: 0xEBDE0, symSize: 0x30 }
+ - { offsetInCU: 0x4BF, offset: 0x1030EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCMa', symObjAddr: 0x750, symBinAddr: 0xEBE10, symSize: 0x20 }
+ - { offsetInCU: 0x4D3, offset: 0x1030FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8D0, symBinAddr: 0xEBED0, symSize: 0x10 }
+ - { offsetInCU: 0x4E7, offset: 0x103113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x8E0, symBinAddr: 0xEBEE0, symSize: 0x30 }
+ - { offsetInCU: 0x4FB, offset: 0x103127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0x910, symBinAddr: 0xEBF10, symSize: 0x10 }
+ - { offsetInCU: 0x50F, offset: 0x10313B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0x920, symBinAddr: 0xEBF20, symSize: 0x30 }
+ - { offsetInCU: 0x523, offset: 0x10314F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0xEBF50, symSize: 0x10 }
+ - { offsetInCU: 0x537, offset: 0x103163, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0x960, symBinAddr: 0xEBF60, symSize: 0x30 }
+ - { offsetInCU: 0x54B, offset: 0x103177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x990, symBinAddr: 0xEBF90, symSize: 0x40 }
+ - { offsetInCU: 0x55F, offset: 0x10318B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0x9D0, symBinAddr: 0xEBFD0, symSize: 0x30 }
+ - { offsetInCU: 0x573, offset: 0x10319F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA30, symBinAddr: 0xEC030, symSize: 0x30 }
+ - { offsetInCU: 0x587, offset: 0x1031B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xAF0, symBinAddr: 0xEC0D0, symSize: 0x80 }
+ - { offsetInCU: 0x59B, offset: 0x1031C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xB70, symBinAddr: 0xEC150, symSize: 0xD0 }
+ - { offsetInCU: 0x5AF, offset: 0x1031DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xC40, symBinAddr: 0xEC220, symSize: 0x10 }
+ - { offsetInCU: 0x5C3, offset: 0x1031EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xC50, symBinAddr: 0xEC230, symSize: 0x10 }
+ - { offsetInCU: 0x5D7, offset: 0x103203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xC60, symBinAddr: 0xEC240, symSize: 0x10 }
+ - { offsetInCU: 0x5EB, offset: 0x103217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xC70, symBinAddr: 0xEC250, symSize: 0xA }
+ - { offsetInCU: 0x634, offset: 0x103260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x200, symBinAddr: 0xEB8F0, symSize: 0x80 }
+ - { offsetInCU: 0x703, offset: 0x10332F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x280, symBinAddr: 0xEB970, symSize: 0x50 }
+ - { offsetInCU: 0x799, offset: 0x1033C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2D0, symBinAddr: 0xEB9C0, symSize: 0x30 }
+ - { offsetInCU: 0x7EB, offset: 0x103417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x300, symBinAddr: 0xEB9F0, symSize: 0x50 }
+ - { offsetInCU: 0x85F, offset: 0x10348B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4D0, symBinAddr: 0xEBBC0, symSize: 0x20 }
+ - { offsetInCU: 0x87B, offset: 0x1034A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseC10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4F0, symBinAddr: 0xEBBE0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x103735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfC', symObjAddr: 0x0, symBinAddr: 0xEC260, symSize: 0x80 }
+ - { offsetInCU: 0x67, offset: 0x103751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xD0, symBinAddr: 0xEC330, symSize: 0x50 }
+ - { offsetInCU: 0x88, offset: 0x103772, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x120, symBinAddr: 0xEC380, symSize: 0x50 }
+ - { offsetInCU: 0xB1, offset: 0x10379B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x170, symBinAddr: 0xEC3D0, symSize: 0x60 }
+ - { offsetInCU: 0xDA, offset: 0x1037C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1D0, symBinAddr: 0xEC430, symSize: 0x10 }
+ - { offsetInCU: 0xF6, offset: 0x1037E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callIdSSvg', symObjAddr: 0x1E0, symBinAddr: 0xEC440, symSize: 0x30 }
+ - { offsetInCU: 0x112, offset: 0x1037FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV11constraintsAA15CallConstraintsCvg', symObjAddr: 0x210, symBinAddr: 0xEC470, symSize: 0x10 }
+ - { offsetInCU: 0x12E, offset: 0x103818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV8clientIdSSvg', symObjAddr: 0x220, symBinAddr: 0xEC480, symSize: 0x30 }
+ - { offsetInCU: 0x14A, offset: 0x103834, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x250, symBinAddr: 0xEC4B0, symSize: 0x10 }
+ - { offsetInCU: 0x166, offset: 0x103850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x260, symBinAddr: 0xEC4C0, symSize: 0x10 }
+ - { offsetInCU: 0x182, offset: 0x10386C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV9requestIdSSvg', symObjAddr: 0x270, symBinAddr: 0xEC4D0, symSize: 0x30 }
+ - { offsetInCU: 0x196, offset: 0x103880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0xEC500, symSize: 0x290 }
+ - { offsetInCU: 0x209, offset: 0x1038F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x530, symBinAddr: 0xEC790, symSize: 0x10 }
+ - { offsetInCU: 0x234, offset: 0x10391E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x540, symBinAddr: 0xEC7A0, symSize: 0x50 }
+ - { offsetInCU: 0x27A, offset: 0x103964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x590, symBinAddr: 0xEC7F0, symSize: 0x30 }
+ - { offsetInCU: 0x2AC, offset: 0x103996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5C0, symBinAddr: 0xEC820, symSize: 0x50 }
+ - { offsetInCU: 0x2CF, offset: 0x1039B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV6callId11constraints06clientG012capabilitiesACSS_AA15CallConstraintsCSSSayAA10CapabilityOGtcfCTf4ggggd_n', symObjAddr: 0x610, symBinAddr: 0xEC870, symSize: 0xE0 }
+ - { offsetInCU: 0x33F, offset: 0x103A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultType_WZ', symObjAddr: 0x80, symBinAddr: 0xEC2E0, symSize: 0x20 }
+ - { offsetInCU: 0x359, offset: 0x103A43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xA0, symBinAddr: 0xEC300, symSize: 0x30 }
+ - { offsetInCU: 0x37E, offset: 0x103A68, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGSayxGSEsSERzlWl', symObjAddr: 0x7C0, symBinAddr: 0xEC950, symSize: 0x50 }
+ - { offsetInCU: 0x392, offset: 0x103A7C, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGMa', symObjAddr: 0x810, symBinAddr: 0xEC9A0, symSize: 0x30 }
+ - { offsetInCU: 0x3A6, offset: 0x103A90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSEAAWl', symObjAddr: 0x840, symBinAddr: 0xEC9D0, symSize: 0x30 }
+ - { offsetInCU: 0x3BA, offset: 0x103AA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x870, symBinAddr: 0xECA00, symSize: 0x20 }
+ - { offsetInCU: 0x3CE, offset: 0x103AB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA13WSRequestableAAWl', symObjAddr: 0x890, symBinAddr: 0xECA20, symSize: 0x30 }
+ - { offsetInCU: 0x3E2, offset: 0x103ACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8C0, symBinAddr: 0xECA50, symSize: 0x20 }
+ - { offsetInCU: 0x3F6, offset: 0x103AE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA13WSRequestableAAWI', symObjAddr: 0x910, symBinAddr: 0xECAA0, symSize: 0x20 }
+ - { offsetInCU: 0x40A, offset: 0x103AF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA11RequestableAAWI', symObjAddr: 0x960, symBinAddr: 0xECAC0, symSize: 0x30 }
+ - { offsetInCU: 0x41E, offset: 0x103B08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA0E0AAWl', symObjAddr: 0x990, symBinAddr: 0xECAF0, symSize: 0x30 }
+ - { offsetInCU: 0x432, offset: 0x103B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x9C0, symBinAddr: 0xECB20, symSize: 0x30 }
+ - { offsetInCU: 0x446, offset: 0x103B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0AAWI', symObjAddr: 0x9F0, symBinAddr: 0xECB50, symSize: 0x20 }
+ - { offsetInCU: 0x45A, offset: 0x103B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVACSEAAWl', symObjAddr: 0xA10, symBinAddr: 0xECB70, symSize: 0x30 }
+ - { offsetInCU: 0x46E, offset: 0x103B58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA40, symBinAddr: 0xECBA0, symSize: 0x20 }
+ - { offsetInCU: 0x482, offset: 0x103B6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwCP', symObjAddr: 0xA60, symBinAddr: 0xECBC0, symSize: 0x30 }
+ - { offsetInCU: 0x496, offset: 0x103B80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwxx', symObjAddr: 0xA90, symBinAddr: 0xECBF0, symSize: 0x40 }
+ - { offsetInCU: 0x4AA, offset: 0x103B94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwcp', symObjAddr: 0xAD0, symBinAddr: 0xECC30, symSize: 0x90 }
+ - { offsetInCU: 0x4BE, offset: 0x103BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwca', symObjAddr: 0xB60, symBinAddr: 0xECCC0, symSize: 0xC0 }
+ - { offsetInCU: 0x4D2, offset: 0x103BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwta', symObjAddr: 0xC50, symBinAddr: 0xECD80, symSize: 0x90 }
+ - { offsetInCU: 0x4E6, offset: 0x103BD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwet', symObjAddr: 0xCE0, symBinAddr: 0xECE10, symSize: 0x40 }
+ - { offsetInCU: 0x4FA, offset: 0x103BE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVwst', symObjAddr: 0xD20, symBinAddr: 0xECE50, symSize: 0x50 }
+ - { offsetInCU: 0x50E, offset: 0x103BF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVMa', symObjAddr: 0xD70, symBinAddr: 0xECEA0, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x103E6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xECEB0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x103E92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0xECEB0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x103EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC11deletedKeysSaySSGvg', symObjAddr: 0x10, symBinAddr: 0xECEC0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x103ECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x20, symBinAddr: 0xECED0, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x103EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x30, symBinAddr: 0xECEE0, symSize: 0x40 }
+ - { offsetInCU: 0xC4, offset: 0x103F0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x70, symBinAddr: 0xECF20, symSize: 0x350 }
+ - { offsetInCU: 0x1A9, offset: 0x103FF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId06customG011deletedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfC', symObjAddr: 0x620, symBinAddr: 0xED290, symSize: 0x80 }
+ - { offsetInCU: 0x252, offset: 0x104099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId06customG011deletedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfc', symObjAddr: 0x6A0, symBinAddr: 0xED310, symSize: 0x40 }
+ - { offsetInCU: 0x318, offset: 0x10415F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0OtcfC', symObjAddr: 0x6E0, symBinAddr: 0xED350, symSize: 0x30 }
+ - { offsetInCU: 0x377, offset: 0x1041BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0Otcfc', symObjAddr: 0x710, symBinAddr: 0xED380, symSize: 0x30 }
+ - { offsetInCU: 0x3CE, offset: 0x104215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfd', symObjAddr: 0x760, symBinAddr: 0xED3D0, symSize: 0x30 }
+ - { offsetInCU: 0x41F, offset: 0x104266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfD', symObjAddr: 0x790, symBinAddr: 0xED400, symSize: 0x40 }
+ - { offsetInCU: 0x479, offset: 0x1042C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCMa', symObjAddr: 0x490, symBinAddr: 0xED270, symSize: 0x20 }
+ - { offsetInCU: 0x522, offset: 0x104369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33DeleteRoomCustomItemsEventCommandCfE', symObjAddr: 0x740, symBinAddr: 0xED3B0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x104613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xED470, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x104637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0xED470, symSize: 0x70 }
+ - { offsetInCU: 0x9F, offset: 0x10468B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCACycfC', symObjAddr: 0x70, symBinAddr: 0xED4E0, symSize: 0x20 }
+ - { offsetInCU: 0xBD, offset: 0x1046A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCACycfc', symObjAddr: 0x90, symBinAddr: 0xED500, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0x1046D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCfd', symObjAddr: 0xA0, symBinAddr: 0xED510, symSize: 0x10 }
+ - { offsetInCU: 0x117, offset: 0x104703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCfD', symObjAddr: 0xB0, symBinAddr: 0xED520, symSize: 0x20 }
+ - { offsetInCU: 0x145, offset: 0x104731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls37PeerConnectionReconnectionFailedStateCMa', symObjAddr: 0xD0, symBinAddr: 0xED540, symSize: 0x14 }
+ - { offsetInCU: 0x3F, offset: 0x10492D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x0, symBinAddr: 0xED560, symSize: 0x10 }
+ - { offsetInCU: 0x5B, offset: 0x104949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RoomRequestablePAAE12isWSRequiredSbvg', symObjAddr: 0x10, symBinAddr: 0xED570, symSize: 0x10 }
+ - { offsetInCU: 0x90, offset: 0x10497E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x20, symBinAddr: 0xED580, symSize: 0x10 }
+ - { offsetInCU: 0xAC, offset: 0x10499A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x30, symBinAddr: 0xED590, symSize: 0x10 }
+ - { offsetInCU: 0xC8, offset: 0x1049B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x40, symBinAddr: 0xED5A0, symSize: 0x10 }
+ - { offsetInCU: 0xE4, offset: 0x1049D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x50, symBinAddr: 0xED5B0, symSize: 0x10 }
+ - { offsetInCU: 0x10C, offset: 0x1049FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0xED5C0, symSize: 0x10 }
+ - { offsetInCU: 0x12F, offset: 0x104A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x70, symBinAddr: 0xED5D0, symSize: 0x10 }
+ - { offsetInCU: 0x162, offset: 0x104A50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x80, symBinAddr: 0xED5E0, symSize: 0x10 }
+ - { offsetInCU: 0x189, offset: 0x104A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8intValueSiSgvg', symObjAddr: 0x90, symBinAddr: 0xED5F0, symSize: 0x10 }
+ - { offsetInCU: 0x1B0, offset: 0x104A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueSSvg', symObjAddr: 0xA0, symBinAddr: 0xED600, symSize: 0x20 }
+ - { offsetInCU: 0x1E7, offset: 0x104AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO11stringValueSSvg', symObjAddr: 0xC0, symBinAddr: 0xED620, symSize: 0x20 }
+ - { offsetInCU: 0x23C, offset: 0x104B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x230, symBinAddr: 0xED790, symSize: 0x30 }
+ - { offsetInCU: 0x26D, offset: 0x104B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x260, symBinAddr: 0xED7C0, symSize: 0x30 }
+ - { offsetInCU: 0x281, offset: 0x104B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x290, symBinAddr: 0xED7F0, symSize: 0x10 }
+ - { offsetInCU: 0x2B7, offset: 0x104BA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0xED800, symSize: 0x20 }
+ - { offsetInCU: 0x307, offset: 0x104BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2C0, symBinAddr: 0xED820, symSize: 0x10 }
+ - { offsetInCU: 0x323, offset: 0x104C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2D0, symBinAddr: 0xED830, symSize: 0x10 }
+ - { offsetInCU: 0x33F, offset: 0x104C2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x3A0, symBinAddr: 0xED900, symSize: 0x70 }
+ - { offsetInCU: 0x38C, offset: 0x104C7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x320, symBinAddr: 0xED880, symSize: 0x10 }
+ - { offsetInCU: 0x3A8, offset: 0x104C96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x330, symBinAddr: 0xED890, symSize: 0x10 }
+ - { offsetInCU: 0x3C4, offset: 0x104CB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x340, symBinAddr: 0xED8A0, symSize: 0x10 }
+ - { offsetInCU: 0x3E0, offset: 0x104CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x350, symBinAddr: 0xED8B0, symSize: 0x10 }
+ - { offsetInCU: 0x3FC, offset: 0x104CEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x360, symBinAddr: 0xED8C0, symSize: 0x10 }
+ - { offsetInCU: 0x418, offset: 0x104D06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x370, symBinAddr: 0xED8D0, symSize: 0x10 }
+ - { offsetInCU: 0x434, offset: 0x104D22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x380, symBinAddr: 0xED8E0, symSize: 0x10 }
+ - { offsetInCU: 0x450, offset: 0x104D3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0E11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x390, symBinAddr: 0xED8F0, symSize: 0x10 }
+ - { offsetInCU: 0x46C, offset: 0x104D5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASQWb', symObjAddr: 0x410, symBinAddr: 0xED970, symSize: 0x10 }
+ - { offsetInCU: 0x480, offset: 0x104D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACSQAAWl', symObjAddr: 0x420, symBinAddr: 0xED980, symSize: 0x30 }
+ - { offsetInCU: 0x494, offset: 0x104D82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x450, symBinAddr: 0xED9B0, symSize: 0x10 }
+ - { offsetInCU: 0x4A8, offset: 0x104D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x460, symBinAddr: 0xED9C0, symSize: 0x30 }
+ - { offsetInCU: 0x4BC, offset: 0x104DAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x490, symBinAddr: 0xED9F0, symSize: 0x10 }
+ - { offsetInCU: 0x4D0, offset: 0x104DBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x4A0, symBinAddr: 0xEDA00, symSize: 0x30 }
+ - { offsetInCU: 0x4E4, offset: 0x104DD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwet', symObjAddr: 0x500, symBinAddr: 0xEDA40, symSize: 0x80 }
+ - { offsetInCU: 0x4F8, offset: 0x104DE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwst', symObjAddr: 0x580, symBinAddr: 0xEDAC0, symSize: 0xD0 }
+ - { offsetInCU: 0x50C, offset: 0x104DFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwug', symObjAddr: 0x650, symBinAddr: 0xEDB90, symSize: 0x10 }
+ - { offsetInCU: 0x520, offset: 0x104E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwup', symObjAddr: 0x660, symBinAddr: 0xEDBA0, symSize: 0x10 }
+ - { offsetInCU: 0x534, offset: 0x104E22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOwui', symObjAddr: 0x670, symBinAddr: 0xEDBB0, symSize: 0x10 }
+ - { offsetInCU: 0x548, offset: 0x104E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOMa', symObjAddr: 0x680, symBinAddr: 0xEDBC0, symSize: 0x10 }
+ - { offsetInCU: 0x591, offset: 0x104E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE0, symBinAddr: 0xED640, symSize: 0x80 }
+ - { offsetInCU: 0x660, offset: 0x104F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x160, symBinAddr: 0xED6C0, symSize: 0x50 }
+ - { offsetInCU: 0x6DE, offset: 0x104FCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B0, symBinAddr: 0xED710, symSize: 0x30 }
+ - { offsetInCU: 0x730, offset: 0x10501E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E0, symBinAddr: 0xED740, symSize: 0x50 }
+ - { offsetInCU: 0x78C, offset: 0x10507A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2E0, symBinAddr: 0xED840, symSize: 0x20 }
+ - { offsetInCU: 0x7A8, offset: 0x105096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomRequestCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x300, symBinAddr: 0xED860, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1052C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0x0, symBinAddr: 0xEDBD0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x1052E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0Cvs', symObjAddr: 0x30, symBinAddr: 0xEDC00, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x1052FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0CvM', symObjAddr: 0x70, symBinAddr: 0xEDC40, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x10531A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC5queueSo012OS_dispatch_E0CvM.resume.0', symObjAddr: 0xA0, symBinAddr: 0xEDC70, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x105336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC9executeOn5queueySo012OS_dispatch_G0C_tF', symObjAddr: 0xB0, symBinAddr: 0xEDC80, symSize: 0x30 }
+ - { offsetInCU: 0xF8, offset: 0x105373, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC7execute4taskyyycSg_tF', symObjAddr: 0xE0, symBinAddr: 0xEDCB0, symSize: 0x1D0 }
+ - { offsetInCU: 0x173, offset: 0x1053EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCfd', symObjAddr: 0x410, symBinAddr: 0xEDF30, symSize: 0x20 }
+ - { offsetInCU: 0x1AE, offset: 0x105429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCfD', symObjAddr: 0x430, symBinAddr: 0xEDF50, symSize: 0x30 }
+ - { offsetInCU: 0x217, offset: 0x105492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCACycfC', symObjAddr: 0x460, symBinAddr: 0xEDF80, symSize: 0x40 }
+ - { offsetInCU: 0x254, offset: 0x1054CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCACycfc', symObjAddr: 0x4A0, symBinAddr: 0xEDFC0, symSize: 0x30 }
+ - { offsetInCU: 0x274, offset: 0x1054EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceC7execute4taskyyycSg_tFyyYbcfU_TA', symObjAddr: 0x2E0, symBinAddr: 0xEDEB0, symSize: 0x20 }
+ - { offsetInCU: 0x2A0, offset: 0x10551B, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x300, symBinAddr: 0xEDED0, symSize: 0x20 }
+ - { offsetInCU: 0x2B4, offset: 0x10552F, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x320, symBinAddr: 0xEDEF0, symSize: 0x10 }
+ - { offsetInCU: 0x2C8, offset: 0x105543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB7ServiceCMa', symObjAddr: 0x550, symBinAddr: 0xEE040, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x10578C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x0, symBinAddr: 0xEE0E0, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0x1057B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x0, symBinAddr: 0xEE0E0, symSize: 0x90 }
+ - { offsetInCU: 0x67, offset: 0x1057CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x90, symBinAddr: 0xEE170, symSize: 0x50 }
+ - { offsetInCU: 0x7B, offset: 0x1057E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4dataAcA0E4DataV_tcfC', symObjAddr: 0xE0, symBinAddr: 0xEE1C0, symSize: 0x40 }
+ - { offsetInCU: 0xC8, offset: 0x10582D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x120, symBinAddr: 0xEE200, symSize: 0x50 }
+ - { offsetInCU: 0x100, offset: 0x105865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x170, symBinAddr: 0xEE250, symSize: 0x190 }
+ - { offsetInCU: 0x159, offset: 0x1058BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA0E11RespondableAAWI', symObjAddr: 0x300, symBinAddr: 0xEE3E0, symSize: 0x20 }
+ - { offsetInCU: 0x16D, offset: 0x1058D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x320, symBinAddr: 0xEE400, symSize: 0x30 }
+ - { offsetInCU: 0x181, offset: 0x1058E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x350, symBinAddr: 0xEE430, symSize: 0x20 }
+ - { offsetInCU: 0x195, offset: 0x1058FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA11RespondableAAWI', symObjAddr: 0x3A0, symBinAddr: 0xEE450, symSize: 0x30 }
+ - { offsetInCU: 0x1A9, offset: 0x10590E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA0F0AAWl', symObjAddr: 0x3D0, symBinAddr: 0xEE480, symSize: 0x30 }
+ - { offsetInCU: 0x1BD, offset: 0x105922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x400, symBinAddr: 0xEE4B0, symSize: 0x30 }
+ - { offsetInCU: 0x1D1, offset: 0x105936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA0F0AAWI', symObjAddr: 0x430, symBinAddr: 0xEE4E0, symSize: 0x20 }
+ - { offsetInCU: 0x1E5, offset: 0x10594A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x480, symBinAddr: 0xEE500, symSize: 0x20 }
+ - { offsetInCU: 0x1F9, offset: 0x10595E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwCP', symObjAddr: 0x4A0, symBinAddr: 0xEE520, symSize: 0x30 }
+ - { offsetInCU: 0x20D, offset: 0x105972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwxx', symObjAddr: 0x4D0, symBinAddr: 0xEE550, symSize: 0x40 }
+ - { offsetInCU: 0x221, offset: 0x105986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwcp', symObjAddr: 0x510, symBinAddr: 0xEE590, symSize: 0xA0 }
+ - { offsetInCU: 0x235, offset: 0x10599A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwca', symObjAddr: 0x5B0, symBinAddr: 0xEE630, symSize: 0xE0 }
+ - { offsetInCU: 0x249, offset: 0x1059AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwta', symObjAddr: 0x6D0, symBinAddr: 0xEE710, symSize: 0x90 }
+ - { offsetInCU: 0x25D, offset: 0x1059C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwet', symObjAddr: 0x760, symBinAddr: 0xEE7A0, symSize: 0x40 }
+ - { offsetInCU: 0x271, offset: 0x1059D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVwst', symObjAddr: 0x7A0, symBinAddr: 0xEE7E0, symSize: 0x60 }
+ - { offsetInCU: 0x285, offset: 0x1059EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15GetRoomResponseVMa', symObjAddr: 0x800, symBinAddr: 0xEE840, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x105C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvpZ', symObjAddr: 0x46C90, symBinAddr: 0x32BFD8, symSize: 0x0 }
+ - { offsetInCU: 0x6A, offset: 0x105C46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvpZ', symObjAddr: 0x46C98, symBinAddr: 0x32BFE0, symSize: 0x0 }
+ - { offsetInCU: 0x85, offset: 0x105C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvpZ', symObjAddr: 0xDE40, symBinAddr: 0x2F8758, symSize: 0x0 }
+ - { offsetInCU: 0x237, offset: 0x105E13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR', symObjAddr: 0x6A0, symBinAddr: 0xEEEF0, symSize: 0x30 }
+ - { offsetInCU: 0x306, offset: 0x105EE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvau', symObjAddr: 0x820, symBinAddr: 0xEF070, symSize: 0x10 }
+ - { offsetInCU: 0x331, offset: 0x105F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvg', symObjAddr: 0x830, symBinAddr: 0xEF080, symSize: 0x40 }
+ - { offsetInCU: 0x34D, offset: 0x105F29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvs', symObjAddr: 0x870, symBinAddr: 0xEF0C0, symSize: 0x40 }
+ - { offsetInCU: 0x369, offset: 0x105F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6senderAA13CommandSender_pvM', symObjAddr: 0x8B0, symBinAddr: 0xEF100, symSize: 0x30 }
+ - { offsetInCU: 0x385, offset: 0x105F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvg', symObjAddr: 0x8E0, symBinAddr: 0xEF130, symSize: 0x30 }
+ - { offsetInCU: 0x3A1, offset: 0x105F7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvs', symObjAddr: 0x910, symBinAddr: 0xEF160, symSize: 0x40 }
+ - { offsetInCU: 0x3BD, offset: 0x105F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8receiverAA13EventReceiverCvM', symObjAddr: 0x950, symBinAddr: 0xEF1A0, symSize: 0x30 }
+ - { offsetInCU: 0x3D9, offset: 0x105FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0Cvg', symObjAddr: 0x980, symBinAddr: 0xEF1D0, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x105FD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0Cvs', symObjAddr: 0x9B0, symBinAddr: 0xEF200, symSize: 0x40 }
+ - { offsetInCU: 0x411, offset: 0x105FED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0CvM', symObjAddr: 0x9F0, symBinAddr: 0xEF240, symSize: 0x30 }
+ - { offsetInCU: 0x42D, offset: 0x106009, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC06directD7ManagerAA06DirectdG0CvM.resume.0', symObjAddr: 0xA20, symBinAddr: 0xEF270, symSize: 0x10 }
+ - { offsetInCU: 0x449, offset: 0x106025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0Cvg', symObjAddr: 0xA30, symBinAddr: 0xEF280, symSize: 0x30 }
+ - { offsetInCU: 0x465, offset: 0x106041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0Cvs', symObjAddr: 0xA60, symBinAddr: 0xEF2B0, symSize: 0x40 }
+ - { offsetInCU: 0x481, offset: 0x10605D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11roomManagerAA04RoomG0CvM', symObjAddr: 0xAA0, symBinAddr: 0xEF2F0, symSize: 0x30 }
+ - { offsetInCU: 0x49D, offset: 0x106079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvg', symObjAddr: 0xAD0, symBinAddr: 0xEF320, symSize: 0x40 }
+ - { offsetInCU: 0x4B9, offset: 0x106095, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvs', symObjAddr: 0xB10, symBinAddr: 0xEF360, symSize: 0x40 }
+ - { offsetInCU: 0x4D5, offset: 0x1060B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8clientIdSSvM', symObjAddr: 0xB50, symBinAddr: 0xEF3A0, symSize: 0x30 }
+ - { offsetInCU: 0x4F1, offset: 0x1060CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvg', symObjAddr: 0xB80, symBinAddr: 0xEF3D0, symSize: 0x30 }
+ - { offsetInCU: 0x53C, offset: 0x106118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvs', symObjAddr: 0xBB0, symBinAddr: 0xEF400, symSize: 0xE0 }
+ - { offsetInCU: 0x592, offset: 0x10616E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvM', symObjAddr: 0xC90, symBinAddr: 0xEF4E0, symSize: 0x40 }
+ - { offsetInCU: 0x5BF, offset: 0x10619B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7timeoutAA7TimeoutCvM.resume.0', symObjAddr: 0xCD0, symBinAddr: 0xEF520, symSize: 0xC0 }
+ - { offsetInCU: 0x5F6, offset: 0x1061D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0Cvg', symObjAddr: 0xD90, symBinAddr: 0xEF5E0, symSize: 0x30 }
+ - { offsetInCU: 0x612, offset: 0x1061EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0Cvs', symObjAddr: 0xDC0, symBinAddr: 0xEF610, symSize: 0x40 }
+ - { offsetInCU: 0x62E, offset: 0x10620A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18delegateDispatcherAA0abdG0CvM', symObjAddr: 0xE00, symBinAddr: 0xEF650, symSize: 0x30 }
+ - { offsetInCU: 0x659, offset: 0x106235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appIdSSSgvg', symObjAddr: 0xE90, symBinAddr: 0xEF6E0, symSize: 0x40 }
+ - { offsetInCU: 0x675, offset: 0x106251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7serviceAA0aB7ServiceCvg', symObjAddr: 0xED0, symBinAddr: 0xEF720, symSize: 0x10 }
+ - { offsetInCU: 0x691, offset: 0x10626D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvpfiAFyXEfU_', symObjAddr: 0xEE0, symBinAddr: 0xEF730, symSize: 0x1D0 }
+ - { offsetInCU: 0x81C, offset: 0x1063F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvg', symObjAddr: 0x10E0, symBinAddr: 0xEF930, symSize: 0x30 }
+ - { offsetInCU: 0x838, offset: 0x106414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvs', symObjAddr: 0x1110, symBinAddr: 0xEF960, symSize: 0x40 }
+ - { offsetInCU: 0x854, offset: 0x106430, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC6loggerAA9SBCLoggerCvM', symObjAddr: 0x1150, symBinAddr: 0xEF9A0, symSize: 0x30 }
+ - { offsetInCU: 0x870, offset: 0x10644C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvgZ', symObjAddr: 0x11B0, symBinAddr: 0xEFA00, symSize: 0x30 }
+ - { offsetInCU: 0x899, offset: 0x106475, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC9executeOn5queueySo012OS_dispatch_H0C_tF', symObjAddr: 0x11E0, symBinAddr: 0xEFA30, symSize: 0x20 }
+ - { offsetInCU: 0x8D8, offset: 0x1064B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvg', symObjAddr: 0x1200, symBinAddr: 0xEFA50, symSize: 0x40 }
+ - { offsetInCU: 0x923, offset: 0x1064FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvs', symObjAddr: 0x1240, symBinAddr: 0xEFA90, symSize: 0xC0 }
+ - { offsetInCU: 0x981, offset: 0x10655D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvM', symObjAddr: 0x1300, symBinAddr: 0xEFB50, symSize: 0x40 }
+ - { offsetInCU: 0x9AE, offset: 0x10658A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8appGroupSSSgvM.resume.0', symObjAddr: 0x1340, symBinAddr: 0xEFB90, symSize: 0x90 }
+ - { offsetInCU: 0xA07, offset: 0x1065E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11currentUserAA0G0CSgvg', symObjAddr: 0x1430, symBinAddr: 0xEFC80, symSize: 0x40 }
+ - { offsetInCU: 0xA23, offset: 0x1065FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deviceInfoStorageAA010PushDevicegH0_pvg', symObjAddr: 0x1470, symBinAddr: 0xEFCC0, symSize: 0x30 }
+ - { offsetInCU: 0xA3F, offset: 0x10661B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId8receiver06clientG07timeout7apiHost02wsL018delegateDispatcherACSSSg_AA13EventReceiverCSSAA7TimeoutCA2kA0abdO0CtcfC', symObjAddr: 0x14A0, symBinAddr: 0xEFCF0, symSize: 0x80 }
+ - { offsetInCU: 0xA5D, offset: 0x106639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId8receiver06clientG07timeout7apiHost02wsL018delegateDispatcherACSSSg_AA13EventReceiverCSSAA7TimeoutCA2kA0abdO0Ctcfc', symObjAddr: 0x1520, symBinAddr: 0xEFD70, symSize: 0x870 }
+ - { offsetInCU: 0xE32, offset: 0x106A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCfd', symObjAddr: 0x1E00, symBinAddr: 0xF05E0, symSize: 0xD0 }
+ - { offsetInCU: 0xE76, offset: 0x106A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCfD', symObjAddr: 0x1ED0, symBinAddr: 0xF06B0, symSize: 0x20 }
+ - { offsetInCU: 0xEA3, offset: 0x106A7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCACycfC', symObjAddr: 0x1EF0, symBinAddr: 0xF06D0, symSize: 0x110 }
+ - { offsetInCU: 0x100C, offset: 0x106BE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId18delegateDispatcher7timeoutACSSSg_AA0abdI0CAA7TimeoutCtcfC', symObjAddr: 0x2000, symBinAddr: 0xF07E0, symSize: 0x1E0 }
+ - { offsetInCU: 0x114B, offset: 0x106D27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appId7apiHost02wsI018delegateDispatcher7timeoutACSSSg_A2iA0abdL0CAA7TimeoutCtcfC', symObjAddr: 0x21E0, symBinAddr: 0xF09C0, symSize: 0x1E0 }
+ - { offsetInCU: 0x12A8, offset: 0x106E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC22disconnectOnBackgroundyyF', symObjAddr: 0x23C0, symBinAddr: 0xF0BA0, symSize: 0x170 }
+ - { offsetInCU: 0x13C7, offset: 0x106FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10disconnect15shouldReconnectySb_tF', symObjAddr: 0x2550, symBinAddr: 0xF0D30, symSize: 0x410 }
+ - { offsetInCU: 0x1674, offset: 0x107250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC19connectOnForegroundyyF', symObjAddr: 0x2990, symBinAddr: 0xF1170, symSize: 0x170 }
+ - { offsetInCU: 0x1793, offset: 0x10736F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7connectyyF', symObjAddr: 0x2B40, symBinAddr: 0xF1320, symSize: 0x280 }
+ - { offsetInCU: 0x1963, offset: 0x10753F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x2DC0, symBinAddr: 0xF15A0, symSize: 0x690 }
+ - { offsetInCU: 0x1B3C, offset: 0x107718, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_', symObjAddr: 0x3450, symBinAddr: 0xF1C30, symSize: 0x260 }
+ - { offsetInCU: 0x1BFE, offset: 0x1077DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_', symObjAddr: 0x36E0, symBinAddr: 0xF1EC0, symSize: 0x640 }
+ - { offsetInCU: 0x1F53, offset: 0x107B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU_', symObjAddr: 0x3D20, symBinAddr: 0xF2500, symSize: 0x80 }
+ - { offsetInCU: 0x1FAE, offset: 0x107B8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU0_', symObjAddr: 0x3DA0, symBinAddr: 0xF2580, symSize: 0x80 }
+ - { offsetInCU: 0x2050, offset: 0x107C2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x3E20, symBinAddr: 0xF2600, symSize: 0x360 }
+ - { offsetInCU: 0x2205, offset: 0x107DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_yycfU_', symObjAddr: 0x4180, symBinAddr: 0xF2960, symSize: 0xD0 }
+ - { offsetInCU: 0x2251, offset: 0x107E2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tF', symObjAddr: 0x4250, symBinAddr: 0xF2A30, symSize: 0x200 }
+ - { offsetInCU: 0x2385, offset: 0x107F61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tFySayAA8SBCErrorCGSgcfU_', symObjAddr: 0x4450, symBinAddr: 0xF2C30, symSize: 0x2D0 }
+ - { offsetInCU: 0x259E, offset: 0x10817A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC4dial6params17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctF', symObjAddr: 0x4720, symBinAddr: 0xF2F00, symSize: 0x190 }
+ - { offsetInCU: 0x2640, offset: 0x10821C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17setRingingTimeoutyySiF', symObjAddr: 0x48B0, symBinAddr: 0xF3090, symSize: 0x230 }
+ - { offsetInCU: 0x27E1, offset: 0x1083BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03setD17ConnectingTimeoutyySiF', symObjAddr: 0x4AE0, symBinAddr: 0xF32C0, symSize: 0x210 }
+ - { offsetInCU: 0x2982, offset: 0x10855E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x4CF0, symBinAddr: 0xF34D0, symSize: 0x270 }
+ - { offsetInCU: 0x2A50, offset: 0x10862C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_', symObjAddr: 0x4F60, symBinAddr: 0xF3740, symSize: 0x270 }
+ - { offsetInCU: 0x2B75, offset: 0x108751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_yAC_AA9SBCResultOyAA06IgnoreN0VGtcfU_', symObjAddr: 0x51D0, symBinAddr: 0xF39B0, symSize: 0x1B0 }
+ - { offsetInCU: 0x2C9B, offset: 0x108877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtF', symObjAddr: 0x5380, symBinAddr: 0xF3B60, symSize: 0x220 }
+ - { offsetInCU: 0x2D6E, offset: 0x10894A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyAC_AA9SBCResultOyAA06IgnoreN0VGtcfU0_', symObjAddr: 0x55A0, symBinAddr: 0xF3D80, symSize: 0x1A0 }
+ - { offsetInCU: 0x2E2F, offset: 0x108A0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x5740, symBinAddr: 0xF3F20, symSize: 0x310 }
+ - { offsetInCU: 0x303B, offset: 0x108C17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x5A50, symBinAddr: 0xF4230, symSize: 0x250 }
+ - { offsetInCU: 0x31D2, offset: 0x108DAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyF', symObjAddr: 0x5CA0, symBinAddr: 0xF4480, symSize: 0x120 }
+ - { offsetInCU: 0x322E, offset: 0x108E0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_', symObjAddr: 0x5DC0, symBinAddr: 0xF45A0, symSize: 0x3D0 }
+ - { offsetInCU: 0x3348, offset: 0x108F24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15updatePushToken06offsetH08pushType10deviceInfo17completionHandlerySS_AA0gK0OAA0g6DeviceM0VyAA8SBCErrorCSgcSgtF', symObjAddr: 0x6190, symBinAddr: 0xF4970, symSize: 0x2D0 }
+ - { offsetInCU: 0x34BF, offset: 0x10909B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x6460, symBinAddr: 0xF4C40, symSize: 0x160 }
+ - { offsetInCU: 0x35F4, offset: 0x1091D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtF', symObjAddr: 0x65C0, symBinAddr: 0xF4DA0, symSize: 0xD60 }
+ - { offsetInCU: 0x3CBA, offset: 0x109896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFyAA8SequenceC6ResultOcfU_', symObjAddr: 0x7320, symBinAddr: 0xF5B00, symSize: 0x270 }
+ - { offsetInCU: 0x3DB4, offset: 0x109990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtF', symObjAddr: 0x7590, symBinAddr: 0xF5D70, symSize: 0x240 }
+ - { offsetInCU: 0x3F59, offset: 0x109B35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x7820, symBinAddr: 0xF6000, symSize: 0x250 }
+ - { offsetInCU: 0x40F0, offset: 0x109CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x7A70, symBinAddr: 0xF6250, symSize: 0x170 }
+ - { offsetInCU: 0x4225, offset: 0x109E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11application28didReceiveRemoteNotificationySDys11AnyHashableVypG_tF', symObjAddr: 0x7BE0, symBinAddr: 0xF63C0, symSize: 0xCD0 }
+ - { offsetInCU: 0x49DB, offset: 0x10A5B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x88B0, symBinAddr: 0xF7090, symSize: 0xAB0 }
+ - { offsetInCU: 0x4E06, offset: 0x10A9E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA10IgnoreTypeVGcfU2_', symObjAddr: 0x93A0, symBinAddr: 0xF7B80, symSize: 0xC0 }
+ - { offsetInCU: 0x4E56, offset: 0x10AA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11addDelegate_6forKeyyAA0abdG0_p_SStF', symObjAddr: 0x94B0, symBinAddr: 0xF7C90, symSize: 0x50 }
+ - { offsetInCU: 0x4EA9, offset: 0x10AA85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC14removeDelegate6forKeyySS_tF', symObjAddr: 0x9500, symBinAddr: 0xF7CE0, symSize: 0x40 }
+ - { offsetInCU: 0x4EEB, offset: 0x10AAC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC18removeAllDelegatesyyF', symObjAddr: 0x9540, symBinAddr: 0xF7D20, symSize: 0x30 }
+ - { offsetInCU: 0x4F1C, offset: 0x10AAF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20addRecordingDelegate8delegate10identifieryAA0abgH0_p_SStF', symObjAddr: 0x9570, symBinAddr: 0xF7D50, symSize: 0x50 }
+ - { offsetInCU: 0x4F6F, offset: 0x10AB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC23removeRecordingDelegate10identifierySS_tF', symObjAddr: 0x95C0, symBinAddr: 0xF7DA0, symSize: 0x40 }
+ - { offsetInCU: 0x4FB1, offset: 0x10AB8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC27removeAllRecordingDelegatesyyF', symObjAddr: 0x9600, symBinAddr: 0xF7DE0, symSize: 0x30 }
+ - { offsetInCU: 0x4FE2, offset: 0x10ABBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC012createDirectD12LogListQuery4withAA0gdhiJ0CSgAG6ParamsC_tF', symObjAddr: 0x9630, symBinAddr: 0xF7E10, symSize: 0x180 }
+ - { offsetInCU: 0x5069, offset: 0x10AC45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC19createRoomListQuery4withAA0ghI0CSgAG6ParamsC_tF', symObjAddr: 0x97B0, symBinAddr: 0xF7F90, symSize: 0xD0 }
+ - { offsetInCU: 0x50D8, offset: 0x10ACB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17updateCustomItems6callId06customH017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x9880, symBinAddr: 0xF8060, symSize: 0x3B0 }
+ - { offsetInCU: 0x51BD, offset: 0x10AD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctF', symObjAddr: 0x9CF0, symBinAddr: 0xF84D0, symSize: 0x10 }
+ - { offsetInCU: 0x521D, offset: 0x10ADF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x9D00, symBinAddr: 0xF84E0, symSize: 0x20 }
+ - { offsetInCU: 0x526E, offset: 0x10AE4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC17deleteCustomItems33_80330888ECD141CA15BC484D38D8EEEFLL6callId6target17completionHandlerySS_AA06DeletegH7RequestV10TargetTypeOySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x9D20, symBinAddr: 0xF8500, symSize: 0x330 }
+ - { offsetInCU: 0x53E9, offset: 0x10AFC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0xA430, symBinAddr: 0xF8C10, symSize: 0x100 }
+ - { offsetInCU: 0x542A, offset: 0x10B006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_', symObjAddr: 0xA530, symBinAddr: 0xF8D10, symSize: 0xD0 }
+ - { offsetInCU: 0x5493, offset: 0x10B06F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5appIdSSSgvpACTk', symObjAddr: 0xE30, symBinAddr: 0xEF680, symSize: 0x60 }
+ - { offsetInCU: 0x560A, offset: 0x10B1E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7consoleAA15ConsoleReceiverCvau', symObjAddr: 0x10B0, symBinAddr: 0xEF900, symSize: 0x30 }
+ - { offsetInCU: 0x561E, offset: 0x10B1FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC7console_WZ', symObjAddr: 0x1180, symBinAddr: 0xEF9D0, symSize: 0x30 }
+ - { offsetInCU: 0x564E, offset: 0x10B22A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC11currentUserAA0G0CSgvpACTk', symObjAddr: 0x13D0, symBinAddr: 0xEFC20, symSize: 0x60 }
+ - { offsetInCU: 0x57EE, offset: 0x10B3CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DirectCallManagerC6sender7service10dispatcher05soundF07timeoutAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundF0CAA7TimeoutCtcfcTf4ennnnn_nAA0L6RouterC_Tg5Tf4ggggng_n', symObjAddr: 0xB7F0, symBinAddr: 0xF9FD0, symSize: 0x1A0 }
+ - { offsetInCU: 0x5D3E, offset: 0x10B91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC010getOngoingD5CountSiyF', symObjAddr: 0x2960, symBinAddr: 0xF1140, symSize: 0x30 }
+ - { offsetInCU: 0x5D7A, offset: 0x10B956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvau', symObjAddr: 0x36B0, symBinAddr: 0xF1E90, symSize: 0x30 }
+ - { offsetInCU: 0x61D9, offset: 0x10BDB5, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSgSaySSGSg13SendBirdCalls8SBCErrorCSgIegggg_So12NSDictionaryCSgSo7NSArrayCSgAHIeyByyy_TR', symObjAddr: 0x9C30, symBinAddr: 0xF8410, symSize: 0xC0 }
+ - { offsetInCU: 0x62A1, offset: 0x10BE7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC23audioSessionDidActivateyySo07AVAudioG0CF', symObjAddr: 0xA600, symBinAddr: 0xF8DE0, symSize: 0x360 }
+ - { offsetInCU: 0x63CB, offset: 0x10BFA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC25audioSessionDidDeactivateyySo07AVAudioG0CF', symObjAddr: 0xA960, symBinAddr: 0xF9140, symSize: 0x120 }
+ - { offsetInCU: 0x640D, offset: 0x10BFE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15routePickerView5frameSo6UIViewCSo6CGRectV_tF', symObjAddr: 0xAA80, symBinAddr: 0xF9260, symSize: 0x80 }
+ - { offsetInCU: 0x6476, offset: 0x10C052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC09addDirectD5Sound3url7forTypey10Foundation3URLV_AA0hK0OtF', symObjAddr: 0xAB00, symBinAddr: 0xF92E0, symSize: 0x100 }
+ - { offsetInCU: 0x64DF, offset: 0x10C0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC012removeDirectD5Sound7forTypeyAA0hJ0O_tF', symObjAddr: 0xAC00, symBinAddr: 0xF93E0, symSize: 0xC0 }
+ - { offsetInCU: 0x6521, offset: 0x10C0FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tF', symObjAddr: 0xACC0, symBinAddr: 0xF94A0, symSize: 0x60 }
+ - { offsetInCU: 0x6563, offset: 0x10C13F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifier_WZ', symObjAddr: 0xAD20, symBinAddr: 0xF9500, symSize: 0x90 }
+ - { offsetInCU: 0x6585, offset: 0x10C161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationV16bundleIdentifierSSSgvgZ', symObjAddr: 0xADB0, symBinAddr: 0xF9590, symSize: 0x50 }
+ - { offsetInCU: 0x65AE, offset: 0x10C18A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationVACycfC', symObjAddr: 0xAE00, symBinAddr: 0xF95E0, symSize: 0x10 }
+ - { offsetInCU: 0x65CE, offset: 0x10C1AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03getD003forD2IdAA06DirectD0CSgSS_tF', symObjAddr: 0xAE10, symBinAddr: 0xF95F0, symSize: 0xD0 }
+ - { offsetInCU: 0x663B, offset: 0x10C217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC03getD07forUUIDAA06DirectD0CSg10Foundation0H0V_tF', symObjAddr: 0xAEE0, symBinAddr: 0xF96C0, symSize: 0xC0 }
+ - { offsetInCU: 0x66A8, offset: 0x10C284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC010getOngoingC0SayAA06DirectD0CGyF', symObjAddr: 0xAFA0, symBinAddr: 0xF9780, symSize: 0x30 }
+ - { offsetInCU: 0x66D9, offset: 0x10C2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF', symObjAddr: 0xAFD0, symBinAddr: 0xF97B0, symSize: 0x30 }
+ - { offsetInCU: 0x670A, offset: 0x10C2E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvgZ', symObjAddr: 0xB000, symBinAddr: 0xF97E0, symSize: 0x50 }
+ - { offsetInCU: 0x6726, offset: 0x10C302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvsZ', symObjAddr: 0xB050, symBinAddr: 0xF9830, symSize: 0x50 }
+ - { offsetInCU: 0x6742, offset: 0x10C31E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10stateInfixSSvMZ', symObjAddr: 0xB0A0, symBinAddr: 0xF9880, symSize: 0x30 }
+ - { offsetInCU: 0x68CF, offset: 0x10C4AB, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg5', symObjAddr: 0xB0D0, symBinAddr: 0xF98B0, symSize: 0x420 }
+ - { offsetInCU: 0x6B93, offset: 0x10C76F, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg5', symObjAddr: 0xB4F0, symBinAddr: 0xF9CD0, symSize: 0x120 }
+ - { offsetInCU: 0x6DAC, offset: 0x10C988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZTf4en_nAA9SBCLoggerC_Tg5Tf4nd_n', symObjAddr: 0xB610, symBinAddr: 0xF9DF0, symSize: 0x1E0 }
+ - { offsetInCU: 0x7011, offset: 0x10CBED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0xBA20, symBinAddr: 0xFA1A0, symSize: 0x40 }
+ - { offsetInCU: 0x7045, offset: 0x10CC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_TA', symObjAddr: 0xBAC0, symBinAddr: 0xFA240, symSize: 0x30 }
+ - { offsetInCU: 0x7059, offset: 0x10CC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU3_TA', symObjAddr: 0xBB10, symBinAddr: 0xFA290, symSize: 0x20 }
+ - { offsetInCU: 0x708D, offset: 0x10CC69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU1_TA', symObjAddr: 0xBB60, symBinAddr: 0xFA2E0, symSize: 0x40 }
+ - { offsetInCU: 0x70FB, offset: 0x10CCD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC4dial6params17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFyycfU0_TA', symObjAddr: 0xBCC0, symBinAddr: 0xFA420, symSize: 0x40 }
+ - { offsetInCU: 0x7175, offset: 0x10CD51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_TA', symObjAddr: 0xBDD0, symBinAddr: 0xFA4C0, symSize: 0x30 }
+ - { offsetInCU: 0x7189, offset: 0x10CD65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC15updatePushToken06offsetH08pushType10deviceInfo17completionHandlerySS_AA0gK0OAA0g6DeviceM0VyAA8SBCErrorCSgcSgtFyAA06IgnoreK0VSg_AOtcfU_TA', symObjAddr: 0xBE10, symBinAddr: 0xFA500, symSize: 0x30 }
+ - { offsetInCU: 0x71C0, offset: 0x10CD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10IgnoreTypeVSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0xBE40, symBinAddr: 0xFA530, symSize: 0x30 }
+ - { offsetInCU: 0x71E9, offset: 0x10CDC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVWOs', symObjAddr: 0xBED0, symBinAddr: 0xFA560, symSize: 0x40 }
+ - { offsetInCU: 0x71FD, offset: 0x10CDD9, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xBF10, symBinAddr: 0xFA5A0, symSize: 0x30 }
+ - { offsetInCU: 0x7211, offset: 0x10CDED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12pushRegistry_26didReceiveIncomingPushWith3for10completionySo06PKPushG0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFyAA8SequenceC6ResultOcfU_TA', symObjAddr: 0xBFF0, symBinAddr: 0xFA600, symSize: 0x20 }
+ - { offsetInCU: 0x7225, offset: 0x10CE01, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgIegn_SgWOy', symObjAddr: 0xC010, symBinAddr: 0xFA620, symSize: 0x20 }
+ - { offsetInCU: 0x7239, offset: 0x10CE15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVACSeAAWl', symObjAddr: 0xC030, symBinAddr: 0xFA640, symSize: 0x30 }
+ - { offsetInCU: 0x724D, offset: 0x10CE29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA11RequestableAAWl', symObjAddr: 0xC0A0, symBinAddr: 0xFA670, symSize: 0x30 }
+ - { offsetInCU: 0x7261, offset: 0x10CE3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA10ResultableAAWl', symObjAddr: 0xC0D0, symBinAddr: 0xFA6A0, symSize: 0x30 }
+ - { offsetInCU: 0x7275, offset: 0x10CE51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVWOs', symObjAddr: 0xC100, symBinAddr: 0xFA6D0, symSize: 0x70 }
+ - { offsetInCU: 0x7289, offset: 0x10CE65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyycfU0_TA', symObjAddr: 0xC210, symBinAddr: 0xFA7B0, symSize: 0x20 }
+ - { offsetInCU: 0x729D, offset: 0x10CE79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyAA9SBCResultOyAA10IgnoreTypeVGcfU2_TA', symObjAddr: 0xC270, symBinAddr: 0xFA810, symSize: 0x20 }
+ - { offsetInCU: 0x72BC, offset: 0x10CE98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TRTA', symObjAddr: 0xC290, symBinAddr: 0xFA830, symSize: 0x30 }
+ - { offsetInCU: 0x72E5, offset: 0x10CEC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC31markPushNotificationAsDelivered8userInfo17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xC2D0, symBinAddr: 0xFA870, symSize: 0x20 }
+ - { offsetInCU: 0x7304, offset: 0x10CEE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25UpdateCustomItemsResponseCGIegg_AFIegn_TRTA', symObjAddr: 0xC350, symBinAddr: 0xFA8F0, symSize: 0x30 }
+ - { offsetInCU: 0x732D, offset: 0x10CF09, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xC3E0, symBinAddr: 0xFA920, symSize: 0x20 }
+ - { offsetInCU: 0x7341, offset: 0x10CF1D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xC400, symBinAddr: 0xFA940, symSize: 0x10 }
+ - { offsetInCU: 0x7355, offset: 0x10CF31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFyAHcfU_TA', symObjAddr: 0xC420, symBinAddr: 0xFA960, symSize: 0x20 }
+ - { offsetInCU: 0x7369, offset: 0x10CF45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainCMa', symObjAddr: 0xC860, symBinAddr: 0xFADA0, symSize: 0x20 }
+ - { offsetInCU: 0x737D, offset: 0x10CF59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeviceInformationVMa', symObjAddr: 0xCF80, symBinAddr: 0xFB4C0, symSize: 0x10 }
+ - { offsetInCU: 0x7391, offset: 0x10CF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA25DeleteCustomItemsResponseCGIegg_AFIegn_TRTA', symObjAddr: 0xD0A0, symBinAddr: 0xFB5E0, symSize: 0x20 }
+ - { offsetInCU: 0x73A5, offset: 0x10CF81, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgWOc', symObjAddr: 0xD290, symBinAddr: 0xFB670, symSize: 0x40 }
+ - { offsetInCU: 0x73B9, offset: 0x10CF95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOe', symObjAddr: 0xD2F0, symBinAddr: 0xFB6B0, symSize: 0x30 }
+ - { offsetInCU: 0x73CD, offset: 0x10CFA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC29updatePushDeviceInfoIfChangedyyFyAA15ComparableValueVyAA0ghI0VG_ySbctcfU_yAA8SBCErrorCSgcfU_TA', symObjAddr: 0xD320, symBinAddr: 0xFB6E0, symSize: 0x30 }
+ - { offsetInCU: 0x740B, offset: 0x10CFE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOy', symObjAddr: 0xD350, symBinAddr: 0xFB710, symSize: 0x30 }
+ - { offsetInCU: 0x741F, offset: 0x10CFFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVyAA14PushDeviceInfoVGWOr', symObjAddr: 0xD380, symBinAddr: 0xFB740, symSize: 0x50 }
+ - { offsetInCU: 0x7433, offset: 0x10D00F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVyAA14PushDeviceInfoVGWOs', symObjAddr: 0xD400, symBinAddr: 0xFB7C0, symSize: 0x50 }
+ - { offsetInCU: 0x7447, offset: 0x10D023, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyAC_AA9SBCResultOyAA06IgnoreN0VGtcfU0_TA', symObjAddr: 0xD460, symBinAddr: 0xFB820, symSize: 0x40 }
+ - { offsetInCU: 0x745B, offset: 0x10D037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10unregister33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString17completionHandleryAA04PushN0O_SSSgyAA8SBCErrorCSgcSgtFyycfU_TA', symObjAddr: 0xD520, symBinAddr: 0xFB880, symSize: 0x20 }
+ - { offsetInCU: 0x746F, offset: 0x10D04B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_TA', symObjAddr: 0xD5D0, symBinAddr: 0xFB930, symSize: 0x50 }
+ - { offsetInCU: 0x7483, offset: 0x10D05F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyycfU0_TA', symObjAddr: 0xD630, symBinAddr: 0xFB990, symSize: 0x20 }
+ - { offsetInCU: 0x74AF, offset: 0x10D08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC8register33_80330888ECD141CA15BC484D38D8EEEFLL8pushType11tokenString6unique17completionHandleryAA04PushN0O_SSSbyAA8SBCErrorCSgcSgtFyAA0T10DeviceInfoVcfU1_yAC_AA9SBCResultOyAA06IgnoreN0VGtcfU_TA', symObjAddr: 0xD6D0, symBinAddr: 0xFBA30, symSize: 0x40 }
+ - { offsetInCU: 0x74C3, offset: 0x10D09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA11RequestableAAWl', symObjAddr: 0xD750, symBinAddr: 0xFBAB0, symSize: 0x30 }
+ - { offsetInCU: 0x74D7, offset: 0x10D0B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA10ResultableAAWl', symObjAddr: 0xD780, symBinAddr: 0xFBAE0, symSize: 0x30 }
+ - { offsetInCU: 0x74EB, offset: 0x10D0C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVWOs', symObjAddr: 0xD7B0, symBinAddr: 0xFBB10, symSize: 0x50 }
+ - { offsetInCU: 0x74FF, offset: 0x10D0DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC5clear33_80330888ECD141CA15BC484D38D8EEEFLL17completionHandleryyycSg_tFySayAA8SBCErrorCGSgcfU_TA', symObjAddr: 0xD930, symBinAddr: 0xFBC90, symSize: 0x20 }
+ - { offsetInCU: 0x7513, offset: 0x10D0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_TA', symObjAddr: 0xD980, symBinAddr: 0xFBCE0, symSize: 0x20 }
+ - { offsetInCU: 0x7532, offset: 0x10D10E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGIegg_AFIegn_TRTA', symObjAddr: 0xD9A0, symBinAddr: 0xFBD00, symSize: 0x40 }
+ - { offsetInCU: 0x755B, offset: 0x10D137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAcA10ResultableAAWl', symObjAddr: 0xDA10, symBinAddr: 0xFBD40, symSize: 0x30 }
+ - { offsetInCU: 0x756F, offset: 0x10D14B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVWOs', symObjAddr: 0xDA40, symBinAddr: 0xFBD70, symSize: 0x60 }
+ - { offsetInCU: 0x7583, offset: 0x10D15F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOe', symObjAddr: 0xDB10, symBinAddr: 0xFBE40, symSize: 0x30 }
+ - { offsetInCU: 0x7597, offset: 0x10D173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU_TA', symObjAddr: 0xDB40, symBinAddr: 0xFBE70, symSize: 0x20 }
+ - { offsetInCU: 0x75AB, offset: 0x10D187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOr', symObjAddr: 0xDB60, symBinAddr: 0xFBE90, symSize: 0x30 }
+ - { offsetInCU: 0x75BF, offset: 0x10D19B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA20AuthenticateResponseVGWOy', symObjAddr: 0xDB90, symBinAddr: 0xFBEC0, symSize: 0x40 }
+ - { offsetInCU: 0x75D3, offset: 0x10D1AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC12authenticate6params17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFyycfU2_yAA9SBCResultOyAA0J8ResponseVGcfU_yycfU0_TA', symObjAddr: 0xDC00, symBinAddr: 0xFBF30, symSize: 0x20 }
+ - { offsetInCU: 0x75E7, offset: 0x10D1C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tFSbAA13WeakReferenceCyAaF_pGXEfU_TA', symObjAddr: 0xDC20, symBinAddr: 0xFBF50, symSize: 0x10 }
+ - { offsetInCU: 0x75FB, offset: 0x10D1D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_TA', symObjAddr: 0xDC30, symBinAddr: 0xFBF60, symSize: 0x20 }
+ - { offsetInCU: 0x76A3, offset: 0x10D27F, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlF10Foundation4DataV_SSTg5015$s10Foundation4D49V13SendBirdCallsE11toHexStringSSyFSSs5UInt8VXEfU_Tf1cn_n', symObjAddr: 0x0, symBinAddr: 0xEE850, symSize: 0x480 }
+ - { offsetInCU: 0x78F0, offset: 0x10D4CC, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0x480, symBinAddr: 0xEECD0, symSize: 0xF0 }
+ - { offsetInCU: 0x799D, offset: 0x10D579, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0x570, symBinAddr: 0xEEDC0, symSize: 0x130 }
+ - { offsetInCU: 0x7A3D, offset: 0x10D619, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAE14SBCLogReceiver_pGG_Tg5', symObjAddr: 0x6D0, symBinAddr: 0xEEF20, symSize: 0x150 }
+ - { offsetInCU: 0x69, offset: 0x10E1DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfC', symObjAddr: 0x0, symBinAddr: 0xFC130, symSize: 0x70 }
+ - { offsetInCU: 0xAB, offset: 0x10E21C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfc', symObjAddr: 0x5E0, symBinAddr: 0xFC710, symSize: 0x40 }
+ - { offsetInCU: 0xCA, offset: 0x10E23B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCfd', symObjAddr: 0x620, symBinAddr: 0xFC750, symSize: 0x50 }
+ - { offsetInCU: 0x105, offset: 0x10E276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCfD', symObjAddr: 0x670, symBinAddr: 0xFC7A0, symSize: 0x20 }
+ - { offsetInCU: 0x132, offset: 0x10E2A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC4type5value6filterACyxGxm_xSgSbxcSgtcfcTf4ngnn_n', symObjAddr: 0x690, symBinAddr: 0xFC7C0, symSize: 0xC0 }
+ - { offsetInCU: 0x19E, offset: 0x10E30F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC6updateyxSgAEF', symObjAddr: 0x70, symBinAddr: 0xFC1A0, symSize: 0x1D0 }
+ - { offsetInCU: 0x219, offset: 0x10E38A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC6removeyyxSgF', symObjAddr: 0x240, symBinAddr: 0xFC370, symSize: 0x2A0 }
+ - { offsetInCU: 0x266, offset: 0x10E3D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC5clearyyF', symObjAddr: 0x4E0, symBinAddr: 0xFC610, symSize: 0xB0 }
+ - { offsetInCU: 0x2A3, offset: 0x10E414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyC5valuexSgvg', symObjAddr: 0x590, symBinAddr: 0xFC6C0, symSize: 0x50 }
+ - { offsetInCU: 0x2E0, offset: 0x10E451, size: 0x8, addend: 0x0, symName: '_$sxSblyxIsegnd_SgSQRzlWOe', symObjAddr: 0x750, symBinAddr: 0xFC880, symSize: 0x20 }
+ - { offsetInCU: 0x2F4, offset: 0x10E465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMi', symObjAddr: 0x770, symBinAddr: 0xFC8A0, symSize: 0x10 }
+ - { offsetInCU: 0x308, offset: 0x10E479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMr', symObjAddr: 0x780, symBinAddr: 0xFC8B0, symSize: 0x70 }
+ - { offsetInCU: 0x31C, offset: 0x10E48D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FilteredPropertyCMa', symObjAddr: 0x7F0, symBinAddr: 0xFC920, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x10E728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvg', symObjAddr: 0x0, symBinAddr: 0xFC960, symSize: 0x40 }
+ - { offsetInCU: 0x7A, offset: 0x10E757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvs', symObjAddr: 0x40, symBinAddr: 0xFC9A0, symSize: 0x50 }
+ - { offsetInCU: 0xB9, offset: 0x10E796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvM', symObjAddr: 0x90, symBinAddr: 0xFC9F0, symSize: 0x70 }
+ - { offsetInCU: 0xE6, offset: 0x10E7C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC8receiverSo16RTCVideoRenderer_pSgvM.resume.0', symObjAddr: 0x100, symBinAddr: 0xFCA60, symSize: 0x60 }
+ - { offsetInCU: 0x111, offset: 0x10E7EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVF', symObjAddr: 0x160, symBinAddr: 0xFCAC0, symSize: 0x1F0 }
+ - { offsetInCU: 0x171, offset: 0x10E84E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFyyScMYccfU_', symObjAddr: 0x380, symBinAddr: 0xFCCB0, symSize: 0x70 }
+ - { offsetInCU: 0x1AD, offset: 0x10E88A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFTo', symObjAddr: 0x530, symBinAddr: 0xFCDD0, symSize: 0x50 }
+ - { offsetInCU: 0x1C9, offset: 0x10E8A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC11renderFrameyySo08RTCVideoH0CSgF', symObjAddr: 0x580, symBinAddr: 0xFCE20, symSize: 0x50 }
+ - { offsetInCU: 0x21A, offset: 0x10E8F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC11renderFrameyySo08RTCVideoH0CSgFTo', symObjAddr: 0x5D0, symBinAddr: 0xFCE70, symSize: 0xB0 }
+ - { offsetInCU: 0x257, offset: 0x10E934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfC', symObjAddr: 0x680, symBinAddr: 0xFCF20, symSize: 0x20 }
+ - { offsetInCU: 0x275, offset: 0x10E952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfc', symObjAddr: 0x6A0, symBinAddr: 0xFCF40, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0x10E98D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCACycfcTo', symObjAddr: 0x700, symBinAddr: 0xFCFA0, symSize: 0x50 }
+ - { offsetInCU: 0x2EB, offset: 0x10E9C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCfD', symObjAddr: 0x750, symBinAddr: 0xFCFF0, symSize: 0x30 }
+ - { offsetInCU: 0x319, offset: 0x10E9F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyC7setSizeyySo6CGSizeVFyyScMYccfU_TA', symObjAddr: 0x420, symBinAddr: 0xFCD50, symSize: 0x20 }
+ - { offsetInCU: 0x32D, offset: 0x10EA0A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x440, symBinAddr: 0xFCD70, symSize: 0x20 }
+ - { offsetInCU: 0x341, offset: 0x10EA1E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x460, symBinAddr: 0xFCD90, symSize: 0x10 }
+ - { offsetInCU: 0x355, offset: 0x10EA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCMa', symObjAddr: 0x6E0, symBinAddr: 0xFCF80, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0x10EA46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14VideoViewProxyCfETo', symObjAddr: 0x7F0, symBinAddr: 0xFD090, symSize: 0x20 }
+ - { offsetInCU: 0x398, offset: 0x10EA75, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRenderer_pSgXwWOh', symObjAddr: 0x8D0, symBinAddr: 0xFD170, symSize: 0x18 }
+ - { offsetInCU: 0x4F, offset: 0x10ED1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfc', symObjAddr: 0x0, symBinAddr: 0xFD190, symSize: 0x70 }
+ - { offsetInCU: 0x63, offset: 0x10ED2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x70, symBinAddr: 0xFD200, symSize: 0x900 }
+ - { offsetInCU: 0xCC, offset: 0x10ED98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvs', symObjAddr: 0x990, symBinAddr: 0xFDB20, symSize: 0x50 }
+ - { offsetInCU: 0xF3, offset: 0x10EDBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvM', symObjAddr: 0x9E0, symBinAddr: 0xFDB70, symSize: 0x70 }
+ - { offsetInCU: 0x120, offset: 0x10EDEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvM.resume.0', symObjAddr: 0xA50, symBinAddr: 0xFDBE0, symSize: 0x70 }
+ - { offsetInCU: 0x14B, offset: 0x10EE17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5stateAC5StateOvs', symObjAddr: 0xB90, symBinAddr: 0xFDD20, symSize: 0x40 }
+ - { offsetInCU: 0x188, offset: 0x10EE54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5stateAC5StateOvM', symObjAddr: 0xBD0, symBinAddr: 0xFDD60, symSize: 0x40 }
+ - { offsetInCU: 0x1B7, offset: 0x10EE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14isAudioEnabledSbvM', symObjAddr: 0xC50, symBinAddr: 0xFDDE0, symSize: 0x40 }
+ - { offsetInCU: 0x1E6, offset: 0x10EEB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14isVideoEnabledSbvM', symObjAddr: 0xD40, symBinAddr: 0xFDED0, symSize: 0x40 }
+ - { offsetInCU: 0x215, offset: 0x10EEE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvg', symObjAddr: 0xD80, symBinAddr: 0xFDF10, symSize: 0x50 }
+ - { offsetInCU: 0x232, offset: 0x10EEFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvs', symObjAddr: 0xDD0, symBinAddr: 0xFDF60, symSize: 0x50 }
+ - { offsetInCU: 0x259, offset: 0x10EF25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvM', symObjAddr: 0xE20, symBinAddr: 0xFDFB0, symSize: 0x40 }
+ - { offsetInCU: 0x288, offset: 0x10EF54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvg', symObjAddr: 0xE60, symBinAddr: 0xFDFF0, symSize: 0x50 }
+ - { offsetInCU: 0x2A5, offset: 0x10EF71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvs', symObjAddr: 0xEB0, symBinAddr: 0xFE040, symSize: 0x50 }
+ - { offsetInCU: 0x2CC, offset: 0x10EF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvM', symObjAddr: 0xF00, symBinAddr: 0xFE090, symSize: 0x40 }
+ - { offsetInCU: 0x2FB, offset: 0x10EFC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvM.resume.0', symObjAddr: 0xF40, symBinAddr: 0xFE0D0, symSize: 0x10 }
+ - { offsetInCU: 0x326, offset: 0x10EFF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0Cvg', symObjAddr: 0xF50, symBinAddr: 0xFE0E0, symSize: 0x40 }
+ - { offsetInCU: 0x343, offset: 0x10F00F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0Cvs', symObjAddr: 0xF90, symBinAddr: 0xFE120, symSize: 0x50 }
+ - { offsetInCU: 0x36A, offset: 0x10F036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvM', symObjAddr: 0xFE0, symBinAddr: 0xFE170, symSize: 0x40 }
+ - { offsetInCU: 0x399, offset: 0x10F065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvg', symObjAddr: 0x1020, symBinAddr: 0xFE1B0, symSize: 0x40 }
+ - { offsetInCU: 0x3C6, offset: 0x10F092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvs', symObjAddr: 0x1060, symBinAddr: 0xFE1F0, symSize: 0x60 }
+ - { offsetInCU: 0x403, offset: 0x10F0CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvM', symObjAddr: 0x10C0, symBinAddr: 0xFE250, symSize: 0x70 }
+ - { offsetInCU: 0x430, offset: 0x10F0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6senderAA10RoomSender_pSgvM.resume.0', symObjAddr: 0x1130, symBinAddr: 0xFE2C0, symSize: 0x70 }
+ - { offsetInCU: 0x45B, offset: 0x10F127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvs', symObjAddr: 0x11F0, symBinAddr: 0xFE380, symSize: 0x50 }
+ - { offsetInCU: 0x484, offset: 0x10F150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvM', symObjAddr: 0x1240, symBinAddr: 0xFE3D0, symSize: 0x70 }
+ - { offsetInCU: 0x4B1, offset: 0x10F17D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvM.resume.0', symObjAddr: 0x12B0, symBinAddr: 0xFE440, symSize: 0x70 }
+ - { offsetInCU: 0x506, offset: 0x10F1D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO11stringValueAESS_tcfC', symObjAddr: 0x2030, symBinAddr: 0xFF1C0, symSize: 0xB0 }
+ - { offsetInCU: 0x57B, offset: 0x10F247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO11stringValueSSvg', symObjAddr: 0x20E0, symBinAddr: 0xFF270, symSize: 0x50 }
+ - { offsetInCU: 0x59A, offset: 0x10F266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x2130, symBinAddr: 0xFF2C0, symSize: 0x10 }
+ - { offsetInCU: 0x5AE, offset: 0x10F27A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO6encode2toys7Encoder_p_tKF', symObjAddr: 0x2140, symBinAddr: 0xFF2D0, symSize: 0xD0 }
+ - { offsetInCU: 0x622, offset: 0x10F2EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO8rawValueAESgSi_tcfC', symObjAddr: 0x2210, symBinAddr: 0xFF3A0, symSize: 0x20 }
+ - { offsetInCU: 0x63F, offset: 0x10F30B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO8rawValueSivg', symObjAddr: 0x2230, symBinAddr: 0xFF3C0, symSize: 0x10 }
+ - { offsetInCU: 0x682, offset: 0x10F34E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x22F0, symBinAddr: 0xFF480, symSize: 0x20 }
+ - { offsetInCU: 0x6B3, offset: 0x10F37F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x2310, symBinAddr: 0xFF4A0, symSize: 0x10 }
+ - { offsetInCU: 0x6E5, offset: 0x10F3B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2320, symBinAddr: 0xFF4B0, symSize: 0x20 }
+ - { offsetInCU: 0x71D, offset: 0x10F3E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2340, symBinAddr: 0xFF4D0, symSize: 0x10 }
+ - { offsetInCU: 0x782, offset: 0x10F44E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x35A0, symBinAddr: 0x100610, symSize: 0x170 }
+ - { offsetInCU: 0x811, offset: 0x10F4DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6encode2toys7Encoder_p_tKF', symObjAddr: 0x1320, symBinAddr: 0xFE4B0, symSize: 0x3A0 }
+ - { offsetInCU: 0x903, offset: 0x10F5CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6updateyxSgxACRbzlF', symObjAddr: 0x16C0, symBinAddr: 0xFE850, symSize: 0x190 }
+ - { offsetInCU: 0x9E0, offset: 0x10F6AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC13participantIdSSvgTo', symObjAddr: 0x1850, symBinAddr: 0xFE9E0, symSize: 0x50 }
+ - { offsetInCU: 0xA1B, offset: 0x10F6E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC13participantIdSSvg', symObjAddr: 0x18A0, symBinAddr: 0xFEA30, symSize: 0x30 }
+ - { offsetInCU: 0xA56, offset: 0x10F722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvgTo', symObjAddr: 0x18D0, symBinAddr: 0xFEA60, symSize: 0x20 }
+ - { offsetInCU: 0xA93, offset: 0x10F75F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4userAA4UserCvg', symObjAddr: 0x18F0, symBinAddr: 0xFEA80, symSize: 0x20 }
+ - { offsetInCU: 0xADA, offset: 0x10F7A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvsTo', symObjAddr: 0x1930, symBinAddr: 0xFEAC0, symSize: 0x80 }
+ - { offsetInCU: 0xB17, offset: 0x10F7E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvW', symObjAddr: 0x19B0, symBinAddr: 0xFEB40, symSize: 0x1D0 }
+ - { offsetInCU: 0xB67, offset: 0x10F833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvWyyScMYccfU_', symObjAddr: 0x1B80, symBinAddr: 0xFED10, symSize: 0x60 }
+ - { offsetInCU: 0xB93, offset: 0x10F85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfD', symObjAddr: 0x1BE0, symBinAddr: 0xFED70, symSize: 0x80 }
+ - { offsetInCU: 0xBD0, offset: 0x10F89C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfDTo', symObjAddr: 0x1C60, symBinAddr: 0xFEDF0, symSize: 0x90 }
+ - { offsetInCU: 0xC23, offset: 0x10F8EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvgTo', symObjAddr: 0x2350, symBinAddr: 0xFF4E0, symSize: 0x60 }
+ - { offsetInCU: 0xC88, offset: 0x10F954, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC8clientIdSSvsTo', symObjAddr: 0x23B0, symBinAddr: 0xFF540, symSize: 0x60 }
+ - { offsetInCU: 0xCEB, offset: 0x10F9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvgTo', symObjAddr: 0x2410, symBinAddr: 0xFF5A0, symSize: 0x70 }
+ - { offsetInCU: 0xD4A, offset: 0x10FA16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10endpointIdSSSgvsTo', symObjAddr: 0x2480, symBinAddr: 0xFF610, symSize: 0x70 }
+ - { offsetInCU: 0xDAD, offset: 0x10FA79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvgTo', symObjAddr: 0x24F0, symBinAddr: 0xFF680, symSize: 0x40 }
+ - { offsetInCU: 0xE12, offset: 0x10FADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14videoViewProxyAA05VideofG0CvsTo', symObjAddr: 0x2530, symBinAddr: 0xFF6C0, symSize: 0x60 }
+ - { offsetInCU: 0xE7F, offset: 0x10FB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC14peerConnectionAA12WebRTCClientCSgvsTo', symObjAddr: 0x25F0, symBinAddr: 0xFF780, symSize: 0x40 }
+ - { offsetInCU: 0xED6, offset: 0x10FBA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO8rawValueSSvg', symObjAddr: 0x2630, symBinAddr: 0xFF7C0, symSize: 0x20 }
+ - { offsetInCU: 0xF0D, offset: 0x10FBD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO11stringValueSSvg', symObjAddr: 0x2650, symBinAddr: 0xFF7E0, symSize: 0x20 }
+ - { offsetInCU: 0xF71, offset: 0x10FC3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x27C0, symBinAddr: 0xFF950, symSize: 0x30 }
+ - { offsetInCU: 0xFA2, offset: 0x10FC6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x27F0, symBinAddr: 0xFF980, symSize: 0x30 }
+ - { offsetInCU: 0xFB6, offset: 0x10FC82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x2820, symBinAddr: 0xFF9B0, symSize: 0x10 }
+ - { offsetInCU: 0xFEC, offset: 0x10FCB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2830, symBinAddr: 0xFF9C0, symSize: 0x20 }
+ - { offsetInCU: 0x103C, offset: 0x10FD08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x2850, symBinAddr: 0xFF9E0, symSize: 0x10 }
+ - { offsetInCU: 0x1058, offset: 0x10FD24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x2860, symBinAddr: 0xFF9F0, symSize: 0x10 }
+ - { offsetInCU: 0x1074, offset: 0x10FD40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x4440, symBinAddr: 0x1013F0, symSize: 0x70 }
+ - { offsetInCU: 0x10B0, offset: 0x10FD7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfC', symObjAddr: 0x28B0, symBinAddr: 0xFFA40, symSize: 0xA0 }
+ - { offsetInCU: 0x10E4, offset: 0x10FDB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcTo', symObjAddr: 0x2950, symBinAddr: 0xFFAE0, symSize: 0xD0 }
+ - { offsetInCU: 0x1116, offset: 0x10FDE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfC', symObjAddr: 0x2A20, symBinAddr: 0xFFBB0, symSize: 0x30 }
+ - { offsetInCU: 0x1134, offset: 0x10FE00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfc', symObjAddr: 0x2A50, symBinAddr: 0xFFBE0, symSize: 0x160 }
+ - { offsetInCU: 0x1183, offset: 0x10FE4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5otherA2C_tcfcTo', symObjAddr: 0x2BB0, symBinAddr: 0xFFD40, symSize: 0x30 }
+ - { offsetInCU: 0x119F, offset: 0x10FE6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC6userId8nickname10profileURL8metadata6active011participantF006clientF05state9videoViewACSS_SSSgAMSDyS2SGSgSbSgS2SAC5StateOAA0ab5VideoP0CSgtcfC', symObjAddr: 0x2BE0, symBinAddr: 0xFFD70, symSize: 0xD0 }
+ - { offsetInCU: 0x1287, offset: 0x10FF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2CB0, symBinAddr: 0xFFE40, symSize: 0x40 }
+ - { offsetInCU: 0x12CC, offset: 0x10FF98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4hashSivgTo', symObjAddr: 0x2CF0, symBinAddr: 0xFFE80, symSize: 0x90 }
+ - { offsetInCU: 0x130F, offset: 0x10FFDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC7isEqualySbypSgF', symObjAddr: 0x2E00, symBinAddr: 0xFFF10, symSize: 0x220 }
+ - { offsetInCU: 0x13BF, offset: 0x11008B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC7isEqualySbypSgFTo', symObjAddr: 0x3020, symBinAddr: 0x100130, symSize: 0x90 }
+ - { offsetInCU: 0x13DB, offset: 0x1100A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfC', symObjAddr: 0x30B0, symBinAddr: 0x1001C0, symSize: 0x20 }
+ - { offsetInCU: 0x13F9, offset: 0x1100C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfc', symObjAddr: 0x30D0, symBinAddr: 0x1001E0, symSize: 0x30 }
+ - { offsetInCU: 0x145C, offset: 0x110128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCACycfcTo', symObjAddr: 0x3100, symBinAddr: 0x100210, symSize: 0x30 }
+ - { offsetInCU: 0x14C3, offset: 0x11018F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3130, symBinAddr: 0x100240, symSize: 0x20 }
+ - { offsetInCU: 0x14E6, offset: 0x1101B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3150, symBinAddr: 0x100260, symSize: 0x30 }
+ - { offsetInCU: 0x1509, offset: 0x1101D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC4user13participantId06clientG09videoView5state14isVideoEnabled0l5AudioN0AcA4UserC_S2SAA0abmJ0CSgAC5StateOS2btcfcTf4ggggnnnn_n', symObjAddr: 0x3180, symBinAddr: 0x100290, symSize: 0x2E0 }
+ - { offsetInCU: 0x15F2, offset: 0x1102BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCfETo', symObjAddr: 0x1CF0, symBinAddr: 0xFEE80, symSize: 0xA0 }
+ - { offsetInCU: 0x1679, offset: 0x110345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs0E3KeyAAWl', symObjAddr: 0x34D0, symBinAddr: 0x100570, symSize: 0x30 }
+ - { offsetInCU: 0x168D, offset: 0x110359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomSender_pSgXwWOh', symObjAddr: 0x3530, symBinAddr: 0x1005A0, symSize: 0x20 }
+ - { offsetInCU: 0x16A1, offset: 0x11036D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantCMa', symObjAddr: 0x3550, symBinAddr: 0x1005C0, symSize: 0x20 }
+ - { offsetInCU: 0x16B5, offset: 0x110381, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOAESeAAWl', symObjAddr: 0x3570, symBinAddr: 0x1005E0, symSize: 0x30 }
+ - { offsetInCU: 0x16C9, offset: 0x110395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASQWb', symObjAddr: 0x37B0, symBinAddr: 0x100780, symSize: 0x10 }
+ - { offsetInCU: 0x16DD, offset: 0x1103A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOAESQAAWl', symObjAddr: 0x37C0, symBinAddr: 0x100790, symSize: 0x30 }
+ - { offsetInCU: 0x16F1, offset: 0x1103BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOMa', symObjAddr: 0x41C0, symBinAddr: 0x101190, symSize: 0x10 }
+ - { offsetInCU: 0x1705, offset: 0x1103D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwet', symObjAddr: 0x41F0, symBinAddr: 0x1011A0, symSize: 0x80 }
+ - { offsetInCU: 0x1719, offset: 0x1103E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwst', symObjAddr: 0x4270, symBinAddr: 0x101220, symSize: 0xD0 }
+ - { offsetInCU: 0x172D, offset: 0x1103F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwug', symObjAddr: 0x4340, symBinAddr: 0x1012F0, symSize: 0x10 }
+ - { offsetInCU: 0x1741, offset: 0x11040D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwup', symObjAddr: 0x4350, symBinAddr: 0x101300, symSize: 0x10 }
+ - { offsetInCU: 0x1755, offset: 0x110421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOwui', symObjAddr: 0x4360, symBinAddr: 0x101310, symSize: 0x10 }
+ - { offsetInCU: 0x1769, offset: 0x110435, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOMa', symObjAddr: 0x4370, symBinAddr: 0x101320, symSize: 0x10 }
+ - { offsetInCU: 0x177D, offset: 0x110449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASQWb', symObjAddr: 0x4380, symBinAddr: 0x101330, symSize: 0x10 }
+ - { offsetInCU: 0x1791, offset: 0x11045D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFSQAAWl', symObjAddr: 0x4390, symBinAddr: 0x101340, symSize: 0x30 }
+ - { offsetInCU: 0x17A5, offset: 0x110471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x43C0, symBinAddr: 0x101370, symSize: 0x10 }
+ - { offsetInCU: 0x17B9, offset: 0x110485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x43D0, symBinAddr: 0x101380, symSize: 0x30 }
+ - { offsetInCU: 0x17CD, offset: 0x110499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x4400, symBinAddr: 0x1013B0, symSize: 0x10 }
+ - { offsetInCU: 0x17E1, offset: 0x1104AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x4410, symBinAddr: 0x1013C0, symSize: 0x30 }
+ - { offsetInCU: 0x17F5, offset: 0x1104C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC9videoViewAA0ab5VideoF0CSgvWyyScMYccfU_TA', symObjAddr: 0x4510, symBinAddr: 0x1014C0, symSize: 0x10 }
+ - { offsetInCU: 0x1809, offset: 0x1104D5, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4520, symBinAddr: 0x1014D0, symSize: 0x20 }
+ - { offsetInCU: 0x181D, offset: 0x1104E9, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4540, symBinAddr: 0x1014F0, symSize: 0x10 }
+ - { offsetInCU: 0x187A, offset: 0x110546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2240, symBinAddr: 0xFF3D0, symSize: 0x10 }
+ - { offsetInCU: 0x190B, offset: 0x1105D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x2250, symBinAddr: 0xFF3E0, symSize: 0x40 }
+ - { offsetInCU: 0x19BA, offset: 0x110686, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2290, symBinAddr: 0xFF420, symSize: 0x20 }
+ - { offsetInCU: 0x1A0D, offset: 0x1106D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x22B0, symBinAddr: 0xFF440, symSize: 0x40 }
+ - { offsetInCU: 0x1AD9, offset: 0x1107A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2670, symBinAddr: 0xFF800, symSize: 0x80 }
+ - { offsetInCU: 0x1BA8, offset: 0x110874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH9hashValueSivgTW', symObjAddr: 0x26F0, symBinAddr: 0xFF880, symSize: 0x50 }
+ - { offsetInCU: 0x1C26, offset: 0x1108F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2740, symBinAddr: 0xFF8D0, symSize: 0x30 }
+ - { offsetInCU: 0x1C78, offset: 0x110944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2770, symBinAddr: 0xFF900, symSize: 0x50 }
+ - { offsetInCU: 0x1CDA, offset: 0x1109A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x2870, symBinAddr: 0xFFA00, symSize: 0x20 }
+ - { offsetInCU: 0x1CF6, offset: 0x1109C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ParticipantC10CodingKeys33_91204F20EE1C0273E8C4802F09DD7FDDLLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2890, symBinAddr: 0xFFA20, symSize: 0x20 }
+ - { offsetInCU: 0x5E, offset: 0x110D63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x101580, symSize: 0x50 }
+ - { offsetInCU: 0x92, offset: 0x110D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valuexSgvg', symObjAddr: 0x50, symBinAddr: 0x1015D0, symSize: 0x30 }
+ - { offsetInCU: 0xAE, offset: 0x110DB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC4hash4intoys6HasherVz_tF', symObjAddr: 0x80, symBinAddr: 0x101600, symSize: 0xD0 }
+ - { offsetInCU: 0x1AF, offset: 0x110EB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfc', symObjAddr: 0x150, symBinAddr: 0x1016D0, symSize: 0x30 }
+ - { offsetInCU: 0x1C3, offset: 0x110EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCfd', symObjAddr: 0x180, symBinAddr: 0x101700, symSize: 0x20 }
+ - { offsetInCU: 0x1FE, offset: 0x110F03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCfD', symObjAddr: 0x1A0, symBinAddr: 0x101720, symSize: 0x20 }
+ - { offsetInCU: 0x257, offset: 0x110F5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC9hashValueSivg', symObjAddr: 0x1C0, symBinAddr: 0x101740, symSize: 0x40 }
+ - { offsetInCU: 0x2D5, offset: 0x110FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASH9hashValueSivgTW', symObjAddr: 0x200, symBinAddr: 0x101780, symSize: 0x20 }
+ - { offsetInCU: 0x2F1, offset: 0x110FF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x220, symBinAddr: 0x1017A0, symSize: 0x20 }
+ - { offsetInCU: 0x314, offset: 0x111019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC5valueACyxGxSg_tcfcTf4gn_n', symObjAddr: 0x310, symBinAddr: 0x101890, symSize: 0x50 }
+ - { offsetInCU: 0x38D, offset: 0x111092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceC2eeoiySbACyxG_AEtFZ', symObjAddr: 0x280, symBinAddr: 0x101800, symSize: 0x70 }
+ - { offsetInCU: 0x3E5, offset: 0x1110EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2F0, symBinAddr: 0x101870, symSize: 0x20 }
+ - { offsetInCU: 0x401, offset: 0x111106, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVSgWOh', symObjAddr: 0x360, symBinAddr: 0x1018E0, symSize: 0x30 }
+ - { offsetInCU: 0x415, offset: 0x11111A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyxGSHAASQWb', symObjAddr: 0x400, symBinAddr: 0x101910, symSize: 0x20 }
+ - { offsetInCU: 0x429, offset: 0x11112E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMi', symObjAddr: 0x4A0, symBinAddr: 0x1019B0, symSize: 0x10 }
+ - { offsetInCU: 0x43D, offset: 0x111142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMr', symObjAddr: 0x4B0, symBinAddr: 0x1019C0, symSize: 0x40 }
+ - { offsetInCU: 0x451, offset: 0x111156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCMa', symObjAddr: 0x4F0, symBinAddr: 0x101A00, symSize: 0x10 }
+ - { offsetInCU: 0x4DD, offset: 0x1111E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13WeakReferenceCyqd__GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x240, symBinAddr: 0x1017C0, symSize: 0x40 }
+ - { offsetInCU: 0x4F, offset: 0x11147E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvg', symObjAddr: 0x0, symBinAddr: 0x101A70, symSize: 0x30 }
+ - { offsetInCU: 0x6B, offset: 0x11149A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvs', symObjAddr: 0x30, symBinAddr: 0x101AA0, symSize: 0x40 }
+ - { offsetInCU: 0x87, offset: 0x1114B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStringsSaySSGvM', symObjAddr: 0x70, symBinAddr: 0x101AE0, symSize: 0x30 }
+ - { offsetInCU: 0xA3, offset: 0x1114D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvg', symObjAddr: 0xA0, symBinAddr: 0x101B10, symSize: 0x40 }
+ - { offsetInCU: 0xBF, offset: 0x1114EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvs', symObjAddr: 0xE0, symBinAddr: 0x101B50, symSize: 0x40 }
+ - { offsetInCU: 0xDB, offset: 0x11150A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8usernameSSvM', symObjAddr: 0x120, symBinAddr: 0x101B90, symSize: 0x30 }
+ - { offsetInCU: 0xF7, offset: 0x111526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvg', symObjAddr: 0x150, symBinAddr: 0x101BC0, symSize: 0x40 }
+ - { offsetInCU: 0x113, offset: 0x111542, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvs', symObjAddr: 0x190, symBinAddr: 0x101C00, symSize: 0x40 }
+ - { offsetInCU: 0x12F, offset: 0x11155E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC8passwordSSvM', symObjAddr: 0x1D0, symBinAddr: 0x101C40, symSize: 0x30 }
+ - { offsetInCU: 0x14B, offset: 0x11157A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0Ovg', symObjAddr: 0x200, symBinAddr: 0x101C70, symSize: 0x30 }
+ - { offsetInCU: 0x167, offset: 0x111596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0Ovs', symObjAddr: 0x230, symBinAddr: 0x101CA0, symSize: 0x30 }
+ - { offsetInCU: 0x183, offset: 0x1115B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC15transportPolicyAA09TransportG0OvM', symObjAddr: 0x260, symBinAddr: 0x101CD0, symSize: 0x30 }
+ - { offsetInCU: 0x19F, offset: 0x1115CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvg', symObjAddr: 0x290, symBinAddr: 0x101D00, symSize: 0x30 }
+ - { offsetInCU: 0x1BB, offset: 0x1115EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvs', symObjAddr: 0x2C0, symBinAddr: 0x101D30, symSize: 0x30 }
+ - { offsetInCU: 0x1D7, offset: 0x111606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvM', symObjAddr: 0x2F0, symBinAddr: 0x101D60, symSize: 0x30 }
+ - { offsetInCU: 0x1F3, offset: 0x111622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC02isD13ChangeEnabledSbvM.resume.0', symObjAddr: 0x320, symBinAddr: 0x101D90, symSize: 0x10 }
+ - { offsetInCU: 0x25D, offset: 0x11168C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0OtcfC', symObjAddr: 0x330, symBinAddr: 0x101DA0, symSize: 0xE0 }
+ - { offsetInCU: 0x2AC, offset: 0x1116DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10urlStrings8username8password15transportPolicyACSaySSG_S2SAA09TransportK0Otcfc', symObjAddr: 0x410, symBinAddr: 0x101E80, symSize: 0xB0 }
+ - { offsetInCU: 0x2FF, offset: 0x11172E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO8rawValueSSvg', symObjAddr: 0x4C0, symBinAddr: 0x101F30, symSize: 0x80 }
+ - { offsetInCU: 0x336, offset: 0x111765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO11stringValueSSvg', symObjAddr: 0x540, symBinAddr: 0x101FB0, symSize: 0x80 }
+ - { offsetInCU: 0x3A5, offset: 0x1117D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x102070, symSize: 0x80 }
+ - { offsetInCU: 0x3E6, offset: 0x111815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x680, symBinAddr: 0x1020F0, symSize: 0x30 }
+ - { offsetInCU: 0x402, offset: 0x111831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0x102120, symSize: 0x10 }
+ - { offsetInCU: 0x438, offset: 0x111867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x6C0, symBinAddr: 0x102130, symSize: 0x80 }
+ - { offsetInCU: 0x490, offset: 0x1118BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x740, symBinAddr: 0x1021B0, symSize: 0x10 }
+ - { offsetInCU: 0x4AC, offset: 0x1118DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x750, symBinAddr: 0x1021C0, symSize: 0x10 }
+ - { offsetInCU: 0x4CA, offset: 0x1118F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x7A0, symBinAddr: 0x102210, symSize: 0x40 }
+ - { offsetInCU: 0x4EF, offset: 0x11191E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x7E0, symBinAddr: 0x102250, symSize: 0x2F0 }
+ - { offsetInCU: 0x54B, offset: 0x11197A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCfd', symObjAddr: 0xC20, symBinAddr: 0x1025C0, symSize: 0x30 }
+ - { offsetInCU: 0x586, offset: 0x1119B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCfD', symObjAddr: 0xC50, symBinAddr: 0x1025F0, symSize: 0x40 }
+ - { offsetInCU: 0x5C9, offset: 0x1119F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC6encode2toys7Encoder_p_tKF', symObjAddr: 0xC90, symBinAddr: 0x102630, symSize: 0x210 }
+ - { offsetInCU: 0x608, offset: 0x111A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xF20, symBinAddr: 0x1028C0, symSize: 0x20 }
+ - { offsetInCU: 0x62B, offset: 0x111A5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF40, symBinAddr: 0x1028E0, symSize: 0x20 }
+ - { offsetInCU: 0x66C, offset: 0x111A9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyO8rawValueACSgSS_tcfC', symObjAddr: 0xF60, symBinAddr: 0x102900, symSize: 0x80 }
+ - { offsetInCU: 0x68B, offset: 0x111ABA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyO8rawValueSSvg', symObjAddr: 0xFE0, symBinAddr: 0x102980, symSize: 0x40 }
+ - { offsetInCU: 0x6DB, offset: 0x111B0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1170, symBinAddr: 0x102B10, symSize: 0x90 }
+ - { offsetInCU: 0x70F, offset: 0x111B3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1200, symBinAddr: 0x102BA0, symSize: 0x30 }
+ - { offsetInCU: 0x724, offset: 0x111B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs0F3KeyAAWl', symObjAddr: 0xB40, symBinAddr: 0x102540, symSize: 0x30 }
+ - { offsetInCU: 0x738, offset: 0x111B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCMa', symObjAddr: 0xB70, symBinAddr: 0x102570, symSize: 0x20 }
+ - { offsetInCU: 0x74C, offset: 0x111B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSeAAWl', symObjAddr: 0xBF0, symBinAddr: 0x102590, symSize: 0x30 }
+ - { offsetInCU: 0x760, offset: 0x111B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSEAAWl', symObjAddr: 0xEF0, symBinAddr: 0x102890, symSize: 0x30 }
+ - { offsetInCU: 0x795, offset: 0x111BC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC2eeoiySbAC_ACtFZ', symObjAddr: 0x12C0, symBinAddr: 0x102C60, symSize: 0x10 }
+ - { offsetInCU: 0x7B8, offset: 0x111BE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x12D0, symBinAddr: 0x102C70, symSize: 0x10 }
+ - { offsetInCU: 0x82C, offset: 0x111C5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4hash4intoys6HasherVz_tF', symObjAddr: 0x12E0, symBinAddr: 0x102C80, symSize: 0xD0 }
+ - { offsetInCU: 0x985, offset: 0x111DB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC9hashValueSivg', symObjAddr: 0x13B0, symBinAddr: 0x102D50, symSize: 0x40 }
+ - { offsetInCU: 0xA11, offset: 0x111E40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH9hashValueSivgTW', symObjAddr: 0x13F0, symBinAddr: 0x102D90, symSize: 0x40 }
+ - { offsetInCU: 0xAA0, offset: 0x111ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1430, symBinAddr: 0x102DD0, symSize: 0x20 }
+ - { offsetInCU: 0xAB4, offset: 0x111EE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC4copyACyF', symObjAddr: 0x1490, symBinAddr: 0x102E30, symSize: 0xE0 }
+ - { offsetInCU: 0xB3A, offset: 0x111F69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0x1570, symBinAddr: 0x102F10, symSize: 0x20 }
+ - { offsetInCU: 0xB56, offset: 0x111F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1590, symBinAddr: 0x102F30, symSize: 0x160 }
+ - { offsetInCU: 0xC18, offset: 0x112047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASQWb', symObjAddr: 0x16F0, symBinAddr: 0x103090, symSize: 0x10 }
+ - { offsetInCU: 0xC2C, offset: 0x11205B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSQAAWl', symObjAddr: 0x1700, symBinAddr: 0x1030A0, symSize: 0x30 }
+ - { offsetInCU: 0xC40, offset: 0x11206F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASQWb', symObjAddr: 0x1730, symBinAddr: 0x1030D0, symSize: 0x10 }
+ - { offsetInCU: 0xC54, offset: 0x112083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCACSQAAWl', symObjAddr: 0x1740, symBinAddr: 0x1030E0, symSize: 0x30 }
+ - { offsetInCU: 0xC68, offset: 0x112097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwet', symObjAddr: 0x1B50, symBinAddr: 0x1034D0, symSize: 0x80 }
+ - { offsetInCU: 0xC7C, offset: 0x1120AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwst', symObjAddr: 0x1BD0, symBinAddr: 0x103550, symSize: 0xD0 }
+ - { offsetInCU: 0xC90, offset: 0x1120BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwug', symObjAddr: 0x1CA0, symBinAddr: 0x103620, symSize: 0x10 }
+ - { offsetInCU: 0xCA4, offset: 0x1120D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwup', symObjAddr: 0x1CB0, symBinAddr: 0x103630, symSize: 0x10 }
+ - { offsetInCU: 0xCB8, offset: 0x1120E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOwui', symObjAddr: 0x1CC0, symBinAddr: 0x103640, symSize: 0x10 }
+ - { offsetInCU: 0xCCC, offset: 0x1120FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOMa', symObjAddr: 0x1CD0, symBinAddr: 0x103650, symSize: 0x10 }
+ - { offsetInCU: 0xCE0, offset: 0x11210F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwet', symObjAddr: 0x1CE0, symBinAddr: 0x103660, symSize: 0x80 }
+ - { offsetInCU: 0xCF4, offset: 0x112123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwst', symObjAddr: 0x1D60, symBinAddr: 0x1036E0, symSize: 0xD0 }
+ - { offsetInCU: 0xD08, offset: 0x112137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwug', symObjAddr: 0x1E30, symBinAddr: 0x1037B0, symSize: 0x10 }
+ - { offsetInCU: 0xD1C, offset: 0x11214B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwup', symObjAddr: 0x1E40, symBinAddr: 0x1037C0, symSize: 0x10 }
+ - { offsetInCU: 0xD30, offset: 0x11215F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOwui', symObjAddr: 0x1E50, symBinAddr: 0x1037D0, symSize: 0x10 }
+ - { offsetInCU: 0xD44, offset: 0x112173, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOMa', symObjAddr: 0x1E60, symBinAddr: 0x1037E0, symSize: 0x10 }
+ - { offsetInCU: 0xD58, offset: 0x112187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASQWb', symObjAddr: 0x1E70, symBinAddr: 0x1037F0, symSize: 0x10 }
+ - { offsetInCU: 0xD6C, offset: 0x11219B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFSQAAWl', symObjAddr: 0x1E80, symBinAddr: 0x103800, symSize: 0x30 }
+ - { offsetInCU: 0xD80, offset: 0x1121AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1EB0, symBinAddr: 0x103830, symSize: 0x10 }
+ - { offsetInCU: 0xD94, offset: 0x1121C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1EC0, symBinAddr: 0x103840, symSize: 0x30 }
+ - { offsetInCU: 0xDA8, offset: 0x1121D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1EF0, symBinAddr: 0x103870, symSize: 0x10 }
+ - { offsetInCU: 0xDBC, offset: 0x1121EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1F00, symBinAddr: 0x103880, symSize: 0x30 }
+ - { offsetInCU: 0xDD0, offset: 0x1121FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOACSYAAWl', symObjAddr: 0x1F30, symBinAddr: 0x1038B0, symSize: 0x30 }
+ - { offsetInCU: 0xE0F, offset: 0x11223E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5C0, symBinAddr: 0x102030, symSize: 0x10 }
+ - { offsetInCU: 0xE2B, offset: 0x11225A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH9hashValueSivgTW', symObjAddr: 0x5D0, symBinAddr: 0x102040, symSize: 0x10 }
+ - { offsetInCU: 0xE47, offset: 0x112276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x5E0, symBinAddr: 0x102050, symSize: 0x10 }
+ - { offsetInCU: 0xE63, offset: 0x112292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5F0, symBinAddr: 0x102060, symSize: 0x10 }
+ - { offsetInCU: 0xE85, offset: 0x1122B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x760, symBinAddr: 0x1021D0, symSize: 0x20 }
+ - { offsetInCU: 0xEA1, offset: 0x1122D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x780, symBinAddr: 0x1021F0, symSize: 0x20 }
+ - { offsetInCU: 0xEDB, offset: 0x11230A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1020, symBinAddr: 0x1029C0, symSize: 0x80 }
+ - { offsetInCU: 0xFAA, offset: 0x1123D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH9hashValueSivgTW', symObjAddr: 0x10A0, symBinAddr: 0x102A40, symSize: 0x50 }
+ - { offsetInCU: 0x1040, offset: 0x11246F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x102A90, symSize: 0x30 }
+ - { offsetInCU: 0x1092, offset: 0x1124C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1120, symBinAddr: 0x102AC0, symSize: 0x50 }
+ - { offsetInCU: 0x110C, offset: 0x11253B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1230, symBinAddr: 0x102BD0, symSize: 0x50 }
+ - { offsetInCU: 0x112F, offset: 0x11255E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TransportPolicyOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1280, symBinAddr: 0x102C20, symSize: 0x40 }
+ - { offsetInCU: 0x11D7, offset: 0x112606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1450, symBinAddr: 0x102DF0, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x11287E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x103920, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1128A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x103920, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x1128BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x103930, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x1128D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV16localParticipantAcA05LocalI0C_tcfC', symObjAddr: 0x20, symBinAddr: 0x103940, symSize: 0x10 }
+ - { offsetInCU: 0xCC, offset: 0x112923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x30, symBinAddr: 0x103950, symSize: 0x20 }
+ - { offsetInCU: 0x104, offset: 0x11295B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x50, symBinAddr: 0x103970, symSize: 0x110 }
+ - { offsetInCU: 0x161, offset: 0x1129B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA0D11RespondableAAWI', symObjAddr: 0x160, symBinAddr: 0x103A80, symSize: 0x20 }
+ - { offsetInCU: 0x175, offset: 0x1129CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA14APIRespondableAAWl', symObjAddr: 0x180, symBinAddr: 0x103AA0, symSize: 0x30 }
+ - { offsetInCU: 0x189, offset: 0x1129E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA14APIRespondableAAWI', symObjAddr: 0x1B0, symBinAddr: 0x103AD0, symSize: 0x20 }
+ - { offsetInCU: 0x19D, offset: 0x1129F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA11RespondableAAWI', symObjAddr: 0x200, symBinAddr: 0x103AF0, symSize: 0x30 }
+ - { offsetInCU: 0x1B1, offset: 0x112A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA0G0AAWl', symObjAddr: 0x230, symBinAddr: 0x103B20, symSize: 0x30 }
+ - { offsetInCU: 0x1C5, offset: 0x112A1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x260, symBinAddr: 0x103B50, symSize: 0x30 }
+ - { offsetInCU: 0x1D9, offset: 0x112A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA0G0AAWI', symObjAddr: 0x290, symBinAddr: 0x103B80, symSize: 0x20 }
+ - { offsetInCU: 0x1ED, offset: 0x112A44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x2E0, symBinAddr: 0x103BA0, symSize: 0x20 }
+ - { offsetInCU: 0x201, offset: 0x112A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomAudioSettingResponseVMa', symObjAddr: 0x300, symBinAddr: 0x103BC0, symSize: 0x10 }
+ - { offsetInCU: 0x215, offset: 0x112A6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16LocalParticipantCAA0E0CSeAAWl', symObjAddr: 0x3E0, symBinAddr: 0x103BD0, symSize: 0x34 }
+ - { offsetInCU: 0x4B, offset: 0x112CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x103C10, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x112CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC16didICEDisconnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x30, symBinAddr: 0x103C40, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x112CE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0x60, symBinAddr: 0x103C70, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x112CFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x90, symBinAddr: 0x103CA0, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x112D19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC8didClose7contextyAA12WebRTCClientC_tF', symObjAddr: 0xA0, symBinAddr: 0x103CB0, symSize: 0x30 }
+ - { offsetInCU: 0xD7, offset: 0x112D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCACycfc', symObjAddr: 0xD0, symBinAddr: 0x103CE0, symSize: 0x10 }
+ - { offsetInCU: 0x104, offset: 0x112D62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCfd', symObjAddr: 0xE0, symBinAddr: 0x103CF0, symSize: 0x10 }
+ - { offsetInCU: 0x131, offset: 0x112D8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC11createOffer7contextyAA12WebRTCClientC_tF', symObjAddr: 0xF0, symBinAddr: 0x103D00, symSize: 0x30 }
+ - { offsetInCU: 0x14D, offset: 0x112DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x120, symBinAddr: 0x103D30, symSize: 0x30 }
+ - { offsetInCU: 0x169, offset: 0x112DC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC13didICEConnect7contextyAA12WebRTCClientC_tF', symObjAddr: 0x390, symBinAddr: 0x103FA0, symSize: 0x30 }
+ - { offsetInCU: 0x185, offset: 0x112DE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCfD', symObjAddr: 0x3C0, symBinAddr: 0x103FD0, symSize: 0x20 }
+ - { offsetInCU: 0x1B2, offset: 0x112E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCACycfC', symObjAddr: 0x3E0, symBinAddr: 0x103FF0, symSize: 0x20 }
+ - { offsetInCU: 0x1D0, offset: 0x112E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP7process7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x400, symBinAddr: 0x104010, symSize: 0x20 }
+ - { offsetInCU: 0x1EC, offset: 0x112E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP11createOffer7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x420, symBinAddr: 0x104030, symSize: 0x20 }
+ - { offsetInCU: 0x208, offset: 0x112E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTW', symObjAddr: 0x440, symBinAddr: 0x104050, symSize: 0x20 }
+ - { offsetInCU: 0x224, offset: 0x112E82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTW', symObjAddr: 0x460, symBinAddr: 0x104070, symSize: 0x20 }
+ - { offsetInCU: 0x240, offset: 0x112E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP10didConnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x480, symBinAddr: 0x104090, symSize: 0x20 }
+ - { offsetInCU: 0x25C, offset: 0x112EBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP13didDisconnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4A0, symBinAddr: 0x1040B0, symSize: 0x20 }
+ - { offsetInCU: 0x278, offset: 0x112ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP7didFail7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4C0, symBinAddr: 0x1040D0, symSize: 0x20 }
+ - { offsetInCU: 0x294, offset: 0x112EF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP13didICEConnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x4E0, symBinAddr: 0x1040F0, symSize: 0x20 }
+ - { offsetInCU: 0x2B0, offset: 0x112F0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP16didICEDisconnect7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x500, symBinAddr: 0x104110, symSize: 0x20 }
+ - { offsetInCU: 0x2CC, offset: 0x112F2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP10didICEFail7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x520, symBinAddr: 0x104130, symSize: 0x20 }
+ - { offsetInCU: 0x2E8, offset: 0x112F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCAA0dE8StatableA2aDP8didClose7contextyAA12WebRTCClientC_tFTW', symObjAddr: 0x540, symBinAddr: 0x104150, symSize: 0x20 }
+ - { offsetInCU: 0x304, offset: 0x112F62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFTf4dnn_n', symObjAddr: 0x5F0, symBinAddr: 0x104200, symSize: 0x340 }
+ - { offsetInCU: 0x589, offset: 0x1131E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19PeerConnectionStateCMa', symObjAddr: 0xA30, symBinAddr: 0x1045D0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x11348A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfC', symObjAddr: 0x0, symBinAddr: 0x1049E0, symSize: 0x30 }
+ - { offsetInCU: 0x75, offset: 0x1134D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfC', symObjAddr: 0x0, symBinAddr: 0x1049E0, symSize: 0x30 }
+ - { offsetInCU: 0xBC, offset: 0x11351F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerSbvg', symObjAddr: 0x30, symBinAddr: 0x104A10, symSize: 0x10 }
+ - { offsetInCU: 0xD8, offset: 0x11353B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC012shouldInvokeE7HandlerACSb_tcfc', symObjAddr: 0x40, symBinAddr: 0x104A20, symSize: 0x20 }
+ - { offsetInCU: 0xFF, offset: 0x113562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x60, symBinAddr: 0x104A40, symSize: 0x90 }
+ - { offsetInCU: 0x168, offset: 0x1135CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xF0, symBinAddr: 0x104AD0, symSize: 0x60 }
+ - { offsetInCU: 0x228, offset: 0x11368B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCACycfC', symObjAddr: 0x150, symBinAddr: 0x104B30, symSize: 0x30 }
+ - { offsetInCU: 0x287, offset: 0x1136EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCACycfc', symObjAddr: 0x180, symBinAddr: 0x104B60, symSize: 0x30 }
+ - { offsetInCU: 0x2CC, offset: 0x11372F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCfd', symObjAddr: 0x1B0, symBinAddr: 0x104B90, symSize: 0x10 }
+ - { offsetInCU: 0x2F9, offset: 0x11375C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCfD', symObjAddr: 0x1C0, symBinAddr: 0x104BA0, symSize: 0x20 }
+ - { offsetInCU: 0x385, offset: 0x1137E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25EndpointDisconnectedStateCMa', symObjAddr: 0x1E0, symBinAddr: 0x104BC0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1139D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfC', symObjAddr: 0x0, symBinAddr: 0x104C10, symSize: 0x160 }
+ - { offsetInCU: 0x9C, offset: 0x113A4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfC', symObjAddr: 0x0, symBinAddr: 0x104C10, symSize: 0x160 }
+ - { offsetInCU: 0x141, offset: 0x113AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvg', symObjAddr: 0x160, symBinAddr: 0x104D70, symSize: 0x30 }
+ - { offsetInCU: 0x15D, offset: 0x113B0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvs', symObjAddr: 0x190, symBinAddr: 0x104DA0, symSize: 0x30 }
+ - { offsetInCU: 0x179, offset: 0x113B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvM', symObjAddr: 0x1C0, symBinAddr: 0x104DD0, symSize: 0x30 }
+ - { offsetInCU: 0x195, offset: 0x113B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC18shouldGenerateCallSbvM.resume.0', symObjAddr: 0x1F0, symBinAddr: 0x104E00, symSize: 0x10 }
+ - { offsetInCU: 0x20B, offset: 0x113BBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0VtcfC', symObjAddr: 0x200, symBinAddr: 0x104E10, symSize: 0xD0 }
+ - { offsetInCU: 0x2BA, offset: 0x113C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC11commandType9messageId04callL012deliveryInfoAcA0H5TypesO10DirectCallO_S2SAA08DeliveryO0Vtcfc', symObjAddr: 0x2D0, symBinAddr: 0x104EE0, symSize: 0xA0 }
+ - { offsetInCU: 0x34D, offset: 0x113CFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0Vtcfc', symObjAddr: 0x370, symBinAddr: 0x104F80, symSize: 0x30 }
+ - { offsetInCU: 0x39D, offset: 0x113D4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x3A0, symBinAddr: 0x104FB0, symSize: 0x70 }
+ - { offsetInCU: 0x3E9, offset: 0x113D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x410, symBinAddr: 0x105020, symSize: 0x50 }
+ - { offsetInCU: 0x416, offset: 0x113DC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCfd', symObjAddr: 0x460, symBinAddr: 0x105070, symSize: 0x30 }
+ - { offsetInCU: 0x467, offset: 0x113E16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCfD', symObjAddr: 0x490, symBinAddr: 0x1050A0, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x113E6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandC8response12deliveryInfoAcA14AcceptResponseC_AA08DeliveryK0VtcfcTf4gnn_n', symObjAddr: 0x4D0, symBinAddr: 0x1050E0, symSize: 0x140 }
+ - { offsetInCU: 0x5D6, offset: 0x113F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31OtherDeviceAcceptedEventCommandCMa', symObjAddr: 0x6D0, symBinAddr: 0x105260, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x114187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x105300, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0x1141AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x105300, symSize: 0x90 }
+ - { offsetInCU: 0x86, offset: 0x1141E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xE0, symBinAddr: 0x1053E0, symSize: 0x50 }
+ - { offsetInCU: 0xA7, offset: 0x114207, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x130, symBinAddr: 0x105430, symSize: 0x50 }
+ - { offsetInCU: 0xD0, offset: 0x114230, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x180, symBinAddr: 0x105480, symSize: 0x60 }
+ - { offsetInCU: 0xF9, offset: 0x114259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1E0, symBinAddr: 0x1054E0, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0x114275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6callIdSSvg', symObjAddr: 0x1F0, symBinAddr: 0x1054F0, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0x114291, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x220, symBinAddr: 0x105520, symSize: 0x10 }
+ - { offsetInCU: 0x14D, offset: 0x1142AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV9requestIdSSvg', symObjAddr: 0x230, symBinAddr: 0x105530, symSize: 0x30 }
+ - { offsetInCU: 0x161, offset: 0x1142C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x105560, symSize: 0x160 }
+ - { offsetInCU: 0x1E9, offset: 0x114349, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x400, symBinAddr: 0x1056C0, symSize: 0x10 }
+ - { offsetInCU: 0x214, offset: 0x114374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x410, symBinAddr: 0x1056D0, symSize: 0x50 }
+ - { offsetInCU: 0x25A, offset: 0x1143BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x460, symBinAddr: 0x105720, symSize: 0x30 }
+ - { offsetInCU: 0x28C, offset: 0x1143EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x490, symBinAddr: 0x105750, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0x114410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0x105390, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x11442A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0x1053B0, symSize: 0x30 }
+ - { offsetInCU: 0x305, offset: 0x114465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x560, symBinAddr: 0x105790, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0x114479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA13WSRequestableAAWl', symObjAddr: 0x580, symBinAddr: 0x1057B0, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0x11448D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5B0, symBinAddr: 0x1057E0, symSize: 0x10 }
+ - { offsetInCU: 0x341, offset: 0x1144A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x5C0, symBinAddr: 0x1057F0, symSize: 0x40 }
+ - { offsetInCU: 0x355, offset: 0x1144B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA13WSRequestableAAWI', symObjAddr: 0x600, symBinAddr: 0x105830, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0x1144C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA11RequestableAAWI', symObjAddr: 0x650, symBinAddr: 0x105850, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0x1144DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA0E0AAWl', symObjAddr: 0x680, symBinAddr: 0x105880, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0x1144F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x1058B0, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x114505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0AAWI', symObjAddr: 0x6E0, symBinAddr: 0x1058E0, symSize: 0x20 }
+ - { offsetInCU: 0x3B9, offset: 0x114519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x105900, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x11452D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x730, symBinAddr: 0x105930, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0x114541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwCP', symObjAddr: 0x750, symBinAddr: 0x105950, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x114555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwxx', symObjAddr: 0x780, symBinAddr: 0x105980, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0x114569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwcp', symObjAddr: 0x7B0, symBinAddr: 0x1059B0, symSize: 0x50 }
+ - { offsetInCU: 0x41D, offset: 0x11457D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwca', symObjAddr: 0x800, symBinAddr: 0x105A00, symSize: 0x70 }
+ - { offsetInCU: 0x431, offset: 0x114591, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwta', symObjAddr: 0x890, symBinAddr: 0x105A70, symSize: 0x50 }
+ - { offsetInCU: 0x445, offset: 0x1145A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwet', symObjAddr: 0x8E0, symBinAddr: 0x105AC0, symSize: 0x40 }
+ - { offsetInCU: 0x459, offset: 0x1145B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVwst', symObjAddr: 0x920, symBinAddr: 0x105B00, symSize: 0x40 }
+ - { offsetInCU: 0x46D, offset: 0x1145CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVMa', symObjAddr: 0x960, symBinAddr: 0x105B40, symSize: 0xA }
+ - { offsetInCU: 0x6D, offset: 0x114859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16localParticipantAA05LocalF0CSgvgTo', symObjAddr: 0x180, symBinAddr: 0x105CD0, symSize: 0x60 }
+ - { offsetInCU: 0xA2, offset: 0x11488E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16localParticipantAA05LocalF0CSgvg', symObjAddr: 0x1E0, symBinAddr: 0x105D30, symSize: 0x40 }
+ - { offsetInCU: 0xDF, offset: 0x1148CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC12participantsSayAA11ParticipantCGvgTo', symObjAddr: 0x220, symBinAddr: 0x105D70, symSize: 0x80 }
+ - { offsetInCU: 0x114, offset: 0x114900, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC12participantsSayAA11ParticipantCGvg', symObjAddr: 0x2A0, symBinAddr: 0x105DF0, symSize: 0x40 }
+ - { offsetInCU: 0x151, offset: 0x11493D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18remoteParticipantsSayAA17RemoteParticipantCGvgTo', symObjAddr: 0x2E0, symBinAddr: 0x105E30, symSize: 0x80 }
+ - { offsetInCU: 0x186, offset: 0x114972, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18remoteParticipantsSayAA17RemoteParticipantCGvg', symObjAddr: 0x360, symBinAddr: 0x105EB0, symSize: 0x40 }
+ - { offsetInCU: 0x1A5, offset: 0x114991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5stateAC5StateOvM', symObjAddr: 0x420, symBinAddr: 0x105F70, symSize: 0x40 }
+ - { offsetInCU: 0x1F2, offset: 0x1149DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvgTo', symObjAddr: 0x460, symBinAddr: 0x105FB0, symSize: 0x20 }
+ - { offsetInCU: 0x22D, offset: 0x114A19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4typeAA0D4TypeOvg', symObjAddr: 0x480, symBinAddr: 0x105FD0, symSize: 0x20 }
+ - { offsetInCU: 0x268, offset: 0x114A54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvgTo', symObjAddr: 0x4A0, symBinAddr: 0x105FF0, symSize: 0x70 }
+ - { offsetInCU: 0x2CD, offset: 0x114AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvsTo', symObjAddr: 0x530, symBinAddr: 0x106080, symSize: 0x60 }
+ - { offsetInCU: 0x310, offset: 0x114AFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11customItemsSDyS2SGvM', symObjAddr: 0x5B0, symBinAddr: 0x106100, symSize: 0x40 }
+ - { offsetInCU: 0x33F, offset: 0x114B2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6senderAA13CommandSender_pvg', symObjAddr: 0x5F0, symBinAddr: 0x106140, symSize: 0x30 }
+ - { offsetInCU: 0x35C, offset: 0x114B48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC7serviceAA0aB7ServiceCvg', symObjAddr: 0x620, symBinAddr: 0x106170, symSize: 0x20 }
+ - { offsetInCU: 0x379, offset: 0x114B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedBySSvs', symObjAddr: 0x7A0, symBinAddr: 0x1062F0, symSize: 0x50 }
+ - { offsetInCU: 0x3B6, offset: 0x114BA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedBySSvM', symObjAddr: 0x7F0, symBinAddr: 0x106340, symSize: 0x40 }
+ - { offsetInCU: 0x3E5, offset: 0x114BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvg', symObjAddr: 0x830, symBinAddr: 0x106380, symSize: 0x40 }
+ - { offsetInCU: 0x412, offset: 0x114BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvs', symObjAddr: 0x870, symBinAddr: 0x1063C0, symSize: 0x50 }
+ - { offsetInCU: 0x44F, offset: 0x114C3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9deletedAts5Int64VSgvM', symObjAddr: 0x8C0, symBinAddr: 0x106410, symSize: 0x40 }
+ - { offsetInCU: 0x47E, offset: 0x114C6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9updatedAts5Int64VvM', symObjAddr: 0x980, symBinAddr: 0x1064D0, symSize: 0x40 }
+ - { offsetInCU: 0x4CB, offset: 0x114CB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvgTo', symObjAddr: 0x9C0, symBinAddr: 0x106510, symSize: 0x40 }
+ - { offsetInCU: 0x506, offset: 0x114CF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvg', symObjAddr: 0xA00, symBinAddr: 0x106550, symSize: 0x30 }
+ - { offsetInCU: 0x54D, offset: 0x114D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvsTo', symObjAddr: 0xA30, symBinAddr: 0x106580, symSize: 0x40 }
+ - { offsetInCU: 0x588, offset: 0x114D74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvs', symObjAddr: 0xA70, symBinAddr: 0x1065C0, symSize: 0x40 }
+ - { offsetInCU: 0x5AF, offset: 0x114D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvM', symObjAddr: 0xAB0, symBinAddr: 0x106600, symSize: 0x40 }
+ - { offsetInCU: 0x5DE, offset: 0x114DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10isEnteringSbvM.resume.0', symObjAddr: 0xAF0, symBinAddr: 0x106640, symSize: 0x10 }
+ - { offsetInCU: 0x609, offset: 0x114DF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21participantCollectionAA011ParticipantF0CvM', symObjAddr: 0xB40, symBinAddr: 0x106690, symSize: 0x40 }
+ - { offsetInCU: 0x638, offset: 0x114E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC9delegatesSDySSAA13WeakReferenceCyAA0D8Delegate_pGGvM', symObjAddr: 0xC40, symBinAddr: 0x106790, symSize: 0x40 }
+ - { offsetInCU: 0x667, offset: 0x114E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0Cvg', symObjAddr: 0xC80, symBinAddr: 0x1067D0, symSize: 0x40 }
+ - { offsetInCU: 0x694, offset: 0x114E80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0Cvs', symObjAddr: 0xCC0, symBinAddr: 0x106810, symSize: 0x50 }
+ - { offsetInCU: 0x6D1, offset: 0x114EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC22sendbirdCallDispatcherAA0abfG0CvM', symObjAddr: 0xD10, symBinAddr: 0x106860, symSize: 0x40 }
+ - { offsetInCU: 0x700, offset: 0x114EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC24customItemsLastUpdatedAts5Int64VvM', symObjAddr: 0xDD0, symBinAddr: 0x106920, symSize: 0x40 }
+ - { offsetInCU: 0x72F, offset: 0x114F1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15aliveTimerBoardAA07SBTimerG0CvM', symObjAddr: 0xED0, symBinAddr: 0x106A20, symSize: 0x40 }
+ - { offsetInCU: 0x77C, offset: 0x114F68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0xF10, symBinAddr: 0x106A60, symSize: 0x20 }
+ - { offsetInCU: 0x7B9, offset: 0x114FA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0xF30, symBinAddr: 0x106A80, symSize: 0x20 }
+ - { offsetInCU: 0x7D6, offset: 0x114FC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17aliveFailureCountSivM', symObjAddr: 0x10B0, symBinAddr: 0x106C00, symSize: 0x40 }
+ - { offsetInCU: 0x805, offset: 0x114FF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvg', symObjAddr: 0x10F0, symBinAddr: 0x106C40, symSize: 0x40 }
+ - { offsetInCU: 0x852, offset: 0x11503E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvs', symObjAddr: 0x11B0, symBinAddr: 0x106CC0, symSize: 0xE0 }
+ - { offsetInCU: 0x8B0, offset: 0x11509C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvM', symObjAddr: 0x1330, symBinAddr: 0x106E10, symSize: 0x50 }
+ - { offsetInCU: 0x8DD, offset: 0x1150C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18participantManagerAA011ParticipantF0_pSgvM.resume.0', symObjAddr: 0x1380, symBinAddr: 0x106E60, symSize: 0x100 }
+ - { offsetInCU: 0x923, offset: 0x11510F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfC', symObjAddr: 0x1480, symBinAddr: 0x106F60, symSize: 0x80 }
+ - { offsetInCU: 0x957, offset: 0x115143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfc', symObjAddr: 0x1500, symBinAddr: 0x106FE0, symSize: 0x60 }
+ - { offsetInCU: 0x96B, offset: 0x115157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctF', symObjAddr: 0x1560, symBinAddr: 0x107040, symSize: 0x710 }
+ - { offsetInCU: 0xD10, offset: 0x1154FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_', symObjAddr: 0x1C70, symBinAddr: 0x107750, symSize: 0x9F0 }
+ - { offsetInCU: 0x10B6, offset: 0x1158A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFTo', symObjAddr: 0x36A0, symBinAddr: 0x109180, symSize: 0x90 }
+ - { offsetInCU: 0x10D2, offset: 0x1158BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4exityyKF', symObjAddr: 0x3730, symBinAddr: 0x109210, symSize: 0x4B0 }
+ - { offsetInCU: 0x1330, offset: 0x115B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4exityyKFTo', symObjAddr: 0x3BE0, symBinAddr: 0x1096C0, symSize: 0x80 }
+ - { offsetInCU: 0x1362, offset: 0x115B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10handleExit5erroryAA8SBCErrorCSg_tF', symObjAddr: 0x3C60, symBinAddr: 0x109740, symSize: 0x150 }
+ - { offsetInCU: 0x13D8, offset: 0x115BC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC10handleExit5erroryAA8SBCErrorCSg_tFTo', symObjAddr: 0x3DB0, symBinAddr: 0x109890, symSize: 0x50 }
+ - { offsetInCU: 0x13F4, offset: 0x115BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x3E00, symBinAddr: 0x1098E0, symSize: 0x320 }
+ - { offsetInCU: 0x157E, offset: 0x115D6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_', symObjAddr: 0x4120, symBinAddr: 0x109C00, symSize: 0x3A0 }
+ - { offsetInCU: 0x18C9, offset: 0x1160B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x45B0, symBinAddr: 0x10A090, symSize: 0x350 }
+ - { offsetInCU: 0x1A64, offset: 0x116250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA06UpdatedfG8ResponseCGcfU_', symObjAddr: 0x4900, symBinAddr: 0x10A3E0, symSize: 0x3A0 }
+ - { offsetInCU: 0x1D54, offset: 0x116540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17updateCustomItems06customG017completionHandlerySDyS2SG_yAGSg_SaySSGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x4CA0, symBinAddr: 0x10A780, symSize: 0xA0 }
+ - { offsetInCU: 0x1D70, offset: 0x11655C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctF', symObjAddr: 0x4D40, symBinAddr: 0x10A820, symSize: 0x100 }
+ - { offsetInCU: 0x1E0F, offset: 0x1165FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems14customItemKeys17completionHandlerySaySSG_ySDyS2SGSg_AGSgAA8SBCErrorCSgtctFTo', symObjAddr: 0x4E40, symBinAddr: 0x10A920, symSize: 0x90 }
+ - { offsetInCU: 0x1E2B, offset: 0x116617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20deleteAllCustomItems17completionHandleryySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtc_tF', symObjAddr: 0x4ED0, symBinAddr: 0x10A9B0, symSize: 0xF0 }
+ - { offsetInCU: 0x1EB9, offset: 0x1166A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctF', symObjAddr: 0x5060, symBinAddr: 0x10AB40, symSize: 0x3E0 }
+ - { offsetInCU: 0x20FB, offset: 0x1168E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyAA9SBCResultOyAA0kdfG8ResponseCGcfU0_', symObjAddr: 0x5440, symBinAddr: 0x10AF20, symSize: 0x3A0 }
+ - { offsetInCU: 0x2414, offset: 0x116C00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11addDelegate_10identifieryAA0dF0_p_SStF', symObjAddr: 0x57E0, symBinAddr: 0x10B2C0, symSize: 0x180 }
+ - { offsetInCU: 0x2506, offset: 0x116CF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11addDelegate_10identifieryAA0dF0_p_SStFTo', symObjAddr: 0x5960, symBinAddr: 0x10B440, symSize: 0x70 }
+ - { offsetInCU: 0x2522, offset: 0x116D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14removeDelegate10identifierySS_tF', symObjAddr: 0x59D0, symBinAddr: 0x10B4B0, symSize: 0x120 }
+ - { offsetInCU: 0x25C6, offset: 0x116DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18removeAllDelegatesyyF', symObjAddr: 0x5B10, symBinAddr: 0x10B5F0, symSize: 0x120 }
+ - { offsetInCU: 0x265E, offset: 0x116E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18removeAllDelegatesyyFTo', symObjAddr: 0x5C30, symBinAddr: 0x10B710, symSize: 0x30 }
+ - { offsetInCU: 0x267A, offset: 0x116E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtF', symObjAddr: 0x5C60, symBinAddr: 0x10B740, symSize: 0x210 }
+ - { offsetInCU: 0x2763, offset: 0x116F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_', symObjAddr: 0x5E70, symBinAddr: 0x10B950, symSize: 0x130 }
+ - { offsetInCU: 0x27DB, offset: 0x116FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_yycfU_', symObjAddr: 0x5FA0, symBinAddr: 0x10BA80, symSize: 0x290 }
+ - { offsetInCU: 0x28CC, offset: 0x1170B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFTo', symObjAddr: 0x6230, symBinAddr: 0x10BD10, symSize: 0xB0 }
+ - { offsetInCU: 0x28E8, offset: 0x1170D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x62E0, symBinAddr: 0x10BDC0, symSize: 0x190 }
+ - { offsetInCU: 0x29AC, offset: 0x117198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_', symObjAddr: 0x6470, symBinAddr: 0x10BF50, symSize: 0x1C0 }
+ - { offsetInCU: 0x2A85, offset: 0x117271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x6A00, symBinAddr: 0x10C4E0, symSize: 0x80 }
+ - { offsetInCU: 0x2AA1, offset: 0x11728D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfC', symObjAddr: 0x6A80, symBinAddr: 0x10C560, symSize: 0x20 }
+ - { offsetInCU: 0x2ABF, offset: 0x1172AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfc', symObjAddr: 0x6AA0, symBinAddr: 0x10C580, symSize: 0x30 }
+ - { offsetInCU: 0x2B22, offset: 0x11730E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCACycfcTo', symObjAddr: 0x6AD0, symBinAddr: 0x10C5B0, symSize: 0x30 }
+ - { offsetInCU: 0x2B89, offset: 0x117375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCfD', symObjAddr: 0x6B00, symBinAddr: 0x10C5E0, symSize: 0x30 }
+ - { offsetInCU: 0x2BB6, offset: 0x1173A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP12participantsSayAA11ParticipantCGvgTW', symObjAddr: 0x6C10, symBinAddr: 0x10C6F0, symSize: 0x20 }
+ - { offsetInCU: 0x2BCA, offset: 0x1173B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP18remoteParticipantsSayAA17RemoteParticipantCGvgTW', symObjAddr: 0x6C30, symBinAddr: 0x10C710, symSize: 0x20 }
+ - { offsetInCU: 0x2BE6, offset: 0x1173D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP16localParticipantAA05LocalH0CSgvgTW', symObjAddr: 0x6C50, symBinAddr: 0x10C730, symSize: 0x20 }
+ - { offsetInCU: 0x2C02, offset: 0x1173EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D10DataSourceA2aDP9delegatesSDySSAA13WeakReferenceCyAA0D8Delegate_pGGvgTW', symObjAddr: 0x6C70, symBinAddr: 0x10C750, symSize: 0x20 }
+ - { offsetInCU: 0x2C1E, offset: 0x11740A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP6roomIdSSvgTW', symObjAddr: 0x6C90, symBinAddr: 0x10C770, symSize: 0x20 }
+ - { offsetInCU: 0x2C3A, offset: 0x117426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP4typeAA0D4TypeOvgTW', symObjAddr: 0x6CB0, symBinAddr: 0x10C790, symSize: 0x20 }
+ - { offsetInCU: 0x2C93, offset: 0x11747F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP6senderAA07CommandE0_pvgTW', symObjAddr: 0x6CD0, symBinAddr: 0x10C7B0, symSize: 0x30 }
+ - { offsetInCU: 0x2CEC, offset: 0x1174D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA0D6SenderA2aDP7serviceAA0aB7ServiceCvgTW', symObjAddr: 0x6D00, symBinAddr: 0x10C7E0, symSize: 0x20 }
+ - { offsetInCU: 0x2D36, offset: 0x117522, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC4data6sender7service10dispatcherAcA0D4DataV_AA13CommandSender_pAA0aB7ServiceCAA0aB14CallDispatcherCtcfcTf4ggggn_n', symObjAddr: 0x11AD0, symBinAddr: 0x1175B0, symSize: 0x5B0 }
+ - { offsetInCU: 0x2E9D, offset: 0x117689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOc', symObjAddr: 0x1130, symBinAddr: 0x106C80, symSize: 0x40 }
+ - { offsetInCU: 0x2EB1, offset: 0x11769D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOf', symObjAddr: 0x1290, symBinAddr: 0x106DA0, symSize: 0x40 }
+ - { offsetInCU: 0x2EC5, offset: 0x1176B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18ParticipantManager_pSgWOh', symObjAddr: 0x12D0, symBinAddr: 0x106DE0, symSize: 0x30 }
+ - { offsetInCU: 0x33DE, offset: 0x117BCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6update4withyAA0D4DataV_tF', symObjAddr: 0x2660, symBinAddr: 0x108140, symSize: 0x1040 }
+ - { offsetInCU: 0x4559, offset: 0x118D45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6update11customItems2atSbSDyS2SG_s5Int64VSgtF', symObjAddr: 0x44C0, symBinAddr: 0x109FA0, symSize: 0x70 }
+ - { offsetInCU: 0x459B, offset: 0x118D87, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSg13SendBirdCalls8SBCErrorCSgIeyByy_SDyS2SGSgAGIeggg_TR', symObjAddr: 0x4550, symBinAddr: 0x10A030, symSize: 0x60 }
+ - { offsetInCU: 0x48FC, offset: 0x1190E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC03didD6Delete7commandyAA0fD12EventCommandCSg_tF', symObjAddr: 0x6630, symBinAddr: 0x10C110, symSize: 0x390 }
+ - { offsetInCU: 0x4AF7, offset: 0x1192E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC03didD6Delete7commandyAA0fD12EventCommandCSg_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x9220, symBinAddr: 0x10ED00, symSize: 0x60 }
+ - { offsetInCU: 0x4B25, offset: 0x119311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TR', symObjAddr: 0x69C0, symBinAddr: 0x10C4A0, symSize: 0x40 }
+ - { offsetInCU: 0x4B4F, offset: 0x11933B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCfETo', symObjAddr: 0x6B30, symBinAddr: 0x10C610, symSize: 0xE0 }
+ - { offsetInCU: 0x4B94, offset: 0x119380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CF', symObjAddr: 0x6D20, symBinAddr: 0x10C800, symSize: 0x430 }
+ - { offsetInCU: 0x4E05, offset: 0x1195F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctF', symObjAddr: 0x7150, symBinAddr: 0x10CC30, symSize: 0x260 }
+ - { offsetInCU: 0x4EFC, offset: 0x1196E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU_', symObjAddr: 0x9280, symBinAddr: 0x10ED60, symSize: 0xD0 }
+ - { offsetInCU: 0x4F56, offset: 0x119742, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_n', symObjAddr: 0x9350, symBinAddr: 0x10EE30, symSize: 0x20 }
+ - { offsetInCU: 0x4FC1, offset: 0x1197AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CFTo', symObjAddr: 0x73B0, symBinAddr: 0x10CE90, symSize: 0x50 }
+ - { offsetInCU: 0x4FDD, offset: 0x1197C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didParticipantConnectyyAA06RemoteF0CF', symObjAddr: 0x7400, symBinAddr: 0x10CEE0, symSize: 0x310 }
+ - { offsetInCU: 0x520A, offset: 0x1199F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didParticipantConnectyyAA06RemoteF0CFTo', symObjAddr: 0x7710, symBinAddr: 0x10D1F0, symSize: 0x50 }
+ - { offsetInCU: 0x5226, offset: 0x119A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CF', symObjAddr: 0x7760, symBinAddr: 0x10D240, symSize: 0x450 }
+ - { offsetInCU: 0x54AF, offset: 0x119C9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CFTo', symObjAddr: 0x7BB0, symBinAddr: 0x10D690, symSize: 0x50 }
+ - { offsetInCU: 0x54E1, offset: 0x119CCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtF', symObjAddr: 0x7C00, symBinAddr: 0x10D6E0, symSize: 0x410 }
+ - { offsetInCU: 0x57DF, offset: 0x119FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtFTo', symObjAddr: 0x8010, symBinAddr: 0x10DAF0, symSize: 0x60 }
+ - { offsetInCU: 0x57FB, offset: 0x119FE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtF', symObjAddr: 0x8070, symBinAddr: 0x10DB50, symSize: 0x410 }
+ - { offsetInCU: 0x5AF9, offset: 0x11A2E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtFTo', symObjAddr: 0x8480, symBinAddr: 0x10DF60, symSize: 0x60 }
+ - { offsetInCU: 0x5B15, offset: 0x11A301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsUpdate7commandyAA0hdfG12EventCommandC_tF', symObjAddr: 0x84E0, symBinAddr: 0x10DFC0, symSize: 0x3B0 }
+ - { offsetInCU: 0x5DBE, offset: 0x11A5AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsDelete7commandyAA0hdfG12EventCommandC_tF', symObjAddr: 0x8890, symBinAddr: 0x10E370, symSize: 0x3B0 }
+ - { offsetInCU: 0x6067, offset: 0x11A853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtF', symObjAddr: 0x8CD0, symBinAddr: 0x10E7B0, symSize: 0x470 }
+ - { offsetInCU: 0x63CA, offset: 0x11ABB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0x9140, symBinAddr: 0x10EC20, symSize: 0x70 }
+ - { offsetInCU: 0x643B, offset: 0x11AC27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFTo', symObjAddr: 0x91B0, symBinAddr: 0x10EC90, symSize: 0x70 }
+ - { offsetInCU: 0x6466, offset: 0x11AC52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5clearyyF', symObjAddr: 0x9370, symBinAddr: 0x10EE50, symSize: 0x2B0 }
+ - { offsetInCU: 0x664A, offset: 0x11AE36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5clearyyFTo', symObjAddr: 0x9620, symBinAddr: 0x10F100, symSize: 0x30 }
+ - { offsetInCU: 0x6666, offset: 0x11AE52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tF', symObjAddr: 0x9650, symBinAddr: 0x10F130, symSize: 0x30 }
+ - { offsetInCU: 0x66D4, offset: 0x11AEC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15addIceCandidate10endpointId9candidateySS_AA0G0CtF', symObjAddr: 0x9680, symBinAddr: 0x10F160, symSize: 0x230 }
+ - { offsetInCU: 0x681A, offset: 0x11B006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didConnectToEndpoint13participantIdySS_tF', symObjAddr: 0x9910, symBinAddr: 0x10F3F0, symSize: 0x3B0 }
+ - { offsetInCU: 0x6AFF, offset: 0x11B2EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtF', symObjAddr: 0x9CE0, symBinAddr: 0x10F7C0, symSize: 0x3F0 }
+ - { offsetInCU: 0x6E21, offset: 0x11B60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_', symObjAddr: 0xA0D0, symBinAddr: 0x10FBB0, symSize: 0x90 }
+ - { offsetInCU: 0x6EB4, offset: 0x11B6A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFTo', symObjAddr: 0xA160, symBinAddr: 0x10FC40, symSize: 0xA0 }
+ - { offsetInCU: 0x6ED0, offset: 0x11B6BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didEndpointDisconnect13participantIdySS_tF', symObjAddr: 0xA200, symBinAddr: 0x10FCE0, symSize: 0x1C0 }
+ - { offsetInCU: 0x6F99, offset: 0x11B785, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtF', symObjAddr: 0xA440, symBinAddr: 0x10FF20, symSize: 0x1D0 }
+ - { offsetInCU: 0x7073, offset: 0x11B85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtFTo', symObjAddr: 0xA680, symBinAddr: 0x110160, symSize: 0x60 }
+ - { offsetInCU: 0x709E, offset: 0x11B88A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA26ParticipantManagerDelegateA2aDP20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0rsP11DescriptionCSo0rspK6ReasonVtFTW', symObjAddr: 0xA700, symBinAddr: 0x1101E0, symSize: 0x50 }
+ - { offsetInCU: 0x70E0, offset: 0x11B8CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCAA26ParticipantManagerDelegateA2aDP18didEndpointConnect13participantId11reconnectedySS_SbtFTW', symObjAddr: 0xA750, symBinAddr: 0x110230, symSize: 0x40 }
+ - { offsetInCU: 0x7113, offset: 0x11B8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyF', symObjAddr: 0xA7E0, symBinAddr: 0x1102C0, symSize: 0x4B0 }
+ - { offsetInCU: 0x7301, offset: 0x11BAED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_', symObjAddr: 0xAC90, symBinAddr: 0x110770, symSize: 0x240 }
+ - { offsetInCU: 0x7410, offset: 0x11BBFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_', symObjAddr: 0xAED0, symBinAddr: 0x1109B0, symSize: 0x120 }
+ - { offsetInCU: 0x7477, offset: 0x11BC63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA16EmptyAPIResponseVGcfU_', symObjAddr: 0xAFF0, symBinAddr: 0x110AD0, symSize: 0x3D0 }
+ - { offsetInCU: 0x7810, offset: 0x11BFFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFTo', symObjAddr: 0xB3C0, symBinAddr: 0x110EA0, symSize: 0x30 }
+ - { offsetInCU: 0x7857, offset: 0x11C043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14stopAliveTimeryyF', symObjAddr: 0xB3F0, symBinAddr: 0x110ED0, symSize: 0x370 }
+ - { offsetInCU: 0x7B4F, offset: 0x11C33B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14stopAliveTimeryyFTo', symObjAddr: 0xB760, symBinAddr: 0x111240, symSize: 0x30 }
+ - { offsetInCU: 0x7B8C, offset: 0x11C378, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0xB790, symBinAddr: 0x111270, symSize: 0x250 }
+ - { offsetInCU: 0x7C0F, offset: 0x11C3FB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SSTg5', symObjAddr: 0xB9E0, symBinAddr: 0x1114C0, symSize: 0x220 }
+ - { offsetInCU: 0x7C98, offset: 0x11C484, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF13SendBirdCalls12WebRTCClientC10IdentifierO_AFTg5', symObjAddr: 0xBC40, symBinAddr: 0x111720, symSize: 0x220 }
+ - { offsetInCU: 0x7D32, offset: 0x11C51E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSo8NSObjectC_AETg5', symObjAddr: 0xBE80, symBinAddr: 0x111960, symSize: 0x210 }
+ - { offsetInCU: 0x7DB0, offset: 0x11C59C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SiTg5', symObjAddr: 0xC0F0, symBinAddr: 0x111BD0, symSize: 0x210 }
+ - { offsetInCU: 0x7E4A, offset: 0x11C636, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xC300, symBinAddr: 0x111DE0, symSize: 0x220 }
+ - { offsetInCU: 0x7EE4, offset: 0x11C6D0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xC520, symBinAddr: 0x112000, symSize: 0x290 }
+ - { offsetInCU: 0x7F72, offset: 0x11C75E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_13SendBirdCalls13WeakReferenceCyAD12RoomDelegate_pGTg5', symObjAddr: 0xC9E0, symBinAddr: 0x1124C0, symSize: 0x220 }
+ - { offsetInCU: 0x802D, offset: 0x11C819, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0xCE30, symBinAddr: 0x112910, symSize: 0x3D0 }
+ - { offsetInCU: 0x8139, offset: 0x11C925, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SSTg5', symObjAddr: 0xD200, symBinAddr: 0x112CE0, symSize: 0x3C0 }
+ - { offsetInCU: 0x825E, offset: 0x11CA4A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_ypTg5', symObjAddr: 0xD5C0, symBinAddr: 0x1130A0, symSize: 0x3C0 }
+ - { offsetInCU: 0x83CB, offset: 0x11CBB7, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF13SendBirdCalls12WebRTCClientC10IdentifierO_AHTg5', symObjAddr: 0xD9C0, symBinAddr: 0x1134A0, symSize: 0x3A0 }
+ - { offsetInCU: 0x8585, offset: 0x11CD71, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSo8NSObjectC_AGTg5', symObjAddr: 0xDD80, symBinAddr: 0x113860, symSize: 0x360 }
+ - { offsetInCU: 0x8674, offset: 0x11CE60, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SiTg5', symObjAddr: 0xE140, symBinAddr: 0x113C20, symSize: 0x3B0 }
+ - { offsetInCU: 0x8794, offset: 0x11CF80, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xE4F0, symBinAddr: 0x113FD0, symSize: 0x3B0 }
+ - { offsetInCU: 0x88B4, offset: 0x11D0A0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xE8A0, symBinAddr: 0x114380, symSize: 0x3A0 }
+ - { offsetInCU: 0x8A00, offset: 0x11D1EC, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_13SendBirdCalls13WeakReferenceCyAF12RoomDelegate_pGTg5', symObjAddr: 0xF010, symBinAddr: 0x114AF0, symSize: 0x3B0 }
+ - { offsetInCU: 0x8B78, offset: 0x11D364, size: 0x8, addend: 0x0, symName: '_$sSh9_subtractyyqd__7ElementQyd__RszSTRd__lFSS_ShySSGTg5', symObjAddr: 0xF790, symBinAddr: 0x115270, symSize: 0x1A0 }
+ - { offsetInCU: 0x8CE6, offset: 0x11D4D2, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV11subtractingyAByxGqd__7ElementQyd__RszSTRd__lFSS_ShySSGTg5', symObjAddr: 0xF930, symBinAddr: 0x115410, symSize: 0x4F0 }
+ - { offsetInCU: 0x8E61, offset: 0x11D64D, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV11subtractingyAByxGqd__7ElementQyd__RszSTRd__lFADs13_UnsafeBitsetVXEfU_SS_ShySSGTg5', symObjAddr: 0xFE20, symBinAddr: 0x115900, symSize: 0x330 }
+ - { offsetInCU: 0x8F73, offset: 0x11D75F, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13extractSubset5using5countAByxGs13_UnsafeBitsetV_SitFSS_Tg5', symObjAddr: 0x10150, symBinAddr: 0x115C30, symSize: 0x2B0 }
+ - { offsetInCU: 0x9121, offset: 0x11D90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_n', symObjAddr: 0x10400, symBinAddr: 0x115EE0, symSize: 0xE10 }
+ - { offsetInCU: 0x97F3, offset: 0x11DFDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_TA', symObjAddr: 0x12180, symBinAddr: 0x117BA0, symSize: 0x20 }
+ - { offsetInCU: 0x9812, offset: 0x11DFFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x121A0, symBinAddr: 0x117BC0, symSize: 0x40 }
+ - { offsetInCU: 0x983B, offset: 0x11E027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x12210, symBinAddr: 0x117C00, symSize: 0x30 }
+ - { offsetInCU: 0x984F, offset: 0x11E03B, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGWOs', symObjAddr: 0x12280, symBinAddr: 0x117C70, symSize: 0x20 }
+ - { offsetInCU: 0x9863, offset: 0x11E04F, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGWOr', symObjAddr: 0x122A0, symBinAddr: 0x117C90, symSize: 0x20 }
+ - { offsetInCU: 0x9877, offset: 0x11E063, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x122C0, symBinAddr: 0x117CB0, symSize: 0x30 }
+ - { offsetInCU: 0x988B, offset: 0x11E077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x122F0, symBinAddr: 0x117CE0, symSize: 0x30 }
+ - { offsetInCU: 0x989F, offset: 0x11E08B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x123A0, symBinAddr: 0x117D60, symSize: 0x30 }
+ - { offsetInCU: 0x98B3, offset: 0x11E09F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x123D0, symBinAddr: 0x117D90, symSize: 0x30 }
+ - { offsetInCU: 0x98C7, offset: 0x11E0B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA11RequestableAAWl', symObjAddr: 0x12440, symBinAddr: 0x117E00, symSize: 0x30 }
+ - { offsetInCU: 0x98DB, offset: 0x11E0C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x12470, symBinAddr: 0x117E30, symSize: 0x30 }
+ - { offsetInCU: 0x98EF, offset: 0x11E0DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAcA10ResultableAAWl', symObjAddr: 0x12570, symBinAddr: 0x117F00, symSize: 0x30 }
+ - { offsetInCU: 0x9903, offset: 0x11E0EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC17deleteCustomItems6target17completionHandleryAA06DeletefG7RequestV10TargetTypeO_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0x125C0, symBinAddr: 0x117F50, symSize: 0x40 }
+ - { offsetInCU: 0x9937, offset: 0x11E123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_TA', symObjAddr: 0x12610, symBinAddr: 0x117FA0, symSize: 0x20 }
+ - { offsetInCU: 0x9956, offset: 0x11E142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgAA8SBCErrorCSgIeggg_AdGIegng_TRTA', symObjAddr: 0x12630, symBinAddr: 0x117FC0, symSize: 0x50 }
+ - { offsetInCU: 0x997F, offset: 0x11E16B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeggg_SgWOy', symObjAddr: 0x12680, symBinAddr: 0x118010, symSize: 0x20 }
+ - { offsetInCU: 0x9993, offset: 0x11E17F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x126A0, symBinAddr: 0x118030, symSize: 0x30 }
+ - { offsetInCU: 0x99A7, offset: 0x11E193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x126D0, symBinAddr: 0x118060, symSize: 0x30 }
+ - { offsetInCU: 0x99BB, offset: 0x11E1A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_TA', symObjAddr: 0x12740, symBinAddr: 0x1180D0, symSize: 0x20 }
+ - { offsetInCU: 0x99DA, offset: 0x11E1C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x12760, symBinAddr: 0x1180F0, symSize: 0x40 }
+ - { offsetInCU: 0x9A03, offset: 0x11E1EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x127A0, symBinAddr: 0x118130, symSize: 0x30 }
+ - { offsetInCU: 0x9A17, offset: 0x11E203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x127D0, symBinAddr: 0x118160, symSize: 0x30 }
+ - { offsetInCU: 0x9A2B, offset: 0x11E217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_nTA', symObjAddr: 0x12820, symBinAddr: 0x1181B0, symSize: 0x20 }
+ - { offsetInCU: 0x9A5F, offset: 0x11E24B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomCMa', symObjAddr: 0x12840, symBinAddr: 0x1181D0, symSize: 0x20 }
+ - { offsetInCU: 0x9A73, offset: 0x11E25F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC19didParticipantEnteryyAA06RemoteF0CFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12860, symBinAddr: 0x1181F0, symSize: 0x20 }
+ - { offsetInCU: 0x9A87, offset: 0x11E273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didParticipantExityyAA06RemoteF0CFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x128C0, symBinAddr: 0x118250, symSize: 0x20 }
+ - { offsetInCU: 0x9A9B, offset: 0x11E287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeAudio_6statusyAA06RemoteF0C_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12900, symBinAddr: 0x118290, symSize: 0x20 }
+ - { offsetInCU: 0x9AAF, offset: 0x11E29B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC25didParticipantChangeVideo_6statusyAA06RemoteF0C_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12990, symBinAddr: 0x118320, symSize: 0x20 }
+ - { offsetInCU: 0x9AC3, offset: 0x11E2AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsUpdate7commandyAA0hdfG12EventCommandC_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x129D0, symBinAddr: 0x118360, symSize: 0x20 }
+ - { offsetInCU: 0x9AD7, offset: 0x11E2C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didCustomItemsDelete7commandyAA0hdfG12EventCommandC_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12A10, symBinAddr: 0x1183A0, symSize: 0x20 }
+ - { offsetInCU: 0x9AEB, offset: 0x11E2D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15didReceiveError_11participantyAA8SBCErrorC_AA11ParticipantCSgtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12A90, symBinAddr: 0x118420, symSize: 0x20 }
+ - { offsetInCU: 0x9AFF, offset: 0x11E2EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didConnectToEndpoint13participantIdySS_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12AD0, symBinAddr: 0x118460, symSize: 0x20 }
+ - { offsetInCU: 0x9B13, offset: 0x11E2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC20didAudioDeviceChange13participantId7session13previousRoute6reasonySS_So14AVAudioSessionCSo0opM11DescriptionCSo0opmH6ReasonVtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12B50, symBinAddr: 0x1184E0, symSize: 0x20 }
+ - { offsetInCU: 0x9B27, offset: 0x11E313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC21didEndpointDisconnect13participantIdySS_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12B90, symBinAddr: 0x118520, symSize: 0x20 }
+ - { offsetInCU: 0x9B3B, offset: 0x11E327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC18didEndpointConnect13participantId11reconnectedySS_SbtFyAA13WeakReferenceCyAA0D8Delegate_pGcfU_TA', symObjAddr: 0x12BD0, symBinAddr: 0x118560, symSize: 0x20 }
+ - { offsetInCU: 0x9B4F, offset: 0x11E33B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_TA', symObjAddr: 0x12C10, symBinAddr: 0x1185A0, symSize: 0x20 }
+ - { offsetInCU: 0x9B63, offset: 0x11E34F, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x12C30, symBinAddr: 0x1185C0, symSize: 0x20 }
+ - { offsetInCU: 0x9B77, offset: 0x11E363, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x12C50, symBinAddr: 0x1185E0, symSize: 0x10 }
+ - { offsetInCU: 0x9B8B, offset: 0x11E377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x13B30, symBinAddr: 0x119470, symSize: 0x10 }
+ - { offsetInCU: 0x9B9F, offset: 0x11E38B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeggg_SgWOe', symObjAddr: 0x13B40, symBinAddr: 0x119480, symSize: 0x20 }
+ - { offsetInCU: 0x9BBE, offset: 0x11E3AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x13B60, symBinAddr: 0x1194A0, symSize: 0x20 }
+ - { offsetInCU: 0x9BE7, offset: 0x11E3D3, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0x13B80, symBinAddr: 0x1194C0, symSize: 0x10 }
+ - { offsetInCU: 0x9BFB, offset: 0x11E3E7, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSg13SendBirdCalls8SBCErrorCSgIeyByy_SDyS2SGSgAGIeggg_TRTA', symObjAddr: 0x13B90, symBinAddr: 0x1194D0, symSize: 0x10 }
+ - { offsetInCU: 0x9C0F, offset: 0x11E3FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_TA', symObjAddr: 0x13C10, symBinAddr: 0x119530, symSize: 0x20 }
+ - { offsetInCU: 0x9C23, offset: 0x11E40F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15startAliveTimeryyFyyYbcfU_yAA7SBTimerCcfU_yAA9SBCResultOyAA16EmptyAPIResponseVGcfU_TA', symObjAddr: 0x13C30, symBinAddr: 0x119550, symSize: 0x20 }
+ - { offsetInCU: 0x9C37, offset: 0x11E423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x13C50, symBinAddr: 0x119570, symSize: 0x20 }
+ - { offsetInCU: 0x9C4B, offset: 0x11E437, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA11RequestableAAWl', symObjAddr: 0x13C70, symBinAddr: 0x119590, symSize: 0x30 }
+ - { offsetInCU: 0x9C5F, offset: 0x11E44B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA10ResultableAAWl', symObjAddr: 0x13CA0, symBinAddr: 0x1195C0, symSize: 0x30 }
+ - { offsetInCU: 0x9C73, offset: 0x11E45F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGWOe', symObjAddr: 0x13CD0, symBinAddr: 0x1195F0, symSize: 0x20 }
+ - { offsetInCU: 0x9C87, offset: 0x11E473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU3_TA', symObjAddr: 0x13D50, symBinAddr: 0x119640, symSize: 0x20 }
+ - { offsetInCU: 0x9C9B, offset: 0x11E487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU2_TA', symObjAddr: 0x13D90, symBinAddr: 0x119680, symSize: 0x20 }
+ - { offsetInCU: 0x9CAF, offset: 0x11E49B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU1_TA', symObjAddr: 0x13DD0, symBinAddr: 0x1196C0, symSize: 0x20 }
+ - { offsetInCU: 0x9CC3, offset: 0x11E4AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU0_TA', symObjAddr: 0x13F50, symBinAddr: 0x1197F0, symSize: 0x30 }
+ - { offsetInCU: 0x9CF9, offset: 0x11E4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGWOr', symObjAddr: 0x13F80, symBinAddr: 0x119820, symSize: 0x60 }
+ - { offsetInCU: 0x9D0D, offset: 0x11E4F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGWOy', symObjAddr: 0x13FE0, symBinAddr: 0x119880, symSize: 0x60 }
+ - { offsetInCU: 0x9D21, offset: 0x11E50D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC6delete17completionHandleryyAA8SBCErrorCSgcSg_tFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_TA', symObjAddr: 0x14070, symBinAddr: 0x119910, symSize: 0x20 }
+ - { offsetInCU: 0x9D4D, offset: 0x11E539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC14sendInvitation7invitee17completionHandlerySS_yAA0dF0CSg_AA8SBCErrorCSgtcSgtFyAA0dF5ModelVSg_ALtcfU_yycfU_TA', symObjAddr: 0x14130, symBinAddr: 0x1199D0, symSize: 0x30 }
+ - { offsetInCU: 0x9D61, offset: 0x11E54D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOr', symObjAddr: 0x14160, symBinAddr: 0x119A00, symSize: 0x60 }
+ - { offsetInCU: 0x9D75, offset: 0x11E561, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSgWOy', symObjAddr: 0x141C0, symBinAddr: 0x119A60, symSize: 0xA0 }
+ - { offsetInCU: 0x9D89, offset: 0x11E575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_yycfU0_TA', symObjAddr: 0x143E0, symBinAddr: 0x119C60, symSize: 0x20 }
+ - { offsetInCU: 0x9DC5, offset: 0x11E5B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA26GetRoomCustomItemsResponseCGWOy', symObjAddr: 0x14400, symBinAddr: 0x119C80, symSize: 0x20 }
+ - { offsetInCU: 0x9DD9, offset: 0x11E5C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC16fetchCustomItems17completionHandleryySDyS2SGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA03GetdfG8ResponseCGcfU_yycfU_TA', symObjAddr: 0x14430, symBinAddr: 0x119CB0, symSize: 0x50 }
+ - { offsetInCU: 0x9E17, offset: 0x11E603, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGWOr', symObjAddr: 0x14540, symBinAddr: 0x119DA0, symSize: 0x60 }
+ - { offsetInCU: 0x9E2B, offset: 0x11E617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA17EnterRoomResponseVGWOy', symObjAddr: 0x145A0, symBinAddr: 0x119E00, symSize: 0x80 }
+ - { offsetInCU: 0x9E3F, offset: 0x11E62B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5enter4with17completionHandleryAC11EnterParamsC_yAA8SBCErrorCSgctFyAA9SBCResultOyAA0iD8ResponseVGcfU1_yycfU0_TA', symObjAddr: 0x14620, symBinAddr: 0x119E80, symSize: 0x20 }
+ - { offsetInCU: 0xA4D5, offset: 0x11ECC1, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShySSG_13SendBirdCalls17RemoteParticipantCTg504$s13de41Calls4RoomC6update4withyAA0D4DataV_tFAA17gH11CSgSSXEfU2_AG0K0CTf1cn_nTf4ng_n', symObjAddr: 0x11210, symBinAddr: 0x116CF0, symSize: 0x320 }
+ - { offsetInCU: 0xA6FC, offset: 0x11EEE8, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13de46Calls14RoomDataSourcePAAE11participant3forAA11G17CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x11840, symBinAddr: 0x117320, symSize: 0x120 }
+ - { offsetInCU: 0xA8D6, offset: 0x11F0C2, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF12RoomDelegate_pG_G_Tg504$s13ef6Calls4j81C15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13hI28CyAA0dF0_pGctFyycfU_yAKXEfU_AJIegg_Tf1cn_nTf4ng_n', symObjAddr: 0x11960, symBinAddr: 0x117440, symSize: 0x170 }
+ - { offsetInCU: 0x27, offset: 0x11F77E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11A310, symSize: 0x70 }
+ - { offsetInCU: 0x46, offset: 0x11F79D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x11A310, symSize: 0x70 }
+ - { offsetInCU: 0x65, offset: 0x11F7BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8allCasesSayACGvgZ', symObjAddr: 0xB0, symBinAddr: 0x11A380, symSize: 0x40 }
+ - { offsetInCU: 0xD4, offset: 0x11F82B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueSSvg', symObjAddr: 0xF0, symBinAddr: 0x11A3C0, symSize: 0x10 }
+ - { offsetInCU: 0x120, offset: 0x11F877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x230, symBinAddr: 0x11A500, symSize: 0x70 }
+ - { offsetInCU: 0x154, offset: 0x11F8AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x2A0, symBinAddr: 0x11A570, symSize: 0x20 }
+ - { offsetInCU: 0x197, offset: 0x11F8EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOs12CaseIterableAAsADP8allCases03AllH0QzvgZTW', symObjAddr: 0x350, symBinAddr: 0x11A620, symSize: 0x50 }
+ - { offsetInCU: 0x21C, offset: 0x11F973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityO8rawValueSSvgTf4d_n', symObjAddr: 0x3A0, symBinAddr: 0x11A670, symSize: 0x20 }
+ - { offsetInCU: 0x27B, offset: 0x11F9D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASQWb', symObjAddr: 0x3C0, symBinAddr: 0x11A690, symSize: 0x10 }
+ - { offsetInCU: 0x28F, offset: 0x11F9E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSQAAWl', symObjAddr: 0x3D0, symBinAddr: 0x11A6A0, symSize: 0x30 }
+ - { offsetInCU: 0x2A3, offset: 0x11F9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOs12CaseIterableAA8AllCasessADP_SlWT', symObjAddr: 0x400, symBinAddr: 0x11A6D0, symSize: 0x10 }
+ - { offsetInCU: 0x2B7, offset: 0x11FA0E, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls10CapabilityOGSayxGSlsWl', symObjAddr: 0x410, symBinAddr: 0x11A6E0, symSize: 0x40 }
+ - { offsetInCU: 0x2CB, offset: 0x11FA22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwet', symObjAddr: 0x4A0, symBinAddr: 0x11A720, symSize: 0x50 }
+ - { offsetInCU: 0x2DF, offset: 0x11FA36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwst', symObjAddr: 0x4F0, symBinAddr: 0x11A770, symSize: 0xA0 }
+ - { offsetInCU: 0x2F3, offset: 0x11FA4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwug', symObjAddr: 0x590, symBinAddr: 0x11A810, symSize: 0x10 }
+ - { offsetInCU: 0x307, offset: 0x11FA5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwup', symObjAddr: 0x5A0, symBinAddr: 0x11A820, symSize: 0x10 }
+ - { offsetInCU: 0x31B, offset: 0x11FA72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOwui', symObjAddr: 0x5B0, symBinAddr: 0x11A830, symSize: 0x10 }
+ - { offsetInCU: 0x32F, offset: 0x11FA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOMa', symObjAddr: 0x5C0, symBinAddr: 0x11A840, symSize: 0x10 }
+ - { offsetInCU: 0x343, offset: 0x11FA9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOACSYAAWl', symObjAddr: 0x5D0, symBinAddr: 0x11A850, symSize: 0x2E }
+ - { offsetInCU: 0x39B, offset: 0x11FAF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x100, symBinAddr: 0x11A3D0, symSize: 0x70 }
+ - { offsetInCU: 0x47F, offset: 0x11FBD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH9hashValueSivgTW', symObjAddr: 0x170, symBinAddr: 0x11A440, symSize: 0x50 }
+ - { offsetInCU: 0x52A, offset: 0x11FC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C0, symBinAddr: 0x11A490, symSize: 0x30 }
+ - { offsetInCU: 0x591, offset: 0x11FCE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1F0, symBinAddr: 0x11A4C0, symSize: 0x40 }
+ - { offsetInCU: 0x620, offset: 0x11FD77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x2C0, symBinAddr: 0x11A590, symSize: 0x50 }
+ - { offsetInCU: 0x643, offset: 0x11FD9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CapabilityOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x310, symBinAddr: 0x11A5E0, symSize: 0x40 }
+ - { offsetInCU: 0x5E, offset: 0x11FFD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvgTo', symObjAddr: 0x0, symBinAddr: 0x11A880, symSize: 0x30 }
+ - { offsetInCU: 0x90, offset: 0x120008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvg', symObjAddr: 0x30, symBinAddr: 0x11A8B0, symSize: 0x40 }
+ - { offsetInCU: 0xB3, offset: 0x12002B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvsTo', symObjAddr: 0x70, symBinAddr: 0x11A8F0, symSize: 0x50 }
+ - { offsetInCU: 0xE5, offset: 0x12005D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvs', symObjAddr: 0xC0, symBinAddr: 0x11A940, symSize: 0x40 }
+ - { offsetInCU: 0xF9, offset: 0x120071, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvM', symObjAddr: 0x100, symBinAddr: 0x11A980, symSize: 0x30 }
+ - { offsetInCU: 0x115, offset: 0x12008D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6threadSo17OS_dispatch_queueCSgvM.resume.0', symObjAddr: 0x130, symBinAddr: 0x11A9B0, symSize: 0x10 }
+ - { offsetInCU: 0x14F, offset: 0x1200C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivgTo', symObjAddr: 0x140, symBinAddr: 0x11A9C0, symSize: 0x20 }
+ - { offsetInCU: 0x18C, offset: 0x120104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0Sivg', symObjAddr: 0x160, symBinAddr: 0x11A9E0, symSize: 0x20 }
+ - { offsetInCU: 0x1D3, offset: 0x12014B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivsTo', symObjAddr: 0x180, symBinAddr: 0x11AA00, symSize: 0x20 }
+ - { offsetInCU: 0x1F3, offset: 0x12016B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivsTo', symObjAddr: 0x180, symBinAddr: 0x11AA00, symSize: 0x20 }
+ - { offsetInCU: 0x218, offset: 0x120190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0Sivs', symObjAddr: 0x1A0, symBinAddr: 0x11AA20, symSize: 0x20 }
+ - { offsetInCU: 0x23F, offset: 0x1201B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivM', symObjAddr: 0x1C0, symBinAddr: 0x11AA40, symSize: 0x40 }
+ - { offsetInCU: 0x279, offset: 0x1201F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC013maxConcurrenteF0SivM.resume.0', symObjAddr: 0x200, symBinAddr: 0x11AA80, symSize: 0x30 }
+ - { offsetInCU: 0x2CB, offset: 0x120243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfC', symObjAddr: 0x230, symBinAddr: 0x11AAB0, symSize: 0x30 }
+ - { offsetInCU: 0x2E9, offset: 0x120261, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfc', symObjAddr: 0x260, symBinAddr: 0x11AAE0, symSize: 0x370 }
+ - { offsetInCU: 0x490, offset: 0x120408, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCACycfcTo', symObjAddr: 0x680, symBinAddr: 0x11AE90, symSize: 0x20 }
+ - { offsetInCU: 0x4AC, offset: 0x120424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tF', symObjAddr: 0x6A0, symBinAddr: 0x11AEB0, symSize: 0x1D0 }
+ - { offsetInCU: 0x523, offset: 0x12049B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tFyyYbcfU_', symObjAddr: 0x870, symBinAddr: 0x11B080, symSize: 0xE0 }
+ - { offsetInCU: 0x574, offset: 0x1204EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyF', symObjAddr: 0xA60, symBinAddr: 0x11B270, symSize: 0x20 }
+ - { offsetInCU: 0x5AF, offset: 0x120527, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6resumeyyFTo', symObjAddr: 0xA80, symBinAddr: 0x11B290, symSize: 0x20 }
+ - { offsetInCU: 0x5EC, offset: 0x120564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyF', symObjAddr: 0xAA0, symBinAddr: 0x11B2B0, symSize: 0x20 }
+ - { offsetInCU: 0x627, offset: 0x12059F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC5pauseyyFTo', symObjAddr: 0xAC0, symBinAddr: 0x11B2D0, symSize: 0x20 }
+ - { offsetInCU: 0x664, offset: 0x1205DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tF', symObjAddr: 0xAE0, symBinAddr: 0x11B2F0, symSize: 0x1D0 }
+ - { offsetInCU: 0x6DB, offset: 0x120653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tFyyYbcfU_', symObjAddr: 0xCB0, symBinAddr: 0x11B4C0, symSize: 0x80 }
+ - { offsetInCU: 0x72C, offset: 0x1206A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCfd', symObjAddr: 0xDF0, symBinAddr: 0x11B600, symSize: 0x40 }
+ - { offsetInCU: 0x767, offset: 0x1206DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCfD', symObjAddr: 0xE30, symBinAddr: 0x11B640, symSize: 0x50 }
+ - { offsetInCU: 0x7AA, offset: 0x120722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCAA9QueueableA2aDP6remove9operationyAA0dE0CSg_tFTW', symObjAddr: 0xE80, symBinAddr: 0x11B690, symSize: 0x20 }
+ - { offsetInCU: 0x809, offset: 0x120781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC3add9operationyAA0dE0CSg_tFyyYbcfU_TA', symObjAddr: 0x980, symBinAddr: 0x11B190, symSize: 0x20 }
+ - { offsetInCU: 0x81D, offset: 0x120795, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x9A0, symBinAddr: 0x11B1B0, symSize: 0x20 }
+ - { offsetInCU: 0x831, offset: 0x1207A9, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x9C0, symBinAddr: 0x11B1D0, symSize: 0x10 }
+ - { offsetInCU: 0x845, offset: 0x1207BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueC6remove9operationyAA0dE0CSg_tFyyYbcfU_TA', symObjAddr: 0xD60, symBinAddr: 0x11B570, symSize: 0x20 }
+ - { offsetInCU: 0x859, offset: 0x1207D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18TaskOperationQueueCMa', symObjAddr: 0xF50, symBinAddr: 0x11B760, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x120AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC6update4withyAA0D7OptionsC_tF', symObjAddr: 0x0, symBinAddr: 0x11B8D0, symSize: 0x100 }
+ - { offsetInCU: 0x3F, offset: 0x120ADD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC6update4withyAA0D7OptionsC_tF', symObjAddr: 0x0, symBinAddr: 0x11B8D0, symSize: 0x100 }
+ - { offsetInCU: 0x7E, offset: 0x120B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC19isTurnChangeEnabledSbvg', symObjAddr: 0x100, symBinAddr: 0x11B9D0, symSize: 0x60 }
+ - { offsetInCU: 0xE1, offset: 0x120B7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvg', symObjAddr: 0x160, symBinAddr: 0x11BA30, symSize: 0x40 }
+ - { offsetInCU: 0xFD, offset: 0x120B9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvs', symObjAddr: 0x1A0, symBinAddr: 0x11BA70, symSize: 0x40 }
+ - { offsetInCU: 0x119, offset: 0x120BB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14localVideoViewAA0abgH0CSgvM', symObjAddr: 0x1E0, symBinAddr: 0x11BAB0, symSize: 0x30 }
+ - { offsetInCU: 0x135, offset: 0x120BD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvg', symObjAddr: 0x210, symBinAddr: 0x11BAE0, symSize: 0x40 }
+ - { offsetInCU: 0x151, offset: 0x120BEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvs', symObjAddr: 0x250, symBinAddr: 0x11BB20, symSize: 0x40 }
+ - { offsetInCU: 0x16D, offset: 0x120C0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC15remoteVideoViewAA0abgH0CSgvM', symObjAddr: 0x290, symBinAddr: 0x11BB60, symSize: 0x30 }
+ - { offsetInCU: 0x189, offset: 0x120C27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0Sbvg', symObjAddr: 0x2C0, symBinAddr: 0x11BB90, symSize: 0x30 }
+ - { offsetInCU: 0x1A5, offset: 0x120C43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0Sbvs', symObjAddr: 0x2F0, symBinAddr: 0x11BBC0, symSize: 0x30 }
+ - { offsetInCU: 0x1C1, offset: 0x120C5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0SbvM', symObjAddr: 0x320, symBinAddr: 0x11BBF0, symSize: 0x30 }
+ - { offsetInCU: 0x1DD, offset: 0x120C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD0SbvM.resume.0', symObjAddr: 0x350, symBinAddr: 0x11BC20, symSize: 0x10 }
+ - { offsetInCU: 0x1F9, offset: 0x120C97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvg', symObjAddr: 0x360, symBinAddr: 0x11BC30, symSize: 0x30 }
+ - { offsetInCU: 0x215, offset: 0x120CB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvs', symObjAddr: 0x390, symBinAddr: 0x11BC60, symSize: 0x40 }
+ - { offsetInCU: 0x231, offset: 0x120CCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17remoteConstraintsAA0dG0CSgvM', symObjAddr: 0x3D0, symBinAddr: 0x11BCA0, symSize: 0x30 }
+ - { offsetInCU: 0x24D, offset: 0x120CEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvg', symObjAddr: 0x400, symBinAddr: 0x11BCD0, symSize: 0x30 }
+ - { offsetInCU: 0x269, offset: 0x120D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvs', symObjAddr: 0x430, symBinAddr: 0x11BD00, symSize: 0x40 }
+ - { offsetInCU: 0x285, offset: 0x120D23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC16localConstraintsAA0dG0CSgvM', symObjAddr: 0x470, symBinAddr: 0x11BD40, symSize: 0x30 }
+ - { offsetInCU: 0x2A1, offset: 0x120D3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvg', symObjAddr: 0x4A0, symBinAddr: 0x11BD70, symSize: 0x30 }
+ - { offsetInCU: 0x2BD, offset: 0x120D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvs', symObjAddr: 0x4D0, symBinAddr: 0x11BDA0, symSize: 0x30 }
+ - { offsetInCU: 0x2D9, offset: 0x120D77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC14useFrontCameraSbvM', symObjAddr: 0x500, symBinAddr: 0x11BDD0, symSize: 0x30 }
+ - { offsetInCU: 0x2F5, offset: 0x120D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC17localCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x530, symBinAddr: 0x11BE00, symSize: 0x40 }
+ - { offsetInCU: 0x389, offset: 0x120E27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x570, symBinAddr: 0x11BE40, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x120E43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvs', symObjAddr: 0x5A0, symBinAddr: 0x11BE70, symSize: 0x40 }
+ - { offsetInCU: 0x3C1, offset: 0x120E5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC18remoteCapabilitiesSayAA10CapabilityOGvM', symObjAddr: 0x5E0, symBinAddr: 0x11BEB0, symSize: 0x30 }
+ - { offsetInCU: 0x3DD, offset: 0x120E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfC', symObjAddr: 0x610, symBinAddr: 0x11BEE0, symSize: 0x70 }
+ - { offsetInCU: 0x3F1, offset: 0x120E8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC07isVideoD016localConstraints06remoteI00hG4View0jgK014useFrontCamera0J12CapabilitiesACSb_AA0dI0CSgAmA0abgK0CSgAPSbSayAA10CapabilityOGtcfc', symObjAddr: 0x680, symBinAddr: 0x11BF50, symSize: 0x190 }
+ - { offsetInCU: 0x48D, offset: 0x120F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCfd', symObjAddr: 0x810, symBinAddr: 0x11C0E0, symSize: 0x40 }
+ - { offsetInCU: 0x4C8, offset: 0x120F66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCfD', symObjAddr: 0x850, symBinAddr: 0x11C120, symSize: 0x50 }
+ - { offsetInCU: 0x555, offset: 0x120FF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC2eeoiySbAC_ACtFZ', symObjAddr: 0x8A0, symBinAddr: 0x11C170, symSize: 0x10 }
+ - { offsetInCU: 0x578, offset: 0x121016, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8B0, symBinAddr: 0x11C180, symSize: 0x10 }
+ - { offsetInCU: 0x6C6, offset: 0x121164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC4hash4intoys6HasherVz_tF', symObjAddr: 0x8C0, symBinAddr: 0x11C190, symSize: 0x200 }
+ - { offsetInCU: 0xAA0, offset: 0x12153E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC9hashValueSivg', symObjAddr: 0xAC0, symBinAddr: 0x11C390, symSize: 0x40 }
+ - { offsetInCU: 0xB2C, offset: 0x1215CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH9hashValueSivgTW', symObjAddr: 0xB00, symBinAddr: 0x11C3D0, symSize: 0x40 }
+ - { offsetInCU: 0xBBB, offset: 0x121659, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB40, symBinAddr: 0x11C410, symSize: 0x20 }
+ - { offsetInCU: 0xBED, offset: 0x12168B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC4copyACyF', symObjAddr: 0xBA0, symBinAddr: 0x11C470, symSize: 0x1F0 }
+ - { offsetInCU: 0xCFF, offset: 0x12179D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0xD90, symBinAddr: 0x11C660, symSize: 0x20 }
+ - { offsetInCU: 0xD45, offset: 0x1217E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0xDB0, symBinAddr: 0x11C680, symSize: 0x340 }
+ - { offsetInCU: 0xE2F, offset: 0x1218CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCMa', symObjAddr: 0x1130, symBinAddr: 0x11C9C0, symSize: 0x20 }
+ - { offsetInCU: 0xE43, offset: 0x1218E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASQWb', symObjAddr: 0x1150, symBinAddr: 0x11C9E0, symSize: 0x10 }
+ - { offsetInCU: 0xE57, offset: 0x1218F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCACSQAAWl', symObjAddr: 0x1160, symBinAddr: 0x11C9F0, symSize: 0x30 }
+ - { offsetInCU: 0xF58, offset: 0x1219F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8CallInfoCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB60, symBinAddr: 0x11C430, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x121CA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x11CF50, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x121CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x11CF50, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x121CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x20, symBinAddr: 0x11CF70, symSize: 0x30 }
+ - { offsetInCU: 0xBD, offset: 0x121D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCACycfc', symObjAddr: 0x50, symBinAddr: 0x11CFA0, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0x121D66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCfd', symObjAddr: 0x60, symBinAddr: 0x11CFB0, symSize: 0x10 }
+ - { offsetInCU: 0x117, offset: 0x121D93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCfD', symObjAddr: 0x70, symBinAddr: 0x11CFC0, symSize: 0x20 }
+ - { offsetInCU: 0x145, offset: 0x121DC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25PeerConnectionClosedStateCMa', symObjAddr: 0x90, symBinAddr: 0x11CFE0, symSize: 0x14 }
+ - { offsetInCU: 0xBB, offset: 0x122039, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvgTo', symObjAddr: 0x1070, symBinAddr: 0x11E070, symSize: 0x40 }
+ - { offsetInCU: 0xF6, offset: 0x122074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvg', symObjAddr: 0x10B0, symBinAddr: 0x11E0B0, symSize: 0x30 }
+ - { offsetInCU: 0x13D, offset: 0x1220BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvsTo', symObjAddr: 0x10E0, symBinAddr: 0x11E0E0, symSize: 0x40 }
+ - { offsetInCU: 0x180, offset: 0x1220FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvs', symObjAddr: 0x1120, symBinAddr: 0x11E120, symSize: 0x40 }
+ - { offsetInCU: 0x1A7, offset: 0x122125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6myRoleAC04UserK6FilterOvM', symObjAddr: 0x1160, symBinAddr: 0x11E160, symSize: 0x40 }
+ - { offsetInCU: 0x1D6, offset: 0x122154, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvg', symObjAddr: 0x11A0, symBinAddr: 0x11E1A0, symSize: 0x40 }
+ - { offsetInCU: 0x203, offset: 0x122181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvs', symObjAddr: 0x11E0, symBinAddr: 0x11E1E0, symSize: 0x50 }
+ - { offsetInCU: 0x240, offset: 0x1221BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC10endResultsSayAA0dE9EndResultOGvM', symObjAddr: 0x1230, symBinAddr: 0x11E230, symSize: 0x40 }
+ - { offsetInCU: 0x26F, offset: 0x1221ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC15endResultsArraySo7NSArrayCvgTo', symObjAddr: 0x1270, symBinAddr: 0x11E270, symSize: 0x40 }
+ - { offsetInCU: 0x28B, offset: 0x122209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC15endResultsArraySo7NSArrayCvg', symObjAddr: 0x12B0, symBinAddr: 0x11E2B0, symSize: 0x300 }
+ - { offsetInCU: 0x4B5, offset: 0x122433, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC3add9endResultyAA0de3EndL0O_tF', symObjAddr: 0x15B0, symBinAddr: 0x11E5B0, symSize: 0xD0 }
+ - { offsetInCU: 0x5E7, offset: 0x122565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC3add9endResultyAA0de3EndL0O_tFTo', symObjAddr: 0x1680, symBinAddr: 0x11E680, symSize: 0xF0 }
+ - { offsetInCU: 0x70F, offset: 0x12268D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6remove9endResultyAA0de3EndL0O_tF', symObjAddr: 0x1770, symBinAddr: 0x11E770, symSize: 0x890 }
+ - { offsetInCU: 0xCCE, offset: 0x122C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC6remove9endResultyAA0de3EndL0O_tFTo', symObjAddr: 0x2000, symBinAddr: 0x11F000, symSize: 0x40 }
+ - { offsetInCU: 0xD08, offset: 0x122C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvgTo', symObjAddr: 0x2040, symBinAddr: 0x11F040, symSize: 0x40 }
+ - { offsetInCU: 0xD43, offset: 0x122CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32Vvg', symObjAddr: 0x2080, symBinAddr: 0x11F080, symSize: 0x30 }
+ - { offsetInCU: 0xDA8, offset: 0x122D26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvsTo', symObjAddr: 0x20B0, symBinAddr: 0x11F0B0, symSize: 0x60 }
+ - { offsetInCU: 0xE08, offset: 0x122D86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32Vvs', symObjAddr: 0x2110, symBinAddr: 0x11F110, symSize: 0x60 }
+ - { offsetInCU: 0xE4C, offset: 0x122DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvM', symObjAddr: 0x2170, symBinAddr: 0x11F170, symSize: 0x50 }
+ - { offsetInCU: 0xE79, offset: 0x122DF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC5limits5Int32VvM.resume.0', symObjAddr: 0x21C0, symBinAddr: 0x11F1C0, symSize: 0x50 }
+ - { offsetInCU: 0xEB8, offset: 0x122E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCAEycfc', symObjAddr: 0x2230, symBinAddr: 0x11F230, symSize: 0x70 }
+ - { offsetInCU: 0xEF3, offset: 0x122E71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCAEycfcTo', symObjAddr: 0x22A0, symBinAddr: 0x11F2A0, symSize: 0x70 }
+ - { offsetInCU: 0xF39, offset: 0x122EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsC4copyAEyF', symObjAddr: 0x2310, symBinAddr: 0x11F310, symSize: 0xB0 }
+ - { offsetInCU: 0xFBB, offset: 0x122F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6sender4user6paramsAcA13CommandSender_p_AA4UserCAC6ParamsCtcfC', symObjAddr: 0x0, symBinAddr: 0x11D000, symSize: 0x140 }
+ - { offsetInCU: 0x101B, offset: 0x122F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO02asJ0AA0dE0C0iJ0OSgvg', symObjAddr: 0x140, symBinAddr: 0x11D140, symSize: 0x20 }
+ - { offsetInCU: 0x1056, offset: 0x122FD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO8rawValueSivg', symObjAddr: 0x160, symBinAddr: 0x11D160, symSize: 0x10 }
+ - { offsetInCU: 0x107F, offset: 0x122FFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterO8rawValueAESgSi_tcfC', symObjAddr: 0x170, symBinAddr: 0x11D170, symSize: 0x20 }
+ - { offsetInCU: 0x10B6, offset: 0x123034, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSYAASY8rawValuexSg03RawM0Qz_tcfCTW', symObjAddr: 0x240, symBinAddr: 0x11D240, symSize: 0x20 }
+ - { offsetInCU: 0x10E7, offset: 0x123065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSYAASY8rawValue03RawM0QzvgTW', symObjAddr: 0x260, symBinAddr: 0x11D260, symSize: 0x10 }
+ - { offsetInCU: 0x1122, offset: 0x1230A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvg', symObjAddr: 0x270, symBinAddr: 0x11D270, symSize: 0x50 }
+ - { offsetInCU: 0x114F, offset: 0x1230CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvs', symObjAddr: 0x2C0, symBinAddr: 0x11D2C0, symSize: 0x50 }
+ - { offsetInCU: 0x118C, offset: 0x12310A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6senderAA13CommandSender_pvM', symObjAddr: 0x310, symBinAddr: 0x11D310, symSize: 0x40 }
+ - { offsetInCU: 0x11D9, offset: 0x123157, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvgTo', symObjAddr: 0x350, symBinAddr: 0x11D350, symSize: 0x40 }
+ - { offsetInCU: 0x1214, offset: 0x123192, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvg', symObjAddr: 0x390, symBinAddr: 0x11D390, symSize: 0x40 }
+ - { offsetInCU: 0x125B, offset: 0x1231D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvsTo', symObjAddr: 0x3D0, symBinAddr: 0x11D3D0, symSize: 0x60 }
+ - { offsetInCU: 0x129E, offset: 0x12321C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvs', symObjAddr: 0x430, symBinAddr: 0x11D430, symSize: 0x50 }
+ - { offsetInCU: 0x12C5, offset: 0x123243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvM', symObjAddr: 0x480, symBinAddr: 0x11D480, symSize: 0x40 }
+ - { offsetInCU: 0x12F4, offset: 0x123272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4userAA4UserCvM.resume.0', symObjAddr: 0x4C0, symBinAddr: 0x11D4C0, symSize: 0x10 }
+ - { offsetInCU: 0x133D, offset: 0x1232BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvgTo', symObjAddr: 0x4D0, symBinAddr: 0x11D4D0, symSize: 0x20 }
+ - { offsetInCU: 0x137A, offset: 0x1232F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6paramsAC6ParamsCvg', symObjAddr: 0x4F0, symBinAddr: 0x11D4F0, symSize: 0x20 }
+ - { offsetInCU: 0x13B5, offset: 0x123333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6myRoleAC04UserJ6FilterOvgTo', symObjAddr: 0x670, symBinAddr: 0x11D670, symSize: 0x50 }
+ - { offsetInCU: 0x13EA, offset: 0x123368, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6myRoleAC04UserJ6FilterOvg', symObjAddr: 0x6C0, symBinAddr: 0x11D6C0, symSize: 0x30 }
+ - { offsetInCU: 0x1409, offset: 0x123387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC10endResultsSayAA0dE9EndResultOGvg', symObjAddr: 0x6F0, symBinAddr: 0x11D6F0, symSize: 0x30 }
+ - { offsetInCU: 0x1456, offset: 0x1233D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC15endResultsArraySo7NSArrayCvgTo', symObjAddr: 0x720, symBinAddr: 0x11D720, symSize: 0x60 }
+ - { offsetInCU: 0x148B, offset: 0x123409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC15endResultsArraySo7NSArrayCvg', symObjAddr: 0x780, symBinAddr: 0x11D780, symSize: 0x30 }
+ - { offsetInCU: 0x14C8, offset: 0x123446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC5limits5Int32VvgTo', symObjAddr: 0x7B0, symBinAddr: 0x11D7B0, symSize: 0x50 }
+ - { offsetInCU: 0x14FD, offset: 0x12347B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC5limits5Int32Vvg', symObjAddr: 0x800, symBinAddr: 0x11D800, symSize: 0x30 }
+ - { offsetInCU: 0x151C, offset: 0x12349A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6sender4user6paramsAcA13CommandSender_p_AA4UserCAC6ParamsCtcfc', symObjAddr: 0x830, symBinAddr: 0x11D830, symSize: 0x130 }
+ - { offsetInCU: 0x15A1, offset: 0x12351F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tF', symObjAddr: 0x980, symBinAddr: 0x11D980, symSize: 0x3E0 }
+ - { offsetInCU: 0x16AD, offset: 0x12362B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_', symObjAddr: 0xD60, symBinAddr: 0x11DD60, symSize: 0x240 }
+ - { offsetInCU: 0x1886, offset: 0x123804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFTo', symObjAddr: 0xFA0, symBinAddr: 0x11DFA0, symSize: 0x70 }
+ - { offsetInCU: 0x18A2, offset: 0x123820, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCfETo', symObjAddr: 0x23E0, symBinAddr: 0x11F3E0, symSize: 0x20 }
+ - { offsetInCU: 0x18D1, offset: 0x12384F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCACycfc', symObjAddr: 0x2450, symBinAddr: 0x11F450, symSize: 0x30 }
+ - { offsetInCU: 0x1934, offset: 0x1238B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCACycfcTo', symObjAddr: 0x2480, symBinAddr: 0x11F480, symSize: 0x30 }
+ - { offsetInCU: 0x19E7, offset: 0x123965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCMa', symObjAddr: 0x960, symBinAddr: 0x11D960, symSize: 0x20 }
+ - { offsetInCU: 0x1A28, offset: 0x1239A6, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD13DirectCallLogCGSgAGIeggg_TR', symObjAddr: 0x1010, symBinAddr: 0x11E010, symSize: 0x60 }
+ - { offsetInCU: 0x1CB9, offset: 0x123C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryCfETo', symObjAddr: 0x2500, symBinAddr: 0x11F500, symSize: 0x60 }
+ - { offsetInCU: 0x1CE8, offset: 0x123C66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyycfU0_TA', symObjAddr: 0x2580, symBinAddr: 0x11F580, symSize: 0x40 }
+ - { offsetInCU: 0x1D1C, offset: 0x123C9A, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF13SendBirdCalls14StatisticValueCySdG_Tg5', symObjAddr: 0x25C0, symBinAddr: 0x11F5C0, symSize: 0x10 }
+ - { offsetInCU: 0x1D34, offset: 0x123CB2, size: 0x8, addend: 0x0, symName: '_$sSa12_endMutationyyF13SendBirdCalls14StatisticValueCys5Int64VG_Tg5', symObjAddr: 0x25E0, symBinAddr: 0x11F5D0, symSize: 0x10 }
+ - { offsetInCU: 0x1D4C, offset: 0x123CCA, size: 0x8, addend: 0x0, symName: '_$sSa21_makeMutableAndUniqueyyF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x25F0, symBinAddr: 0x11F5E0, symSize: 0x30 }
+ - { offsetInCU: 0x1D79, offset: 0x123CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_TA', symObjAddr: 0x2670, symBinAddr: 0x11F660, symSize: 0x20 }
+ - { offsetInCU: 0x1D98, offset: 0x123D16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA30DirectCallLogListQueryResponseCGIegg_AFIegn_TRTA', symObjAddr: 0x2690, symBinAddr: 0x11F680, symSize: 0x30 }
+ - { offsetInCU: 0x1DC1, offset: 0x123D3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA11RequestableAAWl', symObjAddr: 0x26C0, symBinAddr: 0x11F6B0, symSize: 0x30 }
+ - { offsetInCU: 0x1DD5, offset: 0x123D53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA10ResultableAAWl', symObjAddr: 0x26F0, symBinAddr: 0x11F6E0, symSize: 0x30 }
+ - { offsetInCU: 0x1DE9, offset: 0x123D67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVWOs', symObjAddr: 0x2720, symBinAddr: 0x11F710, symSize: 0x50 }
+ - { offsetInCU: 0x1DFD, offset: 0x123D7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyycfU_TA', symObjAddr: 0x2770, symBinAddr: 0x11F760, symSize: 0x40 }
+ - { offsetInCU: 0x1E31, offset: 0x123DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC6ParamsCMa', symObjAddr: 0x27D0, symBinAddr: 0x11F7A0, symSize: 0x20 }
+ - { offsetInCU: 0x1E45, offset: 0x123DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASQWb', symObjAddr: 0x27F0, symBinAddr: 0x11F7C0, symSize: 0x10 }
+ - { offsetInCU: 0x1E59, offset: 0x123DD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOAESQAAWl', symObjAddr: 0x2800, symBinAddr: 0x11F7D0, symSize: 0x30 }
+ - { offsetInCU: 0x1E6D, offset: 0x123DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOMa', symObjAddr: 0x2CE0, symBinAddr: 0x11FCB0, symSize: 0x10 }
+ - { offsetInCU: 0x1E81, offset: 0x123DFF, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByy_SayAD13DirectCallLogCGSgAGIeggg_TRTA', symObjAddr: 0x2E90, symBinAddr: 0x11FE60, symSize: 0x10 }
+ - { offsetInCU: 0x1E95, offset: 0x123E13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_yycfU0_TA', symObjAddr: 0x2ED0, symBinAddr: 0x11FEA0, symSize: 0x20 }
+ - { offsetInCU: 0x1ED1, offset: 0x123E4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA30DirectCallLogListQueryResponseCGWOy', symObjAddr: 0x2EF0, symBinAddr: 0x11FEC0, symSize: 0x20 }
+ - { offsetInCU: 0x1EE5, offset: 0x123E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC4next17completionHandleryySayAA0deF0CGSg_AA8SBCErrorCSgtc_tFyAA9SBCResultOyAA0defgH8ResponseCGcfU1_yycfU_TA', symObjAddr: 0x2F40, symBinAddr: 0x11FF10, symSize: 0x30 }
+ - { offsetInCU: 0x1F61, offset: 0x123EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x190, symBinAddr: 0x11D190, symSize: 0x10 }
+ - { offsetInCU: 0x1FF2, offset: 0x123F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH9hashValueSivgTW', symObjAddr: 0x1A0, symBinAddr: 0x11D1A0, symSize: 0x40 }
+ - { offsetInCU: 0x20A1, offset: 0x12401F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x11D1E0, symSize: 0x20 }
+ - { offsetInCU: 0x20F4, offset: 0x124072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallLogListQueryC14UserRoleFilterOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x200, symBinAddr: 0x11D200, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x124465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateVideoEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x0, symBinAddr: 0x11FFC0, symSize: 0x1D0 }
+ - { offsetInCU: 0x1E0, offset: 0x12461E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateVideoEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x0, symBinAddr: 0x11FFC0, symSize: 0x1D0 }
+ - { offsetInCU: 0x45C, offset: 0x12489A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateAudioEnable4withyAA0dE8SnapshotC_tF', symObjAddr: 0x1D0, symBinAddr: 0x120190, symSize: 0x1D0 }
+ - { offsetInCU: 0x710, offset: 0x124B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tF', symObjAddr: 0x3A0, symBinAddr: 0x120360, symSize: 0x4B0 }
+ - { offsetInCU: 0x9BF, offset: 0x124DFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFyShySSGz_SStXEfU_', symObjAddr: 0x850, symBinAddr: 0x120810, symSize: 0x2F0 }
+ - { offsetInCU: 0xC21, offset: 0x12505F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27updateRemoteRecordingStatus4withyAA0dE8SnapshotC_tF', symObjAddr: 0xB40, symBinAddr: 0x120B00, symSize: 0x370 }
+ - { offsetInCU: 0xEA7, offset: 0x1252E5, size: 0x8, addend: 0x0, symName: '_$sSh9formUnionyyqd__n7ElementQyd__RszSTRd__lFSS_SD4KeysVyS2S_GTg5', symObjAddr: 0xEB0, symBinAddr: 0x120E70, symSize: 0x170 }
+ - { offsetInCU: 0x1155, offset: 0x125593, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFShySSG_AETg590$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFyShySSGz_SStXEfU_0eF5Calls0hI0CAG0hiO0C0K5ItemsCTf1ncn_nTf4nngg_n', symObjAddr: 0x1020, symBinAddr: 0x120FE0, symSize: 0x200 }
+ - { offsetInCU: 0x1253, offset: 0x125691, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSD4KeysVyS2S_G_SaySSGTg591$s13SendBirdCalls10DirectCallC17updateCustomItems4withyAA0dE8SnapshotC_tFySaySSGz_SStXEfU0_0fG5Calls0ijP0C0L5ItemsCTf1ncn_nTf4nng_n', symObjAddr: 0x1220, symBinAddr: 0x1211E0, symSize: 0x270 }
+ - { offsetInCU: 0x4B, offset: 0x125AD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvg', symObjAddr: 0x0, symBinAddr: 0x121450, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x125AED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvs', symObjAddr: 0x30, symBinAddr: 0x121480, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x125B09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvM', symObjAddr: 0x70, symBinAddr: 0x1214C0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x125B25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceAA0aB7ServiceCvM.resume.0', symObjAddr: 0xA0, symBinAddr: 0x1214F0, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x125B41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvg', symObjAddr: 0xB0, symBinAddr: 0x121500, symSize: 0x30 }
+ - { offsetInCU: 0xD7, offset: 0x125B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvs', symObjAddr: 0xE0, symBinAddr: 0x121530, symSize: 0x40 }
+ - { offsetInCU: 0xF3, offset: 0x125B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC9delegatesSo10NSMapTableCySo8NSStringCyXlGvM', symObjAddr: 0x120, symBinAddr: 0x121570, symSize: 0x30 }
+ - { offsetInCU: 0x10F, offset: 0x125B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfC', symObjAddr: 0x150, symBinAddr: 0x1215A0, symSize: 0x30 }
+ - { offsetInCU: 0x12D, offset: 0x125BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC7serviceACyxGAA0aB7ServiceC_tcfc', symObjAddr: 0x180, symBinAddr: 0x1215D0, symSize: 0x80 }
+ - { offsetInCU: 0x17F, offset: 0x125C05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC11addDelegate_6forKeyyx_SStF', symObjAddr: 0x200, symBinAddr: 0x121650, symSize: 0x70 }
+ - { offsetInCU: 0x1CC, offset: 0x125C52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC14removeDelegate6forKeyySS_tF', symObjAddr: 0x270, symBinAddr: 0x1216C0, symSize: 0x60 }
+ - { offsetInCU: 0x209, offset: 0x125C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherC18removeAllDelegatesyyF', symObjAddr: 0x2D0, symBinAddr: 0x121720, symSize: 0x40 }
+ - { offsetInCU: 0x236, offset: 0x125CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCfd', symObjAddr: 0x310, symBinAddr: 0x121760, symSize: 0x20 }
+ - { offsetInCU: 0x271, offset: 0x125CF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCfD', symObjAddr: 0x330, symBinAddr: 0x121780, symSize: 0x30 }
+ - { offsetInCU: 0x2BC, offset: 0x125D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMi', symObjAddr: 0x440, symBinAddr: 0x121890, symSize: 0x10 }
+ - { offsetInCU: 0x2D0, offset: 0x125D56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMr', symObjAddr: 0x450, symBinAddr: 0x1218A0, symSize: 0x50 }
+ - { offsetInCU: 0x2E4, offset: 0x125D6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DispatcherCMa', symObjAddr: 0x4A0, symBinAddr: 0x1218F0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x125F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callIdSSvg', symObjAddr: 0x0, symBinAddr: 0x121A20, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x125F92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callIdSSvg', symObjAddr: 0x0, symBinAddr: 0x121A20, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x125FAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV11recordingIdSSvg', symObjAddr: 0x30, symBinAddr: 0x121A50, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x125FCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV13recordingTypeAA0D7OptionsC0dH0Ovg', symObjAddr: 0x60, symBinAddr: 0x121A80, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x125FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV09recordingE0AA0dE0Ovg', symObjAddr: 0x70, symBinAddr: 0x121A90, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x126002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x80, symBinAddr: 0x121AA0, symSize: 0x10 }
+ - { offsetInCU: 0xD7, offset: 0x12601E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV9requestIdSSvg', symObjAddr: 0x90, symBinAddr: 0x121AB0, symSize: 0x30 }
+ - { offsetInCU: 0xEB, offset: 0x126032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callId09recordingH00I4Type0iE0ACSS_SSAA0D7OptionsC0dJ0OAA0dE0OtcfC', symObjAddr: 0xC0, symBinAddr: 0x121AE0, symSize: 0x70 }
+ - { offsetInCU: 0x107, offset: 0x12604E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x130, symBinAddr: 0x121B50, symSize: 0x330 }
+ - { offsetInCU: 0x192, offset: 0x1260D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x460, symBinAddr: 0x121E80, symSize: 0x10 }
+ - { offsetInCU: 0x1BD, offset: 0x126104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x470, symBinAddr: 0x121E90, symSize: 0x30 }
+ - { offsetInCU: 0x1EF, offset: 0x126136, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4A0, symBinAddr: 0x121EC0, symSize: 0x50 }
+ - { offsetInCU: 0x212, offset: 0x126159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestV6callId09recordingH00I4Type0iE0ACSS_SSAA0D7OptionsC0dJ0OAA0dE0OtcfCTf4ggnnd_n', symObjAddr: 0x4F0, symBinAddr: 0x121F10, symSize: 0xD0 }
+ - { offsetInCU: 0x2B5, offset: 0x1261FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSEAAWl', symObjAddr: 0x690, symBinAddr: 0x121FE0, symSize: 0x30 }
+ - { offsetInCU: 0x2C9, offset: 0x126210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x6C0, symBinAddr: 0x122010, symSize: 0x20 }
+ - { offsetInCU: 0x2DD, offset: 0x126224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA13WSRequestableAAWl', symObjAddr: 0x6E0, symBinAddr: 0x122030, symSize: 0x30 }
+ - { offsetInCU: 0x2F1, offset: 0x126238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x710, symBinAddr: 0x122060, symSize: 0x20 }
+ - { offsetInCU: 0x305, offset: 0x12624C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA13WSRequestableAAWI', symObjAddr: 0x760, symBinAddr: 0x122080, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0x126260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x7B0, symBinAddr: 0x1220A0, symSize: 0x10 }
+ - { offsetInCU: 0x32D, offset: 0x126274, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA11RequestableAAWI', symObjAddr: 0x7F0, symBinAddr: 0x1220B0, symSize: 0x30 }
+ - { offsetInCU: 0x341, offset: 0x126288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA0F0AAWl', symObjAddr: 0x820, symBinAddr: 0x1220E0, symSize: 0x30 }
+ - { offsetInCU: 0x355, offset: 0x12629C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x850, symBinAddr: 0x122110, symSize: 0x30 }
+ - { offsetInCU: 0x369, offset: 0x1262B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0AAWI', symObjAddr: 0x880, symBinAddr: 0x122140, symSize: 0x20 }
+ - { offsetInCU: 0x37D, offset: 0x1262C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVACSEAAWl', symObjAddr: 0x8A0, symBinAddr: 0x122160, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0x1262D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x8D0, symBinAddr: 0x122190, symSize: 0x20 }
+ - { offsetInCU: 0x3A5, offset: 0x1262EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwCP', symObjAddr: 0x8F0, symBinAddr: 0x1221B0, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x126300, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwxx', symObjAddr: 0x920, symBinAddr: 0x1221E0, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x126314, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwcp', symObjAddr: 0x950, symBinAddr: 0x122210, symSize: 0x70 }
+ - { offsetInCU: 0x3E1, offset: 0x126328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwca', symObjAddr: 0x9C0, symBinAddr: 0x122280, symSize: 0xA0 }
+ - { offsetInCU: 0x3F5, offset: 0x12633C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwta', symObjAddr: 0xA90, symBinAddr: 0x122320, symSize: 0x70 }
+ - { offsetInCU: 0x409, offset: 0x126350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwet', symObjAddr: 0xB00, symBinAddr: 0x122390, symSize: 0x40 }
+ - { offsetInCU: 0x41D, offset: 0x126364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVwst', symObjAddr: 0xB40, symBinAddr: 0x1223D0, symSize: 0x50 }
+ - { offsetInCU: 0x431, offset: 0x126378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVMa', symObjAddr: 0xB90, symBinAddr: 0x122420, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x1265B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15prepareNewValueyyF', symObjAddr: 0x0, symBinAddr: 0x122430, symSize: 0x80 }
+ - { offsetInCU: 0x3F, offset: 0x1265CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15prepareNewValueyyF', symObjAddr: 0x0, symBinAddr: 0x122430, symSize: 0x80 }
+ - { offsetInCU: 0x5E, offset: 0x1265ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15willSetNewValue4withyAC_tF', symObjAddr: 0xE0, symBinAddr: 0x1224B0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x126612, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14didSetNewValue4withyAC_tF', symObjAddr: 0x110, symBinAddr: 0x1224E0, symSize: 0x80 }
+ - { offsetInCU: 0xAC, offset: 0x12663B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19failedToSetNewValueyyF', symObjAddr: 0x190, symBinAddr: 0x122560, symSize: 0x20 }
+ - { offsetInCU: 0xC9, offset: 0x126658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableAA10IdentifierAaDP_SHWT', symObjAddr: 0x1B0, symBinAddr: 0x122580, symSize: 0x10 }
+ - { offsetInCU: 0xDD, offset: 0x12666C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10IdentifierOAESHAAWl', symObjAddr: 0x1C0, symBinAddr: 0x122590, symSize: 0x30 }
+ - { offsetInCU: 0x10F, offset: 0x12669E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP07prepareF5ValueyyFTW', symObjAddr: 0x1F0, symBinAddr: 0x1225C0, symSize: 0x80 }
+ - { offsetInCU: 0x176, offset: 0x126705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP07willSetF5Value4withyx_tFTW', symObjAddr: 0x270, symBinAddr: 0x122640, symSize: 0x30 }
+ - { offsetInCU: 0x1E7, offset: 0x126776, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP06didSetF5Value4withyx_tFTW', symObjAddr: 0x2A0, symBinAddr: 0x122670, symSize: 0x80 }
+ - { offsetInCU: 0x24C, offset: 0x1267DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientCAA11NewValuableA2aDP011failedToSetF5ValueyyFTW', symObjAddr: 0x320, symBinAddr: 0x1226F0, symSize: 0x19 }
+ - { offsetInCU: 0x27, offset: 0x1269DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x122710, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1269FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x122710, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x126A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x20, symBinAddr: 0x122730, symSize: 0x60 }
+ - { offsetInCU: 0xBD, offset: 0x126A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCACycfc', symObjAddr: 0x80, symBinAddr: 0x122790, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0x126A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCfd', symObjAddr: 0x90, symBinAddr: 0x1227A0, symSize: 0x10 }
+ - { offsetInCU: 0x117, offset: 0x126ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCfD', symObjAddr: 0xA0, symBinAddr: 0x1227B0, symSize: 0x20 }
+ - { offsetInCU: 0x145, offset: 0x126AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19EndpointClosedStateCMa', symObjAddr: 0xC0, symBinAddr: 0x1227D0, symSize: 0x14 }
+ - { offsetInCU: 0x3F, offset: 0x126CF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x0, symBinAddr: 0x1227F0, symSize: 0x30 }
+ - { offsetInCU: 0x5B, offset: 0x126D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RespondablePAAE11keyStrategy10Foundation11JSONDecoderC011KeyDecodingF0OvgZ', symObjAddr: 0x30, symBinAddr: 0x122820, symSize: 0x40 }
+ - { offsetInCU: 0x90, offset: 0x126D46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RoomEventCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x70, symBinAddr: 0x122860, symSize: 0x30 }
+ - { offsetInCU: 0xAC, offset: 0x126D62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22InvitationEventCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0xB0, symBinAddr: 0x1228A0, symSize: 0x30 }
+ - { offsetInCU: 0xC8, offset: 0x126D7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAA17StrategyDecodableA2aDP03keyJ010Foundation11JSONDecoderC011KeyDecodingJ0OvgZTW', symObjAddr: 0xE0, symBinAddr: 0x1228D0, symSize: 0x30 }
+ - { offsetInCU: 0xE4, offset: 0x126D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x110, symBinAddr: 0x122900, symSize: 0x30 }
+ - { offsetInCU: 0x100, offset: 0x126DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DirectCallEventCommandCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0x140, symBinAddr: 0x122930, symSize: 0x30 }
+ - { offsetInCU: 0x11C, offset: 0x126DD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x180, symBinAddr: 0x122970, symSize: 0x30 }
+ - { offsetInCU: 0x138, offset: 0x126DEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x1E0, symBinAddr: 0x1229D0, symSize: 0x30 }
+ - { offsetInCU: 0x154, offset: 0x126E0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x210, symBinAddr: 0x122A00, symSize: 0x30 }
+ - { offsetInCU: 0x170, offset: 0x126E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x240, symBinAddr: 0x122A30, symSize: 0x30 }
+ - { offsetInCU: 0x18C, offset: 0x126E42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x270, symBinAddr: 0x122A60, symSize: 0x30 }
+ - { offsetInCU: 0x1A8, offset: 0x126E5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA17StrategyDecodableA2aDP03keyI010Foundation11JSONDecoderC011KeyDecodingI0OvgZTW', symObjAddr: 0x2A0, symBinAddr: 0x122A90, symSize: 0x30 }
+ - { offsetInCU: 0x1C4, offset: 0x126E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA17StrategyDecodableA2aDP03keyG010Foundation11JSONDecoderC011KeyDecodingG0OvgZTW', symObjAddr: 0x2F0, symBinAddr: 0x122AE0, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0x127070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x122B70, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x127094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x122B70, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x1270A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0x10, symBinAddr: 0x122B80, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1270C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x40, symBinAddr: 0x122BB0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x1270E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x122BF0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x1270FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x122C20, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x127118, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x122C30, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x12713D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x122C70, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x12722E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x570, symBinAddr: 0x122F70, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x1272CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x123080, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x1273A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x760, symBinAddr: 0x123160, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x127402, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x123190, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x12745F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x1231D0, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x1274B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfD', symObjAddr: 0x830, symBinAddr: 0x123210, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x127509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x870, symBinAddr: 0x123250, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x127525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x890, symBinAddr: 0x123270, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x127541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x123290, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x12755D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x1232E0, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x127588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x123300, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x1275BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x122F50, symSize: 0x20 }
+ - { offsetInCU: 0x643, offset: 0x12768C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DeclineResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x1231C0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x127915, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg5', symObjAddr: 0x0, symBinAddr: 0x123400, symSize: 0x130 }
+ - { offsetInCU: 0x169, offset: 0x127A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfC', symObjAddr: 0x130, symBinAddr: 0x123530, symSize: 0x50 }
+ - { offsetInCU: 0x19D, offset: 0x127A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvg', symObjAddr: 0x180, symBinAddr: 0x123580, symSize: 0x30 }
+ - { offsetInCU: 0x1B9, offset: 0x127AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvs', symObjAddr: 0x1B0, symBinAddr: 0x1235B0, symSize: 0x40 }
+ - { offsetInCU: 0x1D5, offset: 0x127AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvM', symObjAddr: 0x1F0, symBinAddr: 0x1235F0, symSize: 0x30 }
+ - { offsetInCU: 0x1F1, offset: 0x127ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsSayAA0D0CGvM.resume.0', symObjAddr: 0x220, symBinAddr: 0x123620, symSize: 0x10 }
+ - { offsetInCU: 0x20D, offset: 0x127AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC18remoteParticipantsSayAA06RemoteD0CGvg', symObjAddr: 0x230, symBinAddr: 0x123630, symSize: 0x230 }
+ - { offsetInCU: 0x50E, offset: 0x127DFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC05localD0AA05LocalD0CSgvg', symObjAddr: 0x460, symBinAddr: 0x123860, symSize: 0x110 }
+ - { offsetInCU: 0x6D8, offset: 0x127FC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfc', symObjAddr: 0x570, symBinAddr: 0x123970, symSize: 0x30 }
+ - { offsetInCU: 0x6EC, offset: 0x127FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlF', symObjAddr: 0x5A0, symBinAddr: 0x1239A0, symSize: 0x4D0 }
+ - { offsetInCU: 0xA70, offset: 0x12835E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlFSbAFXEfU_', symObjAddr: 0xA70, symBinAddr: 0x123E70, symSize: 0x50 }
+ - { offsetInCU: 0xAE6, offset: 0x1283D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC5clearyyF', symObjAddr: 0xAC0, symBinAddr: 0x123EC0, symSize: 0x1F0 }
+ - { offsetInCU: 0xC7B, offset: 0x128569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6removeyySSF', symObjAddr: 0xCB0, symBinAddr: 0x1240B0, symSize: 0x2A0 }
+ - { offsetInCU: 0xFDC, offset: 0x1288CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCyxxcAA0D0CRbzluig', symObjAddr: 0xF50, symBinAddr: 0x124350, symSize: 0x210 }
+ - { offsetInCU: 0x1197, offset: 0x128A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCyAA0D0CSgSScig', symObjAddr: 0x1160, symBinAddr: 0x124560, symSize: 0x230 }
+ - { offsetInCU: 0x13EE, offset: 0x128CDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCfd', symObjAddr: 0x1390, symBinAddr: 0x124790, symSize: 0x20 }
+ - { offsetInCU: 0x1429, offset: 0x128D17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCfD', symObjAddr: 0x13B0, symBinAddr: 0x1247B0, symSize: 0x20 }
+ - { offsetInCU: 0x1494, offset: 0x128D82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC12participantsACSayAA0D0CG_tcfcTf4gn_n', symObjAddr: 0x14F0, symBinAddr: 0x1248F0, symSize: 0x300 }
+ - { offsetInCU: 0x1952, offset: 0x129240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionCMa', symObjAddr: 0x1860, symBinAddr: 0x124BF0, symSize: 0x20 }
+ - { offsetInCU: 0x1966, offset: 0x129254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ParticipantCollectionC6upsertyxxAA0D0CRbzlFSbAFXEfU_TA', symObjAddr: 0x18B0, symBinAddr: 0x124C10, symSize: 0x20 }
+ - { offsetInCU: 0x197A, offset: 0x129268, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13ef7Calls21H36CollectionC6removeyySSFSbAA0D0CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x18D0, symBinAddr: 0x124C30, symSize: 0x140 }
+ - { offsetInCU: 0x1BA8, offset: 0x129496, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13hi7Calls21K36CollectionC6removeyySSFSbAA0D0CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1A10, symBinAddr: 0x124D70, symSize: 0x430 }
+ - { offsetInCU: 0x1ED9, offset: 0x1297C7, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg5', symObjAddr: 0x0, symBinAddr: 0x123400, symSize: 0x130 }
+ - { offsetInCU: 0x21AC, offset: 0x129A9A, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11ParticipantCG_Tg504$s13de7Calls21G34CollectionCyAA0D0CSgSScigSbAEXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x13D0, symBinAddr: 0x1247D0, symSize: 0x120 }
+ - { offsetInCU: 0x4B, offset: 0x129F09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x125310, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x129F1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0x125320, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x129F39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0x125350, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x129F55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x125390, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x129F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x1253C0, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x129F8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x1253D0, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x129FB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x125410, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x12A0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x570, symBinAddr: 0x125710, symSize: 0xF0 }
+ - { offsetInCU: 0x27E, offset: 0x12A13C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC3seq13directCallLog11commandType9messageId04callN012deliveryInfoACSiSg_AA06DirectiJ0CAA0F5TypesO0rI0OS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x660, symBinAddr: 0x125800, symSize: 0xC0 }
+ - { offsetInCU: 0x355, offset: 0x12A213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x720, symBinAddr: 0x1258C0, symSize: 0x30 }
+ - { offsetInCU: 0x3B4, offset: 0x12A272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x1258F0, symSize: 0x30 }
+ - { offsetInCU: 0x411, offset: 0x12A2CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfd', symObjAddr: 0x790, symBinAddr: 0x125930, symSize: 0x40 }
+ - { offsetInCU: 0x462, offset: 0x12A320, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfD', symObjAddr: 0x7F0, symBinAddr: 0x125970, symSize: 0x40 }
+ - { offsetInCU: 0x4BB, offset: 0x12A379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x830, symBinAddr: 0x1259B0, symSize: 0x50 }
+ - { offsetInCU: 0x4D7, offset: 0x12A395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x890, symBinAddr: 0x125A10, symSize: 0x20 }
+ - { offsetInCU: 0x4F3, offset: 0x12A3B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x125A30, symSize: 0x20 }
+ - { offsetInCU: 0x50F, offset: 0x12A3CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8D0, symBinAddr: 0x125A50, symSize: 0x50 }
+ - { offsetInCU: 0x53A, offset: 0x12A3F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x950, symBinAddr: 0x125AD0, symSize: 0x20 }
+ - { offsetInCU: 0x56D, offset: 0x12A42B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0x1256F0, symSize: 0x20 }
+ - { offsetInCU: 0x63E, offset: 0x12A4FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TimeoutEventCommandCfE', symObjAddr: 0x780, symBinAddr: 0x125920, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x12A7AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8Constant33_FD7A6189F1D8E487C75F4B346E142E52LLV7commandSSvpZ', symObjAddr: 0x17C0, symBinAddr: 0x2F9F78, symSize: 0x0 }
+ - { offsetInCU: 0x84, offset: 0x12A7E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO10dictionarySDySSypGSgvg', symObjAddr: 0x0, symBinAddr: 0x125BF0, symSize: 0x200 }
+ - { offsetInCU: 0x12D, offset: 0x12A88B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO4data10Foundation4DataVSgvg', symObjAddr: 0x200, symBinAddr: 0x125DF0, symSize: 0x2E0 }
+ - { offsetInCU: 0x1DB, offset: 0x12A939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV7commandyAA0D0_pSgAC5InputOFZ', symObjAddr: 0x4E0, symBinAddr: 0x1260D0, symSize: 0x1B0 }
+ - { offsetInCU: 0x2A8, offset: 0x12AA06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryVACycfC', symObjAddr: 0xE50, symBinAddr: 0x126A40, symSize: 0x10 }
+ - { offsetInCU: 0x2C7, offset: 0x12AA25, size: 0x8, addend: 0x0, symName: '_$sSe13SendBirdCallsE6decode4withxSg10Foundation4DataVSg_tFZ', symObjAddr: 0x690, symBinAddr: 0x126280, symSize: 0x160 }
+ - { offsetInCU: 0x4B3, offset: 0x12AC11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO11commandTypeAA0D0_SepXpSgvg', symObjAddr: 0x7F0, symBinAddr: 0x1263E0, symSize: 0x4C0 }
+ - { offsetInCU: 0x688, offset: 0x12ADE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7CommandPAASeRzrlE06decodeD04withAaB_pSg10Foundation4DataVSg_tFZ', symObjAddr: 0xCB0, symBinAddr: 0x1268A0, symSize: 0x190 }
+ - { offsetInCU: 0x714, offset: 0x12AE72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO9typeValueAA05EventF4TypeOvg', symObjAddr: 0xE40, symBinAddr: 0x126A30, symSize: 0x10 }
+ - { offsetInCU: 0x733, offset: 0x12AE91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8Constant33_FD7A6189F1D8E487C75F4B346E142E52LLV7command_WZ', symObjAddr: 0xE60, symBinAddr: 0x126A50, symSize: 0x30 }
+ - { offsetInCU: 0x74D, offset: 0x12AEAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOWOy', symObjAddr: 0xE90, symBinAddr: 0x126A80, symSize: 0x30 }
+ - { offsetInCU: 0x761, offset: 0x12AEBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOWOy', symObjAddr: 0xEC0, symBinAddr: 0x126AB0, symSize: 0x20 }
+ - { offsetInCU: 0x775, offset: 0x12AED3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOWOe', symObjAddr: 0xF60, symBinAddr: 0x126AD0, symSize: 0x30 }
+ - { offsetInCU: 0x789, offset: 0x12AEE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOWOe', symObjAddr: 0xF90, symBinAddr: 0x126B00, symSize: 0x20 }
+ - { offsetInCU: 0x79D, offset: 0x12AEFB, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE4dataSDyxq_G10Foundation4DataVSg_tKcfCSS_ypTg5Tf4nd_n', symObjAddr: 0x10B0, symBinAddr: 0x126B20, symSize: 0x1B0 }
+ - { offsetInCU: 0x835, offset: 0x12AF93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCACSeAAWl', symObjAddr: 0x12E0, symBinAddr: 0x126D00, symSize: 0x40 }
+ - { offsetInCU: 0x849, offset: 0x12AFA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryVMa', symObjAddr: 0x1350, symBinAddr: 0x126D40, symSize: 0x10 }
+ - { offsetInCU: 0x85D, offset: 0x12AFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwCP', symObjAddr: 0x1360, symBinAddr: 0x126D50, symSize: 0x40 }
+ - { offsetInCU: 0x871, offset: 0x12AFCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwxx', symObjAddr: 0x13A0, symBinAddr: 0x126D90, symSize: 0x20 }
+ - { offsetInCU: 0x885, offset: 0x12AFE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwcp', symObjAddr: 0x13C0, symBinAddr: 0x126DB0, symSize: 0x40 }
+ - { offsetInCU: 0x899, offset: 0x12AFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwca', symObjAddr: 0x1400, symBinAddr: 0x126DF0, symSize: 0x50 }
+ - { offsetInCU: 0x8AD, offset: 0x12B00B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwta', symObjAddr: 0x1470, symBinAddr: 0x126E40, symSize: 0x40 }
+ - { offsetInCU: 0x8C1, offset: 0x12B01F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwet', symObjAddr: 0x14B0, symBinAddr: 0x126E80, symSize: 0x50 }
+ - { offsetInCU: 0x8D5, offset: 0x12B033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwst', symObjAddr: 0x1500, symBinAddr: 0x126ED0, symSize: 0x50 }
+ - { offsetInCU: 0x8E9, offset: 0x12B047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwug', symObjAddr: 0x1550, symBinAddr: 0x126F20, symSize: 0x10 }
+ - { offsetInCU: 0x8FD, offset: 0x12B05B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwup', symObjAddr: 0x1560, symBinAddr: 0x126F30, symSize: 0x10 }
+ - { offsetInCU: 0x911, offset: 0x12B06F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOwui', symObjAddr: 0x1570, symBinAddr: 0x126F40, symSize: 0x20 }
+ - { offsetInCU: 0x925, offset: 0x12B083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputOMa', symObjAddr: 0x1590, symBinAddr: 0x126F60, symSize: 0x10 }
+ - { offsetInCU: 0x939, offset: 0x12B097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwCP', symObjAddr: 0x15A0, symBinAddr: 0x126F70, symSize: 0x40 }
+ - { offsetInCU: 0x94D, offset: 0x12B0AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwxx', symObjAddr: 0x15E0, symBinAddr: 0x126FB0, symSize: 0x20 }
+ - { offsetInCU: 0x961, offset: 0x12B0BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwcp', symObjAddr: 0x1600, symBinAddr: 0x126FD0, symSize: 0x40 }
+ - { offsetInCU: 0x975, offset: 0x12B0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwca', symObjAddr: 0x1640, symBinAddr: 0x127010, symSize: 0x50 }
+ - { offsetInCU: 0x989, offset: 0x12B0E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwta', symObjAddr: 0x1690, symBinAddr: 0x127060, symSize: 0x40 }
+ - { offsetInCU: 0x99D, offset: 0x12B0FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwet', symObjAddr: 0x16D0, symBinAddr: 0x1270A0, symSize: 0x50 }
+ - { offsetInCU: 0x9B1, offset: 0x12B10F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwst', symObjAddr: 0x1720, symBinAddr: 0x1270F0, symSize: 0x50 }
+ - { offsetInCU: 0x9C5, offset: 0x12B123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwug', symObjAddr: 0x1770, symBinAddr: 0x127140, symSize: 0x10 }
+ - { offsetInCU: 0x9D9, offset: 0x12B137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwup', symObjAddr: 0x1780, symBinAddr: 0x127150, symSize: 0x10 }
+ - { offsetInCU: 0x9ED, offset: 0x12B14B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOwui', symObjAddr: 0x1790, symBinAddr: 0x127160, symSize: 0x10 }
+ - { offsetInCU: 0xA01, offset: 0x12B15F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CommandFactoryV5InputO8DataTypeOMa', symObjAddr: 0x17A0, symBinAddr: 0x127170, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x12B4C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x127190, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x12B4E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x127190, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0x12B500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callIdSSvg', symObjAddr: 0x70, symBinAddr: 0x127200, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x12B51C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV10candidatesSayAA0E0CGvg', symObjAddr: 0xA0, symBinAddr: 0x127230, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x12B538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xB0, symBinAddr: 0x127240, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x12B54C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0x127270, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x12B568, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV9requestIdSSvg', symObjAddr: 0xF0, symBinAddr: 0x127280, symSize: 0x30 }
+ - { offsetInCU: 0xE3, offset: 0x12B57C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x120, symBinAddr: 0x1272B0, symSize: 0x270 }
+ - { offsetInCU: 0x156, offset: 0x12B5EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x390, symBinAddr: 0x127520, symSize: 0x10 }
+ - { offsetInCU: 0x181, offset: 0x12B61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x127530, symSize: 0x30 }
+ - { offsetInCU: 0x1C2, offset: 0x12B65B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3D0, symBinAddr: 0x127560, symSize: 0x30 }
+ - { offsetInCU: 0x1F4, offset: 0x12B68D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x400, symBinAddr: 0x127590, symSize: 0x40 }
+ - { offsetInCU: 0x217, offset: 0x12B6B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestV6callId10candidates014peerConnectionH0ACSS_SayAA0E0CGSSSgtcfCTf4gggd_n', symObjAddr: 0x440, symBinAddr: 0x1275D0, symSize: 0xD0 }
+ - { offsetInCU: 0x277, offset: 0x12B710, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls9CandidateCGSayxGSEsSERzlWl', symObjAddr: 0x5E0, symBinAddr: 0x1276A0, symSize: 0x50 }
+ - { offsetInCU: 0x28B, offset: 0x12B724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CandidateCACSEAAWl', symObjAddr: 0x680, symBinAddr: 0x1276F0, symSize: 0x40 }
+ - { offsetInCU: 0x29F, offset: 0x12B738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x7C0, symBinAddr: 0x127730, symSize: 0x20 }
+ - { offsetInCU: 0x2B3, offset: 0x12B74C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7E0, symBinAddr: 0x127750, symSize: 0x30 }
+ - { offsetInCU: 0x2C7, offset: 0x12B760, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x810, symBinAddr: 0x127780, symSize: 0x20 }
+ - { offsetInCU: 0x2DB, offset: 0x12B774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA13WSRequestableAAWI', symObjAddr: 0x860, symBinAddr: 0x1277A0, symSize: 0x20 }
+ - { offsetInCU: 0x2EF, offset: 0x12B788, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x8B0, symBinAddr: 0x1277C0, symSize: 0x10 }
+ - { offsetInCU: 0x303, offset: 0x12B79C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA11RequestableAAWI', symObjAddr: 0x8F0, symBinAddr: 0x1277D0, symSize: 0x30 }
+ - { offsetInCU: 0x317, offset: 0x12B7B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA0F0AAWl', symObjAddr: 0x920, symBinAddr: 0x127800, symSize: 0x30 }
+ - { offsetInCU: 0x32B, offset: 0x12B7C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x950, symBinAddr: 0x127830, symSize: 0x30 }
+ - { offsetInCU: 0x33F, offset: 0x12B7D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0AAWI', symObjAddr: 0x980, symBinAddr: 0x127860, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0x12B7EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVACSEAAWl', symObjAddr: 0x9A0, symBinAddr: 0x127880, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x12B800, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x9D0, symBinAddr: 0x1278B0, symSize: 0x20 }
+ - { offsetInCU: 0x37B, offset: 0x12B814, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwCP', symObjAddr: 0x9F0, symBinAddr: 0x1278D0, symSize: 0x30 }
+ - { offsetInCU: 0x38F, offset: 0x12B828, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwxx', symObjAddr: 0xA20, symBinAddr: 0x127900, symSize: 0x40 }
+ - { offsetInCU: 0x3A3, offset: 0x12B83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwcp', symObjAddr: 0xA60, symBinAddr: 0x127940, symSize: 0x80 }
+ - { offsetInCU: 0x3B7, offset: 0x12B850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwca', symObjAddr: 0xAE0, symBinAddr: 0x1279C0, symSize: 0xA0 }
+ - { offsetInCU: 0x3CB, offset: 0x12B864, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0xB80, symBinAddr: 0x127A60, symSize: 0x30 }
+ - { offsetInCU: 0x3DF, offset: 0x12B878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwta', symObjAddr: 0xBB0, symBinAddr: 0x127A90, symSize: 0x70 }
+ - { offsetInCU: 0x3F3, offset: 0x12B88C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwet', symObjAddr: 0xC20, symBinAddr: 0x127B00, symSize: 0x40 }
+ - { offsetInCU: 0x407, offset: 0x12B8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVwst', symObjAddr: 0xC60, symBinAddr: 0x127B40, symSize: 0x50 }
+ - { offsetInCU: 0x41B, offset: 0x12B8B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVMa', symObjAddr: 0xCB0, symBinAddr: 0x127B90, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x12BB32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x127BE0, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x12BB56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x127BE0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x12BB72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC9candidateAA0F0Cvg', symObjAddr: 0x30, symBinAddr: 0x127C10, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x12BB8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x127C20, symSize: 0x40 }
+ - { offsetInCU: 0xA8, offset: 0x12BBB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x80, symBinAddr: 0x127C60, symSize: 0x2B0 }
+ - { offsetInCU: 0x181, offset: 0x12BC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ008endpointJ09candidateACSS_S2SAA0F0CtcfC', symObjAddr: 0x4C0, symBinAddr: 0x127F30, symSize: 0x80 }
+ - { offsetInCU: 0x21D, offset: 0x12BD28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ008endpointJ09candidateACSS_S2SAA0F0Ctcfc', symObjAddr: 0x540, symBinAddr: 0x127FB0, symSize: 0x40 }
+ - { offsetInCU: 0x2DE, offset: 0x12BDE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x580, symBinAddr: 0x127FF0, symSize: 0x30 }
+ - { offsetInCU: 0x33D, offset: 0x12BE48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x5B0, symBinAddr: 0x128020, symSize: 0x30 }
+ - { offsetInCU: 0x394, offset: 0x12BE9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfd', symObjAddr: 0x600, symBinAddr: 0x128070, symSize: 0x30 }
+ - { offsetInCU: 0x3E5, offset: 0x12BEF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfD', symObjAddr: 0x630, symBinAddr: 0x1280A0, symSize: 0x40 }
+ - { offsetInCU: 0x43F, offset: 0x12BF4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCMa', symObjAddr: 0x400, symBinAddr: 0x127F10, symSize: 0x20 }
+ - { offsetInCU: 0x4E8, offset: 0x12BFF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27AddIceCandidateEventCommandCfE', symObjAddr: 0x5E0, symBinAddr: 0x128050, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x12C24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x128110, symSize: 0x40 }
+ - { offsetInCU: 0x81, offset: 0x12C2A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x128110, symSize: 0x40 }
+ - { offsetInCU: 0xD0, offset: 0x12C2F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callIdSSvg', symObjAddr: 0x40, symBinAddr: 0x128150, symSize: 0x30 }
+ - { offsetInCU: 0xEC, offset: 0x12C312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC8snapshotAA06SignalD0CSgvg', symObjAddr: 0x70, symBinAddr: 0x128180, symSize: 0x10 }
+ - { offsetInCU: 0x108, offset: 0x12C32E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandC6callId8snapshotACSS_AA06SignalD0CSgtcfc', symObjAddr: 0x80, symBinAddr: 0x128190, symSize: 0x20 }
+ - { offsetInCU: 0x137, offset: 0x12C35D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCfd', symObjAddr: 0xA0, symBinAddr: 0x1281B0, symSize: 0x20 }
+ - { offsetInCU: 0x172, offset: 0x12C398, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCfD', symObjAddr: 0xC0, symBinAddr: 0x1281D0, symSize: 0x30 }
+ - { offsetInCU: 0x1BC, offset: 0x12C3E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCMa', symObjAddr: 0xF0, symBinAddr: 0x128200, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x12C61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabledSbvM', symObjAddr: 0x80, symBinAddr: 0x1282D0, symSize: 0x40 }
+ - { offsetInCU: 0x7A, offset: 0x12C649, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isAudioEnabledSbvM', symObjAddr: 0x140, symBinAddr: 0x128390, symSize: 0x40 }
+ - { offsetInCU: 0xA9, offset: 0x12C678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC12kickSiblingsSbvM', symObjAddr: 0x2E0, symBinAddr: 0x128530, symSize: 0x40 }
+ - { offsetInCU: 0xD8, offset: 0x12C6A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC12kickSiblingsSbvM.resume.0', symObjAddr: 0x320, symBinAddr: 0x128570, symSize: 0x10 }
+ - { offsetInCU: 0x151, offset: 0x12C720, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfC', symObjAddr: 0x330, symBinAddr: 0x128580, symSize: 0xC0 }
+ - { offsetInCU: 0x1AC, offset: 0x12C77B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfc', symObjAddr: 0x3F0, symBinAddr: 0x128640, symSize: 0xB0 }
+ - { offsetInCU: 0x1F1, offset: 0x12C7C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsC14isVideoEnabled0g5AudioI012kickSiblingsAESb_S2btcfcTo', symObjAddr: 0x4C0, symBinAddr: 0x128710, symSize: 0xB0 }
+ - { offsetInCU: 0x22C, offset: 0x12C7FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfC', symObjAddr: 0x570, symBinAddr: 0x1287C0, symSize: 0x20 }
+ - { offsetInCU: 0x24A, offset: 0x12C819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfc', symObjAddr: 0x590, symBinAddr: 0x1287E0, symSize: 0x30 }
+ - { offsetInCU: 0x297, offset: 0x12C866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCAEycfcTo', symObjAddr: 0x5C0, symBinAddr: 0x128810, symSize: 0x20 }
+ - { offsetInCU: 0x2D2, offset: 0x12C8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCfD', symObjAddr: 0x5E0, symBinAddr: 0x128830, symSize: 0x30 }
+ - { offsetInCU: 0x300, offset: 0x12C8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC11EnterParamsCMa', symObjAddr: 0x4A0, symBinAddr: 0x1286F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x12CAAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClient3forAA03WebG0CSgAG10IdentifierO_tF', symObjAddr: 0x0, symBinAddr: 0x128AF0, symSize: 0xC0 }
+ - { offsetInCU: 0x4A, offset: 0x12CACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClient3forAA03WebG0CSgAG10IdentifierO_tF', symObjAddr: 0x0, symBinAddr: 0x128AF0, symSize: 0xC0 }
+ - { offsetInCU: 0x11D, offset: 0x12CBA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27createSecondaryWebRTCClient4with14turnCredential18sessionDescriptionySSSg_AA04TurnL0CSgSo010RTCSessionN0CSgtF', symObjAddr: 0xC0, symBinAddr: 0x128BB0, symSize: 0x180 }
+ - { offsetInCU: 0x1F2, offset: 0x12CC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31didConnectSecondaryWebRTCClientyyF', symObjAddr: 0x240, symBinAddr: 0x128D30, symSize: 0x50 }
+ - { offsetInCU: 0x22F, offset: 0x12CCB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31didConnectSecondaryWebRTCClientyyFTo', symObjAddr: 0x290, symBinAddr: 0x128D80, symSize: 0x70 }
+ - { offsetInCU: 0x264, offset: 0x12CCE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC37didFailToConnectSecondaryWebRTCClientyyF', symObjAddr: 0x300, symBinAddr: 0x128DF0, symSize: 0x40 }
+ - { offsetInCU: 0x2A1, offset: 0x12CD25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC37didFailToConnectSecondaryWebRTCClientyyFTo', symObjAddr: 0x340, symBinAddr: 0x128E30, symSize: 0x60 }
+ - { offsetInCU: 0x2D6, offset: 0x12CD5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19setNewValueDelegateyyAA0ghI0_pF', symObjAddr: 0x3A0, symBinAddr: 0x128E90, symSize: 0x48 }
+ - { offsetInCU: 0x27, offset: 0x12D028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x128EE0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x12D04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x128EE0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x12D068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC02isE7EnabledSbvg', symObjAddr: 0x10, symBinAddr: 0x128EF0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x12D084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0x128F00, symSize: 0x40 }
+ - { offsetInCU: 0xA8, offset: 0x12D0A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x128F40, symSize: 0x2B0 }
+ - { offsetInCU: 0x181, offset: 0x12D182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfC', symObjAddr: 0x4A0, symBinAddr: 0x129210, symSize: 0x80 }
+ - { offsetInCU: 0x225, offset: 0x12D226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfc', symObjAddr: 0x520, symBinAddr: 0x129290, symSize: 0x40 }
+ - { offsetInCU: 0x2E5, offset: 0x12D2E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x560, symBinAddr: 0x1292D0, symSize: 0x30 }
+ - { offsetInCU: 0x344, offset: 0x12D345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x590, symBinAddr: 0x129300, symSize: 0x30 }
+ - { offsetInCU: 0x39B, offset: 0x12D39C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfd', symObjAddr: 0x5D0, symBinAddr: 0x129340, symSize: 0x30 }
+ - { offsetInCU: 0x3EC, offset: 0x12D3ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfD', symObjAddr: 0x600, symBinAddr: 0x129370, symSize: 0x40 }
+ - { offsetInCU: 0x446, offset: 0x12D447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCMa', symObjAddr: 0x3E0, symBinAddr: 0x1291F0, symSize: 0x20 }
+ - { offsetInCU: 0x4EF, offset: 0x12D4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantVideoSettingEventCommandCfE', symObjAddr: 0x5C0, symBinAddr: 0x129330, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x12D773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6roomIdSSvg', symObjAddr: 0x30, symBinAddr: 0x129410, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x12D78F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x60, symBinAddr: 0x129440, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x12D7AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0xA0, symBinAddr: 0x129480, symSize: 0x40 }
+ - { offsetInCU: 0x9F, offset: 0x12D7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0xE0, symBinAddr: 0x1294C0, symSize: 0x30 }
+ - { offsetInCU: 0xBB, offset: 0x12D7E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6senderAA13CommandSender_pvM.resume.0', symObjAddr: 0x110, symBinAddr: 0x1294F0, symSize: 0x10 }
+ - { offsetInCU: 0xD7, offset: 0x12D7FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvg', symObjAddr: 0x120, symBinAddr: 0x129500, symSize: 0x30 }
+ - { offsetInCU: 0xF3, offset: 0x12D81B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvs', symObjAddr: 0x150, symBinAddr: 0x129530, symSize: 0x50 }
+ - { offsetInCU: 0x10F, offset: 0x12D837, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM', symObjAddr: 0x1A0, symBinAddr: 0x129580, symSize: 0x70 }
+ - { offsetInCU: 0x12B, offset: 0x12D853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC10dataSourceAA08RoomDataI0_pSgvM.resume.0', symObjAddr: 0x210, symBinAddr: 0x1295F0, symSize: 0x70 }
+ - { offsetInCU: 0x147, offset: 0x12D86F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvg', symObjAddr: 0x280, symBinAddr: 0x129660, symSize: 0x30 }
+ - { offsetInCU: 0x163, offset: 0x12D88B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvs', symObjAddr: 0x2B0, symBinAddr: 0x129690, symSize: 0x50 }
+ - { offsetInCU: 0x17F, offset: 0x12D8A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM', symObjAddr: 0x300, symBinAddr: 0x1296E0, symSize: 0x70 }
+ - { offsetInCU: 0x19B, offset: 0x12D8C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8delegateAA0fG8Delegate_pSgvM.resume.0', symObjAddr: 0x370, symBinAddr: 0x129750, symSize: 0x70 }
+ - { offsetInCU: 0x1B7, offset: 0x12D8DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC05localF2IdSSvg', symObjAddr: 0x3E0, symBinAddr: 0x1297C0, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0x12D8FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvg', symObjAddr: 0x410, symBinAddr: 0x1297F0, symSize: 0x30 }
+ - { offsetInCU: 0x1EF, offset: 0x12D917, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvs', symObjAddr: 0x440, symBinAddr: 0x129820, symSize: 0x40 }
+ - { offsetInCU: 0x20B, offset: 0x12D933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC9endpointsSDySSAA8EndpointCGvM', symObjAddr: 0x480, symBinAddr: 0x129860, symSize: 0x30 }
+ - { offsetInCU: 0x227, offset: 0x12D94F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC17currentResolutionAA0I0V0I4TypeOvg', symObjAddr: 0x4B0, symBinAddr: 0x129890, symSize: 0x270 }
+ - { offsetInCU: 0x591, offset: 0x12DCB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC11descriptionSSvg', symObjAddr: 0x720, symBinAddr: 0x129B00, symSize: 0xF0 }
+ - { offsetInCU: 0x6FB, offset: 0x12DE23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC5clearyyF', symObjAddr: 0x8E0, symBinAddr: 0x129CC0, symSize: 0x360 }
+ - { offsetInCU: 0x9B3, offset: 0x12E0DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC8didEnteryyAA0F0CF', symObjAddr: 0xC40, symBinAddr: 0x12A020, symSize: 0x6A0 }
+ - { offsetInCU: 0x102F, offset: 0x12E757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC7didExityyAA0F0CF', symObjAddr: 0x12E0, symBinAddr: 0x12A6C0, symSize: 0x240 }
+ - { offsetInCU: 0x1267, offset: 0x12E98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF5EnteryyAA06RemoteF0CF', symObjAddr: 0x1520, symBinAddr: 0x12A900, symSize: 0x220 }
+ - { offsetInCU: 0x149F, offset: 0x12EBC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF7ConnectyyAA06RemoteF0CF', symObjAddr: 0x1740, symBinAddr: 0x12AB20, symSize: 0x3B0 }
+ - { offsetInCU: 0x173C, offset: 0x12EE64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC03didF4ExityyAA06RemoteF0CF', symObjAddr: 0x1AF0, symBinAddr: 0x12AED0, symSize: 0x310 }
+ - { offsetInCU: 0x19C8, offset: 0x12F0F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC21updateVideoResolutionyyF', symObjAddr: 0x1E00, symBinAddr: 0x12B1E0, symSize: 0x530 }
+ - { offsetInCU: 0x1D49, offset: 0x12F471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtF', symObjAddr: 0x2330, symBinAddr: 0x12B710, symSize: 0xA0 }
+ - { offsetInCU: 0x1DCD, offset: 0x12F4F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCfd', symObjAddr: 0x23D0, symBinAddr: 0x12B7B0, symSize: 0x40 }
+ - { offsetInCU: 0x1E08, offset: 0x12F530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCfD', symObjAddr: 0x2410, symBinAddr: 0x12B7F0, symSize: 0x50 }
+ - { offsetInCU: 0x1E4B, offset: 0x12F573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x2460, symBinAddr: 0x12B840, symSize: 0x20 }
+ - { offsetInCU: 0x1E67, offset: 0x12F58F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x2480, symBinAddr: 0x12B860, symSize: 0x20 }
+ - { offsetInCU: 0x1E83, offset: 0x12F5AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x24A0, symBinAddr: 0x12B880, symSize: 0x20 }
+ - { offsetInCU: 0x1E9F, offset: 0x12F5C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x24C0, symBinAddr: 0x12B8A0, symSize: 0x50 }
+ - { offsetInCU: 0x1EBB, offset: 0x12F5E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvgTW', symObjAddr: 0x2520, symBinAddr: 0x12B900, symSize: 0x20 }
+ - { offsetInCU: 0x1ED7, offset: 0x12F5FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvsTW', symObjAddr: 0x2540, symBinAddr: 0x12B920, symSize: 0x20 }
+ - { offsetInCU: 0x1EF3, offset: 0x12F61B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8delegateAA0fG8Delegate_pSgvMTW', symObjAddr: 0x2560, symBinAddr: 0x12B940, symSize: 0x50 }
+ - { offsetInCU: 0x1F0F, offset: 0x12F637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP8didEnteryyAA0F0CFTW', symObjAddr: 0x25E0, symBinAddr: 0x12B9C0, symSize: 0x20 }
+ - { offsetInCU: 0x1F2B, offset: 0x12F653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP7didExityyAA0F0CFTW', symObjAddr: 0x2600, symBinAddr: 0x12B9E0, symSize: 0x20 }
+ - { offsetInCU: 0x1F47, offset: 0x12F66F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF5EnteryyAA06RemoteF0CFTW', symObjAddr: 0x2620, symBinAddr: 0x12BA00, symSize: 0x20 }
+ - { offsetInCU: 0x1F63, offset: 0x12F68B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF7ConnectyyAA06RemoteF0CFTW', symObjAddr: 0x2640, symBinAddr: 0x12BA20, symSize: 0x20 }
+ - { offsetInCU: 0x1F7F, offset: 0x12F6A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP03didF4ExityyAA06RemoteF0CFTW', symObjAddr: 0x2660, symBinAddr: 0x12BA40, symSize: 0x20 }
+ - { offsetInCU: 0x1F9B, offset: 0x12F6C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x2680, symBinAddr: 0x12BA60, symSize: 0x20 }
+ - { offsetInCU: 0x1FB7, offset: 0x12F6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA0fG0A2aDP5clearyyFTW', symObjAddr: 0x26A0, symBinAddr: 0x12BA80, symSize: 0x20 }
+ - { offsetInCU: 0x1FD3, offset: 0x12F6FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x26C0, symBinAddr: 0x12BAA0, symSize: 0x20 }
+ - { offsetInCU: 0x1FEF, offset: 0x12F717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6sender6roomId05localfJ010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0fG8Delegate_ptcfcTf4nnneen_nTf4nnnggn_n', symObjAddr: 0x39A0, symBinAddr: 0x12CD80, symSize: 0x130 }
+ - { offsetInCU: 0x20BA, offset: 0x12F7E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC6sender6roomId05localfJ010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0fG8Delegate_ptcfCTfq4nnneen_nTf4nnnggn_n', symObjAddr: 0x3AD0, symBinAddr: 0x12CEB0, symSize: 0x90 }
+ - { offsetInCU: 0x23DD, offset: 0x12FB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfcTf4nnneennnn_nAA0N0C_AA26AudioMCUParticipantManagerCTg5Tf4ggggggnnn_n', symObjAddr: 0x3180, symBinAddr: 0x12C560, symSize: 0x410 }
+ - { offsetInCU: 0x26AA, offset: 0x12FDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC21didEndpointDisconnectyyAA0I0CF', symObjAddr: 0x26E0, symBinAddr: 0x12BAC0, symSize: 0x100 }
+ - { offsetInCU: 0x2700, offset: 0x12FE28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC18didEndpointConnect_11reconnectedyAA0I0C_SbtF', symObjAddr: 0x27E0, symBinAddr: 0x12BBC0, symSize: 0x1C0 }
+ - { offsetInCU: 0x2766, offset: 0x12FE8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC16didEndpointCloseyyAA0I0CF', symObjAddr: 0x29A0, symBinAddr: 0x12BD80, symSize: 0x10 }
+ - { offsetInCU: 0x2789, offset: 0x12FEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC26didAudioSessionChangeRoute_6client7session6reason08previousL0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0ujL11DescriptionCtF', symObjAddr: 0x29B0, symBinAddr: 0x12BD90, symSize: 0x20 }
+ - { offsetInCU: 0x279D, offset: 0x12FEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC20didEndpointEstablishyyAA0I0CF', symObjAddr: 0x29D0, symBinAddr: 0x12BDB0, symSize: 0xC0 }
+ - { offsetInCU: 0x27F3, offset: 0x12FF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC17didEndpointAttach_13participantIdyAA0I0C_SStF', symObjAddr: 0x2A90, symBinAddr: 0x12BE70, symSize: 0x60 }
+ - { offsetInCU: 0x2822, offset: 0x12FF4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH10DisconnectyyAA0H0CFTW', symObjAddr: 0x2AF0, symBinAddr: 0x12BED0, symSize: 0x10 }
+ - { offsetInCU: 0x283E, offset: 0x12FF66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH7Connect_11reconnectedyAA0H0C_SbtFTW', symObjAddr: 0x2B00, symBinAddr: 0x12BEE0, symSize: 0x10 }
+ - { offsetInCU: 0x2884, offset: 0x12FFAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH5CloseyyAA0H0CFTW', symObjAddr: 0x2B10, symBinAddr: 0x12BEF0, symSize: 0x10 }
+ - { offsetInCU: 0x28FD, offset: 0x130025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH6Attach_13participantIdyAA0H0C_SStFTW', symObjAddr: 0x2B20, symBinAddr: 0x12BF00, symSize: 0x60 }
+ - { offsetInCU: 0x294E, offset: 0x130076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP03didH9EstablishyyAA0H0CFTW', symObjAddr: 0x2B80, symBinAddr: 0x12BF60, symSize: 0x10 }
+ - { offsetInCU: 0x2979, offset: 0x1300A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCAA16EndpointDelegateA2aDP26didAudioSessionChangeRoute_6client7session6reason08previousN0yAA0H0C_AA12WebRTCClientCSo08RTCAudioL0CSo07AVAudiolnM6ReasonVSo0vlN11DescriptionCtFTW', symObjAddr: 0x2B90, symBinAddr: 0x12BF70, symSize: 0x20 }
+ - { offsetInCU: 0x29ED, offset: 0x130115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerC26didAudioSessionChangeRoute_6client7session6reason08previousL0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0ujL11DescriptionCtFTf4dnnnnn_n', symObjAddr: 0x2E10, symBinAddr: 0x12C1F0, symSize: 0x370 }
+ - { offsetInCU: 0x2CE9, offset: 0x130411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26FullMeshParticipantManagerCMa', symObjAddr: 0x3DD0, symBinAddr: 0x12D0F0, symSize: 0x20 }
+ - { offsetInCU: 0x2CFD, offset: 0x130425, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGMa', symObjAddr: 0x40C0, symBinAddr: 0x12D3B0, symSize: 0x50 }
+ - { offsetInCU: 0x3005, offset: 0x13072D, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSDySS13SendBirdCalls8EndpointCG_Tg504$s13de97Calls26FullMeshParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0J0CtFSbSS3key_AA8G15C5valuet_tXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x2BB0, symBinAddr: 0x12BF90, symSize: 0x260 }
+ - { offsetInCU: 0x27, offset: 0x130B08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x12D410, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x130B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x12D410, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x130B3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x12D420, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x130B6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x12D450, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x130B8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x12D480, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x130BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x12D4B0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x130BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x12D4C0, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x130BF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x12D4D0, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x130C09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV9inviterIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x12D4E0, symSize: 0x20 }
+ - { offsetInCU: 0x144, offset: 0x130C25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6roomId07inviterH0ACSS_SStcfC', symObjAddr: 0xF0, symBinAddr: 0x12D500, symSize: 0xA0 }
+ - { offsetInCU: 0x1E3, offset: 0x130CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D0, symBinAddr: 0x12D5A0, symSize: 0x20 }
+ - { offsetInCU: 0x203, offset: 0x130CE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1F0, symBinAddr: 0x12D5C0, symSize: 0x80 }
+ - { offsetInCU: 0x23C, offset: 0x130D1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x270, symBinAddr: 0x12D640, symSize: 0x80 }
+ - { offsetInCU: 0x272, offset: 0x130D53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x12D6C0, symSize: 0x10 }
+ - { offsetInCU: 0x299, offset: 0x130D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x300, symBinAddr: 0x12D6D0, symSize: 0x10 }
+ - { offsetInCU: 0x2C0, offset: 0x130DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x310, symBinAddr: 0x12D6E0, symSize: 0x40 }
+ - { offsetInCU: 0x2E7, offset: 0x130DC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x350, symBinAddr: 0x12D720, symSize: 0x40 }
+ - { offsetInCU: 0x31D, offset: 0x130DFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x12D8B0, symSize: 0x90 }
+ - { offsetInCU: 0x351, offset: 0x130E32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x570, symBinAddr: 0x12D940, symSize: 0x30 }
+ - { offsetInCU: 0x365, offset: 0x130E46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0x12D970, symSize: 0x10 }
+ - { offsetInCU: 0x39B, offset: 0x130E7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x12D980, symSize: 0x90 }
+ - { offsetInCU: 0x3E6, offset: 0x130EC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x640, symBinAddr: 0x12DA10, symSize: 0x10 }
+ - { offsetInCU: 0x402, offset: 0x130EE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x650, symBinAddr: 0x12DA20, symSize: 0x10 }
+ - { offsetInCU: 0x42E, offset: 0x130F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x6A0, symBinAddr: 0x12DA70, symSize: 0x30 }
+ - { offsetInCU: 0x465, offset: 0x130F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6D0, symBinAddr: 0x12DAA0, symSize: 0x10 }
+ - { offsetInCU: 0x490, offset: 0x130F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6E0, symBinAddr: 0x12DAB0, symSize: 0x10 }
+ - { offsetInCU: 0x4D8, offset: 0x130FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6F0, symBinAddr: 0x12DAC0, symSize: 0x20 }
+ - { offsetInCU: 0x510, offset: 0x130FF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x710, symBinAddr: 0x12DAE0, symSize: 0x110 }
+ - { offsetInCU: 0x59F, offset: 0x131080, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x820, symBinAddr: 0x12DBF0, symSize: 0x10 }
+ - { offsetInCU: 0x5B3, offset: 0x131094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x830, symBinAddr: 0x12DC00, symSize: 0x30 }
+ - { offsetInCU: 0x5C7, offset: 0x1310A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x860, symBinAddr: 0x12DC30, symSize: 0x10 }
+ - { offsetInCU: 0x5DB, offset: 0x1310BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x870, symBinAddr: 0x12DC40, symSize: 0x30 }
+ - { offsetInCU: 0x5EF, offset: 0x1310D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8A0, symBinAddr: 0x12DC70, symSize: 0x10 }
+ - { offsetInCU: 0x603, offset: 0x1310E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8B0, symBinAddr: 0x12DC80, symSize: 0x30 }
+ - { offsetInCU: 0x617, offset: 0x1310F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8E0, symBinAddr: 0x12DCB0, symSize: 0x20 }
+ - { offsetInCU: 0x62B, offset: 0x13110C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x900, symBinAddr: 0x12DCD0, symSize: 0x30 }
+ - { offsetInCU: 0x63F, offset: 0x131120, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x930, symBinAddr: 0x12DD00, symSize: 0x10 }
+ - { offsetInCU: 0x653, offset: 0x131134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x970, symBinAddr: 0x12DD10, symSize: 0x20 }
+ - { offsetInCU: 0x667, offset: 0x131148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x990, symBinAddr: 0x12DD30, symSize: 0x30 }
+ - { offsetInCU: 0x67B, offset: 0x13115C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA11RequestableAAWI', symObjAddr: 0x9C0, symBinAddr: 0x12DD60, symSize: 0x30 }
+ - { offsetInCU: 0x68F, offset: 0x131170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA0F0AAWl', symObjAddr: 0x9F0, symBinAddr: 0x12DD90, symSize: 0x30 }
+ - { offsetInCU: 0x6A3, offset: 0x131184, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA20, symBinAddr: 0x12DDC0, symSize: 0x30 }
+ - { offsetInCU: 0x6B7, offset: 0x131198, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0AAWI', symObjAddr: 0xA50, symBinAddr: 0x12DDF0, symSize: 0x20 }
+ - { offsetInCU: 0x6CB, offset: 0x1311AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVACSEAAWl', symObjAddr: 0xA70, symBinAddr: 0x12DE10, symSize: 0x30 }
+ - { offsetInCU: 0x6DF, offset: 0x1311C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAA0, symBinAddr: 0x12DE40, symSize: 0x20 }
+ - { offsetInCU: 0x6F3, offset: 0x1311D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwCP', symObjAddr: 0xAC0, symBinAddr: 0x12DE60, symSize: 0x30 }
+ - { offsetInCU: 0x707, offset: 0x1311E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwxx', symObjAddr: 0xAF0, symBinAddr: 0x12DE90, symSize: 0x30 }
+ - { offsetInCU: 0x71B, offset: 0x1311FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwcp', symObjAddr: 0xB20, symBinAddr: 0x12DEC0, symSize: 0x40 }
+ - { offsetInCU: 0x72F, offset: 0x131210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwca', symObjAddr: 0xB60, symBinAddr: 0x12DF00, symSize: 0x60 }
+ - { offsetInCU: 0x743, offset: 0x131224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwta', symObjAddr: 0xBE0, symBinAddr: 0x12DF60, symSize: 0x50 }
+ - { offsetInCU: 0x757, offset: 0x131238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwet', symObjAddr: 0xC30, symBinAddr: 0x12DFB0, symSize: 0x40 }
+ - { offsetInCU: 0x76B, offset: 0x13124C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVwst', symObjAddr: 0xC70, symBinAddr: 0x12DFF0, symSize: 0x50 }
+ - { offsetInCU: 0x77F, offset: 0x131260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVMa', symObjAddr: 0xCC0, symBinAddr: 0x12E040, symSize: 0x10 }
+ - { offsetInCU: 0x793, offset: 0x131274, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwet', symObjAddr: 0xCF0, symBinAddr: 0x12E050, symSize: 0x80 }
+ - { offsetInCU: 0x7A7, offset: 0x131288, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwst', symObjAddr: 0xD70, symBinAddr: 0x12E0D0, symSize: 0xD0 }
+ - { offsetInCU: 0x7BB, offset: 0x13129C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE40, symBinAddr: 0x12E1A0, symSize: 0x10 }
+ - { offsetInCU: 0x7CF, offset: 0x1312B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwup', symObjAddr: 0xE50, symBinAddr: 0x12E1B0, symSize: 0x10 }
+ - { offsetInCU: 0x7E3, offset: 0x1312C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOwui', symObjAddr: 0xE60, symBinAddr: 0x12E1C0, symSize: 0x10 }
+ - { offsetInCU: 0x7F7, offset: 0x1312D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOMa', symObjAddr: 0xE70, symBinAddr: 0x12E1D0, symSize: 0x10 }
+ - { offsetInCU: 0x80B, offset: 0x1312EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xE80, symBinAddr: 0x12E1E0, symSize: 0x30 }
+ - { offsetInCU: 0x86F, offset: 0x131350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x12D760, symSize: 0x80 }
+ - { offsetInCU: 0x93E, offset: 0x13141F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x410, symBinAddr: 0x12D7E0, symSize: 0x50 }
+ - { offsetInCU: 0x9D4, offset: 0x1314B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x460, symBinAddr: 0x12D830, symSize: 0x30 }
+ - { offsetInCU: 0xA26, offset: 0x131507, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x490, symBinAddr: 0x12D860, symSize: 0x50 }
+ - { offsetInCU: 0xA9A, offset: 0x13157B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x12DA30, symSize: 0x20 }
+ - { offsetInCU: 0xAB6, offset: 0x131597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x680, symBinAddr: 0x12DA50, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1317C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x12E220, symSize: 0x50 }
+ - { offsetInCU: 0x4B, offset: 0x1317E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x12E220, symSize: 0x50 }
+ - { offsetInCU: 0x67, offset: 0x131805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xA0, symBinAddr: 0x12E2C0, symSize: 0x50 }
+ - { offsetInCU: 0x88, offset: 0x131826, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0xF0, symBinAddr: 0x12E310, symSize: 0x50 }
+ - { offsetInCU: 0xB1, offset: 0x13184F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x140, symBinAddr: 0x12E360, symSize: 0x60 }
+ - { offsetInCU: 0xDA, offset: 0x131878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x12E3C0, symSize: 0x10 }
+ - { offsetInCU: 0xF6, offset: 0x131894, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdSSvg', symObjAddr: 0x1B0, symBinAddr: 0x12E3D0, symSize: 0x30 }
+ - { offsetInCU: 0x112, offset: 0x1318B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6reasonSSvg', symObjAddr: 0x1E0, symBinAddr: 0x12E400, symSize: 0x30 }
+ - { offsetInCU: 0x12E, offset: 0x1318CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x210, symBinAddr: 0x12E430, symSize: 0x10 }
+ - { offsetInCU: 0x14A, offset: 0x1318E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV9requestIdSSvg', symObjAddr: 0x220, symBinAddr: 0x12E440, symSize: 0x30 }
+ - { offsetInCU: 0x15E, offset: 0x1318FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x250, symBinAddr: 0x12E470, symSize: 0x1A0 }
+ - { offsetInCU: 0x1D1, offset: 0x13196F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x3F0, symBinAddr: 0x12E610, symSize: 0x10 }
+ - { offsetInCU: 0x1FC, offset: 0x13199A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x400, symBinAddr: 0x12E620, symSize: 0x50 }
+ - { offsetInCU: 0x242, offset: 0x1319E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x450, symBinAddr: 0x12E670, symSize: 0x30 }
+ - { offsetInCU: 0x274, offset: 0x131A12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x480, symBinAddr: 0x12E6A0, symSize: 0x40 }
+ - { offsetInCU: 0x297, offset: 0x131A35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV6callIdACSS_tcfCTf4gd_n', symObjAddr: 0x4C0, symBinAddr: 0x12E6E0, symSize: 0xD0 }
+ - { offsetInCU: 0x2D7, offset: 0x131A75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultType_WZ', symObjAddr: 0x50, symBinAddr: 0x12E270, symSize: 0x20 }
+ - { offsetInCU: 0x2F1, offset: 0x131A8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0x70, symBinAddr: 0x12E290, symSize: 0x30 }
+ - { offsetInCU: 0x316, offset: 0x131AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x660, symBinAddr: 0x12E7B0, symSize: 0x20 }
+ - { offsetInCU: 0x32A, offset: 0x131AC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA13WSRequestableAAWl', symObjAddr: 0x680, symBinAddr: 0x12E7D0, symSize: 0x30 }
+ - { offsetInCU: 0x33E, offset: 0x131ADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x6B0, symBinAddr: 0x12E800, symSize: 0x10 }
+ - { offsetInCU: 0x352, offset: 0x131AF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x6C0, symBinAddr: 0x12E810, symSize: 0x40 }
+ - { offsetInCU: 0x366, offset: 0x131B04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA13WSRequestableAAWI', symObjAddr: 0x700, symBinAddr: 0x12E850, symSize: 0x20 }
+ - { offsetInCU: 0x37A, offset: 0x131B18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA11RequestableAAWI', symObjAddr: 0x750, symBinAddr: 0x12E870, symSize: 0x30 }
+ - { offsetInCU: 0x38E, offset: 0x131B2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA0F0AAWl', symObjAddr: 0x780, symBinAddr: 0x12E8A0, symSize: 0x30 }
+ - { offsetInCU: 0x3A2, offset: 0x131B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x7B0, symBinAddr: 0x12E8D0, symSize: 0x30 }
+ - { offsetInCU: 0x3B6, offset: 0x131B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0AAWI', symObjAddr: 0x7E0, symBinAddr: 0x12E900, symSize: 0x20 }
+ - { offsetInCU: 0x3CA, offset: 0x131B68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVACSEAAWl', symObjAddr: 0x800, symBinAddr: 0x12E920, symSize: 0x30 }
+ - { offsetInCU: 0x3DE, offset: 0x131B7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x830, symBinAddr: 0x12E950, symSize: 0x20 }
+ - { offsetInCU: 0x3F2, offset: 0x131B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwCP', symObjAddr: 0x850, symBinAddr: 0x12E970, symSize: 0x30 }
+ - { offsetInCU: 0x406, offset: 0x131BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwxx', symObjAddr: 0x880, symBinAddr: 0x12E9A0, symSize: 0x30 }
+ - { offsetInCU: 0x41A, offset: 0x131BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwcp', symObjAddr: 0x8B0, symBinAddr: 0x12E9D0, symSize: 0x70 }
+ - { offsetInCU: 0x42E, offset: 0x131BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwca', symObjAddr: 0x920, symBinAddr: 0x12EA40, symSize: 0x90 }
+ - { offsetInCU: 0x442, offset: 0x131BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwta', symObjAddr: 0x9E0, symBinAddr: 0x12EAD0, symSize: 0x70 }
+ - { offsetInCU: 0x456, offset: 0x131BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwet', symObjAddr: 0xA50, symBinAddr: 0x12EB40, symSize: 0x40 }
+ - { offsetInCU: 0x46A, offset: 0x131C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVwst', symObjAddr: 0xA90, symBinAddr: 0x12EB80, symSize: 0x50 }
+ - { offsetInCU: 0x47E, offset: 0x131C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVMa', symObjAddr: 0xAE0, symBinAddr: 0x12EBD0, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x131E62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x12EBE0, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x131E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x12EBE0, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x131E94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x12EBF0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x131EC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x12EC20, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x131EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x12EC50, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x131F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x12EC80, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x131F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xB0, symBinAddr: 0x12EC90, symSize: 0x10 }
+ - { offsetInCU: 0x10C, offset: 0x131F47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xC0, symBinAddr: 0x12ECA0, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x131F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0xD0, symBinAddr: 0x12ECB0, symSize: 0x10 }
+ - { offsetInCU: 0x144, offset: 0x131F7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV10endpointIdSSvg', symObjAddr: 0xE0, symBinAddr: 0x12ECC0, symSize: 0x30 }
+ - { offsetInCU: 0x160, offset: 0x131F9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV13participantIdSSvg', symObjAddr: 0x110, symBinAddr: 0x12ECF0, symSize: 0x30 }
+ - { offsetInCU: 0x17C, offset: 0x131FB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomIdSSvg', symObjAddr: 0x140, symBinAddr: 0x12ED20, symSize: 0x30 }
+ - { offsetInCU: 0x198, offset: 0x131FD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfC', symObjAddr: 0x170, symBinAddr: 0x12ED50, symSize: 0x40 }
+ - { offsetInCU: 0x1B4, offset: 0x131FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1B0, symBinAddr: 0x12ED90, symSize: 0x10 }
+ - { offsetInCU: 0x1F1, offset: 0x13202C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x1C0, symBinAddr: 0x12EDA0, symSize: 0x10 }
+ - { offsetInCU: 0x21C, offset: 0x132057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x1D0, symBinAddr: 0x12EDB0, symSize: 0x30 }
+ - { offsetInCU: 0x253, offset: 0x13208E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x200, symBinAddr: 0x12EDE0, symSize: 0x10 }
+ - { offsetInCU: 0x27E, offset: 0x1320B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x210, symBinAddr: 0x12EDF0, symSize: 0x10 }
+ - { offsetInCU: 0x2B0, offset: 0x1320EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x220, symBinAddr: 0x12EE00, symSize: 0x10 }
+ - { offsetInCU: 0x2D3, offset: 0x13210E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestV6roomId011participantH008endpointH0ACSS_S2StcfCTf4nnnd_n', symObjAddr: 0x230, symBinAddr: 0x12EE10, symSize: 0x150 }
+ - { offsetInCU: 0x3A8, offset: 0x1321E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x380, symBinAddr: 0x12EF60, symSize: 0x20 }
+ - { offsetInCU: 0x3BC, offset: 0x1321F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3A0, symBinAddr: 0x12EF80, symSize: 0x30 }
+ - { offsetInCU: 0x3D0, offset: 0x13220B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x3D0, symBinAddr: 0x12EFB0, symSize: 0x10 }
+ - { offsetInCU: 0x3E4, offset: 0x13221F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x410, symBinAddr: 0x12EFC0, symSize: 0x20 }
+ - { offsetInCU: 0x3F8, offset: 0x132233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA11RequestableAAWl', symObjAddr: 0x430, symBinAddr: 0x12EFE0, symSize: 0x30 }
+ - { offsetInCU: 0x40C, offset: 0x132247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x460, symBinAddr: 0x12F010, symSize: 0x30 }
+ - { offsetInCU: 0x420, offset: 0x13225B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA0F0AAWl', symObjAddr: 0x490, symBinAddr: 0x12F040, symSize: 0x30 }
+ - { offsetInCU: 0x434, offset: 0x13226F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x4C0, symBinAddr: 0x12F070, symSize: 0x30 }
+ - { offsetInCU: 0x448, offset: 0x132283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0AAWI', symObjAddr: 0x4F0, symBinAddr: 0x12F0A0, symSize: 0x20 }
+ - { offsetInCU: 0x45C, offset: 0x132297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVACSEAAWl', symObjAddr: 0x510, symBinAddr: 0x12F0C0, symSize: 0x30 }
+ - { offsetInCU: 0x470, offset: 0x1322AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x540, symBinAddr: 0x12F0F0, symSize: 0x20 }
+ - { offsetInCU: 0x484, offset: 0x1322BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwCP', symObjAddr: 0x560, symBinAddr: 0x12F110, symSize: 0x30 }
+ - { offsetInCU: 0x498, offset: 0x1322D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwxx', symObjAddr: 0x590, symBinAddr: 0x12F140, symSize: 0x40 }
+ - { offsetInCU: 0x4AC, offset: 0x1322E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwcp', symObjAddr: 0x5D0, symBinAddr: 0x12F180, symSize: 0x80 }
+ - { offsetInCU: 0x4C0, offset: 0x1322FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwca', symObjAddr: 0x650, symBinAddr: 0x12F200, symSize: 0xB0 }
+ - { offsetInCU: 0x4D4, offset: 0x13230F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwta', symObjAddr: 0x730, symBinAddr: 0x12F2B0, symSize: 0x80 }
+ - { offsetInCU: 0x4E8, offset: 0x132323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwet', symObjAddr: 0x7B0, symBinAddr: 0x12F330, symSize: 0x40 }
+ - { offsetInCU: 0x4FC, offset: 0x132337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVwst', symObjAddr: 0x7F0, symBinAddr: 0x12F370, symSize: 0x50 }
+ - { offsetInCU: 0x510, offset: 0x13234B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVMa', symObjAddr: 0x840, symBinAddr: 0x12F3C0, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x13257C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x12F3E0, symSize: 0x30 }
+ - { offsetInCU: 0x79, offset: 0x1325CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x12F3E0, symSize: 0x30 }
+ - { offsetInCU: 0xC0, offset: 0x132611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPSSvg', symObjAddr: 0x30, symBinAddr: 0x12F410, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x13262D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC9answerSDPACSS_tcfc', symObjAddr: 0x60, symBinAddr: 0x12F440, symSize: 0x20 }
+ - { offsetInCU: 0x148, offset: 0x132699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x80, symBinAddr: 0x12F460, symSize: 0xF0 }
+ - { offsetInCU: 0x201, offset: 0x132752, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC24didConnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x170, symBinAddr: 0x12F550, symSize: 0x180 }
+ - { offsetInCU: 0x35B, offset: 0x1328AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x2F0, symBinAddr: 0x12F6D0, symSize: 0x180 }
+ - { offsetInCU: 0x4DB, offset: 0x132A2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0x470, symBinAddr: 0x12F850, symSize: 0x50 }
+ - { offsetInCU: 0x582, offset: 0x132AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x4C0, symBinAddr: 0x12F8A0, symSize: 0x60 }
+ - { offsetInCU: 0x642, offset: 0x132B93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCACycfC', symObjAddr: 0x520, symBinAddr: 0x12F900, symSize: 0x30 }
+ - { offsetInCU: 0x6A1, offset: 0x132BF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCACycfc', symObjAddr: 0x550, symBinAddr: 0x12F930, symSize: 0x30 }
+ - { offsetInCU: 0x6E6, offset: 0x132C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfd', symObjAddr: 0x590, symBinAddr: 0x12F970, symSize: 0x20 }
+ - { offsetInCU: 0x721, offset: 0x132C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfD', symObjAddr: 0x5B0, symBinAddr: 0x12F990, symSize: 0x20 }
+ - { offsetInCU: 0x960, offset: 0x132EB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCfE', symObjAddr: 0x580, symBinAddr: 0x12F960, symSize: 0x10 }
+ - { offsetInCU: 0x98D, offset: 0x132EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24EndpointEstablishedStateCMa', symObjAddr: 0x670, symBinAddr: 0x12F9B0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1331E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x12FA00, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x1331FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11isVideoCallSbvg', symObjAddr: 0x10, symBinAddr: 0x12FA10, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x133219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC6callerAA14DirectCallUserCvg', symObjAddr: 0x20, symBinAddr: 0x12FA20, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x133235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC6calleeAA14DirectCallUserCvg', symObjAddr: 0x30, symBinAddr: 0x12FA30, symSize: 0x10 }
+ - { offsetInCU: 0xB3, offset: 0x133251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC14turnCredentialAA04TurnH0Cvg', symObjAddr: 0x40, symBinAddr: 0x12FA40, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x13326D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC17remoteConstraintsAA04CallH0Cvg', symObjAddr: 0x50, symBinAddr: 0x12FA50, symSize: 0x20 }
+ - { offsetInCU: 0xEB, offset: 0x133289, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC15shortLivedTokenSSvg', symObjAddr: 0x70, symBinAddr: 0x12FA70, symSize: 0x30 }
+ - { offsetInCU: 0x107, offset: 0x1332A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11customItemsSDyS2SGvg', symObjAddr: 0xA0, symBinAddr: 0x12FAA0, symSize: 0x20 }
+ - { offsetInCU: 0x123, offset: 0x1332C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0xC0, symBinAddr: 0x12FAC0, symSize: 0x20 }
+ - { offsetInCU: 0x13F, offset: 0x1332DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC014shouldWaitPushE0Sbvg', symObjAddr: 0xE0, symBinAddr: 0x12FAE0, symSize: 0x10 }
+ - { offsetInCU: 0x16A, offset: 0x133308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x12FAF0, symSize: 0x40 }
+ - { offsetInCU: 0x1AD, offset: 0x13334B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x130, symBinAddr: 0x12FB30, symSize: 0x850 }
+ - { offsetInCU: 0x440, offset: 0x1335DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfC', symObjAddr: 0xC10, symBinAddr: 0x1303D0, symSize: 0xB0 }
+ - { offsetInCU: 0x45E, offset: 0x1335FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC3seq6caller6callee11isVideoCall11constraints14turnCredential11commandType9messageId04callS015shortLivedToken11customItems12capabilities12deliveryInfoACSiSg_AA06DirectL4UserCASSbAA0L11ConstraintsCAA04TurnO0CAA0F5TypesO06DirectL0OS3SSDyS2SGSayAA10CapabilityOGAA12DeliveryInfoVtcfc', symObjAddr: 0xCC0, symBinAddr: 0x130480, symSize: 0xC0 }
+ - { offsetInCU: 0x5D5, offset: 0x133773, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0xD80, symBinAddr: 0x130540, symSize: 0x30 }
+ - { offsetInCU: 0x634, offset: 0x1337D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0xDB0, symBinAddr: 0x130570, symSize: 0x30 }
+ - { offsetInCU: 0x691, offset: 0x13382F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfd', symObjAddr: 0xE40, symBinAddr: 0x130600, symSize: 0x80 }
+ - { offsetInCU: 0x6D4, offset: 0x133872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfD', symObjAddr: 0xEC0, symBinAddr: 0x130680, symSize: 0x20 }
+ - { offsetInCU: 0x710, offset: 0x1338AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xEE0, symBinAddr: 0x1306A0, symSize: 0x20 }
+ - { offsetInCU: 0x836, offset: 0x1339D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCMa', symObjAddr: 0xA50, symBinAddr: 0x130380, symSize: 0x20 }
+ - { offsetInCU: 0x907, offset: 0x133AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16DialEventCommandCfE', symObjAddr: 0xDE0, symBinAddr: 0x1305A0, symSize: 0x60 }
+ - { offsetInCU: 0x27, offset: 0x133DFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivgTo', symObjAddr: 0x0, symBinAddr: 0x130700, symSize: 0x90 }
+ - { offsetInCU: 0x5D, offset: 0x133E33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivgTo', symObjAddr: 0x0, symBinAddr: 0x130700, symSize: 0x90 }
+ - { offsetInCU: 0x90, offset: 0x133E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4hashSivg', symObjAddr: 0x90, symBinAddr: 0x130790, symSize: 0x70 }
+ - { offsetInCU: 0x109, offset: 0x133EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEqualySbypSgF', symObjAddr: 0x100, symBinAddr: 0x130800, symSize: 0x420 }
+ - { offsetInCU: 0x219, offset: 0x133FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEqualySbypSgFTo', symObjAddr: 0x5D0, symBinAddr: 0x130C20, symSize: 0x90 }
+ - { offsetInCU: 0x235, offset: 0x13400B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x660, symBinAddr: 0x130CB0, symSize: 0x3B0 }
+ - { offsetInCU: 0x2DE, offset: 0x1340B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xA10, symBinAddr: 0x131060, symSize: 0x70 }
+ - { offsetInCU: 0x2FA, offset: 0x1340D0, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0xAB0, symBinAddr: 0x1310D0, symSize: 0x30 }
+ - { offsetInCU: 0x30E, offset: 0x1340E4, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0xAE0, symBinAddr: 0x131100, symSize: 0x22 }
+ - { offsetInCU: 0x105, offset: 0x134438, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE7averageSdSgyF', symObjAddr: 0x0, symBinAddr: 0x131130, symSize: 0x480 }
+ - { offsetInCU: 0x8EB, offset: 0x134C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvg', symObjAddr: 0x480, symBinAddr: 0x1315B0, symSize: 0x30 }
+ - { offsetInCU: 0x907, offset: 0x134C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvs', symObjAddr: 0x4B0, symBinAddr: 0x1315E0, symSize: 0x30 }
+ - { offsetInCU: 0x923, offset: 0x134C56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvM', symObjAddr: 0x4E0, symBinAddr: 0x131610, symSize: 0x10 }
+ - { offsetInCU: 0x93F, offset: 0x134C72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5firstxSgvM.resume.0', symObjAddr: 0x4F0, symBinAddr: 0x131620, symSize: 0x10 }
+ - { offsetInCU: 0x95B, offset: 0x134C8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvg', symObjAddr: 0x500, symBinAddr: 0x131630, symSize: 0x40 }
+ - { offsetInCU: 0x977, offset: 0x134CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvs', symObjAddr: 0x540, symBinAddr: 0x131670, symSize: 0x40 }
+ - { offsetInCU: 0x993, offset: 0x134CC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvM', symObjAddr: 0x580, symBinAddr: 0x1316B0, symSize: 0x20 }
+ - { offsetInCU: 0x9AF, offset: 0x134CE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV4lastxSgvM.resume.0', symObjAddr: 0x5A0, symBinAddr: 0x1316D0, symSize: 0x10 }
+ - { offsetInCU: 0x9CB, offset: 0x134CFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvg', symObjAddr: 0x5B0, symBinAddr: 0x1316E0, symSize: 0x20 }
+ - { offsetInCU: 0x9E7, offset: 0x134D1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvs', symObjAddr: 0x5D0, symBinAddr: 0x131700, symSize: 0x20 }
+ - { offsetInCU: 0xA03, offset: 0x134D36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvM', symObjAddr: 0x5F0, symBinAddr: 0x131720, symSize: 0x20 }
+ - { offsetInCU: 0xA1F, offset: 0x134D52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV3sumxvM.resume.0', symObjAddr: 0x610, symBinAddr: 0x131740, symSize: 0x10 }
+ - { offsetInCU: 0xA3B, offset: 0x134D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivg', symObjAddr: 0x620, symBinAddr: 0x131750, symSize: 0x10 }
+ - { offsetInCU: 0xA57, offset: 0x134D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivs', symObjAddr: 0x630, symBinAddr: 0x131760, symSize: 0x10 }
+ - { offsetInCU: 0xA73, offset: 0x134DA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivM', symObjAddr: 0x640, symBinAddr: 0x131770, symSize: 0x20 }
+ - { offsetInCU: 0xA8F, offset: 0x134DC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5countSivM.resume.0', symObjAddr: 0x660, symBinAddr: 0x131790, symSize: 0x10 }
+ - { offsetInCU: 0xAAB, offset: 0x134DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5merge3new4prevAEyx_GAI_AItFZ', symObjAddr: 0x670, symBinAddr: 0x1317A0, symSize: 0x3A0 }
+ - { offsetInCU: 0xB79, offset: 0x134EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheV5first4last3sum5countAEyx_GxSg_AKxSitcfC', symObjAddr: 0xA10, symBinAddr: 0x131B40, symSize: 0xC0 }
+ - { offsetInCU: 0xBB3, offset: 0x134EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO2eeoiySbAEyx_G_AGtFZ', symObjAddr: 0xAD0, symBinAddr: 0x131C00, symSize: 0x10 }
+ - { offsetInCU: 0xBFD, offset: 0x134F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO4hash4intoys6HasherVz_tF', symObjAddr: 0xAE0, symBinAddr: 0x131C10, symSize: 0x20 }
+ - { offsetInCU: 0xCA7, offset: 0x134FDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeO04hashE0Sivg', symObjAddr: 0xB00, symBinAddr: 0x131C30, symSize: 0x40 }
+ - { offsetInCU: 0xD97, offset: 0x1350CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB40, symBinAddr: 0x131C70, symSize: 0x20 }
+ - { offsetInCU: 0xDB3, offset: 0x1350E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH04hashE0SivgTW', symObjAddr: 0xB60, symBinAddr: 0x131C90, symSize: 0x10 }
+ - { offsetInCU: 0xDCF, offset: 0x135102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB70, symBinAddr: 0x131CA0, symSize: 0x20 }
+ - { offsetInCU: 0xDE4, offset: 0x135117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC4typeAC0E4TypeOyx_Gvg', symObjAddr: 0xBD0, symBinAddr: 0x131D00, symSize: 0x10 }
+ - { offsetInCU: 0xE00, offset: 0x135133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvg', symObjAddr: 0xC70, symBinAddr: 0x131DA0, symSize: 0x80 }
+ - { offsetInCU: 0xE1C, offset: 0x13514F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvs', symObjAddr: 0xCF0, symBinAddr: 0x131E20, symSize: 0xA0 }
+ - { offsetInCU: 0xE38, offset: 0x13516B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvM', symObjAddr: 0xD90, symBinAddr: 0x131EC0, symSize: 0x40 }
+ - { offsetInCU: 0xE54, offset: 0x135187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvg', symObjAddr: 0xDD0, symBinAddr: 0x131F00, symSize: 0x40 }
+ - { offsetInCU: 0xE70, offset: 0x1351A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvs', symObjAddr: 0xE10, symBinAddr: 0x131F40, symSize: 0x50 }
+ - { offsetInCU: 0xE8C, offset: 0x1351BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvM', symObjAddr: 0xE60, symBinAddr: 0x131F90, symSize: 0x40 }
+ - { offsetInCU: 0xEA8, offset: 0x1351DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC10valueArraySayxGvM.resume.0', symObjAddr: 0xEA0, symBinAddr: 0x131FD0, symSize: 0x10 }
+ - { offsetInCU: 0xEC4, offset: 0x1351F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07wrappedE0xSgvg', symObjAddr: 0xEB0, symBinAddr: 0x131FE0, symSize: 0x20 }
+ - { offsetInCU: 0xEF1, offset: 0x135224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07initialE04typeACyxGxSg_AC0E4TypeOyx_GtcfC', symObjAddr: 0xED0, symBinAddr: 0x132000, symSize: 0x40 }
+ - { offsetInCU: 0xF0F, offset: 0x135242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC07initialE04typeACyxGxSg_AC0E4TypeOyx_Gtcfc', symObjAddr: 0xF10, symBinAddr: 0x132040, symSize: 0x1D0 }
+ - { offsetInCU: 0xFAD, offset: 0x1352E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC6update4withyxSg_tF', symObjAddr: 0x10E0, symBinAddr: 0x132210, symSize: 0x100 }
+ - { offsetInCU: 0x1026, offset: 0x135359, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC9summarize4withxSgAC0E4TypeOyx_G_tF', symObjAddr: 0x11E0, symBinAddr: 0x132310, symSize: 0x1A0 }
+ - { offsetInCU: 0x1089, offset: 0x1353BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC9summarize4withxSgAC0E4TypeOyx_G_tFAFyXEfU_', symObjAddr: 0x1380, symBinAddr: 0x1324B0, symSize: 0x220 }
+ - { offsetInCU: 0x10EA, offset: 0x13541D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC04castE02toxSgAC0E4TypeOyx_G_tF', symObjAddr: 0x15A0, symBinAddr: 0x1326D0, symSize: 0x10 }
+ - { offsetInCU: 0x1124, offset: 0x135457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC04castE02toxSgAC0E4TypeOyx_G_tFAFyXEfU_', symObjAddr: 0x15B0, symBinAddr: 0x1326E0, symSize: 0x350 }
+ - { offsetInCU: 0x116E, offset: 0x1354A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5flushyyF', symObjAddr: 0x1900, symBinAddr: 0x132A30, symSize: 0x500 }
+ - { offsetInCU: 0x11D9, offset: 0x13550C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCfd', symObjAddr: 0x1E00, symBinAddr: 0x132F30, symSize: 0x80 }
+ - { offsetInCU: 0x1210, offset: 0x135543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCfD', symObjAddr: 0x1E80, symBinAddr: 0x132FB0, symSize: 0x20 }
+ - { offsetInCU: 0x1254, offset: 0x135587, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5cacheAC5CacheVyx_GSgvpAA9DividableRzSeRzSERzSjRzlACyxGTk', symObjAddr: 0xBE0, symBinAddr: 0x131D10, symSize: 0x90 }
+ - { offsetInCU: 0x127B, offset: 0x1355AE, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5totalSdSgyF', symObjAddr: 0x1EA0, symBinAddr: 0x132FD0, symSize: 0x280 }
+ - { offsetInCU: 0x15EF, offset: 0x135922, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCySdGRszlE5total8multiplys5Int64VSgAH_tF', symObjAddr: 0x2120, symBinAddr: 0x133250, symSize: 0x410 }
+ - { offsetInCU: 0x1EC2, offset: 0x1361F5, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE7averageAESgyF', symObjAddr: 0x2530, symBinAddr: 0x133660, symSize: 0x430 }
+ - { offsetInCU: 0x2581, offset: 0x1368B4, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA14StatisticValueCys5Int64VGRszlE5total8multiplyAESgAE_tF', symObjAddr: 0x2960, symBinAddr: 0x133A90, symSize: 0x2E0 }
+ - { offsetInCU: 0x2B0B, offset: 0x136E3E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x2C40, symBinAddr: 0x133D70, symSize: 0xC0 }
+ - { offsetInCU: 0x2C61, offset: 0x136F94, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tg5', symObjAddr: 0x2D00, symBinAddr: 0x133E30, symSize: 0xB0 }
+ - { offsetInCU: 0x2DA4, offset: 0x1370D7, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2DB0, symBinAddr: 0x133EE0, symSize: 0xC0 }
+ - { offsetInCU: 0x2F05, offset: 0x137238, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x2E70, symBinAddr: 0x133FA0, symSize: 0xE0 }
+ - { offsetInCU: 0x3089, offset: 0x1373BC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSs_Tg5', symObjAddr: 0x2F50, symBinAddr: 0x134080, symSize: 0xC0 }
+ - { offsetInCU: 0x31DF, offset: 0x137512, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSd_Tg5', symObjAddr: 0x3010, symBinAddr: 0x134140, symSize: 0xB0 }
+ - { offsetInCU: 0x3345, offset: 0x137678, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs5Int16V_Tg5', symObjAddr: 0x3420, symBinAddr: 0x134550, symSize: 0xB0 }
+ - { offsetInCU: 0x34B6, offset: 0x1377E9, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSays5Int16VG4data_So6CMTimea4timet_Tg5', symObjAddr: 0x34D0, symBinAddr: 0x134600, symSize: 0xE0 }
+ - { offsetInCU: 0x3650, offset: 0x137983, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo15RTCIceCandidateC_Tg5', symObjAddr: 0x35B0, symBinAddr: 0x1346E0, symSize: 0x180 }
+ - { offsetInCU: 0x380F, offset: 0x137B42, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo17RTCPeerConnectionC_Tg5', symObjAddr: 0x3730, symBinAddr: 0x134860, symSize: 0x180 }
+ - { offsetInCU: 0x39D7, offset: 0x137D0A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pG_Tg5', symObjAddr: 0x3930, symBinAddr: 0x134A60, symSize: 0x160 }
+ - { offsetInCU: 0x3B8B, offset: 0x137EBE, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls7Command_p_Tg5', symObjAddr: 0x3C20, symBinAddr: 0x134D50, symSize: 0xE0 }
+ - { offsetInCU: 0x3D25, offset: 0x138058, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x3D20, symBinAddr: 0x134E50, symSize: 0xE0 }
+ - { offsetInCU: 0x3EAD, offset: 0x1381E0, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x3E80, symBinAddr: 0x134FB0, symSize: 0xB0 }
+ - { offsetInCU: 0x4008, offset: 0x13833B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x3F50, symBinAddr: 0x135080, symSize: 0xC0 }
+ - { offsetInCU: 0x4127, offset: 0x13845A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo15RTCIceCandidateC_Tg5', symObjAddr: 0x44F0, symBinAddr: 0x135620, symSize: 0x120 }
+ - { offsetInCU: 0x4246, offset: 0x138579, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtF13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pG_Tg5', symObjAddr: 0x4610, symBinAddr: 0x135740, symSize: 0x130 }
+ - { offsetInCU: 0x432E, offset: 0x138661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMa', symObjAddr: 0x4870, symBinAddr: 0x1359A0, symSize: 0x10 }
+ - { offsetInCU: 0x436E, offset: 0x1386A1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiF13SendBirdCalls13WeakReferenceCySo17RTCPeerConnectionCG_Tg5', symObjAddr: 0x4D70, symBinAddr: 0x135EA0, symSize: 0x220 }
+ - { offsetInCU: 0x43EA, offset: 0x13871D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiF13SendBirdCalls0gH17RecordingDelegate_p_Tg5', symObjAddr: 0x5310, symBinAddr: 0x136440, symSize: 0x210 }
+ - { offsetInCU: 0x4466, offset: 0x138799, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiFyXl_Tg5', symObjAddr: 0x5550, symBinAddr: 0x136680, symSize: 0x80 }
+ - { offsetInCU: 0x44B3, offset: 0x1387E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASQWb', symObjAddr: 0x5850, symBinAddr: 0x136980, symSize: 0x20 }
+ - { offsetInCU: 0x44C7, offset: 0x1387FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMi', symObjAddr: 0x5980, symBinAddr: 0x136AB0, symSize: 0x10 }
+ - { offsetInCU: 0x44DB, offset: 0x13880E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMr', symObjAddr: 0x5990, symBinAddr: 0x136AC0, symSize: 0xA0 }
+ - { offsetInCU: 0x44EF, offset: 0x138822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueCMa', symObjAddr: 0x5A30, symBinAddr: 0x136B60, symSize: 0x10 }
+ - { offsetInCU: 0x4503, offset: 0x138836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMi', symObjAddr: 0x5BB0, symBinAddr: 0x136CE0, symSize: 0x10 }
+ - { offsetInCU: 0x4517, offset: 0x13884A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVMr', symObjAddr: 0x5BC0, symBinAddr: 0x136CF0, symSize: 0xB0 }
+ - { offsetInCU: 0x452B, offset: 0x13885E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwCP', symObjAddr: 0x5C70, symBinAddr: 0x136DA0, symSize: 0x1F0 }
+ - { offsetInCU: 0x453F, offset: 0x138872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwxx', symObjAddr: 0x5E60, symBinAddr: 0x136F90, symSize: 0xB0 }
+ - { offsetInCU: 0x4553, offset: 0x138886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwcp', symObjAddr: 0x5F10, symBinAddr: 0x137040, symSize: 0x160 }
+ - { offsetInCU: 0x4567, offset: 0x13889A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwca', symObjAddr: 0x6070, symBinAddr: 0x1371A0, symSize: 0x1F0 }
+ - { offsetInCU: 0x457B, offset: 0x1388AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwtk', symObjAddr: 0x6260, symBinAddr: 0x137390, symSize: 0x160 }
+ - { offsetInCU: 0x458F, offset: 0x1388C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwta', symObjAddr: 0x63C0, symBinAddr: 0x1374F0, symSize: 0x1F0 }
+ - { offsetInCU: 0x45A3, offset: 0x1388D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwet', symObjAddr: 0x65B0, symBinAddr: 0x1376E0, symSize: 0x190 }
+ - { offsetInCU: 0x45B7, offset: 0x1388EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC5CacheVwst', symObjAddr: 0x6740, symBinAddr: 0x137870, symSize: 0x2A0 }
+ - { offsetInCU: 0x45CB, offset: 0x1388FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOMi', symObjAddr: 0x69E0, symBinAddr: 0x137B10, symSize: 0x10 }
+ - { offsetInCU: 0x45DF, offset: 0x138912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwet', symObjAddr: 0x6A10, symBinAddr: 0x137B20, symSize: 0x80 }
+ - { offsetInCU: 0x45F3, offset: 0x138926, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwst', symObjAddr: 0x6A90, symBinAddr: 0x137BA0, symSize: 0xD0 }
+ - { offsetInCU: 0x4607, offset: 0x13893A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwug', symObjAddr: 0x6B60, symBinAddr: 0x137C70, symSize: 0x10 }
+ - { offsetInCU: 0x461B, offset: 0x13894E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwup', symObjAddr: 0x6B70, symBinAddr: 0x137C80, symSize: 0x10 }
+ - { offsetInCU: 0x462F, offset: 0x138962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOwui', symObjAddr: 0x6B80, symBinAddr: 0x137C90, symSize: 0x10 }
+ - { offsetInCU: 0x4643, offset: 0x138976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOMa', symObjAddr: 0x6B90, symBinAddr: 0x137CA0, symSize: 0x10 }
+ - { offsetInCU: 0x468E, offset: 0x1389C1, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo17RTCPeerConnectionC_Tg5Tf4nng_n', symObjAddr: 0x6BA0, symBinAddr: 0x137CB0, symSize: 0x120 }
+ - { offsetInCU: 0x4881, offset: 0x138BB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14StatisticValueC0E4TypeOyx_GSHAASH08_rawHashE04seedS2i_tFTW', symObjAddr: 0xB90, symBinAddr: 0x131CC0, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x139159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x138180, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x13917D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x138180, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x139191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0x10, symBinAddr: 0x138190, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1391AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x40, symBinAddr: 0x1381C0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x1391C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x138200, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x1391E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x138230, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x139201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x138240, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x139226, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x138280, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x139317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x570, symBinAddr: 0x138580, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x1393B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x138690, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x13948C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x760, symBinAddr: 0x138770, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x1394EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x1387A0, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x139548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x1387E0, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x139599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfD', symObjAddr: 0x830, symBinAddr: 0x138820, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x1395F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvgTW', symObjAddr: 0x870, symBinAddr: 0x138860, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x13960E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvsTW', symObjAddr: 0x890, symBinAddr: 0x138880, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x13962A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x1388A0, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x139646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA0D10SequentialA2aDP13directCallLogAA06DirecthI0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x1388F0, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x139671, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x138910, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x1396A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x138560, symSize: 0x20 }
+ - { offsetInCU: 0x643, offset: 0x139775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x1387D0, symSize: 0x10 }
+ - { offsetInCU: 0x8B, offset: 0x139A62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCACycfC', symObjAddr: 0x0, symBinAddr: 0x138A10, symSize: 0xA0 }
+ - { offsetInCU: 0x104, offset: 0x139ADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0Cvg', symObjAddr: 0xA0, symBinAddr: 0x138AB0, symSize: 0x30 }
+ - { offsetInCU: 0x120, offset: 0x139AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0Cvs', symObjAddr: 0xD0, symBinAddr: 0x138AE0, symSize: 0x40 }
+ - { offsetInCU: 0x13C, offset: 0x139B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcherAA0dG0CvM', symObjAddr: 0x110, symBinAddr: 0x138B20, symSize: 0x30 }
+ - { offsetInCU: 0x158, offset: 0x139B2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvg', symObjAddr: 0x140, symBinAddr: 0x138B50, symSize: 0x30 }
+ - { offsetInCU: 0x174, offset: 0x139B4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvs', symObjAddr: 0x170, symBinAddr: 0x138B80, symSize: 0x40 }
+ - { offsetInCU: 0x190, offset: 0x139B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvM', symObjAddr: 0x1B0, symBinAddr: 0x138BC0, symSize: 0x30 }
+ - { offsetInCU: 0x1AC, offset: 0x139B83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14messageCheckerAA0D12DeduplicatorCvM.resume.0', symObjAddr: 0x1E0, symBinAddr: 0x138BF0, symSize: 0x10 }
+ - { offsetInCU: 0x1C8, offset: 0x139B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0Vvg', symObjAddr: 0x1F0, symBinAddr: 0x138C00, symSize: 0x40 }
+ - { offsetInCU: 0x1E4, offset: 0x139BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0Vvs', symObjAddr: 0x230, symBinAddr: 0x138C40, symSize: 0x40 }
+ - { offsetInCU: 0x200, offset: 0x139BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14pushPreferenceAA04PushG0VvM', symObjAddr: 0x270, symBinAddr: 0x138C80, symSize: 0x30 }
+ - { offsetInCU: 0x252, offset: 0x139C29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcher14messageCheckerAcA0dG0C_AA0D12DeduplicatorCtcfC', symObjAddr: 0x2A0, symBinAddr: 0x138CB0, symSize: 0xE0 }
+ - { offsetInCU: 0x2DD, offset: 0x139CB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC15eventDispatcher14messageCheckerAcA0dG0C_AA0D12DeduplicatorCtcfc', symObjAddr: 0x380, symBinAddr: 0x138D90, symSize: 0xC0 }
+ - { offsetInCU: 0x354, offset: 0x139D2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC3add8delegate10identifieryAA0d8DelegateE0C_SStF', symObjAddr: 0x440, symBinAddr: 0x138E50, symSize: 0x40 }
+ - { offsetInCU: 0x3A3, offset: 0x139D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC14removeDelegate10identifierySS_tF', symObjAddr: 0x480, symBinAddr: 0x138E90, symSize: 0x40 }
+ - { offsetInCU: 0x3E2, offset: 0x139DB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC010didReceiveD07command10completionyAA7Command_pSg_ySbcSgtF', symObjAddr: 0x4C0, symBinAddr: 0x138ED0, symSize: 0x340 }
+ - { offsetInCU: 0x58F, offset: 0x139F66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverC8dispatch33_06FC16B4E52357FA481A79998725B305LL7command10completionyAA7Command_pSg_ySbcSgtF', symObjAddr: 0x800, symBinAddr: 0x139210, symSize: 0x480 }
+ - { offsetInCU: 0x6A3, offset: 0x13A07A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCfd', symObjAddr: 0xC80, symBinAddr: 0x139690, symSize: 0x30 }
+ - { offsetInCU: 0x6DE, offset: 0x13A0B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCfD', symObjAddr: 0xCB0, symBinAddr: 0x1396C0, symSize: 0x40 }
+ - { offsetInCU: 0x846, offset: 0x13A21D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EventReceiverCMa', symObjAddr: 0xEC0, symBinAddr: 0x139830, symSize: 0x20 }
+ - { offsetInCU: 0x85A, offset: 0x13A231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12EventCommand_pSgWOb', symObjAddr: 0x10C0, symBinAddr: 0x1399E0, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x13A54D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x139A40, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x13A571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x139A40, symSize: 0x20 }
+ - { offsetInCU: 0x96, offset: 0x13A5BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x60, symBinAddr: 0x139AA0, symSize: 0x30 }
+ - { offsetInCU: 0xB7, offset: 0x13A5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x90, symBinAddr: 0x139AD0, symSize: 0x30 }
+ - { offsetInCU: 0xE8, offset: 0x13A60E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xC0, symBinAddr: 0x139B00, symSize: 0x10 }
+ - { offsetInCU: 0x104, offset: 0x13A62A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xD0, symBinAddr: 0x139B10, symSize: 0x10 }
+ - { offsetInCU: 0x120, offset: 0x13A646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xE0, symBinAddr: 0x139B20, symSize: 0xC0 }
+ - { offsetInCU: 0x1A2, offset: 0x13A6C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6roomIdSSvg', symObjAddr: 0x200, symBinAddr: 0x139BE0, symSize: 0x30 }
+ - { offsetInCU: 0x1BE, offset: 0x13A6E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV13participantIdSSvg', symObjAddr: 0x230, symBinAddr: 0x139C10, symSize: 0x30 }
+ - { offsetInCU: 0x1DA, offset: 0x13A700, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x139C40, symSize: 0x10 }
+ - { offsetInCU: 0x226, offset: 0x13A74C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x300, symBinAddr: 0x139CB0, symSize: 0x30 }
+ - { offsetInCU: 0x25D, offset: 0x13A783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x410, symBinAddr: 0x139D90, symSize: 0x10 }
+ - { offsetInCU: 0x279, offset: 0x13A79F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x420, symBinAddr: 0x139DA0, symSize: 0x40 }
+ - { offsetInCU: 0x295, offset: 0x13A7BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4D0, symBinAddr: 0x139E50, symSize: 0x10 }
+ - { offsetInCU: 0x2B9, offset: 0x13A7DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultType_WZ', symObjAddr: 0x20, symBinAddr: 0x139A60, symSize: 0x10 }
+ - { offsetInCU: 0x2D3, offset: 0x13A7F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x30, symBinAddr: 0x139A70, symSize: 0x30 }
+ - { offsetInCU: 0x319, offset: 0x13A83F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x270, symBinAddr: 0x139C50, symSize: 0x20 }
+ - { offsetInCU: 0x32D, offset: 0x13A853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x290, symBinAddr: 0x139C70, symSize: 0x30 }
+ - { offsetInCU: 0x341, offset: 0x13A867, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x2C0, symBinAddr: 0x139CA0, symSize: 0x10 }
+ - { offsetInCU: 0x355, offset: 0x13A87B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x330, symBinAddr: 0x139CE0, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0x13A88F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA11RequestableAAWI', symObjAddr: 0x380, symBinAddr: 0x139D00, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0x13A8A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA0F0AAWl', symObjAddr: 0x3B0, symBinAddr: 0x139D30, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0x13A8B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x3E0, symBinAddr: 0x139D60, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x13A8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0AAWI', symObjAddr: 0x460, symBinAddr: 0x139DE0, symSize: 0x20 }
+ - { offsetInCU: 0x3B9, offset: 0x13A8DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVACSEAAWl', symObjAddr: 0x480, symBinAddr: 0x139E00, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x13A8F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x4B0, symBinAddr: 0x139E30, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0x13A907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwCP', symObjAddr: 0x4E0, symBinAddr: 0x139E60, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x13A91B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwxx', symObjAddr: 0x510, symBinAddr: 0x139E90, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0x13A92F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwcp', symObjAddr: 0x540, symBinAddr: 0x139EC0, symSize: 0x50 }
+ - { offsetInCU: 0x41D, offset: 0x13A943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwca', symObjAddr: 0x590, symBinAddr: 0x139F10, symSize: 0x70 }
+ - { offsetInCU: 0x431, offset: 0x13A957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwta', symObjAddr: 0x620, symBinAddr: 0x139F80, symSize: 0x50 }
+ - { offsetInCU: 0x445, offset: 0x13A96B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwet', symObjAddr: 0x670, symBinAddr: 0x139FD0, symSize: 0x40 }
+ - { offsetInCU: 0x459, offset: 0x13A97F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVwst', symObjAddr: 0x6B0, symBinAddr: 0x13A010, symSize: 0x40 }
+ - { offsetInCU: 0x46D, offset: 0x13A993, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVMa', symObjAddr: 0x6F0, symBinAddr: 0x13A050, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x13ABBE, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x13A070, symSize: 0x70 }
+ - { offsetInCU: 0x65, offset: 0x13ABFC, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x13A070, symSize: 0x70 }
+ - { offsetInCU: 0x91, offset: 0x13AC28, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassO8rawValueSSvg', symObjAddr: 0xB0, symBinAddr: 0x13A0E0, symSize: 0x20 }
+ - { offsetInCU: 0xCC, offset: 0x13AC63, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSYACSY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x220, symBinAddr: 0x13A250, symSize: 0x80 }
+ - { offsetInCU: 0x10D, offset: 0x13ACA4, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSYACSY8rawValue03RawI0QzvgTW', symObjAddr: 0x2A0, symBinAddr: 0x13A2D0, symSize: 0x30 }
+ - { offsetInCU: 0x16C, offset: 0x13AD03, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClassSSvgZ', symObjAddr: 0x2D0, symBinAddr: 0x13A300, symSize: 0xB0 }
+ - { offsetInCU: 0x224, offset: 0x13ADBB, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClass4fromAbCE0bH0OSSSg_tFZ', symObjAddr: 0x380, symBinAddr: 0x13A3B0, symSize: 0x10 }
+ - { offsetInCU: 0x238, offset: 0x13ADCF, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE11carrierNameSSSgvgZ', symObjAddr: 0x390, symBinAddr: 0x13A3C0, symSize: 0xC0 }
+ - { offsetInCU: 0x2A4, offset: 0x13AE3B, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE12networkClass4fromAbCE0bH0OSSSg_tFZTf4nd_n', symObjAddr: 0x450, symBinAddr: 0x13A480, symSize: 0x480 }
+ - { offsetInCU: 0x461, offset: 0x13AFF8, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSQWb', symObjAddr: 0x8D0, symBinAddr: 0x13A900, symSize: 0x10 }
+ - { offsetInCU: 0x475, offset: 0x13B00C, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOAESQACWl', symObjAddr: 0x8E0, symBinAddr: 0x13A910, symSize: 0x30 }
+ - { offsetInCU: 0x489, offset: 0x13B020, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwet', symObjAddr: 0x930, symBinAddr: 0x13A940, symSize: 0x80 }
+ - { offsetInCU: 0x49D, offset: 0x13B034, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwst', symObjAddr: 0x9B0, symBinAddr: 0x13A9C0, symSize: 0xD0 }
+ - { offsetInCU: 0x4B1, offset: 0x13B048, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwug', symObjAddr: 0xA80, symBinAddr: 0x13AA90, symSize: 0x10 }
+ - { offsetInCU: 0x4C5, offset: 0x13B05C, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwup', symObjAddr: 0xA90, symBinAddr: 0x13AAA0, symSize: 0x10 }
+ - { offsetInCU: 0x4D9, offset: 0x13B070, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOwui', symObjAddr: 0xAA0, symBinAddr: 0x13AAB0, symSize: 0x10 }
+ - { offsetInCU: 0x4ED, offset: 0x13B084, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOMa', symObjAddr: 0xAB0, symBinAddr: 0x13AAC0, symSize: 0xA }
+ - { offsetInCU: 0x536, offset: 0x13B0CD, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSQACSQ2eeoiySbx_xtFZTW', symObjAddr: 0xD0, symBinAddr: 0x13A100, symSize: 0x80 }
+ - { offsetInCU: 0x605, offset: 0x13B19C, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH9hashValueSivgTW', symObjAddr: 0x150, symBinAddr: 0x13A180, symSize: 0x50 }
+ - { offsetInCU: 0x683, offset: 0x13B21A, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1A0, symBinAddr: 0x13A1D0, symSize: 0x30 }
+ - { offsetInCU: 0x6D5, offset: 0x13B26C, size: 0x8, addend: 0x0, symName: '_$sSo22CTTelephonyNetworkInfoC13SendBirdCallsE0B5ClassOSHACSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x13A200, symSize: 0x50 }
+ - { offsetInCU: 0x27, offset: 0x13B538, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x13AAD0, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0x13B55C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x13AAD0, symSize: 0xA0 }
+ - { offsetInCU: 0xAA, offset: 0x13B5BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabledSbvg', symObjAddr: 0xA0, symBinAddr: 0x13AB70, symSize: 0x10 }
+ - { offsetInCU: 0xC6, offset: 0x13B5D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xB0, symBinAddr: 0x13AB80, symSize: 0x40 }
+ - { offsetInCU: 0xEB, offset: 0x13B5FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xF0, symBinAddr: 0x13ABC0, symSize: 0x210 }
+ - { offsetInCU: 0x1D0, offset: 0x13B6E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfC', symObjAddr: 0x450, symBinAddr: 0x13ADF0, symSize: 0xD0 }
+ - { offsetInCU: 0x275, offset: 0x13B786, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0Vtcfc', symObjAddr: 0x520, symBinAddr: 0x13AEC0, symSize: 0xA0 }
+ - { offsetInCU: 0x34E, offset: 0x13B85F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x5C0, symBinAddr: 0x13AF60, symSize: 0x30 }
+ - { offsetInCU: 0x3AD, offset: 0x13B8BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x5F0, symBinAddr: 0x13AF90, symSize: 0x30 }
+ - { offsetInCU: 0x40A, offset: 0x13B91B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCfd', symObjAddr: 0x620, symBinAddr: 0x13AFC0, symSize: 0x30 }
+ - { offsetInCU: 0x45B, offset: 0x13B96C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCfD', symObjAddr: 0x670, symBinAddr: 0x13AFF0, symSize: 0x40 }
+ - { offsetInCU: 0x4B5, offset: 0x13B9C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24VideoSettingEventCommandCMa', symObjAddr: 0x3D0, symBinAddr: 0x13ADD0, symSize: 0x20 }
+ - { offsetInCU: 0x50, offset: 0x13BCDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACSgSo13RTCStatisticsC_tcfC', symObjAddr: 0x0, symBinAddr: 0x13B060, symSize: 0x40 }
+ - { offsetInCU: 0x6C, offset: 0x13BCF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvg', symObjAddr: 0x40, symBinAddr: 0x13B0A0, symSize: 0x30 }
+ - { offsetInCU: 0x88, offset: 0x13BD13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvs', symObjAddr: 0x70, symBinAddr: 0x13B0D0, symSize: 0x30 }
+ - { offsetInCU: 0xA4, offset: 0x13BD2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvM', symObjAddr: 0xA0, symBinAddr: 0x13B100, symSize: 0x10 }
+ - { offsetInCU: 0xC0, offset: 0x13BD4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifierSSvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x13B110, symSize: 0x10 }
+ - { offsetInCU: 0xDC, offset: 0x13BD67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvg', symObjAddr: 0xC0, symBinAddr: 0x13B120, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x13BD83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvs', symObjAddr: 0xD0, symBinAddr: 0x13B130, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x13BD9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvM', symObjAddr: 0xE0, symBinAddr: 0x13B140, symSize: 0x20 }
+ - { offsetInCU: 0x130, offset: 0x13BDBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV9timestampSdvM.resume.0', symObjAddr: 0x100, symBinAddr: 0x13B160, symSize: 0x10 }
+ - { offsetInCU: 0x14C, offset: 0x13BDD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvg', symObjAddr: 0x110, symBinAddr: 0x13B170, symSize: 0x10 }
+ - { offsetInCU: 0x168, offset: 0x13BDF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvs', symObjAddr: 0x120, symBinAddr: 0x13B180, symSize: 0x10 }
+ - { offsetInCU: 0x184, offset: 0x13BE0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvM', symObjAddr: 0x130, symBinAddr: 0x13B190, symSize: 0x20 }
+ - { offsetInCU: 0x1A0, offset: 0x13BE2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4typeAC0D4TypeOvM.resume.0', symObjAddr: 0x150, symBinAddr: 0x13B1B0, symSize: 0x10 }
+ - { offsetInCU: 0x1BC, offset: 0x13BE47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvg', symObjAddr: 0x160, symBinAddr: 0x13B1C0, symSize: 0x760 }
+ - { offsetInCU: 0x1D8, offset: 0x13BE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvs', symObjAddr: 0x8C0, symBinAddr: 0x13B920, symSize: 0x120 }
+ - { offsetInCU: 0x1F4, offset: 0x13BE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvM', symObjAddr: 0x9E0, symBinAddr: 0x13BA40, symSize: 0x20 }
+ - { offsetInCU: 0x210, offset: 0x13BE9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV6valuesAC0D6ValuesVvM.resume.0', symObjAddr: 0xA00, symBinAddr: 0x13BA60, symSize: 0x10 }
+ - { offsetInCU: 0x22C, offset: 0x13BEB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifier9timestamp4type10dictionaryACSgSS_SdAC0D4TypeOSDySSypGtcfC', symObjAddr: 0xA20, symBinAddr: 0x13BA80, symSize: 0x1580 }
+ - { offsetInCU: 0x2E6, offset: 0x13BF71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10identifier9timestamp4type6valuesACSS_SdAC0D4TypeOAC0D6ValuesVtcfC', symObjAddr: 0x1FA0, symBinAddr: 0x13D000, symSize: 0x1170 }
+ - { offsetInCU: 0x367, offset: 0x13BFF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueSSvg', symObjAddr: 0x3110, symBinAddr: 0x13E170, symSize: 0x20 }
+ - { offsetInCU: 0x390, offset: 0x13C01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x3150, symBinAddr: 0x13E1B0, symSize: 0x10 }
+ - { offsetInCU: 0x3BB, offset: 0x13C046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3160, symBinAddr: 0x13E1C0, symSize: 0x20 }
+ - { offsetInCU: 0x3EC, offset: 0x13C077, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x3180, symBinAddr: 0x13E1E0, symSize: 0x10 }
+ - { offsetInCU: 0x408, offset: 0x13C093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x3190, symBinAddr: 0x13E1F0, symSize: 0x10 }
+ - { offsetInCU: 0x424, offset: 0x13C0AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x105A0, symBinAddr: 0x14B270, symSize: 0x120 }
+ - { offsetInCU: 0x46A, offset: 0x13C0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x31E0, symBinAddr: 0x13E240, symSize: 0x50 }
+ - { offsetInCU: 0x494, offset: 0x13C11F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x3230, symBinAddr: 0x13E290, symSize: 0x50 }
+ - { offsetInCU: 0x4CB, offset: 0x13C156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACSgSo13RTCStatisticsC_tcfCTf4nd_n', symObjAddr: 0x7E20, symBinAddr: 0x142E80, symSize: 0x1650 }
+ - { offsetInCU: 0x56A, offset: 0x13C1F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xB4F0, symBinAddr: 0x146270, symSize: 0xFC0 }
+ - { offsetInCU: 0x5A8, offset: 0x13C233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueAESgSS_tcfC', symObjAddr: 0xA10, symBinAddr: 0x13BA70, symSize: 0x10 }
+ - { offsetInCU: 0x5BC, offset: 0x13C247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueSSvg', symObjAddr: 0x6930, symBinAddr: 0x141990, symSize: 0x140 }
+ - { offsetInCU: 0x5F6, offset: 0x13C281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x6C40, symBinAddr: 0x141CA0, symSize: 0x30 }
+ - { offsetInCU: 0x627, offset: 0x13C2B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x6C70, symBinAddr: 0x141CD0, symSize: 0x30 }
+ - { offsetInCU: 0x643, offset: 0x13C2CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x7DB0, symBinAddr: 0x142E10, symSize: 0x70 }
+ - { offsetInCU: 0x67C, offset: 0x13C307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvg', symObjAddr: 0x3280, symBinAddr: 0x13E2E0, symSize: 0x10 }
+ - { offsetInCU: 0x698, offset: 0x13C323, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvs', symObjAddr: 0x3290, symBinAddr: 0x13E2F0, symSize: 0x10 }
+ - { offsetInCU: 0x6B4, offset: 0x13C33F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvM', symObjAddr: 0x32A0, symBinAddr: 0x13E300, symSize: 0x10 }
+ - { offsetInCU: 0x6D0, offset: 0x13C35B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kindAC4KindOSgvM.resume.0', symObjAddr: 0x32B0, symBinAddr: 0x13E310, symSize: 0x10 }
+ - { offsetInCU: 0x6EC, offset: 0x13C377, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvg', symObjAddr: 0x32C0, symBinAddr: 0x13E320, symSize: 0x10 }
+ - { offsetInCU: 0x708, offset: 0x13C393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvs', symObjAddr: 0x32D0, symBinAddr: 0x13E330, symSize: 0x20 }
+ - { offsetInCU: 0x724, offset: 0x13C3AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvM', symObjAddr: 0x32F0, symBinAddr: 0x13E350, symSize: 0x20 }
+ - { offsetInCU: 0x740, offset: 0x13C3CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4ssrcs5Int64VSgvM.resume.0', symObjAddr: 0x3310, symBinAddr: 0x13E370, symSize: 0x10 }
+ - { offsetInCU: 0x75C, offset: 0x13C3E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvg', symObjAddr: 0x3320, symBinAddr: 0x13E380, symSize: 0x10 }
+ - { offsetInCU: 0x778, offset: 0x13C403, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvs', symObjAddr: 0x3330, symBinAddr: 0x13E390, symSize: 0x20 }
+ - { offsetInCU: 0x794, offset: 0x13C41F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvM', symObjAddr: 0x3350, symBinAddr: 0x13E3B0, symSize: 0x20 }
+ - { offsetInCU: 0x7B0, offset: 0x13C43B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsLosts5Int64VSgvM.resume.0', symObjAddr: 0x3370, symBinAddr: 0x13E3D0, symSize: 0x10 }
+ - { offsetInCU: 0x7CC, offset: 0x13C457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvg', symObjAddr: 0x3380, symBinAddr: 0x13E3E0, symSize: 0x10 }
+ - { offsetInCU: 0x7E8, offset: 0x13C473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvs', symObjAddr: 0x3390, symBinAddr: 0x13E3F0, symSize: 0x20 }
+ - { offsetInCU: 0x804, offset: 0x13C48F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvM', symObjAddr: 0x33B0, symBinAddr: 0x13E410, symSize: 0x20 }
+ - { offsetInCU: 0x820, offset: 0x13C4AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15packetsReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x33D0, symBinAddr: 0x13E430, symSize: 0x10 }
+ - { offsetInCU: 0x83C, offset: 0x13C4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvg', symObjAddr: 0x33E0, symBinAddr: 0x13E440, symSize: 0x10 }
+ - { offsetInCU: 0x858, offset: 0x13C4E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvs', symObjAddr: 0x33F0, symBinAddr: 0x13E450, symSize: 0x20 }
+ - { offsetInCU: 0x874, offset: 0x13C4FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvM', symObjAddr: 0x3410, symBinAddr: 0x13E470, symSize: 0x20 }
+ - { offsetInCU: 0x890, offset: 0x13C51B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11packetsSents5Int64VSgvM.resume.0', symObjAddr: 0x3430, symBinAddr: 0x13E490, symSize: 0x10 }
+ - { offsetInCU: 0x8AC, offset: 0x13C537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvg', symObjAddr: 0x3440, symBinAddr: 0x13E4A0, symSize: 0x10 }
+ - { offsetInCU: 0x8C8, offset: 0x13C553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvs', symObjAddr: 0x3450, symBinAddr: 0x13E4B0, symSize: 0x20 }
+ - { offsetInCU: 0x8E4, offset: 0x13C56F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvM', symObjAddr: 0x3470, symBinAddr: 0x13E4D0, symSize: 0x20 }
+ - { offsetInCU: 0x900, offset: 0x13C58B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9bytesSents5Int64VSgvM.resume.0', symObjAddr: 0x3490, symBinAddr: 0x13E4F0, symSize: 0x10 }
+ - { offsetInCU: 0x91C, offset: 0x13C5A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvg', symObjAddr: 0x34A0, symBinAddr: 0x13E500, symSize: 0x10 }
+ - { offsetInCU: 0x938, offset: 0x13C5C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvs', symObjAddr: 0x34B0, symBinAddr: 0x13E510, symSize: 0x20 }
+ - { offsetInCU: 0x954, offset: 0x13C5DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvM', symObjAddr: 0x34D0, symBinAddr: 0x13E530, symSize: 0x20 }
+ - { offsetInCU: 0x970, offset: 0x13C5FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6jitterSdSgvM.resume.0', symObjAddr: 0x34F0, symBinAddr: 0x13E550, symSize: 0x10 }
+ - { offsetInCU: 0x98C, offset: 0x13C617, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvg', symObjAddr: 0x3500, symBinAddr: 0x13E560, symSize: 0x10 }
+ - { offsetInCU: 0x9A8, offset: 0x13C633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvs', symObjAddr: 0x3510, symBinAddr: 0x13E570, symSize: 0x20 }
+ - { offsetInCU: 0x9C4, offset: 0x13C64F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvM', symObjAddr: 0x3530, symBinAddr: 0x13E590, symSize: 0x20 }
+ - { offsetInCU: 0x9E0, offset: 0x13C66B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13roundTripTimeSdSgvM.resume.0', symObjAddr: 0x3550, symBinAddr: 0x13E5B0, symSize: 0x10 }
+ - { offsetInCU: 0x9FC, offset: 0x13C687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvg', symObjAddr: 0x3560, symBinAddr: 0x13E5C0, symSize: 0x30 }
+ - { offsetInCU: 0xA18, offset: 0x13C6A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvs', symObjAddr: 0x3590, symBinAddr: 0x13E5F0, symSize: 0x30 }
+ - { offsetInCU: 0xA34, offset: 0x13C6BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvM', symObjAddr: 0x35C0, symBinAddr: 0x13E620, symSize: 0x20 }
+ - { offsetInCU: 0xA50, offset: 0x13C6DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11transportIdSSSgvM.resume.0', symObjAddr: 0x35E0, symBinAddr: 0x13E640, symSize: 0x10 }
+ - { offsetInCU: 0xA6C, offset: 0x13C6F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvg', symObjAddr: 0x35F0, symBinAddr: 0x13E650, symSize: 0x30 }
+ - { offsetInCU: 0xA88, offset: 0x13C713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvs', symObjAddr: 0x3620, symBinAddr: 0x13E680, symSize: 0x30 }
+ - { offsetInCU: 0xAA4, offset: 0x13C72F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvM', symObjAddr: 0x3650, symBinAddr: 0x13E6B0, symSize: 0x20 }
+ - { offsetInCU: 0xAC0, offset: 0x13C74B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23selectedCandidatePairIdSSSgvM.resume.0', symObjAddr: 0x3670, symBinAddr: 0x13E6D0, symSize: 0x10 }
+ - { offsetInCU: 0xADC, offset: 0x13C767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvg', symObjAddr: 0x3680, symBinAddr: 0x13E6E0, symSize: 0x30 }
+ - { offsetInCU: 0xAF8, offset: 0x13C783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvs', symObjAddr: 0x36B0, symBinAddr: 0x13E710, symSize: 0x30 }
+ - { offsetInCU: 0xB14, offset: 0x13C79F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvM', symObjAddr: 0x36E0, symBinAddr: 0x13E740, symSize: 0x20 }
+ - { offsetInCU: 0xB30, offset: 0x13C7BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16localCandidateIdSSSgvM.resume.0', symObjAddr: 0x3700, symBinAddr: 0x13E760, symSize: 0x10 }
+ - { offsetInCU: 0xB4C, offset: 0x13C7D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvg', symObjAddr: 0x3710, symBinAddr: 0x13E770, symSize: 0x30 }
+ - { offsetInCU: 0xB68, offset: 0x13C7F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvs', symObjAddr: 0x3740, symBinAddr: 0x13E7A0, symSize: 0x30 }
+ - { offsetInCU: 0xB84, offset: 0x13C80F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvM', symObjAddr: 0x3770, symBinAddr: 0x13E7D0, symSize: 0x20 }
+ - { offsetInCU: 0xBA0, offset: 0x13C82B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11networkTypeSSSgvM.resume.0', symObjAddr: 0x3790, symBinAddr: 0x13E7F0, symSize: 0x10 }
+ - { offsetInCU: 0xBBC, offset: 0x13C847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvg', symObjAddr: 0x37A0, symBinAddr: 0x13E800, symSize: 0x30 }
+ - { offsetInCU: 0xBD8, offset: 0x13C863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvs', symObjAddr: 0x37D0, symBinAddr: 0x13E830, symSize: 0x30 }
+ - { offsetInCU: 0xBF4, offset: 0x13C87F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvM', symObjAddr: 0x3800, symBinAddr: 0x13E860, symSize: 0x20 }
+ - { offsetInCU: 0xC10, offset: 0x13C89B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7codecIdSSSgvM.resume.0', symObjAddr: 0x3820, symBinAddr: 0x13E880, symSize: 0x10 }
+ - { offsetInCU: 0xC2C, offset: 0x13C8B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvg', symObjAddr: 0x3830, symBinAddr: 0x13E890, symSize: 0x30 }
+ - { offsetInCU: 0xC48, offset: 0x13C8D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvs', symObjAddr: 0x3860, symBinAddr: 0x13E8C0, symSize: 0x30 }
+ - { offsetInCU: 0xC64, offset: 0x13C8EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvM', symObjAddr: 0x3890, symBinAddr: 0x13E8F0, symSize: 0x20 }
+ - { offsetInCU: 0xC80, offset: 0x13C90B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8mimeTypeSSSgvM.resume.0', symObjAddr: 0x38B0, symBinAddr: 0x13E910, symSize: 0x10 }
+ - { offsetInCU: 0xC9C, offset: 0x13C927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvg', symObjAddr: 0x38C0, symBinAddr: 0x13E920, symSize: 0x20 }
+ - { offsetInCU: 0xCB8, offset: 0x13C943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvs', symObjAddr: 0x38E0, symBinAddr: 0x13E940, symSize: 0x20 }
+ - { offsetInCU: 0xCD4, offset: 0x13C95F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvM', symObjAddr: 0x3900, symBinAddr: 0x13E960, symSize: 0x20 }
+ - { offsetInCU: 0xCF0, offset: 0x13C97B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13targetBitrates5Int64VSgvM.resume.0', symObjAddr: 0x3920, symBinAddr: 0x13E980, symSize: 0x10 }
+ - { offsetInCU: 0xD0C, offset: 0x13C997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvg', symObjAddr: 0x3930, symBinAddr: 0x13E990, symSize: 0x20 }
+ - { offsetInCU: 0xD28, offset: 0x13C9B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvs', symObjAddr: 0x3950, symBinAddr: 0x13E9B0, symSize: 0x20 }
+ - { offsetInCU: 0xD44, offset: 0x13C9CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvM', symObjAddr: 0x3970, symBinAddr: 0x13E9D0, symSize: 0x20 }
+ - { offsetInCU: 0xD60, offset: 0x13C9EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17outboundNackCounts5Int64VSgvM.resume.0', symObjAddr: 0x3990, symBinAddr: 0x13E9F0, symSize: 0x10 }
+ - { offsetInCU: 0xD7C, offset: 0x13CA07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvg', symObjAddr: 0x39A0, symBinAddr: 0x13EA00, symSize: 0x30 }
+ - { offsetInCU: 0xD98, offset: 0x13CA23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvs', symObjAddr: 0x39D0, symBinAddr: 0x13EA30, symSize: 0x30 }
+ - { offsetInCU: 0xDB4, offset: 0x13CA3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvM', symObjAddr: 0x3A00, symBinAddr: 0x13EA60, symSize: 0x20 }
+ - { offsetInCU: 0xDD0, offset: 0x13CA5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV7trackIdSSSgvM.resume.0', symObjAddr: 0x3A20, symBinAddr: 0x13EA80, symSize: 0x10 }
+ - { offsetInCU: 0xDEC, offset: 0x13CA77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvg', symObjAddr: 0x3A30, symBinAddr: 0x13EA90, symSize: 0x30 }
+ - { offsetInCU: 0xE08, offset: 0x13CA93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvs', symObjAddr: 0x3A60, symBinAddr: 0x13EAC0, symSize: 0x30 }
+ - { offsetInCU: 0xE24, offset: 0x13CAAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvM', symObjAddr: 0x3A90, symBinAddr: 0x13EAF0, symSize: 0x20 }
+ - { offsetInCU: 0xE40, offset: 0x13CACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13mediaSourceIdSSSgvM.resume.0', symObjAddr: 0x3AB0, symBinAddr: 0x13EB10, symSize: 0x10 }
+ - { offsetInCU: 0xE5C, offset: 0x13CAE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvg', symObjAddr: 0x3AC0, symBinAddr: 0x13EB20, symSize: 0x30 }
+ - { offsetInCU: 0xE78, offset: 0x13CB03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvs', symObjAddr: 0x3AF0, symBinAddr: 0x13EB50, symSize: 0x30 }
+ - { offsetInCU: 0xE94, offset: 0x13CB1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvM', symObjAddr: 0x3B20, symBinAddr: 0x13EB80, symSize: 0x20 }
+ - { offsetInCU: 0xEB0, offset: 0x13CB3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8protocolSSSgvM.resume.0', symObjAddr: 0x3B40, symBinAddr: 0x13EBA0, symSize: 0x10 }
+ - { offsetInCU: 0xECC, offset: 0x13CB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvg', symObjAddr: 0x3B50, symBinAddr: 0x13EBB0, symSize: 0x30 }
+ - { offsetInCU: 0xEE8, offset: 0x13CB73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvs', symObjAddr: 0x3B80, symBinAddr: 0x13EBE0, symSize: 0x30 }
+ - { offsetInCU: 0xF04, offset: 0x13CB8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvM', symObjAddr: 0x3BB0, symBinAddr: 0x13EC10, symSize: 0x20 }
+ - { offsetInCU: 0xF20, offset: 0x13CBAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13relayProtocolSSSgvM.resume.0', symObjAddr: 0x3BD0, symBinAddr: 0x13EC30, symSize: 0x10 }
+ - { offsetInCU: 0xF3C, offset: 0x13CBC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvg', symObjAddr: 0x3BE0, symBinAddr: 0x13EC40, symSize: 0x30 }
+ - { offsetInCU: 0xF58, offset: 0x13CBE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvs', symObjAddr: 0x3C10, symBinAddr: 0x13EC70, symSize: 0x30 }
+ - { offsetInCU: 0xF74, offset: 0x13CBFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvM', symObjAddr: 0x3C40, symBinAddr: 0x13ECA0, symSize: 0x20 }
+ - { offsetInCU: 0xF90, offset: 0x13CC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13candidateTypeSSSgvM.resume.0', symObjAddr: 0x3C60, symBinAddr: 0x13ECC0, symSize: 0x10 }
+ - { offsetInCU: 0xFAC, offset: 0x13CC37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvg', symObjAddr: 0x3C70, symBinAddr: 0x13ECD0, symSize: 0x30 }
+ - { offsetInCU: 0xFC8, offset: 0x13CC53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvs', symObjAddr: 0x3CA0, symBinAddr: 0x13ED00, symSize: 0x30 }
+ - { offsetInCU: 0xFE4, offset: 0x13CC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvM', symObjAddr: 0x3CD0, symBinAddr: 0x13ED30, symSize: 0x20 }
+ - { offsetInCU: 0x1000, offset: 0x13CC8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23qualityLimitationReasonSSSgvM.resume.0', symObjAddr: 0x3CF0, symBinAddr: 0x13ED50, symSize: 0x10 }
+ - { offsetInCU: 0x101C, offset: 0x13CCA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvg', symObjAddr: 0x3D00, symBinAddr: 0x13ED60, symSize: 0x20 }
+ - { offsetInCU: 0x1038, offset: 0x13CCC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvs', symObjAddr: 0x3D20, symBinAddr: 0x13ED80, symSize: 0x30 }
+ - { offsetInCU: 0x1054, offset: 0x13CCDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvM', symObjAddr: 0x3D50, symBinAddr: 0x13EDB0, symSize: 0x20 }
+ - { offsetInCU: 0x1070, offset: 0x13CCFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26qualityLimitationDurationsSDySSSdGSgvM.resume.0', symObjAddr: 0x3D70, symBinAddr: 0x13EDD0, symSize: 0x10 }
+ - { offsetInCU: 0x108C, offset: 0x13CD17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvg', symObjAddr: 0x3D80, symBinAddr: 0x13EDE0, symSize: 0x20 }
+ - { offsetInCU: 0x10A8, offset: 0x13CD33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvs', symObjAddr: 0x3DA0, symBinAddr: 0x13EE00, symSize: 0x20 }
+ - { offsetInCU: 0x10C4, offset: 0x13CD4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvM', symObjAddr: 0x3DC0, symBinAddr: 0x13EE20, symSize: 0x20 }
+ - { offsetInCU: 0x10E0, offset: 0x13CD6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV34qualityLimitationResolutionChangess5Int64VSgvM.resume.0', symObjAddr: 0x3DE0, symBinAddr: 0x13EE40, symSize: 0x10 }
+ - { offsetInCU: 0x10FC, offset: 0x13CD87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0x3DF0, symBinAddr: 0x13EE50, symSize: 0x20 }
+ - { offsetInCU: 0x1118, offset: 0x13CDA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvs', symObjAddr: 0x3E10, symBinAddr: 0x13EE70, symSize: 0x20 }
+ - { offsetInCU: 0x1134, offset: 0x13CDBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvM', symObjAddr: 0x3E30, symBinAddr: 0x13EE90, symSize: 0x20 }
+ - { offsetInCU: 0x1150, offset: 0x13CDDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableOutgoingBitrates5Int64VSgvM.resume.0', symObjAddr: 0x3E50, symBinAddr: 0x13EEB0, symSize: 0x10 }
+ - { offsetInCU: 0x116C, offset: 0x13CDF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0x3E60, symBinAddr: 0x13EEC0, symSize: 0x20 }
+ - { offsetInCU: 0x1188, offset: 0x13CE13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvs', symObjAddr: 0x3E80, symBinAddr: 0x13EEE0, symSize: 0x20 }
+ - { offsetInCU: 0x11A4, offset: 0x13CE2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvM', symObjAddr: 0x3EA0, symBinAddr: 0x13EF00, symSize: 0x20 }
+ - { offsetInCU: 0x11C0, offset: 0x13CE4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24availableIncomingBitrates5Int64VSgvM.resume.0', symObjAddr: 0x3EC0, symBinAddr: 0x13EF20, symSize: 0x10 }
+ - { offsetInCU: 0x11DC, offset: 0x13CE67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvg', symObjAddr: 0x3ED0, symBinAddr: 0x13EF30, symSize: 0x20 }
+ - { offsetInCU: 0x11F8, offset: 0x13CE83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvs', symObjAddr: 0x3EF0, symBinAddr: 0x13EF50, symSize: 0x20 }
+ - { offsetInCU: 0x1214, offset: 0x13CE9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvM', symObjAddr: 0x3F10, symBinAddr: 0x13EF70, symSize: 0x20 }
+ - { offsetInCU: 0x1230, offset: 0x13CEBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13bytesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x3F30, symBinAddr: 0x13EF90, symSize: 0x10 }
+ - { offsetInCU: 0x124C, offset: 0x13CED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0x3F40, symBinAddr: 0x13EFA0, symSize: 0x20 }
+ - { offsetInCU: 0x1268, offset: 0x13CEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvs', symObjAddr: 0x3F60, symBinAddr: 0x13EFC0, symSize: 0x20 }
+ - { offsetInCU: 0x1284, offset: 0x13CF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvM', symObjAddr: 0x3F80, symBinAddr: 0x13EFE0, symSize: 0x20 }
+ - { offsetInCU: 0x12A0, offset: 0x13CF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19headerBytesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x3FA0, symBinAddr: 0x13F000, symSize: 0x10 }
+ - { offsetInCU: 0x12BC, offset: 0x13CF47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x3FB0, symBinAddr: 0x13F010, symSize: 0x20 }
+ - { offsetInCU: 0x12D8, offset: 0x13CF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvs', symObjAddr: 0x3FD0, symBinAddr: 0x13F030, symSize: 0x20 }
+ - { offsetInCU: 0x12F4, offset: 0x13CF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvM', symObjAddr: 0x3FF0, symBinAddr: 0x13F050, symSize: 0x20 }
+ - { offsetInCU: 0x1310, offset: 0x13CF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesDecodeds5Int64VSgvM.resume.0', symObjAddr: 0x4010, symBinAddr: 0x13F070, symSize: 0x10 }
+ - { offsetInCU: 0x132C, offset: 0x13CFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvg', symObjAddr: 0x4020, symBinAddr: 0x13F080, symSize: 0x20 }
+ - { offsetInCU: 0x1348, offset: 0x13CFD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvs', symObjAddr: 0x4040, symBinAddr: 0x13F0A0, symSize: 0x20 }
+ - { offsetInCU: 0x1364, offset: 0x13CFEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvM', symObjAddr: 0x4060, symBinAddr: 0x13F0C0, symSize: 0x20 }
+ - { offsetInCU: 0x1380, offset: 0x13D00B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15totalDecodeTimeSdSgvM.resume.0', symObjAddr: 0x4080, symBinAddr: 0x13F0E0, symSize: 0x10 }
+ - { offsetInCU: 0x139C, offset: 0x13D027, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvg', symObjAddr: 0x4090, symBinAddr: 0x13F0F0, symSize: 0x20 }
+ - { offsetInCU: 0x13B8, offset: 0x13D043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvs', symObjAddr: 0x40B0, symBinAddr: 0x13F110, symSize: 0x20 }
+ - { offsetInCU: 0x13D4, offset: 0x13D05F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvM', symObjAddr: 0x40D0, symBinAddr: 0x13F130, symSize: 0x20 }
+ - { offsetInCU: 0x13F0, offset: 0x13D07B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalInterFrameDelaySdSgvM.resume.0', symObjAddr: 0x40F0, symBinAddr: 0x13F150, symSize: 0x10 }
+ - { offsetInCU: 0x140C, offset: 0x13D097, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x4100, symBinAddr: 0x13F160, symSize: 0x20 }
+ - { offsetInCU: 0x1428, offset: 0x13D0B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvs', symObjAddr: 0x4120, symBinAddr: 0x13F180, symSize: 0x20 }
+ - { offsetInCU: 0x1444, offset: 0x13D0CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvM', symObjAddr: 0x4140, symBinAddr: 0x13F1A0, symSize: 0x20 }
+ - { offsetInCU: 0x1460, offset: 0x13D0EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV27totalSquaredInterFrameDelaySdSgvM.resume.0', symObjAddr: 0x4160, symBinAddr: 0x13F1C0, symSize: 0x10 }
+ - { offsetInCU: 0x147C, offset: 0x13D107, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvg', symObjAddr: 0x4170, symBinAddr: 0x13F1D0, symSize: 0x20 }
+ - { offsetInCU: 0x1498, offset: 0x13D123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvs', symObjAddr: 0x4190, symBinAddr: 0x13F1F0, symSize: 0x20 }
+ - { offsetInCU: 0x14B4, offset: 0x13D13F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvM', symObjAddr: 0x41B0, symBinAddr: 0x13F210, symSize: 0x20 }
+ - { offsetInCU: 0x14D0, offset: 0x13D15B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8firCounts5Int64VSgvM.resume.0', symObjAddr: 0x41D0, symBinAddr: 0x13F230, symSize: 0x10 }
+ - { offsetInCU: 0x14EC, offset: 0x13D177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvg', symObjAddr: 0x41E0, symBinAddr: 0x13F240, symSize: 0x20 }
+ - { offsetInCU: 0x1508, offset: 0x13D193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvs', symObjAddr: 0x4200, symBinAddr: 0x13F260, symSize: 0x20 }
+ - { offsetInCU: 0x1524, offset: 0x13D1AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvM', symObjAddr: 0x4220, symBinAddr: 0x13F280, symSize: 0x20 }
+ - { offsetInCU: 0x1540, offset: 0x13D1CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV8pliCounts5Int64VSgvM.resume.0', symObjAddr: 0x4240, symBinAddr: 0x13F2A0, symSize: 0x10 }
+ - { offsetInCU: 0x155C, offset: 0x13D1E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvg', symObjAddr: 0x4250, symBinAddr: 0x13F2B0, symSize: 0x20 }
+ - { offsetInCU: 0x1578, offset: 0x13D203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvs', symObjAddr: 0x4270, symBinAddr: 0x13F2D0, symSize: 0x20 }
+ - { offsetInCU: 0x1594, offset: 0x13D21F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvM', symObjAddr: 0x4290, symBinAddr: 0x13F2F0, symSize: 0x20 }
+ - { offsetInCU: 0x15B0, offset: 0x13D23B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV9nackCounts5Int64VSgvM.resume.0', symObjAddr: 0x42B0, symBinAddr: 0x13F310, symSize: 0x10 }
+ - { offsetInCU: 0x15CC, offset: 0x13D257, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvg', symObjAddr: 0x42C0, symBinAddr: 0x13F320, symSize: 0x20 }
+ - { offsetInCU: 0x15E8, offset: 0x13D273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvs', symObjAddr: 0x42E0, symBinAddr: 0x13F340, symSize: 0x20 }
+ - { offsetInCU: 0x1604, offset: 0x13D28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvM', symObjAddr: 0x4300, symBinAddr: 0x13F360, symSize: 0x20 }
+ - { offsetInCU: 0x1620, offset: 0x13D2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5qpSums5Int64VSgvM.resume.0', symObjAddr: 0x4320, symBinAddr: 0x13F380, symSize: 0x10 }
+ - { offsetInCU: 0x163C, offset: 0x13D2C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvg', symObjAddr: 0x4330, symBinAddr: 0x13F390, symSize: 0x20 }
+ - { offsetInCU: 0x1658, offset: 0x13D2E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvs', symObjAddr: 0x4350, symBinAddr: 0x13F3B0, symSize: 0x20 }
+ - { offsetInCU: 0x1674, offset: 0x13D2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvM', symObjAddr: 0x4370, symBinAddr: 0x13F3D0, symSize: 0x20 }
+ - { offsetInCU: 0x1690, offset: 0x13D31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV5widths5Int64VSgvM.resume.0', symObjAddr: 0x4390, symBinAddr: 0x13F3F0, symSize: 0x10 }
+ - { offsetInCU: 0x16AC, offset: 0x13D337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvg', symObjAddr: 0x43A0, symBinAddr: 0x13F400, symSize: 0x20 }
+ - { offsetInCU: 0x16C8, offset: 0x13D353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvs', symObjAddr: 0x43C0, symBinAddr: 0x13F420, symSize: 0x20 }
+ - { offsetInCU: 0x16E4, offset: 0x13D36F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvM', symObjAddr: 0x43E0, symBinAddr: 0x13F440, symSize: 0x20 }
+ - { offsetInCU: 0x1700, offset: 0x13D38B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV6heights5Int64VSgvM.resume.0', symObjAddr: 0x4400, symBinAddr: 0x13F460, symSize: 0x10 }
+ - { offsetInCU: 0x171C, offset: 0x13D3A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvg', symObjAddr: 0x4410, symBinAddr: 0x13F470, symSize: 0x20 }
+ - { offsetInCU: 0x1738, offset: 0x13D3C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvs', symObjAddr: 0x4430, symBinAddr: 0x13F490, symSize: 0x20 }
+ - { offsetInCU: 0x1754, offset: 0x13D3DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvM', symObjAddr: 0x4450, symBinAddr: 0x13F4B0, symSize: 0x20 }
+ - { offsetInCU: 0x1770, offset: 0x13D3FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV17jitterBufferDelaySdSgvM.resume.0', symObjAddr: 0x4470, symBinAddr: 0x13F4D0, symSize: 0x10 }
+ - { offsetInCU: 0x178C, offset: 0x13D417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x4480, symBinAddr: 0x13F4E0, symSize: 0x20 }
+ - { offsetInCU: 0x17A8, offset: 0x13D433, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvs', symObjAddr: 0x44A0, symBinAddr: 0x13F500, symSize: 0x20 }
+ - { offsetInCU: 0x17C4, offset: 0x13D44F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvM', symObjAddr: 0x44C0, symBinAddr: 0x13F520, symSize: 0x20 }
+ - { offsetInCU: 0x17E0, offset: 0x13D46B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV23jitterBufferTargetDelaySdSgvM.resume.0', symObjAddr: 0x44E0, symBinAddr: 0x13F540, symSize: 0x10 }
+ - { offsetInCU: 0x17FC, offset: 0x13D487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x44F0, symBinAddr: 0x13F550, symSize: 0x20 }
+ - { offsetInCU: 0x1818, offset: 0x13D4A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvs', symObjAddr: 0x4510, symBinAddr: 0x13F570, symSize: 0x20 }
+ - { offsetInCU: 0x1834, offset: 0x13D4BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvM', symObjAddr: 0x4530, symBinAddr: 0x13F590, symSize: 0x20 }
+ - { offsetInCU: 0x1850, offset: 0x13D4DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24jitterBufferEmittedCounts5Int64VSgvM.resume.0', symObjAddr: 0x4550, symBinAddr: 0x13F5B0, symSize: 0x10 }
+ - { offsetInCU: 0x186C, offset: 0x13D4F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvg', symObjAddr: 0x4560, symBinAddr: 0x13F5C0, symSize: 0x20 }
+ - { offsetInCU: 0x1888, offset: 0x13D513, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvs', symObjAddr: 0x4580, symBinAddr: 0x13F5E0, symSize: 0x20 }
+ - { offsetInCU: 0x18A4, offset: 0x13D52F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvM', symObjAddr: 0x45A0, symBinAddr: 0x13F600, symSize: 0x20 }
+ - { offsetInCU: 0x18C0, offset: 0x13D54B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10frameWidths5Int64VSgvM.resume.0', symObjAddr: 0x45C0, symBinAddr: 0x13F620, symSize: 0x10 }
+ - { offsetInCU: 0x18DC, offset: 0x13D567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvg', symObjAddr: 0x45D0, symBinAddr: 0x13F630, symSize: 0x20 }
+ - { offsetInCU: 0x18F8, offset: 0x13D583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvs', symObjAddr: 0x45F0, symBinAddr: 0x13F650, symSize: 0x20 }
+ - { offsetInCU: 0x1914, offset: 0x13D59F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvM', symObjAddr: 0x4610, symBinAddr: 0x13F670, symSize: 0x20 }
+ - { offsetInCU: 0x1930, offset: 0x13D5BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11frameHeights5Int64VSgvM.resume.0', symObjAddr: 0x4630, symBinAddr: 0x13F690, symSize: 0x10 }
+ - { offsetInCU: 0x194C, offset: 0x13D5D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvg', symObjAddr: 0x4640, symBinAddr: 0x13F6A0, symSize: 0x20 }
+ - { offsetInCU: 0x1968, offset: 0x13D5F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvs', symObjAddr: 0x4660, symBinAddr: 0x13F6C0, symSize: 0x20 }
+ - { offsetInCU: 0x1984, offset: 0x13D60F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvM', symObjAddr: 0x4680, symBinAddr: 0x13F6E0, symSize: 0x20 }
+ - { offsetInCU: 0x19A0, offset: 0x13D62B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14framesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x46A0, symBinAddr: 0x13F700, symSize: 0x10 }
+ - { offsetInCU: 0x19BC, offset: 0x13D647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvg', symObjAddr: 0x46B0, symBinAddr: 0x13F710, symSize: 0x20 }
+ - { offsetInCU: 0x19D8, offset: 0x13D663, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvs', symObjAddr: 0x46D0, symBinAddr: 0x13F730, symSize: 0x20 }
+ - { offsetInCU: 0x19F4, offset: 0x13D67F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvM', symObjAddr: 0x46F0, symBinAddr: 0x13F750, symSize: 0x20 }
+ - { offsetInCU: 0x1A10, offset: 0x13D69B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDecodeds5Int64VSgvM.resume.0', symObjAddr: 0x4710, symBinAddr: 0x13F770, symSize: 0x10 }
+ - { offsetInCU: 0x1A2C, offset: 0x13D6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvg', symObjAddr: 0x4720, symBinAddr: 0x13F780, symSize: 0x20 }
+ - { offsetInCU: 0x1A48, offset: 0x13D6D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvs', symObjAddr: 0x4740, symBinAddr: 0x13F7A0, symSize: 0x20 }
+ - { offsetInCU: 0x1A64, offset: 0x13D6EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvM', symObjAddr: 0x4760, symBinAddr: 0x13F7C0, symSize: 0x20 }
+ - { offsetInCU: 0x1A80, offset: 0x13D70B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesDroppeds5Int64VSgvM.resume.0', symObjAddr: 0x4780, symBinAddr: 0x13F7E0, symSize: 0x10 }
+ - { offsetInCU: 0x1A9C, offset: 0x13D727, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvg', symObjAddr: 0x4790, symBinAddr: 0x13F7F0, symSize: 0x20 }
+ - { offsetInCU: 0x1AB8, offset: 0x13D743, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvs', symObjAddr: 0x47B0, symBinAddr: 0x13F810, symSize: 0x20 }
+ - { offsetInCU: 0x1AD4, offset: 0x13D75F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvM', symObjAddr: 0x47D0, symBinAddr: 0x13F830, symSize: 0x20 }
+ - { offsetInCU: 0x1AF0, offset: 0x13D77B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV13framesEncodeds5Int64VSgvM.resume.0', symObjAddr: 0x47F0, symBinAddr: 0x13F850, symSize: 0x10 }
+ - { offsetInCU: 0x1B0C, offset: 0x13D797, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvg', symObjAddr: 0x4800, symBinAddr: 0x13F860, symSize: 0x20 }
+ - { offsetInCU: 0x1B28, offset: 0x13D7B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvs', symObjAddr: 0x4820, symBinAddr: 0x13F880, symSize: 0x20 }
+ - { offsetInCU: 0x1B44, offset: 0x13D7CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvM', symObjAddr: 0x4840, symBinAddr: 0x13F8A0, symSize: 0x20 }
+ - { offsetInCU: 0x1B60, offset: 0x13D7EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16keyFramesEncodeds5Int64VSgvM.resume.0', symObjAddr: 0x4860, symBinAddr: 0x13F8C0, symSize: 0x10 }
+ - { offsetInCU: 0x1B7C, offset: 0x13D807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvg', symObjAddr: 0x4870, symBinAddr: 0x13F8D0, symSize: 0x20 }
+ - { offsetInCU: 0x1B98, offset: 0x13D823, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvs', symObjAddr: 0x4890, symBinAddr: 0x13F8F0, symSize: 0x20 }
+ - { offsetInCU: 0x1BB4, offset: 0x13D83F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvM', symObjAddr: 0x48B0, symBinAddr: 0x13F910, symSize: 0x20 }
+ - { offsetInCU: 0x1BD0, offset: 0x13D85B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10framesSents5Int64VSgvM.resume.0', symObjAddr: 0x48D0, symBinAddr: 0x13F930, symSize: 0x10 }
+ - { offsetInCU: 0x1BEC, offset: 0x13D877, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvg', symObjAddr: 0x48E0, symBinAddr: 0x13F940, symSize: 0x20 }
+ - { offsetInCU: 0x1C08, offset: 0x13D893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvs', symObjAddr: 0x4900, symBinAddr: 0x13F960, symSize: 0x20 }
+ - { offsetInCU: 0x1C24, offset: 0x13D8AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvM', symObjAddr: 0x4920, symBinAddr: 0x13F980, symSize: 0x20 }
+ - { offsetInCU: 0x1C40, offset: 0x13D8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV14hugeFramesSents5Int64VSgvM.resume.0', symObjAddr: 0x4940, symBinAddr: 0x13F9A0, symSize: 0x10 }
+ - { offsetInCU: 0x1C5C, offset: 0x13D8E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvg', symObjAddr: 0x4950, symBinAddr: 0x13F9B0, symSize: 0x20 }
+ - { offsetInCU: 0x1C78, offset: 0x13D903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvs', symObjAddr: 0x4970, symBinAddr: 0x13F9D0, symSize: 0x20 }
+ - { offsetInCU: 0x1C94, offset: 0x13D91F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvM', symObjAddr: 0x4990, symBinAddr: 0x13F9F0, symSize: 0x20 }
+ - { offsetInCU: 0x1CB0, offset: 0x13D93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV11freezeCounts5Int64VSgvM.resume.0', symObjAddr: 0x49B0, symBinAddr: 0x13FA10, symSize: 0x10 }
+ - { offsetInCU: 0x1CCC, offset: 0x13D957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvg', symObjAddr: 0x49C0, symBinAddr: 0x13FA20, symSize: 0x20 }
+ - { offsetInCU: 0x1CE8, offset: 0x13D973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvs', symObjAddr: 0x49E0, symBinAddr: 0x13FA40, symSize: 0x20 }
+ - { offsetInCU: 0x1D04, offset: 0x13D98F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvM', symObjAddr: 0x4A00, symBinAddr: 0x13FA60, symSize: 0x20 }
+ - { offsetInCU: 0x1D20, offset: 0x13D9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10pauseCounts5Int64VSgvM.resume.0', symObjAddr: 0x4A20, symBinAddr: 0x13FA80, symSize: 0x10 }
+ - { offsetInCU: 0x1D3C, offset: 0x13D9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvg', symObjAddr: 0x4A30, symBinAddr: 0x13FA90, symSize: 0x20 }
+ - { offsetInCU: 0x1D58, offset: 0x13D9E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvs', symObjAddr: 0x4A50, symBinAddr: 0x13FAB0, symSize: 0x20 }
+ - { offsetInCU: 0x1D74, offset: 0x13D9FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvM', symObjAddr: 0x4A70, symBinAddr: 0x13FAD0, symSize: 0x20 }
+ - { offsetInCU: 0x1D90, offset: 0x13DA1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalFreezesDurationSdSgvM.resume.0', symObjAddr: 0x4A90, symBinAddr: 0x13FAF0, symSize: 0x10 }
+ - { offsetInCU: 0x1DAC, offset: 0x13DA37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvg', symObjAddr: 0x4AA0, symBinAddr: 0x13FB00, symSize: 0x20 }
+ - { offsetInCU: 0x1DC8, offset: 0x13DA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvs', symObjAddr: 0x4AC0, symBinAddr: 0x13FB20, symSize: 0x20 }
+ - { offsetInCU: 0x1DE4, offset: 0x13DA6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvM', symObjAddr: 0x4AE0, symBinAddr: 0x13FB40, symSize: 0x20 }
+ - { offsetInCU: 0x1E00, offset: 0x13DA8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalPausesDurationSdSgvM.resume.0', symObjAddr: 0x4B00, symBinAddr: 0x13FB60, symSize: 0x10 }
+ - { offsetInCU: 0x1E1C, offset: 0x13DAA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvg', symObjAddr: 0x4B10, symBinAddr: 0x13FB70, symSize: 0x20 }
+ - { offsetInCU: 0x1E38, offset: 0x13DAC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvs', symObjAddr: 0x4B30, symBinAddr: 0x13FB90, symSize: 0x20 }
+ - { offsetInCU: 0x1E54, offset: 0x13DADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvM', symObjAddr: 0x4B50, symBinAddr: 0x13FBB0, symSize: 0x20 }
+ - { offsetInCU: 0x1E70, offset: 0x13DAFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19totalFramesDurationSdSgvM.resume.0', symObjAddr: 0x4B70, symBinAddr: 0x13FBD0, symSize: 0x10 }
+ - { offsetInCU: 0x1E8C, offset: 0x13DB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvg', symObjAddr: 0x4B80, symBinAddr: 0x13FBE0, symSize: 0x20 }
+ - { offsetInCU: 0x1EA8, offset: 0x13DB33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvs', symObjAddr: 0x4BA0, symBinAddr: 0x13FC00, symSize: 0x20 }
+ - { offsetInCU: 0x1EC4, offset: 0x13DB4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvM', symObjAddr: 0x4BC0, symBinAddr: 0x13FC20, symSize: 0x20 }
+ - { offsetInCU: 0x1EE0, offset: 0x13DB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV26sumOfSquaredFramesDurationSdSgvM.resume.0', symObjAddr: 0x4BE0, symBinAddr: 0x13FC40, symSize: 0x10 }
+ - { offsetInCU: 0x1EFC, offset: 0x13DB87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvg', symObjAddr: 0x4BF0, symBinAddr: 0x13FC50, symSize: 0x20 }
+ - { offsetInCU: 0x1F18, offset: 0x13DBA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvs', symObjAddr: 0x4C10, symBinAddr: 0x13FC70, symSize: 0x20 }
+ - { offsetInCU: 0x1F34, offset: 0x13DBBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvM', symObjAddr: 0x4C30, symBinAddr: 0x13FC90, symSize: 0x20 }
+ - { offsetInCU: 0x1F50, offset: 0x13DBDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV15framesPerSeconds5Int64VSgvM.resume.0', symObjAddr: 0x4C50, symBinAddr: 0x13FCB0, symSize: 0x10 }
+ - { offsetInCU: 0x1F6C, offset: 0x13DBF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x4C60, symBinAddr: 0x13FCC0, symSize: 0x20 }
+ - { offsetInCU: 0x1F88, offset: 0x13DC13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvs', symObjAddr: 0x4C80, symBinAddr: 0x13FCE0, symSize: 0x20 }
+ - { offsetInCU: 0x1FA4, offset: 0x13DC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvM', symObjAddr: 0x4CA0, symBinAddr: 0x13FD00, symSize: 0x20 }
+ - { offsetInCU: 0x1FC0, offset: 0x13DC4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV24retransmittedPacketsSents5Int64VSgvM.resume.0', symObjAddr: 0x4CC0, symBinAddr: 0x13FD20, symSize: 0x10 }
+ - { offsetInCU: 0x1FDC, offset: 0x13DC67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x4CD0, symBinAddr: 0x13FD30, symSize: 0x20 }
+ - { offsetInCU: 0x1FF8, offset: 0x13DC83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvs', symObjAddr: 0x4CF0, symBinAddr: 0x13FD50, symSize: 0x20 }
+ - { offsetInCU: 0x2014, offset: 0x13DC9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvM', symObjAddr: 0x4D10, symBinAddr: 0x13FD70, symSize: 0x20 }
+ - { offsetInCU: 0x2030, offset: 0x13DCBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22retransmittedBytesSents5Int64VSgvM.resume.0', symObjAddr: 0x4D30, symBinAddr: 0x13FD90, symSize: 0x10 }
+ - { offsetInCU: 0x204C, offset: 0x13DCD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvg', symObjAddr: 0x4D40, symBinAddr: 0x13FDA0, symSize: 0x20 }
+ - { offsetInCU: 0x2068, offset: 0x13DCF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvs', symObjAddr: 0x4D60, symBinAddr: 0x13FDC0, symSize: 0x20 }
+ - { offsetInCU: 0x2084, offset: 0x13DD0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvM', symObjAddr: 0x4D80, symBinAddr: 0x13FDE0, symSize: 0x20 }
+ - { offsetInCU: 0x20A0, offset: 0x13DD2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV12fractionLostSdSgvM.resume.0', symObjAddr: 0x4DA0, symBinAddr: 0x13FE00, symSize: 0x10 }
+ - { offsetInCU: 0x20BC, offset: 0x13DD47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvg', symObjAddr: 0x4DB0, symBinAddr: 0x13FE10, symSize: 0x20 }
+ - { offsetInCU: 0x20D8, offset: 0x13DD63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvs', symObjAddr: 0x4DD0, symBinAddr: 0x13FE30, symSize: 0x20 }
+ - { offsetInCU: 0x20F4, offset: 0x13DD7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvM', symObjAddr: 0x4DF0, symBinAddr: 0x13FE50, symSize: 0x20 }
+ - { offsetInCU: 0x2110, offset: 0x13DD9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16packetsDiscardeds5Int64VSgvM.resume.0', symObjAddr: 0x4E10, symBinAddr: 0x13FE70, symSize: 0x10 }
+ - { offsetInCU: 0x212C, offset: 0x13DDB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvg', symObjAddr: 0x4E20, symBinAddr: 0x13FE80, symSize: 0x20 }
+ - { offsetInCU: 0x2148, offset: 0x13DDD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvs', symObjAddr: 0x4E40, symBinAddr: 0x13FEA0, symSize: 0x20 }
+ - { offsetInCU: 0x2164, offset: 0x13DDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvM', symObjAddr: 0x4E60, symBinAddr: 0x13FEC0, symSize: 0x20 }
+ - { offsetInCU: 0x2180, offset: 0x13DE0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV18fecPacketsReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x4E80, symBinAddr: 0x13FEE0, symSize: 0x10 }
+ - { offsetInCU: 0x219C, offset: 0x13DE27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvg', symObjAddr: 0x4E90, symBinAddr: 0x13FEF0, symSize: 0x20 }
+ - { offsetInCU: 0x21B8, offset: 0x13DE43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvs', symObjAddr: 0x4EB0, symBinAddr: 0x13FF10, symSize: 0x20 }
+ - { offsetInCU: 0x21D4, offset: 0x13DE5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvM', symObjAddr: 0x4ED0, symBinAddr: 0x13FF30, symSize: 0x20 }
+ - { offsetInCU: 0x21F0, offset: 0x13DE7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV19fecPacketsDiscardeds5Int64VSgvM.resume.0', symObjAddr: 0x4EF0, symBinAddr: 0x13FF50, symSize: 0x10 }
+ - { offsetInCU: 0x220C, offset: 0x13DE97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvg', symObjAddr: 0x4F00, symBinAddr: 0x13FF60, symSize: 0x20 }
+ - { offsetInCU: 0x2228, offset: 0x13DEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvs', symObjAddr: 0x4F20, symBinAddr: 0x13FF80, symSize: 0x20 }
+ - { offsetInCU: 0x2244, offset: 0x13DECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvM', symObjAddr: 0x4F40, symBinAddr: 0x13FFA0, symSize: 0x20 }
+ - { offsetInCU: 0x2260, offset: 0x13DEEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV20totalSamplesReceiveds5Int64VSgvM.resume.0', symObjAddr: 0x4F60, symBinAddr: 0x13FFC0, symSize: 0x10 }
+ - { offsetInCU: 0x227C, offset: 0x13DF07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvg', symObjAddr: 0x4F70, symBinAddr: 0x13FFD0, symSize: 0x20 }
+ - { offsetInCU: 0x2298, offset: 0x13DF23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvs', symObjAddr: 0x4F90, symBinAddr: 0x13FFF0, symSize: 0x20 }
+ - { offsetInCU: 0x22B4, offset: 0x13DF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvM', symObjAddr: 0x4FB0, symBinAddr: 0x140010, symSize: 0x20 }
+ - { offsetInCU: 0x22D0, offset: 0x13DF5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV16concealedSampless5Int64VSgvM.resume.0', symObjAddr: 0x4FD0, symBinAddr: 0x140030, symSize: 0x10 }
+ - { offsetInCU: 0x22EC, offset: 0x13DF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvg', symObjAddr: 0x4FE0, symBinAddr: 0x140040, symSize: 0x20 }
+ - { offsetInCU: 0x2308, offset: 0x13DF93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvs', symObjAddr: 0x5000, symBinAddr: 0x140060, symSize: 0x20 }
+ - { offsetInCU: 0x2324, offset: 0x13DFAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvM', symObjAddr: 0x5020, symBinAddr: 0x140080, symSize: 0x20 }
+ - { offsetInCU: 0x2340, offset: 0x13DFCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV22silentConcealedSampless5Int64VSgvM.resume.0', symObjAddr: 0x5040, symBinAddr: 0x1400A0, symSize: 0x10 }
+ - { offsetInCU: 0x235C, offset: 0x13DFE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvg', symObjAddr: 0x5050, symBinAddr: 0x1400B0, symSize: 0x20 }
+ - { offsetInCU: 0x2378, offset: 0x13E003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvs', symObjAddr: 0x5070, symBinAddr: 0x1400D0, symSize: 0x20 }
+ - { offsetInCU: 0x2394, offset: 0x13E01F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvM', symObjAddr: 0x5090, symBinAddr: 0x1400F0, symSize: 0x20 }
+ - { offsetInCU: 0x23B0, offset: 0x13E03B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV30insertedSamplesForDecelerations5Int64VSgvM.resume.0', symObjAddr: 0x50B0, symBinAddr: 0x140110, symSize: 0x10 }
+ - { offsetInCU: 0x23CC, offset: 0x13E057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvg', symObjAddr: 0x50C0, symBinAddr: 0x140120, symSize: 0x20 }
+ - { offsetInCU: 0x23E8, offset: 0x13E073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvs', symObjAddr: 0x50E0, symBinAddr: 0x140140, symSize: 0x20 }
+ - { offsetInCU: 0x2404, offset: 0x13E08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvM', symObjAddr: 0x5100, symBinAddr: 0x140160, symSize: 0x20 }
+ - { offsetInCU: 0x2420, offset: 0x13E0AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV29removedSamplesForAccelerations5Int64VSgvM.resume.0', symObjAddr: 0x5120, symBinAddr: 0x140180, symSize: 0x10 }
+ - { offsetInCU: 0x243C, offset: 0x13E0C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV2eeoiySbAE_AEtFZ', symObjAddr: 0x5130, symBinAddr: 0x140190, symSize: 0x10 }
+ - { offsetInCU: 0x2462, offset: 0x13E0ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueSSvg', symObjAddr: 0x5140, symBinAddr: 0x1401A0, symSize: 0x630 }
+ - { offsetInCU: 0x24B1, offset: 0x13E13C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x5770, symBinAddr: 0x1407D0, symSize: 0x10 }
+ - { offsetInCU: 0x250F, offset: 0x13E19A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x57D0, symBinAddr: 0x140830, symSize: 0x20 }
+ - { offsetInCU: 0x2589, offset: 0x13E214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP11stringValueSSvgTW', symObjAddr: 0x5840, symBinAddr: 0x1408A0, symSize: 0x10 }
+ - { offsetInCU: 0x25B4, offset: 0x13E23F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5850, symBinAddr: 0x1408B0, symSize: 0x20 }
+ - { offsetInCU: 0x25E5, offset: 0x13E270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP8intValueSiSgvgTW', symObjAddr: 0x5870, symBinAddr: 0x1408D0, symSize: 0x10 }
+ - { offsetInCU: 0x2601, offset: 0x13E28C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAsAIP8intValuexSgSi_tcfCTW', symObjAddr: 0x5880, symBinAddr: 0x1408E0, symSize: 0x10 }
+ - { offsetInCU: 0x261D, offset: 0x13E2A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLO11stringValueAHSgSS_tcfCTf4nd_n', symObjAddr: 0x106C0, symBinAddr: 0x14B390, symSize: 0x14E0 }
+ - { offsetInCU: 0x2663, offset: 0x13E2EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVAEycfC', symObjAddr: 0x58D0, symBinAddr: 0x140930, symSize: 0x420 }
+ - { offsetInCU: 0x2692, offset: 0x13E31D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x5CF0, symBinAddr: 0x140D50, symSize: 0x50 }
+ - { offsetInCU: 0x26A6, offset: 0x13E331, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4kind4ssrc11packetsLost0I8Received0I4Sent05bytesL06jitter13roundTripTime11transportId021selectedCandidatePairS005localuS011networkType05codecS004mimeY013targetBitrate17outboundNackCount05trackS0011mediaSourceS08protocol13relayProtocol09candidateY023qualityLimitationReason26qualityLimitationDurations34qualityLimitationResolutionChanges24availableOutgoingBitrate24availableIncomingBitrate0mK0011headerBytesK016keyFramesDecoded011totalDecodeQ020totalInterFrameDelay27totalSquaredInterFrameDelay8firCount8pliCount9nackCount5qpSum5width6height0N11BufferDelay0N17BufferTargetDelay0N18BufferEmittedCount10frameWidth11frameHeight06framesK013framesDecoded13framesDropped13framesEncoded16keyFramesEncoded06framesL0010hugeFramesL011freezeCount10pauseCount20totalFreezesDuration19totalPausesDuration19totalFramesDuration26sumOfSquaredFramesDuration15framesPerSecond020retransmittedPacketsL0018retransmittedBytesL008fractionJ00I9Discarded010fecPacketsK019fecPacketsDiscarded012totalSamplesK016concealedSamples22silentConcealedSamples30insertedSamplesForDeceleration29removedSamplesForAccelerationAeC4KindOSg_s5Int64VSgA51_A51_A51_A51_SdSgA52_SSSgA53_A53_A53_A53_A53_A51_A51_A53_A53_A53_A53_A53_A53_SDySSSdGSgA51_A51_A51_A51_A51_A51_A52_A52_A52_A51_A51_A51_A51_A51_A51_A52_A52_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A51_A52_A52_A52_A52_A51_A51_A51_A52_A51_A51_A51_A51_A51_A51_A51_A51_tcfC', symObjAddr: 0x5D40, symBinAddr: 0x140DA0, symSize: 0x6A0 }
+ - { offsetInCU: 0x26DA, offset: 0x13E365, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x63E0, symBinAddr: 0x141440, symSize: 0x50 }
+ - { offsetInCU: 0x2720, offset: 0x13E3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x6430, symBinAddr: 0x141490, symSize: 0x60 }
+ - { offsetInCU: 0x2751, offset: 0x13E3DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x6D30, symBinAddr: 0x141D90, symSize: 0x1080 }
+ - { offsetInCU: 0x27CB, offset: 0x13E456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x9780, symBinAddr: 0x144500, symSize: 0x1D70 }
+ - { offsetInCU: 0x2839, offset: 0x13E4C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindO8rawValueAESgSS_tcfC', symObjAddr: 0x6490, symBinAddr: 0x1414F0, symSize: 0x70 }
+ - { offsetInCU: 0x2865, offset: 0x13E4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindO8rawValueSSvg', symObjAddr: 0x6500, symBinAddr: 0x141560, symSize: 0x20 }
+ - { offsetInCU: 0x289D, offset: 0x13E528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x65A0, symBinAddr: 0x141600, symSize: 0x80 }
+ - { offsetInCU: 0x28DE, offset: 0x13E569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x6620, symBinAddr: 0x141680, symSize: 0x30 }
+ - { offsetInCU: 0x2921, offset: 0x13E5AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkO8rawValueAESgSS_tcfC', symObjAddr: 0x66E0, symBinAddr: 0x141740, symSize: 0x70 }
+ - { offsetInCU: 0x294D, offset: 0x13E5D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkO8rawValueSSvg', symObjAddr: 0x6750, symBinAddr: 0x1417B0, symSize: 0x20 }
+ - { offsetInCU: 0x2985, offset: 0x13E610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x67F0, symBinAddr: 0x141850, symSize: 0x80 }
+ - { offsetInCU: 0x29C6, offset: 0x13E651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x6870, symBinAddr: 0x1418D0, symSize: 0x30 }
+ - { offsetInCU: 0x29EE, offset: 0x13E679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVAESeAAWl', symObjAddr: 0x94F0, symBinAddr: 0x1444D0, symSize: 0x30 }
+ - { offsetInCU: 0x2A02, offset: 0x13E68D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSHAASQWb', symObjAddr: 0xC4B0, symBinAddr: 0x147230, symSize: 0x10 }
+ - { offsetInCU: 0x2A16, offset: 0x13E6A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESQAAWl', symObjAddr: 0xC4C0, symBinAddr: 0x147240, symSize: 0x30 }
+ - { offsetInCU: 0x2A2A, offset: 0x13E6B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSHAASQWb', symObjAddr: 0xC4F0, symBinAddr: 0x147270, symSize: 0x10 }
+ - { offsetInCU: 0x2A3E, offset: 0x13E6C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOAESQAAWl', symObjAddr: 0xC500, symBinAddr: 0x147280, symSize: 0x30 }
+ - { offsetInCU: 0x2A52, offset: 0x13E6DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSHAASQWb', symObjAddr: 0xC530, symBinAddr: 0x1472B0, symSize: 0x10 }
+ - { offsetInCU: 0x2A66, offset: 0x13E6F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESQAAWl', symObjAddr: 0xC540, symBinAddr: 0x1472C0, symSize: 0x30 }
+ - { offsetInCU: 0x2A7A, offset: 0x13E705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwxx', symObjAddr: 0xC570, symBinAddr: 0x1472F0, symSize: 0xC0 }
+ - { offsetInCU: 0x2A8E, offset: 0x13E719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwcp', symObjAddr: 0xC630, symBinAddr: 0x1473B0, symSize: 0x7C0 }
+ - { offsetInCU: 0x2AA2, offset: 0x13E72D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwca', symObjAddr: 0xCDF0, symBinAddr: 0x147B70, symSize: 0x860 }
+ - { offsetInCU: 0x2AB6, offset: 0x13E741, size: 0x8, addend: 0x0, symName: ___swift_memcpy1097_8, symObjAddr: 0xD650, symBinAddr: 0x1483D0, symSize: 0x10 }
+ - { offsetInCU: 0x2ACA, offset: 0x13E755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwta', symObjAddr: 0xD660, symBinAddr: 0x1483E0, symSize: 0x7F0 }
+ - { offsetInCU: 0x2ADE, offset: 0x13E769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwet', symObjAddr: 0xDE50, symBinAddr: 0x148BD0, symSize: 0x40 }
+ - { offsetInCU: 0x2AF2, offset: 0x13E77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVwst', symObjAddr: 0xDE90, symBinAddr: 0x148C10, symSize: 0x220 }
+ - { offsetInCU: 0x2B06, offset: 0x13E791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVMa', symObjAddr: 0xE0B0, symBinAddr: 0x148E30, symSize: 0x10 }
+ - { offsetInCU: 0x2B1A, offset: 0x13E7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwCP', symObjAddr: 0xE0C0, symBinAddr: 0x148E40, symSize: 0x30 }
+ - { offsetInCU: 0x2B2E, offset: 0x13E7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwxx', symObjAddr: 0xE0F0, symBinAddr: 0x148E70, symSize: 0xB0 }
+ - { offsetInCU: 0x2B42, offset: 0x13E7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwcp', symObjAddr: 0xE1A0, symBinAddr: 0x148F20, symSize: 0x770 }
+ - { offsetInCU: 0x2B56, offset: 0x13E7E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwca', symObjAddr: 0xE910, symBinAddr: 0x149690, symSize: 0x810 }
+ - { offsetInCU: 0x2B6A, offset: 0x13E7F5, size: 0x8, addend: 0x0, symName: ___swift_memcpy1065_8, symObjAddr: 0xF120, symBinAddr: 0x149EA0, symSize: 0x10 }
+ - { offsetInCU: 0x2B7E, offset: 0x13E809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwta', symObjAddr: 0xF130, symBinAddr: 0x149EB0, symSize: 0x7A0 }
+ - { offsetInCU: 0x2B92, offset: 0x13E81D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwet', symObjAddr: 0xF8D0, symBinAddr: 0x14A650, symSize: 0x50 }
+ - { offsetInCU: 0x2BA6, offset: 0x13E831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVwst', symObjAddr: 0xF920, symBinAddr: 0x14A6A0, symSize: 0x210 }
+ - { offsetInCU: 0x2BBA, offset: 0x13E845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesVMa', symObjAddr: 0xFB30, symBinAddr: 0x14A8B0, symSize: 0x10 }
+ - { offsetInCU: 0x2BCE, offset: 0x13E859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwet', symObjAddr: 0xFB60, symBinAddr: 0x14A8C0, symSize: 0x80 }
+ - { offsetInCU: 0x2BE2, offset: 0x13E86D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwst', symObjAddr: 0xFBE0, symBinAddr: 0x14A940, symSize: 0xD0 }
+ - { offsetInCU: 0x2BF6, offset: 0x13E881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOwup', symObjAddr: 0xFCB0, symBinAddr: 0x14AA10, symSize: 0x10 }
+ - { offsetInCU: 0x2C0A, offset: 0x13E895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOMa', symObjAddr: 0xFCC0, symBinAddr: 0x14AA20, symSize: 0x10 }
+ - { offsetInCU: 0x2C1E, offset: 0x13E8A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOwup', symObjAddr: 0xFCF0, symBinAddr: 0x14AA50, symSize: 0x10 }
+ - { offsetInCU: 0x2C32, offset: 0x13E8BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOMa', symObjAddr: 0xFD00, symBinAddr: 0x14AA60, symSize: 0x10 }
+ - { offsetInCU: 0x2C46, offset: 0x13E8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwet', symObjAddr: 0xFD10, symBinAddr: 0x14AA70, symSize: 0x80 }
+ - { offsetInCU: 0x2C5A, offset: 0x13E8E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwst', symObjAddr: 0xFD90, symBinAddr: 0x14AAF0, symSize: 0xD0 }
+ - { offsetInCU: 0x2C6E, offset: 0x13E8F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwug', symObjAddr: 0xFE60, symBinAddr: 0x14ABC0, symSize: 0x10 }
+ - { offsetInCU: 0x2C82, offset: 0x13E90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwup', symObjAddr: 0xFE70, symBinAddr: 0x14ABD0, symSize: 0x10 }
+ - { offsetInCU: 0x2C96, offset: 0x13E921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOwui', symObjAddr: 0xFE80, symBinAddr: 0x14ABE0, symSize: 0x10 }
+ - { offsetInCU: 0x2CAA, offset: 0x13E935, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOMa', symObjAddr: 0xFE90, symBinAddr: 0x14ABF0, symSize: 0x10 }
+ - { offsetInCU: 0x2CBE, offset: 0x13E949, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESYAAWl', symObjAddr: 0xFEA0, symBinAddr: 0x14AC00, symSize: 0x30 }
+ - { offsetInCU: 0x2CD2, offset: 0x13E95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOAESYAAWl', symObjAddr: 0xFED0, symBinAddr: 0x14AC30, symSize: 0x30 }
+ - { offsetInCU: 0x2CE6, offset: 0x13E971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESYAAWl', symObjAddr: 0xFF00, symBinAddr: 0x14AC60, symSize: 0x30 }
+ - { offsetInCU: 0x2CFA, offset: 0x13E985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs0G3KeyAAWl', symObjAddr: 0xFF60, symBinAddr: 0x14AC90, symSize: 0x30 }
+ - { offsetInCU: 0x2D0E, offset: 0x13E999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOAESeAAWl', symObjAddr: 0xFFC0, symBinAddr: 0x14ACC0, symSize: 0x30 }
+ - { offsetInCU: 0x2D22, offset: 0x13E9AD, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSesSeRzSeR_rlWl', symObjAddr: 0xFFF0, symBinAddr: 0x14ACF0, symSize: 0x60 }
+ - { offsetInCU: 0x2D36, offset: 0x13E9C1, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGMa', symObjAddr: 0x10050, symBinAddr: 0x14AD50, symSize: 0x40 }
+ - { offsetInCU: 0x2D4A, offset: 0x13E9D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs0F3KeyAAWl', symObjAddr: 0x10090, symBinAddr: 0x14AD90, symSize: 0x30 }
+ - { offsetInCU: 0x2D5E, offset: 0x13E9E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOAESeAAWl', symObjAddr: 0x100C0, symBinAddr: 0x14ADC0, symSize: 0x30 }
+ - { offsetInCU: 0x2D72, offset: 0x13E9FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwup', symObjAddr: 0x10290, symBinAddr: 0x14AF60, symSize: 0x10 }
+ - { offsetInCU: 0x2D86, offset: 0x13EA11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOMa', symObjAddr: 0x102A0, symBinAddr: 0x14AF70, symSize: 0x10 }
+ - { offsetInCU: 0x2D9A, offset: 0x13EA25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwet', symObjAddr: 0x102B0, symBinAddr: 0x14AF80, symSize: 0x80 }
+ - { offsetInCU: 0x2DAE, offset: 0x13EA39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwst', symObjAddr: 0x10330, symBinAddr: 0x14B000, symSize: 0xD0 }
+ - { offsetInCU: 0x2DC2, offset: 0x13EA4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOwup', symObjAddr: 0x10400, symBinAddr: 0x14B0D0, symSize: 0x10 }
+ - { offsetInCU: 0x2DD6, offset: 0x13EA61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOMa', symObjAddr: 0x10410, symBinAddr: 0x14B0E0, symSize: 0x10 }
+ - { offsetInCU: 0x2DEA, offset: 0x13EA75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASQWb', symObjAddr: 0x10420, symBinAddr: 0x14B0F0, symSize: 0x10 }
+ - { offsetInCU: 0x2DFE, offset: 0x13EA89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHSQAAWl', symObjAddr: 0x10430, symBinAddr: 0x14B100, symSize: 0x30 }
+ - { offsetInCU: 0x2E12, offset: 0x13EA9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOSHAASQWb', symObjAddr: 0x10460, symBinAddr: 0x14B130, symSize: 0x10 }
+ - { offsetInCU: 0x2E26, offset: 0x13EAB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFSQAAWl', symObjAddr: 0x10470, symBinAddr: 0x14B140, symSize: 0x30 }
+ - { offsetInCU: 0x2E3A, offset: 0x13EAC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x104A0, symBinAddr: 0x14B170, symSize: 0x10 }
+ - { offsetInCU: 0x2E4E, offset: 0x13EAD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x104B0, symBinAddr: 0x14B180, symSize: 0x30 }
+ - { offsetInCU: 0x2E62, offset: 0x13EAED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x104E0, symBinAddr: 0x14B1B0, symSize: 0x10 }
+ - { offsetInCU: 0x2E76, offset: 0x13EB01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x104F0, symBinAddr: 0x14B1C0, symSize: 0x30 }
+ - { offsetInCU: 0x2E8A, offset: 0x13EB15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x10520, symBinAddr: 0x14B1F0, symSize: 0x10 }
+ - { offsetInCU: 0x2E9E, offset: 0x13EB29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x10530, symBinAddr: 0x14B200, symSize: 0x30 }
+ - { offsetInCU: 0x2EB2, offset: 0x13EB3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10560, symBinAddr: 0x14B230, symSize: 0x10 }
+ - { offsetInCU: 0x2EC6, offset: 0x13EB51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOAHs23CustomStringConvertibleAAWl', symObjAddr: 0x10570, symBinAddr: 0x14B240, symSize: 0x30 }
+ - { offsetInCU: 0x2EF1, offset: 0x13EB7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x31A0, symBinAddr: 0x13E200, symSize: 0x20 }
+ - { offsetInCU: 0x2F0D, offset: 0x13EB98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x31C0, symBinAddr: 0x13E220, symSize: 0x20 }
+ - { offsetInCU: 0x2F2F, offset: 0x13EBBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs28CustomDebugStringConvertibleAAsAIP16debugDescriptionSSvgTW', symObjAddr: 0x5890, symBinAddr: 0x1408F0, symSize: 0x20 }
+ - { offsetInCU: 0x2F4B, offset: 0x13EBD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D6ValuesV10CodingKeys33_5512D0055F7D858EA37893C99C7A31E9LLOs23CustomStringConvertibleAAsAIP11descriptionSSvgTW', symObjAddr: 0x58B0, symBinAddr: 0x140910, symSize: 0x20 }
+ - { offsetInCU: 0x2F6D, offset: 0x13EBF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6650, symBinAddr: 0x1416B0, symSize: 0x50 }
+ - { offsetInCU: 0x2F90, offset: 0x13EC1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV4KindOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x66A0, symBinAddr: 0x141700, symSize: 0x40 }
+ - { offsetInCU: 0x2FB9, offset: 0x13EC44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x68A0, symBinAddr: 0x141900, symSize: 0x50 }
+ - { offsetInCU: 0x2FDC, offset: 0x13EC67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV7NetworkOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x68F0, symBinAddr: 0x141950, symSize: 0x40 }
+ - { offsetInCU: 0x3005, offset: 0x13EC90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x6CA0, symBinAddr: 0x141D00, symSize: 0x50 }
+ - { offsetInCU: 0x3028, offset: 0x13ECB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoV0D4TypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6CF0, symBinAddr: 0x141D50, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x13EF81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x0, symBinAddr: 0x14C920, symSize: 0xD0 }
+ - { offsetInCU: 0x3F, offset: 0x13EF99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x0, symBinAddr: 0x14C920, symSize: 0xD0 }
+ - { offsetInCU: 0xA9, offset: 0x13F003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_', symObjAddr: 0x200, symBinAddr: 0x14CB20, symSize: 0x100 }
+ - { offsetInCU: 0x111, offset: 0x13F06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lF', symObjAddr: 0xD0, symBinAddr: 0x14C9F0, symSize: 0x130 }
+ - { offsetInCU: 0x198, offset: 0x13F0F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyANSg_AA8SBCErrorCSgtcfU_', symObjAddr: 0x390, symBinAddr: 0x14CCB0, symSize: 0x140 }
+ - { offsetInCU: 0x233, offset: 0x13F18D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command13resultHandleryqd___yAA9SBCResultOy10ResultTypeAA10ResultablePQyd__GcSgtAA11RequestableRd__AaJRd__lFyALSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x330, symBinAddr: 0x14CC50, symSize: 0x40 }
+ - { offsetInCU: 0x247, offset: 0x13F1A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command13resultHandleryqd_0_Sg_qd__yqd_0__AA9SBCResultOy10ResultTypeAA10ResultablePQyd__GtcSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyANSg_AA8SBCErrorCSgtcfU_TA', symObjAddr: 0x500, symBinAddr: 0x14CE20, symSize: 0x40 }
+ - { offsetInCU: 0x25B, offset: 0x13F1B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lF', symObjAddr: 0x540, symBinAddr: 0x14CE60, symSize: 0x130 }
+ - { offsetInCU: 0x2E3, offset: 0x13F23D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lFyAA9SBCResultOyALGcfU_', symObjAddr: 0x670, symBinAddr: 0x14CF90, symSize: 0x110 }
+ - { offsetInCU: 0x38F, offset: 0x13F2E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7command7success7failure10deferBlockyqd___y10ResultTypeAA10ResultablePQyd__cSgyAA8SBCErrorCcSgyycSgtAA11RequestableRd__AaJRd__lFyAA9SBCResultOyALGcfU_TA', symObjAddr: 0x7D0, symBinAddr: 0x14D0F0, symSize: 0x40 }
+ - { offsetInCU: 0x3A3, offset: 0x13F2FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCIegg_SgWOy', symObjAddr: 0x810, symBinAddr: 0x14D130, symSize: 0x20 }
+ - { offsetInCU: 0x3B7, offset: 0x13F311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lF', symObjAddr: 0x830, symBinAddr: 0x14D150, symSize: 0x1A0 }
+ - { offsetInCU: 0x45C, offset: 0x13F3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyAA9SBCResultOyANGcfU_', symObjAddr: 0x9D0, symBinAddr: 0x14D2F0, symSize: 0x160 }
+ - { offsetInCU: 0x53C, offset: 0x13F496, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSenderPAAE4send7weakRef7command7success7failure10deferBlockyqd_0_Sg_qd__yqd_0__10ResultTypeAA10ResultablePQyd__tcSgyqd_0__AA8SBCErrorCtcSgyqd_0_cSgtAA11RequestableRd__AaLRd__Rld_0_Cr0_lFyAA9SBCResultOyANGcfU_TA', symObjAddr: 0xB80, symBinAddr: 0x14D4A0, symSize: 0x50 }
+ - { offsetInCU: 0x2B, offset: 0x13F962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvg', symObjAddr: 0x0, symBinAddr: 0x14D560, symSize: 0x10 }
+ - { offsetInCU: 0x4A, offset: 0x13F981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvg', symObjAddr: 0x0, symBinAddr: 0x14D560, symSize: 0x10 }
+ - { offsetInCU: 0x66, offset: 0x13F99D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0Cvs', symObjAddr: 0x10, symBinAddr: 0x14D570, symSize: 0x20 }
+ - { offsetInCU: 0x82, offset: 0x13F9B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0CvM', symObjAddr: 0x30, symBinAddr: 0x14D590, symSize: 0x20 }
+ - { offsetInCU: 0x9E, offset: 0x13F9D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12userDefaultsSo06NSUserH0CvM.resume.0', symObjAddr: 0x50, symBinAddr: 0x14D5B0, symSize: 0x10 }
+ - { offsetInCU: 0xBA, offset: 0x13F9F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV_12userDefaultsACyxGSS_So06NSUserH0CtcfC', symObjAddr: 0x60, symBinAddr: 0x14D5C0, symSize: 0x10 }
+ - { offsetInCU: 0x103, offset: 0x13FA3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvg', symObjAddr: 0x70, symBinAddr: 0x14D5D0, symSize: 0x340 }
+ - { offsetInCU: 0x2DC, offset: 0x13FC13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvs', symObjAddr: 0x4E0, symBinAddr: 0x14D990, symSize: 0x390 }
+ - { offsetInCU: 0x4E4, offset: 0x13FE1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvM', symObjAddr: 0x870, symBinAddr: 0x14DD20, symSize: 0x90 }
+ - { offsetInCU: 0x500, offset: 0x13FE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvM.resume.0', symObjAddr: 0x900, symBinAddr: 0x14DDB0, symSize: 0xA0 }
+ - { offsetInCU: 0x5D9, offset: 0x13FF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvpSeRzSERzlACyxGTk', symObjAddr: 0x460, symBinAddr: 0x14D910, symSize: 0x80 }
+ - { offsetInCU: 0x600, offset: 0x13FF37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVMi', symObjAddr: 0xAB0, symBinAddr: 0x14DEC0, symSize: 0x10 }
+ - { offsetInCU: 0x614, offset: 0x13FF4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwCP', symObjAddr: 0xAC0, symBinAddr: 0x14DED0, symSize: 0x40 }
+ - { offsetInCU: 0x628, offset: 0x13FF5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwxx', symObjAddr: 0xB00, symBinAddr: 0x14DF10, symSize: 0x30 }
+ - { offsetInCU: 0x63C, offset: 0x13FF73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwcp', symObjAddr: 0xB30, symBinAddr: 0x14DF40, symSize: 0x40 }
+ - { offsetInCU: 0x650, offset: 0x13FF87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwca', symObjAddr: 0xB70, symBinAddr: 0x14DF80, symSize: 0x60 }
+ - { offsetInCU: 0x664, offset: 0x13FF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwta', symObjAddr: 0xBF0, symBinAddr: 0x14DFE0, symSize: 0x40 }
+ - { offsetInCU: 0x678, offset: 0x13FFAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwet', symObjAddr: 0xC30, symBinAddr: 0x14E020, symSize: 0x40 }
+ - { offsetInCU: 0x68C, offset: 0x13FFC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVwst', symObjAddr: 0xC70, symBinAddr: 0x14E060, symSize: 0x40 }
+ - { offsetInCU: 0x6A0, offset: 0x13FFD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultVMa', symObjAddr: 0xCB0, symBinAddr: 0x14E0A0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x14030F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x14E0B0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x140333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAA05LocalI0Cvg', symObjAddr: 0x0, symBinAddr: 0x14E0B0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x14034F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x14E0C0, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x140363, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV16localParticipantAcA05LocalI0C_tcfC', symObjAddr: 0x20, symBinAddr: 0x14E0D0, symSize: 0x10 }
+ - { offsetInCU: 0xCC, offset: 0x1403B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x30, symBinAddr: 0x14E0E0, symSize: 0x20 }
+ - { offsetInCU: 0x104, offset: 0x1403EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x50, symBinAddr: 0x14E100, symSize: 0x110 }
+ - { offsetInCU: 0x161, offset: 0x140449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA0D11RespondableAAWI', symObjAddr: 0x160, symBinAddr: 0x14E210, symSize: 0x20 }
+ - { offsetInCU: 0x175, offset: 0x14045D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA14APIRespondableAAWl', symObjAddr: 0x180, symBinAddr: 0x14E230, symSize: 0x30 }
+ - { offsetInCU: 0x189, offset: 0x140471, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA14APIRespondableAAWI', symObjAddr: 0x1B0, symBinAddr: 0x14E260, symSize: 0x20 }
+ - { offsetInCU: 0x19D, offset: 0x140485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA11RespondableAAWI', symObjAddr: 0x200, symBinAddr: 0x14E280, symSize: 0x30 }
+ - { offsetInCU: 0x1B1, offset: 0x140499, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA0G0AAWl', symObjAddr: 0x230, symBinAddr: 0x14E2B0, symSize: 0x30 }
+ - { offsetInCU: 0x1C5, offset: 0x1404AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x260, symBinAddr: 0x14E2E0, symSize: 0x30 }
+ - { offsetInCU: 0x1D9, offset: 0x1404C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA0G0AAWI', symObjAddr: 0x290, symBinAddr: 0x14E310, symSize: 0x20 }
+ - { offsetInCU: 0x1ED, offset: 0x1404D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x2E0, symBinAddr: 0x14E330, symSize: 0x20 }
+ - { offsetInCU: 0x201, offset: 0x1404E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RoomVideoSettingResponseVMa', symObjAddr: 0x300, symBinAddr: 0x14E350, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x14072A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6params9nextToken04prevJ0AcA0deF0C6ParamsC_SSSgAKtcfC', symObjAddr: 0x0, symBinAddr: 0x14E360, symSize: 0x40 }
+ - { offsetInCU: 0x6B, offset: 0x140746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0x90, symBinAddr: 0x14E3F0, symSize: 0x50 }
+ - { offsetInCU: 0x8C, offset: 0x140767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0xE0, symBinAddr: 0x14E440, symSize: 0x50 }
+ - { offsetInCU: 0xB5, offset: 0x140790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x130, symBinAddr: 0x14E490, symSize: 0x60 }
+ - { offsetInCU: 0xDE, offset: 0x1407B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x14E4F0, symSize: 0x10 }
+ - { offsetInCU: 0xFA, offset: 0x1407D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1A0, symBinAddr: 0x14E500, symSize: 0x10 }
+ - { offsetInCU: 0x116, offset: 0x1407F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1B0, symBinAddr: 0x14E510, symSize: 0x10 }
+ - { offsetInCU: 0x12A, offset: 0x140805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV5limitSuvg', symObjAddr: 0x1C0, symBinAddr: 0x14E520, symSize: 0x10 }
+ - { offsetInCU: 0x146, offset: 0x140821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV4typeShyAA0D4TypeOGvg', symObjAddr: 0x1D0, symBinAddr: 0x14E530, symSize: 0x10 }
+ - { offsetInCU: 0x162, offset: 0x14083D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV5stateShyAA0D0C5StateOGvg', symObjAddr: 0x1E0, symBinAddr: 0x14E540, symSize: 0x10 }
+ - { offsetInCU: 0x17E, offset: 0x140859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV7roomIdsSaySSGSgvg', symObjAddr: 0x1F0, symBinAddr: 0x14E550, symSize: 0x10 }
+ - { offsetInCU: 0x19A, offset: 0x140875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV13cpcLowerBounds5Int64VSgvg', symObjAddr: 0x200, symBinAddr: 0x14E560, symSize: 0x10 }
+ - { offsetInCU: 0x1B6, offset: 0x140891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV13cpcUpperBounds5Int64VSgvg', symObjAddr: 0x210, symBinAddr: 0x14E570, symSize: 0x10 }
+ - { offsetInCU: 0x1D2, offset: 0x1408AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV18createdAtStartDates5Int64VSgvg', symObjAddr: 0x220, symBinAddr: 0x14E580, symSize: 0x10 }
+ - { offsetInCU: 0x1EE, offset: 0x1408C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV16createdAtEndDates5Int64VSgvg', symObjAddr: 0x230, symBinAddr: 0x14E590, symSize: 0x10 }
+ - { offsetInCU: 0x20A, offset: 0x1408E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV9nextTokenSSSgvg', symObjAddr: 0x240, symBinAddr: 0x14E5A0, symSize: 0x30 }
+ - { offsetInCU: 0x226, offset: 0x140901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV9prevTokenSSSgvg', symObjAddr: 0x270, symBinAddr: 0x14E5D0, symSize: 0x30 }
+ - { offsetInCU: 0x242, offset: 0x14091D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV16createdByUserIdsSaySSGvg', symObjAddr: 0x2A0, symBinAddr: 0x14E600, symSize: 0x20 }
+ - { offsetInCU: 0x270, offset: 0x14094B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO8rawValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0x14E620, symSize: 0x100 }
+ - { offsetInCU: 0x2A9, offset: 0x140984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO11stringValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x14E720, symSize: 0x100 }
+ - { offsetInCU: 0x311, offset: 0x1409EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSYAASY8rawValuexSg03RawS0Qz_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x14E970, symSize: 0x30 }
+ - { offsetInCU: 0x342, offset: 0x140A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSYAASY8rawValue03RawS0QzvgTW', symObjAddr: 0x640, symBinAddr: 0x14E9A0, symSize: 0x30 }
+ - { offsetInCU: 0x356, offset: 0x140A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x670, symBinAddr: 0x14E9D0, symSize: 0x10 }
+ - { offsetInCU: 0x38C, offset: 0x140A67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x680, symBinAddr: 0x14E9E0, symSize: 0x20 }
+ - { offsetInCU: 0x3DC, offset: 0x140AB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x6A0, symBinAddr: 0x14EA00, symSize: 0x10 }
+ - { offsetInCU: 0x3F8, offset: 0x140AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x6B0, symBinAddr: 0x14EA10, symSize: 0x10 }
+ - { offsetInCU: 0x414, offset: 0x140AEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLO8rawValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x1FD0, symBinAddr: 0x1501D0, symSize: 0x6F }
+ - { offsetInCU: 0x441, offset: 0x140B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x700, symBinAddr: 0x14EA60, symSize: 0x7C0 }
+ - { offsetInCU: 0x4AC, offset: 0x140B87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0xEC0, symBinAddr: 0x14F220, symSize: 0x50 }
+ - { offsetInCU: 0x4E3, offset: 0x140BBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0xF10, symBinAddr: 0x14F270, symSize: 0x10 }
+ - { offsetInCU: 0x50E, offset: 0x140BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0xF20, symBinAddr: 0x14F280, symSize: 0x10 }
+ - { offsetInCU: 0x540, offset: 0x140C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xF30, symBinAddr: 0x14F290, symSize: 0x50 }
+ - { offsetInCU: 0x563, offset: 0x140C3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV6params9nextToken04prevJ0AcA0deF0C6ParamsC_SSSgAKtcfCTf4nnnd_n', symObjAddr: 0xF80, symBinAddr: 0x14F2E0, symSize: 0x2C0 }
+ - { offsetInCU: 0x617, offset: 0x140CF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultType_WZ', symObjAddr: 0x40, symBinAddr: 0x14E3A0, symSize: 0x20 }
+ - { offsetInCU: 0x631, offset: 0x140D0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x60, symBinAddr: 0x14E3C0, symSize: 0x30 }
+ - { offsetInCU: 0x698, offset: 0x140D73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs0H3KeyAAWl', symObjAddr: 0x12B0, symBinAddr: 0x14F5A0, symSize: 0x30 }
+ - { offsetInCU: 0x6AC, offset: 0x140D87, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls8RoomTypeOGShyxGSEsSERzrlWl', symObjAddr: 0x1320, symBinAddr: 0x14F5D0, symSize: 0x60 }
+ - { offsetInCU: 0x6C0, offset: 0x140D9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSHAAWl', symObjAddr: 0x1380, symBinAddr: 0x14F630, symSize: 0x30 }
+ - { offsetInCU: 0x6D4, offset: 0x140DAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSEAAWl', symObjAddr: 0x13B0, symBinAddr: 0x14F660, symSize: 0x30 }
+ - { offsetInCU: 0x6E8, offset: 0x140DC3, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls4RoomC5StateOGShyxGSEsSERzrlWl', symObjAddr: 0x13E0, symBinAddr: 0x14F690, symSize: 0x60 }
+ - { offsetInCU: 0x6FC, offset: 0x140DD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESHAAWl', symObjAddr: 0x1490, symBinAddr: 0x14F740, symSize: 0x30 }
+ - { offsetInCU: 0x710, offset: 0x140DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESEAAWl', symObjAddr: 0x14C0, symBinAddr: 0x14F770, symSize: 0x30 }
+ - { offsetInCU: 0x724, offset: 0x140DFF, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOr', symObjAddr: 0x14F0, symBinAddr: 0x14F7A0, symSize: 0x20 }
+ - { offsetInCU: 0x738, offset: 0x140E13, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgxSgSEsSERzlWl', symObjAddr: 0x1510, symBinAddr: 0x14F7C0, symSize: 0x50 }
+ - { offsetInCU: 0x74C, offset: 0x140E27, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgMa', symObjAddr: 0x1560, symBinAddr: 0x14F810, symSize: 0x60 }
+ - { offsetInCU: 0x760, offset: 0x140E3B, size: 0x8, addend: 0x0, symName: '_$sSaySSGSgWOs', symObjAddr: 0x1620, symBinAddr: 0x14F870, symSize: 0x20 }
+ - { offsetInCU: 0x774, offset: 0x140E4F, size: 0x8, addend: 0x0, symName: '_$sSaySSGWOs', symObjAddr: 0x1640, symBinAddr: 0x14F890, symSize: 0x20 }
+ - { offsetInCU: 0x788, offset: 0x140E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA14APIRequestableAAWI', symObjAddr: 0x1710, symBinAddr: 0x14F960, symSize: 0x20 }
+ - { offsetInCU: 0x79C, offset: 0x140E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1760, symBinAddr: 0x14F980, symSize: 0x10 }
+ - { offsetInCU: 0x7B0, offset: 0x140E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21RoomListQueryResponseCAcA11RespondableAAWl', symObjAddr: 0x1770, symBinAddr: 0x14F990, symSize: 0x40 }
+ - { offsetInCU: 0x7C4, offset: 0x140E9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA11RequestableAAWI', symObjAddr: 0x17B0, symBinAddr: 0x14F9D0, symSize: 0x30 }
+ - { offsetInCU: 0x7D8, offset: 0x140EB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA0G0AAWl', symObjAddr: 0x17E0, symBinAddr: 0x14FA00, symSize: 0x30 }
+ - { offsetInCU: 0x7EC, offset: 0x140EC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1810, symBinAddr: 0x14FA30, symSize: 0x30 }
+ - { offsetInCU: 0x800, offset: 0x140EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0AAWI', symObjAddr: 0x1840, symBinAddr: 0x14FA60, symSize: 0x20 }
+ - { offsetInCU: 0x814, offset: 0x140EEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVACSEAAWl', symObjAddr: 0x1860, symBinAddr: 0x14FA80, symSize: 0x30 }
+ - { offsetInCU: 0x828, offset: 0x140F03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1890, symBinAddr: 0x14FAB0, symSize: 0x20 }
+ - { offsetInCU: 0x83C, offset: 0x140F17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwCP', symObjAddr: 0x18B0, symBinAddr: 0x14FAD0, symSize: 0x30 }
+ - { offsetInCU: 0x850, offset: 0x140F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwxx', symObjAddr: 0x18E0, symBinAddr: 0x14FB00, symSize: 0x60 }
+ - { offsetInCU: 0x864, offset: 0x140F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwcp', symObjAddr: 0x1940, symBinAddr: 0x14FB60, symSize: 0x110 }
+ - { offsetInCU: 0x878, offset: 0x140F53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwca', symObjAddr: 0x1A50, symBinAddr: 0x14FC70, symSize: 0x150 }
+ - { offsetInCU: 0x88C, offset: 0x140F67, size: 0x8, addend: 0x0, symName: ___swift_memcpy152_8, symObjAddr: 0x1BA0, symBinAddr: 0x14FDC0, symSize: 0x10 }
+ - { offsetInCU: 0x8A0, offset: 0x140F7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwta', symObjAddr: 0x1BB0, symBinAddr: 0x14FDD0, symSize: 0xF0 }
+ - { offsetInCU: 0x8B4, offset: 0x140F8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwet', symObjAddr: 0x1CA0, symBinAddr: 0x14FEC0, symSize: 0x40 }
+ - { offsetInCU: 0x8C8, offset: 0x140FA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVwst', symObjAddr: 0x1CE0, symBinAddr: 0x14FF00, symSize: 0x70 }
+ - { offsetInCU: 0x8DC, offset: 0x140FB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVMa', symObjAddr: 0x1D50, symBinAddr: 0x14FF70, symSize: 0x10 }
+ - { offsetInCU: 0x8F0, offset: 0x140FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwet', symObjAddr: 0x1D80, symBinAddr: 0x14FF80, symSize: 0x80 }
+ - { offsetInCU: 0x904, offset: 0x140FDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwst', symObjAddr: 0x1E00, symBinAddr: 0x150000, symSize: 0xD0 }
+ - { offsetInCU: 0x918, offset: 0x140FF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwug', symObjAddr: 0x1ED0, symBinAddr: 0x1500D0, symSize: 0x10 }
+ - { offsetInCU: 0x92C, offset: 0x141007, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwup', symObjAddr: 0x1EE0, symBinAddr: 0x1500E0, symSize: 0x10 }
+ - { offsetInCU: 0x940, offset: 0x14101B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOwui', symObjAddr: 0x1EF0, symBinAddr: 0x1500F0, symSize: 0x10 }
+ - { offsetInCU: 0x954, offset: 0x14102F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOMa', symObjAddr: 0x1F00, symBinAddr: 0x150100, symSize: 0x10 }
+ - { offsetInCU: 0x968, offset: 0x141043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASQWb', symObjAddr: 0x1F10, symBinAddr: 0x150110, symSize: 0x10 }
+ - { offsetInCU: 0x97C, offset: 0x141057, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFSQAAWl', symObjAddr: 0x1F20, symBinAddr: 0x150120, symSize: 0x30 }
+ - { offsetInCU: 0x990, offset: 0x14106B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1F50, symBinAddr: 0x150150, symSize: 0x10 }
+ - { offsetInCU: 0x9A4, offset: 0x14107F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1F60, symBinAddr: 0x150160, symSize: 0x30 }
+ - { offsetInCU: 0x9B8, offset: 0x141093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1F90, symBinAddr: 0x150190, symSize: 0x10 }
+ - { offsetInCU: 0x9CC, offset: 0x1410A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1FA0, symBinAddr: 0x1501A0, symSize: 0x30 }
+ - { offsetInCU: 0xA15, offset: 0x1410F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4C0, symBinAddr: 0x14E820, symSize: 0x80 }
+ - { offsetInCU: 0xAE4, offset: 0x1411BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH9hashValueSivgTW', symObjAddr: 0x540, symBinAddr: 0x14E8A0, symSize: 0x50 }
+ - { offsetInCU: 0xB62, offset: 0x14123D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x590, symBinAddr: 0x14E8F0, symSize: 0x30 }
+ - { offsetInCU: 0xBB4, offset: 0x14128F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x5C0, symBinAddr: 0x14E920, symSize: 0x50 }
+ - { offsetInCU: 0xC16, offset: 0x1412F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x6C0, symBinAddr: 0x14EA20, symSize: 0x20 }
+ - { offsetInCU: 0xC32, offset: 0x14130D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestV10CodingKeys33_746796E7D6AAC3D26EB49BDDE5A00F49LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x6E0, symBinAddr: 0x14EA40, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x141592, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfC', symObjAddr: 0x0, symBinAddr: 0x150240, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1415B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfC', symObjAddr: 0x0, symBinAddr: 0x150240, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x1415D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvg', symObjAddr: 0x20, symBinAddr: 0x150260, symSize: 0x30 }
+ - { offsetInCU: 0x96, offset: 0x141601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvs', symObjAddr: 0x50, symBinAddr: 0x150290, symSize: 0x40 }
+ - { offsetInCU: 0xD3, offset: 0x14163E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvM', symObjAddr: 0x90, symBinAddr: 0x1502D0, symSize: 0x40 }
+ - { offsetInCU: 0x102, offset: 0x14166D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5ratioSdvM.resume.0', symObjAddr: 0xD0, symBinAddr: 0x150310, symSize: 0x10 }
+ - { offsetInCU: 0x12D, offset: 0x141698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvg', symObjAddr: 0xE0, symBinAddr: 0x150320, symSize: 0x40 }
+ - { offsetInCU: 0x15A, offset: 0x1416C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvs', symObjAddr: 0x120, symBinAddr: 0x150360, symSize: 0x50 }
+ - { offsetInCU: 0x197, offset: 0x141702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC8rotationSo16RTCVideoRotationVSgvM', symObjAddr: 0x170, symBinAddr: 0x1503B0, symSize: 0x40 }
+ - { offsetInCU: 0x1C6, offset: 0x141731, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvg', symObjAddr: 0x1B0, symBinAddr: 0x1503F0, symSize: 0x40 }
+ - { offsetInCU: 0x1F3, offset: 0x14175E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvs', symObjAddr: 0x1F0, symBinAddr: 0x150430, symSize: 0x50 }
+ - { offsetInCU: 0x230, offset: 0x14179B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC9delegatesSDySSAA13WeakReferenceCyAA0dE8Delegate_pGGvM', symObjAddr: 0x240, symBinAddr: 0x150480, symSize: 0x40 }
+ - { offsetInCU: 0x25F, offset: 0x1417CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC03addE0_6forKeyyAA0dE8Delegate_p_SStF', symObjAddr: 0x280, symBinAddr: 0x1504C0, symSize: 0xC0 }
+ - { offsetInCU: 0x2FF, offset: 0x14186A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC06removeE06forKeyySS_tF', symObjAddr: 0x380, symBinAddr: 0x150580, symSize: 0x70 }
+ - { offsetInCU: 0x353, offset: 0x1418BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC5clearyyF', symObjAddr: 0x3F0, symBinAddr: 0x1505F0, symSize: 0x70 }
+ - { offsetInCU: 0x39C, offset: 0x141907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC7setSizeyySo6CGSizeVF', symObjAddr: 0x460, symBinAddr: 0x150660, symSize: 0x30 }
+ - { offsetInCU: 0x3ED, offset: 0x141958, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC7setSizeyySo6CGSizeVFTo', symObjAddr: 0x490, symBinAddr: 0x150690, symSize: 0x50 }
+ - { offsetInCU: 0x42A, offset: 0x141995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0x4E0, symBinAddr: 0x1506E0, symSize: 0xA0 }
+ - { offsetInCU: 0x4BC, offset: 0x141A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x580, symBinAddr: 0x150780, symSize: 0xD0 }
+ - { offsetInCU: 0x510, offset: 0x141A7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfc', symObjAddr: 0x650, symBinAddr: 0x150850, symSize: 0xB0 }
+ - { offsetInCU: 0x560, offset: 0x141ACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCACycfcTo', symObjAddr: 0x700, symBinAddr: 0x150900, symSize: 0xB0 }
+ - { offsetInCU: 0x5A8, offset: 0x141B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCfD', symObjAddr: 0x7B0, symBinAddr: 0x1509B0, symSize: 0x30 }
+ - { offsetInCU: 0x63C, offset: 0x141BA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCfETo', symObjAddr: 0x7E0, symBinAddr: 0x1509E0, symSize: 0x20 }
+ - { offsetInCU: 0x6B8, offset: 0x141C23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoSinkCMa', symObjAddr: 0x9C0, symBinAddr: 0x150BC0, symSize: 0x20 }
+ - { offsetInCU: 0x799, offset: 0x141D04, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF17VideoSinkDelegate_pG_G_Tg504$s13ef9Calls0aB9jk39C11renderFrameyySo08RTCVideoG0CSgFyAA13hi8CyAA0dE8L8_pGXEfU_So0S5FrameCSgTf1cn_nTf4ng_n', symObjAddr: 0x800, symBinAddr: 0x150A00, symSize: 0x1C0 }
+ - { offsetInCU: 0x27, offset: 0x142026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x150F40, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x14203E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x150F40, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x142058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x150F50, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x142089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x150F80, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x1420AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x150FB0, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x1420DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10resultTypeAA0E8ResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x150FE0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x1420F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x150FF0, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x142113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x151000, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x142127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6paramsAA0E6ParamsCvg', symObjAddr: 0xD0, symBinAddr: 0x151010, symSize: 0x10 }
+ - { offsetInCU: 0x144, offset: 0x142143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV8roomTypeAcA0eH0O_tcfC', symObjAddr: 0xE0, symBinAddr: 0x151020, symSize: 0x110 }
+ - { offsetInCU: 0x200, offset: 0x1421FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6paramsAcA0E6ParamsC_tcfC', symObjAddr: 0x230, symBinAddr: 0x151130, symSize: 0x70 }
+ - { offsetInCU: 0x28F, offset: 0x14228E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x1511A0, symSize: 0x30 }
+ - { offsetInCU: 0x2C7, offset: 0x1422C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x2D0, symBinAddr: 0x1511D0, symSize: 0x30 }
+ - { offsetInCU: 0x2FE, offset: 0x1422FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x300, symBinAddr: 0x151200, symSize: 0x10 }
+ - { offsetInCU: 0x329, offset: 0x142328, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x310, symBinAddr: 0x151210, symSize: 0x10 }
+ - { offsetInCU: 0x38B, offset: 0x14238A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x320, symBinAddr: 0x151220, symSize: 0x30 }
+ - { offsetInCU: 0x437, offset: 0x142436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x350, symBinAddr: 0x151250, symSize: 0x20 }
+ - { offsetInCU: 0x44B, offset: 0x14244A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x370, symBinAddr: 0x151270, symSize: 0x30 }
+ - { offsetInCU: 0x45F, offset: 0x14245E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x3A0, symBinAddr: 0x1512A0, symSize: 0x10 }
+ - { offsetInCU: 0x473, offset: 0x142472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x3E0, symBinAddr: 0x1512B0, symSize: 0x20 }
+ - { offsetInCU: 0x487, offset: 0x142486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA11RequestableAAWl', symObjAddr: 0x400, symBinAddr: 0x1512D0, symSize: 0x30 }
+ - { offsetInCU: 0x49B, offset: 0x14249A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA11RequestableAAWI', symObjAddr: 0x430, symBinAddr: 0x151300, symSize: 0x30 }
+ - { offsetInCU: 0x4AF, offset: 0x1424AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA0F0AAWl', symObjAddr: 0x460, symBinAddr: 0x151330, symSize: 0x30 }
+ - { offsetInCU: 0x4C3, offset: 0x1424C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x490, symBinAddr: 0x151360, symSize: 0x30 }
+ - { offsetInCU: 0x4D7, offset: 0x1424D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0AAWI', symObjAddr: 0x4C0, symBinAddr: 0x151390, symSize: 0x20 }
+ - { offsetInCU: 0x4EB, offset: 0x1424EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVACSEAAWl', symObjAddr: 0x4E0, symBinAddr: 0x1513B0, symSize: 0x30 }
+ - { offsetInCU: 0x4FF, offset: 0x1424FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x510, symBinAddr: 0x1513E0, symSize: 0x20 }
+ - { offsetInCU: 0x513, offset: 0x142512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwCP', symObjAddr: 0x530, symBinAddr: 0x151400, symSize: 0x40 }
+ - { offsetInCU: 0x527, offset: 0x142526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwxx', symObjAddr: 0x570, symBinAddr: 0x151440, symSize: 0x30 }
+ - { offsetInCU: 0x53B, offset: 0x14253A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwcp', symObjAddr: 0x5A0, symBinAddr: 0x151470, symSize: 0x40 }
+ - { offsetInCU: 0x54F, offset: 0x14254E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwca', symObjAddr: 0x5E0, symBinAddr: 0x1514B0, symSize: 0x60 }
+ - { offsetInCU: 0x563, offset: 0x142562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwta', symObjAddr: 0x660, symBinAddr: 0x151510, symSize: 0x40 }
+ - { offsetInCU: 0x577, offset: 0x142576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwet', symObjAddr: 0x6A0, symBinAddr: 0x151550, symSize: 0x40 }
+ - { offsetInCU: 0x58B, offset: 0x14258A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVwst', symObjAddr: 0x6E0, symBinAddr: 0x151590, symSize: 0x40 }
+ - { offsetInCU: 0x59F, offset: 0x14259E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVMa', symObjAddr: 0x720, symBinAddr: 0x1515D0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1427CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1515F0, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x1427F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1515F0, symSize: 0x30 }
+ - { offsetInCU: 0xAA, offset: 0x142851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvgZ', symObjAddr: 0x70, symBinAddr: 0x151660, symSize: 0x30 }
+ - { offsetInCU: 0xCB, offset: 0x142872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvMZ', symObjAddr: 0xA0, symBinAddr: 0x151690, symSize: 0x30 }
+ - { offsetInCU: 0xFC, offset: 0x1428A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvMZ.resume.0', symObjAddr: 0xD0, symBinAddr: 0x1516C0, symSize: 0x10 }
+ - { offsetInCU: 0x118, offset: 0x1428BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xE0, symBinAddr: 0x1516D0, symSize: 0x10 }
+ - { offsetInCU: 0x134, offset: 0x1428DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xF0, symBinAddr: 0x1516E0, symSize: 0xD0 }
+ - { offsetInCU: 0x1B6, offset: 0x14295D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV12isWSRequiredSbvg', symObjAddr: 0x220, symBinAddr: 0x1517B0, symSize: 0x10 }
+ - { offsetInCU: 0x1D2, offset: 0x142979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6roomIdSSvg', symObjAddr: 0x230, symBinAddr: 0x1517C0, symSize: 0x30 }
+ - { offsetInCU: 0x1EE, offset: 0x142995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV13participantIdSSvg', symObjAddr: 0x260, symBinAddr: 0x1517F0, symSize: 0x30 }
+ - { offsetInCU: 0x20A, offset: 0x1429B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV02isE7EnabledSbvg', symObjAddr: 0x290, symBinAddr: 0x151820, symSize: 0x10 }
+ - { offsetInCU: 0x226, offset: 0x1429CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x151830, symSize: 0xC0 }
+ - { offsetInCU: 0x260, offset: 0x142A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0D11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x1518F0, symSize: 0x10 }
+ - { offsetInCU: 0x28B, offset: 0x142A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x151960, symSize: 0x30 }
+ - { offsetInCU: 0x2C2, offset: 0x142A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x570, symBinAddr: 0x151A40, symSize: 0x10 }
+ - { offsetInCU: 0x2DE, offset: 0x142A85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x580, symBinAddr: 0x151A50, symSize: 0x40 }
+ - { offsetInCU: 0x348, offset: 0x142AEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x630, symBinAddr: 0x151B00, symSize: 0xD0 }
+ - { offsetInCU: 0x39D, offset: 0x142B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultType_WZ', symObjAddr: 0x30, symBinAddr: 0x151620, symSize: 0x10 }
+ - { offsetInCU: 0x3B7, offset: 0x142B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestV10resultTypeAA0deF8ResponseVmvau', symObjAddr: 0x40, symBinAddr: 0x151630, symSize: 0x30 }
+ - { offsetInCU: 0x3FD, offset: 0x142BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0D11RequestableAAWI', symObjAddr: 0x3D0, symBinAddr: 0x151900, symSize: 0x20 }
+ - { offsetInCU: 0x411, offset: 0x142BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3F0, symBinAddr: 0x151920, symSize: 0x30 }
+ - { offsetInCU: 0x425, offset: 0x142BCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x420, symBinAddr: 0x151950, symSize: 0x10 }
+ - { offsetInCU: 0x439, offset: 0x142BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA14APIRequestableAAWI', symObjAddr: 0x490, symBinAddr: 0x151990, symSize: 0x20 }
+ - { offsetInCU: 0x44D, offset: 0x142BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA11RequestableAAWI', symObjAddr: 0x4E0, symBinAddr: 0x1519B0, symSize: 0x30 }
+ - { offsetInCU: 0x461, offset: 0x142C08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA0G0AAWl', symObjAddr: 0x510, symBinAddr: 0x1519E0, symSize: 0x30 }
+ - { offsetInCU: 0x475, offset: 0x142C1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x540, symBinAddr: 0x151A10, symSize: 0x30 }
+ - { offsetInCU: 0x489, offset: 0x142C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0AAWI', symObjAddr: 0x5C0, symBinAddr: 0x151A90, symSize: 0x20 }
+ - { offsetInCU: 0x49D, offset: 0x142C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVACSEAAWl', symObjAddr: 0x5E0, symBinAddr: 0x151AB0, symSize: 0x30 }
+ - { offsetInCU: 0x4B1, offset: 0x142C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x610, symBinAddr: 0x151AE0, symSize: 0x20 }
+ - { offsetInCU: 0x4D7, offset: 0x142C7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwCP', symObjAddr: 0x700, symBinAddr: 0x151BD0, symSize: 0x30 }
+ - { offsetInCU: 0x4EB, offset: 0x142C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwxx', symObjAddr: 0x730, symBinAddr: 0x151C00, symSize: 0x30 }
+ - { offsetInCU: 0x4FF, offset: 0x142CA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwcp', symObjAddr: 0x760, symBinAddr: 0x151C30, symSize: 0x60 }
+ - { offsetInCU: 0x513, offset: 0x142CBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwca', symObjAddr: 0x7C0, symBinAddr: 0x151C90, symSize: 0x80 }
+ - { offsetInCU: 0x527, offset: 0x142CCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwta', symObjAddr: 0x860, symBinAddr: 0x151D10, symSize: 0x60 }
+ - { offsetInCU: 0x53B, offset: 0x142CE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwet', symObjAddr: 0x8C0, symBinAddr: 0x151D70, symSize: 0x40 }
+ - { offsetInCU: 0x54F, offset: 0x142CF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVwst', symObjAddr: 0x900, symBinAddr: 0x151DB0, symSize: 0x50 }
+ - { offsetInCU: 0x563, offset: 0x142D0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVMa', symObjAddr: 0x950, symBinAddr: 0x151E00, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x142F7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvpZ', symObjAddr: 0x8ED0, symBinAddr: 0x32C008, symSize: 0x0 }
+ - { offsetInCU: 0x59, offset: 0x142F88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy_WZ', symObjAddr: 0x0, symBinAddr: 0x151E20, symSize: 0x50 }
+ - { offsetInCU: 0x73, offset: 0x142FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0Ovau', symObjAddr: 0x50, symBinAddr: 0x151E70, symSize: 0x40 }
+ - { offsetInCU: 0xA4, offset: 0x142FD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvgZ', symObjAddr: 0xB0, symBinAddr: 0x151EB0, symSize: 0x80 }
+ - { offsetInCU: 0xC5, offset: 0x142FF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvsZ', symObjAddr: 0x130, symBinAddr: 0x151F30, symSize: 0xA0 }
+ - { offsetInCU: 0xEE, offset: 0x14301D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvMZ', symObjAddr: 0x1D0, symBinAddr: 0x151FD0, symSize: 0x70 }
+ - { offsetInCU: 0x117, offset: 0x143046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11keyStrategy10Foundation11JSONDecoderC011KeyDecodingI0OvMZ.resume.0', symObjAddr: 0x240, symBinAddr: 0x152040, symSize: 0x10 }
+ - { offsetInCU: 0x133, offset: 0x143062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC06customF0SDyS2SGvg', symObjAddr: 0x250, symBinAddr: 0x152050, symSize: 0x10 }
+ - { offsetInCU: 0x14F, offset: 0x14307E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC11deletedKeysSaySSGvg', symObjAddr: 0x260, symBinAddr: 0x152060, symSize: 0x10 }
+ - { offsetInCU: 0x16B, offset: 0x14309A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x270, symBinAddr: 0x152070, symSize: 0x10 }
+ - { offsetInCU: 0x1AD, offset: 0x1430DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x280, symBinAddr: 0x152080, symSize: 0x70 }
+ - { offsetInCU: 0x1E8, offset: 0x143117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x330, symBinAddr: 0x1520F0, symSize: 0x70 }
+ - { offsetInCU: 0x22B, offset: 0x14315A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3A0, symBinAddr: 0x152160, symSize: 0x10 }
+ - { offsetInCU: 0x252, offset: 0x143181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3B0, symBinAddr: 0x152170, symSize: 0x10 }
+ - { offsetInCU: 0x279, offset: 0x1431A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x3C0, symBinAddr: 0x152180, symSize: 0x20 }
+ - { offsetInCU: 0x2B0, offset: 0x1431DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x3E0, symBinAddr: 0x1521A0, symSize: 0x20 }
+ - { offsetInCU: 0x305, offset: 0x143234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x550, symBinAddr: 0x152310, symSize: 0x80 }
+ - { offsetInCU: 0x346, offset: 0x143275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x5D0, symBinAddr: 0x152390, symSize: 0x30 }
+ - { offsetInCU: 0x35A, offset: 0x143289, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x600, symBinAddr: 0x1523C0, symSize: 0x10 }
+ - { offsetInCU: 0x390, offset: 0x1432BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x610, symBinAddr: 0x1523D0, symSize: 0x80 }
+ - { offsetInCU: 0x3E8, offset: 0x143317, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x690, symBinAddr: 0x152450, symSize: 0x10 }
+ - { offsetInCU: 0x404, offset: 0x143333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x6A0, symBinAddr: 0x152460, symSize: 0x10 }
+ - { offsetInCU: 0x421, offset: 0x143350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6F0, symBinAddr: 0x1524B0, symSize: 0x40 }
+ - { offsetInCU: 0x446, offset: 0x143375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x730, symBinAddr: 0x1524F0, symSize: 0x200 }
+ - { offsetInCU: 0x4A2, offset: 0x1433D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCfd', symObjAddr: 0xAF0, symBinAddr: 0x152740, symSize: 0x20 }
+ - { offsetInCU: 0x4DD, offset: 0x14340C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCfD', symObjAddr: 0xB10, symBinAddr: 0x152760, symSize: 0x30 }
+ - { offsetInCU: 0x52F, offset: 0x14345E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA17StrategyDecodableA2aDP03keyH010Foundation11JSONDecoderC011KeyDecodingH0OvgZTW', symObjAddr: 0xCA0, symBinAddr: 0x1528F0, symSize: 0x80 }
+ - { offsetInCU: 0x566, offset: 0x143495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xD50, symBinAddr: 0x1529A0, symSize: 0x20 }
+ - { offsetInCU: 0x5AB, offset: 0x1434DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x960, symBinAddr: 0x1526F0, symSize: 0x30 }
+ - { offsetInCU: 0x5BF, offset: 0x1434EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCMa', symObjAddr: 0x990, symBinAddr: 0x152720, symSize: 0x20 }
+ - { offsetInCU: 0x5D3, offset: 0x143502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xB40, symBinAddr: 0x152790, symSize: 0x10 }
+ - { offsetInCU: 0x5E7, offset: 0x143516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xB50, symBinAddr: 0x1527A0, symSize: 0x30 }
+ - { offsetInCU: 0x5FB, offset: 0x14352A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0xB80, symBinAddr: 0x1527D0, symSize: 0x10 }
+ - { offsetInCU: 0x60F, offset: 0x14353E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0xB90, symBinAddr: 0x1527E0, symSize: 0x30 }
+ - { offsetInCU: 0x623, offset: 0x143552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0xBC0, symBinAddr: 0x152810, symSize: 0x10 }
+ - { offsetInCU: 0x637, offset: 0x143566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0xBD0, symBinAddr: 0x152820, symSize: 0x30 }
+ - { offsetInCU: 0x64B, offset: 0x14357A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xC00, symBinAddr: 0x152850, symSize: 0x40 }
+ - { offsetInCU: 0x65F, offset: 0x14358E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA0G0AAWI', symObjAddr: 0xC40, symBinAddr: 0x152890, symSize: 0x30 }
+ - { offsetInCU: 0x673, offset: 0x1435A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xD20, symBinAddr: 0x152970, symSize: 0x30 }
+ - { offsetInCU: 0x687, offset: 0x1435B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xDC0, symBinAddr: 0x1529F0, symSize: 0x80 }
+ - { offsetInCU: 0x69B, offset: 0x1435CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xE40, symBinAddr: 0x152A70, symSize: 0xD0 }
+ - { offsetInCU: 0x6AF, offset: 0x1435DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xF10, symBinAddr: 0x152B40, symSize: 0x10 }
+ - { offsetInCU: 0x6C3, offset: 0x1435F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xF20, symBinAddr: 0x152B50, symSize: 0x10 }
+ - { offsetInCU: 0x6D7, offset: 0x143606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xF30, symBinAddr: 0x152B60, symSize: 0x10 }
+ - { offsetInCU: 0x6EB, offset: 0x14361A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xF40, symBinAddr: 0x152B70, symSize: 0x10 }
+ - { offsetInCU: 0x6FF, offset: 0x14362E, size: 0x8, addend: 0x0, symName: ___swift_allocate_value_buffer, symObjAddr: 0xF50, symBinAddr: 0x152B80, symSize: 0x32 }
+ - { offsetInCU: 0x782, offset: 0x1436B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x400, symBinAddr: 0x1521C0, symSize: 0x80 }
+ - { offsetInCU: 0x851, offset: 0x143780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x480, symBinAddr: 0x152240, symSize: 0x50 }
+ - { offsetInCU: 0x8CF, offset: 0x1437FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x152290, symSize: 0x30 }
+ - { offsetInCU: 0x921, offset: 0x143850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x500, symBinAddr: 0x1522C0, symSize: 0x50 }
+ - { offsetInCU: 0x97D, offset: 0x1438AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x6B0, symBinAddr: 0x152470, symSize: 0x20 }
+ - { offsetInCU: 0x999, offset: 0x1438C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25DeleteCustomItemsResponseC10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x6D0, symBinAddr: 0x152490, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x143B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO4dataSdSgvg', symObjAddr: 0x0, symBinAddr: 0x152BC0, symSize: 0x80 }
+ - { offsetInCU: 0xA0, offset: 0x143B63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV7latencySdvg', symObjAddr: 0xA0, symBinAddr: 0x152C40, symSize: 0x10 }
+ - { offsetInCU: 0xBC, offset: 0x143B7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV6jitterSdvg', symObjAddr: 0xB0, symBinAddr: 0x152C50, symSize: 0x10 }
+ - { offsetInCU: 0xD8, offset: 0x143B9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV10packetLostSdvg', symObjAddr: 0xC0, symBinAddr: 0x152C60, symSize: 0x10 }
+ - { offsetInCU: 0xF4, offset: 0x143BB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginV7latency6jitter10packetLostAESd_S2dtcfC', symObjAddr: 0xD0, symBinAddr: 0x152C70, symSize: 0x10 }
+ - { offsetInCU: 0x139, offset: 0x143BFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidO8rawValueAESgSS_tcfC', symObjAddr: 0xE0, symBinAddr: 0x152C80, symSize: 0x70 }
+ - { offsetInCU: 0x165, offset: 0x143C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidO8rawValueSSvg', symObjAddr: 0x190, symBinAddr: 0x152CF0, symSize: 0x20 }
+ - { offsetInCU: 0x1AC, offset: 0x143C6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x300, symBinAddr: 0x152E60, symSize: 0x80 }
+ - { offsetInCU: 0x1ED, offset: 0x143CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x380, symBinAddr: 0x152EE0, symSize: 0x30 }
+ - { offsetInCU: 0x202, offset: 0x143CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZ', symObjAddr: 0x3B0, symBinAddr: 0x152F10, symSize: 0x50 }
+ - { offsetInCU: 0x21E, offset: 0x143CE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO10debugValueSSvg', symObjAddr: 0x400, symBinAddr: 0x152F60, symSize: 0x310 }
+ - { offsetInCU: 0x475, offset: 0x143F38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6getMOS7latency6jitter10packetLost5modelACSdSg_A2iA11RFactorable_pXptFZTf4nnnnd_n', symObjAddr: 0x850, symBinAddr: 0x1533B0, symSize: 0x130 }
+ - { offsetInCU: 0x67D, offset: 0x144140, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVACycfC', symObjAddr: 0x710, symBinAddr: 0x153270, symSize: 0x10 }
+ - { offsetInCU: 0x759, offset: 0x14421C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVAA11RFactorableA2aDP6factoryS2d_S2dtFZTW', symObjAddr: 0x720, symBinAddr: 0x153280, symSize: 0x60 }
+ - { offsetInCU: 0x893, offset: 0x144356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE6factoryS2d_S2dtFZ', symObjAddr: 0x780, symBinAddr: 0x1532E0, symSize: 0x60 }
+ - { offsetInCU: 0x942, offset: 0x144405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE16effectiveLatencyyS2d_SdtFZ', symObjAddr: 0x7E0, symBinAddr: 0x153340, symSize: 0x20 }
+ - { offsetInCU: 0x977, offset: 0x14443A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6EModelPAAE9calculateyS2d_SdtFZ', symObjAddr: 0x800, symBinAddr: 0x153360, symSize: 0x50 }
+ - { offsetInCU: 0x9F8, offset: 0x1444BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASQWb', symObjAddr: 0x980, symBinAddr: 0x1534E0, symSize: 0x10 }
+ - { offsetInCU: 0xA0C, offset: 0x1444CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOAESQAAWl', symObjAddr: 0x990, symBinAddr: 0x1534F0, symSize: 0x30 }
+ - { offsetInCU: 0xA20, offset: 0x1444E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwet', symObjAddr: 0x9F0, symBinAddr: 0x153520, symSize: 0x50 }
+ - { offsetInCU: 0xA34, offset: 0x1444F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwst', symObjAddr: 0xA40, symBinAddr: 0x153570, symSize: 0x60 }
+ - { offsetInCU: 0xA48, offset: 0x14450B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwug', symObjAddr: 0xAA0, symBinAddr: 0x1535D0, symSize: 0x10 }
+ - { offsetInCU: 0xA5C, offset: 0x14451F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwup', symObjAddr: 0xAB0, symBinAddr: 0x1535E0, symSize: 0x10 }
+ - { offsetInCU: 0xA70, offset: 0x144533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOwui', symObjAddr: 0xAC0, symBinAddr: 0x1535F0, symSize: 0x20 }
+ - { offsetInCU: 0xA84, offset: 0x144547, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueOMa', symObjAddr: 0xAE0, symBinAddr: 0x153610, symSize: 0x10 }
+ - { offsetInCU: 0xA98, offset: 0x14455B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVwet', symObjAddr: 0xB10, symBinAddr: 0x153620, symSize: 0x20 }
+ - { offsetInCU: 0xAAC, offset: 0x14456F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVwst', symObjAddr: 0xB30, symBinAddr: 0x153640, symSize: 0x30 }
+ - { offsetInCU: 0xAC0, offset: 0x144583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6OriginVMa', symObjAddr: 0xB60, symBinAddr: 0x153670, symSize: 0x10 }
+ - { offsetInCU: 0xAD4, offset: 0x144597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwCP', symObjAddr: 0xB70, symBinAddr: 0x153680, symSize: 0x30 }
+ - { offsetInCU: 0xAE8, offset: 0x1445AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwet', symObjAddr: 0xBA0, symBinAddr: 0x1536B0, symSize: 0x50 }
+ - { offsetInCU: 0xAFC, offset: 0x1445BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwst', symObjAddr: 0xBF0, symBinAddr: 0x153700, symSize: 0x50 }
+ - { offsetInCU: 0xB10, offset: 0x1445D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwug', symObjAddr: 0xC40, symBinAddr: 0x153750, symSize: 0x10 }
+ - { offsetInCU: 0xB24, offset: 0x1445E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwup', symObjAddr: 0xC50, symBinAddr: 0x153760, symSize: 0x10 }
+ - { offsetInCU: 0xB38, offset: 0x1445FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOwui', symObjAddr: 0xC60, symBinAddr: 0x153770, symSize: 0x10 }
+ - { offsetInCU: 0xB4C, offset: 0x14460F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO6ResultOMa', symObjAddr: 0xC70, symBinAddr: 0x153780, symSize: 0x10 }
+ - { offsetInCU: 0xB60, offset: 0x144623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwet', symObjAddr: 0xC90, symBinAddr: 0x153790, symSize: 0x80 }
+ - { offsetInCU: 0xB74, offset: 0x144637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwst', symObjAddr: 0xD10, symBinAddr: 0x153810, symSize: 0xD0 }
+ - { offsetInCU: 0xB88, offset: 0x14464B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwug', symObjAddr: 0xDE0, symBinAddr: 0x1538E0, symSize: 0x10 }
+ - { offsetInCU: 0xB9C, offset: 0x14465F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwup', symObjAddr: 0xDF0, symBinAddr: 0x1538F0, symSize: 0x10 }
+ - { offsetInCU: 0xBB0, offset: 0x144673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOwui', symObjAddr: 0xE00, symBinAddr: 0x153900, symSize: 0x10 }
+ - { offsetInCU: 0xBC4, offset: 0x144687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOMa', symObjAddr: 0xE10, symBinAddr: 0x153910, symSize: 0x10 }
+ - { offsetInCU: 0xBD8, offset: 0x14469B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls1RVMa', symObjAddr: 0xE30, symBinAddr: 0x153930, symSize: 0x10 }
+ - { offsetInCU: 0xC21, offset: 0x1446E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B0, symBinAddr: 0x152D10, symSize: 0x80 }
+ - { offsetInCU: 0xCF0, offset: 0x1447B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH9hashValueSivgTW', symObjAddr: 0x230, symBinAddr: 0x152D90, symSize: 0x50 }
+ - { offsetInCU: 0xD6E, offset: 0x144831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x280, symBinAddr: 0x152DE0, symSize: 0x30 }
+ - { offsetInCU: 0xDC0, offset: 0x144883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8MOSValueO7InvalidOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2B0, symBinAddr: 0x152E10, symSize: 0x50 }
+ - { offsetInCU: 0x27, offset: 0x144B8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x153950, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x144BAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x153950, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x144BCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC9deletedBySSvg', symObjAddr: 0x10, symBinAddr: 0x153960, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x144BE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x153990, symSize: 0x40 }
+ - { offsetInCU: 0xA8, offset: 0x144C0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x80, symBinAddr: 0x1539D0, symSize: 0x270 }
+ - { offsetInCU: 0x181, offset: 0x144CE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI09deletedAt0K2ByACSS_SSs5Int64VSStcfC', symObjAddr: 0x440, symBinAddr: 0x153C60, symSize: 0x80 }
+ - { offsetInCU: 0x225, offset: 0x144D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI09deletedAt0K2ByACSS_SSs5Int64VSStcfc', symObjAddr: 0x4C0, symBinAddr: 0x153CE0, symSize: 0x40 }
+ - { offsetInCU: 0x2E5, offset: 0x144E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO0E0OtcfC', symObjAddr: 0x500, symBinAddr: 0x153D20, symSize: 0x30 }
+ - { offsetInCU: 0x344, offset: 0x144EA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO0E0Otcfc', symObjAddr: 0x530, symBinAddr: 0x153D50, symSize: 0x30 }
+ - { offsetInCU: 0x39B, offset: 0x144EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfd', symObjAddr: 0x570, symBinAddr: 0x153D90, symSize: 0x30 }
+ - { offsetInCU: 0x3EC, offset: 0x144F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfD', symObjAddr: 0x5A0, symBinAddr: 0x153DC0, symSize: 0x40 }
+ - { offsetInCU: 0x446, offset: 0x144FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCMa', symObjAddr: 0x3C0, symBinAddr: 0x153C40, symSize: 0x20 }
+ - { offsetInCU: 0x4EF, offset: 0x145052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22DeleteRoomEventCommandCfE', symObjAddr: 0x560, symBinAddr: 0x153D80, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1452AC, size: 0x8, addend: 0x0, symName: '_$sSo17RTCSignalingStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x153E30, symSize: 0xB0 }
+ - { offsetInCU: 0x3F, offset: 0x1452C4, size: 0x8, addend: 0x0, symName: '_$sSo17RTCSignalingStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x153E30, symSize: 0xB0 }
+ - { offsetInCU: 0x6E, offset: 0x1452F3, size: 0x8, addend: 0x0, symName: '_$sSo21RTCIceConnectionStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0xB0, symBinAddr: 0x153EE0, symSize: 0xD0 }
+ - { offsetInCU: 0x9D, offset: 0x145322, size: 0x8, addend: 0x0, symName: '_$sSo20RTCIceGatheringStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x180, symBinAddr: 0x153FB0, symSize: 0x70 }
+ - { offsetInCU: 0xCA, offset: 0x14534F, size: 0x8, addend: 0x0, symName: '_$sSo22RTCPeerConnectionStateV13SendBirdCallsE11stringValueSSvg', symObjAddr: 0x1F0, symBinAddr: 0x154020, symSize: 0xB0 }
+ - { offsetInCU: 0xF9, offset: 0x14537E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11descriptionSSvgTo', symObjAddr: 0x2A0, symBinAddr: 0x1540D0, symSize: 0x60 }
+ - { offsetInCU: 0x16D, offset: 0x1453F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11descriptionSSvg', symObjAddr: 0x300, symBinAddr: 0x154130, symSize: 0x4A0 }
+ - { offsetInCU: 0x27, offset: 0x1459F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1545D0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x145A17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1545D0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x145A2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3sdpSSSgvg', symObjAddr: 0x10, symBinAddr: 0x1545E0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x145A47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x40, symBinAddr: 0x154610, symSize: 0x30 }
+ - { offsetInCU: 0x8F, offset: 0x145A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC18sessionDescriptionSo010RTCSessionH0CSgvg', symObjAddr: 0x70, symBinAddr: 0x154640, symSize: 0x80 }
+ - { offsetInCU: 0xDE, offset: 0x145AAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x1546C0, symSize: 0x40 }
+ - { offsetInCU: 0x103, offset: 0x145ACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x130, symBinAddr: 0x154700, symSize: 0x420 }
+ - { offsetInCU: 0x24D, offset: 0x145C19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_S2SSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x6E0, symBinAddr: 0x154B40, symSize: 0xE0 }
+ - { offsetInCU: 0x2CE, offset: 0x145C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_S2SSgAA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x7C0, symBinAddr: 0x154C20, symSize: 0xA0 }
+ - { offsetInCU: 0x3A6, offset: 0x145D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x860, symBinAddr: 0x154CC0, symSize: 0x30 }
+ - { offsetInCU: 0x405, offset: 0x145DD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x890, symBinAddr: 0x154CF0, symSize: 0x30 }
+ - { offsetInCU: 0x462, offset: 0x145E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfd', symObjAddr: 0x8E0, symBinAddr: 0x154D40, symSize: 0x40 }
+ - { offsetInCU: 0x4B3, offset: 0x145E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfD', symObjAddr: 0x940, symBinAddr: 0x154D80, symSize: 0x50 }
+ - { offsetInCU: 0x51B, offset: 0x145EE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x990, symBinAddr: 0x154DD0, symSize: 0x20 }
+ - { offsetInCU: 0x55C, offset: 0x145F28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x9B0, symBinAddr: 0x154DF0, symSize: 0x30 }
+ - { offsetInCU: 0x5BC, offset: 0x145F88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCMa', symObjAddr: 0x620, symBinAddr: 0x154B20, symSize: 0x20 }
+ - { offsetInCU: 0x68D, offset: 0x146059, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17OfferEventCommandCfE', symObjAddr: 0x8C0, symBinAddr: 0x154D20, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x14634F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x154E70, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x1463A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCACycfC', symObjAddr: 0xD0, symBinAddr: 0x154F40, symSize: 0x20 }
+ - { offsetInCU: 0xBD, offset: 0x1463C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCACycfc', symObjAddr: 0xF0, symBinAddr: 0x154F60, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0x1463EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCfd', symObjAddr: 0x100, symBinAddr: 0x154F70, symSize: 0x10 }
+ - { offsetInCU: 0x117, offset: 0x14641B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCfD', symObjAddr: 0x110, symBinAddr: 0x154F80, symSize: 0x20 }
+ - { offsetInCU: 0x145, offset: 0x146449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28PeerConnectionAnsweringStateCMa', symObjAddr: 0x130, symBinAddr: 0x154FA0, symSize: 0x14 }
+ - { offsetInCU: 0x4B, offset: 0x146659, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvpZ', symObjAddr: 0x5220, symBinAddr: 0x2FB590, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x146673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8rawValueSivg', symObjAddr: 0x8B0, symBinAddr: 0x155870, symSize: 0x10 }
+ - { offsetInCU: 0x81, offset: 0x14668F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvgZ', symObjAddr: 0x8E0, symBinAddr: 0x1558A0, symSize: 0x10 }
+ - { offsetInCU: 0x9D, offset: 0x1466AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvgZ', symObjAddr: 0x900, symBinAddr: 0x1558C0, symSize: 0x10 }
+ - { offsetInCU: 0xB9, offset: 0x1466C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvgZ', symObjAddr: 0x920, symBinAddr: 0x1558E0, symSize: 0x10 }
+ - { offsetInCU: 0xD5, offset: 0x1466E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvgZ', symObjAddr: 0x940, symBinAddr: 0x155900, symSize: 0x10 }
+ - { offsetInCU: 0xF1, offset: 0x1466FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvgZ', symObjAddr: 0x960, symBinAddr: 0x155920, symSize: 0x10 }
+ - { offsetInCU: 0x10D, offset: 0x14671B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvgZ', symObjAddr: 0x980, symBinAddr: 0x155940, symSize: 0x10 }
+ - { offsetInCU: 0x129, offset: 0x146737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvgZ', symObjAddr: 0x9A0, symBinAddr: 0x155960, symSize: 0x10 }
+ - { offsetInCU: 0x145, offset: 0x146753, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvgZ', symObjAddr: 0x9C0, symBinAddr: 0x155980, symSize: 0x10 }
+ - { offsetInCU: 0x161, offset: 0x14676F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvgZ', symObjAddr: 0x9E0, symBinAddr: 0x1559A0, symSize: 0x10 }
+ - { offsetInCU: 0x17D, offset: 0x14678B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvgZ', symObjAddr: 0xA00, symBinAddr: 0x1559C0, symSize: 0x10 }
+ - { offsetInCU: 0x199, offset: 0x1467A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvgZ', symObjAddr: 0xA20, symBinAddr: 0x1559E0, symSize: 0x10 }
+ - { offsetInCU: 0x1B5, offset: 0x1467C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvgZ', symObjAddr: 0xA40, symBinAddr: 0x155A00, symSize: 0x10 }
+ - { offsetInCU: 0x1D1, offset: 0x1467DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvgZ', symObjAddr: 0xA60, symBinAddr: 0x155A20, symSize: 0x10 }
+ - { offsetInCU: 0x1ED, offset: 0x1467FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvgZ', symObjAddr: 0xA80, symBinAddr: 0x155A40, symSize: 0x10 }
+ - { offsetInCU: 0x209, offset: 0x146817, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvgZ', symObjAddr: 0xAA0, symBinAddr: 0x155A60, symSize: 0x10 }
+ - { offsetInCU: 0x225, offset: 0x146833, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvgZ', symObjAddr: 0xAC0, symBinAddr: 0x155A80, symSize: 0x10 }
+ - { offsetInCU: 0x241, offset: 0x14684F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvgZ', symObjAddr: 0xAE0, symBinAddr: 0x155AA0, symSize: 0x10 }
+ - { offsetInCU: 0x25D, offset: 0x14686B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvgZ', symObjAddr: 0xB00, symBinAddr: 0x155AC0, symSize: 0x10 }
+ - { offsetInCU: 0x279, offset: 0x146887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvgZ', symObjAddr: 0xB60, symBinAddr: 0x155B20, symSize: 0x30 }
+ - { offsetInCU: 0x2A2, offset: 0x1468B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8priorityAC8PriorityOvg', symObjAddr: 0xB90, symBinAddr: 0x155B50, symSize: 0x10 }
+ - { offsetInCU: 0x2CD, offset: 0x1468DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6symbolSSSgvg', symObjAddr: 0xBA0, symBinAddr: 0x155B60, symSize: 0x310 }
+ - { offsetInCU: 0x2FC, offset: 0x14690A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV13wrappedSymbolSSSgvg', symObjAddr: 0xEB0, symBinAddr: 0x155E70, symSize: 0x70 }
+ - { offsetInCU: 0x3C0, offset: 0x1469CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8rawValueAESi_tcfC', symObjAddr: 0xF20, symBinAddr: 0x155EE0, symSize: 0x10 }
+ - { offsetInCU: 0x3DE, offset: 0x1469EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAAsAFP8rawValuex03RawI0Qz_tcfCTW', symObjAddr: 0xF30, symBinAddr: 0x155EF0, symSize: 0x10 }
+ - { offsetInCU: 0x3F2, offset: 0x146A00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0xF40, symBinAddr: 0x155F00, symSize: 0x10 }
+ - { offsetInCU: 0x40E, offset: 0x146A1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0xF50, symBinAddr: 0x155F10, symSize: 0x10 }
+ - { offsetInCU: 0x42A, offset: 0x146A38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0xF60, symBinAddr: 0x155F20, symSize: 0x10 }
+ - { offsetInCU: 0x446, offset: 0x146A54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0xF80, symBinAddr: 0x155F40, symSize: 0x10 }
+ - { offsetInCU: 0x462, offset: 0x146A70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0xF90, symBinAddr: 0x155F50, symSize: 0x10 }
+ - { offsetInCU: 0x49A, offset: 0x146AA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvpZ', symObjAddr: 0x5228, symBinAddr: 0x2FB598, symSize: 0x0 }
+ - { offsetInCU: 0x4B4, offset: 0x146AC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvpZ', symObjAddr: 0x5230, symBinAddr: 0x2FB5A0, symSize: 0x0 }
+ - { offsetInCU: 0x4CE, offset: 0x146ADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvpZ', symObjAddr: 0x5238, symBinAddr: 0x2FB5A8, symSize: 0x0 }
+ - { offsetInCU: 0x4E8, offset: 0x146AF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvpZ', symObjAddr: 0x5240, symBinAddr: 0x2FB5B0, symSize: 0x0 }
+ - { offsetInCU: 0x502, offset: 0x146B10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvpZ', symObjAddr: 0x5248, symBinAddr: 0x2FB5B8, symSize: 0x0 }
+ - { offsetInCU: 0x51C, offset: 0x146B2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvpZ', symObjAddr: 0x5250, symBinAddr: 0x2FB5C0, symSize: 0x0 }
+ - { offsetInCU: 0x536, offset: 0x146B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvpZ', symObjAddr: 0x5258, symBinAddr: 0x2FB5C8, symSize: 0x0 }
+ - { offsetInCU: 0x550, offset: 0x146B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvpZ', symObjAddr: 0x5260, symBinAddr: 0x2FB5D0, symSize: 0x0 }
+ - { offsetInCU: 0x56A, offset: 0x146B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvpZ', symObjAddr: 0x5268, symBinAddr: 0x2FB5D8, symSize: 0x0 }
+ - { offsetInCU: 0x584, offset: 0x146B92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvpZ', symObjAddr: 0x5270, symBinAddr: 0x2FB5E0, symSize: 0x0 }
+ - { offsetInCU: 0x59E, offset: 0x146BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvpZ', symObjAddr: 0x5278, symBinAddr: 0x2FB5E8, symSize: 0x0 }
+ - { offsetInCU: 0x5B8, offset: 0x146BC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvpZ', symObjAddr: 0x5280, symBinAddr: 0x2FB5F0, symSize: 0x0 }
+ - { offsetInCU: 0x5D2, offset: 0x146BE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvpZ', symObjAddr: 0x5288, symBinAddr: 0x2FB5F8, symSize: 0x0 }
+ - { offsetInCU: 0x5EC, offset: 0x146BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvpZ', symObjAddr: 0x5290, symBinAddr: 0x2FB600, symSize: 0x0 }
+ - { offsetInCU: 0x606, offset: 0x146C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvpZ', symObjAddr: 0x5298, symBinAddr: 0x2FB608, symSize: 0x0 }
+ - { offsetInCU: 0x620, offset: 0x146C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvpZ', symObjAddr: 0x52A0, symBinAddr: 0x2FB610, symSize: 0x0 }
+ - { offsetInCU: 0x63A, offset: 0x146C48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvpZ', symObjAddr: 0x52A8, symBinAddr: 0x2FB618, symSize: 0x0 }
+ - { offsetInCU: 0x654, offset: 0x146C62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvpZ', symObjAddr: 0x21F40, symBinAddr: 0x32C020, symSize: 0x0 }
+ - { offsetInCU: 0x66F, offset: 0x146C7D, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvpZ', symObjAddr: 0x52B0, symBinAddr: 0x2FB620, symSize: 0x0 }
+ - { offsetInCU: 0x67D, offset: 0x146C8B, size: 0x8, addend: 0x0, symName: '_$sSa13SendBirdCallsAA9LogSymbol_pRszlE6sortedSayAaB_pGyF', symObjAddr: 0x0, symBinAddr: 0x154FC0, symSize: 0x40 }
+ - { offsetInCU: 0x700, offset: 0x146D0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityO10identifierSSvg', symObjAddr: 0x250, symBinAddr: 0x155210, symSize: 0x30 }
+ - { offsetInCU: 0x749, offset: 0x146D57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityO8rawValueAESgSi_tcfC', symObjAddr: 0x5C0, symBinAddr: 0x155580, symSize: 0x20 }
+ - { offsetInCU: 0x780, offset: 0x146D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x600, symBinAddr: 0x1555C0, symSize: 0x20 }
+ - { offsetInCU: 0x7B2, offset: 0x146DC0, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsSSRszAA9LogSymbol_pRs_rlE8categoryAA6LoggerV10CategoriesVSgvg', symObjAddr: 0x40, symBinAddr: 0x155000, symSize: 0x120 }
+ - { offsetInCU: 0x81D, offset: 0x146E2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8externalAEvau', symObjAddr: 0x160, symBinAddr: 0x155120, symSize: 0x10 }
+ - { offsetInCU: 0x83B, offset: 0x146E49, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvau', symObjAddr: 0x170, symBinAddr: 0x155130, symSize: 0x10 }
+ - { offsetInCU: 0x866, offset: 0x146E74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7maskingACSS_AA9LogSymbol_pSgtcfC', symObjAddr: 0x180, symBinAddr: 0x155140, symSize: 0x10 }
+ - { offsetInCU: 0x882, offset: 0x146E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7contentACSS_AA9LogSymbol_pSgtcfC', symObjAddr: 0x190, symBinAddr: 0x155150, symSize: 0x50 }
+ - { offsetInCU: 0x89E, offset: 0x146EAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x2960, symBinAddr: 0x157920, symSize: 0x10 }
+ - { offsetInCU: 0x8CB, offset: 0x146ED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvg', symObjAddr: 0x2970, symBinAddr: 0x157930, symSize: 0x20 }
+ - { offsetInCU: 0x8E7, offset: 0x146EF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvs', symObjAddr: 0x2990, symBinAddr: 0x157950, symSize: 0x30 }
+ - { offsetInCU: 0x903, offset: 0x146F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvM', symObjAddr: 0x29C0, symBinAddr: 0x157980, symSize: 0x10 }
+ - { offsetInCU: 0x91F, offset: 0x146F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV6symbolSSSgvM.resume.0', symObjAddr: 0x29D0, symBinAddr: 0x157990, symSize: 0x10 }
+ - { offsetInCU: 0x93B, offset: 0x146F49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV13wrappedSymbolSSSgvg', symObjAddr: 0x29E0, symBinAddr: 0x1579A0, symSize: 0x20 }
+ - { offsetInCU: 0x95A, offset: 0x146F68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvg', symObjAddr: 0x2A00, symBinAddr: 0x1579C0, symSize: 0x20 }
+ - { offsetInCU: 0x96E, offset: 0x146F7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvs', symObjAddr: 0x2A20, symBinAddr: 0x1579E0, symSize: 0x30 }
+ - { offsetInCU: 0x98A, offset: 0x146F98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvM', symObjAddr: 0x2A50, symBinAddr: 0x157A10, symSize: 0x20 }
+ - { offsetInCU: 0x9A6, offset: 0x146FB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV12maskedSymbolSSSgvM.resume.0', symObjAddr: 0x2A70, symBinAddr: 0x157A30, symSize: 0x10 }
+ - { offsetInCU: 0x9C2, offset: 0x146FD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x2A80, symBinAddr: 0x157A40, symSize: 0x10 }
+ - { offsetInCU: 0x9FE, offset: 0x14700C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x2A90, symBinAddr: 0x157A50, symSize: 0x30 }
+ - { offsetInCU: 0xA40, offset: 0x14704E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2AC0, symBinAddr: 0x157A80, symSize: 0x30 }
+ - { offsetInCU: 0xA73, offset: 0x147081, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7maskingACSS_AA9LogSymbol_pSgtcfCTf4nnd_n', symObjAddr: 0x32E0, symBinAddr: 0x158230, symSize: 0x1C0 }
+ - { offsetInCU: 0xC2C, offset: 0x14723A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableV_7contentACSS_AA9LogSymbol_pSgtcfCTf4gnd_n', symObjAddr: 0x34A0, symBinAddr: 0x1583F0, symSize: 0x140 }
+ - { offsetInCU: 0xD66, offset: 0x147374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultO13toLoggerLevelAA0I0V0J0OyF', symObjAddr: 0x1E0, symBinAddr: 0x1551A0, symSize: 0x40 }
+ - { offsetInCU: 0xD97, offset: 0x1473A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE9symbolKeySSvg', symObjAddr: 0x220, symBinAddr: 0x1551E0, symSize: 0x30 }
+ - { offsetInCU: 0xE42, offset: 0x147450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO8priorityAC8PriorityOvg', symObjAddr: 0x12B0, symBinAddr: 0x156270, symSize: 0x10 }
+ - { offsetInCU: 0xE6D, offset: 0x14747B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO8rawValueSSvg', symObjAddr: 0x12C0, symBinAddr: 0x156280, symSize: 0x50 }
+ - { offsetInCU: 0xEAA, offset: 0x1474B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatO6symbolSSSgvg', symObjAddr: 0x1310, symBinAddr: 0x1562D0, symSize: 0x210 }
+ - { offsetInCU: 0xF3A, offset: 0x147548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1520, symBinAddr: 0x1564E0, symSize: 0x20 }
+ - { offsetInCU: 0xF4E, offset: 0x14755C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1540, symBinAddr: 0x156500, symSize: 0x10 }
+ - { offsetInCU: 0xF97, offset: 0x1475A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV10DateFormatO_Tg5', symObjAddr: 0x280, symBinAddr: 0x155240, symSize: 0x90 }
+ - { offsetInCU: 0x10A9, offset: 0x1476B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO8priorityAC8PriorityOvg', symObjAddr: 0x620, symBinAddr: 0x1555E0, symSize: 0x10 }
+ - { offsetInCU: 0x10D4, offset: 0x1476E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO6symbolSSSgvg', symObjAddr: 0x630, symBinAddr: 0x1555F0, symSize: 0x20 }
+ - { offsetInCU: 0x10F1, offset: 0x1476FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x650, symBinAddr: 0x155610, symSize: 0x10 }
+ - { offsetInCU: 0x1105, offset: 0x147713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO6encode2toys7Encoder_p_tKF', symObjAddr: 0x660, symBinAddr: 0x155620, symSize: 0x130 }
+ - { offsetInCU: 0x1198, offset: 0x1477A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO1loiySbAE_AEtFZ', symObjAddr: 0x790, symBinAddr: 0x155750, symSize: 0x10 }
+ - { offsetInCU: 0x11C4, offset: 0x1477D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO2eeoiySbAE_AEtFZ', symObjAddr: 0x7A0, symBinAddr: 0x155760, symSize: 0x10 }
+ - { offsetInCU: 0x11F0, offset: 0x1477FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO8rawValueAESgSi_tcfC', symObjAddr: 0x7B0, symBinAddr: 0x155770, symSize: 0x20 }
+ - { offsetInCU: 0x1243, offset: 0x147851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x7D0, symBinAddr: 0x155790, symSize: 0x10 }
+ - { offsetInCU: 0x1298, offset: 0x1478A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x7E0, symBinAddr: 0x1557A0, symSize: 0x20 }
+ - { offsetInCU: 0x12C9, offset: 0x1478D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x800, symBinAddr: 0x1557C0, symSize: 0x10 }
+ - { offsetInCU: 0x12DD, offset: 0x1478EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x810, symBinAddr: 0x1557D0, symSize: 0x10 }
+ - { offsetInCU: 0x132F, offset: 0x14793D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL1loiySbx_xtFZTW', symObjAddr: 0x840, symBinAddr: 0x155800, symSize: 0x10 }
+ - { offsetInCU: 0x1387, offset: 0x147995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x880, symBinAddr: 0x155840, symSize: 0x20 }
+ - { offsetInCU: 0x13BF, offset: 0x1479CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x8A0, symBinAddr: 0x155860, symSize: 0x10 }
+ - { offsetInCU: 0x13E2, offset: 0x1479F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x35E0, symBinAddr: 0x158530, symSize: 0x220 }
+ - { offsetInCU: 0x154C, offset: 0x147B5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV5LevelO_Tg5', symObjAddr: 0x310, symBinAddr: 0x1552D0, symSize: 0x100 }
+ - { offsetInCU: 0x16B6, offset: 0x147CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8priorityAC8PriorityOvg', symObjAddr: 0x1770, symBinAddr: 0x156730, symSize: 0x10 }
+ - { offsetInCU: 0x16E1, offset: 0x147CEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO5valueSSvg', symObjAddr: 0x1780, symBinAddr: 0x156740, symSize: 0xA0 }
+ - { offsetInCU: 0x1720, offset: 0x147D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8rawValueSSvg', symObjAddr: 0x1820, symBinAddr: 0x1567E0, symSize: 0xA0 }
+ - { offsetInCU: 0x173F, offset: 0x147D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO6symbolSSSgvg', symObjAddr: 0x18C0, symBinAddr: 0x156880, symSize: 0xA0 }
+ - { offsetInCU: 0x17B8, offset: 0x147DC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetO8rawValueAESgSS_tcfC', symObjAddr: 0x1960, symBinAddr: 0x156920, symSize: 0x70 }
+ - { offsetInCU: 0x1802, offset: 0x147E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1B20, symBinAddr: 0x156AE0, symSize: 0x80 }
+ - { offsetInCU: 0x1843, offset: 0x147E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1BA0, symBinAddr: 0x156B60, symSize: 0x30 }
+ - { offsetInCU: 0x1857, offset: 0x147E65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1BD0, symBinAddr: 0x156B90, symSize: 0x10 }
+ - { offsetInCU: 0x186B, offset: 0x147E79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1BE0, symBinAddr: 0x156BA0, symSize: 0x10 }
+ - { offsetInCU: 0x1888, offset: 0x147E96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvgAA6LoggerV6TargetO_Tg5', symObjAddr: 0x410, symBinAddr: 0x1553D0, symSize: 0x110 }
+ - { offsetInCU: 0x19C1, offset: 0x147FCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE07wrappedE0SSSgvg', symObjAddr: 0x520, symBinAddr: 0x1554E0, symSize: 0x90 }
+ - { offsetInCU: 0x1A93, offset: 0x1480A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbolPAAE06maskedE0SSSgvg', symObjAddr: 0x5B0, symBinAddr: 0x155570, symSize: 0x10 }
+ - { offsetInCU: 0x1ABA, offset: 0x1480C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x820, symBinAddr: 0x1557E0, symSize: 0x10 }
+ - { offsetInCU: 0x1AD6, offset: 0x1480E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x830, symBinAddr: 0x1557F0, symSize: 0x10 }
+ - { offsetInCU: 0x1AF2, offset: 0x148100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3rawA2E3RawO_tcfC', symObjAddr: 0x8C0, symBinAddr: 0x155880, symSize: 0x20 }
+ - { offsetInCU: 0x1B1F, offset: 0x14812D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3apiAEvau', symObjAddr: 0x8F0, symBinAddr: 0x1558B0, symSize: 0x10 }
+ - { offsetInCU: 0x1B3D, offset: 0x14814B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6socketAEvau', symObjAddr: 0x910, symBinAddr: 0x1558D0, symSize: 0x10 }
+ - { offsetInCU: 0x1B5B, offset: 0x148169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10directCallAEvau', symObjAddr: 0x930, symBinAddr: 0x1558F0, symSize: 0x10 }
+ - { offsetInCU: 0x1B79, offset: 0x148187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4roomAEvau', symObjAddr: 0x950, symBinAddr: 0x155910, symSize: 0x10 }
+ - { offsetInCU: 0x1B97, offset: 0x1481A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8endpointAEvau', symObjAddr: 0x970, symBinAddr: 0x155930, symSize: 0x10 }
+ - { offsetInCU: 0x1BB5, offset: 0x1481C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4mainAEvau', symObjAddr: 0x990, symBinAddr: 0x155950, symSize: 0x10 }
+ - { offsetInCU: 0x1BD3, offset: 0x1481E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV6webrtcAEvau', symObjAddr: 0x9B0, symBinAddr: 0x155970, symSize: 0x10 }
+ - { offsetInCU: 0x1BF1, offset: 0x1481FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV17directCallManagerAEvau', symObjAddr: 0x9D0, symBinAddr: 0x155990, symSize: 0x10 }
+ - { offsetInCU: 0x1C0F, offset: 0x14821D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV11roomManagerAEvau', symObjAddr: 0x9F0, symBinAddr: 0x1559B0, symSize: 0x10 }
+ - { offsetInCU: 0x1C2D, offset: 0x14823B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV18participantManagerAEvau', symObjAddr: 0xA10, symBinAddr: 0x1559D0, symSize: 0x10 }
+ - { offsetInCU: 0x1C4B, offset: 0x148259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9statisticAEvau', symObjAddr: 0xA30, symBinAddr: 0x1559F0, symSize: 0x10 }
+ - { offsetInCU: 0x1C69, offset: 0x148277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV8sequenceAEvau', symObjAddr: 0xA50, symBinAddr: 0x155A10, symSize: 0x10 }
+ - { offsetInCU: 0x1C87, offset: 0x148295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV7pushKitAEvau', symObjAddr: 0xA70, symBinAddr: 0x155A30, symSize: 0x10 }
+ - { offsetInCU: 0x1CA5, offset: 0x1482B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV10remotePushAEvau', symObjAddr: 0xA90, symBinAddr: 0x155A50, symSize: 0x10 }
+ - { offsetInCU: 0x1CC3, offset: 0x1482D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV5videoAEvau', symObjAddr: 0xAB0, symBinAddr: 0x155A70, symSize: 0x10 }
+ - { offsetInCU: 0x1CE1, offset: 0x1482EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV9recordingAEvau', symObjAddr: 0xAD0, symBinAddr: 0x155A90, symSize: 0x10 }
+ - { offsetInCU: 0x1CFF, offset: 0x14830D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV4noneAEvau', symObjAddr: 0xAF0, symBinAddr: 0x155AB0, symSize: 0x10 }
+ - { offsetInCU: 0x1D1D, offset: 0x14832B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3all_WZ', symObjAddr: 0xB10, symBinAddr: 0x155AD0, symSize: 0x20 }
+ - { offsetInCU: 0x1D37, offset: 0x148345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3allAEvau', symObjAddr: 0xB30, symBinAddr: 0x155AF0, symSize: 0x30 }
+ - { offsetInCU: 0x1D5C, offset: 0x14836A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0xF70, symBinAddr: 0x155F30, symSize: 0x10 }
+ - { offsetInCU: 0x1DB0, offset: 0x1483BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueAGSgSi_tcfC', symObjAddr: 0x1190, symBinAddr: 0x156150, symSize: 0x10 }
+ - { offsetInCU: 0x1DC4, offset: 0x1483D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueSivg', symObjAddr: 0x11A0, symBinAddr: 0x156160, symSize: 0x10 }
+ - { offsetInCU: 0x1DFC, offset: 0x14840A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSYAASY8rawValuexSg0fH0Qz_tcfCTW', symObjAddr: 0x1280, symBinAddr: 0x156240, symSize: 0x20 }
+ - { offsetInCU: 0x1E2D, offset: 0x14843B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSYAASY8rawValue0fH0QzvgTW', symObjAddr: 0x12A0, symBinAddr: 0x156260, symSize: 0x10 }
+ - { offsetInCU: 0x1E49, offset: 0x148457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawO8rawValueAGSgSi_tcfCTf4nd_n', symObjAddr: 0x3970, symBinAddr: 0x158830, symSize: 0x20 }
+ - { offsetInCU: 0x1E89, offset: 0x148497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP07wrappedH0SSSgvgTW', symObjAddr: 0x1550, symBinAddr: 0x156510, symSize: 0x20 }
+ - { offsetInCU: 0x1EA5, offset: 0x1484B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOAA9LogSymbolA2aFP06maskedH0SSSgvgTW', symObjAddr: 0x1570, symBinAddr: 0x156530, symSize: 0x10 }
+ - { offsetInCU: 0x1ECD, offset: 0x1484DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO8priorityAC8PriorityOvg', symObjAddr: 0x1580, symBinAddr: 0x156540, symSize: 0x10 }
+ - { offsetInCU: 0x1EF8, offset: 0x148506, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO6symbolSSSgvg', symObjAddr: 0x1590, symBinAddr: 0x156550, symSize: 0x70 }
+ - { offsetInCU: 0x1F42, offset: 0x148550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionO13wrappedSymbolSSSgvg', symObjAddr: 0x1600, symBinAddr: 0x1565C0, symSize: 0x110 }
+ - { offsetInCU: 0x1F8C, offset: 0x14859A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x1710, symBinAddr: 0x1566D0, symSize: 0x20 }
+ - { offsetInCU: 0x1FA8, offset: 0x1485B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x1730, symBinAddr: 0x1566F0, symSize: 0x10 }
+ - { offsetInCU: 0x1FC4, offset: 0x1485D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x1740, symBinAddr: 0x156700, symSize: 0x20 }
+ - { offsetInCU: 0x1FE1, offset: 0x1485EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x1760, symBinAddr: 0x156720, symSize: 0x10 }
+ - { offsetInCU: 0x201E, offset: 0x14862C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x1BF0, symBinAddr: 0x156BB0, symSize: 0x10 }
+ - { offsetInCU: 0x203A, offset: 0x148648, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x1C00, symBinAddr: 0x156BC0, symSize: 0x10 }
+ - { offsetInCU: 0x2062, offset: 0x148670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO8priorityAC8PriorityOvg', symObjAddr: 0x1C10, symBinAddr: 0x156BD0, symSize: 0x10 }
+ - { offsetInCU: 0x208F, offset: 0x14869D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO6symbolSSSgvg', symObjAddr: 0x1C20, symBinAddr: 0x156BE0, symSize: 0x540 }
+ - { offsetInCU: 0x253C, offset: 0x148B4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagO13wrappedSymbolSSSgvg', symObjAddr: 0x2160, symBinAddr: 0x157120, symSize: 0x10 }
+ - { offsetInCU: 0x255B, offset: 0x148B69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP6symbolSSSgvgTW', symObjAddr: 0x2170, symBinAddr: 0x157130, symSize: 0x20 }
+ - { offsetInCU: 0x2577, offset: 0x148B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP8priorityAC8PriorityOvgTW', symObjAddr: 0x2190, symBinAddr: 0x157150, symSize: 0x10 }
+ - { offsetInCU: 0x25B3, offset: 0x148BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP07wrappedG0SSSgvgTW', symObjAddr: 0x21A0, symBinAddr: 0x157160, symSize: 0x20 }
+ - { offsetInCU: 0x2619, offset: 0x148C27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOAA9LogSymbolA2aFP06maskedG0SSSgvgTW', symObjAddr: 0x21C0, symBinAddr: 0x157180, symSize: 0x10 }
+ - { offsetInCU: 0x2635, offset: 0x148C43, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x21D0, symBinAddr: 0x157190, symSize: 0x10 }
+ - { offsetInCU: 0x2662, offset: 0x148C70, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE6symbolSSSgvg', symObjAddr: 0x21E0, symBinAddr: 0x1571A0, symSize: 0x20 }
+ - { offsetInCU: 0x26A1, offset: 0x148CAF, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE13wrappedSymbolSSSgvg', symObjAddr: 0x2200, symBinAddr: 0x1571C0, symSize: 0x20 }
+ - { offsetInCU: 0x26E1, offset: 0x148CEF, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9symbolKeySSvg', symObjAddr: 0x2220, symBinAddr: 0x1571E0, symSize: 0x20 }
+ - { offsetInCU: 0x2712, offset: 0x148D20, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE9separatorSSvgZ', symObjAddr: 0x2240, symBinAddr: 0x157200, symSize: 0x30 }
+ - { offsetInCU: 0x272E, offset: 0x148D3C, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP6symbolSSSgvgTW', symObjAddr: 0x2270, symBinAddr: 0x157230, symSize: 0x30 }
+ - { offsetInCU: 0x276C, offset: 0x148D7A, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x22A0, symBinAddr: 0x157260, symSize: 0x10 }
+ - { offsetInCU: 0x27A8, offset: 0x148DB6, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP07wrappedE0SSSgvgTW', symObjAddr: 0x22B0, symBinAddr: 0x157270, symSize: 0x30 }
+ - { offsetInCU: 0x2807, offset: 0x148E15, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCalls9LogSymbolA2aBP06maskedE0SSSgvgTW', symObjAddr: 0x22E0, symBinAddr: 0x1572A0, symSize: 0x10 }
+ - { offsetInCU: 0x2823, offset: 0x148E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x22F0, symBinAddr: 0x1572B0, symSize: 0x10 }
+ - { offsetInCU: 0x2850, offset: 0x148E5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6symbolSSSgvg', symObjAddr: 0x2300, symBinAddr: 0x1572C0, symSize: 0x50 }
+ - { offsetInCU: 0x286D, offset: 0x148E7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC13wrappedSymbolSSSgvg', symObjAddr: 0x2350, symBinAddr: 0x157310, symSize: 0xF0 }
+ - { offsetInCU: 0x2934, offset: 0x148F42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9symbolKeySSvg', symObjAddr: 0x2440, symBinAddr: 0x157400, symSize: 0x50 }
+ - { offsetInCU: 0x2983, offset: 0x148F91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP6symbolSSSgvgTW', symObjAddr: 0x2490, symBinAddr: 0x157450, symSize: 0x50 }
+ - { offsetInCU: 0x29B6, offset: 0x148FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x24E0, symBinAddr: 0x1574A0, symSize: 0x10 }
+ - { offsetInCU: 0x29D2, offset: 0x148FE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x24F0, symBinAddr: 0x1574B0, symSize: 0x20 }
+ - { offsetInCU: 0x29EE, offset: 0x148FFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2510, symBinAddr: 0x1574D0, symSize: 0x10 }
+ - { offsetInCU: 0x2A0A, offset: 0x149018, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsSSRszAA9LogSymbol_pRs_rlE5levelAA6LoggerV5LevelOSgvg', symObjAddr: 0x2520, symBinAddr: 0x1574E0, symSize: 0x120 }
+ - { offsetInCU: 0x2A81, offset: 0x14908F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO8priorityAA6LoggerV8PriorityOvg', symObjAddr: 0x2640, symBinAddr: 0x157600, symSize: 0x10 }
+ - { offsetInCU: 0x2AAE, offset: 0x1490BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO6symbolSSSgvg', symObjAddr: 0x2650, symBinAddr: 0x157610, symSize: 0xF0 }
+ - { offsetInCU: 0x2B1E, offset: 0x14912C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO13wrappedSymbolSSSgvg', symObjAddr: 0x2740, symBinAddr: 0x157700, symSize: 0xF0 }
+ - { offsetInCU: 0x2B81, offset: 0x14918F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedO12maskedSymbolSSSgvg', symObjAddr: 0x2830, symBinAddr: 0x1577F0, symSize: 0xF0 }
+ - { offsetInCU: 0x2BCA, offset: 0x1491D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP6symbolSSSgvgTW', symObjAddr: 0x2920, symBinAddr: 0x1578E0, symSize: 0x10 }
+ - { offsetInCU: 0x2BE6, offset: 0x1491F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP8priorityAA6LoggerV8PriorityOvgTW', symObjAddr: 0x2930, symBinAddr: 0x1578F0, symSize: 0x10 }
+ - { offsetInCU: 0x2C02, offset: 0x149210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP07wrappedF0SSSgvgTW', symObjAddr: 0x2940, symBinAddr: 0x157900, symSize: 0x10 }
+ - { offsetInCU: 0x2C1E, offset: 0x14922C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOAA9LogSymbolA2aDP06maskedF0SSSgvgTW', symObjAddr: 0x2950, symBinAddr: 0x157910, symSize: 0x10 }
+ - { offsetInCU: 0x2C51, offset: 0x14925F, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0x2AF0, symBinAddr: 0x157AB0, symSize: 0x60 }
+ - { offsetInCU: 0x2C93, offset: 0x1492A1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF13SendBirdCalls9SoundTypeO_Tg5', symObjAddr: 0x2B50, symBinAddr: 0x157B10, symSize: 0x50 }
+ - { offsetInCU: 0x2D29, offset: 0x149337, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo11CFStringRefa_Tg5', symObjAddr: 0x2BA0, symBinAddr: 0x157B60, symSize: 0x70 }
+ - { offsetInCU: 0x2D8B, offset: 0x149399, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x2C10, symBinAddr: 0x157BD0, symSize: 0x30 }
+ - { offsetInCU: 0x2E2B, offset: 0x149439, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlF13SendBirdCalls12WebRTCClientC10IdentifierO_Tg5', symObjAddr: 0x2C40, symBinAddr: 0x157C00, symSize: 0x80 }
+ - { offsetInCU: 0x2F07, offset: 0x149515, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo8NSObjectC_Tg5', symObjAddr: 0x2CC0, symBinAddr: 0x157C80, symSize: 0x30 }
+ - { offsetInCU: 0x2F34, offset: 0x149542, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0x2CF0, symBinAddr: 0x157CB0, symSize: 0xE0 }
+ - { offsetInCU: 0x2F73, offset: 0x149581, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF13SendBirdCalls9SoundTypeO_Tg5', symObjAddr: 0x2DD0, symBinAddr: 0x157D90, symSize: 0x90 }
+ - { offsetInCU: 0x2FB2, offset: 0x1495C0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo11CFStringRefa_Tg5', symObjAddr: 0x2E60, symBinAddr: 0x157E20, symSize: 0x130 }
+ - { offsetInCU: 0x2FE2, offset: 0x1495F0, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x2F90, symBinAddr: 0x157F50, symSize: 0xC0 }
+ - { offsetInCU: 0x300F, offset: 0x14961D, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlF13SendBirdCalls12WebRTCClientC10IdentifierO_Tg5', symObjAddr: 0x3050, symBinAddr: 0x158010, symSize: 0xD0 }
+ - { offsetInCU: 0x307A, offset: 0x149688, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo8NSObjectC_Tg5', symObjAddr: 0x3120, symBinAddr: 0x1580E0, symSize: 0x120 }
+ - { offsetInCU: 0x309F, offset: 0x1496AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOh', symObjAddr: 0x3240, symBinAddr: 0x158200, symSize: 0x30 }
+ - { offsetInCU: 0x30B3, offset: 0x1496C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOWOc', symObjAddr: 0x3990, symBinAddr: 0x158850, symSize: 0x30 }
+ - { offsetInCU: 0x30C7, offset: 0x1496D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOb', symObjAddr: 0x39C0, symBinAddr: 0x158880, symSize: 0x40 }
+ - { offsetInCU: 0x30DB, offset: 0x1496E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9LogSymbol_pSgWOc', symObjAddr: 0x3A00, symBinAddr: 0x1588C0, symSize: 0x40 }
+ - { offsetInCU: 0x30EF, offset: 0x1496FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOSHAASQWb', symObjAddr: 0x3A40, symBinAddr: 0x158900, symSize: 0x10 }
+ - { offsetInCU: 0x3103, offset: 0x149711, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOAESQAAWl', symObjAddr: 0x3A50, symBinAddr: 0x158910, symSize: 0x30 }
+ - { offsetInCU: 0x3117, offset: 0x149725, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSHAASQWb', symObjAddr: 0x3A80, symBinAddr: 0x158940, symSize: 0x10 }
+ - { offsetInCU: 0x312B, offset: 0x149739, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESQAAWl', symObjAddr: 0x3A90, symBinAddr: 0x158950, symSize: 0x30 }
+ - { offsetInCU: 0x313F, offset: 0x14974D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASQWb', symObjAddr: 0x3AC0, symBinAddr: 0x158980, symSize: 0x10 }
+ - { offsetInCU: 0x3153, offset: 0x149761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAASYWb', symObjAddr: 0x3AD0, symBinAddr: 0x158990, symSize: 0x10 }
+ - { offsetInCU: 0x3167, offset: 0x149775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAESYAAWl', symObjAddr: 0x3AE0, symBinAddr: 0x1589A0, symSize: 0x30 }
+ - { offsetInCU: 0x317B, offset: 0x149789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs9OptionSetAAs0G7AlgebraPWb', symObjAddr: 0x3B10, symBinAddr: 0x1589D0, symSize: 0x10 }
+ - { offsetInCU: 0x318F, offset: 0x14979D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAEs10SetAlgebraAAWl', symObjAddr: 0x3B20, symBinAddr: 0x1589E0, symSize: 0x30 }
+ - { offsetInCU: 0x31A3, offset: 0x1497B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAASQWb', symObjAddr: 0x3B50, symBinAddr: 0x158A10, symSize: 0x10 }
+ - { offsetInCU: 0x31B7, offset: 0x1497C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAESQAAWl', symObjAddr: 0x3B60, symBinAddr: 0x158A20, symSize: 0x30 }
+ - { offsetInCU: 0x31CB, offset: 0x1497D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAs25ExpressibleByArrayLiteralPWb', symObjAddr: 0x3B90, symBinAddr: 0x158A50, symSize: 0x10 }
+ - { offsetInCU: 0x31DF, offset: 0x1497ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVAEs25ExpressibleByArrayLiteralAAWl', symObjAddr: 0x3BA0, symBinAddr: 0x158A60, symSize: 0x30 }
+ - { offsetInCU: 0x31F3, offset: 0x149801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSHAASQWb', symObjAddr: 0x3BD0, symBinAddr: 0x158A90, symSize: 0x10 }
+ - { offsetInCU: 0x3207, offset: 0x149815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOAGSQAAWl', symObjAddr: 0x3BE0, symBinAddr: 0x158AA0, symSize: 0x30 }
+ - { offsetInCU: 0x321B, offset: 0x149829, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASQWb', symObjAddr: 0x3C10, symBinAddr: 0x158AD0, symSize: 0x10 }
+ - { offsetInCU: 0x322F, offset: 0x14983D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOAESQAAWl', symObjAddr: 0x3C20, symBinAddr: 0x158AE0, symSize: 0x30 }
+ - { offsetInCU: 0x3243, offset: 0x149851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwet', symObjAddr: 0x3CB0, symBinAddr: 0x158B50, symSize: 0x80 }
+ - { offsetInCU: 0x3257, offset: 0x149865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwst', symObjAddr: 0x3D30, symBinAddr: 0x158BD0, symSize: 0xD0 }
+ - { offsetInCU: 0x326B, offset: 0x149879, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOwup', symObjAddr: 0x3E00, symBinAddr: 0x158CA0, symSize: 0x10 }
+ - { offsetInCU: 0x327F, offset: 0x14988D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8PriorityOMa', symObjAddr: 0x3E10, symBinAddr: 0x158CB0, symSize: 0x10 }
+ - { offsetInCU: 0x3293, offset: 0x1498A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwet', symObjAddr: 0x3E20, symBinAddr: 0x158CC0, symSize: 0x80 }
+ - { offsetInCU: 0x32A7, offset: 0x1498B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwst', symObjAddr: 0x3EA0, symBinAddr: 0x158D40, symSize: 0xD0 }
+ - { offsetInCU: 0x32BB, offset: 0x1498C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOwup', symObjAddr: 0x3F70, symBinAddr: 0x158E10, symSize: 0x10 }
+ - { offsetInCU: 0x32CF, offset: 0x1498DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOMa', symObjAddr: 0x3F80, symBinAddr: 0x158E20, symSize: 0x10 }
+ - { offsetInCU: 0x32E3, offset: 0x1498F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVMa', symObjAddr: 0x3F90, symBinAddr: 0x158E30, symSize: 0x10 }
+ - { offsetInCU: 0x32F7, offset: 0x149905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwet', symObjAddr: 0x3FA0, symBinAddr: 0x158E40, symSize: 0x80 }
+ - { offsetInCU: 0x330B, offset: 0x149919, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwst', symObjAddr: 0x4020, symBinAddr: 0x158EC0, symSize: 0xD0 }
+ - { offsetInCU: 0x331F, offset: 0x14992D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwug', symObjAddr: 0x40F0, symBinAddr: 0x158F90, symSize: 0x10 }
+ - { offsetInCU: 0x3333, offset: 0x149941, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwup', symObjAddr: 0x4100, symBinAddr: 0x158FA0, symSize: 0x10 }
+ - { offsetInCU: 0x3347, offset: 0x149955, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOwui', symObjAddr: 0x4110, symBinAddr: 0x158FB0, symSize: 0x10 }
+ - { offsetInCU: 0x335B, offset: 0x149969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOMa', symObjAddr: 0x4120, symBinAddr: 0x158FC0, symSize: 0x10 }
+ - { offsetInCU: 0x336F, offset: 0x14997D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwCP', symObjAddr: 0x4130, symBinAddr: 0x158FD0, symSize: 0x30 }
+ - { offsetInCU: 0x3383, offset: 0x149991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwxx', symObjAddr: 0x4160, symBinAddr: 0x159000, symSize: 0x10 }
+ - { offsetInCU: 0x3397, offset: 0x1499A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwcp', symObjAddr: 0x4170, symBinAddr: 0x159010, symSize: 0x30 }
+ - { offsetInCU: 0x33AB, offset: 0x1499B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwca', symObjAddr: 0x41A0, symBinAddr: 0x159040, symSize: 0x40 }
+ - { offsetInCU: 0x33BF, offset: 0x1499CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwta', symObjAddr: 0x41F0, symBinAddr: 0x159080, symSize: 0x30 }
+ - { offsetInCU: 0x33D3, offset: 0x1499E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwet', symObjAddr: 0x4220, symBinAddr: 0x1590B0, symSize: 0x40 }
+ - { offsetInCU: 0x33E7, offset: 0x1499F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwst', symObjAddr: 0x4260, symBinAddr: 0x1590F0, symSize: 0x40 }
+ - { offsetInCU: 0x33FB, offset: 0x149A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwug', symObjAddr: 0x42A0, symBinAddr: 0x159130, symSize: 0x20 }
+ - { offsetInCU: 0x340F, offset: 0x149A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwup', symObjAddr: 0x42C0, symBinAddr: 0x159150, symSize: 0x10 }
+ - { offsetInCU: 0x3423, offset: 0x149A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOwui', symObjAddr: 0x42D0, symBinAddr: 0x159160, symSize: 0x30 }
+ - { offsetInCU: 0x3437, offset: 0x149A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10DateFormatOMa', symObjAddr: 0x4300, symBinAddr: 0x159190, symSize: 0x10 }
+ - { offsetInCU: 0x344B, offset: 0x149A59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwCP', symObjAddr: 0x4310, symBinAddr: 0x1591A0, symSize: 0x40 }
+ - { offsetInCU: 0x345F, offset: 0x149A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOWOy', symObjAddr: 0x4350, symBinAddr: 0x1591E0, symSize: 0x20 }
+ - { offsetInCU: 0x3473, offset: 0x149A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwxx', symObjAddr: 0x4370, symBinAddr: 0x159200, symSize: 0x20 }
+ - { offsetInCU: 0x3487, offset: 0x149A95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOWOe', symObjAddr: 0x4390, symBinAddr: 0x159220, symSize: 0x20 }
+ - { offsetInCU: 0x349B, offset: 0x149AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwcp', symObjAddr: 0x43B0, symBinAddr: 0x159240, symSize: 0x40 }
+ - { offsetInCU: 0x34AF, offset: 0x149ABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwca', symObjAddr: 0x43F0, symBinAddr: 0x159280, symSize: 0x50 }
+ - { offsetInCU: 0x34C3, offset: 0x149AD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwta', symObjAddr: 0x4460, symBinAddr: 0x1592D0, symSize: 0x40 }
+ - { offsetInCU: 0x34D7, offset: 0x149AE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwet', symObjAddr: 0x44A0, symBinAddr: 0x159310, symSize: 0x50 }
+ - { offsetInCU: 0x34EB, offset: 0x149AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwst', symObjAddr: 0x44F0, symBinAddr: 0x159360, symSize: 0x50 }
+ - { offsetInCU: 0x34FF, offset: 0x149B0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwug', symObjAddr: 0x4540, symBinAddr: 0x1593B0, symSize: 0x10 }
+ - { offsetInCU: 0x3513, offset: 0x149B21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwup', symObjAddr: 0x4550, symBinAddr: 0x1593C0, symSize: 0x10 }
+ - { offsetInCU: 0x3527, offset: 0x149B35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOwui', symObjAddr: 0x4560, symBinAddr: 0x1593D0, symSize: 0x10 }
+ - { offsetInCU: 0x353B, offset: 0x149B49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10ExpressionOMa', symObjAddr: 0x4570, symBinAddr: 0x1593E0, symSize: 0x10 }
+ - { offsetInCU: 0x354F, offset: 0x149B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwet', symObjAddr: 0x4580, symBinAddr: 0x1593F0, symSize: 0x80 }
+ - { offsetInCU: 0x3563, offset: 0x149B71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwst', symObjAddr: 0x4600, symBinAddr: 0x159470, symSize: 0xD0 }
+ - { offsetInCU: 0x3577, offset: 0x149B85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOwup', symObjAddr: 0x46D0, symBinAddr: 0x159540, symSize: 0x10 }
+ - { offsetInCU: 0x358B, offset: 0x149B99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOMa', symObjAddr: 0x46E0, symBinAddr: 0x159550, symSize: 0x10 }
+ - { offsetInCU: 0x359F, offset: 0x149BAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwCP', symObjAddr: 0x46F0, symBinAddr: 0x159560, symSize: 0x30 }
+ - { offsetInCU: 0x35B3, offset: 0x149BC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOWOy', symObjAddr: 0x4720, symBinAddr: 0x159590, symSize: 0x20 }
+ - { offsetInCU: 0x35C7, offset: 0x149BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwxx', symObjAddr: 0x4740, symBinAddr: 0x1595B0, symSize: 0x20 }
+ - { offsetInCU: 0x35DB, offset: 0x149BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOWOe', symObjAddr: 0x4760, symBinAddr: 0x1595D0, symSize: 0x20 }
+ - { offsetInCU: 0x35EF, offset: 0x149BFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwcp', symObjAddr: 0x4780, symBinAddr: 0x1595F0, symSize: 0x60 }
+ - { offsetInCU: 0x3603, offset: 0x149C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwca', symObjAddr: 0x47E0, symBinAddr: 0x159650, symSize: 0x70 }
+ - { offsetInCU: 0x3617, offset: 0x149C25, size: 0x8, addend: 0x0, symName: ___swift_memcpy25_8, symObjAddr: 0x4850, symBinAddr: 0x1596C0, symSize: 0x20 }
+ - { offsetInCU: 0x362B, offset: 0x149C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwta', symObjAddr: 0x4870, symBinAddr: 0x1596E0, symSize: 0x40 }
+ - { offsetInCU: 0x363F, offset: 0x149C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwet', symObjAddr: 0x48B0, symBinAddr: 0x159720, symSize: 0x50 }
+ - { offsetInCU: 0x3653, offset: 0x149C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwst', symObjAddr: 0x4900, symBinAddr: 0x159770, symSize: 0x50 }
+ - { offsetInCU: 0x3667, offset: 0x149C75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwug', symObjAddr: 0x4950, symBinAddr: 0x1597C0, symSize: 0x20 }
+ - { offsetInCU: 0x367B, offset: 0x149C89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwup', symObjAddr: 0x4970, symBinAddr: 0x1597E0, symSize: 0x10 }
+ - { offsetInCU: 0x368F, offset: 0x149C9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOwui', symObjAddr: 0x4980, symBinAddr: 0x1597F0, symSize: 0x20 }
+ - { offsetInCU: 0x36A3, offset: 0x149CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3TagOMa', symObjAddr: 0x49A0, symBinAddr: 0x159810, symSize: 0x10 }
+ - { offsetInCU: 0x36B7, offset: 0x149CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwxx', symObjAddr: 0x49B0, symBinAddr: 0x159820, symSize: 0x40 }
+ - { offsetInCU: 0x36CB, offset: 0x149CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwcp', symObjAddr: 0x49F0, symBinAddr: 0x159860, symSize: 0x90 }
+ - { offsetInCU: 0x36DF, offset: 0x149CED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwca', symObjAddr: 0x4A80, symBinAddr: 0x1598F0, symSize: 0xE0 }
+ - { offsetInCU: 0x36F3, offset: 0x149D01, size: 0x8, addend: 0x0, symName: ___swift_memcpy80_8, symObjAddr: 0x4C90, symBinAddr: 0x1599D0, symSize: 0x30 }
+ - { offsetInCU: 0x3707, offset: 0x149D15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwta', symObjAddr: 0x4CC0, symBinAddr: 0x159A00, symSize: 0x80 }
+ - { offsetInCU: 0x371B, offset: 0x149D29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwet', symObjAddr: 0x4D40, symBinAddr: 0x159A80, symSize: 0x50 }
+ - { offsetInCU: 0x372F, offset: 0x149D3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwst', symObjAddr: 0x4D90, symBinAddr: 0x159AD0, symSize: 0x60 }
+ - { offsetInCU: 0x3743, offset: 0x149D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwug', symObjAddr: 0x4DF0, symBinAddr: 0x159B30, symSize: 0x10 }
+ - { offsetInCU: 0x3757, offset: 0x149D65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwup', symObjAddr: 0x4E00, symBinAddr: 0x159B40, symSize: 0x10 }
+ - { offsetInCU: 0x376B, offset: 0x149D79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOwui', symObjAddr: 0x4E10, symBinAddr: 0x159B50, symSize: 0x10 }
+ - { offsetInCU: 0x377F, offset: 0x149D8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6MaskedOMa', symObjAddr: 0x4E20, symBinAddr: 0x159B60, symSize: 0x10 }
+ - { offsetInCU: 0x3793, offset: 0x149DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwxx', symObjAddr: 0x4E30, symBinAddr: 0x159B70, symSize: 0x30 }
+ - { offsetInCU: 0x37A7, offset: 0x149DB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwcp', symObjAddr: 0x4E60, symBinAddr: 0x159BA0, symSize: 0x40 }
+ - { offsetInCU: 0x37BB, offset: 0x149DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwca', symObjAddr: 0x4EA0, symBinAddr: 0x159BE0, symSize: 0x60 }
+ - { offsetInCU: 0x37CF, offset: 0x149DDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwta', symObjAddr: 0x4F20, symBinAddr: 0x159C40, symSize: 0x50 }
+ - { offsetInCU: 0x37E3, offset: 0x149DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwet', symObjAddr: 0x4F70, symBinAddr: 0x159C90, symSize: 0x50 }
+ - { offsetInCU: 0x37F7, offset: 0x149E05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVwst', symObjAddr: 0x4FC0, symBinAddr: 0x159CE0, symSize: 0x50 }
+ - { offsetInCU: 0x380B, offset: 0x149E19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8VariableVMa', symObjAddr: 0x5010, symBinAddr: 0x159D30, symSize: 0x10 }
+ - { offsetInCU: 0x381F, offset: 0x149E2D, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0x5050, symBinAddr: 0x159D40, symSize: 0x30 }
+ - { offsetInCU: 0x3833, offset: 0x149E41, size: 0x8, addend: 0x0, symName: '_$sSo11CFStringRefaAB14CoreFoundation9_CFObjectSCWl', symObjAddr: 0x50B0, symBinAddr: 0x159D70, symSize: 0x40 }
+ - { offsetInCU: 0x38BD, offset: 0x149ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x850, symBinAddr: 0x155810, symSize: 0x10 }
+ - { offsetInCU: 0x3931, offset: 0x149F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x155820, symSize: 0x10 }
+ - { offsetInCU: 0x39A5, offset: 0x149FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOSLAASL1goiySbx_xtFZTW', symObjAddr: 0x870, symBinAddr: 0x155830, symSize: 0x10 }
+ - { offsetInCU: 0x3A0A, offset: 0x14A018, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFPxycfCTW', symObjAddr: 0xFA0, symBinAddr: 0x155F60, symSize: 0x10 }
+ - { offsetInCU: 0x3A53, offset: 0x14A061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP5unionyxxnFTW', symObjAddr: 0xFB0, symBinAddr: 0x155F70, symSize: 0x10 }
+ - { offsetInCU: 0x3AF0, offset: 0x14A0FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP12intersectionyxxFTW', symObjAddr: 0xFC0, symBinAddr: 0x155F80, symSize: 0x10 }
+ - { offsetInCU: 0x3B85, offset: 0x14A193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP19symmetricDifferenceyxxnFTW', symObjAddr: 0xFD0, symBinAddr: 0x155F90, symSize: 0x10 }
+ - { offsetInCU: 0x3C31, offset: 0x14A23F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6insertySb8inserted_7ElementQz17memberAfterInserttAKnFTW', symObjAddr: 0xFE0, symBinAddr: 0x155FA0, symSize: 0x30 }
+ - { offsetInCU: 0x3D94, offset: 0x14A3A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6removey7ElementQzSgAJFTW', symObjAddr: 0x1010, symBinAddr: 0x155FD0, symSize: 0x30 }
+ - { offsetInCU: 0x3E91, offset: 0x14A49F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP6update4with7ElementQzSgAKn_tFTW', symObjAddr: 0x1040, symBinAddr: 0x156000, symSize: 0x30 }
+ - { offsetInCU: 0x3F7D, offset: 0x14A58B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP9formUnionyyxnFTW', symObjAddr: 0x1070, symBinAddr: 0x156030, symSize: 0x10 }
+ - { offsetInCU: 0x3FBB, offset: 0x14A5C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP16formIntersectionyyxFTW', symObjAddr: 0x1080, symBinAddr: 0x156040, symSize: 0x10 }
+ - { offsetInCU: 0x3FF9, offset: 0x14A607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP23formSymmetricDifferenceyyxnFTW', symObjAddr: 0x1090, symBinAddr: 0x156050, symSize: 0x10 }
+ - { offsetInCU: 0x4046, offset: 0x14A654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP11subtractingyxxFTW', symObjAddr: 0x10A0, symBinAddr: 0x156060, symSize: 0x20 }
+ - { offsetInCU: 0x40EF, offset: 0x14A6FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP8isSubset2ofSbx_tFTW', symObjAddr: 0x10C0, symBinAddr: 0x156080, symSize: 0x20 }
+ - { offsetInCU: 0x4166, offset: 0x14A774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP10isDisjoint4withSbx_tFTW', symObjAddr: 0x10E0, symBinAddr: 0x1560A0, symSize: 0x10 }
+ - { offsetInCU: 0x421E, offset: 0x14A82C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP10isSuperset2ofSbx_tFTW', symObjAddr: 0x10F0, symBinAddr: 0x1560B0, symSize: 0x20 }
+ - { offsetInCU: 0x42B8, offset: 0x14A8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP7isEmptySbvgTW', symObjAddr: 0x1110, symBinAddr: 0x1560D0, symSize: 0x10 }
+ - { offsetInCU: 0x4320, offset: 0x14A92E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFPyxqd__ncSTRd__7ElementQyd__AHRtzlufCTW', symObjAddr: 0x1120, symBinAddr: 0x1560E0, symSize: 0x20 }
+ - { offsetInCU: 0x433C, offset: 0x14A94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs10SetAlgebraAAsAFP8subtractyyxFTW', symObjAddr: 0x1140, symBinAddr: 0x156100, symSize: 0x10 }
+ - { offsetInCU: 0x43B8, offset: 0x14A9C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1150, symBinAddr: 0x156110, symSize: 0x10 }
+ - { offsetInCU: 0x4405, offset: 0x14AA13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesVs25ExpressibleByArrayLiteralAAsAFP05arrayI0x0hI7ElementQzd_tcfCTW', symObjAddr: 0x1160, symBinAddr: 0x156120, symSize: 0x30 }
+ - { offsetInCU: 0x4445, offset: 0x14AA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x11B0, symBinAddr: 0x156170, symSize: 0x10 }
+ - { offsetInCU: 0x449A, offset: 0x14AAA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10CategoriesV3RawOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1210, symBinAddr: 0x1561D0, symSize: 0x20 }
+ - { offsetInCU: 0x451F, offset: 0x14AB2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x19D0, symBinAddr: 0x156990, symSize: 0x80 }
+ - { offsetInCU: 0x45EE, offset: 0x14ABFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH9hashValueSivgTW', symObjAddr: 0x1A50, symBinAddr: 0x156A10, symSize: 0x50 }
+ - { offsetInCU: 0x466C, offset: 0x14AC7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AA0, symBinAddr: 0x156A60, symSize: 0x30 }
+ - { offsetInCU: 0x46BE, offset: 0x14ACCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6TargetOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1AD0, symBinAddr: 0x156A90, symSize: 0x50 }
+ - { offsetInCU: 0x4B, offset: 0x14B12F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x159EE0, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x14B14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x20, symBinAddr: 0x159F00, symSize: 0xC0 }
+ - { offsetInCU: 0xBD, offset: 0x14B1A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateC9stopTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0xE0, symBinAddr: 0x159FC0, symSize: 0x50 }
+ - { offsetInCU: 0xFC, offset: 0x14B1E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCACycfc', symObjAddr: 0x1E0, symBinAddr: 0x15A0C0, symSize: 0x10 }
+ - { offsetInCU: 0x129, offset: 0x14B20D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCfd', symObjAddr: 0x1F0, symBinAddr: 0x15A0D0, symSize: 0x10 }
+ - { offsetInCU: 0x156, offset: 0x14B23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCfD', symObjAddr: 0x200, symBinAddr: 0x15A0E0, symSize: 0x20 }
+ - { offsetInCU: 0x184, offset: 0x14B268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12ClosingStateCMa', symObjAddr: 0x250, symBinAddr: 0x15A100, symSize: 0x14 }
+ - { offsetInCU: 0x4B, offset: 0x14B473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x15A120, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x14B491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x20, symBinAddr: 0x15A140, symSize: 0x130 }
+ - { offsetInCU: 0xBD, offset: 0x14B4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x150, symBinAddr: 0x15A270, symSize: 0xC0 }
+ - { offsetInCU: 0xFB, offset: 0x14B523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x210, symBinAddr: 0x15A330, symSize: 0x1A0 }
+ - { offsetInCU: 0x243, offset: 0x14B66B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC6accept7context6paramsyAA17DirectCallContext_p_AA12AcceptParamsCtF', symObjAddr: 0x3B0, symBinAddr: 0x15A4D0, symSize: 0x150 }
+ - { offsetInCU: 0x2BC, offset: 0x14B6E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateC20didOtherDeviceAccept7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x500, symBinAddr: 0x15A620, symSize: 0xA0 }
+ - { offsetInCU: 0x325, offset: 0x14B74D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCACycfc', symObjAddr: 0x820, symBinAddr: 0x15A940, symSize: 0x10 }
+ - { offsetInCU: 0x352, offset: 0x14B77A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCfd', symObjAddr: 0x830, symBinAddr: 0x15A950, symSize: 0x10 }
+ - { offsetInCU: 0x37F, offset: 0x14B7A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCfD', symObjAddr: 0x840, symBinAddr: 0x15A960, symSize: 0x20 }
+ - { offsetInCU: 0x44D, offset: 0x14B875, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x890, symBinAddr: 0x15A980, symSize: 0x20 }
+ - { offsetInCU: 0x461, offset: 0x14B889, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x8B0, symBinAddr: 0x15A9A0, symSize: 0x10 }
+ - { offsetInCU: 0x475, offset: 0x14B89D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12RingingStateCMa', symObjAddr: 0x8C0, symBinAddr: 0x15A9B0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x14BB36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x15A9F0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x14BB5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x15A9F0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x14BB6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3sdpSSSgvg', symObjAddr: 0x10, symBinAddr: 0x15AA00, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x14BB8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC16peerConnectionIdSSSgvg', symObjAddr: 0x40, symBinAddr: 0x15AA30, symSize: 0x30 }
+ - { offsetInCU: 0x8F, offset: 0x14BB9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC18sessionDescriptionSo010RTCSessionH0CSgvg', symObjAddr: 0x70, symBinAddr: 0x15AA60, symSize: 0x80 }
+ - { offsetInCU: 0xDE, offset: 0x14BBED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xF0, symBinAddr: 0x15AAE0, symSize: 0x40 }
+ - { offsetInCU: 0x103, offset: 0x14BC12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x130, symBinAddr: 0x15AB20, symSize: 0x420 }
+ - { offsetInCU: 0x24D, offset: 0x14BD5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_SSSgAlA0F5TypesO10DirectCallOS2SAA08DeliveryQ0VtcfC', symObjAddr: 0x6E0, symBinAddr: 0x15AF60, symSize: 0xE0 }
+ - { offsetInCU: 0x2CE, offset: 0x14BDDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC3seq3sdp16peerConnectionId11commandType07messageK004callK012deliveryInfoACSiSg_SSSgAlA0F5TypesO10DirectCallOS2SAA08DeliveryQ0Vtcfc', symObjAddr: 0x7C0, symBinAddr: 0x15B040, symSize: 0xA0 }
+ - { offsetInCU: 0x3A6, offset: 0x14BEB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x860, symBinAddr: 0x15B0E0, symSize: 0x30 }
+ - { offsetInCU: 0x405, offset: 0x14BF14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x890, symBinAddr: 0x15B110, symSize: 0x30 }
+ - { offsetInCU: 0x462, offset: 0x14BF71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfd', symObjAddr: 0x8E0, symBinAddr: 0x15B160, symSize: 0x40 }
+ - { offsetInCU: 0x4B3, offset: 0x14BFC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfD', symObjAddr: 0x940, symBinAddr: 0x15B1A0, symSize: 0x50 }
+ - { offsetInCU: 0x51B, offset: 0x14C02A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x990, symBinAddr: 0x15B1F0, symSize: 0x20 }
+ - { offsetInCU: 0x55C, offset: 0x14C06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x9B0, symBinAddr: 0x15B210, symSize: 0x30 }
+ - { offsetInCU: 0x5BC, offset: 0x14C0CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCMa', symObjAddr: 0x620, symBinAddr: 0x15AF40, symSize: 0x20 }
+ - { offsetInCU: 0x68D, offset: 0x14C19C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AnswerEventCommandCfE', symObjAddr: 0x8C0, symBinAddr: 0x15B140, symSize: 0x20 }
+ - { offsetInCU: 0xBE, offset: 0x14C505, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO2eeoiySbAE_AEtFZ', symObjAddr: 0x100, symBinAddr: 0x15B390, symSize: 0x10 }
+ - { offsetInCU: 0xE6, offset: 0x14C52D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO4hash4intoys6HasherVz_tF', symObjAddr: 0x110, symBinAddr: 0x15B3A0, symSize: 0x20 }
+ - { offsetInCU: 0x17C, offset: 0x14C5C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryO9hashValueSivg', symObjAddr: 0x130, symBinAddr: 0x15B3C0, symSize: 0x40 }
+ - { offsetInCU: 0x277, offset: 0x14C6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x170, symBinAddr: 0x15B400, symSize: 0x10 }
+ - { offsetInCU: 0x2CD, offset: 0x14C714, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH9hashValueSivgTW', symObjAddr: 0x180, symBinAddr: 0x15B410, symSize: 0x40 }
+ - { offsetInCU: 0x3B1, offset: 0x14C7F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1C0, symBinAddr: 0x15B450, symSize: 0x20 }
+ - { offsetInCU: 0x424, offset: 0x14C86B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8category7onBoard7expiredACSd_AC8CategoryOAA07SBTimerK8Delegate_pSgyAA0N0CctcfC', symObjAddr: 0x0, symBinAddr: 0x15B290, symSize: 0x100 }
+ - { offsetInCU: 0x49D, offset: 0x14C8E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvg', symObjAddr: 0x220, symBinAddr: 0x15B4B0, symSize: 0x30 }
+ - { offsetInCU: 0x4CA, offset: 0x14C911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvs', symObjAddr: 0x250, symBinAddr: 0x15B4E0, symSize: 0x40 }
+ - { offsetInCU: 0x503, offset: 0x14C94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvM', symObjAddr: 0x290, symBinAddr: 0x15B520, symSize: 0x40 }
+ - { offsetInCU: 0x532, offset: 0x14C979, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8categoryAC8CategoryOvM.resume.0', symObjAddr: 0x2D0, symBinAddr: 0x15B560, symSize: 0x10 }
+ - { offsetInCU: 0x55D, offset: 0x14C9A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8category7onBoard7expiredACSd_AC8CategoryOAA07SBTimerK8Delegate_pSgyAA0N0Cctcfc', symObjAddr: 0x2E0, symBinAddr: 0x15B570, symSize: 0x100 }
+ - { offsetInCU: 0x626, offset: 0x14CA6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA07SBTimerL8Delegate_pSgSSSbyAA0P0CctcfC', symObjAddr: 0x3E0, symBinAddr: 0x15B670, symSize: 0x30 }
+ - { offsetInCU: 0x685, offset: 0x14CACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC12timeInterval8userInfo7onBoard10identifier7repeats7expiredACSd_SDySSypGSgAA07SBTimerL8Delegate_pSgSSSbyAA0P0Cctcfc', symObjAddr: 0x410, symBinAddr: 0x15B6A0, symSize: 0x30 }
+ - { offsetInCU: 0x6EE, offset: 0x14CB35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerCfD', symObjAddr: 0x440, symBinAddr: 0x15B6D0, symSize: 0x30 }
+ - { offsetInCU: 0x74E, offset: 0x14CB95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerCMa', symObjAddr: 0x470, symBinAddr: 0x15B700, symSize: 0x20 }
+ - { offsetInCU: 0x762, offset: 0x14CBA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASQWb', symObjAddr: 0x490, symBinAddr: 0x15B720, symSize: 0x10 }
+ - { offsetInCU: 0x776, offset: 0x14CBBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOAESQAAWl', symObjAddr: 0x4A0, symBinAddr: 0x15B730, symSize: 0x30 }
+ - { offsetInCU: 0x78A, offset: 0x14CBD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwet', symObjAddr: 0x610, symBinAddr: 0x15B880, symSize: 0x80 }
+ - { offsetInCU: 0x79E, offset: 0x14CBE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwst', symObjAddr: 0x690, symBinAddr: 0x15B900, symSize: 0xD0 }
+ - { offsetInCU: 0x7B2, offset: 0x14CBF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwug', symObjAddr: 0x760, symBinAddr: 0x15B9D0, symSize: 0x10 }
+ - { offsetInCU: 0x7C6, offset: 0x14CC0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwup', symObjAddr: 0x770, symBinAddr: 0x15B9E0, symSize: 0x10 }
+ - { offsetInCU: 0x7DA, offset: 0x14CC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOwui', symObjAddr: 0x780, symBinAddr: 0x15B9F0, symSize: 0x10 }
+ - { offsetInCU: 0x7EE, offset: 0x14CC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOMa', symObjAddr: 0x790, symBinAddr: 0x15BA00, symSize: 0xA }
+ - { offsetInCU: 0x85A, offset: 0x14CCA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15DirectCallTimerC8CategoryOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x15B470, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x14CF91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfo5tokenAcA0dhI0V_SSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x15BA10, symSize: 0x50 }
+ - { offsetInCU: 0x67, offset: 0x14CFAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x50, symBinAddr: 0x15BA60, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x14CFC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x60, symBinAddr: 0x15BA70, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x14CFDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV7headersSayAA0F6HeaderOGvg', symObjAddr: 0x70, symBinAddr: 0x15BA80, symSize: 0x10 }
+ - { offsetInCU: 0xAB, offset: 0x14CFF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfoAA0dhI0Vvg', symObjAddr: 0x80, symBinAddr: 0x15BA90, symSize: 0x50 }
+ - { offsetInCU: 0xC7, offset: 0x14D00D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV5tokenSSSgvg', symObjAddr: 0xD0, symBinAddr: 0x15BAE0, symSize: 0x30 }
+ - { offsetInCU: 0xE3, offset: 0x14D029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV22isSessionTokenRequiredSbvg', symObjAddr: 0x100, symBinAddr: 0x15BB10, symSize: 0x10 }
+ - { offsetInCU: 0x125, offset: 0x14D06B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x110, symBinAddr: 0x15BB20, symSize: 0x70 }
+ - { offsetInCU: 0x160, offset: 0x14D0A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x180, symBinAddr: 0x15BB90, symSize: 0x70 }
+ - { offsetInCU: 0x1A3, offset: 0x14D0E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x1F0, symBinAddr: 0x15BC00, symSize: 0x10 }
+ - { offsetInCU: 0x1CA, offset: 0x14D110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x200, symBinAddr: 0x15BC10, symSize: 0x10 }
+ - { offsetInCU: 0x1F1, offset: 0x14D137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x210, symBinAddr: 0x15BC20, symSize: 0x60 }
+ - { offsetInCU: 0x228, offset: 0x14D16E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x270, symBinAddr: 0x15BC80, symSize: 0x60 }
+ - { offsetInCU: 0x27D, offset: 0x14D1C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x420, symBinAddr: 0x15BE30, symSize: 0x80 }
+ - { offsetInCU: 0x2BE, offset: 0x14D204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x4A0, symBinAddr: 0x15BEB0, symSize: 0x30 }
+ - { offsetInCU: 0x2D2, offset: 0x14D218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x15BEE0, symSize: 0x10 }
+ - { offsetInCU: 0x308, offset: 0x14D24E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x15BEF0, symSize: 0x80 }
+ - { offsetInCU: 0x360, offset: 0x14D2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x560, symBinAddr: 0x15BF70, symSize: 0x10 }
+ - { offsetInCU: 0x37C, offset: 0x14D2C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x570, symBinAddr: 0x15BF80, symSize: 0x10 }
+ - { offsetInCU: 0x399, offset: 0x14D2DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5C0, symBinAddr: 0x15BFD0, symSize: 0x180 }
+ - { offsetInCU: 0x3F5, offset: 0x14D33B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x740, symBinAddr: 0x15C150, symSize: 0x10 }
+ - { offsetInCU: 0x420, offset: 0x14D366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x750, symBinAddr: 0x15C160, symSize: 0x10 }
+ - { offsetInCU: 0x461, offset: 0x14D3A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x760, symBinAddr: 0x15C170, symSize: 0x10 }
+ - { offsetInCU: 0x493, offset: 0x14D3D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x770, symBinAddr: 0x15C180, symSize: 0x10 }
+ - { offsetInCU: 0x4AF, offset: 0x14D3F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x780, symBinAddr: 0x15C190, symSize: 0x60 }
+ - { offsetInCU: 0x4D2, offset: 0x14D418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV16pushTrackingInfo5tokenAcA0dhI0V_SSSgtcfCTf4nnd_n', symObjAddr: 0x13F0, symBinAddr: 0x15CE00, symSize: 0x220 }
+ - { offsetInCU: 0x5F7, offset: 0x14D53D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV04pushE2IdSSvg', symObjAddr: 0x7E0, symBinAddr: 0x15C1F0, symSize: 0x30 }
+ - { offsetInCU: 0x613, offset: 0x14D559, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10sessionKeySSvg', symObjAddr: 0x810, symBinAddr: 0x15C220, symSize: 0x30 }
+ - { offsetInCU: 0x62F, offset: 0x14D575, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV7vierKeySSvg', symObjAddr: 0x840, symBinAddr: 0x15C250, symSize: 0x30 }
+ - { offsetInCU: 0x663, offset: 0x14D5A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8intValueAGSgSi_tcfC', symObjAddr: 0x8B0, symBinAddr: 0x15C2C0, symSize: 0x10 }
+ - { offsetInCU: 0x68A, offset: 0x14D5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8intValueSiSgvg', symObjAddr: 0x8C0, symBinAddr: 0x15C2D0, symSize: 0x10 }
+ - { offsetInCU: 0x6B1, offset: 0x14D5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O8rawValueSSvg', symObjAddr: 0x8D0, symBinAddr: 0x15C2E0, symSize: 0x40 }
+ - { offsetInCU: 0x6D8, offset: 0x14D61E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0O11stringValueSSvg', symObjAddr: 0x910, symBinAddr: 0x15C320, symSize: 0x40 }
+ - { offsetInCU: 0x6FF, offset: 0x14D645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0xA10, symBinAddr: 0x15C420, symSize: 0x10 }
+ - { offsetInCU: 0x71B, offset: 0x14D661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0xA40, symBinAddr: 0x15C450, symSize: 0x10 }
+ - { offsetInCU: 0x737, offset: 0x14D67D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xA50, symBinAddr: 0x15C460, symSize: 0x10 }
+ - { offsetInCU: 0x754, offset: 0x14D69A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xBE0, symBinAddr: 0x15C5F0, symSize: 0x10 }
+ - { offsetInCU: 0x77B, offset: 0x14D6C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8intValueSiSgvg', symObjAddr: 0xBF0, symBinAddr: 0x15C600, symSize: 0x10 }
+ - { offsetInCU: 0x7A2, offset: 0x14D6E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO8rawValueSSvg', symObjAddr: 0xC00, symBinAddr: 0x15C610, symSize: 0x50 }
+ - { offsetInCU: 0x7C9, offset: 0x14D70F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO11stringValueSSvg', symObjAddr: 0xC50, symBinAddr: 0x15C660, symSize: 0x50 }
+ - { offsetInCU: 0x7F0, offset: 0x14D736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xF60, symBinAddr: 0x15C970, symSize: 0x10 }
+ - { offsetInCU: 0x80C, offset: 0x14D752, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1020, symBinAddr: 0x15CA30, symSize: 0x10 }
+ - { offsetInCU: 0x829, offset: 0x14D76F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1070, symBinAddr: 0x15CA80, symSize: 0x40 }
+ - { offsetInCU: 0x853, offset: 0x14D799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x10B0, symBinAddr: 0x15CAC0, symSize: 0x40 }
+ - { offsetInCU: 0x88B, offset: 0x14D7D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x10F0, symBinAddr: 0x15CB00, symSize: 0x300 }
+ - { offsetInCU: 0x941, offset: 0x14D887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x1680, symBinAddr: 0x15D020, symSize: 0x30 }
+ - { offsetInCU: 0x955, offset: 0x14D89B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x1770, symBinAddr: 0x15D050, symSize: 0x10 }
+ - { offsetInCU: 0x969, offset: 0x14D8AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x1780, symBinAddr: 0x15D060, symSize: 0x30 }
+ - { offsetInCU: 0x97D, offset: 0x14D8C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x17B0, symBinAddr: 0x15D090, symSize: 0x10 }
+ - { offsetInCU: 0x991, offset: 0x14D8D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x17C0, symBinAddr: 0x15D0A0, symSize: 0x30 }
+ - { offsetInCU: 0x9A5, offset: 0x14D8EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x17F0, symBinAddr: 0x15D0D0, symSize: 0x10 }
+ - { offsetInCU: 0x9B9, offset: 0x14D8FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1800, symBinAddr: 0x15D0E0, symSize: 0x30 }
+ - { offsetInCU: 0x9CD, offset: 0x14D913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA14APIRequestableAAWI', symObjAddr: 0x1830, symBinAddr: 0x15D110, symSize: 0x20 }
+ - { offsetInCU: 0x9E1, offset: 0x14D927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x1880, symBinAddr: 0x15D130, symSize: 0x20 }
+ - { offsetInCU: 0x9F5, offset: 0x14D93B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA11RequestableAAWI', symObjAddr: 0x18D0, symBinAddr: 0x15D150, symSize: 0x30 }
+ - { offsetInCU: 0xA09, offset: 0x14D94F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA0F0AAWl', symObjAddr: 0x1900, symBinAddr: 0x15D180, symSize: 0x30 }
+ - { offsetInCU: 0xA1D, offset: 0x14D963, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x1930, symBinAddr: 0x15D1B0, symSize: 0x30 }
+ - { offsetInCU: 0xA31, offset: 0x14D977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1960, symBinAddr: 0x15D1E0, symSize: 0x10 }
+ - { offsetInCU: 0xA45, offset: 0x14D98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0AAWI', symObjAddr: 0x19A0, symBinAddr: 0x15D1F0, symSize: 0x20 }
+ - { offsetInCU: 0xA59, offset: 0x14D99F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVACSEAAWl', symObjAddr: 0x19C0, symBinAddr: 0x15D210, symSize: 0x30 }
+ - { offsetInCU: 0xA6D, offset: 0x14D9B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x19F0, symBinAddr: 0x15D240, symSize: 0x20 }
+ - { offsetInCU: 0xA81, offset: 0x14D9C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OSHAASQWb', symObjAddr: 0x1A10, symBinAddr: 0x15D260, symSize: 0x10 }
+ - { offsetInCU: 0xA95, offset: 0x14D9DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGSQAAWl', symObjAddr: 0x1A20, symBinAddr: 0x15D270, symSize: 0x30 }
+ - { offsetInCU: 0xAA9, offset: 0x14D9EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1A50, symBinAddr: 0x15D2A0, symSize: 0x10 }
+ - { offsetInCU: 0xABD, offset: 0x14DA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1A60, symBinAddr: 0x15D2B0, symSize: 0x30 }
+ - { offsetInCU: 0xAD1, offset: 0x14DA17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1A90, symBinAddr: 0x15D2E0, symSize: 0x10 }
+ - { offsetInCU: 0xAE5, offset: 0x14DA2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1AA0, symBinAddr: 0x15D2F0, symSize: 0x30 }
+ - { offsetInCU: 0xAF9, offset: 0x14DA3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOSHAASQWb', symObjAddr: 0x1AD0, symBinAddr: 0x15D320, symSize: 0x10 }
+ - { offsetInCU: 0xB0D, offset: 0x14DA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAESQAAWl', symObjAddr: 0x1AE0, symBinAddr: 0x15D330, symSize: 0x30 }
+ - { offsetInCU: 0xB21, offset: 0x14DA67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1B10, symBinAddr: 0x15D360, symSize: 0x10 }
+ - { offsetInCU: 0xB35, offset: 0x14DA7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1B20, symBinAddr: 0x15D370, symSize: 0x30 }
+ - { offsetInCU: 0xB49, offset: 0x14DA8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B50, symBinAddr: 0x15D3A0, symSize: 0x10 }
+ - { offsetInCU: 0xB5D, offset: 0x14DAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1B60, symBinAddr: 0x15D3B0, symSize: 0x30 }
+ - { offsetInCU: 0xB71, offset: 0x14DAB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwCP', symObjAddr: 0x1B90, symBinAddr: 0x15D3E0, symSize: 0x30 }
+ - { offsetInCU: 0xB85, offset: 0x14DACB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwxx', symObjAddr: 0x1BC0, symBinAddr: 0x15D410, symSize: 0x50 }
+ - { offsetInCU: 0xB99, offset: 0x14DADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwcp', symObjAddr: 0x1C10, symBinAddr: 0x15D460, symSize: 0xC0 }
+ - { offsetInCU: 0xBAD, offset: 0x14DAF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwca', symObjAddr: 0x1CD0, symBinAddr: 0x15D520, symSize: 0xF0 }
+ - { offsetInCU: 0xBC1, offset: 0x14DB07, size: 0x8, addend: 0x0, symName: ___swift_memcpy89_8, symObjAddr: 0x1DC0, symBinAddr: 0x15D610, symSize: 0x40 }
+ - { offsetInCU: 0xBD5, offset: 0x14DB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwta', symObjAddr: 0x1E00, symBinAddr: 0x15D650, symSize: 0xB0 }
+ - { offsetInCU: 0xBE9, offset: 0x14DB2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwet', symObjAddr: 0x1EB0, symBinAddr: 0x15D700, symSize: 0x40 }
+ - { offsetInCU: 0xBFD, offset: 0x14DB43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVwst', symObjAddr: 0x1EF0, symBinAddr: 0x15D740, symSize: 0x50 }
+ - { offsetInCU: 0xC11, offset: 0x14DB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVMa', symObjAddr: 0x1F40, symBinAddr: 0x15D790, symSize: 0x10 }
+ - { offsetInCU: 0xC25, offset: 0x14DB6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwet', symObjAddr: 0x1F70, symBinAddr: 0x15D7A0, symSize: 0x80 }
+ - { offsetInCU: 0xC39, offset: 0x14DB7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwst', symObjAddr: 0x1FF0, symBinAddr: 0x15D820, symSize: 0xD0 }
+ - { offsetInCU: 0xC4D, offset: 0x14DB93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwug', symObjAddr: 0x20C0, symBinAddr: 0x15D8F0, symSize: 0x10 }
+ - { offsetInCU: 0xC61, offset: 0x14DBA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwup', symObjAddr: 0x20D0, symBinAddr: 0x15D900, symSize: 0x10 }
+ - { offsetInCU: 0xC75, offset: 0x14DBBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOwui', symObjAddr: 0x20E0, symBinAddr: 0x15D910, symSize: 0x10 }
+ - { offsetInCU: 0xC89, offset: 0x14DBCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOMa', symObjAddr: 0x20F0, symBinAddr: 0x15D920, symSize: 0x10 }
+ - { offsetInCU: 0xC9D, offset: 0x14DBE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwxx', symObjAddr: 0x2100, symBinAddr: 0x15D930, symSize: 0x30 }
+ - { offsetInCU: 0xCB1, offset: 0x14DBF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwcp', symObjAddr: 0x2130, symBinAddr: 0x15D960, symSize: 0x60 }
+ - { offsetInCU: 0xCC5, offset: 0x14DC0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwca', symObjAddr: 0x2190, symBinAddr: 0x15D9C0, symSize: 0x80 }
+ - { offsetInCU: 0xCD9, offset: 0x14DC1F, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x2210, symBinAddr: 0x15DA40, symSize: 0x20 }
+ - { offsetInCU: 0xCED, offset: 0x14DC33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwta', symObjAddr: 0x2230, symBinAddr: 0x15DA60, symSize: 0x60 }
+ - { offsetInCU: 0xD01, offset: 0x14DC47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwet', symObjAddr: 0x2290, symBinAddr: 0x15DAC0, symSize: 0x40 }
+ - { offsetInCU: 0xD15, offset: 0x14DC5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVwst', symObjAddr: 0x22D0, symBinAddr: 0x15DB00, symSize: 0x50 }
+ - { offsetInCU: 0xD29, offset: 0x14DC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoVMa', symObjAddr: 0x2320, symBinAddr: 0x15DB50, symSize: 0x10 }
+ - { offsetInCU: 0xD3D, offset: 0x14DC83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOwup', symObjAddr: 0x2350, symBinAddr: 0x15DB80, symSize: 0x10 }
+ - { offsetInCU: 0xD51, offset: 0x14DC97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOMa', symObjAddr: 0x2360, symBinAddr: 0x15DB90, symSize: 0x10 }
+ - { offsetInCU: 0xD65, offset: 0x14DCAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owug', symObjAddr: 0x24E0, symBinAddr: 0x15DD10, symSize: 0x10 }
+ - { offsetInCU: 0xD79, offset: 0x14DCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owup', symObjAddr: 0x24F0, symBinAddr: 0x15DD20, symSize: 0x10 }
+ - { offsetInCU: 0xD8D, offset: 0x14DCD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Owui', symObjAddr: 0x2500, symBinAddr: 0x15DD30, symSize: 0x10 }
+ - { offsetInCU: 0xDA1, offset: 0x14DCE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OMa', symObjAddr: 0x2510, symBinAddr: 0x15DD40, symSize: 0x10 }
+ - { offsetInCU: 0xDB5, offset: 0x14DCFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2520, symBinAddr: 0x15DD50, symSize: 0x30 }
+ - { offsetInCU: 0xDC9, offset: 0x14DD0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0OAGs0G3KeyAAWl', symObjAddr: 0x2550, symBinAddr: 0x15DD80, symSize: 0x30 }
+ - { offsetInCU: 0xDDD, offset: 0x14DD23, size: 0x8, addend: 0x0, symName: '_$sSSWOs', symObjAddr: 0x25D0, symBinAddr: 0x15DDB0, symSize: 0x20 }
+ - { offsetInCU: 0xE2C, offset: 0x14DD72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2D0, symBinAddr: 0x15BCE0, symSize: 0x80 }
+ - { offsetInCU: 0xEFB, offset: 0x14DE41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x350, symBinAddr: 0x15BD60, symSize: 0x50 }
+ - { offsetInCU: 0xF79, offset: 0x14DEBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3A0, symBinAddr: 0x15BDB0, symSize: 0x30 }
+ - { offsetInCU: 0xFCB, offset: 0x14DF11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3D0, symBinAddr: 0x15BDE0, symSize: 0x50 }
+ - { offsetInCU: 0x1027, offset: 0x14DF6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x15BF90, symSize: 0x20 }
+ - { offsetInCU: 0x1043, offset: 0x14DF89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0x15BFB0, symSize: 0x20 }
+ - { offsetInCU: 0x1065, offset: 0x14DFAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xA60, symBinAddr: 0x15C470, symSize: 0x20 }
+ - { offsetInCU: 0x1081, offset: 0x14DFC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysO07SessiongH0Os23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xA80, symBinAddr: 0x15C490, symSize: 0x20 }
+ - { offsetInCU: 0x109D, offset: 0x14DFE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1030, symBinAddr: 0x15CA40, symSize: 0x20 }
+ - { offsetInCU: 0x10B9, offset: 0x14DFFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16PushTrackingInfoV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1050, symBinAddr: 0x15CA60, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x14E2F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabledSbSgvg', symObjAddr: 0x0, symBinAddr: 0x15DE10, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x14E313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isVideoEnabledSbSgvg', symObjAddr: 0x10, symBinAddr: 0x15DE20, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x14E32F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11customItemsAC06CustomH0CSgvg', symObjAddr: 0x20, symBinAddr: 0x15DE30, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x14E34B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13recordingInfoAC09RecordingH0CSgvg', symObjAddr: 0x30, symBinAddr: 0x15DE40, symSize: 0x10 }
+ - { offsetInCU: 0xE1, offset: 0x14E38D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x40, symBinAddr: 0x15DE50, symSize: 0x70 }
+ - { offsetInCU: 0x11C, offset: 0x14E3C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xF0, symBinAddr: 0x15DEC0, symSize: 0x70 }
+ - { offsetInCU: 0x15F, offset: 0x14E40B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x160, symBinAddr: 0x15DF30, symSize: 0x10 }
+ - { offsetInCU: 0x186, offset: 0x14E432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x170, symBinAddr: 0x15DF40, symSize: 0x10 }
+ - { offsetInCU: 0x1AD, offset: 0x14E459, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO8rawValueSSvg', symObjAddr: 0x180, symBinAddr: 0x15DF50, symSize: 0x80 }
+ - { offsetInCU: 0x1E6, offset: 0x14E492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysO11stringValueSSvg', symObjAddr: 0x200, symBinAddr: 0x15DFD0, symSize: 0x80 }
+ - { offsetInCU: 0x23F, offset: 0x14E4EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x15E1A0, symSize: 0x80 }
+ - { offsetInCU: 0x280, offset: 0x14E52C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x450, symBinAddr: 0x15E220, symSize: 0x30 }
+ - { offsetInCU: 0x294, offset: 0x14E540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x480, symBinAddr: 0x15E250, symSize: 0x10 }
+ - { offsetInCU: 0x2CA, offset: 0x14E576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x15E260, symSize: 0x80 }
+ - { offsetInCU: 0x322, offset: 0x14E5CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x510, symBinAddr: 0x15E2E0, symSize: 0x10 }
+ - { offsetInCU: 0x33E, offset: 0x14E5EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x15E2F0, symSize: 0x10 }
+ - { offsetInCU: 0x35B, offset: 0x14E607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x570, symBinAddr: 0x15E340, symSize: 0x40 }
+ - { offsetInCU: 0x380, offset: 0x14E62C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x5B0, symBinAddr: 0x15E380, symSize: 0x280 }
+ - { offsetInCU: 0x452, offset: 0x14E6FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabled0g5VideoI011customItems10affectedAt13recordingInfoACSb_SbSDyS2SGs5Int64VAC09RecordingP0CtcfC', symObjAddr: 0x950, symBinAddr: 0x15E6C0, symSize: 0x80 }
+ - { offsetInCU: 0x508, offset: 0x14E7B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC14isAudioEnabled0g5VideoI011customItems10affectedAt13recordingInfoACSb_SbSDyS2SGs5Int64VAC09RecordingP0Ctcfc', symObjAddr: 0x9D0, symBinAddr: 0x15E740, symSize: 0x60 }
+ - { offsetInCU: 0x5C1, offset: 0x14E86D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCACycfC', symObjAddr: 0xA60, symBinAddr: 0x15E7D0, symSize: 0x30 }
+ - { offsetInCU: 0x620, offset: 0x14E8CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCACycfc', symObjAddr: 0xA90, symBinAddr: 0x15E800, symSize: 0x30 }
+ - { offsetInCU: 0x665, offset: 0x14E911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfd', symObjAddr: 0xAE0, symBinAddr: 0x15E850, symSize: 0x20 }
+ - { offsetInCU: 0x6A0, offset: 0x14E94C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfD', symObjAddr: 0xB00, symBinAddr: 0x15E870, symSize: 0x30 }
+ - { offsetInCU: 0x705, offset: 0x14E9B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x860, symBinAddr: 0x15E600, symSize: 0x30 }
+ - { offsetInCU: 0x719, offset: 0x14E9C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCMa', symObjAddr: 0x8C0, symBinAddr: 0x15E630, symSize: 0x20 }
+ - { offsetInCU: 0x72D, offset: 0x14E9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCMa', symObjAddr: 0x8E0, symBinAddr: 0x15E650, symSize: 0x20 }
+ - { offsetInCU: 0x741, offset: 0x14E9ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCMa', symObjAddr: 0x900, symBinAddr: 0x15E670, symSize: 0x20 }
+ - { offsetInCU: 0x761, offset: 0x14EA0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingIdSSvg', symObjAddr: 0x1090, symBinAddr: 0x15ED70, symSize: 0x30 }
+ - { offsetInCU: 0x77D, offset: 0x14EA29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC13recordingTypeAA0G7OptionsC0gJ0Ovg', symObjAddr: 0x10C0, symBinAddr: 0x15EDA0, symSize: 0x10 }
+ - { offsetInCU: 0x7A5, offset: 0x14EA51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0x1210, symBinAddr: 0x15EEF0, symSize: 0x10 }
+ - { offsetInCU: 0x7CC, offset: 0x14EA78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1220, symBinAddr: 0x15EF00, symSize: 0x10 }
+ - { offsetInCU: 0x7F3, offset: 0x14EA9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1230, symBinAddr: 0x15EF10, symSize: 0x30 }
+ - { offsetInCU: 0x81A, offset: 0x14EAC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1260, symBinAddr: 0x15EF40, symSize: 0x30 }
+ - { offsetInCU: 0x841, offset: 0x14EAED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x1550, symBinAddr: 0x15F230, symSize: 0x10 }
+ - { offsetInCU: 0x85D, offset: 0x14EB09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x1610, symBinAddr: 0x15F2F0, symSize: 0x10 }
+ - { offsetInCU: 0x87A, offset: 0x14EB26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x1660, symBinAddr: 0x15F340, symSize: 0x40 }
+ - { offsetInCU: 0x89F, offset: 0x14EB4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC4fromAEs7Decoder_p_tKcfc', symObjAddr: 0x16A0, symBinAddr: 0x15F380, symSize: 0x170 }
+ - { offsetInCU: 0x931, offset: 0x14EBDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingId0I4TypeAESS_AA0G7OptionsC0gK0OtcfC', symObjAddr: 0x1870, symBinAddr: 0x15F550, symSize: 0x40 }
+ - { offsetInCU: 0x980, offset: 0x14EC2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC11recordingId0I4TypeAESS_AA0G7OptionsC0gK0Otcfc', symObjAddr: 0x18B0, symBinAddr: 0x15F590, symSize: 0x20 }
+ - { offsetInCU: 0x9AF, offset: 0x14EC5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCfd', symObjAddr: 0x18D0, symBinAddr: 0x15F5B0, symSize: 0x20 }
+ - { offsetInCU: 0x9EA, offset: 0x14EC96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoCfD', symObjAddr: 0x18F0, symBinAddr: 0x15F5D0, symSize: 0x20 }
+ - { offsetInCU: 0xA89, offset: 0x14ED35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC06customH010affectedAtAESDyS2SG_s5Int64VtcfC', symObjAddr: 0xA30, symBinAddr: 0x15E7A0, symSize: 0x30 }
+ - { offsetInCU: 0xACC, offset: 0x14ED78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC5valueSDyS2SGvg', symObjAddr: 0xB30, symBinAddr: 0x15E8A0, symSize: 0x10 }
+ - { offsetInCU: 0xAE8, offset: 0x14ED94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10affectedAts5Int64Vvg', symObjAddr: 0xB40, symBinAddr: 0x15E8B0, symSize: 0x10 }
+ - { offsetInCU: 0xB10, offset: 0x14EDBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0xB90, symBinAddr: 0x15E900, symSize: 0x10 }
+ - { offsetInCU: 0xB37, offset: 0x14EDE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xBA0, symBinAddr: 0x15E910, symSize: 0x10 }
+ - { offsetInCU: 0xB5E, offset: 0x14EE0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO8rawValueSSvg', symObjAddr: 0xBB0, symBinAddr: 0x15E920, symSize: 0x40 }
+ - { offsetInCU: 0xB85, offset: 0x14EE31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysO11stringValueSSvg', symObjAddr: 0xBF0, symBinAddr: 0x15E960, symSize: 0x40 }
+ - { offsetInCU: 0xBAC, offset: 0x14EE58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0xCF0, symBinAddr: 0x15EA60, symSize: 0x10 }
+ - { offsetInCU: 0xBC8, offset: 0x14EE74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0xD20, symBinAddr: 0x15EA90, symSize: 0x10 }
+ - { offsetInCU: 0xBE4, offset: 0x14EE90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xD30, symBinAddr: 0x15EAA0, symSize: 0x10 }
+ - { offsetInCU: 0xC01, offset: 0x14EEAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC4fromAEs7Decoder_p_tKcfC', symObjAddr: 0xD80, symBinAddr: 0x15EAF0, symSize: 0x40 }
+ - { offsetInCU: 0xC26, offset: 0x14EED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC4fromAEs7Decoder_p_tKcfc', symObjAddr: 0xDC0, symBinAddr: 0x15EB30, symSize: 0x190 }
+ - { offsetInCU: 0xC82, offset: 0x14EF2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC06customH010affectedAtAESDyS2SG_s5Int64Vtcfc', symObjAddr: 0xF50, symBinAddr: 0x15ECC0, symSize: 0x20 }
+ - { offsetInCU: 0xCAF, offset: 0x14EF5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCfd', symObjAddr: 0x1030, symBinAddr: 0x15ED10, symSize: 0x20 }
+ - { offsetInCU: 0xCEA, offset: 0x14EF96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCfD', symObjAddr: 0x1050, symBinAddr: 0x15ED30, symSize: 0x20 }
+ - { offsetInCU: 0xD35, offset: 0x14EFE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1070, symBinAddr: 0x15ED50, symSize: 0x20 }
+ - { offsetInCU: 0xD6F, offset: 0x14F01B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCfE', symObjAddr: 0xAC0, symBinAddr: 0x15E830, symSize: 0x20 }
+ - { offsetInCU: 0xD9C, offset: 0x14F048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0I3KeyAAWl', symObjAddr: 0xF70, symBinAddr: 0x15ECE0, symSize: 0x30 }
+ - { offsetInCU: 0xDB0, offset: 0x14F05C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs0I3KeyAAWl', symObjAddr: 0x1810, symBinAddr: 0x15F4F0, symSize: 0x30 }
+ - { offsetInCU: 0xDC4, offset: 0x14F070, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16RecordingOptionsC0D4TypeOAESeAAWl', symObjAddr: 0x1840, symBinAddr: 0x15F520, symSize: 0x30 }
+ - { offsetInCU: 0xDD8, offset: 0x14F084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASQWb', symObjAddr: 0x1910, symBinAddr: 0x15F5F0, symSize: 0x10 }
+ - { offsetInCU: 0xDEC, offset: 0x14F098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAESQAAWl', symObjAddr: 0x1920, symBinAddr: 0x15F600, symSize: 0x30 }
+ - { offsetInCU: 0xE00, offset: 0x14F0AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1950, symBinAddr: 0x15F630, symSize: 0x10 }
+ - { offsetInCU: 0xE14, offset: 0x14F0C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1960, symBinAddr: 0x15F640, symSize: 0x30 }
+ - { offsetInCU: 0xE28, offset: 0x14F0D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1990, symBinAddr: 0x15F670, symSize: 0x10 }
+ - { offsetInCU: 0xE3C, offset: 0x14F0E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x19A0, symBinAddr: 0x15F680, symSize: 0x30 }
+ - { offsetInCU: 0xE50, offset: 0x14F0FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOSHAASQWb', symObjAddr: 0x19D0, symBinAddr: 0x15F6B0, symSize: 0x10 }
+ - { offsetInCU: 0xE64, offset: 0x14F110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGSQAAWl', symObjAddr: 0x19E0, symBinAddr: 0x15F6C0, symSize: 0x30 }
+ - { offsetInCU: 0xE78, offset: 0x14F124, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAs0G22DebugStringConvertiblePWb', symObjAddr: 0x1A10, symBinAddr: 0x15F6F0, symSize: 0x10 }
+ - { offsetInCU: 0xE8C, offset: 0x14F138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0G22DebugStringConvertibleAAWl', symObjAddr: 0x1A20, symBinAddr: 0x15F700, symSize: 0x30 }
+ - { offsetInCU: 0xEA0, offset: 0x14F14C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0I3KeyAAs0G17StringConvertiblePWb', symObjAddr: 0x1A50, symBinAddr: 0x15F730, symSize: 0x10 }
+ - { offsetInCU: 0xEB4, offset: 0x14F160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOAGs0G17StringConvertibleAAWl', symObjAddr: 0x1A60, symBinAddr: 0x15F740, symSize: 0x30 }
+ - { offsetInCU: 0xEC8, offset: 0x14F174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOSHAASQWb', symObjAddr: 0x1A90, symBinAddr: 0x15F770, symSize: 0x10 }
+ - { offsetInCU: 0xEDC, offset: 0x14F188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGSQAAWl', symObjAddr: 0x1AA0, symBinAddr: 0x15F780, symSize: 0x30 }
+ - { offsetInCU: 0xEF0, offset: 0x14F19C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1AD0, symBinAddr: 0x15F7B0, symSize: 0x10 }
+ - { offsetInCU: 0xF04, offset: 0x14F1B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1AE0, symBinAddr: 0x15F7C0, symSize: 0x30 }
+ - { offsetInCU: 0xF18, offset: 0x14F1C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs0I3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1B10, symBinAddr: 0x15F7F0, symSize: 0x10 }
+ - { offsetInCU: 0xF2C, offset: 0x14F1D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1B20, symBinAddr: 0x15F800, symSize: 0x30 }
+ - { offsetInCU: 0xF40, offset: 0x14F1EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwet', symObjAddr: 0x1BA0, symBinAddr: 0x15F860, symSize: 0x80 }
+ - { offsetInCU: 0xF54, offset: 0x14F200, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwst', symObjAddr: 0x1C20, symBinAddr: 0x15F8E0, symSize: 0xD0 }
+ - { offsetInCU: 0xF68, offset: 0x14F214, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwug', symObjAddr: 0x1CF0, symBinAddr: 0x15F9B0, symSize: 0x10 }
+ - { offsetInCU: 0xF7C, offset: 0x14F228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwup', symObjAddr: 0x1D00, symBinAddr: 0x15F9C0, symSize: 0x10 }
+ - { offsetInCU: 0xF90, offset: 0x14F23C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOwui', symObjAddr: 0x1D10, symBinAddr: 0x15F9D0, symSize: 0x10 }
+ - { offsetInCU: 0xFA4, offset: 0x14F250, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOMa', symObjAddr: 0x1D20, symBinAddr: 0x15F9E0, symSize: 0x10 }
+ - { offsetInCU: 0xFB8, offset: 0x14F264, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwug', symObjAddr: 0x1D90, symBinAddr: 0x15FA50, symSize: 0x10 }
+ - { offsetInCU: 0xFCC, offset: 0x14F278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwup', symObjAddr: 0x1DA0, symBinAddr: 0x15FA60, symSize: 0x10 }
+ - { offsetInCU: 0xFE0, offset: 0x14F28C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOwui', symObjAddr: 0x1DB0, symBinAddr: 0x15FA70, symSize: 0x10 }
+ - { offsetInCU: 0xFF4, offset: 0x14F2A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOMa', symObjAddr: 0x1DC0, symBinAddr: 0x15FA80, symSize: 0x10 }
+ - { offsetInCU: 0x1008, offset: 0x14F2B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOwup', symObjAddr: 0x1F70, symBinAddr: 0x15FC30, symSize: 0x10 }
+ - { offsetInCU: 0x101C, offset: 0x14F2C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOMa', symObjAddr: 0x1F80, symBinAddr: 0x15FC40, symSize: 0x10 }
+ - { offsetInCU: 0x1065, offset: 0x14F311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x280, symBinAddr: 0x15E050, symSize: 0x80 }
+ - { offsetInCU: 0x1134, offset: 0x14F3E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x300, symBinAddr: 0x15E0D0, symSize: 0x50 }
+ - { offsetInCU: 0x11B2, offset: 0x14F45E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x350, symBinAddr: 0x15E120, symSize: 0x30 }
+ - { offsetInCU: 0x1204, offset: 0x14F4B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x15E150, symSize: 0x50 }
+ - { offsetInCU: 0x1260, offset: 0x14F50C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x15E300, symSize: 0x20 }
+ - { offsetInCU: 0x127C, offset: 0x14F528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x550, symBinAddr: 0x15E320, symSize: 0x20 }
+ - { offsetInCU: 0x12B8, offset: 0x14F564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0G22DebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xD40, symBinAddr: 0x15EAB0, symSize: 0x20 }
+ - { offsetInCU: 0x12D4, offset: 0x14F580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC11CustomItemsC10CodingKeysOs0G17StringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xD60, symBinAddr: 0x15EAD0, symSize: 0x20 }
+ - { offsetInCU: 0x12F0, offset: 0x14F59C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x1620, symBinAddr: 0x15F300, symSize: 0x20 }
+ - { offsetInCU: 0x130C, offset: 0x14F5B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotC13RecordingInfoC10CodingKeysOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x1640, symBinAddr: 0x15F320, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x14F85C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x15FCA0, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x14F880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x15FCA0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x14F89C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9createdAts5Int64Vvg', symObjAddr: 0x30, symBinAddr: 0x15FCD0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x14F8B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9updatedAts5Int64Vvg', symObjAddr: 0x40, symBinAddr: 0x15FCE0, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x14F8D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV5stateAA0D0C5StateOvg', symObjAddr: 0x50, symBinAddr: 0x15FCF0, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x14F8F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9createdBySSvg', symObjAddr: 0x60, symBinAddr: 0x15FD00, symSize: 0x30 }
+ - { offsetInCU: 0xD7, offset: 0x14F90C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV12participantsSayAA11ParticipantCGvg', symObjAddr: 0x90, symBinAddr: 0x15FD30, symSize: 0x10 }
+ - { offsetInCU: 0xF3, offset: 0x14F928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4typeAA0D4TypeOvg', symObjAddr: 0xA0, symBinAddr: 0x15FD40, symSize: 0x10 }
+ - { offsetInCU: 0x10F, offset: 0x14F944, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV11customItemsSDyS2SGvg', symObjAddr: 0xB0, symBinAddr: 0x15FD50, symSize: 0x10 }
+ - { offsetInCU: 0x12B, offset: 0x14F960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV9deletedBySSvg', symObjAddr: 0xC0, symBinAddr: 0x15FD60, symSize: 0x30 }
+ - { offsetInCU: 0x153, offset: 0x14F988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0xF0, symBinAddr: 0x15FD90, symSize: 0x10 }
+ - { offsetInCU: 0x176, offset: 0x14F9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x100, symBinAddr: 0x15FDA0, symSize: 0x10 }
+ - { offsetInCU: 0x1A9, offset: 0x14F9DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x110, symBinAddr: 0x15FDB0, symSize: 0x10 }
+ - { offsetInCU: 0x1D0, offset: 0x14FA05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x120, symBinAddr: 0x15FDC0, symSize: 0x10 }
+ - { offsetInCU: 0x1F7, offset: 0x14FA2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueSSvg', symObjAddr: 0x130, symBinAddr: 0x15FDD0, symSize: 0x120 }
+ - { offsetInCU: 0x22E, offset: 0x14FA63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO11stringValueSSvg', symObjAddr: 0x250, symBinAddr: 0x15FEF0, symSize: 0x120 }
+ - { offsetInCU: 0x283, offset: 0x14FAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x4C0, symBinAddr: 0x160160, symSize: 0x30 }
+ - { offsetInCU: 0x2B4, offset: 0x14FAE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x4F0, symBinAddr: 0x160190, symSize: 0x30 }
+ - { offsetInCU: 0x2C8, offset: 0x14FAFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x520, symBinAddr: 0x1601C0, symSize: 0x10 }
+ - { offsetInCU: 0x2FE, offset: 0x14FB33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x1601D0, symSize: 0x20 }
+ - { offsetInCU: 0x34E, offset: 0x14FB83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0x1601F0, symSize: 0x10 }
+ - { offsetInCU: 0x36A, offset: 0x14FB9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x560, symBinAddr: 0x160200, symSize: 0x10 }
+ - { offsetInCU: 0x386, offset: 0x14FBBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0xBA0, symBinAddr: 0x160840, symSize: 0x70 }
+ - { offsetInCU: 0x3B2, offset: 0x14FBE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x5B0, symBinAddr: 0x160250, symSize: 0x50 }
+ - { offsetInCU: 0x3C6, offset: 0x14FBFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV6roomId9createdAt07updatedI05state0H2By12participants4type11customItems07deletedL0ACSS_s5Int64VAnA0D0C5StateOSSSayAA11ParticipantCGAA0D4TypeOSDyS2SGSStcfC', symObjAddr: 0x600, symBinAddr: 0x1602A0, symSize: 0x40 }
+ - { offsetInCU: 0x492, offset: 0x14FCC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x640, symBinAddr: 0x1602E0, symSize: 0x50 }
+ - { offsetInCU: 0x4CA, offset: 0x14FCFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x690, symBinAddr: 0x160330, symSize: 0x510 }
+ - { offsetInCU: 0x55D, offset: 0x14FD92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0x1608B0, symSize: 0x10 }
+ - { offsetInCU: 0x571, offset: 0x14FDA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAESQAAWl', symObjAddr: 0xC20, symBinAddr: 0x1608C0, symSize: 0x30 }
+ - { offsetInCU: 0x585, offset: 0x14FDBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xC50, symBinAddr: 0x1608F0, symSize: 0x10 }
+ - { offsetInCU: 0x599, offset: 0x14FDCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xC60, symBinAddr: 0x160900, symSize: 0x30 }
+ - { offsetInCU: 0x5AD, offset: 0x14FDE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC90, symBinAddr: 0x160930, symSize: 0x10 }
+ - { offsetInCU: 0x5C1, offset: 0x14FDF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xCA0, symBinAddr: 0x160940, symSize: 0x30 }
+ - { offsetInCU: 0x5D5, offset: 0x14FE0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwCP', symObjAddr: 0xCD0, symBinAddr: 0x160970, symSize: 0x30 }
+ - { offsetInCU: 0x5E9, offset: 0x14FE1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwxx', symObjAddr: 0xD00, symBinAddr: 0x1609A0, symSize: 0x40 }
+ - { offsetInCU: 0x5FD, offset: 0x14FE32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwcp', symObjAddr: 0xD40, symBinAddr: 0x1609E0, symSize: 0xA0 }
+ - { offsetInCU: 0x611, offset: 0x14FE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwca', symObjAddr: 0xDE0, symBinAddr: 0x160A80, symSize: 0xE0 }
+ - { offsetInCU: 0x625, offset: 0x14FE5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwta', symObjAddr: 0xF00, symBinAddr: 0x160B60, symSize: 0x90 }
+ - { offsetInCU: 0x639, offset: 0x14FE6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwet', symObjAddr: 0xF90, symBinAddr: 0x160BF0, symSize: 0x40 }
+ - { offsetInCU: 0x64D, offset: 0x14FE82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVwst', symObjAddr: 0xFD0, symBinAddr: 0x160C30, symSize: 0x60 }
+ - { offsetInCU: 0x661, offset: 0x14FE96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataVMa', symObjAddr: 0x1030, symBinAddr: 0x160C90, symSize: 0x10 }
+ - { offsetInCU: 0x675, offset: 0x14FEAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwet', symObjAddr: 0x1060, symBinAddr: 0x160CA0, symSize: 0x80 }
+ - { offsetInCU: 0x689, offset: 0x14FEBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwst', symObjAddr: 0x10E0, symBinAddr: 0x160D20, symSize: 0xD0 }
+ - { offsetInCU: 0x69D, offset: 0x14FED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwug', symObjAddr: 0x11B0, symBinAddr: 0x160DF0, symSize: 0x10 }
+ - { offsetInCU: 0x6B1, offset: 0x14FEE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwup', symObjAddr: 0x11C0, symBinAddr: 0x160E00, symSize: 0x10 }
+ - { offsetInCU: 0x6C5, offset: 0x14FEFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOwui', symObjAddr: 0x11D0, symBinAddr: 0x160E10, symSize: 0x10 }
+ - { offsetInCU: 0x6D9, offset: 0x14FF0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOMa', symObjAddr: 0x11E0, symBinAddr: 0x160E20, symSize: 0x10 }
+ - { offsetInCU: 0x6ED, offset: 0x14FF22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x11F0, symBinAddr: 0x160E30, symSize: 0x30 }
+ - { offsetInCU: 0x701, offset: 0x14FF36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESeAAWl', symObjAddr: 0x12C0, symBinAddr: 0x160E60, symSize: 0x30 }
+ - { offsetInCU: 0x715, offset: 0x14FF4A, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGSayxGSesSeRzlWl', symObjAddr: 0x12F0, symBinAddr: 0x160E90, symSize: 0x50 }
+ - { offsetInCU: 0x729, offset: 0x14FF5E, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11ParticipantCGMa', symObjAddr: 0x1340, symBinAddr: 0x160EE0, symSize: 0x50 }
+ - { offsetInCU: 0x73D, offset: 0x14FF72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSeAAWl', symObjAddr: 0x13D0, symBinAddr: 0x160F30, symSize: 0x30 }
+ - { offsetInCU: 0x786, offset: 0x14FFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x370, symBinAddr: 0x160010, symSize: 0x80 }
+ - { offsetInCU: 0x855, offset: 0x15008A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x3F0, symBinAddr: 0x160090, symSize: 0x50 }
+ - { offsetInCU: 0x8D3, offset: 0x150108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x440, symBinAddr: 0x1600E0, symSize: 0x30 }
+ - { offsetInCU: 0x925, offset: 0x15015A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x470, symBinAddr: 0x160110, symSize: 0x50 }
+ - { offsetInCU: 0x981, offset: 0x1501B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x160210, symSize: 0x20 }
+ - { offsetInCU: 0x99D, offset: 0x1501D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomDataV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x590, symBinAddr: 0x160230, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x15044F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfC', symObjAddr: 0x0, symBinAddr: 0x160F60, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x150473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfC', symObjAddr: 0x0, symBinAddr: 0x160F60, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x150491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCfd', symObjAddr: 0x60, symBinAddr: 0x160FC0, symSize: 0x10 }
+ - { offsetInCU: 0x96, offset: 0x1504BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCfD', symObjAddr: 0x70, symBinAddr: 0x160FD0, symSize: 0x20 }
+ - { offsetInCU: 0xC3, offset: 0x1504EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCACycfc', symObjAddr: 0x90, symBinAddr: 0x160FF0, symSize: 0x10 }
+ - { offsetInCU: 0xF1, offset: 0x150519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCAA05EventE0A2aDP9inputTypeAA0f5InputH0OSgvgTW', symObjAddr: 0x20, symBinAddr: 0x160F80, symSize: 0x10 }
+ - { offsetInCU: 0x10D, offset: 0x150535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15InternalCommandPAAE9inputTypeAA010EventInputG0OSgvg', symObjAddr: 0x30, symBinAddr: 0x160F90, symSize: 0x10 }
+ - { offsetInCU: 0x134, offset: 0x15055C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SnapshotCommandCAA05EventE0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0x40, symBinAddr: 0x160FA0, symSize: 0x10 }
+ - { offsetInCU: 0x150, offset: 0x150578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15InternalCommandPAAE19shouldWaitPushEventSbvg', symObjAddr: 0x50, symBinAddr: 0x160FB0, symSize: 0x10 }
+ - { offsetInCU: 0x177, offset: 0x15059F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCAA0dF0A2aDP9inputTypeAA0d5InputH0OSgvgTW', symObjAddr: 0xA0, symBinAddr: 0x161000, symSize: 0x10 }
+ - { offsetInCU: 0x193, offset: 0x1505BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCAA0dF0A2aDP014shouldWaitPushD0SbvgTW', symObjAddr: 0xB0, symBinAddr: 0x161010, symSize: 0x10 }
+ - { offsetInCU: 0x1AF, offset: 0x1505D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EventRetrievingCommandCMa', symObjAddr: 0xC0, symBinAddr: 0x161020, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1507EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x161070, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x1507FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC14turnCredentialAA04TurnH0Cvg', symObjAddr: 0x10, symBinAddr: 0x161080, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x15081B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11constraintsAA15CallConstraintsCvg', symObjAddr: 0x20, symBinAddr: 0x161090, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x150837, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x30, symBinAddr: 0x1610A0, symSize: 0x10 }
+ - { offsetInCU: 0xB3, offset: 0x150853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x40, symBinAddr: 0x1610B0, symSize: 0x40 }
+ - { offsetInCU: 0xF6, offset: 0x150896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x80, symBinAddr: 0x1610F0, symSize: 0x540 }
+ - { offsetInCU: 0x413, offset: 0x150BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x7C0, symBinAddr: 0x161680, symSize: 0xD0 }
+ - { offsetInCU: 0x4AC, offset: 0x150C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC3seq14turnCredential11constraints12capabilities11commandType9messageId04callO012deliveryInfoACSiSg_AA04TurnI0CAA15CallConstraintsCSayAA10CapabilityOGAA0F5TypesO06DirectT0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x890, symBinAddr: 0x161750, symSize: 0x90 }
+ - { offsetInCU: 0x58F, offset: 0x150D2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0VtcfC', symObjAddr: 0x920, symBinAddr: 0x1617E0, symSize: 0x30 }
+ - { offsetInCU: 0x5EE, offset: 0x150D8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandC11commandType9messageId04callJ012deliveryInfoAcA0F5TypesO10DirectCallO_S2SAA08DeliveryM0Vtcfc', symObjAddr: 0x950, symBinAddr: 0x161810, symSize: 0x30 }
+ - { offsetInCU: 0x64B, offset: 0x150DEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfd', symObjAddr: 0x9A0, symBinAddr: 0x161860, symSize: 0x50 }
+ - { offsetInCU: 0x69C, offset: 0x150E3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfD', symObjAddr: 0x9F0, symBinAddr: 0x1618B0, symSize: 0x60 }
+ - { offsetInCU: 0x704, offset: 0x150EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0xA50, symBinAddr: 0x161910, symSize: 0x20 }
+ - { offsetInCU: 0x82A, offset: 0x150FCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCMa', symObjAddr: 0x690, symBinAddr: 0x161630, symSize: 0x20 }
+ - { offsetInCU: 0x8FB, offset: 0x15109B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18AcceptEventCommandCfE', symObjAddr: 0x980, symBinAddr: 0x161840, symSize: 0x20 }
+ - { offsetInCU: 0x2B, offset: 0x1513C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayF', symObjAddr: 0x0, symBinAddr: 0x161970, symSize: 0x1B0 }
+ - { offsetInCU: 0x43, offset: 0x1513DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE15calculateOffsetSo6CMTimeayF', symObjAddr: 0x0, symBinAddr: 0x161970, symSize: 0x1B0 }
+ - { offsetInCU: 0x80, offset: 0x151417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RecordablePAAE12adjustedTimeySo6CMTimeaAFF', symObjAddr: 0x1B0, symBinAddr: 0x161B20, symSize: 0x50 }
+ - { offsetInCU: 0xD7, offset: 0x15146E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC6writerSo13AVAssetWriterCvg', symObjAddr: 0x200, symBinAddr: 0x161B70, symSize: 0x10 }
+ - { offsetInCU: 0xF3, offset: 0x15148A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC11isRecordingSbvg', symObjAddr: 0x210, symBinAddr: 0x161B80, symSize: 0x20 }
+ - { offsetInCU: 0x14A, offset: 0x1514E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvg', symObjAddr: 0x230, symBinAddr: 0x161BA0, symSize: 0x30 }
+ - { offsetInCU: 0x166, offset: 0x1514FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvs', symObjAddr: 0x260, symBinAddr: 0x161BD0, symSize: 0x30 }
+ - { offsetInCU: 0x182, offset: 0x151519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvM', symObjAddr: 0x290, symBinAddr: 0x161C00, symSize: 0x30 }
+ - { offsetInCU: 0x19E, offset: 0x151535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC10isFinishedSbvM.resume.0', symObjAddr: 0x2C0, symBinAddr: 0x161C30, symSize: 0x10 }
+ - { offsetInCU: 0x1BA, offset: 0x151551, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC05audioD0AA05AudioD0Cvg', symObjAddr: 0x2D0, symBinAddr: 0x161C40, symSize: 0x10 }
+ - { offsetInCU: 0x1D6, offset: 0x15156D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC05videoD0AA05VideoD0CSgvg', symObjAddr: 0x2E0, symBinAddr: 0x161C50, symSize: 0x20 }
+ - { offsetInCU: 0x1F2, offset: 0x151589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC7optionsAA16RecordingOptionsCvg', symObjAddr: 0x300, symBinAddr: 0x161C70, symSize: 0x10 }
+ - { offsetInCU: 0x20E, offset: 0x1515A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC11recordingIdSSvg', symObjAddr: 0x310, symBinAddr: 0x161C80, symSize: 0x40 }
+ - { offsetInCU: 0x23B, offset: 0x1515D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC9outputURL10Foundation0F0Vvg', symObjAddr: 0x350, symBinAddr: 0x161CC0, symSize: 0x30 }
+ - { offsetInCU: 0x257, offset: 0x1515EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvg', symObjAddr: 0x380, symBinAddr: 0x161CF0, symSize: 0x40 }
+ - { offsetInCU: 0x273, offset: 0x15160A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvs', symObjAddr: 0x3C0, symBinAddr: 0x161D30, symSize: 0x50 }
+ - { offsetInCU: 0x28F, offset: 0x151626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvM', symObjAddr: 0x410, symBinAddr: 0x161D80, symSize: 0x70 }
+ - { offsetInCU: 0x2AB, offset: 0x151642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4callAA10DirectCallCSgvM.resume.0', symObjAddr: 0x480, symBinAddr: 0x161DF0, symSize: 0x70 }
+ - { offsetInCU: 0x2C7, offset: 0x15165E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvg', symObjAddr: 0x4F0, symBinAddr: 0x161E60, symSize: 0x40 }
+ - { offsetInCU: 0x2E3, offset: 0x15167A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvs', symObjAddr: 0x530, symBinAddr: 0x161EA0, symSize: 0x60 }
+ - { offsetInCU: 0x2FF, offset: 0x151696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvM', symObjAddr: 0x590, symBinAddr: 0x161F00, symSize: 0x70 }
+ - { offsetInCU: 0x31B, offset: 0x1516B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC27recordingDispatcherDelegateAA09RecordingfG0_pSgvM.resume.0', symObjAddr: 0x600, symBinAddr: 0x161F70, symSize: 0x70 }
+ - { offsetInCU: 0x337, offset: 0x1516CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4call7options05audioD005videoD0AcA10DirectCallC_AA16RecordingOptionsCAA05AudioD0CAA05VideoD0CSgtKcfC', symObjAddr: 0x670, symBinAddr: 0x161FE0, symSize: 0x60 }
+ - { offsetInCU: 0x35C, offset: 0x1516F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC4call7options05audioD005videoD0AcA10DirectCallC_AA16RecordingOptionsCAA05AudioD0CAA05VideoD0CSgtKcfc', symObjAddr: 0x6D0, symBinAddr: 0x162040, symSize: 0x760 }
+ - { offsetInCU: 0x4F3, offset: 0x15188A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC12startSession2atySo6CMTimea_tF', symObjAddr: 0xE30, symBinAddr: 0x1627A0, symSize: 0x60 }
+ - { offsetInCU: 0x530, offset: 0x1518C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyF', symObjAddr: 0xE90, symBinAddr: 0x162800, symSize: 0x390 }
+ - { offsetInCU: 0x712, offset: 0x151AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyFyycfU0_', symObjAddr: 0x1220, symBinAddr: 0x162B90, symSize: 0x240 }
+ - { offsetInCU: 0x77C, offset: 0x151B13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCfd', symObjAddr: 0x1460, symBinAddr: 0x162DD0, symSize: 0x70 }
+ - { offsetInCU: 0x7B7, offset: 0x151B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCfD', symObjAddr: 0x14D0, symBinAddr: 0x162E40, symSize: 0x80 }
+ - { offsetInCU: 0x91A, offset: 0x151CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingDispatcherDelegate_pSgXwWOh', symObjAddr: 0x1670, symBinAddr: 0x162FE0, symSize: 0x20 }
+ - { offsetInCU: 0x92E, offset: 0x151CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMa', symObjAddr: 0x1690, symBinAddr: 0x163000, symSize: 0x30 }
+ - { offsetInCU: 0x942, offset: 0x151CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOAEs0D0AAWl', symObjAddr: 0x16C0, symBinAddr: 0x163030, symSize: 0x30 }
+ - { offsetInCU: 0x956, offset: 0x151CED, size: 0x8, addend: 0x0, symName: '_$sSo18AVAssetWriterInputCMa', symObjAddr: 0x16F0, symBinAddr: 0x163060, symSize: 0x30 }
+ - { offsetInCU: 0x96A, offset: 0x151D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderC15finishRecordingyyFyycfU0_TA', symObjAddr: 0x1770, symBinAddr: 0x1630E0, symSize: 0x20 }
+ - { offsetInCU: 0x97E, offset: 0x151D15, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1790, symBinAddr: 0x163100, symSize: 0x20 }
+ - { offsetInCU: 0x992, offset: 0x151D29, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x17B0, symBinAddr: 0x163120, symSize: 0x10 }
+ - { offsetInCU: 0x9A6, offset: 0x151D3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMU', symObjAddr: 0x18D0, symBinAddr: 0x163240, symSize: 0x10 }
+ - { offsetInCU: 0x9BA, offset: 0x151D51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RecorderCMr', symObjAddr: 0x18E0, symBinAddr: 0x163250, symSize: 0xB0 }
+ - { offsetInCU: 0xB8B, offset: 0x151F22, size: 0x8, addend: 0x0, symName: '_$sSo13AVAssetWriterC9outputURL8fileTypeAB10Foundation0D0V_So06AVFileF0atKcfcTO', symObjAddr: 0x1550, symBinAddr: 0x162EC0, symSize: 0x120 }
+ - { offsetInCU: 0x27, offset: 0x152108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x1634E0, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0x15212C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callId9isEnabledACSS_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x1634E0, symSize: 0xA0 }
+ - { offsetInCU: 0x96, offset: 0x152177, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6callIdSSvg', symObjAddr: 0xA0, symBinAddr: 0x163580, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0x152193, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV9isEnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0x1635B0, symSize: 0x10 }
+ - { offsetInCU: 0xCE, offset: 0x1521AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0x1635C0, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0x1521CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV9requestIdSSvg', symObjAddr: 0xF0, symBinAddr: 0x1635D0, symSize: 0x30 }
+ - { offsetInCU: 0xFE, offset: 0x1521DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x120, symBinAddr: 0x163600, symSize: 0x1B0 }
+ - { offsetInCU: 0x186, offset: 0x152267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x310, symBinAddr: 0x1637B0, symSize: 0x10 }
+ - { offsetInCU: 0x1B1, offset: 0x152292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x320, symBinAddr: 0x1637C0, symSize: 0x30 }
+ - { offsetInCU: 0x1E3, offset: 0x1522C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x350, symBinAddr: 0x1637F0, symSize: 0x40 }
+ - { offsetInCU: 0x21D, offset: 0x1522FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x420, symBinAddr: 0x163830, symSize: 0x20 }
+ - { offsetInCU: 0x231, offset: 0x152312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA13WSRequestableAAWl', symObjAddr: 0x440, symBinAddr: 0x163850, symSize: 0x30 }
+ - { offsetInCU: 0x245, offset: 0x152326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x470, symBinAddr: 0x163880, symSize: 0x20 }
+ - { offsetInCU: 0x259, offset: 0x15233A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA13WSRequestableAAWI', symObjAddr: 0x4C0, symBinAddr: 0x1638A0, symSize: 0x20 }
+ - { offsetInCU: 0x26D, offset: 0x15234E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x510, symBinAddr: 0x1638C0, symSize: 0x10 }
+ - { offsetInCU: 0x281, offset: 0x152362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA11RequestableAAWI', symObjAddr: 0x550, symBinAddr: 0x1638D0, symSize: 0x30 }
+ - { offsetInCU: 0x295, offset: 0x152376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA0F0AAWl', symObjAddr: 0x580, symBinAddr: 0x163900, symSize: 0x30 }
+ - { offsetInCU: 0x2A9, offset: 0x15238A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x5B0, symBinAddr: 0x163930, symSize: 0x30 }
+ - { offsetInCU: 0x2BD, offset: 0x15239E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0AAWI', symObjAddr: 0x5E0, symBinAddr: 0x163960, symSize: 0x20 }
+ - { offsetInCU: 0x2D1, offset: 0x1523B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVACSEAAWl', symObjAddr: 0x600, symBinAddr: 0x163980, symSize: 0x30 }
+ - { offsetInCU: 0x2E5, offset: 0x1523C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x630, symBinAddr: 0x1639B0, symSize: 0x20 }
+ - { offsetInCU: 0x2F9, offset: 0x1523DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwCP', symObjAddr: 0x650, symBinAddr: 0x1639D0, symSize: 0x30 }
+ - { offsetInCU: 0x30D, offset: 0x1523EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwxx', symObjAddr: 0x680, symBinAddr: 0x163A00, symSize: 0x30 }
+ - { offsetInCU: 0x321, offset: 0x152402, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwcp', symObjAddr: 0x6B0, symBinAddr: 0x163A30, symSize: 0x50 }
+ - { offsetInCU: 0x335, offset: 0x152416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwca', symObjAddr: 0x700, symBinAddr: 0x163A80, symSize: 0x70 }
+ - { offsetInCU: 0x349, offset: 0x15242A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwta', symObjAddr: 0x790, symBinAddr: 0x163AF0, symSize: 0x60 }
+ - { offsetInCU: 0x35D, offset: 0x15243E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwet', symObjAddr: 0x7F0, symBinAddr: 0x163B50, symSize: 0x40 }
+ - { offsetInCU: 0x371, offset: 0x152452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVwst', symObjAddr: 0x830, symBinAddr: 0x163B90, symSize: 0x40 }
+ - { offsetInCU: 0x385, offset: 0x152466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVMa', symObjAddr: 0x870, symBinAddr: 0x163BD0, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x15269F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x163BE0, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x1526C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x163BE0, symSize: 0x70 }
+ - { offsetInCU: 0x6A, offset: 0x1526E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO3cmdAA0E3KeyOSgvg', symObjAddr: 0xB0, symBinAddr: 0x163C50, symSize: 0x10 }
+ - { offsetInCU: 0x96, offset: 0x15270E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO05valueF0AA0E0_SepXpSgvg', symObjAddr: 0xC0, symBinAddr: 0x163C60, symSize: 0x30 }
+ - { offsetInCU: 0xCC, offset: 0x152744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueACSgSS_tcfC', symObjAddr: 0x130, symBinAddr: 0x163C90, symSize: 0x70 }
+ - { offsetInCU: 0x102, offset: 0x15277A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8intValueACSgSi_tcfC', symObjAddr: 0x1A0, symBinAddr: 0x163D00, symSize: 0x10 }
+ - { offsetInCU: 0x129, offset: 0x1527A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8intValueSiSgvg', symObjAddr: 0x1B0, symBinAddr: 0x163D10, symSize: 0x10 }
+ - { offsetInCU: 0x151, offset: 0x1527C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO8rawValueSSvg', symObjAddr: 0x1C0, symBinAddr: 0x163D20, symSize: 0x10 }
+ - { offsetInCU: 0x165, offset: 0x1527DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvg', symObjAddr: 0x1D0, symBinAddr: 0x163D30, symSize: 0x10 }
+ - { offsetInCU: 0x197, offset: 0x15280F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x310, symBinAddr: 0x163E70, symSize: 0x70 }
+ - { offsetInCU: 0x1CB, offset: 0x152843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x380, symBinAddr: 0x163EE0, symSize: 0x20 }
+ - { offsetInCU: 0x212, offset: 0x15288A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0A2aDP05valueF0AA0E0_SepXpSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x163F00, symSize: 0x30 }
+ - { offsetInCU: 0x244, offset: 0x1528BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0A2aDP3cmdAA0E3KeyOSgvgTW', symObjAddr: 0x3D0, symBinAddr: 0x163F30, symSize: 0x10 }
+ - { offsetInCU: 0x26F, offset: 0x1528E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValueSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x163F40, symSize: 0x10 }
+ - { offsetInCU: 0x2BA, offset: 0x152932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x163F50, symSize: 0x70 }
+ - { offsetInCU: 0x305, offset: 0x15297D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x460, symBinAddr: 0x163FC0, symSize: 0x10 }
+ - { offsetInCU: 0x321, offset: 0x152999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x470, symBinAddr: 0x163FD0, symSize: 0x10 }
+ - { offsetInCU: 0x33D, offset: 0x1529B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeO11stringValueSSvgTf4d_n', symObjAddr: 0x550, symBinAddr: 0x1640B0, symSize: 0x20 }
+ - { offsetInCU: 0x37B, offset: 0x1529F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASQWb', symObjAddr: 0x570, symBinAddr: 0x1640D0, symSize: 0x10 }
+ - { offsetInCU: 0x38F, offset: 0x152A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSQAAWl', symObjAddr: 0x580, symBinAddr: 0x1640E0, symSize: 0x30 }
+ - { offsetInCU: 0x3A3, offset: 0x152A1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOAA0eF0AAWI', symObjAddr: 0x5B0, symBinAddr: 0x164110, symSize: 0x30 }
+ - { offsetInCU: 0x3B7, offset: 0x152A2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs9CodingKeyAAWl', symObjAddr: 0x5E0, symBinAddr: 0x164140, symSize: 0x30 }
+ - { offsetInCU: 0x3CB, offset: 0x152A43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSeAAWl', symObjAddr: 0x610, symBinAddr: 0x164170, symSize: 0x30 }
+ - { offsetInCU: 0x3DF, offset: 0x152A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSEAAWl', symObjAddr: 0x640, symBinAddr: 0x1641A0, symSize: 0x30 }
+ - { offsetInCU: 0x3F3, offset: 0x152A6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x670, symBinAddr: 0x1641D0, symSize: 0x10 }
+ - { offsetInCU: 0x407, offset: 0x152A7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x680, symBinAddr: 0x1641E0, symSize: 0x30 }
+ - { offsetInCU: 0x41B, offset: 0x152A93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs9CodingKeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x6B0, symBinAddr: 0x164210, symSize: 0x10 }
+ - { offsetInCU: 0x42F, offset: 0x152AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACs23CustomStringConvertibleAAWl', symObjAddr: 0x6C0, symBinAddr: 0x164220, symSize: 0x30 }
+ - { offsetInCU: 0x443, offset: 0x152ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwet', symObjAddr: 0x710, symBinAddr: 0x164250, symSize: 0x50 }
+ - { offsetInCU: 0x457, offset: 0x152ACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwst', symObjAddr: 0x760, symBinAddr: 0x1642A0, symSize: 0xA0 }
+ - { offsetInCU: 0x46B, offset: 0x152AE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwug', symObjAddr: 0x800, symBinAddr: 0x164340, symSize: 0x10 }
+ - { offsetInCU: 0x47F, offset: 0x152AF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwup', symObjAddr: 0x810, symBinAddr: 0x164350, symSize: 0x10 }
+ - { offsetInCU: 0x493, offset: 0x152B0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOwui', symObjAddr: 0x820, symBinAddr: 0x164360, symSize: 0x10 }
+ - { offsetInCU: 0x4A7, offset: 0x152B1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOMa', symObjAddr: 0x830, symBinAddr: 0x164370, symSize: 0x10 }
+ - { offsetInCU: 0x4BB, offset: 0x152B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOACSYAAWl', symObjAddr: 0x840, symBinAddr: 0x164380, symSize: 0x2E }
+ - { offsetInCU: 0x504, offset: 0x152B7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E0, symBinAddr: 0x163D40, symSize: 0x70 }
+ - { offsetInCU: 0x5E8, offset: 0x152C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x250, symBinAddr: 0x163DB0, symSize: 0x50 }
+ - { offsetInCU: 0x693, offset: 0x152D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2A0, symBinAddr: 0x163E00, symSize: 0x30 }
+ - { offsetInCU: 0x6FA, offset: 0x152D72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2D0, symBinAddr: 0x163E30, symSize: 0x40 }
+ - { offsetInCU: 0x789, offset: 0x152E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x480, symBinAddr: 0x163FE0, symSize: 0x50 }
+ - { offsetInCU: 0x7AC, offset: 0x152E24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4D0, symBinAddr: 0x164030, symSize: 0x40 }
+ - { offsetInCU: 0x7CF, offset: 0x152E47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x510, symBinAddr: 0x164070, symSize: 0x20 }
+ - { offsetInCU: 0x7EB, offset: 0x152E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15UtilCommandTypeOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x530, symBinAddr: 0x164090, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x153054, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x164430, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x153078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x164430, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x15308C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0x164440, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1530A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0x164470, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x1530C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x1644B0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x1530E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x1644E0, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x1530FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x1644F0, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x153121, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x164530, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x153212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x570, symBinAddr: 0x164830, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x1532AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x164940, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x153387, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x760, symBinAddr: 0x164A20, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x1533E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x164A50, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x153443, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x164A90, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x153494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfD', symObjAddr: 0x830, symBinAddr: 0x164AD0, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x1534ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvgTW', symObjAddr: 0x870, symBinAddr: 0x164B10, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x153509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvsTW', symObjAddr: 0x890, symBinAddr: 0x164B30, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x153525, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x164B50, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x153541, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectjK0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x164BA0, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x15356C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x164BC0, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x15359F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x164810, symSize: 0x20 }
+ - { offsetInCU: 0x643, offset: 0x153670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectionLostResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x164A80, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x1538FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19createVideoRecorder7optionsAA0gH0CSgAA16RecordingOptionsC_tKF', symObjAddr: 0x0, symBinAddr: 0x164CC0, symSize: 0x290 }
+ - { offsetInCU: 0x4E, offset: 0x153920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19createVideoRecorder7optionsAA0gH0CSgAA16RecordingOptionsC_tKF', symObjAddr: 0x0, symBinAddr: 0x164CC0, symSize: 0x290 }
+ - { offsetInCU: 0x14B, offset: 0x153A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19registVideoRecorderyyAA0H0CKF', symObjAddr: 0x2C0, symBinAddr: 0x164F50, symSize: 0x130 }
+ - { offsetInCU: 0x1CC, offset: 0x153A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21registerAudioRecorderyyAA0H0CF', symObjAddr: 0x3F0, symBinAddr: 0x165080, symSize: 0xA0 }
+ - { offsetInCU: 0x229, offset: 0x153AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC18unregisterRecorderyyAA0G0CF', symObjAddr: 0x490, symBinAddr: 0x165120, symSize: 0x128 }
+ - { offsetInCU: 0x8D, offset: 0x153DE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0VtcfC', symObjAddr: 0x0, symBinAddr: 0x165250, symSize: 0x150 }
+ - { offsetInCU: 0x121, offset: 0x153E77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0Vtcfc', symObjAddr: 0x150, symBinAddr: 0x1653A0, symSize: 0x150 }
+ - { offsetInCU: 0x19D, offset: 0x153EF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame11contentModeACSo6CGRectV_So013UIViewContentH0VtcfcTo', symObjAddr: 0x2C0, symBinAddr: 0x165510, symSize: 0x30 }
+ - { offsetInCU: 0x1B9, offset: 0x153F0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x165540, symSize: 0x80 }
+ - { offsetInCU: 0x1D7, offset: 0x153F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfc', symObjAddr: 0x370, symBinAddr: 0x1655C0, symSize: 0x120 }
+ - { offsetInCU: 0x27F, offset: 0x153FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frameACSo6CGRectV_tcfcTo', symObjAddr: 0x490, symBinAddr: 0x1656E0, symSize: 0xF0 }
+ - { offsetInCU: 0x2F3, offset: 0x154049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x580, symBinAddr: 0x1657D0, symSize: 0x40 }
+ - { offsetInCU: 0x311, offset: 0x154067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x5C0, symBinAddr: 0x165810, symSize: 0xB0 }
+ - { offsetInCU: 0x38B, offset: 0x1540E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x670, symBinAddr: 0x1658C0, symSize: 0xC0 }
+ - { offsetInCU: 0x3DD, offset: 0x154133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfC', symObjAddr: 0x730, symBinAddr: 0x165980, symSize: 0x20 }
+ - { offsetInCU: 0x3FB, offset: 0x154151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfc', symObjAddr: 0x750, symBinAddr: 0x1659A0, symSize: 0xF0 }
+ - { offsetInCU: 0x48D, offset: 0x1541E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCACycfcTo', symObjAddr: 0x840, symBinAddr: 0x165A90, symSize: 0xE0 }
+ - { offsetInCU: 0x51F, offset: 0x154275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvgTo', symObjAddr: 0x920, symBinAddr: 0x165B70, symSize: 0x30 }
+ - { offsetInCU: 0x55A, offset: 0x1542B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0Vvg', symObjAddr: 0x950, symBinAddr: 0x165BA0, symSize: 0x30 }
+ - { offsetInCU: 0x5A1, offset: 0x1542F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvsTo', symObjAddr: 0x980, symBinAddr: 0x165BD0, symSize: 0x40 }
+ - { offsetInCU: 0x5E4, offset: 0x15433A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0Vvs', symObjAddr: 0x9C0, symBinAddr: 0x165C10, symSize: 0x40 }
+ - { offsetInCU: 0x60B, offset: 0x154361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvM', symObjAddr: 0xA00, symBinAddr: 0x165C50, symSize: 0x60 }
+ - { offsetInCU: 0x655, offset: 0x1543AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC16videoContentModeSo06UIViewgH0VvM.resume.0', symObjAddr: 0xA60, symBinAddr: 0x165CB0, symSize: 0x60 }
+ - { offsetInCU: 0x68C, offset: 0x1543E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5embed2inySo6UIViewC_tF', symObjAddr: 0xAC0, symBinAddr: 0x165D10, symSize: 0x330 }
+ - { offsetInCU: 0x833, offset: 0x154589, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5embed2inySo6UIViewC_tFTo', symObjAddr: 0xDF0, symBinAddr: 0x166040, symSize: 0x50 }
+ - { offsetInCU: 0x86D, offset: 0x1545C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvgTo', symObjAddr: 0xE40, symBinAddr: 0x166090, symSize: 0x40 }
+ - { offsetInCU: 0x8A8, offset: 0x1545FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvg', symObjAddr: 0xE80, symBinAddr: 0x1660D0, symSize: 0x30 }
+ - { offsetInCU: 0x8EF, offset: 0x154645, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvsTo', symObjAddr: 0xEB0, symBinAddr: 0x166100, symSize: 0x40 }
+ - { offsetInCU: 0x92A, offset: 0x154680, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvs', symObjAddr: 0xEF0, symBinAddr: 0x166140, symSize: 0x40 }
+ - { offsetInCU: 0x951, offset: 0x1546A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvM', symObjAddr: 0xF30, symBinAddr: 0x166180, symSize: 0x40 }
+ - { offsetInCU: 0x980, offset: 0x1546D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC9isOnTrackSbvM.resume.0', symObjAddr: 0xF70, symBinAddr: 0x1661C0, symSize: 0x10 }
+ - { offsetInCU: 0x9AB, offset: 0x154701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC10timerBoardAA07SBTimerG0Cvg', symObjAddr: 0xF80, symBinAddr: 0x1661D0, symSize: 0x20 }
+ - { offsetInCU: 0x9D8, offset: 0x15472E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC7isValid4withSbAC_tF', symObjAddr: 0xFA0, symBinAddr: 0x1661F0, symSize: 0x50 }
+ - { offsetInCU: 0xA2B, offset: 0x154781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC7isValid4withSbAC_tFTo', symObjAddr: 0xFF0, symBinAddr: 0x166240, symSize: 0xA0 }
+ - { offsetInCU: 0xA6A, offset: 0x1547C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame6shaderACSo6CGRectV_So08RTCVideoE7Shading_ptcfC', symObjAddr: 0x1090, symBinAddr: 0x1662E0, symSize: 0x90 }
+ - { offsetInCU: 0xA88, offset: 0x1547DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame6shaderACSo6CGRectV_So08RTCVideoE7Shading_ptcfc', symObjAddr: 0x1120, symBinAddr: 0x166370, symSize: 0x30 }
+ - { offsetInCU: 0xB0B, offset: 0x154861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5frame6shaderACSo6CGRectV_So08RTCVideoE7Shading_ptcfcTo', symObjAddr: 0x1150, symBinAddr: 0x1663A0, symSize: 0x30 }
+ - { offsetInCU: 0xB68, offset: 0x1548BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coder6shaderACSo7NSCoderC_So08RTCVideoE7Shading_ptcfC', symObjAddr: 0x1180, symBinAddr: 0x1663D0, symSize: 0x50 }
+ - { offsetInCU: 0xB86, offset: 0x1548DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coder6shaderACSo7NSCoderC_So08RTCVideoE7Shading_ptcfc', symObjAddr: 0x11D0, symBinAddr: 0x166420, symSize: 0x30 }
+ - { offsetInCU: 0xC09, offset: 0x15495F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC5coder6shaderACSo7NSCoderC_So08RTCVideoE7Shading_ptcfcTo', symObjAddr: 0x1200, symBinAddr: 0x166450, symSize: 0x40 }
+ - { offsetInCU: 0xC6E, offset: 0x1549C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCfD', symObjAddr: 0x1240, symBinAddr: 0x166490, symSize: 0x30 }
+ - { offsetInCU: 0xC9C, offset: 0x1549F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCMa', symObjAddr: 0x2A0, symBinAddr: 0x1654F0, symSize: 0x20 }
+ - { offsetInCU: 0xD13, offset: 0x154A69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewCfETo', symObjAddr: 0x1270, symBinAddr: 0x1664C0, symSize: 0x20 }
+ - { offsetInCU: 0xD42, offset: 0x154A98, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvg', symObjAddr: 0x1290, symBinAddr: 0x1664E0, symSize: 0x40 }
+ - { offsetInCU: 0xD7B, offset: 0x154AD1, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvs', symObjAddr: 0x12D0, symBinAddr: 0x166520, symSize: 0x40 }
+ - { offsetInCU: 0xDC4, offset: 0x154B1A, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvM', symObjAddr: 0x1310, symBinAddr: 0x166560, symSize: 0x30 }
+ - { offsetInCU: 0xDE0, offset: 0x154B36, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE9isOnTrackSbvM.resume.0', symObjAddr: 0x1340, symBinAddr: 0x166590, symSize: 0x20 }
+ - { offsetInCU: 0xDFC, offset: 0x154B52, size: 0x8, addend: 0x0, symName: '_$sSo16RTCVideoRendererP13SendBirdCallsE7isValid4withSbSoAA_p_tF', symObjAddr: 0x1360, symBinAddr: 0x1665B0, symSize: 0x30 }
+ - { offsetInCU: 0xEF3, offset: 0x154C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC11renderFrameyySo08RTCVideoG0CSgF', symObjAddr: 0x1390, symBinAddr: 0x1665E0, symSize: 0x400 }
+ - { offsetInCU: 0x13C7, offset: 0x15511D, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoFrameC13SendBirdCallsE7asImageSo7UIImageCSgvg', symObjAddr: 0x1790, symBinAddr: 0x1669E0, symSize: 0x300 }
+ - { offsetInCU: 0x168C, offset: 0x1553E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC11renderFrameyySo08RTCVideoG0CSgFTo', symObjAddr: 0x1A90, symBinAddr: 0x166CE0, symSize: 0x50 }
+ - { offsetInCU: 0x16B5, offset: 0x15540B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tF', symObjAddr: 0x1AE0, symBinAddr: 0x166D30, symSize: 0x210 }
+ - { offsetInCU: 0x1818, offset: 0x15556E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tFTo', symObjAddr: 0x1CF0, symBinAddr: 0x166F40, symSize: 0x70 }
+ - { offsetInCU: 0x1834, offset: 0x15558A, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoFrameC13SendBirdCallsE11pixelBufferSo11CVBufferRefaSgvg', symObjAddr: 0x1D60, symBinAddr: 0x166FB0, symSize: 0xB0 }
+ - { offsetInCU: 0x1885, offset: 0x1555DB, size: 0x8, addend: 0x0, symName: '_$sSo18NSLayoutConstraintCMa', symObjAddr: 0x1E50, symBinAddr: 0x167060, symSize: 0x30 }
+ - { offsetInCU: 0x18A4, offset: 0x1555FA, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIegg_ACytIegnr_TRTA', symObjAddr: 0x1F60, symBinAddr: 0x1670B0, symSize: 0x20 }
+ - { offsetInCU: 0x18CD, offset: 0x155623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9VideoViewC14createSnapshot17completionHandleryySo7UIImageCSgc_tFyAA7SBTimerCcfU_TA', symObjAddr: 0x1F80, symBinAddr: 0x1670D0, symSize: 0x20 }
+ - { offsetInCU: 0x190C, offset: 0x155662, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIeyBy_ACIegg_TRTA', symObjAddr: 0x2210, symBinAddr: 0x167360, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x155BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x167390, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x155BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x167390, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x155BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x1673A0, symSize: 0x40 }
+ - { offsetInCU: 0x84, offset: 0x155C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x1673E0, symSize: 0x190 }
+ - { offsetInCU: 0x152, offset: 0x155CDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seq6callId07requestH011commandType12deliveryInfoACSiSg_S2SAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x300, symBinAddr: 0x167590, symSize: 0xE0 }
+ - { offsetInCU: 0x1E7, offset: 0x155D73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC3seq6callId07requestH011commandType12deliveryInfoACSiSg_S2SAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x3E0, symBinAddr: 0x167670, symSize: 0xB0 }
+ - { offsetInCU: 0x2B5, offset: 0x155E41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x490, symBinAddr: 0x167720, symSize: 0x30 }
+ - { offsetInCU: 0x314, offset: 0x155EA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x4C0, symBinAddr: 0x167750, symSize: 0x30 }
+ - { offsetInCU: 0x371, offset: 0x155EFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCfd', symObjAddr: 0x4F0, symBinAddr: 0x167780, symSize: 0x30 }
+ - { offsetInCU: 0x3C2, offset: 0x155F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCfD', symObjAddr: 0x540, symBinAddr: 0x1677B0, symSize: 0x40 }
+ - { offsetInCU: 0x42A, offset: 0x155FB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x580, symBinAddr: 0x1677F0, symSize: 0x20 }
+ - { offsetInCU: 0x45D, offset: 0x155FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14AcceptResponseCMa', symObjAddr: 0x2B0, symBinAddr: 0x167570, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x15630A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfC', symObjAddr: 0x0, symBinAddr: 0x167850, symSize: 0xA0 }
+ - { offsetInCU: 0x67, offset: 0x156326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xF0, symBinAddr: 0x167940, symSize: 0x50 }
+ - { offsetInCU: 0x88, offset: 0x156347, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x140, symBinAddr: 0x167990, symSize: 0x50 }
+ - { offsetInCU: 0xB1, offset: 0x156370, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x190, symBinAddr: 0x1679E0, symSize: 0x60 }
+ - { offsetInCU: 0xDA, offset: 0x156399, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1F0, symBinAddr: 0x167A40, symSize: 0x10 }
+ - { offsetInCU: 0xF6, offset: 0x1563B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeIdSSvg', symObjAddr: 0x200, symBinAddr: 0x167A50, symSize: 0x30 }
+ - { offsetInCU: 0x112, offset: 0x1563D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11isVideoCallSbvg', symObjAddr: 0x230, symBinAddr: 0x167A80, symSize: 0x10 }
+ - { offsetInCU: 0x12E, offset: 0x1563ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11constraintsAA15CallConstraintsCvg', symObjAddr: 0x240, symBinAddr: 0x167A90, symSize: 0x10 }
+ - { offsetInCU: 0x14A, offset: 0x156409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV11customItemsSDyS2SGvg', symObjAddr: 0x250, symBinAddr: 0x167AA0, symSize: 0x10 }
+ - { offsetInCU: 0x166, offset: 0x156425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV12capabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x260, symBinAddr: 0x167AB0, symSize: 0x10 }
+ - { offsetInCU: 0x182, offset: 0x156441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV19sendbirdChatOptionsAA0abgH0CSgvg', symObjAddr: 0x270, symBinAddr: 0x167AC0, symSize: 0x20 }
+ - { offsetInCU: 0x19E, offset: 0x15645D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x290, symBinAddr: 0x167AE0, symSize: 0x10 }
+ - { offsetInCU: 0x1BA, offset: 0x156479, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV9requestIdSSvg', symObjAddr: 0x2A0, symBinAddr: 0x167AF0, symSize: 0x30 }
+ - { offsetInCU: 0x1CE, offset: 0x15648D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2D0, symBinAddr: 0x167B20, symSize: 0x350 }
+ - { offsetInCU: 0x241, offset: 0x156500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x620, symBinAddr: 0x167E70, symSize: 0x10 }
+ - { offsetInCU: 0x26C, offset: 0x15652B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x630, symBinAddr: 0x167E80, symSize: 0x50 }
+ - { offsetInCU: 0x2B2, offset: 0x156571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x680, symBinAddr: 0x167ED0, symSize: 0x30 }
+ - { offsetInCU: 0x2E4, offset: 0x1565A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6B0, symBinAddr: 0x167F00, symSize: 0x50 }
+ - { offsetInCU: 0x307, offset: 0x1565C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV8calleeId11isVideoCall11constraints11customItems12capabilities19sendbirdChatOptionsACSS_SbAA0J11ConstraintsCSDyS2SGSayAA10CapabilityOGAA0abpQ0CSgtcfCTf4gnggggd_n', symObjAddr: 0x700, symBinAddr: 0x167F50, symSize: 0x100 }
+ - { offsetInCU: 0x396, offset: 0x156655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultType_WZ', symObjAddr: 0xA0, symBinAddr: 0x1678F0, symSize: 0x20 }
+ - { offsetInCU: 0x3B0, offset: 0x15666F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xC0, symBinAddr: 0x167910, symSize: 0x30 }
+ - { offsetInCU: 0x3D5, offset: 0x156694, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x8D0, symBinAddr: 0x168050, symSize: 0x50 }
+ - { offsetInCU: 0x3E9, offset: 0x1566A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOb', symObjAddr: 0xA10, symBinAddr: 0x1680A0, symSize: 0x40 }
+ - { offsetInCU: 0x3FD, offset: 0x1566BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOr', symObjAddr: 0xA50, symBinAddr: 0x1680E0, symSize: 0x20 }
+ - { offsetInCU: 0x411, offset: 0x1566D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgxSgSEsSERzlWl', symObjAddr: 0xA70, symBinAddr: 0x168100, symSize: 0x60 }
+ - { offsetInCU: 0x425, offset: 0x1566E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgMa', symObjAddr: 0xAD0, symBinAddr: 0x168160, symSize: 0x50 }
+ - { offsetInCU: 0x439, offset: 0x1566F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB11ChatOptionsCSgWOs', symObjAddr: 0xB20, symBinAddr: 0x1681B0, symSize: 0x20 }
+ - { offsetInCU: 0x44D, offset: 0x15670C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0xB40, symBinAddr: 0x1681D0, symSize: 0x20 }
+ - { offsetInCU: 0x461, offset: 0x156720, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA13WSRequestableAAWl', symObjAddr: 0xB60, symBinAddr: 0x1681F0, symSize: 0x30 }
+ - { offsetInCU: 0x475, offset: 0x156734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xB90, symBinAddr: 0x168220, symSize: 0x20 }
+ - { offsetInCU: 0x489, offset: 0x156748, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA13WSRequestableAAWI', symObjAddr: 0xBE0, symBinAddr: 0x168270, symSize: 0x20 }
+ - { offsetInCU: 0x49D, offset: 0x15675C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA11RequestableAAWI', symObjAddr: 0xC30, symBinAddr: 0x168290, symSize: 0x30 }
+ - { offsetInCU: 0x4B1, offset: 0x156770, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA0E0AAWl', symObjAddr: 0xC60, symBinAddr: 0x1682C0, symSize: 0x30 }
+ - { offsetInCU: 0x4C5, offset: 0x156784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xC90, symBinAddr: 0x1682F0, symSize: 0x30 }
+ - { offsetInCU: 0x4D9, offset: 0x156798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0AAWI', symObjAddr: 0xCC0, symBinAddr: 0x168320, symSize: 0x20 }
+ - { offsetInCU: 0x4ED, offset: 0x1567AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVACSEAAWl', symObjAddr: 0xCE0, symBinAddr: 0x168340, symSize: 0x30 }
+ - { offsetInCU: 0x501, offset: 0x1567C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xD10, symBinAddr: 0x168370, symSize: 0x20 }
+ - { offsetInCU: 0x515, offset: 0x1567D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwCP', symObjAddr: 0xD30, symBinAddr: 0x168390, symSize: 0x30 }
+ - { offsetInCU: 0x529, offset: 0x1567E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwxx', symObjAddr: 0xD60, symBinAddr: 0x1683C0, symSize: 0x50 }
+ - { offsetInCU: 0x53D, offset: 0x1567FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwcp', symObjAddr: 0xDB0, symBinAddr: 0x168410, symSize: 0xB0 }
+ - { offsetInCU: 0x551, offset: 0x156810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwca', symObjAddr: 0xE60, symBinAddr: 0x1684C0, symSize: 0xE0 }
+ - { offsetInCU: 0x565, offset: 0x156824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwta', symObjAddr: 0xF70, symBinAddr: 0x1685A0, symSize: 0xA0 }
+ - { offsetInCU: 0x579, offset: 0x156838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwet', symObjAddr: 0x1010, symBinAddr: 0x168640, symSize: 0x40 }
+ - { offsetInCU: 0x58D, offset: 0x15684C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVwst', symObjAddr: 0x1050, symBinAddr: 0x168680, symSize: 0x50 }
+ - { offsetInCU: 0x5A1, offset: 0x156860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVMa', symObjAddr: 0x10A0, symBinAddr: 0x1686D0, symSize: 0xA }
+ - { offsetInCU: 0x4F, offset: 0x156B53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC7messageSSvg', symObjAddr: 0x0, symBinAddr: 0x1686E0, symSize: 0x30 }
+ - { offsetInCU: 0x6B, offset: 0x156B6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4codeSivg', symObjAddr: 0x30, symBinAddr: 0x168710, symSize: 0x10 }
+ - { offsetInCU: 0x87, offset: 0x156B8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC9requestIdSSSgvg', symObjAddr: 0x40, symBinAddr: 0x168720, symSize: 0x30 }
+ - { offsetInCU: 0xA3, offset: 0x156BA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4typeSSSgvg', symObjAddr: 0x70, symBinAddr: 0x168750, symSize: 0x30 }
+ - { offsetInCU: 0xBF, offset: 0x156BC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC02isD0Sbvg', symObjAddr: 0xA0, symBinAddr: 0x168780, symSize: 0x10 }
+ - { offsetInCU: 0xED, offset: 0x156BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO8rawValueSSvg', symObjAddr: 0xB0, symBinAddr: 0x168790, symSize: 0x20 }
+ - { offsetInCU: 0x124, offset: 0x156C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO11stringValueSSvg', symObjAddr: 0xD0, symBinAddr: 0x1687B0, symSize: 0x20 }
+ - { offsetInCU: 0x193, offset: 0x156C97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSYAASY8rawValuexSg03RawP0Qz_tcfCTW', symObjAddr: 0x130, symBinAddr: 0x168810, symSize: 0x80 }
+ - { offsetInCU: 0x1D4, offset: 0x156CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSYAASY8rawValue03RawP0QzvgTW', symObjAddr: 0x1B0, symBinAddr: 0x168890, symSize: 0x30 }
+ - { offsetInCU: 0x1F0, offset: 0x156CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x1E0, symBinAddr: 0x1688C0, symSize: 0x10 }
+ - { offsetInCU: 0x226, offset: 0x156D2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x1F0, symBinAddr: 0x1688D0, symSize: 0x80 }
+ - { offsetInCU: 0x27E, offset: 0x156D82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x270, symBinAddr: 0x168950, symSize: 0x10 }
+ - { offsetInCU: 0x29A, offset: 0x156D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x280, symBinAddr: 0x168960, symSize: 0x10 }
+ - { offsetInCU: 0x2B8, offset: 0x156DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x2D0, symBinAddr: 0x1689B0, symSize: 0x40 }
+ - { offsetInCU: 0x2DD, offset: 0x156DE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x310, symBinAddr: 0x1689F0, symSize: 0x240 }
+ - { offsetInCU: 0x363, offset: 0x156E67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACSg10Foundation4DataV_tcfC', symObjAddr: 0x640, symBinAddr: 0x168C80, symSize: 0x40 }
+ - { offsetInCU: 0x381, offset: 0x156E85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC4fromACSg10Foundation4DataV_tcfc', symObjAddr: 0x680, symBinAddr: 0x168CC0, symSize: 0x150 }
+ - { offsetInCU: 0x3EA, offset: 0x156EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC9errorCodeAA8SBCErrorC0dH0Ovg', symObjAddr: 0x810, symBinAddr: 0x168E10, symSize: 0x20 }
+ - { offsetInCU: 0x42C, offset: 0x156F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCfd', symObjAddr: 0x830, symBinAddr: 0x168E30, symSize: 0x30 }
+ - { offsetInCU: 0x467, offset: 0x156F6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCfD', symObjAddr: 0x860, symBinAddr: 0x168E60, symSize: 0x40 }
+ - { offsetInCU: 0x4AA, offset: 0x156FAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x8A0, symBinAddr: 0x168EA0, symSize: 0x20 }
+ - { offsetInCU: 0x4CE, offset: 0x156FD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs0G3KeyAAWl', symObjAddr: 0x5C0, symBinAddr: 0x168C30, symSize: 0x30 }
+ - { offsetInCU: 0x4E2, offset: 0x156FE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCMa', symObjAddr: 0x5F0, symBinAddr: 0x168C60, symSize: 0x20 }
+ - { offsetInCU: 0x515, offset: 0x157019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA11RespondableAAWI', symObjAddr: 0x8C0, symBinAddr: 0x168EC0, symSize: 0x40 }
+ - { offsetInCU: 0x529, offset: 0x15702D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA0E0AAWI', symObjAddr: 0x930, symBinAddr: 0x168F30, symSize: 0x30 }
+ - { offsetInCU: 0x53D, offset: 0x157041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandCAA17StrategyDecodableAAWI', symObjAddr: 0x960, symBinAddr: 0x168F60, symSize: 0x30 }
+ - { offsetInCU: 0x551, offset: 0x157055, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwet', symObjAddr: 0xA00, symBinAddr: 0x168FE0, symSize: 0x80 }
+ - { offsetInCU: 0x565, offset: 0x157069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwst', symObjAddr: 0xA80, symBinAddr: 0x169060, symSize: 0xD0 }
+ - { offsetInCU: 0x579, offset: 0x15707D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwug', symObjAddr: 0xB50, symBinAddr: 0x169130, symSize: 0x10 }
+ - { offsetInCU: 0x58D, offset: 0x157091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwup', symObjAddr: 0xB60, symBinAddr: 0x169140, symSize: 0x10 }
+ - { offsetInCU: 0x5A1, offset: 0x1570A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOwui', symObjAddr: 0xB70, symBinAddr: 0x169150, symSize: 0x10 }
+ - { offsetInCU: 0x5B5, offset: 0x1570B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOMa', symObjAddr: 0xB80, symBinAddr: 0x169160, symSize: 0x10 }
+ - { offsetInCU: 0x5C9, offset: 0x1570CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASQWb', symObjAddr: 0xB90, symBinAddr: 0x169170, symSize: 0x10 }
+ - { offsetInCU: 0x5DD, offset: 0x1570E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFSQAAWl', symObjAddr: 0xBA0, symBinAddr: 0x169180, symSize: 0x30 }
+ - { offsetInCU: 0x5F1, offset: 0x1570F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xBD0, symBinAddr: 0x1691B0, symSize: 0x10 }
+ - { offsetInCU: 0x605, offset: 0x157109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xBE0, symBinAddr: 0x1691C0, symSize: 0x30 }
+ - { offsetInCU: 0x619, offset: 0x15711D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xC10, symBinAddr: 0x1691F0, symSize: 0x10 }
+ - { offsetInCU: 0x62D, offset: 0x157131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xC20, symBinAddr: 0x169200, symSize: 0x2E }
+ - { offsetInCU: 0x652, offset: 0x157156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF0, symBinAddr: 0x1687D0, symSize: 0x10 }
+ - { offsetInCU: 0x66E, offset: 0x157172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH9hashValueSivgTW', symObjAddr: 0x100, symBinAddr: 0x1687E0, symSize: 0x10 }
+ - { offsetInCU: 0x68A, offset: 0x15718E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x110, symBinAddr: 0x1687F0, symSize: 0x10 }
+ - { offsetInCU: 0x6A6, offset: 0x1571AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x168800, symSize: 0x10 }
+ - { offsetInCU: 0x6C8, offset: 0x1571CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x290, symBinAddr: 0x168970, symSize: 0x20 }
+ - { offsetInCU: 0x6E4, offset: 0x1571E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x2B0, symBinAddr: 0x168990, symSize: 0x20 }
+ - { offsetInCU: 0x81, offset: 0x1574C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_SbtcfC', symObjAddr: 0x0, symBinAddr: 0x169230, symSize: 0x80 }
+ - { offsetInCU: 0xD9, offset: 0x157518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvg', symObjAddr: 0x110, symBinAddr: 0x169340, symSize: 0x30 }
+ - { offsetInCU: 0xF5, offset: 0x157534, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvs', symObjAddr: 0x140, symBinAddr: 0x169370, symSize: 0x30 }
+ - { offsetInCU: 0x111, offset: 0x157550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvM', symObjAddr: 0x170, symBinAddr: 0x1693A0, symSize: 0x30 }
+ - { offsetInCU: 0x12D, offset: 0x15756C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audioSbvM.resume.0', symObjAddr: 0x1A0, symBinAddr: 0x1693D0, symSize: 0x10 }
+ - { offsetInCU: 0x149, offset: 0x157588, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvg', symObjAddr: 0x1B0, symBinAddr: 0x1693E0, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0x1575A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvs', symObjAddr: 0x1E0, symBinAddr: 0x169410, symSize: 0x30 }
+ - { offsetInCU: 0x181, offset: 0x1575C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5videoSbvM', symObjAddr: 0x210, symBinAddr: 0x169440, symSize: 0x30 }
+ - { offsetInCU: 0x1A9, offset: 0x1575E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO2eeoiySbAE_AEtFZ', symObjAddr: 0x240, symBinAddr: 0x169470, symSize: 0x10 }
+ - { offsetInCU: 0x1D1, offset: 0x157610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO4hash4intoys6HasherVz_tF', symObjAddr: 0x250, symBinAddr: 0x169480, symSize: 0x20 }
+ - { offsetInCU: 0x234, offset: 0x157673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x270, symBinAddr: 0x1694A0, symSize: 0x10 }
+ - { offsetInCU: 0x248, offset: 0x157687, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x280, symBinAddr: 0x1694B0, symSize: 0x10 }
+ - { offsetInCU: 0x2A2, offset: 0x1576E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO9hashValueSivg', symObjAddr: 0x290, symBinAddr: 0x1694C0, symSize: 0x40 }
+ - { offsetInCU: 0x36F, offset: 0x1577AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2D0, symBinAddr: 0x169500, symSize: 0x10 }
+ - { offsetInCU: 0x396, offset: 0x1577D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x169510, symSize: 0x30 }
+ - { offsetInCU: 0x3EB, offset: 0x15782A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x310, symBinAddr: 0x169540, symSize: 0x10 }
+ - { offsetInCU: 0x441, offset: 0x157880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x320, symBinAddr: 0x169550, symSize: 0x40 }
+ - { offsetInCU: 0x525, offset: 0x157964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x360, symBinAddr: 0x169590, symSize: 0x20 }
+ - { offsetInCU: 0x597, offset: 0x1579D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3C0, symBinAddr: 0x1695F0, symSize: 0x10 }
+ - { offsetInCU: 0x5C2, offset: 0x157A01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x169600, symSize: 0x20 }
+ - { offsetInCU: 0x5F3, offset: 0x157A32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3F0, symBinAddr: 0x169620, symSize: 0x10 }
+ - { offsetInCU: 0x60F, offset: 0x157A4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x400, symBinAddr: 0x169630, symSize: 0x10 }
+ - { offsetInCU: 0x62B, offset: 0x157A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysO11stringValueAESgSS_tcfCTf4nd_n', symObjAddr: 0xC90, symBinAddr: 0x169EC0, symSize: 0xA0 }
+ - { offsetInCU: 0x670, offset: 0x157AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x450, symBinAddr: 0x169680, symSize: 0x40 }
+ - { offsetInCU: 0x695, offset: 0x157AD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x490, symBinAddr: 0x1696C0, symSize: 0x190 }
+ - { offsetInCU: 0x6F1, offset: 0x157B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC5audio5videoACSb_Sbtcfc', symObjAddr: 0x620, symBinAddr: 0x169850, symSize: 0x70 }
+ - { offsetInCU: 0x722, offset: 0x157B61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCfd', symObjAddr: 0x6B0, symBinAddr: 0x1698E0, symSize: 0x10 }
+ - { offsetInCU: 0x74F, offset: 0x157B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCfD', symObjAddr: 0x6C0, symBinAddr: 0x1698F0, symSize: 0x20 }
+ - { offsetInCU: 0x77C, offset: 0x157BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x6E0, symBinAddr: 0x169910, symSize: 0x110 }
+ - { offsetInCU: 0x7BB, offset: 0x157BFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x7F0, symBinAddr: 0x169A20, symSize: 0x20 }
+ - { offsetInCU: 0x7DE, offset: 0x157C1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x810, symBinAddr: 0x169A40, symSize: 0x20 }
+ - { offsetInCU: 0x802, offset: 0x157C41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4copyACyF', symObjAddr: 0x80, symBinAddr: 0x1692B0, symSize: 0x90 }
+ - { offsetInCU: 0x87D, offset: 0x157CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCMa', symObjAddr: 0x690, symBinAddr: 0x1698C0, symSize: 0x20 }
+ - { offsetInCU: 0x8BD, offset: 0x157CFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC11descriptionSSvg', symObjAddr: 0x830, symBinAddr: 0x169A60, symSize: 0x120 }
+ - { offsetInCU: 0x9CB, offset: 0x157E0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x950, symBinAddr: 0x169B80, symSize: 0x20 }
+ - { offsetInCU: 0x9E7, offset: 0x157E26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC2eeoiySbAC_ACtFZ', symObjAddr: 0x970, symBinAddr: 0x169BA0, symSize: 0x60 }
+ - { offsetInCU: 0xA4C, offset: 0x157E8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x9D0, symBinAddr: 0x169C00, symSize: 0x60 }
+ - { offsetInCU: 0xAA9, offset: 0x157EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC4hash4intoys6HasherVz_tF', symObjAddr: 0xA30, symBinAddr: 0x169C60, symSize: 0x50 }
+ - { offsetInCU: 0xB89, offset: 0x157FC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC9hashValueSivg', symObjAddr: 0xA80, symBinAddr: 0x169CB0, symSize: 0x60 }
+ - { offsetInCU: 0xCBF, offset: 0x1580FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH9hashValueSivgTW', symObjAddr: 0xAE0, symBinAddr: 0x169D10, symSize: 0x60 }
+ - { offsetInCU: 0xDF8, offset: 0x158237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB40, symBinAddr: 0x169D70, symSize: 0x50 }
+ - { offsetInCU: 0xED3, offset: 0x158312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCAA8CopyableA2aDP4copy7ElementQzyFTW', symObjAddr: 0xBF0, symBinAddr: 0x169E20, symSize: 0xA0 }
+ - { offsetInCU: 0xF63, offset: 0x1583A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xDA0, symBinAddr: 0x169F60, symSize: 0x30 }
+ - { offsetInCU: 0xF77, offset: 0x1583B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASQWb', symObjAddr: 0xE00, symBinAddr: 0x169F90, symSize: 0x10 }
+ - { offsetInCU: 0xF8B, offset: 0x1583CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAESQAAWl', symObjAddr: 0xE10, symBinAddr: 0x169FA0, symSize: 0x30 }
+ - { offsetInCU: 0xF9F, offset: 0x1583DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xE40, symBinAddr: 0x169FD0, symSize: 0x10 }
+ - { offsetInCU: 0xFB3, offset: 0x1583F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xE50, symBinAddr: 0x169FE0, symSize: 0x30 }
+ - { offsetInCU: 0xFC7, offset: 0x158406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xE80, symBinAddr: 0x16A010, symSize: 0x10 }
+ - { offsetInCU: 0xFDB, offset: 0x15841A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xE90, symBinAddr: 0x16A020, symSize: 0x30 }
+ - { offsetInCU: 0xFEF, offset: 0x15842E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASQWb', symObjAddr: 0xEC0, symBinAddr: 0x16A050, symSize: 0x10 }
+ - { offsetInCU: 0x1003, offset: 0x158442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCACSQAAWl', symObjAddr: 0xED0, symBinAddr: 0x16A060, symSize: 0x30 }
+ - { offsetInCU: 0x1017, offset: 0x158456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwet', symObjAddr: 0x1070, symBinAddr: 0x16A1E0, symSize: 0x80 }
+ - { offsetInCU: 0x102B, offset: 0x15846A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwst', symObjAddr: 0x10F0, symBinAddr: 0x16A260, symSize: 0xD0 }
+ - { offsetInCU: 0x103F, offset: 0x15847E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwug', symObjAddr: 0x11C0, symBinAddr: 0x16A330, symSize: 0x10 }
+ - { offsetInCU: 0x1053, offset: 0x158492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwup', symObjAddr: 0x11D0, symBinAddr: 0x16A340, symSize: 0x10 }
+ - { offsetInCU: 0x1067, offset: 0x1584A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOwui', symObjAddr: 0x11E0, symBinAddr: 0x16A350, symSize: 0x10 }
+ - { offsetInCU: 0x107B, offset: 0x1584BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOMa', symObjAddr: 0x11F0, symBinAddr: 0x16A360, symSize: 0x10 }
+ - { offsetInCU: 0x10CD, offset: 0x15850C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x380, symBinAddr: 0x1695B0, symSize: 0x40 }
+ - { offsetInCU: 0x1170, offset: 0x1585AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x410, symBinAddr: 0x169640, symSize: 0x20 }
+ - { offsetInCU: 0x118C, offset: 0x1585CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x430, symBinAddr: 0x169660, symSize: 0x20 }
+ - { offsetInCU: 0x11E4, offset: 0x158623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallConstraintsCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB90, symBinAddr: 0x169DC0, symSize: 0x60 }
+ - { offsetInCU: 0x4B, offset: 0x158970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x16A380, symSize: 0x20 }
+ - { offsetInCU: 0x91, offset: 0x1589B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0x20, symBinAddr: 0x16A3A0, symSize: 0x30 }
+ - { offsetInCU: 0xD6, offset: 0x1589FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x50, symBinAddr: 0x16A3D0, symSize: 0x10 }
+ - { offsetInCU: 0xFB, offset: 0x158A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x60, symBinAddr: 0x16A3E0, symSize: 0xA0 }
+ - { offsetInCU: 0x166, offset: 0x158A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x120, symBinAddr: 0x16A4A0, symSize: 0x80 }
+ - { offsetInCU: 0x1E8, offset: 0x158B0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCACycfC', symObjAddr: 0x220, symBinAddr: 0x16A5A0, symSize: 0x30 }
+ - { offsetInCU: 0x247, offset: 0x158B6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCACycfc', symObjAddr: 0x250, symBinAddr: 0x16A5D0, symSize: 0x30 }
+ - { offsetInCU: 0x28C, offset: 0x158BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfd', symObjAddr: 0x290, symBinAddr: 0x16A610, symSize: 0x20 }
+ - { offsetInCU: 0x2C7, offset: 0x158BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfD', symObjAddr: 0x2B0, symBinAddr: 0x16A630, symSize: 0x30 }
+ - { offsetInCU: 0x329, offset: 0x158C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCfE', symObjAddr: 0x280, symBinAddr: 0x16A600, symSize: 0x10 }
+ - { offsetInCU: 0x356, offset: 0x158C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls38PeerConnectionIceRestartAnsweringStateCMa', symObjAddr: 0x360, symBinAddr: 0x16A6E0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x158E9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x16A740, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0x158EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled6callId12deliveryInfoACSb_SSAA08DeliveryM0VtcfC', symObjAddr: 0x0, symBinAddr: 0x16A740, symSize: 0xA0 }
+ - { offsetInCU: 0xAA, offset: 0x158F1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabledSbvg', symObjAddr: 0xA0, symBinAddr: 0x16A7E0, symSize: 0x10 }
+ - { offsetInCU: 0xC6, offset: 0x158F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xB0, symBinAddr: 0x16A7F0, symSize: 0x40 }
+ - { offsetInCU: 0xEB, offset: 0x158F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xF0, symBinAddr: 0x16A830, symSize: 0x210 }
+ - { offsetInCU: 0x1D0, offset: 0x159045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0VtcfC', symObjAddr: 0x450, symBinAddr: 0x16AA60, symSize: 0xD0 }
+ - { offsetInCU: 0x275, offset: 0x1590EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC9isEnabled11commandType9messageId04callM012deliveryInfoACSb_AA0G5TypesO10DirectCallOS2SAA08DeliveryP0Vtcfc', symObjAddr: 0x520, symBinAddr: 0x16AB30, symSize: 0xA0 }
+ - { offsetInCU: 0x34E, offset: 0x1591C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x5C0, symBinAddr: 0x16ABD0, symSize: 0x30 }
+ - { offsetInCU: 0x3AD, offset: 0x159222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x5F0, symBinAddr: 0x16AC00, symSize: 0x30 }
+ - { offsetInCU: 0x40A, offset: 0x15927F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCfd', symObjAddr: 0x620, symBinAddr: 0x16AC30, symSize: 0x30 }
+ - { offsetInCU: 0x45B, offset: 0x1592D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCfD', symObjAddr: 0x670, symBinAddr: 0x16AC60, symSize: 0x40 }
+ - { offsetInCU: 0x4B5, offset: 0x15932A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24AudioSettingEventCommandCMa', symObjAddr: 0x3D0, symBinAddr: 0x16AA40, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x159616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x16ACD0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x15963A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x16ACD0, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x159658, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateC7process7contextyAA0D0C_tF', symObjAddr: 0x20, symBinAddr: 0x16ACF0, symSize: 0x1D0 }
+ - { offsetInCU: 0x188, offset: 0x159777, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCACycfc', symObjAddr: 0x1F0, symBinAddr: 0x16AEC0, symSize: 0x10 }
+ - { offsetInCU: 0x1B5, offset: 0x1597A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCfd', symObjAddr: 0x200, symBinAddr: 0x16AED0, symSize: 0x10 }
+ - { offsetInCU: 0x1E2, offset: 0x1597D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCfD', symObjAddr: 0x210, symBinAddr: 0x16AEE0, symSize: 0x20 }
+ - { offsetInCU: 0x280, offset: 0x15986F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0x2A0, symBinAddr: 0x16AF00, symSize: 0x30 }
+ - { offsetInCU: 0x294, offset: 0x159883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EndpointDeletingStateCMa', symObjAddr: 0x2D0, symBinAddr: 0x16AF30, symSize: 0x14 }
+ - { offsetInCU: 0xC9, offset: 0x159B3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC4kind7packets8previousAcA10PacketInfoV4KindO_SayAHGAA13Statisticable_pSgtcfC', symObjAddr: 0x2E20, symBinAddr: 0x16DD70, symSize: 0x50 }
+ - { offsetInCU: 0xF6, offset: 0x159B6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvg', symObjAddr: 0x30D0, symBinAddr: 0x16E020, symSize: 0x30 }
+ - { offsetInCU: 0x112, offset: 0x159B88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvs', symObjAddr: 0x3100, symBinAddr: 0x16E050, symSize: 0x40 }
+ - { offsetInCU: 0x12E, offset: 0x159BA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7packetsSayAA10PacketInfoVGvM', symObjAddr: 0x3140, symBinAddr: 0x16E090, symSize: 0x30 }
+ - { offsetInCU: 0x14A, offset: 0x159BC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvg', symObjAddr: 0x3170, symBinAddr: 0x16E0C0, symSize: 0x30 }
+ - { offsetInCU: 0x166, offset: 0x159BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvs', symObjAddr: 0x31A0, symBinAddr: 0x16E0F0, symSize: 0x40 }
+ - { offsetInCU: 0x182, offset: 0x159BF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvM', symObjAddr: 0x31E0, symBinAddr: 0x16E130, symSize: 0x30 }
+ - { offsetInCU: 0x19E, offset: 0x159C14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC10allPacketsSayAA10PacketInfoVGvM.resume.0', symObjAddr: 0x3210, symBinAddr: 0x16E160, symSize: 0x10 }
+ - { offsetInCU: 0x1BA, offset: 0x159C30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvg', symObjAddr: 0x3220, symBinAddr: 0x16E170, symSize: 0x40 }
+ - { offsetInCU: 0x1D6, offset: 0x159C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvs', symObjAddr: 0x3260, symBinAddr: 0x16E1B0, symSize: 0x50 }
+ - { offsetInCU: 0x1F2, offset: 0x159C68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8previousAA13Statisticable_pSgvM', symObjAddr: 0x32B0, symBinAddr: 0x16E200, symSize: 0x30 }
+ - { offsetInCU: 0x20E, offset: 0x159C84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvg', symObjAddr: 0x32E0, symBinAddr: 0x16E230, symSize: 0x11B0 }
+ - { offsetInCU: 0x22A, offset: 0x159CA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvs', symObjAddr: 0x4490, symBinAddr: 0x16F3E0, symSize: 0x830 }
+ - { offsetInCU: 0x246, offset: 0x159CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC7inboundAA10PacketInfoVSgvM', symObjAddr: 0x4CC0, symBinAddr: 0x16FC10, symSize: 0x30 }
+ - { offsetInCU: 0x262, offset: 0x159CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvg', symObjAddr: 0x4CF0, symBinAddr: 0x16FC40, symSize: 0x11C0 }
+ - { offsetInCU: 0x27E, offset: 0x159CF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvs', symObjAddr: 0x5EB0, symBinAddr: 0x170E00, symSize: 0x840 }
+ - { offsetInCU: 0x29A, offset: 0x159D10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC8outboundAA10PacketInfoVSgvM', symObjAddr: 0x66F0, symBinAddr: 0x171640, symSize: 0x30 }
+ - { offsetInCU: 0x2B6, offset: 0x159D2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvg', symObjAddr: 0x6720, symBinAddr: 0x171670, symSize: 0x11C0 }
+ - { offsetInCU: 0x2D2, offset: 0x159D48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvs', symObjAddr: 0x78E0, symBinAddr: 0x172830, symSize: 0x840 }
+ - { offsetInCU: 0x2EE, offset: 0x159D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC13remoteInboundAA10PacketInfoVSgvM', symObjAddr: 0x8120, symBinAddr: 0x173070, symSize: 0x30 }
+ - { offsetInCU: 0x30A, offset: 0x159D80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvg', symObjAddr: 0x8150, symBinAddr: 0x1730A0, symSize: 0x11C0 }
+ - { offsetInCU: 0x326, offset: 0x159D9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvs', symObjAddr: 0x9310, symBinAddr: 0x174260, symSize: 0x840 }
+ - { offsetInCU: 0x342, offset: 0x159DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC14localCandidateAA10PacketInfoVSgvM', symObjAddr: 0x9B50, symBinAddr: 0x174AA0, symSize: 0x30 }
+ - { offsetInCU: 0x35E, offset: 0x159DD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvg', symObjAddr: 0x9B80, symBinAddr: 0x174AD0, symSize: 0x11C0 }
+ - { offsetInCU: 0x37A, offset: 0x159DF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvs', symObjAddr: 0xAD40, symBinAddr: 0x175C90, symSize: 0x840 }
+ - { offsetInCU: 0x396, offset: 0x159E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC21selectedCandidatePairAA10PacketInfoVSgvM', symObjAddr: 0xB580, symBinAddr: 0x1764D0, symSize: 0x30 }
+ - { offsetInCU: 0x41D, offset: 0x159E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC4kind7packets8previousAcA10PacketInfoV4KindO_SayAHGAA13Statisticable_pSgtcfc', symObjAddr: 0xB5B0, symBinAddr: 0x176500, symSize: 0x9A70 }
+ - { offsetInCU: 0xE25, offset: 0x15A89B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCfd', symObjAddr: 0x15020, symBinAddr: 0x17FF70, symSize: 0x1950 }
+ - { offsetInCU: 0xE52, offset: 0x15A8C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCfD', symObjAddr: 0x16970, symBinAddr: 0x1818C0, symSize: 0x20 }
+ - { offsetInCU: 0xE7F, offset: 0x15A8F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP7packetsSayAA10PacketInfoVGvgTW', symObjAddr: 0x16990, symBinAddr: 0x1818E0, symSize: 0x20 }
+ - { offsetInCU: 0xE9B, offset: 0x15A911, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP10allPacketsSayAA10PacketInfoVGvgTW', symObjAddr: 0x169B0, symBinAddr: 0x181900, symSize: 0x20 }
+ - { offsetInCU: 0xEAF, offset: 0x15A925, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP8previousAaD_pSgvgTW', symObjAddr: 0x169D0, symBinAddr: 0x181920, symSize: 0x20 }
+ - { offsetInCU: 0xEC3, offset: 0x15A939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP7inboundAA10PacketInfoVSgvgTW', symObjAddr: 0x169F0, symBinAddr: 0x181940, symSize: 0x50 }
+ - { offsetInCU: 0xED7, offset: 0x15A94D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP8outboundAA10PacketInfoVSgvgTW', symObjAddr: 0x16A40, symBinAddr: 0x181990, symSize: 0x50 }
+ - { offsetInCU: 0xEF3, offset: 0x15A969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP13remoteInboundAA10PacketInfoVSgvgTW', symObjAddr: 0x16A90, symBinAddr: 0x1819E0, symSize: 0x50 }
+ - { offsetInCU: 0xF07, offset: 0x15A97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP14localCandidateAA10PacketInfoVSgvgTW', symObjAddr: 0x16B60, symBinAddr: 0x181A30, symSize: 0x50 }
+ - { offsetInCU: 0xF23, offset: 0x15A999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableA2aDP21selectedCandidatePairAA10PacketInfoVSgvgTW', symObjAddr: 0x16BB0, symBinAddr: 0x181A80, symSize: 0x50 }
+ - { offsetInCU: 0x101E, offset: 0x15AA94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsC6getMOSAA8MOSValueOyF', symObjAddr: 0x0, symBinAddr: 0x16AF50, symSize: 0x1D0 }
+ - { offsetInCU: 0x1218, offset: 0x15AC8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE15packetsReceiveds5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x2E70, symBinAddr: 0x16DDC0, symSize: 0x130 }
+ - { offsetInCU: 0x12E1, offset: 0x15AD57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsLosts5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x2FA0, symBinAddr: 0x16DEF0, symSize: 0x130 }
+ - { offsetInCU: 0x13ED, offset: 0x15AE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x16C00, symBinAddr: 0x181AD0, symSize: 0x30 }
+ - { offsetInCU: 0x1409, offset: 0x15AE7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOc', symObjAddr: 0x16D80, symBinAddr: 0x181B00, symSize: 0x40 }
+ - { offsetInCU: 0x141D, offset: 0x15AE93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOf', symObjAddr: 0x16DC0, symBinAddr: 0x181B40, symSize: 0x40 }
+ - { offsetInCU: 0x1431, offset: 0x15AEA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13Statisticable_pSgWOh', symObjAddr: 0x16E00, symBinAddr: 0x181B80, symSize: 0x30 }
+ - { offsetInCU: 0x1445, offset: 0x15AEBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVSgWOy', symObjAddr: 0x16E30, symBinAddr: 0x181BB0, symSize: 0x120 }
+ - { offsetInCU: 0x1459, offset: 0x15AECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVWOr', symObjAddr: 0x16F50, symBinAddr: 0x181CD0, symSize: 0x120 }
+ - { offsetInCU: 0x146D, offset: 0x15AEE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10PacketInfoVWOs', symObjAddr: 0x17070, symBinAddr: 0x181DF0, symSize: 0x120 }
+ - { offsetInCU: 0x1481, offset: 0x15AEF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAA13StatisticableAAWI', symObjAddr: 0x17830, symBinAddr: 0x1825B0, symSize: 0x20 }
+ - { offsetInCU: 0x1495, offset: 0x15AF0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCACs23CustomStringConvertibleAAWl', symObjAddr: 0x17850, symBinAddr: 0x1825D0, symSize: 0x30 }
+ - { offsetInCU: 0x14A9, offset: 0x15AF1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCMa', symObjAddr: 0x17880, symBinAddr: 0x182600, symSize: 0x20 }
+ - { offsetInCU: 0x1532, offset: 0x15AFA8, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU3_SSSgTf1ncn_n', symObjAddr: 0x1D0, symBinAddr: 0x16B120, symSize: 0xE90 }
+ - { offsetInCU: 0x1638, offset: 0x15B0AE, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU4_AHSgTf1ncn_n', symObjAddr: 0x1060, symBinAddr: 0x16BFB0, symSize: 0xEE0 }
+ - { offsetInCU: 0x1753, offset: 0x15B1C9, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls10PacketInfoVG_Tg504$s13de45Calls10StatisticsC4kind7packets8previousAcA10gH49V4KindO_SayAHGAA13Statisticable_pSgtcfcSbAHXEfU5_AHSgTf1ncn_n', symObjAddr: 0x1F40, symBinAddr: 0x16CE90, symSize: 0xEE0 }
+ - { offsetInCU: 0x27, offset: 0x15B57E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1840A0, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0x15B5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1840A0, symSize: 0x90 }
+ - { offsetInCU: 0x86, offset: 0x15B5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xE0, symBinAddr: 0x184180, symSize: 0x50 }
+ - { offsetInCU: 0xA7, offset: 0x15B5FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x130, symBinAddr: 0x1841D0, symSize: 0x50 }
+ - { offsetInCU: 0xD0, offset: 0x15B627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x180, symBinAddr: 0x184220, symSize: 0x60 }
+ - { offsetInCU: 0xF9, offset: 0x15B650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1E0, symBinAddr: 0x184280, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0x15B66C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6callIdSSvg', symObjAddr: 0x1F0, symBinAddr: 0x184290, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0x15B688, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x220, symBinAddr: 0x1842C0, symSize: 0x10 }
+ - { offsetInCU: 0x14D, offset: 0x15B6A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV9requestIdSSvg', symObjAddr: 0x230, symBinAddr: 0x1842D0, symSize: 0x30 }
+ - { offsetInCU: 0x161, offset: 0x15B6B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x184300, symSize: 0x160 }
+ - { offsetInCU: 0x1E9, offset: 0x15B740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x400, symBinAddr: 0x184460, symSize: 0x10 }
+ - { offsetInCU: 0x214, offset: 0x15B76B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x410, symBinAddr: 0x184470, symSize: 0x50 }
+ - { offsetInCU: 0x25A, offset: 0x15B7B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x460, symBinAddr: 0x1844C0, symSize: 0x30 }
+ - { offsetInCU: 0x28C, offset: 0x15B7E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x490, symBinAddr: 0x1844F0, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0x15B807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0x184130, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x15B821, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0x184150, symSize: 0x30 }
+ - { offsetInCU: 0x305, offset: 0x15B85C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x560, symBinAddr: 0x184530, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0x15B870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA13WSRequestableAAWl', symObjAddr: 0x580, symBinAddr: 0x184550, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0x15B884, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5B0, symBinAddr: 0x184580, symSize: 0x10 }
+ - { offsetInCU: 0x341, offset: 0x15B898, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NoAnswerResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x5C0, symBinAddr: 0x184590, symSize: 0x40 }
+ - { offsetInCU: 0x355, offset: 0x15B8AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA13WSRequestableAAWI', symObjAddr: 0x600, symBinAddr: 0x1845D0, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0x15B8C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA11RequestableAAWI', symObjAddr: 0x650, symBinAddr: 0x1845F0, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0x15B8D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA0F0AAWl', symObjAddr: 0x680, symBinAddr: 0x184620, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0x15B8E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x184650, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x15B8FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0AAWI', symObjAddr: 0x6E0, symBinAddr: 0x184680, symSize: 0x20 }
+ - { offsetInCU: 0x3B9, offset: 0x15B910, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x1846A0, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x15B924, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x730, symBinAddr: 0x1846D0, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0x15B938, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwCP', symObjAddr: 0x750, symBinAddr: 0x1846F0, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x15B94C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwxx', symObjAddr: 0x780, symBinAddr: 0x184720, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0x15B960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwcp', symObjAddr: 0x7B0, symBinAddr: 0x184750, symSize: 0x50 }
+ - { offsetInCU: 0x41D, offset: 0x15B974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwca', symObjAddr: 0x800, symBinAddr: 0x1847A0, symSize: 0x70 }
+ - { offsetInCU: 0x431, offset: 0x15B988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwta', symObjAddr: 0x890, symBinAddr: 0x184810, symSize: 0x50 }
+ - { offsetInCU: 0x445, offset: 0x15B99C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwet', symObjAddr: 0x8E0, symBinAddr: 0x184860, symSize: 0x40 }
+ - { offsetInCU: 0x459, offset: 0x15B9B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVwst', symObjAddr: 0x920, symBinAddr: 0x1848A0, symSize: 0x40 }
+ - { offsetInCU: 0x46D, offset: 0x15B9C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVMa', symObjAddr: 0x960, symBinAddr: 0x1848E0, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x15BC0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x184A20, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x15BC22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x184A20, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x15BC3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x184A30, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x15BC6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x184A60, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x15BC8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x184A90, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x15BCBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x184AC0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x15BCDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x184AD0, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x15BCF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x184AE0, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x15BD0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV9inviterIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x184AF0, symSize: 0x20 }
+ - { offsetInCU: 0x144, offset: 0x15BD27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6roomId07inviterH0ACSS_SStcfC', symObjAddr: 0xF0, symBinAddr: 0x184B10, symSize: 0xA0 }
+ - { offsetInCU: 0x1E3, offset: 0x15BDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D0, symBinAddr: 0x184BB0, symSize: 0x20 }
+ - { offsetInCU: 0x203, offset: 0x15BDE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x1F0, symBinAddr: 0x184BD0, symSize: 0x80 }
+ - { offsetInCU: 0x23C, offset: 0x15BE1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x270, symBinAddr: 0x184C50, symSize: 0x80 }
+ - { offsetInCU: 0x272, offset: 0x15BE55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x184CD0, symSize: 0x10 }
+ - { offsetInCU: 0x299, offset: 0x15BE7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x300, symBinAddr: 0x184CE0, symSize: 0x10 }
+ - { offsetInCU: 0x2C0, offset: 0x15BEA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x310, symBinAddr: 0x184CF0, symSize: 0x40 }
+ - { offsetInCU: 0x2E7, offset: 0x15BECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x350, symBinAddr: 0x184D30, symSize: 0x40 }
+ - { offsetInCU: 0x31D, offset: 0x15BF00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x184EC0, symSize: 0x90 }
+ - { offsetInCU: 0x351, offset: 0x15BF34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x570, symBinAddr: 0x184F50, symSize: 0x30 }
+ - { offsetInCU: 0x365, offset: 0x15BF48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0x184F80, symSize: 0x10 }
+ - { offsetInCU: 0x39B, offset: 0x15BF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x184F90, symSize: 0x90 }
+ - { offsetInCU: 0x3E6, offset: 0x15BFC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x640, symBinAddr: 0x185020, symSize: 0x10 }
+ - { offsetInCU: 0x402, offset: 0x15BFE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x650, symBinAddr: 0x185030, symSize: 0x10 }
+ - { offsetInCU: 0x42E, offset: 0x15C011, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x6A0, symBinAddr: 0x185080, symSize: 0x30 }
+ - { offsetInCU: 0x465, offset: 0x15C048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6D0, symBinAddr: 0x1850B0, symSize: 0x10 }
+ - { offsetInCU: 0x490, offset: 0x15C073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6E0, symBinAddr: 0x1850C0, symSize: 0x10 }
+ - { offsetInCU: 0x4D8, offset: 0x15C0BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6F0, symBinAddr: 0x1850D0, symSize: 0x20 }
+ - { offsetInCU: 0x510, offset: 0x15C0F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x710, symBinAddr: 0x1850F0, symSize: 0x110 }
+ - { offsetInCU: 0x59F, offset: 0x15C182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x820, symBinAddr: 0x185200, symSize: 0x10 }
+ - { offsetInCU: 0x5B3, offset: 0x15C196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x830, symBinAddr: 0x185210, symSize: 0x30 }
+ - { offsetInCU: 0x5C7, offset: 0x15C1AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x860, symBinAddr: 0x185240, symSize: 0x10 }
+ - { offsetInCU: 0x5DB, offset: 0x15C1BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x870, symBinAddr: 0x185250, symSize: 0x30 }
+ - { offsetInCU: 0x5EF, offset: 0x15C1D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x8A0, symBinAddr: 0x185280, symSize: 0x10 }
+ - { offsetInCU: 0x603, offset: 0x15C1E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x8B0, symBinAddr: 0x185290, symSize: 0x30 }
+ - { offsetInCU: 0x617, offset: 0x15C1FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8E0, symBinAddr: 0x1852C0, symSize: 0x20 }
+ - { offsetInCU: 0x62B, offset: 0x15C20E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x900, symBinAddr: 0x1852E0, symSize: 0x30 }
+ - { offsetInCU: 0x63F, offset: 0x15C222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x930, symBinAddr: 0x185310, symSize: 0x10 }
+ - { offsetInCU: 0x653, offset: 0x15C236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x970, symBinAddr: 0x185320, symSize: 0x20 }
+ - { offsetInCU: 0x667, offset: 0x15C24A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x990, symBinAddr: 0x185340, symSize: 0x30 }
+ - { offsetInCU: 0x67B, offset: 0x15C25E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA11RequestableAAWI', symObjAddr: 0x9C0, symBinAddr: 0x185370, symSize: 0x30 }
+ - { offsetInCU: 0x68F, offset: 0x15C272, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA0F0AAWl', symObjAddr: 0x9F0, symBinAddr: 0x1853A0, symSize: 0x30 }
+ - { offsetInCU: 0x6A3, offset: 0x15C286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA20, symBinAddr: 0x1853D0, symSize: 0x30 }
+ - { offsetInCU: 0x6B7, offset: 0x15C29A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0AAWI', symObjAddr: 0xA50, symBinAddr: 0x185400, symSize: 0x20 }
+ - { offsetInCU: 0x6CB, offset: 0x15C2AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVACSEAAWl', symObjAddr: 0xA70, symBinAddr: 0x185420, symSize: 0x30 }
+ - { offsetInCU: 0x6DF, offset: 0x15C2C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xAA0, symBinAddr: 0x185450, symSize: 0x20 }
+ - { offsetInCU: 0x6F3, offset: 0x15C2D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwCP', symObjAddr: 0xAC0, symBinAddr: 0x185470, symSize: 0x30 }
+ - { offsetInCU: 0x707, offset: 0x15C2EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwxx', symObjAddr: 0xAF0, symBinAddr: 0x1854A0, symSize: 0x30 }
+ - { offsetInCU: 0x71B, offset: 0x15C2FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwcp', symObjAddr: 0xB20, symBinAddr: 0x1854D0, symSize: 0x40 }
+ - { offsetInCU: 0x72F, offset: 0x15C312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwca', symObjAddr: 0xB60, symBinAddr: 0x185510, symSize: 0x60 }
+ - { offsetInCU: 0x743, offset: 0x15C326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwta', symObjAddr: 0xBE0, symBinAddr: 0x185570, symSize: 0x50 }
+ - { offsetInCU: 0x757, offset: 0x15C33A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwet', symObjAddr: 0xC30, symBinAddr: 0x1855C0, symSize: 0x40 }
+ - { offsetInCU: 0x76B, offset: 0x15C34E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVwst', symObjAddr: 0xC70, symBinAddr: 0x185600, symSize: 0x50 }
+ - { offsetInCU: 0x77F, offset: 0x15C362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVMa', symObjAddr: 0xCC0, symBinAddr: 0x185650, symSize: 0x10 }
+ - { offsetInCU: 0x793, offset: 0x15C376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwet', symObjAddr: 0xCF0, symBinAddr: 0x185660, symSize: 0x80 }
+ - { offsetInCU: 0x7A7, offset: 0x15C38A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwst', symObjAddr: 0xD70, symBinAddr: 0x1856E0, symSize: 0xD0 }
+ - { offsetInCU: 0x7BB, offset: 0x15C39E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwug', symObjAddr: 0xE40, symBinAddr: 0x1857B0, symSize: 0x10 }
+ - { offsetInCU: 0x7CF, offset: 0x15C3B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwup', symObjAddr: 0xE50, symBinAddr: 0x1857C0, symSize: 0x10 }
+ - { offsetInCU: 0x7E3, offset: 0x15C3C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOwui', symObjAddr: 0xE60, symBinAddr: 0x1857D0, symSize: 0x10 }
+ - { offsetInCU: 0x7F7, offset: 0x15C3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOMa', symObjAddr: 0xE70, symBinAddr: 0x1857E0, symSize: 0x10 }
+ - { offsetInCU: 0x80B, offset: 0x15C3EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0xE80, symBinAddr: 0x1857F0, symSize: 0x30 }
+ - { offsetInCU: 0x86F, offset: 0x15C452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x184D70, symSize: 0x80 }
+ - { offsetInCU: 0x93E, offset: 0x15C521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x410, symBinAddr: 0x184DF0, symSize: 0x50 }
+ - { offsetInCU: 0x9D4, offset: 0x15C5B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x460, symBinAddr: 0x184E40, symSize: 0x30 }
+ - { offsetInCU: 0xA26, offset: 0x15C609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x490, symBinAddr: 0x184E70, symSize: 0x50 }
+ - { offsetInCU: 0xA9A, offset: 0x15C67D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x660, symBinAddr: 0x185040, symSize: 0x20 }
+ - { offsetInCU: 0xAB6, offset: 0x15C699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x680, symBinAddr: 0x185060, symSize: 0x20 }
+ - { offsetInCU: 0x2B, offset: 0x15C8CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvg', symObjAddr: 0x0, symBinAddr: 0x185830, symSize: 0x10 }
+ - { offsetInCU: 0x4A, offset: 0x15C8EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvg', symObjAddr: 0x0, symBinAddr: 0x185830, symSize: 0x10 }
+ - { offsetInCU: 0x66, offset: 0x15C906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0Cvs', symObjAddr: 0x10, symBinAddr: 0x185840, symSize: 0x20 }
+ - { offsetInCU: 0x82, offset: 0x15C922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0CvM', symObjAddr: 0x30, symBinAddr: 0x185860, symSize: 0x20 }
+ - { offsetInCU: 0x9E, offset: 0x15C93E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12userDefaultsSo06NSUserG0CvM.resume.0', symObjAddr: 0x50, symBinAddr: 0x185880, symSize: 0x10 }
+ - { offsetInCU: 0xBA, offset: 0x15C95A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV_12userDefaultsACyxGSS_So06NSUserG0CtcfC', symObjAddr: 0x60, symBinAddr: 0x185890, symSize: 0x10 }
+ - { offsetInCU: 0x103, offset: 0x15C9A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvg', symObjAddr: 0x70, symBinAddr: 0x1858A0, symSize: 0xD0 }
+ - { offsetInCU: 0x140, offset: 0x15C9E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvs', symObjAddr: 0x210, symBinAddr: 0x1859E0, symSize: 0x160 }
+ - { offsetInCU: 0x1A4, offset: 0x15CA44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvM', symObjAddr: 0x370, symBinAddr: 0x185B40, symSize: 0x90 }
+ - { offsetInCU: 0x1C0, offset: 0x15CA60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvM.resume.0', symObjAddr: 0x400, symBinAddr: 0x185BD0, symSize: 0xA0 }
+ - { offsetInCU: 0x1DD, offset: 0x15CA7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvplACyxGTk', symObjAddr: 0x1A0, symBinAddr: 0x185970, symSize: 0x70 }
+ - { offsetInCU: 0x204, offset: 0x15CAA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVMi', symObjAddr: 0x4F0, symBinAddr: 0x185CC0, symSize: 0x10 }
+ - { offsetInCU: 0x218, offset: 0x15CAB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwCP', symObjAddr: 0x500, symBinAddr: 0x185CD0, symSize: 0x40 }
+ - { offsetInCU: 0x22C, offset: 0x15CACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwxx', symObjAddr: 0x540, symBinAddr: 0x185D10, symSize: 0x30 }
+ - { offsetInCU: 0x240, offset: 0x15CAE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwcp', symObjAddr: 0x570, symBinAddr: 0x185D40, symSize: 0x40 }
+ - { offsetInCU: 0x254, offset: 0x15CAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwca', symObjAddr: 0x5B0, symBinAddr: 0x185D80, symSize: 0x60 }
+ - { offsetInCU: 0x268, offset: 0x15CB08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwta', symObjAddr: 0x630, symBinAddr: 0x185DE0, symSize: 0x40 }
+ - { offsetInCU: 0x27C, offset: 0x15CB1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwet', symObjAddr: 0x670, symBinAddr: 0x185E20, symSize: 0x40 }
+ - { offsetInCU: 0x290, offset: 0x15CB30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVwst', symObjAddr: 0x6B0, symBinAddr: 0x185E60, symSize: 0x40 }
+ - { offsetInCU: 0x2A4, offset: 0x15CB44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultVMa', symObjAddr: 0x6F0, symBinAddr: 0x185EA0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x15CD98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC7aliveAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x185EB0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x15CDBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC7aliveAts5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x185EB0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x15CDD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x185EC0, symSize: 0x40 }
+ - { offsetInCU: 0x8C, offset: 0x15CDFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x185F00, symSize: 0x210 }
+ - { offsetInCU: 0x165, offset: 0x15CED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG07aliveAt12deliveryInfoACSS_SSs5Int64VAA08DeliveryL0VtcfC', symObjAddr: 0x3B0, symBinAddr: 0x186130, symSize: 0xE0 }
+ - { offsetInCU: 0x213, offset: 0x15CF84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG07aliveAt12deliveryInfoACSS_SSs5Int64VAA08DeliveryL0Vtcfc', symObjAddr: 0x490, symBinAddr: 0x186210, symSize: 0xC0 }
+ - { offsetInCU: 0x2E9, offset: 0x15D05A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x550, symBinAddr: 0x1862D0, symSize: 0x30 }
+ - { offsetInCU: 0x348, offset: 0x15D0B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x580, symBinAddr: 0x186300, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x15D116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCfd', symObjAddr: 0x5B0, symBinAddr: 0x186330, symSize: 0x30 }
+ - { offsetInCU: 0x3F6, offset: 0x15D167, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCfD', symObjAddr: 0x600, symBinAddr: 0x186360, symSize: 0x40 }
+ - { offsetInCU: 0x450, offset: 0x15D1C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AliveResponseCMa', symObjAddr: 0x330, symBinAddr: 0x186110, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x15D4A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab65Calls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x1863D0, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x15D4C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA10IgnoreTypeVGIegg_AFIegn_TR04$s13ab65Calls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9d6OyAA10eF6VGcfU_Tf3npf_n', symObjAddr: 0x0, symBinAddr: 0x1863D0, symSize: 0x20 }
+ - { offsetInCU: 0x57, offset: 0x15D4D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC28setConnectionQualityDelegate_14monitoringModeyAA0ghI0_p_AA0gH15MonitoringModesOtF', symObjAddr: 0x20, symBinAddr: 0x1863F0, symSize: 0xD0 }
+ - { offsetInCU: 0xA2, offset: 0x15D523, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31removeConnectionQualityDelegateyyF', symObjAddr: 0xF0, symBinAddr: 0x1864C0, symSize: 0xA0 }
+ - { offsetInCU: 0xD1, offset: 0x15D552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC31removeConnectionQualityDelegateyyFTo', symObjAddr: 0x190, symBinAddr: 0x186560, symSize: 0x30 }
+ - { offsetInCU: 0x133, offset: 0x15D5B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tF', symObjAddr: 0x1C0, symBinAddr: 0x186590, symSize: 0x290 }
+ - { offsetInCU: 0x1B4, offset: 0x15D635, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18sendStatLogRequest7summaryyAA7SummaryC_tFyAA9SBCResultOyAA10IgnoreTypeVGcfU_', symObjAddr: 0x450, symBinAddr: 0x186820, symSize: 0x200 }
+ - { offsetInCU: 0x471, offset: 0x15D8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA16StatsLogDelegateA2aDP08sendStatG7Request7summaryyAA7SummaryC_tFTW', symObjAddr: 0x650, symBinAddr: 0x186A20, symSize: 0x10 }
+ - { offsetInCU: 0x48D, offset: 0x15D90E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOb', symObjAddr: 0x660, symBinAddr: 0x186A30, symSize: 0x40 }
+ - { offsetInCU: 0x4A1, offset: 0x15D922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA11RequestableAAWl', symObjAddr: 0x6E0, symBinAddr: 0x186A70, symSize: 0x30 }
+ - { offsetInCU: 0x4B5, offset: 0x15D936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA10ResultableAAWl', symObjAddr: 0x710, symBinAddr: 0x186AA0, symSize: 0x30 }
+ - { offsetInCU: 0x4C9, offset: 0x15D94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOs', symObjAddr: 0x740, symBinAddr: 0x186AD0, symSize: 0x70 }
+ - { offsetInCU: 0x4DD, offset: 0x15D95E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSgWOe', symObjAddr: 0x7B0, symBinAddr: 0x186B40, symSize: 0x80 }
+ - { offsetInCU: 0x27, offset: 0x15DC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryC6create10identifier14audioDirection05videoJ08delegate10dataSource14monitorPackets14turnCredential19shouldUseIceRestartAA0dE0CSS_AN0J0OApA0dE8Delegate_pSgAA0de4DataN0_pSgSbAA04TurnR0CSgSbtFZ', symObjAddr: 0x0, symBinAddr: 0x186BC0, symSize: 0x130 }
+ - { offsetInCU: 0x58, offset: 0x15DC74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryC6create10identifier14audioDirection05videoJ08delegate10dataSource14monitorPackets14turnCredential19shouldUseIceRestartAA0dE0CSS_AN0J0OApA0dE8Delegate_pSgAA0de4DataN0_pSgSbAA04TurnR0CSgSbtFZ', symObjAddr: 0x0, symBinAddr: 0x186BC0, symSize: 0x130 }
+ - { offsetInCU: 0x141, offset: 0x15DD5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCfd', symObjAddr: 0x130, symBinAddr: 0x186CF0, symSize: 0x10 }
+ - { offsetInCU: 0x16E, offset: 0x15DD8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCfD', symObjAddr: 0x140, symBinAddr: 0x186D00, symSize: 0x20 }
+ - { offsetInCU: 0x19B, offset: 0x15DDB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCACycfC', symObjAddr: 0x160, symBinAddr: 0x186D20, symSize: 0x20 }
+ - { offsetInCU: 0x1B9, offset: 0x15DDD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCACycfc', symObjAddr: 0x180, symBinAddr: 0x186D40, symSize: 0x10 }
+ - { offsetInCU: 0x1E7, offset: 0x15DE03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19WebRTCClientFactoryCMa', symObjAddr: 0x190, symBinAddr: 0x186D50, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x15E0A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x186DA0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x15E0BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x30, symBinAddr: 0x186DD0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x15E0D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC11updatedKeysSaySSGvg', symObjAddr: 0x40, symBinAddr: 0x186DE0, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x15E0F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x50, symBinAddr: 0x186DF0, symSize: 0x10 }
+ - { offsetInCU: 0xE1, offset: 0x15E137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0x186E00, symSize: 0x70 }
+ - { offsetInCU: 0x11C, offset: 0x15E172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x110, symBinAddr: 0x186E70, symSize: 0x70 }
+ - { offsetInCU: 0x15F, offset: 0x15E1B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x180, symBinAddr: 0x186EE0, symSize: 0x10 }
+ - { offsetInCU: 0x186, offset: 0x15E1DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x190, symBinAddr: 0x186EF0, symSize: 0x10 }
+ - { offsetInCU: 0x1AD, offset: 0x15E203, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x1A0, symBinAddr: 0x186F00, symSize: 0x20 }
+ - { offsetInCU: 0x1E4, offset: 0x15E23A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x1C0, symBinAddr: 0x186F20, symSize: 0x20 }
+ - { offsetInCU: 0x239, offset: 0x15E28F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x330, symBinAddr: 0x187090, symSize: 0x80 }
+ - { offsetInCU: 0x27A, offset: 0x15E2D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x3B0, symBinAddr: 0x187110, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0x15E2E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x187140, symSize: 0x10 }
+ - { offsetInCU: 0x2C4, offset: 0x15E31A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3F0, symBinAddr: 0x187150, symSize: 0x80 }
+ - { offsetInCU: 0x31C, offset: 0x15E372, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x470, symBinAddr: 0x1871D0, symSize: 0x10 }
+ - { offsetInCU: 0x338, offset: 0x15E38E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x480, symBinAddr: 0x1871E0, symSize: 0x10 }
+ - { offsetInCU: 0x355, offset: 0x15E3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x4D0, symBinAddr: 0x187230, symSize: 0x40 }
+ - { offsetInCU: 0x37A, offset: 0x15E3D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x510, symBinAddr: 0x187270, symSize: 0x250 }
+ - { offsetInCU: 0x424, offset: 0x15E47A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomId06customG011updatedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64VtcfC', symObjAddr: 0x920, symBinAddr: 0x187510, symSize: 0x60 }
+ - { offsetInCU: 0x484, offset: 0x15E4DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC6roomId06customG011updatedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64Vtcfc', symObjAddr: 0x980, symBinAddr: 0x187570, symSize: 0x20 }
+ - { offsetInCU: 0x4C3, offset: 0x15E519, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCfd', symObjAddr: 0x9A0, symBinAddr: 0x187590, symSize: 0x30 }
+ - { offsetInCU: 0x4FE, offset: 0x15E554, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCfD', symObjAddr: 0x9D0, symBinAddr: 0x1875C0, symSize: 0x40 }
+ - { offsetInCU: 0x541, offset: 0x15E597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xBD0, symBinAddr: 0x1877C0, symSize: 0x20 }
+ - { offsetInCU: 0x586, offset: 0x15E5DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x790, symBinAddr: 0x1874C0, symSize: 0x30 }
+ - { offsetInCU: 0x59A, offset: 0x15E5F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCMa', symObjAddr: 0x7C0, symBinAddr: 0x1874F0, symSize: 0x20 }
+ - { offsetInCU: 0x5AE, offset: 0x15E604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xA10, symBinAddr: 0x187600, symSize: 0x10 }
+ - { offsetInCU: 0x5C2, offset: 0x15E618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xA20, symBinAddr: 0x187610, symSize: 0x30 }
+ - { offsetInCU: 0x5D6, offset: 0x15E62C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0xA50, symBinAddr: 0x187640, symSize: 0x10 }
+ - { offsetInCU: 0x5EA, offset: 0x15E640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0xA60, symBinAddr: 0x187650, symSize: 0x30 }
+ - { offsetInCU: 0x5FE, offset: 0x15E654, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0xA90, symBinAddr: 0x187680, symSize: 0x10 }
+ - { offsetInCU: 0x612, offset: 0x15E668, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0xAA0, symBinAddr: 0x187690, symSize: 0x30 }
+ - { offsetInCU: 0x626, offset: 0x15E67C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0xAD0, symBinAddr: 0x1876C0, symSize: 0x30 }
+ - { offsetInCU: 0x63A, offset: 0x15E690, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0xB00, symBinAddr: 0x1876F0, symSize: 0x40 }
+ - { offsetInCU: 0x64E, offset: 0x15E6A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0xB40, symBinAddr: 0x187730, symSize: 0x30 }
+ - { offsetInCU: 0x662, offset: 0x15E6B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xBA0, symBinAddr: 0x187790, symSize: 0x30 }
+ - { offsetInCU: 0x676, offset: 0x15E6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwet', symObjAddr: 0xC50, symBinAddr: 0x187820, symSize: 0x80 }
+ - { offsetInCU: 0x68A, offset: 0x15E6E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwst', symObjAddr: 0xCD0, symBinAddr: 0x1878A0, symSize: 0xD0 }
+ - { offsetInCU: 0x69E, offset: 0x15E6F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwug', symObjAddr: 0xDA0, symBinAddr: 0x187970, symSize: 0x10 }
+ - { offsetInCU: 0x6B2, offset: 0x15E708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwup', symObjAddr: 0xDB0, symBinAddr: 0x187980, symSize: 0x10 }
+ - { offsetInCU: 0x6C6, offset: 0x15E71C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOwui', symObjAddr: 0xDC0, symBinAddr: 0x187990, symSize: 0x10 }
+ - { offsetInCU: 0x6DA, offset: 0x15E730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOMa', symObjAddr: 0xDD0, symBinAddr: 0x1879A0, symSize: 0xA }
+ - { offsetInCU: 0x723, offset: 0x15E779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1E0, symBinAddr: 0x186F40, symSize: 0x80 }
+ - { offsetInCU: 0x7F2, offset: 0x15E848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x260, symBinAddr: 0x186FC0, symSize: 0x50 }
+ - { offsetInCU: 0x870, offset: 0x15E8C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B0, symBinAddr: 0x187010, symSize: 0x30 }
+ - { offsetInCU: 0x8C2, offset: 0x15E918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x187040, symSize: 0x50 }
+ - { offsetInCU: 0x91E, offset: 0x15E974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x490, symBinAddr: 0x1871F0, symSize: 0x20 }
+ - { offsetInCU: 0x93A, offset: 0x15E990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseC10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4B0, symBinAddr: 0x187210, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x15EC23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCACycfc', symObjAddr: 0x0, symBinAddr: 0x1879B0, symSize: 0x10 }
+ - { offsetInCU: 0x78, offset: 0x15EC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC7process7contextyAA0D0C_tF', symObjAddr: 0x10, symBinAddr: 0x1879C0, symSize: 0x30 }
+ - { offsetInCU: 0x94, offset: 0x15EC6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCfd', symObjAddr: 0x70, symBinAddr: 0x187A20, symSize: 0x10 }
+ - { offsetInCU: 0xC1, offset: 0x15EC99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC7connect7contextyAA0D0C_tF', symObjAddr: 0x80, symBinAddr: 0x187A30, symSize: 0x30 }
+ - { offsetInCU: 0xDD, offset: 0x15ECB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC6attach7context2to17completionHandleryAA0D0C_SSySbctF', symObjAddr: 0xB0, symBinAddr: 0x187A60, symSize: 0x360 }
+ - { offsetInCU: 0x401, offset: 0x15EFD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x410, symBinAddr: 0x187DC0, symSize: 0x30 }
+ - { offsetInCU: 0x41D, offset: 0x15EFF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC23didGenerateICECandidate7context6client9candidateyAA0D0C_AA12WebRTCClientCSo15RTCIceCandidateCtF', symObjAddr: 0x440, symBinAddr: 0x187DF0, symSize: 0x210 }
+ - { offsetInCU: 0x5B4, offset: 0x15F18C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC22didRemoveICECandidates7context6client10candidatesyAA0D0C_AA12WebRTCClientCSaySo15RTCIceCandidateCGtF', symObjAddr: 0x650, symBinAddr: 0x188000, symSize: 0x1F0 }
+ - { offsetInCU: 0x736, offset: 0x15F30E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionI0CtF', symObjAddr: 0x840, symBinAddr: 0x1881F0, symSize: 0x10 }
+ - { offsetInCU: 0x752, offset: 0x15F32A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC14didReceiveData7context6client4datayAA0D0C_AA12WebRTCClientC10Foundation0H0VtF', symObjAddr: 0x850, symBinAddr: 0x188200, symSize: 0x1C0 }
+ - { offsetInCU: 0x8FE, offset: 0x15F4D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0xBB0, symBinAddr: 0x188560, symSize: 0x140 }
+ - { offsetInCU: 0xA31, offset: 0x15F609, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStF', symObjAddr: 0xCF0, symBinAddr: 0x1886A0, symSize: 0x10 }
+ - { offsetInCU: 0xA4D, offset: 0x15F625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC26didAudioSessionChangeRoute7context6client7session6reason08previousJ0yAA0D0C_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtF', symObjAddr: 0xD00, symBinAddr: 0x1886B0, symSize: 0x1A0 }
+ - { offsetInCU: 0xBB8, offset: 0x15F790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC24didReceiveStatisticsInfo7context6client4infoyAA0D0C_AA12WebRTCClientCAK16RTPPacketMonitorC0I0VtF', symObjAddr: 0xEA0, symBinAddr: 0x188850, symSize: 0x140 }
+ - { offsetInCU: 0xCF7, offset: 0x15F8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCfD', symObjAddr: 0xFE0, symBinAddr: 0x188990, symSize: 0x20 }
+ - { offsetInCU: 0xD24, offset: 0x15F8FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCACycfC', symObjAddr: 0x1000, symBinAddr: 0x1889B0, symSize: 0x20 }
+ - { offsetInCU: 0xD42, offset: 0x15F91A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP7process7contextyAA0D0C_tFTW', symObjAddr: 0x1020, symBinAddr: 0x1889D0, symSize: 0x20 }
+ - { offsetInCU: 0xD5E, offset: 0x15F936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP7connect7contextyAA0D0C_tFTW', symObjAddr: 0x1040, symBinAddr: 0x1889F0, symSize: 0x20 }
+ - { offsetInCU: 0xD7A, offset: 0x15F952, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP6attach7context2to17completionHandleryAA0D0C_SSySbctFTW', symObjAddr: 0x1060, symBinAddr: 0x188A10, symSize: 0x20 }
+ - { offsetInCU: 0xD96, offset: 0x15F96E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D8StatableA2aDP5close7context012shouldDeleteD0yAA0D0C_SbtFTW', symObjAddr: 0x1080, symBinAddr: 0x188A30, symSize: 0x20 }
+ - { offsetInCU: 0xDB2, offset: 0x15F98A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP23didGenerateICECandidate7context6client9candidateyAA0D0C_AA0fG0CSo15RTCIceCandidateCtFTW', symObjAddr: 0x10A0, symBinAddr: 0x188A50, symSize: 0x10 }
+ - { offsetInCU: 0xDCE, offset: 0x15F9A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP22didRemoveICECandidates7context6client10candidatesyAA0D0C_AA0fG0CSaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x10B0, symBinAddr: 0x188A60, symSize: 0x10 }
+ - { offsetInCU: 0xDEA, offset: 0x15F9C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA0fG0CSo010RTCSessionL0CtFTW', symObjAddr: 0x10C0, symBinAddr: 0x188A70, symSize: 0x20 }
+ - { offsetInCU: 0xE06, offset: 0x15F9DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP14didReceiveData7context6client4datayAA0D0C_AA0fG0C10Foundation0K0VtFTW', symObjAddr: 0x10E0, symBinAddr: 0x188A90, symSize: 0x20 }
+ - { offsetInCU: 0xE22, offset: 0x15F9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP24didConnectPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0x1100, symBinAddr: 0x188AB0, symSize: 0x20 }
+ - { offsetInCU: 0xE3E, offset: 0x15FA16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0x1120, symBinAddr: 0x188AD0, symSize: 0x20 }
+ - { offsetInCU: 0xE5A, offset: 0x15FA32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0x1140, symBinAddr: 0x188AF0, symSize: 0x20 }
+ - { offsetInCU: 0xE76, offset: 0x15FA4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP22didClosePeerConnection7context6clientyAA0D0C_AA0fG0CtFTW', symObjAddr: 0x1160, symBinAddr: 0x188B10, symSize: 0x20 }
+ - { offsetInCU: 0xE92, offset: 0x15FA6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA0fG0CSStFTW', symObjAddr: 0x1180, symBinAddr: 0x188B30, symSize: 0x20 }
+ - { offsetInCU: 0xEAE, offset: 0x15FA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute7context6client7session6reason08previousM0yAA0D0C_AA0fG0CSo08RTCAudioK0CSo07AVAudiokmL6ReasonVSo0tkM11DescriptionCtFTW', symObjAddr: 0x11A0, symBinAddr: 0x188B50, symSize: 0x20 }
+ - { offsetInCU: 0xECA, offset: 0x15FAA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCAA0D20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo7context6client4infoyAA0D0C_AA0fG0CAM16RTPPacketMonitorC0L0VtFTW', symObjAddr: 0x11C0, symBinAddr: 0x188B70, symSize: 0x20 }
+ - { offsetInCU: 0xEE6, offset: 0x15FABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC25didUpdateLocalDescription7context6client3sdpyAA0D0C_AA12WebRTCClientCSo010RTCSessionI0CtFTf4ddnd_n', symObjAddr: 0x1540, symBinAddr: 0x188E50, symSize: 0x210 }
+ - { offsetInCU: 0x1059, offset: 0x15FC31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateC29didReceivePeerConnectionError7context6client11descriptionyAA0D0C_AA12WebRTCClientCSStFTf4ddnd_n', symObjAddr: 0x1750, symBinAddr: 0x189060, symSize: 0x1A0 }
+ - { offsetInCU: 0x1382, offset: 0x15FF5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13EndpointStateCMa', symObjAddr: 0x12E0, symBinAddr: 0x188BF0, symSize: 0x20 }
+ - { offsetInCU: 0x1396, offset: 0x15FF6E, size: 0x8, addend: 0x0, symName: '_$sSo15RTCIceCandidateCMa', symObjAddr: 0x1510, symBinAddr: 0x188E20, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x16030A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x0, symBinAddr: 0x1893B0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x16035E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateC16didReceiveAnswer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x30, symBinAddr: 0x1893E0, symSize: 0x40 }
+ - { offsetInCU: 0x103, offset: 0x1603C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCACycfC', symObjAddr: 0x110, symBinAddr: 0x1894C0, symSize: 0x20 }
+ - { offsetInCU: 0x121, offset: 0x1603E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCACycfc', symObjAddr: 0x130, symBinAddr: 0x1894E0, symSize: 0x10 }
+ - { offsetInCU: 0x14E, offset: 0x16040D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCfd', symObjAddr: 0x140, symBinAddr: 0x1894F0, symSize: 0x10 }
+ - { offsetInCU: 0x17B, offset: 0x16043A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCfD', symObjAddr: 0x150, symBinAddr: 0x189500, symSize: 0x20 }
+ - { offsetInCU: 0x1A9, offset: 0x160468, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27PeerConnectionOfferingStateCMa', symObjAddr: 0x170, symBinAddr: 0x189520, symSize: 0x14 }
+ - { offsetInCU: 0x27, offset: 0x160659, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO11isConnectedSbvg', symObjAddr: 0x0, symBinAddr: 0x189540, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x16067D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO11isConnectedSbvg', symObjAddr: 0x0, symBinAddr: 0x189540, symSize: 0x10 }
+ - { offsetInCU: 0x78, offset: 0x1606AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO7command6callId4statAA16ConnectedRequestVSgSS_AA10StatisticsCSgtF', symObjAddr: 0x10, symBinAddr: 0x189550, symSize: 0x1B0 }
+ - { offsetInCU: 0x128, offset: 0x16075A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusO2eeoiySbAC_ACtFZ', symObjAddr: 0x540, symBinAddr: 0x189A80, symSize: 0x40 }
+ - { offsetInCU: 0x1DF, offset: 0x160811, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x580, symBinAddr: 0x189AC0, symSize: 0x40 }
+ - { offsetInCU: 0x29B, offset: 0x1608CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callIdSSvg', symObjAddr: 0x1C0, symBinAddr: 0x189700, symSize: 0x30 }
+ - { offsetInCU: 0x2B7, offset: 0x1608E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV13iceConnectionAA03IceG0Cvg', symObjAddr: 0x1F0, symBinAddr: 0x189730, symSize: 0x10 }
+ - { offsetInCU: 0x2D3, offset: 0x160905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV9reconnectSbvg', symObjAddr: 0x200, symBinAddr: 0x189740, symSize: 0x10 }
+ - { offsetInCU: 0x2EF, offset: 0x160921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x210, symBinAddr: 0x189750, symSize: 0x10 }
+ - { offsetInCU: 0x30B, offset: 0x16093D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV9requestIdSSvg', symObjAddr: 0x220, symBinAddr: 0x189760, symSize: 0x30 }
+ - { offsetInCU: 0x31F, offset: 0x160951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callId13iceConnection9reconnectACSS_AA03IceI0CSbtcfC', symObjAddr: 0x250, symBinAddr: 0x189790, symSize: 0x60 }
+ - { offsetInCU: 0x333, offset: 0x160965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2B0, symBinAddr: 0x1897F0, symSize: 0x210 }
+ - { offsetInCU: 0x3A6, offset: 0x1609D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x4C0, symBinAddr: 0x189A00, symSize: 0x10 }
+ - { offsetInCU: 0x3D1, offset: 0x160A03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x4D0, symBinAddr: 0x189A10, symSize: 0x30 }
+ - { offsetInCU: 0x403, offset: 0x160A35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x500, symBinAddr: 0x189A40, symSize: 0x40 }
+ - { offsetInCU: 0x426, offset: 0x160A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestV6callId13iceConnection9reconnectACSS_AA03IceI0CSbtcfCTf4ggnd_n', symObjAddr: 0x5C0, symBinAddr: 0x189B00, symSize: 0xC0 }
+ - { offsetInCU: 0x464, offset: 0x160A96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13IceConnectionCACSEAAWl', symObjAddr: 0x750, symBinAddr: 0x189BC0, symSize: 0x40 }
+ - { offsetInCU: 0x478, offset: 0x160AAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x790, symBinAddr: 0x189C00, symSize: 0x20 }
+ - { offsetInCU: 0x48C, offset: 0x160ABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA13WSRequestableAAWl', symObjAddr: 0x7B0, symBinAddr: 0x189C20, symSize: 0x30 }
+ - { offsetInCU: 0x4A0, offset: 0x160AD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7E0, symBinAddr: 0x189C50, symSize: 0x20 }
+ - { offsetInCU: 0x4B4, offset: 0x160AE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA13WSRequestableAAWI', symObjAddr: 0x830, symBinAddr: 0x189C70, symSize: 0x20 }
+ - { offsetInCU: 0x4C8, offset: 0x160AFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x880, symBinAddr: 0x189C90, symSize: 0x10 }
+ - { offsetInCU: 0x4DC, offset: 0x160B0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA11RequestableAAWI', symObjAddr: 0x8C0, symBinAddr: 0x189CA0, symSize: 0x30 }
+ - { offsetInCU: 0x4F0, offset: 0x160B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA0E0AAWl', symObjAddr: 0x8F0, symBinAddr: 0x189CD0, symSize: 0x30 }
+ - { offsetInCU: 0x504, offset: 0x160B36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x920, symBinAddr: 0x189D00, symSize: 0x30 }
+ - { offsetInCU: 0x518, offset: 0x160B4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0AAWI', symObjAddr: 0x950, symBinAddr: 0x189D30, symSize: 0x20 }
+ - { offsetInCU: 0x52C, offset: 0x160B5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVACSEAAWl', symObjAddr: 0x970, symBinAddr: 0x189D50, symSize: 0x30 }
+ - { offsetInCU: 0x540, offset: 0x160B72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x9A0, symBinAddr: 0x189D80, symSize: 0x20 }
+ - { offsetInCU: 0x554, offset: 0x160B86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwCP', symObjAddr: 0x9C0, symBinAddr: 0x189DA0, symSize: 0x30 }
+ - { offsetInCU: 0x568, offset: 0x160B9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwxx', symObjAddr: 0x9F0, symBinAddr: 0x189DD0, symSize: 0x30 }
+ - { offsetInCU: 0x57C, offset: 0x160BAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwcp', symObjAddr: 0xA20, symBinAddr: 0x189E00, symSize: 0x70 }
+ - { offsetInCU: 0x590, offset: 0x160BC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwca', symObjAddr: 0xA90, symBinAddr: 0x189E70, symSize: 0x90 }
+ - { offsetInCU: 0x5A4, offset: 0x160BD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwta', symObjAddr: 0xB40, symBinAddr: 0x189F00, symSize: 0x70 }
+ - { offsetInCU: 0x5B8, offset: 0x160BEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwet', symObjAddr: 0xBB0, symBinAddr: 0x189F70, symSize: 0x40 }
+ - { offsetInCU: 0x5CC, offset: 0x160BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVwst', symObjAddr: 0xBF0, symBinAddr: 0x189FB0, symSize: 0x50 }
+ - { offsetInCU: 0x5E0, offset: 0x160C12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVMa', symObjAddr: 0xC40, symBinAddr: 0x18A000, symSize: 0x10 }
+ - { offsetInCU: 0x5F4, offset: 0x160C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwet', symObjAddr: 0xC70, symBinAddr: 0x18A010, symSize: 0xB0 }
+ - { offsetInCU: 0x608, offset: 0x160C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwst', symObjAddr: 0xD20, symBinAddr: 0x18A0C0, symSize: 0xE0 }
+ - { offsetInCU: 0x61C, offset: 0x160C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwug', symObjAddr: 0xE00, symBinAddr: 0x18A1A0, symSize: 0x20 }
+ - { offsetInCU: 0x630, offset: 0x160C62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwup', symObjAddr: 0xE20, symBinAddr: 0x18A1C0, symSize: 0x10 }
+ - { offsetInCU: 0x644, offset: 0x160C76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOwui', symObjAddr: 0xE30, symBinAddr: 0x18A1D0, symSize: 0x20 }
+ - { offsetInCU: 0x658, offset: 0x160C8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22ConnectTransportStatusOMa', symObjAddr: 0xE50, symBinAddr: 0x18A1F0, symSize: 0xA }
+ - { offsetInCU: 0x4F, offset: 0x160F2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvw', symObjAddr: 0x0, symBinAddr: 0x18A200, symSize: 0x80 }
+ - { offsetInCU: 0x9C, offset: 0x160F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvW', symObjAddr: 0x80, symBinAddr: 0x18A280, symSize: 0xE0 }
+ - { offsetInCU: 0xE9, offset: 0x160FC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvg', symObjAddr: 0x160, symBinAddr: 0x18A360, symSize: 0x30 }
+ - { offsetInCU: 0x105, offset: 0x160FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvs', symObjAddr: 0x190, symBinAddr: 0x18A390, symSize: 0x80 }
+ - { offsetInCU: 0x142, offset: 0x16101E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvM', symObjAddr: 0x210, symBinAddr: 0x18A410, symSize: 0x60 }
+ - { offsetInCU: 0x15E, offset: 0x16103A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE0xvM.resume.0', symObjAddr: 0x270, symBinAddr: 0x18A470, symSize: 0x60 }
+ - { offsetInCU: 0x17A, offset: 0x161056, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC9preparingxSgvg', symObjAddr: 0x2D0, symBinAddr: 0x18A4D0, symSize: 0xF0 }
+ - { offsetInCU: 0x1C6, offset: 0x1610A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6cachesSDy10IdentifierQzxGvg', symObjAddr: 0x420, symBinAddr: 0x18A620, symSize: 0x30 }
+ - { offsetInCU: 0x1E2, offset: 0x1610BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE003newE0ACyxGx_xSgtcfC', symObjAddr: 0x450, symBinAddr: 0x18A650, symSize: 0x40 }
+ - { offsetInCU: 0x200, offset: 0x1610DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC07wrappedE003newE0ACyxGx_xSgtcfc', symObjAddr: 0x490, symBinAddr: 0x18A690, symSize: 0x1B0 }
+ - { offsetInCU: 0x274, offset: 0x161150, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC7prepare4withyx_tF', symObjAddr: 0x640, symBinAddr: 0x18A840, symSize: 0x120 }
+ - { offsetInCU: 0x2C1, offset: 0x16119D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC8completeyyF', symObjAddr: 0x760, symBinAddr: 0x18A960, symSize: 0x30 }
+ - { offsetInCU: 0x2EE, offset: 0x1611CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6failedyyF', symObjAddr: 0x790, symBinAddr: 0x18A990, symSize: 0x130 }
+ - { offsetInCU: 0x355, offset: 0x161231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC11setDelegateyyAA0deG0_pF', symObjAddr: 0x940, symBinAddr: 0x18AB40, symSize: 0x20 }
+ - { offsetInCU: 0x392, offset: 0x16126E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCfd', symObjAddr: 0x960, symBinAddr: 0x18AB60, symSize: 0x30 }
+ - { offsetInCU: 0x3BF, offset: 0x16129B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCfD', symObjAddr: 0x9B0, symBinAddr: 0x18ABB0, symSize: 0x20 }
+ - { offsetInCU: 0x3ED, offset: 0x1612C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6cachesSDy10IdentifierQzxGvpAA0D8ValuableRzlACyxGTk', symObjAddr: 0x3D0, symBinAddr: 0x18A5D0, symSize: 0x50 }
+ - { offsetInCU: 0x428, offset: 0x161304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueC6failedyyFyxXEfU0_TA', symObjAddr: 0x900, symBinAddr: 0x18AB00, symSize: 0x40 }
+ - { offsetInCU: 0x464, offset: 0x161340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16NewValueDelegate_pSgXwWOh', symObjAddr: 0x990, symBinAddr: 0x18AB90, symSize: 0x20 }
+ - { offsetInCU: 0x484, offset: 0x161360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusO03rawE0ACSgSi_tcfC', symObjAddr: 0x9D0, symBinAddr: 0x18ABD0, symSize: 0x20 }
+ - { offsetInCU: 0x4A1, offset: 0x16137D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusO03rawE0Sivg', symObjAddr: 0x9F0, symBinAddr: 0x18ABF0, symSize: 0x10 }
+ - { offsetInCU: 0x4E4, offset: 0x1613C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSYAASY03rawE0xSg03RawE0Qz_tcfCTW', symObjAddr: 0xAF0, symBinAddr: 0x18ACF0, symSize: 0x20 }
+ - { offsetInCU: 0x515, offset: 0x1613F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSYAASY03rawE003RawE0QzvgTW', symObjAddr: 0xB10, symBinAddr: 0x18AD10, symSize: 0x10 }
+ - { offsetInCU: 0x53D, offset: 0x161419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASQWb', symObjAddr: 0xA10, symBinAddr: 0x18AC10, symSize: 0x10 }
+ - { offsetInCU: 0x551, offset: 0x16142D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOACSQAAWl', symObjAddr: 0xA20, symBinAddr: 0x18AC20, symSize: 0x30 }
+ - { offsetInCU: 0x57B, offset: 0x161457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMi', symObjAddr: 0xC00, symBinAddr: 0x18AE00, symSize: 0x10 }
+ - { offsetInCU: 0x58F, offset: 0x16146B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMr', symObjAddr: 0xC10, symBinAddr: 0x18AE10, symSize: 0x50 }
+ - { offsetInCU: 0x5A3, offset: 0x16147F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8NewValueCMa', symObjAddr: 0xC60, symBinAddr: 0x18AE60, symSize: 0x10 }
+ - { offsetInCU: 0x5B7, offset: 0x161493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwet', symObjAddr: 0xE10, symBinAddr: 0x18AFF0, symSize: 0x80 }
+ - { offsetInCU: 0x5CB, offset: 0x1614A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwst', symObjAddr: 0xE90, symBinAddr: 0x18B070, symSize: 0xD0 }
+ - { offsetInCU: 0x5DF, offset: 0x1614BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwug', symObjAddr: 0xF60, symBinAddr: 0x18B140, symSize: 0x10 }
+ - { offsetInCU: 0x5F3, offset: 0x1614CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwup', symObjAddr: 0xF70, symBinAddr: 0x18B150, symSize: 0x10 }
+ - { offsetInCU: 0x607, offset: 0x1614E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOwui', symObjAddr: 0xF80, symBinAddr: 0x18B160, symSize: 0x10 }
+ - { offsetInCU: 0x61B, offset: 0x1614F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOMa', symObjAddr: 0xF90, symBinAddr: 0x18B170, symSize: 0x10 }
+ - { offsetInCU: 0x64F, offset: 0x16152B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xA00, symBinAddr: 0x18AC00, symSize: 0x10 }
+ - { offsetInCU: 0x6E0, offset: 0x1615BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH04hashE0SivgTW', symObjAddr: 0xA50, symBinAddr: 0x18AC50, symSize: 0x40 }
+ - { offsetInCU: 0x78F, offset: 0x16166B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA90, symBinAddr: 0x18AC90, symSize: 0x20 }
+ - { offsetInCU: 0x7E2, offset: 0x1616BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14NewValueStatusOSHAASH08_rawHashE04seedS2i_tFTW', symObjAddr: 0xAB0, symBinAddr: 0x18ACB0, symSize: 0x40 }
+ - { offsetInCU: 0xC3, offset: 0x161A81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherC7serviceAcA0aB7ServiceC_tcfC', symObjAddr: 0x0, symBinAddr: 0x18B1A0, symSize: 0x90 }
+ - { offsetInCU: 0x146, offset: 0x161B04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherC7serviceAcA0aB7ServiceC_tcfc', symObjAddr: 0x450, symBinAddr: 0x18B5F0, symSize: 0x80 }
+ - { offsetInCU: 0x1A9, offset: 0x161B67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCfd', symObjAddr: 0x5D0, symBinAddr: 0x18B6B0, symSize: 0x20 }
+ - { offsetInCU: 0x1FA, offset: 0x161BB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCfD', symObjAddr: 0x5F0, symBinAddr: 0x18B6D0, symSize: 0x30 }
+ - { offsetInCU: 0x254, offset: 0x161C12, size: 0x8, addend: 0x0, symName: '_$s10Foundation25NSFastEnumerationIteratorVACStAAWl', symObjAddr: 0x4D0, symBinAddr: 0x18B670, symSize: 0x40 }
+ - { offsetInCU: 0x268, offset: 0x161C26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCMa', symObjAddr: 0x620, symBinAddr: 0x18B700, symSize: 0x30 }
+ - { offsetInCU: 0x27C, offset: 0x161C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB14CallDispatcherCMr', symObjAddr: 0x650, symBinAddr: 0x18B730, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0x161E48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x18B7C0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x161E6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x18B7C0, symSize: 0x10 }
+ - { offsetInCU: 0x88, offset: 0x161EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueACSgSS_tcfC', symObjAddr: 0x10, symBinAddr: 0x18B7D0, symSize: 0x70 }
+ - { offsetInCU: 0xCB, offset: 0x161EEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8intValueACSgSi_tcfC', symObjAddr: 0x80, symBinAddr: 0x18B840, symSize: 0x10 }
+ - { offsetInCU: 0xF2, offset: 0x161F13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8intValueSiSgvg', symObjAddr: 0x90, symBinAddr: 0x18B850, symSize: 0x10 }
+ - { offsetInCU: 0x119, offset: 0x161F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueSSvg', symObjAddr: 0xA0, symBinAddr: 0x18B860, symSize: 0x20 }
+ - { offsetInCU: 0x150, offset: 0x161F71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO11stringValueSSvg', symObjAddr: 0xC0, symBinAddr: 0x18B880, symSize: 0x20 }
+ - { offsetInCU: 0x1A5, offset: 0x161FC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x230, symBinAddr: 0x18B9F0, symSize: 0x30 }
+ - { offsetInCU: 0x1D6, offset: 0x161FF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x260, symBinAddr: 0x18BA20, symSize: 0x30 }
+ - { offsetInCU: 0x1EA, offset: 0x16200B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP11stringValueSSvgTW', symObjAddr: 0x290, symBinAddr: 0x18BA50, symSize: 0x10 }
+ - { offsetInCU: 0x220, offset: 0x162041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0x18BA60, symSize: 0x20 }
+ - { offsetInCU: 0x270, offset: 0x162091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP8intValueSiSgvgTW', symObjAddr: 0x2C0, symBinAddr: 0x18BA80, symSize: 0x10 }
+ - { offsetInCU: 0x28C, offset: 0x1620AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x2D0, symBinAddr: 0x18BA90, symSize: 0x10 }
+ - { offsetInCU: 0x2A8, offset: 0x1620C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x320, symBinAddr: 0x18BAE0, symSize: 0x70 }
+ - { offsetInCU: 0x2E9, offset: 0x16210A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASQWb', symObjAddr: 0x3D0, symBinAddr: 0x18BB50, symSize: 0x10 }
+ - { offsetInCU: 0x2FD, offset: 0x16211E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACSQAAWl', symObjAddr: 0x3E0, symBinAddr: 0x18BB60, symSize: 0x30 }
+ - { offsetInCU: 0x311, offset: 0x162132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x410, symBinAddr: 0x18BB90, symSize: 0x10 }
+ - { offsetInCU: 0x325, offset: 0x162146, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x420, symBinAddr: 0x18BBA0, symSize: 0x30 }
+ - { offsetInCU: 0x339, offset: 0x16215A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x450, symBinAddr: 0x18BBD0, symSize: 0x10 }
+ - { offsetInCU: 0x34D, offset: 0x16216E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOACs23CustomStringConvertibleAAWl', symObjAddr: 0x460, symBinAddr: 0x18BBE0, symSize: 0x30 }
+ - { offsetInCU: 0x361, offset: 0x162182, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwet', symObjAddr: 0x4B0, symBinAddr: 0x18BC10, symSize: 0x80 }
+ - { offsetInCU: 0x375, offset: 0x162196, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwst', symObjAddr: 0x530, symBinAddr: 0x18BC90, symSize: 0xD0 }
+ - { offsetInCU: 0x389, offset: 0x1621AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwug', symObjAddr: 0x600, symBinAddr: 0x18BD60, symSize: 0x10 }
+ - { offsetInCU: 0x39D, offset: 0x1621BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwup', symObjAddr: 0x610, symBinAddr: 0x18BD70, symSize: 0x10 }
+ - { offsetInCU: 0x3B1, offset: 0x1621D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOwui', symObjAddr: 0x620, symBinAddr: 0x18BD80, symSize: 0x10 }
+ - { offsetInCU: 0x3C5, offset: 0x1621E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOMa', symObjAddr: 0x630, symBinAddr: 0x18BD90, symSize: 0x10 }
+ - { offsetInCU: 0x40E, offset: 0x16222F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE0, symBinAddr: 0x18B8A0, symSize: 0x80 }
+ - { offsetInCU: 0x4DD, offset: 0x1622FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x160, symBinAddr: 0x18B920, symSize: 0x50 }
+ - { offsetInCU: 0x55B, offset: 0x16237C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x18B970, symSize: 0x30 }
+ - { offsetInCU: 0x5AD, offset: 0x1623CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x18B9A0, symSize: 0x50 }
+ - { offsetInCU: 0x609, offset: 0x16242A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x2E0, symBinAddr: 0x18BAA0, symSize: 0x20 }
+ - { offsetInCU: 0x625, offset: 0x162446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RoomResponseCodingKeysOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x300, symBinAddr: 0x18BAC0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x162655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x18BDA0, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x162673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x20, symBinAddr: 0x18BDC0, symSize: 0x170 }
+ - { offsetInCU: 0xBD, offset: 0x1626C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x190, symBinAddr: 0x18BF30, symSize: 0xC0 }
+ - { offsetInCU: 0xFB, offset: 0x162705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x250, symBinAddr: 0x18BFF0, symSize: 0x1A0 }
+ - { offsetInCU: 0x243, offset: 0x16284D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateC16didReceiveAccept7context11constraints14turnCredential12capabilitiesyAA17DirectCallContext_p_AA0O11ConstraintsCAA04TurnL0CSayAA10CapabilityOGtF', symObjAddr: 0x3F0, symBinAddr: 0x18C190, symSize: 0x120 }
+ - { offsetInCU: 0x302, offset: 0x16290C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCACycfc', symObjAddr: 0x790, symBinAddr: 0x18C530, symSize: 0x10 }
+ - { offsetInCU: 0x32F, offset: 0x162939, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCfd', symObjAddr: 0x7A0, symBinAddr: 0x18C540, symSize: 0x10 }
+ - { offsetInCU: 0x35C, offset: 0x162966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCfD', symObjAddr: 0x7B0, symBinAddr: 0x18C550, symSize: 0x20 }
+ - { offsetInCU: 0x472, offset: 0x162A7C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x800, symBinAddr: 0x18C570, symSize: 0x20 }
+ - { offsetInCU: 0x486, offset: 0x162A90, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x820, symBinAddr: 0x18C590, symSize: 0x10 }
+ - { offsetInCU: 0x49A, offset: 0x162AA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DialingStateCMa', symObjAddr: 0x830, symBinAddr: 0x18C5A0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x162D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x18C5E0, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0x162DA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x18C5E0, symSize: 0x90 }
+ - { offsetInCU: 0x86, offset: 0x162DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvgZ', symObjAddr: 0xE0, symBinAddr: 0x18C6C0, symSize: 0x50 }
+ - { offsetInCU: 0xA7, offset: 0x162E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvsZ', symObjAddr: 0x130, symBinAddr: 0x18C710, symSize: 0x50 }
+ - { offsetInCU: 0xD0, offset: 0x162E2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvMZ', symObjAddr: 0x180, symBinAddr: 0x18C760, symSize: 0x60 }
+ - { offsetInCU: 0xF9, offset: 0x162E55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvMZ.resume.0', symObjAddr: 0x1E0, symBinAddr: 0x18C7C0, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0x162E71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6callIdSSvg', symObjAddr: 0x1F0, symBinAddr: 0x18C7D0, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0x162E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x220, symBinAddr: 0x18C800, symSize: 0x10 }
+ - { offsetInCU: 0x14D, offset: 0x162EA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV9requestIdSSvg', symObjAddr: 0x230, symBinAddr: 0x18C810, symSize: 0x30 }
+ - { offsetInCU: 0x161, offset: 0x162EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x18C840, symSize: 0x160 }
+ - { offsetInCU: 0x1E9, offset: 0x162F45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0gH0OvgTW', symObjAddr: 0x400, symBinAddr: 0x18C9A0, symSize: 0x10 }
+ - { offsetInCU: 0x214, offset: 0x162F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x410, symBinAddr: 0x18C9B0, symSize: 0x50 }
+ - { offsetInCU: 0x25A, offset: 0x162FB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x460, symBinAddr: 0x18CA00, symSize: 0x30 }
+ - { offsetInCU: 0x28C, offset: 0x162FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x490, symBinAddr: 0x18CA30, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0x16300C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0x18C670, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x163026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestV10resultTypeAA0dE8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0x18C690, symSize: 0x30 }
+ - { offsetInCU: 0x305, offset: 0x163061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x560, symBinAddr: 0x18CA70, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0x163075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA13WSRequestableAAWl', symObjAddr: 0x580, symBinAddr: 0x18CA90, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0x163089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5B0, symBinAddr: 0x18CAC0, symSize: 0x10 }
+ - { offsetInCU: 0x341, offset: 0x16309D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA010DirectCallF0CAA11RespondableAAWl', symObjAddr: 0x5C0, symBinAddr: 0x18CAD0, symSize: 0x40 }
+ - { offsetInCU: 0x355, offset: 0x1630B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA13WSRequestableAAWI', symObjAddr: 0x600, symBinAddr: 0x18CB10, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0x1630C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA11RequestableAAWI', symObjAddr: 0x650, symBinAddr: 0x18CB30, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0x1630D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA0F0AAWl', symObjAddr: 0x680, symBinAddr: 0x18CB60, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0x1630ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x18CB90, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x163101, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0AAWI', symObjAddr: 0x6E0, symBinAddr: 0x18CBC0, symSize: 0x20 }
+ - { offsetInCU: 0x3B9, offset: 0x163115, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x18CBE0, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x163129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x730, symBinAddr: 0x18CC10, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0x16313D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwCP', symObjAddr: 0x750, symBinAddr: 0x18CC30, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x163151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwxx', symObjAddr: 0x780, symBinAddr: 0x18CC60, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0x163165, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwcp', symObjAddr: 0x7B0, symBinAddr: 0x18CC90, symSize: 0x50 }
+ - { offsetInCU: 0x41D, offset: 0x163179, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwca', symObjAddr: 0x800, symBinAddr: 0x18CCE0, symSize: 0x70 }
+ - { offsetInCU: 0x431, offset: 0x16318D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwta', symObjAddr: 0x890, symBinAddr: 0x18CD50, symSize: 0x50 }
+ - { offsetInCU: 0x445, offset: 0x1631A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwet', symObjAddr: 0x8E0, symBinAddr: 0x18CDA0, symSize: 0x40 }
+ - { offsetInCU: 0x459, offset: 0x1631B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVwst', symObjAddr: 0x920, symBinAddr: 0x18CDE0, symSize: 0x40 }
+ - { offsetInCU: 0x46D, offset: 0x1631C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVMa', symObjAddr: 0x960, symBinAddr: 0x18CE20, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x16340F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfC', symObjAddr: 0x0, symBinAddr: 0x18CE30, symSize: 0xA0 }
+ - { offsetInCU: 0x75, offset: 0x16345D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfC', symObjAddr: 0x0, symBinAddr: 0x18CE30, symSize: 0xA0 }
+ - { offsetInCU: 0xD1, offset: 0x1634B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvgTo', symObjAddr: 0xA0, symBinAddr: 0x18CED0, symSize: 0x40 }
+ - { offsetInCU: 0x10C, offset: 0x1634F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0Ovg', symObjAddr: 0xE0, symBinAddr: 0x18CF10, symSize: 0x30 }
+ - { offsetInCU: 0x153, offset: 0x16353B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvsTo', symObjAddr: 0x110, symBinAddr: 0x18CF40, symSize: 0x40 }
+ - { offsetInCU: 0x196, offset: 0x16357E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0Ovs', symObjAddr: 0x150, symBinAddr: 0x18CF80, symSize: 0x40 }
+ - { offsetInCU: 0x1BD, offset: 0x1635A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAA0dG0OvM', symObjAddr: 0x190, symBinAddr: 0x18CFC0, symSize: 0x40 }
+ - { offsetInCU: 0x20A, offset: 0x1635F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvgTo', symObjAddr: 0x1D0, symBinAddr: 0x18D000, symSize: 0x70 }
+ - { offsetInCU: 0x245, offset: 0x16362D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvg', symObjAddr: 0x240, symBinAddr: 0x18D070, symSize: 0x40 }
+ - { offsetInCU: 0x28C, offset: 0x163674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvsTo', symObjAddr: 0x280, symBinAddr: 0x18D0B0, symSize: 0x70 }
+ - { offsetInCU: 0x2CF, offset: 0x1636B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvs', symObjAddr: 0x2F0, symBinAddr: 0x18D120, symSize: 0x50 }
+ - { offsetInCU: 0x2F6, offset: 0x1636DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvM', symObjAddr: 0x340, symBinAddr: 0x18D170, symSize: 0x40 }
+ - { offsetInCU: 0x325, offset: 0x16370D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC11customItemsSDyS2SGSgvM.resume.0', symObjAddr: 0x380, symBinAddr: 0x18D1B0, symSize: 0x10 }
+ - { offsetInCU: 0x350, offset: 0x163738, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfc', symObjAddr: 0x390, symBinAddr: 0x18D1C0, symSize: 0xA0 }
+ - { offsetInCU: 0x377, offset: 0x16375F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomTypeAcA0dG0O_tcfcTo', symObjAddr: 0x450, symBinAddr: 0x18D280, symSize: 0xA0 }
+ - { offsetInCU: 0x3E8, offset: 0x1637D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfC', symObjAddr: 0x4F0, symBinAddr: 0x18D320, symSize: 0xD0 }
+ - { offsetInCU: 0x42E, offset: 0x163816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfc', symObjAddr: 0x5C0, symBinAddr: 0x18D3F0, symSize: 0xC0 }
+ - { offsetInCU: 0x45F, offset: 0x163847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC8roomType11customItemsAcA0dG0O_SDyS2SGtcfcTo', symObjAddr: 0x680, symBinAddr: 0x18D4B0, symSize: 0xE0 }
+ - { offsetInCU: 0x4A3, offset: 0x16388B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfC', symObjAddr: 0x760, symBinAddr: 0x18D590, symSize: 0x20 }
+ - { offsetInCU: 0x4C1, offset: 0x1638A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfc', symObjAddr: 0x780, symBinAddr: 0x18D5B0, symSize: 0x50 }
+ - { offsetInCU: 0x4FC, offset: 0x1638E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCACycfcTo', symObjAddr: 0x7D0, symBinAddr: 0x18D600, symSize: 0x50 }
+ - { offsetInCU: 0x539, offset: 0x163921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsC6encode2toys7Encoder_p_tKF', symObjAddr: 0x820, symBinAddr: 0x18D650, symSize: 0x170 }
+ - { offsetInCU: 0x595, offset: 0x16397D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCfD', symObjAddr: 0xAF0, symBinAddr: 0x18D7C0, symSize: 0x30 }
+ - { offsetInCU: 0x5C2, offset: 0x1639AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB40, symBinAddr: 0x18D810, symSize: 0x30 }
+ - { offsetInCU: 0x5E6, offset: 0x1639CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCMa', symObjAddr: 0x430, symBinAddr: 0x18D260, symSize: 0x20 }
+ - { offsetInCU: 0x5FA, offset: 0x1639E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10RoomParamsCfETo', symObjAddr: 0xB20, symBinAddr: 0x18D7F0, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x163C73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvpACTK', symObjAddr: 0x0, symBinAddr: 0x18DA40, symSize: 0x60 }
+ - { offsetInCU: 0x57, offset: 0x163C8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvpACTk', symObjAddr: 0x60, symBinAddr: 0x18DAA0, symSize: 0x90 }
+ - { offsetInCU: 0x7B, offset: 0x163CAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvg', symObjAddr: 0xF0, symBinAddr: 0x18DB30, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x163CCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvs', symObjAddr: 0x150, symBinAddr: 0x18DB70, symSize: 0x50 }
+ - { offsetInCU: 0xB3, offset: 0x163CE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC9taskBlockyycSgvM', symObjAddr: 0x1C0, symBinAddr: 0x18DBE0, symSize: 0x30 }
+ - { offsetInCU: 0xCF, offset: 0x163D03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvg', symObjAddr: 0x1F0, symBinAddr: 0x18DC10, symSize: 0x40 }
+ - { offsetInCU: 0xEB, offset: 0x163D1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvs', symObjAddr: 0x230, symBinAddr: 0x18DC50, symSize: 0x40 }
+ - { offsetInCU: 0x107, offset: 0x163D3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvM', symObjAddr: 0x270, symBinAddr: 0x18DC90, symSize: 0x30 }
+ - { offsetInCU: 0x123, offset: 0x163D57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC6threadSo17OS_dispatch_queueCSgvM.resume.0', symObjAddr: 0x2A0, symBinAddr: 0x18DCC0, symSize: 0x10 }
+ - { offsetInCU: 0x13F, offset: 0x163D73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC7executeyyF', symObjAddr: 0x2B0, symBinAddr: 0x18DCD0, symSize: 0x1F0 }
+ - { offsetInCU: 0x1AA, offset: 0x163DDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC8completeyyF', symObjAddr: 0x5C0, symBinAddr: 0x18DF50, symSize: 0x20 }
+ - { offsetInCU: 0x201, offset: 0x163E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC4taskACyyc_tcfC', symObjAddr: 0x5E0, symBinAddr: 0x18DF70, symSize: 0x70 }
+ - { offsetInCU: 0x248, offset: 0x163E7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC4taskACyyc_tcfc', symObjAddr: 0x650, symBinAddr: 0x18DFE0, symSize: 0x60 }
+ - { offsetInCU: 0x26F, offset: 0x163EA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCfd', symObjAddr: 0x6B0, symBinAddr: 0x18E040, symSize: 0x20 }
+ - { offsetInCU: 0x2AA, offset: 0x163EDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCfD', symObjAddr: 0x6D0, symBinAddr: 0x18E060, symSize: 0x30 }
+ - { offsetInCU: 0x2ED, offset: 0x163F21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvgTW', symObjAddr: 0x700, symBinAddr: 0x18E090, symSize: 0x20 }
+ - { offsetInCU: 0x309, offset: 0x163F3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvsTW', symObjAddr: 0x720, symBinAddr: 0x18E0B0, symSize: 0x20 }
+ - { offsetInCU: 0x325, offset: 0x163F59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvMTW', symObjAddr: 0x740, symBinAddr: 0x18E0D0, symSize: 0x50 }
+ - { offsetInCU: 0x341, offset: 0x163F75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP6threadSo17OS_dispatch_queueCSgvMTW.resume.0', symObjAddr: 0x790, symBinAddr: 0x18E120, symSize: 0x20 }
+ - { offsetInCU: 0x35D, offset: 0x163F91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP7executeyyFTW', symObjAddr: 0x7B0, symBinAddr: 0x18E140, symSize: 0x20 }
+ - { offsetInCU: 0x379, offset: 0x163FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCAA10ExecutableA2aDP8completeyyFTW', symObjAddr: 0x7D0, symBinAddr: 0x18E160, symSize: 0x20 }
+ - { offsetInCU: 0x396, offset: 0x163FCA, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0x1A0, symBinAddr: 0x18DBC0, symSize: 0x20 }
+ - { offsetInCU: 0x3AA, offset: 0x163FDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskC7executeyyFyyYbcfU_TA', symObjAddr: 0x4A0, symBinAddr: 0x18DEC0, symSize: 0x30 }
+ - { offsetInCU: 0x3DE, offset: 0x164012, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4D0, symBinAddr: 0x18DEF0, symSize: 0x20 }
+ - { offsetInCU: 0x3F2, offset: 0x164026, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4F0, symBinAddr: 0x18DF10, symSize: 0x10 }
+ - { offsetInCU: 0x406, offset: 0x16403A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4TaskCMa', symObjAddr: 0x8C0, symBinAddr: 0x18E250, symSize: 0x20 }
+ - { offsetInCU: 0x41A, offset: 0x16404E, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x9D0, symBinAddr: 0x18E360, symSize: 0x20 }
+ - { offsetInCU: 0x42E, offset: 0x164062, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x9F0, symBinAddr: 0x18E380, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1642C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfC', symObjAddr: 0x0, symBinAddr: 0x18E3C0, symSize: 0x20 }
+ - { offsetInCU: 0x93, offset: 0x164310, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfC', symObjAddr: 0x20, symBinAddr: 0x18E3E0, symSize: 0xC0 }
+ - { offsetInCU: 0x120, offset: 0x16439D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4FromVys5Int64VGcfC', symObjAddr: 0xE0, symBinAddr: 0x18E4A0, symSize: 0x90 }
+ - { offsetInCU: 0x18F, offset: 0x16440C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4UpToVys5Int64VGcfC', symObjAddr: 0x170, symBinAddr: 0x18E530, symSize: 0x90 }
+ - { offsetInCU: 0x1FE, offset: 0x16447B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSnys5Int64VGcfC', symObjAddr: 0x200, symBinAddr: 0x18E5C0, symSize: 0xC0 }
+ - { offsetInCU: 0x245, offset: 0x1644C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalLowerBounds5Int64VSgvM', symObjAddr: 0x300, symBinAddr: 0x18E6C0, symSize: 0x40 }
+ - { offsetInCU: 0x274, offset: 0x1644F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalLowerBounds5Int64VSgvM.resume.0', symObjAddr: 0x340, symBinAddr: 0x18E700, symSize: 0x10 }
+ - { offsetInCU: 0x29F, offset: 0x16451C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC18internalUpperBounds5Int64VSgvM', symObjAddr: 0x410, symBinAddr: 0x18E7D0, symSize: 0x40 }
+ - { offsetInCU: 0x2CE, offset: 0x16454B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC27internalUpperBoundInclusives5Int64VSgvg', symObjAddr: 0x450, symBinAddr: 0x18E810, symSize: 0x40 }
+ - { offsetInCU: 0x319, offset: 0x164596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvgTo', symObjAddr: 0x490, symBinAddr: 0x18E850, symSize: 0x60 }
+ - { offsetInCU: 0x34C, offset: 0x1645C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64Vvg', symObjAddr: 0x4F0, symBinAddr: 0x18E8B0, symSize: 0x30 }
+ - { offsetInCU: 0x393, offset: 0x164610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvsTo', symObjAddr: 0x520, symBinAddr: 0x18E8E0, symSize: 0x50 }
+ - { offsetInCU: 0x3CE, offset: 0x16464B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64Vvs', symObjAddr: 0x570, symBinAddr: 0x18E930, symSize: 0x20 }
+ - { offsetInCU: 0x3F3, offset: 0x164670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvM', symObjAddr: 0x590, symBinAddr: 0x18E950, symSize: 0x50 }
+ - { offsetInCU: 0x43D, offset: 0x1646BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10lowerBounds5Int64VvM.resume.0', symObjAddr: 0x5E0, symBinAddr: 0x18E9A0, symSize: 0x30 }
+ - { offsetInCU: 0x4AF, offset: 0x16472C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvgTo', symObjAddr: 0x610, symBinAddr: 0x18E9D0, symSize: 0x60 }
+ - { offsetInCU: 0x4E2, offset: 0x16475F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64Vvg', symObjAddr: 0x670, symBinAddr: 0x18EA30, symSize: 0x30 }
+ - { offsetInCU: 0x529, offset: 0x1647A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvsTo', symObjAddr: 0x6A0, symBinAddr: 0x18EA60, symSize: 0x50 }
+ - { offsetInCU: 0x564, offset: 0x1647E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64Vvs', symObjAddr: 0x6F0, symBinAddr: 0x18EAB0, symSize: 0x20 }
+ - { offsetInCU: 0x589, offset: 0x164806, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvM', symObjAddr: 0x710, symBinAddr: 0x18EAD0, symSize: 0x50 }
+ - { offsetInCU: 0x5D3, offset: 0x164850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeC10upperBounds5Int64VvM.resume.0', symObjAddr: 0x760, symBinAddr: 0x18EB20, symSize: 0x30 }
+ - { offsetInCU: 0x627, offset: 0x1648A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfc', symObjAddr: 0x790, symBinAddr: 0x18EB50, symSize: 0x60 }
+ - { offsetInCU: 0x662, offset: 0x1648DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCACycfcTo', symObjAddr: 0x7F0, symBinAddr: 0x18EBB0, symSize: 0x60 }
+ - { offsetInCU: 0x69D, offset: 0x16491A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4FromVys5Int64VGcfc', symObjAddr: 0x850, symBinAddr: 0x18EC10, symSize: 0x80 }
+ - { offsetInCU: 0x6EE, offset: 0x16496B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD7ThroughVys5Int64VGcfC', symObjAddr: 0x8D0, symBinAddr: 0x18EC90, symSize: 0xA0 }
+ - { offsetInCU: 0x733, offset: 0x1649B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD7ThroughVys5Int64VGcfc', symObjAddr: 0x970, symBinAddr: 0x18ED30, symSize: 0xA0 }
+ - { offsetInCU: 0x75A, offset: 0x1649D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACs07PartialD4UpToVys5Int64VGcfc', symObjAddr: 0xA10, symBinAddr: 0x18EDD0, symSize: 0x80 }
+ - { offsetInCU: 0x781, offset: 0x1649FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSnys5Int64VGcfc', symObjAddr: 0xA90, symBinAddr: 0x18EE50, symSize: 0xC0 }
+ - { offsetInCU: 0x7A8, offset: 0x164A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfc', symObjAddr: 0xB50, symBinAddr: 0x18EF10, symSize: 0xB0 }
+ - { offsetInCU: 0x7F1, offset: 0x164A6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCyACSo8_NSRangeVcfcTo', symObjAddr: 0xC20, symBinAddr: 0x18EFE0, symSize: 0xC0 }
+ - { offsetInCU: 0x852, offset: 0x164ACF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCfD', symObjAddr: 0xCE0, symBinAddr: 0x18F0A0, symSize: 0x30 }
+ - { offsetInCU: 0x880, offset: 0x164AFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5RangeCMa', symObjAddr: 0xC00, symBinAddr: 0x18EFC0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x164DC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appId04callH006callerH006calleeH04role11isVideoCall7summary12measureCount0Q8IntervalACSgSSSg_SSA2nA06DirectO0C8UserRoleOSbAA7SummaryCS2itcfC', symObjAddr: 0x0, symBinAddr: 0x18F530, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0x164DE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x70, symBinAddr: 0x18F5A0, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x164DF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x80, symBinAddr: 0x18F5B0, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x164E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8logGroupSSvg', symObjAddr: 0x90, symBinAddr: 0x18F5C0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x164E2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV15deviceTimestamps5Int64Vvg', symObjAddr: 0xC0, symBinAddr: 0x18F5F0, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x164E4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x18F600, symSize: 0x30 }
+ - { offsetInCU: 0xEB, offset: 0x164E66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV6callIdSSvg', symObjAddr: 0x100, symBinAddr: 0x18F630, symSize: 0x30 }
+ - { offsetInCU: 0x107, offset: 0x164E82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8callerIdSSSgvg', symObjAddr: 0x130, symBinAddr: 0x18F660, symSize: 0x30 }
+ - { offsetInCU: 0x123, offset: 0x164E9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV8calleeIdSSSgvg', symObjAddr: 0x160, symBinAddr: 0x18F690, symSize: 0x30 }
+ - { offsetInCU: 0x13F, offset: 0x164EBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV4roleAA10DirectCallC8UserRoleOvg', symObjAddr: 0x190, symBinAddr: 0x18F6C0, symSize: 0x10 }
+ - { offsetInCU: 0x15B, offset: 0x164ED6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV11isVideoCallSbvg', symObjAddr: 0x1A0, symBinAddr: 0x18F6D0, symSize: 0x10 }
+ - { offsetInCU: 0x177, offset: 0x164EF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV7summaryAA7SummaryCvg', symObjAddr: 0x1B0, symBinAddr: 0x18F6E0, symSize: 0x10 }
+ - { offsetInCU: 0x193, offset: 0x164F0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV12measureCountSivg', symObjAddr: 0x1C0, symBinAddr: 0x18F6F0, symSize: 0x10 }
+ - { offsetInCU: 0x1AF, offset: 0x164F2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV15measureIntervalSivg', symObjAddr: 0x1D0, symBinAddr: 0x18F700, symSize: 0x10 }
+ - { offsetInCU: 0x1EF, offset: 0x164F6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8intValueAISgSi_tcfC', symObjAddr: 0x220, symBinAddr: 0x18F750, symSize: 0x10 }
+ - { offsetInCU: 0x216, offset: 0x164F91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8intValueSiSgvg', symObjAddr: 0x230, symBinAddr: 0x18F760, symSize: 0x10 }
+ - { offsetInCU: 0x23D, offset: 0x164FB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x18F770, symSize: 0x50 }
+ - { offsetInCU: 0x264, offset: 0x164FDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0O11stringValueSSvg', symObjAddr: 0x290, symBinAddr: 0x18F7C0, symSize: 0x50 }
+ - { offsetInCU: 0x28B, offset: 0x165006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP11stringValueSSvgTW', symObjAddr: 0x3A0, symBinAddr: 0x18F8D0, symSize: 0x10 }
+ - { offsetInCU: 0x2A7, offset: 0x165022, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP8intValueSiSgvgTW', symObjAddr: 0x3D0, symBinAddr: 0x18F900, symSize: 0x10 }
+ - { offsetInCU: 0x2C3, offset: 0x16503E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAsAJP8intValuexSgSi_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x18F910, symSize: 0x10 }
+ - { offsetInCU: 0x2E0, offset: 0x16505B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueAGSgSS_tcfC', symObjAddr: 0x430, symBinAddr: 0x18F960, symSize: 0x10 }
+ - { offsetInCU: 0x303, offset: 0x16507E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueAGSgSS_tcfC', symObjAddr: 0x440, symBinAddr: 0x18F970, symSize: 0x10 }
+ - { offsetInCU: 0x336, offset: 0x1650B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8intValueAGSgSi_tcfC', symObjAddr: 0x450, symBinAddr: 0x18F980, symSize: 0x10 }
+ - { offsetInCU: 0x35D, offset: 0x1650D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8intValueSiSgvg', symObjAddr: 0x460, symBinAddr: 0x18F990, symSize: 0x10 }
+ - { offsetInCU: 0x384, offset: 0x1650FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueSSvg', symObjAddr: 0x470, symBinAddr: 0x18F9A0, symSize: 0x170 }
+ - { offsetInCU: 0x3BD, offset: 0x165138, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO11stringValueSSvg', symObjAddr: 0x5E0, symBinAddr: 0x18FB10, symSize: 0x170 }
+ - { offsetInCU: 0x416, offset: 0x165191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x8A0, symBinAddr: 0x18FDD0, symSize: 0x30 }
+ - { offsetInCU: 0x447, offset: 0x1651C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x8D0, symBinAddr: 0x18FE00, symSize: 0x30 }
+ - { offsetInCU: 0x45B, offset: 0x1651D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x900, symBinAddr: 0x18FE30, symSize: 0x10 }
+ - { offsetInCU: 0x491, offset: 0x16520C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x910, symBinAddr: 0x18FE40, symSize: 0x20 }
+ - { offsetInCU: 0x4E1, offset: 0x16525C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x930, symBinAddr: 0x18FE60, symSize: 0x10 }
+ - { offsetInCU: 0x4FD, offset: 0x165278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x940, symBinAddr: 0x18FE70, symSize: 0x10 }
+ - { offsetInCU: 0x519, offset: 0x165294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO8rawValueAGSgSS_tcfCTf4nd_n', symObjAddr: 0x1C30, symBinAddr: 0x191120, symSize: 0x70 }
+ - { offsetInCU: 0x545, offset: 0x1652C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xAD0, symBinAddr: 0x190000, symSize: 0x10 }
+ - { offsetInCU: 0x56C, offset: 0x1652E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0xAE0, symBinAddr: 0x190010, symSize: 0x10 }
+ - { offsetInCU: 0x593, offset: 0x16530E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0xAF0, symBinAddr: 0x190020, symSize: 0x40 }
+ - { offsetInCU: 0x5BA, offset: 0x165335, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0xB30, symBinAddr: 0x190060, symSize: 0x40 }
+ - { offsetInCU: 0x5E1, offset: 0x16535C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xE30, symBinAddr: 0x190360, symSize: 0x10 }
+ - { offsetInCU: 0x5FD, offset: 0x165378, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xEF0, symBinAddr: 0x190420, symSize: 0x10 }
+ - { offsetInCU: 0x61A, offset: 0x165395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xF40, symBinAddr: 0x190470, symSize: 0x970 }
+ - { offsetInCU: 0x786, offset: 0x165501, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x18B0, symBinAddr: 0x190DE0, symSize: 0x10 }
+ - { offsetInCU: 0x7B1, offset: 0x16552C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x18C0, symBinAddr: 0x190DF0, symSize: 0x10 }
+ - { offsetInCU: 0x7E3, offset: 0x16555E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x18D0, symBinAddr: 0x190E00, symSize: 0x50 }
+ - { offsetInCU: 0x806, offset: 0x165581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV5appId04callH006callerH006calleeH04role11isVideoCall7summary12measureCount0Q8IntervalACSgSSSg_SSA2nA06DirectO0C8UserRoleOSbAA7SummaryCS2itcfCTf4nnnnnnnnnd_n', symObjAddr: 0x1920, symBinAddr: 0x190E50, symSize: 0x2D0 }
+ - { offsetInCU: 0xA27, offset: 0x1657A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x1CD0, symBinAddr: 0x191190, symSize: 0x30 }
+ - { offsetInCU: 0xA3B, offset: 0x1657B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs0G3KeyAAWl', symObjAddr: 0x1D00, symBinAddr: 0x1911C0, symSize: 0x30 }
+ - { offsetInCU: 0xA4F, offset: 0x1657CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs0G3KeyAAWl', symObjAddr: 0x1E20, symBinAddr: 0x191220, symSize: 0x30 }
+ - { offsetInCU: 0xA63, offset: 0x1657DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OSHAASQWb', symObjAddr: 0x1E80, symBinAddr: 0x191250, symSize: 0x10 }
+ - { offsetInCU: 0xA77, offset: 0x1657F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAISQAAWl', symObjAddr: 0x1E90, symBinAddr: 0x191260, symSize: 0x30 }
+ - { offsetInCU: 0xA8B, offset: 0x165806, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1EC0, symBinAddr: 0x191290, symSize: 0x10 }
+ - { offsetInCU: 0xA9F, offset: 0x16581A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1ED0, symBinAddr: 0x1912A0, symSize: 0x30 }
+ - { offsetInCU: 0xAB3, offset: 0x16582E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1F00, symBinAddr: 0x1912D0, symSize: 0x10 }
+ - { offsetInCU: 0xAC7, offset: 0x165842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OAIs23CustomStringConvertibleAAWl', symObjAddr: 0x1F10, symBinAddr: 0x1912E0, symSize: 0x30 }
+ - { offsetInCU: 0xADB, offset: 0x165856, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASQWb', symObjAddr: 0x1F40, symBinAddr: 0x191310, symSize: 0x10 }
+ - { offsetInCU: 0xAEF, offset: 0x16586A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGSQAAWl', symObjAddr: 0x1F50, symBinAddr: 0x191320, symSize: 0x30 }
+ - { offsetInCU: 0xB03, offset: 0x16587E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1F80, symBinAddr: 0x191350, symSize: 0x10 }
+ - { offsetInCU: 0xB17, offset: 0x165892, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1F90, symBinAddr: 0x191360, symSize: 0x30 }
+ - { offsetInCU: 0xB2B, offset: 0x1658A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1FC0, symBinAddr: 0x191390, symSize: 0x10 }
+ - { offsetInCU: 0xB3F, offset: 0x1658BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1FD0, symBinAddr: 0x1913A0, symSize: 0x30 }
+ - { offsetInCU: 0xB53, offset: 0x1658CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x2000, symBinAddr: 0x1913D0, symSize: 0x10 }
+ - { offsetInCU: 0xB67, offset: 0x1658E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x2010, symBinAddr: 0x1913E0, symSize: 0x30 }
+ - { offsetInCU: 0xB7B, offset: 0x1658F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2040, symBinAddr: 0x191410, symSize: 0x10 }
+ - { offsetInCU: 0xB8F, offset: 0x16590A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2050, symBinAddr: 0x191420, symSize: 0x30 }
+ - { offsetInCU: 0xBA3, offset: 0x16591E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2080, symBinAddr: 0x191450, symSize: 0x10 }
+ - { offsetInCU: 0xBB7, offset: 0x165932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2090, symBinAddr: 0x191460, symSize: 0x30 }
+ - { offsetInCU: 0xBCB, offset: 0x165946, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA14APIRequestableAAWI', symObjAddr: 0x20C0, symBinAddr: 0x191490, symSize: 0x20 }
+ - { offsetInCU: 0xBDF, offset: 0x16595A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x2110, symBinAddr: 0x1914B0, symSize: 0x20 }
+ - { offsetInCU: 0xBF3, offset: 0x16596E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA11RequestableAAWI', symObjAddr: 0x2160, symBinAddr: 0x1914D0, symSize: 0x30 }
+ - { offsetInCU: 0xC07, offset: 0x165982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA0F0AAWl', symObjAddr: 0x2190, symBinAddr: 0x191500, symSize: 0x30 }
+ - { offsetInCU: 0xC1B, offset: 0x165996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x21C0, symBinAddr: 0x191530, symSize: 0x30 }
+ - { offsetInCU: 0xC2F, offset: 0x1659AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x21F0, symBinAddr: 0x191560, symSize: 0x10 }
+ - { offsetInCU: 0xC43, offset: 0x1659BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0AAWI', symObjAddr: 0x2230, symBinAddr: 0x191570, symSize: 0x20 }
+ - { offsetInCU: 0xC57, offset: 0x1659D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVACSEAAWl', symObjAddr: 0x2250, symBinAddr: 0x191590, symSize: 0x30 }
+ - { offsetInCU: 0xC6B, offset: 0x1659E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x2280, symBinAddr: 0x1915C0, symSize: 0x20 }
+ - { offsetInCU: 0xC7F, offset: 0x1659FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwCP', symObjAddr: 0x22A0, symBinAddr: 0x1915E0, symSize: 0x30 }
+ - { offsetInCU: 0xC93, offset: 0x165A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwxx', symObjAddr: 0x22D0, symBinAddr: 0x191610, symSize: 0x50 }
+ - { offsetInCU: 0xCA7, offset: 0x165A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwcp', symObjAddr: 0x2320, symBinAddr: 0x191660, symSize: 0xF0 }
+ - { offsetInCU: 0xCBB, offset: 0x165A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwca', symObjAddr: 0x2410, symBinAddr: 0x191750, symSize: 0x130 }
+ - { offsetInCU: 0xCCF, offset: 0x165A4A, size: 0x8, addend: 0x0, symName: ___swift_memcpy144_8, symObjAddr: 0x2540, symBinAddr: 0x191880, symSize: 0x10 }
+ - { offsetInCU: 0xCE3, offset: 0x165A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwta', symObjAddr: 0x2550, symBinAddr: 0x191890, symSize: 0xE0 }
+ - { offsetInCU: 0xCF7, offset: 0x165A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwet', symObjAddr: 0x2630, symBinAddr: 0x191970, symSize: 0x40 }
+ - { offsetInCU: 0xD0B, offset: 0x165A86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVwst', symObjAddr: 0x2670, symBinAddr: 0x1919B0, symSize: 0x70 }
+ - { offsetInCU: 0xD1F, offset: 0x165A9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVMa', symObjAddr: 0x26E0, symBinAddr: 0x191A20, symSize: 0x10 }
+ - { offsetInCU: 0xD33, offset: 0x165AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOwup', symObjAddr: 0x2730, symBinAddr: 0x191A50, symSize: 0x10 }
+ - { offsetInCU: 0xD47, offset: 0x165AC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOMa', symObjAddr: 0x2740, symBinAddr: 0x191A60, symSize: 0x10 }
+ - { offsetInCU: 0xD5B, offset: 0x165AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwet', symObjAddr: 0x2750, symBinAddr: 0x191A70, symSize: 0x80 }
+ - { offsetInCU: 0xD6F, offset: 0x165AEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwst', symObjAddr: 0x27D0, symBinAddr: 0x191AF0, symSize: 0xD0 }
+ - { offsetInCU: 0xD83, offset: 0x165AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwug', symObjAddr: 0x28A0, symBinAddr: 0x191BC0, symSize: 0x10 }
+ - { offsetInCU: 0xD97, offset: 0x165B12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwup', symObjAddr: 0x28B0, symBinAddr: 0x191BD0, symSize: 0x10 }
+ - { offsetInCU: 0xDAB, offset: 0x165B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOwui', symObjAddr: 0x28C0, symBinAddr: 0x191BE0, symSize: 0x10 }
+ - { offsetInCU: 0xDBF, offset: 0x165B3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOMa', symObjAddr: 0x28D0, symBinAddr: 0x191BF0, symSize: 0x10 }
+ - { offsetInCU: 0xDD3, offset: 0x165B4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owug', symObjAddr: 0x2A50, symBinAddr: 0x191D70, symSize: 0x10 }
+ - { offsetInCU: 0xDE7, offset: 0x165B62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owup', symObjAddr: 0x2A60, symBinAddr: 0x191D80, symSize: 0x10 }
+ - { offsetInCU: 0xDFB, offset: 0x165B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Owui', symObjAddr: 0x2A70, symBinAddr: 0x191D90, symSize: 0x10 }
+ - { offsetInCU: 0xE0F, offset: 0x165B8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0OMa', symObjAddr: 0x2A80, symBinAddr: 0x191DA0, symSize: 0x10 }
+ - { offsetInCU: 0xE3A, offset: 0x165BB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os28CustomDebugStringConvertibleAAsAJP16debugDescriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0x18F920, symSize: 0x20 }
+ - { offsetInCU: 0xE56, offset: 0x165BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataO04MetaI0Os23CustomStringConvertibleAAsAJP11descriptionSSvgTW', symObjAddr: 0x410, symBinAddr: 0x18F940, symSize: 0x20 }
+ - { offsetInCU: 0xE96, offset: 0x165C11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x750, symBinAddr: 0x18FC80, symSize: 0x80 }
+ - { offsetInCU: 0xF65, offset: 0x165CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH9hashValueSivgTW', symObjAddr: 0x7D0, symBinAddr: 0x18FD00, symSize: 0x50 }
+ - { offsetInCU: 0xFE3, offset: 0x165D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x820, symBinAddr: 0x18FD50, symSize: 0x30 }
+ - { offsetInCU: 0x1035, offset: 0x165DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x850, symBinAddr: 0x18FD80, symSize: 0x50 }
+ - { offsetInCU: 0x1091, offset: 0x165E0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x950, symBinAddr: 0x18FE80, symSize: 0x20 }
+ - { offsetInCU: 0x10AD, offset: 0x165E28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysO0E4DataOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x970, symBinAddr: 0x18FEA0, symSize: 0x20 }
+ - { offsetInCU: 0x10C9, offset: 0x165E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xF00, symBinAddr: 0x190430, symSize: 0x20 }
+ - { offsetInCU: 0x10E5, offset: 0x165E60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xF20, symBinAddr: 0x190450, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x166180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RequestablePAAE11keyStrategy10Foundation11JSONEncoderC011KeyEncodingF0OvgZ', symObjAddr: 0x10, symBinAddr: 0x191DF0, symSize: 0x40 }
+ - { offsetInCU: 0x74, offset: 0x1661B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA17StrategyEncodableA2aDP03keyG010Foundation11JSONEncoderC011KeyEncodingG0OvgZTW', symObjAddr: 0xB0, symBinAddr: 0x191E90, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x1663CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x0, symBinAddr: 0x1921F0, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0x1663EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvs', symObjAddr: 0x40, symBinAddr: 0x192230, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x166407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvM', symObjAddr: 0x80, symBinAddr: 0x192270, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x166423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x1922A0, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x16643F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC16peerConnectionIdSSSgvg', symObjAddr: 0xC0, symBinAddr: 0x1922B0, symSize: 0x30 }
+ - { offsetInCU: 0x10D, offset: 0x166491, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdp16peerConnectionIdACSo21RTCSessionDescriptionCSg_SSSgtcfC', symObjAddr: 0xF0, symBinAddr: 0x1922E0, symSize: 0xA0 }
+ - { offsetInCU: 0x156, offset: 0x1664DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC3sdp16peerConnectionIdACSo21RTCSessionDescriptionCSg_SSSgtcfc', symObjAddr: 0x190, symBinAddr: 0x192380, symSize: 0x90 }
+ - { offsetInCU: 0x187, offset: 0x16650B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x220, symBinAddr: 0x192410, symSize: 0x1B0 }
+ - { offsetInCU: 0x1DB, offset: 0x16655F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC10startTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x3D0, symBinAddr: 0x1925C0, symSize: 0xC0 }
+ - { offsetInCU: 0x219, offset: 0x16659D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC10startTimeryyAA010DirectCallG12Controllable_pFyAA0hI7Context_pcfU_', symObjAddr: 0x490, symBinAddr: 0x192680, symSize: 0x130 }
+ - { offsetInCU: 0x2B5, offset: 0x166639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC24didConnectPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x6B0, symBinAddr: 0x1928A0, symSize: 0x70 }
+ - { offsetInCU: 0x34D, offset: 0x1666D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateC24didReceiveConnectionLost7context13directCallLogyAA06DirectL7Context_p_AA0nlM0CtF', symObjAddr: 0x8C0, symBinAddr: 0x192AB0, symSize: 0xA0 }
+ - { offsetInCU: 0x3E4, offset: 0x166768, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCACycfC', symObjAddr: 0xA20, symBinAddr: 0x192C10, symSize: 0x30 }
+ - { offsetInCU: 0x443, offset: 0x1667C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCACycfc', symObjAddr: 0xA50, symBinAddr: 0x192C40, symSize: 0x30 }
+ - { offsetInCU: 0x488, offset: 0x16680C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfd', symObjAddr: 0xAA0, symBinAddr: 0x192C90, symSize: 0x20 }
+ - { offsetInCU: 0x4C3, offset: 0x166847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfD', symObjAddr: 0xAC0, symBinAddr: 0x192CB0, symSize: 0x30 }
+ - { offsetInCU: 0x565, offset: 0x1668E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCfE', symObjAddr: 0xA80, symBinAddr: 0x192C70, symSize: 0x20 }
+ - { offsetInCU: 0x592, offset: 0x166916, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xB20, symBinAddr: 0x192CE0, symSize: 0x20 }
+ - { offsetInCU: 0x5A6, offset: 0x16692A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xB40, symBinAddr: 0x192D00, symSize: 0x10 }
+ - { offsetInCU: 0x5BA, offset: 0x16693E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ReconnectingStateCMa', symObjAddr: 0xBB0, symBinAddr: 0x192D70, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x166B98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x192E30, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x166BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC06customG0SDyS2SGvg', symObjAddr: 0x0, symBinAddr: 0x192E30, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x166BD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC11updatedKeysSaySSGvg', symObjAddr: 0x10, symBinAddr: 0x192E40, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x166BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC10affectedAts5Int64Vvg', symObjAddr: 0x20, symBinAddr: 0x192E50, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x166C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x30, symBinAddr: 0x192E60, symSize: 0x40 }
+ - { offsetInCU: 0xC4, offset: 0x166C35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x70, symBinAddr: 0x192EA0, symSize: 0x350 }
+ - { offsetInCU: 0x1A9, offset: 0x166D1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId06customG011updatedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfC', symObjAddr: 0x620, symBinAddr: 0x193210, symSize: 0x80 }
+ - { offsetInCU: 0x252, offset: 0x166DC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId06customG011updatedKeys10affectedAt07messageK0ACSS_SDyS2SGSaySSGs5Int64VSStcfc', symObjAddr: 0x6A0, symBinAddr: 0x193290, symSize: 0x40 }
+ - { offsetInCU: 0x318, offset: 0x166E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0OtcfC', symObjAddr: 0x6E0, symBinAddr: 0x1932D0, symSize: 0x30 }
+ - { offsetInCU: 0x377, offset: 0x166EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandC6roomId07messageK011commandTypeACSS_SSAA0I5TypesO0E0Otcfc', symObjAddr: 0x710, symBinAddr: 0x193300, symSize: 0x30 }
+ - { offsetInCU: 0x3CE, offset: 0x166F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfd', symObjAddr: 0x760, symBinAddr: 0x193350, symSize: 0x30 }
+ - { offsetInCU: 0x41F, offset: 0x166F90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfD', symObjAddr: 0x790, symBinAddr: 0x193380, symSize: 0x40 }
+ - { offsetInCU: 0x479, offset: 0x166FEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCMa', symObjAddr: 0x490, symBinAddr: 0x1931F0, symSize: 0x20 }
+ - { offsetInCU: 0x522, offset: 0x167093, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls33UpdateRoomCustomItemsEventCommandCfE', symObjAddr: 0x740, symBinAddr: 0x193330, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x16733D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17StrategyEncodablePAAE03keyD010Foundation11JSONEncoderC011KeyEncodingD0Ovg', symObjAddr: 0x0, symBinAddr: 0x1933F0, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x167355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17StrategyEncodablePAAE03keyD010Foundation11JSONEncoderC011KeyEncodingD0Ovg', symObjAddr: 0x0, symBinAddr: 0x1933F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x167578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x193430, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x16759C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x193430, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x1675BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x20, symBinAddr: 0x193450, symSize: 0xC0 }
+ - { offsetInCU: 0xD2, offset: 0x167623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCACycfc', symObjAddr: 0xE0, symBinAddr: 0x193510, symSize: 0x10 }
+ - { offsetInCU: 0xFF, offset: 0x167650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCfd', symObjAddr: 0xF0, symBinAddr: 0x193520, symSize: 0x10 }
+ - { offsetInCU: 0x12C, offset: 0x16767D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCfD', symObjAddr: 0x100, symBinAddr: 0x193530, symSize: 0x20 }
+ - { offsetInCU: 0x15A, offset: 0x1676AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndingStateCMa', symObjAddr: 0x120, symBinAddr: 0x193550, symSize: 0x14 }
+ - { offsetInCU: 0x164, offset: 0x1679CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO8rawValueSSvg', symObjAddr: 0xAF0, symBinAddr: 0x194060, symSize: 0x20 }
+ - { offsetInCU: 0x181, offset: 0x1679E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO11stringValueSSvg', symObjAddr: 0xB10, symBinAddr: 0x194080, symSize: 0x20 }
+ - { offsetInCU: 0x1F0, offset: 0x167A56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSYAASY8rawValuexSg03RawT0Qz_tcfCTW', symObjAddr: 0xB70, symBinAddr: 0x1940E0, symSize: 0x80 }
+ - { offsetInCU: 0x231, offset: 0x167A97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSYAASY8rawValue03RawT0QzvgTW', symObjAddr: 0xBF0, symBinAddr: 0x194160, symSize: 0x30 }
+ - { offsetInCU: 0x245, offset: 0x167AAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xC20, symBinAddr: 0x194190, symSize: 0x10 }
+ - { offsetInCU: 0x27B, offset: 0x167AE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC30, symBinAddr: 0x1941A0, symSize: 0x80 }
+ - { offsetInCU: 0x2D3, offset: 0x167B39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xCB0, symBinAddr: 0x194220, symSize: 0x10 }
+ - { offsetInCU: 0x2EF, offset: 0x167B55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xCC0, symBinAddr: 0x194230, symSize: 0x10 }
+ - { offsetInCU: 0x30D, offset: 0x167B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6userId4role10endResults5limit9nextTokenACSS_AA0dE0C8UserRoleOSgSayAA0dE9EndResultOGSgs5Int32VSSSgtcfC', symObjAddr: 0x880, symBinAddr: 0x193DF0, symSize: 0x60 }
+ - { offsetInCU: 0x329, offset: 0x167B8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvgZ', symObjAddr: 0x930, symBinAddr: 0x193EA0, symSize: 0x50 }
+ - { offsetInCU: 0x34A, offset: 0x167BB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvsZ', symObjAddr: 0x980, symBinAddr: 0x193EF0, symSize: 0x50 }
+ - { offsetInCU: 0x373, offset: 0x167BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvMZ', symObjAddr: 0x9D0, symBinAddr: 0x193F40, symSize: 0x60 }
+ - { offsetInCU: 0x39C, offset: 0x167C02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvMZ.resume.0', symObjAddr: 0xA30, symBinAddr: 0x193FA0, symSize: 0x10 }
+ - { offsetInCU: 0x3B8, offset: 0x167C1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xA40, symBinAddr: 0x193FB0, symSize: 0x10 }
+ - { offsetInCU: 0x3D4, offset: 0x167C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xA50, symBinAddr: 0x193FC0, symSize: 0x10 }
+ - { offsetInCU: 0x3E8, offset: 0x167C4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV4roleAA0dE0C8UserRoleOSgvg', symObjAddr: 0xA60, symBinAddr: 0x193FD0, symSize: 0x10 }
+ - { offsetInCU: 0x404, offset: 0x167C6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10endResultsSayAA0dE9EndResultOGSgvg', symObjAddr: 0xA70, symBinAddr: 0x193FE0, symSize: 0x10 }
+ - { offsetInCU: 0x420, offset: 0x167C86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV5limits5Int32Vvg', symObjAddr: 0xA80, symBinAddr: 0x193FF0, symSize: 0x10 }
+ - { offsetInCU: 0x43C, offset: 0x167CA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV9nextTokenSSSgvg', symObjAddr: 0xA90, symBinAddr: 0x194000, symSize: 0x30 }
+ - { offsetInCU: 0x458, offset: 0x167CBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV4typeSSvg', symObjAddr: 0xAC0, symBinAddr: 0x194030, symSize: 0x30 }
+ - { offsetInCU: 0x474, offset: 0x167CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0xD10, symBinAddr: 0x194280, symSize: 0x2F0 }
+ - { offsetInCU: 0x4F7, offset: 0x167D5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableA2aDP10resultType06ResultL0QzmvgZTW', symObjAddr: 0x1000, symBinAddr: 0x194570, symSize: 0x50 }
+ - { offsetInCU: 0x52E, offset: 0x167D94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x1050, symBinAddr: 0x1945C0, symSize: 0x10 }
+ - { offsetInCU: 0x559, offset: 0x167DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x1060, symBinAddr: 0x1945D0, symSize: 0x10 }
+ - { offsetInCU: 0x58B, offset: 0x167DF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x1070, symBinAddr: 0x1945E0, symSize: 0x50 }
+ - { offsetInCU: 0x5AE, offset: 0x167E14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV6userId4role10endResults5limit9nextTokenACSS_AA0dE0C8UserRoleOSgSayAA0dE9EndResultOGSgs5Int32VSSSgtcfCTf4nnnnnd_n', symObjAddr: 0x1160, symBinAddr: 0x1946D0, symSize: 0x120 }
+ - { offsetInCU: 0x747, offset: 0x167FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultType_WZ', symObjAddr: 0x8E0, symBinAddr: 0x193E50, symSize: 0x20 }
+ - { offsetInCU: 0x761, offset: 0x167FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10resultTypeAA0defgH8ResponseCmvau', symObjAddr: 0x900, symBinAddr: 0x193E70, symSize: 0x30 }
+ - { offsetInCU: 0x7DA, offset: 0x168040, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs0J3KeyAAWl', symObjAddr: 0x12F0, symBinAddr: 0x1947F0, symSize: 0x30 }
+ - { offsetInCU: 0x7EE, offset: 0x168054, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgWOr', symObjAddr: 0x1320, symBinAddr: 0x194820, symSize: 0x20 }
+ - { offsetInCU: 0x802, offset: 0x168068, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgxSgSEsSERzlWl', symObjAddr: 0x1340, symBinAddr: 0x194840, symSize: 0x50 }
+ - { offsetInCU: 0x816, offset: 0x16807C, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgMa', symObjAddr: 0x1390, symBinAddr: 0x194890, symSize: 0x60 }
+ - { offsetInCU: 0x82A, offset: 0x168090, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSayxGSEsSERzlWl', symObjAddr: 0x13F0, symBinAddr: 0x1948F0, symSize: 0x60 }
+ - { offsetInCU: 0x83E, offset: 0x1680A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19DirectCallEndResultOACSEAAWl', symObjAddr: 0x1450, symBinAddr: 0x194950, symSize: 0x30 }
+ - { offsetInCU: 0x852, offset: 0x1680B8, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls19DirectCallEndResultOGSgWOs', symObjAddr: 0x1480, symBinAddr: 0x194980, symSize: 0x20 }
+ - { offsetInCU: 0x866, offset: 0x1680CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA14APIRequestableAAWI', symObjAddr: 0x15A0, symBinAddr: 0x194A00, symSize: 0x20 }
+ - { offsetInCU: 0x87A, offset: 0x1680E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x15F0, symBinAddr: 0x194A20, symSize: 0x10 }
+ - { offsetInCU: 0x88E, offset: 0x1680F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls30DirectCallLogListQueryResponseCAcA11RespondableAAWl', symObjAddr: 0x1600, symBinAddr: 0x194A30, symSize: 0x40 }
+ - { offsetInCU: 0x8A2, offset: 0x168108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA11RequestableAAWI', symObjAddr: 0x1640, symBinAddr: 0x194A70, symSize: 0x30 }
+ - { offsetInCU: 0x8B6, offset: 0x16811C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA0I0AAWl', symObjAddr: 0x1670, symBinAddr: 0x194AA0, symSize: 0x30 }
+ - { offsetInCU: 0x8CA, offset: 0x168130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x16A0, symBinAddr: 0x194AD0, symSize: 0x30 }
+ - { offsetInCU: 0x8DE, offset: 0x168144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0AAWI', symObjAddr: 0x16D0, symBinAddr: 0x194B00, symSize: 0x20 }
+ - { offsetInCU: 0x8F2, offset: 0x168158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVACSEAAWl', symObjAddr: 0x16F0, symBinAddr: 0x194B20, symSize: 0x30 }
+ - { offsetInCU: 0x906, offset: 0x16816C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x1720, symBinAddr: 0x194B50, symSize: 0x20 }
+ - { offsetInCU: 0x91A, offset: 0x168180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwCP', symObjAddr: 0x1740, symBinAddr: 0x194B70, symSize: 0x30 }
+ - { offsetInCU: 0x92E, offset: 0x168194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwxx', symObjAddr: 0x1770, symBinAddr: 0x194BA0, symSize: 0x40 }
+ - { offsetInCU: 0x942, offset: 0x1681A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwcp', symObjAddr: 0x17B0, symBinAddr: 0x194BE0, symSize: 0x90 }
+ - { offsetInCU: 0x956, offset: 0x1681BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwca', symObjAddr: 0x1840, symBinAddr: 0x194C70, symSize: 0xB0 }
+ - { offsetInCU: 0x96A, offset: 0x1681D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwta', symObjAddr: 0x1920, symBinAddr: 0x194D20, symSize: 0x90 }
+ - { offsetInCU: 0x97E, offset: 0x1681E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwet', symObjAddr: 0x19B0, symBinAddr: 0x194DB0, symSize: 0x40 }
+ - { offsetInCU: 0x992, offset: 0x1681F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVwst', symObjAddr: 0x19F0, symBinAddr: 0x194DF0, symSize: 0x50 }
+ - { offsetInCU: 0x9A6, offset: 0x16820C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVMa', symObjAddr: 0x1A40, symBinAddr: 0x194E40, symSize: 0x10 }
+ - { offsetInCU: 0x9BA, offset: 0x168220, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwet', symObjAddr: 0x1A70, symBinAddr: 0x194E50, symSize: 0x80 }
+ - { offsetInCU: 0x9CE, offset: 0x168234, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwst', symObjAddr: 0x1AF0, symBinAddr: 0x194ED0, symSize: 0xD0 }
+ - { offsetInCU: 0x9E2, offset: 0x168248, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwug', symObjAddr: 0x1BC0, symBinAddr: 0x194FA0, symSize: 0x10 }
+ - { offsetInCU: 0x9F6, offset: 0x16825C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwup', symObjAddr: 0x1BD0, symBinAddr: 0x194FB0, symSize: 0x10 }
+ - { offsetInCU: 0xA0A, offset: 0x168270, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOwui', symObjAddr: 0x1BE0, symBinAddr: 0x194FC0, symSize: 0x10 }
+ - { offsetInCU: 0xA1E, offset: 0x168284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOMa', symObjAddr: 0x1BF0, symBinAddr: 0x194FD0, symSize: 0x10 }
+ - { offsetInCU: 0xA32, offset: 0x168298, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASQWb', symObjAddr: 0x1C00, symBinAddr: 0x194FE0, symSize: 0x10 }
+ - { offsetInCU: 0xA46, offset: 0x1682AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFSQAAWl', symObjAddr: 0x1C10, symBinAddr: 0x194FF0, symSize: 0x30 }
+ - { offsetInCU: 0xA5A, offset: 0x1682C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1C40, symBinAddr: 0x195020, symSize: 0x10 }
+ - { offsetInCU: 0xA6E, offset: 0x1682D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1C50, symBinAddr: 0x195030, symSize: 0x30 }
+ - { offsetInCU: 0xA82, offset: 0x1682E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs0J3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1C80, symBinAddr: 0x195060, symSize: 0x10 }
+ - { offsetInCU: 0xA96, offset: 0x1682FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x1C90, symBinAddr: 0x195070, symSize: 0x2E }
+ - { offsetInCU: 0xAFD, offset: 0x168363, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x0, symBinAddr: 0x193570, symSize: 0x60 }
+ - { offsetInCU: 0xBD7, offset: 0x16843D, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x60, symBinAddr: 0x1935D0, symSize: 0xC0 }
+ - { offsetInCU: 0xCBC, offset: 0x168522, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x120, symBinAddr: 0x193690, symSize: 0x60 }
+ - { offsetInCU: 0xD96, offset: 0x1685FC, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x180, symBinAddr: 0x1936F0, symSize: 0x60 }
+ - { offsetInCU: 0xE70, offset: 0x1686D6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x1E0, symBinAddr: 0x193750, symSize: 0x60 }
+ - { offsetInCU: 0xF4A, offset: 0x1687B0, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x240, symBinAddr: 0x1937B0, symSize: 0x90 }
+ - { offsetInCU: 0xFF3, offset: 0x168859, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x2D0, symBinAddr: 0x193840, symSize: 0x40 }
+ - { offsetInCU: 0x1050, offset: 0x1688B6, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x310, symBinAddr: 0x193880, symSize: 0x40 }
+ - { offsetInCU: 0x10AD, offset: 0x168913, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x350, symBinAddr: 0x1938C0, symSize: 0x40 }
+ - { offsetInCU: 0x110A, offset: 0x168970, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x390, symBinAddr: 0x193900, symSize: 0x40 }
+ - { offsetInCU: 0x1167, offset: 0x1689CD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls16RecordingOptionsC0I4TypeO_Tgq5', symObjAddr: 0x3D0, symBinAddr: 0x193940, symSize: 0xD0 }
+ - { offsetInCU: 0x11BD, offset: 0x168A23, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x4A0, symBinAddr: 0x193A10, symSize: 0xA0 }
+ - { offsetInCU: 0x121A, offset: 0x168A80, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x540, symBinAddr: 0x193AB0, symSize: 0x70 }
+ - { offsetInCU: 0x1277, offset: 0x168ADD, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14TimeoutRequestV6ReasonO_Tgq5', symObjAddr: 0x5B0, symBinAddr: 0x193B20, symSize: 0x90 }
+ - { offsetInCU: 0x12FE, offset: 0x168B64, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14TurnCredentialC10CodingKeys33_0A23ED28959FB595B0D1873B408472C2LLO_Tg5', symObjAddr: 0x640, symBinAddr: 0x193BB0, symSize: 0xC0 }
+ - { offsetInCU: 0x1385, offset: 0x168BEB, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls20ErrorResponseCommandC10CodingKeys33_9DEA47DD9E76126CCDC7C9136099CC49LLO_Tg5', symObjAddr: 0x700, symBinAddr: 0x193C70, symSize: 0x60 }
+ - { offsetInCU: 0x1401, offset: 0x168C67, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLO_Tg5', symObjAddr: 0x760, symBinAddr: 0x193CD0, symSize: 0x60 }
+ - { offsetInCU: 0x147D, offset: 0x168CE3, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO_Tg5', symObjAddr: 0x7C0, symBinAddr: 0x193D30, symSize: 0x60 }
+ - { offsetInCU: 0x14F9, offset: 0x168D5F, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls9CandidateC10CodingKeys33_35525612EE1B885CEF961FA91DB17D90LLO_Tg5', symObjAddr: 0x820, symBinAddr: 0x193D90, symSize: 0x60 }
+ - { offsetInCU: 0x1575, offset: 0x168DDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB30, symBinAddr: 0x1940A0, symSize: 0x10 }
+ - { offsetInCU: 0x1591, offset: 0x168DF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH9hashValueSivgTW', symObjAddr: 0xB40, symBinAddr: 0x1940B0, symSize: 0x10 }
+ - { offsetInCU: 0x15AD, offset: 0x168E13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB50, symBinAddr: 0x1940C0, symSize: 0x10 }
+ - { offsetInCU: 0x15C1, offset: 0x168E27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB60, symBinAddr: 0x1940D0, symSize: 0x10 }
+ - { offsetInCU: 0x15DB, offset: 0x168E41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xCD0, symBinAddr: 0x194240, symSize: 0x20 }
+ - { offsetInCU: 0x15F7, offset: 0x168E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestV10CodingKeys33_DD22C78189524E7BFD282AC14B8CDB17LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xCF0, symBinAddr: 0x194260, symSize: 0x20 }
+ - { offsetInCU: 0x164F, offset: 0x168EB5, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE04hashB0Sivg13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4d_n', symObjAddr: 0x10C0, symBinAddr: 0x194630, symSize: 0x40 }
+ - { offsetInCU: 0x16D4, offset: 0x168F3A, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE4hash4intoys6HasherVz_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x1100, symBinAddr: 0x194670, symSize: 0x20 }
+ - { offsetInCU: 0x1705, offset: 0x168F6B, size: 0x8, addend: 0x0, symName: '_$sSYsSHRzSH8RawValueSYRpzrlE08_rawHashB04seedS2i_tF13SendBirdCalls14DirectCallUserC10CodingKeys33_9639E00E6E9F6D474B91EB61A2AB2E3DLLO_Tg5Tf4nd_n', symObjAddr: 0x1120, symBinAddr: 0x194690, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x169284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callId04isOnD010wasRelayedACSS_S2btcfC', symObjAddr: 0x0, symBinAddr: 0x1950A0, symSize: 0xB0 }
+ - { offsetInCU: 0x4B, offset: 0x1692A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvpZ', symObjAddr: 0x60C8, symBinAddr: 0x32C048, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x1692C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callId04isOnD010wasRelayedACSS_S2btcfC', symObjAddr: 0x0, symBinAddr: 0x1950A0, symSize: 0xB0 }
+ - { offsetInCU: 0xC4, offset: 0x169321, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0x100, symBinAddr: 0x1951A0, symSize: 0x30 }
+ - { offsetInCU: 0xE5, offset: 0x169342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6callIdSSvg', symObjAddr: 0x130, symBinAddr: 0x1951D0, symSize: 0x30 }
+ - { offsetInCU: 0x101, offset: 0x16935E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x160, symBinAddr: 0x195200, symSize: 0x10 }
+ - { offsetInCU: 0x11D, offset: 0x16937A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV9requestIdSSvg', symObjAddr: 0x170, symBinAddr: 0x195210, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0x16938E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV04isOnD0Sbvg', symObjAddr: 0x1A0, symBinAddr: 0x195240, symSize: 0x10 }
+ - { offsetInCU: 0x14D, offset: 0x1693AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10wasRelayedSbvg', symObjAddr: 0x1B0, symBinAddr: 0x195250, symSize: 0x10 }
+ - { offsetInCU: 0x169, offset: 0x1693C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x195260, symSize: 0x1E0 }
+ - { offsetInCU: 0x1DC, offset: 0x169439, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x470, symBinAddr: 0x195440, symSize: 0x10 }
+ - { offsetInCU: 0x207, offset: 0x169464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x520, symBinAddr: 0x1954F0, symSize: 0x30 }
+ - { offsetInCU: 0x24D, offset: 0x1694AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x550, symBinAddr: 0x195520, symSize: 0x30 }
+ - { offsetInCU: 0x27F, offset: 0x1694DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x6D0, symBinAddr: 0x195670, symSize: 0x40 }
+ - { offsetInCU: 0x2A3, offset: 0x169500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultType_WZ', symObjAddr: 0xB0, symBinAddr: 0x195150, symSize: 0x20 }
+ - { offsetInCU: 0x2BD, offset: 0x16951A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xD0, symBinAddr: 0x195170, symSize: 0x30 }
+ - { offsetInCU: 0x2E2, offset: 0x16953F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x480, symBinAddr: 0x195450, symSize: 0x20 }
+ - { offsetInCU: 0x2F6, offset: 0x169553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA13WSRequestableAAWl', symObjAddr: 0x4A0, symBinAddr: 0x195470, symSize: 0x30 }
+ - { offsetInCU: 0x30A, offset: 0x169567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x4D0, symBinAddr: 0x1954A0, symSize: 0x10 }
+ - { offsetInCU: 0x31E, offset: 0x16957B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12HoldResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x4E0, symBinAddr: 0x1954B0, symSize: 0x40 }
+ - { offsetInCU: 0x332, offset: 0x16958F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA13WSRequestableAAWI', symObjAddr: 0x580, symBinAddr: 0x195550, symSize: 0x20 }
+ - { offsetInCU: 0x346, offset: 0x1695A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA11RequestableAAWI', symObjAddr: 0x5D0, symBinAddr: 0x195570, symSize: 0x30 }
+ - { offsetInCU: 0x35A, offset: 0x1695B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA0E0AAWl', symObjAddr: 0x600, symBinAddr: 0x1955A0, symSize: 0x30 }
+ - { offsetInCU: 0x36E, offset: 0x1695CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x630, symBinAddr: 0x1955D0, symSize: 0x30 }
+ - { offsetInCU: 0x382, offset: 0x1695DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0AAWI', symObjAddr: 0x660, symBinAddr: 0x195600, symSize: 0x20 }
+ - { offsetInCU: 0x396, offset: 0x1695F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVACSEAAWl', symObjAddr: 0x680, symBinAddr: 0x195620, symSize: 0x30 }
+ - { offsetInCU: 0x3AA, offset: 0x169607, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x6B0, symBinAddr: 0x195650, symSize: 0x20 }
+ - { offsetInCU: 0x3BE, offset: 0x16961B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwCP', symObjAddr: 0x710, symBinAddr: 0x1956B0, symSize: 0x30 }
+ - { offsetInCU: 0x3D2, offset: 0x16962F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwxx', symObjAddr: 0x740, symBinAddr: 0x1956E0, symSize: 0x30 }
+ - { offsetInCU: 0x3E6, offset: 0x169643, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwcp', symObjAddr: 0x770, symBinAddr: 0x195710, symSize: 0x60 }
+ - { offsetInCU: 0x3FA, offset: 0x169657, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwca', symObjAddr: 0x7D0, symBinAddr: 0x195770, symSize: 0x80 }
+ - { offsetInCU: 0x40E, offset: 0x16966B, size: 0x8, addend: 0x0, symName: ___swift_memcpy42_8, symObjAddr: 0x850, symBinAddr: 0x1957F0, symSize: 0x20 }
+ - { offsetInCU: 0x422, offset: 0x16967F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwta', symObjAddr: 0x870, symBinAddr: 0x195810, symSize: 0x60 }
+ - { offsetInCU: 0x436, offset: 0x169693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwet', symObjAddr: 0x8D0, symBinAddr: 0x195870, symSize: 0x40 }
+ - { offsetInCU: 0x44A, offset: 0x1696A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVwst', symObjAddr: 0x910, symBinAddr: 0x1958B0, symSize: 0x50 }
+ - { offsetInCU: 0x45E, offset: 0x1696BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVMa', symObjAddr: 0x960, symBinAddr: 0x195900, symSize: 0xA }
+ - { offsetInCU: 0x4B, offset: 0x16992F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10callSignalSayAA0dE0CGvg', symObjAddr: 0x0, symBinAddr: 0x195910, symSize: 0x10 }
+ - { offsetInCU: 0x73, offset: 0x169957, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x10, symBinAddr: 0x195920, symSize: 0x70 }
+ - { offsetInCU: 0xAC, offset: 0x169990, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xC0, symBinAddr: 0x195990, symSize: 0x70 }
+ - { offsetInCU: 0xE2, offset: 0x1699C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x130, symBinAddr: 0x195A00, symSize: 0x10 }
+ - { offsetInCU: 0x109, offset: 0x1699ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x140, symBinAddr: 0x195A10, symSize: 0x10 }
+ - { offsetInCU: 0x131, offset: 0x169A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0x150, symBinAddr: 0x195A20, symSize: 0x10 }
+ - { offsetInCU: 0x145, offset: 0x169A29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0x160, symBinAddr: 0x195A30, symSize: 0x10 }
+ - { offsetInCU: 0x177, offset: 0x169A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0x195B70, symSize: 0x70 }
+ - { offsetInCU: 0x1AB, offset: 0x169A8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x310, symBinAddr: 0x195BE0, symSize: 0x20 }
+ - { offsetInCU: 0x1E3, offset: 0x169AC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x330, symBinAddr: 0x195C00, symSize: 0x10 }
+ - { offsetInCU: 0x22E, offset: 0x169B12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x340, symBinAddr: 0x195C10, symSize: 0x70 }
+ - { offsetInCU: 0x279, offset: 0x169B5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x3B0, symBinAddr: 0x195C80, symSize: 0x10 }
+ - { offsetInCU: 0x295, offset: 0x169B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x195C90, symSize: 0x10 }
+ - { offsetInCU: 0x2B1, offset: 0x169B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x760, symBinAddr: 0x196030, symSize: 0x20 }
+ - { offsetInCU: 0x2CE, offset: 0x169BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x410, symBinAddr: 0x195CE0, symSize: 0x40 }
+ - { offsetInCU: 0x2F3, offset: 0x169BD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x450, symBinAddr: 0x195D20, symSize: 0x130 }
+ - { offsetInCU: 0x34F, offset: 0x169C33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC4find6callIdAA0dE0CSgSS_tF', symObjAddr: 0x580, symBinAddr: 0x195E50, symSize: 0x60 }
+ - { offsetInCU: 0x3CD, offset: 0x169CB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCfd', symObjAddr: 0x5E0, symBinAddr: 0x195EB0, symSize: 0x20 }
+ - { offsetInCU: 0x408, offset: 0x169CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCfD', symObjAddr: 0x600, symBinAddr: 0x195ED0, symSize: 0x20 }
+ - { offsetInCU: 0x453, offset: 0x169D37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x620, symBinAddr: 0x195EF0, symSize: 0x20 }
+ - { offsetInCU: 0x553, offset: 0x169E37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x7B0, symBinAddr: 0x196050, symSize: 0x30 }
+ - { offsetInCU: 0x567, offset: 0x169E4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCMa', symObjAddr: 0x7E0, symBinAddr: 0x196080, symSize: 0x20 }
+ - { offsetInCU: 0x57B, offset: 0x169E5F, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11CommandListCGSayxGSesSeRzlWl', symObjAddr: 0x830, symBinAddr: 0x1960A0, symSize: 0x70 }
+ - { offsetInCU: 0x58F, offset: 0x169E73, size: 0x8, addend: 0x0, symName: '_$sSay13SendBirdCalls11CommandListCGMa', symObjAddr: 0x8A0, symBinAddr: 0x196110, symSize: 0x50 }
+ - { offsetInCU: 0x5A3, offset: 0x169E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASQWb', symObjAddr: 0x8F0, symBinAddr: 0x196160, symSize: 0x10 }
+ - { offsetInCU: 0x5B7, offset: 0x169E9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAESQAAWl', symObjAddr: 0x900, symBinAddr: 0x196170, symSize: 0x30 }
+ - { offsetInCU: 0x5CB, offset: 0x169EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x930, symBinAddr: 0x1961A0, symSize: 0x10 }
+ - { offsetInCU: 0x5DF, offset: 0x169EC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x940, symBinAddr: 0x1961B0, symSize: 0x30 }
+ - { offsetInCU: 0x5F3, offset: 0x169ED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x970, symBinAddr: 0x1961E0, symSize: 0x10 }
+ - { offsetInCU: 0x607, offset: 0x169EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x980, symBinAddr: 0x1961F0, symSize: 0x30 }
+ - { offsetInCU: 0x61B, offset: 0x169EFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA14APIRespondableAAWI', symObjAddr: 0x9B0, symBinAddr: 0x196220, symSize: 0x30 }
+ - { offsetInCU: 0x62F, offset: 0x169F13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA11RespondableAAWI', symObjAddr: 0x9E0, symBinAddr: 0x196250, symSize: 0x50 }
+ - { offsetInCU: 0x643, offset: 0x169F27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA0F0AAWI', symObjAddr: 0xA30, symBinAddr: 0x1962A0, symSize: 0x30 }
+ - { offsetInCU: 0x657, offset: 0x169F3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseCAA17StrategyDecodableAAWI', symObjAddr: 0xA90, symBinAddr: 0x196300, symSize: 0x30 }
+ - { offsetInCU: 0x66B, offset: 0x169F4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwet', symObjAddr: 0xB20, symBinAddr: 0x196370, symSize: 0x50 }
+ - { offsetInCU: 0x67F, offset: 0x169F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwst', symObjAddr: 0xB70, symBinAddr: 0x1963C0, symSize: 0xA0 }
+ - { offsetInCU: 0x693, offset: 0x169F77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwug', symObjAddr: 0xC10, symBinAddr: 0x196460, symSize: 0x10 }
+ - { offsetInCU: 0x6A7, offset: 0x169F8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwup', symObjAddr: 0xC20, symBinAddr: 0x196470, symSize: 0x10 }
+ - { offsetInCU: 0x6BB, offset: 0x169F9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOwui', symObjAddr: 0xC30, symBinAddr: 0x196480, symSize: 0x10 }
+ - { offsetInCU: 0x6CF, offset: 0x169FB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOMa', symObjAddr: 0xC40, symBinAddr: 0x196490, symSize: 0xA }
+ - { offsetInCU: 0x718, offset: 0x169FFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x170, symBinAddr: 0x195A40, symSize: 0x70 }
+ - { offsetInCU: 0x7FC, offset: 0x16A0E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x195AB0, symSize: 0x50 }
+ - { offsetInCU: 0x8A7, offset: 0x16A18B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x230, symBinAddr: 0x195B00, symSize: 0x30 }
+ - { offsetInCU: 0x90E, offset: 0x16A1F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x260, symBinAddr: 0x195B30, symSize: 0x40 }
+ - { offsetInCU: 0x997, offset: 0x16A27B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x3D0, symBinAddr: 0x195CA0, symSize: 0x20 }
+ - { offsetInCU: 0x9B3, offset: 0x16A297, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19CommandListResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0x195CC0, symSize: 0x20 }
+ - { offsetInCU: 0xA06, offset: 0x16A2EA, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls11CommandListCG_Tg504$s13de7Calls19gH44ResponseC4find6callIdAA0dE0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x640, symBinAddr: 0x195F10, symSize: 0x120 }
+ - { offsetInCU: 0x3F, offset: 0x16A6AE, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCallsE1doiyS2d_SitFZ', symObjAddr: 0x0, symBinAddr: 0x1964A0, symSize: 0x10 }
+ - { offsetInCU: 0x6D, offset: 0x16A6DC, size: 0x8, addend: 0x0, symName: '_$ss5Int64V13SendBirdCallsE1doiyA2B_SitFZ', symObjAddr: 0x10, symBinAddr: 0x1964B0, symSize: 0x40 }
+ - { offsetInCU: 0xF9, offset: 0x16A768, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCalls9DividableA2aBP1doiyxx_SitFZTW', symObjAddr: 0xD0, symBinAddr: 0x196570, symSize: 0x20 }
+ - { offsetInCU: 0x16A, offset: 0x16A7D9, size: 0x8, addend: 0x0, symName: '_$ss5Int64V13SendBirdCalls9DividableA2cDP1doiyxx_SitFZTW', symObjAddr: 0x150, symBinAddr: 0x1965F0, symSize: 0x50 }
+ - { offsetInCU: 0x1E9, offset: 0x16A858, size: 0x8, addend: 0x0, symName: '_$sSi13SendBirdCalls9DividableA2aBP1doiyxx_SitFZTW', symObjAddr: 0x60, symBinAddr: 0x196500, symSize: 0x50 }
+ - { offsetInCU: 0x24A, offset: 0x16A8B9, size: 0x8, addend: 0x0, symName: '_$sSd13SendBirdCalls9DividableA2aBP1doiyxx_xtFZTW', symObjAddr: 0xB0, symBinAddr: 0x196550, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x16AB05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfc', symObjAddr: 0x0, symBinAddr: 0x196660, symSize: 0x60 }
+ - { offsetInCU: 0x63, offset: 0x16AB19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x1966C0, symSize: 0x460 }
+ - { offsetInCU: 0xBF, offset: 0x16AB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6encode2toys7Encoder_p_tKF', symObjAddr: 0x4C0, symBinAddr: 0x196B20, symSize: 0x260 }
+ - { offsetInCU: 0xFE, offset: 0x16ABB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8nicknameSSSgvM', symObjAddr: 0x760, symBinAddr: 0x196DC0, symSize: 0x40 }
+ - { offsetInCU: 0x12D, offset: 0x16ABE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10profileURLSSSgvM', symObjAddr: 0x870, symBinAddr: 0x196ED0, symSize: 0x40 }
+ - { offsetInCU: 0x15C, offset: 0x16AC12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10profileURLSSSgvM.resume.0', symObjAddr: 0x8B0, symBinAddr: 0x196F10, symSize: 0x10 }
+ - { offsetInCU: 0x187, offset: 0x16AC3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvg', symObjAddr: 0x8C0, symBinAddr: 0x196F20, symSize: 0x40 }
+ - { offsetInCU: 0x1A4, offset: 0x16AC5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvs', symObjAddr: 0x900, symBinAddr: 0x196F60, symSize: 0x50 }
+ - { offsetInCU: 0x1CB, offset: 0x16AC81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvM', symObjAddr: 0x950, symBinAddr: 0x196FB0, symSize: 0x40 }
+ - { offsetInCU: 0x1FA, offset: 0x16ACB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvg', symObjAddr: 0x990, symBinAddr: 0x196FF0, symSize: 0x30 }
+ - { offsetInCU: 0x217, offset: 0x16ACCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvs', symObjAddr: 0x9C0, symBinAddr: 0x197020, symSize: 0x40 }
+ - { offsetInCU: 0x23E, offset: 0x16ACF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvM', symObjAddr: 0xA00, symBinAddr: 0x197060, symSize: 0x40 }
+ - { offsetInCU: 0x27C, offset: 0x16AD32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfC', symObjAddr: 0xA40, symBinAddr: 0x1970A0, symSize: 0xA0 }
+ - { offsetInCU: 0x2C4, offset: 0x16AD7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userIdSSvgTo', symObjAddr: 0xAE0, symBinAddr: 0x197140, symSize: 0x50 }
+ - { offsetInCU: 0x2FF, offset: 0x16ADB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userIdSSvg', symObjAddr: 0xB30, symBinAddr: 0x197190, symSize: 0x30 }
+ - { offsetInCU: 0x33A, offset: 0x16ADF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvgTo', symObjAddr: 0xCC0, symBinAddr: 0x197320, symSize: 0x70 }
+ - { offsetInCU: 0x39F, offset: 0x16AE55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8metadataSDyS2SGSgvsTo', symObjAddr: 0xD30, symBinAddr: 0x197390, symSize: 0x70 }
+ - { offsetInCU: 0x400, offset: 0x16AEB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvgTo', symObjAddr: 0xDA0, symBinAddr: 0x197400, symSize: 0x40 }
+ - { offsetInCU: 0x465, offset: 0x16AF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC8isActiveSbvsTo', symObjAddr: 0xDE0, symBinAddr: 0x197440, symSize: 0x40 }
+ - { offsetInCU: 0x4A0, offset: 0x16AF56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xE20, symBinAddr: 0x197480, symSize: 0x40 }
+ - { offsetInCU: 0x4D7, offset: 0x16AF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO8rawValueSSvg', symObjAddr: 0xE60, symBinAddr: 0x1974C0, symSize: 0x20 }
+ - { offsetInCU: 0x50E, offset: 0x16AFC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLO11stringValueSSvg', symObjAddr: 0xE80, symBinAddr: 0x1974E0, symSize: 0x20 }
+ - { offsetInCU: 0x57D, offset: 0x16B033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0xEE0, symBinAddr: 0x197540, symSize: 0x80 }
+ - { offsetInCU: 0x5BE, offset: 0x16B074, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0xF60, symBinAddr: 0x1975C0, symSize: 0x30 }
+ - { offsetInCU: 0x5DA, offset: 0x16B090, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xF90, symBinAddr: 0x1975F0, symSize: 0x10 }
+ - { offsetInCU: 0x610, offset: 0x16B0C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xFA0, symBinAddr: 0x197600, symSize: 0x80 }
+ - { offsetInCU: 0x668, offset: 0x16B11E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x1020, symBinAddr: 0x197680, symSize: 0x10 }
+ - { offsetInCU: 0x684, offset: 0x16B13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x1030, symBinAddr: 0x197690, symSize: 0x10 }
+ - { offsetInCU: 0x6A2, offset: 0x16B158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfC', symObjAddr: 0x1080, symBinAddr: 0x1976E0, symSize: 0x20 }
+ - { offsetInCU: 0x6C0, offset: 0x16B176, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfc', symObjAddr: 0x10A0, symBinAddr: 0x197700, symSize: 0x30 }
+ - { offsetInCU: 0x723, offset: 0x16B1D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACycfcTo', symObjAddr: 0x10D0, symBinAddr: 0x197730, symSize: 0x30 }
+ - { offsetInCU: 0x78A, offset: 0x16B240, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCfD', symObjAddr: 0x1100, symBinAddr: 0x197760, symSize: 0x30 }
+ - { offsetInCU: 0x7B7, offset: 0x16B26D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1190, symBinAddr: 0x1977F0, symSize: 0x20 }
+ - { offsetInCU: 0x7DA, offset: 0x16B290, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x11B0, symBinAddr: 0x197810, symSize: 0x30 }
+ - { offsetInCU: 0x80E, offset: 0x16B2C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC6userId8nickname10profileURL8metadata6activeACSS_SSSgAISDyS2SGSgSbSgtcfcTf4ggggnn_n', symObjAddr: 0x17C0, symBinAddr: 0x197E20, symSize: 0x1D0 }
+ - { offsetInCU: 0x8A0, offset: 0x16B356, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCfETo', symObjAddr: 0x1130, symBinAddr: 0x197790, symSize: 0x60 }
+ - { offsetInCU: 0x8ED, offset: 0x16B3A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4hashSivgTo', symObjAddr: 0x11E0, symBinAddr: 0x197840, symSize: 0x50 }
+ - { offsetInCU: 0x922, offset: 0x16B3D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4hashSivg', symObjAddr: 0x1230, symBinAddr: 0x197890, symSize: 0x20 }
+ - { offsetInCU: 0x94A, offset: 0x16B400, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC7isEqualySbypSgF', symObjAddr: 0x1250, symBinAddr: 0x1978B0, symSize: 0x2C0 }
+ - { offsetInCU: 0xA13, offset: 0x16B4C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC7isEqualySbypSgFTo', symObjAddr: 0x1510, symBinAddr: 0x197B70, symSize: 0x90 }
+ - { offsetInCU: 0xA2F, offset: 0x16B4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x15A0, symBinAddr: 0x197C00, symSize: 0x110 }
+ - { offsetInCU: 0xAE0, offset: 0x16B596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0x16B0, symBinAddr: 0x197D10, symSize: 0x110 }
+ - { offsetInCU: 0xB40, offset: 0x16B5F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs0E3KeyAAWl', symObjAddr: 0x1A00, symBinAddr: 0x197FF0, symSize: 0x30 }
+ - { offsetInCU: 0xB54, offset: 0x16B60A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCMa', symObjAddr: 0x1A60, symBinAddr: 0x198020, symSize: 0x20 }
+ - { offsetInCU: 0xB68, offset: 0x16B61E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwet', symObjAddr: 0x1F50, symBinAddr: 0x198440, symSize: 0x80 }
+ - { offsetInCU: 0xB7C, offset: 0x16B632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwst', symObjAddr: 0x1FD0, symBinAddr: 0x1984C0, symSize: 0xD0 }
+ - { offsetInCU: 0xB90, offset: 0x16B646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwug', symObjAddr: 0x20A0, symBinAddr: 0x198590, symSize: 0x10 }
+ - { offsetInCU: 0xBA4, offset: 0x16B65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwup', symObjAddr: 0x20B0, symBinAddr: 0x1985A0, symSize: 0x10 }
+ - { offsetInCU: 0xBB8, offset: 0x16B66E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOwui', symObjAddr: 0x20C0, symBinAddr: 0x1985B0, symSize: 0x10 }
+ - { offsetInCU: 0xBCC, offset: 0x16B682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOMa', symObjAddr: 0x20D0, symBinAddr: 0x1985C0, symSize: 0x10 }
+ - { offsetInCU: 0xBE0, offset: 0x16B696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASQWb', symObjAddr: 0x20E0, symBinAddr: 0x1985D0, symSize: 0x10 }
+ - { offsetInCU: 0xBF4, offset: 0x16B6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFSQAAWl', symObjAddr: 0x20F0, symBinAddr: 0x1985E0, symSize: 0x30 }
+ - { offsetInCU: 0xC08, offset: 0x16B6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2120, symBinAddr: 0x198610, symSize: 0x10 }
+ - { offsetInCU: 0xC1C, offset: 0x16B6D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2130, symBinAddr: 0x198620, symSize: 0x30 }
+ - { offsetInCU: 0xC30, offset: 0x16B6E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2160, symBinAddr: 0x198650, symSize: 0x10 }
+ - { offsetInCU: 0xC44, offset: 0x16B6FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x2170, symBinAddr: 0x198660, symSize: 0x30 }
+ - { offsetInCU: 0xC8F, offset: 0x16B745, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xEA0, symBinAddr: 0x197500, symSize: 0x10 }
+ - { offsetInCU: 0xCAB, offset: 0x16B761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH9hashValueSivgTW', symObjAddr: 0xEB0, symBinAddr: 0x197510, symSize: 0x10 }
+ - { offsetInCU: 0xCC7, offset: 0x16B77D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xEC0, symBinAddr: 0x197520, symSize: 0x10 }
+ - { offsetInCU: 0xCE3, offset: 0x16B799, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xED0, symBinAddr: 0x197530, symSize: 0x10 }
+ - { offsetInCU: 0xD05, offset: 0x16B7BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x1040, symBinAddr: 0x1976A0, symSize: 0x20 }
+ - { offsetInCU: 0xD21, offset: 0x16B7D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserC10CodingKeys33_A02EC6935505B3ADB81746E91B9B7111LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x1060, symBinAddr: 0x1976C0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x16BAEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callId06customF04modeACSS_SDyS2SGAC4ModeOtcfC', symObjAddr: 0x0, symBinAddr: 0x1986C0, symSize: 0x20 }
+ - { offsetInCU: 0xA0, offset: 0x16BB3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvgZ', symObjAddr: 0x70, symBinAddr: 0x198730, symSize: 0x50 }
+ - { offsetInCU: 0xC1, offset: 0x16BB60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvsZ', symObjAddr: 0xC0, symBinAddr: 0x198780, symSize: 0x50 }
+ - { offsetInCU: 0xEA, offset: 0x16BB89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ', symObjAddr: 0x110, symBinAddr: 0x1987D0, symSize: 0x60 }
+ - { offsetInCU: 0x113, offset: 0x16BBB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvMZ.resume.0', symObjAddr: 0x170, symBinAddr: 0x198830, symSize: 0x10 }
+ - { offsetInCU: 0x12F, offset: 0x16BBCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x180, symBinAddr: 0x198840, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x16BBEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x190, symBinAddr: 0x198850, symSize: 0x20 }
+ - { offsetInCU: 0x15F, offset: 0x16BBFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6callIdSSvg', symObjAddr: 0x1B0, symBinAddr: 0x198870, symSize: 0x30 }
+ - { offsetInCU: 0x17B, offset: 0x16BC1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV06customF0SDyS2SGvg', symObjAddr: 0x1E0, symBinAddr: 0x1988A0, symSize: 0x10 }
+ - { offsetInCU: 0x197, offset: 0x16BC36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4modeAC4ModeOvg', symObjAddr: 0x1F0, symBinAddr: 0x1988B0, symSize: 0x10 }
+ - { offsetInCU: 0x1D9, offset: 0x16BC78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x220, symBinAddr: 0x1988E0, symSize: 0x80 }
+ - { offsetInCU: 0x20F, offset: 0x16BCAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2A0, symBinAddr: 0x198960, symSize: 0x10 }
+ - { offsetInCU: 0x236, offset: 0x16BCD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2B0, symBinAddr: 0x198970, symSize: 0x10 }
+ - { offsetInCU: 0x25D, offset: 0x16BCFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x2C0, symBinAddr: 0x198980, symSize: 0x40 }
+ - { offsetInCU: 0x284, offset: 0x16BD23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x300, symBinAddr: 0x1989C0, symSize: 0x40 }
+ - { offsetInCU: 0x2AB, offset: 0x16BD4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x400, symBinAddr: 0x198AC0, symSize: 0x10 }
+ - { offsetInCU: 0x2E1, offset: 0x16BD80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x410, symBinAddr: 0x198AD0, symSize: 0x90 }
+ - { offsetInCU: 0x32C, offset: 0x16BDCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x4A0, symBinAddr: 0x198B60, symSize: 0x10 }
+ - { offsetInCU: 0x348, offset: 0x16BDE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x198B70, symSize: 0x10 }
+ - { offsetInCU: 0x365, offset: 0x16BE04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x500, symBinAddr: 0x198BC0, symSize: 0x20 }
+ - { offsetInCU: 0x388, offset: 0x16BE27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x550, symBinAddr: 0x198C10, symSize: 0x50 }
+ - { offsetInCU: 0x3BF, offset: 0x16BE5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5A0, symBinAddr: 0x198C60, symSize: 0x10 }
+ - { offsetInCU: 0x3EA, offset: 0x16BE89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5B0, symBinAddr: 0x198C70, symSize: 0x20 }
+ - { offsetInCU: 0x432, offset: 0x16BED1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5D0, symBinAddr: 0x198C90, symSize: 0x20 }
+ - { offsetInCU: 0x46A, offset: 0x16BF09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x9E0, symBinAddr: 0x1990A0, symSize: 0xA0 }
+ - { offsetInCU: 0x4DD, offset: 0x16BF7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0xAC0, symBinAddr: 0x199140, symSize: 0x150 }
+ - { offsetInCU: 0x52A, offset: 0x16BFC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultType_WZ', symObjAddr: 0x20, symBinAddr: 0x1986E0, symSize: 0x20 }
+ - { offsetInCU: 0x544, offset: 0x16BFE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10resultTypeAA0deF8ResponseCmvau', symObjAddr: 0x40, symBinAddr: 0x198700, symSize: 0x30 }
+ - { offsetInCU: 0x575, offset: 0x16C014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeO8rawValueSSvg', symObjAddr: 0x520, symBinAddr: 0x198BE0, symSize: 0x30 }
+ - { offsetInCU: 0x5BE, offset: 0x16C05D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0x199290, symSize: 0x10 }
+ - { offsetInCU: 0x5D2, offset: 0x16C071, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xC20, symBinAddr: 0x1992A0, symSize: 0x30 }
+ - { offsetInCU: 0x5E6, offset: 0x16C085, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E22DebugStringConvertiblePWb', symObjAddr: 0xC50, symBinAddr: 0x1992D0, symSize: 0x10 }
+ - { offsetInCU: 0x5FA, offset: 0x16C099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0E22DebugStringConvertibleAAWl', symObjAddr: 0xC60, symBinAddr: 0x1992E0, symSize: 0x30 }
+ - { offsetInCU: 0x60E, offset: 0x16C0AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0H3KeyAAs0E17StringConvertiblePWb', symObjAddr: 0xC90, symBinAddr: 0x199310, symSize: 0x10 }
+ - { offsetInCU: 0x622, offset: 0x16C0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0E17StringConvertibleAAWl', symObjAddr: 0xCA0, symBinAddr: 0x199320, symSize: 0x30 }
+ - { offsetInCU: 0x636, offset: 0x16C0D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0xCD0, symBinAddr: 0x199350, symSize: 0x20 }
+ - { offsetInCU: 0x64A, offset: 0x16C0E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xD20, symBinAddr: 0x199370, symSize: 0x10 }
+ - { offsetInCU: 0x65E, offset: 0x16C0FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25UpdateCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xD30, symBinAddr: 0x199380, symSize: 0x40 }
+ - { offsetInCU: 0x672, offset: 0x16C111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xD70, symBinAddr: 0x1993C0, symSize: 0x30 }
+ - { offsetInCU: 0x686, offset: 0x16C125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA0G0AAWl', symObjAddr: 0xDA0, symBinAddr: 0x1993F0, symSize: 0x30 }
+ - { offsetInCU: 0x69A, offset: 0x16C139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xDD0, symBinAddr: 0x199420, symSize: 0x30 }
+ - { offsetInCU: 0x6AE, offset: 0x16C14D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0AAWI', symObjAddr: 0xE00, symBinAddr: 0x199450, symSize: 0x20 }
+ - { offsetInCU: 0x6C2, offset: 0x16C161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVACSEAAWl', symObjAddr: 0xE20, symBinAddr: 0x199470, symSize: 0x30 }
+ - { offsetInCU: 0x6D6, offset: 0x16C175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xE50, symBinAddr: 0x1994A0, symSize: 0x20 }
+ - { offsetInCU: 0x6EA, offset: 0x16C189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSHAASQWb', symObjAddr: 0xE70, symBinAddr: 0x1994C0, symSize: 0x10 }
+ - { offsetInCU: 0x6FE, offset: 0x16C19D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOAESQAAWl', symObjAddr: 0xE80, symBinAddr: 0x1994D0, symSize: 0x30 }
+ - { offsetInCU: 0x712, offset: 0x16C1B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwCP', symObjAddr: 0xEB0, symBinAddr: 0x199500, symSize: 0x30 }
+ - { offsetInCU: 0x726, offset: 0x16C1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwxx', symObjAddr: 0xEE0, symBinAddr: 0x199530, symSize: 0x30 }
+ - { offsetInCU: 0x73A, offset: 0x16C1D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwcp', symObjAddr: 0xF10, symBinAddr: 0x199560, symSize: 0x50 }
+ - { offsetInCU: 0x74E, offset: 0x16C1ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwca', symObjAddr: 0xF60, symBinAddr: 0x1995B0, symSize: 0x70 }
+ - { offsetInCU: 0x762, offset: 0x16C201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwta', symObjAddr: 0xFF0, symBinAddr: 0x199620, symSize: 0x50 }
+ - { offsetInCU: 0x776, offset: 0x16C215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwet', symObjAddr: 0x1040, symBinAddr: 0x199670, symSize: 0x40 }
+ - { offsetInCU: 0x78A, offset: 0x16C229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVwst', symObjAddr: 0x1080, symBinAddr: 0x1996B0, symSize: 0x50 }
+ - { offsetInCU: 0x79E, offset: 0x16C23D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVMa', symObjAddr: 0x10D0, symBinAddr: 0x199700, symSize: 0x10 }
+ - { offsetInCU: 0x7B2, offset: 0x16C251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0x1120, symBinAddr: 0x199730, symSize: 0x10 }
+ - { offsetInCU: 0x7C6, offset: 0x16C265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0x1130, symBinAddr: 0x199740, symSize: 0x10 }
+ - { offsetInCU: 0x7DA, offset: 0x16C279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0x1140, symBinAddr: 0x199750, symSize: 0x10 }
+ - { offsetInCU: 0x7EE, offset: 0x16C28D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0x1150, symBinAddr: 0x199760, symSize: 0x10 }
+ - { offsetInCU: 0x802, offset: 0x16C2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOwup', symObjAddr: 0x12D0, symBinAddr: 0x1998E0, symSize: 0x10 }
+ - { offsetInCU: 0x816, offset: 0x16C2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOMa', symObjAddr: 0x12E0, symBinAddr: 0x1998F0, symSize: 0x10 }
+ - { offsetInCU: 0x82A, offset: 0x16C2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOAESYAAWl', symObjAddr: 0x12F0, symBinAddr: 0x199900, symSize: 0x30 }
+ - { offsetInCU: 0x83E, offset: 0x16C2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0x1320, symBinAddr: 0x199930, symSize: 0x30 }
+ - { offsetInCU: 0x86F, offset: 0x16C30E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0E22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x198B80, symSize: 0x20 }
+ - { offsetInCU: 0x88B, offset: 0x16C32A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV10CodingKeysOs0E17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x4E0, symBinAddr: 0x198BA0, symSize: 0x20 }
+ - { offsetInCU: 0x8A7, offset: 0x16C346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x950, symBinAddr: 0x199010, symSize: 0x50 }
+ - { offsetInCU: 0x8CA, offset: 0x16C369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestV4ModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9A0, symBinAddr: 0x199060, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x16C5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x199980, symSize: 0x60 }
+ - { offsetInCU: 0x4B, offset: 0x16C601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x199980, symSize: 0x60 }
+ - { offsetInCU: 0x67, offset: 0x16C61D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callIdSSvg', symObjAddr: 0x60, symBinAddr: 0x1999E0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x16C639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV10gzippedSDPSSSgvg', symObjAddr: 0x90, symBinAddr: 0x199A10, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x16C655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xC0, symBinAddr: 0x199A40, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x16C669, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xF0, symBinAddr: 0x199A70, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x16C685, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV9requestIdSSvg', symObjAddr: 0x100, symBinAddr: 0x199A80, symSize: 0x30 }
+ - { offsetInCU: 0xE3, offset: 0x16C699, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x130, symBinAddr: 0x199AB0, symSize: 0x280 }
+ - { offsetInCU: 0x156, offset: 0x16C70C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x3B0, symBinAddr: 0x199D30, symSize: 0x10 }
+ - { offsetInCU: 0x181, offset: 0x16C737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x199D40, symSize: 0x30 }
+ - { offsetInCU: 0x1C2, offset: 0x16C778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0x199D70, symSize: 0x30 }
+ - { offsetInCU: 0x1F4, offset: 0x16C7AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x420, symBinAddr: 0x199DA0, symSize: 0x50 }
+ - { offsetInCU: 0x217, offset: 0x16C7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfCTf4gnnd_n', symObjAddr: 0x470, symBinAddr: 0x199DF0, symSize: 0x130 }
+ - { offsetInCU: 0x277, offset: 0x16C82D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x770, symBinAddr: 0x199F20, symSize: 0x20 }
+ - { offsetInCU: 0x28B, offset: 0x16C841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA13WSRequestableAAWl', symObjAddr: 0x790, symBinAddr: 0x199F40, symSize: 0x30 }
+ - { offsetInCU: 0x29F, offset: 0x16C855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7C0, symBinAddr: 0x199F70, symSize: 0x20 }
+ - { offsetInCU: 0x2B3, offset: 0x16C869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA13WSRequestableAAWI', symObjAddr: 0x810, symBinAddr: 0x199F90, symSize: 0x20 }
+ - { offsetInCU: 0x2C7, offset: 0x16C87D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x860, symBinAddr: 0x199FB0, symSize: 0x10 }
+ - { offsetInCU: 0x2DB, offset: 0x16C891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA11RequestableAAWI', symObjAddr: 0x8A0, symBinAddr: 0x199FC0, symSize: 0x30 }
+ - { offsetInCU: 0x2EF, offset: 0x16C8A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA0E0AAWl', symObjAddr: 0x8D0, symBinAddr: 0x199FF0, symSize: 0x30 }
+ - { offsetInCU: 0x303, offset: 0x16C8B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x900, symBinAddr: 0x19A020, symSize: 0x30 }
+ - { offsetInCU: 0x317, offset: 0x16C8CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0AAWI', symObjAddr: 0x930, symBinAddr: 0x19A050, symSize: 0x20 }
+ - { offsetInCU: 0x32B, offset: 0x16C8E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVACSEAAWl', symObjAddr: 0x950, symBinAddr: 0x19A070, symSize: 0x30 }
+ - { offsetInCU: 0x33F, offset: 0x16C8F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x980, symBinAddr: 0x19A0A0, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0x16C909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwCP', symObjAddr: 0x9A0, symBinAddr: 0x19A0C0, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x16C91D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwxx', symObjAddr: 0x9D0, symBinAddr: 0x19A0F0, symSize: 0x40 }
+ - { offsetInCU: 0x37B, offset: 0x16C931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwcp', symObjAddr: 0xA10, symBinAddr: 0x19A130, symSize: 0x80 }
+ - { offsetInCU: 0x38F, offset: 0x16C945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwca', symObjAddr: 0xA90, symBinAddr: 0x19A1B0, symSize: 0xB0 }
+ - { offsetInCU: 0x3A3, offset: 0x16C959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwta', symObjAddr: 0xB70, symBinAddr: 0x19A260, symSize: 0x80 }
+ - { offsetInCU: 0x3B7, offset: 0x16C96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwet', symObjAddr: 0xBF0, symBinAddr: 0x19A2E0, symSize: 0x40 }
+ - { offsetInCU: 0x3CB, offset: 0x16C981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVwst', symObjAddr: 0xC30, symBinAddr: 0x19A320, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x16C995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVMa', symObjAddr: 0xC80, symBinAddr: 0x19A370, symSize: 0xA }
+ - { offsetInCU: 0x5C, offset: 0x16CC23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x0, symBinAddr: 0x19A430, symSize: 0x3C0 }
+ - { offsetInCU: 0xDC, offset: 0x16CCA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO0dE0OAA08DeliveryM0Vtcfc', symObjAddr: 0x580, symBinAddr: 0x19A810, symSize: 0xC0 }
+ - { offsetInCU: 0x121, offset: 0x16CCE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCfd', symObjAddr: 0x640, symBinAddr: 0x19A8D0, symSize: 0x30 }
+ - { offsetInCU: 0x13E, offset: 0x16CD05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivg', symObjAddr: 0x670, symBinAddr: 0x19A900, symSize: 0x30 }
+ - { offsetInCU: 0x15A, offset: 0x16CD21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivs', symObjAddr: 0x6A0, symBinAddr: 0x19A930, symSize: 0x30 }
+ - { offsetInCU: 0x176, offset: 0x16CD3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC7versionSivM', symObjAddr: 0x6D0, symBinAddr: 0x19A960, symSize: 0x30 }
+ - { offsetInCU: 0x192, offset: 0x16CD59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0Ovg', symObjAddr: 0x700, symBinAddr: 0x19A990, symSize: 0x30 }
+ - { offsetInCU: 0x1AE, offset: 0x16CD75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0Ovs', symObjAddr: 0x730, symBinAddr: 0x19A9C0, symSize: 0x30 }
+ - { offsetInCU: 0x1CA, offset: 0x16CD91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0OvM', symObjAddr: 0x760, symBinAddr: 0x19A9F0, symSize: 0x30 }
+ - { offsetInCU: 0x1E6, offset: 0x16CDAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC11commandTypeAA12CommandTypesO0dE0OvM.resume.0', symObjAddr: 0x790, symBinAddr: 0x19AA20, symSize: 0x10 }
+ - { offsetInCU: 0x202, offset: 0x16CDC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvg', symObjAddr: 0x7A0, symBinAddr: 0x19AA30, symSize: 0x40 }
+ - { offsetInCU: 0x21E, offset: 0x16CDE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvs', symObjAddr: 0x7E0, symBinAddr: 0x19AA70, symSize: 0x40 }
+ - { offsetInCU: 0x23A, offset: 0x16CE01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC9requestIdSSvM', symObjAddr: 0x820, symBinAddr: 0x19AAB0, symSize: 0x30 }
+ - { offsetInCU: 0x256, offset: 0x16CE1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvg', symObjAddr: 0x850, symBinAddr: 0x19AAE0, symSize: 0x40 }
+ - { offsetInCU: 0x272, offset: 0x16CE39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvs', symObjAddr: 0x890, symBinAddr: 0x19AB20, symSize: 0x40 }
+ - { offsetInCU: 0x28E, offset: 0x16CE55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callIdSSvM', symObjAddr: 0x8D0, symBinAddr: 0x19AB60, symSize: 0x30 }
+ - { offsetInCU: 0x2AA, offset: 0x16CE71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0Vvg', symObjAddr: 0x900, symBinAddr: 0x19AB90, symSize: 0x40 }
+ - { offsetInCU: 0x2C6, offset: 0x16CE8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0Vvs', symObjAddr: 0x940, symBinAddr: 0x19ABD0, symSize: 0x50 }
+ - { offsetInCU: 0x2E2, offset: 0x16CEA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC12deliveryInfoAA08DeliveryH0VvM', symObjAddr: 0x990, symBinAddr: 0x19AC20, symSize: 0x30 }
+ - { offsetInCU: 0x324, offset: 0x16CEEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x9C0, symBinAddr: 0x19AC50, symSize: 0x70 }
+ - { offsetInCU: 0x35F, offset: 0x16CF26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0xA30, symBinAddr: 0x19ACC0, symSize: 0x70 }
+ - { offsetInCU: 0x3A2, offset: 0x16CF69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0xAA0, symBinAddr: 0x19AD30, symSize: 0x10 }
+ - { offsetInCU: 0x3C9, offset: 0x16CF90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8intValueSiSgvg', symObjAddr: 0xAB0, symBinAddr: 0x19AD40, symSize: 0x10 }
+ - { offsetInCU: 0x3F0, offset: 0x16CFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO8rawValueSSvg', symObjAddr: 0xAC0, symBinAddr: 0x19AD50, symSize: 0x20 }
+ - { offsetInCU: 0x427, offset: 0x16CFEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysO11stringValueSSvg', symObjAddr: 0xAE0, symBinAddr: 0x19AD70, symSize: 0x20 }
+ - { offsetInCU: 0x47C, offset: 0x16D043, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0xC50, symBinAddr: 0x19AEE0, symSize: 0x80 }
+ - { offsetInCU: 0x4BD, offset: 0x16D084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0xCD0, symBinAddr: 0x19AF60, symSize: 0x30 }
+ - { offsetInCU: 0x4D1, offset: 0x16D098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xD00, symBinAddr: 0x19AF90, symSize: 0x10 }
+ - { offsetInCU: 0x507, offset: 0x16D0CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD10, symBinAddr: 0x19AFA0, symSize: 0x80 }
+ - { offsetInCU: 0x55F, offset: 0x16D126, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xD90, symBinAddr: 0x19B020, symSize: 0x10 }
+ - { offsetInCU: 0x57B, offset: 0x16D142, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xDA0, symBinAddr: 0x19B030, symSize: 0x10 }
+ - { offsetInCU: 0x5A2, offset: 0x16D169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xDF0, symBinAddr: 0x19B080, symSize: 0x40 }
+ - { offsetInCU: 0x615, offset: 0x16D1DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO0dE0OAA08DeliveryM0VtcfC', symObjAddr: 0xE30, symBinAddr: 0x19B0C0, symSize: 0xE0 }
+ - { offsetInCU: 0x697, offset: 0x16D25E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCfD', symObjAddr: 0xF10, symBinAddr: 0x19B1A0, symSize: 0x40 }
+ - { offsetInCU: 0x6DA, offset: 0x16D2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP7versionSivgTW', symObjAddr: 0x1010, symBinAddr: 0x19B2A0, symSize: 0x20 }
+ - { offsetInCU: 0x6F6, offset: 0x16D2BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP11commandTypeAA12CommandTypesO0dE0OvgTW', symObjAddr: 0x1030, symBinAddr: 0x19B2C0, symSize: 0x20 }
+ - { offsetInCU: 0x712, offset: 0x16D2D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableA2aDP12deliveryInfoAA08DeliveryI0VvgTW', symObjAddr: 0x1050, symBinAddr: 0x19B2E0, symSize: 0x20 }
+ - { offsetInCU: 0x72E, offset: 0x16D2F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1170, symBinAddr: 0x19B400, symSize: 0x20 }
+ - { offsetInCU: 0x752, offset: 0x16D319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCMa', symObjAddr: 0x460, symBinAddr: 0x19A7F0, symSize: 0x20 }
+ - { offsetInCU: 0x787, offset: 0x16D34E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASQWb', symObjAddr: 0xF50, symBinAddr: 0x19B1E0, symSize: 0x10 }
+ - { offsetInCU: 0x79B, offset: 0x16D362, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAESQAAWl', symObjAddr: 0xF60, symBinAddr: 0x19B1F0, symSize: 0x30 }
+ - { offsetInCU: 0x7AF, offset: 0x16D376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF90, symBinAddr: 0x19B220, symSize: 0x10 }
+ - { offsetInCU: 0x7C3, offset: 0x16D38A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xFA0, symBinAddr: 0x19B230, symSize: 0x30 }
+ - { offsetInCU: 0x7D7, offset: 0x16D39E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xFD0, symBinAddr: 0x19B260, symSize: 0x10 }
+ - { offsetInCU: 0x7EB, offset: 0x16D3B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xFE0, symBinAddr: 0x19B270, symSize: 0x30 }
+ - { offsetInCU: 0x7FF, offset: 0x16D3C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0dE11RespondableAAWI', symObjAddr: 0x1070, symBinAddr: 0x19B300, symSize: 0x30 }
+ - { offsetInCU: 0x813, offset: 0x16D3DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA11RespondableAAWI', symObjAddr: 0x10A0, symBinAddr: 0x19B330, symSize: 0x40 }
+ - { offsetInCU: 0x827, offset: 0x16D3EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA0F0AAWI', symObjAddr: 0x10E0, symBinAddr: 0x19B370, symSize: 0x30 }
+ - { offsetInCU: 0x83B, offset: 0x16D402, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x1140, symBinAddr: 0x19B3D0, symSize: 0x30 }
+ - { offsetInCU: 0x84F, offset: 0x16D416, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwet', symObjAddr: 0x1550, symBinAddr: 0x19B7C0, symSize: 0x80 }
+ - { offsetInCU: 0x863, offset: 0x16D42A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwst', symObjAddr: 0x15D0, symBinAddr: 0x19B840, symSize: 0xD0 }
+ - { offsetInCU: 0x877, offset: 0x16D43E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwug', symObjAddr: 0x16A0, symBinAddr: 0x19B910, symSize: 0x10 }
+ - { offsetInCU: 0x88B, offset: 0x16D452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwup', symObjAddr: 0x16B0, symBinAddr: 0x19B920, symSize: 0x10 }
+ - { offsetInCU: 0x89F, offset: 0x16D466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOwui', symObjAddr: 0x16C0, symBinAddr: 0x19B930, symSize: 0x10 }
+ - { offsetInCU: 0x8B3, offset: 0x16D47A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOMa', symObjAddr: 0x16D0, symBinAddr: 0x19B940, symSize: 0x10 }
+ - { offsetInCU: 0x8FC, offset: 0x16D4C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB00, symBinAddr: 0x19AD90, symSize: 0x80 }
+ - { offsetInCU: 0x9CB, offset: 0x16D592, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0xB80, symBinAddr: 0x19AE10, symSize: 0x50 }
+ - { offsetInCU: 0xA49, offset: 0x16D610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xBD0, symBinAddr: 0x19AE60, symSize: 0x30 }
+ - { offsetInCU: 0xA9B, offset: 0x16D662, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC00, symBinAddr: 0x19AE90, symSize: 0x50 }
+ - { offsetInCU: 0xAF7, offset: 0x16D6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xDB0, symBinAddr: 0x19B040, symSize: 0x20 }
+ - { offsetInCU: 0xB13, offset: 0x16D6DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallResponseC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xDD0, symBinAddr: 0x19B060, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x16D947, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x19B990, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x16D95B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0Cvg', symObjAddr: 0x10, symBinAddr: 0x19B9A0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x16D977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0Cvs', symObjAddr: 0x40, symBinAddr: 0x19B9D0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x16D993, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0CvM', symObjAddr: 0x80, symBinAddr: 0x19BA10, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x16D9AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC13directCallLogAA06DirectiJ0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x19BA40, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x16D9CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x19BA50, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x16D9F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x19BA90, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x16DAE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0VtcfC', symObjAddr: 0x570, symBinAddr: 0x19BD90, symSize: 0xF0 }
+ - { offsetInCU: 0x27E, offset: 0x16DB7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC3seq13directCallLog11commandType9messageId04callO012deliveryInfoACSiSg_AA06DirectjK0CAA0G5TypesO0sJ0OS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x660, symBinAddr: 0x19BE80, symSize: 0xC0 }
+ - { offsetInCU: 0x355, offset: 0x16DC51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x720, symBinAddr: 0x19BF40, symSize: 0x30 }
+ - { offsetInCU: 0x3B4, offset: 0x16DCB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x750, symBinAddr: 0x19BF70, symSize: 0x30 }
+ - { offsetInCU: 0x411, offset: 0x16DD0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfd', symObjAddr: 0x790, symBinAddr: 0x19BFB0, symSize: 0x40 }
+ - { offsetInCU: 0x462, offset: 0x16DD5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfD', symObjAddr: 0x7F0, symBinAddr: 0x19BFF0, symSize: 0x40 }
+ - { offsetInCU: 0x4BB, offset: 0x16DDB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA14InitialEndableA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x830, symBinAddr: 0x19C030, symSize: 0x50 }
+ - { offsetInCU: 0x4D7, offset: 0x16DDD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvgTW', symObjAddr: 0x890, symBinAddr: 0x19C090, symSize: 0x20 }
+ - { offsetInCU: 0x4F3, offset: 0x16DDEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvsTW', symObjAddr: 0x8B0, symBinAddr: 0x19C0B0, symSize: 0x20 }
+ - { offsetInCU: 0x50F, offset: 0x16DE0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA13EndSequentialA2aDP13directCallLogAA06DirectkL0CvMTW', symObjAddr: 0x8D0, symBinAddr: 0x19C0D0, symSize: 0x50 }
+ - { offsetInCU: 0x53A, offset: 0x16DE36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x950, symBinAddr: 0x19C150, symSize: 0x20 }
+ - { offsetInCU: 0x56D, offset: 0x16DE69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCMa', symObjAddr: 0x4B0, symBinAddr: 0x19BD70, symSize: 0x20 }
+ - { offsetInCU: 0x63E, offset: 0x16DF3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20NoAnswerEventCommandCfE', symObjAddr: 0x780, symBinAddr: 0x19BFA0, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x16E1EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO2eeoiySbAC_ACtFZ', symObjAddr: 0x0, symBinAddr: 0x19C270, symSize: 0x10 }
+ - { offsetInCU: 0x7E, offset: 0x16E21A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO4hash4intoys6HasherVz_tF', symObjAddr: 0x10, symBinAddr: 0x19C280, symSize: 0x20 }
+ - { offsetInCU: 0x114, offset: 0x16E2B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityO9hashValueSivg', symObjAddr: 0x30, symBinAddr: 0x19C2A0, symSize: 0x40 }
+ - { offsetInCU: 0x20F, offset: 0x16E3AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x70, symBinAddr: 0x19C2E0, symSize: 0x10 }
+ - { offsetInCU: 0x265, offset: 0x16E401, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH9hashValueSivgTW', symObjAddr: 0x80, symBinAddr: 0x19C2F0, symSize: 0x40 }
+ - { offsetInCU: 0x349, offset: 0x16E4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC0, symBinAddr: 0x19C330, symSize: 0x20 }
+ - { offsetInCU: 0x3DE, offset: 0x16E57A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO2eeoiySbAC_ACtFZ', symObjAddr: 0x120, symBinAddr: 0x19C390, symSize: 0x10 }
+ - { offsetInCU: 0x40D, offset: 0x16E5A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO4hash4intoys6HasherVz_tF', symObjAddr: 0x130, symBinAddr: 0x19C3A0, symSize: 0x20 }
+ - { offsetInCU: 0x4A3, offset: 0x16E63F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesO9hashValueSivg', symObjAddr: 0x150, symBinAddr: 0x19C3C0, symSize: 0x40 }
+ - { offsetInCU: 0x59E, offset: 0x16E73A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x190, symBinAddr: 0x19C400, symSize: 0x10 }
+ - { offsetInCU: 0x5F4, offset: 0x16E790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH9hashValueSivgTW', symObjAddr: 0x1A0, symBinAddr: 0x19C410, symSize: 0x40 }
+ - { offsetInCU: 0x6D8, offset: 0x16E874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1E0, symBinAddr: 0x19C450, symSize: 0x20 }
+ - { offsetInCU: 0x757, offset: 0x16E8F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvg', symObjAddr: 0x240, symBinAddr: 0x19C4B0, symSize: 0x30 }
+ - { offsetInCU: 0x784, offset: 0x16E920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvs', symObjAddr: 0x270, symBinAddr: 0x19C4E0, symSize: 0x40 }
+ - { offsetInCU: 0x7C1, offset: 0x16E95D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3mosSdSgvM', symObjAddr: 0x2B0, symBinAddr: 0x19C520, symSize: 0x30 }
+ - { offsetInCU: 0x7EE, offset: 0x16E98A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvg', symObjAddr: 0x2E0, symBinAddr: 0x19C550, symSize: 0x30 }
+ - { offsetInCU: 0x81B, offset: 0x16E9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvs', symObjAddr: 0x310, symBinAddr: 0x19C580, symSize: 0x40 }
+ - { offsetInCU: 0x858, offset: 0x16E9F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvM', symObjAddr: 0x350, symBinAddr: 0x19C5C0, symSize: 0x30 }
+ - { offsetInCU: 0x885, offset: 0x16EA21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRateSdSgvM.resume.0', symObjAddr: 0x380, symBinAddr: 0x19C5F0, symSize: 0x10 }
+ - { offsetInCU: 0x8B0, offset: 0x16EA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvg', symObjAddr: 0x390, symBinAddr: 0x19C600, symSize: 0x30 }
+ - { offsetInCU: 0x8DD, offset: 0x16EA79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvs', symObjAddr: 0x3C0, symBinAddr: 0x19C630, symSize: 0x40 }
+ - { offsetInCU: 0x91A, offset: 0x16EAB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC3rttSdSgvM', symObjAddr: 0x400, symBinAddr: 0x19C670, symSize: 0x30 }
+ - { offsetInCU: 0x947, offset: 0x16EAE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvg', symObjAddr: 0x430, symBinAddr: 0x19C6A0, symSize: 0x30 }
+ - { offsetInCU: 0x974, offset: 0x16EB10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvs', symObjAddr: 0x460, symBinAddr: 0x19C6D0, symSize: 0x40 }
+ - { offsetInCU: 0x9B1, offset: 0x16EB4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC6jitterSdSgvM', symObjAddr: 0x4A0, symBinAddr: 0x19C710, symSize: 0x30 }
+ - { offsetInCU: 0xA2C, offset: 0x16EBC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRate3rtt6jitter3mosACSdSg_A3HtcfC', symObjAddr: 0x4D0, symBinAddr: 0x19C740, symSize: 0x140 }
+ - { offsetInCU: 0xA7D, offset: 0x16EC19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC14packetLostRate3rtt6jitter3mosACSdSg_A3Htcfc', symObjAddr: 0x610, symBinAddr: 0x19C880, symSize: 0x120 }
+ - { offsetInCU: 0xAC2, offset: 0x16EC5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsC17connectionQualityAA0dG0Ovg', symObjAddr: 0x730, symBinAddr: 0x19C9A0, symSize: 0xC0 }
+ - { offsetInCU: 0xCAA, offset: 0x16EE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCfd', symObjAddr: 0x7F0, symBinAddr: 0x19CA60, symSize: 0x10 }
+ - { offsetInCU: 0xCD7, offset: 0x16EE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCfD', symObjAddr: 0x800, symBinAddr: 0x19CA70, symSize: 0x20 }
+ - { offsetInCU: 0xD43, offset: 0x16EEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvg', symObjAddr: 0x820, symBinAddr: 0x19CA90, symSize: 0x30 }
+ - { offsetInCU: 0xD5F, offset: 0x16EEFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvs', symObjAddr: 0x850, symBinAddr: 0x19CAC0, symSize: 0x40 }
+ - { offsetInCU: 0xD7B, offset: 0x16EF17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC15previousMetricsAA010ConnectionH0CSgvM', symObjAddr: 0x890, symBinAddr: 0x19CB00, symSize: 0x30 }
+ - { offsetInCU: 0xD97, offset: 0x16EF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvg', symObjAddr: 0x8C0, symBinAddr: 0x19CB30, symSize: 0x30 }
+ - { offsetInCU: 0xDDD, offset: 0x16EF79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvs', symObjAddr: 0x8F0, symBinAddr: 0x19CB60, symSize: 0x50 }
+ - { offsetInCU: 0xE37, offset: 0x16EFD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvM', symObjAddr: 0x940, symBinAddr: 0x19CBB0, symSize: 0x50 }
+ - { offsetInCU: 0xE7D, offset: 0x16F019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC14monitoringModeAA010ConnectionE15MonitoringModesOvM.resume.0', symObjAddr: 0x990, symBinAddr: 0x19CC00, symSize: 0x70 }
+ - { offsetInCU: 0xEDC, offset: 0x16F078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvg', symObjAddr: 0xA00, symBinAddr: 0x19CC70, symSize: 0x30 }
+ - { offsetInCU: 0xEF8, offset: 0x16F094, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvs', symObjAddr: 0xA30, symBinAddr: 0x19CCA0, symSize: 0x50 }
+ - { offsetInCU: 0xF14, offset: 0x16F0B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvM', symObjAddr: 0xA80, symBinAddr: 0x19CCF0, symSize: 0x70 }
+ - { offsetInCU: 0xF30, offset: 0x16F0CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC8delegateAA010ConnectionE8Delegate_pSgvM.resume.0', symObjAddr: 0xAF0, symBinAddr: 0x19CD60, symSize: 0x70 }
+ - { offsetInCU: 0xF4C, offset: 0x16F0E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvg', symObjAddr: 0xB60, symBinAddr: 0x19CDD0, symSize: 0x40 }
+ - { offsetInCU: 0xF68, offset: 0x16F104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvs', symObjAddr: 0xBA0, symBinAddr: 0x19CE10, symSize: 0x40 }
+ - { offsetInCU: 0xF84, offset: 0x16F120, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC5timerSo7NSTimerCSgvM', symObjAddr: 0xBE0, symBinAddr: 0x19CE50, symSize: 0x30 }
+ - { offsetInCU: 0xFA0, offset: 0x16F13C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvg', symObjAddr: 0xC10, symBinAddr: 0x19CE80, symSize: 0x30 }
+ - { offsetInCU: 0xFBC, offset: 0x16F158, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvs', symObjAddr: 0xC40, symBinAddr: 0x19CEB0, symSize: 0x40 }
+ - { offsetInCU: 0xFD8, offset: 0x16F174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC26frequentMonitoringIntervalSdvM', symObjAddr: 0xC80, symBinAddr: 0x19CEF0, symSize: 0x30 }
+ - { offsetInCU: 0xFF4, offset: 0x16F190, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC04stopF0yyF', symObjAddr: 0xCB0, symBinAddr: 0x19CF20, symSize: 0x50 }
+ - { offsetInCU: 0x1021, offset: 0x16F1BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tF', symObjAddr: 0xD00, symBinAddr: 0x19CF70, symSize: 0x1F0 }
+ - { offsetInCU: 0x107D, offset: 0x16F219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tFyyScMYccfU_', symObjAddr: 0xF20, symBinAddr: 0x19D160, symSize: 0x90 }
+ - { offsetInCU: 0x10A9, offset: 0x16F245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC20didStartReconnectingyyF', symObjAddr: 0x10B0, symBinAddr: 0x19D260, symSize: 0x120 }
+ - { offsetInCU: 0x1149, offset: 0x16F2E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvg', symObjAddr: 0x11F0, symBinAddr: 0x19D3A0, symSize: 0x30 }
+ - { offsetInCU: 0x1165, offset: 0x16F301, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvs', symObjAddr: 0x1220, symBinAddr: 0x19D3D0, symSize: 0x30 }
+ - { offsetInCU: 0x1181, offset: 0x16F31D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvM', symObjAddr: 0x1250, symBinAddr: 0x19D400, symSize: 0x30 }
+ - { offsetInCU: 0x119D, offset: 0x16F339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivg', symObjAddr: 0x1280, symBinAddr: 0x19D430, symSize: 0x30 }
+ - { offsetInCU: 0x11B9, offset: 0x16F355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivs', symObjAddr: 0x12B0, symBinAddr: 0x19D460, symSize: 0x30 }
+ - { offsetInCU: 0x11D5, offset: 0x16F371, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateCountSivM', symObjAddr: 0x12E0, symBinAddr: 0x19D490, symSize: 0x30 }
+ - { offsetInCU: 0x11F1, offset: 0x16F38D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC11updateStats4withyAA12WebRTCClientC09RTPPacketF0C4InfoV_tF', symObjAddr: 0x1310, symBinAddr: 0x19D4C0, symSize: 0x440 }
+ - { offsetInCU: 0x148D, offset: 0x16F629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06notifydE6ChangeyyF', symObjAddr: 0x1FB0, symBinAddr: 0x19D900, symSize: 0x70 }
+ - { offsetInCU: 0x14F9, offset: 0x16F695, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06notifydE6ChangeyyFTo', symObjAddr: 0x2020, symBinAddr: 0x19D970, symSize: 0x90 }
+ - { offsetInCU: 0x1543, offset: 0x16F6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCfd', symObjAddr: 0x20B0, symBinAddr: 0x19DA00, symSize: 0x30 }
+ - { offsetInCU: 0x157E, offset: 0x16F71A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCfD', symObjAddr: 0x2100, symBinAddr: 0x19DA50, symSize: 0x40 }
+ - { offsetInCU: 0x15DF, offset: 0x16F77B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCACycfC', symObjAddr: 0x2140, symBinAddr: 0x19DA90, symSize: 0x70 }
+ - { offsetInCU: 0x161C, offset: 0x16F7B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCACycfc', symObjAddr: 0x21B0, symBinAddr: 0x19DB00, symSize: 0x50 }
+ - { offsetInCU: 0x163A, offset: 0x16F7D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorC06updateF04modeyAA010ConnectionE15MonitoringModesO_tFyyScMYccfU_TA', symObjAddr: 0xFB0, symBinAddr: 0x19D1F0, symSize: 0x10 }
+ - { offsetInCU: 0x164E, offset: 0x16F7EA, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xFC0, symBinAddr: 0x19D200, symSize: 0x20 }
+ - { offsetInCU: 0x1662, offset: 0x16F7FE, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xFE0, symBinAddr: 0x19D220, symSize: 0x10 }
+ - { offsetInCU: 0x1676, offset: 0x16F812, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionMetricsCMa', symObjAddr: 0x11D0, symBinAddr: 0x19D380, symSize: 0x20 }
+ - { offsetInCU: 0x17CD, offset: 0x16F969, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ConnectionQualityDelegate_pSgXwWOh', symObjAddr: 0x20E0, symBinAddr: 0x19DA30, symSize: 0x20 }
+ - { offsetInCU: 0x17E1, offset: 0x16F97D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASQWb', symObjAddr: 0x2200, symBinAddr: 0x19DB50, symSize: 0x10 }
+ - { offsetInCU: 0x17F5, offset: 0x16F991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOACSQAAWl', symObjAddr: 0x2210, symBinAddr: 0x19DB60, symSize: 0x30 }
+ - { offsetInCU: 0x1809, offset: 0x16F9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASQWb', symObjAddr: 0x2240, symBinAddr: 0x19DB90, symSize: 0x10 }
+ - { offsetInCU: 0x181D, offset: 0x16F9B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOACSQAAWl', symObjAddr: 0x2250, symBinAddr: 0x19DBA0, symSize: 0x30 }
+ - { offsetInCU: 0x1831, offset: 0x16F9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwet', symObjAddr: 0x2670, symBinAddr: 0x19DFA0, symSize: 0x80 }
+ - { offsetInCU: 0x1845, offset: 0x16F9E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwst', symObjAddr: 0x26F0, symBinAddr: 0x19E020, symSize: 0xD0 }
+ - { offsetInCU: 0x1859, offset: 0x16F9F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwug', symObjAddr: 0x27C0, symBinAddr: 0x19E0F0, symSize: 0x10 }
+ - { offsetInCU: 0x186D, offset: 0x16FA09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwup', symObjAddr: 0x27D0, symBinAddr: 0x19E100, symSize: 0x10 }
+ - { offsetInCU: 0x1881, offset: 0x16FA1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOwui', symObjAddr: 0x27E0, symBinAddr: 0x19E110, symSize: 0x10 }
+ - { offsetInCU: 0x1895, offset: 0x16FA31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOMa', symObjAddr: 0x27F0, symBinAddr: 0x19E120, symSize: 0x10 }
+ - { offsetInCU: 0x18A9, offset: 0x16FA45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwet', symObjAddr: 0x2800, symBinAddr: 0x19E130, symSize: 0x80 }
+ - { offsetInCU: 0x18BD, offset: 0x16FA59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwst', symObjAddr: 0x2880, symBinAddr: 0x19E1B0, symSize: 0xD0 }
+ - { offsetInCU: 0x18D1, offset: 0x16FA6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwug', symObjAddr: 0x2950, symBinAddr: 0x19E280, symSize: 0x10 }
+ - { offsetInCU: 0x18E5, offset: 0x16FA81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwup', symObjAddr: 0x2960, symBinAddr: 0x19E290, symSize: 0x10 }
+ - { offsetInCU: 0x18F9, offset: 0x16FA95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOwui', symObjAddr: 0x2970, symBinAddr: 0x19E2A0, symSize: 0x10 }
+ - { offsetInCU: 0x190D, offset: 0x16FAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOMa', symObjAddr: 0x2980, symBinAddr: 0x19E2B0, symSize: 0x10 }
+ - { offsetInCU: 0x1921, offset: 0x16FABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CallQualityMonitorCMa', symObjAddr: 0x2BA0, symBinAddr: 0x19E4D0, symSize: 0x20 }
+ - { offsetInCU: 0x1973, offset: 0x16FB0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17ConnectionQualityOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xE0, symBinAddr: 0x19C350, symSize: 0x40 }
+ - { offsetInCU: 0x1A3D, offset: 0x16FBD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ConnectionQualityMonitoringModesOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x200, symBinAddr: 0x19C470, symSize: 0x40 }
+ - { offsetInCU: 0xC3, offset: 0x16FFF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC7serviceAcA0aB7ServiceC_tcfC', symObjAddr: 0x0, symBinAddr: 0x19E820, symSize: 0x90 }
+ - { offsetInCU: 0x146, offset: 0x170079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtF', symObjAddr: 0x90, symBinAddr: 0x19E8B0, symSize: 0x160 }
+ - { offsetInCU: 0x278, offset: 0x1701AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtFyycfU_', symObjAddr: 0x1F0, symBinAddr: 0x19EA10, symSize: 0x530 }
+ - { offsetInCU: 0x76F, offset: 0x1706A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC7serviceAcA0aB7ServiceC_tcfc', symObjAddr: 0x720, symBinAddr: 0x19EF40, symSize: 0x80 }
+ - { offsetInCU: 0x7D2, offset: 0x170705, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCfd', symObjAddr: 0x890, symBinAddr: 0x19F0B0, symSize: 0x20 }
+ - { offsetInCU: 0x823, offset: 0x170756, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCfD', symObjAddr: 0x8B0, symBinAddr: 0x19F0D0, symSize: 0x30 }
+ - { offsetInCU: 0x87C, offset: 0x1707AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCAA0dE8DelegateA2aDP08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0M0VAA8SBCErrorCSgtFTW', symObjAddr: 0x8E0, symBinAddr: 0x19F100, symSize: 0x20 }
+ - { offsetInCU: 0x9AC, offset: 0x1708DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherC08dispatchD03for11recordingId7options9outputURL5erroryAA10DirectCallC_SSAA0D7OptionsC10Foundation0L0VAA8SBCErrorCSgtFyycfU_TA', symObjAddr: 0x840, symBinAddr: 0x19F060, symSize: 0x50 }
+ - { offsetInCU: 0x9C0, offset: 0x1708F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCMa', symObjAddr: 0x900, symBinAddr: 0x19F120, symSize: 0x30 }
+ - { offsetInCU: 0x9D4, offset: 0x170907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RecordingDispatcherCMr', symObjAddr: 0x930, symBinAddr: 0x19F150, symSize: 0x30 }
+ - { offsetInCU: 0x43, offset: 0x170C2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB9ErrorablePAAE7asErrorAA8SBCErrorCvg', symObjAddr: 0x0, symBinAddr: 0x19F1D0, symSize: 0x220 }
+ - { offsetInCU: 0x21C, offset: 0x170E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueSivg', symObjAddr: 0x3E0, symBinAddr: 0x19F570, symSize: 0x10 }
+ - { offsetInCU: 0x245, offset: 0x170E30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfC', symObjAddr: 0x3F0, symBinAddr: 0x19F580, symSize: 0x10 }
+ - { offsetInCU: 0x268, offset: 0x170E53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x4B0, symBinAddr: 0x19F640, symSize: 0x30 }
+ - { offsetInCU: 0x299, offset: 0x170E84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x4E0, symBinAddr: 0x19F670, symSize: 0x10 }
+ - { offsetInCU: 0x2B5, offset: 0x170EA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeO8rawValueAESgSi_tcfCTf4nd_n', symObjAddr: 0x1AC0, symBinAddr: 0x1A0C10, symSize: 0x440 }
+ - { offsetInCU: 0x2FD, offset: 0x170EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9errorCodeAC05ErrorF0OvgTo', symObjAddr: 0x580, symBinAddr: 0x19F710, symSize: 0x60 }
+ - { offsetInCU: 0x33F, offset: 0x170F2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9errorCodeAC05ErrorF0Ovg', symObjAddr: 0x5E0, symBinAddr: 0x19F770, symSize: 0x30 }
+ - { offsetInCU: 0x371, offset: 0x170F5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfC', symObjAddr: 0x610, symBinAddr: 0x19F7A0, symSize: 0xB0 }
+ - { offsetInCU: 0x385, offset: 0x170F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfc', symObjAddr: 0x6C0, symBinAddr: 0x19F850, symSize: 0xC0 }
+ - { offsetInCU: 0x41A, offset: 0x171005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC6domain4code8userInfoACSS_SiSDySSypGSgtcfcTo', symObjAddr: 0x780, symBinAddr: 0x19F910, symSize: 0x110 }
+ - { offsetInCU: 0x46A, offset: 0x171055, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9fromErrorACSo7NSErrorC_tcfC', symObjAddr: 0x890, symBinAddr: 0x19FA20, symSize: 0x30 }
+ - { offsetInCU: 0x488, offset: 0x171073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9fromErrorACSo7NSErrorC_tcfc', symObjAddr: 0x8C0, symBinAddr: 0x19FA50, symSize: 0x130 }
+ - { offsetInCU: 0x4D7, offset: 0x1710C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x9F0, symBinAddr: 0x19FB80, symSize: 0x40 }
+ - { offsetInCU: 0x4F5, offset: 0x1710E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0xA30, symBinAddr: 0x19FBC0, symSize: 0x50 }
+ - { offsetInCU: 0x558, offset: 0x171143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0xA80, symBinAddr: 0x19FC10, symSize: 0x40 }
+ - { offsetInCU: 0x59B, offset: 0x171186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCfD', symObjAddr: 0xAC0, symBinAddr: 0x19FC50, symSize: 0x30 }
+ - { offsetInCU: 0x5C9, offset: 0x1711B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO02asD0AA8SBCErrorCvg', symObjAddr: 0x220, symBinAddr: 0x19F3F0, symSize: 0x160 }
+ - { offsetInCU: 0x6E7, offset: 0x1712D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO5error11requestTypeAcA07RequestG0OSg_tFZ', symObjAddr: 0x3C0, symBinAddr: 0x19F550, symSize: 0x20 }
+ - { offsetInCU: 0x751, offset: 0x17133C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorO9errorCodeSivg', symObjAddr: 0xAF0, symBinAddr: 0x19FC80, symSize: 0x10 }
+ - { offsetInCU: 0x77C, offset: 0x171367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorO20localizedDescriptionSSvg', symObjAddr: 0xB00, symBinAddr: 0x19FC90, symSize: 0x40 }
+ - { offsetInCU: 0x7B4, offset: 0x17139F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallO2eeoiySbAE_AEtFZ', symObjAddr: 0xB70, symBinAddr: 0x19FD00, symSize: 0x10 }
+ - { offsetInCU: 0x7DC, offset: 0x1713C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallO4hash4intoys6HasherVz_tF', symObjAddr: 0xB80, symBinAddr: 0x19FD10, symSize: 0x20 }
+ - { offsetInCU: 0x86D, offset: 0x171458, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xBF0, symBinAddr: 0x19FD80, symSize: 0x10 }
+ - { offsetInCU: 0x8CD, offset: 0x1714B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xC50, symBinAddr: 0x19FDE0, symSize: 0x20 }
+ - { offsetInCU: 0x954, offset: 0x17153F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareO2eeoiySbAE_AEtFZ', symObjAddr: 0xD60, symBinAddr: 0x19FEF0, symSize: 0x10 }
+ - { offsetInCU: 0x980, offset: 0x17156B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareO4hash4intoys6HasherVz_tF', symObjAddr: 0xD70, symBinAddr: 0x19FF00, symSize: 0x20 }
+ - { offsetInCU: 0xA15, offset: 0x171600, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xDA0, symBinAddr: 0x19FF30, symSize: 0x10 }
+ - { offsetInCU: 0xA73, offset: 0x17165E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xDC0, symBinAddr: 0x19FF50, symSize: 0x20 }
+ - { offsetInCU: 0xAFA, offset: 0x1716E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueAESgSS_tcfC', symObjAddr: 0xF00, symBinAddr: 0x1A0090, symSize: 0x10 }
+ - { offsetInCU: 0xB0E, offset: 0x1716F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueSSvg', symObjAddr: 0xF10, symBinAddr: 0x1A00A0, symSize: 0x20 }
+ - { offsetInCU: 0xB49, offset: 0x171734, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x1080, symBinAddr: 0x1A0210, symSize: 0x30 }
+ - { offsetInCU: 0xB7A, offset: 0x171765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x10B0, symBinAddr: 0x1A0240, symSize: 0x30 }
+ - { offsetInCU: 0xBA8, offset: 0x171793, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x2A10, symBinAddr: 0x1A1B60, symSize: 0x70 }
+ - { offsetInCU: 0xBF5, offset: 0x1717E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO8rawValueSivg', symObjAddr: 0x10E0, symBinAddr: 0x1A0270, symSize: 0x10 }
+ - { offsetInCU: 0xC14, offset: 0x1717FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9errorType33_B80DF7C98112D970C6482B0C6CCF4AF6LLAA8SBCErrorC0D4CodeOvg', symObjAddr: 0x10F0, symBinAddr: 0x1A0280, symSize: 0x130 }
+ - { offsetInCU: 0xC5D, offset: 0x171848, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6domainSSvg', symObjAddr: 0x1220, symBinAddr: 0x1A03B0, symSize: 0x30 }
+ - { offsetInCU: 0xCCC, offset: 0x1718B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO20localizedDescriptionSSvg', symObjAddr: 0x1290, symBinAddr: 0x1A03E0, symSize: 0x830 }
+ - { offsetInCU: 0x10DC, offset: 0x171CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCMa', symObjAddr: 0x1FF0, symBinAddr: 0x1A1140, symSize: 0x20 }
+ - { offsetInCU: 0x1337, offset: 0x171F22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASQWb', symObjAddr: 0x2A80, symBinAddr: 0x1A1BD0, symSize: 0x10 }
+ - { offsetInCU: 0x134B, offset: 0x171F36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOAESQAAWl', symObjAddr: 0x2A90, symBinAddr: 0x1A1BE0, symSize: 0x30 }
+ - { offsetInCU: 0x135F, offset: 0x171F4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOSHAASQWb', symObjAddr: 0x2AC0, symBinAddr: 0x1A1C10, symSize: 0x10 }
+ - { offsetInCU: 0x1373, offset: 0x171F5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOACSQAAWl', symObjAddr: 0x2AD0, symBinAddr: 0x1A1C20, symSize: 0x30 }
+ - { offsetInCU: 0x1387, offset: 0x171F72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOSHAASQWb', symObjAddr: 0x2B00, symBinAddr: 0x1A1C50, symSize: 0x10 }
+ - { offsetInCU: 0x139B, offset: 0x171F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAESQAAWl', symObjAddr: 0x2B10, symBinAddr: 0x1A1C60, symSize: 0x30 }
+ - { offsetInCU: 0x13AF, offset: 0x171F9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAA0aB9ErrorableAAWI', symObjAddr: 0x2B40, symBinAddr: 0x1A1C90, symSize: 0x20 }
+ - { offsetInCU: 0x13C3, offset: 0x171FAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOAEs0D0AAWl', symObjAddr: 0x2B60, symBinAddr: 0x1A1CB0, symSize: 0x30 }
+ - { offsetInCU: 0x13D7, offset: 0x171FC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOSHAASQWb', symObjAddr: 0x2B90, symBinAddr: 0x1A1CE0, symSize: 0x10 }
+ - { offsetInCU: 0x13EB, offset: 0x171FD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAESQAAWl', symObjAddr: 0x2BA0, symBinAddr: 0x1A1CF0, symSize: 0x30 }
+ - { offsetInCU: 0x13FF, offset: 0x171FEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAA0aB9ErrorableAAWI', symObjAddr: 0x2BD0, symBinAddr: 0x1A1D20, symSize: 0x20 }
+ - { offsetInCU: 0x1413, offset: 0x171FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOAEs0D0AAWl', symObjAddr: 0x2BF0, symBinAddr: 0x1A1D40, symSize: 0x30 }
+ - { offsetInCU: 0x1427, offset: 0x172012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOSHAASQWb', symObjAddr: 0x2C20, symBinAddr: 0x1A1D70, symSize: 0x10 }
+ - { offsetInCU: 0x143B, offset: 0x172026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAESQAAWl', symObjAddr: 0x2C30, symBinAddr: 0x1A1D80, symSize: 0x30 }
+ - { offsetInCU: 0x144F, offset: 0x17203A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAA0aB9ErrorableAAWI', symObjAddr: 0x2C60, symBinAddr: 0x1A1DB0, symSize: 0x20 }
+ - { offsetInCU: 0x1463, offset: 0x17204E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOAEs0D0AAWl', symObjAddr: 0x2C80, symBinAddr: 0x1A1DD0, symSize: 0x30 }
+ - { offsetInCU: 0x1477, offset: 0x172062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOAA0aB9ErrorableAAWI', symObjAddr: 0x2CB0, symBinAddr: 0x1A1E00, symSize: 0x20 }
+ - { offsetInCU: 0x148B, offset: 0x172076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOAEs0D0AAWl', symObjAddr: 0x2CD0, symBinAddr: 0x1A1E20, symSize: 0x30 }
+ - { offsetInCU: 0x149F, offset: 0x17208A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOSHAASQWb', symObjAddr: 0x2D00, symBinAddr: 0x1A1E50, symSize: 0x10 }
+ - { offsetInCU: 0x14B3, offset: 0x17209E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAESQAAWl', symObjAddr: 0x2D10, symBinAddr: 0x1A1E60, symSize: 0x30 }
+ - { offsetInCU: 0x14C7, offset: 0x1720B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAA0aB9ErrorableAAWI', symObjAddr: 0x2D40, symBinAddr: 0x1A1E90, symSize: 0x20 }
+ - { offsetInCU: 0x14DB, offset: 0x1720C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOAEs0D0AAWl', symObjAddr: 0x2D60, symBinAddr: 0x1A1EB0, symSize: 0x30 }
+ - { offsetInCU: 0x14EF, offset: 0x1720DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOAA0aB9ErrorableAAWI', symObjAddr: 0x2D90, symBinAddr: 0x1A1EE0, symSize: 0x20 }
+ - { offsetInCU: 0x1503, offset: 0x1720EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOSHAASQWb', symObjAddr: 0x2DE0, symBinAddr: 0x1A1F00, symSize: 0x10 }
+ - { offsetInCU: 0x1517, offset: 0x172102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAESQAAWl', symObjAddr: 0x2DF0, symBinAddr: 0x1A1F10, symSize: 0x30 }
+ - { offsetInCU: 0x152B, offset: 0x172116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAA0aB9ErrorableAAWI', symObjAddr: 0x2E20, symBinAddr: 0x1A1F40, symSize: 0x20 }
+ - { offsetInCU: 0x153F, offset: 0x17212A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOAEs0D0AAWl', symObjAddr: 0x2E40, symBinAddr: 0x1A1F60, symSize: 0x30 }
+ - { offsetInCU: 0x1553, offset: 0x17213E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOSHAASQWb', symObjAddr: 0x2E70, symBinAddr: 0x1A1F90, symSize: 0x10 }
+ - { offsetInCU: 0x1567, offset: 0x172152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAESQAAWl', symObjAddr: 0x2E80, symBinAddr: 0x1A1FA0, symSize: 0x30 }
+ - { offsetInCU: 0x157B, offset: 0x172166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAA0aB9ErrorableAAWI', symObjAddr: 0x2EB0, symBinAddr: 0x1A1FD0, symSize: 0x20 }
+ - { offsetInCU: 0x158F, offset: 0x17217A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOAEs0D0AAWl', symObjAddr: 0x2ED0, symBinAddr: 0x1A1FF0, symSize: 0x30 }
+ - { offsetInCU: 0x15A3, offset: 0x17218E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOSHAASQWb', symObjAddr: 0x2F00, symBinAddr: 0x1A2020, symSize: 0x10 }
+ - { offsetInCU: 0x15B7, offset: 0x1721A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAESQAAWl', symObjAddr: 0x2F10, symBinAddr: 0x1A2030, symSize: 0x30 }
+ - { offsetInCU: 0x15CB, offset: 0x1721B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAA0aB9ErrorableAAWI', symObjAddr: 0x2F40, symBinAddr: 0x1A2060, symSize: 0x20 }
+ - { offsetInCU: 0x15DF, offset: 0x1721CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOAEs0D0AAWl', symObjAddr: 0x2F60, symBinAddr: 0x1A2080, symSize: 0x30 }
+ - { offsetInCU: 0x15F3, offset: 0x1721DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASQWb', symObjAddr: 0x2F90, symBinAddr: 0x1A20B0, symSize: 0x10 }
+ - { offsetInCU: 0x1607, offset: 0x1721F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOAESQAAWl', symObjAddr: 0x2FA0, symBinAddr: 0x1A20C0, symSize: 0x30 }
+ - { offsetInCU: 0x161B, offset: 0x172206, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOMa', symObjAddr: 0x3020, symBinAddr: 0x1A2140, symSize: 0x10 }
+ - { offsetInCU: 0x162F, offset: 0x17221A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOwup', symObjAddr: 0x3070, symBinAddr: 0x1A2170, symSize: 0x10 }
+ - { offsetInCU: 0x1643, offset: 0x17222E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13InternalErrorOMa', symObjAddr: 0x3080, symBinAddr: 0x1A2180, symSize: 0x10 }
+ - { offsetInCU: 0x1657, offset: 0x172242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOWOy', symObjAddr: 0x30B0, symBinAddr: 0x1A21B0, symSize: 0x30 }
+ - { offsetInCU: 0x166B, offset: 0x172256, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwxx', symObjAddr: 0x30E0, symBinAddr: 0x1A21E0, symSize: 0x20 }
+ - { offsetInCU: 0x167F, offset: 0x17226A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwcp', symObjAddr: 0x3130, symBinAddr: 0x1A2200, symSize: 0x40 }
+ - { offsetInCU: 0x1693, offset: 0x17227E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwca', symObjAddr: 0x3170, symBinAddr: 0x1A2240, symSize: 0x40 }
+ - { offsetInCU: 0x16A7, offset: 0x172292, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwta', symObjAddr: 0x31D0, symBinAddr: 0x1A2280, symSize: 0x30 }
+ - { offsetInCU: 0x16BB, offset: 0x1722A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwet', symObjAddr: 0x3200, symBinAddr: 0x1A22B0, symSize: 0x50 }
+ - { offsetInCU: 0x16CF, offset: 0x1722BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwst', symObjAddr: 0x3250, symBinAddr: 0x1A2300, symSize: 0x50 }
+ - { offsetInCU: 0x16E3, offset: 0x1722CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwug', symObjAddr: 0x32A0, symBinAddr: 0x1A2350, symSize: 0x10 }
+ - { offsetInCU: 0x16F7, offset: 0x1722E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwup', symObjAddr: 0x32B0, symBinAddr: 0x1A2360, symSize: 0x10 }
+ - { offsetInCU: 0x170B, offset: 0x1722F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOwui', symObjAddr: 0x32C0, symBinAddr: 0x1A2370, symSize: 0x20 }
+ - { offsetInCU: 0x171F, offset: 0x17230A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorOMa', symObjAddr: 0x32E0, symBinAddr: 0x1A2390, symSize: 0x10 }
+ - { offsetInCU: 0x1733, offset: 0x17231E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwug', symObjAddr: 0x3460, symBinAddr: 0x1A2510, symSize: 0x10 }
+ - { offsetInCU: 0x1747, offset: 0x172332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwup', symObjAddr: 0x3470, symBinAddr: 0x1A2520, symSize: 0x10 }
+ - { offsetInCU: 0x175B, offset: 0x172346, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOwui', symObjAddr: 0x3480, symBinAddr: 0x1A2530, symSize: 0x10 }
+ - { offsetInCU: 0x176F, offset: 0x17235A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4CallOMa', symObjAddr: 0x3490, symBinAddr: 0x1A2540, symSize: 0x10 }
+ - { offsetInCU: 0x1783, offset: 0x17236E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwet', symObjAddr: 0x34A0, symBinAddr: 0x1A2550, symSize: 0x80 }
+ - { offsetInCU: 0x1797, offset: 0x172382, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwst', symObjAddr: 0x3520, symBinAddr: 0x1A25D0, symSize: 0xD0 }
+ - { offsetInCU: 0x17AB, offset: 0x172396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOwup', symObjAddr: 0x35F0, symBinAddr: 0x1A26A0, symSize: 0x10 }
+ - { offsetInCU: 0x17BF, offset: 0x1723AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4RoomOMa', symObjAddr: 0x3600, symBinAddr: 0x1A26B0, symSize: 0x10 }
+ - { offsetInCU: 0x17D3, offset: 0x1723BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwet', symObjAddr: 0x3610, symBinAddr: 0x1A26C0, symSize: 0x80 }
+ - { offsetInCU: 0x17E7, offset: 0x1723D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwst', symObjAddr: 0x3690, symBinAddr: 0x1A2740, symSize: 0xD0 }
+ - { offsetInCU: 0x17FB, offset: 0x1723E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOwup', symObjAddr: 0x3760, symBinAddr: 0x1A2810, symSize: 0x10 }
+ - { offsetInCU: 0x180F, offset: 0x1723FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6ClientOMa', symObjAddr: 0x3770, symBinAddr: 0x1A2820, symSize: 0x10 }
+ - { offsetInCU: 0x1823, offset: 0x17240E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwet', symObjAddr: 0x3780, symBinAddr: 0x1A2830, symSize: 0x90 }
+ - { offsetInCU: 0x1837, offset: 0x172422, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwst', symObjAddr: 0x3810, symBinAddr: 0x1A28C0, symSize: 0xE0 }
+ - { offsetInCU: 0x184B, offset: 0x172436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwug', symObjAddr: 0x38F0, symBinAddr: 0x1A29A0, symSize: 0x30 }
+ - { offsetInCU: 0x185F, offset: 0x17244A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwup', symObjAddr: 0x3920, symBinAddr: 0x1A29D0, symSize: 0x10 }
+ - { offsetInCU: 0x1873, offset: 0x17245E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOwui', symObjAddr: 0x3930, symBinAddr: 0x1A29E0, symSize: 0x40 }
+ - { offsetInCU: 0x1887, offset: 0x172472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7GeneralOMa', symObjAddr: 0x3970, symBinAddr: 0x1A2A20, symSize: 0x10 }
+ - { offsetInCU: 0x189B, offset: 0x172486, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwet', symObjAddr: 0x3980, symBinAddr: 0x1A2A30, symSize: 0x80 }
+ - { offsetInCU: 0x18AF, offset: 0x17249A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwst', symObjAddr: 0x3A00, symBinAddr: 0x1A2AB0, symSize: 0xD0 }
+ - { offsetInCU: 0x18C3, offset: 0x1724AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOwup', symObjAddr: 0x3AD0, symBinAddr: 0x1A2B80, symSize: 0x10 }
+ - { offsetInCU: 0x18D7, offset: 0x1724C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO6DeviceOMa', symObjAddr: 0x3AE0, symBinAddr: 0x1A2B90, symSize: 0x10 }
+ - { offsetInCU: 0x18EB, offset: 0x1724D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwxx', symObjAddr: 0x3B50, symBinAddr: 0x1A2C00, symSize: 0x20 }
+ - { offsetInCU: 0x18FF, offset: 0x1724EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwcp', symObjAddr: 0x3B70, symBinAddr: 0x1A2C20, symSize: 0x40 }
+ - { offsetInCU: 0x1913, offset: 0x1724FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwca', symObjAddr: 0x3BB0, symBinAddr: 0x1A2C60, symSize: 0x40 }
+ - { offsetInCU: 0x1927, offset: 0x172512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwta', symObjAddr: 0x3BF0, symBinAddr: 0x1A2CA0, symSize: 0x30 }
+ - { offsetInCU: 0x193B, offset: 0x172526, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwet', symObjAddr: 0x3C20, symBinAddr: 0x1A2CD0, symSize: 0x50 }
+ - { offsetInCU: 0x194F, offset: 0x17253A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwst', symObjAddr: 0x3C70, symBinAddr: 0x1A2D20, symSize: 0x40 }
+ - { offsetInCU: 0x1963, offset: 0x17254E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwug', symObjAddr: 0x3CB0, symBinAddr: 0x1A2D60, symSize: 0x20 }
+ - { offsetInCU: 0x1977, offset: 0x172562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwup', symObjAddr: 0x3CD0, symBinAddr: 0x1A2D80, symSize: 0x10 }
+ - { offsetInCU: 0x198B, offset: 0x172576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOwui', symObjAddr: 0x3CE0, symBinAddr: 0x1A2D90, symSize: 0x20 }
+ - { offsetInCU: 0x199F, offset: 0x17258A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOMa', symObjAddr: 0x3D00, symBinAddr: 0x1A2DB0, symSize: 0x10 }
+ - { offsetInCU: 0x19B3, offset: 0x17259E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOwup', symObjAddr: 0x3D30, symBinAddr: 0x1A2DE0, symSize: 0x10 }
+ - { offsetInCU: 0x19C7, offset: 0x1725B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO7CaptureOMa', symObjAddr: 0x3D40, symBinAddr: 0x1A2DF0, symSize: 0x10 }
+ - { offsetInCU: 0x19DB, offset: 0x1725C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwug', symObjAddr: 0x3D70, symBinAddr: 0x1A2E20, symSize: 0x10 }
+ - { offsetInCU: 0x19EF, offset: 0x1725DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwup', symObjAddr: 0x3D80, symBinAddr: 0x1A2E30, symSize: 0x10 }
+ - { offsetInCU: 0x1A03, offset: 0x1725EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOwui', symObjAddr: 0x3D90, symBinAddr: 0x1A2E40, symSize: 0x10 }
+ - { offsetInCU: 0x1A17, offset: 0x172602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOMa', symObjAddr: 0x3DA0, symBinAddr: 0x1A2E50, symSize: 0x10 }
+ - { offsetInCU: 0x1A2B, offset: 0x172616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOwup', symObjAddr: 0x3F20, symBinAddr: 0x1A2FD0, symSize: 0x10 }
+ - { offsetInCU: 0x1A3F, offset: 0x17262A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO4HoldOMa', symObjAddr: 0x3F30, symBinAddr: 0x1A2FE0, symSize: 0x10 }
+ - { offsetInCU: 0x1A53, offset: 0x17263E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwet', symObjAddr: 0x3F40, symBinAddr: 0x1A2FF0, symSize: 0x90 }
+ - { offsetInCU: 0x1A67, offset: 0x172652, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwst', symObjAddr: 0x3FD0, symBinAddr: 0x1A3080, symSize: 0xE0 }
+ - { offsetInCU: 0x1A7B, offset: 0x172666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwug', symObjAddr: 0x40B0, symBinAddr: 0x1A3160, symSize: 0x10 }
+ - { offsetInCU: 0x1A8F, offset: 0x17267A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwup', symObjAddr: 0x40C0, symBinAddr: 0x1A3170, symSize: 0x10 }
+ - { offsetInCU: 0x1AA3, offset: 0x17268E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOwui', symObjAddr: 0x40D0, symBinAddr: 0x1A3180, symSize: 0x20 }
+ - { offsetInCU: 0x1AB7, offset: 0x1726A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO10ValidationOMa', symObjAddr: 0x40F0, symBinAddr: 0x1A31A0, symSize: 0x10 }
+ - { offsetInCU: 0x1ACB, offset: 0x1726B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwet', symObjAddr: 0x4100, symBinAddr: 0x1A31B0, symSize: 0x80 }
+ - { offsetInCU: 0x1ADF, offset: 0x1726CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwst', symObjAddr: 0x4180, symBinAddr: 0x1A3230, symSize: 0xD0 }
+ - { offsetInCU: 0x1AF3, offset: 0x1726DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOwup', symObjAddr: 0x4250, symBinAddr: 0x1A3300, symSize: 0x10 }
+ - { offsetInCU: 0x1B07, offset: 0x1726F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOMa', symObjAddr: 0x4260, symBinAddr: 0x1A3310, symSize: 0x10 }
+ - { offsetInCU: 0x1B1B, offset: 0x172706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOAESYAAWl', symObjAddr: 0x4270, symBinAddr: 0x1A3320, symSize: 0x30 }
+ - { offsetInCU: 0x1B85, offset: 0x172770, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x400, symBinAddr: 0x19F590, symSize: 0x10 }
+ - { offsetInCU: 0x1C16, offset: 0x172801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x410, symBinAddr: 0x19F5A0, symSize: 0x40 }
+ - { offsetInCU: 0x1CC5, offset: 0x1728B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x450, symBinAddr: 0x19F5E0, symSize: 0x20 }
+ - { offsetInCU: 0x1D18, offset: 0x172903, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x470, symBinAddr: 0x19F600, symSize: 0x40 }
+ - { offsetInCU: 0x1D9B, offset: 0x172986, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x19F680, symSize: 0x50 }
+ - { offsetInCU: 0x1DBE, offset: 0x1729A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorC9ErrorCodeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x540, symBinAddr: 0x19F6D0, symSize: 0x40 }
+ - { offsetInCU: 0x1E01, offset: 0x1729EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0xD10, symBinAddr: 0x19FEA0, symSize: 0x10 }
+ - { offsetInCU: 0x1E1D, offset: 0x172A08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0xD20, symBinAddr: 0x19FEB0, symSize: 0x10 }
+ - { offsetInCU: 0x1E39, offset: 0x172A24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xD30, symBinAddr: 0x19FEC0, symSize: 0x10 }
+ - { offsetInCU: 0x1E55, offset: 0x172A40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO9RecordingOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xD40, symBinAddr: 0x19FED0, symSize: 0x10 }
+ - { offsetInCU: 0x1E71, offset: 0x172A5C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0xDF0, symBinAddr: 0x19FF80, symSize: 0x10 }
+ - { offsetInCU: 0x1E8D, offset: 0x172A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0xE00, symBinAddr: 0x19FF90, symSize: 0x10 }
+ - { offsetInCU: 0x1EA9, offset: 0x172A94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0xE10, symBinAddr: 0x19FFA0, symSize: 0x10 }
+ - { offsetInCU: 0x1EC5, offset: 0x172AB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO11ScreenShareOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0xE20, symBinAddr: 0x19FFB0, symSize: 0x10 }
+ - { offsetInCU: 0x1EFF, offset: 0x172AEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xF30, symBinAddr: 0x1A00C0, symSize: 0x80 }
+ - { offsetInCU: 0x1FCE, offset: 0x172BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH9hashValueSivgTW', symObjAddr: 0xFB0, symBinAddr: 0x1A0140, symSize: 0x50 }
+ - { offsetInCU: 0x204C, offset: 0x172C37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1000, symBinAddr: 0x1A0190, symSize: 0x30 }
+ - { offsetInCU: 0x209E, offset: 0x172C89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB5ErrorO13ParameterTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1030, symBinAddr: 0x1A01C0, symSize: 0x50 }
+ - { offsetInCU: 0x212A, offset: 0x172D15, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTg5Tf4gd_n', symObjAddr: 0x1F00, symBinAddr: 0x1A1050, symSize: 0xF0 }
+ - { offsetInCU: 0x224F, offset: 0x172E3A, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypSgTg5Tf4gd_n', symObjAddr: 0x2010, symBinAddr: 0x1A1160, symSize: 0xF0 }
+ - { offsetInCU: 0x2374, offset: 0x172F5F, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTg5Tf4gd_n', symObjAddr: 0x2100, symBinAddr: 0x1A1250, symSize: 0x100 }
+ - { offsetInCU: 0x2497, offset: 0x173082, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_ypTg5Tf4gd_n', symObjAddr: 0x2220, symBinAddr: 0x1A1370, symSize: 0x100 }
+ - { offsetInCU: 0x25C2, offset: 0x1731AD, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo11CFStringRefa_ypTg5Tf4gd_n', symObjAddr: 0x2320, symBinAddr: 0x1A1470, symSize: 0xF0 }
+ - { offsetInCU: 0x26ED, offset: 0x1732D8, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo11CFStringRefa_SDys11AnyHashableVypGTg5Tf4gd_n', symObjAddr: 0x2410, symBinAddr: 0x1A1560, symSize: 0xD0 }
+ - { offsetInCU: 0x2832, offset: 0x17341D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfC13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5Tf4gd_n', symObjAddr: 0x27C0, symBinAddr: 0x1A1910, symSize: 0x160 }
+ - { offsetInCU: 0x2961, offset: 0x17354C, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_s5Error_pTg5Tf4gd_n', symObjAddr: 0x2920, symBinAddr: 0x1A1A70, symSize: 0xF0 }
+ - { offsetInCU: 0x27, offset: 0x173999, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1A38A0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1739BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x1A38A0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x1739D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0Cvg', symObjAddr: 0x10, symBinAddr: 0x1A38B0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1739ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0Cvs', symObjAddr: 0x40, symBinAddr: 0x1A38E0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x173A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0CvM', symObjAddr: 0x80, symBinAddr: 0x1A3920, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x173A25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC13directCallLogAA06DirecthI0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x1A3950, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x173A41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x1A3960, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x173A66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x1A39A0, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x173B57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0VtcfC', symObjAddr: 0x570, symBinAddr: 0x1A3CA0, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x173BF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC3seq13directCallLog6callId07requestL011commandType12deliveryInfoACSiSg_AA06DirectiJ0CS2SAA12CommandTypesO0rI0OAA08DeliveryQ0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x1A3DB0, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x173CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0VtcfC', symObjAddr: 0x760, symBinAddr: 0x1A3E90, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x173D2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseC6callId07requestH011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryM0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x1A3EC0, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x173D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x1A3F00, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x173DD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfD', symObjAddr: 0x830, symBinAddr: 0x1A3F40, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x173E32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x870, symBinAddr: 0x1A3F80, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x173E4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x890, symBinAddr: 0x1A3FA0, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x173E6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x1A3FC0, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x173E86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA0E10SequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x1A4010, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x173EB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x1A4030, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x173EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x1A3C80, symSize: 0x20 }
+ - { offsetInCU: 0x643, offset: 0x173FB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18UnknownEndResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x1A3EF0, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x17423E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TR', symObjAddr: 0x0, symBinAddr: 0x1A4130, symSize: 0x30 }
+ - { offsetInCU: 0x3F, offset: 0x174256, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TR', symObjAddr: 0x0, symBinAddr: 0x1A4130, symSize: 0x30 }
+ - { offsetInCU: 0x5F, offset: 0x174276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCACycfC', symObjAddr: 0x30, symBinAddr: 0x1A4160, symSize: 0x20 }
+ - { offsetInCU: 0x7D, offset: 0x174294, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC7process7contextyAA0D0C_tF', symObjAddr: 0x50, symBinAddr: 0x1A4180, symSize: 0xC0 }
+ - { offsetInCU: 0xE6, offset: 0x1742FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC04sendE7Request7contextyAA0D0C_tF', symObjAddr: 0x110, symBinAddr: 0x1A4240, symSize: 0x160 }
+ - { offsetInCU: 0x164, offset: 0x17437B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC22didClosePeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x270, symBinAddr: 0x1A43A0, symSize: 0x180 }
+ - { offsetInCU: 0x2ED, offset: 0x174504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC32didFailToReconnectPeerConnection7context6clientyAA0D0C_AA12WebRTCClientCtF', symObjAddr: 0x3F0, symBinAddr: 0x1A4520, symSize: 0x180 }
+ - { offsetInCU: 0x476, offset: 0x17468D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC6attach7context2to17completionHandleryAA0D0C_SSySbctF', symObjAddr: 0x570, symBinAddr: 0x1A46A0, symSize: 0x580 }
+ - { offsetInCU: 0x93A, offset: 0x174B51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0xAF0, symBinAddr: 0x1A4C20, symSize: 0x60 }
+ - { offsetInCU: 0x9DC, offset: 0x174BF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCACycfc', symObjAddr: 0xB50, symBinAddr: 0x1A4C80, symSize: 0x10 }
+ - { offsetInCU: 0xA09, offset: 0x174C20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCfd', symObjAddr: 0xB60, symBinAddr: 0x1A4C90, symSize: 0x10 }
+ - { offsetInCU: 0xA36, offset: 0x174C4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCfD', symObjAddr: 0xB70, symBinAddr: 0x1A4CA0, symSize: 0x20 }
+ - { offsetInCU: 0xC29, offset: 0x174E40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xBC0, symBinAddr: 0x1A4CC0, symSize: 0x30 }
+ - { offsetInCU: 0xC3D, offset: 0x174E54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVWOs', symObjAddr: 0xBF0, symBinAddr: 0x1A4CF0, symSize: 0x50 }
+ - { offsetInCU: 0xC6B, offset: 0x174E82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateC6attach7context2to17completionHandleryAA0D0C_SSySbctFyAA9SBCResultOyAA16EmptyAPIResponseVGcfU_TA', symObjAddr: 0xD00, symBinAddr: 0x1A4D60, symSize: 0x30 }
+ - { offsetInCU: 0xCB4, offset: 0x174ECB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA16EmptyAPIResponseVGIegg_AFIegn_TRTA', symObjAddr: 0xD30, symBinAddr: 0x1A4D90, symSize: 0x30 }
+ - { offsetInCU: 0xCDD, offset: 0x174EF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAcA10ResultableAAWl', symObjAddr: 0xD90, symBinAddr: 0x1A4DC0, symSize: 0x30 }
+ - { offsetInCU: 0xCF1, offset: 0x174F08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointConnectedStateCMa', symObjAddr: 0xDC0, symBinAddr: 0x1A4DF0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1751CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7EnabledSbvg', symObjAddr: 0x0, symBinAddr: 0x1A4E60, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1751F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7EnabledSbvg', symObjAddr: 0x0, symBinAddr: 0x1A4E60, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x17520C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV18deviceManufacturerSSvg', symObjAddr: 0x10, symBinAddr: 0x1A4E70, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x175228, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV8deviceOSSSvg', symObjAddr: 0x40, symBinAddr: 0x1A4EA0, symSize: 0x30 }
+ - { offsetInCU: 0xC5, offset: 0x17526A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x70, symBinAddr: 0x1A4ED0, symSize: 0x70 }
+ - { offsetInCU: 0x100, offset: 0x1752A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x120, symBinAddr: 0x1A4F40, symSize: 0x70 }
+ - { offsetInCU: 0x143, offset: 0x1752E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x190, symBinAddr: 0x1A4FB0, symSize: 0x10 }
+ - { offsetInCU: 0x16A, offset: 0x17530F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x1A0, symBinAddr: 0x1A4FC0, symSize: 0x10 }
+ - { offsetInCU: 0x191, offset: 0x175336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1B0, symBinAddr: 0x1A4FD0, symSize: 0x60 }
+ - { offsetInCU: 0x1C8, offset: 0x17536D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysO11stringValueSSvg', symObjAddr: 0x210, symBinAddr: 0x1A5030, symSize: 0x60 }
+ - { offsetInCU: 0x21F, offset: 0x1753C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x3C0, symBinAddr: 0x1A51E0, symSize: 0x80 }
+ - { offsetInCU: 0x260, offset: 0x175405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x440, symBinAddr: 0x1A5260, symSize: 0x30 }
+ - { offsetInCU: 0x274, offset: 0x175419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x470, symBinAddr: 0x1A5290, symSize: 0x10 }
+ - { offsetInCU: 0x2AA, offset: 0x17544F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x480, symBinAddr: 0x1A52A0, symSize: 0x80 }
+ - { offsetInCU: 0x302, offset: 0x1754A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x500, symBinAddr: 0x1A5320, symSize: 0x10 }
+ - { offsetInCU: 0x31E, offset: 0x1754C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x510, symBinAddr: 0x1A5330, symSize: 0x10 }
+ - { offsetInCU: 0x33B, offset: 0x1754E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV6encode2toys7Encoder_p_tKF', symObjAddr: 0x560, symBinAddr: 0x1A5380, symSize: 0x130 }
+ - { offsetInCU: 0x37A, offset: 0x17551F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x6F0, symBinAddr: 0x1A54E0, symSize: 0x40 }
+ - { offsetInCU: 0x38E, offset: 0x175533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV06systemD7Enabled18deviceManufacturer0I2OSACSb_S2StcfC', symObjAddr: 0x730, symBinAddr: 0x1A5520, symSize: 0x20 }
+ - { offsetInCU: 0x3C2, offset: 0x175567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x750, symBinAddr: 0x1A5540, symSize: 0x40 }
+ - { offsetInCU: 0x3F9, offset: 0x17559E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x790, symBinAddr: 0x1A5580, symSize: 0x40 }
+ - { offsetInCU: 0x41C, offset: 0x1755C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x900, symBinAddr: 0x1A56F0, symSize: 0x1B0 }
+ - { offsetInCU: 0x46F, offset: 0x175614, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x6C0, symBinAddr: 0x1A54B0, symSize: 0x30 }
+ - { offsetInCU: 0x483, offset: 0x175628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV2eeoiySbAC_ACtFZ', symObjAddr: 0x7D0, symBinAddr: 0x1A55C0, symSize: 0x90 }
+ - { offsetInCU: 0x52D, offset: 0x1756D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x860, symBinAddr: 0x1A5650, symSize: 0xA0 }
+ - { offsetInCU: 0x59C, offset: 0x175741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASQWb', symObjAddr: 0xAB0, symBinAddr: 0x1A58A0, symSize: 0x10 }
+ - { offsetInCU: 0x5B0, offset: 0x175755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAESQAAWl', symObjAddr: 0xAC0, symBinAddr: 0x1A58B0, symSize: 0x30 }
+ - { offsetInCU: 0x5C4, offset: 0x175769, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xAF0, symBinAddr: 0x1A58E0, symSize: 0x10 }
+ - { offsetInCU: 0x5D8, offset: 0x17577D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xB00, symBinAddr: 0x1A58F0, symSize: 0x30 }
+ - { offsetInCU: 0x5EC, offset: 0x175791, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xB30, symBinAddr: 0x1A5920, symSize: 0x10 }
+ - { offsetInCU: 0x600, offset: 0x1757A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xB40, symBinAddr: 0x1A5930, symSize: 0x30 }
+ - { offsetInCU: 0x614, offset: 0x1757B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwCP', symObjAddr: 0xB70, symBinAddr: 0x1A5960, symSize: 0x30 }
+ - { offsetInCU: 0x628, offset: 0x1757CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwxx', symObjAddr: 0xBA0, symBinAddr: 0x1A5990, symSize: 0x30 }
+ - { offsetInCU: 0x63C, offset: 0x1757E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwcp', symObjAddr: 0xBD0, symBinAddr: 0x1A59C0, symSize: 0x50 }
+ - { offsetInCU: 0x650, offset: 0x1757F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwca', symObjAddr: 0xC20, symBinAddr: 0x1A5A10, symSize: 0x70 }
+ - { offsetInCU: 0x664, offset: 0x175809, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwta', symObjAddr: 0xCB0, symBinAddr: 0x1A5A80, symSize: 0x50 }
+ - { offsetInCU: 0x678, offset: 0x17581D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwet', symObjAddr: 0xD00, symBinAddr: 0x1A5AD0, symSize: 0x40 }
+ - { offsetInCU: 0x68C, offset: 0x175831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVwst', symObjAddr: 0xD40, symBinAddr: 0x1A5B10, symSize: 0x40 }
+ - { offsetInCU: 0x6A0, offset: 0x175845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVMa', symObjAddr: 0xD80, symBinAddr: 0x1A5B50, symSize: 0x10 }
+ - { offsetInCU: 0x6B4, offset: 0x175859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwet', symObjAddr: 0xDB0, symBinAddr: 0x1A5B60, symSize: 0x80 }
+ - { offsetInCU: 0x6C8, offset: 0x17586D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwst', symObjAddr: 0xE30, symBinAddr: 0x1A5BE0, symSize: 0xD0 }
+ - { offsetInCU: 0x6DC, offset: 0x175881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwug', symObjAddr: 0xF00, symBinAddr: 0x1A5CB0, symSize: 0x10 }
+ - { offsetInCU: 0x6F0, offset: 0x175895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwup', symObjAddr: 0xF10, symBinAddr: 0x1A5CC0, symSize: 0x10 }
+ - { offsetInCU: 0x704, offset: 0x1758A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOwui', symObjAddr: 0xF20, symBinAddr: 0x1A5CD0, symSize: 0x10 }
+ - { offsetInCU: 0x718, offset: 0x1758BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOMa', symObjAddr: 0xF30, symBinAddr: 0x1A5CE0, symSize: 0x10 }
+ - { offsetInCU: 0x761, offset: 0x175906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x1A5090, symSize: 0x80 }
+ - { offsetInCU: 0x830, offset: 0x1759D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2F0, symBinAddr: 0x1A5110, symSize: 0x50 }
+ - { offsetInCU: 0x8AE, offset: 0x175A53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x340, symBinAddr: 0x1A5160, symSize: 0x30 }
+ - { offsetInCU: 0x900, offset: 0x175AA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x370, symBinAddr: 0x1A5190, symSize: 0x50 }
+ - { offsetInCU: 0x95C, offset: 0x175B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x520, symBinAddr: 0x1A5340, symSize: 0x20 }
+ - { offsetInCU: 0x978, offset: 0x175B1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x1A5360, symSize: 0x20 }
+ - { offsetInCU: 0x2B, offset: 0x175D2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC6decode4with9containerAcA11CommandListC8CallTypeO_s22KeyedDecodingContainerVyAH10CodingKeysOGtKFZ', symObjAddr: 0x0, symBinAddr: 0x1A5CF0, symSize: 0x70 }
+ - { offsetInCU: 0x43, offset: 0x175D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC6decode4with9containerAcA11CommandListC8CallTypeO_s22KeyedDecodingContainerVyAH10CodingKeysOGtKFZ', symObjAddr: 0x0, symBinAddr: 0x1A5CF0, symSize: 0x70 }
+ - { offsetInCU: 0x91, offset: 0x175D92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallSnapshotCAA06SignalF0CSeAAWl', symObjAddr: 0xB0, symBinAddr: 0x1A5D60, symSize: 0x40 }
+ - { offsetInCU: 0xB1, offset: 0x175DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xF0, symBinAddr: 0x1A5DA0, symSize: 0x20 }
+ - { offsetInCU: 0xCE, offset: 0x175DCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCACycfc', symObjAddr: 0x140, symBinAddr: 0x1A5DC0, symSize: 0x10 }
+ - { offsetInCU: 0xFB, offset: 0x175DFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCfd', symObjAddr: 0x150, symBinAddr: 0x1A5DD0, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x175E29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCfD', symObjAddr: 0x160, symBinAddr: 0x1A5DE0, symSize: 0x20 }
+ - { offsetInCU: 0x155, offset: 0x175E56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCACycfC', symObjAddr: 0x180, symBinAddr: 0x1A5E00, symSize: 0x20 }
+ - { offsetInCU: 0x193, offset: 0x175E94, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1A0, symBinAddr: 0x1A5E20, symSize: 0x40 }
+ - { offsetInCU: 0x1D3, offset: 0x175ED4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1E0, symBinAddr: 0x1A5E60, symSize: 0x20 }
+ - { offsetInCU: 0x1F7, offset: 0x175EF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SignalSnapshotCMa', symObjAddr: 0x200, symBinAddr: 0x1A5E80, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x176147, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomId06customG04modeACSS_SDyS2SGAC4ModeOtcfC', symObjAddr: 0x0, symBinAddr: 0x1A5EE0, symSize: 0x20 }
+ - { offsetInCU: 0xA0, offset: 0x17619C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x70, symBinAddr: 0x1A5F50, symSize: 0x50 }
+ - { offsetInCU: 0xC1, offset: 0x1761BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xC0, symBinAddr: 0x1A5FA0, symSize: 0x50 }
+ - { offsetInCU: 0xEA, offset: 0x1761E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x110, symBinAddr: 0x1A5FF0, symSize: 0x60 }
+ - { offsetInCU: 0x113, offset: 0x17620F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x170, symBinAddr: 0x1A6050, symSize: 0x10 }
+ - { offsetInCU: 0x12F, offset: 0x17622B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x180, symBinAddr: 0x1A6060, symSize: 0x10 }
+ - { offsetInCU: 0x14B, offset: 0x176247, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x190, symBinAddr: 0x1A6070, symSize: 0x20 }
+ - { offsetInCU: 0x15F, offset: 0x17625B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x1B0, symBinAddr: 0x1A6090, symSize: 0x30 }
+ - { offsetInCU: 0x17B, offset: 0x176277, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV06customG0SDyS2SGvg', symObjAddr: 0x1E0, symBinAddr: 0x1A60C0, symSize: 0x10 }
+ - { offsetInCU: 0x197, offset: 0x176293, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4modeAC4ModeOvg', symObjAddr: 0x1F0, symBinAddr: 0x1A60D0, symSize: 0x10 }
+ - { offsetInCU: 0x1BF, offset: 0x1762BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeO8rawValueSSvg', symObjAddr: 0x220, symBinAddr: 0x1A6100, symSize: 0x30 }
+ - { offsetInCU: 0x20D, offset: 0x176309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x440, symBinAddr: 0x1A6320, symSize: 0x80 }
+ - { offsetInCU: 0x243, offset: 0x17633F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x4C0, symBinAddr: 0x1A63A0, symSize: 0x10 }
+ - { offsetInCU: 0x26A, offset: 0x176366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x4D0, symBinAddr: 0x1A63B0, symSize: 0x10 }
+ - { offsetInCU: 0x291, offset: 0x17638D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x4E0, symBinAddr: 0x1A63C0, symSize: 0x40 }
+ - { offsetInCU: 0x2B8, offset: 0x1763B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x520, symBinAddr: 0x1A6400, symSize: 0x40 }
+ - { offsetInCU: 0x2DF, offset: 0x1763DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x820, symBinAddr: 0x1A6700, symSize: 0x10 }
+ - { offsetInCU: 0x315, offset: 0x176411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x830, symBinAddr: 0x1A6710, symSize: 0x90 }
+ - { offsetInCU: 0x360, offset: 0x17645C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x8C0, symBinAddr: 0x1A67A0, symSize: 0x10 }
+ - { offsetInCU: 0x37C, offset: 0x176478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x8D0, symBinAddr: 0x1A67B0, symSize: 0x10 }
+ - { offsetInCU: 0x399, offset: 0x176495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x920, symBinAddr: 0x1A6800, symSize: 0x20 }
+ - { offsetInCU: 0x3BC, offset: 0x1764B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x940, symBinAddr: 0x1A6820, symSize: 0x50 }
+ - { offsetInCU: 0x3F3, offset: 0x1764EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x990, symBinAddr: 0x1A6870, symSize: 0x10 }
+ - { offsetInCU: 0x41E, offset: 0x17651A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x9A0, symBinAddr: 0x1A6880, symSize: 0x20 }
+ - { offsetInCU: 0x466, offset: 0x176562, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x9C0, symBinAddr: 0x1A68A0, symSize: 0x20 }
+ - { offsetInCU: 0x49E, offset: 0x17659A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV7urlPathAA7URLPathVvgTf4x_n', symObjAddr: 0x9E0, symBinAddr: 0x1A68C0, symSize: 0xA0 }
+ - { offsetInCU: 0x511, offset: 0x17660D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0xAC0, symBinAddr: 0x1A6960, symSize: 0x150 }
+ - { offsetInCU: 0x55E, offset: 0x17665A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x20, symBinAddr: 0x1A5F00, symSize: 0x20 }
+ - { offsetInCU: 0x578, offset: 0x176674, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x40, symBinAddr: 0x1A5F20, symSize: 0x30 }
+ - { offsetInCU: 0x5BE, offset: 0x1766BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSHAASQWb', symObjAddr: 0xC10, symBinAddr: 0x1A6AB0, symSize: 0x10 }
+ - { offsetInCU: 0x5D2, offset: 0x1766CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOAESQAAWl', symObjAddr: 0xC20, symBinAddr: 0x1A6AC0, symSize: 0x30 }
+ - { offsetInCU: 0x5E6, offset: 0x1766E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xC50, symBinAddr: 0x1A6AF0, symSize: 0x10 }
+ - { offsetInCU: 0x5FA, offset: 0x1766F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xC60, symBinAddr: 0x1A6B00, symSize: 0x30 }
+ - { offsetInCU: 0x60E, offset: 0x17670A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F22DebugStringConvertiblePWb', symObjAddr: 0xC90, symBinAddr: 0x1A6B30, symSize: 0x10 }
+ - { offsetInCU: 0x622, offset: 0x17671E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0F22DebugStringConvertibleAAWl', symObjAddr: 0xCA0, symBinAddr: 0x1A6B40, symSize: 0x30 }
+ - { offsetInCU: 0x636, offset: 0x176732, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0I3KeyAAs0F17StringConvertiblePWb', symObjAddr: 0xCD0, symBinAddr: 0x1A6B70, symSize: 0x10 }
+ - { offsetInCU: 0x64A, offset: 0x176746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0F17StringConvertibleAAWl', symObjAddr: 0xCE0, symBinAddr: 0x1A6B80, symSize: 0x30 }
+ - { offsetInCU: 0x65E, offset: 0x17675A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0xD10, symBinAddr: 0x1A6BB0, symSize: 0x20 }
+ - { offsetInCU: 0x672, offset: 0x17676E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xD60, symBinAddr: 0x1A6BD0, symSize: 0x10 }
+ - { offsetInCU: 0x686, offset: 0x176782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29UpdateRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0xD70, symBinAddr: 0x1A6BE0, symSize: 0x40 }
+ - { offsetInCU: 0x69A, offset: 0x176796, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0xDB0, symBinAddr: 0x1A6C20, symSize: 0x30 }
+ - { offsetInCU: 0x6AE, offset: 0x1767AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0xDE0, symBinAddr: 0x1A6C50, symSize: 0x30 }
+ - { offsetInCU: 0x6C2, offset: 0x1767BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xE10, symBinAddr: 0x1A6C80, symSize: 0x30 }
+ - { offsetInCU: 0x6D6, offset: 0x1767D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0xE40, symBinAddr: 0x1A6CB0, symSize: 0x20 }
+ - { offsetInCU: 0x6EA, offset: 0x1767E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0xE60, symBinAddr: 0x1A6CD0, symSize: 0x30 }
+ - { offsetInCU: 0x6FE, offset: 0x1767FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xE90, symBinAddr: 0x1A6D00, symSize: 0x20 }
+ - { offsetInCU: 0x712, offset: 0x17680E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwCP', symObjAddr: 0xEB0, symBinAddr: 0x1A6D20, symSize: 0x30 }
+ - { offsetInCU: 0x726, offset: 0x176822, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwxx', symObjAddr: 0xEE0, symBinAddr: 0x1A6D50, symSize: 0x30 }
+ - { offsetInCU: 0x73A, offset: 0x176836, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwcp', symObjAddr: 0xF10, symBinAddr: 0x1A6D80, symSize: 0x50 }
+ - { offsetInCU: 0x74E, offset: 0x17684A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwca', symObjAddr: 0xF60, symBinAddr: 0x1A6DD0, symSize: 0x70 }
+ - { offsetInCU: 0x762, offset: 0x17685E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwta', symObjAddr: 0xFF0, symBinAddr: 0x1A6E40, symSize: 0x50 }
+ - { offsetInCU: 0x776, offset: 0x176872, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwet', symObjAddr: 0x1040, symBinAddr: 0x1A6E90, symSize: 0x40 }
+ - { offsetInCU: 0x78A, offset: 0x176886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVwst', symObjAddr: 0x1080, symBinAddr: 0x1A6ED0, symSize: 0x50 }
+ - { offsetInCU: 0x79E, offset: 0x17689A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVMa', symObjAddr: 0x10D0, symBinAddr: 0x1A6F20, symSize: 0x10 }
+ - { offsetInCU: 0x7B2, offset: 0x1768AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOwup', symObjAddr: 0x1120, symBinAddr: 0x1A6F50, symSize: 0x10 }
+ - { offsetInCU: 0x7C6, offset: 0x1768C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOMa', symObjAddr: 0x1130, symBinAddr: 0x1A6F60, symSize: 0x10 }
+ - { offsetInCU: 0x7DA, offset: 0x1768D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwug', symObjAddr: 0x12B0, symBinAddr: 0x1A70E0, symSize: 0x10 }
+ - { offsetInCU: 0x7EE, offset: 0x1768EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwup', symObjAddr: 0x12C0, symBinAddr: 0x1A70F0, symSize: 0x10 }
+ - { offsetInCU: 0x802, offset: 0x1768FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOwui', symObjAddr: 0x12D0, symBinAddr: 0x1A7100, symSize: 0x10 }
+ - { offsetInCU: 0x816, offset: 0x176912, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOMa', symObjAddr: 0x12E0, symBinAddr: 0x1A7110, symSize: 0x10 }
+ - { offsetInCU: 0x82A, offset: 0x176926, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOAEs0I3KeyAAWl', symObjAddr: 0x12F0, symBinAddr: 0x1A7120, symSize: 0x30 }
+ - { offsetInCU: 0x83E, offset: 0x17693A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOAESYAAWl', symObjAddr: 0x1320, symBinAddr: 0x1A7150, symSize: 0x30 }
+ - { offsetInCU: 0x869, offset: 0x176965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x310, symBinAddr: 0x1A61F0, symSize: 0x50 }
+ - { offsetInCU: 0x88C, offset: 0x176988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV4ModeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x360, symBinAddr: 0x1A6240, symSize: 0x40 }
+ - { offsetInCU: 0x8B5, offset: 0x1769B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0F22DebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x8E0, symBinAddr: 0x1A67C0, symSize: 0x20 }
+ - { offsetInCU: 0x8D1, offset: 0x1769CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestV10CodingKeysOs0F17StringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x900, symBinAddr: 0x1A67E0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x176C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC15addIceCandidate9candidateyAA0G0C_tF', symObjAddr: 0x0, symBinAddr: 0x1A71A0, symSize: 0x230 }
+ - { offsetInCU: 0x121, offset: 0x176D34, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC15addIceCandidate9candidateyAA0G0C_tF', symObjAddr: 0x0, symBinAddr: 0x1A71A0, symSize: 0x230 }
+ - { offsetInCU: 0x34D, offset: 0x176F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC23didGenerateICECandidate6client9candidateyAA12WebRTCClientC_So15RTCIceCandidateCtF', symObjAddr: 0x230, symBinAddr: 0x1A73D0, symSize: 0x260 }
+ - { offsetInCU: 0x58B, offset: 0x17719E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC22didRemoveICECandidates6client10candidatesyAA12WebRTCClientC_SaySo15RTCIceCandidateCGtF', symObjAddr: 0x490, symBinAddr: 0x1A7630, symSize: 0x2A0 }
+ - { offsetInCU: 0x812, offset: 0x177425, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC25didUpdateLocalDescription6client3sdpyAA12WebRTCClientC_So010RTCSessionH0CtF', symObjAddr: 0x730, symBinAddr: 0x1A78D0, symSize: 0x2C0 }
+ - { offsetInCU: 0xA9C, offset: 0x1776AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14didReceiveData6client4datayAA12WebRTCClientC_10Foundation0G0VtF', symObjAddr: 0x9F0, symBinAddr: 0x1A7B90, symSize: 0x2A0 }
+ - { offsetInCU: 0xD0E, offset: 0x177921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24didConnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0xC90, symBinAddr: 0x1A7E30, symSize: 0x240 }
+ - { offsetInCU: 0xF31, offset: 0x177B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC34didStartReconnectingPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0xED0, symBinAddr: 0x1A8070, symSize: 0x240 }
+ - { offsetInCU: 0x1154, offset: 0x177D67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC32didFailToReconnectPeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1110, symBinAddr: 0x1A82B0, symSize: 0x240 }
+ - { offsetInCU: 0x1377, offset: 0x177F8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC22didClosePeerConnection6clientyAA12WebRTCClientC_tF', symObjAddr: 0x1350, symBinAddr: 0x1A84F0, symSize: 0x240 }
+ - { offsetInCU: 0x159A, offset: 0x1781AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC29didReceivePeerConnectionError6client11descriptionyAA12WebRTCClientC_SStF', symObjAddr: 0x1590, symBinAddr: 0x1A8730, symSize: 0x280 }
+ - { offsetInCU: 0x1860, offset: 0x178473, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC26didAudioSessionChangeRoute6client7session6reason08previousI0yAA12WebRTCClientC_So08RTCAudioG0CSo07AVAudiogiH6ReasonVSo0qgI11DescriptionCtF', symObjAddr: 0x1810, symBinAddr: 0x1A89B0, symSize: 0x320 }
+ - { offsetInCU: 0x1B3E, offset: 0x178751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24didReceiveStatisticsInfo6client4infoyAA12WebRTCClientC_AH16RTPPacketMonitorC0H0VtF', symObjAddr: 0x1B30, symBinAddr: 0x1A8CD0, symSize: 0x260 }
+ - { offsetInCU: 0x1D64, offset: 0x178977, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP23didGenerateICECandidate6client9candidateyAA0eF0C_So15RTCIceCandidateCtFTW', symObjAddr: 0x1D90, symBinAddr: 0x1A8F30, symSize: 0x10 }
+ - { offsetInCU: 0x1D80, offset: 0x178993, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP22didRemoveICECandidates6client10candidatesyAA0eF0C_SaySo15RTCIceCandidateCGtFTW', symObjAddr: 0x1DA0, symBinAddr: 0x1A8F40, symSize: 0x10 }
+ - { offsetInCU: 0x1D9C, offset: 0x1789AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP25didUpdateLocalDescription6client3sdpyAA0eF0C_So010RTCSessionK0CtFTW', symObjAddr: 0x1DB0, symBinAddr: 0x1A8F50, symSize: 0x10 }
+ - { offsetInCU: 0x1DB8, offset: 0x1789CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP14didReceiveData6client4datayAA0eF0C_10Foundation0J0VtFTW', symObjAddr: 0x1DC0, symBinAddr: 0x1A8F60, symSize: 0x10 }
+ - { offsetInCU: 0x1DD4, offset: 0x1789E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP24didConnectPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1DD0, symBinAddr: 0x1A8F70, symSize: 0x10 }
+ - { offsetInCU: 0x1DF0, offset: 0x178A03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP34didStartReconnectingPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1DE0, symBinAddr: 0x1A8F80, symSize: 0x10 }
+ - { offsetInCU: 0x1E0C, offset: 0x178A1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP32didFailToReconnectPeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1DF0, symBinAddr: 0x1A8F90, symSize: 0x10 }
+ - { offsetInCU: 0x1E28, offset: 0x178A3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP22didClosePeerConnection6clientyAA0eF0C_tFTW', symObjAddr: 0x1E00, symBinAddr: 0x1A8FA0, symSize: 0x10 }
+ - { offsetInCU: 0x1E44, offset: 0x178A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP29didReceivePeerConnectionError6client11descriptionyAA0eF0C_SStFTW', symObjAddr: 0x1E10, symBinAddr: 0x1A8FB0, symSize: 0x10 }
+ - { offsetInCU: 0x1E60, offset: 0x178A73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP26didAudioSessionChangeRoute6client7session6reason08previousL0yAA0eF0C_So08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0rjL11DescriptionCtFTW', symObjAddr: 0x1E20, symBinAddr: 0x1A8FC0, symSize: 0x10 }
+ - { offsetInCU: 0x1E7C, offset: 0x178A8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCAA20WebRTCClientDelegateA2aDP24didReceiveStatisticsInfo6client4infoyAA0eF0C_AJ16RTPPacketMonitorC0K0VtFTW', symObjAddr: 0x1E30, symBinAddr: 0x1A8FD0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x178E6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomIdSSvg', symObjAddr: 0x0, symBinAddr: 0x1A8FE0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x178E87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC06customG0SDyS2SGvg', symObjAddr: 0x30, symBinAddr: 0x1A9010, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x178EA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC11deletedKeysSaySSGvg', symObjAddr: 0x40, symBinAddr: 0x1A9020, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x178EBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC10affectedAts5Int64Vvg', symObjAddr: 0x50, symBinAddr: 0x1A9030, symSize: 0x10 }
+ - { offsetInCU: 0xBB, offset: 0x178EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x60, symBinAddr: 0x1A9040, symSize: 0x40 }
+ - { offsetInCU: 0xE0, offset: 0x178F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xA0, symBinAddr: 0x1A9080, symSize: 0x250 }
+ - { offsetInCU: 0x18A, offset: 0x178FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomId06customG011deletedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64VtcfC', symObjAddr: 0x4F0, symBinAddr: 0x1A92F0, symSize: 0x60 }
+ - { offsetInCU: 0x1EA, offset: 0x17900A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseC6roomId06customG011deletedKeys10affectedAtACSS_SDyS2SGSaySSGs5Int64Vtcfc', symObjAddr: 0x550, symBinAddr: 0x1A9350, symSize: 0x20 }
+ - { offsetInCU: 0x229, offset: 0x179049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCfd', symObjAddr: 0x570, symBinAddr: 0x1A9370, symSize: 0x30 }
+ - { offsetInCU: 0x264, offset: 0x179084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCfD', symObjAddr: 0x5A0, symBinAddr: 0x1A93A0, symSize: 0x40 }
+ - { offsetInCU: 0x2A7, offset: 0x1790C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x710, symBinAddr: 0x1A9510, symSize: 0x20 }
+ - { offsetInCU: 0x2CB, offset: 0x1790EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCMa', symObjAddr: 0x390, symBinAddr: 0x1A92D0, symSize: 0x20 }
+ - { offsetInCU: 0x2DF, offset: 0x1790FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA0E11RespondableAAWI', symObjAddr: 0x5E0, symBinAddr: 0x1A93E0, symSize: 0x30 }
+ - { offsetInCU: 0x2F3, offset: 0x179113, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA14APIRespondableAAWI', symObjAddr: 0x610, symBinAddr: 0x1A9410, symSize: 0x30 }
+ - { offsetInCU: 0x307, offset: 0x179127, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA11RespondableAAWI', symObjAddr: 0x640, symBinAddr: 0x1A9440, symSize: 0x40 }
+ - { offsetInCU: 0x31B, offset: 0x17913B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA0H0AAWI', symObjAddr: 0x680, symBinAddr: 0x1A9480, symSize: 0x30 }
+ - { offsetInCU: 0x32F, offset: 0x17914F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DeleteRoomCustomItemsResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x6E0, symBinAddr: 0x1A94E0, symSize: 0x30 }
+ - { offsetInCU: 0x65, offset: 0x179407, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1A95B0, symSize: 0x20 }
+ - { offsetInCU: 0xC5, offset: 0x179467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8rawValueACSgSS_tcfC', symObjAddr: 0x20, symBinAddr: 0x1A95D0, symSize: 0x70 }
+ - { offsetInCU: 0x100, offset: 0x1794A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO11stringValueACSgSS_tcfC', symObjAddr: 0x90, symBinAddr: 0x1A9640, symSize: 0x70 }
+ - { offsetInCU: 0x143, offset: 0x1794E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8intValueACSgSi_tcfC', symObjAddr: 0x100, symBinAddr: 0x1A96B0, symSize: 0x10 }
+ - { offsetInCU: 0x16A, offset: 0x17950C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8intValueSiSgvg', symObjAddr: 0x110, symBinAddr: 0x1A96C0, symSize: 0x10 }
+ - { offsetInCU: 0x191, offset: 0x179533, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyO8rawValueSSvg', symObjAddr: 0x120, symBinAddr: 0x1A96D0, symSize: 0x20 }
+ - { offsetInCU: 0x1BD, offset: 0x17955F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x310, symBinAddr: 0x1A9880, symSize: 0x80 }
+ - { offsetInCU: 0x1FE, offset: 0x1795A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x390, symBinAddr: 0x1A9900, symSize: 0x30 }
+ - { offsetInCU: 0x212, offset: 0x1795B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP11stringValueSSvgTW', symObjAddr: 0x440, symBinAddr: 0x1A99B0, symSize: 0x10 }
+ - { offsetInCU: 0x248, offset: 0x1795EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP11stringValuexSgSS_tcfCTW', symObjAddr: 0x450, symBinAddr: 0x1A99C0, symSize: 0x80 }
+ - { offsetInCU: 0x2A0, offset: 0x179642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP8intValueSiSgvgTW', symObjAddr: 0x4D0, symBinAddr: 0x1A9A40, symSize: 0x10 }
+ - { offsetInCU: 0x2BC, offset: 0x17965E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAsADP8intValuexSgSi_tcfCTW', symObjAddr: 0x4E0, symBinAddr: 0x1A9A50, symSize: 0x10 }
+ - { offsetInCU: 0x2EF, offset: 0x179691, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASQWb', symObjAddr: 0x200, symBinAddr: 0x1A9770, symSize: 0x10 }
+ - { offsetInCU: 0x303, offset: 0x1796A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACSQAAWl', symObjAddr: 0x210, symBinAddr: 0x1A9780, symSize: 0x30 }
+ - { offsetInCU: 0x322, offset: 0x1796C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3C0, symBinAddr: 0x1A9930, symSize: 0x10 }
+ - { offsetInCU: 0x336, offset: 0x1796D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3D0, symBinAddr: 0x1A9940, symSize: 0x30 }
+ - { offsetInCU: 0x34A, offset: 0x1796EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x400, symBinAddr: 0x1A9970, symSize: 0x10 }
+ - { offsetInCU: 0x35E, offset: 0x179700, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs23CustomStringConvertibleAAWl', symObjAddr: 0x410, symBinAddr: 0x1A9980, symSize: 0x30 }
+ - { offsetInCU: 0x372, offset: 0x179714, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwet', symObjAddr: 0x600, symBinAddr: 0x1A9B50, symSize: 0x80 }
+ - { offsetInCU: 0x386, offset: 0x179728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwst', symObjAddr: 0x680, symBinAddr: 0x1A9BD0, symSize: 0xD0 }
+ - { offsetInCU: 0x39A, offset: 0x17973C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwug', symObjAddr: 0x750, symBinAddr: 0x1A9CA0, symSize: 0x10 }
+ - { offsetInCU: 0x3AE, offset: 0x179750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwup', symObjAddr: 0x760, symBinAddr: 0x1A9CB0, symSize: 0x10 }
+ - { offsetInCU: 0x3C2, offset: 0x179764, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOwui', symObjAddr: 0x770, symBinAddr: 0x1A9CC0, symSize: 0x10 }
+ - { offsetInCU: 0x3D6, offset: 0x179778, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOMa', symObjAddr: 0x780, symBinAddr: 0x1A9CD0, symSize: 0x10 }
+ - { offsetInCU: 0x3EA, offset: 0x17978C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACs06CodingE0AAWl', symObjAddr: 0x790, symBinAddr: 0x1A9CE0, symSize: 0x30 }
+ - { offsetInCU: 0x3FE, offset: 0x1797A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOACSYAAWl', symObjAddr: 0x7C0, symBinAddr: 0x1A9D10, symSize: 0x2E }
+ - { offsetInCU: 0x447, offset: 0x1797E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x180, symBinAddr: 0x1A96F0, symSize: 0x80 }
+ - { offsetInCU: 0x516, offset: 0x1798B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH9hashValueSivgTW', symObjAddr: 0x240, symBinAddr: 0x1A97B0, symSize: 0x50 }
+ - { offsetInCU: 0x594, offset: 0x179936, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x290, symBinAddr: 0x1A9800, symSize: 0x30 }
+ - { offsetInCU: 0x5E6, offset: 0x179988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2C0, symBinAddr: 0x1A9830, symSize: 0x50 }
+ - { offsetInCU: 0x642, offset: 0x1799E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x4F0, symBinAddr: 0x1A9A60, symSize: 0x50 }
+ - { offsetInCU: 0x665, offset: 0x179A07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x540, symBinAddr: 0x1A9AB0, symSize: 0x40 }
+ - { offsetInCU: 0x688, offset: 0x179A2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs28CustomDebugStringConvertibleAAsADP16debugDescriptionSSvgTW', symObjAddr: 0x580, symBinAddr: 0x1A9AF0, symSize: 0x20 }
+ - { offsetInCU: 0x6A4, offset: 0x179A46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CommandKeyOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1A9B10, symSize: 0x20 }
+ - { offsetInCU: 0x3F, offset: 0x179C49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x0, symBinAddr: 0x1A9D40, symSize: 0x10 }
+ - { offsetInCU: 0x5B, offset: 0x179C65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15CallRequestablePAAE7versionSivg', symObjAddr: 0x10, symBinAddr: 0x1A9D50, symSize: 0x10 }
+ - { offsetInCU: 0x90, offset: 0x179C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x30, symBinAddr: 0x1A9D70, symSize: 0x10 }
+ - { offsetInCU: 0xAC, offset: 0x179CB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x40, symBinAddr: 0x1A9D80, symSize: 0x10 }
+ - { offsetInCU: 0xC8, offset: 0x179CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x50, symBinAddr: 0x1A9D90, symSize: 0x10 }
+ - { offsetInCU: 0xE4, offset: 0x179CEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x60, symBinAddr: 0x1A9DA0, symSize: 0x10 }
+ - { offsetInCU: 0x100, offset: 0x179D0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x70, symBinAddr: 0x1A9DB0, symSize: 0x10 }
+ - { offsetInCU: 0x11C, offset: 0x179D26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x80, symBinAddr: 0x1A9DC0, symSize: 0x10 }
+ - { offsetInCU: 0x138, offset: 0x179D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x90, symBinAddr: 0x1A9DD0, symSize: 0x10 }
+ - { offsetInCU: 0x154, offset: 0x179D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xA0, symBinAddr: 0x1A9DE0, symSize: 0x10 }
+ - { offsetInCU: 0x170, offset: 0x179D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xB0, symBinAddr: 0x1A9DF0, symSize: 0x10 }
+ - { offsetInCU: 0x18C, offset: 0x179D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xC0, symBinAddr: 0x1A9E00, symSize: 0x10 }
+ - { offsetInCU: 0x1A8, offset: 0x179DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xD0, symBinAddr: 0x1A9E10, symSize: 0x10 }
+ - { offsetInCU: 0x1C4, offset: 0x179DCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xE0, symBinAddr: 0x1A9E20, symSize: 0x10 }
+ - { offsetInCU: 0x1E0, offset: 0x179DEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0xF0, symBinAddr: 0x1A9E30, symSize: 0x10 }
+ - { offsetInCU: 0x1FC, offset: 0x179E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x100, symBinAddr: 0x1A9E40, symSize: 0x10 }
+ - { offsetInCU: 0x218, offset: 0x179E22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x110, symBinAddr: 0x1A9E50, symSize: 0x10 }
+ - { offsetInCU: 0x234, offset: 0x179E3E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x120, symBinAddr: 0x1A9E60, symSize: 0x10 }
+ - { offsetInCU: 0x250, offset: 0x179E5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x130, symBinAddr: 0x1A9E70, symSize: 0x10 }
+ - { offsetInCU: 0x26C, offset: 0x179E76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x140, symBinAddr: 0x1A9E80, symSize: 0x10 }
+ - { offsetInCU: 0x288, offset: 0x179E92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x150, symBinAddr: 0x1A9E90, symSize: 0x10 }
+ - { offsetInCU: 0x2A4, offset: 0x179EAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x160, symBinAddr: 0x1A9EA0, symSize: 0x10 }
+ - { offsetInCU: 0x2C0, offset: 0x179ECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x170, symBinAddr: 0x1A9EB0, symSize: 0x10 }
+ - { offsetInCU: 0x2DC, offset: 0x179EE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x180, symBinAddr: 0x1A9EC0, symSize: 0x10 }
+ - { offsetInCU: 0x2F8, offset: 0x179F02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x190, symBinAddr: 0x1A9ED0, symSize: 0x10 }
+ - { offsetInCU: 0x314, offset: 0x179F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x1A0, symBinAddr: 0x1A9EE0, symSize: 0x10 }
+ - { offsetInCU: 0x330, offset: 0x179F3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x1B0, symBinAddr: 0x1A9EF0, symSize: 0x10 }
+ - { offsetInCU: 0x34C, offset: 0x179F56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x1C0, symBinAddr: 0x1A9F00, symSize: 0x10 }
+ - { offsetInCU: 0x368, offset: 0x179F72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x1A9F10, symSize: 0x10 }
+ - { offsetInCU: 0x384, offset: 0x179F8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x1E0, symBinAddr: 0x1A9F20, symSize: 0x10 }
+ - { offsetInCU: 0x3A0, offset: 0x179FAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x1F0, symBinAddr: 0x1A9F30, symSize: 0x10 }
+ - { offsetInCU: 0x3BC, offset: 0x179FC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x200, symBinAddr: 0x1A9F40, symSize: 0x10 }
+ - { offsetInCU: 0x3D8, offset: 0x179FE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x210, symBinAddr: 0x1A9F50, symSize: 0x10 }
+ - { offsetInCU: 0x3F4, offset: 0x179FFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x220, symBinAddr: 0x1A9F60, symSize: 0x10 }
+ - { offsetInCU: 0x410, offset: 0x17A01A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x230, symBinAddr: 0x1A9F70, symSize: 0x10 }
+ - { offsetInCU: 0x42C, offset: 0x17A036, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x240, symBinAddr: 0x1A9F80, symSize: 0x10 }
+ - { offsetInCU: 0x448, offset: 0x17A052, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x250, symBinAddr: 0x1A9F90, symSize: 0x10 }
+ - { offsetInCU: 0x464, offset: 0x17A06E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x260, symBinAddr: 0x1A9FA0, symSize: 0x10 }
+ - { offsetInCU: 0x480, offset: 0x17A08A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x270, symBinAddr: 0x1A9FB0, symSize: 0x10 }
+ - { offsetInCU: 0x49C, offset: 0x17A0A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA15CallRequestableA2aDP7versionSivgTW', symObjAddr: 0x280, symBinAddr: 0x1A9FC0, symSize: 0xB }
+ - { offsetInCU: 0x4F, offset: 0x17A2C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC12userDefaultsACSo06NSUserJ0C_tcfC', symObjAddr: 0x0, symBinAddr: 0x1A9FD0, symSize: 0x30 }
+ - { offsetInCU: 0x6D, offset: 0x17A2E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvg', symObjAddr: 0xE60, symBinAddr: 0x1AAE30, symSize: 0x40 }
+ - { offsetInCU: 0x89, offset: 0x17A2FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvs', symObjAddr: 0xEA0, symBinAddr: 0x1AAE70, symSize: 0x40 }
+ - { offsetInCU: 0xA5, offset: 0x17A31B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvM', symObjAddr: 0xEE0, symBinAddr: 0x1AAEB0, symSize: 0x30 }
+ - { offsetInCU: 0xC1, offset: 0x17A337, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8appGroupSSSgvM.resume.0', symObjAddr: 0xF10, symBinAddr: 0x1AAEE0, symSize: 0x10 }
+ - { offsetInCU: 0xDD, offset: 0x17A353, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvg', symObjAddr: 0xF20, symBinAddr: 0x1AAEF0, symSize: 0x80 }
+ - { offsetInCU: 0x10A, offset: 0x17A380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvs', symObjAddr: 0xFA0, symBinAddr: 0x1AAF70, symSize: 0x60 }
+ - { offsetInCU: 0x149, offset: 0x17A3BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvM', symObjAddr: 0x1000, symBinAddr: 0x1AAFD0, symSize: 0x60 }
+ - { offsetInCU: 0x176, offset: 0x17A3EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC5tokenSSSgvM.resume.0', symObjAddr: 0x1060, symBinAddr: 0x1AB030, symSize: 0x70 }
+ - { offsetInCU: 0x1A1, offset: 0x17A417, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvg', symObjAddr: 0x10D0, symBinAddr: 0x1AB0A0, symSize: 0x90 }
+ - { offsetInCU: 0x1D0, offset: 0x17A446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvs', symObjAddr: 0x1160, symBinAddr: 0x1AB130, symSize: 0x70 }
+ - { offsetInCU: 0x20F, offset: 0x17A485, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvM', symObjAddr: 0x11D0, symBinAddr: 0x1AB1A0, symSize: 0x80 }
+ - { offsetInCU: 0x23C, offset: 0x17A4B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC06deviceF0AA0deF0VSgvM.resume.0', symObjAddr: 0x1250, symBinAddr: 0x1AB220, symSize: 0xC0 }
+ - { offsetInCU: 0x267, offset: 0x17A4DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvg', symObjAddr: 0x1310, symBinAddr: 0x1AB2E0, symSize: 0x70 }
+ - { offsetInCU: 0x294, offset: 0x17A50A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvs', symObjAddr: 0x1380, symBinAddr: 0x1AB350, symSize: 0x50 }
+ - { offsetInCU: 0x2D3, offset: 0x17A549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvM', symObjAddr: 0x13D0, symBinAddr: 0x1AB3A0, symSize: 0x60 }
+ - { offsetInCU: 0x300, offset: 0x17A576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC8pushTypeAA0dJ0OSgvM.resume.0', symObjAddr: 0x1430, symBinAddr: 0x1AB400, symSize: 0x40 }
+ - { offsetInCU: 0x32B, offset: 0x17A5A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC12userDefaultsACSo06NSUserJ0C_tcfc', symObjAddr: 0x1470, symBinAddr: 0x1AB440, symSize: 0x180 }
+ - { offsetInCU: 0x3A7, offset: 0x17A61D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageC6update8appGroupySSSg_tF', symObjAddr: 0x16C0, symBinAddr: 0x1AB5F0, symSize: 0x170 }
+ - { offsetInCU: 0x45D, offset: 0x17A6D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCfd', symObjAddr: 0x1830, symBinAddr: 0x1AB760, symSize: 0x60 }
+ - { offsetInCU: 0x498, offset: 0x17A70E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCfD', symObjAddr: 0x1890, symBinAddr: 0x1AB7C0, symSize: 0x70 }
+ - { offsetInCU: 0x4DB, offset: 0x17A751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvgTW', symObjAddr: 0x1900, symBinAddr: 0x1AB830, symSize: 0x10 }
+ - { offsetInCU: 0x4F7, offset: 0x17A76D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvsTW', symObjAddr: 0x1910, symBinAddr: 0x1AB840, symSize: 0x10 }
+ - { offsetInCU: 0x513, offset: 0x17A789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8appGroupSSSgvMTW', symObjAddr: 0x1920, symBinAddr: 0x1AB850, symSize: 0x40 }
+ - { offsetInCU: 0x52F, offset: 0x17A7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvgTW', symObjAddr: 0x1970, symBinAddr: 0x1AB8A0, symSize: 0x10 }
+ - { offsetInCU: 0x54B, offset: 0x17A7C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvsTW', symObjAddr: 0x1980, symBinAddr: 0x1AB8B0, symSize: 0x20 }
+ - { offsetInCU: 0x567, offset: 0x17A7DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP5tokenSSSgvMTW', symObjAddr: 0x19A0, symBinAddr: 0x1AB8D0, symSize: 0x40 }
+ - { offsetInCU: 0x583, offset: 0x17A7F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvgTW', symObjAddr: 0x19F0, symBinAddr: 0x1AB920, symSize: 0x40 }
+ - { offsetInCU: 0x59F, offset: 0x17A815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvsTW', symObjAddr: 0x1A30, symBinAddr: 0x1AB960, symSize: 0x20 }
+ - { offsetInCU: 0x5BB, offset: 0x17A831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP06deviceF0AA0deF0VSgvMTW', symObjAddr: 0x1A50, symBinAddr: 0x1AB980, symSize: 0x40 }
+ - { offsetInCU: 0x5D7, offset: 0x17A84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvgTW', symObjAddr: 0x1AA0, symBinAddr: 0x1AB9D0, symSize: 0x10 }
+ - { offsetInCU: 0x5F3, offset: 0x17A869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvsTW', symObjAddr: 0x1AB0, symBinAddr: 0x1AB9E0, symSize: 0x20 }
+ - { offsetInCU: 0x60F, offset: 0x17A885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP8pushTypeAA0dJ0OSgvMTW', symObjAddr: 0x1AD0, symBinAddr: 0x1ABA00, symSize: 0x40 }
+ - { offsetInCU: 0x62B, offset: 0x17A8A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCAA0defH0A2aDP6update8appGroupySSSg_tFTW', symObjAddr: 0x1B40, symBinAddr: 0x1ABA70, symSize: 0x20 }
+ - { offsetInCU: 0x705, offset: 0x17A97B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvgAA8PushTypeO_Tg5', symObjAddr: 0x30, symBinAddr: 0x1AA000, symSize: 0x320 }
+ - { offsetInCU: 0x8D0, offset: 0x17AB46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvgAA14PushDeviceInfoV_Tg5', symObjAddr: 0x350, symBinAddr: 0x1AA320, symSize: 0x360 }
+ - { offsetInCU: 0xA9B, offset: 0x17AD11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvsAA8PushTypeO_Tg5', symObjAddr: 0x6B0, symBinAddr: 0x1AA680, symSize: 0x2C0 }
+ - { offsetInCU: 0xC94, offset: 0x17AF0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CodableUserDefaultV12wrappedValuexSgvsAA14PushDeviceInfoV_Tg5', symObjAddr: 0x970, symBinAddr: 0x1AA940, symSize: 0x380 }
+ - { offsetInCU: 0xE8E, offset: 0x17B104, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvgSS_Tg5', symObjAddr: 0xCF0, symBinAddr: 0x1AACC0, symSize: 0xC0 }
+ - { offsetInCU: 0xEBD, offset: 0x17B133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11UserDefaultV12wrappedValuexSgvsSS_Tg5', symObjAddr: 0xDB0, symBinAddr: 0x1AAD80, symSize: 0xB0 }
+ - { offsetInCU: 0xF52, offset: 0x17B1C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26PushDeviceInfoCacheStorageCMa', symObjAddr: 0x1D10, symBinAddr: 0x1ABC40, symSize: 0x20 }
+ - { offsetInCU: 0xF66, offset: 0x17B1DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSEAAWl', symObjAddr: 0x1EE0, symBinAddr: 0x1ABE10, symSize: 0x30 }
+ - { offsetInCU: 0xF7A, offset: 0x17B1F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8PushTypeOACSeAAWl', symObjAddr: 0x2010, symBinAddr: 0x1ABE70, symSize: 0x30 }
+ - { offsetInCU: 0xF8E, offset: 0x17B204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVACSEAAWl', symObjAddr: 0x2040, symBinAddr: 0x1ABEA0, symSize: 0x30 }
+ - { offsetInCU: 0xFA2, offset: 0x17B218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVACSeAAWl', symObjAddr: 0x2070, symBinAddr: 0x1ABED0, symSize: 0x30 }
+ - { offsetInCU: 0x4F, offset: 0x17B641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x20, symBinAddr: 0x1ABF20, symSize: 0x20 }
+ - { offsetInCU: 0x6C, offset: 0x17B65E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeO8rawValueSivg', symObjAddr: 0x40, symBinAddr: 0x1ABF40, symSize: 0x10 }
+ - { offsetInCU: 0xAF, offset: 0x17B6A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x100, symBinAddr: 0x1AC000, symSize: 0x20 }
+ - { offsetInCU: 0xE0, offset: 0x17B6D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x120, symBinAddr: 0x1AC020, symSize: 0x10 }
+ - { offsetInCU: 0x136, offset: 0x17B728, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4uuid10Foundation4UUIDVvg', symObjAddr: 0x130, symBinAddr: 0x1AC030, symSize: 0x30 }
+ - { offsetInCU: 0x165, offset: 0x17B757, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4typeAA0D4TypeOvg', symObjAddr: 0x160, symBinAddr: 0x1AC060, symSize: 0x20 }
+ - { offsetInCU: 0x192, offset: 0x17B784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC16previousCategorySo014AVAudioSessionH0aSgvM', symObjAddr: 0x1C0, symBinAddr: 0x1AC0C0, symSize: 0x40 }
+ - { offsetInCU: 0x1C1, offset: 0x17B7B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHint03forJ0AE10Foundation3URLV_SSSgAA0dJ0OtKcfC', symObjAddr: 0x200, symBinAddr: 0x1AC100, symSize: 0x50 }
+ - { offsetInCU: 0x1D5, offset: 0x17B7C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHint03forJ0AE10Foundation3URLV_SSSgAA0dJ0OtKcfc', symObjAddr: 0x250, symBinAddr: 0x1AC150, symSize: 0x1B0 }
+ - { offsetInCU: 0x24A, offset: 0x17B83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC13stopIfPlayingyyF', symObjAddr: 0x430, symBinAddr: 0x1AC330, symSize: 0x30 }
+ - { offsetInCU: 0x277, offset: 0x17B869, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfC', symObjAddr: 0x460, symBinAddr: 0x1AC360, symSize: 0x110 }
+ - { offsetInCU: 0x29C, offset: 0x17B88E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfc', symObjAddr: 0x570, symBinAddr: 0x1AC470, symSize: 0x30 }
+ - { offsetInCU: 0x315, offset: 0x17B907, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOfAE10Foundation3URLV_tKcfcTo', symObjAddr: 0x5A0, symBinAddr: 0x1AC4A0, symSize: 0x60 }
+ - { offsetInCU: 0x37B, offset: 0x17B96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfC', symObjAddr: 0x600, symBinAddr: 0x1AC500, symSize: 0xF0 }
+ - { offsetInCU: 0x3A0, offset: 0x17B992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfc', symObjAddr: 0x730, symBinAddr: 0x1AC5F0, symSize: 0x30 }
+ - { offsetInCU: 0x419, offset: 0x17BA0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4dataAE10Foundation4DataV_tKcfcTo', symObjAddr: 0x760, symBinAddr: 0x1AC620, symSize: 0x50 }
+ - { offsetInCU: 0x476, offset: 0x17BA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfC', symObjAddr: 0x7B0, symBinAddr: 0x1AC670, symSize: 0x140 }
+ - { offsetInCU: 0x49B, offset: 0x17BA8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfc', symObjAddr: 0x8F0, symBinAddr: 0x1AC7B0, symSize: 0x30 }
+ - { offsetInCU: 0x524, offset: 0x17BB16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC10contentsOf12fileTypeHintAE10Foundation3URLV_SSSgtKcfcTo', symObjAddr: 0x920, symBinAddr: 0x1AC7E0, symSize: 0x60 }
+ - { offsetInCU: 0x58A, offset: 0x17BB7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfC', symObjAddr: 0x980, symBinAddr: 0x1AC840, symSize: 0x110 }
+ - { offsetInCU: 0x5AF, offset: 0x17BBA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfc', symObjAddr: 0xA90, symBinAddr: 0x1AC950, symSize: 0x30 }
+ - { offsetInCU: 0x638, offset: 0x17BC2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerC4data12fileTypeHintAE10Foundation4DataV_SSSgtKcfcTo', symObjAddr: 0xAC0, symBinAddr: 0x1AC980, symSize: 0x70 }
+ - { offsetInCU: 0x695, offset: 0x17BC87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCAEycfc', symObjAddr: 0xB80, symBinAddr: 0x1ACA40, symSize: 0x30 }
+ - { offsetInCU: 0x6F8, offset: 0x17BCEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCAEycfcTo', symObjAddr: 0xBB0, symBinAddr: 0x1ACA70, symSize: 0x30 }
+ - { offsetInCU: 0x778, offset: 0x17BD6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCfETo', symObjAddr: 0xC00, symBinAddr: 0x1ACAC0, symSize: 0x40 }
+ - { offsetInCU: 0x7A7, offset: 0x17BD99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvg', symObjAddr: 0xC40, symBinAddr: 0x1ACB00, symSize: 0x40 }
+ - { offsetInCU: 0x7D4, offset: 0x17BDC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvs', symObjAddr: 0xC80, symBinAddr: 0x1ACB40, symSize: 0x50 }
+ - { offsetInCU: 0x811, offset: 0x17BE03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC6soundsSDyAA0D4TypeO10Foundation3URLVGvM', symObjAddr: 0xCD0, symBinAddr: 0x1ACB90, symSize: 0x40 }
+ - { offsetInCU: 0x840, offset: 0x17BE32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC10loopPlayerAC0dG0CSgvM', symObjAddr: 0xD50, symBinAddr: 0x1ACC10, symSize: 0x40 }
+ - { offsetInCU: 0x86F, offset: 0x17BE61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC12effectPlayerAC0dG0CSgvM', symObjAddr: 0xE50, symBinAddr: 0x1ACD10, symSize: 0x40 }
+ - { offsetInCU: 0x89E, offset: 0x17BE90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0Sbvg', symObjAddr: 0xE90, symBinAddr: 0x1ACD50, symSize: 0x30 }
+ - { offsetInCU: 0x8CB, offset: 0x17BEBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0Sbvs', symObjAddr: 0xEC0, symBinAddr: 0x1ACD80, symSize: 0x40 }
+ - { offsetInCU: 0x908, offset: 0x17BEFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0SbvM', symObjAddr: 0xF00, symBinAddr: 0x1ACDC0, symSize: 0x40 }
+ - { offsetInCU: 0x937, offset: 0x17BF29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC010alwaysDialD0SbvM.resume.0', symObjAddr: 0xF40, symBinAddr: 0x1ACE00, symSize: 0x10 }
+ - { offsetInCU: 0x98F, offset: 0x17BF81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCACycfc', symObjAddr: 0xF50, symBinAddr: 0x1ACE10, symSize: 0x100 }
+ - { offsetInCU: 0xA0E, offset: 0x17C000, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCACycfcTo', symObjAddr: 0x1050, symBinAddr: 0x1ACF10, symSize: 0x20 }
+ - { offsetInCU: 0xA2A, offset: 0x17C01C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC8playLoop_12forceSpeakeryAA0D4TypeO_SbSgtF', symObjAddr: 0x1070, symBinAddr: 0x1ACF30, symSize: 0x280 }
+ - { offsetInCU: 0xB95, offset: 0x17C187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC10playEffect_12forceSpeakeryAA0D4TypeO_SbSgtF', symObjAddr: 0x12F0, symBinAddr: 0x1AD1B0, symSize: 0x270 }
+ - { offsetInCU: 0xD00, offset: 0x17C2F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC04playD033_9EAAA29EB0632003E6E11FAAEEC349D5LL3url9soundType7looping12forceSpeakery10Foundation3URLV_AA0dO0OS2bSgtF', symObjAddr: 0x1560, symBinAddr: 0x1AD420, symSize: 0x5A0 }
+ - { offsetInCU: 0xF73, offset: 0x17C565, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC04stopD07loopingySb_tF', symObjAddr: 0x1B00, symBinAddr: 0x1AD9C0, symSize: 0x1C0 }
+ - { offsetInCU: 0x10A2, offset: 0x17C694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtF', symObjAddr: 0x1CC0, symBinAddr: 0x1ADB80, symSize: 0x10 }
+ - { offsetInCU: 0x10C5, offset: 0x17C6B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtFTo', symObjAddr: 0x1CD0, symBinAddr: 0x1ADB90, symSize: 0x50 }
+ - { offsetInCU: 0x1106, offset: 0x17C6F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC18handleInterruption33_9EAAA29EB0632003E6E11FAAEEC349D5LL12notificationy10Foundation12NotificationV_tFTo', symObjAddr: 0x1D20, symBinAddr: 0x1ADBE0, symSize: 0x80 }
+ - { offsetInCU: 0x1138, offset: 0x17C72A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC27audioPlayerDidFinishPlaying_12successfullyySo07AVAudioG0C_SbtFTf4ndn_n', symObjAddr: 0x1F00, symBinAddr: 0x1ADD20, symSize: 0x190 }
+ - { offsetInCU: 0x1267, offset: 0x17C859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC18handleInterruption33_9EAAA29EB0632003E6E11FAAEEC349D5LL12notificationy10Foundation12NotificationV_tFTf4nd_n', symObjAddr: 0x2660, symBinAddr: 0x1AE480, symSize: 0x350 }
+ - { offsetInCU: 0x142E, offset: 0x17CA20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMa', symObjAddr: 0x400, symBinAddr: 0x1AC300, symSize: 0x30 }
+ - { offsetInCU: 0x1570, offset: 0x17CB62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCfETo', symObjAddr: 0x1DF0, symBinAddr: 0x1ADCB0, symSize: 0x50 }
+ - { offsetInCU: 0x159F, offset: 0x17CB91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerCMa', symObjAddr: 0x1E40, symBinAddr: 0x1ADD00, symSize: 0x20 }
+ - { offsetInCU: 0x15B3, offset: 0x17CBA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASQWb', symObjAddr: 0x2090, symBinAddr: 0x1ADEB0, symSize: 0x10 }
+ - { offsetInCU: 0x15C7, offset: 0x17CBB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOACSQAAWl', symObjAddr: 0x20A0, symBinAddr: 0x1ADEC0, symSize: 0x30 }
+ - { offsetInCU: 0x15DB, offset: 0x17CBCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOMa', symObjAddr: 0x22F0, symBinAddr: 0x1AE110, symSize: 0x10 }
+ - { offsetInCU: 0x15EF, offset: 0x17CBE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMU', symObjAddr: 0x2520, symBinAddr: 0x1AE340, symSize: 0x10 }
+ - { offsetInCU: 0x1603, offset: 0x17CBF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12SoundManagerC0D6PlayerCMr', symObjAddr: 0x2530, symBinAddr: 0x1AE350, symSize: 0x80 }
+ - { offsetInCU: 0x1637, offset: 0x17CC29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x50, symBinAddr: 0x1ABF50, symSize: 0x10 }
+ - { offsetInCU: 0x16C8, offset: 0x17CCBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x1ABF60, symSize: 0x40 }
+ - { offsetInCU: 0x1777, offset: 0x17CD69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xA0, symBinAddr: 0x1ABFA0, symSize: 0x20 }
+ - { offsetInCU: 0x17CA, offset: 0x17CDBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SoundTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xC0, symBinAddr: 0x1ABFC0, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x17D29B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvg', symObjAddr: 0x0, symBinAddr: 0x1AE840, symSize: 0x40 }
+ - { offsetInCU: 0x67, offset: 0x17D2B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvs', symObjAddr: 0xC0, symBinAddr: 0x1AE880, symSize: 0x50 }
+ - { offsetInCU: 0x83, offset: 0x17D2D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC8certData10Foundation0F0VSgvM', symObjAddr: 0x170, symBinAddr: 0x1AE8D0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x17D2EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvg', symObjAddr: 0x1A0, symBinAddr: 0x1AE900, symSize: 0x40 }
+ - { offsetInCU: 0xBB, offset: 0x17D30B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvs', symObjAddr: 0x1E0, symBinAddr: 0x1AE940, symSize: 0x40 }
+ - { offsetInCU: 0xD7, offset: 0x17D327, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keySo9SecKeyRefaSgvM', symObjAddr: 0x220, symBinAddr: 0x1AE980, symSize: 0x30 }
+ - { offsetInCU: 0x11D, offset: 0x17D36D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC4dataAC10Foundation4DataV_tcfC', symObjAddr: 0x250, symBinAddr: 0x1AE9B0, symSize: 0x80 }
+ - { offsetInCU: 0x15A, offset: 0x17D3AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC4dataAC10Foundation4DataV_tcfc', symObjAddr: 0x2D0, symBinAddr: 0x1AEA30, symSize: 0x70 }
+ - { offsetInCU: 0x1AB, offset: 0x17D3FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keyACSo9SecKeyRefa_tcfC', symObjAddr: 0x340, symBinAddr: 0x1AEAA0, symSize: 0x70 }
+ - { offsetInCU: 0x1F0, offset: 0x17D440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertC3keyACSo9SecKeyRefa_tcfc', symObjAddr: 0x3B0, symBinAddr: 0x1AEB10, symSize: 0x60 }
+ - { offsetInCU: 0x217, offset: 0x17D467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCfd', symObjAddr: 0x410, symBinAddr: 0x1AEB70, symSize: 0x20 }
+ - { offsetInCU: 0x252, offset: 0x17D4A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCfD', symObjAddr: 0x430, symBinAddr: 0x1AEB90, symSize: 0x30 }
+ - { offsetInCU: 0x2B3, offset: 0x17D503, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvg', symObjAddr: 0x460, symBinAddr: 0x1AEBC0, symSize: 0x30 }
+ - { offsetInCU: 0x2CF, offset: 0x17D51F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvs', symObjAddr: 0x490, symBinAddr: 0x1AEBF0, symSize: 0x30 }
+ - { offsetInCU: 0x2EB, offset: 0x17D53B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvM', symObjAddr: 0x4C0, symBinAddr: 0x1AEC20, symSize: 0x30 }
+ - { offsetInCU: 0x307, offset: 0x17D557, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC11validatedDNSbvM.resume.0', symObjAddr: 0x4F0, symBinAddr: 0x1AEC50, symSize: 0x10 }
+ - { offsetInCU: 0x323, offset: 0x17D573, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvg', symObjAddr: 0x500, symBinAddr: 0x1AEC60, symSize: 0x30 }
+ - { offsetInCU: 0x33F, offset: 0x17D58F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvs', symObjAddr: 0x530, symBinAddr: 0x1AEC90, symSize: 0x30 }
+ - { offsetInCU: 0x35B, offset: 0x17D5AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC19validateEntireChainSbvM', symObjAddr: 0x560, symBinAddr: 0x1AECC0, symSize: 0x30 }
+ - { offsetInCU: 0x377, offset: 0x17D5C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvg', symObjAddr: 0x590, symBinAddr: 0x1AECF0, symSize: 0x30 }
+ - { offsetInCU: 0x393, offset: 0x17D5E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvs', symObjAddr: 0x5C0, symBinAddr: 0x1AED20, symSize: 0x30 }
+ - { offsetInCU: 0x3AF, offset: 0x17D5FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isReadySbvM', symObjAddr: 0x5F0, symBinAddr: 0x1AED50, symSize: 0x30 }
+ - { offsetInCU: 0x3CB, offset: 0x17D61B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvg', symObjAddr: 0x620, symBinAddr: 0x1AED80, symSize: 0x30 }
+ - { offsetInCU: 0x3E7, offset: 0x17D637, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvs', symObjAddr: 0x650, symBinAddr: 0x1AEDB0, symSize: 0x40 }
+ - { offsetInCU: 0x403, offset: 0x17D653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC12certificatesSay10Foundation4DataVGSgvM', symObjAddr: 0x690, symBinAddr: 0x1AEDF0, symSize: 0x30 }
+ - { offsetInCU: 0x41F, offset: 0x17D66F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvg', symObjAddr: 0x6C0, symBinAddr: 0x1AEE20, symSize: 0x30 }
+ - { offsetInCU: 0x43B, offset: 0x17D68B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvs', symObjAddr: 0x6F0, symBinAddr: 0x1AEE50, symSize: 0x40 }
+ - { offsetInCU: 0x457, offset: 0x17D6A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7pubKeysSaySo9SecKeyRefaGSgvM', symObjAddr: 0x730, symBinAddr: 0x1AEE90, symSize: 0x30 }
+ - { offsetInCU: 0x473, offset: 0x17D6C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvg', symObjAddr: 0x760, symBinAddr: 0x1AEEC0, symSize: 0x30 }
+ - { offsetInCU: 0x48F, offset: 0x17D6DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvs', symObjAddr: 0x790, symBinAddr: 0x1AEEF0, symSize: 0x30 }
+ - { offsetInCU: 0x4AB, offset: 0x17D6FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysSbvM', symObjAddr: 0x7C0, symBinAddr: 0x1AEF20, symSize: 0x30 }
+ - { offsetInCU: 0x4E7, offset: 0x17D737, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC13usePublicKeysACSb_tcfC', symObjAddr: 0x7F0, symBinAddr: 0x1AEF50, symSize: 0x370 }
+ - { offsetInCU: 0x7B2, offset: 0x17DA02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfC', symObjAddr: 0xB80, symBinAddr: 0x1AF2E0, symSize: 0x40 }
+ - { offsetInCU: 0x7FF, offset: 0x17DA4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_Sbtcfc', symObjAddr: 0xBC0, symBinAddr: 0x1AF320, symSize: 0x4A0 }
+ - { offsetInCU: 0xAEC, offset: 0x17DD3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfcyyYbcfU_', symObjAddr: 0x1060, symBinAddr: 0x1AF7C0, symSize: 0x90 }
+ - { offsetInCU: 0xB51, offset: 0x17DDA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC7isValid_6domainSbSo11SecTrustRefa_SSSgtF', symObjAddr: 0x10F0, symBinAddr: 0x1AF850, symSize: 0xDC0 }
+ - { offsetInCU: 0x145C, offset: 0x17E6AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16extractPublicKeyySo03SecG3RefaSg10Foundation4DataVF', symObjAddr: 0x1EB0, symBinAddr: 0x1B0610, symSize: 0x70 }
+ - { offsetInCU: 0x14B0, offset: 0x17E700, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16extractPublicKey_6policySo03SecG3RefaSgSo0i11CertificateJ0a_So0i6PolicyJ0atF', symObjAddr: 0x1F20, symBinAddr: 0x1B0680, symSize: 0xA0 }
+ - { offsetInCU: 0x153F, offset: 0x17E78F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC16certificateChainySay10Foundation4DataVGSo11SecTrustRefaF', symObjAddr: 0x1FC0, symBinAddr: 0x1B0720, symSize: 0x80 }
+ - { offsetInCU: 0x15DF, offset: 0x17E82F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC14publicKeyChainySaySo03SecF3RefaGSo0h5TrustI0aF', symObjAddr: 0x2040, symBinAddr: 0x1B07A0, symSize: 0xC0 }
+ - { offsetInCU: 0x16BF, offset: 0x17E90F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCfd', symObjAddr: 0x2100, symBinAddr: 0x1B0860, symSize: 0x20 }
+ - { offsetInCU: 0x16FA, offset: 0x17E94A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCfD', symObjAddr: 0x2120, symBinAddr: 0x1B0880, symSize: 0x30 }
+ - { offsetInCU: 0x173D, offset: 0x17E98D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCAA17SSLTrustValidatorA2aDP7isValid_6domainSbSo11SecTrustRefa_SSSgtFTW', symObjAddr: 0x2150, symBinAddr: 0x1B08B0, symSize: 0x20 }
+ - { offsetInCU: 0x188B, offset: 0x17EADB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SSLCertCMa', symObjAddr: 0xB60, symBinAddr: 0x1AF2C0, symSize: 0x20 }
+ - { offsetInCU: 0x1BAB, offset: 0x17EDFB, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV2eeoiySbAC_ACtFZSbSWXEfU_', symObjAddr: 0x2170, symBinAddr: 0x1B08D0, symSize: 0x290 }
+ - { offsetInCU: 0x1BF6, offset: 0x17EE46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityC5certs13usePublicKeysACSayAA7SSLCertCG_SbtcfcyyYbcfU_TA', symObjAddr: 0x2460, symBinAddr: 0x1B0B90, symSize: 0x20 }
+ - { offsetInCU: 0x1C0A, offset: 0x17EE5A, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2480, symBinAddr: 0x1B0BB0, symSize: 0x20 }
+ - { offsetInCU: 0x1C1E, offset: 0x17EE6E, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x24A0, symBinAddr: 0x1B0BD0, symSize: 0x10 }
+ - { offsetInCU: 0x1CCC, offset: 0x17EF1C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV24storesOnlyElementsOfTypeySbqd__mlFSo9SecKeyRefa_yXlTg5Tf4dn_n', symObjAddr: 0x2C00, symBinAddr: 0x1B12A0, symSize: 0x70 }
+ - { offsetInCU: 0x1D0E, offset: 0x17EF5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSecurityCMa', symObjAddr: 0x2FC0, symBinAddr: 0x1B1660, symSize: 0x20 }
+ - { offsetInCU: 0x1EE8, offset: 0x17F138, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSay13SendBirdCalls7SSLCertCG_SaySo9SecKeyRefaGTg504$s13cd48Calls11SSLSecurityC5certs13usePublicKeysACSayAA7f23CG_SbtcfcyyYbcfU_SaySo9gH16RefaGAK_AGtXEfU_AD0L0CTf1ncn_nTf4nng_n', symObjAddr: 0x2570, symBinAddr: 0x1B0C10, symSize: 0x2F0 }
+ - { offsetInCU: 0x21EE, offset: 0x17F43E, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSnySiG_SaySo9SecKeyRefaGTg5039$s13SendBirdCalls11SSLSecurityC14publicd13ChainySaySo03C33F3RefaGSo0h5TrustI0aFA2G_SitXEfU_So0crE0a0gH5Calls0J0CSo0c6PolicyE0aTf1ncn_nTf4nnggg_n', symObjAddr: 0x2860, symBinAddr: 0x1B0F00, symSize: 0x220 }
+ - { offsetInCU: 0x2417, offset: 0x17F667, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduceyqd__qd___qd__qd___7ElementQztKXEtKlFSnySiG_Say10Foundation4DataVGTg5066$s13SendBirdCalls11SSLSecurityC16certificateChainySay10Foundation4D31VGSo11SecTrustRefaFA2H_SitXEfU_So0oP3RefaTf1ncn_nTf4nng_n', symObjAddr: 0x2A80, symBinAddr: 0x1B1120, symSize: 0x180 }
+ - { offsetInCU: 0x27, offset: 0x17FC1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1B19A0, symSize: 0xB0 }
+ - { offsetInCU: 0x6C, offset: 0x17FC5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6roomId011participantH0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x1B19A0, symSize: 0xB0 }
+ - { offsetInCU: 0x10B, offset: 0x17FCFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x130, symBinAddr: 0x1B1A90, symSize: 0x30 }
+ - { offsetInCU: 0x12C, offset: 0x17FD1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x160, symBinAddr: 0x1B1AC0, symSize: 0x30 }
+ - { offsetInCU: 0x15D, offset: 0x17FD50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x1B1AF0, symSize: 0x10 }
+ - { offsetInCU: 0x179, offset: 0x17FD6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x1A0, symBinAddr: 0x1B1B00, symSize: 0x10 }
+ - { offsetInCU: 0x195, offset: 0x17FD88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1B0, symBinAddr: 0x1B1B10, symSize: 0x10 }
+ - { offsetInCU: 0x1A9, offset: 0x17FD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1C0, symBinAddr: 0x1B1B20, symSize: 0x10 }
+ - { offsetInCU: 0x1F5, offset: 0x17FDE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x260, symBinAddr: 0x1B1B90, symSize: 0x30 }
+ - { offsetInCU: 0x22C, offset: 0x17FE1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x370, symBinAddr: 0x1B1C70, symSize: 0x10 }
+ - { offsetInCU: 0x257, offset: 0x17FE4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x380, symBinAddr: 0x1B1C80, symSize: 0x10 }
+ - { offsetInCU: 0x289, offset: 0x17FE7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x400, symBinAddr: 0x1B1D00, symSize: 0x10 }
+ - { offsetInCU: 0x2AD, offset: 0x17FEA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultType_WZ', symObjAddr: 0xF0, symBinAddr: 0x1B1A50, symSize: 0x10 }
+ - { offsetInCU: 0x2C7, offset: 0x17FEBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x100, symBinAddr: 0x1B1A60, symSize: 0x30 }
+ - { offsetInCU: 0x2EC, offset: 0x17FEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA15RoomRequestableAAWI', symObjAddr: 0x1D0, symBinAddr: 0x1B1B30, symSize: 0x20 }
+ - { offsetInCU: 0x300, offset: 0x17FEF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1F0, symBinAddr: 0x1B1B50, symSize: 0x30 }
+ - { offsetInCU: 0x314, offset: 0x17FF07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x220, symBinAddr: 0x1B1B80, symSize: 0x10 }
+ - { offsetInCU: 0x328, offset: 0x17FF1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA14APIRequestableAAWI', symObjAddr: 0x290, symBinAddr: 0x1B1BC0, symSize: 0x20 }
+ - { offsetInCU: 0x33C, offset: 0x17FF2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA11RequestableAAWI', symObjAddr: 0x2E0, symBinAddr: 0x1B1BE0, symSize: 0x30 }
+ - { offsetInCU: 0x350, offset: 0x17FF43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA0F0AAWl', symObjAddr: 0x310, symBinAddr: 0x1B1C10, symSize: 0x30 }
+ - { offsetInCU: 0x364, offset: 0x17FF57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x340, symBinAddr: 0x1B1C40, symSize: 0x30 }
+ - { offsetInCU: 0x378, offset: 0x17FF6B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0AAWI', symObjAddr: 0x390, symBinAddr: 0x1B1C90, symSize: 0x20 }
+ - { offsetInCU: 0x38C, offset: 0x17FF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVACSEAAWl', symObjAddr: 0x3B0, symBinAddr: 0x1B1CB0, symSize: 0x30 }
+ - { offsetInCU: 0x3A0, offset: 0x17FF93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3E0, symBinAddr: 0x1B1CE0, symSize: 0x20 }
+ - { offsetInCU: 0x3B4, offset: 0x17FFA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwCP', symObjAddr: 0x410, symBinAddr: 0x1B1D10, symSize: 0x30 }
+ - { offsetInCU: 0x3C8, offset: 0x17FFBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwxx', symObjAddr: 0x440, symBinAddr: 0x1B1D40, symSize: 0x10 }
+ - { offsetInCU: 0x3DC, offset: 0x17FFCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwcp', symObjAddr: 0x450, symBinAddr: 0x1B1D50, symSize: 0x30 }
+ - { offsetInCU: 0x3F0, offset: 0x17FFE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwca', symObjAddr: 0x480, symBinAddr: 0x1B1D80, symSize: 0x30 }
+ - { offsetInCU: 0x404, offset: 0x17FFF7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwta', symObjAddr: 0x4C0, symBinAddr: 0x1B1DB0, symSize: 0x30 }
+ - { offsetInCU: 0x418, offset: 0x18000B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwet', symObjAddr: 0x4F0, symBinAddr: 0x1B1DE0, symSize: 0x40 }
+ - { offsetInCU: 0x42C, offset: 0x18001F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVwst', symObjAddr: 0x530, symBinAddr: 0x1B1E20, symSize: 0x40 }
+ - { offsetInCU: 0x440, offset: 0x180033, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVMa', symObjAddr: 0x570, symBinAddr: 0x1B1E60, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x180260, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC18calleeDeliveryInfoAA0iJ0VSgvg', symObjAddr: 0x0, symBinAddr: 0x1B1E80, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x180284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC18calleeDeliveryInfoAA0iJ0VSgvg', symObjAddr: 0x0, symBinAddr: 0x1B1E80, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x1802A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC12receivedTypeAA0fI0OSgvg', symObjAddr: 0x70, symBinAddr: 0x1B1ED0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x1802BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xA0, symBinAddr: 0x1B1F00, symSize: 0x40 }
+ - { offsetInCU: 0xA8, offset: 0x1802E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xE0, symBinAddr: 0x1B1F40, symSize: 0x2A0 }
+ - { offsetInCU: 0x199, offset: 0x1803D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfo014calleeDeliveryN008receivedI0AcA0G5TypesO10DirectCallO_S2SAA0pN0VAoA0fI0OSgtcfC', symObjAddr: 0x570, symBinAddr: 0x1B2220, symSize: 0xE0 }
+ - { offsetInCU: 0x248, offset: 0x180481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfo014calleeDeliveryN008receivedI0AcA0G5TypesO10DirectCallO_S2SAA0pN0VAoA0fI0OSgtcfc', symObjAddr: 0x650, symBinAddr: 0x1B2300, symSize: 0xB0 }
+ - { offsetInCU: 0x335, offset: 0x18056E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x700, symBinAddr: 0x1B23B0, symSize: 0x30 }
+ - { offsetInCU: 0x394, offset: 0x1805CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x730, symBinAddr: 0x1B23E0, symSize: 0x30 }
+ - { offsetInCU: 0x3F1, offset: 0x18062A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfd', symObjAddr: 0x780, symBinAddr: 0x1B2430, symSize: 0x50 }
+ - { offsetInCU: 0x442, offset: 0x18067B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfD', symObjAddr: 0x7D0, symBinAddr: 0x1B2480, symSize: 0x50 }
+ - { offsetInCU: 0x49C, offset: 0x1806D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSgWOy', symObjAddr: 0x30, symBinAddr: 0x1B1EB0, symSize: 0x20 }
+ - { offsetInCU: 0x4B0, offset: 0x1806E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCMa', symObjAddr: 0x450, symBinAddr: 0x1B21E0, symSize: 0x20 }
+ - { offsetInCU: 0x4C4, offset: 0x1806FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DeliveryInfoVSgWOe', symObjAddr: 0x490, symBinAddr: 0x1B2200, symSize: 0x20 }
+ - { offsetInCU: 0x595, offset: 0x1807CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23DialReceiveEventCommandCfE', symObjAddr: 0x760, symBinAddr: 0x1B2410, symSize: 0x20 }
+ - { offsetInCU: 0x66, offset: 0x180A97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11stringValueAESSSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x1B2500, symSize: 0x70 }
+ - { offsetInCU: 0xC7, offset: 0x180AF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11stringValueSSvg', symObjAddr: 0x70, symBinAddr: 0x1B2570, symSize: 0x50 }
+ - { offsetInCU: 0xF6, offset: 0x180B27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO8rawValueAESgSi_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x1B28D0, symSize: 0x20 }
+ - { offsetInCU: 0x113, offset: 0x180B44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO11isInitiatorSbvg', symObjAddr: 0x490, symBinAddr: 0x1B2990, symSize: 0x10 }
+ - { offsetInCU: 0x15A, offset: 0x180B8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleO8rawValueSivg', symObjAddr: 0x4A0, symBinAddr: 0x1B29A0, symSize: 0x10 }
+ - { offsetInCU: 0x19D, offset: 0x180BCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x560, symBinAddr: 0x1B2A60, symSize: 0x30 }
+ - { offsetInCU: 0x1CE, offset: 0x180BFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x590, symBinAddr: 0x1B2A90, symSize: 0x10 }
+ - { offsetInCU: 0x209, offset: 0x180C3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout07isVideoE011callOptions11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSbAA0eP0CSDyS2SGAA05StatsT0VtcfC', symObjAddr: 0xC0, symBinAddr: 0x1B25C0, symSize: 0xF0 }
+ - { offsetInCU: 0x311, offset: 0x180D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6sender7service10dispatcher12soundManager06directeJ07timeout6callId6caller6callee07isVideoE00M7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA13CommandSender_p_AA0aB7ServiceCAA0abE10DispatcherCAA05SoundJ0CAA0deJ0CSgAA7TimeoutCSSAA0dE4UserCSgA5_SbAA0eS0CAA04TurnU0CSgSayAA10CapabilityOGSgSDyS2SGAA18StatsConfigurationVtcfC', symObjAddr: 0x1B0, symBinAddr: 0x1B26B0, symSize: 0xB0 }
+ - { offsetInCU: 0x450, offset: 0x180E81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfC', symObjAddr: 0x3F0, symBinAddr: 0x1B28F0, symSize: 0xA0 }
+ - { offsetInCU: 0x48D, offset: 0x180EBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvgTo', symObjAddr: 0x5A0, symBinAddr: 0x1B2AA0, symSize: 0x60 }
+ - { offsetInCU: 0x4C8, offset: 0x180EF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvg', symObjAddr: 0x600, symBinAddr: 0x1B2B00, symSize: 0x50 }
+ - { offsetInCU: 0x50F, offset: 0x180F40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvsTo', symObjAddr: 0x650, symBinAddr: 0x1B2B50, symSize: 0x60 }
+ - { offsetInCU: 0x554, offset: 0x180F85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvs', symObjAddr: 0x6B0, symBinAddr: 0x1B2BB0, symSize: 0x50 }
+ - { offsetInCU: 0x57B, offset: 0x180FAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callIdSSvM', symObjAddr: 0x700, symBinAddr: 0x1B2C00, symSize: 0x40 }
+ - { offsetInCU: 0x5C8, offset: 0x180FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callUUID10Foundation0G0VSgvgTo', symObjAddr: 0x740, symBinAddr: 0x1B2C40, symSize: 0xD0 }
+ - { offsetInCU: 0x5FB, offset: 0x18102C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callUUID10Foundation0G0VSgvg', symObjAddr: 0x810, symBinAddr: 0x1B2D10, symSize: 0x40 }
+ - { offsetInCU: 0x636, offset: 0x181067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8clientIdSSvgTo', symObjAddr: 0x850, symBinAddr: 0x1B2D50, symSize: 0x50 }
+ - { offsetInCU: 0x671, offset: 0x1810A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8clientIdSSvg', symObjAddr: 0x8A0, symBinAddr: 0x1B2DA0, symSize: 0x30 }
+ - { offsetInCU: 0x68E, offset: 0x1810BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6callerAA0dE4UserCSgvM', symObjAddr: 0x950, symBinAddr: 0x1B2E50, symSize: 0x40 }
+ - { offsetInCU: 0x6BD, offset: 0x1810EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6calleeAA0dE4UserCSgvM', symObjAddr: 0xB30, symBinAddr: 0x1B3030, symSize: 0x40 }
+ - { offsetInCU: 0x70A, offset: 0x18113B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11customItemsSDyS2SGvgTo', symObjAddr: 0xB70, symBinAddr: 0x1B3070, symSize: 0x90 }
+ - { offsetInCU: 0x73F, offset: 0x181170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11customItemsSDyS2SGvg', symObjAddr: 0xC00, symBinAddr: 0x1B3100, symSize: 0x40 }
+ - { offsetInCU: 0x77C, offset: 0x1811AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10remoteUserAA0deG0CSgvgTo', symObjAddr: 0xC40, symBinAddr: 0x1B3140, symSize: 0x70 }
+ - { offsetInCU: 0x7D9, offset: 0x18120A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10remoteUserAA0deG0CSgvg', symObjAddr: 0xCB0, symBinAddr: 0x1B31B0, symSize: 0x40 }
+ - { offsetInCU: 0x83E, offset: 0x18126F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9localUserAA0deG0CSgvgTo', symObjAddr: 0xCF0, symBinAddr: 0x1B31F0, symSize: 0x70 }
+ - { offsetInCU: 0x89B, offset: 0x1812CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9localUserAA0deG0CSgvg', symObjAddr: 0xD60, symBinAddr: 0x1B3260, symSize: 0x40 }
+ - { offsetInCU: 0x8E2, offset: 0x181313, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6myRoleAC04UserG0OvM', symObjAddr: 0xE20, symBinAddr: 0x1B3320, symSize: 0x40 }
+ - { offsetInCU: 0x92F, offset: 0x181360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7callLogAA0deG0CSgvgTo', symObjAddr: 0xE60, symBinAddr: 0x1B3360, symSize: 0x70 }
+ - { offsetInCU: 0x962, offset: 0x181393, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7callLogAA0deG0CSgvg', symObjAddr: 0xED0, symBinAddr: 0x1B33D0, symSize: 0x40 }
+ - { offsetInCU: 0x99D, offset: 0x1813CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvgTo', symObjAddr: 0xF10, symBinAddr: 0x1B3410, symSize: 0x40 }
+ - { offsetInCU: 0x9D8, offset: 0x181409, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0Cvg', symObjAddr: 0xF50, symBinAddr: 0x1B3450, symSize: 0x40 }
+ - { offsetInCU: 0xA1F, offset: 0x181450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvsTo', symObjAddr: 0xF90, symBinAddr: 0x1B3490, symSize: 0x60 }
+ - { offsetInCU: 0xA62, offset: 0x181493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0Cvs', symObjAddr: 0xFF0, symBinAddr: 0x1B34F0, symSize: 0x50 }
+ - { offsetInCU: 0xA89, offset: 0x1814BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvM', symObjAddr: 0x1040, symBinAddr: 0x1B3540, symSize: 0x40 }
+ - { offsetInCU: 0xAB8, offset: 0x1814E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC06directE3LogAA0deG0CvM.resume.0', symObjAddr: 0x1080, symBinAddr: 0x1B3580, symSize: 0x10 }
+ - { offsetInCU: 0xB01, offset: 0x181532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedByAA0dE4UserCSgvgTo', symObjAddr: 0x1090, symBinAddr: 0x1B3590, symSize: 0x70 }
+ - { offsetInCU: 0xB36, offset: 0x181567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedByAA0dE4UserCSgvg', symObjAddr: 0x1100, symBinAddr: 0x1B3600, symSize: 0x40 }
+ - { offsetInCU: 0xB73, offset: 0x1815A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9endResultAA0de3EndG0OvgTo', symObjAddr: 0x1140, symBinAddr: 0x1B3640, symSize: 0x60 }
+ - { offsetInCU: 0xBA8, offset: 0x1815D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9endResultAA0de3EndG0Ovg', symObjAddr: 0x11A0, symBinAddr: 0x1B36A0, symSize: 0x40 }
+ - { offsetInCU: 0xBE5, offset: 0x181616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEndedSbvgTo', symObjAddr: 0x11E0, symBinAddr: 0x1B36E0, symSize: 0xA0 }
+ - { offsetInCU: 0xC6F, offset: 0x1816A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7isEndedSbvg', symObjAddr: 0x1280, symBinAddr: 0x1B3780, symSize: 0x80 }
+ - { offsetInCU: 0xCFF, offset: 0x181730, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9isOngoingSbvgTo', symObjAddr: 0x1300, symBinAddr: 0x1B3800, symSize: 0x50 }
+ - { offsetInCU: 0xD32, offset: 0x181763, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9isOngoingSbvg', symObjAddr: 0x1350, symBinAddr: 0x1B3850, symSize: 0x20 }
+ - { offsetInCU: 0xD6D, offset: 0x18179E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9startedAts5Int64VvgTo', symObjAddr: 0x1370, symBinAddr: 0x1B3870, symSize: 0x60 }
+ - { offsetInCU: 0xDA2, offset: 0x1817D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9startedAts5Int64Vvg', symObjAddr: 0x13D0, symBinAddr: 0x1B38D0, symSize: 0x40 }
+ - { offsetInCU: 0xDDF, offset: 0x181810, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedAts5Int64VvgTo', symObjAddr: 0x1410, symBinAddr: 0x1B3910, symSize: 0x60 }
+ - { offsetInCU: 0xE14, offset: 0x181845, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7endedAts5Int64Vvg', symObjAddr: 0x1470, symBinAddr: 0x1B3970, symSize: 0x40 }
+ - { offsetInCU: 0xE33, offset: 0x181864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8durations5Int64VvgTo', symObjAddr: 0x14B0, symBinAddr: 0x1B39B0, symSize: 0x40 }
+ - { offsetInCU: 0xE4F, offset: 0x181880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8durations5Int64Vvg', symObjAddr: 0x14F0, symBinAddr: 0x1B39F0, symSize: 0x130 }
+ - { offsetInCU: 0xF2E, offset: 0x18195F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8callInfoAA0eG0CvM', symObjAddr: 0x1660, symBinAddr: 0x1B3B60, symSize: 0x40 }
+ - { offsetInCU: 0xF7B, offset: 0x1819AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteAudioEnabledSbvgTo', symObjAddr: 0x16A0, symBinAddr: 0x1B3BA0, symSize: 0x90 }
+ - { offsetInCU: 0xFB0, offset: 0x1819E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteAudioEnabledSbvg', symObjAddr: 0x1730, symBinAddr: 0x1B3C30, symSize: 0x60 }
+ - { offsetInCU: 0xFED, offset: 0x181A1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalAudioEnabledSbvgTo', symObjAddr: 0x1790, symBinAddr: 0x1B3C90, symSize: 0x90 }
+ - { offsetInCU: 0x1022, offset: 0x181A53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalAudioEnabledSbvg', symObjAddr: 0x1820, symBinAddr: 0x1B3D20, symSize: 0x60 }
+ - { offsetInCU: 0x105F, offset: 0x181A90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoViewAA0abgH0CSgvgTo', symObjAddr: 0x1880, symBinAddr: 0x1B3D80, symSize: 0x60 }
+ - { offsetInCU: 0x1094, offset: 0x181AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoViewAA0abgH0CSgvg', symObjAddr: 0x18E0, symBinAddr: 0x1B3DE0, symSize: 0x40 }
+ - { offsetInCU: 0x10D1, offset: 0x181B02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoViewAA0abgH0CSgvgTo', symObjAddr: 0x1920, symBinAddr: 0x1B3E20, symSize: 0x60 }
+ - { offsetInCU: 0x1106, offset: 0x181B37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoViewAA0abgH0CSgvg', symObjAddr: 0x1980, symBinAddr: 0x1B3E80, symSize: 0x40 }
+ - { offsetInCU: 0x1145, offset: 0x181B76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalVideoEnabledSbvgTo', symObjAddr: 0x19C0, symBinAddr: 0x1B3EC0, symSize: 0x90 }
+ - { offsetInCU: 0x117B, offset: 0x181BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isLocalVideoEnabledSbvg', symObjAddr: 0x1A50, symBinAddr: 0x1B3F50, symSize: 0x60 }
+ - { offsetInCU: 0x11BA, offset: 0x181BEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteVideoEnabledSbvgTo', symObjAddr: 0x1AB0, symBinAddr: 0x1B3FB0, symSize: 0x90 }
+ - { offsetInCU: 0x11F0, offset: 0x181C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20isRemoteVideoEnabledSbvg', symObjAddr: 0x1B40, symBinAddr: 0x1B4040, symSize: 0x60 }
+ - { offsetInCU: 0x120F, offset: 0x181C40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10wasRelayedSbvM', symObjAddr: 0x1C20, symBinAddr: 0x1B4120, symSize: 0x40 }
+ - { offsetInCU: 0x1260, offset: 0x181C91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8isOnHoldSbvgTo', symObjAddr: 0x1C60, symBinAddr: 0x1B4160, symSize: 0x60 }
+ - { offsetInCU: 0x12AA, offset: 0x181CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8isOnHoldSbvg', symObjAddr: 0x1CC0, symBinAddr: 0x1B41C0, symSize: 0x40 }
+ - { offsetInCU: 0x12FD, offset: 0x181D2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvgTo', symObjAddr: 0x1D00, symBinAddr: 0x1B4200, symSize: 0x70 }
+ - { offsetInCU: 0x1366, offset: 0x181D97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvsTo', symObjAddr: 0x1D90, symBinAddr: 0x1B4290, symSize: 0xA0 }
+ - { offsetInCU: 0x13A2, offset: 0x181DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvs', symObjAddr: 0x1E30, symBinAddr: 0x1B4330, symSize: 0x60 }
+ - { offsetInCU: 0x13C9, offset: 0x181DFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvW', symObjAddr: 0x1E90, symBinAddr: 0x1B4390, symSize: 0x780 }
+ - { offsetInCU: 0x1644, offset: 0x182075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvM', symObjAddr: 0x2610, symBinAddr: 0x1B4B10, symSize: 0x70 }
+ - { offsetInCU: 0x1673, offset: 0x1820A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8holdedByShySSGvM.resume.0', symObjAddr: 0x2680, symBinAddr: 0x1B4B80, symSize: 0xA0 }
+ - { offsetInCU: 0x16C1, offset: 0x1820F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE0SbvM', symObjAddr: 0x27A0, symBinAddr: 0x1B4CA0, symSize: 0x40 }
+ - { offsetInCU: 0x16F2, offset: 0x182123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15aliveTimerBoardAA07SBTimerH0CvM', symObjAddr: 0x2820, symBinAddr: 0x1B4D20, symSize: 0x40 }
+ - { offsetInCU: 0x1743, offset: 0x182174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvgTo', symObjAddr: 0x2860, symBinAddr: 0x1B4D60, symSize: 0x20 }
+ - { offsetInCU: 0x1781, offset: 0x1821B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10aliveQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x2880, symBinAddr: 0x1B4D80, symSize: 0x20 }
+ - { offsetInCU: 0x179E, offset: 0x1821CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7contextAC12StateManagerCvg', symObjAddr: 0x28A0, symBinAddr: 0x1B4DA0, symSize: 0x20 }
+ - { offsetInCU: 0x17CD, offset: 0x1821FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7serviceAA0aB7ServiceCvg', symObjAddr: 0x28C0, symBinAddr: 0x1B4DC0, symSize: 0x20 }
+ - { offsetInCU: 0x17FC, offset: 0x18222D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0Ovg', symObjAddr: 0x28E0, symBinAddr: 0x1B4DE0, symSize: 0x30 }
+ - { offsetInCU: 0x182B, offset: 0x18225C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0Ovs', symObjAddr: 0x2910, symBinAddr: 0x1B4E10, symSize: 0x40 }
+ - { offsetInCU: 0x186B, offset: 0x18229C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC22connectTransportStatusAA07ConnectgH0OvM', symObjAddr: 0x2950, symBinAddr: 0x1B4E50, symSize: 0x40 }
+ - { offsetInCU: 0x18BC, offset: 0x1822ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0CvgTo', symObjAddr: 0x2990, symBinAddr: 0x1B4E90, symSize: 0x20 }
+ - { offsetInCU: 0x18FA, offset: 0x18232B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12soundManagerAA05SoundG0Cvg', symObjAddr: 0x29B0, symBinAddr: 0x1B4EB0, symSize: 0x20 }
+ - { offsetInCU: 0x1937, offset: 0x182368, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvgTo', symObjAddr: 0x29D0, symBinAddr: 0x1B4ED0, symSize: 0x40 }
+ - { offsetInCU: 0x1975, offset: 0x1823A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvg', symObjAddr: 0x2A10, symBinAddr: 0x1B4F10, symSize: 0x40 }
+ - { offsetInCU: 0x19C1, offset: 0x1823F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvsTo', symObjAddr: 0x2A50, symBinAddr: 0x1B4F50, symSize: 0x40 }
+ - { offsetInCU: 0x1A07, offset: 0x182438, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvs', symObjAddr: 0x2A90, symBinAddr: 0x1B4F90, symSize: 0x50 }
+ - { offsetInCU: 0x1A30, offset: 0x182461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x2AE0, symBinAddr: 0x1B4FE0, symSize: 0x70 }
+ - { offsetInCU: 0x1A5F, offset: 0x182490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvg', symObjAddr: 0x2B70, symBinAddr: 0x1B5070, symSize: 0x40 }
+ - { offsetInCU: 0x1A8E, offset: 0x1824BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvs', symObjAddr: 0x2BB0, symBinAddr: 0x1B50B0, symSize: 0x50 }
+ - { offsetInCU: 0x1ACE, offset: 0x1824FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC10dispatcherAA0abE10DispatcherCvM', symObjAddr: 0x2C00, symBinAddr: 0x1B5100, symSize: 0x40 }
+ - { offsetInCU: 0x1AFF, offset: 0x182530, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvg', symObjAddr: 0x2C40, symBinAddr: 0x1B5140, symSize: 0x30 }
+ - { offsetInCU: 0x1B1E, offset: 0x18254F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvs', symObjAddr: 0x2C70, symBinAddr: 0x1B5170, symSize: 0x30 }
+ - { offsetInCU: 0x1B67, offset: 0x182598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvM', symObjAddr: 0x2CA0, symBinAddr: 0x1B51A0, symSize: 0x40 }
+ - { offsetInCU: 0x1BE4, offset: 0x182615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC7timeoutAA7TimeoutCvM.resume.0', symObjAddr: 0x2CE0, symBinAddr: 0x1B51E0, symSize: 0x60 }
+ - { offsetInCU: 0x1C3E, offset: 0x18266F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvg', symObjAddr: 0x2D40, symBinAddr: 0x1B5240, symSize: 0x50 }
+ - { offsetInCU: 0x1C6D, offset: 0x18269E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvs', symObjAddr: 0x2D90, symBinAddr: 0x1B5290, symSize: 0x50 }
+ - { offsetInCU: 0x1CAD, offset: 0x1826DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6senderAA13CommandSender_pvM', symObjAddr: 0x2DE0, symBinAddr: 0x1B52E0, symSize: 0x40 }
+ - { offsetInCU: 0x1CDE, offset: 0x18270F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvg', symObjAddr: 0x2E20, symBinAddr: 0x1B5320, symSize: 0x40 }
+ - { offsetInCU: 0x1D0F, offset: 0x182740, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvs', symObjAddr: 0x2E60, symBinAddr: 0x1B5360, symSize: 0x50 }
+ - { offsetInCU: 0x1D51, offset: 0x182782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11callManagerAA0deG0CSgvM', symObjAddr: 0x2EB0, symBinAddr: 0x1B53B0, symSize: 0x70 }
+ - { offsetInCU: 0x1D80, offset: 0x1827B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvW', symObjAddr: 0x2FA0, symBinAddr: 0x1B54A0, symSize: 0x180 }
+ - { offsetInCU: 0x1E35, offset: 0x182866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvs', symObjAddr: 0x3140, symBinAddr: 0x1B5640, symSize: 0x60 }
+ - { offsetInCU: 0x1E75, offset: 0x1828A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvM', symObjAddr: 0x31A0, symBinAddr: 0x1B56A0, symSize: 0x40 }
+ - { offsetInCU: 0x1EA6, offset: 0x1828D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14turnCredentialAA04TurnG0CSgvM.resume.0', symObjAddr: 0x31E0, symBinAddr: 0x1B56E0, symSize: 0x30 }
+ - { offsetInCU: 0x1ED3, offset: 0x182904, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvg', symObjAddr: 0x3210, symBinAddr: 0x1B5710, symSize: 0x40 }
+ - { offsetInCU: 0x1F02, offset: 0x182933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvs', symObjAddr: 0x3250, symBinAddr: 0x1B5750, symSize: 0x60 }
+ - { offsetInCU: 0x1F42, offset: 0x182973, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvM', symObjAddr: 0x32B0, symBinAddr: 0x1B57B0, symSize: 0x70 }
+ - { offsetInCU: 0x1F71, offset: 0x1829A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC27recordingDispatcherDelegateAA09RecordinggH0_pSgvM.resume.0', symObjAddr: 0x3320, symBinAddr: 0x1B5820, symSize: 0x70 }
+ - { offsetInCU: 0x1F9E, offset: 0x1829CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9recordersSayAA8RecorderCGvM', symObjAddr: 0x33D0, symBinAddr: 0x1B58D0, symSize: 0x40 }
+ - { offsetInCU: 0x1FCF, offset: 0x182A00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17localCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x3410, symBinAddr: 0x1B5910, symSize: 0x40 }
+ - { offsetInCU: 0x2000, offset: 0x182A31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18remoteCapabilitiesSayAA10CapabilityOGvg', symObjAddr: 0x3450, symBinAddr: 0x1B5950, symSize: 0x40 }
+ - { offsetInCU: 0x2051, offset: 0x182A82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isTurnChangeEnabledSbvgTo', symObjAddr: 0x3490, symBinAddr: 0x1B5990, symSize: 0xB0 }
+ - { offsetInCU: 0x20C8, offset: 0x182AF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19isTurnChangeEnabledSbvg', symObjAddr: 0x3540, symBinAddr: 0x1B5A40, symSize: 0x80 }
+ - { offsetInCU: 0x2148, offset: 0x182B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11isRecordingSbvgTo', symObjAddr: 0x35C0, symBinAddr: 0x1B5AC0, symSize: 0xC0 }
+ - { offsetInCU: 0x21F0, offset: 0x182C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11isRecordingSbvg', symObjAddr: 0x3680, symBinAddr: 0x1B5B80, symSize: 0xA0 }
+ - { offsetInCU: 0x227F, offset: 0x182CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20localRecordingStatusAA0gH0OvgTo', symObjAddr: 0x3720, symBinAddr: 0x1B5C20, symSize: 0x40 }
+ - { offsetInCU: 0x229B, offset: 0x182CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20localRecordingStatusAA0gH0Ovg', symObjAddr: 0x3760, symBinAddr: 0x1B5C60, symSize: 0x170 }
+ - { offsetInCU: 0x242C, offset: 0x182E5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21remoteRecordingStatusAA0gH0OvM', symObjAddr: 0x3A30, symBinAddr: 0x1B5F30, symSize: 0x40 }
+ - { offsetInCU: 0x245D, offset: 0x182E8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19remoteRecordingInfoAA0dE8SnapshotC0gH0CSgvM', symObjAddr: 0x3AB0, symBinAddr: 0x1B5FB0, symSize: 0x40 }
+ - { offsetInCU: 0x24AE, offset: 0x182EDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25isLocalScreenShareEnabledSbvgTo', symObjAddr: 0x3AF0, symBinAddr: 0x1B5FF0, symSize: 0x60 }
+ - { offsetInCU: 0x24E4, offset: 0x182F15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC25isLocalScreenShareEnabledSbvg', symObjAddr: 0x3B50, symBinAddr: 0x1B6050, symSize: 0x40 }
+ - { offsetInCU: 0x2501, offset: 0x182F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC11screenShareAA06ScreenG0CSgvM', symObjAddr: 0x3C50, symBinAddr: 0x1B6150, symSize: 0x40 }
+ - { offsetInCU: 0x2532, offset: 0x182F63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM', symObjAddr: 0x3DF0, symBinAddr: 0x1B62F0, symSize: 0x40 }
+ - { offsetInCU: 0x256F, offset: 0x182FA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ', symObjAddr: 0x3E30, symBinAddr: 0x1B6330, symSize: 0x10 }
+ - { offsetInCU: 0x259E, offset: 0x182FCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF', symObjAddr: 0x3E40, symBinAddr: 0x1B6340, symSize: 0x20 }
+ - { offsetInCU: 0x2634, offset: 0x183065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg', symObjAddr: 0x3E60, symBinAddr: 0x1B6360, symSize: 0x40 }
+ - { offsetInCU: 0x272F, offset: 0x183160, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3EA0, symBinAddr: 0x1B63A0, symSize: 0x10 }
+ - { offsetInCU: 0x2785, offset: 0x1831B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH9hashValueSivgTW', symObjAddr: 0x3EB0, symBinAddr: 0x1B63B0, symSize: 0x40 }
+ - { offsetInCU: 0x2869, offset: 0x18329A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3EF0, symBinAddr: 0x1B63F0, symSize: 0x20 }
+ - { offsetInCU: 0x28DC, offset: 0x18330D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg', symObjAddr: 0x3F50, symBinAddr: 0x1B6450, symSize: 0x40 }
+ - { offsetInCU: 0x290B, offset: 0x18333C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs', symObjAddr: 0x3F90, symBinAddr: 0x1B6490, symSize: 0x40 }
+ - { offsetInCU: 0x294B, offset: 0x18337C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM', symObjAddr: 0x3FD0, symBinAddr: 0x1B64D0, symSize: 0x40 }
+ - { offsetInCU: 0x297C, offset: 0x1833AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12statsManagerAA05StatsG0CvM', symObjAddr: 0x40D0, symBinAddr: 0x1B65D0, symSize: 0x40 }
+ - { offsetInCU: 0x29AD, offset: 0x1833DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC9resendersSayAA15RequestResenderCGvM', symObjAddr: 0x41D0, symBinAddr: 0x1B66D0, symSize: 0x40 }
+ - { offsetInCU: 0x29FE, offset: 0x18342F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvgTo', symObjAddr: 0x4210, symBinAddr: 0x1B6710, symSize: 0x60 }
+ - { offsetInCU: 0x2A34, offset: 0x183465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0Cvg', symObjAddr: 0x4270, symBinAddr: 0x1B6770, symSize: 0x40 }
+ - { offsetInCU: 0x2A62, offset: 0x183493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvsTo', symObjAddr: 0x42B0, symBinAddr: 0x1B67B0, symSize: 0x50 }
+ - { offsetInCU: 0x2A95, offset: 0x1834C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC19managedWebRTCClientAA8NewValueCyAA0gH0CGvg', symObjAddr: 0x4330, symBinAddr: 0x1B6830, symSize: 0x20 }
+ - { offsetInCU: 0x2AC4, offset: 0x1834F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC5state6sender7service10dispatcher12soundManager06directeK07timeout6callId6myRole6caller6callee07isVideoE00N7Options14turnCredential18remoteCapabilities11customItems18statsConfigurationAcA0dE5StateC_AA13CommandSender_pAA0aB7ServiceCAA0abE10DispatcherCAA05SoundK0CAA0deK0CSgAA7TimeoutCSSAC04UserQ0OAA0dE4UserCSgA11_SbAA0eV0CAA04TurnX0CSgSayAA10CapabilityOGSDyS2SGAA18StatsConfigurationVtcfc', symObjAddr: 0x4350, symBinAddr: 0x1B6850, symSize: 0xF30 }
+ - { offsetInCU: 0x2F51, offset: 0x183982, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfD', symObjAddr: 0x5280, symBinAddr: 0x1B7780, symSize: 0x150 }
+ - { offsetInCU: 0x3075, offset: 0x183AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfDTo', symObjAddr: 0x53D0, symBinAddr: 0x1B78D0, symSize: 0x20 }
+ - { offsetInCU: 0x3091, offset: 0x183AC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6callIdySS_tF', symObjAddr: 0x5580, symBinAddr: 0x1B7A80, symSize: 0x50 }
+ - { offsetInCU: 0x30E5, offset: 0x183B16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6callIdySS_tFTo', symObjAddr: 0x55D0, symBinAddr: 0x1B7AD0, symSize: 0x70 }
+ - { offsetInCU: 0x3123, offset: 0x183B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleryAA0dE4UserC_tF', symObjAddr: 0x5640, symBinAddr: 0x1B7B40, symSize: 0x40 }
+ - { offsetInCU: 0x3177, offset: 0x183BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleryAA0dE4UserC_tFTo', symObjAddr: 0x5680, symBinAddr: 0x1B7B80, symSize: 0x70 }
+ - { offsetInCU: 0x31B3, offset: 0x183BE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleeyAA0dE4UserC_tF', symObjAddr: 0x56F0, symBinAddr: 0x1B7BF0, symSize: 0x40 }
+ - { offsetInCU: 0x3207, offset: 0x183C38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update6calleeyAA0dE4UserC_tFTo', symObjAddr: 0x5730, symBinAddr: 0x1B7C30, symSize: 0x70 }
+ - { offsetInCU: 0x3243, offset: 0x183C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15updateStartedAtyySdF', symObjAddr: 0x57A0, symBinAddr: 0x1B7CA0, symSize: 0x50 }
+ - { offsetInCU: 0x3297, offset: 0x183CC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15updateStartedAtyySdFTo', symObjAddr: 0x57F0, symBinAddr: 0x1B7CF0, symSize: 0x70 }
+ - { offsetInCU: 0x32D7, offset: 0x183D08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfC', symObjAddr: 0x5860, symBinAddr: 0x1B7D60, symSize: 0x20 }
+ - { offsetInCU: 0x32F5, offset: 0x183D26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfc', symObjAddr: 0x5880, symBinAddr: 0x1B7D80, symSize: 0x30 }
+ - { offsetInCU: 0x3358, offset: 0x183D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCACycfcTo', symObjAddr: 0x58B0, symBinAddr: 0x1B7DB0, symSize: 0x30 }
+ - { offsetInCU: 0x33DF, offset: 0x183E10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvsTf4gn_n', symObjAddr: 0x7E30, symBinAddr: 0x1BA210, symSize: 0x110 }
+ - { offsetInCU: 0x3475, offset: 0x183EA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tF', symObjAddr: 0x260, symBinAddr: 0x1B2760, symSize: 0x30 }
+ - { offsetInCU: 0x3491, offset: 0x183EC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC6update8snapshotyAA14SignalSnapshotCSg_tF', symObjAddr: 0x290, symBinAddr: 0x1B2790, symSize: 0x70 }
+ - { offsetInCU: 0x3525, offset: 0x183F56, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE14createRandomIdSSyFZ', symObjAddr: 0x300, symBinAddr: 0x1B2800, symSize: 0xD0 }
+ - { offsetInCU: 0x385D, offset: 0x18428E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12webRTCClientAA03WebG0CvpACTk', symObjAddr: 0x4300, symBinAddr: 0x1B6800, symSize: 0x30 }
+ - { offsetInCU: 0x3A26, offset: 0x184457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCfETo', symObjAddr: 0x53F0, symBinAddr: 0x1B78F0, symSize: 0x190 }
+ - { offsetInCU: 0x3A6C, offset: 0x18449D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE03forSbAA12WebRTCClientC_tF', symObjAddr: 0x58E0, symBinAddr: 0x1B7DE0, symSize: 0x20 }
+ - { offsetInCU: 0x3ABC, offset: 0x1844ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC07isVideoE03forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x5900, symBinAddr: 0x1B7E00, symSize: 0x70 }
+ - { offsetInCU: 0x3AFA, offset: 0x18452B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x5970, symBinAddr: 0x1B7E70, symSize: 0x40 }
+ - { offsetInCU: 0x3B4C, offset: 0x18457D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tFTo', symObjAddr: 0x59B0, symBinAddr: 0x1B7EB0, symSize: 0x90 }
+ - { offsetInCU: 0x3B8C, offset: 0x1845BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x5A40, symBinAddr: 0x1B7F40, symSize: 0x40 }
+ - { offsetInCU: 0x3BDE, offset: 0x18460F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC15remoteVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tFTo', symObjAddr: 0x5A80, symBinAddr: 0x1B7F80, symSize: 0x90 }
+ - { offsetInCU: 0x3C1E, offset: 0x18464F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x5B10, symBinAddr: 0x1B8010, symSize: 0x40 }
+ - { offsetInCU: 0x3C70, offset: 0x1846A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14useFrontCamera3forSbAA12WebRTCClientC_tFTo', symObjAddr: 0x5B50, symBinAddr: 0x1B8050, symSize: 0x90 }
+ - { offsetInCU: 0x3CB0, offset: 0x1846E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC16localConstraints3forAA0eG0CSgAA12WebRTCClientC_tF', symObjAddr: 0x5BE0, symBinAddr: 0x1B80E0, symSize: 0x40 }
+ - { offsetInCU: 0x3CD5, offset: 0x184706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC17remoteConstraints3forAA0eG0CSgAA12WebRTCClientC_tF', symObjAddr: 0x5C20, symBinAddr: 0x1B8120, symSize: 0x40 }
+ - { offsetInCU: 0x3CFA, offset: 0x18472B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x5C60, symBinAddr: 0x1B8160, symSize: 0x70 }
+ - { offsetInCU: 0x3D94, offset: 0x1847C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x5CD0, symBinAddr: 0x1B81D0, symSize: 0xE0 }
+ - { offsetInCU: 0x3DED, offset: 0x18481E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x5DB0, symBinAddr: 0x1B82B0, symSize: 0x70 }
+ - { offsetInCU: 0x3E87, offset: 0x1848B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC21updateRemoteVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptFTo', symObjAddr: 0x5E20, symBinAddr: 0x1B8320, symSize: 0xE0 }
+ - { offsetInCU: 0x3EEF, offset: 0x184920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0fG0C_tFTW', symObjAddr: 0x5F00, symBinAddr: 0x1B8400, symSize: 0x20 }
+ - { offsetInCU: 0x3F31, offset: 0x184962, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0fG0C_tFTW', symObjAddr: 0x5F20, symBinAddr: 0x1B8420, symSize: 0x20 }
+ - { offsetInCU: 0x3F73, offset: 0x1849A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP07isVideoE03forSbAA0fG0C_tFTW', symObjAddr: 0x5F40, symBinAddr: 0x1B8440, symSize: 0x20 }
+ - { offsetInCU: 0x3FB5, offset: 0x1849E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0fG0C_tFTW', symObjAddr: 0x5F60, symBinAddr: 0x1B8460, symSize: 0x20 }
+ - { offsetInCU: 0x4015, offset: 0x184A46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA0eK0CSgAA0fG0C_tFTW', symObjAddr: 0x5F80, symBinAddr: 0x1B8480, symSize: 0x40 }
+ - { offsetInCU: 0x408A, offset: 0x184ABB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA0eK0CSgAA0fG0C_tFTW', symObjAddr: 0x5FC0, symBinAddr: 0x1B84C0, symSize: 0x40 }
+ - { offsetInCU: 0x40E1, offset: 0x184B12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0fG0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x6000, symBinAddr: 0x1B8500, symSize: 0x20 }
+ - { offsetInCU: 0x4123, offset: 0x184B54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0fG0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x6020, symBinAddr: 0x1B8520, symSize: 0x20 }
+ - { offsetInCU: 0x4180, offset: 0x184BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8dispatch7commandyAA7Command_p_tFTf4en_n', symObjAddr: 0x6040, symBinAddr: 0x1B8540, symSize: 0x150 }
+ - { offsetInCU: 0x4228, offset: 0x184C59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCMa', symObjAddr: 0x6230, symBinAddr: 0x1B8690, symSize: 0x20 }
+ - { offsetInCU: 0x423C, offset: 0x184C6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASQWb', symObjAddr: 0x62B0, symBinAddr: 0x1B86B0, symSize: 0x10 }
+ - { offsetInCU: 0x4250, offset: 0x184C81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOAESQAAWl', symObjAddr: 0x62C0, symBinAddr: 0x1B86C0, symSize: 0x30 }
+ - { offsetInCU: 0x4264, offset: 0x184C95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASQWb', symObjAddr: 0x62F0, symBinAddr: 0x1B86F0, symSize: 0x10 }
+ - { offsetInCU: 0x4278, offset: 0x184CA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOAESQAAWl', symObjAddr: 0x6300, symBinAddr: 0x1B8700, symSize: 0x30 }
+ - { offsetInCU: 0x428C, offset: 0x184CBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOMa', symObjAddr: 0x7C70, symBinAddr: 0x1BA070, symSize: 0x10 }
+ - { offsetInCU: 0x42A0, offset: 0x184CD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwet', symObjAddr: 0x7CA0, symBinAddr: 0x1BA080, symSize: 0x80 }
+ - { offsetInCU: 0x42B4, offset: 0x184CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwst', symObjAddr: 0x7D20, symBinAddr: 0x1BA100, symSize: 0xD0 }
+ - { offsetInCU: 0x42C8, offset: 0x184CF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwug', symObjAddr: 0x7DF0, symBinAddr: 0x1BA1D0, symSize: 0x10 }
+ - { offsetInCU: 0x42DC, offset: 0x184D0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwup', symObjAddr: 0x7E00, symBinAddr: 0x1BA1E0, symSize: 0x10 }
+ - { offsetInCU: 0x42F0, offset: 0x184D21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOwui', symObjAddr: 0x7E10, symBinAddr: 0x1BA1F0, symSize: 0x10 }
+ - { offsetInCU: 0x4304, offset: 0x184D35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOMa', symObjAddr: 0x7E20, symBinAddr: 0x1BA200, symSize: 0x10 }
+ - { offsetInCU: 0x4318, offset: 0x184D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DirectCallDelegate_pSgXwWOh', symObjAddr: 0x7F40, symBinAddr: 0x1BA320, symSize: 0x20 }
+ - { offsetInCU: 0x432C, offset: 0x184D5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC12StateManagerC8dispatch3ackyAA0dE8ResponseC_tFyycfU_TA', symObjAddr: 0x8020, symBinAddr: 0x1BA370, symSize: 0x20 }
+ - { offsetInCU: 0x4399, offset: 0x184DCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4B0, symBinAddr: 0x1B29B0, symSize: 0x10 }
+ - { offsetInCU: 0x442A, offset: 0x184E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH9hashValueSivgTW', symObjAddr: 0x4C0, symBinAddr: 0x1B29C0, symSize: 0x40 }
+ - { offsetInCU: 0x44D9, offset: 0x184F0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x500, symBinAddr: 0x1B2A00, symSize: 0x20 }
+ - { offsetInCU: 0x452C, offset: 0x184F5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC8UserRoleOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x520, symBinAddr: 0x1B2A20, symSize: 0x40 }
+ - { offsetInCU: 0x479C, offset: 0x1851CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13RingingSourceOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F10, symBinAddr: 0x1B6410, symSize: 0x40 }
+ - { offsetInCU: 0x26B, offset: 0x1859E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5codecSSSgvgAA10StatisticsC_Tg5', symObjAddr: 0x0, symBinAddr: 0x1BA4C0, symSize: 0x1A40 }
+ - { offsetInCU: 0x73A, offset: 0x185EAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticableP8outboundAA10PacketInfoVSgvpAaB_pTK', symObjAddr: 0x1A40, symBinAddr: 0x1BBF00, symSize: 0x70 }
+ - { offsetInCU: 0x75D, offset: 0x185ED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE5delta2of4pathqd__Sgs7KeyPathCyAaB_pAA10PacketInfoVSgG_AIyAK0J6ValuesVAGGtSjRd__lFAA10StatisticsC_s5Int64VTg5', symObjAddr: 0x1AB0, symBinAddr: 0x1BBF70, symSize: 0x2790 }
+ - { offsetInCU: 0x80D, offset: 0x185F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticableP7inboundAA10PacketInfoVSgvpAaB_pTK', symObjAddr: 0x4240, symBinAddr: 0x1BE700, symSize: 0x70 }
+ - { offsetInCU: 0x843, offset: 0x185FB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE16remotePacketLosts5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x42B0, symBinAddr: 0x1BE770, symSize: 0x140 }
+ - { offsetInCU: 0x92B, offset: 0x1860A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE11packetsSents5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x43F0, symBinAddr: 0x1BE8B0, symSize: 0x140 }
+ - { offsetInCU: 0xA13, offset: 0x186188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE13bytesReceiveds5Int64VSgvgAA10StatisticsC_Tg5', symObjAddr: 0x4530, symBinAddr: 0x1BE9F0, symSize: 0x140 }
+ - { offsetInCU: 0xB00, offset: 0x186275, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13StatisticablePAAE25outboundMediaSourcePacketAA0H4InfoVSgvgAA10StatisticsC_Tg5', symObjAddr: 0x4670, symBinAddr: 0x1BEB30, symSize: 0x2C60 }
+ - { offsetInCU: 0x1660, offset: 0x186DD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x72D0, symBinAddr: 0x1C1790, symSize: 0x1A60 }
+ - { offsetInCU: 0x1CDD, offset: 0x187452, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvg', symObjAddr: 0x8DD0, symBinAddr: 0x1C31F0, symSize: 0x30 }
+ - { offsetInCU: 0x1CF1, offset: 0x187466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvs', symObjAddr: 0x8E00, symBinAddr: 0x1C3220, symSize: 0x30 }
+ - { offsetInCU: 0x1D05, offset: 0x18747A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC7isValidSbvM', symObjAddr: 0x8E30, symBinAddr: 0x1C3250, symSize: 0x30 }
+ - { offsetInCU: 0x1D19, offset: 0x18748E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11packetsSents5Int64VSgvg', symObjAddr: 0x8E60, symBinAddr: 0x1C3280, symSize: 0x50 }
+ - { offsetInCU: 0x1D38, offset: 0x1874AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16totalPacketsSents5Int64VSgvg', symObjAddr: 0x8EB0, symBinAddr: 0x1C32D0, symSize: 0x50 }
+ - { offsetInCU: 0x1D57, offset: 0x1874CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC9bytesSents5Int64VSgvg', symObjAddr: 0x8F00, symBinAddr: 0x1C3320, symSize: 0x50 }
+ - { offsetInCU: 0x1D76, offset: 0x1874EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14totalBytesSents5Int64VSgvg', symObjAddr: 0x8F50, symBinAddr: 0x1C3370, symSize: 0x50 }
+ - { offsetInCU: 0x1D95, offset: 0x18750A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24retransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x8FA0, symBinAddr: 0x1C33C0, symSize: 0x50 }
+ - { offsetInCU: 0x1DB4, offset: 0x187529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC29totalRetransmittedPacketsSents5Int64VSgvg', symObjAddr: 0x8FF0, symBinAddr: 0x1C3410, symSize: 0x50 }
+ - { offsetInCU: 0x1DD3, offset: 0x187548, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22retransmittedBytesSents5Int64VSgvg', symObjAddr: 0x9040, symBinAddr: 0x1C3460, symSize: 0x50 }
+ - { offsetInCU: 0x1DF2, offset: 0x187567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC27totalRetransmittedBytesSents5Int64VSgvg', symObjAddr: 0x9090, symBinAddr: 0x1C34B0, symSize: 0x50 }
+ - { offsetInCU: 0x1E11, offset: 0x187586, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13targetBitrates5Int64VSgvg', symObjAddr: 0x90E0, symBinAddr: 0x1C3500, symSize: 0x50 }
+ - { offsetInCU: 0x1E30, offset: 0x1875A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17outboundNackCounts5Int64VSgvg', symObjAddr: 0x9130, symBinAddr: 0x1C3550, symSize: 0x50 }
+ - { offsetInCU: 0x1E4F, offset: 0x1875C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesEncodeds5Int64VSgvg', symObjAddr: 0x9180, symBinAddr: 0x1C35A0, symSize: 0x50 }
+ - { offsetInCU: 0x1E6E, offset: 0x1875E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13framesEncodeds5Int64VSgvg', symObjAddr: 0x91D0, symBinAddr: 0x1C35F0, symSize: 0x50 }
+ - { offsetInCU: 0x1E8D, offset: 0x187602, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21totalKeyFramesEncodeds5Int64VSgvg', symObjAddr: 0x9220, symBinAddr: 0x1C3640, symSize: 0x50 }
+ - { offsetInCU: 0x1EAC, offset: 0x187621, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16keyFramesEncodeds5Int64VSgvg', symObjAddr: 0x9270, symBinAddr: 0x1C3690, symSize: 0x50 }
+ - { offsetInCU: 0x1ECB, offset: 0x187640, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15sentFrameHeights5Int64VSgvg', symObjAddr: 0x92C0, symBinAddr: 0x1C36E0, symSize: 0x50 }
+ - { offsetInCU: 0x1EEA, offset: 0x18765F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14sentFrameWidths5Int64VSgvg', symObjAddr: 0x9310, symBinAddr: 0x1C3730, symSize: 0x50 }
+ - { offsetInCU: 0x1F09, offset: 0x18767E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15totalFramesSents5Int64VSgvg', symObjAddr: 0x9360, symBinAddr: 0x1C3780, symSize: 0x50 }
+ - { offsetInCU: 0x1F28, offset: 0x18769D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC10framesSents5Int64VSgvg', symObjAddr: 0x93B0, symBinAddr: 0x1C37D0, symSize: 0x50 }
+ - { offsetInCU: 0x1F47, offset: 0x1876BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14hugeFramesSents5Int64VSgvg', symObjAddr: 0x9400, symBinAddr: 0x1C3820, symSize: 0x50 }
+ - { offsetInCU: 0x1F66, offset: 0x1876DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvg', symObjAddr: 0x94F0, symBinAddr: 0x1C38D0, symSize: 0x50 }
+ - { offsetInCU: 0x1F82, offset: 0x1876F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvs', symObjAddr: 0x9540, symBinAddr: 0x1C3920, symSize: 0x50 }
+ - { offsetInCU: 0x1F9E, offset: 0x187713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvM', symObjAddr: 0x9590, symBinAddr: 0x1C3970, symSize: 0x30 }
+ - { offsetInCU: 0x1FBA, offset: 0x18772F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23qualityLimitationReasonSSSgvM.resume.0', symObjAddr: 0x95C0, symBinAddr: 0x1C39A0, symSize: 0x10 }
+ - { offsetInCU: 0x1FD6, offset: 0x18774B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvg', symObjAddr: 0x95D0, symBinAddr: 0x1C39B0, symSize: 0x40 }
+ - { offsetInCU: 0x1FF2, offset: 0x187767, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvs', symObjAddr: 0x9610, symBinAddr: 0x1C39F0, symSize: 0x40 }
+ - { offsetInCU: 0x200E, offset: 0x187783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26qualityLimitationDurationsSDySSSdGSgvM', symObjAddr: 0x9650, symBinAddr: 0x1C3A30, symSize: 0x30 }
+ - { offsetInCU: 0x202A, offset: 0x18779F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC34qualityLimitationResolutionChangess5Int64VSgvg', symObjAddr: 0x9680, symBinAddr: 0x1C3A60, symSize: 0x50 }
+ - { offsetInCU: 0x2049, offset: 0x1877BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16outboundFirCounts5Int64VSgvg', symObjAddr: 0x96D0, symBinAddr: 0x1C3AB0, symSize: 0x50 }
+ - { offsetInCU: 0x2068, offset: 0x1877DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16outboundPliCounts5Int64VSgvg', symObjAddr: 0x9720, symBinAddr: 0x1C3B00, symSize: 0x50 }
+ - { offsetInCU: 0x2087, offset: 0x1877FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC6jitterSdSgvg', symObjAddr: 0x9770, symBinAddr: 0x1C3B50, symSize: 0x50 }
+ - { offsetInCU: 0x20A6, offset: 0x18781B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11packetsLosts5Int64VSgvg', symObjAddr: 0x97C0, symBinAddr: 0x1C3BA0, symSize: 0x50 }
+ - { offsetInCU: 0x20C5, offset: 0x18783A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16totalPacketsLosts5Int64VSgvg', symObjAddr: 0x9810, symBinAddr: 0x1C3BF0, symSize: 0x50 }
+ - { offsetInCU: 0x20E4, offset: 0x187859, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15packetsReceiveds5Int64VSgvg', symObjAddr: 0x9860, symBinAddr: 0x1C3C40, symSize: 0x50 }
+ - { offsetInCU: 0x2103, offset: 0x187878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalPacketsReceiveds5Int64VSgvg', symObjAddr: 0x98B0, symBinAddr: 0x1C3C90, symSize: 0x50 }
+ - { offsetInCU: 0x2122, offset: 0x187897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13bytesReceiveds5Int64VSgvg', symObjAddr: 0x9900, symBinAddr: 0x1C3CE0, symSize: 0x50 }
+ - { offsetInCU: 0x2141, offset: 0x1878B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalBytesReceiveds5Int64VSgvg', symObjAddr: 0x9950, symBinAddr: 0x1C3D30, symSize: 0x50 }
+ - { offsetInCU: 0x2160, offset: 0x1878D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17jitterBufferDelaySdSgvg', symObjAddr: 0x99A0, symBinAddr: 0x1C3D80, symSize: 0x50 }
+ - { offsetInCU: 0x217F, offset: 0x1878F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC23jitterBufferTargetDelaySdSgvg', symObjAddr: 0x99F0, symBinAddr: 0x1C3DD0, symSize: 0x50 }
+ - { offsetInCU: 0x219E, offset: 0x187913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24jitterBufferEmittedCounts5Int64VSgvg', symObjAddr: 0x9A40, symBinAddr: 0x1C3E20, symSize: 0x50 }
+ - { offsetInCU: 0x21BD, offset: 0x187932, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFramesReceiveds5Int64VSgvg', symObjAddr: 0x9A90, symBinAddr: 0x1C3E70, symSize: 0x50 }
+ - { offsetInCU: 0x21DC, offset: 0x187951, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC14framesReceiveds5Int64VSgvg', symObjAddr: 0x9AE0, symBinAddr: 0x1C3EC0, symSize: 0x50 }
+ - { offsetInCU: 0x21FB, offset: 0x187970, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19receivedFrameHeights5Int64VSgvg', symObjAddr: 0x9B30, symBinAddr: 0x1C3F10, symSize: 0x50 }
+ - { offsetInCU: 0x221A, offset: 0x18798F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18receivedFrameWidths5Int64VSgvg', symObjAddr: 0x9B80, symBinAddr: 0x1C3F60, symSize: 0x50 }
+ - { offsetInCU: 0x2239, offset: 0x1879AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13framesDecodeds5Int64VSgvg', symObjAddr: 0x9BD0, symBinAddr: 0x1C3FB0, symSize: 0x50 }
+ - { offsetInCU: 0x2258, offset: 0x1879CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesDecodeds5Int64VSgvg', symObjAddr: 0x9C20, symBinAddr: 0x1C4000, symSize: 0x50 }
+ - { offsetInCU: 0x2277, offset: 0x1879EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16keyFramesDecodeds5Int64VSgvg', symObjAddr: 0x9C70, symBinAddr: 0x1C4050, symSize: 0x50 }
+ - { offsetInCU: 0x2296, offset: 0x187A0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21totalKeyFramesDecodeds5Int64VSgvg', symObjAddr: 0x9CC0, symBinAddr: 0x1C40A0, symSize: 0x50 }
+ - { offsetInCU: 0x22B5, offset: 0x187A2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18totalFramesDroppeds5Int64VSgvg', symObjAddr: 0x9D10, symBinAddr: 0x1C40F0, symSize: 0x50 }
+ - { offsetInCU: 0x22D4, offset: 0x187A49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalInterFrameDelaySdSgvg', symObjAddr: 0x9D60, symBinAddr: 0x1C4140, symSize: 0x50 }
+ - { offsetInCU: 0x22F3, offset: 0x187A68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22averageInterFrameDelaySdSgvg', symObjAddr: 0x9DB0, symBinAddr: 0x1C4190, symSize: 0x50 }
+ - { offsetInCU: 0x2312, offset: 0x187A87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC27totalSquaredInterFrameDelaySdSgvg', symObjAddr: 0x9E00, symBinAddr: 0x1C41E0, symSize: 0x50 }
+ - { offsetInCU: 0x2331, offset: 0x187AA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC10pauseCounts5Int64VSgvg', symObjAddr: 0x9E50, symBinAddr: 0x1C4230, symSize: 0x50 }
+ - { offsetInCU: 0x2350, offset: 0x187AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalPausesDurationSdSgvg', symObjAddr: 0x9EA0, symBinAddr: 0x1C4280, symSize: 0x50 }
+ - { offsetInCU: 0x236F, offset: 0x187AE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11freezeCounts5Int64VSgvg', symObjAddr: 0x9EF0, symBinAddr: 0x1C42D0, symSize: 0x50 }
+ - { offsetInCU: 0x238E, offset: 0x187B03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFreezeDurationSdSgvg', symObjAddr: 0x9F40, symBinAddr: 0x1C4320, symSize: 0x50 }
+ - { offsetInCU: 0x23AD, offset: 0x187B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15inboundFirCounts5Int64VSgvg', symObjAddr: 0x9F90, symBinAddr: 0x1C4370, symSize: 0x50 }
+ - { offsetInCU: 0x23CC, offset: 0x187B41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15inboundPliCounts5Int64VSgvg', symObjAddr: 0x9FE0, symBinAddr: 0x1C43C0, symSize: 0x50 }
+ - { offsetInCU: 0x23EB, offset: 0x187B60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16inboundNackCounts5Int64VSgvg', symObjAddr: 0xA030, symBinAddr: 0x1C4410, symSize: 0x50 }
+ - { offsetInCU: 0x240A, offset: 0x187B7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC12remoteJitterSdSgvg', symObjAddr: 0xA080, symBinAddr: 0x1C4460, symSize: 0x50 }
+ - { offsetInCU: 0x2429, offset: 0x187B9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC22remoteTotalPacketsLosts5Int64VSgvg', symObjAddr: 0xA0D0, symBinAddr: 0x1C44B0, symSize: 0x50 }
+ - { offsetInCU: 0x2448, offset: 0x187BBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC9remoteRttSdSgvg', symObjAddr: 0xA120, symBinAddr: 0x1C4500, symSize: 0x50 }
+ - { offsetInCU: 0x2467, offset: 0x187BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC18remoteFractionLostSdSgvg', symObjAddr: 0xA170, symBinAddr: 0x1C4550, symSize: 0x50 }
+ - { offsetInCU: 0x2486, offset: 0x187BFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26sumOfSquaredFramesDurationSdSgvg', symObjAddr: 0xA1C0, symBinAddr: 0x1C45A0, symSize: 0x50 }
+ - { offsetInCU: 0x24A5, offset: 0x187C1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15totalDecodeTimeSdSgvg', symObjAddr: 0xA210, symBinAddr: 0x1C45F0, symSize: 0x50 }
+ - { offsetInCU: 0x24C4, offset: 0x187C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19totalFramesDurationSdSgvg', symObjAddr: 0xA260, symBinAddr: 0x1C4640, symSize: 0x50 }
+ - { offsetInCU: 0x24E3, offset: 0x187C58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC20totalFreezesDurationSdSgvg', symObjAddr: 0xA2B0, symBinAddr: 0x1C4690, symSize: 0x50 }
+ - { offsetInCU: 0x2502, offset: 0x187C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC19headerBytesReceiveds5Int64VSgvg', symObjAddr: 0xA300, symBinAddr: 0x1C46E0, symSize: 0x50 }
+ - { offsetInCU: 0x2531, offset: 0x187CA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC21remotePacketsLostRateSdSgvg', symObjAddr: 0xA350, symBinAddr: 0x1C4730, symSize: 0x50 }
+ - { offsetInCU: 0x2550, offset: 0x187CC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15packetsLostRateSdSgvg', symObjAddr: 0xA3A0, symBinAddr: 0x1C4780, symSize: 0x50 }
+ - { offsetInCU: 0x256F, offset: 0x187CE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC26videoSourceFramesPerSecondSdSgvg', symObjAddr: 0xA3F0, symBinAddr: 0x1C47D0, symSize: 0x50 }
+ - { offsetInCU: 0x258E, offset: 0x187D03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17videoSourceHeights5Int64VSgvg', symObjAddr: 0xA440, symBinAddr: 0x1C4820, symSize: 0x50 }
+ - { offsetInCU: 0x25AD, offset: 0x187D22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC16videoSourceWidths5Int64VSgvg', symObjAddr: 0xA490, symBinAddr: 0x1C4870, symSize: 0x50 }
+ - { offsetInCU: 0x25CC, offset: 0x187D41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC17remotePacketsLosts5Int64VSgvg', symObjAddr: 0xA4E0, symBinAddr: 0x1C48C0, symSize: 0x50 }
+ - { offsetInCU: 0x25EB, offset: 0x187D60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24availableOutgoingBitrates5Int64VSgvg', symObjAddr: 0xA530, symBinAddr: 0x1C4910, symSize: 0x50 }
+ - { offsetInCU: 0x260A, offset: 0x187D7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC24availableIncomingBitrates5Int64VSgvg', symObjAddr: 0xA580, symBinAddr: 0x1C4960, symSize: 0x50 }
+ - { offsetInCU: 0x2629, offset: 0x187D9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0xA5D0, symBinAddr: 0x1C49B0, symSize: 0x10 }
+ - { offsetInCU: 0x263D, offset: 0x187DB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11flushValuesyyF', symObjAddr: 0xA5E0, symBinAddr: 0x1C49C0, symSize: 0xA30 }
+ - { offsetInCU: 0x266E, offset: 0x187DE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0xB010, symBinAddr: 0x1C53F0, symSize: 0x900 }
+ - { offsetInCU: 0x2A6E, offset: 0x1881E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0xB910, symBinAddr: 0x1C5CF0, symSize: 0x10 }
+ - { offsetInCU: 0x2CA3, offset: 0x188418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCfd', symObjAddr: 0xB920, symBinAddr: 0x1C5D00, symSize: 0x340 }
+ - { offsetInCU: 0x2CD0, offset: 0x188445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCfD', symObjAddr: 0xBC60, symBinAddr: 0x1C6040, symSize: 0x20 }
+ - { offsetInCU: 0x2CFD, offset: 0x188472, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCACycfC', symObjAddr: 0xBC80, symBinAddr: 0x1C6060, symSize: 0x30 }
+ - { offsetInCU: 0x2D1B, offset: 0x188490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCACycfc', symObjAddr: 0xBCB0, symBinAddr: 0x1C6090, symSize: 0x1840 }
+ - { offsetInCU: 0x38E3, offset: 0x189058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0xD4F0, symBinAddr: 0x1C78D0, symSize: 0x30 }
+ - { offsetInCU: 0x3924, offset: 0x189099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0xD520, symBinAddr: 0x1C7900, symSize: 0x30 }
+ - { offsetInCU: 0x3965, offset: 0x1890DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0xD550, symBinAddr: 0x1C7930, symSize: 0x30 }
+ - { offsetInCU: 0x39A6, offset: 0x18911B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xD580, symBinAddr: 0x1C7960, symSize: 0x10 }
+ - { offsetInCU: 0x39D8, offset: 0x18914D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0xD590, symBinAddr: 0x1C7970, symSize: 0x10 }
+ - { offsetInCU: 0x39FB, offset: 0x189170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0xD5A0, symBinAddr: 0x1C7980, symSize: 0x10 }
+ - { offsetInCU: 0x3A2D, offset: 0x1891A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xD5B0, symBinAddr: 0x1C7990, symSize: 0x10 }
+ - { offsetInCU: 0x3A60, offset: 0x1891D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xD6B0, symBinAddr: 0x1C79A0, symSize: 0x2600 }
+ - { offsetInCU: 0x580A, offset: 0x18AF7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0xFCB0, symBinAddr: 0x1C9FA0, symSize: 0x21350 }
+ - { offsetInCU: 0x5B37, offset: 0x18B2AC, size: 0x8, addend: 0x0, symName: '_$sSDySSSdGSDyxq_GSEsSERzSER_rlWl', symObjAddr: 0x9450, symBinAddr: 0x1C3870, symSize: 0x60 }
+ - { offsetInCU: 0x5F71, offset: 0x18B6E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs06CodingE0AAWl', symObjAddr: 0x31000, symBinAddr: 0x1EB2F0, symSize: 0x30 }
+ - { offsetInCU: 0x5F85, offset: 0x18B6FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15VideoStatisticsCMa', symObjAddr: 0x31030, symBinAddr: 0x1EB320, symSize: 0x20 }
+ - { offsetInCU: 0x5F99, offset: 0x18B70E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10StatisticsCAcA13StatisticableAAWl', symObjAddr: 0x31C70, symBinAddr: 0x1EB3C0, symSize: 0x40 }
+ - { offsetInCU: 0x5FAD, offset: 0x18B722, size: 0x8, addend: 0x0, symName: '_$sSlsSQ7ElementRpzrlE5split9separator9maxSplits25omittingEmptySubsequencesSay11SubSequenceQzGAB_SiSbtFSbABXEfU_SS_TG5TA', symObjAddr: 0x31CB0, symBinAddr: 0x1EB400, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x18BC13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x1EB440, symSize: 0x60 }
+ - { offsetInCU: 0x4B, offset: 0x18BC37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfC', symObjAddr: 0x0, symBinAddr: 0x1EB440, symSize: 0x60 }
+ - { offsetInCU: 0x67, offset: 0x18BC53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callIdSSvg', symObjAddr: 0x60, symBinAddr: 0x1EB4A0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x18BC6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV10gzippedSDPSSSgvg', symObjAddr: 0x90, symBinAddr: 0x1EB4D0, symSize: 0x30 }
+ - { offsetInCU: 0x9F, offset: 0x18BC8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xC0, symBinAddr: 0x1EB500, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x18BC9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xF0, symBinAddr: 0x1EB530, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x18BCBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV9requestIdSSvg', symObjAddr: 0x100, symBinAddr: 0x1EB540, symSize: 0x30 }
+ - { offsetInCU: 0xE3, offset: 0x18BCCF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x130, symBinAddr: 0x1EB570, symSize: 0x280 }
+ - { offsetInCU: 0x156, offset: 0x18BD42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x3B0, symBinAddr: 0x1EB7F0, symSize: 0x10 }
+ - { offsetInCU: 0x181, offset: 0x18BD6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x1EB800, symSize: 0x30 }
+ - { offsetInCU: 0x1C2, offset: 0x18BDAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3F0, symBinAddr: 0x1EB830, symSize: 0x30 }
+ - { offsetInCU: 0x1F4, offset: 0x18BDE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x420, symBinAddr: 0x1EB860, symSize: 0x50 }
+ - { offsetInCU: 0x217, offset: 0x18BE03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestV6callId3sdp014peerConnectionG0ACSS_SSSgAGtcfCTf4gnnd_n', symObjAddr: 0x470, symBinAddr: 0x1EB8B0, symSize: 0x130 }
+ - { offsetInCU: 0x277, offset: 0x18BE63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x770, symBinAddr: 0x1EB9E0, symSize: 0x20 }
+ - { offsetInCU: 0x28B, offset: 0x18BE77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA13WSRequestableAAWl', symObjAddr: 0x790, symBinAddr: 0x1EBA00, symSize: 0x30 }
+ - { offsetInCU: 0x29F, offset: 0x18BE8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x7C0, symBinAddr: 0x1EBA30, symSize: 0x20 }
+ - { offsetInCU: 0x2B3, offset: 0x18BE9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA13WSRequestableAAWI', symObjAddr: 0x810, symBinAddr: 0x1EBA50, symSize: 0x20 }
+ - { offsetInCU: 0x2C7, offset: 0x18BEB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x860, symBinAddr: 0x1EBA70, symSize: 0x10 }
+ - { offsetInCU: 0x2DB, offset: 0x18BEC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA11RequestableAAWI', symObjAddr: 0x8A0, symBinAddr: 0x1EBA80, symSize: 0x30 }
+ - { offsetInCU: 0x2EF, offset: 0x18BEDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA0E0AAWl', symObjAddr: 0x8D0, symBinAddr: 0x1EBAB0, symSize: 0x30 }
+ - { offsetInCU: 0x303, offset: 0x18BEEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x900, symBinAddr: 0x1EBAE0, symSize: 0x30 }
+ - { offsetInCU: 0x317, offset: 0x18BF03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0AAWI', symObjAddr: 0x930, symBinAddr: 0x1EBB10, symSize: 0x20 }
+ - { offsetInCU: 0x32B, offset: 0x18BF17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVACSEAAWl', symObjAddr: 0x950, symBinAddr: 0x1EBB30, symSize: 0x30 }
+ - { offsetInCU: 0x33F, offset: 0x18BF2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x980, symBinAddr: 0x1EBB60, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0x18BF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwCP', symObjAddr: 0x9A0, symBinAddr: 0x1EBB80, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x18BF53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwxx', symObjAddr: 0x9D0, symBinAddr: 0x1EBBB0, symSize: 0x40 }
+ - { offsetInCU: 0x37B, offset: 0x18BF67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwcp', symObjAddr: 0xA10, symBinAddr: 0x1EBBF0, symSize: 0x80 }
+ - { offsetInCU: 0x38F, offset: 0x18BF7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwca', symObjAddr: 0xA90, symBinAddr: 0x1EBC70, symSize: 0xB0 }
+ - { offsetInCU: 0x3A3, offset: 0x18BF8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwta', symObjAddr: 0xB70, symBinAddr: 0x1EBD20, symSize: 0x80 }
+ - { offsetInCU: 0x3B7, offset: 0x18BFA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwet', symObjAddr: 0xBF0, symBinAddr: 0x1EBDA0, symSize: 0x40 }
+ - { offsetInCU: 0x3CB, offset: 0x18BFB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVwst', symObjAddr: 0xC30, symBinAddr: 0x1EBDE0, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x18BFCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVMa', symObjAddr: 0xC80, symBinAddr: 0x1EBE30, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x18C224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1EBE40, symSize: 0x90 }
+ - { offsetInCU: 0x4B, offset: 0x18C248, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x1EBE40, symSize: 0x90 }
+ - { offsetInCU: 0x86, offset: 0x18C283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xE0, symBinAddr: 0x1EBF20, symSize: 0x50 }
+ - { offsetInCU: 0xA7, offset: 0x18C2A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x130, symBinAddr: 0x1EBF70, symSize: 0x50 }
+ - { offsetInCU: 0xD0, offset: 0x18C2CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x180, symBinAddr: 0x1EBFC0, symSize: 0x60 }
+ - { offsetInCU: 0xF9, offset: 0x18C2F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1E0, symBinAddr: 0x1EC020, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0x18C312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6callIdSSvg', symObjAddr: 0x1F0, symBinAddr: 0x1EC030, symSize: 0x30 }
+ - { offsetInCU: 0x131, offset: 0x18C32E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x220, symBinAddr: 0x1EC060, symSize: 0x10 }
+ - { offsetInCU: 0x14D, offset: 0x18C34A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV9requestIdSSvg', symObjAddr: 0x230, symBinAddr: 0x1EC070, symSize: 0x30 }
+ - { offsetInCU: 0x161, offset: 0x18C35E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x260, symBinAddr: 0x1EC0A0, symSize: 0x160 }
+ - { offsetInCU: 0x1E9, offset: 0x18C3E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x400, symBinAddr: 0x1EC200, symSize: 0x10 }
+ - { offsetInCU: 0x214, offset: 0x18C411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x410, symBinAddr: 0x1EC210, symSize: 0x50 }
+ - { offsetInCU: 0x25A, offset: 0x18C457, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x460, symBinAddr: 0x1EC260, symSize: 0x30 }
+ - { offsetInCU: 0x28C, offset: 0x18C489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x490, symBinAddr: 0x1EC290, symSize: 0x40 }
+ - { offsetInCU: 0x2B0, offset: 0x18C4AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultType_WZ', symObjAddr: 0x90, symBinAddr: 0x1EBED0, symSize: 0x20 }
+ - { offsetInCU: 0x2CA, offset: 0x18C4C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xB0, symBinAddr: 0x1EBEF0, symSize: 0x30 }
+ - { offsetInCU: 0x305, offset: 0x18C502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x560, symBinAddr: 0x1EC2D0, symSize: 0x20 }
+ - { offsetInCU: 0x319, offset: 0x18C516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA13WSRequestableAAWl', symObjAddr: 0x580, symBinAddr: 0x1EC2F0, symSize: 0x30 }
+ - { offsetInCU: 0x32D, offset: 0x18C52A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5B0, symBinAddr: 0x1EC320, symSize: 0x10 }
+ - { offsetInCU: 0x341, offset: 0x18C53E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11EndResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x5C0, symBinAddr: 0x1EC330, symSize: 0x40 }
+ - { offsetInCU: 0x355, offset: 0x18C552, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA13WSRequestableAAWI', symObjAddr: 0x600, symBinAddr: 0x1EC370, symSize: 0x20 }
+ - { offsetInCU: 0x369, offset: 0x18C566, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA11RequestableAAWI', symObjAddr: 0x650, symBinAddr: 0x1EC390, symSize: 0x30 }
+ - { offsetInCU: 0x37D, offset: 0x18C57A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA0E0AAWl', symObjAddr: 0x680, symBinAddr: 0x1EC3C0, symSize: 0x30 }
+ - { offsetInCU: 0x391, offset: 0x18C58E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x6B0, symBinAddr: 0x1EC3F0, symSize: 0x30 }
+ - { offsetInCU: 0x3A5, offset: 0x18C5A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0AAWI', symObjAddr: 0x6E0, symBinAddr: 0x1EC420, symSize: 0x20 }
+ - { offsetInCU: 0x3B9, offset: 0x18C5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVACSEAAWl', symObjAddr: 0x700, symBinAddr: 0x1EC440, symSize: 0x30 }
+ - { offsetInCU: 0x3CD, offset: 0x18C5CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x730, symBinAddr: 0x1EC470, symSize: 0x20 }
+ - { offsetInCU: 0x3E1, offset: 0x18C5DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwCP', symObjAddr: 0x750, symBinAddr: 0x1EC490, symSize: 0x30 }
+ - { offsetInCU: 0x3F5, offset: 0x18C5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwxx', symObjAddr: 0x780, symBinAddr: 0x1EC4C0, symSize: 0x30 }
+ - { offsetInCU: 0x409, offset: 0x18C606, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwcp', symObjAddr: 0x7B0, symBinAddr: 0x1EC4F0, symSize: 0x50 }
+ - { offsetInCU: 0x41D, offset: 0x18C61A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwca', symObjAddr: 0x800, symBinAddr: 0x1EC540, symSize: 0x70 }
+ - { offsetInCU: 0x431, offset: 0x18C62E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwta', symObjAddr: 0x890, symBinAddr: 0x1EC5B0, symSize: 0x50 }
+ - { offsetInCU: 0x445, offset: 0x18C642, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwet', symObjAddr: 0x8E0, symBinAddr: 0x1EC600, symSize: 0x40 }
+ - { offsetInCU: 0x459, offset: 0x18C656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVwst', symObjAddr: 0x920, symBinAddr: 0x1EC640, symSize: 0x40 }
+ - { offsetInCU: 0x46D, offset: 0x18C66A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVMa', symObjAddr: 0x960, symBinAddr: 0x1EC680, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x18C8B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8hasVideoSbvg', symObjAddr: 0x0, symBinAddr: 0x1EC690, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x18C8D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8hasVideoSbvg', symObjAddr: 0x0, symBinAddr: 0x1EC690, symSize: 0x10 }
+ - { offsetInCU: 0x78, offset: 0x18C901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO11stringValueACSS_tcfC', symObjAddr: 0x10, symBinAddr: 0x1EC6A0, symSize: 0xC0 }
+ - { offsetInCU: 0xDD, offset: 0x18C966, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO11stringValueSSvg', symObjAddr: 0xD0, symBinAddr: 0x1EC760, symSize: 0x70 }
+ - { offsetInCU: 0xFC, offset: 0x18C985, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO4fromACs7Decoder_p_tKcfC', symObjAddr: 0x140, symBinAddr: 0x1EC7D0, symSize: 0x10 }
+ - { offsetInCU: 0x12E, offset: 0x18C9B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO6encode2toys7Encoder_p_tKF', symObjAddr: 0x150, symBinAddr: 0x1EC7E0, symSize: 0xF0 }
+ - { offsetInCU: 0x1A2, offset: 0x18CA2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8rawValueACSgSi_tcfC', symObjAddr: 0x240, symBinAddr: 0x1EC8D0, symSize: 0x20 }
+ - { offsetInCU: 0x1BF, offset: 0x18CA48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO8rawValueSivg', symObjAddr: 0x260, symBinAddr: 0x1EC8F0, symSize: 0x10 }
+ - { offsetInCU: 0x202, offset: 0x18CA8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x320, symBinAddr: 0x1EC9B0, symSize: 0x30 }
+ - { offsetInCU: 0x233, offset: 0x18CABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x350, symBinAddr: 0x1EC9E0, symSize: 0x10 }
+ - { offsetInCU: 0x265, offset: 0x18CAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x360, symBinAddr: 0x1EC9F0, symSize: 0x20 }
+ - { offsetInCU: 0x29D, offset: 0x18CB26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x380, symBinAddr: 0x1ECA10, symSize: 0x10 }
+ - { offsetInCU: 0x302, offset: 0x18CB8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeO4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x390, symBinAddr: 0x1ECA20, symSize: 0x160 }
+ - { offsetInCU: 0x3C7, offset: 0x18CC50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASQWb', symObjAddr: 0x580, symBinAddr: 0x1ECB80, symSize: 0x10 }
+ - { offsetInCU: 0x3DB, offset: 0x18CC64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOACSQAAWl', symObjAddr: 0x590, symBinAddr: 0x1ECB90, symSize: 0x30 }
+ - { offsetInCU: 0x3EF, offset: 0x18CC78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOMa', symObjAddr: 0x5C0, symBinAddr: 0x1ECBC0, symSize: 0xA }
+ - { offsetInCU: 0x432, offset: 0x18CCBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x1EC900, symSize: 0x10 }
+ - { offsetInCU: 0x4C3, offset: 0x18CD4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x280, symBinAddr: 0x1EC910, symSize: 0x40 }
+ - { offsetInCU: 0x572, offset: 0x18CDFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2C0, symBinAddr: 0x1EC950, symSize: 0x20 }
+ - { offsetInCU: 0x5C5, offset: 0x18CE4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8RoomTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x1EC970, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x18D0A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5widths5Int32Vvg', symObjAddr: 0x0, symBinAddr: 0x1ECBD0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x18D0CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5widths5Int32Vvg', symObjAddr: 0x0, symBinAddr: 0x1ECBD0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x18D0E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV6heights5Int32Vvg', symObjAddr: 0x10, symBinAddr: 0x1ECBE0, symSize: 0x10 }
+ - { offsetInCU: 0x8F, offset: 0x18D111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO8toStringSSvg', symObjAddr: 0x20, symBinAddr: 0x1ECBF0, symSize: 0x20 }
+ - { offsetInCU: 0xBC, offset: 0x18D13E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO2eeoiySbAE_AEtFZ', symObjAddr: 0x40, symBinAddr: 0x1ECC10, symSize: 0x10 }
+ - { offsetInCU: 0xE8, offset: 0x18D16A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x50, symBinAddr: 0x1ECC20, symSize: 0x20 }
+ - { offsetInCU: 0x182, offset: 0x18D204, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeO9hashValueSivg', symObjAddr: 0x70, symBinAddr: 0x1ECC40, symSize: 0x40 }
+ - { offsetInCU: 0x28B, offset: 0x18D30D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xB0, symBinAddr: 0x1ECC80, symSize: 0x10 }
+ - { offsetInCU: 0x2DF, offset: 0x18D361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH9hashValueSivgTW', symObjAddr: 0xC0, symBinAddr: 0x1ECC90, symSize: 0x40 }
+ - { offsetInCU: 0x3C3, offset: 0x18D445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x100, symBinAddr: 0x1ECCD0, symSize: 0x20 }
+ - { offsetInCU: 0x436, offset: 0x18D4B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV4typeA2C0D4TypeO_tcfC', symObjAddr: 0x160, symBinAddr: 0x1ECD30, symSize: 0x20 }
+ - { offsetInCU: 0x463, offset: 0x18D4E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV5width6heightACs5Int32V_AGtcfC', symObjAddr: 0x180, symBinAddr: 0x1ECD50, symSize: 0x10 }
+ - { offsetInCU: 0x4C7, offset: 0x18D549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASQWb', symObjAddr: 0x190, symBinAddr: 0x1ECD60, symSize: 0x10 }
+ - { offsetInCU: 0x4DB, offset: 0x18D55D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOAESQAAWl', symObjAddr: 0x1A0, symBinAddr: 0x1ECD70, symSize: 0x30 }
+ - { offsetInCU: 0x4EF, offset: 0x18D571, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_4, symObjAddr: 0x1D0, symBinAddr: 0x1ECDA0, symSize: 0x10 }
+ - { offsetInCU: 0x503, offset: 0x18D585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVwet', symObjAddr: 0x1F0, symBinAddr: 0x1ECDB0, symSize: 0x20 }
+ - { offsetInCU: 0x517, offset: 0x18D599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVwst', symObjAddr: 0x210, symBinAddr: 0x1ECDD0, symSize: 0x20 }
+ - { offsetInCU: 0x52B, offset: 0x18D5AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionVMa', symObjAddr: 0x230, symBinAddr: 0x1ECDF0, symSize: 0x10 }
+ - { offsetInCU: 0x53F, offset: 0x18D5C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwet', symObjAddr: 0x250, symBinAddr: 0x1ECE00, symSize: 0x80 }
+ - { offsetInCU: 0x553, offset: 0x18D5D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwst', symObjAddr: 0x2D0, symBinAddr: 0x1ECE80, symSize: 0xD0 }
+ - { offsetInCU: 0x567, offset: 0x18D5E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwug', symObjAddr: 0x3A0, symBinAddr: 0x1ECF50, symSize: 0x10 }
+ - { offsetInCU: 0x57B, offset: 0x18D5FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwup', symObjAddr: 0x3B0, symBinAddr: 0x1ECF60, symSize: 0x10 }
+ - { offsetInCU: 0x58F, offset: 0x18D611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOwui', symObjAddr: 0x3C0, symBinAddr: 0x1ECF70, symSize: 0x10 }
+ - { offsetInCU: 0x5A3, offset: 0x18D625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOMa', symObjAddr: 0x3D0, symBinAddr: 0x1ECF80, symSize: 0xA }
+ - { offsetInCU: 0x5F5, offset: 0x18D677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10ResolutionV0D4TypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x120, symBinAddr: 0x1ECCF0, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x18D8E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1ECF90, symSize: 0x60 }
+ - { offsetInCU: 0x4B, offset: 0x18D90D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueSSvg', symObjAddr: 0x0, symBinAddr: 0x1ECF90, symSize: 0x60 }
+ - { offsetInCU: 0x6A, offset: 0x18D92C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO11stringValueAESS_tcfC', symObjAddr: 0x60, symBinAddr: 0x1ECFF0, symSize: 0xA0 }
+ - { offsetInCU: 0xDF, offset: 0x18D9A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO4fromAEs7Decoder_p_tKcfC', symObjAddr: 0x100, symBinAddr: 0x1ED090, symSize: 0x10 }
+ - { offsetInCU: 0x111, offset: 0x18D9D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO6encode2toys7Encoder_p_tKF', symObjAddr: 0x110, symBinAddr: 0x1ED0A0, symSize: 0xE0 }
+ - { offsetInCU: 0x185, offset: 0x18DA47, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO8rawValueAESgSi_tcfC', symObjAddr: 0x1F0, symBinAddr: 0x1ED180, symSize: 0x20 }
+ - { offsetInCU: 0x1A2, offset: 0x18DA64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO8rawValueSivg', symObjAddr: 0x210, symBinAddr: 0x1ED1A0, symSize: 0x10 }
+ - { offsetInCU: 0x1E5, offset: 0x18DAA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x2D0, symBinAddr: 0x1ED260, symSize: 0x30 }
+ - { offsetInCU: 0x216, offset: 0x18DAD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x300, symBinAddr: 0x1ED290, symSize: 0x10 }
+ - { offsetInCU: 0x248, offset: 0x18DB0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x310, symBinAddr: 0x1ED2A0, symSize: 0x20 }
+ - { offsetInCU: 0x280, offset: 0x18DB42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x330, symBinAddr: 0x1ED2C0, symSize: 0x10 }
+ - { offsetInCU: 0x2E5, offset: 0x18DBA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateO4fromAEs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x340, symBinAddr: 0x1ED2D0, symSize: 0x160 }
+ - { offsetInCU: 0x3A0, offset: 0x18DC62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASQWb', symObjAddr: 0x530, symBinAddr: 0x1ED430, symSize: 0x10 }
+ - { offsetInCU: 0x3B4, offset: 0x18DC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOAESQAAWl', symObjAddr: 0x540, symBinAddr: 0x1ED440, symSize: 0x30 }
+ - { offsetInCU: 0x3C8, offset: 0x18DC8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOMa', symObjAddr: 0x570, symBinAddr: 0x1ED470, symSize: 0xA }
+ - { offsetInCU: 0x40B, offset: 0x18DCCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x220, symBinAddr: 0x1ED1B0, symSize: 0x10 }
+ - { offsetInCU: 0x49C, offset: 0x18DD5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x230, symBinAddr: 0x1ED1C0, symSize: 0x40 }
+ - { offsetInCU: 0x54B, offset: 0x18DE0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x270, symBinAddr: 0x1ED200, symSize: 0x20 }
+ - { offsetInCU: 0x59E, offset: 0x18DE60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x290, symBinAddr: 0x1ED220, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x18E0DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg', symObjAddr: 0x0, symBinAddr: 0x1ED490, symSize: 0x20 }
+ - { offsetInCU: 0x78, offset: 0x18E10C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO05eventF0AA0dF0OSgvg', symObjAddr: 0x20, symBinAddr: 0x1ED4B0, symSize: 0x20 }
+ - { offsetInCU: 0xBF, offset: 0x18E153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x40, symBinAddr: 0x1ED4D0, symSize: 0x70 }
+ - { offsetInCU: 0xEB, offset: 0x18E17F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeO8rawValueSSvg', symObjAddr: 0xF0, symBinAddr: 0x1ED540, symSize: 0x20 }
+ - { offsetInCU: 0x132, offset: 0x18E1C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x2A0, symBinAddr: 0x1ED6F0, symSize: 0x80 }
+ - { offsetInCU: 0x173, offset: 0x18E207, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x320, symBinAddr: 0x1ED770, symSize: 0x30 }
+ - { offsetInCU: 0x19E, offset: 0x18E232, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASQWb', symObjAddr: 0x190, symBinAddr: 0x1ED5E0, symSize: 0x10 }
+ - { offsetInCU: 0x1B2, offset: 0x18E246, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOACSQAAWl', symObjAddr: 0x1A0, symBinAddr: 0x1ED5F0, symSize: 0x30 }
+ - { offsetInCU: 0x1D1, offset: 0x18E265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwet', symObjAddr: 0x390, symBinAddr: 0x1ED7C0, symSize: 0x80 }
+ - { offsetInCU: 0x1E5, offset: 0x18E279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwst', symObjAddr: 0x410, symBinAddr: 0x1ED840, symSize: 0xD0 }
+ - { offsetInCU: 0x1F9, offset: 0x18E28D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwug', symObjAddr: 0x4E0, symBinAddr: 0x1ED910, symSize: 0x10 }
+ - { offsetInCU: 0x20D, offset: 0x18E2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwup', symObjAddr: 0x4F0, symBinAddr: 0x1ED920, symSize: 0x10 }
+ - { offsetInCU: 0x221, offset: 0x18E2B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOwui', symObjAddr: 0x500, symBinAddr: 0x1ED930, symSize: 0x10 }
+ - { offsetInCU: 0x235, offset: 0x18E2C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOMa', symObjAddr: 0x510, symBinAddr: 0x1ED940, symSize: 0xA }
+ - { offsetInCU: 0x27E, offset: 0x18E312, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x110, symBinAddr: 0x1ED560, symSize: 0x80 }
+ - { offsetInCU: 0x34D, offset: 0x18E3E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x1D0, symBinAddr: 0x1ED620, symSize: 0x50 }
+ - { offsetInCU: 0x3CB, offset: 0x18E45F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x220, symBinAddr: 0x1ED670, symSize: 0x30 }
+ - { offsetInCU: 0x41D, offset: 0x18E4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14EventInputTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x250, symBinAddr: 0x1ED6A0, symSize: 0x50 }
+ - { offsetInCU: 0x6D, offset: 0x18E71B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfC', symObjAddr: 0x0, symBinAddr: 0x1ED950, symSize: 0xF0 }
+ - { offsetInCU: 0xB7, offset: 0x18E765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5queueSo012OS_dispatch_E0Cvg', symObjAddr: 0xF0, symBinAddr: 0x1EDA40, symSize: 0x10 }
+ - { offsetInCU: 0xD3, offset: 0x18E781, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvg', symObjAddr: 0x100, symBinAddr: 0x1EDA50, symSize: 0x40 }
+ - { offsetInCU: 0xEF, offset: 0x18E79D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvs', symObjAddr: 0x140, symBinAddr: 0x1EDA90, symSize: 0x40 }
+ - { offsetInCU: 0x10B, offset: 0x18E7B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6senderAA13CommandSender_pvM', symObjAddr: 0x180, symBinAddr: 0x1EDAD0, symSize: 0x30 }
+ - { offsetInCU: 0x127, offset: 0x18E7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifierSSvg', symObjAddr: 0x1B0, symBinAddr: 0x1EDB00, symSize: 0x30 }
+ - { offsetInCU: 0x143, offset: 0x18E7F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11descriptionSSvg', symObjAddr: 0x1E0, symBinAddr: 0x1EDB30, symSize: 0x180 }
+ - { offsetInCU: 0x301, offset: 0x18E9AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvg', symObjAddr: 0x360, symBinAddr: 0x1EDCB0, symSize: 0x40 }
+ - { offsetInCU: 0x31D, offset: 0x18E9CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvs', symObjAddr: 0x3A0, symBinAddr: 0x1EDCF0, symSize: 0x40 }
+ - { offsetInCU: 0x339, offset: 0x18E9E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvM', symObjAddr: 0x3E0, symBinAddr: 0x1EDD30, symSize: 0x30 }
+ - { offsetInCU: 0x355, offset: 0x18EA03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10endpointIdSSSgvM.resume.0', symObjAddr: 0x410, symBinAddr: 0x1EDD60, symSize: 0x10 }
+ - { offsetInCU: 0x371, offset: 0x18EA1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvg', symObjAddr: 0x420, symBinAddr: 0x1EDD70, symSize: 0x40 }
+ - { offsetInCU: 0x38D, offset: 0x18EA3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvs', symObjAddr: 0x460, symBinAddr: 0x1EDDB0, symSize: 0x40 }
+ - { offsetInCU: 0x3A9, offset: 0x18EA57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC21attachedParticipantIdSSSgvM', symObjAddr: 0x4A0, symBinAddr: 0x1EDDF0, symSize: 0x30 }
+ - { offsetInCU: 0x3C5, offset: 0x18EA73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6roomIdSSvg', symObjAddr: 0x4D0, symBinAddr: 0x1EDE20, symSize: 0x30 }
+ - { offsetInCU: 0x3E1, offset: 0x18EA8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvg', symObjAddr: 0x500, symBinAddr: 0x1EDE50, symSize: 0x40 }
+ - { offsetInCU: 0x3FD, offset: 0x18EAAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvs', symObjAddr: 0x540, symBinAddr: 0x1EDE90, symSize: 0x40 }
+ - { offsetInCU: 0x419, offset: 0x18EAC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC18localParticipantIdSSvM', symObjAddr: 0x580, symBinAddr: 0x1EDED0, symSize: 0x30 }
+ - { offsetInCU: 0x435, offset: 0x18EAE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvg', symObjAddr: 0x5B0, symBinAddr: 0x1EDF00, symSize: 0x40 }
+ - { offsetInCU: 0x451, offset: 0x18EAFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvs', symObjAddr: 0x5F0, symBinAddr: 0x1EDF40, symSize: 0x50 }
+ - { offsetInCU: 0x46D, offset: 0x18EB1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvM', symObjAddr: 0x640, symBinAddr: 0x1EDF90, symSize: 0x70 }
+ - { offsetInCU: 0x489, offset: 0x18EB37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC8delegateAA0D8Delegate_pSgvM.resume.0', symObjAddr: 0x6B0, symBinAddr: 0x1EE000, symSize: 0x70 }
+ - { offsetInCU: 0x4A5, offset: 0x18EB53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11isConnectedSbvg', symObjAddr: 0x720, symBinAddr: 0x1EE070, symSize: 0x40 }
+ - { offsetInCU: 0x4D2, offset: 0x18EB80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivg', symObjAddr: 0x760, symBinAddr: 0x1EE0B0, symSize: 0x30 }
+ - { offsetInCU: 0x4EE, offset: 0x18EB9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivs', symObjAddr: 0x790, symBinAddr: 0x1EE0E0, symSize: 0x40 }
+ - { offsetInCU: 0x50A, offset: 0x18EBB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14connectedCountSivM', symObjAddr: 0x7D0, symBinAddr: 0x1EE120, symSize: 0x30 }
+ - { offsetInCU: 0x526, offset: 0x18EBD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0Ovg', symObjAddr: 0x860, symBinAddr: 0x1EE1B0, symSize: 0x50 }
+ - { offsetInCU: 0x542, offset: 0x18EBF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0Ovs', symObjAddr: 0x8B0, symBinAddr: 0x1EE200, symSize: 0x70 }
+ - { offsetInCU: 0x55E, offset: 0x18EC0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0OvM', symObjAddr: 0x920, symBinAddr: 0x1EE270, symSize: 0x40 }
+ - { offsetInCU: 0x57A, offset: 0x18EC28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvw', symObjAddr: 0x960, symBinAddr: 0x1EE2B0, symSize: 0x220 }
+ - { offsetInCU: 0x7AA, offset: 0x18EE58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvW', symObjAddr: 0xB80, symBinAddr: 0x1EE4D0, symSize: 0x250 }
+ - { offsetInCU: 0x9DA, offset: 0x18F088, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvg', symObjAddr: 0xDD0, symBinAddr: 0x1EE720, symSize: 0x40 }
+ - { offsetInCU: 0x9F6, offset: 0x18F0A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvs', symObjAddr: 0xE10, symBinAddr: 0x1EE760, symSize: 0x90 }
+ - { offsetInCU: 0xA1D, offset: 0x18F0CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvM', symObjAddr: 0xEA0, symBinAddr: 0x1EE7F0, symSize: 0x70 }
+ - { offsetInCU: 0xA63, offset: 0x18F111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5stateAA0D5StateCvM.resume.0', symObjAddr: 0xF10, symBinAddr: 0x1EE860, symSize: 0xF0 }
+ - { offsetInCU: 0xAA1, offset: 0x18F14F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14audioDirectionAA12WebRTCClientC0F0Ovg', symObjAddr: 0x1000, symBinAddr: 0x1EE950, symSize: 0x20 }
+ - { offsetInCU: 0xABD, offset: 0x18F16B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC14videoDirectionAA12WebRTCClientC0F0Ovg', symObjAddr: 0x1020, symBinAddr: 0x1EE970, symSize: 0x20 }
+ - { offsetInCU: 0xAD9, offset: 0x18F187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvg', symObjAddr: 0x1040, symBinAddr: 0x1EE990, symSize: 0x40 }
+ - { offsetInCU: 0xAF5, offset: 0x18F1A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvs', symObjAddr: 0x1080, symBinAddr: 0x1EE9D0, symSize: 0x60 }
+ - { offsetInCU: 0xB11, offset: 0x18F1BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvM', symObjAddr: 0x10E0, symBinAddr: 0x1EEA30, symSize: 0x70 }
+ - { offsetInCU: 0xB2D, offset: 0x18F1DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC16webRTCDataSourceAA016WebRTCClientDataG0_pSgvM.resume.0', symObjAddr: 0x1150, symBinAddr: 0x1EEAA0, symSize: 0x70 }
+ - { offsetInCU: 0xB49, offset: 0x18F1F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0Cvg', symObjAddr: 0x11C0, symBinAddr: 0x1EEB10, symSize: 0x60 }
+ - { offsetInCU: 0xB75, offset: 0x18F223, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvgAFyXEfU_', symObjAddr: 0x1220, symBinAddr: 0x1EEB70, symSize: 0x150 }
+ - { offsetInCU: 0xC3A, offset: 0x18F2E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0Cvs', symObjAddr: 0x1370, symBinAddr: 0x1EECC0, symSize: 0x20 }
+ - { offsetInCU: 0xC61, offset: 0x18F30F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvM', symObjAddr: 0x1390, symBinAddr: 0x1EECE0, symSize: 0x30 }
+ - { offsetInCU: 0xCA7, offset: 0x18F355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12webRTCClientAA03WebF0CvM.resume.0', symObjAddr: 0x13C0, symBinAddr: 0x1EED10, symSize: 0x30 }
+ - { offsetInCU: 0xCED, offset: 0x18F39B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfc', symObjAddr: 0x13F0, symBinAddr: 0x1EED40, symSize: 0xE0 }
+ - { offsetInCU: 0xD17, offset: 0x18F3C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCfd', symObjAddr: 0x14D0, symBinAddr: 0x1EEE20, symSize: 0x280 }
+ - { offsetInCU: 0xEDE, offset: 0x18F58C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCfD', symObjAddr: 0x1750, symBinAddr: 0x1EF0A0, symSize: 0x20 }
+ - { offsetInCU: 0xF0B, offset: 0x18F5B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11changeState2toyAA0dF0C_tF', symObjAddr: 0x1770, symBinAddr: 0x1EF0C0, symSize: 0x380 }
+ - { offsetInCU: 0x10F8, offset: 0x18F7A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC7connectyyF', symObjAddr: 0x1AF0, symBinAddr: 0x1EF440, symSize: 0x340 }
+ - { offsetInCU: 0x12FB, offset: 0x18F9A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC6attach2toySS_tF', symObjAddr: 0x1E30, symBinAddr: 0x1EF780, symSize: 0x2A0 }
+ - { offsetInCU: 0x1574, offset: 0x18FC22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCF', symObjAddr: 0x20D0, symBinAddr: 0x1EFA20, symSize: 0x4F0 }
+ - { offsetInCU: 0x19BC, offset: 0x19006A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFySbcfU_', symObjAddr: 0x25C0, symBinAddr: 0x1EFF10, symSize: 0x470 }
+ - { offsetInCU: 0x1E10, offset: 0x1904BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFTo', symObjAddr: 0x2A30, symBinAddr: 0x1F0380, symSize: 0x50 }
+ - { offsetInCU: 0x1E2C, offset: 0x1904DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5close012shouldDeleteD0ySb_tF', symObjAddr: 0x2A80, symBinAddr: 0x1F03D0, symSize: 0x360 }
+ - { offsetInCU: 0x204B, offset: 0x1906F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC17renewWebRTCClientyyF', symObjAddr: 0x2DE0, symBinAddr: 0x1F0730, symSize: 0x1D0 }
+ - { offsetInCU: 0x2113, offset: 0x1907C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC10identifier6roomId6sender8delegate16webRTCDataSource016localParticipantG014audioDirection05videoP0ACSS_SSAA13CommandSender_pAA0D8Delegate_pAA016WebRTCClientDataL0_pSSAA0uV0C0P0OARtcfcTf4nnneennnn_nTf4ggggggnnn_n', symObjAddr: 0x2FB0, symBinAddr: 0x1F0900, symSize: 0x3F0 }
+ - { offsetInCU: 0x22E9, offset: 0x190997, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC24reconnectionBaseInterval8Dispatch0h4TimeG0OvpACTk', symObjAddr: 0x800, symBinAddr: 0x1EE150, symSize: 0x60 }
+ - { offsetInCU: 0x2457, offset: 0x190B05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EndpointDelegate_pSgXwWOh', symObjAddr: 0x3440, symBinAddr: 0x1F0CF0, symSize: 0x20 }
+ - { offsetInCU: 0x246B, offset: 0x190B19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMa', symObjAddr: 0x3460, symBinAddr: 0x1F0D10, symSize: 0x30 }
+ - { offsetInCU: 0x247F, offset: 0x190B2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC11changeState2toyAA0dF0C_tFyyYbcfU_TA', symObjAddr: 0x34C0, symBinAddr: 0x1F0D70, symSize: 0x40 }
+ - { offsetInCU: 0x24BB, offset: 0x190B69, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3500, symBinAddr: 0x1F0DB0, symSize: 0x20 }
+ - { offsetInCU: 0x24CF, offset: 0x190B7D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3520, symBinAddr: 0x1F0DD0, symSize: 0x10 }
+ - { offsetInCU: 0x24E3, offset: 0x190B91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC7connectyyFyyYbcfU_TA', symObjAddr: 0x3570, symBinAddr: 0x1F0E20, symSize: 0x30 }
+ - { offsetInCU: 0x2517, offset: 0x190BC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC12attachActionyySo7NSTimerCFySbcfU_TA', symObjAddr: 0x3640, symBinAddr: 0x1F0E80, symSize: 0x20 }
+ - { offsetInCU: 0x252B, offset: 0x190BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointC5close012shouldDeleteD0ySb_tFyyYbcfU_TA', symObjAddr: 0x3680, symBinAddr: 0x1F0EC0, symSize: 0x40 }
+ - { offsetInCU: 0x255F, offset: 0x190C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMU', symObjAddr: 0x3A80, symBinAddr: 0x1F12C0, symSize: 0x10 }
+ - { offsetInCU: 0x2573, offset: 0x190C21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8EndpointCMr', symObjAddr: 0x3A90, symBinAddr: 0x1F12D0, symSize: 0xF0 }
+ - { offsetInCU: 0x4B, offset: 0x19108A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6roomIdSSvg', symObjAddr: 0x30, symBinAddr: 0x1F1910, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x1910A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvg', symObjAddr: 0x60, symBinAddr: 0x1F1940, symSize: 0x40 }
+ - { offsetInCU: 0x83, offset: 0x1910C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvs', symObjAddr: 0xA0, symBinAddr: 0x1F1980, symSize: 0x40 }
+ - { offsetInCU: 0x9F, offset: 0x1910DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvM', symObjAddr: 0xE0, symBinAddr: 0x1F19C0, symSize: 0x30 }
+ - { offsetInCU: 0xBB, offset: 0x1910FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6senderAA13CommandSender_pvM.resume.0', symObjAddr: 0x110, symBinAddr: 0x1F19F0, symSize: 0x10 }
+ - { offsetInCU: 0xD7, offset: 0x191116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvg', symObjAddr: 0x120, symBinAddr: 0x1F1A00, symSize: 0x30 }
+ - { offsetInCU: 0xF3, offset: 0x191132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvs', symObjAddr: 0x150, symBinAddr: 0x1F1A30, symSize: 0x50 }
+ - { offsetInCU: 0x10F, offset: 0x19114E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvM', symObjAddr: 0x1A0, symBinAddr: 0x1F1A80, symSize: 0x70 }
+ - { offsetInCU: 0x12B, offset: 0x19116A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC10dataSourceAA08RoomDataH0_pSgvM.resume.0', symObjAddr: 0x210, symBinAddr: 0x1F1AF0, symSize: 0x70 }
+ - { offsetInCU: 0x147, offset: 0x191186, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvg', symObjAddr: 0x280, symBinAddr: 0x1F1B60, symSize: 0x30 }
+ - { offsetInCU: 0x163, offset: 0x1911A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvs', symObjAddr: 0x2B0, symBinAddr: 0x1F1B90, symSize: 0x50 }
+ - { offsetInCU: 0x17F, offset: 0x1911BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvM', symObjAddr: 0x300, symBinAddr: 0x1F1BE0, symSize: 0x70 }
+ - { offsetInCU: 0x19B, offset: 0x1911DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8delegateAA011ParticipantF8Delegate_pSgvM.resume.0', symObjAddr: 0x370, symBinAddr: 0x1F1C50, symSize: 0x70 }
+ - { offsetInCU: 0x1B7, offset: 0x1911F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC18localParticipantIdSSvg', symObjAddr: 0x3E0, symBinAddr: 0x1F1CC0, symSize: 0x30 }
+ - { offsetInCU: 0x1D3, offset: 0x191212, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvg', symObjAddr: 0x410, symBinAddr: 0x1F1CF0, symSize: 0x30 }
+ - { offsetInCU: 0x1EF, offset: 0x19122E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvs', symObjAddr: 0x440, symBinAddr: 0x1F1D20, symSize: 0x40 }
+ - { offsetInCU: 0x20B, offset: 0x19124A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8endpointAA8EndpointCSgvM', symObjAddr: 0x480, symBinAddr: 0x1F1D60, symSize: 0x30 }
+ - { offsetInCU: 0x227, offset: 0x191266, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC11descriptionSSvg', symObjAddr: 0x4B0, symBinAddr: 0x1F1D90, symSize: 0xE0 }
+ - { offsetInCU: 0x37C, offset: 0x1913BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC5clearyyF', symObjAddr: 0x660, symBinAddr: 0x1F1F40, symSize: 0x1F0 }
+ - { offsetInCU: 0x543, offset: 0x191582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC8didEnteryyAA11ParticipantCF', symObjAddr: 0x850, symBinAddr: 0x1F2130, symSize: 0x5F0 }
+ - { offsetInCU: 0xB83, offset: 0x191BC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC7didExityyAA11ParticipantCF', symObjAddr: 0xE40, symBinAddr: 0x1F2720, symSize: 0x240 }
+ - { offsetInCU: 0xDBB, offset: 0x191DFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC21didParticipantConnectyyAA06RemoteH0CF', symObjAddr: 0x10B0, symBinAddr: 0x1F2990, symSize: 0x270 }
+ - { offsetInCU: 0xFF3, offset: 0x192032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC15addIceCandidate10endpointId9candidateySS_AA0I0CtF', symObjAddr: 0x1560, symBinAddr: 0x1F2E40, symSize: 0x40 }
+ - { offsetInCU: 0x103E, offset: 0x19207D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCfd', symObjAddr: 0x15A0, symBinAddr: 0x1F2E80, symSize: 0x40 }
+ - { offsetInCU: 0x1079, offset: 0x1920B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCfD', symObjAddr: 0x15E0, symBinAddr: 0x1F2EC0, symSize: 0x50 }
+ - { offsetInCU: 0x10BC, offset: 0x1920FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP6senderAA13CommandSender_pvgTW', symObjAddr: 0x1630, symBinAddr: 0x1F2F10, symSize: 0x20 }
+ - { offsetInCU: 0x10D8, offset: 0x192117, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvgTW', symObjAddr: 0x1650, symBinAddr: 0x1F2F30, symSize: 0x20 }
+ - { offsetInCU: 0x10F4, offset: 0x192133, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvsTW', symObjAddr: 0x1670, symBinAddr: 0x1F2F50, symSize: 0x20 }
+ - { offsetInCU: 0x1110, offset: 0x19214F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP10dataSourceAA08RoomDataI0_pSgvMTW', symObjAddr: 0x1690, symBinAddr: 0x1F2F70, symSize: 0x50 }
+ - { offsetInCU: 0x112C, offset: 0x19216B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvgTW', symObjAddr: 0x16F0, symBinAddr: 0x1F2FD0, symSize: 0x20 }
+ - { offsetInCU: 0x1148, offset: 0x192187, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvsTW', symObjAddr: 0x1710, symBinAddr: 0x1F2FF0, symSize: 0x20 }
+ - { offsetInCU: 0x1164, offset: 0x1921A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8delegateAA0gF8Delegate_pSgvMTW', symObjAddr: 0x1730, symBinAddr: 0x1F3010, symSize: 0x50 }
+ - { offsetInCU: 0x1180, offset: 0x1921BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP8didEnteryyAA0G0CFTW', symObjAddr: 0x17B0, symBinAddr: 0x1F3090, symSize: 0x20 }
+ - { offsetInCU: 0x119C, offset: 0x1921DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP7didExityyAA0G0CFTW', symObjAddr: 0x17D0, symBinAddr: 0x1F30B0, symSize: 0x20 }
+ - { offsetInCU: 0x11B8, offset: 0x1921F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG5EnteryyAA06RemoteG0CFTW', symObjAddr: 0x17F0, symBinAddr: 0x1F30D0, symSize: 0x20 }
+ - { offsetInCU: 0x11D4, offset: 0x192213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG7ConnectyyAA06RemoteG0CFTW', symObjAddr: 0x1810, symBinAddr: 0x1F30F0, symSize: 0x20 }
+ - { offsetInCU: 0x11F0, offset: 0x19222F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP03didG4ExityyAA06RemoteG0CFTW', symObjAddr: 0x1830, symBinAddr: 0x1F3110, symSize: 0x20 }
+ - { offsetInCU: 0x120C, offset: 0x19224B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP15addIceCandidate10endpointId9candidateySS_AA0J0CtFTW', symObjAddr: 0x1850, symBinAddr: 0x1F3130, symSize: 0x20 }
+ - { offsetInCU: 0x1228, offset: 0x192267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA011ParticipantF0A2aDP5clearyyFTW', symObjAddr: 0x1870, symBinAddr: 0x1F3150, symSize: 0x20 }
+ - { offsetInCU: 0x1244, offset: 0x192283, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x1890, symBinAddr: 0x1F3170, symSize: 0x20 }
+ - { offsetInCU: 0x1260, offset: 0x19229F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6sender6roomId016localParticipantI010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0kF8Delegate_ptcfcTf4nnneen_nTf4nnnggn_n', symObjAddr: 0x2290, symBinAddr: 0x1F3B70, symSize: 0x100 }
+ - { offsetInCU: 0x1316, offset: 0x192355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC6sender6roomId016localParticipantI010dataSource8delegateAcA13CommandSender_p_S2SAA08RoomDataM0_pAA0kF8Delegate_ptcfCTfq4nnneen_nTf4nnnggn_n', symObjAddr: 0x2390, symBinAddr: 0x1F3C70, symSize: 0x90 }
+ - { offsetInCU: 0x15C2, offset: 0x192601, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC21didEndpointDisconnectyyAA0H0CF', symObjAddr: 0x18B0, symBinAddr: 0x1F3190, symSize: 0x60 }
+ - { offsetInCU: 0x15E7, offset: 0x192626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC18didEndpointConnect_11reconnectedyAA0H0C_SbtF', symObjAddr: 0x1910, symBinAddr: 0x1F31F0, symSize: 0x140 }
+ - { offsetInCU: 0x1636, offset: 0x192675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC20didEndpointEstablishyyAA0H0CF', symObjAddr: 0x1A50, symBinAddr: 0x1F3330, symSize: 0x100 }
+ - { offsetInCU: 0x1675, offset: 0x1926B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC17didEndpointAttach_13participantIdyAA0H0C_SStF', symObjAddr: 0x1B50, symBinAddr: 0x1F3430, symSize: 0x10 }
+ - { offsetInCU: 0x16B8, offset: 0x1926F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16didEndpointCloseyyAA0H0CF', symObjAddr: 0x1B60, symBinAddr: 0x1F3440, symSize: 0x10 }
+ - { offsetInCU: 0x16EF, offset: 0x19272E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC03didD18SessionChangeRoute_6client7session6reason08previousJ0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtF', symObjAddr: 0x1B70, symBinAddr: 0x1F3450, symSize: 0x20 }
+ - { offsetInCU: 0x172D, offset: 0x19276C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG10DisconnectyyAA0G0CFTW', symObjAddr: 0x1B90, symBinAddr: 0x1F3470, symSize: 0x60 }
+ - { offsetInCU: 0x1774, offset: 0x1927B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG7Connect_11reconnectedyAA0G0C_SbtFTW', symObjAddr: 0x1BF0, symBinAddr: 0x1F34D0, symSize: 0x10 }
+ - { offsetInCU: 0x1790, offset: 0x1927CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG5CloseyyAA0G0CFTW', symObjAddr: 0x1C00, symBinAddr: 0x1F34E0, symSize: 0x10 }
+ - { offsetInCU: 0x17AC, offset: 0x1927EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG6Attach_13participantIdyAA0G0C_SStFTW', symObjAddr: 0x1C10, symBinAddr: 0x1F34F0, symSize: 0x10 }
+ - { offsetInCU: 0x17C8, offset: 0x192807, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didG9EstablishyyAA0G0CFTW', symObjAddr: 0x1C20, symBinAddr: 0x1F3500, symSize: 0x10 }
+ - { offsetInCU: 0x17F3, offset: 0x192832, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA16EndpointDelegateA2aDP03didD18SessionChangeRoute_6client7session6reason08previousL0yAA0G0C_AA12WebRTCClientCSo08RTCAudioJ0CSo07AVAudiojlK6ReasonVSo0tjL11DescriptionCtFTW', symObjAddr: 0x1C30, symBinAddr: 0x1F3510, symSize: 0x20 }
+ - { offsetInCU: 0x1825, offset: 0x192864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC14localVideoView3forSo16RTCVideoRenderer_pSgAA12WebRTCClientC_tF', symObjAddr: 0x1C50, symBinAddr: 0x1F3530, symSize: 0x10 }
+ - { offsetInCU: 0x185C, offset: 0x19289B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC11isVideoCall3forSbAA12WebRTCClientC_tF', symObjAddr: 0x1C60, symBinAddr: 0x1F3540, symSize: 0x10 }
+ - { offsetInCU: 0x1893, offset: 0x1928D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC14useFrontCamera3forSbAA12WebRTCClientC_tF', symObjAddr: 0x1C70, symBinAddr: 0x1F3550, symSize: 0x10 }
+ - { offsetInCU: 0x18CA, offset: 0x192909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16localConstraints3forAA04CallH0CSgAA12WebRTCClientC_tF', symObjAddr: 0x1C80, symBinAddr: 0x1F3560, symSize: 0x10 }
+ - { offsetInCU: 0x1932, offset: 0x192971, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC17remoteConstraints3forAA04CallH0CSgAA12WebRTCClientC_tF', symObjAddr: 0x1C90, symBinAddr: 0x1F3570, symSize: 0x70 }
+ - { offsetInCU: 0x199E, offset: 0x1929DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC20updateLocalVideoView_2toyAA12WebRTCClientC_So16RTCVideoRenderer_ptF', symObjAddr: 0x1D00, symBinAddr: 0x1F35E0, symSize: 0x10 }
+ - { offsetInCU: 0x19E1, offset: 0x192A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP14localVideoView3forSo16RTCVideoRenderer_pSgAA0gH0C_tFTW', symObjAddr: 0x1D10, symBinAddr: 0x1F35F0, symSize: 0x10 }
+ - { offsetInCU: 0x19FD, offset: 0x192A3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP15remoteVideoView3forSo16RTCVideoRenderer_pSgAA0gH0C_tFTW', symObjAddr: 0x1D20, symBinAddr: 0x1F3600, symSize: 0x10 }
+ - { offsetInCU: 0x1A19, offset: 0x192A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP11isVideoCall3forSbAA0gH0C_tFTW', symObjAddr: 0x1D30, symBinAddr: 0x1F3610, symSize: 0x10 }
+ - { offsetInCU: 0x1A35, offset: 0x192A74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP14useFrontCamera3forSbAA0gH0C_tFTW', symObjAddr: 0x1D40, symBinAddr: 0x1F3620, symSize: 0x10 }
+ - { offsetInCU: 0x1A60, offset: 0x192A9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP16localConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1D50, symBinAddr: 0x1F3630, symSize: 0x10 }
+ - { offsetInCU: 0x1ABC, offset: 0x192AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP17remoteConstraints3forAA04CallL0CSgAA0gH0C_tFTW', symObjAddr: 0x1D60, symBinAddr: 0x1F3640, symSize: 0x70 }
+ - { offsetInCU: 0x1B3A, offset: 0x192B79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP20updateLocalVideoView_2toyAA0gH0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x1DD0, symBinAddr: 0x1F36B0, symSize: 0x10 }
+ - { offsetInCU: 0x1B56, offset: 0x192B95, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCAA22WebRTCClientDataSourceA2aDP21updateRemoteVideoView_2toyAA0gH0C_So16RTCVideoRenderer_ptFTW', symObjAddr: 0x1DE0, symBinAddr: 0x1F36C0, symSize: 0x10 }
+ - { offsetInCU: 0x1B72, offset: 0x192BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC16localConstraints3forAA04CallH0CSgAA12WebRTCClientC_tFTf4dn_n', symObjAddr: 0x1DF0, symBinAddr: 0x1F36D0, symSize: 0x130 }
+ - { offsetInCU: 0x1C45, offset: 0x192C84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerC03didD18SessionChangeRoute_6client7session6reason08previousJ0yAA8EndpointC_AA12WebRTCClientCSo08RTCAudioH0CSo07AVAudiohjI6ReasonVSo0shJ11DescriptionCtFTf4dnnnnn_n', symObjAddr: 0x1F20, symBinAddr: 0x1F3800, symSize: 0x370 }
+ - { offsetInCU: 0x1F23, offset: 0x192F62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26AudioMCUParticipantManagerCMa', symObjAddr: 0x2690, symBinAddr: 0x1F3EB0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1932C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1F4150, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x1932E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomId011participantI002isE7EnabledACSS_SSSbtcfC', symObjAddr: 0x0, symBinAddr: 0x1F4150, symSize: 0x30 }
+ - { offsetInCU: 0xAA, offset: 0x193343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvgZ', symObjAddr: 0x70, symBinAddr: 0x1F41C0, symSize: 0x30 }
+ - { offsetInCU: 0xCB, offset: 0x193364, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvMZ', symObjAddr: 0xA0, symBinAddr: 0x1F41F0, symSize: 0x30 }
+ - { offsetInCU: 0xFC, offset: 0x193395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvMZ.resume.0', symObjAddr: 0xD0, symBinAddr: 0x1F4220, symSize: 0x10 }
+ - { offsetInCU: 0x118, offset: 0x1933B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xE0, symBinAddr: 0x1F4230, symSize: 0x10 }
+ - { offsetInCU: 0x134, offset: 0x1933CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xF0, symBinAddr: 0x1F4240, symSize: 0xD0 }
+ - { offsetInCU: 0x1B6, offset: 0x19344F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV12isWSRequiredSbvg', symObjAddr: 0x220, symBinAddr: 0x1F4310, symSize: 0x10 }
+ - { offsetInCU: 0x1D2, offset: 0x19346B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6roomIdSSvg', symObjAddr: 0x230, symBinAddr: 0x1F4320, symSize: 0x30 }
+ - { offsetInCU: 0x1EE, offset: 0x193487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV13participantIdSSvg', symObjAddr: 0x260, symBinAddr: 0x1F4350, symSize: 0x30 }
+ - { offsetInCU: 0x20A, offset: 0x1934A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV02isE7EnabledSbvg', symObjAddr: 0x290, symBinAddr: 0x1F4380, symSize: 0x10 }
+ - { offsetInCU: 0x226, offset: 0x1934BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x2A0, symBinAddr: 0x1F4390, symSize: 0xC0 }
+ - { offsetInCU: 0x260, offset: 0x1934F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0D11RequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x3C0, symBinAddr: 0x1F4450, symSize: 0x10 }
+ - { offsetInCU: 0x28B, offset: 0x193524, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableA2aDP10resultType06ResultJ0QzmvgZTW', symObjAddr: 0x460, symBinAddr: 0x1F44C0, symSize: 0x30 }
+ - { offsetInCU: 0x2C2, offset: 0x19355B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x570, symBinAddr: 0x1F45A0, symSize: 0x10 }
+ - { offsetInCU: 0x2DE, offset: 0x193577, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x580, symBinAddr: 0x1F45B0, symSize: 0x40 }
+ - { offsetInCU: 0x348, offset: 0x1935E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x630, symBinAddr: 0x1F4660, symSize: 0xD0 }
+ - { offsetInCU: 0x39D, offset: 0x193636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultType_WZ', symObjAddr: 0x30, symBinAddr: 0x1F4180, symSize: 0x10 }
+ - { offsetInCU: 0x3B7, offset: 0x193650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestV10resultTypeAA0deF8ResponseVmvau', symObjAddr: 0x40, symBinAddr: 0x1F4190, symSize: 0x30 }
+ - { offsetInCU: 0x3FD, offset: 0x193696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0D11RequestableAAWI', symObjAddr: 0x3D0, symBinAddr: 0x1F4460, symSize: 0x20 }
+ - { offsetInCU: 0x411, offset: 0x1936AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA14APIRequestableAAWl', symObjAddr: 0x3F0, symBinAddr: 0x1F4480, symSize: 0x30 }
+ - { offsetInCU: 0x425, offset: 0x1936BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x420, symBinAddr: 0x1F44B0, symSize: 0x10 }
+ - { offsetInCU: 0x439, offset: 0x1936D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA14APIRequestableAAWI', symObjAddr: 0x490, symBinAddr: 0x1F44F0, symSize: 0x20 }
+ - { offsetInCU: 0x44D, offset: 0x1936E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA11RequestableAAWI', symObjAddr: 0x4E0, symBinAddr: 0x1F4510, symSize: 0x30 }
+ - { offsetInCU: 0x461, offset: 0x1936FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA0G0AAWl', symObjAddr: 0x510, symBinAddr: 0x1F4540, symSize: 0x30 }
+ - { offsetInCU: 0x475, offset: 0x19370E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x540, symBinAddr: 0x1F4570, symSize: 0x30 }
+ - { offsetInCU: 0x489, offset: 0x193722, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0AAWI', symObjAddr: 0x5C0, symBinAddr: 0x1F45F0, symSize: 0x20 }
+ - { offsetInCU: 0x49D, offset: 0x193736, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVACSEAAWl', symObjAddr: 0x5E0, symBinAddr: 0x1F4610, symSize: 0x30 }
+ - { offsetInCU: 0x4B1, offset: 0x19374A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x610, symBinAddr: 0x1F4640, symSize: 0x20 }
+ - { offsetInCU: 0x4D7, offset: 0x193770, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwCP', symObjAddr: 0x700, symBinAddr: 0x1F4730, symSize: 0x30 }
+ - { offsetInCU: 0x4EB, offset: 0x193784, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwxx', symObjAddr: 0x730, symBinAddr: 0x1F4760, symSize: 0x30 }
+ - { offsetInCU: 0x4FF, offset: 0x193798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwcp', symObjAddr: 0x760, symBinAddr: 0x1F4790, symSize: 0x60 }
+ - { offsetInCU: 0x513, offset: 0x1937AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwca', symObjAddr: 0x7C0, symBinAddr: 0x1F47F0, symSize: 0x80 }
+ - { offsetInCU: 0x527, offset: 0x1937C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwta', symObjAddr: 0x860, symBinAddr: 0x1F4870, symSize: 0x60 }
+ - { offsetInCU: 0x53B, offset: 0x1937D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwet', symObjAddr: 0x8C0, symBinAddr: 0x1F48D0, symSize: 0x40 }
+ - { offsetInCU: 0x54F, offset: 0x1937E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVwst', symObjAddr: 0x900, symBinAddr: 0x1F4910, symSize: 0x50 }
+ - { offsetInCU: 0x563, offset: 0x1937FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVMa', symObjAddr: 0x950, symBinAddr: 0x1F4960, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x193A48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0OtcfC', symObjAddr: 0x0, symBinAddr: 0x1F4980, symSize: 0xD0 }
+ - { offsetInCU: 0xBD, offset: 0x193ADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0OtcfC', symObjAddr: 0x0, symBinAddr: 0x1F4980, symSize: 0xD0 }
+ - { offsetInCU: 0x163, offset: 0x193B84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11recordingIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x1F4A50, symSize: 0x30 }
+ - { offsetInCU: 0x17F, offset: 0x193BA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC13recordingTypeAA0D7OptionsC0dI0Ovg', symObjAddr: 0x100, symBinAddr: 0x1F4A80, symSize: 0x10 }
+ - { offsetInCU: 0x19B, offset: 0x193BBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC09recordingE0AA0dE0Ovg', symObjAddr: 0x110, symBinAddr: 0x1F4A90, symSize: 0x10 }
+ - { offsetInCU: 0x1B7, offset: 0x193BD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC6callId07messageI012deliveryInfo09recordingI00M4Type0mE0ACSS_SSAA08DeliveryL0VSSAA0D7OptionsC0dN0OAA0dE0Otcfc', symObjAddr: 0x120, symBinAddr: 0x1F4AA0, symSize: 0xC0 }
+ - { offsetInCU: 0x259, offset: 0x193C7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1E0, symBinAddr: 0x1F4B60, symSize: 0x40 }
+ - { offsetInCU: 0x27E, offset: 0x193C9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x220, symBinAddr: 0x1F4BA0, symSize: 0x300 }
+ - { offsetInCU: 0x2FD, offset: 0x193D1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC02asD4InfoAA18DirectCallSnapshotC0dI0Cvg', symObjAddr: 0x6D0, symBinAddr: 0x1F4EF0, symSize: 0x60 }
+ - { offsetInCU: 0x3B6, offset: 0x193DD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x730, symBinAddr: 0x1F4F50, symSize: 0x30 }
+ - { offsetInCU: 0x415, offset: 0x193E36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x760, symBinAddr: 0x1F4F80, symSize: 0x30 }
+ - { offsetInCU: 0x472, offset: 0x193E93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfd', symObjAddr: 0x7A0, symBinAddr: 0x1F4FC0, symSize: 0x40 }
+ - { offsetInCU: 0x4C3, offset: 0x193EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfD', symObjAddr: 0x800, symBinAddr: 0x1F5000, symSize: 0x40 }
+ - { offsetInCU: 0x5A8, offset: 0x193FC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCMa', symObjAddr: 0x5F0, symBinAddr: 0x1F4EA0, symSize: 0x20 }
+ - { offsetInCU: 0x5BC, offset: 0x193FDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RecordingStatusOACSeAAWl', symObjAddr: 0x670, symBinAddr: 0x1F4EC0, symSize: 0x30 }
+ - { offsetInCU: 0x63A, offset: 0x19405B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls27RecordingStatusEventCommandCfE', symObjAddr: 0x790, symBinAddr: 0x1F4FB0, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x1942EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10windowBitsACSgSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x1F5080, symSize: 0x30 }
+ - { offsetInCU: 0x6D, offset: 0x19430A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC11initInflate33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LLSbyF', symObjAddr: 0x50, symBinAddr: 0x1F50D0, symSize: 0x90 }
+ - { offsetInCU: 0xF1, offset: 0x19438E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKF', symObjAddr: 0x150, symBinAddr: 0x1F51D0, symSize: 0x60 }
+ - { offsetInCU: 0x13D, offset: 0x1943DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKFAHSPys5UInt8VGKXEfU_', symObjAddr: 0x1B0, symBinAddr: 0x1F5230, symSize: 0x80 }
+ - { offsetInCU: 0x1BF, offset: 0x19445C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress5bytes5count6finish10Foundation4DataVSPys5UInt8VG_SiSbtKF', symObjAddr: 0x250, symBinAddr: 0x1F52D0, symSize: 0xD0 }
+ - { offsetInCU: 0x28C, offset: 0x194529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LL5bytes5count3outySPys5UInt8VG_Si10Foundation4DataVztKF', symObjAddr: 0x320, symBinAddr: 0x1F53A0, symSize: 0x1C0 }
+ - { offsetInCU: 0x579, offset: 0x194816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVACs5ErrorAAWl', symObjAddr: 0x120, symBinAddr: 0x1F51A0, symSize: 0x30 }
+ - { offsetInCU: 0x58D, offset: 0x19482A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorC10decompress_6finish10Foundation4DataVAH_SbtKFAHSPys5UInt8VGKXEfU_TA', symObjAddr: 0x230, symBinAddr: 0x1F52B0, symSize: 0x20 }
+ - { offsetInCU: 0x63C, offset: 0x1948D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC10windowBitsACSgSi_tcfC', symObjAddr: 0x5A0, symBinAddr: 0x1F55A0, symSize: 0x30 }
+ - { offsetInCU: 0x65A, offset: 0x1948F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC11initDeflate33_5F4DB8C8EE19182BA3F6BCF8A63C1A25LLSbyF', symObjAddr: 0x6A0, symBinAddr: 0x1F56A0, symSize: 0xA0 }
+ - { offsetInCU: 0x6DE, offset: 0x19497B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKF', symObjAddr: 0x840, symBinAddr: 0x1F5840, symSize: 0x140 }
+ - { offsetInCU: 0x748, offset: 0x1949E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKFySPys5UInt8VGXEfU_', symObjAddr: 0x980, symBinAddr: 0x1F5980, symSize: 0x1D0 }
+ - { offsetInCU: 0xA3C, offset: 0x194CD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorC8compressy10Foundation4DataVAGKFySPys5UInt8VGXEfU_TA', symObjAddr: 0xB50, symBinAddr: 0x1F5B50, symSize: 0x20 }
+ - { offsetInCU: 0xABE, offset: 0x194D5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12DecompressorCMa', symObjAddr: 0xD70, symBinAddr: 0x1F5D70, symSize: 0x20 }
+ - { offsetInCU: 0xAD2, offset: 0x194D6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10CompressorCMa', symObjAddr: 0xDD0, symBinAddr: 0x1F5DD0, symSize: 0x20 }
+ - { offsetInCU: 0xAE6, offset: 0x194D83, size: 0x8, addend: 0x0, symName: '_$sSksSx5IndexRpzSnyABG7IndicesRtzSiAA_6StrideRTzrlE5index_8offsetByA2B_SitF10Foundation4DataV_Tgq5', symObjAddr: 0xE40, symBinAddr: 0x1F5E40, symSize: 0x70 }
+ - { offsetInCU: 0xB27, offset: 0x194DC4, size: 0x8, addend: 0x0, symName: '_$sSksSx5IndexRpzSnyABG7IndicesRtzSiAA_6StrideRTzrlE8distance4from2toSiAB_ABtF10Foundation4DataV_Tgq5', symObjAddr: 0xEB0, symBinAddr: 0x1F5EB0, symSize: 0xD0 }
+ - { offsetInCU: 0xB60, offset: 0x194DFD, size: 0x8, addend: 0x0, symName: '_$sSmsSKRz11SubSequenceSlQzRszrlE17_customRemoveLastySbSiF10Foundation4DataV_Tgq5', symObjAddr: 0xF80, symBinAddr: 0x1F5F80, symSize: 0x150 }
+ - { offsetInCU: 0xBFD, offset: 0x194E9A, size: 0x8, addend: 0x0, symName: '_$sSmsSKRz11SubSequenceSlQzRszrlE10removeLastyySiF10Foundation4DataV_Tg5', symObjAddr: 0xB70, symBinAddr: 0x1F5B70, symSize: 0xD0 }
+ - { offsetInCU: 0x4B, offset: 0x195238, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfC', symObjAddr: 0x0, symBinAddr: 0x1F60F0, symSize: 0x20 }
+ - { offsetInCU: 0x78, offset: 0x195265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfC', symObjAddr: 0x20, symBinAddr: 0x1F6110, symSize: 0x70 }
+ - { offsetInCU: 0xA2, offset: 0x19528F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14localVideoViewAA0abgH0CSgvM', symObjAddr: 0x110, symBinAddr: 0x1F6200, symSize: 0x70 }
+ - { offsetInCU: 0xCF, offset: 0x1952BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC15remoteVideoViewAA0abgH0CSgvM', symObjAddr: 0x310, symBinAddr: 0x1F6400, symSize: 0x70 }
+ - { offsetInCU: 0x11A, offset: 0x195307, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvgTo', symObjAddr: 0x400, symBinAddr: 0x1F64F0, symSize: 0x40 }
+ - { offsetInCU: 0x155, offset: 0x195342, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvg', symObjAddr: 0x440, symBinAddr: 0x1F6530, symSize: 0x30 }
+ - { offsetInCU: 0x19C, offset: 0x195389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvsTo', symObjAddr: 0x470, symBinAddr: 0x1F6560, symSize: 0x40 }
+ - { offsetInCU: 0x1D7, offset: 0x1953C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvs', symObjAddr: 0x4B0, symBinAddr: 0x1F65A0, symSize: 0x40 }
+ - { offsetInCU: 0x1FE, offset: 0x1953EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvM', symObjAddr: 0x4F0, symBinAddr: 0x1F65E0, symSize: 0x40 }
+ - { offsetInCU: 0x22D, offset: 0x19541A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14useFrontCameraSbvM.resume.0', symObjAddr: 0x530, symBinAddr: 0x1F6620, symSize: 0x10 }
+ - { offsetInCU: 0x276, offset: 0x195463, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvgTo', symObjAddr: 0x540, symBinAddr: 0x1F6630, symSize: 0x60 }
+ - { offsetInCU: 0x2AB, offset: 0x195498, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvg', symObjAddr: 0x5A0, symBinAddr: 0x1F6690, symSize: 0x40 }
+ - { offsetInCU: 0x2F4, offset: 0x1954E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvsTo', symObjAddr: 0x5E0, symBinAddr: 0x1F66D0, symSize: 0x60 }
+ - { offsetInCU: 0x329, offset: 0x195516, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvs', symObjAddr: 0x640, symBinAddr: 0x1F6730, symSize: 0x40 }
+ - { offsetInCU: 0x352, offset: 0x19553F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvM', symObjAddr: 0x680, symBinAddr: 0x1F6770, symSize: 0x60 }
+ - { offsetInCU: 0x3A0, offset: 0x19558D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledSbvM.resume.0', symObjAddr: 0x6E0, symBinAddr: 0x1F67D0, symSize: 0x30 }
+ - { offsetInCU: 0x412, offset: 0x1955FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvgTo', symObjAddr: 0x710, symBinAddr: 0x1F6800, symSize: 0x60 }
+ - { offsetInCU: 0x447, offset: 0x195634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvg', symObjAddr: 0x770, symBinAddr: 0x1F6860, symSize: 0x40 }
+ - { offsetInCU: 0x490, offset: 0x19567D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvsTo', symObjAddr: 0x7B0, symBinAddr: 0x1F68A0, symSize: 0x60 }
+ - { offsetInCU: 0x4C5, offset: 0x1956B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvs', symObjAddr: 0x810, symBinAddr: 0x1F6900, symSize: 0x40 }
+ - { offsetInCU: 0x4EE, offset: 0x1956DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvM', symObjAddr: 0x850, symBinAddr: 0x1F6940, symSize: 0x60 }
+ - { offsetInCU: 0x53C, offset: 0x195729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isVideoEnabledSbvM.resume.0', symObjAddr: 0x8B0, symBinAddr: 0x1F69A0, symSize: 0x30 }
+ - { offsetInCU: 0x590, offset: 0x19577D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0Cvg', symObjAddr: 0x8E0, symBinAddr: 0x1F69D0, symSize: 0x40 }
+ - { offsetInCU: 0x5BD, offset: 0x1957AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0Cvs', symObjAddr: 0x920, symBinAddr: 0x1F6A10, symSize: 0x50 }
+ - { offsetInCU: 0x5FA, offset: 0x1957E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC16localConstraintsAA0dG0CvM', symObjAddr: 0x970, symBinAddr: 0x1F6A60, symSize: 0x40 }
+ - { offsetInCU: 0x65F, offset: 0x19584C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfC', symObjAddr: 0x9B0, symBinAddr: 0x1F6AA0, symSize: 0x40 }
+ - { offsetInCU: 0x6A6, offset: 0x195893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfc', symObjAddr: 0x9F0, symBinAddr: 0x1F6AE0, symSize: 0x40 }
+ - { offsetInCU: 0x6D7, offset: 0x1958C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabledACSb_tcfcTo', symObjAddr: 0xA30, symBinAddr: 0x1F6B20, symSize: 0x30 }
+ - { offsetInCU: 0x712, offset: 0x1958FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfc', symObjAddr: 0xA60, symBinAddr: 0x1F6B50, symSize: 0x40 }
+ - { offsetInCU: 0x726, offset: 0x195913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfcTo', symObjAddr: 0xAA0, symBinAddr: 0x1F6B90, symSize: 0x80 }
+ - { offsetInCU: 0x758, offset: 0x195945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfc', symObjAddr: 0xB20, symBinAddr: 0x1F6C10, symSize: 0x40 }
+ - { offsetInCU: 0x7A9, offset: 0x195996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCACycfcTo', symObjAddr: 0xB60, symBinAddr: 0x1F6C50, symSize: 0x40 }
+ - { offsetInCU: 0x7E4, offset: 0x1959D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCfD', symObjAddr: 0xBA0, symBinAddr: 0x1F6C90, symSize: 0x30 }
+ - { offsetInCU: 0x822, offset: 0x195A0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC14isAudioEnabled0f5VideoH005localI4View06remoteiK014useFrontCameraACSb_SbAA0abiK0CSgAKSbtcfcTf4nnggnn_n', symObjAddr: 0xDB0, symBinAddr: 0x1F6EA0, symSize: 0x170 }
+ - { offsetInCU: 0x8E8, offset: 0x195AD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCfETo', symObjAddr: 0xBD0, symBinAddr: 0x1F6CC0, symSize: 0x40 }
+ - { offsetInCU: 0x917, offset: 0x195B04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0xC10, symBinAddr: 0x1F6D00, symSize: 0xD0 }
+ - { offsetInCU: 0x9C8, offset: 0x195BB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0xCE0, symBinAddr: 0x1F6DD0, symSize: 0xD0 }
+ - { offsetInCU: 0xA7C, offset: 0x195C69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11CallOptionsCMa', symObjAddr: 0xF20, symBinAddr: 0x1F7010, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x195EE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO6callId014peerConnectionG0AESS_SSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1F7520, symSize: 0x40 }
+ - { offsetInCU: 0xAE, offset: 0x195F3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO2eeoiySbAE_AEtFZ', symObjAddr: 0x18E0, symBinAddr: 0x1F8DC0, symSize: 0x20 }
+ - { offsetInCU: 0xDE, offset: 0x195F6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO4hash4intoys6HasherVz_tF', symObjAddr: 0x1B90, symBinAddr: 0x1F9070, symSize: 0x90 }
+ - { offsetInCU: 0x138, offset: 0x195FC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO9hashValueSivg', symObjAddr: 0x1C20, symBinAddr: 0x1F9100, symSize: 0x50 }
+ - { offsetInCU: 0x208, offset: 0x196099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1C70, symBinAddr: 0x1F9150, symSize: 0x30 }
+ - { offsetInCU: 0x254, offset: 0x1960E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH9hashValueSivgTW', symObjAddr: 0x1CA0, symBinAddr: 0x1F9180, symSize: 0x50 }
+ - { offsetInCU: 0x2E3, offset: 0x196174, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1CF0, symBinAddr: 0x1F91D0, symSize: 0x20 }
+ - { offsetInCU: 0x2F7, offset: 0x196188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierO2eeoiySbAE_AEtFZTf4nnd_n', symObjAddr: 0x1D60, symBinAddr: 0x1F9240, symSize: 0x40 }
+ - { offsetInCU: 0x35B, offset: 0x1961EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8intValueAGSgSi_tcfC', symObjAddr: 0xC0, symBinAddr: 0x1F75A0, symSize: 0x10 }
+ - { offsetInCU: 0x382, offset: 0x196213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8intValueSiSgvg', symObjAddr: 0xD0, symBinAddr: 0x1F75B0, symSize: 0x10 }
+ - { offsetInCU: 0x3A9, offset: 0x19623A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO8rawValueSSvg', symObjAddr: 0xE0, symBinAddr: 0x1F75C0, symSize: 0x90 }
+ - { offsetInCU: 0x3E2, offset: 0x196273, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportO11stringValueSSvg', symObjAddr: 0x170, symBinAddr: 0x1F7650, symSize: 0x90 }
+ - { offsetInCU: 0x42C, offset: 0x1962BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x2A0, symBinAddr: 0x1F7780, symSize: 0x30 }
+ - { offsetInCU: 0x448, offset: 0x1962D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0x2D0, symBinAddr: 0x1F77B0, symSize: 0x10 }
+ - { offsetInCU: 0x464, offset: 0x1962F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x300, symBinAddr: 0x1F77E0, symSize: 0x10 }
+ - { offsetInCU: 0x48D, offset: 0x19631E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8intValueAGSgSi_tcfC', symObjAddr: 0x470, symBinAddr: 0x1F7950, symSize: 0x10 }
+ - { offsetInCU: 0x4B4, offset: 0x196345, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8intValueSiSgvg', symObjAddr: 0x480, symBinAddr: 0x1F7960, symSize: 0x10 }
+ - { offsetInCU: 0x4DB, offset: 0x19636C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO8rawValueSSvg', symObjAddr: 0x490, symBinAddr: 0x1F7970, symSize: 0x90 }
+ - { offsetInCU: 0x512, offset: 0x1963A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioO11stringValueSSvg', symObjAddr: 0x520, symBinAddr: 0x1F7A00, symSize: 0x90 }
+ - { offsetInCU: 0x558, offset: 0x1963E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x6D0, symBinAddr: 0x1F7BB0, symSize: 0x30 }
+ - { offsetInCU: 0x574, offset: 0x196405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0x700, symBinAddr: 0x1F7BE0, symSize: 0x10 }
+ - { offsetInCU: 0x590, offset: 0x196421, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x7B0, symBinAddr: 0x1F7C90, symSize: 0x10 }
+ - { offsetInCU: 0x5AC, offset: 0x19643D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x7C0, symBinAddr: 0x1F7CA0, symSize: 0x10 }
+ - { offsetInCU: 0x5D5, offset: 0x196466, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueAGSgSS_tcfC', symObjAddr: 0x810, symBinAddr: 0x1F7CF0, symSize: 0x10 }
+ - { offsetInCU: 0x5F8, offset: 0x196489, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueAGSgSS_tcfC', symObjAddr: 0x820, symBinAddr: 0x1F7D00, symSize: 0x10 }
+ - { offsetInCU: 0x62B, offset: 0x1964BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8intValueAGSgSi_tcfC', symObjAddr: 0x830, symBinAddr: 0x1F7D10, symSize: 0x10 }
+ - { offsetInCU: 0x652, offset: 0x1964E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8intValueSiSgvg', symObjAddr: 0x840, symBinAddr: 0x1F7D20, symSize: 0x10 }
+ - { offsetInCU: 0x679, offset: 0x19650A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueSSvg', symObjAddr: 0x850, symBinAddr: 0x1F7D30, symSize: 0x180 }
+ - { offsetInCU: 0x6B2, offset: 0x196543, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO11stringValueSSvg', symObjAddr: 0x9D0, symBinAddr: 0x1F7EB0, symSize: 0x180 }
+ - { offsetInCU: 0x6FC, offset: 0x19658D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0xD20, symBinAddr: 0x1F8200, symSize: 0x30 }
+ - { offsetInCU: 0x72D, offset: 0x1965BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0xD50, symBinAddr: 0x1F8230, symSize: 0x30 }
+ - { offsetInCU: 0x749, offset: 0x1965DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP11stringValueSSvgTW', symObjAddr: 0xD80, symBinAddr: 0x1F8260, symSize: 0x10 }
+ - { offsetInCU: 0x77F, offset: 0x196610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0xD90, symBinAddr: 0x1F8270, symSize: 0x20 }
+ - { offsetInCU: 0x7CF, offset: 0x196660, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP8intValueSiSgvgTW', symObjAddr: 0xDB0, symBinAddr: 0x1F8290, symSize: 0x10 }
+ - { offsetInCU: 0x7EB, offset: 0x19667C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0xDC0, symBinAddr: 0x1F82A0, symSize: 0x10 }
+ - { offsetInCU: 0x807, offset: 0x196698, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoO8rawValueAGSgSS_tcfCTf4nd_n', symObjAddr: 0x1F10, symBinAddr: 0x1F93F0, symSize: 0x80 }
+ - { offsetInCU: 0x833, offset: 0x1966C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO11stringValueAESgSS_tcfC', symObjAddr: 0xE10, symBinAddr: 0x1F82F0, symSize: 0x10 }
+ - { offsetInCU: 0x85E, offset: 0x1966EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO8intValueAESgSi_tcfC', symObjAddr: 0xE20, symBinAddr: 0x1F8300, symSize: 0x10 }
+ - { offsetInCU: 0x885, offset: 0x196716, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO8intValueSiSgvg', symObjAddr: 0xE30, symBinAddr: 0x1F8310, symSize: 0x10 }
+ - { offsetInCU: 0x8AD, offset: 0x19673E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO11stringValueSSvg', symObjAddr: 0xE40, symBinAddr: 0x1F8320, symSize: 0x20 }
+ - { offsetInCU: 0x8D5, offset: 0x196766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP11stringValueSSvgTW', symObjAddr: 0xE60, symBinAddr: 0x1F8340, symSize: 0x20 }
+ - { offsetInCU: 0x8F1, offset: 0x196782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xE80, symBinAddr: 0x1F8360, symSize: 0x20 }
+ - { offsetInCU: 0x90D, offset: 0x19679E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP8intValueSiSgvgTW', symObjAddr: 0xEA0, symBinAddr: 0x1F8380, symSize: 0x10 }
+ - { offsetInCU: 0x929, offset: 0x1967BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xEB0, symBinAddr: 0x1F8390, symSize: 0x10 }
+ - { offsetInCU: 0x946, offset: 0x1967D7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvg', symObjAddr: 0xF00, symBinAddr: 0x1F83E0, symSize: 0x30 }
+ - { offsetInCU: 0x962, offset: 0x1967F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvs', symObjAddr: 0xF30, symBinAddr: 0x1F8410, symSize: 0x50 }
+ - { offsetInCU: 0x97E, offset: 0x19680F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvM', symObjAddr: 0xF80, symBinAddr: 0x1F8460, symSize: 0x70 }
+ - { offsetInCU: 0x99A, offset: 0x19682B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8delegateAA16StatsLogDelegate_pSgvM.resume.0', symObjAddr: 0xFF0, symBinAddr: 0x1F84D0, symSize: 0x70 }
+ - { offsetInCU: 0x9B6, offset: 0x196847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierAC10IdentifierOvg', symObjAddr: 0x1060, symBinAddr: 0x1F8540, symSize: 0x40 }
+ - { offsetInCU: 0x9D2, offset: 0x196863, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC9createdAts5Int64Vvg', symObjAddr: 0x10A0, symBinAddr: 0x1F8580, symSize: 0x10 }
+ - { offsetInCU: 0x9EE, offset: 0x19687F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvg', symObjAddr: 0x10B0, symBinAddr: 0x1F8590, symSize: 0x80 }
+ - { offsetInCU: 0xA32, offset: 0x1968C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvs', symObjAddr: 0x1130, symBinAddr: 0x1F8610, symSize: 0x20 }
+ - { offsetInCU: 0xA59, offset: 0x1968EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvM', symObjAddr: 0x1150, symBinAddr: 0x1F8630, symSize: 0x30 }
+ - { offsetInCU: 0xA9F, offset: 0x196930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10audioStatsAA15AudioStatisticsCvM.resume.0', symObjAddr: 0x1180, symBinAddr: 0x1F8660, symSize: 0x20 }
+ - { offsetInCU: 0xAE5, offset: 0x196976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvg', symObjAddr: 0x11A0, symBinAddr: 0x1F8680, symSize: 0x80 }
+ - { offsetInCU: 0xB29, offset: 0x1969BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvs', symObjAddr: 0x1220, symBinAddr: 0x1F8700, symSize: 0x20 }
+ - { offsetInCU: 0xB50, offset: 0x1969E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvM', symObjAddr: 0x1240, symBinAddr: 0x1F8720, symSize: 0x30 }
+ - { offsetInCU: 0xB96, offset: 0x196A27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10videoStatsAA15VideoStatisticsCvM.resume.0', symObjAddr: 0x1270, symBinAddr: 0x1F8750, symSize: 0x20 }
+ - { offsetInCU: 0xBDC, offset: 0x196A6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvg', symObjAddr: 0x1290, symBinAddr: 0x1F8770, symSize: 0x80 }
+ - { offsetInCU: 0xC3D, offset: 0x196ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvs', symObjAddr: 0x1310, symBinAddr: 0x1F87F0, symSize: 0x20 }
+ - { offsetInCU: 0xC64, offset: 0x196AF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvM', symObjAddr: 0x1330, symBinAddr: 0x1F8810, symSize: 0x30 }
+ - { offsetInCU: 0xCAA, offset: 0x196B3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC14transportStatsAA19TransportStatisticsCvM.resume.0', symObjAddr: 0x1360, symBinAddr: 0x1F8840, symSize: 0x20 }
+ - { offsetInCU: 0xCF0, offset: 0x196B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvg', symObjAddr: 0x1380, symBinAddr: 0x1F8860, symSize: 0x30 }
+ - { offsetInCU: 0xD0C, offset: 0x196B9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvs', symObjAddr: 0x13B0, symBinAddr: 0x1F8890, symSize: 0x40 }
+ - { offsetInCU: 0xD28, offset: 0x196BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC18lastStatsTimestampSdSgvM', symObjAddr: 0x13F0, symBinAddr: 0x1F88D0, symSize: 0x30 }
+ - { offsetInCU: 0xD44, offset: 0x196BD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivg', symObjAddr: 0x1420, symBinAddr: 0x1F8900, symSize: 0x30 }
+ - { offsetInCU: 0xD60, offset: 0x196BF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivs', symObjAddr: 0x1450, symBinAddr: 0x1F8930, symSize: 0x30 }
+ - { offsetInCU: 0xD7C, offset: 0x196C0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivM', symObjAddr: 0x1480, symBinAddr: 0x1F8960, symSize: 0x30 }
+ - { offsetInCU: 0xD98, offset: 0x196C29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC12measureCountSivM.resume.0', symObjAddr: 0x14B0, symBinAddr: 0x1F8990, symSize: 0x10 }
+ - { offsetInCU: 0xDC3, offset: 0x196C54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfC', symObjAddr: 0x14C0, symBinAddr: 0x1F89A0, symSize: 0x60 }
+ - { offsetInCU: 0xDF7, offset: 0x196C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfc', symObjAddr: 0x1520, symBinAddr: 0x1F8A00, symSize: 0x40 }
+ - { offsetInCU: 0xE0B, offset: 0x196C9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC8flushAllyyF', symObjAddr: 0x1560, symBinAddr: 0x1F8A40, symSize: 0x50 }
+ - { offsetInCU: 0xE3A, offset: 0x196CCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x15B0, symBinAddr: 0x1F8A90, symSize: 0xB0 }
+ - { offsetInCU: 0xEB8, offset: 0x196D49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC26incrementReconnectionCountyyF', symObjAddr: 0x1660, symBinAddr: 0x1F8B40, symSize: 0x30 }
+ - { offsetInCU: 0xF10, offset: 0x196DA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC21incrementMeasureCountyyF', symObjAddr: 0x1690, symBinAddr: 0x1F8B70, symSize: 0x40 }
+ - { offsetInCU: 0xF52, offset: 0x196DE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC6encode2toys7Encoder_p_tKF', symObjAddr: 0x16D0, symBinAddr: 0x1F8BB0, symSize: 0x150 }
+ - { offsetInCU: 0xFAE, offset: 0x196E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCfd', symObjAddr: 0x1820, symBinAddr: 0x1F8D00, symSize: 0x40 }
+ - { offsetInCU: 0xFE9, offset: 0x196E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCfD', symObjAddr: 0x1860, symBinAddr: 0x1F8D40, symSize: 0x50 }
+ - { offsetInCU: 0x102C, offset: 0x196EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x18B0, symBinAddr: 0x1F8D90, symSize: 0x20 }
+ - { offsetInCU: 0x104F, offset: 0x196EE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10identifierA2C10IdentifierO_tcfcTf4gn_n', symObjAddr: 0x1DF0, symBinAddr: 0x1F92D0, symSize: 0x120 }
+ - { offsetInCU: 0x11A6, offset: 0x197037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC2eeoiySbAC_ACtFZ', symObjAddr: 0x18D0, symBinAddr: 0x1F8DB0, symSize: 0x10 }
+ - { offsetInCU: 0x11BA, offset: 0x19704B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC1loiySbAC_ACtFZ', symObjAddr: 0x1900, symBinAddr: 0x1F8DE0, symSize: 0x20 }
+ - { offsetInCU: 0x11E5, offset: 0x197076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC4hash4intoys6HasherVz_tF', symObjAddr: 0x1920, symBinAddr: 0x1F8E00, symSize: 0x50 }
+ - { offsetInCU: 0x126F, offset: 0x197100, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC9hashValueSivg', symObjAddr: 0x1970, symBinAddr: 0x1F8E50, symSize: 0x70 }
+ - { offsetInCU: 0x1353, offset: 0x1971E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL1loiySbx_xtFZTW', symObjAddr: 0x19E0, symBinAddr: 0x1F8EC0, symSize: 0x20 }
+ - { offsetInCU: 0x13B2, offset: 0x197243, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH9hashValueSivgTW', symObjAddr: 0x1A30, symBinAddr: 0x1F8F10, symSize: 0x70 }
+ - { offsetInCU: 0x1477, offset: 0x197308, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1AA0, symBinAddr: 0x1F8F80, symSize: 0x60 }
+ - { offsetInCU: 0x14EE, offset: 0x19737F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1B80, symBinAddr: 0x1F9060, symSize: 0x10 }
+ - { offsetInCU: 0x1520, offset: 0x1973B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC2eeoiySbAC_ACtFZTf4nnd_n', symObjAddr: 0x1DA0, symBinAddr: 0x1F9280, symSize: 0x50 }
+ - { offsetInCU: 0x158C, offset: 0x19741D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOWOy', symObjAddr: 0x1F90, symBinAddr: 0x1F9470, symSize: 0x10 }
+ - { offsetInCU: 0x15A0, offset: 0x197431, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs06CodingE0AAWl', symObjAddr: 0x1FE0, symBinAddr: 0x1F9480, symSize: 0x30 }
+ - { offsetInCU: 0x15B4, offset: 0x197445, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16StatsLogDelegate_pSgXwWOh', symObjAddr: 0x2010, symBinAddr: 0x1F94B0, symSize: 0x20 }
+ - { offsetInCU: 0x15C8, offset: 0x197459, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOSHAASQWb', symObjAddr: 0x2030, symBinAddr: 0x1F94D0, symSize: 0x10 }
+ - { offsetInCU: 0x15DC, offset: 0x19746D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGSQAAWl', symObjAddr: 0x2040, symBinAddr: 0x1F94E0, symSize: 0x30 }
+ - { offsetInCU: 0x15F0, offset: 0x197481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2070, symBinAddr: 0x1F9510, symSize: 0x10 }
+ - { offsetInCU: 0x1604, offset: 0x197495, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2080, symBinAddr: 0x1F9520, symSize: 0x30 }
+ - { offsetInCU: 0x1618, offset: 0x1974A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x20B0, symBinAddr: 0x1F9550, symSize: 0x10 }
+ - { offsetInCU: 0x162C, offset: 0x1974BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x20C0, symBinAddr: 0x1F9560, symSize: 0x30 }
+ - { offsetInCU: 0x1640, offset: 0x1974D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOSHAASQWb', symObjAddr: 0x20F0, symBinAddr: 0x1F9590, symSize: 0x10 }
+ - { offsetInCU: 0x1654, offset: 0x1974E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGSQAAWl', symObjAddr: 0x2100, symBinAddr: 0x1F95A0, symSize: 0x30 }
+ - { offsetInCU: 0x1668, offset: 0x1974F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2130, symBinAddr: 0x1F95D0, symSize: 0x10 }
+ - { offsetInCU: 0x167C, offset: 0x19750D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2140, symBinAddr: 0x1F95E0, symSize: 0x30 }
+ - { offsetInCU: 0x1690, offset: 0x197521, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x2170, symBinAddr: 0x1F9610, symSize: 0x10 }
+ - { offsetInCU: 0x16A4, offset: 0x197535, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x2180, symBinAddr: 0x1F9620, symSize: 0x30 }
+ - { offsetInCU: 0x16B8, offset: 0x197549, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOSHAASQWb', symObjAddr: 0x21B0, symBinAddr: 0x1F9650, symSize: 0x10 }
+ - { offsetInCU: 0x16CC, offset: 0x19755D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGSQAAWl', symObjAddr: 0x21C0, symBinAddr: 0x1F9660, symSize: 0x30 }
+ - { offsetInCU: 0x16E0, offset: 0x197571, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x21F0, symBinAddr: 0x1F9690, symSize: 0x10 }
+ - { offsetInCU: 0x16F4, offset: 0x197585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2200, symBinAddr: 0x1F96A0, symSize: 0x30 }
+ - { offsetInCU: 0x1708, offset: 0x197599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x2230, symBinAddr: 0x1F96D0, symSize: 0x10 }
+ - { offsetInCU: 0x171C, offset: 0x1975AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x2240, symBinAddr: 0x1F96E0, symSize: 0x30 }
+ - { offsetInCU: 0x1730, offset: 0x1975C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2270, symBinAddr: 0x1F9710, symSize: 0x10 }
+ - { offsetInCU: 0x1744, offset: 0x1975D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2280, symBinAddr: 0x1F9720, symSize: 0x30 }
+ - { offsetInCU: 0x1758, offset: 0x1975E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs06CodingE0AAs23CustomStringConvertiblePWb', symObjAddr: 0x22B0, symBinAddr: 0x1F9750, symSize: 0x10 }
+ - { offsetInCU: 0x176C, offset: 0x1975FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x22C0, symBinAddr: 0x1F9760, symSize: 0x30 }
+ - { offsetInCU: 0x1780, offset: 0x197611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASQWb', symObjAddr: 0x22F0, symBinAddr: 0x1F9790, symSize: 0x10 }
+ - { offsetInCU: 0x1794, offset: 0x197625, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCACSQAAWl', symObjAddr: 0x2300, symBinAddr: 0x1F97A0, symSize: 0x30 }
+ - { offsetInCU: 0x17A8, offset: 0x197639, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCMa', symObjAddr: 0x2330, symBinAddr: 0x1F97D0, symSize: 0x20 }
+ - { offsetInCU: 0x17BC, offset: 0x19764D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASQWb', symObjAddr: 0x2350, symBinAddr: 0x1F97F0, symSize: 0x10 }
+ - { offsetInCU: 0x17D0, offset: 0x197661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASQWb', symObjAddr: 0x2360, symBinAddr: 0x1F9800, symSize: 0x10 }
+ - { offsetInCU: 0x17E4, offset: 0x197675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOAESQAAWl', symObjAddr: 0x2370, symBinAddr: 0x1F9810, symSize: 0x30 }
+ - { offsetInCU: 0x17F8, offset: 0x197689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOMa', symObjAddr: 0x2870, symBinAddr: 0x1F9D10, symSize: 0x10 }
+ - { offsetInCU: 0x180C, offset: 0x19769D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOwup', symObjAddr: 0x28C0, symBinAddr: 0x1F9D40, symSize: 0x10 }
+ - { offsetInCU: 0x1820, offset: 0x1976B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOMa', symObjAddr: 0x28D0, symBinAddr: 0x1F9D50, symSize: 0x10 }
+ - { offsetInCU: 0x1834, offset: 0x1976C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwug', symObjAddr: 0x2A50, symBinAddr: 0x1F9ED0, symSize: 0x10 }
+ - { offsetInCU: 0x1848, offset: 0x1976D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwup', symObjAddr: 0x2A60, symBinAddr: 0x1F9EE0, symSize: 0x10 }
+ - { offsetInCU: 0x185C, offset: 0x1976ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOwui', symObjAddr: 0x2A70, symBinAddr: 0x1F9EF0, symSize: 0x10 }
+ - { offsetInCU: 0x1870, offset: 0x197701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOMa', symObjAddr: 0x2A80, symBinAddr: 0x1F9F00, symSize: 0x10 }
+ - { offsetInCU: 0x1884, offset: 0x197715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwet', symObjAddr: 0x2A90, symBinAddr: 0x1F9F10, symSize: 0x80 }
+ - { offsetInCU: 0x1898, offset: 0x197729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwst', symObjAddr: 0x2B10, symBinAddr: 0x1F9F90, symSize: 0xD0 }
+ - { offsetInCU: 0x18AC, offset: 0x19773D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOwup', symObjAddr: 0x2BE0, symBinAddr: 0x1FA060, symSize: 0x10 }
+ - { offsetInCU: 0x18C0, offset: 0x197751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOMa', symObjAddr: 0x2BF0, symBinAddr: 0x1FA070, symSize: 0x10 }
+ - { offsetInCU: 0x18D4, offset: 0x197765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwCP', symObjAddr: 0x2C00, symBinAddr: 0x1FA080, symSize: 0x40 }
+ - { offsetInCU: 0x18E8, offset: 0x197779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwxx', symObjAddr: 0x2C40, symBinAddr: 0x1FA0C0, symSize: 0x20 }
+ - { offsetInCU: 0x18FC, offset: 0x19778D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwcp', symObjAddr: 0x2C60, symBinAddr: 0x1FA0E0, symSize: 0x40 }
+ - { offsetInCU: 0x1910, offset: 0x1977A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwca', symObjAddr: 0x2CA0, symBinAddr: 0x1FA120, symSize: 0x50 }
+ - { offsetInCU: 0x1924, offset: 0x1977B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwta', symObjAddr: 0x2D10, symBinAddr: 0x1FA170, symSize: 0x40 }
+ - { offsetInCU: 0x1938, offset: 0x1977C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwet', symObjAddr: 0x2D50, symBinAddr: 0x1FA1B0, symSize: 0x50 }
+ - { offsetInCU: 0x194C, offset: 0x1977DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwst', symObjAddr: 0x2DA0, symBinAddr: 0x1FA200, symSize: 0x50 }
+ - { offsetInCU: 0x1960, offset: 0x1977F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwug', symObjAddr: 0x2DF0, symBinAddr: 0x1FA250, symSize: 0x10 }
+ - { offsetInCU: 0x1974, offset: 0x197805, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwup', symObjAddr: 0x2E00, symBinAddr: 0x1FA260, symSize: 0x10 }
+ - { offsetInCU: 0x1988, offset: 0x197819, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOwui', symObjAddr: 0x2E10, symBinAddr: 0x1FA270, symSize: 0x10 }
+ - { offsetInCU: 0x199C, offset: 0x19782D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOMa', symObjAddr: 0x2E20, symBinAddr: 0x1FA280, symSize: 0x10 }
+ - { offsetInCU: 0x19B0, offset: 0x197841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOAGs06CodingE0AAWl', symObjAddr: 0x2E90, symBinAddr: 0x1FA290, symSize: 0x30 }
+ - { offsetInCU: 0x19D5, offset: 0x197866, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x310, symBinAddr: 0x1F77F0, symSize: 0x20 }
+ - { offsetInCU: 0x19F1, offset: 0x197882, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO9TransportOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x330, symBinAddr: 0x1F7810, symSize: 0x20 }
+ - { offsetInCU: 0x1A0D, offset: 0x19789E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x7D0, symBinAddr: 0x1F7CB0, symSize: 0x20 }
+ - { offsetInCU: 0x1A29, offset: 0x1978BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5AudioOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x7F0, symBinAddr: 0x1F7CD0, symSize: 0x20 }
+ - { offsetInCU: 0x1A4B, offset: 0x1978DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0xDD0, symBinAddr: 0x1F82B0, symSize: 0x20 }
+ - { offsetInCU: 0x1A67, offset: 0x1978F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyO5VideoOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0xDF0, symBinAddr: 0x1F82D0, symSize: 0x20 }
+ - { offsetInCU: 0x1A83, offset: 0x197914, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xEC0, symBinAddr: 0x1F83A0, symSize: 0x20 }
+ - { offsetInCU: 0x1A9F, offset: 0x197930, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC0D3KeyOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xEE0, symBinAddr: 0x1F83C0, symSize: 0x20 }
+ - { offsetInCU: 0x1B04, offset: 0x197995, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL2leoiySbx_xtFZTW', symObjAddr: 0x1A00, symBinAddr: 0x1F8EE0, symSize: 0x10 }
+ - { offsetInCU: 0x1B20, offset: 0x1979B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL2geoiySbx_xtFZTW', symObjAddr: 0x1A10, symBinAddr: 0x1F8EF0, symSize: 0x10 }
+ - { offsetInCU: 0x1B3C, offset: 0x1979CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSLAASL1goiySbx_xtFZTW', symObjAddr: 0x1A20, symBinAddr: 0x1F8F00, symSize: 0x10 }
+ - { offsetInCU: 0x1B67, offset: 0x1979F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryCSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1B00, symBinAddr: 0x1F8FE0, symSize: 0x80 }
+ - { offsetInCU: 0x1C28, offset: 0x197AB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7SummaryC10IdentifierOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1D10, symBinAddr: 0x1F91F0, symSize: 0x50 }
+ - { offsetInCU: 0x4B, offset: 0x197DAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x1FA320, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x197DC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x20, symBinAddr: 0x1FA340, symSize: 0x10 }
+ - { offsetInCU: 0xB7, offset: 0x197E17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x50, symBinAddr: 0x1FA370, symSize: 0x80 }
+ - { offsetInCU: 0x11A, offset: 0x197E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFyycfU_', symObjAddr: 0xD0, symBinAddr: 0x1FA3F0, symSize: 0x50 }
+ - { offsetInCU: 0x15B, offset: 0x197EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCACycfc', symObjAddr: 0x1A0, symBinAddr: 0x1FA4C0, symSize: 0x10 }
+ - { offsetInCU: 0x188, offset: 0x197EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCfd', symObjAddr: 0x1B0, symBinAddr: 0x1FA4D0, symSize: 0x10 }
+ - { offsetInCU: 0x1B5, offset: 0x197F15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCfD', symObjAddr: 0x1C0, symBinAddr: 0x1FA4E0, symSize: 0x20 }
+ - { offsetInCU: 0x1E3, offset: 0x197F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtFyycfU_TA', symObjAddr: 0x210, symBinAddr: 0x1FA530, symSize: 0x10 }
+ - { offsetInCU: 0x1F7, offset: 0x197F57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23PeerConnectionIdleStateCMa', symObjAddr: 0x220, symBinAddr: 0x1FA540, symSize: 0x14 }
+ - { offsetInCU: 0x27, offset: 0x198148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x0, symBinAddr: 0x1FA560, symSize: 0x1F0 }
+ - { offsetInCU: 0xDF, offset: 0x198200, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x0, symBinAddr: 0x1FA560, symSize: 0x1F0 }
+ - { offsetInCU: 0x247, offset: 0x198368, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC13getCachedRoom2byAA0H0CSgSS_tF', symObjAddr: 0x1F0, symBinAddr: 0x1FA750, symSize: 0x180 }
+ - { offsetInCU: 0x376, offset: 0x198497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC9fetchRoom2by17completionHandlerySS_yAA0G0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x370, symBinAddr: 0x1FA8D0, symSize: 0x190 }
+ - { offsetInCU: 0x4B5, offset: 0x1985D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB8CallMainC10createRoom6params17completionHandleryAA0G6ParamsC_yAA0G0CSg_AA8SBCErrorCSgtctFyycfU_TA', symObjAddr: 0x5C0, symBinAddr: 0x1FAA80, symSize: 0x3A }
+ - { offsetInCU: 0x27, offset: 0x1988B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1FAAC0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1988D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x1FAAC0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x1988F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x1FAAD0, symSize: 0x40 }
+ - { offsetInCU: 0x8C, offset: 0x198915, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x1FAB10, symSize: 0x240 }
+ - { offsetInCU: 0x159, offset: 0x1989E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x420, symBinAddr: 0x1FAD70, symSize: 0x70 }
+ - { offsetInCU: 0x1F3, offset: 0x198A7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x490, symBinAddr: 0x1FADE0, symSize: 0x40 }
+ - { offsetInCU: 0x2A9, offset: 0x198B32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D0, symBinAddr: 0x1FAE20, symSize: 0x30 }
+ - { offsetInCU: 0x308, offset: 0x198B91, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x500, symBinAddr: 0x1FAE50, symSize: 0x30 }
+ - { offsetInCU: 0x35F, offset: 0x198BE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfd', symObjAddr: 0x540, symBinAddr: 0x1FAE90, symSize: 0x30 }
+ - { offsetInCU: 0x3B0, offset: 0x198C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfD', symObjAddr: 0x570, symBinAddr: 0x1FAEC0, symSize: 0x40 }
+ - { offsetInCU: 0x40A, offset: 0x198C93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCMa', symObjAddr: 0x360, symBinAddr: 0x1FAD50, symSize: 0x20 }
+ - { offsetInCU: 0x4B3, offset: 0x198D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29ParticipantExitedEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0x1FAE80, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x198F96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomId011participantH03sdp14audioAttribute05videoL0ACSS_S2SAA12WebRTCClientC9DirectionOALtcfC', symObjAddr: 0x0, symBinAddr: 0x1FAF30, symSize: 0x40 }
+ - { offsetInCU: 0x4B, offset: 0x198FBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomId011participantH03sdp14audioAttribute05videoL0ACSS_S2SAA12WebRTCClientC9DirectionOALtcfC', symObjAddr: 0x0, symBinAddr: 0x1FAF30, symSize: 0x40 }
+ - { offsetInCU: 0xC8, offset: 0x199037, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvgZ', symObjAddr: 0x90, symBinAddr: 0x1FAFC0, symSize: 0x50 }
+ - { offsetInCU: 0xE9, offset: 0x199058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvsZ', symObjAddr: 0xE0, symBinAddr: 0x1FB010, symSize: 0x50 }
+ - { offsetInCU: 0x112, offset: 0x199081, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ', symObjAddr: 0x130, symBinAddr: 0x1FB060, symSize: 0x60 }
+ - { offsetInCU: 0x13B, offset: 0x1990AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvMZ.resume.0', symObjAddr: 0x190, symBinAddr: 0x1FB0C0, symSize: 0x10 }
+ - { offsetInCU: 0x157, offset: 0x1990C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1A0, symBinAddr: 0x1FB0D0, symSize: 0xD0 }
+ - { offsetInCU: 0x1D9, offset: 0x199148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x2D0, symBinAddr: 0x1FB1A0, symSize: 0x10 }
+ - { offsetInCU: 0x1F5, offset: 0x199164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV12isWSRequiredSbvg', symObjAddr: 0x2E0, symBinAddr: 0x1FB1B0, symSize: 0x10 }
+ - { offsetInCU: 0x211, offset: 0x199180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6roomIdSSvg', symObjAddr: 0x2F0, symBinAddr: 0x1FB1C0, symSize: 0x30 }
+ - { offsetInCU: 0x22D, offset: 0x19919C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV13participantIdSSvg', symObjAddr: 0x320, symBinAddr: 0x1FB1F0, symSize: 0x30 }
+ - { offsetInCU: 0x249, offset: 0x1991B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV3sdpSSvg', symObjAddr: 0x350, symBinAddr: 0x1FB220, symSize: 0x30 }
+ - { offsetInCU: 0x265, offset: 0x1991D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV14audioAttributeAA12WebRTCClientC9DirectionOvg', symObjAddr: 0x380, symBinAddr: 0x1FB250, symSize: 0x10 }
+ - { offsetInCU: 0x281, offset: 0x1991F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV14videoAttributeAA12WebRTCClientC9DirectionOvg', symObjAddr: 0x390, symBinAddr: 0x1FB260, symSize: 0x10 }
+ - { offsetInCU: 0x29D, offset: 0x19920C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x3A0, symBinAddr: 0x1FB270, symSize: 0x160 }
+ - { offsetInCU: 0x2F9, offset: 0x199268, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15RoomRequestableA2aDP12isWSRequiredSbvgTW', symObjAddr: 0x590, symBinAddr: 0x1FB400, symSize: 0x10 }
+ - { offsetInCU: 0x324, offset: 0x199293, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x640, symBinAddr: 0x1FB470, symSize: 0x50 }
+ - { offsetInCU: 0x35B, offset: 0x1992CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x770, symBinAddr: 0x1FB570, symSize: 0x10 }
+ - { offsetInCU: 0x377, offset: 0x1992E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x780, symBinAddr: 0x1FB580, symSize: 0x40 }
+ - { offsetInCU: 0x393, offset: 0x199302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x830, symBinAddr: 0x1FB630, symSize: 0x40 }
+ - { offsetInCU: 0x3B7, offset: 0x199326, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultType_WZ', symObjAddr: 0x40, symBinAddr: 0x1FAF70, symSize: 0x20 }
+ - { offsetInCU: 0x3D1, offset: 0x199340, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestV10resultTypeAA0E14AnswerResponseCmvau', symObjAddr: 0x60, symBinAddr: 0x1FAF90, symSize: 0x30 }
+ - { offsetInCU: 0x417, offset: 0x199386, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC9DirectionOAESEAAWl', symObjAddr: 0x560, symBinAddr: 0x1FB3D0, symSize: 0x30 }
+ - { offsetInCU: 0x42B, offset: 0x19939A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA15RoomRequestableAAWI', symObjAddr: 0x5A0, symBinAddr: 0x1FB410, symSize: 0x20 }
+ - { offsetInCU: 0x43F, offset: 0x1993AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA14APIRequestableAAWl', symObjAddr: 0x5C0, symBinAddr: 0x1FB430, symSize: 0x30 }
+ - { offsetInCU: 0x453, offset: 0x1993C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x5F0, symBinAddr: 0x1FB460, symSize: 0x10 }
+ - { offsetInCU: 0x467, offset: 0x1993D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA14APIRequestableAAWI', symObjAddr: 0x690, symBinAddr: 0x1FB4C0, symSize: 0x20 }
+ - { offsetInCU: 0x47B, offset: 0x1993EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA11RequestableAAWI', symObjAddr: 0x6E0, symBinAddr: 0x1FB4E0, symSize: 0x30 }
+ - { offsetInCU: 0x48F, offset: 0x1993FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA0F0AAWl', symObjAddr: 0x710, symBinAddr: 0x1FB510, symSize: 0x30 }
+ - { offsetInCU: 0x4A3, offset: 0x199412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x740, symBinAddr: 0x1FB540, symSize: 0x30 }
+ - { offsetInCU: 0x4B7, offset: 0x199426, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0AAWI', symObjAddr: 0x7C0, symBinAddr: 0x1FB5C0, symSize: 0x20 }
+ - { offsetInCU: 0x4CB, offset: 0x19943A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVACSEAAWl', symObjAddr: 0x7E0, symBinAddr: 0x1FB5E0, symSize: 0x30 }
+ - { offsetInCU: 0x4DF, offset: 0x19944E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x810, symBinAddr: 0x1FB610, symSize: 0x20 }
+ - { offsetInCU: 0x4F3, offset: 0x199462, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwCP', symObjAddr: 0x870, symBinAddr: 0x1FB670, symSize: 0x30 }
+ - { offsetInCU: 0x507, offset: 0x199476, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwxx', symObjAddr: 0x8A0, symBinAddr: 0x1FB6A0, symSize: 0x30 }
+ - { offsetInCU: 0x51B, offset: 0x19948A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwcp', symObjAddr: 0x8D0, symBinAddr: 0x1FB6D0, symSize: 0x80 }
+ - { offsetInCU: 0x52F, offset: 0x19949E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwca', symObjAddr: 0x950, symBinAddr: 0x1FB750, symSize: 0xA0 }
+ - { offsetInCU: 0x543, offset: 0x1994B2, size: 0x8, addend: 0x0, symName: ___swift_memcpy58_8, symObjAddr: 0x9F0, symBinAddr: 0x1FB7F0, symSize: 0x30 }
+ - { offsetInCU: 0x557, offset: 0x1994C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwta', symObjAddr: 0xA20, symBinAddr: 0x1FB820, symSize: 0x80 }
+ - { offsetInCU: 0x56B, offset: 0x1994DA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwet', symObjAddr: 0xAA0, symBinAddr: 0x1FB8A0, symSize: 0x40 }
+ - { offsetInCU: 0x57F, offset: 0x1994EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVwst', symObjAddr: 0xAE0, symBinAddr: 0x1FB8E0, symSize: 0x50 }
+ - { offsetInCU: 0x593, offset: 0x199502, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVMa', symObjAddr: 0xB30, symBinAddr: 0x1FB930, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x19975A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1FB940, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x19977E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfC', symObjAddr: 0x0, symBinAddr: 0x1FB940, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0x19979A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callIdSSvg', symObjAddr: 0x70, symBinAddr: 0x1FB9B0, symSize: 0x30 }
+ - { offsetInCU: 0x83, offset: 0x1997B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV9candidateAA0D0Cvg', symObjAddr: 0xA0, symBinAddr: 0x1FB9E0, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x1997D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV16peerConnectionIdSSSgvg', symObjAddr: 0xB0, symBinAddr: 0x1FB9F0, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x1997E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0xE0, symBinAddr: 0x1FBA20, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x199802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV9requestIdSSvg', symObjAddr: 0xF0, symBinAddr: 0x1FBA30, symSize: 0x30 }
+ - { offsetInCU: 0xE3, offset: 0x199816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x120, symBinAddr: 0x1FBA60, symSize: 0x270 }
+ - { offsetInCU: 0x156, offset: 0x199889, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x390, symBinAddr: 0x1FBCD0, symSize: 0x10 }
+ - { offsetInCU: 0x181, offset: 0x1998B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA9SignalingA2aDP16peerConnectionIdSSSgvgTW', symObjAddr: 0x3A0, symBinAddr: 0x1FBCE0, symSize: 0x30 }
+ - { offsetInCU: 0x1C2, offset: 0x1998F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x3D0, symBinAddr: 0x1FBD10, symSize: 0x30 }
+ - { offsetInCU: 0x1F4, offset: 0x199927, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x400, symBinAddr: 0x1FBD40, symSize: 0x40 }
+ - { offsetInCU: 0x217, offset: 0x19994A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestV6callId9candidate014peerConnectionG0ACSS_AA0D0CSSSgtcfCTf4gggd_n', symObjAddr: 0x440, symBinAddr: 0x1FBD80, symSize: 0xD0 }
+ - { offsetInCU: 0x277, offset: 0x1999AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x720, symBinAddr: 0x1FBE50, symSize: 0x20 }
+ - { offsetInCU: 0x28B, offset: 0x1999BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA13WSRequestableAAWl', symObjAddr: 0x740, symBinAddr: 0x1FBE70, symSize: 0x30 }
+ - { offsetInCU: 0x29F, offset: 0x1999D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x770, symBinAddr: 0x1FBEA0, symSize: 0x20 }
+ - { offsetInCU: 0x2B3, offset: 0x1999E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA13WSRequestableAAWI', symObjAddr: 0x7C0, symBinAddr: 0x1FBEC0, symSize: 0x20 }
+ - { offsetInCU: 0x2C7, offset: 0x1999FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x810, symBinAddr: 0x1FBEE0, symSize: 0x10 }
+ - { offsetInCU: 0x2DB, offset: 0x199A0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA11RequestableAAWI', symObjAddr: 0x850, symBinAddr: 0x1FBEF0, symSize: 0x30 }
+ - { offsetInCU: 0x2EF, offset: 0x199A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA0E0AAWl', symObjAddr: 0x880, symBinAddr: 0x1FBF20, symSize: 0x30 }
+ - { offsetInCU: 0x303, offset: 0x199A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x8B0, symBinAddr: 0x1FBF50, symSize: 0x30 }
+ - { offsetInCU: 0x317, offset: 0x199A4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0AAWI', symObjAddr: 0x8E0, symBinAddr: 0x1FBF80, symSize: 0x20 }
+ - { offsetInCU: 0x32B, offset: 0x199A5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVACSEAAWl', symObjAddr: 0x900, symBinAddr: 0x1FBFA0, symSize: 0x30 }
+ - { offsetInCU: 0x33F, offset: 0x199A72, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x930, symBinAddr: 0x1FBFD0, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0x199A86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwCP', symObjAddr: 0x950, symBinAddr: 0x1FBFF0, symSize: 0x30 }
+ - { offsetInCU: 0x367, offset: 0x199A9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwxx', symObjAddr: 0x980, symBinAddr: 0x1FC020, symSize: 0x40 }
+ - { offsetInCU: 0x37B, offset: 0x199AAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwcp', symObjAddr: 0x9C0, symBinAddr: 0x1FC060, symSize: 0x80 }
+ - { offsetInCU: 0x38F, offset: 0x199AC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwca', symObjAddr: 0xA40, symBinAddr: 0x1FC0E0, symSize: 0xA0 }
+ - { offsetInCU: 0x3A3, offset: 0x199AD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwta', symObjAddr: 0xB10, symBinAddr: 0x1FC180, symSize: 0x80 }
+ - { offsetInCU: 0x3B7, offset: 0x199AEA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwet', symObjAddr: 0xB90, symBinAddr: 0x1FC200, symSize: 0x40 }
+ - { offsetInCU: 0x3CB, offset: 0x199AFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVwst', symObjAddr: 0xBD0, symBinAddr: 0x1FC240, symSize: 0x50 }
+ - { offsetInCU: 0x3DF, offset: 0x199B12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVMa', symObjAddr: 0xC20, symBinAddr: 0x1FC290, symSize: 0xA }
+ - { offsetInCU: 0x75, offset: 0x199DBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpACSo21RTCSessionDescriptionCSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x1FC2A0, symSize: 0x30 }
+ - { offsetInCU: 0xBA, offset: 0x199E03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpSo21RTCSessionDescriptionCSgvg', symObjAddr: 0x30, symBinAddr: 0x1FC2D0, symSize: 0x20 }
+ - { offsetInCU: 0xD6, offset: 0x199E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC3sdpACSo21RTCSessionDescriptionCSg_tcfc', symObjAddr: 0x50, symBinAddr: 0x1FC2F0, symSize: 0x10 }
+ - { offsetInCU: 0xFB, offset: 0x199E44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC7process7contextyAA12WebRTCClientC_tF', symObjAddr: 0x60, symBinAddr: 0x1FC300, symSize: 0x80 }
+ - { offsetInCU: 0x16E, offset: 0x199EB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC10didICEFail7contextyAA12WebRTCClientC_tF', symObjAddr: 0x100, symBinAddr: 0x1FC3A0, symSize: 0xB0 }
+ - { offsetInCU: 0x227, offset: 0x199F70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateC15didReceiveOffer7context3sdpyAA12WebRTCClientC_So21RTCSessionDescriptionCtF', symObjAddr: 0x1B0, symBinAddr: 0x1FC450, symSize: 0x80 }
+ - { offsetInCU: 0x2E5, offset: 0x19A02E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCACycfC', symObjAddr: 0x2B0, symBinAddr: 0x1FC550, symSize: 0x30 }
+ - { offsetInCU: 0x344, offset: 0x19A08D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCACycfc', symObjAddr: 0x2E0, symBinAddr: 0x1FC580, symSize: 0x30 }
+ - { offsetInCU: 0x389, offset: 0x19A0D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfd', symObjAddr: 0x320, symBinAddr: 0x1FC5C0, symSize: 0x20 }
+ - { offsetInCU: 0x3C4, offset: 0x19A10D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfD', symObjAddr: 0x340, symBinAddr: 0x1FC5E0, symSize: 0x30 }
+ - { offsetInCU: 0x46E, offset: 0x19A1B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCfE', symObjAddr: 0x310, symBinAddr: 0x1FC5B0, symSize: 0x10 }
+ - { offsetInCU: 0x49B, offset: 0x19A1E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31PeerConnectionReconnectingStateCMa', symObjAddr: 0x370, symBinAddr: 0x1FC610, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x19A44C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvgTo', symObjAddr: 0x0, symBinAddr: 0x1FC660, symSize: 0x60 }
+ - { offsetInCU: 0xA4, offset: 0x19A487, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvg', symObjAddr: 0x60, symBinAddr: 0x1FC6C0, symSize: 0x50 }
+ - { offsetInCU: 0xEB, offset: 0x19A4CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvsTo', symObjAddr: 0xB0, symBinAddr: 0x1FC710, symSize: 0x60 }
+ - { offsetInCU: 0x130, offset: 0x19A513, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvs', symObjAddr: 0x110, symBinAddr: 0x1FC770, symSize: 0x50 }
+ - { offsetInCU: 0x157, offset: 0x19A53A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdSSvM', symObjAddr: 0x160, symBinAddr: 0x1FC7C0, symSize: 0x40 }
+ - { offsetInCU: 0x186, offset: 0x19A569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11isVideoCallSbvM', symObjAddr: 0x220, symBinAddr: 0x1FC880, symSize: 0x40 }
+ - { offsetInCU: 0x1D3, offset: 0x19A5B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x260, symBinAddr: 0x1FC8C0, symSize: 0x40 }
+ - { offsetInCU: 0x20E, offset: 0x19A5F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0Cvg', symObjAddr: 0x2A0, symBinAddr: 0x1FC900, symSize: 0x40 }
+ - { offsetInCU: 0x255, offset: 0x19A638, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvsTo', symObjAddr: 0x2E0, symBinAddr: 0x1FC940, symSize: 0x60 }
+ - { offsetInCU: 0x298, offset: 0x19A67B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0Cvs', symObjAddr: 0x340, symBinAddr: 0x1FC9A0, symSize: 0x50 }
+ - { offsetInCU: 0x2BF, offset: 0x19A6A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvM', symObjAddr: 0x390, symBinAddr: 0x1FC9F0, symSize: 0x40 }
+ - { offsetInCU: 0x2EE, offset: 0x19A6D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11callOptionsAA04CallG0CvM.resume.0', symObjAddr: 0x3D0, symBinAddr: 0x1FCA30, symSize: 0x10 }
+ - { offsetInCU: 0x337, offset: 0x19A71A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvgTo', symObjAddr: 0x3E0, symBinAddr: 0x1FCA40, symSize: 0x70 }
+ - { offsetInCU: 0x372, offset: 0x19A755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvg', symObjAddr: 0x450, symBinAddr: 0x1FCAB0, symSize: 0x40 }
+ - { offsetInCU: 0x3B9, offset: 0x19A79C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvsTo', symObjAddr: 0x490, symBinAddr: 0x1FCAF0, symSize: 0x60 }
+ - { offsetInCU: 0x3FC, offset: 0x19A7DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvs', symObjAddr: 0x4F0, symBinAddr: 0x1FCB50, symSize: 0x50 }
+ - { offsetInCU: 0x423, offset: 0x19A806, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC11customItemsSDyS2SGvM', symObjAddr: 0x540, symBinAddr: 0x1FCBA0, symSize: 0x40 }
+ - { offsetInCU: 0x470, offset: 0x19A853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvgTo', symObjAddr: 0x580, symBinAddr: 0x1FCBE0, symSize: 0x40 }
+ - { offsetInCU: 0x4AB, offset: 0x19A88E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvg', symObjAddr: 0x5C0, symBinAddr: 0x1FCC20, symSize: 0x40 }
+ - { offsetInCU: 0x4F2, offset: 0x19A8D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvsTo', symObjAddr: 0x600, symBinAddr: 0x1FCC60, symSize: 0x60 }
+ - { offsetInCU: 0x535, offset: 0x19A918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvs', symObjAddr: 0x660, symBinAddr: 0x1FCCC0, symSize: 0x50 }
+ - { offsetInCU: 0x55C, offset: 0x19A93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC19sendbirdChatOptionsAA0abgH0CSgvM', symObjAddr: 0x6B0, symBinAddr: 0x1FCD10, symSize: 0x40 }
+ - { offsetInCU: 0x58B, offset: 0x19A96E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC14holdActiveCallSbvM', symObjAddr: 0x850, symBinAddr: 0x1FCEB0, symSize: 0x40 }
+ - { offsetInCU: 0x5C9, offset: 0x19A9AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfC', symObjAddr: 0x890, symBinAddr: 0x1FCEF0, symSize: 0x90 }
+ - { offsetInCU: 0x5F3, offset: 0x19A9D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfc', symObjAddr: 0x920, symBinAddr: 0x1FCF80, symSize: 0x60 }
+ - { offsetInCU: 0x607, offset: 0x19A9EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfcTo', symObjAddr: 0x980, symBinAddr: 0x1FCFE0, symSize: 0xC0 }
+ - { offsetInCU: 0x693, offset: 0x19AA76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfC', symObjAddr: 0xA40, symBinAddr: 0x1FD0A0, symSize: 0xD0 }
+ - { offsetInCU: 0x6F7, offset: 0x19AADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfc', symObjAddr: 0xB10, symBinAddr: 0x1FD170, symSize: 0xB0 }
+ - { offsetInCU: 0x748, offset: 0x19AB2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItemsACSS_SbAA0jL0CSDyS2SGtcfcTo', symObjAddr: 0xBC0, symBinAddr: 0x1FD220, symSize: 0xF0 }
+ - { offsetInCU: 0x7D5, offset: 0x19ABB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfC', symObjAddr: 0xCB0, symBinAddr: 0x1FD310, symSize: 0xF0 }
+ - { offsetInCU: 0x83F, offset: 0x19AC22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfc', symObjAddr: 0xDA0, symBinAddr: 0x1FD400, symSize: 0xE0 }
+ - { offsetInCU: 0x89C, offset: 0x19AC7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeIdACSS_tcfcTo', symObjAddr: 0xE80, symBinAddr: 0x1FD4E0, symSize: 0xF0 }
+ - { offsetInCU: 0x904, offset: 0x19ACE7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfC', symObjAddr: 0xF70, symBinAddr: 0x1FD5D0, symSize: 0x20 }
+ - { offsetInCU: 0x922, offset: 0x19AD05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfc', symObjAddr: 0xF90, symBinAddr: 0x1FD5F0, symSize: 0x50 }
+ - { offsetInCU: 0x95D, offset: 0x19AD40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCACycfcTo', symObjAddr: 0xFE0, symBinAddr: 0x1FD640, symSize: 0x50 }
+ - { offsetInCU: 0x99A, offset: 0x19AD7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCfD', symObjAddr: 0x1030, symBinAddr: 0x1FD690, symSize: 0x30 }
+ - { offsetInCU: 0x9D8, offset: 0x19ADBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC8calleeId11isVideoCall11callOptions11customItems012sendbirdChatL0010holdActiveJ0ACSS_SbAA0jL0CSDyS2SGAA0abpL0CSgSbtcfcTf4gngggnn_n', symObjAddr: 0x12D0, symBinAddr: 0x1FD930, symSize: 0x1B0 }
+ - { offsetInCU: 0xA68, offset: 0x19AE4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCfETo', symObjAddr: 0x1060, symBinAddr: 0x1FD6C0, symSize: 0x60 }
+ - { offsetInCU: 0xA97, offset: 0x19AE7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC4copy4withyp10ObjectiveC6NSZoneVSg_tF', symObjAddr: 0x10C0, symBinAddr: 0x1FD720, symSize: 0x1A0 }
+ - { offsetInCU: 0xB40, offset: 0x19AF23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsC4copy4withyp10ObjectiveC6NSZoneVSg_tFTo', symObjAddr: 0x1260, symBinAddr: 0x1FD8C0, symSize: 0x70 }
+ - { offsetInCU: 0xB5C, offset: 0x19AF3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DialParamsCMa', symObjAddr: 0x1480, symBinAddr: 0x1FDAE0, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x19B210, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0SivpZ', symObjAddr: 0x2070, symBinAddr: 0x300720, symSize: 0x0 }
+ - { offsetInCU: 0x75, offset: 0x19B236, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4times5Int64Vvg', symObjAddr: 0x0, symBinAddr: 0x1FE050, symSize: 0x10 }
+ - { offsetInCU: 0x91, offset: 0x19B252, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC8logLevelAA6LoggerV0H0Ovg', symObjAddr: 0x10, symBinAddr: 0x1FE060, symSize: 0x10 }
+ - { offsetInCU: 0xAD, offset: 0x19B26E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvg', symObjAddr: 0x20, symBinAddr: 0x1FE070, symSize: 0x40 }
+ - { offsetInCU: 0xC9, offset: 0x19B28A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvs', symObjAddr: 0x60, symBinAddr: 0x1FE0B0, symSize: 0x40 }
+ - { offsetInCU: 0xE5, offset: 0x19B2A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC7messageSSvM', symObjAddr: 0xA0, symBinAddr: 0x1FE0F0, symSize: 0x30 }
+ - { offsetInCU: 0x143, offset: 0x19B304, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4time8logLevel7messageAEs5Int64V_AA6LoggerV0I0OSStcfC', symObjAddr: 0xD0, symBinAddr: 0x1FE120, symSize: 0x70 }
+ - { offsetInCU: 0x19A, offset: 0x19B35B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC4time8logLevel7messageAEs5Int64V_AA6LoggerV0I0OSStcfc', symObjAddr: 0x140, symBinAddr: 0x1FE190, symSize: 0x50 }
+ - { offsetInCU: 0x1FB, offset: 0x19B3BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8rawValueAGSgSS_tcfC', symObjAddr: 0x190, symBinAddr: 0x1FE1E0, symSize: 0x70 }
+ - { offsetInCU: 0x236, offset: 0x19B3F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueAGSgSS_tcfC', symObjAddr: 0x240, symBinAddr: 0x1FE250, symSize: 0x70 }
+ - { offsetInCU: 0x279, offset: 0x19B43A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8intValueAGSgSi_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x1FE2C0, symSize: 0x10 }
+ - { offsetInCU: 0x2A0, offset: 0x19B461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2C0, symBinAddr: 0x1FE2D0, symSize: 0x10 }
+ - { offsetInCU: 0x2C7, offset: 0x19B488, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2D0, symBinAddr: 0x1FE2E0, symSize: 0x20 }
+ - { offsetInCU: 0x2FE, offset: 0x19B4BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2F0, symBinAddr: 0x1FE300, symSize: 0x20 }
+ - { offsetInCU: 0x353, offset: 0x19B514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x460, symBinAddr: 0x1FE470, symSize: 0x80 }
+ - { offsetInCU: 0x394, offset: 0x19B555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x4E0, symBinAddr: 0x1FE4F0, symSize: 0x30 }
+ - { offsetInCU: 0x3A8, offset: 0x19B569, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x510, symBinAddr: 0x1FE520, symSize: 0x10 }
+ - { offsetInCU: 0x3DE, offset: 0x19B59F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x520, symBinAddr: 0x1FE530, symSize: 0x80 }
+ - { offsetInCU: 0x436, offset: 0x19B5F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x5A0, symBinAddr: 0x1FE5B0, symSize: 0x10 }
+ - { offsetInCU: 0x452, offset: 0x19B613, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x1FE5C0, symSize: 0x10 }
+ - { offsetInCU: 0x46F, offset: 0x19B630, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCfd', symObjAddr: 0x600, symBinAddr: 0x1FE610, symSize: 0x20 }
+ - { offsetInCU: 0x4AA, offset: 0x19B66B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCfD', symObjAddr: 0x620, symBinAddr: 0x1FE630, symSize: 0x20 }
+ - { offsetInCU: 0x4F5, offset: 0x19B6B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC6encode2toys7Encoder_p_tKF', symObjAddr: 0x640, symBinAddr: 0x1FE650, symSize: 0x150 }
+ - { offsetInCU: 0x534, offset: 0x19B6F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x820, symBinAddr: 0x1FE800, symSize: 0x20 }
+ - { offsetInCU: 0x558, offset: 0x19B719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvg', symObjAddr: 0x840, symBinAddr: 0x1FE820, symSize: 0x30 }
+ - { offsetInCU: 0x574, offset: 0x19B735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvs', symObjAddr: 0x870, symBinAddr: 0x1FE850, symSize: 0x40 }
+ - { offsetInCU: 0x590, offset: 0x19B751, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvM', symObjAddr: 0x8B0, symBinAddr: 0x1FE890, symSize: 0x30 }
+ - { offsetInCU: 0x5AC, offset: 0x19B76D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC03logE5QueueSo17OS_dispatch_queueCvM.resume.0', symObjAddr: 0x8E0, symBinAddr: 0x1FE8C0, symSize: 0x10 }
+ - { offsetInCU: 0x5C8, offset: 0x19B789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvg', symObjAddr: 0x8F0, symBinAddr: 0x1FE8D0, symSize: 0x30 }
+ - { offsetInCU: 0x5E4, offset: 0x19B7A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvs', symObjAddr: 0x920, symBinAddr: 0x1FE900, symSize: 0x30 }
+ - { offsetInCU: 0x600, offset: 0x19B7C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didLogsOverflowSbvM', symObjAddr: 0x950, symBinAddr: 0x1FE930, symSize: 0x30 }
+ - { offsetInCU: 0x61C, offset: 0x19B7DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvg', symObjAddr: 0x980, symBinAddr: 0x1FE960, symSize: 0x30 }
+ - { offsetInCU: 0x638, offset: 0x19B7F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvs', symObjAddr: 0x9B0, symBinAddr: 0x1FE990, symSize: 0x40 }
+ - { offsetInCU: 0x654, offset: 0x19B815, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC8logItemsSayAC0D4ItemCGvM', symObjAddr: 0x9F0, symBinAddr: 0x1FE9D0, symSize: 0x30 }
+ - { offsetInCU: 0x670, offset: 0x19B831, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0SivgZ', symObjAddr: 0xA30, symBinAddr: 0x1FEA10, symSize: 0x10 }
+ - { offsetInCU: 0x68C, offset: 0x19B84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC9configure4withyAA13CommandSender_p_tF', symObjAddr: 0xA40, symBinAddr: 0x1FEA20, symSize: 0x30 }
+ - { offsetInCU: 0x6C9, offset: 0x19B88A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tF', symObjAddr: 0xA70, symBinAddr: 0x1FEA50, symSize: 0x1D0 }
+ - { offsetInCU: 0x729, offset: 0x19B8EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tFyyYbcfU_', symObjAddr: 0xC40, symBinAddr: 0x1FEC20, symSize: 0x1D0 }
+ - { offsetInCU: 0x997, offset: 0x19BB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0xED0, symBinAddr: 0x1FEEB0, symSize: 0x200 }
+ - { offsetInCU: 0xA56, offset: 0x19BC17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_', symObjAddr: 0x1100, symBinAddr: 0x1FF0B0, symSize: 0x400 }
+ - { offsetInCU: 0xEB4, offset: 0x19C075, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfC', symObjAddr: 0x1560, symBinAddr: 0x1FF510, symSize: 0x40 }
+ - { offsetInCU: 0xEE8, offset: 0x19C0A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfc', symObjAddr: 0x15A0, symBinAddr: 0x1FF550, symSize: 0x30 }
+ - { offsetInCU: 0xEFC, offset: 0x19C0BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfd', symObjAddr: 0x1600, symBinAddr: 0x1FF5B0, symSize: 0x30 }
+ - { offsetInCU: 0xF37, offset: 0x19C0F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfD', symObjAddr: 0x1630, symBinAddr: 0x1FF5E0, symSize: 0x40 }
+ - { offsetInCU: 0xF7A, offset: 0x19C13B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCACycfcTf4g_n', symObjAddr: 0x1830, symBinAddr: 0x1FF7E0, symSize: 0x190 }
+ - { offsetInCU: 0x1048, offset: 0x19C209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs0G3KeyAAWl', symObjAddr: 0x7C0, symBinAddr: 0x1FE7A0, symSize: 0x30 }
+ - { offsetInCU: 0x105C, offset: 0x19C21D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESEAAWl', symObjAddr: 0x7F0, symBinAddr: 0x1FE7D0, symSize: 0x30 }
+ - { offsetInCU: 0x1070, offset: 0x19C231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC015maximumNumberOfD0Sivau', symObjAddr: 0xA20, symBinAddr: 0x1FEA00, symSize: 0x10 }
+ - { offsetInCU: 0x1154, offset: 0x19C315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC7collect3logyAC0D4ItemC_tFyyYbcfU_TA', symObjAddr: 0xE40, symBinAddr: 0x1FEE20, symSize: 0x20 }
+ - { offsetInCU: 0x1168, offset: 0x19C329, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0xE60, symBinAddr: 0x1FEE40, symSize: 0x20 }
+ - { offsetInCU: 0x117C, offset: 0x19C33D, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0xE80, symBinAddr: 0x1FEE60, symSize: 0x10 }
+ - { offsetInCU: 0x1354, offset: 0x19C515, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_TA', symObjAddr: 0x1540, symBinAddr: 0x1FF4F0, symSize: 0x20 }
+ - { offsetInCU: 0x1368, offset: 0x19C529, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCfE', symObjAddr: 0x15D0, symBinAddr: 0x1FF580, symSize: 0x30 }
+ - { offsetInCU: 0x13F9, offset: 0x19C5BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASQWb', symObjAddr: 0x19C0, symBinAddr: 0x1FF970, symSize: 0x10 }
+ - { offsetInCU: 0x140D, offset: 0x19C5CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGSQAAWl', symObjAddr: 0x19D0, symBinAddr: 0x1FF980, symSize: 0x30 }
+ - { offsetInCU: 0x1421, offset: 0x19C5E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1A00, symBinAddr: 0x1FF9B0, symSize: 0x10 }
+ - { offsetInCU: 0x1435, offset: 0x19C5F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1A10, symBinAddr: 0x1FF9C0, symSize: 0x30 }
+ - { offsetInCU: 0x1449, offset: 0x19C60A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1A40, symBinAddr: 0x1FF9F0, symSize: 0x10 }
+ - { offsetInCU: 0x145D, offset: 0x19C61E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOAGs23CustomStringConvertibleAAWl', symObjAddr: 0x1A50, symBinAddr: 0x1FFA00, symSize: 0x30 }
+ - { offsetInCU: 0x1471, offset: 0x19C632, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorCMa', symObjAddr: 0x1BD0, symBinAddr: 0x1FFB80, symSize: 0x20 }
+ - { offsetInCU: 0x1485, offset: 0x19C646, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemCMa', symObjAddr: 0x1D40, symBinAddr: 0x1FFCF0, symSize: 0x20 }
+ - { offsetInCU: 0x1499, offset: 0x19C65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwet', symObjAddr: 0x1DF0, symBinAddr: 0x1FFD80, symSize: 0x80 }
+ - { offsetInCU: 0x14AD, offset: 0x19C66E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwst', symObjAddr: 0x1E70, symBinAddr: 0x1FFE00, symSize: 0xD0 }
+ - { offsetInCU: 0x14C1, offset: 0x19C682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwug', symObjAddr: 0x1F40, symBinAddr: 0x1FFED0, symSize: 0x10 }
+ - { offsetInCU: 0x14D5, offset: 0x19C696, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwup', symObjAddr: 0x1F50, symBinAddr: 0x1FFEE0, symSize: 0x10 }
+ - { offsetInCU: 0x14E9, offset: 0x19C6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOwui', symObjAddr: 0x1F60, symBinAddr: 0x1FFEF0, symSize: 0x10 }
+ - { offsetInCU: 0x14FD, offset: 0x19C6BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOMa', symObjAddr: 0x1F70, symBinAddr: 0x1FFF00, symSize: 0x10 }
+ - { offsetInCU: 0x1545, offset: 0x19C706, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x310, symBinAddr: 0x1FE320, symSize: 0x80 }
+ - { offsetInCU: 0x1614, offset: 0x19C7D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x390, symBinAddr: 0x1FE3A0, symSize: 0x50 }
+ - { offsetInCU: 0x1692, offset: 0x19C853, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3E0, symBinAddr: 0x1FE3F0, symSize: 0x30 }
+ - { offsetInCU: 0x16E4, offset: 0x19C8A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x410, symBinAddr: 0x1FE420, symSize: 0x50 }
+ - { offsetInCU: 0x1740, offset: 0x19C901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x5C0, symBinAddr: 0x1FE5D0, symSize: 0x20 }
+ - { offsetInCU: 0x175C, offset: 0x19C91D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12LogCollectorC0D4ItemC10CodingKeysOs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x5E0, symBinAddr: 0x1FE5F0, symSize: 0x20 }
+ - { offsetInCU: 0x1882, offset: 0x19CA43, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay13SendBirdCalls12LogCollectorC0H4ItemCG_Tg504$s13ef7Calls12hi57C15didReceiveEvent7commandyAA7Command_p_tFyyYbcfU_SbAC0D4J6CXEfU_AG06Uploadh5EventQ0CTf1cn_nTf4gg_n', symObjAddr: 0x1670, symBinAddr: 0x1FF620, symSize: 0x1C0 }
+ - { offsetInCU: 0x4F, offset: 0x19CF29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvpZ', symObjAddr: 0x14598, symBinAddr: 0x32C070, symSize: 0x0 }
+ - { offsetInCU: 0x81, offset: 0x19CF5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC9urlString5appId06clientH018ackTimeoutIntervalACSSSg_AHSSSdtcfC', symObjAddr: 0x0, symBinAddr: 0x1FFFD0, symSize: 0xC0 }
+ - { offsetInCU: 0x13A, offset: 0x19D014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvg', symObjAddr: 0x100, symBinAddr: 0x200090, symSize: 0x30 }
+ - { offsetInCU: 0x156, offset: 0x19D030, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvs', symObjAddr: 0x130, symBinAddr: 0x2000C0, symSize: 0x50 }
+ - { offsetInCU: 0x172, offset: 0x19D04C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvM', symObjAddr: 0x180, symBinAddr: 0x200110, symSize: 0x60 }
+ - { offsetInCU: 0x18E, offset: 0x19D068, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15ackTimerManagerAA03AckfG0CSgvM.resume.0', symObjAddr: 0x1E0, symBinAddr: 0x200170, symSize: 0x60 }
+ - { offsetInCU: 0x1AA, offset: 0x19D084, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvg', symObjAddr: 0x240, symBinAddr: 0x2001D0, symSize: 0x30 }
+ - { offsetInCU: 0x1C6, offset: 0x19D0A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvs', symObjAddr: 0x270, symBinAddr: 0x200200, symSize: 0x50 }
+ - { offsetInCU: 0x1E2, offset: 0x19D0BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvM', symObjAddr: 0x2C0, symBinAddr: 0x200250, symSize: 0x60 }
+ - { offsetInCU: 0x1FE, offset: 0x19D0D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC15sequenceManagerAA08SequenceF0CSgvM.resume.0', symObjAddr: 0x320, symBinAddr: 0x2002B0, symSize: 0x60 }
+ - { offsetInCU: 0x21A, offset: 0x19D0F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvg', symObjAddr: 0x380, symBinAddr: 0x200310, symSize: 0x30 }
+ - { offsetInCU: 0x236, offset: 0x19D110, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvs', symObjAddr: 0x3B0, symBinAddr: 0x200340, symSize: 0x40 }
+ - { offsetInCU: 0x252, offset: 0x19D12C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC18ackTimeoutIntervalSdvM', symObjAddr: 0x3F0, symBinAddr: 0x200380, symSize: 0x30 }
+ - { offsetInCU: 0x26E, offset: 0x19D148, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvg', symObjAddr: 0x420, symBinAddr: 0x2003B0, symSize: 0x40 }
+ - { offsetInCU: 0x28A, offset: 0x19D164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvs', symObjAddr: 0x460, symBinAddr: 0x2003F0, symSize: 0x40 }
+ - { offsetInCU: 0x2A6, offset: 0x19D180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC8clientIdSSvM', symObjAddr: 0x4A0, symBinAddr: 0x200430, symSize: 0x30 }
+ - { offsetInCU: 0x2C2, offset: 0x19D19C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvgZ', symObjAddr: 0x530, symBinAddr: 0x2004C0, symSize: 0x50 }
+ - { offsetInCU: 0x2EB, offset: 0x19D1C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvg', symObjAddr: 0x580, symBinAddr: 0x200510, symSize: 0x40 }
+ - { offsetInCU: 0x307, offset: 0x19D1E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvs', symObjAddr: 0x5C0, symBinAddr: 0x200550, symSize: 0x40 }
+ - { offsetInCU: 0x323, offset: 0x19D1FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvM', symObjAddr: 0x600, symBinAddr: 0x200590, symSize: 0x30 }
+ - { offsetInCU: 0x33F, offset: 0x19D219, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC12sessionTokenSSSgvM.resume.0', symObjAddr: 0x630, symBinAddr: 0x2005C0, symSize: 0x10 }
+ - { offsetInCU: 0x35B, offset: 0x19D235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvg', symObjAddr: 0x6B0, symBinAddr: 0x200640, symSize: 0x40 }
+ - { offsetInCU: 0x377, offset: 0x19D251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvs', symObjAddr: 0x6F0, symBinAddr: 0x200680, symSize: 0x60 }
+ - { offsetInCU: 0x393, offset: 0x19D26D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvM', symObjAddr: 0x790, symBinAddr: 0x2006E0, symSize: 0x40 }
+ - { offsetInCU: 0x3AF, offset: 0x19D289, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvg', symObjAddr: 0x7D0, symBinAddr: 0x200720, symSize: 0x50 }
+ - { offsetInCU: 0x3CB, offset: 0x19D2A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvs', symObjAddr: 0x820, symBinAddr: 0x200770, symSize: 0x50 }
+ - { offsetInCU: 0x3E7, offset: 0x19D2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5appIdSSSgvM', symObjAddr: 0x870, symBinAddr: 0x2007C0, symSize: 0x40 }
+ - { offsetInCU: 0x403, offset: 0x19D2DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfC', symObjAddr: 0x8B0, symBinAddr: 0x200800, symSize: 0x70 }
+ - { offsetInCU: 0x421, offset: 0x19D2FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC3url5appId06clientG018ackTimeoutIntervalAC10Foundation3URLVSg_SSSgSSSdtcfc', symObjAddr: 0x920, symBinAddr: 0x200870, symSize: 0x150 }
+ - { offsetInCU: 0x48E, offset: 0x19D368, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC5clearyyF', symObjAddr: 0xA70, symBinAddr: 0x2009C0, symSize: 0x50 }
+ - { offsetInCU: 0x4BD, offset: 0x19D397, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC10setTimeoutyyAA0F0CF', symObjAddr: 0xAC0, symBinAddr: 0x200A10, symSize: 0x30 }
+ - { offsetInCU: 0x4FC, offset: 0x19D3D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlF', symObjAddr: 0xAF0, symBinAddr: 0x200A40, symSize: 0xDF0 }
+ - { offsetInCU: 0xB20, offset: 0x19D9FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_', symObjAddr: 0x18E0, symBinAddr: 0x201830, symSize: 0xE80 }
+ - { offsetInCU: 0x119E, offset: 0x19E078, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yAA8SequenceC0I0OcfU_', symObjAddr: 0x2760, symBinAddr: 0x2026B0, symSize: 0xC0 }
+ - { offsetInCU: 0x11F9, offset: 0x19E0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCfd', symObjAddr: 0x2910, symBinAddr: 0x202860, symSize: 0x60 }
+ - { offsetInCU: 0x1234, offset: 0x19E10E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCfD', symObjAddr: 0x2970, symBinAddr: 0x2028C0, symSize: 0x70 }
+ - { offsetInCU: 0x1277, offset: 0x19E151, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvgTW', symObjAddr: 0x29E0, symBinAddr: 0x202930, symSize: 0x20 }
+ - { offsetInCU: 0x1293, offset: 0x19E16D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvsTW', symObjAddr: 0x2A00, symBinAddr: 0x202950, symSize: 0x20 }
+ - { offsetInCU: 0x12AF, offset: 0x19E189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP8clientIdSSvMTW', symObjAddr: 0x2A20, symBinAddr: 0x202970, symSize: 0x50 }
+ - { offsetInCU: 0x12CB, offset: 0x19E1A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvgTW', symObjAddr: 0x2A80, symBinAddr: 0x2029D0, symSize: 0x20 }
+ - { offsetInCU: 0x12E7, offset: 0x19E1C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvsTW', symObjAddr: 0x2AA0, symBinAddr: 0x2029F0, symSize: 0x20 }
+ - { offsetInCU: 0x1303, offset: 0x19E1DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP12sessionTokenSSSgvMTW', symObjAddr: 0x2AC0, symBinAddr: 0x202A10, symSize: 0x50 }
+ - { offsetInCU: 0x131F, offset: 0x19E1F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvgTW', symObjAddr: 0x2B20, symBinAddr: 0x202A70, symSize: 0x20 }
+ - { offsetInCU: 0x133B, offset: 0x19E215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvsTW', symObjAddr: 0x2B40, symBinAddr: 0x202A90, symSize: 0x20 }
+ - { offsetInCU: 0x1357, offset: 0x19E231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15ackTimerManagerAA03AckgH0CSgvMTW', symObjAddr: 0x2B60, symBinAddr: 0x202AB0, symSize: 0x50 }
+ - { offsetInCU: 0x1373, offset: 0x19E24D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvgTW', symObjAddr: 0x2BC0, symBinAddr: 0x202B10, symSize: 0x20 }
+ - { offsetInCU: 0x138F, offset: 0x19E269, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvsTW', symObjAddr: 0x2BE0, symBinAddr: 0x202B30, symSize: 0x20 }
+ - { offsetInCU: 0x13AB, offset: 0x19E285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP15sequenceManagerAA08SequenceG0CSgvMTW', symObjAddr: 0x2C00, symBinAddr: 0x202B50, symSize: 0x50 }
+ - { offsetInCU: 0x13C7, offset: 0x19E2A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvgTW', symObjAddr: 0x2C60, symBinAddr: 0x202BB0, symSize: 0x20 }
+ - { offsetInCU: 0x13E3, offset: 0x19E2BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvsTW', symObjAddr: 0x2C80, symBinAddr: 0x202BD0, symSize: 0x20 }
+ - { offsetInCU: 0x13FF, offset: 0x19E2D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP18ackTimeoutIntervalSdvMTW', symObjAddr: 0x2CA0, symBinAddr: 0x202BF0, symSize: 0x50 }
+ - { offsetInCU: 0x141B, offset: 0x19E2F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP10setTimeoutyyAA0G0CFTW', symObjAddr: 0x2D20, symBinAddr: 0x202C70, symSize: 0x20 }
+ - { offsetInCU: 0x1437, offset: 0x19E311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP5clearyyFTW', symObjAddr: 0x2D40, symBinAddr: 0x202C90, symSize: 0x20 }
+ - { offsetInCU: 0x1453, offset: 0x19E32D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCAA6ClientA2aDP4send7request17completionHandleryqd___y10ResultTypeAA10ResultablePQyd__Sg_AA8SBCErrorCSgtcSgtAA11RequestableRd__AaJRd__lFTW', symObjAddr: 0x2D60, symBinAddr: 0x202CB0, symSize: 0x20 }
+ - { offsetInCU: 0x1482, offset: 0x19E35C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPath_WZ', symObjAddr: 0x4D0, symBinAddr: 0x200460, symSize: 0x30 }
+ - { offsetInCU: 0x149C, offset: 0x19E376, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7apiPathSSvau', symObjAddr: 0x500, symBinAddr: 0x200490, symSize: 0x30 }
+ - { offsetInCU: 0x14C1, offset: 0x19E39B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC7baseURL10Foundation0F0VSgvpACTk', symObjAddr: 0x640, symBinAddr: 0x2005D0, symSize: 0x70 }
+ - { offsetInCU: 0x1747, offset: 0x19E621, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x2820, symBinAddr: 0x202770, symSize: 0xF0 }
+ - { offsetInCU: 0x1770, offset: 0x19E64A, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestV13SendBirdCallsE03addcD6Header33_DBD09091E21F8ADC8C80A9783E8E6248LL12sessionToken5appId06clientS0ySSSg_AJSStFTf4ndnn_n', symObjAddr: 0x2DE0, symBinAddr: 0x202CD0, symSize: 0x290 }
+ - { offsetInCU: 0x18E7, offset: 0x19E7C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_TA', symObjAddr: 0x3110, symBinAddr: 0x203000, symSize: 0x60 }
+ - { offsetInCU: 0x18FB, offset: 0x19E7D5, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3170, symBinAddr: 0x203060, symSize: 0x20 }
+ - { offsetInCU: 0x190F, offset: 0x19E7E9, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3190, symBinAddr: 0x203080, symSize: 0x10 }
+ - { offsetInCU: 0x1923, offset: 0x19E7FD, size: 0x8, addend: 0x0, symName: '_$sxSg13SendBirdCalls8SBCErrorCSgly10ResultTypeAB10ResultablePQzIsegng_SgAB11RequestableRzAbGRzlWOy', symObjAddr: 0x31A0, symBinAddr: 0x203090, symSize: 0x20 }
+ - { offsetInCU: 0x1937, offset: 0x19E811, size: 0x8, addend: 0x0, symName: '_$s10Foundation10URLRequestVACs23CustomStringConvertibleAAWl', symObjAddr: 0x31C0, symBinAddr: 0x2030B0, symSize: 0x40 }
+ - { offsetInCU: 0x194B, offset: 0x19E825, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMU', symObjAddr: 0x3550, symBinAddr: 0x203370, symSize: 0x10 }
+ - { offsetInCU: 0x195F, offset: 0x19E839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMa', symObjAddr: 0x3560, symBinAddr: 0x203380, symSize: 0x30 }
+ - { offsetInCU: 0x1973, offset: 0x19E84D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientCMr', symObjAddr: 0x3590, symBinAddr: 0x2033B0, symSize: 0xB0 }
+ - { offsetInCU: 0x1987, offset: 0x19E861, size: 0x8, addend: 0x0, symName: '_$s10ResultType13SendBirdCalls10ResultablePQzSgAB8SBCErrorCSgIegng_AfIytIegnnr_AB11RequestableRzAbCRzlTRTA', symObjAddr: 0x3960, symBinAddr: 0x203740, symSize: 0x30 }
+ - { offsetInCU: 0x199B, offset: 0x19E875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9APIClientC4send7request17completionHandleryx_y10ResultTypeAA10ResultablePQzSg_AA8SBCErrorCSgtcSgtAA11RequestableRzAaHRzlFy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yAA8SequenceC0I0OcfU_TA', symObjAddr: 0x3A20, symBinAddr: 0x2037E0, symSize: 0x10 }
+ - { offsetInCU: 0x52, offset: 0x19EE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15startLocalVideoyyF', symObjAddr: 0x0, symBinAddr: 0x203890, symSize: 0x170 }
+ - { offsetInCU: 0x1AB, offset: 0x19EFA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16updateLocalVideo9isEnabledySb_tF', symObjAddr: 0x170, symBinAddr: 0x203A00, symSize: 0x350 }
+ - { offsetInCU: 0x44B, offset: 0x19F249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC17updateRemoteVideo9isEnabledySb_tF', symObjAddr: 0x4C0, symBinAddr: 0x203D50, symSize: 0x350 }
+ - { offsetInCU: 0x952, offset: 0x19F750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtF', symObjAddr: 0x810, symBinAddr: 0x2040A0, symSize: 0xA80 }
+ - { offsetInCU: 0xE1C, offset: 0x19FC1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tF', symObjAddr: 0x1290, symBinAddr: 0x204B20, symSize: 0x30 }
+ - { offsetInCU: 0xE30, offset: 0x19FC2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tF', symObjAddr: 0x12C0, symBinAddr: 0x204B50, symSize: 0x30 }
+ - { offsetInCU: 0xE4C, offset: 0x19FC4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC23availableCaptureDevicesSaySo15AVCaptureDeviceCGvg', symObjAddr: 0x12F0, symBinAddr: 0x204B80, symSize: 0x70 }
+ - { offsetInCU: 0xE85, offset: 0x19FC83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20currentCaptureDeviceSo09AVCaptureH0CSgvg', symObjAddr: 0x1360, symBinAddr: 0x204BF0, symSize: 0xB0 }
+ - { offsetInCU: 0xEF5, offset: 0x19FCF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tF', symObjAddr: 0x1410, symBinAddr: 0x204CA0, symSize: 0x250 }
+ - { offsetInCU: 0x1000, offset: 0x19FDFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_', symObjAddr: 0x1B20, symBinAddr: 0x2053B0, symSize: 0x20 }
+ - { offsetInCU: 0x1050, offset: 0x19FE4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctF', symObjAddr: 0x1660, symBinAddr: 0x204EF0, symSize: 0xD0 }
+ - { offsetInCU: 0x109C, offset: 0x19FE9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_', symObjAddr: 0x1B40, symBinAddr: 0x2053D0, symSize: 0x50 }
+ - { offsetInCU: 0x10E7, offset: 0x19FEE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21createLocalVideoTrackSo08RTCVideoI0CSgyF', symObjAddr: 0x1730, symBinAddr: 0x204FC0, symSize: 0x140 }
+ - { offsetInCU: 0x1198, offset: 0x19FF96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21updateVideoResolution2to3fpsyAA0H0V0H4TypeO_s5Int32VtF', symObjAddr: 0x1870, symBinAddr: 0x205100, symSize: 0x1E0 }
+ - { offsetInCU: 0x13C2, offset: 0x1A01C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC14stopLocalVideoyyF', symObjAddr: 0x1A50, symBinAddr: 0x2052E0, symSize: 0x80 }
+ - { offsetInCU: 0x1406, offset: 0x1A0204, size: 0x8, addend: 0x0, symName: '_$sSo13RTCVideoTrackC13SendBirdCallsE12addVideoViewyySo0A8Renderer_pF', symObjAddr: 0x1AD0, symBinAddr: 0x205360, symSize: 0x40 }
+ - { offsetInCU: 0x142F, offset: 0x1A022D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21selectFormatForDevice_8capturerSo09AVCaptureiG0CSgSo0kI0C_So22RTCCameraVideoCapturerCtF', symObjAddr: 0x1B10, symBinAddr: 0x2053A0, symSize: 0x10 }
+ - { offsetInCU: 0x1443, offset: 0x1A0241, size: 0x8, addend: 0x0, symName: '_$sSo7UIImageCSgIegg_ACIeyBy_TR', symObjAddr: 0x1B90, symBinAddr: 0x205420, symSize: 0x50 }
+ - { offsetInCU: 0x14C8, offset: 0x1A02C6, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVySo16AVFrameRateRangeCG_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16fgH10C_APtXEfU_Tf1cn_n', symObjAddr: 0x1BE0, symBinAddr: 0x205470, symSize: 0x60 }
+ - { offsetInCU: 0x15C4, offset: 0x1A03C2, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1cn_n', symObjAddr: 0x1C40, symBinAddr: 0x2054D0, symSize: 0x110 }
+ - { offsetInCU: 0x17E2, offset: 0x1A05E0, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_So16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1nnncn_n', symObjAddr: 0x1D50, symBinAddr: 0x2055E0, symSize: 0x500 }
+ - { offsetInCU: 0x1B83, offset: 0x1A0981, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSrySo16AVFrameRateRangeCG_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16ijK10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x2250, symBinAddr: 0x205AE0, symSize: 0x120 }
+ - { offsetInCU: 0x1D55, offset: 0x1A0B53, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16fgH10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x2370, symBinAddr: 0x205C00, symSize: 0x2D0 }
+ - { offsetInCU: 0x1F56, offset: 0x1A0D54, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16efG10C_APtXEfU_Tf1nncn_n', symObjAddr: 0x2640, symBinAddr: 0x205ED0, symSize: 0x160 }
+ - { offsetInCU: 0x20DB, offset: 0x1A0ED9, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlFSo16AVFrameRateRangeC_Tg50130$s13SendBirdCalls12WebRTCClientC17setupLocalCapture9predicate12errorHandleryAA11VideoDeviceC9PredicateO_yAA8SBCErrorCSgcSgtFSbSo16ghI10C_APtXEfU_Tf1nnnnc_n', symObjAddr: 0x27A0, symBinAddr: 0x206030, symSize: 0x3E0 }
+ - { offsetInCU: 0x2182, offset: 0x1A0F80, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tFSo16AVFrameRateRangeC_Tg5', symObjAddr: 0x2B80, symBinAddr: 0x206410, symSize: 0x240 }
+ - { offsetInCU: 0x23DD, offset: 0x1A11DB, size: 0x8, addend: 0x0, symName: '_$sSa13_copyContents12initializings16IndexingIteratorVySayxGG_SitSryxG_tF13SendBirdCalls10DirectCallC_Tg5', symObjAddr: 0x2DC0, symBinAddr: 0x206650, symSize: 0x230 }
+ - { offsetInCU: 0x25B8, offset: 0x1A13B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC19setupLocalVideoView4withySo16RTCVideoRenderer_p_tFTf4en_n', symObjAddr: 0x2FF0, symBinAddr: 0x206880, symSize: 0x350 }
+ - { offsetInCU: 0x275F, offset: 0x1A155D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20setupRemoteVideoView4withySo16RTCVideoRenderer_p_tFTf4en_n', symObjAddr: 0x33E0, symBinAddr: 0x206BD0, symSize: 0x1D0 }
+ - { offsetInCU: 0x2816, offset: 0x1A1614, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC13SendBirdCalls10PacketInfoV_Tg5Tf4nnd_n', symObjAddr: 0x3650, symBinAddr: 0x206E40, symSize: 0x90 }
+ - { offsetInCU: 0x2919, offset: 0x1A1717, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21selectFormatForDevice_8capturerSo09AVCaptureiG0CSgSo0kI0C_So22RTCCameraVideoCapturerCtFTf4nnd_n', symObjAddr: 0x38C0, symBinAddr: 0x207010, symSize: 0x250 }
+ - { offsetInCU: 0x2BBE, offset: 0x1A19BC, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfC10Foundation12URLQueryItemV_Tg5Tf4nnd_n', symObjAddr: 0x3B50, symBinAddr: 0x2072A0, symSize: 0xE0 }
+ - { offsetInCU: 0x2C44, offset: 0x1A1A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC12switchCamera12errorHandleryyAA8SBCErrorCSgc_tFyAHcfU0_TA', symObjAddr: 0x3C70, symBinAddr: 0x2073C0, symSize: 0x20 }
+ - { offsetInCU: 0x2C80, offset: 0x1A1A7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15captureSnapshot4with17completionHandleryAA0aB9VideoViewC_ySo7UIImageCSg_AA8SBCErrorCSgtctFyAKcfU_TA', symObjAddr: 0x3C90, symBinAddr: 0x2073E0, symSize: 0x20 }
+ - { offsetInCU: 0x2C94, offset: 0x1A1A92, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x3CB0, symBinAddr: 0x207400, symSize: 0x20 }
+ - { offsetInCU: 0x2CA8, offset: 0x1A1AA6, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x3CD0, symBinAddr: 0x207420, symSize: 0x10 }
+ - { offsetInCU: 0x2CD2, offset: 0x1A1AD0, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5Int16V_Tg5Tf4nnd_n', symObjAddr: 0x3F60, symBinAddr: 0x2076B0, symSize: 0x80 }
+ - { offsetInCU: 0x27, offset: 0x1A222F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16startScreenShareAA0gH0CyF', symObjAddr: 0x0, symBinAddr: 0x207C60, symSize: 0x160 }
+ - { offsetInCU: 0x93, offset: 0x1A229B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC16startScreenShareAA0gH0CyF', symObjAddr: 0x0, symBinAddr: 0x207C60, symSize: 0x160 }
+ - { offsetInCU: 0x18E, offset: 0x1A2396, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC15stopScreenShareyyF', symObjAddr: 0x160, symBinAddr: 0x207DC0, symSize: 0xD0 }
+ - { offsetInCU: 0x27, offset: 0x1A2666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvg', symObjAddr: 0x0, symBinAddr: 0x207E90, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1A268A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvg', symObjAddr: 0x0, symBinAddr: 0x207E90, symSize: 0x20 }
+ - { offsetInCU: 0x5F, offset: 0x1A269E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvs', symObjAddr: 0x20, symBinAddr: 0x207EB0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1A26BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvM', symObjAddr: 0x50, symBinAddr: 0x207EE0, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x1A26D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionSSSgvM.resume.0', symObjAddr: 0x60, symBinAddr: 0x207EF0, symSize: 0x10 }
+ - { offsetInCU: 0xB3, offset: 0x1A26F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV16errorDescriptionACSS_tcfC', symObjAddr: 0x70, symBinAddr: 0x207F00, symSize: 0x10 }
+ - { offsetInCU: 0xFD, offset: 0x1A273C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x80, symBinAddr: 0x207F10, symSize: 0x30 }
+ - { offsetInCU: 0x13C, offset: 0x1A277B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC21streamSSLCertificatesSo7NSArrayCvg', symObjAddr: 0x120, symBinAddr: 0x207FB0, symSize: 0x10 }
+ - { offsetInCU: 0x158, offset: 0x1A2797, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC10pkcs12Path8passwordACSS_SStKcfC', symObjAddr: 0x130, symBinAddr: 0x207FC0, symSize: 0xE0 }
+ - { offsetInCU: 0x1DB, offset: 0x1A281A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url8passwordAC10Foundation3URLV_SStKcfC', symObjAddr: 0x210, symBinAddr: 0x2080A0, symSize: 0x190 }
+ - { offsetInCU: 0x350, offset: 0x1A298F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC8identity0fE0ACSo14SecIdentityRefa_So0geI0atcfC', symObjAddr: 0x3E0, symBinAddr: 0x208230, symSize: 0xB0 }
+ - { offsetInCU: 0x3F1, offset: 0x1A2A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC8identity0fE0ACSo14SecIdentityRefa_So0geI0atcfc', symObjAddr: 0x490, symBinAddr: 0x2082E0, symSize: 0xA0 }
+ - { offsetInCU: 0x478, offset: 0x1A2AB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url13importOptionsAC10Foundation3URLV_So15CFDictionaryRefatKcfC', symObjAddr: 0x530, symBinAddr: 0x208380, symSize: 0x50 }
+ - { offsetInCU: 0x49D, offset: 0x1A2ADC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateC9pkcs12Url13importOptionsAC10Foundation3URLV_So15CFDictionaryRefatKcfc', symObjAddr: 0x580, symBinAddr: 0x2083D0, symSize: 0x6E0 }
+ - { offsetInCU: 0x7CF, offset: 0x1A2E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCfd', symObjAddr: 0xC60, symBinAddr: 0x208AB0, symSize: 0x20 }
+ - { offsetInCU: 0x80A, offset: 0x1A2E49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCfD', symObjAddr: 0xC80, symBinAddr: 0x208AD0, symSize: 0x30 }
+ - { offsetInCU: 0x927, offset: 0x1A2F66, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0xCB0, symBinAddr: 0x208B00, symSize: 0x100 }
+ - { offsetInCU: 0x946, offset: 0x1A2F85, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCMa', symObjAddr: 0xDB0, symBinAddr: 0x208C00, symSize: 0x30 }
+ - { offsetInCU: 0x95A, offset: 0x1A2F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20SSLClientCertificateCMa', symObjAddr: 0xDE0, symBinAddr: 0x208C30, symSize: 0x20 }
+ - { offsetInCU: 0x96E, offset: 0x1A2FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVACs0F0AAWl', symObjAddr: 0xE00, symBinAddr: 0x208C50, symSize: 0x30 }
+ - { offsetInCU: 0x982, offset: 0x1A2FC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AAs0F0PWb', symObjAddr: 0xEC0, symBinAddr: 0x208C80, symSize: 0x10 }
+ - { offsetInCU: 0x996, offset: 0x1A2FD5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwCP', symObjAddr: 0xED0, symBinAddr: 0x208C90, symSize: 0x30 }
+ - { offsetInCU: 0x9AA, offset: 0x1A2FE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwxx', symObjAddr: 0xF00, symBinAddr: 0x208CC0, symSize: 0x10 }
+ - { offsetInCU: 0x9BE, offset: 0x1A2FFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwcp', symObjAddr: 0xF10, symBinAddr: 0x208CD0, symSize: 0x30 }
+ - { offsetInCU: 0x9D2, offset: 0x1A3011, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwca', symObjAddr: 0xF40, symBinAddr: 0x208D00, symSize: 0x40 }
+ - { offsetInCU: 0x9E6, offset: 0x1A3025, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwta', symObjAddr: 0xF90, symBinAddr: 0x208D40, symSize: 0x30 }
+ - { offsetInCU: 0x9FA, offset: 0x1A3039, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwet', symObjAddr: 0xFC0, symBinAddr: 0x208D70, symSize: 0x50 }
+ - { offsetInCU: 0xA0E, offset: 0x1A304D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVwst', symObjAddr: 0x1010, symBinAddr: 0x208DC0, symSize: 0x50 }
+ - { offsetInCU: 0xA22, offset: 0x1A3061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVMa', symObjAddr: 0x1060, symBinAddr: 0x208E10, symSize: 0x10 }
+ - { offsetInCU: 0xA4D, offset: 0x1A308C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP7_domainSSvgTW', symObjAddr: 0xE0, symBinAddr: 0x207F70, symSize: 0x10 }
+ - { offsetInCU: 0xA69, offset: 0x1A30A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP5_codeSivgTW', symObjAddr: 0xF0, symBinAddr: 0x207F80, symSize: 0x10 }
+ - { offsetInCU: 0xA85, offset: 0x1A30C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x100, symBinAddr: 0x207F90, symSize: 0x10 }
+ - { offsetInCU: 0xAA1, offset: 0x1A30E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorVs0F0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x110, symBinAddr: 0x207FA0, symSize: 0x10 }
+ - { offsetInCU: 0xBF8, offset: 0x1A3237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP13failureReasonSSSgvgTW', symObjAddr: 0xB0, symBinAddr: 0x207F40, symSize: 0x10 }
+ - { offsetInCU: 0xC14, offset: 0x1A3253, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0xC0, symBinAddr: 0x207F50, symSize: 0x10 }
+ - { offsetInCU: 0xC30, offset: 0x1A326F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25SSLClientCertificateErrorV10Foundation09LocalizedF0AadEP10helpAnchorSSSgvgTW', symObjAddr: 0xD0, symBinAddr: 0x207F60, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1A34F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipantAA05LocalH0Cvg', symObjAddr: 0x0, symBinAddr: 0x208E60, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1A351B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipantAA05LocalH0Cvg', symObjAddr: 0x0, symBinAddr: 0x208E60, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x1A3537, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4dataAA0E4DataVvg', symObjAddr: 0x10, symBinAddr: 0x208E70, symSize: 0x90 }
+ - { offsetInCU: 0x83, offset: 0x1A3553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0xA0, symBinAddr: 0x208F00, symSize: 0x60 }
+ - { offsetInCU: 0x97, offset: 0x1A3567, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV16localParticipant4dataAcA05LocalH0C_AA0E4DataVtcfC', symObjAddr: 0x100, symBinAddr: 0x208F60, symSize: 0x170 }
+ - { offsetInCU: 0xFC, offset: 0x1A35CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0x2090D0, symSize: 0x60 }
+ - { offsetInCU: 0x134, offset: 0x1A3604, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x2D0, symBinAddr: 0x209130, symSize: 0x2D0 }
+ - { offsetInCU: 0x191, offset: 0x1A3661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA0E11RespondableAAWI', symObjAddr: 0x660, symBinAddr: 0x209400, symSize: 0x20 }
+ - { offsetInCU: 0x1A5, offset: 0x1A3675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA14APIRespondableAAWl', symObjAddr: 0x680, symBinAddr: 0x209420, symSize: 0x30 }
+ - { offsetInCU: 0x1B9, offset: 0x1A3689, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA14APIRespondableAAWI', symObjAddr: 0x6B0, symBinAddr: 0x209450, symSize: 0x20 }
+ - { offsetInCU: 0x1CD, offset: 0x1A369D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA11RespondableAAWI', symObjAddr: 0x700, symBinAddr: 0x209470, symSize: 0x30 }
+ - { offsetInCU: 0x1E1, offset: 0x1A36B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA0F0AAWl', symObjAddr: 0x730, symBinAddr: 0x2094A0, symSize: 0x30 }
+ - { offsetInCU: 0x1F5, offset: 0x1A36C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x760, symBinAddr: 0x2094D0, symSize: 0x30 }
+ - { offsetInCU: 0x209, offset: 0x1A36D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA0F0AAWI', symObjAddr: 0x790, symBinAddr: 0x209500, symSize: 0x20 }
+ - { offsetInCU: 0x21D, offset: 0x1A36ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x7E0, symBinAddr: 0x209520, symSize: 0x20 }
+ - { offsetInCU: 0x231, offset: 0x1A3701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwCP', symObjAddr: 0x800, symBinAddr: 0x209540, symSize: 0x30 }
+ - { offsetInCU: 0x245, offset: 0x1A3715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwxx', symObjAddr: 0x830, symBinAddr: 0x209570, symSize: 0x50 }
+ - { offsetInCU: 0x259, offset: 0x1A3729, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwcp', symObjAddr: 0x880, symBinAddr: 0x2095C0, symSize: 0xB0 }
+ - { offsetInCU: 0x26D, offset: 0x1A373D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwca', symObjAddr: 0x930, symBinAddr: 0x209670, symSize: 0xF0 }
+ - { offsetInCU: 0x281, offset: 0x1A3751, size: 0x8, addend: 0x0, symName: ___swift_memcpy104_8, symObjAddr: 0xA20, symBinAddr: 0x209760, symSize: 0x40 }
+ - { offsetInCU: 0x295, offset: 0x1A3765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwta', symObjAddr: 0xA60, symBinAddr: 0x2097A0, symSize: 0xA0 }
+ - { offsetInCU: 0x2A9, offset: 0x1A3779, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwet', symObjAddr: 0xB00, symBinAddr: 0x209840, symSize: 0x40 }
+ - { offsetInCU: 0x2BD, offset: 0x1A378D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVwst', symObjAddr: 0xB40, symBinAddr: 0x209880, symSize: 0x50 }
+ - { offsetInCU: 0x2D1, offset: 0x1A37A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EnterRoomResponseVMa', symObjAddr: 0xB90, symBinAddr: 0x2098D0, symSize: 0x10 }
+ - { offsetInCU: 0x2B, offset: 0x1A39BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACycfC', symObjAddr: 0x0, symBinAddr: 0x2098E0, symSize: 0x10 }
+ - { offsetInCU: 0x4A, offset: 0x1A39DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVACycfC', symObjAddr: 0x0, symBinAddr: 0x2098E0, symSize: 0x10 }
+ - { offsetInCU: 0x68, offset: 0x1A39F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x2098F0, symSize: 0x20 }
+ - { offsetInCU: 0x92, offset: 0x1A3A23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x1B0, symBinAddr: 0x209A00, symSize: 0x20 }
+ - { offsetInCU: 0xCA, offset: 0x1A3A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA14APIRespondableAAWI', symObjAddr: 0x60, symBinAddr: 0x209910, symSize: 0x20 }
+ - { offsetInCU: 0xDE, offset: 0x1A3A6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA11RespondableAAWI', symObjAddr: 0xB0, symBinAddr: 0x209930, symSize: 0x30 }
+ - { offsetInCU: 0xF2, offset: 0x1A3A83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA8ResponseAAWl', symObjAddr: 0xE0, symBinAddr: 0x209960, symSize: 0x30 }
+ - { offsetInCU: 0x106, offset: 0x1A3A97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0x110, symBinAddr: 0x209990, symSize: 0x30 }
+ - { offsetInCU: 0x11A, offset: 0x1A3AAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA8ResponseAAWI', symObjAddr: 0x140, symBinAddr: 0x2099C0, symSize: 0x20 }
+ - { offsetInCU: 0x12E, offset: 0x1A3ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVAA17StrategyDecodableAAWI', symObjAddr: 0x190, symBinAddr: 0x2099E0, symSize: 0x20 }
+ - { offsetInCU: 0x142, offset: 0x1A3AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EmptyAPIResponseVMa', symObjAddr: 0x1D0, symBinAddr: 0x209A20, symSize: 0xA }
+ - { offsetInCU: 0x4F, offset: 0x1A3CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10identifierSSvg', symObjAddr: 0x0, symBinAddr: 0x209A30, symSize: 0x30 }
+ - { offsetInCU: 0x88, offset: 0x1A3D02, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateO8rawValueSSvg', symObjAddr: 0x30, symBinAddr: 0x209A60, symSize: 0x20 }
+ - { offsetInCU: 0xBF, offset: 0x1A3D39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateO8rawValueAESgSS_tcfC', symObjAddr: 0x50, symBinAddr: 0x209A80, symSize: 0x70 }
+ - { offsetInCU: 0x109, offset: 0x1A3D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x250, symBinAddr: 0x209C40, symSize: 0x80 }
+ - { offsetInCU: 0x14A, offset: 0x1A3DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x2D0, symBinAddr: 0x209CC0, symSize: 0x30 }
+ - { offsetInCU: 0x197, offset: 0x1A3E11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvg', symObjAddr: 0x300, symBinAddr: 0x209CF0, symSize: 0x50 }
+ - { offsetInCU: 0x1F4, offset: 0x1A3E6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvs', symObjAddr: 0x370, symBinAddr: 0x209D60, symSize: 0x350 }
+ - { offsetInCU: 0x430, offset: 0x1A40AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvM', symObjAddr: 0x6E0, symBinAddr: 0x20A0D0, symSize: 0x60 }
+ - { offsetInCU: 0x47E, offset: 0x1A40F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvM.resume.0', symObjAddr: 0x740, symBinAddr: 0x20A130, symSize: 0x20 }
+ - { offsetInCU: 0x4A9, offset: 0x1A4123, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4task33_6B71097F65C9ED0758EAE495A3004678LLAA10Executable_pSgvM', symObjAddr: 0x760, symBinAddr: 0x20A150, symSize: 0x40 }
+ - { offsetInCU: 0x4D8, offset: 0x1A4152, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4task33_6B71097F65C9ED0758EAE495A3004678LLAA10Executable_pSgvM.resume.0', symObjAddr: 0x7A0, symBinAddr: 0x20A190, symSize: 0x10 }
+ - { offsetInCU: 0x512, offset: 0x1A418C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_SbtcfC', symObjAddr: 0x7B0, symBinAddr: 0x20A1A0, symSize: 0x50 }
+ - { offsetInCU: 0x546, offset: 0x1A41C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_Sbtcfc', symObjAddr: 0x800, symBinAddr: 0x20A1F0, symSize: 0x30 }
+ - { offsetInCU: 0x55A, offset: 0x1A41D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC04syncD0ACyyc_tcfC', symObjAddr: 0x830, symBinAddr: 0x20A220, symSize: 0x20 }
+ - { offsetInCU: 0x595, offset: 0x1A420F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC05asyncD0ACyyc_tcfC', symObjAddr: 0x850, symBinAddr: 0x20A240, symSize: 0x10 }
+ - { offsetInCU: 0x5FA, offset: 0x1A4274, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC3set14operationQueue10taskThreadyAA9Queueable_pSg_So17OS_dispatch_queueCSgtF', symObjAddr: 0x860, symBinAddr: 0x20A250, symSize: 0xA0 }
+ - { offsetInCU: 0x671, offset: 0x1A42EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC19provisionalCompleteyyF', symObjAddr: 0x900, symBinAddr: 0x20A2F0, symSize: 0x30 }
+ - { offsetInCU: 0x6DA, offset: 0x1A4354, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC8completeyyF', symObjAddr: 0x930, symBinAddr: 0x20A320, symSize: 0x110 }
+ - { offsetInCU: 0x779, offset: 0x1A43F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvgTo', symObjAddr: 0xA40, symBinAddr: 0x20A430, symSize: 0x20 }
+ - { offsetInCU: 0x7D2, offset: 0x1A444C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC14isAsynchronousSbvg', symObjAddr: 0xA60, symBinAddr: 0x20A450, symSize: 0x20 }
+ - { offsetInCU: 0x82B, offset: 0x1A44A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC11isExecutingSbvgTo', symObjAddr: 0xA80, symBinAddr: 0x20A470, symSize: 0xC0 }
+ - { offsetInCU: 0x8E6, offset: 0x1A4560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC11isExecutingSbvg', symObjAddr: 0xB40, symBinAddr: 0x20A530, symSize: 0xA0 }
+ - { offsetInCU: 0x9A9, offset: 0x1A4623, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10isFinishedSbvgTo', symObjAddr: 0xBE0, symBinAddr: 0x20A5D0, symSize: 0xC0 }
+ - { offsetInCU: 0xA64, offset: 0x1A46DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC10isFinishedSbvg', symObjAddr: 0xCA0, symBinAddr: 0x20A690, symSize: 0xA0 }
+ - { offsetInCU: 0xB09, offset: 0x1A4783, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5startyyF', symObjAddr: 0xD40, symBinAddr: 0x20A730, symSize: 0x50 }
+ - { offsetInCU: 0xB44, offset: 0x1A47BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5startyyFTo', symObjAddr: 0xD90, symBinAddr: 0x20A780, symSize: 0x70 }
+ - { offsetInCU: 0xB77, offset: 0x1A47F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4mainyyF', symObjAddr: 0xE00, symBinAddr: 0x20A7F0, symSize: 0x110 }
+ - { offsetInCU: 0xBE2, offset: 0x1A485C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC4mainyyFTo', symObjAddr: 0xF10, symBinAddr: 0x20A900, symSize: 0x30 }
+ - { offsetInCU: 0xBFE, offset: 0x1A4878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfC', symObjAddr: 0xF40, symBinAddr: 0x20A930, symSize: 0x20 }
+ - { offsetInCU: 0xC1C, offset: 0x1A4896, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfc', symObjAddr: 0xF60, symBinAddr: 0x20A950, symSize: 0x30 }
+ - { offsetInCU: 0xC7F, offset: 0x1A48F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCACycfcTo', symObjAddr: 0xF90, symBinAddr: 0x20A980, symSize: 0x30 }
+ - { offsetInCU: 0xCE6, offset: 0x1A4960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCfD', symObjAddr: 0xFC0, symBinAddr: 0x20A9B0, symSize: 0x30 }
+ - { offsetInCU: 0xD13, offset: 0x1A498D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC9taskBlock11synchronousACyyc_SbtcfcTf4gnn_n', symObjAddr: 0x1040, symBinAddr: 0x20AA30, symSize: 0x2E0 }
+ - { offsetInCU: 0xE03, offset: 0x1A4A7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvgAFyXEfU_TA', symObjAddr: 0x350, symBinAddr: 0x209D40, symSize: 0x20 }
+ - { offsetInCU: 0xE42, offset: 0x1A4ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5stateAC5StateOvsyyXEfU_TA', symObjAddr: 0x6C0, symBinAddr: 0x20A0B0, symSize: 0x20 }
+ - { offsetInCU: 0xEAE, offset: 0x1A4B28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCfETo', symObjAddr: 0xFF0, symBinAddr: 0x20A9E0, symSize: 0x50 }
+ - { offsetInCU: 0xF25, offset: 0x1A4B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOc', symObjAddr: 0x1350, symBinAddr: 0x20AD10, symSize: 0x40 }
+ - { offsetInCU: 0xF39, offset: 0x1A4BB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOh', symObjAddr: 0x1390, symBinAddr: 0x20AD50, symSize: 0x30 }
+ - { offsetInCU: 0xF4D, offset: 0x1A4BC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pWOc', symObjAddr: 0x13C0, symBinAddr: 0x20AD80, symSize: 0x30 }
+ - { offsetInCU: 0xF61, offset: 0x1A4BDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationCMa', symObjAddr: 0x1450, symBinAddr: 0x20ADB0, symSize: 0x20 }
+ - { offsetInCU: 0xF75, offset: 0x1A4BEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASQWb', symObjAddr: 0x1470, symBinAddr: 0x20ADD0, symSize: 0x10 }
+ - { offsetInCU: 0xF89, offset: 0x1A4C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOAESQAAWl', symObjAddr: 0x1480, symBinAddr: 0x20ADE0, symSize: 0x30 }
+ - { offsetInCU: 0xF9D, offset: 0x1A4C17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwet', symObjAddr: 0x1620, symBinAddr: 0x20AF60, symSize: 0x80 }
+ - { offsetInCU: 0xFB1, offset: 0x1A4C2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwst', symObjAddr: 0x16A0, symBinAddr: 0x20AFE0, symSize: 0xD0 }
+ - { offsetInCU: 0xFC5, offset: 0x1A4C3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwug', symObjAddr: 0x1770, symBinAddr: 0x20B0B0, symSize: 0x10 }
+ - { offsetInCU: 0xFD9, offset: 0x1A4C53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwup', symObjAddr: 0x1780, symBinAddr: 0x20B0C0, symSize: 0x10 }
+ - { offsetInCU: 0xFED, offset: 0x1A4C67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOwui', symObjAddr: 0x1790, symBinAddr: 0x20B0D0, symSize: 0x10 }
+ - { offsetInCU: 0x1001, offset: 0x1A4C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOMa', symObjAddr: 0x17A0, symBinAddr: 0x20B0E0, symSize: 0x10 }
+ - { offsetInCU: 0x1015, offset: 0x1A4C8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9Queueable_pSgXwWOh', symObjAddr: 0x17B0, symBinAddr: 0x20B0F0, symSize: 0x20 }
+ - { offsetInCU: 0x1029, offset: 0x1A4CA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10Executable_pSgWOd', symObjAddr: 0x1820, symBinAddr: 0x20B110, symSize: 0x40 }
+ - { offsetInCU: 0x1072, offset: 0x1A4CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x100, symBinAddr: 0x209AF0, symSize: 0x80 }
+ - { offsetInCU: 0x1139, offset: 0x1A4DB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH9hashValueSivgTW', symObjAddr: 0x180, symBinAddr: 0x209B70, symSize: 0x50 }
+ - { offsetInCU: 0x11B7, offset: 0x1A4E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1D0, symBinAddr: 0x209BC0, symSize: 0x30 }
+ - { offsetInCU: 0x1209, offset: 0x1A4E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13TaskOperationC5StateOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x200, symBinAddr: 0x209BF0, symSize: 0x50 }
+ - { offsetInCU: 0xBA, offset: 0x1A5213, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCACycfC', symObjAddr: 0x1C0, symBinAddr: 0x20B320, symSize: 0x60 }
+ - { offsetInCU: 0x104, offset: 0x1A525D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC3add8listener13forIdentifieryAA0D16DelegateReceiverC_SStF', symObjAddr: 0x220, symBinAddr: 0x20B380, symSize: 0x130 }
+ - { offsetInCU: 0x1C9, offset: 0x1A5322, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC14removeListener13forIdentifierySS_tF', symObjAddr: 0x350, symBinAddr: 0x20B4B0, symSize: 0xE0 }
+ - { offsetInCU: 0x2AC, offset: 0x1A5405, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tF', symObjAddr: 0x430, symBinAddr: 0x20B590, symSize: 0x60 }
+ - { offsetInCU: 0x2E8, offset: 0x1A5441, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tFyAA13WeakReferenceCyAA0D16DelegateReceiverCGXEfU_', symObjAddr: 0x490, symBinAddr: 0x20B5F0, symSize: 0xA0 }
+ - { offsetInCU: 0x32A, offset: 0x1A5483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCfd', symObjAddr: 0x530, symBinAddr: 0x20B690, symSize: 0x20 }
+ - { offsetInCU: 0x365, offset: 0x1A54BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCfD', symObjAddr: 0x550, symBinAddr: 0x20B6B0, symSize: 0x20 }
+ - { offsetInCU: 0x3B0, offset: 0x1A5509, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCACycfc', symObjAddr: 0x570, symBinAddr: 0x20B6D0, symSize: 0x40 }
+ - { offsetInCU: 0x4CC, offset: 0x1A5625, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_13SendBirdCalls9LogSymbol_pTg5', symObjAddr: 0x5B0, symBinAddr: 0x20B710, symSize: 0x240 }
+ - { offsetInCU: 0x576, offset: 0x1A56CF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSo8NSObjectC_AJTg5', symObjAddr: 0x810, symBinAddr: 0x20B970, symSize: 0x200 }
+ - { offsetInCU: 0x604, offset: 0x1A575D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0xA10, symBinAddr: 0x20BB70, symSize: 0x210 }
+ - { offsetInCU: 0x6C4, offset: 0x1A581D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tF13SendBirdCalls9SoundTypeO_10Foundation3URLVTg5', symObjAddr: 0xC20, symBinAddr: 0x20BD80, symSize: 0x220 }
+ - { offsetInCU: 0x7A6, offset: 0x1A58FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherC8dispatch12eventCommandyAA0dH0_p_tFyAA13WeakReferenceCyAA0D16DelegateReceiverCGXEfU_TA', symObjAddr: 0x1300, symBinAddr: 0x20C420, symSize: 0x10 }
+ - { offsetInCU: 0x7BA, offset: 0x1A5913, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15EventDispatcherCMa', symObjAddr: 0x1310, symBinAddr: 0x20C430, symSize: 0x20 }
+ - { offsetInCU: 0x7FD, offset: 0x1A5956, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD6ValuesVySS13SendBirdCalls13WeakReferenceCyAF21EventDelegateReceiverCG_G_Tg5', symObjAddr: 0x0, symBinAddr: 0x20B160, symSize: 0x1C0 }
+ - { offsetInCU: 0x27, offset: 0x1A5CC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x20C4C0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1A5CE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x20C4C0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x1A5D01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x10, symBinAddr: 0x20C4D0, symSize: 0x40 }
+ - { offsetInCU: 0x8C, offset: 0x1A5D26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x50, symBinAddr: 0x20C510, symSize: 0x240 }
+ - { offsetInCU: 0x159, offset: 0x1A5DF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfC', symObjAddr: 0x420, symBinAddr: 0x20C770, symSize: 0x70 }
+ - { offsetInCU: 0x1F3, offset: 0x1A5E8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId11participant07messageI0ACSS_AA06RemoteD0CSStcfc', symObjAddr: 0x490, symBinAddr: 0x20C7E0, symSize: 0x40 }
+ - { offsetInCU: 0x2A9, offset: 0x1A5F43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfC', symObjAddr: 0x4D0, symBinAddr: 0x20C820, symSize: 0x30 }
+ - { offsetInCU: 0x308, offset: 0x1A5FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandC6roomId07messageI011commandTypeACSS_SSAA0G5TypesO4RoomOtcfc', symObjAddr: 0x500, symBinAddr: 0x20C850, symSize: 0x30 }
+ - { offsetInCU: 0x35F, offset: 0x1A5FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfd', symObjAddr: 0x540, symBinAddr: 0x20C890, symSize: 0x30 }
+ - { offsetInCU: 0x3B0, offset: 0x1A604A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfD', symObjAddr: 0x570, symBinAddr: 0x20C8C0, symSize: 0x40 }
+ - { offsetInCU: 0x40A, offset: 0x1A60A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCMa', symObjAddr: 0x360, symBinAddr: 0x20C750, symSize: 0x20 }
+ - { offsetInCU: 0x4B3, offset: 0x1A614D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls32ParticipantConnectedEventCommandCfE', symObjAddr: 0x530, symBinAddr: 0x20C880, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1A63A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSourcePAAE11participant3forAA11ParticipantCSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x20C930, symSize: 0x60 }
+ - { offsetInCU: 0x3F, offset: 0x1A63BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomDataSourcePAAE11participant3forAA11ParticipantCSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x20C930, symSize: 0x60 }
+ - { offsetInCU: 0x27, offset: 0x1A6626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x20C9D0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1A664A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC11participantAA06RemoteD0Cvg', symObjAddr: 0x0, symBinAddr: 0x20C9D0, symSize: 0x10 }
+ - { offsetInCU: 0x67, offset: 0x1A6666, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC02isE7EnabledSbvg', symObjAddr: 0x10, symBinAddr: 0x20C9E0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x1A6682, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x20, symBinAddr: 0x20C9F0, symSize: 0x40 }
+ - { offsetInCU: 0xA8, offset: 0x1A66A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x60, symBinAddr: 0x20CA30, symSize: 0x2B0 }
+ - { offsetInCU: 0x181, offset: 0x1A6780, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfC', symObjAddr: 0x4A0, symBinAddr: 0x20CD00, symSize: 0x80 }
+ - { offsetInCU: 0x225, offset: 0x1A6824, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId11participant02isE7Enabled07messageJ0ACSS_AA06RemoteD0CSbSStcfc', symObjAddr: 0x520, symBinAddr: 0x20CD80, symSize: 0x40 }
+ - { offsetInCU: 0x2E5, offset: 0x1A68E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfC', symObjAddr: 0x560, symBinAddr: 0x20CDC0, symSize: 0x30 }
+ - { offsetInCU: 0x344, offset: 0x1A6943, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandC6roomId07messageJ011commandTypeACSS_SSAA0H5TypesO4RoomOtcfc', symObjAddr: 0x590, symBinAddr: 0x20CDF0, symSize: 0x30 }
+ - { offsetInCU: 0x39B, offset: 0x1A699A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfd', symObjAddr: 0x5D0, symBinAddr: 0x20CE30, symSize: 0x30 }
+ - { offsetInCU: 0x3EC, offset: 0x1A69EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfD', symObjAddr: 0x600, symBinAddr: 0x20CE60, symSize: 0x40 }
+ - { offsetInCU: 0x446, offset: 0x1A6A45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCMa', symObjAddr: 0x3E0, symBinAddr: 0x20CCE0, symSize: 0x20 }
+ - { offsetInCU: 0x4EF, offset: 0x1A6AEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls35ParticipantAudioSettingEventCommandCfE', symObjAddr: 0x5C0, symBinAddr: 0x20CE20, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1A6D4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6roomId07inviteeG0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x20CED0, symSize: 0xA0 }
+ - { offsetInCU: 0x6C, offset: 0x1A6D92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6roomId07inviteeG0ACSS_SStcfC', symObjAddr: 0x0, symBinAddr: 0x20CED0, symSize: 0xA0 }
+ - { offsetInCU: 0x10B, offset: 0x1A6E31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvgZ', symObjAddr: 0x120, symBinAddr: 0x20CFB0, symSize: 0x30 }
+ - { offsetInCU: 0x12C, offset: 0x1A6E52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvMZ', symObjAddr: 0x150, symBinAddr: 0x20CFE0, symSize: 0x30 }
+ - { offsetInCU: 0x15D, offset: 0x1A6E83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvMZ.resume.0', symObjAddr: 0x180, symBinAddr: 0x20D010, symSize: 0x10 }
+ - { offsetInCU: 0x179, offset: 0x1A6E9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x190, symBinAddr: 0x20D020, symSize: 0x10 }
+ - { offsetInCU: 0x195, offset: 0x1A6EBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x1A0, symBinAddr: 0x20D030, symSize: 0x10 }
+ - { offsetInCU: 0x1A9, offset: 0x1A6ECF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV9inviteeIdSSvg', symObjAddr: 0x1B0, symBinAddr: 0x20D040, symSize: 0x20 }
+ - { offsetInCU: 0x1C5, offset: 0x1A6EEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D0, symBinAddr: 0x20D060, symSize: 0xC0 }
+ - { offsetInCU: 0x20B, offset: 0x1A6F31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x20D150, symSize: 0x70 }
+ - { offsetInCU: 0x244, offset: 0x1A6F6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x360, symBinAddr: 0x20D1C0, symSize: 0x70 }
+ - { offsetInCU: 0x27A, offset: 0x1A6FA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x20D230, symSize: 0x10 }
+ - { offsetInCU: 0x2A1, offset: 0x1A6FC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3E0, symBinAddr: 0x20D240, symSize: 0x10 }
+ - { offsetInCU: 0x2C9, offset: 0x1A6FEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x3F0, symBinAddr: 0x20D250, symSize: 0x10 }
+ - { offsetInCU: 0x2DD, offset: 0x1A7003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x400, symBinAddr: 0x20D260, symSize: 0x10 }
+ - { offsetInCU: 0x30F, offset: 0x1A7035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x20D3A0, symSize: 0x70 }
+ - { offsetInCU: 0x343, offset: 0x1A7069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x5B0, symBinAddr: 0x20D410, symSize: 0x20 }
+ - { offsetInCU: 0x37B, offset: 0x1A70A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0x20D430, symSize: 0x10 }
+ - { offsetInCU: 0x3C6, offset: 0x1A70EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x20D440, symSize: 0x70 }
+ - { offsetInCU: 0x411, offset: 0x1A7137, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x650, symBinAddr: 0x20D4B0, symSize: 0x10 }
+ - { offsetInCU: 0x42D, offset: 0x1A7153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x660, symBinAddr: 0x20D4C0, symSize: 0x10 }
+ - { offsetInCU: 0x449, offset: 0x1A716F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x7D0, symBinAddr: 0x20D630, symSize: 0x20 }
+ - { offsetInCU: 0x475, offset: 0x1A719B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x6B0, symBinAddr: 0x20D510, symSize: 0x30 }
+ - { offsetInCU: 0x4AC, offset: 0x1A71D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6E0, symBinAddr: 0x20D540, symSize: 0x10 }
+ - { offsetInCU: 0x4D7, offset: 0x1A71FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6F0, symBinAddr: 0x20D550, symSize: 0x10 }
+ - { offsetInCU: 0x557, offset: 0x1A727D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x700, symBinAddr: 0x20D560, symSize: 0xD0 }
+ - { offsetInCU: 0x5A4, offset: 0x1A72CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultType_WZ', symObjAddr: 0xE0, symBinAddr: 0x20CF70, symSize: 0x10 }
+ - { offsetInCU: 0x5BE, offset: 0x1A72E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10resultTypeAA04RoomD5ModelVmvau', symObjAddr: 0xF0, symBinAddr: 0x20CF80, symSize: 0x30 }
+ - { offsetInCU: 0x5E3, offset: 0x1A7309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2C0, symBinAddr: 0x20D120, symSize: 0x30 }
+ - { offsetInCU: 0x618, offset: 0x1A733E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7F0, symBinAddr: 0x20D650, symSize: 0x10 }
+ - { offsetInCU: 0x62C, offset: 0x1A7352, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x800, symBinAddr: 0x20D660, symSize: 0x30 }
+ - { offsetInCU: 0x640, offset: 0x1A7366, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x830, symBinAddr: 0x20D690, symSize: 0x10 }
+ - { offsetInCU: 0x654, offset: 0x1A737A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x840, symBinAddr: 0x20D6A0, symSize: 0x30 }
+ - { offsetInCU: 0x668, offset: 0x1A738E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x870, symBinAddr: 0x20D6D0, symSize: 0x10 }
+ - { offsetInCU: 0x67C, offset: 0x1A73A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x880, symBinAddr: 0x20D6E0, symSize: 0x30 }
+ - { offsetInCU: 0x690, offset: 0x1A73B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8B0, symBinAddr: 0x20D710, symSize: 0x20 }
+ - { offsetInCU: 0x6A4, offset: 0x1A73CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x8D0, symBinAddr: 0x20D730, symSize: 0x30 }
+ - { offsetInCU: 0x6B8, offset: 0x1A73DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x900, symBinAddr: 0x20D760, symSize: 0x10 }
+ - { offsetInCU: 0x6CC, offset: 0x1A73F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x940, symBinAddr: 0x20D770, symSize: 0x20 }
+ - { offsetInCU: 0x6E0, offset: 0x1A7406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA11RequestableAAWI', symObjAddr: 0x990, symBinAddr: 0x20D790, symSize: 0x30 }
+ - { offsetInCU: 0x6F4, offset: 0x1A741A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA0E0AAWl', symObjAddr: 0x9C0, symBinAddr: 0x20D7C0, symSize: 0x30 }
+ - { offsetInCU: 0x708, offset: 0x1A742E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x9F0, symBinAddr: 0x20D7F0, symSize: 0x30 }
+ - { offsetInCU: 0x71C, offset: 0x1A7442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0AAWI', symObjAddr: 0xA20, symBinAddr: 0x20D820, symSize: 0x20 }
+ - { offsetInCU: 0x730, offset: 0x1A7456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVACSEAAWl', symObjAddr: 0xA40, symBinAddr: 0x20D840, symSize: 0x30 }
+ - { offsetInCU: 0x744, offset: 0x1A746A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA70, symBinAddr: 0x20D870, symSize: 0x20 }
+ - { offsetInCU: 0x758, offset: 0x1A747E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwCP', symObjAddr: 0xA90, symBinAddr: 0x20D890, symSize: 0x30 }
+ - { offsetInCU: 0x76C, offset: 0x1A7492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwxx', symObjAddr: 0xAC0, symBinAddr: 0x20D8C0, symSize: 0x30 }
+ - { offsetInCU: 0x780, offset: 0x1A74A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwcp', symObjAddr: 0xAF0, symBinAddr: 0x20D8F0, symSize: 0x40 }
+ - { offsetInCU: 0x794, offset: 0x1A74BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwca', symObjAddr: 0xB30, symBinAddr: 0x20D930, symSize: 0x60 }
+ - { offsetInCU: 0x7A8, offset: 0x1A74CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwta', symObjAddr: 0xBB0, symBinAddr: 0x20D990, symSize: 0x50 }
+ - { offsetInCU: 0x7BC, offset: 0x1A74E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwet', symObjAddr: 0xC00, symBinAddr: 0x20D9E0, symSize: 0x40 }
+ - { offsetInCU: 0x7D0, offset: 0x1A74F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVwst', symObjAddr: 0xC40, symBinAddr: 0x20DA20, symSize: 0x50 }
+ - { offsetInCU: 0x7E4, offset: 0x1A750A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVMa', symObjAddr: 0xC90, symBinAddr: 0x20DA70, symSize: 0x10 }
+ - { offsetInCU: 0x7F8, offset: 0x1A751E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwet', symObjAddr: 0xCC0, symBinAddr: 0x20DA80, symSize: 0x50 }
+ - { offsetInCU: 0x80C, offset: 0x1A7532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwst', symObjAddr: 0xD10, symBinAddr: 0x20DAD0, symSize: 0xA0 }
+ - { offsetInCU: 0x820, offset: 0x1A7546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwug', symObjAddr: 0xDB0, symBinAddr: 0x20DB70, symSize: 0x10 }
+ - { offsetInCU: 0x834, offset: 0x1A755A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwup', symObjAddr: 0xDC0, symBinAddr: 0x20DB80, symSize: 0x10 }
+ - { offsetInCU: 0x848, offset: 0x1A756E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOwui', symObjAddr: 0xDD0, symBinAddr: 0x20DB90, symSize: 0x10 }
+ - { offsetInCU: 0x85C, offset: 0x1A7582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOMa', symObjAddr: 0xDE0, symBinAddr: 0x20DBA0, symSize: 0x10 }
+ - { offsetInCU: 0x8C0, offset: 0x1A75E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x20D270, symSize: 0x70 }
+ - { offsetInCU: 0x9A4, offset: 0x1A76CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x480, symBinAddr: 0x20D2E0, symSize: 0x50 }
+ - { offsetInCU: 0xA4F, offset: 0x1A7775, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x20D330, symSize: 0x30 }
+ - { offsetInCU: 0xAB6, offset: 0x1A77DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x500, symBinAddr: 0x20D360, symSize: 0x40 }
+ - { offsetInCU: 0xB3F, offset: 0x1A7865, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x670, symBinAddr: 0x20D4D0, symSize: 0x20 }
+ - { offsetInCU: 0xB5B, offset: 0x1A7881, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0x20D4F0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1A7AB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x20DBC0, symSize: 0x20 }
+ - { offsetInCU: 0x46, offset: 0x1A7AD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalACSi_tcfC', symObjAddr: 0x0, symBinAddr: 0x20DBC0, symSize: 0x20 }
+ - { offsetInCU: 0xAB, offset: 0x1A7B38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationV13statsIntervalSivg', symObjAddr: 0x20, symBinAddr: 0x20DBE0, symSize: 0x10 }
+ - { offsetInCU: 0xC8, offset: 0x1A7B55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18StatsConfigurationVMa', symObjAddr: 0x30, symBinAddr: 0x20DBF0, symSize: 0xA }
+ - { offsetInCU: 0x27, offset: 0x1A7D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x20DC00, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1A7D4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x20DC00, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x1A7D60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC14turnCredentialAA0dI0Cvg', symObjAddr: 0x10, symBinAddr: 0x20DC10, symSize: 0x10 }
+ - { offsetInCU: 0x7B, offset: 0x1A7D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC7eventIdSSSgvg', symObjAddr: 0x20, symBinAddr: 0x20DC20, symSize: 0x30 }
+ - { offsetInCU: 0x97, offset: 0x1A7D98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x50, symBinAddr: 0x20DC50, symSize: 0x40 }
+ - { offsetInCU: 0xBC, offset: 0x1A7DBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x90, symBinAddr: 0x20DC90, symSize: 0x310 }
+ - { offsetInCU: 0x1B9, offset: 0x1A7EBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seq14turnCredential7eventId11commandType07messageL004callL012deliveryInfoACSiSg_AA0dJ0CSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0VtcfC', symObjAddr: 0x530, symBinAddr: 0x20E000, symSize: 0xD0 }
+ - { offsetInCU: 0x24A, offset: 0x1A7F4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC3seq14turnCredential7eventId11commandType07messageL004callL012deliveryInfoACSiSg_AA0dJ0CSSSgAA0G5TypesO10DirectCallOS2SAA08DeliveryR0Vtcfc', symObjAddr: 0x600, symBinAddr: 0x20E0D0, symSize: 0x90 }
+ - { offsetInCU: 0x323, offset: 0x1A8024, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0VtcfC', symObjAddr: 0x690, symBinAddr: 0x20E160, symSize: 0x30 }
+ - { offsetInCU: 0x382, offset: 0x1A8083, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandC11commandType9messageId04callK012deliveryInfoAcA0G5TypesO10DirectCallO_S2SAA08DeliveryN0Vtcfc', symObjAddr: 0x6C0, symBinAddr: 0x20E190, symSize: 0x30 }
+ - { offsetInCU: 0x3DF, offset: 0x1A80E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfd', symObjAddr: 0x710, symBinAddr: 0x20E1E0, symSize: 0x40 }
+ - { offsetInCU: 0x430, offset: 0x1A8131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfD', symObjAddr: 0x770, symBinAddr: 0x20E220, symSize: 0x50 }
+ - { offsetInCU: 0x498, offset: 0x1A8199, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x7C0, symBinAddr: 0x20E270, symSize: 0x20 }
+ - { offsetInCU: 0x4CB, offset: 0x1A81CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCMa', symObjAddr: 0x470, symBinAddr: 0x20DFA0, symSize: 0x20 }
+ - { offsetInCU: 0x4DF, offset: 0x1A81E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TurnCredentialCACSeAAWl', symObjAddr: 0x4C0, symBinAddr: 0x20DFC0, symSize: 0x40 }
+ - { offsetInCU: 0x5B0, offset: 0x1A82B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23TurnChangedEventCommandCfE', symObjAddr: 0x6F0, symBinAddr: 0x20E1C0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1A8583, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvpZ', symObjAddr: 0x21FF0, symBinAddr: 0x32C080, symSize: 0x0 }
+ - { offsetInCU: 0x65, offset: 0x1A859D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvpZ', symObjAddr: 0x66C0, symBinAddr: 0x301180, symSize: 0x0 }
+ - { offsetInCU: 0x73, offset: 0x1A85AB, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TR', symObjAddr: 0x0, symBinAddr: 0x20E2D0, symSize: 0x90 }
+ - { offsetInCU: 0x8B, offset: 0x1A85C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvau', symObjAddr: 0x90, symBinAddr: 0x20E360, symSize: 0x30 }
+ - { offsetInCU: 0xBC, offset: 0x1A85F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC5appIdSSSgvgZ', symObjAddr: 0xC0, symBinAddr: 0x20E390, symSize: 0x80 }
+ - { offsetInCU: 0xE4, offset: 0x1A861C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvgZ', symObjAddr: 0x170, symBinAddr: 0x20E440, symSize: 0x60 }
+ - { offsetInCU: 0x11B, offset: 0x1A8653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvsZ', symObjAddr: 0x1D0, symBinAddr: 0x20E4A0, symSize: 0x60 }
+ - { offsetInCU: 0x162, offset: 0x1A869A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvMZ', symObjAddr: 0x230, symBinAddr: 0x20E500, symSize: 0x60 }
+ - { offsetInCU: 0x199, offset: 0x1A86D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4mainAA0abD4MainCvMZ.resume.0', symObjAddr: 0x290, symBinAddr: 0x20E560, symSize: 0x10 }
+ - { offsetInCU: 0x1E2, offset: 0x1A871A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC5appIdSSSgvgZTo', symObjAddr: 0x2A0, symBinAddr: 0x20E570, symSize: 0xB0 }
+ - { offsetInCU: 0x21A, offset: 0x1A8752, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZ', symObjAddr: 0x350, symBinAddr: 0x20E620, symSize: 0x10 }
+ - { offsetInCU: 0x22E, offset: 0x1A8766, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZ', symObjAddr: 0x360, symBinAddr: 0x20E630, symSize: 0x10 }
+ - { offsetInCU: 0x251, offset: 0x1A8789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZTo', symObjAddr: 0x370, symBinAddr: 0x20E640, symSize: 0x40 }
+ - { offsetInCU: 0x292, offset: 0x1A87CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZTo', symObjAddr: 0x3B0, symBinAddr: 0x20E680, symSize: 0xA0 }
+ - { offsetInCU: 0x2C4, offset: 0x1A87FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvgZ', symObjAddr: 0x480, symBinAddr: 0x20E750, symSize: 0x50 }
+ - { offsetInCU: 0x309, offset: 0x1A8841, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersionSSvgZTo', symObjAddr: 0x4D0, symBinAddr: 0x20E7A0, symSize: 0x60 }
+ - { offsetInCU: 0x340, offset: 0x1A8878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZ', symObjAddr: 0x530, symBinAddr: 0x20E800, symSize: 0x10 }
+ - { offsetInCU: 0x363, offset: 0x1A889B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZTo', symObjAddr: 0x540, symBinAddr: 0x20E810, symSize: 0x30 }
+ - { offsetInCU: 0x395, offset: 0x1A88CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZ', symObjAddr: 0x570, symBinAddr: 0x20E840, symSize: 0x10 }
+ - { offsetInCU: 0x3B8, offset: 0x1A88F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZTo', symObjAddr: 0x580, symBinAddr: 0x20E850, symSize: 0x30 }
+ - { offsetInCU: 0x3EA, offset: 0x1A8922, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11setAppGroupyySSFZ', symObjAddr: 0x5B0, symBinAddr: 0x20E880, symSize: 0x90 }
+ - { offsetInCU: 0x446, offset: 0x1A897E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11setAppGroupyySSFZTo', symObjAddr: 0x640, symBinAddr: 0x20E910, symSize: 0xA0 }
+ - { offsetInCU: 0x488, offset: 0x1A89C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZ', symObjAddr: 0x6E0, symBinAddr: 0x20E9B0, symSize: 0x10 }
+ - { offsetInCU: 0x4AB, offset: 0x1A89E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZTo', symObjAddr: 0x6F0, symBinAddr: 0x20E9C0, symSize: 0x50 }
+ - { offsetInCU: 0x4DD, offset: 0x1A8A15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZ', symObjAddr: 0x740, symBinAddr: 0x20EA10, symSize: 0x10 }
+ - { offsetInCU: 0x500, offset: 0x1A8A38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZTo', symObjAddr: 0x750, symBinAddr: 0x20EA20, symSize: 0x30 }
+ - { offsetInCU: 0x532, offset: 0x1A8A6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZ', symObjAddr: 0x780, symBinAddr: 0x20EA50, symSize: 0x10 }
+ - { offsetInCU: 0x555, offset: 0x1A8A8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTo', symObjAddr: 0x790, symBinAddr: 0x20EA60, symSize: 0x10 }
+ - { offsetInCU: 0x587, offset: 0x1A8ABF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20addRecordingDelegate_10identifieryAA0abfG0_p_SStFZ', symObjAddr: 0x7A0, symBinAddr: 0x20EA70, symSize: 0x90 }
+ - { offsetInCU: 0x5F9, offset: 0x1A8B31, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20addRecordingDelegate_10identifieryAA0abfG0_p_SStFZTo', symObjAddr: 0x830, symBinAddr: 0x20EB00, symSize: 0xB0 }
+ - { offsetInCU: 0x645, offset: 0x1A8B7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23removeRecordingDelegate10identifierySS_tFZ', symObjAddr: 0x8E0, symBinAddr: 0x20EBB0, symSize: 0x80 }
+ - { offsetInCU: 0x6A1, offset: 0x1A8BD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23removeRecordingDelegate10identifierySS_tFZTo', symObjAddr: 0x960, symBinAddr: 0x20EC30, symSize: 0x90 }
+ - { offsetInCU: 0x6E3, offset: 0x1A8C1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27removeAllRecordingDelegatesyyFZ', symObjAddr: 0x9F0, symBinAddr: 0x20ECC0, symSize: 0x70 }
+ - { offsetInCU: 0x729, offset: 0x1A8C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27removeAllRecordingDelegatesyyFZTo', symObjAddr: 0xA60, symBinAddr: 0x20ED30, symSize: 0x70 }
+ - { offsetInCU: 0x761, offset: 0x1A8C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZ', symObjAddr: 0xAD0, symBinAddr: 0x20EDA0, symSize: 0x10 }
+ - { offsetInCU: 0x784, offset: 0x1A8CBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZTo', symObjAddr: 0xAE0, symBinAddr: 0x20EDB0, symSize: 0x40 }
+ - { offsetInCU: 0x7B6, offset: 0x1A8CEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZ', symObjAddr: 0xB20, symBinAddr: 0x20EDF0, symSize: 0x10 }
+ - { offsetInCU: 0x7D9, offset: 0x1A8D11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZTo', symObjAddr: 0xB30, symBinAddr: 0x20EE00, symSize: 0x70 }
+ - { offsetInCU: 0x80C, offset: 0x1A8D44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZ', symObjAddr: 0xBA0, symBinAddr: 0x20EE70, symSize: 0x10 }
+ - { offsetInCU: 0x82F, offset: 0x1A8D67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTo', symObjAddr: 0xBB0, symBinAddr: 0x20EE80, symSize: 0x10 }
+ - { offsetInCU: 0x862, offset: 0x1A8D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingC0SayAA06DirectD0CGyFZ', symObjAddr: 0xBC0, symBinAddr: 0x20EE90, symSize: 0x10 }
+ - { offsetInCU: 0x87E, offset: 0x1A8DB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZ', symObjAddr: 0xBF0, symBinAddr: 0x20EEC0, symSize: 0x10 }
+ - { offsetInCU: 0x8BA, offset: 0x1A8DF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11currentUserAA0F0CSgvgZTo', symObjAddr: 0xC60, symBinAddr: 0x20EF30, symSize: 0x80 }
+ - { offsetInCU: 0x8F4, offset: 0x1A8E2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11currentUserAA0F0CSgvgZ', symObjAddr: 0xCE0, symBinAddr: 0x20EFB0, symSize: 0x80 }
+ - { offsetInCU: 0x91D, offset: 0x1A8E55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZ', symObjAddr: 0xD60, symBinAddr: 0x20F030, symSize: 0x10 }
+ - { offsetInCU: 0x940, offset: 0x1A8E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZTo', symObjAddr: 0xD70, symBinAddr: 0x20F040, symSize: 0x70 }
+ - { offsetInCU: 0x973, offset: 0x1A8EAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0xDE0, symBinAddr: 0x20F0B0, symSize: 0x10 }
+ - { offsetInCU: 0x996, offset: 0x1A8ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0xDF0, symBinAddr: 0x20F0C0, symSize: 0x60 }
+ - { offsetInCU: 0x9C9, offset: 0x1A8F01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZ', symObjAddr: 0xE50, symBinAddr: 0x20F120, symSize: 0x10 }
+ - { offsetInCU: 0x9EC, offset: 0x1A8F24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZTo', symObjAddr: 0x1040, symBinAddr: 0x20F310, symSize: 0x80 }
+ - { offsetInCU: 0xA1F, offset: 0x1A8F57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZ', symObjAddr: 0x10C0, symBinAddr: 0x20F390, symSize: 0x10 }
+ - { offsetInCU: 0xA42, offset: 0x1A8F7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZTo', symObjAddr: 0x10D0, symBinAddr: 0x20F3A0, symSize: 0x10 }
+ - { offsetInCU: 0xA75, offset: 0x1A8FAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZ', symObjAddr: 0x10E0, symBinAddr: 0x20F3B0, symSize: 0x10 }
+ - { offsetInCU: 0xA98, offset: 0x1A8FD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZTo', symObjAddr: 0x10F0, symBinAddr: 0x20F3C0, symSize: 0x10 }
+ - { offsetInCU: 0xACB, offset: 0x1A9003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZ', symObjAddr: 0x1100, symBinAddr: 0x20F3D0, symSize: 0x10 }
+ - { offsetInCU: 0xADF, offset: 0x1A9017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZyAQcfU_', symObjAddr: 0x1110, symBinAddr: 0x20F3E0, symSize: 0x1D0 }
+ - { offsetInCU: 0xBC5, offset: 0x1A90FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZTo', symObjAddr: 0x12E0, symBinAddr: 0x20F5B0, symSize: 0xE0 }
+ - { offsetInCU: 0xBF8, offset: 0x1A9130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1460, symBinAddr: 0x20F730, symSize: 0x10 }
+ - { offsetInCU: 0xC0C, offset: 0x1A9144, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_', symObjAddr: 0x1470, symBinAddr: 0x20F740, symSize: 0x340 }
+ - { offsetInCU: 0xEE6, offset: 0x1A941E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x17B0, symBinAddr: 0x20FA80, symSize: 0xD0 }
+ - { offsetInCU: 0xF19, offset: 0x1A9451, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1880, symBinAddr: 0x20FB50, symSize: 0x10 }
+ - { offsetInCU: 0xF3C, offset: 0x1A9474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1890, symBinAddr: 0x20FB60, symSize: 0xC0 }
+ - { offsetInCU: 0xF6F, offset: 0x1A94A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x1950, symBinAddr: 0x20FC20, symSize: 0x10 }
+ - { offsetInCU: 0xF92, offset: 0x1A94CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x1960, symBinAddr: 0x20FC30, symSize: 0x60 }
+ - { offsetInCU: 0xFC5, offset: 0x1A94FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZ', symObjAddr: 0x19C0, symBinAddr: 0x20FC90, symSize: 0x10 }
+ - { offsetInCU: 0xFE8, offset: 0x1A9520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZTo', symObjAddr: 0x19D0, symBinAddr: 0x20FCA0, symSize: 0x60 }
+ - { offsetInCU: 0x101B, offset: 0x1A9553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1A30, symBinAddr: 0x20FD00, symSize: 0x10 }
+ - { offsetInCU: 0x103E, offset: 0x1A9576, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1A40, symBinAddr: 0x20FD10, symSize: 0xA0 }
+ - { offsetInCU: 0x1071, offset: 0x1A95A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1AE0, symBinAddr: 0x20FDB0, symSize: 0x10 }
+ - { offsetInCU: 0x1094, offset: 0x1A95CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1AF0, symBinAddr: 0x20FDC0, symSize: 0xD0 }
+ - { offsetInCU: 0x10C7, offset: 0x1A95FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZ', symObjAddr: 0x1BC0, symBinAddr: 0x20FE90, symSize: 0x10 }
+ - { offsetInCU: 0x10EA, offset: 0x1A9622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTo', symObjAddr: 0x1BD0, symBinAddr: 0x20FEA0, symSize: 0xC0 }
+ - { offsetInCU: 0x111D, offset: 0x1A9655, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x1C90, symBinAddr: 0x20FF60, symSize: 0x10 }
+ - { offsetInCU: 0x1140, offset: 0x1A9678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x1E90, symBinAddr: 0x210160, symSize: 0x60 }
+ - { offsetInCU: 0x1173, offset: 0x1A96AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZ', symObjAddr: 0x1EF0, symBinAddr: 0x2101C0, symSize: 0x10 }
+ - { offsetInCU: 0x1196, offset: 0x1A96CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZTo', symObjAddr: 0x1F00, symBinAddr: 0x2101D0, symSize: 0x40 }
+ - { offsetInCU: 0x11C9, offset: 0x1A9701, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC19createRoomListQuery4withAA0fgH0CSgAG6ParamsC_tFZ', symObjAddr: 0x1F40, symBinAddr: 0x210210, symSize: 0x80 }
+ - { offsetInCU: 0x1229, offset: 0x1A9761, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC19createRoomListQuery4withAA0fgH0CSgAG6ParamsC_tFZTo', symObjAddr: 0x1FC0, symBinAddr: 0x210290, symSize: 0xA0 }
+ - { offsetInCU: 0x126D, offset: 0x1A97A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x2060, symBinAddr: 0x210330, symSize: 0x10 }
+ - { offsetInCU: 0x1290, offset: 0x1A97C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x2070, symBinAddr: 0x210340, symSize: 0xB0 }
+ - { offsetInCU: 0x12C3, offset: 0x1A97FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x2120, symBinAddr: 0x2103F0, symSize: 0x10 }
+ - { offsetInCU: 0x12E6, offset: 0x1A981E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x2130, symBinAddr: 0x210400, symSize: 0xA0 }
+ - { offsetInCU: 0x1319, offset: 0x1A9851, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZ', symObjAddr: 0x21D0, symBinAddr: 0x2104A0, symSize: 0x10 }
+ - { offsetInCU: 0x133C, offset: 0x1A9874, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZTo', symObjAddr: 0x21E0, symBinAddr: 0x2104B0, symSize: 0x80 }
+ - { offsetInCU: 0x136F, offset: 0x1A98A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23audioSessionDidActivateyySo07AVAudioF0CFZ', symObjAddr: 0x2260, symBinAddr: 0x210530, symSize: 0x30 }
+ - { offsetInCU: 0x1392, offset: 0x1A98CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC23audioSessionDidActivateyySo07AVAudioF0CFZTo', symObjAddr: 0x2290, symBinAddr: 0x210560, symSize: 0x50 }
+ - { offsetInCU: 0x13C5, offset: 0x1A98FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC25audioSessionDidDeactivateyySo07AVAudioF0CFZ', symObjAddr: 0x22E0, symBinAddr: 0x2105B0, symSize: 0x30 }
+ - { offsetInCU: 0x13E8, offset: 0x1A9920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC25audioSessionDidDeactivateyySo07AVAudioF0CFZTo', symObjAddr: 0x2310, symBinAddr: 0x2105E0, symSize: 0x50 }
+ - { offsetInCU: 0x141B, offset: 0x1A9953, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZ', symObjAddr: 0x2360, symBinAddr: 0x210630, symSize: 0x10 }
+ - { offsetInCU: 0x143E, offset: 0x1A9976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZTo', symObjAddr: 0x2370, symBinAddr: 0x210640, symSize: 0x60 }
+ - { offsetInCU: 0x1471, offset: 0x1A99A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZ', symObjAddr: 0x23D0, symBinAddr: 0x2106A0, symSize: 0x10 }
+ - { offsetInCU: 0x1494, offset: 0x1A99CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZTo', symObjAddr: 0x23E0, symBinAddr: 0x2106B0, symSize: 0x10 }
+ - { offsetInCU: 0x14C7, offset: 0x1A99FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZ', symObjAddr: 0x23F0, symBinAddr: 0x2106C0, symSize: 0x10 }
+ - { offsetInCU: 0x14EA, offset: 0x1A9A22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZTo', symObjAddr: 0x2400, symBinAddr: 0x2106D0, symSize: 0x70 }
+ - { offsetInCU: 0x151D, offset: 0x1A9A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZ', symObjAddr: 0x2470, symBinAddr: 0x210740, symSize: 0x10 }
+ - { offsetInCU: 0x1540, offset: 0x1A9A78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZTo', symObjAddr: 0x2480, symBinAddr: 0x210750, symSize: 0x10 }
+ - { offsetInCU: 0x1573, offset: 0x1A9AAB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZ', symObjAddr: 0x2490, symBinAddr: 0x210760, symSize: 0x10 }
+ - { offsetInCU: 0x1596, offset: 0x1A9ACE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZTo', symObjAddr: 0x24A0, symBinAddr: 0x210770, symSize: 0x60 }
+ - { offsetInCU: 0x15C9, offset: 0x1A9B01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfC', symObjAddr: 0x2500, symBinAddr: 0x2107D0, symSize: 0x20 }
+ - { offsetInCU: 0x15E8, offset: 0x1A9B20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfc', symObjAddr: 0x2520, symBinAddr: 0x2107F0, symSize: 0x40 }
+ - { offsetInCU: 0x1623, offset: 0x1A9B5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCACycfcTo', symObjAddr: 0x2560, symBinAddr: 0x210830, symSize: 0x40 }
+ - { offsetInCU: 0x1661, offset: 0x1A9B99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCfD', symObjAddr: 0x25A0, symBinAddr: 0x210870, symSize: 0x30 }
+ - { offsetInCU: 0x168E, offset: 0x1A9BC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appId7apiHost02wsI0SbSS_SSSgAHtFZTf4nnnd_n', symObjAddr: 0x25E0, symBinAddr: 0x2108B0, symSize: 0x500 }
+ - { offsetInCU: 0x1922, offset: 0x1A9E5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9configure5appIdSbSS_tFZTf4nd_n', symObjAddr: 0x2AE0, symBinAddr: 0x210DB0, symSize: 0xE0 }
+ - { offsetInCU: 0x19B0, offset: 0x1A9EE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC15routePickerView5frameSo6UIViewCSo6CGRectV_tFZTf4nd_n', symObjAddr: 0x2BC0, symBinAddr: 0x210E90, symSize: 0x150 }
+ - { offsetInCU: 0x1A81, offset: 0x1A9FB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC9executeOn5queueySo012OS_dispatch_G0C_tFZTf4nd_n', symObjAddr: 0x2D10, symBinAddr: 0x210FE0, symSize: 0x120 }
+ - { offsetInCU: 0x1B07, offset: 0x1AA03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11addDelegate_10identifieryAA0abdF0_p_SStFZTf4nnd_n', symObjAddr: 0x2E30, symBinAddr: 0x211100, symSize: 0x130 }
+ - { offsetInCU: 0x1B9D, offset: 0x1AA0D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14removeDelegate10identifierySS_tFZTf4nd_n', symObjAddr: 0x2F60, symBinAddr: 0x211230, symSize: 0x130 }
+ - { offsetInCU: 0x1C23, offset: 0x1AA15B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18removeAllDelegatesyyFZTf4d_n', symObjAddr: 0x3090, symBinAddr: 0x211360, symSize: 0x110 }
+ - { offsetInCU: 0x1C98, offset: 0x1AA1D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD003forD2IdAA06DirectD0CSgSS_tFZTf4nd_n', symObjAddr: 0x31A0, symBinAddr: 0x211470, symSize: 0x1D0 }
+ - { offsetInCU: 0x1D6D, offset: 0x1AA2A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03getD07forUUIDAA06DirectD0CSg10Foundation0G0V_tFZTf4nd_n', symObjAddr: 0x3370, symBinAddr: 0x211640, symSize: 0x1D0 }
+ - { offsetInCU: 0x1E44, offset: 0x1AA37C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingD5CountSiyFZTf4d_n', symObjAddr: 0x3540, symBinAddr: 0x211810, symSize: 0x140 }
+ - { offsetInCU: 0x1ED5, offset: 0x1AA40D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC010getOngoingC0SayAA06DirectD0CGyFZTf4d_n', symObjAddr: 0x3680, symBinAddr: 0x211950, symSize: 0x140 }
+ - { offsetInCU: 0x1F66, offset: 0x1AA49E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZTf4d_n', symObjAddr: 0x37C0, symBinAddr: 0x211A90, symSize: 0x140 }
+ - { offsetInCU: 0x1FF7, offset: 0x1AA52F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3900, symBinAddr: 0x211BD0, symSize: 0x170 }
+ - { offsetInCU: 0x2093, offset: 0x1AA5CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC14deauthenticate17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x3A70, symBinAddr: 0x211D40, symSize: 0x130 }
+ - { offsetInCU: 0x211E, offset: 0x1AA656, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x3BA0, symBinAddr: 0x211E70, symSize: 0x170 }
+ - { offsetInCU: 0x21BA, offset: 0x1AA6F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17setRingingTimeoutyySiFZTf4nd_n', symObjAddr: 0x3D10, symBinAddr: 0x211FE0, symSize: 0x230 }
+ - { offsetInCU: 0x2348, offset: 0x1AA880, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC03setD17ConnectingTimeoutyySiFZTf4nd_n', symObjAddr: 0x3F40, symBinAddr: 0x212210, symSize: 0x230 }
+ - { offsetInCU: 0x24D6, offset: 0x1AAA0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZTf4nnnnd_n', symObjAddr: 0x4170, symBinAddr: 0x212440, symSize: 0x190 }
+ - { offsetInCU: 0x2594, offset: 0x1AAACC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTf4nnnd_n', symObjAddr: 0x4300, symBinAddr: 0x2125D0, symSize: 0x1A0 }
+ - { offsetInCU: 0x2641, offset: 0x1AAB79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x44A0, symBinAddr: 0x212770, symSize: 0x180 }
+ - { offsetInCU: 0x26DD, offset: 0x1AAC15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x4620, symBinAddr: 0x2128F0, symSize: 0x170 }
+ - { offsetInCU: 0x2768, offset: 0x1AACA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC11application_28didReceiveRemoteNotificationySo13UIApplicationC_SDys11AnyHashableVypGtFZTf4dnd_n', symObjAddr: 0x4790, symBinAddr: 0x212A60, symSize: 0x120 }
+ - { offsetInCU: 0x27F3, offset: 0x1AAD2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC31markPushNotificationAsDelivered06remoteG7Payload17completionHandlerySDys11AnyHashableVypG_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x48B0, symBinAddr: 0x212B80, symSize: 0x130 }
+ - { offsetInCU: 0x288F, offset: 0x1AADC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZTf4nnnd_n', symObjAddr: 0x49E0, symBinAddr: 0x212CB0, symSize: 0x190 }
+ - { offsetInCU: 0x293C, offset: 0x1AAE74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZTf4nnd_n', symObjAddr: 0x4B70, symBinAddr: 0x212E40, symSize: 0x180 }
+ - { offsetInCU: 0x29D8, offset: 0x1AAF10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x4CF0, symBinAddr: 0x212FC0, symSize: 0x170 }
+ - { offsetInCU: 0x2A63, offset: 0x1AAF9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012createDirectD12LogListQuery4withAA0fdghI0CSgAG6ParamsC_tFZTf4nd_n', symObjAddr: 0x4E60, symBinAddr: 0x213130, symSize: 0x120 }
+ - { offsetInCU: 0x2AEE, offset: 0x1AB026, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17updateCustomItems6callId06customG017completionHandlerySS_SDyS2SGyAHSg_SaySSGSgAA8SBCErrorCSgtctFZTf4nnnd_n', symObjAddr: 0x4F80, symBinAddr: 0x213250, symSize: 0x150 }
+ - { offsetInCU: 0x2B9B, offset: 0x1AB0D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC17deleteCustomItems6callId14customItemKeys17completionHandlerySS_SaySSGySDyS2SGSg_AHSgAA8SBCErrorCSgtctFZTf4nnnd_n', symObjAddr: 0x50D0, symBinAddr: 0x2133A0, symSize: 0x150 }
+ - { offsetInCU: 0x2C48, offset: 0x1AB180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20deleteAllCustomItems6callId17completionHandlerySS_ySDyS2SGSg_SaySSGSgAA8SBCErrorCSgtctFZTf4nnd_n', symObjAddr: 0x5220, symBinAddr: 0x2134F0, symSize: 0x140 }
+ - { offsetInCU: 0x2CE4, offset: 0x1AB21C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_6bundle7forTypeySS_So8NSBundleCAA0gJ0OtFZTf4nnnd_n', symObjAddr: 0x5470, symBinAddr: 0x213740, symSize: 0x400 }
+ - { offsetInCU: 0x2F99, offset: 0x1AB4D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09setDirectD28DialingSoundOnWhenSilentMode9isEnabledySb_tFZTf4nd_n', symObjAddr: 0x5870, symBinAddr: 0x213B40, symSize: 0x160 }
+ - { offsetInCU: 0x3043, offset: 0x1AB57B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC09addDirectD5Sound_7forTypey10Foundation3URLV_AA0gI0OtFZTf4nnd_n', symObjAddr: 0x59D0, symBinAddr: 0x213CA0, symSize: 0x210 }
+ - { offsetInCU: 0x3122, offset: 0x1AB65A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC012removeDirectD5Sound7forTypeyAA0gI0O_tFZTf4nd_n', symObjAddr: 0x5BE0, symBinAddr: 0x213EB0, symSize: 0x1C0 }
+ - { offsetInCU: 0x31D0, offset: 0x1AB708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC020retrieveMissedDirectC017completionHandleryyAA8SBCErrorCSgcSg_tFZTf4nd_n', symObjAddr: 0x5DA0, symBinAddr: 0x214070, symSize: 0x130 }
+ - { offsetInCU: 0x325C, offset: 0x1AB794, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4main_WZ', symObjAddr: 0x140, symBinAddr: 0x20E410, symSize: 0x30 }
+ - { offsetInCU: 0x3276, offset: 0x1AB7AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC10sdkVersion_WZ', symObjAddr: 0x450, symBinAddr: 0x20E720, symSize: 0x30 }
+ - { offsetInCU: 0x3336, offset: 0x1AB86E, size: 0x8, addend: 0x0, symName: '_$sSo6NSUUIDCSgIeyBy_10Foundation4UUIDVSgIegn_TR', symObjAddr: 0x13C0, symBinAddr: 0x20F690, symSize: 0xA0 }
+ - { offsetInCU: 0x33FB, offset: 0x1AB933, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCfETo', symObjAddr: 0x25D0, symBinAddr: 0x2108A0, symSize: 0x10 }
+ - { offsetInCU: 0x3615, offset: 0x1ABB4D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallCMa', symObjAddr: 0x5ED0, symBinAddr: 0x2141A0, symSize: 0x20 }
+ - { offsetInCU: 0x3629, offset: 0x1ABB61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x5F10, symBinAddr: 0x2141E0, symSize: 0x10 }
+ - { offsetInCU: 0x363D, offset: 0x1ABB75, size: 0x8, addend: 0x0, symName: '_$sSo12NSDictionaryCSgSo7NSArrayCSg13SendBirdCalls8SBCErrorCSgIeyByyy_SDyS2SGSgSaySSGSgAJIegggg_TRTA', symObjAddr: 0x5F20, symBinAddr: 0x2141F0, symSize: 0x10 }
+ - { offsetInCU: 0x3651, offset: 0x1ABB89, size: 0x8, addend: 0x0, symName: '_$s10Foundation4UUIDVSgIegn_SgWOe', symObjAddr: 0x5F90, symBinAddr: 0x214200, symSize: 0x20 }
+ - { offsetInCU: 0x3665, offset: 0x1ABB9D, size: 0x8, addend: 0x0, symName: '_$sSo6NSUUIDCSgIeyBy_10Foundation4UUIDVSgIegn_TRTA', symObjAddr: 0x5FB0, symBinAddr: 0x214220, symSize: 0x10 }
+ - { offsetInCU: 0x3684, offset: 0x1ABBBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallCSgAA8SBCErrorCSgIeyByy_AdGIeggg_TRTA', symObjAddr: 0x6040, symBinAddr: 0x214230, symSize: 0x20 }
+ - { offsetInCU: 0x36AD, offset: 0x1ABBE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC29unregisterAllRemotePushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZyAHcfU_TA', symObjAddr: 0x60D0, symBinAddr: 0x214260, symSize: 0x40 }
+ - { offsetInCU: 0x36C1, offset: 0x1ABBF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC20unregisterRemotePush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZyAMcfU_TA', symObjAddr: 0x6120, symBinAddr: 0x2142B0, symSize: 0x40 }
+ - { offsetInCU: 0x36D5, offset: 0x1ABC0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18registerRemotePush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_TA', symObjAddr: 0x6170, symBinAddr: 0x214300, symSize: 0x40 }
+ - { offsetInCU: 0x36E9, offset: 0x1ABC21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC27unregisterAllVoIPPushTokens17completionHandleryyAA8SBCErrorCSgcSg_tFZyAHcfU_TA', symObjAddr: 0x61C0, symBinAddr: 0x214350, symSize: 0x40 }
+ - { offsetInCU: 0x36FD, offset: 0x1ABC35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC18unregisterVoIPPush5token17completionHandlery10Foundation4DataVSg_yAA8SBCErrorCSgcSgtFZyAMcfU_TA', symObjAddr: 0x6210, symBinAddr: 0x2143A0, symSize: 0x40 }
+ - { offsetInCU: 0x3711, offset: 0x1ABC49, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC16registerVoIPPush5token6unique17completionHandlery10Foundation4DataVSg_SbyAA8SBCErrorCSgcSgtFZyANcfU_TA', symObjAddr: 0x62A0, symBinAddr: 0x214430, symSize: 0x20 }
+ - { offsetInCU: 0x3725, offset: 0x1ABC5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12pushRegistry_26didReceiveIncomingPushWith3for17completionHandlerySo06PKPushF0C_So0O7PayloadCSo0O4Typeay10Foundation4UUIDVSgcSgtFZyAQcfU_TA', symObjAddr: 0x63F0, symBinAddr: 0x214490, symSize: 0x20 }
+ - { offsetInCU: 0x3739, offset: 0x1ABC71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC4dial4with17completionHandlerAA06DirectD0CSgAA10DialParamsC_yAI_AA8SBCErrorCSgtctFZyAI_ANtcfU_TA', symObjAddr: 0x6480, symBinAddr: 0x214500, symSize: 0x40 }
+ - { offsetInCU: 0x374D, offset: 0x1ABC85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0aB4CallC12authenticate4with17completionHandleryAA18AuthenticateParamsC_yAA4UserCSg_AA8SBCErrorCSgtctFZyAK_ANtcfU_TA', symObjAddr: 0x64C0, symBinAddr: 0x214540, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x1AC200, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x214720, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1AC224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x214720, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x1AC242, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x20, symBinAddr: 0x214740, symSize: 0x90 }
+ - { offsetInCU: 0xD2, offset: 0x1AC2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCACycfc', symObjAddr: 0xB0, symBinAddr: 0x2147D0, symSize: 0x10 }
+ - { offsetInCU: 0xFF, offset: 0x1AC2D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCfd', symObjAddr: 0xC0, symBinAddr: 0x2147E0, symSize: 0x10 }
+ - { offsetInCU: 0x12C, offset: 0x1AC305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCfD', symObjAddr: 0xD0, symBinAddr: 0x2147F0, symSize: 0x20 }
+ - { offsetInCU: 0x15A, offset: 0x1AC333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CanceledStateCMa', symObjAddr: 0xF0, symBinAddr: 0x214810, symSize: 0x14 }
+ - { offsetInCU: 0x4B, offset: 0x1AC539, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC9inputTypeAA0f5InputI0OSgvg', symObjAddr: 0x0, symBinAddr: 0x214830, symSize: 0x10 }
+ - { offsetInCU: 0x76, offset: 0x1AC564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0Sbvg', symObjAddr: 0x10, symBinAddr: 0x214840, symSize: 0x30 }
+ - { offsetInCU: 0x92, offset: 0x1AC580, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0Sbvs', symObjAddr: 0x40, symBinAddr: 0x214870, symSize: 0x30 }
+ - { offsetInCU: 0xAE, offset: 0x1AC59C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0SbvM', symObjAddr: 0x70, symBinAddr: 0x2148A0, symSize: 0x30 }
+ - { offsetInCU: 0xCA, offset: 0x1AC5B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC014shouldWaitPushF0SbvM.resume.0', symObjAddr: 0xA0, symBinAddr: 0x2148D0, symSize: 0x10 }
+ - { offsetInCU: 0xE6, offset: 0x1AC5D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivg', symObjAddr: 0xB0, symBinAddr: 0x2148E0, symSize: 0x30 }
+ - { offsetInCU: 0x102, offset: 0x1AC5F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivs', symObjAddr: 0xE0, symBinAddr: 0x214910, symSize: 0x30 }
+ - { offsetInCU: 0x11E, offset: 0x1AC60C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC7versionSivM', symObjAddr: 0x110, symBinAddr: 0x214940, symSize: 0x30 }
+ - { offsetInCU: 0x13A, offset: 0x1AC628, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandTypeAA04UtilgI0Ovg', symObjAddr: 0x140, symBinAddr: 0x214970, symSize: 0x10 }
+ - { offsetInCU: 0x156, offset: 0x1AC644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC8logLevelAA6LoggerV0I0Ovg', symObjAddr: 0x150, symBinAddr: 0x214980, symSize: 0x10 }
+ - { offsetInCU: 0x1B4, offset: 0x1AC6A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandType7version8logLevelAcA04UtilgI0O_SiAA6LoggerV0L0OtcfC', symObjAddr: 0x160, symBinAddr: 0x214990, symSize: 0x60 }
+ - { offsetInCU: 0x208, offset: 0x1AC6F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC11commandType7version8logLevelAcA04UtilgI0O_SiAA6LoggerV0L0Otcfc', symObjAddr: 0x1C0, symBinAddr: 0x2149F0, symSize: 0x40 }
+ - { offsetInCU: 0x258, offset: 0x1AC746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8rawValueAGSgSS_tcfC', symObjAddr: 0x200, symBinAddr: 0x214A30, symSize: 0x70 }
+ - { offsetInCU: 0x291, offset: 0x1AC77F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueAGSgSS_tcfC', symObjAddr: 0x2B0, symBinAddr: 0x214AA0, symSize: 0x70 }
+ - { offsetInCU: 0x2C7, offset: 0x1AC7B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8intValueAGSgSi_tcfC', symObjAddr: 0x320, symBinAddr: 0x214B10, symSize: 0x10 }
+ - { offsetInCU: 0x2EE, offset: 0x1AC7DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8intValueSiSgvg', symObjAddr: 0x330, symBinAddr: 0x214B20, symSize: 0x10 }
+ - { offsetInCU: 0x316, offset: 0x1AC804, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O8rawValueSSvg', symObjAddr: 0x340, symBinAddr: 0x214B30, symSize: 0x10 }
+ - { offsetInCU: 0x32A, offset: 0x1AC818, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueSSvg', symObjAddr: 0x350, symBinAddr: 0x214B40, symSize: 0x10 }
+ - { offsetInCU: 0x35C, offset: 0x1AC84A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSYAASY8rawValuexSg03RawL0Qz_tcfCTW', symObjAddr: 0x490, symBinAddr: 0x214C80, symSize: 0x70 }
+ - { offsetInCU: 0x390, offset: 0x1AC87E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSYAASY8rawValue03RawL0QzvgTW', symObjAddr: 0x500, symBinAddr: 0x214CF0, symSize: 0x20 }
+ - { offsetInCU: 0x3C8, offset: 0x1AC8B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValueSSvgTW', symObjAddr: 0x520, symBinAddr: 0x214D10, symSize: 0x10 }
+ - { offsetInCU: 0x413, offset: 0x1AC901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x214D20, symSize: 0x70 }
+ - { offsetInCU: 0x45E, offset: 0x1AC94C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP8intValueSiSgvgTW', symObjAddr: 0x5A0, symBinAddr: 0x214D90, symSize: 0x10 }
+ - { offsetInCU: 0x47A, offset: 0x1AC968, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x5B0, symBinAddr: 0x214DA0, symSize: 0x10 }
+ - { offsetInCU: 0x496, offset: 0x1AC984, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0O11stringValueSSvgTf4d_n', symObjAddr: 0xF10, symBinAddr: 0x215700, symSize: 0x20 }
+ - { offsetInCU: 0x4CD, offset: 0x1AC9BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x600, symBinAddr: 0x214DF0, symSize: 0x70 }
+ - { offsetInCU: 0x508, offset: 0x1AC9F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x670, symBinAddr: 0x214E60, symSize: 0x70 }
+ - { offsetInCU: 0x54B, offset: 0x1ACA39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x6E0, symBinAddr: 0x214ED0, symSize: 0x10 }
+ - { offsetInCU: 0x572, offset: 0x1ACA60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x6F0, symBinAddr: 0x214EE0, symSize: 0x10 }
+ - { offsetInCU: 0x599, offset: 0x1ACA87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO8rawValueSSvg', symObjAddr: 0x700, symBinAddr: 0x214EF0, symSize: 0x20 }
+ - { offsetInCU: 0x5D0, offset: 0x1ACABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO11stringValueSSvg', symObjAddr: 0x720, symBinAddr: 0x214F10, symSize: 0x20 }
+ - { offsetInCU: 0x625, offset: 0x1ACB13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x890, symBinAddr: 0x215080, symSize: 0x80 }
+ - { offsetInCU: 0x666, offset: 0x1ACB54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x910, symBinAddr: 0x215100, symSize: 0x30 }
+ - { offsetInCU: 0x67A, offset: 0x1ACB68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x940, symBinAddr: 0x215130, symSize: 0x10 }
+ - { offsetInCU: 0x6B0, offset: 0x1ACB9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x950, symBinAddr: 0x215140, symSize: 0x80 }
+ - { offsetInCU: 0x708, offset: 0x1ACBF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x9D0, symBinAddr: 0x2151C0, symSize: 0x10 }
+ - { offsetInCU: 0x724, offset: 0x1ACC12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x9E0, symBinAddr: 0x2151D0, symSize: 0x10 }
+ - { offsetInCU: 0x741, offset: 0x1ACC2F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xA30, symBinAddr: 0x215220, symSize: 0x40 }
+ - { offsetInCU: 0x766, offset: 0x1ACC54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC4fromACs7Decoder_p_tKcfc', symObjAddr: 0xA70, symBinAddr: 0x215260, symSize: 0x410 }
+ - { offsetInCU: 0x88A, offset: 0x1ACD78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCfd', symObjAddr: 0xE80, symBinAddr: 0x215670, symSize: 0x10 }
+ - { offsetInCU: 0x8B7, offset: 0x1ACDA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCfD', symObjAddr: 0xE90, symBinAddr: 0x215680, symSize: 0x20 }
+ - { offsetInCU: 0x8E4, offset: 0x1ACDD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCAA0fG0A2aDP9inputTypeAA0f5InputI0OSgvgTW', symObjAddr: 0xEB0, symBinAddr: 0x2156A0, symSize: 0x20 }
+ - { offsetInCU: 0x900, offset: 0x1ACDEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCAA0fG0A2aDP014shouldWaitPushF0SbvgTW', symObjAddr: 0xED0, symBinAddr: 0x2156C0, symSize: 0x20 }
+ - { offsetInCU: 0x91C, offset: 0x1ACE0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xEF0, symBinAddr: 0x2156E0, symSize: 0x20 }
+ - { offsetInCU: 0x9C3, offset: 0x1ACEB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0xF60, symBinAddr: 0x215720, symSize: 0x30 }
+ - { offsetInCU: 0x9D7, offset: 0x1ACEC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandCMa', symObjAddr: 0xF90, symBinAddr: 0x215750, symSize: 0x20 }
+ - { offsetInCU: 0x9EB, offset: 0x1ACED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs0H3KeyAAWl', symObjAddr: 0xFE0, symBinAddr: 0x215770, symSize: 0x30 }
+ - { offsetInCU: 0x9FF, offset: 0x1ACEED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5LevelOAESeAAWl', symObjAddr: 0x1010, symBinAddr: 0x2157A0, symSize: 0x30 }
+ - { offsetInCU: 0xA13, offset: 0x1ACF01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASQWb', symObjAddr: 0x1040, symBinAddr: 0x2157D0, symSize: 0x10 }
+ - { offsetInCU: 0xA27, offset: 0x1ACF15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGSQAAWl', symObjAddr: 0x1050, symBinAddr: 0x2157E0, symSize: 0x30 }
+ - { offsetInCU: 0xA3B, offset: 0x1ACF29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1080, symBinAddr: 0x215810, symSize: 0x10 }
+ - { offsetInCU: 0xA4F, offset: 0x1ACF3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1090, symBinAddr: 0x215820, symSize: 0x30 }
+ - { offsetInCU: 0xA63, offset: 0x1ACF51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x10C0, symBinAddr: 0x215850, symSize: 0x10 }
+ - { offsetInCU: 0xA77, offset: 0x1ACF65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OAGs23CustomStringConvertibleAAWl', symObjAddr: 0x10D0, symBinAddr: 0x215860, symSize: 0x30 }
+ - { offsetInCU: 0xA8B, offset: 0x1ACF79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASQWb', symObjAddr: 0x1100, symBinAddr: 0x215890, symSize: 0x10 }
+ - { offsetInCU: 0xA9F, offset: 0x1ACF8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAESQAAWl', symObjAddr: 0x1110, symBinAddr: 0x2158A0, symSize: 0x30 }
+ - { offsetInCU: 0xAB3, offset: 0x1ACFA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x1140, symBinAddr: 0x2158D0, symSize: 0x10 }
+ - { offsetInCU: 0xAC7, offset: 0x1ACFB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x1150, symBinAddr: 0x2158E0, symSize: 0x30 }
+ - { offsetInCU: 0xADB, offset: 0x1ACFC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1180, symBinAddr: 0x215910, symSize: 0x10 }
+ - { offsetInCU: 0xAEF, offset: 0x1ACFDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1190, symBinAddr: 0x215920, symSize: 0x30 }
+ - { offsetInCU: 0xB03, offset: 0x1ACFF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwet', symObjAddr: 0x1350, symBinAddr: 0x215AC0, symSize: 0x80 }
+ - { offsetInCU: 0xB17, offset: 0x1AD005, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwst', symObjAddr: 0x13D0, symBinAddr: 0x215B40, symSize: 0xD0 }
+ - { offsetInCU: 0xB2B, offset: 0x1AD019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwug', symObjAddr: 0x14A0, symBinAddr: 0x215C10, symSize: 0x10 }
+ - { offsetInCU: 0xB3F, offset: 0x1AD02D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwup', symObjAddr: 0x14B0, symBinAddr: 0x215C20, symSize: 0x10 }
+ - { offsetInCU: 0xB53, offset: 0x1AD041, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOwui', symObjAddr: 0x14C0, symBinAddr: 0x215C30, symSize: 0x10 }
+ - { offsetInCU: 0xB67, offset: 0x1AD055, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOMa', symObjAddr: 0x14D0, symBinAddr: 0x215C40, symSize: 0x10 }
+ - { offsetInCU: 0xB7B, offset: 0x1AD069, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owet', symObjAddr: 0x14F0, symBinAddr: 0x215C50, symSize: 0x50 }
+ - { offsetInCU: 0xB8F, offset: 0x1AD07D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owst', symObjAddr: 0x1540, symBinAddr: 0x215CA0, symSize: 0xA0 }
+ - { offsetInCU: 0xBA3, offset: 0x1AD091, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owug', symObjAddr: 0x15E0, symBinAddr: 0x215D40, symSize: 0x10 }
+ - { offsetInCU: 0xBB7, offset: 0x1AD0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owup', symObjAddr: 0x15F0, symBinAddr: 0x215D50, symSize: 0x10 }
+ - { offsetInCU: 0xBCB, offset: 0x1AD0B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Owui', symObjAddr: 0x1600, symBinAddr: 0x215D60, symSize: 0x10 }
+ - { offsetInCU: 0xBDF, offset: 0x1AD0CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OMa', symObjAddr: 0x1610, symBinAddr: 0x215D70, symSize: 0x10 }
+ - { offsetInCU: 0xC28, offset: 0x1AD116, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x360, symBinAddr: 0x214B50, symSize: 0x70 }
+ - { offsetInCU: 0xD0C, offset: 0x1AD1FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH9hashValueSivgTW', symObjAddr: 0x3D0, symBinAddr: 0x214BC0, symSize: 0x50 }
+ - { offsetInCU: 0xDB7, offset: 0x1AD2A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x420, symBinAddr: 0x214C10, symSize: 0x30 }
+ - { offsetInCU: 0xE1E, offset: 0x1AD30C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0OSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x450, symBinAddr: 0x214C40, symSize: 0x40 }
+ - { offsetInCU: 0xEA7, offset: 0x1AD395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x5C0, symBinAddr: 0x214DB0, symSize: 0x20 }
+ - { offsetInCU: 0xEC3, offset: 0x1AD3B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysO07PayloadI0Os23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x5E0, symBinAddr: 0x214DD0, symSize: 0x20 }
+ - { offsetInCU: 0xEF4, offset: 0x1AD3E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x740, symBinAddr: 0x214F30, symSize: 0x80 }
+ - { offsetInCU: 0xFC3, offset: 0x1AD4B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x7C0, symBinAddr: 0x214FB0, symSize: 0x50 }
+ - { offsetInCU: 0x1041, offset: 0x1AD52F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x810, symBinAddr: 0x215000, symSize: 0x30 }
+ - { offsetInCU: 0x1093, offset: 0x1AD581, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x840, symBinAddr: 0x215030, symSize: 0x50 }
+ - { offsetInCU: 0x10EF, offset: 0x1AD5DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x9F0, symBinAddr: 0x2151E0, symSize: 0x20 }
+ - { offsetInCU: 0x110B, offset: 0x1AD5F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UploadLogEventCommandC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xA10, symBinAddr: 0x215200, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1AD86E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x215D90, symSize: 0x10 }
+ - { offsetInCU: 0x3F, offset: 0x1AD886, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultType_WZ', symObjAddr: 0x0, symBinAddr: 0x215D90, symSize: 0x10 }
+ - { offsetInCU: 0x59, offset: 0x1AD8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvau', symObjAddr: 0x10, symBinAddr: 0x215DA0, symSize: 0x30 }
+ - { offsetInCU: 0x8A, offset: 0x1AD8D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvgZ', symObjAddr: 0x40, symBinAddr: 0x215DD0, symSize: 0x30 }
+ - { offsetInCU: 0xAB, offset: 0x1AD8F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ', symObjAddr: 0x70, symBinAddr: 0x215E00, symSize: 0x30 }
+ - { offsetInCU: 0xDC, offset: 0x1AD923, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10resultTypeAA16EmptyAPIResponseVmvMZ.resume.0', symObjAddr: 0xA0, symBinAddr: 0x215E30, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x1AD93F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0xB0, symBinAddr: 0x215E40, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x1AD95B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV7urlPathAA7URLPathVvg', symObjAddr: 0xC0, symBinAddr: 0x215E50, symSize: 0x10 }
+ - { offsetInCU: 0x128, offset: 0x1AD96F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV9inviteeIdSSvg', symObjAddr: 0xD0, symBinAddr: 0x215E60, symSize: 0x20 }
+ - { offsetInCU: 0x144, offset: 0x1AD98B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV6roomId07inviteeH0ACSS_SStcfC', symObjAddr: 0xF0, symBinAddr: 0x215E80, symSize: 0xA0 }
+ - { offsetInCU: 0x1E3, offset: 0x1ADA2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x1D0, symBinAddr: 0x215F20, symSize: 0xC0 }
+ - { offsetInCU: 0x229, offset: 0x1ADA70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x216010, symSize: 0x70 }
+ - { offsetInCU: 0x262, offset: 0x1ADAA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x360, symBinAddr: 0x216080, symSize: 0x70 }
+ - { offsetInCU: 0x298, offset: 0x1ADADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x3D0, symBinAddr: 0x2160F0, symSize: 0x10 }
+ - { offsetInCU: 0x2BF, offset: 0x1ADB06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x3E0, symBinAddr: 0x216100, symSize: 0x10 }
+ - { offsetInCU: 0x2E7, offset: 0x1ADB2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x3F0, symBinAddr: 0x216110, symSize: 0x10 }
+ - { offsetInCU: 0x2FB, offset: 0x1ADB42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x400, symBinAddr: 0x216120, symSize: 0x10 }
+ - { offsetInCU: 0x32D, offset: 0x1ADB74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x540, symBinAddr: 0x216260, symSize: 0x70 }
+ - { offsetInCU: 0x361, offset: 0x1ADBA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x5B0, symBinAddr: 0x2162D0, symSize: 0x20 }
+ - { offsetInCU: 0x399, offset: 0x1ADBE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x5D0, symBinAddr: 0x2162F0, symSize: 0x10 }
+ - { offsetInCU: 0x3E4, offset: 0x1ADC2B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x5E0, symBinAddr: 0x216300, symSize: 0x70 }
+ - { offsetInCU: 0x42F, offset: 0x1ADC76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x650, symBinAddr: 0x216370, symSize: 0x10 }
+ - { offsetInCU: 0x44B, offset: 0x1ADC92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x660, symBinAddr: 0x216380, symSize: 0x10 }
+ - { offsetInCU: 0x467, offset: 0x1ADCAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysO11stringValueSSvgTf4d_n', symObjAddr: 0x7D0, symBinAddr: 0x2164F0, symSize: 0x20 }
+ - { offsetInCU: 0x493, offset: 0x1ADCDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x6B0, symBinAddr: 0x2163D0, symSize: 0x30 }
+ - { offsetInCU: 0x4CA, offset: 0x1ADD11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x6E0, symBinAddr: 0x216400, symSize: 0x10 }
+ - { offsetInCU: 0x4F5, offset: 0x1ADD3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x6F0, symBinAddr: 0x216410, symSize: 0x10 }
+ - { offsetInCU: 0x575, offset: 0x1ADDBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x700, symBinAddr: 0x216420, symSize: 0xD0 }
+ - { offsetInCU: 0x5E3, offset: 0x1ADE2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2C0, symBinAddr: 0x215FE0, symSize: 0x30 }
+ - { offsetInCU: 0x618, offset: 0x1ADE5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7F0, symBinAddr: 0x216510, symSize: 0x10 }
+ - { offsetInCU: 0x62C, offset: 0x1ADE73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x800, symBinAddr: 0x216520, symSize: 0x30 }
+ - { offsetInCU: 0x640, offset: 0x1ADE87, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x830, symBinAddr: 0x216550, symSize: 0x10 }
+ - { offsetInCU: 0x654, offset: 0x1ADE9B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x840, symBinAddr: 0x216560, symSize: 0x30 }
+ - { offsetInCU: 0x668, offset: 0x1ADEAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x870, symBinAddr: 0x216590, symSize: 0x10 }
+ - { offsetInCU: 0x67C, offset: 0x1ADEC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x880, symBinAddr: 0x2165A0, symSize: 0x30 }
+ - { offsetInCU: 0x690, offset: 0x1ADED7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA15RoomRequestableAAWI', symObjAddr: 0x8B0, symBinAddr: 0x2165D0, symSize: 0x20 }
+ - { offsetInCU: 0x6A4, offset: 0x1ADEEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA14APIRequestableAAWl', symObjAddr: 0x8D0, symBinAddr: 0x2165F0, symSize: 0x30 }
+ - { offsetInCU: 0x6B8, offset: 0x1ADEFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x900, symBinAddr: 0x216620, symSize: 0x10 }
+ - { offsetInCU: 0x6CC, offset: 0x1ADF13, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA14APIRequestableAAWI', symObjAddr: 0x940, symBinAddr: 0x216630, symSize: 0x20 }
+ - { offsetInCU: 0x6E0, offset: 0x1ADF27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA11RequestableAAWl', symObjAddr: 0x960, symBinAddr: 0x216650, symSize: 0x30 }
+ - { offsetInCU: 0x6F4, offset: 0x1ADF3B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA11RequestableAAWI', symObjAddr: 0x990, symBinAddr: 0x216680, symSize: 0x30 }
+ - { offsetInCU: 0x708, offset: 0x1ADF4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA0F0AAWl', symObjAddr: 0x9C0, symBinAddr: 0x2166B0, symSize: 0x30 }
+ - { offsetInCU: 0x71C, offset: 0x1ADF63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x9F0, symBinAddr: 0x2166E0, symSize: 0x30 }
+ - { offsetInCU: 0x730, offset: 0x1ADF77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0AAWI', symObjAddr: 0xA20, symBinAddr: 0x216710, symSize: 0x20 }
+ - { offsetInCU: 0x744, offset: 0x1ADF8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVACSEAAWl', symObjAddr: 0xA40, symBinAddr: 0x216730, symSize: 0x30 }
+ - { offsetInCU: 0x758, offset: 0x1ADF9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA70, symBinAddr: 0x216760, symSize: 0x20 }
+ - { offsetInCU: 0x76C, offset: 0x1ADFB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwCP', symObjAddr: 0xA90, symBinAddr: 0x216780, symSize: 0x30 }
+ - { offsetInCU: 0x780, offset: 0x1ADFC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwxx', symObjAddr: 0xAC0, symBinAddr: 0x2167B0, symSize: 0x30 }
+ - { offsetInCU: 0x794, offset: 0x1ADFDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwcp', symObjAddr: 0xAF0, symBinAddr: 0x2167E0, symSize: 0x40 }
+ - { offsetInCU: 0x7A8, offset: 0x1ADFEF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwca', symObjAddr: 0xB30, symBinAddr: 0x216820, symSize: 0x60 }
+ - { offsetInCU: 0x7BC, offset: 0x1AE003, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwta', symObjAddr: 0xBB0, symBinAddr: 0x216880, symSize: 0x50 }
+ - { offsetInCU: 0x7D0, offset: 0x1AE017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwet', symObjAddr: 0xC00, symBinAddr: 0x2168D0, symSize: 0x40 }
+ - { offsetInCU: 0x7E4, offset: 0x1AE02B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVwst', symObjAddr: 0xC40, symBinAddr: 0x216910, symSize: 0x50 }
+ - { offsetInCU: 0x7F8, offset: 0x1AE03F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVMa', symObjAddr: 0xC90, symBinAddr: 0x216960, symSize: 0x10 }
+ - { offsetInCU: 0x80C, offset: 0x1AE053, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwet', symObjAddr: 0xCC0, symBinAddr: 0x216970, symSize: 0x50 }
+ - { offsetInCU: 0x820, offset: 0x1AE067, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwst', symObjAddr: 0xD10, symBinAddr: 0x2169C0, symSize: 0xA0 }
+ - { offsetInCU: 0x834, offset: 0x1AE07B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwug', symObjAddr: 0xDB0, symBinAddr: 0x216A60, symSize: 0x10 }
+ - { offsetInCU: 0x848, offset: 0x1AE08F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwup', symObjAddr: 0xDC0, symBinAddr: 0x216A70, symSize: 0x10 }
+ - { offsetInCU: 0x85C, offset: 0x1AE0A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOwui', symObjAddr: 0xDD0, symBinAddr: 0x216A80, symSize: 0x10 }
+ - { offsetInCU: 0x870, offset: 0x1AE0B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOMa', symObjAddr: 0xDE0, symBinAddr: 0x216A90, symSize: 0x10 }
+ - { offsetInCU: 0x8D4, offset: 0x1AE11B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x410, symBinAddr: 0x216130, symSize: 0x70 }
+ - { offsetInCU: 0x9B8, offset: 0x1AE1FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x480, symBinAddr: 0x2161A0, symSize: 0x50 }
+ - { offsetInCU: 0xA63, offset: 0x1AE2AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4D0, symBinAddr: 0x2161F0, symSize: 0x30 }
+ - { offsetInCU: 0xACA, offset: 0x1AE311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x500, symBinAddr: 0x216220, symSize: 0x40 }
+ - { offsetInCU: 0xB53, offset: 0x1AE39A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x670, symBinAddr: 0x216390, symSize: 0x20 }
+ - { offsetInCU: 0xB6F, offset: 0x1AE3B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x690, symBinAddr: 0x2163B0, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1AE60D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointIdSSvg', symObjAddr: 0x0, symBinAddr: 0x216AB0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x1AE629, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC3sdpSSvg', symObjAddr: 0x30, symBinAddr: 0x216AE0, symSize: 0x30 }
+ - { offsetInCU: 0xB9, offset: 0x1AE67B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointId3sdpACSS_SStcfC', symObjAddr: 0x60, symBinAddr: 0x216B10, symSize: 0x50 }
+ - { offsetInCU: 0x10A, offset: 0x1AE6CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC10endpointId3sdpACSS_SStcfc', symObjAddr: 0xB0, symBinAddr: 0x216B60, symSize: 0x20 }
+ - { offsetInCU: 0x13B, offset: 0x1AE6FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC18sessionDescriptionSo010RTCSessionH0Cvg', symObjAddr: 0xD0, symBinAddr: 0x216B80, symSize: 0x70 }
+ - { offsetInCU: 0x18A, offset: 0x1AE74C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0x140, symBinAddr: 0x216BF0, symSize: 0x40 }
+ - { offsetInCU: 0x1AF, offset: 0x1AE771, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x180, symBinAddr: 0x216C30, symSize: 0x170 }
+ - { offsetInCU: 0x20B, offset: 0x1AE7CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCfd', symObjAddr: 0x3E0, symBinAddr: 0x216DC0, symSize: 0x20 }
+ - { offsetInCU: 0x246, offset: 0x1AE808, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCfD', symObjAddr: 0x400, symBinAddr: 0x216DE0, symSize: 0x30 }
+ - { offsetInCU: 0x289, offset: 0x1AE84B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x560, symBinAddr: 0x216F40, symSize: 0x20 }
+ - { offsetInCU: 0x2AD, offset: 0x1AE86F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCMa', symObjAddr: 0x390, symBinAddr: 0x216DA0, symSize: 0x20 }
+ - { offsetInCU: 0x2C1, offset: 0x1AE883, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA15RoomRespondableAAWI', symObjAddr: 0x430, symBinAddr: 0x216E10, symSize: 0x30 }
+ - { offsetInCU: 0x2D5, offset: 0x1AE897, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA14APIRespondableAAWI', symObjAddr: 0x460, symBinAddr: 0x216E40, symSize: 0x30 }
+ - { offsetInCU: 0x2E9, offset: 0x1AE8AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA11RespondableAAWI', symObjAddr: 0x490, symBinAddr: 0x216E70, symSize: 0x40 }
+ - { offsetInCU: 0x2FD, offset: 0x1AE8BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA0F0AAWI', symObjAddr: 0x4D0, symBinAddr: 0x216EB0, symSize: 0x30 }
+ - { offsetInCU: 0x311, offset: 0x1AE8D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22EndpointAnswerResponseCAA17StrategyDecodableAAWI', symObjAddr: 0x530, symBinAddr: 0x216F10, symSize: 0x30 }
+ - { offsetInCU: 0x27, offset: 0x1AEAEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24stopRecorderAndBroadcastyyAA0G0CF', symObjAddr: 0x0, symBinAddr: 0x216FB0, symSize: 0x170 }
+ - { offsetInCU: 0x3F, offset: 0x1AEB06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC24stopRecorderAndBroadcastyyAA0G0CF', symObjAddr: 0x0, symBinAddr: 0x216FB0, symSize: 0x170 }
+ - { offsetInCU: 0x20C, offset: 0x1AECD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctF', symObjAddr: 0x170, symBinAddr: 0x217120, symSize: 0x6E0 }
+ - { offsetInCU: 0x4AF, offset: 0x1AEF76, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctFTo', symObjAddr: 0x850, symBinAddr: 0x217800, symSize: 0x80 }
+ - { offsetInCU: 0x4E1, offset: 0x1AEFA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13stopRecording11recordingIdSbSS_tF', symObjAddr: 0x8D0, symBinAddr: 0x217880, symSize: 0x140 }
+ - { offsetInCU: 0x5C2, offset: 0x1AF089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC13stopRecording11recordingIdSbSS_tFTo', symObjAddr: 0xA10, symBinAddr: 0x2179C0, symSize: 0x60 }
+ - { offsetInCU: 0x6E5, offset: 0x1AF1AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18stopRemoteRecorderyyF', symObjAddr: 0xA70, symBinAddr: 0x217A20, symSize: 0x2B0 }
+ - { offsetInCU: 0x884, offset: 0x1AF34B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC18stopRemoteRecorderyyFTo', symObjAddr: 0xD20, symBinAddr: 0x217CD0, symSize: 0x30 }
+ - { offsetInCU: 0x935, offset: 0x1AF3FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32resumeRecordingsAfterTurnChangedyyF', symObjAddr: 0xD50, symBinAddr: 0x217D00, symSize: 0x280 }
+ - { offsetInCU: 0xB4E, offset: 0x1AF615, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC32resumeRecordingsAfterTurnChangedyyFTo', symObjAddr: 0xFD0, symBinAddr: 0x217F80, symSize: 0x30 }
+ - { offsetInCU: 0xB6A, offset: 0x1AF631, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVWOs', symObjAddr: 0x11E0, symBinAddr: 0x218130, symSize: 0x40 }
+ - { offsetInCU: 0xB89, offset: 0x1AF650, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10DirectCallC14startRecording7options23recordingStartedHandleryAA0G7OptionsC_ySSSg_AA8SBCErrorCSgtctF018$sSo8NSStringCSg13ab6Calls8M24CSgIeyByy_SSSgAGIeggg_TRSo0P0CSgALIeyByy_Tf1ncn_nTf4nng_n', symObjAddr: 0x1320, symBinAddr: 0x218170, symSize: 0x6DD }
+ - { offsetInCU: 0xF2E, offset: 0x1AF9F5, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSay13SendBirdCalls8RecorderCG_Tg504$s13de58Calls10DirectCallC13stopRecording11recordingIdSbSS_tFSbAA8G6CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1000, symBinAddr: 0x217FB0, symSize: 0x180 }
+ - { offsetInCU: 0x4B, offset: 0x1AFE23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCACycfc', symObjAddr: 0x0, symBinAddr: 0x218850, symSize: 0x10 }
+ - { offsetInCU: 0x78, offset: 0x1AFE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCfd', symObjAddr: 0x10, symBinAddr: 0x218860, symSize: 0x10 }
+ - { offsetInCU: 0xA5, offset: 0x1AFE7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverC010didReceiveD07commandyAA7Command_p_tF', symObjAddr: 0x20, symBinAddr: 0x218870, symSize: 0x10 }
+ - { offsetInCU: 0xDC, offset: 0x1AFEB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCfD', symObjAddr: 0x30, symBinAddr: 0x218880, symSize: 0x20 }
+ - { offsetInCU: 0x109, offset: 0x1AFEE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCACycfC', symObjAddr: 0x50, symBinAddr: 0x2188A0, symSize: 0x20 }
+ - { offsetInCU: 0x127, offset: 0x1AFEFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCAA0dE0A2aDP010didReceiveD07commandyAA7Command_p_tFTW', symObjAddr: 0x70, symBinAddr: 0x2188C0, symSize: 0x10 }
+ - { offsetInCU: 0x144, offset: 0x1AFF1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21EventDelegateReceiverCMa', symObjAddr: 0x90, symBinAddr: 0x2188E0, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1B00FE, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE11toHexStringSSyF', symObjAddr: 0x0, symBinAddr: 0x218940, symSize: 0x80 }
+ - { offsetInCU: 0x3F, offset: 0x1B0116, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE11toHexStringSSyF', symObjAddr: 0x0, symBinAddr: 0x218940, symSize: 0x80 }
+ - { offsetInCU: 0x3F, offset: 0x1B0329, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TR', symObjAddr: 0x0, symBinAddr: 0x2189C0, symSize: 0x20 }
+ - { offsetInCU: 0x53, offset: 0x1B033D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TR', symObjAddr: 0x20, symBinAddr: 0x2189E0, symSize: 0x40 }
+ - { offsetInCU: 0xB5, offset: 0x1B039F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6action13backoffPeriod8maxCountACyyAA8SBCErrorCSgcc_SdSitcfC', symObjAddr: 0x60, symBinAddr: 0x218A20, symSize: 0xF0 }
+ - { offsetInCU: 0x11E, offset: 0x1B0408, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvg', symObjAddr: 0x340, symBinAddr: 0x218D00, symSize: 0x40 }
+ - { offsetInCU: 0x13A, offset: 0x1B0424, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvs', symObjAddr: 0x380, symBinAddr: 0x218D40, symSize: 0x50 }
+ - { offsetInCU: 0x156, offset: 0x1B0440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvM', symObjAddr: 0x3D0, symBinAddr: 0x218D90, symSize: 0x30 }
+ - { offsetInCU: 0x172, offset: 0x1B045C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC13backoffPeriodSdvg', symObjAddr: 0x400, symBinAddr: 0x218DC0, symSize: 0x10 }
+ - { offsetInCU: 0x18E, offset: 0x1B0478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC8maxCountSivg', symObjAddr: 0x410, symBinAddr: 0x218DD0, symSize: 0x10 }
+ - { offsetInCU: 0x1AA, offset: 0x1B0494, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC5boardAA12SBTimerBoardCvg', symObjAddr: 0x420, symBinAddr: 0x218DE0, symSize: 0x10 }
+ - { offsetInCU: 0x1C6, offset: 0x1B04B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvg', symObjAddr: 0x430, symBinAddr: 0x218DF0, symSize: 0x30 }
+ - { offsetInCU: 0x1E2, offset: 0x1B04CC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvs', symObjAddr: 0x460, symBinAddr: 0x218E20, symSize: 0x30 }
+ - { offsetInCU: 0x1FE, offset: 0x1B04E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvM', symObjAddr: 0x490, symBinAddr: 0x218E50, symSize: 0x30 }
+ - { offsetInCU: 0x21A, offset: 0x1B0504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10isFinishedSbvM.resume.0', symObjAddr: 0x4C0, symBinAddr: 0x218E80, symSize: 0x10 }
+ - { offsetInCU: 0x236, offset: 0x1B0520, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivg', symObjAddr: 0x4D0, symBinAddr: 0x218E90, symSize: 0x30 }
+ - { offsetInCU: 0x252, offset: 0x1B053C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivs', symObjAddr: 0x500, symBinAddr: 0x218EC0, symSize: 0x30 }
+ - { offsetInCU: 0x26E, offset: 0x1B0558, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC10retryCountSivM', symObjAddr: 0x530, symBinAddr: 0x218EF0, symSize: 0x30 }
+ - { offsetInCU: 0x28A, offset: 0x1B0574, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6action13backoffPeriod8maxCountACyyAA8SBCErrorCSgcc_SdSitcfc', symObjAddr: 0x560, symBinAddr: 0x218F20, symSize: 0xE0 }
+ - { offsetInCU: 0x2DC, offset: 0x1B05C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyF', symObjAddr: 0x660, symBinAddr: 0x219000, symSize: 0x130 }
+ - { offsetInCU: 0x342, offset: 0x1B062C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyFyAA7SBTimerCcfU_', symObjAddr: 0x790, symBinAddr: 0x219130, symSize: 0x70 }
+ - { offsetInCU: 0x395, offset: 0x1B067F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyF', symObjAddr: 0x800, symBinAddr: 0x2191A0, symSize: 0xB0 }
+ - { offsetInCU: 0x3D8, offset: 0x1B06C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyFyAA8SBCErrorCSgcfU_', symObjAddr: 0x900, symBinAddr: 0x2192A0, symSize: 0x60 }
+ - { offsetInCU: 0x42B, offset: 0x1B0715, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC8finishedyyF', symObjAddr: 0x960, symBinAddr: 0x219300, symSize: 0x40 }
+ - { offsetInCU: 0x45A, offset: 0x1B0744, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCfd', symObjAddr: 0x9A0, symBinAddr: 0x219340, symSize: 0x20 }
+ - { offsetInCU: 0x495, offset: 0x1B077F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCfD', symObjAddr: 0x9C0, symBinAddr: 0x219360, symSize: 0x30 }
+ - { offsetInCU: 0x4D9, offset: 0x1B07C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvpACTK', symObjAddr: 0x150, symBinAddr: 0x218B10, symSize: 0x70 }
+ - { offsetInCU: 0x4F1, offset: 0x1B07DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_xq_r0_lyADytIsegnr_ytIegnr_TR', symObjAddr: 0x1C0, symBinAddr: 0x218B80, symSize: 0x70 }
+ - { offsetInCU: 0x509, offset: 0x1B07F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6actionyyAA8SBCErrorCSgccSgvpACTk', symObjAddr: 0x230, symBinAddr: 0x218BF0, symSize: 0x90 }
+ - { offsetInCU: 0x521, offset: 0x1B080B, size: 0x8, addend: 0x0, symName: '_$sxq_r0_ly13SendBirdCalls8SBCErrorCSgytIsegnr_ytIegnr_ADIegg_Iegg_TR', symObjAddr: 0x2C0, symBinAddr: 0x218C80, symSize: 0x80 }
+ - { offsetInCU: 0x546, offset: 0x1B0830, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_SgWOy', symObjAddr: 0x8B0, symBinAddr: 0x219250, symSize: 0x20 }
+ - { offsetInCU: 0x55A, offset: 0x1B0844, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC6resendyyFyAA7SBTimerCcfU_TA', symObjAddr: 0x8F0, symBinAddr: 0x219290, symSize: 0x10 }
+ - { offsetInCU: 0x56E, offset: 0x1B0858, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderC7runTaskyyFyAA8SBCErrorCSgcfU_TA', symObjAddr: 0x9F0, symBinAddr: 0x219390, symSize: 0x10 }
+ - { offsetInCU: 0x582, offset: 0x1B086C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15RequestResenderCMa', symObjAddr: 0xAA0, symBinAddr: 0x219440, symSize: 0x20 }
+ - { offsetInCU: 0x596, offset: 0x1B0880, size: 0x8, addend: 0x0, symName: '_$sxq_r0_ly13SendBirdCalls8SBCErrorCSgytIsegnr_ytIegnr_ADIegg_Iegg_TRTA', symObjAddr: 0xC10, symBinAddr: 0x2195B0, symSize: 0x20 }
+ - { offsetInCU: 0x5B5, offset: 0x1B089F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_ADytIegnr_TRTA', symObjAddr: 0xC50, symBinAddr: 0x2195F0, symSize: 0x20 }
+ - { offsetInCU: 0x5DE, offset: 0x1B08C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIegg_Iegg_xq_r0_lyADytIsegnr_ytIegnr_TRTA', symObjAddr: 0xC70, symBinAddr: 0x219610, symSize: 0x20 }
+ - { offsetInCU: 0x5FD, offset: 0x1B08E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgytIegnr_ADIegg_TRTA', symObjAddr: 0xC90, symBinAddr: 0x219630, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x1B0B6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6callId8userRole5statsACSS_AA10DirectCallC04UserI0OAA12StatsManagerCtcfC', symObjAddr: 0x0, symBinAddr: 0x2196C0, symSize: 0xC0 }
+ - { offsetInCU: 0x6C, offset: 0x1B0BB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6callId8userRole5statsACSS_AA10DirectCallC04UserI0OAA12StatsManagerCtcfC', symObjAddr: 0x0, symBinAddr: 0x2196C0, symSize: 0xC0 }
+ - { offsetInCU: 0x11B, offset: 0x1B0C61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV7versionSivg', symObjAddr: 0x100, symBinAddr: 0x219780, symSize: 0x10 }
+ - { offsetInCU: 0x137, offset: 0x1B0C7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x110, symBinAddr: 0x219790, symSize: 0x10 }
+ - { offsetInCU: 0x153, offset: 0x1B0C99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x120, symBinAddr: 0x2197A0, symSize: 0x10 }
+ - { offsetInCU: 0x167, offset: 0x1B0CAD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV8userRoleAA10DirectCallC04UserG0Ovg', symObjAddr: 0x130, symBinAddr: 0x2197B0, symSize: 0x10 }
+ - { offsetInCU: 0x183, offset: 0x1B0CC9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV5statsAA12StatsManagerCvg', symObjAddr: 0x140, symBinAddr: 0x2197C0, symSize: 0x10 }
+ - { offsetInCU: 0x1C5, offset: 0x1B0D0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x150, symBinAddr: 0x2197D0, symSize: 0x70 }
+ - { offsetInCU: 0x200, offset: 0x1B0D46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1C0, symBinAddr: 0x219840, symSize: 0x70 }
+ - { offsetInCU: 0x243, offset: 0x1B0D89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x230, symBinAddr: 0x2198B0, symSize: 0x10 }
+ - { offsetInCU: 0x26A, offset: 0x1B0DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x240, symBinAddr: 0x2198C0, symSize: 0x10 }
+ - { offsetInCU: 0x291, offset: 0x1B0DD7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x250, symBinAddr: 0x2198D0, symSize: 0x20 }
+ - { offsetInCU: 0x2C8, offset: 0x1B0E0E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x270, symBinAddr: 0x2198F0, symSize: 0x20 }
+ - { offsetInCU: 0x31D, offset: 0x1B0E63, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x3E0, symBinAddr: 0x219A60, symSize: 0x80 }
+ - { offsetInCU: 0x35E, offset: 0x1B0EA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x460, symBinAddr: 0x219AE0, symSize: 0x30 }
+ - { offsetInCU: 0x372, offset: 0x1B0EB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x490, symBinAddr: 0x219B10, symSize: 0x10 }
+ - { offsetInCU: 0x3A8, offset: 0x1B0EEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4A0, symBinAddr: 0x219B20, symSize: 0x80 }
+ - { offsetInCU: 0x400, offset: 0x1B0F46, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x520, symBinAddr: 0x219BA0, symSize: 0x10 }
+ - { offsetInCU: 0x41C, offset: 0x1B0F62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x530, symBinAddr: 0x219BB0, symSize: 0x10 }
+ - { offsetInCU: 0x439, offset: 0x1B0F7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x580, symBinAddr: 0x219C00, symSize: 0x20 }
+ - { offsetInCU: 0x44D, offset: 0x1B0F93, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x5A0, symBinAddr: 0x219C20, symSize: 0x10 }
+ - { offsetInCU: 0x478, offset: 0x1B0FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x5B0, symBinAddr: 0x219C30, symSize: 0x10 }
+ - { offsetInCU: 0x4C0, offset: 0x1B1006, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x5C0, symBinAddr: 0x219C40, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x1B103E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV6encode2toys7Encoder_p_tKFTf4nx_n', symObjAddr: 0x5E0, symBinAddr: 0x219C60, symSize: 0x1C0 }
+ - { offsetInCU: 0x573, offset: 0x1B10B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASQWb', symObjAddr: 0x7A0, symBinAddr: 0x219E20, symSize: 0x10 }
+ - { offsetInCU: 0x587, offset: 0x1B10CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAESQAAWl', symObjAddr: 0x7B0, symBinAddr: 0x219E30, symSize: 0x30 }
+ - { offsetInCU: 0x59B, offset: 0x1B10E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7E0, symBinAddr: 0x219E60, symSize: 0x10 }
+ - { offsetInCU: 0x5AF, offset: 0x1B10F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7F0, symBinAddr: 0x219E70, symSize: 0x30 }
+ - { offsetInCU: 0x5C3, offset: 0x1B1109, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x820, symBinAddr: 0x219EA0, symSize: 0x10 }
+ - { offsetInCU: 0x5D7, offset: 0x1B111D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x830, symBinAddr: 0x219EB0, symSize: 0x30 }
+ - { offsetInCU: 0x5EB, offset: 0x1B1131, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA14APIRequestableAAWI', symObjAddr: 0x860, symBinAddr: 0x219EE0, symSize: 0x20 }
+ - { offsetInCU: 0x5FF, offset: 0x1B1145, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA15ResultIgnorableAAWI', symObjAddr: 0x8B0, symBinAddr: 0x219F00, symSize: 0x20 }
+ - { offsetInCU: 0x613, offset: 0x1B1159, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA11RequestableAAWI', symObjAddr: 0x900, symBinAddr: 0x219F20, symSize: 0x30 }
+ - { offsetInCU: 0x627, offset: 0x1B116D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA0E0AAWl', symObjAddr: 0x930, symBinAddr: 0x219F50, symSize: 0x30 }
+ - { offsetInCU: 0x63B, offset: 0x1B1181, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x960, symBinAddr: 0x219F80, symSize: 0x30 }
+ - { offsetInCU: 0x64F, offset: 0x1B1195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x990, symBinAddr: 0x219FB0, symSize: 0x10 }
+ - { offsetInCU: 0x663, offset: 0x1B11A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0AAWI', symObjAddr: 0x9D0, symBinAddr: 0x219FC0, symSize: 0x20 }
+ - { offsetInCU: 0x677, offset: 0x1B11BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVACSEAAWl', symObjAddr: 0x9F0, symBinAddr: 0x219FE0, symSize: 0x30 }
+ - { offsetInCU: 0x68B, offset: 0x1B11D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA20, symBinAddr: 0x21A010, symSize: 0x20 }
+ - { offsetInCU: 0x69F, offset: 0x1B11E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwCP', symObjAddr: 0xA40, symBinAddr: 0x21A030, symSize: 0x30 }
+ - { offsetInCU: 0x6B3, offset: 0x1B11F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwxx', symObjAddr: 0xA70, symBinAddr: 0x21A060, symSize: 0x30 }
+ - { offsetInCU: 0x6C7, offset: 0x1B120D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwcp', symObjAddr: 0xAA0, symBinAddr: 0x21A090, symSize: 0x50 }
+ - { offsetInCU: 0x6DB, offset: 0x1B1221, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwca', symObjAddr: 0xAF0, symBinAddr: 0x21A0E0, symSize: 0x70 }
+ - { offsetInCU: 0x6EF, offset: 0x1B1235, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwta', symObjAddr: 0xB80, symBinAddr: 0x21A150, symSize: 0x50 }
+ - { offsetInCU: 0x703, offset: 0x1B1249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwet', symObjAddr: 0xBD0, symBinAddr: 0x21A1A0, symSize: 0x40 }
+ - { offsetInCU: 0x717, offset: 0x1B125D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVwst', symObjAddr: 0xC10, symBinAddr: 0x21A1E0, symSize: 0x40 }
+ - { offsetInCU: 0x72B, offset: 0x1B1271, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVMa', symObjAddr: 0xC50, symBinAddr: 0x21A220, symSize: 0x10 }
+ - { offsetInCU: 0x73F, offset: 0x1B1285, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwet', symObjAddr: 0xC80, symBinAddr: 0x21A230, symSize: 0x80 }
+ - { offsetInCU: 0x753, offset: 0x1B1299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwst', symObjAddr: 0xD00, symBinAddr: 0x21A2B0, symSize: 0xD0 }
+ - { offsetInCU: 0x767, offset: 0x1B12AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwug', symObjAddr: 0xDD0, symBinAddr: 0x21A380, symSize: 0x10 }
+ - { offsetInCU: 0x77B, offset: 0x1B12C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwup', symObjAddr: 0xDE0, symBinAddr: 0x21A390, symSize: 0x10 }
+ - { offsetInCU: 0x78F, offset: 0x1B12D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOwui', symObjAddr: 0xDF0, symBinAddr: 0x21A3A0, symSize: 0x10 }
+ - { offsetInCU: 0x7A3, offset: 0x1B12E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOMa', symObjAddr: 0xE00, symBinAddr: 0x21A3B0, symSize: 0x10 }
+ - { offsetInCU: 0x7B7, offset: 0x1B12FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xE10, symBinAddr: 0x21A3C0, symSize: 0x30 }
+ - { offsetInCU: 0x7CB, offset: 0x1B1311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCACSEAAWl', symObjAddr: 0xE70, symBinAddr: 0x21A3F0, symSize: 0x34 }
+ - { offsetInCU: 0x82F, offset: 0x1B1375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x290, symBinAddr: 0x219910, symSize: 0x80 }
+ - { offsetInCU: 0x8FE, offset: 0x1B1444, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x310, symBinAddr: 0x219990, symSize: 0x50 }
+ - { offsetInCU: 0x97C, offset: 0x1B14C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x360, symBinAddr: 0x2199E0, symSize: 0x30 }
+ - { offsetInCU: 0x9CE, offset: 0x1B1514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x390, symBinAddr: 0x219A10, symSize: 0x50 }
+ - { offsetInCU: 0xA2A, offset: 0x1B1570, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x540, symBinAddr: 0x219BC0, symSize: 0x20 }
+ - { offsetInCU: 0xA46, offset: 0x1B158C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x560, symBinAddr: 0x219BE0, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x1B17D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvpZ', symObjAddr: 0x1D508, symBinAddr: 0x32C088, symSize: 0x0 }
+ - { offsetInCU: 0xF6, offset: 0x1B187B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvpZ', symObjAddr: 0x1D510, symBinAddr: 0x32C090, symSize: 0x0 }
+ - { offsetInCU: 0x110, offset: 0x1B1895, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvg', symObjAddr: 0x490, symBinAddr: 0x21A900, symSize: 0x20 }
+ - { offsetInCU: 0x12C, offset: 0x1B18B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvs', symObjAddr: 0x4B0, symBinAddr: 0x21A920, symSize: 0x30 }
+ - { offsetInCU: 0x148, offset: 0x1B18CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvM', symObjAddr: 0x4E0, symBinAddr: 0x21A950, symSize: 0x10 }
+ - { offsetInCU: 0x164, offset: 0x1B18E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10descriptorAA15LogDescriptable_pvM.resume.0', symObjAddr: 0x4F0, symBinAddr: 0x21A960, symSize: 0x10 }
+ - { offsetInCU: 0x180, offset: 0x1B1905, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvg', symObjAddr: 0x500, symBinAddr: 0x21A970, symSize: 0x10 }
+ - { offsetInCU: 0x19C, offset: 0x1B1921, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvs', symObjAddr: 0x510, symBinAddr: 0x21A980, symSize: 0x20 }
+ - { offsetInCU: 0x1B8, offset: 0x1B193D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvM', symObjAddr: 0x530, symBinAddr: 0x21A9A0, symSize: 0x20 }
+ - { offsetInCU: 0x1D4, offset: 0x1B1959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7symbolsSDySSAA9LogSymbol_pGvM.resume.0', symObjAddr: 0x550, symBinAddr: 0x21A9C0, symSize: 0x10 }
+ - { offsetInCU: 0x1F0, offset: 0x1B1975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvgZ', symObjAddr: 0x5B0, symBinAddr: 0x21AA20, symSize: 0x60 }
+ - { offsetInCU: 0x219, offset: 0x1B199E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvsZ', symObjAddr: 0x610, symBinAddr: 0x21AA80, symSize: 0x60 }
+ - { offsetInCU: 0x242, offset: 0x1B19C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvMZ', symObjAddr: 0x670, symBinAddr: 0x21AAE0, symSize: 0x60 }
+ - { offsetInCU: 0x26B, offset: 0x1B19F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0CvMZ.resume.0', symObjAddr: 0x6D0, symBinAddr: 0x21AB40, symSize: 0x10 }
+ - { offsetInCU: 0x287, offset: 0x1B1A0C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8category10dateFormat10descriptorA2C10CategoriesV_AC04DateG0OAA15LogDescriptable_ptcfC', symObjAddr: 0x6E0, symBinAddr: 0x21AB50, symSize: 0x200 }
+ - { offsetInCU: 0x3A1, offset: 0x1B1B26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3apiACvpZ', symObjAddr: 0x1D540, symBinAddr: 0x32C0C0, symSize: 0x0 }
+ - { offsetInCU: 0x3BB, offset: 0x1B1B40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socketACvpZ', symObjAddr: 0x1D570, symBinAddr: 0x32C0F0, symSize: 0x0 }
+ - { offsetInCU: 0x3D5, offset: 0x1B1B5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCallACvpZ', symObjAddr: 0x1D5A0, symBinAddr: 0x32C120, symSize: 0x0 }
+ - { offsetInCU: 0x3EF, offset: 0x1B1B74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4roomACvpZ', symObjAddr: 0x1D5D0, symBinAddr: 0x32C150, symSize: 0x0 }
+ - { offsetInCU: 0x409, offset: 0x1B1B8E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpointACvpZ', symObjAddr: 0x1D600, symBinAddr: 0x32C180, symSize: 0x0 }
+ - { offsetInCU: 0x423, offset: 0x1B1BA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtcACvpZ', symObjAddr: 0x1D630, symBinAddr: 0x32C1B0, symSize: 0x0 }
+ - { offsetInCU: 0x43D, offset: 0x1B1BC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statisticACvpZ', symObjAddr: 0x1D660, symBinAddr: 0x32C1E0, symSize: 0x0 }
+ - { offsetInCU: 0x457, offset: 0x1B1BDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequenceACvpZ', symObjAddr: 0x1D690, symBinAddr: 0x32C210, symSize: 0x0 }
+ - { offsetInCU: 0x471, offset: 0x1B1BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManagerACvpZ', symObjAddr: 0x1D6C0, symBinAddr: 0x32C240, symSize: 0x0 }
+ - { offsetInCU: 0x48B, offset: 0x1B1C10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManagerACvpZ', symObjAddr: 0x1D6F0, symBinAddr: 0x32C270, symSize: 0x0 }
+ - { offsetInCU: 0x4A5, offset: 0x1B1C2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManagerACvpZ', symObjAddr: 0x1D720, symBinAddr: 0x32C2A0, symSize: 0x0 }
+ - { offsetInCU: 0x4BF, offset: 0x1B1C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5videoACvpZ', symObjAddr: 0x1D750, symBinAddr: 0x32C2D0, symSize: 0x0 }
+ - { offsetInCU: 0x4D9, offset: 0x1B1C5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKitACvpZ', symObjAddr: 0x1D780, symBinAddr: 0x32C300, symSize: 0x0 }
+ - { offsetInCU: 0x4F3, offset: 0x1B1C78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePushACvpZ', symObjAddr: 0x1D7B0, symBinAddr: 0x32C330, symSize: 0x0 }
+ - { offsetInCU: 0x50D, offset: 0x1B1C92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4mainACvpZ', symObjAddr: 0x1D7E0, symBinAddr: 0x32C360, symSize: 0x0 }
+ - { offsetInCU: 0x527, offset: 0x1B1CAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recordingACvpZ', symObjAddr: 0x1D810, symBinAddr: 0x32C390, symSize: 0x0 }
+ - { offsetInCU: 0x541, offset: 0x1B1CC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvpZ', symObjAddr: 0x1D840, symBinAddr: 0x32C3C0, symSize: 0x0 }
+ - { offsetInCU: 0x55B, offset: 0x1B1CE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9observers33_6B0965D4B2F8E3F23E7360484D0D083ALLSayAC12ObserverInfoCGvpZ', symObjAddr: 0x5020, symBinAddr: 0x301828, symSize: 0x0 }
+ - { offsetInCU: 0x5B1, offset: 0x1B1D36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvau', symObjAddr: 0x0, symBinAddr: 0x21A470, symSize: 0x30 }
+ - { offsetInCU: 0x5C5, offset: 0x1B1D4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCallACvau', symObjAddr: 0x50, symBinAddr: 0x21A4C0, symSize: 0x30 }
+ - { offsetInCU: 0x5E3, offset: 0x1B1D68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvau', symObjAddr: 0x80, symBinAddr: 0x21A4F0, symSize: 0x30 }
+ - { offsetInCU: 0x5F7, offset: 0x1B1D7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManagerACvau', symObjAddr: 0xD0, symBinAddr: 0x21A540, symSize: 0x30 }
+ - { offsetInCU: 0x615, offset: 0x1B1D9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtcACvau', symObjAddr: 0x120, symBinAddr: 0x21A590, symSize: 0x30 }
+ - { offsetInCU: 0x633, offset: 0x1B1DB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequenceACvau', symObjAddr: 0x170, symBinAddr: 0x21A5E0, symSize: 0x30 }
+ - { offsetInCU: 0x651, offset: 0x1B1DD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV03setD5LevelyyAA9SBCLoggerC0F0OFZ', symObjAddr: 0x1A0, symBinAddr: 0x21A610, symSize: 0x10 }
+ - { offsetInCU: 0x69A, offset: 0x1B1E1F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socketACvau', symObjAddr: 0x1B0, symBinAddr: 0x21A620, symSize: 0x30 }
+ - { offsetInCU: 0x6B8, offset: 0x1B1E3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4send5level8category3tag_yAC5LevelO_AC10CategoriesVSgAC3TagOSgAA9LogSymbol_pdtF', symObjAddr: 0x1E0, symBinAddr: 0x21A650, symSize: 0x10 }
+ - { offsetInCU: 0x723, offset: 0x1B1EA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5videoACvau', symObjAddr: 0x1F0, symBinAddr: 0x21A660, symSize: 0x30 }
+ - { offsetInCU: 0x741, offset: 0x1B1EC6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4roomACvau', symObjAddr: 0x270, symBinAddr: 0x21A6E0, symSize: 0x30 }
+ - { offsetInCU: 0x75F, offset: 0x1B1EE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZ', symObjAddr: 0x2A0, symBinAddr: 0x21A710, symSize: 0x30 }
+ - { offsetInCU: 0x77B, offset: 0x1B1F00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4mainACvau', symObjAddr: 0x2D0, symBinAddr: 0x21A740, symSize: 0x30 }
+ - { offsetInCU: 0x799, offset: 0x1B1F1E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKitACvau', symObjAddr: 0x300, symBinAddr: 0x21A770, symSize: 0x30 }
+ - { offsetInCU: 0x7B7, offset: 0x1B1F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePushACvau', symObjAddr: 0x330, symBinAddr: 0x21A7A0, symSize: 0x30 }
+ - { offsetInCU: 0x7D5, offset: 0x1B1F5A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManagerACvau', symObjAddr: 0x360, symBinAddr: 0x21A7D0, symSize: 0x30 }
+ - { offsetInCU: 0x7F3, offset: 0x1B1F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpointACvau', symObjAddr: 0x390, symBinAddr: 0x21A800, symSize: 0x30 }
+ - { offsetInCU: 0x811, offset: 0x1B1F96, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE13removePrivateyyF', symObjAddr: 0x3C0, symBinAddr: 0x21A830, symSize: 0x40 }
+ - { offsetInCU: 0x83F, offset: 0x1B1FC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3apiACvau', symObjAddr: 0x400, symBinAddr: 0x21A870, symSize: 0x30 }
+ - { offsetInCU: 0x85D, offset: 0x1B1FE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollectorAA03LogF0Cvau', symObjAddr: 0x430, symBinAddr: 0x21A8A0, symSize: 0x30 }
+ - { offsetInCU: 0x871, offset: 0x1B1FF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recordingACvau', symObjAddr: 0x460, symBinAddr: 0x21A8D0, symSize: 0x30 }
+ - { offsetInCU: 0x88F, offset: 0x1B2014, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12logCollector_WZ', symObjAddr: 0x560, symBinAddr: 0x21A9D0, symSize: 0x50 }
+ - { offsetInCU: 0x945, offset: 0x1B20CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6common_WZ', symObjAddr: 0x8E0, symBinAddr: 0x21AD50, symSize: 0x40 }
+ - { offsetInCU: 0x986, offset: 0x1B210B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6commonACvMZ', symObjAddr: 0x980, symBinAddr: 0x21ADF0, symSize: 0x60 }
+ - { offsetInCU: 0x9AF, offset: 0x1B2134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3api_WZ', symObjAddr: 0x9E0, symBinAddr: 0x21AE50, symSize: 0x40 }
+ - { offsetInCU: 0x9DF, offset: 0x1B2164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6socket_WZ', symObjAddr: 0xA40, symBinAddr: 0x21AEB0, symSize: 0x40 }
+ - { offsetInCU: 0xA0F, offset: 0x1B2194, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10directCall_WZ', symObjAddr: 0xAA0, symBinAddr: 0x21AF10, symSize: 0x40 }
+ - { offsetInCU: 0xA3F, offset: 0x1B21C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4room_WZ', symObjAddr: 0xB00, symBinAddr: 0x21AF70, symSize: 0x40 }
+ - { offsetInCU: 0xA6F, offset: 0x1B21F4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8endpoint_WZ', symObjAddr: 0xB60, symBinAddr: 0x21AFD0, symSize: 0x40 }
+ - { offsetInCU: 0xA9F, offset: 0x1B2224, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6webrtc_WZ', symObjAddr: 0xBC0, symBinAddr: 0x21B030, symSize: 0x40 }
+ - { offsetInCU: 0xACF, offset: 0x1B2254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statistic_WZ', symObjAddr: 0xC20, symBinAddr: 0x21B090, symSize: 0x40 }
+ - { offsetInCU: 0xAFF, offset: 0x1B2284, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9statisticACvau', symObjAddr: 0xC60, symBinAddr: 0x21B0D0, symSize: 0x30 }
+ - { offsetInCU: 0xB1D, offset: 0x1B22A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8sequence_WZ', symObjAddr: 0xCB0, symBinAddr: 0x21B120, symSize: 0x40 }
+ - { offsetInCU: 0xB4D, offset: 0x1B22D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV17directCallManager_WZ', symObjAddr: 0xD10, symBinAddr: 0x21B180, symSize: 0x40 }
+ - { offsetInCU: 0xB7D, offset: 0x1B2302, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManager_WZ', symObjAddr: 0xD70, symBinAddr: 0x21B1E0, symSize: 0x40 }
+ - { offsetInCU: 0xBAD, offset: 0x1B2332, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV11roomManagerACvau', symObjAddr: 0xDB0, symBinAddr: 0x21B220, symSize: 0x30 }
+ - { offsetInCU: 0xBCB, offset: 0x1B2350, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV18participantManager_WZ', symObjAddr: 0xE00, symBinAddr: 0x21B270, symSize: 0x40 }
+ - { offsetInCU: 0xBFB, offset: 0x1B2380, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV5video_WZ', symObjAddr: 0xE60, symBinAddr: 0x21B2D0, symSize: 0x40 }
+ - { offsetInCU: 0xC2B, offset: 0x1B23B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV7pushKit_WZ', symObjAddr: 0xEC0, symBinAddr: 0x21B330, symSize: 0x40 }
+ - { offsetInCU: 0xC5B, offset: 0x1B23E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV10remotePush_WZ', symObjAddr: 0xF20, symBinAddr: 0x21B390, symSize: 0x40 }
+ - { offsetInCU: 0xC8B, offset: 0x1B2410, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV4main_WZ', symObjAddr: 0xF80, symBinAddr: 0x21B3F0, symSize: 0x40 }
+ - { offsetInCU: 0xCBB, offset: 0x1B2440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9recording_WZ', symObjAddr: 0xFE0, symBinAddr: 0x21B450, symSize: 0x40 }
+ - { offsetInCU: 0xCEB, offset: 0x1B2470, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8external_WZ', symObjAddr: 0x1070, symBinAddr: 0x21B4E0, symSize: 0x40 }
+ - { offsetInCU: 0xD16, offset: 0x1B249B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV8externalACvMZ', symObjAddr: 0x11D0, symBinAddr: 0x21B640, symSize: 0x60 }
+ - { offsetInCU: 0xD3F, offset: 0x1B24C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6filteryA2C10CategoriesVFZ', symObjAddr: 0x1230, symBinAddr: 0x21B6A0, symSize: 0x40 }
+ - { offsetInCU: 0xEA2, offset: 0x1B2627, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3log33_6B0965D4B2F8E3F23E7360484D0D083ALLyyAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA9LogSymbol_pGtF', symObjAddr: 0x1270, symBinAddr: 0x21B6E0, symSize: 0x710 }
+ - { offsetInCU: 0x1980, offset: 0x1B3105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9createLog33_6B0965D4B2F8E3F23E7360484D0D083ALL____9isMasking012shouldAlwaysF0SSSgAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA0F6Symbol_pGS2btF', symObjAddr: 0x1980, symBinAddr: 0x21BDF0, symSize: 0x550 }
+ - { offsetInCU: 0x1CEF, offset: 0x1B3474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9createLog33_6B0965D4B2F8E3F23E7360484D0D083ALL____9isMasking012shouldAlwaysF0SSSgAC5LevelO_AC10CategoriesVSgAC3TagOSgSayAA0F6Symbol_pGS2btFyAaQ_pXEfU_', symObjAddr: 0x1ED0, symBinAddr: 0x21C340, symSize: 0x720 }
+ - { offsetInCU: 0x1EF3, offset: 0x1B3678, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV9observers33_6B0965D4B2F8E3F23E7360484D0D083ALL_WZ', symObjAddr: 0x25F0, symBinAddr: 0x21CA60, symSize: 0x20 }
+ - { offsetInCU: 0x1F6C, offset: 0x1B36F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZ', symObjAddr: 0x2610, symBinAddr: 0x21CA80, symSize: 0x100 }
+ - { offsetInCU: 0x20BD, offset: 0x1B3842, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_', symObjAddr: 0x2710, symBinAddr: 0x21CB80, symSize: 0xD0 }
+ - { offsetInCU: 0x2148, offset: 0x1B38CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV13setCategoriesyyAC0F0VFZ', symObjAddr: 0x27E0, symBinAddr: 0x21CC50, symSize: 0x180 }
+ - { offsetInCU: 0x2339, offset: 0x1B3ABE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6updateyAcA9LogSymbol_pd_tF', symObjAddr: 0x2960, symBinAddr: 0x21CDD0, symSize: 0x130 }
+ - { offsetInCU: 0x246C, offset: 0x1B3BF1, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE12maskingItemsSaySSGvgZ', symObjAddr: 0x2A90, symBinAddr: 0x21CF00, symSize: 0x10 }
+ - { offsetInCU: 0x2561, offset: 0x1B3CE6, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE7maskingyySSF', symObjAddr: 0x2AA0, symBinAddr: 0x21CF10, symSize: 0x9B0 }
+ - { offsetInCU: 0x2E73, offset: 0x1B45F8, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE15removingPrivateSSyF', symObjAddr: 0x3450, symBinAddr: 0x21D8C0, symSize: 0xC0 }
+ - { offsetInCU: 0x300E, offset: 0x1B4793, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV5LevelO_Tg5', symObjAddr: 0x35E0, symBinAddr: 0x21DA50, symSize: 0x90 }
+ - { offsetInCU: 0x306F, offset: 0x1B47F4, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV10CategoriesV_Tg5', symObjAddr: 0x3670, symBinAddr: 0x21DAE0, symSize: 0x90 }
+ - { offsetInCU: 0x30D0, offset: 0x1B4855, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_nAK6LoggerV3TagO_Tg5', symObjAddr: 0x3700, symBinAddr: 0x21DB70, symSize: 0xE0 }
+ - { offsetInCU: 0x3139, offset: 0x1B48BE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_13SendBirdCalls9LogSymbol_pTg5Tf4nnen_n', symObjAddr: 0x3860, symBinAddr: 0x21DCD0, symSize: 0xB0 }
+ - { offsetInCU: 0x3211, offset: 0x1B4996, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV3add8observeryAA0D8Observer_p_tFZTf4en_n', symObjAddr: 0x3910, symBinAddr: 0x21DD80, symSize: 0x1E0 }
+ - { offsetInCU: 0x3455, offset: 0x1B4BDA, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls9LogSymbol_pTg5Tf4enn_nAE6LoggerV10CategoriesV_Tg5', symObjAddr: 0x3AF0, symBinAddr: 0x21DF60, symSize: 0x130 }
+ - { offsetInCU: 0x34BF, offset: 0x1B4C44, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_13SendBirdCalls9LogSymbol_pTg5Tf4enn_n', symObjAddr: 0x3D70, symBinAddr: 0x21E1E0, symSize: 0x150 }
+ - { offsetInCU: 0x3555, offset: 0x1B4CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV03setD5LevelyyAA9SBCLoggerC0F0OFZTf4nd_n', symObjAddr: 0x3EC0, symBinAddr: 0x21E330, symSize: 0x1A0 }
+ - { offsetInCU: 0x373B, offset: 0x1B4EC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15LogDescriptable_pWOb', symObjAddr: 0x4090, symBinAddr: 0x21E4D0, symSize: 0x20 }
+ - { offsetInCU: 0x3756, offset: 0x1B4EDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVWOf', symObjAddr: 0x4120, symBinAddr: 0x21E4F0, symSize: 0x30 }
+ - { offsetInCU: 0x3792, offset: 0x1B4F17, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE12maskingItemsSaySSGvgZTf4d_n', symObjAddr: 0x4180, symBinAddr: 0x21E520, symSize: 0x220 }
+ - { offsetInCU: 0x3805, offset: 0x1B4F8A, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg504$s13ef6Calls6h23V6remove8observeryAA0D8i13_p_tFZSbAC0G4J6CXEfU_AH0hI0_pTf1cn_nTf4ng_n', symObjAddr: 0x43A0, symBinAddr: 0x21E740, symSize: 0x1F0 }
+ - { offsetInCU: 0x3A40, offset: 0x1B51C5, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls6LoggerV12ObserverInfoCG_Tg504$s13hi6Calls6k23V6remove8observeryAA0D8l13_p_tFZSbAC0G4M6CXEfU_AG0kL0_pTf1cn_nTf4ng_n', symObjAddr: 0x4590, symBinAddr: 0x21E930, symSize: 0x510 }
+ - { offsetInCU: 0x3D53, offset: 0x1B54D8, size: 0x8, addend: 0x0, symName: '_$sSo20NSTextCheckingResultCMa', symObjAddr: 0x4B00, symBinAddr: 0x21EE70, symSize: 0x30 }
+ - { offsetInCU: 0x3D67, offset: 0x1B54EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwCP', symObjAddr: 0x4B30, symBinAddr: 0x21EEA0, symSize: 0x30 }
+ - { offsetInCU: 0x3D7B, offset: 0x1B5500, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwxx', symObjAddr: 0x4B60, symBinAddr: 0x21EED0, symSize: 0x20 }
+ - { offsetInCU: 0x3D8F, offset: 0x1B5514, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwcp', symObjAddr: 0x4B80, symBinAddr: 0x21EEF0, symSize: 0x40 }
+ - { offsetInCU: 0x3DA3, offset: 0x1B5528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwca', symObjAddr: 0x4BC0, symBinAddr: 0x21EF30, symSize: 0x40 }
+ - { offsetInCU: 0x3DB7, offset: 0x1B553C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwta', symObjAddr: 0x4D50, symBinAddr: 0x21EF70, symSize: 0x50 }
+ - { offsetInCU: 0x3DCB, offset: 0x1B5550, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwet', symObjAddr: 0x4DA0, symBinAddr: 0x21EFC0, symSize: 0x40 }
+ - { offsetInCU: 0x3DDF, offset: 0x1B5564, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVwst', symObjAddr: 0x4DE0, symBinAddr: 0x21F000, symSize: 0x50 }
+ - { offsetInCU: 0x3DF3, offset: 0x1B5578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerVMa', symObjAddr: 0x4E30, symBinAddr: 0x21F050, symSize: 0x10 }
+ - { offsetInCU: 0x3E07, offset: 0x1B558C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV6remove8observeryAA0D8Observer_p_tFZSbAC0G4InfoCXEfU_TA', symObjAddr: 0x4EB0, symBinAddr: 0x21F060, symSize: 0x20 }
+ - { offsetInCU: 0x413B, offset: 0x1B58C0, size: 0x8, addend: 0x0, symName: '_$sSo19NSRegularExpressionC7pattern7optionsABSS_So0aB7OptionsVtKcfcTO', symObjAddr: 0x3510, symBinAddr: 0x21D980, symSize: 0xD0 }
+ - { offsetInCU: 0x4F, offset: 0x1B5B7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCACycfC', symObjAddr: 0x0, symBinAddr: 0x21F0D0, symSize: 0x30 }
+ - { offsetInCU: 0x6D, offset: 0x1B5B99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvg', symObjAddr: 0x30, symBinAddr: 0x21F100, symSize: 0x30 }
+ - { offsetInCU: 0x89, offset: 0x1B5BB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvs', symObjAddr: 0x60, symBinAddr: 0x21F130, symSize: 0x50 }
+ - { offsetInCU: 0xA5, offset: 0x1B5BD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0xB0, symBinAddr: 0x21F180, symSize: 0x70 }
+ - { offsetInCU: 0xC1, offset: 0x1B5BED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC8delegateAA0dE8Delegate_pSgvM.resume.0', symObjAddr: 0x120, symBinAddr: 0x21F1F0, symSize: 0x70 }
+ - { offsetInCU: 0xDD, offset: 0x1B5C09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4list33_14C85D4849D2DDEFCB46F0C3E89450F5LLSDySSShyAA0D0CGGvM', symObjAddr: 0x190, symBinAddr: 0x21F260, symSize: 0x30 }
+ - { offsetInCU: 0xF9, offset: 0x1B5C25, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4list33_14C85D4849D2DDEFCB46F0C3E89450F5LLSDySSShyAA0D0CGGvM.resume.0', symObjAddr: 0x1C0, symBinAddr: 0x21F290, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0x1B5C41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC5queueSo012OS_dispatch_F0Cvg', symObjAddr: 0x1D0, symBinAddr: 0x21F2A0, symSize: 0x10 }
+ - { offsetInCU: 0x131, offset: 0x1B5C5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC6bypass7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtF', symObjAddr: 0x1E0, symBinAddr: 0x21F2B0, symSize: 0x420 }
+ - { offsetInCU: 0x44C, offset: 0x1B5F78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtF', symObjAddr: 0xC40, symBinAddr: 0x21FD10, symSize: 0x250 }
+ - { offsetInCU: 0x4BC, offset: 0x1B5FE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_', symObjAddr: 0xE90, symBinAddr: 0x21FF60, symSize: 0x560 }
+ - { offsetInCU: 0x841, offset: 0x1B636D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCfd', symObjAddr: 0x1460, symBinAddr: 0x220530, symSize: 0x30 }
+ - { offsetInCU: 0x87C, offset: 0x1B63A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCfD', symObjAddr: 0x1490, symBinAddr: 0x220560, symSize: 0x40 }
+ - { offsetInCU: 0x8BF, offset: 0x1B63EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCACycfc', symObjAddr: 0x14D0, symBinAddr: 0x2205A0, symSize: 0x1A0 }
+ - { offsetInCU: 0xAEA, offset: 0x1B6616, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC7resolve33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withyAA0D0C_tF', symObjAddr: 0x600, symBinAddr: 0x21F6D0, symSize: 0x190 }
+ - { offsetInCU: 0xC9D, offset: 0x1B67C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC7execute33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withySS_tF', symObjAddr: 0x790, symBinAddr: 0x21F860, symSize: 0x4B0 }
+ - { offsetInCU: 0x108F, offset: 0x1B6BBB, size: 0x8, addend: 0x0, symName: '_$sShy13SendBirdCalls8SequenceCGIgo_ADIegr_TR04$s13ab7Calls15D95ManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_ShyAIGyXEfu_Tf3npf_n', symObjAddr: 0x13F0, symBinAddr: 0x2204C0, symSize: 0x70 }
+ - { offsetInCU: 0x1136, offset: 0x1B6C62, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC9sequences33_14C85D4849D2DDEFCB46F0C3E89450F5LL4withSayAA0D0CGSS_tF', symObjAddr: 0x17D0, symBinAddr: 0x2207D0, symSize: 0x210 }
+ - { offsetInCU: 0x13AC, offset: 0x1B6ED8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL8sequenceyAA0D0C_tFyAH6ResultOcfU_', symObjAddr: 0x19E0, symBinAddr: 0x2209E0, symSize: 0x90 }
+ - { offsetInCU: 0x1483, offset: 0x1B6FAF, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls8SequenceCG_Tg508$sSTsSL7c38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls8I14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x1A70, symBinAddr: 0x220A70, symSize: 0x60 }
+ - { offsetInCU: 0x157F, offset: 0x1B70AB, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x1AD0, symBinAddr: 0x220AD0, symSize: 0x100 }
+ - { offsetInCU: 0x17B6, offset: 0x1B72E2, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1nnncn_n', symObjAddr: 0x1BD0, symBinAddr: 0x220BD0, symSize: 0x360 }
+ - { offsetInCU: 0x1BB7, offset: 0x1B76E3, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls8SequenceCG_Tg508$sSTsSL7h38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ij6Calls8L14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x1F30, symBinAddr: 0x220F30, symSize: 0xB0 }
+ - { offsetInCU: 0x1DB9, offset: 0x1B78E5, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls8I14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x1FE0, symBinAddr: 0x220FE0, symSize: 0x2D0 }
+ - { offsetInCU: 0x1FBA, offset: 0x1B7AE6, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls8H14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x22B0, symBinAddr: 0x2212B0, symSize: 0x160 }
+ - { offsetInCU: 0x213F, offset: 0x1B7C6B, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls8SequenceC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13gh6Calls8J14CG_TG5Tf4nnd_nTf1nnnnc_n', symObjAddr: 0x2410, symBinAddr: 0x221410, symSize: 0x250 }
+ - { offsetInCU: 0x21ED, offset: 0x1B7D19, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x2660, symBinAddr: 0x221660, symSize: 0x80 }
+ - { offsetInCU: 0x221A, offset: 0x1B7D46, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantVyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x26E0, symBinAddr: 0x2216E0, symSize: 0x40 }
+ - { offsetInCU: 0x2252, offset: 0x1B7D7E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x2720, symBinAddr: 0x221720, symSize: 0x80 }
+ - { offsetInCU: 0x2293, offset: 0x1B7DBF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x27A0, symBinAddr: 0x2217A0, symSize: 0x40 }
+ - { offsetInCU: 0x22AB, offset: 0x1B7DD7, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x27E0, symBinAddr: 0x2217E0, symSize: 0x30 }
+ - { offsetInCU: 0x22C3, offset: 0x1B7DEF, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8asNatives01_C10DictionaryVyxq_GvMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x2810, symBinAddr: 0x221810, symSize: 0x20 }
+ - { offsetInCU: 0x22FE, offset: 0x1B7E2A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV_8isUniqueq_Sgx_SbtciM6$deferL_yySHRzr0_lFSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x2830, symBinAddr: 0x221830, symSize: 0x90 }
+ - { offsetInCU: 0x2353, offset: 0x1B7E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFTf4enn_n', symObjAddr: 0x28C0, symBinAddr: 0x2218C0, symSize: 0xA0 }
+ - { offsetInCU: 0x23B1, offset: 0x1B7EDD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC11asyncInsert7command10completionyAA7Command_p_yAA0D0C6ResultOcSgtFyyYbcfU_TA', symObjAddr: 0x2A10, symBinAddr: 0x2219C0, symSize: 0x20 }
+ - { offsetInCU: 0x23C5, offset: 0x1B7EF1, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2A30, symBinAddr: 0x2219E0, symSize: 0x20 }
+ - { offsetInCU: 0x23D9, offset: 0x1B7F05, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2A50, symBinAddr: 0x221A00, symSize: 0x10 }
+ - { offsetInCU: 0x23ED, offset: 0x1B7F19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23SequenceManagerDelegate_pSgXwWOh', symObjAddr: 0x2AC0, symBinAddr: 0x221A50, symSize: 0x20 }
+ - { offsetInCU: 0x2401, offset: 0x1B7F2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerCMa', symObjAddr: 0x2BE0, symBinAddr: 0x221B40, symSize: 0x20 }
+ - { offsetInCU: 0x25A4, offset: 0x1B80D0, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfC13SendBirdCalls7SummaryC_Tg5Tf4gd_n', symObjAddr: 0x2CC0, symBinAddr: 0x221C20, symSize: 0x470 }
+ - { offsetInCU: 0x27F7, offset: 0x1B8323, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfC13SendBirdCalls8SequenceC_Tg5Tf4gd_n', symObjAddr: 0x3130, symBinAddr: 0x222090, symSize: 0x250 }
+ - { offsetInCU: 0x29D2, offset: 0x1B84FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15SequenceManagerC4send33_14C85D4849D2DDEFCB46F0C3E89450F5LL8sequenceyAA0D0C_tFyAH6ResultOcfU_TA', symObjAddr: 0x3410, symBinAddr: 0x222340, symSize: 0x20 }
+ - { offsetInCU: 0x2B73, offset: 0x1B869F, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5', symObjAddr: 0x1740, symBinAddr: 0x220740, symSize: 0x60 }
+ - { offsetInCU: 0x2B8F, offset: 0x1B86BB, size: 0x8, addend: 0x0, symName: '_$sSDyq_SgxciMSS_Shy13SendBirdCalls8SequenceCGTg5.resume.0', symObjAddr: 0x17A0, symBinAddr: 0x2207A0, symSize: 0x30 }
+ - { offsetInCU: 0x3F, offset: 0x1B8B64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE6update11latestToken8pushTypeySS_AA0dL0OtF', symObjAddr: 0x0, symBinAddr: 0x222360, symSize: 0x60 }
+ - { offsetInCU: 0x96, offset: 0x1B8BBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE5clearyyF', symObjAddr: 0x60, symBinAddr: 0x2223C0, symSize: 0x60 }
+ - { offsetInCU: 0xBD, offset: 0x1B8BE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tF', symObjAddr: 0xC0, symBinAddr: 0x222420, symSize: 0x10 }
+ - { offsetInCU: 0xD9, offset: 0x1B8BFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFySbcfU_', symObjAddr: 0xB60, symBinAddr: 0x222EC0, symSize: 0x70 }
+ - { offsetInCU: 0x156, offset: 0x1B8C7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE6remove5tokenySS_tF', symObjAddr: 0xD0, symBinAddr: 0x222430, symSize: 0xC0 }
+ - { offsetInCU: 0x1E2, offset: 0x1B8D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVAASQRzlE10didChangedSbvg', symObjAddr: 0x190, symBinAddr: 0x2224F0, symSize: 0x2B0 }
+ - { offsetInCU: 0x239, offset: 0x1B8D5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tF', symObjAddr: 0x440, symBinAddr: 0x2227A0, symSize: 0xB0 }
+ - { offsetInCU: 0x29A, offset: 0x1B8DBF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_', symObjAddr: 0x4F0, symBinAddr: 0x222850, symSize: 0x1D0 }
+ - { offsetInCU: 0x336, offset: 0x1B8E5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_ySbcfU_', symObjAddr: 0x720, symBinAddr: 0x222A80, symSize: 0x80 }
+ - { offsetInCU: 0x3A8, offset: 0x1B8ECD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previous7currentACyxGxSg_xtcfC', symObjAddr: 0x6C0, symBinAddr: 0x222A20, symSize: 0x60 }
+ - { offsetInCU: 0x3D5, offset: 0x1B8EFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvg', symObjAddr: 0x7A0, symBinAddr: 0x222B00, symSize: 0x30 }
+ - { offsetInCU: 0x3F1, offset: 0x1B8F16, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvs', symObjAddr: 0x7D0, symBinAddr: 0x222B30, symSize: 0x30 }
+ - { offsetInCU: 0x40D, offset: 0x1B8F32, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvM', symObjAddr: 0x800, symBinAddr: 0x222B60, symSize: 0x10 }
+ - { offsetInCU: 0x429, offset: 0x1B8F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV8previousxSgvM.resume.0', symObjAddr: 0x810, symBinAddr: 0x222B70, symSize: 0x10 }
+ - { offsetInCU: 0x445, offset: 0x1B8F6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvg', symObjAddr: 0x820, symBinAddr: 0x222B80, symSize: 0x20 }
+ - { offsetInCU: 0x461, offset: 0x1B8F86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvs', symObjAddr: 0x840, symBinAddr: 0x222BA0, symSize: 0x20 }
+ - { offsetInCU: 0x47D, offset: 0x1B8FA2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvM', symObjAddr: 0x860, symBinAddr: 0x222BC0, symSize: 0x20 }
+ - { offsetInCU: 0x499, offset: 0x1B8FBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueV7currentxvM.resume.0', symObjAddr: 0x880, symBinAddr: 0x222BE0, symSize: 0x10 }
+ - { offsetInCU: 0x4BC, offset: 0x1B8FE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE09getSystemD7Enabled17completionHandleryySbc_tFZ', symObjAddr: 0x890, symBinAddr: 0x222BF0, symSize: 0x20 }
+ - { offsetInCU: 0x4F2, offset: 0x1B9017, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE03getE12ManufacturerSSyFZ', symObjAddr: 0x8B0, symBinAddr: 0x222C10, symSize: 0x190 }
+ - { offsetInCU: 0x5A4, offset: 0x1B90C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE03getE2OSSSyFZ', symObjAddr: 0xA40, symBinAddr: 0x222DA0, symSize: 0x120 }
+ - { offsetInCU: 0x64E, offset: 0x1B9173, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0xBD0, symBinAddr: 0x222F30, symSize: 0xC0 }
+ - { offsetInCU: 0x6C4, offset: 0x1B91E9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0xC90, symBinAddr: 0x222FF0, symSize: 0x80 }
+ - { offsetInCU: 0x6F1, offset: 0x1B9216, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0xD10, symBinAddr: 0x223070, symSize: 0x80 }
+ - { offsetInCU: 0x767, offset: 0x1B928C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0xD90, symBinAddr: 0x2230F0, symSize: 0x70 }
+ - { offsetInCU: 0x7F7, offset: 0x1B931C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE06createeF017completionHandleryyAA0deF0Vc_tFTf4nd_n', symObjAddr: 0xE00, symBinAddr: 0x223160, symSize: 0x80 }
+ - { offsetInCU: 0x87B, offset: 0x1B93A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_TA', symObjAddr: 0xED0, symBinAddr: 0x223230, symSize: 0x20 }
+ - { offsetInCU: 0x88F, offset: 0x1B93B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMa', symObjAddr: 0xEF0, symBinAddr: 0x223250, symSize: 0x10 }
+ - { offsetInCU: 0x8A3, offset: 0x1B93C8, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVACSTAAWl', symObjAddr: 0xF00, symBinAddr: 0x223260, symSize: 0x30 }
+ - { offsetInCU: 0x8B7, offset: 0x1B93DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMi', symObjAddr: 0x1140, symBinAddr: 0x223380, symSize: 0x10 }
+ - { offsetInCU: 0x8CB, offset: 0x1B93F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVMr', symObjAddr: 0x1150, symBinAddr: 0x223390, symSize: 0x90 }
+ - { offsetInCU: 0x8DF, offset: 0x1B9404, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwCP', symObjAddr: 0x11E0, symBinAddr: 0x223420, symSize: 0x100 }
+ - { offsetInCU: 0x8F3, offset: 0x1B9418, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwxx', symObjAddr: 0x12E0, symBinAddr: 0x223520, symSize: 0x60 }
+ - { offsetInCU: 0x907, offset: 0x1B942C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwcp', symObjAddr: 0x1340, symBinAddr: 0x223580, symSize: 0xC0 }
+ - { offsetInCU: 0x91B, offset: 0x1B9440, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwca', symObjAddr: 0x1400, symBinAddr: 0x223640, symSize: 0x110 }
+ - { offsetInCU: 0x92F, offset: 0x1B9454, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwtk', symObjAddr: 0x1510, symBinAddr: 0x223750, symSize: 0xC0 }
+ - { offsetInCU: 0x943, offset: 0x1B9468, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwta', symObjAddr: 0x15D0, symBinAddr: 0x223810, symSize: 0x110 }
+ - { offsetInCU: 0x957, offset: 0x1B947C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwet', symObjAddr: 0x16E0, symBinAddr: 0x223920, symSize: 0x180 }
+ - { offsetInCU: 0x96B, offset: 0x1B9490, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ComparableValueVwst', symObjAddr: 0x1860, symBinAddr: 0x223AA0, symSize: 0x310 }
+ - { offsetInCU: 0x97F, offset: 0x1B94A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushDeviceInfoVSgWOb', symObjAddr: 0x1B70, symBinAddr: 0x223DB0, symSize: 0x40 }
+ - { offsetInCU: 0x993, offset: 0x1B94B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21PushDeviceInfoStoragePAAE07refresheF017completionHandleryyAA15ComparableValueVyAA0deF0VG_ySbctc_tFyAIcfU_ySbcfU_TA', symObjAddr: 0x1C00, symBinAddr: 0x223E40, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x1B98EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31WebsocketDidConnectNotificationSSvp', symObjAddr: 0x12370, symBinAddr: 0x3019E0, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1B9906, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDidDisconnectNotificationSSvp', symObjAddr: 0x12380, symBinAddr: 0x3019F0, symSize: 0x0 }
+ - { offsetInCU: 0x83, offset: 0x1B9920, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDisconnectionErrorKeyNameSSvp', symObjAddr: 0x12390, symBinAddr: 0x301A00, symSize: 0x0 }
+ - { offsetInCU: 0x9E, offset: 0x1B993B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvpZ', symObjAddr: 0x60530, symBinAddr: 0x32C3F0, symSize: 0x0 }
+ - { offsetInCU: 0xB9, offset: 0x1B9956, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11emptyBuffer33_D42086F0C373FDDC085C452FC58F623CLLSRys5UInt8VGvp', symObjAddr: 0x123A0, symBinAddr: 0x301A10, symSize: 0x0 }
+ - { offsetInCU: 0xC7, offset: 0x1B9964, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TR', symObjAddr: 0x0, symBinAddr: 0x223E80, symSize: 0x20 }
+ - { offsetInCU: 0xDB, offset: 0x1B9978, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TR', symObjAddr: 0x20, symBinAddr: 0x223EA0, symSize: 0x20 }
+ - { offsetInCU: 0xF6, offset: 0x1B9993, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4type7message4codeAcA9ErrorTypeO_SSSitcfC', symObjAddr: 0x40, symBinAddr: 0x223EC0, symSize: 0x20 }
+ - { offsetInCU: 0x114, offset: 0x1B99B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4typeAA9ErrorTypeOvg', symObjAddr: 0x360, symBinAddr: 0x2241E0, symSize: 0x10 }
+ - { offsetInCU: 0x130, offset: 0x1B99CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV7messageSSvg', symObjAddr: 0x370, symBinAddr: 0x2241F0, symSize: 0x20 }
+ - { offsetInCU: 0x14C, offset: 0x1B99E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorV4codeSivg', symObjAddr: 0x390, symBinAddr: 0x224210, symSize: 0x10 }
+ - { offsetInCU: 0x169, offset: 0x1B9A06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls31WebsocketDidConnectNotificationSSvau', symObjAddr: 0x60, symBinAddr: 0x223EE0, symSize: 0x10 }
+ - { offsetInCU: 0x187, offset: 0x1B9A24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDidDisconnectNotificationSSvau', symObjAddr: 0x70, symBinAddr: 0x223EF0, symSize: 0x10 }
+ - { offsetInCU: 0x1A5, offset: 0x1B9A42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls34WebsocketDisconnectionErrorKeyNameSSvau', symObjAddr: 0x80, symBinAddr: 0x223F00, symSize: 0x10 }
+ - { offsetInCU: 0x1CF, offset: 0x1B9A6C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeO8rawValueACSgs6UInt16V_tcfC', symObjAddr: 0x90, symBinAddr: 0x223F10, symSize: 0x30 }
+ - { offsetInCU: 0x1EE, offset: 0x1B9A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeO8rawValues6UInt16Vvg', symObjAddr: 0xC0, symBinAddr: 0x223F40, symSize: 0x20 }
+ - { offsetInCU: 0x24E, offset: 0x1B9AEB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x1B0, symBinAddr: 0x224030, symSize: 0x30 }
+ - { offsetInCU: 0x27F, offset: 0x1B9B1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x1E0, symBinAddr: 0x224060, symSize: 0x20 }
+ - { offsetInCU: 0x2D6, offset: 0x1B9B73, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO2eeoiySbAC_ACtFZ', symObjAddr: 0x200, symBinAddr: 0x224080, symSize: 0x10 }
+ - { offsetInCU: 0x302, offset: 0x1B9B9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO4hash4intoys6HasherVz_tF', symObjAddr: 0x210, symBinAddr: 0x224090, symSize: 0x20 }
+ - { offsetInCU: 0x39C, offset: 0x1B9C39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeO9hashValueSivg', symObjAddr: 0x230, symBinAddr: 0x2240B0, symSize: 0x40 }
+ - { offsetInCU: 0x4A5, offset: 0x1B9D42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x270, symBinAddr: 0x2240F0, symSize: 0x10 }
+ - { offsetInCU: 0x4F9, offset: 0x1B9D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x280, symBinAddr: 0x224100, symSize: 0x40 }
+ - { offsetInCU: 0x5DD, offset: 0x1B9E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2C0, symBinAddr: 0x224140, symSize: 0x20 }
+ - { offsetInCU: 0x666, offset: 0x1B9F03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write6stringySS_tF', symObjAddr: 0x3E0, symBinAddr: 0x224260, symSize: 0x20 }
+ - { offsetInCU: 0x6B1, offset: 0x1B9F4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4datay10Foundation4DataV_tF', symObjAddr: 0x400, symBinAddr: 0x224280, symSize: 0x20 }
+ - { offsetInCU: 0x6FC, offset: 0x1B9F99, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4pingy10Foundation4DataV_tF', symObjAddr: 0x420, symBinAddr: 0x2242A0, symSize: 0x20 }
+ - { offsetInCU: 0x747, offset: 0x1B9FE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE5write4pongy10Foundation4DataV_tF', symObjAddr: 0x440, symBinAddr: 0x2242C0, symSize: 0x20 }
+ - { offsetInCU: 0x792, offset: 0x1BA02F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15WebSocketClientPAAE10disconnectyyF', symObjAddr: 0x460, symBinAddr: 0x2242E0, symSize: 0x20 }
+ - { offsetInCU: 0x7D9, offset: 0x1BA076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV6useSSLSbvg', symObjAddr: 0x480, symBinAddr: 0x224300, symSize: 0x10 }
+ - { offsetInCU: 0x7F5, offset: 0x1BA092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21disableCertValidationSbvg', symObjAddr: 0x490, symBinAddr: 0x224310, symSize: 0x10 }
+ - { offsetInCU: 0x811, offset: 0x1BA0AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvg', symObjAddr: 0x4A0, symBinAddr: 0x224320, symSize: 0x10 }
+ - { offsetInCU: 0x82D, offset: 0x1BA0CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvs', symObjAddr: 0x4B0, symBinAddr: 0x224330, symSize: 0x10 }
+ - { offsetInCU: 0x849, offset: 0x1BA0E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvM', symObjAddr: 0x4C0, symBinAddr: 0x224340, symSize: 0x20 }
+ - { offsetInCU: 0x865, offset: 0x1BA102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV21overrideTrustHostnameSbvM.resume.0', symObjAddr: 0x4E0, symBinAddr: 0x224360, symSize: 0x10 }
+ - { offsetInCU: 0x881, offset: 0x1BA11E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvg', symObjAddr: 0x4F0, symBinAddr: 0x224370, symSize: 0x30 }
+ - { offsetInCU: 0x89D, offset: 0x1BA13A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvs', symObjAddr: 0x520, symBinAddr: 0x2243A0, symSize: 0x30 }
+ - { offsetInCU: 0x8B9, offset: 0x1BA156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvM', symObjAddr: 0x550, symBinAddr: 0x2243D0, symSize: 0x20 }
+ - { offsetInCU: 0x8D5, offset: 0x1BA172, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20desiredTrustHostnameSSSgvM.resume.0', symObjAddr: 0x570, symBinAddr: 0x2243F0, symSize: 0x10 }
+ - { offsetInCU: 0x8F1, offset: 0x1BA18E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV20sslClientCertificateAA09SSLClientG0CSgvg', symObjAddr: 0x580, symBinAddr: 0x224400, symSize: 0x10 }
+ - { offsetInCU: 0x90D, offset: 0x1BA1AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV12cipherSuitesSays6UInt16VGSgvg', symObjAddr: 0x590, symBinAddr: 0x224410, symSize: 0x10 }
+ - { offsetInCU: 0x929, offset: 0x1BA1C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsV6useSSL21disableCertValidation21overrideTrustHostname07desiredkL020sslClientCertificate12cipherSuitesACSb_S2bSSSgAA09SSLClientP0CSgSays6UInt16VGSgtcfC', symObjAddr: 0x5A0, symBinAddr: 0x224420, symSize: 0x30 }
+ - { offsetInCU: 0x954, offset: 0x1BA1F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8delegateAA16WSStreamDelegate_pSgvM', symObjAddr: 0x610, symBinAddr: 0x224490, symSize: 0x70 }
+ - { offsetInCU: 0x981, offset: 0x1BA21E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC10BUFFER_MAXSivg', symObjAddr: 0x690, symBinAddr: 0x224510, symSize: 0x10 }
+ - { offsetInCU: 0x9AC, offset: 0x1BA249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC16enableSOCKSProxySbvM', symObjAddr: 0x6E0, symBinAddr: 0x224560, symSize: 0x40 }
+ - { offsetInCU: 0x9DB, offset: 0x1BA278, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC16enableSOCKSProxySbvM.resume.0', symObjAddr: 0x720, symBinAddr: 0x2245A0, symSize: 0x10 }
+ - { offsetInCU: 0xA96, offset: 0x1BA333, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctF', symObjAddr: 0x730, symBinAddr: 0x2245B0, symSize: 0xBA0 }
+ - { offsetInCU: 0x113C, offset: 0x1BA9D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFyyYbcfU_', symObjAddr: 0x12F0, symBinAddr: 0x225170, symSize: 0x190 }
+ - { offsetInCU: 0x11AF, offset: 0x1BAA4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC5write4dataSi0D04DataV_tF', symObjAddr: 0x15A0, symBinAddr: 0x2253E0, symSize: 0xF0 }
+ - { offsetInCU: 0x1254, offset: 0x1BAAF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC4read0D04DataVSgyF', symObjAddr: 0x1690, symBinAddr: 0x2254D0, symSize: 0x100 }
+ - { offsetInCU: 0x1356, offset: 0x1BABF3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7cleanupyyF', symObjAddr: 0x1790, symBinAddr: 0x2255D0, symSize: 0x100 }
+ - { offsetInCU: 0x143E, offset: 0x1BACDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8sslTrustSo03SecG3RefaSg5trust_SSSg6domaintyF', symObjAddr: 0x1890, symBinAddr: 0x2256D0, symSize: 0x4C0 }
+ - { offsetInCU: 0x163F, offset: 0x1BAEDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC6stream_6handleySo8NSStreamC_So0H5EventVtF', symObjAddr: 0x1D50, symBinAddr: 0x225B90, symSize: 0x1A0 }
+ - { offsetInCU: 0x16B1, offset: 0x1BAF4E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC6stream_6handleySo8NSStreamC_So0H5EventVtFTo', symObjAddr: 0x1EF0, symBinAddr: 0x225D30, symSize: 0x60 }
+ - { offsetInCU: 0x16CD, offset: 0x1BAF6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCACycfc', symObjAddr: 0x1F70, symBinAddr: 0x225DB0, symSize: 0x210 }
+ - { offsetInCU: 0x1733, offset: 0x1BAFD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCACycfcTo', symObjAddr: 0x2180, symBinAddr: 0x225FC0, symSize: 0x20 }
+ - { offsetInCU: 0x174F, offset: 0x1BAFEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCfD', symObjAddr: 0x21A0, symBinAddr: 0x225FE0, symSize: 0x30 }
+ - { offsetInCU: 0x177C, offset: 0x1BB019, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvgTW', symObjAddr: 0x2220, symBinAddr: 0x226060, symSize: 0x30 }
+ - { offsetInCU: 0x1798, offset: 0x1BB035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvsTW', symObjAddr: 0x2250, symBinAddr: 0x226090, symSize: 0x30 }
+ - { offsetInCU: 0x17B4, offset: 0x1BB051, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8delegateAA0F8Delegate_pSgvMTW', symObjAddr: 0x2280, symBinAddr: 0x2260C0, symSize: 0x50 }
+ - { offsetInCU: 0x17D0, offset: 0x1BB06D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFTW', symObjAddr: 0x22E0, symBinAddr: 0x226120, symSize: 0x30 }
+ - { offsetInCU: 0x17EC, offset: 0x1BB089, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP5write4dataSi0D04DataV_tFTW', symObjAddr: 0x2310, symBinAddr: 0x226150, symSize: 0x30 }
+ - { offsetInCU: 0x1808, offset: 0x1BB0A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP4read0D04DataVSgyFTW', symObjAddr: 0x2340, symBinAddr: 0x226180, symSize: 0x30 }
+ - { offsetInCU: 0x1824, offset: 0x1BB0C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP7cleanupyyFTW', symObjAddr: 0x2370, symBinAddr: 0x2261B0, symSize: 0x30 }
+ - { offsetInCU: 0x1840, offset: 0x1BB0DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCAA8WSStreamA2aDP8sslTrustSo03SecH3RefaSg5trust_SSSg6domaintyFTW', symObjAddr: 0x23A0, symBinAddr: 0x2261E0, symSize: 0x30 }
+ - { offsetInCU: 0x18F2, offset: 0x1BB18F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC7connect3url4port7timeout3ssl10completiony0D03URLV_SiSdAA11SSLSettingsVys5Error_pSgctFyyYbcfU_TA', symObjAddr: 0x14C0, symBinAddr: 0x225340, symSize: 0x20 }
+ - { offsetInCU: 0x1906, offset: 0x1BB1A3, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x14E0, symBinAddr: 0x225360, symSize: 0x20 }
+ - { offsetInCU: 0x191A, offset: 0x1BB1B7, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1500, symBinAddr: 0x225380, symSize: 0x10 }
+ - { offsetInCU: 0x192E, offset: 0x1BB1CB, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x1550, symBinAddr: 0x225390, symSize: 0x50 }
+ - { offsetInCU: 0x1958, offset: 0x1BB1F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCfETo', symObjAddr: 0x21D0, symBinAddr: 0x226010, symSize: 0x50 }
+ - { offsetInCU: 0x199F, offset: 0x1BB23C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeO8rawValueAESgs5UInt8V_tcfC', symObjAddr: 0x23D0, symBinAddr: 0x226210, symSize: 0x20 }
+ - { offsetInCU: 0x19BC, offset: 0x1BB259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeO8rawValues5UInt8Vvg', symObjAddr: 0x23F0, symBinAddr: 0x226230, symSize: 0x20 }
+ - { offsetInCU: 0x1A1C, offset: 0x1BB2B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x2510, symBinAddr: 0x226350, symSize: 0x20 }
+ - { offsetInCU: 0x1A4D, offset: 0x1BB2EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x2530, symBinAddr: 0x226370, symSize: 0x20 }
+ - { offsetInCU: 0x1A77, offset: 0x1BB314, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvgZ', symObjAddr: 0x25B0, symBinAddr: 0x2263F0, symSize: 0x50 }
+ - { offsetInCU: 0x1AB0, offset: 0x1BB34D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvg', symObjAddr: 0x2600, symBinAddr: 0x226440, symSize: 0x40 }
+ - { offsetInCU: 0x1ADF, offset: 0x1BB37C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvs', symObjAddr: 0x2640, symBinAddr: 0x226480, symSize: 0x50 }
+ - { offsetInCU: 0x1B1F, offset: 0x1BB3BC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC13callbackQueueSo17OS_dispatch_queueCvM', symObjAddr: 0x2690, symBinAddr: 0x2264D0, symSize: 0x40 }
+ - { offsetInCU: 0x1B50, offset: 0x1BB3ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10BUFFER_MAXSivg', symObjAddr: 0x2880, symBinAddr: 0x2266C0, symSize: 0x10 }
+ - { offsetInCU: 0x1B7D, offset: 0x1BB41A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7FinMasks5UInt8Vvg', symObjAddr: 0x2890, symBinAddr: 0x2266D0, symSize: 0x10 }
+ - { offsetInCU: 0x1BAA, offset: 0x1BB447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10OpCodeMasks5UInt8Vvg', symObjAddr: 0x28A0, symBinAddr: 0x2266E0, symSize: 0x10 }
+ - { offsetInCU: 0x1BD7, offset: 0x1BB474, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7RSVMasks5UInt8Vvg', symObjAddr: 0x28B0, symBinAddr: 0x2266F0, symSize: 0x10 }
+ - { offsetInCU: 0x1C04, offset: 0x1BB4A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8RSV1Masks5UInt8Vvg', symObjAddr: 0x28C0, symBinAddr: 0x226700, symSize: 0x10 }
+ - { offsetInCU: 0x1C31, offset: 0x1BB4CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC04MaskF0s5UInt8Vvg', symObjAddr: 0x28D0, symBinAddr: 0x226710, symSize: 0x10 }
+ - { offsetInCU: 0x1C5E, offset: 0x1BB4FB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC14PayloadLenMasks5UInt8Vvg', symObjAddr: 0x28E0, symBinAddr: 0x226720, symSize: 0x10 }
+ - { offsetInCU: 0x1C8B, offset: 0x1BB528, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12MaxFrameSizeSivg', symObjAddr: 0x28F0, symBinAddr: 0x226730, symSize: 0x10 }
+ - { offsetInCU: 0x1CB8, offset: 0x1BB555, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22httpSwitchProtocolCodeSivg', symObjAddr: 0x2900, symBinAddr: 0x226740, symSize: 0x10 }
+ - { offsetInCU: 0x1CE5, offset: 0x1BB582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19supportedSSLSchemesSaySSGvg', symObjAddr: 0x2910, symBinAddr: 0x226750, symSize: 0x20 }
+ - { offsetInCU: 0x1D20, offset: 0x1BB5BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvg', symObjAddr: 0x2930, symBinAddr: 0x226770, symSize: 0x30 }
+ - { offsetInCU: 0x1D3C, offset: 0x1BB5D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvs', symObjAddr: 0x2960, symBinAddr: 0x2267A0, symSize: 0x30 }
+ - { offsetInCU: 0x1D58, offset: 0x1BB5F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC5isFinSbvM', symObjAddr: 0x2990, symBinAddr: 0x2267D0, symSize: 0x30 }
+ - { offsetInCU: 0x1D74, offset: 0x1BB611, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvg', symObjAddr: 0x29C0, symBinAddr: 0x226800, symSize: 0x30 }
+ - { offsetInCU: 0x1D90, offset: 0x1BB62D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvs', symObjAddr: 0x29F0, symBinAddr: 0x226830, symSize: 0x30 }
+ - { offsetInCU: 0x1DA4, offset: 0x1BB641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC4codeAC6OpCodeOvM', symObjAddr: 0x2A20, symBinAddr: 0x226860, symSize: 0x30 }
+ - { offsetInCU: 0x1DC0, offset: 0x1BB65D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivg', symObjAddr: 0x2A50, symBinAddr: 0x226890, symSize: 0x30 }
+ - { offsetInCU: 0x1DDC, offset: 0x1BB679, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivs', symObjAddr: 0x2A80, symBinAddr: 0x2268C0, symSize: 0x30 }
+ - { offsetInCU: 0x1DF0, offset: 0x1BB68D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC9bytesLeftSivM', symObjAddr: 0x2AB0, symBinAddr: 0x2268F0, symSize: 0x30 }
+ - { offsetInCU: 0x1E0C, offset: 0x1BB6A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivg', symObjAddr: 0x2AE0, symBinAddr: 0x226920, symSize: 0x30 }
+ - { offsetInCU: 0x1E28, offset: 0x1BB6C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivs', symObjAddr: 0x2B10, symBinAddr: 0x226950, symSize: 0x30 }
+ - { offsetInCU: 0x1E44, offset: 0x1BB6E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10frameCountSivM', symObjAddr: 0x2B40, symBinAddr: 0x226980, symSize: 0x30 }
+ - { offsetInCU: 0x1E60, offset: 0x1BB6FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvg', symObjAddr: 0x2B70, symBinAddr: 0x2269B0, symSize: 0x40 }
+ - { offsetInCU: 0x1E7C, offset: 0x1BB719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvs', symObjAddr: 0x2BB0, symBinAddr: 0x2269F0, symSize: 0x40 }
+ - { offsetInCU: 0x1E90, offset: 0x1BB72D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC6bufferSo13NSMutableDataCSgvM', symObjAddr: 0x2BF0, symBinAddr: 0x226A30, symSize: 0x30 }
+ - { offsetInCU: 0x1EAC, offset: 0x1BB749, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseC10firstFrame10Foundation4DateVvg', symObjAddr: 0x2C20, symBinAddr: 0x226A60, symSize: 0x30 }
+ - { offsetInCU: 0x1EC8, offset: 0x1BB765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCfd', symObjAddr: 0x2C50, symBinAddr: 0x226A90, symSize: 0x40 }
+ - { offsetInCU: 0x1F05, offset: 0x1BB7A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCfD', symObjAddr: 0x2C90, symBinAddr: 0x226AD0, symSize: 0x50 }
+ - { offsetInCU: 0x1F79, offset: 0x1BB816, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCAEycfC', symObjAddr: 0x2CE0, symBinAddr: 0x226B20, symSize: 0x50 }
+ - { offsetInCU: 0x1FC3, offset: 0x1BB860, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCAEycfc', symObjAddr: 0x2D30, symBinAddr: 0x226B70, symSize: 0x30 }
+ - { offsetInCU: 0x2036, offset: 0x1BB8D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8delegateAA0dE8Delegate_pSgvM', symObjAddr: 0x2DA0, symBinAddr: 0x226BE0, symSize: 0x70 }
+ - { offsetInCU: 0x2065, offset: 0x1BB902, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16advancedDelegateAA0de8AdvancedG0_pSgvM', symObjAddr: 0x2E60, symBinAddr: 0x226CA0, symSize: 0x70 }
+ - { offsetInCU: 0x2094, offset: 0x1BB931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12pongDelegateAA0de4PongG0_pSgvM', symObjAddr: 0x2FC0, symBinAddr: 0x226E00, symSize: 0x70 }
+ - { offsetInCU: 0x20C3, offset: 0x1BB960, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvM', symObjAddr: 0x3200, symBinAddr: 0x227040, symSize: 0x40 }
+ - { offsetInCU: 0x20F4, offset: 0x1BB991, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvM', symObjAddr: 0x3390, symBinAddr: 0x2271D0, symSize: 0x40 }
+ - { offsetInCU: 0x2125, offset: 0x1BB9C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvM', symObjAddr: 0x3520, symBinAddr: 0x227360, symSize: 0x40 }
+ - { offsetInCU: 0x2156, offset: 0x1BB9F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvM', symObjAddr: 0x36B0, symBinAddr: 0x2274F0, symSize: 0x40 }
+ - { offsetInCU: 0x2187, offset: 0x1BBA24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvM', symObjAddr: 0x3840, symBinAddr: 0x227680, symSize: 0x40 }
+ - { offsetInCU: 0x21B8, offset: 0x1BBA55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvM', symObjAddr: 0x3A80, symBinAddr: 0x2278C0, symSize: 0x40 }
+ - { offsetInCU: 0x21E9, offset: 0x1BBA86, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC24disableSSLCertValidationSbvM', symObjAddr: 0x3B00, symBinAddr: 0x227940, symSize: 0x40 }
+ - { offsetInCU: 0x221A, offset: 0x1BBAB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21overrideTrustHostnameSbvM', symObjAddr: 0x3B80, symBinAddr: 0x2279C0, symSize: 0x40 }
+ - { offsetInCU: 0x224B, offset: 0x1BBAE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvg', symObjAddr: 0x3BC0, symBinAddr: 0x227A00, symSize: 0x50 }
+ - { offsetInCU: 0x227A, offset: 0x1BBB17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvs', symObjAddr: 0x3C10, symBinAddr: 0x227A50, symSize: 0x50 }
+ - { offsetInCU: 0x22BA, offset: 0x1BBB57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20desiredTrustHostnameSSSgvM', symObjAddr: 0x3C60, symBinAddr: 0x227AA0, symSize: 0x40 }
+ - { offsetInCU: 0x22EB, offset: 0x1BBB88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20sslClientCertificateAA09SSLClientH0CSgvg', symObjAddr: 0x3CA0, symBinAddr: 0x227AE0, symSize: 0x40 }
+ - { offsetInCU: 0x231A, offset: 0x1BBBB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20sslClientCertificateAA09SSLClientH0CSgvM', symObjAddr: 0x3D00, symBinAddr: 0x227B40, symSize: 0x40 }
+ - { offsetInCU: 0x234B, offset: 0x1BBBE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC17enableCompressionSbvM', symObjAddr: 0x3D80, symBinAddr: 0x227BC0, symSize: 0x40 }
+ - { offsetInCU: 0x237C, offset: 0x1BBC19, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvg', symObjAddr: 0x3DC0, symBinAddr: 0x227C00, symSize: 0x40 }
+ - { offsetInCU: 0x23AD, offset: 0x1BBC4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvs', symObjAddr: 0x3E00, symBinAddr: 0x227C40, symSize: 0x60 }
+ - { offsetInCU: 0x23EF, offset: 0x1BBC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC8securityAA17SSLTrustValidator_pSgvM', symObjAddr: 0x3E60, symBinAddr: 0x227CA0, symSize: 0x40 }
+ - { offsetInCU: 0x2420, offset: 0x1BBCBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22enabledSSLCipherSuitesSays6UInt16VGSgvg', symObjAddr: 0x3EA0, symBinAddr: 0x227CE0, symSize: 0x40 }
+ - { offsetInCU: 0x244F, offset: 0x1BBCEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22enabledSSLCipherSuitesSays6UInt16VGSgvM', symObjAddr: 0x3F50, symBinAddr: 0x227D90, symSize: 0x40 }
+ - { offsetInCU: 0x24A0, offset: 0x1BBD3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11isConnectedSbvg', symObjAddr: 0x3F90, symBinAddr: 0x227DD0, symSize: 0x50 }
+ - { offsetInCU: 0x250A, offset: 0x1BBDA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvg', symObjAddr: 0x4050, symBinAddr: 0x227E90, symSize: 0x50 }
+ - { offsetInCU: 0x253B, offset: 0x1BBDD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvs', symObjAddr: 0x40A0, symBinAddr: 0x227EE0, symSize: 0x70 }
+ - { offsetInCU: 0x257D, offset: 0x1BBE1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvM', symObjAddr: 0x4110, symBinAddr: 0x227F50, symSize: 0x40 }
+ - { offsetInCU: 0x25AE, offset: 0x1BBE4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10currentURL10Foundation0G0Vvg', symObjAddr: 0x4150, symBinAddr: 0x227F90, symSize: 0xD0 }
+ - { offsetInCU: 0x25F5, offset: 0x1BBE92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21respondToPingWithPongSbvM', symObjAddr: 0x42D0, symBinAddr: 0x228110, symSize: 0x40 }
+ - { offsetInCU: 0x2635, offset: 0x1BBED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfC', symObjAddr: 0x4310, symBinAddr: 0x228150, symSize: 0x50 }
+ - { offsetInCU: 0x266B, offset: 0x1BBF08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfc', symObjAddr: 0x4360, symBinAddr: 0x2281A0, symSize: 0x30 }
+ - { offsetInCU: 0x267F, offset: 0x1BBF1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC3url9protocolsAC10Foundation3URLV_SaySSGSgtcfC', symObjAddr: 0x4390, symBinAddr: 0x2281D0, symSize: 0x140 }
+ - { offsetInCU: 0x2717, offset: 0x1BBFB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC3url13writeQueueQOS9protocolsAC10Foundation3URLV_So18NSQualityOfServiceVSaySSGSgtcfC', symObjAddr: 0x44D0, symBinAddr: 0x228310, symSize: 0xE0 }
+ - { offsetInCU: 0x27F5, offset: 0x1BC092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7connectyyF', symObjAddr: 0x45B0, symBinAddr: 0x2283F0, symSize: 0x30 }
+ - { offsetInCU: 0x2898, offset: 0x1BC135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtF', symObjAddr: 0x45E0, symBinAddr: 0x228420, symSize: 0x380 }
+ - { offsetInCU: 0x299A, offset: 0x1BC237, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFyyYbcfU_', symObjAddr: 0x4960, symBinAddr: 0x2287A0, symSize: 0x50 }
+ - { offsetInCU: 0x29C8, offset: 0x1BC265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC5write6string10completionySS_yycSgtF', symObjAddr: 0x49B0, symBinAddr: 0x2287F0, symSize: 0xF0 }
+ - { offsetInCU: 0x2A8D, offset: 0x1BC32A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC17createHTTPRequest33_D42086F0C373FDDC085C452FC58F623CLLyyF', symObjAddr: 0x4B40, symBinAddr: 0x228980, symSize: 0xE70 }
+ - { offsetInCU: 0x3162, offset: 0x1BC9FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitF', symObjAddr: 0x59B0, symBinAddr: 0x2297F0, symSize: 0x480 }
+ - { offsetInCU: 0x32C0, offset: 0x1BCB5D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_', symObjAddr: 0x5E30, symBinAddr: 0x229C70, symSize: 0x1B0 }
+ - { offsetInCU: 0x3389, offset: 0x1BCC26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_yyYbcfU_', symObjAddr: 0x5FE0, symBinAddr: 0x229E20, symSize: 0x300 }
+ - { offsetInCU: 0x35BA, offset: 0x1BCE57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16newBytesInStreamyyF', symObjAddr: 0x62E0, symBinAddr: 0x22A120, symSize: 0x190 }
+ - { offsetInCU: 0x3801, offset: 0x1BD09E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC14streamDidError5errorys0H0_pSg_tF', symObjAddr: 0x6470, symBinAddr: 0x22A2B0, symSize: 0x10 }
+ - { offsetInCU: 0x38B9, offset: 0x1BD156, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16disconnectStream33_D42086F0C373FDDC085C452FC58F623CLL_11runDelegateys5Error_pSg_SbtF', symObjAddr: 0x6480, symBinAddr: 0x22A2C0, symSize: 0x120 }
+ - { offsetInCU: 0x3AA6, offset: 0x1BD343, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueInput33_D42086F0C373FDDC085C452FC58F623CLLyyFyyXEfU_', symObjAddr: 0x65A0, symBinAddr: 0x22A3E0, symSize: 0x3B0 }
+ - { offsetInCU: 0x3DD3, offset: 0x1BD670, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitF', symObjAddr: 0x6950, symBinAddr: 0x22A790, symSize: 0x3A0 }
+ - { offsetInCU: 0x40C8, offset: 0x1BD965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitFyyYbcfU_', symObjAddr: 0x6CF0, symBinAddr: 0x22AB30, symSize: 0x170 }
+ - { offsetInCU: 0x410E, offset: 0x1BD9AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16validateResponse33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitF', symObjAddr: 0x6E60, symBinAddr: 0x22ACA0, symSize: 0xC90 }
+ - { offsetInCU: 0x47BB, offset: 0x1BE058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC22processExtensionHeaderyySSF', symObjAddr: 0x7AF0, symBinAddr: 0x22B930, symSize: 0x890 }
+ - { offsetInCU: 0x4EA4, offset: 0x1BE741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tF', symObjAddr: 0x8380, symBinAddr: 0x22C1C0, symSize: 0x16E0 }
+ - { offsetInCU: 0x5CC2, offset: 0x1BF55F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tFyyYbcfU_', symObjAddr: 0x9A60, symBinAddr: 0x22D8A0, symSize: 0x170 }
+ - { offsetInCU: 0x5D3B, offset: 0x1BF5D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCF', symObjAddr: 0x9BD0, symBinAddr: 0x22DA10, symSize: 0x720 }
+ - { offsetInCU: 0x613B, offset: 0x1BF9D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU_', symObjAddr: 0xA2F0, symBinAddr: 0x22E130, symSize: 0x130 }
+ - { offsetInCU: 0x61A2, offset: 0x1BFA3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU0_', symObjAddr: 0xA420, symBinAddr: 0x22E260, symSize: 0x1A0 }
+ - { offsetInCU: 0x6244, offset: 0x1BFAE1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10writeError33_D42086F0C373FDDC085C452FC58F623CLLyys6UInt16VF', symObjAddr: 0xA5C0, symBinAddr: 0x22E400, symSize: 0xA0 }
+ - { offsetInCU: 0x6351, offset: 0x1BFBEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtF', symObjAddr: 0xA660, symBinAddr: 0x22E4A0, symSize: 0x1A0 }
+ - { offsetInCU: 0x6418, offset: 0x1BFCB5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_', symObjAddr: 0xA800, symBinAddr: 0x22E640, symSize: 0xD80 }
+ - { offsetInCU: 0x6A68, offset: 0x1C0305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgF', symObjAddr: 0xB580, symBinAddr: 0x22F3C0, symSize: 0x2B0 }
+ - { offsetInCU: 0x6BC7, offset: 0x1C0464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgFyyYbcfU_', symObjAddr: 0xB830, symBinAddr: 0x22F670, symSize: 0x2A0 }
+ - { offsetInCU: 0x6D1A, offset: 0x1C05B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfD', symObjAddr: 0xBFB0, symBinAddr: 0x22FDF0, symSize: 0x120 }
+ - { offsetInCU: 0x6DB4, offset: 0x1C0651, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfDTo', symObjAddr: 0xC0D0, symBinAddr: 0x22FF10, symSize: 0x20 }
+ - { offsetInCU: 0x6DD0, offset: 0x1C066D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCACycfc', symObjAddr: 0xC3F0, symBinAddr: 0x230230, symSize: 0x30 }
+ - { offsetInCU: 0x6E36, offset: 0x1C06D3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCACycfcTo', symObjAddr: 0xC420, symBinAddr: 0x230260, symSize: 0x30 }
+ - { offsetInCU: 0x6E9F, offset: 0x1C073C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvgTW', symObjAddr: 0xC450, symBinAddr: 0x230290, symSize: 0x20 }
+ - { offsetInCU: 0x6EBB, offset: 0x1C0758, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvsTW', symObjAddr: 0xC470, symBinAddr: 0x2302B0, symSize: 0x20 }
+ - { offsetInCU: 0x6ED7, offset: 0x1C0774, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8delegateAA0dE8Delegate_pSgvMTW', symObjAddr: 0xC490, symBinAddr: 0x2302D0, symSize: 0x50 }
+ - { offsetInCU: 0x6EF3, offset: 0x1C0790, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvgTW', symObjAddr: 0xC4F0, symBinAddr: 0x230330, symSize: 0x20 }
+ - { offsetInCU: 0x6F0F, offset: 0x1C07AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvsTW', symObjAddr: 0xC510, symBinAddr: 0x230350, symSize: 0x20 }
+ - { offsetInCU: 0x6F2B, offset: 0x1C07C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP12pongDelegateAA0de4PongH0_pSgvMTW', symObjAddr: 0xC530, symBinAddr: 0x230370, symSize: 0x50 }
+ - { offsetInCU: 0x6F47, offset: 0x1C07E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvgTW', symObjAddr: 0xC590, symBinAddr: 0x2303D0, symSize: 0x20 }
+ - { offsetInCU: 0x6F63, offset: 0x1C0800, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvsTW', symObjAddr: 0xC5B0, symBinAddr: 0x2303F0, symSize: 0x20 }
+ - { offsetInCU: 0x6F7F, offset: 0x1C081C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP24disableSSLCertValidationSbvMTW', symObjAddr: 0xC5D0, symBinAddr: 0x230410, symSize: 0x50 }
+ - { offsetInCU: 0x6F9B, offset: 0x1C0838, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvgTW', symObjAddr: 0xC630, symBinAddr: 0x230470, symSize: 0x20 }
+ - { offsetInCU: 0x6FB7, offset: 0x1C0854, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvsTW', symObjAddr: 0xC650, symBinAddr: 0x230490, symSize: 0x20 }
+ - { offsetInCU: 0x6FD3, offset: 0x1C0870, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP21overrideTrustHostnameSbvMTW', symObjAddr: 0xC670, symBinAddr: 0x2304B0, symSize: 0x50 }
+ - { offsetInCU: 0x6FEF, offset: 0x1C088C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvgTW', symObjAddr: 0xC6D0, symBinAddr: 0x230510, symSize: 0x20 }
+ - { offsetInCU: 0x700B, offset: 0x1C08A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvsTW', symObjAddr: 0xC6F0, symBinAddr: 0x230530, symSize: 0x20 }
+ - { offsetInCU: 0x7027, offset: 0x1C08C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP20desiredTrustHostnameSSSgvMTW', symObjAddr: 0xC710, symBinAddr: 0x230550, symSize: 0x50 }
+ - { offsetInCU: 0x7043, offset: 0x1C08E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvgTW', symObjAddr: 0xC770, symBinAddr: 0x2305B0, symSize: 0x20 }
+ - { offsetInCU: 0x705F, offset: 0x1C08FC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvsTW', symObjAddr: 0xC790, symBinAddr: 0x2305D0, symSize: 0x20 }
+ - { offsetInCU: 0x707B, offset: 0x1C0918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP03sslF11CertificateAA09SSLClientH0CSgvMTW', symObjAddr: 0xC7B0, symBinAddr: 0x2305F0, symSize: 0x50 }
+ - { offsetInCU: 0x7097, offset: 0x1C0934, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvgTW', symObjAddr: 0xC810, symBinAddr: 0x230650, symSize: 0x20 }
+ - { offsetInCU: 0x70B3, offset: 0x1C0950, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvsTW', symObjAddr: 0xC830, symBinAddr: 0x230670, symSize: 0x20 }
+ - { offsetInCU: 0x70CF, offset: 0x1C096C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP8securityAA17SSLTrustValidator_pSgvMTW', symObjAddr: 0xC850, symBinAddr: 0x230690, symSize: 0x50 }
+ - { offsetInCU: 0x70EB, offset: 0x1C0988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvgTW', symObjAddr: 0xC8B0, symBinAddr: 0x2306F0, symSize: 0x20 }
+ - { offsetInCU: 0x7107, offset: 0x1C09A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvsTW', symObjAddr: 0xC8D0, symBinAddr: 0x230710, symSize: 0x20 }
+ - { offsetInCU: 0x7123, offset: 0x1C09C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP22enabledSSLCipherSuitesSays6UInt16VGSgvMTW', symObjAddr: 0xC8F0, symBinAddr: 0x230730, symSize: 0x50 }
+ - { offsetInCU: 0x713F, offset: 0x1C09DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP11isConnectedSbvgTW', symObjAddr: 0xC970, symBinAddr: 0x2307B0, symSize: 0x20 }
+ - { offsetInCU: 0x715B, offset: 0x1C09F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP7connectyyFTW', symObjAddr: 0xC990, symBinAddr: 0x2307D0, symSize: 0x20 }
+ - { offsetInCU: 0x7177, offset: 0x1C0A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFTW', symObjAddr: 0xC9B0, symBinAddr: 0x2307F0, symSize: 0x30 }
+ - { offsetInCU: 0x7193, offset: 0x1C0A30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write6string10completionySS_yycSgtFTW', symObjAddr: 0xC9E0, symBinAddr: 0x230820, symSize: 0x20 }
+ - { offsetInCU: 0x71AF, offset: 0x1C0A4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4data10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xCA00, symBinAddr: 0x230840, symSize: 0x20 }
+ - { offsetInCU: 0x71CB, offset: 0x1C0A68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4ping10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xCA20, symBinAddr: 0x230860, symSize: 0x20 }
+ - { offsetInCU: 0x71E7, offset: 0x1C0A84, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA0dE6ClientA2aDP5write4pong10completiony10Foundation4DataV_yycSgtFTW', symObjAddr: 0xCA40, symBinAddr: 0x230880, symSize: 0x20 }
+ - { offsetInCU: 0x7203, offset: 0x1C0AA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA16WSStreamDelegateA2aDP16newBytesInStreamyyFTW', symObjAddr: 0xCA60, symBinAddr: 0x2308A0, symSize: 0x20 }
+ - { offsetInCU: 0x721F, offset: 0x1C0ABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCAA16WSStreamDelegateA2aDP14streamDidError5errorys0J0_pSg_tFTW', symObjAddr: 0xCA80, symBinAddr: 0x2308C0, symSize: 0x20 }
+ - { offsetInCU: 0x726A, offset: 0x1C0B07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request9protocols6streamAC10Foundation10URLRequestV_SaySSGSgAA8WSStream_ptcfcTf4ngnn_n', symObjAddr: 0xE200, symBinAddr: 0x231F20, symSize: 0xAA0 }
+ - { offsetInCU: 0x742F, offset: 0x1C0CCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC08generatedE3Key33_D42086F0C373FDDC085C452FC58F623CLLSSyFTf4d_n', symObjAddr: 0x11650, symBinAddr: 0x235220, symSize: 0x270 }
+ - { offsetInCU: 0x75E2, offset: 0x1C0E7F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10readUint6433_D42086F0C373FDDC085C452FC58F623CLL_6offsets6UInt64VSPys5UInt8VG_SitFZTf4nnd_n', symObjAddr: 0x118C0, symBinAddr: 0x235490, symSize: 0x60 }
+ - { offsetInCU: 0x7674, offset: 0x1C0F11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomain_WZ', symObjAddr: 0x2550, symBinAddr: 0x226390, symSize: 0x30 }
+ - { offsetInCU: 0x768F, offset: 0x1C0F2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11ErrorDomainSSvau', symObjAddr: 0x2580, symBinAddr: 0x2263C0, symSize: 0x30 }
+ - { offsetInCU: 0x76B5, offset: 0x1C0F52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvpACTK', symObjAddr: 0x30B0, symBinAddr: 0x226EF0, symSize: 0x70 }
+ - { offsetInCU: 0x76CD, offset: 0x1C0F6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC9onConnectyycSgvpACTk', symObjAddr: 0x3120, symBinAddr: 0x226F60, symSize: 0xA0 }
+ - { offsetInCU: 0x76E5, offset: 0x1C0F82, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvpACTK', symObjAddr: 0x3240, symBinAddr: 0x227080, symSize: 0x70 }
+ - { offsetInCU: 0x76FD, offset: 0x1C0F9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12onDisconnectys5Error_pSgcSgvpACTk', symObjAddr: 0x32B0, symBinAddr: 0x2270F0, symSize: 0xA0 }
+ - { offsetInCU: 0x7715, offset: 0x1C0FB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvpACTK', symObjAddr: 0x33D0, symBinAddr: 0x227210, symSize: 0x70 }
+ - { offsetInCU: 0x772D, offset: 0x1C0FCA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onTextySScSgvpACTk', symObjAddr: 0x3440, symBinAddr: 0x227280, symSize: 0xA0 }
+ - { offsetInCU: 0x7745, offset: 0x1C0FE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvpACTK', symObjAddr: 0x3560, symBinAddr: 0x2273A0, symSize: 0x70 }
+ - { offsetInCU: 0x775D, offset: 0x1C0FFA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onDatay10Foundation0G0VcSgvpACTk', symObjAddr: 0x35D0, symBinAddr: 0x227410, symSize: 0xA0 }
+ - { offsetInCU: 0x7775, offset: 0x1C1012, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvpACTK', symObjAddr: 0x36F0, symBinAddr: 0x227530, symSize: 0x70 }
+ - { offsetInCU: 0x778D, offset: 0x1C102A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6onPongy10Foundation4DataVSgcSgvpACTk', symObjAddr: 0x3760, symBinAddr: 0x2275A0, symSize: 0xA0 }
+ - { offsetInCU: 0x77A5, offset: 0x1C1042, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvpACTK', symObjAddr: 0x3880, symBinAddr: 0x2276C0, symSize: 0x70 }
+ - { offsetInCU: 0x77BD, offset: 0x1C105A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC21onHttpResponseHeadersySDyS2SGcSgvpACTk', symObjAddr: 0x38F0, symBinAddr: 0x227730, symSize: 0xA0 }
+ - { offsetInCU: 0x77D5, offset: 0x1C1072, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC7request10Foundation10URLRequestVvpACTk', symObjAddr: 0x3FE0, symBinAddr: 0x227E20, symSize: 0x70 }
+ - { offsetInCU: 0x7E73, offset: 0x1C1710, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCfETo', symObjAddr: 0xC0F0, symBinAddr: 0x22FF30, symSize: 0x2B0 }
+ - { offsetInCU: 0x7F28, offset: 0x1C17C5, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10sha1Base6433_D42086F0C373FDDC085C452FC58F623CLLSSyFySPyytGXEfU_', symObjAddr: 0xCAA0, symBinAddr: 0x2308E0, symSize: 0xD0 }
+ - { offsetInCU: 0x80C8, offset: 0x1C1965, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11emptyBuffer33_D42086F0C373FDDC085C452FC58F623CLL_WZ', symObjAddr: 0xCB70, symBinAddr: 0x2309B0, symSize: 0x10 }
+ - { offsetInCU: 0x80E3, offset: 0x1C1980, size: 0x8, addend: 0x0, symName: '_$sSo8NSObjectCABSH10ObjectiveCWl', symObjAddr: 0xCB80, symBinAddr: 0x2309C0, symSize: 0x50 }
+ - { offsetInCU: 0x8123, offset: 0x1C19C0, size: 0x8, addend: 0x0, symName: '_$sSa6remove2atxSi_tF13SendBirdCalls9WebSocketC10WSResponseC_Tg5', symObjAddr: 0xCC00, symBinAddr: 0x230A10, symSize: 0xC0 }
+ - { offsetInCU: 0x8200, offset: 0x1C1A9D, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFSS_SiTg5', symObjAddr: 0xCCC0, symBinAddr: 0x230AD0, symSize: 0x110 }
+ - { offsetInCU: 0x829D, offset: 0x1C1B3A, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixxSgSRys5UInt8VG_Sits010FixedWidthB0RzlFSi_Tg5', symObjAddr: 0xCDD0, symBinAddr: 0x230BE0, symSize: 0x2A0 }
+ - { offsetInCU: 0x8314, offset: 0x1C1BB1, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingyS2SFZ', symObjAddr: 0xD070, symBinAddr: 0x230E80, symSize: 0x80 }
+ - { offsetInCU: 0x832C, offset: 0x1C1BC9, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTgq5', symObjAddr: 0xD0F0, symBinAddr: 0x230F00, symSize: 0x60 }
+ - { offsetInCU: 0x836B, offset: 0x1C1C08, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingySSSsFZ', symObjAddr: 0xD150, symBinAddr: 0x230F60, symSize: 0x120 }
+ - { offsetInCU: 0x83BA, offset: 0x1C1C57, size: 0x8, addend: 0x0, symName: '_$ss32_copyCollectionToContiguousArrayys0dE0Vy7ElementQzGxSlRzlFSs8UTF8ViewV_Tgq5', symObjAddr: 0xD270, symBinAddr: 0x231080, symSize: 0xA0 }
+ - { offsetInCU: 0x840F, offset: 0x1C1CAC, size: 0x8, addend: 0x0, symName: '_$sSlsE5countSivgSs8UTF8ViewV_Tgq5', symObjAddr: 0xD310, symBinAddr: 0x231120, symSize: 0x100 }
+ - { offsetInCU: 0x8434, offset: 0x1C1CD1, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSs8UTF8ViewV_Tgq5', symObjAddr: 0xD410, symBinAddr: 0x231220, symSize: 0x2D0 }
+ - { offsetInCU: 0x846D, offset: 0x1C1D0A, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV27_slowEnsureMatchingEncodingySS5IndexVAEF', symObjAddr: 0xD6E0, symBinAddr: 0x2314F0, symSize: 0xA0 }
+ - { offsetInCU: 0x8490, offset: 0x1C1D2D, size: 0x8, addend: 0x0, symName: '_$sSa17_customRemoveLastxSgyF13SendBirdCalls9WebSocketC10WSResponseC_Tg5', symObjAddr: 0xD780, symBinAddr: 0x231590, symSize: 0x70 }
+ - { offsetInCU: 0x85FF, offset: 0x1C1E9C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5UInt8V_Tgq5Tf4nnd_n', symObjAddr: 0xDE70, symBinAddr: 0x231C80, symSize: 0x70 }
+ - { offsetInCU: 0x8635, offset: 0x1C1ED2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamC8sslTrustSo03SecG3RefaSg5trust_SSSg6domaintyFs5Int32VSpys4Int8VGXEfU_TA', symObjAddr: 0xDF10, symBinAddr: 0x231D20, symSize: 0x30 }
+ - { offsetInCU: 0x8673, offset: 0x1C1F10, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGSayxGSTsWl', symObjAddr: 0xE090, symBinAddr: 0x231DB0, symSize: 0x50 }
+ - { offsetInCU: 0x8687, offset: 0x1C1F24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16FoundationStreamCMa', symObjAddr: 0xE120, symBinAddr: 0x231E40, symSize: 0x20 }
+ - { offsetInCU: 0x869B, offset: 0x1C1F38, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVIegg_SgWOy', symObjAddr: 0xE140, symBinAddr: 0x231E60, symSize: 0x20 }
+ - { offsetInCU: 0x86AF, offset: 0x1C1F4C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVIegg_SgWOe', symObjAddr: 0xE160, symBinAddr: 0x231E80, symSize: 0x20 }
+ - { offsetInCU: 0x86C3, offset: 0x1C1F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pSgWOc', symObjAddr: 0xE180, symBinAddr: 0x231EA0, symSize: 0x40 }
+ - { offsetInCU: 0x86D7, offset: 0x1C1F74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pSgWOf', symObjAddr: 0xE1C0, symBinAddr: 0x231EE0, symSize: 0x40 }
+ - { offsetInCU: 0x870C, offset: 0x1C1FA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10disconnect12forceTimeout9closeCodeySdSg_s6UInt16VtFyyYbcfU_TA', symObjAddr: 0xECA0, symBinAddr: 0x2329C0, symSize: 0x10 }
+ - { offsetInCU: 0x8720, offset: 0x1C1FBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8WSStream_pWOc', symObjAddr: 0xED00, symBinAddr: 0x2329D0, symSize: 0x30 }
+ - { offsetInCU: 0x8734, offset: 0x1C1FD1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASQWb', symObjAddr: 0xEDB0, symBinAddr: 0x232A20, symSize: 0x10 }
+ - { offsetInCU: 0x8748, offset: 0x1C1FE5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOACSQAAWl', symObjAddr: 0xEDC0, symBinAddr: 0x232A30, symSize: 0x30 }
+ - { offsetInCU: 0x875C, offset: 0x1C1FF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASQWb', symObjAddr: 0xEDF0, symBinAddr: 0x232A60, symSize: 0x10 }
+ - { offsetInCU: 0x8770, offset: 0x1C200D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOACSQAAWl', symObjAddr: 0xEE00, symBinAddr: 0x232A70, symSize: 0x30 }
+ - { offsetInCU: 0x8784, offset: 0x1C2021, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASQWb', symObjAddr: 0xEE30, symBinAddr: 0x232AA0, symSize: 0x10 }
+ - { offsetInCU: 0x8798, offset: 0x1C2035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOAESQAAWl', symObjAddr: 0xEE40, symBinAddr: 0x232AB0, symSize: 0x30 }
+ - { offsetInCU: 0x87AC, offset: 0x1C2049, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwet', symObjAddr: 0xF720, symBinAddr: 0x233370, symSize: 0x80 }
+ - { offsetInCU: 0x87C0, offset: 0x1C205D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwst', symObjAddr: 0xF7A0, symBinAddr: 0x2333F0, symSize: 0xD0 }
+ - { offsetInCU: 0x87D4, offset: 0x1C2071, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwug', symObjAddr: 0xF870, symBinAddr: 0x2334C0, symSize: 0x10 }
+ - { offsetInCU: 0x87E8, offset: 0x1C2085, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwup', symObjAddr: 0xF880, symBinAddr: 0x2334D0, symSize: 0x10 }
+ - { offsetInCU: 0x87FC, offset: 0x1C2099, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOwui', symObjAddr: 0xF890, symBinAddr: 0x2334E0, symSize: 0x10 }
+ - { offsetInCU: 0x8810, offset: 0x1C20AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOMa', symObjAddr: 0xF8A0, symBinAddr: 0x2334F0, symSize: 0x10 }
+ - { offsetInCU: 0x8824, offset: 0x1C20C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwet', symObjAddr: 0xF8B0, symBinAddr: 0x233500, symSize: 0x80 }
+ - { offsetInCU: 0x8838, offset: 0x1C20D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwst', symObjAddr: 0xF930, symBinAddr: 0x233580, symSize: 0xD0 }
+ - { offsetInCU: 0x884C, offset: 0x1C20E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOwup', symObjAddr: 0xFA00, symBinAddr: 0x233650, symSize: 0x10 }
+ - { offsetInCU: 0x8860, offset: 0x1C20FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOMa', symObjAddr: 0xFA10, symBinAddr: 0x233660, symSize: 0x10 }
+ - { offsetInCU: 0x8874, offset: 0x1C2111, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwxx', symObjAddr: 0xFA20, symBinAddr: 0x233670, symSize: 0x10 }
+ - { offsetInCU: 0x8888, offset: 0x1C2125, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwcp', symObjAddr: 0xFA30, symBinAddr: 0x233680, symSize: 0x40 }
+ - { offsetInCU: 0x889C, offset: 0x1C2139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwca', symObjAddr: 0xFA70, symBinAddr: 0x2336C0, symSize: 0x50 }
+ - { offsetInCU: 0x88B0, offset: 0x1C214D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwta', symObjAddr: 0xFAE0, symBinAddr: 0x233710, symSize: 0x40 }
+ - { offsetInCU: 0x88C4, offset: 0x1C2161, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwet', symObjAddr: 0xFB20, symBinAddr: 0x233750, symSize: 0x40 }
+ - { offsetInCU: 0x88D8, offset: 0x1C2175, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVwst', symObjAddr: 0xFB60, symBinAddr: 0x233790, symSize: 0x50 }
+ - { offsetInCU: 0x88EC, offset: 0x1C2189, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVMa', symObjAddr: 0xFBB0, symBinAddr: 0x2337E0, symSize: 0x10 }
+ - { offsetInCU: 0x8900, offset: 0x1C219D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwCP', symObjAddr: 0xFDC0, symBinAddr: 0x2339F0, symSize: 0x30 }
+ - { offsetInCU: 0x8914, offset: 0x1C21B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwxx', symObjAddr: 0xFDF0, symBinAddr: 0x233A20, symSize: 0x30 }
+ - { offsetInCU: 0x8928, offset: 0x1C21C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwcp', symObjAddr: 0xFE20, symBinAddr: 0x233A50, symSize: 0x70 }
+ - { offsetInCU: 0x893C, offset: 0x1C21D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwca', symObjAddr: 0xFE90, symBinAddr: 0x233AC0, symSize: 0x90 }
+ - { offsetInCU: 0x8950, offset: 0x1C21ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwta', symObjAddr: 0xFF40, symBinAddr: 0x233B50, symSize: 0x70 }
+ - { offsetInCU: 0x8964, offset: 0x1C2201, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwet', symObjAddr: 0xFFB0, symBinAddr: 0x233BC0, symSize: 0x50 }
+ - { offsetInCU: 0x8978, offset: 0x1C2215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVwst', symObjAddr: 0x10000, symBinAddr: 0x233C10, symSize: 0x50 }
+ - { offsetInCU: 0x898C, offset: 0x1C2229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11SSLSettingsVMa', symObjAddr: 0x10050, symBinAddr: 0x233C60, symSize: 0x10 }
+ - { offsetInCU: 0x89A0, offset: 0x1C223D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCMU', symObjAddr: 0x10390, symBinAddr: 0x233FA0, symSize: 0x10 }
+ - { offsetInCU: 0x89B4, offset: 0x1C2251, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketCMr', symObjAddr: 0x103A0, symBinAddr: 0x233FB0, symSize: 0x240 }
+ - { offsetInCU: 0x89C8, offset: 0x1C2265, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwet', symObjAddr: 0x10EA0, symBinAddr: 0x234AB0, symSize: 0x80 }
+ - { offsetInCU: 0x89DC, offset: 0x1C2279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwst', symObjAddr: 0x10F20, symBinAddr: 0x234B30, symSize: 0xD0 }
+ - { offsetInCU: 0x89F0, offset: 0x1C228D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOwup', symObjAddr: 0x10FF0, symBinAddr: 0x234C00, symSize: 0x10 }
+ - { offsetInCU: 0x8A04, offset: 0x1C22A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOMa', symObjAddr: 0x11000, symBinAddr: 0x234C10, symSize: 0x10 }
+ - { offsetInCU: 0x8A18, offset: 0x1C22B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCMU', symObjAddr: 0x11010, symBinAddr: 0x234C20, symSize: 0x10 }
+ - { offsetInCU: 0x8A2C, offset: 0x1C22C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC10WSResponseCMr', symObjAddr: 0x11060, symBinAddr: 0x234C70, symSize: 0x90 }
+ - { offsetInCU: 0x8A40, offset: 0x1C22DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwxx', symObjAddr: 0x112B0, symBinAddr: 0x234EC0, symSize: 0x30 }
+ - { offsetInCU: 0x8A54, offset: 0x1C22F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwcp', symObjAddr: 0x112E0, symBinAddr: 0x234EF0, symSize: 0x60 }
+ - { offsetInCU: 0x8A68, offset: 0x1C2305, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwca', symObjAddr: 0x11340, symBinAddr: 0x234F50, symSize: 0x80 }
+ - { offsetInCU: 0x8A7C, offset: 0x1C2319, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwta', symObjAddr: 0x113E0, symBinAddr: 0x234FD0, symSize: 0x60 }
+ - { offsetInCU: 0x8A90, offset: 0x1C232D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwet', symObjAddr: 0x11440, symBinAddr: 0x235030, symSize: 0x50 }
+ - { offsetInCU: 0x8AA4, offset: 0x1C2341, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVwst', symObjAddr: 0x11490, symBinAddr: 0x235080, symSize: 0x50 }
+ - { offsetInCU: 0x8AB8, offset: 0x1C2355, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC16CompressionState33_D42086F0C373FDDC085C452FC58F623CLLVMa', symObjAddr: 0x114E0, symBinAddr: 0x2350D0, symSize: 0x10 }
+ - { offsetInCU: 0x8ACC, offset: 0x1C2369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12doDisconnect33_D42086F0C373FDDC085C452FC58F623CLLyys5Error_pSgFyyYbcfU_TA', symObjAddr: 0x11520, symBinAddr: 0x235110, symSize: 0x20 }
+ - { offsetInCU: 0x8AE0, offset: 0x1C237D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU0_TA', symObjAddr: 0x115A0, symBinAddr: 0x235170, symSize: 0x20 }
+ - { offsetInCU: 0x8AF4, offset: 0x1C2391, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC15processResponse33_D42086F0C373FDDC085C452FC58F623CLLySbAC10WSResponseCFyyYbcfU_TA', symObjAddr: 0x11600, symBinAddr: 0x2351D0, symSize: 0x20 }
+ - { offsetInCU: 0x8B08, offset: 0x1C23A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC20processOneRawMessage33_D42086F0C373FDDC085C452FC58F623CLL8inBufferSRys5UInt8VGAI_tFyyYbcfU_TA', symObjAddr: 0x11630, symBinAddr: 0x235200, symSize: 0x20 }
+ - { offsetInCU: 0x8B81, offset: 0x1C241E, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10sha1Base6433_D42086F0C373FDDC085C452FC58F623CLLSSyFySPyytGXEfU_TA', symObjAddr: 0x11920, symBinAddr: 0x2354F0, symSize: 0x20 }
+ - { offsetInCU: 0x8B95, offset: 0x1C2432, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC11processHTTP33_D42086F0C373FDDC085C452FC58F623CLL_9bufferLenSiSPys5UInt8VG_SitFyyYbcfU_TA', symObjAddr: 0x11980, symBinAddr: 0x235550, symSize: 0x10 }
+ - { offsetInCU: 0x8BA9, offset: 0x1C2446, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_TA', symObjAddr: 0x11A00, symBinAddr: 0x2355A0, symSize: 0x20 }
+ - { offsetInCU: 0x8BBD, offset: 0x1C245A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC19initStreamsWithData33_D42086F0C373FDDC085C452FC58F623CLLyy10Foundation0I0V_SitFys5Error_pSgcfU_yyYbcfU_TA', symObjAddr: 0x11A80, symBinAddr: 0x235620, symSize: 0x20 }
+ - { offsetInCU: 0x8BD1, offset: 0x1C246E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17SSLTrustValidator_pWOb', symObjAddr: 0x11AA0, symBinAddr: 0x235640, symSize: 0x20 }
+ - { offsetInCU: 0x8BE5, offset: 0x1C2482, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16WSStreamDelegate_pSgXwWOh', symObjAddr: 0x11AC0, symBinAddr: 0x235660, symSize: 0x20 }
+ - { offsetInCU: 0x8C04, offset: 0x1C24A1, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGytIegnr_AAIegg_TRTA', symObjAddr: 0x11B00, symBinAddr: 0x2356A0, symSize: 0x40 }
+ - { offsetInCU: 0x8C38, offset: 0x1C24D5, size: 0x8, addend: 0x0, symName: '_$sSDyS2SGIegg_AAytIegnr_TRTA', symObjAddr: 0x11B40, symBinAddr: 0x2356E0, symSize: 0x20 }
+ - { offsetInCU: 0x8C6C, offset: 0x1C2509, size: 0x8, addend: 0x0, symName: '_$sSSytIegnr_SSIegg_TRTA', symObjAddr: 0x11C60, symBinAddr: 0x2357E0, symSize: 0x50 }
+ - { offsetInCU: 0x8CA0, offset: 0x1C253D, size: 0x8, addend: 0x0, symName: '_$sSSIegg_SSytIegnr_TRTA', symObjAddr: 0x11CB0, symBinAddr: 0x235830, symSize: 0x30 }
+ - { offsetInCU: 0x8CD4, offset: 0x1C2571, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgytIegnr_ABIegg_TRTA', symObjAddr: 0x11CE0, symBinAddr: 0x235860, symSize: 0x40 }
+ - { offsetInCU: 0x8D08, offset: 0x1C25A5, size: 0x8, addend: 0x0, symName: '_$ss5Error_pSgIegg_ABytIegnr_TRTA', symObjAddr: 0x11D20, symBinAddr: 0x2358A0, symSize: 0x20 }
+ - { offsetInCU: 0x8D3C, offset: 0x1C25D9, size: 0x8, addend: 0x0, symName: '_$sytIegr_Ieg_TRTA', symObjAddr: 0x11D40, symBinAddr: 0x2358C0, symSize: 0x20 }
+ - { offsetInCU: 0x8D70, offset: 0x1C260D, size: 0x8, addend: 0x0, symName: '_$sIeg_ytIegr_TRTA', symObjAddr: 0x11D60, symBinAddr: 0x2358E0, symSize: 0x20 }
+ - { offsetInCU: 0x8D99, offset: 0x1C2636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_TA', symObjAddr: 0x11DD0, symBinAddr: 0x235950, symSize: 0x40 }
+ - { offsetInCU: 0x8DAD, offset: 0x1C264A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC12dequeueWrite33_D42086F0C373FDDC085C452FC58F623CLL_4code15writeCompletiony10Foundation4DataV_AC6OpCodeOyycSgtFyyYbcfU_yyYbcfU_TA', symObjAddr: 0x11E10, symBinAddr: 0x235990, symSize: 0x20 }
+ - { offsetInCU: 0x8E32, offset: 0x1C26CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xE0, symBinAddr: 0x223F60, symSize: 0x20 }
+ - { offsetInCU: 0x8EEC, offset: 0x1C2789, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x100, symBinAddr: 0x223F80, symSize: 0x40 }
+ - { offsetInCU: 0x8FC4, offset: 0x1C2861, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x140, symBinAddr: 0x223FC0, symSize: 0x30 }
+ - { offsetInCU: 0x9040, offset: 0x1C28DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9CloseCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x170, symBinAddr: 0x223FF0, symSize: 0x40 }
+ - { offsetInCU: 0x9119, offset: 0x1C29B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2E0, symBinAddr: 0x224160, symSize: 0x40 }
+ - { offsetInCU: 0x91B6, offset: 0x1C2A53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP7_domainSSvgTW', symObjAddr: 0x320, symBinAddr: 0x2241A0, symSize: 0x10 }
+ - { offsetInCU: 0x91D2, offset: 0x1C2A6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP5_codeSivgTW', symObjAddr: 0x330, symBinAddr: 0x2241B0, symSize: 0x10 }
+ - { offsetInCU: 0x91EE, offset: 0x1C2A8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x340, symBinAddr: 0x2241C0, symSize: 0x10 }
+ - { offsetInCU: 0x920A, offset: 0x1C2AA7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9ErrorTypeOs0D0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x350, symBinAddr: 0x2241D0, symSize: 0x10 }
+ - { offsetInCU: 0x9226, offset: 0x1C2AC3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP7_domainSSvgTW', symObjAddr: 0x3A0, symBinAddr: 0x224220, symSize: 0x10 }
+ - { offsetInCU: 0x9242, offset: 0x1C2ADF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP5_codeSivgTW', symObjAddr: 0x3B0, symBinAddr: 0x224230, symSize: 0x10 }
+ - { offsetInCU: 0x925E, offset: 0x1C2AFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3C0, symBinAddr: 0x224240, symSize: 0x10 }
+ - { offsetInCU: 0x927A, offset: 0x1C2B17, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7WSErrorVs5ErrorAAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3D0, symBinAddr: 0x224250, symSize: 0x10 }
+ - { offsetInCU: 0x937B, offset: 0x1C2C18, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2410, symBinAddr: 0x226250, symSize: 0x30 }
+ - { offsetInCU: 0x9435, offset: 0x1C2CD2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH9hashValueSivgTW', symObjAddr: 0x2440, symBinAddr: 0x226280, symSize: 0x50 }
+ - { offsetInCU: 0x94ED, offset: 0x1C2D8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2490, symBinAddr: 0x2262D0, symSize: 0x30 }
+ - { offsetInCU: 0x9569, offset: 0x1C2E06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9WebSocketC6OpCodeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x24C0, symBinAddr: 0x226300, symSize: 0x50 }
+ - { offsetInCU: 0x99E0, offset: 0x1C327D, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_s5Error_ps11AnyHashableVypTg5', symObjAddr: 0xBAD0, symBinAddr: 0x22F910, symSize: 0x4E0 }
+ - { offsetInCU: 0x9B31, offset: 0x1C33CE, size: 0x8, addend: 0x0, symName: '_$ss14_ArrayProtocolPsE6filterySay7ElementQzGSbAEKXEKFSay10Foundation4DataVG_Tg50104$s13SendBirdCalls9WebSocketC12dequeueInput33_D42086F0C373FDDC085C452FC58F623CLLyyFyyXEfU_Sb10Foundation4F6VXEfU_AITf1cn_nTf4gg_n', symObjAddr: 0xD7F0, symBinAddr: 0x231600, symSize: 0x680 }
+ - { offsetInCU: 0x27, offset: 0x1C4188, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x0, symBinAddr: 0x235E70, symSize: 0x40 }
+ - { offsetInCU: 0x69, offset: 0x1C41CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvgTo', symObjAddr: 0x0, symBinAddr: 0x235E70, symSize: 0x40 }
+ - { offsetInCU: 0xA4, offset: 0x1C4205, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0Cvg', symObjAddr: 0x40, symBinAddr: 0x235EB0, symSize: 0x40 }
+ - { offsetInCU: 0xEB, offset: 0x1C424C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvsTo', symObjAddr: 0x80, symBinAddr: 0x235EF0, symSize: 0x60 }
+ - { offsetInCU: 0x12E, offset: 0x1C428F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0Cvs', symObjAddr: 0xE0, symBinAddr: 0x235F50, symSize: 0x50 }
+ - { offsetInCU: 0x155, offset: 0x1C42B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvM', symObjAddr: 0x130, symBinAddr: 0x235FA0, symSize: 0x40 }
+ - { offsetInCU: 0x184, offset: 0x1C42E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAA04CallG0CvM.resume.0', symObjAddr: 0x170, symBinAddr: 0x235FE0, symSize: 0x10 }
+ - { offsetInCU: 0x1CD, offset: 0x1C432E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvgTo', symObjAddr: 0x180, symBinAddr: 0x235FF0, symSize: 0x40 }
+ - { offsetInCU: 0x208, offset: 0x1C4369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvg', symObjAddr: 0x1C0, symBinAddr: 0x236030, symSize: 0x30 }
+ - { offsetInCU: 0x24F, offset: 0x1C43B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvsTo', symObjAddr: 0x1F0, symBinAddr: 0x236060, symSize: 0x40 }
+ - { offsetInCU: 0x28A, offset: 0x1C43EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvs', symObjAddr: 0x230, symBinAddr: 0x2360A0, symSize: 0x40 }
+ - { offsetInCU: 0x2B1, offset: 0x1C4412, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC14holdActiveCallSbvM', symObjAddr: 0x270, symBinAddr: 0x2360E0, symSize: 0x40 }
+ - { offsetInCU: 0x322, offset: 0x1C4483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_SbtcfC', symObjAddr: 0x2B0, symBinAddr: 0x236120, symSize: 0x90 }
+ - { offsetInCU: 0x373, offset: 0x1C44D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_Sbtcfc', symObjAddr: 0x340, symBinAddr: 0x2361B0, symSize: 0x80 }
+ - { offsetInCU: 0x3AE, offset: 0x1C450F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptions14holdActiveCallAcA0jG0C_SbtcfcTo', symObjAddr: 0x3E0, symBinAddr: 0x236250, symSize: 0x90 }
+ - { offsetInCU: 0x421, offset: 0x1C4582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfC', symObjAddr: 0x470, symBinAddr: 0x2362E0, symSize: 0x40 }
+ - { offsetInCU: 0x468, offset: 0x1C45C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfc', symObjAddr: 0x4B0, symBinAddr: 0x236320, symSize: 0x40 }
+ - { offsetInCU: 0x499, offset: 0x1C45FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsC11callOptionsAcA04CallG0C_tcfcTo', symObjAddr: 0x4F0, symBinAddr: 0x236360, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x1C463D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfC', symObjAddr: 0x510, symBinAddr: 0x236380, symSize: 0x20 }
+ - { offsetInCU: 0x4FA, offset: 0x1C465B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfc', symObjAddr: 0x530, symBinAddr: 0x2363A0, symSize: 0x50 }
+ - { offsetInCU: 0x560, offset: 0x1C46C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCACycfcTo', symObjAddr: 0x580, symBinAddr: 0x2363F0, symSize: 0x60 }
+ - { offsetInCU: 0x5B2, offset: 0x1C4713, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCfD', symObjAddr: 0x5E0, symBinAddr: 0x236450, symSize: 0x30 }
+ - { offsetInCU: 0x5E0, offset: 0x1C4741, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCMa', symObjAddr: 0x3C0, symBinAddr: 0x236230, symSize: 0x20 }
+ - { offsetInCU: 0x5F4, offset: 0x1C4755, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AcceptParamsCfETo', symObjAddr: 0x6D0, symBinAddr: 0x236540, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1C4964, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x236660, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1C4988, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x236660, symSize: 0x10 }
+ - { offsetInCU: 0x86, offset: 0x1C49C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvgZ', symObjAddr: 0x60, symBinAddr: 0x2366C0, symSize: 0x50 }
+ - { offsetInCU: 0xA7, offset: 0x1C49E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvsZ', symObjAddr: 0xB0, symBinAddr: 0x236710, symSize: 0x50 }
+ - { offsetInCU: 0xD0, offset: 0x1C4A0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ', symObjAddr: 0x100, symBinAddr: 0x236760, symSize: 0x60 }
+ - { offsetInCU: 0xF9, offset: 0x1C4A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvMZ.resume.0', symObjAddr: 0x160, symBinAddr: 0x2367C0, symSize: 0x10 }
+ - { offsetInCU: 0x115, offset: 0x1C4A52, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x170, symBinAddr: 0x2367D0, symSize: 0x10 }
+ - { offsetInCU: 0x131, offset: 0x1C4A6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x180, symBinAddr: 0x2367E0, symSize: 0xA0 }
+ - { offsetInCU: 0x1B4, offset: 0x1C4AF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6roomIdSSvg', symObjAddr: 0x260, symBinAddr: 0x236880, symSize: 0x20 }
+ - { offsetInCU: 0x1D0, offset: 0x1C4B0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x280, symBinAddr: 0x2368A0, symSize: 0x10 }
+ - { offsetInCU: 0x21C, offset: 0x1C4B59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableA2aDP10resultType06ResultK0QzmvgZTW', symObjAddr: 0x330, symBinAddr: 0x236920, symSize: 0x50 }
+ - { offsetInCU: 0x253, offset: 0x1C4B90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x410, symBinAddr: 0x236A00, symSize: 0x10 }
+ - { offsetInCU: 0x26F, offset: 0x1C4BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x420, symBinAddr: 0x236A10, symSize: 0x20 }
+ - { offsetInCU: 0x28B, offset: 0x1C4BC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4B0, symBinAddr: 0x236AA0, symSize: 0x10 }
+ - { offsetInCU: 0x2AF, offset: 0x1C4BEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultType_WZ', symObjAddr: 0x10, symBinAddr: 0x236670, symSize: 0x20 }
+ - { offsetInCU: 0x2C9, offset: 0x1C4C06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestV10resultTypeAA0defG8ResponseCmvau', symObjAddr: 0x30, symBinAddr: 0x236690, symSize: 0x30 }
+ - { offsetInCU: 0x30F, offset: 0x1C4C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA14APIRequestableAAWI', symObjAddr: 0x290, symBinAddr: 0x2368B0, symSize: 0x20 }
+ - { offsetInCU: 0x323, offset: 0x1C4C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x2E0, symBinAddr: 0x2368D0, symSize: 0x10 }
+ - { offsetInCU: 0x337, offset: 0x1C4C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26GetRoomCustomItemsResponseCAcA11RespondableAAWl', symObjAddr: 0x2F0, symBinAddr: 0x2368E0, symSize: 0x40 }
+ - { offsetInCU: 0x34B, offset: 0x1C4C88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA11RequestableAAWI', symObjAddr: 0x380, symBinAddr: 0x236970, symSize: 0x30 }
+ - { offsetInCU: 0x35F, offset: 0x1C4C9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA0H0AAWl', symObjAddr: 0x3B0, symBinAddr: 0x2369A0, symSize: 0x30 }
+ - { offsetInCU: 0x373, offset: 0x1C4CB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x3E0, symBinAddr: 0x2369D0, symSize: 0x30 }
+ - { offsetInCU: 0x387, offset: 0x1C4CC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0AAWI', symObjAddr: 0x440, symBinAddr: 0x236A30, symSize: 0x20 }
+ - { offsetInCU: 0x39B, offset: 0x1C4CD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVACSEAAWl', symObjAddr: 0x460, symBinAddr: 0x236A50, symSize: 0x30 }
+ - { offsetInCU: 0x3AF, offset: 0x1C4CEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x490, symBinAddr: 0x236A80, symSize: 0x20 }
+ - { offsetInCU: 0x3C3, offset: 0x1C4D00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwCP', symObjAddr: 0x4C0, symBinAddr: 0x236AB0, symSize: 0x30 }
+ - { offsetInCU: 0x3D7, offset: 0x1C4D14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwxx', symObjAddr: 0x4F0, symBinAddr: 0x236AE0, symSize: 0x10 }
+ - { offsetInCU: 0x3EB, offset: 0x1C4D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwcp', symObjAddr: 0x500, symBinAddr: 0x236AF0, symSize: 0x30 }
+ - { offsetInCU: 0x3FF, offset: 0x1C4D3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwca', symObjAddr: 0x530, symBinAddr: 0x236B20, symSize: 0x40 }
+ - { offsetInCU: 0x413, offset: 0x1C4D50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwta', symObjAddr: 0x590, symBinAddr: 0x236B60, symSize: 0x40 }
+ - { offsetInCU: 0x427, offset: 0x1C4D64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwet', symObjAddr: 0x5D0, symBinAddr: 0x236BA0, symSize: 0x40 }
+ - { offsetInCU: 0x43B, offset: 0x1C4D78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVwst', symObjAddr: 0x610, symBinAddr: 0x236BE0, symSize: 0x40 }
+ - { offsetInCU: 0x44F, offset: 0x1C4D8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVMa', symObjAddr: 0x650, symBinAddr: 0x236C20, symSize: 0xA }
+ - { offsetInCU: 0x3F, offset: 0x1C4FCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TR', symObjAddr: 0x0, symBinAddr: 0x236C30, symSize: 0x20 }
+ - { offsetInCU: 0xD4, offset: 0x1C5060, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfC', symObjAddr: 0x20, symBinAddr: 0x236C50, symSize: 0x190 }
+ - { offsetInCU: 0x146, offset: 0x1C50D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4roomAA0D0Cvg', symObjAddr: 0x1B0, symBinAddr: 0x236DE0, symSize: 0x20 }
+ - { offsetInCU: 0x191, offset: 0x1C511D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvgTo', symObjAddr: 0x1D0, symBinAddr: 0x236E00, symSize: 0x20 }
+ - { offsetInCU: 0x1CE, offset: 0x1C515A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviterAA4UserCvg', symObjAddr: 0x1F0, symBinAddr: 0x236E20, symSize: 0x20 }
+ - { offsetInCU: 0x209, offset: 0x1C5195, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvgTo', symObjAddr: 0x210, symBinAddr: 0x236E40, symSize: 0x20 }
+ - { offsetInCU: 0x246, offset: 0x1C51D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7inviteeAA4UserCvg', symObjAddr: 0x230, symBinAddr: 0x236E60, symSize: 0x20 }
+ - { offsetInCU: 0x263, offset: 0x1C51EF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC15shortLivedTokenSSSgvg', symObjAddr: 0x250, symBinAddr: 0x236E80, symSize: 0x30 }
+ - { offsetInCU: 0x290, offset: 0x1C521C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvg', symObjAddr: 0x280, symBinAddr: 0x236EB0, symSize: 0x40 }
+ - { offsetInCU: 0x2BD, offset: 0x1C5249, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvs', symObjAddr: 0x2C0, symBinAddr: 0x236EF0, symSize: 0x60 }
+ - { offsetInCU: 0x2FA, offset: 0x1C5286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvM', symObjAddr: 0x320, symBinAddr: 0x236F50, symSize: 0x70 }
+ - { offsetInCU: 0x327, offset: 0x1C52B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6senderAA13CommandSender_pSgvM.resume.0', symObjAddr: 0x390, symBinAddr: 0x236FC0, symSize: 0x70 }
+ - { offsetInCU: 0x352, offset: 0x1C52DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvg', symObjAddr: 0x400, symBinAddr: 0x237030, symSize: 0x40 }
+ - { offsetInCU: 0x381, offset: 0x1C530D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvs', symObjAddr: 0x440, symBinAddr: 0x237070, symSize: 0x50 }
+ - { offsetInCU: 0x3C0, offset: 0x1C534C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvM', symObjAddr: 0x490, symBinAddr: 0x2370C0, symSize: 0x70 }
+ - { offsetInCU: 0x3ED, offset: 0x1C5379, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7serviceAA0aB7ServiceCSgvM.resume.0', symObjAddr: 0x500, symBinAddr: 0x237130, symSize: 0x60 }
+ - { offsetInCU: 0x418, offset: 0x1C53A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x560, symBinAddr: 0x237190, symSize: 0x210 }
+ - { offsetInCU: 0x503, offset: 0x1C548F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0x770, symBinAddr: 0x2373A0, symSize: 0x80 }
+ - { offsetInCU: 0x51F, offset: 0x1C54AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0x7F0, symBinAddr: 0x237420, symSize: 0x210 }
+ - { offsetInCU: 0x60A, offset: 0x1C5596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0xA00, symBinAddr: 0x237630, symSize: 0x80 }
+ - { offsetInCU: 0x626, offset: 0x1C55B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tF', symObjAddr: 0xA80, symBinAddr: 0x2376B0, symSize: 0x210 }
+ - { offsetInCU: 0x711, offset: 0x1C569D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tFTo', symObjAddr: 0xD50, symBinAddr: 0x237980, symSize: 0x80 }
+ - { offsetInCU: 0x72D, offset: 0x1C56B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfc', symObjAddr: 0xDD0, symBinAddr: 0x237A00, symSize: 0x80 }
+ - { offsetInCU: 0x741, offset: 0x1C56CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfC', symObjAddr: 0xE50, symBinAddr: 0x237A80, symSize: 0x20 }
+ - { offsetInCU: 0x75F, offset: 0x1C56EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfc', symObjAddr: 0xE70, symBinAddr: 0x237AA0, symSize: 0x30 }
+ - { offsetInCU: 0x7C2, offset: 0x1C574E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCACycfcTo', symObjAddr: 0xEA0, symBinAddr: 0x237AD0, symSize: 0x30 }
+ - { offsetInCU: 0x829, offset: 0x1C57B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCfD', symObjAddr: 0xED0, symBinAddr: 0x237B00, symSize: 0x30 }
+ - { offsetInCU: 0x856, offset: 0x1C57E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC4room7inviter7invitee15shortLivedToken6sender7serviceAcA0D0C_AA4UserCAMSSSgAA13CommandSender_pAA0aB7ServiceCtcfcTf4ggggggn_n', symObjAddr: 0x1B60, symBinAddr: 0x238790, symSize: 0x140 }
+ - { offsetInCU: 0x9AF, offset: 0x1C593B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCfETo', symObjAddr: 0xF00, symBinAddr: 0x237B30, symSize: 0x70 }
+ - { offsetInCU: 0x9EA, offset: 0x1C5976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4roomAA0D4DataVvg', symObjAddr: 0xF70, symBinAddr: 0x237BA0, symSize: 0x90 }
+ - { offsetInCU: 0xA06, offset: 0x1C5992, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV7inviterAA4UserCvg', symObjAddr: 0x1000, symBinAddr: 0x237C30, symSize: 0x10 }
+ - { offsetInCU: 0xA22, offset: 0x1C59AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV7inviteeAA4UserCvg', symObjAddr: 0x1010, symBinAddr: 0x237C40, symSize: 0x10 }
+ - { offsetInCU: 0xA3E, offset: 0x1C59CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV15shortLivedTokenSSSgvg', symObjAddr: 0x1020, symBinAddr: 0x237C50, symSize: 0x30 }
+ - { offsetInCU: 0xA5A, offset: 0x1C59E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x1050, symBinAddr: 0x237C80, symSize: 0x70 }
+ - { offsetInCU: 0xA94, offset: 0x1C5A20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x10C0, symBinAddr: 0x237CF0, symSize: 0x70 }
+ - { offsetInCU: 0xACF, offset: 0x1C5A5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1130, symBinAddr: 0x237D60, symSize: 0x70 }
+ - { offsetInCU: 0xB12, offset: 0x1C5A9E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x11A0, symBinAddr: 0x237DD0, symSize: 0x10 }
+ - { offsetInCU: 0xB39, offset: 0x1C5AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x11B0, symBinAddr: 0x237DE0, symSize: 0x10 }
+ - { offsetInCU: 0xB60, offset: 0x1C5AEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO8rawValueSSvg', symObjAddr: 0x11C0, symBinAddr: 0x237DF0, symSize: 0x80 }
+ - { offsetInCU: 0xB97, offset: 0x1C5B23, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysO11stringValueSSvg', symObjAddr: 0x1240, symBinAddr: 0x237E70, symSize: 0x80 }
+ - { offsetInCU: 0xBEC, offset: 0x1C5B78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSYAASY8rawValuexSg03RawJ0Qz_tcfCTW', symObjAddr: 0x1410, symBinAddr: 0x238040, symSize: 0x80 }
+ - { offsetInCU: 0xC2D, offset: 0x1C5BB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSYAASY8rawValue03RawJ0QzvgTW', symObjAddr: 0x1490, symBinAddr: 0x2380C0, symSize: 0x30 }
+ - { offsetInCU: 0xC41, offset: 0x1C5BCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x14C0, symBinAddr: 0x2380F0, symSize: 0x10 }
+ - { offsetInCU: 0xC77, offset: 0x1C5C03, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x14D0, symBinAddr: 0x238100, symSize: 0x80 }
+ - { offsetInCU: 0xCCF, offset: 0x1C5C5B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x1550, symBinAddr: 0x238180, symSize: 0x10 }
+ - { offsetInCU: 0xCEB, offset: 0x1C5C77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x1560, symBinAddr: 0x238190, symSize: 0x10 }
+ - { offsetInCU: 0xD1E, offset: 0x1C5CAA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x15B0, symBinAddr: 0x2381E0, symSize: 0x70 }
+ - { offsetInCU: 0xD56, offset: 0x1C5CE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x1620, symBinAddr: 0x238250, symSize: 0x540 }
+ - { offsetInCU: 0xDD4, offset: 0x1C5D60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6accept17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1CF0, symBinAddr: 0x2388E0, symSize: 0x40 }
+ - { offsetInCU: 0xDE8, offset: 0x1C5D74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1D90, symBinAddr: 0x238930, symSize: 0x30 }
+ - { offsetInCU: 0xDFC, offset: 0x1C5D88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC7decline17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1DD0, symBinAddr: 0x238970, symSize: 0x40 }
+ - { offsetInCU: 0xE10, offset: 0x1C5D9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1E50, symBinAddr: 0x2389C0, symSize: 0x30 }
+ - { offsetInCU: 0xE24, offset: 0x1C5DB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationC6cancel17completionHandleryyAA8SBCErrorCSgcSg_tFyAA16EmptyAPIResponseVSg_AHtcfU_TA', symObjAddr: 0x1ED0, symBinAddr: 0x238A40, symSize: 0x40 }
+ - { offsetInCU: 0xE38, offset: 0x1C5DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x1F90, symBinAddr: 0x238AD0, symSize: 0x30 }
+ - { offsetInCU: 0xE4C, offset: 0x1C5DD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14RoomInvitationCMa', symObjAddr: 0x1FC0, symBinAddr: 0x238B00, symSize: 0x20 }
+ - { offsetInCU: 0xE60, offset: 0x1C5DEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASQWb', symObjAddr: 0x1FE0, symBinAddr: 0x238B20, symSize: 0x10 }
+ - { offsetInCU: 0xE74, offset: 0x1C5E00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAESQAAWl', symObjAddr: 0x1FF0, symBinAddr: 0x238B30, symSize: 0x30 }
+ - { offsetInCU: 0xE88, offset: 0x1C5E14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x2020, symBinAddr: 0x238B60, symSize: 0x10 }
+ - { offsetInCU: 0xE9C, offset: 0x1C5E28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x2030, symBinAddr: 0x238B70, symSize: 0x30 }
+ - { offsetInCU: 0xEB0, offset: 0x1C5E3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs0G3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x2060, symBinAddr: 0x238BA0, symSize: 0x10 }
+ - { offsetInCU: 0xEC4, offset: 0x1C5E50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x2070, symBinAddr: 0x238BB0, symSize: 0x30 }
+ - { offsetInCU: 0xED8, offset: 0x1C5E64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA11RespondableAAWI', symObjAddr: 0x20A0, symBinAddr: 0x238BE0, symSize: 0x30 }
+ - { offsetInCU: 0xEEC, offset: 0x1C5E78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA8ResponseAAWl', symObjAddr: 0x20D0, symBinAddr: 0x238C10, symSize: 0x30 }
+ - { offsetInCU: 0xF00, offset: 0x1C5E8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAcA17StrategyDecodableAAWl', symObjAddr: 0x2100, symBinAddr: 0x238C40, symSize: 0x30 }
+ - { offsetInCU: 0xF14, offset: 0x1C5EA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA8ResponseAAWI', symObjAddr: 0x2130, symBinAddr: 0x238C70, symSize: 0x20 }
+ - { offsetInCU: 0xF28, offset: 0x1C5EB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVAA17StrategyDecodableAAWI', symObjAddr: 0x2180, symBinAddr: 0x238C90, symSize: 0x20 }
+ - { offsetInCU: 0xF3C, offset: 0x1C5EC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwCP', symObjAddr: 0x23E0, symBinAddr: 0x238EF0, symSize: 0x30 }
+ - { offsetInCU: 0xF50, offset: 0x1C5EDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwxx', symObjAddr: 0x2410, symBinAddr: 0x238F20, symSize: 0x60 }
+ - { offsetInCU: 0xF64, offset: 0x1C5EF0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwcp', symObjAddr: 0x2470, symBinAddr: 0x238F80, symSize: 0xF0 }
+ - { offsetInCU: 0xF78, offset: 0x1C5F04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwca', symObjAddr: 0x2560, symBinAddr: 0x239070, symSize: 0x140 }
+ - { offsetInCU: 0xF8C, offset: 0x1C5F18, size: 0x8, addend: 0x0, symName: ___swift_memcpy128_8, symObjAddr: 0x26A0, symBinAddr: 0x2391B0, symSize: 0x50 }
+ - { offsetInCU: 0xFA0, offset: 0x1C5F2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwta', symObjAddr: 0x26F0, symBinAddr: 0x239200, symSize: 0xD0 }
+ - { offsetInCU: 0xFB4, offset: 0x1C5F40, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwet', symObjAddr: 0x27C0, symBinAddr: 0x2392D0, symSize: 0x40 }
+ - { offsetInCU: 0xFC8, offset: 0x1C5F54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVwst', symObjAddr: 0x2800, symBinAddr: 0x239310, symSize: 0x70 }
+ - { offsetInCU: 0xFDC, offset: 0x1C5F68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelVMa', symObjAddr: 0x2870, symBinAddr: 0x239380, symSize: 0x10 }
+ - { offsetInCU: 0xFF0, offset: 0x1C5F7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwet', symObjAddr: 0x28A0, symBinAddr: 0x239390, symSize: 0x80 }
+ - { offsetInCU: 0x1004, offset: 0x1C5F90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwst', symObjAddr: 0x2920, symBinAddr: 0x239410, symSize: 0xD0 }
+ - { offsetInCU: 0x1018, offset: 0x1C5FA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwug', symObjAddr: 0x29F0, symBinAddr: 0x2394E0, symSize: 0x10 }
+ - { offsetInCU: 0x102C, offset: 0x1C5FB8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwup', symObjAddr: 0x2A00, symBinAddr: 0x2394F0, symSize: 0x10 }
+ - { offsetInCU: 0x1040, offset: 0x1C5FCC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOwui', symObjAddr: 0x2A10, symBinAddr: 0x239500, symSize: 0x10 }
+ - { offsetInCU: 0x1054, offset: 0x1C5FE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOMa', symObjAddr: 0x2A20, symBinAddr: 0x239510, symSize: 0x10 }
+ - { offsetInCU: 0x1073, offset: 0x1C5FFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls8SBCErrorCSgIeyBy_ADIegg_TRTA', symObjAddr: 0x2A70, symBinAddr: 0x239540, symSize: 0x20 }
+ - { offsetInCU: 0x109C, offset: 0x1C6028, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CommandSender_pSgXwWOh', symObjAddr: 0x2A90, symBinAddr: 0x239560, symSize: 0x20 }
+ - { offsetInCU: 0x10B0, offset: 0x1C603C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOAEs0G3KeyAAWl', symObjAddr: 0x2AB0, symBinAddr: 0x239580, symSize: 0x30 }
+ - { offsetInCU: 0x10C4, offset: 0x1C6050, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4UserCACSeAAWl', symObjAddr: 0x2B70, symBinAddr: 0x2395B0, symSize: 0x40 }
+ - { offsetInCU: 0x113C, offset: 0x1C60C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x12C0, symBinAddr: 0x237EF0, symSize: 0x80 }
+ - { offsetInCU: 0x120B, offset: 0x1C6197, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x1340, symBinAddr: 0x237F70, symSize: 0x50 }
+ - { offsetInCU: 0x1289, offset: 0x1C6215, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1390, symBinAddr: 0x237FC0, symSize: 0x30 }
+ - { offsetInCU: 0x12DB, offset: 0x1C6267, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x13C0, symBinAddr: 0x237FF0, symSize: 0x50 }
+ - { offsetInCU: 0x1337, offset: 0x1C62C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x1570, symBinAddr: 0x2381A0, symSize: 0x20 }
+ - { offsetInCU: 0x1353, offset: 0x1C62DF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19RoomInvitationModelV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x1590, symBinAddr: 0x2381C0, symSize: 0x20 }
+ - { offsetInCU: 0x2B, offset: 0x1C65A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfC', symObjAddr: 0x0, symBinAddr: 0x239720, symSize: 0xB0 }
+ - { offsetInCU: 0x85, offset: 0x1C65FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfC', symObjAddr: 0x0, symBinAddr: 0x239720, symSize: 0xB0 }
+ - { offsetInCU: 0xCA, offset: 0x1C663F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvg', symObjAddr: 0xB0, symBinAddr: 0x2397D0, symSize: 0x30 }
+ - { offsetInCU: 0xE6, offset: 0x1C665B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvs', symObjAddr: 0xE0, symBinAddr: 0x239800, symSize: 0x50 }
+ - { offsetInCU: 0x102, offset: 0x1C6677, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvM', symObjAddr: 0x130, symBinAddr: 0x239850, symSize: 0x60 }
+ - { offsetInCU: 0x11E, offset: 0x1C6693, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSourceSo08RTCVideoG0CSgvM.resume.0', symObjAddr: 0x190, symBinAddr: 0x2398B0, symSize: 0x70 }
+ - { offsetInCU: 0x13A, offset: 0x1C66AF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvg', symObjAddr: 0x200, symBinAddr: 0x239920, symSize: 0x30 }
+ - { offsetInCU: 0x156, offset: 0x1C66CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvs', symObjAddr: 0x230, symBinAddr: 0x239950, symSize: 0x50 }
+ - { offsetInCU: 0x172, offset: 0x1C66E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvM', symObjAddr: 0x280, symBinAddr: 0x2399A0, symSize: 0x60 }
+ - { offsetInCU: 0x18E, offset: 0x1C6703, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC8capturerSo16RTCVideoCapturerCSgvM.resume.0', symObjAddr: 0x2E0, symBinAddr: 0x239A00, symSize: 0x70 }
+ - { offsetInCU: 0x1AA, offset: 0x1C671F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC11videoSource8capturerACSo08RTCVideoG0C_So0I8CapturerCtcfc', symObjAddr: 0x350, symBinAddr: 0x239A70, symSize: 0x90 }
+ - { offsetInCU: 0x1DB, offset: 0x1C6750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC12processFrame_5errorySo17CMSampleBufferRefa_s5Error_pSgtF', symObjAddr: 0x3E0, symBinAddr: 0x239B00, symSize: 0x60 }
+ - { offsetInCU: 0x23F, offset: 0x1C67B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareC12deliverFrame33_C07CB5873D3A4F077E45565C287D47C8LLyySo17CMSampleBufferRefaF', symObjAddr: 0x440, symBinAddr: 0x239B60, symSize: 0x2F0 }
+ - { offsetInCU: 0x4A8, offset: 0x1C6A1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCfd', symObjAddr: 0x730, symBinAddr: 0x239E50, symSize: 0x20 }
+ - { offsetInCU: 0x4E3, offset: 0x1C6A58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCfD', symObjAddr: 0x750, symBinAddr: 0x239E70, symSize: 0x30 }
+ - { offsetInCU: 0x53A, offset: 0x1C6AAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11ScreenShareCMa', symObjAddr: 0x840, symBinAddr: 0x239F60, symSize: 0x20 }
+ - { offsetInCU: 0x75, offset: 0x1C6E3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusA2C6StatusO_tcfC', symObjAddr: 0x0, symBinAddr: 0x23A050, symSize: 0x30 }
+ - { offsetInCU: 0xB2, offset: 0x1C6E7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusAC6StatusOvg', symObjAddr: 0x30, symBinAddr: 0x23A080, symSize: 0x10 }
+ - { offsetInCU: 0xCE, offset: 0x1C6E96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6statusA2C6StatusO_tcfc', symObjAddr: 0x40, symBinAddr: 0x23A090, symSize: 0x20 }
+ - { offsetInCU: 0xF1, offset: 0x1C6EB9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC7process7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x60, symBinAddr: 0x23A0B0, symSize: 0x1C0 }
+ - { offsetInCU: 0x145, offset: 0x1C6F0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC9stopTimeryyAA010DirectCallG12Controllable_pF', symObjAddr: 0x230, symBinAddr: 0x23A280, symSize: 0x50 }
+ - { offsetInCU: 0x184, offset: 0x1C6F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC15didReceiveOffer7context3sdp16peerConnectionIdyAA17DirectCallContext_p_So21RTCSessionDescriptionCSgSSSgtF', symObjAddr: 0x280, symBinAddr: 0x23A2D0, symSize: 0x110 }
+ - { offsetInCU: 0x230, offset: 0x1C6FF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC34didStartReconnectingPeerConnection7contextyAA17DirectCallContext_p_tF', symObjAddr: 0x390, symBinAddr: 0x23A3E0, symSize: 0xC0 }
+ - { offsetInCU: 0x2D7, offset: 0x1C709F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCACycfC', symObjAddr: 0x6B0, symBinAddr: 0x23A700, symSize: 0x30 }
+ - { offsetInCU: 0x336, offset: 0x1C70FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCACycfc', symObjAddr: 0x6E0, symBinAddr: 0x23A730, symSize: 0x30 }
+ - { offsetInCU: 0x37B, offset: 0x1C7143, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCfd', symObjAddr: 0x710, symBinAddr: 0x23A760, symSize: 0x10 }
+ - { offsetInCU: 0x3A8, offset: 0x1C7170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCfD', symObjAddr: 0x720, symBinAddr: 0x23A770, symSize: 0x20 }
+ - { offsetInCU: 0x3E2, offset: 0x1C71AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO13isReconnectedSbvg', symObjAddr: 0x220, symBinAddr: 0x23A270, symSize: 0x10 }
+ - { offsetInCU: 0x40D, offset: 0x1C71D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO2eeoiySbAE_AEtFZ', symObjAddr: 0x740, symBinAddr: 0x23A790, symSize: 0x10 }
+ - { offsetInCU: 0x435, offset: 0x1C71FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO4hash4intoys6HasherVz_tF', symObjAddr: 0x750, symBinAddr: 0x23A7A0, symSize: 0x20 }
+ - { offsetInCU: 0x4CB, offset: 0x1C7293, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusO9hashValueSivg', symObjAddr: 0x770, symBinAddr: 0x23A7C0, symSize: 0x40 }
+ - { offsetInCU: 0x5C6, offset: 0x1C738E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x7B0, symBinAddr: 0x23A800, symSize: 0x10 }
+ - { offsetInCU: 0x61C, offset: 0x1C73E4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH9hashValueSivgTW', symObjAddr: 0x7C0, symBinAddr: 0x23A810, symSize: 0x40 }
+ - { offsetInCU: 0x700, offset: 0x1C74C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x800, symBinAddr: 0x23A850, symSize: 0x20 }
+ - { offsetInCU: 0x7F3, offset: 0x1C75BB, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x890, symBinAddr: 0x23A8B0, symSize: 0x20 }
+ - { offsetInCU: 0x807, offset: 0x1C75CF, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x8B0, symBinAddr: 0x23A8D0, symSize: 0x10 }
+ - { offsetInCU: 0x81B, offset: 0x1C75E3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASQWb', symObjAddr: 0x8C0, symBinAddr: 0x23A8E0, symSize: 0x10 }
+ - { offsetInCU: 0x82F, offset: 0x1C75F7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOAESQAAWl', symObjAddr: 0x8D0, symBinAddr: 0x23A8F0, symSize: 0x30 }
+ - { offsetInCU: 0x843, offset: 0x1C760B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateCMa', symObjAddr: 0x900, symBinAddr: 0x23A920, symSize: 0x20 }
+ - { offsetInCU: 0x857, offset: 0x1C761F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwet', symObjAddr: 0x980, symBinAddr: 0x23A980, symSize: 0x80 }
+ - { offsetInCU: 0x86B, offset: 0x1C7633, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwst', symObjAddr: 0xA00, symBinAddr: 0x23AA00, symSize: 0xD0 }
+ - { offsetInCU: 0x87F, offset: 0x1C7647, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwug', symObjAddr: 0xAD0, symBinAddr: 0x23AAD0, symSize: 0x10 }
+ - { offsetInCU: 0x893, offset: 0x1C765B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwup', symObjAddr: 0xAE0, symBinAddr: 0x23AAE0, symSize: 0x10 }
+ - { offsetInCU: 0x8A7, offset: 0x1C766F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOwui', symObjAddr: 0xAF0, symBinAddr: 0x23AAF0, symSize: 0x10 }
+ - { offsetInCU: 0x8BB, offset: 0x1C7683, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOMa', symObjAddr: 0xB00, symBinAddr: 0x23AB00, symSize: 0x10 }
+ - { offsetInCU: 0x941, offset: 0x1C7709, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14ConnectedStateC6StatusOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x820, symBinAddr: 0x23A870, symSize: 0x40 }
+ - { offsetInCU: 0x2B, offset: 0x1C79A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvau', symObjAddr: 0x0, symBinAddr: 0x23AB30, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x1C79C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvpZ', symObjAddr: 0x1C060, symBinAddr: 0x32C408, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1C79E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV8rawValues5Int32Vvg', symObjAddr: 0x3D30, symBinAddr: 0x23E860, symSize: 0x10 }
+ - { offsetInCU: 0x85, offset: 0x1C79FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV8rawValueACs5Int32V_tcfC', symObjAddr: 0x3D40, symBinAddr: 0x23E870, symSize: 0x10 }
+ - { offsetInCU: 0xC0, offset: 0x1C7A39, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvgZ', symObjAddr: 0x3D60, symBinAddr: 0x23E890, symSize: 0x10 }
+ - { offsetInCU: 0xDC, offset: 0x1C7A55, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvgZ', symObjAddr: 0x3D80, symBinAddr: 0x23E8B0, symSize: 0x10 }
+ - { offsetInCU: 0xF8, offset: 0x1C7A71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvgZ', symObjAddr: 0x3D90, symBinAddr: 0x23E8C0, symSize: 0x10 }
+ - { offsetInCU: 0x114, offset: 0x1C7A8D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvgZ', symObjAddr: 0x3DB0, symBinAddr: 0x23E8E0, symSize: 0x10 }
+ - { offsetInCU: 0x130, offset: 0x1C7AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVSYAASY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x3DC0, symBinAddr: 0x23E8F0, symSize: 0x10 }
+ - { offsetInCU: 0x14C, offset: 0x1C7AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVSYAASY8rawValue03RawG0QzvgTW', symObjAddr: 0x3DD0, symBinAddr: 0x23E900, symSize: 0x10 }
+ - { offsetInCU: 0x175, offset: 0x1C7AEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvpZ', symObjAddr: 0x46B8, symBinAddr: 0x3021E0, symSize: 0x0 }
+ - { offsetInCU: 0x18F, offset: 0x1C7B08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvpZ', symObjAddr: 0x46BC, symBinAddr: 0x3021E4, symSize: 0x0 }
+ - { offsetInCU: 0x1A9, offset: 0x1C7B22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvpZ', symObjAddr: 0x46C0, symBinAddr: 0x3021E8, symSize: 0x0 }
+ - { offsetInCU: 0x1B7, offset: 0x1C7B30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV04bestD0ACvau', symObjAddr: 0x0, symBinAddr: 0x23AB30, symSize: 0x10 }
+ - { offsetInCU: 0x212, offset: 0x1C7B8B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindO2eeoiySbAE_AEtFZ', symObjAddr: 0x3DE0, symBinAddr: 0x23E910, symSize: 0x90 }
+ - { offsetInCU: 0x270, offset: 0x1C7BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3E70, symBinAddr: 0x23E9A0, symSize: 0x80 }
+ - { offsetInCU: 0x2AF, offset: 0x1C7C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4kindAC4KindOvg', symObjAddr: 0x3EF0, symBinAddr: 0x23EA20, symSize: 0x10 }
+ - { offsetInCU: 0x2CB, offset: 0x1C7C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV7messageSSvg', symObjAddr: 0x3F00, symBinAddr: 0x23EA30, symSize: 0x20 }
+ - { offsetInCU: 0x2E7, offset: 0x1C7C60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4code3msgACs5Int32V_SPys4Int8VGSgtcfC', symObjAddr: 0x3F20, symBinAddr: 0x23EA50, symSize: 0x20 }
+ - { offsetInCU: 0x2FB, offset: 0x1C7C74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV20localizedDescriptionSSvg', symObjAddr: 0x3F40, symBinAddr: 0x23EA70, symSize: 0x20 }
+ - { offsetInCU: 0x36D, offset: 0x1C7CE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4code3msgACs5Int32V_SPys4Int8VGSgtcfCTf4nnd_n', symObjAddr: 0x4210, symBinAddr: 0x23ED40, symSize: 0xB0 }
+ - { offsetInCU: 0x45B, offset: 0x1C7DD4, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE7gzipped5levelAcD16CompressionLevelV_tKF', symObjAddr: 0x10, symBinAddr: 0x23AB40, symSize: 0x1E10 }
+ - { offsetInCU: 0x16A1, offset: 0x1C901A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE9gunzippedACyKF', symObjAddr: 0x1E20, symBinAddr: 0x23C950, symSize: 0x1F10 }
+ - { offsetInCU: 0x27BC, offset: 0x1CA135, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV02noD0ACvau', symObjAddr: 0x3D50, symBinAddr: 0x23E880, symSize: 0x10 }
+ - { offsetInCU: 0x27DA, offset: 0x1CA153, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV9bestSpeedACvau', symObjAddr: 0x3D70, symBinAddr: 0x23E8A0, symSize: 0x10 }
+ - { offsetInCU: 0x27F8, offset: 0x1CA171, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelV07defaultD0ACvau', symObjAddr: 0x3DA0, symBinAddr: 0x23E8D0, symSize: 0x10 }
+ - { offsetInCU: 0x2816, offset: 0x1CA18F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV13SendBirdCallsE9isGzippedSbvg', symObjAddr: 0x3FA0, symBinAddr: 0x23EAD0, symSize: 0x60 }
+ - { offsetInCU: 0x2920, offset: 0x1CA299, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVACs0E0AAWl', symObjAddr: 0x42C0, symBinAddr: 0x23EDF0, symSize: 0x30 }
+ - { offsetInCU: 0x2934, offset: 0x1CA2AD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CompressionLevelVMa', symObjAddr: 0x43D0, symBinAddr: 0x23EE20, symSize: 0x10 }
+ - { offsetInCU: 0x2948, offset: 0x1CA2C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwCP', symObjAddr: 0x43E0, symBinAddr: 0x23EE30, symSize: 0x30 }
+ - { offsetInCU: 0x295C, offset: 0x1CA2D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwxx', symObjAddr: 0x4410, symBinAddr: 0x23EE60, symSize: 0x10 }
+ - { offsetInCU: 0x2970, offset: 0x1CA2E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwcp', symObjAddr: 0x4420, symBinAddr: 0x23EE70, symSize: 0x40 }
+ - { offsetInCU: 0x2984, offset: 0x1CA2FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwca', symObjAddr: 0x4460, symBinAddr: 0x23EEB0, symSize: 0x40 }
+ - { offsetInCU: 0x2998, offset: 0x1CA311, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwta', symObjAddr: 0x44C0, symBinAddr: 0x23EEF0, symSize: 0x40 }
+ - { offsetInCU: 0x29AC, offset: 0x1CA325, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwet', symObjAddr: 0x4500, symBinAddr: 0x23EF30, symSize: 0x40 }
+ - { offsetInCU: 0x29C0, offset: 0x1CA339, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVwst', symObjAddr: 0x4540, symBinAddr: 0x23EF70, symSize: 0x50 }
+ - { offsetInCU: 0x29D4, offset: 0x1CA34D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVMa', symObjAddr: 0x4590, symBinAddr: 0x23EFC0, symSize: 0x10 }
+ - { offsetInCU: 0x29E8, offset: 0x1CA361, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwet', symObjAddr: 0x45D0, symBinAddr: 0x23EFD0, symSize: 0x20 }
+ - { offsetInCU: 0x29FC, offset: 0x1CA375, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwst', symObjAddr: 0x45F0, symBinAddr: 0x23EFF0, symSize: 0x30 }
+ - { offsetInCU: 0x2A10, offset: 0x1CA389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwug', symObjAddr: 0x4620, symBinAddr: 0x23F020, symSize: 0x20 }
+ - { offsetInCU: 0x2A24, offset: 0x1CA39D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwup', symObjAddr: 0x4640, symBinAddr: 0x23F040, symSize: 0x10 }
+ - { offsetInCU: 0x2A38, offset: 0x1CA3B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOwui', symObjAddr: 0x4650, symBinAddr: 0x23F050, symSize: 0x20 }
+ - { offsetInCU: 0x2A4C, offset: 0x1CA3C5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorV4KindOMa', symObjAddr: 0x4670, symBinAddr: 0x23F070, symSize: 0x10 }
+ - { offsetInCU: 0x2A60, offset: 0x1CA3D9, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV8IteratorVAEStAAWl', symObjAddr: 0x4680, symBinAddr: 0x23F080, symSize: 0x34 }
+ - { offsetInCU: 0x2AD2, offset: 0x1CA44B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP7_domainSSvgTW', symObjAddr: 0x3F60, symBinAddr: 0x23EA90, symSize: 0x10 }
+ - { offsetInCU: 0x2AEE, offset: 0x1CA467, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP5_codeSivgTW', symObjAddr: 0x3F70, symBinAddr: 0x23EAA0, symSize: 0x10 }
+ - { offsetInCU: 0x2B0A, offset: 0x1CA483, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3F80, symBinAddr: 0x23EAB0, symSize: 0x10 }
+ - { offsetInCU: 0x2B26, offset: 0x1CA49F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9GzipErrorVs0E0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3F90, symBinAddr: 0x23EAC0, symSize: 0x10 }
+ - { offsetInCU: 0x2B5D, offset: 0x1CA4D6, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE6starts4withSbqd___tSTRd__AAQyd__ABRSlF10Foundation4DataV_Says5UInt8VGTg5', symObjAddr: 0x4000, symBinAddr: 0x23EB30, symSize: 0x160 }
+ - { offsetInCU: 0x2DC1, offset: 0x1CA73A, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV8capacityACSi_tcfCTf4nd_n', symObjAddr: 0x4160, symBinAddr: 0x23EC90, symSize: 0xB0 }
+ - { offsetInCU: 0x27, offset: 0x1CA981, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfC', symObjAddr: 0x0, symBinAddr: 0x23F0C0, symSize: 0x70 }
+ - { offsetInCU: 0x4B, offset: 0x1CA9A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfC', symObjAddr: 0x0, symBinAddr: 0x23F0C0, symSize: 0x70 }
+ - { offsetInCU: 0x67, offset: 0x1CA9C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x70, symBinAddr: 0x23F130, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x1CA9DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x80, symBinAddr: 0x23F140, symSize: 0x10 }
+ - { offsetInCU: 0x97, offset: 0x1CA9F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV6uniqueSbvg', symObjAddr: 0x90, symBinAddr: 0x23F150, symSize: 0x10 }
+ - { offsetInCU: 0xB3, offset: 0x1CAA0D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV5tokenSSvg', symObjAddr: 0xA0, symBinAddr: 0x23F160, symSize: 0x30 }
+ - { offsetInCU: 0xCF, offset: 0x1CAA29, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV06systemE7EnabledSbvg', symObjAddr: 0xD0, symBinAddr: 0x23F190, symSize: 0x10 }
+ - { offsetInCU: 0xEB, offset: 0x1CAA45, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV18deviceManufacturerSSvg', symObjAddr: 0xE0, symBinAddr: 0x23F1A0, symSize: 0x30 }
+ - { offsetInCU: 0x107, offset: 0x1CAA61, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8deviceOSSSvg', symObjAddr: 0x110, symBinAddr: 0x23F1D0, symSize: 0x30 }
+ - { offsetInCU: 0x149, offset: 0x1CAAA3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x140, symBinAddr: 0x23F200, symSize: 0x70 }
+ - { offsetInCU: 0x184, offset: 0x1CAADE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x1B0, symBinAddr: 0x23F270, symSize: 0x70 }
+ - { offsetInCU: 0x1C7, offset: 0x1CAB21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x220, symBinAddr: 0x23F2E0, symSize: 0x10 }
+ - { offsetInCU: 0x1EE, offset: 0x1CAB48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x230, symBinAddr: 0x23F2F0, symSize: 0x10 }
+ - { offsetInCU: 0x215, offset: 0x1CAB6F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO8rawValueSSvg', symObjAddr: 0x240, symBinAddr: 0x23F300, symSize: 0xA0 }
+ - { offsetInCU: 0x24E, offset: 0x1CABA8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysO11stringValueSSvg', symObjAddr: 0x2E0, symBinAddr: 0x23F3A0, symSize: 0xA0 }
+ - { offsetInCU: 0x2A7, offset: 0x1CAC01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSYAASY8rawValuexSg03RawK0Qz_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x23F590, symSize: 0x80 }
+ - { offsetInCU: 0x2E8, offset: 0x1CAC42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSYAASY8rawValue03RawK0QzvgTW', symObjAddr: 0x550, symBinAddr: 0x23F610, symSize: 0x30 }
+ - { offsetInCU: 0x2FC, offset: 0x1CAC56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x580, symBinAddr: 0x23F640, symSize: 0x10 }
+ - { offsetInCU: 0x332, offset: 0x1CAC8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x590, symBinAddr: 0x23F650, symSize: 0x80 }
+ - { offsetInCU: 0x38A, offset: 0x1CACE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x610, symBinAddr: 0x23F6D0, symSize: 0x10 }
+ - { offsetInCU: 0x3A6, offset: 0x1CAD00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x620, symBinAddr: 0x23F6E0, symSize: 0x10 }
+ - { offsetInCU: 0x3C3, offset: 0x1CAD1D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x670, symBinAddr: 0x23F730, symSize: 0x190 }
+ - { offsetInCU: 0x41F, offset: 0x1CAD79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x800, symBinAddr: 0x23F8C0, symSize: 0x10 }
+ - { offsetInCU: 0x44A, offset: 0x1CADA4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x810, symBinAddr: 0x23F8D0, symSize: 0x10 }
+ - { offsetInCU: 0x47C, offset: 0x1CADD6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x820, symBinAddr: 0x23F8E0, symSize: 0x50 }
+ - { offsetInCU: 0x49F, offset: 0x1CADF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV8pushType5token6userId6unique06systemE7Enabled18deviceManufacturer0P2OSAcA0eI0O_S2SS2bS2StcfCTf4nnnnnnnd_n', symObjAddr: 0x870, symBinAddr: 0x23F930, symSize: 0x160 }
+ - { offsetInCU: 0x55C, offset: 0x1CAEB6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs0H3KeyAAWl', symObjAddr: 0xA40, symBinAddr: 0x23FA90, symSize: 0x30 }
+ - { offsetInCU: 0x570, offset: 0x1CAECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASQWb', symObjAddr: 0xA70, symBinAddr: 0x23FAC0, symSize: 0x10 }
+ - { offsetInCU: 0x584, offset: 0x1CAEDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAESQAAWl', symObjAddr: 0xA80, symBinAddr: 0x23FAD0, symSize: 0x30 }
+ - { offsetInCU: 0x598, offset: 0x1CAEF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xAB0, symBinAddr: 0x23FB00, symSize: 0x10 }
+ - { offsetInCU: 0x5AC, offset: 0x1CAF06, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xAC0, symBinAddr: 0x23FB10, symSize: 0x30 }
+ - { offsetInCU: 0x5C0, offset: 0x1CAF1A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs0H3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xAF0, symBinAddr: 0x23FB40, symSize: 0x10 }
+ - { offsetInCU: 0x5D4, offset: 0x1CAF2E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0xB00, symBinAddr: 0x23FB50, symSize: 0x30 }
+ - { offsetInCU: 0x5E8, offset: 0x1CAF42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA14APIRequestableAAWI', symObjAddr: 0xB30, symBinAddr: 0x23FB80, symSize: 0x20 }
+ - { offsetInCU: 0x5FC, offset: 0x1CAF56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA15ResultIgnorableAAWI', symObjAddr: 0xB80, symBinAddr: 0x23FBA0, symSize: 0x20 }
+ - { offsetInCU: 0x610, offset: 0x1CAF6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA11RequestableAAWI', symObjAddr: 0xBD0, symBinAddr: 0x23FBC0, symSize: 0x30 }
+ - { offsetInCU: 0x624, offset: 0x1CAF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA0G0AAWl', symObjAddr: 0xC00, symBinAddr: 0x23FBF0, symSize: 0x30 }
+ - { offsetInCU: 0x638, offset: 0x1CAF92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xC30, symBinAddr: 0x23FC20, symSize: 0x30 }
+ - { offsetInCU: 0x64C, offset: 0x1CAFA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0xC60, symBinAddr: 0x23FC50, symSize: 0x10 }
+ - { offsetInCU: 0x660, offset: 0x1CAFBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0AAWI', symObjAddr: 0xCA0, symBinAddr: 0x23FC60, symSize: 0x20 }
+ - { offsetInCU: 0x674, offset: 0x1CAFCE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVACSEAAWl', symObjAddr: 0xCC0, symBinAddr: 0x23FC80, symSize: 0x30 }
+ - { offsetInCU: 0x688, offset: 0x1CAFE2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xCF0, symBinAddr: 0x23FCB0, symSize: 0x20 }
+ - { offsetInCU: 0x69C, offset: 0x1CAFF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwCP', symObjAddr: 0xD10, symBinAddr: 0x23FCD0, symSize: 0x30 }
+ - { offsetInCU: 0x6B0, offset: 0x1CB00A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwxx', symObjAddr: 0xD40, symBinAddr: 0x23FD00, symSize: 0x40 }
+ - { offsetInCU: 0x6C4, offset: 0x1CB01E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwcp', symObjAddr: 0xD80, symBinAddr: 0x23FD40, symSize: 0x90 }
+ - { offsetInCU: 0x6D8, offset: 0x1CB032, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwca', symObjAddr: 0xE10, symBinAddr: 0x23FDD0, symSize: 0xB0 }
+ - { offsetInCU: 0x6EC, offset: 0x1CB046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwta', symObjAddr: 0xEF0, symBinAddr: 0x23FE80, symSize: 0x90 }
+ - { offsetInCU: 0x700, offset: 0x1CB05A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwet', symObjAddr: 0xF80, symBinAddr: 0x23FF10, symSize: 0x40 }
+ - { offsetInCU: 0x714, offset: 0x1CB06E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVwst', symObjAddr: 0xFC0, symBinAddr: 0x23FF50, symSize: 0x50 }
+ - { offsetInCU: 0x728, offset: 0x1CB082, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVMa', symObjAddr: 0x1010, symBinAddr: 0x23FFA0, symSize: 0x10 }
+ - { offsetInCU: 0x73C, offset: 0x1CB096, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwet', symObjAddr: 0x1040, symBinAddr: 0x23FFB0, symSize: 0x80 }
+ - { offsetInCU: 0x750, offset: 0x1CB0AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwst', symObjAddr: 0x10C0, symBinAddr: 0x240030, symSize: 0xD0 }
+ - { offsetInCU: 0x764, offset: 0x1CB0BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwug', symObjAddr: 0x1190, symBinAddr: 0x240100, symSize: 0x10 }
+ - { offsetInCU: 0x778, offset: 0x1CB0D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwup', symObjAddr: 0x11A0, symBinAddr: 0x240110, symSize: 0x10 }
+ - { offsetInCU: 0x78C, offset: 0x1CB0E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOwui', symObjAddr: 0x11B0, symBinAddr: 0x240120, symSize: 0x10 }
+ - { offsetInCU: 0x7A0, offset: 0x1CB0FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOMa', symObjAddr: 0x11C0, symBinAddr: 0x240130, symSize: 0xA }
+ - { offsetInCU: 0x7EF, offset: 0x1CB149, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x380, symBinAddr: 0x23F440, symSize: 0x80 }
+ - { offsetInCU: 0x8BE, offset: 0x1CB218, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x400, symBinAddr: 0x23F4C0, symSize: 0x50 }
+ - { offsetInCU: 0x93C, offset: 0x1CB296, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x450, symBinAddr: 0x23F510, symSize: 0x30 }
+ - { offsetInCU: 0x98E, offset: 0x1CB2E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x480, symBinAddr: 0x23F540, symSize: 0x50 }
+ - { offsetInCU: 0x9EA, offset: 0x1CB344, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x630, symBinAddr: 0x23F6F0, symSize: 0x20 }
+ - { offsetInCU: 0xA06, offset: 0x1CB360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x650, symBinAddr: 0x23F710, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x1CB59F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11encodeStats2toys7Encoder_p_tKF', symObjAddr: 0x0, symBinAddr: 0x240140, symSize: 0x250 }
+ - { offsetInCU: 0x125, offset: 0x1CB675, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCACycfC', symObjAddr: 0x2F0, symBinAddr: 0x2403C0, symSize: 0x50 }
+ - { offsetInCU: 0x162, offset: 0x1CB6B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tF', symObjAddr: 0x340, symBinAddr: 0x240410, symSize: 0x10 }
+ - { offsetInCU: 0x176, offset: 0x1CB6C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC26incrementReconnectionCountyyF', symObjAddr: 0x350, symBinAddr: 0x240420, symSize: 0x20 }
+ - { offsetInCU: 0x1B8, offset: 0x1CB708, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC13encodeSummary2toys7Encoder_p_tKF', symObjAddr: 0x370, symBinAddr: 0x240440, symSize: 0x230 }
+ - { offsetInCU: 0x259, offset: 0x1CB7A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvg', symObjAddr: 0x5A0, symBinAddr: 0x240670, symSize: 0x30 }
+ - { offsetInCU: 0x26D, offset: 0x1CB7BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvs', symObjAddr: 0x5D0, symBinAddr: 0x2406A0, symSize: 0x30 }
+ - { offsetInCU: 0x281, offset: 0x1CB7D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC7isValidSbvM', symObjAddr: 0x600, symBinAddr: 0x2406D0, symSize: 0x30 }
+ - { offsetInCU: 0x295, offset: 0x1CB7E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvg', symObjAddr: 0x630, symBinAddr: 0x240700, symSize: 0x30 }
+ - { offsetInCU: 0x2B1, offset: 0x1CB801, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvs', symObjAddr: 0x660, symBinAddr: 0x240730, symSize: 0x40 }
+ - { offsetInCU: 0x2CD, offset: 0x1CB81D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC9setupTimes5Int64VSgvM', symObjAddr: 0x6A0, symBinAddr: 0x240770, symSize: 0x30 }
+ - { offsetInCU: 0x2E9, offset: 0x1CB839, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvg', symObjAddr: 0x6D0, symBinAddr: 0x2407A0, symSize: 0x40 }
+ - { offsetInCU: 0x305, offset: 0x1CB855, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvs', symObjAddr: 0x710, symBinAddr: 0x2407E0, symSize: 0x40 }
+ - { offsetInCU: 0x321, offset: 0x1CB871, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvM', symObjAddr: 0x750, symBinAddr: 0x240820, symSize: 0x30 }
+ - { offsetInCU: 0x33D, offset: 0x1CB88D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11networkTypeSSSgvM.resume.0', symObjAddr: 0x780, symBinAddr: 0x240850, symSize: 0x10 }
+ - { offsetInCU: 0x37F, offset: 0x1CB8CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x790, symBinAddr: 0x240860, symSize: 0x70 }
+ - { offsetInCU: 0x3BA, offset: 0x1CB90A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x800, symBinAddr: 0x2408D0, symSize: 0x70 }
+ - { offsetInCU: 0x3FD, offset: 0x1CB94D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x870, symBinAddr: 0x240940, symSize: 0x10 }
+ - { offsetInCU: 0x424, offset: 0x1CB974, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8intValueSiSgvg', symObjAddr: 0x880, symBinAddr: 0x240950, symSize: 0x10 }
+ - { offsetInCU: 0x44B, offset: 0x1CB99B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO8rawValueSSvg', symObjAddr: 0x890, symBinAddr: 0x240960, symSize: 0x20 }
+ - { offsetInCU: 0x482, offset: 0x1CB9D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysO11stringValueSSvg', symObjAddr: 0x8B0, symBinAddr: 0x240980, symSize: 0x20 }
+ - { offsetInCU: 0x4D7, offset: 0x1CBA27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0xA20, symBinAddr: 0x240AF0, symSize: 0x80 }
+ - { offsetInCU: 0x518, offset: 0x1CBA68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0xAA0, symBinAddr: 0x240B70, symSize: 0x30 }
+ - { offsetInCU: 0x52C, offset: 0x1CBA7C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0xAD0, symBinAddr: 0x240BA0, symSize: 0x10 }
+ - { offsetInCU: 0x562, offset: 0x1CBAB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0xAE0, symBinAddr: 0x240BB0, symSize: 0x80 }
+ - { offsetInCU: 0x5BA, offset: 0x1CBB0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0xB60, symBinAddr: 0x240C30, symSize: 0x10 }
+ - { offsetInCU: 0x5D6, offset: 0x1CBB26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0xB70, symBinAddr: 0x240C40, symSize: 0x10 }
+ - { offsetInCU: 0x5F3, offset: 0x1CBB43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15updateSetupTimeyys5Int64VF', symObjAddr: 0xBC0, symBinAddr: 0x240C90, symSize: 0x30 }
+ - { offsetInCU: 0x630, offset: 0x1CBB80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZ', symObjAddr: 0xBF0, symBinAddr: 0x240CC0, symSize: 0x10 }
+ - { offsetInCU: 0x6C1, offset: 0x1CBC11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCfd', symObjAddr: 0xC00, symBinAddr: 0x240CD0, symSize: 0x30 }
+ - { offsetInCU: 0x6FC, offset: 0x1CBC4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCfD', symObjAddr: 0xC30, symBinAddr: 0x240D00, symSize: 0x40 }
+ - { offsetInCU: 0x73F, offset: 0x1CBC8F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCACycfc', symObjAddr: 0xC70, symBinAddr: 0x240D40, symSize: 0x40 }
+ - { offsetInCU: 0x76B, offset: 0x1CBCBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvgTW', symObjAddr: 0xCB0, symBinAddr: 0x240D80, symSize: 0x30 }
+ - { offsetInCU: 0x7AC, offset: 0x1CBCFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvsTW', symObjAddr: 0xCE0, symBinAddr: 0x240DB0, symSize: 0x30 }
+ - { offsetInCU: 0x7ED, offset: 0x1CBD3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP7isValidSbvMTW', symObjAddr: 0xD10, symBinAddr: 0x240DE0, symSize: 0x30 }
+ - { offsetInCU: 0x82E, offset: 0x1CBD7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTW', symObjAddr: 0xD40, symBinAddr: 0x240E10, symSize: 0x10 }
+ - { offsetInCU: 0x860, offset: 0x1CBDB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP11encodeStats2toys7Encoder_p_tKFTW', symObjAddr: 0xD50, symBinAddr: 0x240E20, symSize: 0x10 }
+ - { offsetInCU: 0x883, offset: 0x1CBDD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP13encodeSummary2toys7Encoder_p_tKFTW', symObjAddr: 0xD60, symBinAddr: 0x240E30, symSize: 0x10 }
+ - { offsetInCU: 0x8B5, offset: 0x1CBE05, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCAA12SummarizableA2aDP15encodeSummaries4with7encoderySayxG_s7Encoder_ptFZTW', symObjAddr: 0xD70, symBinAddr: 0x240E40, symSize: 0x10 }
+ - { offsetInCU: 0x8E7, offset: 0x1CBE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC15encodeSummaries4with7encoderySayACG_s7Encoder_ptFZTf4nnd_n', symObjAddr: 0xD80, symBinAddr: 0x240E50, symSize: 0x790 }
+ - { offsetInCU: 0x1043, offset: 0x1CC593, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC11updateStats4withyAA12WebRTCClientC16RTPPacketMonitorC4InfoV_tFTf4xn_n', symObjAddr: 0x1510, symBinAddr: 0x2415E0, symSize: 0x460 }
+ - { offsetInCU: 0x10DF, offset: 0x1CC62F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x2C0, symBinAddr: 0x240390, symSize: 0x30 }
+ - { offsetInCU: 0x12EC, offset: 0x1CC83C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASQWb', symObjAddr: 0x19A0, symBinAddr: 0x241A40, symSize: 0x10 }
+ - { offsetInCU: 0x1300, offset: 0x1CC850, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAESQAAWl', symObjAddr: 0x19B0, symBinAddr: 0x241A50, symSize: 0x30 }
+ - { offsetInCU: 0x1314, offset: 0x1CC864, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x19E0, symBinAddr: 0x241A80, symSize: 0x10 }
+ - { offsetInCU: 0x1328, offset: 0x1CC878, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x19F0, symBinAddr: 0x241A90, symSize: 0x30 }
+ - { offsetInCU: 0x133C, offset: 0x1CC88C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x1A20, symBinAddr: 0x241AC0, symSize: 0x10 }
+ - { offsetInCU: 0x1350, offset: 0x1CC8A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x1A30, symBinAddr: 0x241AD0, symSize: 0x30 }
+ - { offsetInCU: 0x1364, offset: 0x1CC8B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsCMa', symObjAddr: 0x1A60, symBinAddr: 0x241B00, symSize: 0x20 }
+ - { offsetInCU: 0x1378, offset: 0x1CC8C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwet', symObjAddr: 0x1AD0, symBinAddr: 0x241B50, symSize: 0x80 }
+ - { offsetInCU: 0x138C, offset: 0x1CC8DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwst', symObjAddr: 0x1B50, symBinAddr: 0x241BD0, symSize: 0xD0 }
+ - { offsetInCU: 0x13A0, offset: 0x1CC8F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwug', symObjAddr: 0x1C20, symBinAddr: 0x241CA0, symSize: 0x10 }
+ - { offsetInCU: 0x13B4, offset: 0x1CC904, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwup', symObjAddr: 0x1C30, symBinAddr: 0x241CB0, symSize: 0x10 }
+ - { offsetInCU: 0x13C8, offset: 0x1CC918, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOwui', symObjAddr: 0x1C40, symBinAddr: 0x241CC0, symSize: 0x10 }
+ - { offsetInCU: 0x13DC, offset: 0x1CC92C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOMa', symObjAddr: 0x1C50, symBinAddr: 0x241CD0, symSize: 0x10 }
+ - { offsetInCU: 0x1425, offset: 0x1CC975, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x8D0, symBinAddr: 0x2409A0, symSize: 0x80 }
+ - { offsetInCU: 0x14F4, offset: 0x1CCA44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x950, symBinAddr: 0x240A20, symSize: 0x50 }
+ - { offsetInCU: 0x1572, offset: 0x1CCAC2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9A0, symBinAddr: 0x240A70, symSize: 0x30 }
+ - { offsetInCU: 0x15C4, offset: 0x1CCB14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x9D0, symBinAddr: 0x240AA0, symSize: 0x50 }
+ - { offsetInCU: 0x1620, offset: 0x1CCB70, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0xB80, symBinAddr: 0x240C50, symSize: 0x20 }
+ - { offsetInCU: 0x163C, offset: 0x1CCB8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19TransportStatisticsC0D10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0xBA0, symBinAddr: 0x240C70, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1CCE9D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x241D10, symSize: 0x20 }
+ - { offsetInCU: 0x4B, offset: 0x1CCEC1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfC', symObjAddr: 0x0, symBinAddr: 0x241D10, symSize: 0x20 }
+ - { offsetInCU: 0x69, offset: 0x1CCEDF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7process7contextyAA0D0C_tF', symObjAddr: 0x20, symBinAddr: 0x241D30, symSize: 0x10 }
+ - { offsetInCU: 0xB7, offset: 0x1CCF2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC7connect7contextyAA0D0C_tF', symObjAddr: 0x30, symBinAddr: 0x241D40, symSize: 0x50 }
+ - { offsetInCU: 0x120, offset: 0x1CCF96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateC5close7context012shouldDeleteD0yAA0D0C_SbtF', symObjAddr: 0x80, symBinAddr: 0x241D90, symSize: 0x60 }
+ - { offsetInCU: 0x1C2, offset: 0x1CD038, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCACycfc', symObjAddr: 0xE0, symBinAddr: 0x241DF0, symSize: 0x10 }
+ - { offsetInCU: 0x1EF, offset: 0x1CD065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCfd', symObjAddr: 0xF0, symBinAddr: 0x241E00, symSize: 0x10 }
+ - { offsetInCU: 0x21C, offset: 0x1CD092, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCfD', symObjAddr: 0x100, symBinAddr: 0x241E10, symSize: 0x20 }
+ - { offsetInCU: 0x292, offset: 0x1CD108, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17EndpointIdleStateCMa', symObjAddr: 0x120, symBinAddr: 0x241E30, symSize: 0x14 }
+ - { offsetInCU: 0xF4, offset: 0x1CD3C3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6encode2toys7Encoder_p_tKF', symObjAddr: 0x25E0, symBinAddr: 0x244430, symSize: 0x230 }
+ - { offsetInCU: 0x3DB, offset: 0x1CD6AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0VtcfC', symObjAddr: 0xCC0, symBinAddr: 0x242B10, symSize: 0x70 }
+ - { offsetInCU: 0x40F, offset: 0x1CD6DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6targetAA7SummaryCvg', symObjAddr: 0xD30, symBinAddr: 0x242B80, symSize: 0x30 }
+ - { offsetInCU: 0x455, offset: 0x1CD724, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC6targetAA7SummaryCvs', symObjAddr: 0xD60, symBinAddr: 0x242BB0, symSize: 0xA0 }
+ - { offsetInCU: 0x4C9, offset: 0x1CD798, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvW', symObjAddr: 0xE00, symBinAddr: 0x242C50, symSize: 0x290 }
+ - { offsetInCU: 0x757, offset: 0x1CDA26, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvg', symObjAddr: 0x1090, symBinAddr: 0x242EE0, symSize: 0x30 }
+ - { offsetInCU: 0x784, offset: 0x1CDA53, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvs', symObjAddr: 0x10C0, symBinAddr: 0x242F10, symSize: 0x50 }
+ - { offsetInCU: 0x7C1, offset: 0x1CDA90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvM', symObjAddr: 0x1110, symBinAddr: 0x242F60, symSize: 0x40 }
+ - { offsetInCU: 0x7EE, offset: 0x1CDABD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9summariesShyAA7SummaryCGvM.resume.0', symObjAddr: 0x1150, symBinAddr: 0x242FA0, symSize: 0x30 }
+ - { offsetInCU: 0x819, offset: 0x1CDAE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvg', symObjAddr: 0x1180, symBinAddr: 0x242FD0, symSize: 0x30 }
+ - { offsetInCU: 0x835, offset: 0x1CDB04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvs', symObjAddr: 0x11B0, symBinAddr: 0x243000, symSize: 0x40 }
+ - { offsetInCU: 0x851, offset: 0x1CDB20, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12audioMOSListSaySdGvM', symObjAddr: 0x11F0, symBinAddr: 0x243040, symSize: 0x30 }
+ - { offsetInCU: 0x86D, offset: 0x1CDB3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvg', symObjAddr: 0x1220, symBinAddr: 0x243070, symSize: 0x30 }
+ - { offsetInCU: 0x889, offset: 0x1CDB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvs', symObjAddr: 0x1250, symBinAddr: 0x2430A0, symSize: 0x40 }
+ - { offsetInCU: 0x8A5, offset: 0x1CDB74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvM', symObjAddr: 0x1290, symBinAddr: 0x2430E0, symSize: 0x30 }
+ - { offsetInCU: 0x8C1, offset: 0x1CDB90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC04lastD9TimestampSdSgvM.resume.0', symObjAddr: 0x12C0, symBinAddr: 0x243110, symSize: 0x10 }
+ - { offsetInCU: 0x8DD, offset: 0x1CDBAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC18statsConfigurationAA0dG0Vvg', symObjAddr: 0x12D0, symBinAddr: 0x243120, symSize: 0x10 }
+ - { offsetInCU: 0x8F9, offset: 0x1CDBC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvg', symObjAddr: 0x12E0, symBinAddr: 0x243130, symSize: 0x30 }
+ - { offsetInCU: 0x915, offset: 0x1CDBE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvs', symObjAddr: 0x1310, symBinAddr: 0x243160, symSize: 0x40 }
+ - { offsetInCU: 0x931, offset: 0x1CDC00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9startedAts5Int64VSgvM', symObjAddr: 0x1350, symBinAddr: 0x2431A0, symSize: 0x30 }
+ - { offsetInCU: 0x94D, offset: 0x1CDC1C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12measureCountSivg', symObjAddr: 0x1380, symBinAddr: 0x2431D0, symSize: 0x1F0 }
+ - { offsetInCU: 0xB9A, offset: 0x1CDE69, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0Cvg', symObjAddr: 0x1570, symBinAddr: 0x2433C0, symSize: 0x30 }
+ - { offsetInCU: 0xBB6, offset: 0x1CDE85, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0Cvs', symObjAddr: 0x15A0, symBinAddr: 0x2433F0, symSize: 0x40 }
+ - { offsetInCU: 0xBD2, offset: 0x1CDEA1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC14qualityMonitorAA011CallQualityG0CvM', symObjAddr: 0x15E0, symBinAddr: 0x243430, symSize: 0x30 }
+ - { offsetInCU: 0xBEE, offset: 0x1CDEBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvg', symObjAddr: 0x1610, symBinAddr: 0x243460, symSize: 0x30 }
+ - { offsetInCU: 0xC0A, offset: 0x1CDED9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvs', symObjAddr: 0x1640, symBinAddr: 0x243490, symSize: 0x50 }
+ - { offsetInCU: 0xC26, offset: 0x1CDEF5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvM', symObjAddr: 0x1690, symBinAddr: 0x2434E0, symSize: 0x70 }
+ - { offsetInCU: 0xC42, offset: 0x1CDF11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC8delegateAA0D11LogDelegate_pSgvM.resume.0', symObjAddr: 0x1700, symBinAddr: 0x243550, symSize: 0x70 }
+ - { offsetInCU: 0xC5E, offset: 0x1CDF2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0Vtcfc', symObjAddr: 0x1770, symBinAddr: 0x2435C0, symSize: 0x40 }
+ - { offsetInCU: 0xC72, offset: 0x1CDF41, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCfd', symObjAddr: 0x17B0, symBinAddr: 0x243600, symSize: 0xD0 }
+ - { offsetInCU: 0xCAF, offset: 0x1CDF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCfD', symObjAddr: 0x1880, symBinAddr: 0x2436D0, symSize: 0xE0 }
+ - { offsetInCU: 0xCF6, offset: 0x1CDFC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC12setStartedAtyyF', symObjAddr: 0x1960, symBinAddr: 0x2437B0, symSize: 0xC0 }
+ - { offsetInCU: 0xD79, offset: 0x1CE048, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC15updateSetupTimeyyF', symObjAddr: 0x1A20, symBinAddr: 0x243870, symSize: 0x120 }
+ - { offsetInCU: 0xE7C, offset: 0x1CE14B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC06updateD04with4statyAA7SummaryC10IdentifierO_AA12WebRTCClientC16RTPPacketMonitorC4InfoVtF', symObjAddr: 0x1B40, symBinAddr: 0x243990, symSize: 0x240 }
+ - { offsetInCU: 0xF85, offset: 0x1CE254, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC26incrementReconnectionCountyyF', symObjAddr: 0x1D80, symBinAddr: 0x243BD0, symSize: 0x50 }
+ - { offsetInCU: 0xFE1, offset: 0x1CE2B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC9removeAllyyF', symObjAddr: 0x1DD0, symBinAddr: 0x243C20, symSize: 0x80 }
+ - { offsetInCU: 0x102A, offset: 0x1CE2F9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC05checkD8Interval33_0AF982F53FCB183435CA18E22A2BBBEALLyyF', symObjAddr: 0x1E50, symBinAddr: 0x243CA0, symSize: 0x2E0 }
+ - { offsetInCU: 0x129F, offset: 0x1CE56E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10identifier18statsConfigurationAcA7SummaryC10IdentifierO_AA0dH0VtcfcTf4gnn_n', symObjAddr: 0x75F0, symBinAddr: 0x249440, symSize: 0x1C0 }
+ - { offsetInCU: 0x1775, offset: 0x1CEA44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x2130, symBinAddr: 0x243F80, symSize: 0x80 }
+ - { offsetInCU: 0x17AE, offset: 0x1CEA7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x21B0, symBinAddr: 0x244000, symSize: 0x80 }
+ - { offsetInCU: 0x17E4, offset: 0x1CEAB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x2230, symBinAddr: 0x244080, symSize: 0x10 }
+ - { offsetInCU: 0x180B, offset: 0x1CEADA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8intValueSiSgvg', symObjAddr: 0x2240, symBinAddr: 0x244090, symSize: 0x10 }
+ - { offsetInCU: 0x1832, offset: 0x1CEB01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO8rawValueSSvg', symObjAddr: 0x2250, symBinAddr: 0x2440A0, symSize: 0x40 }
+ - { offsetInCU: 0x1859, offset: 0x1CEB28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysO11stringValueSSvg', symObjAddr: 0x2290, symBinAddr: 0x2440E0, symSize: 0x40 }
+ - { offsetInCU: 0x188F, offset: 0x1CEB5E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x2420, symBinAddr: 0x244270, symSize: 0x90 }
+ - { offsetInCU: 0x18C3, offset: 0x1CEB92, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x24B0, symBinAddr: 0x244300, symSize: 0x30 }
+ - { offsetInCU: 0x18D7, offset: 0x1CEBA6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x24E0, symBinAddr: 0x244330, symSize: 0x10 }
+ - { offsetInCU: 0x190D, offset: 0x1CEBDC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x24F0, symBinAddr: 0x244340, symSize: 0x90 }
+ - { offsetInCU: 0x1958, offset: 0x1CEC27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x2580, symBinAddr: 0x2443D0, symSize: 0x10 }
+ - { offsetInCU: 0x1974, offset: 0x1CEC43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x2590, symBinAddr: 0x2443E0, symSize: 0x10 }
+ - { offsetInCU: 0x1A25, offset: 0x1CECF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x2810, symBinAddr: 0x244660, symSize: 0x20 }
+ - { offsetInCU: 0x1AA0, offset: 0x1CED6F, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls14LoggerObserver_p_Tg5', symObjAddr: 0x2850, symBinAddr: 0x2446A0, symSize: 0xD0 }
+ - { offsetInCU: 0x1BC6, offset: 0x1CEE95, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF13SendBirdCalls10PacketInfoV_Tg5', symObjAddr: 0x2920, symBinAddr: 0x244770, symSize: 0xC0 }
+ - { offsetInCU: 0x1CF8, offset: 0x1CEFC7, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x2A00, symBinAddr: 0x244850, symSize: 0xB0 }
+ - { offsetInCU: 0x1E29, offset: 0x1CF0F8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x2AB0, symBinAddr: 0x244900, symSize: 0xE0 }
+ - { offsetInCU: 0x1F71, offset: 0x1CF240, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0x2BB0, symBinAddr: 0x244A00, symSize: 0xB0 }
+ - { offsetInCU: 0x2097, offset: 0x1CF366, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation4DataV_Tg5', symObjAddr: 0x2F10, symBinAddr: 0x244D60, symSize: 0xC0 }
+ - { offsetInCU: 0x21DE, offset: 0x1CF4AD, size: 0x8, addend: 0x0, symName: '_$sSMsSkRzrlE4sort2byySb7ElementSTQz_ADtKXE_tKFs15ContiguousArrayVy13SendBirdCalls7SummaryCG_Tg508$sSTsSL7c38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls7I14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x2FD0, symBinAddr: 0x244E20, symSize: 0x60 }
+ - { offsetInCU: 0x22E5, offset: 0x1CF5B4, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1cn_n', symObjAddr: 0x3030, symBinAddr: 0x244E80, symSize: 0x100 }
+ - { offsetInCU: 0x2560, offset: 0x1CF82F, size: 0x8, addend: 0x0, symName: '_$sSr15_stableSortImpl2byySbx_xtKXE_tKFySryxGz_SiztKXEfU_13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1nnncn_n', symObjAddr: 0x3130, symBinAddr: 0x244F80, symSize: 0x360 }
+ - { offsetInCU: 0x2961, offset: 0x1CFC30, size: 0x8, addend: 0x0, symName: '_$sSMsSKRzrlE14_insertionSort6within9sortedEnd2byySny5IndexSlQzG_AFSb7ElementSTQz_AItKXEtKFSry13SendBirdCalls7SummaryCG_Tg508$sSTsSL7h38RpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ij6Calls7L14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x3490, symBinAddr: 0x2452E0, symSize: 0xB0 }
+ - { offsetInCU: 0x2B63, offset: 0x1CFE32, size: 0x8, addend: 0x0, symName: '_$sSr13_mergeTopRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13fg6Calls7I14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x3540, symBinAddr: 0x245390, symSize: 0x2D0 }
+ - { offsetInCU: 0x2D64, offset: 0x1D0033, size: 0x8, addend: 0x0, symName: '_$sSr13_finalizeRuns_6buffer2bySbSaySnySiGGz_SpyxGSbx_xtKXEtKF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13ef6Calls7H14CG_TG5Tf4nnd_nTf1nncn_n', symObjAddr: 0x3810, symBinAddr: 0x245660, symSize: 0x160 }
+ - { offsetInCU: 0x2EE9, offset: 0x1D01B8, size: 0x8, addend: 0x0, symName: '_$ss6_merge3low3mid4high6buffer2bySbSpyxG_A3GSbx_xtKXEtKlF13SendBirdCalls7SummaryC_Tg5053$sSTsSL7ElementRpzrlE6sortedSayABGyFSbAB_ABtcfu_Shy13gh6Calls7J14CG_TG5Tf4nnd_nTf1nnnnc_n', symObjAddr: 0x3970, symBinAddr: 0x2457C0, symSize: 0x250 }
+ - { offsetInCU: 0x2F97, offset: 0x1D0266, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSnySiG_Tgq5', symObjAddr: 0x3BC0, symBinAddr: 0x245A10, symSize: 0x20 }
+ - { offsetInCU: 0x2FD0, offset: 0x1D029F, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSnySiG_Tgq5', symObjAddr: 0x3BE0, symBinAddr: 0x245A30, symSize: 0xB0 }
+ - { offsetInCU: 0x3052, offset: 0x1D0321, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyFSS_Tg5', symObjAddr: 0x3C90, symBinAddr: 0x245AE0, symSize: 0x200 }
+ - { offsetInCU: 0x30C1, offset: 0x1D0390, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV4copyyyF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x3E90, symBinAddr: 0x245CE0, symSize: 0x1F0 }
+ - { offsetInCU: 0x3146, offset: 0x1D0415, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tFSS_Tg5', symObjAddr: 0x4480, symBinAddr: 0x2462D0, symSize: 0x300 }
+ - { offsetInCU: 0x3232, offset: 0x1D0501, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x4780, symBinAddr: 0x2465D0, symSize: 0x330 }
+ - { offsetInCU: 0x3349, offset: 0x1D0618, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x4AB0, symBinAddr: 0x246900, symSize: 0x2D0 }
+ - { offsetInCU: 0x3462, offset: 0x1D0731, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV13copyAndResize8capacityySi_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x5090, symBinAddr: 0x246EE0, symSize: 0x310 }
+ - { offsetInCU: 0x352D, offset: 0x1D07FC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tFSS_Tg5', symObjAddr: 0x53A0, symBinAddr: 0x2471F0, symSize: 0x320 }
+ - { offsetInCU: 0x361A, offset: 0x1D08E9, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x56C0, symBinAddr: 0x247510, symSize: 0x2D0 }
+ - { offsetInCU: 0x374A, offset: 0x1D0A19, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls14DirectCallUserC_Tg5', symObjAddr: 0x5990, symBinAddr: 0x2477E0, symSize: 0x2F0 }
+ - { offsetInCU: 0x382D, offset: 0x1D0AFC, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6resize8capacityySi_tF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x5FC0, symBinAddr: 0x247E10, symSize: 0x320 }
+ - { offsetInCU: 0x3971, offset: 0x1D0C40, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x63E0, symBinAddr: 0x248230, symSize: 0x370 }
+ - { offsetInCU: 0x3ADB, offset: 0x1D0DAA, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtFSS_Tg5', symObjAddr: 0x6750, symBinAddr: 0x2485A0, symSize: 0x380 }
+ - { offsetInCU: 0x3BCF, offset: 0x1D0E9E, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV6update4with8isUniquexSgxn_SbtF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x6AD0, symBinAddr: 0x248920, symSize: 0x250 }
+ - { offsetInCU: 0x3CD9, offset: 0x1D0FA8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls9LogSymbol_p_Tg5', symObjAddr: 0x6D20, symBinAddr: 0x248B70, symSize: 0x30 }
+ - { offsetInCU: 0x3D11, offset: 0x1D0FE0, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyFSo16AVFrameRateRangeC_Tg5', symObjAddr: 0x6D50, symBinAddr: 0x248BA0, symSize: 0x30 }
+ - { offsetInCU: 0x3D49, offset: 0x1D1018, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls7SummaryC_Tg5', symObjAddr: 0x6D80, symBinAddr: 0x248BD0, symSize: 0x30 }
+ - { offsetInCU: 0x3D81, offset: 0x1D1050, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls7Command_p_Tg5', symObjAddr: 0x6DB0, symBinAddr: 0x248C00, symSize: 0x30 }
+ - { offsetInCU: 0x3DB9, offset: 0x1D1088, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls8SequenceC_Tg5', symObjAddr: 0x6DE0, symBinAddr: 0x248C30, symSize: 0x30 }
+ - { offsetInCU: 0x3E07, offset: 0x1D10D6, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFShySSG_Tg5', symObjAddr: 0x6E10, symBinAddr: 0x248C60, symSize: 0x200 }
+ - { offsetInCU: 0x3EEB, offset: 0x1D11BA, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCSnySiG_Tgq5Tf4nnd_n', symObjAddr: 0x7560, symBinAddr: 0x2493B0, symSize: 0x90 }
+ - { offsetInCU: 0x3FCB, offset: 0x1D129A, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls14DirectCallUserC_Tg5Tf4nnd_n', symObjAddr: 0x77C0, symBinAddr: 0x249600, symSize: 0x210 }
+ - { offsetInCU: 0x406F, offset: 0x1D133E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0x7A90, symBinAddr: 0x249810, symSize: 0x30 }
+ - { offsetInCU: 0x4083, offset: 0x1D1352, size: 0x8, addend: 0x0, symName: '_$sSaySdGSayxGSEsSERzlWl', symObjAddr: 0x7AC0, symBinAddr: 0x249840, symSize: 0x50 }
+ - { offsetInCU: 0x4097, offset: 0x1D1366, size: 0x8, addend: 0x0, symName: '_$sSaySdGMa', symObjAddr: 0x7B10, symBinAddr: 0x249890, symSize: 0x30 }
+ - { offsetInCU: 0x40AB, offset: 0x1D137A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASQWb', symObjAddr: 0x7B40, symBinAddr: 0x2498C0, symSize: 0x10 }
+ - { offsetInCU: 0x40BF, offset: 0x1D138E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAESQAAWl', symObjAddr: 0x7B50, symBinAddr: 0x2498D0, symSize: 0x30 }
+ - { offsetInCU: 0x40D3, offset: 0x1D13A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x7B80, symBinAddr: 0x249900, symSize: 0x10 }
+ - { offsetInCU: 0x40E7, offset: 0x1D13B6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x7B90, symBinAddr: 0x249910, symSize: 0x30 }
+ - { offsetInCU: 0x40FB, offset: 0x1D13CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x7BC0, symBinAddr: 0x249940, symSize: 0x10 }
+ - { offsetInCU: 0x410F, offset: 0x1D13DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x7BD0, symBinAddr: 0x249950, symSize: 0x30 }
+ - { offsetInCU: 0x4123, offset: 0x1D13F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerCMa', symObjAddr: 0x7EA0, symBinAddr: 0x249C20, symSize: 0x20 }
+ - { offsetInCU: 0x4137, offset: 0x1D1406, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwet', symObjAddr: 0x81A0, symBinAddr: 0x249F00, symSize: 0x80 }
+ - { offsetInCU: 0x414B, offset: 0x1D141A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwst', symObjAddr: 0x8220, symBinAddr: 0x249F80, symSize: 0xD0 }
+ - { offsetInCU: 0x415F, offset: 0x1D142E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwug', symObjAddr: 0x82F0, symBinAddr: 0x24A050, symSize: 0x10 }
+ - { offsetInCU: 0x4173, offset: 0x1D1442, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwup', symObjAddr: 0x8300, symBinAddr: 0x24A060, symSize: 0x10 }
+ - { offsetInCU: 0x4187, offset: 0x1D1456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOwui', symObjAddr: 0x8310, symBinAddr: 0x24A070, symSize: 0x10 }
+ - { offsetInCU: 0x419B, offset: 0x1D146A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOMa', symObjAddr: 0x8320, symBinAddr: 0x24A080, symSize: 0x10 }
+ - { offsetInCU: 0x41BA, offset: 0x1D1489, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls7SummaryC_Tg5Tf4nnd_n', symObjAddr: 0x8330, symBinAddr: 0x24A090, symSize: 0x1F0 }
+ - { offsetInCU: 0x42C1, offset: 0x1D1590, size: 0x8, addend: 0x0, symName: '_$ss10_NativeSetV_8capacityAByxGs07__CocoaB0Vn_SitcfC13SendBirdCalls8SequenceC_Tg5Tf4nnd_n', symObjAddr: 0x8520, symBinAddr: 0x24A280, symSize: 0x250 }
+ - { offsetInCU: 0x438F, offset: 0x1D165E, size: 0x8, addend: 0x0, symName: '_$sSo16AVFrameRateRangeCMa', symObjAddr: 0x87A0, symBinAddr: 0x24A500, symSize: 0x30 }
+ - { offsetInCU: 0x4414, offset: 0x1D16E3, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF19TransportStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA19hi6CSgAA7G6CXEfU_Tf1cn_n', symObjAddr: 0x0, symBinAddr: 0x241E50, symSize: 0x440 }
+ - { offsetInCU: 0x469D, offset: 0x1D196C, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF15AudioStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA15hi6CSgAA7G7CXEfU0_Tf1cn_n', symObjAddr: 0x440, symBinAddr: 0x242290, symSize: 0x440 }
+ - { offsetInCU: 0x4926, offset: 0x1D1BF5, size: 0x8, addend: 0x0, symName: '_$sSTsE10compactMapySayqd__Gqd__Sg7ElementQzKXEKlFShy13SendBirdCalls7SummaryCG_AF15VideoStatisticsCTg504$s13de50Calls12StatsManagerC6encode2toys7Encoder_p_tKFAA15hi6CSgAA7G7CXEfU1_Tf1cn_n', symObjAddr: 0x880, symBinAddr: 0x2426D0, symSize: 0x440 }
+ - { offsetInCU: 0x4C64, offset: 0x1D1F33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x22D0, symBinAddr: 0x244120, symSize: 0x80 }
+ - { offsetInCU: 0x4D33, offset: 0x1D2002, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x2350, symBinAddr: 0x2441A0, symSize: 0x50 }
+ - { offsetInCU: 0x4DC9, offset: 0x1D2098, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x23A0, symBinAddr: 0x2441F0, symSize: 0x30 }
+ - { offsetInCU: 0x4E1B, offset: 0x1D20EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x23D0, symBinAddr: 0x244220, symSize: 0x50 }
+ - { offsetInCU: 0x4E8F, offset: 0x1D215E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x25A0, symBinAddr: 0x2443F0, symSize: 0x20 }
+ - { offsetInCU: 0x4EAB, offset: 0x1D217A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12StatsManagerC10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x25C0, symBinAddr: 0x244410, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1D268D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11updateAudio9isEnabledySb_tF', symObjAddr: 0x0, symBinAddr: 0x24A560, symSize: 0x370 }
+ - { offsetInCU: 0x137, offset: 0x1D279D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC11updateAudio9isEnabledySb_tF', symObjAddr: 0x0, symBinAddr: 0x24A560, symSize: 0x370 }
+ - { offsetInCU: 0x3D7, offset: 0x1D2A3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC22deactivateAudioSessionyyFZ', symObjAddr: 0x370, symBinAddr: 0x24A8D0, symSize: 0x10 }
+ - { offsetInCU: 0x402, offset: 0x1D2A68, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC10setupAudioyyF', symObjAddr: 0x380, symBinAddr: 0x24A8E0, symSize: 0x180 }
+ - { offsetInCU: 0x46A, offset: 0x1D2AD0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC21createLocalAudioTrackSo08RTCAudioI0CSgyF', symObjAddr: 0x500, symBinAddr: 0x24AA60, symSize: 0x170 }
+ - { offsetInCU: 0x4DC, offset: 0x1D2B42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20activateAudioSession11isVideoCallySb_tFZ', symObjAddr: 0x670, symBinAddr: 0x24ABD0, symSize: 0x10 }
+ - { offsetInCU: 0x4F0, offset: 0x1D2B56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC28rtcAudioSessionConfiguration11isVideoCallSo08RTCAudiohI0CSb_tFZ', symObjAddr: 0x720, symBinAddr: 0x24ABE0, symSize: 0x10 }
+ - { offsetInCU: 0x504, offset: 0x1D2B6A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC26audioSessionDidChangeRoute_6reason08previousJ0ySo08RTCAudioG0C_So07AVAudiogjI6ReasonVSo0ngJ11DescriptionCtF', symObjAddr: 0x730, symBinAddr: 0x24ABF0, symSize: 0x80 }
+ - { offsetInCU: 0x583, offset: 0x1D2BE9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC26audioSessionDidChangeRoute_6reason08previousJ0ySo08RTCAudioG0C_So07AVAudiogjI6ReasonVSo0ngJ11DescriptionCtFTo', symObjAddr: 0x7B0, symBinAddr: 0x24AC70, symSize: 0xD0 }
+ - { offsetInCU: 0x5D7, offset: 0x1D2C3D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC28rtcAudioSessionConfiguration11isVideoCallSo08RTCAudiohI0CSb_tFZTf4nd_n', symObjAddr: 0x880, symBinAddr: 0x24AD40, symSize: 0x110 }
+ - { offsetInCU: 0x6D4, offset: 0x1D2D3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC20activateAudioSession11isVideoCallySb_tFZTf4nd_n', symObjAddr: 0x990, symBinAddr: 0x24AE50, symSize: 0x5D0 }
+ - { offsetInCU: 0xB45, offset: 0x1D31AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12WebRTCClientC22deactivateAudioSessionyyFZTf4d_n', symObjAddr: 0xF60, symBinAddr: 0x24B420, symSize: 0x3E2 }
+ - { offsetInCU: 0x27, offset: 0x1D37E3, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE4dataSSSg10Foundation4DataVSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x24B810, symSize: 0x90 }
+ - { offsetInCU: 0x3F, offset: 0x1D37FB, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE4dataSSSg10Foundation4DataVSg_tcfC', symObjAddr: 0x0, symBinAddr: 0x24B810, symSize: 0x90 }
+ - { offsetInCU: 0xD2, offset: 0x1D388E, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE5trunc6length8trailingSSSi_SStF', symObjAddr: 0xF0, symBinAddr: 0x24B8A0, symSize: 0x130 }
+ - { offsetInCU: 0x1E5, offset: 0x1D39A1, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE6prefixS2S_tcfC', symObjAddr: 0x220, symBinAddr: 0x24B9D0, symSize: 0x130 }
+ - { offsetInCU: 0x259, offset: 0x1D3A15, size: 0x8, addend: 0x0, symName: '_$sSS13SendBirdCallsE10urlEncodedSSvg', symObjAddr: 0x350, symBinAddr: 0x24BB00, symSize: 0x140 }
+ - { offsetInCU: 0x4F, offset: 0x1D3CD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV12arrayLiteralACSSd_tcfC', symObjAddr: 0x0, symBinAddr: 0x24BC40, symSize: 0x10 }
+ - { offsetInCU: 0x8A, offset: 0x1D3D0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV6appendyySSF', symObjAddr: 0x450, symBinAddr: 0x24C090, symSize: 0xB0 }
+ - { offsetInCU: 0x19D, offset: 0x1D3E22, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV11encodedPathSSvg', symObjAddr: 0x2CE0, symBinAddr: 0x24E920, symSize: 0x2B0 }
+ - { offsetInCU: 0x3C1, offset: 0x1D4046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvg', symObjAddr: 0x3460, symBinAddr: 0x24F0A0, symSize: 0x10 }
+ - { offsetInCU: 0x3DD, offset: 0x1D4062, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvs', symObjAddr: 0x3470, symBinAddr: 0x24F0B0, symSize: 0x20 }
+ - { offsetInCU: 0x3F9, offset: 0x1D407E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvM', symObjAddr: 0x3490, symBinAddr: 0x24F0D0, symSize: 0x10 }
+ - { offsetInCU: 0x415, offset: 0x1D409A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV8urlPathsSaySSGvM.resume.0', symObjAddr: 0x34A0, symBinAddr: 0x24F0E0, symSize: 0x10 }
+ - { offsetInCU: 0x45B, offset: 0x1D40E0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathV9appendingyACSSF', symObjAddr: 0x34B0, symBinAddr: 0x24F0F0, symSize: 0xB0 }
+ - { offsetInCU: 0x591, offset: 0x1D4216, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathVs25ExpressibleByArrayLiteralAAsADP05arrayH0x0gH7ElementQzd_tcfCTW', symObjAddr: 0x3560, symBinAddr: 0x24F1A0, symSize: 0x10 }
+ - { offsetInCU: 0x5BF, offset: 0x1D4244, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x10, symBinAddr: 0x24BC50, symSize: 0x20 }
+ - { offsetInCU: 0x5F1, offset: 0x1D4276, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE7headersSayAA0D6HeaderOGvg', symObjAddr: 0x30, symBinAddr: 0x24BC70, symSize: 0x20 }
+ - { offsetInCU: 0x61B, offset: 0x1D42A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x50, symBinAddr: 0x24BC90, symSize: 0x10 }
+ - { offsetInCU: 0x64D, offset: 0x1D42D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10apiVersionSSvg', symObjAddr: 0x60, symBinAddr: 0x24BCA0, symSize: 0x10 }
+ - { offsetInCU: 0x668, offset: 0x1D42ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x70, symBinAddr: 0x24BCB0, symSize: 0x10 }
+ - { offsetInCU: 0x684, offset: 0x1D4309, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE22isSessionTokenRequiredSbvg', symObjAddr: 0x80, symBinAddr: 0x24BCC0, symSize: 0x10 }
+ - { offsetInCU: 0x6AB, offset: 0x1D4330, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22AddIceCandidateRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x90, symBinAddr: 0x24BCD0, symSize: 0x10 }
+ - { offsetInCU: 0x6C7, offset: 0x1D434C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE9shouldLogSbvg', symObjAddr: 0xA0, symBinAddr: 0x24BCE0, symSize: 0x10 }
+ - { offsetInCU: 0x7C2, offset: 0x1D4447, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyF', symObjAddr: 0x27C0, symBinAddr: 0x24E400, symSize: 0x260 }
+ - { offsetInCU: 0x8C1, offset: 0x1D4546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3A0, symBinAddr: 0x24BFE0, symSize: 0x10 }
+ - { offsetInCU: 0x8F3, offset: 0x1D4578, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18DialReceiveRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x3B0, symBinAddr: 0x24BFF0, symSize: 0x10 }
+ - { offsetInCU: 0x920, offset: 0x1D45A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x3C0, symBinAddr: 0x24C000, symSize: 0x20 }
+ - { offsetInCU: 0x961, offset: 0x1D45E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3E0, symBinAddr: 0x24C020, symSize: 0x10 }
+ - { offsetInCU: 0x993, offset: 0x1D4618, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x3F0, symBinAddr: 0x24C030, symSize: 0x10 }
+ - { offsetInCU: 0x9AF, offset: 0x1D4634, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21AttachEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x400, symBinAddr: 0x24C040, symSize: 0x10 }
+ - { offsetInCU: 0x9DC, offset: 0x1D4661, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x410, symBinAddr: 0x24C050, symSize: 0x20 }
+ - { offsetInCU: 0xA1D, offset: 0x1D46A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x430, symBinAddr: 0x24C070, symSize: 0x10 }
+ - { offsetInCU: 0xA4F, offset: 0x1D46D4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AuthenticateRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x440, symBinAddr: 0x24C080, symSize: 0x10 }
+ - { offsetInCU: 0xAEA, offset: 0x1D476F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x500, symBinAddr: 0x24C140, symSize: 0x20 }
+ - { offsetInCU: 0xB2B, offset: 0x1D47B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x520, symBinAddr: 0x24C160, symSize: 0x10 }
+ - { offsetInCU: 0xB5D, offset: 0x1D47E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0x530, symBinAddr: 0x24C170, symSize: 0x10 }
+ - { offsetInCU: 0xB79, offset: 0x1D47FE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls26UnregisterPushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x540, symBinAddr: 0x24C180, symSize: 0x10 }
+ - { offsetInCU: 0xBA6, offset: 0x1D482B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x550, symBinAddr: 0x24C190, symSize: 0x20 }
+ - { offsetInCU: 0xBE7, offset: 0x1D486C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x24C1B0, symSize: 0x10 }
+ - { offsetInCU: 0xC19, offset: 0x1D489E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x580, symBinAddr: 0x24C1C0, symSize: 0x10 }
+ - { offsetInCU: 0xC35, offset: 0x1D48BA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16EnterRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x590, symBinAddr: 0x24C1D0, symSize: 0x10 }
+ - { offsetInCU: 0xC62, offset: 0x1D48E7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x5A0, symBinAddr: 0x24C1E0, symSize: 0x20 }
+ - { offsetInCU: 0xCA3, offset: 0x1D4928, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x5C0, symBinAddr: 0x24C200, symSize: 0x10 }
+ - { offsetInCU: 0xCD5, offset: 0x1D495A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x5D0, symBinAddr: 0x24C210, symSize: 0x10 }
+ - { offsetInCU: 0xCF1, offset: 0x1D4976, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12AliveRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x5E0, symBinAddr: 0x24C220, symSize: 0x10 }
+ - { offsetInCU: 0xD27, offset: 0x1D49AC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x5F0, symBinAddr: 0x24C230, symSize: 0x20 }
+ - { offsetInCU: 0xD73, offset: 0x1D49F8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x610, symBinAddr: 0x24C250, symSize: 0x10 }
+ - { offsetInCU: 0xDA5, offset: 0x1D4A2A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16UploadLogRequestCAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x620, symBinAddr: 0x24C260, symSize: 0x10 }
+ - { offsetInCU: 0xDD2, offset: 0x1D4A57, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x630, symBinAddr: 0x24C270, symSize: 0x20 }
+ - { offsetInCU: 0xE13, offset: 0x1D4A98, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x650, symBinAddr: 0x24C290, symSize: 0x10 }
+ - { offsetInCU: 0xE45, offset: 0x1D4ACA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x660, symBinAddr: 0x24C2A0, symSize: 0x10 }
+ - { offsetInCU: 0xE61, offset: 0x1D4AE6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls18CommandListRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x670, symBinAddr: 0x24C2B0, symSize: 0x10 }
+ - { offsetInCU: 0xE7D, offset: 0x1D4B02, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONEncoderC13SendBirdCallsE11keyStrategyA2C011KeyEncodingG0O_tcfC', symObjAddr: 0x680, symBinAddr: 0x24C2C0, symSize: 0x80 }
+ - { offsetInCU: 0xEB7, offset: 0x1D4B3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x700, symBinAddr: 0x24C340, symSize: 0x20 }
+ - { offsetInCU: 0xEF8, offset: 0x1D4B7D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x720, symBinAddr: 0x24C360, symSize: 0x10 }
+ - { offsetInCU: 0xF2A, offset: 0x1D4BAF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x730, symBinAddr: 0x24C370, symSize: 0x10 }
+ - { offsetInCU: 0xF46, offset: 0x1D4BCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x740, symBinAddr: 0x24C380, symSize: 0x10 }
+ - { offsetInCU: 0xF71, offset: 0x1D4BF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x750, symBinAddr: 0x24C390, symSize: 0x10 }
+ - { offsetInCU: 0xFA3, offset: 0x1D4C28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x760, symBinAddr: 0x24C3A0, symSize: 0x10 }
+ - { offsetInCU: 0xFBF, offset: 0x1D4C44, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x770, symBinAddr: 0x24C3B0, symSize: 0x10 }
+ - { offsetInCU: 0xFEC, offset: 0x1D4C71, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x780, symBinAddr: 0x24C3C0, symSize: 0x20 }
+ - { offsetInCU: 0x102D, offset: 0x1D4CB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x7A0, symBinAddr: 0x24C3E0, symSize: 0x10 }
+ - { offsetInCU: 0x105F, offset: 0x1D4CE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x7B0, symBinAddr: 0x24C3F0, symSize: 0x10 }
+ - { offsetInCU: 0x107B, offset: 0x1D4D00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28DeleteRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x7C0, symBinAddr: 0x24C400, symSize: 0x10 }
+ - { offsetInCU: 0x10A8, offset: 0x1D4D2D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x7D0, symBinAddr: 0x24C410, symSize: 0x20 }
+ - { offsetInCU: 0x10E9, offset: 0x1D4D6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x7F0, symBinAddr: 0x24C430, symSize: 0x10 }
+ - { offsetInCU: 0x111B, offset: 0x1D4DA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x800, symBinAddr: 0x24C440, symSize: 0x10 }
+ - { offsetInCU: 0x1137, offset: 0x1D4DBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21DeleteEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x810, symBinAddr: 0x24C450, symSize: 0x10 }
+ - { offsetInCU: 0x11AB, offset: 0x1D4E30, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFSS_ypTg5', symObjAddr: 0x820, symBinAddr: 0x24C460, symSize: 0x220 }
+ - { offsetInCU: 0x129F, offset: 0x1D4F24, size: 0x8, addend: 0x0, symName: '_$sSD13SendBirdCallsE9stringifySDyS2SGyFyACz_x3key_q_5valuettXEfU_SS_ypTg5', symObjAddr: 0xA40, symBinAddr: 0x24C680, symSize: 0x360 }
+ - { offsetInCU: 0x1369, offset: 0x1D4FEE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xDA0, symBinAddr: 0x24C9E0, symSize: 0x20 }
+ - { offsetInCU: 0x13AA, offset: 0x1D502F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xDC0, symBinAddr: 0x24CA00, symSize: 0x10 }
+ - { offsetInCU: 0x13DC, offset: 0x1D5061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xDD0, symBinAddr: 0x24CA10, symSize: 0x10 }
+ - { offsetInCU: 0x13F8, offset: 0x1D507D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13CancelRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xDE0, symBinAddr: 0x24CA20, symSize: 0x10 }
+ - { offsetInCU: 0x1425, offset: 0x1D50AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xDF0, symBinAddr: 0x24CA30, symSize: 0x20 }
+ - { offsetInCU: 0x1466, offset: 0x1D50EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE10, symBinAddr: 0x24CA50, symSize: 0x10 }
+ - { offsetInCU: 0x1498, offset: 0x1D511D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE20, symBinAddr: 0x24CA60, symSize: 0x10 }
+ - { offsetInCU: 0x14B4, offset: 0x1D5139, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19VideoSettingRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE30, symBinAddr: 0x24CA70, symSize: 0x10 }
+ - { offsetInCU: 0x14E1, offset: 0x1D5166, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xE40, symBinAddr: 0x24CA80, symSize: 0x20 }
+ - { offsetInCU: 0x1522, offset: 0x1D51A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xE60, symBinAddr: 0x24CAA0, symSize: 0x10 }
+ - { offsetInCU: 0x1554, offset: 0x1D51D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xE70, symBinAddr: 0x24CAB0, symSize: 0x10 }
+ - { offsetInCU: 0x1570, offset: 0x1D51F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeleteCustomItemsRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xE80, symBinAddr: 0x24CAC0, symSize: 0x10 }
+ - { offsetInCU: 0x159D, offset: 0x1D5222, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0xE90, symBinAddr: 0x24CAD0, symSize: 0x20 }
+ - { offsetInCU: 0x15DE, offset: 0x1D5263, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0xEB0, symBinAddr: 0x24CAF0, symSize: 0x10 }
+ - { offsetInCU: 0x1610, offset: 0x1D5295, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0xEC0, symBinAddr: 0x24CB00, symSize: 0x10 }
+ - { offsetInCU: 0x162C, offset: 0x1D52B1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22UpdatePushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0xED0, symBinAddr: 0x24CB10, symSize: 0x10 }
+ - { offsetInCU: 0x1659, offset: 0x1D52DE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xEE0, symBinAddr: 0x24CB20, symSize: 0x20 }
+ - { offsetInCU: 0x169A, offset: 0x1D531F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF00, symBinAddr: 0x24CB40, symSize: 0x10 }
+ - { offsetInCU: 0x16CC, offset: 0x1D5351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xF10, symBinAddr: 0x24CB50, symSize: 0x10 }
+ - { offsetInCU: 0x16E8, offset: 0x1D536D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21UpdateEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0xF20, symBinAddr: 0x24CB60, symSize: 0x10 }
+ - { offsetInCU: 0x1715, offset: 0x1D539A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xF30, symBinAddr: 0x24CB70, symSize: 0x20 }
+ - { offsetInCU: 0x1756, offset: 0x1D53DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xF50, symBinAddr: 0x24CB90, symSize: 0x10 }
+ - { offsetInCU: 0x1788, offset: 0x1D540D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xF60, symBinAddr: 0x24CBA0, symSize: 0x10 }
+ - { offsetInCU: 0x17A4, offset: 0x1D5429, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AcceptRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xF70, symBinAddr: 0x24CBB0, symSize: 0x10 }
+ - { offsetInCU: 0x17D1, offset: 0x1D5456, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0xF80, symBinAddr: 0x24CBC0, symSize: 0x20 }
+ - { offsetInCU: 0x1812, offset: 0x1D5497, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0xFA0, symBinAddr: 0x24CBE0, symSize: 0x10 }
+ - { offsetInCU: 0x1844, offset: 0x1D54C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0xFB0, symBinAddr: 0x24CBF0, symSize: 0x10 }
+ - { offsetInCU: 0x1860, offset: 0x1D54E5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14DeclineRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0xFC0, symBinAddr: 0x24CC00, symSize: 0x10 }
+ - { offsetInCU: 0x188D, offset: 0x1D5512, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0xFD0, symBinAddr: 0x24CC10, symSize: 0x20 }
+ - { offsetInCU: 0x18CE, offset: 0x1D5553, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0xFF0, symBinAddr: 0x24CC30, symSize: 0x10 }
+ - { offsetInCU: 0x1900, offset: 0x1D5585, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1000, symBinAddr: 0x24CC40, symSize: 0x10 }
+ - { offsetInCU: 0x191C, offset: 0x1D55A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RecordingStatusRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1010, symBinAddr: 0x24CC50, symSize: 0x10 }
+ - { offsetInCU: 0x1949, offset: 0x1D55CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1020, symBinAddr: 0x24CC60, symSize: 0x20 }
+ - { offsetInCU: 0x198A, offset: 0x1D560F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1040, symBinAddr: 0x24CC80, symSize: 0x10 }
+ - { offsetInCU: 0x19BC, offset: 0x1D5641, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1050, symBinAddr: 0x24CC90, symSize: 0x10 }
+ - { offsetInCU: 0x19D8, offset: 0x1D565D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls22RemoveCandidateRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1060, symBinAddr: 0x24CCA0, symSize: 0x10 }
+ - { offsetInCU: 0x1A05, offset: 0x1D568A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1070, symBinAddr: 0x24CCB0, symSize: 0x20 }
+ - { offsetInCU: 0x1A46, offset: 0x1D56CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1090, symBinAddr: 0x24CCD0, symSize: 0x10 }
+ - { offsetInCU: 0x1A78, offset: 0x1D56FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x10A0, symBinAddr: 0x24CCE0, symSize: 0x10 }
+ - { offsetInCU: 0x1A94, offset: 0x1D5719, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24DeclineInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x10B0, symBinAddr: 0x24CCF0, symSize: 0x10 }
+ - { offsetInCU: 0x1AC1, offset: 0x1D5746, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x10C0, symBinAddr: 0x24CD00, symSize: 0x20 }
+ - { offsetInCU: 0x1B02, offset: 0x1D5787, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x10E0, symBinAddr: 0x24CD20, symSize: 0x10 }
+ - { offsetInCU: 0x1B34, offset: 0x1D57B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x10F0, symBinAddr: 0x24CD30, symSize: 0x10 }
+ - { offsetInCU: 0x1B50, offset: 0x1D57D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21ConnectionLostRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1100, symBinAddr: 0x24CD40, symSize: 0x10 }
+ - { offsetInCU: 0x1B7D, offset: 0x1D5802, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1110, symBinAddr: 0x24CD50, symSize: 0x20 }
+ - { offsetInCU: 0x1BBE, offset: 0x1D5843, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1130, symBinAddr: 0x24CD70, symSize: 0x10 }
+ - { offsetInCU: 0x1BF0, offset: 0x1D5875, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1140, symBinAddr: 0x24CD80, symSize: 0x10 }
+ - { offsetInCU: 0x1C0C, offset: 0x1D5891, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24ConnectedEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1150, symBinAddr: 0x24CD90, symSize: 0x10 }
+ - { offsetInCU: 0x1C39, offset: 0x1D58BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1160, symBinAddr: 0x24CDA0, symSize: 0x20 }
+ - { offsetInCU: 0x1C7A, offset: 0x1D58FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1180, symBinAddr: 0x24CDC0, symSize: 0x10 }
+ - { offsetInCU: 0x1CAC, offset: 0x1D5931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1190, symBinAddr: 0x24CDD0, symSize: 0x10 }
+ - { offsetInCU: 0x1CC8, offset: 0x1D594D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15ExitRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x11A0, symBinAddr: 0x24CDE0, symSize: 0x10 }
+ - { offsetInCU: 0x1CF5, offset: 0x1D597A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x11B0, symBinAddr: 0x24CDF0, symSize: 0x20 }
+ - { offsetInCU: 0x1D36, offset: 0x1D59BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x11D0, symBinAddr: 0x24CE10, symSize: 0x10 }
+ - { offsetInCU: 0x1D68, offset: 0x1D59ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x11E0, symBinAddr: 0x24CE20, symSize: 0x10 }
+ - { offsetInCU: 0x1D84, offset: 0x1D5A09, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20RoomListQueryRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x11F0, symBinAddr: 0x24CE30, symSize: 0x10 }
+ - { offsetInCU: 0x1DB1, offset: 0x1D5A36, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1200, symBinAddr: 0x24CE40, symSize: 0x20 }
+ - { offsetInCU: 0x1DF2, offset: 0x1D5A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1220, symBinAddr: 0x24CE60, symSize: 0x10 }
+ - { offsetInCU: 0x1E24, offset: 0x1D5AA9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1230, symBinAddr: 0x24CE70, symSize: 0x10 }
+ - { offsetInCU: 0x1E40, offset: 0x1D5AC5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1240, symBinAddr: 0x24CE80, symSize: 0x10 }
+ - { offsetInCU: 0x1E6D, offset: 0x1D5AF2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x1250, symBinAddr: 0x24CE90, symSize: 0x20 }
+ - { offsetInCU: 0x1EAE, offset: 0x1D5B33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1270, symBinAddr: 0x24CEB0, symSize: 0x10 }
+ - { offsetInCU: 0x1EE0, offset: 0x1D5B65, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1280, symBinAddr: 0x24CEC0, symSize: 0x10 }
+ - { offsetInCU: 0x1EFC, offset: 0x1D5B81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomAudioSettingRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1290, symBinAddr: 0x24CED0, symSize: 0x10 }
+ - { offsetInCU: 0x1F27, offset: 0x1D5BAC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x12A0, symBinAddr: 0x24CEE0, symSize: 0x10 }
+ - { offsetInCU: 0x1F59, offset: 0x1D5BDE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14PushAckRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x12B0, symBinAddr: 0x24CEF0, symSize: 0x10 }
+ - { offsetInCU: 0x1F86, offset: 0x1D5C0B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x12C0, symBinAddr: 0x24CF00, symSize: 0x20 }
+ - { offsetInCU: 0x1FC7, offset: 0x1D5C4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x12E0, symBinAddr: 0x24CF20, symSize: 0x10 }
+ - { offsetInCU: 0x1FF9, offset: 0x1D5C7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x12F0, symBinAddr: 0x24CF30, symSize: 0x10 }
+ - { offsetInCU: 0x2015, offset: 0x1D5C9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls19AudioSettingRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1300, symBinAddr: 0x24CF40, symSize: 0x10 }
+ - { offsetInCU: 0x2042, offset: 0x1D5CC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1310, symBinAddr: 0x24CF50, symSize: 0x20 }
+ - { offsetInCU: 0x2083, offset: 0x1D5D08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1330, symBinAddr: 0x24CF70, symSize: 0x10 }
+ - { offsetInCU: 0x20B5, offset: 0x1D5D3A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1340, symBinAddr: 0x24CF80, symSize: 0x10 }
+ - { offsetInCU: 0x20D1, offset: 0x1D5D56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11DialRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1350, symBinAddr: 0x24CF90, symSize: 0x10 }
+ - { offsetInCU: 0x20FE, offset: 0x1D5D83, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1360, symBinAddr: 0x24CFA0, symSize: 0x20 }
+ - { offsetInCU: 0x213F, offset: 0x1D5DC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1380, symBinAddr: 0x24CFC0, symSize: 0x10 }
+ - { offsetInCU: 0x2171, offset: 0x1D5DF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1390, symBinAddr: 0x24CFD0, symSize: 0x10 }
+ - { offsetInCU: 0x218D, offset: 0x1D5E12, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15NoAnswerRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x13A0, symBinAddr: 0x24CFE0, symSize: 0x10 }
+ - { offsetInCU: 0x21BA, offset: 0x1D5E3F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x13B0, symBinAddr: 0x24CFF0, symSize: 0x20 }
+ - { offsetInCU: 0x21FB, offset: 0x1D5E80, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x13D0, symBinAddr: 0x24D010, symSize: 0x10 }
+ - { offsetInCU: 0x222D, offset: 0x1D5EB2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x13E0, symBinAddr: 0x24D020, symSize: 0x10 }
+ - { offsetInCU: 0x2249, offset: 0x1D5ECE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23AcceptInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x13F0, symBinAddr: 0x24D030, symSize: 0x10 }
+ - { offsetInCU: 0x2276, offset: 0x1D5EFB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1400, symBinAddr: 0x24D040, symSize: 0x20 }
+ - { offsetInCU: 0x22B7, offset: 0x1D5F3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1420, symBinAddr: 0x24D060, symSize: 0x10 }
+ - { offsetInCU: 0x22E9, offset: 0x1D5F6E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1430, symBinAddr: 0x24D070, symSize: 0x10 }
+ - { offsetInCU: 0x2305, offset: 0x1D5F8A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16ConnectedRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1440, symBinAddr: 0x24D080, symSize: 0x10 }
+ - { offsetInCU: 0x2332, offset: 0x1D5FB7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1450, symBinAddr: 0x24D090, symSize: 0x20 }
+ - { offsetInCU: 0x2373, offset: 0x1D5FF8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1470, symBinAddr: 0x24D0B0, symSize: 0x10 }
+ - { offsetInCU: 0x23A5, offset: 0x1D602A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1480, symBinAddr: 0x24D0C0, symSize: 0x10 }
+ - { offsetInCU: 0x23C1, offset: 0x1D6046, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17UnknownEndRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1490, symBinAddr: 0x24D0D0, symSize: 0x10 }
+ - { offsetInCU: 0x23EE, offset: 0x1D6073, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x14A0, symBinAddr: 0x24D0E0, symSize: 0x20 }
+ - { offsetInCU: 0x242F, offset: 0x1D60B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x14C0, symBinAddr: 0x24D100, symSize: 0x10 }
+ - { offsetInCU: 0x2461, offset: 0x1D60E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x14D0, symBinAddr: 0x24D110, symSize: 0x10 }
+ - { offsetInCU: 0x247D, offset: 0x1D6102, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15StatsLogRequestVAA0F0A2aDP06shouldE0SbvgTW', symObjAddr: 0x14E0, symBinAddr: 0x24D120, symSize: 0x10 }
+ - { offsetInCU: 0x24AA, offset: 0x1D612F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP7headersSayAA0I6HeaderOGvgTW', symObjAddr: 0x14F0, symBinAddr: 0x24D130, symSize: 0x20 }
+ - { offsetInCU: 0x24EB, offset: 0x1D6170, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1510, symBinAddr: 0x24D150, symSize: 0x10 }
+ - { offsetInCU: 0x251D, offset: 0x1D61A2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1520, symBinAddr: 0x24D160, symSize: 0x10 }
+ - { offsetInCU: 0x2539, offset: 0x1D61BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls29DirectCallLogListQueryRequestVAA0I0A2aDP06shouldF0SbvgTW', symObjAddr: 0x1530, symBinAddr: 0x24D170, symSize: 0x10 }
+ - { offsetInCU: 0x2566, offset: 0x1D61EB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1540, symBinAddr: 0x24D180, symSize: 0x20 }
+ - { offsetInCU: 0x25A7, offset: 0x1D622C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1560, symBinAddr: 0x24D1A0, symSize: 0x10 }
+ - { offsetInCU: 0x25D9, offset: 0x1D625E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1570, symBinAddr: 0x24D1B0, symSize: 0x10 }
+ - { offsetInCU: 0x25F5, offset: 0x1D627A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11HoldRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1580, symBinAddr: 0x24D1C0, symSize: 0x10 }
+ - { offsetInCU: 0x2622, offset: 0x1D62A7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x1590, symBinAddr: 0x24D1D0, symSize: 0x20 }
+ - { offsetInCU: 0x2663, offset: 0x1D62E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x15B0, symBinAddr: 0x24D1F0, symSize: 0x10 }
+ - { offsetInCU: 0x2695, offset: 0x1D631A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x15C0, symBinAddr: 0x24D200, symSize: 0x10 }
+ - { offsetInCU: 0x26B1, offset: 0x1D6336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24UpdateCustomItemsRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x15D0, symBinAddr: 0x24D210, symSize: 0x10 }
+ - { offsetInCU: 0x26DE, offset: 0x1D6363, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x15E0, symBinAddr: 0x24D220, symSize: 0x20 }
+ - { offsetInCU: 0x271F, offset: 0x1D63A4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1600, symBinAddr: 0x24D240, symSize: 0x10 }
+ - { offsetInCU: 0x2751, offset: 0x1D63D6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1610, symBinAddr: 0x24D250, symSize: 0x10 }
+ - { offsetInCU: 0x276D, offset: 0x1D63F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls12OfferRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1620, symBinAddr: 0x24D260, symSize: 0x10 }
+ - { offsetInCU: 0x279A, offset: 0x1D641F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x1630, symBinAddr: 0x24D270, symSize: 0x20 }
+ - { offsetInCU: 0x27DB, offset: 0x1D6460, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1650, symBinAddr: 0x24D290, symSize: 0x10 }
+ - { offsetInCU: 0x280D, offset: 0x1D6492, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1660, symBinAddr: 0x24D2A0, symSize: 0x10 }
+ - { offsetInCU: 0x2829, offset: 0x1D64AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls28UpdateRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1670, symBinAddr: 0x24D2B0, symSize: 0x10 }
+ - { offsetInCU: 0x2856, offset: 0x1D64DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1680, symBinAddr: 0x24D2C0, symSize: 0x20 }
+ - { offsetInCU: 0x2897, offset: 0x1D651C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x16A0, symBinAddr: 0x24D2E0, symSize: 0x10 }
+ - { offsetInCU: 0x28C9, offset: 0x1D654E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x16B0, symBinAddr: 0x24D2F0, symSize: 0x10 }
+ - { offsetInCU: 0x28E5, offset: 0x1D656A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23ParticipantAliveRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x16C0, symBinAddr: 0x24D300, symSize: 0x10 }
+ - { offsetInCU: 0x2912, offset: 0x1D6597, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x16D0, symBinAddr: 0x24D310, symSize: 0x20 }
+ - { offsetInCU: 0x2953, offset: 0x1D65D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x16F0, symBinAddr: 0x24D330, symSize: 0x10 }
+ - { offsetInCU: 0x2985, offset: 0x1D660A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1700, symBinAddr: 0x24D340, symSize: 0x10 }
+ - { offsetInCU: 0x29A1, offset: 0x1D6626, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AnswerRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1710, symBinAddr: 0x24D350, symSize: 0x10 }
+ - { offsetInCU: 0x29CE, offset: 0x1D6653, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1720, symBinAddr: 0x24D360, symSize: 0x20 }
+ - { offsetInCU: 0x2A0F, offset: 0x1D6694, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1740, symBinAddr: 0x24D380, symSize: 0x10 }
+ - { offsetInCU: 0x2A41, offset: 0x1D66C6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1750, symBinAddr: 0x24D390, symSize: 0x10 }
+ - { offsetInCU: 0x2A5D, offset: 0x1D66E2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10EndRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1760, symBinAddr: 0x24D3A0, symSize: 0x10 }
+ - { offsetInCU: 0x2A8A, offset: 0x1D670F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x1770, symBinAddr: 0x24D3B0, symSize: 0x20 }
+ - { offsetInCU: 0x2ACB, offset: 0x1D6750, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1790, symBinAddr: 0x24D3D0, symSize: 0x10 }
+ - { offsetInCU: 0x2AFD, offset: 0x1D6782, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x17A0, symBinAddr: 0x24D3E0, symSize: 0x10 }
+ - { offsetInCU: 0x2B19, offset: 0x1D679E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23RoomVideoSettingRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x17B0, symBinAddr: 0x24D3F0, symSize: 0x10 }
+ - { offsetInCU: 0x2B46, offset: 0x1D67CB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x17C0, symBinAddr: 0x24D400, symSize: 0x20 }
+ - { offsetInCU: 0x2B87, offset: 0x1D680C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x17E0, symBinAddr: 0x24D420, symSize: 0x10 }
+ - { offsetInCU: 0x2BB9, offset: 0x1D683E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x17F0, symBinAddr: 0x24D430, symSize: 0x10 }
+ - { offsetInCU: 0x2BD5, offset: 0x1D685A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls21CreateEndpointRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1800, symBinAddr: 0x24D440, symSize: 0x10 }
+ - { offsetInCU: 0x2C02, offset: 0x1D6887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1810, symBinAddr: 0x24D450, symSize: 0x20 }
+ - { offsetInCU: 0x2C43, offset: 0x1D68C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1830, symBinAddr: 0x24D470, symSize: 0x10 }
+ - { offsetInCU: 0x2C75, offset: 0x1D68FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1840, symBinAddr: 0x24D480, symSize: 0x10 }
+ - { offsetInCU: 0x2C91, offset: 0x1D6916, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls16CandidateRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1850, symBinAddr: 0x24D490, symSize: 0x10 }
+ - { offsetInCU: 0x2D8F, offset: 0x1D6A14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE03urlD07baseURL10Foundation10URLRequestVSgAF0G0V_tF', symObjAddr: 0x1860, symBinAddr: 0x24D4A0, symSize: 0x410 }
+ - { offsetInCU: 0x2FC5, offset: 0x1D6C4A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderO4dataSS3key_SS5valuetvg', symObjAddr: 0x1C70, symBinAddr: 0x24D8B0, symSize: 0x40 }
+ - { offsetInCU: 0x2FF4, offset: 0x1D6C79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderO11descriptionSSvg', symObjAddr: 0x3230, symBinAddr: 0x24EE70, symSize: 0x80 }
+ - { offsetInCU: 0x314E, offset: 0x1D6DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOs23CustomStringConvertibleAAsADP11descriptionSSvgTW', symObjAddr: 0x32B0, symBinAddr: 0x24EEF0, symSize: 0x20 }
+ - { offsetInCU: 0x317C, offset: 0x1D6E01, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1CB0, symBinAddr: 0x24D8F0, symSize: 0x20 }
+ - { offsetInCU: 0x31BD, offset: 0x1D6E42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1CD0, symBinAddr: 0x24D910, symSize: 0x10 }
+ - { offsetInCU: 0x31EF, offset: 0x1D6E74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1CE0, symBinAddr: 0x24D920, symSize: 0x10 }
+ - { offsetInCU: 0x320B, offset: 0x1D6E90, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls0A17InvitationRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1CF0, symBinAddr: 0x24D930, symSize: 0x10 }
+ - { offsetInCU: 0x3238, offset: 0x1D6EBD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x1D00, symBinAddr: 0x24D940, symSize: 0x20 }
+ - { offsetInCU: 0x3279, offset: 0x1D6EFE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1D20, symBinAddr: 0x24D960, symSize: 0x10 }
+ - { offsetInCU: 0x32AB, offset: 0x1D6F30, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1D30, symBinAddr: 0x24D970, symSize: 0x10 }
+ - { offsetInCU: 0x32C7, offset: 0x1D6F4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls23CancelInvitationRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1D40, symBinAddr: 0x24D980, symSize: 0x10 }
+ - { offsetInCU: 0x32F4, offset: 0x1D6F79, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x1D50, symBinAddr: 0x24D990, symSize: 0x20 }
+ - { offsetInCU: 0x3335, offset: 0x1D6FBA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1D70, symBinAddr: 0x24D9B0, symSize: 0x10 }
+ - { offsetInCU: 0x3367, offset: 0x1D6FEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1D80, symBinAddr: 0x24D9C0, symSize: 0x10 }
+ - { offsetInCU: 0x3383, offset: 0x1D7008, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14SummaryRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1D90, symBinAddr: 0x24D9D0, symSize: 0x10 }
+ - { offsetInCU: 0x33B0, offset: 0x1D7035, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP7headersSayAA0H6HeaderOGvgTW', symObjAddr: 0x1DA0, symBinAddr: 0x24D9E0, symSize: 0x20 }
+ - { offsetInCU: 0x33F1, offset: 0x1D7076, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1DC0, symBinAddr: 0x24DA00, symSize: 0x10 }
+ - { offsetInCU: 0x3423, offset: 0x1D70A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x1DD0, symBinAddr: 0x24DA10, symSize: 0x10 }
+ - { offsetInCU: 0x343F, offset: 0x1D70C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25GetRoomCustomItemsRequestVAA0H0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1DE0, symBinAddr: 0x24DA20, symSize: 0x10 }
+ - { offsetInCU: 0x346C, offset: 0x1D70F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP7headersSayAA0G6HeaderOGvgTW', symObjAddr: 0x1DF0, symBinAddr: 0x24DA30, symSize: 0x20 }
+ - { offsetInCU: 0x34AD, offset: 0x1D7132, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP10apiVersionSSvgTW', symObjAddr: 0x1E10, symBinAddr: 0x24DA50, symSize: 0x10 }
+ - { offsetInCU: 0x34DF, offset: 0x1D7164, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP09isSessionF8RequiredSbvgTW', symObjAddr: 0x1E20, symBinAddr: 0x24DA60, symSize: 0x10 }
+ - { offsetInCU: 0x34FB, offset: 0x1D7180, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls24RegisterPushTokenRequestVAA0G0A2aDP9shouldLogSbvgTW', symObjAddr: 0x1E30, symBinAddr: 0x24DA70, symSize: 0x10 }
+ - { offsetInCU: 0x353D, offset: 0x1D71C2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodO8rawValueACSgSS_tcfC', symObjAddr: 0x1E40, symBinAddr: 0x24DA80, symSize: 0x70 }
+ - { offsetInCU: 0x3569, offset: 0x1D71EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodO8rawValueSSvg', symObjAddr: 0x1EB0, symBinAddr: 0x24DAF0, symSize: 0x20 }
+ - { offsetInCU: 0x35A4, offset: 0x1D7229, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSYAASY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x2020, symBinAddr: 0x24DC60, symSize: 0x80 }
+ - { offsetInCU: 0x35E5, offset: 0x1D726A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSYAASY8rawValue03RawF0QzvgTW', symObjAddr: 0x20A0, symBinAddr: 0x24DCE0, symSize: 0x30 }
+ - { offsetInCU: 0x371E, offset: 0x1D73A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE14makeComponents33_76D926E0BC75255962A1E1B5B2BA44B9LL7baseURL10Foundation13URLComponentsVAG0Q0VSg_tKF', symObjAddr: 0x20D0, symBinAddr: 0x24DD10, symSize: 0x570 }
+ - { offsetInCU: 0x39FC, offset: 0x1D7681, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE04makeD033_76D926E0BC75255962A1E1B5B2BA44B9LL3url10Foundation10URLRequestVAG3URLVSg_tKF', symObjAddr: 0x2640, symBinAddr: 0x24E280, symSize: 0x180 }
+ - { offsetInCU: 0x3AB0, offset: 0x1D7735, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE8httpBody33_76D926E0BC75255962A1E1B5B2BA44B9LL10Foundation4DataVSgyF', symObjAddr: 0x2A20, symBinAddr: 0x24E660, symSize: 0x2C0 }
+ - { offsetInCU: 0x3B26, offset: 0x1D77AB, size: 0x8, addend: 0x0, symName: '_$sSE13SendBirdCallsE12toDictionary11keyStrategySDySSypGSg10Foundation11JSONEncoderC011KeyEncodingG0O_tF', symObjAddr: 0x2F90, symBinAddr: 0x24EBD0, symSize: 0x2A0 }
+ - { offsetInCU: 0x3C0E, offset: 0x1D7893, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO20localizedDescriptionSSvg', symObjAddr: 0x32D0, symBinAddr: 0x24EF10, symSize: 0x30 }
+ - { offsetInCU: 0x3C39, offset: 0x1D78BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO2eeoiySbAC_ACtFZ', symObjAddr: 0x3300, symBinAddr: 0x24EF40, symSize: 0x10 }
+ - { offsetInCU: 0x3C61, offset: 0x1D78E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x3310, symBinAddr: 0x24EF50, symSize: 0x20 }
+ - { offsetInCU: 0x3CF7, offset: 0x1D797C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorO9hashValueSivg', symObjAddr: 0x3330, symBinAddr: 0x24EF70, symSize: 0x40 }
+ - { offsetInCU: 0x3DF2, offset: 0x1D7A77, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3370, symBinAddr: 0x24EFB0, symSize: 0x10 }
+ - { offsetInCU: 0x3E48, offset: 0x1D7ACD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x3380, symBinAddr: 0x24EFC0, symSize: 0x40 }
+ - { offsetInCU: 0x3F2C, offset: 0x1D7BB1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x33C0, symBinAddr: 0x24F000, symSize: 0x20 }
+ - { offsetInCU: 0x3FC6, offset: 0x1D7C4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP7headersSayAA0E6HeaderOGvgTW', symObjAddr: 0x3570, symBinAddr: 0x24F1B0, symSize: 0x20 }
+ - { offsetInCU: 0x4007, offset: 0x1D7C8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP10apiVersionSSvgTW', symObjAddr: 0x3590, symBinAddr: 0x24F1D0, symSize: 0x10 }
+ - { offsetInCU: 0x4039, offset: 0x1D7CBE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x35A0, symBinAddr: 0x24F1E0, symSize: 0x10 }
+ - { offsetInCU: 0x4055, offset: 0x1D7CDA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0A2aDP9shouldLogSbvgTW', symObjAddr: 0x35B0, symBinAddr: 0x24F1F0, symSize: 0x10 }
+ - { offsetInCU: 0x4082, offset: 0x1D7D07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP7headersSayAA0F6HeaderOGvgTW', symObjAddr: 0x35C0, symBinAddr: 0x24F200, symSize: 0x20 }
+ - { offsetInCU: 0x40C3, offset: 0x1D7D48, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10apiVersionSSvgTW', symObjAddr: 0x35E0, symBinAddr: 0x24F220, symSize: 0x10 }
+ - { offsetInCU: 0x40F5, offset: 0x1D7D7A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP22isSessionTokenRequiredSbvgTW', symObjAddr: 0x35F0, symBinAddr: 0x24F230, symSize: 0x10 }
+ - { offsetInCU: 0x4111, offset: 0x1D7D96, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP9shouldLogSbvgTW', symObjAddr: 0x3600, symBinAddr: 0x24F240, symSize: 0x10 }
+ - { offsetInCU: 0x419D, offset: 0x1D7E22, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV6filteryAByxq_GSbx3key_q_5valuet_tKXEKFSS_SSTg5138$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyFSbSS3key_SS5valuet_tXEfU_Tf1cn_n', symObjAddr: 0x3610, symBinAddr: 0x24F250, symSize: 0x170 }
+ - { offsetInCU: 0x422A, offset: 0x1D7EAF, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV6filteryAByxq_GSbx3key_q_5valuet_tKXEKFADs13_UnsafeBitsetVKXEfU_SS_SSTg5138$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12URLQueryItemVGSgyFSbSS3key_SS5valuet_tXEfU_Tf1nnc_n', symObjAddr: 0x3780, symBinAddr: 0x24F3C0, symSize: 0x1C0 }
+ - { offsetInCU: 0x42D2, offset: 0x1D7F57, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV07extractB05using5countAByxq_Gs13_UnsafeBitsetV_SitFSS_SSTg5', symObjAddr: 0x3940, symBinAddr: 0x24F580, symSize: 0x2E0 }
+ - { offsetInCU: 0x43C2, offset: 0x1D8047, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7RequestPAAE10apiVersionSSvgAA010CreateRoomD0V_Tg5Tf4d_n', symObjAddr: 0x3C20, symBinAddr: 0x24F860, symSize: 0x20 }
+ - { offsetInCU: 0x43E0, offset: 0x1D8065, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASQWb', symObjAddr: 0x3E10, symBinAddr: 0x24F880, symSize: 0x10 }
+ - { offsetInCU: 0x43F4, offset: 0x1D8079, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOACSQAAWl', symObjAddr: 0x3E20, symBinAddr: 0x24F890, symSize: 0x30 }
+ - { offsetInCU: 0x4408, offset: 0x1D808D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASQWb', symObjAddr: 0x3E50, symBinAddr: 0x24F8C0, symSize: 0x10 }
+ - { offsetInCU: 0x441C, offset: 0x1D80A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOACSQAAWl', symObjAddr: 0x3E60, symBinAddr: 0x24F8D0, symSize: 0x30 }
+ - { offsetInCU: 0x4430, offset: 0x1D80B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwet', symObjAddr: 0x3EB0, symBinAddr: 0x24F900, symSize: 0x80 }
+ - { offsetInCU: 0x4444, offset: 0x1D80C9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwst', symObjAddr: 0x3F30, symBinAddr: 0x24F980, symSize: 0xD0 }
+ - { offsetInCU: 0x4458, offset: 0x1D80DD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwug', symObjAddr: 0x4000, symBinAddr: 0x24FA50, symSize: 0x10 }
+ - { offsetInCU: 0x446C, offset: 0x1D80F1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwup', symObjAddr: 0x4010, symBinAddr: 0x24FA60, symSize: 0x10 }
+ - { offsetInCU: 0x4480, offset: 0x1D8105, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOwui', symObjAddr: 0x4020, symBinAddr: 0x24FA70, symSize: 0x10 }
+ - { offsetInCU: 0x4494, offset: 0x1D8119, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOMa', symObjAddr: 0x4030, symBinAddr: 0x24FA80, symSize: 0x10 }
+ - { offsetInCU: 0x44A8, offset: 0x1D812D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwCP', symObjAddr: 0x40A0, symBinAddr: 0x24FAF0, symSize: 0x30 }
+ - { offsetInCU: 0x44BC, offset: 0x1D8141, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwxx', symObjAddr: 0x40D0, symBinAddr: 0x24FB20, symSize: 0x30 }
+ - { offsetInCU: 0x44D0, offset: 0x1D8155, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwcp', symObjAddr: 0x4100, symBinAddr: 0x24FB50, symSize: 0x40 }
+ - { offsetInCU: 0x44E4, offset: 0x1D8169, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwca', symObjAddr: 0x4140, symBinAddr: 0x24FB90, symSize: 0x60 }
+ - { offsetInCU: 0x44F8, offset: 0x1D817D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwta', symObjAddr: 0x41C0, symBinAddr: 0x24FBF0, symSize: 0x50 }
+ - { offsetInCU: 0x450C, offset: 0x1D8191, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwet', symObjAddr: 0x4210, symBinAddr: 0x24FC40, symSize: 0x40 }
+ - { offsetInCU: 0x4520, offset: 0x1D81A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwst', symObjAddr: 0x4250, symBinAddr: 0x24FC80, symSize: 0x50 }
+ - { offsetInCU: 0x4534, offset: 0x1D81B9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwug', symObjAddr: 0x42A0, symBinAddr: 0x24FCD0, symSize: 0x10 }
+ - { offsetInCU: 0x4548, offset: 0x1D81CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwup', symObjAddr: 0x42B0, symBinAddr: 0x24FCE0, symSize: 0x10 }
+ - { offsetInCU: 0x455C, offset: 0x1D81E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOwui', symObjAddr: 0x42C0, symBinAddr: 0x24FCF0, symSize: 0x10 }
+ - { offsetInCU: 0x4570, offset: 0x1D81F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13RequestHeaderOMa', symObjAddr: 0x42D0, symBinAddr: 0x24FD00, symSize: 0x10 }
+ - { offsetInCU: 0x4584, offset: 0x1D8209, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwet', symObjAddr: 0x42E0, symBinAddr: 0x24FD10, symSize: 0x80 }
+ - { offsetInCU: 0x4598, offset: 0x1D821D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwst', symObjAddr: 0x4360, symBinAddr: 0x24FD90, symSize: 0xD0 }
+ - { offsetInCU: 0x45AC, offset: 0x1D8231, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwug', symObjAddr: 0x4430, symBinAddr: 0x24FE60, symSize: 0x10 }
+ - { offsetInCU: 0x45C0, offset: 0x1D8245, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwup', symObjAddr: 0x4440, symBinAddr: 0x24FE70, symSize: 0x10 }
+ - { offsetInCU: 0x45D4, offset: 0x1D8259, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOwui', symObjAddr: 0x4450, symBinAddr: 0x24FE80, symSize: 0x10 }
+ - { offsetInCU: 0x45E8, offset: 0x1D826D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOMa', symObjAddr: 0x4460, symBinAddr: 0x24FE90, symSize: 0x10 }
+ - { offsetInCU: 0x45FC, offset: 0x1D8281, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls7URLPathVMa', symObjAddr: 0x4470, symBinAddr: 0x24FEA0, symSize: 0x10 }
+ - { offsetInCU: 0x4610, offset: 0x1D8295, size: 0x8, addend: 0x0, symName: '_$s10Foundation11JSONEncoderC19KeyEncodingStrategyOSgWOb', symObjAddr: 0x4480, symBinAddr: 0x24FEB0, symSize: 0x40 }
+ - { offsetInCU: 0x4624, offset: 0x1D82A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOACs0F0AAWl', symObjAddr: 0x4550, symBinAddr: 0x24FF50, symSize: 0x30 }
+ - { offsetInCU: 0x4690, offset: 0x1D8315, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSDyS2SG_10Foundation12URLQueryItemVTg5019$sS2S10Foundation12de56Vs5Error_pIgggrzo_SS3key_SS5valuetACsAD_pIegnrzo_TR021$sG196SSg10Foundation12bc8VIegggr_h5SADs5D148_pIegggrzo_TR095$s13SendBirdCalls7RequestPAAE10queryItems33_76D926E0BC75255962A1E1B5B2BA44B9LLSay10Foundation12bC23VGSgyFAHSSh_SSSghtcfu0_Tf3nnnpf_nTf3nnpf_nTf1cn_n', symObjAddr: 0xB0, symBinAddr: 0x24BCF0, symSize: 0x2F0 }
+ - { offsetInCU: 0x49EE, offset: 0x1D8673, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x1ED0, symBinAddr: 0x24DB10, symSize: 0x80 }
+ - { offsetInCU: 0x4ABD, offset: 0x1D8742, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH9hashValueSivgTW', symObjAddr: 0x1F50, symBinAddr: 0x24DB90, symSize: 0x50 }
+ - { offsetInCU: 0x4B3B, offset: 0x1D87C0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1FA0, symBinAddr: 0x24DBE0, symSize: 0x30 }
+ - { offsetInCU: 0x4B8D, offset: 0x1D8812, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls10HTTPMethodOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1FD0, symBinAddr: 0x24DC10, symSize: 0x50 }
+ - { offsetInCU: 0x4C65, offset: 0x1D88EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x33E0, symBinAddr: 0x24F020, symSize: 0x40 }
+ - { offsetInCU: 0x4D02, offset: 0x1D8987, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP7_domainSSvgTW', symObjAddr: 0x3420, symBinAddr: 0x24F060, symSize: 0x10 }
+ - { offsetInCU: 0x4D1E, offset: 0x1D89A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP5_codeSivgTW', symObjAddr: 0x3430, symBinAddr: 0x24F070, symSize: 0x10 }
+ - { offsetInCU: 0x4D3A, offset: 0x1D89BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x3440, symBinAddr: 0x24F080, symSize: 0x10 }
+ - { offsetInCU: 0x4D56, offset: 0x1D89DB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20InternalRequestErrorOs0F0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x3450, symBinAddr: 0x24F090, symSize: 0x10 }
+ - { offsetInCU: 0x27, offset: 0x1D8DFD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x24FFB0, symSize: 0x10 }
+ - { offsetInCU: 0x4B, offset: 0x1D8E21, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seqSiSgvg', symObjAddr: 0x0, symBinAddr: 0x24FFB0, symSize: 0x10 }
+ - { offsetInCU: 0x5F, offset: 0x1D8E35, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0Cvg', symObjAddr: 0x10, symBinAddr: 0x24FFC0, symSize: 0x30 }
+ - { offsetInCU: 0x7B, offset: 0x1D8E51, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0Cvs', symObjAddr: 0x40, symBinAddr: 0x24FFF0, symSize: 0x40 }
+ - { offsetInCU: 0x97, offset: 0x1D8E6D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0CvM', symObjAddr: 0x80, symBinAddr: 0x250030, symSize: 0x30 }
+ - { offsetInCU: 0xB3, offset: 0x1D8E89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC13directCallLogAA06DirectgH0CvM.resume.0', symObjAddr: 0xB0, symBinAddr: 0x250060, symSize: 0x10 }
+ - { offsetInCU: 0xCF, offset: 0x1D8EA5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC4fromACs7Decoder_p_tKcfC', symObjAddr: 0xC0, symBinAddr: 0x250070, symSize: 0x40 }
+ - { offsetInCU: 0xF4, offset: 0x1D8ECA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC4fromACs7Decoder_p_tKcfc', symObjAddr: 0x100, symBinAddr: 0x2500B0, symSize: 0x2E0 }
+ - { offsetInCU: 0x1E5, offset: 0x1D8FBB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0VtcfC', symObjAddr: 0x570, symBinAddr: 0x2503B0, symSize: 0x110 }
+ - { offsetInCU: 0x282, offset: 0x1D9058, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC3seq13directCallLog6callId07requestK011commandType12deliveryInfoACSiSg_AA06DirecthI0CS2SAA12CommandTypesO0qH0OAA08DeliveryP0Vtcfc', symObjAddr: 0x680, symBinAddr: 0x2504C0, symSize: 0xE0 }
+ - { offsetInCU: 0x35A, offset: 0x1D9130, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0VtcfC', symObjAddr: 0x760, symBinAddr: 0x2505A0, symSize: 0x30 }
+ - { offsetInCU: 0x3B9, offset: 0x1D918F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseC6callId07requestG011commandType12deliveryInfoACSS_SSAA12CommandTypesO10DirectCallOAA08DeliveryL0Vtcfc', symObjAddr: 0x790, symBinAddr: 0x2505D0, symSize: 0x30 }
+ - { offsetInCU: 0x416, offset: 0x1D91EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfd', symObjAddr: 0x7D0, symBinAddr: 0x250610, symSize: 0x40 }
+ - { offsetInCU: 0x467, offset: 0x1D923D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfD', symObjAddr: 0x830, symBinAddr: 0x250650, symSize: 0x40 }
+ - { offsetInCU: 0x4C0, offset: 0x1D9296, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvgTW', symObjAddr: 0x870, symBinAddr: 0x250690, symSize: 0x20 }
+ - { offsetInCU: 0x4DC, offset: 0x1D92B2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvsTW', symObjAddr: 0x890, symBinAddr: 0x2506B0, symSize: 0x20 }
+ - { offsetInCU: 0x4F8, offset: 0x1D92CE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW', symObjAddr: 0x8B0, symBinAddr: 0x2506D0, symSize: 0x50 }
+ - { offsetInCU: 0x514, offset: 0x1D92EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA13EndSequentialA2aDP13directCallLogAA06DirectiJ0CvMTW.resume.0', symObjAddr: 0x900, symBinAddr: 0x250720, symSize: 0x20 }
+ - { offsetInCU: 0x53F, offset: 0x1D9315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCAA10SequentialA2aDP3seqSiSgvgTW', symObjAddr: 0x920, symBinAddr: 0x250740, symSize: 0x20 }
+ - { offsetInCU: 0x572, offset: 0x1D9348, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCMa', symObjAddr: 0x4B0, symBinAddr: 0x250390, symSize: 0x20 }
+ - { offsetInCU: 0x643, offset: 0x1D9419, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14CancelResponseCfE', symObjAddr: 0x7C0, symBinAddr: 0x250600, symSize: 0x10 }
+ - { offsetInCU: 0x4F, offset: 0x1D96CA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfC', symObjAddr: 0x0, symBinAddr: 0x250840, symSize: 0x40 }
+ - { offsetInCU: 0x6B, offset: 0x1D96E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvg', symObjAddr: 0x40, symBinAddr: 0x250880, symSize: 0x30 }
+ - { offsetInCU: 0x87, offset: 0x1D9702, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvs', symObjAddr: 0x70, symBinAddr: 0x2508B0, symSize: 0x40 }
+ - { offsetInCU: 0xA3, offset: 0x1D971E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvM', symObjAddr: 0xB0, symBinAddr: 0x2508F0, symSize: 0x30 }
+ - { offsetInCU: 0xBF, offset: 0x1D973A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC5roomsSDySSAA0D0CGvM.resume.0', symObjAddr: 0xE0, symBinAddr: 0x250920, symSize: 0x10 }
+ - { offsetInCU: 0xEA, offset: 0x1D9765, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfc', symObjAddr: 0xF0, symBinAddr: 0x250930, symSize: 0x50 }
+ - { offsetInCU: 0x114, offset: 0x1D978F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC3add4roomyAA0D0C_tF', symObjAddr: 0x140, symBinAddr: 0x250980, symSize: 0x1C0 }
+ - { offsetInCU: 0x2C1, offset: 0x1D993C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6upsert8roomDataAA0D0CAA0dH0V_tF', symObjAddr: 0x300, symBinAddr: 0x250B40, symSize: 0x300 }
+ - { offsetInCU: 0x4E4, offset: 0x1D9B5F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0x600, symBinAddr: 0x250E40, symSize: 0x2C0 }
+ - { offsetInCU: 0x6AD, offset: 0x1D9D28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_', symObjAddr: 0x8C0, symBinAddr: 0x251100, symSize: 0x220 }
+ - { offsetInCU: 0x750, offset: 0x1D9DCB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_', symObjAddr: 0xAE0, symBinAddr: 0x251320, symSize: 0x50 }
+ - { offsetInCU: 0x78C, offset: 0x1D9E07, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC09getCachedD02byAA0D0CSgSS_tF', symObjAddr: 0xB30, symBinAddr: 0x251370, symSize: 0x1E0 }
+ - { offsetInCU: 0x8E5, offset: 0x1D9F60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctF', symObjAddr: 0xD10, symBinAddr: 0x251550, symSize: 0x2D0 }
+ - { offsetInCU: 0xAAE, offset: 0x1DA129, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA03GetD8ResponseVGcfU_', symObjAddr: 0xFE0, symBinAddr: 0x251820, symSize: 0x1E0 }
+ - { offsetInCU: 0xBC0, offset: 0x1DA23B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC15didReceiveEvent7commandyAA7Command_p_tF', symObjAddr: 0x11C0, symBinAddr: 0x251A00, symSize: 0x750 }
+ - { offsetInCU: 0xE98, offset: 0x1DA513, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCACycfC', symObjAddr: 0x1910, symBinAddr: 0x252150, symSize: 0x30 }
+ - { offsetInCU: 0xEF7, offset: 0x1DA572, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCACycfc', symObjAddr: 0x1940, symBinAddr: 0x252180, symSize: 0x30 }
+ - { offsetInCU: 0xF3C, offset: 0x1DA5B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfd', symObjAddr: 0x19A0, symBinAddr: 0x2521E0, symSize: 0x30 }
+ - { offsetInCU: 0xF77, offset: 0x1DA5F2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfD', symObjAddr: 0x19D0, symBinAddr: 0x252210, symSize: 0x40 }
+ - { offsetInCU: 0xFC9, offset: 0x1DA644, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfCTfq4ennn_n', symObjAddr: 0x1C10, symBinAddr: 0x252450, symSize: 0x70 }
+ - { offsetInCU: 0x1021, offset: 0x1DA69C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC6sender7service10dispatcherAcA13CommandSender_p_AA0aB7ServiceCAA0aB14CallDispatcherCtcfcTf4ennn_nTf4nnng_n', symObjAddr: 0x38B0, symBinAddr: 0x2540F0, symSize: 0x80 }
+ - { offsetInCU: 0x12F2, offset: 0x1DA96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCfE', symObjAddr: 0x1970, symBinAddr: 0x2521B0, symSize: 0x30 }
+ - { offsetInCU: 0x1361, offset: 0x1DA9DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC22isUsingWebSocketClientSbyF', symObjAddr: 0x1A10, symBinAddr: 0x252250, symSize: 0x1D0 }
+ - { offsetInCU: 0x1441, offset: 0x1DAABC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC22isUsingWebSocketClientSbyFTo', symObjAddr: 0x1BE0, symBinAddr: 0x252420, symSize: 0x30 }
+ - { offsetInCU: 0x16DB, offset: 0x1DAD56, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_nAA0dG7CommandC_Tg5', symObjAddr: 0x1C80, symBinAddr: 0x2524C0, symSize: 0xE10 }
+ - { offsetInCU: 0x1C73, offset: 0x1DB2EE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFTf4en_nAA010InvitationG7CommandC_Tg5', symObjAddr: 0x2A90, symBinAddr: 0x2532D0, symSize: 0xE20 }
+ - { offsetInCU: 0x220A, offset: 0x1DB885, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA12RoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x3AE0, symBinAddr: 0x2541C0, symSize: 0x20 }
+ - { offsetInCU: 0x221E, offset: 0x1DB899, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17CreateRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x3B30, symBinAddr: 0x2541E0, symSize: 0x30 }
+ - { offsetInCU: 0x223D, offset: 0x1DB8B8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCResultOyAA15GetRoomResponseVGIegg_AFIegn_TRTA', symObjAddr: 0x3C00, symBinAddr: 0x2542B0, symSize: 0x40 }
+ - { offsetInCU: 0x2266, offset: 0x1DB8E1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14GetRoomRequestVAcA10ResultableAAWl', symObjAddr: 0x3C70, symBinAddr: 0x2542F0, symSize: 0x30 }
+ - { offsetInCU: 0x227A, offset: 0x1DB8F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls25ReceivedInvitationRequestVAcA10ResultableAAWl', symObjAddr: 0x3CD0, symBinAddr: 0x254320, symSize: 0x30 }
+ - { offsetInCU: 0x228E, offset: 0x1DB909, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerCMa', symObjAddr: 0x3D80, symBinAddr: 0x2543B0, symSize: 0x20 }
+ - { offsetInCU: 0x22A2, offset: 0x1DB91D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU3_TA', symObjAddr: 0x3F50, symBinAddr: 0x254580, symSize: 0x10 }
+ - { offsetInCU: 0x22B6, offset: 0x1DB931, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC15executeDelegate14checkIfPresent15useServiceQueue17completionHandlerySb_SbyAA13WeakReferenceCyAA0dF0_pGctFyycfU0_Tf2i_nTA', symObjAddr: 0x3FA0, symBinAddr: 0x2545D0, symSize: 0x20 }
+ - { offsetInCU: 0x22CA, offset: 0x1DB945, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU2_TA', symObjAddr: 0x3FC0, symBinAddr: 0x2545F0, symSize: 0x10 }
+ - { offsetInCU: 0x22DE, offset: 0x1DB959, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls4RoomC8dispatch5eventyAA0D16EventCommandable_p_tFyAA13WeakReferenceCyAA0D8Delegate_pGcfU1_TA', symObjAddr: 0x3FF0, symBinAddr: 0x254620, symSize: 0x10 }
+ - { offsetInCU: 0x22F2, offset: 0x1DB96D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC05fetchD02by17completionHandlerySS_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA03GetD8ResponseVGcfU_yycfU_TA', symObjAddr: 0x41B0, symBinAddr: 0x254790, symSize: 0x20 }
+ - { offsetInCU: 0x232E, offset: 0x1DB9A9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls11RoomManagerC06createD06params17completionHandleryAA0D6ParamsC_yAA0D0CSg_AA8SBCErrorCSgtctFyAA9SBCResultOyAA0D8ResponseVGcfU_yycfU_TA', symObjAddr: 0x4360, symBinAddr: 0x254940, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1DBF0F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callId6reasonACSS_AC6ReasonOtcfC', symObjAddr: 0x0, symBinAddr: 0x254B50, symSize: 0xA0 }
+ - { offsetInCU: 0x4B, offset: 0x1DBF33, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callId6reasonACSS_AC6ReasonOtcfC', symObjAddr: 0x0, symBinAddr: 0x254B50, symSize: 0xA0 }
+ - { offsetInCU: 0x96, offset: 0x1DBF7E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvgZ', symObjAddr: 0xF0, symBinAddr: 0x254C40, symSize: 0x50 }
+ - { offsetInCU: 0xB7, offset: 0x1DBF9F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvsZ', symObjAddr: 0x140, symBinAddr: 0x254C90, symSize: 0x50 }
+ - { offsetInCU: 0xE0, offset: 0x1DBFC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvMZ', symObjAddr: 0x190, symBinAddr: 0x254CE0, symSize: 0x60 }
+ - { offsetInCU: 0x109, offset: 0x1DBFF1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvMZ.resume.0', symObjAddr: 0x1F0, symBinAddr: 0x254D40, symSize: 0x10 }
+ - { offsetInCU: 0x125, offset: 0x1DC00D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6callIdSSvg', symObjAddr: 0x200, symBinAddr: 0x254D50, symSize: 0x30 }
+ - { offsetInCU: 0x141, offset: 0x1DC029, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6reasonAC6ReasonOvg', symObjAddr: 0x230, symBinAddr: 0x254D80, symSize: 0x10 }
+ - { offsetInCU: 0x15D, offset: 0x1DC045, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV4typeAA12CommandTypesO10DirectCallOvg', symObjAddr: 0x240, symBinAddr: 0x254D90, symSize: 0x10 }
+ - { offsetInCU: 0x179, offset: 0x1DC061, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV9requestIdSSvg', symObjAddr: 0x250, symBinAddr: 0x254DA0, symSize: 0x30 }
+ - { offsetInCU: 0x1B3, offset: 0x1DC09B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonO8rawValueAESgSS_tcfC', symObjAddr: 0x280, symBinAddr: 0x254DD0, symSize: 0x70 }
+ - { offsetInCU: 0x1DF, offset: 0x1DC0C7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonO8rawValueSSvg', symObjAddr: 0x330, symBinAddr: 0x254E40, symSize: 0x60 }
+ - { offsetInCU: 0x20B, offset: 0x1DC0F3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSYAASY8rawValuexSg03RawH0Qz_tcfCTW', symObjAddr: 0x3D0, symBinAddr: 0x254EE0, symSize: 0x80 }
+ - { offsetInCU: 0x24C, offset: 0x1DC134, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSYAASY8rawValue03RawH0QzvgTW', symObjAddr: 0x450, symBinAddr: 0x254F60, symSize: 0x30 }
+ - { offsetInCU: 0x283, offset: 0x1DC16B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x510, symBinAddr: 0x255020, symSize: 0x200 }
+ - { offsetInCU: 0x320, offset: 0x1DC208, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA21DirectCallRequestableA2aDP4typeAA12CommandTypesO0fG0OvgTW', symObjAddr: 0x710, symBinAddr: 0x255220, symSize: 0x10 }
+ - { offsetInCU: 0x34B, offset: 0x1DC233, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableA2aDP10resultType06ResultH0QzmvgZTW', symObjAddr: 0x720, symBinAddr: 0x255230, symSize: 0x50 }
+ - { offsetInCU: 0x391, offset: 0x1DC279, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13WSRequestableA2aDP9requestIdSSvgTW', symObjAddr: 0x770, symBinAddr: 0x255280, symSize: 0x30 }
+ - { offsetInCU: 0x3C3, offset: 0x1DC2AB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x7A0, symBinAddr: 0x2552B0, symSize: 0x40 }
+ - { offsetInCU: 0x3E7, offset: 0x1DC2CF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultType_WZ', symObjAddr: 0xA0, symBinAddr: 0x254BF0, symSize: 0x20 }
+ - { offsetInCU: 0x401, offset: 0x1DC2E9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV10resultTypeAA0D8ResponseCmvau', symObjAddr: 0xC0, symBinAddr: 0x254C10, symSize: 0x30 }
+ - { offsetInCU: 0x43C, offset: 0x1DC324, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASQWb', symObjAddr: 0x870, symBinAddr: 0x2552F0, symSize: 0x10 }
+ - { offsetInCU: 0x450, offset: 0x1DC338, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOAESQAAWl', symObjAddr: 0x880, symBinAddr: 0x255300, symSize: 0x30 }
+ - { offsetInCU: 0x464, offset: 0x1DC34C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA21DirectCallRequestableAAWI', symObjAddr: 0x8B0, symBinAddr: 0x255330, symSize: 0x20 }
+ - { offsetInCU: 0x478, offset: 0x1DC360, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA13WSRequestableAAWl', symObjAddr: 0x8D0, symBinAddr: 0x255350, symSize: 0x30 }
+ - { offsetInCU: 0x48C, offset: 0x1DC374, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x900, symBinAddr: 0x255380, symSize: 0x10 }
+ - { offsetInCU: 0x4A0, offset: 0x1DC388, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls15TimeoutResponseCAA010DirectCallE0CAA11RespondableAAWl', symObjAddr: 0x910, symBinAddr: 0x255390, symSize: 0x40 }
+ - { offsetInCU: 0x4B4, offset: 0x1DC39C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA13WSRequestableAAWI', symObjAddr: 0x950, symBinAddr: 0x2553D0, symSize: 0x20 }
+ - { offsetInCU: 0x4C8, offset: 0x1DC3B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA11RequestableAAWI', symObjAddr: 0x9A0, symBinAddr: 0x2553F0, symSize: 0x30 }
+ - { offsetInCU: 0x4DC, offset: 0x1DC3C4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA0E0AAWl', symObjAddr: 0x9D0, symBinAddr: 0x255420, symSize: 0x30 }
+ - { offsetInCU: 0x4F0, offset: 0x1DC3D8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0xA00, symBinAddr: 0x255450, symSize: 0x30 }
+ - { offsetInCU: 0x504, offset: 0x1DC3EC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA0E0AAWI', symObjAddr: 0xA30, symBinAddr: 0x255480, symSize: 0x20 }
+ - { offsetInCU: 0x518, offset: 0x1DC400, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVACSEAAWl', symObjAddr: 0xA50, symBinAddr: 0x2554A0, symSize: 0x30 }
+ - { offsetInCU: 0x52C, offset: 0x1DC414, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVAA17StrategyEncodableAAWI', symObjAddr: 0xA80, symBinAddr: 0x2554D0, symSize: 0x20 }
+ - { offsetInCU: 0x540, offset: 0x1DC428, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwCP', symObjAddr: 0xAA0, symBinAddr: 0x2554F0, symSize: 0x30 }
+ - { offsetInCU: 0x554, offset: 0x1DC43C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwxx', symObjAddr: 0xAD0, symBinAddr: 0x255520, symSize: 0x30 }
+ - { offsetInCU: 0x568, offset: 0x1DC450, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwcp', symObjAddr: 0xB00, symBinAddr: 0x255550, symSize: 0x50 }
+ - { offsetInCU: 0x57C, offset: 0x1DC464, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwca', symObjAddr: 0xB50, symBinAddr: 0x2555A0, symSize: 0x70 }
+ - { offsetInCU: 0x590, offset: 0x1DC478, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwta', symObjAddr: 0xBE0, symBinAddr: 0x255610, symSize: 0x60 }
+ - { offsetInCU: 0x5A4, offset: 0x1DC48C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwet', symObjAddr: 0xC40, symBinAddr: 0x255670, symSize: 0x40 }
+ - { offsetInCU: 0x5B8, offset: 0x1DC4A0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVwst', symObjAddr: 0xC80, symBinAddr: 0x2556B0, symSize: 0x40 }
+ - { offsetInCU: 0x5CC, offset: 0x1DC4B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestVMa', symObjAddr: 0xCC0, symBinAddr: 0x2556F0, symSize: 0x10 }
+ - { offsetInCU: 0x5E0, offset: 0x1DC4C8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwet', symObjAddr: 0xCF0, symBinAddr: 0x255700, symSize: 0x80 }
+ - { offsetInCU: 0x5F4, offset: 0x1DC4DC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwst', symObjAddr: 0xD70, symBinAddr: 0x255780, symSize: 0xD0 }
+ - { offsetInCU: 0x608, offset: 0x1DC4F0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwug', symObjAddr: 0xE40, symBinAddr: 0x255850, symSize: 0x10 }
+ - { offsetInCU: 0x61C, offset: 0x1DC504, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwup', symObjAddr: 0xE50, symBinAddr: 0x255860, symSize: 0x10 }
+ - { offsetInCU: 0x630, offset: 0x1DC518, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOwui', symObjAddr: 0xE60, symBinAddr: 0x255870, symSize: 0x10 }
+ - { offsetInCU: 0x644, offset: 0x1DC52C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOMa', symObjAddr: 0xE70, symBinAddr: 0x255880, symSize: 0x10 }
+ - { offsetInCU: 0x658, offset: 0x1DC540, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOAESYAAWl', symObjAddr: 0xE80, symBinAddr: 0x255890, symSize: 0x2E }
+ - { offsetInCU: 0x695, offset: 0x1DC57D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x390, symBinAddr: 0x254EA0, symSize: 0x10 }
+ - { offsetInCU: 0x6B1, offset: 0x1DC599, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH9hashValueSivgTW', symObjAddr: 0x3A0, symBinAddr: 0x254EB0, symSize: 0x10 }
+ - { offsetInCU: 0x6CD, offset: 0x1DC5B5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3B0, symBinAddr: 0x254EC0, symSize: 0x10 }
+ - { offsetInCU: 0x6E9, offset: 0x1DC5D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x254ED0, symSize: 0x10 }
+ - { offsetInCU: 0x705, offset: 0x1DC5ED, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x480, symBinAddr: 0x254F90, symSize: 0x50 }
+ - { offsetInCU: 0x728, offset: 0x1DC610, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14TimeoutRequestV6ReasonOSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x4D0, symBinAddr: 0x254FE0, symSize: 0x40 }
+ - { offsetInCU: 0x27, offset: 0x1DC847, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionTokenSSvg', symObjAddr: 0x0, symBinAddr: 0x2558C0, symSize: 0x30 }
+ - { offsetInCU: 0x4B, offset: 0x1DC86B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionTokenSSvg', symObjAddr: 0x0, symBinAddr: 0x2558C0, symSize: 0x30 }
+ - { offsetInCU: 0x67, offset: 0x1DC887, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV11currentUserAA0G0Cvg', symObjAddr: 0x30, symBinAddr: 0x2558F0, symSize: 0x10 }
+ - { offsetInCU: 0x83, offset: 0x1DC8A3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV8isPushOnSbvg', symObjAddr: 0x40, symBinAddr: 0x255900, symSize: 0x10 }
+ - { offsetInCU: 0x9F, offset: 0x1DC8BF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV13statsIntervalSivg', symObjAddr: 0x50, symBinAddr: 0x255910, symSize: 0x10 }
+ - { offsetInCU: 0xE1, offset: 0x1DC901, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8rawValueAESgSS_tcfC', symObjAddr: 0x60, symBinAddr: 0x255920, symSize: 0x70 }
+ - { offsetInCU: 0x11C, offset: 0x1DC93C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO11stringValueAESgSS_tcfC', symObjAddr: 0x110, symBinAddr: 0x255990, symSize: 0x70 }
+ - { offsetInCU: 0x15F, offset: 0x1DC97F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8intValueAESgSi_tcfC', symObjAddr: 0x180, symBinAddr: 0x255A00, symSize: 0x10 }
+ - { offsetInCU: 0x186, offset: 0x1DC9A6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8intValueSiSgvg', symObjAddr: 0x190, symBinAddr: 0x255A10, symSize: 0x10 }
+ - { offsetInCU: 0x1AD, offset: 0x1DC9CD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO8rawValueSSvg', symObjAddr: 0x1A0, symBinAddr: 0x255A20, symSize: 0x90 }
+ - { offsetInCU: 0x1E4, offset: 0x1DCA04, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysO11stringValueSSvg', symObjAddr: 0x230, symBinAddr: 0x255AB0, symSize: 0x90 }
+ - { offsetInCU: 0x239, offset: 0x1DCA59, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSYAASY8rawValuexSg03RawI0Qz_tcfCTW', symObjAddr: 0x410, symBinAddr: 0x255C90, symSize: 0x80 }
+ - { offsetInCU: 0x27A, offset: 0x1DCA9A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSYAASY8rawValue03RawI0QzvgTW', symObjAddr: 0x490, symBinAddr: 0x255D10, symSize: 0x30 }
+ - { offsetInCU: 0x28E, offset: 0x1DCAAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP11stringValueSSvgTW', symObjAddr: 0x4C0, symBinAddr: 0x255D40, symSize: 0x10 }
+ - { offsetInCU: 0x2C4, offset: 0x1DCAE4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4D0, symBinAddr: 0x255D50, symSize: 0x80 }
+ - { offsetInCU: 0x31C, offset: 0x1DCB3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP8intValueSiSgvgTW', symObjAddr: 0x550, symBinAddr: 0x255DD0, symSize: 0x10 }
+ - { offsetInCU: 0x338, offset: 0x1DCB58, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAsAFP8intValuexSgSi_tcfCTW', symObjAddr: 0x560, symBinAddr: 0x255DE0, symSize: 0x10 }
+ - { offsetInCU: 0x355, offset: 0x1DCB75, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV4fromACs7Decoder_p_tKcfC', symObjAddr: 0x5B0, symBinAddr: 0x255E30, symSize: 0x40 }
+ - { offsetInCU: 0x369, offset: 0x1DCB89, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV12sessionToken11currentUser8isPushOn13statsIntervalACSS_AA0I0CSbSitcfC', symObjAddr: 0x5F0, symBinAddr: 0x255E70, symSize: 0x20 }
+ - { offsetInCU: 0x3EA, offset: 0x1DCC0A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x610, symBinAddr: 0x255E90, symSize: 0x40 }
+ - { offsetInCU: 0x422, offset: 0x1DCC42, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x650, symBinAddr: 0x255ED0, symSize: 0x280 }
+ - { offsetInCU: 0x4A0, offset: 0x1DCCC0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASQWb', symObjAddr: 0x8D0, symBinAddr: 0x256150, symSize: 0x10 }
+ - { offsetInCU: 0x4B4, offset: 0x1DCCD4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAESQAAWl', symObjAddr: 0x8E0, symBinAddr: 0x256160, symSize: 0x30 }
+ - { offsetInCU: 0x4C8, offset: 0x1DCCE8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x910, symBinAddr: 0x256190, symSize: 0x10 }
+ - { offsetInCU: 0x4DC, offset: 0x1DCCFC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x920, symBinAddr: 0x2561A0, symSize: 0x30 }
+ - { offsetInCU: 0x4F0, offset: 0x1DCD10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs0F3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x950, symBinAddr: 0x2561D0, symSize: 0x10 }
+ - { offsetInCU: 0x504, offset: 0x1DCD24, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs23CustomStringConvertibleAAWl', symObjAddr: 0x960, symBinAddr: 0x2561E0, symSize: 0x30 }
+ - { offsetInCU: 0x518, offset: 0x1DCD38, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA14APIRespondableAAWI', symObjAddr: 0x990, symBinAddr: 0x256210, symSize: 0x20 }
+ - { offsetInCU: 0x52C, offset: 0x1DCD4C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA11RespondableAAWI', symObjAddr: 0x9E0, symBinAddr: 0x256230, symSize: 0x30 }
+ - { offsetInCU: 0x540, offset: 0x1DCD60, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA0E0AAWl', symObjAddr: 0xA10, symBinAddr: 0x256260, symSize: 0x30 }
+ - { offsetInCU: 0x554, offset: 0x1DCD74, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAcA17StrategyDecodableAAWl', symObjAddr: 0xA40, symBinAddr: 0x256290, symSize: 0x30 }
+ - { offsetInCU: 0x568, offset: 0x1DCD88, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA0E0AAWI', symObjAddr: 0xA70, symBinAddr: 0x2562C0, symSize: 0x20 }
+ - { offsetInCU: 0x57C, offset: 0x1DCD9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVAA17StrategyDecodableAAWI', symObjAddr: 0xAC0, symBinAddr: 0x2562E0, symSize: 0x20 }
+ - { offsetInCU: 0x590, offset: 0x1DCDB0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwCP', symObjAddr: 0xAE0, symBinAddr: 0x256300, symSize: 0x30 }
+ - { offsetInCU: 0x5A4, offset: 0x1DCDC4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwxx', symObjAddr: 0xB10, symBinAddr: 0x256330, symSize: 0x30 }
+ - { offsetInCU: 0x5B8, offset: 0x1DCDD8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwcp', symObjAddr: 0xB40, symBinAddr: 0x256360, symSize: 0x50 }
+ - { offsetInCU: 0x5CC, offset: 0x1DCDEC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwca', symObjAddr: 0xB90, symBinAddr: 0x2563B0, symSize: 0x70 }
+ - { offsetInCU: 0x5E0, offset: 0x1DCE00, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwta', symObjAddr: 0xC20, symBinAddr: 0x256420, symSize: 0x50 }
+ - { offsetInCU: 0x5F4, offset: 0x1DCE14, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwet', symObjAddr: 0xC70, symBinAddr: 0x256470, symSize: 0x40 }
+ - { offsetInCU: 0x608, offset: 0x1DCE28, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVwst', symObjAddr: 0xCB0, symBinAddr: 0x2564B0, symSize: 0x40 }
+ - { offsetInCU: 0x61C, offset: 0x1DCE3C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseVMa', symObjAddr: 0xCF0, symBinAddr: 0x2564F0, symSize: 0x10 }
+ - { offsetInCU: 0x630, offset: 0x1DCE50, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwet', symObjAddr: 0xD20, symBinAddr: 0x256500, symSize: 0x80 }
+ - { offsetInCU: 0x644, offset: 0x1DCE64, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwst', symObjAddr: 0xDA0, symBinAddr: 0x256580, symSize: 0xD0 }
+ - { offsetInCU: 0x658, offset: 0x1DCE78, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwug', symObjAddr: 0xE70, symBinAddr: 0x256650, symSize: 0x10 }
+ - { offsetInCU: 0x66C, offset: 0x1DCE8C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwup', symObjAddr: 0xE80, symBinAddr: 0x256660, symSize: 0x10 }
+ - { offsetInCU: 0x680, offset: 0x1DCEA0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOwui', symObjAddr: 0xE90, symBinAddr: 0x256670, symSize: 0x10 }
+ - { offsetInCU: 0x694, offset: 0x1DCEB4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOMa', symObjAddr: 0xEA0, symBinAddr: 0x256680, symSize: 0x10 }
+ - { offsetInCU: 0x6A8, offset: 0x1DCEC8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOAEs0F3KeyAAWl', symObjAddr: 0xEB0, symBinAddr: 0x256690, symSize: 0x30 }
+ - { offsetInCU: 0x6F1, offset: 0x1DCF11, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2C0, symBinAddr: 0x255B40, symSize: 0x80 }
+ - { offsetInCU: 0x7C0, offset: 0x1DCFE0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH9hashValueSivgTW', symObjAddr: 0x340, symBinAddr: 0x255BC0, symSize: 0x50 }
+ - { offsetInCU: 0x83E, offset: 0x1DD05E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x390, symBinAddr: 0x255C10, symSize: 0x30 }
+ - { offsetInCU: 0x890, offset: 0x1DD0B0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C0, symBinAddr: 0x255C40, symSize: 0x50 }
+ - { offsetInCU: 0x8EC, offset: 0x1DD10C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs28CustomDebugStringConvertibleAAsAFP16debugDescriptionSSvgTW', symObjAddr: 0x570, symBinAddr: 0x255DF0, symSize: 0x20 }
+ - { offsetInCU: 0x908, offset: 0x1DD128, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls20AuthenticateResponseV10CodingKeysOs23CustomStringConvertibleAAsAFP11descriptionSSvgTW', symObjAddr: 0x590, symBinAddr: 0x255E10, symSize: 0x20 }
+ - { offsetInCU: 0x4F, offset: 0x1DD369, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvpZ', symObjAddr: 0x3090, symBinAddr: 0x302A38, symSize: 0x0 }
+ - { offsetInCU: 0x69, offset: 0x1DD383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC7optionsAcA16RecordingOptionsC_tcfC', symObjAddr: 0x0, symBinAddr: 0x2566C0, symSize: 0x30 }
+ - { offsetInCU: 0x87, offset: 0x1DD3A1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0Cvg', symObjAddr: 0x30, symBinAddr: 0x2566F0, symSize: 0x30 }
+ - { offsetInCU: 0xA3, offset: 0x1DD3BD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0Cvs', symObjAddr: 0x60, symBinAddr: 0x256720, symSize: 0x40 }
+ - { offsetInCU: 0xBF, offset: 0x1DD3D9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0CvM', symObjAddr: 0xA0, symBinAddr: 0x256760, symSize: 0x30 }
+ - { offsetInCU: 0xDB, offset: 0x1DD3F5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11writerInputSo013AVAssetWriterG0CvM.resume.0', symObjAddr: 0xD0, symBinAddr: 0x256790, symSize: 0x10 }
+ - { offsetInCU: 0xF7, offset: 0x1DD411, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC16recordingOptionsAA09RecordingG0Cvg', symObjAddr: 0xE0, symBinAddr: 0x2567A0, symSize: 0x10 }
+ - { offsetInCU: 0x113, offset: 0x1DD42D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavg', symObjAddr: 0xF0, symBinAddr: 0x2567B0, symSize: 0x30 }
+ - { offsetInCU: 0x12F, offset: 0x1DD449, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavs', symObjAddr: 0x120, symBinAddr: 0x2567E0, symSize: 0x50 }
+ - { offsetInCU: 0x14B, offset: 0x1DD465, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8lastTimeSo6CMTimeavM', symObjAddr: 0x170, symBinAddr: 0x256830, symSize: 0x30 }
+ - { offsetInCU: 0x167, offset: 0x1DD481, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavg', symObjAddr: 0x1A0, symBinAddr: 0x256860, symSize: 0x40 }
+ - { offsetInCU: 0x194, offset: 0x1DD4AE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavs', symObjAddr: 0x1E0, symBinAddr: 0x2568A0, symSize: 0x20 }
+ - { offsetInCU: 0x1BB, offset: 0x1DD4D5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavM', symObjAddr: 0x200, symBinAddr: 0x2568C0, symSize: 0x40 }
+ - { offsetInCU: 0x201, offset: 0x1DD51B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6offsetSo6CMTimeavM.resume.0', symObjAddr: 0x240, symBinAddr: 0x256900, symSize: 0x20 }
+ - { offsetInCU: 0x246, offset: 0x1DD560, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvg', symObjAddr: 0x260, symBinAddr: 0x256920, symSize: 0x30 }
+ - { offsetInCU: 0x262, offset: 0x1DD57C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvs', symObjAddr: 0x290, symBinAddr: 0x256950, symSize: 0x50 }
+ - { offsetInCU: 0x27E, offset: 0x1DD598, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvM', symObjAddr: 0x2E0, symBinAddr: 0x2569A0, symSize: 0x60 }
+ - { offsetInCU: 0x29A, offset: 0x1DD5B4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC8recorderAA0E0CSgvM.resume.0', symObjAddr: 0x340, symBinAddr: 0x256A00, symSize: 0x60 }
+ - { offsetInCU: 0x2B6, offset: 0x1DD5D0, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC05otherE0AA10Recordable_pSgvg', symObjAddr: 0x3A0, symBinAddr: 0x256A60, symSize: 0x50 }
+ - { offsetInCU: 0x2E3, offset: 0x1DD5FD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvW', symObjAddr: 0x440, symBinAddr: 0x256B00, symSize: 0x200 }
+ - { offsetInCU: 0x70D, offset: 0x1DDA27, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvg', symObjAddr: 0x640, symBinAddr: 0x256D00, symSize: 0x50 }
+ - { offsetInCU: 0x73A, offset: 0x1DDA54, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvs', symObjAddr: 0x690, symBinAddr: 0x256D50, symSize: 0x60 }
+ - { offsetInCU: 0x767, offset: 0x1DDA81, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvM', symObjAddr: 0x6F0, symBinAddr: 0x256DB0, symSize: 0x40 }
+ - { offsetInCU: 0x794, offset: 0x1DDAAE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvM.resume.0', symObjAddr: 0x730, symBinAddr: 0x256DF0, symSize: 0x30 }
+ - { offsetInCU: 0x7BF, offset: 0x1DDAD9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10sampleRateSdvgZ', symObjAddr: 0x760, symBinAddr: 0x256E20, symSize: 0x60 }
+ - { offsetInCU: 0x7DA, offset: 0x1DDAF4, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvgZ', symObjAddr: 0x7D0, symBinAddr: 0x256E90, symSize: 0x30 }
+ - { offsetInCU: 0x7F6, offset: 0x1DDB10, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvsZ', symObjAddr: 0x800, symBinAddr: 0x256EC0, symSize: 0x30 }
+ - { offsetInCU: 0x812, offset: 0x1DDB2C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32VvMZ', symObjAddr: 0x830, symBinAddr: 0x256EF0, symSize: 0x30 }
+ - { offsetInCU: 0x84C, offset: 0x1DDB66, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC7optionsAcA16RecordingOptionsC_tcfc', symObjAddr: 0x860, symBinAddr: 0x256F20, symSize: 0x270 }
+ - { offsetInCU: 0x9A2, offset: 0x1DDCBC, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC16registerToWriteryySo07AVAssetH0CF', symObjAddr: 0xB10, symBinAddr: 0x257190, symSize: 0x40 }
+ - { offsetInCU: 0x9DF, offset: 0x1DDCF9, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0xB50, symBinAddr: 0x2571D0, symSize: 0x10 }
+ - { offsetInCU: 0x9FB, offset: 0x1DDD15, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtF', symObjAddr: 0xB80, symBinAddr: 0x257200, symSize: 0x10 }
+ - { offsetInCU: 0xA35, offset: 0x1DDD4F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC11recordFrame6ioData4timeySays5Int16VG_So6CMTimeatF', symObjAddr: 0xBF0, symBinAddr: 0x257270, symSize: 0x160 }
+ - { offsetInCU: 0xB1D, offset: 0x1DDE37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC9serializeySays5Int16VGSpySo0D10BufferListVGF', symObjAddr: 0xD50, symBinAddr: 0x2573D0, symSize: 0x50 }
+ - { offsetInCU: 0xB82, offset: 0x1DDE9C, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC03mixD10BufferList3lhs3rhsSays5Int16VG7buffers_So6CMTimea4timetAI4data_AlMt_AiN_AlMttF', symObjAddr: 0xDA0, symBinAddr: 0x257420, symSize: 0x190 }
+ - { offsetInCU: 0xDF8, offset: 0x1DE112, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC6mixPCM3lhs3rhss5Int16VAH_AHtF', symObjAddr: 0xF30, symBinAddr: 0x2575B0, symSize: 0xA0 }
+ - { offsetInCU: 0xEFD, offset: 0x1DE217, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC12sampleBuffer4time6ioDataSo08CMSampleG3RefaSgSo6CMTimea_Says5Int16VGtF', symObjAddr: 0xFD0, symBinAddr: 0x257650, symSize: 0x90 }
+ - { offsetInCU: 0xFA1, offset: 0x1DE2BB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC12sampleBuffer4time6ioDataSo08CMSampleG3RefaSgSo6CMTimea_Says5Int16VGtFAISryAMGzXEfU_', symObjAddr: 0x1060, symBinAddr: 0x2576E0, symSize: 0x830 }
+ - { offsetInCU: 0x14D0, offset: 0x1DE7EA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC05flushD0yyF', symObjAddr: 0x1890, symBinAddr: 0x257F10, symSize: 0x3E0 }
+ - { offsetInCU: 0x19B3, offset: 0x1DECCD, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCfd', symObjAddr: 0x1C70, symBinAddr: 0x2582F0, symSize: 0x50 }
+ - { offsetInCU: 0x19EE, offset: 0x1DED08, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCfD', symObjAddr: 0x1CC0, symBinAddr: 0x258340, symSize: 0x50 }
+ - { offsetInCU: 0x1A31, offset: 0x1DED4B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavgTW', symObjAddr: 0x1D10, symBinAddr: 0x258390, symSize: 0x10 }
+ - { offsetInCU: 0x1A4D, offset: 0x1DED67, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavsTW', symObjAddr: 0x1D20, symBinAddr: 0x2583A0, symSize: 0x20 }
+ - { offsetInCU: 0x1A61, offset: 0x1DED7B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW', symObjAddr: 0x1D40, symBinAddr: 0x2583C0, symSize: 0x40 }
+ - { offsetInCU: 0x1A7D, offset: 0x1DED97, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8lastTimeSo6CMTimeavMTW.resume.0', symObjAddr: 0x1D80, symBinAddr: 0x258400, symSize: 0x20 }
+ - { offsetInCU: 0x1A99, offset: 0x1DEDB3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP6offsetSo6CMTimeavgTW', symObjAddr: 0x1DA0, symBinAddr: 0x258420, symSize: 0x10 }
+ - { offsetInCU: 0x1AAD, offset: 0x1DEDC7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP8recorderAA0E0CSgvgTW', symObjAddr: 0x1DB0, symBinAddr: 0x258430, symSize: 0x10 }
+ - { offsetInCU: 0x1AC9, offset: 0x1DEDE3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP05otherE0AaD_pSgvgTW', symObjAddr: 0x1DC0, symBinAddr: 0x258440, symSize: 0x10 }
+ - { offsetInCU: 0x1AE5, offset: 0x1DEDFF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCAA10RecordableA2aDP16registerToWriteryySo07AVAssetI0CFTW', symObjAddr: 0x1DD0, symBinAddr: 0x258450, symSize: 0x20 }
+ - { offsetInCU: 0x1B01, offset: 0x1DEE1B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC07onLocalD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTf4dnddnn_n', symObjAddr: 0x2690, symBinAddr: 0x258D10, symSize: 0x220 }
+ - { offsetInCU: 0x1D31, offset: 0x1DF04B, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC08onRemoteD5Frame4with9timeStamp9busNumber9numFrames6ioDataySpySo0D21UnitRenderActionFlagsVG_SPySo0d4TimeK0VGs6UInt32VAQSpySo0D10BufferListVGtFTf4dnddnn_n', symObjAddr: 0x28B0, symBinAddr: 0x258F30, symSize: 0x220 }
+ - { offsetInCU: 0x1F6D, offset: 0x1DF287, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC10audioQueueAA0G0VySays5Int16VG4data_So6CMTimea4timetG5local_AN6remotetvpACTk', symObjAddr: 0x3F0, symBinAddr: 0x256AB0, symSize: 0x50 }
+ - { offsetInCU: 0x207B, offset: 0x1DF395, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderC14bytesPerSamples6UInt32Vvau', symObjAddr: 0x7C0, symBinAddr: 0x256E80, symSize: 0x10 }
+ - { offsetInCU: 0x2347, offset: 0x1DF661, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFs5Int16V_Tg5', symObjAddr: 0x1E30, symBinAddr: 0x2584B0, symSize: 0x20 }
+ - { offsetInCU: 0x237F, offset: 0x1DF699, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyF13SendBirdCalls19DirectCallEndResultO_Tg5', symObjAddr: 0x1EB0, symBinAddr: 0x258530, symSize: 0x20 }
+ - { offsetInCU: 0x23CD, offset: 0x1DF6E7, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySays5Int16VG4data_So6CMTimea4timetG_s15EmptyCollectionVyAnO_AqRtGTg5Tf4nndn_n', symObjAddr: 0x1F80, symBinAddr: 0x258600, symSize: 0x180 }
+ - { offsetInCU: 0x2574, offset: 0x1DF88E, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy13SendBirdCalls13WeakReferenceCyAL14SBCLogReceiver_pGG_s15EmptyCollectionVyAPGTg5Tf4nndn_n', symObjAddr: 0x2120, symBinAddr: 0x2587A0, symSize: 0x1E0 }
+ - { offsetInCU: 0x278C, offset: 0x1DFAA6, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0Vy13SendBirdCalls19DirectCallEndResultOG_s15EmptyCollectionVyANGTg5Tf4nndn_n', symObjAddr: 0x2340, symBinAddr: 0x2589C0, symSize: 0x140 }
+ - { offsetInCU: 0x28DC, offset: 0x1DFBF6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls13AudioRecorderCMa', symObjAddr: 0x2C80, symBinAddr: 0x259300, symSize: 0x20 }
+ - { offsetInCU: 0x27, offset: 0x1E0241, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x259620, symSize: 0x70 }
+ - { offsetInCU: 0x6C, offset: 0x1E0286, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6roomIdACSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x259620, symSize: 0x70 }
+ - { offsetInCU: 0xFB, offset: 0x1E0315, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvgZ', symObjAddr: 0xF0, symBinAddr: 0x2596D0, symSize: 0x30 }
+ - { offsetInCU: 0x11C, offset: 0x1E0336, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvMZ', symObjAddr: 0x120, symBinAddr: 0x259700, symSize: 0x30 }
+ - { offsetInCU: 0x14D, offset: 0x1E0367, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvMZ.resume.0', symObjAddr: 0x150, symBinAddr: 0x259730, symSize: 0x10 }
+ - { offsetInCU: 0x169, offset: 0x1E0383, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10httpMethodAA10HTTPMethodOvg', symObjAddr: 0x160, symBinAddr: 0x259740, symSize: 0x10 }
+ - { offsetInCU: 0x185, offset: 0x1E039F, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV7urlPathAA7URLPathVvg', symObjAddr: 0x170, symBinAddr: 0x259750, symSize: 0x10 }
+ - { offsetInCU: 0x199, offset: 0x1E03B3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV6encode2toys7Encoder_p_tKF', symObjAddr: 0x180, symBinAddr: 0x259760, symSize: 0x10 }
+ - { offsetInCU: 0x1E5, offset: 0x1E03FF, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableA2aDP10resultType06ResultI0QzmvgZTW', symObjAddr: 0x220, symBinAddr: 0x2597D0, symSize: 0x30 }
+ - { offsetInCU: 0x21C, offset: 0x1E0436, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP10httpMethodAA10HTTPMethodOvgTW', symObjAddr: 0x330, symBinAddr: 0x2598B0, symSize: 0x10 }
+ - { offsetInCU: 0x247, offset: 0x1E0461, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0A2aDP7urlPathAA7URLPathVvgTW', symObjAddr: 0x340, symBinAddr: 0x2598C0, symSize: 0x10 }
+ - { offsetInCU: 0x279, offset: 0x1E0493, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x3C0, symBinAddr: 0x259940, symSize: 0x10 }
+ - { offsetInCU: 0x29D, offset: 0x1E04B7, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultType_WZ', symObjAddr: 0xB0, symBinAddr: 0x259690, symSize: 0x10 }
+ - { offsetInCU: 0x2B7, offset: 0x1E04D1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestV10resultTypeAA0E8ResponseVmvau', symObjAddr: 0xC0, symBinAddr: 0x2596A0, symSize: 0x30 }
+ - { offsetInCU: 0x2DC, offset: 0x1E04F6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0E11RequestableAAWI', symObjAddr: 0x190, symBinAddr: 0x259770, symSize: 0x20 }
+ - { offsetInCU: 0x2F0, offset: 0x1E050A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA14APIRequestableAAWl', symObjAddr: 0x1B0, symBinAddr: 0x259790, symSize: 0x30 }
+ - { offsetInCU: 0x304, offset: 0x1E051E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA10ResultableAA10ResultTypeAaDP_AA11RespondablePWT', symObjAddr: 0x1E0, symBinAddr: 0x2597C0, symSize: 0x10 }
+ - { offsetInCU: 0x318, offset: 0x1E0532, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA14APIRequestableAAWI', symObjAddr: 0x250, symBinAddr: 0x259800, symSize: 0x20 }
+ - { offsetInCU: 0x32C, offset: 0x1E0546, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA11RequestableAAWI', symObjAddr: 0x2A0, symBinAddr: 0x259820, symSize: 0x30 }
+ - { offsetInCU: 0x340, offset: 0x1E055A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA0F0AAWl', symObjAddr: 0x2D0, symBinAddr: 0x259850, symSize: 0x30 }
+ - { offsetInCU: 0x354, offset: 0x1E056E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAcA17StrategyEncodableAAWl', symObjAddr: 0x300, symBinAddr: 0x259880, symSize: 0x30 }
+ - { offsetInCU: 0x368, offset: 0x1E0582, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA0F0AAWI', symObjAddr: 0x350, symBinAddr: 0x2598D0, symSize: 0x20 }
+ - { offsetInCU: 0x37C, offset: 0x1E0596, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVACSEAAWl', symObjAddr: 0x370, symBinAddr: 0x2598F0, symSize: 0x30 }
+ - { offsetInCU: 0x390, offset: 0x1E05AA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVAA17StrategyEncodableAAWI', symObjAddr: 0x3A0, symBinAddr: 0x259920, symSize: 0x20 }
+ - { offsetInCU: 0x3A4, offset: 0x1E05BE, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwCP', symObjAddr: 0x3D0, symBinAddr: 0x259950, symSize: 0x30 }
+ - { offsetInCU: 0x3B8, offset: 0x1E05D2, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwxx', symObjAddr: 0x400, symBinAddr: 0x259980, symSize: 0x10 }
+ - { offsetInCU: 0x3CC, offset: 0x1E05E6, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwcp', symObjAddr: 0x410, symBinAddr: 0x259990, symSize: 0x30 }
+ - { offsetInCU: 0x3E0, offset: 0x1E05FA, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwca', symObjAddr: 0x440, symBinAddr: 0x2599C0, symSize: 0x30 }
+ - { offsetInCU: 0x3F4, offset: 0x1E060E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwta', symObjAddr: 0x480, symBinAddr: 0x2599F0, symSize: 0x30 }
+ - { offsetInCU: 0x408, offset: 0x1E0622, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwet', symObjAddr: 0x4B0, symBinAddr: 0x259A20, symSize: 0x40 }
+ - { offsetInCU: 0x41C, offset: 0x1E0636, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVwst', symObjAddr: 0x4F0, symBinAddr: 0x259A60, symSize: 0x40 }
+ - { offsetInCU: 0x430, offset: 0x1E064A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls17DeleteRoomRequestVMa', symObjAddr: 0x530, symBinAddr: 0x259AA0, symSize: 0x10 }
+ - { offsetInCU: 0xC4, offset: 0x1E090E, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tF', symObjAddr: 0x0, symBinAddr: 0x259AC0, symSize: 0x140 }
+ - { offsetInCU: 0x1ED, offset: 0x1E0A37, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3add8receiveryAA14SBCLogReceiver_p_tFSbAA13WeakReferenceCyAaF_pGXEfU_', symObjAddr: 0x5E0, symBinAddr: 0x25A0A0, symSize: 0x50 }
+ - { offsetInCU: 0x2F9, offset: 0x1E0B43, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE6remove8receiveryAA14SBCLogReceiver_p_tF', symObjAddr: 0x140, symBinAddr: 0x259C00, symSize: 0xE0 }
+ - { offsetInCU: 0x491, offset: 0x1E0CDB, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls9SBCLoggerCAA14LoggerObserverA2aDP3log7messageySS_tFTW', symObjAddr: 0x220, symBinAddr: 0x259CE0, symSize: 0x10 }
+ - { offsetInCU: 0x589, offset: 0x1E0DD3, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserverPAAE3log7messageySS_tF', symObjAddr: 0x230, symBinAddr: 0x259CF0, symSize: 0x330 }
+ - { offsetInCU: 0xAC0, offset: 0x1E130A, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAeA0dE0_p_tcfC', symObjAddr: 0x560, symBinAddr: 0x25A020, symSize: 0x80 }
+ - { offsetInCU: 0xB07, offset: 0x1E1351, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvg', symObjAddr: 0x630, symBinAddr: 0x25A0F0, symSize: 0x30 }
+ - { offsetInCU: 0xB23, offset: 0x1E136D, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvs', symObjAddr: 0x660, symBinAddr: 0x25A120, symSize: 0x50 }
+ - { offsetInCU: 0xB3F, offset: 0x1E1389, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvM', symObjAddr: 0x6B0, symBinAddr: 0x25A170, symSize: 0x70 }
+ - { offsetInCU: 0xB5B, offset: 0x1E13A5, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAA0dE0_pSgvM.resume.0', symObjAddr: 0x720, symBinAddr: 0x25A1E0, symSize: 0x70 }
+ - { offsetInCU: 0xB77, offset: 0x1E13C1, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoC8observerAeA0dE0_p_tcfc', symObjAddr: 0x790, symBinAddr: 0x25A250, symSize: 0x70 }
+ - { offsetInCU: 0xB9E, offset: 0x1E13E8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCfd', symObjAddr: 0x800, symBinAddr: 0x25A2C0, symSize: 0x20 }
+ - { offsetInCU: 0xBD9, offset: 0x1E1423, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCfD', symObjAddr: 0x820, symBinAddr: 0x25A2E0, symSize: 0x20 }
+ - { offsetInCU: 0xC25, offset: 0x1E146F, size: 0x8, addend: 0x0, symName: '_$sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAH14SBCLogReceiver_pGG_Tg504$s13ef46Calls14LoggerObserverPAAE6remove8receiveryAA14jk11_p_tFSbAA13hI13CyAaF_pGXEfU_AhK_pTf1cn_nTf4ng_n', symObjAddr: 0xC30, symBinAddr: 0x25A6B0, symSize: 0x110 }
+ - { offsetInCU: 0xE48, offset: 0x1E1692, size: 0x8, addend: 0x0, symName: '_$sSMsE20_halfStablePartition15isSuffixElement5IndexQzSb0F0QzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAG14SBCLogReceiver_pGG_Tg504$s13hi46Calls14LoggerObserverPAAE6remove8receiveryAA14mn11_p_tFSbAA13kL13CyAaF_pGXEfU_AgJ_pTf1cn_nTf4ng_n', symObjAddr: 0xD40, symBinAddr: 0x25A7C0, symSize: 0x420 }
+ - { offsetInCU: 0x114A, offset: 0x1E1994, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls14LoggerObserver_pSgXwWOh', symObjAddr: 0x1180, symBinAddr: 0x25AC00, symSize: 0x20 }
+ - { offsetInCU: 0x115E, offset: 0x1E19A8, size: 0x8, addend: 0x0, symName: '_$s13SendBirdCalls6LoggerV12ObserverInfoCMa', symObjAddr: 0x12B0, symBinAddr: 0x25AD30, symSize: 0x20 }
+ - { offsetInCU: 0x1279, offset: 0x1E1AC3, size: 0x8, addend: 0x0, symName: '_$sSTsE8contains5whereS2b7ElementQzKXE_tKFSay13SendBirdCalls13WeakReferenceCyAE14SBCLogReceiver_pGG_Tg504$s13de43Calls14LoggerObserverPAAE3add8receiveryAA14ij11_p_tFSbAA13gH13CyAaF_pGXEfU_AeH_pTf1cn_nTf4ng_n', symObjAddr: 0xAC0, symBinAddr: 0x25A580, symSize: 0x130 }
+...